@allurereport/web-awesome 3.0.0-beta.3 → 3.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.cjs +1 -1
- package/CONTRIBUTING.md +34 -0
- package/dist/multi/{141.app-b6362ca0.js → 141.app-71d7f77e.js} +1 -1
- package/dist/multi/222.app-71d7f77e.js +1 -0
- package/dist/multi/335.app-71d7f77e.js +1 -0
- package/dist/multi/{34.app-b6362ca0.js → 34.app-71d7f77e.js} +1 -1
- package/dist/multi/349.app-71d7f77e.js +1 -0
- package/dist/multi/378.app-71d7f77e.js +1 -0
- package/dist/multi/{406.app-b6362ca0.js → 406.app-71d7f77e.js} +1 -1
- package/dist/multi/476.app-71d7f77e.js +1 -0
- package/dist/multi/{53.app-b6362ca0.js → 53.app-71d7f77e.js} +1 -1
- package/dist/multi/{584.app-b6362ca0.js → 584.app-71d7f77e.js} +1 -1
- package/dist/multi/690.app-71d7f77e.js +1 -0
- package/dist/multi/{747.app-b6362ca0.js → 747.app-71d7f77e.js} +1 -1
- package/dist/multi/{767.app-b6362ca0.js → 767.app-71d7f77e.js} +1 -1
- package/dist/multi/{816.app-b6362ca0.js → 816.app-71d7f77e.js} +1 -1
- package/dist/multi/83.app-71d7f77e.js +1 -0
- package/dist/multi/{873.app-b6362ca0.js → 873.app-71d7f77e.js} +1 -1
- package/dist/multi/{920.app-b6362ca0.js → 920.app-71d7f77e.js} +1 -1
- package/dist/multi/{991.app-b6362ca0.js → 991.app-71d7f77e.js} +1 -1
- package/dist/multi/app-71d7f77e.js +2 -0
- package/dist/multi/manifest.json +20 -20
- package/dist/multi/{styles-b6362ca0.css → styles-71d7f77e.css} +6 -6
- package/dist/single/app-7aa8b012.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +11 -4
- package/src/assets/scss/_common.scss +9 -0
- package/src/components/app/ArrowButton/index.tsx +3 -2
- package/src/components/app/BaseLayout/index.tsx +5 -5
- package/src/components/app/ReportBody/Filters.tsx +12 -10
- package/src/components/app/ReportBody/HeaderActions.tsx +3 -3
- package/src/components/app/ReportBody/SortBy.tsx +10 -10
- package/src/components/app/ReportBody/context.tsx +0 -1
- package/src/components/app/ReportHeader/index.tsx +1 -1
- package/src/components/app/Tabs/index.tsx +2 -3
- package/src/components/app/TestResult/TestResultDescription/index.tsx +3 -3
- package/src/components/app/TestResult/TestResultNavigation/index.tsx +34 -37
- package/src/components/app/TestResult/TestResultNavigation/styles.scss +1 -1
- package/src/components/app/TestResult/TestResultSteps/attachment.tsx +4 -6
- package/src/components/app/Tree/Tree.tsx +54 -101
- package/src/components/app/Tree/TreeHeader.tsx +13 -12
- package/src/components/app/Tree/TreeItem.tsx +3 -1
- package/src/components/app/Tree/index.tsx +31 -7
- package/src/components/app/Tree/styles.scss +9 -3
- package/src/components/commons/Menu/index.tsx +44 -19
- package/src/components/commons/SearchBox/index.tsx +8 -5
- package/src/components/commons/SuccessRatePieChart/styles.scss +0 -1
- package/src/components/commons/Toggle/index.tsx +3 -2
- package/src/components/commons/Tooltip/index.tsx +3 -3
- package/src/i18n/constants.ts +21 -2
- package/src/i18n/locales/am.json +3 -1
- package/src/i18n/locales/az.json +3 -1
- package/src/i18n/locales/de.json +3 -1
- package/src/i18n/locales/en.json +4 -2
- package/src/i18n/locales/es.json +3 -0
- package/src/i18n/locales/fr.json +3 -1
- package/src/i18n/locales/he.json +3 -1
- package/src/i18n/locales/it.json +3 -1
- package/src/i18n/locales/ja.json +3 -1
- package/src/i18n/locales/ka.json +3 -1
- package/src/i18n/locales/kr.json +3 -1
- package/src/i18n/locales/nl.json +3 -1
- package/src/i18n/locales/pl.json +3 -1
- package/src/i18n/locales/pt.json +3 -1
- package/src/i18n/locales/ru.json +3 -1
- package/src/i18n/locales/sv.json +3 -1
- package/src/i18n/locales/tr.json +3 -1
- package/src/i18n/locales/zh.json +4 -2
- package/src/index.html +1 -0
- package/src/stores/chart.ts +2 -2
- package/src/stores/testResults.ts +26 -4
- package/src/stores/tree.ts +98 -4
- package/src/types/globals.d.ts +6 -1
- package/src/utils/capitalize.ts +5 -3
- package/src/utils/treeFilters.ts +73 -120
- package/test/utils/treeFilters.test.ts +424 -0
- package/types.d.ts +25 -4
- package/vitest.config.ts +12 -0
- package/dist/multi/222.app-b6362ca0.js +0 -1
- package/dist/multi/335.app-b6362ca0.js +0 -1
- package/dist/multi/349.app-b6362ca0.js +0 -1
- package/dist/multi/378.app-b6362ca0.js +0 -1
- package/dist/multi/476.app-b6362ca0.js +0 -1
- package/dist/multi/690.app-b6362ca0.js +0 -1
- package/dist/multi/83.app-b6362ca0.js +0 -1
- package/dist/multi/app-b6362ca0.js +0 -2
- package/dist/single/app-57ae0a60.js +0 -2
- /package/dist/multi/{app-b6362ca0.js.LICENSE.txt → app-71d7f77e.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-57ae0a60.js.LICENSE.txt → app-7aa8b012.js.LICENSE.txt} +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/*! For license information please see app-b6362ca0.js.LICENSE.txt */
|
|
2
|
-
!function(){var e,t,n,r,i={891:function(){Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}},282:function(e,t,n){var r=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,n=0,r={},i={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof o?new o(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++n}),e.__id},clone:function e(t,n){var r,o;switch(n=n||{},i.util.type(t)){case"Object":if(o=i.util.objId(t),n[o])return n[o];for(var a in r={},n[o]=r,t)t.hasOwnProperty(a)&&(r[a]=e(t[a],n));return r;case"Array":return o=i.util.objId(t),n[o]?n[o]:(r=[],n[o]=r,t.forEach((function(t,i){r[i]=e(t,n)})),r);default:return t}},getLanguage:function(e){for(;e;){var n=t.exec(e.className);if(n)return n[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,n){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+n)},currentScript:function(){if("undefined"==typeof document)return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var n in t)if(t[n].src==e)return t[n]}return null}},isActive:function(e,t,n){for(var r="no-"+t;e;){var i=e.classList;if(i.contains(t))return!0;if(i.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,t){var n=i.util.clone(i.languages[e]);for(var r in t)n[r]=t[r];return n},insertBefore:function(e,t,n,r){var o=(r=r||i.languages)[e],a={};for(var s in o)if(o.hasOwnProperty(s)){if(s==t)for(var l in n)n.hasOwnProperty(l)&&(a[l]=n[l]);n.hasOwnProperty(s)||(a[s]=o[s])}var c=r[e];return r[e]=a,i.languages.DFS(i.languages,(function(t,n){n===c&&t!=e&&(this[t]=a)})),a},DFS:function e(t,n,r,o){o=o||{};var a=i.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],r||s);var l=t[s],c=i.util.type(l);"Object"!==c||o[a(l)]?"Array"!==c||o[a(l)]||(o[a(l)]=!0,e(l,n,s,o)):(o[a(l)]=!0,e(l,n,null,o))}}},plugins:{},highlightAll:function(e,t){i.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,n){var r={callback:n,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),i.hooks.run("before-all-elements-highlight",r);for(var o,a=0;o=r.elements[a++];)i.highlightElement(o,!0===t,r.callback)},highlightElement:function(t,n,r){var o=i.util.getLanguage(t),a=i.languages[o];i.util.setLanguage(t,o);var s=t.parentElement;s&&"pre"===s.nodeName.toLowerCase()&&i.util.setLanguage(s,o);var l={element:t,language:o,grammar:a,code:t.textContent};function c(e){l.highlightedCode=e,i.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,i.hooks.run("after-highlight",l),i.hooks.run("complete",l),r&&r.call(l.element)}if(i.hooks.run("before-sanity-check",l),(s=l.element.parentElement)&&"pre"===s.nodeName.toLowerCase()&&!s.hasAttribute("tabindex")&&s.setAttribute("tabindex","0"),!l.code)return i.hooks.run("complete",l),void(r&&r.call(l.element));if(i.hooks.run("before-highlight",l),l.grammar)if(n&&e.Worker){var u=new Worker(i.filename);u.onmessage=function(e){c(e.data)},u.postMessage(JSON.stringify({language:l.language,code:l.code,immediateClose:!0}))}else c(i.highlight(l.code,l.grammar,l.language));else c(i.util.encode(l.code))},highlight:function(e,t,n){var r={code:e,grammar:t,language:n};if(i.hooks.run("before-tokenize",r),!r.grammar)throw new Error('The language "'+r.language+'" has no grammar.');return r.tokens=i.tokenize(r.code,r.grammar),i.hooks.run("after-tokenize",r),o.stringify(i.util.encode(r.tokens),r.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var i=new l;return c(i,i.head,e),s(e,i,t,i.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(i)},hooks:{all:{},add:function(e,t){var n=i.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=i.hooks.all[e];if(n&&n.length)for(var r,o=0;r=n[o++];)r(t)}},Token:o};function o(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function a(e,t,n,r){e.lastIndex=t;var i=e.exec(n);if(i&&r&&i[1]){var o=i[1].length;i.index+=o,i[0]=i[0].slice(o)}return i}function s(e,t,n,r,l,d){for(var p in n)if(n.hasOwnProperty(p)&&n[p]){var h=n[p];h=Array.isArray(h)?h:[h];for(var f=0;f<h.length;++f){if(d&&d.cause==p+","+f)return;var g=h[f],m=g.inside,v=!!g.lookbehind,y=!!g.greedy,b=g.alias;if(y&&!g.pattern.global){var _=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,_+"g")}for(var w=g.pattern||g,k=r.next,x=l;k!==t.tail&&!(d&&x>=d.reach);x+=k.value.length,k=k.next){var C=k.value;if(t.length>e.length)return;if(!(C instanceof o)){var S,N=1;if(y){if(!(S=a(w,x,e,v))||S.index>=e.length)break;var L=S.index,A=S.index+S[0].length,P=x;for(P+=k.value.length;L>=P;)P+=(k=k.next).value.length;if(x=P-=k.value.length,k.value instanceof o)continue;for(var E=k;E!==t.tail&&(P<A||"string"==typeof E.value);E=E.next)N++,P+=E.value.length;N--,C=e.slice(x,P),S.index-=x}else if(!(S=a(w,0,C,v)))continue;L=S.index;var O=S[0],M=C.slice(0,L),T=C.slice(L+O.length),j=x+C.length;d&&j>d.reach&&(d.reach=j);var z=k.prev;if(M&&(z=c(t,z,M),x+=M.length),u(t,z,N),k=c(t,z,new o(p,m?i.tokenize(O,m):O,b,O)),T&&c(t,k,T),N>1){var B={cause:p+","+f,reach:j};s(e,t,n,k.prev,x,B),d&&B.reach>d.reach&&(d.reach=B.reach)}}}}}}function l(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function c(e,t,n){var r=t.next,i={value:n,prev:t,next:r};return t.next=i,r.prev=i,e.length++,i}function u(e,t,n){for(var r=t.next,i=0;i<n&&r!==e.tail;i++)r=r.next;t.next=r,r.prev=t,e.length-=i}if(e.Prism=i,o.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var r="";return t.forEach((function(t){r+=e(t,n)})),r}var o={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(o.classes,a):o.classes.push(a)),i.hooks.run("wrap",o);var s="";for(var l in o.attributes)s+=" "+l+'="'+(o.attributes[l]||"").replace(/"/g,""")+'"';return"<"+o.tag+' class="'+o.classes.join(" ")+'"'+s+">"+o.content+"</"+o.tag+">"},!e.document)return e.addEventListener?(i.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var n=JSON.parse(t.data),r=n.language,o=n.code,a=n.immediateClose;e.postMessage(i.highlight(o,i.languages[r],r)),a&&e.close()}),!1),i):i;var d=i.util.currentScript();function p(){i.manual||i.highlightAll()}if(d&&(i.filename=d.src,d.hasAttribute("data-manual")&&(i.manual=!0)),!i.manual){var h=document.readyState;"loading"===h||"interactive"===h&&d&&d.defer?document.addEventListener("DOMContentLoaded",p):window.requestAnimationFrame?window.requestAnimationFrame(p):window.setTimeout(p,16)}return i}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});e.exports&&(e.exports=r),void 0!==n.g&&(n.g.Prism=r)},174:function(){!function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,(function(e,n){return"(?:"+t[+n]+")"}))}function n(e,n,r){return RegExp(t(e,n),r||"")}function r(e,t){for(var n=0;n<t;n++)e=e.replace(/<<self>>/g,(function(){return"(?:"+e+")"}));return e.replace(/<<self>>/g,"[^\\s\\S]")}var i="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",o="class enum interface record struct",a="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",s="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function l(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var c=l(o),u=RegExp(l(i+" "+o+" "+a+" "+s)),d=l(o+" "+a+" "+s),p=l(i+" "+o+" "+s),h=r(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),f=r(/\((?:[^()]|<<self>>)*\)/.source,2),g=/@?\b[A-Za-z_]\w*\b/.source,m=t(/<<0>>(?:\s*<<1>>)?/.source,[g,h]),v=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[d,m]),y=/\[\s*(?:,\s*)*\]/.source,b=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[v,y]),_=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[h,f,y]),w=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[_]),k=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[w,v,y]),x={keyword:u,punctuation:/[<>()?,.:[\]]/},C=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,S=/"(?:\\.|[^\\"\r\n])*"/.source,N=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:n(/(^|[^$\\])<<0>>/.source,[N]),lookbehind:!0,greedy:!0},{pattern:n(/(^|[^@$\\])<<0>>/.source,[S]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:n(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[v]),lookbehind:!0,inside:x},{pattern:n(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[g,k]),lookbehind:!0,inside:x},{pattern:n(/(\busing\s+)<<0>>(?=\s*=)/.source,[g]),lookbehind:!0},{pattern:n(/(\b<<0>>\s+)<<1>>/.source,[c,m]),lookbehind:!0,inside:x},{pattern:n(/(\bcatch\s*\(\s*)<<0>>/.source,[v]),lookbehind:!0,inside:x},{pattern:n(/(\bwhere\s+)<<0>>/.source,[g]),lookbehind:!0},{pattern:n(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[b]),lookbehind:!0,inside:x},{pattern:n(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[k,p,g]),inside:x}],keyword:u,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:n(/([(,]\s*)<<0>>(?=\s*:)/.source,[g]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:n(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[g]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:n(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[f]),lookbehind:!0,alias:"class-name",inside:x},"return-type":{pattern:n(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[k,v]),inside:x,alias:"class-name"},"constructor-invocation":{pattern:n(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[k]),lookbehind:!0,inside:x,alias:"class-name"},"generic-method":{pattern:n(/<<0>>\s*<<1>>(?=\s*\()/.source,[g,h]),inside:{function:n(/^<<0>>/.source,[g]),generic:{pattern:RegExp(h),alias:"class-name",inside:x}}},"type-list":{pattern:n(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[c,m,g,k,u.source,f,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:n(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[m,f]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:u,"class-name":{pattern:RegExp(k),greedy:!0,inside:x},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var L=S+"|"+C,A=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[L]),P=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[A]),2),E=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,O=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[v,P]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:n(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[E,O]),lookbehind:!0,greedy:!0,inside:{target:{pattern:n(/^<<0>>(?=\s*:)/.source,[E]),alias:"keyword"},"attribute-arguments":{pattern:n(/\(<<0>>*\)/.source,[P]),inside:e.languages.csharp},"class-name":{pattern:RegExp(v),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var M=/:[^}\r\n]+/.source,T=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[A]),2),j=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[T,M]),z=r(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[L]),2),B=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[z,M]);function F(t,r){return{interpolation:{pattern:n(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:n(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[r,M]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:n(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[j]),lookbehind:!0,greedy:!0,inside:F(j,T)},{pattern:n(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[B]),lookbehind:!0,greedy:!0,inside:F(B,z)}],char:{pattern:RegExp(C),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(Prism)},678:function(){!function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(Prism)},345:function(){Prism.languages.csv={value:/[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,punctuation:/,/}},175:function(){!function(e){var t=/(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source;e.languages.gherkin={pystring:{pattern:/("""|''')[\s\S]+?\1/,alias:"string"},comment:{pattern:/(^[ \t]*)#.*/m,lookbehind:!0},tag:{pattern:/(^[ \t]*)@\S*/m,lookbehind:!0},feature:{pattern:/((?:^|\r?\n|\r)[ \t]*)(?:Ability|Ahoy matey!|Arwedd|Aspekt|Besigheid Behoefte|Business Need|Caracteristica|Característica|Egenskab|Egenskap|Eiginleiki|Feature|Fīča|Fitur|Fonctionnalité|Fonksyonalite|Funcionalidade|Funcionalitat|Functionalitate|Funcţionalitate|Funcționalitate|Functionaliteit|Fungsi|Funkcia|Funkcija|Funkcionalitāte|Funkcionalnost|Funkcja|Funksie|Funktionalität|Funktionalitéit|Funzionalità|Hwaet|Hwæt|Jellemző|Karakteristik|Lastnost|Mak|Mogucnost|laH|Mogućnost|Moznosti|Možnosti|OH HAI|Omadus|Ominaisuus|Osobina|Özellik|Potrzeba biznesowa|perbogh|poQbogh malja'|Požadavek|Požiadavka|Pretty much|Qap|Qu'meH 'ut|Savybė|Tính năng|Trajto|Vermoë|Vlastnosť|Właściwość|Značilnost|Δυνατότητα|Λειτουργία|Могућност|Мөмкинлек|Особина|Свойство|Үзенчәлеклелек|Функционал|Функционалност|Функция|Функціонал|תכונה|خاصية|خصوصیت|صلاحیت|کاروبار کی ضرورت|وِیژگی|रूप लेख|ਖਾਸੀਅਤ|ਨਕਸ਼ ਨੁਹਾਰ|ਮੁਹਾਂਦਰਾ|గుణము|ಹೆಚ್ಚಳ|ความต้องการทางธุรกิจ|ความสามารถ|โครงหลัก|기능|フィーチャ|功能|機能):(?:[^:\r\n]+(?:\r?\n|\r|$))*/,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]+/,lookbehind:!0},keyword:/[^:\r\n]+:/}},scenario:{pattern:/(^[ \t]*)(?:Abstract Scenario|Abstrakt Scenario|Achtergrond|Aer|Ær|Agtergrond|All y'all|Antecedentes|Antecedents|Atburðarás|Atburðarásir|Awww, look mate|B4|Background|Baggrund|Bakgrund|Bakgrunn|Bakgrunnur|Beispiele|Beispiller|Bối cảnh|Cefndir|Cenario|Cenário|Cenario de Fundo|Cenário de Fundo|Cenarios|Cenários|Contesto|Context|Contexte|Contexto|Conto|Contoh|Contone|Dæmi|Dasar|Dead men tell no tales|Delineacao do Cenario|Delineação do Cenário|Dis is what went down|Dữ liệu|Dyagram Senaryo|Dyagram senaryo|Egzanp|Ejemplos|Eksempler|Ekzemploj|Enghreifftiau|Esbozo do escenario|Escenari|Escenario|Esempi|Esquema de l'escenari|Esquema del escenario|Esquema do Cenario|Esquema do Cenário|EXAMPLZ|Examples|Exempel|Exemple|Exemples|Exemplos|First off|Fono|Forgatókönyv|Forgatókönyv vázlat|Fundo|Geçmiş|Grundlage|Hannergrond|ghantoH|Háttér|Heave to|Istorik|Juhtumid|Keadaan|Khung kịch bản|Khung tình huống|Kịch bản|Koncept|Konsep skenario|Kontèks|Kontekst|Kontekstas|Konteksts|Kontext|Konturo de la scenaro|Latar Belakang|lut chovnatlh|lut|lutmey|Lýsing Atburðarásar|Lýsing Dæma|MISHUN SRSLY|MISHUN|Menggariskan Senario|mo'|Náčrt Scenára|Náčrt Scénáře|Náčrt Scenáru|Oris scenarija|Örnekler|Osnova|Osnova Scenára|Osnova scénáře|Osnutek|Ozadje|Paraugs|Pavyzdžiai|Példák|Piemēri|Plan du scénario|Plan du Scénario|Plan Senaryo|Plan senaryo|Plang vum Szenario|Pozadí|Pozadie|Pozadina|Príklady|Příklady|Primer|Primeri|Primjeri|Przykłady|Raamstsenaarium|Reckon it's like|Rerefons|Scenár|Scénář|Scenarie|Scenarij|Scenarijai|Scenarijaus šablonas|Scenariji|Scenārijs|Scenārijs pēc parauga|Scenarijus|Scenario|Scénario|Scenario Amlinellol|Scenario Outline|Scenario Template|Scenariomal|Scenariomall|Scenarios|Scenariu|Scenariusz|Scenaro|Schema dello scenario|Se ðe|Se the|Se þe|Senario|Senaryo Deskripsyon|Senaryo deskripsyon|Senaryo|Senaryo taslağı|Shiver me timbers|Situācija|Situai|Situasie Uiteensetting|Situasie|Skenario konsep|Skenario|Skica|Structura scenariu|Structură scenariu|Struktura scenarija|Stsenaarium|Swa hwaer swa|Swa|Swa hwær swa|Szablon scenariusza|Szenario|Szenariogrundriss|Tapaukset|Tapaus|Tapausaihio|Taust|Tausta|Template Keadaan|Template Senario|Template Situai|The thing of it is|Tình huống|Variantai|Voorbeelde|Voorbeelden|Wharrimean is|Yo-ho-ho|You'll wanna|Założenia|Παραδείγματα|Περιγραφή Σεναρίου|Σενάρια|Σενάριο|Υπόβαθρο|Кереш|Контекст|Концепт|Мисаллар|Мисоллар|Основа|Передумова|Позадина|Предистория|Предыстория|Приклади|Пример|Примери|Примеры|Рамка на сценарий|Скица|Структура сценарија|Структура сценария|Структура сценарію|Сценарий|Сценарий структураси|Сценарийның төзелеше|Сценарији|Сценарио|Сценарій|Тарих|Үрнәкләр|דוגמאות|רקע|תבנית תרחיש|תרחיש|الخلفية|الگوی سناریو|امثلة|پس منظر|زمینه|سناریو|سيناريو|سيناريو مخطط|مثالیں|منظر نامے کا خاکہ|منظرنامہ|نمونه ها|उदाहरण|परिदृश्य|परिदृश्य रूपरेखा|पृष्ठभूमि|ਉਦਾਹਰਨਾਂ|ਪਟਕਥਾ|ਪਟਕਥਾ ਢਾਂਚਾ|ਪਟਕਥਾ ਰੂਪ ਰੇਖਾ|ਪਿਛੋਕੜ|ఉదాహరణలు|కథనం|నేపథ్యం|సన్నివేశం|ಉದಾಹರಣೆಗಳು|ಕಥಾಸಾರಾಂಶ|ವಿವರಣೆ|ಹಿನ್ನೆಲೆ|โครงสร้างของเหตุการณ์|ชุดของตัวอย่าง|ชุดของเหตุการณ์|แนวคิด|สรุปเหตุการณ์|เหตุการณ์|배경|시나리오|시나리오 개요|예|サンプル|シナリオ|シナリオアウトライン|シナリオテンプレ|シナリオテンプレート|テンプレ|例|例子|剧本|剧本大纲|劇本|劇本大綱|场景|场景大纲|場景|場景大綱|背景):[^:\r\n]*/m,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]*/,lookbehind:!0},keyword:/[^:\r\n]+:/}},"table-body":{pattern:RegExp("("+t+")(?:"+t+")+"),lookbehind:!0,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"},td:{pattern:/\s*[^\s|][^|]*/,alias:"string"},punctuation:/\|/}},"table-head":{pattern:RegExp(t),inside:{th:{pattern:/\s*[^\s|][^|]*/,alias:"variable"},punctuation:/\|/}},atrule:{pattern:/(^[ \t]+)(?:'a|'ach|'ej|7|a|A také|A taktiež|A tiež|A zároveň|Aber|Ac|Adott|Akkor|Ak|Aleshores|Ale|Ali|Allora|Alors|Als|Ama|Amennyiben|Amikor|Ampak|an|AN|Ananging|And y'all|And|Angenommen|Anrhegedig a|An|Apabila|Atès|Atesa|Atunci|Avast!|Aye|A|awer|Bagi|Banjur|Bet|Biết|Blimey!|Buh|But at the end of the day I reckon|But y'all|But|BUT|Cal|Când|Cand|Cando|Ce|Cuando|Če|Ða ðe|Ða|Dadas|Dada|Dados|Dado|DaH ghu' bejlu'|dann|Dann|Dano|Dan|Dar|Dat fiind|Data|Date fiind|Date|Dati fiind|Dati|Daţi fiind|Dați fiind|DEN|Dato|De|Den youse gotta|Dengan|Diberi|Diyelim ki|Donada|Donat|Donitaĵo|Do|Dun|Duota|Ðurh|Eeldades|Ef|Eğer ki|Entao|Então|Entón|E|En|Entonces|Epi|És|Etant donnée|Etant donné|Et|Étant données|Étant donnée|Étant donné|Etant données|Etant donnés|Étant donnés|Fakat|Gangway!|Gdy|Gegeben seien|Gegeben sei|Gegeven|Gegewe|ghu' noblu'|Gitt|Given y'all|Given|Givet|Givun|Ha|Cho|I CAN HAZ|In|Ir|It's just unbelievable|I|Ja|Jeśli|Jeżeli|Kad|Kada|Kadar|Kai|Kaj|Když|Keď|Kemudian|Ketika|Khi|Kiedy|Ko|Kuid|Kui|Kun|Lan|latlh|Le sa a|Let go and haul|Le|Lè sa a|Lè|Logo|Lorsqu'<|Lorsque|mä|Maar|Mais|Mając|Ma|Majd|Maka|Manawa|Mas|Men|Menawa|Mutta|Nalika|Nalikaning|Nanging|Når|När|Nato|Nhưng|Niin|Njuk|O zaman|Och|Og|Oletetaan|Ond|Onda|Oraz|Pak|Pero|Però|Podano|Pokiaľ|Pokud|Potem|Potom|Privzeto|Pryd|Quan|Quand|Quando|qaSDI'|Så|Sed|Se|Siis|Sipoze ke|Sipoze Ke|Sipoze|Si|Şi|Și|Soit|Stel|Tada|Tad|Takrat|Tak|Tapi|Ter|Tetapi|Tha the|Tha|Then y'all|Then|Thì|Thurh|Toda|Too right|Un|Und|ugeholl|Và|vaj|Vendar|Ve|wann|Wanneer|WEN|Wenn|When y'all|When|Wtedy|Wun|Y'know|Yeah nah|Yna|Youse know like when|Youse know when youse got|Y|Za predpokladu|Za předpokladu|Zadan|Zadani|Zadano|Zadate|Zadato|Zakładając|Zaradi|Zatati|Þa þe|Þa|Þá|Þegar|Þurh|Αλλά|Δεδομένου|Και|Όταν|Τότε|А також|Агар|Але|Али|Аммо|А|Әгәр|Әйтик|Әмма|Бирок|Ва|Вә|Дадено|Дано|Допустим|Если|Задате|Задати|Задато|И|І|К тому же|Када|Кад|Когато|Когда|Коли|Ләкин|Лекин|Нәтиҗәдә|Нехай|Но|Онда|Припустимо, що|Припустимо|Пусть|Также|Та|Тогда|Тоді|То|Унда|Һәм|Якщо|אבל|אזי|אז|בהינתן|וגם|כאשר|آنگاه|اذاً|اگر|اما|اور|با فرض|بالفرض|بفرض|پھر|تب|ثم|جب|عندما|فرض کیا|لكن|لیکن|متى|هنگامی|و|अगर|और|कदा|किन्तु|चूंकि|जब|तथा|तदा|तब|परन्तु|पर|यदि|ਅਤੇ|ਜਦੋਂ|ਜਿਵੇਂ ਕਿ|ਜੇਕਰ|ਤਦ|ਪਰ|అప్పుడు|ఈ పరిస్థితిలో|కాని|చెప్పబడినది|మరియు|ಆದರೆ|ನಂತರ|ನೀಡಿದ|ಮತ್ತು|ಸ್ಥಿತಿಯನ್ನು|กำหนดให้|ดังนั้น|แต่|เมื่อ|และ|그러면<|그리고<|단<|만약<|만일<|먼저<|조건<|하지만<|かつ<|しかし<|ただし<|ならば<|もし<|並且<|但し<|但是<|假如<|假定<|假設<|假设<|前提<|同时<|同時<|并且<|当<|當<|而且<|那么<|那麼<)(?=[ \t])/m,lookbehind:!0},string:{pattern:/"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'/,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"}}},outline:{pattern:/<[^>]+>/,alias:"variable"}}}(Prism)},699:function(){Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Prism.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Prism.languages.go["class-name"]},225:function(){!function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[r,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:r.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:r.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:r.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism)},590:function(){Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Prism.languages.js=Prism.languages.javascript},895:function(){Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Prism.languages.webmanifest=Prism.languages.json},988:function(){!function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(Prism)},347:function(){!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,i,o){if(n.language===r){var a=n.tokenStack=[];n.code=n.code.replace(i,(function(e){if("function"==typeof o&&!o(e))return e;for(var i,s=a.length;-1!==n.code.indexOf(i=t(r,s));)++s;return a[s]=e,i})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var i=0,o=Object.keys(n.tokenStack);!function a(s){for(var l=0;l<s.length&&!(i>=o.length);l++){var c=s[l];if("string"==typeof c||c.content&&"string"==typeof c.content){var u=o[i],d=n.tokenStack[u],p="string"==typeof c?c:c.content,h=t(r,u),f=p.indexOf(h);if(f>-1){++i;var g=p.substring(0,f),m=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),v=p.substring(f+h.length),y=[];g&&y.push.apply(y,a([g])),y.push(m),v&&y.push.apply(y,a([v])),"string"==typeof c?s.splice.apply(s,[l,1].concat(y)):c.content=y}}else c.content&&a(c.content)}return s}(n.tokens)}}}})}(Prism)},709:function(){Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var r={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};r["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:r},Prism.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml},813:function(){!function(e){var t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,n=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],r=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,i=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,o=/[{}\[\](),:;]/;e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:r,operator:i,punctuation:o};var a={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},s=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:a}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:a}}];e.languages.insertBefore("php","variable",{string:s,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:s,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,number:r,operator:i,punctuation:o}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",(function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")}))}(Prism)},623:function(){Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python},817:function(){!function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var n="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",r=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+n+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+r),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+r+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+n),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+n),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}(Prism)},54:function(){!function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)},108:function(){!function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document){var e="line-numbers",t=/\n(?!$)/g,n=Prism.plugins.lineNumbers={getLine:function(t,n){if("PRE"===t.tagName&&t.classList.contains(e)){var r=t.querySelector(".line-numbers-rows");if(r){var i=parseInt(t.getAttribute("data-start"),10)||1,o=i+(r.children.length-1);n<i&&(n=i),n>o&&(n=o);var a=n-i;return r.children[a]}}},resize:function(e){i([e])},assumeViewportIndependence:!0},r=void 0;window.addEventListener("resize",(function(){n.assumeViewportIndependence&&r===window.innerWidth||(r=window.innerWidth,i(Array.prototype.slice.call(document.querySelectorAll("pre."+e))))})),Prism.hooks.add("complete",(function(n){if(n.code){var r=n.element,o=r.parentNode;if(o&&/pre/i.test(o.nodeName)&&!r.querySelector(".line-numbers-rows")&&Prism.util.isActive(r,e)){r.classList.remove(e),o.classList.add(e);var a,s=n.code.match(t),l=s?s.length+1:1,c=new Array(l+1).join("<span></span>");(a=document.createElement("span")).setAttribute("aria-hidden","true"),a.className="line-numbers-rows",a.innerHTML=c,o.hasAttribute("data-start")&&(o.style.counterReset="linenumber "+(parseInt(o.getAttribute("data-start"),10)-1)),n.element.appendChild(a),i([o]),Prism.hooks.run("line-numbers",n)}}})),Prism.hooks.add("line-numbers",(function(e){e.plugins=e.plugins||{},e.plugins.lineNumbers=!0}))}function i(e){if(0!=(e=e.filter((function(e){var t,n=(t=e,t?window.getComputedStyle?getComputedStyle(t):t.currentStyle||null:null)["white-space"];return"pre-wrap"===n||"pre-line"===n}))).length){var n=e.map((function(e){var n=e.querySelector("code"),r=e.querySelector(".line-numbers-rows");if(n&&r){var i=e.querySelector(".line-numbers-sizer"),o=n.textContent.split(t);i||((i=document.createElement("span")).className="line-numbers-sizer",n.appendChild(i)),i.innerHTML="0",i.style.display="block";var a=i.getBoundingClientRect().height;return i.innerHTML="",{element:e,lines:o,lineHeights:[],oneLinerHeight:a,sizer:i}}})).filter(Boolean);n.forEach((function(e){var t=e.sizer,n=e.lines,r=e.lineHeights,i=e.oneLinerHeight;r[n.length-1]=void 0,n.forEach((function(e,n){if(e&&e.length>1){var o=t.appendChild(document.createElement("span"));o.style.display="block",o.textContent=e}else r[n]=i}))})),n.forEach((function(e){for(var t=e.sizer,n=e.lineHeights,r=0,i=0;i<n.length;i++)void 0===n[i]&&(n[i]=t.children[r++].getBoundingClientRect().height)})),n.forEach((function(e){var t=e.sizer,n=e.element.querySelector(".line-numbers-rows");t.style.display="none",t.innerHTML="",e.lineHeights.forEach((function(e,t){n.children[t].style.height=e+"px"}))}))}}}()},364:function(){!function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document)if(Prism.plugins.toolbar){var e={none:"Plain text",plain:"Plain text",plaintext:"Plain text",text:"Plain text",txt:"Plain text",html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",rss:"RSS",css:"CSS",clike:"C-like",js:"JavaScript",abap:"ABAP",abnf:"ABNF",al:"AL",antlr4:"ANTLR4",g4:"ANTLR4",apacheconf:"Apache Configuration",apl:"APL",aql:"AQL",ino:"Arduino",arff:"ARFF",armasm:"ARM Assembly","arm-asm":"ARM Assembly",art:"Arturo",asciidoc:"AsciiDoc",adoc:"AsciiDoc",aspnet:"ASP.NET (C#)",asm6502:"6502 Assembly",asmatmel:"Atmel AVR Assembly",autohotkey:"AutoHotkey",autoit:"AutoIt",avisynth:"AviSynth",avs:"AviSynth","avro-idl":"Avro IDL",avdl:"Avro IDL",awk:"AWK",gawk:"GAWK",sh:"Shell",basic:"BASIC",bbcode:"BBcode",bbj:"BBj",bnf:"BNF",rbnf:"RBNF",bqn:"BQN",bsl:"BSL (1C:Enterprise)",oscript:"OneScript",csharp:"C#",cs:"C#",dotnet:"C#",cpp:"C++",cfscript:"CFScript",cfc:"CFScript",cil:"CIL",cilkc:"Cilk/C","cilk-c":"Cilk/C",cilkcpp:"Cilk/C++","cilk-cpp":"Cilk/C++",cilk:"Cilk/C++",cmake:"CMake",cobol:"COBOL",coffee:"CoffeeScript",conc:"Concurnas",csp:"Content-Security-Policy","css-extras":"CSS Extras",csv:"CSV",cue:"CUE",dataweave:"DataWeave",dax:"DAX",django:"Django/Jinja2",jinja2:"Django/Jinja2","dns-zone-file":"DNS zone file","dns-zone":"DNS zone file",dockerfile:"Docker",dot:"DOT (Graphviz)",gv:"DOT (Graphviz)",ebnf:"EBNF",editorconfig:"EditorConfig",ejs:"EJS",etlua:"Embedded Lua templating",erb:"ERB","excel-formula":"Excel Formula",xlsx:"Excel Formula",xls:"Excel Formula",fsharp:"F#","firestore-security-rules":"Firestore security rules",ftl:"FreeMarker Template Language",gml:"GameMaker Language",gamemakerlanguage:"GameMaker Language",gap:"GAP (CAS)",gcode:"G-code",gdscript:"GDScript",gedcom:"GEDCOM",gettext:"gettext",po:"gettext",glsl:"GLSL",gn:"GN",gni:"GN","linker-script":"GNU Linker Script",ld:"GNU Linker Script","go-module":"Go module","go-mod":"Go module",graphql:"GraphQL",hbs:"Handlebars",hs:"Haskell",hcl:"HCL",hlsl:"HLSL",http:"HTTP",hpkp:"HTTP Public-Key-Pins",hsts:"HTTP Strict-Transport-Security",ichigojam:"IchigoJam","icu-message-format":"ICU Message Format",idr:"Idris",ignore:".ignore",gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore",inform7:"Inform 7",javadoc:"JavaDoc",javadoclike:"JavaDoc-like",javastacktrace:"Java stack trace",jq:"JQ",jsdoc:"JSDoc","js-extras":"JS Extras",json:"JSON",webmanifest:"Web App Manifest",json5:"JSON5",jsonp:"JSONP",jsstacktrace:"JS stack trace","js-templates":"JS Templates",keepalived:"Keepalived Configure",kts:"Kotlin Script",kt:"Kotlin",kumir:"KuMir (КуМир)",kum:"KuMir (КуМир)",latex:"LaTeX",tex:"TeX",context:"ConTeXt",lilypond:"LilyPond",ly:"LilyPond",emacs:"Lisp",elisp:"Lisp","emacs-lisp":"Lisp",llvm:"LLVM IR",log:"Log file",lolcode:"LOLCODE",magma:"Magma (CAS)",md:"Markdown","markup-templating":"Markup templating",matlab:"MATLAB",maxscript:"MAXScript",mel:"MEL",metafont:"METAFONT",mongodb:"MongoDB",moon:"MoonScript",n1ql:"N1QL",n4js:"N4JS",n4jsd:"N4JS","nand2tetris-hdl":"Nand To Tetris HDL",naniscript:"Naninovel Script",nani:"Naninovel Script",nasm:"NASM",neon:"NEON",nginx:"nginx",nsis:"NSIS",objectivec:"Objective-C",objc:"Objective-C",ocaml:"OCaml",opencl:"OpenCL",openqasm:"OpenQasm",qasm:"OpenQasm",parigp:"PARI/GP",objectpascal:"Object Pascal",psl:"PATROL Scripting Language",pcaxis:"PC-Axis",px:"PC-Axis",peoplecode:"PeopleCode",pcode:"PeopleCode",php:"PHP",phpdoc:"PHPDoc","php-extras":"PHP Extras","plant-uml":"PlantUML",plantuml:"PlantUML",plsql:"PL/SQL",powerquery:"PowerQuery",pq:"PowerQuery",mscript:"PowerQuery",powershell:"PowerShell",promql:"PromQL",properties:".properties",protobuf:"Protocol Buffers",purebasic:"PureBasic",pbfasm:"PureBasic",purs:"PureScript",py:"Python",qsharp:"Q#",qs:"Q#",q:"Q (kdb+ database)",qml:"QML",rkt:"Racket",cshtml:"Razor C#",razor:"Razor C#",jsx:"React JSX",tsx:"React TSX",renpy:"Ren'py",rpy:"Ren'py",res:"ReScript",rest:"reST (reStructuredText)",robotframework:"Robot Framework",robot:"Robot Framework",rb:"Ruby",sas:"SAS",sass:"Sass (Sass)",scss:"Sass (SCSS)","shell-session":"Shell session","sh-session":"Shell session",shellsession:"Shell session",sml:"SML",smlnj:"SML/NJ",solidity:"Solidity (Ethereum)",sol:"Solidity (Ethereum)","solution-file":"Solution file",sln:"Solution file",soy:"Soy (Closure Template)",sparql:"SPARQL",rq:"SPARQL","splunk-spl":"Splunk SPL",sqf:"SQF: Status Quo Function (Arma 3)",sql:"SQL",stata:"Stata Ado",iecst:"Structured Text (IEC 61131-3)",supercollider:"SuperCollider",sclang:"SuperCollider",systemd:"Systemd configuration file","t4-templating":"T4 templating","t4-cs":"T4 Text Templates (C#)",t4:"T4 Text Templates (C#)","t4-vb":"T4 Text Templates (VB)",tap:"TAP",tt2:"Template Toolkit 2",toml:"TOML",trickle:"trickle",troy:"troy",trig:"TriG",ts:"TypeScript",tsconfig:"TSConfig",uscript:"UnrealScript",uc:"UnrealScript",uorazor:"UO Razor Script",uri:"URI",url:"URL",vbnet:"VB.Net",vhdl:"VHDL",vim:"vim","visual-basic":"Visual Basic",vba:"VBA",vb:"Visual Basic",wasm:"WebAssembly","web-idl":"Web IDL",webidl:"Web IDL",wgsl:"WGSL",wiki:"Wiki markup",wolfram:"Wolfram language",nb:"Mathematica Notebook",wl:"Wolfram language",xeoracube:"XeoraCube","xml-doc":"XML doc (.net)",xojo:"Xojo (REALbasic)",xquery:"XQuery",yaml:"YAML",yml:"YAML",yang:"YANG"};Prism.plugins.toolbar.registerButton("show-language",(function(t){var n=t.element.parentNode;if(n&&/pre/i.test(n.nodeName)){var r,i=n.getAttribute("data-language")||e[t.language]||((r=t.language)?(r.substring(0,1).toUpperCase()+r.substring(1)).replace(/s(?=cript)/,"S"):r);if(i){var o=document.createElement("span");return o.textContent=i,o}}}))}else console.warn("Show Languages plugin loaded before Toolbar plugin.")}()},44:function(){!function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document){var e=[],t={},n=function(){};Prism.plugins.toolbar={};var r=Prism.plugins.toolbar.registerButton=function(n,r){var i;i="function"==typeof r?r:function(e){var t;return"function"==typeof r.onClick?((t=document.createElement("button")).type="button",t.addEventListener("click",(function(){r.onClick.call(this,e)}))):"string"==typeof r.url?(t=document.createElement("a")).href=r.url:t=document.createElement("span"),r.className&&t.classList.add(r.className),t.textContent=r.text,t},n in t?console.warn('There is a button with the key "'+n+'" registered already.'):e.push(t[n]=i)},i=Prism.plugins.toolbar.hook=function(r){var i=r.element.parentNode;if(i&&/pre/i.test(i.nodeName)&&!i.parentNode.classList.contains("code-toolbar")){var o=document.createElement("div");o.classList.add("code-toolbar"),i.parentNode.insertBefore(o,i),o.appendChild(i);var a=document.createElement("div");a.classList.add("toolbar");var s=e,l=function(e){for(;e;){var t=e.getAttribute("data-toolbar-order");if(null!=t)return(t=t.trim()).length?t.split(/\s*,\s*/g):[];e=e.parentElement}}(r.element);l&&(s=l.map((function(e){return t[e]||n}))),s.forEach((function(e){var t=e(r);if(t){var n=document.createElement("div");n.classList.add("toolbar-item"),n.appendChild(t),a.appendChild(n)}})),o.appendChild(a)}};r("label",(function(e){var t=e.element.parentNode;if(t&&/pre/i.test(t.nodeName)&&t.hasAttribute("data-label")){var n,r,i=t.getAttribute("data-label");try{r=document.querySelector("template#"+i)}catch(e){}return r?n=r.content:(t.hasAttribute("data-url")?(n=document.createElement("a")).href=t.getAttribute("data-url"):n=document.createElement("span"),n.textContent=i),n}})),Prism.hooks.add("complete",i)}}()},73:function(e,t,n){e.exports=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};function t(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self&&self;var r=t((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(e){return Array.isArray(e)?[]:{}}function n(n,r){return r&&!0===r.clone&&e(n)?o(t(n),n,r):n}function r(t,r,i){var a=t.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=n(r,i):e(r)?a[s]=o(t[s],r,i):-1===t.indexOf(r)&&a.push(n(r,i))})),a}function i(t,r,i){var a={};return e(t)&&Object.keys(t).forEach((function(e){a[e]=n(t[e],i)})),Object.keys(r).forEach((function(s){e(r[s])&&t[s]?a[s]=o(t[s],r[s],i):a[s]=n(r[s],i)})),a}function o(e,t,o){var a=Array.isArray(t),s=(o||{arrayMerge:r}).arrayMerge||r;return a?Array.isArray(e)?s(e,t,o):n(t,o):i(e,t,o)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),i=t((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),o=i.svg,a=i.xlink,s={};s[o.name]=o.uri,s[a.name]=a.uri;var l=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,""")+'"'})).join(" ")}(r(s,t||{}))+">"+e+"</svg>"},c=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(l(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e);return c}()},366:function(e,t,n){e.exports=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self&&self;var t=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(e){return Array.isArray(e)?[]:{}}function n(n,r){return r&&!0===r.clone&&e(n)?o(t(n),n,r):n}function r(t,r,i){var a=t.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=n(r,i):e(r)?a[s]=o(t[s],r,i):-1===t.indexOf(r)&&a.push(n(r,i))})),a}function i(t,r,i){var a={};return e(t)&&Object.keys(t).forEach((function(e){a[e]=n(t[e],i)})),Object.keys(r).forEach((function(s){e(r[s])&&t[s]?a[s]=o(t[s],r[s],i):a[s]=n(r[s],i)})),a}function o(e,t,o){var a=Array.isArray(t),s=(o||{arrayMerge:r}).arrayMerge||r;return a?Array.isArray(e)?s(e,t,o):n(t,o):i(e,t,o)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()}));var r=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=r.svg,o=r.xlink,a={};a[i.name]=i.uri,a[o.name]=o.uri;var s,l=function(e,n){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,""")+'"'})).join(" ")}(t(a,n||{}))+">"+e+"</svg>"},c=r.svg,u=r.xlink,d={attrs:(s={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},s[c.name]=c.uri,s[u.name]=u.uri,s)},p=function(e){this.config=t(d,e||{}),this.symbols=[]};p.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},p.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},p.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},p.prototype.has=function(e){return null!==this.find(e)},p.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return l(t,e)},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var h=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};h.prototype.stringify=function(){return this.content},h.prototype.toString=function(){return this.stringify()},h.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var f=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},g=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return f(l(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(h),m={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},v=function(e){return Array.prototype.slice.call(e,0)},y=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},_=function(){return/edge/i.test(navigator.userAgent)},w=function(e){return(e||window.location.href).split("#")[0]},k=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,r){var i,o,a;i=e,o={oldUrl:r,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(i,!1,!1,o),window.dispatchEvent(a)}))}])},x=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),v(e.querySelectorAll("symbol")).forEach((function(e){v(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e};var C=r.xlink.uri,S="xlink:href",N=/[{}|\\\^\[\]`"<>]/g;function L(e){return e.replace(N,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var A,P=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],E=P.map((function(e){return"["+e+"]"})).join(","),O=function(e,t,n,r){var i,o,a=L(n),s=L(r);(i=e.querySelectorAll(E),o=function(e){var t=e.localName,n=e.value;return-1!==P.indexOf(t)&&-1!==n.indexOf("url("+a)},v(i).reduce((function(e,t){if(!t.attributes)return e;var n=v(t.attributes),r=o?n.filter(o):n;return e.concat(r)}),[])).forEach((function(e){return e.value=e.value.replace(new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),s)})),function(e,t,n){v(e).forEach((function(e){var r=e.getAttribute(S);if(r&&0===r.indexOf(t)){var i=r.replace(t,n);e.setAttributeNS(C,S,i)}}))}(t,a,s)},M="mount",T="symbol_mount",j=function(e){function n(n){var r=this;void 0===n&&(n={}),e.call(this,t(m,n));var i,o=(i=i||Object.create(null),{on:function(e,t){(i[e]||(i[e]=[])).push(t)},off:function(e,t){i[e]&&i[e].splice(i[e].indexOf(t)>>>0,1)},emit:function(e,t){(i[e]||[]).map((function(e){e(t)})),(i["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=o,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(n),a.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");o.on(M,(function(){return r.updateUrls("#",s)}))}var l=this._handleLocationChange.bind(this);this._handleLocationChange=l,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,l),a.locationChangeAngularEmitter&&k(a.locationChangeEvent),o.on(M,(function(e){a.moveGradientsOutsideSymbol&&x(e)})),o.on(T,(function(e){var t;a.moveGradientsOutsideSymbol&&x(e.parentNode),(b()||_())&&(t=[],v(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(n.__proto__=e),n.prototype=Object.create(e&&e.prototype),n.prototype.constructor=n;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},n.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=y())},n.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,r=t.newUrl;this.updateUrls(n,r)},n.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(T,t.node)),n},n.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var r="string"==typeof e?document.querySelector(e):e;return n.node=r,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(T,e.node)})),v(r.querySelectorAll("symbol")).forEach((function(e){var t=g.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(M,r),r},n.prototype.destroy=function(){var e=this,t=e.config,n=e.symbols,r=e._emitter;n.forEach((function(e){return e.destroy()})),r.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},n.prototype.mount=function(e,t){void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1);var n=this;if(n.isMounted)return n.node;var r="string"==typeof e?document.querySelector(e):e,i=n.render();return this.node=i,t&&r.childNodes[0]?r.insertBefore(i,r.childNodes[0]):r.appendChild(i),this._emitter.emit(M,i),i},n.prototype.render=function(){return f(this.stringify())},n.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},n.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return O(this.node,n,w(e)+"#",w(t)+"#"),!0},Object.defineProperties(n.prototype,r),n}(p),z=e((function(e){var t;t=function(){var e,t=[],n=document,r=n.documentElement.doScroll,i="DOMContentLoaded",o=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return o||n.addEventListener(i,e=function(){for(n.removeEventListener(i,e),o=1;e=t.shift();)e()}),function(e){o?setTimeout(e,0):t.push(e)}},e.exports=t()})),B="__SVG_SPRITE_NODE__",F="__SVG_SPRITE__";window[F]?A=window[F]:(A=new j({attrs:{id:B,"aria-hidden":"true"}}),window[F]=A);var R=function(){var e=document.getElementById(B);e?A.attach(e):A.mount(document.body,!0)};return document.body?R():z(R),A}()},631:function(e,t,n){var r={"./am.json":[476,476],"./az.json":[141,141],"./de.json":[873,873],"./en.json":[53,53],"./es.json":[406,406],"./fr.json":[222,222],"./he.json":[349,349],"./it.json":[767,767],"./ja.json":[83,83],"./ka.json":[378,378],"./kr.json":[747,747],"./nl.json":[920,920],"./pl.json":[690,690],"./pt.json":[34,34],"./ru.json":[335,335],"./sv.json":[991,991],"./tr.json":[584,584],"./zh.json":[816,816]};function i(e){if(!n.o(r,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=r[e],i=t[0];return n.e(t[1]).then((function(){return n.t(i,19)}))}i.keys=function(){return Object.keys(r)},i.id=631,e.exports=i}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return i[e].call(n.exports,n,n.exports,a),n.exports}a.m=i,a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},t=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},a.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var i=Object.create(null);a.r(i);var o={};e=e||[null,t({}),t([]),t(t)];for(var s=2&r&&n;"object"==typeof s&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((function(e){o[e]=function(){return n[e]}}));return o.default=function(){return n},a.d(i,o),i},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,n){return a.f[n](e,t),t}),[]))},a.u=function(e){return e+".app-"+a.h().slice(0,8)+".js"},a.miniCssF=function(e){},a.h=function(){return"b6362ca09c5a87282ae8"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n={},r="@allurereport/web-awesome:",a.l=function(e,t,i,o){if(n[e])n[e].push(t);else{var s,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),u=0;u<c.length;u++){var d=c[u];if(d.getAttribute("src")==e||d.getAttribute("data-webpack")==r+i){s=d;break}}s||(l=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,a.nc&&s.setAttribute("nonce",a.nc),s.setAttribute("data-webpack",r+i),s.src=e),n[e]=[t];var p=function(t,r){s.onerror=s.onload=null,clearTimeout(h);var i=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((function(e){return e(r)})),t)return t(r)},h=setTimeout(p.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=p.bind(null,s.onerror),s.onload=p.bind(null,s.onload),l&&document.head.appendChild(s)}},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=n[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e}(),function(){var e={792:0};a.f.j=function(t,n){var r=a.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise((function(n,i){r=e[t]=[n,i]}));n.push(r[2]=i);var o=a.p+a.u(t),s=new Error;a.l(o,(function(n){if(a.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+i+": "+o+")",s.name="ChunkLoadError",s.type=i,s.request=o,r[1](s)}}),"chunk-"+t,t)}};var t=function(t,n){var r,i,o=n[0],s=n[1],l=n[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(r in s)a.o(s,r)&&(a.m[r]=s[r]);l&&l(a)}for(t&&t(n);c<o.length;c++)i=o[c],a.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))}();var s={};!function(){"use strict";a.d(s,{V:function(){return up}});var e={};a.r(e),a.d(e,{icon:function(){return Ft},inline:function(){return Rt},"size-m":function(){return $t},"size-s":function(){return Dt},"size-xs":function(){return It}});var t={};a.r(t),a.d(t,{active:function(){return Cr},button:function(){return Sr},buttonIcon:function(){return Nr},content:function(){return Lr},contentIcon:function(){return Ar},danger:function(){return Pr},dropdownIcon:function(){return Er},fullWidth:function(){return Or},icon_size_xs:function(){return Mr},leadingIcon:function(){return Tr},pending:function(){return jr},positive:function(){return zr},size_l:function(){return Br},size_m:function(){return Fr},size_s:function(){return Rr},spinner:function(){return $r},style_flat:function(){return Dr},style_ghost:function(){return Ir},style_outline:function(){return Hr},style_primary:function(){return Ur},style_raised:function(){return Vr},text:function(){return Zr}});var n={};a.r(n),a.d(n,{checkmarkIcon:function(){return io},content:function(){return oo},interactive:function(){return ao},leadingIcon:function(){return so},menu:function(){return lo},menuItem:function(){return co},menuListItem:function(){return uo},right:function(){return po},section:function(){return ho},"size-l":function(){return fo},"size-m":function(){return go},"size-s":function(){return mo},"size-xl":function(){return vo}});var r={};a.r(r),a.d(r,{counter:function(){return Bo},"size-l":function(){return Fo},"size-m":function(){return Ro},"size-s":function(){return $o},"status-broken":function(){return Do},"status-failed":function(){return Io},"status-passed":function(){return Ho},"status-skipped":function(){return Uo},"status-unknown":function(){return Vo}});var i={};a.r(i),a.d(i,{broken:function(){return ua},failed:function(){return da},"item-time":function(){return pa},"item-title":function(){return ha},passed:function(){return fa},root:function(){return ga},skipped:function(){return ma},"status-broken":function(){return va},"status-failed":function(){return ya},"status-passed":function(){return ba},"status-skipped":function(){return _a},"status-unknown":function(){return wa},"test-count":function(){return ka},tree:function(){return xa},"tree-content":function(){return Ca},"tree-count":function(){return Sa},"tree-empty-results":function(){return Na},"tree-empty-results-title":function(){return La},"tree-header":function(){return Aa},"tree-header-arrow":function(){return Pa},"tree-header-arrow-opened":function(){return Ea},"tree-header-bar":function(){return Oa},"tree-header-bar-item":function(){return Ma},"tree-header-title":function(){return Ta},"tree-item":function(){return ja},"tree-item-icon":function(){return za},"tree-list":function(){return Ba},unknown:function(){return Fa}});var o={};a.r(o),a.d(o,{"arrow-button":function(){return Ka},"arrow-button-icon":function(){return Ga},"arrow-button-icon--opened":function(){return Ja},"arrow-button-m":function(){return Qa},"arrow-button-s":function(){return Ya},"icon-size-m":function(){return Xa}});var l={};a.r(l),a.d(l,{"metadata-color-badge":function(){return Ws},"metadata-icon":function(){return Ks},"metadata-item-title":function(){return Gs},"metadata-item-value":function(){return Js},"metadata-test-type":function(){return Qs},"metadata-tooltip":function(){return Ys},"metadata-tooltip-value":function(){return Xs},"metadata-with-icon":function(){return el},"report-metadata":function(){return tl},"report-metadata-all-tests":function(){return nl},"report-metadata-keyvalue":function(){return rl},"report-metadata-keyvalue-title":function(){return il},"report-metadata-keyvalue-value":function(){return ol},"report-metadata-keyvalue-wrapper":function(){return al},"report-metadata-list":function(){return sl},"report-metadata-s":function(){return ll},"report-metadata-separator":function(){return cl},"report-metadata-status":function(){return ul},"report-metadata-summary":function(){return dl},"report-metadata-values":function(){return pl},"report-metadata-wrapper":function(){return hl},"status-broken":function(){return fl},"status-failed":function(){return gl},"status-passed":function(){return ml},"status-skipped":function(){return vl},"status-unknown":function(){return yl}});var c={};a.r(c),a.d(c,{"metadata-color-badge":function(){return Sl},"metadata-icon":function(){return Nl},"metadata-item-title":function(){return Ll},"metadata-item-value":function(){return Al},"metadata-test-type":function(){return Pl},"metadata-with-icon":function(){return El},"report-metadata":function(){return Ol},"report-metadata-all-tests":function(){return Ml},"report-metadata-keyvalue":function(){return Tl},"report-metadata-keyvalue-title":function(){return jl},"report-metadata-keyvalue-value":function(){return zl},"report-metadata-list":function(){return Bl},"report-metadata-separator":function(){return Fl},"report-metadata-status":function(){return Rl},"report-metadata-summary":function(){return $l},"report-metadata-wrapper":function(){return Dl},"status-broken":function(){return Il},"status-failed":function(){return Hl},"status-passed":function(){return Ul},"status-skipped":function(){return Vl},"status-unknown":function(){return Zl}});var u={};a.r(u),a.d(u,{"custom-tooltip":function(){return Mc},"custom-tooltip--bottom":function(){return Tc},"custom-tooltip--left":function(){return jc},"custom-tooltip--right":function(){return zc},"custom-tooltip--top":function(){return Bc}});var d={};a.r(d),a.d(d,{"status-broken":function(){return mu},"status-failed":function(){return vu},"status-passed":function(){return yu},"status-skipped":function(){return bu},"status-unknown":function(){return _u},"test-result-prev-status":function(){return wu},"test-result-prev-status-tooltip":function(){return ku},"test-result-prev-statuses":function(){return xu}});var p={};a.r(p),a.d(p,{"severity-blocker":function(){return zu},"severity-critical":function(){return Bu},"severity-minor":function(){return Fu},"severity-normal":function(){return Ru},"severity-trivial":function(){return $u},"test-result-severity":function(){return Du},"test-result-severity-text":function(){return Iu}});var h={};a.r(h),a.d(h,{"status-broken":function(){return Vu},"status-failed":function(){return Zu},"status-passed":function(){return qu},"status-skipped":function(){return Wu},"status-unknown":function(){return Ku},"test-result-status":function(){return Gu},"test-result-status-icon":function(){return Ju},"test-result-status-text":function(){return Qu}});var f,g,m,v,y,b,_,w,k,x,C,S,N,L={},A=[],P=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,E=Array.isArray;function O(e,t){for(var n in t)e[n]=t[n];return e}function M(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function T(e,t,n){var r,i,o,a={};for(o in t)"key"==o?r=t[o]:"ref"==o?i=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?f.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===a[o]&&(a[o]=e.defaultProps[o]);return j(e,a,r,i,null)}function j(e,t,n,r,i){var o={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==i?++m:i,__i:-1,__u:0};return null==i&&null!=g.vnode&&g.vnode(o),o}function z(e){return e.children}function B(e,t){this.props=e,this.context=t}function F(e,t){if(null==t)return e.__?F(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?F(e):null}function R(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return R(e)}}function $(e){(!e.__d&&(e.__d=!0)&&y.push(e)&&!D.__r++||b!==g.debounceRendering)&&((b=g.debounceRendering)||_)(D)}function D(){var e,t,n,r,i,o,a,s;for(y.sort(w);e=y.shift();)e.__d&&(t=y.length,r=void 0,o=(i=(n=e).__v).__e,a=[],s=[],n.__P&&((r=O({},i)).__v=i.__v+1,g.vnode&&g.vnode(r),G(n.__P,r,i,n.__n,n.__P.namespaceURI,32&i.__u?[o]:null,a,null==o?F(i):o,!!(32&i.__u),s),r.__v=i.__v,r.__.__k[r.__i]=r,J(a,r,s),r.__e!=o&&R(r)),y.length>t&&y.sort(w));D.__r=0}function I(e,t,n,r,i,o,a,s,l,c,u){var d,p,h,f,g,m=r&&r.__k||A,v=t.length;for(n.__d=l,H(n,t,m),l=n.__d,d=0;d<v;d++)null!=(h=n.__k[d])&&(p=-1===h.__i?L:m[h.__i]||L,h.__i=d,G(e,h,p,i,o,a,s,l,c,u),f=h.__e,h.ref&&p.ref!=h.ref&&(p.ref&&Y(p.ref,null,h),u.push(h.ref,h.__c||f,h)),null==g&&null!=f&&(g=f),65536&h.__u||p.__k===h.__k?l=U(h,l,e):"function"==typeof h.type&&void 0!==h.__d?l=h.__d:f&&(l=f.nextSibling),h.__d=void 0,h.__u&=-196609);n.__d=l,n.__e=g}function H(e,t,n){var r,i,o,a,s,l=t.length,c=n.length,u=c,d=0;for(e.__k=[],r=0;r<l;r++)null!=(i=t[r])&&"boolean"!=typeof i&&"function"!=typeof i?(a=r+d,(i=e.__k[r]="string"==typeof i||"number"==typeof i||"bigint"==typeof i||i.constructor==String?j(null,i,null,null,null):E(i)?j(z,{children:i},null,null,null):void 0===i.constructor&&i.__b>0?j(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i).__=e,i.__b=e.__b+1,o=null,-1!==(s=i.__i=Z(i,n,a,u))&&(u--,(o=n[s])&&(o.__u|=131072)),null==o||null===o.__v?(-1==s&&d--,"function"!=typeof i.type&&(i.__u|=65536)):s!==a&&(s==a-1?d--:s==a+1?d++:(s>a?d--:d++,i.__u|=65536))):i=e.__k[r]=null;if(u)for(r=0;r<c;r++)null!=(o=n[r])&&!(131072&o.__u)&&(o.__e==e.__d&&(e.__d=F(o)),X(o,o))}function U(e,t,n){var r,i;if("function"==typeof e.type){for(r=e.__k,i=0;r&&i<r.length;i++)r[i]&&(r[i].__=e,t=U(r[i],t,n));return t}e.__e!=t&&(t&&e.type&&!n.contains(t)&&(t=F(e)),n.insertBefore(e.__e,t||null),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8===t.nodeType);return t}function V(e,t){return t=t||[],null==e||"boolean"==typeof e||(E(e)?e.some((function(e){V(e,t)})):t.push(e)),t}function Z(e,t,n,r){var i=e.key,o=e.type,a=n-1,s=n+1,l=t[n];if(null===l||l&&i==l.key&&o===l.type&&!(131072&l.__u))return n;if(r>(null==l||131072&l.__u?0:1))for(;a>=0||s<t.length;){if(a>=0){if((l=t[a])&&!(131072&l.__u)&&i==l.key&&o===l.type)return a;a--}if(s<t.length){if((l=t[s])&&!(131072&l.__u)&&i==l.key&&o===l.type)return s;s++}}return-1}function q(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||P.test(t)?n:n+"px"}function W(e,t,n,r,i){var o;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||q(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||q(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])o=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||"onFocusOut"===t||"onFocusIn"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?r?n.u=r.u:(n.u=k,e.addEventListener(t,o?C:x,o)):e.removeEventListener(t,o?C:x,o);else{if("http://www.w3.org/2000/svg"==i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&"popover"!=t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,"popover"==t&&1==n?"":n))}}function K(e){return function(t){if(this.l){var n=this.l[t.type+e];if(null==t.t)t.t=k++;else if(t.t<n.u)return;return n(g.event?g.event(t):t)}}}function G(e,t,n,r,i,o,a,s,l,c){var u,d,p,h,f,m,v,y,b,_,w,k,x,C,S,N,L=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(l=!!(32&n.__u),o=[s=t.__e=n.__e]),(u=g.__b)&&u(t);e:if("function"==typeof L)try{if(y=t.props,b="prototype"in L&&L.prototype.render,_=(u=L.contextType)&&r[u.__c],w=u?_?_.props.value:u.__:r,n.__c?v=(d=t.__c=n.__c).__=d.__E:(b?t.__c=d=new L(y,w):(t.__c=d=new B(y,w),d.constructor=L,d.render=ee),_&&_.sub(d),d.props=y,d.state||(d.state={}),d.context=w,d.__n=r,p=d.__d=!0,d.__h=[],d._sb=[]),b&&null==d.__s&&(d.__s=d.state),b&&null!=L.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=O({},d.__s)),O(d.__s,L.getDerivedStateFromProps(y,d.__s))),h=d.props,f=d.state,d.__v=t,p)b&&null==L.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),b&&null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(b&&null==L.getDerivedStateFromProps&&y!==h&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(y,w),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(y,d.__s,w)||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=y,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some((function(e){e&&(e.__=t)})),k=0;k<d._sb.length;k++)d.__h.push(d._sb[k]);d._sb=[],d.__h.length&&a.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(y,d.__s,w),b&&null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(h,f,m)}))}if(d.context=w,d.props=y,d.__P=e,d.__e=!1,x=g.__r,C=0,b){for(d.state=d.__s,d.__d=!1,x&&x(t),u=d.render(d.props,d.state,d.context),S=0;S<d._sb.length;S++)d.__h.push(d._sb[S]);d._sb=[]}else do{d.__d=!1,x&&x(t),u=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++C<25);d.state=d.__s,null!=d.getChildContext&&(r=O(O({},r),d.getChildContext())),b&&!p&&null!=d.getSnapshotBeforeUpdate&&(m=d.getSnapshotBeforeUpdate(h,f)),I(e,E(N=null!=u&&u.type===z&&null==u.key?u.props.children:u)?N:[N],t,n,r,i,o,a,s,l,c),d.base=t.__e,t.__u&=-161,d.__h.length&&a.push(d),v&&(d.__E=d.__=null)}catch(e){if(t.__v=null,l||null!=o){for(t.__u|=l?160:32;s&&8===s.nodeType&&s.nextSibling;)s=s.nextSibling;o[o.indexOf(s)]=null,t.__e=s}else t.__e=n.__e,t.__k=n.__k;g.__e(e,t,n)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=Q(n.__e,t,n,r,i,o,a,l,c);(u=g.diffed)&&u(t)}function J(e,t,n){t.__d=void 0;for(var r=0;r<n.length;r++)Y(n[r],n[++r],n[++r]);g.__c&&g.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){g.__e(e,t.__v)}}))}function Q(e,t,n,r,i,o,a,s,l){var c,u,d,p,h,m,v,y=n.props,b=t.props,_=t.type;if("svg"===_?i="http://www.w3.org/2000/svg":"math"===_?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),null!=o)for(c=0;c<o.length;c++)if((h=o[c])&&"setAttribute"in h==!!_&&(_?h.localName===_:3===h.nodeType)){e=h,o[c]=null;break}if(null==e){if(null===_)return document.createTextNode(b);e=document.createElementNS(i,_,b.is&&b),s&&(g.__m&&g.__m(t,o),s=!1),o=null}if(null===_)y===b||s&&e.data===b||(e.data=b);else{if(o=o&&f.call(e.childNodes),y=n.props||L,!s&&null!=o)for(y={},c=0;c<e.attributes.length;c++)y[(h=e.attributes[c]).name]=h.value;for(c in y)if(h=y[c],"children"==c);else if("dangerouslySetInnerHTML"==c)d=h;else if(!(c in b)){if("value"==c&&"defaultValue"in b||"checked"==c&&"defaultChecked"in b)continue;W(e,c,null,h,i)}for(c in b)h=b[c],"children"==c?p=h:"dangerouslySetInnerHTML"==c?u=h:"value"==c?m=h:"checked"==c?v=h:s&&"function"!=typeof h||y[c]===h||W(e,c,h,y[c],i);if(u)s||d&&(u.__html===d.__html||u.__html===e.innerHTML)||(e.innerHTML=u.__html),t.__k=[];else if(d&&(e.innerHTML=""),I(e,E(p)?p:[p],t,n,r,"foreignObject"===_?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:n.__k&&F(n,0),s,l),null!=o)for(c=o.length;c--;)M(o[c]);s||(c="value","progress"===_&&null==m?e.removeAttribute("value"):void 0!==m&&(m!==e[c]||"progress"===_&&!m||"option"===_&&m!==y[c])&&W(e,c,m,y[c],i),c="checked",void 0!==v&&v!==e[c]&&W(e,c,v,y[c],i))}return e}function Y(e,t,n){try{if("function"==typeof e){var r="function"==typeof e.__u;r&&e.__u(),r&&null==t||(e.__u=e(t))}else e.current=t}catch(e){g.__e(e,n)}}function X(e,t,n){var r,i;if(g.unmount&&g.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||Y(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){g.__e(e,t)}r.base=r.__P=null}if(r=e.__k)for(i=0;i<r.length;i++)r[i]&&X(r[i],t,n||"function"!=typeof e.type);n||M(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function ee(e,t,n){return this.constructor(e,n)}function te(e,t){var n={__c:t="__cC"+S++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,$(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n&&n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}f=A.slice,g={__e:function(e,t,n,r){for(var i,o,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(e)),a=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,r||{}),a=i.__d),a)return i.__E=i}catch(t){e=t}throw e}},m=0,v=function(e){return null!=e&&null==e.constructor},B.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=O({},this.state),"function"==typeof e&&(e=e(O({},n),this.props)),e&&O(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),$(this))},B.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),$(this))},B.prototype.render=z,y=[],_="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,w=function(e,t){return e.__v.__b-t.__v.__b},D.__r=0,k=0,x=K(!1),C=K(!0),S=0,null!=(N="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0)&&N.__PREACT_DEVTOOLS__&&N.__PREACT_DEVTOOLS__.attachPreact("10.24.0",g,{Fragment:z,Component:B});var ne={};function re(e){return e.type===z?"Fragment":"function"==typeof e.type?e.type.displayName||e.type.name:"string"==typeof e.type?e.type:"#text"}var ie=[],oe=[];function ae(){return ie.length>0?ie[ie.length-1]:null}var se=!0;function le(e){return"function"==typeof e.type&&e.type!=z}function ce(e){for(var t=[e],n=e;null!=n.__o;)t.push(n.__o),n=n.__o;return t.reduce((function(e,t){e+=" in "+re(t);var n=t.__source;return n?e+=" (at "+n.fileName+":"+n.lineNumber+")":se&&console.warn("Add @babel/plugin-transform-react-jsx-source to get a more detailed component stack. Note that you should not add it to production builds of your App for bundle size reasons."),se=!1,e+"\n"}),"")}var ue="function"==typeof WeakMap;function de(e){var t=[];return e.__k?(e.__k.forEach((function(e){e&&"function"==typeof e.type?t.push.apply(t,de(e)):e&&"string"==typeof e.type&&t.push(e.type)})),t):t}function pe(e){return e?"function"==typeof e.type?null==e.__?null!=e.__e&&null!=e.__e.parentNode?e.__e.parentNode.localName:"":pe(e.__):e.type:""}var he=B.prototype.setState;function fe(e){return"table"===e||"tfoot"===e||"tbody"===e||"thead"===e||"td"===e||"tr"===e||"th"===e}B.prototype.setState=function(e,t){return null==this.__v&&null==this.state&&console.warn('Calling "this.setState" inside the constructor of a component is a no-op and might be a bug in your application. Instead, set "this.state = {}" directly.\n\n'+ce(ae())),he.call(this,e,t)};var ge=/^(address|article|aside|blockquote|details|div|dl|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hgroup|hr|main|menu|nav|ol|p|pre|search|section|table|ul)$/,me=B.prototype.forceUpdate;function ve(e){var t=e.props,n=re(e),r="";for(var i in t)if(t.hasOwnProperty(i)&&"children"!==i){var o=t[i];"function"==typeof o&&(o="function "+(o.displayName||o.name)+"() {}"),o=Object(o)!==o||o.toString?o+"":Object.prototype.toString.call(o),r+=" "+i+"="+JSON.stringify(o)}var a=t.children;return"<"+n+r+(a&&a.length?">..</"+n+">":" />")}B.prototype.forceUpdate=function(e){return null==this.__v?console.warn('Calling "this.forceUpdate" inside the constructor of a component is a no-op and might be a bug in your application.\n\n'+ce(ae())):null==this.__P&&console.warn('Can\'t call "this.forceUpdate" on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.\n\n'+ce(this.__v)),me.call(this,e)},g.__m=function(e,t){var n=e.type,r=t.map((function(e){return e.localName}));console.error("Expected a DOM node of type "+n+" but found "+r.join(", ")+"as available DOM-node(s), this is caused by the SSR'd HTML containing different DOM-nodes compared to the hydrated one.\n\n"+ce(e))},function(){!function(){var e=g.__b,t=g.diffed,n=g.__,r=g.vnode,i=g.__r;g.diffed=function(e){le(e)&&oe.pop(),ie.pop(),t&&t(e)},g.__b=function(t){le(t)&&ie.push(t),e&&e(t)},g.__=function(e,t){oe=[],n&&n(e,t)},g.vnode=function(e){e.__o=oe.length>0?oe[oe.length-1]:null,r&&r(e)},g.__r=function(e){le(e)&&oe.push(e),i&&i(e)}}();var e=!1,t=g.__b,n=g.diffed,r=g.vnode,i=g.__r,o=g.__e,a=g.__,s=g.__h,l=ue?{useEffect:new WeakMap,useLayoutEffect:new WeakMap,lazyPropTypes:new WeakMap}:null,c=[];g.__e=function(e,t,n,r){if(t&&t.__c&&"function"==typeof e.then){var i=e;e=new Error("Missing Suspense. The throwing component was: "+re(t));for(var a=t;a;a=a.__)if(a.__c&&a.__c.__c){e=i;break}if(e instanceof Error)throw e}try{(r=r||{}).componentStack=ce(t),o(e,t,n,r),"function"!=typeof e.then&&setTimeout((function(){throw e}))}catch(e){throw e}},g.__=function(e,t){if(!t)throw new Error("Undefined parent passed to render(), this is the second argument.\nCheck if the element is available in the DOM/has the correct id.");var n;switch(t.nodeType){case 1:case 11:case 9:n=!0;break;default:n=!1}if(!n){var r=re(e);throw new Error("Expected a valid HTML node as a second argument to render.\tReceived "+t+" instead: render(<"+r+" />, "+t+");")}a&&a(e,t)},g.__b=function(n){var r=n.type;if(e=!0,void 0===r)throw new Error("Undefined component passed to createElement()\n\nYou likely forgot to export your component or might have mixed up default and named imports"+ve(n)+"\n\n"+ce(n));if(null!=r&&"object"==typeof r){if(void 0!==r.__k&&void 0!==r.__e)throw new Error("Invalid type passed to createElement(): "+r+"\n\nDid you accidentally pass a JSX literal as JSX twice?\n\n let My"+re(n)+" = "+ve(r)+";\n let vnode = <My"+re(n)+" />;\n\nThis usually happens when you export a JSX literal and not the component.\n\n"+ce(n));throw new Error("Invalid type passed to createElement(): "+(Array.isArray(r)?"array":r))}if(void 0!==n.ref&&"function"!=typeof n.ref&&"object"!=typeof n.ref&&!("$$typeof"in n))throw new Error('Component\'s "ref" property should be a function, or an object created by createRef(), but got ['+typeof n.ref+"] instead\n"+ve(n)+"\n\n"+ce(n));if("string"==typeof n.type)for(var i in n.props)if("o"===i[0]&&"n"===i[1]&&"function"!=typeof n.props[i]&&null!=n.props[i])throw new Error("Component's \""+i+'" property should be a function, but got ['+typeof n.props[i]+"] instead\n"+ve(n)+"\n\n"+ce(n));if("function"==typeof n.type&&n.type.propTypes){if("Lazy"===n.type.displayName&&l&&!l.lazyPropTypes.has(n.type)){var o="PropTypes are not supported on lazy(). Use propTypes on the wrapped component itself. ";try{var a=n.type();l.lazyPropTypes.set(n.type,!0),console.warn(o+"Component wrapped in lazy() is "+re(a))}catch(e){console.warn(o+"We will log the wrapped component's name once it is loaded.")}}var s=n.props;n.type.__f&&delete(s=function(e,t){for(var n in t)e[n]=t[n];return e}({},s)).ref,function(e,t,n,r,i){Object.keys(e).forEach((function(n){var o;try{o=e[n](t,n,r,"prop",null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(e){o=e}o&&!(o.message in ne)&&(ne[o.message]=!0,console.error("Failed prop type: "+o.message+(i&&"\n"+i()||"")))}))}(n.type.propTypes,s,0,re(n),(function(){return ce(n)}))}t&&t(n)};var u,d=0;g.__r=function(t){i&&i(t),e=!0;var n=t.__c;if(n===u?d++:d=1,d>=25)throw new Error("Too many re-renders. This is limited to prevent an infinite loop which may lock up your browser. The component causing this is: "+re(t));u=n},g.__h=function(t,n,r){if(!t||!e)throw new Error("Hook can only be invoked from render methods.");s&&s(t,n,r)};var p=function(e,t){return{get:function(){var n="get"+e+t;c&&c.indexOf(n)<0&&(c.push(n),console.warn("getting vnode."+e+" is deprecated, "+t))},set:function(){var n="set"+e+t;c&&c.indexOf(n)<0&&(c.push(n),console.warn("setting vnode."+e+" is not allowed, "+t))}}},h={nodeName:p("nodeName","use vnode.type"),attributes:p("attributes","use vnode.props"),children:p("children","use vnode.props.children")},f=Object.create({},h);g.vnode=function(e){var t=e.props;if(null!==e.type&&null!=t&&("__source"in t||"__self"in t)){var n=e.props={};for(var i in t){var o=t[i];"__source"===i?e.__source=o:"__self"===i?e.__self=o:n[i]=o}}e.__proto__=f,r&&r(e)},g.diffed=function(t){var r,i=t.type,o=t.__;if(t.__k&&t.__k.forEach((function(e){if("object"==typeof e&&e&&void 0===e.type){var n=Object.keys(e).join(",");throw new Error("Objects are not valid as a child. Encountered an object with the keys {"+n+"}.\n\n"+ce(t))}})),t.__c===u&&(d=0),"string"==typeof i&&(fe(i)||"p"===i||"a"===i||"button"===i)){var a=pe(o);if(""!==a&&fe(i))"table"===i&&"td"!==a&&fe(a)?(console.log(a,o.__e),console.error("Improper nesting of table. Your <table> should not have a table-node parent."+ve(t)+"\n\n"+ce(t))):"thead"!==i&&"tfoot"!==i&&"tbody"!==i||"table"===a?"tr"===i&&"thead"!==a&&"tfoot"!==a&&"tbody"!==a?console.error("Improper nesting of table. Your <tr> should have a <thead/tbody/tfoot> parent."+ve(t)+"\n\n"+ce(t)):"td"===i&&"tr"!==a?console.error("Improper nesting of table. Your <td> should have a <tr> parent."+ve(t)+"\n\n"+ce(t)):"th"===i&&"tr"!==a&&console.error("Improper nesting of table. Your <th> should have a <tr>."+ve(t)+"\n\n"+ce(t)):console.error("Improper nesting of table. Your <thead/tbody/tfoot> should have a <table> parent."+ve(t)+"\n\n"+ce(t));else if("p"===i){var s=de(t).filter((function(e){return ge.test(e)}));s.length&&console.error("Improper nesting of paragraph. Your <p> should not have "+s.join(", ")+"as child-elements."+ve(t)+"\n\n"+ce(t))}else"a"!==i&&"button"!==i||-1!==de(t).indexOf(i)&&console.error("Improper nesting of interactive content. Your <"+i+"> should not have other "+("a"===i?"anchor":"button")+" tags as child-elements."+ve(t)+"\n\n"+ce(t))}if(e=!1,n&&n(t),null!=t.__k)for(var l=[],c=0;c<t.__k.length;c++){var p=t.__k[c];if(p&&null!=p.key){var h=p.key;if(-1!==l.indexOf(h)){console.error('Following component has two or more children with the same key attribute: "'+h+'". This may cause glitches and misbehavior in rendering process. Component: \n\n'+ve(t)+"\n\n"+ce(t));break}l.push(h)}}if(null!=t.__c&&null!=t.__c.__H){var f=t.__c.__H.__;if(f)for(var g=0;g<f.length;g+=1){var m=f[g];if(m.__H)for(var v=0;v<m.__H.length;v++)if((r=m.__H[v])!=r){var y=re(t);throw new Error("Invalid argument passed to hook. Hooks should not be called with NaN in the dependency array. Hook index "+g+" in component "+y+" was called with NaN.")}}}}}();var ye,be,_e,we,ke=0,xe=[],Ce=g,Se=Ce.__b,Ne=Ce.__r,Le=Ce.diffed,Ae=Ce.__c,Pe=Ce.unmount,Ee=Ce.__;function Oe(e,t){Ce.__h&&Ce.__h(be,e,ke||t),ke=0;var n=be.__H||(be.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function Me(e){return ke=1,Te(Ze,e)}function Te(e,t,n){var r=Oe(ye++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):Ze(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0],n=r.t(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=be,!be.u)){var i=function(e,t,n){if(!r.__c.__H)return!0;var i=r.__c.__H.__.filter((function(e){return!!e.__c}));if(i.every((function(e){return!e.__N})))return!o||o.call(this,e,t,n);var a=!1;return i.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(a=!0)}})),!(!a&&r.__c.props===e)&&(!o||o.call(this,e,t,n))};be.u=!0;var o=be.shouldComponentUpdate,a=be.componentWillUpdate;be.componentWillUpdate=function(e,t,n){if(this.__e){var r=o;o=void 0,i(e,t,n),o=r}a&&a.call(this,e,t,n)},be.shouldComponentUpdate=i}return r.__N||r.__}function je(e,t){var n=Oe(ye++,3);!Ce.__s&&Ve(n.__H,t)&&(n.__=e,n.i=t,be.__H.__h.push(n))}function ze(e){return ke=5,Be((function(){return{current:e}}),[])}function Be(e,t){var n=Oe(ye++,7);return Ve(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function Fe(e,t){return ke=8,Be((function(){return e}),t)}function Re(e){var t=be.context[e.__c],n=Oe(ye++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(be)),t.props.value):e.__}function $e(){for(var e;e=xe.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(He),e.__H.__h.forEach(Ue),e.__H.__h=[]}catch(t){e.__H.__h=[],Ce.__e(t,e.__v)}}Ce.__b=function(e){be=null,Se&&Se(e)},Ce.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Ee&&Ee(e,t)},Ce.__r=function(e){Ne&&Ne(e),ye=0;var t=(be=e.__c).__H;t&&(_e===be?(t.__h=[],be.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.i=e.__N=void 0}))):(t.__h.forEach(He),t.__h.forEach(Ue),t.__h=[],ye=0)),_e=be},Ce.diffed=function(e){Le&&Le(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==xe.push(t)&&we===Ce.requestAnimationFrame||((we=Ce.requestAnimationFrame)||Ie)($e)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.i=void 0}))),_e=be=null},Ce.__c=function(e,t){t.some((function(e){try{e.__h.forEach(He),e.__h=e.__h.filter((function(e){return!e.__||Ue(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],Ce.__e(n,e.__v)}})),Ae&&Ae(e,t)},Ce.unmount=function(e){Pe&&Pe(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{He(e)}catch(e){t=e}})),n.__H=void 0,t&&Ce.__e(t,n.__v))};var De="function"==typeof requestAnimationFrame;function Ie(e){var t,n=function(){clearTimeout(r),De&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);De&&(t=requestAnimationFrame(n))}function He(e){var t=be,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),be=t}function Ue(e){var t=be;e.__c=e.__(),be=t}function Ve(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function Ze(e,t){return"function"==typeof t?t(e):t}const qe=()=>new Promise((e=>{const t=()=>{if(globalThis.allureReportDataReady)return e(!0);setTimeout(t,30)};t()})),We=async(e,t="application/octet-stream")=>{if(globalThis.allureReportData){const n=e.replace(/\?attachment$/,"");return`data:${t};base64,${await(async e=>(await qe(),new Promise(((t,n)=>globalThis.allureReportData[e]?t(globalThis.allureReportData[e]):n(new Error(`Data "${e}" not found!`))))))(n)}`}const n=globalThis.document.head.querySelector("base")?.href??"https://localhost",r=new URL(e,n),i=globalThis.localStorage.getItem("__allure_report_live_reload_hash__");return i&&r.searchParams.set("live_reload_hash",i),r.pathname+r.search+r.hash},Ke=async e=>{const t=await We(e),n=await globalThis.fetch(t);if(!n.ok)throw new Error(`Failed to fetch ${t}, response status: ${n.status}`);return n.json()},Ge=()=>globalThis.allureReportOptions;function Je(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function Qe(e,t){this.props=e,this.context=t}(Qe.prototype=new B).isPureReactComponent=!0,Qe.prototype.shouldComponentUpdate=function(e,t){return Je(this.props,e)||Je(this.state,t)};var Ye=g.__b;g.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Ye&&Ye(e)},"undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref");var Xe=g.__e;g.__e=function(e,t,n,r){if(e.then)for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);Xe(e,t,n,r)};var et=g.unmount;function tt(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=function(e,t){for(var n in t)e[n]=t[n];return e}({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return tt(e,t,n)}))),e}function nt(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return nt(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function rt(){this.__u=0,this.t=null,this.__b=null}function it(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function ot(){this.u=null,this.o=null}g.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),et&&et(e)},(rt.prototype=new B).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=it(r.__v),o=!1,a=function(){o||(o=!0,n.__R=null,i?i(s):s())};n.__R=a;var s=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=nt(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},rt.prototype.componentWillUnmount=function(){this.t=[]},rt.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=tt(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&T(z,null,e.fallback);return i&&(i.__u&=-33),[T(z,null,t.__a?null:e.children),i]};var at=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};(ot.prototype=new B).__a=function(e){var t=this,n=it(t.__v),r=t.o.get(e);return r[0]++,function(i){var o=function(){t.props.revealOrder?(r.push(i),at(t,e,r)):i()};n?n(o):o()}},ot.prototype.render=function(e){this.u=null,this.o=new Map;var t=V(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},ot.prototype.componentDidUpdate=ot.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){at(e,n,t)}))};var st="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,lt=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,ct=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,ut=/[A-Z0-9]/g,dt="undefined"!=typeof document,pt=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};B.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(B.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var ht=g.event;function ft(){}function gt(){return this.cancelBubble}function mt(){return this.defaultPrevented}g.event=function(e){return ht&&(e=ht(e)),e.persist=ft,e.isPropagationStopped=gt,e.isDefaultPrevented=mt,e.nativeEvent=e};var vt={enumerable:!1,configurable:!0,get:function(){return this.class}},yt=g.vnode;g.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={},i=-1===n.indexOf("-");for(var o in t){var a=t[o];if(!("value"===o&&"defaultValue"in t&&null==a||dt&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var s=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===a?a="":"translate"===s&&"no"===a?a=!1:"o"===s[0]&&"n"===s[1]?"ondoubleclick"===s?o="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||pt(t.type)?"onfocus"===s?o="onfocusin":"onblur"===s?o="onfocusout":ct.test(o)&&(o=s):s=o="oninput":i&<.test(o)?o=o.replace(ut,"-$&").toLowerCase():null===a&&(a=void 0),"oninput"===s&&r[o=s]&&(o="oninputCapture"),r[o]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=V(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=V(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",vt)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=st,yt&&yt(e)};var bt=g.__r;g.__r=function(e){bt&&bt(e),e.__c};var _t=g.diffed;function wt(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=wt(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function kt(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=wt(e))&&(r&&(r+=" "),r+=t);return r}g.diffed=function(e){_t&&_t(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value)};var xt=kt,Ct="sgaut8FE",St="WoNwabiw",Nt=0;function Lt(e,t,n,r,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)"ref"==s?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--Nt,__i:-1,__u:0,__source:i,__self:o};if("function"==typeof e&&(a=e.defaultProps))for(s in a)void 0===l[s]&&(l[s]=a[s]);return g.vnode&&g.vnode(c),c}Array.isArray;const At=e=>{const{size:t="m",tag:n="span",type:r="paragraph",bold:i=!1,className:o,children:a,...s}=e;return"paragraph"===r?Lt(n,{...s,className:kt(`paragraphs-text-${t}${i?"-bold":""}`,o),children:a}):"ui"===r?Lt(n,{...s,className:kt(`ui-text-${t}-ui${i?"-bold":""}`,o),children:a}):null},Pt=e=>{const{size:t="m",tag:n="span",type:r="paragraph",bold:i=!1,className:o,children:a,...s}=e;return"paragraph"===r?Lt(n,{...s,className:kt(`paragraphs-code-${t}${i?"-bold":""}`,o),children:a}):"ui"===r?Lt(n,{...s,className:kt(`ui-code-${t}-ui${i?"-bold":""}`,o),children:a}):null},Et=e=>{const{size:t="m",tag:n="span",className:r,children:i,...o}=e;return Lt(n,{...o,className:kt(`headings-head-${t}`,r),children:i})};var Ot=a(73),Mt=a.n(Ot),Tt=a(366),jt=a.n(Tt),zt=new(Mt())({id:"report-logo",use:"report-logo-usage",viewBox:"0 0 32 32",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32" id="report-logo">\n <g clip-path="url(#report-logo_a)">\n <path fill="url(#report-logo_b)" fill-rule="evenodd" d="M22.23 4.66a3.6 3.6 0 0 1 5.1.04A16.08 16.08 0 0 1 31.97 16a3.6 3.6 0 1 1-7.2 0c0-2.4-.98-4.61-2.58-6.24a3.6 3.6 0 0 1 .03-5.1Z" clip-rule="evenodd" />\n <path fill="url(#report-logo_c)" fill-rule="evenodd" d="M12.4 3.6A3.6 3.6 0 0 1 16 0c4.4 0 8.4 1.8 11.29 4.66a3.6 3.6 0 0 1-5.06 5.13A8.87 8.87 0 0 0 16 7.2a3.6 3.6 0 0 1-3.6-3.6Z" clip-rule="evenodd" />\n <path fill="url(#report-logo_d)" fill-rule="evenodd" d="M0 16A16 16 0 0 1 16 0a3.6 3.6 0 0 1 0 7.2 8.8 8.8 0 0 0-6.21 15.04 3.6 3.6 0 0 1-5.13 5.06A16.08 16.08 0 0 1 0 16Z" clip-rule="evenodd" />\n <path fill="url(#report-logo_e)" fill-rule="evenodd" d="M4.66 22.24a3.6 3.6 0 0 1 5.1-.03 8.87 8.87 0 0 0 6.23 2.59 3.6 3.6 0 0 1 0 7.2c-4.4 0-8.4-1.8-11.3-4.66a3.6 3.6 0 0 1-.03-5.1Z" clip-rule="evenodd" />\n <path fill="url(#report-logo_f)" fill-rule="evenodd" d="M28.38 12.4a3.6 3.6 0 0 1 3.6 3.6A16 16 0 0 1 16 32a3.6 3.6 0 0 1 0-7.2 8.8 8.8 0 0 0 8.8-8.8 3.6 3.6 0 0 1 3.6-3.6Z" clip-rule="evenodd" />\n <path fill="url(#report-logo_g)" fill-rule="evenodd" d="M28.38 12.4a3.6 3.6 0 0 1 3.6 3.6v12.4a3.6 3.6 0 1 1-7.2 0V16a3.6 3.6 0 0 1 3.6-3.6Z" clip-rule="evenodd" />\n <g clip-path="url(#report-logo_h)">\n <path fill="url(#report-logo_i)" fill-rule="evenodd" d="M22.23 4.66a3.6 3.6 0 0 1 5.1.04A16.08 16.08 0 0 1 31.97 16a3.6 3.6 0 1 1-7.2 0c0-2.4-.98-4.61-2.58-6.24a3.6 3.6 0 0 1 .03-5.1Z" clip-rule="evenodd" />\n </g>\n </g>\n <defs>\n <linearGradient id="report-logo_b" x1="26.4" x2="28.8" y1="9.6" y2="15.01" gradientUnits="userSpaceOnUse">\n <stop stop-color="#7E22CE" />\n <stop offset="1" stop-color="#8B5CF6" />\n </linearGradient>\n <linearGradient id="report-logo_c" x1="26.8" x2="17.8" y1="9.4" y2="3.61" gradientUnits="userSpaceOnUse">\n <stop stop-color="#EF4444" />\n <stop offset="1" stop-color="#DC2626" />\n </linearGradient>\n <linearGradient id="report-logo_d" x1="3.6" x2="5.4" y1="14.01" y2="24.81" gradientUnits="userSpaceOnUse">\n <stop stop-color="#22C55E" />\n <stop offset="1" stop-color="#15803D" />\n </linearGradient>\n <linearGradient id="report-logo_e" x1="4.8" x2="14.4" y1="22.21" y2="29.21" gradientUnits="userSpaceOnUse">\n <stop stop-color="#94A3B8" />\n <stop offset=".96" stop-color="#64748B" />\n <stop offset="1" stop-color="#64748B" />\n </linearGradient>\n <linearGradient id="report-logo_f" x1="28.4" x2="22.19" y1="22.18" y2="28.4" gradientUnits="userSpaceOnUse">\n <stop stop-color="#D97706" />\n <stop offset="1" stop-color="#FBBF24" />\n </linearGradient>\n <linearGradient id="report-logo_g" x1="29.2" x2="30.63" y1="54.43" y2="54.28" gradientUnits="userSpaceOnUse">\n <stop stop-color="#FBBF24" />\n <stop offset="1" stop-color="#FBBF24" />\n </linearGradient>\n <linearGradient id="report-logo_i" x1="26.4" x2="28.8" y1="9.6" y2="15.01" gradientUnits="userSpaceOnUse">\n <stop stop-color="#7E22CE" />\n <stop offset="1" stop-color="#8B5CF6" />\n </linearGradient>\n <clipPath id="report-logo_a">\n <path fill="#fff" d="M0 0h32v32H0z" />\n </clipPath>\n <clipPath id="report-logo_h">\n <path fill="#fff" d="M24.8 12H32v8h-7.2z" />\n </clipPath>\n </defs>\n</symbol>'}),Bt=(jt().add(zt),zt),Ft="GE1sEbNX",Rt="kThlPdMQ",$t="Up7elPdz",Dt="ZcUIA87b",It="AIrg_f6L";const Ht=t=>{const{id:n,size:r="s",inline:i=!1,className:o=""}=t;return Lt("svg",{className:kt(Ft,e[`size-${r}`],i&&Rt,o),children:Lt("use",{xlinkHref:`#${n}`})})},Ut=e=>{const{className:t}=e;return Lt(At,{type:"paragraph",size:"m",bold:!0,className:kt(t,"I92XKwBC"),children:[Lt(Ht,{id:Bt.id,size:"m",inline:!0,className:"GikZ1YDv"}),Lt("span",{children:"Allure Report"})]})};var Vt="M7hZ4Y_n";const Zt=()=>Lt("div",{className:Vt,children:Lt("a",{href:"https://allurereport.org",target:"_blank",children:[Lt(At,{type:"paragraph",size:"m",className:Vt,children:"Powered by"}),Lt(Ut,{className:"jsNHtUlb"})]})});var qt=Symbol.for("preact-signals");function Wt(){if(Qt>1)Qt--;else{for(var e,t=!1;void 0!==Jt;){var n=Jt;for(Jt=void 0,Yt++;void 0!==n;){var r=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&rn(n))try{n.c()}catch(n){t||(e=n,t=!0)}n=r}}if(Yt=0,Qt--,t)throw e}}var Kt,Gt=void 0,Jt=void 0,Qt=0,Yt=0,Xt=0;function en(e){if(void 0!==Gt){var t=e.n;if(void 0===t||t.t!==Gt)return t={i:0,S:e,p:Gt.s,n:void 0,t:Gt,e:void 0,x:void 0,r:t},void 0!==Gt.s&&(Gt.s.n=t),Gt.s=t,e.n=t,32&Gt.f&&e.S(t),t;if(-1===t.i)return t.i=0,void 0!==t.n&&(t.n.p=t.p,void 0!==t.p&&(t.p.n=t.n),t.p=Gt.s,t.n=void 0,Gt.s.n=t,Gt.s=t),t}}function tn(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}function nn(e){return new tn(e)}function rn(e){for(var t=e.s;void 0!==t;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function on(e){for(var t=e.s;void 0!==t;t=t.n){var n=t.S.n;if(void 0!==n&&(t.r=n),t.S.n=t,t.i=-1,void 0===t.n){e.s=t;break}}}function an(e){for(var t=e.s,n=void 0;void 0!==t;){var r=t.p;-1===t.i?(t.S.U(t),void 0!==r&&(r.n=t.n),void 0!==t.n&&(t.n.p=r)):n=t,t.S.n=t.r,void 0!==t.r&&(t.r=void 0),t=r}e.s=n}function sn(e){tn.call(this,void 0),this.x=e,this.s=void 0,this.g=Xt-1,this.f=4}function ln(e){return new sn(e)}function cn(e){var t=e.u;if(e.u=void 0,"function"==typeof t){Qt++;var n=Gt;Gt=void 0;try{t()}catch(t){throw e.f&=-2,e.f|=8,un(e),t}finally{Gt=n,Wt()}}}function un(e){for(var t=e.s;void 0!==t;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,cn(e)}function dn(e){if(Gt!==this)throw new Error("Out-of-order effect");an(this),Gt=e,this.f&=-2,8&this.f&&un(this),Wt()}function pn(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}function hn(e){var t=new pn(e);try{t.c()}catch(e){throw t.d(),e}return t.d.bind(t)}function fn(e,t){g[e]=t.bind(null,g[e]||function(){})}function gn(e){Kt&&Kt(),Kt=e&&e.S()}function mn(e){var t=this,n=e.data,r=function(e){return Be((function(){return nn(e)}),[])}(n);r.value=n;var i=Be((function(){for(var e=t.__v;e=e.__;)if(e.__c){e.__c.__$f|=4;break}return t.__$u.c=function(){var e;v(i.peek())||3!==(null==(e=t.base)?void 0:e.nodeType)?(t.__$f|=1,t.setState({})):t.base.data=i.peek()},ln((function(){var e=r.value.value;return 0===e?0:!0===e?"":e||""}))}),[]);return i.value}function vn(e,t,n,r){var i=t in e&&void 0===e.ownerSVGElement,o=nn(n);return{o:function(e,t){o.value=e,r=t},d:hn((function(){var n=o.value.value;r[t]!==n&&(r[t]=n,i?e[t]=n:n?e.setAttribute(t,n):e.removeAttribute(t))}))}}tn.prototype.brand=qt,tn.prototype.h=function(){return!0},tn.prototype.S=function(e){this.t!==e&&void 0===e.e&&(e.x=this.t,void 0!==this.t&&(this.t.e=e),this.t=e)},tn.prototype.U=function(e){if(void 0!==this.t){var t=e.e,n=e.x;void 0!==t&&(t.x=n,e.e=void 0),void 0!==n&&(n.e=t,e.x=void 0),e===this.t&&(this.t=n)}},tn.prototype.subscribe=function(e){var t=this;return hn((function(){var n=t.value,r=Gt;Gt=void 0;try{e(n)}finally{Gt=r}}))},tn.prototype.valueOf=function(){return this.value},tn.prototype.toString=function(){return this.value+""},tn.prototype.toJSON=function(){return this.value},tn.prototype.peek=function(){var e=Gt;Gt=void 0;try{return this.value}finally{Gt=e}},Object.defineProperty(tn.prototype,"value",{get:function(){var e=en(this);return void 0!==e&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(Yt>100)throw new Error("Cycle detected");this.v=e,this.i++,Xt++,Qt++;try{for(var t=this.t;void 0!==t;t=t.x)t.t.N()}finally{Wt()}}}}),(sn.prototype=new tn).h=function(){if(this.f&=-3,1&this.f)return!1;if(32==(36&this.f))return!0;if(this.f&=-5,this.g===Xt)return!0;if(this.g=Xt,this.f|=1,this.i>0&&!rn(this))return this.f&=-2,!0;var e=Gt;try{on(this),Gt=this;var t=this.x();(16&this.f||this.v!==t||0===this.i)&&(this.v=t,this.f&=-17,this.i++)}catch(e){this.v=e,this.f|=16,this.i++}return Gt=e,an(this),this.f&=-2,!0},sn.prototype.S=function(e){if(void 0===this.t){this.f|=36;for(var t=this.s;void 0!==t;t=t.n)t.S.S(t)}tn.prototype.S.call(this,e)},sn.prototype.U=function(e){if(void 0!==this.t&&(tn.prototype.U.call(this,e),void 0===this.t)){this.f&=-33;for(var t=this.s;void 0!==t;t=t.n)t.S.U(t)}},sn.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;void 0!==e;e=e.x)e.t.N()}},Object.defineProperty(sn.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=en(this);if(this.h(),void 0!==e&&(e.i=this.i),16&this.f)throw this.v;return this.v}}),pn.prototype.c=function(){var e=this.S();try{if(8&this.f)return;if(void 0===this.x)return;var t=this.x();"function"==typeof t&&(this.u=t)}finally{e()}},pn.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,cn(this),on(this),Qt++;var e=Gt;return Gt=this,dn.bind(this,e)},pn.prototype.N=function(){2&this.f||(this.f|=2,this.o=Jt,Jt=this)},pn.prototype.d=function(){this.f|=8,1&this.f||un(this)},mn.displayName="_st",Object.defineProperties(tn.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:mn},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}}),fn("__b",(function(e,t){if("string"==typeof t.type){var n,r=t.props;for(var i in r)if("children"!==i){var o=r[i];o instanceof tn&&(n||(t.__np=n={}),n[i]=o,r[i]=o.peek())}}e(t)})),fn("__r",(function(e,t){gn();var n,r=t.__c;r&&(r.__$f&=-2,void 0===(n=r.__$u)&&(r.__$u=n=function(e){var t;return hn((function(){t=this})),t.c=function(){r.__$f|=1,r.setState({})},t}())),gn(n),e(t)})),fn("__e",(function(e,t,n,r){gn(),e(t,n,r)})),fn("diffed",(function(e,t){var n;if(gn(),"string"==typeof t.type&&(n=t.__e)){var r=t.__np,i=t.props;if(r){var o=n.U;if(o)for(var a in o){var s=o[a];void 0===s||a in r||(s.d(),o[a]=void 0)}else n.U=o={};for(var l in r){var c=o[l],u=r[l];void 0===c?(c=vn(n,l,u,i),o[l]=c):c.o(u,i)}}}e(t)})),fn("unmount",(function(e,t){if("string"==typeof t.type){var n=t.__e;if(n){var r=n.U;if(r)for(var i in n.U=void 0,r){var o=r[i];o&&o.d()}}}else{var a=t.__c;if(a){var s=a.__$u;s&&(a.__$u=void 0,s.d())}}e(t)})),fn("__h",(function(e,t,n,r){(r<3||9===r)&&(t.__$f|=2),e(t,n,r)})),B.prototype.shouldComponentUpdate=function(e,t){var n=this.__$u;if(!(n&&void 0!==n.s||4&this.__$f))return!0;if(3&this.__$f)return!0;for(var r in t)return!0;for(var i in e)if("__source"!==i&&e[i]!==this.props[i])return!0;for(var o in this.props)if(!(o in e))return!0;return!1};const{theme:yn}=Ge()??{},bn=nn("light"),_n=e=>{bn.value=e,document.documentElement.setAttribute("data-theme",e),window.localStorage.setItem("theme",e)},wn=()=>{_n("light"===bn.value?"dark":"light")},kn=()=>{const e=window.localStorage.getItem("theme")||yn;if(e)return void _n(e);const t=window.matchMedia("(prefers-color-scheme: dark)").matches;_n(t?"dark":"light")},xn=nn({loading:!0,error:void 0,data:{total:0}}),Cn=async()=>{xn.value={...xn.value,loading:!0,error:void 0};try{const e=await Ke("widgets/allure_statistic.json");xn.value={data:e,error:void 0,loading:!1}}catch(e){xn.value={data:{total:0},error:e.message,loading:!1}}},Sn=e=>"string"==typeof e,Nn=()=>{let e,t;const n=new Promise(((n,r)=>{e=n,t=r}));return n.resolve=e,n.reject=t,n},Ln=e=>null==e?"":""+e,An=/###/g,Pn=e=>e&&e.indexOf("###")>-1?e.replace(An,"."):e,En=e=>!e||Sn(e),On=(e,t,n)=>{const r=Sn(t)?t.split("."):t;let i=0;for(;i<r.length-1;){if(En(e))return{};const t=Pn(r[i]);!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{},++i}return En(e)?{}:{obj:e,k:Pn(r[i])}},Mn=(e,t,n)=>{const{obj:r,k:i}=On(e,t,Object);if(void 0!==r||1===t.length)return void(r[i]=n);let o=t[t.length-1],a=t.slice(0,t.length-1),s=On(e,a,Object);for(;void 0===s.obj&&a.length;)o=`${a[a.length-1]}.${o}`,a=a.slice(0,a.length-1),s=On(e,a,Object),s?.obj&&void 0!==s.obj[`${s.k}.${o}`]&&(s.obj=void 0);s.obj[`${s.k}.${o}`]=n},Tn=(e,t)=>{const{obj:n,k:r}=On(e,t);if(n)return n[r]},jn=(e,t,n)=>{for(const r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?Sn(e[r])||e[r]instanceof String||Sn(t[r])||t[r]instanceof String?n&&(e[r]=t[r]):jn(e[r],t[r],n):e[r]=t[r]);return e},zn=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var Bn={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const Fn=e=>Sn(e)?e.replace(/[&<>"'\/]/g,(e=>Bn[e])):e,Rn=[" ",",","?","!",";"],$n=new class{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const t=this.regExpMap.get(e);if(void 0!==t)return t;const n=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,n),this.regExpQueue.push(e),n}}(20),Dn=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(!e)return;if(e[t])return e[t];const r=t.split(n);let i=e;for(let e=0;e<r.length;){if(!i||"object"!=typeof i)return;let t,o="";for(let a=e;a<r.length;++a)if(a!==e&&(o+=n),o+=r[a],t=i[o],void 0!==t){if(["string","number","boolean"].indexOf(typeof t)>-1&&a<r.length-1)continue;e+=a-e+1;break}i=t}return i},In=e=>e?.replace("_","-"),Hn={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console?.[e]?.apply?.(console,t)}};class Un{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.init(e,t)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||Hn,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,n,r){return r&&!this.debug?null:(Sn(e[0])&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new Un(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new Un(this.logger,e)}}var Vn=new Un;class Zn{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach((e=>{this.observers[e]||(this.observers[e]=new Map);const n=this.observers[e].get(t)||0;this.observers[e].set(t,n+1)})),this}off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this.observers[e])}emit(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.observers[e]&&Array.from(this.observers[e].entries()).forEach((e=>{let[t,r]=e;for(let e=0;e<r;e++)t(...n)})),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach((t=>{let[r,i]=t;for(let t=0;t<i;t++)r.apply(r,[e,...n])}))}}class qn extends Zn{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),void 0===this.options.ignoreJSONStructure&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const i=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,o=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let a;e.indexOf(".")>-1?a=e.split("."):(a=[e,t],n&&(Array.isArray(n)?a.push(...n):Sn(n)&&i?a.push(...n.split(i)):a.push(n)));const s=Tn(this.data,a);return!s&&!t&&!n&&e.indexOf(".")>-1&&(e=a[0],t=a[1],n=a.slice(2).join(".")),!s&&o&&Sn(n)?Dn(this.data?.[e]?.[t],n,i):s}addResource(e,t,n,r){let i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1};const o=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator;let a=[e,t];n&&(a=a.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(a=e.split("."),r=t,t=a[1]),this.addNamespaces(t),Mn(this.data,a,r),i.silent||this.emit("added",e,t,n,r)}addResources(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(const r in n)(Sn(n[r])||Array.isArray(n[r]))&&this.addResource(e,t,r,n[r],{silent:!0});r.silent||this.emit("added",e,t,n)}addResourceBundle(e,t,n,r,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1,skipCopy:!1},a=[e,t];e.indexOf(".")>-1&&(a=e.split("."),r=n,n=t,t=a[1]),this.addNamespaces(t);let s=Tn(this.data,a)||{};o.skipCopy||(n=JSON.parse(JSON.stringify(n))),r?jn(s,n,i):s={...s,...n},Mn(this.data,a,s),o.silent||this.emit("added",e,t,n)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}hasResourceBundle(e,t){return void 0!==this.getResource(e,t)}getResourceBundle(e,t){return t||(t=this.options.defaultNS),this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((e=>t[e]&&Object.keys(t[e]).length>0))}toJSON(){return this.data}}var Wn={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,i){return e.forEach((e=>{t=this.processors[e]?.process(t,n,r,i)??t})),t}};const Kn={};class Gn extends Zn{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};super(),((e,t,n)=>{["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"].forEach((e=>{t[e]&&(n[e]=t[e])}))})(0,e,this),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=Vn.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;const n=this.resolve(e,t);return void 0!==n?.res}extractFromKey(e,t){let n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");const r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator;let i=t.ns||this.options.defaultNS||[];const o=n&&e.indexOf(n)>-1,a=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||((e,t,n)=>{t=t||"",n=n||"";const r=Rn.filter((e=>t.indexOf(e)<0&&n.indexOf(e)<0));if(0===r.length)return!0;const i=$n.getRegExp(`(${r.map((e=>"?"===e?"\\?":e)).join("|")})`);let o=!i.test(e);if(!o){const t=e.indexOf(n);t>0&&!i.test(e.substring(0,t))&&(o=!0)}return o})(e,n,r));if(o&&!a){const t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:Sn(i)?[i]:i};const o=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(o[0])>-1)&&(i=o.shift()),e=o.join(r)}return{key:e,namespaces:Sn(i)?[i]:i}}translate(e,t,n){if("object"!=typeof t&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),"object"==typeof t&&(t={...t}),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);const r=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,{key:o,namespaces:a}=this.extractFromKey(e[e.length-1],t),s=a[a.length-1],l=t.lng||this.language,c=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if("cimode"===l?.toLowerCase()){if(c){const e=t.nsSeparator||this.options.nsSeparator;return r?{res:`${s}${e}${o}`,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:s,usedParams:this.getUsedParamsDetails(t)}:`${s}${e}${o}`}return r?{res:o,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:s,usedParams:this.getUsedParamsDetails(t)}:o}const u=this.resolve(e,t);let d=u?.res;const p=u?.usedKey||o,h=u?.exactUsedKey||o,f=Object.prototype.toString.apply(d),g=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,m=!this.i18nFormat||this.i18nFormat.handleAsObject,v=!Sn(d)&&"boolean"!=typeof d&&"number"!=typeof d;if(!(m&&d&&v&&["[object Number]","[object Function]","[object RegExp]"].indexOf(f)<0)||Sn(g)&&Array.isArray(d))if(m&&Sn(g)&&Array.isArray(d))d=d.join(g),d&&(d=this.extendTranslation(d,e,t,n));else{let r=!1,a=!1;const c=void 0!==t.count&&!Sn(t.count),p=Gn.hasDefaultValue(t),h=c?this.pluralResolver.getSuffix(l,t.count,t):"",f=t.ordinal&&c?this.pluralResolver.getSuffix(l,t.count,{ordinal:!1}):"",g=c&&!t.ordinal&&0===t.count,m=g&&t[`defaultValue${this.options.pluralSeparator}zero`]||t[`defaultValue${h}`]||t[`defaultValue${f}`]||t.defaultValue;!this.isValidLookup(d)&&p&&(r=!0,d=m),this.isValidLookup(d)||(a=!0,d=o);const v=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&a?void 0:d,y=p&&m!==d&&this.options.updateMissing;if(a||r||y){if(this.logger.log(y?"updateKey":"missingKey",l,s,o,y?m:d),i){const e=this.resolve(o,{...t,keySeparator:!1});e&&e.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let e=[];const n=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&n&&n[0])for(let t=0;t<n.length;t++)e.push(n[t]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(t.lng||this.language):e.push(t.lng||this.language);const r=(e,n,r)=>{const i=p&&r!==d?r:v;this.options.missingKeyHandler?this.options.missingKeyHandler(e,s,n,i,y,t):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(e,s,n,i,y,t),this.emit("missingKey",e,s,n,d)};this.options.saveMissing&&(this.options.saveMissingPlurals&&c?e.forEach((e=>{const n=this.pluralResolver.getSuffixes(e,t);g&&t[`defaultValue${this.options.pluralSeparator}zero`]&&n.indexOf(`${this.options.pluralSeparator}zero`)<0&&n.push(`${this.options.pluralSeparator}zero`),n.forEach((n=>{r([e],o+n,t[`defaultValue${n}`]||m)}))})):r(e,o,m))}d=this.extendTranslation(d,e,t,u,n),a&&d===o&&this.options.appendNamespaceToMissingKey&&(d=`${s}:${o}`),(a||r)&&this.options.parseMissingKeyHandler&&(d=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${s}:${o}`:o,r?d:void 0))}else{if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const e=this.options.returnedObjectHandler?this.options.returnedObjectHandler(p,d,{...t,ns:a}):`key '${o} (${this.language})' returned an object instead of string.`;return r?(u.res=e,u.usedParams=this.getUsedParamsDetails(t),u):e}if(i){const e=Array.isArray(d),n=e?[]:{},r=e?h:p;for(const e in d)if(Object.prototype.hasOwnProperty.call(d,e)){const o=`${r}${i}${e}`;n[e]=this.translate(o,{...t,joinArrays:!1,ns:a}),n[e]===o&&(n[e]=d[e])}d=n}}return r?(u.res=d,u.usedParams=this.getUsedParamsDetails(t),u):d}extendTranslation(e,t,n,r,i){var o=this;if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const a=Sn(e)&&(void 0!==n?.interpolation?.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let s;if(a){const t=e.match(this.interpolator.nestingRegexp);s=t&&t.length}let l=n.replace&&!Sn(n.replace)?n.replace:n;if(this.options.interpolation.defaultVariables&&(l={...this.options.interpolation.defaultVariables,...l}),e=this.interpolator.interpolate(e,l,n.lng||this.language||r.usedLng,n),a){const t=e.match(this.interpolator.nestingRegexp);s<(t&&t.length)&&(n.nest=!1)}!n.lng&&r&&r.res&&(n.lng=this.language||r.usedLng),!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return i?.[0]!==r[0]||n.context?o.translate(...r,t):(o.logger.warn(`It seems you are nesting recursively key: ${r[0]} in key: ${t[0]}`),null)}),n)),n.interpolation&&this.interpolator.reset()}const a=n.postProcess||this.options.postProcess,s=Sn(a)?[a]:a;return null!=e&&s?.length&&!1!==n.applyPostProcessor&&(e=Wn.handle(s,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),e}resolve(e){let t,n,r,i,o,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Sn(e)&&(e=[e]),e.forEach((e=>{if(this.isValidLookup(t))return;const s=this.extractFromKey(e,a),l=s.key;n=l;let c=s.namespaces;this.options.fallbackNS&&(c=c.concat(this.options.fallbackNS));const u=void 0!==a.count&&!Sn(a.count),d=u&&!a.ordinal&&0===a.count,p=void 0!==a.context&&(Sn(a.context)||"number"==typeof a.context)&&""!==a.context,h=a.lngs?a.lngs:this.languageUtils.toResolveHierarchy(a.lng||this.language,a.fallbackLng);c.forEach((e=>{this.isValidLookup(t)||(o=e,Kn[`${h[0]}-${e}`]||!this.utils?.hasLoadedNamespace||this.utils?.hasLoadedNamespace(o)||(Kn[`${h[0]}-${e}`]=!0,this.logger.warn(`key "${n}" for languages "${h.join(", ")}" won't get resolved as namespace "${o}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach((n=>{if(this.isValidLookup(t))return;i=n;const o=[l];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(o,l,n,e,a);else{let e;u&&(e=this.pluralResolver.getSuffix(n,a.count,a));const t=`${this.options.pluralSeparator}zero`,r=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(u&&(o.push(l+e),a.ordinal&&0===e.indexOf(r)&&o.push(l+e.replace(r,this.options.pluralSeparator)),d&&o.push(l+t)),p){const n=`${l}${this.options.contextSeparator}${a.context}`;o.push(n),u&&(o.push(n+e),a.ordinal&&0===e.indexOf(r)&&o.push(n+e.replace(r,this.options.pluralSeparator)),d&&o.push(n+t))}}let s;for(;s=o.pop();)this.isValidLookup(t)||(r=s,t=this.getResource(n,e,s,a))})))}))})),{res:t,usedKey:n,exactUsedKey:r,usedLng:i,usedNS:o}}isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}getResource(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}getUsedParamsDetails(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],n=e.replace&&!Sn(e.replace);let r=n?e.replace:e;if(n&&void 0!==e.count&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!n){r={...r};for(const e of t)delete r[e]}return r}static hasDefaultValue(e){for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t)&&"defaultValue"===t.substring(0,12)&&void 0!==e[t])return!0;return!1}}class Jn{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Vn.create("languageUtils")}getScriptPartFromCode(e){if(!(e=In(e))||e.indexOf("-")<0)return null;const t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}getLanguagePartFromCode(e){if(!(e=In(e))||e.indexOf("-")<0)return e;const t=e.split("-");return this.formatLanguageCode(t[0])}formatLanguageCode(e){if(Sn(e)&&e.indexOf("-")>-1){let t;try{t=Intl.getCanonicalLocales(e)[0]}catch(e){}return t&&this.options.lowerCaseLng&&(t=t.toLowerCase()),t||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach((e=>{if(t)return;const n=this.formatLanguageCode(e);this.options.supportedLngs&&!this.isSupportedCode(n)||(t=n)})),!t&&this.options.supportedLngs&&e.forEach((e=>{if(t)return;const n=this.getLanguagePartFromCode(e);if(this.isSupportedCode(n))return t=n;t=this.options.supportedLngs.find((e=>e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:e.indexOf("-")>0&&n.indexOf("-")<0&&e.substring(0,e.indexOf("-"))===n||0===e.indexOf(n)&&n.length>1?e:void 0))})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t}getFallbackCodes(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),Sn(e)&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];let n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}toResolveHierarchy(e,t){const n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),r=[],i=e=>{e&&(this.isSupportedCode(e)?r.push(e):this.logger.warn(`rejecting language code not found in supportedLngs: ${e}`))};return Sn(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):Sn(e)&&i(this.formatLanguageCode(e)),n.forEach((e=>{r.indexOf(e)<0&&i(this.formatLanguageCode(e))})),r}}const Qn={zero:0,one:1,two:2,few:3,many:4,other:5},Yn={select:e=>1===e?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class Xn{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=Vn.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,t){this.rules[e]=t}clearCache(){this.pluralRulesCache={}}getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=In("dev"===e?"en":e),r=t.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:n,type:r});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let o;try{o=new Intl.PluralRules(n,{type:r})}catch(n){if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),Yn;if(!e.match(/-|_/))return Yn;const r=this.languageUtils.getLanguagePartFromCode(e);o=this.getRule(r,t)}return this.pluralRulesCache[i]=o,o}needsPlural(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((e=>`${t}${e}`))}getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?n.resolvedOptions().pluralCategories.sort(((e,t)=>Qn[e]-Qn[t])).map((e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${e}`)):[]}getSuffix(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=this.getRule(e,n);return r?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r.select(t)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",t,n))}}const er=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",i=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],o=((e,t,n)=>{const r=Tn(e,n);return void 0!==r?r:Tn(t,n)})(e,t,n);return!o&&i&&Sn(n)&&(o=Dn(e,n,r),void 0===o&&(o=Dn(t,n,r))),o},tr=e=>e.replace(/\$/g,"$$$$");class nr{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=Vn.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(e=>e),this.init(e)}init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:t,escapeValue:n,useRawValueToEscape:r,prefix:i,prefixEscaped:o,suffix:a,suffixEscaped:s,formatSeparator:l,unescapeSuffix:c,unescapePrefix:u,nestingPrefix:d,nestingPrefixEscaped:p,nestingSuffix:h,nestingSuffixEscaped:f,nestingOptionsSeparator:g,maxReplaces:m,alwaysFormat:v}=e.interpolation;this.escape=void 0!==t?t:Fn,this.escapeValue=void 0===n||n,this.useRawValueToEscape=void 0!==r&&r,this.prefix=i?zn(i):o||"{{",this.suffix=a?zn(a):s||"}}",this.formatSeparator=l||",",this.unescapePrefix=c?"":u||"-",this.unescapeSuffix=this.unescapePrefix?"":c||"",this.nestingPrefix=d?zn(d):p||zn("$t("),this.nestingSuffix=h?zn(h):f||zn(")"),this.nestingOptionsSeparator=g||",",this.maxReplaces=m||1e3,this.alwaysFormat=void 0!==v&&v,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(e,t)=>e?.source===t?(e.lastIndex=0,e):new RegExp(t,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,t,n,r){let i,o,a;const s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},l=e=>{if(e.indexOf(this.formatSeparator)<0){const i=er(t,s,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(i,void 0,n,{...r,...t,interpolationkey:e}):i}const i=e.split(this.formatSeparator),o=i.shift().trim(),a=i.join(this.formatSeparator).trim();return this.format(er(t,s,o,this.options.keySeparator,this.options.ignoreJSONStructure),a,n,{...r,...t,interpolationkey:o})};this.resetRegExp();const c=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,u=void 0!==r?.interpolation?.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>tr(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?tr(this.escape(e)):tr(e)}].forEach((t=>{for(a=0;i=t.regex.exec(e);){const n=i[1].trim();if(o=l(n),void 0===o)if("function"==typeof c){const t=c(e,i,r);o=Sn(t)?t:""}else if(r&&Object.prototype.hasOwnProperty.call(r,n))o="";else{if(u){o=i[0];continue}this.logger.warn(`missed to pass in variable ${n} for interpolating ${e}`),o=""}else Sn(o)||this.useRawValueToEscape||(o=Ln(o));const s=t.safeValue(o);if(e=e.replace(i[0],s),u?(t.regex.lastIndex+=o.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,a++,a>=this.maxReplaces)break}})),e}nest(e,t){let n,r,i,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const a=(e,t)=>{const n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;const r=e.split(new RegExp(`${n}[ ]*{`));let o=`{${r[1]}`;e=r[0],o=this.interpolate(o,i);const a=o.match(/'/g),s=o.match(/"/g);((a?.length??0)%2==0&&!s||s.length%2!=0)&&(o=o.replace(/'/g,'"'));try{i=JSON.parse(o),t&&(i={...t,...i})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${n}${o}`}return i.defaultValue&&i.defaultValue.indexOf(this.prefix)>-1&&delete i.defaultValue,e};for(;n=this.nestingRegexp.exec(e);){let s=[];i={...o},i=i.replace&&!Sn(i.replace)?i.replace:i,i.applyPostProcessor=!1,delete i.defaultValue;let l=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){const e=n[1].split(this.formatSeparator).map((e=>e.trim()));n[1]=e.shift(),s=e,l=!0}if(r=t(a.call(this,n[1].trim(),i),i),r&&n[0]===e&&!Sn(r))return r;Sn(r)||(r=Ln(r)),r||(this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`),r=""),l&&(r=s.reduce(((e,t)=>this.format(e,t,o.lng,{...o,interpolationkey:n[1].trim()})),r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}const rr=e=>{const t={};return(n,r,i)=>{let o=i;i&&i.interpolationkey&&i.formatParams&&i.formatParams[i.interpolationkey]&&i[i.interpolationkey]&&(o={...o,[i.interpolationkey]:void 0});const a=r+JSON.stringify(o);let s=t[a];return s||(s=e(In(r),i),t[a]=s),s(n)}};class ir{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=Vn.create("formatter"),this.options=e,this.formats={number:rr(((e,t)=>{const n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)})),currency:rr(((e,t)=>{const n=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>n.format(e)})),datetime:rr(((e,t)=>{const n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)})),relativetime:rr(((e,t)=>{const n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||"day")})),list:rr(((e,t)=>{const n=new Intl.ListFormat(e,{...t});return e=>n.format(e)}))},this.init(e)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};this.formatSeparator=t.interpolation.formatSeparator||","}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=rr(t)}format(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const i=t.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find((e=>e.indexOf(")")>-1))){const e=i.findIndex((e=>e.indexOf(")")>-1));i[0]=[i[0],...i.splice(1,e)].join(this.formatSeparator)}const o=i.reduce(((e,t)=>{const{formatName:i,formatOptions:o}=(e=>{let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const r=e.split("(");t=r[0].toLowerCase().trim();const i=r[1].substring(0,r[1].length-1);"currency"===t&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):"relativetime"===t&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach((e=>{if(e){const[t,...r]=e.split(":"),i=r.join(":").trim().replace(/^'+|'+$/g,""),o=t.trim();n[o]||(n[o]=i),"false"===i&&(n[o]=!1),"true"===i&&(n[o]=!0),isNaN(i)||(n[o]=parseInt(i,10))}}))}return{formatName:t,formatOptions:n}})(t);if(this.formats[i]){let t=e;try{const a=r?.formatParams?.[r.interpolationkey]||{},s=a.locale||a.lng||r.locale||r.lng||n;t=this.formats[i](e,s,{...o,...r,...a})}catch(e){this.logger.warn(e)}return t}return this.logger.warn(`there was no format function for ${i}`),e}),e);return o}}class or extends Zn{constructor(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=r,this.logger=Vn.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(n,r.backend,r)}queueLoad(e,t,n,r){const i={},o={},a={},s={};return e.forEach((e=>{let r=!0;t.forEach((t=>{const a=`${e}|${t}`;!n.reload&&this.store.hasResourceBundle(e,t)?this.state[a]=2:this.state[a]<0||(1===this.state[a]?void 0===o[a]&&(o[a]=!0):(this.state[a]=1,r=!1,void 0===o[a]&&(o[a]=!0),void 0===i[a]&&(i[a]=!0),void 0===s[t]&&(s[t]=!0)))})),r||(a[e]=!0)})),(Object.keys(i).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(o),toLoadLanguages:Object.keys(a),toLoadNamespaces:Object.keys(s)}}loaded(e,t,n){const r=e.split("|"),i=r[0],o=r[1];t&&this.emit("failedLoading",i,o,t),!t&&n&&this.store.addResourceBundle(i,o,n,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&n&&(this.state[e]=0);const a={};this.queue.forEach((n=>{((e,t,n,r)=>{const{obj:i,k:o}=On(e,t,Object);i[o]=i[o]||[],i[o].push(n)})(n.loaded,[i],o),((e,t)=>{void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)})(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((e=>{a[e]||(a[e]={});const t=n.loaded[e];t.length&&t.forEach((t=>{void 0===a[e][t]&&(a[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",a),this.queue=this.queue.filter((e=>!e.done))}read(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,o=arguments.length>5?arguments[5]:void 0;if(!e.length)return o(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:r,wait:i,callback:o});this.readingCalls++;const a=(a,s)=>{if(this.readingCalls--,this.waitingReads.length>0){const e=this.waitingReads.shift();this.read(e.lng,e.ns,e.fcName,e.tried,e.wait,e.callback)}a&&s&&r<this.maxRetries?setTimeout((()=>{this.read.call(this,e,t,n,r+1,2*i,o)}),i):o(a,s)},s=this.backend[n].bind(this.backend);if(2!==s.length)return s(e,t,a);try{const n=s(e,t);n&&"function"==typeof n.then?n.then((e=>a(null,e))).catch(a):a(null,n)}catch(e){a(e)}}prepareLoading(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();Sn(e)&&(e=this.languageUtils.toResolveHierarchy(e)),Sn(t)&&(t=[t]);const i=this.queueLoad(e,t,n,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach((e=>{this.loadOne(e)}))}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=e.split("|"),r=n[0],i=n[1];this.read(r,i,"read",void 0,void 0,((n,o)=>{n&&this.logger.warn(`${t}loading namespace ${i} for language ${r} failed`,n),!n&&o&&this.logger.log(`${t}loaded namespace ${i} for language ${r}`,o),this.loaded(e,n,o)}))}saveMissing(e,t,n,r,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:()=>{};if(!this.services?.utils?.hasLoadedNamespace||this.services?.utils?.hasLoadedNamespace(t)){if(null!=n&&""!==n){if(this.backend?.create){const s={...o,isUpdate:i},l=this.backend.create.bind(this.backend);if(l.length<6)try{let i;i=5===l.length?l(e,t,n,r,s):l(e,t,n,r),i&&"function"==typeof i.then?i.then((e=>a(null,e))).catch(a):a(null,i)}catch(e){a(e)}else l(e,t,n,r,a,s)}e&&e[0]&&this.store.addResource(e[0],t,n,r)}}else this.logger.warn(`did not save key "${n}" as the namespace "${t}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")}}const ar=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if("object"==typeof e[1]&&(t=e[1]),Sn(e[1])&&(t.defaultValue=e[1]),Sn(e[2])&&(t.tDescription=e[2]),"object"==typeof e[2]||"object"==typeof e[3]){const n=e[3]||e[2];Object.keys(n).forEach((e=>{t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),sr=e=>(Sn(e.ns)&&(e.ns=[e.ns]),Sn(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),Sn(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs?.indexOf?.("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),"boolean"==typeof e.initImmediate&&(e.initAsync=e.initImmediate),e),lr=()=>{};class cr extends Zn{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;var n;if(super(),this.options=sr(e),this.services={},this.logger=Vn,this.modules={external:[]},n=this,Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((e=>{"function"==typeof n[e]&&(n[e]=n[e].bind(n))})),t&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,t),this;setTimeout((()=>{this.init(e,t)}),0)}}init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,"function"==typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&(Sn(t.ns)?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));const r=ar();this.options={...r,...this.options,...sr(t)},this.options.interpolation={...r.interpolation,...this.options.interpolation},void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator);const i=e=>e?"function"==typeof e?new e:e:null;if(!this.options.isClone){let t;this.modules.logger?Vn.init(i(this.modules.logger),this.options):Vn.init(null,this.options),t=this.modules.formatter?this.modules.formatter:ir;const n=new Jn(this.options);this.store=new qn(this.options.resources,this.options);const o=this.services;o.logger=Vn,o.resourceStore=this.store,o.languageUtils=n,o.pluralResolver=new Xn(n,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!t||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(o.formatter=i(t),o.formatter.init(o,this.options),this.options.interpolation.format=o.formatter.format.bind(o.formatter)),o.interpolator=new nr(this.options),o.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},o.backendConnector=new or(i(this.modules.backend),o.resourceStore,o,this.options),o.backendConnector.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit(t,...r)})),this.modules.languageDetector&&(o.languageDetector=i(this.modules.languageDetector),o.languageDetector.init&&o.languageDetector.init(o,this.options.detection,this.options)),this.modules.i18nFormat&&(o.i18nFormat=i(this.modules.i18nFormat),o.i18nFormat.init&&o.i18nFormat.init(this)),this.translator=new Gn(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit(t,...r)})),this.modules.external.forEach((e=>{e.init&&e.init(this)}))}if(this.format=this.options.interpolation.format,n||(n=lr),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const e=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);e.length>0&&"dev"!==e[0]&&(this.options.lng=e[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((t=>{this[t]=function(){return e.store[t](...arguments)}})),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((t=>{this[t]=function(){return e.store[t](...arguments),e}}));const o=Nn(),a=()=>{const e=(e,t)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),o.resolve(t),n(e,t)};if(this.languages&&!this.isInitialized)return e(null,this.t.bind(this));this.changeLanguage(this.options.lng,e)};return this.options.resources||!this.options.initAsync?a():setTimeout(a,0),o}loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:lr;const n=Sn(e)?e:this.language;if("function"==typeof e&&(t=e),!this.options.resources||this.options.partialBundledLanguages){if("cimode"===n?.toLowerCase()&&(!this.options.preload||0===this.options.preload.length))return t();const e=[],r=t=>{t&&"cimode"!==t&&this.services.languageUtils.toResolveHierarchy(t).forEach((t=>{"cimode"!==t&&e.indexOf(t)<0&&e.push(t)}))};n?r(n):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((e=>r(e))),this.options.preload?.forEach?.((e=>r(e))),this.services.backendConnector.load(e,this.options.ns,(e=>{e||this.resolvedLanguage||!this.language||this.setResolvedLanguage(this.language),t(e)}))}else t(null)}reloadResources(e,t,n){const r=Nn();return"function"==typeof e&&(n=e,e=void 0),"function"==typeof t&&(n=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),n||(n=lr),this.services.backendConnector.reload(e,t,(e=>{r.resolve(),n(e)})),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&Wn.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(let e=0;e<this.languages.length;e++){const t=this.languages[e];if(!(["cimode","dev"].indexOf(t)>-1)&&this.store.hasLanguageSomeTranslations(t)){this.resolvedLanguage=t;break}}}changeLanguage(e,t){var n=this;this.isLanguageChangingTo=e;const r=Nn();this.emit("languageChanging",e);const i=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},o=(e,o)=>{o?(i(o),this.translator.changeLanguage(o),this.isLanguageChangingTo=void 0,this.emit("languageChanged",o),this.logger.log("languageChanged",o)):this.isLanguageChangingTo=void 0,r.resolve((function(){return n.t(...arguments)})),t&&t(e,(function(){return n.t(...arguments)}))},a=t=>{e||t||!this.services.languageDetector||(t=[]);const n=Sn(t)?t:this.services.languageUtils.getBestMatchFromCodes(t);n&&(this.language||i(n),this.translator.language||this.translator.changeLanguage(n),this.services.languageDetector?.cacheUserLanguage?.(n)),this.loadResources(n,(e=>{o(e,n)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}getFixedT(e,t,n){var r=this;const i=function(e,t){let o;if("object"!=typeof t){for(var a=arguments.length,s=new Array(a>2?a-2:0),l=2;l<a;l++)s[l-2]=arguments[l];o=r.options.overloadTranslationOptionHandler([e,t].concat(s))}else o={...t};o.lng=o.lng||i.lng,o.lngs=o.lngs||i.lngs,o.ns=o.ns||i.ns,""!==o.keyPrefix&&(o.keyPrefix=o.keyPrefix||n||i.keyPrefix);const c=r.options.keySeparator||".";let u;return u=o.keyPrefix&&Array.isArray(e)?e.map((e=>`${o.keyPrefix}${c}${e}`)):o.keyPrefix?`${o.keyPrefix}${c}${e}`:e,r.t(u,o)};return Sn(e)?i.lng=e:i.lngs=e,i.ns=t,i.keyPrefix=n,i}t(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.translator?.translate(...t)}exists(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.translator?.exists(...t)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const n=t.lng||this.resolvedLanguage||this.languages[0],r=!!this.options&&this.options.fallbackLng,i=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;const o=(e,t)=>{const n=this.services.backendConnector.state[`${e}|${t}`];return-1===n||0===n||2===n};if(t.precheck){const e=t.precheck(this,o);if(void 0!==e)return e}return!(!this.hasResourceBundle(n,e)&&this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages)&&(!o(n,e)||r&&!o(i,e)))}loadNamespaces(e,t){const n=Nn();return this.options.ns?(Sn(e)&&(e=[e]),e.forEach((e=>{this.options.ns.indexOf(e)<0&&this.options.ns.push(e)})),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){const n=Nn();Sn(e)&&(e=[e]);const r=this.options.preload||[],i=e.filter((e=>r.indexOf(e)<0&&this.services.languageUtils.isSupportedCode(e)));return i.length?(this.options.preload=r.concat(i),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";const t=this.services?.languageUtils||new Jn(ar());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){return new cr(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:lr;const n=e.forkResourceStore;n&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},i=new cr(r);return void 0===e.debug&&void 0===e.prefix||(i.logger=i.logger.clone(e)),["store","services","language"].forEach((e=>{i[e]=this[e]})),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},n&&(i.store=new qn(this.store.data,r),i.services.resourceStore=i.store),i.translator=new Gn(i.services,r),i.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i.emit(e,...n)})),i.init(r,t),i.translator.options=r,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const ur=cr.createInstance();ur.createInstance=cr.createInstance,ur.createInstance,ur.dir,ur.init,ur.loadResources,ur.reloadResources,ur.use,ur.changeLanguage,ur.getFixedT,ur.t,ur.exists,ur.setDefaultNamespace,ur.hasLoadedNamespace,ur.loadNamespaces,ur.loadLanguages;const dr={en:{short:"Eng",full:"English",iso:"en-US"},ru:{short:"Ру",full:"Русский",iso:"ru-RU"},pl:{short:"Pl",full:"Polski",iso:"pl-PL"},es:{short:"Es",full:"Español",iso:"es-ES"},pt:{short:"Pt",full:"Português",iso:"pt-PT"},de:{short:"De",full:"Deutsch",iso:"de-DE"},am:{short:"Am",full:"አማርኛ",iso:"am-ET"},az:{short:"Az",full:"Azərbaycan",iso:"az-AZ"},fr:{short:"Fr",full:"Français",iso:"fr-FR"},it:{short:"It",full:"Italiano",iso:"it-IT"},ja:{short:"Ja",full:"日本語",iso:"ja-JP"},he:{short:"He",full:"עברית",iso:"he-IL"},ka:{short:"Ka",full:"ქართული",iso:"ka-GE"},kr:{short:"Kr",full:"한국어",iso:"kr-KR"},nl:{short:"Nl",full:"Nederlands",iso:"nl-NL"},sv:{short:"Sv",full:"Svenska",iso:"sv-SE"},tr:{short:"Tr",full:"Türkçe",iso:"tr-TR"},zh:{short:"Zh",full:"中文",iso:"zh-CN"}},{reportLanguage:pr}=Ge()??{},hr=nn("en"),fr=ln((()=>{const e=hr.value;return dr[e].iso}));ln((()=>["ar","he","fa"].includes(hr.value))),ur.use({type:"backend",async read(e,t,n){await a(631)(`./${e}.json`).then((e=>{n(null,e[t])})).catch((e=>{n(e,null)}))}}).init({lng:hr.value,fallbackLng:"en",ns:["empty","execution","filters","search","severity","sort-by","sort-by.directions","sort-by.values","statuses","tabs","testSummary","ui","welcome","controls","errors"],interpolation:{escapeValue:!1}});const gr=e=>({t:ln((()=>(t,n)=>ur.t(t,{ns:e,...n}))).value,currentLocale:hr.value}),mr=async e=>{await ur.changeLanguage(e),localStorage.setItem("currentLocale",e),hr.value=e};function vr(){const e=hr.value,{createdAt:t}=Ge()??{},n="en"===e?"en-US":"ru-RU",r=new Date(t).toLocaleDateString(n,{month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric"});return Lt(At,{type:"paragraph",size:"m",className:"cD5x1upc",children:[r,Lt("span",{children:" Ver: 3.0.0"})]})}const yr=()=>Lt("div",{className:kt("wWM_2Ddl"),children:[Lt(Zt,{}),Lt(vr,{})]});var br=new(Mt())({id:"line-arrows-chevron-down",use:"line-arrows-chevron-down-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-chevron-down">\n<path vector-effect="non-scaling-stroke" d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),_r=(jt().add(br),br),wr=new(Mt())({id:"spinner",use:"spinner-usage",viewBox:"0 0 16 16",content:'<symbol viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="spinner">\n <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.32" stroke-width="1.5" vector-effect="non-scaling-stroke" />\n <path d="M 15 8 A 7 7 0 0 1 8 15" stroke="currentColor" stroke-opacity="1" stroke-width="1.5" class="allure-spinner" vector-effect="non-scaling-stroke" />\n <style>\n #spinner .allure-spinner {\n transform-origin: center;\n animation: allure-spinner-spin 0.75s infinite ease-in-out;\n }\n\n @keyframes allure-spinner-spin {\n 100% {\n transform: rotate(360deg);\n }\n }\n </style>\n</symbol>'}),kr=(jt().add(wr),wr);function xr(e){const{size:t}=e;return Lt(Ht,{role:"progressbar",id:kr.id,size:t})}var Cr="TKDOGa1c",Sr="eUQCzxxq",Nr="VahrcwT_",Lr="iZmaIGB_",Ar="rT4_Mw5k",Pr="heycqhiX",Er="CpzWAPUL",Or="Dl2aPSRm",Mr="gEcrdh_M",Tr="a86kxyJC",jr="Q_EggrmQ",zr="rP6WQOpl",Br="Ngx9cUnz",Fr="zHFwONt2",Rr="m0hYtMVl",$r="Avd_o3Ma",Dr="HNjZ6edE",Ir="YAI_ORnC",Hr="ipXbrLFF",Ur="TaeLDW8O",Vr="RJ4DATq0",Zr="IRu3OEWx";const qr=e=>{const{text:n,type:r="button",icon:i,iconSize:o="m",onClick:a,isPending:s=!1,size:l="m",style:c="primary",action:u="default",fullWidth:d=!1,isDisabled:p=!1,isIconButton:h=!1,isDropdownButton:f=!1,isActive:g=!1,focusable:m=!0,className:v,...y}=e,b=p||s;return Lt("button",{...y,tabIndex:m?0:-1,className:kt(Sr,h&&Nr,t[`size_${l}`],t[`icon_size_${o}`],t[`style_${c}`],"danger"===u&&Pr,"positive"===u&&zr,s&&jr,d&&Or,!b&&g&&Cr,v),disabled:b,onClick:a,type:r,children:Lt(At,{type:"ui",size:"s"===l?"s":"m",bold:!0,className:Lr,children:[i&&Lt(Ht,{size:"s",className:h?Ar:Tr,id:i}),!h&&Lt("span",{className:Zr,children:n}),f&&Lt(Ht,{id:_r.id,size:"s",className:Er}),Lt("span",{className:$r,"aria-hidden":!s,children:Lt(xr,{})})]})})},Wr=e=>Lt(qr,{...e}),Kr=e=>Lt(qr,{...e,isIconButton:!0}),Gr=e=>Lt(qr,{...e,isDropdownButton:!0,isActive:e.isExpanded}),Jr=Math.min,Qr=Math.max,Yr=Math.round,Xr=Math.floor,ei=e=>({x:e,y:e}),ti={left:"right",right:"left",bottom:"top",top:"bottom"},ni={start:"end",end:"start"};function ri(e,t,n){return Qr(e,Jr(t,n))}function ii(e,t){return"function"==typeof e?e(t):e}function oi(e){return e.split("-")[0]}function ai(e){return e.split("-")[1]}function si(e){return"x"===e?"y":"x"}function li(e){return"y"===e?"height":"width"}function ci(e){return["top","bottom"].includes(oi(e))?"y":"x"}function ui(e){return si(ci(e))}function di(e){return e.replace(/start|end/g,(e=>ni[e]))}function pi(e){return e.replace(/left|right|bottom|top/g,(e=>ti[e]))}function hi(e){const{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function fi(e,t,n){let{reference:r,floating:i}=e;const o=ci(t),a=ui(t),s=li(a),l=oi(t),c="y"===o,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,p=r[s]/2-i[s]/2;let h;switch(l){case"top":h={x:u,y:r.y-i.height};break;case"bottom":h={x:u,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:d};break;case"left":h={x:r.x-i.width,y:d};break;default:h={x:r.x,y:r.y}}switch(ai(t)){case"start":h[a]-=p*(n&&c?-1:1);break;case"end":h[a]+=p*(n&&c?-1:1)}return h}async function gi(e,t){var n;void 0===t&&(t={});const{x:r,y:i,platform:o,rects:a,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:h=0}=ii(t,e),f=function(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}(h),g=s[p?"floating"===d?"reference":"floating":d],m=hi(await o.getClippingRect({element:null==(n=await(null==o.isElement?void 0:o.isElement(g)))||n?g:g.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(s.floating)),boundary:c,rootBoundary:u,strategy:l})),v="floating"===d?{x:r,y:i,width:a.floating.width,height:a.floating.height}:a.reference,y=await(null==o.getOffsetParent?void 0:o.getOffsetParent(s.floating)),b=await(null==o.isElement?void 0:o.isElement(y))&&await(null==o.getScale?void 0:o.getScale(y))||{x:1,y:1},_=hi(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:v,offsetParent:y,strategy:l}):v);return{top:(m.top-_.top+f.top)/b.y,bottom:(_.bottom-m.bottom+f.bottom)/b.y,left:(m.left-_.left+f.left)/b.x,right:(_.right-m.right+f.right)/b.x}}function mi(){return"undefined"!=typeof window}function vi(e){return _i(e)?(e.nodeName||"").toLowerCase():"#document"}function yi(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function bi(e){var t;return null==(t=(_i(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function _i(e){return!!mi()&&(e instanceof Node||e instanceof yi(e).Node)}function wi(e){return!!mi()&&(e instanceof Element||e instanceof yi(e).Element)}function ki(e){return!!mi()&&(e instanceof HTMLElement||e instanceof yi(e).HTMLElement)}function xi(e){return!(!mi()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof yi(e).ShadowRoot)}function Ci(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=Ei(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function Si(e){return["table","td","th"].includes(vi(e))}function Ni(e){return[":popover-open",":modal"].some((t=>{try{return e.matches(t)}catch(e){return!1}}))}function Li(e){const t=Ai(),n=wi(e)?Ei(e):e;return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some((e=>(n.willChange||"").includes(e)))||["paint","layout","strict","content"].some((e=>(n.contain||"").includes(e)))}function Ai(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Pi(e){return["html","body","#document"].includes(vi(e))}function Ei(e){return yi(e).getComputedStyle(e)}function Oi(e){return wi(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Mi(e){if("html"===vi(e))return e;const t=e.assignedSlot||e.parentNode||xi(e)&&e.host||bi(e);return xi(t)?t.host:t}function Ti(e){const t=Mi(e);return Pi(t)?e.ownerDocument?e.ownerDocument.body:e.body:ki(t)&&Ci(t)?t:Ti(t)}function ji(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const i=Ti(e),o=i===(null==(r=e.ownerDocument)?void 0:r.body),a=yi(i);if(o){const e=zi(a);return t.concat(a,a.visualViewport||[],Ci(i)?i:[],e&&n?ji(e):[])}return t.concat(i,ji(i,[],n))}function zi(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Bi(e){const t=Ei(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=ki(e),o=i?e.offsetWidth:n,a=i?e.offsetHeight:r,s=Yr(n)!==o||Yr(r)!==a;return s&&(n=o,r=a),{width:n,height:r,$:s}}function Fi(e){return wi(e)?e:e.contextElement}function Ri(e){const t=Fi(e);if(!ki(t))return ei(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:o}=Bi(t);let a=(o?Yr(n.width):n.width)/r,s=(o?Yr(n.height):n.height)/i;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const $i=ei(0);function Di(e){const t=yi(e);return Ai()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:$i}function Ii(e,t,n,r){void 0===t&&(t=!1),void 0===n&&(n=!1);const i=e.getBoundingClientRect(),o=Fi(e);let a=ei(1);t&&(r?wi(r)&&(a=Ri(r)):a=Ri(e));const s=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==yi(e))&&t}(o,n,r)?Di(o):ei(0);let l=(i.left+s.x)/a.x,c=(i.top+s.y)/a.y,u=i.width/a.x,d=i.height/a.y;if(o){const e=yi(o),t=r&&wi(r)?yi(r):r;let n=e,i=zi(n);for(;i&&r&&t!==n;){const e=Ri(i),t=i.getBoundingClientRect(),r=Ei(i),o=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,a=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;l*=e.x,c*=e.y,u*=e.x,d*=e.y,l+=o,c+=a,n=yi(i),i=zi(n)}}return hi({width:u,height:d,x:l,y:c})}function Hi(e,t){const n=Oi(e).scrollLeft;return t?t.left+n:Ii(bi(e)).left+n}function Ui(e,t,n){void 0===n&&(n=!1);const r=e.getBoundingClientRect();return{x:r.left+t.scrollLeft-(n?0:Hi(e,r)),y:r.top+t.scrollTop}}function Vi(e,t,n){let r;if("viewport"===t)r=function(e,t){const n=yi(e),r=bi(e),i=n.visualViewport;let o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;const e=Ai();(!e||e&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:s,y:l}}(e,n);else if("document"===t)r=function(e){const t=bi(e),n=Oi(e),r=e.ownerDocument.body,i=Qr(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=Qr(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+Hi(e);const s=-n.scrollTop;return"rtl"===Ei(r).direction&&(a+=Qr(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:a,y:s}}(bi(e));else if(wi(t))r=function(e,t){const n=Ii(e,!0,"fixed"===t),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=ki(e)?Ri(e):ei(1);return{width:e.clientWidth*o.x,height:e.clientHeight*o.y,x:i*o.x,y:r*o.y}}(t,n);else{const n=Di(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return hi(r)}function Zi(e,t){const n=Mi(e);return!(n===t||!wi(n)||Pi(n))&&("fixed"===Ei(n).position||Zi(n,t))}function qi(e,t,n){const r=ki(t),i=bi(t),o="fixed"===n,a=Ii(e,!0,o,t);let s={scrollLeft:0,scrollTop:0};const l=ei(0);if(r||!r&&!o)if(("body"!==vi(t)||Ci(i))&&(s=Oi(t)),r){const e=Ii(t,!0,o,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else i&&(l.x=Hi(i));const c=!i||r||o?ei(0):Ui(i,s);return{x:a.left+s.scrollLeft-l.x-c.x,y:a.top+s.scrollTop-l.y-c.y,width:a.width,height:a.height}}function Wi(e){return"static"===Ei(e).position}function Ki(e,t){if(!ki(e)||"fixed"===Ei(e).position)return null;if(t)return t(e);let n=e.offsetParent;return bi(e)===n&&(n=n.ownerDocument.body),n}function Gi(e,t){const n=yi(e);if(Ni(e))return n;if(!ki(e)){let t=Mi(e);for(;t&&!Pi(t);){if(wi(t)&&!Wi(t))return t;t=Mi(t)}return n}let r=Ki(e,t);for(;r&&Si(r)&&Wi(r);)r=Ki(r,t);return r&&Pi(r)&&Wi(r)&&!Li(r)?n:r||function(e){let t=Mi(e);for(;ki(t)&&!Pi(t);){if(Li(t))return t;if(Ni(t))return null;t=Mi(t)}return null}(e)||n}const Ji={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e;const o="fixed"===i,a=bi(r),s=!!t&&Ni(t.floating);if(r===a||s&&o)return n;let l={scrollLeft:0,scrollTop:0},c=ei(1);const u=ei(0),d=ki(r);if((d||!d&&!o)&&(("body"!==vi(r)||Ci(a))&&(l=Oi(r)),ki(r))){const e=Ii(r);c=Ri(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}const p=!a||d||o?ei(0):Ui(a,l,!0);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-l.scrollLeft*c.x+u.x+p.x,y:n.y*c.y-l.scrollTop*c.y+u.y+p.y}},getDocumentElement:bi,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const o="clippingAncestors"===n?Ni(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let r=ji(e,[],!1).filter((e=>wi(e)&&"body"!==vi(e))),i=null;const o="fixed"===Ei(e).position;let a=o?Mi(e):e;for(;wi(a)&&!Pi(a);){const t=Ei(a),n=Li(a);n||"fixed"!==t.position||(i=null),(o?!n&&!i:!n&&"static"===t.position&&i&&["absolute","fixed"].includes(i.position)||Ci(a)&&!n&&Zi(e,a))?r=r.filter((e=>e!==a)):i=t,a=Mi(a)}return t.set(e,r),r}(t,this._c):[].concat(n),a=[...o,r],s=a[0],l=a.reduce(((e,n)=>{const r=Vi(t,n,i);return e.top=Qr(r.top,e.top),e.right=Jr(r.right,e.right),e.bottom=Jr(r.bottom,e.bottom),e.left=Qr(r.left,e.left),e}),Vi(t,s,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Gi,getElementRects:async function(e){const t=this.getOffsetParent||Gi,n=this.getDimensions,r=await n(e.floating);return{reference:qi(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:n}=Bi(e);return{width:t,height:n}},getScale:Ri,isElement:wi,isRTL:function(e){return"rtl"===Ei(e).direction}};function Qi(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:l=!1}=r,c=Fi(e),u=i||o?[...c?ji(c):[],...ji(t)]:[];u.forEach((e=>{i&&e.addEventListener("scroll",n,{passive:!0}),o&&e.addEventListener("resize",n)}));const d=c&&s?function(e,t){let n,r=null;const i=bi(e);function o(){var e;clearTimeout(n),null==(e=r)||e.disconnect(),r=null}return function a(s,l){void 0===s&&(s=!1),void 0===l&&(l=1),o();const{left:c,top:u,width:d,height:p}=e.getBoundingClientRect();if(s||t(),!d||!p)return;const h={rootMargin:-Xr(u)+"px "+-Xr(i.clientWidth-(c+d))+"px "+-Xr(i.clientHeight-(u+p))+"px "+-Xr(c)+"px",threshold:Qr(0,Jr(1,l))||1};let f=!0;function g(e){const t=e[0].intersectionRatio;if(t!==l){if(!f)return a();t?a(!1,t):n=setTimeout((()=>{a(!1,1e-7)}),1e3)}f=!1}try{r=new IntersectionObserver(g,{...h,root:i.ownerDocument})}catch(e){r=new IntersectionObserver(g,h)}r.observe(e)}(!0),o}(c,n):null;let p,h=-1,f=null;a&&(f=new ResizeObserver((e=>{let[r]=e;r&&r.target===c&&f&&(f.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame((()=>{var e;null==(e=f)||e.observe(t)}))),n()})),c&&!l&&f.observe(c),f.observe(t));let g=l?Ii(e):null;return l&&function t(){const r=Ii(e);!g||r.x===g.x&&r.y===g.y&&r.width===g.width&&r.height===g.height||n(),g=r,p=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach((e=>{i&&e.removeEventListener("scroll",n),o&&e.removeEventListener("resize",n)})),null==d||d(),null==(e=f)||e.disconnect(),f=null,l&&cancelAnimationFrame(p)}}const Yi=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:i,y:o,placement:a,middlewareData:s}=t,l=await async function(e,t){const{placement:n,platform:r,elements:i}=e,o=await(null==r.isRTL?void 0:r.isRTL(i.floating)),a=oi(n),s=ai(n),l="y"===ci(n),c=["left","top"].includes(a)?-1:1,u=o&&l?-1:1,d=ii(t,e);let{mainAxis:p,crossAxis:h,alignmentAxis:f}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&"number"==typeof f&&(h="end"===s?-1*f:f),l?{x:h*u,y:p*c}:{x:p*c,y:h*u}}(t,e);return a===(null==(n=s.offset)?void 0:n.placement)&&null!=(r=s.arrow)&&r.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:a}}}}},Xi=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:s={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=ii(e,t),c={x:n,y:r},u=await gi(t,l),d=ci(oi(i)),p=si(d);let h=c[p],f=c[d];if(o){const e="y"===p?"bottom":"right";h=ri(h+u["y"===p?"top":"left"],h,h-u[e])}if(a){const e="y"===d?"bottom":"right";f=ri(f+u["y"===d?"top":"left"],f,f-u[e])}const g=s.fn({...t,[p]:h,[d]:f});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[p]:o,[d]:a}}}}}},eo=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:o,rects:a,initialPlacement:s,platform:l,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:p,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:f="none",flipAlignment:g=!0,...m}=ii(e,t);if(null!=(n=o.arrow)&&n.alignmentOffset)return{};const v=oi(i),y=ci(s),b=oi(s)===s,_=await(null==l.isRTL?void 0:l.isRTL(c.floating)),w=p||(b||!g?[pi(s)]:function(e){const t=pi(e);return[di(e),t,di(t)]}(s)),k="none"!==f;!p&&k&&w.push(...function(e,t,n,r){const i=ai(e);let o=function(e,t,n){const r=["left","right"],i=["right","left"],o=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return n?t?i:r:t?r:i;case"left":case"right":return t?o:a;default:return[]}}(oi(e),"start"===n,r);return i&&(o=o.map((e=>e+"-"+i)),t&&(o=o.concat(o.map(di)))),o}(s,g,f,_));const x=[s,...w],C=await gi(t,m),S=[];let N=(null==(r=o.flip)?void 0:r.overflows)||[];if(u&&S.push(C[v]),d){const e=function(e,t,n){void 0===n&&(n=!1);const r=ai(e),i=ui(e),o=li(i);let a="x"===i?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=pi(a)),[a,pi(a)]}(i,a,_);S.push(C[e[0]],C[e[1]])}if(N=[...N,{placement:i,overflows:S}],!S.every((e=>e<=0))){var L,A;const e=((null==(L=o.flip)?void 0:L.index)||0)+1,t=x[e];if(t)return{data:{index:e,overflows:N},reset:{placement:t}};let n=null==(A=N.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:A.placement;if(!n)switch(h){case"bestFit":{var P;const e=null==(P=N.filter((e=>{if(k){const t=ci(e.placement);return t===y||"y"===t}return!0})).map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:P[0];e&&(n=e);break}case"initialPlacement":n=s}if(i!==n)return{reset:{placement:n}}}return{}}}},to=(e,t,n)=>{const r=new Map,i={platform:Ji,...n},o={...i.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:a}=n,s=o.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=fi(c,r,l),p=r,h={},f=0;for(let n=0;n<s.length;n++){const{name:o,fn:g}=s[n],{x:m,y:v,data:y,reset:b}=await g({x:u,y:d,initialPlacement:r,placement:p,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=null!=m?m:u,d=null!=v?v:d,h={...h,[o]:{...h[o],...y}},b&&f<=50&&(f++,"object"==typeof b&&(b.placement&&(p=b.placement),b.rects&&(c=!0===b.rects?await a.getElementRects({reference:e,floating:t,strategy:i}):b.rects),({x:u,y:d}=fi(c,p,l))),n=-1)}return{x:u,y:d,placement:p,strategy:i,middlewareData:h}})(e,t,{...i,platform:o})};var no=new(Mt())({id:"line-general-check",use:"line-general-check-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-check">\n<path vector-effect="non-scaling-stroke" d="M20 6L9 17L4 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),ro=(jt().add(no),no),io="i6CPGTmL",oo="m5YW_4lA",ao="tpHPRuVj",so="HENGyjHm",lo="OKaS4Mqr",co="fBD7MY0_",uo="LuCw5WVr",po="jfkVC3cE",ho="_8t0kOnf",fo="QfiP1M30",go="oD4B3ZZ_",mo="iFZTkS9D",vo="mTkBAkaE";const yo=e=>{const{children:t,menuTrigger:r,menuTriggerWrapper:i="div",size:o="m",isInitialOpened:a=!1,placement:s="bottom-end"}=e,[l,c]=Me(a),u=ze(null),d=ze(null);return je((()=>{const e=e=>{"Escape"===e.key&&l&&c(!1)};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}}),[]),je((()=>{const e=e=>{l&&u.current&&(u.current.contains(e.target)||c(!1))};return l&&document.addEventListener("click",e),()=>{document.removeEventListener("click",e)}}),[u.current,l]),je((()=>{const e=()=>{(u.current||d.current)&&to(d.current,u.current,{placement:s,middleware:[Yi(6),eo(),Xi({padding:5})]}).then((({x:e,y:t})=>{u.current&&Object.assign(u.current.style,{left:`${e}px`,top:`${t}px`,position:"absolute","z-index":10})}))};return e(),Qi(d.current,u.current,e)}),[u.current,d.current]),Lt(z,{children:["function"==typeof r&&Lt(i,{ref:d,children:r({isOpened:l,onClick:()=>{c(!l)},setIsOpened:c})}),Lt("div",{ref:u,children:l&&Lt("aside",{className:kt(lo,n[`size-${o}`]),children:t})})]})};yo.Section=e=>Lt("ul",{className:ho,children:e.children}),yo.Item=e=>{const{children:t,onClick:n,leadingIcon:r,rightSlot:i,ariaLabel:o,closeMenuOnClick:a=!0}=e,s="function"==typeof n,l="string"==typeof r;return Lt("li",{className:uo,children:Lt(At,{"aria-label":o,type:"paragraph",size:"m",tag:s?"button":"div",className:kt(co,s&&ao),onClick:e=>{s&&a&&e.stopPropagation(),s&&n?.()},"data-interactive-menu-item":!!s||void 0,children:[l&&Lt(Ht,{id:r,className:so,size:"m"}),Lt("div",{className:oo,children:t}),i&&Lt("div",{className:po,children:i})]})})},yo.ItemWithCheckmark=e=>{const{isChecked:t=!1,...n}=e;return Lt(yo.Item,{...n,rightSlot:t&&Lt(Ht,{className:io,id:ro.id})})};const bo=Object.entries(dr).map((([e,{full:t}])=>({key:e,value:t}))),_o=()=>{const e=hr.value;return Lt(yo,{size:"s",menuTrigger:({isOpened:t,onClick:n})=>Lt(Gr,{style:"ghost",size:"s",text:dr[e||"en"].short,isExpanded:t,onClick:n}),children:Lt(yo.Section,{children:bo.map((({key:t,value:n})=>Lt(yo.ItemWithCheckmark,{onClick:()=>{mr(t)},isChecked:e===t,children:n},t)))})})};var wo=new(Mt())({id:"line-shapes-moon",use:"line-shapes-moon-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-shapes-moon">\n<path vector-effect="non-scaling-stroke" d="M5.5839 4.7328C6.33209 3.98462 7.17125 3.38527 8.06529 2.9339C7.43285 6.41756 8.46285 10.1468 11.158 12.842C13.8532 15.5372 17.5824 16.5672 21.0661 15.9347C20.6147 16.8288 20.0154 17.6679 19.2672 18.4161C15.4887 22.1946 9.36244 22.1946 5.5839 18.4161C1.80537 14.6376 1.80537 8.51134 5.5839 4.7328Z" stroke="currentColor" stroke-width="1.5" />\n</symbol>'}),ko=(jt().add(wo),wo),xo=new(Mt())({id:"line-shapes-sun",use:"line-shapes-sun-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-shapes-sun">\n<path vector-effect="non-scaling-stroke" d="M22 12H20M19.071 19.0711L17.6567 17.6569M4 12H2M6.34292 6.34317L4.92871 4.92896M12 4V2M17.6567 6.34317L19.071 4.92896M12 22V20M4.92871 19.0711L6.34292 17.6569M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Co=(jt().add(xo),xo);const So=()=>{const e=bn.value;return je((()=>{kn()}),[]),Lt(Kr,{onClick:wn,style:"ghost",icon:"light"===e?ko.id:Co.id,size:"s"})},No=()=>Lt("div",{className:"D9RebCBX",children:Lt("div",{className:"TrpDtaCr",children:[Lt(_o,{}),Lt(So,{})]})}),Lo=["failed","broken","passed","skipped","unknown"],Ao=new Set(["failed","broken"]),Po=new Set(["passed"]),Eo=new Set([...Ao,...Po]),Oo=e=>{const t=new Set(e);return e=>t.has(e.status)},Mo=(Oo(Po),Oo(Ao),Oo(Eo),[{suffix:"d",accessor:e=>Math.floor(e/864e5)},{suffix:"h",accessor:e=>Math.floor(e/36e5)%24},{suffix:"m",accessor:e=>Math.floor(e/6e4)%60},{suffix:"s",accessor:e=>Math.floor(e/1e3)%60},{suffix:"ms",accessor:e=>Math.round(e)%1e3}]),To=e=>{if(void 0===e)return"unknown";if(e<.5)return"0s";const t=[];for(const{accessor:n,suffix:r}of Mo){const i=n(e);if((0!==t.length||i)&&(t.push(i+r),t.length>1))break}return t.join(" ")},jo=e=>{const{source:t,transformData:n=(e=>e),renderLoader:r=(()=>null),renderError:i=(e=>Lt("div",{children:e})),renderData:o}=e;return t.value.loading?r():t.value.error?i(t.value.error):o(n(t.value.data))};function zo(e){if(e)return e.charAt(0).toLocaleUpperCase()+e.slice(1)}var Bo="inhMeTX9",Fo="n5Bg916N",Ro="_ALSv4Ct",$o="qVARvwoB",Do="bw2QchqJ",Io="ycXufJED",Ho="abhKPGLf",Uo="vJS3dy7L",Vo="QNr4FXZJ";const Zo=e=>{const{count:t,size:n="s",truncateCount:i=!1,status:o}=e,a=i&&t>99?"99+":t;return Lt(At,{tag:"small",size:"l"===n?"m":"s",type:"ui",bold:!0,className:kt(Bo,r[`size-${n}`],o&&r[`status-${o}`]),children:a})},qo=te(null);function Wo(){const e=Re(qo);if(!e)throw new Error("Tabs' components must be used within a Tabs component");return e}const Ko=e=>{const{children:t,initialTab:n}=e,[r,i]=Me(n);return Lt(qo.Provider,{value:{currentTab:r,setCurrentTab:i},children:t})},Go=e=>Lt(Ko,{...e}),Jo=e=>Lt("div",{className:"_J5GnHUH",children:e.children}),Qo=e=>{const{id:t,children:n,...r}=e,{currentTab:i,setCurrentTab:o}=Wo(),a=i===t;return Lt("button",{...r,className:"tBkCXB00",onClick:()=>{a||o(t)},"aria-current":!!a||void 0,children:Lt(At,{type:"paragraph",size:"m",bold:!0,children:n})})},Yo=te(null),Xo=()=>{const e=Re(Yo);if(!e)throw new Error("useReportContentContext must be used within a ReportContentProvider");return e},ea=({children:e})=>{const[t,n]=Te(((e,t)=>{switch(t.type){case"setDirection":return{...e,direction:t.payload};case"setSortBy":return{...e,sortBy:t.payload};case"setFilter":return{...e,filter:{...e.filter,[t.payload.filterKey]:t.payload.value}};case"setQuery":return{...e,query:t.payload};default:return e}}),{query:"",direction:"asc",filter:{flaky:!1,new:!1,retry:!1},sortBy:"alphabet"}),r=Fe((e=>n({type:"setSortBy",payload:e})),[]),i=Fe((e=>n({type:"setDirection",payload:e})),[]),o=Fe(((e,t)=>n({type:"setFilter",payload:{filterKey:e,value:t}})),[]),a=Fe((e=>n({type:"setQuery",payload:e})),[]);return Lt(Yo.Provider,{value:{...t,setSortBy:r,setDirection:i,setFilter:o,setQuery:a},children:e})};var ta=new(Mt())({id:"solid-alert-circle",use:"solid-alert-circle-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="solid-alert-circle">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8ZM12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17H12.01C12.5623 17 13.01 16.5523 13.01 16C13.01 15.4477 12.5623 15 12.01 15H12Z" fill="currentColor" />\n</symbol>'}),na=(jt().add(ta),ta),ra=new(Mt())({id:"solid-check-circle",use:"solid-check-circle-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="solid-check-circle">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289C16.8166 7.90237 16.1834 7.90237 15.7929 8.29289L10.5 13.5858L8.20711 11.2929C7.81658 10.9024 7.18342 10.9024 6.79289 11.2929C6.40237 11.6834 6.40237 12.3166 6.79289 12.7071L9.79289 15.7071C10.1834 16.0976 10.8166 16.0976 11.2071 15.7071L17.2071 9.70711Z" fill="currentColor" />\n</symbol>'}),ia=(jt().add(ra),ra),oa=new(Mt())({id:"solid-help-circle",use:"solid-help-circle-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="solid-help-circle">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM10.9066 8.27123C11.3138 8.03191 11.7926 7.94443 12.2581 8.02428C12.7236 8.10413 13.1459 8.34615 13.45 8.70749C13.7542 9.06883 13.9207 9.52615 13.92 9.99847L13.92 9.99996C13.92 10.4691 13.5549 10.9582 12.8653 11.4179C12.5509 11.6275 12.2294 11.7889 11.9826 11.8986C11.8606 11.9529 11.7603 11.9929 11.6929 12.0186C11.663 12.03 11.6329 12.041 11.6027 12.0516C11.0794 12.2267 10.7968 12.7926 10.9713 13.3162C11.146 13.8401 11.7123 14.1233 12.2362 13.9486L12.4049 13.8876C12.5015 13.8508 12.6356 13.7971 12.7949 13.7263C13.1105 13.586 13.5391 13.3724 13.9747 13.082C14.7849 12.5419 15.9195 11.5312 15.92 10.0009C15.9213 9.05644 15.5883 8.14201 14.9801 7.41949C14.3717 6.69682 13.5273 6.21277 12.5962 6.05307C11.6652 5.89337 10.7077 6.06833 9.89327 6.54696C9.07886 7.02559 8.46013 7.77701 8.14666 8.66812C7.96339 9.18911 8.23716 9.76002 8.75815 9.9433C9.27914 10.1266 9.85006 9.85279 10.0333 9.33181C10.1901 8.88625 10.4994 8.51054 10.9066 8.27123ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5522 11.4477 18 12 18H12.01C12.5623 18 13.01 17.5522 13.01 17C13.01 16.4477 12.5623 16 12.01 16H12Z" fill="currentColor" />\n</symbol>'}),aa=(jt().add(oa),oa),sa=new(Mt())({id:"solid-minus-circle",use:"solid-minus-circle-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="solid-minus-circle">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z" fill="currentColor" />\n</symbol>'}),la=(jt().add(sa),sa),ca=new(Mt())({id:"solid-x-circle",use:"solid-x-circle-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="solid-x-circle">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z" fill="currentColor" />\n</symbol>'}),ua=(jt().add(ca),"kOjSqVKP"),da="zDfUn9u2",pa="LetfQDMP",ha="g3IAHxuA",fa="iCbuf30I",ga="DTAoNZWi",ma="eejuIUfC",va="vOD8bLRp",ya="DgKKG0jB",ba="fwYWm8Mv",_a="_Yh8Q3az",wa="LSYaqP6c",ka="dMg78kil",xa="YoFge4Ez",Ca="gYyp76cD",Sa="NGa3bTlv",Na="XTLUrDkb",La="r62JGSVQ",Aa="e8UyYa1t",Pa="KbRijiGG",Ea="jHED8t0h",Oa="v3gNnuaL",Ma="IXIoezsI",Ta="jiYChtw4",ja="HM8oGat4",za="lLchlEjl",Ba="kuwhbQsA",Fa="AeDQxfBA";const Ra={failed:ca.id,broken:na.id,passed:ia.id,skipped:la.id,unknown:aa.id};var $a=({status:e="unknown",className:t,classNameIcon:n})=>{const r=kt(i[`status-${e}`],n);return Lt("div",{"data-testid":`tree-leaf-status-${e}`,className:kt(za,t),children:Lt(Ht,{className:r,id:Ra[e]})})},Da=({name:e,status:t,duration:n,id:r,...i})=>{const o=To(n);return Lt("div",{...i,className:ja,onClick:()=>up(r),children:[Lt($a,{status:t}),Lt(At,{"data-testid":"tree-leaf-title",className:ha,children:e}),Lt(At,{"data-testid":"tree-leaf-duration",type:"ui",size:"m",className:pa,children:o})]})};const Ia=()=>Lt("div",{className:"UdFKnHMh",children:Lt(xr,{size:"m"})}),Ha=nn({loading:!0,error:void 0,data:void 0}),Ua=async e=>{Ha.value={...Ha.value,loading:!0,error:void 0};try{const t=await Ke(`widgets/${e}.json`);Ha.value={data:t,error:void 0,loading:!1}}catch(e){Ha.value={...Ha.value,error:e.message,loading:!1}}},Va={failed:1,broken:2,passed:3,skipped:4,unknown:5},Za=({leaves:e,leavesById:t,query:n})=>e.filter((e=>{const r=n.toLocaleLowerCase(),i=t[e].nodeId.toLowerCase().includes(r),o=t[e].name.toLowerCase().includes(r);return i||o})),qa=(e,t,n,r)=>{let i="total"!==n&&n?e.filter((e=>t[e].status===n)):Za({leaves:e,leavesById:t,query:r.query});return i=Za({leaves:i,leavesById:t,query:r.query}),i=(({leaves:e,leavesById:t,filterTypes:n})=>e.filter((e=>{const r=t[e];return(!n.flaky||r.flaky)&&(!n.retry||r.retry)&&(!n.new||r.new)})))({leaves:i,leavesById:t,filterTypes:r.filter}),i=(({leavesFiltered:e,leavesById:t,filterOptions:n})=>(e.sort(((e,r)=>{const i=t[e],o=t[r],a="asc"===n.direction;switch(n.sortBy){case"duration":return a?(i.duration||0)-(o.duration||0):(o.duration||0)-(i.duration||0);case"alphabet":return a?i.name.localeCompare(o.name):o.name.localeCompare(i.name);case"status":{const e=Va[i.status]||Va.unknown,t=Va[o.status]||Va.unknown;return a?e-t:t-e}default:return 0}})),"desc"===n.direction&&["order"].includes(n.sortBy)&&e.reverse(),e))({leavesFiltered:i,leavesById:t,filterOptions:r}),i},Wa=(e,t,n,r,i)=>{const o=e.filter((e=>{const o=t?.[e],a=qa(o?.leaves||[],n,r,i),s=o?.groups?.filter((e=>{const o=t?.[e];return qa(o?.leaves||[],n,r,i).length>0||Wa(o?.groups||[],t,n,r,i).length>0}));return a.length>0||s&&s.length>0})).sort(((e,n)=>{const r=t[e],o=t[n],a="asc"===i.direction;return"alphabet"===i.sortBy?a?r.name.localeCompare(o.name):o.name.localeCompare(r.name):0}));return"desc"===i.direction&&["order"].includes(i.sortBy)&&o.reverse(),o};var Ka="UTrX_iIh",Ga="HMHj52sX",Ja="TC6JLayc",Qa="PNG1Px6h",Ya="JdkdH0aJ",Xa="g1uoTQ5F";const es=({isOpened:e,buttonSize:t="m",iconSize:n="xs",className:r,icon:i})=>Lt("button",{className:kt(Ka,o[`arrow-button-${t}`]),children:Lt(Ht,{id:i||_r.id,size:n,className:kt(Ga,e&&Ja,o[`icon-size-${n}`],r)})});var ts=({categoryTitle:e,isOpened:t,toggleTree:n,statusFilter:r="total",statistic:o,...a})=>Lt(jo,{source:xn,renderData:s=>{const l=Math.floor(94*((e,t)=>{const n=Math.log(10);return(Math.log(e+10)-n)/(Math.log(t+10)-n)})(o.total,s.total)+46),c=o?Lo.map((e=>({status:e,value:o[e]}))).filter((({status:e,value:t})=>void 0!==t&&("total"===r||r===e&&t>0))).map((({status:e,value:t})=>Lt("div",{className:kt(i["tree-header-bar-item"],i[e]),style:{flexGrow:`${t}`},children:t},e))):null;return Lt("div",{...a,className:Aa,onClick:n,children:[Lt(es,{isOpened:t}),Lt(At,{size:"m",bold:!0,className:Ta,children:e}),c&&Lt("div",{className:Oa,style:{width:`${l}px`},children:c})]})}});const ns=({statusFilter:e,root:t,name:n,leaves:r=[],groups:i=[],statistic:o})=>{const[a,s]=Me(void 0===o||!!o.failed||!!o.broken),{t:l}=gr("empty");return Lt(jo,{source:Ha,renderLoader:()=>Lt(Ia,{}),renderData:c=>{const u=Xo(),d=qa(r,c?.leavesById,e,u),p=Wa(i,c?.groupsById,c?.leavesById,e,u);if(!p.length&&!d.length)return Lt("div",{className:Ba,children:Lt("div",{className:Na,children:Lt(At,{className:La,children:l("no-results")})})});const h=a&&Lt("div",{className:xt({[Ca]:!0,[ga]:t}),children:[p.map((t=>{const n=c?.groupsById?.[t];return n?Lt(ns,{name:n.name,leaves:n.leaves,groups:n.groups,statistic:n.statistic,statusFilter:e},n.nodeId):null})),d.map((e=>{const t=c?.leavesById?.[e];return t?Lt(Da,{"data-testid":"tree-leaf",id:t.nodeId,name:t.name,status:t.status,duration:t.duration},t.nodeId):null}))]});return Lt("div",{className:xa,children:[n&&Lt(ts,{categoryTitle:n,isOpened:a,toggleTree:()=>{s(!a)},statusFilter:e,statistic:o,"data-testid":"tree-group-header"}),h]})}})};var rs=ns;const is=()=>{const{t:e}=gr("empty"),{currentTab:t}=Wo();return Lt(jo,{source:Ha,renderLoader:()=>Lt(Ia,{}),renderData:n=>{const{groups:r,leaves:i}=n?.root??{};return Lt("div",r||i?{className:Ba,children:Lt(rs,{groups:r,leaves:i,statusFilter:t,root:!0})}:{className:Ba,children:Lt("div",{className:Na,children:Lt(At,{className:La,children:e("no-results")})})})}})};var os=new(Mt())({id:"line-general-search-md",use:"line-general-search-md-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-search-md">\n<path vector-effect="non-scaling-stroke" d="M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),as=(jt().add(os),os),ss=new(Mt())({id:"line-general-x-close",use:"line-general-x-close-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-x-close">\n<path vector-effect="non-scaling-stroke" d="M18 6L6 18M6 6L18 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),ls=(jt().add(ss),ss);const cs=e=>{const{placeholder:t,value:n,onChange:r,changeDebounce:i=300}=e,[o,a]=Me(n),s=function(e,t=300){const n=ze(e);return n.current=e,je((()=>()=>{n.current=()=>{}}),[]),Fe(function(e,t=300){let n;return(...r)=>{clearTimeout(n),n=setTimeout((()=>{e.apply(this,r)}),t)}}(((...e)=>n.current(...e)),t),[t])}(r,i),l=!!o;return Lt(At,{className:"Mj7tpGyc",type:"ui",size:"m",tag:"div",children:[Lt(Ht,{id:as.id,size:"s",className:"DFqmJiZz"}),Lt("input",{className:kt("UyRbMHCk",l&&"PBXdpiCg"),type:"text",placeholder:t,onInput:e=>{const t=e.target.value;a(t),s(t)},value:o,name:"search",autocomplete:"off"}),l&&Lt("div",{className:"nChETBHC",children:Lt(Kr,{size:"s",icon:ls.id,onClick:e=>{e.preventDefault(),e.stopPropagation(),a(""),s("")},style:"ghost"})})]})};var us=new(Mt())({id:"line-alerts-notification-box",use:"line-alerts-notification-box-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-alerts-notification-box">\n<path vector-effect="non-scaling-stroke" d="M11 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V13M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),ds=(jt().add(us),us),ps=new(Mt())({id:"line-arrows-refresh-ccw-1",use:"line-arrows-refresh-ccw-1-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-refresh-ccw-1">\n<path vector-effect="non-scaling-stroke" d="M8.54636 19.7675C10.9455 20.8319 13.803 20.7741 16.2499 19.3613C20.3154 17.0141 21.7084 11.8156 19.3612 7.75008L19.1112 7.31706M4.63826 16.2502C2.29105 12.1847 3.68399 6.98619 7.74948 4.63898C10.1965 3.22621 13.0539 3.16841 15.4531 4.23277M2.49316 16.3338L5.22521 17.0659L5.95727 14.3338M18.0424 9.6659L18.7744 6.93385L21.5065 7.6659" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),hs=(jt().add(ps),ps),fs=new(Mt())({id:"line-general-settings-1",use:"line-general-settings-1-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-settings-1">\n<path vector-effect="non-scaling-stroke" d="M3 8L15 8M15 8C15 9.65686 16.3431 11 18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8ZM9 16L21 16M9 16C9 17.6569 7.65685 19 6 19C4.34315 19 3 17.6569 3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),gs=(jt().add(fs),fs),ms=new(Mt())({id:"line-general-zap",use:"line-general-zap-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-zap">\n<path vector-effect="non-scaling-stroke" d="M12.9999 2L4.09332 12.6879C3.74451 13.1064 3.57011 13.3157 3.56744 13.4925C3.56512 13.6461 3.63359 13.7923 3.75312 13.8889C3.89061 14 4.16304 14 4.7079 14H11.9999L10.9999 22L19.9064 11.3121C20.2552 10.8936 20.4296 10.6843 20.4323 10.5075C20.4346 10.3539 20.3661 10.2077 20.2466 10.1111C20.1091 10 19.8367 10 19.2918 10H11.9999L12.9999 2Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),vs=(jt().add(ms),ms);const ys=e=>{const{value:t,label:n,onChange:r,focusable:i=!0}=e;return Lt("input",{tabIndex:i?0:-1,className:"bAXkozES",role:"switch",type:"checkbox",checked:t,"aria-label":n,onChange:e=>{const t=!e.target.checked;r(t)}})};var bs="YvfkYZ5h";const _s=()=>{const{t:e}=gr("filters"),{filter:t,setFilter:n}=Xo(),{flaky:r,retry:i,new:o}=t,a=r||i||o;return Lt(yo,{menuTrigger:({isOpened:t,onClick:n})=>Lt("div",{className:a&&"rpY1I1Cd",children:Lt(Wr,{icon:gs.id,text:e("more-filters"),size:"m",style:"outline",isActive:t,onClick:n})}),children:Lt(yo.Section,{children:[Lt(yo.Item,{closeMenuOnClick:!1,ariaLabel:e("enable-filter",{filter:e("flaky")}),onClick:()=>{n("flaky",!r)},leadingIcon:vs.id,rightSlot:Lt("div",{className:bs,children:Lt(ys,{focusable:!1,value:r,label:e("enable-filter",{filter:e("flaky")}),onChange:e=>n("flaky",e)})}),children:e("flaky")}),Lt(yo.Item,{closeMenuOnClick:!1,ariaLabel:e("enable-filter",{filter:e("retry")}),onClick:()=>n("retry",!i),leadingIcon:hs.id,rightSlot:Lt("div",{className:bs,children:Lt(ys,{focusable:!1,value:i,label:e("enable-filter",{filter:e("retry")}),onChange:e=>n("retry",e)})}),children:e("retry")}),Lt(yo.Item,{closeMenuOnClick:!1,ariaLabel:e("enable-filter",{filter:e("new")}),onClick:()=>n("new",!o),leadingIcon:ds.id,rightSlot:Lt("div",{className:bs,children:Lt(ys,{focusable:!1,value:o,label:e("enable-filter",{filter:e("new")}),onChange:e=>n("new",e)})}),children:e("new")})]})})},ws=()=>{const{setQuery:e,query:t}=Xo(),{t:n}=gr("search");return Lt(cs,{placeholder:n("search-placeholder"),value:t,onChange:e})},ks=()=>Lt("div",{className:"d6YgzDqX",children:[Lt(ws,{}),Lt(_s,{})]});var xs=new(Mt())({id:"line-arrows-sort-line-asc",use:"line-arrows-sort-line-asc-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-sort-line-asc">\n<path vector-effect="non-scaling-stroke" d="M4.5 18H19.5M4.5 12H15.5M4.5 6H12.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />\n</symbol>'}),Cs=(jt().add(xs),xs),Ss=new(Mt())({id:"line-arrows-sort-line-desc",use:"line-arrows-sort-line-desc-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-sort-line-desc">\n<path vector-effect="non-scaling-stroke" d="M4.5 6H19.5M4.5 12C6.45262 12 13.5474 12 15.5 12M4.5 18L12.5 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />\n</symbol>'}),Ns=(jt().add(Ss),Ss),Ls=new(Mt())({id:"line-arrows-switch-vertical-1",use:"line-arrows-switch-vertical-1-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-switch-vertical-1">\n<path vector-effect="non-scaling-stroke" d="M7 4V20M7 20L3 16M7 20L11 16M17 20V4M17 4L13 8M17 4L21 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),As=(jt().add(Ls),Ls);const Ps=e=>{const{children:t,onClick:n,href:r}=e;return Lt(void 0===r?"button":"a",{href:r,onClick:n,className:"BsJFK28U",children:t})},Es=({children:e})=>Lt("div",{className:"ZKiBAk2O",children:e}),Os=()=>{const{t:e}=gr("sort-by"),{t:t}=gr("sort-by.values"),{t:n}=gr("sort-by.directions"),{direction:r,sortBy:i,setSortBy:o,setDirection:a}=Xo(),s=t(i),l=n(`${i}-${r}-short`);return Lt("div",{children:Lt(At,{type:"paragraph",size:"m",className:"H1ow6nr6",children:[e("sort-by-text")," ",Lt(yo,{size:"l",menuTriggerWrapper:"span",menuTrigger:({onClick:e,isOpened:t})=>Lt(At,{type:"paragraph",size:"m",children:Lt(Ps,{onClick:e,children:[s," ",l,Lt(Ht,{size:"s",id:_r.id,className:xt("nh17qBDX",t&&"RXS0A8m0")})]})}),children:Lt(yo.Section,{children:[Lt(yo,{size:"s",menuTrigger:({onClick:t,isOpened:n})=>Lt(yo.Item,{closeMenuOnClick:!1,onClick:t,leadingIcon:As.id,rightSlot:Lt(Es,{children:Lt(Gr,{style:"outline",size:"s",isExpanded:n,text:s,focusable:!1})}),children:e("sort-by-category")}),children:Lt(yo.Section,{children:[Lt(yo.ItemWithCheckmark,{onClick:()=>o("order"),isChecked:"order"===i,children:t("order")}),Lt(yo.ItemWithCheckmark,{onClick:()=>o("duration"),isChecked:"duration"===i,children:t("duration")}),Lt(yo.ItemWithCheckmark,{onClick:()=>o("status"),isChecked:"status"===i,children:t("status")}),Lt(yo.ItemWithCheckmark,{onClick:()=>o("alphabet"),isChecked:"alphabet"===i,children:t("alphabet")})]})}),Lt(yo,{size:"m",menuTrigger:({onClick:t,isOpened:n})=>Lt(yo.Item,{closeMenuOnClick:!1,onClick:t,leadingIcon:"asc"==r?Cs.id:Ns.id,rightSlot:Lt(Es,{children:Lt(Gr,{style:"outline",size:"s",isExpanded:n,text:l,focusable:!1})}),children:e("direction-category")}),children:Lt(yo.Section,{children:[Lt(yo.ItemWithCheckmark,{onClick:()=>a("asc"),leadingIcon:Cs.id,isChecked:"asc"===r,children:n(`${i}-asc`)}),Lt(yo.ItemWithCheckmark,{onClick:()=>a("desc"),leadingIcon:Ns.id,isChecked:"desc"===r,children:n(`${i}-desc`)})]})})]})})]})})},Ms=()=>{const{t:e}=gr("statuses");return Lt("header",{className:"mkb2716c",children:[Lt(ks,{}),Lt("div",{className:"hMbayYE0",children:[Lt(Jo,{children:Lt(jo,{source:xn,renderData:t=>{const n=Lo.map((e=>({status:e,value:t[e]}))).filter((({value:e})=>e)).map((({status:t,value:n})=>Lt(Qo,{"data-testid":`tab-${t}`,id:t,children:[zo(e(t)??t)," ",Lt(Zo,{count:n,size:"s",status:t})]},t)));return Lt(z,{children:[Lt(Qo,{"data-testid":"tab-all",id:"total",children:[zo(e("total"))," ",Lt(Zo,{count:t?.total??0,size:"s"})]}),n]})}})}),Lt(Os,{})]})]})},Ts=()=>Lt("div",{className:"WLegJ9EZ",children:Lt(is,{})}),js=()=>Lt(ea,{children:Lt("section",{children:Lt(Go,{initialTab:"total",children:[Lt(Ms,{}),Lt(Ts,{})]})})}),zs=e=>{const{className:t}=e,{logo:n}=Ge()??{};return Lt("div",{className:kt("rXm6tMK9",t),children:n?Lt("img",{src:n,alt:"report logo"}):Lt(Ht,{id:Bt.id,inline:!0})})},Bs=()=>Lt("div",{className:"wYdmhUhS",children:Lt(zs,{})});function Fs(e){switch(e){case"passed":return"var(--bg-support-castor)";case"failed":return"var(--bg-support-capella)";case"broken":return"var(--bg-support-atlas)";case"unknown":default:return"var(--bg-support-skat)";case"skipped":return"var(--bg-support-rau)"}}const Rs=e=>{const{slices:t,percentage:n}=e;return Lt("article",{"aria-label":"Success rate",role:"presentation",className:"Kisr2AK_",children:[Lt("svg",{"aria-hidden":!0,viewBox:"0 0 100 100",children:Lt("g",{transform:"translate(50, 50)",children:t.map((e=>Lt("path",{d:e.d,fill:Fs(e.status)},e.status)))})}),!!n&&Lt(Et,{className:"QQiibGTV",size:"s",tag:"b",children:[n,"%"]})]})},$s=nn({loading:!0,error:void 0,data:void 0}),Ds=async()=>{$s.value={...$s.value,loading:!0,error:void 0};try{const e=await Ke("widgets/allure_pie_chart.json");$s.value={data:e,error:void 0,loading:!1}}catch(e){$s.value={error:e.message,loading:!1}}},Is=()=>Lt("div",{className:"dUfWZ51T",children:Lt(jo,{source:$s,renderLoader:()=>null,renderData:e=>Lt(Rs,{slices:e.slices,percentage:e.percentage})})}),Hs=()=>{const{reportName:e,createdAt:t}=Ge()??{},n=new Date(t).toLocaleDateString(fr.value,{month:"long",day:"numeric",year:"numeric"});return Lt("div",{className:"piGAciko",children:[Lt("div",{className:"HGQQP6Gn",children:[Lt(Bs,{}),Lt("div",{className:"B7F8m5wx",children:[Lt(Et,{size:"s",tag:"h2",className:"vjfYLuU1",children:e}),Lt(At,{type:"paragraph",size:"m",className:"_bzRzBom",children:n})]})]}),Lt(Is,{})]})};var Us=new(Mt())({id:"line-general-copy-3",use:"line-general-copy-3-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-copy-3">\n<path vector-effect="non-scaling-stroke" d="M5 15C4.06812 15 3.60218 15 3.23463 14.8478C2.74458 14.6448 2.35523 14.2554 2.15224 13.7654C2 13.3978 2 12.9319 2 12V5.2C2 4.0799 2 3.51984 2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799C3.51984 2 4.0799 2 5.2 2H12C12.9319 2 13.3978 2 13.7654 2.15224C14.2554 2.35523 14.6448 2.74458 14.8478 3.23463C15 3.60218 15 4.06812 15 5M12.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V12.2C22 11.0799 22 10.5198 21.782 10.092C21.5903 9.71569 21.2843 9.40973 20.908 9.21799C20.4802 9 19.9201 9 18.8 9H12.2C11.0799 9 10.5198 9 10.092 9.21799C9.71569 9.40973 9.40973 9.71569 9.21799 10.092C9 10.5198 9 11.0799 9 12.2V18.8C9 19.9201 9 20.4802 9.21799 20.908C9.40973 21.2843 9.71569 21.5903 10.092 21.782C10.5198 22 11.0799 22 12.2 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Vs=(jt().add(Us),Us);const Zs=({isOpened:e,setIsOpen:t,counter:n,title:r})=>Lt("div",{className:xt("MPI_i70f",e&&"SnZRItUd"),onClick:()=>t(!e),children:[Lt(At,{size:"m",bold:!0,children:r}),n&&Lt(Zo,{count:n,size:"s"}),Lt(es,{isOpened:e,iconSize:"s",buttonSize:"s",className:"Ye2Ropsj"})]}),qs=async e=>{await navigator.clipboard.writeText(e)};var Ws="rnnF2jSC",Ks="loaIHL3T",Gs="w4ALRTHd",Js="Ath0pe8f",Qs="NKKYMShp",Ys="Kk8buXs8",Xs="Pt4l4fF1",el="LlE3wY7p",tl="epkAyUBt",nl="kPZNINee",rl="MXlx9vau",il="JySIq5zc",ol="yI_zkELC",al="w1CKQHlg",sl="GnfhdoC8",ll="SCkBL2m6",cl="aOa_RHyD",ul="H3Oi0Rrj",dl="G_7efek0",pl="_dx7VNPC",hl="ZzzP0l91",fl="pBweXiH0",gl="ku6wQT75",ml="GnNiNVs6",vl="NlmCFoNr",yl="wFV1rUus";const{t:bl}=gr("ui"),_l=({envInfo:e,size:t="m",columns:n=2})=>Lt("div",{class:sl,style:{gridTemplateColumns:`repeat(${n}, ${100/n-5}%)`},children:e?.map((e=>Lt(Cl,{size:t,title:e.name,value:e.value,values:e.values})))}),wl=({groupedLabels:e,size:t="m"})=>Lt("div",{class:sl,children:e&&Object.entries(e)?.map((([e,n])=>Lt(Cl,{size:t,title:e,values:n})))}),kl=({value:e})=>{const{t:t}=gr("ui");return Lt("div",{className:Ys,children:[Lt("div",{className:Xs,children:Lt(At,{children:e})}),Lt(Wr,{style:"outline",icon:Vs.id,text:t("copy"),onClick:()=>qs(e)})]})},xl=({size:e="s",value:t})=>Lt(yo,{size:"xl",menuTrigger:({onClick:n})=>Lt("div",{className:al,children:Lt(At,{type:"ui",size:e,onClick:n,bold:!0,className:ol,children:t})}),children:Lt(yo.Section,{children:Lt(kl,{value:t})})}),Cl=({title:e,value:t,values:n,size:r="m"})=>Lt("div",{className:rl,children:[Lt(At,{type:"ui",size:r,className:xt(il,l[`report-metadata-${r}`]),children:e}),Lt("div",n?.length?{className:pl,children:n.map((e=>Lt(xl,{value:e})))}:{className:pl,children:Lt(xl,{value:t})})]});var Sl="pv5ZHqwv",Nl="EMXNada9",Ll="ftV1XJiz",Al="C9zyDaDy",Pl="_eUHQial",El="CuWeX8sd",Ol="SPPBbN4H",Ml="rggVRu_o",Tl="TdF3hI92",jl="v0lmjmWU",zl="Z2YHPK1x",Bl="UaPetBiZ",Fl="b4Wglvur",Rl="nEvTkdxO",$l="RPjfrS7o",Dl="n4ZFcqoR",Il="OkwrRhZL",Hl="gjLXDort",Ul="wXWmw2gV",Vl="HKN7xIAW",Zl="T3Tl_9Y9";const ql=({count:e})=>Lt(At,{"data-testid":"metadata-value",type:"ui",size:"m",tag:"div",className:Al,children:e});var Wl=({className:e,renderComponent:t=ql,props:n,...r})=>{const{title:i}=n||{};return Lt("div",{...r,className:kt("metadata-item",e),children:[Lt(At,{type:"ui",size:"s",tag:"div",className:Ll,children:i}),Lt(t||ql,{...n})]})};const Kl=({status:e,count:t})=>Lt("div",{"data-testid":"metadata-value",className:Pl,children:[Lt("div",{className:kt(Sl,c?.[`status-${e}`])}),Lt(At,{type:"ui",size:"m",bold:!0,children:t})]}),Gl={flaky:vs.id,retry:hs.id,new:ds.id},Jl=({type:e,count:t})=>Lt("div",{"data-testid":"metadata-value",className:El,children:["all"!==e&&Lt(Ht,{className:Nl,id:Gl[e],size:"s"}),Lt(At,{size:"m",bold:!0,children:t})]}),Ql=()=>{const{t:e}=gr("statuses");return Lt(jo,{source:xn,renderError:()=>null,renderData:t=>{const n=ln((()=>({title:zo(e("total")),type:"all",count:t.total}))),r=Lo.map((e=>({status:e,value:t[e]}))).filter((({value:e})=>e)).map((({status:t,value:n})=>{const r=zo(e(t)??t??"");return Lt(Wl,{"data-testid":`metadata-item-${t}`,props:{title:r,count:n,status:t},renderComponent:Kl},t)}));return Lt("div",{class:$l,children:[Lt("div",{className:Ml,children:Lt(Wl,{"data-testid":"metadata-item-total",props:n.value,renderComponent:Jl})}),Lt("div",{className:Rl,children:r})]})}})},Yl=nn({loading:!1,error:void 0,data:void 0}),Xl=async()=>{Yl.value={...Yl.value,loading:!0,error:void 0};try{const e=await Ke("widgets/allure_environment.json");Yl.value={data:e,error:void 0,loading:!1}}catch(e){Yl.value={...Yl.value,error:e.message,loading:!1}}},ec=({envInfo:e})=>{const[t,n]=Me(!0),r=e.map((e=>({...e,value:e.values.join(", ")})));return Lt("div",{class:Ol,children:[Lt(Zs,{isOpened:t,setIsOpen:n,title:"Metadata",counter:e.length}),t&&Lt(_l,{envInfo:r})]})},tc=()=>Lt("div",{className:Dl,children:[Lt(Ql,{}),Lt(jo,{source:Yl,renderError:()=>null,renderData:e=>Boolean(e?.length)&&Lt(ec,{envInfo:e})})]});var nc=()=>Lt(z,{children:[Lt(No,{}),Lt("div",{className:Ct,children:[Lt(Hs,{}),Lt(tc,{}),Lt(js,{})]})]}),rc=a(282),ic=a.n(rc),oc=(a(891),a(709),a(590),a(678),a(54),a(345),a(895),a(225),a(174),a(988),a(623),a(817),a(175),a(699),a(347),a(813),a(108),a(44),a(364),new(Mt())({id:"line-general-download-cloud",use:"line-general-download-cloud-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-download-cloud">\n<path vector-effect="non-scaling-stroke" d="M4 16.2422C2.79401 15.435 2 14.0602 2 12.5C2 10.1564 3.79151 8.23129 6.07974 8.01937C6.54781 5.17213 9.02024 3 12 3C14.9798 3 17.4522 5.17213 17.9203 8.01937C20.2085 8.23129 22 10.1564 22 12.5C22 14.0602 21.206 15.435 20 16.2422M8 17L12 21M12 21L16 17M12 21V12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'})),ac=(jt().add(oc),oc),sc=new(Mt())({id:"line-general-link-external",use:"line-general-link-external-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-link-external">\n<path vector-effect="non-scaling-stroke" d="M21 9L21 3M21 3H15M21 3L13 11M10 5H7.8C6.11984 5 5.27976 5 4.63803 5.32698C4.07354 5.6146 3.6146 6.07354 3.32698 6.63803C3 7.27976 3 8.11984 3 9.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H14.2C15.8802 21 16.7202 21 17.362 20.673C17.9265 20.3854 18.3854 19.9265 18.673 19.362C19 18.7202 19 17.8802 19 16.2V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),lc=(jt().add(sc),sc),cc=new(Mt())({id:"view-off",use:"view-off-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="view-off">\n<g clip-path="url(#view-off_clip0_428_25)">\n<path d="M5.24 22.51L6.67 21.09C5.10422 19.6841 3.87398 17.9447 3.07 16C5.1 10.93 10.7 7 16 7C17.3639 7.018 18.7154 7.26128 20 7.72L21.55 6.16C19.7927 5.41732 17.9077 5.02335 16 5C12.7405 5.12257 9.58839 6.19756 6.9332 8.09209C4.27802 9.98662 2.23616 12.6176 1.06 15.66C0.980569 15.8797 0.980569 16.1203 1.06 16.34C1.94825 18.697 3.38043 20.811 5.24 22.51Z" fill="currentColor" />\n<path d="M12 15.73C12.0695 14.7717 12.4817 13.8705 13.1611 13.1911C13.8405 12.5117 14.7417 12.0995 15.7 12.03L17.51 10.21C16.4958 9.94295 15.4292 9.94642 14.4168 10.2201C13.4043 10.4937 12.4812 11.028 11.7396 11.7696C10.998 12.5112 10.4637 13.4343 10.1901 14.4468C9.91642 15.4592 9.91295 16.5258 10.18 17.54L12 15.73Z" fill="currentColor" />\n<path d="M30.94 15.66C29.7933 12.6732 27.7981 10.087 25.2 8.22L30 3.41L28.59 2L2 28.59L3.41 30L8.51 24.9C10.7839 26.234 13.364 26.9574 16 27C19.2595 26.8774 22.4116 25.8024 25.0668 23.9079C27.722 22.0134 29.7638 19.3824 30.94 16.34C31.0194 16.1203 31.0194 15.8797 30.94 15.66ZM20 16C19.9958 16.7001 19.8079 17.3868 19.4551 17.9916C19.1023 18.5963 18.597 19.0978 17.9896 19.4461C17.3822 19.7943 16.6941 19.977 15.994 19.9759C15.2939 19.9749 14.6063 19.7901 14 19.44L19.44 14C19.7995 14.6057 19.9927 15.2957 20 16ZM16 25C13.9021 24.9634 11.8439 24.4214 10 23.42L12.54 20.88C13.6953 21.6816 15.0955 22.052 16.4961 21.9265C17.8967 21.8009 19.2087 21.1874 20.2031 20.1931C21.1974 19.1987 21.8109 17.8867 21.9365 16.4861C22.062 15.0855 21.6916 13.6853 20.89 12.53L23.76 9.66C26.0546 11.235 27.849 13.4354 28.93 16C26.9 21.07 21.3 25 16 25Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="view-off_clip0_428_25">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),uc=(jt().add(cc),cc),dc=new(Mt())({id:"view",use:"view-usage",viewBox:"0 0 32 32",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="view">\n<g clip-path="url(#view_clip0_428_24)">\n<path d="M30.94 15.66C29.7638 12.6176 27.722 9.98662 25.0668 8.09209C22.4116 6.19756 19.2595 5.12257 16 5C12.7405 5.12257 9.58839 6.19756 6.9332 8.09209C4.27802 9.98662 2.23616 12.6176 1.06 15.66C0.980569 15.8797 0.980569 16.1203 1.06 16.34C2.23616 19.3824 4.27802 22.0134 6.9332 23.9079C9.58839 25.8024 12.7405 26.8774 16 27C19.2595 26.8774 22.4116 25.8024 25.0668 23.9079C27.722 22.0134 29.7638 19.3824 30.94 16.34C31.0194 16.1203 31.0194 15.8797 30.94 15.66ZM16 25C10.7 25 5.1 21.07 3.07 16C5.1 10.93 10.7 7 16 7C21.3 7 26.9 10.93 28.93 16C26.9 21.07 21.3 25 16 25Z" fill="currentColor" />\n<path d="M16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9109 12.6075 10.4567 13.7039C10.0026 14.8003 9.88378 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C22 14.4087 21.3679 12.8826 20.2426 11.7574C19.1174 10.6321 17.5913 10 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8864 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0769 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8864 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="view_clip0_428_24">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>'}),pc=(jt().add(dc),dc);const hc=({attachment:e,item:t})=>(je((()=>{ic().highlightAll()}),[e]),Lt("pre",{className:`language-${t?.link?.ext?.replace(".","")} line-numbers`,children:Lt("code",{children:e?.text})},t?.link?.id));var fc="E7TRM7EL",gc="jwH4jbMp",mc="Od1WuCTw",vc="qUdbGkno",yc="gM4g27PF",bc="AW5sHsjc",_c="ty3hQsN1",wc="CENEiZvf",kc="Sh87oTV3";const xc=()=>{const{t:e}=gr("errors");return Lt("div",{className:"zggCO_iX",children:e("missedAttachment")})},Cc=({attachment:e})=>{const[t,n]=Me(!0);return je((()=>{if(e?.img){const t=new Image;t.onload=()=>n(!0),t.onerror=()=>n(!1),t.src=e.img}}),[e?.img]),Lt("div",e?.img&&t?{className:"RacloDR7",children:e?.img&&Lt("img",{src:e.img,alt:e.originalFileName})}:{className:"SpzIVRmv",children:Lt(xc,{})})},Sc=async({id:e,ext:t,contentType:n})=>(async(e,t)=>{const n=await We(e,t);return globalThis.fetch(n)})(`data/attachments/${e||"-"}${t||""}?attachment`,n),Nc=async(e,t,n)=>{const r=await Sc({id:e,ext:t,contentType:n});return await r.blob()},Lc=async(e,t,n)=>{if(!e&&!t)return;const r=`${e}${t}`,i=await Nc(e,t,n),o=URL.createObjectURL(i),a=document.createElement("a");a.href=o,a.download=r,a.click(),URL.revokeObjectURL(o)},Ac=e=>{switch(e){case"image/bmp":case"image/gif":case"image/tiff":case"image/jpeg":case"image/jpg":case"image/png":case"image/*":return{type:"image",icon:"file"};case"text/xml":case"application/xml":case"application/json":case"text/json":case"text/yaml":case"application/yaml":case"application/x-yaml":case"text/x-yaml":case"text/css":return{type:"code",icon:"file"};case"text/plain":case"text/*":return{type:"text",icon:"txt"};case"text/html":return{type:"html",icon:"file"};case"text/csv":return{type:"table",icon:"csv"};case"text/tab-separated-values":return{type:"table",icon:"table"};case"image/svg+xml":return{type:"svg",icon:"file"};case"video/mp4":case"video/ogg":case"video/webm":return{type:"video",icon:"file"};case"text/uri-list":return{type:"uri",icon:"list"};case"application/x-tar":case"application/x-gtar":case"application/x-bzip2":case"application/gzip":case"application/zip":return{type:"archive",icon:"file"};default:return{type:null,icon:"file"}}},Pc={image:Cc,svg:Cc,json:hc,code:hc,uri:hc,css:hc,table:hc,html:hc,text:hc,video:({attachment:e})=>e?Lt("video",{controls:!0,loop:!0,muted:!0,children:Lt("source",{src:e?.src,type:e?.contentType})}):Lt(xr,{})},Ec={html:({attachment:e})=>Lt("div",{className:"lOBQ_HgP",dangerouslySetInnerHTML:{__html:e?.text}})},Oc=({item:e,previewable:t})=>{const{link:{contentType:n,id:r,ext:i}}=e,[o,a]=Me(null),[s,l]=Me(!1),c=Ac(n),u=Pc[c.type],d=Ec[c.type];return je((()=>{(async()=>{const e=await(async(e,t,n)=>{if(!e&&!t)return;const r=await Sc({id:e,ext:t,contentType:n});switch(Ac(n).type){case"svg":case"image":{const t=await r.blob();return{img:URL.createObjectURL(t),id:e}}case"uri":case"code":case"html":case"table":case"text":return{text:await r.text()};case"video":{const t=await r.blob();return{src:URL.createObjectURL(t),id:e,contentType:n}}default:return}})(r,i,n);l(!0),a(e)})()}),[e]),s?d&&t&&Dc.value.preview?Lt(d,{attachment:o,item:e}):u?Lt(u,{attachment:o,item:e}):Lt(xc,{}):Lt("div",{className:"dN75R63H",children:Lt(xr,{})})};var Mc="OH7IUPya",Tc="BdHyxbRI",jc="vhpIqrP0",zc="XhUCh95D",Bc="NqtxngNw";const Fc=({children:e})=>Lt("div",{className:u["custom-tooltip"],children:Lt(At,{className:"tooltip-content",size:"s",bold:!0,children:e})}),Rc=({tooltipText:e,tooltipTextAfterClick:t,tooltipComponent:n,children:r,placement:i="top",triggerMode:o="hover",autoHideDelay:a=600,isTriggerActive:s=!0})=>{const l=ze(null),c=ze(null),[u,d]=Me(!1),[p,h]=Me(e),f=ze(null);je((()=>{h(e);const t=()=>{c.current&&l.current&&to(c.current,l.current,{placement:i,middleware:[Yi(6),eo(),Xi({padding:5})]}).then((({x:e,y:t})=>{l.current&&Object.assign(l.current.style,{left:`${e}px`,top:`${t}px`,position:"absolute","z-index":100})}))};return u&&t(),c.current&&l.current?Qi(c.current,l.current,t):()=>{}}),[u,i,e]),je((()=>()=>{f.current&&clearTimeout(f.current)}),[]);const g=n||Lt(Fc,{children:p});return Lt("div",{onMouseEnter:()=>{"hover"===o&&s&&d(!0),"click"===o&&f.current&&clearTimeout(f.current)},onMouseLeave:()=>{"hover"===o?(d(!1),h(e)):"click"===o&&u&&(f.current=window.setTimeout((()=>{d(!1)}),a))},onClick:()=>{"click"===o&&c.current&&s&&(d(!0),f.current&&clearTimeout(f.current)),t&&h(t)},children:[Lt("div",{ref:c,children:r}),Lt("div",{ref:l,children:u&&g})]})},$c=nn(!1),Dc=nn({data:null,preview:!1,component:null}),Ic=({data:e,component:t,preview:n})=>{Dc.value={data:e,component:t,preview:n},$c.value=!0},Hc=()=>{$c.value=!1},Uc=({item:e,children:t})=>Lt("div",{className:"ZlgR7YDS "+(Dc.value.data?.link?.id===e.link?.id?"xcNozPnG":""),onClick:()=>{var t;Ic({data:t=e,component:Lt(Oc,{item:t},t.link?.id)})},children:t}),Vc=({attachments:e=[]})=>Lt("div",{className:"I9aKxzGZ",children:e.filter((({link:{contentType:e}})=>{const t=Ac(e).type;return!["archive",null].includes(t)})).map(((e,t)=>Lt(Uc,{item:e,children:Lt(Oc,{item:e})},t)))});var Zc=({testResult:e})=>{const{link:t}=Dc.value.data||{},n=t?.name?`${t?.name}`:`${t?.id}${t?.ext}`;je((()=>(ic().highlightAll(),$c.value?document.body.style.overflow="hidden":document.body.style.overflow="",()=>{document.body.style.overflow=""})),[]);const r=t?.contentType?.startsWith("image"),i="text/html"===t?.contentType;return $c.value?Lt("div",{className:"R1beWXa2",onClick:Hc,children:Lt("div",{className:"NRP7J67e",onClick:e=>e.stopPropagation(),children:[Lt("div",{className:"yQiOhoSz",children:[Lt("div",{className:"Wb1SmU3V",children:[Lt(Et,{size:"s",children:n}),Lt("div",{className:"FJj5wIDj",children:[r&&Lt(Wr,{style:"outline",onClick:async()=>{const{id:e,ext:n,contentType:r}=t||{};await(async(e,t,n)=>{if(!e&&!t)return;const r=await Nc(e,t,n),i=URL.createObjectURL(r);globalThis.open(i,"_blank")})(e,n,r)},icon:lc.id,text:"Open in new tab"}),i&&Lt(Rc,{tooltipText:"Preview attachment",children:Lt(Kr,{style:"outline",size:"m",iconSize:"s",icon:Dc.value.preview?uc.id:pc.id,onClick:()=>{Dc.value={...Dc.value,preview:!Dc.value.preview}}})}),Lt(Rc,{tooltipText:"Download attachment",children:Lt(Kr,{style:"outline",size:"m",iconSize:"s",icon:ac.id,onClick:e=>(async e=>{e.stopPropagation();const{id:n,ext:r,contentType:i}=t||{};n&&r&&i&&await Lc(n,r,i)})(e)})}),Lt(Kr,{iconSize:"m",style:"ghost",onClick:Hc,icon:ls.id})]})]}),Lt("div",{className:"LUbweumx",children:Lt("div",{className:"B5bzCcUF",children:Dc.value?.component},Dc.value?.data?.link?.id)})]}),Lt(Vc,{attachments:e.attachments})]})}):null},qc=new(Mt())({id:"arrows-chevron-down",use:"arrows-chevron-down-usage",viewBox:"0 0 12 12",content:'<symbol viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" id="arrows-chevron-down">\n <path fill-rule="evenodd" clip-rule="evenodd" d="M9.554 4.47a.6.6 0 0 1-.13.654l-3 3a.6.6 0 0 1-.849 0l-3-3A.6.6 0 0 1 3 4.1h6a.6.6 0 0 1 .554.37Z" fill="currentColor" fill-opacity=".56" />\n</symbol>'}),Wc=(jt().add(qc),qc),Kc=new(Mt())({id:"line-files-file-attachment-2",use:"line-files-file-attachment-2-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-files-file-attachment-2">\n<path vector-effect="non-scaling-stroke" d="M20 7V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H12.5M12.5 11H8M11.5 15H8M16 7H8M18 18V12.5C18 11.6716 18.6716 11 19.5 11C20.3284 11 21 11.6716 21 12.5V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Gc=(jt().add(Kc),Kc),Jc=new(Mt())({id:"line-images-image",use:"line-images-image-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-images-image">\n<path vector-effect="non-scaling-stroke" d="M16.2 21H6.93137C6.32555 21 6.02265 21 5.88238 20.8802C5.76068 20.7763 5.69609 20.6203 5.70865 20.4608C5.72312 20.2769 5.93731 20.0627 6.36569 19.6343L14.8686 11.1314C15.2646 10.7354 15.4627 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2M16.2 21C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2M16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Qc=(jt().add(Jc),Jc);const Yc="bits",Xc="bytes",eu="",tu="jedec",nu={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};var ru=new(Mt())({id:"line-arrows-expand-3",use:"line-arrows-expand-3-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-expand-3">\n<path vector-effect="non-scaling-stroke" d="M14 10L21 3M21 3H15M21 3V9M10 14L3 21M3 21H9M3 21L3 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),iu=(jt().add(ru),ru);const ou=({item:e,shouldExpand:t})=>{const{id:n,ext:r,contentType:i}=e.link,{t:o}=gr("controls"),a=!1===e.link.missed?e.link.contentLength:void 0,s=a?function(e,{bits:t=!1,pad:n=!1,base:r=-1,round:i=2,locale:o="",localeOptions:a={},separator:s="",spacer:l=" ",symbols:c={},standard:u="",output:d="string",fullform:p=!1,fullforms:h=[],exponent:f=-1,roundingMethod:g="round",precision:m=0}={}){let v=f,y=Number(e),b=[],_=0,w=eu;"si"===u?(r=10,u=tu):"iec"===u||u===tu?r=2:2===r?u="iec":(r=10,u=tu);const k=10===r?1e3:1024,x=!0===p,C=y<0,S=Math[g];if("bigint"!=typeof e&&isNaN(e))throw new TypeError("Invalid number");if("function"!=typeof S)throw new TypeError("Invalid rounding method");if(C&&(y=-y),(-1===v||isNaN(v))&&(v=Math.floor(Math.log(y)/Math.log(k)),v<0&&(v=0)),v>8&&(m>0&&(m+=8-v),v=8),"exponent"===d)return v;if(0===y)b[0]=0,w=b[1]=nu.symbol[u][t?Yc:Xc][v];else{_=y/(2===r?Math.pow(2,10*v):Math.pow(1e3,v)),t&&(_*=8,_>=k&&v<8&&(_/=k,v++));const e=Math.pow(10,v>0?i:0);b[0]=S(_*e)/e,b[0]===k&&v<8&&-1===f&&(b[0]=1,v++),w=b[1]=10===r&&1===v?t?"kbit":"kB":nu.symbol[u][t?Yc:Xc][v]}if(C&&(b[0]=-b[0]),m>0&&(b[0]=b[0].toPrecision(m)),b[1]=c[b[1]]||b[1],!0===o?b[0]=b[0].toLocaleString():o.length>0?b[0]=b[0].toLocaleString(o,a):s.length>0&&(b[0]=b[0].toString().replace(".",s)),n&&i>0){const e=b[0].toString(),t=s||(e.match(/(\D)/g)||[]).pop()||".",n=e.toString().split(t),r=n[1]||eu,o=r.length,a=i-o;b[0]=`${n[0]}${t}${r.padEnd(o+a,"0")}`}return x&&(b[1]=h[v]?h[v]:nu.fullform[u][v]+(t?"bit":"byte")+(1===b[0]?eu:"s")),"array"===d?b:"object"===d?{value:b[0],symbol:b[1],exponent:v,unit:w}:b.join(l)}(a,{base:2,round:1}):"-";return je((()=>{$c.value&&Ic({data:e,component:Lt(Oc,{item:e})})}),[]),Lt("div",{className:gc,children:[Boolean(i)&&Lt(At,{size:"s",children:i}),Boolean(s)&&Lt(At,{size:"s",children:s}),Lt("div",{className:"sDciiXba",children:[t&&Lt(Rc,{tooltipText:o("expand"),children:Lt(Kr,{className:fc,style:"ghost",size:"s",iconSize:"s",icon:iu.id,onClick:t=>{t.stopPropagation(),Ic({data:e,component:Lt(Oc,{item:e,previewable:!0})})}})}),Lt(Rc,{tooltipText:o("downloadAttachment"),children:Lt(Kr,{style:"ghost",size:"s",iconSize:"s",className:fc,icon:ac.id,onClick:e=>(async e=>{e.stopPropagation(),await Lc(n,r,i)})(e)})})]})]})},au={"text/plain":Gc.id,"application/xml":Gc.id,"text/html":Gc.id,"text/csv":Gc.id,"text/tab-separated-values":Gc.id,"text/css":Gc.id,"text/uri-list":Gc.id,"image/svg+xml":Qc.id,"image/png":Qc.id,"application/json":Gc.id,"application/zip":Gc.id,"video/webm":Qc.id,"image/jpeg":Qc.id,"video/mp4":Qc.id,"application/vnd.allure.image.diff":Qc.id},su=({item:e,stepIndex:t})=>{const[n,r]=Me(!1),{link:i}=e,{missed:o}=i,a=Ac(i.contentType),s=!["archive",null].includes(a.type);return Lt("div",{className:yc,children:[Lt("div",{className:"zgwrGoJv",onClick:e=>{e.stopPropagation(),r((e=>!e))},children:[Lt(es,{isOpened:n,icon:Wc.id}),Lt("div",{className:"pJOBNfU3",children:Lt(Ht,{size:"s",id:au[i.contentType]||Gc.id})}),Lt(Pt,{size:"s",className:bc,children:t}),Lt(At,{className:"_v4wlpZ5",children:i.name||i.originalFileName}),o&&Lt(At,{size:"s",className:"YbOce_HQ",children:"missed"}),Lt(ou,{item:e,shouldExpand:s})]}),n&&s&&Lt("div",{className:"HGGmlFvH",children:Lt("div",{className:"HGJiZVVm",children:Lt(Oc,{item:e})})})]})},lu=({testResult:e})=>{const{attachments:t}=e??{},{t:n}=gr("empty");return Lt("div",{className:"gpnLocrZ",children:t.length?t?.map(((e,t)=>Lt(su,{item:e,stepIndex:t+1},t))):Lt("div",{className:"z3thNmom",children:n("no-attachments-results")})})};var cu=new(Mt())({id:"line-dev-code-square",use:"line-dev-code-square-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-dev-code-square">\n<path vector-effect="non-scaling-stroke" d="M14.5 15L17.5 12L14.5 9M9.5 9L6.5 12L9.5 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),uu=(jt().add(cu),cu);const du=({testResult:e})=>{const{fullName:t,id:n}=e??{},r=n||"",{t:i}=gr("controls");return Lt(jo,{source:Ha,renderData:e=>{const n=e&&Object.keys(e?.leavesById),o=r&&n?.findIndex((e=>e===r))+1,a=n?.length;return Lt("div",{className:"_hSjaeQZ",children:[t&&Lt((()=>Lt("div",{"data-testid":"test-result-fullname",className:"YpKq7pvj",children:[Lt(Rc,{tooltipText:i("clipboard"),tooltipTextAfterClick:i("clipboardSuccess"),children:Lt(Kr,{"data-testid":"test-result-fullname-copy",style:"ghost",size:"s",icon:Vs.id,onClick:()=>qs(t)})}),Lt(Pt,{tag:"div",size:"s",className:"zqTUIaP5",children:t&&t})]})),{}),a&&Lt("div",{className:"xomeKoIF",children:[Lt(Rc,{tooltipText:i("nextTR"),children:Lt(Kr,{icon:_r.id,style:"ghost",isDisabled:o===a,"data-testid":"test-result-nav-next",onClick:()=>up(n[o]),className:"K2dYRYcg"})}),Lt(Pt,{"data-testid":"test-result-nav-current",size:"s",className:"c6ShhIoL",children:[o,"/",a]}),Lt(Rc,{tooltipText:i("prevTR"),isTriggerActive:o>1,children:Lt(Kr,{icon:_r.id,style:"ghost",isDisabled:o<=1,"data-testid":"test-result-nav-prev",onClick:()=>up(n[o-2])})})]})]})}})};var pu=new(Mt())({id:"line-shapes-dot-circle",use:"line-shapes-dot-circle-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-shapes-dot-circle">\n<path vector-effect="non-scaling-stroke" d="M8.99999 12H12M8.99999 12C8.99999 12.3965 9.07692 12.7751 9.21667 13.1216M8.99999 12C8.99999 11.6224 9.06975 11.2611 9.19707 10.9283M15 12H12M15 12C15 11.6224 14.9303 11.2611 14.8029 10.9283M15 12C15 12.3776 14.9303 12.7389 14.8029 13.0717M12 15V12M12 15C11.6219 15 11.2601 14.93 10.9269 14.8024M12 15C12.4299 15 12.8388 14.9096 13.2085 14.7467M12 9V12M12 9C12.4299 9 12.8388 9.09044 13.2085 9.25334M12 9C11.5908 9 11.2008 9.08191 10.8454 9.23022M12 12L9.82377 9.93503M12 12L14.3085 13.916M12 12L9.94168 14.1825M12 12L14.1762 9.93503M12 12L14.8029 10.9283M12 12L9.21667 13.1216M12 12L10.9269 14.8024M12 12L13.2085 9.25334M12 12L14.8029 13.0717M12 12L13.2085 14.7467M12 12L10.8454 9.23022M12 12L9.19707 10.9283M9.82377 9.93503C10.1094 9.63416 10.4567 9.39246 10.8454 9.23022M9.82377 9.93503C9.55415 10.2191 9.33956 10.5559 9.19707 10.9283M14.3085 13.916C14.5165 13.6657 14.6846 13.381 14.8029 13.0717M14.3085 13.916C14.0131 14.2716 13.6371 14.5578 13.2085 14.7467M9.94168 14.1825C9.62921 13.8877 9.38003 13.5266 9.21667 13.1216M9.94168 14.1825C10.224 14.4488 10.5579 14.661 10.9269 14.8024M14.1762 9.93503C14.4458 10.2191 14.6604 10.5559 14.8029 10.9283M14.1762 9.93503C13.9039 9.64814 13.5755 9.41504 13.2085 9.25334M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),hu=(jt().add(pu),pu);const fu={month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1},gu=(e,t=fu)=>{const n=new Date(e),{t:r}=gr("ui");return new Intl.DateTimeFormat("en-US",t).format(n).replace(",",` ${r("at")}`)};var mu="l6JqoNbQ",vu="M9NIhhjy",yu="d7YxbUM5",bu="oSb6bsfk",_u="rWBnMrQK",wu="_3SOt7Nn",ku="rbi4wX7j",xu="u523tvlF";const Cu=({item:e})=>Lt("div",{className:wu,children:Lt(Ht,{id:hu.id,className:d[`status-${e?.status}`]})}),Su=({item:e})=>{const t=e.stop&&gu(e.stop),{t:n}=gr("statuses"),r=n(e.status);return Lt("div",{className:ku,children:[Lt(At,{tag:"div",size:"m",bold:!0,children:zo(r)}),Lt(At,{size:"m",children:t})]})},Nu=({history:e})=>Lt("div",{className:xu,children:e?.slice(0,6).map(((e,t)=>Lt("div",{className:wu,children:Lt(Rc,{tooltipComponent:Lt(Su,{item:e}),children:Lt(Cu,{item:e})},t)})))});var Lu=new(Mt())({id:"line-arrows-chevron-down-double",use:"line-arrows-chevron-down-double-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-chevron-down-double">\n<path vector-effect="non-scaling-stroke" d="M7 13L12 18L17 13M7 6L12 11L17 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Au=(jt().add(Lu),Lu),Pu=new(Mt())({id:"line-arrows-chevron-up-double",use:"line-arrows-chevron-up-double-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-chevron-up-double">\n<path vector-effect="non-scaling-stroke" d="M17 18L12 13L7 18M17 11L12 6L7 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Eu=(jt().add(Pu),Pu),Ou=new(Mt())({id:"line-arrows-chevron-up",use:"line-arrows-chevron-up-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-chevron-up">\n<path vector-effect="non-scaling-stroke" d="M18 15L12 9L6 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Mu=(jt().add(Ou),Ou),Tu=new(Mt())({id:"line-general-equal",use:"line-general-equal-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-equal">\n<path vector-effect="non-scaling-stroke" d="M5 9H19M5 15H19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),ju=(jt().add(Tu),Tu),zu="vsdBf8F1",Bu="Vlau180s",Fu="nOr8g0K0",Ru="vTN54LTz",$u="FgKVBzZe",Du="zADWEM3Q",Iu="gWo_7jv7";const Hu={blocker:Eu.id,critical:Mu.id,normal:ju.id,minor:_r.id,trivial:Au.id},Uu=({severity:e="normal"})=>{const{t:t}=gr("severity"),n=xt(p[`severity-${e}`]);return Lt("div",{className:Du,children:[Lt(Ht,{className:n,id:Hu[e]}),Lt(At,{size:"s",bold:!0,className:Iu,children:zo(t(e))})]})};var Vu="O5AVASiw",Zu="vLO0c6l4",qu="Kq5L8hbd",Wu="JrObgxFo",Ku="fFtRoIZH",Gu="UyZSeMtk",Ju="TzznXbQj",Qu="unpQCE21";const Yu=({status:e})=>{const{t:t}=gr("statuses");return Lt("div",{"data-testid":`test-result-status-${e}`,className:xt(Gu,h[`status-${e}`]),children:[Lt($a,{status:e,className:Ju,classNameIcon:Ju}),Lt(At,{type:"ui",size:"s",bold:!0,className:Qu,children:zo(t(e)??e)})]})},Xu=te(null),ed=()=>{const e=Re(Xu);if(!e)throw new Error("TestResultTabs components must be used within a TestResultTabs component");return e},td=e=>{const{children:t,initialTab:n}=e,[r,i]=Me(n);return Lt(Xu.Provider,{value:{currentTab:r,setCurrentTab:i},children:t})},nd=e=>Lt(td,{...e}),rd=e=>Lt("div",{className:"KKqzWfMY",children:e.children}),id=e=>{const{id:t,children:n}=e,{currentTab:r,setCurrentTab:i}=ed(),o=r===t;return Lt("button",{className:"n1zrYkcC",onClick:()=>{o||i(t)},"aria-current":!!o||void 0,children:Lt(At,{type:"paragraph",size:"m",children:n})})};var od="n5JqfZvW";const ad=({testResult:e})=>{const{name:t,status:n,duration:r,labels:i,history:o,retries:a,attachments:s,stop:l}=e??{},c=To(r),u=l&&gu(l),d=i?.find((e=>"severity"===e.name))?.value??"normal",{t:p}=gr("ui");return Lt("div",{className:"M2y8oYcO",children:[Lt(du,{testResult:e}),e&&Lt((()=>Lt(z,{children:[t&&Lt(Et,{"data-testid":"test-result-info-title",tag:"h1",size:"s",className:"cjfnrjw3",children:t}),Lt("div",{className:"u6DcM_oA",children:[Boolean(n)&&Lt(Yu,{status:n}),Boolean(o?.length)&&Lt(Nu,{history:o}),Lt(Uu,{severity:d}),Lt(Rc,{tooltipText:u,children:Lt(At,{tag:"div",size:"s",bold:!0,className:"wOmAjVOk",children:c})})]}),Lt("div",{className:"KkLCxn2d",children:Lt(rd,{children:[Lt(id,{id:"overview",children:p("overview")}),Lt(id,{id:"history",disabled:!o?.length,children:Lt("div",{className:od,children:[p("history"),Boolean(o?.length)&&Lt(Zo,{size:"s",count:o?.length})]})}),Lt(id,{id:"retries",disabled:!a?.length,children:Lt("div",{className:od,children:[p("retries"),Boolean(a?.length)&&Lt(Zo,{size:"s",count:a?.length})]})}),Lt(id,{id:"attachments",disabled:!s?.length,children:Lt("div",{className:od,children:[p("attachments"),Boolean(s?.length)&&Lt(Zo,{size:"s",count:s?.length})]})})]})})]})),{})]})},sd=()=>Lt("div",{className:"VjTLL6m8",children:Lt("div",{className:"wPezuoNr",children:[Lt(Ht,{size:"m",width:"32px",height:"32px",id:uu.id,className:"ZUoGj98V"}),Lt(At,{className:"cLfzkDZT",children:"No test case results"})]})});var ld=()=>Lt("div",{className:Ct,children:[Lt(ad,{}),Lt(sd,{})]}),cd=new(Mt())({id:"line-general-home-line",use:"line-general-home-line-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-home-line">\n<path vector-effect="non-scaling-stroke" d="M8 17H16M11.0177 2.764L4.23539 8.03912C3.78202 8.39175 3.55534 8.56806 3.39203 8.78886C3.24737 8.98444 3.1396 9.20478 3.07403 9.43905C3 9.70352 3 9.9907 3 10.5651V17.8C3 18.9201 3 19.4801 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4801 21 18.9201 21 17.8V10.5651C21 9.9907 21 9.70352 20.926 9.43905C20.8604 9.20478 20.7526 8.98444 20.608 8.78886C20.4447 8.56806 20.218 8.39175 19.7646 8.03913L12.9823 2.764C12.631 2.49075 12.4553 2.35412 12.2613 2.3016C12.0902 2.25526 11.9098 2.25526 11.7387 2.3016C11.5447 2.35412 11.369 2.49075 11.0177 2.764Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),ud=(jt().add(cd),cd),dd="AWHWKRag",pd="xl0bXa9j",hd="FxSMsqf0";const fd=({testResult:e})=>{const{breadcrumbs:t,name:n}=e||{};return Lt("div",{className:"pYeDYmPU",children:[Lt("div",{className:"NlRe8fs6",children:[Lt("div",{className:xt(dd,"a0P2XdGp"),children:Lt(Kr,{icon:ud.id,size:"s",style:"ghost",className:"Mx4Lkrbk",onClick:()=>up("/")})}),Boolean(t?.length)&&t?.[0]?.map(((e,t)=>Lt("div",{className:dd,children:[Lt(Ht,{id:_r.id,className:pd}),Lt(At,{size:"s",bold:!0,className:hd,children:e})]},t))),Lt("div",{className:dd,children:[n&&Lt(Ht,{id:_r.id,className:pd}),Lt(At,{size:"s",bold:!0,className:hd,children:n})]})]}),Lt(_o,{}),Lt(So,{})]})},gd=({trace:e})=>Lt("div",{"data-testid":"test-result-error-trace",className:"zrnlPSCB",children:Lt(Pt,{size:"s",type:"ui",children:Lt("pre",{children:e})})}),md=({message:e,trace:t})=>{const[n,r]=Me(!1),{t:i}=gr("ui");return Lt("div",{"data-testid":"test-result-error",className:"b13fxtYU",children:[Lt("div",{"data-testid":"test-result-error-header",className:"JGBI6FKN",onClick:()=>r(!n),children:[Lt(At,{tag:"p",size:"m",bold:!0,className:"cfpPsFBZ",children:i("error")}),Lt(Kr,{style:"ghost",size:"s",icon:Vs.id,onClick:t=>{t.stopPropagation(),qs(e)}})]}),Lt("div",{onClick:()=>r(!n),children:Lt(Pt,{"data-testid":"test-result-error-message",size:"s",children:e})}),n&&t&&Lt(gd,{trace:t})]})};var vd="JVpxKfmH",yd="nJ0T55wq";const bd=({testResultItem:e})=>{const{status:t,message:n,trace:r,stop:i,duration:o,id:a,uuid:s}=e,[l,c]=Me(!1),u=gu(i),d=To(o),p=`/${s}/${a}`;return Lt("div",{children:[Lt("div",{className:"rVhhVE5o",onClick:()=>c(!l),children:[Boolean(n)&&Lt(es,{isOpened:l,icon:Wc.id}),Lt("div",{className:"twM0XNQi",children:[Lt($a,{status:t,className:"BX0SE9ry"}),Lt(At,{className:"b0G_8xiD",children:u}),Lt("div",{className:"R7QeFLDa",children:[Lt(At,{type:"ui",size:"s",className:"CAfvs1a8",children:d}),Lt(Rc,{tooltipText:"Go to error",children:Lt(Kr,{icon:lc.id,style:"ghost",size:"s",className:"HRZnCQS2",onClick:e=>{e.stopPropagation(),up(p)}})})]})]})]}),l&&n&&Lt("div",{children:Lt(md,{message:n,trace:r})})]})};var _d=({testResult:e})=>{const{history:t}=e??{},{t:n}=gr("empty");return Lt("div",{className:yd,children:t.length?t?.map(((e,t)=>Lt(bd,{testResultItem:e},t))):Lt("div",{className:vd,children:n("no-history-results")})})};const wd=({description:e})=>{const[t,n]=Me(!0);return Lt("div",{className:"o5LPYkuy",children:Lt("div",{className:"rPoBeZI1",children:[Lt(Zs,{title:"Description",setIsOpen:n,isOpened:t}),t&&Lt(At,{tag:"p",className:"aSnOVCKi",children:e||"Description mock"})]})})};var kd=new(Mt())({id:"github",use:"github-usage",viewBox:"0 0 98 96",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98 96" id="github">\n <path fill="currentColor" fill-rule="evenodd" d="M48.85 0C21.84 0 0 22 0 49.22 0 70.97 14 89.39 33.4 95.9c2.43.49 3.32-1.06 3.32-2.37 0-1.14-.08-5.05-.08-9.12-13.59 2.93-16.42-5.87-16.42-5.87-2.18-5.7-5.42-7.17-5.42-7.17-4.45-3.01.33-3.01.33-3.01 4.93.32 7.52 5.05 7.52 5.05 4.37 7.5 11.4 5.38 14.23 4.07.4-3.18 1.7-5.38 3.08-6.6-10.84-1.14-22.25-5.38-22.25-24.28 0-5.38 1.94-9.78 5.02-13.2-.49-1.22-2.19-6.28.48-13.04 0 0 4.13-1.3 13.43 5.05a46.97 46.97 0 0 1 12.21-1.63c4.13 0 8.33.57 12.22 1.63 9.3-6.35 13.42-5.05 13.42-5.05 2.67 6.76.97 11.82.49 13.04a18.9 18.9 0 0 1 5.01 13.2c0 18.9-11.4 23.06-22.32 24.28 1.78 1.55 3.32 4.48 3.32 9.13 0 6.6-.08 11.9-.08 13.52 0 1.3.89 2.86 3.31 2.37a49.18 49.18 0 0 0 33.4-46.7C97.72 22 75.8 0 48.86 0z" clip-rule="evenodd" />\n</symbol>'}),xd=(jt().add(kd),kd),Cd=new(Mt())({id:"line-dev-bug-2",use:"line-dev-bug-2-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-dev-bug-2">\n<path vector-effect="non-scaling-stroke" d="M2.5 7L5 9.5M2.5 20.5L5.5 17.5M1.5 13.5H4.6213M19 13.5H22.5M19 9.5L21.5 7M18.5 17.5L21.5 20.5M8 7.5V6.5C8 4.29086 9.7908 2.5 12 2.5C14.2092 2.5 16 4.29086 16 6.5V7.5M12 21.5C8.13401 21.5 5 18.366 5 14.5V11.4999C5 10.3829 5 9.82428 5.15712 9.37516C5.43856 8.57093 6.07093 7.93856 6.87522 7.65712C7.32427 7.5 7.88284 7.5 9 7.5H15.0001C16.1171 7.5 16.6757 7.5 17.1248 7.65712C17.9291 7.93856 18.5614 8.57093 18.8429 9.37516C19 9.82428 19 10.3829 19 11.4999V14.5C19 18.366 15.866 21.5 12 21.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Sd=(jt().add(Cd),Cd),Nd=new(Mt())({id:"line-general-checklist3",use:"line-general-checklist3-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-checklist3">\n<path vector-effect="non-scaling-stroke" d="M13 5H21M13 9H18M13 15H21M13 19H18M3 17.012L4.99133 19L9 15M4 4H8C8.55228 4 9 4.44772 9 5V9C9 9.55228 8.55228 10 8 10H4C3.44772 10 3 9.55228 3 9V5C3 4.44772 3.44772 4 4 4Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Ld=(jt().add(Nd),Nd),Ad=new(Mt())({id:"line-general-link-1",use:"line-general-link-1-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-general-link-1">\n<path vector-effect="non-scaling-stroke" d="M10.0002 13C10.4297 13.5741 10.9776 14.0491 11.6067 14.3929C12.2359 14.7367 12.9317 14.9411 13.6468 14.9923C14.362 15.0435 15.0798 14.9403 15.7515 14.6897C16.4233 14.4392 17.0333 14.047 17.5402 13.54L20.5402 10.54C21.451 9.59695 21.955 8.33394 21.9436 7.02296C21.9322 5.71198 21.4063 4.45791 20.4793 3.53087C19.5523 2.60383 18.2982 2.07799 16.9872 2.0666C15.6762 2.0552 14.4132 2.55918 13.4702 3.46997L11.7502 5.17997M14.0002 11C13.5707 10.4258 13.0228 9.95078 12.3936 9.60703C11.7645 9.26327 11.0687 9.05885 10.3535 9.00763C9.63841 8.95641 8.92061 9.0596 8.24885 9.31018C7.5771 9.56077 6.96709 9.9529 6.4602 10.46L3.4602 13.46C2.54941 14.403 2.04544 15.666 2.05683 16.977C2.06822 18.288 2.59407 19.542 3.52111 20.4691C4.44815 21.3961 5.70221 21.9219 7.01319 21.9333C8.32418 21.9447 9.58719 21.4408 10.5302 20.53L12.2402 18.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Pd=(jt().add(Ad),Ad);const Ed=({link:e})=>{const{url:t,type:n}=e,r={issue:Sd.id,link:Pd.id,tms:Ld.id,github:xd.id};return Lt("div",{className:"O9G2iJsU",children:[Lt(Ht,{id:r[n]??Pd.id}),Lt(At,{tag:"a",href:t,target:"_blank",size:"m",className:"k0r56gNo",children:t})]})},Od=({links:e})=>{const[t,n]=Me(!0),{t:r}=gr("ui"),i=e.map(((e,t)=>Lt(Ed,{link:e},t)));return Lt("div",{className:"QRBp9Hsr",children:Lt("div",{className:"iaiquUCJ",children:[Lt(Zs,{isOpened:t,setIsOpen:n,counter:e.length,title:r("links")}),t&&Lt("div",{className:"TnMRH7xJ",children:i})]})})},Md=({testResult:e})=>{const{t:t}=gr("ui"),{labels:n,groupedLabels:r}=e??{},[i,o]=Me(!0);return Lt("div",{className:"cncNZBIV",children:[Lt(Zs,{isOpened:i,setIsOpen:o,counter:n?.length,title:t("labels")}),Lt("div",{className:"O6n8IlwL",children:i&&Lt(wl,{groupedLabels:r})})]})},Td=({parameters:e})=>{const[t,n]=Me(!0),{t:r}=gr("ui");return Lt("div",{className:"XSnloHCZ",children:[Lt(Zs,{isOpened:t,setIsOpen:n,counter:e?.length,title:r("parameters")}),Lt("div",{className:"Y5rBRgtC",children:t&&Lt(_l,{envInfo:e})})]})};var jd=new(Mt())({id:"line-time-clock-stopwatch",use:"line-time-clock-stopwatch-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-time-clock-stopwatch">\n<path vector-effect="non-scaling-stroke" d="M12 9.5V13.5L14.5 15M12 5C7.30558 5 3.5 8.80558 3.5 13.5C3.5 18.1944 7.30558 22 12 22C16.6944 22 20.5 18.1944 20.5 13.5C20.5 8.80558 16.6944 5 12 5ZM12 5V2M10 2H14M20.329 5.59204L18.829 4.09204L19.579 4.84204M3.67102 5.59204L5.17102 4.09204L4.42102 4.84204" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),zd=(jt().add(jd),jd);const Bd=({isOpened:e,setIsOpen:t,title:n,icon:r,counter:i})=>Lt("div",{className:"HExFdmRq",onClick:()=>t(!e),children:[Lt(es,{isOpened:e,icon:Wc.id}),Lt("div",{className:"xMOVMF_j",children:[Lt(Ht,{id:r}),Lt(At,{bold:!0,children:n}),Lt(Zo,{count:i,size:"s"})]})]});var Fd=new(Mt())({id:"line-arrows-corner-down-right",use:"line-arrows-corner-down-right-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-arrows-corner-down-right">\n<path vector-effect="non-scaling-stroke" d="M4 4V5.4C4 8.76031 4 10.4405 4.65396 11.7239C5.2292 12.8529 6.14708 13.7708 7.27606 14.346C8.55953 15 10.2397 15 13.6 15H20M20 15L15 10M20 15L15 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Rd=(jt().add(Fd),Fd);const $d=({item:e})=>{const{steps:t}=e,n=To(e?.duration),r=t?.length,i=t?.filter((e=>"attachment"===e.type))?.length;return Lt("div",{className:gc,children:[Boolean(r)&&Lt("div",{className:mc,children:[Lt(Ht,{id:Rd.id,className:vc}),Lt(At,{size:"s",children:r})]}),Boolean(i)&&Lt("div",{className:mc,children:[Lt(Ht,{id:Gc.id,className:vc}),Lt(At,{size:"s",children:i})]}),Lt(At,{type:"ui",size:"s",className:"FGD1nSzJ",children:n})]})},Dd=({parameters:e})=>Lt("div",{className:"wGgEJLCa",children:Lt(_l,{size:"s",envInfo:e,columns:1})}),Id=({item:e})=>{const t={step:Hd,attachment:su};return Lt("div",{className:"rsZ1a1Fb",children:[Boolean(e?.parameters?.length)&&Lt(Dd,{parameters:e.parameters}),Boolean(e?.steps?.length)&&Lt(z,{children:e.steps?.map(((e,n)=>Lt(t[e.type],{stepIndex:n+1,item:e},n)))})]})},Hd=({item:e,stepIndex:t})=>{const[n,r]=Me(!1),i=Boolean(e?.steps?.length||e?.parameters?.length);return Lt("div",{className:yc,children:[Lt("div",{className:"mTl4Elfk",onClick:()=>r(!n),children:[i?Lt(es,{isOpened:n,icon:Wc.id,iconSize:"xs",className:i?"":"_UshTdSW"}):Lt("div",{className:"p11la17b"}),Lt($a,{status:e.status}),Lt(Pt,{size:"s",className:bc,children:t}),Lt(At,{className:"VzHa6j90",children:e.name}),Lt($d,{item:e})]}),i&&n&&Lt(Id,{item:e})]})},Ud={before:Hd,after:Hd,step:Hd,attachment:su},Vd=({setup:e})=>{const[t,n]=Me(!1),{t:r}=gr("execution");return Lt("div",{className:wc,children:[Lt(Bd,{icon:zd.id,isOpened:t,setIsOpen:n,counter:e?.length,title:r("setup")}),t&&Lt("div",{className:kc,children:e?.map(((e,t)=>{const n=Ud[e.type];return n?Lt(n,{item:e,stepIndex:t+1,className:_c},t):null}))})]})};var Zd=new(Mt())({id:"line-helpers-play-circle",use:"line-helpers-play-circle-usage",viewBox:"0 0 24 24",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="line-helpers-play-circle">\n<path vector-effect="non-scaling-stroke" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),qd=(jt().add(Zd),Zd);const Wd={step:Hd,attachment:su},Kd=({steps:e})=>{const[t,n]=Me(!0),{t:r}=gr("execution");return Lt("div",{className:wc,children:[Lt(Bd,{icon:qd.id,isOpened:t,setIsOpen:n,counter:e?.length,title:r("body")}),t&&Lt("div",{className:kc,children:e?.map(((e,t)=>{const{type:n}=e,r=Wd[n];return r?Lt(r,{item:e,stepIndex:t+1},t):null}))})]})};var Gd=new(Mt())({id:"line-helpers-flag",use:"line-helpers-flag-usage",viewBox:"0 0 16 16",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="line-helpers-flag">\n <path d="M2.667 10s.667-.667 2.667-.667c2 0 3.333 1.333 5.333 1.333S13.334 10 13.334 10V2s-.667.666-2.667.666c-2 0-3.333-1.333-5.333-1.333S2.667 2 2.667 2v12.666" stroke="currentColor" stroke-opacity=".72" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>'}),Jd=(jt().add(Gd),Gd);const Qd={before:Hd,after:Hd,step:Hd,attachment:su},Yd=({teardown:e})=>{const[t,n]=Me(!1),{t:r}=gr("execution");return Lt("div",{className:wc,children:[Lt(Bd,{icon:Jd.id,isOpened:t,setIsOpen:n,counter:e?.length,title:r("teardown")}),t&&Lt("div",{className:kc,children:e?.map(((e,t)=>{const n=Qd[e.type];return n?Lt(n,{item:e,stepIndex:t+1,className:_c},t):null}))})]})},Xd=({testResult:e})=>{const{message:t,trace:n,parameters:r,groupedLabels:i,links:o,description:a,setup:s,steps:l,teardown:c}=e||{};return Lt(z,{children:[Boolean(t)&&Lt("div",{className:"asiuKW_Q",children:Lt(md,{message:t,trace:n})}),Boolean(r?.length)&&Lt(Td,{parameters:r}),Boolean(i&&Object.keys(i||{})?.length)&&Lt(Md,{testResult:e}),Boolean(o?.length)&&Lt(Od,{links:o}),Boolean(a)&&Lt(wd,{description:a}),Lt("div",{className:"iOF6thMe",children:[Boolean(s?.length)&&Lt(Vd,{setup:s}),Boolean(l?.length)&&Lt(Kd,{steps:l}),Boolean(c?.length)&&Lt(Yd,{teardown:c})]})]})},ep=({testResultItem:e})=>{const{id:t,status:n,message:r,trace:i,stop:o,duration:a}=e,[s,l]=Me(!1),c=gu(o),u=To(a),d=`/testresult/${t}`;return Lt("div",{children:[Lt("div",{className:"Gt0YPDVw",onClick:()=>l(!s),children:[Boolean(r)&&Lt(es,{isOpened:s,icon:Wc.id}),Lt("div",{className:"HAKWqVzb",children:[Lt($a,{status:n,className:"R8vTTEjp"}),Lt(At,{className:"lEhsQAQl",children:c}),Lt("div",{className:"AQZED3xG",children:[Lt(At,{type:"ui",size:"s",className:"lpPJFn2y",children:u}),Lt(Kr,{icon:lc.id,style:"ghost",size:"s",className:"pi7nzs1h",onClick:()=>up(d)})]})]})]}),s&&r&&Lt("div",{className:"ASjLB5Bb",children:Lt(md,{message:r,trace:i})})]})},tp=({testResult:e})=>{const{retries:t}=e??{},{t:n}=gr("empty");return Lt("div",{className:yd,children:t.length?t?.map(((e,t)=>Lt(ep,{testResultItem:e},t))):Lt("div",{className:vd,children:n("no-retries-results")})})},np=({testResult:e})=>{const{currentTab:t}=ed();return Lt({overview:Xd,history:_d,attachments:lu,retries:tp}[t],{testResult:e})},rp=({testResult:e})=>Lt(nd,{initialTab:"overview",children:[Lt(ad,{testResult:e}),Lt(np,{testResult:e})]});var ip=({testResult:e})=>Lt(z,{children:[Lt(fd,{testResult:e}),Lt("div",{className:Ct,children:e?Lt(rp,{testResult:e}):Lt(ld,{})})]});const op=nn({loading:!0,error:void 0,data:void 0}),ap=({testResultId:e})=>{je((()=>{kn(),(()=>{const e=localStorage.getItem("currentLocale")||pr||"en";mr(e)})()}),[]),je((()=>{e?(async e=>{if(e&&!op.value.data?.[e]){op.value={...op.value,loading:!0,error:void 0};try{const t=await Ke(`data/test-results/${e}.json`);op.value={data:{...op.value.data,[e]:t},error:void 0,loading:!1}}catch(e){op.value={...op.value,error:e.message,loading:!1}}}})(e):Promise.all([qe(),Cn(),Ds(),Ua("suites"),Xl()])}),[e]);const t=e?Lt(jo,{source:op,renderLoader:()=>Lt(Ia,{}),transformData:t=>t[e],renderData:e=>Lt(z,{children:[Lt(Zc,{testResult:e}),Lt("div",{className:St,children:[Lt(ip,{testResult:e}),Lt(yr,{})]})]})}):Lt("div",{className:St,children:[Lt(jo,{source:Ha,renderLoader:()=>Lt(Ia,{}),renderData:()=>Lt(nc,{})}),Lt(yr,{})]});return Lt("div",{className:"gf1cfctc",children:t})},sp=(lp=/^Mac/i,"undefined"!=typeof window&&null!=window.navigator&&lp.test(window.navigator.userAgentData?.platform||window.navigator.platform));var lp;const cp=()=>{const[e,t]=Me("");return je((()=>{const e=()=>{const e=(()=>{const e=globalThis.location.hash.match(/[^#/]+$/);return e?e[0]:null})();t(e)};return e(),globalThis.addEventListener("hashchange",e),()=>{globalThis.removeEventListener("hashchange",e)}}),[]),Lt(ap,{testResultId:e})},up=e=>{globalThis.location.hash=e},dp=document.getElementById("app");document.addEventListener("DOMContentLoaded",(()=>{sp&&document.documentElement.setAttribute("data-os","mac")})),(async()=>{!function(e,t,n){var r,i,o,a;g.__&&g.__(e,t),i=(r="function"==typeof n)?null:n&&n.__k||t.__k,o=[],a=[],G(t,e=(!r&&n||t).__k=T(z,null,[e]),i||L,L,t.namespaceURI,!r&&n?[n]:i?null:t.firstChild?f.call(t.childNodes):null,o,!r&&n?n:i?i.__e:t.firstChild,r,a),J(o,e,a)}(Lt(cp,{}),dp)})()}()}();
|