@unchainedshop/admin-ui 4.0.2 → 4.0.3
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.
- package/README.md +0 -11
- package/out/403/index.html +2 -2
- package/out/404/index.html +2 -2
- package/out/404.html +2 -2
- package/out/423/index.html +2 -2
- package/out/500/index.html +2 -2
- package/out/_next/static/chunks/pages/{_app-4c65131ebcc0a107.js → _app-464ee69a7ed5289d.js} +1 -1
- package/out/_offline/index.html +2 -2
- package/out/account/forgot-password/index.html +2 -2
- package/out/account/index.html +2 -2
- package/out/assortments/AssortmentDetailPage/index.html +2 -2
- package/out/assortments/index.html +2 -2
- package/out/assortments/new/index.html +2 -2
- package/out/country/CountryDetailPage/index.html +2 -2
- package/out/country/index.html +2 -2
- package/out/country/new/index.html +2 -2
- package/out/currency/CurrencyDetailPage/index.html +2 -2
- package/out/currency/index.html +2 -2
- package/out/currency/new/index.html +2 -2
- package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
- package/out/delivery-provider/index.html +2 -2
- package/out/delivery-provider/new/index.html +2 -2
- package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
- package/out/enrollments/index.html +2 -2
- package/out/events/EventDetailPage/index.html +2 -2
- package/out/events/index.html +2 -2
- package/out/external/index.html +2 -2
- package/out/filters/FilterDetailPage/index.html +2 -2
- package/out/filters/index.html +2 -2
- package/out/filters/new/index.html +2 -2
- package/out/index.html +2 -2
- package/out/language/LanguageDetailPage/index.html +2 -2
- package/out/language/index.html +2 -2
- package/out/language/new/index.html +2 -2
- package/out/log-in/index.html +2 -2
- package/out/orders/OrderDetailPage/index.html +2 -2
- package/out/orders/index.html +2 -2
- package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
- package/out/payment-provider/index.html +2 -2
- package/out/payment-provider/new/index.html +2 -2
- package/out/products/ProductDetailPage/index.html +2 -2
- package/out/products/index.html +2 -2
- package/out/products/new/index.html +2 -2
- package/out/quotations/QuotationDetailPage/index.html +2 -2
- package/out/quotations/index.html +2 -2
- package/out/reset-password/index.html +2 -2
- package/out/sign-up/index.html +2 -2
- package/out/tokens/TokenDetailPage/index.html +2 -2
- package/out/tokens/index.html +2 -2
- package/out/users/UserDetailPage/index.html +2 -2
- package/out/users/index.html +2 -2
- package/out/users/new/index.html +2 -2
- package/out/verify-email/index.html +2 -2
- package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
- package/out/warehousing-provider/index.html +2 -2
- package/out/warehousing-provider/new/index.html +2 -2
- package/out/works/WorkDetailPage/index.html +2 -2
- package/out/works/index.html +2 -2
- package/out/works/management/index.html +2 -2
- package/package.json +5 -6
- /package/out/_next/static/{cRu7Ep1qPiF3UJ6jMwX8j → EqLml3aTJfxSUmsduGdD_}/_buildManifest.js +0 -0
- /package/out/_next/static/{cRu7Ep1qPiF3UJ6jMwX8j → EqLml3aTJfxSUmsduGdD_}/_ssgManifest.js +0 -0
|
@@ -11,4 +11,4 @@ https://yarnpkg.com/en/docs/selective-version-resolutions
|
|
|
11
11
|
Duplicate "graphql" modules cannot be used at the same time since different
|
|
12
12
|
versions may have different capabilities and behavior. The data from one
|
|
13
13
|
version used in the function from another could produce confusing and
|
|
14
|
-
spurious results.`)}}return!1};class N{constructor(e,t="GraphQL request",r={line:1,column:1}){"string"==typeof e||(0,A.U)(!1,`Body must be a string. Received: ${(0,D.N)(e)}.`),this.body=e,this.name=t,this.locationOffset=r,this.locationOffset.line>0||(0,A.U)(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||(0,A.U)(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}}class C{constructor(e,t={}){let r=O(e,N)?e:new N(e);this._lexer=new g(r),this._options=t,this._tokenCounter=0}get tokenCount(){return this._tokenCounter}parseName(){let e=this.expectToken(i.NAME);return this.node(e,{kind:p.b.NAME,value:e.value})}parseDocument(){return this.node(this._lexer.token,{kind:p.b.DOCUMENT,definitions:this.many(i.SOF,this.parseDefinition,i.EOF)})}parseDefinition(){if(this.peek(i.BRACE_L))return this.parseOperationDefinition();let e=this.peekDescription(),t=e?this._lexer.lookahead():this._lexer.token;if(t.kind===i.NAME){switch(t.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}if(e)throw f(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are supported only on type definitions.");switch(t.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(t)}parseOperationDefinition(){let e,t=this._lexer.token;if(this.peek(i.BRACE_L))return this.node(t,{kind:p.b.OPERATION_DEFINITION,operation:h.cE.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let r=this.parseOperationType();return this.peek(i.NAME)&&(e=this.parseName()),this.node(t,{kind:p.b.OPERATION_DEFINITION,operation:r,name:e,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let e=this.expectToken(i.NAME);switch(e.value){case"query":return h.cE.QUERY;case"mutation":return h.cE.MUTATION;case"subscription":return h.cE.SUBSCRIPTION}throw this.unexpected(e)}parseVariableDefinitions(){return this.optionalMany(i.PAREN_L,this.parseVariableDefinition,i.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:p.b.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(i.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(i.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){let e=this._lexer.token;return this.expectToken(i.DOLLAR),this.node(e,{kind:p.b.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:p.b.SELECTION_SET,selections:this.many(i.BRACE_L,this.parseSelection,i.BRACE_R)})}parseSelection(){return this.peek(i.SPREAD)?this.parseFragment():this.parseField()}parseField(){let e,t,r=this._lexer.token,n=this.parseName();return this.expectOptionalToken(i.COLON)?(e=n,t=this.parseName()):t=n,this.node(r,{kind:p.b.FIELD,alias:e,name:t,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(i.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(e){let t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(i.PAREN_L,t,i.PAREN_R)}parseArgument(e=!1){let t=this._lexer.token,r=this.parseName();return this.expectToken(i.COLON),this.node(t,{kind:p.b.ARGUMENT,name:r,value:this.parseValueLiteral(e)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let e=this._lexer.token;this.expectToken(i.SPREAD);let t=this.expectOptionalKeyword("on");return!t&&this.peek(i.NAME)?this.node(e,{kind:p.b.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(e,{kind:p.b.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let e=this._lexer.token;return(this.expectKeyword("fragment"),!0===this._options.allowLegacyFragmentVariables)?this.node(e,{kind:p.b.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(e,{kind:p.b.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()}parseValueLiteral(e){let t=this._lexer.token;switch(t.kind){case i.BRACKET_L:return this.parseList(e);case i.BRACE_L:return this.parseObject(e);case i.INT:return this.advanceLexer(),this.node(t,{kind:p.b.INT,value:t.value});case i.FLOAT:return this.advanceLexer(),this.node(t,{kind:p.b.FLOAT,value:t.value});case i.STRING:case i.BLOCK_STRING:return this.parseStringLiteral();case i.NAME:switch(this.advanceLexer(),t.value){case"true":return this.node(t,{kind:p.b.BOOLEAN,value:!0});case"false":return this.node(t,{kind:p.b.BOOLEAN,value:!1});case"null":return this.node(t,{kind:p.b.NULL});default:return this.node(t,{kind:p.b.ENUM,value:t.value})}case i.DOLLAR:if(e){if(this.expectToken(i.DOLLAR),this._lexer.token.kind===i.NAME){let e=this._lexer.token.value;throw f(this._lexer.source,t.start,`Unexpected variable "$${e}" in constant value.`)}throw this.unexpected(t)}return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){let e=this._lexer.token;return this.advanceLexer(),this.node(e,{kind:p.b.STRING,value:e.value,block:e.kind===i.BLOCK_STRING})}parseList(e){return this.node(this._lexer.token,{kind:p.b.LIST,values:this.any(i.BRACKET_L,()=>this.parseValueLiteral(e),i.BRACKET_R)})}parseObject(e){return this.node(this._lexer.token,{kind:p.b.OBJECT,fields:this.any(i.BRACE_L,()=>this.parseObjectField(e),i.BRACE_R)})}parseObjectField(e){let t=this._lexer.token,r=this.parseName();return this.expectToken(i.COLON),this.node(t,{kind:p.b.OBJECT_FIELD,name:r,value:this.parseValueLiteral(e)})}parseDirectives(e){let t=[];for(;this.peek(i.AT);)t.push(this.parseDirective(e));return t}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(e){let t=this._lexer.token;return this.expectToken(i.AT),this.node(t,{kind:p.b.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e)})}parseTypeReference(){let e,t=this._lexer.token;if(this.expectOptionalToken(i.BRACKET_L)){let r=this.parseTypeReference();this.expectToken(i.BRACKET_R),e=this.node(t,{kind:p.b.LIST_TYPE,type:r})}else e=this.parseNamedType();return this.expectOptionalToken(i.BANG)?this.node(t,{kind:p.b.NON_NULL_TYPE,type:e}):e}parseNamedType(){return this.node(this._lexer.token,{kind:p.b.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(i.STRING)||this.peek(i.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");let r=this.parseConstDirectives(),n=this.many(i.BRACE_L,this.parseOperationTypeDefinition,i.BRACE_R);return this.node(e,{kind:p.b.SCHEMA_DEFINITION,description:t,directives:r,operationTypes:n})}parseOperationTypeDefinition(){let e=this._lexer.token,t=this.parseOperationType();this.expectToken(i.COLON);let r=this.parseNamedType();return this.node(e,{kind:p.b.OPERATION_TYPE_DEFINITION,operation:t,type:r})}parseScalarTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");let r=this.parseName(),n=this.parseConstDirectives();return this.node(e,{kind:p.b.SCALAR_TYPE_DEFINITION,description:t,name:r,directives:n})}parseObjectTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),a=this.parseFieldsDefinition();return this.node(e,{kind:p.b.OBJECT_TYPE_DEFINITION,description:t,name:r,interfaces:n,directives:i,fields:a})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(i.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(i.BRACE_L,this.parseFieldDefinition,i.BRACE_R)}parseFieldDefinition(){let e=this._lexer.token,t=this.parseDescription(),r=this.parseName(),n=this.parseArgumentDefs();this.expectToken(i.COLON);let a=this.parseTypeReference(),o=this.parseConstDirectives();return this.node(e,{kind:p.b.FIELD_DEFINITION,description:t,name:r,arguments:n,type:a,directives:o})}parseArgumentDefs(){return this.optionalMany(i.PAREN_L,this.parseInputValueDef,i.PAREN_R)}parseInputValueDef(){let e,t=this._lexer.token,r=this.parseDescription(),n=this.parseName();this.expectToken(i.COLON);let a=this.parseTypeReference();this.expectOptionalToken(i.EQUALS)&&(e=this.parseConstValueLiteral());let o=this.parseConstDirectives();return this.node(t,{kind:p.b.INPUT_VALUE_DEFINITION,description:r,name:n,type:a,defaultValue:e,directives:o})}parseInterfaceTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),a=this.parseFieldsDefinition();return this.node(e,{kind:p.b.INTERFACE_TYPE_DEFINITION,description:t,name:r,interfaces:n,directives:i,fields:a})}parseUnionTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseUnionMemberTypes();return this.node(e,{kind:p.b.UNION_TYPE_DEFINITION,description:t,name:r,directives:n,types:i})}parseUnionMemberTypes(){return this.expectOptionalToken(i.EQUALS)?this.delimitedMany(i.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();return this.node(e,{kind:p.b.ENUM_TYPE_DEFINITION,description:t,name:r,directives:n,values:i})}parseEnumValuesDefinition(){return this.optionalMany(i.BRACE_L,this.parseEnumValueDefinition,i.BRACE_R)}parseEnumValueDefinition(){let e=this._lexer.token,t=this.parseDescription(),r=this.parseEnumValueName(),n=this.parseConstDirectives();return this.node(e,{kind:p.b.ENUM_VALUE_DEFINITION,description:t,name:r,directives:n})}parseEnumValueName(){if("true"===this._lexer.token.value||"false"===this._lexer.token.value||"null"===this._lexer.token.value)throw f(this._lexer.source,this._lexer.token.start,`${I(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();return this.node(e,{kind:p.b.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:r,directives:n,fields:i})}parseInputFieldsDefinition(){return this.optionalMany(i.BRACE_L,this.parseInputValueDef,i.BRACE_R)}parseTypeSystemExtension(){let e=this._lexer.lookahead();if(e.kind===i.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)}parseSchemaExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");let t=this.parseConstDirectives(),r=this.optionalMany(i.BRACE_L,this.parseOperationTypeDefinition,i.BRACE_R);if(0===t.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:p.b.SCHEMA_EXTENSION,directives:t,operationTypes:r})}parseScalarTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");let t=this.parseName(),r=this.parseConstDirectives();if(0===r.length)throw this.unexpected();return this.node(e,{kind:p.b.SCALAR_TYPE_EXTENSION,name:t,directives:r})}parseObjectTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");let t=this.parseName(),r=this.parseImplementsInterfaces(),n=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===r.length&&0===n.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:p.b.OBJECT_TYPE_EXTENSION,name:t,interfaces:r,directives:n,fields:i})}parseInterfaceTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let t=this.parseName(),r=this.parseImplementsInterfaces(),n=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===r.length&&0===n.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:p.b.INTERFACE_TYPE_EXTENSION,name:t,interfaces:r,directives:n,fields:i})}parseUnionTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");let t=this.parseName(),r=this.parseConstDirectives(),n=this.parseUnionMemberTypes();if(0===r.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:p.b.UNION_TYPE_EXTENSION,name:t,directives:r,types:n})}parseEnumTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");let t=this.parseName(),r=this.parseConstDirectives(),n=this.parseEnumValuesDefinition();if(0===r.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:p.b.ENUM_TYPE_EXTENSION,name:t,directives:r,values:n})}parseInputObjectTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");let t=this.parseName(),r=this.parseConstDirectives(),n=this.parseInputFieldsDefinition();if(0===r.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:p.b.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:r,fields:n})}parseDirectiveDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(i.AT);let r=this.parseName(),n=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");let o=this.parseDirectiveLocations();return this.node(e,{kind:p.b.DIRECTIVE_DEFINITION,description:t,name:r,arguments:n,repeatable:a,locations:o})}parseDirectiveLocations(){return this.delimitedMany(i.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let e=this._lexer.token,t=this.parseName();if(Object.prototype.hasOwnProperty.call(n,t.value))return t;throw this.unexpected(e)}node(e,t){return!0!==this._options.noLocation&&(t.loc=new h.aZ(e,this._lexer.lastToken,this._lexer.source)),t}peek(e){return this._lexer.token.kind===e}expectToken(e){let t=this._lexer.token;if(t.kind===e)return this.advanceLexer(),t;throw f(this._lexer.source,t.start,`Expected ${P(e)}, found ${I(t)}.`)}expectOptionalToken(e){return this._lexer.token.kind===e&&(this.advanceLexer(),!0)}expectKeyword(e){let t=this._lexer.token;if(t.kind===i.NAME&&t.value===e)this.advanceLexer();else throw f(this._lexer.source,t.start,`Expected "${e}", found ${I(t)}.`)}expectOptionalKeyword(e){let t=this._lexer.token;return t.kind===i.NAME&&t.value===e&&(this.advanceLexer(),!0)}unexpected(e){let t=null!=e?e:this._lexer.token;return f(this._lexer.source,t.start,`Unexpected ${I(t)}.`)}any(e,t,r){this.expectToken(e);let n=[];for(;!this.expectOptionalToken(r);)n.push(t.call(this));return n}optionalMany(e,t,r){if(this.expectOptionalToken(e)){let e=[];do e.push(t.call(this));while(!this.expectOptionalToken(r));return e}return[]}many(e,t,r){this.expectToken(e);let n=[];do n.push(t.call(this));while(!this.expectOptionalToken(r));return n}delimitedMany(e,t){this.expectOptionalToken(e);let r=[];do r.push(t.call(this));while(this.expectOptionalToken(e));return r}advanceLexer(){let{maxTokens:e}=this._options,t=this._lexer.advance();if(t.kind!==i.EOF&&(++this._tokenCounter,void 0!==e&&this._tokenCounter>e))throw f(this._lexer.source,t.start,`Document contains more that ${e} tokens. Parsing aborted.`)}}function I(e){let t=e.value;return P(e.kind)+(null!=t?` "${t}"`:"")}function P(e){return e===i.BANG||e===i.DOLLAR||e===i.AMP||e===i.PAREN_L||e===i.PAREN_R||e===i.SPREAD||e===i.COLON||e===i.EQUALS||e===i.AT||e===i.BRACKET_L||e===i.BRACKET_R||e===i.BRACE_L||e===i.PIPE||e===i.BRACE_R?`"${e}"`:e}var M=new Map,L=new Map,R=!0,F=!1;function j(e){return e.replace(/[\s,]+/g," ").trim()}function B(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];"string"==typeof e&&(e=[e]);var n=e[0];return t.forEach(function(t,r){t&&"Document"===t.kind?n+=t.loc.source.body:n+=t,n+=e[r+1]}),function(e){var t=j(e);if(!M.has(t)){var r,n,i,o,s,u=function(e,t){let r=new C(e,t),n=r.parseDocument();return Object.defineProperty(n,"tokenCount",{enumerable:!1,value:r.tokenCount}),n}(e,{experimentalFragmentVariables:F,allowLegacyFragmentVariables:F});if(!u||"Document"!==u.kind)throw Error("Not a valid GraphQL document.");M.set(t,((o=new Set((r=new Set,n=[],u.definitions.forEach(function(e){if("FragmentDefinition"===e.kind){var t,i=e.name.value,a=j((t=e.loc).source.body.substring(t.start,t.end)),o=L.get(i);o&&!o.has(a)?R&&console.warn("Warning: fragment with name "+i+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):o||L.set(i,o=new Set),o.add(a),r.has(a)||(r.add(a),n.push(e))}else n.push(e)}),i=(0,a.__assign)((0,a.__assign)({},u),{definitions:n})).definitions)).forEach(function(e){e.loc&&delete e.loc,Object.keys(e).forEach(function(t){var r=e[t];r&&"object"==typeof r&&o.add(r)})}),(s=i.loc)&&(delete s.startToken,delete s.endToken),i))}return M.get(t)}(n)}var U={gql:B,resetCaches:function(){M.clear(),L.clear()},disableFragmentWarnings:function(){R=!1},enableExperimentalFragmentVariables:function(){F=!0},disableExperimentalFragmentVariables:function(){F=!1}};!function(e){e.gql=U.gql,e.resetCaches=U.resetCaches,e.disableFragmentWarnings=U.disableFragmentWarnings,e.enableExperimentalFragmentVariables=U.enableExperimentalFragmentVariables,e.disableExperimentalFragmentVariables=U.disableExperimentalFragmentVariables}(B||(B={})),B.default=B},79760:(e,t,r)=>{"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=Object.create(null);return e.forEach(function(e){e&&Object.keys(e).forEach(function(t){var n=e[t];void 0!==n&&(r[t]=n)})}),r}r.d(t,{o:()=>n})},80542:(e,t,r)=>{"use strict";r.d(t,{En:()=>o,JR:()=>d,Sw:()=>l,et:()=>a,ol:()=>s,uJ:()=>u});var n=r(17318),i="ReactNative"==(0,n.no)(function(){return navigator.product}),a="function"==typeof WeakMap&&!(i&&!global.HermesInternal),o="function"==typeof WeakSet,s="function"==typeof Symbol&&"function"==typeof Symbol.for,u=s&&Symbol.asyncIterator,l="function"==typeof(0,n.no)(function(){return window.document.createElement}),c=(0,n.no)(function(){return navigator.userAgent.indexOf("jsdom")>=0})||!1,d=(l||i)&&!c},80593:(e,t,r)=>{"use strict";r.d(t,{v:()=>o});var n=r(4902),i=r(17318),a=Symbol.for("apollo.cacheSize"),o=(0,n.__assign)({},i.Sf[a])},81639:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(t,{default:function(){return E},useLinkStatus:function(){return w}});let n=r(63732),i=r(37876),a=n._(r(14232)),o=r(46658),s=r(64232),u=r(96225),l=r(8407),c=r(2696),d=r(98265),f=r(42343),h=r(78940),p=r(27469),m=r(31026);r(63724);let y=new Set;function g(e,t,r,n){if((0,s.isLocalURL)(t)){if(!n.bypassPrefetchedCheck){let i=t+"%"+r+"%"+(void 0!==n.locale?n.locale:"locale"in e?e.locale:void 0);if(y.has(i))return;y.add(i)}e.prefetch(t,r,n).catch(e=>{})}}function v(e){return"string"==typeof e?e:(0,u.formatUrl)(e)}let _=a.default.forwardRef(function(e,t){let r,n,{href:u,as:y,children:_,prefetch:b=null,passHref:w,replace:E,shallow:T,scroll:S,locale:k,onClick:x,onNavigate:A,onMouseEnter:D,onTouchStart:O,legacyBehavior:N=!1,...C}=e;r=_,N&&("string"==typeof r||"number"==typeof r)&&(r=(0,i.jsx)("a",{children:r}));let I=a.default.useContext(d.RouterContext),P=!1!==b,{href:M,as:L}=a.default.useMemo(()=>{if(!I){let e=v(u);return{href:e,as:y?v(y):e}}let[e,t]=(0,o.resolveHref)(I,u,!0);return{href:e,as:y?(0,o.resolveHref)(I,y):t||e}},[I,u,y]),R=a.default.useRef(M),F=a.default.useRef(L);N&&(n=a.default.Children.only(r));let j=N?n&&"object"==typeof n&&n.ref:t,[B,U,q]=(0,f.useIntersection)({rootMargin:"200px"}),V=a.default.useCallback(e=>{(F.current!==L||R.current!==M)&&(q(),F.current=L,R.current=M),B(e)},[L,M,q,B]),H=(0,m.useMergedRef)(V,j);a.default.useEffect(()=>{I&&U&&P&&g(I,M,L,{locale:k})},[L,M,U,k,P,null==I?void 0:I.locale,I]);let G={ref:H,onClick(e){N||"function"!=typeof x||x(e),N&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(e),I&&(e.defaultPrevented||function(e,t,r,n,i,a,o,u,l){let{nodeName:c}=e.currentTarget;if(!("A"===c.toUpperCase()&&function(e){let t=e.currentTarget.getAttribute("target");return t&&"_self"!==t||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}(e)||e.currentTarget.hasAttribute("download"))){if(!(0,s.isLocalURL)(r)){i&&(e.preventDefault(),location.replace(r));return}e.preventDefault(),(()=>{if(l){let e=!1;if(l({preventDefault:()=>{e=!0}}),e)return}let e=null==o||o;"beforePopState"in t?t[i?"replace":"push"](r,n,{shallow:a,locale:u,scroll:e}):t[i?"replace":"push"](n||r,{scroll:e})})()}}(e,I,M,L,E,T,S,k,A))},onMouseEnter(e){N||"function"!=typeof D||D(e),N&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),I&&g(I,M,L,{locale:k,priority:!0,bypassPrefetchedCheck:!0})},onTouchStart:function(e){N||"function"!=typeof O||O(e),N&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),I&&g(I,M,L,{locale:k,priority:!0,bypassPrefetchedCheck:!0})}};if((0,l.isAbsoluteUrl)(L))G.href=L;else if(!N||w||"a"===n.type&&!("href"in n.props)){let e=void 0!==k?k:null==I?void 0:I.locale;G.href=(null==I?void 0:I.isLocaleDomain)&&(0,h.getDomainLocale)(L,e,null==I?void 0:I.locales,null==I?void 0:I.domainLocales)||(0,p.addBasePath)((0,c.addLocale)(L,e,null==I?void 0:I.defaultLocale))}return N?a.default.cloneElement(n,G):(0,i.jsx)("a",{...C,...G,children:r})}),b=(0,a.createContext)({pending:!1}),w=()=>(0,a.useContext)(b),E=_;("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},81893:(e,t,r)=>{"use strict";r.d(t,{o:()=>L});var n=r(14232);let i="undefined"!=typeof document?n.useLayoutEffect:()=>{};function a(e){return e.nativeEvent=e,e.isDefaultPrevented=()=>e.defaultPrevented,e.isPropagationStopped=()=>e.cancelBubble,e.persist=()=>{},e}function o(e){let t=(0,n.useRef)({isFocused:!1,observer:null});i(()=>{let e=t.current;return()=>{e.observer&&(e.observer.disconnect(),e.observer=null)}},[]);let r=function(e){let t=(0,n.useRef)(null);return i(()=>{t.current=e},[e]),(0,n.useCallback)((...e)=>{let r=t.current;return null==r?void 0:r(...e)},[])}(t=>{null==e||e(t)});return(0,n.useCallback)(e=>{if(e.target instanceof HTMLButtonElement||e.target instanceof HTMLInputElement||e.target instanceof HTMLTextAreaElement||e.target instanceof HTMLSelectElement){t.current.isFocused=!0;let n=e.target;n.addEventListener("focusout",e=>{t.current.isFocused=!1,n.disabled&&r(a(e)),t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)},{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&n.disabled){var e;null==(e=t.current.observer)||e.disconnect();let r=n===document.activeElement?null:document.activeElement;n.dispatchEvent(new FocusEvent("blur",{relatedTarget:r})),n.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:r}))}}),t.current.observer.observe(n,{attributes:!0,attributeFilter:["disabled"]})}},[r])}function s(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&((null==(t=window.navigator.userAgentData)?void 0:t.brands.some(t=>e.test(t.brand)))||e.test(window.navigator.userAgent))}function u(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&e.test((null==(t=window.navigator.userAgentData)?void 0:t.platform)||window.navigator.platform)}function l(e){let t=null;return()=>(null==t&&(t=e()),t)}let c=l(function(){return u(/^Mac/i)}),d=l(function(){return u(/^iPhone/i)}),f=l(function(){return u(/^iPad/i)||c()&&navigator.maxTouchPoints>1}),h=l(function(){return d()||f()});l(function(){return c()||h()}),l(function(){return s(/AppleWebKit/i)&&!p()});let p=l(function(){return s(/Chrome/i)}),m=l(function(){return s(/Android/i)});l(function(){return s(/Firefox/i)});var y=r(82505);let g=null,v=new Set,_=new Map,b=!1,w=!1,E={Tab:!0,Escape:!0};function T(e,t){for(let r of v)r(e,t)}function S(e){b=!0,e.metaKey||!c()&&e.altKey||e.ctrlKey||"Control"===e.key||"Shift"===e.key||"Meta"===e.key||(g="keyboard",T("keyboard",e))}function k(e){g="pointer",("mousedown"===e.type||"pointerdown"===e.type)&&(b=!0,T("pointer",e))}function x(e){(0===e.mozInputSource&&e.isTrusted||(m()&&e.pointerType?"click"===e.type&&1===e.buttons:0===e.detail&&!e.pointerType))&&(b=!0,g="virtual")}function A(e){e.target!==window&&e.target!==document&&e.isTrusted&&(b||w||(g="virtual",T("virtual",e)),b=!1,w=!1)}function D(){b=!1,w=!0}function O(e){if("undefined"==typeof window||"undefined"==typeof document||_.get((0,y.mD)(e)))return;let t=(0,y.mD)(e),r=(0,y.TW)(e),n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){b=!0,n.apply(this,arguments)},r.addEventListener("keydown",S,!0),r.addEventListener("keyup",S,!0),r.addEventListener("click",x,!0),t.addEventListener("focus",A,!0),t.addEventListener("blur",D,!1),"undefined"!=typeof PointerEvent&&(r.addEventListener("pointerdown",k,!0),r.addEventListener("pointermove",k,!0),r.addEventListener("pointerup",k,!0)),t.addEventListener("beforeunload",()=>{N(e)},{once:!0}),_.set(t,{focus:n})}let N=(e,t)=>{let r=(0,y.mD)(e),n=(0,y.TW)(e);t&&n.removeEventListener("DOMContentLoaded",t),_.has(r)&&(r.HTMLElement.prototype.focus=_.get(r).focus,n.removeEventListener("keydown",S,!0),n.removeEventListener("keyup",S,!0),n.removeEventListener("click",x,!0),r.removeEventListener("focus",A,!0),r.removeEventListener("blur",D,!1),"undefined"!=typeof PointerEvent&&(n.removeEventListener("pointerdown",k,!0),n.removeEventListener("pointermove",k,!0),n.removeEventListener("pointerup",k,!0)),_.delete(r))};function C(){return"pointer"!==g}"undefined"!=typeof document&&function(e){let t,r=(0,y.TW)(void 0);"loading"!==r.readyState?O(void 0):(t=()=>{O(e)},r.addEventListener("DOMContentLoaded",t)),()=>N(e,t)}();let I=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);var P=r(86962),M=r(12473);function L(e={}){var t,r,i;let{autoFocus:s=!1,isTextInput:u,within:l}=e,c=(0,n.useRef)({isFocused:!1,isFocusVisible:s||C()}),[d,f]=(0,n.useState)(!1),[h,p]=(0,n.useState)(()=>c.current.isFocused&&c.current.isFocusVisible),m=(0,n.useCallback)(()=>p(c.current.isFocused&&c.current.isFocusVisible),[]),g=(0,n.useCallback)(e=>{c.current.isFocused=e,f(e),m()},[m]);t=e=>{c.current.isFocusVisible=e,m()},r=[],i={isTextInput:u},O(),(0,n.useEffect)(()=>{let e=(e,r)=>{(function(e,t,r){let n=(0,y.TW)(null==r?void 0:r.target),i="undefined"!=typeof window?(0,y.mD)(null==r?void 0:r.target).HTMLInputElement:HTMLInputElement,a="undefined"!=typeof window?(0,y.mD)(null==r?void 0:r.target).HTMLTextAreaElement:HTMLTextAreaElement,o="undefined"!=typeof window?(0,y.mD)(null==r?void 0:r.target).HTMLElement:HTMLElement,s="undefined"!=typeof window?(0,y.mD)(null==r?void 0:r.target).KeyboardEvent:KeyboardEvent;return!((e=e||n.activeElement instanceof i&&!I.has(n.activeElement.type)||n.activeElement instanceof a||n.activeElement instanceof o&&n.activeElement.isContentEditable)&&"keyboard"===t&&r instanceof s&&!E[r.key])})(!!(null==i?void 0:i.isTextInput),e,r)&&t(C())};return v.add(e),()=>{v.delete(e)}},r);let{focusProps:_}=function(e){let{isDisabled:t,onFocus:r,onBlur:i,onFocusChange:a}=e,s=(0,n.useCallback)(e=>{if(e.target===e.currentTarget)return i&&i(e),a&&a(!1),!0},[i,a]),u=o(s),l=(0,n.useCallback)(e=>{let t=(0,y.TW)(e.target),n=t?(0,P.bq)(t):(0,P.bq)();e.target===e.currentTarget&&n===(0,P.wt)(e.nativeEvent)&&(r&&r(e),a&&a(!0),u(e))},[a,r,u]);return{focusProps:{onFocus:!t&&(r||a||i)?l:void 0,onBlur:!t&&(i||a)?s:void 0}}}({isDisabled:l,onFocusChange:g}),{focusWithinProps:b}=function(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:i,onFocusWithinChange:s}=e,u=(0,n.useRef)({isFocusWithin:!1}),{addGlobalListener:l,removeAllGlobalListeners:c}=(0,M.A)(),d=(0,n.useCallback)(e=>{e.currentTarget.contains(e.target)&&u.current.isFocusWithin&&!e.currentTarget.contains(e.relatedTarget)&&(u.current.isFocusWithin=!1,c(),r&&r(e),s&&s(!1))},[r,s,u,c]),f=o(d),h=(0,n.useCallback)(e=>{if(!e.currentTarget.contains(e.target))return;let t=(0,y.TW)(e.target),r=(0,P.bq)(t);if(!u.current.isFocusWithin&&r===(0,P.wt)(e.nativeEvent)){i&&i(e),s&&s(!0),u.current.isFocusWithin=!0,f(e);let r=e.currentTarget;l(t,"focus",e=>{if(u.current.isFocusWithin&&!(0,P.sD)(r,e.target)){let n=new t.defaultView.FocusEvent("blur",{relatedTarget:e.target});Object.defineProperty(n,"target",{value:r}),Object.defineProperty(n,"currentTarget",{value:r}),d(a(n))}},{capture:!0})}},[i,s,f,l,d]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:h,onBlur:d}}}({isDisabled:!l,onFocusWithinChange:g});return{isFocused:d,isFocusVisible:h,focusProps:l?b:_}}},82505:(e,t,r)=>{"use strict";r.d(t,{Ng:()=>a,TW:()=>n,mD:()=>i});let n=e=>{var t;return null!=(t=null==e?void 0:e.ownerDocument)?t:document},i=e=>e&&"window"in e&&e.window===e?e:n(e).defaultView||window;function a(e){return null!==e&&"object"==typeof e&&"nodeType"in e&&"number"==typeof e.nodeType&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}},83070:(e,t,r)=>{"use strict";r.d(t,{K$:()=>a,K4:()=>l,Mn:()=>s,uR:()=>o});var n=r(4902);r(17318);var i=r(93957),a=Symbol();function o(e){return!!e.extensions&&Array.isArray(e.extensions[a])}function s(e){return e.hasOwnProperty("graphQLErrors")}var u=function(e){var t=(0,n.__spreadArray)((0,n.__spreadArray)((0,n.__spreadArray)([],e.graphQLErrors,!0),e.clientErrors,!0),e.protocolErrors,!0);return e.networkError&&t.push(e.networkError),t.map(function(e){return(0,i.U)(e)&&e.message||"Error message not found."}).join("\n")},l=function(e){function t(r){var i=r.graphQLErrors,a=r.protocolErrors,o=r.clientErrors,s=r.networkError,l=r.errorMessage,c=r.extraInfo,d=e.call(this,l)||this;return d.name="ApolloError",d.graphQLErrors=i||[],d.protocolErrors=a||[],d.clientErrors=o||[],d.networkError=s||null,d.message=l||u(d),d.extraInfo=c,d.cause=(0,n.__spreadArray)((0,n.__spreadArray)((0,n.__spreadArray)([s],i||[],!0),a||[],!0),o||[],!0).find(function(e){return!!e})||null,d.__proto__=t.prototype,d}return(0,n.__extends)(t,e),t}(Error)},83792:(e,t,r)=>{"use strict";r.r(t),r.d(t,{LookupSupportedLocales:()=>m,ResolveLocale:()=>p,match:()=>y});var n,i=r(4902),a={supplemental:{languageMatching:{"written-new":[{paradigmLocales:{_locales:"en en_GB es es_419 pt_BR pt_PT"}},{$enUS:{_value:"AS+CA+GU+MH+MP+PH+PR+UM+US+VI"}},{$cnsar:{_value:"HK+MO"}},{$americas:{_value:"019"}},{$maghreb:{_value:"MA+DZ+TN+LY+MR+EH"}},{no:{_desired:"nb",_distance:"1"}},{bs:{_desired:"hr",_distance:"4"}},{bs:{_desired:"sh",_distance:"4"}},{hr:{_desired:"sh",_distance:"4"}},{sr:{_desired:"sh",_distance:"4"}},{aa:{_desired:"ssy",_distance:"4"}},{de:{_desired:"gsw",_distance:"4",_oneway:"true"}},{de:{_desired:"lb",_distance:"4",_oneway:"true"}},{no:{_desired:"da",_distance:"8"}},{nb:{_desired:"da",_distance:"8"}},{ru:{_desired:"ab",_distance:"30",_oneway:"true"}},{en:{_desired:"ach",_distance:"30",_oneway:"true"}},{nl:{_desired:"af",_distance:"20",_oneway:"true"}},{en:{_desired:"ak",_distance:"30",_oneway:"true"}},{en:{_desired:"am",_distance:"30",_oneway:"true"}},{es:{_desired:"ay",_distance:"20",_oneway:"true"}},{ru:{_desired:"az",_distance:"30",_oneway:"true"}},{ur:{_desired:"bal",_distance:"20",_oneway:"true"}},{ru:{_desired:"be",_distance:"20",_oneway:"true"}},{en:{_desired:"bem",_distance:"30",_oneway:"true"}},{hi:{_desired:"bh",_distance:"30",_oneway:"true"}},{en:{_desired:"bn",_distance:"30",_oneway:"true"}},{zh:{_desired:"bo",_distance:"20",_oneway:"true"}},{fr:{_desired:"br",_distance:"20",_oneway:"true"}},{es:{_desired:"ca",_distance:"20",_oneway:"true"}},{fil:{_desired:"ceb",_distance:"30",_oneway:"true"}},{en:{_desired:"chr",_distance:"20",_oneway:"true"}},{ar:{_desired:"ckb",_distance:"30",_oneway:"true"}},{fr:{_desired:"co",_distance:"20",_oneway:"true"}},{fr:{_desired:"crs",_distance:"20",_oneway:"true"}},{sk:{_desired:"cs",_distance:"20"}},{en:{_desired:"cy",_distance:"20",_oneway:"true"}},{en:{_desired:"ee",_distance:"30",_oneway:"true"}},{en:{_desired:"eo",_distance:"30",_oneway:"true"}},{es:{_desired:"eu",_distance:"20",_oneway:"true"}},{da:{_desired:"fo",_distance:"20",_oneway:"true"}},{nl:{_desired:"fy",_distance:"20",_oneway:"true"}},{en:{_desired:"ga",_distance:"20",_oneway:"true"}},{en:{_desired:"gaa",_distance:"30",_oneway:"true"}},{en:{_desired:"gd",_distance:"20",_oneway:"true"}},{es:{_desired:"gl",_distance:"20",_oneway:"true"}},{es:{_desired:"gn",_distance:"20",_oneway:"true"}},{hi:{_desired:"gu",_distance:"30",_oneway:"true"}},{en:{_desired:"ha",_distance:"30",_oneway:"true"}},{en:{_desired:"haw",_distance:"20",_oneway:"true"}},{fr:{_desired:"ht",_distance:"20",_oneway:"true"}},{ru:{_desired:"hy",_distance:"30",_oneway:"true"}},{en:{_desired:"ia",_distance:"30",_oneway:"true"}},{en:{_desired:"ig",_distance:"30",_oneway:"true"}},{en:{_desired:"is",_distance:"20",_oneway:"true"}},{id:{_desired:"jv",_distance:"20",_oneway:"true"}},{en:{_desired:"ka",_distance:"30",_oneway:"true"}},{fr:{_desired:"kg",_distance:"30",_oneway:"true"}},{ru:{_desired:"kk",_distance:"30",_oneway:"true"}},{en:{_desired:"km",_distance:"30",_oneway:"true"}},{en:{_desired:"kn",_distance:"30",_oneway:"true"}},{en:{_desired:"kri",_distance:"30",_oneway:"true"}},{tr:{_desired:"ku",_distance:"30",_oneway:"true"}},{ru:{_desired:"ky",_distance:"30",_oneway:"true"}},{it:{_desired:"la",_distance:"20",_oneway:"true"}},{en:{_desired:"lg",_distance:"30",_oneway:"true"}},{fr:{_desired:"ln",_distance:"30",_oneway:"true"}},{en:{_desired:"lo",_distance:"30",_oneway:"true"}},{en:{_desired:"loz",_distance:"30",_oneway:"true"}},{fr:{_desired:"lua",_distance:"30",_oneway:"true"}},{hi:{_desired:"mai",_distance:"20",_oneway:"true"}},{en:{_desired:"mfe",_distance:"30",_oneway:"true"}},{fr:{_desired:"mg",_distance:"30",_oneway:"true"}},{en:{_desired:"mi",_distance:"20",_oneway:"true"}},{en:{_desired:"ml",_distance:"30",_oneway:"true"}},{ru:{_desired:"mn",_distance:"30",_oneway:"true"}},{hi:{_desired:"mr",_distance:"30",_oneway:"true"}},{id:{_desired:"ms",_distance:"30",_oneway:"true"}},{en:{_desired:"mt",_distance:"30",_oneway:"true"}},{en:{_desired:"my",_distance:"30",_oneway:"true"}},{en:{_desired:"ne",_distance:"30",_oneway:"true"}},{nb:{_desired:"nn",_distance:"20"}},{no:{_desired:"nn",_distance:"20"}},{en:{_desired:"nso",_distance:"30",_oneway:"true"}},{en:{_desired:"ny",_distance:"30",_oneway:"true"}},{en:{_desired:"nyn",_distance:"30",_oneway:"true"}},{fr:{_desired:"oc",_distance:"20",_oneway:"true"}},{en:{_desired:"om",_distance:"30",_oneway:"true"}},{en:{_desired:"or",_distance:"30",_oneway:"true"}},{en:{_desired:"pa",_distance:"30",_oneway:"true"}},{en:{_desired:"pcm",_distance:"20",_oneway:"true"}},{en:{_desired:"ps",_distance:"30",_oneway:"true"}},{es:{_desired:"qu",_distance:"30",_oneway:"true"}},{de:{_desired:"rm",_distance:"20",_oneway:"true"}},{en:{_desired:"rn",_distance:"30",_oneway:"true"}},{fr:{_desired:"rw",_distance:"30",_oneway:"true"}},{hi:{_desired:"sa",_distance:"30",_oneway:"true"}},{en:{_desired:"sd",_distance:"30",_oneway:"true"}},{en:{_desired:"si",_distance:"30",_oneway:"true"}},{en:{_desired:"sn",_distance:"30",_oneway:"true"}},{en:{_desired:"so",_distance:"30",_oneway:"true"}},{en:{_desired:"sq",_distance:"30",_oneway:"true"}},{en:{_desired:"st",_distance:"30",_oneway:"true"}},{id:{_desired:"su",_distance:"20",_oneway:"true"}},{en:{_desired:"sw",_distance:"30",_oneway:"true"}},{en:{_desired:"ta",_distance:"30",_oneway:"true"}},{en:{_desired:"te",_distance:"30",_oneway:"true"}},{ru:{_desired:"tg",_distance:"30",_oneway:"true"}},{en:{_desired:"ti",_distance:"30",_oneway:"true"}},{ru:{_desired:"tk",_distance:"30",_oneway:"true"}},{en:{_desired:"tlh",_distance:"30",_oneway:"true"}},{en:{_desired:"tn",_distance:"30",_oneway:"true"}},{en:{_desired:"to",_distance:"30",_oneway:"true"}},{ru:{_desired:"tt",_distance:"30",_oneway:"true"}},{en:{_desired:"tum",_distance:"30",_oneway:"true"}},{zh:{_desired:"ug",_distance:"20",_oneway:"true"}},{ru:{_desired:"uk",_distance:"20",_oneway:"true"}},{en:{_desired:"ur",_distance:"30",_oneway:"true"}},{ru:{_desired:"uz",_distance:"30",_oneway:"true"}},{fr:{_desired:"wo",_distance:"30",_oneway:"true"}},{en:{_desired:"xh",_distance:"30",_oneway:"true"}},{en:{_desired:"yi",_distance:"30",_oneway:"true"}},{en:{_desired:"yo",_distance:"30",_oneway:"true"}},{zh:{_desired:"za",_distance:"20",_oneway:"true"}},{en:{_desired:"zu",_distance:"30",_oneway:"true"}},{ar:{_desired:"aao",_distance:"10",_oneway:"true"}},{ar:{_desired:"abh",_distance:"10",_oneway:"true"}},{ar:{_desired:"abv",_distance:"10",_oneway:"true"}},{ar:{_desired:"acm",_distance:"10",_oneway:"true"}},{ar:{_desired:"acq",_distance:"10",_oneway:"true"}},{ar:{_desired:"acw",_distance:"10",_oneway:"true"}},{ar:{_desired:"acx",_distance:"10",_oneway:"true"}},{ar:{_desired:"acy",_distance:"10",_oneway:"true"}},{ar:{_desired:"adf",_distance:"10",_oneway:"true"}},{ar:{_desired:"aeb",_distance:"10",_oneway:"true"}},{ar:{_desired:"aec",_distance:"10",_oneway:"true"}},{ar:{_desired:"afb",_distance:"10",_oneway:"true"}},{ar:{_desired:"ajp",_distance:"10",_oneway:"true"}},{ar:{_desired:"apc",_distance:"10",_oneway:"true"}},{ar:{_desired:"apd",_distance:"10",_oneway:"true"}},{ar:{_desired:"arq",_distance:"10",_oneway:"true"}},{ar:{_desired:"ars",_distance:"10",_oneway:"true"}},{ar:{_desired:"ary",_distance:"10",_oneway:"true"}},{ar:{_desired:"arz",_distance:"10",_oneway:"true"}},{ar:{_desired:"auz",_distance:"10",_oneway:"true"}},{ar:{_desired:"avl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayh",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayn",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayp",_distance:"10",_oneway:"true"}},{ar:{_desired:"bbz",_distance:"10",_oneway:"true"}},{ar:{_desired:"pga",_distance:"10",_oneway:"true"}},{ar:{_desired:"shu",_distance:"10",_oneway:"true"}},{ar:{_desired:"ssh",_distance:"10",_oneway:"true"}},{az:{_desired:"azb",_distance:"10",_oneway:"true"}},{et:{_desired:"vro",_distance:"10",_oneway:"true"}},{ff:{_desired:"ffm",_distance:"10",_oneway:"true"}},{ff:{_desired:"fub",_distance:"10",_oneway:"true"}},{ff:{_desired:"fue",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuf",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuh",_distance:"10",_oneway:"true"}},{ff:{_desired:"fui",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuq",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuv",_distance:"10",_oneway:"true"}},{gn:{_desired:"gnw",_distance:"10",_oneway:"true"}},{gn:{_desired:"gui",_distance:"10",_oneway:"true"}},{gn:{_desired:"gun",_distance:"10",_oneway:"true"}},{gn:{_desired:"nhd",_distance:"10",_oneway:"true"}},{iu:{_desired:"ikt",_distance:"10",_oneway:"true"}},{kln:{_desired:"enb",_distance:"10",_oneway:"true"}},{kln:{_desired:"eyo",_distance:"10",_oneway:"true"}},{kln:{_desired:"niq",_distance:"10",_oneway:"true"}},{kln:{_desired:"oki",_distance:"10",_oneway:"true"}},{kln:{_desired:"pko",_distance:"10",_oneway:"true"}},{kln:{_desired:"sgc",_distance:"10",_oneway:"true"}},{kln:{_desired:"tec",_distance:"10",_oneway:"true"}},{kln:{_desired:"tuy",_distance:"10",_oneway:"true"}},{kok:{_desired:"gom",_distance:"10",_oneway:"true"}},{kpe:{_desired:"gkp",_distance:"10",_oneway:"true"}},{luy:{_desired:"ida",_distance:"10",_oneway:"true"}},{luy:{_desired:"lkb",_distance:"10",_oneway:"true"}},{luy:{_desired:"lko",_distance:"10",_oneway:"true"}},{luy:{_desired:"lks",_distance:"10",_oneway:"true"}},{luy:{_desired:"lri",_distance:"10",_oneway:"true"}},{luy:{_desired:"lrm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lsm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lto",_distance:"10",_oneway:"true"}},{luy:{_desired:"lts",_distance:"10",_oneway:"true"}},{luy:{_desired:"lwg",_distance:"10",_oneway:"true"}},{luy:{_desired:"nle",_distance:"10",_oneway:"true"}},{luy:{_desired:"nyd",_distance:"10",_oneway:"true"}},{luy:{_desired:"rag",_distance:"10",_oneway:"true"}},{lv:{_desired:"ltg",_distance:"10",_oneway:"true"}},{mg:{_desired:"bhr",_distance:"10",_oneway:"true"}},{mg:{_desired:"bjq",_distance:"10",_oneway:"true"}},{mg:{_desired:"bmm",_distance:"10",_oneway:"true"}},{mg:{_desired:"bzc",_distance:"10",_oneway:"true"}},{mg:{_desired:"msh",_distance:"10",_oneway:"true"}},{mg:{_desired:"skg",_distance:"10",_oneway:"true"}},{mg:{_desired:"tdx",_distance:"10",_oneway:"true"}},{mg:{_desired:"tkg",_distance:"10",_oneway:"true"}},{mg:{_desired:"txy",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmv",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmw",_distance:"10",_oneway:"true"}},{mn:{_desired:"mvf",_distance:"10",_oneway:"true"}},{ms:{_desired:"bjn",_distance:"10",_oneway:"true"}},{ms:{_desired:"btj",_distance:"10",_oneway:"true"}},{ms:{_desired:"bve",_distance:"10",_oneway:"true"}},{ms:{_desired:"bvu",_distance:"10",_oneway:"true"}},{ms:{_desired:"coa",_distance:"10",_oneway:"true"}},{ms:{_desired:"dup",_distance:"10",_oneway:"true"}},{ms:{_desired:"hji",_distance:"10",_oneway:"true"}},{ms:{_desired:"id",_distance:"10",_oneway:"true"}},{ms:{_desired:"jak",_distance:"10",_oneway:"true"}},{ms:{_desired:"jax",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvb",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvr",_distance:"10",_oneway:"true"}},{ms:{_desired:"kxd",_distance:"10",_oneway:"true"}},{ms:{_desired:"lce",_distance:"10",_oneway:"true"}},{ms:{_desired:"lcf",_distance:"10",_oneway:"true"}},{ms:{_desired:"liw",_distance:"10",_oneway:"true"}},{ms:{_desired:"max",_distance:"10",_oneway:"true"}},{ms:{_desired:"meo",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfa",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfb",_distance:"10",_oneway:"true"}},{ms:{_desired:"min",_distance:"10",_oneway:"true"}},{ms:{_desired:"mqg",_distance:"10",_oneway:"true"}},{ms:{_desired:"msi",_distance:"10",_oneway:"true"}},{ms:{_desired:"mui",_distance:"10",_oneway:"true"}},{ms:{_desired:"orn",_distance:"10",_oneway:"true"}},{ms:{_desired:"ors",_distance:"10",_oneway:"true"}},{ms:{_desired:"pel",_distance:"10",_oneway:"true"}},{ms:{_desired:"pse",_distance:"10",_oneway:"true"}},{ms:{_desired:"tmw",_distance:"10",_oneway:"true"}},{ms:{_desired:"urk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkt",_distance:"10",_oneway:"true"}},{ms:{_desired:"xmm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zlm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zmi",_distance:"10",_oneway:"true"}},{ne:{_desired:"dty",_distance:"10",_oneway:"true"}},{om:{_desired:"gax",_distance:"10",_oneway:"true"}},{om:{_desired:"hae",_distance:"10",_oneway:"true"}},{om:{_desired:"orc",_distance:"10",_oneway:"true"}},{or:{_desired:"spv",_distance:"10",_oneway:"true"}},{ps:{_desired:"pbt",_distance:"10",_oneway:"true"}},{ps:{_desired:"pst",_distance:"10",_oneway:"true"}},{qu:{_desired:"qub",_distance:"10",_oneway:"true"}},{qu:{_desired:"qud",_distance:"10",_oneway:"true"}},{qu:{_desired:"quf",_distance:"10",_oneway:"true"}},{qu:{_desired:"qug",_distance:"10",_oneway:"true"}},{qu:{_desired:"quh",_distance:"10",_oneway:"true"}},{qu:{_desired:"quk",_distance:"10",_oneway:"true"}},{qu:{_desired:"qul",_distance:"10",_oneway:"true"}},{qu:{_desired:"qup",_distance:"10",_oneway:"true"}},{qu:{_desired:"qur",_distance:"10",_oneway:"true"}},{qu:{_desired:"qus",_distance:"10",_oneway:"true"}},{qu:{_desired:"quw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qux",_distance:"10",_oneway:"true"}},{qu:{_desired:"quy",_distance:"10",_oneway:"true"}},{qu:{_desired:"qva",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qve",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvi",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvj",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvm",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvs",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvz",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qws",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxr",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxt",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxu",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxw",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdc",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdn",_distance:"10",_oneway:"true"}},{sc:{_desired:"sro",_distance:"10",_oneway:"true"}},{sq:{_desired:"aae",_distance:"10",_oneway:"true"}},{sq:{_desired:"aat",_distance:"10",_oneway:"true"}},{sq:{_desired:"aln",_distance:"10",_oneway:"true"}},{syr:{_desired:"aii",_distance:"10",_oneway:"true"}},{uz:{_desired:"uzs",_distance:"10",_oneway:"true"}},{yi:{_desired:"yih",_distance:"10",_oneway:"true"}},{zh:{_desired:"cdo",_distance:"10",_oneway:"true"}},{zh:{_desired:"cjy",_distance:"10",_oneway:"true"}},{zh:{_desired:"cpx",_distance:"10",_oneway:"true"}},{zh:{_desired:"czh",_distance:"10",_oneway:"true"}},{zh:{_desired:"czo",_distance:"10",_oneway:"true"}},{zh:{_desired:"gan",_distance:"10",_oneway:"true"}},{zh:{_desired:"hak",_distance:"10",_oneway:"true"}},{zh:{_desired:"hsn",_distance:"10",_oneway:"true"}},{zh:{_desired:"lzh",_distance:"10",_oneway:"true"}},{zh:{_desired:"mnp",_distance:"10",_oneway:"true"}},{zh:{_desired:"nan",_distance:"10",_oneway:"true"}},{zh:{_desired:"wuu",_distance:"10",_oneway:"true"}},{zh:{_desired:"yue",_distance:"10",_oneway:"true"}},{"*":{_desired:"*",_distance:"80"}},{"en-Latn":{_desired:"am-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"az-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"bn-Beng",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"bo-Tibt",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"hy-Armn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ka-Geor",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"km-Khmr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"kn-Knda",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"lo-Laoo",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ml-Mlym",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"my-Mymr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ne-Deva",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"or-Orya",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"pa-Guru",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ps-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"sd-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"si-Sinh",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ta-Taml",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"te-Telu",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ti-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"tk-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ur-Arab",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"uz-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"yi-Hebr",_distance:"10",_oneway:"true"}},{"sr-Cyrl":{_desired:"sr-Latn",_distance:"5"}},{"zh-Hans":{_desired:"za-Latn",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"zh-Hant":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"ar-Arab":{_desired:"ar-Latn",_distance:"20",_oneway:"true"}},{"bn-Beng":{_desired:"bn-Latn",_distance:"20",_oneway:"true"}},{"gu-Gujr":{_desired:"gu-Latn",_distance:"20",_oneway:"true"}},{"hi-Deva":{_desired:"hi-Latn",_distance:"20",_oneway:"true"}},{"kn-Knda":{_desired:"kn-Latn",_distance:"20",_oneway:"true"}},{"ml-Mlym":{_desired:"ml-Latn",_distance:"20",_oneway:"true"}},{"mr-Deva":{_desired:"mr-Latn",_distance:"20",_oneway:"true"}},{"ta-Taml":{_desired:"ta-Latn",_distance:"20",_oneway:"true"}},{"te-Telu":{_desired:"te-Latn",_distance:"20",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Latn",_distance:"20",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Latn",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hani",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hrkt",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hani",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hang",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"ko-Hang":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"*-*":{_desired:"*-*",_distance:"50"}},{"ar-*-$maghreb":{_desired:"ar-*-$maghreb",_distance:"4"}},{"ar-*-$!maghreb":{_desired:"ar-*-$!maghreb",_distance:"4"}},{"ar-*-*":{_desired:"ar-*-*",_distance:"5"}},{"en-*-$enUS":{_desired:"en-*-$enUS",_distance:"4"}},{"en-*-GB":{_desired:"en-*-$!enUS",_distance:"3"}},{"en-*-$!enUS":{_desired:"en-*-$!enUS",_distance:"4"}},{"en-*-*":{_desired:"en-*-*",_distance:"5"}},{"es-*-$americas":{_desired:"es-*-$americas",_distance:"4"}},{"es-*-$!americas":{_desired:"es-*-$!americas",_distance:"4"}},{"es-*-*":{_desired:"es-*-*",_distance:"5"}},{"pt-*-$americas":{_desired:"pt-*-$americas",_distance:"4"}},{"pt-*-$!americas":{_desired:"pt-*-$!americas",_distance:"4"}},{"pt-*-*":{_desired:"pt-*-*",_distance:"5"}},{"zh-Hant-$cnsar":{_desired:"zh-Hant-$cnsar",_distance:"4"}},{"zh-Hant-$!cnsar":{_desired:"zh-Hant-$!cnsar",_distance:"4"}},{"zh-Hant-*":{_desired:"zh-Hant-*",_distance:"5"}},{"*-*-*":{_desired:"*-*-*",_distance:"4"}}]}}},o={"001":["001","001-status-grouping","002","005","009","011","013","014","015","017","018","019","021","029","030","034","035","039","053","054","057","061","142","143","145","150","151","154","155","AC","AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CP","CQ","CR","CU","CV","CW","CX","CY","CZ","DE","DG","DJ","DK","DM","DO","DZ","EA","EC","EE","EG","EH","ER","ES","ET","EU","EZ","FI","FJ","FK","FM","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","IC","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","QO","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TA","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","UN","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"],"002":["002","002-status-grouping","011","014","015","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EA","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","IC","IO","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"],"003":["003","013","021","029","AG","AI","AW","BB","BL","BM","BQ","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"],"005":["005","AR","BO","BR","BV","CL","CO","EC","FK","GF","GS","GY","PE","PY","SR","UY","VE"],"009":["009","053","054","057","061","AC","AQ","AS","AU","CC","CK","CP","CX","DG","FJ","FM","GU","HM","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","QO","SB","TA","TK","TO","TV","UM","VU","WF","WS"],"011":["011","BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"],"013":["013","BZ","CR","GT","HN","MX","NI","PA","SV"],"014":["014","BI","DJ","ER","ET","IO","KE","KM","MG","MU","MW","MZ","RE","RW","SC","SO","SS","TF","TZ","UG","YT","ZM","ZW"],"015":["015","DZ","EA","EG","EH","IC","LY","MA","SD","TN"],"017":["017","AO","CD","CF","CG","CM","GA","GQ","ST","TD"],"018":["018","BW","LS","NA","SZ","ZA"],"019":["003","005","013","019","019-status-grouping","021","029","419","AG","AI","AR","AW","BB","BL","BM","BO","BQ","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"],"021":["021","BM","CA","GL","PM","US"],"029":["029","AG","AI","AW","BB","BL","BQ","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"],"030":["030","CN","HK","JP","KP","KR","MN","MO","TW"],"034":["034","AF","BD","BT","IN","IR","LK","MV","NP","PK"],"035":["035","BN","ID","KH","LA","MM","MY","PH","SG","TH","TL","VN"],"039":["039","AD","AL","BA","ES","GI","GR","HR","IT","ME","MK","MT","PT","RS","SI","SM","VA","XK"],"053":["053","AU","CC","CX","HM","NF","NZ"],"054":["054","FJ","NC","PG","SB","VU"],"057":["057","FM","GU","KI","MH","MP","NR","PW","UM"],"061":["061","AS","CK","NU","PF","PN","TK","TO","TV","WF","WS"],142:["030","034","035","142","143","145","AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","HK","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MO","MV","MY","NP","OM","PH","PK","PS","QA","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"],143:["143","KG","KZ","TJ","TM","UZ"],145:["145","AE","AM","AZ","BH","CY","GE","IL","IQ","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"],150:["039","150","151","154","155","AD","AL","AT","AX","BA","BE","BG","BY","CH","CQ","CZ","DE","DK","EE","ES","FI","FO","FR","GB","GG","GI","GR","HR","HU","IE","IM","IS","IT","JE","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SJ","SK","SM","UA","VA","XK"],151:["151","BG","BY","CZ","HU","MD","PL","RO","RU","SK","UA"],154:["154","AX","CQ","DK","EE","FI","FO","GB","GG","IE","IM","IS","JE","LT","LV","NO","SE","SJ"],155:["155","AT","BE","CH","DE","FR","LI","LU","MC","NL"],202:["011","014","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","IO","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TZ","UG","YT","ZA","ZM","ZW"],419:["005","013","029","419","AG","AI","AR","AW","BB","BL","BO","BQ","BR","BS","BV","BZ","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SR","SV","SX","TC","TT","UY","VC","VE","VG","VI"],EU:["AT","BE","BG","CY","CZ","DE","DK","EE","ES","EU","FI","FR","GR","HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO","SE","SI","SK"],EZ:["AT","BE","CY","DE","EE","ES","EZ","FI","FR","GR","IE","IT","LT","LU","LV","MT","NL","PT","SI","SK"],QO:["AC","AQ","CP","DG","QO","TA"],UN:["AD","AE","AF","AG","AL","AM","AO","AR","AT","AU","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BN","BO","BR","BS","BT","BW","BY","BZ","CA","CD","CF","CG","CH","CI","CL","CM","CN","CO","CR","CU","CV","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","ER","ES","ET","FI","FJ","FM","FR","GA","GB","GD","GE","GH","GM","GN","GQ","GR","GT","GW","GY","HN","HR","HT","HU","ID","IE","IL","IN","IQ","IR","IS","IT","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MH","MK","ML","MM","MN","MR","MT","MU","MV","MW","MX","MY","MZ","NA","NE","NG","NI","NL","NO","NP","NR","NZ","OM","PA","PE","PG","PH","PK","PL","PT","PW","PY","QA","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SI","SK","SL","SM","SN","SO","SR","SS","ST","SV","SY","SZ","TD","TG","TH","TJ","TL","TM","TN","TO","TR","TT","TV","TZ","UA","UG","UN","US","UY","UZ","VC","VE","VN","VU","WS","YE","ZA","ZM","ZW"]},s=/-u(?:-[0-9a-z]{2,8})+/gi;function u(e,t,r){if(void 0===r&&(r=Error),!e)throw new r(t)}function l(e,t,r){var n=t.split("-"),a=n[0],s=n[1],u=n[2],l=!0;if(u&&"$"===u[0]){var c="!"!==u[1],d=(c?r[u.slice(1)]:r[u.slice(2)]).map(function(e){return o[e]||[e]}).reduce(function(e,t){return(0,i.__spreadArray)((0,i.__spreadArray)([],e,!0),t,!0)},[]);l&&(l=d.indexOf(e.region||"")>-1==c)}else l&&(l=!e.region||"*"===u||u===e.region);return l&&(l=!e.script||"*"===s||s===e.script),l&&(l=!e.language||"*"===a||a===e.language),l}function c(e){return[e.language,e.script,e.region].filter(Boolean).join("-")}function d(e,t,r){for(var n=0,i=r.matches;n<i.length;n++){var a=i[n],o=l(e,a.desired,r.matchVariables)&&l(t,a.supported,r.matchVariables);if(a.oneway||o||(o=l(e,a.supported,r.matchVariables)&&l(t,a.desired,r.matchVariables)),o){var s=10*a.distance;if(r.paradigmLocales.indexOf(c(e))>-1!=r.paradigmLocales.indexOf(c(t))>-1)return s-1;return s}}throw Error("No matching distance found")}function f(e){return Intl.getCanonicalLocales(e)[0]}function h(e,t){for(var r=t;;){if(e.indexOf(r)>-1)return r;var n=r.lastIndexOf("-");if(!~n)return;n>=2&&"-"===r[n-2]&&(n-=2),r=r.slice(0,n)}}function p(e,t,r,o,l,c){"lookup"===r.localeMatcher?m=function(e,t,r){for(var n={locale:""},i=0;i<t.length;i++){var a=t[i],o=a.replace(s,""),u=h(e,o);if(u)return n.locale=u,a!==o&&(n.extension=a.slice(o.length,a.length)),n}return n.locale=r(),n}(Array.from(e),t,c):(g=Array.from(e),b=[],w=t.reduce(function(e,t){var r=t.replace(s,"");return b.push(r),e[r]=t,e},{}),(void 0===E&&(E=838),T=1/0,S={matchedDesiredLocale:"",distances:{}},b.forEach(function(e,t){S.distances[e]||(S.distances[e]={}),g.forEach(function(r){var o,s,u,l,c,f,h=(o=new Intl.Locale(e).maximize(),s=new Intl.Locale(r).maximize(),u={language:o.language,script:o.script||"",region:o.region||""},l={language:s.language,script:s.script||"",region:s.region||""},c=0,f=function(){var e,t;if(!n){var r=null==(t=null==(e=a.supplemental.languageMatching["written-new"][0])?void 0:e.paradigmLocales)?void 0:t._locales.split(" "),o=a.supplemental.languageMatching["written-new"].slice(1,5);n={matches:a.supplemental.languageMatching["written-new"].slice(5).map(function(e){var t=Object.keys(e)[0],r=e[t];return{supported:t,desired:r._desired,distance:+r._distance,oneway:"true"===r.oneway}},{}),matchVariables:o.reduce(function(e,t){var r=Object.keys(t)[0],n=t[r];return e[r.slice(1)]=n._value.split("+"),e},{}),paradigmLocales:(0,i.__spreadArray)((0,i.__spreadArray)([],r,!0),r.map(function(e){return new Intl.Locale(e.replace(/_/g,"-")).maximize().toString()}),!0)}}return n}(),u.language!==l.language&&(c+=d({language:o.language,script:"",region:""},{language:s.language,script:"",region:""},f)),u.script!==l.script&&(c+=d({language:o.language,script:u.script,region:""},{language:s.language,script:l.script,region:""},f)),u.region!==l.region&&(c+=d(u,l,f)),c+0+40*t);S.distances[e][r]=h,h<T&&(T=h,S.matchedDesiredLocale=e,S.matchedSupportedLocale=r)})}),T>=E&&(S.matchedDesiredLocale=void 0,S.matchedSupportedLocale=void 0),k=S).matchedSupportedLocale&&k.matchedDesiredLocale&&(v=k.matchedSupportedLocale,_=w[k.matchedDesiredLocale].slice(k.matchedDesiredLocale.length)||void 0),m=v?{locale:v,extension:_}:{locale:c()}),null==m&&(m={locale:c(),extension:""});var p,m,y,g,v,_,b,w,E,T,S,k,x=m.locale,A=l[x],D={locale:"en",dataLocale:x};y=m.extension?function(e){u(e===e.toLowerCase(),"Expected extension to be lowercase"),u("-u-"===e.slice(0,3),"Expected extension to be a Unicode locale extension");for(var t,r=[],n=[],i=e.length,a=3;a<i;){var o=e.indexOf("-",a),s=void 0;s=-1===o?i-a:o-a;var l=e.slice(a,a+s);u(s>=2,"Expected a subtag to have at least 2 characters"),void 0===t&&2!=s?-1===r.indexOf(l)&&r.push(l):2===s?(t={key:l,value:""},void 0===n.find(function(e){return e.key===(null==t?void 0:t.key)})&&n.push(t)):(null==t?void 0:t.value)===""?t.value=l:(u(void 0!==t,"Expected keyword to be defined"),t.value+="-"+l),a+=s+1}return{attributes:r,keywords:n}}(m.extension).keywords:[];for(var O=[],N=function(e){var t,n,i=null!=(p=null==A?void 0:A[e])?p:[];u(Array.isArray(i),"keyLocaleData for ".concat(e," must be an array"));var a=i[0];u(void 0===a||"string"==typeof a,"value must be a string or undefined");var o=void 0,s=y.find(function(t){return t.key===e});if(s){var l=s.value;""!==l?i.indexOf(l)>-1&&(o={key:e,value:a=l}):i.indexOf("true")>-1&&(o={key:e,value:a="true"})}var c=r[e];u(null==c||"string"==typeof c,"optionsValue must be a string or undefined"),"string"==typeof c&&(t=e.toLowerCase(),n=c.toLowerCase(),u(void 0!==t,"ukey must be defined"),""===(c=n)&&(c="true")),c!==a&&i.indexOf(c)>-1&&(a=c,o=void 0),o&&O.push(o),D[e]=a},C=0;C<o.length;C++)N(o[C]);var I=[];return O.length>0&&(x=function(e,t,r){u(-1===e.indexOf("-u-"),"Expected locale to not have a Unicode locale extension");for(var n,i="-u",a=0;a<t.length;a++){var o=t[a];i+="-".concat(o)}for(var s=0;s<r.length;s++){var l=r[s],c=l.key,d=l.value;i+="-".concat(c),""!==d&&(i+="-".concat(d))}if("-u"===i)return f(e);var h=e.indexOf("-x-");return f(-1===h?e+i:e.slice(0,h)+i+e.slice(h))}(x,[],O)),D.locale=x,D}function m(e,t){for(var r=[],n=0;n<t.length;n++){var i=h(e,t[n].replace(s,""));i&&r.push(i)}return r}function y(e,t,r,n){return p(t,Intl.getCanonicalLocales(e),{localeMatcher:(null==n?void 0:n.algorithm)||"best fit"},[],{},function(){return r}).locale}},83829:(e,t)=>{"use strict";function r(e){var t;let{config:r,src:n,width:i,quality:a}=e,o=a||(null==(t=r.qualities)?void 0:t.reduce((e,t)=>Math.abs(t-75)<Math.abs(e-75)?t:e))||75;return r.path+"?url="+encodeURIComponent(n)+"&w="+i+"&q="+o+(n.startsWith("/_next/static/media/"),"")}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n}}),r.__next_img_default=!0;let n=r},83933:(e,t,r)=>{"use strict";r.d(t,{F3:()=>h,GT:()=>f,J9:()=>u,JF:()=>l,MT:()=>c,V1:()=>s});var n=r(4902),i=r(98149),a=r(53279),o=r(56186);function s(e,t,r){if(void 0===r&&(r=Error),!e)throw new r(t)}function u(e,t,r){return void 0===r&&(r={}),t.reduce(function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t},{})}var l={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function c(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function d(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function f(e){void 0===e&&(e=c());var t=Intl.RelativeTimeFormat,r=Intl.ListFormat,o=Intl.DisplayNames,s=(0,i.B)(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.DateTimeFormat).bind.apply(e,(0,n.__spreadArray)([void 0],t,!1)))},{cache:d(e.dateTime),strategy:i.W.variadic}),u=(0,i.B)(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,(0,n.__spreadArray)([void 0],t,!1)))},{cache:d(e.number),strategy:i.W.variadic}),l=(0,i.B)(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.PluralRules).bind.apply(e,(0,n.__spreadArray)([void 0],t,!1)))},{cache:d(e.pluralRules),strategy:i.W.variadic});return{getDateTimeFormat:s,getNumberFormat:u,getMessageFormat:(0,i.B)(function(e,t,r,i){return new a.S(e,t,r,(0,n.__assign)({formatters:{getNumberFormat:u,getDateTimeFormat:s,getPluralRules:l}},i||{}))},{cache:d(e.message),strategy:i.W.variadic}),getRelativeTimeFormat:(0,i.B)(function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new(t.bind.apply(t,(0,n.__spreadArray)([void 0],e,!1)))},{cache:d(e.relativeTime),strategy:i.W.variadic}),getPluralRules:l,getListFormat:(0,i.B)(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return new(r.bind.apply(r,(0,n.__spreadArray)([void 0],e,!1)))},{cache:d(e.list),strategy:i.W.variadic}),getDisplayNames:(0,i.B)(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return new(o.bind.apply(o,(0,n.__spreadArray)([void 0],e,!1)))},{cache:d(e.displayNames),strategy:i.W.variadic})}}function h(e,t,r,n){var i,a=e&&e[t];if(a&&(i=a[r]),i)return i;n(new o.OC("No ".concat(t," format named: ").concat(r)))}},84915:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getImgProps",{enumerable:!0,get:function(){return u}}),r(60546);let n=r(45284),i=r(26904),a=["-moz-initial","fill","none","scale-down",void 0];function o(e){return void 0!==e.default}function s(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function u(e,t){var r,u;let l,c,d,{src:f,sizes:h,unoptimized:p=!1,priority:m=!1,loading:y,className:g,quality:v,width:_,height:b,fill:w=!1,style:E,overrideSrc:T,onLoad:S,onLoadingComplete:k,placeholder:x="empty",blurDataURL:A,fetchPriority:D,decoding:O="async",layout:N,objectFit:C,objectPosition:I,lazyBoundary:P,lazyRoot:M,...L}=e,{imgConf:R,showAltText:F,blurComplete:j,defaultLoader:B}=t,U=R||i.imageConfigDefault;if("allSizes"in U)l=U;else{let e=[...U.deviceSizes,...U.imageSizes].sort((e,t)=>e-t),t=U.deviceSizes.sort((e,t)=>e-t),n=null==(r=U.qualities)?void 0:r.sort((e,t)=>e-t);l={...U,allSizes:e,deviceSizes:t,qualities:n}}if(void 0===B)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let q=L.loader||B;delete L.loader,delete L.srcSet;let V="__next_img_default"in q;if(V){if("custom"===l.loader)throw Object.defineProperty(Error('Image with src "'+f+'" is missing "loader" prop.\nRead more: https://nextjs.org/docs/messages/next-image-missing-loader'),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=q;q=t=>{let{config:r,...n}=t;return e(n)}}if(N){"fill"===N&&(w=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[N];e&&(E={...E,...e});let t={responsive:"100vw",fill:"100vw"}[N];t&&!h&&(h=t)}let H="",G=s(_),z=s(b);if((u=f)&&"object"==typeof u&&(o(u)||void 0!==u.src)){let e=o(f)?f.default:f;if(!e.src)throw Object.defineProperty(Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received "+JSON.stringify(e)),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!e.height||!e.width)throw Object.defineProperty(Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received "+JSON.stringify(e)),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(c=e.blurWidth,d=e.blurHeight,A=A||e.blurDataURL,H=e.src,!w)if(G||z){if(G&&!z){let t=G/e.width;z=Math.round(e.height*t)}else if(!G&&z){let t=z/e.height;G=Math.round(e.width*t)}}else G=e.width,z=e.height}let Q=!m&&("lazy"===y||void 0===y);(!(f="string"==typeof f?f:H)||f.startsWith("data:")||f.startsWith("blob:"))&&(p=!0,Q=!1),l.unoptimized&&(p=!0),V&&!l.dangerouslyAllowSVG&&f.split("?",1)[0].endsWith(".svg")&&(p=!0);let K=s(v),W=Object.assign(w?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:C,objectPosition:I}:{},F?{}:{color:"transparent"},E),Z=j||"empty"===x?null:"blur"===x?'url("data:image/svg+xml;charset=utf-8,'+(0,n.getImageBlurSvg)({widthInt:G,heightInt:z,blurWidth:c,blurHeight:d,blurDataURL:A||"",objectFit:W.objectFit})+'")':'url("'+x+'")',Y=a.includes(W.objectFit)?"fill"===W.objectFit?"100% 100%":"cover":W.objectFit,$=Z?{backgroundSize:Y,backgroundPosition:W.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:Z}:{},J=function(e){let{config:t,src:r,unoptimized:n,width:i,quality:a,sizes:o,loader:s}=e;if(n)return{src:r,srcSet:void 0,sizes:void 0};let{widths:u,kind:l}=function(e,t,r){let{deviceSizes:n,allSizes:i}=e;if(r){let e=/(^|\s)(1?\d?\d)vw/g,t=[];for(let n;n=e.exec(r);)t.push(parseInt(n[2]));if(t.length){let e=.01*Math.min(...t);return{widths:i.filter(t=>t>=n[0]*e),kind:"w"}}return{widths:i,kind:"w"}}return"number"!=typeof t?{widths:n,kind:"w"}:{widths:[...new Set([t,2*t].map(e=>i.find(t=>t>=e)||i[i.length-1]))],kind:"x"}}(t,i,o),c=u.length-1;return{sizes:o||"w"!==l?o:"100vw",srcSet:u.map((e,n)=>s({config:t,src:r,quality:a,width:e})+" "+("w"===l?e:n+1)+l).join(", "),src:s({config:t,src:r,quality:a,width:u[c]})}}({config:l,src:f,unoptimized:p,width:G,quality:K,sizes:h,loader:q});return{props:{...L,loading:Q?"lazy":y,fetchPriority:D,width:G,height:z,decoding:O,className:g,style:{...W,...$},sizes:J.sizes,srcSet:J.srcSet,src:T||J.src},meta:{unoptimized:p,priority:m,placeholder:x,fill:w}}}},84918:(e,t,r)=>{"use strict";r.d(t,{r:()=>n});var n="3.13.8"},86158:(e,t,r)=>{"use strict";var n;r.d(t,{Ll:()=>u,aD:()=>o,aZ:()=>i,cE:()=>n,ou:()=>a});class i{constructor(e,t,r){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=r}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}}class a{constructor(e,t,r,n,i,a){this.kind=e,this.start=t,this.end=r,this.line=n,this.column=i,this.value=a,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}}let o={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},s=new Set(Object.keys(o));function u(e){let t=null==e?void 0:e.kind;return"string"==typeof t&&s.has(t)}!function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"}(n||(n={}))},86962:(e,t,r)=>{"use strict";r.d(t,{bq:()=>a,wt:()=>o,sD:()=>i});var n=r(82505);function i(e,t){1;return!!t&&!!e&&e.contains(t)}let a=(e=document)=>{var t;1;return e.activeElement};function o(e){return 0,e.target}},87082:(e,t,r)=>{"use strict";r.d(t,{L:()=>a});var n=r(14232),i=r(70097);function a(){let[e]=(0,n.useState)(i.e);return(0,n.useEffect)(()=>()=>e.dispose(),[e]),e}},87159:(e,t,r)=>{"use strict";r.d(t,{c:()=>i});var n=r(14232);function i(e,t){return(0,n.useMemo)(()=>{var r;if(e.type)return e.type;let n=null!=(r=e.as)?r:"button";if("string"==typeof n&&"button"===n.toLowerCase()||(null==t?void 0:t.tagName)==="BUTTON"&&!t.hasAttribute("type"))return"button"},[e.type,e.as,t])}},87560:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PartitionRelativeTimePattern=function(e,t,r,o){var s=o.getInternalSlots;if((0,n.invariant)("Number"===(0,n.Type)(t),"value must be number, instead got ".concat(typeof t),TypeError),(0,n.invariant)("String"===(0,n.Type)(r),"unit must be number, instead got ".concat(typeof t),TypeError),isNaN(t)||!isFinite(t))throw RangeError("Invalid value ".concat(t));var u=(0,i.SingularRelativeTimeUnit)(r),l=s(e),c=l.fields,d=l.style,f=l.numeric,h=l.pluralRules,p=l.numberFormat,m=u;"short"===d?m="".concat(u,"-short"):"narrow"===d&&(m="".concat(u,"-narrow")),m in c||(m=u);var y=c[m];if("auto"===f&&(0,n.ToString)(t)in y)return[{type:"literal",value:y[(0,n.ToString)(t)]}];var g="future";((0,n.SameValue)(t,-0)||t<0)&&(g="past");var v=y[g],_="function"==typeof p.formatToParts?p.formatToParts(Math.abs(t)):[{type:"literal",value:p.format(Math.abs(t)),unit:r}],b=v[h.select(t)];return(0,a.MakePartsList)(b,u,_)};var n=r(77262),i=r(22249),a=r(8665)},88591:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});let n=r(14232).createContext({setModal:()=>{throw Error("No ModalContext/ModalWrapper ancestor found.")}})},89099:(e,t,r)=>{e.exports=r(48253)},89356:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GetOperands=function(e){(0,n.invariant)("string"==typeof e,"GetOperands should have been called with a string");var t,r,i,a,o,s=(0,n.ToNumber)(e);(0,n.invariant)(s.isFinite(),"n should be finite");var u=e.indexOf("."),l="";-1===u?(t=s,r=n.ZERO,i=0):(t=e.slice(0,u),l=e.slice(u,e.length),r=(0,n.ToNumber)(l),i=l.length);var c=(0,n.ToNumber)(t).abs();if(r.isZero())a=0,o=n.ZERO;else{var d=l.replace(/0+$/,"");a=d.length,o=(0,n.ToNumber)(d)}return{Number:s,IntegerDigits:c.toNumber(),NumberOfFractionDigits:i,NumberOfFractionDigitsWithoutTrailing:a,FractionDigits:r.toNumber(),FractionDigitsWithoutTrailing:o.toNumber()}};var n=r(77262)},90362:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(96427),i=r(79350),a=r(94038);function o(){let e=(0,n._)(["\n fragment UserFragment on User {\n _id\n lastBillingAddress {\n firstName\n lastName\n company\n addressLine\n addressLine2\n postalCode\n countryCode\n regionCode\n city\n }\n lastContact {\n emailAddress\n telNumber\n }\n lastLogin {\n countryCode\n locale\n remoteAddress\n remotePort\n timestamp\n userAgent\n }\n avatar {\n _id\n name\n size\n type\n url\n }\n allowedActions\n paymentCredentials {\n _id\n isValid\n isPreferred\n paymentProvider {\n _id\n type\n interface {\n _id\n label\n version\n }\n }\n }\n emails {\n verified\n address\n }\n web3Addresses {\n address\n nonce\n verified\n }\n webAuthnCredentials {\n _id\n created\n aaguid\n counter\n mdsMetadata {\n ...MD5MetaDataFragment\n }\n }\n profile {\n displayName\n phoneMobile\n gender\n address {\n firstName\n lastName\n company\n addressLine\n addressLine2\n postalCode\n countryCode\n regionCode\n city\n }\n birthday\n }\n username\n primaryEmail {\n verified\n address\n }\n isGuest\n isInitialPassword\n name\n roles\n tags\n deleted\n }\n ","\n"]);return o=function(){return e},e}let s=(0,i.J1)(o(),a.A)},90600:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.shouldPolyfill=function(e){if(void 0===e&&(e="en"),!("PluralRules"in Intl)||"one"===new Intl.PluralRules("en",{minimumFractionDigits:2}).select(1)||!function(e){if(!e)return!0;var t=Array.isArray(e)?e:[e];return Intl.PluralRules.supportedLocalesOf(t).length===t.length}(e))return e?(0,n.match)([e],i.supportedLocales,"en"):void 0};var n=r(83792),i=r(98394)},92815:(e,t,r)=>{"use strict";function n(e,t){for(var r=arguments.length,i=Array(r>2?r-2:0),a=2;a<r;a++)i[a-2]=arguments[a];if(e in t){let r=t[e];return"function"==typeof r?r(...i):r}let o=Error('Tried to handle "'.concat(e,'" but there is no handler defined. Only defined handlers are: ').concat(Object.keys(t).map(e=>'"'.concat(e,'"')).join(", "),"."));throw Error.captureStackTrace&&Error.captureStackTrace(o,n),o}r.d(t,{Y:()=>n})},93171:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(14232),i=r(46740);let a=()=>(0,n.useContext)(i.A)},93431:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>tO});var n,i=r(37876),a=r(4902),o=r(17318),s=r(60427),u=r(94852),l=function(e){var t=e.client,r=e.children,n=(0,u.l)(),i=s.useContext(n),l=s.useMemo(function(){return(0,a.__assign)((0,a.__assign)({},i),{client:t||i.client})},[i,t]);return(0,o.V1)(l.client,55),s.createElement(n.Provider,{value:l},r)},c=r(4361),d=r.n(c),f=r(89099),h=r(4301),p=r(14232),m=r(48143);r(53021);let y={en:JSON.parse('{"EW1jgi":"default_input_name","account":"Account","account_notice":"This information will be displayed publicly so be careful what you share.","account_status":"Account status","activate":"Activate","activate_assortment_description":"Will be visible on search","activate_button":"Activate","activate_header_conformation":"Are you sure you want to this subscription?","activate_header_title":"Activate subscription.","activated":"Activated","active":"Active","activities":"Activities","adapter":"Adapter","add":"Add","add_assortment":"Add Assortment","add_country":"Add Country","add_currency":"Add Currency","add_email":"Add email","add_filter_option":"Add option","add_language":"Add Language","add_option":"Add option","add_product":"Add product","add_review":"Add Review","add_tag":"Add tag","add_web3_address":"Add address","add_web_auth":"Add WebAuth","add_work":"Add Work","added_date":"<b>Created :</b> {created}","address":"Address","address2":"Address 2","address_line_1":"Address line 1 (Street, House no)","address_line_2":"Address line 2","address_notice":"This information will be displayed publicly so be careful what you share.","admin_ui":"Admin UI","allocate_work":"Allocate Work","already_got_a_user":"Already got a user?","app_new_version_available":"A newer version of this web app is available, reload to update?","are_you_sure":"Are you sure?","assigned_products":"Assigned Products","assignments":"Assignments","assortment":"Assortment","assortment_activated":"Assortment activated successfully","assortment_added":"Assortment added successfully!","assortment_base":"Base","assortment_changed_to_leaf":"Assortment changed to leaf","assortment_changed_to_root":"Assortment changed to root","assortment_deactivated":"Assortment deactivated successfully","assortment_deleted_success":"Deleted successfully","assortment_detail_header":"Assortment detail <b>({id})</b>","assortment_detail_title":"Assortment {id}","assortment_filter_deleted":"Assortment filter deleted successfully","assortment_filter_form_description":"<ul> <li>Assign filters that will be applied for the assortment </li> </ul>","assortment_filter_list_description":"<ul> <li>All filters that are applied when searching for this assortment </li> <li> Drag and drop list items to sort filters order </li> </ul>","assortment_filters_form_header":"Filters","assortment_filters_header":"Assortment filters","assortment_link":"Link deleted successfully","assortment_link_form_description":"<ul> <li>Assign assortment that are direct child of this assortment </li> </ul>","assortment_link_form_header":"Child assortments","assortment_link_list_description":"<ul> <li>All assortments found on the assortment relation tree</li> <li> Drag and drop list items to sort assortment links </li> <li> Parents are assortments found in the ancestors tree on any level </li> <li> Descendants are assortments found in the children tree on any level </li> </ul>","assortment_links_header":"Assortment links","assortment_made_base":"Assortment changed to base","assortment_media":"Assortment Media","assortment_media_deleted":"Media deleted successfully","assortment_media_upload":"Media uploaded successfully","assortment_product_form_description":"<ul> <li>Products that belong to this assortment </li> </ul>","assortment_product_form_header":"Products","assortment_product_list_description":"<ul> <li>All products that belong to this assortment</li> <li> Drag and drop list items to sort products order </li> </ul>","assortment_products_header":"Assortment product","assortment_text_form_description":"<ul> <li>A Slug is the unique identifying part of a web address, typically at the end of the URL. </li> <li> You can change the language of text by using the localization dropdown found at top right corner </li> <li> Description area accepts text that are compatible with markdown or HTML format. Tip: in order to add a line break use \\\\ </li></ul>","assortments":"Assortments","assortments_list_header":"Assortments","availability":"Product Availability","avatar":"Avatar","base":"Base","baseUnit":"Base Unit","base_country":"Base","base_language":"Base","billing_address":"Billing address","billing_interval_unit":"Billing interval unit","billing_summary":"Billing Summary","billing_unit":"Billing Unit","birthday":"Birthday","brand":"Brand","browser":"Browser","bundle":"Bundle product","bundle_item_added":"Bundle product added successfully","bundle_item_deleted":"Bundle item deleted successfully","bundle_product_definition":"<h3>Bundle</h3> <p>As the name suggest this product type enables you to create a collection/bundle of products as one and set the price accordingly. This type of product is useful if you have christmas package for example. </p>","bundles":"Bundles","cancel":"Cancel","cart":"Cart","cart_detail_title":"Cart {id}","categories":"Categories","chain-id":"Chain ID {chainId}","chain-token-id":"Chain Token ID","change":"Change","change_password":"Change password","child_assortment":"Sub-Assortment","children":"Children:","city":"City","close":"Close","close_sidebar":"Close sidebar","code":"Code","commerce":"Commerce","company":"Company","configurable_product_definition":"<h3>Configurable</h3> <p>Configurable Product is used to organize varieties of a product. A product might have a variation in color, size or other distinct property in that case you can use a configurable product type to organize all the variation under one category and outline-solid there difference. </p>","configuration":"Configuration","configuration_error":"Configuration error","confirm_order":"Confirm order","confirm_order_alert_button":"Confirm","confirm_order_alert_header":"Confirm order?","confirm_order_alert_message":"This will mark order as confirmed","confirm_password":"Confirm password","connection_to_server_error":"Currently not connected to unchained engine, please check your connection to server and try again.","contact":"Contact","continue":"Continue","contract-address-label":"Contract Address","contract-standard":"Contract standard","contract_address":"Contract Address","copied":"Copied","copy_to_clipboard":"Copy to clipboard","countries":"Countries","country":"Country","country_added":"Country added successfully!","country_code":"Country code","country_currency":"Currency","country_deleted":"Country deleted successfully","country_exists":"Country with the same ISO code already exists","country_updated":"Country updated successfully!","create_filter":"Create Filter","create_new_account":"Create new account?","create_provider":"Create provider","created":"Created","created_colon":"Created:","crossbase":"Crossbase","currencies":"Currencies","currencies_list_header":"Currencies","currency":"Currency","currency_added":"Currency added successfully!","currency_contract_address_description":"Contract address is optional and represents address of the 40 character long deployed token contract on the ethereum network.","currency_deleted":"Currency deleted successfully","currency_exists":"Currency with the same ISO code already exists","currency_updated":"Currency updated successfully!","current_password":"Current password","customer_reviews":"Customer Reviews","data":"Data","date":"Date","deactivate":"Deactivate","deactivate_assortment_description":"Will not be visible on search","deactivated":"Deactivated","decimals":"decimals","decreased":"Decreased by","decreased_by":"Increased by","default_currency":"Default currency","delete":"Delete","delete_assortment_confirmation":"This action might cause inconsistencies with other data that relates to it and it is nonreversible. Are you sure you want to delete this assortment?","delete_assortment_filter_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_assortment_link":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_assortment_media":"Delete media","delete_assortment_media_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this currency?","delete_bundle_item":"Delete item","delete_bundle_item_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this bundle item?","delete_country":"Delete country","delete_country_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this country?","delete_currency":"Delete currency","delete_currency_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this currency?","delete_delivery_provider":"Delete delivery provider","delete_delivery_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this delivery provider?","delete_email":"Delete email","delete_email_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this email?","delete_filter":"Delete filter","delete_filter_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this filter?","delete_filter_option":"Delete option","delete_filter_option_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this filter option?","delete_language":"Delete language","delete_language_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_link":"Delete link","delete_order":"Delete order","delete_order_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this order?","delete_paymentProvider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this Payment provider?","delete_payment_provider":"Delete payment provider","delete_payment_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this payment provider?","delete_product":"Delete Product","delete_product_assignment":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this assignment?","delete_product_confirmation":"This action might cause inconsistencies with other data that relates to it and it is nonreversible. Are you sure you want to delete this product?","delete_product_media":"Delete media","delete_product_media_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this media?","delete_product_variation":"Delete variation","delete_product_variation_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this variation?","delete_review":"Delete review","delete_review_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this review?","delete_variation_assignment":"Delete assignment","delete_variation_option":"Delete option","delete_variation_option_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this option?","delete_warehousing_provider":"Delete warehousing Provider","delete_warehousing_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this warehousing provider?","delete_web3_address":"Delete address?","delete_web3_address_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this address?","delete_web_auth_credential":"Are you sure you want to unlink this device from your account?","delete_work":"Delete work","delete_work_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this work?","deleted":"Deleted","deleted_products":"Deleted products","deleted_text":"Deleted","delivered":"Delivered","deliveryProviders_deleted":"DeliveryProviders deleted successfully","delivery_provider":"Delivery Provider","delivery_provider_deleted":"Delivery provider deleted successfully","delivery_provider_title":"Delivery provider {id}","delivery_providers":"Delivery providers","delivery_providers_header":"Delivery providers","delivery_status":"Status","description":"Description","different_browser":"Visit this page from a browser that supports HTTPS requests to local HTTP endpoints, like Chrome or Firefox.","discount":"Discount","discount_amount":"Discount Amount","discount_information":"Discounts","discounts":"Discounts","displayName":"Display Name","display_as_graph":"Display as Graph","display_name":"Display name","dont_have_account":"Don\'t have an account yet?","draft":"Draft","draft_product_description":"Product will not be discoverable and can not be ordered","duration":"Duration","edit":"Edit","editor":"Editor","email":"Email","email_added":"Email added successfully!","email_address":"Email Address","email_address_not_exist":"Provided email does not exist","email_addresses":"Email addresses","email_already_exists_error":"Email already exists","email_deleted":"email {id} deleted successfully","email_exists_error":"Email already exists","email_verification_failed":"Email verification failed","email_verified_default":"All","email_verified_false":"Only unverified","email_verified_label":"E-Mail verified","email_verified_successfully":"Email Verified successfully","email_verified_true":"Only verified","end":"End","end_date":"End Date","endpoint":"endpoint","engine_version":"Engine version","enrollment":"enrollment","enrollment_detail":"Enrollment Detail","enrollment_detail_title":"Enrollment {id}","enrollment_error":"Failed sending email, please try again","enrollment_number":"Enrollment number","enrollment_success":"Email sent to the user successfully","enrollment_success_message":"Subscription activation email sent","enrollment_updated_successfully":"Enrollment saved successfully","enrollments":"Enrollments","enrollments_list_header":"Enrollments","error":"Error","error-loading-image-alt":"Error loading image","error-something-went-wrong":"Unable to complete the task successfully please try again","error_403":"403 unauthorized","error_404":"404 error","error_500":"500, unexpected error","error_commerce_quantity_null_required":"{label} should have one price with null /empty max quantity","error_contract_address":"Invalid contract address","error_country_code":"Invalid country code","error_currency_code":"Invalid currency code","error_date_after":"{label} must be after {dateToCompare}.","error_date_before":"{label} must be before {dateToCompare}.","error_email":"{label} must be a valid email address","error_invalid_date":"{label} is not a valid date","error_language_code":"Invalid language code","error_number_not_int":"Invalid value please provide integer value","error_phone_number_invalid":"Invalid phone number","error_required":"{label} is a required field","error_same_product_prices":"{label} can not be equal for a price with the same country and currency","error_server":"{details}","error_tag_required":"{label} you must provide at least one tag","error_text_area_required":"{label} is required","event":"Events","event_detail":"Event Detail","event_detail_title":"Event {id}","events_list_header":"Events","expired":"Expired","expires":"Expires","export":"Export","exporting":"Exporting","extended-fields":"Extended","extensions":"Extensions","fail_reorder":"Reordering failed, Try again!","fail_upload":"Media upload failed","failed_url":"Please check url on the endpoint","female":"Female","filer_options":"Filter options","filter":"Filter","filter_activated":"Filter activated!","filter_by_creation_date":"Filter by creation date","filter_by_type":"Filter by type","filter_created":"Filter created successfully!","filter_deactivated":"Filter deactivated!","filter_deleted":"Filter deleted successfully","filter_detail":"Filter Detail","filter_detail_title":"Filter {id}","filter_key":"Key","filter_key_already_exists":"Filter key already exists, please provide unique key","filter_option_added_success":"Filter option added successfully","filter_option_title":"Title","filter_option_value":"Value","filter_text_form_description":"<ul> <li>You can change the language of filter using the dropdown found at top right corner</li> </ul>","filter_type":"Filter Type","filters":"Filters","filters_list_header":"Filters","finished":"Finished","finished_at":"Finished: {time}","first_name":"First name","forget_password":"Forgot your password?","forgot_password_header_description":"Enter your email address below and we\'ll send you a link to reset your password!","from":"From","fullName":"FullName","full_name":"Full name","gender":"Gender","general_text":"Text","go-home":"Go back home","go_back_home":"Go back home","go_to_home":"Go to home","go_to_login":"Go to login","guest":"Guest","header_conformation":"This action is nonreversible, are you sure you want to change it to base?","header_title":"Assortment base change.","height":"Height (Millimeter)","home":"Home","id":"ID","image-not-found":"Image not found","image_not_available":"Image not available","import":"Import","import_duration":"Duration of import","in_active":"In-Active","in_cart":"In cart","in_valid":"InValid","inactive":"In-Active","include_drafts":"Include drafts","include_inactive":"Include inactive","include_leaf":"Include leafs","increased_by":"Increased by","initial":"Initial","input":"Input","interface":"Interface","internal_server_error":"500 Internal Server Error.","internal_server_error_message":"Sorry, It is not you, it is us. We are working on to fix this. .","invalid_credential_error":"Invalid credential, please try again","invalid_signature_length":"Invalid signature","invalid_url":"Invalid page url","invalidate-token":"Invalidate","invalidated":"Invalidated","ip":"IP Address","iso_code":"ISO code","item_quantity":"Quantity:","key":"Key","labels":"Labels","language":"Language","language_added":"Language added successfully!","language_deleted":"Language deleted successfully","language_exists":"Language with the same ISO code already exists","language_header":"Languages","language_updated":"Language updated successfully!","languages":"Languages","last_Name":"Last name","last_login":"Last Login:","last_updated":"Last Updated:","latest-reviews":"Latest Reviews","leaf":"Leaf","leaf_assortment_description":"Can be assigned as a child of another assortment","length_millimeter":"Length (Millimeter)","link_reorder":"Link reorder successfully","linked_assortment":"Linked assortment","links":"Links","load-more-reviews":"Load reviews","load_more":"Load more","loading":"Loading ...","log_in":"Log in","log_out":"Log out","logged_out":"Logged out","login_date_range":"Login Date Range","login_header":"Log in to your account","make-proposal-header":"Make quotation proposal","make_leaf":"Make leaf","make_root":"Make root","male":"Male","manage":"Manage","mark_as_base":"Mark as Base","mark_as_delivered":"Mark as delivered","mark_as_delivered_message":"This will change the order delivery status to delivered","mark_as_delivered_question":"Mark as delivered ?","mark_as_paid":"Mark as Paid","mark_as_paid_question":"This will change the order payment status as Paid.","mark_as_paid_question_header":"Mark as paid ?","max_quantity":"Max Quantity","media":"Media","media_subtitle":"Subtitle:","media_title":"Title:","media_updated":"Media updated","message":"message","method":"Method","mobile_phone":"Mobile phone","name":"Name","navision":"Navision","net_price":"Net Price","new_assortment_header":"New Assortment","new_assortments":"New Assortments","new_country_header":"New country","new_currency_header":"New currency","new_delivery_provider":"New delivery provider","new_filter_header":"New filter","new_filters":"New Filters","new_language_header":"New language","new_password":"New password","new_payment_provider_header":"New payment provider","new_product_header":"New product","new_products":"New Products","new_user_header":"New user","new_warehousing_provider_header":"New warehousing provider","next":"Next","no_data_message":"<p>No <span> {message} available</span> </p>","no_internet_access":"You aren\'t connected to a working internet connection","no_payload":"Payload","no_result_found":"No result found","no_tag":"No Tag","not-applicable":"N/A","not_access_message":"Sorry, The page you trying to access has restricted access.","not_base":"Mark as Base","not_found_message":"Sorry, we couldn’t find the page you’re looking for.","not_published":"Not published","ok":"Ok","open_sidebar":"Open sidebar","option":"Option","options":"Options","or_drag_and_drop":"or drag and drop","or_manually_enter_address":"Or enter address manually","order":"Order","order__marked_delivered":"Order marked as delivered successfully","order_confirmed_success":"Order confirmed successfully","order_date":"Order date","order_deleted":"Order deleted successfully","order_detail":"Order Detail","order_detail_title":"Order {id}","order_id":"Order","order_number":"Order #","order_paid":"Order payed successfully","order_payment_fees":"Fees","order_reject_success":"Order rejected successfully","order_total":"Order total","orders":"Orders","orders_list_header":"Orders","original_work_id":"Original Work Id","page_not_found":"Page not found.","paginated-data":"<p> Showing <span>{from}</span> to <span>{to}</span> of <span>{total}</span> results </p>","paid":"Paid","password":"Password","password_change_failed":"Password change failed, try again later","password_changed_success":"Password changed successfully.","password_identical":"Provided new password identical to previous password","password_mismatch":"Password fields don\'t match","password_success":"Password changed successfully.","pay":"PAY","payload":"Payload","payment_credentials":"Payment credentials","payment_detail_title":"Payment provider {id}","payment_provider":"Payment provider","payment_provider_deleted":"Payment provider deleted successfully","payment_providers":"Payment providers","payment_providers_header":"Payment providers","periods":"Periods","permission_missing":"You don\'t have the required permission","phone":"Phone","photo":"Photo","plan_product_definition":"<h3>Plan</h3> <p>Plan product is use when you have a product that is offered per subscription base. Since for this type of product the payment is usually recurring, you can adjust the interval of payment calculation. </p>","postal_code":"Postal/ZIP code","preferred":"Preferred","preview":"preview","previous":"Previous","price":"Price","priority":"Priority","process-quotation-submit":"Mark as processed","product":"Product","product-image":"Product image","product_added":"Product added successfully!","product_commerce_info":"One price list should have a max quantity field empty and no price should have the same max quantity along with currency and country specified","product_deleted":"Product deleted successfully","product_deleted_success":"Deleted successfully","product_detail_header":"Product detail <b>({id})</b>","product_detail_title":"Product {id}","product_drafted":"Drafted successfully","product_media":"Product Media","product_media_deleted":"Media deleted successfully","product_media_upload":"Media uploaded successfully","product_published":"Published successfully","product_quantity":"Quantity","product_review_added":"Review added successfully!","product_review_updated":"Review updated successfully!","product_subscription_form_description":"<ul><li> Information that will be used to calculate price of a subscription based product </li> <li>The price specified in commerce section will be used when calculating fees on each interval. </li> <li>Price will not be included for the specified trial period </li> </ul>","product_supply_form_description":"<ul><li> Information that will be used to identify dimensions of a product </li> </ul>","product_text_form_description":"<ul> <li>A Slug is the unique identifying part of a web address, typically at the end of the URL. </li> <li> You can change the language of text by using the localization dropdown found at top right corner </li> <li> Description area accepts text that are compatible with markdown or HTML. Tip: in order to add a line break use \\\\ </li> </ul>","product_title":"Product","product_type":"Product type","product_variation_added":"Product variation added successfully","product_variation_deleted":"Variation deleted successfully","product_variation_option_deleted":"Variation option deleted successfully","product_warehousing_form_description":"<ul><li> Information regarding product storage </li> </ul>","products":"Products","products_list_header":"Products","profile":"Profile","profile_notice":"This information will be displayed publicly so be careful what you share.","profile_updated":"Profile updated successfully!","provider_created_success":"Provider created successfully!","publish":"Publish","publish_product_description":"Product will be discoverable and can be ordered","published":"Published","published_date":"<b>Published :</b> {published}","purchased_products":"Purchased products","quantity":"Quantity","quotation":"quotation","quotation-context-input-label":"Quotation context","quotation-quoted-successfully":"Quoted successfully","quotation-rejection-successfully":"Quotation rejected successfully","quotation-verified-successfully":"Quotation verified successfully","quotation_detail":"Quotation Detail","quotation_detail_title":"Quotation {id}","quotation_list_header":"Quotations","quotation_number":"Quotation number","quotation_updated":"Quotation updated successfuly","quotations":"Quotations","recent_reviews":"Recent reviews","region":"Region","region_Code":"Region","register-with-web3":"Register","reject-quotation-quotation":"Reject quotation?","reject-quotation-submit":"Reject","reject_order":"Reject order","reject_order_alert_button":"Reject","reject_order_alert_header":"Reject order?","removed_assortments":"Removed Assortments","removed_filters":"Removed filters","reorder_original":"Reorder to original location","report-submit":"Submit","reports":"Reports","requested":"Requested","required-role-not-satisfied":"Current account does not have access, please log in with an account that have the required role. Contact system administrator for further information","reset_link_sent":"Password reset link sent to {email}","reset_password":"Reset password","reset_password_header_description":"Enter your new password and make sure you don\'t forget it this time.","reset_token_expired":"Token link invalid or has expired","reset_token_invalid_warning":"The reset token is either invalid or expired. Please use the last reset link sent in your email or start the process again by going to {link}","resolved_country":"Resolved country","resolved_language":"Resolved language","rest_password":"Reset password","result":"Result","retries":"Retries","retry":"Retry","retry-work":"Retry","review":"Review","review_data":"Review data","review_deleted":"Review deleted successfully","review_summary":"<div> Based on <cta> {total} </cta> reviews</div>","reviews":"Reviews","role_updated":"Role updated successfully!","roles":"Roles","root":"Root","root_assortment":"Root","root_assortment_description":"Can not be assigned as a child of another assortment","root_description":"This makes the assortment is a top level","root_node":"Root node","safari_does_not_support":"Safari does not support network requests from unchained admin on HTTPS to your local HTTP endpoint, so we cannot introspect your endpoint.","save":"Save","saved":"Saved","scheduled":"Scheduled","search":"Search","search_anything":"Search anything","search_product":"Search product","search_tag":"Search tag","select_options_toggle":"Change {type} status","select_role":"Select role","select_tab":"Select a tab","select_type":"Select type","send__enrollment_email_button":"Send enrollment Email","send_activation_email_confirm":"Are you sure you want to send email?","send_activation_email_header":"Send Email.","send_button":"Send","send_email_button":"Send Email","send_rest_link":"Send reset link","send_verification_mail":"Send verification mail","sequence":"Sequence","set_password":"Set password","shipping":"Shipping","shortcuts":"Shortcuts","show_carts":"Show carts","show_guests":"Show Guests","show_inactive":"Show Inactive","sign_address_header":"Sign address","sign_up":"Sign up","sign_up_header":"Create new account","signature_hash":"Signature hash","signature_not_match_error":"Signature does not match","simple_product_definition":"<h3>Simple</h3> <p>Simple product is the most commonly used type of product type. It accepts configuration values for price, dimension and warehousing. Most e-commerce product needs are satisfied by this type </p>","sku":"SKU","slug":"Slug","solr":"Solr","solutions":"There are a couple solutions:","ssl_certificate":"Set up an SSL certificate for your local endpoint.","star_reviews":"Star reviews","start":"Start","start_date":"Start date","started":"Started","started_at":"Started: {time}","status":"Status","submit":"Submit","subscription":"Subscription","subscription_message":"Subscription","subscription_product_type_not_valid":"Status of the product does not allow this operation","subscriptions":"Subscriptions","subtitle":"Subtitle","subtotal":"Subtotal","success_message":"Subscription successfully activated.","supply":"Supply","system":"System settings","system_information":"System Information","tags":"Tags","tags_updated":"Tags updated successfully","tax":"Tax","terminate_enrollment":"Terminate Enrollment","terminate_enrollment_confirmation":"Are you sure you want to terminate this subscription?","terminate_enrollment_error":"Failed when sending subscription activation email, please try again","terminate_enrollment_success":"Subscription terminated successfully","terminate_subscription":"Terminate subscription","text":"Text","texts":"Texts","thank_you_for_verifying":"Thank you for verifying your email address","time":"Time","title":"Title","title_not_found":"Title not found","to":"To","token":"Token","token-id":"Token ID {chainTokenId}","token-id-label":"Token ID","token-supply":"Supply","token_invalidation_date":"Invalidated","token_updated":"Token update successfully!","tokenized_product_text_form_description":"<b>Contract standards </b> <ol> <dt><b> ERC721 </b></dt> <dd> Buying multiple Products leads to multiple Tokens (make sure to set the tokenId to 0 to make it auto generate new id\'s) </dd> <dt> <b> ERC1155 </b></dt> <dd> Buying multiple Products leads to a new token with balance 3 of token with tokenId assigned </dd> <dt> <b> Contract address </b></dt> <dd> Address of a token on a given network </dd> </ol>","tokens":"Tokens","total":"Total","total_products":"Total products","total_records":"{total} records found","total_variable_category":"Total { categoryName }","trial":"Trial","trial_interval_unit":"Trial interval unit","trial_unit":"Trial Unit","try-again":"Try again","try_again":"try-again","type":"Type","type_colon":"Type:","unable_server":"Unable to reach server at {endpoint}","unauthorized_page":"forbidden","unchained":"Unchained Admin UI","unchained_logo":"Unchained Logo","update":"Update","update_configuration":"Update configuration","update_country":"Update Country","update_currency":"Update Currency","update_delivery_configuration":"Update delivery provider","update_filter":"Update filter","update_language":"Update Language","update_payment_provider_header":"Update payment provider","update_profile":"Update profile / address","update_review":"Update Review","update_role":"Update role","update_token":"Update token","update_warehousing_provider_header":"Update warehousing provider","updated_assortments":"Updated Assortments","updated_date":"<b>Updated :</b> {updated}","updated_filters":"Updated filters","updated_products":"Updated Products","upload":"Upload","upload_file":"Upload a file","usage_calculation_type":"Usage calculation type","use-another-account":"Use another account","use_another_verification_token":"Please resend another verification email and try to verify again","user":"User","user-activities":"Activity","user_avatar":"User avatar","user_detail_title":"User {id}","user_password_not_set":"User password not set","user_profile_created":"User profile created successfully!","username":"Username","username_exists_error":"Username is taken please provide another","username_or_email":"Username/Email","username_or_email_taken":"Username taken, Please provided different username","username_updated":"Username updated successfully!","users":"Users","users_list_header":"Users","users_setting_list_header":"User settings","valid":"Valid","value":"Value","variation":"Variation product","variation_option_added":"Variation option added successfully!","variation_option_updated":"Variation option updated successfully!","variations":"Variations","vat_suspect":"Vat Suspect","vendor":"Vendor","verification_sent_error":"Error occurred while sending verification email, please try again","verification_sent_success":"Verification email sent successfully","verification_token_expired":"Verification token expired","verification_web3_address":"Verify","verify-quotation-quotation":"Verify quotation?","verify-quotation-submit":"Verify","verify_email_token_invalid_error":"The email verification token is either invalid or expired. Please use the last reset link sent in your email or start the process again by going to {link}","view_all":"View all","wallet-address":"Wallet {walletAddress}","warehouse_detail_title":"Warehouse {id}","warehousing":"Warehousing","warehousing_provider":"Warehousing provider","warehousing_provider_deleted":"Warehousing provider deleted successfully","warehousing_providers_header":"Warehousing providers","warning":"Warning!","web3_address":"Web3 Address","web3_address_added":"Address added successfully!","web3_address_deleted":"Address deleted successfully","web3_address_signature_instruction":"<p>Copy the following nonce <b> ({nonce})</b> and past the signature on the space provided below </p>","web3_address_verify_link":"<p> Go to <a> etherscan </a> to verify address </p>","web3_addresses":"Web3 addresses","web3_verified_success":"Address verified successfully!","web_auth_credential_removed":"Credential removed successfully","web_auth_icon":"Auth icon","web_auth_username_required":"A username is required to use WebAuthn","web_authentication":"Web Authentication","weight_gram":"Weight (Gram)","welcome":"Welcome!","width":"Width (Millimeter)","work_added_success":"Work added successfully!","work_allocated_success":"Allocate work successfully!","work_created":"Created","work_deleted":"Work deleted successfully","work_detail":"Work Detail","work_detail_title":"Work {id}","work_finished":"Finished","work_management_setting_list_header":"Work Management Settings","work_original":"Original Work","work_priority":"Priority","work_queue":"Work queue","work_queue_header":"Work queue","work_retries":"Retries","work_scheduled":"Scheduled","work_started":"Started","work_status":"Work Status","work_type":"Work type","work_type_header":"Type","worker":"Worker","worker_dynamic":"{worker}"}')},g=e=>{var t;let r=(null==e||null==(t=e.split("-"))?void 0:t.shift())||"de";return({...y})[r]};r(69368),r(72539);var v=r(83933),_=r(37154),b=r(74769),w=r(53279),E=r(56186);function T(e,t){return Object.keys(e).reduce(function(r,n){return r[n]=(0,a.__assign)({timeZone:t},e[n]),r},{})}function S(e,t){return Object.keys((0,a.__assign)((0,a.__assign)({},e),t)).reduce(function(r,n){return r[n]=(0,a.__assign)((0,a.__assign)({},e[n]||{}),t[n]||{}),r},{})}function k(e,t){if(!t)return e;var r=w.S.formats;return(0,a.__assign)((0,a.__assign)((0,a.__assign)({},r),e),{date:S(T(r.date,t),T(e.date||{},t)),time:S(T(r.time,t),T(e.time||{},t))})}var x=function(e,t,r,n,i){var o=e.locale,s=e.formats,u=e.messages,l=e.defaultLocale,c=e.defaultFormats,d=e.fallbackOnEmptyString,f=e.onError,h=e.timeZone,p=e.defaultRichTextElements;void 0===r&&(r={id:""});var m=r.id,y=r.defaultMessage;(0,v.V1)(!!m,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.github.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.github.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.github.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var g=String(m),_=u&&Object.prototype.hasOwnProperty.call(u,g)&&u[g];if(Array.isArray(_)&&1===_.length&&_[0].type===b.ZE.literal)return _[0].value;if(!n&&_&&"string"==typeof _&&!p)return _.replace(/'\{(.*?)\}'/gi,"{$1}");if(n=(0,a.__assign)((0,a.__assign)({},p),n||{}),s=k(s,h),c=k(c,h),!_){if(!1===d&&""===_)return _;if((!y||o&&o.toLowerCase()!==l.toLowerCase())&&f(new E.sb(r,o)),y)try{var w=t.getMessageFormat(y,l,c,i);return w.format(n)}catch(e){return f(new E.Ho('Error formatting default message for: "'.concat(g,'", rendering default message verbatim'),o,r,e)),"string"==typeof y?y:g}return g}try{var w=t.getMessageFormat(_,o,s,(0,a.__assign)({formatters:t},i||{}));return w.format(n)}catch(e){f(new E.Ho('Error formatting message: "'.concat(g,'", using ').concat(y?"default message":"id"," as fallback."),o,r,e))}if(y)try{var w=t.getMessageFormat(y,l,c,i);return w.format(n)}catch(e){f(new E.Ho('Error formatting the default message for: "'.concat(g,'", rendering message verbatim'),o,r,e))}return"string"==typeof _?_:"string"==typeof y?y:g},A=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function D(e,t,r,n){var i=e.locale,o=e.formats,s=e.onError,u=e.timeZone;void 0===n&&(n={});var l=n.format,c=(0,a.__assign)((0,a.__assign)({},u&&{timeZone:u}),l&&(0,v.F3)(o,t,l,s)),d=(0,v.J9)(n,A,c);return"time"!==t||d.hour||d.minute||d.second||d.timeStyle||d.dateStyle||(d=(0,a.__assign)((0,a.__assign)({},d),{hour:"numeric",minute:"numeric"})),r(i,d)}function O(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o="string"==typeof i?new Date(i||0):i;try{return D(e,"date",t,void 0===a?{}:a).format(o)}catch(t){e.onError(new E.pg("Error formatting date.",e.locale,t))}return String(o)}function N(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o="string"==typeof i?new Date(i||0):i;try{return D(e,"time",t,void 0===a?{}:a).format(o)}catch(t){e.onError(new E.pg("Error formatting time.",e.locale,t))}return String(o)}function C(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o=r[2],s="string"==typeof i?new Date(i||0):i,u="string"==typeof a?new Date(a||0):a;try{return D(e,"dateTimeRange",t,void 0===o?{}:o).formatRange(s,u)}catch(t){e.onError(new E.pg("Error formatting date time range.",e.locale,t))}return String(s)}function I(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o="string"==typeof i?new Date(i||0):i;try{return D(e,"date",t,void 0===a?{}:a).formatToParts(o)}catch(t){e.onError(new E.pg("Error formatting date.",e.locale,t))}return[]}function P(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o="string"==typeof i?new Date(i||0):i;try{return D(e,"time",t,void 0===a?{}:a).formatToParts(o)}catch(t){e.onError(new E.pg("Error formatting time.",e.locale,t))}return[]}var M=r(26382),L=["style","type","fallback","languageDisplay"];function R(e,t,r,n){var i=e.locale,a=e.onError;Intl.DisplayNames||a(new M.IF('Intl.DisplayNames is not available in this environment.\nTry polyfilling it using "@formatjs/intl-displaynames"\n',M.O4.MISSING_INTL_API));var o=(0,v.J9)(n,L);try{return t(i,o).of(r)}catch(e){a(new E.pg("Error formatting display name.",i,e))}}var F=["type","style"],j=Date.now();function B(e,t,r,n){void 0===n&&(n={});var i=U(e,t,r,n).reduce(function(e,t){var r=t.value;return"string"!=typeof r?e.push(r):"string"==typeof e[e.length-1]?e[e.length-1]+=r:e.push(r),e},[]);return 1===i.length?i[0]:0===i.length?"":i}function U(e,t,r,n){var i=e.locale,o=e.onError;void 0===n&&(n={}),Intl.ListFormat||o(new M.IF('Intl.ListFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-listformat"\n',M.O4.MISSING_INTL_API));var s=(0,v.J9)(n,F);try{var u={},l=r.map(function(e,t){if("object"==typeof e){var r="".concat(j,"_").concat(t,"_").concat(j);return u[r]=e,r}return String(e)});return t(i,s).formatToParts(l).map(function(e){return"literal"===e.type?e:(0,a.__assign)((0,a.__assign)({},e),{value:u[e.value]||e.value})})}catch(e){o(new E.pg("Error formatting list.",i,e))}return r}var q=["style","currency","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem","trailingZeroDisplay","roundingPriority","roundingIncrement","roundingMode"];function V(e,t,r){var n=e.locale,i=e.formats,a=e.onError;void 0===r&&(r={});var o=r.format,s=o&&(0,v.F3)(i,"number",o,a)||{};return t(n,(0,v.J9)(r,q,s))}function H(e,t,r,n){void 0===n&&(n={});try{return V(e,t,n).format(r)}catch(t){e.onError(new E.pg("Error formatting number.",e.locale,t))}return String(r)}function G(e,t,r,n){void 0===n&&(n={});try{return V(e,t,n).formatToParts(r)}catch(t){e.onError(new E.pg("Error formatting number.",e.locale,t))}return[]}var z=["type"];function Q(e,t,r,n){var i=e.locale,a=e.onError;void 0===n&&(n={}),Intl.PluralRules||a(new M.IF('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',M.O4.MISSING_INTL_API));var o=(0,v.J9)(n,z);try{return t(i,o).select(r)}catch(e){a(new E.pg("Error formatting plural.",i,e))}return"other"}var K=["numeric","style"];function W(e,t,r,n,i){void 0===i&&(i={}),n||(n="second"),Intl.RelativeTimeFormat||e.onError(new M.IF('Intl.RelativeTimeFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-relativetimeformat"\n',M.O4.MISSING_INTL_API));try{var a,o,s,u,l,c;return(a=i,o=e.locale,s=e.formats,u=e.onError,void 0===a&&(a={}),c=!!(l=a.format)&&(0,v.F3)(s,"relative",l,u)||{},t(o,(0,v.J9)(a,K,c))).format(r,n)}catch(t){e.onError(new E.pg("Error formatting relative time.",e.locale,t))}return String(r)}var Z=r(10143);function Y(e){return e?Object.keys(e).reduce(function(t,r){var n=e[r];return t[r]=(0,Z.RK)(n)?(0,_.yU)(n):n,t},{}):e}var $=function(e,t,r,n){for(var i=[],o=4;o<arguments.length;o++)i[o-4]=arguments[o];var s=Y(n),u=x.apply(void 0,(0,a.__spreadArray)([e,t,r,s],i,!1));return Array.isArray(u)?(0,_.SP)(u):u},J=function(e,t){var r,n,i,o,s,u,l,c=e.defaultRichTextElements,d=(0,a.__rest)(e,["defaultRichTextElements"]),f=Y(c),h=(r=(0,a.__assign)((0,a.__assign)((0,a.__assign)({},_.JF),d),{defaultRichTextElements:f}),n=(0,v.GT)(t),o=(i=(0,a.__assign)((0,a.__assign)({},v.JF),r)).locale,s=i.defaultLocale,u=i.onError,o?!Intl.NumberFormat.supportedLocalesOf(o).length&&u?u(new E.hr('Missing locale data for locale: "'.concat(o,'" in Intl.NumberFormat. Using default locale: "').concat(s,'" as fallback. See https://formatjs.github.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(o).length&&u&&u(new E.hr('Missing locale data for locale: "'.concat(o,'" in Intl.DateTimeFormat. Using default locale: "').concat(s,'" as fallback. See https://formatjs.github.io/docs/react-intl#runtime-requirements for more details'))):(u&&u(new E.uo('"locale" was not configured, using "'.concat(s,'" as fallback. See https://formatjs.github.io/docs/react-intl/api#intlshape for more details'))),i.locale=i.defaultLocale||"en"),i.onWarn&&i.defaultRichTextElements&&"string"==typeof(l=i.messages||{})[Object.keys(l)[0]]&&i.onWarn('[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled. \nPlease consider using "@formatjs/cli" to pre-compile your messages for performance.\nFor more details see https://formatjs.github.io/docs/getting-started/message-distribution'),(0,a.__assign)((0,a.__assign)({},i),{formatters:n,formatNumber:H.bind(null,i,n.getNumberFormat),formatNumberToParts:G.bind(null,i,n.getNumberFormat),formatRelativeTime:W.bind(null,i,n.getRelativeTimeFormat),formatDate:O.bind(null,i,n.getDateTimeFormat),formatDateToParts:I.bind(null,i,n.getDateTimeFormat),formatTime:N.bind(null,i,n.getDateTimeFormat),formatDateTimeRange:C.bind(null,i,n.getDateTimeFormat),formatTimeToParts:P.bind(null,i,n.getDateTimeFormat),formatPlural:Q.bind(null,i,n.getPluralRules),formatMessage:x.bind(null,i,n),$t:x.bind(null,i,n),formatList:B.bind(null,i,n.getListFormat),formatListToParts:U.bind(null,i,n.getListFormat),formatDisplayName:R.bind(null,i,n.getDisplayNames)})),p={locale:h.locale,timeZone:h.timeZone,fallbackOnEmptyString:h.fallbackOnEmptyString,formats:h.formats,defaultLocale:h.defaultLocale,defaultFormats:h.defaultFormats,messages:h.messages,onError:h.onError,defaultRichTextElements:f};return(0,a.__assign)((0,a.__assign)({},h),{formatMessage:$.bind(null,p,h.formatters),$t:$.bind(null,p,h.formatters)})},X=r(7672);function ee(e){return{locale:e.locale,timeZone:e.timeZone,fallbackOnEmptyString:e.fallbackOnEmptyString,formats:e.formats,textComponent:e.textComponent,messages:e.messages,defaultLocale:e.defaultLocale,defaultFormats:e.defaultFormats,onError:e.onError,onWarn:e.onWarn,wrapRichTextChunksInFragment:e.wrapRichTextChunksInFragment,defaultRichTextElements:e.defaultRichTextElements}}var et=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.cache=(0,v.MT)(),t.state={cache:t.cache,intl:J(ee(t.props),t.cache),prevConfig:ee(t.props)},t}return(0,a.__extends)(t,e),t.getDerivedStateFromProps=function(e,t){var r=t.prevConfig,n=t.cache,i=ee(e);return(0,_.bN)(r,i)?null:{intl:J(i,n),prevConfig:i}},t.prototype.render=function(){return(0,_.HM)(this.state.intl),p.createElement(X.Kq,{value:this.state.intl},this.props.children)},t.displayName="IntlProvider",t.defaultProps=_.JF,t}(p.PureComponent);let er=e=>{let{children:t,locale:r,messages:n}=e;return(0,i.jsx)(et,{onError:()=>{},locale:r,messages:n,textComponent:"span",children:t})},en=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"}))}),ei=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z"}))});var ea=r(29229);let eo=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122"}))}),es=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5"}))}),eu=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"}))}),el=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"}))}),ec=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"}))}),ed=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"}))}),ef=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"}))}),eh=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{fillRule:"evenodd",d:"M3 4.875C3 3.839 3.84 3 4.875 3h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 9.375v-4.5ZM4.875 4.5a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875.375c0-1.036.84-1.875 1.875-1.875h4.5C20.16 3 21 3.84 21 4.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5a1.875 1.875 0 0 1-1.875-1.875v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5ZM6 6.75A.75.75 0 0 1 6.75 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75A.75.75 0 0 1 6 7.5v-.75Zm9.75 0A.75.75 0 0 1 16.5 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM3 14.625c0-1.036.84-1.875 1.875-1.875h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.035-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 19.125v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875-.75a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM6 16.5a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm9.75 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm-3 3a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Z",clipRule:"evenodd"}))}),ep=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{fillRule:"evenodd",d:"M14.615 1.595a.75.75 0 0 1 .359.852L12.982 9.75h7.268a.75.75 0 0 1 .548 1.262l-10.5 11.25a.75.75 0 0 1-1.272-.71l1.992-7.302H3.75a.75.75 0 0 1-.548-1.262l10.5-11.25a.75.75 0 0 1 .913-.143Z",clipRule:"evenodd"}))});var em=r(13626),ey=r(48230),eg=r.n(ey),ev=r(77742),e_=r(15922),eb=r(26593),ew=r(81893),eE=r(36607),eT=r(28327),eS=r(27721),ek=r(87159),ex=r(63333),eA=r(1801);let eD=(0,p.createContext)(()=>{});function eO(e){let{value:t,children:r}=e;return p.createElement(eD.Provider,{value:t},r)}var eN=r(96369),eC=r(44185),eI=r(32482),eP=r(92815),eM=r(94517),eL=r(37478);let eR=null!=(n=p.startTransition)?n:function(e){e()};var eF=r(62048),ej=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ej||{}),eB=(e=>(e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.SetButtonElement=4]="SetButtonElement",e[e.SetPanelElement=5]="SetPanelElement",e))(eB||{});let eU={0:e=>({...e,disclosureState:(0,eP.Y)(e.disclosureState,{0:1,1:0})}),1:e=>1===e.disclosureState?e:{...e,disclosureState:1},2:(e,t)=>e.buttonId===t.buttonId?e:{...e,buttonId:t.buttonId},3:(e,t)=>e.panelId===t.panelId?e:{...e,panelId:t.panelId},4:(e,t)=>e.buttonElement===t.element?e:{...e,buttonElement:t.element},5:(e,t)=>e.panelElement===t.element?e:{...e,panelElement:t.element}},eq=(0,p.createContext)(null);function eV(e){let t=(0,p.useContext)(eq);if(null===t){let t=Error("<".concat(e," /> is missing a parent <Disclosure /> component."));throw Error.captureStackTrace&&Error.captureStackTrace(t,eV),t}return t}eq.displayName="DisclosureContext";let eH=(0,p.createContext)(null);eH.displayName="DisclosureAPIContext";let eG=(0,p.createContext)(null);function ez(e,t){return(0,eP.Y)(t.type,eU,e,t)}eG.displayName="DisclosurePanelContext";let eQ=p.Fragment,eK=eL.Ac.RenderStrategy|eL.Ac.Static,eW=Object.assign((0,eL.FX)(function(e,t){let{defaultOpen:r=!1,...n}=e,i=(0,p.useRef)(null),a=(0,ex.P)(t,(0,ex.a)(e=>{i.current=e},void 0===e.as||e.as===p.Fragment)),o=(0,p.useReducer)(ez,{disclosureState:+!r,buttonElement:null,panelElement:null,buttonId:null,panelId:null}),[{disclosureState:s,buttonId:u},l]=o,c=(0,eS._)(e=>{l({type:1});let t=(0,eM.T)(i);if(!t||!u)return;let r=e?eI.Lk(e)?e:"current"in e&&eI.Lk(e.current)?e.current:t.getElementById(u):t.getElementById(u);null==r||r.focus()}),d=(0,p.useMemo)(()=>({close:c}),[c]),f=(0,p.useMemo)(()=>({open:0===s,close:c}),[s,c]),h=(0,eL.Ci)();return p.createElement(eq.Provider,{value:o},p.createElement(eH.Provider,{value:d},p.createElement(eO,{value:c},p.createElement(eN.El,{value:(0,eP.Y)(s,{0:eN.Uw.Open,1:eN.Uw.Closed})},h({ourProps:{ref:a},theirProps:n,slot:f,defaultTag:eQ,name:"Disclosure"})))))}),{Button:(0,eL.FX)(function(e,t){let r=(0,p.useId)(),{id:n="headlessui-disclosure-button-".concat(r),disabled:i=!1,autoFocus:a=!1,...o}=e,[s,u]=eV("Disclosure.Button"),l=(0,p.useContext)(eG),c=null!==l&&l===s.panelId,d=(0,p.useRef)(null),f=(0,ex.P)(d,t,(0,eS._)(e=>{if(!c)return u({type:4,element:e})}));(0,p.useEffect)(()=>{if(!c)return u({type:2,buttonId:n}),()=>{u({type:2,buttonId:null})}},[n,u,c]);let h=(0,eS._)(e=>{var t;if(c){if(1===s.disclosureState)return;switch(e.key){case eF.D.Space:case eF.D.Enter:e.preventDefault(),e.stopPropagation(),u({type:0}),null==(t=s.buttonElement)||t.focus()}}else switch(e.key){case eF.D.Space:case eF.D.Enter:e.preventDefault(),e.stopPropagation(),u({type:0})}}),m=(0,eS._)(e=>{e.key===eF.D.Space&&e.preventDefault()}),y=(0,eS._)(e=>{var t;(0,eC.l)(e.currentTarget)||i||(c?(u({type:0}),null==(t=s.buttonElement)||t.focus()):u({type:0}))}),{isFocusVisible:g,focusProps:v}=(0,ew.o)({autoFocus:a}),{isHovered:_,hoverProps:b}=(0,eE.M)({isDisabled:i}),{pressed:w,pressProps:E}=(0,eT.Z)({disabled:i}),T=(0,p.useMemo)(()=>({open:0===s.disclosureState,hover:_,active:w,disabled:i,focus:g,autofocus:a}),[s,_,w,g,i,a]),S=(0,ek.c)(e,s.buttonElement),k=c?(0,eL.v6)({ref:f,type:S,disabled:i||void 0,autoFocus:a,onKeyDown:h,onClick:y},v,b,E):(0,eL.v6)({ref:f,id:n,type:S,"aria-expanded":0===s.disclosureState,"aria-controls":s.panelElement?s.panelId:void 0,disabled:i||void 0,autoFocus:a,onKeyDown:h,onKeyUp:m,onClick:y},v,b,E);return(0,eL.Ci)()({ourProps:k,theirProps:o,slot:T,defaultTag:"button",name:"Disclosure.Button"})}),Panel:(0,eL.FX)(function(e,t){let r=(0,p.useId)(),{id:n="headlessui-disclosure-panel-".concat(r),transition:i=!1,...a}=e,[o,s]=eV("Disclosure.Panel"),{close:u}=function e(t){let r=(0,p.useContext)(eH);if(null===r){let r=Error("<".concat(t," /> is missing a parent <Disclosure /> component."));throw Error.captureStackTrace&&Error.captureStackTrace(r,e),r}return r}("Disclosure.Panel"),[l,c]=(0,p.useState)(null),d=(0,ex.P)(t,(0,eS._)(e=>{eR(()=>s({type:5,element:e}))}),c);(0,p.useEffect)(()=>(s({type:3,panelId:n}),()=>{s({type:3,panelId:null})}),[n,s]);let f=(0,eN.O_)(),[h,m]=(0,eA.p)(i,l,null!==f?(f&eN.Uw.Open)===eN.Uw.Open:0===o.disclosureState),y=(0,p.useMemo)(()=>({open:0===o.disclosureState,close:u}),[o.disclosureState,u]),g={ref:d,id:n,...(0,eA.B)(m)},v=(0,eL.Ci)();return p.createElement(eN.$x,null,p.createElement(eG.Provider,{value:o.panelId},v({ourProps:g,theirProps:a,slot:y,defaultTag:"div",features:eK,visible:h,name:"Disclosure.Panel"})))})});var eZ=r(15039),eY=r.n(eZ),e$=r(41863);let eJ=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{d:"M12 2.25a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM7.5 12a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM18.894 6.166a.75.75 0 0 0-1.06-1.06l-1.591 1.59a.75.75 0 1 0 1.06 1.061l1.591-1.59ZM21.75 12a.75.75 0 0 1-.75.75h-2.25a.75.75 0 0 1 0-1.5H21a.75.75 0 0 1 .75.75ZM17.834 18.894a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 1 0-1.061 1.06l1.59 1.591ZM12 18a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-1.5 0v-2.25A.75.75 0 0 1 12 18ZM7.758 17.303a.75.75 0 0 0-1.061-1.06l-1.591 1.59a.75.75 0 0 0 1.06 1.061l1.591-1.59ZM6 12a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.25A.75.75 0 0 1 6 12ZM6.697 7.757a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 0 0-1.061 1.06l1.59 1.591Z"}))}),eX=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{fillRule:"evenodd",d:"M9.528 1.718a.75.75 0 0 1 .162.819A8.97 8.97 0 0 0 9 6a9 9 0 0 0 9 9 8.97 8.97 0 0 0 3.463-.69.75.75 0 0 1 .981.98 10.503 10.503 0 0 1-9.694 6.46c-5.799 0-10.5-4.7-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 0 1 .818.162Z",clipRule:"evenodd"}))}),e0=(e,t)=>{let[r,n]=(0,p.useState)(()=>{try{if(window.localStorage)return window.localStorage.getItem(e)||t;return t}catch(e){return console.error(e),t}});return[r,t=>{try{if(window.localStorage){let i=t instanceof Function?t(r):t;n(i),window.localStorage.setItem(e,JSON.stringify(i))}else console.error("localStorage is not available")}catch(e){console.error(e)}}]},e1=(0,p.createContext)({}),e2=e=>{let{children:t}=e,[r,n]=e0("theme","light");(0,p.useEffect)(()=>{"dark"!==localStorage.theme&&("theme"in localStorage||!window.matchMedia("(prefers-color-scheme: dark)").matches)?document.getElementsByTagName("html")[0].classList.remove("dark"):document.getElementsByTagName("html")[0].classList.add("dark")},[]),(0,p.useEffect)(()=>{"dark"===r?(document.getElementsByTagName("html")[0].classList.add("dark"),localStorage.theme="dark"):(document.getElementsByTagName("html")[0].classList.remove("dark"),localStorage.theme="light")},[r]);let a=(0,p.useMemo)(()=>[r,n],[r,n]);return(0,i.jsx)(e1.Provider,{value:a,children:t})},e5=()=>{let e=(0,p.useContext)(e1);if(void 0===e)throw Error("Theme Context was used outside of its Provider");return e},e3=()=>{let[e,t]=e5();return(0,i.jsx)("div",{className:"inline-flex items-center z-50",children:(0,i.jsxs)("button",{type:"button",className:"hover:cursor-pointer",id:"theme-toggle",title:"Toggles light & dark","aria-label":"auto","aria-live":"polite",onClick:()=>{"dark"===e?t("light"):t("dark")},children:[(0,i.jsx)(eJ,{className:eY()("w-6 h-6 text-slate-600 transition-all ease-out delay-1000",{hidden:"dark"===e})}),(0,i.jsx)(eX,{className:eY()("w-6 h-6 text-yellow-200 transition-all ease-out delay-1000",{hidden:"light"===e})})]})})},e7=e=>{var t;let{item:r,hasRole:n,onSelected:a}=e,o=(0,f.useRouter)();return(null==(t=r.children)?void 0:t.some(e=>!(null==e?void 0:e.requiredRole)||n(null==e?void 0:e.requiredRole)))?(0,i.jsx)(eW,{defaultOpen:!0,as:"div",className:"space-y-1",children:e=>{let{open:t}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(eW.Button,{className:eY()("flex w-full dark:bg-slate-900 dark:hover:bg-slate-700 dark:text-slate-400 items-center rounded-md py-2 pl-2 pr-1 text-left text-sm font-medium focus:outline-hidden focus:ring-2 focus:ring-indigo-400"),children:[(null==r?void 0:r.icon)&&(0,i.jsx)(r.icon,{className:"mr-3 h-6 w-6 shrink-0 text-indigo-400 group-hover:text-indigo-500","aria-hidden":"true"}),(0,i.jsx)("span",{className:"flex-1 dark:text-slate-400",children:r.name}),(0,i.jsx)("svg",{className:eY()("ml-3 h-5 w-5 shrink-0 transform transition-colors duration-150 ease-in-out group-hover:text-slate-400 text-indigo-300",{"rotate-90 text-indigo-400":t}),viewBox:"0 0 20 20","aria-hidden":"true",children:(0,i.jsx)("path",{d:"M6 6L14 10L6 14V6Z",fill:"currentColor"})})]}),(0,i.jsx)(eW.Panel,{className:"space-y-1",onClick:a,children:r.children.filter(e=>!(null==e?void 0:e.requiredRole)||n(e.requiredRole)).map(e=>(0,i.jsx)(eg(),{href:e.href,className:eY()("group flex w-full items-center rounded-md py-2 pl-11 pr-2 text-sm font-medium text-slate-600 dark:text-slate-400 hover:bg-slate-200 dark:hover:bg-slate-700 hover:text-slate-900",{" dark:bg-slate-800 text-slate-900 dark:text-slate-400 bg-slate-200 hover:bg-slate-300":o.pathname===e.href}),children:e.name},e.name))})]})}},r.name):null},e4=e=>{let{navigation:t,onClick:r=null}=e,{formatMessage:n}=(0,ev.A)(),{hasRole:a}=(0,e$.A)(),o=(0,f.useRouter)();return(0,i.jsxs)("div",{className:"mt-1 flex grow flex-col dark:bg-slate-900",children:[(0,i.jsxs)("div",{className:"flex items-center mb-3",children:[(0,i.jsx)("h1",{className:"text-md bg-white dark:bg-slate-900 px-2 font-bold text-indigo-500 lg:px-4 2xl:px-6 ",children:n({id:"admin_ui",defaultMessage:"Admin UI"})}),(0,i.jsx)("div",{className:"ml-auto mr-8 hidden md:block",children:(0,i.jsx)(e3,{})})]}),(0,i.jsx)("nav",{className:"flex-1 space-y-1 bg-white dark:bg-slate-900 px-2 lg:px-4 2xl:px-6","aria-label":"Sidebar",children:t.map(e=>!e.children&&(!e.requiredRole||a(e.requiredRole))?(0,i.jsx)("div",{onClick:r,children:(0,i.jsxs)(eg(),{href:(null==e?void 0:e.href)||"#",className:eY()("group flex w-full dark:text-slate-400 dark:hover:bg-slate-800 items-center rounded-md py-2 pl-2 text-sm font-medium ",{"text-slate-900 dark:text-slate-400 bg-slate-100 dark:bg-slate-800":o.asPath===e.href}),children:[(null==e?void 0:e.icon)&&(0,i.jsx)(e.icon,{className:eY()("mr-3 h-6 w-6 shrink-0 text-indigo-400 group-hover:text-indigo-500",{"text-indigo-500 ":o.asPath===e.href}),"aria-hidden":"true"}),(0,i.jsx)("span",{className:"flex-1 dark:text-slate-400",children:e.name})]})},e.name):(0,i.jsx)(e7,{item:e,hasRole:a,onSelected:r},e.name))})]})};var e9=r(53719),e8=r(47334),e6=r(9875),te=r(67994),tt=r(3419);let tr=e=>{let{avatar:t,...r}=e,{formatMessage:n}=(0,ev.A)(),a=(0,te.m)(),o=async()=>{await (0,tt.A)(a),h.oR.success(n({id:"logged_out",defaultMessage:"Logged out"}))};return(0,i.jsx)("a",{href:"#",onClick:o,className:"group block shrink-0",children:(0,i.jsxs)("div",{className:"flex items-center",children:[t?(0,i.jsx)(e6.A,{src:null==t?void 0:t.url,loader:e9.A,width:36,height:36,className:"rounded",alt:n({id:"user_avatar",defaultMessage:"User avatar"})}):(0,i.jsx)("span",{className:"inline-block h-8 w-8 overflow-hidden rounded-full bg-slate-100",children:(0,i.jsx)("svg",{className:"h-full w-full text-slate-300",fill:"currentColor",viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"M24 20.993V24H0v-2.996A14.977 14.977 0 0112.004 15c4.904 0 9.26 2.354 11.996 5.993zM16.002 8.999a4 4 0 11-8 0 4 4 0 018 0z"})})}),(0,i.jsxs)("div",{className:"ml-3",children:[(0,i.jsx)("p",{className:"text-sm font-medium text-slate-700 dark:text-slate-400 group-hover:text-slate-700 dark:group-hover:text-indigo-400",children:(0,e8.A)(r)}),(0,i.jsx)("p",{className:"text-sm font-medium text-slate-500 dark:text-slate-400 group-hover:text-slate-700 dark:group-hover:text-indigo-400",children:n({id:"log_out",defaultMessage:"Log out"})})]})]})})},tn=e=>{let t=(0,p.useRef)(void 0),r=(0,p.useCallback)(r=>{t.current&&!t.current.contains(r.target)&&e()},[t,e]);return(0,p.useEffect)(()=>{if(document)return document.addEventListener("click",r),()=>{document.removeEventListener("click",r)}},[r]),t};var ti=r(72891);let ta=()=>{var e;return(null==(e=window)?void 0:e.AdminUiPermissions)?window.AdminUiPermissions():{}},to=e=>{let{children:t,componentName:r}=e,n=(0,f.useRouter)(),{currentUser:a,loading:o}=(0,e_.A)(),s=(0,te.m)(),{checkAccess:u,isUserAuthenticated:l,isUserAdmin:c,checkRole:d,isPublicOnlyPage:h}=ta(),m=e=>!!l&&l(e),y=e=>!!c&&c(e),g=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return!!d&&d(a,e,s,{componentName:t,router:n,action:e})},v=e=>{let{user:t,action:i=""}=e;return!!u&&u(t,i,s,{router:n,componentName:r})},_=(0,p.useMemo)(()=>({isAuthenticated:m,hasAccess:v,isAdmin:y,hasRole:g}),[a,n.pathname]);return(0,p.useEffect)(()=>{!o&&(m(a)?v({user:a})?h(n)?n.replace("/"):y(a):n.replace("/403"):v({user:a})||n.replace("/log-in"))},[n,a,v,m,o]),(0,i.jsx)(ti.A.Provider,{value:_,children:t})},ts=e=>{let{className:t}=e;return(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,fill:"currentColor",stroke:"currentColor",viewBox:"0 0 512 423.85",children:(0,i.jsx)("path",{d:"M88.47 0c8.93 0 17.04 3.63 22.89 9.48 2.73 2.74 4.98 5.95 6.6 9.52h52.71c1.62-3.56 3.87-6.78 6.59-9.51C183.12 3.64 191.22 0 200.16 0c8.93 0 17.04 3.64 22.89 9.48 2.73 2.74 4.98 5.96 6.6 9.52h52.71c1.62-3.56 3.87-6.78 6.6-9.51C294.82 3.64 302.92 0 311.85 0c8.94 0 17.04 3.64 22.89 9.48 2.74 2.74 4.98 5.96 6.6 9.52h52.7c1.62-3.56 3.87-6.78 6.59-9.51C406.49 3.64 414.6 0 423.54 0c8.93 0 17.03 3.64 22.88 9.48 2.73 2.74 4.98 5.96 6.6 9.52h45.6c7.39 0 13.38 5.99 13.38 13.38v337.51c-.03 5.09-2.96 9.95-7.89 12.17-61.54 27.94-154.45 41.79-247.16 41.79-92.63 0-185.76-13.85-247.89-41.29-5.27-1.8-9.06-6.79-9.06-12.67V32.38C0 24.99 5.99 19 13.37 19h45.61c1.62-3.56 3.87-6.78 6.6-9.51C71.44 3.64 79.54 0 88.47 0zm127.99 277.29c8.08 0 14.63 6.56 14.63 14.63s-6.55 14.63-14.63 14.63c-8.07 0-14.62-6.56-14.62-14.63s6.55-14.63 14.62-14.63zm0-71.59c8.08 0 14.63 6.54 14.63 14.62 0 8.08-6.55 14.63-14.63 14.63-8.07 0-14.62-6.55-14.62-14.63 0-8.08 6.55-14.62 14.62-14.62zm0-70.86c8.08 0 14.63 6.56 14.63 14.63s-6.55 14.63-14.63 14.63c-8.07 0-14.62-6.56-14.62-14.63s6.55-14.63 14.62-14.63zM372.27 278.9c7.19 0 13.02 5.83 13.02 13.02 0 7.19-5.83 13.02-13.02 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.02 13.02-13.02h107.57zm57.88-71.61c7.19 0 13.02 5.84 13.02 13.03 0 7.19-5.83 13.02-13.02 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.03 13.02-13.03h165.45zm5.03-70.84c7.19 0 13.03 5.83 13.03 13.02 0 7.19-5.84 13.02-13.03 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.02 13.02-13.02h170.48zM107.71 293.97c-9.17-.65-20.85-2.9-29.84-5.32v-32.04l9.06.74c11.7.69 27.58 1.92 39.06.89 2.23-.2 4.83-.58 6.86-1.57 3.86-1.85 3.81-15 1.26-16.81-1.47-1.04-3.14-1.44-4.92-1.44h-9.35c-7.05 0-13.29-.79-18.73-2.37-5.54-1.61-10.21-4.03-14.02-7.26-3.89-3.32-6.8-7.71-8.72-13.18-1.85-5.32-2.8-11.65-2.8-18.99v-12.21c0-6.8 1.04-12.78 3.11-17.94 3.44-8.55 10.58-15.4 18.87-19.29 2.9-1.36 6.15-2.39 10.16-3.06v-14.21h29.54v13.65c4.89.38 8.68 1.06 13.47 1.93 5.48.95 10.79 2.03 16.2 3.34v32.09l-2.85-.25a422.93 422.93 0 0 0-36.47-1.58c-3.54 0-10.29.09-12.96 2.76-2.19 2.18-1.87 15.23.49 17.16 1.78 1.44 4.81 1.69 6.99 1.69h11.65c7.5 0 15.26 1.28 21.84 5.03 5.93 3.37 10.4 7.97 13.39 13.77 1.47 2.86 2.59 5.93 3.33 9.21 1.62 7.15 1.12 15.14 1.12 22.48 0 5.74-.52 10.86-1.53 15.33-1.04 4.57-2.63 8.47-4.74 11.68-6.6 10.01-18.44 14.36-29.93 15.62v15.39h-29.54v-15.24zm10.25-248.22a32.507 32.507 0 0 1-6.6 9.51c-5.86 5.86-13.96 9.5-22.89 9.5s-17.04-3.64-22.89-9.5a32.245 32.245 0 0 1-6.6-9.51H26.75v315.36c58.52 23.93 144.27 35.99 230.2 35.99 85.36 0 170.32-11.92 228.3-35.96V45.75h-32.23a32.507 32.507 0 0 1-6.6 9.51c-5.86 5.86-13.97 9.5-22.88 9.5-8.94 0-17.04-3.64-22.89-9.49a32.452 32.452 0 0 1-6.61-9.52h-52.7a32.234 32.234 0 0 1-6.6 9.52c-5.86 5.85-13.96 9.49-22.89 9.49s-17.04-3.64-22.89-9.5a32.245 32.245 0 0 1-6.6-9.51h-52.71a32.422 32.422 0 0 1-6.6 9.52c-5.86 5.85-13.96 9.49-22.89 9.49-8.94 0-17.04-3.64-22.9-9.5a32.402 32.402 0 0 1-6.59-9.51h-52.71z"})})},tu=e=>{var t,r,n;let{children:a,pageHeader:o="",componentName:s}=e,{formatMessage:u}=(0,ev.A)(),{currentUser:l}=(0,e_.A)(),{shopInfo:c}=(0,eb.A)(),[d,f]=(0,p.useState)(!0),h=[{name:u({id:"home",defaultMessage:"Home"}),icon:en,href:"/"},{name:u({id:"orders",defaultMessage:"Orders"}),requiredRole:"manageOrders",icon:ei,href:"/orders"},{name:u({id:"products",defaultMessage:"Products"}),requiredRole:"manageProducts",icon:ea.A,href:"/products"},{name:u({id:"tokens",defaultMessage:"Tokens"}),icon:eh,href:"/tokens",requiredRole:"viewTokens"},{name:u({id:"assortments",defaultMessage:"Assortments"}),icon:eo,href:"/assortments",requiredRole:"manageAssortments"},{name:u({id:"filters",defaultMessage:"Filters"}),icon:es,requiredRole:"manageFilters",href:"/filters"},{name:u({id:"users",defaultMessage:"Users"}),icon:eu,href:"/users",requiredRole:"viewUsers"},{name:u({id:"quotations",defaultMessage:"Quotations"}),href:"/quotations",icon:ts,requiredRole:"viewQuotations"},{name:u({id:"enrollments",defaultMessage:"Enrollments"}),href:"/enrollments",requiredRole:"viewEnrollments",icon:el},{name:u({id:"system",defaultMessage:"System settings"}),icon:ec,children:[{name:u({id:"currencies",defaultMessage:"Currencies"}),requiredRole:"manageCurrencies",href:"/currency"},{name:u({id:"countries",defaultMessage:"Countries"}),href:"/country",requiredRole:"manageCountries"},{name:u({id:"languages",defaultMessage:"Languages"}),href:"/language",requiredRole:"manageLanguages"},{name:u({id:"delivery_providers",defaultMessage:"Delivery providers"}),requiredRole:"manageDeliveryProviders",href:"/delivery-provider"},{name:u({id:"payment_providers",defaultMessage:"Payment providers"}),requiredRole:"managePaymentProviders",href:"/payment-provider"},{name:u({id:"warehousing_provider",defaultMessage:"Warehousing provider"}),requiredRole:"manageWarehousingProviders",href:"/warehousing-provider"}]},{name:u({id:"activities",defaultMessage:"Activities"}),icon:ep,children:[{name:u({id:"work_queue",defaultMessage:"Work queue"}),requiredRole:"manageWorker",href:"/works"},{name:u({id:"event",defaultMessage:"Events"}),href:"/events",requiredRole:"showEvents"}]},{name:u({id:"account",defaultMessage:"Account"}),icon:ed,href:"/account"},(null==c||null==(r=c.adminUiConfig)||null==(t=r.externalLinks)?void 0:t.length)&&{name:u({id:"extensions",defaultMessage:"Extensions"}),icon:em.A,href:"/",children:null==(n=c.adminUiConfig.externalLinks)?void 0:n.map(e=>{let t=e.href;return(null==e?void 0:e.target)==="SELF"&&(t="/external?url=".concat(e.href)),{name:e.title,href:t}})}].filter(Boolean),m=tn(()=>{f(!0)});return(0,i.jsxs)(to,{componentName:s,children:[(0,i.jsxs)("div",{className:"fixed inset-0 z-40 flex md:hidden ".concat(d?"hidden":""," "),role:"dialog","aria-modal":"true",children:[(0,i.jsx)("div",{className:"fixed inset-0 bg-slate-600 bg-opacity-75","aria-hidden":"true"}),(0,i.jsxs)("div",{className:"relative flex w-full max-w-xs flex-1 flex-col bg-white dark:bg-slate-900",children:[(0,i.jsx)("div",{className:"absolute top-0 right-0 -mr-12 pt-2",children:(0,i.jsxs)("button",{id:"close_sidebar",type:"button",onClick:()=>f(!d),className:"ml-1 flex h-10 w-10 items-center justify-center rounded-full focus:outline-hidden focus:ring-2 focus:ring-inset focus:ring-white",children:[(0,i.jsx)("span",{className:"sr-only",children:u({id:"close_sidebar",defaultMessage:"Close sidebar"})}),(0,i.jsx)("svg",{className:"h-6 w-6 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M6 18L18 6M6 6l12 12"})})]})}),(0,i.jsxs)("div",{className:"h-0 flex-1 overflow-y-auto pt-5 pb-4",children:[(0,i.jsx)("div",{className:"flex shrink-0 items-center px-4",children:(0,i.jsx)(eg(),{href:"/",children:(0,i.jsx)(e6.A,{src:"/logo-light.svg",width:125,height:100,alt:u({id:"unchained_logo",defaultMessage:"Unchained Logo"})})})}),(0,i.jsx)(e4,{navigation:h,onClick:()=>f(!d)})]}),(0,i.jsx)("div",{className:"flex shrink-0 border-t border-slate-200 dark:border-slate-800 p-4",children:(0,i.jsx)(tr,{avatar:null==l?void 0:l.avatar,...l})})]})]}),(0,i.jsx)("div",{className:"hidden md:fixed md:inset-y-0 md:flex md:w-64 md:flex-col 2xl:w-96 dark:bg-slate-900 dark:text-slate-200",children:(0,i.jsxs)("div",{className:"flex min-h-0 flex-1 flex-col border-r border-slate-200 dark:border-slate-800 bg-white dark:bg-slate-900",children:[(0,i.jsxs)("div",{className:"flex flex-1 flex-col overflow-y-auto pt-5 pb-4",children:[(0,i.jsx)("div",{className:"flex shrink-0 items-center px-4",children:(0,i.jsx)(eg(),{href:"/",children:(0,i.jsx)(e6.A,{src:"/logo-light.svg",width:175,height:100,alt:u({id:"unchained_logo",defaultMessage:"Unchained Logo"})})})}),(0,i.jsx)(e4,{navigation:h})]}),(0,i.jsx)("div",{className:"flex shrink-0 border-t border-slate-200 dark:border-slate-800 p-4",children:(0,i.jsx)(tr,{avatar:null==l?void 0:l.avatar,...l})})]})}),(0,i.jsxs)("div",{className:"flex flex-1 flex-col md:pl-64 2xl:pl-96",children:[(0,i.jsxs)("div",{className:"flex justify-between sticky top-0 z-10 bg-white dark:bg-slate-800 pl-1 pt-1 sm:pl-3 sm:pt-3 md:hidden border-b border-slate-200 dark:border-slate-700",children:[(0,i.jsxs)("button",{type:"button",ref:m,onClick:()=>f(!d),className:"-ml-0.5 -mt-0.5 inline-flex h-12 w-12 items-center justify-center rounded-md text-slate-500 hover:text-slate-900 focus:outline-hidden focus:ring-2 focus:ring-inset focus:ring-indigo-400 dark:text-slate-200",children:[(0,i.jsx)("span",{className:"sr-only",children:u({id:"open_sidebar",defaultMessage:" Open sidebar"})}),(0,i.jsx)(ef,{fill:"none",viewBox:"0 0 24 24",className:"h-8 w-8",stroke:"currentColor","aria-hidden":"true"})]}),(0,i.jsx)("div",{className:"flex items-center gap-4 pr-4",children:(0,i.jsx)(e3,{})})]}),(0,i.jsxs)("main",{className:"container mx-auto max-w-7xl flex-1 px-4 pt-5 pb-10 sm:px-6 md:px-8",children:[(0,i.jsx)("h3",{className:"ml-8 text-lg font-medium leading-6 text-slate-900",children:o}),p.cloneElement(a)]})]})]})};var tl=r(98477);let tc=e=>{let{children:t=null}=e,r=(0,p.useRef)(null),[,n]=(0,p.useState)(!1);return(0,p.useEffect)(()=>{let e=document.createElement("div");return r.current=e,document.body.appendChild(e),n(!0),()=>{r.current&&document.body.removeChild(r.current)}},[]),r.current?tl.createPortal(t,r.current):null},td=(0,X.Ay)(e=>{let{onClose:t,children:r,visible:n,closeOnOutsideClick:a=!1,intl:o}=e,s=()=>{a&&n&&t()};return n?(0,i.jsx)(tc,{intl:o,children:(0,i.jsx)("div",{className:"fixed inset-0 z-10 overflow-y-auto","aria-modal":"true",children:(0,i.jsxs)("div",{className:"flex min-h-screen items-center justify-center px-4 pt-4 pb-20 text-center sm:block sm:p-0",tabIndex:-1,role:"button",children:[(0,i.jsx)("div",{onClick:s,onKeyUp:s,className:"fixed inset-0 bg-slate-500 bg-opacity-75 transition-opacity","aria-hidden":"true"}),(0,i.jsx)("span",{className:"hidden sm:inline-block sm:h-screen sm:align-middle","aria-hidden":"true",children:""}),(0,i.jsxs)("div",{className:"inline-block transform overflow-hidden rounded-lg bg-white dark:bg-slate-900 px-4 pt-5 pb-4 text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-lg sm:p-6 sm:align-middle",onClick:e=>{e.stopPropagation()},onKeyUp:e=>{e.stopPropagation()},children:[(0,i.jsx)("div",{className:"absolute top-0 right-0 pt-4 pr-4 sm:block",children:(0,i.jsxs)("button",{id:"modal_close",type:"button",onClick:t,className:"rounded-md bg-white text-slate-400 hover:text-slate-500 focus:outline-hidden focus:ring-2 focus:ring-indigo-400 focus:ring-offset-2",children:[(0,i.jsx)("span",{className:"sr-only",children:o.formatMessage({id:"close",defaultMessage:"Close"})}),(0,i.jsx)("svg",{className:"h-6 w-6",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M6 18L18 6M6 6l12 12"})})]})}),p.cloneElement(r,{close:t})]})]})})}):null});var tf=r(88591);let th=e=>{let{children:t}=e,[r,n]=(0,p.useState)(null),[a,o]=(0,p.useState)(!1),s=()=>n(null),[u,l]=(0,p.useState)(()=>s),c=(0,p.useMemo)(()=>({setModal:function(e){let{closeOnOutsideClick:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Promise(r=>{e||r(!0),o(t),n(()=>e),l(()=>()=>{s(),r(!0)})})}}),[]);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(td,{visible:!!r,onClose:u,closeOnOutsideClick:a,children:r}),(0,i.jsx)(tf.A.Provider,{value:c,children:t})]})},tp=function(){for(var e,t=arguments.length,r=Array(t),n=0;n<t;n++)r[n]=arguments[n];return(null==(e=window)?void 0:e.Matomo)?window.Matomo.getAsyncTracker(...r):null},tm=e=>e.substr(3).padStart(16,"0"),ty=function(e,t){let{username:r,clientId:n,emailAddress:i}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=tp();a&&((i||r)&&a.setVisitorId(tm(i||r)),n&&a.setUserId(n),a.setCustomUrl(e),a.setDocumentTitle(t),a.trackPageView())};var tg=r(96427),tv=r(79350),t_=r(46740);function tb(){let e=(0,tg._)(["fragment CustomProperty on ExtendedUnchainedSchema { "," }"]);return tb=function(){return e},e}let tw=(e,t)=>{let r={};return Object.keys(t).forEach(n=>{let i=null==e?void 0:e[n],a=null==t?void 0:t[n];"object"==typeof a?r[n]=tw(i,a):r[n]=i}),r},tE=e=>e.reduce((e,t)=>{switch(t.kind){case"InlineFragment":Object.assign(e,tE(t.selectionSet.selections));break;case"Field":{let r,n=t.name.value;r=t.selectionSet?tE(t.selectionSet.selections):t.value,e[n]=r}}return e},{}),tT=(e,t)=>{var r,n;if(!e||!t)return null;let i=(0,tv.J1)(tb(),e);return tw(t,tE(null==i||null==(n=i.definitions[0])||null==(r=n.selectionSet)?void 0:r.selections))},tS=e=>{let{children:t}=e,{shopInfo:r}=(0,eb.A)();return(0,i.jsx)(t_.A.Provider,{value:(0,p.useMemo)(()=>{var e,t,n;return{customProperties:null==r||null==(t=r.adminUiConfig)||null==(e=t.customProperties)?void 0:e.reduce((e,t)=>{let{entityName:r,inlineFragment:n}=t;return{...e,[r]:n}},{}),singleSignOnURL:null==r||null==(n=r.adminUiConfig)?void 0:n.singleSignOnURL,hydrateFragment:tT}},[r]),children:t})};var tk=r(63402);class tx extends p.Component{static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error({error:e,errorInfo:t})}render(){return this.state.hasError?(0,i.jsx)(tk.A,{error:this.state.error,resetError:()=>this.setState({hasError:!1,error:null})}):this.props.children}constructor(e){super(e),this.state={hasError:!1,error:null}}}let tA=e=>{ty(document.location.origin+e,document.title)},tD=e=>{let{Component:t,componentName:r,pageProps:n,router:a}=e,o=(0,m.L)(n),s=t.getLayout?e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",{className:"absolute top-4 right-4",children:(0,i.jsx)(e3,{})}),t.getLayout(e)]}):e=>(0,i.jsx)(tu,{componentName:r,children:e}),u=g(a.locale);return(0,p.useEffect)(()=>(f.Router.events.on("routeChangeComplete",tA),()=>{f.Router.events.off("routeChangeComplete",tA)}),[o]),(0,i.jsx)(er,{locale:a.locale,messages:u,children:(0,i.jsx)(tx,{children:(0,i.jsx)(l,{client:o,children:(0,i.jsx)(tS,{children:(0,i.jsxs)(e2,{children:[(0,i.jsx)(h.N9,{position:"top-right",autoClose:5e3,newestOnTop:!1,closeOnClick:!0,pauseOnFocusLoss:!0,draggable:!0,pauseOnHover:!0}),(0,i.jsx)(th,{children:s((0,i.jsx)(t,{...n}))})]})})})})},"intl-provider")};tD.getInitialProps=async e=>{let t=await d().getInitialProps(e),r=e.Component.displayName||e.Component.name||"Unknown";return{...t,componentName:r}};let tO=tD},93957:(e,t,r)=>{"use strict";function n(e){return null!==e&&"object"==typeof e}r.d(t,{U:()=>n})},94038:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(96427);function i(){let e=(0,n._)(["\n fragment MD5MetaDataFragment on WebAuthnMDSv3Metadata {\n legalHeader\n description\n authenticatorVersion\n protocolFamily\n schema\n authenticationAlgorithms\n publicKeyAlgAndEncodings\n attestationTypes\n keyProtection\n upv\n tcDisplay\n authenticationAlgorithms\n publicKeyAlgAndEncodings\n icon\n authenticatorGetInfo\n }\n"]);return i=function(){return e},e}let a=(0,r(79350).J1)(i())},94410:e=>{"use strict";var t=function(e){var t,n,i;return!!(t=e)&&"object"==typeof t&&(n=e,"[object RegExp]"!==(i=Object.prototype.toString.call(n))&&"[object Date]"!==i&&n.$$typeof!==r)},r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function n(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s(Array.isArray(e)?[]:{},e,t):e}function i(e,t,r){return e.concat(t).map(function(e){return n(e,r)})}function a(e){return Object.keys(e).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[])}function o(e,t){try{return t in e}catch(e){return!1}}function s(e,r,u){(u=u||{}).arrayMerge=u.arrayMerge||i,u.isMergeableObject=u.isMergeableObject||t,u.cloneUnlessOtherwiseSpecified=n;var l,c,d=Array.isArray(r);return d!==Array.isArray(e)?n(r,u):d?u.arrayMerge(e,r,u):(c={},(l=u).isMergeableObject(e)&&a(e).forEach(function(t){c[t]=n(e[t],l)}),a(r).forEach(function(t){o(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))||(o(e,t)&&l.isMergeableObject(r[t])?c[t]=(function(e,t){if(!t.customMerge)return s;var r=t.customMerge(e);return"function"==typeof r?r:s})(t,l)(e[t],r[t],l):c[t]=n(r[t],l))}),c)}s.all=function(e,t){if(!Array.isArray(e))throw Error("first argument should be an array");return e.reduce(function(e,r){return s(e,r,t)},{})},e.exports=s},94517:(e,t,r)=>{"use strict";r.d(t,{T:()=>i});var n=r(66077);function i(e){var t,r;return n._.isServer?null:e?"ownerDocument"in e?e.ownerDocument:"current"in e?null!=(r=null==(t=e.current)?void 0:t.ownerDocument)?r:document:null:document}},94587:(e,t,r)=>{"use strict";var n;r.d(t,{b:()=>n}),function(e){e.NAME="Name",e.DOCUMENT="Document",e.OPERATION_DEFINITION="OperationDefinition",e.VARIABLE_DEFINITION="VariableDefinition",e.SELECTION_SET="SelectionSet",e.FIELD="Field",e.ARGUMENT="Argument",e.FRAGMENT_SPREAD="FragmentSpread",e.INLINE_FRAGMENT="InlineFragment",e.FRAGMENT_DEFINITION="FragmentDefinition",e.VARIABLE="Variable",e.INT="IntValue",e.FLOAT="FloatValue",e.STRING="StringValue",e.BOOLEAN="BooleanValue",e.NULL="NullValue",e.ENUM="EnumValue",e.LIST="ListValue",e.OBJECT="ObjectValue",e.OBJECT_FIELD="ObjectField",e.DIRECTIVE="Directive",e.NAMED_TYPE="NamedType",e.LIST_TYPE="ListType",e.NON_NULL_TYPE="NonNullType",e.SCHEMA_DEFINITION="SchemaDefinition",e.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",e.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",e.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",e.FIELD_DEFINITION="FieldDefinition",e.INPUT_VALUE_DEFINITION="InputValueDefinition",e.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",e.UNION_TYPE_DEFINITION="UnionTypeDefinition",e.ENUM_TYPE_DEFINITION="EnumTypeDefinition",e.ENUM_VALUE_DEFINITION="EnumValueDefinition",e.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",e.DIRECTIVE_DEFINITION="DirectiveDefinition",e.SCHEMA_EXTENSION="SchemaExtension",e.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",e.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",e.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",e.UNION_TYPE_EXTENSION="UnionTypeExtension",e.ENUM_TYPE_EXTENSION="EnumTypeExtension",e.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension"}(n||(n={}))},94745:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.shouldPolyfill=function(e){if(void 0===e&&(e="en"),!("RelativeTimeFormat"in Intl)||!function(e){if(!e)return!0;var t=Array.isArray(e)?e:[e];return Intl.RelativeTimeFormat.supportedLocalesOf(t).length===t.length}(e)||!function(e){try{return"numberingSystem"in new Intl.RelativeTimeFormat(e||"en",{numeric:"auto"}).resolvedOptions()}catch(e){return!1}}(e))return(0,n.match)([e],i.supportedLocales,"en")};var n=r(83792),i=r(4007)},94852:(e,t,r)=>{"use strict";r.d(t,{l:()=>u});var n,i=r(60427),a=r(80542),o=r(17318),s=a.ol?Symbol.for("__APOLLO_CONTEXT__"):"__APOLLO_CONTEXT__";function u(){(0,o.V1)("createContext"in(n||(n=r.t(i,2))),54);var e=i.createContext[s];return e||(Object.defineProperty(i.createContext,s,{value:e=i.createContext({}),enumerable:!1,writable:!1,configurable:!0}),e.displayName="ApolloContext"),e}},95682:(e,t,r)=>{"use strict";r.d(t,{A:()=>s,V:()=>u});var n=r(99853),i=r(36898),a=new WeakSet;function o(e){!(e.size<=(e.max||-1))&&(a.has(e)||(a.add(e),setTimeout(function(){e.clean(),a.delete(e)},100)))}var s=function(e,t){var r=new n.l(e,t);return r.set=function(e,t){var r=n.l.prototype.set.call(this,e,t);return o(this),r},r},u=function(e,t){var r=new i.C(e,t);return r.set=function(e,t){var r=i.C.prototype.set.call(this,e,t);return o(this),r},r}},96369:(e,t,r)=>{"use strict";r.d(t,{$x:()=>u,El:()=>s,O_:()=>o,Uw:()=>a});var n=r(14232);let i=(0,n.createContext)(null);i.displayName="OpenClosedContext";var a=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(a||{});function o(){return(0,n.useContext)(i)}function s(e){let{value:t,children:r}=e;return n.createElement(i.Provider,{value:t},r)}function u(e){let{children:t}=e;return n.createElement(i.Provider,{value:null},t)}},96427:(e,t,r)=>{"use strict";function n(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}r.d(t,{_:()=>n})},97225:(e,t,r)=>{"use strict";e.exports=r(70789)},98149:(e,t,r)=>{"use strict";function n(e,t){var r=t&&t.cache?t.cache:u,n=t&&t.serializer?t.serializer:o;return(t&&t.strategy?t.strategy:function(e,t){var r,n,o=1===e.length?i:a;return r=t.cache.create(),n=t.serializer,o.bind(this,e,r,n)})(e,{cache:r,serializer:n})}function i(e,t,r,n){var i=null==n||"number"==typeof n||"boolean"==typeof n?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function a(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),a=t.get(i);return void 0===a&&(a=e.apply(this,n),t.set(i,a)),a}r.d(t,{B:()=>n,W:()=>l});var o=function(){return JSON.stringify(arguments)},s=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(e){return this.cache[e]},e.prototype.set=function(e,t){this.cache[e]=t},e}(),u={create:function(){return new s}},l={variadic:function(e,t){var r,n;return r=t.cache.create(),n=t.serializer,a.bind(this,e,r,n)},monadic:function(e,t){var r,n;return r=t.cache.create(),n=t.serializer,i.bind(this,e,r,n)}}},98394:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.supportedLocales=void 0,t.supportedLocales=["af","ak","am","an","ar","ars","as","asa","ast","az","bal","be","bem","bez","bg","bho","bm","bn","bo","br","brx","bs","ca","ce","ceb","cgg","chr","ckb","cs","cy","da","de","doi","dsb","dv","dz","ee","el","en","eo","es","et","eu","fa","ff","fi","fil","fo","fr","fur","fy","ga","gd","gl","gsw","gu","guw","gv","ha","haw","he","hi","hnj","hr","hsb","hu","hy","ia","id","ig","ii","io","is","it","iu","ja","jbo","jgo","jmc","jv","jw","ka","kab","kaj","kcg","kde","kea","kk","kkj","kl","km","kn","ko","ks","ksb","ksh","ku","kw","ky","lag","lb","lg","lij","lkt","ln","lo","lt","lv","mas","mg","mgo","mk","ml","mn","mo","mr","ms","mt","my","nah","naq","nb","nd","ne","nl","nn","nnh","no","nqo","nr","nso","ny","nyn","om","or","os","osa","pa","pap","pcm","pl","prg","ps","pt","pt-PT","rm","ro","rof","ru","rwk","sah","saq","sat","sc","scn","sd","sdh","se","seh","ses","sg","sh","shi","si","sk","sl","sma","smi","smj","smn","sms","sn","so","sq","sr","ss","ssy","st","su","sv","sw","syr","ta","te","teo","th","ti","tig","tk","tl","tn","to","tpi","tr","ts","tzm","ug","uk","und","ur","uz","ve","vi","vo","vun","wa","wae","wo","xh","xog","yi","yo","yue","zh","zu"]},99853:(e,t,r)=>{"use strict";function n(){}r.d(t,{l:()=>s});let i="undefined"!=typeof WeakRef?WeakRef:function(e){return{deref:()=>e}},a="undefined"!=typeof WeakMap?WeakMap:Map,o="undefined"!=typeof FinalizationRegistry?FinalizationRegistry:function(){return{register:n,unregister:n}};class s{constructor(e=1/0,t=n){this.max=e,this.dispose=t,this.map=new a,this.newest=null,this.oldest=null,this.unfinalizedNodes=new Set,this.finalizationScheduled=!1,this.size=0,this.finalize=()=>{let e=this.unfinalizedNodes.values();for(let t=0;t<10024;t++){let t=e.next().value;if(!t)break;this.unfinalizedNodes.delete(t);let r=t.key;delete t.key,t.keyRef=new i(r),this.registry.register(r,t,t)}this.unfinalizedNodes.size>0?queueMicrotask(this.finalize):this.finalizationScheduled=!1},this.registry=new o(this.deleteNode.bind(this))}has(e){return this.map.has(e)}get(e){let t=this.getNode(e);return t&&t.value}getNode(e){let t=this.map.get(e);if(t&&t!==this.newest){let{older:e,newer:r}=t;r&&(r.older=e),e&&(e.newer=r),t.older=this.newest,t.older.newer=t,t.newer=null,this.newest=t,t===this.oldest&&(this.oldest=r)}return t}set(e,t){let r=this.getNode(e);return r?r.value=t:(r={key:e,value:t,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.scheduleFinalization(r),this.map.set(e,r),this.size++,r.value)}clean(){for(;this.oldest&&this.size>this.max;)this.deleteNode(this.oldest)}deleteNode(e){e===this.newest&&(this.newest=e.older),e===this.oldest&&(this.oldest=e.newer),e.newer&&(e.newer.older=e.older),e.older&&(e.older.newer=e.newer),this.size--;let t=e.key||e.keyRef&&e.keyRef.deref();this.dispose(e.value,t),e.keyRef?this.registry.unregister(e):this.unfinalizedNodes.delete(e),t&&this.map.delete(t)}delete(e){let t=this.map.get(e);return!!t&&(this.deleteNode(t),!0)}scheduleFinalization(e){this.unfinalizedNodes.add(e),this.finalizationScheduled||(this.finalizationScheduled=!0,queueMicrotask(this.finalize))}}}},e=>{var t=t=>e(e.s=t);e.O(0,[6593,8792],()=>(t(92),t(48253))),_N_E=e.O()}]);
|
|
14
|
+
spurious results.`)}}return!1};class N{constructor(e,t="GraphQL request",r={line:1,column:1}){"string"==typeof e||(0,A.U)(!1,`Body must be a string. Received: ${(0,D.N)(e)}.`),this.body=e,this.name=t,this.locationOffset=r,this.locationOffset.line>0||(0,A.U)(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||(0,A.U)(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}}class C{constructor(e,t={}){let r=O(e,N)?e:new N(e);this._lexer=new g(r),this._options=t,this._tokenCounter=0}get tokenCount(){return this._tokenCounter}parseName(){let e=this.expectToken(i.NAME);return this.node(e,{kind:p.b.NAME,value:e.value})}parseDocument(){return this.node(this._lexer.token,{kind:p.b.DOCUMENT,definitions:this.many(i.SOF,this.parseDefinition,i.EOF)})}parseDefinition(){if(this.peek(i.BRACE_L))return this.parseOperationDefinition();let e=this.peekDescription(),t=e?this._lexer.lookahead():this._lexer.token;if(t.kind===i.NAME){switch(t.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}if(e)throw f(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are supported only on type definitions.");switch(t.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(t)}parseOperationDefinition(){let e,t=this._lexer.token;if(this.peek(i.BRACE_L))return this.node(t,{kind:p.b.OPERATION_DEFINITION,operation:h.cE.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let r=this.parseOperationType();return this.peek(i.NAME)&&(e=this.parseName()),this.node(t,{kind:p.b.OPERATION_DEFINITION,operation:r,name:e,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let e=this.expectToken(i.NAME);switch(e.value){case"query":return h.cE.QUERY;case"mutation":return h.cE.MUTATION;case"subscription":return h.cE.SUBSCRIPTION}throw this.unexpected(e)}parseVariableDefinitions(){return this.optionalMany(i.PAREN_L,this.parseVariableDefinition,i.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:p.b.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(i.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(i.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){let e=this._lexer.token;return this.expectToken(i.DOLLAR),this.node(e,{kind:p.b.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:p.b.SELECTION_SET,selections:this.many(i.BRACE_L,this.parseSelection,i.BRACE_R)})}parseSelection(){return this.peek(i.SPREAD)?this.parseFragment():this.parseField()}parseField(){let e,t,r=this._lexer.token,n=this.parseName();return this.expectOptionalToken(i.COLON)?(e=n,t=this.parseName()):t=n,this.node(r,{kind:p.b.FIELD,alias:e,name:t,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(i.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(e){let t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(i.PAREN_L,t,i.PAREN_R)}parseArgument(e=!1){let t=this._lexer.token,r=this.parseName();return this.expectToken(i.COLON),this.node(t,{kind:p.b.ARGUMENT,name:r,value:this.parseValueLiteral(e)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let e=this._lexer.token;this.expectToken(i.SPREAD);let t=this.expectOptionalKeyword("on");return!t&&this.peek(i.NAME)?this.node(e,{kind:p.b.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(e,{kind:p.b.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let e=this._lexer.token;return(this.expectKeyword("fragment"),!0===this._options.allowLegacyFragmentVariables)?this.node(e,{kind:p.b.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(e,{kind:p.b.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()}parseValueLiteral(e){let t=this._lexer.token;switch(t.kind){case i.BRACKET_L:return this.parseList(e);case i.BRACE_L:return this.parseObject(e);case i.INT:return this.advanceLexer(),this.node(t,{kind:p.b.INT,value:t.value});case i.FLOAT:return this.advanceLexer(),this.node(t,{kind:p.b.FLOAT,value:t.value});case i.STRING:case i.BLOCK_STRING:return this.parseStringLiteral();case i.NAME:switch(this.advanceLexer(),t.value){case"true":return this.node(t,{kind:p.b.BOOLEAN,value:!0});case"false":return this.node(t,{kind:p.b.BOOLEAN,value:!1});case"null":return this.node(t,{kind:p.b.NULL});default:return this.node(t,{kind:p.b.ENUM,value:t.value})}case i.DOLLAR:if(e){if(this.expectToken(i.DOLLAR),this._lexer.token.kind===i.NAME){let e=this._lexer.token.value;throw f(this._lexer.source,t.start,`Unexpected variable "$${e}" in constant value.`)}throw this.unexpected(t)}return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){let e=this._lexer.token;return this.advanceLexer(),this.node(e,{kind:p.b.STRING,value:e.value,block:e.kind===i.BLOCK_STRING})}parseList(e){return this.node(this._lexer.token,{kind:p.b.LIST,values:this.any(i.BRACKET_L,()=>this.parseValueLiteral(e),i.BRACKET_R)})}parseObject(e){return this.node(this._lexer.token,{kind:p.b.OBJECT,fields:this.any(i.BRACE_L,()=>this.parseObjectField(e),i.BRACE_R)})}parseObjectField(e){let t=this._lexer.token,r=this.parseName();return this.expectToken(i.COLON),this.node(t,{kind:p.b.OBJECT_FIELD,name:r,value:this.parseValueLiteral(e)})}parseDirectives(e){let t=[];for(;this.peek(i.AT);)t.push(this.parseDirective(e));return t}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(e){let t=this._lexer.token;return this.expectToken(i.AT),this.node(t,{kind:p.b.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e)})}parseTypeReference(){let e,t=this._lexer.token;if(this.expectOptionalToken(i.BRACKET_L)){let r=this.parseTypeReference();this.expectToken(i.BRACKET_R),e=this.node(t,{kind:p.b.LIST_TYPE,type:r})}else e=this.parseNamedType();return this.expectOptionalToken(i.BANG)?this.node(t,{kind:p.b.NON_NULL_TYPE,type:e}):e}parseNamedType(){return this.node(this._lexer.token,{kind:p.b.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(i.STRING)||this.peek(i.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");let r=this.parseConstDirectives(),n=this.many(i.BRACE_L,this.parseOperationTypeDefinition,i.BRACE_R);return this.node(e,{kind:p.b.SCHEMA_DEFINITION,description:t,directives:r,operationTypes:n})}parseOperationTypeDefinition(){let e=this._lexer.token,t=this.parseOperationType();this.expectToken(i.COLON);let r=this.parseNamedType();return this.node(e,{kind:p.b.OPERATION_TYPE_DEFINITION,operation:t,type:r})}parseScalarTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");let r=this.parseName(),n=this.parseConstDirectives();return this.node(e,{kind:p.b.SCALAR_TYPE_DEFINITION,description:t,name:r,directives:n})}parseObjectTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),a=this.parseFieldsDefinition();return this.node(e,{kind:p.b.OBJECT_TYPE_DEFINITION,description:t,name:r,interfaces:n,directives:i,fields:a})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(i.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(i.BRACE_L,this.parseFieldDefinition,i.BRACE_R)}parseFieldDefinition(){let e=this._lexer.token,t=this.parseDescription(),r=this.parseName(),n=this.parseArgumentDefs();this.expectToken(i.COLON);let a=this.parseTypeReference(),o=this.parseConstDirectives();return this.node(e,{kind:p.b.FIELD_DEFINITION,description:t,name:r,arguments:n,type:a,directives:o})}parseArgumentDefs(){return this.optionalMany(i.PAREN_L,this.parseInputValueDef,i.PAREN_R)}parseInputValueDef(){let e,t=this._lexer.token,r=this.parseDescription(),n=this.parseName();this.expectToken(i.COLON);let a=this.parseTypeReference();this.expectOptionalToken(i.EQUALS)&&(e=this.parseConstValueLiteral());let o=this.parseConstDirectives();return this.node(t,{kind:p.b.INPUT_VALUE_DEFINITION,description:r,name:n,type:a,defaultValue:e,directives:o})}parseInterfaceTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");let r=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),a=this.parseFieldsDefinition();return this.node(e,{kind:p.b.INTERFACE_TYPE_DEFINITION,description:t,name:r,interfaces:n,directives:i,fields:a})}parseUnionTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseUnionMemberTypes();return this.node(e,{kind:p.b.UNION_TYPE_DEFINITION,description:t,name:r,directives:n,types:i})}parseUnionMemberTypes(){return this.expectOptionalToken(i.EQUALS)?this.delimitedMany(i.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();return this.node(e,{kind:p.b.ENUM_TYPE_DEFINITION,description:t,name:r,directives:n,values:i})}parseEnumValuesDefinition(){return this.optionalMany(i.BRACE_L,this.parseEnumValueDefinition,i.BRACE_R)}parseEnumValueDefinition(){let e=this._lexer.token,t=this.parseDescription(),r=this.parseEnumValueName(),n=this.parseConstDirectives();return this.node(e,{kind:p.b.ENUM_VALUE_DEFINITION,description:t,name:r,directives:n})}parseEnumValueName(){if("true"===this._lexer.token.value||"false"===this._lexer.token.value||"null"===this._lexer.token.value)throw f(this._lexer.source,this._lexer.token.start,`${I(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");let r=this.parseName(),n=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();return this.node(e,{kind:p.b.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:r,directives:n,fields:i})}parseInputFieldsDefinition(){return this.optionalMany(i.BRACE_L,this.parseInputValueDef,i.BRACE_R)}parseTypeSystemExtension(){let e=this._lexer.lookahead();if(e.kind===i.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)}parseSchemaExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");let t=this.parseConstDirectives(),r=this.optionalMany(i.BRACE_L,this.parseOperationTypeDefinition,i.BRACE_R);if(0===t.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:p.b.SCHEMA_EXTENSION,directives:t,operationTypes:r})}parseScalarTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");let t=this.parseName(),r=this.parseConstDirectives();if(0===r.length)throw this.unexpected();return this.node(e,{kind:p.b.SCALAR_TYPE_EXTENSION,name:t,directives:r})}parseObjectTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");let t=this.parseName(),r=this.parseImplementsInterfaces(),n=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===r.length&&0===n.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:p.b.OBJECT_TYPE_EXTENSION,name:t,interfaces:r,directives:n,fields:i})}parseInterfaceTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let t=this.parseName(),r=this.parseImplementsInterfaces(),n=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===r.length&&0===n.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:p.b.INTERFACE_TYPE_EXTENSION,name:t,interfaces:r,directives:n,fields:i})}parseUnionTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");let t=this.parseName(),r=this.parseConstDirectives(),n=this.parseUnionMemberTypes();if(0===r.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:p.b.UNION_TYPE_EXTENSION,name:t,directives:r,types:n})}parseEnumTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");let t=this.parseName(),r=this.parseConstDirectives(),n=this.parseEnumValuesDefinition();if(0===r.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:p.b.ENUM_TYPE_EXTENSION,name:t,directives:r,values:n})}parseInputObjectTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");let t=this.parseName(),r=this.parseConstDirectives(),n=this.parseInputFieldsDefinition();if(0===r.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:p.b.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:r,fields:n})}parseDirectiveDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(i.AT);let r=this.parseName(),n=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");let o=this.parseDirectiveLocations();return this.node(e,{kind:p.b.DIRECTIVE_DEFINITION,description:t,name:r,arguments:n,repeatable:a,locations:o})}parseDirectiveLocations(){return this.delimitedMany(i.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let e=this._lexer.token,t=this.parseName();if(Object.prototype.hasOwnProperty.call(n,t.value))return t;throw this.unexpected(e)}node(e,t){return!0!==this._options.noLocation&&(t.loc=new h.aZ(e,this._lexer.lastToken,this._lexer.source)),t}peek(e){return this._lexer.token.kind===e}expectToken(e){let t=this._lexer.token;if(t.kind===e)return this.advanceLexer(),t;throw f(this._lexer.source,t.start,`Expected ${P(e)}, found ${I(t)}.`)}expectOptionalToken(e){return this._lexer.token.kind===e&&(this.advanceLexer(),!0)}expectKeyword(e){let t=this._lexer.token;if(t.kind===i.NAME&&t.value===e)this.advanceLexer();else throw f(this._lexer.source,t.start,`Expected "${e}", found ${I(t)}.`)}expectOptionalKeyword(e){let t=this._lexer.token;return t.kind===i.NAME&&t.value===e&&(this.advanceLexer(),!0)}unexpected(e){let t=null!=e?e:this._lexer.token;return f(this._lexer.source,t.start,`Unexpected ${I(t)}.`)}any(e,t,r){this.expectToken(e);let n=[];for(;!this.expectOptionalToken(r);)n.push(t.call(this));return n}optionalMany(e,t,r){if(this.expectOptionalToken(e)){let e=[];do e.push(t.call(this));while(!this.expectOptionalToken(r));return e}return[]}many(e,t,r){this.expectToken(e);let n=[];do n.push(t.call(this));while(!this.expectOptionalToken(r));return n}delimitedMany(e,t){this.expectOptionalToken(e);let r=[];do r.push(t.call(this));while(this.expectOptionalToken(e));return r}advanceLexer(){let{maxTokens:e}=this._options,t=this._lexer.advance();if(t.kind!==i.EOF&&(++this._tokenCounter,void 0!==e&&this._tokenCounter>e))throw f(this._lexer.source,t.start,`Document contains more that ${e} tokens. Parsing aborted.`)}}function I(e){let t=e.value;return P(e.kind)+(null!=t?` "${t}"`:"")}function P(e){return e===i.BANG||e===i.DOLLAR||e===i.AMP||e===i.PAREN_L||e===i.PAREN_R||e===i.SPREAD||e===i.COLON||e===i.EQUALS||e===i.AT||e===i.BRACKET_L||e===i.BRACKET_R||e===i.BRACE_L||e===i.PIPE||e===i.BRACE_R?`"${e}"`:e}var M=new Map,L=new Map,R=!0,F=!1;function j(e){return e.replace(/[\s,]+/g," ").trim()}function B(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];"string"==typeof e&&(e=[e]);var n=e[0];return t.forEach(function(t,r){t&&"Document"===t.kind?n+=t.loc.source.body:n+=t,n+=e[r+1]}),function(e){var t=j(e);if(!M.has(t)){var r,n,i,o,s,u=function(e,t){let r=new C(e,t),n=r.parseDocument();return Object.defineProperty(n,"tokenCount",{enumerable:!1,value:r.tokenCount}),n}(e,{experimentalFragmentVariables:F,allowLegacyFragmentVariables:F});if(!u||"Document"!==u.kind)throw Error("Not a valid GraphQL document.");M.set(t,((o=new Set((r=new Set,n=[],u.definitions.forEach(function(e){if("FragmentDefinition"===e.kind){var t,i=e.name.value,a=j((t=e.loc).source.body.substring(t.start,t.end)),o=L.get(i);o&&!o.has(a)?R&&console.warn("Warning: fragment with name "+i+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):o||L.set(i,o=new Set),o.add(a),r.has(a)||(r.add(a),n.push(e))}else n.push(e)}),i=(0,a.__assign)((0,a.__assign)({},u),{definitions:n})).definitions)).forEach(function(e){e.loc&&delete e.loc,Object.keys(e).forEach(function(t){var r=e[t];r&&"object"==typeof r&&o.add(r)})}),(s=i.loc)&&(delete s.startToken,delete s.endToken),i))}return M.get(t)}(n)}var U={gql:B,resetCaches:function(){M.clear(),L.clear()},disableFragmentWarnings:function(){R=!1},enableExperimentalFragmentVariables:function(){F=!0},disableExperimentalFragmentVariables:function(){F=!1}};!function(e){e.gql=U.gql,e.resetCaches=U.resetCaches,e.disableFragmentWarnings=U.disableFragmentWarnings,e.enableExperimentalFragmentVariables=U.enableExperimentalFragmentVariables,e.disableExperimentalFragmentVariables=U.disableExperimentalFragmentVariables}(B||(B={})),B.default=B},79760:(e,t,r)=>{"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=Object.create(null);return e.forEach(function(e){e&&Object.keys(e).forEach(function(t){var n=e[t];void 0!==n&&(r[t]=n)})}),r}r.d(t,{o:()=>n})},80542:(e,t,r)=>{"use strict";r.d(t,{En:()=>o,JR:()=>d,Sw:()=>l,et:()=>a,ol:()=>s,uJ:()=>u});var n=r(17318),i="ReactNative"==(0,n.no)(function(){return navigator.product}),a="function"==typeof WeakMap&&!(i&&!global.HermesInternal),o="function"==typeof WeakSet,s="function"==typeof Symbol&&"function"==typeof Symbol.for,u=s&&Symbol.asyncIterator,l="function"==typeof(0,n.no)(function(){return window.document.createElement}),c=(0,n.no)(function(){return navigator.userAgent.indexOf("jsdom")>=0})||!1,d=(l||i)&&!c},80593:(e,t,r)=>{"use strict";r.d(t,{v:()=>o});var n=r(4902),i=r(17318),a=Symbol.for("apollo.cacheSize"),o=(0,n.__assign)({},i.Sf[a])},81639:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(t,{default:function(){return E},useLinkStatus:function(){return w}});let n=r(63732),i=r(37876),a=n._(r(14232)),o=r(46658),s=r(64232),u=r(96225),l=r(8407),c=r(2696),d=r(98265),f=r(42343),h=r(78940),p=r(27469),m=r(31026);r(63724);let y=new Set;function g(e,t,r,n){if((0,s.isLocalURL)(t)){if(!n.bypassPrefetchedCheck){let i=t+"%"+r+"%"+(void 0!==n.locale?n.locale:"locale"in e?e.locale:void 0);if(y.has(i))return;y.add(i)}e.prefetch(t,r,n).catch(e=>{})}}function v(e){return"string"==typeof e?e:(0,u.formatUrl)(e)}let _=a.default.forwardRef(function(e,t){let r,n,{href:u,as:y,children:_,prefetch:b=null,passHref:w,replace:E,shallow:T,scroll:S,locale:k,onClick:x,onNavigate:A,onMouseEnter:D,onTouchStart:O,legacyBehavior:N=!1,...C}=e;r=_,N&&("string"==typeof r||"number"==typeof r)&&(r=(0,i.jsx)("a",{children:r}));let I=a.default.useContext(d.RouterContext),P=!1!==b,{href:M,as:L}=a.default.useMemo(()=>{if(!I){let e=v(u);return{href:e,as:y?v(y):e}}let[e,t]=(0,o.resolveHref)(I,u,!0);return{href:e,as:y?(0,o.resolveHref)(I,y):t||e}},[I,u,y]),R=a.default.useRef(M),F=a.default.useRef(L);N&&(n=a.default.Children.only(r));let j=N?n&&"object"==typeof n&&n.ref:t,[B,U,q]=(0,f.useIntersection)({rootMargin:"200px"}),V=a.default.useCallback(e=>{(F.current!==L||R.current!==M)&&(q(),F.current=L,R.current=M),B(e)},[L,M,q,B]),H=(0,m.useMergedRef)(V,j);a.default.useEffect(()=>{I&&U&&P&&g(I,M,L,{locale:k})},[L,M,U,k,P,null==I?void 0:I.locale,I]);let G={ref:H,onClick(e){N||"function"!=typeof x||x(e),N&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(e),I&&(e.defaultPrevented||function(e,t,r,n,i,a,o,u,l){let{nodeName:c}=e.currentTarget;if(!("A"===c.toUpperCase()&&function(e){let t=e.currentTarget.getAttribute("target");return t&&"_self"!==t||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}(e)||e.currentTarget.hasAttribute("download"))){if(!(0,s.isLocalURL)(r)){i&&(e.preventDefault(),location.replace(r));return}e.preventDefault(),(()=>{if(l){let e=!1;if(l({preventDefault:()=>{e=!0}}),e)return}let e=null==o||o;"beforePopState"in t?t[i?"replace":"push"](r,n,{shallow:a,locale:u,scroll:e}):t[i?"replace":"push"](n||r,{scroll:e})})()}}(e,I,M,L,E,T,S,k,A))},onMouseEnter(e){N||"function"!=typeof D||D(e),N&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),I&&g(I,M,L,{locale:k,priority:!0,bypassPrefetchedCheck:!0})},onTouchStart:function(e){N||"function"!=typeof O||O(e),N&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),I&&g(I,M,L,{locale:k,priority:!0,bypassPrefetchedCheck:!0})}};if((0,l.isAbsoluteUrl)(L))G.href=L;else if(!N||w||"a"===n.type&&!("href"in n.props)){let e=void 0!==k?k:null==I?void 0:I.locale;G.href=(null==I?void 0:I.isLocaleDomain)&&(0,h.getDomainLocale)(L,e,null==I?void 0:I.locales,null==I?void 0:I.domainLocales)||(0,p.addBasePath)((0,c.addLocale)(L,e,null==I?void 0:I.defaultLocale))}return N?a.default.cloneElement(n,G):(0,i.jsx)("a",{...C,...G,children:r})}),b=(0,a.createContext)({pending:!1}),w=()=>(0,a.useContext)(b),E=_;("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},81893:(e,t,r)=>{"use strict";r.d(t,{o:()=>L});var n=r(14232);let i="undefined"!=typeof document?n.useLayoutEffect:()=>{};function a(e){return e.nativeEvent=e,e.isDefaultPrevented=()=>e.defaultPrevented,e.isPropagationStopped=()=>e.cancelBubble,e.persist=()=>{},e}function o(e){let t=(0,n.useRef)({isFocused:!1,observer:null});i(()=>{let e=t.current;return()=>{e.observer&&(e.observer.disconnect(),e.observer=null)}},[]);let r=function(e){let t=(0,n.useRef)(null);return i(()=>{t.current=e},[e]),(0,n.useCallback)((...e)=>{let r=t.current;return null==r?void 0:r(...e)},[])}(t=>{null==e||e(t)});return(0,n.useCallback)(e=>{if(e.target instanceof HTMLButtonElement||e.target instanceof HTMLInputElement||e.target instanceof HTMLTextAreaElement||e.target instanceof HTMLSelectElement){t.current.isFocused=!0;let n=e.target;n.addEventListener("focusout",e=>{t.current.isFocused=!1,n.disabled&&r(a(e)),t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)},{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&n.disabled){var e;null==(e=t.current.observer)||e.disconnect();let r=n===document.activeElement?null:document.activeElement;n.dispatchEvent(new FocusEvent("blur",{relatedTarget:r})),n.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:r}))}}),t.current.observer.observe(n,{attributes:!0,attributeFilter:["disabled"]})}},[r])}function s(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&((null==(t=window.navigator.userAgentData)?void 0:t.brands.some(t=>e.test(t.brand)))||e.test(window.navigator.userAgent))}function u(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&e.test((null==(t=window.navigator.userAgentData)?void 0:t.platform)||window.navigator.platform)}function l(e){let t=null;return()=>(null==t&&(t=e()),t)}let c=l(function(){return u(/^Mac/i)}),d=l(function(){return u(/^iPhone/i)}),f=l(function(){return u(/^iPad/i)||c()&&navigator.maxTouchPoints>1}),h=l(function(){return d()||f()});l(function(){return c()||h()}),l(function(){return s(/AppleWebKit/i)&&!p()});let p=l(function(){return s(/Chrome/i)}),m=l(function(){return s(/Android/i)});l(function(){return s(/Firefox/i)});var y=r(82505);let g=null,v=new Set,_=new Map,b=!1,w=!1,E={Tab:!0,Escape:!0};function T(e,t){for(let r of v)r(e,t)}function S(e){b=!0,e.metaKey||!c()&&e.altKey||e.ctrlKey||"Control"===e.key||"Shift"===e.key||"Meta"===e.key||(g="keyboard",T("keyboard",e))}function k(e){g="pointer",("mousedown"===e.type||"pointerdown"===e.type)&&(b=!0,T("pointer",e))}function x(e){(0===e.mozInputSource&&e.isTrusted||(m()&&e.pointerType?"click"===e.type&&1===e.buttons:0===e.detail&&!e.pointerType))&&(b=!0,g="virtual")}function A(e){e.target!==window&&e.target!==document&&e.isTrusted&&(b||w||(g="virtual",T("virtual",e)),b=!1,w=!1)}function D(){b=!1,w=!0}function O(e){if("undefined"==typeof window||"undefined"==typeof document||_.get((0,y.mD)(e)))return;let t=(0,y.mD)(e),r=(0,y.TW)(e),n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){b=!0,n.apply(this,arguments)},r.addEventListener("keydown",S,!0),r.addEventListener("keyup",S,!0),r.addEventListener("click",x,!0),t.addEventListener("focus",A,!0),t.addEventListener("blur",D,!1),"undefined"!=typeof PointerEvent&&(r.addEventListener("pointerdown",k,!0),r.addEventListener("pointermove",k,!0),r.addEventListener("pointerup",k,!0)),t.addEventListener("beforeunload",()=>{N(e)},{once:!0}),_.set(t,{focus:n})}let N=(e,t)=>{let r=(0,y.mD)(e),n=(0,y.TW)(e);t&&n.removeEventListener("DOMContentLoaded",t),_.has(r)&&(r.HTMLElement.prototype.focus=_.get(r).focus,n.removeEventListener("keydown",S,!0),n.removeEventListener("keyup",S,!0),n.removeEventListener("click",x,!0),r.removeEventListener("focus",A,!0),r.removeEventListener("blur",D,!1),"undefined"!=typeof PointerEvent&&(n.removeEventListener("pointerdown",k,!0),n.removeEventListener("pointermove",k,!0),n.removeEventListener("pointerup",k,!0)),_.delete(r))};function C(){return"pointer"!==g}"undefined"!=typeof document&&function(e){let t,r=(0,y.TW)(void 0);"loading"!==r.readyState?O(void 0):(t=()=>{O(e)},r.addEventListener("DOMContentLoaded",t)),()=>N(e,t)}();let I=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);var P=r(86962),M=r(12473);function L(e={}){var t,r,i;let{autoFocus:s=!1,isTextInput:u,within:l}=e,c=(0,n.useRef)({isFocused:!1,isFocusVisible:s||C()}),[d,f]=(0,n.useState)(!1),[h,p]=(0,n.useState)(()=>c.current.isFocused&&c.current.isFocusVisible),m=(0,n.useCallback)(()=>p(c.current.isFocused&&c.current.isFocusVisible),[]),g=(0,n.useCallback)(e=>{c.current.isFocused=e,f(e),m()},[m]);t=e=>{c.current.isFocusVisible=e,m()},r=[],i={isTextInput:u},O(),(0,n.useEffect)(()=>{let e=(e,r)=>{(function(e,t,r){let n=(0,y.TW)(null==r?void 0:r.target),i="undefined"!=typeof window?(0,y.mD)(null==r?void 0:r.target).HTMLInputElement:HTMLInputElement,a="undefined"!=typeof window?(0,y.mD)(null==r?void 0:r.target).HTMLTextAreaElement:HTMLTextAreaElement,o="undefined"!=typeof window?(0,y.mD)(null==r?void 0:r.target).HTMLElement:HTMLElement,s="undefined"!=typeof window?(0,y.mD)(null==r?void 0:r.target).KeyboardEvent:KeyboardEvent;return!((e=e||n.activeElement instanceof i&&!I.has(n.activeElement.type)||n.activeElement instanceof a||n.activeElement instanceof o&&n.activeElement.isContentEditable)&&"keyboard"===t&&r instanceof s&&!E[r.key])})(!!(null==i?void 0:i.isTextInput),e,r)&&t(C())};return v.add(e),()=>{v.delete(e)}},r);let{focusProps:_}=function(e){let{isDisabled:t,onFocus:r,onBlur:i,onFocusChange:a}=e,s=(0,n.useCallback)(e=>{if(e.target===e.currentTarget)return i&&i(e),a&&a(!1),!0},[i,a]),u=o(s),l=(0,n.useCallback)(e=>{let t=(0,y.TW)(e.target),n=t?(0,P.bq)(t):(0,P.bq)();e.target===e.currentTarget&&n===(0,P.wt)(e.nativeEvent)&&(r&&r(e),a&&a(!0),u(e))},[a,r,u]);return{focusProps:{onFocus:!t&&(r||a||i)?l:void 0,onBlur:!t&&(i||a)?s:void 0}}}({isDisabled:l,onFocusChange:g}),{focusWithinProps:b}=function(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:i,onFocusWithinChange:s}=e,u=(0,n.useRef)({isFocusWithin:!1}),{addGlobalListener:l,removeAllGlobalListeners:c}=(0,M.A)(),d=(0,n.useCallback)(e=>{e.currentTarget.contains(e.target)&&u.current.isFocusWithin&&!e.currentTarget.contains(e.relatedTarget)&&(u.current.isFocusWithin=!1,c(),r&&r(e),s&&s(!1))},[r,s,u,c]),f=o(d),h=(0,n.useCallback)(e=>{if(!e.currentTarget.contains(e.target))return;let t=(0,y.TW)(e.target),r=(0,P.bq)(t);if(!u.current.isFocusWithin&&r===(0,P.wt)(e.nativeEvent)){i&&i(e),s&&s(!0),u.current.isFocusWithin=!0,f(e);let r=e.currentTarget;l(t,"focus",e=>{if(u.current.isFocusWithin&&!(0,P.sD)(r,e.target)){let n=new t.defaultView.FocusEvent("blur",{relatedTarget:e.target});Object.defineProperty(n,"target",{value:r}),Object.defineProperty(n,"currentTarget",{value:r}),d(a(n))}},{capture:!0})}},[i,s,f,l,d]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:h,onBlur:d}}}({isDisabled:!l,onFocusWithinChange:g});return{isFocused:d,isFocusVisible:h,focusProps:l?b:_}}},82505:(e,t,r)=>{"use strict";r.d(t,{Ng:()=>a,TW:()=>n,mD:()=>i});let n=e=>{var t;return null!=(t=null==e?void 0:e.ownerDocument)?t:document},i=e=>e&&"window"in e&&e.window===e?e:n(e).defaultView||window;function a(e){return null!==e&&"object"==typeof e&&"nodeType"in e&&"number"==typeof e.nodeType&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}},83070:(e,t,r)=>{"use strict";r.d(t,{K$:()=>a,K4:()=>l,Mn:()=>s,uR:()=>o});var n=r(4902);r(17318);var i=r(93957),a=Symbol();function o(e){return!!e.extensions&&Array.isArray(e.extensions[a])}function s(e){return e.hasOwnProperty("graphQLErrors")}var u=function(e){var t=(0,n.__spreadArray)((0,n.__spreadArray)((0,n.__spreadArray)([],e.graphQLErrors,!0),e.clientErrors,!0),e.protocolErrors,!0);return e.networkError&&t.push(e.networkError),t.map(function(e){return(0,i.U)(e)&&e.message||"Error message not found."}).join("\n")},l=function(e){function t(r){var i=r.graphQLErrors,a=r.protocolErrors,o=r.clientErrors,s=r.networkError,l=r.errorMessage,c=r.extraInfo,d=e.call(this,l)||this;return d.name="ApolloError",d.graphQLErrors=i||[],d.protocolErrors=a||[],d.clientErrors=o||[],d.networkError=s||null,d.message=l||u(d),d.extraInfo=c,d.cause=(0,n.__spreadArray)((0,n.__spreadArray)((0,n.__spreadArray)([s],i||[],!0),a||[],!0),o||[],!0).find(function(e){return!!e})||null,d.__proto__=t.prototype,d}return(0,n.__extends)(t,e),t}(Error)},83792:(e,t,r)=>{"use strict";r.r(t),r.d(t,{LookupSupportedLocales:()=>m,ResolveLocale:()=>p,match:()=>y});var n,i=r(4902),a={supplemental:{languageMatching:{"written-new":[{paradigmLocales:{_locales:"en en_GB es es_419 pt_BR pt_PT"}},{$enUS:{_value:"AS+CA+GU+MH+MP+PH+PR+UM+US+VI"}},{$cnsar:{_value:"HK+MO"}},{$americas:{_value:"019"}},{$maghreb:{_value:"MA+DZ+TN+LY+MR+EH"}},{no:{_desired:"nb",_distance:"1"}},{bs:{_desired:"hr",_distance:"4"}},{bs:{_desired:"sh",_distance:"4"}},{hr:{_desired:"sh",_distance:"4"}},{sr:{_desired:"sh",_distance:"4"}},{aa:{_desired:"ssy",_distance:"4"}},{de:{_desired:"gsw",_distance:"4",_oneway:"true"}},{de:{_desired:"lb",_distance:"4",_oneway:"true"}},{no:{_desired:"da",_distance:"8"}},{nb:{_desired:"da",_distance:"8"}},{ru:{_desired:"ab",_distance:"30",_oneway:"true"}},{en:{_desired:"ach",_distance:"30",_oneway:"true"}},{nl:{_desired:"af",_distance:"20",_oneway:"true"}},{en:{_desired:"ak",_distance:"30",_oneway:"true"}},{en:{_desired:"am",_distance:"30",_oneway:"true"}},{es:{_desired:"ay",_distance:"20",_oneway:"true"}},{ru:{_desired:"az",_distance:"30",_oneway:"true"}},{ur:{_desired:"bal",_distance:"20",_oneway:"true"}},{ru:{_desired:"be",_distance:"20",_oneway:"true"}},{en:{_desired:"bem",_distance:"30",_oneway:"true"}},{hi:{_desired:"bh",_distance:"30",_oneway:"true"}},{en:{_desired:"bn",_distance:"30",_oneway:"true"}},{zh:{_desired:"bo",_distance:"20",_oneway:"true"}},{fr:{_desired:"br",_distance:"20",_oneway:"true"}},{es:{_desired:"ca",_distance:"20",_oneway:"true"}},{fil:{_desired:"ceb",_distance:"30",_oneway:"true"}},{en:{_desired:"chr",_distance:"20",_oneway:"true"}},{ar:{_desired:"ckb",_distance:"30",_oneway:"true"}},{fr:{_desired:"co",_distance:"20",_oneway:"true"}},{fr:{_desired:"crs",_distance:"20",_oneway:"true"}},{sk:{_desired:"cs",_distance:"20"}},{en:{_desired:"cy",_distance:"20",_oneway:"true"}},{en:{_desired:"ee",_distance:"30",_oneway:"true"}},{en:{_desired:"eo",_distance:"30",_oneway:"true"}},{es:{_desired:"eu",_distance:"20",_oneway:"true"}},{da:{_desired:"fo",_distance:"20",_oneway:"true"}},{nl:{_desired:"fy",_distance:"20",_oneway:"true"}},{en:{_desired:"ga",_distance:"20",_oneway:"true"}},{en:{_desired:"gaa",_distance:"30",_oneway:"true"}},{en:{_desired:"gd",_distance:"20",_oneway:"true"}},{es:{_desired:"gl",_distance:"20",_oneway:"true"}},{es:{_desired:"gn",_distance:"20",_oneway:"true"}},{hi:{_desired:"gu",_distance:"30",_oneway:"true"}},{en:{_desired:"ha",_distance:"30",_oneway:"true"}},{en:{_desired:"haw",_distance:"20",_oneway:"true"}},{fr:{_desired:"ht",_distance:"20",_oneway:"true"}},{ru:{_desired:"hy",_distance:"30",_oneway:"true"}},{en:{_desired:"ia",_distance:"30",_oneway:"true"}},{en:{_desired:"ig",_distance:"30",_oneway:"true"}},{en:{_desired:"is",_distance:"20",_oneway:"true"}},{id:{_desired:"jv",_distance:"20",_oneway:"true"}},{en:{_desired:"ka",_distance:"30",_oneway:"true"}},{fr:{_desired:"kg",_distance:"30",_oneway:"true"}},{ru:{_desired:"kk",_distance:"30",_oneway:"true"}},{en:{_desired:"km",_distance:"30",_oneway:"true"}},{en:{_desired:"kn",_distance:"30",_oneway:"true"}},{en:{_desired:"kri",_distance:"30",_oneway:"true"}},{tr:{_desired:"ku",_distance:"30",_oneway:"true"}},{ru:{_desired:"ky",_distance:"30",_oneway:"true"}},{it:{_desired:"la",_distance:"20",_oneway:"true"}},{en:{_desired:"lg",_distance:"30",_oneway:"true"}},{fr:{_desired:"ln",_distance:"30",_oneway:"true"}},{en:{_desired:"lo",_distance:"30",_oneway:"true"}},{en:{_desired:"loz",_distance:"30",_oneway:"true"}},{fr:{_desired:"lua",_distance:"30",_oneway:"true"}},{hi:{_desired:"mai",_distance:"20",_oneway:"true"}},{en:{_desired:"mfe",_distance:"30",_oneway:"true"}},{fr:{_desired:"mg",_distance:"30",_oneway:"true"}},{en:{_desired:"mi",_distance:"20",_oneway:"true"}},{en:{_desired:"ml",_distance:"30",_oneway:"true"}},{ru:{_desired:"mn",_distance:"30",_oneway:"true"}},{hi:{_desired:"mr",_distance:"30",_oneway:"true"}},{id:{_desired:"ms",_distance:"30",_oneway:"true"}},{en:{_desired:"mt",_distance:"30",_oneway:"true"}},{en:{_desired:"my",_distance:"30",_oneway:"true"}},{en:{_desired:"ne",_distance:"30",_oneway:"true"}},{nb:{_desired:"nn",_distance:"20"}},{no:{_desired:"nn",_distance:"20"}},{en:{_desired:"nso",_distance:"30",_oneway:"true"}},{en:{_desired:"ny",_distance:"30",_oneway:"true"}},{en:{_desired:"nyn",_distance:"30",_oneway:"true"}},{fr:{_desired:"oc",_distance:"20",_oneway:"true"}},{en:{_desired:"om",_distance:"30",_oneway:"true"}},{en:{_desired:"or",_distance:"30",_oneway:"true"}},{en:{_desired:"pa",_distance:"30",_oneway:"true"}},{en:{_desired:"pcm",_distance:"20",_oneway:"true"}},{en:{_desired:"ps",_distance:"30",_oneway:"true"}},{es:{_desired:"qu",_distance:"30",_oneway:"true"}},{de:{_desired:"rm",_distance:"20",_oneway:"true"}},{en:{_desired:"rn",_distance:"30",_oneway:"true"}},{fr:{_desired:"rw",_distance:"30",_oneway:"true"}},{hi:{_desired:"sa",_distance:"30",_oneway:"true"}},{en:{_desired:"sd",_distance:"30",_oneway:"true"}},{en:{_desired:"si",_distance:"30",_oneway:"true"}},{en:{_desired:"sn",_distance:"30",_oneway:"true"}},{en:{_desired:"so",_distance:"30",_oneway:"true"}},{en:{_desired:"sq",_distance:"30",_oneway:"true"}},{en:{_desired:"st",_distance:"30",_oneway:"true"}},{id:{_desired:"su",_distance:"20",_oneway:"true"}},{en:{_desired:"sw",_distance:"30",_oneway:"true"}},{en:{_desired:"ta",_distance:"30",_oneway:"true"}},{en:{_desired:"te",_distance:"30",_oneway:"true"}},{ru:{_desired:"tg",_distance:"30",_oneway:"true"}},{en:{_desired:"ti",_distance:"30",_oneway:"true"}},{ru:{_desired:"tk",_distance:"30",_oneway:"true"}},{en:{_desired:"tlh",_distance:"30",_oneway:"true"}},{en:{_desired:"tn",_distance:"30",_oneway:"true"}},{en:{_desired:"to",_distance:"30",_oneway:"true"}},{ru:{_desired:"tt",_distance:"30",_oneway:"true"}},{en:{_desired:"tum",_distance:"30",_oneway:"true"}},{zh:{_desired:"ug",_distance:"20",_oneway:"true"}},{ru:{_desired:"uk",_distance:"20",_oneway:"true"}},{en:{_desired:"ur",_distance:"30",_oneway:"true"}},{ru:{_desired:"uz",_distance:"30",_oneway:"true"}},{fr:{_desired:"wo",_distance:"30",_oneway:"true"}},{en:{_desired:"xh",_distance:"30",_oneway:"true"}},{en:{_desired:"yi",_distance:"30",_oneway:"true"}},{en:{_desired:"yo",_distance:"30",_oneway:"true"}},{zh:{_desired:"za",_distance:"20",_oneway:"true"}},{en:{_desired:"zu",_distance:"30",_oneway:"true"}},{ar:{_desired:"aao",_distance:"10",_oneway:"true"}},{ar:{_desired:"abh",_distance:"10",_oneway:"true"}},{ar:{_desired:"abv",_distance:"10",_oneway:"true"}},{ar:{_desired:"acm",_distance:"10",_oneway:"true"}},{ar:{_desired:"acq",_distance:"10",_oneway:"true"}},{ar:{_desired:"acw",_distance:"10",_oneway:"true"}},{ar:{_desired:"acx",_distance:"10",_oneway:"true"}},{ar:{_desired:"acy",_distance:"10",_oneway:"true"}},{ar:{_desired:"adf",_distance:"10",_oneway:"true"}},{ar:{_desired:"aeb",_distance:"10",_oneway:"true"}},{ar:{_desired:"aec",_distance:"10",_oneway:"true"}},{ar:{_desired:"afb",_distance:"10",_oneway:"true"}},{ar:{_desired:"ajp",_distance:"10",_oneway:"true"}},{ar:{_desired:"apc",_distance:"10",_oneway:"true"}},{ar:{_desired:"apd",_distance:"10",_oneway:"true"}},{ar:{_desired:"arq",_distance:"10",_oneway:"true"}},{ar:{_desired:"ars",_distance:"10",_oneway:"true"}},{ar:{_desired:"ary",_distance:"10",_oneway:"true"}},{ar:{_desired:"arz",_distance:"10",_oneway:"true"}},{ar:{_desired:"auz",_distance:"10",_oneway:"true"}},{ar:{_desired:"avl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayh",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayn",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayp",_distance:"10",_oneway:"true"}},{ar:{_desired:"bbz",_distance:"10",_oneway:"true"}},{ar:{_desired:"pga",_distance:"10",_oneway:"true"}},{ar:{_desired:"shu",_distance:"10",_oneway:"true"}},{ar:{_desired:"ssh",_distance:"10",_oneway:"true"}},{az:{_desired:"azb",_distance:"10",_oneway:"true"}},{et:{_desired:"vro",_distance:"10",_oneway:"true"}},{ff:{_desired:"ffm",_distance:"10",_oneway:"true"}},{ff:{_desired:"fub",_distance:"10",_oneway:"true"}},{ff:{_desired:"fue",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuf",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuh",_distance:"10",_oneway:"true"}},{ff:{_desired:"fui",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuq",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuv",_distance:"10",_oneway:"true"}},{gn:{_desired:"gnw",_distance:"10",_oneway:"true"}},{gn:{_desired:"gui",_distance:"10",_oneway:"true"}},{gn:{_desired:"gun",_distance:"10",_oneway:"true"}},{gn:{_desired:"nhd",_distance:"10",_oneway:"true"}},{iu:{_desired:"ikt",_distance:"10",_oneway:"true"}},{kln:{_desired:"enb",_distance:"10",_oneway:"true"}},{kln:{_desired:"eyo",_distance:"10",_oneway:"true"}},{kln:{_desired:"niq",_distance:"10",_oneway:"true"}},{kln:{_desired:"oki",_distance:"10",_oneway:"true"}},{kln:{_desired:"pko",_distance:"10",_oneway:"true"}},{kln:{_desired:"sgc",_distance:"10",_oneway:"true"}},{kln:{_desired:"tec",_distance:"10",_oneway:"true"}},{kln:{_desired:"tuy",_distance:"10",_oneway:"true"}},{kok:{_desired:"gom",_distance:"10",_oneway:"true"}},{kpe:{_desired:"gkp",_distance:"10",_oneway:"true"}},{luy:{_desired:"ida",_distance:"10",_oneway:"true"}},{luy:{_desired:"lkb",_distance:"10",_oneway:"true"}},{luy:{_desired:"lko",_distance:"10",_oneway:"true"}},{luy:{_desired:"lks",_distance:"10",_oneway:"true"}},{luy:{_desired:"lri",_distance:"10",_oneway:"true"}},{luy:{_desired:"lrm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lsm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lto",_distance:"10",_oneway:"true"}},{luy:{_desired:"lts",_distance:"10",_oneway:"true"}},{luy:{_desired:"lwg",_distance:"10",_oneway:"true"}},{luy:{_desired:"nle",_distance:"10",_oneway:"true"}},{luy:{_desired:"nyd",_distance:"10",_oneway:"true"}},{luy:{_desired:"rag",_distance:"10",_oneway:"true"}},{lv:{_desired:"ltg",_distance:"10",_oneway:"true"}},{mg:{_desired:"bhr",_distance:"10",_oneway:"true"}},{mg:{_desired:"bjq",_distance:"10",_oneway:"true"}},{mg:{_desired:"bmm",_distance:"10",_oneway:"true"}},{mg:{_desired:"bzc",_distance:"10",_oneway:"true"}},{mg:{_desired:"msh",_distance:"10",_oneway:"true"}},{mg:{_desired:"skg",_distance:"10",_oneway:"true"}},{mg:{_desired:"tdx",_distance:"10",_oneway:"true"}},{mg:{_desired:"tkg",_distance:"10",_oneway:"true"}},{mg:{_desired:"txy",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmv",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmw",_distance:"10",_oneway:"true"}},{mn:{_desired:"mvf",_distance:"10",_oneway:"true"}},{ms:{_desired:"bjn",_distance:"10",_oneway:"true"}},{ms:{_desired:"btj",_distance:"10",_oneway:"true"}},{ms:{_desired:"bve",_distance:"10",_oneway:"true"}},{ms:{_desired:"bvu",_distance:"10",_oneway:"true"}},{ms:{_desired:"coa",_distance:"10",_oneway:"true"}},{ms:{_desired:"dup",_distance:"10",_oneway:"true"}},{ms:{_desired:"hji",_distance:"10",_oneway:"true"}},{ms:{_desired:"id",_distance:"10",_oneway:"true"}},{ms:{_desired:"jak",_distance:"10",_oneway:"true"}},{ms:{_desired:"jax",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvb",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvr",_distance:"10",_oneway:"true"}},{ms:{_desired:"kxd",_distance:"10",_oneway:"true"}},{ms:{_desired:"lce",_distance:"10",_oneway:"true"}},{ms:{_desired:"lcf",_distance:"10",_oneway:"true"}},{ms:{_desired:"liw",_distance:"10",_oneway:"true"}},{ms:{_desired:"max",_distance:"10",_oneway:"true"}},{ms:{_desired:"meo",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfa",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfb",_distance:"10",_oneway:"true"}},{ms:{_desired:"min",_distance:"10",_oneway:"true"}},{ms:{_desired:"mqg",_distance:"10",_oneway:"true"}},{ms:{_desired:"msi",_distance:"10",_oneway:"true"}},{ms:{_desired:"mui",_distance:"10",_oneway:"true"}},{ms:{_desired:"orn",_distance:"10",_oneway:"true"}},{ms:{_desired:"ors",_distance:"10",_oneway:"true"}},{ms:{_desired:"pel",_distance:"10",_oneway:"true"}},{ms:{_desired:"pse",_distance:"10",_oneway:"true"}},{ms:{_desired:"tmw",_distance:"10",_oneway:"true"}},{ms:{_desired:"urk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkt",_distance:"10",_oneway:"true"}},{ms:{_desired:"xmm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zlm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zmi",_distance:"10",_oneway:"true"}},{ne:{_desired:"dty",_distance:"10",_oneway:"true"}},{om:{_desired:"gax",_distance:"10",_oneway:"true"}},{om:{_desired:"hae",_distance:"10",_oneway:"true"}},{om:{_desired:"orc",_distance:"10",_oneway:"true"}},{or:{_desired:"spv",_distance:"10",_oneway:"true"}},{ps:{_desired:"pbt",_distance:"10",_oneway:"true"}},{ps:{_desired:"pst",_distance:"10",_oneway:"true"}},{qu:{_desired:"qub",_distance:"10",_oneway:"true"}},{qu:{_desired:"qud",_distance:"10",_oneway:"true"}},{qu:{_desired:"quf",_distance:"10",_oneway:"true"}},{qu:{_desired:"qug",_distance:"10",_oneway:"true"}},{qu:{_desired:"quh",_distance:"10",_oneway:"true"}},{qu:{_desired:"quk",_distance:"10",_oneway:"true"}},{qu:{_desired:"qul",_distance:"10",_oneway:"true"}},{qu:{_desired:"qup",_distance:"10",_oneway:"true"}},{qu:{_desired:"qur",_distance:"10",_oneway:"true"}},{qu:{_desired:"qus",_distance:"10",_oneway:"true"}},{qu:{_desired:"quw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qux",_distance:"10",_oneway:"true"}},{qu:{_desired:"quy",_distance:"10",_oneway:"true"}},{qu:{_desired:"qva",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qve",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvi",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvj",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvm",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvs",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvz",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qws",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxr",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxt",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxu",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxw",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdc",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdn",_distance:"10",_oneway:"true"}},{sc:{_desired:"sro",_distance:"10",_oneway:"true"}},{sq:{_desired:"aae",_distance:"10",_oneway:"true"}},{sq:{_desired:"aat",_distance:"10",_oneway:"true"}},{sq:{_desired:"aln",_distance:"10",_oneway:"true"}},{syr:{_desired:"aii",_distance:"10",_oneway:"true"}},{uz:{_desired:"uzs",_distance:"10",_oneway:"true"}},{yi:{_desired:"yih",_distance:"10",_oneway:"true"}},{zh:{_desired:"cdo",_distance:"10",_oneway:"true"}},{zh:{_desired:"cjy",_distance:"10",_oneway:"true"}},{zh:{_desired:"cpx",_distance:"10",_oneway:"true"}},{zh:{_desired:"czh",_distance:"10",_oneway:"true"}},{zh:{_desired:"czo",_distance:"10",_oneway:"true"}},{zh:{_desired:"gan",_distance:"10",_oneway:"true"}},{zh:{_desired:"hak",_distance:"10",_oneway:"true"}},{zh:{_desired:"hsn",_distance:"10",_oneway:"true"}},{zh:{_desired:"lzh",_distance:"10",_oneway:"true"}},{zh:{_desired:"mnp",_distance:"10",_oneway:"true"}},{zh:{_desired:"nan",_distance:"10",_oneway:"true"}},{zh:{_desired:"wuu",_distance:"10",_oneway:"true"}},{zh:{_desired:"yue",_distance:"10",_oneway:"true"}},{"*":{_desired:"*",_distance:"80"}},{"en-Latn":{_desired:"am-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"az-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"bn-Beng",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"bo-Tibt",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"hy-Armn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ka-Geor",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"km-Khmr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"kn-Knda",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"lo-Laoo",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ml-Mlym",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"my-Mymr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ne-Deva",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"or-Orya",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"pa-Guru",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ps-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"sd-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"si-Sinh",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ta-Taml",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"te-Telu",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ti-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"tk-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ur-Arab",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"uz-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"yi-Hebr",_distance:"10",_oneway:"true"}},{"sr-Cyrl":{_desired:"sr-Latn",_distance:"5"}},{"zh-Hans":{_desired:"za-Latn",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"zh-Hant":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"ar-Arab":{_desired:"ar-Latn",_distance:"20",_oneway:"true"}},{"bn-Beng":{_desired:"bn-Latn",_distance:"20",_oneway:"true"}},{"gu-Gujr":{_desired:"gu-Latn",_distance:"20",_oneway:"true"}},{"hi-Deva":{_desired:"hi-Latn",_distance:"20",_oneway:"true"}},{"kn-Knda":{_desired:"kn-Latn",_distance:"20",_oneway:"true"}},{"ml-Mlym":{_desired:"ml-Latn",_distance:"20",_oneway:"true"}},{"mr-Deva":{_desired:"mr-Latn",_distance:"20",_oneway:"true"}},{"ta-Taml":{_desired:"ta-Latn",_distance:"20",_oneway:"true"}},{"te-Telu":{_desired:"te-Latn",_distance:"20",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Latn",_distance:"20",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Latn",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hani",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hrkt",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hani",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hang",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"ko-Hang":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"*-*":{_desired:"*-*",_distance:"50"}},{"ar-*-$maghreb":{_desired:"ar-*-$maghreb",_distance:"4"}},{"ar-*-$!maghreb":{_desired:"ar-*-$!maghreb",_distance:"4"}},{"ar-*-*":{_desired:"ar-*-*",_distance:"5"}},{"en-*-$enUS":{_desired:"en-*-$enUS",_distance:"4"}},{"en-*-GB":{_desired:"en-*-$!enUS",_distance:"3"}},{"en-*-$!enUS":{_desired:"en-*-$!enUS",_distance:"4"}},{"en-*-*":{_desired:"en-*-*",_distance:"5"}},{"es-*-$americas":{_desired:"es-*-$americas",_distance:"4"}},{"es-*-$!americas":{_desired:"es-*-$!americas",_distance:"4"}},{"es-*-*":{_desired:"es-*-*",_distance:"5"}},{"pt-*-$americas":{_desired:"pt-*-$americas",_distance:"4"}},{"pt-*-$!americas":{_desired:"pt-*-$!americas",_distance:"4"}},{"pt-*-*":{_desired:"pt-*-*",_distance:"5"}},{"zh-Hant-$cnsar":{_desired:"zh-Hant-$cnsar",_distance:"4"}},{"zh-Hant-$!cnsar":{_desired:"zh-Hant-$!cnsar",_distance:"4"}},{"zh-Hant-*":{_desired:"zh-Hant-*",_distance:"5"}},{"*-*-*":{_desired:"*-*-*",_distance:"4"}}]}}},o={"001":["001","001-status-grouping","002","005","009","011","013","014","015","017","018","019","021","029","030","034","035","039","053","054","057","061","142","143","145","150","151","154","155","AC","AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CP","CQ","CR","CU","CV","CW","CX","CY","CZ","DE","DG","DJ","DK","DM","DO","DZ","EA","EC","EE","EG","EH","ER","ES","ET","EU","EZ","FI","FJ","FK","FM","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","IC","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","QO","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TA","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","UN","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"],"002":["002","002-status-grouping","011","014","015","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EA","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","IC","IO","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"],"003":["003","013","021","029","AG","AI","AW","BB","BL","BM","BQ","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"],"005":["005","AR","BO","BR","BV","CL","CO","EC","FK","GF","GS","GY","PE","PY","SR","UY","VE"],"009":["009","053","054","057","061","AC","AQ","AS","AU","CC","CK","CP","CX","DG","FJ","FM","GU","HM","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","QO","SB","TA","TK","TO","TV","UM","VU","WF","WS"],"011":["011","BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"],"013":["013","BZ","CR","GT","HN","MX","NI","PA","SV"],"014":["014","BI","DJ","ER","ET","IO","KE","KM","MG","MU","MW","MZ","RE","RW","SC","SO","SS","TF","TZ","UG","YT","ZM","ZW"],"015":["015","DZ","EA","EG","EH","IC","LY","MA","SD","TN"],"017":["017","AO","CD","CF","CG","CM","GA","GQ","ST","TD"],"018":["018","BW","LS","NA","SZ","ZA"],"019":["003","005","013","019","019-status-grouping","021","029","419","AG","AI","AR","AW","BB","BL","BM","BO","BQ","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"],"021":["021","BM","CA","GL","PM","US"],"029":["029","AG","AI","AW","BB","BL","BQ","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"],"030":["030","CN","HK","JP","KP","KR","MN","MO","TW"],"034":["034","AF","BD","BT","IN","IR","LK","MV","NP","PK"],"035":["035","BN","ID","KH","LA","MM","MY","PH","SG","TH","TL","VN"],"039":["039","AD","AL","BA","ES","GI","GR","HR","IT","ME","MK","MT","PT","RS","SI","SM","VA","XK"],"053":["053","AU","CC","CX","HM","NF","NZ"],"054":["054","FJ","NC","PG","SB","VU"],"057":["057","FM","GU","KI","MH","MP","NR","PW","UM"],"061":["061","AS","CK","NU","PF","PN","TK","TO","TV","WF","WS"],142:["030","034","035","142","143","145","AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","HK","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MO","MV","MY","NP","OM","PH","PK","PS","QA","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"],143:["143","KG","KZ","TJ","TM","UZ"],145:["145","AE","AM","AZ","BH","CY","GE","IL","IQ","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"],150:["039","150","151","154","155","AD","AL","AT","AX","BA","BE","BG","BY","CH","CQ","CZ","DE","DK","EE","ES","FI","FO","FR","GB","GG","GI","GR","HR","HU","IE","IM","IS","IT","JE","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SJ","SK","SM","UA","VA","XK"],151:["151","BG","BY","CZ","HU","MD","PL","RO","RU","SK","UA"],154:["154","AX","CQ","DK","EE","FI","FO","GB","GG","IE","IM","IS","JE","LT","LV","NO","SE","SJ"],155:["155","AT","BE","CH","DE","FR","LI","LU","MC","NL"],202:["011","014","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","IO","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TZ","UG","YT","ZA","ZM","ZW"],419:["005","013","029","419","AG","AI","AR","AW","BB","BL","BO","BQ","BR","BS","BV","BZ","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SR","SV","SX","TC","TT","UY","VC","VE","VG","VI"],EU:["AT","BE","BG","CY","CZ","DE","DK","EE","ES","EU","FI","FR","GR","HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO","SE","SI","SK"],EZ:["AT","BE","CY","DE","EE","ES","EZ","FI","FR","GR","IE","IT","LT","LU","LV","MT","NL","PT","SI","SK"],QO:["AC","AQ","CP","DG","QO","TA"],UN:["AD","AE","AF","AG","AL","AM","AO","AR","AT","AU","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BN","BO","BR","BS","BT","BW","BY","BZ","CA","CD","CF","CG","CH","CI","CL","CM","CN","CO","CR","CU","CV","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","ER","ES","ET","FI","FJ","FM","FR","GA","GB","GD","GE","GH","GM","GN","GQ","GR","GT","GW","GY","HN","HR","HT","HU","ID","IE","IL","IN","IQ","IR","IS","IT","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MH","MK","ML","MM","MN","MR","MT","MU","MV","MW","MX","MY","MZ","NA","NE","NG","NI","NL","NO","NP","NR","NZ","OM","PA","PE","PG","PH","PK","PL","PT","PW","PY","QA","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SI","SK","SL","SM","SN","SO","SR","SS","ST","SV","SY","SZ","TD","TG","TH","TJ","TL","TM","TN","TO","TR","TT","TV","TZ","UA","UG","UN","US","UY","UZ","VC","VE","VN","VU","WS","YE","ZA","ZM","ZW"]},s=/-u(?:-[0-9a-z]{2,8})+/gi;function u(e,t,r){if(void 0===r&&(r=Error),!e)throw new r(t)}function l(e,t,r){var n=t.split("-"),a=n[0],s=n[1],u=n[2],l=!0;if(u&&"$"===u[0]){var c="!"!==u[1],d=(c?r[u.slice(1)]:r[u.slice(2)]).map(function(e){return o[e]||[e]}).reduce(function(e,t){return(0,i.__spreadArray)((0,i.__spreadArray)([],e,!0),t,!0)},[]);l&&(l=d.indexOf(e.region||"")>-1==c)}else l&&(l=!e.region||"*"===u||u===e.region);return l&&(l=!e.script||"*"===s||s===e.script),l&&(l=!e.language||"*"===a||a===e.language),l}function c(e){return[e.language,e.script,e.region].filter(Boolean).join("-")}function d(e,t,r){for(var n=0,i=r.matches;n<i.length;n++){var a=i[n],o=l(e,a.desired,r.matchVariables)&&l(t,a.supported,r.matchVariables);if(a.oneway||o||(o=l(e,a.supported,r.matchVariables)&&l(t,a.desired,r.matchVariables)),o){var s=10*a.distance;if(r.paradigmLocales.indexOf(c(e))>-1!=r.paradigmLocales.indexOf(c(t))>-1)return s-1;return s}}throw Error("No matching distance found")}function f(e){return Intl.getCanonicalLocales(e)[0]}function h(e,t){for(var r=t;;){if(e.indexOf(r)>-1)return r;var n=r.lastIndexOf("-");if(!~n)return;n>=2&&"-"===r[n-2]&&(n-=2),r=r.slice(0,n)}}function p(e,t,r,o,l,c){"lookup"===r.localeMatcher?m=function(e,t,r){for(var n={locale:""},i=0;i<t.length;i++){var a=t[i],o=a.replace(s,""),u=h(e,o);if(u)return n.locale=u,a!==o&&(n.extension=a.slice(o.length,a.length)),n}return n.locale=r(),n}(Array.from(e),t,c):(g=Array.from(e),b=[],w=t.reduce(function(e,t){var r=t.replace(s,"");return b.push(r),e[r]=t,e},{}),(void 0===E&&(E=838),T=1/0,S={matchedDesiredLocale:"",distances:{}},b.forEach(function(e,t){S.distances[e]||(S.distances[e]={}),g.forEach(function(r){var o,s,u,l,c,f,h=(o=new Intl.Locale(e).maximize(),s=new Intl.Locale(r).maximize(),u={language:o.language,script:o.script||"",region:o.region||""},l={language:s.language,script:s.script||"",region:s.region||""},c=0,f=function(){var e,t;if(!n){var r=null==(t=null==(e=a.supplemental.languageMatching["written-new"][0])?void 0:e.paradigmLocales)?void 0:t._locales.split(" "),o=a.supplemental.languageMatching["written-new"].slice(1,5);n={matches:a.supplemental.languageMatching["written-new"].slice(5).map(function(e){var t=Object.keys(e)[0],r=e[t];return{supported:t,desired:r._desired,distance:+r._distance,oneway:"true"===r.oneway}},{}),matchVariables:o.reduce(function(e,t){var r=Object.keys(t)[0],n=t[r];return e[r.slice(1)]=n._value.split("+"),e},{}),paradigmLocales:(0,i.__spreadArray)((0,i.__spreadArray)([],r,!0),r.map(function(e){return new Intl.Locale(e.replace(/_/g,"-")).maximize().toString()}),!0)}}return n}(),u.language!==l.language&&(c+=d({language:o.language,script:"",region:""},{language:s.language,script:"",region:""},f)),u.script!==l.script&&(c+=d({language:o.language,script:u.script,region:""},{language:s.language,script:l.script,region:""},f)),u.region!==l.region&&(c+=d(u,l,f)),c+0+40*t);S.distances[e][r]=h,h<T&&(T=h,S.matchedDesiredLocale=e,S.matchedSupportedLocale=r)})}),T>=E&&(S.matchedDesiredLocale=void 0,S.matchedSupportedLocale=void 0),k=S).matchedSupportedLocale&&k.matchedDesiredLocale&&(v=k.matchedSupportedLocale,_=w[k.matchedDesiredLocale].slice(k.matchedDesiredLocale.length)||void 0),m=v?{locale:v,extension:_}:{locale:c()}),null==m&&(m={locale:c(),extension:""});var p,m,y,g,v,_,b,w,E,T,S,k,x=m.locale,A=l[x],D={locale:"en",dataLocale:x};y=m.extension?function(e){u(e===e.toLowerCase(),"Expected extension to be lowercase"),u("-u-"===e.slice(0,3),"Expected extension to be a Unicode locale extension");for(var t,r=[],n=[],i=e.length,a=3;a<i;){var o=e.indexOf("-",a),s=void 0;s=-1===o?i-a:o-a;var l=e.slice(a,a+s);u(s>=2,"Expected a subtag to have at least 2 characters"),void 0===t&&2!=s?-1===r.indexOf(l)&&r.push(l):2===s?(t={key:l,value:""},void 0===n.find(function(e){return e.key===(null==t?void 0:t.key)})&&n.push(t)):(null==t?void 0:t.value)===""?t.value=l:(u(void 0!==t,"Expected keyword to be defined"),t.value+="-"+l),a+=s+1}return{attributes:r,keywords:n}}(m.extension).keywords:[];for(var O=[],N=function(e){var t,n,i=null!=(p=null==A?void 0:A[e])?p:[];u(Array.isArray(i),"keyLocaleData for ".concat(e," must be an array"));var a=i[0];u(void 0===a||"string"==typeof a,"value must be a string or undefined");var o=void 0,s=y.find(function(t){return t.key===e});if(s){var l=s.value;""!==l?i.indexOf(l)>-1&&(o={key:e,value:a=l}):i.indexOf("true")>-1&&(o={key:e,value:a="true"})}var c=r[e];u(null==c||"string"==typeof c,"optionsValue must be a string or undefined"),"string"==typeof c&&(t=e.toLowerCase(),n=c.toLowerCase(),u(void 0!==t,"ukey must be defined"),""===(c=n)&&(c="true")),c!==a&&i.indexOf(c)>-1&&(a=c,o=void 0),o&&O.push(o),D[e]=a},C=0;C<o.length;C++)N(o[C]);var I=[];return O.length>0&&(x=function(e,t,r){u(-1===e.indexOf("-u-"),"Expected locale to not have a Unicode locale extension");for(var n,i="-u",a=0;a<t.length;a++){var o=t[a];i+="-".concat(o)}for(var s=0;s<r.length;s++){var l=r[s],c=l.key,d=l.value;i+="-".concat(c),""!==d&&(i+="-".concat(d))}if("-u"===i)return f(e);var h=e.indexOf("-x-");return f(-1===h?e+i:e.slice(0,h)+i+e.slice(h))}(x,[],O)),D.locale=x,D}function m(e,t){for(var r=[],n=0;n<t.length;n++){var i=h(e,t[n].replace(s,""));i&&r.push(i)}return r}function y(e,t,r,n){return p(t,Intl.getCanonicalLocales(e),{localeMatcher:(null==n?void 0:n.algorithm)||"best fit"},[],{},function(){return r}).locale}},83829:(e,t)=>{"use strict";function r(e){var t;let{config:r,src:n,width:i,quality:a}=e,o=a||(null==(t=r.qualities)?void 0:t.reduce((e,t)=>Math.abs(t-75)<Math.abs(e-75)?t:e))||75;return r.path+"?url="+encodeURIComponent(n)+"&w="+i+"&q="+o+(n.startsWith("/_next/static/media/"),"")}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n}}),r.__next_img_default=!0;let n=r},83933:(e,t,r)=>{"use strict";r.d(t,{F3:()=>h,GT:()=>f,J9:()=>u,JF:()=>l,MT:()=>c,V1:()=>s});var n=r(4902),i=r(98149),a=r(53279),o=r(56186);function s(e,t,r){if(void 0===r&&(r=Error),!e)throw new r(t)}function u(e,t,r){return void 0===r&&(r={}),t.reduce(function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t},{})}var l={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function c(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function d(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function f(e){void 0===e&&(e=c());var t=Intl.RelativeTimeFormat,r=Intl.ListFormat,o=Intl.DisplayNames,s=(0,i.B)(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.DateTimeFormat).bind.apply(e,(0,n.__spreadArray)([void 0],t,!1)))},{cache:d(e.dateTime),strategy:i.W.variadic}),u=(0,i.B)(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,(0,n.__spreadArray)([void 0],t,!1)))},{cache:d(e.number),strategy:i.W.variadic}),l=(0,i.B)(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.PluralRules).bind.apply(e,(0,n.__spreadArray)([void 0],t,!1)))},{cache:d(e.pluralRules),strategy:i.W.variadic});return{getDateTimeFormat:s,getNumberFormat:u,getMessageFormat:(0,i.B)(function(e,t,r,i){return new a.S(e,t,r,(0,n.__assign)({formatters:{getNumberFormat:u,getDateTimeFormat:s,getPluralRules:l}},i||{}))},{cache:d(e.message),strategy:i.W.variadic}),getRelativeTimeFormat:(0,i.B)(function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return new(t.bind.apply(t,(0,n.__spreadArray)([void 0],e,!1)))},{cache:d(e.relativeTime),strategy:i.W.variadic}),getPluralRules:l,getListFormat:(0,i.B)(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return new(r.bind.apply(r,(0,n.__spreadArray)([void 0],e,!1)))},{cache:d(e.list),strategy:i.W.variadic}),getDisplayNames:(0,i.B)(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return new(o.bind.apply(o,(0,n.__spreadArray)([void 0],e,!1)))},{cache:d(e.displayNames),strategy:i.W.variadic})}}function h(e,t,r,n){var i,a=e&&e[t];if(a&&(i=a[r]),i)return i;n(new o.OC("No ".concat(t," format named: ").concat(r)))}},84915:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getImgProps",{enumerable:!0,get:function(){return u}}),r(60546);let n=r(45284),i=r(26904),a=["-moz-initial","fill","none","scale-down",void 0];function o(e){return void 0!==e.default}function s(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function u(e,t){var r,u;let l,c,d,{src:f,sizes:h,unoptimized:p=!1,priority:m=!1,loading:y,className:g,quality:v,width:_,height:b,fill:w=!1,style:E,overrideSrc:T,onLoad:S,onLoadingComplete:k,placeholder:x="empty",blurDataURL:A,fetchPriority:D,decoding:O="async",layout:N,objectFit:C,objectPosition:I,lazyBoundary:P,lazyRoot:M,...L}=e,{imgConf:R,showAltText:F,blurComplete:j,defaultLoader:B}=t,U=R||i.imageConfigDefault;if("allSizes"in U)l=U;else{let e=[...U.deviceSizes,...U.imageSizes].sort((e,t)=>e-t),t=U.deviceSizes.sort((e,t)=>e-t),n=null==(r=U.qualities)?void 0:r.sort((e,t)=>e-t);l={...U,allSizes:e,deviceSizes:t,qualities:n}}if(void 0===B)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let q=L.loader||B;delete L.loader,delete L.srcSet;let V="__next_img_default"in q;if(V){if("custom"===l.loader)throw Object.defineProperty(Error('Image with src "'+f+'" is missing "loader" prop.\nRead more: https://nextjs.org/docs/messages/next-image-missing-loader'),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=q;q=t=>{let{config:r,...n}=t;return e(n)}}if(N){"fill"===N&&(w=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[N];e&&(E={...E,...e});let t={responsive:"100vw",fill:"100vw"}[N];t&&!h&&(h=t)}let H="",G=s(_),z=s(b);if((u=f)&&"object"==typeof u&&(o(u)||void 0!==u.src)){let e=o(f)?f.default:f;if(!e.src)throw Object.defineProperty(Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received "+JSON.stringify(e)),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!e.height||!e.width)throw Object.defineProperty(Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received "+JSON.stringify(e)),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(c=e.blurWidth,d=e.blurHeight,A=A||e.blurDataURL,H=e.src,!w)if(G||z){if(G&&!z){let t=G/e.width;z=Math.round(e.height*t)}else if(!G&&z){let t=z/e.height;G=Math.round(e.width*t)}}else G=e.width,z=e.height}let Q=!m&&("lazy"===y||void 0===y);(!(f="string"==typeof f?f:H)||f.startsWith("data:")||f.startsWith("blob:"))&&(p=!0,Q=!1),l.unoptimized&&(p=!0),V&&!l.dangerouslyAllowSVG&&f.split("?",1)[0].endsWith(".svg")&&(p=!0);let K=s(v),W=Object.assign(w?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:C,objectPosition:I}:{},F?{}:{color:"transparent"},E),Z=j||"empty"===x?null:"blur"===x?'url("data:image/svg+xml;charset=utf-8,'+(0,n.getImageBlurSvg)({widthInt:G,heightInt:z,blurWidth:c,blurHeight:d,blurDataURL:A||"",objectFit:W.objectFit})+'")':'url("'+x+'")',Y=a.includes(W.objectFit)?"fill"===W.objectFit?"100% 100%":"cover":W.objectFit,$=Z?{backgroundSize:Y,backgroundPosition:W.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:Z}:{},J=function(e){let{config:t,src:r,unoptimized:n,width:i,quality:a,sizes:o,loader:s}=e;if(n)return{src:r,srcSet:void 0,sizes:void 0};let{widths:u,kind:l}=function(e,t,r){let{deviceSizes:n,allSizes:i}=e;if(r){let e=/(^|\s)(1?\d?\d)vw/g,t=[];for(let n;n=e.exec(r);)t.push(parseInt(n[2]));if(t.length){let e=.01*Math.min(...t);return{widths:i.filter(t=>t>=n[0]*e),kind:"w"}}return{widths:i,kind:"w"}}return"number"!=typeof t?{widths:n,kind:"w"}:{widths:[...new Set([t,2*t].map(e=>i.find(t=>t>=e)||i[i.length-1]))],kind:"x"}}(t,i,o),c=u.length-1;return{sizes:o||"w"!==l?o:"100vw",srcSet:u.map((e,n)=>s({config:t,src:r,quality:a,width:e})+" "+("w"===l?e:n+1)+l).join(", "),src:s({config:t,src:r,quality:a,width:u[c]})}}({config:l,src:f,unoptimized:p,width:G,quality:K,sizes:h,loader:q});return{props:{...L,loading:Q?"lazy":y,fetchPriority:D,width:G,height:z,decoding:O,className:g,style:{...W,...$},sizes:J.sizes,srcSet:J.srcSet,src:T||J.src},meta:{unoptimized:p,priority:m,placeholder:x,fill:w}}}},84918:(e,t,r)=>{"use strict";r.d(t,{r:()=>n});var n="3.13.8"},86158:(e,t,r)=>{"use strict";var n;r.d(t,{Ll:()=>u,aD:()=>o,aZ:()=>i,cE:()=>n,ou:()=>a});class i{constructor(e,t,r){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=r}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}}class a{constructor(e,t,r,n,i,a){this.kind=e,this.start=t,this.end=r,this.line=n,this.column=i,this.value=a,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}}let o={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},s=new Set(Object.keys(o));function u(e){let t=null==e?void 0:e.kind;return"string"==typeof t&&s.has(t)}!function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"}(n||(n={}))},86962:(e,t,r)=>{"use strict";r.d(t,{bq:()=>a,wt:()=>o,sD:()=>i});var n=r(82505);function i(e,t){1;return!!t&&!!e&&e.contains(t)}let a=(e=document)=>{var t;1;return e.activeElement};function o(e){return 0,e.target}},87082:(e,t,r)=>{"use strict";r.d(t,{L:()=>a});var n=r(14232),i=r(70097);function a(){let[e]=(0,n.useState)(i.e);return(0,n.useEffect)(()=>()=>e.dispose(),[e]),e}},87159:(e,t,r)=>{"use strict";r.d(t,{c:()=>i});var n=r(14232);function i(e,t){return(0,n.useMemo)(()=>{var r;if(e.type)return e.type;let n=null!=(r=e.as)?r:"button";if("string"==typeof n&&"button"===n.toLowerCase()||(null==t?void 0:t.tagName)==="BUTTON"&&!t.hasAttribute("type"))return"button"},[e.type,e.as,t])}},87560:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PartitionRelativeTimePattern=function(e,t,r,o){var s=o.getInternalSlots;if((0,n.invariant)("Number"===(0,n.Type)(t),"value must be number, instead got ".concat(typeof t),TypeError),(0,n.invariant)("String"===(0,n.Type)(r),"unit must be number, instead got ".concat(typeof t),TypeError),isNaN(t)||!isFinite(t))throw RangeError("Invalid value ".concat(t));var u=(0,i.SingularRelativeTimeUnit)(r),l=s(e),c=l.fields,d=l.style,f=l.numeric,h=l.pluralRules,p=l.numberFormat,m=u;"short"===d?m="".concat(u,"-short"):"narrow"===d&&(m="".concat(u,"-narrow")),m in c||(m=u);var y=c[m];if("auto"===f&&(0,n.ToString)(t)in y)return[{type:"literal",value:y[(0,n.ToString)(t)]}];var g="future";((0,n.SameValue)(t,-0)||t<0)&&(g="past");var v=y[g],_="function"==typeof p.formatToParts?p.formatToParts(Math.abs(t)):[{type:"literal",value:p.format(Math.abs(t)),unit:r}],b=v[h.select(t)];return(0,a.MakePartsList)(b,u,_)};var n=r(77262),i=r(22249),a=r(8665)},88591:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});let n=r(14232).createContext({setModal:()=>{throw Error("No ModalContext/ModalWrapper ancestor found.")}})},89099:(e,t,r)=>{e.exports=r(48253)},89356:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GetOperands=function(e){(0,n.invariant)("string"==typeof e,"GetOperands should have been called with a string");var t,r,i,a,o,s=(0,n.ToNumber)(e);(0,n.invariant)(s.isFinite(),"n should be finite");var u=e.indexOf("."),l="";-1===u?(t=s,r=n.ZERO,i=0):(t=e.slice(0,u),l=e.slice(u,e.length),r=(0,n.ToNumber)(l),i=l.length);var c=(0,n.ToNumber)(t).abs();if(r.isZero())a=0,o=n.ZERO;else{var d=l.replace(/0+$/,"");a=d.length,o=(0,n.ToNumber)(d)}return{Number:s,IntegerDigits:c.toNumber(),NumberOfFractionDigits:i,NumberOfFractionDigitsWithoutTrailing:a,FractionDigits:r.toNumber(),FractionDigitsWithoutTrailing:o.toNumber()}};var n=r(77262)},90362:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var n=r(96427),i=r(79350),a=r(94038);function o(){let e=(0,n._)(["\n fragment UserFragment on User {\n _id\n lastBillingAddress {\n firstName\n lastName\n company\n addressLine\n addressLine2\n postalCode\n countryCode\n regionCode\n city\n }\n lastContact {\n emailAddress\n telNumber\n }\n lastLogin {\n countryCode\n locale\n remoteAddress\n remotePort\n timestamp\n userAgent\n }\n avatar {\n _id\n name\n size\n type\n url\n }\n allowedActions\n paymentCredentials {\n _id\n isValid\n isPreferred\n paymentProvider {\n _id\n type\n interface {\n _id\n label\n version\n }\n }\n }\n emails {\n verified\n address\n }\n web3Addresses {\n address\n nonce\n verified\n }\n webAuthnCredentials {\n _id\n created\n aaguid\n counter\n mdsMetadata {\n ...MD5MetaDataFragment\n }\n }\n profile {\n displayName\n phoneMobile\n gender\n address {\n firstName\n lastName\n company\n addressLine\n addressLine2\n postalCode\n countryCode\n regionCode\n city\n }\n birthday\n }\n username\n primaryEmail {\n verified\n address\n }\n isGuest\n isInitialPassword\n name\n roles\n tags\n deleted\n }\n ","\n"]);return o=function(){return e},e}let s=(0,i.J1)(o(),a.A)},90600:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.shouldPolyfill=function(e){if(void 0===e&&(e="en"),!("PluralRules"in Intl)||"one"===new Intl.PluralRules("en",{minimumFractionDigits:2}).select(1)||!function(e){if(!e)return!0;var t=Array.isArray(e)?e:[e];return Intl.PluralRules.supportedLocalesOf(t).length===t.length}(e))return e?(0,n.match)([e],i.supportedLocales,"en"):void 0};var n=r(83792),i=r(98394)},92815:(e,t,r)=>{"use strict";function n(e,t){for(var r=arguments.length,i=Array(r>2?r-2:0),a=2;a<r;a++)i[a-2]=arguments[a];if(e in t){let r=t[e];return"function"==typeof r?r(...i):r}let o=Error('Tried to handle "'.concat(e,'" but there is no handler defined. Only defined handlers are: ').concat(Object.keys(t).map(e=>'"'.concat(e,'"')).join(", "),"."));throw Error.captureStackTrace&&Error.captureStackTrace(o,n),o}r.d(t,{Y:()=>n})},93171:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(14232),i=r(46740);let a=()=>(0,n.useContext)(i.A)},93431:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>tO});var n,i=r(37876),a=r(4902),o=r(17318),s=r(60427),u=r(94852),l=function(e){var t=e.client,r=e.children,n=(0,u.l)(),i=s.useContext(n),l=s.useMemo(function(){return(0,a.__assign)((0,a.__assign)({},i),{client:t||i.client})},[i,t]);return(0,o.V1)(l.client,55),s.createElement(n.Provider,{value:l},r)},c=r(4361),d=r.n(c),f=r(89099),h=r(4301),p=r(14232),m=r(48143);r(53021);let y={en:JSON.parse('{"EW1jgi":"default_input_name","account":"Account","account_notice":"This information will be displayed publicly so be careful what you share.","account_status":"Account status","activate":"Activate","activate_assortment_description":"Will be visible on search","activate_button":"Activate","activate_header_conformation":"Are you sure you want to this subscription?","activate_header_title":"Activate subscription.","activated":"Activated","active":"Active","activities":"Activities","adapter":"Adapter","add":"Add","add_assortment":"Add Assortment","add_country":"Add Country","add_currency":"Add Currency","add_email":"Add email","add_filter_option":"Add option","add_language":"Add Language","add_option":"Add option","add_product":"Add product","add_review":"Add Review","add_tag":"Add tag","add_web3_address":"Add address","add_web_auth":"Add WebAuth","add_work":"Add Work","added_date":"<b>Created :</b> {created}","address":"Address","address2":"Address 2","address_line_1":"Address line 1 (Street, House no)","address_line_2":"Address line 2","address_notice":"This information will be displayed publicly so be careful what you share.","admin_ui":"Admin UI","allocate_work":"Allocate Work","already_got_a_user":"Already got a user?","app_new_version_available":"A newer version of this web app is available, reload to update?","are_you_sure":"Are you sure?","assigned_products":"Assigned Products","assignments":"Assignments","assortment":"Assortment","assortment_activated":"Assortment activated successfully","assortment_added":"Assortment added successfully!","assortment_base":"Base","assortment_changed_to_leaf":"Assortment changed to leaf","assortment_changed_to_root":"Assortment changed to root","assortment_deactivated":"Assortment deactivated successfully","assortment_deleted_success":"Deleted successfully","assortment_detail_header":"Assortment detail <b>({id})</b>","assortment_detail_title":"Assortment {id}","assortment_filter_deleted":"Assortment filter deleted successfully","assortment_filter_form_description":"<ul> <li>Assign filters that will be applied for the assortment </li> </ul>","assortment_filter_list_description":"<ul> <li>All filters that are applied when searching for this assortment </li> <li> Drag and drop list items to sort filters order </li> </ul>","assortment_filters_form_header":"Filters","assortment_filters_header":"Assortment filters","assortment_link":"Link deleted successfully","assortment_link_form_description":"<ul> <li>Assign assortment that are direct child of this assortment </li> </ul>","assortment_link_form_header":"Child assortments","assortment_link_list_description":"<ul> <li>All assortments found on the assortment relation tree</li> <li> Drag and drop list items to sort assortment links </li> <li> Parents are assortments found in the ancestors tree on any level </li> <li> Descendants are assortments found in the children tree on any level </li> </ul>","assortment_links_header":"Assortment links","assortment_made_base":"Assortment changed to base","assortment_media":"Assortment Media","assortment_media_deleted":"Media deleted successfully","assortment_media_upload":"Media uploaded successfully","assortment_product_form_description":"<ul> <li>Products that belong to this assortment </li> </ul>","assortment_product_form_header":"Products","assortment_product_list_description":"<ul> <li>All products that belong to this assortment</li> <li> Drag and drop list items to sort products order </li> </ul>","assortment_products_header":"Assortment product","assortment_text_form_description":"<ul> <li>A Slug is the unique identifying part of a web address, typically at the end of the URL. </li> <li> You can change the language of text by using the localization dropdown found at top right corner </li> <li> Description area accepts text that are compatible with markdown or HTML format. Tip: in order to add a line break use \\\\ </li></ul>","assortments":"Assortments","assortments_list_header":"Assortments","availability":"Product Availability","avatar":"Avatar","base":"Base","baseUnit":"Base Unit","base_country":"Base","base_language":"Base","billing_address":"Billing address","billing_interval_unit":"Billing interval unit","billing_summary":"Billing Summary","billing_unit":"Billing Unit","birthday":"Birthday","brand":"Brand","browser":"Browser","bundle":"Bundle product","bundle_item_added":"Bundle product added successfully","bundle_item_deleted":"Bundle item deleted successfully","bundle_product_definition":"<h3>Bundle</h3> <p>As the name suggest this product type enables you to create a collection/bundle of products as one and set the price accordingly. This type of product is useful if you have christmas package for example. </p>","bundles":"Bundles","cancel":"Cancel","cart":"Cart","cart_detail_title":"Cart {id}","categories":"Categories","chain-id":"Chain ID {chainId}","chain-token-id":"Chain Token ID","change":"Change","change_password":"Change password","child_assortment":"Sub-Assortment","children":"Children:","city":"City","close":"Close","close_sidebar":"Close sidebar","code":"Code","commerce":"Commerce","company":"Company","configurable_product_definition":"<h3>Configurable</h3> <p>Configurable Product is used to organize varieties of a product. A product might have a variation in color, size or other distinct property in that case you can use a configurable product type to organize all the variation under one category and outline-solid there difference. </p>","configuration":"Configuration","configuration_error":"Configuration error","confirm_order":"Confirm order","confirm_order_alert_button":"Confirm","confirm_order_alert_header":"Confirm order?","confirm_order_alert_message":"This will mark order as confirmed","confirm_password":"Confirm password","connection_to_server_error":"Currently not connected to unchained engine, please check your connection to server and try again.","contact":"Contact","continue":"Continue","contract-address-label":"Contract Address","contract-standard":"Contract standard","contract_address":"Contract Address","copied":"Copied","copy_to_clipboard":"Copy to clipboard","countries":"Countries","country":"Country","country_added":"Country added successfully!","country_code":"Country code","country_currency":"Currency","country_deleted":"Country deleted successfully","country_exists":"Country with the same ISO code already exists","country_updated":"Country updated successfully!","create_filter":"Create Filter","create_new_account":"Create new account?","create_provider":"Create provider","created":"Created","created_colon":"Created:","crossbase":"Crossbase","currencies":"Currencies","currencies_list_header":"Currencies","currency":"Currency","currency_added":"Currency added successfully!","currency_contract_address_description":"Contract address is optional and represents address of the 40 character long deployed token contract on the ethereum network.","currency_deleted":"Currency deleted successfully","currency_exists":"Currency with the same ISO code already exists","currency_updated":"Currency updated successfully!","current_password":"Current password","customer_reviews":"Customer Reviews","data":"Data","date":"Date","deactivate":"Deactivate","deactivate_assortment_description":"Will not be visible on search","deactivated":"Deactivated","decimals":"decimals","decreased":"Decreased by","decreased_by":"Increased by","default_currency":"Default currency","delete":"Delete","delete_assortment_confirmation":"This action might cause inconsistencies with other data that relates to it and it is nonreversible. Are you sure you want to delete this assortment?","delete_assortment_filter_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_assortment_link":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_assortment_media":"Delete media","delete_assortment_media_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this currency?","delete_bundle_item":"Delete item","delete_bundle_item_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this bundle item?","delete_country":"Delete country","delete_country_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this country?","delete_currency":"Delete currency","delete_currency_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this currency?","delete_delivery_provider":"Delete delivery provider","delete_delivery_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this delivery provider?","delete_email":"Delete email","delete_email_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this email?","delete_filter":"Delete filter","delete_filter_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this filter?","delete_filter_option":"Delete option","delete_filter_option_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this filter option?","delete_language":"Delete language","delete_language_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this language?","delete_link":"Delete link","delete_order":"Delete order","delete_order_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this order?","delete_paymentProvider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this Payment provider?","delete_payment_provider":"Delete payment provider","delete_payment_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this payment provider?","delete_product":"Delete Product","delete_product_assignment":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this assignment?","delete_product_confirmation":"This action might cause inconsistencies with other data that relates to it and it is nonreversible. Are you sure you want to delete this product?","delete_product_media":"Delete media","delete_product_media_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this media?","delete_product_variation":"Delete variation","delete_product_variation_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this variation?","delete_review":"Delete review","delete_review_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this review?","delete_variation_assignment":"Delete assignment","delete_variation_option":"Delete option","delete_variation_option_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this option?","delete_warehousing_provider":"Delete warehousing Provider","delete_warehousing_provider_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this warehousing provider?","delete_web3_address":"Delete address?","delete_web3_address_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this address?","delete_web_auth_credential":"Are you sure you want to unlink this device from your account?","delete_work":"Delete work","delete_work_confirmation":"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this work?","deleted":"Deleted","deleted_products":"Deleted products","deleted_text":"Deleted","delivered":"Delivered","deliveryProviders_deleted":"DeliveryProviders deleted successfully","delivery_provider":"Delivery Provider","delivery_provider_deleted":"Delivery provider deleted successfully","delivery_provider_title":"Delivery provider {id}","delivery_providers":"Delivery providers","delivery_providers_header":"Delivery providers","delivery_status":"Status","description":"Description","different_browser":"Visit this page from a browser that supports HTTPS requests to local HTTP endpoints, like Chrome or Firefox.","discount":"Discount","discount_amount":"Discount Amount","discount_information":"Discounts","discounts":"Discounts","displayName":"Display Name","display_as_graph":"Display as Graph","display_name":"Display name","dont_have_account":"Don\'t have an account yet?","draft":"Draft","draft_product_description":"Product will not be discoverable and can not be ordered","duration":"Duration","edit":"Edit","editor":"Editor","email":"Email","email_added":"Email added successfully!","email_address":"Email Address","email_address_not_exist":"Provided email does not exist","email_addresses":"Email addresses","email_already_exists_error":"Email already exists","email_deleted":"email {id} deleted successfully","email_exists_error":"Email already exists","email_verification_failed":"Email verification failed","email_verified_default":"All","email_verified_false":"Only unverified","email_verified_label":"E-Mail verified","email_verified_successfully":"Email Verified successfully","email_verified_true":"Only verified","end":"End","end_date":"End Date","endpoint":"endpoint","engine_version":"Engine version","enrollment":"enrollment","enrollment_detail":"Enrollment Detail","enrollment_detail_title":"Enrollment {id}","enrollment_error":"Failed sending email, please try again","enrollment_number":"Enrollment number","enrollment_success":"Email sent to the user successfully","enrollment_success_message":"Subscription activation email sent","enrollment_updated_successfully":"Enrollment saved successfully","enrollments":"Enrollments","enrollments_list_header":"Enrollments","error":"Error","error-loading-image-alt":"Error loading image","error-something-went-wrong":"Unable to complete the task successfully please try again","error_403":"403 unauthorized","error_404":"404 error","error_500":"500, unexpected error","error_commerce_quantity_null_required":"{label} should have one price with null /empty max quantity","error_contract_address":"Invalid contract address","error_country_code":"Invalid country code","error_currency_code":"Invalid currency code","error_date_after":"{label} must be after {dateToCompare}.","error_date_before":"{label} must be before {dateToCompare}.","error_email":"{label} must be a valid email address","error_invalid_date":"{label} is not a valid date","error_language_code":"Invalid language code","error_number_not_int":"Invalid value please provide integer value","error_phone_number_invalid":"Invalid phone number","error_required":"{label} is a required field","error_same_product_prices":"{label} can not be equal for a price with the same country and currency","error_server":"{details}","error_tag_required":"{label} you must provide at least one tag","error_text_area_required":"{label} is required","event":"Events","event_detail":"Event Detail","event_detail_title":"Event {id}","events_list_header":"Events","expired":"Expired","expires":"Expires","export":"Export","exporting":"Exporting","extended-fields":"Extended","extensions":"Extensions","fail_reorder":"Reordering failed, Try again!","fail_upload":"Media upload failed","failed_url":"Please check url on the endpoint","female":"Female","filer_options":"Filter options","filter":"Filter","filter_activated":"Filter activated!","filter_by_creation_date":"Filter by creation date","filter_by_type":"Filter by type","filter_created":"Filter created successfully!","filter_deactivated":"Filter deactivated!","filter_deleted":"Filter deleted successfully","filter_detail":"Filter Detail","filter_detail_title":"Filter {id}","filter_key":"Key","filter_key_already_exists":"Filter key already exists, please provide unique key","filter_option_added_success":"Filter option added successfully","filter_option_title":"Title","filter_option_value":"Value","filter_text_form_description":"<ul> <li>You can change the language of filter using the dropdown found at top right corner</li> </ul>","filter_type":"Filter Type","filters":"Filters","filters_list_header":"Filters","finished":"Finished","finished_at":"Finished: {time}","first_name":"First name","forget_password":"Forgot your password?","forgot_password_header_description":"Enter your email address below and we\'ll send you a link to reset your password!","from":"From","fullName":"FullName","full_name":"Full name","gender":"Gender","general_text":"Text","go-home":"Go back home","go_back_home":"Go back home","go_to_home":"Go to home","go_to_login":"Go to login","guest":"Guest","header_conformation":"This action is nonreversible, are you sure you want to change it to base?","header_title":"Assortment base change.","height":"Height (Millimeter)","home":"Home","id":"ID","image-not-found":"Image not found","image_not_available":"Image not available","import":"Import","import_duration":"Duration of import","in_active":"In-Active","in_cart":"In cart","in_valid":"InValid","inactive":"In-Active","include_drafts":"Include drafts","include_inactive":"Include inactive","include_leaf":"Include leafs","increased_by":"Increased by","initial":"Initial","input":"Input","interface":"Interface","internal_server_error":"500 Internal Server Error.","internal_server_error_message":"Sorry, It is not you, it is us. We are working on to fix this. .","invalid_credential_error":"Invalid credential, please try again","invalid_signature_length":"Invalid signature","invalid_url":"Invalid page url","invalidate-token":"Invalidate","invalidated":"Invalidated","ip":"IP Address","iso_code":"ISO code","item_quantity":"Quantity:","key":"Key","labels":"Labels","language":"Language","language_added":"Language added successfully!","language_deleted":"Language deleted successfully","language_exists":"Language with the same ISO code already exists","language_header":"Languages","language_updated":"Language updated successfully!","languages":"Languages","last_Name":"Last name","last_login":"Last Login:","last_updated":"Last Updated:","latest-reviews":"Latest Reviews","leaf":"Leaf","leaf_assortment_description":"Can be assigned as a child of another assortment","length_millimeter":"Length (Millimeter)","link_reorder":"Link reorder successfully","linked_assortment":"Linked assortment","links":"Links","load-more-reviews":"Load reviews","load_more":"Load more","loading":"Loading ...","log_in":"Log in","log_out":"Log out","logged_out":"Logged out","login_date_range":"Login Date Range","login_header":"Log in to your account","make-proposal-header":"Make quotation proposal","make_leaf":"Make leaf","make_root":"Make root","male":"Male","manage":"Manage","mark_as_base":"Mark as Base","mark_as_delivered":"Mark as delivered","mark_as_delivered_message":"This will change the order delivery status to delivered","mark_as_delivered_question":"Mark as delivered ?","mark_as_paid":"Mark as Paid","mark_as_paid_question":"This will change the order payment status as Paid.","mark_as_paid_question_header":"Mark as paid ?","max_quantity":"Max Quantity","media":"Media","media_subtitle":"Subtitle:","media_title":"Title:","media_updated":"Media updated","message":"message","method":"Method","mobile_phone":"Mobile phone","name":"Name","navision":"Navision","net_price":"Net Price","new_assortment_header":"New Assortment","new_assortments":"New Assortments","new_country_header":"New country","new_currency_header":"New currency","new_delivery_provider":"New delivery provider","new_filter_header":"New filter","new_filters":"New Filters","new_language_header":"New language","new_password":"New password","new_payment_provider_header":"New payment provider","new_product_header":"New product","new_products":"New Products","new_user_header":"New user","new_warehousing_provider_header":"New warehousing provider","next":"Next","no_data_message":"<p>No <span> {message} available</span> </p>","no_internet_access":"You aren\'t connected to a working internet connection","no_payload":"Payload","no_result_found":"No result found","no_tag":"No Tag","not-applicable":"N/A","not_access_message":"Sorry, The page you trying to access has restricted access.","not_base":"Mark as Base","not_found_message":"Sorry, we couldn’t find the page you’re looking for.","not_published":"Not published","ok":"Ok","open_sidebar":"Open sidebar","option":"Option","options":"Options","or_drag_and_drop":"or drag and drop","or_manually_enter_address":"Or enter address manually","order":"Order","order__marked_delivered":"Order marked as delivered successfully","order_confirmed_success":"Order confirmed successfully","order_date":"Order date","order_deleted":"Order deleted successfully","order_detail":"Order Detail","order_detail_title":"Order {id}","order_id":"Order","order_number":"Order #","order_paid":"Order payed successfully","order_payment_fees":"Fees","order_reject_success":"Order rejected successfully","order_total":"Order total","orders":"Orders","orders_list_header":"Orders","original_work_id":"Original Work Id","page_not_found":"Page not found.","paginated-data":"<p> Showing <span>{from}</span> to <span>{to}</span> of <span>{total}</span> results </p>","paid":"Paid","password":"Password","password_change_failed":"Password change failed, try again later","password_changed_success":"Password changed successfully.","password_identical":"Provided new password identical to previous password","password_mismatch":"Password fields don\'t match","password_success":"Password changed successfully.","pay":"PAY","payload":"Payload","payment_credentials":"Payment credentials","payment_detail_title":"Payment provider {id}","payment_provider":"Payment provider","payment_provider_deleted":"Payment provider deleted successfully","payment_providers":"Payment providers","payment_providers_header":"Payment providers","periods":"Periods","permission_missing":"You don\'t have the required permission","phone":"Phone","photo":"Photo","plan_product_definition":"<h3>Plan</h3> <p>Plan product is use when you have a product that is offered per subscription base. Since for this type of product the payment is usually recurring, you can adjust the interval of payment calculation. </p>","postal_code":"Postal/ZIP code","preferred":"Preferred","preview":"preview","previous":"Previous","price":"Price","priority":"Priority","process-quotation-submit":"Mark as processed","product":"Product","product-image":"Product image","product_added":"Product added successfully!","product_commerce_info":"One price list should have a max quantity field empty and no price should have the same max quantity along with currency and country specified","product_deleted":"Product deleted successfully","product_deleted_success":"Deleted successfully","product_detail_header":"Product detail <b>({id})</b>","product_detail_title":"Product {id}","product_drafted":"Drafted successfully","product_media":"Product Media","product_media_deleted":"Media deleted successfully","product_media_upload":"Media uploaded successfully","product_published":"Published successfully","product_quantity":"Quantity","product_review_added":"Review added successfully!","product_review_updated":"Review updated successfully!","product_subscription_form_description":"<ul><li> Information that will be used to calculate price of a subscription based product </li> <li>The price specified in commerce section will be used when calculating fees on each interval. </li> <li>Price will not be included for the specified trial period </li> </ul>","product_supply_form_description":"<ul><li> Information that will be used to identify dimensions of a product </li> </ul>","product_text_form_description":"<ul> <li>A Slug is the unique identifying part of a web address, typically at the end of the URL. </li> <li> You can change the language of text by using the localization dropdown found at top right corner </li> <li> Description area accepts text that are compatible with markdown or HTML. Tip: in order to add a line break use \\\\ </li> </ul>","product_title":"Product","product_type":"Product type","product_variation_added":"Product variation added successfully","product_variation_deleted":"Variation deleted successfully","product_variation_option_deleted":"Variation option deleted successfully","product_warehousing_form_description":"<ul><li> Information regarding product storage </li> </ul>","products":"Products","products_list_header":"Products","profile":"Profile","profile_notice":"This information will be displayed publicly so be careful what you share.","profile_updated":"Profile updated successfully!","provider_created_success":"Provider created successfully!","publish":"Publish","publish_product_description":"Product will be discoverable and can be ordered","published":"Published","published_date":"<b>Published :</b> {published}","purchased_products":"Purchased products","quantity":"Quantity","quotation":"quotation","quotation-context-input-label":"Quotation context","quotation-quoted-successfully":"Quoted successfully","quotation-rejection-successfully":"Quotation rejected successfully","quotation-verified-successfully":"Quotation verified successfully","quotation_detail":"Quotation Detail","quotation_detail_title":"Quotation {id}","quotation_list_header":"Quotations","quotation_number":"Quotation number","quotation_updated":"Quotation updated successfuly","quotations":"Quotations","recent_reviews":"Recent reviews","region":"Region","region_Code":"Region","register-with-web3":"Register","reject-quotation-quotation":"Reject quotation?","reject-quotation-submit":"Reject","reject_order":"Reject order","reject_order_alert_button":"Reject","reject_order_alert_header":"Reject order?","removed_assortments":"Removed Assortments","removed_filters":"Removed filters","reorder_original":"Reorder to original location","report-submit":"Submit","reports":"Reports","requested":"Requested","required-role-not-satisfied":"Current account does not have access, please log in with an account that have the required role. Contact system administrator for further information","reset_link_sent":"Password reset link sent to {email}","reset_password":"Reset password","reset_password_header_description":"Enter your new password and make sure you don\'t forget it this time.","reset_token_expired":"Token link invalid or has expired","reset_token_invalid_warning":"The reset token is either invalid or expired. Please use the last reset link sent in your email or start the process again by going to {link}","resolved_country":"Resolved country","resolved_language":"Resolved language","rest_password":"Reset password","result":"Result","retries":"Retries","retry":"Retry","retry-work":"Retry","review":"Review","review_data":"Review data","review_deleted":"Review deleted successfully","review_summary":"<div> Based on <cta> {total} </cta> reviews</div>","reviews":"Reviews","role_updated":"Role updated successfully!","roles":"Roles","root":"Root","root_assortment":"Root","root_assortment_description":"Can not be assigned as a child of another assortment","root_description":"This makes the assortment is a top level","root_node":"Root node","safari_does_not_support":"Safari does not support network requests from unchained admin on HTTPS to your local HTTP endpoint, so we cannot introspect your endpoint.","save":"Save","saved":"Saved","scheduled":"Scheduled","search":"Search","search_anything":"Search anything","search_product":"Search product","search_tag":"Search tag","select_options_toggle":"Change {type} status","select_role":"Select role","select_tab":"Select a tab","select_type":"Select type","send__enrollment_email_button":"Send enrollment Email","send_activation_email_confirm":"Are you sure you want to send email?","send_activation_email_header":"Send Email.","send_button":"Send","send_email_button":"Send Email","send_rest_link":"Send reset link","send_verification_mail":"Send verification mail","sequence":"Sequence","set_password":"Set password","shipping":"Shipping","shortcuts":"Shortcuts","show_carts":"Show carts","show_guests":"Show Guests","show_inactive":"Show Inactive","sign_address_header":"Sign address","sign_up":"Sign up","sign_up_header":"Create new account","signature_hash":"Signature hash","signature_not_match_error":"Signature does not match","simple_product_definition":"<h3>Simple</h3> <p>Simple product is the most commonly used type of product type. It accepts configuration values for price, dimension and warehousing. Most e-commerce product needs are satisfied by this type </p>","sku":"SKU","slug":"Slug","solr":"Solr","solutions":"There are a couple solutions:","ssl_certificate":"Set up an SSL certificate for your local endpoint.","star_reviews":"Star reviews","start":"Start","start_date":"Start date","started":"Started","started_at":"Started: {time}","status":"Status","submit":"Submit","subscription":"Subscription","subscription_message":"Subscription","subscription_product_type_not_valid":"Status of the product does not allow this operation","subscriptions":"Subscriptions","subtitle":"Subtitle","subtotal":"Subtotal","success_message":"Subscription successfully activated.","supply":"Supply","system":"System settings","system_information":"System Information","tags":"Tags","tags_updated":"Tags updated successfully","tax":"Tax","terminate_enrollment":"Terminate Enrollment","terminate_enrollment_confirmation":"Are you sure you want to terminate this subscription?","terminate_enrollment_error":"Failed when sending subscription activation email, please try again","terminate_enrollment_success":"Subscription terminated successfully","terminate_subscription":"Terminate subscription","text":"Text","texts":"Texts","thank_you_for_verifying":"Thank you for verifying your email address","time":"Time","title":"Title","title_not_found":"Title not found","to":"To","token":"Token","token-id":"Token ID {chainTokenId}","token-id-label":"Token ID","token-supply":"Supply","token_invalidation_date":"Invalidated","token_updated":"Token update successfully!","tokenized_product_text_form_description":"<b>Contract standards </b> <ol> <dt><b> ERC721 </b></dt> <dd> Buying multiple Products leads to multiple Tokens (make sure to set the tokenId to 0 to make it auto generate new id\'s) </dd> <dt> <b> ERC1155 </b></dt> <dd> Buying multiple Products leads to a new token with balance 3 of token with tokenId assigned </dd> <dt> <b> Contract address </b></dt> <dd> Address of a token on a given network </dd> </ol>","tokens":"Tokens","total":"Total","total_products":"Total products","total_records":"{total} records found","total_variable_category":"Total { categoryName }","trial":"Trial","trial_interval_unit":"Trial interval unit","trial_unit":"Trial Unit","try-again":"Try again","try_again":"try-again","type":"Type","type_colon":"Type:","unable_server":"Unable to reach server at {endpoint}","unauthorized_page":"forbidden","unchained":"Unchained Admin UI","unchained_logo":"Unchained Logo","update":"Update","update_configuration":"Update configuration","update_country":"Update Country","update_currency":"Update Currency","update_delivery_configuration":"Update delivery provider","update_filter":"Update filter","update_language":"Update Language","update_payment_provider_header":"Update payment provider","update_profile":"Update profile / address","update_review":"Update Review","update_role":"Update role","update_token":"Update token","update_warehousing_provider_header":"Update warehousing provider","updated_assortments":"Updated Assortments","updated_date":"<b>Updated :</b> {updated}","updated_filters":"Updated filters","updated_products":"Updated Products","upload":"Upload","upload_file":"Upload a file","usage_calculation_type":"Usage calculation type","use-another-account":"Use another account","use_another_verification_token":"Please resend another verification email and try to verify again","user":"User","user-activities":"Activity","user_avatar":"User avatar","user_detail_title":"User {id}","user_password_not_set":"User password not set","user_profile_created":"User profile created successfully!","username":"Username","username_exists_error":"Username is taken please provide another","username_or_email":"Username/Email","username_or_email_taken":"Username taken, Please provided different username","username_updated":"Username updated successfully!","users":"Users","users_list_header":"Users","users_setting_list_header":"User settings","valid":"Valid","value":"Value","variation":"Variation product","variation_option_added":"Variation option added successfully!","variation_option_updated":"Variation option updated successfully!","variations":"Variations","vat_suspect":"Vat Suspect","vendor":"Vendor","verification_sent_error":"Error occurred while sending verification email, please try again","verification_sent_success":"Verification email sent successfully","verification_token_expired":"Verification token expired","verification_web3_address":"Verify","verify-quotation-quotation":"Verify quotation?","verify-quotation-submit":"Verify","verify_email_token_invalid_error":"The email verification token is either invalid or expired. Please use the last reset link sent in your email or start the process again by going to {link}","view_all":"View all","wallet-address":"Wallet {walletAddress}","warehouse_detail_title":"Warehouse {id}","warehousing":"Warehousing","warehousing_provider":"Warehousing provider","warehousing_provider_deleted":"Warehousing provider deleted successfully","warehousing_providers_header":"Warehousing providers","warning":"Warning!","web3_address":"Web3 Address","web3_address_added":"Address added successfully!","web3_address_deleted":"Address deleted successfully","web3_address_signature_instruction":"<p>Copy the following nonce <b> ({nonce})</b> and past the signature on the space provided below </p>","web3_address_verify_link":"<p> Go to <a> etherscan </a> to verify address </p>","web3_addresses":"Web3 addresses","web3_verified_success":"Address verified successfully!","web_auth_credential_removed":"Credential removed successfully","web_auth_icon":"Auth icon","web_auth_username_required":"A username is required to use WebAuthn","web_authentication":"Web Authentication","weight_gram":"Weight (Gram)","welcome":"Welcome!","width":"Width (Millimeter)","work_added_success":"Work added successfully!","work_allocated_success":"Allocate work successfully!","work_created":"Created","work_deleted":"Work deleted successfully","work_detail":"Work Detail","work_detail_title":"Work {id}","work_finished":"Finished","work_management_setting_list_header":"Work Management Settings","work_original":"Original Work","work_priority":"Priority","work_queue":"Work queue","work_queue_header":"Work queue","work_retries":"Retries","work_scheduled":"Scheduled","work_started":"Started","work_status":"Work Status","work_type":"Work type","work_type_header":"Type","worker":"Worker","worker_dynamic":"{worker}"}')},g=e=>{var t;let r=(null==e||null==(t=e.split("-"))?void 0:t.shift())||"de";return({...y})[r]};r(69368),r(72539);var v=r(83933),_=r(37154),b=r(74769),w=r(53279),E=r(56186);function T(e,t){return Object.keys(e).reduce(function(r,n){return r[n]=(0,a.__assign)({timeZone:t},e[n]),r},{})}function S(e,t){return Object.keys((0,a.__assign)((0,a.__assign)({},e),t)).reduce(function(r,n){return r[n]=(0,a.__assign)((0,a.__assign)({},e[n]||{}),t[n]||{}),r},{})}function k(e,t){if(!t)return e;var r=w.S.formats;return(0,a.__assign)((0,a.__assign)((0,a.__assign)({},r),e),{date:S(T(r.date,t),T(e.date||{},t)),time:S(T(r.time,t),T(e.time||{},t))})}var x=function(e,t,r,n,i){var o=e.locale,s=e.formats,u=e.messages,l=e.defaultLocale,c=e.defaultFormats,d=e.fallbackOnEmptyString,f=e.onError,h=e.timeZone,p=e.defaultRichTextElements;void 0===r&&(r={id:""});var m=r.id,y=r.defaultMessage;(0,v.V1)(!!m,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.github.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.github.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.github.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var g=String(m),_=u&&Object.prototype.hasOwnProperty.call(u,g)&&u[g];if(Array.isArray(_)&&1===_.length&&_[0].type===b.ZE.literal)return _[0].value;if(!n&&_&&"string"==typeof _&&!p)return _.replace(/'\{(.*?)\}'/gi,"{$1}");if(n=(0,a.__assign)((0,a.__assign)({},p),n||{}),s=k(s,h),c=k(c,h),!_){if(!1===d&&""===_)return _;if((!y||o&&o.toLowerCase()!==l.toLowerCase())&&f(new E.sb(r,o)),y)try{var w=t.getMessageFormat(y,l,c,i);return w.format(n)}catch(e){return f(new E.Ho('Error formatting default message for: "'.concat(g,'", rendering default message verbatim'),o,r,e)),"string"==typeof y?y:g}return g}try{var w=t.getMessageFormat(_,o,s,(0,a.__assign)({formatters:t},i||{}));return w.format(n)}catch(e){f(new E.Ho('Error formatting message: "'.concat(g,'", using ').concat(y?"default message":"id"," as fallback."),o,r,e))}if(y)try{var w=t.getMessageFormat(y,l,c,i);return w.format(n)}catch(e){f(new E.Ho('Error formatting the default message for: "'.concat(g,'", rendering message verbatim'),o,r,e))}return"string"==typeof _?_:"string"==typeof y?y:g},A=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function D(e,t,r,n){var i=e.locale,o=e.formats,s=e.onError,u=e.timeZone;void 0===n&&(n={});var l=n.format,c=(0,a.__assign)((0,a.__assign)({},u&&{timeZone:u}),l&&(0,v.F3)(o,t,l,s)),d=(0,v.J9)(n,A,c);return"time"!==t||d.hour||d.minute||d.second||d.timeStyle||d.dateStyle||(d=(0,a.__assign)((0,a.__assign)({},d),{hour:"numeric",minute:"numeric"})),r(i,d)}function O(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o="string"==typeof i?new Date(i||0):i;try{return D(e,"date",t,void 0===a?{}:a).format(o)}catch(t){e.onError(new E.pg("Error formatting date.",e.locale,t))}return String(o)}function N(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o="string"==typeof i?new Date(i||0):i;try{return D(e,"time",t,void 0===a?{}:a).format(o)}catch(t){e.onError(new E.pg("Error formatting time.",e.locale,t))}return String(o)}function C(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o=r[2],s="string"==typeof i?new Date(i||0):i,u="string"==typeof a?new Date(a||0):a;try{return D(e,"dateTimeRange",t,void 0===o?{}:o).formatRange(s,u)}catch(t){e.onError(new E.pg("Error formatting date time range.",e.locale,t))}return String(s)}function I(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o="string"==typeof i?new Date(i||0):i;try{return D(e,"date",t,void 0===a?{}:a).formatToParts(o)}catch(t){e.onError(new E.pg("Error formatting date.",e.locale,t))}return[]}function P(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=r[0],a=r[1],o="string"==typeof i?new Date(i||0):i;try{return D(e,"time",t,void 0===a?{}:a).formatToParts(o)}catch(t){e.onError(new E.pg("Error formatting time.",e.locale,t))}return[]}var M=r(26382),L=["style","type","fallback","languageDisplay"];function R(e,t,r,n){var i=e.locale,a=e.onError;Intl.DisplayNames||a(new M.IF('Intl.DisplayNames is not available in this environment.\nTry polyfilling it using "@formatjs/intl-displaynames"\n',M.O4.MISSING_INTL_API));var o=(0,v.J9)(n,L);try{return t(i,o).of(r)}catch(e){a(new E.pg("Error formatting display name.",i,e))}}var F=["type","style"],j=Date.now();function B(e,t,r,n){void 0===n&&(n={});var i=U(e,t,r,n).reduce(function(e,t){var r=t.value;return"string"!=typeof r?e.push(r):"string"==typeof e[e.length-1]?e[e.length-1]+=r:e.push(r),e},[]);return 1===i.length?i[0]:0===i.length?"":i}function U(e,t,r,n){var i=e.locale,o=e.onError;void 0===n&&(n={}),Intl.ListFormat||o(new M.IF('Intl.ListFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-listformat"\n',M.O4.MISSING_INTL_API));var s=(0,v.J9)(n,F);try{var u={},l=r.map(function(e,t){if("object"==typeof e){var r="".concat(j,"_").concat(t,"_").concat(j);return u[r]=e,r}return String(e)});return t(i,s).formatToParts(l).map(function(e){return"literal"===e.type?e:(0,a.__assign)((0,a.__assign)({},e),{value:u[e.value]||e.value})})}catch(e){o(new E.pg("Error formatting list.",i,e))}return r}var q=["style","currency","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem","trailingZeroDisplay","roundingPriority","roundingIncrement","roundingMode"];function V(e,t,r){var n=e.locale,i=e.formats,a=e.onError;void 0===r&&(r={});var o=r.format,s=o&&(0,v.F3)(i,"number",o,a)||{};return t(n,(0,v.J9)(r,q,s))}function H(e,t,r,n){void 0===n&&(n={});try{return V(e,t,n).format(r)}catch(t){e.onError(new E.pg("Error formatting number.",e.locale,t))}return String(r)}function G(e,t,r,n){void 0===n&&(n={});try{return V(e,t,n).formatToParts(r)}catch(t){e.onError(new E.pg("Error formatting number.",e.locale,t))}return[]}var z=["type"];function Q(e,t,r,n){var i=e.locale,a=e.onError;void 0===n&&(n={}),Intl.PluralRules||a(new M.IF('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',M.O4.MISSING_INTL_API));var o=(0,v.J9)(n,z);try{return t(i,o).select(r)}catch(e){a(new E.pg("Error formatting plural.",i,e))}return"other"}var K=["numeric","style"];function W(e,t,r,n,i){void 0===i&&(i={}),n||(n="second"),Intl.RelativeTimeFormat||e.onError(new M.IF('Intl.RelativeTimeFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-relativetimeformat"\n',M.O4.MISSING_INTL_API));try{var a,o,s,u,l,c;return(a=i,o=e.locale,s=e.formats,u=e.onError,void 0===a&&(a={}),c=!!(l=a.format)&&(0,v.F3)(s,"relative",l,u)||{},t(o,(0,v.J9)(a,K,c))).format(r,n)}catch(t){e.onError(new E.pg("Error formatting relative time.",e.locale,t))}return String(r)}var Z=r(10143);function Y(e){return e?Object.keys(e).reduce(function(t,r){var n=e[r];return t[r]=(0,Z.RK)(n)?(0,_.yU)(n):n,t},{}):e}var $=function(e,t,r,n){for(var i=[],o=4;o<arguments.length;o++)i[o-4]=arguments[o];var s=Y(n),u=x.apply(void 0,(0,a.__spreadArray)([e,t,r,s],i,!1));return Array.isArray(u)?(0,_.SP)(u):u},J=function(e,t){var r,n,i,o,s,u,l,c=e.defaultRichTextElements,d=(0,a.__rest)(e,["defaultRichTextElements"]),f=Y(c),h=(r=(0,a.__assign)((0,a.__assign)((0,a.__assign)({},_.JF),d),{defaultRichTextElements:f}),n=(0,v.GT)(t),o=(i=(0,a.__assign)((0,a.__assign)({},v.JF),r)).locale,s=i.defaultLocale,u=i.onError,o?!Intl.NumberFormat.supportedLocalesOf(o).length&&u?u(new E.hr('Missing locale data for locale: "'.concat(o,'" in Intl.NumberFormat. Using default locale: "').concat(s,'" as fallback. See https://formatjs.github.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(o).length&&u&&u(new E.hr('Missing locale data for locale: "'.concat(o,'" in Intl.DateTimeFormat. Using default locale: "').concat(s,'" as fallback. See https://formatjs.github.io/docs/react-intl#runtime-requirements for more details'))):(u&&u(new E.uo('"locale" was not configured, using "'.concat(s,'" as fallback. See https://formatjs.github.io/docs/react-intl/api#intlshape for more details'))),i.locale=i.defaultLocale||"en"),i.onWarn&&i.defaultRichTextElements&&"string"==typeof(l=i.messages||{})[Object.keys(l)[0]]&&i.onWarn('[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled. \nPlease consider using "@formatjs/cli" to pre-compile your messages for performance.\nFor more details see https://formatjs.github.io/docs/getting-started/message-distribution'),(0,a.__assign)((0,a.__assign)({},i),{formatters:n,formatNumber:H.bind(null,i,n.getNumberFormat),formatNumberToParts:G.bind(null,i,n.getNumberFormat),formatRelativeTime:W.bind(null,i,n.getRelativeTimeFormat),formatDate:O.bind(null,i,n.getDateTimeFormat),formatDateToParts:I.bind(null,i,n.getDateTimeFormat),formatTime:N.bind(null,i,n.getDateTimeFormat),formatDateTimeRange:C.bind(null,i,n.getDateTimeFormat),formatTimeToParts:P.bind(null,i,n.getDateTimeFormat),formatPlural:Q.bind(null,i,n.getPluralRules),formatMessage:x.bind(null,i,n),$t:x.bind(null,i,n),formatList:B.bind(null,i,n.getListFormat),formatListToParts:U.bind(null,i,n.getListFormat),formatDisplayName:R.bind(null,i,n.getDisplayNames)})),p={locale:h.locale,timeZone:h.timeZone,fallbackOnEmptyString:h.fallbackOnEmptyString,formats:h.formats,defaultLocale:h.defaultLocale,defaultFormats:h.defaultFormats,messages:h.messages,onError:h.onError,defaultRichTextElements:f};return(0,a.__assign)((0,a.__assign)({},h),{formatMessage:$.bind(null,p,h.formatters),$t:$.bind(null,p,h.formatters)})},X=r(7672);function ee(e){return{locale:e.locale,timeZone:e.timeZone,fallbackOnEmptyString:e.fallbackOnEmptyString,formats:e.formats,textComponent:e.textComponent,messages:e.messages,defaultLocale:e.defaultLocale,defaultFormats:e.defaultFormats,onError:e.onError,onWarn:e.onWarn,wrapRichTextChunksInFragment:e.wrapRichTextChunksInFragment,defaultRichTextElements:e.defaultRichTextElements}}var et=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.cache=(0,v.MT)(),t.state={cache:t.cache,intl:J(ee(t.props),t.cache),prevConfig:ee(t.props)},t}return(0,a.__extends)(t,e),t.getDerivedStateFromProps=function(e,t){var r=t.prevConfig,n=t.cache,i=ee(e);return(0,_.bN)(r,i)?null:{intl:J(i,n),prevConfig:i}},t.prototype.render=function(){return(0,_.HM)(this.state.intl),p.createElement(X.Kq,{value:this.state.intl},this.props.children)},t.displayName="IntlProvider",t.defaultProps=_.JF,t}(p.PureComponent);let er=e=>{let{children:t,locale:r,messages:n}=e;return(0,i.jsx)(et,{onError:()=>{},locale:r,messages:n,textComponent:"span",children:t})},en=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"}))}),ei=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z"}))});var ea=r(29229);let eo=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122"}))}),es=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5"}))}),eu=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"}))}),el=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"}))}),ec=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"}))}),ed=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"}))}),ef=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"}))}),eh=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{fillRule:"evenodd",d:"M3 4.875C3 3.839 3.84 3 4.875 3h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 9.375v-4.5ZM4.875 4.5a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875.375c0-1.036.84-1.875 1.875-1.875h4.5C20.16 3 21 3.84 21 4.875v4.5c0 1.036-.84 1.875-1.875 1.875h-4.5a1.875 1.875 0 0 1-1.875-1.875v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5ZM6 6.75A.75.75 0 0 1 6.75 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75A.75.75 0 0 1 6 7.5v-.75Zm9.75 0A.75.75 0 0 1 16.5 6h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM3 14.625c0-1.036.84-1.875 1.875-1.875h4.5c1.036 0 1.875.84 1.875 1.875v4.5c0 1.035-.84 1.875-1.875 1.875h-4.5A1.875 1.875 0 0 1 3 19.125v-4.5Zm1.875-.375a.375.375 0 0 0-.375.375v4.5c0 .207.168.375.375.375h4.5a.375.375 0 0 0 .375-.375v-4.5a.375.375 0 0 0-.375-.375h-4.5Zm7.875-.75a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75ZM6 16.5a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm9.75 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm-3 3a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Zm6 0a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 .75.75v.75a.75.75 0 0 1-.75.75h-.75a.75.75 0 0 1-.75-.75v-.75Z",clipRule:"evenodd"}))}),ep=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{fillRule:"evenodd",d:"M14.615 1.595a.75.75 0 0 1 .359.852L12.982 9.75h7.268a.75.75 0 0 1 .548 1.262l-10.5 11.25a.75.75 0 0 1-1.272-.71l1.992-7.302H3.75a.75.75 0 0 1-.548-1.262l10.5-11.25a.75.75 0 0 1 .913-.143Z",clipRule:"evenodd"}))});var em=r(13626),ey=r(48230),eg=r.n(ey),ev=r(77742),e_=r(15922),eb=r(26593),ew=r(81893),eE=r(36607),eT=r(28327),eS=r(27721),ek=r(87159),ex=r(63333),eA=r(1801);let eD=(0,p.createContext)(()=>{});function eO(e){let{value:t,children:r}=e;return p.createElement(eD.Provider,{value:t},r)}var eN=r(96369),eC=r(44185),eI=r(32482),eP=r(92815),eM=r(94517),eL=r(37478);let eR=null!=(n=p.startTransition)?n:function(e){e()};var eF=r(62048),ej=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ej||{}),eB=(e=>(e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.SetButtonElement=4]="SetButtonElement",e[e.SetPanelElement=5]="SetPanelElement",e))(eB||{});let eU={0:e=>({...e,disclosureState:(0,eP.Y)(e.disclosureState,{0:1,1:0})}),1:e=>1===e.disclosureState?e:{...e,disclosureState:1},2:(e,t)=>e.buttonId===t.buttonId?e:{...e,buttonId:t.buttonId},3:(e,t)=>e.panelId===t.panelId?e:{...e,panelId:t.panelId},4:(e,t)=>e.buttonElement===t.element?e:{...e,buttonElement:t.element},5:(e,t)=>e.panelElement===t.element?e:{...e,panelElement:t.element}},eq=(0,p.createContext)(null);function eV(e){let t=(0,p.useContext)(eq);if(null===t){let t=Error("<".concat(e," /> is missing a parent <Disclosure /> component."));throw Error.captureStackTrace&&Error.captureStackTrace(t,eV),t}return t}eq.displayName="DisclosureContext";let eH=(0,p.createContext)(null);eH.displayName="DisclosureAPIContext";let eG=(0,p.createContext)(null);function ez(e,t){return(0,eP.Y)(t.type,eU,e,t)}eG.displayName="DisclosurePanelContext";let eQ=p.Fragment,eK=eL.Ac.RenderStrategy|eL.Ac.Static,eW=Object.assign((0,eL.FX)(function(e,t){let{defaultOpen:r=!1,...n}=e,i=(0,p.useRef)(null),a=(0,ex.P)(t,(0,ex.a)(e=>{i.current=e},void 0===e.as||e.as===p.Fragment)),o=(0,p.useReducer)(ez,{disclosureState:+!r,buttonElement:null,panelElement:null,buttonId:null,panelId:null}),[{disclosureState:s,buttonId:u},l]=o,c=(0,eS._)(e=>{l({type:1});let t=(0,eM.T)(i);if(!t||!u)return;let r=e?eI.Lk(e)?e:"current"in e&&eI.Lk(e.current)?e.current:t.getElementById(u):t.getElementById(u);null==r||r.focus()}),d=(0,p.useMemo)(()=>({close:c}),[c]),f=(0,p.useMemo)(()=>({open:0===s,close:c}),[s,c]),h=(0,eL.Ci)();return p.createElement(eq.Provider,{value:o},p.createElement(eH.Provider,{value:d},p.createElement(eO,{value:c},p.createElement(eN.El,{value:(0,eP.Y)(s,{0:eN.Uw.Open,1:eN.Uw.Closed})},h({ourProps:{ref:a},theirProps:n,slot:f,defaultTag:eQ,name:"Disclosure"})))))}),{Button:(0,eL.FX)(function(e,t){let r=(0,p.useId)(),{id:n="headlessui-disclosure-button-".concat(r),disabled:i=!1,autoFocus:a=!1,...o}=e,[s,u]=eV("Disclosure.Button"),l=(0,p.useContext)(eG),c=null!==l&&l===s.panelId,d=(0,p.useRef)(null),f=(0,ex.P)(d,t,(0,eS._)(e=>{if(!c)return u({type:4,element:e})}));(0,p.useEffect)(()=>{if(!c)return u({type:2,buttonId:n}),()=>{u({type:2,buttonId:null})}},[n,u,c]);let h=(0,eS._)(e=>{var t;if(c){if(1===s.disclosureState)return;switch(e.key){case eF.D.Space:case eF.D.Enter:e.preventDefault(),e.stopPropagation(),u({type:0}),null==(t=s.buttonElement)||t.focus()}}else switch(e.key){case eF.D.Space:case eF.D.Enter:e.preventDefault(),e.stopPropagation(),u({type:0})}}),m=(0,eS._)(e=>{e.key===eF.D.Space&&e.preventDefault()}),y=(0,eS._)(e=>{var t;(0,eC.l)(e.currentTarget)||i||(c?(u({type:0}),null==(t=s.buttonElement)||t.focus()):u({type:0}))}),{isFocusVisible:g,focusProps:v}=(0,ew.o)({autoFocus:a}),{isHovered:_,hoverProps:b}=(0,eE.M)({isDisabled:i}),{pressed:w,pressProps:E}=(0,eT.Z)({disabled:i}),T=(0,p.useMemo)(()=>({open:0===s.disclosureState,hover:_,active:w,disabled:i,focus:g,autofocus:a}),[s,_,w,g,i,a]),S=(0,ek.c)(e,s.buttonElement),k=c?(0,eL.v6)({ref:f,type:S,disabled:i||void 0,autoFocus:a,onKeyDown:h,onClick:y},v,b,E):(0,eL.v6)({ref:f,id:n,type:S,"aria-expanded":0===s.disclosureState,"aria-controls":s.panelElement?s.panelId:void 0,disabled:i||void 0,autoFocus:a,onKeyDown:h,onKeyUp:m,onClick:y},v,b,E);return(0,eL.Ci)()({ourProps:k,theirProps:o,slot:T,defaultTag:"button",name:"Disclosure.Button"})}),Panel:(0,eL.FX)(function(e,t){let r=(0,p.useId)(),{id:n="headlessui-disclosure-panel-".concat(r),transition:i=!1,...a}=e,[o,s]=eV("Disclosure.Panel"),{close:u}=function e(t){let r=(0,p.useContext)(eH);if(null===r){let r=Error("<".concat(t," /> is missing a parent <Disclosure /> component."));throw Error.captureStackTrace&&Error.captureStackTrace(r,e),r}return r}("Disclosure.Panel"),[l,c]=(0,p.useState)(null),d=(0,ex.P)(t,(0,eS._)(e=>{eR(()=>s({type:5,element:e}))}),c);(0,p.useEffect)(()=>(s({type:3,panelId:n}),()=>{s({type:3,panelId:null})}),[n,s]);let f=(0,eN.O_)(),[h,m]=(0,eA.p)(i,l,null!==f?(f&eN.Uw.Open)===eN.Uw.Open:0===o.disclosureState),y=(0,p.useMemo)(()=>({open:0===o.disclosureState,close:u}),[o.disclosureState,u]),g={ref:d,id:n,...(0,eA.B)(m)},v=(0,eL.Ci)();return p.createElement(eN.$x,null,p.createElement(eG.Provider,{value:o.panelId},v({ourProps:g,theirProps:a,slot:y,defaultTag:"div",features:eK,visible:h,name:"Disclosure.Panel"})))})});var eZ=r(15039),eY=r.n(eZ),e$=r(41863);let eJ=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{d:"M12 2.25a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM7.5 12a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM18.894 6.166a.75.75 0 0 0-1.06-1.06l-1.591 1.59a.75.75 0 1 0 1.06 1.061l1.591-1.59ZM21.75 12a.75.75 0 0 1-.75.75h-2.25a.75.75 0 0 1 0-1.5H21a.75.75 0 0 1 .75.75ZM17.834 18.894a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 1 0-1.061 1.06l1.59 1.591ZM12 18a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-1.5 0v-2.25A.75.75 0 0 1 12 18ZM7.758 17.303a.75.75 0 0 0-1.061-1.06l-1.591 1.59a.75.75 0 0 0 1.06 1.061l1.591-1.59ZM6 12a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.25A.75.75 0 0 1 6 12ZM6.697 7.757a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 0 0-1.061 1.06l1.59 1.591Z"}))}),eX=p.forwardRef(function(e,t){let{title:r,titleId:n,...i}=e;return p.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":n},i),r?p.createElement("title",{id:n},r):null,p.createElement("path",{fillRule:"evenodd",d:"M9.528 1.718a.75.75 0 0 1 .162.819A8.97 8.97 0 0 0 9 6a9 9 0 0 0 9 9 8.97 8.97 0 0 0 3.463-.69.75.75 0 0 1 .981.98 10.503 10.503 0 0 1-9.694 6.46c-5.799 0-10.5-4.7-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 0 1 .818.162Z",clipRule:"evenodd"}))}),e0=(e,t)=>{let[r,n]=(0,p.useState)(()=>{try{if(window.localStorage)return window.localStorage.getItem(e)||t;return t}catch(e){return console.error(e),t}});return[r,t=>{try{if(window.localStorage){let i=t instanceof Function?t(r):t;n(i),window.localStorage.setItem(e,JSON.stringify(i))}else console.error("localStorage is not available")}catch(e){console.error(e)}}]},e1=(0,p.createContext)({}),e2=e=>{let{children:t}=e,[r,n]=e0("theme","light");(0,p.useEffect)(()=>{"dark"!==localStorage.theme&&("theme"in localStorage||!window.matchMedia("(prefers-color-scheme: dark)").matches)?document.getElementsByTagName("html")[0].classList.remove("dark"):document.getElementsByTagName("html")[0].classList.add("dark")},[]),(0,p.useEffect)(()=>{"dark"===r?(document.getElementsByTagName("html")[0].classList.add("dark"),localStorage.theme="dark"):(document.getElementsByTagName("html")[0].classList.remove("dark"),localStorage.theme="light")},[r]);let a=(0,p.useMemo)(()=>[r,n],[r,n]);return(0,i.jsx)(e1.Provider,{value:a,children:t})},e5=()=>{let e=(0,p.useContext)(e1);if(void 0===e)throw Error("Theme Context was used outside of its Provider");return e},e3=()=>{let[e,t]=e5();return(0,i.jsx)("div",{className:"inline-flex items-center z-50",children:(0,i.jsxs)("button",{type:"button",className:"hover:cursor-pointer",id:"theme-toggle",title:"Toggles light & dark","aria-label":"auto","aria-live":"polite",onClick:()=>{"dark"===e?t("light"):t("dark")},children:[(0,i.jsx)(eJ,{className:eY()("w-6 h-6 text-slate-600 transition-all ease-out delay-1000",{hidden:"dark"===e})}),(0,i.jsx)(eX,{className:eY()("w-6 h-6 text-yellow-200 transition-all ease-out delay-1000",{hidden:"light"===e})})]})})},e7=e=>{var t;let{item:r,hasRole:n,onSelected:a}=e,o=(0,f.useRouter)();return(null==(t=r.children)?void 0:t.some(e=>!(null==e?void 0:e.requiredRole)||n(null==e?void 0:e.requiredRole)))?(0,i.jsx)(eW,{defaultOpen:!0,as:"div",className:"space-y-1",children:e=>{let{open:t}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(eW.Button,{className:eY()("flex w-full dark:bg-slate-900 dark:hover:bg-slate-700 dark:text-slate-400 items-center rounded-md py-2 pl-2 pr-1 text-left text-sm font-medium focus:outline-hidden focus:ring-2 focus:ring-indigo-400"),children:[(null==r?void 0:r.icon)&&(0,i.jsx)(r.icon,{className:"mr-3 h-6 w-6 shrink-0 text-indigo-400 group-hover:text-indigo-500","aria-hidden":"true"}),(0,i.jsx)("span",{className:"flex-1 dark:text-slate-400",children:r.name}),(0,i.jsx)("svg",{className:eY()("ml-3 h-5 w-5 shrink-0 transform transition-colors duration-150 ease-in-out group-hover:text-slate-400 text-indigo-300",{"rotate-90 text-indigo-400":t}),viewBox:"0 0 20 20","aria-hidden":"true",children:(0,i.jsx)("path",{d:"M6 6L14 10L6 14V6Z",fill:"currentColor"})})]}),(0,i.jsx)(eW.Panel,{className:"space-y-1",onClick:a,children:r.children.filter(e=>!(null==e?void 0:e.requiredRole)||n(e.requiredRole)).map(e=>(0,i.jsx)(eg(),{href:e.href,className:eY()("group flex w-full items-center rounded-md py-2 pl-11 pr-2 text-sm font-medium text-slate-600 dark:text-slate-400 hover:bg-slate-200 dark:hover:bg-slate-700 hover:text-slate-900",{" dark:bg-slate-800 text-slate-900 dark:text-slate-400 bg-slate-200 hover:bg-slate-300":o.pathname===e.href}),children:e.name},e.name))})]})}},r.name):null},e4=e=>{let{navigation:t,onClick:r=null}=e,{formatMessage:n}=(0,ev.A)(),{hasRole:a}=(0,e$.A)(),o=(0,f.useRouter)();return(0,i.jsxs)("div",{className:"mt-1 flex grow flex-col dark:bg-slate-900",children:[(0,i.jsxs)("div",{className:"flex items-center mb-3",children:[(0,i.jsx)("h1",{className:"text-md bg-white dark:bg-slate-900 px-2 font-bold text-indigo-500 lg:px-4 2xl:px-6 ",children:n({id:"admin_ui",defaultMessage:"Admin UI"})}),(0,i.jsx)("div",{className:"ml-auto mr-8 hidden md:block",children:(0,i.jsx)(e3,{})})]}),(0,i.jsx)("nav",{className:"flex-1 space-y-1 bg-white dark:bg-slate-900 px-2 lg:px-4 2xl:px-6","aria-label":"Sidebar",children:t.map(e=>!e.children&&(!e.requiredRole||a(e.requiredRole))?(0,i.jsx)("div",{onClick:r,children:(0,i.jsxs)(eg(),{href:(null==e?void 0:e.href)||"#",className:eY()("group flex w-full dark:text-slate-400 dark:hover:bg-slate-800 items-center rounded-md py-2 pl-2 text-sm font-medium ",{"text-slate-900 dark:text-slate-400 bg-slate-100 dark:bg-slate-800":o.asPath===e.href}),children:[(null==e?void 0:e.icon)&&(0,i.jsx)(e.icon,{className:eY()("mr-3 h-6 w-6 shrink-0 text-indigo-400 group-hover:text-indigo-500",{"text-indigo-500 ":o.asPath===e.href}),"aria-hidden":"true"}),(0,i.jsx)("span",{className:"flex-1 dark:text-slate-400",children:e.name})]})},e.name):(0,i.jsx)(e7,{item:e,hasRole:a,onSelected:r},e.name))})]})};var e9=r(53719),e8=r(47334),e6=r(9875),te=r(67994),tt=r(3419);let tr=e=>{let{avatar:t,...r}=e,{formatMessage:n}=(0,ev.A)(),a=(0,te.m)(),o=async()=>{await (0,tt.A)(a),h.oR.success(n({id:"logged_out",defaultMessage:"Logged out"}))};return(0,i.jsx)("a",{href:"#",onClick:o,className:"group block shrink-0",children:(0,i.jsxs)("div",{className:"flex items-center",children:[t?(0,i.jsx)(e6.A,{src:null==t?void 0:t.url,loader:e9.A,width:36,height:36,className:"rounded",alt:n({id:"user_avatar",defaultMessage:"User avatar"})}):(0,i.jsx)("span",{className:"inline-block h-8 w-8 overflow-hidden rounded-full bg-slate-100",children:(0,i.jsx)("svg",{className:"h-full w-full text-slate-300",fill:"currentColor",viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"M24 20.993V24H0v-2.996A14.977 14.977 0 0112.004 15c4.904 0 9.26 2.354 11.996 5.993zM16.002 8.999a4 4 0 11-8 0 4 4 0 018 0z"})})}),(0,i.jsxs)("div",{className:"ml-3",children:[(0,i.jsx)("p",{className:"text-sm font-medium text-slate-700 dark:text-slate-400 group-hover:text-slate-700 dark:group-hover:text-indigo-400",children:(0,e8.A)(r)}),(0,i.jsx)("p",{className:"text-sm font-medium text-slate-500 dark:text-slate-400 group-hover:text-slate-700 dark:group-hover:text-indigo-400",children:n({id:"log_out",defaultMessage:"Log out"})})]})]})})},tn=e=>{let t=(0,p.useRef)(void 0),r=(0,p.useCallback)(r=>{t.current&&!t.current.contains(r.target)&&e()},[t,e]);return(0,p.useEffect)(()=>{if(document)return document.addEventListener("click",r),()=>{document.removeEventListener("click",r)}},[r]),t};var ti=r(72891);let ta=()=>{var e;return(null==(e=window)?void 0:e.AdminUiPermissions)?window.AdminUiPermissions():{}},to=e=>{let{children:t,componentName:r}=e,n=(0,f.useRouter)(),{currentUser:a,loading:o}=(0,e_.A)(),s=(0,te.m)(),{checkAccess:u,isUserAuthenticated:l,isUserAdmin:c,checkRole:d,isPublicOnlyPage:h}=ta(),m=e=>!!l&&l(e),y=e=>!!c&&c(e),g=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return!!d&&d(a,e,s,{componentName:t,router:n,action:e})},v=e=>{let{user:t,action:i=""}=e;return!!u&&u(t,i,s,{router:n,componentName:r})},_=(0,p.useMemo)(()=>({isAuthenticated:m,hasAccess:v,isAdmin:y,hasRole:g}),[a,n.pathname]);return(0,p.useEffect)(()=>{!o&&(m(a)?v({user:a})?h(n)?n.replace("/"):y(a)||"/423"===n.pathname||n.replace("/423"):n.replace("/403"):v({user:a})||n.replace("/log-in"))},[n,a,v,m,o]),(0,i.jsx)(ti.A.Provider,{value:_,children:t})},ts=e=>{let{className:t}=e;return(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:t,fill:"currentColor",stroke:"currentColor",viewBox:"0 0 512 423.85",children:(0,i.jsx)("path",{d:"M88.47 0c8.93 0 17.04 3.63 22.89 9.48 2.73 2.74 4.98 5.95 6.6 9.52h52.71c1.62-3.56 3.87-6.78 6.59-9.51C183.12 3.64 191.22 0 200.16 0c8.93 0 17.04 3.64 22.89 9.48 2.73 2.74 4.98 5.96 6.6 9.52h52.71c1.62-3.56 3.87-6.78 6.6-9.51C294.82 3.64 302.92 0 311.85 0c8.94 0 17.04 3.64 22.89 9.48 2.74 2.74 4.98 5.96 6.6 9.52h52.7c1.62-3.56 3.87-6.78 6.59-9.51C406.49 3.64 414.6 0 423.54 0c8.93 0 17.03 3.64 22.88 9.48 2.73 2.74 4.98 5.96 6.6 9.52h45.6c7.39 0 13.38 5.99 13.38 13.38v337.51c-.03 5.09-2.96 9.95-7.89 12.17-61.54 27.94-154.45 41.79-247.16 41.79-92.63 0-185.76-13.85-247.89-41.29-5.27-1.8-9.06-6.79-9.06-12.67V32.38C0 24.99 5.99 19 13.37 19h45.61c1.62-3.56 3.87-6.78 6.6-9.51C71.44 3.64 79.54 0 88.47 0zm127.99 277.29c8.08 0 14.63 6.56 14.63 14.63s-6.55 14.63-14.63 14.63c-8.07 0-14.62-6.56-14.62-14.63s6.55-14.63 14.62-14.63zm0-71.59c8.08 0 14.63 6.54 14.63 14.62 0 8.08-6.55 14.63-14.63 14.63-8.07 0-14.62-6.55-14.62-14.63 0-8.08 6.55-14.62 14.62-14.62zm0-70.86c8.08 0 14.63 6.56 14.63 14.63s-6.55 14.63-14.63 14.63c-8.07 0-14.62-6.56-14.62-14.63s6.55-14.63 14.62-14.63zM372.27 278.9c7.19 0 13.02 5.83 13.02 13.02 0 7.19-5.83 13.02-13.02 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.02 13.02-13.02h107.57zm57.88-71.61c7.19 0 13.02 5.84 13.02 13.03 0 7.19-5.83 13.02-13.02 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.03 13.02-13.03h165.45zm5.03-70.84c7.19 0 13.03 5.83 13.03 13.02 0 7.19-5.84 13.02-13.03 13.02H264.7c-7.19 0-13.02-5.83-13.02-13.02 0-7.19 5.83-13.02 13.02-13.02h170.48zM107.71 293.97c-9.17-.65-20.85-2.9-29.84-5.32v-32.04l9.06.74c11.7.69 27.58 1.92 39.06.89 2.23-.2 4.83-.58 6.86-1.57 3.86-1.85 3.81-15 1.26-16.81-1.47-1.04-3.14-1.44-4.92-1.44h-9.35c-7.05 0-13.29-.79-18.73-2.37-5.54-1.61-10.21-4.03-14.02-7.26-3.89-3.32-6.8-7.71-8.72-13.18-1.85-5.32-2.8-11.65-2.8-18.99v-12.21c0-6.8 1.04-12.78 3.11-17.94 3.44-8.55 10.58-15.4 18.87-19.29 2.9-1.36 6.15-2.39 10.16-3.06v-14.21h29.54v13.65c4.89.38 8.68 1.06 13.47 1.93 5.48.95 10.79 2.03 16.2 3.34v32.09l-2.85-.25a422.93 422.93 0 0 0-36.47-1.58c-3.54 0-10.29.09-12.96 2.76-2.19 2.18-1.87 15.23.49 17.16 1.78 1.44 4.81 1.69 6.99 1.69h11.65c7.5 0 15.26 1.28 21.84 5.03 5.93 3.37 10.4 7.97 13.39 13.77 1.47 2.86 2.59 5.93 3.33 9.21 1.62 7.15 1.12 15.14 1.12 22.48 0 5.74-.52 10.86-1.53 15.33-1.04 4.57-2.63 8.47-4.74 11.68-6.6 10.01-18.44 14.36-29.93 15.62v15.39h-29.54v-15.24zm10.25-248.22a32.507 32.507 0 0 1-6.6 9.51c-5.86 5.86-13.96 9.5-22.89 9.5s-17.04-3.64-22.89-9.5a32.245 32.245 0 0 1-6.6-9.51H26.75v315.36c58.52 23.93 144.27 35.99 230.2 35.99 85.36 0 170.32-11.92 228.3-35.96V45.75h-32.23a32.507 32.507 0 0 1-6.6 9.51c-5.86 5.86-13.97 9.5-22.88 9.5-8.94 0-17.04-3.64-22.89-9.49a32.452 32.452 0 0 1-6.61-9.52h-52.7a32.234 32.234 0 0 1-6.6 9.52c-5.86 5.85-13.96 9.49-22.89 9.49s-17.04-3.64-22.89-9.5a32.245 32.245 0 0 1-6.6-9.51h-52.71a32.422 32.422 0 0 1-6.6 9.52c-5.86 5.85-13.96 9.49-22.89 9.49-8.94 0-17.04-3.64-22.9-9.5a32.402 32.402 0 0 1-6.59-9.51h-52.71z"})})},tu=e=>{var t,r,n;let{children:a,pageHeader:o="",componentName:s}=e,{formatMessage:u}=(0,ev.A)(),{currentUser:l}=(0,e_.A)(),{shopInfo:c}=(0,eb.A)(),[d,f]=(0,p.useState)(!0),h=[{name:u({id:"home",defaultMessage:"Home"}),icon:en,href:"/"},{name:u({id:"orders",defaultMessage:"Orders"}),requiredRole:"manageOrders",icon:ei,href:"/orders"},{name:u({id:"products",defaultMessage:"Products"}),requiredRole:"manageProducts",icon:ea.A,href:"/products"},{name:u({id:"tokens",defaultMessage:"Tokens"}),icon:eh,href:"/tokens",requiredRole:"viewTokens"},{name:u({id:"assortments",defaultMessage:"Assortments"}),icon:eo,href:"/assortments",requiredRole:"manageAssortments"},{name:u({id:"filters",defaultMessage:"Filters"}),icon:es,requiredRole:"manageFilters",href:"/filters"},{name:u({id:"users",defaultMessage:"Users"}),icon:eu,href:"/users",requiredRole:"viewUsers"},{name:u({id:"quotations",defaultMessage:"Quotations"}),href:"/quotations",icon:ts,requiredRole:"viewQuotations"},{name:u({id:"enrollments",defaultMessage:"Enrollments"}),href:"/enrollments",requiredRole:"viewEnrollments",icon:el},{name:u({id:"system",defaultMessage:"System settings"}),icon:ec,children:[{name:u({id:"currencies",defaultMessage:"Currencies"}),requiredRole:"manageCurrencies",href:"/currency"},{name:u({id:"countries",defaultMessage:"Countries"}),href:"/country",requiredRole:"manageCountries"},{name:u({id:"languages",defaultMessage:"Languages"}),href:"/language",requiredRole:"manageLanguages"},{name:u({id:"delivery_providers",defaultMessage:"Delivery providers"}),requiredRole:"manageDeliveryProviders",href:"/delivery-provider"},{name:u({id:"payment_providers",defaultMessage:"Payment providers"}),requiredRole:"managePaymentProviders",href:"/payment-provider"},{name:u({id:"warehousing_provider",defaultMessage:"Warehousing provider"}),requiredRole:"manageWarehousingProviders",href:"/warehousing-provider"}]},{name:u({id:"activities",defaultMessage:"Activities"}),icon:ep,children:[{name:u({id:"work_queue",defaultMessage:"Work queue"}),requiredRole:"manageWorker",href:"/works"},{name:u({id:"event",defaultMessage:"Events"}),href:"/events",requiredRole:"showEvents"}]},{name:u({id:"account",defaultMessage:"Account"}),icon:ed,href:"/account"},(null==c||null==(r=c.adminUiConfig)||null==(t=r.externalLinks)?void 0:t.length)&&{name:u({id:"extensions",defaultMessage:"Extensions"}),icon:em.A,href:"/",children:null==(n=c.adminUiConfig.externalLinks)?void 0:n.map(e=>{let t=e.href;return(null==e?void 0:e.target)==="SELF"&&(t="/external?url=".concat(e.href)),{name:e.title,href:t}})}].filter(Boolean),m=tn(()=>{f(!0)});return(0,i.jsxs)(to,{componentName:s,children:[(0,i.jsxs)("div",{className:"fixed inset-0 z-40 flex md:hidden ".concat(d?"hidden":""," "),role:"dialog","aria-modal":"true",children:[(0,i.jsx)("div",{className:"fixed inset-0 bg-slate-600 bg-opacity-75","aria-hidden":"true"}),(0,i.jsxs)("div",{className:"relative flex w-full max-w-xs flex-1 flex-col bg-white dark:bg-slate-900",children:[(0,i.jsx)("div",{className:"absolute top-0 right-0 -mr-12 pt-2",children:(0,i.jsxs)("button",{id:"close_sidebar",type:"button",onClick:()=>f(!d),className:"ml-1 flex h-10 w-10 items-center justify-center rounded-full focus:outline-hidden focus:ring-2 focus:ring-inset focus:ring-white",children:[(0,i.jsx)("span",{className:"sr-only",children:u({id:"close_sidebar",defaultMessage:"Close sidebar"})}),(0,i.jsx)("svg",{className:"h-6 w-6 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M6 18L18 6M6 6l12 12"})})]})}),(0,i.jsxs)("div",{className:"h-0 flex-1 overflow-y-auto pt-5 pb-4",children:[(0,i.jsx)("div",{className:"flex shrink-0 items-center px-4",children:(0,i.jsx)(eg(),{href:"/",children:(0,i.jsx)(e6.A,{src:"/logo-light.svg",width:125,height:100,alt:u({id:"unchained_logo",defaultMessage:"Unchained Logo"})})})}),(0,i.jsx)(e4,{navigation:h,onClick:()=>f(!d)})]}),(0,i.jsx)("div",{className:"flex shrink-0 border-t border-slate-200 dark:border-slate-800 p-4",children:(0,i.jsx)(tr,{avatar:null==l?void 0:l.avatar,...l})})]})]}),(0,i.jsx)("div",{className:"hidden md:fixed md:inset-y-0 md:flex md:w-64 md:flex-col 2xl:w-96 dark:bg-slate-900 dark:text-slate-200",children:(0,i.jsxs)("div",{className:"flex min-h-0 flex-1 flex-col border-r border-slate-200 dark:border-slate-800 bg-white dark:bg-slate-900",children:[(0,i.jsxs)("div",{className:"flex flex-1 flex-col overflow-y-auto pt-5 pb-4",children:[(0,i.jsx)("div",{className:"flex shrink-0 items-center px-4",children:(0,i.jsx)(eg(),{href:"/",children:(0,i.jsx)(e6.A,{src:"/logo-light.svg",width:175,height:100,alt:u({id:"unchained_logo",defaultMessage:"Unchained Logo"})})})}),(0,i.jsx)(e4,{navigation:h})]}),(0,i.jsx)("div",{className:"flex shrink-0 border-t border-slate-200 dark:border-slate-800 p-4",children:(0,i.jsx)(tr,{avatar:null==l?void 0:l.avatar,...l})})]})}),(0,i.jsxs)("div",{className:"flex flex-1 flex-col md:pl-64 2xl:pl-96",children:[(0,i.jsxs)("div",{className:"flex justify-between sticky top-0 z-10 bg-white dark:bg-slate-800 pl-1 pt-1 sm:pl-3 sm:pt-3 md:hidden border-b border-slate-200 dark:border-slate-700",children:[(0,i.jsxs)("button",{type:"button",ref:m,onClick:()=>f(!d),className:"-ml-0.5 -mt-0.5 inline-flex h-12 w-12 items-center justify-center rounded-md text-slate-500 hover:text-slate-900 focus:outline-hidden focus:ring-2 focus:ring-inset focus:ring-indigo-400 dark:text-slate-200",children:[(0,i.jsx)("span",{className:"sr-only",children:u({id:"open_sidebar",defaultMessage:" Open sidebar"})}),(0,i.jsx)(ef,{fill:"none",viewBox:"0 0 24 24",className:"h-8 w-8",stroke:"currentColor","aria-hidden":"true"})]}),(0,i.jsx)("div",{className:"flex items-center gap-4 pr-4",children:(0,i.jsx)(e3,{})})]}),(0,i.jsxs)("main",{className:"container mx-auto max-w-7xl flex-1 px-4 pt-5 pb-10 sm:px-6 md:px-8",children:[(0,i.jsx)("h3",{className:"ml-8 text-lg font-medium leading-6 text-slate-900",children:o}),p.cloneElement(a)]})]})]})};var tl=r(98477);let tc=e=>{let{children:t=null}=e,r=(0,p.useRef)(null),[,n]=(0,p.useState)(!1);return(0,p.useEffect)(()=>{let e=document.createElement("div");return r.current=e,document.body.appendChild(e),n(!0),()=>{r.current&&document.body.removeChild(r.current)}},[]),r.current?tl.createPortal(t,r.current):null},td=(0,X.Ay)(e=>{let{onClose:t,children:r,visible:n,closeOnOutsideClick:a=!1,intl:o}=e,s=()=>{a&&n&&t()};return n?(0,i.jsx)(tc,{intl:o,children:(0,i.jsx)("div",{className:"fixed inset-0 z-10 overflow-y-auto","aria-modal":"true",children:(0,i.jsxs)("div",{className:"flex min-h-screen items-center justify-center px-4 pt-4 pb-20 text-center sm:block sm:p-0",tabIndex:-1,role:"button",children:[(0,i.jsx)("div",{onClick:s,onKeyUp:s,className:"fixed inset-0 bg-slate-500 bg-opacity-75 transition-opacity","aria-hidden":"true"}),(0,i.jsx)("span",{className:"hidden sm:inline-block sm:h-screen sm:align-middle","aria-hidden":"true",children:""}),(0,i.jsxs)("div",{className:"inline-block transform overflow-hidden rounded-lg bg-white dark:bg-slate-900 px-4 pt-5 pb-4 text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-lg sm:p-6 sm:align-middle",onClick:e=>{e.stopPropagation()},onKeyUp:e=>{e.stopPropagation()},children:[(0,i.jsx)("div",{className:"absolute top-0 right-0 pt-4 pr-4 sm:block",children:(0,i.jsxs)("button",{id:"modal_close",type:"button",onClick:t,className:"rounded-md bg-white text-slate-400 hover:text-slate-500 focus:outline-hidden focus:ring-2 focus:ring-indigo-400 focus:ring-offset-2",children:[(0,i.jsx)("span",{className:"sr-only",children:o.formatMessage({id:"close",defaultMessage:"Close"})}),(0,i.jsx)("svg",{className:"h-6 w-6",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M6 18L18 6M6 6l12 12"})})]})}),p.cloneElement(r,{close:t})]})]})})}):null});var tf=r(88591);let th=e=>{let{children:t}=e,[r,n]=(0,p.useState)(null),[a,o]=(0,p.useState)(!1),s=()=>n(null),[u,l]=(0,p.useState)(()=>s),c=(0,p.useMemo)(()=>({setModal:function(e){let{closeOnOutsideClick:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Promise(r=>{e||r(!0),o(t),n(()=>e),l(()=>()=>{s(),r(!0)})})}}),[]);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(td,{visible:!!r,onClose:u,closeOnOutsideClick:a,children:r}),(0,i.jsx)(tf.A.Provider,{value:c,children:t})]})},tp=function(){for(var e,t=arguments.length,r=Array(t),n=0;n<t;n++)r[n]=arguments[n];return(null==(e=window)?void 0:e.Matomo)?window.Matomo.getAsyncTracker(...r):null},tm=e=>e.substr(3).padStart(16,"0"),ty=function(e,t){let{username:r,clientId:n,emailAddress:i}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=tp();a&&((i||r)&&a.setVisitorId(tm(i||r)),n&&a.setUserId(n),a.setCustomUrl(e),a.setDocumentTitle(t),a.trackPageView())};var tg=r(96427),tv=r(79350),t_=r(46740);function tb(){let e=(0,tg._)(["fragment CustomProperty on ExtendedUnchainedSchema { "," }"]);return tb=function(){return e},e}let tw=(e,t)=>{let r={};return Object.keys(t).forEach(n=>{let i=null==e?void 0:e[n],a=null==t?void 0:t[n];"object"==typeof a?r[n]=tw(i,a):r[n]=i}),r},tE=e=>e.reduce((e,t)=>{switch(t.kind){case"InlineFragment":Object.assign(e,tE(t.selectionSet.selections));break;case"Field":{let r,n=t.name.value;r=t.selectionSet?tE(t.selectionSet.selections):t.value,e[n]=r}}return e},{}),tT=(e,t)=>{var r,n;if(!e||!t)return null;let i=(0,tv.J1)(tb(),e);return tw(t,tE(null==i||null==(n=i.definitions[0])||null==(r=n.selectionSet)?void 0:r.selections))},tS=e=>{let{children:t}=e,{shopInfo:r}=(0,eb.A)();return(0,i.jsx)(t_.A.Provider,{value:(0,p.useMemo)(()=>{var e,t,n;return{customProperties:null==r||null==(t=r.adminUiConfig)||null==(e=t.customProperties)?void 0:e.reduce((e,t)=>{let{entityName:r,inlineFragment:n}=t;return{...e,[r]:n}},{}),singleSignOnURL:null==r||null==(n=r.adminUiConfig)?void 0:n.singleSignOnURL,hydrateFragment:tT}},[r]),children:t})};var tk=r(63402);class tx extends p.Component{static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error({error:e,errorInfo:t})}render(){return this.state.hasError?(0,i.jsx)(tk.A,{error:this.state.error,resetError:()=>this.setState({hasError:!1,error:null})}):this.props.children}constructor(e){super(e),this.state={hasError:!1,error:null}}}let tA=e=>{ty(document.location.origin+e,document.title)},tD=e=>{let{Component:t,componentName:r,pageProps:n,router:a}=e,o=(0,m.L)(n),s=t.getLayout?e=>(0,i.jsxs)(to,{componentName:r,children:[(0,i.jsx)("div",{className:"absolute top-4 right-4",children:(0,i.jsx)(e3,{})}),t.getLayout(e)]}):e=>(0,i.jsx)(tu,{componentName:r,children:e}),u=g(a.locale);return(0,p.useEffect)(()=>(f.Router.events.on("routeChangeComplete",tA),()=>{f.Router.events.off("routeChangeComplete",tA)}),[o]),(0,i.jsx)(er,{locale:a.locale,messages:u,children:(0,i.jsx)(tx,{children:(0,i.jsx)(l,{client:o,children:(0,i.jsx)(tS,{children:(0,i.jsxs)(e2,{children:[(0,i.jsx)(h.N9,{position:"top-right",autoClose:5e3,newestOnTop:!1,closeOnClick:!0,pauseOnFocusLoss:!0,draggable:!0,pauseOnHover:!0}),(0,i.jsx)(th,{children:s((0,i.jsx)(t,{...n}))})]})})})})},"intl-provider")};tD.getInitialProps=async e=>{let t=await d().getInitialProps(e),r=e.Component.displayName||e.Component.name||"Unknown";return{...t,componentName:r}};let tO=tD},93957:(e,t,r)=>{"use strict";function n(e){return null!==e&&"object"==typeof e}r.d(t,{U:()=>n})},94038:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(96427);function i(){let e=(0,n._)(["\n fragment MD5MetaDataFragment on WebAuthnMDSv3Metadata {\n legalHeader\n description\n authenticatorVersion\n protocolFamily\n schema\n authenticationAlgorithms\n publicKeyAlgAndEncodings\n attestationTypes\n keyProtection\n upv\n tcDisplay\n authenticationAlgorithms\n publicKeyAlgAndEncodings\n icon\n authenticatorGetInfo\n }\n"]);return i=function(){return e},e}let a=(0,r(79350).J1)(i())},94410:e=>{"use strict";var t=function(e){var t,n,i;return!!(t=e)&&"object"==typeof t&&(n=e,"[object RegExp]"!==(i=Object.prototype.toString.call(n))&&"[object Date]"!==i&&n.$$typeof!==r)},r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function n(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s(Array.isArray(e)?[]:{},e,t):e}function i(e,t,r){return e.concat(t).map(function(e){return n(e,r)})}function a(e){return Object.keys(e).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[])}function o(e,t){try{return t in e}catch(e){return!1}}function s(e,r,u){(u=u||{}).arrayMerge=u.arrayMerge||i,u.isMergeableObject=u.isMergeableObject||t,u.cloneUnlessOtherwiseSpecified=n;var l,c,d=Array.isArray(r);return d!==Array.isArray(e)?n(r,u):d?u.arrayMerge(e,r,u):(c={},(l=u).isMergeableObject(e)&&a(e).forEach(function(t){c[t]=n(e[t],l)}),a(r).forEach(function(t){o(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))||(o(e,t)&&l.isMergeableObject(r[t])?c[t]=(function(e,t){if(!t.customMerge)return s;var r=t.customMerge(e);return"function"==typeof r?r:s})(t,l)(e[t],r[t],l):c[t]=n(r[t],l))}),c)}s.all=function(e,t){if(!Array.isArray(e))throw Error("first argument should be an array");return e.reduce(function(e,r){return s(e,r,t)},{})},e.exports=s},94517:(e,t,r)=>{"use strict";r.d(t,{T:()=>i});var n=r(66077);function i(e){var t,r;return n._.isServer?null:e?"ownerDocument"in e?e.ownerDocument:"current"in e?null!=(r=null==(t=e.current)?void 0:t.ownerDocument)?r:document:null:document}},94587:(e,t,r)=>{"use strict";var n;r.d(t,{b:()=>n}),function(e){e.NAME="Name",e.DOCUMENT="Document",e.OPERATION_DEFINITION="OperationDefinition",e.VARIABLE_DEFINITION="VariableDefinition",e.SELECTION_SET="SelectionSet",e.FIELD="Field",e.ARGUMENT="Argument",e.FRAGMENT_SPREAD="FragmentSpread",e.INLINE_FRAGMENT="InlineFragment",e.FRAGMENT_DEFINITION="FragmentDefinition",e.VARIABLE="Variable",e.INT="IntValue",e.FLOAT="FloatValue",e.STRING="StringValue",e.BOOLEAN="BooleanValue",e.NULL="NullValue",e.ENUM="EnumValue",e.LIST="ListValue",e.OBJECT="ObjectValue",e.OBJECT_FIELD="ObjectField",e.DIRECTIVE="Directive",e.NAMED_TYPE="NamedType",e.LIST_TYPE="ListType",e.NON_NULL_TYPE="NonNullType",e.SCHEMA_DEFINITION="SchemaDefinition",e.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",e.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",e.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",e.FIELD_DEFINITION="FieldDefinition",e.INPUT_VALUE_DEFINITION="InputValueDefinition",e.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",e.UNION_TYPE_DEFINITION="UnionTypeDefinition",e.ENUM_TYPE_DEFINITION="EnumTypeDefinition",e.ENUM_VALUE_DEFINITION="EnumValueDefinition",e.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",e.DIRECTIVE_DEFINITION="DirectiveDefinition",e.SCHEMA_EXTENSION="SchemaExtension",e.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",e.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",e.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",e.UNION_TYPE_EXTENSION="UnionTypeExtension",e.ENUM_TYPE_EXTENSION="EnumTypeExtension",e.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension"}(n||(n={}))},94745:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.shouldPolyfill=function(e){if(void 0===e&&(e="en"),!("RelativeTimeFormat"in Intl)||!function(e){if(!e)return!0;var t=Array.isArray(e)?e:[e];return Intl.RelativeTimeFormat.supportedLocalesOf(t).length===t.length}(e)||!function(e){try{return"numberingSystem"in new Intl.RelativeTimeFormat(e||"en",{numeric:"auto"}).resolvedOptions()}catch(e){return!1}}(e))return(0,n.match)([e],i.supportedLocales,"en")};var n=r(83792),i=r(4007)},94852:(e,t,r)=>{"use strict";r.d(t,{l:()=>u});var n,i=r(60427),a=r(80542),o=r(17318),s=a.ol?Symbol.for("__APOLLO_CONTEXT__"):"__APOLLO_CONTEXT__";function u(){(0,o.V1)("createContext"in(n||(n=r.t(i,2))),54);var e=i.createContext[s];return e||(Object.defineProperty(i.createContext,s,{value:e=i.createContext({}),enumerable:!1,writable:!1,configurable:!0}),e.displayName="ApolloContext"),e}},95682:(e,t,r)=>{"use strict";r.d(t,{A:()=>s,V:()=>u});var n=r(99853),i=r(36898),a=new WeakSet;function o(e){!(e.size<=(e.max||-1))&&(a.has(e)||(a.add(e),setTimeout(function(){e.clean(),a.delete(e)},100)))}var s=function(e,t){var r=new n.l(e,t);return r.set=function(e,t){var r=n.l.prototype.set.call(this,e,t);return o(this),r},r},u=function(e,t){var r=new i.C(e,t);return r.set=function(e,t){var r=i.C.prototype.set.call(this,e,t);return o(this),r},r}},96369:(e,t,r)=>{"use strict";r.d(t,{$x:()=>u,El:()=>s,O_:()=>o,Uw:()=>a});var n=r(14232);let i=(0,n.createContext)(null);i.displayName="OpenClosedContext";var a=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(a||{});function o(){return(0,n.useContext)(i)}function s(e){let{value:t,children:r}=e;return n.createElement(i.Provider,{value:t},r)}function u(e){let{children:t}=e;return n.createElement(i.Provider,{value:null},t)}},96427:(e,t,r)=>{"use strict";function n(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}r.d(t,{_:()=>n})},97225:(e,t,r)=>{"use strict";e.exports=r(70789)},98149:(e,t,r)=>{"use strict";function n(e,t){var r=t&&t.cache?t.cache:u,n=t&&t.serializer?t.serializer:o;return(t&&t.strategy?t.strategy:function(e,t){var r,n,o=1===e.length?i:a;return r=t.cache.create(),n=t.serializer,o.bind(this,e,r,n)})(e,{cache:r,serializer:n})}function i(e,t,r,n){var i=null==n||"number"==typeof n||"boolean"==typeof n?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function a(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),a=t.get(i);return void 0===a&&(a=e.apply(this,n),t.set(i,a)),a}r.d(t,{B:()=>n,W:()=>l});var o=function(){return JSON.stringify(arguments)},s=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(e){return this.cache[e]},e.prototype.set=function(e,t){this.cache[e]=t},e}(),u={create:function(){return new s}},l={variadic:function(e,t){var r,n;return r=t.cache.create(),n=t.serializer,a.bind(this,e,r,n)},monadic:function(e,t){var r,n;return r=t.cache.create(),n=t.serializer,i.bind(this,e,r,n)}}},98394:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.supportedLocales=void 0,t.supportedLocales=["af","ak","am","an","ar","ars","as","asa","ast","az","bal","be","bem","bez","bg","bho","bm","bn","bo","br","brx","bs","ca","ce","ceb","cgg","chr","ckb","cs","cy","da","de","doi","dsb","dv","dz","ee","el","en","eo","es","et","eu","fa","ff","fi","fil","fo","fr","fur","fy","ga","gd","gl","gsw","gu","guw","gv","ha","haw","he","hi","hnj","hr","hsb","hu","hy","ia","id","ig","ii","io","is","it","iu","ja","jbo","jgo","jmc","jv","jw","ka","kab","kaj","kcg","kde","kea","kk","kkj","kl","km","kn","ko","ks","ksb","ksh","ku","kw","ky","lag","lb","lg","lij","lkt","ln","lo","lt","lv","mas","mg","mgo","mk","ml","mn","mo","mr","ms","mt","my","nah","naq","nb","nd","ne","nl","nn","nnh","no","nqo","nr","nso","ny","nyn","om","or","os","osa","pa","pap","pcm","pl","prg","ps","pt","pt-PT","rm","ro","rof","ru","rwk","sah","saq","sat","sc","scn","sd","sdh","se","seh","ses","sg","sh","shi","si","sk","sl","sma","smi","smj","smn","sms","sn","so","sq","sr","ss","ssy","st","su","sv","sw","syr","ta","te","teo","th","ti","tig","tk","tl","tn","to","tpi","tr","ts","tzm","ug","uk","und","ur","uz","ve","vi","vo","vun","wa","wae","wo","xh","xog","yi","yo","yue","zh","zu"]},99853:(e,t,r)=>{"use strict";function n(){}r.d(t,{l:()=>s});let i="undefined"!=typeof WeakRef?WeakRef:function(e){return{deref:()=>e}},a="undefined"!=typeof WeakMap?WeakMap:Map,o="undefined"!=typeof FinalizationRegistry?FinalizationRegistry:function(){return{register:n,unregister:n}};class s{constructor(e=1/0,t=n){this.max=e,this.dispose=t,this.map=new a,this.newest=null,this.oldest=null,this.unfinalizedNodes=new Set,this.finalizationScheduled=!1,this.size=0,this.finalize=()=>{let e=this.unfinalizedNodes.values();for(let t=0;t<10024;t++){let t=e.next().value;if(!t)break;this.unfinalizedNodes.delete(t);let r=t.key;delete t.key,t.keyRef=new i(r),this.registry.register(r,t,t)}this.unfinalizedNodes.size>0?queueMicrotask(this.finalize):this.finalizationScheduled=!1},this.registry=new o(this.deleteNode.bind(this))}has(e){return this.map.has(e)}get(e){let t=this.getNode(e);return t&&t.value}getNode(e){let t=this.map.get(e);if(t&&t!==this.newest){let{older:e,newer:r}=t;r&&(r.older=e),e&&(e.newer=r),t.older=this.newest,t.older.newer=t,t.newer=null,this.newest=t,t===this.oldest&&(this.oldest=r)}return t}set(e,t){let r=this.getNode(e);return r?r.value=t:(r={key:e,value:t,newer:null,older:this.newest},this.newest&&(this.newest.newer=r),this.newest=r,this.oldest=this.oldest||r,this.scheduleFinalization(r),this.map.set(e,r),this.size++,r.value)}clean(){for(;this.oldest&&this.size>this.max;)this.deleteNode(this.oldest)}deleteNode(e){e===this.newest&&(this.newest=e.older),e===this.oldest&&(this.oldest=e.newer),e.newer&&(e.newer.older=e.older),e.older&&(e.older.newer=e.newer),this.size--;let t=e.key||e.keyRef&&e.keyRef.deref();this.dispose(e.value,t),e.keyRef?this.registry.unregister(e):this.unfinalizedNodes.delete(e),t&&this.map.delete(t)}delete(e){let t=this.map.get(e);return!!t&&(this.deleteNode(t),!0)}scheduleFinalization(e){this.unfinalizedNodes.add(e),this.finalizationScheduled||(this.finalizationScheduled=!0,queueMicrotask(this.finalize))}}}},e=>{var t=t=>e(e.s=t);e.O(0,[6593,8792],()=>(t(92),t(48253))),_N_E=e.O()}]);
|