From 129f96d2dd33e02aa123e8b3dd10db9d8527dd74 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Wed, 16 Jul 2025 12:04:43 +0200 Subject: [PATCH] obsidian --- .gitignore | 2 + .obsidian/app.json | 1 + .obsidian/appearance.json | 1 + .obsidian/core-plugins.json | 31 + .obsidian/workspace.json | 176 ++ blog/DDD.md | 15 + blog/hergebruik.md | 25 + blog/senior.md | 62 + blog/uniek.md | 5 + vault.js | 3272 ----------------------------------- 10 files changed, 318 insertions(+), 3272 deletions(-) create mode 100644 .gitignore create mode 100644 .obsidian/app.json create mode 100644 .obsidian/appearance.json create mode 100644 .obsidian/core-plugins.json create mode 100644 .obsidian/workspace.json create mode 100644 blog/DDD.md create mode 100644 blog/hergebruik.md create mode 100644 blog/senior.md create mode 100644 blog/uniek.md delete mode 100644 vault.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ca0973 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store + diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..b977c25 --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,31 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "properties": false, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "bookmarks": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": true, + "webviewer": false +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 0000000..0de5ef9 --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,176 @@ +{ + "main": { + "id": "d0f24fb31cb69abb", + "type": "split", + "children": [ + { + "id": "5bced732a7d8e497", + "type": "tabs", + "children": [ + { + "id": "26f2d4238c095833", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "blog/DDD.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "DDD" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "da43cfeabd226020", + "type": "split", + "children": [ + { + "id": "519fca9f71da36b7", + "type": "tabs", + "children": [ + { + "id": "150253fc5fd1ff81", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical", + "autoReveal": false + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "a00c6b25c7dedd28", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "09bd6da3ec7a0953", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "a7fc8838a6532f5a", + "type": "split", + "children": [ + { + "id": "41536dfa22776dde", + "type": "tabs", + "children": [ + { + "id": "ce99ca53e49e21bd", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-coming-in", + "title": "Backlinks" + } + }, + { + "id": "62e0f4bf75ad229c", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links" + } + }, + { + "id": "c26e35f9e98d75c3", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "8664a3d8e5e59b8e", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "followCursor": false, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-list", + "title": "Outline" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "26f2d4238c095833", + "lastOpenFiles": [ + "blog/uniek.md", + "blog/senior.md", + "blog/hergebruik.md", + "blog/DDD.md", + "blog" + ] +} \ No newline at end of file diff --git a/blog/DDD.md b/blog/DDD.md new file mode 100644 index 0000000..4ef1df6 --- /dev/null +++ b/blog/DDD.md @@ -0,0 +1,15 @@ + +**de belofte** +'If programmers are not interested in the domain, they only learn what the application should do, but not the principles behind it. Useful software can be built that way, but the project will never arrive at a point where powerful new features unfold as corollaries to older features' + +Roept van alles bij me op, zoals, ben ik wel geïnteresseerd in het domein? Heb ik het altijd fout gedaan? Is dit waarom mijn leven zo moeilijk is en gaat alles straks vanzelf als ik maar betere domein modellen bedenk? +Die twijfels zijn de omgekeerde medaille van de belofte die het boek doet: 'Hé joh, als je wat beter je best doet, wordt alles mooi en gaan de moeilijke dingen vanzelf'. + +**de taal metafoor** +Evans beschrijft hoe hij Spaanse les had: het was verboden Engels te praten. Daardoor leerde hij het beter. +Is dit hoe hij op het idee van 'ubiquitous language is gekomen'. Developers dwingen de taal van de business te gebruiken in plaats van technisch jargon? + +Gaat de vergelijking met natuurlijke talen op? Het lijkt me wel + +gaat het misschien zelfs dieper? Kan de structuur van de business taal verloren gaan door technische principes, zoals code reuse, toe te passen? Het lijkt me wel. +51 \ No newline at end of file diff --git a/blog/hergebruik.md b/blog/hergebruik.md new file mode 100644 index 0000000..e96a324 --- /dev/null +++ b/blog/hergebruik.md @@ -0,0 +1,25 @@ +Een aspect waar ik nooit iemand over hoor als het gaat over code dupliceren, versus hergebruiken (abstraheren etc) is dit: je hebt code en je hebt ... tja, code. + +Je hebt technische code, die een file leest, of queries uitvoert, of een moeilijk algoritme uitvoert zoals een _dual pivot quicksort_. + +En je hebt code die een lijstje gegevens uit de database haalt en kijkt of daar een bepaalde waarde in voorkomt. Of zoiets. De 'domme' code die bovenop de lowlevel technische lagen komt. Kan ook heel complex zijn door de combinaties van regels. Het is ook het deel van de applicatie dat min of meer rechtreeks voortkomt uit de wensen van die ene gebruiker drie jaar geleden. En omdat een andere gebruiker dit jaar een net andere wens heeft voor dat lijstje, kopieren de de oude code, passen iets aan en voila, het werkt. + +Een sorteer algoritme is bijna wiskunde. Quicksort is quicksort, onafhankelijk van de wetten van het universum, of van gebruikerswensen. De komende honderd jaar komen er misschien sorteer algoritmes bij, maar dat maakt de oude niet minder goed. + +Gebruikers daarentegen zijn grillige wezens. Misschien willen ze wel elke maand iets anders, als je ze de kans geeft. Dit deel van de code is veranderlijk, komt heel vaak in verschillende variaties voor. Omdat het moeilijk is om het gemeenschappelijke erin zo te maken dat het maar één keer in de code hoeft te staan. + +**Moet je überhaupt hergebruiken?** +Neem dat ene geval waarbij je data wil tonen in een tabel op het scherm. De query om de data op te halen wordt nog een paar keer aangeroepen om dropdowns voor filters te kunnen vullen. De rijen op het scherm zijn gesorteerd. Ja het hoeft niet voor de dropdown, maar het werkt toch prima? Totdat het onmogelijk lang duurt. + +Of je stopt het in een aparte library zodat je buurteam het ook kan gebruiken. Iedere nieuwe developer neemt aan dat het de ultieme waarheid is, tot iemand ze vertelt dat zelf aan kunnen passen. Ja je moet wel een aparte pipeline draaien en dan de dependency versie updaten. Je bent zo een paar uur verder, met je toevoeging aan een _Enum_. En maar hopen dat het geen code breekt van andere teams. + +Zodra je de ultieme waarheid hebt ontdekt is het overigens prima om dat in code uit te hakken. Quicksort bijvoorbeeld. Dat wiel vind je liever niet opnieuw uit. + +**Leftpad** +We zijn doorgeschoten in het importeren van standaard functies, die we ook zelf hadden kunnen schrijven. Leftpad in de javascript wereld. Maar voor java: guava, commons-text, commons-io. Ik noem maar een paar. Mijn favoriete hobby is het vervangen van guava *List* factories door standaard java functies. Ja het werkt. Totdat er een *vulnerability* in zit. Of de developer zijn toetsenbord aan de wilgen hangt. String.isEmpty? Heb je dat echt nodig? + +**Logging** +Mijn grootste + +**hoe vaak verandert het?** +en hoe groot is de moeite om de abstractie te ontleden om dat ene afwijkende geval in te bouwen \ No newline at end of file diff --git a/blog/senior.md b/blog/senior.md new file mode 100644 index 0000000..15195bb --- /dev/null +++ b/blog/senior.md @@ -0,0 +1,62 @@ +--- + +layout: post + +title: "Wat is het verschil tussen een junior en een senior developer?" + +author: sander.hautvast + +categories: [java, jdk-22] + +image: assets/images/classfile/writer.jpg + +beforetoc: "seeds" + +featured: true + +hidden: false + +lang: nl + +--- + +Performance probleem in een middelgrote (java) applicatie: in de frontend kun je voor het overzichtscherm filteren op diverse kolommen in de database. Die waardes worden dynamisch bepaald (zonder caching) en komen dan in drop-downs terecht. + + + +Na een paar jaar in productie performt dit niet meer zo goed. Er komt een story voor op de backlog en de junior in het team pakt het op. Ik was even met hem gaan zitten om de aanpak door te spreken. Die leek me prima: log statements inbouwen en op de testomgeving kijken waar de meeste tijd in gaat zitten. _Keep it simple_ + + + +Elke dag in de standup geeft hij een update en er lijkt genoeg voortgang in te zitten. Toch duurt het nu al zeker een sprint. Niet zo'n probleem, want dat heb ik zelf ook vaak bij deze opdrachtgever.... + + + +Het feit dat hij in de standup meldt dat de sortering (in java) de meeste tijd kost en dat hij die naar de database wil verplaatsen met een _order-by_ doet geen alarmbellen afgaan. Integendeel: de database kan dat vaak sneller. Bovendien is iedereen druk met andere zaken. Op het moment dat we met een mede-senior toch eens dieper op de story ingaan, zien we dat hij erg veel code heeft gewijzigd in zijn branch. Allebei kennen we dit deel van de applicatie niet zo goed. De _refactoring_ lijkt daarom best riskant. + + + +Maar eh, waarom sorteren we eigenlijk? We willen een lijstje unieke waardes. Moeten we daar x-duizend records voor sorteren?? + +Ah, _hergebruik_... De code die de filterwaardes bepaalt (dynamisch opgebouwde query) doet ook de uiteindelijke selectie voor de records op het overzichtsscherm. Voor dat laatste is sortering zinvol. Maar voor de filterwaardes hoeft dat helemaal niet! + + + +Kortom: als we de bewuste methode dupliceren en bij één ervan de sortering weglaten, zijn we er ook. + + + +En ja, ik heb liever leesbare code, die er twee keer staat, dan iets abstracts, waar je eerst een half uur moet studeren voor het begint in te dalen wat er precies gebeurt. + + + +En dan: waarom voeren we de query vijf keer uit? O, omdat er vijf kolommen zijn op te filteren. Kan dat niet in één keer? O, en wat is dat, Spring BeanUtils? Het R-woord: _Reflectie_ De oorspronkelijke developer, nu niet meer in het team, heeft zich uitgeleefd om alles lekker abstract en dynamisch te maken, zonder zich zorgen te maken over toekomstige ontwikkelingen, zoals junior developers of meer data in de database. + + + +Dus drie mogelijke performance verbeteringen en de nodige kansen om de code simpeler te maken. Klinkt als een plan. En niet alles in één keer uitvoeren. Eerst maar eens kijken of een enkele optimalisatie genoeg is. (Is er ook een test die dit afdekt?) + + + +Kortom, twee weken weggegooid werk? Ja, een senior had dit waarschijnlijk beter gedaan. Maar hoe word je senior, behalve door stug door te gaan met ouder worden? We zelf toch ook vaak genoeg op de bek gegaan. En hoe leer je code kennen? Door eens wat te refactoren. Misschien niet committen. + diff --git a/blog/uniek.md b/blog/uniek.md new file mode 100644 index 0000000..b70d160 --- /dev/null +++ b/blog/uniek.md @@ -0,0 +1,5 @@ +Wanneer is iets uniek? + + + +Twee records met dezelfde waardes, behalve de ID kolom. Zijn die het zelfde? \ No newline at end of file diff --git a/vault.js b/vault.js deleted file mode 100644 index ce374dd..0000000 --- a/vault.js +++ /dev/null @@ -1,3272 +0,0 @@ -var wIt=Object.defineProperty;var SIt=(e,t,n)=>t in e?wIt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var nK=(e,t,n)=>(SIt(e,typeof t!="symbol"?t+"":t,n),n);(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="d380c281-d141-46b8-8941-fa3b301fff25",e._sentryDebugIdIdentifier="sentry-dbid-d380c281-d141-46b8-8941-fa3b301fff25")}catch{}})();function SVe(e,t){for(var n=0;nr[a]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const a of document.querySelectorAll('link[rel="modulepreload"]'))r(a);new MutationObserver(a=>{for(const i of a)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(a){const i={};return a.integrity&&(i.integrity=a.integrity),a.referrerPolicy&&(i.referrerPolicy=a.referrerPolicy),a.crossOrigin==="use-credentials"?i.credentials="include":a.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(a){if(a.ep)return;a.ep=!0;const i=n(a);fetch(a.href,i)}})();var _It=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};_It.SENTRY_RELEASE={id:"0.1.187"};var zt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Yn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function my(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}),n}var _Ve={exports:{}},A3={};/* -object-assign -(c) Sindre Sorhus -@license MIT -*/var yEe=Object.getOwnPropertySymbols,EIt=Object.prototype.hasOwnProperty,TIt=Object.prototype.propertyIsEnumerable;function CIt(e){if(e==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function IIt(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de",Object.getOwnPropertyNames(e)[0]==="5")return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map(function(i){return t[i]});if(r.join("")!=="0123456789")return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach(function(i){a[i]=i}),Object.keys(Object.assign({},a)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}var xfe=IIt()?Object.assign:function(e,t){for(var n,r=CIt(e),a,i=1;i>parseInt(e,10)/4).toString(16):"".concat(1e7,"-").concat(1e3,"-").concat(4e3,"-").concat(8e3,"-").concat(1e11).replace(/[018]/g,Qf)}function JC(e){return e!==0&&Math.random()*100<=e}function VVe(e,t){return+e.toFixed(t)}function nc(){}function DI(e,t,n){if(typeof e!="object"||e===null)return JSON.stringify(e);var r=_L(Object.prototype),a=_L(Array.prototype),i=_L(Object.getPrototypeOf(e)),o=_L(e);try{return JSON.stringify(e,t,n)}catch{return""}finally{r(),a(),i(),o()}}function _L(e){var t=e,n=t.toJSON;return n?(delete t.toJSON,function(){t.toJSON=n}):nc}function _b(e,t){return e.indexOf(t)!==-1}function HVe(e){if(Array.from)return Array.from(e);var t=[];if(e instanceof Set)e.forEach(function(r){return t.push(r)});else for(var n=0;n=0;n-=1){var r=e[n];if(t(r,n,e))return r}}function fC(e){return MI(e)&&e>=0&&e<=100}function MI(e){return typeof e=="number"}function Cfe(e){return Object.keys(e).map(function(t){return e[t]})}function VIt(e,t){return Object.keys(e).some(function(n){return e[n]===t})}function Ife(e){return Object.keys(e).map(function(t){return[t,e[t]]})}function Iv(e){return Object.keys(e).length===0}function HIt(e,t){for(var n={},r=0,a=Object.keys(e);r=55296&&r<=56319,i=a?t+1:t;return e.length<=i?e:"".concat(e.slice(0,i)).concat(n)}function qIt(e,t){return e.matches?e.matches(t):e.msMatchesSelector?e.msMatchesSelector(t):!1}function e2(e){return e===null?"null":Array.isArray(e)?"array":typeof e}function YIt(){if(typeof WeakSet<"u"){var e=new WeakSet;return{hasAlreadyBeenSeen:function(n){var r=e.has(n);return r||e.add(n),r}}}var t=[];return{hasAlreadyBeenSeen:function(n){var r=t.indexOf(n)>=0;return r||t.push(n),r}}}function E9(e,t,n){if(n===void 0&&(n=YIt()),t===void 0)return e;if(typeof t!="object"||t===null)return t;if(t instanceof Date)return new Date(t.getTime());if(t instanceof RegExp){var r=t.flags||[t.global?"g":"",t.ignoreCase?"i":"",t.multiline?"m":"",t.sticky?"y":"",t.unicode?"u":""].join("");return new RegExp(t.source,r)}if(!n.hasAlreadyBeenSeen(t)){if(Array.isArray(t)){for(var a=Array.isArray(e)?e:[],i=0;iR3()?Math.round(p_(t,e)):aAt(e)}function rAt(){return Math.round(Mg()-p_(R3(),performance.now()))}function xs(e){return MI(e)?VVe(e*1e6,0):e}function Mg(){return new Date().getTime()}function Sl(){return Mg()}function xm(){return performance.now()}function Lf(){return{relative:xm(),timeStamp:Sl()}}function XVe(){return{relative:0,timeStamp:R3()}}function Ud(e,t){return t-e}function p_(e,t){return e+t}function ZVe(e){return e-R3()}function aAt(e){return Math.round(p_(R3(),e))}function iAt(e){return en||vAt.test(t))&&sa.warn("".concat(e," value doesn't meet tag requirements and will be sanitized"));var r=t.replace(/,/g,"_");return"".concat(e,":").concat(r)}function yAt(e){var t=gAt(e),n=bAt(e,t),r=Cfe(n).map(function(i){return i.buildIntakeUrl()}),a=xAt(e,r,t);return ti({isIntakeUrl:function(i){return r.some(function(o){return i.indexOf(o)===0})},replica:a,site:e.site||yR},n)}function bAt(e,t){return{logsEndpointBuilder:bR(e,"logs",t),rumEndpointBuilder:bR(e,"rum",t),sessionReplayEndpointBuilder:bR(e,"sessionReplay",t)}}function xAt(e,t,n){if(e.replica){var r=ti({},e,{site:yR,clientToken:e.replica.clientToken}),a={logsEndpointBuilder:bR(r,"logs",n),rumEndpointBuilder:bR(r,"rum",n)};return t.push.apply(t,Cfe(a).map(function(i){return i.buildIntakeUrl()})),ti({applicationId:e.replica.applicationId},a)}}var xR={ALLOW:"allow",MASK:"mask",MASK_USER_INPUT:"mask-user-input"};function wAt(e){var t,n,r;if(!e||!e.clientToken){sa.error("Client Token is not configured, we will not send any data.");return}var a=(t=e.sessionSampleRate)!==null&&t!==void 0?t:e.sampleRate;if(a!==void 0&&!fC(a)){sa.error("Session Sample Rate should be a number between 0 and 100");return}if(e.telemetrySampleRate!==void 0&&!fC(e.telemetrySampleRate)){sa.error("Telemetry Sample Rate should be a number between 0 and 100");return}if(e.telemetryConfigurationSampleRate!==void 0&&!fC(e.telemetryConfigurationSampleRate)){sa.error("Telemetry Configuration Sample Rate should be a number between 0 and 100");return}return eAt(e.enableExperimentalFeatures),ti({beforeSend:e.beforeSend&&KVe(e.beforeSend,"beforeSend threw an error:"),cookieOptions:QVe(e),sessionSampleRate:a??100,telemetrySampleRate:(n=e.telemetrySampleRate)!==null&&n!==void 0?n:20,telemetryConfigurationSampleRate:(r=e.telemetryConfigurationSampleRate)!==null&&r!==void 0?r:5,service:e.service,silentMultipleInit:!!e.silentMultipleInit,batchBytesLimit:16*_9,eventRateLimiterThreshold:3e3,maxTelemetryEventsPerPage:15,flushTimeout:30*ih,batchMessagesLimit:50,messageBytesLimit:256*_9},yAt(e))}function QVe(e){var t={};return t.secure=SAt(e),t.crossSite=!!e.useCrossSiteSessionCookie,e.trackSessionAcrossSubdomains&&(t.domain=JIt()),t}function SAt(e){return!!e.useSecureSessionCookie||!!e.useCrossSiteSessionCookie}function _At(e){var t;return{session_sample_rate:(t=e.sessionSampleRate)!==null&&t!==void 0?t:e.sampleRate,telemetry_sample_rate:e.telemetrySampleRate,telemetry_configuration_sample_rate:e.telemetryConfigurationSampleRate,use_before_send:!!e.beforeSend,use_cross_site_session_cookie:e.useCrossSiteSessionCookie,use_secure_session_cookie:e.useSecureSessionCookie,use_proxy:e.proxyUrl!==void 0?!!e.proxyUrl:void 0,silent_multiple_init:e.silentMultipleInit,track_session_across_subdomains:e.trackSessionAcrossSubdomains,track_resources:e.trackResources,track_long_task:e.trackLongTasks}}var D3="?";function Hb(e){var t=[],n=oK(e,"stack"),r=String(e);return n&&pV(n,r)&&(n=n.slice(r.length)),n&&n.split(` -`).forEach(function(a){var i=CAt(a)||AAt(a)||OAt(a)||NAt(a);i&&(!i.func&&i.line&&(i.func=D3),t.push(i))}),{message:oK(e,"message"),name:oK(e,"name"),stack:t}}var JVe="((?:file|https?|blob|chrome-extension|native|eval|webpack||\\w+\\.|\\/).*?)",t2="(?::(\\d+))",EAt=new RegExp("^\\s*at (.*?) ?\\(".concat(JVe).concat(t2,"?").concat(t2,"?\\)?\\s*$"),"i"),TAt=new RegExp("\\((\\S*)".concat(t2).concat(t2,"\\)"));function CAt(e){var t=EAt.exec(e);if(t){var n=t[2]&&t[2].indexOf("native")===0,r=t[2]&&t[2].indexOf("eval")===0,a=TAt.exec(t[2]);return r&&a&&(t[2]=a[1],t[3]=a[2],t[4]=a[3]),{args:n?[t[2]]:[],column:t[4]?+t[4]:void 0,func:t[1]||D3,line:t[3]?+t[3]:void 0,url:n?void 0:t[2]}}}var IAt=new RegExp("^\\s*at ?".concat(JVe).concat(t2,"?").concat(t2,"??\\s*$"),"i");function AAt(e){var t=IAt.exec(e);if(t)return{args:[],column:t[3]?+t[3]:void 0,func:D3,line:t[2]?+t[2]:void 0,url:t[1]}}var kAt=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i;function OAt(e){var t=kAt.exec(e);if(t)return{args:[],column:t[4]?+t[4]:void 0,func:t[1]||D3,line:+t[3],url:t[2]}}var PAt=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|capacitor|\[native).*?|[^@]*bundle)(?::(\d+))?(?::(\d+))?\s*$/i,RAt=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i;function NAt(e){var t=PAt.exec(e);if(t){var n=t[3]&&t[3].indexOf(" > eval")>-1,r=RAt.exec(t[3]);return n&&r&&(t[3]=r[1],t[4]=r[2],t[5]=void 0),{args:t[2]?t[2].split(","):[],column:t[5]?+t[5]:void 0,func:t[1]||D3,line:t[4]?+t[4]:void 0,url:t[3]}}}function oK(e,t){if(!(typeof e!="object"||!e||!(t in e))){var n=e[t];return typeof n=="string"?n:void 0}}function eHe(e,t,n){var r=e[t],a=n(r),i=function(){if(typeof a=="function")return a.apply(this,arguments)};return e[t]=i,{stop:function(){e[t]===i?e[t]=r:a=r}}}function Of(e,t,n){var r=n.before,a=n.after;return eHe(e,t,function(i){return function(){var o=arguments,s;return r&&Sb(r,this,o),typeof i=="function"&&(s=i.apply(this,o)),a&&Sb(a,this,o),s}})}function Tk(e,t,n){var r=Object.getOwnPropertyDescriptor(e,t);if(!r||!r.set||!r.configurable)return{stop:nc};var a=function(o,s){setTimeout(jn(function(){n(o,s)}),0)},i=function(o){r.set.call(this,o),a(this,o)};return Object.defineProperty(e,t,{set:i}),{stop:function(){var o;((o=Object.getOwnPropertyDescriptor(e,t))===null||o===void 0?void 0:o.set)===i?Object.defineProperty(e,t,r):a=nc}}}var DAt=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/;function MAt(e){var t=$At(e).stop,n=LAt(e).stop;return{stop:function(){t(),n()}}}function $At(e){return Of(window,"onerror",{before:function(t,n,r,a,i){var o;if(i)o=Hb(i),e(o,i);else{var s={url:n,column:a,line:r},l,u=t;if({}.toString.call(t)==="[object String]"){var c=DAt.exec(u);c&&(l=c[1],u=c[2])}o={name:l,message:typeof u=="string"?u:void 0,stack:[s]},e(o,t)}}})}function LAt(e){return Of(window,"onunhandledrejection",{before:function(t){var n=t.reason||"Empty reason",r=Hb(n);e(r,n)}})}var $I={AGENT:"agent",CONSOLE:"console",CUSTOM:"custom",LOGGER:"logger",NETWORK:"network",SOURCE:"source",REPORT:"report"};function tHe(e){var t=e.stackTrace,n=e.originalError,r=e.handlingStack,a=e.startClocks,i=e.nonErrorPrefix,o=e.source,s=e.handling;return!t||t.message===void 0&&!(n instanceof Error)?{startClocks:a,source:o,handling:s,originalError:n,message:"".concat(i," ").concat(DI(n)),stack:"No stack, consider using an instance of Error",handlingStack:r,type:t&&t.name}:{startClocks:a,source:o,handling:s,originalError:n,message:t.message||"Empty message",stack:LI(t),handlingStack:r,type:t.name,causes:jAt(n,o)}}function LI(e){var t=nHe(e);return e.stack.forEach(function(n){var r=n.func==="?"?"":n.func,a=n.args&&n.args.length>0?"(".concat(n.args.join(", "),")"):"",i=n.line?":".concat(n.line):"",o=n.line&&n.column?":".concat(n.column):"";t+=` - at `.concat(r).concat(a," @ ").concat(n.url).concat(i).concat(o)}),t}function nHe(e){return"".concat(e.name||"Error",": ").concat(e.message)}function rHe(){var e=2,t=new Error,n;if(!t.stack)try{throw t}catch{}return Sb(function(){var r=Hb(t);r.stack=r.stack.slice(e),n=LI(r)}),n}function jAt(e,t){for(var n=e,r=[];(n==null?void 0:n.cause)instanceof Error&&r.length<10;){var a=Hb(n.cause);r.push({message:n.cause.message,source:t,type:a==null?void 0:a.name,stack:a&&LI(a)}),n=n.cause}return r.length?r:void 0}function FAt(e){return MAt(function(t,n){e.notify(tHe({stackTrace:t,originalError:n,startClocks:Lf(),nonErrorPrefix:"Uncaught",source:$I.SOURCE,handling:"unhandled"}))})}function BAt(e){var t=ti({version:"4.33.0",onReady:function(n){n()}},e);return Object.defineProperty(t,"_setDebug",{get:function(){return FIt},enumerable:!1}),t}function zAt(e,t,n){var r=e[t];e[t]=n,r&&r.q&&r.q.forEach(function(a){return KVe(a,"onReady callback threw an error:")()})}var tu=function(){function e(t){this.onFirstSubscribe=t,this.observers=[]}return e.prototype.subscribe=function(t){var n=this;return!this.observers.length&&this.onFirstSubscribe&&(this.onLastUnsubscribe=this.onFirstSubscribe()||void 0),this.observers.push(t),{unsubscribe:function(){n.observers=n.observers.filter(function(r){return t!==r}),!n.observers.length&&n.onLastUnsubscribe&&n.onLastUnsubscribe()}}},e.prototype.notify=function(t){this.observers.forEach(function(n){return n(t)})},e}();function aHe(){for(var e=[],t=0;t"],YAt=[dAt],ug={maxEventsPerPage:0,sentEventCount:0,telemetryEnabled:!1,telemetryConfigurationEnabled:!1},Pne;function KAt(e,t){var n,r=new tu;ug.telemetryEnabled=!_b(YAt,t.site)&&JC(t.telemetrySampleRate),ug.telemetryConfigurationEnabled=ug.telemetryEnabled&&JC(t.telemetryConfigurationSampleRate),Pne=function(i){if(ug.telemetryEnabled){var o=a(e,i);r.notify(o),I9("telemetry",o)}},jIt(A9),ti(ug,{maxEventsPerPage:t.maxTelemetryEventsPerPage,sentEventCount:0});function a(i,o){return _S({type:"telemetry",date:Sl(),service:i,version:"4.33.0",source:"browser",_dd:{format_version:2},telemetry:o,experimental_features:HVe(tAt())},n!==void 0?n():{})}return{setContextProvider:function(i){n=i},observable:r,enabled:ug.telemetryEnabled}}function XAt(e){return e.site===uAt}function M3(e,t){kne(SS.debug,e,t),Dfe(ti({type:Nfe.log,message:e,status:"debug"},t))}function A9(e){Dfe(ti({type:Nfe.log,status:"error"},QAt(e)))}function ZAt(e){ug.telemetryConfigurationEnabled&&Dfe({type:Nfe.configuration,configuration:e})}function Dfe(e){Pne&&ug.sentEventCount=0&&r.entries.splice(i,1)},close:function(i){a.endTime=i}};return this.entries.unshift(a),a},e.prototype.find=function(t){t===void 0&&(t=TL);for(var n=0,r=this.entries;n0&&this.entries[this.entries.length-1].endTime=akt){TEe();return}var r,a=$P();if(sK()){if(a.lock){CL(e,t);return}if(r=Qf(),a.lock=r,Rne(a,e.options),a=$P(),a.lock!==r){CL(e,t);return}}var i=e.process(a);if(sK()&&(a=$P(),a.lock!==r)){CL(e,t);return}if(i&&uHe(i,e.options),sK()&&!(i&&cHe(i))){if(a=$P(),a.lock!==r){CL(e,t);return}delete a.lock,Rne(a,e.options),i=a}(n=e.after)===null||n===void 0||n.call(e,i||a),TEe()}function sK(){return nkt()}function CL(e,t){setTimeout(jn(function(){wR(e,t+1)}),rkt)}function TEe(){w8=void 0;var e=lHe.shift();e&&wR(e)}function uHe(e,t){if(cHe(e)){skt(t);return}e.expire=String(Mg()+oHe),Rne(e,t)}function Rne(e,t){P3(hV,ikt(e),oHe,t)}function ikt(e){return Ife(e).map(function(t){var n=t[0],r=t[1];return"".concat(n,"=").concat(r)}).join(Mfe)}function $P(){var e=bg(hV),t={};return okt(e)&&e.split(Mfe).forEach(function(n){var r=sHe.exec(n);if(r!==null){var a=r[1],i=r[2];t[a]=i}}),t}function okt(e){return e!==void 0&&(e.indexOf(Mfe)!==-1||sHe.test(e))}function cHe(e){return Iv(e)}function skt(e){P3(hV,"",0,e)}var lkt="_dd",ukt="_dd_r",ckt="_dd_l",dkt="rum",fkt="logs";function pkt(e){var t=bg(hV),n=bg(lkt),r=bg(ukt),a=bg(ckt);if(!t){var i={};n&&(i.id=n),a&&/^[01]$/.test(a)&&(i[fkt]=a),r&&/^[012]$/.test(r)&&(i[dkt]=r),uHe(i,e)}}function hkt(e,t,n){var r=new tu,a=new tu,i=setInterval(jn(u),_Ee),o=m();function s(){var b;wR({options:e,process:function(x){var w=c(x);return b=d(w),w},after:function(x){b&&!f()&&v(x),o=x}})}function l(){wR({options:e,process:function(b){return f()?c(b):void 0}})}function u(){wR({options:e,process:function(b){return y(b)?void 0:{}},after:c})}function c(b){return y(b)||(b={}),f()&&(p(b)?g():o=b),b}function d(b){var x=n(b[t]),w=x.trackingType,S=x.isTracked;return b[t]=w,S&&!b.id&&(b.id=Qf(),b.created=String(Mg())),S}function f(){return o[t]!==void 0}function p(b){return o.id!==b.id||o[t]!==b[t]}function g(){o={},a.notify()}function v(b){o=b,r.notify()}function m(){var b=$P();return y(b)?b:{}}function y(b){return(b.created===void 0||Mg()-Number(b.created)0?1:2,e.retry={count:e.retry?e.retry.count+1:1,lastFailureStatus:o.status},i()):(t.transportStatus=0,a())})}function gHe(e,t,n,r,a){e===0&&t.queuedPayloads.isFull()&&!t.queueFullReported&&(a({message:"Reached max ".concat(r," events size queued for upload: ").concat(dHe/UVe,"MiB"),source:$I.AGENT,startClocks:Lf()}),t.queueFullReported=!0);var i=t.queuedPayloads;for(t.queuedPayloads=vHe();i.size()>0;)pHe(i.dequeue(),t,n,r,a)}function _kt(e){return e.type!=="opaque"&&(e.status===0&&!navigator.onLine||e.status===408||e.status===429||e.status>=500)}function Ekt(){return{transportStatus:0,currentBackoffTime:fHe,bandwidthMonitor:Tkt(),queuedPayloads:vHe(),queueFullReported:!1}}function vHe(){var e=[];return{bytesCount:0,enqueue:function(t){this.isFull()||(e.push(t),this.bytesCount+=t.bytesCount)},first:function(){return e[0]},dequeue:function(){var t=e.shift();return t&&(this.bytesCount-=t.bytesCount),t},size:function(){return e.length},isFull:function(){return this.bytesCount>=dHe}}}function Tkt(){return{ongoingRequestCount:0,ongoingByteCount:0,canHandle:function(e){return this.ongoingRequestCount===0||this.ongoingByteCount+e.bytesCount<=xkt&&this.ongoingRequestCount=this.messageBytesLimit){sa.warn("Discarded a message whose size was bigger than the maximum allowed size ".concat(this.messageBytesLimit,"KB."));return}this.hasMessageFor(n)&&this.remove(n),this.willReachedBytesLimitWith(i)&&this.flush(),this.push(a,i,n),this.isFull()&&this.flush()},e.prototype.process=function(t){var n=DI(t),r=T9(n);return{processedMessage:n,messageBytesCount:r}},e.prototype.push=function(t,n,r){this.bufferMessagesCount>0&&(this.bufferBytesCount+=1),r!==void 0?this.upsertBuffer[r]=t:this.pushOnlyBuffer.push(t),this.bufferBytesCount+=n,this.bufferMessagesCount+=1},e.prototype.remove=function(t){var n=this.upsertBuffer[t];delete this.upsertBuffer[t];var r=T9(n);this.bufferBytesCount-=r,this.bufferMessagesCount-=1,this.bufferMessagesCount>0&&(this.bufferBytesCount-=1)},e.prototype.hasMessageFor=function(t){return t!==void 0&&this.upsertBuffer[t]!==void 0},e.prototype.willReachedBytesLimitWith=function(t){return this.bufferBytesCount+t+1>=this.batchBytesLimit},e.prototype.isFull=function(){return this.bufferMessagesCount===this.batchMessagesLimit||this.bufferBytesCount>=this.batchBytesLimit},e.prototype.flushPeriodically=function(){var t=this;setTimeout(jn(function(){t.flush(),t.flushPeriodically()}),this.flushTimeout)},e}();function $fe(){var e=Pkt();if(e)return{getAllowedWebViewHosts:function(){return JSON.parse(e.getAllowedWebViewHosts())},send:function(t,n){e.send(JSON.stringify({eventType:t,event:n}))}}}function r2(e){var t;e===void 0&&(e=(t=Afe().location)===null||t===void 0?void 0:t.hostname);var n=$fe();return!!n&&n.getAllowedWebViewHosts().some(function(r){return e===r||GIt(e,".".concat(r))})}function Pkt(){return Afe().DatadogEventBridge}function IEe(e,t,n){var r=0,a=!1;return{isLimitReached:function(){if(r===0&&setTimeout(function(){r=0},ph),r+=1,r<=t||a)return a=!1,!1;if(r===t+1){a=!0;try{n({message:"Reached max number of ".concat(e,"s by minute: ").concat(t),source:$I.AGENT,startClocks:Lf()})}finally{a=!1}}return!0}}}function Lfe(e,t){if(document.readyState===e||document.readyState==="complete")t();else{var n=e==="complete"?"load":"DOMContentLoaded";Zu(window,n,t,{once:!0})}}var lK,jfe=new WeakMap;function Rkt(){return lK||(lK=Nkt()),lK}function Nkt(){var e=new tu(function(){var t=Of(XMLHttpRequest.prototype,"open",{before:Dkt}).stop,n=Of(XMLHttpRequest.prototype,"send",{before:function(){Mkt.call(this,e)}}).stop,r=Of(XMLHttpRequest.prototype,"abort",{before:$kt}).stop;return function(){t(),n(),r()}});return e}function Dkt(e,t){jfe.set(this,{state:"open",method:e,url:Rfe(String(t))})}function Mkt(e){var t=this,n=jfe.get(this);if(n){var r=n;r.state="start",r.startTime=xm(),r.startClocks=Lf(),r.isAborted=!1,r.xhr=this;var a=!1,i=Of(this,"onreadystatechange",{before:function(){this.readyState===XMLHttpRequest.DONE&&o()}}).stop,o=jn(function(){if(t.removeEventListener("loadend",o),i(),!a){a=!0;var s=n;s.state="complete",s.duration=Ud(r.startClocks.timeStamp,Sl()),s.status=t.status,e.notify(LN(s))}});this.addEventListener("loadend",o),e.notify(r)}}function $kt(){var e=jfe.get(this);e&&(e.isAborted=!0)}var uK;function Lkt(){return uK||(uK=jkt()),uK}function jkt(){var e=new tu(function(){if(window.fetch){var t=eHe(window,"fetch",function(n){return function(r,a){var i,o=Sb(Fkt,null,[e,r,a]);return o?(i=n.call(this,o.input,o.init),Sb(Bkt,null,[e,i,o])):i=n.call(this,r,a),i}}).stop;return t}});return e}function Fkt(e,t,n){var r=n&&n.method||typeof t=="object"&&t.method||"GET",a=Rfe(typeof t=="object"&&t.url||t),i=Lf(),o={state:"start",init:n,input:t,method:r,startClocks:i,url:a};return e.notify(o),o}function Bkt(e,t,n){var r=function(a){var i=n;i.state="resolve","stack"in a||a instanceof Error?(i.status=0,i.isAborted=a instanceof DOMException&&a.code===DOMException.ABORT_ERR,i.error=a):"status"in a&&(i.response=a,i.responseType=a.type,i.status=a.status,i.isAborted=!1),e.notify(i)};t.then(jn(r),jn(r))}function zkt(){var e=new tu(function(){var t=Zu(document,"visibilitychange",function(){document.visibilityState==="hidden"&&e.notify({reason:"visibility_hidden"})},{capture:!0}).stop,n=Zu(window,"beforeunload",function(){e.notify({reason:"before_unload"})}).stop;return function(){t(),n()}});return e}var cK={};function Ukt(e){var t=e.map(function(n){return cK[n]||(cK[n]=Vkt(n)),cK[n]});return aHe.apply(void 0,t)}function Vkt(e){var t=new tu(function(){var n=console[e];return console[e]=function(){for(var r=[],a=0;aWkt&&this.buffer.splice(0,1)},e.prototype.drain=function(){this.buffer.forEach(function(t){return t()}),this.buffer.length=0},e}();function kEe(e){e===void 0&&(e=T9);var t={},n;return{getBytesCount:function(){return n===void 0&&(n=e(DI(t))),n},get:function(){return t},add:function(r,a){t[r]=a,n=void 0},remove:function(r){delete t[r],n=void 0},set:function(r){t=r,n=void 0},getContext:function(){return W1(t)},setContext:function(r){t=W1(r),n=void 0},setContextProperty:function(r,a){t[r]=W1(a),n=void 0},removeContextProperty:function(r){delete t[r],n=void 0},clearContext:function(){t={},n=void 0}}}function qkt(e,t,n){var r=W1(e),a=n(r);return t.forEach(function(i){var o=OEe(e,i),s=OEe(r,i),l=e2(o),u=e2(s);u===l?PEe(e,i,s):l==="object"&&(u==="undefined"||u==="null")&&PEe(e,i,{})}),a}function OEe(e,t){for(var n=e,r=0,a=t.split(".");rn.bytesLimit?s():o()}),jn(function(l){return t(l)}))}function s(){r.cancel().catch(nc);var l,u;if(n.collectStreamBody){var c;if(a.length===1)c=a[0];else{c=new Uint8Array(i);var d=0;a.forEach(function(f){c.set(f,d),d+=f.length})}l=c.slice(0,n.bytesLimit),u=c.length>n.bytesLimit}t(void 0,l,u)}}var Kkt="datadog-synthetics-public-id",Xkt="datadog-synthetics-result-id",Zkt="datadog-synthetics-injects-rum";function xHe(){return!!(window._DATADOG_SYNTHETICS_INJECTS_RUM||bg(Zkt))}function Qkt(){var e=window._DATADOG_SYNTHETICS_PUBLIC_ID||bg(Kkt);return typeof e=="string"?e:void 0}function Jkt(){var e=window._DATADOG_SYNTHETICS_RESULT_ID||bg(Xkt);return typeof e=="string"?e:void 0}function REe(e){var t=ti({},e),n=["id","name","email"];return n.forEach(function(r){r in t&&(t[r]=String(t[r]))}),t}function eOt(e){var t=e2(e)==="object";return t||sa.error("Unsupported user:",e),t}function tOt(e){var t=e;return e2(t)==="object"&&kfe(t.match)&&Array.isArray(t.propagatorTypes)}function nOt(e){e.status===0&&!e.isAborted&&(e.traceId=void 0,e.spanId=void 0,e.traceSampled=void 0)}function rOt(e,t){return{clearTracingIfNeeded:nOt,traceFetch:function(n){return NEe(e,n,t,function(r){var a;if(n.input instanceof Request&&!(!((a=n.init)===null||a===void 0)&&a.headers))n.input=new Request(n.input),Object.keys(r).forEach(function(o){n.input.headers.append(o,r[o])});else{n.init=LN(n.init);var i=[];n.init.headers instanceof Headers?n.init.headers.forEach(function(o,s){i.push([s,o])}):Array.isArray(n.init.headers)?n.init.headers.forEach(function(o){i.push(o)}):n.init.headers&&Object.keys(n.init.headers).forEach(function(o){i.push([o,n.init.headers[o]])}),n.init.headers=i.concat(Ife(r))}})},traceXhr:function(n,r){return NEe(e,n,t,function(a){Object.keys(a).forEach(function(i){r.setRequestHeader(i,a[i])})})}}}function NEe(e,t,n,r){if(!(!aOt()||!n.findTrackedSession())){var a=O3(e.allowedTracingUrls,function(i){return qVe([i.match],t.url,!0)});a&&(t.traceId=new DEe,t.spanId=new DEe,t.traceSampled=!MI(e.traceSampleRate)||JC(e.traceSampleRate),r(iOt(t.traceId,t.spanId,t.traceSampled,a.propagatorTypes)))}}function aOt(){return wHe()!==void 0}function wHe(){return window.crypto||window.msCrypto}function iOt(e,t,n,r){var a={};return r.forEach(function(i){switch(i){case"datadog":{ti(a,{"x-datadog-origin":"rum","x-datadog-parent-id":t.toDecimalString(),"x-datadog-sampling-priority":n?"1":"0","x-datadog-trace-id":e.toDecimalString()});break}case"tracecontext":{ti(a,{traceparent:"00-0000000000000000".concat(e.toPaddedHexadecimalString(),"-").concat(t.toPaddedHexadecimalString(),"-0").concat(n?"1":"0")});break}case"b3":{ti(a,{b3:"".concat(e.toPaddedHexadecimalString(),"-").concat(t.toPaddedHexadecimalString(),"-").concat(n?"1":"0")});break}case"b3multi":{ti(a,{"X-B3-TraceId":e.toPaddedHexadecimalString(),"X-B3-SpanId":t.toPaddedHexadecimalString(),"X-B3-Sampled":n?"1":"0"});break}}}),a}var DEe=function(){function e(){this.buffer=new Uint8Array(8),wHe().getRandomValues(this.buffer),this.buffer[0]=this.buffer[0]&127}return e.prototype.toString=function(t){var n=this.readInt32(0),r=this.readInt32(4),a="";do{var i=n%t*4294967296+r;n=Math.floor(n/t),r=Math.floor(i/t),a=(i%t).toString(t)+a}while(n||r);return a},e.prototype.toDecimalString=function(){return this.toString(10)},e.prototype.toPaddedHexadecimalString=function(){var t=this.toString(16);return Array(17-t.length).join("0")+t},e.prototype.readInt32=function(t){return this.buffer[t]*16777216+(this.buffer[t+1]<<16)+(this.buffer[t+2]<<8)+this.buffer[t+3]},e}();function oOt(e){var t,n,r,a,i,o;if(!e.applicationId){sa.error("Application ID is not configured, no RUM data will be collected.");return}if(e.sessionReplaySampleRate!==void 0&&!fC(e.sessionReplaySampleRate)){sa.error("Session Replay Sample Rate should be a number between 0 and 100");return}var s=(t=e.premiumSampleRate)!==null&&t!==void 0?t:e.replaySampleRate;if(s!==void 0&&e.sessionReplaySampleRate!==void 0&&(sa.warn("Ignoring Premium Sample Rate because Session Replay Sample Rate is set"),s=void 0),s!==void 0&&!fC(s)){sa.error("Premium Sample Rate should be a number between 0 and 100");return}var l=(n=e.traceSampleRate)!==null&&n!==void 0?n:e.tracingSampleRate;if(l!==void 0&&!fC(l)){sa.error("Trace Sample Rate should be a number between 0 and 100");return}if(e.excludedActivityUrls!==void 0&&!Array.isArray(e.excludedActivityUrls)){sa.error("Excluded Activity Urls should be an array");return}var u=sOt(e);if(u){var c=wAt(e);if(c){var d=!!((r=e.trackUserInteractions)!==null&&r!==void 0?r:e.trackInteractions),f=!!e.trackFrustrations;return ti({applicationId:e.applicationId,version:e.version,actionNameAttribute:e.actionNameAttribute,sessionReplaySampleRate:(i=(a=e.sessionReplaySampleRate)!==null&&a!==void 0?a:s)!==null&&i!==void 0?i:100,oldPlansBehavior:e.sessionReplaySampleRate===void 0,traceSampleRate:l,allowedTracingUrls:u,excludedActivityUrls:(o=e.excludedActivityUrls)!==null&&o!==void 0?o:[],trackUserInteractions:d||f,trackFrustrations:f,trackViewsManually:!!e.trackViewsManually,trackResources:e.trackResources,trackLongTasks:e.trackLongTasks,defaultPrivacyLevel:VIt(xR,e.defaultPrivacyLevel)?e.defaultPrivacyLevel:xR.MASK_USER_INPUT,customerDataTelemetrySampleRate:1},c)}}}function sOt(e){if(e.allowedTracingUrls!==void 0&&e.allowedTracingOrigins!==void 0&&sa.warn("Both allowedTracingUrls and allowedTracingOrigins (deprecated) have been defined. The parameter allowedTracingUrls will override allowedTracingOrigins."),e.allowedTracingUrls!==void 0){if(!Array.isArray(e.allowedTracingUrls)){sa.error("Allowed Tracing URLs should be an array");return}if(e.allowedTracingUrls.length!==0&&e.service===void 0){sa.error("Service needs to be configured when tracing is enabled");return}var t=[];return e.allowedTracingUrls.forEach(function(r){kfe(r)?t.push({match:r,propagatorTypes:["datadog"]}):tOt(r)?t.push(r):sa.warn("Allowed Tracing Urls parameters should be a string, RegExp, function, or an object. Ignoring parameter",r)}),t}if(e.allowedTracingOrigins!==void 0){if(!Array.isArray(e.allowedTracingOrigins)){sa.error("Allowed Tracing Origins should be an array");return}if(e.allowedTracingOrigins.length!==0&&e.service===void 0){sa.error("Service needs to be configured when tracing is enabled");return}var n=[];return e.allowedTracingOrigins.forEach(function(r){var a=lOt(r);a&&n.push(a)}),n}return[]}function lOt(e){var t;if(typeof e=="string"?t=e:e instanceof RegExp?t=function(n){return e.test(EEe(n))}:typeof e=="function"&&(t=function(n){return e(EEe(n))}),t===void 0){sa.warn("Allowed Tracing Origins parameters should be a string, RegExp or function. Ignoring parameter",e);return}return{match:t,propagatorTypes:["datadog"]}}function uOt(e){var t=new Set;return Array.isArray(e.allowedTracingUrls)&&e.allowedTracingUrls.length>0&&e.allowedTracingUrls.forEach(function(n){kfe(n)?t.add("datadog"):n.propagatorTypes.forEach(function(r){return t.add(r)})}),Array.isArray(e.allowedTracingOrigins)&&e.allowedTracingOrigins.length>0&&t.add("datadog"),HVe(t)}function cOt(e){var t,n,r=_At(e);return ti({premium_sample_rate:e.premiumSampleRate,replay_sample_rate:e.replaySampleRate,session_replay_sample_rate:e.sessionReplaySampleRate,trace_sample_rate:(t=e.traceSampleRate)!==null&&t!==void 0?t:e.tracingSampleRate,action_name_attribute:e.actionNameAttribute,use_allowed_tracing_origins:Array.isArray(e.allowedTracingOrigins)&&e.allowedTracingOrigins.length>0,use_allowed_tracing_urls:Array.isArray(e.allowedTracingUrls)&&e.allowedTracingUrls.length>0,selected_tracing_propagators:uOt(e),default_privacy_level:e.defaultPrivacyLevel,use_excluded_activity_urls:Array.isArray(e.allowedTracingOrigins)&&e.allowedTracingOrigins.length>0,track_frustrations:e.trackFrustrations,track_views_manually:e.trackViewsManually,track_user_interactions:(n=e.trackUserInteractions)!==null&&n!==void 0?n:e.trackInteractions},r)}function Dne(e,t,n){return{context:e.getContext(),user:t.getContext(),hasReplay:n.isRecording()?!0:void 0}}function dOt(e,t,n){var r=n===void 0?{}:n,a=r.ignoreInitIfSyntheticsWillInjectRum,i=a===void 0?!0:a,o=!1,s=kEe(),l=kEe(),u=function(){},c=function(){},d=new AEe,f=function(A,k){k===void 0&&(k=Sl()),d.add(function(){return f(A,k)})},p=function(A,k){k===void 0&&(k=Lf()),d.add(function(){return p(A,k)})},g=function(A,k){k===void 0&&(k=Dne(s,l,t)),d.add(function(){return g(A,k)})},v=function(A,k){k===void 0&&(k=Dne(s,l,t)),d.add(function(){return v(A,k)})},m=function(A,k){d.add(function(){return m(A,k)})};function y(A){if(c=function(){return W1(A)},!(i&&xHe())){if(r2())A=T(A);else if(!S(A))return;if(_(A)){var k=oOt(A);if(k){if(Qp("feature_flags")&&(w.addFeatureFlagEvaluation=jn(function(R,L){m(R,L)})),!k.trackViewsManually)b(A,k);else{var I=d;d=new AEe,p=function(R){b(A,k,R)},I.drain()}o=!0}}}}function b(A,k,I){var R=e(A,k,t,s,l,I);p=R.startView,g=R.addAction,v=R.addError,f=R.addTiming,m=R.addFeatureFlagEvaluation,u=R.getInternalContext,d.drain(),t.onRumStart(R.lifeCycle,k,R.session,R.viewContexts)}var x=jn(function(A){var k=typeof A=="object"?A:{name:A};p(k)}),w=BAt({init:jn(y),addRumGlobalContext:jn(s.add),setGlobalContextProperty:jn(s.setContextProperty),removeRumGlobalContext:jn(s.remove),removeGlobalContextProperty:jn(s.removeContextProperty),getRumGlobalContext:jn(s.get),getGlobalContext:jn(s.getContext),setRumGlobalContext:jn(s.set),setGlobalContext:jn(s.setContext),clearGlobalContext:jn(s.clearContext),getInternalContext:jn(function(A){return u(A)}),getInitConfiguration:jn(function(){return c()}),addAction:jn(function(A,k){g({name:A,context:W1(k),startClocks:Lf(),type:"custom"})}),addError:function(A,k){var I=rHe();Sb(function(){v({error:A,handlingStack:I,context:W1(k),startClocks:Lf()})})},addTiming:jn(function(A,k){f(A,k)}),setUser:jn(function(A){eOt(A)&&l.setContext(REe(A))}),getUser:jn(l.getContext),setUserProperty:jn(function(A,k){var I,R=REe((I={},I[A]=k,I))[A];l.setContextProperty(A,R)}),removeUserProperty:jn(l.removeContextProperty),removeUser:jn(l.clearContext),clearUser:jn(l.clearContext),startView:x,startSessionReplayRecording:jn(t.start),stopSessionReplayRecording:jn(t.stop)});return w;function S(A){return QIt(QVe(A))?C()?(sa.error("Execution is not allowed in the current context."),!1):!0:(sa.warn("Cookies are not authorized, we will not send any data."),!1)}function _(A){return o?(A.silentMultipleInit||sa.error("DD_RUM is already initialized."),!1):!0}function T(A){return ti({},A,{applicationId:"00000000-aaaa-0000-aaaa-000000000000",clientToken:"empty",sessionSampleRate:100})}function C(){return window.location.protocol==="file:"}}function fOt(){var e=SHe(),t=new tu(function(){if(e){var n=new e(jn(function(){return t.notify()}));return n.observe(document,{attributes:!0,characterData:!0,childList:!0,subtree:!0}),function(){return n.disconnect()}}});return t}function SHe(){var e,t=window;if(t.Zone&&(e=C9(t,"MutationObserver"),t.MutationObserver&&e===t.MutationObserver)){var n=new t.MutationObserver(nc),r=C9(n,"originalInstance");e=r&&r.constructor}return e||(e=t.MutationObserver),e}var _He="initial_document",pOt=[["document",function(e){return _He===e}],["xhr",function(e){return e==="xmlhttprequest"}],["fetch",function(e){return e==="fetch"}],["beacon",function(e){return e==="beacon"}],["css",function(e,t){return/\.css$/i.test(t)}],["js",function(e,t){return/\.js$/i.test(t)}],["image",function(e,t){return _b(["image","img","icon"],e)||/\.(gif|jpg|jpeg|tiff|png|svg|ico)$/i.exec(t)!==null}],["font",function(e,t){return/\.(woff|eot|woff2|ttf)$/i.exec(t)!==null}],["media",function(e,t){return _b(["audio","video"],e)||/\.(mp3|mp4)$/i.exec(t)!==null}]];function hOt(e){var t=e.name;if(!oAt(t))return M3('Failed to construct URL for "'.concat(e.name,'"')),"other";for(var n=sAt(t),r=0,a=pOt;re[n])return!1;return!0}function mOt(e){return e.initiatorType==="xmlhttprequest"||e.initiatorType==="fetch"}function gOt(e){var t=e.duration,n=e.startTime,r=e.responseEnd;return t===0&&n=0;t-=1){var r=e.body.childNodes[t],n=MEe(r);if(n)return n;if(!CHe(r))break}}function MEe(e){if(e&&bOt(e)){var t=/^\s*DATADOG;(.*?)\s*$/.exec(e.data);if(t)return t[1]}}function $Ee(){return window.performance!==void 0&&"getEntries"in performance}function k9(e){return window.PerformanceObserver&&PerformanceObserver.supportedEntryTypes!==void 0&&PerformanceObserver.supportedEntryTypes.includes(e)}function COt(e,t){if(IOt(function(s){Ck(e,t,[s])}),$Ee()){var n=performance.getEntries();setTimeout(jn(function(){return Ck(e,t,n)}))}if(window.PerformanceObserver){var r=jn(function(s){return Ck(e,t,s.getEntries())}),a=["resource","navigation","longtask","paint"],i=["largest-contentful-paint","first-input","layout-shift"];try{i.forEach(function(s){var l=new PerformanceObserver(r);l.observe({type:s,buffered:!0})})}catch{a.push.apply(a,i)}var o=new PerformanceObserver(r);o.observe({entryTypes:a}),$Ee()&&"addEventListener"in performance&&performance.addEventListener("resourcetimingbufferfull",function(){performance.clearResourceTimings()})}k9("navigation")||AOt(function(s){Ck(e,t,[s])}),k9("first-input")||kOt(function(s){Ck(e,t,[s])})}function IOt(e){Lfe("interactive",function(){var t,n={entryType:"resource",initiatorType:_He,traceId:SOt(document)};if(k9("navigation")&&performance.getEntriesByType("navigation").length>0){var r=performance.getEntriesByType("navigation")[0];t=ti(r.toJSON(),n)}else{var a=AHe();t=ti(a,{decodedBodySize:0,duration:a.responseEnd,name:window.location.href,startTime:0},n)}e(t)})}function AOt(e){function t(){e(ti(AHe(),{entryType:"navigation"}))}Lfe("complete",function(){setTimeout(jn(t))})}function kOt(e){var t=Mg(),n=!1,r=Gf(window,["click","mousedown","keydown","touchstart","pointerdown"],function(o){if(o.cancelable){var s={entryType:"first-input",processingStart:xm(),startTime:o.timeStamp};o.type==="pointerdown"?a(s):i(s)}},{passive:!0,capture:!0}).stop;function a(o){Gf(window,["pointerup","pointercancel"],function(s){s.type==="pointerup"&&i(o)},{once:!0})}function i(o){if(!n){n=!0,r();var s=o.processingStart-o.startTime;s>=0&&szOt)){var e=Pf[Pf.length-1],t=xm();e!==void 0&&e.end===void 0||Pf.push({start:t})}}function VOt(){if(Pf.length!==0){var e=Pf[Pf.length-1],t=xm();e.end===void 0&&(e.end=t)}}function HOt(e){return Zu(window,"focus",function(t){t.isTrusted&&e()})}function GOt(e){return Zu(window,"blur",function(t){t.isTrusted&&e()})}function WOt(e){for(var t=Pf.length-1;t>=0;t--){var n=Pf[t];if(n.end!==void 0&&e>n.end)break;if(e>n.start&&(n.end===void 0||e=a;i--){var o=Pf[i];if(o.end!==void 0&&e>o.end)break;if(!(no.start?e:o.start,l=Ud(e,s),u=o.end===void 0||n0})}});return r}function fK(e,t){return qVe(e.excludedActivityUrls,t)}function iPt(e){return Of(window,"open",{before:e})}var DHe=ih,oPt=100;function sPt(e,t){var n=[],r=0,a;i(e);function i(l){l.stopObservable.subscribe(o),n.push(l),clearTimeout(a),a=setTimeout(jn(s),DHe)}function o(){r===1&&n.every(function(l){return l.isStopped()})&&(r=2,t(n))}function s(){clearTimeout(a),r===0&&(r=1,o())}return{tryAppend:function(l){return r!==0?!1:n.length>0&&!lPt(n[n.length-1].event,l.event)?(s(),!1):(i(l),!0)},stop:function(){s()}}}function lPt(e,t){return e.target===t.target&&uPt(e,t)<=oPt&&e.timeStamp-t.timeStamp<=DHe}function uPt(e,t){return Math.sqrt(Math.pow(e.clientX-t.clientX,2)+Math.pow(e.clientY-t.clientY,2))}var Hfe="data-dd-action-name";function cPt(e,t){return FEe(e,Hfe)||t&&FEe(e,t)||BEe(e,t,dPt)||BEe(e,t,fPt)||""}function FEe(e,t){var n;if(vPt())n=e.closest("[".concat(t,"]"));else for(var r=e;r;){if(r.hasAttribute(t)){n=r;break}r=r.parentElement}if(n){var a=n.getAttribute(t);return $He(MHe(a.trim()))}}var dPt=[function(e,t){if(gPt()){if("labels"in e&&e.labels&&e.labels.length>0)return oT(e.labels[0],t)}else if(e.id){var n=e.ownerDocument&&O3(e.ownerDocument.querySelectorAll("label"),function(r){return r.htmlFor===e.id});return n&&oT(n,t)}},function(e){if(e.nodeName==="INPUT"){var t=e,n=t.getAttribute("type");if(n==="button"||n==="submit"||n==="reset")return t.value}},function(e,t){if(e.nodeName==="BUTTON"||e.nodeName==="LABEL"||e.getAttribute("role")==="button")return oT(e,t)},function(e){return e.getAttribute("aria-label")},function(e,t){var n=e.getAttribute("aria-labelledby");if(n)return n.split(/\s+/).map(function(r){return hPt(e,r)}).filter(function(r){return!!r}).map(function(r){return oT(r,t)}).join(" ")},function(e){return e.getAttribute("alt")},function(e){return e.getAttribute("name")},function(e){return e.getAttribute("title")},function(e){return e.getAttribute("placeholder")},function(e,t){if("options"in e&&e.options.length>0)return oT(e.options[0],t)}],fPt=[function(e,t){return oT(e,t)}],pPt=10;function BEe(e,t,n){for(var r=e,a=0;a<=pPt&&r&&r.nodeName!=="BODY"&&r.nodeName!=="HTML"&&r.nodeName!=="HEAD";){for(var i=0,o=n;i100?"".concat(WVe(e,100)," [...]"):e}function hPt(e,t){return e.ownerDocument?e.ownerDocument.getElementById(t):null}function oT(e,t){if(!e.isContentEditable){if("innerText"in e){var n=e.innerText,r=function(a){for(var i=e.querySelectorAll(a),o=0;o0&&(n=n.replace(l,""))}}};return mPt()||r("script, style"),r("[".concat(Hfe,"]")),t&&r("[".concat(t,"]")),n}return e.textContent}}function mPt(){return!tkt()}var pK;function gPt(){return pK===void 0&&(pK="labels"in HTMLInputElement.prototype),pK}var hK;function vPt(){return hK===void 0&&(hK="closest"in HTMLElement.prototype),hK}var LHe=[Hfe,"data-testid","data-test","data-qa","data-cy","data-test-id","data-qa-id","data-testing","data-component","data-element","data-source-file"],yPt=[FHe,wPt],bPt=[FHe,SPt,_Pt];function xPt(e,t){for(var n="",r=e;r&&r.nodeName!=="HTML";){var a=zEe(r,yPt,TPt,t,n);if(a)return a;var i=zEe(r,bPt,CPt,t,n);n=i||Gfe(EPt(r),n),r=r.parentElement}return n}function jHe(e){return/[0-9]/.test(e)}function wPt(e){if(e.id&&!jHe(e.id))return"#".concat(Ofe(e.id))}function SPt(e){if(e.tagName!=="BODY"&&e.classList.length>0)for(var t=0;t").concat(t):e}var AL;function IPt(){if(AL===void 0)try{document.querySelector(":scope"),AL=!0}catch{AL=!1}return AL}function APt(e){var t=e.onPointerDown,n=e.onStartEvent,r,a={selection:!1,input:!1},i,o=[Zu(window,"pointerdown",function(s){VEe(s)&&(r=UEe(),a={selection:!1,input:Qp("dead_click_fixes")?!1:a.input},i=t(s))},{capture:!0}),Zu(window,"selectionchange",function(){(!r||!UEe())&&(a.selection=!0)},{capture:!0}),Zu(window,Qp("dead_click_fixes")?"pointerup":"click",function(s){if(VEe(s)&&i){var l=a,u;n(i,s,function(){return l},function(){return u}),i=void 0,Qp("dead_click_fixes")&&Zu(window,"click",function(){u=Sl()},{capture:!0,once:!0})}},{capture:!0}),Zu(window,"input",function(){a.input=!0},{capture:!0})];return{stop:function(){o.forEach(function(s){return s.stop()})}}}function UEe(){var e=window.getSelection();return!e||e.isCollapsed}function VEe(e){return e.target instanceof Element&&(e.type==="click"||e.isPrimary!==!1)}var HEe=3;function kPt(e,t){if(OPt(e))return t.addFrustration("rage_click"),e.some(WEe)&&t.addFrustration("dead_click"),t.hasError&&t.addFrustration("error_click"),{isRage:!0};var n=e.some(function(r){return r.getUserActivity().selection});return e.forEach(function(r){r.hasError&&r.addFrustration("error_click"),WEe(r)&&!n&&r.addFrustration("dead_click")}),{isRage:!1}}function OPt(e){if(e.some(function(n){return n.getUserActivity().selection}))return!1;for(var t=0;t0},get hasPageActivity(){return d!==void 0},getUserActivity:n,addFrustration:function(v){f.push(v)},startClocks:s,isStopped:function(){return c===1||c===2},clone:function(){return BHe(e,t,n,r,a,i)},validate:function(v){if(g(),c===1){var m=u.eventCounts,y=m.resourceCount,b=m.errorCount,x=m.longTaskCount,w=r(),S=ti({type:"click",duration:d&&Ud(s.timeStamp,d),startClocks:s,id:o,frustrationTypes:f,counts:{resourceCount:y,errorCount:b,longTaskCount:x},events:v??[i],event:i,pointerUpDelay:w&&Ud(s.timeStamp,w)},a);e.notify(1,S),c=2}},discard:function(){g(),c=2}}}function LPt(e,t){var n=kPt(e,t).isRage;n?(e.forEach(function(r){return r.discard()}),t.stop(Sl()),t.validate(e.map(function(r){return r.event}))):(t.discard(),e.forEach(function(r){return r.validate()}))}function jPt(e,t,n,r){e.subscribe(1,function(i){return e.notify(10,qEe(i,r))});var a={findActionId:nc};return n.trackUserInteractions&&(a=NPt(e,t,n).actionContexts),{addAction:function(i,o){e.notify(10,ti({savedCommonContext:o},qEe(i,r)))},actionContexts:a}}function qEe(e,t){var n=mK(e)?{action:{id:e.id,loading_time:xs(e.duration),frustration:{type:e.frustrationTypes},error:{count:e.counts.errorCount},long_task:{count:e.counts.longTaskCount},resource:{count:e.counts.resourceCount}},_dd:{action:{target:e.target,position:e.position,pointer_up_delay:e.pointerUpDelay}}}:void 0,r=mK(e)?void 0:e.context,a=_S({action:{id:Qf(),target:{name:e.name},type:e.type},date:e.startClocks.timeStamp,type:"action"},n),i=t.isInForegroundAt(e.startClocks.relative);return i!==void 0&&(a.view={in_foreground:i}),{customerContext:r,rawRumEvent:a,startTime:e.startClocks.relative,domainContext:mK(e)?{event:e.event,events:e.events}:{}}}function mK(e){return e.type!=="custom"}function FPt(e){var t=Ukt([SS.error]).subscribe(function(n){return e.notify({startClocks:Lf(),message:n.message,stack:n.stack,source:$I.CONSOLE,handling:"handled",handlingStack:n.handlingStack})});return{stop:function(){t.unsubscribe()}}}function BPt(e){var t=UAt([n2.cspViolation,n2.intervention]).subscribe(function(n){return e.notify({startClocks:Lf(),message:n.message,stack:n.stack,type:n.subtype,source:$I.REPORT,handling:"unhandled"})});return{stop:function(){t.unsubscribe()}}}function zPt(e,t,n){var r=new tu;return FPt(r),FAt(r),BPt(r),r.subscribe(function(a){return e.notify(12,{error:a})}),UPt(e,t,n)}function UPt(e,t,n){return e.subscribe(12,function(r){var a=r.error,i=r.customerContext,o=r.savedCommonContext;e.notify(10,ti({customerContext:i,savedCommonContext:o},VPt(a,t,n)))}),{addError:function(r,a){var i=r.error,o=r.handlingStack,s=r.startClocks,l=r.context,u=i instanceof Error?Hb(i):void 0,c=tHe({stackTrace:u,originalError:i,handlingStack:o,startClocks:s,nonErrorPrefix:"Provided",source:$I.CUSTOM,handling:"handled"});e.notify(12,{customerContext:l,savedCommonContext:a,error:c})}}}function VPt(e,t,n){var r={date:e.startClocks.timeStamp,error:{id:Qf(),message:e.message,source:e.source,stack:e.stack,handling_stack:e.handlingStack,type:e.type,handling:e.handling,causes:e.causes,source_type:"browser"},type:"error"},a=t.isInForegroundAt(e.startClocks.relative);a&&(r.view={in_foreground:a});var i=n.findFeatureFlagEvaluations(e.startClocks.relative);return i&&!Iv(i)&&(r.feature_flags=i),{rawRumEvent:r,startTime:e.startClocks.relative,domainContext:{error:e.originalError}}}function HPt(e,t){e.subscribe(0,function(n){for(var r=0,a=n;r=t-r&&zHe(e)<=p_(n,r)}function qPt(e,t,n,r){e.subscribe(6,function(a){e.notify(10,YPt(a,t,n,r))}),e.subscribe(0,function(a){for(var i=0,o=a;i=0&&o.responseStart<=xm()?o.responseStart:void 0})}}).unsubscribe;return{stop:n}}function tRt(e,t){var n=Wfe(),r=e.subscribe(0,function(a){var i=O3(a,function(o){return o.entryType==="paint"&&o.name==="first-contentful-paint"&&o.startTime=0?o:0,firstInputTime:i.startTime})}}).unsubscribe;return{stop:r}}function aRt(e,t,n,r,a,i){var o={},s=iRt(e,t,n,a,i,function(d){o.loadingTime=d,r()}),l=s.stop,u=s.setLoadEvent,c;return lRt()?(o.cumulativeLayoutShift=0,c=oRt(e,function(d){o.cumulativeLayoutShift=d,r()}).stop):c=nc,{stop:function(){l(),c()},setLoadEvent:u,viewMetrics:o}}function iRt(e,t,n,r,a,i){var o=r==="initial_load",s=!0,l=[];function u(){!s&&!o&&l.length>0&&i(Math.max.apply(Math,l))}var c=Vfe(e,t,n,function(d){s&&(s=!1,d.hadActivity&&l.push(Ud(a.timeStamp,d.end)),u())}).stop;return{stop:c,setLoadEvent:function(d){o&&(o=!1,l.push(d),u())}}}function oRt(e,t){var n=0,r=sRt(),a=e.subscribe(0,function(i){for(var o=0,s=i;on&&(n=r.value(),t(VVe(n,4))))}}).unsubscribe;return{stop:a}}function sRt(){var e=0,t,n;return{update:function(r){var a=t===void 0||r.startTime-n>=ih||r.startTime-t>=5*ih;a?(t=n=r.startTime,e=r.value):(e+=r.value,n=r.startTime)},value:function(){return e}}}function lRt(){return k9("layout-shift")}var uRt=5*ph;function cRt(e,t,n){var r=RHe({lifeCycle:e,isChildEvent:function(o){return o.view.id===t},onChange:n}),a=r.stop,i=r.eventCounts;return{scheduleStop:function(){setTimeout(jn(a),uRt)},eventCounts:i}}var dRt=3e3,fRt=5*ph;function pRt(e,t,n,r,a,i,o){var s=p(o),l=s.stop,u=s.initialView,c=u,d=v().stop,f;i&&(f=m(a));function p(y){var b=KEe(t,n,r,e,"initial_load",XVe(),y),x=JPt(t,function(w){b.updateTimings(w),b.scheduleUpdate()}).stop;return{initialView:b,stop:x}}function g(y,b){return KEe(t,n,r,e,"route_change",y,b)}function v(){t.subscribe(8,function(){c.end(),c=g(void 0,{name:c.name,service:c.service,version:c.version})}),t.subscribe(9,function(b){b.reason==="before_unload"&&(c.end(),c.triggerUpdate())});var y=window.setInterval(jn(function(){c.triggerUpdate()}),fRt);return{stop:function(){clearInterval(y)}}}function m(y){return y.subscribe(function(b){var x=b.oldLocation,w=b.newLocation;if(mRt(x,w)){c.end(),c.triggerUpdate(),c=g();return}})}return{addTiming:function(y,b){b===void 0&&(b=Sl()),c.addTiming(y,b),c.scheduleUpdate()},startView:function(y,b){c.end(b),c.triggerUpdate(),c=g(b,y)},stop:function(){f==null||f.unsubscribe(),l(),d(),c.end()}}}function KEe(e,t,n,r,a,i,o){i===void 0&&(i=Lf());var s=Qf(),l={},u={},c=0,d,f=LN(r),p,g,v;o&&(p=o.name,g=o.service,v=o.version),e.notify(2,{id:s,name:p,startClocks:i,service:g,version:v});var m=NI(jn(k),dRt,{leading:!1}),y=m.throttled,b=m.cancel,x=aRt(e,t,n,y,a,i),w=x.setLoadEvent,S=x.stop,_=x.viewMetrics,T=cRt(e,s,y),C=T.scheduleStop,A=T.eventCounts;k();function k(){c+=1;var I=d===void 0?Sl():d.timeStamp;e.notify(3,ti({customTimings:u,documentVersion:c,id:s,name:p,service:g,version:v,loadingType:a,location:f,startClocks:i,timings:l,duration:Ud(i.timeStamp,I),isActive:d===void 0,eventCounts:A},_))}return{name:p,service:g,version:v,scheduleUpdate:y,end:function(I){I===void 0&&(I=Lf()),d=I,e.notify(4,{endClocks:d}),S(),C()},triggerUpdate:function(){b(),k()},updateTimings:function(I){l=I,I.loadEvent!==void 0&&w(I.loadEvent)},addTiming:function(I,R){var L=iAt(R)?R:Ud(i.timeStamp,R);u[hRt(I)]=L}}}function hRt(e){var t=e.replace(/[^a-zA-Z0-9-_.@$]/g,"_");return t!==e&&sa.warn("Invalid timing name: ".concat(e,", sanitized to: ").concat(t)),t}function mRt(e,t){return e.pathname!==t.pathname||!gRt(t.hash)&&XEe(t.hash)!==XEe(e.hash)}function gRt(e){var t=e.substr(1);return!!document.getElementById(t)}function XEe(e){var t=e.indexOf("?");return t<0?e:e.slice(0,t)}function vRt(e,t,n,r,a,i,o,s,l){return e.subscribe(3,function(u){return e.notify(10,yRt(u,i,o,s))}),pRt(n,e,r,t,a,!t.trackViewsManually,l)}function yRt(e,t,n,r){var a=r.getReplayStats(e.id),i=n.findFeatureFlagEvaluations(e.startClocks.relative),o={_dd:{document_version:e.documentVersion,replay_stats:a},date:e.startClocks.timeStamp,type:"view",view:{action:{count:e.eventCounts.actionCount},frustration:{count:e.eventCounts.frustrationCount},cumulative_layout_shift:e.cumulativeLayoutShift,first_byte:xs(e.timings.firstByte),dom_complete:xs(e.timings.domComplete),dom_content_loaded:xs(e.timings.domContentLoaded),dom_interactive:xs(e.timings.domInteractive),error:{count:e.eventCounts.errorCount},first_contentful_paint:xs(e.timings.firstContentfulPaint),first_input_delay:xs(e.timings.firstInputDelay),first_input_time:xs(e.timings.firstInputTime),is_active:e.isActive,name:e.name,largest_contentful_paint:xs(e.timings.largestContentfulPaint),load_event:xs(e.timings.loadEvent),loading_time:bRt(xs(e.loadingTime)),loading_type:e.loadingType,long_task:{count:e.eventCounts.longTaskCount},resource:{count:e.eventCounts.resourceCount},time_spent:xs(e.duration),in_foreground_periods:t.selectInForegroundPeriodsFor(e.startClocks.relative,e.duration)},feature_flags:i&&!Iv(i)?i:void 0,session:{has_replay:a?!0:void 0}};return Iv(e.customTimings)||(o.view.custom_timings=HIt(e.customTimings,xs)),{rawRumEvent:o,startTime:e.startClocks.relative,domainContext:{location:e.location}}}function bRt(e){return MI(e)&&e<0?void 0:e}var xRt="rum";function wRt(e,t){var n=vkt(e.cookieOptions,xRt,function(r){return _Rt(e,r)});return n.expireObservable.subscribe(function(){t.notify(7)}),n.renewObservable.subscribe(function(){t.notify(8)}),{findTrackedSession:function(r){var a=n.findActiveSession(r);if(!(!a||!qHe(a.trackingType))){var i=a.trackingType==="1"?2:1;return{id:a.id,plan:i,sessionReplayAllowed:i===2,longTaskAllowed:e.trackLongTasks!==void 0?e.trackLongTasks:e.oldPlansBehavior&&i===2,resourceAllowed:e.trackResources!==void 0?e.trackResources:e.oldPlansBehavior&&i===2}}}}}function SRt(){var e={id:"00000000-aaaa-0000-aaaa-000000000000",plan:1,sessionReplayAllowed:!1,longTaskAllowed:!0,resourceAllowed:!0};return{findTrackedSession:function(){return e}}}function _Rt(e,t){var n;return ERt(t)?n=t:JC(e.sessionSampleRate)?JC(e.sessionReplaySampleRate)?n="1":n="2":n="0",{trackingType:n,isTracked:qHe(n)}}function ERt(e){return e==="0"||e==="1"||e==="2"}function qHe(e){return e==="2"||e==="1"}function TRt(e,t,n,r,a){var i=CRt(e,r,a);return t.subscribe(11,function(o){o.type==="view"?i.upsert(o,o.view.id):i.add(o)}),n.subscribe(function(o){return i.add(o,XAt(e))}),i}function CRt(e,t,n){var r=o(e.rumEndpointBuilder),a,i=e.replica;i!==void 0&&(a=o(i.rumEndpointBuilder));function o(l){return new Okt(yHe(l,e.batchBytesLimit,t),e.batchMessagesLimit,e.batchBytesLimit,e.messageBytesLimit,e.flushTimeout,n)}function s(l){return _S(l,{application:{id:i.applicationId}})}return{flushObservable:r.flushObservable,add:function(l,u){u===void 0&&(u=!0),r.add(l),a&&u&&a.add(s(l))},upsert:function(l,u){r.upsert(l,u),a&&a.upsert(s(l),u)}}}function IRt(e){var t=$fe();e.subscribe(11,function(n){t.send("rum",n)})}var ARt=L3;function kRt(e,t,n){var r=new $3(ARt),a;e.subscribe(4,function(s){var l=s.endClocks;r.closeActive(l.relative)}),e.subscribe(2,function(s){var l=s.startClocks,u=n.href;r.add(o({url:u,referrer:a||document.referrer}),l.relative),a=u});var i=t.subscribe(function(s){var l=s.newLocation,u=r.find();if(u){var c=xm();r.closeActive(c),r.add(o({url:l.href,referrer:u.referrer}),c)}});function o(s){var l=s.url,u=s.referrer;return{url:l,referrer:u}}return{findUrl:function(s){return r.find(s)},stop:function(){i.unsubscribe(),r.stop()}}}function ORt(e){var t=LN(e),n=new tu(function(){var a=PRt(r).stop,i=RRt(r).stop;return function(){a(),i()}});function r(){if(t.href!==e.href){var a=LN(e);n.notify({newLocation:a,oldLocation:t}),t=a}}return n}function PRt(e){var t=Of(history,"pushState",{after:e}).stop,n=Of(history,"replaceState",{after:e}).stop,r=Zu(window,"popstate",e).stop;return{stop:function(){t(),n(),r()}}}function RRt(e){return Zu(window,"hashchange",e)}var NRt=L3;function DRt(e,t){if(t===void 0&&(t=T9),!Qp("feature_flags"))return{findFeatureFlagEvaluations:function(){},getFeatureFlagBytesCount:function(){return 0},addFeatureFlagEvaluation:nc};var n=new $3(NRt),r;return e.subscribe(4,function(a){var i=a.endClocks;n.closeActive(i.relative)}),e.subscribe(2,function(a){var i=a.startClocks;n.add({},i.relative),r=void 0}),{findFeatureFlagEvaluations:function(a){return n.find(a)},getFeatureFlagBytesCount:function(){var a=n.find();return a?(r===void 0&&(r=t(DI(a))),r):0},addFeatureFlagEvaluation:function(a,i){var o=n.find();o&&(o[a]=W1(i),r=void 0)}}}var MRt=10*ih,iv,Zx,$ne;function $Rt(e,t,n,r,a,i,o){var s=t.enabled&&JC(e.customerDataTelemetrySampleRate);s&&(YHe(),ZEe(),n.subscribe(11,function(l){$ne=!0,Ak(Zx.globalContextBytes,Iv(r.get())?0:r.getBytesCount()),Ak(Zx.userContextBytes,Iv(a.get())?0:a.getBytesCount());var u=i.findFeatureFlagEvaluations(),c=_b(["view","error"],l.type)&&u&&!Iv(u);Ak(Zx.featureFlagBytes,c?i.getFeatureFlagBytesCount():0)}),o.subscribe(function(l){var u=l.bufferBytesCount,c=l.bufferMessagesCount;$ne&&(iv.batchCount+=1,Ak(iv.batchBytesCount,u),Ak(iv.batchMessagesCount,c),gK(iv.globalContextBytes,Zx.globalContextBytes),gK(iv.userContextBytes,Zx.userContextBytes),gK(iv.featureFlagBytes,Zx.featureFlagBytes),ZEe())}),setInterval(jn(LRt),MRt))}function LRt(){iv.batchCount!==0&&(M3("Customer data measures",iv),YHe())}function C1(){return{min:1/0,max:0,sum:0}}function Ak(e,t){e.sum+=t,e.min=Math.min(e.min,t),e.max=Math.max(e.max,t)}function gK(e,t){e.sum+=t.sum,e.min=Math.min(e.min,t.min),e.max=Math.max(e.max,t.max)}function YHe(){iv={batchCount:0,batchBytesCount:C1(),batchMessagesCount:C1(),globalContextBytes:C1(),userContextBytes:C1(),featureFlagBytes:C1()}}function ZEe(){$ne=!1,Zx={globalContextBytes:C1(),userContextBytes:C1(),featureFlagBytes:C1()}}var jRt=500,hC=[],vK;function FRt(){kL(QEe());var e=Gf(window,["pageshow","focus","blur","visibilitychange","resume","freeze","pagehide"],function(t){t.isTrusted&&(t.type==="freeze"?kL("frozen"):t.type==="pagehide"?kL(t.persisted?"frozen":"terminated"):kL(QEe()))},{capture:!0}).stop;return{findAll:function(t,n){for(var r=[],a=p_(t,n),i=hC.length-1;i>=0;i--){var o=hC[i].startTime;if(!(o>=a)&&(r.unshift(hC[i]),o0?Array.from(t.media):void 0};return a})}function uNt(e,t,n){return yV(e,{serializationContext:n,parentNodePrivacyLevel:t.defaultPrivacyLevel,configuration:t})}function yV(e,t){var n=cNt(e,t);if(!n)return null;var r=Ad(e)||yNt(),a=n;return a.id=r,rNt(e,r),t.serializedNodeIds&&t.serializedNodeIds.add(r),a}function cNt(e,t){switch(e.nodeType){case e.DOCUMENT_NODE:return dNt(e,t);case e.DOCUMENT_FRAGMENT_NODE:return pNt(e,t);case e.DOCUMENT_TYPE_NODE:return fNt(e);case e.ELEMENT_NODE:return hNt(e,t);case e.TEXT_NODE:return mNt(e,t);case e.CDATA_SECTION_NODE:return gNt()}}function dNt(e,t){return{type:ES.Document,childNodes:Xfe(e,t),adoptedStyleSheets:JHe(e.adoptedStyleSheets)}}function fNt(e){return{type:ES.DocumentType,name:e.name,publicId:e.publicId,systemId:e.systemId}}function pNt(e,t){var n=[];e.childNodes.length&&(n=Xfe(e,t));var r=zfe(e);return r&&t.serializationContext.shadowRootsController.addShadowRoot(e),{type:ES.DocumentFragment,childNodes:n,isShadowRoot:r,adoptedStyleSheets:r?JHe(e.adoptedStyleSheets):void 0}}function hNt(e,t){var n,r=tGe(e.tagName),a=SNt(e)||void 0,i=XHe(ZHe(e),t.parentNodePrivacyLevel);if(i===Sa.HIDDEN){var o=e.getBoundingClientRect(),s=o.width,l=o.height;return{type:ES.Element,tagName:r,attributes:(n={rr_width:"".concat(s,"px"),rr_height:"".concat(l,"px")},n[qfe]=KHe,n),childNodes:[],isSVG:a}}if(i!==Sa.IGNORE){var u=_Nt(e,i,t),c=[];if(e.childNodes.length){var d=void 0;t.parentNodePrivacyLevel===i&&t.ignoreWhiteSpace===(r==="head")?d=t:d=ti({},t,{parentNodePrivacyLevel:i,ignoreWhiteSpace:r==="head"}),c=Xfe(e,d)}if(mV(e)){var f=yV(e.shadowRoot,t);f!==null&&c.push(f)}return{type:ES.Element,tagName:r,attributes:u,childNodes:c,isSVG:a}}}function mNt(e,t){var n,r=(n=e.parentElement)===null||n===void 0?void 0:n.tagName,a=QHe(e,t.ignoreWhiteSpace||!1,t.parentNodePrivacyLevel);if(a)return{type:ES.Text,textContent:a,isStyle:r==="STYLE"?!0:void 0}}function gNt(){return{type:ES.CDATA,textContent:""}}function Xfe(e,t){var n=[];return e.childNodes.forEach(function(r){var a=yV(r,t);a&&n.push(a)}),n}function eGe(e,t,n,r){if(t===Sa.HIDDEN)return null;var a=e.getAttribute(n);if(t===Sa.MASK&&n!==qfe&&!LHe.includes(n)&&n!==r.actionNameAttribute){var i=e.tagName;switch(n){case"title":case"alt":case"placeholder":return q1}if((i==="IMG"||i==="SOURCE")&&(n==="src"||n==="srcset"))return XRt;if(i==="A"&&n==="href"||a&&pV(n,"data-"))return q1}return!a||typeof a!="string"?a:a.length>QRt&&a.slice(0,5)==="data:"?"data:truncated":a}var vNt=1;function yNt(){return vNt++}var bNt=/[^a-z1-6-_]/;function tGe(e){var t=e.toLowerCase().trim();return bNt.test(t)?"div":t}function Lne(e){try{var t=e.rules||e.cssRules;if(t){var n=Array.from(t,xNt).join("");return sNt(n,e.href)}return null}catch{return null}}function xNt(e){return wNt(e)?Lne(e.styleSheet)||"":e.cssText}function wNt(e){return"styleSheet"in e}function SNt(e){return e.tagName==="svg"||e instanceof SVGElement}function _Nt(e,t,n){var r;if(t===Sa.HIDDEN)return{};for(var a={},i=tGe(e.tagName),o=e.ownerDocument,s=0;snTe||Math.abs(e.pageLeft-e.offsetLeft-window.scrollX)>nTe}var NNt=function(e,t){var n=window.visualViewport,r={layoutViewportX:e,layoutViewportY:t,visualViewportX:e,visualViewportY:t};if(n)RNt()?(r.layoutViewportX=Math.round(e+n.offsetLeft),r.layoutViewportY=Math.round(t+n.offsetTop)):(r.visualViewportX=Math.round(e-n.offsetLeft),r.visualViewportY=Math.round(t-n.offsetTop));else return r;return r},iGe=function(){var e=window.visualViewport;return{scale:e.scale,offsetLeft:e.offsetLeft,offsetTop:e.offsetTop,pageLeft:e.pageLeft,pageTop:e.pageTop,height:e.height,width:e.width}};function oGe(){var e,t=window.visualViewport;return t?e=t.pageLeft-t.offsetLeft:window.scrollX!==void 0?e=window.scrollX:e=window.pageXOffset||0,Math.round(e)}function sGe(){var e,t=window.visualViewport;return t?e=t.pageTop-t.offsetTop:window.scrollY!==void 0?e=window.scrollY:e=window.pageYOffset||0,Math.round(e)}var $h,DNt=50,MNt=100,$Nt=200,yK=new WeakMap,LNt=1;function lGe(e){return yK.has(e)||yK.set(e,LNt++),yK.get(e)}function jNt(e){var t=FNt(e.mutationCb,e.configuration,e.shadowRootsController),n=BNt(e.mousemoveCb),r=zNt(e.mouseInteractionCb,e.configuration.defaultPrivacyLevel),a=UNt(e.scrollCb,e.configuration.defaultPrivacyLevel,e.elementsScrollPositions),i=VNt(e.viewportResizeCb),o=cGe(e.inputCb,e.configuration.defaultPrivacyLevel),s=GNt(e.mediaInteractionCb,e.configuration.defaultPrivacyLevel),l=HNt(e.styleSheetCb),u=WNt(e.focusCb),c=qNt(e.visualViewportResizeCb),d=YNt(e.lifeCycle,e.frustrationCb);return{flush:function(){t.flush()},stop:function(){t.stop(),n(),r(),a(),i(),o(),s(),l(),u(),c(),d()}}}function FNt(e,t,n){return rGe(e,t,n,document)}function BNt(e){var t=NI(jn(function(n){var r=j3(n);if($g(r)){var a=uGe(n);if(!a)return;var i={id:Ad(r),timeOffset:0,x:a.x,y:a.y};e([i],nGe(n)?ov.TouchMove:ov.MouseMove)}}),DNt,{trailing:!1}).throttled;return Gf(document,["mousemove","touchmove"],t,{capture:!0,passive:!0}).stop}var rTe=($h={},$h.pointerup=Bh.MouseUp,$h.mousedown=Bh.MouseDown,$h.click=Bh.Click,$h.contextmenu=Bh.ContextMenu,$h.dblclick=Bh.DblClick,$h.focus=Bh.Focus,$h.blur=Bh.Blur,$h.touchstart=Bh.TouchStart,$h.touchend=Bh.TouchEnd,$h);function zNt(e,t){var n=function(r){var a=j3(r);if(!(vy(a,t)===Sa.HIDDEN||!$g(a))){var i=Ad(a),o=rTe[r.type],s;if(o!==Bh.Blur&&o!==Bh.Focus){var l=uGe(r);if(!l)return;s={id:i,type:o,x:l.x,y:l.y}}else s={id:i,type:o};var u=ti({id:lGe(r)},s1(ov.MouseInteraction,s));e(u)}};return Gf(document,Object.keys(rTe),n,{capture:!0,passive:!0}).stop}function uGe(e){var t=nGe(e)?e.changedTouches[0]:e,n=t.clientX,r=t.clientY;if(window.visualViewport){var a=NNt(n,r),i=a.visualViewportX,o=a.visualViewportY;n=i,r=o}if(!Number.isFinite(n)||!Number.isFinite(r)){e.isTrusted&&M3("mouse/touch event without x/y");return}return{x:n,y:r}}function UNt(e,t,n){var r=NI(jn(function(a){var i=j3(a);if(!(!i||vy(i,t)===Sa.HIDDEN||!$g(i))){var o=Ad(i),s=i===document?{scrollTop:sGe(),scrollLeft:oGe()}:{scrollTop:Math.round(i.scrollTop),scrollLeft:Math.round(i.scrollLeft)};n.set(i,s),e({id:o,x:s.scrollLeft,y:s.scrollTop})}}),MNt).throttled;return Zu(document,"scroll",r,{capture:!0,passive:!0}).stop}function VNt(e){return kHe().subscribe(e).unsubscribe}function cGe(e,t,n){var r=n===void 0?{}:n,a=r.domEvents,i=a===void 0?["input","change"]:a,o=r.target,s=o===void 0?document:o,l=new WeakMap;function u(p){var g=vy(p,t);if(g!==Sa.HIDDEN){var v=p.type,m;if(v==="radio"||v==="checkbox"){if(vV(p,g))return;m={isChecked:p.checked}}else{var y=Kfe(p,g);if(y===void 0)return;m={text:y}}c(p,m);var b=p.name;v==="radio"&&b&&p.checked&&ENt(document.querySelectorAll('input[type="radio"][name="'.concat(b,'"]')),function(x){x!==p&&c(x,{isChecked:!1})})}}function c(p,g){if($g(p)){var v=l.get(p);(!v||v.text!==g.text||v.isChecked!==g.isChecked)&&(l.set(p,g),e(ti({id:Ad(p)},g)))}}var d=Gf(s,i,function(p){var g=j3(p);(g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement||g instanceof HTMLSelectElement)&&u(g)},{capture:!0,passive:!0}).stop,f=[Tk(HTMLInputElement.prototype,"value",u),Tk(HTMLInputElement.prototype,"checked",u),Tk(HTMLSelectElement.prototype,"value",u),Tk(HTMLTextAreaElement.prototype,"value",u),Tk(HTMLSelectElement.prototype,"selectedIndex",u)];return function(){f.forEach(function(p){return p.stop()}),d()}}function HNt(e){function t(a,i){a&&$g(a.ownerNode)&&i(Ad(a.ownerNode))}var n=[Of(CSSStyleSheet.prototype,"insertRule",{before:function(a,i){t(this,function(o){return e({id:o,adds:[{rule:a,index:i}]})})}}),Of(CSSStyleSheet.prototype,"deleteRule",{before:function(a){t(this,function(i){return e({id:i,removes:[{index:a}]})})}})];typeof CSSGroupingRule<"u"?r(CSSGroupingRule):(r(CSSMediaRule),r(CSSSupportsRule));function r(a){n.push(Of(a.prototype,"insertRule",{before:function(i,o){var s=this;t(this.parentStyleSheet,function(l){var u=tTe(s);u&&(u.push(o||0),e({id:l,adds:[{rule:i,index:u}]}))})}}),Of(a.prototype,"deleteRule",{before:function(i){var o=this;t(this.parentStyleSheet,function(s){var l=tTe(o);l&&(l.push(i),e({id:s,removes:[{index:l}]}))})}}))}return function(){return n.forEach(function(a){return a.stop()})}}function GNt(e,t){var n=function(r){var a=j3(r);!a||vy(a,t)===Sa.HIDDEN||!$g(a)||e({id:Ad(a),type:r.type==="play"?JEe.Play:JEe.Pause})};return Gf(document,["play","pause"],n,{capture:!0,passive:!0}).stop}function WNt(e){return Gf(window,["focus","blur"],function(){e({has_focus:document.hasFocus()})}).stop}function qNt(e){if(!window.visualViewport)return nc;var t=NI(jn(function(){e(iGe())}),$Nt,{trailing:!1}),n=t.throttled,r=t.cancel,a=Gf(window.visualViewport,["resize","scroll"],n,{capture:!0,passive:!0}).stop;return function(){a(),r()}}function YNt(e,t){return e.subscribe(10,function(n){var r,a,i;n.rawRumEvent.type==="action"&&n.rawRumEvent.action.type==="click"&&(!((a=(r=n.rawRumEvent.action.frustration)===null||r===void 0?void 0:r.type)===null||a===void 0)&&a.length)&&"events"in n.domainContext&&(!((i=n.domainContext.events)===null||i===void 0)&&i.length)&&t({timestamp:n.rawRumEvent.date,type:Xh.FrustrationRecord,data:{frustrationTypes:n.rawRumEvent.action.frustration.type,recordIds:n.domainContext.events.map(function(o){return lGe(o)})}})}).unsubscribe}function j3(e){return e.composed===!0&&mV(e.target)?e.composedPath()[0]:e.target}function KNt(){var e=new WeakMap;return{set:function(t,n){t===document&&!document.scrollingElement||e.set(t===document?document.scrollingElement:t,n)},get:function(t){return e.get(t)},has:function(t){return e.has(t)}}}var XNt=function(e,t){var n=t.mutationCb,r=t.inputCb,a=new Map,i={addShadowRoot:function(o){var s=rGe(n,e,i,o),l=s.stop,u=s.flush,c=cGe(r,e.defaultPrivacyLevel,{target:o,domEvents:["change"]});a.set(o,{flush:u,stop:function(){l(),c()}})},removeShadowRoot:function(o){var s=a.get(o);if(!s){M3("no shadow root in map",{shadowRoot:o?o.nodeName:"no node name",childrenLength:o?o.childElementCount:"-1",controllerByShadowRootSize:a.size,html:o&&Qp("shadow_dom_debug")?o.innerHTML.substring(0,2e3):void 0});return}s.stop(),a.delete(o)},stop:function(){a.forEach(function(o){var s=o.stop;return s()})},flush:function(){a.forEach(function(o){var s=o.flush;return s()})}};return i};function ZNt(e){var t=e.emit;if(!t)throw new Error("emit function is required");var n=KNt(),r=function(d){t(s1(ov.Mutation,d))},a=function(d){return t(s1(ov.Input,d))},i=XNt(e.configuration,{mutationCb:r,inputCb:a}),o=function(d,f){d===void 0&&(d=Sl()),f===void 0&&(f={status:0,elementsScrollPositions:n,shadowRootsController:i});var p=Ufe(),g=p.width,v=p.height;t({data:{height:v,href:window.location.href,width:g},type:Xh.Meta,timestamp:d}),t({data:{has_focus:document.hasFocus()},type:Xh.Focus,timestamp:d}),t({data:{node:uNt(document,e.configuration,f),initialOffset:{left:oGe(),top:sGe()}},type:Xh.FullSnapshot,timestamp:d}),window.visualViewport&&t({data:iGe(),type:Xh.VisualViewport,timestamp:d})};o();var s=jNt({lifeCycle:e.lifeCycle,configuration:e.configuration,elementsScrollPositions:n,inputCb:a,mediaInteractionCb:function(d){return t(s1(ov.MediaInteraction,d))},mouseInteractionCb:function(d){return t(d)},mousemoveCb:function(d,f){return t(s1(f,{positions:d}))},mutationCb:r,scrollCb:function(d){return t(s1(ov.Scroll,d))},styleSheetCb:function(d){return t(s1(ov.StyleSheetRule,d))},viewportResizeCb:function(d){return t(s1(ov.ViewportResize,d))},frustrationCb:function(d){return t(d)},focusCb:function(d){return t({data:d,type:Xh.Focus,timestamp:Sl()})},visualViewportResizeCb:function(d){t({data:d,type:Xh.VisualViewport,timestamp:Sl()})},shadowRootsController:i}),l=s.stop,u=s.flush;function c(){i.flush(),u()}return{stop:function(){i.stop(),l()},takeSubsequentFullSnapshot:function(d){c(),o(d,{shadowRootsController:i,status:1,elementsScrollPositions:n})},flushMutations:c,shadowRootsController:i}}function QNt(e,t,n){var r=new FormData;return r.append("segment",new Blob([e],{type:"application/octet-stream"}),"".concat(t.session.id,"-").concat(t.start)),dGe(t,function(a,i){return r.append(a,i)}),r.append("raw_segment_size",n.toString()),{data:r,bytesCount:e.byteLength}}function dGe(e,t,n){n===void 0&&(n=""),Ife(e).forEach(function(r){var a=r[0],i=r[1];typeof i=="object"&&i!==null?dGe(i,t,"".concat(n).concat(a,".")):t("".concat(n).concat(a),String(i))})}var JNt=10,Pc;function eDt(e){return bV(e).segments_count}function tDt(e){bV(e).segments_count+=1}function aTe(e){bV(e).records_count+=1}function nDt(e,t){bV(e).segments_total_raw_size+=t}function rDt(e){return Pc==null?void 0:Pc.get(e)}function bV(e){Pc||(Pc=new Map);var t;return Pc.has(e)?t=Pc.get(e):(t={records_count:0,segments_count:0,segments_total_raw_size:0},Pc.set(e,t),Pc.size>JNt&&aDt()),t}function aDt(){if(Pc)if(Pc.keys)Pc.delete(Pc.keys().next().value);else{var e=!0;Pc.forEach(function(t,n){e&&(Pc.delete(n),e=!1)})}}var iDt=0,oDt=function(){function e(t,n,r,a,i,o){var s=this;this.worker=t,this.id=iDt++;var l=n.view.id;this.metadata=ti({start:a.timestamp,end:a.timestamp,creation_reason:r,records_count:1,has_full_snapshot:a.type===Xh.FullSnapshot,index_in_view:eDt(l),source:"browser"},n),tDt(l),aTe(l);var u=jn(function(c){var d=c.data;d.type==="errored"||d.type==="initialized"||(d.id===s.id?(nDt(l,d.additionalBytesCount),d.type==="flushed"?(o(d.result,d.rawBytesCount),t.removeEventListener("message",u)):i(d.compressedBytesCount)):d.id>s.id&&(t.removeEventListener("message",u),M3("Segment did not receive a 'flush' response before being replaced.")))});t.addEventListener("message",u),I9("record",{record:a,segment:this.metadata}),this.worker.postMessage({data:'{"records":['.concat(JSON.stringify(a)),id:this.id,action:"write"})}return e.prototype.addRecord=function(t){var n;this.metadata.start=Math.min(this.metadata.start,t.timestamp),this.metadata.end=Math.max(this.metadata.end,t.timestamp),this.metadata.records_count+=1,aTe(this.metadata.view.id),(n=this.metadata).has_full_snapshot||(n.has_full_snapshot=t.type===Xh.FullSnapshot),I9("record",{record:t,segment:this.metadata}),this.worker.postMessage({data:",".concat(JSON.stringify(t)),id:this.id,action:"write"})},e.prototype.flush=function(t){this.worker.postMessage({data:"],".concat(JSON.stringify(this.metadata).slice(1),` -`),id:this.id,action:"flush"}),this.flushReason=t},e}(),sDt=30*ih,fGe=6e4;function lDt(e,t,n,r,a,i){return uDt(e,function(){return cDt(t,n,r)},a,i)}function uDt(e,t,n,r){var a={status:0,nextSegmentCreationReason:"init"},i=e.subscribe(2,function(){s("view_change")}).unsubscribe,o=e.subscribe(9,function(u){s(u.reason)}).unsubscribe;function s(u){a.status===1&&(a.segment.flush(u),clearTimeout(a.expirationTimeoutId)),u!=="stop"?a={status:0,nextSegmentCreationReason:u}:a={status:2}}function l(u,c){var d=t();if(d){var f=new oDt(r,d,u,c,function(p){!f.flushReason&&p>fGe&&s("segment_bytes_limit")},function(p,g){var v=QNt(p,f.metadata,g);f.flushReason==="visibility_hidden"||f.flushReason==="before_unload"?n.sendOnExit(v):n.send(v)});a={status:1,segment:f,expirationTimeoutId:setTimeout(jn(function(){s("segment_duration_limit")}),sDt)}}}return{addRecord:function(u){switch(a.status){case 0:l(a.nextSegmentCreationReason,u);break;case 1:a.segment.addRecord(u);break}},stop:function(){s("stop"),i(),o()}}}function cDt(e,t,n){var r=t.findTrackedSession(),a=n.findView();if(!(!r||!a))return{application:{id:e},session:{id:r.id},view:{id:a.id}}}var bK;function pGe(){return bK||(bK=URL.createObjectURL(new Blob(["(".concat(dDt,")(self)")]))),new Worker(bK)}function dDt(){e(function(){var n=t(),r=n.Deflate,a=n.constants,i=n.string2buf,o=new r,s=0;self.addEventListener("message",e(function(u){var c=u.data;switch(c.action){case"init":self.postMessage({type:"initialized"});break;case"write":{var d=l(c.data);self.postMessage({type:"wrote",id:c.id,compressedBytesCount:o.chunks.reduce(function(f,p){return f+p.length},0),additionalBytesCount:d});break}case"flush":{var d=c.data?l(c.data):0;o.push("",a.Z_FINISH),self.postMessage({type:"flushed",id:c.id,result:o.result,additionalBytesCount:d,rawBytesCount:s}),o=new r,s=0;break}}}));function l(u){var c=i(u);return o.push(c,a.Z_SYNC_FLUSH),s+=c.length,c.length}})();function e(n){return function(){try{return n.apply(this,arguments)}catch(r){try{self.postMessage({type:"errored",error:r})}catch{self.postMessage({type:"errored",error:"".concat(r)})}}}}function t(){var n=4,r=0,a=1,i=2;function o(gt){for(var ee=gt.length;--ee>=0;)gt[ee]=0}var s=0,l=1,u=2,c=3,d=258,f=29,p=256,g=p+1+f,v=30,m=19,y=2*g+1,b=15,x=16,w=7,S=256,_=16,T=17,C=18,A=new Uint8Array([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0]),k=new Uint8Array([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13]),I=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7]),R=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),L=512,N=new Array((g+2)*2);o(N);var j=new Array(v*2);o(j);var B=new Array(L);o(B);var U=new Array(d-c+1);o(U);var W=new Array(f);o(W);var z=new Array(v);o(z);function H(gt,ee,ze,Ke,qe){this.static_tree=gt,this.extra_bits=ee,this.extra_base=ze,this.elems=Ke,this.max_length=qe,this.has_stree=gt&>.length}var G,Z,J;function Y(gt,ee){this.dyn_tree=gt,this.max_code=0,this.stat_desc=ee}var ne=function(ee){return ee<256?B[ee]:B[256+(ee>>>7)]},V=function(ee,ze){ee.pending_buf[ee.pending++]=ze&255,ee.pending_buf[ee.pending++]=ze>>>8&255},X=function(ee,ze,Ke){ee.bi_valid>x-Ke?(ee.bi_buf|=ze<>x-ee.bi_valid,ee.bi_valid+=Ke-x):(ee.bi_buf|=ze<>>=1,Ke<<=1;while(--ze>0);return Ke>>>1},ie=function(ee){ee.bi_valid===16?(V(ee,ee.bi_buf),ee.bi_buf=0,ee.bi_valid=0):ee.bi_valid>=8&&(ee.pending_buf[ee.pending++]=ee.bi_buf&255,ee.bi_buf>>=8,ee.bi_valid-=8)},he=function(ee,ze){var Ke=ze.dyn_tree,qe=ze.max_code,Pe=ze.stat_desc.static_tree,Xt=ze.stat_desc.has_stree,_t=ze.stat_desc.extra_bits,qt=ze.stat_desc.extra_base,pr=ze.stat_desc.max_length,An,Ao,nl,ma,Bi,tf,Vm=0;for(ma=0;ma<=b;ma++)ee.bl_count[ma]=0;for(Ke[ee.heap[ee.heap_max]*2+1]=0,An=ee.heap_max+1;Anpr&&(ma=pr,Vm++),Ke[Ao*2+1]=ma,!(Ao>qe)&&(ee.bl_count[ma]++,Bi=0,Ao>=qt&&(Bi=_t[Ao-qt]),tf=Ke[Ao*2],ee.opt_len+=tf*(ma+Bi),Xt&&(ee.static_len+=tf*(Pe[Ao*2+1]+Bi)));if(Vm!==0){do{for(ma=pr-1;ee.bl_count[ma]===0;)ma--;ee.bl_count[ma]--,ee.bl_count[ma+1]+=2,ee.bl_count[pr]--,Vm-=2}while(Vm>0);for(ma=pr;ma!==0;ma--)for(Ao=ee.bl_count[ma];Ao!==0;)nl=ee.heap[--An],!(nl>qe)&&(Ke[nl*2+1]!==ma&&(ee.opt_len+=(ma-Ke[nl*2+1])*Ke[nl*2],Ke[nl*2+1]=ma),Ao--)}},fe=function(ee,ze,Ke){var qe=new Array(b+1),Pe=0,Xt,_t;for(Xt=1;Xt<=b;Xt++)qe[Xt]=Pe=Pe+Ke[Xt-1]<<1;for(_t=0;_t<=ze;_t++){var qt=ee[_t*2+1];qt!==0&&(ee[_t*2]=oe(qe[qt]++,qt))}},we=function(){var ee,ze,Ke,qe,Pe,Xt=new Array(b+1);for(Ke=0,qe=0;qe>=7;qe8?V(ee,ee.bi_buf):ee.bi_valid>0&&(ee.pending_buf[ee.pending++]=ee.bi_buf),ee.bi_buf=0,ee.bi_valid=0},pe=function(ee,ze,Ke,qe){de(ee),qe&&(V(ee,Ke),V(ee,~Ke)),ee.pending_buf.set(ee.window.subarray(ze,ze+Ke),ee.pending),ee.pending+=Ke},_e=function(ee,ze,Ke,qe){var Pe=ze*2,Xt=Ke*2;return ee[Pe]>1;_t>=1;_t--)te(ee,Ke,_t);An=Xt;do _t=ee.heap[1],ee.heap[1]=ee.heap[ee.heap_len--],te(ee,Ke,1),qt=ee.heap[1],ee.heap[--ee.heap_max]=_t,ee.heap[--ee.heap_max]=qt,Ke[An*2]=Ke[_t*2]+Ke[qt*2],ee.depth[An]=(ee.depth[_t]>=ee.depth[qt]?ee.depth[_t]:ee.depth[qt])+1,Ke[_t*2+1]=Ke[qt*2+1]=An,ee.heap[1]=An++,te(ee,Ke,1);while(ee.heap_len>=2);ee.heap[--ee.heap_max]=ee.heap[1],he(ee,ze),fe(Ke,pr,ee.bl_count)},ve=function(ee,ze,Ke){var qe,Pe=-1,Xt,_t=ze[0*2+1],qt=0,pr=7,An=4;for(_t===0&&(pr=138,An=3),ze[(Ke+1)*2+1]=65535,qe=0;qe<=Ke;qe++)Xt=_t,_t=ze[(qe+1)*2+1],!(++qt=3&&ee.bl_tree[R[ze]*2+1]===0;ze--);return ee.opt_len+=3*(ze+1)+5+5+4,ze},Ee=function(ee,ze,Ke,qe){var Pe;for(X(ee,ze-257,5),X(ee,Ke-1,5),X(ee,qe-4,4),Pe=0;Pe>>=1)if(ze&1&&ee.dyn_ltree[Ke*2]!==0)return r;if(ee.dyn_ltree[9*2]!==0||ee.dyn_ltree[10*2]!==0||ee.dyn_ltree[13*2]!==0)return a;for(Ke=32;Ke0?(ee.strm.data_type===i&&(ee.strm.data_type=Ye(ee)),se(ee,ee.l_desc),se(ee,ee.d_desc),_t=Ce(ee),Pe=ee.opt_len+3+7>>>3,Xt=ee.static_len+3+7>>>3,Xt<=Pe&&(Pe=Xt)):Pe=Xt=Ke+5,Ke+4<=Pe&&ze!==-1?st(ee,ze,Ke,qe):ee.strategy===n||Xt===Pe?(X(ee,(l<<1)+(qe?1:0),3),ce(ee,N,j)):(X(ee,(u<<1)+(qe?1:0),3),Ee(ee,ee.l_desc.max_code+1,ee.d_desc.max_code+1,_t+1),ce(ee,ee.dyn_ltree,ee.dyn_dtree)),Ie(ee),qe&&de(ee)},En=function(ee,ze,Ke){return ee.pending_buf[ee.d_buf+ee.last_lit*2]=ze>>>8&255,ee.pending_buf[ee.d_buf+ee.last_lit*2+1]=ze&255,ee.pending_buf[ee.l_buf+ee.last_lit]=Ke&255,ee.last_lit++,ze===0?ee.dyn_ltree[Ke*2]++:(ee.matches++,ze--,ee.dyn_ltree[(U[Ke]+p+1)*2]++,ee.dyn_dtree[ne(ze)*2]++),ee.last_lit===ee.lit_bufsize-1},Wt=bt,wt=st,dt=Rt,hn=En,Qn=mt,Zt={_tr_init:Wt,_tr_stored_block:wt,_tr_flush_block:dt,_tr_tally:hn,_tr_align:Qn},Qr=function(ee,ze,Ke,qe){for(var Pe=ee&65535|0,Xt=ee>>>16&65535|0,_t=0;Ke!==0;){_t=Ke>2e3?2e3:Ke,Ke-=_t;do Pe=Pe+ze[qe++]|0,Xt=Xt+Pe|0;while(--_t);Pe%=65521,Xt%=65521}return Pe|Xt<<16|0},pa=Qr,Jr=function(){for(var ee,ze=[],Ke=0;Ke<256;Ke++){ee=Ke;for(var qe=0;qe<8;qe++)ee=ee&1?3988292384^ee>>>1:ee>>>1;ze[Ke]=ee}return ze},Ii=new Uint32Array(Jr()),Za=function(ee,ze,Ke,qe){var Pe=Ii,Xt=qe+Ke;ee^=-1;for(var _t=qe;_t>>8^Pe[(ee^ze[_t])&255];return ee^-1},Qa=Za,ra={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},kn={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8},so=Zt._tr_init,lo=Zt._tr_stored_block,ns=Zt._tr_flush_block,vr=Zt._tr_tally,ha=Zt._tr_align,Fi=kn.Z_NO_FLUSH,Qs=kn.Z_PARTIAL_FLUSH,uo=kn.Z_FULL_FLUSH,ci=kn.Z_FINISH,Ds=kn.Z_BLOCK,Se=kn.Z_OK,je=kn.Z_STREAM_END,Re=kn.Z_STREAM_ERROR,Le=kn.Z_DATA_ERROR,Fe=kn.Z_BUF_ERROR,Ve=kn.Z_DEFAULT_COMPRESSION,Me=kn.Z_FILTERED,ft=kn.Z_HUFFMAN_ONLY,nt=kn.Z_RLE,rt=kn.Z_FIXED,Ze=kn.Z_DEFAULT_STRATEGY,Ct=kn.Z_UNKNOWN,Mt=kn.Z_DEFLATED,en=9,Tt=15,jt=8,_n=29,zr=256,_r=zr+1+_n,Tn=30,Go=19,rs=2*_r+1,Wo=15,er=3,Dr=258,Vr=Dr+er+1,qo=32,co=42,Bu=69,Pl=73,Rl=91,Yo=103,vs=113,uu=666,aa=1,Ut=2,ut=3,Ge=4,Je=3,at=function(ee,ze){return ee.msg=ra[ze],ze},ht=function(ee){return(ee<<1)-(ee>4?9:0)},yt=function(ee){for(var ze=ee.length;--ze>=0;)ee[ze]=0},Vt=function(ee,ze,Ke){return(ze<ee.avail_out&&(Ke=ee.avail_out),Ke!==0&&(ee.output.set(ze.pending_buf.subarray(ze.pending_out,ze.pending_out+Ke),ee.next_out),ee.next_out+=Ke,ze.pending_out+=Ke,ee.total_out+=Ke,ee.avail_out-=Ke,ze.pending-=Ke,ze.pending===0&&(ze.pending_out=0))},St=function(ee,ze){ns(ee,ee.block_start>=0?ee.block_start:-1,ee.strstart-ee.block_start,ze),ee.block_start=ee.strstart,Cn(ee.strm)},xn=function(ee,ze){ee.pending_buf[ee.pending++]=ze},Ta=function(ee,ze){ee.pending_buf[ee.pending++]=ze>>>8&255,ee.pending_buf[ee.pending++]=ze&255},fo=function(ee,ze,Ke,qe){var Pe=ee.avail_in;return Pe>qe&&(Pe=qe),Pe===0?0:(ee.avail_in-=Pe,ze.set(ee.input.subarray(ee.next_in,ee.next_in+Pe),Ke),ee.state.wrap===1?ee.adler=pa(ee.adler,ze,Pe,Ke):ee.state.wrap===2&&(ee.adler=Qa(ee.adler,ze,Pe,Ke)),ee.next_in+=Pe,ee.total_in+=Pe,Pe)},Ha=function(ee,ze){var Ke=ee.max_chain_length,qe=ee.strstart,Pe,Xt,_t=ee.prev_length,qt=ee.nice_match,pr=ee.strstart>ee.w_size-Vr?ee.strstart-(ee.w_size-Vr):0,An=ee.window,Ao=ee.w_mask,nl=ee.prev,ma=ee.strstart+Dr,Bi=An[qe+_t-1],tf=An[qe+_t];ee.prev_length>=ee.good_match&&(Ke>>=2),qt>ee.lookahead&&(qt=ee.lookahead);do if(Pe=ze,!(An[Pe+_t]!==tf||An[Pe+_t-1]!==Bi||An[Pe]!==An[qe]||An[++Pe]!==An[qe+1])){qe+=2,Pe++;do;while(An[++qe]===An[++Pe]&&An[++qe]===An[++Pe]&&An[++qe]===An[++Pe]&&An[++qe]===An[++Pe]&&An[++qe]===An[++Pe]&&An[++qe]===An[++Pe]&&An[++qe]===An[++Pe]&&An[++qe]===An[++Pe]&&qe_t){if(ee.match_start=ze,_t=Xt,Xt>=qt)break;Bi=An[qe+_t-1],tf=An[qe+_t]}}while((ze=nl[ze&Ao])>pr&&--Ke!==0);return _t<=ee.lookahead?_t:ee.lookahead},Ai=function(ee){var ze=ee.w_size,Ke,qe,Pe,Xt,_t;do{if(Xt=ee.window_size-ee.lookahead-ee.strstart,ee.strstart>=ze+(ze-Vr)){ee.window.set(ee.window.subarray(ze,ze+ze),0),ee.match_start-=ze,ee.strstart-=ze,ee.block_start-=ze,qe=ee.hash_size,Ke=qe;do Pe=ee.head[--Ke],ee.head[Ke]=Pe>=ze?Pe-ze:0;while(--qe);qe=ze,Ke=qe;do Pe=ee.prev[--Ke],ee.prev[Ke]=Pe>=ze?Pe-ze:0;while(--qe);Xt+=ze}if(ee.strm.avail_in===0)break;if(qe=fo(ee.strm,ee.window,ee.strstart+ee.lookahead,Xt),ee.lookahead+=qe,ee.lookahead+ee.insert>=er)for(_t=ee.strstart-ee.insert,ee.ins_h=ee.window[_t],ee.ins_h=pn(ee,ee.ins_h,ee.window[_t+1]);ee.insert&&(ee.ins_h=pn(ee,ee.ins_h,ee.window[_t+er-1]),ee.prev[_t&ee.w_mask]=ee.head[ee.ins_h],ee.head[ee.ins_h]=_t,_t++,ee.insert--,!(ee.lookahead+ee.insertee.pending_buf_size-5&&(Ke=ee.pending_buf_size-5);;){if(ee.lookahead<=1){if(Ai(ee),ee.lookahead===0&&ze===Fi)return aa;if(ee.lookahead===0)break}ee.strstart+=ee.lookahead,ee.lookahead=0;var qe=ee.block_start+Ke;if((ee.strstart===0||ee.strstart>=qe)&&(ee.lookahead=ee.strstart-qe,ee.strstart=qe,St(ee,!1),ee.strm.avail_out===0)||ee.strstart-ee.block_start>=ee.w_size-Vr&&(St(ee,!1),ee.strm.avail_out===0))return aa}return ee.insert=0,ze===ci?(St(ee,!0),ee.strm.avail_out===0?ut:Ge):(ee.strstart>ee.block_start&&(St(ee,!1),ee.strm.avail_out===0),aa)},Js=function(ee,ze){for(var Ke,qe;;){if(ee.lookahead=er&&(ee.ins_h=pn(ee,ee.ins_h,ee.window[ee.strstart+er-1]),Ke=ee.prev[ee.strstart&ee.w_mask]=ee.head[ee.ins_h],ee.head[ee.ins_h]=ee.strstart),Ke!==0&&ee.strstart-Ke<=ee.w_size-Vr&&(ee.match_length=Ha(ee,Ke)),ee.match_length>=er)if(qe=vr(ee,ee.strstart-ee.match_start,ee.match_length-er),ee.lookahead-=ee.match_length,ee.match_length<=ee.max_lazy_match&&ee.lookahead>=er){ee.match_length--;do ee.strstart++,ee.ins_h=pn(ee,ee.ins_h,ee.window[ee.strstart+er-1]),Ke=ee.prev[ee.strstart&ee.w_mask]=ee.head[ee.ins_h],ee.head[ee.ins_h]=ee.strstart;while(--ee.match_length!==0);ee.strstart++}else ee.strstart+=ee.match_length,ee.match_length=0,ee.ins_h=ee.window[ee.strstart],ee.ins_h=pn(ee,ee.ins_h,ee.window[ee.strstart+1]);else qe=vr(ee,0,ee.window[ee.strstart]),ee.lookahead--,ee.strstart++;if(qe&&(St(ee,!1),ee.strm.avail_out===0))return aa}return ee.insert=ee.strstart=er&&(ee.ins_h=pn(ee,ee.ins_h,ee.window[ee.strstart+er-1]),Ke=ee.prev[ee.strstart&ee.w_mask]=ee.head[ee.ins_h],ee.head[ee.ins_h]=ee.strstart),ee.prev_length=ee.match_length,ee.prev_match=ee.match_start,ee.match_length=er-1,Ke!==0&&ee.prev_length4096)&&(ee.match_length=er-1)),ee.prev_length>=er&&ee.match_length<=ee.prev_length){Pe=ee.strstart+ee.lookahead-er,qe=vr(ee,ee.strstart-1-ee.prev_match,ee.prev_length-er),ee.lookahead-=ee.prev_length-1,ee.prev_length-=2;do++ee.strstart<=Pe&&(ee.ins_h=pn(ee,ee.ins_h,ee.window[ee.strstart+er-1]),Ke=ee.prev[ee.strstart&ee.w_mask]=ee.head[ee.ins_h],ee.head[ee.ins_h]=ee.strstart);while(--ee.prev_length!==0);if(ee.match_available=0,ee.match_length=er-1,ee.strstart++,qe&&(St(ee,!1),ee.strm.avail_out===0))return aa}else if(ee.match_available){if(qe=vr(ee,0,ee.window[ee.strstart-1]),qe&&St(ee,!1),ee.strstart++,ee.lookahead--,ee.strm.avail_out===0)return aa}else ee.match_available=1,ee.strstart++,ee.lookahead--}return ee.match_available&&(qe=vr(ee,0,ee.window[ee.strstart-1]),ee.match_available=0),ee.insert=ee.strstart=er&&ee.strstart>0&&(Pe=ee.strstart-1,qe=_t[Pe],qe===_t[++Pe]&&qe===_t[++Pe]&&qe===_t[++Pe])){Xt=ee.strstart+Dr;do;while(qe===_t[++Pe]&&qe===_t[++Pe]&&qe===_t[++Pe]&&qe===_t[++Pe]&&qe===_t[++Pe]&&qe===_t[++Pe]&&qe===_t[++Pe]&&qe===_t[++Pe]&&Peee.lookahead&&(ee.match_length=ee.lookahead)}if(ee.match_length>=er?(Ke=vr(ee,1,ee.match_length-er),ee.lookahead-=ee.match_length,ee.strstart+=ee.match_length,ee.match_length=0):(Ke=vr(ee,0,ee.window[ee.strstart]),ee.lookahead--,ee.strstart++),Ke&&(St(ee,!1),ee.strm.avail_out===0))return aa}return ee.insert=0,ze===ci?(St(ee,!0),ee.strm.avail_out===0?ut:Ge):ee.last_lit&&(St(ee,!1),ee.strm.avail_out===0)?aa:Ut},ed=function(ee,ze){for(var Ke;;){if(ee.lookahead===0&&(Ai(ee),ee.lookahead===0)){if(ze===Fi)return aa;break}if(ee.match_length=0,Ke=vr(ee,0,ee.window[ee.strstart]),ee.lookahead--,ee.strstart++,Ke&&(St(ee,!1),ee.strm.avail_out===0))return aa}return ee.insert=0,ze===ci?(St(ee,!0),ee.strm.avail_out===0?ut:Ge):ee.last_lit&&(St(ee,!1),ee.strm.avail_out===0)?aa:Ut};function as(gt,ee,ze,Ke,qe){this.good_length=gt,this.max_lazy=ee,this.nice_length=ze,this.max_chain=Ke,this.func=qe}var zu=[new as(0,0,0,0,cu),new as(4,4,8,4,Js),new as(4,5,16,8,Js),new as(4,6,32,32,Js),new as(4,4,16,16,Mr),new as(8,16,32,32,Mr),new as(8,16,128,128,Mr),new as(8,32,128,256,Mr),new as(32,128,258,1024,Mr),new as(32,258,258,4096,Mr)],Nn=function(ee){ee.window_size=2*ee.w_size,yt(ee.head),ee.max_lazy_match=zu[ee.level].max_lazy,ee.good_match=zu[ee.level].good_length,ee.nice_match=zu[ee.level].nice_length,ee.max_chain_length=zu[ee.level].max_chain,ee.strstart=0,ee.block_start=0,ee.lookahead=0,ee.insert=0,ee.match_length=ee.prev_length=er-1,ee.match_available=0,ee.ins_h=0};function el(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Mt,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Uint16Array(rs*2),this.dyn_dtree=new Uint16Array((2*Tn+1)*2),this.bl_tree=new Uint16Array((2*Go+1)*2),yt(this.dyn_ltree),yt(this.dyn_dtree),yt(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Uint16Array(Wo+1),this.heap=new Uint16Array(2*_r+1),yt(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Uint16Array(2*_r+1),yt(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}var Nl=function(ee){if(!ee||!ee.state)return at(ee,Re);ee.total_in=ee.total_out=0,ee.data_type=Ct;var ze=ee.state;return ze.pending=0,ze.pending_out=0,ze.wrap<0&&(ze.wrap=-ze.wrap),ze.status=ze.wrap?co:vs,ee.adler=ze.wrap===2?0:1,ze.last_flush=Fi,so(ze),Se},uc=function(ee){var ze=Nl(ee);return ze===Se&&Nn(ee.state),ze},ef=function(ee,ze){return!ee||!ee.state||ee.state.wrap!==2?Re:(ee.state.gzhead=ze,Se)},gi=function(ee,ze,Ke,qe,Pe,Xt){if(!ee)return Re;var _t=1;if(ze===Ve&&(ze=6),qe<0?(_t=0,qe=-qe):qe>15&&(_t=2,qe-=16),Pe<1||Pe>en||Ke!==Mt||qe<8||qe>15||ze<0||ze>9||Xt<0||Xt>rt)return at(ee,Re);qe===8&&(qe=9);var qt=new el;return ee.state=qt,qt.strm=ee,qt.wrap=_t,qt.gzhead=null,qt.w_bits=qe,qt.w_size=1<Ds||ze<0)return ee?at(ee,Re):Re;var Pe=ee.state;if(!ee.output||!ee.input&&ee.avail_in!==0||Pe.status===uu&&ze!==ci)return at(ee,ee.avail_out===0?Fe:Re);Pe.strm=ee;var Xt=Pe.last_flush;if(Pe.last_flush=ze,Pe.status===co)if(Pe.wrap===2)ee.adler=0,xn(Pe,31),xn(Pe,139),xn(Pe,8),Pe.gzhead?(xn(Pe,(Pe.gzhead.text?1:0)+(Pe.gzhead.hcrc?2:0)+(Pe.gzhead.extra?4:0)+(Pe.gzhead.name?8:0)+(Pe.gzhead.comment?16:0)),xn(Pe,Pe.gzhead.time&255),xn(Pe,Pe.gzhead.time>>8&255),xn(Pe,Pe.gzhead.time>>16&255),xn(Pe,Pe.gzhead.time>>24&255),xn(Pe,Pe.level===9?2:Pe.strategy>=ft||Pe.level<2?4:0),xn(Pe,Pe.gzhead.os&255),Pe.gzhead.extra&&Pe.gzhead.extra.length&&(xn(Pe,Pe.gzhead.extra.length&255),xn(Pe,Pe.gzhead.extra.length>>8&255)),Pe.gzhead.hcrc&&(ee.adler=Qa(ee.adler,Pe.pending_buf,Pe.pending,0)),Pe.gzindex=0,Pe.status=Bu):(xn(Pe,0),xn(Pe,0),xn(Pe,0),xn(Pe,0),xn(Pe,0),xn(Pe,Pe.level===9?2:Pe.strategy>=ft||Pe.level<2?4:0),xn(Pe,Je),Pe.status=vs);else{var _t=Mt+(Pe.w_bits-8<<4)<<8,qt=-1;Pe.strategy>=ft||Pe.level<2?qt=0:Pe.level<6?qt=1:Pe.level===6?qt=2:qt=3,_t|=qt<<6,Pe.strstart!==0&&(_t|=qo),_t+=31-_t%31,Pe.status=vs,Ta(Pe,_t),Pe.strstart!==0&&(Ta(Pe,ee.adler>>>16),Ta(Pe,ee.adler&65535)),ee.adler=1}if(Pe.status===Bu)if(Pe.gzhead.extra){for(Ke=Pe.pending;Pe.gzindex<(Pe.gzhead.extra.length&65535)&&!(Pe.pending===Pe.pending_buf_size&&(Pe.gzhead.hcrc&&Pe.pending>Ke&&(ee.adler=Qa(ee.adler,Pe.pending_buf,Pe.pending-Ke,Ke)),Cn(ee),Ke=Pe.pending,Pe.pending===Pe.pending_buf_size));)xn(Pe,Pe.gzhead.extra[Pe.gzindex]&255),Pe.gzindex++;Pe.gzhead.hcrc&&Pe.pending>Ke&&(ee.adler=Qa(ee.adler,Pe.pending_buf,Pe.pending-Ke,Ke)),Pe.gzindex===Pe.gzhead.extra.length&&(Pe.gzindex=0,Pe.status=Pl)}else Pe.status=Pl;if(Pe.status===Pl)if(Pe.gzhead.name){Ke=Pe.pending;do{if(Pe.pending===Pe.pending_buf_size&&(Pe.gzhead.hcrc&&Pe.pending>Ke&&(ee.adler=Qa(ee.adler,Pe.pending_buf,Pe.pending-Ke,Ke)),Cn(ee),Ke=Pe.pending,Pe.pending===Pe.pending_buf_size)){qe=1;break}Pe.gzindexKe&&(ee.adler=Qa(ee.adler,Pe.pending_buf,Pe.pending-Ke,Ke)),qe===0&&(Pe.gzindex=0,Pe.status=Rl)}else Pe.status=Rl;if(Pe.status===Rl)if(Pe.gzhead.comment){Ke=Pe.pending;do{if(Pe.pending===Pe.pending_buf_size&&(Pe.gzhead.hcrc&&Pe.pending>Ke&&(ee.adler=Qa(ee.adler,Pe.pending_buf,Pe.pending-Ke,Ke)),Cn(ee),Ke=Pe.pending,Pe.pending===Pe.pending_buf_size)){qe=1;break}Pe.gzindexKe&&(ee.adler=Qa(ee.adler,Pe.pending_buf,Pe.pending-Ke,Ke)),qe===0&&(Pe.status=Yo)}else Pe.status=Yo;if(Pe.status===Yo&&(Pe.gzhead.hcrc?(Pe.pending+2>Pe.pending_buf_size&&Cn(ee),Pe.pending+2<=Pe.pending_buf_size&&(xn(Pe,ee.adler&255),xn(Pe,ee.adler>>8&255),ee.adler=0,Pe.status=vs)):Pe.status=vs),Pe.pending!==0){if(Cn(ee),ee.avail_out===0)return Pe.last_flush=-1,Se}else if(ee.avail_in===0&&ht(ze)<=ht(Xt)&&ze!==ci)return at(ee,Fe);if(Pe.status===uu&&ee.avail_in!==0)return at(ee,Fe);if(ee.avail_in!==0||Pe.lookahead!==0||ze!==Fi&&Pe.status!==uu){var pr=Pe.strategy===ft?ed(Pe,ze):Pe.strategy===nt?du(Pe,ze):zu[Pe.level].func(Pe,ze);if((pr===ut||pr===Ge)&&(Pe.status=uu),pr===aa||pr===ut)return ee.avail_out===0&&(Pe.last_flush=-1),Se;if(pr===Ut&&(ze===Qs?ha(Pe):ze!==Ds&&(lo(Pe,0,0,!1),ze===uo&&(yt(Pe.head),Pe.lookahead===0&&(Pe.strstart=0,Pe.block_start=0,Pe.insert=0))),Cn(ee),ee.avail_out===0))return Pe.last_flush=-1,Se}return ze!==ci?Se:Pe.wrap<=0?je:(Pe.wrap===2?(xn(Pe,ee.adler&255),xn(Pe,ee.adler>>8&255),xn(Pe,ee.adler>>16&255),xn(Pe,ee.adler>>24&255),xn(Pe,ee.total_in&255),xn(Pe,ee.total_in>>8&255),xn(Pe,ee.total_in>>16&255),xn(Pe,ee.total_in>>24&255)):(Ta(Pe,ee.adler>>>16),Ta(Pe,ee.adler&65535)),Cn(ee),Pe.wrap>0&&(Pe.wrap=-Pe.wrap),Pe.pending!==0?Se:je)},td=function(ee){if(!ee||!ee.state)return Re;var ze=ee.state.status;return ze!==co&&ze!==Bu&&ze!==Pl&&ze!==Rl&&ze!==Yo&&ze!==vs&&ze!==uu?at(ee,Re):(ee.state=null,ze===vs?at(ee,Le):Se)},Tr=function(ee,ze){var Ke=ze.length;if(!ee||!ee.state)return Re;var qe=ee.state,Pe=qe.wrap;if(Pe===2||Pe===1&&qe.status!==co||qe.lookahead)return Re;if(Pe===1&&(ee.adler=pa(ee.adler,ze,Ke,0)),qe.wrap=0,Ke>=qe.w_size){Pe===0&&(yt(qe.head),qe.strstart=0,qe.block_start=0,qe.insert=0);var Xt=new Uint8Array(qe.w_size);Xt.set(ze.subarray(Ke-qe.w_size,Ke),0),ze=Xt,Ke=qe.w_size}var _t=ee.avail_in,qt=ee.next_in,pr=ee.input;for(ee.avail_in=Ke,ee.next_in=0,ee.input=ze,Ai(qe);qe.lookahead>=er;){var An=qe.strstart,Ao=qe.lookahead-(er-1);do qe.ins_h=pn(qe,qe.ins_h,qe.window[An+er-1]),qe.prev[An&qe.w_mask]=qe.head[qe.ins_h],qe.head[qe.ins_h]=An,An++;while(--Ao);qe.strstart=An,qe.lookahead=er-1,Ai(qe)}return qe.strstart+=qe.lookahead,qe.block_start=qe.strstart,qe.insert=qe.lookahead,qe.lookahead=0,qe.match_length=qe.prev_length=er-1,qe.match_available=0,ee.next_in=qt,ee.input=pr,ee.avail_in=_t,qe.wrap=Pe,Se},Ue=ka,Qe=gi,lt=uc,Jt=Nl,$r=ef,Oa=Ca,ur=td,Cr=Tr,ea="pako deflate (from Nodeca project)",po={deflateInit:Ue,deflateInit2:Qe,deflateReset:lt,deflateResetKeep:Jt,deflateSetHeader:$r,deflate:Oa,deflateEnd:ur,deflateSetDictionary:Cr,deflateInfo:ea};function ho(gt){for(var ee=0,ze=0,Ke=gt.length;ze=252?6:tl>=248?5:tl>=240?4:tl>=224?3:tl>=192?2:1;Xi[254]=Xi[254]=1;function nd(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}var Ja=nd,Ih=Object.prototype.toString,zm=kn.Z_NO_FLUSH,Um=kn.Z_SYNC_FLUSH,vi=kn.Z_FULL_FLUSH,ir=kn.Z_FINISH,Lr=kn.Z_OK,Pa=kn.Z_STREAM_END,gn=kn.Z_DEFAULT_COMPRESSION,rd=kn.Z_DEFAULT_STRATEGY,dp=kn.Z_DEFLATED;function Ms(){this.options={level:gn,method:dp,chunkSize:16384,windowBits:15,memLevel:8,strategy:rd};var gt=this.options;gt.raw&>.windowBits>0?gt.windowBits=-gt.windowBits:gt.gzip&>.windowBits>0&>.windowBits<16&&(gt.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Ja,this.strm.avail_out=0;var ee=po.deflateInit2(this.strm,gt.level,gt.method,gt.windowBits,gt.memLevel,gt.strategy);if(ee!==Lr)throw new Error(ra[ee]);if(gt.header&&po.deflateSetHeader(this.strm,gt.header),gt.dictionary){var ze;if(Ih.call(gt.dictionary)==="[object ArrayBuffer]"?ze=new Uint8Array(gt.dictionary):ze=gt.dictionary,ee=po.deflateSetDictionary(this.strm,ze),ee!==Lr)throw new Error(ra[ee]);this._dict_set=!0}}Ms.prototype.push=function(gt,ee){var ze=this.strm,Ke=this.options.chunkSize,qe,Pe;if(this.ended)return!1;for(ee===~~ee?Pe=ee:Pe=ee===!0?ir:zm,Ih.call(gt)==="[object ArrayBuffer]"?ze.input=new Uint8Array(gt):ze.input=gt,ze.next_in=0,ze.avail_in=ze.input.length;;){if(ze.avail_out===0&&(ze.output=new Uint8Array(Ke),ze.next_out=0,ze.avail_out=Ke),(Pe===Um||Pe===vi)&&ze.avail_out<=6){this.onData(ze.output.subarray(0,ze.next_out)),ze.avail_out=0;continue}if(qe=po.deflate(ze,Pe),qe===Pa)return ze.next_out>0&&this.onData(ze.output.subarray(0,ze.next_out)),qe=po.deflateEnd(this.strm),this.onEnd(qe),this.ended=!0,qe===Lr;if(ze.avail_out===0){this.onData(ze.output);continue}if(Pe>0&&ze.next_out>0){this.onData(ze.output.subarray(0,ze.next_out)),ze.avail_out=0;continue}if(ze.avail_in===0)break}return!0},Ms.prototype.onData=function(gt){this.chunks.push(gt)},Ms.prototype.onEnd=function(gt){gt===Lr&&(this.result=ho(this.chunks)),this.chunks=[],this.err=gt,this.msg=this.strm.msg};function fr(gt){if(typeof TextEncoder=="function"&&TextEncoder.prototype.encode)return new TextEncoder().encode(gt);var ee,ze,Ke,qe,Pe,Xt=gt.length,_t=0;for(qe=0;qe>>6,ee[Pe++]=128|ze&63):ze<65536?(ee[Pe++]=224|ze>>>12,ee[Pe++]=128|ze>>>6&63,ee[Pe++]=128|ze&63):(ee[Pe++]=240|ze>>>18,ee[Pe++]=128|ze>>>12&63,ee[Pe++]=128|ze>>>6&63,ee[Pe++]=128|ze&63);return ee}return{Deflate:Ms,constants:kn,string2buf:fr}}}var xg={status:0};function fDt(e,t){switch(t===void 0&&(t=pGe),xg.status){case 0:xg={status:1,callbacks:[e]},pDt(t);break;case 1:xg.callbacks.push(e);break;case 2:e();break;case 3:e(xg.worker);break}}function pDt(e){e===void 0&&(e=pGe);try{var t=e();return t.addEventListener("error",jn(xK)),t.addEventListener("message",jn(function(n){var r=n.data;r.type==="errored"?xK(r.error):r.type==="initialized"&&hDt(t)})),t.postMessage({action:"init"}),t}catch(n){xK(n)}}function hDt(e){xg.status===1&&(xg.callbacks.forEach(function(t){return t(e)}),xg={status:3,worker:e})}function xK(e){xg.status===1?(sa.error("Session Replay recording failed to start: an error occurred while creating the Worker:",e),e instanceof Event||e instanceof Error&&_b(e.message,"Content Security Policy")?sa.error("Please make sure CSP is correctly configured https://docs.datadoghq.com/real_user_monitoring/faq/content_security_policy"):A9(e),xg.callbacks.forEach(function(t){return t()}),xg={status:2}):A9(e)}function mDt(e,t,n,r,a,i){var o=function(y){e.notify(12,{error:y})},s=i||yHe(t.sessionReplayEndpointBuilder,fGe,o),l=lDt(e,t.applicationId,n,r,s,a),u=l.addRecord,c=l.stop,d=ZNt({emit:u,configuration:t,lifeCycle:e}),f=d.stop,p=d.takeSubsequentFullSnapshot,g=d.flushMutations,v=e.subscribe(4,function(){g(),u({timestamp:Sl(),type:Xh.ViewEnd})}).unsubscribe,m=e.subscribe(2,function(y){p(y.startClocks.timeStamp)}).unsubscribe;return{stop:function(){v(),m(),f(),c()}}}function gDt(e,t){if(t===void 0&&(t=fDt),r2()||!vDt())return{start:nc,stop:nc,getReplayStats:function(){},onRumStart:nc,isRecording:function(){return!1}};var n={status:0},r=function(){n={status:1}},a=function(){n={status:0}};return{start:function(){return r()},stop:function(){return a()},getReplayStats:rDt,onRumStart:function(i,o,s,l){i.subscribe(7,function(){(n.status===2||n.status===3)&&(a(),n={status:1})}),i.subscribe(8,function(){n.status===1&&r()}),r=function(){var u=s.findTrackedSession();if(!u||!u.sessionReplayAllowed){n={status:1};return}n.status===2||n.status===3||(n={status:2},Lfe("interactive",function(){n.status===2&&t(function(c){if(n.status===2){if(!c){n={status:0};return}var d=e(i,o,s,l,c).stop;n={status:3,stopRecording:d}}})}))},a=function(){n.status!==0&&(n.status===3&&n.stopRecording(),n={status:0})},n.status===1&&r()},isRecording:function(){return n.status===3}}}function vDt(){return typeof Array.from=="function"&&typeof CSSSupportsRule=="function"&&"forEach"in NodeList.prototype}var yDt=gDt(mDt),jne=dOt(BRt,yDt);zAt(Afe(),"DD_RUM",jne);const hGe=Object.prototype.toString;function Zfe(e){switch(hGe.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":case"[object WebAssembly.Exception]":return!0;default:return jv(e,Error)}}function jI(e,t){return hGe.call(e)===`[object ${t}]`}function mGe(e){return jI(e,"ErrorEvent")}function iTe(e){return jI(e,"DOMError")}function bDt(e){return jI(e,"DOMException")}function Av(e){return jI(e,"String")}function Qfe(e){return typeof e=="object"&&e!==null&&"__sentry_template_string__"in e&&"__sentry_template_values__"in e}function Jfe(e){return e===null||Qfe(e)||typeof e!="object"&&typeof e!="function"}function a2(e){return jI(e,"Object")}function xV(e){return typeof Event<"u"&&jv(e,Event)}function xDt(e){return typeof Element<"u"&&jv(e,Element)}function wDt(e){return jI(e,"RegExp")}function wV(e){return!!(e&&e.then&&typeof e.then=="function")}function SDt(e){return a2(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}function jv(e,t){try{return e instanceof t}catch{return!1}}function gGe(e){return!!(typeof e=="object"&&e!==null&&(e.__isVue||e._isVue))}function mC(e,t=0){return typeof e!="string"||t===0||e.length<=t?e:`${e.slice(0,t)}...`}function oTe(e,t){if(!Array.isArray(e))return"";const n=[];for(let r=0;r_Dt(e,r,n))}function EDt(e,t,n=250,r,a,i,o){if(!i.exception||!i.exception.values||!o||!jv(o.originalException,Error))return;const s=i.exception.values.length>0?i.exception.values[i.exception.values.length-1]:void 0;s&&(i.exception.values=TDt(Fne(e,t,a,o.originalException,r,i.exception.values,s,0),n))}function Fne(e,t,n,r,a,i,o,s){if(i.length>=n+1)return i;let l=[...i];if(jv(r[a],Error)){sTe(o,s);const u=e(t,r[a]),c=l.length;lTe(u,a,c,s),l=Fne(e,t,n,r[a],a,[u,...l],u,c)}return Array.isArray(r.errors)&&r.errors.forEach((u,c)=>{if(jv(u,Error)){sTe(o,s);const d=e(t,u),f=l.length;lTe(d,`errors[${c}]`,f,s),l=Fne(e,t,n,u,a,[d,...l],d,f)}}),l}function sTe(e,t){e.mechanism=e.mechanism||{type:"generic",handled:!0},e.mechanism={...e.mechanism,...e.type==="AggregateError"&&{is_exception_group:!0},exception_id:t}}function lTe(e,t,n,r){e.mechanism=e.mechanism||{type:"generic",handled:!0},e.mechanism={...e.mechanism,type:"chained",source:t,exception_id:n,parent_id:r}}function TDt(e,t){return e.map(n=>(n.value&&(n.value=mC(n.value,t)),n))}function vGe(e){if(e!==void 0)return e>=400&&e<500?"warning":e>=500?"error":void 0}const Xw="8.39.0",ja=globalThis;function SV(e,t,n){const r=n||ja,a=r.__SENTRY__=r.__SENTRY__||{},i=a[Xw]=a[Xw]||{};return i[e]||(i[e]=t())}const gC=ja,CDt=80;function Fv(e,t={}){if(!e)return"";try{let n=e;const r=5,a=[];let i=0,o=0;const s=" > ",l=s.length;let u;const c=Array.isArray(t)?t:t.keyAttrs,d=!Array.isArray(t)&&t.maxStringLength||CDt;for(;n&&i++1&&o+a.length*l+u.length>=d));)a.push(u),o+=u.length,n=n.parentNode;return a.reverse().join(s)}catch{return""}}function IDt(e,t){const n=e,r=[];if(!n||!n.tagName)return"";if(gC.HTMLElement&&n instanceof HTMLElement&&n.dataset){if(n.dataset.sentryComponent)return n.dataset.sentryComponent;if(n.dataset.sentryElement)return n.dataset.sentryElement}r.push(n.tagName.toLowerCase());const a=t&&t.length?t.filter(o=>n.getAttribute(o)).map(o=>[o,n.getAttribute(o)]):null;if(a&&a.length)a.forEach(o=>{r.push(`[${o[0]}="${o[1]}"]`)});else{n.id&&r.push(`#${n.id}`);const o=n.className;if(o&&Av(o)){const s=o.split(/\s+/);for(const l of s)r.push(`.${l}`)}}const i=["aria-label","type","name","title","alt"];for(const o of i){const s=n.getAttribute(o);s&&r.push(`[${o}="${s}"]`)}return r.join("")}function yGe(){try{return gC.document.location.href}catch{return""}}function ADt(e){return gC.document&&gC.document.querySelector?gC.document.querySelector(e):null}function bGe(e){if(!gC.HTMLElement)return null;let t=e;const n=5;for(let r=0;r"u"||__SENTRY_DEBUG__,kDt="Sentry Logger ",Bne=["debug","info","warn","error","log","assert","trace"],O9={};function FI(e){if(!("console"in ja))return e();const t=ja.console,n={},r=Object.keys(O9);r.forEach(a=>{const i=O9[a];n[a]=t[a],t[a]=i});try{return e()}finally{r.forEach(a=>{t[a]=n[a]})}}function ODt(){let e=!1;const t={enable:()=>{e=!0},disable:()=>{e=!1},isEnabled:()=>e};return h_?Bne.forEach(n=>{t[n]=(...r)=>{e&&FI(()=>{ja.console[n](`${kDt}[${n}]:`,...r)})}}):Bne.forEach(n=>{t[n]=()=>{}}),t}const dn=SV("logger",ODt),PDt=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function RDt(e){return e==="http"||e==="https"}function F3(e,t=!1){const{host:n,path:r,pass:a,port:i,projectId:o,protocol:s,publicKey:l}=e;return`${s}://${l}${t&&a?`:${a}`:""}@${n}${i?`:${i}`:""}/${r&&`${r}/`}${o}`}function NDt(e){const t=PDt.exec(e);if(!t){FI(()=>{console.error(`Invalid Sentry Dsn: ${e}`)});return}const[n,r,a="",i="",o="",s=""]=t.slice(1);let l="",u=s;const c=u.split("/");if(c.length>1&&(l=c.slice(0,-1).join("/"),u=c.pop()),u){const d=u.match(/^\d+/);d&&(u=d[0])}return xGe({host:i,pass:a,path:l,projectId:u,port:o,protocol:n,publicKey:r})}function xGe(e){return{protocol:e.protocol,publicKey:e.publicKey||"",pass:e.pass||"",host:e.host,port:e.port||"",path:e.path||"",projectId:e.projectId}}function DDt(e){if(!h_)return!0;const{port:t,projectId:n,protocol:r}=e;return["protocol","publicKey","host","projectId"].find(o=>e[o]?!1:(dn.error(`Invalid Sentry Dsn: ${o} missing`),!0))?!1:n.match(/^\d+$/)?RDt(r)?t&&isNaN(parseInt(t,10))?(dn.error(`Invalid Sentry Dsn: Invalid port ${t}`),!1):!0:(dn.error(`Invalid Sentry Dsn: Invalid protocol ${r}`),!1):(dn.error(`Invalid Sentry Dsn: Invalid projectId ${n}`),!1)}function MDt(e){const t=typeof e=="string"?NDt(e):xGe(e);if(!(!t||!DDt(t)))return t}class mg extends Error{constructor(t,n="warn"){super(t),this.message=t,this.name=new.target.prototype.constructor.name,Object.setPrototypeOf(this,new.target.prototype),this.logLevel=n}}function Od(e,t,n){if(!(t in e))return;const r=e[t],a=n(r);typeof a=="function"&&wGe(a,r),e[t]=a}function Wf(e,t,n){try{Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0})}catch{h_&&dn.log(`Failed to add non-enumerable property "${t}" to object`,e)}}function wGe(e,t){try{const n=t.prototype||{};e.prototype=t.prototype=n,Wf(e,"__sentry_original__",t)}catch{}}function epe(e){return e.__sentry_original__}function $Dt(e){return Object.keys(e).map(t=>`${encodeURIComponent(t)}=${encodeURIComponent(e[t])}`).join("&")}function SGe(e){if(Zfe(e))return{message:e.message,name:e.name,stack:e.stack,...cTe(e)};if(xV(e)){const t={type:e.type,target:uTe(e.target),currentTarget:uTe(e.currentTarget),...cTe(e)};return typeof CustomEvent<"u"&&jv(e,CustomEvent)&&(t.detail=e.detail),t}else return e}function uTe(e){try{return xDt(e)?Fv(e):Object.prototype.toString.call(e)}catch{return""}}function cTe(e){if(typeof e=="object"&&e!==null){const t={};for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}else return{}}function LDt(e,t=40){const n=Object.keys(SGe(e));n.sort();const r=n[0];if(!r)return"[object has no keys]";if(r.length>=t)return mC(r,t);for(let a=n.length;a>0;a--){const i=n.slice(0,a).join(", ");if(!(i.length>t))return a===n.length?i:mC(i,t)}return""}function hl(e){return zne(e,new Map)}function zne(e,t){if(jDt(e)){const n=t.get(e);if(n!==void 0)return n;const r={};t.set(e,r);for(const a of Object.getOwnPropertyNames(e))typeof e[a]<"u"&&(r[a]=zne(e[a],t));return r}if(Array.isArray(e)){const n=t.get(e);if(n!==void 0)return n;const r=[];return t.set(e,r),e.forEach(a=>{r.push(zne(a,t))}),r}return e}function jDt(e){if(!a2(e))return!1;try{const t=Object.getPrototypeOf(e).constructor.name;return!t||t==="Object"}catch{return!0}}const _Ge=50,TS="?",dTe=/\(error: (.*)\)/,fTe=/captureMessage|captureException/;function EGe(...e){const t=e.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0,a=0)=>{const i=[],o=n.split(` -`);for(let s=r;s1024)continue;const u=dTe.test(l)?l.replace(dTe,"$1"):l;if(!u.match(/\S*Error: /)){for(const c of t){const d=c(u);if(d){i.push(d);break}}if(i.length>=_Ge+a)break}}return BDt(i.slice(a))}}function FDt(e){return Array.isArray(e)?EGe(...e):e}function BDt(e){if(!e.length)return[];const t=Array.from(e);return/sentryWrapped/.test(OL(t).function||"")&&t.pop(),t.reverse(),fTe.test(OL(t).function||"")&&(t.pop(),fTe.test(OL(t).function||"")&&t.pop()),t.slice(0,_Ge).map(n=>({...n,filename:n.filename||OL(t).filename,function:n.function||TS}))}function OL(e){return e[e.length-1]||{}}const wK="";function Bv(e){try{return!e||typeof e!="function"?wK:e.name||wK}catch{return wK}}function pTe(e){const t=e.exception;if(t){const n=[];try{return t.values.forEach(r=>{r.stacktrace.frames&&n.push(...r.stacktrace.frames)}),n}catch{return}}}const S8={},hTe={};function Gb(e,t){S8[e]=S8[e]||[],S8[e].push(t)}function Wb(e,t){if(!hTe[e]){hTe[e]=!0;try{t()}catch(n){h_&&dn.error(`Error while instrumenting ${e}`,n)}}}function Jp(e,t){const n=e&&S8[e];if(n)for(const r of n)try{r(t)}catch(a){h_&&dn.error(`Error while triggering instrumentation handler. -Type: ${e} -Name: ${Bv(r)} -Error:`,a)}}function zDt(e){const t="console";Gb(t,e),Wb(t,UDt)}function UDt(){"console"in ja&&Bne.forEach(function(e){e in ja.console&&Od(ja.console,e,function(t){return O9[e]=t,function(...n){Jp("console",{args:n,level:e});const a=O9[e];a&&a.apply(ja.console,n)}})})}const Une=ja;function TGe(){if(!("fetch"in Une))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function Vne(e){return e&&/^function\s+\w+\(\)\s+\{\s+\[native code\]\s+\}$/.test(e.toString())}function VDt(){if(typeof EdgeRuntime=="string")return!0;if(!TGe())return!1;if(Vne(Une.fetch))return!0;let e=!1;const t=Une.document;if(t&&typeof t.createElement=="function")try{const n=t.createElement("iframe");n.hidden=!0,t.head.appendChild(n),n.contentWindow&&n.contentWindow.fetch&&(e=Vne(n.contentWindow.fetch)),t.head.removeChild(n)}catch(n){h_&&dn.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return e}const CGe=1e3;function B3(){return Date.now()/CGe}function HDt(){const{performance:e}=ja;if(!e||!e.now)return B3;const t=Date.now()-e.now(),n=e.timeOrigin==null?t:e.timeOrigin;return()=>(n+e.now())/CGe}const jc=HDt(),Bc=(()=>{const{performance:e}=ja;if(!e||!e.now)return;const t=3600*1e3,n=e.now(),r=Date.now(),a=e.timeOrigin?Math.abs(e.timeOrigin+n-r):t,i=aAGe(void 0,t))}function GDt(e){const t="fetch-body-resolved";Gb(t,e),Wb(t,()=>AGe(qDt))}function AGe(e,t=!1){t&&!VDt()||Od(ja,"fetch",function(n){return function(...r){const{method:a,url:i}=YDt(r),o={args:r,fetchData:{method:a,url:i},startTimestamp:jc()*1e3};e||Jp("fetch",{...o});const s=new Error().stack;return n.apply(ja,r).then(async l=>(e?e(l):Jp("fetch",{...o,endTimestamp:jc()*1e3,response:l}),l),l=>{throw Jp("fetch",{...o,endTimestamp:jc()*1e3,error:l}),Zfe(l)&&l.stack===void 0&&(l.stack=s,Wf(l,"framesToPop",1)),l})}})}async function WDt(e,t){if(e&&e.body){const n=e.body,r=n.getReader(),a=setTimeout(()=>{n.cancel().then(null,()=>{})},90*1e3);let i=!0;for(;i;){let o;try{o=setTimeout(()=>{n.cancel().then(null,()=>{})},5e3);const{done:s}=await r.read();clearTimeout(o),s&&(t(),i=!1)}catch{i=!1}finally{clearTimeout(o)}}clearTimeout(a),r.releaseLock(),n.cancel().then(null,()=>{})}}function qDt(e){let t;try{t=e.clone()}catch{return}WDt(t,()=>{Jp("fetch-body-resolved",{endTimestamp:jc()*1e3,response:e})})}function Hne(e,t){return!!e&&typeof e=="object"&&!!e[t]}function mTe(e){return typeof e=="string"?e:e?Hne(e,"url")?e.url:e.toString?e.toString():"":""}function YDt(e){if(e.length===0)return{method:"GET",url:""};if(e.length===2){const[n,r]=e;return{url:mTe(n),method:Hne(r,"method")?String(r.method).toUpperCase():"GET"}}const t=e[0];return{url:mTe(t),method:Hne(t,"method")?String(t.method).toUpperCase():"GET"}}let PL=null;function kGe(e){const t="error";Gb(t,e),Wb(t,KDt)}function KDt(){PL=ja.onerror,ja.onerror=function(e,t,n,r,a){return Jp("error",{column:r,error:a,line:n,msg:e,url:t}),PL&&!PL.__SENTRY_LOADER__?PL.apply(this,arguments):!1},ja.onerror.__SENTRY_INSTRUMENTED__=!0}let RL=null;function OGe(e){const t="unhandledrejection";Gb(t,e),Wb(t,XDt)}function XDt(){RL=ja.onunhandledrejection,ja.onunhandledrejection=function(e){return Jp("unhandledrejection",e),RL&&!RL.__SENTRY_LOADER__?RL.apply(this,arguments):!0},ja.onunhandledrejection.__SENTRY_INSTRUMENTED__=!0}function ZDt(){return typeof __SENTRY_BROWSER_BUNDLE__<"u"&&!!__SENTRY_BROWSER_BUNDLE__}function QDt(){return"npm"}function JDt(){return!ZDt()&&Object.prototype.toString.call(typeof process<"u"?process:0)==="[object process]"}function gTe(){return typeof window<"u"&&(!JDt()||e3t())}function e3t(){return ja.process!==void 0&&ja.process.type==="renderer"}function t3t(){const e=typeof WeakSet=="function",t=e?new WeakSet:[];function n(a){if(e)return t.has(a)?!0:(t.add(a),!1);for(let i=0;iMath.random()*16;try{if(t&&t.randomUUID)return t.randomUUID().replace(/-/g,"");t&&t.getRandomValues&&(n=()=>{const r=new Uint8Array(1);return t.getRandomValues(r),r[0]})}catch{}return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,r=>(r^(n()&15)>>r/4).toString(16))}function PGe(e){return e.exception&&e.exception.values?e.exception.values[0]:void 0}function h1(e){const{message:t,event_id:n}=e;if(t)return t;const r=PGe(e);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function Gne(e,t,n){const r=e.exception=e.exception||{},a=r.values=r.values||[],i=a[0]=a[0]||{};i.value||(i.value=t||""),i.type||(i.type=n||"Error")}function jN(e,t){const n=PGe(e);if(!n)return;const r={type:"generic",handled:!0},a=n.mechanism;if(n.mechanism={...r,...a,...t},t&&"data"in t){const i={...a&&a.data,...t.data};n.mechanism.data=i}}function vTe(e){if(e&&e.__sentry_captured__)return!0;try{Wf(e,"__sentry_captured__",!0)}catch{}return!1}function RGe(e){return Array.isArray(e)?e:[e]}function cg(e,t=100,n=1/0){try{return Wne("",e,t,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function NGe(e,t=3,n=100*1024){const r=cg(e,t);return i3t(r)>n?NGe(e,t-1,n):r}function Wne(e,t,n=1/0,r=1/0,a=t3t()){const[i,o]=a;if(t==null||["boolean","string"].includes(typeof t)||typeof t=="number"&&Number.isFinite(t))return t;const s=n3t(e,t);if(!s.startsWith("[object "))return s;if(t.__sentry_skip_normalization__)return t;const l=typeof t.__sentry_override_normalization_depth__=="number"?t.__sentry_override_normalization_depth__:n;if(l===0)return s.replace("object ","");if(i(t))return"[Circular ~]";const u=t;if(u&&typeof u.toJSON=="function")try{const p=u.toJSON();return Wne("",p,l-1,r,a)}catch{}const c=Array.isArray(t)?[]:{};let d=0;const f=SGe(t);for(const p in f){if(!Object.prototype.hasOwnProperty.call(f,p))continue;if(d>=r){c[p]="[MaxProperties ~]";break}const g=f[p];c[p]=Wne(p,g,l-1,r,a),d++}return o(t),c}function n3t(e,t){try{if(e==="domain"&&t&&typeof t=="object"&&t._events)return"[Domain]";if(e==="domainEmitter")return"[DomainEmitter]";if(typeof global<"u"&&t===global)return"[Global]";if(typeof window<"u"&&t===window)return"[Window]";if(typeof document<"u"&&t===document)return"[Document]";if(gGe(t))return"[VueViewModel]";if(SDt(t))return"[SyntheticEvent]";if(typeof t=="number"&&!Number.isFinite(t))return`[${t}]`;if(typeof t=="function")return`[Function: ${Bv(t)}]`;if(typeof t=="symbol")return`[${String(t)}]`;if(typeof t=="bigint")return`[BigInt: ${String(t)}]`;const n=r3t(t);return/^HTML(\w*)Element$/.test(n)?`[HTMLElement: ${n}]`:`[object ${n}]`}catch(n){return`**non-serializable** (${n})`}}function r3t(e){const t=Object.getPrototypeOf(e);return t?t.constructor.name:"null prototype"}function a3t(e){return~-encodeURI(e).split(/%..|./).length}function i3t(e){return a3t(JSON.stringify(e))}var Q0;(function(e){e[e.PENDING=0]="PENDING";const n=1;e[e.RESOLVED=n]="RESOLVED";const r=2;e[e.REJECTED=r]="REJECTED"})(Q0||(Q0={}));function zv(e){return new Lp(t=>{t(e)})}function P9(e){return new Lp((t,n)=>{n(e)})}class Lp{constructor(t){Lp.prototype.__init.call(this),Lp.prototype.__init2.call(this),Lp.prototype.__init3.call(this),Lp.prototype.__init4.call(this),this._state=Q0.PENDING,this._handlers=[];try{t(this._resolve,this._reject)}catch(n){this._reject(n)}}then(t,n){return new Lp((r,a)=>{this._handlers.push([!1,i=>{if(!t)r(i);else try{r(t(i))}catch(o){a(o)}},i=>{if(!n)a(i);else try{r(n(i))}catch(o){a(o)}}]),this._executeHandlers()})}catch(t){return this.then(n=>n,t)}finally(t){return new Lp((n,r)=>{let a,i;return this.then(o=>{i=!1,a=o,t&&t()},o=>{i=!0,a=o,t&&t()}).then(()=>{if(i){r(a);return}n(a)})})}__init(){this._resolve=t=>{this._setResult(Q0.RESOLVED,t)}}__init2(){this._reject=t=>{this._setResult(Q0.REJECTED,t)}}__init3(){this._setResult=(t,n)=>{if(this._state===Q0.PENDING){if(wV(n)){n.then(this._resolve,this._reject);return}this._state=t,this._value=n,this._executeHandlers()}}}__init4(){this._executeHandlers=()=>{if(this._state===Q0.PENDING)return;const t=this._handlers.slice();this._handlers=[],t.forEach(n=>{n[0]||(this._state===Q0.RESOLVED&&n[1](this._value),this._state===Q0.REJECTED&&n[2](this._value),n[0]=!0)})}}}function o3t(e){const t=[];function n(){return e===void 0||t.lengthr(s)).then(null,()=>r(s).then(null,()=>{})),s}function i(o){return new Lp((s,l)=>{let u=t.length;if(!u)return s(!0);const c=setTimeout(()=>{o&&o>0&&s(!1)},o);t.forEach(d=>{zv(d).then(()=>{--u||(clearTimeout(c),s(!0))},l)})})}return{$:t,add:a,drain:i}}function Zw(e){if(!e)return{};const t=e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!t)return{};const n=t[6]||"",r=t[8]||"";return{host:t[4],path:t[5],protocol:t[2],search:n,hash:r,relative:t[5]+n+r}}const s3t=["fatal","error","warning","log","info","debug"];function DGe(e){return e==="warn"?"warning":s3t.includes(e)?e:"log"}const sT="baggage",tpe="sentry-",l3t=/^sentry-/,u3t=8192;function MGe(e){const t=c3t(e);if(!t)return;const n=Object.entries(t).reduce((r,[a,i])=>{if(a.match(l3t)){const o=a.slice(tpe.length);r[o]=i}return r},{});if(Object.keys(n).length>0)return n}function $Ge(e){if(!e)return;const t=Object.entries(e).reduce((n,[r,a])=>(a&&(n[`${tpe}${r}`]=a),n),{});return d3t(t)}function c3t(e){if(!(!e||!Av(e)&&!Array.isArray(e)))return Array.isArray(e)?e.reduce((t,n)=>{const r=yTe(n);return Object.entries(r).forEach(([a,i])=>{t[a]=i}),t},{}):yTe(e)}function yTe(e){return e.split(",").map(t=>t.split("=").map(n=>decodeURIComponent(n.trim()))).reduce((t,[n,r])=>(n&&r&&(t[n]=r),t),{})}function d3t(e){if(Object.keys(e).length!==0)return Object.entries(e).reduce((t,[n,r],a)=>{const i=`${encodeURIComponent(n)}=${encodeURIComponent(r)}`,o=a===0?i:`${t},${i}`;return o.length>u3t?(h_&&dn.warn(`Not adding key: ${n} with val: ${r} to baggage header due to exceeding baggage size limits.`),t):o},"")}const f3t=new RegExp("^[ \\t]*([0-9a-f]{32})?-?([0-9a-f]{16})?-?([01])?[ \\t]*$");function p3t(e){if(!e)return;const t=e.match(f3t);if(!t)return;let n;return t[3]==="1"?n=!0:t[3]==="0"&&(n=!1),{traceId:t[1],parentSampled:n,parentSpanId:t[2]}}function h3t(e,t){const n=p3t(e),r=MGe(t),{traceId:a,parentSpanId:i,parentSampled:o}=n||{};return n?{traceId:a||Mo(),parentSpanId:i||Mo().substring(16),spanId:Mo().substring(16),sampled:o,dsc:r||{}}:{traceId:a||Mo(),spanId:Mo().substring(16)}}function npe(e=Mo(),t=Mo().substring(16),n){let r="";return n!==void 0&&(r=n?"-1":"-0"),`${e}-${t}${r}`}function m_(e,t=[]){return[e,t]}function m3t(e,t){const[n,r]=e;return[n,[...r,t]]}function bTe(e,t){const n=e[1];for(const r of n){const a=r[0].type;if(t(r,a))return!0}return!1}function qne(e){return ja.__SENTRY__&&ja.__SENTRY__.encodePolyfill?ja.__SENTRY__.encodePolyfill(e):new TextEncoder().encode(e)}function g3t(e){const[t,n]=e;let r=JSON.stringify(t);function a(i){typeof r=="string"?r=typeof i=="string"?r+i:[qne(r),i]:r.push(typeof i=="string"?qne(i):i)}for(const i of n){const[o,s]=i;if(a(` -${JSON.stringify(o)} -`),typeof s=="string"||s instanceof Uint8Array)a(s);else{let l;try{l=JSON.stringify(s)}catch{l=JSON.stringify(cg(s))}a(l)}}return typeof r=="string"?r:v3t(r)}function v3t(e){const t=e.reduce((a,i)=>a+i.length,0),n=new Uint8Array(t);let r=0;for(const a of e)n.set(a,r),r+=a.length;return n}function y3t(e){return[{type:"span"},e]}function b3t(e){const t=typeof e.data=="string"?qne(e.data):e.data;return[hl({type:"attachment",length:t.length,filename:e.filename,content_type:e.contentType,attachment_type:e.attachmentType}),t]}const x3t={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",profile_chunk:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",span:"span",statsd:"metric_bucket"};function xTe(e){return x3t[e]}function rpe(e){if(!e||!e.sdk)return;const{name:t,version:n}=e.sdk;return{name:t,version:n}}function LGe(e,t,n,r){const a=e.sdkProcessingMetadata&&e.sdkProcessingMetadata.dynamicSamplingContext;return{event_id:e.event_id,sent_at:new Date().toISOString(),...t&&{sdk:t},...!!n&&r&&{dsn:F3(r)},...a&&{trace:hl({...a})}}}function w3t(e,t,n){const r=[{type:"client_report"},{timestamp:n||B3(),discarded_events:e}];return m_(t?{dsn:t}:{},[r])}const S3t=60*1e3;function _3t(e,t=Date.now()){const n=parseInt(`${e}`,10);if(!isNaN(n))return n*1e3;const r=Date.parse(`${e}`);return isNaN(r)?S3t:r-t}function E3t(e,t){return e[t]||e.all||0}function jGe(e,t,n=Date.now()){return E3t(e,t)>n}function FGe(e,{statusCode:t,headers:n},r=Date.now()){const a={...e},i=n&&n["x-sentry-rate-limits"],o=n&&n["retry-after"];if(i)for(const s of i.trim().split(",")){const[l,u,,,c]=s.split(":",5),d=parseInt(l,10),f=(isNaN(d)?60:d)*1e3;if(!u)a.all=r+f;else for(const p of u.split(";"))p==="metric_bucket"?(!c||c.split(";").includes("custom"))&&(a[p]=r+f):a[p]=r+f}else o?a.all=r+_3t(o,r):t===429&&(a.all=r+60*1e3);return a}function R9(){return{traceId:Mo(),spanId:Mo().substring(16)}}const wTe=new WeakMap;function T3t(e){const t=ja._sentryDebugIds;if(!t)return{};let n;const r=wTe.get(e);return r?n=r:(n=new Map,wTe.set(e,n)),Object.keys(t).reduce((a,i)=>{let o;const s=n.get(i);s?o=s:(o=e(i),n.set(i,o));for(let l=o.length-1;l>=0;l--){const u=o[l],c=u&&u.filename;if(u&&c){a[c]=t[i];break}}return a},{})}const NL=ja;function C3t(){const e=NL.chrome,t=e&&e.app&&e.app.runtime,n="history"in NL&&!!NL.history.pushState&&!!NL.history.replaceState;return!t&&n}function I3t(e,t){return e??t()}function Ef(e){let t,n=e[0],r=1;for(;rn.call(t,...o)),t=void 0)}return n}const Wr=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;function BI(){return ape(ja),ja}function ape(e){const t=e.__SENTRY__=e.__SENTRY__||{};return t.version=t.version||Xw,t[Xw]=t[Xw]||{}}function A3t(e){const t=jc(),n={sid:Mo(),init:!0,timestamp:t,started:t,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>O3t(n)};return e&&i2(n,e),n}function i2(e,t={}){if(t.user&&(!e.ipAddress&&t.user.ip_address&&(e.ipAddress=t.user.ip_address),!e.did&&!t.did&&(e.did=t.user.id||t.user.email||t.user.username)),e.timestamp=t.timestamp||jc(),t.abnormal_mechanism&&(e.abnormal_mechanism=t.abnormal_mechanism),t.ignoreDuration&&(e.ignoreDuration=t.ignoreDuration),t.sid&&(e.sid=t.sid.length===32?t.sid:Mo()),t.init!==void 0&&(e.init=t.init),!e.did&&t.did&&(e.did=`${t.did}`),typeof t.started=="number"&&(e.started=t.started),e.ignoreDuration)e.duration=void 0;else if(typeof t.duration=="number")e.duration=t.duration;else{const n=e.timestamp-e.started;e.duration=n>=0?n:0}t.release&&(e.release=t.release),t.environment&&(e.environment=t.environment),!e.ipAddress&&t.ipAddress&&(e.ipAddress=t.ipAddress),!e.userAgent&&t.userAgent&&(e.userAgent=t.userAgent),typeof t.errors=="number"&&(e.errors=t.errors),t.status&&(e.status=t.status)}function k3t(e,t){let n={};t?n={status:t}:e.status==="ok"&&(n={status:"exited"}),i2(e,n)}function O3t(e){return hl({sid:`${e.sid}`,init:e.init,started:new Date(e.started*1e3).toISOString(),timestamp:new Date(e.timestamp*1e3).toISOString(),status:e.status,errors:e.errors,did:typeof e.did=="number"||typeof e.did=="string"?`${e.did}`:void 0,duration:e.duration,abnormal_mechanism:e.abnormal_mechanism,attrs:{release:e.release,environment:e.environment,ip_address:e.ipAddress,user_agent:e.userAgent}})}const Yne="_sentrySpan";function FN(e,t){t?Wf(e,Yne,t):delete e[Yne]}function N9(e){return e[Yne]}const P3t=100;class ipe{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext=R9()}clone(){const t=new ipe;return t._breadcrumbs=[...this._breadcrumbs],t._tags={...this._tags},t._extra={...this._extra},t._contexts={...this._contexts},t._user=this._user,t._level=this._level,t._session=this._session,t._transactionName=this._transactionName,t._fingerprint=this._fingerprint,t._eventProcessors=[...this._eventProcessors],t._requestSession=this._requestSession,t._attachments=[...this._attachments],t._sdkProcessingMetadata={...this._sdkProcessingMetadata},t._propagationContext={...this._propagationContext},t._client=this._client,t._lastEventId=this._lastEventId,FN(t,N9(this)),t}setClient(t){this._client=t}setLastEventId(t){this._lastEventId=t}getClient(){return this._client}lastEventId(){return this._lastEventId}addScopeListener(t){this._scopeListeners.push(t)}addEventProcessor(t){return this._eventProcessors.push(t),this}setUser(t){return this._user=t||{email:void 0,id:void 0,ip_address:void 0,username:void 0},this._session&&i2(this._session,{user:t}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(t){return this._requestSession=t,this}setTags(t){return this._tags={...this._tags,...t},this._notifyScopeListeners(),this}setTag(t,n){return this._tags={...this._tags,[t]:n},this._notifyScopeListeners(),this}setExtras(t){return this._extra={...this._extra,...t},this._notifyScopeListeners(),this}setExtra(t,n){return this._extra={...this._extra,[t]:n},this._notifyScopeListeners(),this}setFingerprint(t){return this._fingerprint=t,this._notifyScopeListeners(),this}setLevel(t){return this._level=t,this._notifyScopeListeners(),this}setTransactionName(t){return this._transactionName=t,this._notifyScopeListeners(),this}setContext(t,n){return n===null?delete this._contexts[t]:this._contexts[t]=n,this._notifyScopeListeners(),this}setSession(t){return t?this._session=t:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(t){if(!t)return this;const n=typeof t=="function"?t(this):t,[r,a]=n instanceof Eb?[n.getScopeData(),n.getRequestSession()]:a2(n)?[t,t.requestSession]:[],{tags:i,extra:o,user:s,contexts:l,level:u,fingerprint:c=[],propagationContext:d}=r||{};return this._tags={...this._tags,...i},this._extra={...this._extra,...o},this._contexts={...this._contexts,...l},s&&Object.keys(s).length&&(this._user=s),u&&(this._level=u),c.length&&(this._fingerprint=c),d&&(this._propagationContext=d),a&&(this._requestSession=a),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._session=void 0,FN(this,void 0),this._attachments=[],this._propagationContext=R9(),this._notifyScopeListeners(),this}addBreadcrumb(t,n){const r=typeof n=="number"?n:P3t;if(r<=0)return this;const a={timestamp:B3(),...t},i=this._breadcrumbs;return i.push(a),this._breadcrumbs=i.length>r?i.slice(-r):i,this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(t){return this._attachments.push(t),this}clearAttachments(){return this._attachments=[],this}getScopeData(){return{breadcrumbs:this._breadcrumbs,attachments:this._attachments,contexts:this._contexts,tags:this._tags,extra:this._extra,user:this._user,level:this._level,fingerprint:this._fingerprint||[],eventProcessors:this._eventProcessors,propagationContext:this._propagationContext,sdkProcessingMetadata:this._sdkProcessingMetadata,transactionName:this._transactionName,span:N9(this)}}setSDKProcessingMetadata(t){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...t},this}setPropagationContext(t){return this._propagationContext=t,this}getPropagationContext(){return this._propagationContext}captureException(t,n){const r=n&&n.event_id?n.event_id:Mo();if(!this._client)return dn.warn("No client configured on scope - will not capture exception!"),r;const a=new Error("Sentry syntheticException");return this._client.captureException(t,{originalException:t,syntheticException:a,...n,event_id:r},this),r}captureMessage(t,n,r){const a=r&&r.event_id?r.event_id:Mo();if(!this._client)return dn.warn("No client configured on scope - will not capture message!"),a;const i=new Error(t);return this._client.captureMessage(t,n,{originalException:t,syntheticException:i,...r,event_id:a},this),a}captureEvent(t,n){const r=n&&n.event_id?n.event_id:Mo();return this._client?(this._client.captureEvent(t,{...n,event_id:r},this),r):(dn.warn("No client configured on scope - will not capture event!"),r)}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(t=>{t(this)}),this._notifyingListeners=!1)}}const Eb=ipe;function R3t(){return SV("defaultCurrentScope",()=>new Eb)}function N3t(){return SV("defaultIsolationScope",()=>new Eb)}class D3t{constructor(t,n){let r;t?r=t:r=new Eb;let a;n?a=n:a=new Eb,this._stack=[{scope:r}],this._isolationScope=a}withScope(t){const n=this._pushScope();let r;try{r=t(n)}catch(a){throw this._popScope(),a}return wV(r)?r.then(a=>(this._popScope(),a),a=>{throw this._popScope(),a}):(this._popScope(),r)}getClient(){return this.getStackTop().client}getScope(){return this.getStackTop().scope}getIsolationScope(){return this._isolationScope}getStackTop(){return this._stack[this._stack.length-1]}_pushScope(){const t=this.getScope().clone();return this._stack.push({client:this.getClient(),scope:t}),t}_popScope(){return this._stack.length<=1?!1:!!this._stack.pop()}}function o2(){const e=BI(),t=ape(e);return t.stack=t.stack||new D3t(R3t(),N3t())}function M3t(e){return o2().withScope(e)}function $3t(e,t){const n=o2();return n.withScope(()=>(n.getStackTop().scope=e,t(e)))}function STe(e){return o2().withScope(()=>e(o2().getIsolationScope()))}function L3t(){return{withIsolationScope:STe,withScope:M3t,withSetScope:$3t,withSetIsolationScope:(e,t)=>STe(t),getCurrentScope:()=>o2().getScope(),getIsolationScope:()=>o2().getIsolationScope()}}function z3(e){const t=ape(e);return t.acs?t.acs:L3t()}function Li(){const e=BI();return z3(e).getCurrentScope()}function Jf(){const e=BI();return z3(e).getIsolationScope()}function BGe(){return SV("globalScope",()=>new Eb)}function ope(...e){const t=BI(),n=z3(t);if(e.length===2){const[r,a]=e;return r?n.withSetScope(r,a):n.withScope(a)}return n.withScope(e[0])}function _a(){return Li().getClient()}const j3t="_sentryMetrics";function Kne(e){const t=e[j3t];if(!t)return;const n={};for(const[,[r,a]]of t)(n[r]||(n[r]=[])).push(hl(a));return n}const wg="sentry.source",zGe="sentry.sample_rate",CS="sentry.op",nu="sentry.origin",Xne="sentry.idle_span_finish_reason",_V="sentry.measurement_unit",EV="sentry.measurement_value",F3t="sentry.profile_id",spe="sentry.exclusive_time",B3t=0,UGe=1,zl=2;function z3t(e){if(e<400&&e>=100)return{code:UGe};if(e>=400&&e<500)switch(e){case 401:return{code:zl,message:"unauthenticated"};case 403:return{code:zl,message:"permission_denied"};case 404:return{code:zl,message:"not_found"};case 409:return{code:zl,message:"already_exists"};case 413:return{code:zl,message:"failed_precondition"};case 429:return{code:zl,message:"resource_exhausted"};case 499:return{code:zl,message:"cancelled"};default:return{code:zl,message:"invalid_argument"}}if(e>=500&&e<600)switch(e){case 501:return{code:zl,message:"unimplemented"};case 503:return{code:zl,message:"unavailable"};case 504:return{code:zl,message:"deadline_exceeded"};default:return{code:zl,message:"internal_error"}}return{code:zl,message:"unknown_error"}}function VGe(e,t){e.setAttribute("http.response.status_code",t);const n=z3t(t);n.message!=="unknown_error"&&e.setStatus(n)}const HGe=0,GGe=1;function U3t(e){const{spanId:t,traceId:n}=e.spanContext(),{data:r,op:a,parent_span_id:i,status:o,origin:s}=$a(e);return hl({parent_span_id:i,span_id:t,trace_id:n,data:r,op:a,status:o,origin:s})}function V3t(e){const{spanId:t,traceId:n}=e.spanContext(),{parent_span_id:r}=$a(e);return hl({parent_span_id:r,span_id:t,trace_id:n})}function WGe(e){const{traceId:t,spanId:n}=e.spanContext(),r=g_(e);return npe(t,n,r)}function Qw(e){return typeof e=="number"?_Te(e):Array.isArray(e)?e[0]+e[1]/1e9:e instanceof Date?_Te(e.getTime()):jc()}function _Te(e){return e>9999999999?e/1e3:e}function $a(e){if(G3t(e))return e.getSpanJSON();try{const{spanId:t,traceId:n}=e.spanContext();if(H3t(e)){const{attributes:r,startTime:a,name:i,endTime:o,parentSpanId:s,status:l}=e;return hl({span_id:t,trace_id:n,data:r,description:i,parent_span_id:s,start_timestamp:Qw(a),timestamp:Qw(o)||void 0,status:qGe(l),op:r[CS],origin:r[nu],_metrics_summary:Kne(e)})}return{span_id:t,trace_id:n}}catch{return{}}}function H3t(e){const t=e;return!!t.attributes&&!!t.startTime&&!!t.name&&!!t.endTime&&!!t.status}function G3t(e){return typeof e.getSpanJSON=="function"}function g_(e){const{traceFlags:t}=e.spanContext();return t===GGe}function qGe(e){if(!(!e||e.code===B3t))return e.code===UGe?"ok":e.message||"unknown_error"}const Jw="_sentryChildSpans",Zne="_sentryRootSpan";function YGe(e,t){const n=e[Zne]||e;Wf(t,Zne,n),e[Jw]?e[Jw].add(t):Wf(e,Jw,new Set([t]))}function W3t(e,t){e[Jw]&&e[Jw].delete(t)}function _8(e){const t=new Set;function n(r){if(!t.has(r)&&g_(r)){t.add(r);const a=r[Jw]?Array.from(r[Jw]):[];for(const i of a)n(i)}}return n(e),Array.from(t)}function Ru(e){return e[Zne]||e}function Lu(){const e=BI(),t=z3(e);return t.getActiveSpan?t.getActiveSpan():N9(Li())}let ETe=!1;function q3t(){ETe||(ETe=!0,kGe(Qne),OGe(Qne))}function Qne(){const e=Lu(),t=e&&Ru(e);if(t){const n="internal_error";Wr&&dn.log(`[Tracing] Root span: ${n} -> Global error occurred`),t.setStatus({code:zl,message:n})}}Qne.tag="sentry_tracingErrorCallback";const KGe="_sentryScope",XGe="_sentryIsolationScope";function Y3t(e,t,n){e&&(Wf(e,XGe,n),Wf(e,KGe,t))}function TTe(e){return{scope:e[KGe],isolationScope:e[XGe]}}function Uv(e){if(typeof __SENTRY_TRACING__=="boolean"&&!__SENTRY_TRACING__)return!1;const t=_a(),n=e||t&&t.getOptions();return!!n&&(n.enableTracing||"tracesSampleRate"in n||"tracesSampler"in n)}class zI{constructor(t={}){this._traceId=t.traceId||Mo(),this._spanId=t.spanId||Mo().substring(16)}spanContext(){return{spanId:this._spanId,traceId:this._traceId,traceFlags:HGe}}end(t){}setAttribute(t,n){return this}setAttributes(t){return this}setStatus(t){return this}updateName(t){return this}isRecording(){return!1}addEvent(t,n,r){return this}addLink(t){return this}addLinks(t){return this}recordException(t,n){}}const lpe="production",ZGe="_frozenDsc";function CTe(e,t){Wf(e,ZGe,t)}function TV(e,t){const n=t.getOptions(),{publicKey:r}=t.getDsn()||{},a=hl({environment:n.environment||lpe,release:n.release,public_key:r,trace_id:e});return t.emit("createDsc",a),a}function qb(e){const t=_a();if(!t)return{};const n=TV($a(e).trace_id||"",t),r=Ru(e),a=r[ZGe];if(a)return a;const i=r.spanContext().traceState,o=i&&i.get("sentry.dsc"),s=o&&MGe(o);if(s)return s;const l=$a(r),u=l.data||{},c=u[zGe];c!=null&&(n.sample_rate=`${c}`);const d=u[wg],f=l.description;return d!=="url"&&f&&(n.transaction=f),Uv()&&(n.sampled=String(g_(r))),t.emit("createDsc",n,r),n}function K3t(e){if(!Wr)return;const{description:t="< unknown name >",op:n="< unknown op >",parent_span_id:r}=$a(e),{spanId:a}=e.spanContext(),i=g_(e),o=Ru(e),s=o===e,l=`[Tracing] Starting ${i?"sampled":"unsampled"} ${s?"root ":""}span`,u=[`op: ${n}`,`name: ${t}`,`ID: ${a}`];if(r&&u.push(`parent ID: ${r}`),!s){const{op:c,description:d}=$a(o);u.push(`root ID: ${o.spanContext().spanId}`),c&&u.push(`root op: ${c}`),d&&u.push(`root description: ${d}`)}dn.log(`${l} - ${u.join(` - `)}`)}function X3t(e){if(!Wr)return;const{description:t="< unknown name >",op:n="< unknown op >"}=$a(e),{spanId:r}=e.spanContext(),i=Ru(e)===e,o=`[Tracing] Finishing "${n}" ${i?"root ":""}span "${t}" with ID ${r}`;dn.log(o)}function D9(e){if(typeof e=="boolean")return Number(e);const t=typeof e=="string"?parseFloat(e):e;if(typeof t!="number"||isNaN(t)||t<0||t>1){Wr&&dn.warn(`[Tracing] Given sample rate is invalid. Sample rate must be a boolean or a number between 0 and 1. Got ${JSON.stringify(e)} of type ${JSON.stringify(typeof e)}.`);return}return t}function Z3t(e,t){if(!Uv(e))return[!1];let n;typeof e.tracesSampler=="function"?n=e.tracesSampler(t):t.parentSampled!==void 0?n=t.parentSampled:typeof e.tracesSampleRate<"u"?n=e.tracesSampleRate:n=1;const r=D9(n);return r===void 0?(Wr&&dn.warn("[Tracing] Discarding transaction because of invalid sample rate."),[!1]):r?Math.random()s($a(c)):c=>$a(c),u=[];for(const c of e){const d=l(c);d&&u.push(y3t(d))}return m_(o,u)}function nMt(e,t,n,r=Lu()){const a=r&&Ru(r);a&&a.addEvent(e,{[EV]:t,[_V]:n})}function ITe(e){if(!e||e.length===0)return;const t={};return e.forEach(n=>{const r=n.attributes||{},a=r[_V],i=r[EV];typeof a=="string"&&typeof i=="number"&&(t[n.name]={value:i,unit:a})}),t}const ATe=1e3;class upe{constructor(t={}){this._traceId=t.traceId||Mo(),this._spanId=t.spanId||Mo().substring(16),this._startTime=t.startTimestamp||jc(),this._attributes={},this.setAttributes({[nu]:"manual",[CS]:t.op,...t.attributes}),this._name=t.name,t.parentSpanId&&(this._parentSpanId=t.parentSpanId),"sampled"in t&&(this._sampled=t.sampled),t.endTimestamp&&(this._endTime=t.endTimestamp),this._events=[],this._isStandaloneSpan=t.isStandalone,this._endTime&&this._onSpanEnded()}addLink(t){return this}addLinks(t){return this}recordException(t,n){}spanContext(){const{_spanId:t,_traceId:n,_sampled:r}=this;return{spanId:t,traceId:n,traceFlags:r?GGe:HGe}}setAttribute(t,n){return n===void 0?delete this._attributes[t]:this._attributes[t]=n,this}setAttributes(t){return Object.keys(t).forEach(n=>this.setAttribute(n,t[n])),this}updateStartTime(t){this._startTime=Qw(t)}setStatus(t){return this._status=t,this}updateName(t){return this._name=t,this.setAttribute(wg,"custom"),this}end(t){this._endTime||(this._endTime=Qw(t),X3t(this),this._onSpanEnded())}getSpanJSON(){return hl({data:this._attributes,description:this._name,op:this._attributes[CS],parent_span_id:this._parentSpanId,span_id:this._spanId,start_timestamp:this._startTime,status:qGe(this._status),timestamp:this._endTime,trace_id:this._traceId,origin:this._attributes[nu],_metrics_summary:Kne(this),profile_id:this._attributes[F3t],exclusive_time:this._attributes[spe],measurements:ITe(this._events),is_segment:this._isStandaloneSpan&&Ru(this)===this||void 0,segment_id:this._isStandaloneSpan?Ru(this).spanContext().spanId:void 0})}isRecording(){return!this._endTime&&!!this._sampled}addEvent(t,n,r){Wr&&dn.log("[Tracing] Adding an event to span:",t);const a=kTe(n)?n:r||jc(),i=kTe(n)?{}:n||{},o={name:t,time:Qw(a),attributes:i};return this._events.push(o),this}isStandaloneSpan(){return!!this._isStandaloneSpan}_onSpanEnded(){const t=_a();if(t&&t.emit("spanEnd",this),!(this._isStandaloneSpan||this===Ru(this)))return;if(this._isStandaloneSpan){this._sampled?aMt(tMt([this],t)):(Wr&&dn.log("[Tracing] Discarding standalone span because its trace was not chosen to be sampled."),t&&t.recordDroppedEvent("sample_rate","span"));return}const r=this._convertSpanToTransaction();r&&(TTe(this).scope||Li()).captureEvent(r)}_convertSpanToTransaction(){if(!OTe($a(this)))return;this._name||(Wr&&dn.warn("Transaction has no name, falling back to ``."),this._name="");const{scope:t,isolationScope:n}=TTe(this),a=(t||Li()).getClient()||_a();if(this._sampled!==!0){Wr&&dn.log("[Tracing] Discarding transaction because its trace was not chosen to be sampled."),a&&a.recordDroppedEvent("sample_rate","transaction");return}const o=_8(this).filter(d=>d!==this&&!rMt(d)).map(d=>$a(d)).filter(OTe),s=this._attributes[wg],l={contexts:{trace:U3t(this)},spans:o.length>ATe?o.sort((d,f)=>d.start_timestamp-f.start_timestamp).slice(0,ATe):o,start_timestamp:this._startTime,timestamp:this._endTime,transaction:this._name,type:"transaction",sdkProcessingMetadata:{capturedSpanScope:t,capturedSpanIsolationScope:n,...hl({dynamicSamplingContext:qb(this)})},_metrics_summary:Kne(this),...s&&{transaction_info:{source:s}}},u=ITe(this._events);return u&&Object.keys(u).length&&(Wr&&dn.log("[Measurements] Adding measurements to transaction event",JSON.stringify(u,void 0,2)),l.measurements=u),l}}function kTe(e){return e&&typeof e=="number"||e instanceof Date||Array.isArray(e)}function OTe(e){return!!e.start_timestamp&&!!e.timestamp&&!!e.span_id&&!!e.trace_id}function rMt(e){return e instanceof upe&&e.isStandaloneSpan()}function aMt(e){const t=_a();if(!t)return;const n=e[1];if(!n||n.length===0){t.recordDroppedEvent("before_send","span");return}t.sendEnvelope(e)}const QGe="__SENTRY_SUPPRESS_TRACING__";function U3(e){const t=eWe();if(t.startInactiveSpan)return t.startInactiveSpan(e);const n=oMt(e),{forceTransaction:r,parentSpan:a}=e;return(e.scope?o=>ope(e.scope,o):a!==void 0?o=>JGe(a,o):o=>o())(()=>{const o=Li(),s=lMt(o);return e.onlyIfParent&&!s?new zI:iMt({parentSpan:s,spanArguments:n,forceTransaction:r,scope:o})})}function JGe(e,t){const n=eWe();return n.withActiveSpan?n.withActiveSpan(e,t):ope(r=>(FN(r,e||void 0),t(r)))}function iMt({parentSpan:e,spanArguments:t,forceTransaction:n,scope:r}){if(!Uv())return new zI;const a=Jf();let i;if(e&&!n)i=sMt(e,r,t),YGe(e,i);else if(e){const o=qb(e),{traceId:s,spanId:l}=e.spanContext(),u=g_(e);i=PTe({traceId:s,parentSpanId:l,...t},r,u),CTe(i,o)}else{const{traceId:o,dsc:s,parentSpanId:l,sampled:u}={...a.getPropagationContext(),...r.getPropagationContext()};i=PTe({traceId:o,parentSpanId:l,...t},r,u),s&&CTe(i,s)}return K3t(i),Y3t(i,r,a),i}function oMt(e){const n={isStandalone:(e.experimental||{}).standalone,...e};if(e.startTime){const r={...n};return r.startTimestamp=Qw(e.startTime),delete r.startTime,r}return n}function eWe(){const e=BI();return z3(e)}function PTe(e,t,n){const r=_a(),a=r&&r.getOptions()||{},{name:i="",attributes:o}=e,[s,l]=t.getScopeData().sdkProcessingMetadata[QGe]?[!1]:Z3t(a,{name:i,parentSampled:n,attributes:o,transactionContext:{name:i,parentSampled:n}}),u=new upe({...e,attributes:{[wg]:"custom",...e.attributes},sampled:s});return l!==void 0&&u.setAttribute(zGe,l),r&&r.emit("spanStart",u),u}function sMt(e,t,n){const{spanId:r,traceId:a}=e.spanContext(),i=t.getScopeData().sdkProcessingMetadata[QGe]?!1:g_(e),o=i?new upe({...n,parentSpanId:r,traceId:a,sampled:i}):new zI({traceId:a});YGe(e,o);const s=_a();return s&&(s.emit("spanStart",o),n.endTimestamp&&s.emit("spanEnd",o)),o}function lMt(e){const t=N9(e);if(!t)return;const n=_a();return(n?n.getOptions():{}).parentSpanIsAlwaysRootSpan?Ru(t):t}const E8={idleTimeout:1e3,finalTimeout:3e4,childSpanTimeout:15e3},uMt="heartbeatFailed",cMt="idleTimeout",dMt="finalTimeout",fMt="externalFinish";function tWe(e,t={}){const n=new Map;let r=!1,a,i=fMt,o=!t.disableAutoFinish;const s=[],{idleTimeout:l=E8.idleTimeout,finalTimeout:u=E8.finalTimeout,childSpanTimeout:c=E8.childSpanTimeout,beforeSpanEnd:d}=t,f=_a();if(!f||!Uv())return new zI;const p=Li(),g=Lu(),v=pMt(e);v.end=new Proxy(v.end,{apply(_,T,C){d&&d(v);const[A,...k]=C,I=A||jc(),R=Qw(I),L=_8(v).filter(W=>W!==v);if(!L.length)return S(R),Reflect.apply(_,T,[R,...k]);const N=L.map(W=>$a(W).timestamp).filter(W=>!!W),j=N.length?Math.max(...N):void 0,B=$a(v).start_timestamp,U=Math.min(B?B+u/1e3:1/0,Math.max(B||-1/0,Math.min(R,j||1/0)));return S(U),Reflect.apply(_,T,[U,...k])}});function m(){a&&(clearTimeout(a),a=void 0)}function y(_){m(),a=setTimeout(()=>{!r&&n.size===0&&o&&(i=cMt,v.end(_))},l)}function b(_){a=setTimeout(()=>{!r&&o&&(i=uMt,v.end(_))},c)}function x(_){m(),n.set(_,!0);const T=jc();b(T+c/1e3)}function w(_){if(n.has(_)&&n.delete(_),n.size===0){const T=jc();y(T+l/1e3)}}function S(_){r=!0,n.clear(),s.forEach(R=>R()),FN(p,g);const T=$a(v),{start_timestamp:C}=T;if(!C)return;(T.data||{})[Xne]||v.setAttribute(Xne,i),dn.log(`[Tracing] Idle span "${T.op}" finished`);const k=_8(v).filter(R=>R!==v);let I=0;k.forEach(R=>{R.isRecording()&&(R.setStatus({code:zl,message:"cancelled"}),R.end(_),Wr&&dn.log("[Tracing] Cancelling span since span ended early",JSON.stringify(R,void 0,2)));const L=$a(R),{timestamp:N=0,start_timestamp:j=0}=L,B=j<=_,U=(u+l)/1e3,W=N-j<=U;if(Wr){const z=JSON.stringify(R,void 0,2);B?W||dn.log("[Tracing] Discarding span since it finished after idle span final timeout",z):dn.log("[Tracing] Discarding span since it happened after idle span was finished",z)}(!W||!B)&&(W3t(v,R),I++)}),I>0&&v.setAttribute("sentry.idle_span_discarded_spans",I)}return s.push(f.on("spanStart",_=>{if(r||_===v||$a(_).timestamp)return;_8(v).includes(_)&&x(_.spanContext().spanId)})),s.push(f.on("spanEnd",_=>{r||w(_.spanContext().spanId)})),s.push(f.on("idleSpanEnableAutoFinish",_=>{_===v&&(o=!0,y(),n.size&&b())})),t.disableAutoFinish||y(),setTimeout(()=>{r||(v.setStatus({code:zl,message:"deadline_exceeded"}),i=dMt,v.end())},u),v}function pMt(e){const t=U3(e);return FN(Li(),t),Wr&&dn.log("[Tracing] Started span is an idle span"),t}function Jne(e,t,n,r=0){return new Lp((a,i)=>{const o=e[r];if(t===null||typeof o!="function")a(t);else{const s=o({...t},n);Wr&&o.id&&s===null&&dn.log(`Event processor "${o.id}" dropped event`),wV(s)?s.then(l=>Jne(e,l,n,r+1).then(a)).then(null,i):Jne(e,s,n,r+1).then(a).then(null,i)}})}function hMt(e,t){const{fingerprint:n,span:r,breadcrumbs:a,sdkProcessingMetadata:i}=t;mMt(e,t),r&&yMt(e,r),bMt(e,n),gMt(e,a),vMt(e,i)}function RTe(e,t){const{extra:n,tags:r,user:a,contexts:i,level:o,sdkProcessingMetadata:s,breadcrumbs:l,fingerprint:u,eventProcessors:c,attachments:d,propagationContext:f,transactionName:p,span:g}=t;kk(e,"extra",n),kk(e,"tags",r),kk(e,"user",a),kk(e,"contexts",i),kk(e,"sdkProcessingMetadata",s),o&&(e.level=o),p&&(e.transactionName=p),g&&(e.span=g),l.length&&(e.breadcrumbs=[...e.breadcrumbs,...l]),u.length&&(e.fingerprint=[...e.fingerprint,...u]),c.length&&(e.eventProcessors=[...e.eventProcessors,...c]),d.length&&(e.attachments=[...e.attachments,...d]),e.propagationContext={...e.propagationContext,...f}}function kk(e,t,n){if(n&&Object.keys(n).length){e[t]={...e[t]};for(const r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[t][r]=n[r])}}function mMt(e,t){const{extra:n,tags:r,user:a,contexts:i,level:o,transactionName:s}=t,l=hl(n);l&&Object.keys(l).length&&(e.extra={...l,...e.extra});const u=hl(r);u&&Object.keys(u).length&&(e.tags={...u,...e.tags});const c=hl(a);c&&Object.keys(c).length&&(e.user={...c,...e.user});const d=hl(i);d&&Object.keys(d).length&&(e.contexts={...d,...e.contexts}),o&&(e.level=o),s&&e.type!=="transaction"&&(e.transaction=s)}function gMt(e,t){const n=[...e.breadcrumbs||[],...t];e.breadcrumbs=n.length?n:void 0}function vMt(e,t){e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...t}}function yMt(e,t){e.contexts={trace:V3t(t),...e.contexts},e.sdkProcessingMetadata={dynamicSamplingContext:qb(t),...e.sdkProcessingMetadata};const n=Ru(t),r=$a(n).description;r&&!e.transaction&&e.type==="transaction"&&(e.transaction=r)}function bMt(e,t){e.fingerprint=e.fingerprint?RGe(e.fingerprint):[],t&&(e.fingerprint=e.fingerprint.concat(t)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}function nWe(e,t,n,r,a,i){const{normalizeDepth:o=3,normalizeMaxBreadth:s=1e3}=e,l={...t,event_id:t.event_id||n.event_id||Mo(),timestamp:t.timestamp||B3()},u=n.integrations||e.integrations.map(m=>m.name);xMt(l,e),_Mt(l,u),a&&a.emit("applyFrameMetadata",t),t.type===void 0&&wMt(l,e.stackParser);const c=TMt(r,n.captureContext);n.mechanism&&jN(l,n.mechanism);const d=a?a.getEventProcessors():[],f=BGe().getScopeData();if(i){const m=i.getScopeData();RTe(f,m)}if(c){const m=c.getScopeData();RTe(f,m)}const p=[...n.attachments||[],...f.attachments];p.length&&(n.attachments=p),hMt(l,f);const g=[...d,...f.eventProcessors];return Jne(g,l,n).then(m=>(m&&SMt(m),typeof o=="number"&&o>0?EMt(m,o,s):m))}function xMt(e,t){const{environment:n,release:r,dist:a,maxValueLength:i=250}=t;"environment"in e||(e.environment="environment"in t?n:lpe),e.release===void 0&&r!==void 0&&(e.release=r),e.dist===void 0&&a!==void 0&&(e.dist=a),e.message&&(e.message=mC(e.message,i));const o=e.exception&&e.exception.values&&e.exception.values[0];o&&o.value&&(o.value=mC(o.value,i));const s=e.request;s&&s.url&&(s.url=mC(s.url,i))}function wMt(e,t){const n=T3t(t);try{e.exception.values.forEach(r=>{r.stacktrace.frames.forEach(a=>{a.filename&&(a.debug_id=n[a.filename])})})}catch{}}function SMt(e){const t={};try{e.exception.values.forEach(r=>{r.stacktrace.frames.forEach(a=>{a.debug_id&&(a.abs_path?t[a.abs_path]=a.debug_id:a.filename&&(t[a.filename]=a.debug_id),delete a.debug_id)})})}catch{}if(Object.keys(t).length===0)return;e.debug_meta=e.debug_meta||{},e.debug_meta.images=e.debug_meta.images||[];const n=e.debug_meta.images;Object.entries(t).forEach(([r,a])=>{n.push({type:"sourcemap",code_file:r,debug_id:a})})}function _Mt(e,t){t.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...t])}function EMt(e,t,n){if(!e)return null;const r={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(a=>({...a,...a.data&&{data:cg(a.data,t,n)}}))},...e.user&&{user:cg(e.user,t,n)},...e.contexts&&{contexts:cg(e.contexts,t,n)},...e.extra&&{extra:cg(e.extra,t,n)}};return e.contexts&&e.contexts.trace&&r.contexts&&(r.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(r.contexts.trace.data=cg(e.contexts.trace.data,t,n))),e.spans&&(r.spans=e.spans.map(a=>({...a,...a.data&&{data:cg(a.data,t,n)}}))),r}function TMt(e,t){if(!t)return e;const n=e?e.clone():new Eb;return n.update(t),n}function CMt(e){if(e)return IMt(e)?{captureContext:e}:kMt(e)?{captureContext:e}:e}function IMt(e){return e instanceof Eb||typeof e=="function"}const AMt=["user","level","extra","contexts","tags","fingerprint","requestSession","propagationContext"];function kMt(e){return Object.keys(e).some(t=>AMt.includes(t))}function V3(e,t){return Li().captureException(e,CMt(t))}function rWe(e,t){const n=typeof t=="string"?t:void 0,r=typeof t!="string"?{captureContext:t}:void 0;return Li().captureMessage(e,n,r)}function aWe(e,t){return Li().captureEvent(e,t)}function iWe(e,t){Jf().setContext(e,t)}function oWe(e){Jf().setUser(e)}function OMt(e){Jf().addEventProcessor(e)}function NTe(e){const t=_a(),n=Jf(),r=Li(),{release:a,environment:i=lpe}=t&&t.getOptions()||{},{userAgent:o}=ja.navigator||{},s=A3t({release:a,environment:i,user:r.getUser()||n.getUser(),...o&&{userAgent:o},...e}),l=n.getSession();return l&&l.status==="ok"&&i2(l,{status:"exited"}),sWe(),n.setSession(s),r.setSession(s),s}function sWe(){const e=Jf(),t=Li(),n=t.getSession()||e.getSession();n&&k3t(n),lWe(),e.setSession(),t.setSession()}function lWe(){const e=Jf(),t=Li(),n=_a(),r=t.getSession()||e.getSession();r&&n&&n.captureSession(r)}function DTe(e=!1){if(e){sWe();return}lWe()}const PMt="7";function RMt(e){const t=e.protocol?`${e.protocol}:`:"",n=e.port?`:${e.port}`:"";return`${t}//${e.host}${n}${e.path?`/${e.path}`:""}/api/`}function NMt(e){return`${RMt(e)}${e.projectId}/envelope/`}function DMt(e,t){return $Dt({sentry_key:e.publicKey,sentry_version:PMt,...t&&{sentry_client:`${t.name}/${t.version}`}})}function MMt(e,t,n){return t||`${NMt(e)}?${DMt(e,n)}`}const MTe=[];function $Mt(e){const t={};return e.forEach(n=>{const{name:r}=n,a=t[r];a&&!a.isDefaultInstance&&n.isDefaultInstance||(t[r]=n)}),Object.values(t)}function LMt(e){const t=e.defaultIntegrations||[],n=e.integrations;t.forEach(o=>{o.isDefaultInstance=!0});let r;Array.isArray(n)?r=[...t,...n]:typeof n=="function"?r=RGe(n(t)):r=t;const a=$Mt(r),i=a.findIndex(o=>o.name==="Debug");if(i>-1){const[o]=a.splice(i,1);a.push(o)}return a}function jMt(e,t){const n={};return t.forEach(r=>{r&&uWe(e,r,n)}),n}function $Te(e,t){for(const n of t)n&&n.afterAllSetup&&n.afterAllSetup(e)}function uWe(e,t,n){if(n[t.name]){Wr&&dn.log(`Integration skipped because it was already installed: ${t.name}`);return}if(n[t.name]=t,MTe.indexOf(t.name)===-1&&typeof t.setupOnce=="function"&&(t.setupOnce(),MTe.push(t.name)),t.setup&&typeof t.setup=="function"&&t.setup(e),typeof t.preprocessEvent=="function"){const r=t.preprocessEvent.bind(t);e.on("preprocessEvent",(a,i)=>r(a,i,e))}if(typeof t.processEvent=="function"){const r=t.processEvent.bind(t),a=Object.assign((i,o)=>r(i,o,e),{id:t.name});e.addEventProcessor(a)}Wr&&dn.log(`Integration installed: ${t.name}`)}const LTe="Not capturing exception because it's already been captured.";class FMt{constructor(t){if(this._options=t,this._integrations={},this._numProcessing=0,this._outcomes={},this._hooks={},this._eventProcessors=[],t.dsn?this._dsn=MDt(t.dsn):Wr&&dn.warn("No DSN provided, client will not send events."),this._dsn){const n=MMt(this._dsn,t.tunnel,t._metadata?t._metadata.sdk:void 0);this._transport=t.transport({tunnel:this._options.tunnel,recordDroppedEvent:this.recordDroppedEvent.bind(this),...t.transportOptions,url:n})}}captureException(t,n,r){const a=Mo();if(vTe(t))return Wr&&dn.log(LTe),a;const i={event_id:a,...n};return this._process(this.eventFromException(t,i).then(o=>this._captureEvent(o,i,r))),i.event_id}captureMessage(t,n,r,a){const i={event_id:Mo(),...r},o=Qfe(t)?t:String(t),s=Jfe(t)?this.eventFromMessage(o,n,i):this.eventFromException(t,i);return this._process(s.then(l=>this._captureEvent(l,i,a))),i.event_id}captureEvent(t,n,r){const a=Mo();if(n&&n.originalException&&vTe(n.originalException))return Wr&&dn.log(LTe),a;const i={event_id:a,...n},s=(t.sdkProcessingMetadata||{}).capturedSpanScope;return this._process(this._captureEvent(t,i,s||r)),i.event_id}captureSession(t){typeof t.release!="string"?Wr&&dn.warn("Discarded session because of missing or non-string release"):(this.sendSession(t),i2(t,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getSdkMetadata(){return this._options._metadata}getTransport(){return this._transport}flush(t){const n=this._transport;return n?(this.emit("flush"),this._isClientDoneProcessing(t).then(r=>n.flush(t).then(a=>r&&a))):zv(!0)}close(t){return this.flush(t).then(n=>(this.getOptions().enabled=!1,this.emit("close"),n))}getEventProcessors(){return this._eventProcessors}addEventProcessor(t){this._eventProcessors.push(t)}init(){(this._isEnabled()||this._options.integrations.some(({name:t})=>t.startsWith("Spotlight")))&&this._setupIntegrations()}getIntegrationByName(t){return this._integrations[t]}addIntegration(t){const n=this._integrations[t.name];uWe(this,t,this._integrations),n||$Te(this,[t])}sendEvent(t,n={}){this.emit("beforeSendEvent",t,n);let r=eMt(t,this._dsn,this._options._metadata,this._options.tunnel);for(const i of n.attachments||[])r=m3t(r,b3t(i));const a=this.sendEnvelope(r);a&&a.then(i=>this.emit("afterSendEvent",t,i),null)}sendSession(t){const n=J3t(t,this._dsn,this._options._metadata,this._options.tunnel);this.sendEnvelope(n)}recordDroppedEvent(t,n,r){if(this._options.sendClientReports){const a=typeof r=="number"?r:1,i=`${t}:${n}`;Wr&&dn.log(`Recording outcome: "${i}"${a>1?` (${a} times)`:""}`),this._outcomes[i]=(this._outcomes[i]||0)+a}}on(t,n){const r=this._hooks[t]=this._hooks[t]||[];return r.push(n),()=>{const a=r.indexOf(n);a>-1&&r.splice(a,1)}}emit(t,...n){const r=this._hooks[t];r&&r.forEach(a=>a(...n))}sendEnvelope(t){return this.emit("beforeEnvelope",t),this._isEnabled()&&this._transport?this._transport.send(t).then(null,n=>(Wr&&dn.error("Error while sending envelope:",n),n)):(Wr&&dn.error("Transport disabled"),zv({}))}_setupIntegrations(){const{integrations:t}=this._options;this._integrations=jMt(this,t),$Te(this,t)}_updateSessionFromEvent(t,n){let r=!1,a=!1;const i=n.exception&&n.exception.values;if(i){a=!0;for(const l of i){const u=l.mechanism;if(u&&u.handled===!1){r=!0;break}}}const o=t.status==="ok";(o&&t.errors===0||o&&r)&&(i2(t,{...r&&{status:"crashed"},errors:t.errors||Number(a||r)}),this.captureSession(t))}_isClientDoneProcessing(t){return new Lp(n=>{let r=0;const a=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),n(!0)):(r+=a,t&&r>=t&&(clearInterval(i),n(!1)))},a)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._transport!==void 0}_prepareEvent(t,n,r,a=Jf()){const i=this.getOptions(),o=Object.keys(this._integrations);return!n.integrations&&o.length>0&&(n.integrations=o),this.emit("preprocessEvent",t,n),t.type||a.setLastEventId(t.event_id||n.event_id),nWe(i,t,n,r,this,a).then(s=>{if(s===null)return s;const l={...a.getPropagationContext(),...r?r.getPropagationContext():void 0};if(!(s.contexts&&s.contexts.trace)&&l){const{traceId:c,spanId:d,parentSpanId:f,dsc:p}=l;s.contexts={trace:hl({trace_id:c,span_id:d,parent_span_id:f}),...s.contexts};const g=p||TV(c,this);s.sdkProcessingMetadata={dynamicSamplingContext:g,...s.sdkProcessingMetadata}}return s})}_captureEvent(t,n={},r){return this._processEvent(t,n,r).then(a=>a.event_id,a=>{if(Wr){const i=a;i.logLevel==="log"?dn.log(i.message):dn.warn(i)}})}_processEvent(t,n,r){const a=this.getOptions(),{sampleRate:i}=a,o=dWe(t),s=cWe(t),l=t.type||"error",u=`before send for type \`${l}\``,c=typeof i>"u"?void 0:D9(i);if(s&&typeof c=="number"&&Math.random()>c)return this.recordDroppedEvent("sample_rate","error",t),P9(new mg(`Discarding event because it's not included in the random sample (sampling rate = ${i})`,"log"));const d=l==="replay_event"?"replay":l,p=(t.sdkProcessingMetadata||{}).capturedSpanIsolationScope;return this._prepareEvent(t,n,r,p).then(g=>{if(g===null)throw this.recordDroppedEvent("event_processor",d,t),new mg("An event processor returned `null`, will not send event.","log");if(n.data&&n.data.__sentry__===!0)return g;const m=zMt(this,a,g,n);return BMt(m,u)}).then(g=>{if(g===null){if(this.recordDroppedEvent("before_send",d,t),o){const b=1+(t.spans||[]).length;this.recordDroppedEvent("before_send","span",b)}throw new mg(`${u} returned \`null\`, will not send event.`,"log")}const v=r&&r.getSession();if(!o&&v&&this._updateSessionFromEvent(v,g),o){const y=g.sdkProcessingMetadata&&g.sdkProcessingMetadata.spanCountBeforeProcessing||0,b=g.spans?g.spans.length:0,x=y-b;x>0&&this.recordDroppedEvent("before_send","span",x)}const m=g.transaction_info;if(o&&m&&g.transaction!==t.transaction){const y="custom";g.transaction_info={...m,source:y}}return this.sendEvent(g,n),g}).then(null,g=>{throw g instanceof mg?g:(this.captureException(g,{data:{__sentry__:!0},originalException:g}),new mg(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. -Reason: ${g}`))})}_process(t){this._numProcessing++,t.then(n=>(this._numProcessing--,n),n=>(this._numProcessing--,n))}_clearOutcomes(){const t=this._outcomes;return this._outcomes={},Object.entries(t).map(([n,r])=>{const[a,i]=n.split(":");return{reason:a,category:i,quantity:r}})}_flushOutcomes(){Wr&&dn.log("Flushing outcomes...");const t=this._clearOutcomes();if(t.length===0){Wr&&dn.log("No outcomes to send");return}if(!this._dsn){Wr&&dn.log("No dsn provided, will not send outcomes");return}Wr&&dn.log("Sending outcomes:",t);const n=w3t(t,this._options.tunnel&&F3(this._dsn));this.sendEnvelope(n)}}function BMt(e,t){const n=`${t} must return \`null\` or a valid event.`;if(wV(e))return e.then(r=>{if(!a2(r)&&r!==null)throw new mg(n);return r},r=>{throw new mg(`${t} rejected with ${r}`)});if(!a2(e)&&e!==null)throw new mg(n);return e}function zMt(e,t,n,r){const{beforeSend:a,beforeSendTransaction:i,beforeSendSpan:o}=t;if(cWe(n)&&a)return a(n,r);if(dWe(n)){if(n.spans&&o){const s=[];for(const l of n.spans){const u=o(l);u?s.push(u):e.recordDroppedEvent("before_send","span")}n.spans=s}if(i){if(n.spans){const s=n.spans.length;n.sdkProcessingMetadata={...n.sdkProcessingMetadata,spanCountBeforeProcessing:s}}return i(n,r)}}return n}function cWe(e){return e.type===void 0}function dWe(e){return e.type==="transaction"}function UMt(e,t){t.debug===!0&&(Wr?dn.enable():FI(()=>{console.warn("[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.")})),Li().update(t.initialScope);const r=new e(t);return VMt(r),r.init(),r}function VMt(e){Li().setClient(e)}const HMt=64;function GMt(e,t,n=o3t(e.bufferSize||HMt)){let r={};const a=o=>n.drain(o);function i(o){const s=[];if(bTe(o,(d,f)=>{const p=xTe(f);if(jGe(r,p)){const g=jTe(d,f);e.recordDroppedEvent("ratelimit_backoff",p,g)}else s.push(d)}),s.length===0)return zv({});const l=m_(o[0],s),u=d=>{bTe(l,(f,p)=>{const g=jTe(f,p);e.recordDroppedEvent(d,xTe(p),g)})},c=()=>t({body:g3t(l)}).then(d=>(d.statusCode!==void 0&&(d.statusCode<200||d.statusCode>=300)&&Wr&&dn.warn(`Sentry responded with status code ${d.statusCode} to sent event.`),r=FGe(r,d),d),d=>{throw u("network_error"),d});return n.add(c).then(d=>d,d=>{if(d instanceof mg)return Wr&&dn.error("Skipped sending event because buffer is full."),u("queue_overflow"),zv({});throw d})}return{send:i,flush:a}}function jTe(e,t){if(!(t!=="event"&&t!=="transaction"))return Array.isArray(e)?e[1]:void 0}function WMt(e,t){const n=t&&t.getDsn(),r=t&&t.getOptions().tunnel;return YMt(e,n)||qMt(e,r)}function qMt(e,t){return t?FTe(e)===FTe(t):!1}function YMt(e,t){return t?e.includes(t.host):!1}function FTe(e){return e[e.length-1]==="/"?e.slice(0,-1):e}function fWe(e,t,n=[t],r="npm"){const a=e._metadata||{};a.sdk||(a.sdk={name:`sentry.javascript.${t}`,packages:n.map(i=>({name:`${r}:@sentry/${i}`,version:Xw})),version:Xw}),e._metadata=a}const KMt=100;function Vv(e,t){const n=_a(),r=Jf();if(!n)return;const{beforeBreadcrumb:a=null,maxBreadcrumbs:i=KMt}=n.getOptions();if(i<=0)return;const s={timestamp:B3(),...e},l=a?FI(()=>a(s,t)):s;l!==null&&(n.emit&&n.emit("beforeAddBreadcrumb",l,t),r.addBreadcrumb(l,i))}let BTe;const XMt="FunctionToString",zTe=new WeakMap,ZMt=()=>({name:XMt,setupOnce(){BTe=Function.prototype.toString;try{Function.prototype.toString=function(...e){const t=epe(this),n=zTe.has(_a())&&t!==void 0?t:this;return BTe.apply(n,e)}}catch{}},setup(e){zTe.set(e,!0)}}),QMt=ZMt,JMt=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/,/^ResizeObserver loop completed with undelivered notifications.$/,/^Cannot redefine property: googletag$/,"undefined is not an object (evaluating 'a.L')",`can't redefine non-configurable property "solana"`,"vv().getRestrictions is not a function. (In 'vv().getRestrictions(1,a)', 'vv().getRestrictions' is undefined)","Can't find variable: _AutofillCallbackHandler"],e$t="InboundFilters",t$t=(e={})=>({name:e$t,processEvent(t,n,r){const a=r.getOptions(),i=r$t(e,a);return a$t(t,i)?null:t}}),n$t=t$t;function r$t(e={},t={}){return{allowUrls:[...e.allowUrls||[],...t.allowUrls||[]],denyUrls:[...e.denyUrls||[],...t.denyUrls||[]],ignoreErrors:[...e.ignoreErrors||[],...t.ignoreErrors||[],...e.disableErrorDefaults?[]:JMt],ignoreTransactions:[...e.ignoreTransactions||[],...t.ignoreTransactions||[]],ignoreInternal:e.ignoreInternal!==void 0?e.ignoreInternal:!0}}function a$t(e,t){return t.ignoreInternal&&c$t(e)?(Wr&&dn.warn(`Event dropped due to being internal Sentry Error. -Event: ${h1(e)}`),!0):i$t(e,t.ignoreErrors)?(Wr&&dn.warn(`Event dropped due to being matched by \`ignoreErrors\` option. -Event: ${h1(e)}`),!0):f$t(e)?(Wr&&dn.warn(`Event dropped due to not having an error message, error type or stacktrace. -Event: ${h1(e)}`),!0):o$t(e,t.ignoreTransactions)?(Wr&&dn.warn(`Event dropped due to being matched by \`ignoreTransactions\` option. -Event: ${h1(e)}`),!0):s$t(e,t.denyUrls)?(Wr&&dn.warn(`Event dropped due to being matched by \`denyUrls\` option. -Event: ${h1(e)}. -Url: ${M9(e)}`),!0):l$t(e,t.allowUrls)?!1:(Wr&&dn.warn(`Event dropped due to not being matched by \`allowUrls\` option. -Event: ${h1(e)}. -Url: ${M9(e)}`),!0)}function i$t(e,t){return e.type||!t||!t.length?!1:u$t(e).some(n=>Y1(n,t))}function o$t(e,t){if(e.type!=="transaction"||!t||!t.length)return!1;const n=e.transaction;return n?Y1(n,t):!1}function s$t(e,t){if(!t||!t.length)return!1;const n=M9(e);return n?Y1(n,t):!1}function l$t(e,t){if(!t||!t.length)return!0;const n=M9(e);return n?Y1(n,t):!0}function u$t(e){const t=[];e.message&&t.push(e.message);let n;try{n=e.exception.values[e.exception.values.length-1]}catch{}return n&&n.value&&(t.push(n.value),n.type&&t.push(`${n.type}: ${n.value}`)),t}function c$t(e){try{return e.exception.values[0].type==="SentryError"}catch{}return!1}function d$t(e=[]){for(let t=e.length-1;t>=0;t--){const n=e[t];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function M9(e){try{let t;try{t=e.exception.values[0].stacktrace.frames}catch{}return t?d$t(t):null}catch{return Wr&&dn.error(`Cannot extract url for event ${h1(e)}`),null}}function f$t(e){return e.type||!e.exception||!e.exception.values||e.exception.values.length===0?!1:!e.message&&!e.exception.values.some(t=>t.stacktrace||t.type&&t.type!=="Error"||t.value)}const p$t="Dedupe",h$t=()=>{let e;return{name:p$t,processEvent(t){if(t.type)return t;try{if(g$t(t,e))return Wr&&dn.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{}return e=t}}},m$t=h$t;function g$t(e,t){return t?!!(v$t(e,t)||y$t(e,t)):!1}function v$t(e,t){const n=e.message,r=t.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!hWe(e,t)||!pWe(e,t))}function y$t(e,t){const n=UTe(t),r=UTe(e);return!(!n||!r||n.type!==r.type||n.value!==r.value||!hWe(e,t)||!pWe(e,t))}function pWe(e,t){let n=pTe(e),r=pTe(t);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a!(Array.isArray(g)&&g[0]==="sentry-trace")).map(g=>{if(Array.isArray(g)&&g[0]===sT&&typeof g[1]=="string"){const[v,m,...y]=g;return[v,DL(m),...y]}else return g}),["sentry-trace",c]];return d&&p.push([sT,d]),p}else{const p="baggage"in f?f.baggage:void 0;let g=[];return Array.isArray(p)?g=p.map(v=>typeof v=="string"?DL(v):v).filter(v=>v===""):p&&g.push(DL(p)),d&&g.push(d),{...f,"sentry-trace":c,baggage:g.length>0?g.join(","):void 0}}else return{"sentry-trace":c,baggage:d}}function w$t(e){try{return new URL(e).href}catch{return}}function S$t(e,t){if(t.response){VGe(e,t.response.status);const n=t.response&&t.response.headers&&t.response.headers.get("content-length");if(n){const r=parseInt(n);r>0&&e.setAttribute("http.response_content_length",r)}}else t.error&&e.setStatus({code:zl,message:"internal_error"});e.end()}function DL(e){return e.split(",").filter(t=>!t.split("=")[0].startsWith(tpe)).join(",")}const Br=ja;let ere=0;function mWe(){return ere>0}function _$t(){ere++,setTimeout(()=>{ere--})}function s2(e,t={},n){if(typeof e!="function")return e;try{const a=e.__sentry_wrapped__;if(a)return typeof a=="function"?a:e;if(epe(e))return e}catch{return e}const r=function(){const a=Array.prototype.slice.call(arguments);try{const i=a.map(o=>s2(o,t));return e.apply(this,i)}catch(i){throw _$t(),ope(o=>{o.addEventProcessor(s=>(t.mechanism&&(Gne(s,void 0,void 0),jN(s,t.mechanism)),s.extra={...s.extra,arguments:a},s)),V3(i)}),i}};try{for(const a in e)Object.prototype.hasOwnProperty.call(e,a)&&(r[a]=e[a])}catch{}wGe(r,e),Wf(e,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return e.name}})}catch{}return r}const wm=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__;function cpe(e,t){const n=dpe(e,t),r={type:A$t(t),value:k$t(t)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function E$t(e,t,n,r){const a=_a(),i=a&&a.getOptions().normalizeDepth,o=D$t(t),s={__serialized__:NGe(t,i)};if(o)return{exception:{values:[cpe(e,o)]},extra:s};const l={exception:{values:[{type:xV(t)?t.constructor.name:r?"UnhandledRejection":"Error",value:R$t(t,{isUnhandledRejection:r})}]},extra:s};if(n){const u=dpe(e,n);u.length&&(l.exception.values[0].stacktrace={frames:u})}return l}function SK(e,t){return{exception:{values:[cpe(e,t)]}}}function dpe(e,t){const n=t.stacktrace||t.stack||"",r=C$t(t),a=I$t(t);try{return e(n,r,a)}catch{}return[]}const T$t=/Minified React error #\d+;/i;function C$t(e){return e&&T$t.test(e.message)?1:0}function I$t(e){return typeof e.framesToPop=="number"?e.framesToPop:0}function gWe(e){return typeof WebAssembly<"u"&&typeof WebAssembly.Exception<"u"?e instanceof WebAssembly.Exception:!1}function A$t(e){const t=e&&e.name;return!t&&gWe(e)?e.message&&Array.isArray(e.message)&&e.message.length==2?e.message[0]:"WebAssembly.Exception":t}function k$t(e){const t=e&&e.message;return t?t.error&&typeof t.error.message=="string"?t.error.message:gWe(e)&&Array.isArray(e.message)&&e.message.length==2?e.message[1]:t:"No error message"}function O$t(e,t,n,r){const a=n&&n.syntheticException||void 0,i=fpe(e,t,a,r);return jN(i),i.level="error",n&&n.event_id&&(i.event_id=n.event_id),zv(i)}function P$t(e,t,n="info",r,a){const i=r&&r.syntheticException||void 0,o=tre(e,t,i,a);return o.level=n,r&&r.event_id&&(o.event_id=r.event_id),zv(o)}function fpe(e,t,n,r,a){let i;if(mGe(t)&&t.error)return SK(e,t.error);if(iTe(t)||bDt(t)){const o=t;if("stack"in t)i=SK(e,t);else{const s=o.name||(iTe(o)?"DOMError":"DOMException"),l=o.message?`${s}: ${o.message}`:s;i=tre(e,l,n,r),Gne(i,l)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Zfe(t)?SK(e,t):a2(t)||xV(t)?(i=E$t(e,t,n,a),jN(i,{synthetic:!0}),i):(i=tre(e,t,n,r),Gne(i,`${t}`,void 0),jN(i,{synthetic:!0}),i)}function tre(e,t,n,r){const a={};if(r&&n){const i=dpe(e,n);i.length&&(a.exception={values:[{value:t,stacktrace:{frames:i}}]})}if(Qfe(t)){const{__sentry_template_string__:i,__sentry_template_values__:o}=t;return a.logentry={message:i,params:o},a}return a.message=t,a}function R$t(e,{isUnhandledRejection:t}){const n=LDt(e),r=t?"promise rejection":"exception";return mGe(e)?`Event \`ErrorEvent\` captured as ${r} with message \`${e.message}\``:xV(e)?`Event \`${N$t(e)}\` (type=${e.type}) captured as ${r}`:`Object captured as ${r} with keys: ${n}`}function N$t(e){try{const t=Object.getPrototypeOf(e);return t?t.constructor.name:void 0}catch{}}function D$t(e){for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t)){const n=e[t];if(n instanceof Error)return n}}function M$t(e,{metadata:t,tunnel:n,dsn:r}){const a={event_id:e.event_id,sent_at:new Date().toISOString(),...t&&t.sdk&&{sdk:{name:t.sdk.name,version:t.sdk.version}},...!!n&&!!r&&{dsn:F3(r)}},i=$$t(e);return m_(a,[i])}function $$t(e){return[{type:"user_report"},e]}class L$t extends FMt{constructor(t){const n={parentSpanIsAlwaysRootSpan:!0,...t},r=Br.SENTRY_SDK_SOURCE||QDt();fWe(n,"browser",["browser"],r),super(n),n.sendClientReports&&Br.document&&Br.document.addEventListener("visibilitychange",()=>{Br.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(t,n){return O$t(this._options.stackParser,t,n,this._options.attachStacktrace)}eventFromMessage(t,n="info",r){return P$t(this._options.stackParser,t,n,r,this._options.attachStacktrace)}captureUserFeedback(t){if(!this._isEnabled()){wm&&dn.warn("SDK not enabled, will not capture user feedback.");return}const n=M$t(t,{metadata:this.getSdkMetadata(),dsn:this.getDsn(),tunnel:this.getOptions().tunnel});this.sendEnvelope(n)}_prepareEvent(t,n,r){return t.platform=t.platform||"javascript",super._prepareEvent(t,n,r)}}const jf=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__,j$t=(e,t)=>e>t[1]?"poor":e>t[0]?"needs-improvement":"good",UI=(e,t,n,r)=>{let a,i;return o=>{t.value>=0&&(o||r)&&(i=t.value-(a||0),(i||a===void 0)&&(a=t.value,t.delta=i,t.rating=j$t(t.value,n),e(t)))}},kr=ja,F$t=()=>`v3-${Date.now()}-${Math.floor(Math.random()*(9e12-1))+1e12}`,H3=()=>kr.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0],G3=()=>{const e=H3();return e&&e.activationStart||0},VI=(e,t)=>{const n=H3();let r="navigate";return n&&(kr.document&&kr.document.prerendering||G3()>0?r="prerender":kr.document&&kr.document.wasDiscarded?r="restore":n.type&&(r=n.type.replace(/_/g,"-"))),{name:e,value:typeof t>"u"?-1:t,rating:"good",delta:0,entries:[],id:F$t(),navigationType:r}},v_=(e,t,n)=>{try{if(PerformanceObserver.supportedEntryTypes.includes(e)){const r=new PerformanceObserver(a=>{Promise.resolve().then(()=>{t(a.getEntries())})});return r.observe(Object.assign({type:e,buffered:!0},n||{})),r}}catch{}},W3=e=>{const t=n=>{(n.type==="pagehide"||kr.document&&kr.document.visibilityState==="hidden")&&e(n)};kr.document&&(addEventListener("visibilitychange",t,!0),addEventListener("pagehide",t,!0))},ppe=e=>{let t=!1;return n=>{t||(e(n),t=!0)}};let BN=-1;const B$t=()=>{BN=kr.document.visibilityState==="hidden"&&!kr.document.prerendering?0:1/0},$9=e=>{kr.document.visibilityState==="hidden"&&BN>-1&&(BN=e.type==="visibilitychange"?e.timeStamp:0,removeEventListener("visibilitychange",$9,!0),removeEventListener("prerenderingchange",$9,!0))},z$t=()=>{addEventListener("visibilitychange",$9,!0),addEventListener("prerenderingchange",$9,!0)},CV=()=>(kr.document&&BN<0&&(B$t(),z$t()),{get firstHiddenTime(){return BN}}),q3=e=>{kr.document&&kr.document.prerendering?addEventListener("prerenderingchange",()=>e(),!0):e()},U$t=[1800,3e3],V$t=(e,t={})=>{q3(()=>{const n=CV(),r=VI("FCP");let a;const o=v_("paint",s=>{s.forEach(l=>{l.name==="first-contentful-paint"&&(o.disconnect(),l.startTime{V$t(ppe(()=>{const n=VI("CLS",0);let r,a=0,i=[];const o=l=>{l.forEach(u=>{if(!u.hadRecentInput){const c=i[0],d=i[i.length-1];a&&c&&d&&u.startTime-d.startTime<1e3&&u.startTime-c.startTime<5e3?(a+=u.value,i.push(u)):(a=u.value,i=[u])}}),a>n.value&&(n.value=a,n.entries=i,r())},s=v_("layout-shift",o);s&&(r=UI(e,n,H$t,t.reportAllChanges),W3(()=>{o(s.takeRecords()),r(!0)}),setTimeout(r,0))}))},W$t=[100,300],q$t=(e,t={})=>{q3(()=>{const n=CV(),r=VI("FID");let a;const i=l=>{l.startTime{l.forEach(i)},s=v_("first-input",o);a=UI(e,r,W$t,t.reportAllChanges),s&&W3(ppe(()=>{o(s.takeRecords()),s.disconnect()}))})};let vWe=0,_K=1/0,ML=0;const Y$t=e=>{e.forEach(t=>{t.interactionId&&(_K=Math.min(_K,t.interactionId),ML=Math.max(ML,t.interactionId),vWe=ML?(ML-_K)/7+1:0)})};let nre;const K$t=()=>nre?vWe:performance.interactionCount||0,X$t=()=>{"interactionCount"in performance||nre||(nre=v_("event",Y$t,{type:"event",buffered:!0,durationThreshold:0}))},Z$t=[200,500],Q$t=0,yWe=()=>K$t()-Q$t,VTe=10,sv=[],EK={},HTe=e=>{const t=sv[sv.length-1],n=EK[e.interactionId];if(n||sv.lengtht.latency){if(n)n.entries.push(e),n.latency=Math.max(n.latency,e.duration);else{const r={id:e.interactionId,latency:e.duration,entries:[e]};EK[r.id]=r,sv.push(r)}sv.sort((r,a)=>a.latency-r.latency),sv.splice(VTe).forEach(r=>{delete EK[r.id]})}},J$t=()=>{const e=Math.min(sv.length-1,Math.floor(yWe()/50));return sv[e]},e4t=(e,t={})=>{q3(()=>{X$t();const n=VI("INP");let r;const a=o=>{o.forEach(l=>{l.interactionId&&HTe(l),l.entryType==="first-input"&&!sv.some(c=>c.entries.some(d=>l.duration===d.duration&&l.startTime===d.startTime))&&HTe(l)});const s=J$t();s&&s.latency!==n.value&&(n.value=s.latency,n.entries=s.entries,r())},i=v_("event",a,{durationThreshold:t.durationThreshold!=null?t.durationThreshold:40});r=UI(e,n,Z$t,t.reportAllChanges),i&&("PerformanceEventTiming"in kr&&"interactionId"in PerformanceEventTiming.prototype&&i.observe({type:"first-input",buffered:!0}),W3(()=>{a(i.takeRecords()),n.value<0&&yWe()>0&&(n.value=0,n.entries=[]),r(!0)}))})},t4t=[2500,4e3],GTe={},n4t=(e,t={})=>{q3(()=>{const n=CV(),r=VI("LCP");let a;const i=s=>{const l=s[s.length-1];l&&l.startTime{GTe[r.id]||(i(o.takeRecords()),o.disconnect(),GTe[r.id]=!0,a(!0))});["keydown","click"].forEach(l=>{kr.document&&addEventListener(l,()=>setTimeout(s,0),!0)}),W3(s)}})},r4t=[800,1800],rre=e=>{kr.document&&kr.document.prerendering?q3(()=>rre(e)):kr.document&&kr.document.readyState!=="complete"?addEventListener("load",()=>rre(e),!0):setTimeout(e,0)},a4t=(e,t={})=>{const n=VI("TTFB"),r=UI(e,n,r4t,t.reportAllChanges);rre(()=>{const a=H3();if(a){const i=a.responseStart;if(i<=0||i>performance.now())return;n.value=Math.max(i-G3(),0),n.entries=[a],r(!0)}})},SR={},L9={};let bWe,xWe,wWe,SWe,_We;function hpe(e,t=!1){return Y3("cls",e,o4t,bWe,t)}function EWe(e,t=!1){return Y3("lcp",e,l4t,wWe,t)}function TWe(e){return Y3("fid",e,s4t,xWe)}function i4t(e){return Y3("ttfb",e,u4t,SWe)}function CWe(e){return Y3("inp",e,c4t,_We)}function l2(e,t){return IWe(e,t),L9[e]||(d4t(e),L9[e]=!0),AWe(e,t)}function HI(e,t){const n=SR[e];if(!(!n||!n.length))for(const r of n)try{r(t)}catch(a){jf&&dn.error(`Error while triggering instrumentation handler. -Type: ${e} -Name: ${Bv(r)} -Error:`,a)}}function o4t(){return G$t(e=>{HI("cls",{metric:e}),bWe=e},{reportAllChanges:!0})}function s4t(){return q$t(e=>{HI("fid",{metric:e}),xWe=e})}function l4t(){return n4t(e=>{HI("lcp",{metric:e}),wWe=e},{reportAllChanges:!0})}function u4t(){return a4t(e=>{HI("ttfb",{metric:e}),SWe=e})}function c4t(){return e4t(e=>{HI("inp",{metric:e}),_We=e})}function Y3(e,t,n,r,a=!1){IWe(e,t);let i;return L9[e]||(i=n(),L9[e]=!0),r&&t({metric:r}),AWe(e,t,a?i:void 0)}function d4t(e){const t={};e==="event"&&(t.durationThreshold=0),v_(e,n=>{HI(e,{entries:n})},t)}function IWe(e,t){SR[e]=SR[e]||[],SR[e].push(t)}function AWe(e,t,n){return()=>{n&&n();const r=SR[e];if(!r)return;const a=r.indexOf(t);a!==-1&&r.splice(a,1)}}function f4t(e){return"duration"in e}function TK(e){return typeof e=="number"&&isFinite(e)}function Hv(e,t,n,{...r}){const a=$a(e).start_timestamp;return a&&a>t&&typeof e.updateStartTime=="function"&&e.updateStartTime(t),JGe(e,()=>{const i=U3({startTime:t,...r});return i&&i.end(n),i})}function kWe(e){const t=_a();if(!t)return;const{name:n,transaction:r,attributes:a,startTime:i}=e,{release:o,environment:s}=t.getOptions(),l=t.getIntegrationByName("Replay"),u=l&&l.getReplayId(),c=Li(),d=c.getUser(),f=d!==void 0?d.email||d.id||d.ip_address:void 0;let p;try{p=c.getScopeData().contexts.profile.profile_id}catch{}const g={release:o,environment:s,user:f||void 0,profile_id:p||void 0,replay_id:u||void 0,transaction:r,"user_agent.original":kr.navigator&&kr.navigator.userAgent,...a};return U3({name:n,attributes:g,startTime:i,experimental:{standalone:!0}})}function mpe(){return kr&&kr.addEventListener&&kr.performance}function _s(e){return e/1e3}function p4t(){let e=0,t,n;if(!m4t())return;let r=!1;function a(){r||(r=!0,n&&h4t(e,t,n),i())}const i=hpe(({metric:o})=>{const s=o.entries[o.entries.length-1];s&&(e=o.value,t=s)},!0);W3(()=>{a()}),setTimeout(()=>{const o=_a(),s=Ef([o,"optionalAccess",d=>d.on,"call",d=>d("startNavigationSpan",()=>{a(),s&&s()})]),l=Lu(),u=l&&Ru(l),c=u&&$a(u);c&&c.op==="pageload"&&(n=u.spanContext().spanId)},0)}function h4t(e,t,n){jf&&dn.log(`Sending CLS span (${e})`);const r=_s((Bc||0)+(Ef([t,"optionalAccess",l=>l.startTime])||0)),a=Li().getScopeData().transactionName,i=t?Fv(Ef([t,"access",l=>l.sources,"access",l=>l[0],"optionalAccess",l=>l.node])):"Layout shift",o=hl({[nu]:"auto.http.browser.cls",[CS]:"ui.webvital.cls",[spe]:Ef([t,"optionalAccess",l=>l.duration])||0,"sentry.pageload.span_id":n}),s=kWe({name:i,transaction:a,attributes:o,startTime:r});Ef([s,"optionalAccess",l=>l.addEvent,"call",l=>l("cls",{[_V]:"",[EV]:e})]),Ef([s,"optionalAccess",l=>l.end,"call",l=>l(r)])}function m4t(){try{return Ef([PerformanceObserver,"access",e=>e.supportedEntryTypes,"optionalAccess",e=>e.includes,"call",e=>e("layout-shift")])}catch{return!1}}const g4t=2147483647;let WTe=0,xu={},ag,_R;function v4t({recordClsStandaloneSpans:e}){const t=mpe();if(t&&Bc){t.mark&&kr.performance.mark("sentry-tracing-init");const n=_4t(),r=S4t(),a=E4t(),i=e?p4t():w4t();return()=>{n(),r(),a(),i&&i()}}return()=>{}}function y4t(){l2("longtask",({entries:e})=>{const t=Lu();if(!t)return;const{op:n,start_timestamp:r}=$a(t);for(const a of e){const i=_s(Bc+a.startTime),o=_s(a.duration);n==="navigation"&&r&&i{const n=Lu();if(n)for(const r of t.getEntries()){if(!r.scripts[0])continue;const a=_s(Bc+r.startTime),{start_timestamp:i,op:o}=$a(n);if(o==="navigation"&&i&&a{const t=Lu();if(t){for(const n of e)if(n.name==="click"){const r=_s(Bc+n.startTime),a=_s(n.duration),i={name:Fv(n.target),op:`ui.interaction.${n.name}`,startTime:r,attributes:{[nu]:"auto.ui.browser.metrics"}},o=bGe(n.target);o&&(i.attributes["ui.component_name"]=o),Hv(t,r,r+a,i)}}})}function w4t(){return hpe(({metric:e})=>{const t=e.entries[e.entries.length-1];t&&(jf&&dn.log(`[Measurements] Adding CLS ${e.value}`),xu.cls={value:e.value,unit:""},_R=t)},!0)}function S4t(){return EWe(({metric:e})=>{const t=e.entries[e.entries.length-1];t&&(jf&&dn.log("[Measurements] Adding LCP"),xu.lcp={value:e.value,unit:"millisecond"},ag=t)},!0)}function _4t(){return TWe(({metric:e})=>{const t=e.entries[e.entries.length-1];if(!t)return;const n=_s(Bc),r=_s(t.startTime);jf&&dn.log("[Measurements] Adding FID"),xu.fid={value:e.value,unit:"millisecond"},xu["mark.fid"]={value:n+r,unit:"second"}})}function E4t(){return i4t(({metric:e})=>{e.entries[e.entries.length-1]&&(jf&&dn.log("[Measurements] Adding TTFB"),xu.ttfb={value:e.value,unit:"millisecond"})})}function T4t(e,t){const n=mpe();if(!n||!kr.performance.getEntries||!Bc)return;jf&&dn.log("[Tracing] Adding & adjusting spans using Performance API");const r=_s(Bc),a=n.getEntries(),{op:i,start_timestamp:o}=$a(e);if(a.slice(WTe).forEach(s=>{const l=_s(s.startTime),u=_s(Math.max(0,s.duration));if(!(i==="navigation"&&o&&r+l{nMt(l,u.value,u.unit)}),e.setAttribute("performance.timeOrigin",r),e.setAttribute("performance.activationStart",G3()),P4t(e)}ag=void 0,_R=void 0,xu={}}function C4t(e,t,n,r,a){const i=H3(),o=_s(i?i.requestStart:0),s=a+Math.max(n,o),l=a+n,u=l+r,c={[nu]:"auto.resource.browser.metrics"};return s!==l&&(c["sentry.browser.measure_happened_before_request"]=!0,c["sentry.browser.measure_start_time"]=s),Hv(e,s,u,{name:t.name,op:t.entryType,attributes:c}),s}function I4t(e,t,n){["unloadEvent","redirect","domContentLoadedEvent","loadEvent","connect"].forEach(r=>{$L(e,t,r,n)}),$L(e,t,"secureConnection",n,"TLS/SSL","connectEnd"),$L(e,t,"fetch",n,"cache","domainLookupStart"),$L(e,t,"domainLookup",n,"DNS"),A4t(e,t,n)}function $L(e,t,n,r,a,i){const o=i?t[i]:t[`${n}End`],s=t[`${n}Start`];!s||!o||Hv(e,r+_s(s),r+_s(o),{op:`browser.${a||n}`,name:t.name,attributes:{[nu]:"auto.ui.browser.metrics"}})}function A4t(e,t,n){const r=n+_s(t.requestStart),a=n+_s(t.responseEnd),i=n+_s(t.responseStart);t.responseEnd&&(Hv(e,r,a,{op:"browser.request",name:t.name,attributes:{[nu]:"auto.ui.browser.metrics"}}),Hv(e,i,a,{op:"browser.response",name:t.name,attributes:{[nu]:"auto.ui.browser.metrics"}}))}function k4t(e,t,n,r,a,i){if(t.initiatorType==="xmlhttprequest"||t.initiatorType==="fetch")return;const o=Zw(n),s={[nu]:"auto.resource.browser.metrics"};CK(s,t,"transferSize","http.response_transfer_size"),CK(s,t,"encodedBodySize","http.response_content_length"),CK(s,t,"decodedBodySize","http.decoded_response_content_length"),t.deliveryType!=null&&(s["http.response_delivery_type"]=t.deliveryType),"renderBlockingStatus"in t&&(s["resource.render_blocking_status"]=t.renderBlockingStatus),o.protocol&&(s["url.scheme"]=o.protocol.split(":").pop()),o.host&&(s["server.address"]=o.host),s["url.same_origin"]=n.includes(kr.location.origin);const l=i+r,u=l+a;Hv(e,l,u,{name:n.replace(kr.location.origin,""),op:t.initiatorType?`resource.${t.initiatorType}`:"resource.other",attributes:s})}function O4t(e){const t=kr.navigator;if(!t)return;const n=t.connection;n&&(n.effectiveType&&e.setAttribute("effectiveConnectionType",n.effectiveType),n.type&&e.setAttribute("connectionType",n.type),TK(n.rtt)&&(xu["connection.rtt"]={value:n.rtt,unit:"millisecond"})),TK(t.deviceMemory)&&e.setAttribute("deviceMemory",`${t.deviceMemory} GB`),TK(t.hardwareConcurrency)&&e.setAttribute("hardwareConcurrency",String(t.hardwareConcurrency))}function P4t(e){ag&&(jf&&dn.log("[Measurements] Adding LCP Data"),ag.element&&e.setAttribute("lcp.element",Fv(ag.element)),ag.id&&e.setAttribute("lcp.id",ag.id),ag.url&&e.setAttribute("lcp.url",ag.url.trim().slice(0,200)),e.setAttribute("lcp.size",ag.size)),_R&&_R.sources&&(jf&&dn.log("[Measurements] Adding CLS Data"),_R.sources.forEach((t,n)=>e.setAttribute(`cls.source.${n+1}`,Fv(t.node))))}function CK(e,t,n,r){const a=t[n];a!=null&&a{const r=kr[n]&&kr[n].prototype;!r||!r.hasOwnProperty||!r.hasOwnProperty("addEventListener")||(Od(r,"addEventListener",function(a){return function(i,o,s){if(i==="click"||i=="keypress")try{const l=this,u=l.__sentry_instrumentation_handlers__=l.__sentry_instrumentation_handlers__||{},c=u[i]=u[i]||{refCount:0};if(!c.handler){const d=YTe(e);c.handler=d,a.call(this,i,d,s)}c.refCount++}catch{}return a.call(this,i,o,s)}}),Od(r,"removeEventListener",function(a){return function(i,o,s){if(i==="click"||i=="keypress")try{const l=this,u=l.__sentry_instrumentation_handlers__||{},c=u[i];c&&(c.refCount--,c.refCount<=0&&(a.call(this,i,c.handler,s),c.handler=void 0,delete u[i]),Object.keys(u).length===0&&delete l.__sentry_instrumentation_handlers__)}catch{}return a.call(this,i,o,s)}}))})}function M4t(e){if(e.type!==are)return!1;try{if(!e.target||e.target._sentryId!==ire)return!1}catch{}return!0}function $4t(e,t){return e!=="keypress"?!1:!t||!t.tagName?!0:!(t.tagName==="INPUT"||t.tagName==="TEXTAREA"||t.isContentEditable)}function YTe(e,t=!1){return n=>{if(!n||n._sentryCaptured)return;const r=L4t(n);if($4t(n.type,r))return;Wf(n,"_sentryCaptured",!0),r&&!r._sentryId&&Wf(r,"_sentryId",Mo());const a=n.type==="keypress"?"input":n.type;M4t(n)||(e({event:n,name:a,global:t}),are=n.type,ire=r?r._sentryId:void 0),clearTimeout(qTe),qTe=kr.setTimeout(()=>{ire=void 0,are=void 0},N4t)}}function L4t(e){try{return e.target}catch{return null}}let LL;function IV(e){const t="history";Gb(t,e),Wb(t,j4t)}function j4t(){if(!C3t())return;const e=kr.onpopstate;kr.onpopstate=function(...n){const r=kr.location.href,a=LL;if(LL=r,Jp("history",{from:a,to:r}),e)try{return e.apply(this,n)}catch{}};function t(n){return function(...r){const a=r.length>2?r[2]:void 0;if(a){const i=LL,o=String(a);LL=o,Jp("history",{from:i,to:o})}return n.apply(this,r)}}Od(kr.history,"pushState",t),Od(kr.history,"replaceState",t)}const T8={};function PWe(e){const t=T8[e];if(t)return t;let n=kr[e];if(Vne(n))return T8[e]=n.bind(kr);const r=kr.document;if(r&&typeof r.createElement=="function")try{const a=r.createElement("iframe");a.hidden=!0,r.head.appendChild(a);const i=a.contentWindow;i&&i[e]&&(n=i[e]),r.head.removeChild(a)}catch(a){jf&&dn.warn(`Could not create sandbox iframe for ${e} check, bailing to window.${e}: `,a)}return n&&(T8[e]=n.bind(kr))}function KTe(e){T8[e]=void 0}function u2(...e){return PWe("setTimeout")(...e)}const Aw="__sentry_xhr_v3__";function RWe(e){const t="xhr";Gb(t,e),Wb(t,F4t)}function F4t(){if(!kr.XMLHttpRequest)return;const e=XMLHttpRequest.prototype;e.open=new Proxy(e.open,{apply(t,n,r){const a=jc()*1e3,i=Av(r[0])?r[0].toUpperCase():void 0,o=B4t(r[1]);if(!i||!o)return t.apply(n,r);n[Aw]={method:i,url:o,request_headers:{}},i==="POST"&&o.match(/sentry_key/)&&(n.__sentry_own_request__=!0);const s=()=>{const l=n[Aw];if(l&&n.readyState===4){try{l.status_code=n.status}catch{}const u={endTimestamp:jc()*1e3,startTimestamp:a,xhr:n};Jp("xhr",u)}};return"onreadystatechange"in n&&typeof n.onreadystatechange=="function"?n.onreadystatechange=new Proxy(n.onreadystatechange,{apply(l,u,c){return s(),l.apply(u,c)}}):n.addEventListener("readystatechange",s),n.setRequestHeader=new Proxy(n.setRequestHeader,{apply(l,u,c){const[d,f]=c,p=u[Aw];return p&&Av(d)&&Av(f)&&(p.request_headers[d.toLowerCase()]=f),l.apply(u,c)}}),t.apply(n,r)}}),e.send=new Proxy(e.send,{apply(t,n,r){const a=n[Aw];if(!a)return t.apply(n,r);r[0]!==void 0&&(a.body=r[0]);const i={startTimestamp:jc()*1e3,xhr:n};return Jp("xhr",i),t.apply(n,r)}})}function B4t(e){if(Av(e))return e;try{return e.toString()}catch{}}const IK=[],C8=new Map;function z4t(){if(mpe()&&Bc){const t=U4t();return()=>{t()}}return()=>{}}const XTe={click:"click",pointerdown:"click",pointerup:"click",mousedown:"click",mouseup:"click",touchstart:"click",touchend:"click",mouseover:"hover",mouseout:"hover",mouseenter:"hover",mouseleave:"hover",pointerover:"hover",pointerout:"hover",pointerenter:"hover",pointerleave:"hover",dragstart:"drag",dragend:"drag",drag:"drag",dragenter:"drag",dragleave:"drag",dragover:"drag",drop:"drag",keydown:"press",keyup:"press",keypress:"press",input:"press"};function U4t(){return CWe(({metric:e})=>{if(e.value==null)return;const t=e.entries.find(g=>g.duration===e.value&&XTe[g.name]);if(!t)return;const{interactionId:n}=t,r=XTe[t.name],a=_s(Bc+t.startTime),i=_s(e.value),o=Lu(),s=o?Ru(o):void 0,u=(n!=null?C8.get(n):void 0)||s,c=u?$a(u).description:Li().getScopeData().transactionName,d=Fv(t.target),f=hl({[nu]:"auto.http.browser.inp",[CS]:`ui.interaction.${r}`,[spe]:t.duration}),p=kWe({name:d,transaction:c,attributes:f,startTime:a});Ef([p,"optionalAccess",g=>g.addEvent,"call",g=>g("inp",{[_V]:"millisecond",[EV]:e.value})]),Ef([p,"optionalAccess",g=>g.end,"call",g=>g(a+i)])})}function V4t(e){const t=({entries:n})=>{const r=Lu(),a=r&&Ru(r);n.forEach(i=>{if(!f4t(i)||!a)return;const o=i.interactionId;if(o!=null&&!C8.has(o)){if(IK.length>10){const s=IK.shift();C8.delete(s)}IK.push(o),C8.set(o,a)}})};l2("event",t),l2("first-input",t)}function H4t(e,t=PWe("fetch")){let n=0,r=0;function a(i){const o=i.body.length;n+=o,r++;const s={body:i.body,method:"POST",referrerPolicy:"origin",headers:e.headers,keepalive:n<=6e4&&r<15,...e.fetchOptions};if(!t)return KTe("fetch"),P9("No fetch implementation available");try{return t(e.url,s).then(l=>(n-=o,r--,{statusCode:l.status,headers:{"x-sentry-rate-limits":l.headers.get("X-Sentry-Rate-Limits"),"retry-after":l.headers.get("Retry-After")}}))}catch(l){return KTe("fetch"),n-=o,r--,P9(l)}}return GMt(e,a)}const G4t=30,W4t=50;function ore(e,t,n,r){const a={filename:e,function:t===""?TS:t,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}const q4t=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,Y4t=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,K4t=/\((\S*)(?::(\d+))(?::(\d+))\)/,X4t=e=>{const t=q4t.exec(e);if(t){const[,r,a,i]=t;return ore(r,TS,+a,+i)}const n=Y4t.exec(e);if(n){if(n[2]&&n[2].indexOf("eval")===0){const o=K4t.exec(n[2]);o&&(n[2]=o[1],n[3]=o[2],n[4]=o[3])}const[a,i]=NWe(n[1]||TS,n[2]);return ore(i,a,n[3]?+n[3]:void 0,n[4]?+n[4]:void 0)}},Z4t=[G4t,X4t],Q4t=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,J4t=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,eLt=e=>{const t=Q4t.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){const i=J4t.exec(t[3]);i&&(t[1]=t[1]||"eval",t[3]=i[1],t[4]=i[2],t[5]="")}let r=t[3],a=t[1]||TS;return[a,r]=NWe(a,r),ore(r,a,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},tLt=[W4t,eLt],nLt=[Z4t,tLt],rLt=EGe(...nLt),NWe=(e,t)=>{const n=e.indexOf("safari-extension")!==-1,r=e.indexOf("safari-web-extension")!==-1;return n||r?[e.indexOf("@")!==-1?e.split("@")[0]:TS,n?`safari-extension:${t}`:`safari-web-extension:${t}`]:[e,t]},jL=1024,aLt="Breadcrumbs",iLt=(e={})=>{const t={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e};return{name:aLt,setup(n){t.console&&zDt(uLt(n)),t.dom&&OWe(lLt(n,t.dom)),t.xhr&&RWe(cLt(n)),t.fetch&&IGe(dLt(n)),t.history&&IV(fLt(n)),t.sentry&&n.on("beforeSendEvent",sLt(n))}}},oLt=iLt;function sLt(e){return function(n){_a()===e&&Vv({category:`sentry.${n.type==="transaction"?"transaction":"event"}`,event_id:n.event_id,level:n.level,message:h1(n)},{event:n})}}function lLt(e,t){return function(r){if(_a()!==e)return;let a,i,o=typeof t=="object"?t.serializeAttribute:void 0,s=typeof t=="object"&&typeof t.maxStringLength=="number"?t.maxStringLength:void 0;s&&s>jL&&(wm&&dn.warn(`\`dom.maxStringLength\` cannot exceed ${jL}, but a value of ${s} was configured. Sentry will use ${jL} instead.`),s=jL),typeof o=="string"&&(o=[o]);try{const u=r.event,c=pLt(u)?u.target:u;a=Fv(c,{keyAttrs:o,maxStringLength:s}),i=bGe(c)}catch{a=""}if(a.length===0)return;const l={category:`ui.${r.name}`,message:a};i&&(l.data={"ui.component_name":i}),Vv(l,{event:r.event,name:r.name,global:r.global})}}function uLt(e){return function(n){if(_a()!==e)return;const r={category:"console",data:{arguments:n.args,logger:"console"},level:DGe(n.level),message:oTe(n.args," ")};if(n.level==="assert")if(n.args[0]===!1)r.message=`Assertion failed: ${oTe(n.args.slice(1)," ")||"console.assert"}`,r.data.arguments=n.args.slice(1);else return;Vv(r,{input:n.args,level:n.level})}}function cLt(e){return function(n){if(_a()!==e)return;const{startTimestamp:r,endTimestamp:a}=n,i=n.xhr[Aw];if(!r||!a||!i)return;const{method:o,url:s,status_code:l,body:u}=i,c={method:o,url:s,status_code:l},d={xhr:n.xhr,input:u,startTimestamp:r,endTimestamp:a},f=vGe(l);Vv({category:"xhr",data:c,type:"http",level:f},d)}}function dLt(e){return function(n){if(_a()!==e)return;const{startTimestamp:r,endTimestamp:a}=n;if(a&&!(n.fetchData.url.match(/sentry_key/)&&n.fetchData.method==="POST"))if(n.error){const i=n.fetchData,o={data:n.error,input:n.args,startTimestamp:r,endTimestamp:a};Vv({category:"fetch",data:i,level:"error",type:"http"},o)}else{const i=n.response,o={...n.fetchData,status_code:i&&i.status},s={input:n.args,response:i,startTimestamp:r,endTimestamp:a},l=vGe(o.status_code);Vv({category:"fetch",data:o,type:"http",level:l},s)}}}function fLt(e){return function(n){if(_a()!==e)return;let r=n.from,a=n.to;const i=Zw(Br.location.href);let o=r?Zw(r):void 0;const s=Zw(a);(!o||!o.path)&&(o=i),i.protocol===s.protocol&&i.host===s.host&&(a=s.relative),i.protocol===o.protocol&&i.host===o.host&&(r=o.relative),Vv({category:"navigation",data:{from:r,to:a}})}}function pLt(e){return!!e&&!!e.target}const hLt=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],mLt="BrowserApiErrors",gLt=(e={})=>{const t={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e};return{name:mLt,setupOnce(){t.setTimeout&&Od(Br,"setTimeout",ZTe),t.setInterval&&Od(Br,"setInterval",ZTe),t.requestAnimationFrame&&Od(Br,"requestAnimationFrame",yLt),t.XMLHttpRequest&&"XMLHttpRequest"in Br&&Od(XMLHttpRequest.prototype,"send",bLt);const n=t.eventTarget;n&&(Array.isArray(n)?n:hLt).forEach(xLt)}}},vLt=gLt;function ZTe(e){return function(...t){const n=t[0];return t[0]=s2(n,{mechanism:{data:{function:Bv(e)},handled:!1,type:"instrument"}}),e.apply(this,t)}}function yLt(e){return function(t){return e.apply(this,[s2(t,{mechanism:{data:{function:"requestAnimationFrame",handler:Bv(e)},handled:!1,type:"instrument"}})])}}function bLt(e){return function(...t){const n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&Od(n,a,function(i){const o={mechanism:{data:{function:a,handler:Bv(i)},handled:!1,type:"instrument"}},s=epe(i);return s&&(o.mechanism.data.handler=Bv(s)),s2(i,o)})}),e.apply(this,t)}}function xLt(e){const t=Br,n=t[e]&&t[e].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||(Od(n,"addEventListener",function(r){return function(a,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=s2(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:Bv(i),target:e},handled:!1,type:"instrument"}}))}catch{}return r.apply(this,[a,s2(i,{mechanism:{data:{function:"addEventListener",handler:Bv(i),target:e},handled:!1,type:"instrument"}}),o])}}),Od(n,"removeEventListener",function(r){return function(a,i,o){const s=i;try{const l=s&&s.__sentry_wrapped__;l&&r.call(this,a,l,o)}catch{}return r.call(this,a,s,o)}}))}const wLt="GlobalHandlers",SLt=(e={})=>{const t={onerror:!0,onunhandledrejection:!0,...e};return{name:wLt,setupOnce(){Error.stackTraceLimit=50},setup(n){t.onerror&&(ELt(n),QTe("onerror")),t.onunhandledrejection&&(TLt(n),QTe("onunhandledrejection"))}}},_Lt=SLt;function ELt(e){kGe(t=>{const{stackParser:n,attachStacktrace:r}=DWe();if(_a()!==e||mWe())return;const{msg:a,url:i,line:o,column:s,error:l}=t,u=ALt(fpe(n,l||a,void 0,r,!1),i,o,s);u.level="error",aWe(u,{originalException:l,mechanism:{handled:!1,type:"onerror"}})})}function TLt(e){OGe(t=>{const{stackParser:n,attachStacktrace:r}=DWe();if(_a()!==e||mWe())return;const a=CLt(t),i=Jfe(a)?ILt(a):fpe(n,a,void 0,r,!0);i.level="error",aWe(i,{originalException:a,mechanism:{handled:!1,type:"onunhandledrejection"}})})}function CLt(e){if(Jfe(e))return e;try{if("reason"in e)return e.reason;if("detail"in e&&"reason"in e.detail)return e.detail.reason}catch{}return e}function ILt(e){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(e)}`}]}}}function ALt(e,t,n,r){const a=e.exception=e.exception||{},i=a.values=a.values||[],o=i[0]=i[0]||{},s=o.stacktrace=o.stacktrace||{},l=s.frames=s.frames||[],u=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,d=Av(t)&&t.length>0?t:yGe();return l.length===0&&l.push({colno:u,filename:d,function:TS,in_app:!0,lineno:c}),e}function QTe(e){wm&&dn.log(`Global Handler attached: ${e}`)}function DWe(){const e=_a();return e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1}}const kLt=()=>({name:"HttpContext",preprocessEvent(e){if(!Br.navigator&&!Br.location&&!Br.document)return;const t=e.request&&e.request.url||Br.location&&Br.location.href,{referrer:n}=Br.document||{},{userAgent:r}=Br.navigator||{},a={...e.request&&e.request.headers,...n&&{Referer:n},...r&&{"User-Agent":r}},i={...e.request,...t&&{url:t},headers:a};e.request=i}}),OLt="cause",PLt=5,RLt="LinkedErrors",NLt=(e={})=>{const t=e.limit||PLt,n=e.key||OLt;return{name:RLt,preprocessEvent(r,a,i){const o=i.getOptions();EDt(cpe,o.stackParser,o.maxValueLength,n,t,r,a)}}},DLt=NLt;function MLt(e){return[n$t(),QMt(),vLt(),oLt(),_Lt(),DLt(),m$t(),kLt()]}function $Lt(e={}){const t={defaultIntegrations:MLt(),release:typeof __SENTRY_RELEASE__=="string"?__SENTRY_RELEASE__:Br.SENTRY_RELEASE&&Br.SENTRY_RELEASE.id?Br.SENTRY_RELEASE.id:void 0,autoSessionTracking:!0,sendClientReports:!0};return e.defaultIntegrations==null&&delete e.defaultIntegrations,{...t,...e}}function LLt(){const e=typeof Br.window<"u"&&Br;if(!e)return!1;const t=e.chrome?"chrome":"browser",n=e[t],r=n&&n.runtime&&n.runtime.id,a=Br.location&&Br.location.href||"",i=["chrome-extension:","moz-extension:","ms-browser-extension:","safari-web-extension:"],o=!!r&&Br===Br.top&&i.some(l=>a.startsWith(`${l}//`)),s=typeof e.nw<"u";return!!r&&!o&&!s}function jLt(e={}){const t=$Lt(e);if(!t.skipBrowserExtensionCheck&&LLt()){FI(()=>{console.error("[Sentry] You cannot run Sentry this way in a browser extension, check: https://docs.sentry.io/platforms/javascript/best-practices/browser-extensions/")});return}wm&&(TGe()||dn.warn("No Fetch API detected. The Sentry SDK requires a Fetch API compatible environment to send events. Please add a Fetch API polyfill."));const n={...t,stackParser:FDt(t.stackParser||rLt),integrations:LMt(t),transport:t.transport||H4t},r=UMt(L$t,n);return t.autoSessionTracking&&FLt(),r}function FLt(){if(typeof Br.document>"u"){wm&&dn.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}NTe({ignoreDuration:!0}),DTe(),IV(({from:e,to:t})=>{e!==void 0&&e!==t&&(NTe({ignoreDuration:!0}),DTe())})}const Ji=ja,gpe="sentryReplaySession",BLt="replay_event",vpe="Unable to send Replay",zLt=3e5,ULt=9e5,VLt=5e3,HLt=5500,GLt=6e4,WLt=5e3,qLt=3,JTe=15e4,FL=5e3,YLt=3e3,KLt=300,ype=2e7,XLt=4999,ZLt=15e3,eCe=36e5;function sre(e,t){return e??t()}function zN(e){let t,n=e[0],r=1;for(;rn.call(t,...o)),t=void 0)}return n}var cl;(function(e){e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment"})(cl||(cl={}));function QLt(e){return e.nodeType===e.ELEMENT_NODE}function ER(e){const t=zN([e,"optionalAccess",n=>n.host]);return zN([t,"optionalAccess",n=>n.shadowRoot])===e}function TR(e){return Object.prototype.toString.call(e)==="[object ShadowRoot]"}function JLt(e){return e.includes(" background-clip: text;")&&!e.includes(" -webkit-background-clip: text;")&&(e=e.replace(/\sbackground-clip:\s*text;/g," -webkit-background-clip: text; background-clip: text;")),e}function ejt(e){const{cssText:t}=e;if(t.split('"').length<3)return t;const n=["@import",`url(${JSON.stringify(e.href)})`];return e.layerName===""?n.push("layer"):e.layerName&&n.push(`layer(${e.layerName})`),e.supportsText&&n.push(`supports(${e.supportsText})`),e.media.length&&n.push(e.media.mediaText),n.join(" ")+";"}function j9(e){try{const t=e.rules||e.cssRules;return t?JLt(Array.from(t,MWe).join("")):null}catch{return null}}function MWe(e){let t;if(njt(e))try{t=j9(e.styleSheet)||ejt(e)}catch{}else if(rjt(e)&&e.selectorText.includes(":"))return tjt(e.cssText);return t||e.cssText}function tjt(e){const t=/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm;return e.replace(t,"$1\\$2")}function njt(e){return"styleSheet"in e}function rjt(e){return"selectorText"in e}class $We{constructor(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}getId(t){if(!t)return-1;const n=zN([this,"access",r=>r.getMeta,"call",r=>r(t),"optionalAccess",r=>r.id]);return sre(n,()=>-1)}getNode(t){return this.idNodeMap.get(t)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(t){return this.nodeMetaMap.get(t)||null}removeNodeFromMap(t){const n=this.getId(t);this.idNodeMap.delete(n),t.childNodes&&t.childNodes.forEach(r=>this.removeNodeFromMap(r))}has(t){return this.idNodeMap.has(t)}hasNode(t){return this.nodeMetaMap.has(t)}add(t,n){const r=n.id;this.idNodeMap.set(r,t),this.nodeMetaMap.set(t,n)}replace(t,n){const r=this.getNode(t);if(r){const a=this.nodeMetaMap.get(r);a&&this.nodeMetaMap.set(n,a)}this.idNodeMap.set(t,n)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}}function ajt(){return new $We}function AV({maskInputOptions:e,tagName:t,type:n}){return t==="OPTION"&&(t="SELECT"),!!(e[t.toLowerCase()]||n&&e[n]||n==="password"||t==="INPUT"&&!n&&e.text)}function UN({isMasked:e,element:t,value:n,maskInputFn:r}){let a=n||"";return e?(r&&(a=r(a,t)),"*".repeat(a.length)):a}function c2(e){return e.toLowerCase()}function lre(e){return e.toUpperCase()}const tCe="__rrweb_original__";function ijt(e){const t=e.getContext("2d");if(!t)return!0;const n=50;for(let r=0;rl!==0))return!1}return!0}function bpe(e){const t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?c2(t):null}function F9(e,t,n){return t==="INPUT"&&(n==="radio"||n==="checkbox")?e.getAttribute("value")||"":e.value}function LWe(e,t){let n;try{n=new URL(e,sre(t,()=>window.location.href))}catch{return null}const r=/\.([0-9a-z]+)(?:$)/i,a=n.pathname.match(r);return sre(zN([a,"optionalAccess",i=>i[1]]),()=>null)}const nCe={};function jWe(e){const t=nCe[e];if(t)return t;const n=window.document;let r=window[e];if(n&&typeof n.createElement=="function")try{const a=n.createElement("iframe");a.hidden=!0,n.head.appendChild(a);const i=a.contentWindow;i&&i[e]&&(r=i[e]),n.head.removeChild(a)}catch{}return nCe[e]=r.bind(window)}function ure(...e){return jWe("setTimeout")(...e)}function FWe(...e){return jWe("clearTimeout")(...e)}let ojt=1;const sjt=new RegExp("[^a-z0-9-_:]"),VN=-2;function xpe(){return ojt++}function ljt(e){if(e instanceof HTMLFormElement)return"form";const t=c2(e.tagName);return sjt.test(t)?"div":t}function ujt(e){let t="";return e.indexOf("//")>-1?t=e.split("/").slice(0,3).join("/"):t=e.split("/")[0],t=t.split("?")[0],t}let mE,rCe;const cjt=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,djt=/^(?:[a-z+]+:)?\/\//i,fjt=/^www\..*/i,pjt=/^(data:)([^,]*),(.*)/i;function B9(e,t){return(e||"").replace(cjt,(n,r,a,i,o,s)=>{const l=a||o||s,u=r||i||"";if(!l)return n;if(djt.test(l)||fjt.test(l))return`url(${u}${l}${u})`;if(pjt.test(l))return`url(${u}${l}${u})`;if(l[0]==="/")return`url(${u}${ujt(t)+l}${u})`;const c=t.split("/"),d=l.split("/");c.pop();for(const f of d)f!=="."&&(f===".."?c.pop():c.push(f));return`url(${u}${c.join("/")}${u})`})}const hjt=/^[^ \t\n\r\u000c]+/,mjt=/^[, \t\n\r\u000c]+/;function gjt(e,t){if(t.trim()==="")return t;let n=0;function r(i){let o;const s=i.exec(t.substring(n));return s?(o=s[0],n+=o.length,o):""}const a=[];for(;r(mjt),!(n>=t.length);){let i=r(hjt);if(i.slice(-1)===",")i=PT(e,i.substring(0,i.length-1)),a.push(i);else{let o="";i=PT(e,i);let s=!1;for(;;){const l=t.charAt(n);if(l===""){a.push((i+o).trim());break}else if(s)l===")"&&(s=!1);else if(l===","){n+=1,a.push((i+o).trim());break}else l==="("&&(s=!0);o+=l,n+=1}}}return a.join(", ")}const aCe=new WeakMap;function PT(e,t){return!t||t.trim()===""?t:kV(e,t)}function vjt(e){return!!(e.tagName==="svg"||e.ownerSVGElement)}function kV(e,t){let n=aCe.get(e);if(n||(n=e.createElement("a"),aCe.set(e,n)),!t)t="";else if(t.startsWith("blob:")||t.startsWith("data:"))return t;return n.setAttribute("href",t),n.href}function BWe(e,t,n,r,a,i){return r&&(n==="src"||n==="href"&&!(t==="use"&&r[0]==="#")||n==="xlink:href"&&r[0]!=="#"||n==="background"&&(t==="table"||t==="td"||t==="th")?PT(e,r):n==="srcset"?gjt(e,r):n==="style"?B9(r,kV(e)):t==="object"&&n==="data"?PT(e,r):typeof i=="function"?i(n,r,a):r)}function zWe(e,t,n){return(e==="video"||e==="audio")&&t==="autoplay"}function yjt(e,t,n,r){try{if(r&&e.matches(r))return!1;if(typeof t=="string"){if(e.classList.contains(t))return!0}else for(let a=e.classList.length;a--;){const i=e.classList[a];if(t.test(i))return!0}if(n)return e.matches(n)}catch{}return!1}function bjt(e,t){for(let n=e.classList.length;n--;){const r=e.classList[n];if(t.test(r))return!0}return!1}function kw(e,t,n=1/0,r=0){return!e||e.nodeType!==e.ELEMENT_NODE||r>n?-1:t(e)?r:kw(e.parentNode,t,n,r+1)}function RT(e,t){return n=>{const r=n;if(r===null)return!1;try{if(e){if(typeof e=="string"){if(r.matches(`.${e}`))return!0}else if(bjt(r,e))return!0}return!!(t&&r.matches(t))}catch{return!1}}}function d2(e,t,n,r,a,i){try{const o=e.nodeType===e.ELEMENT_NODE?e:e.parentElement;if(o===null)return!1;if(o.tagName==="INPUT"){const u=o.getAttribute("autocomplete");if(["current-password","new-password","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc"].includes(u))return!0}let s=-1,l=-1;if(i){if(l=kw(o,RT(r,a)),l<0)return!0;s=kw(o,RT(t,n),l>=0?l:1/0)}else{if(s=kw(o,RT(t,n)),s<0)return!1;l=kw(o,RT(r,a),s>=0?s:1/0)}return s>=0?l>=0?s<=l:!0:l>=0?!1:!!i}catch{}return!!i}function xjt(e,t,n){const r=e.contentWindow;if(!r)return;let a=!1,i;try{i=r.document.readyState}catch{return}if(i!=="complete"){const s=ure(()=>{a||(t(),a=!0)},n);e.addEventListener("load",()=>{FWe(s),a=!0,t()});return}const o="about:blank";if(r.location.href!==o||e.src===o||e.src==="")return ure(t,0),e.addEventListener("load",t);e.addEventListener("load",t)}function wjt(e,t,n){let r=!1,a;try{a=e.sheet}catch{return}if(a)return;const i=ure(()=>{r||(t(),r=!0)},n);e.addEventListener("load",()=>{FWe(i),r=!0,t()})}function Sjt(e,t){const{doc:n,mirror:r,blockClass:a,blockSelector:i,unblockSelector:o,maskAllText:s,maskAttributeFn:l,maskTextClass:u,unmaskTextClass:c,maskTextSelector:d,unmaskTextSelector:f,inlineStylesheet:p,maskInputOptions:g={},maskTextFn:v,maskInputFn:m,dataURLOptions:y={},inlineImages:b,recordCanvas:x,keepIframeSrcFn:w,newlyAddedElement:S=!1}=t,_=_jt(n,r);switch(e.nodeType){case e.DOCUMENT_NODE:return e.compatMode!=="CSS1Compat"?{type:cl.Document,childNodes:[],compatMode:e.compatMode}:{type:cl.Document,childNodes:[]};case e.DOCUMENT_TYPE_NODE:return{type:cl.DocumentType,name:e.name,publicId:e.publicId,systemId:e.systemId,rootId:_};case e.ELEMENT_NODE:return Tjt(e,{doc:n,blockClass:a,blockSelector:i,unblockSelector:o,inlineStylesheet:p,maskAttributeFn:l,maskInputOptions:g,maskInputFn:m,dataURLOptions:y,inlineImages:b,recordCanvas:x,keepIframeSrcFn:w,newlyAddedElement:S,rootId:_,maskAllText:s,maskTextClass:u,unmaskTextClass:c,maskTextSelector:d,unmaskTextSelector:f});case e.TEXT_NODE:return Ejt(e,{doc:n,maskAllText:s,maskTextClass:u,unmaskTextClass:c,maskTextSelector:d,unmaskTextSelector:f,maskTextFn:v,maskInputOptions:g,maskInputFn:m,rootId:_});case e.CDATA_SECTION_NODE:return{type:cl.CDATA,textContent:"",rootId:_};case e.COMMENT_NODE:return{type:cl.Comment,textContent:e.textContent||"",rootId:_};default:return!1}}function _jt(e,t){if(!t.hasNode(e))return;const n=t.getId(e);return n===1?void 0:n}function Ejt(e,t){const{maskAllText:n,maskTextClass:r,unmaskTextClass:a,maskTextSelector:i,unmaskTextSelector:o,maskTextFn:s,maskInputOptions:l,maskInputFn:u,rootId:c}=t,d=e.parentNode&&e.parentNode.tagName;let f=e.textContent;const p=d==="STYLE"?!0:void 0,g=d==="SCRIPT"?!0:void 0,v=d==="TEXTAREA"?!0:void 0;if(p&&f){try{e.nextSibling||e.previousSibling||zN([e,"access",y=>y.parentNode,"access",y=>y.sheet,"optionalAccess",y=>y.cssRules])&&(f=j9(e.parentNode.sheet))}catch(y){console.warn(`Cannot get CSS styles from text's parentNode. Error: ${y}`,e)}f=B9(f,kV(t.doc))}g&&(f="SCRIPT_PLACEHOLDER");const m=d2(e,r,i,a,o,n);if(!p&&!g&&!v&&f&&m&&(f=s?s(f,e.parentElement):f.replace(/[\S]/g,"*")),v&&f&&(l.textarea||m)&&(f=u?u(f,e.parentNode):f.replace(/[\S]/g,"*")),d==="OPTION"&&f){const y=AV({type:null,tagName:d,maskInputOptions:l});f=UN({isMasked:d2(e,r,i,a,o,y),element:e,value:f,maskInputFn:u})}return{type:cl.Text,textContent:f||"",isStyle:p,rootId:c}}function Tjt(e,t){const{doc:n,blockClass:r,blockSelector:a,unblockSelector:i,inlineStylesheet:o,maskInputOptions:s={},maskAttributeFn:l,maskInputFn:u,dataURLOptions:c={},inlineImages:d,recordCanvas:f,keepIframeSrcFn:p,newlyAddedElement:g=!1,rootId:v,maskAllText:m,maskTextClass:y,unmaskTextClass:b,maskTextSelector:x,unmaskTextSelector:w}=t,S=yjt(e,r,a,i),_=ljt(e);let T={};const C=e.attributes.length;for(let k=0;kR.href===e.href);let I=null;k&&(I=j9(k)),I&&(delete T.rel,delete T.href,T._cssText=B9(I,k.href))}if(_==="style"&&e.sheet&&!(e.innerText||e.textContent||"").trim().length){const k=j9(e.sheet);k&&(T._cssText=B9(k,kV(n)))}if(_==="input"||_==="textarea"||_==="select"||_==="option"){const k=e,I=bpe(k),R=F9(k,lre(_),I),L=k.checked;if(I!=="submit"&&I!=="button"&&R){const N=d2(k,y,x,b,w,AV({type:I,tagName:lre(_),maskInputOptions:s}));T.value=UN({isMasked:N,element:k,value:R,maskInputFn:u})}L&&(T.checked=L)}if(_==="option"&&(e.selected&&!s.select?T.selected=!0:delete T.selected),_==="canvas"&&f){if(e.__context==="2d")ijt(e)||(T.rr_dataURL=e.toDataURL(c.type,c.quality));else if(!("__context"in e)){const k=e.toDataURL(c.type,c.quality),I=n.createElement("canvas");I.width=e.width,I.height=e.height;const R=I.toDataURL(c.type,c.quality);k!==R&&(T.rr_dataURL=k)}}if(_==="img"&&d){mE||(mE=n.createElement("canvas"),rCe=mE.getContext("2d"));const k=e,I=k.currentSrc||k.getAttribute("src")||"",R=k.crossOrigin,L=()=>{k.removeEventListener("load",L);try{mE.width=k.naturalWidth,mE.height=k.naturalHeight,rCe.drawImage(k,0,0),T.rr_dataURL=mE.toDataURL(c.type,c.quality)}catch(N){if(k.crossOrigin!=="anonymous"){k.crossOrigin="anonymous",k.complete&&k.naturalWidth!==0?L():k.addEventListener("load",L);return}else console.warn(`Cannot inline img src=${I}! Error: ${N}`)}k.crossOrigin==="anonymous"&&(R?T.crossOrigin=R:k.removeAttribute("crossorigin"))};k.complete&&k.naturalWidth!==0?L():k.addEventListener("load",L)}if((_==="audio"||_==="video")&&(T.rr_mediaState=e.paused?"paused":"played",T.rr_mediaCurrentTime=e.currentTime),g||(e.scrollLeft&&(T.rr_scrollLeft=e.scrollLeft),e.scrollTop&&(T.rr_scrollTop=e.scrollTop)),S){const{width:k,height:I}=e.getBoundingClientRect();T={class:T.class,rr_width:`${k}px`,rr_height:`${I}px`}}_==="iframe"&&!p(T.src)&&(!S&&!e.contentDocument&&(T.rr_src=T.src),delete T.src);let A;try{customElements.get(_)&&(A=!0)}catch{}return{type:cl.Element,tagName:_,attributes:T,childNodes:[],isSVG:vjt(e)||void 0,needBlock:S,rootId:v,isCustom:A}}function Zi(e){return e==null?"":e.toLowerCase()}function Cjt(e,t){if(t.comment&&e.type===cl.Comment)return!0;if(e.type===cl.Element){if(t.script&&(e.tagName==="script"||e.tagName==="link"&&(e.attributes.rel==="preload"||e.attributes.rel==="modulepreload")&&e.attributes.as==="script"||e.tagName==="link"&&e.attributes.rel==="prefetch"&&typeof e.attributes.href=="string"&&LWe(e.attributes.href)==="js"))return!0;if(t.headFavicon&&(e.tagName==="link"&&e.attributes.rel==="shortcut icon"||e.tagName==="meta"&&(Zi(e.attributes.name).match(/^msapplication-tile(image|color)$/)||Zi(e.attributes.name)==="application-name"||Zi(e.attributes.rel)==="icon"||Zi(e.attributes.rel)==="apple-touch-icon"||Zi(e.attributes.rel)==="shortcut icon")))return!0;if(e.tagName==="meta"){if(t.headMetaDescKeywords&&Zi(e.attributes.name).match(/^description|keywords$/))return!0;if(t.headMetaSocial&&(Zi(e.attributes.property).match(/^(og|twitter|fb):/)||Zi(e.attributes.name).match(/^(og|twitter):/)||Zi(e.attributes.name)==="pinterest"))return!0;if(t.headMetaRobots&&(Zi(e.attributes.name)==="robots"||Zi(e.attributes.name)==="googlebot"||Zi(e.attributes.name)==="bingbot"))return!0;if(t.headMetaHttpEquiv&&e.attributes["http-equiv"]!==void 0)return!0;if(t.headMetaAuthorship&&(Zi(e.attributes.name)==="author"||Zi(e.attributes.name)==="generator"||Zi(e.attributes.name)==="framework"||Zi(e.attributes.name)==="publisher"||Zi(e.attributes.name)==="progid"||Zi(e.attributes.property).match(/^article:/)||Zi(e.attributes.property).match(/^product:/)))return!0;if(t.headMetaVerification&&(Zi(e.attributes.name)==="google-site-verification"||Zi(e.attributes.name)==="yandex-verification"||Zi(e.attributes.name)==="csrf-token"||Zi(e.attributes.name)==="p:domain_verify"||Zi(e.attributes.name)==="verify-v1"||Zi(e.attributes.name)==="verification"||Zi(e.attributes.name)==="shopify-checkout-api-token"))return!0}}return!1}function NT(e,t){const{doc:n,mirror:r,blockClass:a,blockSelector:i,unblockSelector:o,maskAllText:s,maskTextClass:l,unmaskTextClass:u,maskTextSelector:c,unmaskTextSelector:d,skipChild:f=!1,inlineStylesheet:p=!0,maskInputOptions:g={},maskAttributeFn:v,maskTextFn:m,maskInputFn:y,slimDOMOptions:b,dataURLOptions:x={},inlineImages:w=!1,recordCanvas:S=!1,onSerialize:_,onIframeLoad:T,iframeLoadTimeout:C=5e3,onStylesheetLoad:A,stylesheetLoadTimeout:k=5e3,keepIframeSrcFn:I=()=>!1,newlyAddedElement:R=!1}=t;let{preserveWhiteSpace:L=!0}=t;const N=Sjt(e,{doc:n,mirror:r,blockClass:a,blockSelector:i,maskAllText:s,unblockSelector:o,maskTextClass:l,unmaskTextClass:u,maskTextSelector:c,unmaskTextSelector:d,inlineStylesheet:p,maskInputOptions:g,maskAttributeFn:v,maskTextFn:m,maskInputFn:y,dataURLOptions:x,inlineImages:w,recordCanvas:S,keepIframeSrcFn:I,newlyAddedElement:R});if(!N)return console.warn(e,"not serialized"),null;let j;r.hasNode(e)?j=r.getId(e):Cjt(N,b)||!L&&N.type===cl.Text&&!N.isStyle&&!N.textContent.replace(/^\s+|\s+$/gm,"").length?j=VN:j=xpe();const B=Object.assign(N,{id:j});if(r.add(e,B),j===VN)return null;_&&_(e);let U=!f;if(B.type===cl.Element){U=U&&!B.needBlock,delete B.needBlock;const W=e.shadowRoot;W&&TR(W)&&(B.isShadowHost=!0)}if((B.type===cl.Document||B.type===cl.Element)&&U){b.headWhitespace&&B.type===cl.Element&&B.tagName==="head"&&(L=!1);const W={doc:n,mirror:r,blockClass:a,blockSelector:i,maskAllText:s,unblockSelector:o,maskTextClass:l,unmaskTextClass:u,maskTextSelector:c,unmaskTextSelector:d,skipChild:f,inlineStylesheet:p,maskInputOptions:g,maskAttributeFn:v,maskTextFn:m,maskInputFn:y,slimDOMOptions:b,dataURLOptions:x,inlineImages:w,recordCanvas:S,preserveWhiteSpace:L,onSerialize:_,onIframeLoad:T,iframeLoadTimeout:C,onStylesheetLoad:A,stylesheetLoadTimeout:k,keepIframeSrcFn:I};for(const z of Array.from(e.childNodes)){const H=NT(z,W);H&&B.childNodes.push(H)}if(QLt(e)&&e.shadowRoot)for(const z of Array.from(e.shadowRoot.childNodes)){const H=NT(z,W);H&&(TR(e.shadowRoot)&&(H.isShadow=!0),B.childNodes.push(H))}}return e.parentNode&&ER(e.parentNode)&&TR(e.parentNode)&&(B.isShadow=!0),B.type===cl.Element&&B.tagName==="iframe"&&xjt(e,()=>{const W=e.contentDocument;if(W&&T){const z=NT(W,{doc:W,mirror:r,blockClass:a,blockSelector:i,unblockSelector:o,maskAllText:s,maskTextClass:l,unmaskTextClass:u,maskTextSelector:c,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:p,maskInputOptions:g,maskAttributeFn:v,maskTextFn:m,maskInputFn:y,slimDOMOptions:b,dataURLOptions:x,inlineImages:w,recordCanvas:S,preserveWhiteSpace:L,onSerialize:_,onIframeLoad:T,iframeLoadTimeout:C,onStylesheetLoad:A,stylesheetLoadTimeout:k,keepIframeSrcFn:I});z&&T(e,z)}},C),B.type===cl.Element&&B.tagName==="link"&&typeof B.attributes.rel=="string"&&(B.attributes.rel==="stylesheet"||B.attributes.rel==="preload"&&typeof B.attributes.href=="string"&&LWe(B.attributes.href)==="css")&&wjt(e,()=>{if(A){const W=NT(e,{doc:n,mirror:r,blockClass:a,blockSelector:i,unblockSelector:o,maskAllText:s,maskTextClass:l,unmaskTextClass:u,maskTextSelector:c,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:p,maskInputOptions:g,maskAttributeFn:v,maskTextFn:m,maskInputFn:y,slimDOMOptions:b,dataURLOptions:x,inlineImages:w,recordCanvas:S,preserveWhiteSpace:L,onSerialize:_,onIframeLoad:T,iframeLoadTimeout:C,onStylesheetLoad:A,stylesheetLoadTimeout:k,keepIframeSrcFn:I});W&&A(e,W)}},k),B}function Ijt(e,t){const{mirror:n=new $We,blockClass:r="rr-block",blockSelector:a=null,unblockSelector:i=null,maskAllText:o=!1,maskTextClass:s="rr-mask",unmaskTextClass:l=null,maskTextSelector:u=null,unmaskTextSelector:c=null,inlineStylesheet:d=!0,inlineImages:f=!1,recordCanvas:p=!1,maskAllInputs:g=!1,maskAttributeFn:v,maskTextFn:m,maskInputFn:y,slimDOM:b=!1,dataURLOptions:x,preserveWhiteSpace:w,onSerialize:S,onIframeLoad:_,iframeLoadTimeout:T,onStylesheetLoad:C,stylesheetLoadTimeout:A,keepIframeSrcFn:k=()=>!1}=t||{};return NT(e,{doc:e,mirror:n,blockClass:r,blockSelector:a,unblockSelector:i,maskAllText:o,maskTextClass:s,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:c,skipChild:!1,inlineStylesheet:d,maskInputOptions:g===!0?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0}:g===!1?{}:g,maskAttributeFn:v,maskTextFn:m,maskInputFn:y,slimDOMOptions:b===!0||b==="all"?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:b==="all",headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:b===!1?{}:b,dataURLOptions:x,inlineImages:f,recordCanvas:p,preserveWhiteSpace:w,onSerialize:S,onIframeLoad:_,iframeLoadTimeout:T,onStylesheetLoad:C,stylesheetLoadTimeout:A,keepIframeSrcFn:k,newlyAddedElement:!1})}function m1(e){let t,n=e[0],r=1;for(;rn.call(t,...o)),t=void 0)}return n}function Dc(e,t,n=document){const r={capture:!0,passive:!0};return n.addEventListener(e,t,r),()=>n.removeEventListener(e,t,r)}const lT=`Please stop import mirror directly. Instead of that,\r -now you can use replayer.getMirror() to access the mirror instance of a replayer,\r -or you can use record.mirror to access the mirror instance during recording.`;let iCe={map:{},getId(){return console.error(lT),-1},getNode(){return console.error(lT),null},removeNodeFromMap(){console.error(lT)},has(){return console.error(lT),!1},reset(){console.error(lT)}};typeof window<"u"&&window.Proxy&&window.Reflect&&(iCe=new Proxy(iCe,{get(e,t,n){return t==="map"&&console.error(lT),Reflect.get(e,t,n)}}));function HN(e,t,n={}){let r=null,a=0;return function(...i){const o=Date.now();!a&&n.leading===!1&&(a=o);const s=t-(o-a),l=this;s<=0||s>t?(r&&(Djt(r),r=null),a=o,e.apply(l,i)):!r&&n.trailing!==!1&&(r=OV(()=>{a=n.leading===!1?0:Date.now(),r=null,e.apply(l,i)},s))}}function UWe(e,t,n,r,a=window){const i=a.Object.getOwnPropertyDescriptor(e,t);return a.Object.defineProperty(e,t,r?n:{set(o){OV(()=>{n.set.call(this,o)},0),i&&i.set&&i.set.call(this,o)}}),()=>UWe(e,t,i||{},!0)}function wpe(e,t,n){try{if(!(t in e))return()=>{};const r=e[t],a=n(r);return typeof a=="function"&&(a.prototype=a.prototype||{},Object.defineProperties(a,{__rrweb_original__:{enumerable:!1,value:r}})),e[t]=a,()=>{e[t]=r}}catch{return()=>{}}}let z9=Date.now;/[1-9][0-9]{12}/.test(Date.now().toString())||(z9=()=>new Date().getTime());function VWe(e){const t=e.document;return{left:t.scrollingElement?t.scrollingElement.scrollLeft:e.pageXOffset!==void 0?e.pageXOffset:m1([t,"optionalAccess",n=>n.documentElement,"access",n=>n.scrollLeft])||m1([t,"optionalAccess",n=>n.body,"optionalAccess",n=>n.parentElement,"optionalAccess",n=>n.scrollLeft])||m1([t,"optionalAccess",n=>n.body,"optionalAccess",n=>n.scrollLeft])||0,top:t.scrollingElement?t.scrollingElement.scrollTop:e.pageYOffset!==void 0?e.pageYOffset:m1([t,"optionalAccess",n=>n.documentElement,"access",n=>n.scrollTop])||m1([t,"optionalAccess",n=>n.body,"optionalAccess",n=>n.parentElement,"optionalAccess",n=>n.scrollTop])||m1([t,"optionalAccess",n=>n.body,"optionalAccess",n=>n.scrollTop])||0}}function HWe(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function GWe(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function WWe(e){return e?e.nodeType===e.ELEMENT_NODE?e:e.parentElement:null}function vf(e,t,n,r,a){if(!e)return!1;const i=WWe(e);if(!i)return!1;const o=RT(t,n);if(!a){const u=r&&i.matches(r);return o(i)&&!u}const s=kw(i,o);let l=-1;return s<0?!1:(r&&(l=kw(i,RT(null,r))),s>-1&&l<0?!0:s{let n=t[0];if(!(0 in t))throw new TypeError("1 argument is required");do if(this===n)return!0;while(n=n&&n.parentNode);return!1})}function YWe(e,t){return!!(e.nodeName==="IFRAME"&&t.getMeta(e))}function KWe(e,t){return!!(e.nodeName==="LINK"&&e.nodeType===e.ELEMENT_NODE&&e.getAttribute&&e.getAttribute("rel")==="stylesheet"&&t.getMeta(e))}function dre(e){return!!m1([e,"optionalAccess",t=>t.shadowRoot])}class Ojt{constructor(){this.id=1,this.styleIDMap=new WeakMap,this.idStyleMap=new Map}getId(t){return I3t(this.styleIDMap.get(t),()=>-1)}has(t){return this.styleIDMap.has(t)}add(t,n){if(this.has(t))return this.getId(t);let r;return n===void 0?r=this.id++:r=n,this.styleIDMap.set(t,r),this.idStyleMap.set(r,t),r}getStyle(t){return this.idStyleMap.get(t)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}}function XWe(e){let t=null;return m1([e,"access",n=>n.getRootNode,"optionalCall",n=>n(),"optionalAccess",n=>n.nodeType])===Node.DOCUMENT_FRAGMENT_NODE&&e.getRootNode().host&&(t=e.getRootNode().host),t}function Pjt(e){let t=e,n;for(;n=XWe(t);)t=n;return t}function Rjt(e){const t=e.ownerDocument;if(!t)return!1;const n=Pjt(e);return t.contains(n)}function ZWe(e){const t=e.ownerDocument;return t?t.contains(e)||Rjt(e):!1}const oCe={};function Spe(e){const t=oCe[e];if(t)return t;const n=window.document;let r=window[e];if(n&&typeof n.createElement=="function")try{const a=n.createElement("iframe");a.hidden=!0,n.head.appendChild(a);const i=a.contentWindow;i&&i[e]&&(r=i[e]),n.head.removeChild(a)}catch{}return oCe[e]=r.bind(window)}function Njt(...e){return Spe("requestAnimationFrame")(...e)}function OV(...e){return Spe("setTimeout")(...e)}function Djt(...e){return Spe("clearTimeout")(...e)}var oa=(e=>(e[e.DomContentLoaded=0]="DomContentLoaded",e[e.Load=1]="Load",e[e.FullSnapshot=2]="FullSnapshot",e[e.IncrementalSnapshot=3]="IncrementalSnapshot",e[e.Meta=4]="Meta",e[e.Custom=5]="Custom",e[e.Plugin=6]="Plugin",e))(oa||{}),Rr=(e=>(e[e.Mutation=0]="Mutation",e[e.MouseMove=1]="MouseMove",e[e.MouseInteraction=2]="MouseInteraction",e[e.Scroll=3]="Scroll",e[e.ViewportResize=4]="ViewportResize",e[e.Input=5]="Input",e[e.TouchMove=6]="TouchMove",e[e.MediaInteraction=7]="MediaInteraction",e[e.StyleSheetRule=8]="StyleSheetRule",e[e.CanvasMutation=9]="CanvasMutation",e[e.Font=10]="Font",e[e.Log=11]="Log",e[e.Drag=12]="Drag",e[e.StyleDeclaration=13]="StyleDeclaration",e[e.Selection=14]="Selection",e[e.AdoptedStyleSheet=15]="AdoptedStyleSheet",e[e.CustomElement=16]="CustomElement",e))(Rr||{}),bc=(e=>(e[e.MouseUp=0]="MouseUp",e[e.MouseDown=1]="MouseDown",e[e.Click=2]="Click",e[e.ContextMenu=3]="ContextMenu",e[e.DblClick=4]="DblClick",e[e.Focus=5]="Focus",e[e.Blur=6]="Blur",e[e.TouchStart=7]="TouchStart",e[e.TouchMove_Departed=8]="TouchMove_Departed",e[e.TouchEnd=9]="TouchEnd",e[e.TouchCancel=10]="TouchCancel",e))(bc||{}),G0=(e=>(e[e.Mouse=0]="Mouse",e[e.Pen=1]="Pen",e[e.Touch=2]="Touch",e))(G0||{});function Mjt(e){let t,n=e[0],r=1;for(;rn.call(t,...o)),t=void 0)}return n}function sCe(e){return"__ln"in e}class $jt{constructor(){this.length=0,this.head=null,this.tail=null}get(t){if(t>=this.length)throw new Error("Position outside of list range");let n=this.head;for(let r=0;ra.next])||null;return n}addNode(t){const n={value:t,previous:null,next:null};if(t.__ln=n,t.previousSibling&&sCe(t.previousSibling)){const r=t.previousSibling.__ln.next;n.next=r,n.previous=t.previousSibling.__ln,t.previousSibling.__ln.next=n,r&&(r.previous=n)}else if(t.nextSibling&&sCe(t.nextSibling)&&t.nextSibling.__ln.previous){const r=t.nextSibling.__ln.previous;n.previous=r,n.next=t.nextSibling.__ln,t.nextSibling.__ln.previous=n,r&&(r.next=n)}else this.head&&(this.head.previous=n),n.next=this.head,this.head=n;n.next===null&&(this.tail=n),this.length++}removeNode(t){const n=t.__ln;this.head&&(n.previous?(n.previous.next=n.next,n.next?n.next.previous=n.previous:this.tail=n.previous):(this.head=n.next,this.head?this.head.previous=null:this.tail=null),t.__ln&&delete t.__ln,this.length--)}}const lCe=(e,t)=>`${e}@${t}`;class Ljt{constructor(){this.frozen=!1,this.locked=!1,this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.mapRemoves=[],this.movedMap={},this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.processMutations=t=>{t.forEach(this.processMutation),this.emit()},this.emit=()=>{if(this.frozen||this.locked)return;const t=[],n=new Set,r=new $jt,a=l=>{let u=l,c=VN;for(;c===VN;)u=u&&u.nextSibling,c=u&&this.mirror.getId(u);return c},i=l=>{if(!l.parentNode||!ZWe(l))return;const u=ER(l.parentNode)?this.mirror.getId(XWe(l)):this.mirror.getId(l.parentNode),c=a(l);if(u===-1||c===-1)return r.addNode(l);const d=NT(l,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskAllText:this.maskAllText,unblockSelector:this.unblockSelector,maskTextClass:this.maskTextClass,unmaskTextClass:this.unmaskTextClass,maskTextSelector:this.maskTextSelector,unmaskTextSelector:this.unmaskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskAttributeFn:this.maskAttributeFn,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:f=>{YWe(f,this.mirror)&&!vf(f,this.blockClass,this.blockSelector,this.unblockSelector,!1)&&this.iframeManager.addIframe(f),KWe(f,this.mirror)&&this.stylesheetManager.trackLinkElement(f),dre(l)&&this.shadowDomManager.addShadowRoot(l.shadowRoot,this.doc)},onIframeLoad:(f,p)=>{vf(f,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(this.iframeManager.attachIframe(f,p),f.contentWindow&&this.canvasManager.addWindow(f.contentWindow),this.shadowDomManager.observeAttachShadow(f))},onStylesheetLoad:(f,p)=>{this.stylesheetManager.attachLinkElement(f,p)}});d&&(t.push({parentId:u,nextId:c,node:d}),n.add(d.id))};for(;this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(const l of this.movedSet)uCe(this.removes,l,this.mirror)&&!this.movedSet.has(l.parentNode)||i(l);for(const l of this.addedSet)!cCe(this.droppedSet,l)&&!uCe(this.removes,l,this.mirror)||cCe(this.movedSet,l)?i(l):this.droppedSet.add(l);let o=null;for(;r.length;){let l=null;if(o){const u=this.mirror.getId(o.value.parentNode),c=a(o.value);u!==-1&&c!==-1&&(l=o)}if(!l){let u=r.tail;for(;u;){const c=u;if(u=u.previous,c){const d=this.mirror.getId(c.value.parentNode);if(a(c.value)===-1)continue;if(d!==-1){l=c;break}else{const p=c.value;if(p.parentNode&&p.parentNode.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const g=p.parentNode.host;if(this.mirror.getId(g)!==-1){l=c;break}}}}}}if(!l){for(;r.head;)r.removeNode(r.head.value);break}o=l.previous,r.removeNode(l.value),i(l.value)}const s={texts:this.texts.map(l=>({id:this.mirror.getId(l.node),value:l.value})).filter(l=>!n.has(l.id)).filter(l=>this.mirror.has(l.id)),attributes:this.attributes.map(l=>{const{attributes:u}=l;if(typeof u.style=="string"){const c=JSON.stringify(l.styleDiff),d=JSON.stringify(l._unchangedStyles);c.length!n.has(l.id)).filter(l=>this.mirror.has(l.id)),removes:this.removes,adds:t};!s.texts.length&&!s.attributes.length&&!s.removes.length&&!s.adds.length||(this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(s))},this.processMutation=t=>{if(!AK(t.target,this.mirror))switch(t.type){case"characterData":{const n=t.target.textContent;!vf(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)&&n!==t.oldValue&&this.texts.push({value:d2(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,this.maskAllText)&&n?this.maskTextFn?this.maskTextFn(n,WWe(t.target)):n.replace(/[\S]/g,"*"):n,node:t.target});break}case"attributes":{const n=t.target;let r=t.attributeName,a=t.target.getAttribute(r);if(r==="value"){const o=bpe(n),s=n.tagName;a=F9(n,s,o);const l=AV({maskInputOptions:this.maskInputOptions,tagName:s,type:o}),u=d2(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,l);a=UN({isMasked:u,element:n,value:a,maskInputFn:this.maskInputFn})}if(vf(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||a===t.oldValue)return;let i=this.attributeMap.get(t.target);if(n.tagName==="IFRAME"&&r==="src"&&!this.keepIframeSrcFn(a))if(!n.contentDocument)r="rr_src";else return;if(i||(i={node:t.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(i),this.attributeMap.set(t.target,i)),r==="type"&&n.tagName==="INPUT"&&(t.oldValue||"").toLowerCase()==="password"&&n.setAttribute("data-rr-is-password","true"),!zWe(n.tagName,r)&&(i.attributes[r]=BWe(this.doc,c2(n.tagName),c2(r),a,n,this.maskAttributeFn),r==="style")){if(!this.unattachedDoc)try{this.unattachedDoc=document.implementation.createHTMLDocument()}catch{this.unattachedDoc=this.doc}const o=this.unattachedDoc.createElement("span");t.oldValue&&o.setAttribute("style",t.oldValue);for(const s of Array.from(n.style)){const l=n.style.getPropertyValue(s),u=n.style.getPropertyPriority(s);l!==o.style.getPropertyValue(s)||u!==o.style.getPropertyPriority(s)?u===""?i.styleDiff[s]=l:i.styleDiff[s]=[l,u]:i._unchangedStyles[s]=[l,u]}for(const s of Array.from(o.style))n.style.getPropertyValue(s)===""&&(i.styleDiff[s]=!1)}break}case"childList":{if(vf(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!0))return;t.addedNodes.forEach(n=>this.genAdds(n,t.target)),t.removedNodes.forEach(n=>{const r=this.mirror.getId(n),a=ER(t.target)?this.mirror.getId(t.target.host):this.mirror.getId(t.target);vf(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||AK(n,this.mirror)||!Ajt(n,this.mirror)||(this.addedSet.has(n)?(fre(this.addedSet,n),this.droppedSet.add(n)):this.addedSet.has(t.target)&&r===-1||qWe(t.target,this.mirror)||(this.movedSet.has(n)&&this.movedMap[lCe(r,a)]?fre(this.movedSet,n):this.removes.push({parentId:a,id:r,isShadow:ER(t.target)&&TR(t.target)?!0:void 0})),this.mapRemoves.push(n))});break}}},this.genAdds=(t,n)=>{if(!this.processedNodeManager.inOtherBuffer(t,this)&&!(this.addedSet.has(t)||this.movedSet.has(t))){if(this.mirror.hasNode(t)){if(AK(t,this.mirror))return;this.movedSet.add(t);let r=null;n&&this.mirror.hasNode(n)&&(r=this.mirror.getId(n)),r&&r!==-1&&(this.movedMap[lCe(this.mirror.getId(t),r)]=!0)}else this.addedSet.add(t),this.droppedSet.delete(t);vf(t,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(t.childNodes.forEach(r=>this.genAdds(r)),dre(t)&&t.shadowRoot.childNodes.forEach(r=>{this.processedNodeManager.add(r,this),this.genAdds(r,t)}))}}}init(t){["mutationCb","blockClass","blockSelector","unblockSelector","maskAllText","maskTextClass","unmaskTextClass","maskTextSelector","unmaskTextSelector","inlineStylesheet","maskInputOptions","maskAttributeFn","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach(n=>{this[n]=t[n]})}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}}function fre(e,t){e.delete(t),t.childNodes.forEach(n=>fre(e,n))}function uCe(e,t,n){return e.length===0?!1:jjt(e,t,n)}function jjt(e,t,n){let r=t.parentNode;for(;r;){const a=n.getId(r);if(e.some(i=>i.id===a))return!0;r=r.parentNode}return!1}function cCe(e,t){return e.size===0?!1:QWe(e,t)}function QWe(e,t){const{parentNode:n}=t;return n?e.has(n)?!0:QWe(e,n):!1}let CR;function Fjt(e){CR=e}function Bjt(){CR=void 0}const Ua=e=>CR?(...n)=>{try{return e(...n)}catch(r){if(CR&&CR(r)===!0)return()=>{};throw r}}:e;function Zh(e){let t,n=e[0],r=1;for(;rn.call(t,...o)),t=void 0)}return n}const DT=[];function K3(e){try{if("composedPath"in e){const t=e.composedPath();if(t.length)return t[0]}else if("path"in e&&e.path.length)return e.path[0]}catch{}return e&&e.target}function JWe(e,t){const n=new Ljt;DT.push(n),n.init(e);let r=window.MutationObserver||window.__rrMutationObserver;const a=Zh([window,"optionalAccess",o=>o.Zone,"optionalAccess",o=>o.__symbol__,"optionalCall",o=>o("MutationObserver")]);a&&window[a]&&(r=window[a]);const i=new r(Ua(o=>{e.onMutation&&e.onMutation(o)===!1||n.processMutations.bind(n)(o)}));return i.observe(t,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),i}function zjt({mousemoveCb:e,sampling:t,doc:n,mirror:r}){if(t.mousemove===!1)return()=>{};const a=typeof t.mousemove=="number"?t.mousemove:50,i=typeof t.mousemoveCallback=="number"?t.mousemoveCallback:500;let o=[],s;const l=HN(Ua(d=>{const f=Date.now()-s;e(o.map(p=>(p.timeOffset-=f,p)),d),o=[],s=null}),i),u=Ua(HN(Ua(d=>{const f=K3(d),{clientX:p,clientY:g}=cre(d)?d.changedTouches[0]:d;s||(s=z9()),o.push({x:p,y:g,id:r.getId(f),timeOffset:z9()-s}),l(typeof DragEvent<"u"&&d instanceof DragEvent?Rr.Drag:d instanceof MouseEvent?Rr.MouseMove:Rr.TouchMove)}),a,{trailing:!1})),c=[Dc("mousemove",u,n),Dc("touchmove",u,n),Dc("drag",u,n)];return Ua(()=>{c.forEach(d=>d())})}function Ujt({mouseInteractionCb:e,doc:t,mirror:n,blockClass:r,blockSelector:a,unblockSelector:i,sampling:o}){if(o.mouseInteraction===!1)return()=>{};const s=o.mouseInteraction===!0||o.mouseInteraction===void 0?{}:o.mouseInteraction,l=[];let u=null;const c=d=>f=>{const p=K3(f);if(vf(p,r,a,i,!0))return;let g=null,v=d;if("pointerType"in f){switch(f.pointerType){case"mouse":g=G0.Mouse;break;case"touch":g=G0.Touch;break;case"pen":g=G0.Pen;break}g===G0.Touch?bc[d]===bc.MouseDown?v="TouchStart":bc[d]===bc.MouseUp&&(v="TouchEnd"):G0.Pen}else cre(f)&&(g=G0.Touch);g!==null?(u=g,(v.startsWith("Touch")&&g===G0.Touch||v.startsWith("Mouse")&&g===G0.Mouse)&&(g=null)):bc[d]===bc.Click&&(g=u,u=null);const m=cre(f)?f.changedTouches[0]:f;if(!m)return;const y=n.getId(p),{clientX:b,clientY:x}=m;Ua(e)({type:bc[v],id:y,x:b,y:x,...g!==null&&{pointerType:g}})};return Object.keys(bc).filter(d=>Number.isNaN(Number(d))&&!d.endsWith("_Departed")&&s[d]!==!1).forEach(d=>{let f=c2(d);const p=c(d);if(window.PointerEvent)switch(bc[d]){case bc.MouseDown:case bc.MouseUp:f=f.replace("mouse","pointer");break;case bc.TouchStart:case bc.TouchEnd:return}l.push(Dc(f,p,t))}),Ua(()=>{l.forEach(d=>d())})}function eqe({scrollCb:e,doc:t,mirror:n,blockClass:r,blockSelector:a,unblockSelector:i,sampling:o}){const s=Ua(HN(Ua(l=>{const u=K3(l);if(!u||vf(u,r,a,i,!0))return;const c=n.getId(u);if(u===t&&t.defaultView){const d=VWe(t.defaultView);e({id:c,x:d.left,y:d.top})}else e({id:c,x:u.scrollLeft,y:u.scrollTop})}),o.scroll||100));return Dc("scroll",s,t)}function Vjt({viewportResizeCb:e},{win:t}){let n=-1,r=-1;const a=Ua(HN(Ua(()=>{const i=HWe(),o=GWe();(n!==i||r!==o)&&(e({width:Number(o),height:Number(i)}),n=i,r=o)}),200));return Dc("resize",a,t)}const Hjt=["INPUT","TEXTAREA","SELECT"],dCe=new WeakMap;function Gjt({inputCb:e,doc:t,mirror:n,blockClass:r,blockSelector:a,unblockSelector:i,ignoreClass:o,ignoreSelector:s,maskInputOptions:l,maskInputFn:u,sampling:c,userTriggeredOnInput:d,maskTextClass:f,unmaskTextClass:p,maskTextSelector:g,unmaskTextSelector:v}){function m(T){let C=K3(T);const A=T.isTrusted,k=C&&lre(C.tagName);if(k==="OPTION"&&(C=C.parentElement),!C||!k||Hjt.indexOf(k)<0||vf(C,r,a,i,!0))return;const I=C;if(I.classList.contains(o)||s&&I.matches(s))return;const R=bpe(C);let L=F9(I,k,R),N=!1;const j=AV({maskInputOptions:l,tagName:k,type:R}),B=d2(C,f,g,p,v,j);(R==="radio"||R==="checkbox")&&(N=C.checked),L=UN({isMasked:B,element:C,value:L,maskInputFn:u}),y(C,d?{text:L,isChecked:N,userTriggered:A}:{text:L,isChecked:N});const U=C.name;R==="radio"&&U&&N&&t.querySelectorAll(`input[type="radio"][name="${U}"]`).forEach(W=>{if(W!==C){const z=UN({isMasked:B,element:W,value:F9(W,k,R),maskInputFn:u});y(W,d?{text:z,isChecked:!N,userTriggered:!1}:{text:z,isChecked:!N})}})}function y(T,C){const A=dCe.get(T);if(!A||A.text!==C.text||A.isChecked!==C.isChecked){dCe.set(T,C);const k=n.getId(T);Ua(e)({...C,id:k})}}const x=(c.input==="last"?["change"]:["input","change"]).map(T=>Dc(T,Ua(m),t)),w=t.defaultView;if(!w)return()=>{x.forEach(T=>T())};const S=w.Object.getOwnPropertyDescriptor(w.HTMLInputElement.prototype,"value"),_=[[w.HTMLInputElement.prototype,"value"],[w.HTMLInputElement.prototype,"checked"],[w.HTMLSelectElement.prototype,"value"],[w.HTMLTextAreaElement.prototype,"value"],[w.HTMLSelectElement.prototype,"selectedIndex"],[w.HTMLOptionElement.prototype,"selected"]];return S&&S.set&&x.push(..._.map(T=>UWe(T[0],T[1],{set(){Ua(m)({target:this,isTrusted:!1})}},!1,w))),Ua(()=>{x.forEach(T=>T())})}function U9(e){const t=[];function n(r,a){if(BL("CSSGroupingRule")&&r.parentRule instanceof CSSGroupingRule||BL("CSSMediaRule")&&r.parentRule instanceof CSSMediaRule||BL("CSSSupportsRule")&&r.parentRule instanceof CSSSupportsRule||BL("CSSConditionRule")&&r.parentRule instanceof CSSConditionRule){const o=Array.from(r.parentRule.cssRules).indexOf(r);a.unshift(o)}else if(r.parentStyleSheet){const o=Array.from(r.parentStyleSheet.cssRules).indexOf(r);a.unshift(o)}return a}return n(e,t)}function g1(e,t,n){let r,a;return e?(e.ownerNode?r=t.getId(e.ownerNode):a=n.getId(e),{styleId:a,id:r}):{}}function Wjt({styleSheetRuleCb:e,mirror:t,stylesheetManager:n},{win:r}){if(!r.CSSStyleSheet||!r.CSSStyleSheet.prototype)return()=>{};const a=r.CSSStyleSheet.prototype.insertRule;r.CSSStyleSheet.prototype.insertRule=new Proxy(a,{apply:Ua((c,d,f)=>{const[p,g]=f,{id:v,styleId:m}=g1(d,t,n.styleMirror);return(v&&v!==-1||m&&m!==-1)&&e({id:v,styleId:m,adds:[{rule:p,index:g}]}),c.apply(d,f)})});const i=r.CSSStyleSheet.prototype.deleteRule;r.CSSStyleSheet.prototype.deleteRule=new Proxy(i,{apply:Ua((c,d,f)=>{const[p]=f,{id:g,styleId:v}=g1(d,t,n.styleMirror);return(g&&g!==-1||v&&v!==-1)&&e({id:g,styleId:v,removes:[{index:p}]}),c.apply(d,f)})});let o;r.CSSStyleSheet.prototype.replace&&(o=r.CSSStyleSheet.prototype.replace,r.CSSStyleSheet.prototype.replace=new Proxy(o,{apply:Ua((c,d,f)=>{const[p]=f,{id:g,styleId:v}=g1(d,t,n.styleMirror);return(g&&g!==-1||v&&v!==-1)&&e({id:g,styleId:v,replace:p}),c.apply(d,f)})}));let s;r.CSSStyleSheet.prototype.replaceSync&&(s=r.CSSStyleSheet.prototype.replaceSync,r.CSSStyleSheet.prototype.replaceSync=new Proxy(s,{apply:Ua((c,d,f)=>{const[p]=f,{id:g,styleId:v}=g1(d,t,n.styleMirror);return(g&&g!==-1||v&&v!==-1)&&e({id:g,styleId:v,replaceSync:p}),c.apply(d,f)})}));const l={};zL("CSSGroupingRule")?l.CSSGroupingRule=r.CSSGroupingRule:(zL("CSSMediaRule")&&(l.CSSMediaRule=r.CSSMediaRule),zL("CSSConditionRule")&&(l.CSSConditionRule=r.CSSConditionRule),zL("CSSSupportsRule")&&(l.CSSSupportsRule=r.CSSSupportsRule));const u={};return Object.entries(l).forEach(([c,d])=>{u[c]={insertRule:d.prototype.insertRule,deleteRule:d.prototype.deleteRule},d.prototype.insertRule=new Proxy(u[c].insertRule,{apply:Ua((f,p,g)=>{const[v,m]=g,{id:y,styleId:b}=g1(p.parentStyleSheet,t,n.styleMirror);return(y&&y!==-1||b&&b!==-1)&&e({id:y,styleId:b,adds:[{rule:v,index:[...U9(p),m||0]}]}),f.apply(p,g)})}),d.prototype.deleteRule=new Proxy(u[c].deleteRule,{apply:Ua((f,p,g)=>{const[v]=g,{id:m,styleId:y}=g1(p.parentStyleSheet,t,n.styleMirror);return(m&&m!==-1||y&&y!==-1)&&e({id:m,styleId:y,removes:[{index:[...U9(p),v]}]}),f.apply(p,g)})})}),Ua(()=>{r.CSSStyleSheet.prototype.insertRule=a,r.CSSStyleSheet.prototype.deleteRule=i,o&&(r.CSSStyleSheet.prototype.replace=o),s&&(r.CSSStyleSheet.prototype.replaceSync=s),Object.entries(l).forEach(([c,d])=>{d.prototype.insertRule=u[c].insertRule,d.prototype.deleteRule=u[c].deleteRule})})}function tqe({mirror:e,stylesheetManager:t},n){let r=null;n.nodeName==="#document"?r=e.getId(n):r=e.getId(n.host);const a=n.nodeName==="#document"?Zh([n,"access",o=>o.defaultView,"optionalAccess",o=>o.Document]):Zh([n,"access",o=>o.ownerDocument,"optionalAccess",o=>o.defaultView,"optionalAccess",o=>o.ShadowRoot]),i=Zh([a,"optionalAccess",o=>o.prototype])?Object.getOwnPropertyDescriptor(Zh([a,"optionalAccess",o=>o.prototype]),"adoptedStyleSheets"):void 0;return r===null||r===-1||!a||!i?()=>{}:(Object.defineProperty(n,"adoptedStyleSheets",{configurable:i.configurable,enumerable:i.enumerable,get(){return Zh([i,"access",o=>o.get,"optionalAccess",o=>o.call,"call",o=>o(this)])},set(o){const s=Zh([i,"access",l=>l.set,"optionalAccess",l=>l.call,"call",l=>l(this,o)]);if(r!==null&&r!==-1)try{t.adoptStyleSheets(o,r)}catch{}return s}}),Ua(()=>{Object.defineProperty(n,"adoptedStyleSheets",{configurable:i.configurable,enumerable:i.enumerable,get:i.get,set:i.set})}))}function qjt({styleDeclarationCb:e,mirror:t,ignoreCSSAttributes:n,stylesheetManager:r},{win:a}){const i=a.CSSStyleDeclaration.prototype.setProperty;a.CSSStyleDeclaration.prototype.setProperty=new Proxy(i,{apply:Ua((s,l,u)=>{const[c,d,f]=u;if(n.has(c))return i.apply(l,[c,d,f]);const{id:p,styleId:g}=g1(Zh([l,"access",v=>v.parentRule,"optionalAccess",v=>v.parentStyleSheet]),t,r.styleMirror);return(p&&p!==-1||g&&g!==-1)&&e({id:p,styleId:g,set:{property:c,value:d,priority:f},index:U9(l.parentRule)}),s.apply(l,u)})});const o=a.CSSStyleDeclaration.prototype.removeProperty;return a.CSSStyleDeclaration.prototype.removeProperty=new Proxy(o,{apply:Ua((s,l,u)=>{const[c]=u;if(n.has(c))return o.apply(l,[c]);const{id:d,styleId:f}=g1(Zh([l,"access",p=>p.parentRule,"optionalAccess",p=>p.parentStyleSheet]),t,r.styleMirror);return(d&&d!==-1||f&&f!==-1)&&e({id:d,styleId:f,remove:{property:c},index:U9(l.parentRule)}),s.apply(l,u)})}),Ua(()=>{a.CSSStyleDeclaration.prototype.setProperty=i,a.CSSStyleDeclaration.prototype.removeProperty=o})}function Yjt({mediaInteractionCb:e,blockClass:t,blockSelector:n,unblockSelector:r,mirror:a,sampling:i,doc:o}){const s=Ua(u=>HN(Ua(c=>{const d=K3(c);if(!d||vf(d,t,n,r,!0))return;const{currentTime:f,volume:p,muted:g,playbackRate:v}=d;e({type:u,id:a.getId(d),currentTime:f,volume:p,muted:g,playbackRate:v})}),i.media||500)),l=[Dc("play",s(0),o),Dc("pause",s(1),o),Dc("seeked",s(2),o),Dc("volumechange",s(3),o),Dc("ratechange",s(4),o)];return Ua(()=>{l.forEach(u=>u())})}function Kjt({fontCb:e,doc:t}){const n=t.defaultView;if(!n)return()=>{};const r=[],a=new WeakMap,i=n.FontFace;n.FontFace=function(l,u,c){const d=new i(l,u,c);return a.set(d,{family:l,buffer:typeof u!="string",descriptors:c,fontSource:typeof u=="string"?u:JSON.stringify(Array.from(new Uint8Array(u)))}),d};const o=wpe(t.fonts,"add",function(s){return function(l){return OV(Ua(()=>{const u=a.get(l);u&&(e(u),a.delete(l))}),0),s.apply(this,[l])}});return r.push(()=>{n.FontFace=i}),r.push(o),Ua(()=>{r.forEach(s=>s())})}function Xjt(e){const{doc:t,mirror:n,blockClass:r,blockSelector:a,unblockSelector:i,selectionCb:o}=e;let s=!0;const l=Ua(()=>{const u=t.getSelection();if(!u||s&&Zh([u,"optionalAccess",f=>f.isCollapsed]))return;s=u.isCollapsed||!1;const c=[],d=u.rangeCount||0;for(let f=0;f{}:wpe(n.customElements,"define",function(a){return function(i,o,s){try{t({define:{name:i}})}catch{}return a.apply(this,[i,o,s])}})}function Qjt(e,t={}){const n=e.doc.defaultView;if(!n)return()=>{};let r;e.recordDOM&&(r=JWe(e,e.doc));const a=zjt(e),i=Ujt(e),o=eqe(e),s=Vjt(e,{win:n}),l=Gjt(e),u=Yjt(e);let c=()=>{},d=()=>{},f=()=>{},p=()=>{};e.recordDOM&&(c=Wjt(e,{win:n}),d=tqe(e,e.doc),f=qjt(e,{win:n}),e.collectFonts&&(p=Kjt(e)));const g=Xjt(e),v=Zjt(e),m=[];for(const y of e.plugins)m.push(y.observer(y.callback,n,y.options));return Ua(()=>{DT.forEach(y=>y.reset()),Zh([r,"optionalAccess",y=>y.disconnect,"call",y=>y()]),a(),i(),o(),s(),l(),u(),c(),d(),f(),p(),g(),v(),m.forEach(y=>y())})}function BL(e){return typeof window[e]<"u"}function zL(e){return!!(typeof window[e]<"u"&&window[e].prototype&&"insertRule"in window[e].prototype&&"deleteRule"in window[e].prototype)}class pre{constructor(t){this.generateIdFn=t,this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap}getId(t,n,r,a){const i=r||this.getIdToRemoteIdMap(t),o=a||this.getRemoteIdToIdMap(t);let s=i.get(n);return s||(s=this.generateIdFn(),i.set(n,s),o.set(s,n)),s}getIds(t,n){const r=this.getIdToRemoteIdMap(t),a=this.getRemoteIdToIdMap(t);return n.map(i=>this.getId(t,i,r,a))}getRemoteId(t,n,r){const a=r||this.getRemoteIdToIdMap(t);if(typeof n!="number")return n;const i=a.get(n);return i||-1}getRemoteIds(t,n){const r=this.getRemoteIdToIdMap(t);return n.map(a=>this.getRemoteId(t,a,r))}reset(t){if(!t){this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap;return}this.iframeIdToRemoteIdMap.delete(t),this.iframeRemoteIdToIdMap.delete(t)}getIdToRemoteIdMap(t){let n=this.iframeIdToRemoteIdMap.get(t);return n||(n=new Map,this.iframeIdToRemoteIdMap.set(t,n)),n}getRemoteIdToIdMap(t){let n=this.iframeRemoteIdToIdMap.get(t);return n||(n=new Map,this.iframeRemoteIdToIdMap.set(t,n)),n}}function fCe(e){let t,n=e[0],r=1;for(;rn.call(t,...o)),t=void 0)}return n}class Jjt{constructor(){this.crossOriginIframeMirror=new pre(xpe),this.crossOriginIframeRootIdMap=new WeakMap}addIframe(){}addLoadListener(){}attachIframe(){}}class e5t{constructor(t){this.iframes=new WeakMap,this.crossOriginIframeMap=new WeakMap,this.crossOriginIframeMirror=new pre(xpe),this.crossOriginIframeRootIdMap=new WeakMap,this.mutationCb=t.mutationCb,this.wrappedEmit=t.wrappedEmit,this.stylesheetManager=t.stylesheetManager,this.recordCrossOriginIframes=t.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new pre(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=t.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(t){this.iframes.set(t,!0),t.contentWindow&&this.crossOriginIframeMap.set(t.contentWindow,t)}addLoadListener(t){this.loadListener=t}attachIframe(t,n){this.mutationCb({adds:[{parentId:this.mirror.getId(t),nextId:null,node:n}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),fCe([this,"access",r=>r.loadListener,"optionalCall",r=>r(t)]),t.contentDocument&&t.contentDocument.adoptedStyleSheets&&t.contentDocument.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(t.contentDocument.adoptedStyleSheets,this.mirror.getId(t.contentDocument))}handleMessage(t){const n=t;if(n.data.type!=="rrweb"||n.origin!==n.data.origin||!t.source)return;const a=this.crossOriginIframeMap.get(t.source);if(!a)return;const i=this.transformCrossOriginEvent(a,n.data.event);i&&this.wrappedEmit(i,n.data.isCheckout)}transformCrossOriginEvent(t,n){switch(n.type){case oa.FullSnapshot:{this.crossOriginIframeMirror.reset(t),this.crossOriginIframeStyleMirror.reset(t),this.replaceIdOnNode(n.data.node,t);const r=n.data.node.id;return this.crossOriginIframeRootIdMap.set(t,r),this.patchRootIdOnNode(n.data.node,r),{timestamp:n.timestamp,type:oa.IncrementalSnapshot,data:{source:Rr.Mutation,adds:[{parentId:this.mirror.getId(t),nextId:null,node:n.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}}}case oa.Meta:case oa.Load:case oa.DomContentLoaded:return!1;case oa.Plugin:return n;case oa.Custom:return this.replaceIds(n.data.payload,t,["id","parentId","previousId","nextId"]),n;case oa.IncrementalSnapshot:switch(n.data.source){case Rr.Mutation:return n.data.adds.forEach(r=>{this.replaceIds(r,t,["parentId","nextId","previousId"]),this.replaceIdOnNode(r.node,t);const a=this.crossOriginIframeRootIdMap.get(t);a&&this.patchRootIdOnNode(r.node,a)}),n.data.removes.forEach(r=>{this.replaceIds(r,t,["parentId","id"])}),n.data.attributes.forEach(r=>{this.replaceIds(r,t,["id"])}),n.data.texts.forEach(r=>{this.replaceIds(r,t,["id"])}),n;case Rr.Drag:case Rr.TouchMove:case Rr.MouseMove:return n.data.positions.forEach(r=>{this.replaceIds(r,t,["id"])}),n;case Rr.ViewportResize:return!1;case Rr.MediaInteraction:case Rr.MouseInteraction:case Rr.Scroll:case Rr.CanvasMutation:case Rr.Input:return this.replaceIds(n.data,t,["id"]),n;case Rr.StyleSheetRule:case Rr.StyleDeclaration:return this.replaceIds(n.data,t,["id"]),this.replaceStyleIds(n.data,t,["styleId"]),n;case Rr.Font:return n;case Rr.Selection:return n.data.ranges.forEach(r=>{this.replaceIds(r,t,["start","end"])}),n;case Rr.AdoptedStyleSheet:return this.replaceIds(n.data,t,["id"]),this.replaceStyleIds(n.data,t,["styleIds"]),fCe([n,"access",r=>r.data,"access",r=>r.styles,"optionalAccess",r=>r.forEach,"call",r=>r(a=>{this.replaceStyleIds(a,t,["styleId"])})]),n}}return!1}replace(t,n,r,a){for(const i of a)!Array.isArray(n[i])&&typeof n[i]!="number"||(Array.isArray(n[i])?n[i]=t.getIds(r,n[i]):n[i]=t.getId(r,n[i]));return n}replaceIds(t,n,r){return this.replace(this.crossOriginIframeMirror,t,n,r)}replaceStyleIds(t,n,r){return this.replace(this.crossOriginIframeStyleMirror,t,n,r)}replaceIdOnNode(t,n){this.replaceIds(t,n,["id","rootId"]),"childNodes"in t&&t.childNodes.forEach(r=>{this.replaceIdOnNode(r,n)})}patchRootIdOnNode(t,n){t.type!==cl.Document&&!t.rootId&&(t.rootId=n),"childNodes"in t&&t.childNodes.forEach(r=>{this.patchRootIdOnNode(r,n)})}}class t5t{init(){}addShadowRoot(){}observeAttachShadow(){}reset(){}}class n5t{constructor(t){this.shadowDoms=new WeakSet,this.restoreHandlers=[],this.mutationCb=t.mutationCb,this.scrollCb=t.scrollCb,this.bypassOptions=t.bypassOptions,this.mirror=t.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(t,n){if(!TR(t)||this.shadowDoms.has(t))return;this.shadowDoms.add(t),this.bypassOptions.canvasManager.addShadowRoot(t);const r=JWe({...this.bypassOptions,doc:n,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this},t);this.restoreHandlers.push(()=>r.disconnect()),this.restoreHandlers.push(eqe({...this.bypassOptions,scrollCb:this.scrollCb,doc:t,mirror:this.mirror})),OV(()=>{t.adoptedStyleSheets&&t.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(t.adoptedStyleSheets,this.mirror.getId(t.host)),this.restoreHandlers.push(tqe({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},t))},0)}observeAttachShadow(t){!t.contentWindow||!t.contentDocument||this.patchAttachShadow(t.contentWindow.Element,t.contentDocument)}patchAttachShadow(t,n){const r=this;this.restoreHandlers.push(wpe(t.prototype,"attachShadow",function(a){return function(i){const o=a.call(this,i);return this.shadowRoot&&ZWe(this)&&r.addShadowRoot(this.shadowRoot,n),o}}))}reset(){this.restoreHandlers.forEach(t=>{try{t()}catch{}}),this.restoreHandlers=[],this.shadowDoms=new WeakSet,this.bypassOptions.canvasManager.resetShadowRoots()}}class pCe{reset(){}freeze(){}unfreeze(){}lock(){}unlock(){}snapshot(){}addWindow(){}addShadowRoot(){}resetShadowRoots(){}}class r5t{constructor(t){this.trackedLinkElements=new WeakSet,this.styleMirror=new Ojt,this.mutationCb=t.mutationCb,this.adoptedStyleSheetCb=t.adoptedStyleSheetCb}attachLinkElement(t,n){"_cssText"in n.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:n.id,attributes:n.attributes}]}),this.trackLinkElement(t)}trackLinkElement(t){this.trackedLinkElements.has(t)||(this.trackedLinkElements.add(t),this.trackStylesheetInLinkElement(t))}adoptStyleSheets(t,n){if(t.length===0)return;const r={id:n,styleIds:[]},a=[];for(const i of t){let o;this.styleMirror.has(i)?o=this.styleMirror.getId(i):(o=this.styleMirror.add(i),a.push({styleId:o,rules:Array.from(i.rules||CSSRule,(s,l)=>({rule:MWe(s),index:l}))})),r.styleIds.push(o)}a.length>0&&(r.styles=a),this.adoptedStyleSheetCb(r)}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(t){}}class a5t{constructor(){this.nodeMap=new WeakMap,this.active=!1}inOtherBuffer(t,n){const r=this.nodeMap.get(t);return r&&Array.from(r).some(a=>a!==n)}add(t,n){this.active||(this.active=!0,Njt(()=>{this.nodeMap=new WeakMap,this.active=!1})),this.nodeMap.set(t,(this.nodeMap.get(t)||new Set).add(n))}destroy(){}}let os,V9;try{if(Array.from([1],e=>e*2)[0]!==2){const e=document.createElement("iframe");document.body.appendChild(e),Array.from=Ef([e,"access",t=>t.contentWindow,"optionalAccess",t=>t.Array,"access",t=>t.from])||Array.from,document.body.removeChild(e)}}catch(e){console.debug("Unable to override Array.from",e)}const Fh=ajt();function kv(e={}){const{emit:t,checkoutEveryNms:n,checkoutEveryNth:r,blockClass:a="rr-block",blockSelector:i=null,unblockSelector:o=null,ignoreClass:s="rr-ignore",ignoreSelector:l=null,maskAllText:u=!1,maskTextClass:c="rr-mask",unmaskTextClass:d=null,maskTextSelector:f=null,unmaskTextSelector:p=null,inlineStylesheet:g=!0,maskAllInputs:v,maskInputOptions:m,slimDOMOptions:y,maskAttributeFn:b,maskInputFn:x,maskTextFn:w,maxCanvasSize:S=null,packFn:_,sampling:T={},dataURLOptions:C={},mousemoveWait:A,recordDOM:k=!0,recordCanvas:I=!1,recordCrossOriginIframes:R=!1,recordAfter:L=e.recordAfter==="DOMContentLoaded"?e.recordAfter:"load",userTriggeredOnInput:N=!1,collectFonts:j=!1,inlineImages:B=!1,plugins:U,keepIframeSrcFn:W=()=>!1,ignoreCSSAttributes:z=new Set([]),errorHandler:H,onMutation:G,getCanvasManager:Z}=e;Fjt(H);const J=R?window.parent===window:!0;let Y=!1;if(!J)try{window.parent.document&&(Y=!1)}catch{Y=!0}if(J&&!t)throw new Error("emit function is required");if(!J&&!Y)return()=>{};A!==void 0&&T.mousemove===void 0&&(T.mousemove=A),Fh.reset();const ne=v===!0?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,radio:!0,checkbox:!0}:m!==void 0?m:{},V=y===!0||y==="all"?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:y==="all",headMetaDescKeywords:y==="all"}:y||{};kjt();let X,ae=0;const oe=se=>{for(const ve of U||[])ve.eventProcessor&&(se=ve.eventProcessor(se));return _&&!Y&&(se=_(se)),se};os=(se,ve)=>{const me=se;if(me.timestamp=z9(),Ef([DT,"access",Ce=>Ce[0],"optionalAccess",Ce=>Ce.isFrozen,"call",Ce=>Ce()])&&me.type!==oa.FullSnapshot&&!(me.type===oa.IncrementalSnapshot&&me.data.source===Rr.Mutation)&&DT.forEach(Ce=>Ce.unfreeze()),J)Ef([t,"optionalCall",Ce=>Ce(oe(me),ve)]);else if(Y){const Ce={type:"rrweb",event:oe(me),origin:window.location.origin,isCheckout:ve};window.parent.postMessage(Ce,"*")}if(me.type===oa.FullSnapshot)X=me,ae=0;else if(me.type===oa.IncrementalSnapshot){if(me.data.source===Rr.Mutation&&me.data.isAttachIframe)return;ae++;const Ce=r&&ae>=r,Ee=n&&X&&me.timestamp-X.timestamp>n;(Ce||Ee)&&ce(!0)}};const ie=se=>{os({type:oa.IncrementalSnapshot,data:{source:Rr.Mutation,...se}})},he=se=>os({type:oa.IncrementalSnapshot,data:{source:Rr.Scroll,...se}}),fe=se=>os({type:oa.IncrementalSnapshot,data:{source:Rr.CanvasMutation,...se}}),we=se=>os({type:oa.IncrementalSnapshot,data:{source:Rr.AdoptedStyleSheet,...se}}),Ie=new r5t({mutationCb:ie,adoptedStyleSheetCb:we}),de=typeof __RRWEB_EXCLUDE_IFRAME__=="boolean"&&__RRWEB_EXCLUDE_IFRAME__?new Jjt:new e5t({mirror:Fh,mutationCb:ie,stylesheetManager:Ie,recordCrossOriginIframes:R,wrappedEmit:os});for(const se of U||[])se.getMirror&&se.getMirror({nodeMirror:Fh,crossOriginIframeMirror:de.crossOriginIframeMirror,crossOriginIframeStyleMirror:de.crossOriginIframeStyleMirror});const pe=new a5t,_e=o5t(Z,{mirror:Fh,win:window,mutationCb:se=>os({type:oa.IncrementalSnapshot,data:{source:Rr.CanvasMutation,...se}}),recordCanvas:I,blockClass:a,blockSelector:i,unblockSelector:o,maxCanvasSize:S,sampling:T.canvas,dataURLOptions:C,errorHandler:H}),te=typeof __RRWEB_EXCLUDE_SHADOW_DOM__=="boolean"&&__RRWEB_EXCLUDE_SHADOW_DOM__?new t5t:new n5t({mutationCb:ie,scrollCb:he,bypassOptions:{onMutation:G,blockClass:a,blockSelector:i,unblockSelector:o,maskAllText:u,maskTextClass:c,unmaskTextClass:d,maskTextSelector:f,unmaskTextSelector:p,inlineStylesheet:g,maskInputOptions:ne,dataURLOptions:C,maskAttributeFn:b,maskTextFn:w,maskInputFn:x,recordCanvas:I,inlineImages:B,sampling:T,slimDOMOptions:V,iframeManager:de,stylesheetManager:Ie,canvasManager:_e,keepIframeSrcFn:W,processedNodeManager:pe},mirror:Fh}),ce=(se=!1)=>{if(!k)return;os({type:oa.Meta,data:{href:window.location.href,width:GWe(),height:HWe()}},se),Ie.reset(),te.init(),DT.forEach(me=>me.lock());const ve=Ijt(document,{mirror:Fh,blockClass:a,blockSelector:i,unblockSelector:o,maskAllText:u,maskTextClass:c,unmaskTextClass:d,maskTextSelector:f,unmaskTextSelector:p,inlineStylesheet:g,maskAllInputs:ne,maskAttributeFn:b,maskInputFn:x,maskTextFn:w,slimDOM:V,dataURLOptions:C,recordCanvas:I,inlineImages:B,onSerialize:me=>{YWe(me,Fh)&&de.addIframe(me),KWe(me,Fh)&&Ie.trackLinkElement(me),dre(me)&&te.addShadowRoot(me.shadowRoot,document)},onIframeLoad:(me,Ce)=>{de.attachIframe(me,Ce),me.contentWindow&&_e.addWindow(me.contentWindow),te.observeAttachShadow(me)},onStylesheetLoad:(me,Ce)=>{Ie.attachLinkElement(me,Ce)},keepIframeSrcFn:W});if(!ve)return console.warn("Failed to snapshot the document");os({type:oa.FullSnapshot,data:{node:ve,initialOffset:VWe(window)}}),DT.forEach(me=>me.unlock()),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&Ie.adoptStyleSheets(document.adoptedStyleSheets,Fh.getId(document))};V9=ce;try{const se=[],ve=Ce=>Ua(Qjt)({onMutation:G,mutationCb:ie,mousemoveCb:(Ee,Ye)=>os({type:oa.IncrementalSnapshot,data:{source:Ye,positions:Ee}}),mouseInteractionCb:Ee=>os({type:oa.IncrementalSnapshot,data:{source:Rr.MouseInteraction,...Ee}}),scrollCb:he,viewportResizeCb:Ee=>os({type:oa.IncrementalSnapshot,data:{source:Rr.ViewportResize,...Ee}}),inputCb:Ee=>os({type:oa.IncrementalSnapshot,data:{source:Rr.Input,...Ee}}),mediaInteractionCb:Ee=>os({type:oa.IncrementalSnapshot,data:{source:Rr.MediaInteraction,...Ee}}),styleSheetRuleCb:Ee=>os({type:oa.IncrementalSnapshot,data:{source:Rr.StyleSheetRule,...Ee}}),styleDeclarationCb:Ee=>os({type:oa.IncrementalSnapshot,data:{source:Rr.StyleDeclaration,...Ee}}),canvasMutationCb:fe,fontCb:Ee=>os({type:oa.IncrementalSnapshot,data:{source:Rr.Font,...Ee}}),selectionCb:Ee=>{os({type:oa.IncrementalSnapshot,data:{source:Rr.Selection,...Ee}})},customElementCb:Ee=>{os({type:oa.IncrementalSnapshot,data:{source:Rr.CustomElement,...Ee}})},blockClass:a,ignoreClass:s,ignoreSelector:l,maskAllText:u,maskTextClass:c,unmaskTextClass:d,maskTextSelector:f,unmaskTextSelector:p,maskInputOptions:ne,inlineStylesheet:g,sampling:T,recordDOM:k,recordCanvas:I,inlineImages:B,userTriggeredOnInput:N,collectFonts:j,doc:Ce,maskAttributeFn:b,maskInputFn:x,maskTextFn:w,keepIframeSrcFn:W,blockSelector:i,unblockSelector:o,slimDOMOptions:V,dataURLOptions:C,mirror:Fh,iframeManager:de,stylesheetManager:Ie,shadowDomManager:te,processedNodeManager:pe,canvasManager:_e,ignoreCSSAttributes:z,plugins:Ef([U,"optionalAccess",Ee=>Ee.filter,"call",Ee=>Ee(Ye=>Ye.observer),"optionalAccess",Ee=>Ee.map,"call",Ee=>Ee(Ye=>({observer:Ye.observer,options:Ye.options,callback:xt=>os({type:oa.Plugin,data:{plugin:Ye.name,payload:xt}})}))])||[]},{});de.addLoadListener(Ce=>{try{se.push(ve(Ce.contentDocument))}catch(Ee){console.warn(Ee)}});const me=()=>{ce(),se.push(ve(document))};return document.readyState==="interactive"||document.readyState==="complete"?me():(se.push(Dc("DOMContentLoaded",()=>{os({type:oa.DomContentLoaded,data:{}}),L==="DOMContentLoaded"&&me()})),se.push(Dc("load",()=>{os({type:oa.Load,data:{}}),L==="load"&&me()},window))),()=>{se.forEach(Ce=>Ce()),pe.destroy(),V9=void 0,Bjt()}}catch(se){console.warn(se)}}function i5t(e){if(!V9)throw new Error("please take full snapshot after start recording");V9(e)}kv.mirror=Fh;kv.takeFullSnapshot=i5t;function o5t(e,t){try{return e?e(t):new pCe}catch{return console.warn("Unable to initialize CanvasManager"),new pCe}}const wr=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__,hCe=["info","warn","error","log"],I8="[Replay] ";function kK(e,t="info"){Vv({category:"console",data:{logger:"replay"},level:t,message:`${I8}${e}`},{level:t})}function s5t(){let e=!1,t=!1;const n={exception:()=>{},infoTick:()=>{},setConfig:r=>{e=r.captureExceptions,t=r.traceInternals}};return wr?(hCe.forEach(r=>{n[r]=(...a)=>{dn[r](I8,...a),t&&kK(a.join(""),DGe(r))}}),n.exception=(r,...a)=>{a.length&&n.error&&n.error(...a),dn.error(I8,r),e?V3(r):t&&kK(r,"error")},n.infoTick=(...r)=>{dn.info(I8,...r),t&&setTimeout(()=>kK(r[0]),0)}):hCe.forEach(r=>{n[r]=()=>{}}),n}const Ar=s5t(),l5t=3,u5t=5;function _pe(e){return e>9999999999?e:e*1e3}function OK(e){return e>9999999999?e/1e3:e}function X3(e,t){t.category!=="sentry.transaction"&&(["ui.click","ui.input"].includes(t.category)?e.triggerUserActivity():e.checkAndHandleExpiredSession(),e.addUpdate(()=>(e.throttledAddEvent({type:oa.Custom,timestamp:(t.timestamp||0)*1e3,data:{tag:"breadcrumb",payload:cg(t,10,1e3)}}),t.category==="console")))}const c5t="button,a";function nqe(e){return e.closest(c5t)||e}function rqe(e){const t=aqe(e);return!t||!(t instanceof Element)?t:nqe(t)}function aqe(e){return d5t(e)?e.target:e}function d5t(e){return typeof e=="object"&&!!e&&"target"in e}let v1;function f5t(e){return v1||(v1=[],p5t()),v1.push(e),()=>{const t=v1?v1.indexOf(e):-1;t>-1&&v1.splice(t,1)}}function p5t(){Od(Ji,"open",function(e){return function(...t){if(v1)try{v1.forEach(n=>n())}catch{}return e.apply(Ji,t)}})}const h5t=new Set([Rr.Mutation,Rr.StyleSheetRule,Rr.StyleDeclaration,Rr.AdoptedStyleSheet,Rr.CanvasMutation,Rr.Selection,Rr.MediaInteraction]);function m5t(e,t,n){e.handleClick(t,n)}class g5t{constructor(t,n,r=X3){this._lastMutation=0,this._lastScroll=0,this._clicks=[],this._timeout=n.timeout/1e3,this._threshold=n.threshold/1e3,this._scrollTimeout=n.scrollTimeout/1e3,this._replay=t,this._ignoreSelector=n.ignoreSelector,this._addBreadcrumbEvent=r}addListeners(){const t=f5t(()=>{this._lastMutation=mCe()});this._teardown=()=>{t(),this._clicks=[],this._lastMutation=0,this._lastScroll=0}}removeListeners(){this._teardown&&this._teardown(),this._checkClickTimeout&&clearTimeout(this._checkClickTimeout)}handleClick(t,n){if(y5t(n,this._ignoreSelector)||!b5t(t))return;const r={timestamp:OK(t.timestamp),clickBreadcrumb:t,clickCount:0,node:n};this._clicks.some(a=>a.node===r.node&&Math.abs(a.timestamp-r.timestamp)<1)||(this._clicks.push(r),this._clicks.length===1&&this._scheduleCheckClicks())}registerMutation(t=Date.now()){this._lastMutation=OK(t)}registerScroll(t=Date.now()){this._lastScroll=OK(t)}registerClick(t){const n=nqe(t);this._handleMultiClick(n)}_handleMultiClick(t){this._getClicks(t).forEach(n=>{n.clickCount++})}_getClicks(t){return this._clicks.filter(n=>n.node===t)}_checkClicks(){const t=[],n=mCe();this._clicks.forEach(r=>{!r.mutationAfter&&this._lastMutation&&(r.mutationAfter=r.timestamp<=this._lastMutation?this._lastMutation-r.timestamp:void 0),!r.scrollAfter&&this._lastScroll&&(r.scrollAfter=r.timestamp<=this._lastScroll?this._lastScroll-r.timestamp:void 0),r.timestamp+this._timeout<=n&&t.push(r)});for(const r of t){const a=this._clicks.indexOf(r);a>-1&&(this._generateBreadcrumbs(r),this._clicks.splice(a,1))}this._clicks.length&&this._scheduleCheckClicks()}_generateBreadcrumbs(t){const n=this._replay,r=t.scrollAfter&&t.scrollAfter<=this._scrollTimeout,a=t.mutationAfter&&t.mutationAfter<=this._threshold,i=!r&&!a,{clickCount:o,clickBreadcrumb:s}=t;if(i){const l=Math.min(t.mutationAfter||this._timeout,this._timeout)*1e3,u=l1){const l={type:"default",message:s.message,timestamp:s.timestamp,category:"ui.multiClick",data:{...s.data,url:Ji.location.href,route:n.getCurrentRoute(),clickCount:o,metric:!0}};this._addBreadcrumbEvent(n,l)}}_scheduleCheckClicks(){this._checkClickTimeout&&clearTimeout(this._checkClickTimeout),this._checkClickTimeout=u2(()=>this._checkClicks(),1e3)}}const v5t=["A","BUTTON","INPUT"];function y5t(e,t){return!!(!v5t.includes(e.tagName)||e.tagName==="INPUT"&&!["submit","button"].includes(e.getAttribute("type")||"")||e.tagName==="A"&&(e.hasAttribute("download")||e.hasAttribute("target")&&e.getAttribute("target")!=="_self")||t&&e.matches(t))}function b5t(e){return!!(e.data&&typeof e.data.nodeId=="number"&&e.timestamp)}function mCe(){return Date.now()/1e3}function x5t(e,t){try{if(!w5t(t))return;const{source:n}=t.data;if(h5t.has(n)&&e.registerMutation(t.timestamp),n===Rr.Scroll&&e.registerScroll(t.timestamp),S5t(t)){const{type:r,id:a}=t.data,i=kv.mirror.getNode(a);i instanceof HTMLElement&&r===bc.Click&&e.registerClick(i)}}catch{}}function w5t(e){return e.type===l5t}function S5t(e){return e.data.source===Rr.MouseInteraction}function Sg(e){return{timestamp:Date.now()/1e3,type:"default",...e}}var H9;(function(e){e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment"})(H9||(H9={}));const _5t=new Set(["id","class","aria-label","role","name","alt","title","data-test-id","data-testid","disabled","aria-disabled","data-sentry-component"]);function E5t(e){const t={};!e["data-sentry-component"]&&e["data-sentry-element"]&&(e["data-sentry-component"]=e["data-sentry-element"]);for(const n in e)if(_5t.has(n)){let r=n;(n==="data-testid"||n==="data-test-id")&&(r="testId"),t[r]=e[n]}return t}const T5t=e=>t=>{if(!e.isEnabled())return;const n=C5t(t);if(!n)return;const r=t.name==="click",a=r?t.event:void 0;r&&e.clickDetector&&a&&a.target&&!a.altKey&&!a.metaKey&&!a.ctrlKey&&!a.shiftKey&&m5t(e.clickDetector,n,rqe(t.event)),X3(e,n)};function iqe(e,t){const n=kv.mirror.getId(e),r=n&&kv.mirror.getNode(n),a=r&&kv.mirror.getMeta(r),i=a&&A5t(a)?a:null;return{message:t,data:i?{nodeId:n,node:{id:n,tagName:i.tagName,textContent:Array.from(i.childNodes).map(o=>o.type===H9.Text&&o.textContent).filter(Boolean).map(o=>o.trim()).join(""),attributes:E5t(i.attributes)}}:{}}}function C5t(e){const{target:t,message:n}=I5t(e);return Sg({category:`ui.${e.name}`,...iqe(t,n)})}function I5t(e){const t=e.name==="click";let n,r=null;try{r=t?rqe(e.event):aqe(e.event),n=Fv(r,{maxStringLength:200})||""}catch{n=""}return{target:r,message:n}}function A5t(e){return e.type===H9.Element}function k5t(e,t){if(!e.isEnabled())return;e.updateUserActivity();const n=O5t(t);n&&X3(e,n)}function O5t(e){const{metaKey:t,shiftKey:n,ctrlKey:r,altKey:a,key:i,target:o}=e;if(!o||P5t(o)||!i)return null;const s=t||r||a,l=i.length===1;if(!s&&l)return null;const u=Fv(o,{maxStringLength:200})||"",c=iqe(o,u);return Sg({category:"ui.keyDown",message:u,data:{...c.data,metaKey:t,shiftKey:n,ctrlKey:r,altKey:a,key:i}})}function P5t(e){return e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable}const R5t={resource:L5t,paint:M5t,navigation:$5t};function UL(e,t){return({metric:n})=>void t.replayPerformanceEntries.push(e(n))}function N5t(e){return e.map(D5t).filter(Boolean)}function D5t(e){const t=R5t[e.entryType];return t?t(e):null}function f2(e){return((Bc||Ji.performance.timeOrigin)+e)/1e3}function M5t(e){const{duration:t,entryType:n,name:r,startTime:a}=e,i=f2(a);return{type:n,name:r,start:i,end:i+t,data:void 0}}function $5t(e){const{entryType:t,name:n,decodedBodySize:r,duration:a,domComplete:i,encodedBodySize:o,domContentLoadedEventStart:s,domContentLoadedEventEnd:l,domInteractive:u,loadEventStart:c,loadEventEnd:d,redirectCount:f,startTime:p,transferSize:g,type:v}=e;return a===0?null:{type:`${t}.${v}`,start:f2(p),end:f2(i),name:n,data:{size:g,decodedBodySize:r,encodedBodySize:o,duration:a,domInteractive:u,domContentLoadedEventStart:s,domContentLoadedEventEnd:l,loadEventStart:c,loadEventEnd:d,domComplete:i,redirectCount:f}}}function L5t(e){const{entryType:t,initiatorType:n,name:r,responseEnd:a,startTime:i,decodedBodySize:o,encodedBodySize:s,responseStatus:l,transferSize:u}=e;return["fetch","xmlhttprequest"].includes(n)?null:{type:`${t}.${n}`,start:f2(i),end:f2(a),name:r,data:{size:u,statusCode:l,decodedBodySize:o,encodedBodySize:s}}}function j5t(e){const t=e.entries[e.entries.length-1],n=t&&t.element?[t.element]:void 0;return PV(e,"largest-contentful-paint",n)}function F5t(e){return e.sources!==void 0}function B5t(e){const t=[],n=[];for(const r of e.entries)if(F5t(r)){const a=[];for(const i of r.sources)if(i.node){n.push(i.node);const o=kv.mirror.getId(i.node);o&&a.push(o)}t.push({value:r.value,nodeIds:a.length?a:void 0})}return PV(e,"cumulative-layout-shift",n,t)}function z5t(e){const t=e.entries[e.entries.length-1],n=t&&t.target?[t.target]:void 0;return PV(e,"first-input-delay",n)}function U5t(e){const t=e.entries[e.entries.length-1],n=t&&t.target?[t.target]:void 0;return PV(e,"interaction-to-next-paint",n)}function PV(e,t,n,r){const a=e.value,i=e.rating,o=f2(a);return{type:"web-vital",name:t,start:o,end:o,data:{value:a,size:a,rating:i,nodeIds:n?n.map(s=>kv.mirror.getId(s)):void 0,attributions:r}}}function V5t(e){function t(a){e.performanceEntries.includes(a)||e.performanceEntries.push(a)}function n({entries:a}){a.forEach(t)}const r=[];return["navigation","paint","resource"].forEach(a=>{r.push(l2(a,n))}),r.push(EWe(UL(j5t,e)),hpe(UL(B5t,e)),TWe(UL(z5t,e)),CWe(UL(U5t,e))),()=>{r.forEach(a=>a())}}const H5t='var t=Uint8Array,n=Uint16Array,r=Int32Array,e=new t([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),i=new t([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),a=new t([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),s=function(t,e){for(var i=new n(31),a=0;a<31;++a)i[a]=e+=1<>1|(21845&c)<<1;v=(61680&(v=(52428&v)>>2|(13107&v)<<2))>>4|(3855&v)<<4,u[c]=((65280&v)>>8|(255&v)<<8)>>1}var d=function(t,r,e){for(var i=t.length,a=0,s=new n(r);a>h]=l}else for(o=new n(i),a=0;a>15-t[a]);return o},g=new t(288);for(c=0;c<144;++c)g[c]=8;for(c=144;c<256;++c)g[c]=9;for(c=256;c<280;++c)g[c]=7;for(c=280;c<288;++c)g[c]=8;var w=new t(32);for(c=0;c<32;++c)w[c]=5;var p=d(g,9,0),y=d(w,5,0),m=function(t){return(t+7)/8|0},b=function(n,r,e){return(null==e||e>n.length)&&(e=n.length),new t(n.subarray(r,e))},M=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],E=function(t,n,r){var e=new Error(n||M[t]);if(e.code=t,Error.captureStackTrace&&Error.captureStackTrace(e,E),!r)throw e;return e},z=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8},_=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8,t[e+2]|=r>>16},x=function(r,e){for(var i=[],a=0;ad&&(d=o[a].s);var g=new n(d+1),w=A(i[c-1],g,0);if(w>e){a=0;var p=0,y=w-e,m=1<e))break;p+=m-(1<>=y;p>0;){var M=o[a].s;g[M]=0&&p;--a){var E=o[a].s;g[E]==e&&(--g[E],++p)}w=e}return{t:new t(g),l:w}},A=function(t,n,r){return-1==t.s?Math.max(A(t.l,n,r+1),A(t.r,n,r+1)):n[t.s]=r},D=function(t){for(var r=t.length;r&&!t[--r];);for(var e=new n(++r),i=0,a=t[0],s=1,o=function(t){e[i++]=t},f=1;f<=r;++f)if(t[f]==a&&f!=r)++s;else{if(!a&&s>2){for(;s>138;s-=138)o(32754);s>2&&(o(s>10?s-11<<5|28690:s-3<<5|12305),s=0)}else if(s>3){for(o(a),--s;s>6;s-=6)o(8304);s>2&&(o(s-3<<5|8208),s=0)}for(;s--;)o(a);s=1,a=t[f]}return{c:e.subarray(0,i),n:r}},T=function(t,n){for(var r=0,e=0;e>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var a=0;a4&&!H[a[K-1]];--K);var N,P,Q,R,V=v+5<<3,W=T(f,g)+T(h,w)+l,X=T(f,M)+T(h,U)+l+14+3*K+T(q,H)+2*q[16]+3*q[17]+7*q[18];if(c>=0&&V<=W&&V<=X)return k(r,m,t.subarray(c,c+v));if(z(r,m,1+(X15&&(z(r,m,tt[B]>>5&127),m+=tt[B]>>12)}}}else N=p,P=g,Q=y,R=w;for(B=0;B255){_(r,m,N[(nt=rt>>18&31)+257]),m+=P[nt+257],nt>7&&(z(r,m,rt>>23&31),m+=e[nt]);var et=31&rt;_(r,m,Q[et]),m+=R[et],et>3&&(_(r,m,rt>>5&8191),m+=i[et])}else _(r,m,N[rt]),m+=P[rt]}return _(r,m,N[256]),m+P[256]},C=new r([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),F=new t(0),I=function(){for(var t=new Int32Array(256),n=0;n<256;++n){for(var r=n,e=9;--e;)r=(1&r&&-306674912)^r>>>1;t[n]=r}return t}(),S=function(){var t=-1;return{p:function(n){for(var r=t,e=0;e>>8;t=r},d:function(){return~t}}},L=function(){var t=1,n=0;return{p:function(r){for(var e=t,i=n,a=0|r.length,s=0;s!=a;){for(var o=Math.min(s+2655,a);s>16),i=(65535&i)+15*(i>>16)}t=e,n=i},d:function(){return(255&(t%=65521))<<24|(65280&t)<<8|(255&(n%=65521))<<8|n>>8}}},O=function(a,s,o,f,u){if(!u&&(u={l:1},s.dictionary)){var c=s.dictionary.subarray(-32768),v=new t(c.length+a.length);v.set(c),v.set(a,c.length),a=v,u.w=c.length}return function(a,s,o,f,u,c){var v=c.z||a.length,d=new t(f+v+5*(1+Math.ceil(v/7e3))+u),g=d.subarray(f,d.length-u),w=c.l,p=7&(c.r||0);if(s){p&&(g[0]=c.r>>3);for(var y=C[s-1],M=y>>13,E=8191&y,z=(1<7e3||q>24576)&&(N>423||!w)){p=U(a,g,0,F,I,S,O,q,G,j-G,p),q=L=O=0,G=j;for(var P=0;P<286;++P)I[P]=0;for(P=0;P<30;++P)S[P]=0}var Q=2,R=0,V=E,W=J-K&32767;if(N>2&&H==T(j-W))for(var X=Math.min(M,N)-1,Y=Math.min(32767,j),Z=Math.min(258,N);W<=Y&&--V&&J!=K;){if(a[j+Q]==a[j+Q-W]){for(var $=0;$Q){if(Q=$,R=W,$>X)break;var tt=Math.min(W,$-2),nt=0;for(P=0;Pnt&&(nt=et,K=rt)}}}W+=(J=K)-(K=_[J])&32767}if(R){F[q++]=268435456|h[Q]<<18|l[R];var it=31&h[Q],at=31&l[R];O+=e[it]+i[at],++I[257+it],++S[at],B=j+Q,++L}else F[q++]=a[j],++I[a[j]]}}for(j=Math.max(j,B);j=v&&(g[p/8|0]=w,st=v),p=k(g,p+1,a.subarray(j,st))}c.i=v}return b(d,0,f+m(p)+u)}(a,null==s.level?6:s.level,null==s.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(a.length)))):12+s.mem,o,f,u)},j=function(t,n,r){for(;r;++n)t[n]=r,r>>>=8},q=function(t,n){var r=n.filename;if(t[0]=31,t[1]=139,t[2]=8,t[8]=n.level<2?4:9==n.level?2:0,t[9]=3,0!=n.mtime&&j(t,4,Math.floor(new Date(n.mtime||Date.now())/1e3)),r){t[3]=8;for(var e=0;e<=r.length;++e)t[e+10]=r.charCodeAt(e)}},B=function(t){return 10+(t.filename?t.filename.length+1:0)},G=function(){function n(n,r){if("function"==typeof n&&(r=n,n={}),this.ondata=r,this.o=n||{},this.s={l:0,i:32768,w:32768,z:32768},this.b=new t(98304),this.o.dictionary){var e=this.o.dictionary.subarray(-32768);this.b.set(e,32768-e.length),this.s.i=32768-e.length}}return n.prototype.p=function(t,n){this.ondata(O(t,this.o,0,0,this.s),n)},n.prototype.push=function(n,r){this.ondata||E(5),this.s.l&&E(4);var e=n.length+this.s.z;if(e>this.b.length){if(e>2*this.b.length-32768){var i=new t(-32768&e);i.set(this.b.subarray(0,this.s.z)),this.b=i}var a=this.b.length-this.s.z;a&&(this.b.set(n.subarray(0,a),this.s.z),this.s.z=this.b.length,this.p(this.b,!1)),this.b.set(this.b.subarray(-32768)),this.b.set(n.subarray(a),32768),this.s.z=n.length-a+32768,this.s.i=32766,this.s.w=32768}else this.b.set(n,this.s.z),this.s.z+=n.length;this.s.l=1&r,(this.s.z>this.s.w+8191||r)&&(this.p(this.b,r||!1),this.s.w=this.s.i,this.s.i-=2)},n}();var H=function(){function t(t,n){this.c=L(),this.v=1,G.call(this,t,n)}return t.prototype.push=function(t,n){this.c.p(t),G.prototype.push.call(this,t,n)},t.prototype.p=function(t,n){var r=O(t,this.o,this.v&&(this.o.dictionary?6:2),n&&4,this.s);this.v&&(function(t,n){var r=n.level,e=0==r?0:r<6?1:9==r?3:2;if(t[0]=120,t[1]=e<<6|(n.dictionary&&32),t[1]|=31-(t[0]<<8|t[1])%31,n.dictionary){var i=L();i.p(n.dictionary),j(t,2,i.d())}}(r,this.o),this.v=0),n&&j(r,r.length-4,this.c.d()),this.ondata(r,n)},t}(),J="undefined"!=typeof TextEncoder&&new TextEncoder,K="undefined"!=typeof TextDecoder&&new TextDecoder;try{K.decode(F,{stream:!0})}catch(t){}var N=function(){function t(t){this.ondata=t}return t.prototype.push=function(t,n){this.ondata||E(5),this.d&&E(4),this.ondata(P(t),this.d=n||!1)},t}();function P(n,r){if(J)return J.encode(n);for(var e=n.length,i=new t(n.length+(n.length>>1)),a=0,s=function(t){i[a++]=t},o=0;oi.length){var f=new t(a+8+(e-o<<1));f.set(i),i=f}var h=n.charCodeAt(o);h<128||r?s(h):h<2048?(s(192|h>>6),s(128|63&h)):h>55295&&h<57344?(s(240|(h=65536+(1047552&h)|1023&n.charCodeAt(++o))>>18),s(128|h>>12&63),s(128|h>>6&63),s(128|63&h)):(s(224|h>>12),s(128|h>>6&63),s(128|63&h))}return b(i,0,a)}function Q(t){return function(t,n){n||(n={});var r=S(),e=t.length;r.p(t);var i=O(t,n,B(n),8),a=i.length;return q(i,n),j(i,a-8,r.d()),j(i,a-4,e),i}(P(t))}const R=new class{constructor(){this._init()}clear(){this._init()}addEvent(t){if(!t)throw new Error("Adding invalid event");const n=this._hasEvents?",":"";this.stream.push(n+t),this._hasEvents=!0}finish(){this.stream.push("]",!0);const t=function(t){let n=0;for(const r of t)n+=r.length;const r=new Uint8Array(n);for(let n=0,e=0,i=t.length;n{this._deflatedData.push(t)},this.stream=new N(((t,n)=>{this.deflate.push(t,n)})),this.stream.push("[")}},V={clear:()=>{R.clear()},addEvent:t=>R.addEvent(t),finish:()=>R.finish(),compress:t=>Q(t)};addEventListener("message",(function(t){const n=t.data.method,r=t.data.id,e=t.data.arg;if(n in V&&"function"==typeof V[n])try{const t=V[n](e);postMessage({id:r,method:n,success:!0,response:t})}catch(t){postMessage({id:r,method:n,success:!1,response:t.message}),console.error(t)}})),postMessage({id:void 0,method:"init",success:!0,response:void 0});';function G5t(){const e=new Blob([H5t]);return URL.createObjectURL(e)}class Epe extends Error{constructor(){super(`Event buffer exceeded maximum size of ${ype}.`)}}class oqe{constructor(){this.events=[],this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return this.events.length>0}get type(){return"sync"}destroy(){this.events=[]}async addEvent(t){const n=JSON.stringify(t).length;if(this._totalSize+=n,this._totalSize>ype)throw new Epe;this.events.push(t)}finish(){return new Promise(t=>{const n=this.events;this.clear(),t(JSON.stringify(n))})}clear(){this.events=[],this._totalSize=0,this.hasCheckout=!1}getEarliestTimestamp(){const t=this.events.map(n=>n.timestamp).sort()[0];return t?_pe(t):null}}class W5t{constructor(t){this._worker=t,this._id=0}ensureReady(){return this._ensureReadyPromise?this._ensureReadyPromise:(this._ensureReadyPromise=new Promise((t,n)=>{this._worker.addEventListener("message",({data:r})=>{r.success?t():n()},{once:!0}),this._worker.addEventListener("error",r=>{n(r)},{once:!0})}),this._ensureReadyPromise)}destroy(){wr&&Ar.info("Destroying compression worker"),this._worker.terminate()}postMessage(t,n){const r=this._getAndIncrementId();return new Promise((a,i)=>{const o=({data:s})=>{const l=s;if(l.method===t&&l.id===r){if(this._worker.removeEventListener("message",o),!l.success){wr&&Ar.error("Error in compression worker: ",l.response),i(new Error("Error in compression worker"));return}a(l.response)}};this._worker.addEventListener("message",o),this._worker.postMessage({id:r,method:t,arg:n})})}_getAndIncrementId(){return this._id++}}class q5t{constructor(t){this._worker=new W5t(t),this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return!!this._earliestTimestamp}get type(){return"worker"}ensureReady(){return this._worker.ensureReady()}destroy(){this._worker.destroy()}addEvent(t){const n=_pe(t.timestamp);(!this._earliestTimestamp||nype?Promise.reject(new Epe):this._sendEventToWorker(r)}finish(){return this._finishRequest()}clear(){this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this._worker.postMessage("clear").then(null,t=>{wr&&Ar.exception(t,'Sending "clear" message to worker failed',t)})}getEarliestTimestamp(){return this._earliestTimestamp}_sendEventToWorker(t){return this._worker.postMessage("addEvent",t)}async _finishRequest(){const t=await this._worker.postMessage("finish");return this._earliestTimestamp=null,this._totalSize=0,t}}class Y5t{constructor(t){this._fallback=new oqe,this._compression=new q5t(t),this._used=this._fallback,this._ensureWorkerIsLoadedPromise=this._ensureWorkerIsLoaded()}get type(){return this._used.type}get hasEvents(){return this._used.hasEvents}get hasCheckout(){return this._used.hasCheckout}set hasCheckout(t){this._used.hasCheckout=t}destroy(){this._fallback.destroy(),this._compression.destroy()}clear(){return this._used.clear()}getEarliestTimestamp(){return this._used.getEarliestTimestamp()}addEvent(t){return this._used.addEvent(t)}async finish(){return await this.ensureWorkerIsLoaded(),this._used.finish()}ensureWorkerIsLoaded(){return this._ensureWorkerIsLoadedPromise}async _ensureWorkerIsLoaded(){try{await this._compression.ensureReady()}catch(t){wr&&Ar.exception(t,"Failed to load the compression worker, falling back to simple buffer");return}await this._switchToCompressionWorker()}async _switchToCompressionWorker(){const{events:t,hasCheckout:n}=this._fallback,r=[];for(const a of t)r.push(this._compression.addEvent(a));this._compression.hasCheckout=n,this._used=this._compression;try{await Promise.all(r),this._fallback.clear()}catch(a){wr&&Ar.exception(a,"Failed to add events when switching buffers.")}}}function K5t({useCompression:e,workerUrl:t}){if(e&&window.Worker){const n=X5t(t);if(n)return n}return wr&&Ar.info("Using simple buffer"),new oqe}function X5t(e){try{const t=e||Z5t();if(!t)return;wr&&Ar.info(`Using compression worker${e?` from ${e}`:""}`);const n=new Worker(t);return new Y5t(n)}catch(t){wr&&Ar.exception(t,"Failed to create compression worker")}}function Z5t(){return typeof __SENTRY_EXCLUDE_REPLAY_WORKER__>"u"||!__SENTRY_EXCLUDE_REPLAY_WORKER__?G5t():""}function Tpe(){try{return"sessionStorage"in Ji&&!!Ji.sessionStorage}catch{return!1}}function Q5t(e){J5t(),e.session=void 0}function J5t(){if(Tpe())try{Ji.sessionStorage.removeItem(gpe)}catch{}}function sqe(e){return e===void 0?!1:Math.random()e.getContext().initialTimestamp+e.getOptions().maxReplayDuration?(wr&&Ar.infoTick(`Skipping event with timestamp ${n} because it is after maxReplayDuration`),!1):!0}function a6t(e,t){try{if(typeof t=="function"&&n6t(e))return t(e)}catch(n){return wr&&Ar.exception(n,"An error occurred in the `beforeAddRecordingEvent` callback, skipping the event..."),null}return e}function Ape(e){return!e.type}function mre(e){return e.type==="transaction"}function i6t(e){return e.type==="replay_event"}function vCe(e){return e.type==="feedback"}function o6t(e){return(t,n)=>{if(!e.isEnabled()||!Ape(t)&&!mre(t))return;const r=n&&n.statusCode;if(!(!r||r<200||r>=300)){if(mre(t)){s6t(e,t);return}l6t(e,t)}}}function s6t(e,t){const n=e.getContext();t.contexts&&t.contexts.trace&&t.contexts.trace.trace_id&&n.traceIds.size<100&&n.traceIds.add(t.contexts.trace.trace_id)}function l6t(e,t){const n=e.getContext();if(t.event_id&&n.errorIds.size<100&&n.errorIds.add(t.event_id),e.recordingMode!=="buffer"||!t.tags||!t.tags.replayId)return;const{beforeErrorSampling:r}=e.getOptions();typeof r=="function"&&!r(t)||u2(async()=>{try{await e.sendBufferedReplayOrFlush()}catch(a){e.handleException(a)}})}function u6t(e){return t=>{!e.isEnabled()||!Ape(t)||c6t(e,t)}}function c6t(e,t){const n=t.exception&&t.exception.values&&t.exception.values[0]&&t.exception.values[0].value;if(typeof n=="string"&&(n.match(/(reactjs\.org\/docs\/error-decoder\.html\?invariant=|react\.dev\/errors\/)(418|419|422|423|425)/)||n.match(/(does not match server-rendered HTML|Hydration failed because)/i))){const r=Sg({category:"replay.hydrate-error",data:{url:yGe()}});X3(e,r)}}function d6t(e){const t=_a();t&&t.on("beforeAddBreadcrumb",n=>f6t(e,n))}function f6t(e,t){if(!e.isEnabled()||!pqe(t))return;const n=p6t(t);n&&X3(e,n)}function p6t(e){return!pqe(e)||["fetch","xhr","sentry.event","sentry.transaction"].includes(e.category)||e.category.startsWith("ui.")?null:e.category==="console"?h6t(e):Sg(e)}function h6t(e){const t=e.data&&e.data.arguments;if(!Array.isArray(t)||t.length===0)return Sg(e);let n=!1;const r=t.map(a=>{if(!a)return a;if(typeof a=="string")return a.length>FL?(n=!0,`${a.slice(0,FL)}…`):a;if(typeof a=="object")try{const i=cg(a,7);return JSON.stringify(i).length>FL?(n=!0,`${JSON.stringify(i,null,2).slice(0,FL)}…`):i}catch{}return a});return Sg({...e,data:{...e.data,arguments:r,...n?{_meta:{warnings:["CONSOLE_ARG_TRUNCATED"]}}:{}}})}function pqe(e){return!!e.category}function m6t(e,t){return e.type||!e.exception||!e.exception.values||!e.exception.values.length?!1:!!(t.originalException&&t.originalException.__rrweb__)}function hqe(){const e=Li().getPropagationContext().dsc;e&&delete e.replay_id;const t=Lu();if(t){const n=qb(t);delete n.replay_id}}function g6t(e,t){e.triggerUserActivity(),e.addUpdate(()=>t.timestamp?(e.throttledAddEvent({type:oa.Custom,timestamp:t.timestamp*1e3,data:{tag:"breadcrumb",payload:{timestamp:t.timestamp,type:"default",category:"sentry.feedback",data:{feedbackId:t.event_id}}}}),!1):!0)}function v6t(e,t){return e.recordingMode!=="buffer"||t.message===vpe||!t.exception||t.type?!1:sqe(e.getOptions().errorSampleRate)}function y6t(e){return Object.assign((t,n)=>!e.isEnabled()||e.isPaused()?t:i6t(t)?(delete t.breadcrumbs,t):!Ape(t)&&!mre(t)&&!vCe(t)?t:e.checkAndHandleExpiredSession()?vCe(t)?(e.flush(),t.contexts.feedback.replay_id=e.getSessionId(),g6t(e,t),t):m6t(t,n)&&!e.getOptions()._experiments.captureExceptions?(wr&&Ar.log("Ignoring error from rrweb internals",t),null):((v6t(e,t)||e.recordingMode==="session")&&(t.tags={...t.tags,replayId:e.getSessionId()}),t):(hqe(),t),{id:"Replay"})}function RV(e,t){return t.map(({type:n,start:r,end:a,name:i,data:o})=>{const s=e.throttledAddEvent({type:oa.Custom,timestamp:r,data:{tag:"performanceSpan",payload:{op:n,description:i,startTimestamp:r,endTimestamp:a,data:o}}});return typeof s=="string"?Promise.resolve(null):s})}function b6t(e){const{from:t,to:n}=e,r=Date.now()/1e3;return{type:"navigation.push",start:r,end:r,name:n,data:{previous:t}}}function x6t(e){return t=>{if(!e.isEnabled())return;const n=b6t(t);n!==null&&(e.getContext().urls.push(n.name),e.triggerUserActivity(),e.addUpdate(()=>(RV(e,[n]),!1)))}}function w6t(e,t){return wr&&e.getOptions()._experiments.traceInternals?!1:WMt(t,_a())}function mqe(e,t){e.isEnabled()&&t!==null&&(w6t(e,t.name)||e.addUpdate(()=>(RV(e,[t]),!0)))}function NV(e){if(!e)return;const t=new TextEncoder;try{if(typeof e=="string")return t.encode(e).length;if(e instanceof URLSearchParams)return t.encode(e.toString()).length;if(e instanceof FormData){const n=bqe(e);return t.encode(n).length}if(e instanceof Blob)return e.size;if(e instanceof ArrayBuffer)return e.byteLength}catch{}}function gqe(e){if(!e)return;const t=parseInt(e,10);return isNaN(t)?void 0:t}function vqe(e){try{if(typeof e=="string")return[e];if(e instanceof URLSearchParams)return[e.toString()];if(e instanceof FormData)return[bqe(e)];if(!e)return[void 0]}catch(t){return wr&&Ar.exception(t,"Failed to serialize body",e),[void 0,"BODY_PARSE_ERROR"]}return wr&&Ar.info("Skipping network body because of body type",e),[void 0,"UNPARSEABLE_BODY_TYPE"]}function G9(e,t){if(!e)return{headers:{},size:void 0,_meta:{warnings:[t]}};const n={...e._meta},r=n.warnings||[];return n.warnings=[...r,t],e._meta=n,e}function yqe(e,t){if(!t)return null;const{startTimestamp:n,endTimestamp:r,url:a,method:i,statusCode:o,request:s,response:l}=t;return{type:e,start:n/1e3,end:r/1e3,name:a,data:hl({method:i,statusCode:o,request:s,response:l})}}function GN(e){return{headers:{},size:e,_meta:{warnings:["URL_SKIPPED"]}}}function K1(e,t,n){if(!t&&Object.keys(e).length===0)return;if(!t)return{headers:e};if(!n)return{headers:e,size:t};const r={headers:e,size:t},{body:a,warnings:i}=S6t(n);return r.body=a,i&&i.length>0&&(r._meta={warnings:i}),r}function gre(e,t){return Object.entries(e).reduce((n,[r,a])=>{const i=r.toLowerCase();return t.includes(i)&&e[r]&&(n[i]=a),n},{})}function bqe(e){return new URLSearchParams(e).toString()}function S6t(e){if(!e||typeof e!="string")return{body:e};const t=e.length>JTe,n=_6t(e);if(t){const r=e.slice(0,JTe);return n?{body:r,warnings:["MAYBE_JSON_TRUNCATED"]}:{body:`${r}…`,warnings:["TEXT_TRUNCATED"]}}if(n)try{return{body:JSON.parse(e)}}catch{}return{body:e}}function _6t(e){const t=e[0],n=e[e.length-1];return t==="["&&n==="]"||t==="{"&&n==="}"}function W9(e,t){const n=E6t(e);return Y1(n,t)}function E6t(e,t=Ji.document.baseURI){if(e.startsWith("http://")||e.startsWith("https://")||e.startsWith(Ji.location.origin))return e;const n=new URL(e,t);if(n.origin!==new URL(t).origin)return e;const r=n.href;return!e.endsWith("/")&&r.endsWith("/")?r.slice(0,-1):r}async function T6t(e,t,n){try{const r=await I6t(e,t,n),a=yqe("resource.fetch",r);mqe(n.replay,a)}catch(r){wr&&Ar.exception(r,"Failed to capture fetch breadcrumb")}}function C6t(e,t){const{input:n,response:r}=t,a=n?xqe(n):void 0,i=NV(a),o=r?gqe(r.headers.get("content-length")):void 0;i!==void 0&&(e.data.request_body_size=i),o!==void 0&&(e.data.response_body_size=o)}async function I6t(e,t,n){const r=Date.now(),{startTimestamp:a=r,endTimestamp:i=r}=t,{url:o,method:s,status_code:l=0,request_body_size:u,response_body_size:c}=e.data,d=W9(o,n.networkDetailAllowUrls)&&!W9(o,n.networkDetailDenyUrls),f=d?A6t(n,t.input,u):GN(u),p=await k6t(d,n,t.response,c);return{startTimestamp:a,endTimestamp:i,url:o,method:s,statusCode:l,request:f,response:p}}function A6t({networkCaptureBodies:e,networkRequestHeaders:t},n,r){const a=n?R6t(n,t):{};if(!e)return K1(a,r,void 0);const i=xqe(n),[o,s]=vqe(i),l=K1(a,r,o);return s?G9(l,s):l}async function k6t(e,{networkCaptureBodies:t,networkResponseHeaders:n},r,a){if(!e&&a!==void 0)return GN(a);const i=r?wqe(r.headers,n):{};if(!r||!t&&a!==void 0)return K1(i,a,void 0);const[o,s]=await P6t(r),l=O6t(o,{networkCaptureBodies:t,responseBodySize:a,captureDetails:e,headers:i});return s?G9(l,s):l}function O6t(e,{networkCaptureBodies:t,responseBodySize:n,captureDetails:r,headers:a}){try{const i=e&&e.length&&n===void 0?NV(e):n;return r?t?K1(a,i,e):K1(a,i,void 0):GN(i)}catch(i){return wr&&Ar.exception(i,"Failed to serialize response body"),K1(a,n,void 0)}}async function P6t(e){const t=N6t(e);if(!t)return[void 0,"BODY_PARSE_ERROR"];try{return[await D6t(t)]}catch(n){return n instanceof Error&&n.message.indexOf("Timeout")>-1?(wr&&Ar.warn("Parsing text body from response timed out"),[void 0,"BODY_PARSE_TIMEOUT"]):(wr&&Ar.exception(n,"Failed to get text body from response"),[void 0,"BODY_PARSE_ERROR"])}}function xqe(e=[]){if(!(e.length!==2||typeof e[1]!="object"))return e[1].body}function wqe(e,t){const n={};return t.forEach(r=>{e.get(r)&&(n[r]=e.get(r))}),n}function R6t(e,t){return e.length===1&&typeof e[0]!="string"?yCe(e[0],t):e.length===2?yCe(e[1],t):{}}function yCe(e,t){if(!e)return{};const n=e.headers;return n?n instanceof Headers?wqe(n,t):Array.isArray(n)?{}:gre(n,t):{}}function N6t(e){try{return e.clone()}catch(t){wr&&Ar.exception(t,"Failed to clone response body")}}function D6t(e){return new Promise((t,n)=>{const r=u2(()=>n(new Error("Timeout while trying to read response body")),500);M6t(e).then(a=>t(a),a=>n(a)).finally(()=>clearTimeout(r))})}async function M6t(e){return await e.text()}async function $6t(e,t,n){try{const r=j6t(e,t,n),a=yqe("resource.xhr",r);mqe(n.replay,a)}catch(r){wr&&Ar.exception(r,"Failed to capture xhr breadcrumb")}}function L6t(e,t){const{xhr:n,input:r}=t;if(!n)return;const a=NV(r),i=n.getResponseHeader("content-length")?gqe(n.getResponseHeader("content-length")):U6t(n.response,n.responseType);a!==void 0&&(e.data.request_body_size=a),i!==void 0&&(e.data.response_body_size=i)}function j6t(e,t,n){const r=Date.now(),{startTimestamp:a=r,endTimestamp:i=r,input:o,xhr:s}=t,{url:l,method:u,status_code:c=0,request_body_size:d,response_body_size:f}=e.data;if(!l)return null;if(!s||!W9(l,n.networkDetailAllowUrls)||W9(l,n.networkDetailDenyUrls)){const _=GN(d),T=GN(f);return{startTimestamp:a,endTimestamp:i,url:l,method:u,statusCode:c,request:_,response:T}}const p=s[Aw],g=p?gre(p.request_headers,n.networkRequestHeaders):{},v=gre(F6t(s),n.networkResponseHeaders),[m,y]=n.networkCaptureBodies?vqe(o):[void 0],[b,x]=n.networkCaptureBodies?B6t(s):[void 0],w=K1(g,d,m),S=K1(v,f,b);return{startTimestamp:a,endTimestamp:i,url:l,method:u,statusCode:c,request:y?G9(w,y):w,response:x?G9(S,x):S}}function F6t(e){const t=e.getAllResponseHeaders();return t?t.split(`\r -`).reduce((n,r)=>{const[a,i]=r.split(": ");return i&&(n[a.toLowerCase()]=i),n},{}):{}}function B6t(e){const t=[];try{return[e.responseText]}catch(n){t.push(n)}try{return z6t(e.response,e.responseType)}catch(n){t.push(n)}return wr&&Ar.warn("Failed to get xhr response body",...t),[void 0]}function z6t(e,t){try{if(typeof e=="string")return[e];if(e instanceof Document)return[e.body.outerHTML];if(t==="json"&&e&&typeof e=="object")return[JSON.stringify(e)];if(!e)return[void 0]}catch(n){return wr&&Ar.exception(n,"Failed to serialize body",e),[void 0,"BODY_PARSE_ERROR"]}return wr&&Ar.info("Skipping network body because of body type",e),[void 0,"UNPARSEABLE_BODY_TYPE"]}function U6t(e,t){try{const n=t==="json"&&e&&typeof e=="object"?JSON.stringify(e):e;return NV(n)}catch{return}}function V6t(e){const t=_a();try{const{networkDetailAllowUrls:n,networkDetailDenyUrls:r,networkCaptureBodies:a,networkRequestHeaders:i,networkResponseHeaders:o}=e.getOptions(),s={replay:e,networkDetailAllowUrls:n,networkDetailDenyUrls:r,networkCaptureBodies:a,networkRequestHeaders:i,networkResponseHeaders:o};t&&t.on("beforeAddBreadcrumb",(l,u)=>H6t(s,l,u))}catch{}}function H6t(e,t,n){if(t.data)try{G6t(t)&&q6t(n)&&(L6t(t,n),$6t(t,n,e)),W6t(t)&&Y6t(n)&&(C6t(t,n),T6t(t,n,e))}catch(r){wr&&Ar.exception(r,"Error when enriching network breadcrumb")}}function G6t(e){return e.category==="xhr"}function W6t(e){return e.category==="fetch"}function q6t(e){return e&&e.xhr}function Y6t(e){return e&&e.response}function K6t(e){const t=_a();OWe(T5t(e)),IV(x6t(e)),d6t(e),V6t(e);const n=y6t(e);OMt(n),t&&(t.on("beforeSendEvent",u6t(e)),t.on("afterSendEvent",o6t(e)),t.on("createDsc",r=>{const a=e.getSessionId();a&&e.isEnabled()&&e.recordingMode==="session"&&e.checkAndHandleExpiredSession()&&(r.replay_id=a)}),t.on("spanStart",r=>{e.lastActiveSpan=r}),t.on("spanEnd",r=>{e.lastActiveSpan=r}),t.on("beforeSendFeedback",(r,a)=>{const i=e.getSessionId();a&&a.includeReplay&&e.isEnabled()&&i&&r.contexts&&r.contexts.feedback&&(r.contexts.feedback.replay_id=i)}))}async function X6t(e){try{return Promise.all(RV(e,[Z6t(Ji.performance.memory)]))}catch{return[]}}function Z6t(e){const{jsHeapSizeLimit:t,totalJSHeapSize:n,usedJSHeapSize:r}=e,a=Date.now()/1e3;return{type:"memory",name:"memory",start:a,end:a,data:{memory:{jsHeapSizeLimit:t,totalJSHeapSize:n,usedJSHeapSize:r}}}}function Q6t(e,t,n){let r,a,i;const o=n&&n.maxWait?Math.max(n.maxWait,t):0;function s(){return l(),r=e(),r}function l(){a!==void 0&&clearTimeout(a),i!==void 0&&clearTimeout(i),a=i=void 0}function u(){return a!==void 0||i!==void 0?s():r}function c(){return a&&clearTimeout(a),a=u2(s,t),o&&i===void 0&&(i=u2(s,o)),r}return c.cancel=l,c.flush=u,c}function J6t(e){let t=!1;return(n,r)=>{if(!e.checkAndHandleExpiredSession()){wr&&Ar.warn("Received replay event after session expired.");return}const a=r||!t;t=!0,e.clickDetector&&x5t(e.clickDetector,n),e.addUpdate(()=>{if(e.recordingMode==="buffer"&&a&&e.setInitialState(),!Ipe(e,n,a))return!0;if(!a)return!1;const i=e.session;if(t8t(e,a),e.recordingMode==="buffer"&&i&&e.eventBuffer){const o=e.eventBuffer.getEarliestTimestamp();o&&(wr&&Ar.info(`Updating session start time to earliest event in buffer to ${new Date(o)}`),i.started=o,e.getOptions().stickySession&&Cpe(i))}return i&&i.previousSessionId||e.recordingMode==="session"&&e.flush(),!0})}}function e8t(e){const t=e.getOptions();return{type:oa.Custom,timestamp:Date.now(),data:{tag:"options",payload:{shouldRecordCanvas:e.isRecordingCanvas(),sessionSampleRate:t.sessionSampleRate,errorSampleRate:t.errorSampleRate,useCompressionOption:t.useCompression,blockAllMedia:t.blockAllMedia,maskAllText:t.maskAllText,maskAllInputs:t.maskAllInputs,useCompression:e.eventBuffer?e.eventBuffer.type==="worker":!1,networkDetailHasUrls:t.networkDetailAllowUrls.length>0,networkCaptureBodies:t.networkCaptureBodies,networkRequestHasHeaders:t.networkRequestHeaders.length>0,networkResponseHasHeaders:t.networkResponseHeaders.length>0}}}}function t8t(e,t){!t||!e.session||e.session.segmentId!==0||Ipe(e,e8t(e),!1)}function n8t(e,t,n,r){return m_(LGe(e,rpe(e),r,n),[[{type:"replay_event"},e],[{type:"replay_recording",length:typeof t=="string"?new TextEncoder().encode(t).length:t.length},t]])}function r8t({recordingData:e,headers:t}){let n;const r=`${JSON.stringify(t)} -`;if(typeof e=="string")n=`${r}${e}`;else{const i=new TextEncoder().encode(r);n=new Uint8Array(i.length+e.length),n.set(i),n.set(e,i.length)}return n}async function a8t({client:e,scope:t,replayId:n,event:r}){const a=typeof e._integrations=="object"&&e._integrations!==null&&!Array.isArray(e._integrations)?Object.keys(e._integrations):void 0,i={event_id:n,integrations:a};e.emit("preprocessEvent",r,i);const o=await nWe(e.getOptions(),r,i,t,e,Jf());if(!o)return null;o.platform=o.platform||"javascript";const s=e.getSdkMetadata(),{name:l,version:u}=s&&s.sdk||{};return o.sdk={...o.sdk,name:l||"sentry.javascript.unknown",version:u||"0.0.0"},o}async function i8t({recordingData:e,replayId:t,segmentId:n,eventContext:r,timestamp:a,session:i}){const o=r8t({recordingData:e,headers:{segment_id:n}}),{urls:s,errorIds:l,traceIds:u,initialTimestamp:c}=r,d=_a(),f=Li(),p=d&&d.getTransport(),g=d&&d.getDsn();if(!d||!p||!g||!i.sampled)return zv({});const v={type:BLt,replay_start_timestamp:c/1e3,timestamp:a/1e3,error_ids:l,trace_ids:u,urls:s,replay_id:t,segment_id:n,replay_type:i.sampled},m=await a8t({scope:f,client:d,replayId:t,event:v});if(!m)return d.recordDroppedEvent("event_processor","replay",v),wr&&Ar.info("An event processor returned `null`, will not send event."),zv({});delete m.sdkProcessingMetadata;const y=n8t(m,o,g,d.getOptions().tunnel);let b;try{b=await p.send(y)}catch(w){const S=new Error(vpe);try{S.cause=w}catch{}throw S}if(typeof b.statusCode=="number"&&(b.statusCode<200||b.statusCode>=300))throw new Sqe(b.statusCode);const x=FGe({},b);if(jGe(x,"replay"))throw new kpe(x);return b}class Sqe extends Error{constructor(t){super(`Transport returned status code ${t}`)}}class kpe extends Error{constructor(t){super("Rate limit hit"),this.rateLimits=t}}async function _qe(e,t={count:0,interval:WLt}){const{recordingData:n,onError:r}=e;if(n.length)try{return await i8t(e),!0}catch(a){if(a instanceof Sqe||a instanceof kpe)throw a;if(iWe("Replays",{_retryCount:t.count}),r&&r(a),t.count>=qLt){const i=new Error(`${vpe} - max retries exceeded`);try{i.cause=a}catch{}throw i}return t.interval*=++t.count,new Promise((i,o)=>{u2(async()=>{try{await _qe(e,t),i(!0)}catch(s){o(s)}},t.interval)})}}const Eqe="__THROTTLED",o8t="__SKIPPED";function s8t(e,t,n){const r=new Map,a=s=>{const l=s-n;r.forEach((u,c)=>{c[...r.values()].reduce((s,l)=>s+l,0);let o=!1;return(...s)=>{const l=Math.floor(Date.now()/1e3);if(a(l),i()>=t){const c=o;return o=!0,c?o8t:Eqe}o=!1;const u=r.get(l)||0;return r.set(l,u+1),e(...s)}}class y1{constructor({options:t,recordingOptions:n}){y1.prototype.__init.call(this),y1.prototype.__init2.call(this),y1.prototype.__init3.call(this),y1.prototype.__init4.call(this),y1.prototype.__init5.call(this),y1.prototype.__init6.call(this),this.eventBuffer=null,this.performanceEntries=[],this.replayPerformanceEntries=[],this.recordingMode="session",this.timeouts={sessionIdlePause:zLt,sessionIdleExpire:ULt},this._lastActivity=Date.now(),this._isEnabled=!1,this._isPaused=!1,this._requiresManualStart=!1,this._hasInitializedCoreListeners=!1,this._context={errorIds:new Set,traceIds:new Set,urls:[],initialTimestamp:Date.now(),initialUrl:""},this._recordingOptions=n,this._options=t,this._debouncedFlush=Q6t(()=>this._flush(),this._options.flushMinDelay,{maxWait:this._options.flushMaxDelay}),this._throttledAddEvent=s8t((o,s)=>r6t(this,o,s),300,5);const{slowClickTimeout:r,slowClickIgnoreSelectors:a}=this.getOptions(),i=r?{threshold:Math.min(YLt,r),timeout:r,scrollTimeout:KLt,ignoreSelector:a?a.join(","):""}:void 0;if(i&&(this.clickDetector=new g5t(this,i)),wr){const o=t._experiments;Ar.setConfig({captureExceptions:!!o.captureExceptions,traceInternals:!!o.traceInternals})}}getContext(){return this._context}isEnabled(){return this._isEnabled}isPaused(){return this._isPaused}isRecordingCanvas(){return!!this._canvas}getOptions(){return this._options}handleException(t){wr&&Ar.exception(t),this._options.onError&&this._options.onError(t)}initializeSampling(t){const{errorSampleRate:n,sessionSampleRate:r}=this._options,a=n<=0&&r<=0;if(this._requiresManualStart=a,!a){if(this._initializeSessionForSampling(t),!this.session){wr&&Ar.exception(new Error("Unable to initialize and create session"));return}this.session.sampled!==!1&&(this.recordingMode=this.session.sampled==="buffer"&&this.session.segmentId===0?"buffer":"session",wr&&Ar.infoTick(`Starting replay in ${this.recordingMode} mode`),this._initializeRecording())}}start(){if(this._isEnabled&&this.recordingMode==="session"){wr&&Ar.info("Recording is already in progress");return}if(this._isEnabled&&this.recordingMode==="buffer"){wr&&Ar.info("Buffering is in progress, call `flush()` to save the replay");return}wr&&Ar.infoTick("Starting replay in session mode"),this._updateUserActivity();const t=PK({maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire},{stickySession:this._options.stickySession,sessionSampleRate:1,allowBuffering:!1});this.session=t,this._initializeRecording()}startBuffering(){if(this._isEnabled){wr&&Ar.info("Buffering is in progress, call `flush()` to save the replay");return}wr&&Ar.infoTick("Starting replay in buffer mode");const t=PK({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration},{stickySession:this._options.stickySession,sessionSampleRate:0,allowBuffering:!0});this.session=t,this.recordingMode="buffer",this._initializeRecording()}startRecording(){try{const t=this._canvas;this._stopRecording=kv({...this._recordingOptions,...this.recordingMode==="buffer"?{checkoutEveryNms:GLt}:this._options._experiments.continuousCheckout&&{checkoutEveryNms:Math.max(36e4,this._options._experiments.continuousCheckout)},emit:J6t(this),onMutation:this._onMutationHandler,...t?{recordCanvas:t.recordCanvas,getCanvasManager:t.getCanvasManager,sampling:t.sampling,dataURLOptions:t.dataURLOptions}:{}})}catch(t){this.handleException(t)}}stopRecording(){try{return this._stopRecording&&(this._stopRecording(),this._stopRecording=void 0),!0}catch(t){return this.handleException(t),!1}}async stop({forceFlush:t=!1,reason:n}={}){if(this._isEnabled){this._isEnabled=!1;try{wr&&Ar.info(`Stopping Replay${n?` triggered by ${n}`:""}`),hqe(),this._removeListeners(),this.stopRecording(),this._debouncedFlush.cancel(),t&&await this._flush({force:!0}),this.eventBuffer&&this.eventBuffer.destroy(),this.eventBuffer=null,Q5t(this)}catch(r){this.handleException(r)}}}pause(){this._isPaused||(this._isPaused=!0,this.stopRecording(),wr&&Ar.info("Pausing replay"))}resume(){!this._isPaused||!this._checkSession()||(this._isPaused=!1,this.startRecording(),wr&&Ar.info("Resuming replay"))}async sendBufferedReplayOrFlush({continueRecording:t=!0}={}){if(this.recordingMode==="session")return this.flushImmediate();const n=Date.now();wr&&Ar.info("Converting buffer to session"),await this.flushImmediate();const r=this.stopRecording();!t||!r||this.recordingMode!=="session"&&(this.recordingMode="session",this.session&&(this._updateUserActivity(n),this._updateSessionActivity(n),this._maybeSaveSession()),this.startRecording())}addUpdate(t){const n=t();this.recordingMode!=="buffer"&&n!==!0&&this._debouncedFlush()}triggerUserActivity(){if(this._updateUserActivity(),!this._stopRecording){if(!this._checkSession())return;this.resume();return}this.checkAndHandleExpiredSession(),this._updateSessionActivity()}updateUserActivity(){this._updateUserActivity(),this._updateSessionActivity()}conditionalFlush(){return this.recordingMode==="buffer"?Promise.resolve():this.flushImmediate()}flush(){return this._debouncedFlush()}flushImmediate(){return this._debouncedFlush(),this._debouncedFlush.flush()}cancelFlush(){this._debouncedFlush.cancel()}getSessionId(){return this.session&&this.session.id}checkAndHandleExpiredSession(){if(this._lastActivity&&hre(this._lastActivity,this.timeouts.sessionIdlePause)&&this.session&&this.session.sampled==="session"){this.pause();return}return!!this._checkSession()}setInitialState(){const t=`${Ji.location.pathname}${Ji.location.hash}${Ji.location.search}`,n=`${Ji.location.origin}${t}`;this.performanceEntries=[],this.replayPerformanceEntries=[],this._clearContext(),this._context.initialUrl=n,this._context.initialTimestamp=Date.now(),this._context.urls.push(n)}throttledAddEvent(t,n){const r=this._throttledAddEvent(t,n);if(r===Eqe){const a=Sg({category:"replay.throttled"});this.addUpdate(()=>!Ipe(this,{type:u5t,timestamp:a.timestamp||0,data:{tag:"breadcrumb",payload:a,metric:!0}}))}return r}getCurrentRoute(){const t=this.lastActiveSpan||Lu(),n=t&&Ru(t),a=(n&&$a(n).data||{})[wg];if(!(!n||!a||!["route","custom"].includes(a)))return $a(n).description}_initializeRecording(){this.setInitialState(),this._updateSessionActivity(),this.eventBuffer=K5t({useCompression:this._options.useCompression,workerUrl:this._options.workerUrl}),this._removeListeners(),this._addListeners(),this._isEnabled=!0,this._isPaused=!1,this.startRecording()}_initializeSessionForSampling(t){const n=this._options.errorSampleRate>0,r=PK({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,previousSessionId:t},{stickySession:this._options.stickySession,sessionSampleRate:this._options.sessionSampleRate,allowBuffering:n});this.session=r}_checkSession(){if(!this.session)return!1;const t=this.session;return cqe(t,{sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration})?(this._refreshSession(t),!1):!0}async _refreshSession(t){this._isEnabled&&(await this.stop({reason:"refresh session"}),this.initializeSampling(t.id))}_addListeners(){try{Ji.document.addEventListener("visibilitychange",this._handleVisibilityChange),Ji.addEventListener("blur",this._handleWindowBlur),Ji.addEventListener("focus",this._handleWindowFocus),Ji.addEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.addListeners(),this._hasInitializedCoreListeners||(K6t(this),this._hasInitializedCoreListeners=!0)}catch(t){this.handleException(t)}this._performanceCleanupCallback=V5t(this)}_removeListeners(){try{Ji.document.removeEventListener("visibilitychange",this._handleVisibilityChange),Ji.removeEventListener("blur",this._handleWindowBlur),Ji.removeEventListener("focus",this._handleWindowFocus),Ji.removeEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.removeListeners(),this._performanceCleanupCallback&&this._performanceCleanupCallback()}catch(t){this.handleException(t)}}__init(){this._handleVisibilityChange=()=>{Ji.document.visibilityState==="visible"?this._doChangeToForegroundTasks():this._doChangeToBackgroundTasks()}}__init2(){this._handleWindowBlur=()=>{const t=Sg({category:"ui.blur"});this._doChangeToBackgroundTasks(t)}}__init3(){this._handleWindowFocus=()=>{const t=Sg({category:"ui.focus"});this._doChangeToForegroundTasks(t)}}__init4(){this._handleKeyboardEvent=t=>{k5t(this,t)}}_doChangeToBackgroundTasks(t){!this.session||uqe(this.session,{maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire})||(t&&this._createCustomBreadcrumb(t),this.conditionalFlush())}_doChangeToForegroundTasks(t){if(!this.session)return;if(!this.checkAndHandleExpiredSession()){wr&&Ar.info("Document has become active, but session has expired");return}t&&this._createCustomBreadcrumb(t)}_updateUserActivity(t=Date.now()){this._lastActivity=t}_updateSessionActivity(t=Date.now()){this.session&&(this.session.lastActivity=t,this._maybeSaveSession())}_createCustomBreadcrumb(t){this.addUpdate(()=>{this.throttledAddEvent({type:oa.Custom,timestamp:t.timestamp||0,data:{tag:"breadcrumb",payload:t}})})}_addPerformanceEntries(){let t=N5t(this.performanceEntries).concat(this.replayPerformanceEntries);if(this.performanceEntries=[],this.replayPerformanceEntries=[],this._requiresManualStart){const n=this._context.initialTimestamp/1e3;t=t.filter(r=>r.start>=n)}return Promise.all(RV(this,t))}_clearContext(){this._context.errorIds.clear(),this._context.traceIds.clear(),this._context.urls=[]}_updateInitialTimestampFromEventBuffer(){const{session:t,eventBuffer:n}=this;if(!t||!n||this._requiresManualStart||t.segmentId)return;const r=n.getEarliestTimestamp();r&&rthis._options.maxReplayDuration+3e4)throw new Error("Session is too long, not sending replay");const r=this._popEventContext(),a=this.session.segmentId++;this._maybeSaveSession();const i=await this.eventBuffer.finish();await _qe({replayId:t,recordingData:i,segmentId:a,eventContext:r,session:this.session,timestamp:n,onError:o=>this.handleException(o)})}catch(n){this.handleException(n),this.stop({reason:"sendReplay"});const r=_a();if(r){const a=n instanceof kpe?"ratelimit_backoff":"send_error";r.recordDroppedEvent(a,"replay")}}}__init5(){this._flush=async({force:t=!1}={})=>{if(!this._isEnabled&&!t)return;if(!this.checkAndHandleExpiredSession()){wr&&Ar.error("Attempting to finish replay event after session expired.");return}if(!this.session)return;const n=this.session.started,a=Date.now()-n;this._debouncedFlush.cancel();const i=athis._options.maxReplayDuration+5e3;if(i||o){wr&&Ar.info(`Session duration (${Math.floor(a/1e3)}s) is too ${i?"short":"long"}, not sending replay.`),i&&this._debouncedFlush();return}const s=this.eventBuffer;s&&this.session.segmentId===0&&!s.hasCheckout&&wr&&Ar.info("Flushing initial segment without checkout.");const l=!!this._flushLock;this._flushLock||(this._flushLock=this._runFlush());try{await this._flushLock}catch(u){this.handleException(u)}finally{this._flushLock=void 0,l&&this._debouncedFlush()}}}_maybeSaveSession(){this.session&&this._options.stickySession&&Cpe(this.session)}__init6(){this._onMutationHandler=t=>{const n=t.length,r=this._options.mutationLimit,a=this._options.mutationBreadcrumbLimit,i=r&&n>r;if(n>a||i){const o=Sg({category:"replay.mutations",data:{count:n,limit:i}});this._createCustomBreadcrumb(o)}return i?(this.stop({reason:"mutationLimit",forceFlush:this.recordingMode==="session"}),!1):!0}}}function Ok(e,t){return[...e,...t].join(",")}function l8t({mask:e,unmask:t,block:n,unblock:r,ignore:a}){const i=['base[href="/"]'],o=Ok(e,[".sentry-mask","[data-sentry-mask]"]),s=Ok(t,[]);return{maskTextSelector:o,unmaskTextSelector:s,blockSelector:Ok(n,[".sentry-block","[data-sentry-block]",...i]),unblockSelector:Ok(r,[]),ignoreSelector:Ok(a,[".sentry-ignore","[data-sentry-ignore]",'input[type="file"]'])}}function u8t({el:e,key:t,maskAttributes:n,maskAllText:r,privacyOptions:a,value:i}){return!r||a.unmaskTextSelector&&e.matches(a.unmaskTextSelector)?i:n.includes(t)||t==="value"&&e.tagName==="INPUT"&&["submit","button"].includes(e.getAttribute("type")||"")?i.replace(/[\S]/g,"*"):i}const bCe='img,image,svg,video,object,picture,embed,map,audio,link[rel="icon"],link[rel="apple-touch-icon"]',c8t=["content-length","content-type","accept"];let xCe=!1;const d8t=e=>new DV(e);class DV{static __initStatic(){this.id="Replay"}constructor({flushMinDelay:t=VLt,flushMaxDelay:n=HLt,minReplayDuration:r=XLt,maxReplayDuration:a=eCe,stickySession:i=!0,useCompression:o=!0,workerUrl:s,_experiments:l={},maskAllText:u=!0,maskAllInputs:c=!0,blockAllMedia:d=!0,mutationBreadcrumbLimit:f=750,mutationLimit:p=1e4,slowClickTimeout:g=7e3,slowClickIgnoreSelectors:v=[],networkDetailAllowUrls:m=[],networkDetailDenyUrls:y=[],networkCaptureBodies:b=!0,networkRequestHeaders:x=[],networkResponseHeaders:w=[],mask:S=[],maskAttributes:_=["title","placeholder"],unmask:T=[],block:C=[],unblock:A=[],ignore:k=[],maskFn:I,beforeAddRecordingEvent:R,beforeErrorSampling:L,onError:N}={}){this.name=DV.id;const j=l8t({mask:S,unmask:T,block:C,unblock:A,ignore:k});if(this._recordingOptions={maskAllInputs:c,maskAllText:u,maskInputOptions:{password:!0},maskTextFn:I,maskInputFn:I,maskAttributeFn:(B,U,W)=>u8t({maskAttributes:_,maskAllText:u,privacyOptions:j,key:B,value:U,el:W}),...j,slimDOMOptions:"all",inlineStylesheet:!0,inlineImages:!1,collectFonts:!0,errorHandler:B=>{try{B.__rrweb__=!0}catch{}}},this._initialOptions={flushMinDelay:t,flushMaxDelay:n,minReplayDuration:Math.min(r,ZLt),maxReplayDuration:Math.min(a,eCe),stickySession:i,useCompression:o,workerUrl:s,blockAllMedia:d,maskAllInputs:c,maskAllText:u,mutationBreadcrumbLimit:f,mutationLimit:p,slowClickTimeout:g,slowClickIgnoreSelectors:v,networkDetailAllowUrls:m,networkDetailDenyUrls:y,networkCaptureBodies:b,networkRequestHeaders:wCe(x),networkResponseHeaders:wCe(w),beforeAddRecordingEvent:R,beforeErrorSampling:L,onError:N,_experiments:l},this._initialOptions.blockAllMedia&&(this._recordingOptions.blockSelector=this._recordingOptions.blockSelector?`${this._recordingOptions.blockSelector},${bCe}`:bCe),this._isInitialized&&gTe())throw new Error("Multiple Sentry Session Replay instances are not supported");this._isInitialized=!0}get _isInitialized(){return xCe}set _isInitialized(t){xCe=t}afterAllSetup(t){!gTe()||this._replay||(this._setup(t),this._initialize(t))}start(){this._replay&&this._replay.start()}startBuffering(){this._replay&&this._replay.startBuffering()}stop(){return this._replay?this._replay.stop({forceFlush:this._replay.recordingMode==="session"}):Promise.resolve()}flush(t){return this._replay?this._replay.isEnabled()?this._replay.sendBufferedReplayOrFlush(t):(this._replay.start(),Promise.resolve()):Promise.resolve()}getReplayId(){if(!(!this._replay||!this._replay.isEnabled()))return this._replay.getSessionId()}getRecordingMode(){if(!(!this._replay||!this._replay.isEnabled()))return this._replay.recordingMode}_initialize(t){this._replay&&(this._maybeLoadFromReplayCanvasIntegration(t),this._replay.initializeSampling())}_setup(t){const n=f8t(this._initialOptions,t);this._replay=new y1({options:n,recordingOptions:this._recordingOptions})}_maybeLoadFromReplayCanvasIntegration(t){try{const n=t.getIntegrationByName("ReplayCanvas");if(!n)return;this._replay._canvas=n.getOptions()}catch{}}}DV.__initStatic();function f8t(e,t){const n=t.getOptions(),r={sessionSampleRate:0,errorSampleRate:0,...hl(e)},a=D9(n.replaysSessionSampleRate),i=D9(n.replaysOnErrorSampleRate);return a==null&&i==null&&FI(()=>{console.warn("Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set.")}),a!=null&&(r.sessionSampleRate=a),i!=null&&(r.errorSampleRate=i),r}function wCe(e){return[...c8t,...e.map(t=>t.toLowerCase())]}const SCe=new WeakMap,RK=new Map,A8={traceFetch:!0,traceXHR:!0,enableHTTPTimings:!0,trackFetchStreamPerformance:!1};function p8t(e,t){const{traceFetch:n,traceXHR:r,trackFetchStreamPerformance:a,shouldCreateSpanForRequest:i,enableHTTPTimings:o,tracePropagationTargets:s}={traceFetch:A8.traceFetch,traceXHR:A8.traceXHR,trackFetchStreamPerformance:A8.trackFetchStreamPerformance,...t},l=typeof i=="function"?i:d=>!0,u=d=>v8t(d,s),c={};n&&(e.addEventProcessor(d=>(d.type==="transaction"&&d.spans&&d.spans.forEach(f=>{if(f.op==="http.client"){const p=RK.get(f.span_id);p&&(f.timestamp=p/1e3,RK.delete(f.span_id))}}),d)),a&&GDt(d=>{if(d.response){const f=SCe.get(d.response);f&&d.endTimestamp&&RK.set(f,d.endTimestamp)}}),IGe(d=>{const f=b$t(d,l,u,c);if(d.response&&d.fetchData.__span&&SCe.set(d.response,d.fetchData.__span),f){const p=Tqe(d.fetchData.url),g=p?Zw(p).host:void 0;f.setAttributes({"http.url":p,"server.address":g})}o&&f&&_Ce(f)})),r&&RWe(d=>{const f=y8t(d,l,u,c);o&&f&&_Ce(f)})}function h8t(e){return e.entryType==="resource"&&"initiatorType"in e&&typeof e.nextHopProtocol=="string"&&(e.initiatorType==="fetch"||e.initiatorType==="xmlhttprequest")}function _Ce(e){const{url:t}=$a(e).data||{};if(!t||typeof t!="string")return;const n=l2("resource",({entries:r})=>{r.forEach(a=>{h8t(a)&&a.name.endsWith(t)&&(g8t(a).forEach(o=>e.setAttribute(...o)),setTimeout(n))})})}function m8t(e){let t="unknown",n="unknown",r="";for(const a of e){if(a==="/"){[t,n]=e.split("/");break}if(!isNaN(Number(a))){t=r==="h"?"http":r,n=e.split(r)[1];break}r+=a}return r===e&&(t=r),{name:t,version:n}}function qm(e=0){return((Bc||performance.timeOrigin)+e)/1e3}function g8t(e){const{name:t,version:n}=m8t(e.nextHopProtocol),r=[];return r.push(["network.protocol.version",n],["network.protocol.name",t]),Bc?[...r,["http.request.redirect_start",qm(e.redirectStart)],["http.request.fetch_start",qm(e.fetchStart)],["http.request.domain_lookup_start",qm(e.domainLookupStart)],["http.request.domain_lookup_end",qm(e.domainLookupEnd)],["http.request.connect_start",qm(e.connectStart)],["http.request.secure_connection_start",qm(e.secureConnectionStart)],["http.request.connection_end",qm(e.connectEnd)],["http.request.request_start",qm(e.requestStart)],["http.request.response_start",qm(e.responseStart)],["http.request.response_end",qm(e.responseEnd)]]:r}function v8t(e,t){const n=Br.location&&Br.location.href;if(n){let r,a;try{r=new URL(e,n),a=new URL(n).origin}catch{return!1}const i=r.origin===a;return t?Y1(r.toString(),t)||i&&Y1(r.pathname,t):i}else{const r=!!e.match(/^\/(?!\/)/);return t?Y1(e,t):r}}function y8t(e,t,n,r){const a=e.xhr,i=a&&a[Aw];if(!a||a.__sentry_own_request__||!i)return;const o=Uv()&&t(i.url);if(e.endTimestamp&&o){const f=a.__sentry_xhr_span_id__;if(!f)return;const p=r[f];p&&i.status_code!==void 0&&(VGe(p,i.status_code),p.end(),delete r[f]);return}const s=Tqe(i.url),l=s?Zw(s).host:void 0,u=!!Lu(),c=o&&u?U3({name:`${i.method} ${i.url}`,attributes:{type:"xhr","http.method":i.method,"http.url":s,url:i.url,"server.address":l,[nu]:"auto.http.browser",[CS]:"http.client"}}):new zI;a.__sentry_xhr_span_id__=c.spanContext().spanId,r[a.__sentry_xhr_span_id__]=c;const d=_a();return a.setRequestHeader&&n(i.url)&&d&&b8t(a,d,Uv()&&u?c:void 0),c}function b8t(e,t,n){const r=Li(),a=Jf(),{traceId:i,spanId:o,sampled:s,dsc:l}={...a.getPropagationContext(),...r.getPropagationContext()},u=n&&Uv()?WGe(n):npe(i,o,s),c=$Ge(l||(n?qb(n):TV(i,t)));x8t(e,u,c)}function x8t(e,t,n){try{e.setRequestHeader("sentry-trace",t),n&&e.setRequestHeader(sT,n)}catch{}}function Tqe(e){try{return new URL(e,Br.location.origin).href}catch{return}}function w8t(){Br&&Br.document?Br.document.addEventListener("visibilitychange",()=>{const e=Lu();if(!e)return;const t=Ru(e);if(Br.document.hidden&&t){const n="cancelled",{op:r,status:a}=$a(t);wm&&dn.log(`[Tracing] Transaction: ${n} -> since tab moved to the background, op: ${r}`),a||t.setStatus({code:zl,message:n}),t.setAttribute("sentry.cancellation_reason","document.hidden"),t.end()}}):wm&&dn.warn("[Tracing] Could not set up background tab detection due to lack of global document")}const S8t="BrowserTracing",_8t={...E8,instrumentNavigation:!0,instrumentPageLoad:!0,markBackgroundSpan:!0,enableLongTask:!0,enableLongAnimationFrame:!0,enableInp:!0,_experiments:{},...A8},E8t=(e={})=>{q3t();const{enableInp:t,enableLongTask:n,enableLongAnimationFrame:r,_experiments:{enableInteractions:a,enableStandaloneClsSpans:i},beforeStartSpan:o,idleTimeout:s,finalTimeout:l,childSpanTimeout:u,markBackgroundSpan:c,traceFetch:d,traceXHR:f,trackFetchStreamPerformance:p,shouldCreateSpanForRequest:g,enableHTTPTimings:v,instrumentPageLoad:m,instrumentNavigation:y}={..._8t,...e},b=v4t({recordClsStandaloneSpans:i||!1});t&&z4t(),r&&ja.PerformanceObserver&&PerformanceObserver.supportedEntryTypes&&PerformanceObserver.supportedEntryTypes.includes("long-animation-frame")?b4t():n&&y4t(),a&&x4t();const x={name:void 0,source:void 0};function w(S,_){const T=_.op==="pageload",C=o?o(_):_,A=C.attributes||{};_.name!==C.name&&(A[wg]="custom",C.attributes=A),x.name=C.name,x.source=A[wg];const k=tWe(C,{idleTimeout:s,finalTimeout:l,childSpanTimeout:u,disableAutoFinish:T,beforeSpanEnd:R=>{b(),T4t(R,{recordClsOnPageloadSpan:!i})}});function I(){["interactive","complete"].includes(Br.document.readyState)&&S.emit("idleSpanEnableAutoFinish",k)}return T&&Br.document&&(Br.document.addEventListener("readystatechange",()=>{I()}),I()),k}return{name:S8t,afterAllSetup(S){let _,T=Br.location&&Br.location.href;S.on("startNavigationSpan",C=>{_a()===S&&(_&&!$a(_).timestamp&&(wm&&dn.log(`[Tracing] Finishing current root span with op: ${$a(_).op}`),_.end()),_=w(S,{op:"navigation",...C}))}),S.on("startPageLoadSpan",(C,A={})=>{if(_a()!==S)return;_&&!$a(_).timestamp&&(wm&&dn.log(`[Tracing] Finishing current root span with op: ${$a(_).op}`),_.end());const k=A.sentryTrace||ECe("sentry-trace"),I=A.baggage||ECe("baggage"),R=h3t(k,I);Li().setPropagationContext(R),_=w(S,{op:"pageload",...C})}),S.on("spanEnd",C=>{const A=$a(C).op;if(C!==Ru(C)||A!=="navigation"&&A!=="pageload")return;const k=Li(),I=k.getPropagationContext();k.setPropagationContext({...I,sampled:I.sampled!==void 0?I.sampled:g_(C),dsc:I.dsc||qb(C)})}),Br.location&&(m&&T8t(S,{name:Br.location.pathname,startTime:Bc?Bc/1e3:void 0,attributes:{[wg]:"url",[nu]:"auto.pageload.browser"}}),y&&IV(({to:C,from:A})=>{if(A===void 0&&T&&T.indexOf(C)!==-1){T=void 0;return}A!==C&&(T=void 0,C8t(S,{name:Br.location.pathname,attributes:{[wg]:"url",[nu]:"auto.navigation.browser"}}))})),c&&w8t(),a&&I8t(s,l,u,x),t&&V4t(),p8t(S,{traceFetch:d,traceXHR:f,trackFetchStreamPerformance:p,tracePropagationTargets:S.getOptions().tracePropagationTargets,shouldCreateSpanForRequest:g,enableHTTPTimings:v})}}};function T8t(e,t,n){e.emit("startPageLoadSpan",t,n),Li().setTransactionName(t.name);const r=Lu();return(r&&$a(r).op)==="pageload"?r:void 0}function C8t(e,t){Jf().setPropagationContext(R9()),Li().setPropagationContext(R9()),e.emit("startNavigationSpan",t),Li().setTransactionName(t.name);const n=Lu();return(n&&$a(n).op)==="navigation"?n:void 0}function ECe(e){const t=ADt(`meta[name=${e}]`);return t?t.getAttribute("content"):void 0}function I8t(e,t,n,r){let a;const i=()=>{const o="ui.action.click",s=Lu(),l=s&&Ru(s);if(l){const u=$a(l).op;if(["navigation","pageload"].includes(u)){wm&&dn.warn(`[Tracing] Did not create ${o} span because a pageload or navigation span is in progress.`);return}}if(a&&(a.setAttribute(Xne,"interactionInterrupted"),a.end(),a=void 0),!r.name){wm&&dn.warn(`[Tracing] Did not create ${o} transaction because _latestRouteName is missing.`);return}a=tWe({name:r.name,op:o,attributes:{[wg]:r.source||"url"}},{idleTimeout:e,finalTimeout:t,childSpanTimeout:n})};Br.document&&addEventListener("click",i,{once:!1,capture:!0})}function A8t(e){const t={...e};return fWe(t,"react"),iWe("react",{version:P.version}),jLt(t)}var Cqe={exports:{}},Ei={};/** @license React v16.13.1 - * react-is.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var iu=typeof Symbol=="function"&&Symbol.for,Ope=iu?Symbol.for("react.element"):60103,Ppe=iu?Symbol.for("react.portal"):60106,MV=iu?Symbol.for("react.fragment"):60107,$V=iu?Symbol.for("react.strict_mode"):60108,LV=iu?Symbol.for("react.profiler"):60114,jV=iu?Symbol.for("react.provider"):60109,FV=iu?Symbol.for("react.context"):60110,Rpe=iu?Symbol.for("react.async_mode"):60111,BV=iu?Symbol.for("react.concurrent_mode"):60111,zV=iu?Symbol.for("react.forward_ref"):60112,UV=iu?Symbol.for("react.suspense"):60113,k8t=iu?Symbol.for("react.suspense_list"):60120,VV=iu?Symbol.for("react.memo"):60115,HV=iu?Symbol.for("react.lazy"):60116,O8t=iu?Symbol.for("react.block"):60121,P8t=iu?Symbol.for("react.fundamental"):60117,R8t=iu?Symbol.for("react.responder"):60118,N8t=iu?Symbol.for("react.scope"):60119;function ep(e){if(typeof e=="object"&&e!==null){var t=e.$$typeof;switch(t){case Ope:switch(e=e.type,e){case Rpe:case BV:case MV:case LV:case $V:case UV:return e;default:switch(e=e&&e.$$typeof,e){case FV:case zV:case HV:case VV:case jV:return e;default:return t}}case Ppe:return t}}}function Iqe(e){return ep(e)===BV}Ei.AsyncMode=Rpe;Ei.ConcurrentMode=BV;Ei.ContextConsumer=FV;Ei.ContextProvider=jV;Ei.Element=Ope;Ei.ForwardRef=zV;Ei.Fragment=MV;Ei.Lazy=HV;Ei.Memo=VV;Ei.Portal=Ppe;Ei.Profiler=LV;Ei.StrictMode=$V;Ei.Suspense=UV;Ei.isAsyncMode=function(e){return Iqe(e)||ep(e)===Rpe};Ei.isConcurrentMode=Iqe;Ei.isContextConsumer=function(e){return ep(e)===FV};Ei.isContextProvider=function(e){return ep(e)===jV};Ei.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===Ope};Ei.isForwardRef=function(e){return ep(e)===zV};Ei.isFragment=function(e){return ep(e)===MV};Ei.isLazy=function(e){return ep(e)===HV};Ei.isMemo=function(e){return ep(e)===VV};Ei.isPortal=function(e){return ep(e)===Ppe};Ei.isProfiler=function(e){return ep(e)===LV};Ei.isStrictMode=function(e){return ep(e)===$V};Ei.isSuspense=function(e){return ep(e)===UV};Ei.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===MV||e===BV||e===LV||e===$V||e===UV||e===k8t||typeof e=="object"&&e!==null&&(e.$$typeof===HV||e.$$typeof===VV||e.$$typeof===jV||e.$$typeof===FV||e.$$typeof===zV||e.$$typeof===P8t||e.$$typeof===R8t||e.$$typeof===N8t||e.$$typeof===O8t)};Ei.typeOf=ep;Cqe.exports=Ei;var GV=Cqe.exports,Npe=GV,D8t={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},M8t={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},$8t={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Aqe={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Dpe={};Dpe[Npe.ForwardRef]=$8t;Dpe[Npe.Memo]=Aqe;function TCe(e){return Npe.isMemo(e)?Aqe:Dpe[e.$$typeof]||D8t}var L8t=Object.defineProperty,j8t=Object.getOwnPropertyNames,CCe=Object.getOwnPropertySymbols,F8t=Object.getOwnPropertyDescriptor,B8t=Object.getPrototypeOf,ICe=Object.prototype;function kqe(e,t,n){if(typeof t!="string"){if(ICe){var r=B8t(t);r&&r!==ICe&&kqe(e,r,n)}var a=j8t(t);CCe&&(a=a.concat(CCe(t)));for(var i=TCe(e),o=TCe(t),s=0;se,stateTransformer:e=>e||null};function G8t(e){const t={...H8t,...e};return n=>(r,a)=>(t.attachReduxState&&BGe().addEventProcessor((o,s)=>{try{o.type===void 0&&o.contexts.state.state.type==="redux"&&(s.attachments=[...s.attachments||[],{filename:"redux_state.json",data:JSON.stringify(o.contexts.state.state.value)}])}catch{}return o}),n((o,s)=>{const l=r(o,s),u=Li(),c=t.actionTransformer(s);typeof c<"u"&&c!==null&&Vv({category:U8t,data:c,type:V8t});const d=t.stateTransformer(l);if(typeof d<"u"&&d!==null){const p=_a(),g=p&&p.getOptions(),v=g&&g.normalizeDepth||3,m={state:{type:"redux",value:d}};Wf(m,"__sentry_override_normalization_depth__",3+v),u.setContext("state",m)}else u.setContext("state",null);const{configureScopeWithState:f}=t;return typeof f=="function"&&f(u,l),l},a))}var VL={},NK,ACe;function W8t(){if(ACe)return NK;ACe=1,NK=e;function e(c){t.length||n(),t[t.length]=c}var t=[],n,r=0,a=1024;function i(){for(;ra){for(var d=0,f=t.length-r;d-1};function GI(e){if(typeof e!="string"&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||e==="")throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function Mpe(e){return typeof e!="string"&&(e=String(e)),e}function $pe(e){var t={next:function(){var n=e.shift();return{done:n===void 0,value:n}}};return Sc.iterable&&(t[Symbol.iterator]=function(){return t}),t}function Tl(e){this.map={},e instanceof Tl?e.forEach(function(t,n){this.append(n,t)},this):Array.isArray(e)?e.forEach(function(t){if(t.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+t.length);this.append(t[0],t[1])},this):e&&Object.getOwnPropertyNames(e).forEach(function(t){this.append(t,e[t])},this)}Tl.prototype.append=function(e,t){e=GI(e),t=Mpe(t);var n=this.map[e];this.map[e]=n?n+", "+t:t};Tl.prototype.delete=function(e){delete this.map[GI(e)]};Tl.prototype.get=function(e){return e=GI(e),this.has(e)?this.map[e]:null};Tl.prototype.has=function(e){return this.map.hasOwnProperty(GI(e))};Tl.prototype.set=function(e,t){this.map[GI(e)]=Mpe(t)};Tl.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)};Tl.prototype.keys=function(){var e=[];return this.forEach(function(t,n){e.push(n)}),$pe(e)};Tl.prototype.values=function(){var e=[];return this.forEach(function(t){e.push(t)}),$pe(e)};Tl.prototype.entries=function(){var e=[];return this.forEach(function(t,n){e.push([n,t])}),$pe(e)};Sc.iterable&&(Tl.prototype[Symbol.iterator]=Tl.prototype.entries);function $K(e){if(!e._noBody){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}}function Pqe(e){return new Promise(function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}})}function Q8t(e){var t=new FileReader,n=Pqe(t);return t.readAsArrayBuffer(e),n}function J8t(e){var t=new FileReader,n=Pqe(t),r=/charset=([A-Za-z0-9_-]+)/.exec(e.type),a=r?r[1]:"utf-8";return t.readAsText(e,a),n}function eFt(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r-1?t:e}function IS(e,t){if(!(this instanceof IS))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t=t||{};var n=t.body;if(e instanceof IS){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new Tl(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,!n&&e._bodyInit!=null&&(n=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",(t.headers||!this.headers)&&(this.headers=new Tl(t.headers)),this.method=nFt(t.method||this.method||"GET"),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal||function(){if("AbortController"in Cu){var i=new AbortController;return i.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&n)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(n),(this.method==="GET"||this.method==="HEAD")&&(t.cache==="no-store"||t.cache==="no-cache")){var r=/([?&])_=[^&]*/;if(r.test(this.url))this.url=this.url.replace(r,"$1_="+new Date().getTime());else{var a=/\?/;this.url+=(a.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}IS.prototype.clone=function(){return new IS(this,{body:this._bodyInit})};function rFt(e){var t=new FormData;return e.trim().split("&").forEach(function(n){if(n){var r=n.split("="),a=r.shift().replace(/\+/g," "),i=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(a),decodeURIComponent(i))}}),t}function aFt(e){var t=new Tl,n=e.replace(/\r?\n[\t ]+/g," ");return n.split("\r").map(function(r){return r.indexOf(` -`)===0?r.substr(1,r.length):r}).forEach(function(r){var a=r.split(":"),i=a.shift().trim();if(i){var o=a.join(":").trim();try{t.append(i,o)}catch(s){console.warn("Response "+s.message)}}}),t}Rqe.call(IS.prototype);function Yg(e,t){if(!(this instanceof Yg))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(t||(t={}),this.type="default",this.status=t.status===void 0?200:t.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=t.statusText===void 0?"":""+t.statusText,this.headers=new Tl(t.headers),this.url=t.url||"",this._initBody(e)}Rqe.call(Yg.prototype);Yg.prototype.clone=function(){return new Yg(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Tl(this.headers),url:this.url})};Yg.error=function(){var e=new Yg(null,{status:200,statusText:""});return e.status=0,e.type="error",e};var iFt=[301,302,303,307,308];Yg.redirect=function(e,t){if(iFt.indexOf(t)===-1)throw new RangeError("Invalid status code");return new Yg(null,{status:t,headers:{location:e}})};var fw=Cu.DOMException;try{new fw}catch{fw=function(t,n){this.message=t,this.name=n;var r=Error(t);this.stack=r.stack},fw.prototype=Object.create(Error.prototype),fw.prototype.constructor=fw}function Nqe(e,t){return new Promise(function(n,r){var a=new IS(e,t);if(a.signal&&a.signal.aborted)return r(new fw("Aborted","AbortError"));var i=new XMLHttpRequest;function o(){i.abort()}i.onload=function(){var u={status:i.status,statusText:i.statusText,headers:aFt(i.getAllResponseHeaders()||"")};u.url="responseURL"in i?i.responseURL:u.headers.get("X-Request-URL");var c="response"in i?i.response:i.responseText;setTimeout(function(){n(new Yg(c,u))},0)},i.onerror=function(){setTimeout(function(){r(new TypeError("Network request failed"))},0)},i.ontimeout=function(){setTimeout(function(){r(new TypeError("Network request failed"))},0)},i.onabort=function(){setTimeout(function(){r(new fw("Aborted","AbortError"))},0)};function s(u){try{return u===""&&Cu.location.href?Cu.location.href:u}catch{return u}}if(i.open(a.method,s(a.url),!0),a.credentials==="include"?i.withCredentials=!0:a.credentials==="omit"&&(i.withCredentials=!1),"responseType"in i&&(Sc.blob?i.responseType="blob":Sc.arrayBuffer&&(i.responseType="arraybuffer")),t&&typeof t.headers=="object"&&!(t.headers instanceof Tl||Cu.Headers&&t.headers instanceof Cu.Headers)){var l=[];Object.getOwnPropertyNames(t.headers).forEach(function(u){l.push(GI(u)),i.setRequestHeader(u,Mpe(t.headers[u]))}),a.headers.forEach(function(u,c){l.indexOf(c)===-1&&i.setRequestHeader(c,u)})}else a.headers.forEach(function(u,c){i.setRequestHeader(c,u)});a.signal&&(a.signal.addEventListener("abort",o),i.onreadystatechange=function(){i.readyState===4&&a.signal.removeEventListener("abort",o)}),i.send(typeof a._bodyInit>"u"?null:a._bodyInit)})}Nqe.polyfill=!0;Cu.fetch||(Cu.fetch=Nqe,Cu.Headers=Tl,Cu.Request=IS,Cu.Response=Yg);var HL=function(e){return e&&e.Math===Math&&e},zn=HL(typeof globalThis=="object"&&globalThis)||HL(typeof window=="object"&&window)||HL(typeof self=="object"&&self)||HL(typeof zt=="object"&&zt)||function(){return this}()||zt||Function("return this")(),Al={},nn=function(e){try{return!!e()}catch{return!0}},oFt=nn,Pr=!oFt(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7}),sFt=nn,Z3=!sFt(function(){var e=(function(){}).bind();return typeof e!="function"||e.hasOwnProperty("prototype")}),lFt=Z3,GL=Function.prototype.call,ua=lFt?GL.bind(GL):function(){return GL.apply(GL,arguments)},Q3={},Dqe={}.propertyIsEnumerable,Mqe=Object.getOwnPropertyDescriptor,uFt=Mqe&&!Dqe.call({1:2},1);Q3.f=uFt?function(t){var n=Mqe(this,t);return!!n&&n.enumerable}:Dqe;var hh=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}},$qe=Z3,Lqe=Function.prototype,vre=Lqe.call,cFt=$qe&&Lqe.bind.bind(vre,vre),fn=$qe?cFt:function(e){return function(){return vre.apply(e,arguments)}},jqe=fn,dFt=jqe({}.toString),fFt=jqe("".slice),Wc=function(e){return fFt(dFt(e),8,-1)},pFt=fn,hFt=nn,mFt=Wc,LK=Object,gFt=pFt("".split),WI=hFt(function(){return!LK("z").propertyIsEnumerable(0)})?function(e){return mFt(e)==="String"?gFt(e,""):LK(e)}:LK,Yd=function(e){return e==null},vFt=Yd,yFt=TypeError,ks=function(e){if(vFt(e))throw yFt("Can't call method on "+e);return e},bFt=WI,xFt=ks,ou=function(e){return bFt(xFt(e))},yre=typeof document=="object"&&document.all,wFt=typeof yre>"u"&&yre!==void 0,Fqe={all:yre,IS_HTMLDDA:wFt},Bqe=Fqe,SFt=Bqe.all,Fa=Bqe.IS_HTMLDDA?function(e){return typeof e=="function"||e===SFt}:function(e){return typeof e=="function"},NCe=Fa,zqe=Fqe,_Ft=zqe.all,Ba=zqe.IS_HTMLDDA?function(e){return typeof e=="object"?e!==null:NCe(e)||e===_Ft}:function(e){return typeof e=="object"?e!==null:NCe(e)},jK=zn,EFt=Fa,TFt=function(e){return EFt(e)?e:void 0},ao=function(e,t){return arguments.length<2?TFt(jK[e]):jK[e]&&jK[e][t]},CFt=fn,mh=CFt({}.isPrototypeOf),yy=typeof navigator<"u"&&String(navigator.userAgent)||"",Uqe=zn,FK=yy,DCe=Uqe.process,MCe=Uqe.Deno,$Ce=DCe&&DCe.versions||MCe&&MCe.version,LCe=$Ce&&$Ce.v8,Qh,q9;LCe&&(Qh=LCe.split("."),q9=Qh[0]>0&&Qh[0]<4?1:+(Qh[0]+Qh[1]));!q9&&FK&&(Qh=FK.match(/Edge\/(\d+)/),(!Qh||Qh[1]>=74)&&(Qh=FK.match(/Chrome\/(\d+)/),Qh&&(q9=+Qh[1])));var by=q9,jCe=by,IFt=nn,AFt=zn,kFt=AFt.String,qI=!!Object.getOwnPropertySymbols&&!IFt(function(){var e=Symbol("symbol detection");return!kFt(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&jCe&&jCe<41}),OFt=qI,Vqe=OFt&&!Symbol.sham&&typeof Symbol.iterator=="symbol",PFt=ao,RFt=Fa,NFt=mh,DFt=Vqe,MFt=Object,Yb=DFt?function(e){return typeof e=="symbol"}:function(e){var t=PFt("Symbol");return RFt(t)&&NFt(t.prototype,MFt(e))},$Ft=String,y_=function(e){try{return $Ft(e)}catch{return"Object"}},LFt=Fa,jFt=y_,FFt=TypeError,Os=function(e){if(LFt(e))return e;throw FFt(jFt(e)+" is not a function")},BFt=Os,zFt=Yd,xy=function(e,t){var n=e[t];return zFt(n)?void 0:BFt(n)},BK=ua,zK=Fa,UK=Ba,UFt=TypeError,Hqe=function(e,t){var n,r;if(t==="string"&&zK(n=e.toString)&&!UK(r=BK(n,e))||zK(n=e.valueOf)&&!UK(r=BK(n,e))||t!=="string"&&zK(n=e.toString)&&!UK(r=BK(n,e)))return r;throw UFt("Can't convert object to primitive value")},Gqe={exports:{}},Lpe=!1,FCe=zn,VFt=Object.defineProperty,jpe=function(e,t){try{VFt(FCe,e,{value:t,configurable:!0,writable:!0})}catch{FCe[e]=t}return t},HFt=zn,GFt=jpe,BCe="__core-js_shared__",WFt=HFt[BCe]||GFt(BCe,{}),Fpe=WFt,zCe=Fpe;(Gqe.exports=function(e,t){return zCe[e]||(zCe[e]=t!==void 0?t:{})})("versions",[]).push({version:"3.32.1",mode:"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.32.1/LICENSE",source:"https://github.com/zloirock/core-js"});var b_=Gqe.exports,qFt=ks,YFt=Object,mi=function(e){return YFt(qFt(e))},KFt=fn,XFt=mi,ZFt=KFt({}.hasOwnProperty),Xa=Object.hasOwn||function(t,n){return ZFt(XFt(t),n)},QFt=fn,JFt=0,e9t=Math.random(),t9t=QFt(1 .toString),YI=function(e){return"Symbol("+(e===void 0?"":e)+")_"+t9t(++JFt+e9t,36)},n9t=zn,r9t=b_,UCe=Xa,a9t=YI,i9t=qI,o9t=Vqe,MT=n9t.Symbol,VK=r9t("wks"),s9t=o9t?MT.for||MT:MT&&MT.withoutSetter||a9t,Ea=function(e){return UCe(VK,e)||(VK[e]=i9t&&UCe(MT,e)?MT[e]:s9t("Symbol."+e)),VK[e]},l9t=ua,VCe=Ba,HCe=Yb,u9t=xy,c9t=Hqe,d9t=Ea,f9t=TypeError,p9t=d9t("toPrimitive"),WV=function(e,t){if(!VCe(e)||HCe(e))return e;var n=u9t(e,p9t),r;if(n){if(t===void 0&&(t="default"),r=l9t(n,e,t),!VCe(r)||HCe(r))return r;throw f9t("Can't convert object to primitive value")}return t===void 0&&(t="number"),c9t(e,t)},h9t=WV,m9t=Yb,Kb=function(e){var t=h9t(e,"string");return m9t(t)?t:t+""},g9t=zn,GCe=Ba,bre=g9t.document,v9t=GCe(bre)&&GCe(bre.createElement),qV=function(e){return v9t?bre.createElement(e):{}},y9t=Pr,b9t=nn,x9t=qV,Wqe=!y9t&&!b9t(function(){return Object.defineProperty(x9t("div"),"a",{get:function(){return 7}}).a!==7}),w9t=Pr,S9t=ua,_9t=Q3,E9t=hh,T9t=ou,C9t=Kb,I9t=Xa,A9t=Wqe,WCe=Object.getOwnPropertyDescriptor;Al.f=w9t?WCe:function(t,n){if(t=T9t(t),n=C9t(n),A9t)try{return WCe(t,n)}catch{}if(I9t(t,n))return E9t(!S9t(_9t.f,t,n),t[n])};var Wi={},k9t=Pr,O9t=nn,qqe=k9t&&O9t(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42}),P9t=Ba,R9t=String,N9t=TypeError,ca=function(e){if(P9t(e))return e;throw N9t(R9t(e)+" is not an object")},D9t=Pr,M9t=Wqe,$9t=qqe,WL=ca,qCe=Kb,L9t=TypeError,HK=Object.defineProperty,j9t=Object.getOwnPropertyDescriptor,GK="enumerable",WK="configurable",qK="writable";Wi.f=D9t?$9t?function(t,n,r){if(WL(t),n=qCe(n),WL(r),typeof t=="function"&&n==="prototype"&&"value"in r&&qK in r&&!r[qK]){var a=j9t(t,n);a&&a[qK]&&(t[n]=r.value,r={configurable:WK in r?r[WK]:a[WK],enumerable:GK in r?r[GK]:a[GK],writable:!1})}return HK(t,n,r)}:HK:function(t,n,r){if(WL(t),n=qCe(n),WL(r),M9t)try{return HK(t,n,r)}catch{}if("get"in r||"set"in r)throw L9t("Accessors not supported");return"value"in r&&(t[n]=r.value),t};var F9t=Pr,B9t=Wi,z9t=hh,qc=F9t?function(e,t,n){return B9t.f(e,t,z9t(1,n))}:function(e,t,n){return e[t]=n,e},Yqe={exports:{}},xre=Pr,U9t=Xa,Kqe=Function.prototype,V9t=xre&&Object.getOwnPropertyDescriptor,Bpe=U9t(Kqe,"name"),H9t=Bpe&&(function(){}).name==="something",G9t=Bpe&&(!xre||xre&&V9t(Kqe,"name").configurable),KI={EXISTS:Bpe,PROPER:H9t,CONFIGURABLE:G9t},W9t=fn,q9t=Fa,wre=Fpe,Y9t=W9t(Function.toString);q9t(wre.inspectSource)||(wre.inspectSource=function(e){return Y9t(e)});var zpe=wre.inspectSource,K9t=zn,X9t=Fa,YCe=K9t.WeakMap,Xqe=X9t(YCe)&&/native code/.test(String(YCe)),Z9t=b_,Q9t=YI,KCe=Z9t("keys"),YV=function(e){return KCe[e]||(KCe[e]=Q9t(e))},J3={},J9t=Xqe,Zqe=zn,eBt=Ba,tBt=qc,YK=Xa,KK=Fpe,nBt=YV,rBt=J3,XCe="Object already initialized",Sre=Zqe.TypeError,aBt=Zqe.WeakMap,Y9,WN,K9,iBt=function(e){return K9(e)?WN(e):Y9(e,{})},oBt=function(e){return function(t){var n;if(!eBt(t)||(n=WN(t)).type!==e)throw Sre("Incompatible receiver, "+e+" required");return n}};if(J9t||KK.state){var Ym=KK.state||(KK.state=new aBt);Ym.get=Ym.get,Ym.has=Ym.has,Ym.set=Ym.set,Y9=function(e,t){if(Ym.has(e))throw Sre(XCe);return t.facade=e,Ym.set(e,t),t},WN=function(e){return Ym.get(e)||{}},K9=function(e){return Ym.has(e)}}else{var gE=nBt("state");rBt[gE]=!0,Y9=function(e,t){if(YK(e,gE))throw Sre(XCe);return t.facade=e,tBt(e,gE,t),t},WN=function(e){return YK(e,gE)?e[gE]:{}},K9=function(e){return YK(e,gE)}}var kl={set:Y9,get:WN,has:K9,enforce:iBt,getterFor:oBt},Upe=fn,sBt=nn,lBt=Fa,qL=Xa,_re=Pr,uBt=KI.CONFIGURABLE,cBt=zpe,Qqe=kl,dBt=Qqe.enforce,fBt=Qqe.get,ZCe=String,k8=Object.defineProperty,pBt=Upe("".slice),hBt=Upe("".replace),mBt=Upe([].join),gBt=_re&&!sBt(function(){return k8(function(){},"length",{value:8}).length!==8}),vBt=String(String).split("String"),yBt=Yqe.exports=function(e,t,n){pBt(ZCe(t),0,7)==="Symbol("&&(t="["+hBt(ZCe(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!qL(e,"name")||uBt&&e.name!==t)&&(_re?k8(e,"name",{value:t,configurable:!0}):e.name=t),gBt&&n&&qL(n,"arity")&&e.length!==n.arity&&k8(e,"length",{value:n.arity});try{n&&qL(n,"constructor")&&n.constructor?_re&&k8(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch{}var r=dBt(e);return qL(r,"source")||(r.source=mBt(vBt,typeof t=="string"?t:"")),e};Function.prototype.toString=yBt(function(){return lBt(this)&&fBt(this).source||cBt(this)},"toString");var Vpe=Yqe.exports,bBt=Fa,xBt=Wi,wBt=Vpe,SBt=jpe,Vo=function(e,t,n,r){r||(r={});var a=r.enumerable,i=r.name!==void 0?r.name:t;if(bBt(n)&&wBt(n,i,r),r.global)a?e[t]=n:SBt(t,n);else{try{r.unsafe?e[t]&&(a=!0):delete e[t]}catch{}a?e[t]=n:xBt.f(e,t,{value:n,enumerable:!1,configurable:!r.nonConfigurable,writable:!r.nonWritable})}return e},wy={},_Bt=Math.ceil,EBt=Math.floor,Hpe=Math.trunc||function(t){var n=+t;return(n>0?EBt:_Bt)(n)},TBt=Hpe,Ps=function(e){var t=+e;return t!==t||t===0?0:TBt(t)},CBt=Ps,IBt=Math.max,ABt=Math.min,o0=function(e,t){var n=CBt(e);return n<0?IBt(n+t,0):ABt(n,t)},kBt=Ps,OBt=Math.min,tp=function(e){return e>0?OBt(kBt(e),9007199254740991):0},PBt=tp,Ti=function(e){return PBt(e.length)},RBt=ou,NBt=o0,DBt=Ti,QCe=function(e){return function(t,n,r){var a=RBt(t),i=DBt(a),o=NBt(r,i),s;if(e&&n!==n){for(;i>o;)if(s=a[o++],s!==s)return!0}else for(;i>o;o++)if((e||o in a)&&a[o]===n)return e||o||0;return!e&&-1}},eM={includes:QCe(!0),indexOf:QCe(!1)},MBt=fn,XK=Xa,$Bt=ou,LBt=eM.indexOf,jBt=J3,JCe=MBt([].push),Jqe=function(e,t){var n=$Bt(e),r=0,a=[],i;for(i in n)!XK(jBt,i)&&XK(n,i)&&JCe(a,i);for(;t.length>r;)XK(n,i=t[r++])&&(~LBt(a,i)||JCe(a,i));return a},Gpe=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],FBt=Jqe,BBt=Gpe,zBt=BBt.concat("length","prototype");wy.f=Object.getOwnPropertyNames||function(t){return FBt(t,zBt)};var tM={};tM.f=Object.getOwnPropertySymbols;var UBt=ao,VBt=fn,HBt=wy,GBt=tM,WBt=ca,qBt=VBt([].concat),Wpe=UBt("Reflect","ownKeys")||function(t){var n=HBt.f(WBt(t)),r=GBt.f;return r?qBt(n,r(t)):n},e2e=Xa,YBt=Wpe,KBt=Al,XBt=Wi,KV=function(e,t,n){for(var r=YBt(t),a=XBt.f,i=KBt.f,o=0;of7t)throw d7t("Maximum allowed index exceeded");return e},p7t=Kb,h7t=Wi,m7t=hh,Sy=function(e,t,n){var r=p7t(t);r in e?h7t.f(e,r,m7t(0,n)):e[r]=n},g7t=Ea,v7t=g7t("toStringTag"),eYe={};eYe[v7t]="z";var qpe=String(eYe)==="[object z]",y7t=qpe,b7t=Fa,O8=Wc,x7t=Ea,w7t=x7t("toStringTag"),S7t=Object,_7t=O8(function(){return arguments}())==="Arguments",E7t=function(e,t){try{return e[t]}catch{}},s0=y7t?O8:function(e){var t,n,r;return e===void 0?"Undefined":e===null?"Null":typeof(n=E7t(t=S7t(e),w7t))=="string"?n:_7t?O8(t):(r=O8(t))==="Object"&&b7t(t.callee)?"Arguments":r},T7t=fn,C7t=nn,tYe=Fa,I7t=s0,A7t=ao,k7t=zpe,nYe=function(){},O7t=[],rYe=A7t("Reflect","construct"),Ype=/^\s*(?:class|function)\b/,P7t=T7t(Ype.exec),R7t=!Ype.exec(nYe),Pk=function(t){if(!tYe(t))return!1;try{return rYe(nYe,O7t,t),!0}catch{return!1}},aYe=function(t){if(!tYe(t))return!1;switch(I7t(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return R7t||!!P7t(Ype,k7t(t))}catch{return!0}};aYe.sham=!0;var ZI=!rYe||C7t(function(){var e;return Pk(Pk.call)||!Pk(Object)||!Pk(function(){e=!0})||e})?aYe:Pk,t2e=Xb,N7t=ZI,D7t=Ba,M7t=Ea,$7t=M7t("species"),n2e=Array,L7t=function(e){var t;return t2e(e)&&(t=e.constructor,N7t(t)&&(t===n2e||t2e(t.prototype))?t=void 0:D7t(t)&&(t=t[$7t],t===null&&(t=void 0))),t===void 0?n2e:t},j7t=L7t,aM=function(e,t){return new(j7t(e))(t===0?0:t)},F7t=nn,B7t=Ea,z7t=by,U7t=B7t("species"),iM=function(e){return z7t>=51||!F7t(function(){var t=[],n=t.constructor={};return n[U7t]=function(){return{foo:1}},t[e](Boolean).foo!==1})},V7t=tt,H7t=nn,G7t=Xb,W7t=Ba,q7t=mi,Y7t=Ti,r2e=XI,a2e=Sy,K7t=aM,X7t=iM,Z7t=Ea,Q7t=by,iYe=Z7t("isConcatSpreadable"),J7t=Q7t>=51||!H7t(function(){var e=[];return e[iYe]=!1,e.concat()[0]!==e}),ezt=function(e){if(!W7t(e))return!1;var t=e[iYe];return t!==void 0?!!t:G7t(e)},tzt=!J7t||!X7t("concat");V7t({target:"Array",proto:!0,arity:1,forced:tzt},{concat:function(t){var n=q7t(this),r=K7t(n,0),a=0,i,o,s,l,u;for(i=-1,s=arguments.length;io;)hzt.f(t,s=a[o++],r[s]);return t};var yzt=ao,oYe=yzt("document","documentElement"),bzt=ca,xzt=XV,i2e=Gpe,wzt=J3,Szt=oYe,_zt=qV,Ezt=YV,o2e=">",s2e="<",Ere="prototype",Tre="script",sYe=Ezt("IE_PROTO"),QK=function(){},lYe=function(e){return s2e+Tre+o2e+e+s2e+"/"+Tre+o2e},l2e=function(e){e.write(lYe("")),e.close();var t=e.parentWindow.Object;return e=null,t},Tzt=function(){var e=_zt("iframe"),t="java"+Tre+":",n;return e.style.display="none",Szt.appendChild(e),e.src=String(t),n=e.contentWindow.document,n.open(),n.write(lYe("document.F=Object")),n.close(),n.F},YL,P8=function(){try{YL=new ActiveXObject("htmlfile")}catch{}P8=typeof document<"u"?document.domain&&YL?l2e(YL):Tzt():l2e(YL);for(var e=i2e.length;e--;)delete P8[Ere][i2e[e]];return P8()};wzt[sYe]=!0;var gh=Object.create||function(t,n){var r;return t!==null?(QK[Ere]=bzt(t),r=new QK,QK[Ere]=null,r[sYe]=t):r=P8(),n===void 0?r:xzt.f(r,n)},ZV={},u2e=o0,Czt=Ti,Izt=Sy,Azt=Array,kzt=Math.max,sM=function(e,t,n){for(var r=Czt(e),a=u2e(t,r),i=u2e(n===void 0?r:n,r),o=Azt(kzt(i-a,0)),s=0;am;m++)if((s||m in p)&&(x=p[m],w=g(x,m,f),e))if(t)b[m]=w;else if(w)switch(e){case 3:return!0;case 5:return x;case 6:return m;case 2:h2e(b,x)}else switch(e){case 4:return!1;case 7:h2e(b,x)}return i?-1:r||a?a:b}},Fu={forEach:Ky(0),map:Ky(1),filter:Ky(2),some:Ky(3),every:Ky(4),find:Ky(5),findIndex:Ky(6),filterReject:Ky(7)},JV=tt,Xpe=zn,Zpe=ua,aUt=fn,p2=Pr,h2=qI,iUt=nn,Yl=Xa,oUt=mh,Cre=ca,eH=ou,Qpe=Kb,sUt=Zr,Ire=hh,qN=gh,fYe=oM,lUt=wy,pYe=ZV,uUt=tM,hYe=Al,mYe=Wi,cUt=XV,gYe=Q3,JK=Vo,dUt=ju,Jpe=b_,fUt=YV,vYe=J3,m2e=YI,pUt=Ea,hUt=Kpe,mUt=ms,gUt=dYe,vUt=np,yYe=kl,tH=Fu.forEach,Ed=fUt("hidden"),nH="Symbol",YN="prototype",yUt=yYe.set,g2e=yYe.getterFor(nH),Hp=Object[YN],eS=Xpe.Symbol,LP=eS&&eS[YN],bUt=Xpe.TypeError,eX=Xpe.QObject,bYe=hYe.f,pw=mYe.f,xYe=pYe.f,xUt=gYe.f,wYe=aUt([].push),Gv=Jpe("symbols"),lM=Jpe("op-symbols"),wUt=Jpe("wks"),Are=!eX||!eX[YN]||!eX[YN].findChild,kre=p2&&iUt(function(){return qN(pw({},"a",{get:function(){return pw(this,"a",{value:7}).a}})).a!==7})?function(e,t,n){var r=bYe(Hp,t);r&&delete Hp[t],pw(e,t,n),r&&e!==Hp&&pw(Hp,t,r)}:pw,tX=function(e,t){var n=Gv[e]=qN(LP);return yUt(n,{type:nH,tag:e,description:t}),p2||(n.description=t),n},rH=function(t,n,r){t===Hp&&rH(lM,n,r),Cre(t);var a=Qpe(n);return Cre(r),Yl(Gv,a)?(r.enumerable?(Yl(t,Ed)&&t[Ed][a]&&(t[Ed][a]=!1),r=qN(r,{enumerable:Ire(0,!1)})):(Yl(t,Ed)||pw(t,Ed,Ire(1,{})),t[Ed][a]=!0),kre(t,a,r)):pw(t,a,r)},ehe=function(t,n){Cre(t);var r=eH(n),a=fYe(r).concat(EYe(r));return tH(a,function(i){(!p2||Zpe(Ore,r,i))&&rH(t,i,r[i])}),t},SUt=function(t,n){return n===void 0?qN(t):ehe(qN(t),n)},Ore=function(t){var n=Qpe(t),r=Zpe(xUt,this,n);return this===Hp&&Yl(Gv,n)&&!Yl(lM,n)?!1:r||!Yl(this,n)||!Yl(Gv,n)||Yl(this,Ed)&&this[Ed][n]?r:!0},SYe=function(t,n){var r=eH(t),a=Qpe(n);if(!(r===Hp&&Yl(Gv,a)&&!Yl(lM,a))){var i=bYe(r,a);return i&&Yl(Gv,a)&&!(Yl(r,Ed)&&r[Ed][a])&&(i.enumerable=!0),i}},_Ye=function(t){var n=xYe(eH(t)),r=[];return tH(n,function(a){!Yl(Gv,a)&&!Yl(vYe,a)&&wYe(r,a)}),r},EYe=function(e){var t=e===Hp,n=xYe(t?lM:eH(e)),r=[];return tH(n,function(a){Yl(Gv,a)&&(!t||Yl(Hp,a))&&wYe(r,Gv[a])}),r};h2||(eS=function(){if(oUt(LP,this))throw bUt("Symbol is not a constructor");var t=!arguments.length||arguments[0]===void 0?void 0:sUt(arguments[0]),n=m2e(t),r=function(a){this===Hp&&Zpe(r,lM,a),Yl(this,Ed)&&Yl(this[Ed],n)&&(this[Ed][n]=!1),kre(this,n,Ire(1,a))};return p2&&Are&&kre(Hp,n,{configurable:!0,set:r}),tX(n,t)},LP=eS[YN],JK(LP,"toString",function(){return g2e(this).tag}),JK(eS,"withoutSetter",function(e){return tX(m2e(e),e)}),gYe.f=Ore,mYe.f=rH,cUt.f=ehe,hYe.f=SYe,lUt.f=pYe.f=_Ye,uUt.f=EYe,hUt.f=function(e){return tX(pUt(e),e)},p2&&(dUt(LP,"description",{configurable:!0,get:function(){return g2e(this).description}}),JK(Hp,"propertyIsEnumerable",Ore,{unsafe:!0})));JV({global:!0,constructor:!0,wrap:!0,forced:!h2,sham:!h2},{Symbol:eS});tH(fYe(wUt),function(e){mUt(e)});JV({target:nH,stat:!0,forced:!h2},{useSetter:function(){Are=!0},useSimple:function(){Are=!1}});JV({target:"Object",stat:!0,forced:!h2,sham:!p2},{create:SUt,defineProperty:rH,defineProperties:ehe,getOwnPropertyDescriptor:SYe});JV({target:"Object",stat:!0,forced:!h2},{getOwnPropertyNames:_Ye});gUt();vUt(eS,nH);vYe[Ed]=!0;var _Ut=qI,TYe=_Ut&&!!Symbol.for&&!!Symbol.keyFor,EUt=tt,TUt=ao,CUt=Xa,IUt=Zr,CYe=b_,AUt=TYe,nX=CYe("string-to-symbol-registry"),kUt=CYe("symbol-to-string-registry");EUt({target:"Symbol",stat:!0,forced:!AUt},{for:function(e){var t=IUt(e);if(CUt(nX,t))return nX[t];var n=TUt("Symbol")(t);return nX[t]=n,kUt[n]=t,n}});var OUt=tt,PUt=Xa,RUt=Yb,NUt=y_,DUt=b_,MUt=TYe,v2e=DUt("symbol-to-string-registry");OUt({target:"Symbol",stat:!0,forced:!MUt},{keyFor:function(t){if(!RUt(t))throw TypeError(NUt(t)+" is not a symbol");if(PUt(v2e,t))return v2e[t]}});var $Ut=Z3,IYe=Function.prototype,y2e=IYe.apply,b2e=IYe.call,vh=typeof Reflect=="object"&&Reflect.apply||($Ut?b2e.bind(y2e):function(){return b2e.apply(y2e,arguments)}),LUt=fn,x_=LUt([].slice),jUt=fn,x2e=Xb,FUt=Fa,w2e=Wc,BUt=Zr,S2e=jUt([].push),zUt=function(e){if(FUt(e))return e;if(x2e(e)){for(var t=e.length,n=[],r=0;r=t.length)return e.target=void 0,JL(void 0,!0);switch(n){case"keys":return JL(r,!1);case"values":return JL(t[r],!1)}return JL([r,t[r]],!1)},"values"),B2e=F2e.Arguments=F2e.Array;ahe("keys");ahe("values");ahe("entries");if(DHt&&B2e.name!=="values")try{RHt(B2e,"name",{value:"values"})}catch{}var z2e=zn,VYe=NYe,LHt=DYe,jP=UYe,sX=qc,HYe=Ea,lX=HYe("iterator"),U2e=HYe("toStringTag"),uX=jP.values,GYe=function(e,t){if(e){if(e[lX]!==uX)try{sX(e,lX,uX)}catch{e[lX]=uX}if(e[U2e]||sX(e,U2e,t),VYe[t]){for(var n in jP)if(e[n]!==jP[n])try{sX(e,n,jP[n])}catch{e[n]=jP[n]}}}};for(var cX in VYe)GYe(z2e[cX]&&z2e[cX].prototype,cX);GYe(LHt,"DOMTokenList");var jHt=Ea,FHt=Wi.f,V2e=jHt("metadata"),H2e=Function.prototype;H2e[V2e]===void 0&&FHt(H2e,V2e,{value:null});var BHt=zn,zHt=ms,UHt=Wi.f,VHt=Al.f,dX=BHt.Symbol;zHt("asyncDispose");if(dX){var ej=VHt(dX,"asyncDispose");ej.enumerable&&ej.configurable&&ej.writable&&UHt(dX,"asyncDispose",{value:ej.value,enumerable:!1,configurable:!1,writable:!1})}var HHt=zn,GHt=ms,WHt=Wi.f,qHt=Al.f,fX=HHt.Symbol;GHt("dispose");if(fX){var tj=qHt(fX,"dispose");tj.enumerable&&tj.configurable&&tj.writable&&WHt(fX,"dispose",{value:tj.value,enumerable:!1,configurable:!1,writable:!1})}var YHt=ms;YHt("metadata");var KHt=ao,XHt=fn,ihe=KHt("Symbol"),ZHt=ihe.keyFor,QHt=XHt(ihe.prototype.valueOf),WYe=ihe.isRegisteredSymbol||function(t){try{return ZHt(QHt(t))!==void 0}catch{return!1}},JHt=tt,eGt=WYe;JHt({target:"Symbol",stat:!0},{isRegisteredSymbol:eGt});var tGt=b_,qYe=ao,nGt=fn,rGt=Yb,aGt=Ea,X9=qYe("Symbol"),G2e=X9.isWellKnownSymbol,YYe=qYe("Object","getOwnPropertyNames"),iGt=nGt(X9.prototype.valueOf),W2e=tGt("wks");for(var pX=0,q2e=YYe(X9),oGt=q2e.length;pX=i?e?"":void 0:(o=K2e(r,a),o<55296||o>56319||a+1===i||(s=K2e(r,a+1))<56320||s>57343?e?wGt(r,a):o:e?SGt(r,a,a+2):(o-55296<<10)+(s-56320)+65536)}},iH={codeAt:X2e(!1),charAt:X2e(!0)},_Gt=iH.charAt,EGt=Zr,XYe=kl,TGt=rhe,Z2e=aH,ZYe="String Iterator",CGt=XYe.set,IGt=XYe.getterFor(ZYe);TGt(String,"String",function(e){CGt(this,{type:ZYe,string:EGt(e),index:0})},function(){var t=IGt(this),n=t.string,r=t.index,a;return r>=n.length?Z2e(void 0,!0):(a=_Gt(n,r),t.index+=a.length,Z2e(a,!1))});var AGt=ua,Q2e=ca,kGt=xy,QYe=function(e,t,n){var r,a;Q2e(e);try{if(r=kGt(e,"return"),!r){if(t==="throw")throw n;return n}r=AGt(r,e)}catch(i){a=!0,r=i}if(t==="throw")throw n;if(a)throw r;return Q2e(r),n},OGt=ca,PGt=QYe,RGt=function(e,t,n,r){try{return r?t(OGt(n)[0],n[1]):t(n)}catch(a){PGt(e,"throw",a)}},NGt=Ea,DGt=cM,MGt=NGt("iterator"),$Gt=Array.prototype,she=function(e){return e!==void 0&&(DGt.Array===e||$Gt[MGt]===e)},LGt=s0,J2e=xy,jGt=Yd,FGt=cM,BGt=Ea,zGt=BGt("iterator"),dM=function(e){if(!jGt(e))return J2e(e,zGt)||J2e(e,"@@iterator")||FGt[LGt(e)]},UGt=ua,VGt=Os,HGt=ca,GGt=y_,WGt=dM,qGt=TypeError,oH=function(e,t){var n=arguments.length<2?WGt(e):t;if(VGt(n))return HGt(UGt(n,e));throw qGt(GGt(e)+" is not iterable")},YGt=km,KGt=ua,XGt=mi,ZGt=RGt,QGt=she,JGt=ZI,eWt=Ti,eIe=Sy,tWt=oH,nWt=dM,tIe=Array,JYe=function(t){var n=XGt(t),r=JGt(this),a=arguments.length,i=a>1?arguments[1]:void 0,o=i!==void 0;o&&(i=YGt(i,a>2?arguments[2]:void 0));var s=nWt(n),l=0,u,c,d,f,p,g;if(s&&!(this===tIe&&QGt(s)))for(f=tWt(n,s),p=f.next,c=r?new this:[];!(d=KGt(p,f)).done;l++)g=o?ZGt(f,i,[d.value,l],!0):d.value,eIe(c,l,g);else for(u=eWt(n),c=r?new this(u):tIe(u);u>l;l++)g=o?i(n[l],l):n[l],eIe(c,l,g);return c.length=l,c},rWt=Ea,eKe=rWt("iterator"),tKe=!1;try{var aWt=0,nIe={next:function(){return{done:!!aWt++}},return:function(){tKe=!0}};nIe[eKe]=function(){return this},Array.from(nIe,function(){throw 2})}catch{}var sH=function(e,t){if(!t&&!tKe)return!1;var n=!1;try{var r={};r[eKe]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch{}return n},iWt=tt,oWt=JYe,sWt=sH,lWt=!sWt(function(e){Array.from(e)});iWt({target:"Array",stat:!0,forced:lWt},{from:oWt});var uWt=QV;uWt.Array.from;typeof Promise>"u"&&(q8t().enable(),self.Promise=Y8t());Object.assign=xfe;var cWt=Wi.f,nKe=function(e,t,n){n in e||cWt(e,n,{configurable:!0,get:function(){return t[n]},set:function(r){t[n]=r}})},dWt=Fa,fWt=Ba,rIe=l0,QI=function(e,t,n){var r,a;return rIe&&dWt(r=t.constructor)&&r!==n&&fWt(a=r.prototype)&&a!==n.prototype&&rIe(e,a),e},pWt=Zr,fM=function(e,t){return e===void 0?arguments.length<2?"":t:pWt(e)},hWt=Ba,mWt=qc,rKe=function(e,t){hWt(t)&&"cause"in t&&mWt(e,"cause",t.cause)},gWt=fn,aKe=Error,vWt=gWt("".replace),yWt=function(e){return String(aKe(e).stack)}("zxcasd"),iKe=/\n\s*at [^:]*:[^\n]*/,bWt=iKe.test(yWt),lhe=function(e,t){if(bWt&&typeof e=="string"&&!aKe.prepareStackTrace)for(;t--;)e=vWt(e,iKe,"");return e},xWt=nn,wWt=hh,oKe=!xWt(function(){var e=Error("a");return"stack"in e?(Object.defineProperty(e,"stack",wWt(1,7)),e.stack!==7):!0}),SWt=qc,_Wt=lhe,EWt=oKe,aIe=Error.captureStackTrace,sKe=function(e,t,n,r){EWt&&(aIe?aIe(e,t):SWt(e,"stack",_Wt(n,r)))},iIe=ao,TWt=Xa,oIe=qc,CWt=mh,sIe=l0,lIe=KV,uIe=nKe,IWt=QI,AWt=fM,kWt=rKe,OWt=sKe,PWt=Pr,lKe=function(e,t,n,r){var a="stackTraceLimit",i=r?2:1,o=e.split("."),s=o[o.length-1],l=iIe.apply(null,o);if(l){var u=l.prototype;if(TWt(u,"cause")&&delete u.cause,!n)return l;var c=iIe("Error"),d=t(function(f,p){var g=AWt(r?p:f,void 0),v=r?new l(f):new l;return g!==void 0&&oIe(v,"message",g),OWt(v,d,v.stack,2),this&&CWt(u,this)&&IWt(v,this,d),arguments.length>i&&kWt(v,arguments[i]),v});d.prototype=u,s!=="Error"?sIe?sIe(d,c):lIe(d,c,{name:!0}):PWt&&a in l&&(uIe(d,l,a),uIe(d,l,"prepareStackTrace")),lIe(d,l);try{u.name!==s&&oIe(u,"name",s),u.constructor=d}catch{}return d}},uKe=tt,RWt=zn,u0=vh,cKe=lKe,Mre="WebAssembly",cIe=RWt[Mre],Z9=Error("e",{cause:7}).cause!==7,w_=function(e,t){var n={};n[e]=cKe(e,t,Z9),uKe({global:!0,constructor:!0,arity:1,forced:Z9},n)},uhe=function(e,t){if(cIe&&cIe[e]){var n={};n[e]=cKe(Mre+"."+e,t,Z9),uKe({target:Mre,stat:!0,constructor:!0,arity:1,forced:Z9},n)}};w_("Error",function(e){return function(n){return u0(e,this,arguments)}});w_("EvalError",function(e){return function(n){return u0(e,this,arguments)}});w_("RangeError",function(e){return function(n){return u0(e,this,arguments)}});w_("ReferenceError",function(e){return function(n){return u0(e,this,arguments)}});w_("SyntaxError",function(e){return function(n){return u0(e,this,arguments)}});w_("TypeError",function(e){return function(n){return u0(e,this,arguments)}});w_("URIError",function(e){return function(n){return u0(e,this,arguments)}});uhe("CompileError",function(e){return function(n){return u0(e,this,arguments)}});uhe("LinkError",function(e){return function(n){return u0(e,this,arguments)}});uhe("RuntimeError",function(e){return function(n){return u0(e,this,arguments)}});var NWt=Pr,DWt=nn,MWt=ca,$Wt=gh,dIe=fM,R8=Error.prototype.toString,LWt=DWt(function(){if(NWt){var e=$Wt(Object.defineProperty({},"name",{get:function(){return this===e}}));if(R8.call(e)!=="true")return!0}return R8.call({message:1,name:2})!=="2: 1"||R8.call({})!=="Error"}),dKe=LWt?function(){var t=MWt(this),n=dIe(t.name,"Error"),r=dIe(t.message);return n?r?n+": "+r:n:r}:R8,jWt=Vo,fIe=dKe,pIe=Error.prototype;pIe.toString!==fIe&&jWt(pIe,"toString",fIe);var FWt=km,BWt=ua,zWt=ca,UWt=y_,VWt=she,HWt=Ti,hIe=mh,GWt=oH,WWt=dM,mIe=QYe,qWt=TypeError,N8=function(e,t){this.stopped=e,this.result=t},gIe=N8.prototype,c0=function(e,t,n){var r=n&&n.that,a=!!(n&&n.AS_ENTRIES),i=!!(n&&n.IS_RECORD),o=!!(n&&n.IS_ITERATOR),s=!!(n&&n.INTERRUPTED),l=FWt(t,r),u,c,d,f,p,g,v,m=function(b){return u&&mIe(u,"normal",b),new N8(!0,b)},y=function(b){return a?(zWt(b),s?l(b[0],b[1],m):l(b[0],b[1])):s?l(b,m):l(b)};if(i)u=e.iterator;else if(o)u=e;else{if(c=WWt(e),!c)throw qWt(UWt(e)+" is not iterable");if(VWt(c)){for(d=0,f=HWt(e);f>d;d++)if(p=y(e[d]),p&&hIe(gIe,p))return p;return new N8(!1)}u=GWt(e,c)}for(g=i?e.next:u.next;!(v=BWt(g,u)).done;){try{p=y(v.value)}catch(b){mIe(u,"throw",b)}if(typeof p=="object"&&p&&hIe(gIe,p))return p}return new N8(!1)},YWt=tt,KWt=mh,XWt=rp,Q9=l0,ZWt=KV,fKe=gh,hX=qc,mX=hh,QWt=rKe,JWt=sKe,eqt=c0,tqt=fM,nqt=Ea,rqt=nqt("toStringTag"),J9=Error,aqt=[].push,m2=function(t,n){var r=KWt(gX,this),a;Q9?a=Q9(J9(),r?XWt(this):gX):(a=r?this:fKe(gX),hX(a,rqt,"Error")),n!==void 0&&hX(a,"message",tqt(n)),JWt(a,m2,a.stack,1),arguments.length>2&&QWt(a,arguments[2]);var i=[];return eqt(t,aqt,{that:i}),hX(a,"errors",i),a};Q9?Q9(m2,J9):ZWt(m2,J9,{name:!0});var gX=m2.prototype=fKe(J9.prototype,{constructor:mX(1,m2),message:mX(1,""),name:mX(1,"AggregateError")});YWt({global:!0,constructor:!0,arity:2},{AggregateError:m2});var iqt=tt,oqt=ao,sqt=vh,vIe=nn,lqt=lKe,che="AggregateError",yIe=oqt(che),bIe=!vIe(function(){return yIe([1]).errors[0]!==1})&&vIe(function(){return yIe([1],che,{cause:7}).cause!==7});iqt({global:!0,constructor:!0,arity:2,forced:bIe},{AggregateError:lqt(che,function(e){return function(n,r){return sqt(e,this,arguments)}},bIe,!0)});var uqt=tt,cqt=mi,dqt=Ti,fqt=Ps,pqt=Kd;uqt({target:"Array",proto:!0},{at:function(t){var n=cqt(this),r=dqt(n),a=fqt(t),i=a>=0?a:r+a;return i<0||i>=r?void 0:n[i]}});pqt("at");var xIe=y_,hqt=TypeError,lH=function(e,t){if(!delete e[t])throw hqt("Cannot delete property "+xIe(t)+" of "+xIe(e))},mqt=mi,vX=o0,gqt=Ti,vqt=lH,yqt=Math.min,pKe=[].copyWithin||function(t,n){var r=mqt(this),a=gqt(r),i=vX(t,a),o=vX(n,a),s=arguments.length>2?arguments[2]:void 0,l=yqt((s===void 0?a:vX(s,a))-o,a-i),u=1;for(o0;)o in r?r[i]=r[o]:vqt(r,i),i+=u,o+=u;return r},bqt=tt,xqt=pKe,wqt=Kd;bqt({target:"Array",proto:!0},{copyWithin:xqt});wqt("copyWithin");var Sqt=nn,_y=function(e,t){var n=[][e];return!!n&&Sqt(function(){n.call(null,t||function(){return 1},1)})},_qt=tt,Eqt=Fu.every,Tqt=_y,Cqt=Tqt("every");_qt({target:"Array",proto:!0,forced:!Cqt},{every:function(t){return Eqt(this,t,arguments.length>1?arguments[1]:void 0)}});var Iqt=mi,wIe=o0,Aqt=Ti,dhe=function(t){for(var n=Iqt(this),r=Aqt(n),a=arguments.length,i=wIe(a>1?arguments[1]:void 0,r),o=a>2?arguments[2]:void 0,s=o===void 0?r:wIe(o,r);s>i;)n[i++]=t;return n},kqt=tt,Oqt=dhe,Pqt=Kd;kqt({target:"Array",proto:!0},{fill:Oqt});Pqt("fill");var Rqt=tt,Nqt=Fu.filter,Dqt=iM,Mqt=Dqt("filter");Rqt({target:"Array",proto:!0,forced:!Mqt},{filter:function(t){return Nqt(this,t,arguments.length>1?arguments[1]:void 0)}});var $qt=tt,Lqt=Fu.find,jqt=Kd,$re="find",hKe=!0;$re in[]&&Array(1)[$re](function(){hKe=!1});$qt({target:"Array",proto:!0,forced:hKe},{find:function(t){return Lqt(this,t,arguments.length>1?arguments[1]:void 0)}});jqt($re);var Fqt=tt,Bqt=Fu.findIndex,zqt=Kd,Lre="findIndex",mKe=!0;Lre in[]&&Array(1)[Lre](function(){mKe=!1});Fqt({target:"Array",proto:!0,forced:mKe},{findIndex:function(t){return Bqt(this,t,arguments.length>1?arguments[1]:void 0)}});zqt(Lre);var Uqt=km,Vqt=WI,Hqt=mi,Gqt=Ti,SIe=function(e){var t=e===1;return function(n,r,a){for(var i=Hqt(n),o=Vqt(i),s=Uqt(r,a),l=Gqt(o),u,c;l-- >0;)if(u=o[l],c=s(u,l,i),c)switch(e){case 0:return u;case 1:return l}return t?-1:void 0}},uH={findLast:SIe(0),findLastIndex:SIe(1)},Wqt=tt,qqt=uH.findLast,Yqt=Kd;Wqt({target:"Array",proto:!0},{findLast:function(t){return qqt(this,t,arguments.length>1?arguments[1]:void 0)}});Yqt("findLast");var Kqt=tt,Xqt=uH.findLastIndex,Zqt=Kd;Kqt({target:"Array",proto:!0},{findLastIndex:function(t){return Xqt(this,t,arguments.length>1?arguments[1]:void 0)}});Zqt("findLastIndex");var Qqt=Xb,Jqt=Ti,eYt=XI,tYt=km,gKe=function(e,t,n,r,a,i,o,s){for(var l=a,u=0,c=o?tYt(o,s):!1,d,f;u0&&Qqt(d)?(f=Jqt(d),l=gKe(e,t,d,f,l,i-1)-1):(eYt(l+1),e[l]=d),l++),u++;return l},vKe=gKe,nYt=tt,rYt=vKe,aYt=mi,iYt=Ti,oYt=Ps,sYt=aM;nYt({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,n=aYt(this),r=iYt(n),a=sYt(n,0);return a.length=rYt(a,n,n,r,0,t===void 0?1:oYt(t)),a}});var lYt=tt,uYt=vKe,cYt=Os,dYt=mi,fYt=Ti,pYt=aM;lYt({target:"Array",proto:!0},{flatMap:function(t){var n=dYt(this),r=fYt(n),a;return cYt(t),a=pYt(n,0),a.length=uYt(a,n,n,r,0,1,t,arguments.length>1?arguments[1]:void 0),a}});var hYt=Fu.forEach,mYt=_y,gYt=mYt("forEach"),yKe=gYt?[].forEach:function(t){return hYt(this,t,arguments.length>1?arguments[1]:void 0)},vYt=tt,_Ie=yKe;vYt({target:"Array",proto:!0,forced:[].forEach!==_Ie},{forEach:_Ie});var yYt=tt,bYt=eM.includes,xYt=nn,wYt=Kd,SYt=xYt(function(){return!Array(1).includes()});yYt({target:"Array",proto:!0,forced:SYt},{includes:function(t){return bYt(this,t,arguments.length>1?arguments[1]:void 0)}});wYt("includes");var _Yt=tt,EYt=Zb,TYt=eM.indexOf,CYt=_y,jre=EYt([].indexOf),bKe=!!jre&&1/jre([1],1,-0)<0,IYt=bKe||!CYt("indexOf");_Yt({target:"Array",proto:!0,forced:IYt},{indexOf:function(t){var n=arguments.length>1?arguments[1]:void 0;return bKe?jre(this,t,n)||0:TYt(this,t,n)}});var AYt=tt,kYt=Xb;AYt({target:"Array",stat:!0},{isArray:kYt});var OYt=tt,PYt=fn,RYt=WI,NYt=ou,DYt=_y,MYt=PYt([].join),$Yt=RYt!==Object,LYt=$Yt||!DYt("join",",");OYt({target:"Array",proto:!0,forced:LYt},{join:function(t){return MYt(NYt(this),t===void 0?",":t)}});var jYt=vh,FYt=ou,BYt=Ps,zYt=Ti,UYt=_y,VYt=Math.min,Fre=[].lastIndexOf,xKe=!!Fre&&1/[1].lastIndexOf(1,-0)<0,HYt=UYt("lastIndexOf"),GYt=xKe||!HYt,wKe=GYt?function(t){if(xKe)return jYt(Fre,this,arguments)||0;var n=FYt(this),r=zYt(n),a=r-1;for(arguments.length>1&&(a=VYt(a,BYt(arguments[1]))),a<0&&(a=r+a);a>=0;a--)if(a in n&&n[a]===t)return a||0;return-1}:Fre,WYt=tt,EIe=wKe;WYt({target:"Array",proto:!0,forced:EIe!==[].lastIndexOf},{lastIndexOf:EIe});var qYt=tt,YYt=Fu.map,KYt=iM,XYt=KYt("map");qYt({target:"Array",proto:!0,forced:!XYt},{map:function(t){return YYt(this,t,arguments.length>1?arguments[1]:void 0)}});var ZYt=tt,QYt=nn,JYt=ZI,eKt=Sy,SKe=Array,tKt=QYt(function(){function e(){}return!(SKe.of.call(e)instanceof e)});ZYt({target:"Array",stat:!0,forced:tKt},{of:function(){for(var t=0,n=arguments.length,r=new(JYt(this)?this:SKe)(n);n>t;)eKt(r,t,arguments[t++]);return r.length=n,r}});var nKt=Pr,rKt=Xb,aKt=TypeError,iKt=Object.getOwnPropertyDescriptor,oKt=nKt&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}(),fhe=oKt?function(e,t){if(rKt(e)&&!iKt(e,"length").writable)throw aKt("Cannot set read only .length");return e.length=t}:function(e,t){return e.length=t},sKt=tt,lKt=mi,uKt=Ti,cKt=fhe,dKt=XI,fKt=nn,pKt=fKt(function(){return[].push.call({length:4294967296},1)!==4294967297}),hKt=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(e){return e instanceof TypeError}},mKt=pKt||!hKt();sKt({target:"Array",proto:!0,arity:1,forced:mKt},{push:function(t){var n=lKt(this),r=uKt(n),a=arguments.length;dKt(r+a);for(var i=0;i=0:s>l;l+=u)l in o&&(a=n(a,o[l],l,i));return a}},cH={left:TIe(!1),right:TIe(!0)},wKt=zn,SKt=Wc,Ey=SKt(wKt.process)==="process",_Kt=tt,EKt=cH.left,TKt=_y,CIe=by,CKt=Ey,IKt=!CKt&&CIe>79&&CIe<83,AKt=IKt||!TKt("reduce");_Kt({target:"Array",proto:!0,forced:AKt},{reduce:function(t){var n=arguments.length;return EKt(this,t,n,n>1?arguments[1]:void 0)}});var kKt=tt,OKt=cH.right,PKt=_y,IIe=by,RKt=Ey,NKt=!RKt&&IIe>79&&IIe<83,DKt=NKt||!PKt("reduceRight");kKt({target:"Array",proto:!0,forced:DKt},{reduceRight:function(t){return OKt(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}});var MKt=tt,$Kt=fn,LKt=Xb,jKt=$Kt([].reverse),AIe=[1,2];MKt({target:"Array",proto:!0,forced:String(AIe)===String(AIe.reverse())},{reverse:function(){return LKt(this)&&(this.length=this.length),jKt(this)}});var FKt=tt,kIe=Xb,BKt=ZI,zKt=Ba,OIe=o0,UKt=Ti,VKt=ou,HKt=Sy,GKt=Ea,WKt=iM,qKt=x_,YKt=WKt("slice"),KKt=GKt("species"),yX=Array,XKt=Math.max;FKt({target:"Array",proto:!0,forced:!YKt},{slice:function(t,n){var r=VKt(this),a=UKt(r),i=OIe(t,a),o=OIe(n===void 0?a:n,a),s,l,u;if(kIe(r)&&(s=r.constructor,BKt(s)&&(s===yX||kIe(s.prototype))?s=void 0:zKt(s)&&(s=s[KKt],s===null&&(s=void 0)),s===yX||s===void 0))return qKt(r,i,o);for(l=new(s===void 0?yX:s)(XKt(o-i,0)),u=0;i1?arguments[1]:void 0)}});var PIe=sM,tXt=Math.floor,Bre=function(e,t){var n=e.length,r=tXt(n/2);return n<8?nXt(e,t):rXt(e,Bre(PIe(e,0,r),t),Bre(PIe(e,r),t),t)},nXt=function(e,t){for(var n=e.length,r=1,a,i;r0;)e[i]=e[--i];i!==r++&&(e[i]=a)}return e},rXt=function(e,t,n,r){for(var a=t.length,i=n.length,o=0,s=0;o3)){if(pXt)return!0;if(jIe)return jIe<603;var e="",t,n,r,a;for(t=65;t<76;t++){switch(n=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(a=0;a<47;a++)P1.push({k:n+a,v:r})}for(P1.sort(function(i,o){return o.v-i.v}),a=0;aMIe(n)?1:-1}};sXt({target:"Array",proto:!0,forced:yXt},{sort:function(t){t!==void 0&&lXt(t);var n=uXt(this);if(CKe)return t===void 0?FIe(n):FIe(n,t);var r=[],a=DIe(n),i,o;for(o=0;oa-l+s;c--)bX(r,c-1)}else if(s>l)for(c=a-l;c>i;c--)d=c+l-1,f=c+s-1,d in r?r[f]=r[d]:bX(r,f);for(c=0;cn;)a[n]=t[n++];return a},GXt=zn,WXt=function(e){return GXt[e].prototype},qXt=tt,YXt=fn,KXt=Os,XXt=ou,ZXt=ghe,QXt=WXt,JXt=Kd,eZt=Array,tZt=YXt(QXt("Array").sort);qXt({target:"Array",proto:!0},{toSorted:function(t){t!==void 0&&KXt(t);var n=XXt(this),r=ZXt(eZt,n);return tZt(r,t)}});JXt("toSorted");var nZt=tt,rZt=Kd,aZt=XI,iZt=Ti,oZt=o0,sZt=ou,lZt=Ps,uZt=Array,cZt=Math.max,dZt=Math.min;nZt({target:"Array",proto:!0},{toSpliced:function(t,n){var r=sZt(this),a=iZt(r),i=oZt(t,a),o=arguments.length,s=0,l,u,c,d;for(o===0?l=u=0:o===1?(l=0,u=a-i):(l=o-2,u=dZt(cZt(lZt(n),0),a-i)),c=aZt(a+l-u),d=uZt(c);s=a||o<0)throw TZt("Incorrect index");for(var s=new t(a),l=0;l.5||n===.5&&t%2!==0?t+$Zt(e):t},UZt=function(e,t,n){var r=jZt(n),a=n*8-t-1,i=(1<>1,s=t===23?ev(2,-24)-ev(2,-77):0,l=e<0||e===0&&1/e<0?1:0,u=0,c,d,f;for(e=OKe(e),e!==e||e===1/0?(d=e!==e?1:0,c=i):(c=FZt(BZt(e)/zZt),f=ev(2,-c),e*f<1&&(c--,f*=2),c+o>=1?e+=s/f:e+=s*ev(2,1-o),e*f>=2&&(c++,f/=2),c+o>=i?(d=0,c=i):c+o>=1?(d=zIe((e*f-1)*ev(2,t)),c=c+o):(d=zIe(e*ev(2,o-1)*ev(2,t)),c=0));t>=8;)r[u++]=d&255,d/=256,t-=8;for(c=c<0;)r[u++]=c&255,c/=256,a-=8;return r[--u]|=l*128,r},VZt=function(e,t){var n=e.length,r=n*8-t-1,a=(1<>1,o=r-7,s=n-1,l=e[s--],u=l&127,c;for(l>>=7;o>0;)u=u*256+e[s--],o-=8;for(c=u&(1<<-o)-1,u>>=-o,o+=t;o>0;)c=c*256+e[s--],o-=8;if(u===0)u=1-i;else{if(u===a)return c?NaN:l?-1/0:1/0;c=c+ev(2,t),u=u-i}return(l?-1:1)*c*ev(2,u-t)},HZt={pack:UZt,unpack:VZt},fH=zn,yhe=fn,xX=Pr,GZt=vhe,PKe=KI,UIe=qc,WZt=ju,VIe=pM,wX=nn,nj=d0,qZt=Ps,YZt=tp,eB=kKe,RKe=HZt,KZt=rp,HIe=l0,XZt=wy.f,ZZt=dhe,QZt=sM,NKe=np,bhe=kl,JZt=PKe.PROPER,GIe=PKe.CONFIGURABLE,vC="ArrayBuffer",pH="DataView",yC="prototype",eQt="Wrong length",DKe="Wrong index",WIe=bhe.getterFor(vC),IR=bhe.getterFor(pH),qIe=bhe.set,kp=fH[vC],hf=kp,vE=hf&&hf[yC],dg=fH[pH],Px=dg&&dg[yC],YIe=Object.prototype,tQt=fH.Array,tB=fH.RangeError,nQt=yhe(ZZt),rQt=yhe([].reverse),MKe=RKe.pack,KIe=RKe.unpack,XIe=function(e){return[e&255]},ZIe=function(e){return[e&255,e>>8&255]},QIe=function(e){return[e&255,e>>8&255,e>>16&255,e>>24&255]},JIe=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},aQt=function(e){return MKe(e,23,4)},iQt=function(e){return MKe(e,52,8)},rj=function(e,t,n){WZt(e[yC],t,{configurable:!0,get:function(){return n(this)[t]}})},Xy=function(e,t,n,r){var a=IR(e),i=eB(n),o=!!r;if(i+t>a.byteLength)throw tB(DKe);var s=a.bytes,l=i+a.byteOffset,u=QZt(s,l,l+t);return o?u:rQt(u)},Zy=function(e,t,n,r,a,i){var o=IR(e),s=eB(n),l=r(+a),u=!!i;if(s+t>o.byteLength)throw tB(DKe);for(var c=o.bytes,d=s+o.byteOffset,f=0;fi)throw tB("Wrong offset");if(r=r===void 0?i-o:YZt(r),o+r>i)throw tB(eQt);qIe(this,{type:pH,buffer:t,byteLength:r,byteOffset:o,bytes:a.bytes}),xX||(this.buffer=t,this.byteLength=r,this.byteOffset=o)},Px=dg[yC],xX&&(rj(hf,"byteLength",WIe),rj(dg,"buffer",IR),rj(dg,"byteLength",IR),rj(dg,"byteOffset",IR)),VIe(Px,{getInt8:function(t){return Xy(this,1,t)[0]<<24>>24},getUint8:function(t){return Xy(this,1,t)[0]},getInt16:function(t){var n=Xy(this,2,t,arguments.length>1?arguments[1]:!1);return(n[1]<<8|n[0])<<16>>16},getUint16:function(t){var n=Xy(this,2,t,arguments.length>1?arguments[1]:!1);return n[1]<<8|n[0]},getInt32:function(t){return JIe(Xy(this,4,t,arguments.length>1?arguments[1]:!1))},getUint32:function(t){return JIe(Xy(this,4,t,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(t){return KIe(Xy(this,4,t,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(t){return KIe(Xy(this,8,t,arguments.length>1?arguments[1]:!1),52)},setInt8:function(t,n){Zy(this,1,t,XIe,n)},setUint8:function(t,n){Zy(this,1,t,XIe,n)},setInt16:function(t,n){Zy(this,2,t,ZIe,n,arguments.length>2?arguments[2]:!1)},setUint16:function(t,n){Zy(this,2,t,ZIe,n,arguments.length>2?arguments[2]:!1)},setInt32:function(t,n){Zy(this,4,t,QIe,n,arguments.length>2?arguments[2]:!1)},setUint32:function(t,n){Zy(this,4,t,QIe,n,arguments.length>2?arguments[2]:!1)},setFloat32:function(t,n){Zy(this,4,t,aQt,n,arguments.length>2?arguments[2]:!1)},setFloat64:function(t,n){Zy(this,8,t,iQt,n,arguments.length>2?arguments[2]:!1)}});else{var eAe=JZt&&kp.name!==vC;if(!wX(function(){kp(1)})||!wX(function(){new kp(-1)})||wX(function(){return new kp,new kp(1.5),new kp(NaN),kp.length!==1||eAe&&!GIe})){hf=function(t){return nj(this,vE),new kp(eB(t))},hf[yC]=vE;for(var tAe=XZt(kp),nAe=0,SX;tAe.length>nAe;)(SX=tAe[nAe++])in hf||UIe(hf,SX,kp[SX]);vE.constructor=hf}else eAe&&GIe&&UIe(kp,"name",vC);HIe&&KZt(Px)!==YIe&&HIe(Px,YIe);var aj=new dg(new hf(2)),rAe=yhe(Px.setInt8);aj.setInt8(0,2147483648),aj.setInt8(1,2147483649),(aj.getInt8(0)||!aj.getInt8(1))&&VIe(Px,{setInt8:function(t,n){rAe(this,t,n<<24>>24)},setUint8:function(t,n){rAe(this,t,n<<24>>24)}},{unsafe:!0})}NKe(hf,vC);NKe(dg,pH);var hH={ArrayBuffer:hf,DataView:dg},oQt=tt,sQt=zn,lQt=hH,uQt=JI,xhe="ArrayBuffer",aAe=lQt[xhe],cQt=sQt[xhe];oQt({global:!0,constructor:!0,forced:cQt!==aAe},{ArrayBuffer:aAe});uQt(xhe);var dQt=vhe,whe=Pr,zc=zn,$Ke=Fa,mH=Ba,Cb=Xa,She=s0,fQt=y_,pQt=qc,zre=Vo,hQt=ju,mQt=mh,gH=rp,eA=l0,gQt=Ea,vQt=YI,LKe=kl,jKe=LKe.enforce,yQt=LKe.get,nB=zc.Int8Array,Ure=nB&&nB.prototype,iAe=zc.Uint8ClampedArray,oAe=iAe&&iAe.prototype,_g=nB&&gH(nB),om=Ure&&gH(Ure),bQt=Object.prototype,_he=zc.TypeError,sAe=gQt("toStringTag"),Vre=vQt("TYPED_ARRAY_TAG"),rB="TypedArrayConstructor",Wv=dQt&&!!eA&&She(zc.opera)!=="Opera",FKe=!1,Pd,R1,bC,qv={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},Ehe={BigInt64Array:8,BigUint64Array:8},xQt=function(t){if(!mH(t))return!1;var n=She(t);return n==="DataView"||Cb(qv,n)||Cb(Ehe,n)},BKe=function(e){var t=gH(e);if(mH(t)){var n=yQt(t);return n&&Cb(n,rB)?n[rB]:BKe(t)}},zKe=function(e){if(!mH(e))return!1;var t=She(e);return Cb(qv,t)||Cb(Ehe,t)},wQt=function(e){if(zKe(e))return e;throw _he("Target is not a typed array")},SQt=function(e){if($Ke(e)&&(!eA||mQt(_g,e)))return e;throw _he(fQt(e)+" is not a typed array constructor")},_Qt=function(e,t,n,r){if(whe){if(n)for(var a in qv){var i=zc[a];if(i&&Cb(i.prototype,e))try{delete i.prototype[e]}catch{try{i.prototype[e]=t}catch{}}}(!om[e]||n)&&zre(om,e,n?t:Wv&&Ure[e]||t,r)}},EQt=function(e,t,n){var r,a;if(whe){if(eA){if(n){for(r in qv)if(a=zc[r],a&&Cb(a,e))try{delete a[e]}catch{}}if(!_g[e]||n)try{return zre(_g,e,n?t:Wv&&_g[e]||t)}catch{}else return}for(r in qv)a=zc[r],a&&(!a[e]||n)&&zre(a,e,t)}};for(Pd in qv)R1=zc[Pd],bC=R1&&R1.prototype,bC?jKe(bC)[rB]=R1:Wv=!1;for(Pd in Ehe)R1=zc[Pd],bC=R1&&R1.prototype,bC&&(jKe(bC)[rB]=R1);if((!Wv||!$Ke(_g)||_g===Function.prototype)&&(_g=function(){throw _he("Incorrect invocation")},Wv))for(Pd in qv)zc[Pd]&&eA(zc[Pd],_g);if((!Wv||!om||om===bQt)&&(om=_g.prototype,Wv))for(Pd in qv)zc[Pd]&&eA(zc[Pd].prototype,om);Wv&&gH(oAe)!==om&&eA(oAe,om);if(whe&&!Cb(om,sAe)){FKe=!0,hQt(om,sAe,{configurable:!0,get:function(){return mH(this)?this[Vre]:void 0}});for(Pd in qv)zc[Pd]&&pQt(zc[Pd],Vre,Pd)}var Aa={NATIVE_ARRAY_BUFFER_VIEWS:Wv,TYPED_ARRAY_TAG:FKe&&Vre,aTypedArray:wQt,aTypedArrayConstructor:SQt,exportTypedArrayMethod:_Qt,exportTypedArrayStaticMethod:EQt,getTypedArrayConstructor:BKe,isView:xQt,isTypedArray:zKe,TypedArray:_g,TypedArrayPrototype:om},TQt=tt,UKe=Aa,CQt=UKe.NATIVE_ARRAY_BUFFER_VIEWS;TQt({target:"ArrayBuffer",stat:!0,forced:!CQt},{isView:UKe.isView});var IQt=ZI,AQt=y_,kQt=TypeError,The=function(e){if(IQt(e))return e;throw kQt(AQt(e)+" is not a constructor")},lAe=ca,OQt=The,PQt=Yd,RQt=Ea,NQt=RQt("species"),tA=function(e,t){var n=lAe(e).constructor,r;return n===void 0||PQt(r=lAe(n)[NQt])?t:OQt(r)},DQt=tt,Che=Zb,MQt=nn,VKe=hH,uAe=ca,cAe=o0,$Qt=tp,LQt=tA,Ihe=VKe.ArrayBuffer,Hre=VKe.DataView,HKe=Hre.prototype,dAe=Che(Ihe.prototype.slice),jQt=Che(HKe.getUint8),FQt=Che(HKe.setUint8),BQt=MQt(function(){return!new Ihe(2).slice(1,void 0).byteLength});DQt({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:BQt},{slice:function(t,n){if(dAe&&n===void 0)return dAe(uAe(this),t);for(var r=uAe(this).byteLength,a=cAe(t,r),i=cAe(n===void 0?r:n,r),o=new(LQt(this,Ihe))($Qt(i-a)),s=new Hre(this),l=new Hre(o),u=0;a=0&&n<=99?n+1900:n;return tJt(this,r)}});var nJt=tt;nJt({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString});var rJt=Ps,aJt=Zr,iJt=ks,oJt=RangeError,vH=function(t){var n=aJt(iJt(this)),r="",a=rJt(t);if(a<0||a===1/0)throw oJt("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(n+=n))a&1&&(r+=n);return r},YKe=fn,sJt=tp,fAe=Zr,lJt=vH,uJt=ks,cJt=YKe(lJt),dJt=YKe("".slice),fJt=Math.ceil,pAe=function(e){return function(t,n,r){var a=fAe(uJt(t)),i=sJt(n),o=a.length,s=r===void 0?" ":fAe(r),l,u;return i<=o||s===""?a:(l=i-o,u=cJt(s,fJt(l/s.length)),u.length>l&&(u=dJt(u,0,l)),e?a+u:u+a)}},Ahe={start:pAe(!1),end:pAe(!0)},Qb=fn,hAe=nn,Rx=Ahe.start,pJt=RangeError,hJt=isFinite,mJt=Math.abs,Ty=Date.prototype,_X=Ty.toISOString,gJt=Qb(Ty.getTime),vJt=Qb(Ty.getUTCDate),yJt=Qb(Ty.getUTCFullYear),bJt=Qb(Ty.getUTCHours),xJt=Qb(Ty.getUTCMilliseconds),wJt=Qb(Ty.getUTCMinutes),SJt=Qb(Ty.getUTCMonth),_Jt=Qb(Ty.getUTCSeconds),EJt=hAe(function(){return _X.call(new Date(-5e13-1))!=="0385-07-25T07:06:39.999Z"})||!hAe(function(){_X.call(new Date(NaN))})?function(){if(!hJt(gJt(this)))throw pJt("Invalid time value");var t=this,n=yJt(t),r=xJt(t),a=n<0?"-":n>9999?"+":"";return a+Rx(mJt(n),a?6:4,0)+"-"+Rx(SJt(t)+1,2,0)+"-"+Rx(vJt(t),2,0)+"T"+Rx(bJt(t),2,0)+":"+Rx(wJt(t),2,0)+":"+Rx(_Jt(t),2,0)+"."+Rx(r,3,0)+"Z"}:_X,TJt=tt,mAe=EJt;TJt({target:"Date",proto:!0,forced:Date.prototype.toISOString!==mAe},{toISOString:mAe});var CJt=tt,IJt=nn,AJt=mi,kJt=WV,OJt=IJt(function(){return new Date(NaN).toJSON()!==null||Date.prototype.toJSON.call({toISOString:function(){return 1}})!==1});CJt({target:"Date",proto:!0,arity:1,forced:OJt},{toJSON:function(t){var n=AJt(this),r=kJt(n,"number");return typeof r=="number"&&!isFinite(r)?null:n.toISOString()}});var PJt=ca,RJt=Hqe,NJt=TypeError,DJt=function(e){if(PJt(this),e==="string"||e==="default")e="string";else if(e!=="number")throw NJt("Incorrect hint");return RJt(this,e)},MJt=Xa,$Jt=Vo,LJt=DJt,jJt=Ea,gAe=jJt("toPrimitive"),vAe=Date.prototype;MJt(vAe,gAe)||$Jt(vAe,gAe,LJt);var KKe=fn,FJt=Vo,khe=Date.prototype,yAe="Invalid Date",XKe="toString",BJt=KKe(khe[XKe]),zJt=KKe(khe.getTime);String(new Date(NaN))!==yAe&&FJt(khe,XKe,function(){var t=zJt(this);return t===t?BJt(this):yAe});var UJt=tt,hM=fn,VJt=Zr,HJt=hM("".charAt),GJt=hM("".charCodeAt),WJt=hM(/./.exec),qJt=hM(1 .toString),YJt=hM("".toUpperCase),KJt=/[\w*+\-./@]/,bAe=function(e,t){for(var n=qJt(e,16);n.length1?arguments[1]:void 0),p;p=p?p.next:d.first;)for(f(p.value,p.key,this);p&&p.removed;)p=p.previous},has:function(c){return!!l(this,c)}}),IAe(i,n?{get:function(c){var d=l(this,c);return d&&d.value},set:function(c,d){return s(this,c===0?0:c,d)}}:{add:function(c){return s(this,c=c===0?0:c,c)}}),Dk&&Ken(i,"size",{configurable:!0,get:function(){return o(this).size}}),a},setStrong:function(e,t,n){var r=t+" Iterator",a=kX(t),i=kX(r);etn(e,t,function(o,s){kAe(this,{type:r,target:o,state:a(o),kind:s,last:void 0})},function(){for(var o=i(this),s=o.kind,l=o.last;l&&l.removed;)l=l.previous;return!o.target||!(o.last=l=l?l.next:o.state.first)?(o.target=void 0,ij(void 0,!0)):ij(s==="keys"?l.key:s==="values"?l.value:[l.key,l.value],!1)},n?"entries":"values",!n,!0),ttn(t)}},ntn=yH,rtn=oXe;ntn("Map",function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},rtn);var atn=Math.log,sXe=Math.log1p||function(t){var n=+t;return n>-1e-8&&n<1e-8?n-n*n/2:atn(1+n)},itn=tt,otn=sXe,OX=Math.acosh,stn=Math.log,OAe=Math.sqrt,ltn=Math.LN2,utn=!OX||Math.floor(OX(Number.MAX_VALUE))!==710||OX(1/0)!==1/0;itn({target:"Math",stat:!0,forced:utn},{acosh:function(t){var n=+t;return n<1?NaN:n>9490626562425156e-8?stn(n)+ltn:otn(n-1+OAe(n-1)*OAe(n+1))}});var ctn=tt,PAe=Math.asinh,dtn=Math.log,ftn=Math.sqrt;function lXe(e){var t=+e;return!isFinite(t)||t===0?t:t<0?-lXe(-t):dtn(t+ftn(t*t+1))}var ptn=!(PAe&&1/PAe(0)>0);ctn({target:"Math",stat:!0,forced:ptn},{asinh:lXe});var htn=tt,RAe=Math.atanh,mtn=Math.log,gtn=!(RAe&&1/RAe(-0)<0);htn({target:"Math",stat:!0,forced:gtn},{atanh:function(t){var n=+t;return n===0?n:mtn((1+n)/(1-n))/2}});var vtn=tt,ytn=dH,btn=Math.abs,xtn=Math.pow;vtn({target:"Math",stat:!0},{cbrt:function(t){var n=+t;return ytn(n)*xtn(btn(n),1/3)}});var wtn=tt,Stn=Math.floor,_tn=Math.log,Etn=Math.LOG2E;wtn({target:"Math",stat:!0},{clz32:function(t){var n=t>>>0;return n?31-Stn(_tn(n+.5)*Etn):32}});var Mk=Math.expm1,Ttn=Math.exp,bH=!Mk||Mk(10)>22025.465794806718||Mk(10)<22025.465794806718||Mk(-2e-17)!==-2e-17?function(t){var n=+t;return n===0?n:n>-1e-6&&n<1e-6?n+n*n/2:Ttn(n)-1}:Mk,Ctn=tt,Itn=bH,NAe=Math.cosh,Atn=Math.abs,PX=Math.E,ktn=!NAe||NAe(710)===1/0;Ctn({target:"Math",stat:!0,forced:ktn},{cosh:function(t){var n=Itn(Atn(t)-1)+1;return(n+1/(n*PX*PX))*(PX/2)}});var Otn=tt,DAe=bH;Otn({target:"Math",stat:!0,forced:DAe!==Math.expm1},{expm1:DAe});var Ptn=dH,Rtn=Math.abs,xH=Math.pow,Gre=xH(2,-52),M8=xH(2,-23),Ntn=xH(2,127)*(2-M8),RX=xH(2,-126),Dtn=function(e){return e+1/Gre-1/Gre},Mtn=Math.fround||function(t){var n=+t,r=Rtn(n),a=Ptn(n),i,o;return rNtn||o!==o?a*(1/0):a*o)},$tn=tt,Ltn=Mtn;$tn({target:"Math",stat:!0},{fround:Ltn});var jtn=tt,MAe=Math.hypot,Ftn=Math.abs,Btn=Math.sqrt,ztn=!!MAe&&MAe(1/0,NaN)!==1/0;jtn({target:"Math",stat:!0,arity:2,forced:ztn},{hypot:function(t,n){for(var r=0,a=0,i=arguments.length,o=0,s,l;a0?(l=s/o,r+=l*l):r+=s;return o===1/0?1/0:o*Btn(r)}});var Utn=tt,Vtn=nn,$Ae=Math.imul,Htn=Vtn(function(){return $Ae(4294967295,5)!==-5||$Ae.length!==2});Utn({target:"Math",stat:!0,forced:Htn},{imul:function(t,n){var r=65535,a=+t,i=+n,o=r&a,s=r&i;return 0|o*s+((r&a>>>16)*s+o*(r&i>>>16)<<16>>>0)}});var Gtn=Math.log,Wtn=Math.LOG10E,uXe=Math.log10||function(t){return Gtn(t)*Wtn},qtn=tt,Ytn=uXe;qtn({target:"Math",stat:!0},{log10:Ytn});var Ktn=tt,Xtn=sXe;Ktn({target:"Math",stat:!0},{log1p:Xtn});var Ztn=tt,Qtn=Math.log,Jtn=Math.LN2;Ztn({target:"Math",stat:!0},{log2:function(t){return Qtn(t)/Jtn}});var enn=tt,tnn=dH;enn({target:"Math",stat:!0},{sign:tnn});var nnn=tt,rnn=nn,LAe=bH,ann=Math.abs,jAe=Math.exp,inn=Math.E,onn=rnn(function(){return Math.sinh(-2e-17)!==-2e-17});nnn({target:"Math",stat:!0,forced:onn},{sinh:function(t){var n=+t;return ann(n)<1?(LAe(n)-LAe(-n))/2:(jAe(n-1)-jAe(-n-1))*(inn/2)}});var snn=tt,FAe=bH,BAe=Math.exp;snn({target:"Math",stat:!0},{tanh:function(t){var n=+t,r=FAe(n),a=FAe(-n);return r===1/0?1:a===1/0?-1:(r-a)/(BAe(n)+BAe(-n))}});var lnn=tt,unn=Hpe;lnn({target:"Math",stat:!0},{trunc:unn});var cnn=fn,wH=cnn(1 .valueOf),SH=` -\v\f\r                 \u2028\u2029\uFEFF`,dnn=fn,fnn=ks,pnn=Zr,Wre=SH,zAe=dnn("".replace),hnn=RegExp("^["+Wre+"]+"),mnn=RegExp("(^|[^"+Wre+"])["+Wre+"]+$"),NX=function(e){return function(t){var n=pnn(fnn(t));return e&1&&(n=zAe(n,hnn,"")),e&2&&(n=zAe(n,mnn,"$1")),n}},rA={start:NX(1),end:NX(2),trim:NX(3)},gnn=tt,cXe=Lpe,vnn=Pr,dXe=zn,fXe=QV,pXe=fn,ynn=rM,UAe=Xa,bnn=QI,xnn=mh,wnn=Yb,hXe=WV,Snn=nn,_nn=wy.f,Enn=Al.f,Tnn=Wi.f,Cnn=wH,Inn=rA.trim,_H="Number",xC=dXe[_H];fXe[_H];var Mhe=xC.prototype,Ann=dXe.TypeError,knn=pXe("".slice),oj=pXe("".charCodeAt),Onn=function(e){var t=hXe(e,"number");return typeof t=="bigint"?t:Pnn(t)},Pnn=function(e){var t=hXe(e,"number"),n,r,a,i,o,s,l,u;if(wnn(t))throw Ann("Cannot convert a Symbol value to a number");if(typeof t=="string"&&t.length>2){if(t=Inn(t),n=oj(t,0),n===43||n===45){if(r=oj(t,2),r===88||r===120)return NaN}else if(n===48){switch(oj(t,1)){case 66:case 98:a=2,i=49;break;case 79:case 111:a=8,i=55;break;default:return+t}for(o=knn(t,2),s=o.length,l=0;li)return NaN;return parseInt(o,a)}}return+t},$he=ynn(_H,!xC(" 0o1")||!xC("0b1")||xC("+0x1")),Rnn=function(e){return xnn(Mhe,e)&&Snn(function(){Cnn(e)})},EH=function(t){var n=arguments.length<1?0:xC(Onn(t));return Rnn(this)?bnn(Object(n),this,EH):n};EH.prototype=Mhe;$he&&!cXe&&(Mhe.constructor=EH);gnn({global:!0,constructor:!0,wrap:!0,forced:$he},{Number:EH});var Nnn=function(e,t){for(var n=vnn?_nn(t):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),r=0,a;n.length>r;r++)UAe(t,a=n[r])&&!UAe(e,a)&&Tnn(e,a,Enn(t,a))};($he||cXe)&&Nnn(fXe[_H],xC);var Dnn=tt;Dnn({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)});var Mnn=zn,$nn=Mnn.isFinite,Lnn=Number.isFinite||function(t){return typeof t=="number"&&$nn(t)},jnn=tt,Fnn=Lnn;jnn({target:"Number",stat:!0},{isFinite:Fnn});var Bnn=Ba,znn=Math.floor,Lhe=Number.isInteger||function(t){return!Bnn(t)&&isFinite(t)&&znn(t)===t},Unn=tt,Vnn=Lhe;Unn({target:"Number",stat:!0},{isInteger:Vnn});var Hnn=tt;Hnn({target:"Number",stat:!0},{isNaN:function(t){return t!==t}});var Gnn=tt,Wnn=Lhe,qnn=Math.abs;Gnn({target:"Number",stat:!0},{isSafeInteger:function(t){return Wnn(t)&&qnn(t)<=9007199254740991}});var Ynn=tt;Ynn({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991});var Knn=tt;Knn({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991});var mXe=zn,Xnn=nn,Znn=fn,Qnn=Zr,Jnn=rA.trim,ern=SH,trn=Znn("".charAt),aB=mXe.parseFloat,VAe=mXe.Symbol,HAe=VAe&&VAe.iterator,nrn=1/aB(ern+"-0")!==-1/0||HAe&&!Xnn(function(){aB(Object(HAe))}),gXe=nrn?function(t){var n=Jnn(Qnn(t)),r=aB(n);return r===0&&trn(n,0)==="-"?-0:r}:aB,rrn=tt,GAe=gXe;rrn({target:"Number",stat:!0,forced:Number.parseFloat!==GAe},{parseFloat:GAe});var vXe=zn,arn=nn,irn=fn,orn=Zr,srn=rA.trim,WAe=SH,AR=vXe.parseInt,qAe=vXe.Symbol,YAe=qAe&&qAe.iterator,yXe=/^[+-]?0x/i,lrn=irn(yXe.exec),urn=AR(WAe+"08")!==8||AR(WAe+"0x16")!==22||YAe&&!arn(function(){AR(Object(YAe))}),bXe=urn?function(t,n){var r=srn(orn(t));return AR(r,n>>>0||(lrn(yXe,r)?16:10))}:AR,crn=tt,KAe=bXe;crn({target:"Number",stat:!0,forced:Number.parseInt!==KAe},{parseInt:KAe});var drn=tt,jhe=fn,frn=Ps,prn=wH,hrn=vH,mrn=uXe,qre=nn,grn=RangeError,XAe=String,vrn=isFinite,yrn=Math.abs,brn=Math.floor,ZAe=Math.pow,xrn=Math.round,Eg=jhe(1 .toExponential),wrn=jhe(hrn),QAe=jhe("".slice),xXe=Eg(-69e-12,4)==="-6.9000e-11"&&Eg(1.255,2)==="1.25e+0"&&Eg(12345,3)==="1.235e+4"&&Eg(25,0)==="3e+1",Srn=function(){return qre(function(){Eg(1,1/0)})&&qre(function(){Eg(1,-1/0)})},_rn=function(){return!qre(function(){Eg(1/0,1/0),Eg(NaN,1/0)})},Ern=!xXe||!Srn()||!_rn();drn({target:"Number",proto:!0,forced:Ern},{toExponential:function(t){var n=prn(this);if(t===void 0)return Eg(n);var r=frn(t);if(!vrn(n))return String(n);if(r<0||r>20)throw grn("Incorrect fraction digits");if(xXe)return Eg(n,r);var a="",i="",o=0,s="",l="";if(n<0&&(a="-",n=-n),n===0)o=0,i=wrn("0",r+1);else{var u=mrn(n);o=brn(u);var c=0,d=ZAe(10,o-r);c=xrn(n/d),2*n>=(2*c+1)*d&&(c+=1),c>=ZAe(10,r+1)&&(c/=10,o+=1),i=XAe(c)}return r!==0&&(i=QAe(i,0,1)+"."+QAe(i,1)),o===0?(s="+",l="0"):(s=o>0?"+":"-",l=XAe(yrn(o))),i+="e"+s+l,a+i}});var Trn=tt,Fhe=fn,Crn=Ps,Irn=wH,Arn=vH,JAe=nn,krn=RangeError,wXe=String,SXe=Math.floor,Yre=Fhe(Arn),eke=Fhe("".slice),$k=Fhe(1 .toFixed),$T=function(e,t,n){return t===0?n:t%2===1?$T(e,t-1,n*e):$T(e*e,t/2,n)},Orn=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t},yE=function(e,t,n){for(var r=-1,a=n;++r<6;)a+=t*e[r],e[r]=a%1e7,a=SXe(a/1e7)},DX=function(e,t){for(var n=6,r=0;--n>=0;)r+=e[n],e[n]=SXe(r/t),r=r%t*1e7},tke=function(e){for(var t=6,n="";--t>=0;)if(n!==""||t===0||e[t]!==0){var r=wXe(e[t]);n=n===""?r:n+Yre("0",7-r.length)+r}return n},Prn=JAe(function(){return $k(8e-5,3)!=="0.000"||$k(.9,0)!=="1"||$k(1.255,2)!=="1.25"||$k(0xde0b6b3a7640080,0)!=="1000000000000000128"})||!JAe(function(){$k({})});Trn({target:"Number",proto:!0,forced:Prn},{toFixed:function(t){var n=Irn(this),r=Crn(t),a=[0,0,0,0,0,0],i="",o="0",s,l,u,c;if(r<0||r>20)throw krn("Incorrect fraction digits");if(n!==n)return"NaN";if(n<=-1e21||n>=1e21)return wXe(n);if(n<0&&(i="-",n=-n),n>1e-21)if(s=Orn(n*$T(2,69,1))-69,l=s<0?n*$T(2,-s,1):n/$T(2,s,1),l*=4503599627370496,s=52-s,s>0){for(yE(a,0,l),u=r;u>=7;)yE(a,1e7,0),u-=7;for(yE(a,$T(10,u,1),0),u=s-1;u>=23;)DX(a,1<<23),u-=23;DX(a,1<0?(c=o.length,o=i+(c<=r?"0."+Yre("0",r-c)+o:eke(o,0,c-r)+"."+eke(o,c-r))):o=i+o,o}});var Rrn=tt,Nrn=fn,nke=nn,rke=wH,iB=Nrn(1 .toPrecision),Drn=nke(function(){return iB(1,void 0)!=="1"})||!nke(function(){iB({})});Rrn({target:"Number",proto:!0,forced:Drn},{toPrecision:function(t){return t===void 0?iB(rke(this)):iB(rke(this),t)}});var ake=Pr,Mrn=fn,$rn=ua,Lrn=nn,MX=oM,jrn=tM,Frn=Q3,Brn=mi,zrn=WI,bE=Object.assign,ike=Object.defineProperty,Urn=Mrn([].concat),_Xe=!bE||Lrn(function(){if(ake&&bE({b:1},bE(ike({},"a",{enumerable:!0,get:function(){ike(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var e={},t={},n=Symbol("assign detection"),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(a){t[a]=a}),bE({},e)[n]!==7||MX(bE({},t)).join("")!==r})?function(t,n){for(var r=Brn(t),a=arguments.length,i=1,o=jrn.f,s=Frn.f;a>i;)for(var l=zrn(arguments[i++]),u=o?Urn(MX(l),o(l)):MX(l),c=u.length,d=0,f;c>d;)f=u[d++],(!ake||$rn(s,l,f))&&(r[f]=l[f]);return r}:bE,Vrn=tt,oke=_Xe;Vrn({target:"Object",stat:!0,arity:2,forced:Object.assign!==oke},{assign:oke});var Hrn=tt,Grn=Pr,Wrn=gh;Hrn({target:"Object",stat:!0,sham:!Grn},{create:Wrn});var qrn=zn,Yrn=nn,ske=hhe,TH=!Yrn(function(){if(!(ske&&ske<535)){var e=Math.random();__defineSetter__.call(null,e,function(){}),delete qrn[e]}}),Krn=tt,Xrn=Pr,Zrn=TH,Qrn=Os,Jrn=mi,ean=Wi;Xrn&&Krn({target:"Object",proto:!0,forced:Zrn},{__defineGetter__:function(t,n){ean.f(Jrn(this),t,{get:Qrn(n),enumerable:!0,configurable:!0})}});var tan=tt,nan=Pr,lke=XV.f;tan({target:"Object",stat:!0,forced:Object.defineProperties!==lke,sham:!nan},{defineProperties:lke});var ran=tt,aan=Pr,uke=Wi.f;ran({target:"Object",stat:!0,forced:Object.defineProperty!==uke,sham:!aan},{defineProperty:uke});var ian=tt,oan=Pr,san=TH,lan=Os,uan=mi,can=Wi;oan&&ian({target:"Object",proto:!0,forced:san},{__defineSetter__:function(t,n){can.f(uan(this),t,{set:lan(n),enumerable:!0,configurable:!0})}});var EXe=Pr,dan=nn,TXe=fn,fan=rp,pan=oM,han=ou,man=Q3.f,CXe=TXe(man),gan=TXe([].push),van=EXe&&dan(function(){var e=Object.create(null);return e[2]=2,!CXe(e,2)}),cke=function(e){return function(t){for(var n=han(t),r=pan(n),a=van&&fan(n)===null,i=r.length,o=0,s=[],l;i>o;)l=r[o++],(!EXe||(a?l in n:CXe(n,l)))&&gan(s,e?[l,n[l]]:n[l]);return s}},IXe={entries:cke(!0),values:cke(!1)},yan=tt,ban=IXe.entries;yan({target:"Object",stat:!0},{entries:function(t){return ban(t)}});var xan=tt,wan=nA,San=nn,_an=Ba,Ean=S_.onFreeze,Kre=Object.freeze,Tan=San(function(){Kre(1)});xan({target:"Object",stat:!0,forced:Tan,sham:!wan},{freeze:function(t){return Kre&&_an(t)?Kre(Ean(t)):t}});var Can=tt,Ian=c0,Aan=Sy;Can({target:"Object",stat:!0},{fromEntries:function(t){var n={};return Ian(t,function(r,a){Aan(n,r,a)},{AS_ENTRIES:!0}),n}});var kan=tt,Oan=nn,Pan=ou,AXe=Al.f,kXe=Pr,Ran=!kXe||Oan(function(){AXe(1)});kan({target:"Object",stat:!0,forced:Ran,sham:!kXe},{getOwnPropertyDescriptor:function(t,n){return AXe(Pan(t),n)}});var Nan=tt,Dan=Pr,Man=Wpe,$an=ou,Lan=Al,jan=Sy;Nan({target:"Object",stat:!0,sham:!Dan},{getOwnPropertyDescriptors:function(t){for(var n=$an(t),r=Lan.f,a=Man(n),i={},o=0,s,l;a.length>o;)l=r(n,s=a[o++]),l!==void 0&&jan(i,s,l);return i}});var Fan=tt,Ban=nn,zan=ZV.f,Uan=Ban(function(){return!Object.getOwnPropertyNames(1)});Fan({target:"Object",stat:!0,forced:Uan},{getOwnPropertyNames:zan});var Van=tt,Han=nn,Gan=mi,OXe=rp,Wan=the,qan=Han(function(){OXe(1)});Van({target:"Object",stat:!0,forced:qan,sham:!Wan},{getPrototypeOf:function(t){return OXe(Gan(t))}});var Yan=tt,Kan=Xa;Yan({target:"Object",stat:!0},{hasOwn:Kan});var PXe=Object.is||function(t,n){return t===n?t!==0||1/t===1/n:t!==t&&n!==n},Xan=tt,Zan=PXe;Xan({target:"Object",stat:!0},{is:Zan});var Qan=tt,dke=Phe;Qan({target:"Object",stat:!0,forced:Object.isExtensible!==dke},{isExtensible:dke});var Jan=tt,ein=nn,tin=Ba,nin=Wc,RXe=Ohe,Xre=Object.isFrozen,rin=RXe||ein(function(){Xre(1)});Jan({target:"Object",stat:!0,forced:rin},{isFrozen:function(t){return!tin(t)||RXe&&nin(t)==="ArrayBuffer"?!0:Xre?Xre(t):!1}});var ain=tt,iin=nn,oin=Ba,sin=Wc,NXe=Ohe,Zre=Object.isSealed,lin=NXe||iin(function(){Zre(1)});ain({target:"Object",stat:!0,forced:lin},{isSealed:function(t){return!oin(t)||NXe&&sin(t)==="ArrayBuffer"?!0:Zre?Zre(t):!1}});var uin=tt,cin=mi,DXe=oM,din=nn,fin=din(function(){DXe(1)});uin({target:"Object",stat:!0,forced:fin},{keys:function(t){return DXe(cin(t))}});var pin=tt,hin=Pr,min=TH,gin=mi,vin=Kb,yin=rp,bin=Al.f;hin&&pin({target:"Object",proto:!0,forced:min},{__lookupGetter__:function(t){var n=gin(this),r=vin(t),a;do if(a=bin(n,r))return a.get;while(n=yin(n))}});var xin=tt,win=Pr,Sin=TH,_in=mi,Ein=Kb,Tin=rp,Cin=Al.f;win&&xin({target:"Object",proto:!0,forced:Sin},{__lookupSetter__:function(t){var n=_in(this),r=Ein(t),a;do if(a=Cin(n,r))return a.set;while(n=Tin(n))}});var Iin=tt,Ain=Ba,kin=S_.onFreeze,Oin=nA,Pin=nn,Qre=Object.preventExtensions,Rin=Pin(function(){Qre(1)});Iin({target:"Object",stat:!0,forced:Rin,sham:!Oin},{preventExtensions:function(t){return Qre&&Ain(t)?Qre(kin(t)):t}});var Nin=Pr,Din=ju,fke=Ba,Min=mi,$in=ks,pke=Object.getPrototypeOf,hke=Object.setPrototypeOf,mke=Object.prototype,gke="__proto__";if(Nin&&pke&&hke&&!(gke in mke))try{Din(mke,gke,{configurable:!0,get:function(){return pke(Min(this))},set:function(t){var n=$in(this);!fke(t)&&t!==null||!fke(n)||hke(n,t)}})}catch{}var Lin=tt,jin=Ba,Fin=S_.onFreeze,Bin=nA,zin=nn,Jre=Object.seal,Uin=zin(function(){Jre(1)});Lin({target:"Object",stat:!0,forced:Uin,sham:!Bin},{seal:function(t){return Jre&&jin(t)?Jre(Fin(t)):t}});var Vin=tt,Hin=l0;Vin({target:"Object",stat:!0},{setPrototypeOf:Hin});var Gin=tt,Win=IXe.values;Gin({target:"Object",stat:!0},{values:function(t){return Win(t)}});var qin=tt,vke=gXe;qin({global:!0,forced:parseFloat!==vke},{parseFloat:vke});var Yin=tt,yke=bXe;Yin({global:!0,forced:parseInt!==yke},{parseInt:yke});var Kin=TypeError,Om=function(e,t){if(eb)","g");return e.exec("b").groups.a!=="b"||"b".replace(e,"$c")!=="bc"}),gun=Pr,Qhe=zn,xM=fn,vun=rM,yun=QI,bun=qc,xun=wy.f,eOe=mh,wun=yM,tOe=Zr,Sun=bM,dZe=kH,_un=nKe,Eun=Vo,Tun=nn,Cun=Xa,Iun=kl.enforce,Aun=JI,kun=Ea,fZe=Zhe,pZe=cZe,Oun=kun("match"),Z1=Qhe.RegExp,cT=Z1.prototype,Pun=Qhe.SyntaxError,Run=xM(cT.exec),uB=xM("".charAt),nOe=xM("".replace),rOe=xM("".indexOf),Nun=xM("".slice),Dun=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,tS=/a/g,YX=/a/g,Mun=new Z1(tS)!==tS,hZe=dZe.MISSED_STICKY,$un=dZe.UNSUPPORTED_Y,Lun=gun&&(!Mun||hZe||fZe||pZe||Tun(function(){return YX[Oun]=!1,Z1(tS)!==tS||Z1(YX)===YX||String(Z1(tS,"i"))!=="/a/i"})),jun=function(e){for(var t=e.length,n=0,r="",a=!1,i;n<=t;n++){if(i=uB(e,n),i==="\\"){r+=i+uB(e,++n);continue}!a&&i==="."?r+="[\\s\\S]":(i==="["?a=!0:i==="]"&&(a=!1),r+=i)}return r},Fun=function(e){for(var t=e.length,n=0,r="",a=[],i={},o=!1,s=!1,l=0,u="",c;n<=t;n++){if(c=uB(e,n),c==="\\")c=c+uB(e,++n);else if(c==="]")o=!1;else if(!o)switch(!0){case c==="[":o=!0;break;case c==="(":Run(Dun,Nun(e,n+1))&&(n+=2,s=!0),r+=c,l++;continue;case(c===">"&&s):if(u===""||Cun(i,u))throw new Pun("Invalid capture group name");i[u]=!0,a[a.length]=[u,l],s=!1,u="";continue}s?u+=c:r+=c}return[r,a]};if(vun("RegExp",Lun)){for(var Dx=function(t,n){var r=eOe(cT,this),a=wun(t),i=n===void 0,o=[],s=t,l,u,c,d,f,p;if(!r&&a&&i&&t.constructor===Dx)return t;if((a||eOe(cT,t))&&(t=t.source,i&&(n=Sun(s))),t=t===void 0?"":tOe(t),n=n===void 0?"":tOe(n),s=t,fZe&&"dotAll"in tS&&(u=!!n&&rOe(n,"s")>-1,u&&(n=nOe(n,/s/g,""))),l=n,hZe&&"sticky"in tS&&(c=!!n&&rOe(n,"y")>-1,c&&$un&&(n=nOe(n,/y/g,""))),pZe&&(d=Fun(t),t=d[0],o=d[1]),f=yun(Z1(t,n),r?this:cT,Dx),(u||c||o.length)&&(p=Iun(f),u&&(p.dotAll=!0,p.raw=Dx(jun(t),l)),c&&(p.sticky=!0),o.length&&(p.groups=o)),t!==s)try{bun(f,"source",s===""?"(?:)":s)}catch{}return f},aOe=xun(Z1),iOe=0;aOe.length>iOe;)_un(Dx,Z1,aOe[iOe++]);cT.constructor=Dx,Dx.prototype=cT,Eun(Qhe,"RegExp",Dx,{constructor:!0})}Aun("RegExp");var zun=Pr,Uun=Zhe,Vun=Wc,Hun=ju,Gun=kl.get,oOe=RegExp.prototype,Wun=TypeError;zun&&Uun&&Hun(oOe,"dotAll",{configurable:!0,get:function(){if(this!==oOe){if(Vun(this)==="RegExp")return!!Gun(this).dotAll;throw Wun("Incompatible receiver, RegExp required")}}});var jT=ua,OH=fn,qun=Zr,Yun=qhe,Kun=kH,Xun=b_,Zun=gh,Qun=kl.get,Jun=Zhe,ecn=cZe,tcn=Xun("native-string-replace",String.prototype.replace),cB=RegExp.prototype.exec,cae=cB,ncn=OH("".charAt),rcn=OH("".indexOf),acn=OH("".replace),KX=OH("".slice),dae=function(){var e=/a/,t=/b*/g;return jT(cB,e,"a"),jT(cB,t,"a"),e.lastIndex!==0||t.lastIndex!==0}(),mZe=Kun.BROKEN_CARET,fae=/()??/.exec("")[1]!==void 0,icn=dae||fae||mZe||Jun||ecn;icn&&(cae=function(t){var n=this,r=Qun(n),a=qun(t),i=r.raw,o,s,l,u,c,d,f;if(i)return i.lastIndex=n.lastIndex,o=jT(cae,i,a),n.lastIndex=i.lastIndex,o;var p=r.groups,g=mZe&&n.sticky,v=jT(Yun,n),m=n.source,y=0,b=a;if(g&&(v=acn(v,"y",""),rcn(v,"g")===-1&&(v+="g"),b=KX(a,n.lastIndex),n.lastIndex>0&&(!n.multiline||n.multiline&&ncn(a,n.lastIndex-1)!==` -`)&&(m="(?: "+m+")",b=" "+b,y++),s=new RegExp("^(?:"+m+")",v)),fae&&(s=new RegExp("^"+m+"$(?!\\s)",v)),dae&&(l=n.lastIndex),u=jT(cB,g?s:n,b),g?u?(u.input=KX(u.input,y),u[0]=KX(u[0],y),u.index=n.lastIndex,n.lastIndex+=u[0].length):n.lastIndex=0:dae&&u&&(n.lastIndex=n.global?u.index+u[0].length:l),fae&&u&&u.length>1&&jT(tcn,u[0],s,function(){for(c=1;c=0?a:r+a;return i<0||i>=r?void 0:Bcn(n,i)}});var Ucn=tt,Vcn=iH.codeAt;Ucn({target:"String",proto:!0},{codePointAt:function(t){return Vcn(this,t)}});var Hcn=yM,Gcn=TypeError,eme=function(e){if(Hcn(e))throw Gcn("The method doesn't accept regular expressions");return e},Wcn=Ea,qcn=Wcn("match"),tme=function(e){var t=/./;try{"/./"[e](t)}catch{try{return t[qcn]=!1,"/./"[e](t)}catch{}}return!1},Ycn=tt,bZe=Zb,Kcn=Al.f,Xcn=tp,fOe=Zr,Zcn=eme,Qcn=ks,Jcn=tme,pOe=bZe("".endsWith),edn=bZe("".slice),tdn=Math.min,xZe=Jcn("endsWith"),ndn=!xZe&&!!function(){var e=Kcn(String.prototype,"endsWith");return e&&!e.writable}();Ycn({target:"String",proto:!0,forced:!ndn&&!xZe},{endsWith:function(t){var n=fOe(Qcn(this));Zcn(t);var r=arguments.length>1?arguments[1]:void 0,a=n.length,i=r===void 0?a:tdn(Xcn(r),a),o=fOe(t);return pOe?pOe(n,o,i):edn(n,i-o.length,i)===o}});var rdn=tt,adn=fn,idn=o0,odn=RangeError,hOe=String.fromCharCode,mOe=String.fromCodePoint,sdn=adn([].join),ldn=!!mOe&&mOe.length!==1;rdn({target:"String",stat:!0,arity:1,forced:ldn},{fromCodePoint:function(t){for(var n=[],r=arguments.length,a=0,i;r>a;){if(i=+arguments[a++],idn(i,1114111)!==i)throw odn(i+" is not a valid code point");n[a]=i<65536?hOe(i):hOe(((i-=65536)>>10)+55296,i%1024+56320)}return sdn(n,"")}});var udn=tt,cdn=fn,ddn=eme,fdn=ks,gOe=Zr,pdn=tme,hdn=cdn("".indexOf);udn({target:"String",proto:!0,forced:!pdn("includes")},{includes:function(t){return!!~hdn(gOe(fdn(this)),gOe(ddn(t)),arguments.length>1?arguments[1]:void 0)}});var mdn=tt,gdn=fn,vdn=ks,ydn=Zr,vOe=gdn("".charCodeAt);mdn({target:"String",proto:!0},{isWellFormed:function(){for(var t=ydn(vdn(this)),n=t.length,r=0;r=56320||++r>=n||(vOe(t,r)&64512)!==56320))return!1}return!0}});var yOe=Zb,bOe=Vo,bdn=PH,xOe=nn,wZe=Ea,xdn=qc,wdn=wZe("species"),XX=RegExp.prototype,RH=function(e,t,n,r){var a=wZe(e),i=!xOe(function(){var u={};return u[a]=function(){return 7},""[e](u)!==7}),o=i&&!xOe(function(){var u=!1,c=/a/;return e==="split"&&(c={},c.constructor={},c.constructor[wdn]=function(){return c},c.flags="",c[a]=/./[a]),c.exec=function(){return u=!0,null},c[a](""),!u});if(!i||!o||n){var s=yOe(/./[a]),l=t(a,""[e],function(u,c,d,f,p){var g=yOe(u),v=c.exec;return v===bdn||v===XX.exec?i&&!p?{done:!0,value:s(c,d,f)}:{done:!0,value:g(d,c,f)}:{done:!1}});bOe(String.prototype,e,l[0]),bOe(XX,a,l[1])}r&&xdn(XX[a],"sham",!0)},Sdn=iH.charAt,NH=function(e,t,n){return t+(n?Sdn(e,t).length:1)},wOe=ua,_dn=ca,Edn=Fa,Tdn=Wc,Cdn=PH,Idn=TypeError,wM=function(e,t){var n=e.exec;if(Edn(n)){var r=wOe(n,e,t);return r!==null&&_dn(r),r}if(Tdn(e)==="RegExp")return wOe(Cdn,e,t);throw Idn("RegExp#exec called on incompatible receiver")},Adn=ua,kdn=RH,Odn=ca,Pdn=Yd,Rdn=tp,ZX=Zr,Ndn=ks,Ddn=xy,Mdn=NH,SOe=wM;kdn("match",function(e,t,n){return[function(a){var i=Ndn(this),o=Pdn(a)?void 0:Ddn(a,e);return o?Adn(o,a,i):new RegExp(a)[e](ZX(i))},function(r){var a=Odn(this),i=ZX(r),o=n(t,a,i);if(o.done)return o.value;if(!a.global)return SOe(a,i);var s=a.unicode;a.lastIndex=0;for(var l=[],u=0,c;(c=SOe(a,i))!==null;){var d=ZX(c[0]);l[u]=d,d===""&&(a.lastIndex=Mdn(i,Rdn(a.lastIndex),s)),u++}return u===0?null:l}]});var $dn=tt,Ldn=ua,SZe=Zb,jdn=nhe,pj=aH,_Oe=ks,_Ze=tp,XN=Zr,Fdn=ca,Bdn=Yd,zdn=Wc,Udn=yM,EZe=bM,Vdn=xy,Hdn=Vo,Gdn=nn,Wdn=Ea,qdn=tA,Ydn=NH,Kdn=wM,TZe=kl,Xdn=Lpe,dB=Wdn("matchAll"),CZe="RegExp String",IZe=CZe+" Iterator",Zdn=TZe.set,Qdn=TZe.getterFor(IZe),EOe=RegExp.prototype,Jdn=TypeError,pae=SZe("".indexOf),fB=SZe("".matchAll),QX=!!fB&&!Gdn(function(){fB("a",/./)}),efn=jdn(function(t,n,r,a){Zdn(this,{type:IZe,regexp:t,string:n,global:r,unicode:a,done:!1})},CZe,function(){var t=Qdn(this);if(t.done)return pj(void 0,!0);var n=t.regexp,r=t.string,a=Kdn(n,r);return a===null?(t.done=!0,pj(void 0,!0)):t.global?(XN(a[0])===""&&(n.lastIndex=Ydn(r,_Ze(n.lastIndex),t.unicode)),pj(a,!1)):(t.done=!0,pj(a,!1))}),AZe=function(e){var t=Fdn(this),n=XN(e),r=qdn(t,RegExp),a=XN(EZe(t)),i,o,s;return i=new r(r===RegExp?t.source:t,a),o=!!~pae(a,"g"),s=!!~pae(a,"u"),i.lastIndex=_Ze(t.lastIndex),new efn(i,n,o,s)};$dn({target:"String",proto:!0,forced:QX},{matchAll:function(t){var n=_Oe(this),r,a,i,o;if(Bdn(t)){if(QX)return fB(n,t)}else{if(Udn(t)&&(r=XN(_Oe(EZe(t))),!~pae(r,"g")))throw Jdn("`.matchAll` does not allow non-global regexes");if(QX)return fB(n,t);if(i=Vdn(t,dB),i===void 0&&Xdn&&zdn(t)==="RegExp"&&(i=AZe),i)return Ldn(i,t,n)}return a=XN(n),o=new RegExp(t,"g"),o[dB](a)}});dB in EOe||Hdn(EOe,dB,AZe);var tfn=yy,kZe=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(tfn),nfn=tt,rfn=Ahe.end,afn=kZe;nfn({target:"String",proto:!0,forced:afn},{padEnd:function(t){return rfn(this,t,arguments.length>1?arguments[1]:void 0)}});var ifn=tt,ofn=Ahe.start,sfn=kZe;ifn({target:"String",proto:!0,forced:sfn},{padStart:function(t){return ofn(this,t,arguments.length>1?arguments[1]:void 0)}});var lfn=tt,OZe=fn,ufn=ou,cfn=mi,TOe=Zr,dfn=Ti,COe=OZe([].push),ffn=OZe([].join);lfn({target:"String",stat:!0},{raw:function(t){var n=ufn(cfn(t).raw),r=dfn(n);if(!r)return"";for(var a=arguments.length,i=[],o=0;;){if(COe(i,TOe(n[o++])),o===r)return ffn(i,"");o]*>)/g,bfn=/\$([$&'`]|\d{1,2})/g,PZe=function(e,t,n,r,a,i){var o=n+e.length,s=r.length,l=bfn;return a!==void 0&&(a=mfn(a),l=yfn),vfn(i,l,function(u,c){var d;switch(JX(c,0)){case"$":return"$";case"&":return e;case"`":return eZ(t,0,n);case"'":return eZ(t,o);case"<":d=a[eZ(c,1,-1)];break;default:var f=+c;if(f===0)return u;if(f>s){var p=gfn(f/10);return p===0?u:p<=s?r[p-1]===void 0?JX(c,1):r[p-1]+JX(c,1):u}d=r[f-1]}return d===void 0?"":d})},xfn=vh,IOe=ua,DH=fn,wfn=RH,Sfn=nn,_fn=ca,Efn=Fa,Tfn=Yd,Cfn=Ps,Ifn=tp,wE=Zr,Afn=ks,kfn=NH,Ofn=xy,Pfn=PZe,Rfn=wM,Nfn=Ea,hae=Nfn("replace"),Dfn=Math.max,Mfn=Math.min,$fn=DH([].concat),tZ=DH([].push),AOe=DH("".indexOf),kOe=DH("".slice),Lfn=function(e){return e===void 0?e:String(e)},jfn=function(){return"a".replace(/./,"$0")==="$0"}(),OOe=function(){return/./[hae]?/./[hae]("a","$0")==="":!1}(),Ffn=!Sfn(function(){var e=/./;return e.exec=function(){var t=[];return t.groups={a:"7"},t},"".replace(e,"$")!=="7"});wfn("replace",function(e,t,n){var r=OOe?"$":"$0";return[function(i,o){var s=Afn(this),l=Tfn(i)?void 0:Ofn(i,hae);return l?IOe(l,i,s,o):IOe(t,wE(s),i,o)},function(a,i){var o=_fn(this),s=wE(a);if(typeof i=="string"&&AOe(i,r)===-1&&AOe(i,"$<")===-1){var l=n(t,o,s,i);if(l.done)return l.value}var u=Efn(i);u||(i=wE(i));var c=o.global,d;c&&(d=o.unicode,o.lastIndex=0);for(var f=[],p;p=Rfn(o,s),!(p===null||(tZ(f,p),!c));){var g=wE(p[0]);g===""&&(o.lastIndex=kfn(s,Ifn(o.lastIndex),d))}for(var v="",m=0,y=0;y=m&&(v+=kOe(s,m,x)+S,m=x+b.length)}return v+kOe(s,m)}]},!Ffn||!jfn||OOe);var Bfn=tt,zfn=ua,rme=fn,POe=ks,Ufn=Fa,Vfn=Yd,Hfn=yM,Lk=Zr,Gfn=xy,Wfn=bM,qfn=PZe,Yfn=Ea,Kfn=Yfn("replace"),Xfn=TypeError,RZe=rme("".indexOf);rme("".replace);var ROe=rme("".slice),Zfn=Math.max,NOe=function(e,t,n){return n>e.length?-1:t===""?n:RZe(e,t,n)};Bfn({target:"String",proto:!0},{replaceAll:function(t,n){var r=POe(this),a,i,o,s,l,u,c,d,f,p=0,g=0,v="";if(!Vfn(t)){if(a=Hfn(t),a&&(i=Lk(POe(Wfn(t))),!~RZe(i,"g")))throw Xfn("`.replaceAll` does not allow non-global regexes");if(o=Gfn(t,Kfn),o)return zfn(o,t,r,n)}for(s=Lk(r),l=Lk(t),u=Ufn(n),u||(n=Lk(n)),c=l.length,d=Zfn(1,c),p=NOe(s,l,0);p!==-1;)f=u?Lk(n(l,p,s)):qfn(l,s,p,[],void 0,n),v+=ROe(s,g,p)+f,g=p+c,p=NOe(s,l,p+d);return g1||"".split(/.?/).length?r=function(a,i){var o=nZ($Oe(this)),s=i===void 0?FOe:i>>>0;if(s===0)return[];if(a===void 0)return[o];if(!upn(a))return jk(t,o,a,s);for(var l=[],u=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(a.sticky?"y":""),c=0,d=new RegExp(a.source,u+"g"),f,p,g;(f=jk(hpn,d,o))&&(p=d.lastIndex,!(p>c&&(_E(l,Fk(o,c,f.index)),f.length>1&&f.index=s)));)d.lastIndex===f.index&&d.lastIndex++;return c===o.length?(g||!ypn(d,""))&&_E(l,""):_E(l,Fk(o,c)),l.length>s?LOe(l,0,s):l}:"0".split(void 0,0).length?r=function(a,i){return a===void 0&&i===0?[]:jk(t,this,a,i)}:r=t,[function(i,o){var s=$Oe(this),l=lpn(i)?void 0:ppn(i,e);return l?jk(l,i,s,o):jk(r,nZ(s),i,o)},function(a,i){var o=spn(this),s=nZ(a),l=n(r,o,s,i,r!==t);if(l.done)return l.value;var u=cpn(o,RegExp),c=o.unicode,d=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(SE?"g":"y"),f=new u(SE?"^(?:"+o.source+")":o,d),p=i===void 0?FOe:i>>>0;if(p===0)return[];if(s.length===0)return jOe(f,s)===null?[s]:[];for(var g=0,v=0,m=[];v1?arguments[1]:void 0,n.length)),a=BOe(t);return zOe?zOe(n,a,r):Cpn(n,r,r+a.length)===a}});var kpn=tt,Opn=fn,Ppn=ks,UOe=Ps,Rpn=Zr,Npn=Opn("".slice),Dpn=Math.max,Mpn=Math.min,$pn=!"".substr||"ab".substr(-1)!=="b";kpn({target:"String",proto:!0,forced:$pn},{substr:function(t,n){var r=Rpn(Ppn(this)),a=r.length,i=UOe(t),o,s;return i===1/0&&(i=0),i<0&&(i=Dpn(a+i,0)),o=n===void 0?a:UOe(n),o<=0||o===1/0?"":(s=Mpn(i+o,a),i>=s?"":Npn(r,i,s))}});var Lpn=tt,$Ze=ua,ime=fn,jpn=ks,Fpn=Zr,Bpn=nn,zpn=Array,rZ=ime("".charAt),VOe=ime("".charCodeAt),Upn=ime([].join),mae="".toWellFormed,Vpn="�",HOe=mae&&Bpn(function(){return $Ze(mae,1)!=="1"});Lpn({target:"String",proto:!0,forced:HOe},{toWellFormed:function(){var t=Fpn(jpn(this));if(HOe)return $Ze(mae,t);for(var n=t.length,r=zpn(n),a=0;a=56320||a+1>=n||(VOe(t,a+1)&64512)!==56320?r[a]=Vpn:(r[a]=rZ(t,a),r[++a]=rZ(t,a))}return Upn(r,"")}});var Hpn=KI.PROPER,Gpn=nn,GOe=SH,WOe="​…᠎",ome=function(e){return Gpn(function(){return!!GOe[e]()||WOe[e]()!==WOe||Hpn&&GOe[e].name!==e})},Wpn=tt,qpn=rA.trim,Ypn=ome;Wpn({target:"String",proto:!0,forced:Ypn("trim")},{trim:function(){return qpn(this)}});var Kpn=rA.end,Xpn=ome,LZe=Xpn("trimEnd")?function(){return Kpn(this)}:"".trimEnd,Zpn=tt,qOe=LZe;Zpn({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==qOe},{trimRight:qOe});var Qpn=tt,YOe=LZe;Qpn({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==YOe},{trimEnd:YOe});var Jpn=rA.start,ehn=ome,jZe=ehn("trimStart")?function(){return Jpn(this)}:"".trimStart,thn=tt,KOe=jZe;thn({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==KOe},{trimLeft:KOe});var nhn=tt,XOe=jZe;nhn({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==XOe},{trimStart:XOe});var rhn=fn,ahn=ks,ZOe=Zr,ihn=/"/g,ohn=rhn("".replace),ap=function(e,t,n,r){var a=ZOe(ahn(e)),i="<"+t;return n!==""&&(i+=" "+n+'="'+ohn(ZOe(r),ihn,""")+'"'),i+">"+a+""},shn=nn,ip=function(e){return shn(function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3})},lhn=tt,uhn=ap,chn=ip;lhn({target:"String",proto:!0,forced:chn("anchor")},{anchor:function(t){return uhn(this,"a","name",t)}});var dhn=tt,fhn=ap,phn=ip;dhn({target:"String",proto:!0,forced:phn("big")},{big:function(){return fhn(this,"big","","")}});var hhn=tt,mhn=ap,ghn=ip;hhn({target:"String",proto:!0,forced:ghn("blink")},{blink:function(){return mhn(this,"blink","","")}});var vhn=tt,yhn=ap,bhn=ip;vhn({target:"String",proto:!0,forced:bhn("bold")},{bold:function(){return yhn(this,"b","","")}});var xhn=tt,whn=ap,Shn=ip;xhn({target:"String",proto:!0,forced:Shn("fixed")},{fixed:function(){return whn(this,"tt","","")}});var _hn=tt,Ehn=ap,Thn=ip;_hn({target:"String",proto:!0,forced:Thn("fontcolor")},{fontcolor:function(t){return Ehn(this,"font","color",t)}});var Chn=tt,Ihn=ap,Ahn=ip;Chn({target:"String",proto:!0,forced:Ahn("fontsize")},{fontsize:function(t){return Ihn(this,"font","size",t)}});var khn=tt,Ohn=ap,Phn=ip;khn({target:"String",proto:!0,forced:Phn("italics")},{italics:function(){return Ohn(this,"i","","")}});var Rhn=tt,Nhn=ap,Dhn=ip;Rhn({target:"String",proto:!0,forced:Dhn("link")},{link:function(t){return Nhn(this,"a","href",t)}});var Mhn=tt,$hn=ap,Lhn=ip;Mhn({target:"String",proto:!0,forced:Lhn("small")},{small:function(){return $hn(this,"small","","")}});var jhn=tt,Fhn=ap,Bhn=ip;jhn({target:"String",proto:!0,forced:Bhn("strike")},{strike:function(){return Fhn(this,"strike","","")}});var zhn=tt,Uhn=ap,Vhn=ip;zhn({target:"String",proto:!0,forced:Vhn("sub")},{sub:function(){return Uhn(this,"sub","","")}});var Hhn=tt,Ghn=ap,Whn=ip;Hhn({target:"String",proto:!0,forced:Whn("sup")},{sup:function(){return Ghn(this,"sup","","")}});var gae={exports:{}},FZe=zn,aZ=nn,qhn=sH,Yhn=Aa.NATIVE_ARRAY_BUFFER_VIEWS,Khn=FZe.ArrayBuffer,Mx=FZe.Int8Array,sme=!Yhn||!aZ(function(){Mx(1)})||!aZ(function(){new Mx(-1)})||!qhn(function(e){new Mx,new Mx(null),new Mx(1.5),new Mx(e)},!0)||aZ(function(){return new Mx(new Khn(2),1,void 0).length!==1}),Xhn=Ps,Zhn=RangeError,Qhn=function(e){var t=Xhn(e);if(t<0)throw Zhn("The argument can't be less than 0");return t},Jhn=Qhn,emn=RangeError,BZe=function(e,t){var n=Jhn(e);if(n%t)throw emn("Wrong offset");return n},tmn=Math.round,nmn=function(e){var t=tmn(e);return t<0?0:t>255?255:t&255},rmn=s0,zZe=function(e){var t=rmn(e);return t==="BigInt64Array"||t==="BigUint64Array"},amn=WV,imn=TypeError,lme=function(e){var t=amn(e,"number");if(typeof t=="number")throw imn("Can't convert number to bigint");return BigInt(t)},omn=km,smn=ua,lmn=The,umn=mi,cmn=Ti,dmn=oH,fmn=dM,pmn=she,hmn=zZe,mmn=Aa.aTypedArrayConstructor,gmn=lme,UZe=function(t){var n=lmn(this),r=umn(t),a=arguments.length,i=a>1?arguments[1]:void 0,o=i!==void 0,s=fmn(r),l,u,c,d,f,p,g,v;if(s&&!pmn(s))for(g=dmn(r,s),v=g.next,r=[];!(p=smn(v,g)).done;)r.push(p.value);for(o&&a>2&&(i=omn(i,arguments[2])),u=cmn(r),c=new(mmn(n))(u),d=hmn(c),l=0;u>l;l++)f=o?i(r[l],l):r[l],c[l]=d?gmn(f):+f;return c},QOe=tt,VZe=zn,JOe=ua,vmn=Pr,ymn=sme,aA=Aa,HZe=hH,ePe=d0,bmn=hh,Bk=qc,xmn=Lhe,wmn=tp,tPe=kKe,iZ=BZe,Smn=nmn,GZe=Kb,zk=Xa,_mn=s0,vae=Ba,Emn=Yb,Tmn=gh,Cmn=mh,hj=l0,Imn=wy.f,nPe=UZe,Amn=Fu.forEach,kmn=JI,Omn=ju,WZe=Wi,qZe=Al,ume=kl,Pmn=QI,yae=ume.get,Rmn=ume.set,Nmn=ume.enforce,YZe=WZe.f,Dmn=qZe.f,oZ=VZe.RangeError,KZe=HZe.ArrayBuffer,Mmn=KZe.prototype,$mn=HZe.DataView,mj=aA.NATIVE_ARRAY_BUFFER_VIEWS,rPe=aA.TYPED_ARRAY_TAG,aPe=aA.TypedArray,Uk=aA.TypedArrayPrototype,Lmn=aA.aTypedArrayConstructor,bae=aA.isTypedArray,gj="BYTES_PER_ELEMENT",sZ="Wrong length",iPe=function(e,t){Lmn(e);for(var n=0,r=t.length,a=new e(r);r>n;)a[n]=t[n++];return a},vj=function(e,t){Omn(e,t,{configurable:!0,get:function(){return yae(this)[t]}})},oPe=function(e){var t;return Cmn(Mmn,e)||(t=_mn(e))==="ArrayBuffer"||t==="SharedArrayBuffer"},XZe=function(e,t){return bae(e)&&!Emn(t)&&t in e&&xmn(+t)&&t>=0},sPe=function(t,n){return n=GZe(n),XZe(t,n)?bmn(2,t[n]):Dmn(t,n)},lPe=function(t,n,r){return n=GZe(n),XZe(t,n)&&vae(r)&&zk(r,"value")&&!zk(r,"get")&&!zk(r,"set")&&!r.configurable&&(!zk(r,"writable")||r.writable)&&(!zk(r,"enumerable")||r.enumerable)?(t[n]=r.value,t):YZe(t,n,r)};vmn?(mj||(qZe.f=sPe,WZe.f=lPe,vj(Uk,"buffer"),vj(Uk,"byteOffset"),vj(Uk,"byteLength"),vj(Uk,"length")),QOe({target:"Object",stat:!0,forced:!mj},{getOwnPropertyDescriptor:sPe,defineProperty:lPe}),gae.exports=function(e,t,n){var r=e.match(/\d+/)[0]/8,a=e+(n?"Clamped":"")+"Array",i="get"+e,o="set"+e,s=VZe[a],l=s,u=l&&l.prototype,c={},d=function(v,m){var y=yae(v);return y.view[i](m*r+y.byteOffset,!0)},f=function(v,m,y){var b=yae(v);b.view[o](m*r+b.byteOffset,n?Smn(y):y,!0)},p=function(v,m){YZe(v,m,{get:function(){return d(this,m)},set:function(y){return f(this,m,y)},enumerable:!0})};mj?ymn&&(l=t(function(v,m,y,b){return ePe(v,u),Pmn(function(){return vae(m)?oPe(m)?b!==void 0?new s(m,iZ(y,r),b):y!==void 0?new s(m,iZ(y,r)):new s(m):bae(m)?iPe(l,m):JOe(nPe,l,m):new s(tPe(m))}(),v,l)}),hj&&hj(l,aPe),Amn(Imn(s),function(v){v in l||Bk(l,v,s[v])}),l.prototype=u):(l=t(function(v,m,y,b){ePe(v,u);var x=0,w=0,S,_,T;if(!vae(m))T=tPe(m),_=T*r,S=new KZe(_);else if(oPe(m)){S=m,w=iZ(y,r);var C=m.byteLength;if(b===void 0){if(C%r||(_=C-w,_<0))throw oZ(sZ)}else if(_=wmn(b)*r,_+w>C)throw oZ(sZ);T=_/r}else return bae(m)?iPe(l,m):JOe(nPe,l,m);for(Rmn(v,{buffer:S,byteOffset:w,byteLength:_,length:T,view:new $mn(S)});x=0?a:r+a;return i<0||i>=r?void 0:n[i]});var Zmn=fn,QZe=Aa,Qmn=pKe,Jmn=Zmn(Qmn),egn=QZe.aTypedArray,tgn=QZe.exportTypedArrayMethod;tgn("copyWithin",function(t,n){return Jmn(egn(this),t,n,arguments.length>2?arguments[2]:void 0)});var JZe=Aa,ngn=Fu.every,rgn=JZe.aTypedArray,agn=JZe.exportTypedArrayMethod;agn("every",function(t){return ngn(rgn(this),t,arguments.length>1?arguments[1]:void 0)});var eQe=Aa,ign=dhe,ogn=lme,sgn=s0,lgn=ua,ugn=fn,cgn=nn,dgn=eQe.aTypedArray,fgn=eQe.exportTypedArrayMethod,pgn=ugn("".slice),hgn=cgn(function(){var e=0;return new Int8Array(2).fill({valueOf:function(){return e++}}),e!==1});fgn("fill",function(t){var n=arguments.length;dgn(this);var r=pgn(sgn(this),0,3)==="Big"?ogn(t):+t;return lgn(ign,this,r,n>1?arguments[1]:void 0,n>2?arguments[2]:void 0)},hgn);var tQe=Aa,mgn=tA,ggn=tQe.aTypedArrayConstructor,vgn=tQe.getTypedArrayConstructor,MH=function(e){return ggn(mgn(e,vgn(e)))},ygn=ghe,bgn=MH,xgn=function(e,t){return ygn(bgn(e),t)},nQe=Aa,wgn=Fu.filter,Sgn=xgn,_gn=nQe.aTypedArray,Egn=nQe.exportTypedArrayMethod;Egn("filter",function(t){var n=wgn(_gn(this),t,arguments.length>1?arguments[1]:void 0);return Sgn(this,n)});var rQe=Aa,Tgn=Fu.find,Cgn=rQe.aTypedArray,Ign=rQe.exportTypedArrayMethod;Ign("find",function(t){return Tgn(Cgn(this),t,arguments.length>1?arguments[1]:void 0)});var aQe=Aa,Agn=Fu.findIndex,kgn=aQe.aTypedArray,Ogn=aQe.exportTypedArrayMethod;Ogn("findIndex",function(t){return Agn(kgn(this),t,arguments.length>1?arguments[1]:void 0)});var iQe=Aa,Pgn=uH.findLast,Rgn=iQe.aTypedArray,Ngn=iQe.exportTypedArrayMethod;Ngn("findLast",function(t){return Pgn(Rgn(this),t,arguments.length>1?arguments[1]:void 0)});var oQe=Aa,Dgn=uH.findLastIndex,Mgn=oQe.aTypedArray,$gn=oQe.exportTypedArrayMethod;$gn("findLastIndex",function(t){return Dgn(Mgn(this),t,arguments.length>1?arguments[1]:void 0)});var sQe=Aa,Lgn=Fu.forEach,jgn=sQe.aTypedArray,Fgn=sQe.exportTypedArrayMethod;Fgn("forEach",function(t){Lgn(jgn(this),t,arguments.length>1?arguments[1]:void 0)});var Bgn=sme,zgn=Aa.exportTypedArrayStaticMethod,Ugn=UZe;zgn("from",Ugn,Bgn);var lQe=Aa,Vgn=eM.includes,Hgn=lQe.aTypedArray,Ggn=lQe.exportTypedArrayMethod;Ggn("includes",function(t){return Vgn(Hgn(this),t,arguments.length>1?arguments[1]:void 0)});var uQe=Aa,Wgn=eM.indexOf,qgn=uQe.aTypedArray,Ygn=uQe.exportTypedArrayMethod;Ygn("indexOf",function(t){return Wgn(qgn(this),t,arguments.length>1?arguments[1]:void 0)});var Kgn=zn,Xgn=nn,cme=fn,cQe=Aa,dme=UYe,Zgn=Ea,fme=Zgn("iterator"),uPe=Kgn.Uint8Array,Qgn=cme(dme.values),Jgn=cme(dme.keys),e0n=cme(dme.entries),pme=cQe.aTypedArray,$H=cQe.exportTypedArrayMethod,dT=uPe&&uPe.prototype,LH=!Xgn(function(){dT[fme].call([1])}),dQe=!!dT&&dT.values&&dT[fme]===dT.values&&dT.values.name==="values",fQe=function(){return Qgn(pme(this))};$H("entries",function(){return e0n(pme(this))},LH);$H("keys",function(){return Jgn(pme(this))},LH);$H("values",fQe,LH||!dQe,{name:"values"});$H(fme,fQe,LH||!dQe,{name:"values"});var pQe=Aa,t0n=fn,n0n=pQe.aTypedArray,r0n=pQe.exportTypedArrayMethod,a0n=t0n([].join);r0n("join",function(t){return a0n(n0n(this),t)});var hQe=Aa,i0n=vh,o0n=wKe,s0n=hQe.aTypedArray,l0n=hQe.exportTypedArrayMethod;l0n("lastIndexOf",function(t){var n=arguments.length;return i0n(o0n,s0n(this),n>1?[t,arguments[1]]:[t])});var mQe=Aa,u0n=Fu.map,c0n=MH,d0n=mQe.aTypedArray,f0n=mQe.exportTypedArrayMethod;f0n("map",function(t){return u0n(d0n(this),t,arguments.length>1?arguments[1]:void 0,function(n,r){return new(c0n(n))(r)})});var gQe=Aa,p0n=sme,h0n=gQe.aTypedArrayConstructor,m0n=gQe.exportTypedArrayStaticMethod;m0n("of",function(){for(var t=0,n=arguments.length,r=new(h0n(this))(n);n>t;)r[t]=arguments[t++];return r},p0n);var vQe=Aa,g0n=cH.left,v0n=vQe.aTypedArray,y0n=vQe.exportTypedArrayMethod;y0n("reduce",function(t){var n=arguments.length;return g0n(v0n(this),t,n,n>1?arguments[1]:void 0)});var yQe=Aa,b0n=cH.right,x0n=yQe.aTypedArray,w0n=yQe.exportTypedArrayMethod;w0n("reduceRight",function(t){var n=arguments.length;return b0n(x0n(this),t,n,n>1?arguments[1]:void 0)});var bQe=Aa,S0n=bQe.aTypedArray,_0n=bQe.exportTypedArrayMethod,E0n=Math.floor;_0n("reverse",function(){for(var t=this,n=S0n(t).length,r=E0n(n/2),a=0,i;a1?arguments[1]:void 0,1),r=I0n(t);if(wae)return wQe(_Qe,this,r,n);var a=this.length,i=T0n(r),o=0;if(i+n>a)throw A0n("Wrong length");for(;oi;)s[i]=r[i++];return s},L0n);var TQe=Aa,j0n=Fu.some,F0n=TQe.aTypedArray,B0n=TQe.exportTypedArrayMethod;B0n("some",function(t){return j0n(F0n(this),t,arguments.length>1?arguments[1]:void 0)});var z0n=zn,U0n=Zb,Sae=nn,V0n=Os,H0n=phe,CQe=Aa,dPe=_Ke,G0n=EKe,fPe=by,pPe=hhe,W0n=CQe.aTypedArray,q0n=CQe.exportTypedArrayMethod,ZN=z0n.Uint16Array,SC=ZN&&U0n(ZN.prototype.sort),Y0n=!!SC&&!(Sae(function(){SC(new ZN(2),null)})&&Sae(function(){SC(new ZN(2),{})})),hPe=!!SC&&!Sae(function(){if(fPe)return fPe<74;if(dPe)return dPe<67;if(G0n)return!0;if(pPe)return pPe<602;var e=new ZN(516),t=Array(516),n,r;for(n=0;n<516;n++)r=n%4,e[n]=515-n,t[n]=n-2*r+3;for(SC(e,function(a,i){return(a/4|0)-(i/4|0)}),n=0;n<516;n++)if(e[n]!==t[n])return!0}),K0n=function(e){return function(t,n){return e!==void 0?+e(t,n)||0:n!==n?-1:t!==t?1:t===0&&n===0?1/t>0&&1/n<0?1:-1:t>n}};q0n("sort",function(t){return t!==void 0&&V0n(t),hPe?SC(this,t):H0n(W0n(this),K0n(t))},!hPe||Y0n);var IQe=Aa,X0n=tp,mPe=o0,Z0n=MH,Q0n=IQe.aTypedArray,J0n=IQe.exportTypedArrayMethod;J0n("subarray",function(t,n){var r=Q0n(this),a=r.length,i=mPe(t,a),o=Z0n(r);return new o(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,X0n((n===void 0?a:mPe(n,a))-i))});var evn=zn,tvn=vh,AQe=Aa,_ae=nn,gPe=x_,pB=evn.Int8Array,vPe=AQe.aTypedArray,nvn=AQe.exportTypedArrayMethod,kQe=[].toLocaleString,rvn=!!pB&&_ae(function(){kQe.call(new pB(1))}),avn=_ae(function(){return[1,2].toLocaleString()!==new pB([1,2]).toLocaleString()})||!_ae(function(){pB.prototype.toLocaleString.call([1,2])});nvn("toLocaleString",function(){return tvn(kQe,rvn?gPe(vPe(this)):vPe(this),gPe(arguments))},avn);var ivn=IKe,mme=Aa,ovn=mme.aTypedArray,svn=mme.exportTypedArrayMethod,lvn=mme.getTypedArrayConstructor;svn("toReversed",function(){return ivn(ovn(this),lvn(this))});var jH=Aa,uvn=fn,cvn=Os,dvn=ghe,fvn=jH.aTypedArray,pvn=jH.getTypedArrayConstructor,hvn=jH.exportTypedArrayMethod,mvn=uvn(jH.TypedArrayPrototype.sort);hvn("toSorted",function(t){t!==void 0&&cvn(t);var n=fvn(this),r=dvn(pvn(n),n);return mvn(r,t)});var gvn=Aa.exportTypedArrayMethod,vvn=nn,yvn=zn,bvn=fn,yPe=yvn.Uint8Array,xvn=yPe&&yPe.prototype||{},hB=[].toString,wvn=bvn([].join);vvn(function(){hB.call({})})&&(hB=function(){return wvn(this)});var Svn=xvn.toString!==hB;gvn("toString",hB,Svn);var _vn=AKe,gme=Aa,Evn=zZe,Tvn=Ps,Cvn=lme,Ivn=gme.aTypedArray,Avn=gme.getTypedArrayConstructor,kvn=gme.exportTypedArrayMethod,Ovn=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(e){return e===8}}();kvn("with",function(e,t){var n=Ivn(this),r=Tvn(e),a=Evn(n)?Cvn(t):+t;return _vn(n,Avn(n),r,a)},!Ovn);var Pvn=tt,vme=fn,Rvn=Zr,bPe=String.fromCharCode,xPe=vme("".charAt),wPe=vme(/./.exec),SPe=vme("".slice),Nvn=/^[\da-f]{2}$/i,Dvn=/^[\da-f]{4}$/i;Pvn({global:!0},{unescape:function(t){for(var n=Rvn(t),r="",a=n.length,i=0,o,s;i>(-2*i&6))));return r}});var myn=tt,gyn=zn,HQe=ao,GQe=fn,vyn=ua,WQe=nn,DPe=Zr,yyn=Om,byn=zQe.itoc,OS=HQe("btoa"),MPe=GQe("".charAt),xyn=GQe("".charCodeAt),$Pe=!!OS&&!WQe(function(){OS()}),LPe=!!OS&&WQe(function(){return OS(null)!=="bnVsbA=="}),jPe=!!OS&&OS.length!==1;myn({global:!0,bind:!0,enumerable:!0,forced:$Pe||LPe||jPe},{btoa:function(t){if(yyn(arguments.length,1),$Pe||LPe||jPe)return vyn(OS,gyn,DPe(t));for(var n=DPe(t),r="",a=0,i=byn,o,s;MPe(n,a)||(i="=",a%1);){if(s=xyn(n,a+=3/4),s>255)throw new(HQe("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");o=o<<8|s,r+=MPe(i,63&o>>8-a%1*8)}return r}});var FPe=zn,BPe=NYe,wyn=DYe,dZ=yKe,Syn=qc,qQe=function(e){if(e&&e.forEach!==dZ)try{Syn(e,"forEach",dZ)}catch{e.forEach=dZ}};for(var fZ in BPe)BPe[fZ]&&qQe(FPe[fZ]&&FPe[fZ].prototype);qQe(wyn);var _yn=Ey,Eyn=function(e){try{if(_yn)return Function('return require("'+e+'")')()}catch{}},YQe={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}},Tyn=tt,Cyn=Eyn,mB=ao,Sme=nn,Iyn=gh,_me=hh,gB=Wi.f,Ayn=Vo,F8=ju,B8=Xa,kyn=d0,Oyn=ca,KQe=dKe,zPe=fM,_C=YQe,Pyn=lhe,XQe=kl,Eme=Pr,v2="DOMException",Eae="DATA_CLONE_ERR",FH=mB("Error"),Kv=mB(v2)||function(){try{var e=mB("MessageChannel")||Cyn("worker_threads").MessageChannel;new e().port1.postMessage(new WeakMap)}catch(t){if(t.name===Eae&&t.code===25)return t.constructor}}(),Ryn=Kv&&Kv.prototype,ZQe=FH.prototype,Nyn=XQe.set,Dyn=XQe.getterFor(v2),Myn="stack"in FH(v2),QQe=function(e){return B8(_C,e)&&_C[e].m?_C[e].c:0},Tme=function(){kyn(this,PR);var t=arguments.length,n=zPe(t<1?void 0:arguments[0]),r=zPe(t<2?void 0:arguments[1],"Error"),a=QQe(r);if(Nyn(this,{type:v2,name:r,message:n,code:a}),Eme||(this.name=r,this.message=n,this.code=a),Myn){var i=FH(n);i.name=v2,gB(this,"stack",_me(1,Pyn(i.stack,1)))}},PR=Tme.prototype=Iyn(ZQe),JQe=function(e){return{enumerable:!0,configurable:!0,get:e}},pZ=function(e){return JQe(function(){return Dyn(this)[e]})};Eme&&(F8(PR,"code",pZ("code")),F8(PR,"message",pZ("message")),F8(PR,"name",pZ("name")));gB(PR,"constructor",_me(1,Tme));var BH=Sme(function(){return!(new Kv instanceof FH)}),$yn=BH||Sme(function(){return ZQe.toString!==KQe||String(new Kv(1,2))!=="2: 1"}),Lyn=BH||Sme(function(){return new Kv(1,"DataCloneError").code!==25});BH||Kv[Eae]!==25||Ryn[Eae];var UPe=BH;Tyn({global:!0,constructor:!0,forced:UPe},{DOMException:UPe?Tme:Kv});var QN=mB(v2),vB=QN.prototype;$yn&&Kv===QN&&Ayn(vB,"toString",KQe);Lyn&&Eme&&Kv===QN&&F8(vB,"code",JQe(function(){return QQe(Oyn(this).name)}));for(var VPe in _C)if(B8(_C,VPe)){var HPe=_C[VPe],Tj=HPe.s,GPe=_me(6,HPe.c);B8(QN,Tj)||gB(QN,Tj,GPe),B8(vB,Tj)||gB(vB,Tj,GPe)}var jyn=tt,Fyn=zn,Cme=ao,Tae=hh,Cae=Wi.f,WPe=Xa,Byn=d0,zyn=QI,qPe=fM,hZ=YQe,Uyn=lhe,Vyn=Pr,EM="DOMException",eJe=Cme("Error"),TM=Cme(EM),Ime=function(){Byn(this,Hyn);var t=arguments.length,n=qPe(t<1?void 0:arguments[0]),r=qPe(t<2?void 0:arguments[1],"Error"),a=new TM(n,r),i=eJe(n);return i.name=EM,Cae(a,"stack",Tae(1,Uyn(i.stack,1))),zyn(a,this,Ime),a},Hyn=Ime.prototype=TM.prototype,Gyn="stack"in eJe(EM),Wyn="stack"in new TM(1,2),mZ=TM&&Vyn&&Object.getOwnPropertyDescriptor(Fyn,EM),qyn=!!mZ&&!(mZ.writable&&mZ.configurable),YPe=Gyn&&!qyn&&!Wyn;jyn({global:!0,constructor:!0,forced:YPe},{DOMException:YPe?Ime:TM});var FP=Cme(EM),KPe=FP.prototype;if(KPe.constructor!==FP){Cae(KPe,"constructor",Tae(1,FP));for(var XPe in hZ)if(WPe(hZ,XPe)){var ZPe=hZ[XPe],QPe=ZPe.s;WPe(FP,QPe)||Cae(FP,QPe,Tae(6,ZPe.c))}}var Yyn=ao,Kyn=np,JPe="DOMException";Kyn(Yyn(JPe),JPe);var Xyn=tt,Zyn=zn,eRe=CH.clear;Xyn({global:!0,bind:!0,enumerable:!0,forced:Zyn.clearImmediate!==eRe},{clearImmediate:eRe});var Qyn=typeof Bun=="function"&&Bun&&typeof Bun.version=="string",tJe=zn,Jyn=vh,e1n=Fa,t1n=Qyn,n1n=yy,r1n=x_,a1n=Om,i1n=tJe.Function,o1n=/MSIE .\./.test(n1n)||t1n&&function(){var e=tJe.Bun.version.split(".");return e.length<3||e[0]==="0"&&(e[1]<3||e[1]==="3"&&e[2]==="0")}(),Ame=function(e,t){var n=t?2:1;return o1n?function(r,a){var i=a1n(arguments.length,1)>n,o=e1n(r)?r:i1n(r),s=i?r1n(arguments,n):[],l=i?function(){Jyn(o,this,s)}:o;return t?e(l,a):e(l)}:e},s1n=tt,nJe=zn,tRe=CH.set,l1n=Ame,nRe=nJe.setImmediate?l1n(tRe,!1):tRe;s1n({global:!0,bind:!0,enumerable:!0,forced:nJe.setImmediate!==nRe},{setImmediate:nRe});var u1n=tt,c1n=zn,d1n=FXe,f1n=Os,p1n=Om,h1n=Ey,m1n=c1n.process;u1n({global:!0,enumerable:!0,dontCallGetSet:!0},{queueMicrotask:function(t){p1n(arguments.length,1),f1n(t);var n=h1n&&m1n.domain;d1n(n?n.bind(t):t)}});var g1n=tt,b1=zn,v1n=ju,y1n=Pr,b1n=TypeError,x1n=Object.defineProperty,rRe=b1.self!==b1;try{if(y1n){var gZ=Object.getOwnPropertyDescriptor(b1,"self");(rRe||!gZ||!gZ.get||!gZ.enumerable)&&v1n(b1,"self",{get:function(){return b1},set:function(t){if(this!==b1)throw b1n("Illegal invocation");x1n(b1,"self",{value:t,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else g1n({global:!0,simple:!0,forced:rRe},{self:b1})}catch{}var Cj=fn,Hk=Map.prototype,w1n={Map,set:Cj(Hk.set),get:Cj(Hk.get),has:Cj(Hk.has),remove:Cj(Hk.delete),proto:Hk},vZ=fn,Ij=Set.prototype,S1n={Set,add:vZ(Ij.add),has:vZ(Ij.has),remove:vZ(Ij.delete),proto:Ij},_1n=zn,E1n=nn,yZ=by,T1n=BXe,C1n=zhe,I1n=Ey,aRe=_1n.structuredClone,A1n=!!aRe&&!E1n(function(){if(C1n&&yZ>92||I1n&&yZ>94||T1n&&yZ>97)return!1;var e=new ArrayBuffer(8),t=aRe(e,{transfer:[e]});return e.byteLength!==0||t.byteLength!==8}),k1n=tt,Qo=zn,kme=ao,CM=fn,Ome=nn,O1n=YI,yB=Fa,P1n=ZI,R1n=Yd,zH=Ba,N1n=Yb,D1n=c0,rJe=ca,JN=s0,aJe=Xa,M1n=Sy,bZ=qc,nS=Ti,$1n=Om,L1n=bM,UH=w1n,iJe=S1n,oJe=oKe,Pme=A1n,BP=Qo.Object,j1n=Qo.Array,sJe=Qo.Date,IM=Qo.Error,F1n=Qo.EvalError,B1n=Qo.RangeError,z1n=Qo.ReferenceError,U1n=Qo.SyntaxError,lJe=Qo.TypeError,V1n=Qo.URIError,H1n=Qo.PerformanceMark,y2=Qo.WebAssembly,G1n=y2&&y2.CompileError||IM,W1n=y2&&y2.LinkError||IM,q1n=y2&&y2.RuntimeError||IM,Ab=kme("DOMException"),eD=UH.Map,AM=UH.has,Rme=UH.get,PS=UH.set,uJe=iJe.Set,cJe=iJe.add,dJe=kme("Object","keys"),iRe=CM([].push),Y1n=CM((!0).valueOf),K1n=CM(1 .valueOf),X1n=CM("".valueOf),Z1n=CM(sJe.prototype.getTime),Iae=O1n("structuredClone"),b2="DataCloneError",z8="Transferring",fJe=function(e){return!Ome(function(){var t=new Qo.Set([7]),n=e(t),r=e(BP(7));return n===t||!n.has(7)||typeof r!="object"||r!==7})&&e},oRe=function(e,t){return!Ome(function(){var n=new t,r=e({a:n,b:n});return!(r&&r.a===r.b&&r.a instanceof t&&r.a.stack===n.stack)})},Q1n=function(e){return!Ome(function(){var t=e(new Qo.AggregateError([1],Iae,{cause:3}));return t.name!=="AggregateError"||t.errors[0]!==1||t.message!==Iae||t.cause!==3})},rS=Qo.structuredClone,J1n=!oRe(rS,IM)||!oRe(rS,Ab)||!Q1n(rS),ebn=!rS&&fJe(function(e){return new H1n(Iae,{detail:e}).detail}),N1=fJe(rS)||ebn,xZ=function(e){throw new Ab("Uncloneable type: "+e,b2)},_d=function(e,t){throw new Ab((t||"Cloning")+" of "+e+" cannot be properly polyfilled in this engine",b2)},wZ=function(e,t){return N1||_d(t),N1(e)},tbn=function(){var e;try{e=new Qo.DataTransfer}catch{try{e=new Qo.ClipboardEvent("").clipboardData}catch{}}return e&&e.items&&e.files?e:null},Nme=function(e,t,n){if(AM(t,e))return Rme(t,e);var r=n||JN(e),a,i,o,s,l,u;if(r==="SharedArrayBuffer")N1?a=N1(e):a=e;else{var c=Qo.DataView;!c&&typeof e.slice!="function"&&_d("ArrayBuffer");try{if(typeof e.slice=="function"&&!e.resizable)a=e.slice(0);else for(i=e.byteLength,o=("maxByteLength"in e)?{maxByteLength:e.maxByteLength}:void 0,a=new ArrayBuffer(i,o),s=new c(e),l=new c(a),u=0;u1&&!R1n(arguments[1])?rJe(arguments[1]):void 0,r=n?n.transfer:void 0,a=!1,i,o;r!==void 0&&(i=new eD,o=nbn(r,i),a=!!nS(o));var s=vc(t,i,a);return a&&(i=new eD,rbn(r,i),s=W0(s,i)),s}});var abn=tt,hJe=zn,ibn=Ame,sRe=ibn(hJe.setInterval,!0);abn({global:!0,bind:!0,forced:hJe.setInterval!==sRe},{setInterval:sRe});var obn=tt,mJe=zn,sbn=Ame,lRe=sbn(mJe.setTimeout,!0);obn({global:!0,bind:!0,forced:mJe.setTimeout!==lRe},{setTimeout:lRe});var lbn=nn,ubn=Ea,cbn=Pr,uRe=Lpe,dbn=ubn("iterator"),Dme=!lbn(function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,n=new URLSearchParams("a=1&a=2&b=3"),r="";return e.pathname="c%20d",t.forEach(function(a,i){t.delete("b"),r+=i+a}),n.delete("a",2),n.delete("b",void 0),uRe&&(!e.toJSON||!n.has("a",1)||n.has("a",2)||!n.has("a",void 0)||n.has("b"))||!t.size&&(uRe||!cbn)||!t.sort||e.href!=="http://a/c%20d?a=1&c=3"||t.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!t[dbn]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://тест").host!=="xn--e1aybc"||new URL("http://a#б").hash!=="#%D0%B1"||r!=="a1c3"||new URL("http://x",void 0).host!=="x"}),__=fn,SZ=2147483647,RR=36,gJe=1,kae=26,fbn=38,pbn=700,hbn=72,mbn=128,gbn="-",vbn=/[^\0-\u007E]/,vJe=/[.\u3002\uFF0E\uFF61]/g,cRe="Overflow: input needs wider integers to process",_Z=RR-gJe,dRe=RangeError,ybn=__(vJe.exec),FT=Math.floor,EZ=String.fromCharCode,fRe=__("".charCodeAt),yJe=__([].join),D1=__([].push),bbn=__("".replace),xbn=__("".split),wbn=__("".toLowerCase),Sbn=function(e){for(var t=[],n=0,r=e.length;n=55296&&a<=56319&&n>1,e+=FT(e/t);e>_Z*kae>>1;)e=FT(e/_Z),r+=RR;return FT(r+(_Z+1)*e/(e+fbn))},Ebn=function(e){var t=[];e=Sbn(e);var n=e.length,r=mbn,a=0,i=hbn,o,s;for(o=0;o=r&&sFT((SZ-a)/d))throw dRe(cRe);for(a+=(c-r)*d,r=c,o=0;oSZ)throw dRe(cRe);if(s===r){for(var f=a,p=RR;;){var g=p<=i?gJe:p>=i+kae?kae:p-i;if(f0?arguments[0]:void 0,n=EJe(this,new CJe(t));EC||(this.size=n.entries.length)},w2=VH.prototype;Ibn(w2,{append:function(t,n){var r=Np(this);EE(arguments.length,2),Ow(r.entries,{key:_c(t),value:_c(n)}),EC||this.length++,r.updateURL()},delete:function(e){for(var t=Np(this),n=EE(arguments.length,1),r=t.entries,a=_c(e),i=n<2?void 0:arguments[1],o=i===void 0?i:_c(i),s=0;sr.key?1:-1}),t.updateURL()},forEach:function(t){for(var n=Np(this).entries,r=Pbn(t,arguments.length>1?arguments[1]:void 0),a=0,i;a1?_Re(arguments[1]):{})}}),TZ(bB)){var AZ=function(t){return wJe(this,CZ),new bB(t,arguments.length>1?_Re(arguments[1]):{})};CZ.constructor=AZ,AZ.prototype=CZ,Oae({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:AZ})}}var txn={URLSearchParams:VH,getState:Np},nxn=tt,Lme=Pr,rxn=Dme,jme=zn,ERe=km,yh=fn,xB=Vo,bp=ju,axn=d0,Nae=Xa,Fme=_Xe,TE=JYe,Lh=sM,ixn=iH.codeAt,oxn=Tbn,q0=Zr,sxn=np,lxn=Om,IJe=txn,AJe=kl,uxn=AJe.set,wB=AJe.getterFor("URL"),cxn=IJe.URLSearchParams,dxn=IJe.getState,Gk=jme.URL,Dae=jme.TypeError,SB=jme.parseInt,fxn=Math.floor,TRe=Math.pow,jp=yh("".charAt),tm=yh(/./.exec),zP=yh([].join),pxn=yh(1 .toString),hxn=yh([].pop),pT=yh([].push),kZ=yh("".replace),mxn=yh([].shift),gxn=yh("".split),DR=yh("".slice),_B=yh("".toLowerCase),vxn=yh([].unshift),yxn="Invalid authority",OZ="Invalid scheme",$x="Invalid host",CRe="Invalid port",kJe=/[a-z]/i,bxn=/[\d+-.a-z]/i,Mae=/\d/,xxn=/^0x/i,wxn=/^[0-7]+$/,Sxn=/^\d+$/,OJe=/^[\da-f]+$/i,_xn=/[\0\t\n\r #%/:<>?@[\\\]^|]/,Exn=/[\0\t\n\r #/:<>?@[\\\]^|]/,Txn=/^[\u0000-\u0020]+/,Cxn=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,Ixn=/[\t\n\r]/g,xp,Axn=function(e){var t=gxn(e,"."),n,r,a,i,o,s,l;if(t.length&&t[t.length-1]===""&&t.length--,n=t.length,n>4)return e;for(r=[],a=0;a1&&jp(i,0)==="0"&&(o=tm(xxn,i)?16:8,i=DR(i,o===8?1:2)),i==="")s=0;else{if(!tm(o===10?Sxn:o===8?wxn:OJe,i))return e;s=SB(i,o)}pT(r,s)}for(a=0;a=TRe(256,5-n))return null}else if(s>255)return null;for(l=hxn(r),a=0;a6))return;for(s=0;f();){if(l=null,s>0)if(f()==="."&&s<4)a++;else return;if(!tm(Mae,f()))return;for(;tm(Mae,f());){if(u=SB(f(),10),l===null)l=u;else{if(l===0)return;l=l*10+u}if(l>255)return;a++}t[n]=t[n]*256+l,s++,(s===2||s===4)&&n++}if(s!==4)return;break}else if(f()===":"){if(a++,!f())return}else if(f())return;t[n++]=i}if(r!==null)for(c=n-r,n=7;n!==0&&c>0;)d=t[n],t[n--]=t[r+c-1],t[r+--c]=d;else if(n!==8)return;return t},Oxn=function(e){for(var t=null,n=1,r=null,a=0,i=0;i<8;i++)e[i]!==0?(a>n&&(t=r,n=a),r=null,a=0):(r===null&&(r=i),++a);return a>n&&(t=r,n=a),t},Wk=function(e){var t,n,r,a;if(typeof e=="number"){for(t=[],n=0;n<4;n++)vxn(t,e%256),e=fxn(e/256);return zP(t,".")}else if(typeof e=="object"){for(t="",r=Oxn(e),n=0;n<8;n++)a&&e[n]===0||(a&&(a=!1),r===n?(t+=n?":":"::",a=!0):(t+=pxn(e[n],16),n<7&&(t+=":")));return"["+t+"]"}return e},U8={},PJe=Fme({},U8,{" ":1,'"':1,"<":1,">":1,"`":1}),RJe=Fme({},PJe,{"#":1,"?":1,"{":1,"}":1}),PZ=Fme({},RJe,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),Qy=function(e,t){var n=ixn(e,0);return n>32&&n<127&&!Nae(t,e)?e:encodeURIComponent(e)},kj={ftp:21,file:null,http:80,https:443,ws:80,wss:443},UP=function(e,t){var n;return e.length===2&&tm(kJe,jp(e,0))&&((n=jp(e,1))===":"||!t&&n==="|")},IRe=function(e){var t;return e.length>1&&UP(DR(e,0,2))&&(e.length===2||(t=jp(e,2))==="/"||t==="\\"||t==="?"||t==="#")},Pxn=function(e){return e==="."||_B(e)==="%2e"},Rxn=function(e){return e=_B(e),e===".."||e==="%2e."||e===".%2e"||e==="%2e%2e"},RZ={},ARe={},NZ={},kRe={},ORe={},DZ={},PRe={},RRe={},Oj={},Pj={},MZ={},$Z={},LZ={},jZ={},NRe={},FZ={},CE={},Km={},DRe={},Lx={},M0={},Bme=function(e,t,n){var r=q0(e),a,i,o;if(t){if(i=this.parse(r),i)throw Dae(i);this.searchParams=null}else{if(n!==void 0&&(a=new Bme(n,!0)),i=this.parse(r,null,a),i)throw Dae(i);o=dxn(new cxn),o.bindURL(this),this.searchParams=o}};Bme.prototype={type:"URL",parse:function(e,t,n){var r=this,a=t||RZ,i=0,o="",s=!1,l=!1,u=!1,c,d,f,p;for(e=q0(e),t||(r.scheme="",r.username="",r.password="",r.host=null,r.port=null,r.path=[],r.query=null,r.fragment=null,r.cannotBeABaseURL=!1,e=kZ(e,Txn,""),e=kZ(e,Cxn,"$1")),e=kZ(e,Ixn,""),c=TE(e);i<=c.length;){switch(d=c[i],a){case RZ:if(d&&tm(kJe,d))o+=_B(d),a=ARe;else{if(t)return OZ;a=NZ;continue}break;case ARe:if(d&&(tm(bxn,d)||d==="+"||d==="-"||d==="."))o+=_B(d);else if(d===":"){if(t&&(r.isSpecial()!==Nae(kj,o)||o==="file"&&(r.includesCredentials()||r.port!==null)||r.scheme==="file"&&!r.host))return;if(r.scheme=o,t){r.isSpecial()&&kj[r.scheme]===r.port&&(r.port=null);return}o="",r.scheme==="file"?a=jZ:r.isSpecial()&&n&&n.scheme===r.scheme?a=kRe:r.isSpecial()?a=RRe:c[i+1]==="/"?(a=ORe,i++):(r.cannotBeABaseURL=!0,pT(r.path,""),a=DRe)}else{if(t)return OZ;o="",a=NZ,i=0;continue}break;case NZ:if(!n||n.cannotBeABaseURL&&d!=="#")return OZ;if(n.cannotBeABaseURL&&d==="#"){r.scheme=n.scheme,r.path=Lh(n.path),r.query=n.query,r.fragment="",r.cannotBeABaseURL=!0,a=M0;break}a=n.scheme==="file"?jZ:DZ;continue;case kRe:if(d==="/"&&c[i+1]==="/")a=Oj,i++;else{a=DZ;continue}break;case ORe:if(d==="/"){a=Pj;break}else{a=Km;continue}case DZ:if(r.scheme=n.scheme,d===xp)r.username=n.username,r.password=n.password,r.host=n.host,r.port=n.port,r.path=Lh(n.path),r.query=n.query;else if(d==="/"||d==="\\"&&r.isSpecial())a=PRe;else if(d==="?")r.username=n.username,r.password=n.password,r.host=n.host,r.port=n.port,r.path=Lh(n.path),r.query="",a=Lx;else if(d==="#")r.username=n.username,r.password=n.password,r.host=n.host,r.port=n.port,r.path=Lh(n.path),r.query=n.query,r.fragment="",a=M0;else{r.username=n.username,r.password=n.password,r.host=n.host,r.port=n.port,r.path=Lh(n.path),r.path.length--,a=Km;continue}break;case PRe:if(r.isSpecial()&&(d==="/"||d==="\\"))a=Oj;else if(d==="/")a=Pj;else{r.username=n.username,r.password=n.password,r.host=n.host,r.port=n.port,a=Km;continue}break;case RRe:if(a=Oj,d!=="/"||jp(o,i+1)!=="/")continue;i++;break;case Oj:if(d!=="/"&&d!=="\\"){a=Pj;continue}break;case Pj:if(d==="@"){s&&(o="%40"+o),s=!0,f=TE(o);for(var g=0;g65535)return CRe;r.port=r.isSpecial()&&y===kj[r.scheme]?null:y,o=""}if(t)return;a=CE;continue}else return CRe;break;case jZ:if(r.scheme="file",d==="/"||d==="\\")a=NRe;else if(n&&n.scheme==="file")switch(d){case xp:r.host=n.host,r.path=Lh(n.path),r.query=n.query;break;case"?":r.host=n.host,r.path=Lh(n.path),r.query="",a=Lx;break;case"#":r.host=n.host,r.path=Lh(n.path),r.query=n.query,r.fragment="",a=M0;break;default:IRe(zP(Lh(c,i),""))||(r.host=n.host,r.path=Lh(n.path),r.shortenPath()),a=Km;continue}else{a=Km;continue}break;case NRe:if(d==="/"||d==="\\"){a=FZ;break}n&&n.scheme==="file"&&!IRe(zP(Lh(c,i),""))&&(UP(n.path[0],!0)?pT(r.path,n.path[0]):r.host=n.host),a=Km;continue;case FZ:if(d===xp||d==="/"||d==="\\"||d==="?"||d==="#"){if(!t&&UP(o))a=Km;else if(o===""){if(r.host="",t)return;a=CE}else{if(p=r.parseHost(o),p)return p;if(r.host==="localhost"&&(r.host=""),t)return;o="",a=CE}continue}else o+=d;break;case CE:if(r.isSpecial()){if(a=Km,d!=="/"&&d!=="\\")continue}else if(!t&&d==="?")r.query="",a=Lx;else if(!t&&d==="#")r.fragment="",a=M0;else if(d!==xp&&(a=Km,d!=="/"))continue;break;case Km:if(d===xp||d==="/"||d==="\\"&&r.isSpecial()||!t&&(d==="?"||d==="#")){if(Rxn(o)?(r.shortenPath(),d!=="/"&&!(d==="\\"&&r.isSpecial())&&pT(r.path,"")):Pxn(o)?d!=="/"&&!(d==="\\"&&r.isSpecial())&&pT(r.path,""):(r.scheme==="file"&&!r.path.length&&UP(o)&&(r.host&&(r.host=""),o=jp(o,0)+":"),pT(r.path,o)),o="",r.scheme==="file"&&(d===xp||d==="?"||d==="#"))for(;r.path.length>1&&r.path[0]==="";)mxn(r.path);d==="?"?(r.query="",a=Lx):d==="#"&&(r.fragment="",a=M0)}else o+=Qy(d,RJe);break;case DRe:d==="?"?(r.query="",a=Lx):d==="#"?(r.fragment="",a=M0):d!==xp&&(r.path[0]+=Qy(d,U8));break;case Lx:!t&&d==="#"?(r.fragment="",a=M0):d!==xp&&(d==="'"&&r.isSpecial()?r.query+="%27":d==="#"?r.query+="%23":r.query+=Qy(d,U8));break;case M0:d!==xp&&(r.fragment+=Qy(d,PJe));break}i++}},parseHost:function(e){var t,n,r;if(jp(e,0)==="["){if(jp(e,e.length-1)!=="]"||(t=kxn(DR(e,1,-1)),!t))return $x;this.host=t}else if(this.isSpecial()){if(e=oxn(e),tm(_xn,e)||(t=Axn(e),t===null))return $x;this.host=t}else{if(tm(Exn,e))return $x;for(t="",n=TE(e),r=0;r1?arguments[1]:void 0,a=uxn(n,new Bme(t,!1,r));Lme||(n.href=a.serialize(),n.origin=a.getOrigin(),n.protocol=a.getProtocol(),n.username=a.getUsername(),n.password=a.getPassword(),n.host=a.getHost(),n.hostname=a.getHostname(),n.port=a.getPort(),n.pathname=a.getPathname(),n.search=a.getSearch(),n.searchParams=a.getSearchParams(),n.hash=a.getHash())},xc=S2.prototype,wp=function(e,t){return{get:function(){return wB(this)[e]()},set:t&&function(n){return wB(this)[t](n)},configurable:!0,enumerable:!0}};Lme&&(bp(xc,"href",wp("serialize","setHref")),bp(xc,"origin",wp("getOrigin")),bp(xc,"protocol",wp("getProtocol","setProtocol")),bp(xc,"username",wp("getUsername","setUsername")),bp(xc,"password",wp("getPassword","setPassword")),bp(xc,"host",wp("getHost","setHost")),bp(xc,"hostname",wp("getHostname","setHostname")),bp(xc,"port",wp("getPort","setPort")),bp(xc,"pathname",wp("getPathname","setPathname")),bp(xc,"search",wp("getSearch","setSearch")),bp(xc,"searchParams",wp("getSearchParams")),bp(xc,"hash",wp("getHash","setHash")));xB(xc,"toJSON",function(){return wB(this).serialize()},{enumerable:!0});xB(xc,"toString",function(){return wB(this).serialize()},{enumerable:!0});if(Gk){var MRe=Gk.createObjectURL,$Re=Gk.revokeObjectURL;MRe&&xB(S2,"createObjectURL",ERe(MRe,Gk)),$Re&&xB(S2,"revokeObjectURL",ERe($Re,Gk))}sxn(S2,"URL");nxn({global:!0,constructor:!0,forced:!rxn,sham:!Lme},{URL:S2});var Nxn=tt,Dxn=ao,Mxn=nn,$xn=Om,LRe=Zr,Lxn=Dme,NJe=Dxn("URL"),jxn=Lxn&&Mxn(function(){NJe.canParse()});Nxn({target:"URL",stat:!0,forced:!jxn},{canParse:function(t){var n=$xn(arguments.length,1),r=LRe(t),a=n<2||arguments[1]===void 0?void 0:LRe(arguments[1]);try{return!!new NJe(r,a)}catch{return!1}}});var Fxn=tt,Bxn=ua;Fxn({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return Bxn(URL.prototype.toString,this)}});var zxn=Vo,HH=fn,jRe=Zr,Uxn=Om,DJe=URLSearchParams,GH=DJe.prototype,Vxn=HH(GH.append),FRe=HH(GH.delete),Hxn=HH(GH.forEach),Gxn=HH([].push),zme=new DJe("a=1&a=2&b=3");zme.delete("a",1);zme.delete("b",void 0);zme+""!="a=2"&&zxn(GH,"delete",function(e){var t=arguments.length,n=t<2?void 0:arguments[1];if(t&&n===void 0)return FRe(this,e);var r=[];Hxn(this,function(d,f){Gxn(r,{key:f,value:d})}),Uxn(t,1);for(var a=jRe(e),i=jRe(n),o=0,s=0,l=!1,u=r.length,c;o=0;--Z){var J=this.tryEntries[Z],Y=J.completion;if(J.tryLoc==="root")return G("end");if(J.tryLoc<=this.prev){var ne=a.call(J,"catchLoc"),V=a.call(J,"finallyLoc");if(ne&&V){if(this.prev=0;--G){var Z=this.tryEntries[G];if(Z.tryLoc<=this.prev&&a.call(Z,"finallyLoc")&&this.prev=0;--H){var G=this.tryEntries[H];if(G.finallyLoc===z)return this.complete(G.completion,G.afterLoc),j(G),b}},catch:function(z){for(var H=this.tryEntries.length-1;H>=0;--H){var G=this.tryEntries[H];if(G.tryLoc===z){var Z=G.completion;if(Z.type==="throw"){var J=Z.arg;j(G)}return J}}throw new Error("illegal catch attempt")},delegateYield:function(z,H,G){return this.delegate={iterator:U(z),resultName:H,nextLoc:G},this.method==="next"&&(this.arg=o),b}},n}(e.exports);try{regeneratorRuntime=t}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}})(twn);var LJe={exports:{}},bh={},jJe={exports:{}},FJe={};/** @license React v0.20.2 - * scheduler.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */(function(e){var t,n,r,a;if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;e.unstable_now=function(){return i.now()}}else{var o=Date,s=o.now();e.unstable_now=function(){return o.now()-s}}if(typeof window>"u"||typeof MessageChannel!="function"){var l=null,u=null,c=function(){if(l!==null)try{var G=e.unstable_now();l(!0,G),l=null}catch(Z){throw setTimeout(c,0),Z}};t=function(G){l!==null?setTimeout(t,0,G):(l=G,setTimeout(c,0))},n=function(G,Z){u=setTimeout(G,Z)},r=function(){clearTimeout(u)},e.unstable_shouldYield=function(){return!1},a=e.unstable_forceFrameRate=function(){}}else{var d=window.setTimeout,f=window.clearTimeout;if(typeof console<"u"){var p=window.cancelAnimationFrame;typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),typeof p!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills")}var g=!1,v=null,m=-1,y=5,b=0;e.unstable_shouldYield=function(){return e.unstable_now()>=b},a=function(){},e.unstable_forceFrameRate=function(G){0>G||125>>1,ne=G[Y];if(ne!==void 0&&0C(X,J))oe!==void 0&&0>C(oe,X)?(G[Y]=oe,G[ae]=J,Y=ae):(G[Y]=X,G[V]=J,Y=V);else if(oe!==void 0&&0>C(oe,J))G[Y]=oe,G[ae]=J,Y=ae;else break e}}return Z}return null}function C(G,Z){var J=G.sortIndex-Z.sortIndex;return J!==0?J:G.id-Z.id}var A=[],k=[],I=1,R=null,L=3,N=!1,j=!1,B=!1;function U(G){for(var Z=_(k);Z!==null;){if(Z.callback===null)T(k);else if(Z.startTime<=G)T(k),Z.sortIndex=Z.expirationTime,S(A,Z);else break;Z=_(k)}}function W(G){if(B=!1,U(G),!j)if(_(A)!==null)j=!0,t(z);else{var Z=_(k);Z!==null&&n(W,Z.startTime-G)}}function z(G,Z){j=!1,B&&(B=!1,r()),N=!0;var J=L;try{for(U(Z),R=_(A);R!==null&&(!(R.expirationTime>Z)||G&&!e.unstable_shouldYield());){var Y=R.callback;if(typeof Y=="function"){R.callback=null,L=R.priorityLevel;var ne=Y(R.expirationTime<=Z);Z=e.unstable_now(),typeof ne=="function"?R.callback=ne:R===_(A)&&T(A),U(Z)}else T(A);R=_(A)}if(R!==null)var V=!0;else{var X=_(k);X!==null&&n(W,X.startTime-Z),V=!1}return V}finally{R=null,L=J,N=!1}}var H=a;e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(G){G.callback=null},e.unstable_continueExecution=function(){j||N||(j=!0,t(z))},e.unstable_getCurrentPriorityLevel=function(){return L},e.unstable_getFirstCallbackNode=function(){return _(A)},e.unstable_next=function(G){switch(L){case 1:case 2:case 3:var Z=3;break;default:Z=L}var J=L;L=Z;try{return G()}finally{L=J}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=H,e.unstable_runWithPriority=function(G,Z){switch(G){case 1:case 2:case 3:case 4:case 5:break;default:G=3}var J=L;L=G;try{return Z()}finally{L=J}},e.unstable_scheduleCallback=function(G,Z,J){var Y=e.unstable_now();switch(typeof J=="object"&&J!==null?(J=J.delay,J=typeof J=="number"&&0Y?(G.sortIndex=J,S(k,G),_(A)===null&&G===_(k)&&(B?r():B=!0,n(W,J-Y))):(G.sortIndex=ne,S(A,G),j||N||(j=!0,t(z))),G},e.unstable_wrapCallback=function(G){var Z=L;return function(){var J=L;L=Z;try{return G.apply(this,arguments)}finally{L=J}}}})(FJe);jJe.exports=FJe;var nwn=jJe.exports;/** @license React v17.0.2 - * react-dom.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var WH=P,Bo=xfe,ru=nwn;function an(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),rwn=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,zRe=Object.prototype.hasOwnProperty,URe={},VRe={};function awn(e){return zRe.call(VRe,e)?!0:zRe.call(URe,e)?!1:rwn.test(e)?VRe[e]=!0:(URe[e]=!0,!1)}function iwn(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function own(e,t,n,r){if(t===null||typeof t>"u"||iwn(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function Yc(e,t,n,r,a,i,o){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=o}var Mu={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Mu[e]=new Yc(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Mu[t]=new Yc(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Mu[e]=new Yc(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Mu[e]=new Yc(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Mu[e]=new Yc(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Mu[e]=new Yc(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Mu[e]=new Yc(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Mu[e]=new Yc(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Mu[e]=new Yc(e,5,!1,e.toLowerCase(),null,!1,!1)});var Vme=/[\-:]([a-z])/g;function Hme(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(Vme,Hme);Mu[t]=new Yc(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(Vme,Hme);Mu[t]=new Yc(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Vme,Hme);Mu[t]=new Yc(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Mu[e]=new Yc(e,1,!1,e.toLowerCase(),null,!1,!1)});Mu.xlinkHref=new Yc("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Mu[e]=new Yc(e,1,!1,e.toLowerCase(),null,!0,!0)});function Gme(e,t,n,r){var a=Mu.hasOwnProperty(t)?Mu[t]:null,i=a!==null?a.type===0:r?!1:!(!(2s||a[o]!==i[s])return` -`+a[o].replace(" at new "," at ");while(1<=o&&0<=s);break}}}finally{zZ=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?HP(e):""}function swn(e){switch(e.tag){case 5:return HP(e.type);case 16:return HP("Lazy");case 13:return HP("Suspense");case 19:return HP("SuspenseList");case 0:case 2:case 15:return e=Rj(e.type,!1),e;case 11:return e=Rj(e.type.render,!1),e;case 22:return e=Rj(e.type._render,!1),e;case 1:return e=Rj(e.type,!0),e;default:return""}}function TC(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case I1:return"Fragment";case Pw:return"Portal";case MR:return"Profiler";case Wme:return"StrictMode";case $R:return"Suspense";case EB:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Yme:return(e.displayName||"Context")+".Consumer";case qme:return(e._context.displayName||"Context")+".Provider";case qH:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(t!==""?"ForwardRef("+t+")":"ForwardRef");case YH:return TC(e.type);case Xme:return TC(e._render);case Kme:t=e._payload,e=e._init;try{return TC(e(t))}catch{}}return null}function kb(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function UJe(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function lwn(e){var t=UJe(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var a=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(o){r=""+o,i.call(this,o)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(o){r=""+o},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Nj(e){e._valueTracker||(e._valueTracker=lwn(e))}function VJe(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=UJe(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function TB(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function jae(e,t){var n=t.checked;return Bo({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function GRe(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=kb(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function HJe(e,t){t=t.checked,t!=null&&Gme(e,"checked",t,!1)}function Fae(e,t){HJe(e,t);var n=kb(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Bae(e,t.type,n):t.hasOwnProperty("defaultValue")&&Bae(e,t.type,kb(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function WRe(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function Bae(e,t,n){(t!=="number"||TB(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function uwn(e){var t="";return WH.Children.forEach(e,function(n){n!=null&&(t+=n)}),t}function zae(e,t){return e=Bo({children:void 0},t),(t=uwn(t.children))&&(e.children=t),e}function CC(e,t,n,r){if(e=e.options,t){t={};for(var a=0;a=n.length))throw Error(an(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:kb(n)}}function GJe(e,t){var n=kb(t.value),r=kb(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function YRe(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}var Vae={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function WJe(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Hae(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?WJe(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Dj,qJe=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,n,r,a){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,a)})}:e}(function(e,t){if(e.namespaceURI!==Vae.svg||"innerHTML"in e)e.innerHTML=t;else{for(Dj=Dj||document.createElement("div"),Dj.innerHTML=""+t.valueOf().toString()+"",t=Dj.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function nD(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var LR={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},cwn=["Webkit","ms","Moz","O"];Object.keys(LR).forEach(function(e){cwn.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),LR[t]=LR[e]})});function YJe(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||LR.hasOwnProperty(e)&&LR[e]?(""+t).trim():t+"px"}function KJe(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,a=YJe(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,a):e[n]=a}}var dwn=Bo({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Gae(e,t){if(t){if(dwn[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(an(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(an(60));if(!(typeof t.dangerouslySetInnerHTML=="object"&&"__html"in t.dangerouslySetInnerHTML))throw Error(an(61))}if(t.style!=null&&typeof t.style!="object")throw Error(an(62))}}function Wae(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Jme(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var qae=null,IC=null,AC=null;function KRe(e){if(e=PM(e)){if(typeof qae!="function")throw Error(an(280));var t=e.stateNode;t&&(t=eG(t),qae(e.stateNode,e.type,t))}}function XJe(e){IC?AC?AC.push(e):AC=[e]:IC=e}function ZJe(){if(IC){var e=IC,t=AC;if(AC=IC=null,KRe(e),t)for(e=0;er?0:1<n;n++)t.push(e);return t}function XH(e,t,n){e.pendingLanes|=t;var r=t-1;e.suspendedLanes&=r,e.pingedLanes&=r,e=e.eventTimes,t=31-Ob(t),e[t]=n}var Ob=Math.clz32?Math.clz32:Iwn,Twn=Math.log,Cwn=Math.LN2;function Iwn(e){return e===0?32:31-(Twn(e)/Cwn|0)|0}var Awn=ru.unstable_UserBlockingPriority,kwn=ru.unstable_runWithPriority,H8=!0;function Own(e,t,n,r){Rw||tge();var a=oge,i=Rw;Rw=!0;try{QJe(a,e,t,n,r)}finally{(Rw=i)||nge()}}function Pwn(e,t,n,r){kwn(Awn,oge.bind(null,e,t,n,r))}function oge(e,t,n,r){if(H8){var a;if((a=(t&4)===0)&&0=FR),iNe=String.fromCharCode(32),oNe=!1;function get(e,t){switch(e){case"keyup":return eSn.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function vet(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var zT=!1;function nSn(e,t){switch(e){case"compositionend":return vet(t);case"keypress":return t.which!==32?null:(oNe=!0,iNe);case"textInput":return e=t.data,e===iNe&&oNe?null:e;default:return null}}function rSn(e,t){if(zT)return e==="compositionend"||!dge&&get(e,t)?(e=het(),G8=lge=M1=null,zT=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=cNe(n)}}function wet(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?wet(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function fNe(){for(var e=window,t=TB();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=TB(e.document)}return t}function Qae(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}var pSn=Xv&&"documentMode"in document&&11>=document.documentMode,UT=null,Jae=null,zR=null,eie=!1;function pNe(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;eie||UT==null||UT!==TB(r)||(r=UT,"selectionStart"in r&&Qae(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),zR&&lD(zR,r)||(zR=r,r=kB(Jae,"onSelect"),0HT||(e.current=nie[HT],nie[HT]=null,HT--)}function cs(e,t){HT++,nie[HT]=e.current,e.current=t}var Pb={},oc=ex(Pb),$d=ex(!1),RS=Pb;function E2(e,t){var n=e.type.contextTypes;if(!n)return Pb;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var a={},i;for(i in n)a[i]=t[i];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function Ld(e){return e=e.childContextTypes,e!=null}function RB(){So($d),So(oc)}function SNe(e,t,n){if(oc.current!==Pb)throw Error(an(168));cs(oc,t),cs($d,n)}function Oet(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var a in r)if(!(a in e))throw Error(an(108,TC(t)||"Unknown",a));return Bo({},n,r)}function q8(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Pb,RS=oc.current,cs(oc,e),cs($d,$d.current),!0}function _Ne(e,t,n){var r=e.stateNode;if(!r)throw Error(an(169));n?(e=Oet(e,t,RS),r.__reactInternalMemoizedMergedChildContext=e,So($d),So(oc),cs(oc,e)):So($d),cs($d,n)}var pge=null,aS=null,gSn=ru.unstable_runWithPriority,hge=ru.unstable_scheduleCallback,rie=ru.unstable_cancelCallback,vSn=ru.unstable_shouldYield,ENe=ru.unstable_requestPaint,aie=ru.unstable_now,ySn=ru.unstable_getCurrentPriorityLevel,tG=ru.unstable_ImmediatePriority,Pet=ru.unstable_UserBlockingPriority,Ret=ru.unstable_NormalPriority,Net=ru.unstable_LowPriority,Det=ru.unstable_IdlePriority,eQ={},bSn=ENe!==void 0?ENe:function(){},lv=null,Y8=null,tQ=!1,TNe=aie(),Qu=1e4>TNe?aie:function(){return aie()-TNe};function T2(){switch(ySn()){case tG:return 99;case Pet:return 98;case Ret:return 97;case Net:return 96;case Det:return 95;default:throw Error(an(332))}}function Met(e){switch(e){case 99:return tG;case 98:return Pet;case 97:return Ret;case 96:return Net;case 95:return Det;default:throw Error(an(332))}}function NS(e,t){return e=Met(e),gSn(e,t)}function cD(e,t,n){return e=Met(e),hge(e,t,n)}function f0(){if(Y8!==null){var e=Y8;Y8=null,rie(e)}$et()}function $et(){if(!tQ&&lv!==null){tQ=!0;var e=0;try{var t=lv;NS(99,function(){for(;eT?(C=_,_=null):C=_.sibling;var A=f(m,_,b[T],x);if(A===null){_===null&&(_=C);break}e&&_&&A.alternate===null&&t(m,_),y=i(A,y,T),S===null?w=A:S.sibling=A,S=A,_=C}if(T===b.length)return n(m,_),w;if(_===null){for(;TT?(C=_,_=null):C=_.sibling;var k=f(m,_,A.value,x);if(k===null){_===null&&(_=C);break}e&&_&&k.alternate===null&&t(m,_),y=i(k,y,T),S===null?w=k:S.sibling=k,S=k,_=C}if(A.done)return n(m,_),w;if(_===null){for(;!A.done;T++,A=b.next())A=d(m,A.value,x),A!==null&&(y=i(A,y,T),S===null?w=A:S.sibling=A,S=A);return w}for(_=r(m,_);!A.done;T++,A=b.next())A=p(_,m,T,A.value,x),A!==null&&(e&&A.alternate!==null&&_.delete(A.key===null?T:A.key),y=i(A,y,T),S===null?w=A:S.sibling=A,S=A);return e&&_.forEach(function(I){return t(m,I)}),w}return function(m,y,b,x){var w=typeof b=="object"&&b!==null&&b.type===I1&&b.key===null;w&&(b=b.props.children);var S=typeof b=="object"&&b!==null;if(S)switch(b.$$typeof){case VP:e:{for(S=b.key,w=y;w!==null;){if(w.key===S){switch(w.tag){case 7:if(b.type===I1){n(m,w.sibling),y=a(w,b.props.children),y.return=m,m=y;break e}break;default:if(w.elementType===b.type){n(m,w.sibling),y=a(w,b.props),y.ref=Jk(m,w,b),y.return=m,m=y;break e}}n(m,w);break}else t(m,w);w=w.sibling}b.type===I1?(y=DC(b.props.children,m.mode,x,b.key),y.return=m,m=y):(x=Q8(b.type,b.key,b.props,null,m.mode,x),x.ref=Jk(m,y,b),x.return=m,m=x)}return o(m);case Pw:e:{for(w=b.key;y!==null;){if(y.key===w)if(y.tag===4&&y.stateNode.containerInfo===b.containerInfo&&y.stateNode.implementation===b.implementation){n(m,y.sibling),y=a(y,b.children||[]),y.return=m,m=y;break e}else{n(m,y);break}else t(m,y);y=y.sibling}y=sQ(b,m.mode,x),y.return=m,m=y}return o(m)}if(typeof b=="string"||typeof b=="number")return b=""+b,y!==null&&y.tag===6?(n(m,y.sibling),y=a(y,b),y.return=m,m=y):(n(m,y),y=oQ(b,m.mode,x),y.return=m,m=y),o(m);if(Lj(b))return g(m,y,b,x);if(qk(b))return v(m,y,b,x);if(S&&jj(m,b),typeof b>"u"&&!w)switch(m.tag){case 1:case 22:case 0:case 11:case 15:throw Error(an(152,TC(m.type)||"Component"))}return n(m,y)}}var LB=zet(!0),Uet=zet(!1),RM={},Lg=ex(RM),fD=ex(RM),pD=ex(RM);function Dw(e){if(e===RM)throw Error(an(174));return e}function oie(e,t){switch(cs(pD,t),cs(fD,e),cs(Lg,RM),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Hae(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=Hae(t,e)}So(Lg),cs(Lg,t)}function C2(){So(Lg),So(fD),So(pD)}function ONe(e){Dw(pD.current);var t=Dw(Lg.current),n=Hae(t,e.type);t!==n&&(cs(fD,e),cs(Lg,n))}function yge(e){fD.current===e&&(So(Lg),So(fD))}var us=ex(0);function jB(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&64)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var hv=null,L1=null,jg=!1;function Vet(e,t){var n=Up(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.flags=8,e.lastEffect!==null?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function PNe(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,!0):!1;case 13:return!1;default:return!1}}function sie(e){if(jg){var t=L1;if(t){var n=t;if(!PNe(e,t)){if(t=kC(n.nextSibling),!t||!PNe(e,t)){e.flags=e.flags&-1025|2,jg=!1,hv=e;return}Vet(hv,n)}hv=e,L1=kC(t.firstChild)}else e.flags=e.flags&-1025|2,jg=!1,hv=e}}function RNe(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;hv=e}function Fj(e){if(e!==hv)return!1;if(!jg)return RNe(e),jg=!0,!1;var t=e.type;if(e.tag!==5||t!=="head"&&t!=="body"&&!tie(t,e.memoizedProps))for(t=L1;t;)Vet(e,t),t=kC(t.nextSibling);if(RNe(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(an(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){L1=kC(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}L1=null}}else L1=hv?kC(e.stateNode.nextSibling):null;return!0}function nQ(){L1=hv=null,jg=!1}var PC=[];function bge(){for(var e=0;ei))throw Error(an(301));i+=1,Eu=Yu=null,t.updateQueue=null,UR.current=ESn,e=n(r,a)}while(VR)}if(UR.current=VB,t=Yu!==null&&Yu.next!==null,hD=0,Eu=Yu=Ts=null,FB=!1,t)throw Error(an(300));return e}function Mw(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Eu===null?Ts.memoizedState=Eu=e:Eu=Eu.next=e,Eu}function I_(){if(Yu===null){var e=Ts.alternate;e=e!==null?e.memoizedState:null}else e=Yu.next;var t=Eu===null?Ts.memoizedState:Eu.next;if(t!==null)Eu=t,Yu=e;else{if(e===null)throw Error(an(310));Yu=e,e={memoizedState:Yu.memoizedState,baseState:Yu.baseState,baseQueue:Yu.baseQueue,queue:Yu.queue,next:null},Eu===null?Ts.memoizedState=Eu=e:Eu=Eu.next=e}return Eu}function Cg(e,t){return typeof t=="function"?t(e):t}function eO(e){var t=I_(),n=t.queue;if(n===null)throw Error(an(311));n.lastRenderedReducer=e;var r=Yu,a=r.baseQueue,i=n.pending;if(i!==null){if(a!==null){var o=a.next;a.next=i.next,i.next=o}r.baseQueue=a=i,n.pending=null}if(a!==null){a=a.next,r=r.baseState;var s=o=i=null,l=a;do{var u=l.lane;if((hD&u)===u)s!==null&&(s=s.next={lane:0,action:l.action,eagerReducer:l.eagerReducer,eagerState:l.eagerState,next:null}),r=l.eagerReducer===e?l.eagerState:e(r,l.action);else{var c={lane:u,action:l.action,eagerReducer:l.eagerReducer,eagerState:l.eagerState,next:null};s===null?(o=s=c,i=r):s=s.next=c,Ts.lanes|=u,NM|=u}l=l.next}while(l!==null&&l!==a);s===null?i=r:s.next=o,zp(r,t.memoizedState)||(sm=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=s,n.lastRenderedState=r}return[t.memoizedState,n.dispatch]}function tO(e){var t=I_(),n=t.queue;if(n===null)throw Error(an(311));n.lastRenderedReducer=e;var r=n.dispatch,a=n.pending,i=t.memoizedState;if(a!==null){n.pending=null;var o=a=a.next;do i=e(i,o.action),o=o.next;while(o!==a);zp(i,t.memoizedState)||(sm=!0),t.memoizedState=i,t.baseQueue===null&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function NNe(e,t,n){var r=t._getVersion;r=r(t._source);var a=t._workInProgressVersionPrimary;if(a!==null?e=a===r:(e=e.mutableReadLanes,(e=(hD&e)===e)&&(t._workInProgressVersionPrimary=r,PC.push(t))),e)return n(t._source);throw PC.push(t),Error(an(350))}function Het(e,t,n,r){var a=Fc;if(a===null)throw Error(an(349));var i=t._getVersion,o=i(t._source),s=UR.current,l=s.useState(function(){return NNe(a,t,n)}),u=l[1],c=l[0];l=Eu;var d=e.memoizedState,f=d.refs,p=f.getSnapshot,g=d.source;d=d.subscribe;var v=Ts;return e.memoizedState={refs:f,source:t,subscribe:r},s.useEffect(function(){f.getSnapshot=n,f.setSnapshot=u;var m=i(t._source);if(!zp(o,m)){m=n(t._source),zp(c,m)||(u(m),m=rb(v),a.mutableReadLanes|=m&a.pendingLanes),m=a.mutableReadLanes,a.entangledLanes|=m;for(var y=a.entanglements,b=m;0n?98:n,function(){e(!0)}),NS(97<\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=o.createElement(n,{is:r.is}):(e=o.createElement(n),n==="select"&&(o=e,r.multiple?o.multiple=!0:r.size&&(o.size=r.size))):e=o.createElementNS(e,n),e[$1]=t,e[PB]=r,Jet(e,t,!1,!1),t.stateNode=e,o=Wae(n,r),n){case"dialog":go("cancel",e),go("close",e),a=r;break;case"iframe":case"object":case"embed":go("load",e),a=r;break;case"video":case"audio":for(a=0;avie&&(t.flags|=64,i=!0,rO(r,!1),t.lanes=33554432)}else{if(!i)if(e=jB(o),e!==null){if(t.flags|=64,i=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),rO(r,!0),r.tail===null&&r.tailMode==="hidden"&&!o.alternate&&!jg)return t=t.lastEffect=r.lastEffect,t!==null&&(t.nextEffect=null),null}else 2*Qu()-r.renderingStartTime>vie&&n!==1073741824&&(t.flags|=64,i=!0,rO(r,!1),t.lanes=33554432);r.isBackwards?(o.sibling=t.child,t.child=o):(n=r.last,n!==null?n.sibling=o:t.child=o,r.last=o)}return r.tail!==null?(n=r.tail,r.rendering=n,r.tail=n.sibling,r.lastEffect=t.lastEffect,r.renderingStartTime=Qu(),n.sibling=null,t=us.current,cs(us,i?t&1|2:t&1),n):null;case 23:case 24:return kge(),e!==null&&e.memoizedState!==null!=(t.memoizedState!==null)&&r.mode!=="unstable-defer-without-hiding"&&(t.flags|=4),null}throw Error(an(156,t.tag))}function ISn(e){switch(e.tag){case 1:Ld(e.type)&&RB();var t=e.flags;return t&4096?(e.flags=t&-4097|64,e):null;case 3:if(C2(),So($d),So(oc),bge(),t=e.flags,t&64)throw Error(an(285));return e.flags=t&-4097|64,e;case 5:return yge(e),null;case 13:return So(us),t=e.flags,t&4096?(e.flags=t&-4097|64,e):null;case 19:return So(us),null;case 4:return C2(),null;case 10:return gge(e),null;case 23:case 24:return kge(),null;default:return null}}function Tge(e,t){try{var n="",r=t;do n+=swn(r),r=r.return;while(r);var a=n}catch(i){a=` -Error generating stack: `+i.message+` -`+i.stack}return{value:e,source:t,stack:a}}function fie(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var ASn=typeof WeakMap=="function"?WeakMap:Map;function ntt(e,t,n){n=tb(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){GB||(GB=!0,yie=r),fie(e,t)},n}function rtt(e,t,n){n=tb(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var a=t.value;n.payload=function(){return fie(e,t),r(a)}}var i=e.stateNode;return i!==null&&typeof i.componentDidCatch=="function"&&(n.callback=function(){typeof r!="function"&&(Ig===null?Ig=new Set([this]):Ig.add(this),fie(e,t));var o=t.stack;this.componentDidCatch(t.value,{componentStack:o!==null?o:""})}),n}var kSn=typeof WeakSet=="function"?WeakSet:Set;function WNe(e){var t=e.ref;if(t!==null)if(typeof t=="function")try{t(null)}catch(n){ib(e,n)}else t.current=null}function OSn(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(t.flags&256&&e!==null){var n=e.memoizedProps,r=e.memoizedState;e=t.stateNode,t=e.getSnapshotBeforeUpdate(t.elementType===t.type?n:Uh(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:t.flags&256&&fge(t.stateNode.containerInfo);return;case 5:case 6:case 4:case 17:return}throw Error(an(163))}function PSn(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:if(t=n.updateQueue,t=t!==null?t.lastEffect:null,t!==null){e=t=t.next;do{if((e.tag&3)===3){var r=e.create;e.destroy=r()}e=e.next}while(e!==t)}if(t=n.updateQueue,t=t!==null?t.lastEffect:null,t!==null){e=t=t.next;do{var a=e;r=a.next,a=a.tag,a&4&&a&1&&(ftt(n,e),FSn(n,e)),e=r}while(e!==t)}return;case 1:e=n.stateNode,n.flags&4&&(t===null?e.componentDidMount():(r=n.elementType===n.type?t.memoizedProps:Uh(n.type,t.memoizedProps),e.componentDidUpdate(r,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate))),t=n.updateQueue,t!==null&&INe(n,t,e);return;case 3:if(t=n.updateQueue,t!==null){if(e=null,n.child!==null)switch(n.child.tag){case 5:e=n.child.stateNode;break;case 1:e=n.child.stateNode}INe(n,t,e)}return;case 5:e=n.stateNode,t===null&&n.flags&4&&Aet(n.type,n.memoizedProps)&&e.focus();return;case 6:return;case 4:return;case 12:return;case 13:n.memoizedState===null&&(n=n.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&iet(n))));return;case 19:case 17:case 20:case 21:case 23:case 24:return}throw Error(an(163))}function qNe(e,t){for(var n=e;;){if(n.tag===5){var r=n.stateNode;if(t)r=r.style,typeof r.setProperty=="function"?r.setProperty("display","none","important"):r.display="none";else{r=n.stateNode;var a=n.memoizedProps.style;a=a!=null&&a.hasOwnProperty("display")?a.display:null,r.style.display=YJe("display",a)}}else if(n.tag===6)n.stateNode.nodeValue=t?"":n.memoizedProps;else if((n.tag!==23&&n.tag!==24||n.memoizedState===null||n===e)&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===e)break;for(;n.sibling===null;){if(n.return===null||n.return===e)return;n=n.return}n.sibling.return=n.return,n=n.sibling}}function YNe(e,t){if(aS&&typeof aS.onCommitFiberUnmount=="function")try{aS.onCommitFiberUnmount(pge,t)}catch{}switch(t.tag){case 0:case 11:case 14:case 15:case 22:if(e=t.updateQueue,e!==null&&(e=e.lastEffect,e!==null)){var n=e=e.next;do{var r=n,a=r.destroy;if(r=r.tag,a!==void 0)if(r&4)ftt(t,n);else{r=t;try{a()}catch(i){ib(r,i)}}n=n.next}while(n!==e)}break;case 1:if(WNe(t),e=t.stateNode,typeof e.componentWillUnmount=="function")try{e.props=t.memoizedProps,e.state=t.memoizedState,e.componentWillUnmount()}catch(i){ib(t,i)}break;case 5:WNe(t);break;case 4:att(e,t)}}function KNe(e){e.alternate=null,e.child=null,e.dependencies=null,e.firstEffect=null,e.lastEffect=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.return=null,e.updateQueue=null}function XNe(e){return e.tag===5||e.tag===3||e.tag===4}function ZNe(e){e:{for(var t=e.return;t!==null;){if(XNe(t))break e;t=t.return}throw Error(an(160))}var n=t;switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:t=t.containerInfo,r=!0;break;case 4:t=t.containerInfo,r=!0;break;default:throw Error(an(161))}n.flags&16&&(nD(t,""),n.flags&=-17);e:t:for(n=e;;){for(;n.sibling===null;){if(n.return===null||XNe(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.flags&2||n.child===null||n.tag===4)continue t;n.child.return=n,n=n.child}if(!(n.flags&2)){n=n.stateNode;break e}}r?pie(e,n,t):hie(e,n,t)}function pie(e,t,n){var r=e.tag,a=r===5||r===6;if(a)e=a?e.stateNode:e.stateNode.instance,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=OB));else if(r!==4&&(e=e.child,e!==null))for(pie(e,t,n),e=e.sibling;e!==null;)pie(e,t,n),e=e.sibling}function hie(e,t,n){var r=e.tag,a=r===5||r===6;if(a)e=a?e.stateNode:e.stateNode.instance,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(hie(e,t,n),e=e.sibling;e!==null;)hie(e,t,n),e=e.sibling}function att(e,t){for(var n=t,r=!1,a,i;;){if(!r){r=n.return;e:for(;;){if(r===null)throw Error(an(160));switch(a=r.stateNode,r.tag){case 5:i=!1;break e;case 3:a=a.containerInfo,i=!0;break e;case 4:a=a.containerInfo,i=!0;break e}r=r.return}r=!0}if(n.tag===5||n.tag===6){e:for(var o=e,s=n,l=s;;)if(YNe(o,l),l.child!==null&&l.tag!==4)l.child.return=l,l=l.child;else{if(l===s)break e;for(;l.sibling===null;){if(l.return===null||l.return===s)break e;l=l.return}l.sibling.return=l.return,l=l.sibling}i?(o=a,s=n.stateNode,o.nodeType===8?o.parentNode.removeChild(s):o.removeChild(s)):a.removeChild(n.stateNode)}else if(n.tag===4){if(n.child!==null){a=n.stateNode.containerInfo,i=!0,n.child.return=n,n=n.child;continue}}else if(YNe(e,n),n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return,n.tag===4&&(r=!1)}n.sibling.return=n.return,n=n.sibling}}function iQ(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var r=n=n.next;do(r.tag&3)===3&&(e=r.destroy,r.destroy=void 0,e!==void 0&&e()),r=r.next;while(r!==n)}return;case 1:return;case 5:if(n=t.stateNode,n!=null){r=t.memoizedProps;var a=e!==null?e.memoizedProps:r;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,i!==null){for(n[PB]=r,e==="input"&&r.type==="radio"&&r.name!=null&&HJe(n,r),Wae(e,a),t=Wae(e,r),a=0;aa&&(a=o),n&=~i}if(n=a,n=Qu()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*NSn(n/1960))-n,10 component higher in the tree to provide a loading indicator or placeholder to display.`)}Iu!==5&&(Iu=2),l=Tge(l,s),f=o;do{switch(f.tag){case 3:i=l,f.flags|=4096,t&=-t,f.lanes|=t;var S=ntt(f,i,t);CNe(f,S);break e;case 1:i=l;var _=f.type,T=f.stateNode;if(!(f.flags&64)&&(typeof _.getDerivedStateFromError=="function"||T!==null&&typeof T.componentDidCatch=="function"&&(Ig===null||!Ig.has(T)))){f.flags|=4096,t&=-t,f.lanes|=t;var C=rtt(f,i,t);CNe(f,C);break e}}f=f.return}while(f!==null)}dtt(n)}catch(A){t=A,ml===n&&n!==null&&(ml=n=n.return);continue}break}while(1)}function utt(){var e=HB.current;return HB.current=VB,e===null?VB:e}function qP(e,t){var n=Or;Or|=16;var r=utt();Fc===e&&rc===t||NC(e,t);do try{MSn();break}catch(a){ltt(e,a)}while(1);if(mge(),Or=n,HB.current=r,ml!==null)throw Error(an(261));return Fc=null,rc=0,Iu}function MSn(){for(;ml!==null;)ctt(ml)}function $Sn(){for(;ml!==null&&!vSn();)ctt(ml)}function ctt(e){var t=ptt(e.alternate,e,DS);e.memoizedProps=e.pendingProps,t===null?dtt(e):ml=t,Cge.current=null}function dtt(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&2048){if(n=ISn(t),n!==null){n.flags&=2047,ml=n;return}e!==null&&(e.firstEffect=e.lastEffect=null,e.flags|=2048)}else{if(n=CSn(n,t,DS),n!==null){ml=n;return}if(n=t,n.tag!==24&&n.tag!==23||n.memoizedState===null||DS&1073741824||!(n.mode&4)){for(var r=0,a=n.child;a!==null;)r|=a.lanes|a.childLanes,a=a.sibling;n.childLanes=r}e!==null&&!(e.flags&2048)&&(e.firstEffect===null&&(e.firstEffect=t.firstEffect),t.lastEffect!==null&&(e.lastEffect!==null&&(e.lastEffect.nextEffect=t.firstEffect),e.lastEffect=t.lastEffect),1o&&(s=o,o=S,S=s),s=dNe(b,S),i=dNe(b,o),s&&i&&(w.rangeCount!==1||w.anchorNode!==s.node||w.anchorOffset!==s.offset||w.focusNode!==i.node||w.focusOffset!==i.offset)&&(x=x.createRange(),x.setStart(s.node,s.offset),w.removeAllRanges(),S>o?(w.addRange(x),w.extend(i.node,i.offset)):(x.setEnd(i.node,i.offset),w.addRange(x)))))),x=[],w=b;w=w.parentNode;)w.nodeType===1&&x.push({element:w,left:w.scrollLeft,top:w.scrollTop});for(typeof b.focus=="function"&&b.focus(),b=0;bQu()-Age?NC(e,0):Ige|=n),sh(e,t)}function USn(e,t){var n=e.stateNode;n!==null&&n.delete(t),t=0,t===0&&(t=e.mode,t&2?t&4?(dv===0&&(dv=sA),t=mT(62914560&~dv),t===0&&(t=4194304)):t=T2()===99?1:2:t=1),n=Ff(),e=aG(e,t),e!==null&&(XH(e,t,n),sh(e,n))}var ptt;ptt=function(e,t,n){var r=t.lanes;if(e!==null)if(e.memoizedProps!==t.pendingProps||$d.current)sm=!0;else if(n&r)sm=!!(e.flags&16384);else{switch(sm=!1,t.tag){case 3:FNe(t),nQ();break;case 5:ONe(t);break;case 1:Ld(t.type)&&q8(t);break;case 4:oie(t,t.stateNode.containerInfo);break;case 10:r=t.memoizedProps.value;var a=t.type._context;cs(NB,a._currentValue),a._currentValue=r;break;case 13:if(t.memoizedState!==null)return n&t.child.childLanes?BNe(e,t,n):(cs(us,us.current&1),t=mv(e,t,n),t!==null?t.sibling:null);cs(us,us.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&64){if(r)return GNe(e,t,n);t.flags|=64}if(a=t.memoizedState,a!==null&&(a.rendering=null,a.tail=null,a.lastEffect=null),cs(us,us.current),r)break;return null;case 23:case 24:return t.lanes=0,rQ(e,t,n)}return mv(e,t,n)}else sm=!1;switch(t.lanes=0,t.tag){case 2:if(r=t.type,e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2),e=t.pendingProps,a=E2(t,oc.current),OC(t,n),a=wge(null,t,r,e,a,n),t.flags|=1,typeof a=="object"&&a!==null&&typeof a.render=="function"&&a.$$typeof===void 0){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,Ld(r)){var i=!0;q8(t)}else i=!1;t.memoizedState=a.state!==null&&a.state!==void 0?a.state:null,vge(t);var o=r.getDerivedStateFromProps;typeof o=="function"&&$B(t,r,o,e),a.updater=nG,t.stateNode=a,a._reactInternals=t,iie(t,r,e,n),t=cie(null,t,r,!0,i,n)}else t.tag=0,vd(null,t,a,n),t=t.child;return t;case 16:a=t.elementType;e:{switch(e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2),e=t.pendingProps,i=a._init,a=i(a._payload),t.type=a,i=t.tag=HSn(a),e=Uh(a,e),i){case 0:t=uie(null,t,a,e,n);break e;case 1:t=jNe(null,t,a,e,n);break e;case 11:t=$Ne(null,t,a,e,n);break e;case 14:t=LNe(null,t,a,Uh(a.type,e),r,n);break e}throw Error(an(306,a,""))}return t;case 0:return r=t.type,a=t.pendingProps,a=t.elementType===r?a:Uh(r,a),uie(e,t,r,a,n);case 1:return r=t.type,a=t.pendingProps,a=t.elementType===r?a:Uh(r,a),jNe(e,t,r,a,n);case 3:if(FNe(t),r=t.updateQueue,e===null||r===null)throw Error(an(282));if(r=t.pendingProps,a=t.memoizedState,a=a!==null?a.element:null,jet(e,t),dD(t,r,null,n),r=t.memoizedState.element,r===a)nQ(),t=mv(e,t,n);else{if(a=t.stateNode,(i=a.hydrate)&&(L1=kC(t.stateNode.containerInfo.firstChild),hv=t,i=jg=!0),i){if(e=a.mutableSourceEagerHydrationData,e!=null)for(a=0;a"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(mtt)}catch(e){console.error(e)}}mtt(),LJe.exports=bh;var ts=LJe.exports;const gv=Yn(ts);function ZSn(e){function t(Z,J,Y,ne,V){for(var X=0,ae=0,oe=0,ie=0,he,fe,we=0,Ie=0,de,pe=de=he=0,_e=0,te=0,ce=0,se=0,ve=Y.length,me=ve-1,Ce,Ee="",Ye="",xt="",bt="",st;_ehe)&&(se=(Ee=Ee.replace(" ",":")).length),0ne&&(ne=(J=J.trim()).charCodeAt(0)),ne){case 38:return J.replace(y,"$1"+Z.trim());case 58:return Z.trim()+J.replace(y,"$1"+Z.trim());default:if(0<1*Y&&0ae.charCodeAt(8))break;case 115:V=V.replace(ae,"-webkit-"+ae)+";"+V;break;case 207:case 102:V=V.replace(ae,"-webkit-"+(102Y.charCodeAt(0)&&(Y=Y.trim()),G=Y,Y=[G],01?t-1:0),r=1;r0?" Args: "+n.join(", "):""))}var n_n=function(){function e(n){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=n}var t=e.prototype;return t.indexOfGroup=function(n){for(var r=0,a=0;a=this.groupSizes.length){for(var a=this.groupSizes,i=a.length,o=i;n>=o;)(o<<=1)<0&&MS(16,""+n);this.groupSizes=new Uint32Array(o),this.groupSizes.set(a),this.length=o;for(var s=i;s=this.length||this.groupSizes[n]===0)return r;for(var a=this.groupSizes[n],i=this.indexOfGroup(n),o=i+a,s=i;s=qR&&(qR=t+1),J8.set(e,t),YB.set(t,e)},i_n="style["+A2+'][data-styled-version="5.3.3"]',o_n=new RegExp("^"+A2+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),s_n=function(e,t,n){for(var r,a=n.split(","),i=0,o=a.length;i=0;u--){var c=l[u];if(c&&c.nodeType===1&&c.hasAttribute(A2))return c}}(n),i=a!==void 0?a.nextSibling:null;r.setAttribute(A2,"active"),r.setAttribute("data-styled-version","5.3.3");var o=u_n();return o&&r.setAttribute("nonce",o),n.insertBefore(r,i),r},c_n=function(){function e(n){var r=this.element=gtt(n);r.appendChild(document.createTextNode("")),this.sheet=function(a){if(a.sheet)return a.sheet;for(var i=document.styleSheets,o=0,s=i.length;o=0){var a=document.createTextNode(r),i=this.nodes[n];return this.element.insertBefore(a,i||null),this.length++,!0}return!1},t.deleteRule=function(n){this.element.removeChild(this.nodes[n]),this.length--},t.getRule=function(n){return n0&&(d+=f+",")}),i+=""+u+c+'{content:"'+d+`"}/*!sc*/ -`}}}return i}(this)},e}(),h_n=/(a)(d)/gi,iDe=function(e){return String.fromCharCode(e+(e>25?39:97))};function Eie(e){var t,n="";for(t=Math.abs(e);t>52;t=t/52|0)n=iDe(t%52)+n;return(iDe(t%52)+n).replace(h_n,"$1-$2")}var WT=function(e,t){for(var n=t.length;n;)e=33*e^t.charCodeAt(--n);return e},ytt=function(e){return WT(5381,e)};function m_n(e){for(var t=0;t>>0);if(!n.hasNameForId(a,s)){var l=r(o,"."+s,void 0,a);n.insertRules(a,s,l)}i.push(s),this.staticRulesId=s}else{for(var u=this.rules.length,c=WT(this.baseHash,r.hash),d="",f=0;f>>0);if(!n.hasNameForId(a,m)){var y=r(d,"."+m,void 0,a);n.insertRules(a,m,y)}i.push(m)}}return i.join(" ")},e}(),y_n=/^\s*\/\/.*$/gm,b_n=[":","[",".","#"];function x_n(e){var t,n,r,a,i=e===void 0?ob:e,o=i.options,s=o===void 0?ob:o,l=i.plugins,u=l===void 0?qB:l,c=new ZSn(s),d=[],f=function(v){function m(y){if(y)try{v(y+"}")}catch{}}return function(y,b,x,w,S,_,T,C,A,k){switch(y){case 1:if(A===0&&b.charCodeAt(0)===64)return v(b+";"),"";break;case 2:if(C===0)return b+"/*|*/";break;case 3:switch(C){case 102:case 112:return v(x[0]+b),"";default:return b+(k===0?"/*|*/":"")}case-2:b.split("/*|*/}").forEach(m)}}}(function(v){d.push(v)}),p=function(v,m,y){return m===0&&b_n.indexOf(y[n.length])!==-1||y.match(a)?v:"."+t};function g(v,m,y,b){b===void 0&&(b="&");var x=v.replace(y_n,""),w=m&&y?y+" "+m+" { "+x+" }":x;return t=b,n=m,r=new RegExp("\\"+n+"\\b","g"),a=new RegExp("(\\"+n+"\\b){2,}"),c(y||!m?"":m,w)}return c.use([].concat(u,[function(v,m,y){v===2&&y.length&&y[0].lastIndexOf(n)>0&&(y[0]=y[0].replace(r,p))},f,function(v){if(v===-2){var m=d;return d=[],m}}])),g.hash=u.length?u.reduce(function(v,m){return m.name||MS(15),WT(v,m.name)},5381).toString():"",g}var btt=be.createContext();btt.Consumer;var xtt=be.createContext(),w_n=(xtt.Consumer,new vtt),Tie=x_n();function S_n(){return P.useContext(btt)||w_n}function __n(){return P.useContext(xtt)||Tie}var wtt=function(){function e(t,n){var r=this;this.inject=function(a,i){i===void 0&&(i=Tie);var o=r.name+i.hash;a.hasNameForId(r.id,o)||a.insertRules(r.id,o,i(r.rules,o,"@keyframes"))},this.toString=function(){return MS(12,String(r.name))},this.name=t,this.id="sc-keyframes-"+t,this.rules=n}return e.prototype.getName=function(t){return t===void 0&&(t=Tie),this.name+t.hash},e}(),E_n=/([A-Z])/,T_n=/([A-Z])/g,C_n=/^ms-/,I_n=function(e){return"-"+e.toLowerCase()};function oDe(e){return E_n.test(e)?e.replace(T_n,I_n).replace(C_n,"-ms-"):e}var sDe=function(e){return e==null||e===!1||e===""};function k2(e,t,n,r){if(Array.isArray(e)){for(var a,i=[],o=0,s=e.length;o1?t-1:0),r=1;r?@[\\\]^`{|}~-]+/g,O_n=/(^-|-$)/g;function uQ(e){return e.replace(k_n,"-").replace(O_n,"")}var Stt=function(e){return Eie(ytt(e)>>>0)};function Hj(e){return typeof e=="string"&&!0}var Cie=function(e){return typeof e=="function"||typeof e=="object"&&e!==null&&!Array.isArray(e)},P_n=function(e){return e!=="__proto__"&&e!=="constructor"&&e!=="prototype"};function R_n(e,t,n){var r=e[n];Cie(t)&&Cie(r)?_tt(r,t):e[n]=t}function _tt(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r=0||(k[C]=_[C]);return k}(t,["componentId"]),S=x&&x+"-"+(Hj(b)?b:uQ(rDe(b)));return Ett(b,Ag({},w,{attrs:f,componentId:S}),n)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(b){this._foldedDefaultProps=r?_tt({},e.defaultProps,b):b}}),g.toString=function(){return"."+g.styledComponentId},a&&Tb(g,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var Iie=function(e){return function t(n,r,a){if(a===void 0&&(a=ob),!GV.isValidElementType(r))return MS(1,String(r));var i=function(){return n(r,a,Cl.apply(void 0,arguments))};return i.withConfig=function(o){return t(n,r,Ag({},a,{},o))},i.attrs=function(o){return t(n,r,Ag({},a,{attrs:Array.prototype.concat(a.attrs,o).filter(Boolean)}))},i}(Ett,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach(function(e){Iie[e]=Iie(e)});function $ge(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r2&&arguments[2]!==void 0?arguments[2]:{clone:!0},r=n.clone?Te({},e):e;return dQ(e)&&dQ(t)&&Object.keys(t).forEach(function(a){a!=="__proto__"&&(dQ(t[a])&&a in e?r[a]=Db(e[a],t[a],n):r[a]=t[a])}),r}var Ttt={exports:{}},M_n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",$_n=M_n,L_n=$_n;function Ctt(){}function Itt(){}Itt.resetWarningCache=Ctt;var j_n=function(){function e(r,a,i,o,s,l){if(l!==L_n){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}e.isRequired=e;function t(){return e}var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:Itt,resetWarningCache:Ctt};return n.PropTypes=n,n};Ttt.exports=j_n();var A1=Ttt.exports;const Gt=Yn(A1);var Att=oG(Gt.element);Att.isRequired=oG(Gt.element.isRequired);const F_n=Att,B_n=oG();function z_n(e,t){if(ds(e)!=="object"||e===null)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(ds(r)!=="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ktt(e){var t=z_n(e,"string");return ds(t)==="symbol"?t:String(t)}function qa(e,t,n){return t=ktt(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const U_n=Object.freeze(Object.defineProperty({__proto__:null,default:qa},Symbol.toStringTag,{value:"Module"}));function V_n(e){return e}function $S(e){for(var t="https://mui.com/production-error/?code="+e,n=1;n1&&arguments[1]!==void 0?arguments[1]:"";return e.displayName||e.name||tEn(e)||t}function cDe(e,t,n){var r=$tt(t);return e.displayName||(r!==""?"".concat(n,"(").concat(r,")"):n)}function nEn(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return $tt(e,"Component");if(ds(e)==="object")switch(e.$$typeof){case uDe.ForwardRef:return cDe(e,e.render,"ForwardRef");case uDe.Memo:return cDe(e,e.type,"memo");default:return}}}function rEn(e,t,n,r,a){return null}const aEn=typeof window<"u"&&window.Math==Math?window:typeof self<"u"&&self.Math==Math?self:Function("return this")();var iEn=Gt.oneOfType([Gt.func,Gt.object]);const oEn=iEn;/** @license Material-UI v4.11.3 - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */const sEn=Object.freeze(Object.defineProperty({__proto__:null,HTMLElementType:rEn,chainPropTypes:oG,deepmerge:Db,elementAcceptingRef:F_n,elementTypeAcceptingRef:B_n,exactProp:V_n,formatMuiErrorMessage:$S,getDisplayName:nEn,ponyfillGlobal:aEn,refType:oEn},Symbol.toStringTag,{value:"Module"}));function jge(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.min(Math.max(t,e),n)}function lEn(e){e=e.substr(1);var t=new RegExp(".{1,".concat(e.length>=6?2:1,"}"),"g"),n=e.match(t);return n&&n[0].length===1&&(n=n.map(function(r){return r+r})),n?"rgb".concat(n.length===4?"a":"","(").concat(n.map(function(r,a){return a<3?parseInt(r,16):Math.round(parseInt(r,16)/255*1e3)/1e3}).join(", "),")"):""}function uEn(e){e=LS(e);var t=e,n=t.values,r=n[0],a=n[1]/100,i=n[2]/100,o=a*Math.min(i,1-i),s=function(d){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:(d+r/30)%12;return i-o*Math.max(Math.min(f-3,9-f,1),-1)},l="rgb",u=[Math.round(s(0)*255),Math.round(s(8)*255),Math.round(s(4)*255)];return e.type==="hsla"&&(l+="a",u.push(n[3])),uG({type:l,values:u})}function LS(e){if(e.type)return e;if(e.charAt(0)==="#")return LS(lEn(e));var t=e.indexOf("("),n=e.substring(0,t);if(["rgb","rgba","hsl","hsla"].indexOf(n)===-1)throw new Error($S(3,e));var r=e.substring(t+1,e.length-1).split(",");return r=r.map(function(a){return parseFloat(a)}),{type:n,values:r}}function uG(e){var t=e.type,n=e.values;return t.indexOf("rgb")!==-1?n=n.map(function(r,a){return a<3?parseInt(r,10):r}):t.indexOf("hsl")!==-1&&(n[1]="".concat(n[1],"%"),n[2]="".concat(n[2],"%")),"".concat(t,"(").concat(n.join(", "),")")}function cEn(e,t){var n=Aie(e),r=Aie(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function Aie(e){e=LS(e);var t=e.type==="hsl"?LS(uEn(e)).values:e.values;return t=t.map(function(n){return n/=255,n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)}),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function AE(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.15;return Aie(e)>.5?Ltt(e,t):jtt(e,t)}function dEn(e,t){return Ro(e,t)}function Ro(e,t){return e=LS(e),t=jge(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.values[3]=t,uG(e)}function Ltt(e,t){if(e=LS(e),t=jge(t),e.type.indexOf("hsl")!==-1)e.values[2]*=1-t;else if(e.type.indexOf("rgb")!==-1)for(var n=0;n<3;n+=1)e.values[n]*=1-t;return uG(e)}function jtt(e,t){if(e=LS(e),t=jge(t),e.type.indexOf("hsl")!==-1)e.values[2]+=(100-e.values[2])*t;else if(e.type.indexOf("rgb")!==-1)for(var n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;return uG(e)}function Il(e,t){if(e==null)return{};var n={},r=Object.keys(e),a,i;for(i=0;i=0)&&(n[a]=e[a]);return n}function Kt(e,t){if(e==null)return{};var n=Il(e,t),r,a;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(a=0;a=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}const fEn=Object.freeze(Object.defineProperty({__proto__:null,default:Kt},Symbol.toStringTag,{value:"Module"}));var Jy=["xs","sm","md","lg","xl"];function pEn(e){var t=e.values,n=t===void 0?{xs:0,sm:600,md:960,lg:1280,xl:1920}:t,r=e.unit,a=r===void 0?"px":r,i=e.step,o=i===void 0?5:i,s=Kt(e,["values","unit","step"]);function l(p){var g=typeof n[p]=="number"?n[p]:p;return"@media (min-width:".concat(g).concat(a,")")}function u(p){var g=Jy.indexOf(p)+1,v=n[Jy[g]];if(g===Jy.length)return l("xs");var m=typeof v=="number"&&g>0?v:p;return"@media (max-width:".concat(m-o/100).concat(a,")")}function c(p,g){var v=Jy.indexOf(g);return v===Jy.length-1?l(p):"@media (min-width:".concat(typeof n[p]=="number"?n[p]:p).concat(a,") and ")+"(max-width:".concat((v!==-1&&typeof n[Jy[v+1]]=="number"?n[Jy[v+1]]:g)-o/100).concat(a,")")}function d(p){return c(p,p)}function f(p){return n[p]}return Te({keys:Jy,values:n,up:l,down:u,between:c,only:d,width:f},s)}function hEn(e,t,n){var r;return Te({gutters:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return console.warn(["Material-UI: theme.mixins.gutters() is deprecated.","You can use the source of the mixin directly:",` - paddingLeft: theme.spacing(2), - paddingRight: theme.spacing(2), - [theme.breakpoints.up('sm')]: { - paddingLeft: theme.spacing(3), - paddingRight: theme.spacing(3), - }, - `].join(` -`)),Te({paddingLeft:t(2),paddingRight:t(2)},i,qa({},e.up("sm"),Te({paddingLeft:t(3),paddingRight:t(3)},i[e.up("sm")])))},toolbar:(r={minHeight:56},qa(r,"".concat(e.up("xs")," and (orientation: landscape)"),{minHeight:48}),qa(r,e.up("sm"),{minHeight:64}),r)},n)}var mEn={black:"#000",white:"#fff"};const XB=mEn;var gEn={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#d5d5d5",A200:"#aaaaaa",A400:"#303030",A700:"#616161"};const Fge=gEn;var vEn={50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe"};const fQ=vEn;var yEn={50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162"};const pQ=yEn;var bEn={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"};const hQ=bEn;var xEn={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"};const mQ=xEn;var wEn={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"};const gQ=wEn;var SEn={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};const vQ=SEn;var dDe={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.54)",disabled:"rgba(0, 0, 0, 0.38)",hint:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:XB.white,default:Fge[50]},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},yQ={text:{primary:XB.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",hint:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:Fge[800],default:"#303030"},action:{active:XB.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function fDe(e,t,n,r){var a=r.light||r,i=r.dark||r*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t==="light"?e.light=jtt(e.main,a):t==="dark"&&(e.dark=Ltt(e.main,i)))}function _En(e){var t=e.primary,n=t===void 0?{light:fQ[300],main:fQ[500],dark:fQ[700]}:t,r=e.secondary,a=r===void 0?{light:pQ.A200,main:pQ.A400,dark:pQ.A700}:r,i=e.error,o=i===void 0?{light:hQ[300],main:hQ[500],dark:hQ[700]}:i,s=e.warning,l=s===void 0?{light:mQ[300],main:mQ[500],dark:mQ[700]}:s,u=e.info,c=u===void 0?{light:gQ[300],main:gQ[500],dark:gQ[700]}:u,d=e.success,f=d===void 0?{light:vQ[300],main:vQ[500],dark:vQ[700]}:d,p=e.type,g=p===void 0?"light":p,v=e.contrastThreshold,m=v===void 0?3:v,y=e.tonalOffset,b=y===void 0?.2:y,x=Kt(e,["primary","secondary","error","warning","info","success","type","contrastThreshold","tonalOffset"]);function w(C){var A=cEn(C,yQ.text.primary)>=m?yQ.text.primary:dDe.text.primary;return A}var S=function(A){var k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:500,I=arguments.length>2&&arguments[2]!==void 0?arguments[2]:300,R=arguments.length>3&&arguments[3]!==void 0?arguments[3]:700;if(A=Te({},A),!A.main&&A[k]&&(A.main=A[k]),!A.main)throw new Error($S(4,k));if(typeof A.main!="string")throw new Error($S(5,JSON.stringify(A.main)));return fDe(A,"light",I,b),fDe(A,"dark",R,b),A.contrastText||(A.contrastText=w(A.main)),A},_={dark:yQ,light:dDe},T=Db(Te({common:XB,type:g,primary:S(n),secondary:S(a,"A400","A200","A700"),error:S(o),warning:S(l),info:S(c),success:S(f),grey:Fge,contrastThreshold:m,getContrastText:w,augmentColor:S,tonalOffset:b},_[g]),x);return T}function Ftt(e){return Math.round(e*1e5)/1e5}function EEn(e){return Ftt(e)}var pDe={textTransform:"uppercase"},hDe='"Roboto", "Helvetica", "Arial", sans-serif';function TEn(e,t){var n=typeof t=="function"?t(e):t,r=n.fontFamily,a=r===void 0?hDe:r,i=n.fontSize,o=i===void 0?14:i,s=n.fontWeightLight,l=s===void 0?300:s,u=n.fontWeightRegular,c=u===void 0?400:u,d=n.fontWeightMedium,f=d===void 0?500:d,p=n.fontWeightBold,g=p===void 0?700:p,v=n.htmlFontSize,m=v===void 0?16:v,y=n.allVariants,b=n.pxToRem,x=Kt(n,["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"]),w=o/14,S=b||function(C){return"".concat(C/m*w,"rem")},_=function(A,k,I,R,L){return Te({fontFamily:a,fontWeight:A,fontSize:S(k),lineHeight:I},a===hDe?{letterSpacing:"".concat(Ftt(R/k),"em")}:{},L,y)},T={h1:_(l,96,1.167,-1.5),h2:_(l,60,1.2,-.5),h3:_(c,48,1.167,0),h4:_(c,34,1.235,.25),h5:_(c,24,1.334,0),h6:_(f,20,1.6,.15),subtitle1:_(c,16,1.75,.15),subtitle2:_(f,14,1.57,.1),body1:_(c,16,1.5,.15),body2:_(c,14,1.43,.15),button:_(f,14,1.75,.4,pDe),caption:_(c,12,1.66,.4),overline:_(c,12,2.66,1,pDe)};return Db(Te({htmlFontSize:m,pxToRem:S,round:EEn,fontFamily:a,fontSize:o,fontWeightLight:l,fontWeightRegular:c,fontWeightMedium:f,fontWeightBold:g},T),x,{clone:!1})}var CEn=.2,IEn=.14,AEn=.12;function ko(){return["".concat(arguments.length<=0?void 0:arguments[0],"px ").concat(arguments.length<=1?void 0:arguments[1],"px ").concat(arguments.length<=2?void 0:arguments[2],"px ").concat(arguments.length<=3?void 0:arguments[3],"px rgba(0,0,0,").concat(CEn,")"),"".concat(arguments.length<=4?void 0:arguments[4],"px ").concat(arguments.length<=5?void 0:arguments[5],"px ").concat(arguments.length<=6?void 0:arguments[6],"px ").concat(arguments.length<=7?void 0:arguments[7],"px rgba(0,0,0,").concat(IEn,")"),"".concat(arguments.length<=8?void 0:arguments[8],"px ").concat(arguments.length<=9?void 0:arguments[9],"px ").concat(arguments.length<=10?void 0:arguments[10],"px ").concat(arguments.length<=11?void 0:arguments[11],"px rgba(0,0,0,").concat(AEn,")")].join(",")}var kEn=["none",ko(0,2,1,-1,0,1,1,0,0,1,3,0),ko(0,3,1,-2,0,2,2,0,0,1,5,0),ko(0,3,3,-2,0,3,4,0,0,1,8,0),ko(0,2,4,-1,0,4,5,0,0,1,10,0),ko(0,3,5,-1,0,5,8,0,0,1,14,0),ko(0,3,5,-1,0,6,10,0,0,1,18,0),ko(0,4,5,-2,0,7,10,1,0,2,16,1),ko(0,5,5,-3,0,8,10,1,0,3,14,2),ko(0,5,6,-3,0,9,12,1,0,3,16,2),ko(0,6,6,-3,0,10,14,1,0,4,18,3),ko(0,6,7,-4,0,11,15,1,0,4,20,3),ko(0,7,8,-4,0,12,17,2,0,5,22,4),ko(0,7,8,-4,0,13,19,2,0,5,24,4),ko(0,7,9,-4,0,14,21,2,0,5,26,4),ko(0,8,9,-5,0,15,22,2,0,6,28,5),ko(0,8,10,-5,0,16,24,2,0,6,30,5),ko(0,8,11,-5,0,17,26,2,0,6,32,5),ko(0,9,11,-5,0,18,28,2,0,7,34,6),ko(0,9,12,-6,0,19,29,2,0,7,36,6),ko(0,10,13,-6,0,20,31,3,0,8,38,7),ko(0,10,13,-6,0,21,33,3,0,8,40,7),ko(0,10,14,-6,0,22,35,3,0,8,42,7),ko(0,11,14,-7,0,23,36,3,0,9,44,8),ko(0,11,15,-7,0,24,38,3,0,9,46,8)];const OEn=kEn;var PEn={borderRadius:4};const REn=PEn;function kie(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n2)if(vDe[e])e=vDe[e];else return[e];var t=e.split(""),n=_o(t,2),r=n[0],a=n[1],i=lTn[r],o=uTn[a]||"";return Array.isArray(o)?o.map(function(s){return i+s}):[i+o]}),jnt=["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY"];function zge(e){var t=e.spacing||8;return typeof t=="number"?function(n){return t*n}:Array.isArray(t)?function(n){return t[n]}:typeof t=="function"?t:function(){}}function dTn(e,t){if(typeof t=="string"||t==null)return t;var n=Math.abs(t),r=e(n);return t>=0?r:typeof r=="number"?-r:"-".concat(r)}function fTn(e,t){return function(n){return e.reduce(function(r,a){return r[a]=dTn(t,n),r},{})}}function Uge(e){var t=e.theme,n=zge(t);return Object.keys(e).map(function(r){if(jnt.indexOf(r)===-1)return null;var a=cTn(r),i=fTn(a,n),o=e[r];return ztt(e,o,i)}).reduce(mD,{})}Uge.propTypes={};Uge.filterProps=jnt;var Fnt=Un({prop:"fontFamily",themeKey:"typography"}),Bnt=Un({prop:"fontSize",themeKey:"typography"}),znt=Un({prop:"fontStyle",themeKey:"typography"}),Unt=Un({prop:"fontWeight",themeKey:"typography"}),Vnt=Un({prop:"letterSpacing"}),Hnt=Un({prop:"lineHeight"}),Gnt=Un({prop:"textAlign"}),pTn=Iy(Fnt,Bnt,znt,Unt,Vnt,Hnt,Gnt);const hTn=pTn;/** @license Material-UI v4.12.2 - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */const mTn=Object.freeze(Object.defineProperty({__proto__:null,alignContent:tnt,alignItems:ent,alignSelf:ont,bgcolor:Snt,border:Utt,borderBottom:Gtt,borderColor:qtt,borderLeft:Wtt,borderRadius:Ytt,borderRight:Htt,borderTop:Vtt,borders:jEn,bottom:Int,boxSizing:Mnt,breakpoints:$En,color:wnt,compose:Iy,createUnarySpacing:zge,css:FEn,display:WEn,flex:rnt,flexBasis:Xtt,flexDirection:Ztt,flexGrow:ant,flexShrink:int,flexWrap:Qtt,flexbox:YEn,fontFamily:Fnt,fontSize:Bnt,fontStyle:znt,fontWeight:Unt,grid:XEn,gridArea:xnt,gridAutoColumns:mnt,gridAutoFlow:hnt,gridAutoRows:gnt,gridColumn:fnt,gridColumnGap:cnt,gridGap:unt,gridRow:pnt,gridRowGap:dnt,gridTemplateAreas:bnt,gridTemplateColumns:vnt,gridTemplateRows:ynt,height:Rnt,justifyContent:Jtt,justifyItems:snt,justifySelf:lnt,left:Ant,letterSpacing:Vnt,lineHeight:Hnt,maxHeight:Nnt,maxWidth:Ont,minHeight:Dnt,minWidth:Pnt,order:nnt,palette:QEn,position:_nt,positions:JEn,right:Cnt,shadows:tTn,sizeHeight:rTn,sizeWidth:nTn,sizing:iTn,spacing:Uge,style:Un,styleFunctionSx:Ktt,textAlign:Gnt,top:Tnt,typography:hTn,width:knt,zIndex:Ent},Symbol.toStringTag,{value:"Module"}));function gTn(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:8;if(e.mui)return e;var t=zge({spacing:e}),n=function(){for(var a=arguments.length,i=new Array(a),o=0;o0&&arguments[0]!==void 0?arguments[0]:["all"],n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.duration,a=r===void 0?jS.standard:r,i=n.easing,o=i===void 0?yDe.easeInOut:i,s=n.delay,l=s===void 0?0:s;return Kt(n,["duration","easing","delay"]),(Array.isArray(t)?t:[t]).map(function(u){return"".concat(u," ").concat(typeof a=="string"?a:bDe(a)," ").concat(o," ").concat(typeof l=="string"?l:bDe(l))}).join(",")},getAutoHeightDuration:function(t){if(!t)return 0;var n=t/36;return Math.round((4+15*Math.pow(n,.25)+n/5)*10)}};var yTn={mobileStepper:1e3,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};const Wnt=yTn;function qnt(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.breakpoints,n=t===void 0?{}:t,r=e.mixins,a=r===void 0?{}:r,i=e.palette,o=i===void 0?{}:i,s=e.spacing,l=e.typography,u=l===void 0?{}:l,c=Kt(e,["breakpoints","mixins","palette","spacing","typography"]),d=_En(o),f=pEn(n),p=gTn(s),g=Db({breakpoints:f,direction:"ltr",mixins:hEn(f,p,a),overrides:{},palette:d,props:{},shadows:OEn,typography:TEn(d,u),spacing:p,shape:REn,transitions:vTn,zIndex:Wnt},c),v=arguments.length,m=new Array(v>1?v-1:0),y=1;y0&&arguments[0]!==void 0?arguments[0]:{},t=e.disableGlobal,n=t===void 0?!1:t,r=e.productionPrefix,a=r===void 0?"jss":r,i=e.seed,o=i===void 0?"":i,s=o===""?"":"".concat(o,"-"),l=0,u=function(){return l+=1,l};return function(c,d){var f=d.options.name;if(f&&f.indexOf("Mui")===0&&!d.options.link&&!n){if(xTn.indexOf(c.key)!==-1)return"Mui-".concat(c.key);var p="".concat(s).concat(f,"-").concat(c.key);return!d.options.theme[Ynt]||o!==""?p:"".concat(p,"-").concat(u())}return"".concat(s).concat(a).concat(u())}}function wTn(e){return e}function Hge(e){var t=e.theme,n=e.name,r=e.props;if(!t||!t.props||!t.props[n])return r;var a=t.props[n],i;for(i in a)r[i]===void 0&&(r[i]=a[i]);return r}var xDe=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},GM=(typeof window>"u"?"undefined":xDe(window))==="object"&&(typeof document>"u"?"undefined":xDe(document))==="object"&&document.nodeType===9;function wDe(e,t){for(var n=0;n<+~=|^:(),"'`\s])/g,_De=typeof CSS<"u"&&CSS.escape,Wge=function(e){return _De?_De(e):e.replace(_Tn,"\\$1")},Knt=function(){function e(n,r,a){this.type="style",this.isProcessed=!1;var i=a.sheet,o=a.Renderer;this.key=n,this.options=a,this.style=r,i?this.renderer=i.renderer:o&&(this.renderer=new o)}var t=e.prototype;return t.prop=function(r,a,i){if(a===void 0)return this.style[r];var o=i?i.force:!1;if(!o&&this.style[r]===a)return this;var s=a;(!i||i.process!==!1)&&(s=this.options.jss.plugins.onChangeValue(a,r,this));var l=s==null||s===!1,u=r in this.style;if(l&&!u&&!o)return this;var c=l&&u;if(c?delete this.style[r]:this.style[r]=s,this.renderable&&this.renderer)return c?this.renderer.removeProperty(this.renderable,r):this.renderer.setProperty(this.renderable,r,s),this;var d=this.options.sheet;return d&&d.attached,this},e}(),Rie=function(e){io(t,e);function t(r,a,i){var o;o=e.call(this,r,a,i)||this;var s=i.selector,l=i.scoped,u=i.sheet,c=i.generateId;return s?o.selectorText=s:l!==!1&&(o.id=c(xo(xo(o)),u),o.selectorText="."+Wge(o.id)),o}var n=t.prototype;return n.applyTo=function(a){var i=this.renderer;if(i){var o=this.toJSON();for(var s in o)i.setProperty(a,s,o[s])}return this},n.toJSON=function(){var a={};for(var i in this.style){var o=this.style[i];typeof o!="object"?a[i]=o:Array.isArray(o)&&(a[i]=iS(o))}return a},n.toString=function(a){var i=this.options.sheet,o=i?i.options.link:!1,s=o?Te({},a,{allowEmpty:!0}):a;return gD(this.selectorText,this.style,s)},gs(t,[{key:"selector",set:function(a){if(a!==this.selectorText){this.selectorText=a;var i=this.renderer,o=this.renderable;if(!(!o||!i)){var s=i.setSelector(o,a);s||i.replaceRule(o,this)}}},get:function(){return this.selectorText}}]),t}(Knt),ETn={onCreateRule:function(t,n,r){return t[0]==="@"||r.parent&&r.parent.type==="keyframes"?null:new Rie(t,n,r)}},bQ={indent:1,children:!0},TTn=/@([\w-]+)/,CTn=function(){function e(n,r,a){this.type="conditional",this.isProcessed=!1,this.key=n;var i=n.match(TTn);this.at=i?i[1]:"unknown",this.query=a.name||"@"+this.at,this.options=a,this.rules=new cG(Te({},a,{parent:this}));for(var o in r)this.rules.add(o,r[o]);this.rules.process()}var t=e.prototype;return t.getRule=function(r){return this.rules.get(r)},t.indexOf=function(r){return this.rules.indexOf(r)},t.addRule=function(r,a,i){var o=this.rules.add(r,a,i);return o?(this.options.jss.plugins.onProcessRule(o),o):null},t.replaceRule=function(r,a,i){var o=this.rules.replace(r,a,i);return o&&this.options.jss.plugins.onProcessRule(o),o},t.toString=function(r){r===void 0&&(r=bQ);var a=cA(r),i=a.linebreak;if(r.indent==null&&(r.indent=bQ.indent),r.children==null&&(r.children=bQ.children),r.children===!1)return this.query+" {}";var o=this.rules.toString(r);return o?this.query+" {"+i+o+i+"}":""},e}(),ITn=/@container|@media|@supports\s+/,ATn={onCreateRule:function(t,n,r){return ITn.test(t)?new CTn(t,n,r):null}},xQ={indent:1,children:!0},kTn=/@keyframes\s+([\w-]+)/,Nie=function(){function e(n,r,a){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var i=n.match(kTn);i&&i[1]?this.name=i[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=a;var o=a.scoped,s=a.sheet,l=a.generateId;this.id=o===!1?this.name:Wge(l(this,s)),this.rules=new cG(Te({},a,{parent:this}));for(var u in r)this.rules.add(u,r[u],Te({},a,{parent:this}));this.rules.process()}var t=e.prototype;return t.toString=function(r){r===void 0&&(r=xQ);var a=cA(r),i=a.linebreak;if(r.indent==null&&(r.indent=xQ.indent),r.children==null&&(r.children=xQ.children),r.children===!1)return this.at+" "+this.id+" {}";var o=this.rules.toString(r);return o&&(o=""+i+o+i),this.at+" "+this.id+" {"+o+"}"},e}(),OTn=/@keyframes\s+/,PTn=/\$([\w-]+)/g,Die=function(t,n){return typeof t=="string"?t.replace(PTn,function(r,a){return a in n?n[a]:r}):t},EDe=function(t,n,r){var a=t[n],i=Die(a,r);i!==a&&(t[n]=i)},RTn={onCreateRule:function(t,n,r){return typeof t=="string"&&OTn.test(t)?new Nie(t,n,r):null},onProcessStyle:function(t,n,r){return n.type!=="style"||!r||("animation-name"in t&&EDe(t,"animation-name",r.keyframes),"animation"in t&&EDe(t,"animation",r.keyframes)),t},onChangeValue:function(t,n,r){var a=r.options.sheet;if(!a)return t;switch(n){case"animation":return Die(t,a.keyframes);case"animation-name":return Die(t,a.keyframes);default:return t}}},NTn=function(e){io(t,e);function t(){return e.apply(this,arguments)||this}var n=t.prototype;return n.toString=function(a){var i=this.options.sheet,o=i?i.options.link:!1,s=o?Te({},a,{allowEmpty:!0}):a;return gD(this.key,this.style,s)},t}(Knt),DTn={onCreateRule:function(t,n,r){return r.parent&&r.parent.type==="keyframes"?new NTn(t,n,r):null}},MTn=function(){function e(n,r,a){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=n,this.style=r,this.options=a}var t=e.prototype;return t.toString=function(r){var a=cA(r),i=a.linebreak;if(Array.isArray(this.style)){for(var o="",s=0;s=this.index){a.push(r);return}for(var o=0;oi){a.splice(o,0,r);return}}},t.reset=function(){this.registry=[]},t.remove=function(r){var a=this.registry.indexOf(r);this.registry.splice(a,1)},t.toString=function(r){for(var a=r===void 0?{}:r,i=a.attached,o=Il(a,["attached"]),s=cA(o),l=s.linebreak,u="",c=0;c-1?a.substr(0,i-1):a;t.style.setProperty(n,o,i>-1?"important":"")}}catch{return!1}return!0},qTn=function(t,n){try{t.attributeStyleMap?t.attributeStyleMap.delete(n):t.style.removeProperty(n)}catch{}},YTn=function(t,n){return t.selectorText=n,t.selectorText===n},Jnt=Qnt(function(){return document.querySelector("head")});function KTn(e,t){for(var n=0;nt.index&&r.options.insertionPoint===t.insertionPoint)return r}return null}function XTn(e,t){for(var n=e.length-1;n>=0;n--){var r=e[n];if(r.attached&&r.options.insertionPoint===t.insertionPoint)return r}return null}function ZTn(e){for(var t=Jnt(),n=0;n0){var n=KTn(t,e);if(n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element};if(n=XTn(t,e),n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element.nextSibling}}var r=e.insertionPoint;if(r&&typeof r=="string"){var a=ZTn(r);if(a)return{parent:a.parentNode,node:a.nextSibling}}return!1}function JTn(e,t){var n=t.insertionPoint,r=QTn(t);if(r!==!1&&r.parent){r.parent.insertBefore(e,r.node);return}if(n&&typeof n.nodeType=="number"){var a=n,i=a.parentNode;i&&i.insertBefore(e,a.nextSibling);return}Jnt().appendChild(e)}var eCn=Qnt(function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null}),kDe=function(t,n,r){try{"insertRule"in t?t.insertRule(n,r):"appendRule"in t&&t.appendRule(n)}catch{return!1}return t.cssRules[r]},ODe=function(t,n){var r=t.cssRules.length;return n===void 0||n>r?r:n},tCn=function(){var t=document.createElement("style");return t.textContent=` -`,t},nCn=function(){function e(n){this.getPropertyValue=GTn,this.setProperty=WTn,this.removeProperty=qTn,this.setSelector=YTn,this.hasInsertedRules=!1,this.cssRules=[],n&&YR.add(n),this.sheet=n;var r=this.sheet?this.sheet.options:{},a=r.media,i=r.meta,o=r.element;this.element=o||tCn(),this.element.setAttribute("data-jss",""),a&&this.element.setAttribute("media",a),i&&this.element.setAttribute("data-meta",i);var s=eCn();s&&this.element.setAttribute("nonce",s)}var t=e.prototype;return t.attach=function(){if(!(this.element.parentNode||!this.sheet)){JTn(this.element,this.sheet.options);var r=!!(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&r&&(this.hasInsertedRules=!1,this.deploy())}},t.detach=function(){if(this.sheet){var r=this.element.parentNode;r&&r.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent=` -`)}},t.deploy=function(){var r=this.sheet;if(r){if(r.options.link){this.insertRules(r.rules);return}this.element.textContent=` -`+r.toString()+` -`}},t.insertRules=function(r,a){for(var i=0;i-1){var i=srt[t];if(!Array.isArray(i))return Ur.js+Mb(i)in n?Ur.css+i:!1;if(!a)return!1;for(var o=0;or?1:-1:n.length-r.length};return{onProcessStyle:function(n,r){if(r.type!=="style")return n;for(var a={},i=Object.keys(n).sort(e),o=0;o"u"?null:QCn(),JCn()]}}function dG(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.baseClasses,n=e.newClasses;if(e.Component,!n)return t;var r=Te({},t);return Object.keys(n).forEach(function(a){n[a]&&(r[a]="".concat(t[a]," ").concat(n[a]))}),r}var e2n={set:function(t,n,r,a){var i=t.get(n);i||(i=new Map,t.set(n,i)),i.set(r,a)},get:function(t,n,r){var a=t.get(n);return a?a.get(r):void 0},delete:function(t,n,r){var a=t.get(n);a.delete(r)}};const qT=e2n;var t2n=be.createContext(null);const urt=t2n;function rx(){var e=be.useContext(urt);return e}var n2n=qge(Xge()),r2n=Vge(),crt=new Map,a2n={disableGeneration:!1,generateClassName:r2n,jss:n2n,sheetsCache:null,sheetsManager:crt,sheetsRegistry:null},QB=be.createContext(a2n),Wj;function drt(e){var t=e.children,n=e.injectFirst,r=n===void 0?!1:n,a=e.disableGeneration,i=a===void 0?!1:a,o=Kt(e,["children","injectFirst","disableGeneration"]),s=be.useContext(QB),l=Te({},s,{disableGeneration:i},o);if(!l.jss.options.insertionPoint&&r&&typeof window<"u"){if(!Wj){var u=document.head;Wj=document.createComment("mui-inject-first"),u.insertBefore(Wj,u.firstChild)}l.jss=qge({plugins:Xge().plugins,insertionPoint:Wj})}return be.createElement(QB.Provider,{value:l},t)}var DDe=-1e9;function i2n(){return DDe+=1,DDe}var o2n={};const s2n=o2n;function l2n(e){var t=typeof e=="function";return{create:function(r,a){var i;try{i=t?e(r):e}catch(l){throw l}if(!a||!r.overrides||!r.overrides[a])return i;var o=r.overrides[a],s=Te({},i);return Object.keys(o).forEach(function(l){s[l]=Db(s[l],o[l])}),s},options:{}}}function u2n(e,t,n){var r=e.state,a=e.stylesOptions;if(a.disableGeneration)return t||{};r.cacheClasses||(r.cacheClasses={value:null,lastProp:null,lastJSS:{}});var i=!1;return r.classes!==r.cacheClasses.lastJSS&&(r.cacheClasses.lastJSS=r.classes,i=!0),t!==r.cacheClasses.lastProp&&(r.cacheClasses.lastProp=t,i=!0),i&&(r.cacheClasses.value=dG({baseClasses:r.cacheClasses.lastJSS,newClasses:t,Component:n})),r.cacheClasses.value}function c2n(e,t){var n=e.state,r=e.theme,a=e.stylesOptions,i=e.stylesCreator,o=e.name;if(!a.disableGeneration){var s=qT.get(a.sheetsManager,i,r);s||(s={refs:0,staticSheet:null,dynamicStyles:null},qT.set(a.sheetsManager,i,r,s));var l=Te({},i.options,a,{theme:r,flip:typeof a.flip=="boolean"?a.flip:r.direction==="rtl"});l.generateId=l.serverGenerateClassName||l.generateClassName;var u=a.sheetsRegistry;if(s.refs===0){var c;a.sheetsCache&&(c=qT.get(a.sheetsCache,i,r));var d=i.create(r,o);c||(c=a.jss.createStyleSheet(d,Te({link:!1},l)),c.attach(),a.sheetsCache&&qT.set(a.sheetsCache,i,r,c)),u&&u.add(c),s.staticSheet=c,s.dynamicStyles=ert(d)}if(s.dynamicStyles){var f=a.jss.createStyleSheet(s.dynamicStyles,Te({link:!0},l));f.update(t),f.attach(),n.dynamicSheet=f,n.classes=dG({baseClasses:s.staticSheet.classes,newClasses:f.classes}),u&&u.add(f)}else n.classes=s.staticSheet.classes;s.refs+=1}}function d2n(e,t){var n=e.state;n.dynamicSheet&&n.dynamicSheet.update(t)}function f2n(e){var t=e.state,n=e.theme,r=e.stylesOptions,a=e.stylesCreator;if(!r.disableGeneration){var i=qT.get(r.sheetsManager,a,n);i.refs-=1;var o=r.sheetsRegistry;i.refs===0&&(qT.delete(r.sheetsManager,a,n),r.jss.removeStyleSheet(i.staticSheet),o&&o.remove(i.staticSheet)),t.dynamicSheet&&(r.jss.removeStyleSheet(t.dynamicSheet),o&&o.remove(t.dynamicSheet))}}function p2n(e,t){var n=be.useRef([]),r,a=be.useMemo(function(){return{}},t);n.current!==a&&(n.current=a,r=e()),be.useEffect(function(){return function(){r&&r()}},[a])}function fG(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.name,r=t.classNamePrefix,a=t.Component,i=t.defaultTheme,o=i===void 0?s2n:i,s=Kt(t,["name","classNamePrefix","Component","defaultTheme"]),l=l2n(e),u=n||r||"makeStyles";l.options={index:i2n(),name:n,meta:u,classNamePrefix:u};var c=function(){var f=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},p=rx()||o,g=Te({},be.useContext(QB),s),v=be.useRef(),m=be.useRef();p2n(function(){var b={name:n,state:{},stylesCreator:l,stylesOptions:g,theme:p};return c2n(b,f),m.current=!1,v.current=b,function(){f2n(b)}},[p,l]),be.useEffect(function(){m.current&&d2n(v.current,f),m.current=!0});var y=u2n(v.current,f.classes,a);return y};return c}function Ys(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var h2n=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Ys(this,e),this.options=t}return gs(e,[{key:"collect",value:function(n){var r=new Map;this.sheetsRegistry=new Znt;var a=Vge();return be.createElement(drt,Te({sheetsManager:r,serverGenerateClassName:a,sheetsRegistry:this.sheetsRegistry},this.options),n)}},{key:"toString",value:function(){return this.sheetsRegistry?this.sheetsRegistry.toString():""}},{key:"getStyleElement",value:function(n){return be.createElement("style",Te({id:"jss-server-side",key:"jss-server-side",dangerouslySetInnerHTML:{__html:this.toString()}},n))}}]),e}();function frt(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;t1&&arguments[1]!==void 0?arguments[1]:{},i=a.name,o=Kt(a,["name"]),s=i,l=typeof r=="function"?function(f){return{root:function(g){return r(Te({theme:f},g))}}}:{root:r},u=fG(l,Te({Component:e,name:i||e.displayName,classNamePrefix:s},o)),c;r.filterProps&&(c=r.filterProps,delete r.filterProps),r.propTypes&&(r.propTypes,delete r.propTypes);var d=be.forwardRef(function(p,g){var v=p.children,m=p.className,y=p.clone,b=p.component,x=Kt(p,["children","className","clone","component"]),w=u(p),S=Yt(w.root,m),_=x;if(c&&(_=g2n(_,c)),y)return be.cloneElement(v,Te({className:Yt(v.props.className,S)},_));if(typeof v=="function")return v(Te({className:S},_));var T=b||e;return be.createElement(T,Te({ref:g,className:S},_),v)});return Tb(d,e),d};return t}function y2n(e,t){if(typeof t=="function"){var n=t(e);return n}return Te({},e,t)}function prt(e){var t=e.children,n=e.theme,r=rx(),a=be.useMemo(function(){var i=r===null?n:y2n(r,n);return i!=null&&(i[Ynt]=r!==null),i},[n,r]);return be.createElement(urt.Provider,{value:a},t)}var b2n=function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return function(r){var a=n.defaultTheme,i=n.withTheme,o=i===void 0?!1:i,s=n.name,l=Kt(n,["defaultTheme","withTheme","name"]),u=s,c=fG(t,Te({defaultTheme:a,Component:r,name:s||r.displayName,classNamePrefix:u},l)),d=be.forwardRef(function(p,g){p.classes;var v=p.innerRef,m=Kt(p,["classes","innerRef"]),y=c(Te({},r.defaultProps,p)),b,x=m;return(typeof s=="string"||o)&&(b=rx()||a,s&&(x=Hge({theme:b,name:s,props:m})),o&&!x.theme&&(x.theme=b)),be.createElement(r,Te({ref:v||g,classes:y},x))});return Tb(d,r),d}};const hrt=b2n;function mrt(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.defaultTheme,n=function(a){var i=be.forwardRef(function(s,l){var u=s.innerRef,c=Kt(s,["innerRef"]),d=rx()||t;return be.createElement(a,Te({theme:d,ref:u||l},c))});return Tb(i,a),i};return n}var x2n=mrt();const w2n=x2n;/** @license Material-UI v4.11.5 - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */const S2n=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheets:h2n,StylesContext:QB,StylesProvider:drt,ThemeProvider:prt,createGenerateClassName:Vge,createStyles:wTn,getThemeProps:Hge,jssPreset:Xge,makeStyles:fG,mergeClasses:dG,sheetsManager:crt,styled:v2n,useTheme:rx,withStyles:hrt,withTheme:w2n,withThemeCreator:mrt},Symbol.toStringTag,{value:"Module"}));function pG(e){return e}var _2n=qnt();const Zge=_2n;function Xd(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return fG(e,Te({defaultTheme:Zge},t))}function dA(){var e=rx()||Zge;return e}function Sr(e,t){return hrt(e,Te({defaultTheme:Zge},t))}var fA=function(){function e(){this.listeners=[]}var t=e.prototype;return t.subscribe=function(r){var a=this,i=r||function(){};return this.listeners.push(i),this.onSubscribe(),function(){a.listeners=a.listeners.filter(function(o){return o!==i}),a.onUnsubscribe()}},t.hasListeners=function(){return this.listeners.length>0},t.onSubscribe=function(){},t.onUnsubscribe=function(){},e}(),JB=typeof window>"u";function wu(){}function E2n(e,t){return typeof e=="function"?e(t):e}function Bie(e){return typeof e=="number"&&e>=0&&e!==1/0}function e7(e){return Array.isArray(e)?e:[e]}function grt(e,t){return Math.max(e+(t||0)-Date.now(),0)}function XR(e,t,n){return WM(e)?typeof t=="function"?Te({},n,{queryKey:e,queryFn:t}):Te({},t,{queryKey:e}):e}function T2n(e,t,n){return WM(e)?typeof t=="function"?Te({},n,{mutationKey:e,mutationFn:t}):Te({},t,{mutationKey:e}):typeof e=="function"?Te({},t,{mutationFn:e}):Te({},e)}function w1(e,t,n){return WM(e)?[Te({},t,{queryKey:e}),n]:[e||{},t]}function C2n(e,t){if(e===!0&&t===!0||e==null&&t==null)return"all";if(e===!1&&t===!1)return"none";var n=e??!t;return n?"active":"inactive"}function MDe(e,t){var n=e.active,r=e.exact,a=e.fetching,i=e.inactive,o=e.predicate,s=e.queryKey,l=e.stale;if(WM(s)){if(r){if(t.queryHash!==Qge(s,t.options))return!1}else if(!t7(t.queryKey,s))return!1}var u=C2n(n,i);if(u==="none")return!1;if(u!=="all"){var c=t.isActive();if(u==="active"&&!c||u==="inactive"&&c)return!1}return!(typeof l=="boolean"&&t.isStale()!==l||typeof a=="boolean"&&t.isFetching()!==a||o&&!o(t))}function $De(e,t){var n=e.exact,r=e.fetching,a=e.predicate,i=e.mutationKey;if(WM(i)){if(!t.options.mutationKey)return!1;if(n){if($w(t.options.mutationKey)!==$w(i))return!1}else if(!t7(t.options.mutationKey,i))return!1}return!(typeof r=="boolean"&&t.state.status==="loading"!==r||a&&!a(t))}function Qge(e,t){var n=(t==null?void 0:t.queryKeyHashFn)||$w;return n(e)}function $w(e){var t=e7(e);return I2n(t)}function I2n(e){return JSON.stringify(e,function(t,n){return zie(n)?Object.keys(n).sort().reduce(function(r,a){return r[a]=n[a],r},{}):n})}function t7(e,t){return vrt(e7(e),e7(t))}function vrt(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?!Object.keys(t).some(function(n){return!vrt(e[n],t[n])}):!1}function n7(e,t){if(e===t)return e;var n=Array.isArray(e)&&Array.isArray(t);if(n||zie(e)&&zie(t)){for(var r=n?e.length:Object.keys(e).length,a=n?t:Object.keys(t),i=a.length,o=n?[]:{},s=0,l=0;l"u")return!0;var n=t.prototype;return!(!LDe(n)||!n.hasOwnProperty("isPrototypeOf"))}function LDe(e){return Object.prototype.toString.call(e)==="[object Object]"}function WM(e){return typeof e=="string"||Array.isArray(e)}function k2n(e){return new Promise(function(t){setTimeout(t,e)})}function jDe(e){Promise.resolve().then(e).catch(function(t){return setTimeout(function(){throw t})})}function yrt(){if(typeof AbortController=="function")return new AbortController}var O2n=function(e){io(t,e);function t(){var r;return r=e.call(this)||this,r.setup=function(a){var i;if(!JB&&((i=window)!=null&&i.addEventListener)){var o=function(){return a()};return window.addEventListener("visibilitychange",o,!1),window.addEventListener("focus",o,!1),function(){window.removeEventListener("visibilitychange",o),window.removeEventListener("focus",o)}}},r}var n=t.prototype;return n.onSubscribe=function(){this.cleanup||this.setEventListener(this.setup)},n.onUnsubscribe=function(){if(!this.hasListeners()){var a;(a=this.cleanup)==null||a.call(this),this.cleanup=void 0}},n.setEventListener=function(a){var i,o=this;this.setup=a,(i=this.cleanup)==null||i.call(this),this.cleanup=a(function(s){typeof s=="boolean"?o.setFocused(s):o.onFocus()})},n.setFocused=function(a){this.focused=a,a&&this.onFocus()},n.onFocus=function(){this.listeners.forEach(function(a){a()})},n.isFocused=function(){return typeof this.focused=="boolean"?this.focused:typeof document>"u"?!0:[void 0,"visible","prerender"].includes(document.visibilityState)},t}(fA),ZR=new O2n,P2n=function(e){io(t,e);function t(){var r;return r=e.call(this)||this,r.setup=function(a){var i;if(!JB&&((i=window)!=null&&i.addEventListener)){var o=function(){return a()};return window.addEventListener("online",o,!1),window.addEventListener("offline",o,!1),function(){window.removeEventListener("online",o),window.removeEventListener("offline",o)}}},r}var n=t.prototype;return n.onSubscribe=function(){this.cleanup||this.setEventListener(this.setup)},n.onUnsubscribe=function(){if(!this.hasListeners()){var a;(a=this.cleanup)==null||a.call(this),this.cleanup=void 0}},n.setEventListener=function(a){var i,o=this;this.setup=a,(i=this.cleanup)==null||i.call(this),this.cleanup=a(function(s){typeof s=="boolean"?o.setOnline(s):o.onOnline()})},n.setOnline=function(a){this.online=a,a&&this.onOnline()},n.onOnline=function(){this.listeners.forEach(function(a){a()})},n.isOnline=function(){return typeof this.online=="boolean"?this.online:typeof navigator>"u"||typeof navigator.onLine>"u"?!0:navigator.onLine},t}(fA),eF=new P2n;function R2n(e){return Math.min(1e3*Math.pow(2,e),3e4)}function r7(e){return typeof(e==null?void 0:e.cancel)=="function"}var brt=function(t){this.revert=t==null?void 0:t.revert,this.silent=t==null?void 0:t.silent};function tF(e){return e instanceof brt}var xrt=function(t){var n=this,r=!1,a,i,o,s;this.abort=t.abort,this.cancel=function(f){return a==null?void 0:a(f)},this.cancelRetry=function(){r=!0},this.continueRetry=function(){r=!1},this.continue=function(){return i==null?void 0:i()},this.failureCount=0,this.isPaused=!1,this.isResolved=!1,this.isTransportCancelable=!1,this.promise=new Promise(function(f,p){o=f,s=p});var l=function(p){n.isResolved||(n.isResolved=!0,t.onSuccess==null||t.onSuccess(p),i==null||i(),o(p))},u=function(p){n.isResolved||(n.isResolved=!0,t.onError==null||t.onError(p),i==null||i(),s(p))},c=function(){return new Promise(function(p){i=p,n.isPaused=!0,t.onPause==null||t.onPause()}).then(function(){i=void 0,n.isPaused=!1,t.onContinue==null||t.onContinue()})},d=function f(){if(!n.isResolved){var p;try{p=t.fn()}catch(g){p=Promise.reject(g)}a=function(v){if(!n.isResolved&&(u(new brt(v)),n.abort==null||n.abort(),r7(p)))try{p.cancel()}catch{}},n.isTransportCancelable=r7(p),Promise.resolve(p).then(l).catch(function(g){var v,m;if(!n.isResolved){var y=(v=t.retry)!=null?v:3,b=(m=t.retryDelay)!=null?m:R2n,x=typeof b=="function"?b(n.failureCount,g):b,w=y===!0||typeof y=="number"&&n.failureCount"u"&&(s.exact=!0),this.queries.find(function(l){return MDe(s,l)})},n.findAll=function(a,i){var o=w1(a,i),s=o[0];return Object.keys(s).length>0?this.queries.filter(function(l){return MDe(s,l)}):this.queries},n.notify=function(a){var i=this;No.batch(function(){i.listeners.forEach(function(o){o(a)})})},n.onFocus=function(){var a=this;No.batch(function(){a.queries.forEach(function(i){i.onFocus()})})},n.onOnline=function(){var a=this;No.batch(function(){a.queries.forEach(function(i){i.onOnline()})})},t}(fA),L2n=function(){function e(n){this.options=Te({},n.defaultOptions,n.options),this.mutationId=n.mutationId,this.mutationCache=n.mutationCache,this.observers=[],this.state=n.state||Srt(),this.meta=n.meta}var t=e.prototype;return t.setState=function(r){this.dispatch({type:"setState",state:r})},t.addObserver=function(r){this.observers.indexOf(r)===-1&&this.observers.push(r)},t.removeObserver=function(r){this.observers=this.observers.filter(function(a){return a!==r})},t.cancel=function(){return this.retryer?(this.retryer.cancel(),this.retryer.promise.then(wu).catch(wu)):Promise.resolve()},t.continue=function(){return this.retryer?(this.retryer.continue(),this.retryer.promise):this.execute()},t.execute=function(){var r=this,a,i=this.state.status==="loading",o=Promise.resolve();return i||(this.dispatch({type:"loading",variables:this.options.variables}),o=o.then(function(){r.mutationCache.config.onMutate==null||r.mutationCache.config.onMutate(r.state.variables,r)}).then(function(){return r.options.onMutate==null?void 0:r.options.onMutate(r.state.variables)}).then(function(s){s!==r.state.context&&r.dispatch({type:"loading",context:s,variables:r.state.variables})})),o.then(function(){return r.executeMutation()}).then(function(s){a=s,r.mutationCache.config.onSuccess==null||r.mutationCache.config.onSuccess(a,r.state.variables,r.state.context,r)}).then(function(){return r.options.onSuccess==null?void 0:r.options.onSuccess(a,r.state.variables,r.state.context)}).then(function(){return r.options.onSettled==null?void 0:r.options.onSettled(a,null,r.state.variables,r.state.context)}).then(function(){return r.dispatch({type:"success",data:a}),a}).catch(function(s){return r.mutationCache.config.onError==null||r.mutationCache.config.onError(s,r.state.variables,r.state.context,r),a7().error(s),Promise.resolve().then(function(){return r.options.onError==null?void 0:r.options.onError(s,r.state.variables,r.state.context)}).then(function(){return r.options.onSettled==null?void 0:r.options.onSettled(void 0,s,r.state.variables,r.state.context)}).then(function(){throw r.dispatch({type:"error",error:s}),s})})},t.executeMutation=function(){var r=this,a;return this.retryer=new xrt({fn:function(){return r.options.mutationFn?r.options.mutationFn(r.state.variables):Promise.reject("No mutationFn found")},onFail:function(){r.dispatch({type:"failed"})},onPause:function(){r.dispatch({type:"pause"})},onContinue:function(){r.dispatch({type:"continue"})},retry:(a=this.options.retry)!=null?a:0,retryDelay:this.options.retryDelay}),this.retryer.promise},t.dispatch=function(r){var a=this;this.state=j2n(this.state,r),No.batch(function(){a.observers.forEach(function(i){i.onMutationUpdate(r)}),a.mutationCache.notify(a)})},e}();function Srt(){return{context:void 0,data:void 0,error:null,failureCount:0,isPaused:!1,status:"idle",variables:void 0}}function j2n(e,t){switch(t.type){case"failed":return Te({},e,{failureCount:e.failureCount+1});case"pause":return Te({},e,{isPaused:!0});case"continue":return Te({},e,{isPaused:!1});case"loading":return Te({},e,{context:t.context,data:void 0,error:null,isPaused:!1,status:"loading",variables:t.variables});case"success":return Te({},e,{data:t.data,error:null,status:"success",isPaused:!1});case"error":return Te({},e,{data:void 0,error:t.error,failureCount:e.failureCount+1,isPaused:!1,status:"error"});case"setState":return Te({},e,t.state);default:return e}}var F2n=function(e){io(t,e);function t(r){var a;return a=e.call(this)||this,a.config=r||{},a.mutations=[],a.mutationId=0,a}var n=t.prototype;return n.build=function(a,i,o){var s=new L2n({mutationCache:this,mutationId:++this.mutationId,options:a.defaultMutationOptions(i),state:o,defaultOptions:i.mutationKey?a.getMutationDefaults(i.mutationKey):void 0,meta:i.meta});return this.add(s),s},n.add=function(a){this.mutations.push(a),this.notify(a)},n.remove=function(a){this.mutations=this.mutations.filter(function(i){return i!==a}),a.cancel(),this.notify(a)},n.clear=function(){var a=this;No.batch(function(){a.mutations.forEach(function(i){a.remove(i)})})},n.getAll=function(){return this.mutations},n.find=function(a){return typeof a.exact>"u"&&(a.exact=!0),this.mutations.find(function(i){return $De(a,i)})},n.findAll=function(a){return this.mutations.filter(function(i){return $De(a,i)})},n.notify=function(a){var i=this;No.batch(function(){i.listeners.forEach(function(o){o(a)})})},n.onFocus=function(){this.resumePausedMutations()},n.onOnline=function(){this.resumePausedMutations()},n.resumePausedMutations=function(){var a=this.mutations.filter(function(i){return i.state.isPaused});return No.batch(function(){return a.reduce(function(i,o){return i.then(function(){return o.continue().catch(wu)})},Promise.resolve())})},t}(fA);function Uie(){return{onFetch:function(t){t.fetchFn=function(){var n,r,a,i,o,s,l=(n=t.fetchOptions)==null||(r=n.meta)==null?void 0:r.refetchPage,u=(a=t.fetchOptions)==null||(i=a.meta)==null?void 0:i.fetchMore,c=u==null?void 0:u.pageParam,d=(u==null?void 0:u.direction)==="forward",f=(u==null?void 0:u.direction)==="backward",p=((o=t.state.data)==null?void 0:o.pages)||[],g=((s=t.state.data)==null?void 0:s.pageParams)||[],v=yrt(),m=v==null?void 0:v.signal,y=g,b=!1,x=t.options.queryFn||function(){return Promise.reject("Missing queryFn")},w=function(N,j,B,U){return y=U?[j].concat(y):[].concat(y,[j]),U?[B].concat(N):[].concat(N,[B])},S=function(N,j,B,U){if(b)return Promise.reject("Cancelled");if(typeof B>"u"&&!j&&N.length)return Promise.resolve(N);var W={queryKey:t.queryKey,signal:m,pageParam:B,meta:t.meta},z=x(W),H=Promise.resolve(z).then(function(Z){return w(N,B,Z,U)});if(r7(z)){var G=H;G.cancel=z.cancel}return H},_;if(!p.length)_=S([]);else if(d){var T=typeof c<"u",C=T?c:Vie(t.options,p);_=S(p,T,C)}else if(f){var A=typeof c<"u",k=A?c:_rt(t.options,p);_=S(p,A,k,!0)}else(function(){y=[];var L=typeof t.options.getNextPageParam>"u",N=l&&p[0]?l(p[0],0,p):!0;_=N?S([],L,g[0]):Promise.resolve(w([],g[0],p[0]));for(var j=function(W){_=_.then(function(z){var H=l&&p[W]?l(p[W],W,p):!0;if(H){var G=L?g[W]:Vie(t.options,z);return S(z,L,G)}return Promise.resolve(w(z,g[W],p[W]))})},B=1;B"u"&&(c.revert=!0);var d=No.batch(function(){return o.queryCache.findAll(l).map(function(f){return f.cancel(c)})});return Promise.all(d).then(wu).catch(wu)},t.invalidateQueries=function(r,a,i){var o,s,l,u=this,c=w1(r,a,i),d=c[0],f=c[1],p=Te({},d,{active:(o=(s=d.refetchActive)!=null?s:d.active)!=null?o:!0,inactive:(l=d.refetchInactive)!=null?l:!1});return No.batch(function(){return u.queryCache.findAll(d).forEach(function(g){g.invalidate()}),u.refetchQueries(p,f)})},t.refetchQueries=function(r,a,i){var o=this,s=w1(r,a,i),l=s[0],u=s[1],c=No.batch(function(){return o.queryCache.findAll(l).map(function(f){return f.fetch(void 0,Te({},u,{meta:{refetchPage:l==null?void 0:l.refetchPage}}))})}),d=Promise.all(c).then(wu);return u!=null&&u.throwOnError||(d=d.catch(wu)),d},t.fetchQuery=function(r,a,i){var o=XR(r,a,i),s=this.defaultQueryOptions(o);typeof s.retry>"u"&&(s.retry=!1);var l=this.queryCache.build(this,s);return l.isStaleByTime(s.staleTime)?l.fetch(s):Promise.resolve(l.state.data)},t.prefetchQuery=function(r,a,i){return this.fetchQuery(r,a,i).then(wu).catch(wu)},t.fetchInfiniteQuery=function(r,a,i){var o=XR(r,a,i);return o.behavior=Uie(),this.fetchQuery(o)},t.prefetchInfiniteQuery=function(r,a,i){return this.fetchInfiniteQuery(r,a,i).then(wu).catch(wu)},t.cancelMutations=function(){var r=this,a=No.batch(function(){return r.mutationCache.getAll().map(function(i){return i.cancel()})});return Promise.all(a).then(wu).catch(wu)},t.resumePausedMutations=function(){return this.getMutationCache().resumePausedMutations()},t.executeMutation=function(r){return this.mutationCache.build(this,r).execute()},t.getQueryCache=function(){return this.queryCache},t.getMutationCache=function(){return this.mutationCache},t.getDefaultOptions=function(){return this.defaultOptions},t.setDefaultOptions=function(r){this.defaultOptions=r},t.setQueryDefaults=function(r,a){var i=this.queryDefaults.find(function(o){return $w(r)===$w(o.queryKey)});i?i.defaultOptions=a:this.queryDefaults.push({queryKey:r,defaultOptions:a})},t.getQueryDefaults=function(r){var a;return r?(a=this.queryDefaults.find(function(i){return t7(r,i.queryKey)}))==null?void 0:a.defaultOptions:void 0},t.setMutationDefaults=function(r,a){var i=this.mutationDefaults.find(function(o){return $w(r)===$w(o.mutationKey)});i?i.defaultOptions=a:this.mutationDefaults.push({mutationKey:r,defaultOptions:a})},t.getMutationDefaults=function(r){var a;return r?(a=this.mutationDefaults.find(function(i){return t7(r,i.mutationKey)}))==null?void 0:a.defaultOptions:void 0},t.defaultQueryOptions=function(r){if(r!=null&&r._defaulted)return r;var a=Te({},this.defaultOptions.queries,this.getQueryDefaults(r==null?void 0:r.queryKey),r,{_defaulted:!0});return!a.queryHash&&a.queryKey&&(a.queryHash=Qge(a.queryKey,a)),a},t.defaultQueryObserverOptions=function(r){return this.defaultQueryOptions(r)},t.defaultMutationOptions=function(r){return r!=null&&r._defaulted?r:Te({},this.defaultOptions.mutations,this.getMutationDefaults(r==null?void 0:r.mutationKey),r,{_defaulted:!0})},t.clear=function(){this.queryCache.clear(),this.mutationCache.clear()},e}(),Ert=function(e){io(t,e);function t(r,a){var i;return i=e.call(this)||this,i.client=r,i.options=a,i.trackedProps=[],i.selectError=null,i.bindMethods(),i.setOptions(a),i}var n=t.prototype;return n.bindMethods=function(){this.remove=this.remove.bind(this),this.refetch=this.refetch.bind(this)},n.onSubscribe=function(){this.listeners.length===1&&(this.currentQuery.addObserver(this),FDe(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())},n.onUnsubscribe=function(){this.listeners.length||this.destroy()},n.shouldFetchOnReconnect=function(){return Hie(this.currentQuery,this.options,this.options.refetchOnReconnect)},n.shouldFetchOnWindowFocus=function(){return Hie(this.currentQuery,this.options,this.options.refetchOnWindowFocus)},n.destroy=function(){this.listeners=[],this.clearTimers(),this.currentQuery.removeObserver(this)},n.setOptions=function(a,i){var o=this.options,s=this.currentQuery;if(this.options=this.client.defaultQueryObserverOptions(a),typeof this.options.enabled<"u"&&typeof this.options.enabled!="boolean")throw new Error("Expected enabled to be a boolean");this.options.queryKey||(this.options.queryKey=o.queryKey),this.updateQuery();var l=this.hasListeners();l&&BDe(this.currentQuery,s,this.options,o)&&this.executeFetch(),this.updateResult(i),l&&(this.currentQuery!==s||this.options.enabled!==o.enabled||this.options.staleTime!==o.staleTime)&&this.updateStaleTimeout();var u=this.computeRefetchInterval();l&&(this.currentQuery!==s||this.options.enabled!==o.enabled||u!==this.currentRefetchInterval)&&this.updateRefetchInterval(u)},n.getOptimisticResult=function(a){var i=this.client.defaultQueryObserverOptions(a),o=this.client.getQueryCache().build(this.client,i);return this.createResult(o,i)},n.getCurrentResult=function(){return this.currentResult},n.trackResult=function(a,i){var o=this,s={},l=function(c){o.trackedProps.includes(c)||o.trackedProps.push(c)};return Object.keys(a).forEach(function(u){Object.defineProperty(s,u,{configurable:!1,enumerable:!0,get:function(){return l(u),a[u]}})}),(i.useErrorBoundary||i.suspense)&&l("error"),s},n.getNextResult=function(a){var i=this;return new Promise(function(o,s){var l=i.subscribe(function(u){u.isFetching||(l(),u.isError&&(a!=null&&a.throwOnError)?s(u.error):o(u))})})},n.getCurrentQuery=function(){return this.currentQuery},n.remove=function(){this.client.getQueryCache().remove(this.currentQuery)},n.refetch=function(a){return this.fetch(Te({},a,{meta:{refetchPage:a==null?void 0:a.refetchPage}}))},n.fetchOptimistic=function(a){var i=this,o=this.client.defaultQueryObserverOptions(a),s=this.client.getQueryCache().build(this.client,o);return s.fetch().then(function(){return i.createResult(s,o)})},n.fetch=function(a){var i=this;return this.executeFetch(a).then(function(){return i.updateResult(),i.currentResult})},n.executeFetch=function(a){this.updateQuery();var i=this.currentQuery.fetch(this.options,a);return a!=null&&a.throwOnError||(i=i.catch(wu)),i},n.updateStaleTimeout=function(){var a=this;if(this.clearStaleTimeout(),!(JB||this.currentResult.isStale||!Bie(this.options.staleTime))){var i=grt(this.currentResult.dataUpdatedAt,this.options.staleTime),o=i+1;this.staleTimeoutId=setTimeout(function(){a.currentResult.isStale||a.updateResult()},o)}},n.computeRefetchInterval=function(){var a;return typeof this.options.refetchInterval=="function"?this.options.refetchInterval(this.currentResult.data,this.currentQuery):(a=this.options.refetchInterval)!=null?a:!1},n.updateRefetchInterval=function(a){var i=this;this.clearRefetchInterval(),this.currentRefetchInterval=a,!(JB||this.options.enabled===!1||!Bie(this.currentRefetchInterval)||this.currentRefetchInterval===0)&&(this.refetchIntervalId=setInterval(function(){(i.options.refetchIntervalInBackground||ZR.isFocused())&&i.executeFetch()},this.currentRefetchInterval))},n.updateTimers=function(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())},n.clearTimers=function(){this.clearStaleTimeout(),this.clearRefetchInterval()},n.clearStaleTimeout=function(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)},n.clearRefetchInterval=function(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)},n.createResult=function(a,i){var o=this.currentQuery,s=this.options,l=this.currentResult,u=this.currentResultState,c=this.currentResultOptions,d=a!==o,f=d?a.state:this.currentQueryInitialState,p=d?this.currentResult:this.previousQueryResult,g=a.state,v=g.dataUpdatedAt,m=g.error,y=g.errorUpdatedAt,b=g.isFetching,x=g.status,w=!1,S=!1,_;if(i.optimisticResults){var T=this.hasListeners(),C=!T&&FDe(a,i),A=T&&BDe(a,o,i,s);(C||A)&&(b=!0,v||(x="loading"))}if(i.keepPreviousData&&!g.dataUpdateCount&&(p!=null&&p.isSuccess)&&x!=="error")_=p.data,v=p.dataUpdatedAt,x=p.status,w=!0;else if(i.select&&typeof g.data<"u")if(l&&g.data===(u==null?void 0:u.data)&&i.select===this.selectFn)_=this.selectResult;else try{this.selectFn=i.select,_=i.select(g.data),i.structuralSharing!==!1&&(_=n7(l==null?void 0:l.data,_)),this.selectResult=_,this.selectError=null}catch(R){a7().error(R),this.selectError=R}else _=g.data;if(typeof i.placeholderData<"u"&&typeof _>"u"&&(x==="loading"||x==="idle")){var k;if(l!=null&&l.isPlaceholderData&&i.placeholderData===(c==null?void 0:c.placeholderData))k=l.data;else if(k=typeof i.placeholderData=="function"?i.placeholderData():i.placeholderData,i.select&&typeof k<"u")try{k=i.select(k),i.structuralSharing!==!1&&(k=n7(l==null?void 0:l.data,k)),this.selectError=null}catch(R){a7().error(R),this.selectError=R}typeof k<"u"&&(x="success",_=k,S=!0)}this.selectError&&(m=this.selectError,_=this.selectResult,y=Date.now(),x="error");var I={status:x,isLoading:x==="loading",isSuccess:x==="success",isError:x==="error",isIdle:x==="idle",data:_,dataUpdatedAt:v,error:m,errorUpdatedAt:y,failureCount:g.fetchFailureCount,errorUpdateCount:g.errorUpdateCount,isFetched:g.dataUpdateCount>0||g.errorUpdateCount>0,isFetchedAfterMount:g.dataUpdateCount>f.dataUpdateCount||g.errorUpdateCount>f.errorUpdateCount,isFetching:b,isRefetching:b&&x!=="loading",isLoadingError:x==="error"&&g.dataUpdatedAt===0,isPlaceholderData:S,isPreviousData:w,isRefetchError:x==="error"&&g.dataUpdatedAt!==0,isStale:Jge(a,i),refetch:this.refetch,remove:this.remove};return I},n.shouldNotifyListeners=function(a,i){if(!i)return!0;var o=this.options,s=o.notifyOnChangeProps,l=o.notifyOnChangePropsExclusions;if(!s&&!l||s==="tracked"&&!this.trackedProps.length)return!0;var u=s==="tracked"?this.trackedProps:s;return Object.keys(a).some(function(c){var d=c,f=a[d]!==i[d],p=u==null?void 0:u.some(function(v){return v===c}),g=l==null?void 0:l.some(function(v){return v===c});return f&&!g&&(!u||p)})},n.updateResult=function(a){var i=this.currentResult;if(this.currentResult=this.createResult(this.currentQuery,this.options),this.currentResultState=this.currentQuery.state,this.currentResultOptions=this.options,!A2n(this.currentResult,i)){var o={cache:!0};(a==null?void 0:a.listeners)!==!1&&this.shouldNotifyListeners(this.currentResult,i)&&(o.listeners=!0),this.notify(Te({},o,a))}},n.updateQuery=function(){var a=this.client.getQueryCache().build(this.client,this.options);if(a!==this.currentQuery){var i=this.currentQuery;this.currentQuery=a,this.currentQueryInitialState=a.state,this.previousQueryResult=this.currentResult,this.hasListeners()&&(i==null||i.removeObserver(this),a.addObserver(this))}},n.onQueryUpdate=function(a){var i={};a.type==="success"?i.onSuccess=!0:a.type==="error"&&!tF(a.error)&&(i.onError=!0),this.updateResult(i),this.hasListeners()&&this.updateTimers()},n.notify=function(a){var i=this;No.batch(function(){a.onSuccess?(i.options.onSuccess==null||i.options.onSuccess(i.currentResult.data),i.options.onSettled==null||i.options.onSettled(i.currentResult.data,null)):a.onError&&(i.options.onError==null||i.options.onError(i.currentResult.error),i.options.onSettled==null||i.options.onSettled(void 0,i.currentResult.error)),a.listeners&&i.listeners.forEach(function(o){o(i.currentResult)}),a.cache&&i.client.getQueryCache().notify({query:i.currentQuery,type:"observerResultsUpdated"})})},t}(fA);function V2n(e,t){return t.enabled!==!1&&!e.state.dataUpdatedAt&&!(e.state.status==="error"&&t.retryOnMount===!1)}function FDe(e,t){return V2n(e,t)||e.state.dataUpdatedAt>0&&Hie(e,t,t.refetchOnMount)}function Hie(e,t,n){if(t.enabled!==!1){var r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&Jge(e,t)}return!1}function BDe(e,t,n,r){return n.enabled!==!1&&(e!==t||r.enabled===!1)&&(!n.suspense||e.state.status!=="error")&&Jge(e,n)}function Jge(e,t){return e.isStaleByTime(t.staleTime)}var H2n=function(e){io(t,e);function t(r,a){return e.call(this,r,a)||this}var n=t.prototype;return n.bindMethods=function(){e.prototype.bindMethods.call(this),this.fetchNextPage=this.fetchNextPage.bind(this),this.fetchPreviousPage=this.fetchPreviousPage.bind(this)},n.setOptions=function(a,i){e.prototype.setOptions.call(this,Te({},a,{behavior:Uie()}),i)},n.getOptimisticResult=function(a){return a.behavior=Uie(),e.prototype.getOptimisticResult.call(this,a)},n.fetchNextPage=function(a){var i;return this.fetch({cancelRefetch:(i=a==null?void 0:a.cancelRefetch)!=null?i:!0,throwOnError:a==null?void 0:a.throwOnError,meta:{fetchMore:{direction:"forward",pageParam:a==null?void 0:a.pageParam}}})},n.fetchPreviousPage=function(a){var i;return this.fetch({cancelRefetch:(i=a==null?void 0:a.cancelRefetch)!=null?i:!0,throwOnError:a==null?void 0:a.throwOnError,meta:{fetchMore:{direction:"backward",pageParam:a==null?void 0:a.pageParam}}})},n.createResult=function(a,i){var o,s,l,u,c,d,f=a.state,p=e.prototype.createResult.call(this,a,i);return Te({},p,{fetchNextPage:this.fetchNextPage,fetchPreviousPage:this.fetchPreviousPage,hasNextPage:B2n(i,(o=f.data)==null?void 0:o.pages),hasPreviousPage:z2n(i,(s=f.data)==null?void 0:s.pages),isFetchingNextPage:f.isFetching&&((l=f.fetchMeta)==null||(u=l.fetchMore)==null?void 0:u.direction)==="forward",isFetchingPreviousPage:f.isFetching&&((c=f.fetchMeta)==null||(d=c.fetchMore)==null?void 0:d.direction)==="backward"})},t}(Ert),G2n=function(e){io(t,e);function t(r,a){var i;return i=e.call(this)||this,i.client=r,i.setOptions(a),i.bindMethods(),i.updateResult(),i}var n=t.prototype;return n.bindMethods=function(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)},n.setOptions=function(a){this.options=this.client.defaultMutationOptions(a)},n.onUnsubscribe=function(){if(!this.listeners.length){var a;(a=this.currentMutation)==null||a.removeObserver(this)}},n.onMutationUpdate=function(a){this.updateResult();var i={listeners:!0};a.type==="success"?i.onSuccess=!0:a.type==="error"&&(i.onError=!0),this.notify(i)},n.getCurrentResult=function(){return this.currentResult},n.reset=function(){this.currentMutation=void 0,this.updateResult(),this.notify({listeners:!0})},n.mutate=function(a,i){return this.mutateOptions=i,this.currentMutation&&this.currentMutation.removeObserver(this),this.currentMutation=this.client.getMutationCache().build(this.client,Te({},this.options,{variables:typeof a<"u"?a:this.options.variables})),this.currentMutation.addObserver(this),this.currentMutation.execute()},n.updateResult=function(){var a=this.currentMutation?this.currentMutation.state:Srt(),i=Te({},a,{isLoading:a.status==="loading",isSuccess:a.status==="success",isError:a.status==="error",isIdle:a.status==="idle",mutate:this.mutate,reset:this.reset});this.currentResult=i},n.notify=function(a){var i=this;No.batch(function(){i.mutateOptions&&(a.onSuccess?(i.mutateOptions.onSuccess==null||i.mutateOptions.onSuccess(i.currentResult.data,i.currentResult.variables,i.currentResult.context),i.mutateOptions.onSettled==null||i.mutateOptions.onSettled(i.currentResult.data,null,i.currentResult.variables,i.currentResult.context)):a.onError&&(i.mutateOptions.onError==null||i.mutateOptions.onError(i.currentResult.error,i.currentResult.variables,i.currentResult.context),i.mutateOptions.onSettled==null||i.mutateOptions.onSettled(void 0,i.currentResult.error,i.currentResult.variables,i.currentResult.context))),a.listeners&&i.listeners.forEach(function(o){o(i.currentResult)})})},t}(fA),W2n=gv.unstable_batchedUpdates;No.setBatchNotifyFunction(W2n);var q2n=console;D2n(q2n);var zDe=be.createContext(void 0),Trt=be.createContext(!1);function Crt(e){return e&&typeof window<"u"?(window.ReactQueryClientContext||(window.ReactQueryClientContext=zDe),window.ReactQueryClientContext):zDe}var Ci=function(){var t=be.useContext(Crt(be.useContext(Trt)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},Y2n=function(t){var n=t.client,r=t.contextSharing,a=r===void 0?!1:r,i=t.children;be.useEffect(function(){return n.mount(),function(){n.unmount()}},[n]);var o=Crt(a);return be.createElement(Trt.Provider,{value:a},be.createElement(o.Provider,{value:n},i))};function K2n(){var e=!1;return{clearReset:function(){e=!1},reset:function(){e=!0},isReset:function(){return e}}}var X2n=be.createContext(K2n()),Z2n=function(){return be.useContext(X2n)};function Irt(e,t,n){return typeof t=="function"?t.apply(void 0,n):typeof t=="boolean"?t:!!e}function Sn(e,t,n){var r=be.useRef(!1),a=be.useState(0),i=a[1],o=T2n(e,t,n),s=Ci(),l=be.useRef();l.current?l.current.setOptions(o):l.current=new G2n(s,o);var u=l.current.getCurrentResult();be.useEffect(function(){r.current=!0;var d=l.current.subscribe(No.batchCalls(function(){r.current&&i(function(f){return f+1})}));return function(){r.current=!1,d()}},[]);var c=be.useCallback(function(d,f){l.current.mutate(d,f).catch(wu)},[]);if(u.error&&Irt(void 0,l.current.options.useErrorBoundary,[u.error]))throw u.error;return Te({},u,{mutate:c,mutateAsync:u.mutate})}function Art(e,t){var n=be.useRef(!1),r=be.useState(0),a=r[1],i=Ci(),o=Z2n(),s=i.defaultQueryObserverOptions(e);s.optimisticResults=!0,s.onError&&(s.onError=No.batchCalls(s.onError)),s.onSuccess&&(s.onSuccess=No.batchCalls(s.onSuccess)),s.onSettled&&(s.onSettled=No.batchCalls(s.onSettled)),s.suspense&&(typeof s.staleTime!="number"&&(s.staleTime=1e3),s.cacheTime===0&&(s.cacheTime=1)),(s.suspense||s.useErrorBoundary)&&(o.isReset()||(s.retryOnMount=!1));var l=be.useState(function(){return new t(i,s)}),u=l[0],c=u.getOptimisticResult(s);if(be.useEffect(function(){n.current=!0,o.clearReset();var d=u.subscribe(No.batchCalls(function(){n.current&&a(function(f){return f+1})}));return u.updateResult(),function(){n.current=!1,d()}},[o,u]),be.useEffect(function(){u.setOptions(s,{listeners:!1})},[s,u]),s.suspense&&c.isLoading)throw u.fetchOptimistic(s).then(function(d){var f=d.data;s.onSuccess==null||s.onSuccess(f),s.onSettled==null||s.onSettled(f,null)}).catch(function(d){o.clearReset(),s.onError==null||s.onError(d),s.onSettled==null||s.onSettled(void 0,d)});if(c.isError&&!o.isReset()&&!c.isFetching&&Irt(s.suspense,s.useErrorBoundary,[c.error,u.getCurrentQuery()]))throw c.error;return s.notifyOnChangeProps==="tracked"&&(c=u.trackResult(c,s)),c}function xr(e,t,n){var r=XR(e,t,n);return Art(r,Ert)}function Q2n(e,t,n){var r=XR(e,t,n);return Art(r,H2n)}var krt={exports:{}};krt.exports={ReactQueryDevtools:function(){return null},ReactQueryDevtoolsPanel:function(){return null}};var J2n=krt.exports,Zv=be.createContext(null);function eIn(e){e()}var Ort=eIn,tIn=function(t){return Ort=t},nIn=function(){return Ort};function rIn(){var e=nIn(),t=null,n=null;return{clear:function(){t=null,n=null},notify:function(){e(function(){for(var a=t;a;)a.callback(),a=a.next})},get:function(){for(var a=[],i=t;i;)a.push(i),i=i.next;return a},subscribe:function(a){var i=!0,o=n={callback:a,next:null,prev:n};return o.prev?o.prev.next=o:t=o,function(){!i||t===null||(i=!1,o.next?o.next.prev=o.prev:n=o.prev,o.prev?o.prev.next=o.next:t=o.next)}}}}var UDe={notify:function(){},get:function(){return[]}};function e0e(e,t){var n,r=UDe;function a(d){return l(),r.subscribe(d)}function i(){r.notify()}function o(){c.onStateChange&&c.onStateChange()}function s(){return!!n}function l(){n||(n=t?t.addNestedSub(o):e.subscribe(o),r=rIn())}function u(){n&&(n(),n=void 0,r.clear(),r=UDe)}var c={addNestedSub:a,notifyNestedSubs:i,handleChangeWrapper:o,isSubscribed:s,trySubscribe:l,tryUnsubscribe:u,getListeners:function(){return r}};return c}var i7=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?P.useLayoutEffect:P.useEffect;function aIn(e){var t=e.store,n=e.context,r=e.children,a=P.useMemo(function(){var s=e0e(t);return s.onStateChange=s.notifyNestedSubs,{store:t,subscription:s}},[t]),i=P.useMemo(function(){return t.getState()},[t]);i7(function(){var s=a.subscription;return s.trySubscribe(),i!==t.getState()&&s.notifyNestedSubs(),function(){s.tryUnsubscribe(),s.onStateChange=null}},[a,i]);var o=n||Zv;return be.createElement(o.Provider,{value:a},r)}var Prt={exports:{}},Yi={};/** @license React v17.0.2 - * react-is.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var hG=60103,mG=60106,qM=60107,YM=60108,KM=60114,XM=60109,ZM=60110,QM=60112,JM=60113,t0e=60120,e$=60115,t$=60116,Rrt=60121,Nrt=60122,Drt=60117,Mrt=60129,$rt=60131;if(typeof Symbol=="function"&&Symbol.for){var hu=Symbol.for;hG=hu("react.element"),mG=hu("react.portal"),qM=hu("react.fragment"),YM=hu("react.strict_mode"),KM=hu("react.profiler"),XM=hu("react.provider"),ZM=hu("react.context"),QM=hu("react.forward_ref"),JM=hu("react.suspense"),t0e=hu("react.suspense_list"),e$=hu("react.memo"),t$=hu("react.lazy"),Rrt=hu("react.block"),Nrt=hu("react.server.block"),Drt=hu("react.fundamental"),Mrt=hu("react.debug_trace_mode"),$rt=hu("react.legacy_hidden")}function Rm(e){if(typeof e=="object"&&e!==null){var t=e.$$typeof;switch(t){case hG:switch(e=e.type,e){case qM:case KM:case YM:case JM:case t0e:return e;default:switch(e=e&&e.$$typeof,e){case ZM:case QM:case t$:case e$:case XM:return e;default:return t}}case mG:return t}}}var iIn=XM,oIn=hG,sIn=QM,lIn=qM,uIn=t$,cIn=e$,dIn=mG,fIn=KM,pIn=YM,hIn=JM;Yi.ContextConsumer=ZM;Yi.ContextProvider=iIn;Yi.Element=oIn;Yi.ForwardRef=sIn;Yi.Fragment=lIn;Yi.Lazy=uIn;Yi.Memo=cIn;Yi.Portal=dIn;Yi.Profiler=fIn;Yi.StrictMode=pIn;Yi.Suspense=hIn;Yi.isAsyncMode=function(){return!1};Yi.isConcurrentMode=function(){return!1};Yi.isContextConsumer=function(e){return Rm(e)===ZM};Yi.isContextProvider=function(e){return Rm(e)===XM};Yi.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===hG};Yi.isForwardRef=function(e){return Rm(e)===QM};Yi.isFragment=function(e){return Rm(e)===qM};Yi.isLazy=function(e){return Rm(e)===t$};Yi.isMemo=function(e){return Rm(e)===e$};Yi.isPortal=function(e){return Rm(e)===mG};Yi.isProfiler=function(e){return Rm(e)===KM};Yi.isStrictMode=function(e){return Rm(e)===YM};Yi.isSuspense=function(e){return Rm(e)===JM};Yi.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===qM||e===KM||e===Mrt||e===YM||e===JM||e===t0e||e===$rt||typeof e=="object"&&e!==null&&(e.$$typeof===t$||e.$$typeof===e$||e.$$typeof===XM||e.$$typeof===ZM||e.$$typeof===QM||e.$$typeof===Drt||e.$$typeof===Rrt||e[0]===Nrt)};Yi.typeOf=Rm;Prt.exports=Yi;var mIn=Prt.exports,gIn=["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef","forwardRef","context"],vIn=["reactReduxForwardedRef"],yIn=[],bIn=[null,null];function xIn(e,t){var n=e[1];return[t.payload,n+1]}function VDe(e,t,n){i7(function(){return e.apply(void 0,t)},n)}function wIn(e,t,n,r,a,i,o){e.current=r,t.current=a,n.current=!1,i.current&&(i.current=null,o())}function SIn(e,t,n,r,a,i,o,s,l,u){if(e){var c=!1,d=null,f=function(){if(!c){var v=t.getState(),m,y;try{m=r(v,a.current)}catch(b){y=b,d=b}y||(d=null),m===i.current?o.current||l():(i.current=m,s.current=m,o.current=!0,u({type:"STORE_UPDATED",payload:{error:y}}))}};n.onStateChange=f,n.trySubscribe(),f();var p=function(){if(c=!0,n.tryUnsubscribe(),n.onStateChange=null,d)throw d};return p}}var _In=function(){return[null,0]};function EIn(e,t){t===void 0&&(t={});var n=t,r=n.getDisplayName,a=r===void 0?function(x){return"ConnectAdvanced("+x+")"}:r,i=n.methodName,o=i===void 0?"connectAdvanced":i,s=n.renderCountProp,l=s===void 0?void 0:s,u=n.shouldHandleStateChanges,c=u===void 0?!0:u,d=n.storeKey,f=d===void 0?"store":d;n.withRef;var p=n.forwardRef,g=p===void 0?!1:p,v=n.context,m=v===void 0?Zv:v,y=Il(n,gIn),b=m;return function(w){var S=w.displayName||w.name||"Component",_=a(S),T=Te({},y,{getDisplayName:a,methodName:o,renderCountProp:l,shouldHandleStateChanges:c,storeKey:f,displayName:_,wrappedComponentName:S,WrappedComponent:w}),C=y.pure;function A(N){return e(N.dispatch,T)}var k=C?P.useMemo:function(N){return N()};function I(N){var j=P.useMemo(function(){var ce=N.reactReduxForwardedRef,se=Il(N,vIn);return[N.context,ce,se]},[N]),B=j[0],U=j[1],W=j[2],z=P.useMemo(function(){return B&&B.Consumer&&mIn.isContextConsumer(be.createElement(B.Consumer,null))?B:b},[B,b]),H=P.useContext(z),G=!!N.store&&!!N.store.getState&&!!N.store.dispatch;H&&H.store;var Z=G?N.store:H.store,J=P.useMemo(function(){return A(Z)},[Z]),Y=P.useMemo(function(){if(!c)return bIn;var ce=e0e(Z,G?null:H.subscription),se=ce.notifyNestedSubs.bind(ce);return[ce,se]},[Z,G,H]),ne=Y[0],V=Y[1],X=P.useMemo(function(){return G?H:Te({},H,{subscription:ne})},[G,H,ne]),ae=P.useReducer(xIn,yIn,_In),oe=ae[0],ie=oe[0],he=ae[1];if(ie&&ie.error)throw ie.error;var fe=P.useRef(),we=P.useRef(W),Ie=P.useRef(),de=P.useRef(!1),pe=k(function(){return Ie.current&&W===we.current?Ie.current:J(Z.getState(),W)},[Z,ie,W]);VDe(wIn,[we,fe,de,W,pe,Ie,V]),VDe(SIn,[c,Z,ne,J,we,fe,de,Ie,V,he],[Z,ne,J]);var _e=P.useMemo(function(){return be.createElement(w,Te({},pe,{ref:U}))},[U,w,pe]),te=P.useMemo(function(){return c?be.createElement(z.Provider,{value:X},_e):_e},[z,_e,X]);return te}var R=C?be.memo(I):I;if(R.WrappedComponent=w,R.displayName=I.displayName=_,g){var L=be.forwardRef(function(j,B){return be.createElement(R,Te({},j,{reactReduxForwardedRef:B}))});return L.displayName=_,L.WrappedComponent=w,Tb(L,w)}return Tb(R,w)}}function HDe(e,t){return e===t?e!==0||t!==0||1/e===1/t:e!==e&&t!==t}function kQ(e,t){if(HDe(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var a=0;a=0;r--){var a=t[r](e);if(a)return a}return function(i,o){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+o.wrappedComponentName+".")}}function VIn(e,t){return e===t}function HIn(e){var t=e===void 0?{}:e,n=t.connectHOC,r=n===void 0?EIn:n,a=t.mapStateToPropsFactories,i=a===void 0?RIn:a,o=t.mapDispatchToPropsFactories,s=o===void 0?kIn:o,l=t.mergePropsFactories,u=l===void 0?LIn:l,c=t.selectorFactory,d=c===void 0?zIn:c;return function(p,g,v,m){m===void 0&&(m={});var y=m,b=y.pure,x=b===void 0?!0:b,w=y.areStatesEqual,S=w===void 0?VIn:w,_=y.areOwnPropsEqual,T=_===void 0?kQ:_,C=y.areStatePropsEqual,A=C===void 0?kQ:C,k=y.areMergedPropsEqual,I=k===void 0?kQ:k,R=Il(y,UIn),L=OQ(p,i,"mapStateToProps"),N=OQ(g,s,"mapDispatchToProps"),j=OQ(v,u,"mergeProps");return r(d,Te({methodName:"connect",getDisplayName:function(U){return"Connect("+U+")"},shouldHandleStateChanges:!!p,initMapStateToProps:L,initMapDispatchToProps:N,initMergeProps:j,pure:x,areStatesEqual:S,areOwnPropsEqual:T,areStatePropsEqual:A,areMergedPropsEqual:I},R))}}const Rs=HIn();function jrt(){var e=P.useContext(Zv);return e}function Frt(e){e===void 0&&(e=Zv);var t=e===Zv?jrt:function(){return P.useContext(e)};return function(){var r=t(),a=r.store;return a}}var GIn=Frt();function WIn(e){e===void 0&&(e=Zv);var t=e===Zv?GIn:Frt(e);return function(){var r=t();return r.dispatch}}var da=WIn(),qIn=function(t,n){return t===n};function YIn(e,t,n,r){var a=P.useReducer(function(g){return g+1},0),i=a[1],o=P.useMemo(function(){return e0e(n,r)},[n,r]),s=P.useRef(),l=P.useRef(),u=P.useRef(),c=P.useRef(),d=n.getState(),f;try{if(e!==l.current||d!==u.current||s.current){var p=e(d);c.current===void 0||!t(p,c.current)?f=p:f=c.current}else f=c.current}catch(g){throw s.current&&(g.message+=` -The error may be correlated with this previous error: -`+s.current.stack+` - -`),g}return i7(function(){l.current=e,u.current=d,c.current=f,s.current=void 0}),i7(function(){function g(){try{var v=n.getState();if(v===u.current)return;var m=l.current(v);if(t(m,c.current))return;c.current=m,u.current=v}catch(y){s.current=y}i()}return o.onStateChange=g,o.trySubscribe(),g(),function(){return o.tryUnsubscribe()}},[n,o]),f}function KIn(e){e===void 0&&(e=Zv);var t=e===Zv?jrt:function(){return P.useContext(e)};return function(r,a){a===void 0&&(a=qIn);var i=t(),o=i.store,s=i.subscription,l=YIn(r,a,o,s);return P.useDebugValue(l),l}}var ct=KIn();tIn(ts.unstable_batchedUpdates);function qj(e){return e.charAt(0)==="/"}function PQ(e,t){for(var n=t,r=n+1,a=e.length;r=0;c--){var d=r[c];d==="."?PQ(r,c):d===".."?(PQ(r,c),u++):u&&(PQ(r,c),u--)}if(!o)for(;u--;u)r.unshift("..");o&&r[0]!==""&&(!r[0]||!qj(r[0]))&&r.unshift("");var f=r.join("/");return s&&f.substr(-1)!=="/"&&(f+="/"),f}function WDe(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}function nF(e,t){if(e===t)return!0;if(e==null||t==null)return!1;if(Array.isArray(e))return Array.isArray(t)&&e.length===t.length&&e.every(function(a,i){return nF(a,t[i])});if(typeof e=="object"||typeof t=="object"){var n=WDe(e),r=WDe(t);return n!==e||r!==t?nF(n,r):Object.keys(Object.assign({},e,t)).every(function(a){return nF(e[a],t[a])})}return!1}var ZIn=!0,RQ="Invariant failed";function p0(e,t){if(!e){if(ZIn)throw new Error(RQ);var n=typeof t=="function"?t():t,r=n?"".concat(RQ,": ").concat(n):RQ;throw new Error(r)}}function QR(e){return e.charAt(0)==="/"?e:"/"+e}function qDe(e){return e.charAt(0)==="/"?e.substr(1):e}function QIn(e,t){return e.toLowerCase().indexOf(t.toLowerCase())===0&&"/?#".indexOf(e.charAt(t.length))!==-1}function Brt(e,t){return QIn(e,t)?e.substr(t.length):e}function zrt(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e}function JIn(e){var t=e||"/",n="",r="",a=t.indexOf("#");a!==-1&&(r=t.substr(a),t=t.substr(0,a));var i=t.indexOf("?");return i!==-1&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:n==="?"?"":n,hash:r==="#"?"":r}}function yd(e){var t=e.pathname,n=e.search,r=e.hash,a=t||"/";return n&&n!=="?"&&(a+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(a+=r.charAt(0)==="#"?r:"#"+r),a}function Mc(e,t,n,r){var a;typeof e=="string"?(a=JIn(e),a.state=t):(a=Te({},e),a.pathname===void 0&&(a.pathname=""),a.search?a.search.charAt(0)!=="?"&&(a.search="?"+a.search):a.search="",a.hash?a.hash.charAt(0)!=="#"&&(a.hash="#"+a.hash):a.hash="",t!==void 0&&a.state===void 0&&(a.state=t));try{a.pathname=decodeURI(a.pathname)}catch(i){throw i instanceof URIError?new URIError('Pathname "'+a.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):i}return n&&(a.key=n),r?a.pathname?a.pathname.charAt(0)!=="/"&&(a.pathname=XIn(a.pathname,r.pathname)):a.pathname=r.pathname:a.pathname||(a.pathname="/"),a}function eAn(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&nF(e.state,t.state)}function r0e(){var e=null;function t(o){return e=o,function(){e===o&&(e=null)}}function n(o,s,l,u){if(e!=null){var c=typeof e=="function"?e(o,s):e;typeof c=="string"?typeof l=="function"?l(c,u):u(!0):u(c!==!1)}else u(!0)}var r=[];function a(o){var s=!0;function l(){s&&o.apply(void 0,arguments)}return r.push(l),function(){s=!1,r=r.filter(function(u){return u!==l})}}function i(){for(var o=arguments.length,s=new Array(o),l=0;lN?j.splice(N,j.length-N,I):j.push(I),c({action:k,location:I,index:N,entries:j})}})}function m(C,A){var k="REPLACE",I=Mc(C,A,d(),T.location);u.confirmTransitionTo(I,k,n,function(R){R&&(T.entries[T.index]=I,c({action:k,location:I}))})}function y(C){var A=QDe(T.index+C,0,T.entries.length-1),k="POP",I=T.entries[A];u.confirmTransitionTo(I,k,n,function(R){R?c({action:k,location:I,index:A}):c()})}function b(){y(-1)}function x(){y(1)}function w(C){var A=T.index+C;return A>=0&&A"u"&&(P2=c0e);function MAn(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}var $An=P2(function(e,t){var n=e.innerRef,r=e.navigate,a=e.onClick,i=Il(e,["innerRef","navigate","onClick"]),o=i.target,s=Te({},i,{onClick:function(u){try{a&&a(u)}catch(c){throw u.preventDefault(),c}!u.defaultPrevented&&u.button===0&&(!o||o==="_self")&&!MAn(u)&&(u.preventDefault(),r())}});return c0e!==P2?s.ref=t||n:s.ref=n,be.createElement("a",s)}),Kc=P2(function(e,t){var n=e.component,r=n===void 0?$An:n,a=e.replace,i=e.to,o=e.innerRef,s=Il(e,["component","replace","to","innerRef"]);return be.createElement(Qv.Consumer,null,function(l){l||p0(!1);var u=l.history,c=qie(Wie(i,l.location),l.location),d=c?u.createHref(c):"",f=Te({},s,{href:d,navigate:function(){var g=Wie(i,l.location),v=yd(l.location)===yd(qie(g)),m=a||v?u.replace:u.push;m(g)}});return c0e!==P2?f.ref=t||o:f.innerRef=o,be.createElement(r,f)})}),Jrt=function(t){return t},s7=be.forwardRef;typeof s7>"u"&&(s7=Jrt);function LAn(){for(var e=arguments.length,t=new Array(e),n=0;n"u")throw new Error(t)}function eat(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function s3e(e){let{pathname:t="/",search:n="",hash:r=""}=e;return n&&n!=="?"&&(t+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(t+=r.charAt(0)==="#"?r:"#"+r),t}function n$(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}var l3e;(function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"})(l3e||(l3e={}));function jAn(e,t,n){return n===void 0&&(n="/"),FAn(e,t,n,!1)}function FAn(e,t,n,r){let a=typeof t=="string"?n$(t):t,i=d0e(a.pathname||"/",n);if(i==null)return null;let o=tat(e);BAn(o);let s=null;for(let l=0;s==null&&l{let l={relativePath:s===void 0?i.path||"":s,caseSensitive:i.caseSensitive===!0,childrenIndex:o,route:i};l.relativePath.startsWith("/")&&(_l(l.relativePath.startsWith(r),'Absolute route path "'+l.relativePath+'" nested under path '+('"'+r+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),l.relativePath=l.relativePath.slice(r.length));let u=lb([r,l.relativePath]),c=n.concat(l);i.children&&i.children.length>0&&(_l(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+u+'".')),tat(i.children,t,c,u)),!(i.path==null&&!i.index)&&t.push({path:u,score:qAn(u,i.index),routesMeta:c})};return e.forEach((i,o)=>{var s;if(i.path===""||!((s=i.path)!=null&&s.includes("?")))a(i,o);else for(let l of nat(i.path))a(i,o,l)}),t}function nat(e){let t=e.split("/");if(t.length===0)return[];let[n,...r]=t,a=n.endsWith("?"),i=n.replace(/\?$/,"");if(r.length===0)return a?[i,""]:[i];let o=nat(r.join("/")),s=[];return s.push(...o.map(l=>l===""?i:[i,l].join("/"))),a&&s.push(...o),s.map(l=>e.startsWith("/")&&l===""?"/":l)}function BAn(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:YAn(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const zAn=/^:[\w-]+$/,UAn=3,VAn=2,HAn=1,GAn=10,WAn=-2,u3e=e=>e==="*";function qAn(e,t){let n=e.split("/"),r=n.length;return n.some(u3e)&&(r+=WAn),t&&(r+=VAn),n.filter(a=>!u3e(a)).reduce((a,i)=>a+(zAn.test(i)?UAn:i===""?HAn:GAn),r)}function YAn(e,t){return e.length===t.length&&e.slice(0,-1).every((r,a)=>r===t[a])?e[e.length-1]-t[t.length-1]:0}function KAn(e,t,n){n===void 0&&(n=!1);let{routesMeta:r}=e,a={},i="/",o=[];for(let s=0;s{let{paramName:f,isOptional:p}=c;if(f==="*"){let v=s[d]||"";o=i.slice(0,i.length-v.length).replace(/(.)\/+$/,"$1")}const g=s[d];return p&&!g?u[f]=void 0:u[f]=(g||"").replace(/%2F/g,"/"),u},{}),pathname:i,pathnameBase:o,pattern:e}}function XAn(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!0),eat(e==="*"||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were '+('"'+e.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+e.replace(/\*$/,"/*")+'".'));let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(o,s,l)=>(r.push({paramName:s,isOptional:l!=null}),l?"/?([^\\/]+)?":"/([^\\/]+)"));return e.endsWith("*")?(r.push({paramName:"*"}),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":e!==""&&e!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,t?void 0:"i"),r]}function ZAn(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return eat(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+t+").")),e}}function d0e(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&r!=="/"?null:e.slice(n)||"/"}function QAn(e,t){t===void 0&&(t="/");let{pathname:n,search:r="",hash:a=""}=typeof e=="string"?n$(e):e;return{pathname:n?n.startsWith("/")?n:JAn(n,t):t,search:nkn(r),hash:rkn(a)}}function JAn(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function LQ(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified "+("`to."+t+"` field ["+JSON.stringify(r)+"]. Please separate it out to the ")+("`to."+n+"` field. Alternatively you may provide the full path as ")+'a string in and the router will parse it for you.'}function ekn(e){return e.filter((t,n)=>n===0||t.route.path&&t.route.path.length>0)}function rat(e,t){let n=ekn(e);return t?n.map((r,a)=>a===n.length-1?r.pathname:r.pathnameBase):n.map(r=>r.pathnameBase)}function aat(e,t,n,r){r===void 0&&(r=!1);let a;typeof e=="string"?a=n$(e):(a=Yie({},e),_l(!a.pathname||!a.pathname.includes("?"),LQ("?","pathname","search",a)),_l(!a.pathname||!a.pathname.includes("#"),LQ("#","pathname","hash",a)),_l(!a.search||!a.search.includes("#"),LQ("#","search","hash",a)));let i=e===""||a.pathname==="",o=i?"/":a.pathname,s;if(o==null)s=n;else{let d=t.length-1;if(!r&&o.startsWith("..")){let f=o.split("/");for(;f[0]==="..";)f.shift(),d-=1;a.pathname=f.join("/")}s=d>=0?t[d]:"/"}let l=QAn(a,s),u=o&&o!=="/"&&o.endsWith("/"),c=(i||o===".")&&n.endsWith("/");return!l.pathname.endsWith("/")&&(u||c)&&(l.pathname+="/"),l}const lb=e=>e.join("/").replace(/\/\/+/g,"/"),tkn=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),nkn=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,rkn=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function akn(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}const iat=["post","put","patch","delete"];new Set(iat);const ikn=["get",...iat];new Set(ikn);/** - * React Router v6.28.0 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function vD(){return vD=Object.assign?Object.assign.bind():function(e){for(var t=1;t{s.current=!0}),P.useCallback(function(u,c){if(c===void 0&&(c={}),!s.current)return;if(typeof u=="number"){r.go(u);return}let d=aat(u,JSON.parse(o),i,c.relative==="path");e==null&&t!=="/"&&(d.pathname=d.pathname==="/"?t:lb([t,d.pathname])),(c.replace?r.replace:r.push)(d,c.state,c)},[t,r,o,i,e])}const ukn=P.createContext(null);function ckn(e){let t=P.useContext(ky).outlet;return t&&P.createElement(ukn.Provider,{value:e},t)}function lat(){let{matches:e}=P.useContext(ky),t=e[e.length-1];return t?t.params:{}}function uat(e,t){let{relative:n}=t===void 0?{}:t,{future:r}=P.useContext(A_),{matches:a}=P.useContext(ky),{pathname:i}=a$(),o=JSON.stringify(rat(a,r.v7_relativeSplatPath));return P.useMemo(()=>aat(e,JSON.parse(o),i,n==="path"),[e,o,i,n])}function dkn(e,t){return fkn(e,t)}function fkn(e,t,n,r){r$()||_l(!1);let{navigator:a}=P.useContext(A_),{matches:i}=P.useContext(ky),o=i[i.length-1],s=o?o.params:{};o&&o.pathname;let l=o?o.pathnameBase:"/";o&&o.route;let u=a$(),c;if(t){var d;let m=typeof t=="string"?n$(t):t;l==="/"||(d=m.pathname)!=null&&d.startsWith(l)||_l(!1),c=m}else c=u;let f=c.pathname||"/",p=f;if(l!=="/"){let m=l.replace(/^\//,"").split("/");p="/"+f.replace(/^\//,"").split("/").slice(m.length).join("/")}let g=jAn(e,{pathname:p}),v=vkn(g&&g.map(m=>Object.assign({},m,{params:Object.assign({},s,m.params),pathname:lb([l,a.encodeLocation?a.encodeLocation(m.pathname).pathname:m.pathname]),pathnameBase:m.pathnameBase==="/"?l:lb([l,a.encodeLocation?a.encodeLocation(m.pathnameBase).pathname:m.pathnameBase])})),i,n,r);return t&&v?P.createElement(vG.Provider,{value:{location:vD({pathname:"/",search:"",hash:"",state:null,key:"default"},c),navigationType:l7.Pop}},v):v}function pkn(){let e=wkn(),t=akn(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,a={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"},i=null;return P.createElement(P.Fragment,null,P.createElement("h2",null,"Unexpected Application Error!"),P.createElement("h3",{style:{fontStyle:"italic"}},t),n?P.createElement("pre",{style:a},n):null,i)}const hkn=P.createElement(pkn,null);class mkn extends P.Component{constructor(t){super(t),this.state={location:t.location,revalidation:t.revalidation,error:t.error}}static getDerivedStateFromError(t){return{error:t}}static getDerivedStateFromProps(t,n){return n.location!==t.location||n.revalidation!=="idle"&&t.revalidation==="idle"?{error:t.error,location:t.location,revalidation:t.revalidation}:{error:t.error!==void 0?t.error:n.error,location:n.location,revalidation:t.revalidation||n.revalidation}}componentDidCatch(t,n){console.error("React Router caught the following error during render",t,n)}render(){return this.state.error!==void 0?P.createElement(ky.Provider,{value:this.props.routeContext},P.createElement(oat.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function gkn(e){let{routeContext:t,match:n,children:r}=e,a=P.useContext(f0e);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),P.createElement(ky.Provider,{value:t},r)}function vkn(e,t,n,r){var a;if(t===void 0&&(t=[]),n===void 0&&(n=null),r===void 0&&(r=null),e==null){var i;if(!n)return null;if(n.errors)e=n.matches;else if((i=r)!=null&&i.v7_partialHydration&&t.length===0&&!n.initialized&&n.matches.length>0)e=n.matches;else return null}let o=e,s=(a=n)==null?void 0:a.errors;if(s!=null){let c=o.findIndex(d=>d.route.id&&(s==null?void 0:s[d.route.id])!==void 0);c>=0||_l(!1),o=o.slice(0,Math.min(o.length,c+1))}let l=!1,u=-1;if(n&&r&&r.v7_partialHydration)for(let c=0;c=0?o=o.slice(0,u+1):o=[o[0]];break}}}return o.reduceRight((c,d,f)=>{let p,g=!1,v=null,m=null;n&&(p=s&&d.route.id?s[d.route.id]:void 0,v=d.route.errorElement||hkn,l&&(u<0&&f===0?(_kn("route-fallback",!1),g=!0,m=null):u===f&&(g=!0,m=d.route.hydrateFallbackElement||null)));let y=t.concat(o.slice(0,f+1)),b=()=>{let x;return p?x=v:g?x=m:d.route.Component?x=P.createElement(d.route.Component,null):d.route.element?x=d.route.element:x=c,P.createElement(gkn,{match:d,routeContext:{outlet:c,matches:y,isDataRoute:n!=null},children:x})};return n&&(d.route.ErrorBoundary||d.route.errorElement||f===0)?P.createElement(mkn,{location:n.location,revalidation:n.revalidation,component:v,error:p,children:b(),routeContext:{outlet:null,matches:y,isDataRoute:!0}}):b()},null)}var cat=function(e){return e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e}(cat||{}),u7=function(e){return e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId",e}(u7||{});function ykn(e){let t=P.useContext(f0e);return t||_l(!1),t}function bkn(e){let t=P.useContext(okn);return t||_l(!1),t}function xkn(e){let t=P.useContext(ky);return t||_l(!1),t}function dat(e){let t=xkn(),n=t.matches[t.matches.length-1];return n.route.id||_l(!1),n.route.id}function wkn(){var e;let t=P.useContext(oat),n=bkn(u7.UseRouteError),r=dat(u7.UseRouteError);return t!==void 0?t:(e=n.errors)==null?void 0:e[r]}function Skn(){let{router:e}=ykn(cat.UseNavigateStable),t=dat(u7.UseNavigateStable),n=P.useRef(!1);return sat(()=>{n.current=!0}),P.useCallback(function(a,i){i===void 0&&(i={}),n.current&&(typeof a=="number"?e.navigate(a):e.navigate(a,vD({fromRouteId:t},i)))},[e,t])}const d3e={};function _kn(e,t,n){!t&&!d3e[e]&&(d3e[e]=!0)}function fat(e){return ckn(e.context)}function Rp(e){_l(!1)}function Ekn(e){let{basename:t="/",children:n=null,location:r,navigationType:a=l7.Pop,navigator:i,static:o=!1,future:s}=e;r$()&&_l(!1);let l=t.replace(/^\/*/,"/"),u=P.useMemo(()=>({basename:l,navigator:i,static:o,future:vD({v7_relativeSplatPath:!1},s)}),[l,s,i,o]);typeof r=="string"&&(r=n$(r));let{pathname:c="/",search:d="",hash:f="",state:p=null,key:g="default"}=r,v=P.useMemo(()=>{let m=d0e(c,l);return m==null?null:{location:{pathname:m,search:d,hash:f,state:p,key:g},navigationType:a}},[l,c,d,f,p,g,a]);return v==null?null:P.createElement(A_.Provider,{value:u},P.createElement(vG.Provider,{children:n,value:v}))}function p0e(e){let{children:t,location:n}=e;return dkn(Kie(t),n)}new Promise(()=>{});function Kie(e,t){t===void 0&&(t=[]);let n=[];return P.Children.forEach(e,(r,a)=>{if(!P.isValidElement(r))return;let i=[...t,a];if(r.type===P.Fragment){n.push.apply(n,Kie(r.props.children,i));return}r.type!==Rp&&_l(!1),!r.props.index||!r.props.children||_l(!1);let o={id:r.props.id||i.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(o.children=Kie(r.props.children,i)),n.push(o)}),n}/** - * React Router DOM v5 Compat v6.28.0 - * - * Copyright (c) Remix Software Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */function c7(){return c7=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0)&&(n[a]=e[a]);return n}function Ckn(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Ikn(e,t){return e.button===0&&(!t||t==="_self")&&!Ckn(e)}function Xie(e){return e===void 0&&(e=""),new URLSearchParams(typeof e=="string"||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((t,n)=>{let r=e[n];return t.concat(Array.isArray(r)?r.map(a=>[n,a]):[[n,r]])},[]))}function Akn(e,t){let n=Xie(e);return t&&t.forEach((r,a)=>{n.has(a)||t.getAll(a).forEach(i=>{n.append(a,i)})}),n}const kkn=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],Okn="6";try{window.__reactRouterVersion=Okn}catch{}const Pkn=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Rkn=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Nkn=P.forwardRef(function(t,n){let{onClick:r,relative:a,reloadDocument:i,replace:o,state:s,target:l,to:u,preventScrollReset:c,viewTransition:d}=t,f=Tkn(t,kkn),{basename:p}=P.useContext(A_),g,v=!1;if(typeof u=="string"&&Rkn.test(u)&&(g=u,Pkn))try{let x=new URL(window.location.href),w=u.startsWith("//")?new URL(x.protocol+u):new URL(u),S=d0e(w.pathname,p);w.origin===x.origin&&S!=null?u=S+w.search+w.hash:v=!0}catch{}let m=skn(u,{relative:a}),y=Dkn(u,{replace:o,state:s,target:l,preventScrollReset:c,relative:a,viewTransition:d});function b(x){r&&r(x),x.defaultPrevented||y(x)}return P.createElement("a",c7({},f,{href:g||m,onClick:v||i?r:b,ref:n,target:l}))});var f3e;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(f3e||(f3e={}));var p3e;(function(e){e.UseFetcher="useFetcher",e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"})(p3e||(p3e={}));function Dkn(e,t){let{target:n,replace:r,state:a,preventScrollReset:i,relative:o,viewTransition:s}=t===void 0?{}:t,l=k_(),u=a$(),c=uat(e,{relative:o});return P.useCallback(d=>{if(Ikn(d,n)){d.preventDefault();let f=r!==void 0?r:s3e(u)===s3e(c);l(e,{replace:f,state:a,preventScrollReset:i,relative:o,viewTransition:s})}},[u,l,c,r,a,n,e,i,o,s])}function h0e(e){let t=P.useRef(Xie(e)),n=P.useRef(!1),r=a$(),a=P.useMemo(()=>Akn(r.search,n.current?null:t.current),[r.search]),i=k_(),o=P.useCallback((s,l)=>{const u=Xie(typeof s=="function"?s(a):s);n.current=!0,i("?"+u,l)},[i,a]);return[a,o]}function Zie(e){let{location:t,path:n}=e;return e.exact||(n+="/*"),P.createElement(p0e,{location:t},P.createElement(Rp,{path:n,element:P.createElement(On,c7({},e))}))}const Mkn=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",$kn=Mkn?P.useLayoutEffect:()=>{};function Lkn(e){let{children:t}=e,n=Ay(),[r,a]=P.useState(()=>({location:n.location,action:n.action}));return $kn(()=>{n.listen((i,o)=>a({location:i,action:o}))},[n]),P.createElement(Ekn,{navigationType:r.action,location:r.location,navigator:n},P.createElement(p0e,null,P.createElement(Rp,{path:"*",element:t})))}const jkn="0.1.187",Fkn={version:jkn},Tf={NODE_ENV:"production",REACT_APP_DATA_DOG_CLIENT_TOKEN:"pub8f0543221375dd1aebe442937172bcef",REACT_APP_ENVIRONMENT_NAME:"production",REACT_APP_SENTRY_DSN:"https://1132b9da45cb4050a2d6c58ae10e7edc@o1096117.ingest.sentry.io/6169496",REACT_APP_INTERCOM_APP_ID:"w8c9ht7o",REACT_APP_SEGMENT_WRITE_KEY:"d5JwsPXYzUjS5aV0iBpKND3u60knkpZH",REACT_APP_SENTRY_DEBUG:"",REACT_APP_SENTRY_REPORTING:"true",REACT_APP_RELEASE_VERSIONS:Fkn.version,REACT_APP_SLACK_REPORTING_URL:"",SENTRY_AUTH_TOKEN:{}.SENTRY_AUTH_TOKEN??"",ONE_SCHEMA_CLIENT_ID:"7874d589-8d25-4933-bc09-a3fed0857d64"},O_="/api",m0e="/public/sessions",pat="/public/sessions/touch",hat="/public/reports",Bkn=(e,t)=>`/public/messages/${e}?translate=${t}`,zkn=(e,t)=>`/public/messages/translationEnabled?translation=${t}&user=${e}`,mat=e=>`/public/reports/${e}`,Ukn=e=>`/public/relationship-types/${e}`,gat="/public/organisations",Vkn=e=>`${gat}/${e.toLowerCase()}`,Hkn=e=>`/public/challenges/${e}`,Gkn="/public/solutions",Wkn="/public/passwords",qkn="/public/sessions?mode=pin",vat="/reporting/sessions",g0e="/portal/sessions",Ykn="/portal/sessions/code",Kkn="/portal/sessions/login-2fa",v0e="/portal/resets",y0e="/portal/passwords",Xkn="/portal/tokens",Zkn="/app/invites/resend",Qkn="/reporting/activate",yat="/portal/authenticationType",bat=e=>`/portal/reports/${e}`,Jkn=e=>`/portal/manualIntake/${e}`,eOn="/portal/manualIntake",tOn=e=>`/portal/manualIntake/${e}`,nOn=e=>`/portal/manualIntake/${e}/assignRandomCM`,rOn=e=>`/portal/reports/${e}/status`,aOn=e=>`/api/portal/evidence/${e}/upload`,iOn="/portal/managers",oOn="/portal/availability",sOn="/portal/caseSettings",lOn=e=>`/api/portal/reports/${e}/audit`,uOn=e=>`/portal/evidence/${e}`,xat="/portal/invites",h3e="/portal/configurations/logo",m3e="/portal/configurations",wat=e=>`/portal/users/${e}`,cOn=e=>`/portal/updateUser/${e}`,dOn="/portal/users/expire",Sat="/portal/authenticationAdmin",fOn="/portal/features",pOn="/portal/globalFeatures",_at=e=>`/portal/exports/${e}/pdf`,Eat="/portal/sessions/touch",hOn="/portal/validateEmail",mOn="/portal/cases/csv",gOn="/portal/adp/status",vOn="/portal/adp/invite",yOn="/portal/adp/consent";var xi=(e=>(e.DATE="@evidence/date",e.DESCRIPTION="@evidence/description",e.EMOTION="@evidence/emotion",e.LOCATION="@evidence/location",e.PERPETRATOR="@evidence/perpetrator",e.PHOTO="@evidence/photo",e.TIME="@evidence/time",e.WITNESS="@evidence/witness",e.FILE_UPLOAD="@evidence/file-upload",e))(xi||{}),Ss=(e=>(e.DRAFT="DRAFT",e.NEW="NEW",e.INVESTIGATING="INVESTIGATING",e.CLOSED="CLOSED",e.READ="READ",e.LODGED="LODGED",e))(Ss||{}),bd=(e=>(e.NEW="new",e.ASSIGNED="assigned",e.REASSIGNED="reassigned",e.CASE_REASSIGNED="case-reassigned",e.STALE="stale",e.MESSAGE="message",e.CASE_TEAM_INVITE="case-team-invite",e.PERMISSIONS_REMOVED="permissions_removed",e.POST_SUBMISSION_FILES_ADDED="post_submission_files_added",e))(bd||{}),oS=(e=>(e[e.CREATED=0]="CREATED",e[e.SEEN=1]="SEEN",e[e.READ=2]="READ",e[e.CLOSED=3]="CLOSED",e))(oS||{}),qn=(e=>(e.APP="app",e.MANAGER="manager",e.ADMIN="admin",e.SUPER="super",e.PUBLIC="public",e))(qn||{}),gl=(e=>(e.MANAGER="DEFAULT ROLE manager",e.ADMIN="DEFAULT ROLE admin",e.SUPER="DEFAULT ROLE super",e.COLLABORATOR="CUSTOM ROLE collaborator",e.MODERATOR="CUSTOM ROLE moderator",e))(gl||{}),FS=(e=>(e.UNDETERMINED="Undetermined",e.UNSUBSTANTIATED="Unsubstantiated",e.PARTIALLY_SUBSTANTIATED="Partially-substantiated",e.SUBSTANTIATED="Substantiated",e))(FS||{});const xh=e=>{var t;if(console.groupCollapsed("Network Request Error"),console.groupCollapsed("Traceback"),console.trace(),console.groupEnd(),console.log("config:",e.config),e.response){if(console.log("data:",e.response.data),console.log("status:",e.response.status),console.log("headers:",e.response.headers),(t=e.response.data)!=null&&t.errors)return console.groupEnd(),e.response.data.errors}else e.request?console.log("request:",e.request):console.log("message:",e.message);return console.groupEnd(),[]},b0e={typography:{fontFamily:'"Ubuntu", sans-serif',body1:{fontFamily:'"Ubuntu", sans-serif'},h4:{fontFamily:'"Ubuntu", sans-serif',fontWeight:400},h6:{fontFamily:'"Ubuntu", sans-serif',fontWeight:400},subtitle1:{fontFamily:'"Ubuntu", sans-serif'},button:{fontFamily:'"Ubuntu", sans-serif',fontWeight:400}},palette:{primary:{light:"#A7DCCD",main:"#55BAA2",dark:"#70B7A3"},secondary:{main:"#19142F"},success:{main:"#31A450"},error:{light:"#FF7043",main:"#CA0000",dark:"#B81111"},warning:{light:"#F8BF63",main:"#F7B64C",dark:"#FF9009"},info:{light:"#95DBE5",main:"#33A5FF",dark:"#3660dc"},draft:{main:"#415587",text:"#18162E"},grey:{50:"#F8FBFC",100:"#F5F5F5",200:"#D0D0D0",400:"#C5C5C5",500:"#A0A0A0",600:"#8C8C8C",800:"#5B5B5B",900:"#3B3B3B",A100:"#90A2AB",E100:"#e5e9ec",D100:"#DADADA",B100:"#707070"},white:"#FFFFFF"},breakpoints:{values:{xs:0,sm:600,md:1240,lg:1280,xl:1920}}},on={newPalette:{neutral:{N0:"#FFFFFF",N100:"#FAFBFF",N200:"#F2F2F3",N300:"#E4E5E6",N400:"#C6C8C9",N500:"#A2A6A8",N600:"#71717A",N700:"#546276",N800:"#17353D",N900:"#12292F",N1000:"#0A181B"},turquoise:{T100:"#D8EFEB",T200:"#81BBB1",T300:"#35A191",T400:"#168070",T500:"#096C5E"},green:{G100:"#BBDBC9",G200:"#A7ED24",G300:"#3EB572",G400:"#258750",G500:"#016533"},yellow:{Y100:"#FFF8F2",Y200:"#FFE3C7",Y300:"#FFC276",Y400:"#FFB020",Y500:"#A16F14"},red:{R100:"#FCF2F2",R200:"#FF5F5F",R300:"#E2342A",R400:"#BE2714",R500:"#8F211B"},chart:{blue:"#4B9BFF",yellow:"#FFB020",red:"#FF5F5F",green:"#45BF8C",pink:"#FF73C3",teal:"#74DDE5",violet:"#AF78FF",yellow2:"#FFD76E",neutral:"#E4E5E6",white:"#FFFFFF"},accordion:{blue:"rgba(75, 155, 255, 0.15)",yellow:"rgba(255, 176, 32, 0.15)",red:"rgba(255, 95, 95, 0.15)",green:"rgba(69, 191, 140, 0.15)",pink:"rgba(255, 115, 195, 0.15)",teal:"rgba(116, 221, 229, 0.15)",violet:"rgba(175, 120, 255, 0.15)",yellow2:"rgba(255, 215, 110, 0.15)",neutral:"#E4E5E6",white:"#FFFFFF"},accordionHover:{blue:"rgba(75, 155, 255, 0.30)",yellow:"rgba(255, 176, 32, 0.30)",red:"rgba(255, 95, 95, 0.30)",green:"rgba(69, 191, 140, 0.30)",pink:"rgba(255, 115, 195, 0.30)",teal:"rgba(116, 221, 229, 0.30)",violet:"rgba(175, 120, 255, 0.30)",yellow2:"rgba(255, 215, 110, 0.30)",neutral:"#E4E5E6",white:"#FFFFFF"}},newTypography:{textStyleDisplaySpecial:{fontFamily:"Oswald",fontWeight:600,fontSize:"42px",lineHeight:"52px",letterSpacing:0,textTransform:"none"},textStyleDisplayXLarge:{fontFamily:"Rubik",fontWeight:600,fontSize:"42px",lineHeight:"44px",letterSpacing:0,textTransform:"none"},textStyleDisplayLarge:{fontFamily:"Rubik",fontWeight:600,fontSize:"28px",lineHeight:"28px",letterSpacing:0,textTransform:"none"},textStyleDisplayMedium:{fontFamily:"Rubik",fontWeight:400,fontSize:"24px",lineHeight:"26px",letterSpacing:0,textTransform:"none"},textStyleDisplaySmall:{fontFamily:"Rubik",fontWeight:400,fontSize:"20px",lineHeight:"20px",letterSpacing:0,textTransform:"none"},textStyleHeading:{fontFamily:"Rubik",fontWeight:600,fontSize:"16px",lineHeight:"24px",letterSpacing:0,textTransform:"none"},textStyleSubheading:{fontFamily:"Rubik",fontWeight:600,fontSize:"12px",lineHeight:"16px",letterSpacing:"1px",textTransform:"uppercase"},textStyleBodyLarge:{fontFamily:"Rubik",fontWeight:400,fontSize:"18px",lineHeight:"32px",letterSpacing:0,textTransform:"none"},textStyleBodyLargeSemibold:{fontFamily:"Rubik",fontWeight:600,fontSize:"18px",lineHeight:"32px",letterSpacing:0,textTransform:"none"},textStyleBody:{fontFamily:"Rubik",fontWeight:400,fontSize:"14px",lineHeight:"24px",letterSpacing:0,textTransform:"none"},textStyleBodySemibold:{fontFamily:"Rubik",fontWeight:600,fontSize:"14px",lineHeight:"24px",letterSpacing:0,textTransform:"none"},textStyleBodySmall:{fontFamily:"Rubik",fontWeight:400,fontSize:"12px",lineHeight:"20px",letterSpacing:0,textTransform:"none"},textStyleBodySmallSemibold:{fontFamily:"Rubik",fontWeight:600,fontSize:"12px",lineHeight:"20px",letterSpacing:0,textTransform:"none"}},boxShadows:{shadowSmall:{boxShadow:"0px 1px 4px -6px rgba(0, 0, 0, 0.13)",filter:"drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4))"},shadowMedium:{boxShadow:"0px 7px 10px -6px rgba(0, 0, 0, 0.16)",filter:"drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4))"},shadowLarge:{boxShadow:"0px 6px 16px -6px rgba(0, 0, 0, 0.14)",filter:"drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4))"},shadowXLarge:{boxShadow:"0px 24px 24px -8px rgba(0, 0, 0, 0.08), 0px 0px 28px -8px rgba(0, 0, 0, 0.12)",filter:"drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2))"},focusState:"0px 0px 0px 4px #D8EFEB"}};({...on.newPalette.neutral,...on.newPalette.turquoise,...on.newPalette.green,...on.newPalette.yellow,...on.newPalette.red,...on.newPalette.chart});const De={...b0e,...on,spacing:e=>e??8},bOn=qnt(b0e),g3e=e=>{switch(e){case Ss.READ:return De.newPalette.turquoise.T300;case Ss.INVESTIGATING:return De.newPalette.yellow.Y300;case Ss.CLOSED:return De.newPalette.neutral.N600;case Ss.DRAFT:return De.newPalette.neutral.N800;default:return De.newPalette.chart.blue}},Qie=Object.values(De.newPalette.chart);var x0e={exports:{}},Tat=function(t,n){return function(){for(var a=new Array(arguments.length),i=0;i"u"}function wOn(e){return e!==null&&!Jie(e)&&e.constructor!==null&&!Jie(e.constructor)&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)}function Cat(e){return ax.call(e)==="[object ArrayBuffer]"}function SOn(e){return ax.call(e)==="[object FormData]"}function _On(e){var t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Cat(e.buffer),t}function EOn(e){return typeof e=="string"}function TOn(e){return typeof e=="number"}function Iat(e){return e!==null&&typeof e=="object"}function aF(e){if(ax.call(e)!=="[object Object]")return!1;var t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}function COn(e){return ax.call(e)==="[object Date]"}function IOn(e){return ax.call(e)==="[object File]"}function AOn(e){return ax.call(e)==="[object Blob]"}function Aat(e){return ax.call(e)==="[object Function]"}function kOn(e){return Iat(e)&&Aat(e.pipe)}function OOn(e){return ax.call(e)==="[object URLSearchParams]"}function POn(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function ROn(){return typeof navigator<"u"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window<"u"&&typeof document<"u"}function S0e(e,t){if(!(e===null||typeof e>"u"))if(typeof e!="object"&&(e=[e]),w0e(e))for(var n=0,r=e.length;n"u"||(PE.isArray(l)?u=u+"[]":l=[l],PE.forEach(l,function(d){PE.isDate(d)?d=d.toISOString():PE.isObject(d)&&(d=JSON.stringify(d)),i.push(v3e(u)+"="+v3e(d))}))}),a=i.join("&")}if(a){var o=t.indexOf("#");o!==-1&&(t=t.slice(0,o)),t+=(t.indexOf("?")===-1?"?":"&")+a}return t},MOn=Zd;function yG(){this.handlers=[]}yG.prototype.use=function(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1};yG.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)};yG.prototype.forEach=function(t){MOn.forEach(this.handlers,function(r){r!==null&&t(r)})};var $On=yG,LOn=Zd,jOn=function(t,n){LOn.forEach(t,function(a,i){i!==n&&i.toUpperCase()===n.toUpperCase()&&(t[n]=a,delete t[i])})},Oat=function(t,n,r,a,i){return t.config=n,r&&(t.code=r),t.request=a,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},t},Pat={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},jQ,y3e;function Rat(){if(y3e)return jQ;y3e=1;var e=Oat;return jQ=function(n,r,a,i,o){var s=new Error(n);return e(s,r,a,i,o)},jQ}var FQ,b3e;function FOn(){if(b3e)return FQ;b3e=1;var e=Rat();return FQ=function(n,r,a){var i=a.config.validateStatus;!a.status||!i||i(a.status)?n(a):r(e("Request failed with status code "+a.status,a.config,null,a.request,a))},FQ}var BQ,x3e;function BOn(){if(x3e)return BQ;x3e=1;var e=Zd;return BQ=e.isStandardBrowserEnv()?function(){return{write:function(r,a,i,o,s,l){var u=[];u.push(r+"="+encodeURIComponent(a)),e.isNumber(i)&&u.push("expires="+new Date(i).toGMTString()),e.isString(o)&&u.push("path="+o),e.isString(s)&&u.push("domain="+s),l===!0&&u.push("secure"),document.cookie=u.join("; ")},read:function(r){var a=document.cookie.match(new RegExp("(^|;\\s*)("+r+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove:function(r){this.write(r,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),BQ}var zQ,w3e;function zOn(){return w3e||(w3e=1,zQ=function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}),zQ}var UQ,S3e;function UOn(){return S3e||(S3e=1,UQ=function(t,n){return n?t.replace(/\/+$/,"")+"/"+n.replace(/^\/+/,""):t}),UQ}var VQ,_3e;function VOn(){if(_3e)return VQ;_3e=1;var e=zOn(),t=UOn();return VQ=function(r,a){return r&&!e(a)?t(r,a):a},VQ}var HQ,E3e;function HOn(){if(E3e)return HQ;E3e=1;var e=Zd,t=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];return HQ=function(r){var a={},i,o,s;return r&&e.forEach(r.split(` -`),function(u){if(s=u.indexOf(":"),i=e.trim(u.substr(0,s)).toLowerCase(),o=e.trim(u.substr(s+1)),i){if(a[i]&&t.indexOf(i)>=0)return;i==="set-cookie"?a[i]=(a[i]?a[i]:[]).concat([o]):a[i]=a[i]?a[i]+", "+o:o}}),a},HQ}var GQ,T3e;function GOn(){if(T3e)return GQ;T3e=1;var e=Zd;return GQ=e.isStandardBrowserEnv()?function(){var n=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a"),a;function i(o){var s=o;return n&&(r.setAttribute("href",s),s=r.href),r.setAttribute("href",s),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return a=i(window.location.href),function(s){var l=e.isString(s)?i(s):s;return l.protocol===a.protocol&&l.host===a.host}}():function(){return function(){return!0}}(),GQ}var WQ,C3e;function bG(){if(C3e)return WQ;C3e=1;function e(t){this.message=t}return e.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},e.prototype.__CANCEL__=!0,WQ=e,WQ}var qQ,I3e;function A3e(){if(I3e)return qQ;I3e=1;var e=Zd,t=FOn(),n=BOn(),r=kat,a=VOn(),i=HOn(),o=GOn(),s=Rat(),l=Pat,u=bG();return qQ=function(d){return new Promise(function(p,g){var v=d.data,m=d.headers,y=d.responseType,b;function x(){d.cancelToken&&d.cancelToken.unsubscribe(b),d.signal&&d.signal.removeEventListener("abort",b)}e.isFormData(v)&&delete m["Content-Type"];var w=new XMLHttpRequest;if(d.auth){var S=d.auth.username||"",_=d.auth.password?unescape(encodeURIComponent(d.auth.password)):"";m.Authorization="Basic "+btoa(S+":"+_)}var T=a(d.baseURL,d.url);w.open(d.method.toUpperCase(),r(T,d.params,d.paramsSerializer),!0),w.timeout=d.timeout;function C(){if(w){var k="getAllResponseHeaders"in w?i(w.getAllResponseHeaders()):null,I=!y||y==="text"||y==="json"?w.responseText:w.response,R={data:I,status:w.status,statusText:w.statusText,headers:k,config:d,request:w};t(function(N){p(N),x()},function(N){g(N),x()},R),w=null}}if("onloadend"in w?w.onloadend=C:w.onreadystatechange=function(){!w||w.readyState!==4||w.status===0&&!(w.responseURL&&w.responseURL.indexOf("file:")===0)||setTimeout(C)},w.onabort=function(){w&&(g(s("Request aborted",d,"ECONNABORTED",w)),w=null)},w.onerror=function(){g(s("Network Error",d,null,w)),w=null},w.ontimeout=function(){var I=d.timeout?"timeout of "+d.timeout+"ms exceeded":"timeout exceeded",R=d.transitional||l;d.timeoutErrorMessage&&(I=d.timeoutErrorMessage),g(s(I,d,R.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",w)),w=null},e.isStandardBrowserEnv()){var A=(d.withCredentials||o(T))&&d.xsrfCookieName?n.read(d.xsrfCookieName):void 0;A&&(m[d.xsrfHeaderName]=A)}"setRequestHeader"in w&&e.forEach(m,function(I,R){typeof v>"u"&&R.toLowerCase()==="content-type"?delete m[R]:w.setRequestHeader(R,I)}),e.isUndefined(d.withCredentials)||(w.withCredentials=!!d.withCredentials),y&&y!=="json"&&(w.responseType=d.responseType),typeof d.onDownloadProgress=="function"&&w.addEventListener("progress",d.onDownloadProgress),typeof d.onUploadProgress=="function"&&w.upload&&w.upload.addEventListener("progress",d.onUploadProgress),(d.cancelToken||d.signal)&&(b=function(k){w&&(g(!k||k&&k.type?new u("canceled"):k),w.abort(),w=null)},d.cancelToken&&d.cancelToken.subscribe(b),d.signal&&(d.signal.aborted?b():d.signal.addEventListener("abort",b))),v||(v=null),w.send(v)})},qQ}var Su=Zd,k3e=jOn,WOn=Oat,qOn=Pat,YOn={"Content-Type":"application/x-www-form-urlencoded"};function O3e(e,t){!Su.isUndefined(e)&&Su.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function KOn(){var e;return(typeof XMLHttpRequest<"u"||typeof process<"u"&&Object.prototype.toString.call(process)==="[object process]")&&(e=A3e()),e}function XOn(e,t,n){if(Su.isString(e))try{return(t||JSON.parse)(e),Su.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}var xG={transitional:qOn,adapter:KOn(),transformRequest:[function(t,n){return k3e(n,"Accept"),k3e(n,"Content-Type"),Su.isFormData(t)||Su.isArrayBuffer(t)||Su.isBuffer(t)||Su.isStream(t)||Su.isFile(t)||Su.isBlob(t)?t:Su.isArrayBufferView(t)?t.buffer:Su.isURLSearchParams(t)?(O3e(n,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):Su.isObject(t)||n&&n["Content-Type"]==="application/json"?(O3e(n,"application/json"),XOn(t)):t}],transformResponse:[function(t){var n=this.transitional||xG.transitional,r=n&&n.silentJSONParsing,a=n&&n.forcedJSONParsing,i=!r&&this.responseType==="json";if(i||a&&Su.isString(t)&&t.length)try{return JSON.parse(t)}catch(o){if(i)throw o.name==="SyntaxError"?WOn(o,this,"E_JSON_PARSE"):o}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};Su.forEach(["delete","get","head"],function(t){xG.headers[t]={}});Su.forEach(["post","put","patch"],function(t){xG.headers[t]=Su.merge(YOn)});var _0e=xG,ZOn=Zd,QOn=_0e,JOn=function(t,n,r){var a=this||QOn;return ZOn.forEach(r,function(o){t=o.call(a,t,n)}),t},YQ,P3e;function Nat(){return P3e||(P3e=1,YQ=function(t){return!!(t&&t.__CANCEL__)}),YQ}var R3e=Zd,KQ=JOn,ePn=Nat(),tPn=_0e,nPn=bG();function XQ(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new nPn("canceled")}var rPn=function(t){XQ(t),t.headers=t.headers||{},t.data=KQ.call(t,t.data,t.headers,t.transformRequest),t.headers=R3e.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),R3e.forEach(["delete","get","head","post","put","patch","common"],function(a){delete t.headers[a]});var n=t.adapter||tPn.adapter;return n(t).then(function(a){return XQ(t),a.data=KQ.call(t,a.data,a.headers,t.transformResponse),a},function(a){return ePn(a)||(XQ(t),a&&a.response&&(a.response.data=KQ.call(t,a.response.data,a.response.headers,t.transformResponse))),Promise.reject(a)})},uf=Zd,Dat=function(t,n){n=n||{};var r={};function a(c,d){return uf.isPlainObject(c)&&uf.isPlainObject(d)?uf.merge(c,d):uf.isPlainObject(d)?uf.merge({},d):uf.isArray(d)?d.slice():d}function i(c){if(uf.isUndefined(n[c])){if(!uf.isUndefined(t[c]))return a(void 0,t[c])}else return a(t[c],n[c])}function o(c){if(!uf.isUndefined(n[c]))return a(void 0,n[c])}function s(c){if(uf.isUndefined(n[c])){if(!uf.isUndefined(t[c]))return a(void 0,t[c])}else return a(void 0,n[c])}function l(c){if(c in n)return a(t[c],n[c]);if(c in t)return a(void 0,t[c])}var u={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l};return uf.forEach(Object.keys(t).concat(Object.keys(n)),function(d){var f=u[d]||i,p=f(d);uf.isUndefined(p)&&f!==l||(r[d]=p)}),r},ZQ,N3e;function Mat(){return N3e||(N3e=1,ZQ={version:"0.26.1"}),ZQ}var aPn=Mat().version,E0e={};["object","boolean","number","function","string","symbol"].forEach(function(e,t){E0e[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});var D3e={};E0e.transitional=function(t,n,r){function a(i,o){return"[Axios v"+aPn+"] Transitional option '"+i+"'"+o+(r?". "+r:"")}return function(i,o,s){if(t===!1)throw new Error(a(o," has been removed"+(n?" in "+n:"")));return n&&!D3e[o]&&(D3e[o]=!0,console.warn(a(o," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(i,o,s):!0}};function iPn(e,t,n){if(typeof e!="object")throw new TypeError("options must be an object");for(var r=Object.keys(e),a=r.length;a-- >0;){var i=r[a],o=t[i];if(o){var s=e[i],l=s===void 0||o(s,i,e);if(l!==!0)throw new TypeError("option "+i+" must be "+l);continue}if(n!==!0)throw Error("Unknown option "+i)}}var oPn={assertOptions:iPn,validators:E0e},$at=Zd,sPn=kat,M3e=$On,$3e=rPn,wG=Dat,Lat=oPn,RE=Lat.validators;function i$(e){this.defaults=e,this.interceptors={request:new M3e,response:new M3e}}i$.prototype.request=function(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=wG(this.defaults,n),n.method?n.method=n.method.toLowerCase():this.defaults.method?n.method=this.defaults.method.toLowerCase():n.method="get";var r=n.transitional;r!==void 0&&Lat.assertOptions(r,{silentJSONParsing:RE.transitional(RE.boolean),forcedJSONParsing:RE.transitional(RE.boolean),clarifyTimeoutError:RE.transitional(RE.boolean)},!1);var a=[],i=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(n)===!1||(i=i&&p.synchronous,a.unshift(p.fulfilled,p.rejected))});var o=[];this.interceptors.response.forEach(function(p){o.push(p.fulfilled,p.rejected)});var s;if(!i){var l=[$3e,void 0];for(Array.prototype.unshift.apply(l,a),l=l.concat(o),s=Promise.resolve(n);l.length;)s=s.then(l.shift(),l.shift());return s}for(var u=n;a.length;){var c=a.shift(),d=a.shift();try{u=c(u)}catch(f){d(f);break}}try{s=$3e(u)}catch(f){return Promise.reject(f)}for(;o.length;)s=s.then(o.shift(),o.shift());return s};i$.prototype.getUri=function(t){return t=wG(this.defaults,t),sPn(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")};$at.forEach(["delete","get","head","options"],function(t){i$.prototype[t]=function(n,r){return this.request(wG(r||{},{method:t,url:n,data:(r||{}).data}))}});$at.forEach(["post","put","patch"],function(t){i$.prototype[t]=function(n,r,a){return this.request(wG(a||{},{method:t,url:n,data:r}))}});var lPn=i$,QQ,L3e;function uPn(){if(L3e)return QQ;L3e=1;var e=bG();function t(n){if(typeof n!="function")throw new TypeError("executor must be a function.");var r;this.promise=new Promise(function(o){r=o});var a=this;this.promise.then(function(i){if(a._listeners){var o,s=a._listeners.length;for(o=0;oasync()=>{var r,a;const n=await g0(`${O_}/graphql`,{method:"POST",headers:{"Content-Type":"application/json"},data:{query:e,variables:t}});if((a=(r=n.data)==null?void 0:r.errors)!=null&&a.length){const{message:i}=n.data.errors[0];throw new Error(i)}return n.data.data};var Pi=(e=>(e.Date="DATE",e.Description="DESCRIPTION",e.Emotion="EMOTION",e.Location="LOCATION",e.Name="NAME",e.Perpetrator="PERPETRATOR",e.Question="QUESTION",e.Time="TIME",e.Witness="WITNESS",e))(Pi||{}),ub=(e=>(e.All="all",e.Month="month",e.Year="year",e))(ub||{}),ig=(e=>(e.Box="BOX",e.CollaborationApp="COLLABORATION_APP",e.Email="EMAIL",e.FaceToFace="FACE_TO_FACE",e.Other="OTHER",e.Phone="PHONE",e.Postal="POSTAL",e.VideoConferencing="VIDEO_CONFERENCING",e))(ig||{}),$i=(e=>(e.Closed="CLOSED",e.Draft="DRAFT",e.Investigating="INVESTIGATING",e.Lodged="LODGED",e.New="NEW",e.Read="READ",e))($i||{}),T0e=(e=>(e.App="APP",e.AppPostsubmission="APP_POSTSUBMISSION",e.Opr="OPR",e.OprPostsubmission="OPR_POSTSUBMISSION",e.ReshubManualIntake="RESHUB_MANUAL_INTAKE",e.ReshubWorkspace="RESHUB_WORKSPACE",e))(T0e||{});const Fat=` - fragment CaseTeamMemberFragment on CaseTeamMemberType { - id - name - site - permissions - Note { - value - inviterUser { - name - } - createdAt - } - firstAccessedAt - invitedAt -} - `,vPn=` - mutation RegisterUser($token: String!, $password: String!) { - registerUser(token: $token, password: $password) { - id - kind - username - } -} - `,yPn=e=>Sn(["RegisterUser"],t=>It(vPn,t)(),e),bPn=` - mutation CreateAuditEntry($auditAction: String!, $auditData: JSON!, $completed: Boolean!) { - createAuditEntry( - auditAction: $auditAction - auditData: $auditData - completed: $completed - ) { - id - completed - } -} - `,P_=e=>Sn(["CreateAuditEntry"],t=>It(bPn,t)(),e),xPn=` - mutation CompleteAuditEntry($id: Float!) { - completeAuditEntry(id: $id) { - id - completed - } -} - `,SG=e=>Sn(["CompleteAuditEntry"],t=>It(xPn,t)(),e),wPn=` - query GetRoutingAuditEntries { - routingAuditEntries { - id - DescriptiveText - User { - id - name - } - action - completed - createdAt - data - id - organisation - updatedAt - user - } -} - `,SPn=(e,t)=>xr(e===void 0?["GetRoutingAuditEntries"]:["GetRoutingAuditEntries",e],It(wPn,e),t),_Pn=` - query GetCategoriesAuditEntries { - categoriesAuditEntries { - id - User { - id - name - displayName - } - action - completed - createdAt - data - id - organisation - } -} - `,EPn=(e,t)=>xr(e===void 0?["GetCategoriesAuditEntries"]:["GetCategoriesAuditEntries",e],It(_Pn,e),t),TPn=` - query GetTagsAuditEntries { - tagsAuditEntries { - id - User { - id - name - displayName - } - action - completed - createdAt - data - id - organisation - } -} - `,CPn=(e,t)=>xr(e===void 0?["GetTagsAuditEntries"]:["GetTagsAuditEntries",e],It(TPn,e),t),IPn=` - query GetCaseDataDownloadAuditEntries { - caseDataDownloadAuditEntries { - id - User { - id - name - displayName - } - action - completed - createdAt - data - id - organisation - } -} - `,APn=(e,t)=>xr(e===void 0?["GetCaseDataDownloadAuditEntries"]:["GetCaseDataDownloadAuditEntries",e],It(IPn,e),t),kPn=` - query CaseById($id: String!, $translation: String) { - caseById(id: $id) { - id - status - name - createdAt - updatedAt - descriptionUpdatedAt - organisation - readableId - description - AssociatedPermissions { - canEditCaseDetails - canViewCaseDetails - canViewCaseDetailsPii - canViewCaseWorkspaceTab - canEditCaseWorkspaceTab - canViewCaseAuditLogsTab - canViewCase - canEditCaseClosedDate - canEditCaseCriDates - canAdministerCasePermissions - } - AllCaseLeads { - id - name - role - site - country - permissions - } - AllCaseTeamMembers { - id - name - role - site - country - permissions - } - CaseLead { - id - email - name - available - country - displayName - permissions - site - accounts { - Roles { - SystemPermissions { - permission - } - } - } - } - Reports { - anonymous - category - createdAt - dominantLanguage - source - submittedAt - status - updatedAt - substantiation - submissionMode - AssociatedPermissions { - canEditReportDetails - canSendReportMessages - canViewReportDetails - canViewReportMessages - canViewReportDetailsPii - canAddNamedOffender - canAdministerReportPermissions - } - DeterminedCategory { - id - name - } - reporter - substantiation - ReportedCategory { - id - name - } - ReportNotes { - notes - } - id - readableId - Assignee { - id - name - expiresAt - permissions - site - } - Perpetrators { - id - name - } - Evidence(translation: $translation) { - user - status - Events { - id - timestamp - created - updated - report - evidence { - date { - value - createdAt - updatedAt - id - } - time { - value - createdAt - updatedAt - id - } - location { - value - createdAt - updatedAt - id - } - witness { - value - createdAt - updatedAt - id - } - description { - value - createdAt - updatedAt - id - } - emotion { - value - createdAt - updatedAt - id - } - photo { - value - createdAt - updatedAt - id - scanStatus - fileSize - } - perpetrator { - value - createdAt - updatedAt - id - } - } - } - } - Reporter { - id - email - name - role - eid - contactEmail - relationshipToOrganisation - } - reporterExists - AudioRecordings { - url - step - } - PhoneLineType - ReportEvents { - id - NamedOffenders { - ... on InternalNamedOffender { - User { - id - name - } - id - reportId - linkedPresubmissionOffender - event - } - ... on ExternalNamedOffender { - id - name - reportId - event - } - } - } - postSubmissionFiles { - id - mimeType - size - fileExtension - s3path - scanStatus - uploadSource - createdAt - updatedAt - } - miReportSource - } - Categories { - id - name - } - CaseDocuments { - title - value - lastEdited - id - s3path - Author { - id - name - } - Uploads { - filename - } - } - CaseAttributes { - companyCreatedAt - readAt - investigatingAt - closedAt - } - CaseTeam { - ...CaseTeamMemberFragment - } - CaseTags { - id - name - tagType { - id - name - colorId - } - } - } -} - ${Fat}`,o$=(e,t)=>xr(["CaseById",e],It(kPn,e),t),OPn=` - query Cases($pagination: PaginationInputType!, $orderBy: OrderByInputType!, $searchBy: [SearchByInputType!], $fuzzy: FuzzySearchInputType, $appliedFilters: AppliedFiltersType) { - casesPaginated( - pagination: $pagination - orderBy: $orderBy - searchBy: $searchBy - fuzzy: $fuzzy - appliedFilters: $appliedFilters - ) { - items { - name - id - createdAt - updatedAt - status - readableId - CaseLead { - id - name - } - Reports { - Assignee { - name - } - id - source - DeterminedCategory { - id - name - } - ReportedCategory { - id - name - } - existingReport - AssociatedPermissions { - canEditReportDetails - canSendReportMessages - canViewReportDetails - canViewReportMessages - canViewReportDetailsPii - canAddNamedOffender - canAdministerReportPermissions - } - } - Categories { - id - name - } - CaseAttributes { - companyCreatedAt - } - AssociatedPermissions { - canEditCaseDetails - canViewCaseDetails - canViewCaseDetailsPii - canViewCaseWorkspaceTab - canEditCaseWorkspaceTab - canViewCaseAuditLogsTab - canViewCase - canAdministerCasePermissions - } - AllCaseLeads { - id - name - role - site - country - permissions - } - CaseTags { - id - name - tagType { - id - name - colorId - order - status - Tags { - id - name - } - } - } - CaseTeam { - id - name - } - } - count - } -} - `,PPn=(e,t)=>xr(["Cases",e],It(OPn,e),t),RPn=` - mutation AddCaseCategory($categoryId: Int!, $caseId: String!) { - addCaseCategory(categoryId: $categoryId, caseId: $caseId) { - id - name - } -} - `,Bat=e=>Sn(["AddCaseCategory"],t=>It(RPn,t)(),e),NPn=` - mutation RemoveCaseCategory($categoryId: Int!, $caseId: String!) { - removeCaseCategory(categoryId: $categoryId, caseId: $caseId) { - id - name - } -} - `,zat=e=>Sn(["RemoveCaseCategory"],t=>It(NPn,t)(),e),DPn=` - mutation ReassignCaseLead($newCaseLeadId: Float!, $caseId: String!) { - reassignCaseLead(newCaseLeadId: $newCaseLeadId, caseId: $caseId) { - CaseLead { - id - name - available - translationEnabled - department - permissions - status - tags - uuid - name - } - } -} - `,C0e=e=>Sn(["ReassignCaseLead"],t=>It(DPn,t)(),e),MPn=` - mutation UpdateCaseTitle($newCaseTitle: String!, $caseId: String!) { - updateCaseTitle(newCaseTitle: $newCaseTitle, caseId: $caseId) { - id - name - } -} - `,Uat=e=>Sn(["UpdateCaseTitle"],t=>It(MPn,t)(),e),$Pn=` - mutation UpdateCaseStatus($newCaseStatus: ReportStatus!, $caseId: String!) { - updateCaseStatus(newCaseStatus: $newCaseStatus, caseId: $caseId) { - id - status - } -} - `,I0e=e=>Sn(["UpdateCaseStatus"],t=>It($Pn,t)(),e),LPn=` - mutation MarkCaseAsRead($userId: Int!, $caseId: String!) { - markCaseAsRead(userId: $userId, caseId: $caseId) -} - `,jPn=e=>Sn(["MarkCaseAsRead"],t=>It(LPn,t)(),e),FPn=` - mutation UpdateCaseDescription($description: String, $caseId: String!) { - updateCaseDescription(description: $description, caseId: $caseId) -} - `,BPn=e=>Sn(["UpdateCaseDescription"],t=>It(FPn,t)(),e),zPn=` - query GetCaseDocument($caseDocumentId: String) { - getCaseDocument(caseDocumentId: $caseDocumentId) { - id - title - value - type - Uploads { - filename - mimetype - s3path - size - updatedAt - createdAt - } - } -} - `,UPn=(e,t)=>xr(e===void 0?["GetCaseDocument"]:["GetCaseDocument",e],It(zPn,e),t),VPn=` - mutation UpdateCaseDocumentation($id: String, $caseId: String!, $title: String, $value: String, $uploads: [String!], $s3path: String, $mimeType: String) { - createOrUpdateCaseDocument( - id: $id - caseId: $caseId - title: $title - value: $value - uploads: $uploads - s3path: $s3path - mimeType: $mimeType - ) { - id - title - s3path - mimeType - value - Uploads { - filename - mimetype - s3path - } - } -} - `,HPn=e=>Sn(["UpdateCaseDocumentation"],t=>It(VPn,t)(),e),GPn=` - mutation RemoveCaseDocumentation($caseId: String!, $selectedDocumentIds: [String!]!) { - removeCaseDocument(caseId: $caseId, selectedDocumentIds: $selectedDocumentIds) { - id - title - value - } -} - `,WPn=e=>Sn(["RemoveCaseDocumentation"],t=>It(GPn,t)(),e),qPn=` - mutation CreateCaseDocumentationUploadURL($type: String!) { - createCaseDocumentUploadURL(type: $type) { - url - s3path - } -} - `,Vat=e=>Sn(["CreateCaseDocumentationUploadURL"],t=>It(qPn,t)(),e),YPn=` - mutation GetCaseDocumentUploadURL($s3Path: String!) { - getCaseDocumentUploadURL(s3path: $s3Path) { - url - } -} - `,Hat=e=>Sn(["GetCaseDocumentUploadURL"],t=>It(YPn,t)(),e),KPn=` - mutation GetReportDocumentUploadURL($reportId: String!, $objectId: String!) { - getReportDocumentUploadURL(reportId: $reportId, objectId: $objectId) { - url - } -} - `,XPn=e=>Sn(["GetReportDocumentUploadURL"],t=>It(KPn,t)(),e),ZPn=` - mutation CreateCaseDocumentUpload($mimeType: String!, $size: Float!, $s3path: String!, $filename: String!, $caseId: String) { - createCaseDocumentUpload( - mimeType: $mimeType - size: $size - s3path: $s3path - filename: $filename - caseId: $caseId - ) { - filename - mimetype - s3path - size - createdAt - updatedAt - } -} - `,QPn=e=>Sn(["CreateCaseDocumentUpload"],t=>It(ZPn,t)(),e),JPn=` - mutation EditCaseAccess($caseId: String!, $userId: Int!, $entityPermissions: [String!]!) { - editCaseAccess( - caseId: $caseId - userId: $userId - entityPermissions: $entityPermissions - ) { - casePermissions { - permission - } - reportPermissions { - permission - } - } -} - `,eRn=e=>Sn(["EditCaseAccess"],t=>It(JPn,t)(),e),tRn=` - query GetCaseAttributes($caseId: String!) { - getCaseAttributes(caseId: $caseId) { - companyCreatedAt - readAt - investigatingAt - closedAt - } -} - `,A0e=(e,t)=>xr(["GetCaseAttributes",e],It(tRn,e),t),nRn=` - query GetCaseAuditEntries($case: String!, $pagination: PaginationInputType) { - getCaseAuditEntries(case: $case, pagination: $pagination) { - count - items { - DescriptiveText - action - id - createdAt - data - completed - } - } -} - `,rRn=` - query GetCaseTeamMemberPermissions($userId: Int, $caseId: String!) { - getCaseTeamMemberPermissions(userId: $userId, caseId: $caseId) -} - `,aRn=(e,t)=>xr(["GetCaseTeamMemberPermissions",e],It(rRn,e),t),iRn=` - mutation InviteToCase($caseId: String!, $userIds: [Int!]!, $entityPermissions: [String!]!, $note: String) { - inviteToCase( - caseId: $caseId - userIds: $userIds - entityPermissions: $entityPermissions - note: $note - ) { - ...CaseTeamMemberFragment - } -} - ${Fat}`,oRn=e=>Sn(["InviteToCase"],t=>It(iRn,t)(),e),sRn=` - mutation RemoveFromCase($userId: Int!, $caseId: String!) { - removeFromCase(userId: $userId, caseId: $caseId) { - id - } -} - `,lRn=e=>Sn(["RemoveFromCase"],t=>It(sRn,t)(),e),uRn=` - mutation UpdateCaseAttributes($caseAttributes: UpdateCaseAttributes!, $postSubmission: Boolean) { - updateCaseAttributes( - caseAttributes: $caseAttributes - postSubmission: $postSubmission - ) { - companyCreatedAt - readAt - investigatingAt - closedAt - } -} - `,k0e=e=>Sn(["UpdateCaseAttributes"],t=>It(uRn,t)(),e),cRn=` - mutation CreateCategory($category: CreateCategoryType!) { - createCategory(category: $category) { - id - } -} - `,dRn=e=>Sn(["CreateCategory"],t=>It(cRn,t)(),e),fRn=` - query GetActiveCategoriesForCase { - getActiveCategoriesForCase { - allowGoTogether - body - id - name - order - question - title - } -} - `,pRn=(e,t)=>xr(e===void 0?["GetActiveCategoriesForCase"]:["GetActiveCategoriesForCase",e],It(fRn,e),t),hRn=` - query GetDeterminedCategories { - getDeterminedCategories { - allowGoTogether - body - id - name - order - question - title - } -} - `,O0e=(e,t)=>xr(e===void 0?["GetDeterminedCategories"]:["GetDeterminedCategories",e],It(hRn,e),t),mRn=` - query GetManualIntakeReportedCategories { - getManualIntakeReportedCategories { - allowGoTogether - body - id - name - order - question - title - } -} - `,gRn=(e,t)=>xr(e===void 0?["GetManualIntakeReportedCategories"]:["GetManualIntakeReportedCategories",e],It(mRn,e),t),vRn=` - query GetOrganisationCategories { - getOrganisationCategories { - id - allowGoTogether - displayInApp - displayInOpenReporting - displayInVaultTalk - displayInManualIntake - isDeterminedCategory - isReportedCategory - locales - order - question - requestOpenPerpetrators - createdAt - Author { - name - displayName - id - } - } -} - `,yRn=(e,t)=>xr(e===void 0?["GetOrganisationCategories"]:["GetOrganisationCategories",e],It(vRn,e),t),bRn=` - query GetPublicCategories($slug: String!) { - getPublicCategories(slug: $slug) { - allowGoTogether - body - id - name - order - question - title - requestOpenPerpetrators - } -} - `,P0e=(e,t)=>xr(["GetPublicCategories",e],It(bRn,e),t),xRn=` - query GetReportedCategories { - getReportedCategories { - allowGoTogether - body - id - name - order - question - title - } -} - `,wRn=(e,t)=>xr(e===void 0?["GetReportedCategories"]:["GetReportedCategories",e],It(xRn,e),t),SRn=` - mutation UpdateCategory($category: UpdateCategoryType!) { - updateCategory(category: $category) { - id - } -} - `,_Rn=e=>Sn(["UpdateCategory"],t=>It(SRn,t)(),e),ERn=` - mutation UpdateCategoryLocale($category: UpdateCategoryLocaleType!) { - updateCategoryLocale(category: $category) { - id - } -} - `,TRn=e=>Sn(["UpdateCategoryLocale"],t=>It(ERn,t)(),e),CRn=` - mutation UpdateCategoryOrders($categories: [UpdateCategoryOrderType!]!, $draggedCategoryId: Int!) { - updateCategoryOrders( - categories: $categories - draggedCategoryId: $draggedCategoryId - ) { - id - order - } -} - `,IRn=e=>Sn(["UpdateCategoryOrders"],t=>It(CRn,t)(),e),ARn=` - query GetGlobalFeatures { - getGlobalFeatures { - id - key - enabled - } -} - `,Oy=(e,t)=>xr(e===void 0?["GetGlobalFeatures"]:["GetGlobalFeatures",e],It(ARn,e),t),kRn=` - query GetPublicFeatures($slug: String!) { - getPublicFeatures(slug: $slug) { - id - key - enabled - } -} - `,R_=(e,t)=>xr(["GetPublicFeatures",e],It(kRn,e),t),ORn=` - mutation CreateGroup($parameters: GroupCreationType!) { - createGroup(parameters: $parameters) { - id - name - description - createdBy - attributes - } -} - `,PRn=e=>Sn(["CreateGroup"],t=>It(ORn,t)(),e),RRn=` - mutation DeleteGroup($id: String!) { - deleteGroup(id: $id) -} - `,NRn=e=>Sn(["DeleteGroup"],t=>It(RRn,t)(),e),DRn=` - query GroupUserCount($groupUserCountId: String!) { - groupUserCount(id: $groupUserCountId) -} - `,MRn=(e,t)=>xr(["GroupUserCount",e],It(DRn,e),t),$Rn=` - query Groups { - orgGroups { - id - name - description - createdBy - attributes - createdAt - CreatedBy { - displayName - name - } - ActiveCMCount - } -} - `,Gat=(e,t)=>xr(e===void 0?["Groups"]:["Groups",e],It($Rn,e),t),LRn=` - query GroupsAttributesData { - groupsAttributesData { - department - country - site - team - systemRoles - } -} - `,Wat=(e,t)=>xr(e===void 0?["GroupsAttributesData"]:["GroupsAttributesData",e],It(LRn,e),t),jRn=` - mutation UpdateGroup($parameters: GroupUpdateType!) { - updateGroup(parameters: $parameters) { - attributes - id - name - description - } -} - `,FRn=e=>Sn(["UpdateGroup"],t=>It(jRn,t)(),e),BRn=` - query GetCasesPerWeekBarStacked($casesType: barStackedCasesFiltersTypes!, $timeframe: TimeframeInput, $departments: [String!], $sites: [String!], $countries: [String!], $categories: [String!]) { - getCasesPerWeekBarStacked( - CasesType: $casesType - Timeframe: $timeframe - departments: $departments - sites: $sites - countries: $countries - categories: $categories - ) { - data { - bar - closed - open - total - } - stackLabels - xTitle - yTitle - } -} - `,zRn=(e,t)=>xr(["GetCasesPerWeekBarStacked",e],It(BRn,e),t),URn=` - query GetIssueCategoriesByIntakeMethodGraph($timeframe: TimeframeInput, $sites: [String!], $countries: [String!], $departments: [String!], $categories: [String!]) { - getIssueCategoriesByIntakeMethodGraph( - Timeframe: $timeframe - sites: $sites - countries: $countries - departments: $departments - categories: $categories - ) { - data { - categories { - category - total - } - donutSegment - total - } - xTitle - yTitle - centerText - maxCategoryTotal - } -} - `,VRn=(e,t)=>xr(e===void 0?["GetIssueCategoriesByIntakeMethodGraph"]:["GetIssueCategoriesByIntakeMethodGraph",e],It(URn,e),t),HRn=` - query GetSubstantiationStatusCount($departments: [String!], $sites: [String!], $countries: [String!], $timeframe: TimeframeInput, $categories: [String!]) { - getSubstantiationStatusCount( - departments: $departments - sites: $sites - countries: $countries - Timeframe: $timeframe - categories: $categories - ) { - data { - bar - label - value - } - xTitle - yTitle - } -} - `,GRn=(e,t)=>xr(e===void 0?["GetSubstantiationStatusCount"]:["GetSubstantiationStatusCount",e],It(HRn,e),t),WRn=` - query GetIssueCategoriesByDepartmentGraph($timeframe: TimeframeInput, $sites: [String!], $countries: [String!], $departments: [String!], $categories: [String!]) { - getIssueCategoriesByDepartmentGraph( - Timeframe: $timeframe - sites: $sites - countries: $countries - departments: $departments - categories: $categories - ) { - data { - categories { - category - total - } - donutSegment - total - } - xTitle - yTitle - centerText - maxCategoryTotal - } -} - `,z3e=(e,t)=>xr(e===void 0?["GetIssueCategoriesByDepartmentGraph"]:["GetIssueCategoriesByDepartmentGraph",e],It(WRn,e),t),qRn=` - query GetReportsPerCategoryPerMonthGraph($dateGroup: String!, $categories: [String!], $departments: [String!], $sites: [String!], $countries: [String!], $timeframe: TimeframeInput) { - getReportsPerCategoryPerMonthGraph( - dateGroup: $dateGroup - categories: $categories - departments: $departments - sites: $sites - countries: $countries - Timeframe: $timeframe - ) { - data { - linePlot { - count - month - } - category - } - xTitle - yTitle - } -} - `,YRn=(e,t)=>xr(["GetReportsPerCategoryPerMonthGraph",e],It(qRn,e),t),KRn=` - query InsightsOrganisationData { - organisation { - id - name - insightsDepartments - createdAt - insightsReportCategories - insightsCountries - insightsSites - oldestReportSubmittedDate - insightsCategories - } -} - `,qat=(e,t)=>xr(e===void 0?["InsightsOrganisationData"]:["InsightsOrganisationData",e],It(KRn,e),t),XRn=` - query GetOrganisationalHeroMetrics($timeframe: TimeframeInput, $sites: [String!], $countries: [String!]) { - getTotalCasesHeroMetric( - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - category - tooltip - descriptor - subCategory { - category - count - } - } - getDepartmentWithMostCasesHeroMetric( - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - category - tooltip - descriptor - subCategory { - category - count - } - } - getLocationWithMostCasesHeroMetric( - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - tooltip - descriptor - category - subCategory { - count - category - } - } - getMonthWithMostReportsHeroMetric( - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - category - descriptor - subCategory { - count - category - } - tooltip - } - getCategoryWithMostReportsHeroMetric( - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - tooltip - descriptor - category - subCategory { - count - category - } - } -} - `,ZRn=(e,t)=>xr(e===void 0?["GetOrganisationalHeroMetrics"]:["GetOrganisationalHeroMetrics",e],It(XRn,e),t),QRn=` - query GetOperationalHeroMetrics($firstStatus: String!, $secondStatus: String!, $thirdStatus: String!, $timeframe: TimeframeInput, $sites: [String!], $countries: [String!]) { - getTimeToResolutionHeroMetric( - sites: $sites - Timeframe: $timeframe - countries: $countries - ) { - category - tooltip - subCategory { - category - count - } - } - firstStatus: getTimeInStatusHeroMetric( - status: $firstStatus - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - category - tooltip - subCategory { - category - count - } - } - secondStatus: getTimeInStatusHeroMetric( - status: $secondStatus - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - category - tooltip - subCategory { - category - count - } - } - thirdStatus: getTimeInStatusHeroMetric( - status: $thirdStatus - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - category - tooltip - subCategory { - category - count - } - } - getCasesOver90DaysHeroMetric( - Timeframe: $timeframe - sites: $sites - countries: $countries - ) { - category - tooltip - subCategory { - category - count - } - } -} - `,JRn=(e,t)=>xr(["GetOperationalHeroMetrics",e],It(QRn,e),t),eNn=` - query MonthlyReportsBySource($input: InsightsInput!) { - monthlyReportsBySource(input: $input) { - month - app - manualCaseCreation - openReporting - vaultTalk - } -} - `,tNn=(e,t)=>xr(["MonthlyReportsBySource",e],It(eNn,e),t),nNn=` - query ReportCount($input: InsightsInput!) { - reportCount(input: $input) -} - `,rNn=(e,t)=>xr(["ReportCount",e],It(nNn,e),t),aNn=` - query ReportYears { - reportYears -} - `,iNn=(e,t)=>xr(e===void 0?["ReportYears"]:["ReportYears",e],It(aNn,e),t),oNn=` - query ReportsByCategory($input: InsightsInput!) { - reportsByCategory(input: $input) { - category - count - } -} - `,sNn=(e,t)=>xr(["ReportsByCategory",e],It(oNn,e),t),lNn=` - query ReportsByDepartment($input: InsightsInput!) { - reportsByDepartment(input: $input) { - department - count - } -} - `,uNn=(e,t)=>xr(["ReportsByDepartment",e],It(lNn,e),t),cNn=` - query ReportsByStatus($input: InsightsInput!) { - reportsByStatus(input: $input) { - status - count - } -} - `,dNn=(e,t)=>xr(["ReportsByStatus",e],It(cNn,e),t),fNn=` - mutation ConnectSlackAccount($authCode: String!) { - connectSlackAccount(authCode: $authCode) -} - `,pNn=e=>Sn(["ConnectSlackAccount"],t=>It(fNn,t)(),e),hNn=` - query GenerateJwt { - generateJwt { - jwt - } -} - `,Yat=(e,t)=>xr(e===void 0?["GenerateJwt"]:["GenerateJwt",e],It(hNn,e),t),mNn=` - mutation requestMergeLink { - requestMergeLinkToken -} - `,gNn=e=>Sn(["requestMergeLink"],t=>It(mNn,t)(),e),vNn=` - mutation SubmitPublicToken($publicToken: String!) { - submitPublicToken(publicToken: $publicToken) -} - `,yNn=e=>Sn(["SubmitPublicToken"],t=>It(vNn,t)(),e),bNn=` - query GetChannelEntries($channel: String!) { - getChannelEntries(channel: $channel) { - id - manager - enteredChannel - exitedChannel - User { - name - displayName - } - } -} - `,xNn=(e,t)=>xr(["GetChannelEntries",e],It(bNn,e),t),wNn=` - query GetMessagesByReport($report: String!, $translate: Boolean) { - getMessagesByReport(report: $report, translate: $translate) { - id - value - state - channel - author - isReporter - createdAt - updatedAt - translated - } -} - `,SNn=(e,t)=>xr(["GetMessagesByReport",e],It(wNn,e),t),_Nn=` - mutation SendMessage($caseId: String!, $value: String!, $channel: String!) { - sendMessage(caseId: $caseId, value: $value, channel: $channel) { - id - channel - value - } -} - `,ENn=e=>Sn(["SendMessage"],t=>It(_Nn,t)(),e),TNn=` - query Notifications { - notifications { - id - state - kind - createdAt - assignedFrom - report - case - } -} - `,CNn=(e,t)=>xr(e===void 0?["Notifications"]:["Notifications",e],It(TNn,e),t),INn=` - mutation UpdateNotifications($notifications: UpdateNotificationInput!) { - updateNotifications(notifications: $notifications) { - id - state - kind - createdAt - assignedFrom - report - case - } -} - `,ANn=e=>Sn(["UpdateNotifications"],t=>It(INn,t)(),e),kNn=` - query GetDefaultGroup { - getDefaultGroup -} - `,ONn=(e,t)=>xr(e===void 0?["GetDefaultGroup"]:["GetDefaultGroup",e],It(kNn,e),t),PNn=` - query GetOrganisation { - organisation { - id - slackIntegrations { - id - teamId - installedAt - } - hotlineNumbers { - id - phoneNumber - country - language - flagIconCode - defaultLanguage - } - } -} - `,R0e=(e,t)=>xr(e===void 0?["GetOrganisation"]:["GetOrganisation",e],It(PNn,e),t),RNn=` - query GetOrganisationRoles { - getOrganisationRoles { - id - name - label - organisation - description - isSpecial - updatedAt - createdAt - publicSystemPermissions { - canCreateReport - } - } -} - `,NNn=(e,t)=>xr(e===void 0?["GetOrganisationRoles"]:["GetOrganisationRoles",e],It(RNn,e),t),DNn=` - query GetPrivacyStatement($slug: String!) { - getPrivacyStatement(slug: $slug) -} - `,MNn=(e,t)=>xr(["GetPrivacyStatement",e],It(DNn,e),t),$Nn=` - mutation setDefaultGroup($groupId: String) { - setDefaultGroup(groupId: $groupId) -} - `,LNn=e=>Sn(["setDefaultGroup"],t=>It($Nn,t)(),e),jNn=` - mutation ChangePassword($input: UpdatePasswordInput!) { - changePassword(input: $input) { - id - } -} - `,N0e=e=>Sn(["ChangePassword"],t=>It(jNn,t)(),e),FNn=` - query RelationshipType { - getRelationshipType { - id - name - } -} - `,Kat=(e,t)=>xr(e===void 0?["RelationshipType"]:["RelationshipType",e],It(FNn,e),t),BNn=` - mutation AddInternalNamedOffender($user: LinkInternalNamedOffender!, $reportId: String!, $caseId: String!) { - addInternalNamedOffender(user: $user, reportId: $reportId, caseId: $caseId) { - id - } -} - `,zNn=e=>Sn(["AddInternalNamedOffender"],t=>It(BNn,t)(),e),UNn=` - mutation AddExternalNamedOffender($user: LinkExternalNamedOffender!, $reportId: String!, $caseId: String!) { - addExternalNamedOffender(user: $user, reportId: $reportId, caseId: $caseId) { - id - } -} - `,VNn=e=>Sn(["AddExternalNamedOffender"],t=>It(UNn,t)(),e),HNn=` - query GetSubmissionDate($report: String!) { - getSubmissionDate(report: $report) -} - `,GNn=(e,t)=>xr(["GetSubmissionDate",e],It(HNn,e),t),WNn=` - mutation CreateReportDocumentationUploadUrl($fileType: String!, $reportId: String!, $uploadSource: UploadSource!) { - createReportDocumentationUploadUrl( - fileType: $fileType - reportId: $reportId - uploadSource: $uploadSource - ) { - s3path - url - } -} - `,qNn=e=>Sn(["CreateReportDocumentationUploadUrl"],t=>It(WNn,t)(),e),YNn=` - mutation AddReportDocumentationUpload($documentation: DocumentationInput!, $report: String!, $event: String!, $uploadSource: UploadSource!) { - addReportDocumentationUpload( - documentation: $documentation - report: $report - event: $event - uploadSource: $uploadSource - ) { - id - } -} - `,KNn=e=>Sn(["AddReportDocumentationUpload"],t=>It(YNn,t)(),e),XNn=` - mutation UpdateSubstantiationStatus($newSubstantiationStatus: String!, $report: String!, $caseId: String!) { - updateSubstantiationStatus( - newSubstantiationStatus: $newSubstantiationStatus - report: $report - caseId: $caseId - ) { - substantiation - } -} - `,Xat=e=>Sn(["UpdateSubstantiationStatus"],t=>It(XNn,t)(),e),ZNn=` - mutation ReassignReportAssignee($newReportAssigneeId: Float!, $report: String!, $caseId: String!) { - reassignReportAssignee( - newReportAssigneeId: $newReportAssigneeId - report: $report - caseId: $caseId - ) { - assignee - } -} - `,Zat=e=>Sn(["ReassignReportAssignee"],t=>It(ZNn,t)(),e),QNn=` - mutation UpdateReportedCategory($reportedCategoryId: Int!, $report: String!) { - updateReportedCategory(reportedCategoryId: $reportedCategoryId, report: $report) { - reportedCategory - } -} - `,JNn=e=>Sn(["UpdateReportedCategory"],t=>It(QNn,t)(),e),eDn=` - mutation UpdateDeterminedCategory($determinedCategoryId: Int!, $report: String!) { - updateDeterminedCategory( - determinedCategoryId: $determinedCategoryId - report: $report - ) { - determinedCategory - } -} - `,D0e=e=>Sn(["UpdateDeterminedCategory"],t=>It(eDn,t)(),e),tDn=` - mutation UpdateMiReportSource($miReportSource: MiReportSource!, $report: String!) { - updateMiReportSource(miReportSource: $miReportSource, report: $report) { - miReportSource - } -} - `,nDn=e=>Sn(["UpdateMiReportSource"],t=>It(tDn,t)(),e),rDn=` - mutation ApplyReportDeletions($reportId: String!, $data: DataDeletionType!) { - applyReportDeletions(reportId: $reportId, data: $data) -} - `,aDn=e=>Sn(["ApplyReportDeletions"],t=>It(rDn,t)(),e),iDn=` - mutation UpdateSubmissionDate($submittedAt: DateTimeISO!, $report: String!) { - updateSubmissionDate(submittedAt: $submittedAt, report: $report) -} - `,M0e=e=>Sn(["UpdateSubmissionDate"],t=>It(iDn,t)(),e),oDn=` - mutation CreateRoutingRule($parameters: CreateRoutingRule!) { - createRoutingRule(parameters: $parameters) { - id - } -} - `,Qat=e=>Sn(["CreateRoutingRule"],t=>It(oDn,t)(),e),sDn=` - mutation DeleteRoutingRule($deleteRoutingRuleId: String!) { - deleteRoutingRule(id: $deleteRoutingRuleId) -} - `,lDn=e=>Sn(["DeleteRoutingRule"],t=>It(sDn,t)(),e),uDn=` - mutation DisableRuleMutation($disableRuleId: String!) { - disableRule(id: $disableRuleId) -} - `,cDn=e=>Sn(["DisableRuleMutation"],t=>It(uDn,t)(),e),dDn=` - query RoutingRulesPaginated($pagination: PaginationInputType!, $orderBy: OrderByInputType!) { - routingRulesPaginated(pagination: $pagination, orderBy: $orderBy) { - count - items { - author - createdAt - destinationGroup - disabled - id - name - organisation - priority - rule - updatedAt - Author { - name - displayName - } - } - } -} - `,fDn=(e,t)=>xr(["RoutingRulesPaginated",e],It(dDn,e),t),pDn=` - mutation UpdateRoutingRule($parameters: UpdateRoutingRule!) { - updateRoutingRule(parameters: $parameters) -} - `,U3e=e=>Sn(["UpdateRoutingRule"],t=>It(pDn,t)(),e),hDn=` - mutation UpdateRoutingRulePriorities($rules: [UpdateRoutingRulePriorities!]!) { - updateRoutingRulePriorities(rules: $rules) { - id - priority - } -} - `,mDn=e=>Sn(["UpdateRoutingRulePriorities"],t=>It(hDn,t)(),e),gDn=` - mutation DeleteSession { - deleteSession { - id - } -} - `,Jat=e=>Sn(["DeleteSession"],t=>It(gDn,t)(),e),vDn=` - mutation AddTagToCase($caseId: String!, $tagId: String!) { - addTagToCase(caseId: $caseId, tagId: $tagId) { - name - id - tagType { - colorId - name - } - } -} - `,yDn=e=>Sn(["AddTagToCase"],t=>It(vDn,t)(),e),bDn=` - mutation CreateTag($parameters: CreateTagType!) { - createTag(parameters: $parameters) { - id - name - } -} - `,xDn=e=>Sn(["CreateTag"],t=>It(bDn,t)(),e),wDn=` - mutation DeleteAllTags($tagType: String!) { - deleteAllTags(tagType: $tagType) -} - `,SDn=e=>Sn(["DeleteAllTags"],t=>It(wDn,t)(),e),_Dn=` - mutation DeleteTag($tagId: String!) { - deleteTag(tagId: $tagId) -} - `,EDn=e=>Sn(["DeleteTag"],t=>It(_Dn,t)(),e),TDn=` - query GetOrganisationTags { - getOrganisationTags { - id - name - tagType { - id - status - colorId - name - } - } -} - `,CDn=(e,t)=>xr(e===void 0?["GetOrganisationTags"]:["GetOrganisationTags",e],It(TDn,e),t),IDn=` - mutation RemoveTagFromCase($caseId: String!, $tagId: String!) { - removeTagFromCase(caseId: $caseId, tagId: $tagId) { - name - id - tagType { - colorId - name - } - } -} - `,ADn=e=>Sn(["RemoveTagFromCase"],t=>It(IDn,t)(),e),kDn=` - mutation UpdateTag($parameters: UpdateTagType!) { - updateTag(parameters: $parameters) -} - `,ODn=e=>Sn(["UpdateTag"],t=>It(kDn,t)(),e),PDn=` - mutation UpdateTagOrders($tags: [UpdateTagOrdersType!]!, $draggedTagId: String!) { - updateTagOrders(tags: $tags, draggedTagId: $draggedTagId) { - tagId - order - } -} - `,RDn=e=>Sn(["UpdateTagOrders"],t=>It(PDn,t)(),e),NDn=` - query getOrganisationTagTypes { - getOrganisationTagTypes { - id - name - colorId - order - status - Author { - displayName - name - } - statusUpdatedAt - Tags { - id - name - order - status - } - createdAt - } -} - `,DDn=(e,t)=>xr(e===void 0?["getOrganisationTagTypes"]:["getOrganisationTagTypes",e],It(NDn,e),t),MDn=` - mutation UpdateTagTypeOrders($tagTypes: [UpdateTagTypeOrdersType!]!, $draggedTagTypeId: String!) { - updateTagTypeOrders(tagTypes: $tagTypes, draggedTagTypeId: $draggedTagTypeId) { - id - order - } -} - `,$Dn=e=>Sn(["UpdateTagTypeOrders"],t=>It(MDn,t)(),e),LDn=` - mutation UpdateTagTypeStatus($parameters: UpdateTagTypeStatusType!) { - updateTagTypeStatus(parameters: $parameters) -} - `,jDn=e=>Sn(["UpdateTagTypeStatus"],t=>It(LDn,t)(),e),FDn=` - mutation AddUploadsToReport($uploadSource: UploadSource!, $uploads: [UploadInput!]!, $report: String!) { - addUploadsToReport( - uploadSource: $uploadSource - uploads: $uploads - report: $report - ) { - fileExtension - s3path - scanStatus - size - createdAt - } -} - `,BDn=e=>Sn(["AddUploadsToReport"],t=>It(FDn,t)(),e),zDn=` - mutation BulkReinvite($usersToDeactivate: [BulkReinviteUpdateUser!]!, $usersToReinvite: [BulkReinviteUpdateUser!]!, $usersToCreate: [BulkReinviteCreateUser!]!, $usersToUpdate: [BulkReinviteUpdateUser!]!) { - bulkReinvite( - usersToDeactivate: $usersToDeactivate - usersToReinvite: $usersToReinvite - usersToCreate: $usersToCreate - usersToUpdate: $usersToUpdate - ) { - createdUsers { - eid - email - } - deactivatedUsers { - eid - email - } - reinvitedUsers { - eid - email - } - updatedUsers { - eid - email - } - } -} - `,UDn=e=>Sn(["BulkReinvite"],t=>It(zDn,t)(),e),VDn=` - mutation PutUser($userData: PutUserType!, $putUserId: Int) { - putUser(userData: $userData, id: $putUserId) { - id - } -} - `,HDn=e=>Sn(["PutUser"],t=>It(VDn,t)(),e),GDn=` - mutation UpdateContactEmail($contactEmail: String!, $userId: Int!) { - updateContactEmail(id: $userId, contactEmail: $contactEmail) -} - `,WDn=e=>Sn(["UpdateContactEmail"],t=>It(GDn,t)(),e),qDn=` - query SearchUsersPaginated($orderBy: OrderByInputType!, $pagination: PaginationInputType!, $searchBy: [SearchByInputType!]!, $fuzzy: FuzzySearchInputType) { - searchUsersPaginated( - orderBy: $orderBy - pagination: $pagination - searchBy: $searchBy - fuzzy: $fuzzy - ) { - items { - id - eid - email - name - role - site - available - translationEnabled - permissions - department - tags - expiresAt - country - displayName - source - externalId - givenName - familyName - organisation - status - Accounts { - id - kind - username - user - } - SystemRoles { - id - name - label - } - } - count - } -} - `,eit=(e,t)=>xr(["SearchUsersPaginated",e],It(qDn,e),t),YDn=` - query Me { - me { - id - eid - email - name - role - site - available - translationEnabled - permissions - department - tags - contactEmail - expiresAt - country - displayName - source - externalId - status - organisation - uuid - Organisation { - id - expiryPeriod - name - } - accounts { - id - Roles { - name - } - kind - } - } -} - `,_G=(e,t)=>xr(e===void 0?["Me"]:["Me",e],It(YDn,e),t),KDn=` - query GetOrganisationMetaData { - getOrganisationMetaData { - userType - organization - division - } -} - `,XDn=(e,t)=>xr(e===void 0?["GetOrganisationMetaData"]:["GetOrganisationMetaData",e],It(KDn,e),t),ZDn=` - mutation ValidateUsersCsvUpload($sheetId: Int!, $embedId: Int!, $newUsers: [BulkReinviteCreateUser!]!) { - validateUsersCsvUpload( - sheetId: $sheetId - embedId: $embedId - newUsers: $newUsers - ) { - totalUsersInCSV - usersToCreate { - country - department - eid - email - name - role - site - terminationDate - } - usersToDeactivate { - country - department - eid - email - name - id - role - site - terminationDate - } - usersToReinvite { - country - department - eid - email - id - name - role - site - terminationDate - } - usersToUpdate { - country - eid - department - email - id - name - role - site - terminationDate - } - } -} - `,QDn=e=>Sn(["ValidateUsersCsvUpload"],t=>It(ZDn,t)(),e),JDn=` - mutation ValidateCasesCsvUpload($sheetId: Int!, $embedId: Int!, $newCases: [BulkImportCases!]!) { - validateCasesCsvUpload( - sheetId: $sheetId - embedId: $embedId - newCases: $newCases - ) { - totalCasesInCSV - casesToCreate { - caseName - caseImportedId - caseCreateDate - caseClosedDate - intakeMethod - caseCategories - caseStatus - substantiationStatus - isAnonymous - reporterName - reporterEmail - reporterEid - namedOffenderName - namedOffenderEmail - namedOffenderEid - eventDetails - } - } -} - `,e3n=e=>Sn(["ValidateCasesCsvUpload"],t=>It(JDn,t)(),e),Mi="••••••••••",EG="••/••/••••",t3n="••:••",tit={label:Mi,value:Mi};var js=(e=>(e.ADP="ADP",e.NONE="none",e.OKTA_SAML="Okta",e.ONE_LOGIN_SAML="OneLogin",e.AZURE_SAML="Azure",e))(js||{}),Nf=(e=>(e.NotSetup="not_setup",e.Running="running",e.Completed="completed",e.Failed="failed",e))(Nf||{}),yD=(e=>(e.MANUAL_CASE="manual-case-creation",e.INTERNAL="INTERNAL",e.PUBLIC="PUBLIC",e.GUEST_USER="GUEST_USER",e))(yD||{}),Ni=(e=>(e.VAULT_LOGIN="VAULT_LOGIN",e.VAULT_2FA="VAULT_2FA",e.OKTA="OKTA",e.OKTA_SAML="OKTA_SAML",e.ONE_LOGIN="ONE_LOGIN",e.ONE_LOGIN_SAML="ONE_LOGIN_SAML",e.ADP="ADP",e.AZURE_SAML="AZURE_SAML",e))(Ni||{}),eo=(e=>(e[e.APP_GO_TOGETHER=1]="APP_GO_TOGETHER",e[e.APP_GO_AHEAD=2]="APP_GO_AHEAD",e[e.APP_GO_ANONYMOUS=3]="APP_GO_ANONYMOUS",e[e.OPEN_REPORTING=4]="OPEN_REPORTING",e[e.MCC=5]="MCC",e[e.VAULT_TALK=6]="VAULT_TALK",e))(eo||{});const V3e=e=>{switch(e){case"VAULT_LOGIN":return"Email & Password";case"VAULT_2FA":return"Two Factor Authentication (2FA)";case"OKTA":return"Okta - OpenID Connect";case"ONE_LOGIN":return"OneLogin - OpenID Connect";case"OKTA_SAML":return"Okta - SAML";case"ONE_LOGIN_SAML":return"OneLogin - SAML";case"AZURE_SAML":return"Azure - SAML";default:return e}},oF=e=>e==="VAULT_LOGIN"||e==="VAULT_2FA",JR=e=>e==="ONE_LOGIN_SAML"||e==="OKTA_SAML"||e==="AZURE_SAML",tJ=e=>e==="ONE_LOGIN"||e==="OKTA";var wn=(e=>(e.ADD_CASE_CATEGORY="ADD_CASE_CATEGORY",e.ADD_CASE_TAG="ADD_CASE_TAG",e.ADD_EXTERNAL_OFFENDER="ADD_EXTERNAL_OFFENDER",e.ADD_INTERNAL_OFFENDER="ADD_INTERNAL_OFFENDER",e.ADD_REPORT_UPLOADS_POST_SUBMISSION="ADD_REPORT_UPLOADS_POST_SUBMISSION",e.CHANGE_CASE_LEAD="CHANGE_CASE_LEAD",e.CHANGE_CASE_STATUS="CHANGE_CASE_STATUS",e.CHANGE_DETERMINED_CATEGORY="CHANGE_DETERMINED_CATEGORY",e.CHANGE_REPORT_ASSIGNEE="CHANGE_REPORT_ASSIGNEE",e.CHANGE_REPORT_STATUS="CHANGE_REPORT_STATUS",e.CHANGE_REPORT_SUBSTANTIATION="CHANGE_REPORT_SUBSTANTIATION",e.CREATE_CASE="CREATE_CASE",e.CREATE_CASE_DOCUMENT="CREATE_CASE_DOCUMENT",e.CREATE_CASE_DOCUMENT_ATTACHMENT="CREATE_CASE_DOCUMENT_ATTACHMENT",e.CREATE_DRAFT="CREATE_DRAFT",e.CREATE_MESSAGE="CREATE_MESSAGE",e.CREATE_REPORT_NOTE="CREATE_REPORT_NOTE",e.CREATE_ROUTING_RULE="CREATE_ROUTING_RULE",e.DELETE_CASE_CATEGORY="DELETE_CASE_CATEGORY",e.DELETE_CASE_DOCUMENT_ATTACHMENT="DELETE_CASE_DOCUMENT_ATTACHMENT",e.DELETE_CASE_DOCUMENTS="DELETE_CASE_DOCUMENTS",e.DELETE_REPORT_NOTE="DELETE_REPORT_NOTE",e.DELETE_ROUTING_RULE="DELETE_ROUTING_RULE",e.DISABLE_ROUTING_RULE="DISABLE_ROUTING_RULE",e.DOWNLOAD_INSIGHTS_CHART="DOWNLOAD_INSIGHTS_CHART",e.ENABLE_ROUTING_RULE="ENABLE_ROUTING_RULE",e.EXPORT_REPORT="EXPORT_REPORT",e.GET_REPORT_EVIDENCE="GET_REPORT_EVIDENCE",e.INHERIT_CASE_CATEGORY="INHERIT_CASE_CATEGORY",e.INVITE_TO_CASE="INVITE_TO_CASE",e.LINK_INTERNAL_OFFENDER="LINK_INTERNAL_OFFENDER",e.PUBLIC_SUBMIT_REPORT="PUBLIC_SUBMIT_REPORT",e.REMOVE_CASE_TAG="REMOVE_CASE_TAG",e.REMOVE_FROM_CASE="REMOVE_FROM_CASE",e.RETURNED_DEFAULT_ASSIGNEE="RETURNED_DEFAULT_ASSIGNEE",e.RETURNED_RANDOM_ASSIGNEE="RETURNED_RANDOM_ASSIGNEE",e.RETURNED_ROUTING_ASSIGNEE="RETURNED_ROUTING_ASSIGNEE",e.SUBMIT_REPORT="SUBMIT_REPORT",e.TRANSLATE_REPORT="TRANSLATE_REPORT",e.UPDATE_CASE_CLOSED_AT_DATE="UPDATE_CASE_CLOSED_AT_DATE",e.UPDATE_CASE_COMPANY_CREATED_AT_DATE="UPDATE_CASE_COMPANY_CREATED_AT_DATE",e.UPDATE_CASE_DESCRIPTION="UPDATE_CASE_DESCRIPTION",e.UPDATE_CASE_DOCUMENT="UPDATE_CASE_DOCUMENT",e.UPDATE_CASE_INVESTIGATING_AT_DATE="UPDATE_CASE_INVESTIGATING_AT_DATE",e.UPDATE_CASE_READ_AT_DATE="UPDATE_CASE_READ_AT_DATE",e.UPDATE_CASE_TEAM_MEMBER_ACCESS="UPDATE_CASE_TEAM_MEMBER_ACCESS",e.UPDATE_CASE_TITLE="UPDATE_CASE_TITLE",e.UPDATE_REPORT="UPDATE_REPORT",e.UPDATE_REPORT_SUBMITTED_AT_DATE="UPDATE_REPORT_SUBMITTED_AT_DATE",e.UPDATE_ROUTING_RULE="UPDATE_ROUTING_RULE",e.UPDATE_ROUTING_RULE_PRIORITIES="UPDATE_ROUTING_RULE_PRIORITIES",e.UPDATE_USER_DETAILS="UPDATE_USER_DETAILS",e.UPDATE_USER_PERMISSIONS="UPDATE_USER_PERMISSIONS",e.VIEW_CASE="VIEW_CASE",e.VIEW_CASE_DOCUMENT="VIEW_CASE_DOCUMENT",e.VIEW_CASE_DOCUMENT_ATTACHMENT="VIEW_CASE_DOCUMENT_ATTACHMENT",e.VIEW_REPORT_EVIDENCE="VIEW_REPORT_EVIDENCE",e.VIEW_REPORT_MESSAGES="VIEW_REPORT_MESSAGES",e))(wn||{});const n3n=["ADD_CASE_CATEGORY","ADD_CASE_TAG","CHANGE_CASE_LEAD","CHANGE_CASE_STATUS","CREATE_CASE","CREATE_CASE_DOCUMENT","CREATE_CASE_DOCUMENT_ATTACHMENT","DELETE_CASE_CATEGORY","DELETE_CASE_DOCUMENT_ATTACHMENT","DELETE_CASE_DOCUMENTS","INHERIT_CASE_CATEGORY","INVITE_TO_CASE","REMOVE_FROM_CASE","REMOVE_CASE_TAG","RETURNED_DEFAULT_ASSIGNEE","RETURNED_RANDOM_ASSIGNEE","RETURNED_ROUTING_ASSIGNEE","UPDATE_CASE_CLOSED_AT_DATE","UPDATE_CASE_COMPANY_CREATED_AT_DATE","UPDATE_CASE_DOCUMENT","UPDATE_CASE_INVESTIGATING_AT_DATE","UPDATE_CASE_READ_AT_DATE","UPDATE_CASE_TEAM_MEMBER_ACCESS","UPDATE_CASE_TITLE","VIEW_CASE","VIEW_CASE_DOCUMENT","VIEW_CASE_DOCUMENT_ATTACHMENT","UPDATE_CASE_DESCRIPTION"];var TG=(e=>(e[e.NEW=0]="NEW",e[e.SENT=1]="SENT",e[e.READ=2]="READ",e))(TG||{}),Gp=(e=>(e.UNSAVED="Save changes",e.SAVING="Saving...",e.SAVED="Saved to docs",e))(Gp||{}),vl=(e=>(e.Portal="portal",e.App="app",e))(vl||{});const $u=e=>e&&e.length>8?`${e.substring(0,4)}-${e.substring(4,8)}`:"",$0e=(e,t=!0)=>t?e&&e.length>8?e.substring(0,8):"":Mi;var Pt=(e=>(e.ANONYMOUS="anonymous",e.ADD_NAMED_OFFENDER="add-named-offender",e.BACK_DATE_CASES="back-date-cases",e.BULK_ACTIVATE_WITHOUT_INVITE="bulk-activate-without-invite",e.CASE_DATA_DOWNLOAD="case-data-download",e.CASE_IMPORTER="case-importer",e.CASE_SUMMARY="case-summary",e.COOKIE_CONSENT="cookie-consent",e.CUSTOM_USER_FIELDS="custom-user-fields",e.DATA_INTEGRATION="data-integration",e.DYNAMIC_TRANSLATIONS="dynamic-translations",e.EDIT_CATEGORIES="edit-categories",e.FRONTEND_SEGMENT_TRACKING="frontend-segment-tracking",e.GO_TOGETHER="go-together",e.GROUPS="groups",e.HRIS_SYNC="hris-sync",e.INSIGHTS_V2="insights-v2",e.INTEGRITY_INTELLIGENCE_COUNTRY_FILTER="integrity-intelligence-country-filter",e.INTERCOM="intercom",e.INVITE_TO_CASE="invite-to-case",e.LINE_MANAGEMENT="line-management",e.MESSAGE_TRANSLATIONS="message-translations",e.NEW_CASE_PAGE_HEADER="new-case-page-header",e.NEW_CASE_PAGE_REPORTS_WORKSPACE="new-case-page-reports-workspace",e.NEW_IVR_FLOW="new-ivr-flow",e.NON_SYNCED_USERS_MODAL="non-synced-users-modal",e.OPR_DEFAULT_ASSIGNEE_ROUTING="opr-default-assignee-routing",e.OPR_FILE_UPLOAD="opr-file-upload",e.ORG_ADMINISTRATION="org-administration",e.PDF_EXPORT="pdf-export",e.POST_SUBMISSION_UPLOAD="post-submission-upload",e.PUBLIC_REPORTING="public-reporting",e.REASSIGN_FROM_CASE_TABLE="reassign-from-case-table",e.REPORT_IMPORT="report-import",e.REPORTER_VIEW_EVIDENCE_DISABLED="reporter-view-evidence-disabled",e.ROUTING="routing",e.ROUTING_COMPANY_RELATIONSHIP="routing-company-relationship",e.SLACK_WEB_PORTAL="slack-web-portal",e.SLACK_REPORTING_LAUNCH="slack-reporting-launch",e.SLACK_REPORTING="slack-reporting",e.STRONGER_PASSWORDS="stronger-passwords",e.SYSTEM_PERMISSIONS_MODIFY_ROLES="system-permissions-modify-roles-test",e.VAULT_TALK="vault-talk",e.DATA_DELETION="data-deletion",e))(Pt||{}),Cf=(e=>(e.FETCH_ONE="@user",e.LOGIN="@login",e.UPDATE_AVAILABILITY="@user/availability",e.UPDATE_TRANSLATION_ENABLED="@user/translationEnabled",e.SESSION="@session",e.CLEAR_SESSION="@session/clear",e))(Cf||{}),Df=(e=>(e.USERNAME="username",e.PASSWORD="password",e.CODE="code",e.SSO="sso",e))(Df||{}),BS=(e=>(e.FLOW="@login/flow",e.EMAIL="@login/email",e))(BS||{}),L0e=(e=>(e.FETCH_ALL="@features",e))(L0e||{}),gw=(e=>(e.UPDATE_STATUS="@report/updateStatus",e.UPDATE_ISSUE_TYPE="@report/updateIssueType",e.SET_COLUMN_SHOWING="@report/setColumnShowing",e.FETCH_ONE="@report",e.MESSAGES="@report/messages",e.MESSAGE="@report/message",e.UPDATE_SUBSTANTIATION="@report/updateSubstantiation",e))(gw||{}),Bt=(e=>(e.RESET="@openReport/reset",e.PHONENUMBER_RESET="@openReport/phoneNumberReset",e.CLEAR="@openReport/clear",e.SELECT_SUBMISSION_TYPE="@openReport/selectSubmissionType",e.SELECT_RELATIONSHIP_TYPE="@openReport/selectRelationshipType",e.SET_EVENT_DATE="@openReport/setEventDate",e.SET_EVENT_TIME="@openReport/setEventTime",e.SET_EVENT_DESCRIPTION="@openReport/setEventDescription",e.SET_EVENT_EMOTION="@openReport/setEventEmotion",e.SET_EMAIL="@openReport/setEmail",e.SET_NAME="@openReport/setName",e.SET_PASSWORD="@openReport/setPassword",e.SET_CONFIRMATION="@openReport/setConfirmation",e.SET_CURRENT_PASSWORD="@openReport/setCurrentPassword",e.SET_NEW_PASSWORD="@openReport/setNewPassword",e.SET_CONFIRM_NEW_PASSWORD="@openReport/setConfirmNewPassword",e.SET_EVENT_PERPETRATORS="@openReport/setEventPerpetrators",e.SET_EVENT_WITNESSES="@openReport/setEventWitness",e.SET_EVENT_LOCATION="@openReport/setEventLocation",e.SET_LOGIN_USERNAME="@openReport/setLoginUsername",e.SET_LOGIN_PASSWORD="@openReport/setLoginPassword",e.SET_LOGIN_PHONENUMBER="@openReport/setLoginPhoneNumber",e.SET_LOGIN_PIN="@openReport/setLoginPin",e.SET_NOTFOUND="@openReport/setNotFound",e.SET_LOADING="@openReport/setLoading",e.SET_ORGANISATION="@openReport/setOrganisation",e.SET_ORGANISATION_LOGO="@openReport/setOrganisationLogo",e.SET_ORGANISATION_PRIVACY_STATEMENT="@openReport/setOrganisationPrivacyStatement",e.ON_SUBMIT="@openReport/onSubmit",e.SET_IS_SUBMITTING="@openReport/setIsSubmitting",e.SET_UPLOAD_ERRORS="@openReport/setUploadErrors",e.SET_POST_SUBMISSION_IS_SUBMITTING="@openReport/setPostSubmissionIsSubmitting",e.SET_POST_SUBMISSION_UPLOAD_ERRORS="@openReport/setPostSubmissionUploadErrors",e.ON_CHANGE_PASSWORD="@openReport/onChangePassword",e.FETCH_OPEN_REPORT="@openReport/fetchOpenReport",e.FETCH_ALL_PUBLIC="@openReport/fetchAllPublic",e.MESSAGES="@openReport/allMessages",e.MESSAGE="@openReport/message",e.READ_MESSAGE="@openReport/readMessage",e.TRANSLATE_MESSAGES="@openReport/translateMessages",e.SET_TRANSLATION_ENABLED="@openReport/setTranslationEnabled",e.SESSION="@openReport/session",e.SET_SOLUTION_TOKEN="@openReport/setSolutionToken",e.SET_FETCHED_CHALLENGE="@openReport/setFetchedChallenge",e.SET_USER_ANSWER="@openReport/setUserAnswer",e.SET_NAV_MENU_SIZE="@openReport/setNavMenuSize",e))(Bt||{}),zS=(e=>(e.FETCHING="@fetching",e.FETCHING_COMPLETED="@fetchingCompleted",e))(zS||{}),Wp=(e=>(e.FETCH="@organisation/fetch",e.SLUG="@organisation/slug",e.FETCH_AUTH_ADMIN="@organisation/fetchAuthAdmin",e.FETCH_AUTH_TYPE="@organisation/fetchAuthType",e.UPDATE_AUTH_TYPE="@organisation/updateAuthType",e))(Wp||{}),bD=(e=>(e.UPDATE_STATUS="@integration/updateStatus",e.UPDATE_INVITE_NEW="@integration/updateInviteNew",e))(bD||{}),ul=(e=>(e.UPDATE_ORGANISATIONAL_SITES="updateOrganisationalSites",e.UPDATE_ORGANISATIONAL_COUNTRIES="updateOrganisationalCountries",e.UPDATE_ORGANISATIONAL_TIME="updateOrganisationalTime",e.UPDATE_ORGANISATIONAL_GLOBAL_LOCATION_FILTER="updateOrganisationalGlobalLocationFilter",e.UPDATE_OPERATIONAL_SITES="updateOperationalSites",e.UPDATE_OPERATIONAL_COUNTRIES="updateOperationalCountries",e.UPDATE_OPERATIONAL_TIME="updateOperationalTime",e.UPDATE_TOP_DEPARTMENTS="updateTopDepartments",e.UPDATE_OPERATIONAL_GLOBAL_LOCATION_FILTER="updateOperationalGlobalLocationFilter",e))(ul||{}),ga=(e=>(e.SITES="sites",e.COUNTRIES="countries",e))(ga||{});const US={globalUsers:{currentUser:null,session:"",hash:"",usersUpdated:new Date},globalReports:{reports:[],currentReport:null,columnShowing:{type:!0,dateReceived:!0,status:!0,assignee:!0,reporter:!0,source:!0,substantiation:!0},messages:new Map,auditLog:new Map},organisation:{organisation:null,slug:"",authenticationType:"VAULT_LOGIN",activeScimProvider:!1},fetching:{isFetching:!0},features:[],login:{flow:"username",email:""},openReporting:{},integrationStatus:{dataIntegration:js.NONE,inviteNew:!1,syncState:{state:Nf.NotSetup,completedAt:null,startedAt:null},subscribeStatus:{subscribe:{name:null,department:null,completedAt:null},auth:{name:null,department:null,completedAt:null},consent:{name:null,department:null,completedAt:null}}},manualCaseCreation:{mccReducer:{reportID:"",loading:!0,notfound:!0,currentReport:null,currentEvent:null}},insightsGlobalFilters:{organisational:{currentGlobalLocationFilter:"sites"},operational:{currentGlobalLocationFilter:"sites"}},case:{caseById:null},user:{organisationRoles:[]}};var Vi=(e=>(e.app="Mobile App",e["open-reporting"]="Open Reporting",e["resolution-hub"]="Resolution Hub",e["manual-case-creation"]="Manual Intake",e["vault-talk"]="VaultTalk",e.unknown="",e))(Vi||{}),Da=(e=>(e.RESET="RESET",e.REPORT_SUCCESS="REPORT_SUCCESS",e.ADD_REPORT="ADD_REPORT",e.REPORT_FAILURE="REPORT_FAILURE",e.FETCH_ONE="FETCH_ONE",e.UPDATE="UPDATE",e.UPDATE_SUCCESS="UPDATE_SUCCESS",e.UPDATE_FAILURE="UPDATE_FAILURE",e.EDIT_EVENT="EDIT_EVENT",e.ADD_EVENT="ADD_EVENT",e.SAVE_EMAIL="SAVE_EMAIL",e.SAVE_EMAIL_FAILURE="SAVE_EMAIL_FAILURE",e.ADD_REPORTED_CATEGORY="ADD_REPORTED_CATEGORY",e.ADD_DETERMINED__CATEGORY="ADD_DETERMINED__CATEGORY",e.ADD_MI_REPORT_SOURCE="ADD_MI_REPORT_SOURCE",e))(Da||{});const j0e=["image/png","image/apng","image/jpg","image/jpeg","image/pjpeg","image/svg+xml","image/svg","image/gif","image/tiff","image/bmp","image/vnd.adobe.photoshop","image/avif"],nit=[...j0e,"text/plain","text/csv","text/html","text/xml","video/mp4","video/quicktime","video/MP1S","audio/ogg","audio/vnd.wav","audio/vnd.wave","audio/wave","audio/wav","audio/x-pn-wav","audio/x-wav","application/postscript","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/msword","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.ms-powerpoint","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.ms-excel","application/dicom","audio/x-ms-wma","video/x-ms-asf","application/pdf"];var Lw=(e=>(e.Afrikaans="af",e.Albanian="sq",e.Amharic="am",e.Arabic="ar",e.Armenian="hy",e.Azerbaijani="az",e.Bengali="bn",e.Bosnian="bs",e.Bulgarian="bg",e.Catalan="ca",e.Chinese_Simplified="zh",e.Chinese_Traditional="zh-TW",e.Croatian="hr",e.Czech="cs",e.Danish="da",e.Dari="fa-AF",e.Dutch="nl",e.English="en-GB",e.Estonian="et",e.Farsi_Persian="fa",e.Filipino_Tagalog="tl",e.Finnish="fi",e.French="fr",e.French_Canada="fr-CA",e.Georgian="ka",e.German="de",e.Greek="el",e.Gujarati="gu",e.Haitian_Creole="ht",e.Hausa="ha",e.Hebrew="he",e.Hindi="hi",e.Hungarian="hu",e.Icelandic="is",e.Indonesian="id",e.Irish="ga",e.Italian="it",e.Japanese="ja",e.Kannada="kn",e.Kazakh="kk",e.Korean="ko",e.Latvian="lv",e.Lithuanian="lt",e.Macedonian="mk",e.Malay="ms",e.Malayalam="ml",e.Maltese="mt",e.Marathi="mr",e.Mongolian="mn",e.Norwegian_Bokmål="no",e.Pashto="ps",e.Polish="pl",e.Portuguese_Brazil="pt",e.Portuguese_Portugal="pt-PT",e.Punjabi="pa",e.Romanian="ro",e.Russian="ru",e.Serbian="sr",e.Sinhala="si",e.Slovak="sk",e.Slovenian="sl",e.Somali="so",e.Spanish="es",e.Spanish_Mexico="es-MX",e.Swahili="sw",e.Swedish="sv",e.Tamil="ta",e.Telugu="te",e.Thai="th",e.Turkish="tr",e.Ukrainian="uk",e.Urdu="ur",e.Uzbek="uz",e.Vietnamese="vi",e.Welsh="cy",e))(Lw||{}),ot=(e=>(e.DEFAULT="default",e.DISABLED="disabled",e.SUCCESS="success",e.ERROR="error",e.WARNING="warning",e.READONLY="readonly",e))(ot||{}),Gn=(e=>(e.INPUT="TextInput",e.AREA="TextArea",e.DROPDOWN="Dropdown",e))(Gn||{}),rit=(e=>(e["ar-AR"]="Arabic",e["bg-BG"]="Bulgarian",e["cs-CS"]="Czech",e["cs-CH"]="Czech",e["de-DE"]="German",e["en-GB"]="English",e["en-US"]="English",e["es-ES"]="Spanish",e["fi-FI"]="Finnish",e["fr-FR"]="French",e["he-IL"]="Hebrew",e["hu-HU"]="Hungarian",e["id-ID"]="Indonesian",e["it-IT"]="Italian",e["ja-JA"]="Japanese",e["ja-JP"]="Japanese",e["ko-KO"]="Korean",e["ko-KR"]="Korean",e["nl-BE"]="Dutch (Belgium)",e["nl-NL"]="Dutch (Netherlands)",e["no-NO"]="Norwegian",e["pl-PL"]="Polish",e["pt-BR"]="Portuguese (Brazil)",e["pt-PT"]="Portuguese (Portugal)",e["ro-RO"]="Romanian",e["ru-RU"]="Russian",e["sk-SK"]="Slovak",e["sl-SL"]="Slovenian",e["sv-SE"]="Swedish",e["th-TH"]="Thai",e["tr-TR"]="Turkish",e.uk="Ukrainian",e.vi="Vietnamese",e["zh-CN"]="Chinese (Simplified)",e))(rit||{});const r3n=["cs-CH","ja-JP","ko-KR","en-US"],a3n=Object.entries(rit).filter(([e])=>!r3n.includes(e));var Rd=(e=>(e.REPORTER="Reporter data",e.OFFENDER="Named offender",e.REPORT="Report",e))(Rd||{}),CG=(e=>(e.MOBILE="mobile",e.LANDLINE="landline",e.FIXED_VOIP="fixedVoip",e.NON_FIXED_VOIP="nonFixedVoip",e.PERSONAL="personal",e.TOLL_FREE="tollFree",e.PREMIUM="premium",e.SHARED_COST="sharedCost",e.UAN="uan",e.VOICEMAIL="voicemail",e.PAGER="pager",e.UNKNOWN="unknown",e))(CG||{}),sF=(e=>(e.INVITED="INVITED",e.EXPIRING="EXPIRING",e.DEACTIVATED="DEACTIVATED",e.NOT_INVITED="NOT INVITED",e))(sF||{}),vv=(e=>(e.CompanyCreatedAt="companyCreatedAt",e.ReadAt="readAt",e.InvestigatingdAt="investigatingAt",e.ClosedAt="closedAt",e))(vv||{}),xD=(e=>(e.TIME_OF_SUBMISSION="Time of submission",e.POST_SUBMISSION="Post submission",e))(xD||{}),toe=(e=>(e.TEAM="Team",e.LEAD="Lead",e))(toe||{}),eg=(e=>(e.GO_TOGETHER="Mobile App - GoTogether",e.GO_AHEAD="Mobile App - GoAhead",e.GO_ANONYMOUS="Mobile App - GoAnonymous",e.OPEN_REPORTING="Open Reporting",e.MANUAL_INTAKE="Manual Intake",e.VAULT_TALK="VaultTalk",e.UNKNOWN="Unknown",e))(eg||{}),zh=(e=>(e.PHONE="Phone",e.EMAIL="Email",e.POSTAL="Postal",e.BOX="Suggestion box",e.FACE_TO_FACE="Face to face",e.COLLABORATION_APP="MS Teams/Slack",e.VIDEO_CONFERENCING="Video conferencing",e.OTHER="Other",e.UNSPECIFIED="Unspecified",e))(zh||{}),Nu=(e=>(e.ORGANISATIONAL="organisational",e.OPERATIONAL="operational",e))(Nu||{}),Ku=(e=>(e.LOCATION="location",e.TIME="time",e))(Ku||{}),Bf=(e=>(e.PENDING="PENDING",e.CLEAN="CLEAN",e.INFECTED="INFECTED",e))(Bf||{}),lF=(e=>(e.ADDED="added",e.REMOVED="removed",e))(lF||{}),F0e=(e=>(e.TIME_OF_SUBMISSION="time-of-submission",e.POST_SUBMISSION="post-submission",e))(F0e||{}),Vp=(e=>(e.LIVE="LIVE",e.PAUSED="PAUSED",e))(Vp||{}),gT=(e=>(e.LIVE="LIVE",e.PAUSED="PAUSED",e))(gT||{}),YT=(e=>(e.REPORTER="reporter",e.CASE_LEAD="case lead",e.REPORT_ASSIGNEE="report assignee",e.SYSTEM_TEAM_MEMBER="system team member",e.CASE_TEAM_MEMBER="case team member",e))(YT||{});const ait=(e,t=!0)=>{if(!t)return Mi;switch(e){case"app":return Vi.app;case"open-reporting":return Vi["open-reporting"];case"resolution-hub":return Vi["resolution-hub"];case"manual-case-creation":return Vi["manual-case-creation"];case"vault-talk":return Vi["vault-talk"];case"unknown":return Vi.unknown;default:return Vi.unknown}},noe=(e,t)=>{var n;return(e==null?void 0:e.id)===(t==null?void 0:t.id)||((n=e==null?void 0:e.permissions)==null?void 0:n.includes(qn.SUPER))},i3n=(e,t)=>{const n=[];let r=null;if(t){let a=null;for(const i of t){if(!(i.__isNew__&&a))for(const o of e)i.value===o.value&&(a=o.value,i.field&&i.field===o.field&&n.push({fieldName:i.field,fieldValue:i.value}));i.__isNew__&&(a?n.push({fieldName:a,fieldValue:i.value.toLowerCase()}):r={value:i.value.toLowerCase()})}}return{fieldFilters:n,fuzzyFilter:r}},dl=e=>!e||e===""||/^ *$/.test(e)?"—":e,B0e=e=>e.toLowerCase().trim().split(" ").join("-");var KT=(e=>(e.PDF="PDF",e.XLSX="XLSX",e.CSV="CSV",e.XLS="XLS",e))(KT||{}),vT=(e=>(e.STATE_OF_REPORTS="STATE_OF_REPORTS",e.INTAKE_PER_CATEGORY="INTAKE_PER_CATEGORY",e.REPORT_STATUS_CATEGORY="REPORT_STATUS_CATEGORY",e.DEPARTMENTS_ACROSS_LOCATIONS="DEPARTMENTS_ACROSS_LOCATIONS",e.CATEGORIES_PER_DEPARTMENT="CATEGORIES_PER_DEPARTMENT",e))(vT||{});function cb(e,t){return e==null||t==null?NaN:et?1:e>=t?0:NaN}function o3n(e,t){return e==null||t==null?NaN:te?1:t>=e?0:NaN}function z0e(e){let t,n,r;e.length!==2?(t=cb,n=(s,l)=>cb(e(s),l),r=(s,l)=>e(s)-l):(t=e===cb||e===o3n?e:s3n,n=e,r=e);function a(s,l,u=0,c=s.length){if(u>>1;n(s[d],l)<0?u=d+1:c=d}while(u>>1;n(s[d],l)<=0?u=d+1:c=d}while(uu&&r(s[d-1],l)>-r(s[d],l)?d-1:d}return{left:a,center:o,right:i}}function s3n(){return 0}function iit(e){return e===null?NaN:+e}function*l3n(e,t){if(t===void 0)for(let n of e)n!=null&&(n=+n)>=n&&(yield n);else{let n=-1;for(let r of e)(r=t(r,++n,e))!=null&&(r=+r)>=r&&(yield r)}}const u3n=z0e(cb),c3n=u3n.right;z0e(iit).center;const s$=c3n;class roe extends Map{constructor(t,n=p3n){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}}),t!=null)for(const[r,a]of t)this.set(r,a)}get(t){return super.get(H3e(this,t))}has(t){return super.has(H3e(this,t))}set(t,n){return super.set(d3n(this,t),n)}delete(t){return super.delete(f3n(this,t))}}function H3e({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):n}function d3n({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):(e.set(r,n),n)}function f3n({_intern:e,_key:t},n){const r=t(n);return e.has(r)&&(n=e.get(r),e.delete(r)),n}function p3n(e){return e!==null&&typeof e=="object"?e.valueOf():e}function G3e(e){return e}function h3n(e,...t){return m3n(e,G3e,G3e,t)}function m3n(e,t,n,r){return function a(i,o){if(o>=r.length)return n(i);const s=new roe,l=r[o++];let u=-1;for(const c of i){const d=l(c,++u,i),f=s.get(d);f?f.push(c):s.set(d,[c])}for(const[c,d]of s)s.set(c,a(d,o));return t(s)}(e,0)}function g3n(e=cb){if(e===cb)return oit;if(typeof e!="function")throw new TypeError("compare is not a function");return(t,n)=>{const r=e(t,n);return r||r===0?r:(e(n,n)===0)-(e(t,t)===0)}}function oit(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(et?1:0)}const v3n=Math.sqrt(50),y3n=Math.sqrt(10),b3n=Math.sqrt(2);function d7(e,t,n){const r=(t-e)/Math.max(0,n),a=Math.floor(Math.log10(r)),i=r/Math.pow(10,a),o=i>=v3n?10:i>=y3n?5:i>=b3n?2:1;let s,l,u;return a<0?(u=Math.pow(10,-a)/o,s=Math.round(e*u),l=Math.round(t*u),s/ut&&--l,u=-u):(u=Math.pow(10,a)*o,s=Math.round(e/u),l=Math.round(t/u),s*ut&&--l),l0))return[];if(e===t)return[e];const r=t=a))return[];const s=i-a+1,l=new Array(s);if(r)if(o<0)for(let u=0;u=r)&&(n=r);else{let r=-1;for(let a of e)(a=t(a,++r,e))!=null&&(n=a)&&(n=a)}return n}function W3e(e,t){let n;if(t===void 0)for(const r of e)r!=null&&(n>r||n===void 0&&r>=r)&&(n=r);else{let r=-1;for(let a of e)(a=t(a,++r,e))!=null&&(n>a||n===void 0&&a>=a)&&(n=a)}return n}function sit(e,t,n=0,r=1/0,a){if(t=Math.floor(t),n=Math.floor(Math.max(0,n)),r=Math.floor(Math.min(e.length-1,r)),!(n<=t&&t<=r))return e;for(a=a===void 0?oit:g3n(a);r>n;){if(r-n>600){const l=r-n+1,u=t-n+1,c=Math.log(l),d=.5*Math.exp(2*c/3),f=.5*Math.sqrt(c*d*(l-d)/l)*(u-l/2<0?-1:1),p=Math.max(n,Math.floor(t-u*d/l+f)),g=Math.min(r,Math.floor(t+(l-u)*d/l+f));sit(e,t,p,g,a)}const i=e[t];let o=n,s=r;for(sO(e,n,t),a(e[r],i)>0&&sO(e,n,r);o0;)--s}a(e[n],i)===0?sO(e,n,s):(++s,sO(e,s,r)),s<=t&&(n=s+1),t<=s&&(r=s-1)}return e}function sO(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function x3n(e,t,n){if(e=Float64Array.from(l3n(e,n)),!(!(r=e.length)||isNaN(t=+t))){if(t<=0||r<2)return W3e(e);if(t>=1)return VS(e);var r,a=(r-1)*t,i=Math.floor(a),o=VS(sit(e,i).subarray(0,i+1)),s=W3e(e.subarray(i+1));return o+(s-o)*(a-i)}}function w3n(e,t,n=iit){if(!(!(r=e.length)||isNaN(t=+t))){if(t<=0||r<2)return+n(e[0],0,e);if(t>=1)return+n(e[r-1],r-1,e);var r,a=(r-1)*t,i=Math.floor(a),o=+n(e[i],i,e),s=+n(e[i+1],i+1,e);return o+(s-o)*(a-i)}}function S3n(e,t,n){e=+e,t=+t,n=(a=arguments.length)<2?(t=e,e=0,1):a<3?1:+n;for(var r=-1,a=Math.max(0,Math.ceil((t-e)/n))|0,i=new Array(a);++rt(n,r,e))}function _3n(e){return e}var uF=1,nJ=2,soe=3,XP=4,q3e=1e-6;function E3n(e){return"translate("+e+",0)"}function T3n(e){return"translate(0,"+e+")"}function C3n(e){return t=>+e(t)}function I3n(e,t){return t=Math.max(0,e.bandwidth()-t*2)/2,e.round()&&(t=Math.round(t)),n=>+e(n)+t}function A3n(){return!this.__axis}function U0e(e,t){var n=[],r=null,a=null,i=6,o=6,s=3,l=typeof window<"u"&&window.devicePixelRatio>1?0:.5,u=e===uF||e===XP?-1:1,c=e===XP||e===nJ?"x":"y",d=e===uF||e===soe?E3n:T3n;function f(p){var g=r??(t.ticks?t.ticks.apply(t,n):t.domain()),v=a??(t.tickFormat?t.tickFormat.apply(t,n):_3n),m=Math.max(i,0)+s,y=t.range(),b=+y[0]+l,x=+y[y.length-1]+l,w=(t.bandwidth?I3n:C3n)(t.copy(),l),S=p.selection?p.selection():p,_=S.selectAll(".domain").data([null]),T=S.selectAll(".tick").data(g,t).order(),C=T.exit(),A=T.enter().append("g").attr("class","tick"),k=T.select("line"),I=T.select("text");_=_.merge(_.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),T=T.merge(A),k=k.merge(A.append("line").attr("stroke","currentColor").attr(c+"2",u*i)),I=I.merge(A.append("text").attr("fill","currentColor").attr(c,u*m).attr("dy",e===uF?"0em":e===soe?"0.71em":"0.32em")),p!==S&&(_=_.transition(p),T=T.transition(p),k=k.transition(p),I=I.transition(p),C=C.transition(p).attr("opacity",q3e).attr("transform",function(R){return isFinite(R=w(R))?d(R+l):this.getAttribute("transform")}),A.attr("opacity",q3e).attr("transform",function(R){var L=this.parentNode.__axis;return d((L&&isFinite(L=L(R))?L:w(R))+l)})),C.remove(),_.attr("d",e===XP||e===nJ?o?"M"+u*o+","+b+"H"+l+"V"+x+"H"+u*o:"M"+l+","+b+"V"+x:o?"M"+b+","+u*o+"V"+l+"H"+x+"V"+u*o:"M"+b+","+l+"H"+x),T.attr("opacity",1).attr("transform",function(R){return d(w(R)+l)}),k.attr(c+"2",u*i),I.attr(c,u*m).text(v),S.filter(A3n).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",e===nJ?"start":e===XP?"end":"middle"),S.each(function(){this.__axis=w})}return f.scale=function(p){return arguments.length?(t=p,f):t},f.ticks=function(){return n=Array.from(arguments),f},f.tickArguments=function(p){return arguments.length?(n=p==null?[]:Array.from(p),f):n.slice()},f.tickValues=function(p){return arguments.length?(r=p==null?null:Array.from(p),f):r&&r.slice()},f.tickFormat=function(p){return arguments.length?(a=p,f):a},f.tickSize=function(p){return arguments.length?(i=o=+p,f):i},f.tickSizeInner=function(p){return arguments.length?(i=+p,f):i},f.tickSizeOuter=function(p){return arguments.length?(o=+p,f):o},f.tickPadding=function(p){return arguments.length?(s=+p,f):s},f.offset=function(p){return arguments.length?(l=+p,f):l},f}function k3n(e){return U0e(uF,e)}function O3n(e){return U0e(soe,e)}function lit(e){return U0e(XP,e)}var P3n={value:()=>{}};function uit(){for(var e=0,t=arguments.length,n={},r;e=0&&(r=n.slice(a+1),n=n.slice(0,a)),n&&!t.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}cF.prototype=uit.prototype={constructor:cF,on:function(e,t){var n=this._,r=R3n(e+"",n),a,i=-1,o=r.length;if(arguments.length<2){for(;++i0)for(var n=new Array(a),r=0,a,i;r=0&&(t=e.slice(0,n))!=="xmlns"&&(e=e.slice(n+1)),K3e.hasOwnProperty(t)?{space:K3e[t],local:e}:e}function D3n(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===loe&&t.documentElement.namespaceURI===loe?t.createElement(e):t.createElementNS(n,e)}}function M3n(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function cit(e){var t=IG(e);return(t.local?M3n:D3n)(t)}function $3n(){}function V0e(e){return e==null?$3n:function(){return this.querySelector(e)}}function L3n(e){typeof e!="function"&&(e=V0e(e));for(var t=this._groups,n=t.length,r=new Array(n),a=0;a=x&&(x=b+1);!(S=m[x])&&++x=0;)(o=r[a])&&(i&&o.compareDocumentPosition(i)^4&&i.parentNode.insertBefore(o,i),i=o);return this}function sMn(e){e||(e=lMn);function t(d,f){return d&&f?e(d.__data__,f.__data__):!d-!f}for(var n=this._groups,r=n.length,a=new Array(r),i=0;it?1:e>=t?0:NaN}function uMn(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function cMn(){return Array.from(this)}function dMn(){for(var e=this._groups,t=0,n=e.length;t1?this.each((t==null?SMn:typeof t=="function"?EMn:_Mn)(e,t,n??"")):R2(this.node(),e)}function R2(e,t){return e.style.getPropertyValue(t)||git(e).getComputedStyle(e,null).getPropertyValue(t)}function CMn(e){return function(){delete this[e]}}function IMn(e,t){return function(){this[e]=t}}function AMn(e,t){return function(){var n=t.apply(this,arguments);n==null?delete this[e]:this[e]=n}}function kMn(e,t){return arguments.length>1?this.each((t==null?CMn:typeof t=="function"?AMn:IMn)(e,t)):this.node()[e]}function vit(e){return e.trim().split(/^|\s+/)}function H0e(e){return e.classList||new yit(e)}function yit(e){this._node=e,this._names=vit(e.getAttribute("class")||"")}yit.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function bit(e,t){for(var n=H0e(e),r=-1,a=t.length;++r=0&&(n=t.slice(r+1),t=t.slice(0,r)),{type:t,name:n}})}function r$n(e){return function(){var t=this.__on;if(t){for(var n=0,r=-1,a=t.length,i;n>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?Yj(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?Yj(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=f$n.exec(e))?new Nd(t[1],t[2],t[3],1):(t=p$n.exec(e))?new Nd(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=h$n.exec(e))?Yj(t[1],t[2],t[3],t[4]):(t=m$n.exec(e))?Yj(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=g$n.exec(e))?nMe(t[1],t[2]/100,t[3]/100,1):(t=v$n.exec(e))?nMe(t[1],t[2]/100,t[3]/100,t[4]):X3e.hasOwnProperty(e)?J3e(X3e[e]):e==="transparent"?new Nd(NaN,NaN,NaN,0):null}function J3e(e){return new Nd(e>>16&255,e>>8&255,e&255,1)}function Yj(e,t,n,r){return r<=0&&(e=t=n=NaN),new Nd(e,t,n,r)}function x$n(e){return e instanceof u$||(e=HS(e)),e?(e=e.rgb(),new Nd(e.r,e.g,e.b,e.opacity)):new Nd}function uoe(e,t,n,r){return arguments.length===1?x$n(e):new Nd(e,t,n,r??1)}function Nd(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}W0e(Nd,uoe,Sit(u$,{brighter(e){return e=e==null?p7:Math.pow(p7,e),new Nd(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?wD:Math.pow(wD,e),new Nd(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Nd(sS(this.r),sS(this.g),sS(this.b),h7(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:eMe,formatHex:eMe,formatHex8:w$n,formatRgb:tMe,toString:tMe}));function eMe(){return`#${jw(this.r)}${jw(this.g)}${jw(this.b)}`}function w$n(){return`#${jw(this.r)}${jw(this.g)}${jw(this.b)}${jw((isNaN(this.opacity)?1:this.opacity)*255)}`}function tMe(){const e=h7(this.opacity);return`${e===1?"rgb(":"rgba("}${sS(this.r)}, ${sS(this.g)}, ${sS(this.b)}${e===1?")":`, ${e})`}`}function h7(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function sS(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function jw(e){return e=sS(e),(e<16?"0":"")+e.toString(16)}function nMe(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new nm(e,t,n,r)}function _it(e){if(e instanceof nm)return new nm(e.h,e.s,e.l,e.opacity);if(e instanceof u$||(e=HS(e)),!e)return new nm;if(e instanceof nm)return e;e=e.rgb();var t=e.r/255,n=e.g/255,r=e.b/255,a=Math.min(t,n,r),i=Math.max(t,n,r),o=NaN,s=i-a,l=(i+a)/2;return s?(t===i?o=(n-r)/s+(n0&&l<1?0:o,new nm(o,s,l,e.opacity)}function S$n(e,t,n,r){return arguments.length===1?_it(e):new nm(e,t,n,r??1)}function nm(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}W0e(nm,S$n,Sit(u$,{brighter(e){return e=e==null?p7:Math.pow(p7,e),new nm(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?wD:Math.pow(wD,e),new nm(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,a=2*n-r;return new Nd(rJ(e>=240?e-240:e+120,a,r),rJ(e,a,r),rJ(e<120?e+240:e-120,a,r),this.opacity)},clamp(){return new nm(rMe(this.h),Kj(this.s),Kj(this.l),h7(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=h7(this.opacity);return`${e===1?"hsl(":"hsla("}${rMe(this.h)}, ${Kj(this.s)*100}%, ${Kj(this.l)*100}%${e===1?")":`, ${e})`}`}}));function rMe(e){return e=(e||0)%360,e<0?e+360:e}function Kj(e){return Math.max(0,Math.min(1,e||0))}function rJ(e,t,n){return(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)*255}const q0e=e=>()=>e;function _$n(e,t){return function(n){return e+n*t}}function E$n(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}function T$n(e){return(e=+e)==1?Eit:function(t,n){return n-t?E$n(t,n,e):q0e(isNaN(t)?n:t)}}function Eit(e,t){var n=t-e;return n?_$n(e,n):q0e(isNaN(e)?t:e)}const m7=function e(t){var n=T$n(t);function r(a,i){var o=n((a=uoe(a)).r,(i=uoe(i)).r),s=n(a.g,i.g),l=n(a.b,i.b),u=Eit(a.opacity,i.opacity);return function(c){return a.r=o(c),a.g=s(c),a.b=l(c),a.opacity=u(c),a+""}}return r.gamma=e,r}(1);function C$n(e,t){t||(t=[]);var n=e?Math.min(t.length,e.length):0,r=t.slice(),a;return function(i){for(a=0;an&&(i=t.slice(n,i),s[o]?s[o]+=i:s[++o]=i),(r=r[0])===(a=a[0])?s[o]?s[o]+=a:s[++o]=a:(s[++o]=null,l.push({i:o,x:Jh(r,a)})),n=aJ.lastIndex;return n180?c+=360:c-u>180&&(u+=360),f.push({i:d.push(a(d)+"rotate(",null,r)-2,x:Jh(u,c)})):c&&d.push(a(d)+"rotate("+c+r)}function s(u,c,d,f){u!==c?f.push({i:d.push(a(d)+"skewX(",null,r)-2,x:Jh(u,c)}):c&&d.push(a(d)+"skewX("+c+r)}function l(u,c,d,f,p,g){if(u!==d||c!==f){var v=p.push(a(p)+"scale(",null,",",null,")");g.push({i:v-4,x:Jh(u,d)},{i:v-2,x:Jh(c,f)})}else(d!==1||f!==1)&&p.push(a(p)+"scale("+d+","+f+")")}return function(u,c){var d=[],f=[];return u=e(u),c=e(c),i(u.translateX,u.translateY,c.translateX,c.translateY,d,f),o(u.rotate,c.rotate,d,f),s(u.skewX,c.skewX,d,f),l(u.scaleX,u.scaleY,c.scaleX,c.scaleY,d,f),u=c=null,function(p){for(var g=-1,v=f.length,m;++g=0&&e._call.call(void 0,t),e=e._next;--N2}function iMe(){GS=(v7=_D.now())+AG,N2=ZP=0;try{F$n()}finally{N2=0,z$n(),GS=0}}function B$n(){var e=_D.now(),t=e-v7;t>Ait&&(AG-=t,v7=e)}function z$n(){for(var e,t=g7,n,r=1/0;t;)t._call?(r>t._time&&(r=t._time),e=t,t=t._next):(n=t._next,t._next=null,t=e?e._next=n:g7=n);QP=e,foe(r)}function foe(e){if(!N2){ZP&&(ZP=clearTimeout(ZP));var t=e-GS;t>24?(e<1/0&&(ZP=setTimeout(iMe,e-_D.now()-AG)),lO&&(lO=clearInterval(lO))):(lO||(v7=_D.now(),lO=setInterval(B$n,Ait)),N2=1,kit(iMe))}}function oMe(e,t,n){var r=new y7;return t=t==null?0:+t,r.restart(a=>{r.stop(),e(a+t)},t,n),r}var U$n=uit("start","end","cancel","interrupt"),V$n=[],Pit=0,sMe=1,poe=2,dF=3,lMe=4,hoe=5,fF=6;function kG(e,t,n,r,a,i){var o=e.__transition;if(!o)e.__transition={};else if(n in o)return;H$n(e,n,{name:t,index:r,group:a,on:U$n,tween:V$n,time:i.time,delay:i.delay,duration:i.duration,ease:i.ease,timer:null,state:Pit})}function X0e(e,t){var n=Nm(e,t);if(n.state>Pit)throw new Error("too late; already scheduled");return n}function v0(e,t){var n=Nm(e,t);if(n.state>dF)throw new Error("too late; already running");return n}function Nm(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function H$n(e,t,n){var r=e.__transition,a;r[t]=n,n.timer=Oit(i,0,n.time);function i(u){n.state=sMe,n.timer.restart(o,n.delay,n.time),n.delay<=u&&o(u-n.delay)}function o(u){var c,d,f,p;if(n.state!==sMe)return l();for(c in r)if(p=r[c],p.name===n.name){if(p.state===dF)return oMe(o);p.state===lMe?(p.state=fF,p.timer.stop(),p.on.call("interrupt",e,e.__data__,p.index,p.group),delete r[c]):+cpoe&&r.state=0&&(t=t.slice(0,n)),!t||t==="start"})}function w4n(e,t,n){var r,a,i=x4n(t)?X0e:v0;return function(){var o=i(this,e),s=o.on;s!==r&&(a=(r=s).copy()).on(t,n),o.on=a}}function S4n(e,t){var n=this._id;return arguments.length<2?Nm(this.node(),n).on.on(e):this.each(w4n(n,e,t))}function _4n(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}function E4n(){return this.on("end.remove",_4n(this._id))}function T4n(e){var t=this._name,n=this._id;typeof e!="function"&&(e=V0e(e));for(var r=this._groups,a=r.length,i=new Array(a),o=0;o=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Mit;const n=10**t;return function(r){this._+=r[0];for(let a=1,i=r.length;aJx)if(!(Math.abs(d*l-u*c)>Jx)||!i)this._append`L${this._x1=t},${this._y1=n}`;else{let p=r-o,g=a-s,v=l*l+u*u,m=p*p+g*g,y=Math.sqrt(v),b=Math.sqrt(f),x=i*Math.tan((moe-Math.acos((v+f-m)/(2*y*b)))/2),w=x/b,S=x/y;Math.abs(w-1)>Jx&&this._append`L${t+w*c},${n+w*d}`,this._append`A${i},${i},0,0,${+(d*p>c*g)},${this._x1=t+S*l},${this._y1=n+S*u}`}}arc(t,n,r,a,i,o){if(t=+t,n=+n,r=+r,o=!!o,r<0)throw new Error(`negative radius: ${r}`);let s=r*Math.cos(a),l=r*Math.sin(a),u=t+s,c=n+l,d=1^o,f=o?a-i:i-a;this._x1===null?this._append`M${u},${c}`:(Math.abs(this._x1-u)>Jx||Math.abs(this._y1-c)>Jx)&&this._append`L${u},${c}`,r&&(f<0&&(f=f%goe+goe),f>X4n?this._append`A${r},${r},0,1,${d},${t-s},${n-l}A${r},${r},0,1,${d},${this._x1=u},${this._y1=c}`:f>Jx&&this._append`A${r},${r},0,${+(f>=moe)},${d},${this._x1=t+r*Math.cos(i)},${this._y1=n+r*Math.sin(i)}`)}rect(t,n,r,a){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}h${r=+r}v${+a}h${-r}Z`}toString(){return this._}}function J4n(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function b7(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function D2(e){return e=b7(Math.abs(e)),e?e[1]:NaN}function eLn(e,t){return function(n,r){for(var a=n.length,i=[],o=0,s=e[0],l=0;a>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),i.push(n.substring(a-=s,a+s)),!((l+=s+1)>r));)s=e[o=(o+1)%e.length];return i.reverse().join(t)}}function tLn(e){return function(t){return t.replace(/[0-9]/g,function(n){return e[+n]})}}var nLn=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function ED(e){if(!(t=nLn.exec(e)))throw new Error("invalid format: "+e);var t;return new Q0e({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}ED.prototype=Q0e.prototype;function Q0e(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}Q0e.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function rLn(e){e:for(var t=e.length,n=1,r=-1,a;n0&&(r=0);break}return r>0?e.slice(0,r)+e.slice(a+1):e}var $it;function aLn(e,t){var n=b7(e,t);if(!n)return e+"";var r=n[0],a=n[1],i=a-($it=Math.max(-8,Math.min(8,Math.floor(a/3)))*3)+1,o=r.length;return i===o?r:i>o?r+new Array(i-o+1).join("0"):i>0?r.slice(0,i)+"."+r.slice(i):"0."+new Array(1-i).join("0")+b7(e,Math.max(0,t+i-1))[0]}function uMe(e,t){var n=b7(e,t);if(!n)return e+"";var r=n[0],a=n[1];return a<0?"0."+new Array(-a).join("0")+r:r.length>a+1?r.slice(0,a+1)+"."+r.slice(a+1):r+new Array(a-r.length+2).join("0")}const cMe={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:J4n,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>uMe(e*100,t),r:uMe,s:aLn,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function dMe(e){return e}var fMe=Array.prototype.map,pMe=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function iLn(e){var t=e.grouping===void 0||e.thousands===void 0?dMe:eLn(fMe.call(e.grouping,Number),e.thousands+""),n=e.currency===void 0?"":e.currency[0]+"",r=e.currency===void 0?"":e.currency[1]+"",a=e.decimal===void 0?".":e.decimal+"",i=e.numerals===void 0?dMe:tLn(fMe.call(e.numerals,String)),o=e.percent===void 0?"%":e.percent+"",s=e.minus===void 0?"−":e.minus+"",l=e.nan===void 0?"NaN":e.nan+"";function u(d){d=ED(d);var f=d.fill,p=d.align,g=d.sign,v=d.symbol,m=d.zero,y=d.width,b=d.comma,x=d.precision,w=d.trim,S=d.type;S==="n"?(b=!0,S="g"):cMe[S]||(x===void 0&&(x=12),w=!0,S="g"),(m||f==="0"&&p==="=")&&(m=!0,f="0",p="=");var _=v==="$"?n:v==="#"&&/[boxX]/.test(S)?"0"+S.toLowerCase():"",T=v==="$"?r:/[%p]/.test(S)?o:"",C=cMe[S],A=/[defgprs%]/.test(S);x=x===void 0?6:/[gprs]/.test(S)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x));function k(I){var R=_,L=T,N,j,B;if(S==="c")L=C(I)+L,I="";else{I=+I;var U=I<0||1/I<0;if(I=isNaN(I)?l:C(Math.abs(I),x),w&&(I=rLn(I)),U&&+I==0&&g!=="+"&&(U=!1),R=(U?g==="("?g:s:g==="-"||g==="("?"":g)+R,L=(S==="s"?pMe[8+$it/3]:"")+L+(U&&g==="("?")":""),A){for(N=-1,j=I.length;++NB||B>57){L=(B===46?a+I.slice(N+1):I.slice(N))+L,I=I.slice(0,N);break}}}b&&!m&&(I=t(I,1/0));var W=R.length+I.length+L.length,z=W>1)+R+I+L+z.slice(W);break;default:I=z+R+I+L;break}return i(I)}return k.toString=function(){return d+""},k}function c(d,f){var p=u((d=ED(d),d.type="f",d)),g=Math.max(-8,Math.min(8,Math.floor(D2(f)/3)))*3,v=Math.pow(10,-g),m=pMe[8+g/3];return function(y){return p(v*y)+m}}return{format:u,formatPrefix:c}}var Zj,OG,Lit;oLn({thousands:",",grouping:[3],currency:["$",""]});function oLn(e){return Zj=iLn(e),OG=Zj.format,Lit=Zj.formatPrefix,Zj}function sLn(e){return Math.max(0,-D2(Math.abs(e)))}function lLn(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(D2(t)/3)))*3-D2(Math.abs(e)))}function uLn(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,D2(t)-D2(e))+1}function wh(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function Py(e,t){switch(arguments.length){case 0:break;case 1:{typeof e=="function"?this.interpolator(e):this.range(e);break}default:{this.domain(e),typeof t=="function"?this.interpolator(t):this.range(t);break}}return this}const voe=Symbol("implicit");function PG(){var e=new roe,t=[],n=[],r=voe;function a(i){let o=e.get(i);if(o===void 0){if(r!==voe)return r;e.set(i,o=t.push(i)-1)}return n[o%n.length]}return a.domain=function(i){if(!arguments.length)return t.slice();t=[],e=new roe;for(const o of i)e.has(o)||e.set(o,t.push(o)-1);return a},a.range=function(i){return arguments.length?(n=Array.from(i),a):n.slice()},a.unknown=function(i){return arguments.length?(r=i,a):r},a.copy=function(){return PG(t,n).unknown(r)},wh.apply(a,arguments),a}function M2(){var e=PG().unknown(void 0),t=e.domain,n=e.range,r=0,a=1,i,o,s=!1,l=0,u=0,c=.5;delete e.unknown;function d(){var f=t().length,p=at&&(n=e,e=t,t=n),function(r){return Math.max(e,Math.min(t,r))}}function fLn(e,t,n){var r=e[0],a=e[1],i=t[0],o=t[1];return a2?pLn:fLn,l=u=null,d}function d(f){return f==null||isNaN(f=+f)?i:(l||(l=s(e.map(r),t,n)))(r(o(f)))}return d.invert=function(f){return o(a((u||(u=s(t,e.map(r),Jh)))(f)))},d.domain=function(f){return arguments.length?(e=Array.from(f,x7),c()):e.slice()},d.range=function(f){return arguments.length?(t=Array.from(f),c()):t.slice()},d.rangeRound=function(f){return t=Array.from(f),n=Y0e,c()},d.clamp=function(f){return arguments.length?(o=f?!0:$c,c()):o!==$c},d.interpolate=function(f){return arguments.length?(n=f,c()):n},d.unknown=function(f){return arguments.length?(i=f,d):i},function(f,p){return r=f,a=p,c()}}function J0e(){return RG()($c,$c)}function Fit(e,t,n,r){var a=ooe(e,t,n),i;switch(r=ED(r??",f"),r.type){case"s":{var o=Math.max(Math.abs(e),Math.abs(t));return r.precision==null&&!isNaN(i=lLn(a,o))&&(r.precision=i),Lit(r,o)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(i=uLn(a,Math.max(Math.abs(e),Math.abs(t))))&&(r.precision=i-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(i=sLn(a))&&(r.precision=i-(r.type==="%")*2);break}}return OG(r)}function ix(e){var t=e.domain;return e.ticks=function(n){var r=t();return aoe(r[0],r[r.length-1],n??10)},e.tickFormat=function(n,r){var a=t();return Fit(a[0],a[a.length-1],n??10,r)},e.nice=function(n){n==null&&(n=10);var r=t(),a=0,i=r.length-1,o=r[a],s=r[i],l,u,c=10;for(s0;){if(u=ioe(o,s,n),u===l)return r[a]=o,r[i]=s,t(r);if(u>0)o=Math.floor(o/u)*u,s=Math.ceil(s/u)*u;else if(u<0)o=Math.ceil(o*u)/u,s=Math.floor(s*u)/u;else break;l=u}return e},e}function TD(){var e=J0e();return e.copy=function(){return c$(e,TD())},wh.apply(e,arguments),ix(e)}function Bit(e){var t;function n(r){return r==null||isNaN(r=+r)?t:r}return n.invert=n,n.domain=n.range=function(r){return arguments.length?(e=Array.from(r,x7),n):e.slice()},n.unknown=function(r){return arguments.length?(t=r,n):t},n.copy=function(){return Bit(e).unknown(t)},e=arguments.length?Array.from(e,x7):[0,1],ix(n)}function zit(e,t){e=e.slice();var n=0,r=e.length-1,a=e[n],i=e[r],o;return iMath.pow(e,t)}function yLn(e){return e===Math.E?Math.log:e===10&&Math.log10||e===2&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}function vMe(e){return(t,n)=>-e(-t,n)}function eve(e){const t=e(mMe,gMe),n=t.domain;let r=10,a,i;function o(){return a=yLn(r),i=vLn(r),n()[0]<0?(a=vMe(a),i=vMe(i),e(hLn,mLn)):e(mMe,gMe),t}return t.base=function(s){return arguments.length?(r=+s,o()):r},t.domain=function(s){return arguments.length?(n(s),o()):n()},t.ticks=s=>{const l=n();let u=l[0],c=l[l.length-1];const d=c0){for(;f<=p;++f)for(g=1;gc)break;y.push(v)}}else for(;f<=p;++f)for(g=r-1;g>=1;--g)if(v=f>0?g/i(-f):g*i(f),!(vc)break;y.push(v)}y.length*2{if(s==null&&(s=10),l==null&&(l=r===10?"s":","),typeof l!="function"&&(!(r%1)&&(l=ED(l)).precision==null&&(l.trim=!0),l=OG(l)),s===1/0)return l;const u=Math.max(1,r*s/t.ticks().length);return c=>{let d=c/i(Math.round(a(c)));return d*rn(zit(n(),{floor:s=>i(Math.floor(a(s))),ceil:s=>i(Math.ceil(a(s)))})),t}function Uit(){const e=eve(RG()).domain([1,10]);return e.copy=()=>c$(e,Uit()).base(e.base()),wh.apply(e,arguments),e}function yMe(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function bMe(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function tve(e){var t=1,n=e(yMe(t),bMe(t));return n.constant=function(r){return arguments.length?e(yMe(t=+r),bMe(t)):t},ix(n)}function Vit(){var e=tve(RG());return e.copy=function(){return c$(e,Vit()).constant(e.constant())},wh.apply(e,arguments)}function xMe(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function bLn(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function xLn(e){return e<0?-e*e:e*e}function nve(e){var t=e($c,$c),n=1;function r(){return n===1?e($c,$c):n===.5?e(bLn,xLn):e(xMe(n),xMe(1/n))}return t.exponent=function(a){return arguments.length?(n=+a,r()):n},ix(t)}function rve(){var e=nve(RG());return e.copy=function(){return c$(e,rve()).exponent(e.exponent())},wh.apply(e,arguments),e}function wLn(){return rve.apply(null,arguments).exponent(.5)}function wMe(e){return Math.sign(e)*e*e}function SLn(e){return Math.sign(e)*Math.sqrt(Math.abs(e))}function Hit(){var e=J0e(),t=[0,1],n=!1,r;function a(i){var o=SLn(e(i));return isNaN(o)?r:n?Math.round(o):o}return a.invert=function(i){return e.invert(wMe(i))},a.domain=function(i){return arguments.length?(e.domain(i),a):e.domain()},a.range=function(i){return arguments.length?(e.range((t=Array.from(i,x7)).map(wMe)),a):t.slice()},a.rangeRound=function(i){return a.range(i).round(!0)},a.round=function(i){return arguments.length?(n=!!i,a):n},a.clamp=function(i){return arguments.length?(e.clamp(i),a):e.clamp()},a.unknown=function(i){return arguments.length?(r=i,a):r},a.copy=function(){return Hit(e.domain(),t).round(n).clamp(e.clamp()).unknown(r)},wh.apply(a,arguments),ix(a)}function Git(){var e=[],t=[],n=[],r;function a(){var o=0,s=Math.max(1,t.length);for(n=new Array(s-1);++o0?n[s-1]:e[0],s=n?[r[n-1],t]:[r[u-1],r[u]]},o.unknown=function(l){return arguments.length&&(i=l),o},o.thresholds=function(){return r.slice()},o.copy=function(){return Wit().domain([e,t]).range(a).unknown(i)},wh.apply(ix(o),arguments)}function qit(){var e=[.5],t=[0,1],n,r=1;function a(i){return i!=null&&i<=i?t[s$(e,i,0,r)]:n}return a.domain=function(i){return arguments.length?(e=Array.from(i),r=Math.min(e.length,t.length-1),a):e.slice()},a.range=function(i){return arguments.length?(t=Array.from(i),r=Math.min(e.length,t.length-1),a):t.slice()},a.invertExtent=function(i){var o=t.indexOf(i);return[e[o-1],e[o]]},a.unknown=function(i){return arguments.length?(n=i,a):n},a.copy=function(){return qit().domain(e).range(t).unknown(n)},wh.apply(a,arguments)}const iJ=new Date,oJ=new Date;function Ol(e,t,n,r){function a(i){return e(i=arguments.length===0?new Date:new Date(+i)),i}return a.floor=i=>(e(i=new Date(+i)),i),a.ceil=i=>(e(i=new Date(i-1)),t(i,1),e(i),i),a.round=i=>{const o=a(i),s=a.ceil(i);return i-o(t(i=new Date(+i),o==null?1:Math.floor(o)),i),a.range=(i,o,s)=>{const l=[];if(i=a.ceil(i),s=s==null?1:Math.floor(s),!(i0))return l;let u;do l.push(u=new Date(+i)),t(i,s),e(i);while(uOl(o=>{if(o>=o)for(;e(o),!i(o);)o.setTime(o-1)},(o,s)=>{if(o>=o)if(s<0)for(;++s<=0;)for(;t(o,-1),!i(o););else for(;--s>=0;)for(;t(o,1),!i(o););}),n&&(a.count=(i,o)=>(iJ.setTime(+i),oJ.setTime(+o),e(iJ),e(oJ),Math.floor(n(iJ,oJ))),a.every=i=>(i=Math.floor(i),!isFinite(i)||!(i>0)?null:i>1?a.filter(r?o=>r(o)%i===0:o=>a.count(0,o)%i===0):a)),a}const w7=Ol(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);w7.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?Ol(t=>{t.setTime(Math.floor(t/e)*e)},(t,n)=>{t.setTime(+t+n*e)},(t,n)=>(n-t)/e):w7);w7.range;const yv=1e3,qp=yv*60,bv=qp*60,ey=bv*24,ave=ey*7,SMe=ey*30,sJ=ey*365,Fw=Ol(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*yv)},(e,t)=>(t-e)/yv,e=>e.getUTCSeconds());Fw.range;const ive=Ol(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*yv)},(e,t)=>{e.setTime(+e+t*qp)},(e,t)=>(t-e)/qp,e=>e.getMinutes());ive.range;const ove=Ol(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*qp)},(e,t)=>(t-e)/qp,e=>e.getUTCMinutes());ove.range;const sve=Ol(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*yv-e.getMinutes()*qp)},(e,t)=>{e.setTime(+e+t*bv)},(e,t)=>(t-e)/bv,e=>e.getHours());sve.range;const lve=Ol(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*bv)},(e,t)=>(t-e)/bv,e=>e.getUTCHours());lve.range;const d$=Ol(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*qp)/ey,e=>e.getDate()-1);d$.range;const NG=Ol(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/ey,e=>e.getUTCDate()-1);NG.range;const Yit=Ol(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/ey,e=>Math.floor(e/ey));Yit.range;function N_(e){return Ol(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,n)=>{t.setDate(t.getDate()+n*7)},(t,n)=>(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*qp)/ave)}const DG=N_(0),S7=N_(1),_Ln=N_(2),ELn=N_(3),$2=N_(4),TLn=N_(5),CLn=N_(6);DG.range;S7.range;_Ln.range;ELn.range;$2.range;TLn.range;CLn.range;function D_(e){return Ol(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCDate(t.getUTCDate()+n*7)},(t,n)=>(n-t)/ave)}const MG=D_(0),_7=D_(1),ILn=D_(2),ALn=D_(3),L2=D_(4),kLn=D_(5),OLn=D_(6);MG.range;_7.range;ILn.range;ALn.range;L2.range;kLn.range;OLn.range;const uve=Ol(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());uve.range;const cve=Ol(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth());cve.range;const ty=Ol(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());ty.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Ol(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,n)=>{t.setFullYear(t.getFullYear()+n*e)});ty.range;const ny=Ol(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());ny.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Ol(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)});ny.range;function Kit(e,t,n,r,a,i){const o=[[Fw,1,yv],[Fw,5,5*yv],[Fw,15,15*yv],[Fw,30,30*yv],[i,1,qp],[i,5,5*qp],[i,15,15*qp],[i,30,30*qp],[a,1,bv],[a,3,3*bv],[a,6,6*bv],[a,12,12*bv],[r,1,ey],[r,2,2*ey],[n,1,ave],[t,1,SMe],[t,3,3*SMe],[e,1,sJ]];function s(u,c,d){const f=cm).right(o,f);if(p===o.length)return e.every(ooe(u/sJ,c/sJ,d));if(p===0)return w7.every(Math.max(ooe(u,c,d),1));const[g,v]=o[f/o[p-1][2]53)return null;"w"in fe||(fe.w=1),"Z"in fe?(Ie=uJ(uO(fe.y,0,1)),de=Ie.getUTCDay(),Ie=de>4||de===0?_7.ceil(Ie):_7(Ie),Ie=NG.offset(Ie,(fe.V-1)*7),fe.y=Ie.getUTCFullYear(),fe.m=Ie.getUTCMonth(),fe.d=Ie.getUTCDate()+(fe.w+6)%7):(Ie=lJ(uO(fe.y,0,1)),de=Ie.getDay(),Ie=de>4||de===0?S7.ceil(Ie):S7(Ie),Ie=d$.offset(Ie,(fe.V-1)*7),fe.y=Ie.getFullYear(),fe.m=Ie.getMonth(),fe.d=Ie.getDate()+(fe.w+6)%7)}else("W"in fe||"U"in fe)&&("w"in fe||(fe.w="u"in fe?fe.u%7:"W"in fe?1:0),de="Z"in fe?uJ(uO(fe.y,0,1)).getUTCDay():lJ(uO(fe.y,0,1)).getDay(),fe.m=0,fe.d="W"in fe?(fe.w+6)%7+fe.W*7-(de+5)%7:fe.w+fe.U*7-(de+6)%7);return"Z"in fe?(fe.H+=fe.Z/100|0,fe.M+=fe.Z%100,uJ(fe)):lJ(fe)}}function C(oe,ie,he,fe){for(var we=0,Ie=ie.length,de=he.length,pe,_e;we=de)return-1;if(pe=ie.charCodeAt(we++),pe===37){if(pe=ie.charAt(we++),_e=S[pe in _Me?ie.charAt(we++):pe],!_e||(fe=_e(oe,he,fe))<0)return-1}else if(pe!=he.charCodeAt(fe++))return-1}return fe}function A(oe,ie,he){var fe=u.exec(ie.slice(he));return fe?(oe.p=c.get(fe[0].toLowerCase()),he+fe[0].length):-1}function k(oe,ie,he){var fe=p.exec(ie.slice(he));return fe?(oe.w=g.get(fe[0].toLowerCase()),he+fe[0].length):-1}function I(oe,ie,he){var fe=d.exec(ie.slice(he));return fe?(oe.w=f.get(fe[0].toLowerCase()),he+fe[0].length):-1}function R(oe,ie,he){var fe=y.exec(ie.slice(he));return fe?(oe.m=b.get(fe[0].toLowerCase()),he+fe[0].length):-1}function L(oe,ie,he){var fe=v.exec(ie.slice(he));return fe?(oe.m=m.get(fe[0].toLowerCase()),he+fe[0].length):-1}function N(oe,ie,he){return C(oe,t,ie,he)}function j(oe,ie,he){return C(oe,n,ie,he)}function B(oe,ie,he){return C(oe,r,ie,he)}function U(oe){return o[oe.getDay()]}function W(oe){return i[oe.getDay()]}function z(oe){return l[oe.getMonth()]}function H(oe){return s[oe.getMonth()]}function G(oe){return a[+(oe.getHours()>=12)]}function Z(oe){return 1+~~(oe.getMonth()/3)}function J(oe){return o[oe.getUTCDay()]}function Y(oe){return i[oe.getUTCDay()]}function ne(oe){return l[oe.getUTCMonth()]}function V(oe){return s[oe.getUTCMonth()]}function X(oe){return a[+(oe.getUTCHours()>=12)]}function ae(oe){return 1+~~(oe.getUTCMonth()/3)}return{format:function(oe){var ie=_(oe+="",x);return ie.toString=function(){return oe},ie},parse:function(oe){var ie=T(oe+="",!1);return ie.toString=function(){return oe},ie},utcFormat:function(oe){var ie=_(oe+="",w);return ie.toString=function(){return oe},ie},utcParse:function(oe){var ie=T(oe+="",!0);return ie.toString=function(){return oe},ie}}}var _Me={"-":"",_:" ",0:"0"},su=/^\s*\d+/,$Ln=/^%/,LLn=/[\\^$*+?|[\]().{}]/g;function ri(e,t,n){var r=e<0?"-":"",a=(r?-e:e)+"",i=a.length;return r+(i[t.toLowerCase(),n]))}function FLn(e,t,n){var r=su.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function BLn(e,t,n){var r=su.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function zLn(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function ULn(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function VLn(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function EMe(e,t,n){var r=su.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function TMe(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function HLn(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function GLn(e,t,n){var r=su.exec(t.slice(n,n+1));return r?(e.q=r[0]*3-3,n+r[0].length):-1}function WLn(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function CMe(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function qLn(e,t,n){var r=su.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function IMe(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function YLn(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function KLn(e,t,n){var r=su.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function XLn(e,t,n){var r=su.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function ZLn(e,t,n){var r=su.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function QLn(e,t,n){var r=$Ln.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function JLn(e,t,n){var r=su.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function ejn(e,t,n){var r=su.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function AMe(e,t){return ri(e.getDate(),t,2)}function tjn(e,t){return ri(e.getHours(),t,2)}function njn(e,t){return ri(e.getHours()%12||12,t,2)}function rjn(e,t){return ri(1+d$.count(ty(e),e),t,3)}function Xit(e,t){return ri(e.getMilliseconds(),t,3)}function ajn(e,t){return Xit(e,t)+"000"}function ijn(e,t){return ri(e.getMonth()+1,t,2)}function ojn(e,t){return ri(e.getMinutes(),t,2)}function sjn(e,t){return ri(e.getSeconds(),t,2)}function ljn(e){var t=e.getDay();return t===0?7:t}function ujn(e,t){return ri(DG.count(ty(e)-1,e),t,2)}function Zit(e){var t=e.getDay();return t>=4||t===0?$2(e):$2.ceil(e)}function cjn(e,t){return e=Zit(e),ri($2.count(ty(e),e)+(ty(e).getDay()===4),t,2)}function djn(e){return e.getDay()}function fjn(e,t){return ri(S7.count(ty(e)-1,e),t,2)}function pjn(e,t){return ri(e.getFullYear()%100,t,2)}function hjn(e,t){return e=Zit(e),ri(e.getFullYear()%100,t,2)}function mjn(e,t){return ri(e.getFullYear()%1e4,t,4)}function gjn(e,t){var n=e.getDay();return e=n>=4||n===0?$2(e):$2.ceil(e),ri(e.getFullYear()%1e4,t,4)}function vjn(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+ri(t/60|0,"0",2)+ri(t%60,"0",2)}function kMe(e,t){return ri(e.getUTCDate(),t,2)}function yjn(e,t){return ri(e.getUTCHours(),t,2)}function bjn(e,t){return ri(e.getUTCHours()%12||12,t,2)}function xjn(e,t){return ri(1+NG.count(ny(e),e),t,3)}function Qit(e,t){return ri(e.getUTCMilliseconds(),t,3)}function wjn(e,t){return Qit(e,t)+"000"}function Sjn(e,t){return ri(e.getUTCMonth()+1,t,2)}function _jn(e,t){return ri(e.getUTCMinutes(),t,2)}function Ejn(e,t){return ri(e.getUTCSeconds(),t,2)}function Tjn(e){var t=e.getUTCDay();return t===0?7:t}function Cjn(e,t){return ri(MG.count(ny(e)-1,e),t,2)}function Jit(e){var t=e.getUTCDay();return t>=4||t===0?L2(e):L2.ceil(e)}function Ijn(e,t){return e=Jit(e),ri(L2.count(ny(e),e)+(ny(e).getUTCDay()===4),t,2)}function Ajn(e){return e.getUTCDay()}function kjn(e,t){return ri(_7.count(ny(e)-1,e),t,2)}function Ojn(e,t){return ri(e.getUTCFullYear()%100,t,2)}function Pjn(e,t){return e=Jit(e),ri(e.getUTCFullYear()%100,t,2)}function Rjn(e,t){return ri(e.getUTCFullYear()%1e4,t,4)}function Njn(e,t){var n=e.getUTCDay();return e=n>=4||n===0?L2(e):L2.ceil(e),ri(e.getUTCFullYear()%1e4,t,4)}function Djn(){return"+0000"}function OMe(){return"%"}function PMe(e){return+e}function RMe(e){return Math.floor(+e/1e3)}var NE,eot,tot;Mjn({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function Mjn(e){return NE=MLn(e),eot=NE.format,NE.parse,tot=NE.utcFormat,NE.utcParse,NE}function $jn(e){return new Date(e)}function Ljn(e){return e instanceof Date?+e:+new Date(+e)}function dve(e,t,n,r,a,i,o,s,l,u){var c=J0e(),d=c.invert,f=c.domain,p=u(".%L"),g=u(":%S"),v=u("%I:%M"),m=u("%I %p"),y=u("%a %d"),b=u("%b %d"),x=u("%B"),w=u("%Y");function S(_){return(l(_)<_?p:s(_)<_?g:o(_)<_?v:i(_)<_?m:r(_)<_?a(_)<_?y:b:n(_)<_?x:w)(_)}return c.invert=function(_){return new Date(d(_))},c.domain=function(_){return arguments.length?f(Array.from(_,Ljn)):f().map($jn)},c.ticks=function(_){var T=f();return e(T[0],T[T.length-1],_??10)},c.tickFormat=function(_,T){return T==null?S:u(T)},c.nice=function(_){var T=f();return(!_||typeof _.range!="function")&&(_=t(T[0],T[T.length-1],_??10)),_?f(zit(T,_)):c},c.copy=function(){return c$(c,dve(e,t,n,r,a,i,o,s,l,u))},c}function jjn(){return wh.apply(dve(NLn,DLn,ty,uve,DG,d$,sve,ive,Fw,eot).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function Fjn(){return wh.apply(dve(PLn,RLn,ny,cve,MG,NG,lve,ove,Fw,tot).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function $G(){var e=0,t=1,n,r,a,i,o=$c,s=!1,l;function u(d){return d==null||isNaN(d=+d)?l:o(a===0?.5:(d=(i(d)-n)*a,s?Math.max(0,Math.min(1,d)):d))}u.domain=function(d){return arguments.length?([e,t]=d,n=i(e=+e),r=i(t=+t),a=n===r?0:1/(r-n),u):[e,t]},u.clamp=function(d){return arguments.length?(s=!!d,u):s},u.interpolator=function(d){return arguments.length?(o=d,u):o};function c(d){return function(f){var p,g;return arguments.length?([p,g]=f,o=d(p,g),u):[o(0),o(1)]}}return u.range=c(hA),u.rangeRound=c(Y0e),u.unknown=function(d){return arguments.length?(l=d,u):l},function(d){return i=d,n=d(e),r=d(t),a=n===r?0:1/(r-n),u}}function ox(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function not(){var e=ix($G()($c));return e.copy=function(){return ox(e,not())},Py.apply(e,arguments)}function rot(){var e=eve($G()).domain([1,10]);return e.copy=function(){return ox(e,rot()).base(e.base())},Py.apply(e,arguments)}function aot(){var e=tve($G());return e.copy=function(){return ox(e,aot()).constant(e.constant())},Py.apply(e,arguments)}function fve(){var e=nve($G());return e.copy=function(){return ox(e,fve()).exponent(e.exponent())},Py.apply(e,arguments)}function Bjn(){return fve.apply(null,arguments).exponent(.5)}function iot(){var e=[],t=$c;function n(r){if(r!=null&&!isNaN(r=+r))return t((s$(e,r,1)-1)/(e.length-1))}return n.domain=function(r){if(!arguments.length)return e.slice();e=[];for(let a of r)a!=null&&!isNaN(a=+a)&&e.push(a);return e.sort(cb),n},n.interpolator=function(r){return arguments.length?(t=r,n):t},n.range=function(){return e.map((r,a)=>t(a/(e.length-1)))},n.quantiles=function(r){return Array.from({length:r+1},(a,i)=>x3n(e,i/r))},n.copy=function(){return iot(t).domain(e)},Py.apply(n,arguments)}function LG(){var e=0,t=.5,n=1,r=1,a,i,o,s,l,u=$c,c,d=!1,f;function p(v){return isNaN(v=+v)?f:(v=.5+((v=+c(v))-i)*(r*v1?0:e<-1?$b:Math.acos(e)}function MMe(e){return e>=1?E7:e<=-1?-E7:Math.asin(e)}function jG(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(n==null)t=null;else{const r=Math.floor(n);if(!(r>=0))throw new RangeError(`invalid digits: ${n}`);t=r}return e},()=>new Q4n(t)}function Hjn(e){return e.innerRadius}function Gjn(e){return e.outerRadius}function Wjn(e){return e.startAngle}function qjn(e){return e.endAngle}function Yjn(e){return e&&e.padAngle}function Kjn(e,t,n,r,a,i,o,s){var l=n-e,u=r-t,c=o-a,d=s-i,f=d*l-c*u;if(!(f*fN*N+j*j&&(C=k,A=I),{cx:C,cy:A,x01:-c,y01:-d,x11:C*(a/S-1),y11:A*(a/S-1)}}function $Me(){var e=Hjn,t=Gjn,n=qr(0),r=null,a=Wjn,i=qjn,o=Yjn,s=null,l=jG(u);function u(){var c,d,f=+e.apply(this,arguments),p=+t.apply(this,arguments),g=a.apply(this,arguments)-E7,v=i.apply(this,arguments)-E7,m=DMe(v-g),y=v>g;if(s||(s=c=l()),pdd))s.moveTo(0,0);else if(m>db-dd)s.moveTo(p*tv(g),p*md(g)),s.arc(0,0,p,g,v,!y),f>dd&&(s.moveTo(f*tv(v),f*md(v)),s.arc(0,0,f,v,g,y));else{var b=g,x=v,w=g,S=v,_=m,T=m,C=o.apply(this,arguments)/2,A=C>dd&&(r?+r.apply(this,arguments):ku(f*f+p*p)),k=cJ(DMe(p-f)/2,+n.apply(this,arguments)),I=k,R=k,L,N;if(A>dd){var j=MMe(A/f*md(C)),B=MMe(A/p*md(C));(_-=j*2)>dd?(j*=y?1:-1,w+=j,S-=j):(_=0,w=S=(g+v)/2),(T-=B*2)>dd?(B*=y?1:-1,b+=B,x-=B):(T=0,b=x=(g+v)/2)}var U=p*tv(b),W=p*md(b),z=f*tv(S),H=f*md(S);if(k>dd){var G=p*tv(x),Z=p*md(x),J=f*tv(w),Y=f*md(w),ne;if(m<$b)if(ne=Kjn(U,W,J,Y,G,Z,z,H)){var V=U-ne[0],X=W-ne[1],ae=G-ne[0],oe=Z-ne[1],ie=1/md(Vjn((V*ae+X*oe)/(ku(V*V+X*X)*ku(ae*ae+oe*oe)))/2),he=ku(ne[0]*ne[0]+ne[1]*ne[1]);I=cJ(k,(f-he)/(ie-1)),R=cJ(k,(p-he)/(ie+1))}else I=R=0}T>dd?R>dd?(L=Qj(J,Y,U,W,p,R,y),N=Qj(G,Z,z,H,p,R,y),s.moveTo(L.cx+L.x01,L.cy+L.y01),Rdd)||!(_>dd)?s.lineTo(z,H):I>dd?(L=Qj(z,H,G,Z,f,-I,y),N=Qj(U,W,J,Y,f,-I,y),s.lineTo(L.cx+L.x01,L.cy+L.y01),I=p;--g)s.point(x[g],w[g]);s.lineEnd(),s.areaEnd()}y&&(x[f]=+e(m,f,d),w[f]=+t(m,f,d),s.point(r?+r(m,f,d):x[f],n?+n(m,f,d):w[f]))}if(b)return s=null,b+""||null}function c(){return hve().defined(a).curve(o).context(i)}return u.x=function(d){return arguments.length?(e=typeof d=="function"?d:qr(+d),r=null,u):e},u.x0=function(d){return arguments.length?(e=typeof d=="function"?d:qr(+d),u):e},u.x1=function(d){return arguments.length?(r=d==null?null:typeof d=="function"?d:qr(+d),u):r},u.y=function(d){return arguments.length?(t=typeof d=="function"?d:qr(+d),n=null,u):t},u.y0=function(d){return arguments.length?(t=typeof d=="function"?d:qr(+d),u):t},u.y1=function(d){return arguments.length?(n=d==null?null:typeof d=="function"?d:qr(+d),u):n},u.lineX0=u.lineY0=function(){return c().x(e).y(t)},u.lineY1=function(){return c().x(e).y(n)},u.lineX1=function(){return c().x(r).y(t)},u.defined=function(d){return arguments.length?(a=typeof d=="function"?d:qr(!!d),u):a},u.curve=function(d){return arguments.length?(o=d,i!=null&&(s=o(i)),u):o},u.context=function(d){return arguments.length?(d==null?i=s=null:s=o(i=d),u):i},u}function Xjn(e,t){return te?1:t>=e?0:NaN}function Zjn(e){return e}function Qjn(){var e=Zjn,t=Xjn,n=null,r=qr(0),a=qr(db),i=qr(0);function o(s){var l,u=(s=FG(s)).length,c,d,f=0,p=new Array(u),g=new Array(u),v=+r.apply(this,arguments),m=Math.min(db,Math.max(-db,a.apply(this,arguments)-v)),y,b=Math.min(Math.abs(m)/u,i.apply(this,arguments)),x=b*(m<0?-1:1),w;for(l=0;l0&&(f+=w);for(t!=null?p.sort(function(S,_){return t(g[S],g[_])}):n!=null&&p.sort(function(S,_){return n(s[S],s[_])}),l=0,d=f?(m-u*x)/f:0;l0?w*d:0)+x,g[c]={data:s[c],index:l,value:w,startAngle:v,endAngle:y,padAngle:b};return g}return o.value=function(s){return arguments.length?(e=typeof s=="function"?s:qr(+s),o):e},o.sortValues=function(s){return arguments.length?(t=s,n=null,o):t},o.sort=function(s){return arguments.length?(n=s,t=null,o):n},o.startAngle=function(s){return arguments.length?(r=typeof s=="function"?s:qr(+s),o):r},o.endAngle=function(s){return arguments.length?(a=typeof s=="function"?s:qr(+s),o):a},o.padAngle=function(s){return arguments.length?(i=typeof s=="function"?s:qr(+s),o):i},o}const mve={draw(e,t){const n=ku(t/$b);e.moveTo(n,0),e.arc(0,0,n,0,db)}},Jjn={draw(e,t){const n=ku(t/5)/2;e.moveTo(-3*n,-n),e.lineTo(-n,-n),e.lineTo(-n,-3*n),e.lineTo(n,-3*n),e.lineTo(n,-n),e.lineTo(3*n,-n),e.lineTo(3*n,n),e.lineTo(n,n),e.lineTo(n,3*n),e.lineTo(-n,3*n),e.lineTo(-n,n),e.lineTo(-3*n,n),e.closePath()}},fot=ku(1/3),e5n=fot*2,t5n={draw(e,t){const n=ku(t/e5n),r=n*fot;e.moveTo(0,-n),e.lineTo(r,0),e.lineTo(0,n),e.lineTo(-r,0),e.closePath()}},n5n={draw(e,t){const n=ku(t),r=-n/2;e.rect(r,r,n,n)}},r5n=.8908130915292852,pot=md($b/10)/md(7*$b/10),a5n=md(db/10)*pot,i5n=-tv(db/10)*pot,o5n={draw(e,t){const n=ku(t*r5n),r=a5n*n,a=i5n*n;e.moveTo(0,-n),e.lineTo(r,a);for(let i=1;i<5;++i){const o=db*i/5,s=tv(o),l=md(o);e.lineTo(l*n,-s*n),e.lineTo(s*r-l*a,l*r+s*a)}e.closePath()}},dJ=ku(3),s5n={draw(e,t){const n=-ku(t/(dJ*3));e.moveTo(0,n*2),e.lineTo(-dJ*n,-n),e.lineTo(dJ*n,-n),e.closePath()}},Sp=-.5,_p=ku(3)/2,boe=1/ku(12),l5n=(boe/2+1)*3,u5n={draw(e,t){const n=ku(t/l5n),r=n/2,a=n*boe,i=r,o=n*boe+n,s=-i,l=o;e.moveTo(r,a),e.lineTo(i,o),e.lineTo(s,l),e.lineTo(Sp*r-_p*a,_p*r+Sp*a),e.lineTo(Sp*i-_p*o,_p*i+Sp*o),e.lineTo(Sp*s-_p*l,_p*s+Sp*l),e.lineTo(Sp*r+_p*a,Sp*a-_p*r),e.lineTo(Sp*i+_p*o,Sp*o-_p*i),e.lineTo(Sp*s+_p*l,Sp*l-_p*s),e.closePath()}};function c5n(e,t){let n=null,r=jG(a);e=typeof e=="function"?e:qr(e||mve),t=typeof t=="function"?t:qr(t===void 0?64:+t);function a(){let i;if(n||(n=i=r()),e.apply(this,arguments).draw(n,+t.apply(this,arguments)),i)return n=null,i+""||null}return a.type=function(i){return arguments.length?(e=typeof i=="function"?i:qr(i),a):e},a.size=function(i){return arguments.length?(t=typeof i=="function"?i:qr(+i),a):t},a.context=function(i){return arguments.length?(n=i??null,a):n},a}function T7(){}function C7(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function hot(e){this._context=e}hot.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:C7(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:C7(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function d5n(e){return new hot(e)}function mot(e){this._context=e}mot.prototype={areaStart:T7,areaEnd:T7,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:C7(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function f5n(e){return new mot(e)}function got(e){this._context=e}got.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:C7(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function p5n(e){return new got(e)}function vot(e){this._context=e}vot.prototype={areaStart:T7,areaEnd:T7,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function h5n(e){return new vot(e)}function LMe(e){return e<0?-1:1}function jMe(e,t,n){var r=e._x1-e._x0,a=t-e._x1,i=(e._y1-e._y0)/(r||a<0&&-0),o=(n-e._y1)/(a||r<0&&-0),s=(i*a+o*r)/(r+a);return(LMe(i)+LMe(o))*Math.min(Math.abs(i),Math.abs(o),.5*Math.abs(s))||0}function FMe(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function fJ(e,t,n){var r=e._x0,a=e._y0,i=e._x1,o=e._y1,s=(i-r)/3;e._context.bezierCurveTo(r+s,a+s*t,i-s,o-s*n,i,o)}function I7(e){this._context=e}I7.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:fJ(this,this._t0,FMe(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,fJ(this,FMe(this,n=jMe(this,e,t)),n);break;default:fJ(this,this._t0,n=jMe(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}};function yot(e){this._context=new bot(e)}(yot.prototype=Object.create(I7.prototype)).point=function(e,t){I7.prototype.point.call(this,t,e)};function bot(e){this._context=e}bot.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,a,i){this._context.bezierCurveTo(t,e,r,n,i,a)}};function m5n(e){return new I7(e)}function g5n(e){return new yot(e)}function xot(e){this._context=e}xot.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,n=e.length;if(n)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),n===2)this._context.lineTo(e[1],t[1]);else for(var r=BMe(e),a=BMe(t),i=0,o=1;o=0;--t)a[t]=(o[t]-a[t+1])/i[t];for(i[n-1]=(e[n]+a[n-1])/2,t=0;t=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}break}}this._x=e,this._y=t}};function y5n(e){return new zG(e,.5)}function b5n(e){return new zG(e,0)}function x5n(e){return new zG(e,1)}function j2(e,t){if((o=e.length)>1)for(var n=1,r,a,i=e[t[0]],o,s=i.length;n=0;)n[t]=t;return n}function w5n(e,t){return e[t]}function S5n(e){const t=[];return t.key=e,t}function wot(){var e=qr([]),t=xoe,n=j2,r=w5n;function a(i){var o=Array.from(e.apply(this,arguments),S5n),s,l=o.length,u=-1,c;for(const d of i)for(s=0,++u;s0){for(var n,r,a=0,i=e[0].length,o;a0){for(var n=0,r=e[t[0]],a,i=r.length;n0)||!((i=(a=e[t[0]]).length)>0))){for(var n=0,r=1,a,i,o;r',a=e.getBoundingClientRect(),i={top:a.top,left:a.left,width:a.width,height:a.height,class:e.getAttribute("class"),id:e.getAttribute("id"),childElementCount:e.childElementCount,source:[r+n]};return i}function A5n(e,n){if(e.nodeName!=="svg"||e.nodeType!==1)throw"Need an svg element input";var n=n||{},i=zMe(e),r=k5n(i),a=n.filename||r,i=zMe(e);C5n(i,a)}function k5n(e){var t="untitled";return e.id?t=e.id:e.class?t=e.class:window.document.title&&(t=window.document.title.replace(/[^a-z0-9]/gi,"-").toLowerCase()),t}const O5n="modulepreload",P5n=function(e){return"/"+e},UMe={},Ir=function(t,n,r){if(!n||n.length===0)return t();const a=document.getElementsByTagName("link");return Promise.all(n.map(i=>{if(i=P5n(i),i in UMe)return;UMe[i]=!0;const o=i.endsWith(".css"),s=o?'[rel="stylesheet"]':"";if(!!r)for(let c=a.length-1;c>=0;c--){const d=a[c];if(d.href===i&&(!o||d.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${i}"]${s}`))return;const u=document.createElement("link");if(u.rel=o?"stylesheet":O5n,o||(u.as="script",u.crossOrigin=""),u.href=i,document.head.appendChild(u),o)return new Promise((c,d)=>{u.addEventListener("load",c),u.addEventListener("error",()=>d(new Error(`Unable to preload CSS for ${i}`)))})})).then(()=>t()).catch(i=>{const o=new Event("vite:preloadError",{cancelable:!0});if(o.payload=i,window.dispatchEvent(o),!o.defaultPrevented)throw i})};var woe=function(e,t){return woe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(n[a]=r[a])},woe(e,t)};function sp(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");woe(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var ln=function(){return ln=Object.assign||function(t){for(var n,r=1,a=arguments.length;r0&&i[i.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]n.maxAttempts||n.includes(o)?!1:(n.queue.push(o),!0)});return this.queue=this.queue.sort(function(o,s){return n.getAttempts(o)-n.getAttempts(s)}),i},t.prototype.pushWithBackoff=function(n){var r=this;if(this.getAttempts(n)===0)return this.push(n)[0];var a=this.updateAttempts(n);if(a>this.maxAttempts||this.includes(n))return!1;var i=z5n({attempt:a-1});return setTimeout(function(){r.queue.push(n),r.future=r.future.filter(function(o){return o.id!==n.id}),r.emit(Eot)},i),this.future.push(n),!0},t.prototype.getAttempts=function(n){var r;return(r=this.seen[n.id])!==null&&r!==void 0?r:0},t.prototype.updateAttempts=function(n){return this.seen[n.id]=this.getAttempts(n)+1,this.getAttempts(n)},t.prototype.includes=function(n){return this.queue.includes(n)||this.future.includes(n)||!!this.queue.find(function(r){return r.id===n.id})||!!this.future.find(function(r){return r.id===n.id})},t.prototype.pop=function(){return this.queue.shift()},Object.defineProperty(t.prototype,"length",{get:function(){return this.queue.length},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"todo",{get:function(){return this.queue.length+this.future.length},enumerable:!1,configurable:!0}),t}(gve),Bw=256,pF=[],e5;for(;Bw--;)pF[Bw]=(Bw+256).toString(16).substring(1);function bve(){var e=0,t,n="";if(!e5||Bw+16>256){for(e5=Array(e=256);e--;)e5[e]=256*Math.random()|0;e=Bw=0}for(;e<16;e++)t=e5[Bw+e],e==6?n+=pF[t&15|64]:e==8?n+=pF[t&63|128]:n+=pF[t],e&1&&e>1&&e<11&&(n+="-");return Bw++,n}var U5n=function(){function e(){this._logs=[]}return e.prototype.log=function(t,n,r){var a=new Date;this._logs.push({level:t,message:n,time:a,extras:r})},Object.defineProperty(e.prototype,"logs",{get:function(){return this._logs},enumerable:!1,configurable:!0}),e.prototype.flush=function(){if(this.logs.length>1){var t=this._logs.reduce(function(n,r){var a,i,o,s=ln(ln({},r),{json:JSON.stringify(r.extras,null," "),extras:r.extras});delete s.time;var l=(o=(i=r.time)===null||i===void 0?void 0:i.toISOString())!==null&&o!==void 0?o:"";return n[l]&&(l="".concat(l,"-").concat(Math.random())),ln(ln({},n),(a={},a[l]=s,a))},{});console.table?console.table(t):console.log(t)}else this.logs.forEach(function(n){var r=n.level,a=n.message,i=n.extras;r==="info"||r==="debug"?console.log(a,i??""):console[r](a,i??"")});this._logs=[]},e}(),V5n=function(e){var t={gauge:"g",counter:"c"};return t[e]},Tot=function(){function e(){this.metrics=[]}return e.prototype.increment=function(t,n,r){n===void 0&&(n=1),this.metrics.push({metric:t,value:n,tags:r??[],type:"counter",timestamp:Date.now()})},e.prototype.gauge=function(t,n,r){this.metrics.push({metric:t,value:n,tags:r??[],type:"gauge",timestamp:Date.now()})},e.prototype.flush=function(){var t=this.metrics.map(function(n){return ln(ln({},n),{tags:n.tags.join(",")})});console.table?console.table(t):console.log(t),this.metrics=[]},e.prototype.serialize=function(){return this.metrics.map(function(t){return{m:t.metric,v:t.value,t:t.tags,k:V5n(t.type),e:t.timestamp}})},e}(),H5n=function(e){sp(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.gauge=function(){},t.prototype.increment=function(){},t.prototype.flush=function(){},t.prototype.serialize=function(){return[]},t}(Tot),F2=function(){function e(t){var n,r,a;this.retry=(n=t.retry)!==null&&n!==void 0?n:!0,this.type=(r=t.type)!==null&&r!==void 0?r:"plugin Error",this.reason=(a=t.reason)!==null&&a!==void 0?a:""}return e}(),A7=function(){function e(t,n,r,a){n===void 0&&(n=bve()),r===void 0&&(r=new H5n),a===void 0&&(a=new U5n),this.attempts=0,this.event=t,this._id=n,this.logger=a,this.stats=r}return e.system=function(){},e.prototype.isSame=function(t){return t.id===this.id},e.prototype.cancel=function(t){throw t||new F2({reason:"Context Cancel"})},e.prototype.log=function(t,n,r){this.logger.log(t,n,r)},Object.defineProperty(e.prototype,"id",{get:function(){return this._id},enumerable:!1,configurable:!0}),e.prototype.updateEvent=function(t,n){var r;if(t.split(".")[0]==="integrations"){var a=t.split(".")[1];if(((r=this.event.integrations)===null||r===void 0?void 0:r[a])===!1)return this.event}return Soe(this.event,t,n),this.event},e.prototype.failedDelivery=function(){return this._failedDelivery},e.prototype.setFailedDelivery=function(t){this._failedDelivery=t},e.prototype.logs=function(){return this.logger.logs},e.prototype.flush=function(){this.logger.flush(),this.stats.flush()},e.prototype.toJSON=function(){return{id:this._id,event:this.event,logs:this.logger.logs,metrics:this.stats.metrics}},e}();function G5n(e,t){var n={};return e.forEach(function(r){var a,i=void 0;if(typeof t=="string"){var o=r[t];i=typeof o!="string"?JSON.stringify(o):o}else t instanceof Function&&(i=t(r));i!==void 0&&(n[i]=Ju(Ju([],(a=n[i])!==null&&a!==void 0?a:[],!0),[r],!1))}),n}var W5n=function(e){return typeof e=="object"&&e!==null&&"then"in e&&typeof e.then=="function"},q5n=function(){var e,t,n=0;return{done:function(){return e},run:function(r){var a=r();return W5n(a)&&(++n===1&&(e=new Promise(function(i){return t=i})),a.finally(function(){return--n===0&&t()})),a}}};function Y5n(e){return cr(this,void 0,void 0,function(){var t;return dr(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,e()];case 1:return[2,n.sent()];case 2:return t=n.sent(),[2,Promise.reject(t)];case 3:return[2]}})})}function tN(e,t){e.log("debug","plugin",{plugin:t.name});var n=new Date().getTime(),r=t[e.event.type];if(r===void 0)return Promise.resolve(e);var a=Y5n(function(){return r.apply(t,[e])}).then(function(i){var o=new Date().getTime()-n;return i.stats.gauge("plugin_time",o,["plugin:".concat(t.name)]),i}).catch(function(i){if(i instanceof F2&&i.type==="middleware_cancellation")throw i;return i instanceof F2?(e.log("warn",i.type,{plugin:t.name,error:i}),i):(e.log("error","plugin Error",{plugin:t.name,error:i}),e.stats.increment("plugin_error",1,["plugin:".concat(t.name)]),i)});return a}function K5n(e,t){return tN(e,t).then(function(n){if(n instanceof A7)return n;e.log("debug","Context canceled"),e.stats.increment("context_canceled"),e.cancel(n)})}var X5n=function(e){sp(t,e);function t(n){var r=e.call(this)||this;return r.criticalTasks=q5n(),r.plugins=[],r.failedInitializations=[],r.flushing=!1,r.queue=n,r.queue.on(Eot,function(){r.scheduleFlush(0)}),r}return t.prototype.register=function(n,r,a){return cr(this,void 0,void 0,function(){var i=this;return dr(this,function(o){switch(o.label){case 0:return[4,Promise.resolve(r.load(n,a)).then(function(){i.plugins.push(r)}).catch(function(s){if(r.type==="destination"){i.failedInitializations.push(r.name),console.warn(r.name,s),n.log("warn","Failed to load destination",{plugin:r.name,error:s});return}throw s})];case 1:return o.sent(),[2]}})})},t.prototype.deregister=function(n,r,a){return cr(this,void 0,void 0,function(){var i;return dr(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),r.unload?[4,Promise.resolve(r.unload(n,a))]:[3,2];case 1:o.sent(),o.label=2;case 2:return this.plugins=this.plugins.filter(function(s){return s.name!==r.name}),[3,4];case 3:return i=o.sent(),n.log("warn","Failed to unload destination",{plugin:r.name,error:i}),[3,4];case 4:return[2]}})})},t.prototype.dispatch=function(n){return cr(this,void 0,void 0,function(){var r;return dr(this,function(a){return n.log("debug","Dispatching"),n.stats.increment("message_dispatched"),this.queue.push(n),r=this.subscribeToDelivery(n),this.scheduleFlush(0),[2,r]})})},t.prototype.subscribeToDelivery=function(n){return cr(this,void 0,void 0,function(){var r=this;return dr(this,function(a){return[2,new Promise(function(i){var o=function(s,l){s.isSame(n)&&(r.off("flush",o),i(s))};r.on("flush",o)})]})})},t.prototype.dispatchSingle=function(n){return cr(this,void 0,void 0,function(){var r=this;return dr(this,function(a){return n.log("debug","Dispatching"),n.stats.increment("message_dispatched"),this.queue.updateAttempts(n),n.attempts=1,[2,this.deliver(n).catch(function(i){var o=r.enqueuRetry(i,n);return o?r.subscribeToDelivery(n):(n.setFailedDelivery({reason:i}),n)})]})})},t.prototype.isEmpty=function(){return this.queue.length===0},t.prototype.scheduleFlush=function(n){var r=this;n===void 0&&(n=500),!this.flushing&&(this.flushing=!0,setTimeout(function(){r.flush().then(function(){setTimeout(function(){r.flushing=!1,r.queue.length&&r.scheduleFlush(0)},0)})},n))},t.prototype.deliver=function(n){return cr(this,void 0,void 0,function(){var r,a,i,o;return dr(this,function(s){switch(s.label){case 0:return[4,this.criticalTasks.done()];case 1:s.sent(),r=Date.now(),s.label=2;case 2:return s.trys.push([2,4,,5]),[4,this.flushOne(n)];case 3:return n=s.sent(),a=Date.now()-r,this.emit("delivery_success",n),n.stats.gauge("delivered",a),n.log("debug","Delivered",n.event),[2,n];case 4:throw i=s.sent(),o=i,n.log("error","Failed to deliver",o),this.emit("delivery_failure",n,o),n.stats.increment("delivery_failed"),i;case 5:return[2]}})})},t.prototype.enqueuRetry=function(n,r){var a=!(n instanceof F2)||n.retry;return a?this.queue.pushWithBackoff(r):!1},t.prototype.flush=function(){return cr(this,void 0,void 0,function(){var n,r,a;return dr(this,function(i){switch(i.label){case 0:if(this.queue.length===0)return[2,[]];if(n=this.queue.pop(),!n)return[2,[]];n.attempts=this.queue.getAttempts(n),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,this.deliver(n)];case 2:return n=i.sent(),this.emit("flush",n,!0),[3,4];case 3:return r=i.sent(),a=this.enqueuRetry(r,n),a||(n.setFailedDelivery({reason:r}),this.emit("flush",n,!1)),[2,[]];case 4:return[2,[n]]}})})},t.prototype.isReady=function(){return!0},t.prototype.availableExtensions=function(n){var r=this.plugins.filter(function(p){var g,v,m;if(p.type!=="destination"&&p.name!=="Segment.io")return!0;var y=void 0;return(g=p.alternativeNames)===null||g===void 0||g.forEach(function(b){n[b]!==void 0&&(y=n[b])}),(m=(v=n[p.name])!==null&&v!==void 0?v:y)!==null&&m!==void 0?m:(p.name==="Segment.io"?!0:n.All)!==!1}),a=G5n(r,"type"),i=a.before,o=i===void 0?[]:i,s=a.enrichment,l=s===void 0?[]:s,u=a.destination,c=u===void 0?[]:u,d=a.after,f=d===void 0?[]:d;return{before:o,enrichment:l,destinations:c,after:f}},t.prototype.flushOne=function(n){var r,a;return cr(this,void 0,void 0,function(){var i,o,s,l,u,c,g,d,f,p,g,v,m,y,b;return dr(this,function(x){switch(x.label){case 0:if(!this.isReady())throw new Error("Not ready");n.attempts>1&&this.emit("delivery_retry",n),i=this.availableExtensions((r=n.event.integrations)!==null&&r!==void 0?r:{}),o=i.before,s=i.enrichment,l=0,u=o,x.label=1;case 1:return l"u")){o=t5({},t,o),typeof o.expires=="number"&&(o.expires=new Date(Date.now()+o.expires*864e5)),o.expires&&(o.expires=o.expires.toUTCString()),a=encodeURIComponent(a).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var l in o)o[l]&&(s+="; "+l,o[l]!==!0&&(s+="="+o[l].split(";")[0]));return document.cookie=a+"="+e.write(i,a)+s}}function r(a){if(!(typeof document>"u"||arguments.length&&!a)){for(var i=document.cookie?document.cookie.split("; "):[],o={},s=0;s0||n.length<=1)return a;for(var i=n.length-2;i>=0;--i)a.push(n.slice(i).join("."));return a}function o6n(e){try{return new URL(e)}catch{return}}function Cot(e){var t=o6n(e);if(t)for(var n=i6n(t),r=0;r4){var s=a.substr(4);s==="campaign"&&(s="name"),t[s]=a6n(o)}return t},{})}function h6n(e){var t={btid:"dataxu",urid:"millennial-media"};e.startsWith("?")&&(e=e.substring(1)),e=e.replace(/\?/g,"&");for(var n=e.split("&"),r=0,a=n;r"u"&&typeof f<"u"&&(c.locale=f),!c.library){var p=Aot();p==="web"?c.library={name:"analytics.js",version:"next-".concat(B2)}:c.library={name:"analytics.js",version:"npm:next-".concat(B2)}}d&&!c.campaign&&(c.campaign=p6n(d)),m6n(d,c,(s=e.options.disableClientPersistence)!==null&&s!==void 0?s:!1),t.userId=t.userId||u.id(),t.anonymousId=t.anonymousId||u.anonymousId(),t.sentAt=new Date;var g=e.queue.failedInitializations||[];g.length>0&&(t._metadata={failedInitializations:g});var v=[],m=[];for(var y in r){var b=r[y];y==="Segment.io"&&v.push(y),b.bundlingStatus==="bundled"&&v.push(y),b.bundlingStatus==="unbundled"&&m.push(y)}for(var x=0,w=(n==null?void 0:n.unbundledIntegrations)||[];x0){var s=!1,l=function(){s||(s=!0,n.flush().catch(hJ),s=!1,setTimeout(l,n.flushTimer))};l()}}return e.prototype.increment=function(t,n){if(t.includes("analytics_js.")&&n.length!==0&&!(Math.random()>this.sampleRate)&&!(this.queue.length>=this.maxQueueSize)){var r=v6n(t,n,Aot());this.queue.push(r),t.includes("error")&&this.flush().catch(hJ)}},e.prototype.flush=function(){return cr(this,void 0,void 0,function(){var t=this;return dr(this,function(n){switch(n.label){case 0:return this.queue.length<=0?[2]:[4,this.send().catch(function(r){hJ(r),t.sampleRate=0})];case 1:return n.sent(),[2]}})})},e.prototype.send=function(){return cr(this,void 0,void 0,function(){var t,n,r;return dr(this,function(a){return t={series:this.queue},this.queue=[],n={"Content-Type":"text/plain"},r="https://".concat(this.host,"/m"),[2,UG(r,{headers:n,body:JSON.stringify(t),method:"POST"})]})})},e}(),n5,Oot=function(e){sp(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.initRemoteMetrics=function(n){n5=new y6n(n)},t.prototype.increment=function(n,r,a){e.prototype.increment.call(this,n,r,a),n5==null||n5.increment(n,a??[])},t}(Tot),jC=function(e){sp(t,e);function t(n,r){return e.call(this,n,r,new Oot)||this}return t.system=function(){return new this({type:"track",event:"system"})},t}(A7),Pot={exports:{}};(function(e,t){(function(n){e.exports=n()})(function(n){var r=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function a(y,b){var x=y[0],w=y[1],S=y[2],_=y[3];x+=(w&S|~w&_)+b[0]-680876936|0,x=(x<<7|x>>>25)+w|0,_+=(x&w|~x&S)+b[1]-389564586|0,_=(_<<12|_>>>20)+x|0,S+=(_&x|~_&w)+b[2]+606105819|0,S=(S<<17|S>>>15)+_|0,w+=(S&_|~S&x)+b[3]-1044525330|0,w=(w<<22|w>>>10)+S|0,x+=(w&S|~w&_)+b[4]-176418897|0,x=(x<<7|x>>>25)+w|0,_+=(x&w|~x&S)+b[5]+1200080426|0,_=(_<<12|_>>>20)+x|0,S+=(_&x|~_&w)+b[6]-1473231341|0,S=(S<<17|S>>>15)+_|0,w+=(S&_|~S&x)+b[7]-45705983|0,w=(w<<22|w>>>10)+S|0,x+=(w&S|~w&_)+b[8]+1770035416|0,x=(x<<7|x>>>25)+w|0,_+=(x&w|~x&S)+b[9]-1958414417|0,_=(_<<12|_>>>20)+x|0,S+=(_&x|~_&w)+b[10]-42063|0,S=(S<<17|S>>>15)+_|0,w+=(S&_|~S&x)+b[11]-1990404162|0,w=(w<<22|w>>>10)+S|0,x+=(w&S|~w&_)+b[12]+1804603682|0,x=(x<<7|x>>>25)+w|0,_+=(x&w|~x&S)+b[13]-40341101|0,_=(_<<12|_>>>20)+x|0,S+=(_&x|~_&w)+b[14]-1502002290|0,S=(S<<17|S>>>15)+_|0,w+=(S&_|~S&x)+b[15]+1236535329|0,w=(w<<22|w>>>10)+S|0,x+=(w&_|S&~_)+b[1]-165796510|0,x=(x<<5|x>>>27)+w|0,_+=(x&S|w&~S)+b[6]-1069501632|0,_=(_<<9|_>>>23)+x|0,S+=(_&w|x&~w)+b[11]+643717713|0,S=(S<<14|S>>>18)+_|0,w+=(S&x|_&~x)+b[0]-373897302|0,w=(w<<20|w>>>12)+S|0,x+=(w&_|S&~_)+b[5]-701558691|0,x=(x<<5|x>>>27)+w|0,_+=(x&S|w&~S)+b[10]+38016083|0,_=(_<<9|_>>>23)+x|0,S+=(_&w|x&~w)+b[15]-660478335|0,S=(S<<14|S>>>18)+_|0,w+=(S&x|_&~x)+b[4]-405537848|0,w=(w<<20|w>>>12)+S|0,x+=(w&_|S&~_)+b[9]+568446438|0,x=(x<<5|x>>>27)+w|0,_+=(x&S|w&~S)+b[14]-1019803690|0,_=(_<<9|_>>>23)+x|0,S+=(_&w|x&~w)+b[3]-187363961|0,S=(S<<14|S>>>18)+_|0,w+=(S&x|_&~x)+b[8]+1163531501|0,w=(w<<20|w>>>12)+S|0,x+=(w&_|S&~_)+b[13]-1444681467|0,x=(x<<5|x>>>27)+w|0,_+=(x&S|w&~S)+b[2]-51403784|0,_=(_<<9|_>>>23)+x|0,S+=(_&w|x&~w)+b[7]+1735328473|0,S=(S<<14|S>>>18)+_|0,w+=(S&x|_&~x)+b[12]-1926607734|0,w=(w<<20|w>>>12)+S|0,x+=(w^S^_)+b[5]-378558|0,x=(x<<4|x>>>28)+w|0,_+=(x^w^S)+b[8]-2022574463|0,_=(_<<11|_>>>21)+x|0,S+=(_^x^w)+b[11]+1839030562|0,S=(S<<16|S>>>16)+_|0,w+=(S^_^x)+b[14]-35309556|0,w=(w<<23|w>>>9)+S|0,x+=(w^S^_)+b[1]-1530992060|0,x=(x<<4|x>>>28)+w|0,_+=(x^w^S)+b[4]+1272893353|0,_=(_<<11|_>>>21)+x|0,S+=(_^x^w)+b[7]-155497632|0,S=(S<<16|S>>>16)+_|0,w+=(S^_^x)+b[10]-1094730640|0,w=(w<<23|w>>>9)+S|0,x+=(w^S^_)+b[13]+681279174|0,x=(x<<4|x>>>28)+w|0,_+=(x^w^S)+b[0]-358537222|0,_=(_<<11|_>>>21)+x|0,S+=(_^x^w)+b[3]-722521979|0,S=(S<<16|S>>>16)+_|0,w+=(S^_^x)+b[6]+76029189|0,w=(w<<23|w>>>9)+S|0,x+=(w^S^_)+b[9]-640364487|0,x=(x<<4|x>>>28)+w|0,_+=(x^w^S)+b[12]-421815835|0,_=(_<<11|_>>>21)+x|0,S+=(_^x^w)+b[15]+530742520|0,S=(S<<16|S>>>16)+_|0,w+=(S^_^x)+b[2]-995338651|0,w=(w<<23|w>>>9)+S|0,x+=(S^(w|~_))+b[0]-198630844|0,x=(x<<6|x>>>26)+w|0,_+=(w^(x|~S))+b[7]+1126891415|0,_=(_<<10|_>>>22)+x|0,S+=(x^(_|~w))+b[14]-1416354905|0,S=(S<<15|S>>>17)+_|0,w+=(_^(S|~x))+b[5]-57434055|0,w=(w<<21|w>>>11)+S|0,x+=(S^(w|~_))+b[12]+1700485571|0,x=(x<<6|x>>>26)+w|0,_+=(w^(x|~S))+b[3]-1894986606|0,_=(_<<10|_>>>22)+x|0,S+=(x^(_|~w))+b[10]-1051523|0,S=(S<<15|S>>>17)+_|0,w+=(_^(S|~x))+b[1]-2054922799|0,w=(w<<21|w>>>11)+S|0,x+=(S^(w|~_))+b[8]+1873313359|0,x=(x<<6|x>>>26)+w|0,_+=(w^(x|~S))+b[15]-30611744|0,_=(_<<10|_>>>22)+x|0,S+=(x^(_|~w))+b[6]-1560198380|0,S=(S<<15|S>>>17)+_|0,w+=(_^(S|~x))+b[13]+1309151649|0,w=(w<<21|w>>>11)+S|0,x+=(S^(w|~_))+b[4]-145523070|0,x=(x<<6|x>>>26)+w|0,_+=(w^(x|~S))+b[11]-1120210379|0,_=(_<<10|_>>>22)+x|0,S+=(x^(_|~w))+b[2]+718787259|0,S=(S<<15|S>>>17)+_|0,w+=(_^(S|~x))+b[9]-343485551|0,w=(w<<21|w>>>11)+S|0,y[0]=x+y[0]|0,y[1]=w+y[1]|0,y[2]=S+y[2]|0,y[3]=_+y[3]|0}function i(y){var b=[],x;for(x=0;x<64;x+=4)b[x>>2]=y.charCodeAt(x)+(y.charCodeAt(x+1)<<8)+(y.charCodeAt(x+2)<<16)+(y.charCodeAt(x+3)<<24);return b}function o(y){var b=[],x;for(x=0;x<64;x+=4)b[x>>2]=y[x]+(y[x+1]<<8)+(y[x+2]<<16)+(y[x+3]<<24);return b}function s(y){var b=y.length,x=[1732584193,-271733879,-1732584194,271733878],w,S,_,T,C,A;for(w=64;w<=b;w+=64)a(x,i(y.substring(w-64,w)));for(y=y.substring(w-64),S=y.length,_=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w>2]|=y.charCodeAt(w)<<(w%4<<3);if(_[w>>2]|=128<<(w%4<<3),w>55)for(a(x,_),w=0;w<16;w+=1)_[w]=0;return T=b*8,T=T.toString(16).match(/(.*?)(.{0,8})$/),C=parseInt(T[2],16),A=parseInt(T[1],16)||0,_[14]=C,_[15]=A,a(x,_),x}function l(y){var b=y.length,x=[1732584193,-271733879,-1732584194,271733878],w,S,_,T,C,A;for(w=64;w<=b;w+=64)a(x,o(y.subarray(w-64,w)));for(y=w-64>2]|=y[w]<<(w%4<<3);if(_[w>>2]|=128<<(w%4<<3),w>55)for(a(x,_),w=0;w<16;w+=1)_[w]=0;return T=b*8,T=T.toString(16).match(/(.*?)(.{0,8})$/),C=parseInt(T[2],16),A=parseInt(T[1],16)||0,_[14]=C,_[15]=A,a(x,_),x}function u(y){var b="",x;for(x=0;x<4;x+=1)b+=r[y>>x*8+4&15]+r[y>>x*8&15];return b}function c(y){var b;for(b=0;b_?new ArrayBuffer(0):(T=_-S,C=new ArrayBuffer(T),A=new Uint8Array(C),k=new Uint8Array(this,S,T),A.set(k),C)}}();function d(y){return/[\u0080-\uFFFF]/.test(y)&&(y=unescape(encodeURIComponent(y))),y}function f(y,b){var x=y.length,w=new ArrayBuffer(x),S=new Uint8Array(w),_;for(_=0;_>2]|=b.charCodeAt(w)<<(w%4<<3);return this._finish(S,x),_=c(this._hash),y&&(_=v(_)),this.reset(),_},m.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},m.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},m.prototype.setState=function(y){return this._buff=y.buff,this._length=y.length,this._hash=y.hash,this},m.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},m.prototype._finish=function(y,b){var x=b,w,S,_;if(y[x>>2]|=128<<(x%4<<3),x>55)for(a(this._hash,y),x=0;x<16;x+=1)y[x]=0;w=this._length*8,w=w.toString(16).match(/(.*?)(.{0,8})$/),S=parseInt(w[2],16),_=parseInt(w[1],16)||0,y[14]=S,y[15]=_,a(this._hash,y)},m.hash=function(y,b){return m.hashBinary(d(y),b)},m.hashBinary=function(y,b){var x=s(y),w=c(x);return b?v(w):w},m.ArrayBuffer=function(){this.reset()},m.ArrayBuffer.prototype.append=function(y){var b=g(this._buff.buffer,y,!0),x=b.length,w;for(this._length+=y.byteLength,w=64;w<=x;w+=64)a(this._hash,o(b.subarray(w-64,w)));return this._buff=w-64>2]|=b[S]<<(S%4<<3);return this._finish(w,x),_=c(this._hash),y&&(_=v(_)),this.reset(),_},m.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},m.ArrayBuffer.prototype.getState=function(){var y=m.prototype.getState.call(this);return y.buff=p(y.buff),y},m.ArrayBuffer.prototype.setState=function(y){return y.buff=f(y.buff,!0),m.prototype.setState.call(this,y)},m.ArrayBuffer.prototype.destroy=m.prototype.destroy,m.ArrayBuffer.prototype._finish=m.prototype._finish,m.ArrayBuffer.hash=function(y,b){var x=l(new Uint8Array(y)),w=c(x);return b?v(w):w},m})})(Pot);var b6n=Pot.exports;const x6n=Yn(b6n);var w6n=function(){function e(t){this.user=t}return e.prototype.track=function(t,n,r,a){return this.normalize(ln(ln({},this.baseEvent()),{event:t,type:"track",properties:n,options:ln({},r),integrations:ln({},a)}))},e.prototype.page=function(t,n,r,a,i){var o,s={type:"page",properties:ln({},r),options:ln({},a),integrations:ln({},i)};return t!==null&&(s.category=t,s.properties=(o=s.properties)!==null&&o!==void 0?o:{},s.properties.category=t),n!==null&&(s.name=n),this.normalize(ln(ln({},this.baseEvent()),s))},e.prototype.screen=function(t,n,r,a,i){var o={type:"screen",properties:ln({},r),options:ln({},a),integrations:ln({},i)};return t!==null&&(o.category=t),n!==null&&(o.name=n),this.normalize(ln(ln({},this.baseEvent()),o))},e.prototype.identify=function(t,n,r,a){return this.normalize(ln(ln({},this.baseEvent()),{type:"identify",userId:t,traits:n,options:ln({},r),integrations:ln({},a)}))},e.prototype.group=function(t,n,r,a){return this.normalize(ln(ln({},this.baseEvent()),{type:"group",traits:n,options:ln({},r),integrations:ln({},a),groupId:t}))},e.prototype.alias=function(t,n,r,a){var i={userId:t,type:"alias",options:ln({},r),integrations:ln({},a)};return n!==null&&(i.previousId=n),t===void 0?this.normalize(ln(ln({},i),this.baseEvent())):this.normalize(ln(ln({},this.baseEvent()),i))},e.prototype.baseEvent=function(){var t={integrations:{},options:{}},n=this.user;return n.id()&&(t.userId=n.id()),n.anonymousId()&&(t.anonymousId=n.anonymousId()),t},e.prototype.context=function(t){var n,r,a,i=["integrations","anonymousId","timestamp","userId"],o=(n=t.options)!==null&&n!==void 0?n:{};delete o.integrations;var s=Object.keys(o),l=(a=(r=t.options)===null||r===void 0?void 0:r.context)!==null&&a!==void 0?a:{},u={};return s.forEach(function(c){c!=="context"&&(i.includes(c)?Soe(u,c,o[c]):Soe(l,c,o[c]))}),[l,u]},e.prototype.normalize=function(t){var n,r,a;!((n=t.options)===null||n===void 0)&&n.anonymousId&&this.user.anonymousId(t.options.anonymousId);var i=Object.keys((r=t.integrations)!==null&&r!==void 0?r:{}).reduce(function(g,v){var m,y;return ln(ln({},g),(m={},m[v]=!!(!((y=t.integrations)===null||y===void 0)&&y[v]),m))},{}),o=ln(ln({},i),(a=t.options)===null||a===void 0?void 0:a.integrations),s=this.context(t),l=s[0],u=s[1];t.options;var c=R5n(t,["options"]),d=ln(ln(ln({timestamp:new Date},c),{context:l,integrations:o}),u),f="ajs-next-"+x6n.hash(JSON.stringify(d)+bve()),p=ln(ln({},d),{messageId:f});return p},e}(),zg={getItem:function(){},setItem:function(){},removeItem:function(){}};try{zg=xve()&&window.localStorage?window.localStorage:zg}catch(e){console.warn("Unable to access localStorage",e)}function Rot(e){var t=zg.getItem(e);return(t?JSON.parse(t):[]).map(function(n){return new jC(n.event,n.id)})}function S6n(e,t){var n=Rot(e),r=Ju(Ju([],t,!0),n,!0),a=r.reduce(function(i,o){var s;return ln(ln({},i),(s={},s[o.id]=o,s))},{});zg.setItem(e,JSON.stringify(Object.values(a)))}function Not(e){var t=zg.getItem(e);return t?JSON.parse(t):{}}function _6n(e,t){var n=Not(e);zg.setItem(e,JSON.stringify(ln(ln({},n),t)))}function qMe(e){zg.removeItem(e)}var E6n=function(){return new Date().getTime()};function Toe(e,t,n){n===void 0&&(n=0);var r=50,a="persisted-queue:v1:".concat(e,":lock"),i=function(u){return new Date().getTime()>u},o=zg.getItem(a),s=o?JSON.parse(o):null,l=s===null||i(s);if(l){zg.setItem(a,JSON.stringify(E6n()+r)),t(),zg.removeItem(a);return}!l&&n<3?setTimeout(function(){Toe(e,t,n+1)},r):console.error("Unable to retrieve lock")}var Tve=function(e){sp(t,e);function t(n,r){var a=e.call(this,n,[])||this,i="persisted-queue:v1:".concat(r,":items"),o="persisted-queue:v1:".concat(r,":seen"),s=[],l={};return Toe(r,function(){try{s=Rot(i),l=Not(o),qMe(i),qMe(o),a.queue=Ju(Ju([],s,!0),a.queue,!0),a.seen=ln(ln({},l),a.seen)}catch(u){console.error(u)}}),window.addEventListener("pagehide",function(){if(a.todo>0){var u=Ju(Ju([],a.queue,!0),a.future,!0);try{Toe(r,function(){S6n(i,u),_6n(o,a.seen)})}catch(c){console.error(c)}}}),a}return t}(yve),T6n=function(e){sp(t,e);function t(n){return e.call(this,typeof n=="string"?new Tve(4,n):n)||this}return t.prototype.flush=function(){return cr(this,void 0,void 0,function(){return dr(this,function(n){return CD()?[2,[]]:[2,e.prototype.flush.call(this)]})})},t}(X5n),u1="This is being deprecated and will be not be available in future releases of Analytics JS",mJ=wve(),gJ=mJ==null?void 0:mJ.analytics;function C6n(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=t?4:1,a=n?new yve(r,[]):new Tve(r,e);return new T6n(a)}function Xm(){console.warn(u1)}var I6n=function(e){sp(t,e);function t(n,r,a,i,o){var s=this,l,u,c;s=e.call(this)||this,s._debug=!1,s.initialized=!1,s.user=function(){return s._user},s.init=s.initialize.bind(s),s.log=Xm,s.addIntegrationMiddleware=Xm,s.listeners=Xm,s.addEventListener=Xm,s.removeAllListeners=Xm,s.removeListener=Xm,s.removeEventListener=Xm,s.hasListeners=Xm,s.add=Xm,s.addIntegration=Xm;var d=r==null?void 0:r.cookie,f=(l=r==null?void 0:r.disableClientPersistence)!==null&&l!==void 0?l:!1;return s.settings=n,s.settings.timeout=(u=s.settings.timeout)!==null&&u!==void 0?u:300,s.queue=a??C6n("".concat(n.writeKey,":event-queue"),r==null?void 0:r.retryQueue,f),s._universalStorage=new nN(f?["memory"]:["localStorage","cookie","memory"],Eve(d)),s._user=i??new Iot(f?ln(ln({},r==null?void 0:r.user),{persist:!1}):r==null?void 0:r.user,d).load(),s._group=o??new u6n(f?ln(ln({},r==null?void 0:r.group),{persist:!1}):r==null?void 0:r.group,d).load(),s.eventFactory=new w6n(s._user),s.integrations=(c=r==null?void 0:r.integrations)!==null&&c!==void 0?c:{},s.options=r??{},Sve(s),s}return Object.defineProperty(t.prototype,"storage",{get:function(){return this._universalStorage},enumerable:!1,configurable:!0}),t.prototype.track=function(){for(var n=[],r=0;rimport("./auto-track-0b0a4ed6.js"),[])];case 1:return a=o.sent(),[2,(i=a.link).call.apply(i,Ju([this],n,!1))]}})})},t.prototype.trackLink=function(){for(var n=[],r=0;rimport("./auto-track-0b0a4ed6.js"),[])];case 1:return a=o.sent(),[2,(i=a.link).call.apply(i,Ju([this],n,!1))]}})})},t.prototype.trackSubmit=function(){for(var n=[],r=0;rimport("./auto-track-0b0a4ed6.js"),[])];case 1:return a=o.sent(),[2,(i=a.form).call.apply(i,Ju([this],n,!1))]}})})},t.prototype.trackForm=function(){for(var n=[],r=0;rimport("./auto-track-0b0a4ed6.js"),[])];case 1:return a=o.sent(),[2,(i=a.form).call.apply(i,Ju([this],n,!1))]}})})},t.prototype.register=function(){for(var n=[],r=0;rPromise.resolve().then(()=>E8n),void 0)];case 1:return i=l.sent().sourceMiddlewarePlugin,o={},this.queue.plugins.forEach(function(u){if(u.type==="destination")return o[u.name]=!0}),s=i(n,o),[4,this.register(s)];case 2:return l.sent(),[2]}})})})];case 1:return a.sent(),[2,this]}})})},t.prototype.addDestinationMiddleware=function(n){for(var r=[],a=1;aimport("./index-ac23fc75.js"),[])];case 1:return r=a.sent().queryString,[2,r(this,n)]}})})},t.prototype.use=function(n){return n(this),this},t.prototype.ready=function(n){return n===void 0&&(n=function(r){return r}),cr(this,void 0,void 0,function(){return dr(this,function(r){return[2,Promise.all(this.queue.plugins.map(function(a){return a.ready?a.ready():Promise.resolve()})).then(function(a){return n(a),a})]})})},t.prototype.noConflict=function(){return console.warn(u1),window.analytics=gJ??this,this},t.prototype.normalize=function(n){return console.warn(u1),this.eventFactory.normalize(n)},Object.defineProperty(t.prototype,"failedInitializations",{get:function(){return console.warn(u1),this.queue.failedInitializations},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"VERSION",{get:function(){return B2},enumerable:!1,configurable:!0}),t.prototype.initialize=function(n,r){return cr(this,void 0,void 0,function(){return dr(this,function(a){return console.warn(u1),[2,Promise.resolve(this)]})})},t.prototype.pageview=function(n){return cr(this,void 0,void 0,function(){return dr(this,function(r){switch(r.label){case 0:return console.warn(u1),[4,this.page({path:n})];case 1:return r.sent(),[2,this]}})})},Object.defineProperty(t.prototype,"plugins",{get:function(){var n;return console.warn(u1),(n=this._plugins)!==null&&n!==void 0?n:{}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"Integrations",{get:function(){console.warn(u1);var n=this.queue.plugins.filter(function(r){return r.type==="destination"}).reduce(function(r,a){var i="".concat(a.name.toLowerCase().replace(".","").split(" ").join("-"),"Integration"),o=window[i];if(!o)return r;var s=o.Integration;return s?(r[a.name]=s,r):(r[a.name]=o,r)},{});return n},enumerable:!1,configurable:!0}),t.prototype.push=function(n){var r=this,a=n.shift();a&&!r[a]||r[a].apply(this,n)},t}(gve);function Dot(){return typeof process>"u"||!process.env?{}:process.env}var A6n=/(https:\/\/.*)\/analytics\.js\/v1\/(?:.*?)\/(?:platform|analytics.*)?/,k6n=function(){var e,t=Array.prototype.slice.call(document.querySelectorAll("script"));return t.forEach(function(n){var r,a=(r=n.getAttribute("src"))!==null&&r!==void 0?r:"",i=A6n.exec(a);i&&i[1]&&(e=i[1])}),e},hF,O6n=function(){var e,t=hF??((e=window.analytics)===null||e===void 0?void 0:e._cdn);return t},P6n=function(e){window.analytics&&(window.analytics._cdn=e),hF=e},Cve=function(){var e=O6n();if(e)return e;var t=k6n();return t||"https://cdn.segment.com"},Gwa=function(){var e=Cve();return"".concat(e,"/next-integrations")};function R6n(e,t){var n,r=Object.entries((n=t.integrations)!==null&&n!==void 0?n:{}).reduce(function(a,i){var o,s,l=i[0],u=i[1];return typeof u=="object"?ln(ln({},a),(o={},o[l]=u,o)):ln(ln({},a),(s={},s[l]={},s))},{});return Object.entries(e.integrations).reduce(function(a,i){var o,s=i[0],l=i[1];return ln(ln({},a),(o={},o[s]=ln(ln({},l),r[s]),o))},{})}var N6n=function(){var e,t,n=new Promise(function(r,a){e=r,t=a});return{resolve:e,reject:t,promise:n}},D6n=function(e,t){return Object.assign.apply(Object,Ju([{}],t.map(function(n){var r;if(e&&Object.prototype.hasOwnProperty.call(e,n))return r={},r[n]=e[n],r}),!1))};function Mot(){var e=document.querySelector("link[rel='canonical']");if(e)return e.getAttribute("href")||void 0}function M6n(){var e=Mot();if(!e)return window.location.pathname;var t=document.createElement("a");t.href=e;var n=t.pathname.startsWith("/")?t.pathname:"/"+t.pathname;return n}function $6n(e){e===void 0&&(e="");var t=Mot();if(t)return t.includes("?")?t:"".concat(t).concat(e);var n=window.location.href,r=n.indexOf("#");return r===-1?n:n.slice(0,r)}function L6n(){return{path:M6n(),referrer:document.referrer,search:location.search,title:document.title,url:$6n(location.search)}}function pO(e){var t=e.event;t.context=t.context||{};var n=L6n(),r=t.properties&&D6n(t.properties,Object.keys(n));return t.context.page=ln(ln(ln({},n),r),t.context.page),t.type==="page"&&(t.properties=ln(ln(ln({},n),t.properties),t.name?{name:t.name}:{})),e}var j6n={name:"Page Enrichment",version:"0.1.0",isLoaded:function(){return!0},load:function(){return Promise.resolve()},type:"before",page:pO,alias:pO,track:pO,identify:pO,group:pO};function $ot(e){var t=Array.prototype.slice.call(window.document.querySelectorAll("script"));return t.find(function(n){return n.src===e})}function vJ(e,t){var n=$ot(e);if(n!==void 0){var r=n==null?void 0:n.getAttribute("status");if(r==="loaded")return Promise.resolve(n);if(r==="loading")return new Promise(function(a,i){n.addEventListener("load",function(){return a(n)}),n.addEventListener("error",function(o){return i(o)})})}return new Promise(function(a,i){var o,s=window.document.createElement("script");s.type="text/javascript",s.src=e,s.async=!0,s.setAttribute("status","loading");for(var l=0,u=Object.entries(t??{});l-1&&(e.type="ios"),t.indexOf("android")>-1&&(e.type="android")),e};zo.userAgent=lp.proxy("context.userAgent");zo.timezone=lp.proxy("context.timezone");zo.timestamp=lp.field("timestamp");zo.channel=lp.field("channel");zo.ip=lp.proxy("context.ip");zo.userId=lp.field("userId");Q6n.default(zo);function Aoe(e){return z2.clone(e)}var WG={},koe={exports:{}};typeof Object.create=="function"?koe.exports=function(t,n){n&&(t.super_=n,t.prototype=Object.create(n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:koe.exports=function(t,n){if(n){t.super_=n;var r=function(){};r.prototype=n.prototype,t.prototype=new r,t.prototype.constructor=t}};var $_=koe.exports,n8n=zt&&zt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(WG,"__esModule",{value:!0});WG.Alias=void 0;var r8n=n8n($_),Bot=y0;function Sm(e,t){Bot.Facade.call(this,e,t)}WG.Alias=Sm;r8n.default(Sm,Bot.Facade);Sm.prototype.action=function(){return"alias"};Sm.prototype.type=Sm.prototype.action;Sm.prototype.previousId=function(){return this.field("previousId")||this.field("from")};Sm.prototype.from=Sm.prototype.previousId;Sm.prototype.userId=function(){return this.field("userId")||this.field("to")};Sm.prototype.to=Sm.prototype.userId;var qG={},mA={};Object.defineProperty(mA,"__esModule",{value:!0});var a8n=/.+\@.+\..+/;function i8n(e){return a8n.test(e)}mA.default=i8n;var Nve=zt&&zt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(qG,"__esModule",{value:!0});qG.Group=void 0;var o8n=Nve($_),s8n=Nve(mA),l8n=Nve(Pve),gA=y0;function Dve(e,t){gA.Facade.call(this,e,t)}qG.Group=Dve;o8n.default(Dve,gA.Facade);var _m=Dve.prototype;_m.action=function(){return"group"};_m.type=_m.action;_m.groupId=gA.Facade.field("groupId");_m.created=function(){var e=this.proxy("traits.createdAt")||this.proxy("traits.created")||this.proxy("properties.createdAt")||this.proxy("properties.created");if(e)return l8n.default(e)};_m.email=function(){var e=this.proxy("traits.email");if(e)return e;var t=this.groupId();if(s8n.default(t))return t};_m.traits=function(e){var t=this.properties(),n=this.groupId();e=e||{},n&&(t.id=n);for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){var a=this[r]==null?this.proxy("traits."+r):this[r]();if(a==null)continue;t[e[r]]=a,delete t[r]}return t};_m.name=gA.Facade.proxy("traits.name");_m.industry=gA.Facade.proxy("traits.industry");_m.employees=gA.Facade.proxy("traits.employees");_m.properties=function(){return this.field("traits")||this.field("properties")||{}};var p$={},YG=zt&&zt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(p$,"__esModule",{value:!0});p$.Identify=void 0;var b0=y0,FC=YG(VG),u8n=YG($_),c8n=YG(mA),zot=YG(Pve),lS=function(e){return e.trim()};function Mve(e,t){b0.Facade.call(this,e,t)}p$.Identify=Mve;u8n.default(Mve,b0.Facade);var Uo=Mve.prototype;Uo.action=function(){return"identify"};Uo.type=Uo.action;Uo.traits=function(e){var t=this.field("traits")||{},n=this.userId();e=e||{},n&&(t.id=n);for(var r in e){var a=this[r]==null?this.proxy("traits."+r):this[r]();a!=null&&(t[e[r]]=a,r!==e[r]&&delete t[r])}return t};Uo.email=function(){var e=this.proxy("traits.email");if(e)return e;var t=this.userId();if(c8n.default(t))return t};Uo.created=function(){var e=this.proxy("traits.created")||this.proxy("traits.createdAt");if(e)return zot.default(e)};Uo.companyCreated=function(){var e=this.proxy("traits.company.created")||this.proxy("traits.company.createdAt");if(e)return zot.default(e)};Uo.companyName=function(){return this.proxy("traits.company.name")};Uo.name=function(){var e=this.proxy("traits.name");if(typeof e=="string")return lS(e);var t=this.firstName(),n=this.lastName();if(t&&n)return lS(t+" "+n)};Uo.firstName=function(){var e=this.proxy("traits.firstName");if(typeof e=="string")return lS(e);var t=this.proxy("traits.name");if(typeof t=="string")return lS(t).split(" ")[0]};Uo.lastName=function(){var e=this.proxy("traits.lastName");if(typeof e=="string")return lS(e);var t=this.proxy("traits.name");if(typeof t=="string"){var n=lS(t).indexOf(" ");if(n!==-1)return lS(t.substr(n+1))}};Uo.uid=function(){return this.userId()||this.username()||this.email()};Uo.description=function(){return this.proxy("traits.description")||this.proxy("traits.background")};Uo.age=function(){var e=this.birthday(),t=FC.default(this.traits(),"age");if(t!=null)return t;if(e instanceof Date){var n=new Date;return n.getFullYear()-e.getFullYear()}};Uo.avatar=function(){var e=this.traits();return FC.default(e,"avatar")||FC.default(e,"photoUrl")||FC.default(e,"avatarUrl")};Uo.position=function(){var e=this.traits();return FC.default(e,"position")||FC.default(e,"jobTitle")};Uo.username=b0.Facade.proxy("traits.username");Uo.website=b0.Facade.one("traits.website");Uo.websites=b0.Facade.multi("traits.website");Uo.phone=b0.Facade.one("traits.phone");Uo.phones=b0.Facade.multi("traits.phone");Uo.address=b0.Facade.proxy("traits.address");Uo.gender=b0.Facade.proxy("traits.gender");Uo.birthday=b0.Facade.proxy("traits.birthday");var vA={},$ve=zt&&zt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(vA,"__esModule",{value:!0});vA.Track=void 0;var d8n=$ve($_),lu=y0,f8n=p$,p8n=$ve(mA),Uot=$ve(VG);function Lve(e,t){lu.Facade.call(this,e,t)}vA.Track=Lve;d8n.default(Lve,lu.Facade);var Xr=Lve.prototype;Xr.action=function(){return"track"};Xr.type=Xr.action;Xr.event=lu.Facade.field("event");Xr.value=lu.Facade.proxy("properties.value");Xr.category=lu.Facade.proxy("properties.category");Xr.id=lu.Facade.proxy("properties.id");Xr.productId=function(){return this.proxy("properties.product_id")||this.proxy("properties.productId")};Xr.promotionId=function(){return this.proxy("properties.promotion_id")||this.proxy("properties.promotionId")};Xr.cartId=function(){return this.proxy("properties.cart_id")||this.proxy("properties.cartId")};Xr.checkoutId=function(){return this.proxy("properties.checkout_id")||this.proxy("properties.checkoutId")};Xr.paymentId=function(){return this.proxy("properties.payment_id")||this.proxy("properties.paymentId")};Xr.couponId=function(){return this.proxy("properties.coupon_id")||this.proxy("properties.couponId")};Xr.wishlistId=function(){return this.proxy("properties.wishlist_id")||this.proxy("properties.wishlistId")};Xr.reviewId=function(){return this.proxy("properties.review_id")||this.proxy("properties.reviewId")};Xr.orderId=function(){return this.proxy("properties.id")||this.proxy("properties.order_id")||this.proxy("properties.orderId")};Xr.sku=lu.Facade.proxy("properties.sku");Xr.tax=lu.Facade.proxy("properties.tax");Xr.name=lu.Facade.proxy("properties.name");Xr.price=lu.Facade.proxy("properties.price");Xr.total=lu.Facade.proxy("properties.total");Xr.repeat=lu.Facade.proxy("properties.repeat");Xr.coupon=lu.Facade.proxy("properties.coupon");Xr.shipping=lu.Facade.proxy("properties.shipping");Xr.discount=lu.Facade.proxy("properties.discount");Xr.shippingMethod=function(){return this.proxy("properties.shipping_method")||this.proxy("properties.shippingMethod")};Xr.paymentMethod=function(){return this.proxy("properties.payment_method")||this.proxy("properties.paymentMethod")};Xr.description=lu.Facade.proxy("properties.description");Xr.plan=lu.Facade.proxy("properties.plan");Xr.subtotal=function(){var e=Uot.default(this.properties(),"subtotal"),t=this.total()||this.revenue();if(e)return e;if(!t)return 0;if(this.total()){var n=this.tax();n&&(t-=n),n=this.shipping(),n&&(t-=n),n=this.discount(),n&&(t+=n)}return t};Xr.products=function(){var e=this.properties(),t=Uot.default(e,"products");return Array.isArray(t)?t.filter(function(n){return n!==null}):[]};Xr.quantity=function(){var e=this.obj.properties||{};return e.quantity||1};Xr.currency=function(){var e=this.obj.properties||{};return e.currency||"USD"};Xr.referrer=function(){return this.proxy("context.referrer.url")||this.proxy("context.page.referrer")||this.proxy("properties.referrer")};Xr.query=lu.Facade.proxy("options.query");Xr.properties=function(e){var t=this.field("properties")||{};e=e||{};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=this[n]==null?this.proxy("properties."+n):this[n]();if(r==null)continue;t[e[n]]=r,delete t[n]}return t};Xr.username=function(){return this.proxy("traits.username")||this.proxy("properties.username")||this.userId()||this.sessionId()};Xr.email=function(){var e=this.proxy("traits.email")||this.proxy("properties.email")||this.proxy("options.traits.email");if(e)return e;var t=this.userId();if(p8n.default(t))return t};Xr.revenue=function(){var e=this.proxy("properties.revenue"),t=this.event(),n=/^[ _]?completed[ _]?order[ _]?|^[ _]?order[ _]?completed[ _]?$/i;return!e&&t&&t.match(n)&&(e=this.proxy("properties.total")),h8n(e)};Xr.cents=function(){var e=this.revenue();return typeof e!="number"?this.value()||0:e*100};Xr.identify=function(){var e=this.json();return e.traits=this.traits(),new f8n.Identify(e,this.opts)};function h8n(e){if(e){if(typeof e=="number")return e;if(typeof e=="string"&&(e=e.replace(/\$/g,""),e=parseFloat(e),!isNaN(e)))return e}}var h$={},Vot=zt&&zt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(h$,"__esModule",{value:!0});h$.Page=void 0;var m8n=Vot($_),L_=y0,g8n=vA,v8n=Vot(mA);function jve(e,t){L_.Facade.call(this,e,t)}h$.Page=jve;m8n.default(jve,L_.Facade);var Vd=jve.prototype;Vd.action=function(){return"page"};Vd.type=Vd.action;Vd.category=L_.Facade.field("category");Vd.name=L_.Facade.field("name");Vd.title=L_.Facade.proxy("properties.title");Vd.path=L_.Facade.proxy("properties.path");Vd.url=L_.Facade.proxy("properties.url");Vd.referrer=function(){return this.proxy("context.referrer.url")||this.proxy("context.page.referrer")||this.proxy("properties.referrer")};Vd.properties=function(e){var t=this.field("properties")||{},n=this.category(),r=this.name();e=e||{},n&&(t.category=n),r&&(t.name=r);for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var i=this[a]==null?this.proxy("properties."+a):this[a]();if(i==null)continue;t[e[a]]=i,a!==e[a]&&delete t[a]}return t};Vd.email=function(){var e=this.proxy("context.traits.email")||this.proxy("properties.email");if(e)return e;var t=this.userId();if(v8n.default(t))return t};Vd.fullName=function(){var e=this.category(),t=this.name();return t&&e?e+" "+t:t};Vd.event=function(e){return e?"Viewed "+e+" Page":"Loaded a Page"};Vd.track=function(e){var t=this.json();return t.event=this.event(e),t.timestamp=this.timestamp(),t.properties=this.properties(),new g8n.Track(t,this.opts)};var KG={},y8n=zt&&zt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(KG,"__esModule",{value:!0});KG.Screen=void 0;var b8n=y8n($_),Hot=h$,x8n=vA;function qS(e,t){Hot.Page.call(this,e,t)}KG.Screen=qS;b8n.default(qS,Hot.Page);qS.prototype.action=function(){return"screen"};qS.prototype.type=qS.prototype.action;qS.prototype.event=function(e){return e?"Viewed "+e+" Screen":"Loaded a Screen"};qS.prototype.track=function(e){var t=this.json();return t.event=this.event(e),t.timestamp=this.timestamp(),t.properties=this.properties(),new x8n.Track(t,this.opts)};var XG={},w8n=zt&&zt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(XG,"__esModule",{value:!0});XG.Delete=void 0;var S8n=w8n($_),Got=y0;function Fve(e,t){Got.Facade.call(this,e,t)}XG.Delete=Fve;S8n.default(Fve,Got.Facade);Fve.prototype.type=function(){return"delete"};(function(e){var t=zt&&zt.__assign||function(){return t=Object.assign||function(c){for(var d,f=1,p=arguments.length;f=O8n-50}function R8n(e){var t=[],n=0;return e.forEach(function(r){var a=qot(t[n]);a>=64&&n++,t[n]?t[n].push(r):t[n]=[r]}),t}function N8n(e,t){var n,r,a=[],i=!1,o=(n=t==null?void 0:t.size)!==null&&n!==void 0?n:10,s=(r=t==null?void 0:t.timeout)!==null&&r!==void 0?r:5e3;function l(p){var g;if(p.length!==0){var v=(g=p[0])===null||g===void 0?void 0:g.writeKey;return UG("https://".concat(e,"/b"),{keepalive:i,headers:{"Content-Type":"text/plain"},method:"post",body:JSON.stringify({batch:p,writeKey:v})})}}function u(){return cr(this,void 0,void 0,function(){var p;return dr(this,function(g){return a.length?(p=a,a=[],[2,l(p)]):[2]})})}var c;function d(){c||(c=setTimeout(function(){c=void 0,u().catch(console.error)},s))}k8n(function(){if(i=!0,a.length){var p=R8n(a).map(l);Promise.all(p).catch(console.error)}});function f(p,g){return cr(this,void 0,void 0,function(){var v;return dr(this,function(m){return a.push(g),v=a.length>=o||P8n(a),[2,v||i?u():d()]})})}return{dispatch:f}}function D8n(e){function t(n,r){return UG(n,{keepalive:e==null?void 0:e.keepalive,headers:{"Content-Type":"text/plain"},method:"post",body:JSON.stringify(r)})}return{dispatch:t}}var M8n=function(e,t){return cr(void 0,void 0,void 0,function(){var n;return dr(this,function(r){return n=function(a){return cr(void 0,void 0,void 0,function(){var i;return dr(this,function(o){switch(o.label){case 0:return e(a)?(i=n,[4,t()]):[3,2];case 1:return[2,i.apply(void 0,[o.sent()])];case 2:return[2]}})})},[2,n(void 0)]})})};function $8n(e,t){return cr(this,void 0,void 0,function(){var n,r=this;return dr(this,function(a){switch(a.label){case 0:return n=[],CD()?[2,t]:[4,M8n(function(){return t.length>0&&!CD()},function(){return cr(r,void 0,void 0,function(){var i,o,s;return dr(this,function(l){switch(l.label){case 0:return i=t.pop(),i?[4,tN(i,e)]:[2];case 1:return o=l.sent(),s=o instanceof jC,s||n.push(i),[2]}})})})];case 1:return a.sent(),n.map(function(i){return t.pushWithBackoff(i)}),[2,t]}})})}function $E(e,t,n,r){var a=this;e||setTimeout(function(){return cr(a,void 0,void 0,function(){var i,o;return dr(this,function(s){switch(s.label){case 0:return i=!0,[4,$8n(n,t)];case 1:return o=s.sent(),i=!1,t.todo>0&&r(i,o,n,r),[2]}})})},Math.random()*5e3)}function L8n(e){return cr(this,void 0,void 0,function(){var t;return dr(this,function(n){return t=navigator.userAgentData,t?e?[2,t.getHighEntropyValues(e).catch(function(){return t.toJSON()})]:[2,t.toJSON()]:[2,void 0]})})}function j8n(e,t){var n,r,a,i,o=e.user();return t.previousId=(a=(r=(n=t.previousId)!==null&&n!==void 0?n:t.from)!==null&&r!==void 0?r:o.id())!==null&&a!==void 0?a:o.anonymousId(),t.userId=(i=t.userId)!==null&&i!==void 0?i:t.to,delete t.from,delete t.to,t}function F8n(e,t,n){var r,a,i;return cr(this,void 0,void 0,function(){function o(b){return cr(this,void 0,void 0,function(){var x,w;return dr(this,function(S){return CD()?(l.push(b),$E(c,l,y,$E),[2,b]):(u.add(b),x=b.event.type.charAt(0),m&&b.event.context&&(b.event.context.userAgentData=m),w=k7(b.event).json(),b.event.type==="track"&&delete w.traits,b.event.type==="alias"&&(w=j8n(e,w)),[2,v.dispatch("".concat(p,"/").concat(x),g6n(e,w,t,n)).then(function(){return b}).catch(function(){return l.pushWithBackoff(b),$E(c,l,y,$E),b}).finally(function(){u.delete(b)})])})})}var s,l,u,c,d,f,p,g,v,m,y;return dr(this,function(b){switch(b.label){case 0:window.addEventListener("pagehide",function(){l.push.apply(l,Array.from(u)),u.clear()}),s=(r=t==null?void 0:t.apiKey)!==null&&r!==void 0?r:"",l=e.options.disableClientPersistence?new yve(e.queue.queue.maxAttempts,[]):new Tve(e.queue.queue.maxAttempts,"".concat(s,":dest-Segment.io")),u=new Set,c=!1,d=(a=t==null?void 0:t.apiHost)!==null&&a!==void 0?a:kot,f=(i=t==null?void 0:t.protocol)!==null&&i!==void 0?i:"https",p="".concat(f,"://").concat(d),g=t==null?void 0:t.deliveryStrategy,v=(g==null?void 0:g.strategy)==="batching"?N8n(d,g.config):D8n(g==null?void 0:g.config),b.label=1;case 1:return b.trys.push([1,3,,4]),[4,L8n(e.options.highEntropyValuesClientHints)];case 2:return m=b.sent(),[3,4];case 3:return b.sent(),m=void 0,[3,4];case 4:return y={name:"Segment.io",type:"after",version:"0.1.0",isLoaded:function(){return!0},load:function(){return Promise.resolve()},track:o,identify:o,page:o,alias:o,group:o},l.todo&&$E(c,l,y,$E),[2,y]}})})}function LE(e){var t,n=e.event;M5n(n),$5n(n),n.type==="track"&&L5n(n);var r=(t=n.properties)!==null&&t!==void 0?t:n.traits;if(n.type!=="alias"&&!kg(r))throw new WS(".properties","is not an object");return D5n(n),e}var B8n={name:"Event Validation",type:"before",version:"1.0.0",isLoaded:function(){return!0},load:function(){return Promise.resolve()},track:LE,identify:LE,page:LE,alias:LE,group:LE,screen:LE},z8n=function(e){return typeof e=="object"&&e!==null&&"then"in e&&typeof e.then=="function"},Yot=function(e,t,n){n.getCalls(e).forEach(function(r){Bve(t,r).catch(console.error)})},U8n=function(e,t){return cr(void 0,void 0,void 0,function(){var n,r,a;return dr(this,function(i){switch(i.label){case 0:n=0,r=t.getCalls("addSourceMiddleware"),i.label=1;case 1:return n1}function eFn(e){var t,n,r;return Dot().NODE_ENV!=="test"&&((r=(n=(t=e.middlewareSettings)===null||t===void 0?void 0:t.routingRules)===null||n===void 0?void 0:n.length)!==null&&r!==void 0?r:0)>0}function tFn(e,t){t.push.apply(t,Ooe()),H8n(e,t),V8n(e,t)}function nFn(e,t){return cr(this,void 0,void 0,function(){return dr(this,function(n){switch(n.label){case 0:return t.push.apply(t,Ooe()),[4,U8n(e,t)];case 1:return n.sent(),t.push.apply(t,Ooe()),G8n(e,t),t.clear(),[2]}})})}function rFn(e,t,n,r,a,i,o){var s,l,u;return cr(this,void 0,void 0,function(){var c,d,f,p,g,v,m,y,b,x,w,S,_,T=this;return dr(this,function(C){switch(C.label){case 0:return eFn(t)?[4,Ir(()=>import("./index-6bd80434.js"),[]).then(function(A){return A.tsubMiddleware(t.middlewareSettings.routingRules)})]:[3,2];case 1:return d=C.sent(),[3,3];case 2:d=void 0,C.label=3;case 3:return c=d,J8n(t)||o.length>0?[4,Ir(()=>import("./index-a0568f37.js"),["assets/index-a0568f37.js","assets/is-plan-event-enabled-862c73e5.js"]).then(function(A){return A.ajsDestinations(e,t,n.integrations,r,c,o)})]:[3,5];case 4:return p=C.sent(),[3,6];case 5:p=[],C.label=6;case 6:return f=p,t.legacyVideoPluginsEnabled?[4,Ir(()=>import("./index-208616a9.js"),[]).then(function(A){return A.loadLegacyVideoPlugins(n)})]:[3,8];case 7:C.sent(),C.label=8;case 8:return!((s=r.plan)===null||s===void 0)&&s.track?[4,Ir(()=>import("./index-9d633d2f.js"),["assets/index-9d633d2f.js","assets/is-plan-event-enabled-862c73e5.js"]).then(function(A){var k;return A.schemaFilter((k=r.plan)===null||k===void 0?void 0:k.track,t)})]:[3,10];case 9:return v=C.sent(),[3,11];case 10:v=void 0,C.label=11;case 11:return g=v,m=R6n(t,a),[4,A8n(t,n.integrations,m,a.obfuscate,c).catch(function(){return[]})];case 12:return y=C.sent(),b=Ju(Ju(Ju([B8n,j6n],i,!0),f,!0),y,!0),g&&b.push(g),x=((l=r.integrations)===null||l===void 0?void 0:l.All)===!1&&!r.integrations["Segment.io"]||r.integrations&&r.integrations["Segment.io"]===!1,x?[3,14]:(S=(w=b).push,[4,F8n(n,m["Segment.io"],t.integrations)]);case 13:S.apply(w,[C.sent()]),C.label=14;case 14:return[4,n.register.apply(n,b)];case 15:return _=C.sent(),Object.entries((u=t.enabledMiddleware)!==null&&u!==void 0?u:{}).some(function(A){var k=A[1];return k})?[4,Ir(()=>import("./index-0e01fc8f.js"),[]).then(function(A){var k=A.remoteMiddlewares;return cr(T,void 0,void 0,function(){var I,R;return dr(this,function(L){switch(L.label){case 0:return[4,k(_,t,a.obfuscate)];case 1:return I=L.sent(),R=I.map(function(N){return n.addSourceMiddleware(N)}),[2,Promise.all(R)]}})})})]:[3,17];case 16:C.sent(),C.label=17;case 17:return[2,_]}})})}function aFn(e,t,n){var r,a,i,o,s,l,u;return t===void 0&&(t={}),cr(this,void 0,void 0,function(){var c,d,f,p,g,v,m,y,b,x,w;return dr(this,function(S){switch(S.label){case 0:return e.cdnURL&&P6n(e.cdnURL),(r=e.cdnSettings)!==null&&r!==void 0?(d=r,[3,3]):[3,1];case 1:return[4,Q8n(e.writeKey,e.cdnURL)];case 2:d=S.sent(),S.label=3;case 3:return c=d,t.updateCDNSettings&&(c=t.updateCDNSettings(c)),f=(i=(a=c.integrations["Segment.io"])===null||a===void 0?void 0:a.retryQueue)!==null&&i!==void 0?i:!0,p=ln({retryQueue:f},t),g=new I6n(e,p),Z8n(g),v=(o=e.plugins)!==null&&o!==void 0?o:[],m=(s=e.classicIntegrations)!==null&&s!==void 0?s:[],Oot.initRemoteMetrics(c.metrics),tFn(g,n),[4,rFn(e.writeKey,c,g,p,t,v,m)];case 4:return y=S.sent(),b=(l=window.location.search)!==null&&l!==void 0?l:"",x=(u=window.location.hash)!==null&&u!==void 0?u:"",w=b.length?b:x.replace(/(?=#).*(?=\?)/,""),w.includes("ajs_")?[4,g.queryString(w).catch(console.error)]:[3,6];case 5:S.sent(),S.label=6;case 6:return g.initialized=!0,g.emit("initialize",e,t),t.initialPageview&&g.page().catch(console.error),[4,nFn(g,n)];case 7:return S.sent(),[2,[g,y]]}})})}var iFn=function(e){sp(t,e);function t(){var n=this,r=N6n(),a=r.promise,i=r.resolve;return n=e.call(this,function(o){return a.then(function(s){var l=s[0],u=s[1];return aFn(l,u,o)})})||this,n._resolveLoadStart=function(o,s){return i([o,s])},n}return t.prototype.load=function(n,r){return r===void 0&&(r={}),this._resolveLoadStart(n,r),this},t.load=function(n,r){return r===void 0&&(r={}),new t().load(n,r)},t.standalone=function(n,r){return t.load({writeKey:n},r).then(function(a){return a[0]})},t}(q8n);const oFn=!!Tf.REACT_APP_SEGMENT_WRITE_KEY,la=iFn.load({writeKey:oFn?Tf.REACT_APP_SEGMENT_WRITE_KEY:""});var sx=(e=>(e.CHART_EXPORTED="Chart Exported",e.CHART_UPDATED="Chart Updated",e.CHART_FILTERED="Chart Filtered",e.DASHBOARD_FILTERED="Dashboard Filtered",e.CHART_REDRAWN="Chart Redrawn",e.CHART_VIEW_CHANGED="Chart View Changed",e.CHART_GROUPED="Chart Grouped",e.METRIC_TOOLTIP_VIEWED="Metric Tooltip Viewed",e.CHART_DOWNLOADED="Chart Downloaded",e))(sx||{}),Ry=(e=>(e.BULK_UPLOAD_STARTED="Bulk Upload Started",e.BULK_ACTIVATIONS_REVIEWED="Bulk Activations Reviewed",e.BULK_DEACTIVATIONS_REVIEWED="Bulk Deactivations Reviewed",e.BULK_CHANGES_CONFIRMED="Bulk Changes Confirmed",e.CSV_IMPORT_FAILED="CSV Import Failed",e.BULK_CHANGES_CANCELLED="Bulk Changes Cancelled",e.BULK_UPLOAD_SUCCESS="Bulk Upload Success",e.BULK_UPLOAD_FAILED="Bulk Upload Failed",e))(Ry||{}),ZG=(e=>(e.OPR_REPORT_SUBMITTED="OPR Report Submitted",e.OPR_FILE_UPLOAD_UPDATED="OPR File Upload Updated",e.OPR_REPORT_SENT="OPR Report Sent",e))(ZG||{}),Kot=(e=>(e.REPORT_TRANSLATED="Report Translated",e))(Kot||{}),Xot=(e=>(e.CHAT_TRANSLATION_OPTION_UPDATED="Chat Translation Option Updated",e))(Xot||{});const Zot=e=>la==null?void 0:la.track(Ry.BULK_UPLOAD_STARTED,e),U2=e=>la.track(Ry.CSV_IMPORT_FAILED,e),e$e=e=>la==null?void 0:la.track(Ry.BULK_CHANGES_CONFIRMED,e),sFn=e=>la==null?void 0:la.track(Ry.BULK_ACTIVATIONS_REVIEWED,e),lFn=e=>la==null?void 0:la.track(Ry.BULK_DEACTIVATIONS_REVIEWED,e),t$e=e=>la.track(Ry.BULK_CHANGES_CANCELLED,{properties:e}),uFn=e=>la==null?void 0:la.track(Ry.BULK_UPLOAD_SUCCESS,e),cFn=e=>la==null?void 0:la.track(Ry.BULK_UPLOAD_FAILED,e),Qd=()=>new Array(4).fill(0).map(()=>Math.floor(Math.random()*1e3)).join("."),Qot=(e,t,n,r)=>n===e?YT.CASE_LEAD:(r==null?void 0:r.some(s=>s.assignee===e))?YT.REPORT_ASSIGNEE:(t==null?void 0:t.find(({id:s})=>s===e))?YT.CASE_TEAM_MEMBER:YT.SYSTEM_TEAM_MEMBER;var Wa=(e=>(e.report_status_totals="report_status_totals",e.report_status_progress="report_status_progress",e.intake_methods_per_category="intake_methods_per_category",e.departments_across_locations="departments_across_locations",e.categories_per_department="categories_per_department",e.categories_over_time="categories_over_time",e.report_substantiation_totals="report_substantiation_totals",e.case_time_to_resolution="case_time_to_resolution",e))(Wa||{});const dFn=(e,t,n,r)=>la.track(sx.CHART_FILTERED,{organisation_id:e,dashboard:t,chart_id:n,filters:r},{context:{ip:Qd()}}),fFn=(e,t,n)=>la.track(sx.DASHBOARD_FILTERED,{organisation_id:e,dashboard:t,filter:n},{context:{ip:Qd()}}),V2=(e,t,n)=>la.track(sx.CHART_REDRAWN,{organisation_id:e,dashboard:t,chart_id:n},{context:{ip:Qd()}}),pFn=(e,t,n,r)=>la.track(sx.CHART_VIEW_CHANGED,{organisation_id:e,dashboard:t,chart_id:n,view_id:r},{context:{ip:Qd()}}),hFn=(e,t,n,r,a)=>la.track(sx.CHART_GROUPED,{organisation_id:e,dashboard:t,chart_id:n,group_id:r,group_var:a},{context:{ip:Qd()}}),mFn=(e,t,n)=>la.track(sx.METRIC_TOOLTIP_VIEWED,{organisation_id:e,dashboard:t,metric_id:n},{context:{ip:Qd()}}),gFn=(e,t,n,r)=>la.track(sx.CHART_DOWNLOADED,{organisation_id:e,dashboard_id:t,chart_id:n,export_format:r}),vFn=e=>la.track(ZG.OPR_REPORT_SUBMITTED,e,{context:{ip:Qd()}}),bJ=e=>la.track(ZG.OPR_FILE_UPLOAD_UPDATED,e,{context:{ip:Qd()}}),yFn=e=>la.track(ZG.OPR_REPORT_SENT,e,{context:{ip:Qd()}}),bFn=e=>la.track(Kot.REPORT_TRANSLATED,e,{context:{ip:Qd()}});/*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */var O7={};O7.version="0.19.3";var fv=1200,hO,ID=function(e){fv=e};function xFn(){ID(1200)}function wFn(e){for(var t=[],n=0;n>1;++n)t[n]=String.fromCharCode(e.charCodeAt(2*n+1)+(e.charCodeAt(2*n)<<8));return t.join("")}var r5=function(t){return String.fromCharCode(t)},n$e=function(t){return String.fromCharCode(t)},Yp="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function P7(e){for(var t="",n=0,r=0,a=0,i=0,o=0,s=0,l=0,u=0;u>2,r=e.charCodeAt(u++),o=(n&3)<<4|r>>4,a=e.charCodeAt(u++),s=(r&15)<<2|a>>6,l=a&63,isNaN(r)?s=l=64:isNaN(a)&&(l=64),t+=Yp.charAt(i)+Yp.charAt(o)+Yp.charAt(s)+Yp.charAt(l);return t}function SFn(e){for(var t="",n=0,r=0,a=0,i=0,o=0,s=0,l=0,u=0;u255&&(n=95),i=n>>2,r=e.charCodeAt(u++),r>255&&(r=95),o=(n&3)<<4|r>>4,a=e.charCodeAt(u++),a>255&&(a=95),s=(r&15)<<2|a>>6,l=a&63,isNaN(r)?s=l=64:isNaN(a)&&(l=64),t+=Yp.charAt(i)+Yp.charAt(o)+Yp.charAt(s)+Yp.charAt(l);return t}function Lb(e){var t="",n=0,r=0,a=0,i=0,o=0,s=0,l=0;e=e.replace(/^data:([^\/]+\/[^\/]+)?;base64\,/,"").replace(/[^\w\+\/\=]/g,"");for(var u=0;u>4,t+=String.fromCharCode(n),s=Yp.indexOf(e.charAt(u++)),r=(o&15)<<4|s>>2,s!==64&&(t+=String.fromCharCode(r)),l=Yp.indexOf(e.charAt(u++)),a=(s&3)<<6|l,l!==64&&(t+=String.fromCharCode(a));return t}var fi=function(){return typeof Buffer<"u"&&typeof process<"u"&&typeof process.versions<"u"&&!!process.versions.node}(),x0=function(){if(typeof Buffer<"u"){var e=!Buffer.from;if(!e)try{Buffer.from("foo","utf8")}catch{e=!0}return e?function(t,n){return n?new Buffer(t,n):new Buffer(t)}:Buffer.from.bind(Buffer)}return function(){}}(),AD=function(){if(typeof Buffer>"u")return!1;var e=x0([65,0]);if(!e)return!1;var t=e.toString("utf16le");return t.length==1}();function YS(e){return fi?Buffer.alloc?Buffer.alloc(e):new Buffer(e):typeof Uint8Array<"u"?new Uint8Array(e):new Array(e)}function r$e(e){return fi?Buffer.allocUnsafe?Buffer.allocUnsafe(e):new Buffer(e):typeof Uint8Array<"u"?new Uint8Array(e):new Array(e)}var xf=function(t){return fi?x0(t,"binary"):t.split("").map(function(n){return n.charCodeAt(0)&255})};function QG(e){if(typeof ArrayBuffer>"u")return xf(e);for(var t=new ArrayBuffer(e.length),n=new Uint8Array(t),r=0;r!=e.length;++r)n[r]=e.charCodeAt(r)&255;return t}function KS(e){if(Array.isArray(e))return e.map(function(r){return String.fromCharCode(r)}).join("");for(var t=[],n=0;n"u")throw new Error("Unsupported");return new Uint8Array(e)}var pl=fi?function(e){return Buffer.concat(e.map(function(t){return Buffer.isBuffer(t)?t:x0(t)}))}:function(e){if(typeof Uint8Array<"u"){var t=0,n=0;for(t=0;t>6&31,a[n++]=128|o&63;else if(o>=55296&&o<57344){o=(o&1023)+64;var s=e.charCodeAt(++i)&1023;a[n++]=240|o>>8&7,a[n++]=128|o>>2&63,a[n++]=128|s>>6&15|(o&3)<<4,a[n++]=128|s&63}else a[n++]=224|o>>12&15,a[n++]=128|o>>6&63,a[n++]=128|o&63;n>r&&(t.push(a.slice(0,n)),n=0,a=YS(65535),r=65530)}return t.push(a.slice(0,n)),pl(t)}var rN=/\u0000/g,a5=/[\u0001-\u0006]/g;function BC(e){for(var t="",n=e.length-1;n>=0;)t+=e.charAt(n--);return t}function lm(e,t){var n=""+e;return n.length>=t?n:ss("0",t-n.length)+n}function zve(e,t){var n=""+e;return n.length>=t?n:ss(" ",t-n.length)+n}function R7(e,t){var n=""+e;return n.length>=t?n:n+ss(" ",t-n.length)}function TFn(e,t){var n=""+Math.round(e);return n.length>=t?n:ss("0",t-n.length)+n}function CFn(e,t){var n=""+e;return n.length>=t?n:ss("0",t-n.length)+n}var a$e=Math.pow(2,32);function jE(e,t){if(e>a$e||e<-a$e)return TFn(e,t);var n=Math.round(e);return CFn(n,t)}function N7(e,t){return t=t||0,e.length>=7+t&&(e.charCodeAt(t)|32)===103&&(e.charCodeAt(t+1)|32)===101&&(e.charCodeAt(t+2)|32)===110&&(e.charCodeAt(t+3)|32)===101&&(e.charCodeAt(t+4)|32)===114&&(e.charCodeAt(t+5)|32)===97&&(e.charCodeAt(t+6)|32)===108}var i$e=[["Sun","Sunday"],["Mon","Monday"],["Tue","Tuesday"],["Wed","Wednesday"],["Thu","Thursday"],["Fri","Friday"],["Sat","Saturday"]],xJ=[["J","Jan","January"],["F","Feb","February"],["M","Mar","March"],["A","Apr","April"],["M","May","May"],["J","Jun","June"],["J","Jul","July"],["A","Aug","August"],["S","Sep","September"],["O","Oct","October"],["N","Nov","November"],["D","Dec","December"]];function IFn(e){return e||(e={}),e[0]="General",e[1]="0",e[2]="0.00",e[3]="#,##0",e[4]="#,##0.00",e[9]="0%",e[10]="0.00%",e[11]="0.00E+00",e[12]="# ?/?",e[13]="# ??/??",e[14]="m/d/yy",e[15]="d-mmm-yy",e[16]="d-mmm",e[17]="mmm-yy",e[18]="h:mm AM/PM",e[19]="h:mm:ss AM/PM",e[20]="h:mm",e[21]="h:mm:ss",e[22]="m/d/yy h:mm",e[37]="#,##0 ;(#,##0)",e[38]="#,##0 ;[Red](#,##0)",e[39]="#,##0.00;(#,##0.00)",e[40]="#,##0.00;[Red](#,##0.00)",e[45]="mm:ss",e[46]="[h]:mm:ss",e[47]="mmss.0",e[48]="##0.0E+0",e[49]="@",e[56]='"上午/下午 "hh"時"mm"分"ss"秒 "',e}var fs={0:"General",1:"0",2:"0.00",3:"#,##0",4:"#,##0.00",9:"0%",10:"0.00%",11:"0.00E+00",12:"# ?/?",13:"# ??/??",14:"m/d/yy",15:"d-mmm-yy",16:"d-mmm",17:"mmm-yy",18:"h:mm AM/PM",19:"h:mm:ss AM/PM",20:"h:mm",21:"h:mm:ss",22:"m/d/yy h:mm",37:"#,##0 ;(#,##0)",38:"#,##0 ;[Red](#,##0)",39:"#,##0.00;(#,##0.00)",40:"#,##0.00;[Red](#,##0.00)",45:"mm:ss",46:"[h]:mm:ss",47:"mmss.0",48:"##0.0E+0",49:"@",56:'"上午/下午 "hh"時"mm"分"ss"秒 "'},o$e={5:37,6:38,7:39,8:40,23:0,24:0,25:0,26:0,27:14,28:14,29:14,30:14,31:14,50:14,51:14,52:14,53:14,54:14,55:14,56:14,57:14,58:14,59:1,60:2,61:3,62:4,67:9,68:10,69:12,70:13,71:14,72:14,73:15,74:16,75:17,76:20,77:21,78:22,79:45,80:46,81:47,82:0},AFn={5:'"$"#,##0_);\\("$"#,##0\\)',63:'"$"#,##0_);\\("$"#,##0\\)',6:'"$"#,##0_);[Red]\\("$"#,##0\\)',64:'"$"#,##0_);[Red]\\("$"#,##0\\)',7:'"$"#,##0.00_);\\("$"#,##0.00\\)',65:'"$"#,##0.00_);\\("$"#,##0.00\\)',8:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',66:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',41:'_(* #,##0_);_(* \\(#,##0\\);_(* "-"_);_(@_)',42:'_("$"* #,##0_);_("$"* \\(#,##0\\);_("$"* "-"_);_(@_)',43:'_(* #,##0.00_);_(* \\(#,##0.00\\);_(* "-"??_);_(@_)',44:'_("$"* #,##0.00_);_("$"* \\(#,##0.00\\);_("$"* "-"??_);_(@_)'};function D7(e,t,n){for(var r=e<0?-1:1,a=e*r,i=0,o=1,s=0,l=1,u=0,c=0,d=Math.floor(a);ut&&(u>t?(c=l,s=i):(c=u,s=o)),!n)return[0,r*s,c];var f=Math.floor(r*s/c);return[f,r*s-f*c,c]}function i5(e,t,n){if(e>2958465||e<0)return null;var r=e|0,a=Math.floor(86400*(e-r)),i=0,o=[],s={D:r,T:a,u:86400*(e-r)-a,y:0,m:0,d:0,H:0,M:0,S:0,q:0};if(Math.abs(s.u)<1e-6&&(s.u=0),t&&t.date1904&&(r+=1462),s.u>.9999&&(s.u=0,++a==86400&&(s.T=a=0,++r,++s.D)),r===60)o=n?[1317,10,29]:[1900,2,29],i=3;else if(r===0)o=n?[1317,8,29]:[1900,1,0],i=6;else{r>60&&--r;var l=new Date(1900,0,1);l.setDate(l.getDate()+r-1),o=[l.getFullYear(),l.getMonth()+1,l.getDate()],i=l.getDay(),r<60&&(i=(i+6)%7),n&&(i=MFn(l,o))}return s.y=o[0],s.m=o[1],s.d=o[2],s.S=a%60,a=Math.floor(a/60),s.M=a%60,a=Math.floor(a/60),s.H=a,s.q=i,s}var Jot=new Date(1899,11,31,0,0,0),kFn=Jot.getTime(),OFn=new Date(1900,2,1,0,0,0);function est(e,t){var n=e.getTime();return t?n-=1461*24*60*60*1e3:e>=OFn&&(n+=24*60*60*1e3),(n-(kFn+(e.getTimezoneOffset()-Jot.getTimezoneOffset())*6e4))/(24*60*60*1e3)}function Uve(e){return e.indexOf(".")==-1?e:e.replace(/(?:\.0*|(\.\d*[1-9])0+)$/,"$1")}function PFn(e){return e.indexOf("E")==-1?e:e.replace(/(?:\.0*|(\.\d*[1-9])0+)[Ee]/,"$1E").replace(/(E[+-])(\d)$/,"$10$2")}function RFn(e){var t=e<0?12:11,n=Uve(e.toFixed(12));return n.length<=t||(n=e.toPrecision(10),n.length<=t)?n:e.toExponential(5)}function NFn(e){var t=Uve(e.toFixed(11));return t.length>(e<0?12:11)||t==="0"||t==="-0"?e.toPrecision(6):t}function DFn(e){var t=Math.floor(Math.log(Math.abs(e))*Math.LOG10E),n;return t>=-4&&t<=-1?n=e.toPrecision(10+t):Math.abs(t)<=9?n=RFn(e):t===10?n=e.toFixed(10).substr(0,12):n=NFn(e),Uve(PFn(n.toUpperCase()))}function Poe(e,t){switch(typeof e){case"string":return e;case"boolean":return e?"TRUE":"FALSE";case"number":return(e|0)===e?e.toString(10):DFn(e);case"undefined":return"";case"object":if(e==null)return"";if(e instanceof Date)return ry(14,est(e,t&&t.date1904),t)}throw new Error("unsupported value in General format: "+e)}function MFn(e,t){t[0]-=581;var n=e.getDay();return e<60&&(n=(n+6)%7),n}function $Fn(e,t,n,r){var a="",i=0,o=0,s=n.y,l,u=0;switch(e){case 98:s=n.y+543;case 121:switch(t.length){case 1:case 2:l=s%100,u=2;break;default:l=s%1e4,u=4;break}break;case 109:switch(t.length){case 1:case 2:l=n.m,u=t.length;break;case 3:return xJ[n.m-1][1];case 5:return xJ[n.m-1][0];default:return xJ[n.m-1][2]}break;case 100:switch(t.length){case 1:case 2:l=n.d,u=t.length;break;case 3:return i$e[n.q][0];default:return i$e[n.q][1]}break;case 104:switch(t.length){case 1:case 2:l=1+(n.H+11)%12,u=t.length;break;default:throw"bad hour format: "+t}break;case 72:switch(t.length){case 1:case 2:l=n.H,u=t.length;break;default:throw"bad hour format: "+t}break;case 77:switch(t.length){case 1:case 2:l=n.M,u=t.length;break;default:throw"bad minute format: "+t}break;case 115:if(t!="s"&&t!="ss"&&t!=".0"&&t!=".00"&&t!=".000")throw"bad second format: "+t;return n.u===0&&(t=="s"||t=="ss")?lm(n.S,t.length):(r>=2?o=r===3?1e3:100:o=r===1?10:1,i=Math.round(o*(n.S+n.u)),i>=60*o&&(i=0),t==="s"?i===0?"0":""+i/o:(a=lm(i,2+r),t==="ss"?a.substr(0,2):"."+a.substr(2,t.length-1)));case 90:switch(t){case"[h]":case"[hh]":l=n.D*24+n.H;break;case"[m]":case"[mm]":l=(n.D*24+n.H)*60+n.M;break;case"[s]":case"[ss]":l=((n.D*24+n.H)*60+n.M)*60+Math.round(n.S+n.u);break;default:throw"bad abstime format: "+t}u=t.length===3?1:2;break;case 101:l=s,u=1;break}var c=u>0?lm(l,u):"";return c}function j1(e){var t=3;if(e.length<=t)return e;for(var n=e.length%t,r=e.substr(0,n);n!=e.length;n+=t)r+=(r.length>0?",":"")+e.substr(n,t);return r}var tst=/%/g;function LFn(e,t,n){var r=t.replace(tst,""),a=t.length-r.length;return Pv(e,r,n*Math.pow(10,2*a))+ss("%",a)}function jFn(e,t,n){for(var r=t.length-1;t.charCodeAt(r-1)===44;)--r;return Pv(e,t.substr(0,r),n/Math.pow(10,3*(t.length-r)))}function nst(e,t){var n,r=e.indexOf("E")-e.indexOf(".")-1;if(e.match(/^#+0.0E\+0$/)){if(t==0)return"0.0E+0";if(t<0)return"-"+nst(e,-t);var a=e.indexOf(".");a===-1&&(a=e.indexOf("E"));var i=Math.floor(Math.log(t)*Math.LOG10E)%a;if(i<0&&(i+=a),n=(t/Math.pow(10,i)).toPrecision(r+1+(a+i)%a),n.indexOf("e")===-1){var o=Math.floor(Math.log(t)*Math.LOG10E);for(n.indexOf(".")===-1?n=n.charAt(0)+"."+n.substr(1)+"E+"+(o-n.length+i):n+="E+"+(o-i);n.substr(0,2)==="0.";)n=n.charAt(0)+n.substr(2,a)+"."+n.substr(2+a),n=n.replace(/^0+([1-9])/,"$1").replace(/^0+\./,"0.");n=n.replace(/\+-/,"-")}n=n.replace(/^([+-]?)(\d*)\.(\d*)[Ee]/,function(s,l,u,c){return l+u+c.substr(0,(a+i)%a)+"."+c.substr(i)+"E"})}else n=t.toExponential(r);return e.match(/E\+00$/)&&n.match(/e[+-]\d$/)&&(n=n.substr(0,n.length-1)+"0"+n.charAt(n.length-1)),e.match(/E\-/)&&n.match(/e\+/)&&(n=n.replace(/e\+/,"e")),n.replace("e","E")}var rst=/# (\?+)( ?)\/( ?)(\d+)/;function FFn(e,t,n){var r=parseInt(e[4],10),a=Math.round(t*r),i=Math.floor(a/r),o=a-i*r,s=r;return n+(i===0?"":""+i)+" "+(o===0?ss(" ",e[1].length+1+e[4].length):zve(o,e[1].length)+e[2]+"/"+e[3]+lm(s,e[4].length))}function BFn(e,t,n){return n+(t===0?"":""+t)+ss(" ",e[1].length+2+e[4].length)}var ast=/^#*0*\.([0#]+)/,ist=/\).*[0#]/,ost=/\(###\) ###\\?-####/;function Ic(e){for(var t="",n,r=0;r!=e.length;++r)switch(n=e.charCodeAt(r)){case 35:break;case 63:t+=" ";break;case 48:t+="0";break;default:t+=String.fromCharCode(n)}return t}function s$e(e,t){var n=Math.pow(10,t);return""+Math.round(e*n)/n}function l$e(e,t){var n=e-Math.floor(e),r=Math.pow(10,t);return t<(""+Math.round(n*r)).length?0:Math.round(n*r)}function zFn(e,t){return t<(""+Math.round((e-Math.floor(e))*Math.pow(10,t))).length?1:0}function UFn(e){return e<2147483647&&e>-2147483648?""+(e>=0?e|0:e-1|0):""+Math.floor(e)}function Op(e,t,n){if(e.charCodeAt(0)===40&&!t.match(ist)){var r=t.replace(/\( */,"").replace(/ \)/,"").replace(/\)/,"");return n>=0?Op("n",r,n):"("+Op("n",r,-n)+")"}if(t.charCodeAt(t.length-1)===44)return jFn(e,t,n);if(t.indexOf("%")!==-1)return LFn(e,t,n);if(t.indexOf("E")!==-1)return nst(t,n);if(t.charCodeAt(0)===36)return"$"+Op(e,t.substr(t.charAt(1)==" "?2:1),n);var a,i,o,s,l=Math.abs(n),u=n<0?"-":"";if(t.match(/^00+$/))return u+jE(l,t.length);if(t.match(/^[#?]+$/))return a=jE(n,0),a==="0"&&(a=""),a.length>t.length?a:Ic(t.substr(0,t.length-a.length))+a;if(i=t.match(rst))return FFn(i,l,u);if(t.match(/^#+0+$/))return u+jE(l,t.length-t.indexOf("0"));if(i=t.match(ast))return a=s$e(n,i[1].length).replace(/^([^\.]+)$/,"$1."+Ic(i[1])).replace(/\.$/,"."+Ic(i[1])).replace(/\.(\d*)$/,function(g,v){return"."+v+ss("0",Ic(i[1]).length-v.length)}),t.indexOf("0.")!==-1?a:a.replace(/^0\./,".");if(t=t.replace(/^#+([0.])/,"$1"),i=t.match(/^(0*)\.(#*)$/))return u+s$e(l,i[2].length).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,i[1].length?"0.":".");if(i=t.match(/^#{1,3},##0(\.?)$/))return u+j1(jE(l,0));if(i=t.match(/^#,##0\.([#0]*0)$/))return n<0?"-"+Op(e,t,-n):j1(""+(Math.floor(n)+zFn(n,i[1].length)))+"."+lm(l$e(n,i[1].length),i[1].length);if(i=t.match(/^#,#*,#0/))return Op(e,t.replace(/^#,#*,/,""),n);if(i=t.match(/^([0#]+)(\\?-([0#]+))+$/))return a=BC(Op(e,t.replace(/[\\-]/g,""),n)),o=0,BC(BC(t.replace(/\\/g,"")).replace(/[0#]/g,function(g){return o=0?tg("n",r,n):"("+tg("n",r,-n)+")"}if(t.charCodeAt(t.length-1)===44)return VFn(e,t,n);if(t.indexOf("%")!==-1)return HFn(e,t,n);if(t.indexOf("E")!==-1)return sst(t,n);if(t.charCodeAt(0)===36)return"$"+tg(e,t.substr(t.charAt(1)==" "?2:1),n);var a,i,o,s,l=Math.abs(n),u=n<0?"-":"";if(t.match(/^00+$/))return u+lm(l,t.length);if(t.match(/^[#?]+$/))return a=""+n,n===0&&(a=""),a.length>t.length?a:Ic(t.substr(0,t.length-a.length))+a;if(i=t.match(rst))return BFn(i,l,u);if(t.match(/^#+0+$/))return u+lm(l,t.length-t.indexOf("0"));if(i=t.match(ast))return a=(""+n).replace(/^([^\.]+)$/,"$1."+Ic(i[1])).replace(/\.$/,"."+Ic(i[1])),a=a.replace(/\.(\d*)$/,function(g,v){return"."+v+ss("0",Ic(i[1]).length-v.length)}),t.indexOf("0.")!==-1?a:a.replace(/^0\./,".");if(t=t.replace(/^#+([0.])/,"$1"),i=t.match(/^(0*)\.(#*)$/))return u+(""+l).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,i[1].length?"0.":".");if(i=t.match(/^#{1,3},##0(\.?)$/))return u+j1(""+l);if(i=t.match(/^#,##0\.([#0]*0)$/))return n<0?"-"+tg(e,t,-n):j1(""+n)+"."+ss("0",i[1].length);if(i=t.match(/^#,#*,#0/))return tg(e,t.replace(/^#,#*,/,""),n);if(i=t.match(/^([0#]+)(\\?-([0#]+))+$/))return a=BC(tg(e,t.replace(/[\\-]/g,""),n)),o=0,BC(BC(t.replace(/\\/g,"")).replace(/[0#]/g,function(g){return o-1||n=="\\"&&e.charAt(t+1)=="-"&&"0#".indexOf(e.charAt(t+2))>-1););break;case"?":for(;e.charAt(++t)===n;);break;case"*":++t,(e.charAt(t)==" "||e.charAt(t)=="*")&&++t;break;case"(":case")":++t;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":for(;t-1;);break;case" ":++t;break;default:++t;break}return!1}function WFn(e,t,n,r){for(var a=[],i="",o=0,s="",l="t",u,c,d,f="H";o=12?e.charAt(o+2):s),v.t="T",f="h",o+=3):e.substr(o,5).toUpperCase()==="AM/PM"?(u!=null&&(v.v=u.H>=12?"PM":"AM"),v.t="T",o+=5,f="h"):e.substr(o,5).toUpperCase()==="上午/下午"?(u!=null&&(v.v=u.H>=12?"下午":"上午"),v.t="T",o+=5,f="h"):(v.t="t",++o),u==null&&v.t==="T")return"";a[a.length]=v,l=s;break;case"[":for(i=s;e.charAt(o++)!=="]"&&o-1&&(i=(i.match(/\$([^-\[\]]*)/)||[])[1]||"$",Vve(e)||(a[a.length]={t:"t",v:i}));break;case".":if(u!=null){for(i=s;++o-1;)i+=s;a[a.length]={t:"n",v:i};break;case"?":for(i=s;e.charAt(++o)===s;)i+=s;a[a.length]={t:s,v:i},l=s;break;case"*":++o,(e.charAt(o)==" "||e.charAt(o)=="*")&&++o;break;case"(":case")":a[a.length]={t:r===1?"t":s,v:s},++o;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":for(i=s;o-1;)i+=e.charAt(o);a[a.length]={t:"D",v:i};break;case" ":a[a.length]={t:s,v:s},++o;break;case"$":a[a.length]={t:"t",v:"$"},++o;break;default:if(",$-+/():!^&'~{}<>=€acfijklopqrtuvwxzP".indexOf(s)===-1)throw new Error("unrecognized character "+s+" in "+e);a[a.length]={t:"t",v:s},++o;break}var m=0,y=0,b;for(o=a.length-1,l="t";o>=0;--o)switch(a[o].t){case"h":case"H":a[o].t=f,l="h",m<1&&(m=1);break;case"s":(b=a[o].v.match(/\.0+$/))&&(y=Math.max(y,b[0].length-1)),m<3&&(m=3);case"d":case"y":case"M":case"e":l=a[o].t;break;case"m":l==="s"&&(a[o].t="M",m<2&&(m=2));break;case"X":break;case"Z":m<1&&a[o].v.match(/[Hh]/)&&(m=1),m<2&&a[o].v.match(/[Mm]/)&&(m=2),m<3&&a[o].v.match(/[Ss]/)&&(m=3)}switch(m){case 0:break;case 1:u.u>=.5&&(u.u=0,++u.S),u.S>=60&&(u.S=0,++u.M),u.M>=60&&(u.M=0,++u.H);break;case 2:u.u>=.5&&(u.u=0,++u.S),u.S>=60&&(u.S=0,++u.M);break}var x="",w;for(o=0;o0){x.charCodeAt(0)==40?(_=t<0&&x.charCodeAt(0)===45?-t:t,T=Pv("n",x,_)):(_=t<0&&r>1?-t:t,T=Pv("n",x,_),_<0&&a[0]&&a[0].t=="t"&&(T=T.substr(1),a[0].v="-"+a[0].v)),w=T.length-1;var C=a.length;for(o=0;o-1){C=o;break}var A=a.length;if(C===a.length&&T.indexOf("E")===-1){for(o=a.length-1;o>=0;--o)a[o]==null||"n?".indexOf(a[o].t)===-1||(w>=a[o].v.length-1?(w-=a[o].v.length,a[o].v=T.substr(w+1,a[o].v.length)):w<0?a[o].v="":(a[o].v=T.substr(0,w+1),w=-1),a[o].t="t",A=o);w>=0&&A=0;--o)if(!(a[o]==null||"n?".indexOf(a[o].t)===-1)){for(c=a[o].v.indexOf(".")>-1&&o===C?a[o].v.indexOf(".")-1:a[o].v.length-1,S=a[o].v.substr(c+1);c>=0;--c)w>=0&&(a[o].v.charAt(c)==="0"||a[o].v.charAt(c)==="#")&&(S=T.charAt(w--)+S);a[o].v=S,a[o].t="t",A=o}for(w>=0&&A-1&&o===C?a[o].v.indexOf(".")+1:0,S=a[o].v.substr(0,c);c-1&&(_=r>1&&t<0&&o>0&&a[o-1].v==="-"?-t:t,a[o].v=Pv(a[o].t,a[o].v,_),a[o].t="t");var k="";for(o=0;o!==a.length;++o)a[o]!=null&&(k+=a[o].v);return k}var u$e=/\[(=|>[=]?|<[>=]?)(-?\d+(?:\.\d*)?)\]/;function c$e(e,t){if(t==null)return!1;var n=parseFloat(t[2]);switch(t[1]){case"=":if(e==n)return!0;break;case">":if(e>n)return!0;break;case"<":if(e":if(e!=n)return!0;break;case">=":if(e>=n)return!0;break;case"<=":if(e<=n)return!0;break}return!1}function qFn(e,t){var n=GFn(e),r=n.length,a=n[r-1].indexOf("@");if(r<4&&a>-1&&--r,n.length>4)throw new Error("cannot find right format for |"+n.join("|")+"|");if(typeof t!="number")return[4,n.length===4||a>-1?n[n.length-1]:"@"];switch(n.length){case 1:n=a>-1?["General","General","General",n[0]]:[n[0],n[0],n[0],"@"];break;case 2:n=a>-1?[n[0],n[0],n[0],n[1]]:[n[0],n[1],n[0],"@"];break;case 3:n=a>-1?[n[0],n[1],n[0],n[2]]:[n[0],n[1],n[2],"@"];break}var i=t>0?n[0]:t<0?n[1]:n[2];if(n[0].indexOf("[")===-1&&n[1].indexOf("[")===-1)return[r,i];if(n[0].match(/\[[=<>]/)!=null||n[1].match(/\[[=<>]/)!=null){var o=n[0].match(u$e),s=n[1].match(u$e);return c$e(t,o)?[r,n[0]]:c$e(t,s)?[r,n[1]]:[r,n[o!=null&&s!=null?2:1]]}return[r,i]}function ry(e,t,n){n==null&&(n={});var r="";switch(typeof e){case"string":e=="m/d/yy"&&n.dateNF?r=n.dateNF:r=e;break;case"number":e==14&&n.dateNF?r=n.dateNF:r=(n.table!=null?n.table:fs)[e],r==null&&(r=n.table&&n.table[o$e[e]]||fs[o$e[e]]),r==null&&(r=AFn[e]||"General");break}if(N7(r,0))return Poe(t,n);t instanceof Date&&(t=est(t,n.date1904));var a=qFn(r,t);if(N7(a[1]))return Poe(t,n);if(t===!0)t="TRUE";else if(t===!1)t="FALSE";else if(t===""||t==null)return"";return WFn(a[1],t,n,a[0])}function ust(e,t){if(typeof t!="number"){t=+t||-1;for(var n=0;n<392;++n){if(fs[n]==null){t<0&&(t=n);continue}if(fs[n]==e){t=n;break}}t<0&&(t=391)}return fs[t]=e,t}function JG(e){for(var t=0;t!=392;++t)e[t]!==void 0&&ust(e[t],t)}function eW(){fs=IFn()}var cst=/[dD]+|[mM]+|[yYeE]+|[Hh]+|[Ss]+/g;function YFn(e){var t=typeof e=="number"?fs[e]:e;return t=t.replace(cst,"(\\d+)"),new RegExp("^"+t+"$")}function KFn(e,t,n){var r=-1,a=-1,i=-1,o=-1,s=-1,l=-1;(t.match(cst)||[]).forEach(function(d,f){var p=parseInt(n[f+1],10);switch(d.toLowerCase().charAt(0)){case"y":r=p;break;case"d":i=p;break;case"h":o=p;break;case"s":l=p;break;case"m":o>=0?s=p:a=p;break}}),l>=0&&s==-1&&a>=0&&(s=a,a=-1);var u=(""+(r>=0?r:new Date().getFullYear())).slice(-4)+"-"+("00"+(a>=1?a:1)).slice(-2)+"-"+("00"+(i>=1?i:1)).slice(-2);u.length==7&&(u="0"+u),u.length==8&&(u="20"+u);var c=("00"+(o>=0?o:0)).slice(-2)+":"+("00"+(s>=0?s:0)).slice(-2)+":"+("00"+(l>=0?l:0)).slice(-2);return o==-1&&s==-1&&l==-1?u:r==-1&&a==-1&&i==-1?c:u+"T"+c}var XFn={"d.m":"d\\.m"};function ZFn(e,t){return ust(XFn[e]||e,t)}var d$e=function(){var e={};e.version="1.2.0";function t(){for(var T=0,C=new Array(256),A=0;A!=256;++A)T=A,T=T&1?-306674912^T>>>1:T>>>1,T=T&1?-306674912^T>>>1:T>>>1,T=T&1?-306674912^T>>>1:T>>>1,T=T&1?-306674912^T>>>1:T>>>1,T=T&1?-306674912^T>>>1:T>>>1,T=T&1?-306674912^T>>>1:T>>>1,T=T&1?-306674912^T>>>1:T>>>1,T=T&1?-306674912^T>>>1:T>>>1,C[A]=T;return typeof Int32Array<"u"?new Int32Array(C):C}var n=t();function r(T){var C=0,A=0,k=0,I=typeof Int32Array<"u"?new Int32Array(4096):new Array(4096);for(k=0;k!=256;++k)I[k]=T[k];for(k=0;k!=256;++k)for(A=T[k],C=256+k;C<4096;C+=256)A=I[C]=A>>>8^T[A&255];var R=[];for(k=1;k!=16;++k)R[k-1]=typeof Int32Array<"u"&&typeof I.subarray=="function"?I.subarray(k*256,k*256+256):I.slice(k*256,k*256+256);return R}var a=r(n),i=a[0],o=a[1],s=a[2],l=a[3],u=a[4],c=a[5],d=a[6],f=a[7],p=a[8],g=a[9],v=a[10],m=a[11],y=a[12],b=a[13],x=a[14];function w(T,C){for(var A=C^-1,k=0,I=T.length;k>>8^n[(A^T.charCodeAt(k++))&255];return~A}function S(T,C){for(var A=C^-1,k=T.length-15,I=0;I>8&255]^y[T[I++]^A>>16&255]^m[T[I++]^A>>>24]^v[T[I++]]^g[T[I++]]^p[T[I++]]^f[T[I++]]^d[T[I++]]^c[T[I++]]^u[T[I++]]^l[T[I++]]^s[T[I++]]^o[T[I++]]^i[T[I++]]^n[T[I++]];for(k+=15;I>>8^n[(A^T[I++])&255];return~A}function _(T,C){for(var A=C^-1,k=0,I=T.length,R=0,L=0;k>>8^n[(A^R)&255]:R<2048?(A=A>>>8^n[(A^(192|R>>6&31))&255],A=A>>>8^n[(A^(128|R&63))&255]):R>=55296&&R<57344?(R=(R&1023)+64,L=T.charCodeAt(k++)&1023,A=A>>>8^n[(A^(240|R>>8&7))&255],A=A>>>8^n[(A^(128|R>>2&63))&255],A=A>>>8^n[(A^(128|L>>6&15|(R&3)<<4))&255],A=A>>>8^n[(A^(128|L&63))&255]):(A=A>>>8^n[(A^(224|R>>12&15))&255],A=A>>>8^n[(A^(128|R>>6&63))&255],A=A>>>8^n[(A^(128|R&63))&255]);return~A}return e.table=n,e.bstr=w,e.buf=S,e.str=_,e}(),to=function(){var t={};t.version="1.2.2";function n(Se,je){for(var Re=Se.split("/"),Le=je.split("/"),Fe=0,Ve=0,Me=Math.min(Re.length,Le.length);Fe>>1,Se.write_shift(2,Re);var Le=je.getFullYear()-1980;Le=Le<<4|je.getMonth()+1,Le=Le<<5|je.getDate(),Se.write_shift(2,Le)}function o(Se){var je=Se.read_shift(2)&65535,Re=Se.read_shift(2)&65535,Le=new Date,Fe=Re&31;Re>>>=5;var Ve=Re&15;Re>>>=4,Le.setMilliseconds(0),Le.setFullYear(Re+1980),Le.setMonth(Ve-1),Le.setDate(Fe);var Me=je&31;je>>>=5;var ft=je&63;return je>>>=6,Le.setHours(je),Le.setMinutes(ft),Le.setSeconds(Me<<1),Le}function s(Se){Oc(Se,0);for(var je={},Re=0;Se.l<=Se.length-4;){var Le=Se.read_shift(2),Fe=Se.read_shift(2),Ve=Se.l+Fe,Me={};switch(Le){case 21589:Re=Se.read_shift(1),Re&1&&(Me.mtime=Se.read_shift(4)),Fe>5&&(Re&2&&(Me.atime=Se.read_shift(4)),Re&4&&(Me.ctime=Se.read_shift(4))),Me.mtime&&(Me.mt=new Date(Me.mtime*1e3));break;case 1:{var ft=Se.read_shift(4),nt=Se.read_shift(4);Me.usz=nt*Math.pow(2,32)+ft,ft=Se.read_shift(4),nt=Se.read_shift(4),Me.csz=nt*Math.pow(2,32)+ft}break}Se.l=Ve,je[Le]=Me}return je}var l;function u(){return l||(l=QFn)}function c(Se,je){if(Se[0]==80&&Se[1]==75)return Jr(Se,je);if((Se[0]|32)==109&&(Se[1]|32)==105)return vr(Se,je);if(Se.length<512)throw new Error("CFB file size "+Se.length+" < 512");var Re=3,Le=512,Fe=0,Ve=0,Me=0,ft=0,nt=0,rt=[],Ze=Se.slice(0,512);Oc(Ze,0);var Ct=d(Ze);switch(Re=Ct[0],Re){case 3:Le=512;break;case 4:Le=4096;break;case 0:if(Ct[1]==0)return Jr(Se,je);default:throw new Error("Major Version: Expected 3 or 4 saw "+Re)}Le!==512&&(Ze=Se.slice(0,Le),Oc(Ze,28));var Mt=Se.slice(0,Le);f(Ze,Re);var en=Ze.read_shift(4,"i");if(Re===3&&en!==0)throw new Error("# Directory Sectors: Expected 0 saw "+en);Ze.l+=4,Me=Ze.read_shift(4,"i"),Ze.l+=4,Ze.chk("00100000","Mini Stream Cutoff Size: "),ft=Ze.read_shift(4,"i"),Fe=Ze.read_shift(4,"i"),nt=Ze.read_shift(4,"i"),Ve=Ze.read_shift(4,"i");for(var Tt=-1,jt=0;jt<109&&(Tt=Ze.read_shift(4,"i"),!(Tt<0));++jt)rt[jt]=Tt;var _n=p(Se,Le);m(nt,Ve,_n,Le,rt);var zr=b(_n,Me,rt,Le);Me0&&ft!==L&&(zr[ft].name="!MiniFAT"),zr[rt[0]].name="!FAT",zr.fat_addrs=rt,zr.ssz=Le;var _r={},Tn=[],Go=[],rs=[];x(Me,zr,_n,Tn,Fe,_r,Go,ft),g(Go,rs,Tn),Tn.shift();var Wo={FileIndex:Go,FullPaths:rs};return je&&je.raw&&(Wo.raw={header:Mt,sectors:_n}),Wo}function d(Se){if(Se[Se.l]==80&&Se[Se.l+1]==75)return[0,0];Se.chk(N,"Header Signature: "),Se.l+=16;var je=Se.read_shift(2,"u");return[Se.read_shift(2,"u"),je]}function f(Se,je){var Re=9;switch(Se.l+=2,Re=Se.read_shift(2)){case 9:if(je!=3)throw new Error("Sector Shift: Expected 9 saw "+Re);break;case 12:if(je!=4)throw new Error("Sector Shift: Expected 12 saw "+Re);break;default:throw new Error("Sector Shift: Expected 9 or 12 saw "+Re)}Se.chk("0600","Mini Sector Shift: "),Se.chk("000000000000","Reserved: ")}function p(Se,je){for(var Re=Math.ceil(Se.length/je)-1,Le=[],Fe=1;Fe0&&Me>=0;)Ve.push(je.slice(Me*R,Me*R+R)),Fe-=R,Me=vw(Re,Me*4);return Ve.length===0?pt(0):pl(Ve).slice(0,Se.size)}function m(Se,je,Re,Le,Fe){var Ve=L;if(Se===L){if(je!==0)throw new Error("DIFAT chain shorter than expected")}else if(Se!==-1){var Me=Re[Se],ft=(Le>>>2)-1;if(!Me)return;for(var nt=0;nt=1&&m(vw(Me,Le-4),je-1,Re,Le,Fe)}}function y(Se,je,Re,Le,Fe){var Ve=[],Me=[];Fe||(Fe=[]);var ft=Le-1,nt=0,rt=0;for(nt=je;nt>=0;){Fe[nt]=!0,Ve[Ve.length]=nt,Me.push(Se[nt]);var Ze=Re[Math.floor(nt*4/Le)];if(rt=nt*4&ft,Le<4+rt)throw new Error("FAT boundary crossed: "+nt+" 4 "+Le);if(!Se[Ze])break;nt=vw(Se[Ze],rt)}return{nodes:Ve,data:x$e([Me])}}function b(Se,je,Re,Le){var Fe=Se.length,Ve=[],Me=[],ft=[],nt=[],rt=Le-1,Ze=0,Ct=0,Mt=0,en=0;for(Ze=0;Ze=Fe&&(Mt-=Fe),!Me[Mt]){nt=[];var Tt=[];for(Ct=Mt;Ct>=0;){Tt[Ct]=!0,Me[Ct]=!0,ft[ft.length]=Ct,nt.push(Se[Ct]);var jt=Re[Math.floor(Ct*4/Le)];if(en=Ct*4&rt,Le<4+en)throw new Error("FAT boundary crossed: "+Ct+" 4 "+Le);if(!Se[jt]||(Ct=vw(Se[jt],en),Tt[Ct]))break}Ve[Mt]={nodes:ft,data:x$e([nt])}}return Ve}function x(Se,je,Re,Le,Fe,Ve,Me,ft){for(var nt=0,rt=Le.length?2:0,Ze=je[Se].data,Ct=0,Mt=0,en;Ct0&&nt!==L&&(je[nt].name="!StreamData")):jt.size>=4096?(jt.storage="fat",je[jt.start]===void 0&&(je[jt.start]=y(Re,jt.start,je.fat_addrs,je.ssz)),je[jt.start].name=jt.name,jt.content=je[jt.start].data.slice(0,jt.size)):(jt.storage="minifat",jt.size<0?jt.size=0:nt!==L&&jt.start!==L&&je[nt]&&(jt.content=v(jt,je[nt].data,(je[ft]||{}).data))),jt.content&&Oc(jt.content,0),Ve[en]=jt,Me.push(jt)}}function w(Se,je){return new Date((Sf(Se,je+4)/1e7*Math.pow(2,32)+Sf(Se,je)/1e7-11644473600)*1e3)}function S(Se,je){return u(),c(l.readFileSync(Se),je)}function _(Se,je){var Re=je&&je.type;switch(Re||fi&&Buffer.isBuffer(Se)&&(Re="buffer"),Re||"base64"){case"file":return S(Se,je);case"base64":return c(xf(Lb(Se)),je);case"binary":return c(xf(Se),je)}return c(Se,je)}function T(Se,je){var Re=je||{},Le=Re.root||"Root Entry";if(Se.FullPaths||(Se.FullPaths=[]),Se.FileIndex||(Se.FileIndex=[]),Se.FullPaths.length!==Se.FileIndex.length)throw new Error("inconsistent CFB structure");Se.FullPaths.length===0&&(Se.FullPaths[0]=Le+"/",Se.FileIndex[0]={name:Le,type:5}),Re.CLSID&&(Se.FileIndex[0].clsid=Re.CLSID),C(Se)}function C(Se){var je="Sh33tJ5";if(!to.find(Se,"/"+je)){var Re=pt(4);Re[0]=55,Re[1]=Re[3]=50,Re[2]=54,Se.FileIndex.push({name:je,type:2,content:Re,size:4,L:69,R:69,C:69}),Se.FullPaths.push(Se.FullPaths[0]+je),A(Se)}}function A(Se,je){T(Se);for(var Re=!1,Le=!1,Fe=Se.FullPaths.length-1;Fe>=0;--Fe){var Ve=Se.FileIndex[Fe];switch(Ve.type){case 0:Le?Re=!0:(Se.FileIndex.pop(),Se.FullPaths.pop());break;case 1:case 2:case 5:Le=!0,isNaN(Ve.R*Ve.L*Ve.C)&&(Re=!0),Ve.R>-1&&Ve.L>-1&&Ve.R==Ve.L&&(Re=!0);break;default:Re=!0;break}}if(!(!Re&&!je)){var Me=new Date(1987,1,19),ft=0,nt=Object.create?Object.create(null):{},rt=[];for(Fe=0;Fe1?1:-1,Ct.size=0,Ct.type=5;else if(Mt.slice(-1)=="/"){for(ft=Fe+1;ft=rt.length?-1:ft,ft=Fe+1;ft=rt.length?-1:ft,Ct.type=1}else r(Se.FullPaths[Fe+1]||"")==r(Mt)&&(Ct.R=Fe+1),Ct.type=2}}}function k(Se,je){var Re=je||{};if(Re.fileType=="mad")return ha(Se,Re);switch(A(Se),Re.fileType){case"zip":return Za(Se,Re)}var Le=function(en){for(var Tt=0,jt=0,_n=0;_n0&&(_r<4096?Tt+=_r+63>>6:jt+=_r+511>>9)}}for(var Tn=en.FullPaths.length+3>>2,Go=Tt+7>>3,rs=Tt+127>>7,Wo=Go+jt+Tn+rs,er=Wo+127>>7,Dr=er<=109?0:Math.ceil((er-109)/127);Wo+er+Dr+127>>7>er;)Dr=++er<=109?0:Math.ceil((er-109)/127);var Vr=[1,Dr,er,rs,Tn,jt,Tt,0];return en.FileIndex[0].size=Tt<<6,Vr[7]=(en.FileIndex[0].start=Vr[0]+Vr[1]+Vr[2]+Vr[3]+Vr[4]+Vr[5])+(Vr[6]+7>>3),Vr}(Se),Fe=pt(Le[7]<<9),Ve=0,Me=0;{for(Ve=0;Ve<8;++Ve)Fe.write_shift(1,j[Ve]);for(Ve=0;Ve<8;++Ve)Fe.write_shift(2,0);for(Fe.write_shift(2,62),Fe.write_shift(2,3),Fe.write_shift(2,65534),Fe.write_shift(2,9),Fe.write_shift(2,6),Ve=0;Ve<3;++Ve)Fe.write_shift(2,0);for(Fe.write_shift(4,0),Fe.write_shift(4,Le[2]),Fe.write_shift(4,Le[0]+Le[1]+Le[2]+Le[3]-1),Fe.write_shift(4,0),Fe.write_shift(4,4096),Fe.write_shift(4,Le[3]?Le[0]+Le[1]+Le[2]-1:L),Fe.write_shift(4,Le[3]),Fe.write_shift(-4,Le[1]?Le[0]-1:L),Fe.write_shift(4,Le[1]),Ve=0;Ve<109;++Ve)Fe.write_shift(-4,Ve>9)));for(ft(Le[6]+7>>3);Fe.l&511;)Fe.write_shift(-4,U.ENDOFCHAIN);for(Me=Ve=0,nt=0;nt=4096)&&(Ze.start=Me,ft(rt+63>>6)));for(;Fe.l&511;)Fe.write_shift(-4,U.ENDOFCHAIN);for(Ve=0;Ve32&&(console.error("Name "+Mt+" will be truncated to "+Mt.slice(0,32)),Mt=Mt.slice(0,32)),rt=2*(Mt.length+1),Fe.write_shift(64,Mt,"utf16le"),Fe.write_shift(2,rt),Fe.write_shift(1,Ze.type),Fe.write_shift(1,Ze.color),Fe.write_shift(-4,Ze.L),Fe.write_shift(-4,Ze.R),Fe.write_shift(-4,Ze.C),Ze.clsid)Fe.write_shift(16,Ze.clsid,"hex");else for(nt=0;nt<4;++nt)Fe.write_shift(4,0);Fe.write_shift(4,Ze.state||0),Fe.write_shift(4,0),Fe.write_shift(4,0),Fe.write_shift(4,0),Fe.write_shift(4,0),Fe.write_shift(4,Ze.start),Fe.write_shift(4,Ze.size),Fe.write_shift(4,0)}for(Ve=1;Ve=4096)if(Fe.l=Ze.start+1<<9,fi&&Buffer.isBuffer(Ze.content))Ze.content.copy(Fe,Fe.l,0,Ze.size),Fe.l+=Ze.size+511&-512;else{for(nt=0;nt0&&Ze.size<4096)if(fi&&Buffer.isBuffer(Ze.content))Ze.content.copy(Fe,Fe.l,0,Ze.size),Fe.l+=Ze.size+63&-64;else{for(nt=0;nt>16|je>>8|je)&255}for(var oe=typeof Uint8Array<"u",ie=oe?new Uint8Array(256):[],he=0;he<256;++he)ie[he]=ae(he);function fe(Se,je){var Re=ie[Se&255];return je<=8?Re>>>8-je:(Re=Re<<8|ie[Se>>8&255],je<=16?Re>>>16-je:(Re=Re<<8|ie[Se>>16&255],Re>>>24-je))}function we(Se,je){var Re=je&7,Le=je>>>3;return(Se[Le]|(Re<=6?0:Se[Le+1]<<8))>>>Re&3}function Ie(Se,je){var Re=je&7,Le=je>>>3;return(Se[Le]|(Re<=5?0:Se[Le+1]<<8))>>>Re&7}function de(Se,je){var Re=je&7,Le=je>>>3;return(Se[Le]|(Re<=4?0:Se[Le+1]<<8))>>>Re&15}function pe(Se,je){var Re=je&7,Le=je>>>3;return(Se[Le]|(Re<=3?0:Se[Le+1]<<8))>>>Re&31}function _e(Se,je){var Re=je&7,Le=je>>>3;return(Se[Le]|(Re<=1?0:Se[Le+1]<<8))>>>Re&127}function te(Se,je,Re){var Le=je&7,Fe=je>>>3,Ve=(1<>>Le;return Re<8-Le||(Me|=Se[Fe+1]<<8-Le,Re<16-Le)||(Me|=Se[Fe+2]<<16-Le,Re<24-Le)||(Me|=Se[Fe+3]<<24-Le),Me&Ve}function ce(Se,je,Re){var Le=je&7,Fe=je>>>3;return Le<=5?Se[Fe]|=(Re&7)<>8-Le),je+3}function se(Se,je,Re){var Le=je&7,Fe=je>>>3;return Re=(Re&1)<>>3;return Re<<=Le,Se[Fe]|=Re&255,Re>>>=8,Se[Fe+1]=Re,je+8}function me(Se,je,Re){var Le=je&7,Fe=je>>>3;return Re<<=Le,Se[Fe]|=Re&255,Re>>>=8,Se[Fe+1]=Re&255,Se[Fe+2]=Re>>>8,je+16}function Ce(Se,je){var Re=Se.length,Le=2*Re>je?2*Re:je+5,Fe=0;if(Re>=je)return Se;if(fi){var Ve=r$e(Le);if(Se.copy)Se.copy(Ve);else for(;Fe>Le-Ct,Me=(1<=0;--Me)je[ft|Me<0;)nt[nt.l++]=ft[rt++]}return nt.l}function Me(ft,nt){for(var rt=0,Ze=0,Ct=oe?new Uint16Array(32768):[];Ze0;)nt[nt.l++]=ft[Ze++];rt=nt.l*8;continue}rt=ce(nt,rt,+(Ze+Mt==ft.length)+2);for(var en=0;Mt-- >0;){var Tt=ft[Ze];en=(en<<5^Tt)&32767;var jt=-1,_n=0;if((jt=Ct[en])&&(jt|=Ze&-32768,jt>Ze&&(jt-=32768),jt2){Tt=Fe[_n],Tt<=22?rt=ve(nt,rt,ie[Tt+1]>>1)-1:(ve(nt,rt,3),rt+=5,ve(nt,rt,ie[Tt-23]>>5),rt+=3);var zr=Tt<8?0:Tt-4>>2;zr>0&&(me(nt,rt,_n-V[Tt]),rt+=zr),Tt=je[Ze-jt],rt=ve(nt,rt,ie[Tt]>>3),rt-=3;var _r=Tt<4?0:Tt-2>>1;_r>0&&(me(nt,rt,Ze-jt-X[Tt]),rt+=_r);for(var Tn=0;Tn<_n;++Tn)Ct[en]=Ze&32767,en=(en<<5^ft[Ze])&32767,++Ze;Mt-=_n-1}else Tt<=143?Tt=Tt+48:rt=se(nt,rt,1),rt=ve(nt,rt,ie[Tt]),Ct[en]=Ze&32767,++Ze}rt=ve(nt,rt,0)-1}return nt.l=(rt+7)/8|0,nt.l}return function(nt,rt){return nt.length<8?Ve(nt,rt):Me(nt,rt)}}();function Rt(Se){var je=pt(50+Math.floor(Se.length*1.1)),Re=mt(Se,je);return je.slice(0,Re)}var En=oe?new Uint16Array(32768):Ee(32768),Wt=oe?new Uint16Array(32768):Ee(32768),wt=oe?new Uint16Array(128):Ee(128),dt=1,hn=1;function Qn(Se,je){var Re=pe(Se,je)+257;je+=5;var Le=pe(Se,je)+1;je+=5;var Fe=de(Se,je)+4;je+=4;for(var Ve=0,Me=oe?new Uint8Array(19):Ee(19),ft=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],nt=1,rt=oe?new Uint8Array(8):Ee(8),Ze=oe?new Uint8Array(8):Ee(8),Ct=Me.length,Mt=0;Mt>8-Tt;for(var jt=(1<<7-Tt)-1;jt>=0;--jt)wt[en|jt<>>=3){case 16:for(Ve=3+we(Se,je),je+=2,en=_n[_n.length-1];Ve-- >0;)_n.push(en);break;case 17:for(Ve=3+Ie(Se,je),je+=3;Ve-- >0;)_n.push(0);break;case 18:for(Ve=11+_e(Se,je),je+=7;Ve-- >0;)_n.push(0);break;default:_n.push(en),nt>>0,ft=0,nt=0;!(Le&1);){if(Le=Ie(Se,Re),Re+=3,Le>>>1)Le>>1==1?(ft=9,nt=5):(Re=Qn(Se,Re),ft=dt,nt=hn);else{Re&7&&(Re+=8-(Re&7));var rt=Se[Re>>>3]|Se[(Re>>>3)+1]<<8;if(Re+=32,rt>0)for(!je&&Me0;)Fe[Ve++]=Se[Re>>>3],Re+=8;continue}for(;;){!je&&Me>>1==1?xt[Ze]:En[Ze];if(Re+=Ct&15,Ct>>>=4,!(Ct>>>8&255))Fe[Ve++]=Ct;else{if(Ct==256)break;Ct-=257;var Mt=Ct<8?0:Ct-4>>2;Mt>5&&(Mt=0);var en=Ve+V[Ct];Mt>0&&(en+=te(Se,Re,Mt),Re+=Mt),Ze=te(Se,Re,nt),Ct=Le>>>1==1?bt[Ze]:Wt[Ze],Re+=Ct&15,Ct>>>=4;var Tt=Ct<4?0:Ct-2>>1,jt=X[Ct];for(Tt>0&&(jt+=te(Se,Re,Tt),Re+=Tt),!je&&Me>>3]:[Fe.slice(0,Ve),Re+7>>>3]}function Qr(Se,je){var Re=Se.slice(Se.l||0),Le=Zt(Re,je);return Se.l+=Le[1],Le[0]}function pa(Se,je){if(Se)typeof console<"u"&&console.error(je);else throw new Error(je)}function Jr(Se,je){var Re=Se;Oc(Re,0);var Le=[],Fe=[],Ve={FileIndex:Le,FullPaths:Fe};T(Ve,{root:je.root});for(var Me=Re.length-4;(Re[Me]!=80||Re[Me+1]!=75||Re[Me+2]!=5||Re[Me+3]!=6)&&Me>=0;)--Me;Re.l=Me+4,Re.l+=4;var ft=Re.read_shift(2);Re.l+=6;var nt=Re.read_shift(4);for(Re.l=nt,Me=0;Me0&&(Re=Re.slice(0,Re.length-1),Re=Re.slice(0,Re.lastIndexOf("/")+1),Ve.slice(0,Re.length)!=Re););var Me=(Le[1]||"").match(/boundary="(.*?)"/);if(!Me)throw new Error("MAD cannot find boundary");var ft="--"+(Me[1]||""),nt=[],rt=[],Ze={FileIndex:nt,FullPaths:rt};T(Ze);var Ct,Mt=0;for(Fe=0;Fe=32&&en<128&&++Ct;var jt=Ct>=Mt*4/5;Fe.push(Le),Fe.push("Content-Location: "+(Re.root||"file:///C:/SheetJS/")+Me),Fe.push("Content-Transfer-Encoding: "+(jt?"quoted-printable":"base64")),Fe.push("Content-Type: "+ra(ft,Me)),Fe.push(""),Fe.push(jt?so(Ze):kn(Ze))}return Fe.push(Le+`--\r -`),Fe.join(`\r -`)}function Fi(Se){var je={};return T(je,Se),je}function Qs(Se,je,Re,Le){var Fe=Le&&Le.unsafe;Fe||T(Se);var Ve=!Fe&&to.find(Se,je);if(!Ve){var Me=Se.FullPaths[0];je.slice(0,Me.length)==Me?Me=je:(Me.slice(-1)!="/"&&(Me+="/"),Me=(Me+je).replace("//","/")),Ve={name:a(je),type:2},Se.FileIndex.push(Ve),Se.FullPaths.push(Me),Fe||to.utils.cfb_gc(Se)}return Ve.content=Re,Ve.size=Re?Re.length:0,Le&&(Le.CLSID&&(Ve.clsid=Le.CLSID),Le.mt&&(Ve.mt=Le.mt),Le.ct&&(Ve.ct=Le.ct)),Ve}function uo(Se,je){T(Se);var Re=to.find(Se,je);if(Re){for(var Le=0;Le0?n.setTime(n.getTime()+n.getTimezoneOffset()*60*1e3):t<0&&n.setTime(n.getTime()-n.getTimezoneOffset()*60*1e3),n;if(e instanceof Date)return e;if(pst.getFullYear()==1917&&!isNaN(n.getFullYear())){var r=n.getFullYear();return e.indexOf(""+r)>-1||n.setFullYear(n.getFullYear()+100),n}var a=e.match(/\d+/g)||["2017","2","19","0","0","0"],i=new Date(+a[0],+a[1]-1,+a[2],+a[3]||0,+a[4]||0,+a[5]||0);return e.indexOf("Z")>-1&&(i=new Date(i.getTime()-i.getTimezoneOffset()*60*1e3)),i}function Gve(e,t){if(fi&&Buffer.isBuffer(e)){if(t&&AD){if(e[0]==255&&e[1]==254)return xv(e.slice(2).toString("utf16le"));if(e[1]==254&&e[2]==255)return xv(wFn(e.slice(2).toString("binary")))}return e.toString("binary")}if(typeof TextDecoder<"u")try{if(t){if(e[0]==255&&e[1]==254)return xv(new TextDecoder("utf-16le").decode(e.slice(2)));if(e[0]==254&&e[1]==255)return xv(new TextDecoder("utf-16be").decode(e.slice(2)))}var n={"€":"€","‚":"‚",ƒ:"ƒ","„":"„","…":"…","†":"†","‡":"‡","ˆ":"ˆ","‰":"‰",Š:"Š","‹":"‹",Œ:"Œ",Ž:"Ž","‘":"‘","’":"’","“":"“","”":"”","•":"•","–":"–","—":"—","˜":"˜","™":"™",š:"š","›":"›",œ:"œ",ž:"ž",Ÿ:"Ÿ"};return Array.isArray(e)&&(e=new Uint8Array(e)),new TextDecoder("latin1").decode(e).replace(/[€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ]/g,function(i){return n[i]||i})}catch{}for(var r=[],a=0;a!=e.length;++a)r.push(String.fromCharCode(e[a]));return r.join("")}function Hc(e){if(typeof JSON<"u"&&!Array.isArray(e))return JSON.parse(JSON.stringify(e));if(typeof e!="object"||e==null)return e;if(e instanceof Date)return new Date(e.getTime());var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=Hc(e[n]));return t}function ss(e,t){for(var n="";n.length3&&i9n.indexOf(t)==-1)return i}else if(t.replace(/[ap]m?/,"").match(/[a-z]/))return i;return o<0||o>8099||e.match(/[^-0-9:,\/\\]/)?i:a}function na(e,t,n){if(e.FullPaths){if(typeof n=="string"){var r;return fi?r=x0(n):r=EFn(n),to.utils.cfb_add(e,t,r)}to.utils.cfb_add(e,t,n)}else e.file(t,n)}function Wve(){return to.utils.cfb_new()}var Ks=`\r -`,o9n={""":'"',"'":"'",">":">","<":"<","&":"&"},qve=Hve(o9n),Yve=/[&<>'"]/g,s9n=/[\u0000-\u0008\u000b-\u001f\uFFFE-\uFFFF]/g;function Kr(e){var t=e+"";return t.replace(Yve,function(n){return qve[n]}).replace(s9n,function(n){return"_x"+("000"+n.charCodeAt(0).toString(16)).slice(-4)+"_"})}function m$e(e){return Kr(e).replace(/ /g,"_x0020_")}var hst=/[\u0000-\u001f]/g;function g$e(e){var t=e+"";return t.replace(Yve,function(n){return qve[n]}).replace(/\n/g,"
").replace(hst,function(n){return"&#x"+("000"+n.charCodeAt(0).toString(16)).slice(-4)+";"})}function l9n(e){var t=e+"";return t.replace(Yve,function(n){return qve[n]}).replace(hst,function(n){return"&#x"+n.charCodeAt(0).toString(16).toUpperCase()+";"})}function u9n(e){return e.replace(/(\r\n|[\r\n])/g," ")}function c9n(e){switch(e){case 1:case!0:case"1":case"true":return!0;case 0:case!1:case"0":case"false":return!1}return!1}function wJ(e){for(var t="",n=0,r=0,a=0,i=0,o=0,s=0;n191&&r<224){o=(r&31)<<6,o|=a&63,t+=String.fromCharCode(o);continue}if(i=e.charCodeAt(n++),r<240){t+=String.fromCharCode((r&15)<<12|(a&63)<<6|i&63);continue}o=e.charCodeAt(n++),s=((r&7)<<18|(a&63)<<12|(i&63)<<6|o&63)-65536,t+=String.fromCharCode(55296+(s>>>10&1023)),t+=String.fromCharCode(56320+(s&1023))}return t}function v$e(e){var t=YS(2*e.length),n,r,a=1,i=0,o=0,s;for(r=0;r>>10&1023),n=56320+(n&1023)),o!==0&&(t[i++]=o&255,t[i++]=o>>>8,o=0),t[i++]=n%256,t[i++]=n>>>8;return t.slice(0,i).toString("ucs2")}function y$e(e){return x0(e,"binary").toString("utf8")}var o5="foo bar baz☃🍣",zC=fi&&(y$e(o5)==wJ(o5)&&y$e||v$e(o5)==wJ(o5)&&v$e)||wJ,xv=fi?function(e){return x0(e,"utf8").toString("binary")}:function(e){for(var t=[],n=0,r=0,a=0;n>6))),t.push(String.fromCharCode(128+(r&63)));break;case(r>=55296&&r<57344):r-=55296,a=e.charCodeAt(n++)-56320+(r<<10),t.push(String.fromCharCode(240+(a>>18&7))),t.push(String.fromCharCode(144+(a>>12&63))),t.push(String.fromCharCode(128+(a>>6&63))),t.push(String.fromCharCode(128+(a&63)));break;default:t.push(String.fromCharCode(224+(r>>12))),t.push(String.fromCharCode(128+(r>>6&63))),t.push(String.fromCharCode(128+(r&63)))}return t.join("")},d9n=function(){var e=[["nbsp"," "],["middot","·"],["quot",'"'],["apos","'"],["gt",">"],["lt","<"],["amp","&"]].map(function(t){return[new RegExp("&"+t[0]+";","ig"),t[1]]});return function(n){for(var r=n.replace(/^[\t\n\r ]+/,"").replace(/[\t\n\r ]+$/,"").replace(/>\s+/g,">").replace(/\s+/g,` -`).replace(/<[^>]*>/g,""),a=0;a"+t+""}function OD(e){return El(e).map(function(t){return" "+t+'="'+e[t]+'"'}).join("")}function tn(e,t,n){return"<"+e+(n!=null?OD(n):"")+(t!=null?(t.match(mst)?' xml:space="preserve"':"")+">"+t+""}function Roe(e,t){try{return e.toISOString().replace(/\.\d*/,"")}catch(n){if(t)throw n}return""}function f9n(e,t){switch(typeof e){case"string":var n=tn("vt:lpwstr",Kr(e));return t&&(n=n.replace(/"/g,"_x0022_")),n;case"number":return tn((e|0)==e?"vt:i4":"vt:r8",Kr(String(e)));case"boolean":return tn("vt:bool",e?"true":"false")}if(e instanceof Date)return tn("vt:filetime",Roe(e));throw new Error("Unable to serialize "+e)}var Kl={CORE_PROPS:"http://schemas.openxmlformats.org/package/2006/metadata/core-properties",CUST_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties",EXT_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",CT:"http://schemas.openxmlformats.org/package/2006/content-types",RELS:"http://schemas.openxmlformats.org/package/2006/relationships",TCMNT:"http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments",dc:"http://purl.org/dc/elements/1.1/",dcterms:"http://purl.org/dc/terms/",dcmitype:"http://purl.org/dc/dcmitype/",mx:"http://schemas.microsoft.com/office/mac/excel/2008/main",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",sjs:"http://schemas.openxmlformats.org/package/2006/sheetjs/core-properties",vt:"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",xsi:"http://www.w3.org/2001/XMLSchema-instance",xsd:"http://www.w3.org/2001/XMLSchema"},yA=["http://schemas.openxmlformats.org/spreadsheetml/2006/main","http://purl.oclc.org/ooxml/spreadsheetml/main","http://schemas.microsoft.com/office/excel/2006/main","http://schemas.microsoft.com/office/excel/2006/2"],wf={o:"urn:schemas-microsoft-com:office:office",x:"urn:schemas-microsoft-com:office:excel",ss:"urn:schemas-microsoft-com:office:spreadsheet",dt:"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882",mv:"http://macVmlSchemaUri",v:"urn:schemas-microsoft-com:vml",html:"http://www.w3.org/TR/REC-html40"};function p9n(e,t){for(var n=1-2*(e[t+7]>>>7),r=((e[t+7]&127)<<4)+(e[t+6]>>>4&15),a=e[t+6]&15,i=5;i>=0;--i)a=a*256+e[t+i];return r==2047?a==0?n*(1/0):NaN:(r==0?r=-1022:(r-=1023,a+=Math.pow(2,52)),n*Math.pow(2,r-52)*a)}function h9n(e,t,n){var r=(t<0||1/t==-1/0?1:0)<<7,a=0,i=0,o=r?-t:t;isFinite(o)?o==0?a=i=0:(a=Math.floor(Math.log(o)/Math.LN2),i=o*Math.pow(2,52-a),a<=-1023&&(!isFinite(i)||i>4|r}var b$e=function(e){for(var t=[],n=10240,r=0;r0&&Buffer.isBuffer(e[0][0])?Buffer.concat(e[0].map(function(t){return Buffer.isBuffer(t)?t:x0(t)})):b$e(e)}:b$e,w$e=function(e,t,n){for(var r=[],a=t;a0?g$(e,t+4,t+4+n-1):""},yst=vst,bst=function(e,t){var n=Sf(e,t);return n>0?g$(e,t+4,t+4+n-1):""},xst=bst,wst=function(e,t){var n=2*Sf(e,t);return n>0?g$(e,t+4,t+4+n-1):""},Sst=wst,_st=function(t,n){var r=Sf(t,n);return r>0?Kve(t,n+4,n+4+r):""},Est=_st,Tst=function(e,t){var n=Sf(e,t);return n>0?g$(e,t+4,t+4+n):""},Cst=Tst,Ist=function(e,t){return p9n(e,t)},$7=Ist,Xve=function(t){return Array.isArray(t)||typeof Uint8Array<"u"&&t instanceof Uint8Array};fi&&(yst=function(t,n){if(!Buffer.isBuffer(t))return vst(t,n);var r=t.readUInt32LE(n);return r>0?t.toString("utf8",n+4,n+4+r-1):""},xst=function(t,n){if(!Buffer.isBuffer(t))return bst(t,n);var r=t.readUInt32LE(n);return r>0?t.toString("utf8",n+4,n+4+r-1):""},Sst=function(t,n){if(!Buffer.isBuffer(t)||!AD)return wst(t,n);var r=2*t.readUInt32LE(n);return t.toString("utf16le",n+4,n+4+r-1)},Est=function(t,n){if(!Buffer.isBuffer(t)||!AD)return _st(t,n);var r=t.readUInt32LE(n);return t.toString("utf16le",n+4,n+4+r)},Cst=function(t,n){if(!Buffer.isBuffer(t))return Tst(t,n);var r=t.readUInt32LE(n);return t.toString("utf8",n+4,n+4+r)},$7=function(t,n){return Buffer.isBuffer(t)?t.readDoubleLE(n):Ist(t,n)},Xve=function(t){return Buffer.isBuffer(t)||Array.isArray(t)||typeof Uint8Array<"u"&&t instanceof Uint8Array});var yT=function(e,t){return e[t]},eR=function(e,t){return e[t+1]*256+e[t]},m9n=function(e,t){var n=e[t+1]*256+e[t];return n<32768?n:(65535-n+1)*-1},Sf=function(e,t){return e[t+3]*(1<<24)+(e[t+2]<<16)+(e[t+1]<<8)+e[t]},vw=function(e,t){return e[t+3]<<24|e[t+2]<<16|e[t+1]<<8|e[t]},g9n=function(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]};function aN(e,t){var n="",r,a,i=[],o,s,l,u;switch(t){case"dbcs":if(u=this.l,fi&&Buffer.isBuffer(this)&&AD)n=this.slice(this.l,this.l+2*e).toString("utf16le");else for(l=0;l0?vw:g9n)(this,this.l),this.l+=4,r):(a=Sf(this,this.l),this.l+=4,a);case 8:case-8:if(t==="f")return e==8?a=$7(this,this.l):a=$7([this[this.l+7],this[this.l+6],this[this.l+5],this[this.l+4],this[this.l+3],this[this.l+2],this[this.l+1],this[this.l+0]],0),this.l+=8,a;e=8;case 16:n=gst(this,this.l,e);break}}return this.l+=e,n}var v9n=function(e,t,n){e[n]=t&255,e[n+1]=t>>>8&255,e[n+2]=t>>>16&255,e[n+3]=t>>>24&255},y9n=function(e,t,n){e[n]=t&255,e[n+1]=t>>8&255,e[n+2]=t>>16&255,e[n+3]=t>>24&255},b9n=function(e,t,n){e[n]=t&255,e[n+1]=t>>>8&255};function x9n(e,t,n){var r=0,a=0;if(n==="dbcs"){for(a=0;a!=t.length;++a)b9n(this,t.charCodeAt(a),this.l+2*a);r=2*t.length}else if(n==="sbcs"||n=="cpstr"){for(t=t.replace(/[^\x00-\x7F]/g,"_"),a=0;a!=t.length;++a)this[this.l+a]=t.charCodeAt(a)&255;r=t.length}else if(n==="hex"){for(;a>8}for(;this.l>>=8,this[this.l+1]=t&255;break;case 3:r=3,this[this.l]=t&255,t>>>=8,this[this.l+1]=t&255,t>>>=8,this[this.l+2]=t&255;break;case 4:r=4,v9n(this,t,this.l);break;case 8:if(r=8,n==="f"){h9n(this,t,this.l);break}case 16:break;case-4:r=4,y9n(this,t,this.l);break}return this.l+=r,this}function Ast(e,t){var n=gst(this,this.l,e.length>>1);if(n!==e)throw new Error(t+"Expected "+e+" saw "+n);this.l+=e.length>>1}function Oc(e,t){e.l=t,e.read_shift=aN,e.chk=Ast,e.write_shift=x9n}function Xg(e,t){e.l+=t}function pt(e){var t=YS(e);return Oc(t,0),t}function jd(){var e=[],t=fi?256:2048,n=function(u){var c=pt(u);return Oc(c,0),c},r=n(t),a=function(){r&&(r.l&&(r.length>r.l&&(r=r.slice(0,r.l),r.l=r.length),r.length>0&&e.push(r)),r=null)},i=function(u){return r&&u=128?1:0)+1,r>=128&&++i,r>=16384&&++i,r>=2097152&&++i;var o=e.next(i);a<=127?o.write_shift(1,a):(o.write_shift(1,(a&127)+128),o.write_shift(1,a>>7));for(var s=0;s!=4;++s)if(r>=128)o.write_shift(1,(r&127)+128),r>>=7;else{o.write_shift(1,r);break}r>0&&Xve(n)&&e.push(n)}}function iN(e,t,n){var r=Hc(e);if(t.s?(r.cRel&&(r.c+=t.s.c),r.rRel&&(r.r+=t.s.r)):(r.cRel&&(r.c+=t.c),r.rRel&&(r.r+=t.r)),!n||n.biff<12){for(;r.c>=256;)r.c-=256;for(;r.r>=65536;)r.r-=65536}return r}function E$e(e,t,n){var r=Hc(e);return r.s=iN(r.s,t.s,n),r.e=iN(r.e,t.s,n),r}function oN(e,t){if(e.cRel&&e.c<0)for(e=Hc(e);e.c<0;)e.c+=t>8?16384:256;if(e.rRel&&e.r<0)for(e=Hc(e);e.r<0;)e.r+=t>8?1048576:t>5?65536:16384;var n=Jo(e);return!e.cRel&&e.cRel!=null&&(n=_9n(n)),!e.rRel&&e.rRel!=null&&(n=w9n(n)),n}function SJ(e,t){return e.s.r==0&&!e.s.rRel&&e.e.r==(t.biff>=12?1048575:t.biff>=8?65536:16384)&&!e.e.rRel?(e.s.cRel?"":"$")+ro(e.s.c)+":"+(e.e.cRel?"":"$")+ro(e.e.c):e.s.c==0&&!e.s.cRel&&e.e.c==(t.biff>=12?16383:255)&&!e.e.cRel?(e.s.rRel?"":"$")+no(e.s.r)+":"+(e.e.rRel?"":"$")+no(e.e.r):oN(e.s,t.biff)+":"+oN(e.e,t.biff)}function Zve(e){return parseInt(S9n(e),10)-1}function no(e){return""+(e+1)}function w9n(e){return e.replace(/([A-Z]|^)(\d+)$/,"$1$$$2")}function S9n(e){return e.replace(/\$(\d+)$/,"$1")}function Qve(e){for(var t=E9n(e),n=0,r=0;r!==t.length;++r)n=26*n+t.charCodeAt(r)-64;return n-1}function ro(e){if(e<0)throw new Error("invalid column "+e);var t="";for(++e;e;e=Math.floor((e-1)/26))t=String.fromCharCode((e-1)%26+65)+t;return t}function _9n(e){return e.replace(/^([A-Z])/,"$$$1")}function E9n(e){return e.replace(/^\$([A-Z])/,"$1")}function T9n(e){return e.replace(/(\$?[A-Z]*)(\$?\d*)/,"$1,$2").split(",")}function Lo(e){for(var t=0,n=0,r=0;r=48&&a<=57?t=10*t+(a-48):a>=65&&a<=90&&(n=26*n+(a-64))}return{c:n-1,r:t-1}}function Jo(e){for(var t=e.c+1,n="";t;t=(t-1)/26|0)n=String.fromCharCode((t-1)%26+65)+n;return n+(e.r+1)}function Du(e){var t=e.indexOf(":");return t==-1?{s:Lo(e),e:Lo(e)}:{s:Lo(e.slice(0,t)),e:Lo(e.slice(t+1))}}function Vs(e,t){return typeof t>"u"||typeof t=="number"?Vs(e.s,e.e):(typeof e!="string"&&(e=Jo(e)),typeof t!="string"&&(t=Jo(t)),e==t?e:e+":"+t)}function PD(e){var t=Du(e);return"$"+ro(t.s.c)+"$"+no(t.s.r)+":$"+ro(t.e.c)+"$"+no(t.e.r)}function RD(e,t){if(!e&&!(t&&t.biff<=5&&t.biff>=2))throw new Error("empty sheet name");return/[^\w\u4E00-\u9FFF\u3040-\u30FF]/.test(e)?"'"+e.replace(/'/g,"''")+"'":e}function To(e){var t={s:{c:0,r:0},e:{c:0,r:0}},n=0,r=0,a=0,i=e.length;for(n=0;r26);++r)n=26*n+a;for(t.s.c=--n,n=0;r9);++r)n=10*n+a;if(t.s.r=--n,r===i||a!=10)return t.e.c=t.s.c,t.e.r=t.s.r,t;for(++r,n=0;r!=i&&!((a=e.charCodeAt(r)-64)<1||a>26);++r)n=26*n+a;for(t.e.c=--n,n=0;r!=i&&!((a=e.charCodeAt(r)-48)<0||a>9);++r)n=10*n+a;return t.e.r=--n,t}function T$e(e,t){var n=e.t=="d"&&t instanceof Date;if(e.z!=null)try{return e.w=ry(e.z,n?Vc(t):t)}catch{}try{return e.w=ry((e.XF||{}).numFmtId||(n?14:0),n?Vc(t):t)}catch{return""+t}}function ay(e,t,n){return e==null||e.t==null||e.t=="z"?"":e.w!==void 0?e.w:(e.t=="d"&&!e.z&&n&&n.dateNF&&(e.z=n.dateNF),e.t=="e"?v$[e.v]||e.v:t==null?T$e(e,e.v):T$e(e,t))}function bA(e,t){var n=t&&t.sheet?t.sheet:"Sheet1",r={};return r[n]=e,{SheetNames:[n],Sheets:r}}function kst(e,t,n){var r=n||{},a=e?e["!data"]!=null:r.dense,i=e||{};a&&!i["!data"]&&(i["!data"]=[]);var o=0,s=0;if(i&&r.origin!=null){if(typeof r.origin=="number")o=r.origin;else{var l=typeof r.origin=="string"?Lo(r.origin):r.origin;o=l.r,s=l.c}i["!ref"]||(i["!ref"]="A1:A1")}var u={s:{c:1e7,r:1e7},e:{c:0,r:0}};if(i["!ref"]){var c=To(i["!ref"]);u.s.c=c.s.c,u.s.r=c.s.r,u.e.c=Math.max(u.e.c,c.e.c),u.e.r=Math.max(u.e.r,c.e.r),o==-1&&(u.e.r=o=c.e.r+1)}for(var d=[],f=0;f!=t.length;++f)if(t[f]){if(!Array.isArray(t[f]))throw new Error("aoa_to_sheet expects an array of arrays");var p=o+f,g=""+(p+1);a&&(i["!data"][p]||(i["!data"][p]=[]),d=i["!data"][p]);for(var v=0;v!=t[f].length;++v)if(!(typeof t[f][v]>"u")){var m={v:t[f][v]},y=s+v;if(u.s.r>p&&(u.s.r=p),u.s.c>y&&(u.s.c=y),u.e.r0&&t.write_shift(0,e,"dbcs"),n?t.slice(0,t.l):t}function I9n(e){return{ich:e.read_shift(2),ifnt:e.read_shift(2)}}function A9n(e,t){return t||(t=pt(4)),t.write_shift(2,e.ich||0),t.write_shift(2,e.ifnt||0),t}function Jve(e,t){var n=e.l,r=e.read_shift(1),a=ac(e),i=[],o={t:a,h:a};if(r&1){for(var s=e.read_shift(4),l=0;l!=s;++l)i.push(I9n(e));o.r=i}else o.r=[{ich:0,ifnt:0}];return e.l=n+t,o}function k9n(e,t){var n=!1;return t==null&&(n=!0,t=pt(15+4*e.t.length)),t.write_shift(1,0),yl(e.t,t),n?t.slice(0,t.l):t}var O9n=Jve;function P9n(e,t){var n=!1;return t==null&&(n=!0,t=pt(23+4*e.t.length)),t.write_shift(1,1),yl(e.t,t),t.write_shift(4,1),A9n({ich:0,ifnt:0},t),n?t.slice(0,t.l):t}function Sh(e){var t=e.read_shift(4),n=e.read_shift(2);return n+=e.read_shift(1)<<16,e.l++,{c:t,iStyleRef:n}}function j_(e,t){return t==null&&(t=pt(8)),t.write_shift(-4,e.c),t.write_shift(3,e.iStyleRef||e.s),t.write_shift(1,0),t}function F_(e){var t=e.read_shift(2);return t+=e.read_shift(1)<<16,e.l++,{c:-1,iStyleRef:t}}function B_(e,t){return t==null&&(t=pt(4)),t.write_shift(3,e.iStyleRef||e.s),t.write_shift(1,0),t}var R9n=ac,Ost=yl;function eye(e){var t=e.read_shift(4);return t===0||t===4294967295?"":e.read_shift(t,"dbcs")}function ND(e,t){var n=!1;return t==null&&(n=!0,t=pt(127)),t.write_shift(4,e.length>0?e.length:4294967295),e.length>0&&t.write_shift(0,e,"dbcs"),n?t.slice(0,t.l):t}var N9n=ac,Noe=eye,tye=ND;function Pst(e){var t=e.slice(e.l,e.l+4),n=t[0]&1,r=t[0]&2;e.l+=4;var a=r===0?$7([0,0,0,0,t[0]&252,t[1],t[2],t[3]],0):vw(t,0)>>2;return n?a/100:a}function Rst(e,t){t==null&&(t=pt(4));var n=0,r=0,a=e*100;if(e==(e|0)&&e>=-(1<<29)&&e<1<<29?r=1:a==(a|0)&&a>=-(1<<29)&&a<1<<29&&(r=1,n=1),r)t.write_shift(-4,((n?a:e)<<2)+(n+2));else throw new Error("unsupported RkNumber "+e)}function Nst(e){var t={s:{},e:{}};return t.s.r=e.read_shift(4),t.e.r=e.read_shift(4),t.s.c=e.read_shift(4),t.e.c=e.read_shift(4),t}function D9n(e,t){return t||(t=pt(16)),t.write_shift(4,e.s.r),t.write_shift(4,e.e.r),t.write_shift(4,e.s.c),t.write_shift(4,e.e.c),t}var z_=Nst,wA=D9n;function SA(e){if(e.length-e.l<8)throw"XLS Xnum Buffer underflow";return e.read_shift(8,"f")}function XS(e,t){return(t||pt(8)).write_shift(8,e,"f")}function M9n(e){var t={},n=e.read_shift(1),r=n>>>1,a=e.read_shift(1),i=e.read_shift(2,"i"),o=e.read_shift(1),s=e.read_shift(1),l=e.read_shift(1);switch(e.l++,r){case 0:t.auto=1;break;case 1:t.index=a;var u=H9n[a];u&&(t.rgb=L$e(u));break;case 2:t.rgb=L$e([o,s,l]);break;case 3:t.theme=a;break}return i!=0&&(t.tint=i>0?i/32767:i/32768),t}function L7(e,t){if(t||(t=pt(8)),!e||e.auto)return t.write_shift(4,0),t.write_shift(4,0),t;e.index!=null?(t.write_shift(1,2),t.write_shift(1,e.index)):e.theme!=null?(t.write_shift(1,6),t.write_shift(1,e.theme)):(t.write_shift(1,5),t.write_shift(1,0));var n=e.tint||0;if(n>0?n*=32767:n<0&&(n*=32768),t.write_shift(2,n),!e.rgb||e.theme!=null)t.write_shift(2,0),t.write_shift(1,0),t.write_shift(1,0);else{var r=e.rgb||"FFFFFF";typeof r=="number"&&(r=("000000"+r.toString(16)).slice(-6)),t.write_shift(1,parseInt(r.slice(0,2),16)),t.write_shift(1,parseInt(r.slice(2,4),16)),t.write_shift(1,parseInt(r.slice(4,6),16)),t.write_shift(1,255)}return t}function $9n(e){var t=e.read_shift(1);e.l++;var n={fBold:t&1,fItalic:t&2,fUnderline:t&4,fStrikeout:t&8,fOutline:t&16,fShadow:t&32,fCondense:t&64,fExtend:t&128};return n}function L9n(e,t){t||(t=pt(2));var n=(e.italic?2:0)|(e.strike?8:0)|(e.outline?16:0)|(e.shadow?32:0)|(e.condense?64:0)|(e.extend?128:0);return t.write_shift(1,n),t.write_shift(1,0),t}var Dst=2,mf=3,s5=11,j7=19,l5=64,j9n=65,F9n=71,B9n=4108,z9n=4126,_u=80,C$e={1:{n:"CodePage",t:Dst},2:{n:"Category",t:_u},3:{n:"PresentationFormat",t:_u},4:{n:"ByteCount",t:mf},5:{n:"LineCount",t:mf},6:{n:"ParagraphCount",t:mf},7:{n:"SlideCount",t:mf},8:{n:"NoteCount",t:mf},9:{n:"HiddenCount",t:mf},10:{n:"MultimediaClipCount",t:mf},11:{n:"ScaleCrop",t:s5},12:{n:"HeadingPairs",t:B9n},13:{n:"TitlesOfParts",t:z9n},14:{n:"Manager",t:_u},15:{n:"Company",t:_u},16:{n:"LinksUpToDate",t:s5},17:{n:"CharacterCount",t:mf},19:{n:"SharedDoc",t:s5},22:{n:"HyperlinksChanged",t:s5},23:{n:"AppVersion",t:mf,p:"version"},24:{n:"DigSig",t:j9n},26:{n:"ContentType",t:_u},27:{n:"ContentStatus",t:_u},28:{n:"Language",t:_u},29:{n:"Version",t:_u},255:{},2147483648:{n:"Locale",t:j7},2147483651:{n:"Behavior",t:j7},1919054434:{}},I$e={1:{n:"CodePage",t:Dst},2:{n:"Title",t:_u},3:{n:"Subject",t:_u},4:{n:"Author",t:_u},5:{n:"Keywords",t:_u},6:{n:"Comments",t:_u},7:{n:"Template",t:_u},8:{n:"LastAuthor",t:_u},9:{n:"RevNumber",t:_u},10:{n:"EditTime",t:l5},11:{n:"LastPrinted",t:l5},12:{n:"CreatedDate",t:l5},13:{n:"ModifiedDate",t:l5},14:{n:"PageCount",t:mf},15:{n:"WordCount",t:mf},16:{n:"CharCount",t:mf},17:{n:"Thumbnail",t:F9n},18:{n:"Application",t:_u},19:{n:"DocSecurity",t:mf},255:{},2147483648:{n:"Locale",t:j7},2147483651:{n:"Behavior",t:j7},1919054434:{}};function U9n(e){return e.map(function(t){return[t>>16&255,t>>8&255,t&255]})}var V9n=U9n([0,16777215,16711680,65280,255,16776960,16711935,65535,0,16777215,16711680,65280,255,16776960,16711935,65535,8388608,32768,128,8421376,8388736,32896,12632256,8421504,10066431,10040166,16777164,13434879,6684774,16744576,26316,13421823,128,16711935,16776960,65535,8388736,8388608,32896,255,52479,13434879,13434828,16777113,10079487,16751052,13408767,16764057,3368703,3394764,10079232,16763904,16750848,16737792,6710937,9868950,13158,3381606,13056,3355392,10040064,10040166,3355545,3355443,0,16777215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),H9n=Hc(V9n),v$={0:"#NULL!",7:"#DIV/0!",15:"#VALUE!",23:"#REF!",29:"#NAME?",36:"#NUM!",42:"#N/A",43:"#GETTING_DATA",255:"#WTF?"},G9n={"#NULL!":0,"#DIV/0!":7,"#VALUE!":15,"#REF!":23,"#NAME?":29,"#NUM!":36,"#N/A":42,"#GETTING_DATA":43,"#WTF?":255},W9n=["_xlnm.Consolidate_Area","_xlnm.Auto_Open","_xlnm.Auto_Close","_xlnm.Extract","_xlnm.Database","_xlnm.Criteria","_xlnm.Print_Area","_xlnm.Print_Titles","_xlnm.Recorder","_xlnm.Data_Form","_xlnm.Auto_Activate","_xlnm.Auto_Deactivate","_xlnm.Sheet_Title","_xlnm._FilterDatabase"],q9n={"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":"workbooks","application/vnd.ms-excel.sheet.macroEnabled.main+xml":"workbooks","application/vnd.ms-excel.sheet.binary.macroEnabled.main":"workbooks","application/vnd.ms-excel.addin.macroEnabled.main+xml":"workbooks","application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":"workbooks","application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":"sheets","application/vnd.ms-excel.worksheet":"sheets","application/vnd.ms-excel.binIndexWs":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":"charts","application/vnd.ms-excel.chartsheet":"charts","application/vnd.ms-excel.macrosheet+xml":"macros","application/vnd.ms-excel.macrosheet":"macros","application/vnd.ms-excel.intlmacrosheet":"TODO","application/vnd.ms-excel.binIndexMs":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":"dialogs","application/vnd.ms-excel.dialogsheet":"dialogs","application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml":"strs","application/vnd.ms-excel.sharedStrings":"strs","application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":"styles","application/vnd.ms-excel.styles":"styles","application/vnd.openxmlformats-package.core-properties+xml":"coreprops","application/vnd.openxmlformats-officedocument.custom-properties+xml":"custprops","application/vnd.openxmlformats-officedocument.extended-properties+xml":"extprops","application/vnd.openxmlformats-officedocument.customXmlProperties+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.customProperty":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":"comments","application/vnd.ms-excel.comments":"comments","application/vnd.ms-excel.threadedcomments+xml":"threadedcomments","application/vnd.ms-excel.person+xml":"people","application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml":"metadata","application/vnd.ms-excel.sheetMetadata":"metadata","application/vnd.ms-excel.pivotTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.chart+xml":"TODO","application/vnd.ms-office.chartcolorstyle+xml":"TODO","application/vnd.ms-office.chartstyle+xml":"TODO","application/vnd.ms-office.chartex+xml":"TODO","application/vnd.ms-excel.calcChain":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.printerSettings":"TODO","application/vnd.ms-office.activeX":"TODO","application/vnd.ms-office.activeX+xml":"TODO","application/vnd.ms-excel.attachedToolbars":"TODO","application/vnd.ms-excel.connections":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":"TODO","application/vnd.ms-excel.externalLink":"links","application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml":"links","application/vnd.ms-excel.pivotCacheDefinition":"TODO","application/vnd.ms-excel.pivotCacheRecords":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml":"TODO","application/vnd.ms-excel.queryTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml":"TODO","application/vnd.ms-excel.userNames":"TODO","application/vnd.ms-excel.revisionHeaders":"TODO","application/vnd.ms-excel.revisionLog":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml":"TODO","application/vnd.ms-excel.tableSingleCells":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml":"TODO","application/vnd.ms-excel.slicer":"TODO","application/vnd.ms-excel.slicerCache":"TODO","application/vnd.ms-excel.slicer+xml":"TODO","application/vnd.ms-excel.slicerCache+xml":"TODO","application/vnd.ms-excel.wsSortMap":"TODO","application/vnd.ms-excel.table":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":"TODO","application/vnd.openxmlformats-officedocument.theme+xml":"themes","application/vnd.openxmlformats-officedocument.themeOverride+xml":"TODO","application/vnd.ms-excel.Timeline+xml":"TODO","application/vnd.ms-excel.TimelineCache+xml":"TODO","application/vnd.ms-office.vbaProject":"vba","application/vnd.ms-office.vbaProjectSignature":"TODO","application/vnd.ms-office.volatileDependencies":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml":"TODO","application/vnd.ms-excel.controlproperties+xml":"TODO","application/vnd.openxmlformats-officedocument.model+data":"TODO","application/vnd.ms-excel.Survey+xml":"TODO","application/vnd.openxmlformats-officedocument.drawing+xml":"drawings","application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml":"TODO","application/vnd.openxmlformats-officedocument.vmlDrawing":"TODO","application/vnd.openxmlformats-package.relationships+xml":"rels","application/vnd.openxmlformats-officedocument.oleObject":"TODO","image/png":"TODO",sheet:"js"},u5={workbooks:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml",xlsm:"application/vnd.ms-excel.sheet.macroEnabled.main+xml",xlsb:"application/vnd.ms-excel.sheet.binary.macroEnabled.main",xlam:"application/vnd.ms-excel.addin.macroEnabled.main+xml",xltx:"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"},strs:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml",xlsb:"application/vnd.ms-excel.sharedStrings"},comments:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml",xlsb:"application/vnd.ms-excel.comments"},sheets:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml",xlsb:"application/vnd.ms-excel.worksheet"},charts:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml",xlsb:"application/vnd.ms-excel.chartsheet"},dialogs:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml",xlsb:"application/vnd.ms-excel.dialogsheet"},macros:{xlsx:"application/vnd.ms-excel.macrosheet+xml",xlsb:"application/vnd.ms-excel.macrosheet"},metadata:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml",xlsb:"application/vnd.ms-excel.sheetMetadata"},styles:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml",xlsb:"application/vnd.ms-excel.styles"}};function Mst(){return{workbooks:[],sheets:[],charts:[],dialogs:[],macros:[],rels:[],strs:[],comments:[],threadedcomments:[],links:[],coreprops:[],extprops:[],custprops:[],themes:[],styles:[],calcchains:[],vba:[],drawings:[],metadata:[],people:[],TODO:[],xmlns:""}}function $st(e,t,n){var r=e9n(q9n),a=[],i;n||(a[a.length]=Ks,a[a.length]=tn("Types",null,{xmlns:Kl.CT,"xmlns:xsd":Kl.xsd,"xmlns:xsi":Kl.xsi}),a=a.concat([["xml","application/xml"],["bin","application/vnd.ms-excel.sheet.binary.macroEnabled.main"],["vml","application/vnd.openxmlformats-officedocument.vmlDrawing"],["data","application/vnd.openxmlformats-officedocument.model+data"],["bmp","image/bmp"],["png","image/png"],["gif","image/gif"],["emf","image/x-emf"],["wmf","image/x-wmf"],["jpg","image/jpeg"],["jpeg","image/jpeg"],["tif","image/tiff"],["tiff","image/tiff"],["pdf","application/pdf"],["rels","application/vnd.openxmlformats-package.relationships+xml"]].map(function(u){return tn("Default",null,{Extension:u[0],ContentType:u[1]})})));var o=function(u){e[u]&&e[u].length>0&&(i=e[u][0],a[a.length]=tn("Override",null,{PartName:(i[0]=="/"?"":"/")+i,ContentType:u5[u][t.bookType]||u5[u].xlsx}))},s=function(u){(e[u]||[]).forEach(function(c){a[a.length]=tn("Override",null,{PartName:(c[0]=="/"?"":"/")+c,ContentType:u5[u][t.bookType]||u5[u].xlsx})})},l=function(u){(e[u]||[]).forEach(function(c){a[a.length]=tn("Override",null,{PartName:(c[0]=="/"?"":"/")+c,ContentType:r[u][0]})})};return o("workbooks"),s("sheets"),s("charts"),l("themes"),["strs","styles"].forEach(o),["coreprops","extprops","custprops"].forEach(l),l("vba"),l("comments"),l("threadedcomments"),l("drawings"),s("metadata"),l("people"),!n&&a.length>2&&(a[a.length]="",a[1]=a[1].replace("/>",">")),a.join("")}var ei={WB:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",SHEET:"http://sheetjs.openxmlformats.org/officeDocument/2006/relationships/officeDocument",HLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",VML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing",XPATH:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath",XMISS:"http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing",XLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink",CXML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml",CXMLP:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps",CMNT:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments",CORE_PROPS:"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",EXT_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",CUST_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",SST:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings",STY:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles",THEME:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme",CHART:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",CHARTEX:"http://schemas.microsoft.com/office/2014/relationships/chartEx",CS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet",WS:["http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet","http://purl.oclc.org/ooxml/officeDocument/relationships/worksheet"],DS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/dialogsheet",MS:"http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet",IMG:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",DRAW:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing",XLMETA:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata",TCMNT:"http://schemas.microsoft.com/office/2017/10/relationships/threadedComment",PEOPLE:"http://schemas.microsoft.com/office/2017/10/relationships/person",CONN:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/connections",VBA:"http://schemas.microsoft.com/office/2006/relationships/vbaProject"};function Lst(e){var t=e.lastIndexOf("/");return e.slice(0,t+1)+"_rels/"+e.slice(t+1)+".rels"}function UC(e){var t=[Ks,tn("Relationships",null,{xmlns:Kl.RELS})];return El(e["!id"]).forEach(function(n){t[t.length]=tn("Relationship",null,e["!id"][n])}),t.length>2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}function wi(e,t,n,r,a,i){if(a||(a={}),e["!id"]||(e["!id"]={}),e["!idx"]||(e["!idx"]=1),t<0)for(t=e["!idx"];e["!id"]["rId"+t];++t);if(e["!idx"]=t+1,a.Id="rId"+t,a.Type=r,a.Target=n,i?a.TargetMode=i:[ei.HLINK,ei.XPATH,ei.XMISS].indexOf(a.Type)>-1&&(a.TargetMode="External"),e["!id"][a.Id])throw new Error("Cannot rewrite rId "+t);return e["!id"][a.Id]=a,e[("/"+a.Target).replace("//","/")]=a,t}function Y9n(e){var t=[Ks];t.push(` -`),t.push(` -`);for(var n=0;n -`);return t.push(""),t.join("")}function A$e(e,t,n){return[' -`,' -`,` -`].join("")}function K9n(e,t){return[' -`,' -`,` -`].join("")}function X9n(e){var t=[Ks];t.push(` -`);for(var n=0;n!=e.length;++n)t.push(A$e(e[n][0],e[n][1])),t.push(K9n("",e[n][0]));return t.push(A$e("","Document","pkg")),t.push(""),t.join("")}function jst(e,t){return'SheetJS '+O7.version+""}var uS=[["cp:category","Category"],["cp:contentStatus","ContentStatus"],["cp:keywords","Keywords"],["cp:lastModifiedBy","LastAuthor"],["cp:lastPrinted","LastPrinted"],["cp:revision","RevNumber"],["cp:version","Version"],["dc:creator","Author"],["dc:description","Comments"],["dc:identifier","Identifier"],["dc:language","Language"],["dc:subject","Subject"],["dc:title","Title"],["dcterms:created","CreatedDate","date"],["dcterms:modified","ModifiedDate","date"]];function _J(e,t,n,r,a){a[e]!=null||t==null||t===""||(a[e]=t,t=Kr(t),r[r.length]=n?tn(e,t,n):Au(e,t))}function Fst(e,t){var n=t||{},r=[Ks,tn("cp:coreProperties",null,{"xmlns:cp":Kl.CORE_PROPS,"xmlns:dc":Kl.dc,"xmlns:dcterms":Kl.dcterms,"xmlns:dcmitype":Kl.dcmitype,"xmlns:xsi":Kl.xsi})],a={};if(!e&&!n.Props)return r.join("");e&&(e.CreatedDate!=null&&_J("dcterms:created",typeof e.CreatedDate=="string"?e.CreatedDate:Roe(e.CreatedDate,n.WTF),{"xsi:type":"dcterms:W3CDTF"},r,a),e.ModifiedDate!=null&&_J("dcterms:modified",typeof e.ModifiedDate=="string"?e.ModifiedDate:Roe(e.ModifiedDate,n.WTF),{"xsi:type":"dcterms:W3CDTF"},r,a));for(var i=0;i!=uS.length;++i){var o=uS[i],s=n.Props&&n.Props[o[1]]!=null?n.Props[o[1]]:e?e[o[1]]:null;s===!0?s="1":s===!1?s="0":typeof s=="number"&&(s=String(s)),s!=null&&_J(o[0],s,null,r,a)}return r.length>2&&(r[r.length]="",r[1]=r[1].replace("/>",">")),r.join("")}var VC=[["Application","Application","string"],["AppVersion","AppVersion","string"],["Company","Company","string"],["DocSecurity","DocSecurity","string"],["Manager","Manager","string"],["HyperlinksChanged","HyperlinksChanged","bool"],["SharedDoc","SharedDoc","bool"],["LinksUpToDate","LinksUpToDate","bool"],["ScaleCrop","ScaleCrop","bool"],["HeadingPairs","HeadingPairs","raw"],["TitlesOfParts","TitlesOfParts","raw"]],Bst=["Worksheets","SheetNames","NamedRanges","DefinedNames","Chartsheets","ChartNames"];function zst(e){var t=[],n=tn;return e||(e={}),e.Application="SheetJS",t[t.length]=Ks,t[t.length]=tn("Properties",null,{xmlns:Kl.EXT_PROPS,"xmlns:vt":Kl.vt}),VC.forEach(function(r){if(e[r[1]]!==void 0){var a;switch(r[2]){case"string":a=Kr(String(e[r[1]]));break;case"bool":a=e[r[1]]?"true":"false";break}a!==void 0&&(t[t.length]=n(r[0],a))}}),t[t.length]=n("HeadingPairs",n("vt:vector",n("vt:variant","Worksheets")+n("vt:variant",n("vt:i4",String(e.Worksheets))),{size:2,baseType:"variant"})),t[t.length]=n("TitlesOfParts",n("vt:vector",e.SheetNames.map(function(r){return""+Kr(r)+""}).join(""),{size:e.Worksheets,baseType:"lpstr"})),t.length>2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}function Ust(e){var t=[Ks,tn("Properties",null,{xmlns:Kl.CUST_PROPS,"xmlns:vt":Kl.vt})];if(!e)return t.join("");var n=1;return El(e).forEach(function(a){++n,t[t.length]=tn("property",f9n(e[a],!0),{fmtid:"{D5CDD505-2E9C-101B-9397-08002B2CF9AE}",pid:n,name:Kr(a)})}),t.length>2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}var k$e={Title:"Title",Subject:"Subject",Author:"Author",Keywords:"Keywords",Comments:"Description",LastAuthor:"LastAuthor",RevNumber:"Revision",Application:"AppName",LastPrinted:"LastPrinted",CreatedDate:"Created",ModifiedDate:"LastSaved",Category:"Category",Manager:"Manager",Company:"Company",AppVersion:"Version",ContentStatus:"ContentStatus",Identifier:"Identifier",Language:"Language"};function Z9n(e,t){var n=[];return El(k$e).map(function(r){for(var a=0;a'+a.join("")+""}function J9n(e){var t=typeof e=="string"?new Date(Date.parse(e)):e,n=t.getTime()/1e3+11644473600,r=n%Math.pow(2,32),a=(n-r)/Math.pow(2,32);r*=1e7,a*=1e7;var i=r/Math.pow(2,32)|0;i>0&&(r=r%Math.pow(2,32),a+=i);var o=pt(8);return o.write_shift(4,r),o.write_shift(4,a),o}function O$e(e,t){var n=pt(4),r=pt(4);switch(n.write_shift(4,e==80?31:e),e){case 3:r.write_shift(-4,t);break;case 5:r=pt(8),r.write_shift(8,t,"f");break;case 11:r.write_shift(4,t?1:0);break;case 64:r=J9n(t);break;case 31:case 80:for(r=pt(4+2*(t.length+1)+(t.length%2?0:2)),r.write_shift(4,t.length+1),r.write_shift(0,t,"dbcs");r.l!=r.length;)r.write_shift(1,0);break;default:throw new Error("TypedPropertyValue unrecognized type "+e+" "+t)}return pl([n,r])}var Vst=["CodePage","Thumbnail","_PID_LINKBASE","_PID_HLINKS","SystemIdentifier","FMTID"];function eBn(e){switch(typeof e){case"boolean":return 11;case"number":return(e|0)==e?3:5;case"string":return 31;case"object":if(e instanceof Date)return 64;break}return-1}function P$e(e,t,n){var r=pt(8),a=[],i=[],o=8,s=0,l=pt(8),u=pt(8);if(l.write_shift(4,2),l.write_shift(4,1200),u.write_shift(4,1),i.push(l),a.push(u),o+=8+l.length,!t){u=pt(8),u.write_shift(4,0),a.unshift(u);var c=[pt(4)];for(c[0].write_shift(4,e.length),s=0;s-1||Bst.indexOf(e[s][0])>-1)&&e[s][1]!=null){var f=e[s][1],p=0;if(t){p=+t[e[s][0]];var g=n[p];if(g.p=="version"&&typeof f=="string"){var v=f.split(".");f=(+v[0]<<16)+(+v[1]||0)}l=O$e(g.t,f)}else{var m=eBn(f);m==-1&&(m=31,f=String(f)),l=O$e(m,f)}i.push(l),u=pt(8),u.write_shift(4,t?p:2+s),a.push(u),o+=8+l.length}var y=8*(i.length+1);for(s=0;s=12?2:1),a="sbcs-cont",i=fv;if(n&&n.biff>=8&&(fv=1200),!n||n.biff==8){var o=e.read_shift(1);o&&(a="dbcs-cont")}else n.biff==12&&(a="wstr");n.biff>=2&&n.biff<=5&&(a="cpstr");var s=r?e.read_shift(r,a):"";return fv=i,s}function rBn(e){var t=e.t||"",n=pt(3+0);n.write_shift(2,t.length),n.write_shift(1,1);var r=pt(2*t.length);r.write_shift(2*t.length,t,"utf16le");var a=[n,r];return pl(a)}function aBn(e,t,n){var r;if(n){if(n.biff>=2&&n.biff<=5)return e.read_shift(t,"cpstr");if(n.biff>=12)return e.read_shift(t,"dbcs-cont")}var a=e.read_shift(1);return a===0?r=e.read_shift(t,"sbcs-cont"):r=e.read_shift(t,"dbcs-cont"),r}function iBn(e,t,n){var r=e.read_shift(n&&n.biff==2?1:2);return r===0?(e.l++,""):aBn(e,r,n)}function oBn(e,t,n){if(n.biff>5)return iBn(e,t,n);var r=e.read_shift(1);return r===0?(e.l++,""):e.read_shift(r,n.biff<=4||!e.lens?"cpstr":"sbcs-cont")}function Wst(e,t,n){return n||(n=pt(3+2*e.length)),n.write_shift(2,e.length),n.write_shift(1,1),n.write_shift(31,e,"utf16le"),n}function N$e(e,t){t||(t=pt(6+e.length*2)),t.write_shift(4,1+e.length);for(var n=0;n-1?31:23;switch(r.charAt(0)){case"#":i=28;break;case".":i&=-3;break}t.write_shift(4,2),t.write_shift(4,i);var o=[8,6815827,6619237,4849780,83];for(n=0;n-1?r.slice(0,a):r;for(t.write_shift(4,2*(s.length+1)),n=0;n-1?r.slice(a+1):"",t)}else{for(o="03 03 00 00 00 00 00 00 c0 00 00 00 00 00 00 46".split(" "),n=0;n8?4:2,a=e.read_shift(r),i=e.read_shift(r,"i"),o=e.read_shift(r,"i");return[a,i,o]}function uBn(e){var t=e.read_shift(2),n=e.read_shift(2),r=e.read_shift(2),a=e.read_shift(2);return{s:{c:r,r:t},e:{c:a,r:n}}}function qst(e,t){return t||(t=pt(8)),t.write_shift(2,e.s.r),t.write_shift(2,e.e.r),t.write_shift(2,e.s.c),t.write_shift(2,e.e.c),t}function nye(e,t,n){var r=1536,a=16;switch(n.bookType){case"biff8":break;case"biff5":r=1280,a=8;break;case"biff4":r=4,a=6;break;case"biff3":r=3,a=6;break;case"biff2":r=2,a=4;break;case"xla":break;default:throw new Error("unsupported BIFF version")}var i=pt(a);return i.write_shift(2,r),i.write_shift(2,t),a>4&&i.write_shift(2,29282),a>6&&i.write_shift(2,1997),a>8&&(i.write_shift(2,49161),i.write_shift(2,1),i.write_shift(2,1798),i.write_shift(2,0)),i}function cBn(e,t){var n=!t||t.biff==8,r=pt(n?112:54);for(r.write_shift(t.biff==8?2:1,7),n&&r.write_shift(1,0),r.write_shift(4,859007059),r.write_shift(4,5458548|(n?0:536870912));r.l=8?2:1,r=pt(8+n*e.name.length);r.write_shift(4,e.pos),r.write_shift(1,e.hs||0),r.write_shift(1,e.dt),r.write_shift(1,e.name.length),t.biff>=8&&r.write_shift(1,1),r.write_shift(n*e.name.length,e.name,t.biff<8?"sbcs":"utf16le");var a=r.slice(0,r.l);return a.l=r.l,a}function fBn(e,t){var n=pt(8);n.write_shift(4,e.Count),n.write_shift(4,e.Unique);for(var r=[],a=0;ar.l?r.slice(0,r.l):r;return i.l==null&&(i.l=i.length),i}function bBn(e,t){var n=t.biff==8||!t.biff?4:2,r=pt(2*n+6);return r.write_shift(n,e.s.r),r.write_shift(n,e.e.r+1),r.write_shift(2,e.s.c),r.write_shift(2,e.e.c+1),r.write_shift(2,0),r}function D$e(e,t,n,r){var a=n&&n.biff==5;r||(r=pt(a?16:20)),r.write_shift(2,0),e.style?(r.write_shift(2,e.numFmtId||0),r.write_shift(2,65524)):(r.write_shift(2,e.numFmtId||0),r.write_shift(2,t<<4));var i=0;return e.numFmtId>0&&a&&(i|=1024),r.write_shift(4,i),r.write_shift(4,0),a||r.write_shift(4,0),r.write_shift(2,0),r}function xBn(e){var t=pt(8);return t.write_shift(4,0),t.write_shift(2,e[0]?e[0]+1:0),t.write_shift(2,e[1]?e[1]+1:0),t}function wBn(e,t,n,r,a,i){var o=pt(8);return ZS(e,t,r,o),Hst(n,i,o),o}function SBn(e,t,n,r){var a=pt(14);return ZS(e,t,r,a),XS(n,a),a}function _Bn(e,t,n){if(n.biff<8||!(n.biff>8)&&t==e[e.l]+(e[e.l+1]==3?1:0)+1)return M$e(e,t,n);for(var r=[],a=e.l+t,i=e.read_shift(n.biff>8?4:2);i--!==0;)r.push(lBn(e,n.biff>8?12:6,n));if(e.l!=a)throw new Error("Bad ExternSheet: "+e.l+" != "+a);return r}function M$e(e,t,n){e[e.l+1]==3&&e[e.l]++;var r=Gst(e,t,n);return r.charCodeAt(0)==3?r.slice(1):r}function EBn(e){var t=pt(2+e.length*8);t.write_shift(2,e.length);for(var n=0;n=12?4:2,a=e.read_shift(r),i=e.read_shift(r),o=e.read_shift(r),s=e.read_shift(r),l=e.read_shift(2);r==2&&(e.l+=2);var u={s:a,e:i,w:o,ixfe:s,flags:l};return(n.biff>=5||!n.biff)&&(u.level=l>>8&7),u}function kBn(e,t){var n=pt(12);n.write_shift(2,t),n.write_shift(2,t),n.write_shift(2,e.width*256),n.write_shift(2,0);var r=0;return e.hidden&&(r|=1),n.write_shift(1,r),r=e.level||0,n.write_shift(1,r),n.write_shift(2,0),n}function OBn(e){for(var t=pt(2*e),n=0;n1048576&&(v=1e6),d!=2&&(m=c.read_shift(2));var y=c.read_shift(2);l.codepage,d!=2&&(c.l+=16,c.read_shift(1),c[c.l]!==0&&e[c[c.l]],c.l+=1,c.l+=2),g&&(c.l+=36);for(var b=[],x={},w=Math.min(c.length,d==2?521:m-10-(p?264:0)),S=g?32:11;c.l0;){if(c[c.l]===42){c.l+=y;continue}for(++c.l,u[++_]=[],T=0,T=0;T!=b.length;++T){var C=c.slice(c.l,c.l+b[T].len);c.l+=b[T].len,Oc(C,0);var A=KS(C);switch(b[T].type){case"C":A.trim().length&&(u[_][T]=A.replace(/\s+$/,""));break;case"D":A.length===8?u[_][T]=new Date(+A.slice(0,4),+A.slice(4,6)-1,+A.slice(6,8)):u[_][T]=A;break;case"F":u[_][T]=parseFloat(A.trim());break;case"+":case"I":u[_][T]=g?C.read_shift(-4,"i")^2147483648:C.read_shift(4,"i");break;case"L":switch(A.trim().toUpperCase()){case"Y":case"T":u[_][T]=!0;break;case"N":case"F":u[_][T]=!1;break;case"":case"?":break;default:throw new Error("DBF Unrecognized L:|"+A+"|")}break;case"M":if(!f)throw new Error("DBF Unexpected MEMO for type "+d.toString(16));u[_][T]="##MEMO##"+(g?parseInt(A.trim(),10):C.read_shift(4));break;case"N":A=A.replace(/\u0000/g,"").trim(),A&&A!="."&&(u[_][T]=+A||0);break;case"@":u[_][T]=new Date(C.read_shift(-8,"f")-621356832e5);break;case"T":u[_][T]=new Date((C.read_shift(4)-2440588)*864e5+C.read_shift(4));break;case"Y":u[_][T]=C.read_shift(4,"i")/1e4+C.read_shift(4,"i")/1e4*Math.pow(2,32);break;case"O":u[_][T]=-C.read_shift(-8,"f");break;case"B":if(p&&b[T].len==8){u[_][T]=C.read_shift(8,"f");break}case"G":case"P":C.l+=b[T].len;break;case"0":if(b[T].name==="_NullFlags")break;default:throw new Error("DBF Unsupported data type "+b[T].type)}}}if(d!=2&&c.l=0&&ID(+u.codepage),u.type=="string")throw new Error("Cannot write DBF to JS string");var d=jd(),f=q7(s,{header:1,raw:!0,cellDates:!0}),p=f[0],g=f.slice(1),v=s["!cols"]||[],m=0,y=0,b=0,x=1;for(m=0;m250&&(k=250),A=((v[m]||{}).DBF||{}).type,A=="C"&&v[m].DBF.len>k&&(k=v[m].DBF.len),C=="B"&&A=="N"&&(C="N",T[m]=v[m].DBF.dec,k=v[m].DBF.len),_[m]=C=="C"||A=="N"?k:i[C]||0,x+=_[m],S[m]=C}var R=d.next(32);for(R.write_shift(4,318902576),R.write_shift(4,g.length),R.write_shift(2,296+32*b),R.write_shift(2,x),m=0;m<4;++m)R.write_shift(4,0);var L=+t[fv]||3;for(R.write_shift(4,0|L<<8),e[L]!=+u.codepage&&(u.codepage&&console.error("DBF Unsupported codepage "+fv+", using 1252"),fv=1252),m=0,y=0;m_[y]&&(W=W.slice(0,_[y])),b=0;b<_[y]-W.length;++b)U.write_shift(1,32);U.write_shift(1,W,"sbcs");break;case"D":g[m][y]?(U.write_shift(4,("0000"+g[m][y].getFullYear()).slice(-4),"sbcs"),U.write_shift(2,("00"+(g[m][y].getMonth()+1)).slice(-2),"sbcs"),U.write_shift(2,("00"+g[m][y].getDate()).slice(-2),"sbcs")):U.write_shift(8,"00000000","sbcs");break;case"C":var z=U.l,H=String(g[m][y]!=null?g[m][y]:"").slice(0,_[y]);for(U.write_shift(1,H,"cpstr"),z+=_[y]-U.l,b=0;b":190,"?":191,"{":223},t=new RegExp("\x1BN("+El(e).join("|").replace(/\|\|\|/,"|\\||").replace(/([?()+])/g,"\\$1")+"|\\|)","gm"),n=function(d,f){var p=e[f];return typeof p=="number"?n$e(p):p},r=function(d,f,p){var g=f.charCodeAt(0)-32<<4|p.charCodeAt(0)-48;return g==59?d:n$e(g)};e["|"]=254;function a(d,f){switch(f.type){case"base64":return i(Lb(d),f);case"binary":return i(d,f);case"buffer":return i(fi&&Buffer.isBuffer(d)?d.toString("binary"):KS(d),f);case"array":return i(Gve(d),f)}throw new Error("Unrecognized type "+f.type)}function i(d,f){var p=d.split(/[\n\r]+/),g=-1,v=-1,m=0,y=0,b=[],x=[],w=null,S={},_=[],T=[],C=[],A=0,k,I={Workbook:{WBProps:{},Names:[]}};for(+f.codepage>=0&&ID(+f.codepage);m!==p.length;++m){A=0;var R=p[m].trim().replace(/\x1B([\x20-\x2F])([\x30-\x3F])/g,r).replace(t,n),L=R.replace(/;;/g,"\0").split(";").map(function(ae){return ae.replace(/\u0000/g,";")}),N=L[0],j;if(R.length>0)switch(N){case"ID":break;case"E":break;case"B":break;case"O":for(y=1;y=1&&B<=4&&(I.Workbook.WBProps.date1904=!0)}break}break;case"W":break;case"P":switch(L[1].charAt(0)){case"P":x.push(R.slice(3).replace(/;;/g,";"));break}break;case"NN":{var U={Sheet:0};for(y=1;y-1&&b[Z][J];if(!V||!V[1])throw new Error("SYLK shared formula cannot find base");Y=j7n(V[1],{r:g-Z,c:v-J})}Y&&(b[g][v]?b[g][v].f=Y:b[g][v]={t:"n",f:Y});break;case"F":var X=0;for(y=1;y0?(_[g].hpt=A,_[g].hpx=Zst(A)):A===0&&(_[g].hidden=!0);break;default:if(f&&f.WTF)throw new Error("SYLK bad record "+R)}X<1&&(w=null);break;default:if(f&&f.WTF)throw new Error("SYLK bad record "+R)}}return _.length>0&&(S["!rows"]=_),T.length>0&&(S["!cols"]=T),T.forEach(function(ae){rye(ae)}),f&&f.sheetRows&&(b=b.slice(0,f.sheetRows)),[b,S,I]}function o(d,f){var p=a(d,f),g=p[0],v=p[1],m=p[2],y=Hc(f);y.date1904=(((m||{}).Workbook||{}).WBProps||{}).date1904;var b=xA(g,y);El(v).forEach(function(w){b[w]=v[w]});var x=bA(b,f);return El(m).forEach(function(w){x[w]=m[w]}),x.bookType="sylk",x}function s(d,f,p,g){var v="C;Y"+(p+1)+";X"+(g+1)+";K";switch(d.t){case"n":v+=d.v||0,d.f&&!d.F&&(v+=";E"+nW(d.f,{r:p,c:g}));break;case"b":v+=d.v?"TRUE":"FALSE";break;case"e":v+=d.w||d.v;break;case"d":v+='"'+(d.w||d.v)+'"';break;case"s":v+='"'+(d.v==null?"":String(d.v)).replace(/"/g,"").replace(/;/g,";;")+'"';break}return v}function l(d,f){f.forEach(function(p,g){var v="F;W"+(g+1)+" "+(g+1)+" ";p.hidden?v+="0":(typeof p.width=="number"&&!p.wpx&&(p.wpx=F7(p.width)),typeof p.wpx=="number"&&!p.wch&&(p.wch=B7(p.wpx)),typeof p.wch=="number"&&(v+=Math.round(p.wch))),v.charAt(v.length-1)!=" "&&d.push(v)})}function u(d,f){f.forEach(function(p,g){var v="F;";p.hidden?v+="M0;":p.hpt?v+="M"+20*p.hpt+";":p.hpx&&(v+="M"+20*z7(p.hpx)+";"),v.length>2&&d.push(v+"R"+(g+1))})}function c(d,f,p){var g=["ID;PSheetJS;N;E"],v=[],m=To(d["!ref"]),y,b=d["!data"]!=null,x=`\r -`,w=(((p||{}).Workbook||{}).WBProps||{}).date1904;g.push("P;PGeneral"),g.push("F;P0;DG0G8;M255"),d["!cols"]&&l(g,d["!cols"]),d["!rows"]&&u(g,d["!rows"]),g.push("B;Y"+(m.e.r-m.s.r+1)+";X"+(m.e.c-m.s.c+1)+";D"+[m.s.c,m.s.r,m.e.c,m.e.r].join(" ")),g.push("O;L;D;B"+(w?";V4":"")+";K47;G100 0.001");for(var S=m.s.r;S<=m.e.r;++S)if(!(b&&!d["!data"][S])){for(var _=[],T=m.s.c;T<=m.e.c;++T)y=b?d["!data"][S][T]:d[ro(T)+no(S)],!(!y||y.v==null&&(!y.f||y.F))&&_.push(s(y,d,S,T));v.push(_.join(x))}return g.join(x)+x+v.join(x)+x+"E"+x}return{to_workbook:o,from_sheet:c}}(),MBn=function(){function e(s,l){switch(l.type){case"base64":return t(Lb(s),l);case"binary":return t(s,l);case"buffer":return t(fi&&Buffer.isBuffer(s)?s.toString("binary"):KS(s),l);case"array":return t(Gve(s),l)}throw new Error("Unrecognized type "+l.type)}function t(s,l){for(var u=s.split(` -`),c=-1,d=-1,f=0,p=[];f!==u.length;++f){if(u[f].trim()==="BOT"){p[++c]=[],d=0;continue}if(!(c<0)){var g=u[f].trim().split(","),v=g[0],m=g[1];++f;for(var y=u[f]||"";(y.match(/["]/g)||[]).length&1&&f=0&&g[v].length===0;)--v;for(var m=10,y=0,b=0;b<=v;++b)y=g[b].indexOf(" "),y==-1?y=g[b].length:y++,m=Math.max(m,y);for(b=0;b<=v;++b){p[b]=[];var x=0;for(e(g[b].slice(0,m).trim(),p,b,x,f),x=1;x<=(g[b].length-m)/10+1;++x)e(g[b].slice(m+(x-1)*10,m+x*10).trim(),p,b,x,f)}return f.sheetRows&&(p=p.slice(0,f.sheetRows)),p}var n={44:",",9:" ",59:";",124:"|"},r={44:3,9:2,59:1,124:0};function a(c){for(var d={},f=!1,p=0,g=0;p0&&k(),g["!ref"]=Vs(v),g}function o(c,d){return!(d&&d.PRN)||d.FS||c.slice(0,4)=="sep="||c.indexOf(" ")>=0||c.indexOf(",")>=0||c.indexOf(";")>=0?i(c,d):xA(t(c,d),d)}function s(c,d){var f="",p=d.type=="string"?[0,0,0,0]:fGn(c,d);switch(d.type){case"base64":f=Lb(c);break;case"binary":f=c;break;case"buffer":d.codepage==65001?f=c.toString("utf8"):d.codepage&&typeof hO<"u"?f=hO.utils.decode(d.codepage,c):f=fi&&Buffer.isBuffer(c)?c.toString("binary"):KS(c);break;case"array":f=Gve(c);break;case"string":f=c;break;default:throw new Error("Unrecognized type "+d.type)}return p[0]==239&&p[1]==187&&p[2]==191?f=zC(f.slice(3)):d.type!="string"&&d.type!="buffer"&&d.codepage==65001?f=zC(f):d.type=="binary"&&typeof hO<"u"&&d.codepage&&(f=hO.utils.decode(d.codepage,hO.utils.encode(28591,f))),f.slice(0,19)=="socialcalc:version:"?Yst.to_sheet(d.type=="string"?f:zC(f),d):o(f,d)}function l(c,d){return bA(s(c,d),d)}function u(c){for(var d=[],f=To(c["!ref"]),p,g=c["!data"]!=null,v=f.s.r;v<=f.e.r;++v){for(var m=[],y=f.s.c;y<=f.e.c;++y){var b=Jo({r:v,c:y});if(p=g?(c["!data"][v]||[])[y]:c[b],!p||p.v==null){m.push(" ");continue}for(var x=(p.w||(ay(p),p.w)||"").slice(0,10);x.length<10;)x+=" ";m.push(x+(y===0?" ":""))}d.push(m.join(""))}return d.join(` -`)}return{to_workbook:l,to_sheet:s,from_sheet:u}}(),$$e=function(){function e(Y,ne,V){if(Y){Oc(Y,Y.l||0);for(var X=V.Enum||G;Y.l=16&&Y[14]==5&&Y[15]===108)throw new Error("Unsupported Works 3 for Mac file");if(Y[2]==2)V.Enum=G,e(Y,function(se,ve,me){switch(me){case 0:V.vers=se,se>=4096&&(V.qpro=!0);break;case 255:V.vers=se,V.works=!0;break;case 6:de=se;break;case 204:se&&(oe=se);break;case 222:oe=se;break;case 15:case 51:(!V.qpro&&!V.works||me==51)&&se[1].v.charCodeAt(0)<48&&(se[1].v=se[1].v.slice(1)),(V.works||V.works2)&&(se[1].v=se[1].v.replace(/\r\n/g,` -`));case 13:case 14:case 16:me==14&&(se[2]&112)==112&&(se[2]&15)>1&&(se[2]&15)<15&&(se[1].z=V.dateNF||fs[14],V.cellDates&&(se[1].t="d",se[1].v=fst(se[1].v))),V.qpro&&se[3]>ie&&(X["!ref"]=Vs(de),he[ae]=X,fe.push(ae),X={},V.dense&&(Ie=X["!data"]=[]),de={s:{r:0,c:0},e:{r:0,c:0}},ie=se[3],ae=oe||"Sheet"+(ie+1),oe="");var Ce=V.dense?(Ie[se[0].r]||[])[se[0].c]:X[Jo(se[0])];if(Ce){Ce.t=se[1].t,Ce.v=se[1].v,se[1].z!=null&&(Ce.z=se[1].z),se[1].f!=null&&(Ce.f=se[1].f);break}V.dense?(Ie[se[0].r]||(Ie[se[0].r]=[]),Ie[se[0].r][se[0].c]=se[1]):X[Jo(se[0])]=se[1];break;case 21509:V.works2=!0;break}},V);else if(Y[2]==26||Y[2]==14)V.Enum=Z,Y[2]==14&&(V.qpro=!0,Y.l=0),e(Y,function(se,ve,me){switch(me){case 204:ae=se;break;case 22:se[1].v.charCodeAt(0)<48&&(se[1].v=se[1].v.slice(1)),se[1].v=se[1].v.replace(/\x0F./g,function(Ce){return String.fromCharCode(Ce.charCodeAt(1)-32)}).replace(/\r\n/g,` -`);case 23:case 24:case 25:case 37:case 39:case 40:if(se[3]>ie&&(X["!ref"]=Vs(de),he[ae]=X,fe.push(ae),X={},V.dense&&(Ie=X["!data"]=[]),de={s:{r:0,c:0},e:{r:0,c:0}},ie=se[3],ae="Sheet"+(ie+1)),pe>0&&se[0].r>=pe)break;V.dense?(Ie[se[0].r]||(Ie[se[0].r]=[]),Ie[se[0].r][se[0].c]=se[1]):X[Jo(se[0])]=se[1],de.e.c=0&&ID(+V.codepage),V.type=="string")throw new Error("Cannot write WK1 to JS string");var X=jd(),ae=To(Y["!ref"]),oe=Y["!data"]!=null,ie=[];un(X,0,i(1030)),un(X,6,l(ae));for(var he=Math.min(ae.e.r,8191),fe=ae.s.c;fe<=ae.e.c;++fe)ie[fe]=ro(fe);for(var we=ae.s.r;we<=he;++we){var Ie=no(we);for(fe=ae.s.c;fe<=ae.e.c;++fe){var de=oe?(Y["!data"][we]||[])[fe]:Y[ie[fe]+Ie];if(!(!de||de.t=="z"))if(de.t=="n")(de.v|0)==de.v&&de.v>=-32768&&de.v<=32767?un(X,13,g(we,fe,de.v)):un(X,14,m(we,fe,de.v));else{var pe=ay(de);un(X,15,d(we,fe,pe.slice(0,239)))}}}return un(X,1),X.end()}function a(Y,ne){var V=ne||{};if(+V.codepage>=0&&ID(+V.codepage),V.type=="string")throw new Error("Cannot write WK3 to JS string");var X=jd();un(X,0,o(Y));for(var ae=0,oe=0;ae8191&&(V=8191),ne.write_shift(2,V),ne.write_shift(1,ae),ne.write_shift(1,X),ne.write_shift(2,0),ne.write_shift(2,0),ne.write_shift(1,1),ne.write_shift(1,2),ne.write_shift(4,0),ne.write_shift(4,0),ne}function s(Y,ne,V){var X={s:{c:0,r:0},e:{c:0,r:0}};return ne==8&&V.qpro?(X.s.c=Y.read_shift(1),Y.l++,X.s.r=Y.read_shift(2),X.e.c=Y.read_shift(1),Y.l++,X.e.r=Y.read_shift(2),X):(X.s.c=Y.read_shift(2),X.s.r=Y.read_shift(2),ne==12&&V.qpro&&(Y.l+=2),X.e.c=Y.read_shift(2),X.e.r=Y.read_shift(2),ne==12&&V.qpro&&(Y.l+=2),X.s.c==65535&&(X.s.c=X.e.c=X.s.r=X.e.r=0),X)}function l(Y){var ne=pt(8);return ne.write_shift(2,Y.s.c),ne.write_shift(2,Y.s.r),ne.write_shift(2,Y.e.c),ne.write_shift(2,Y.e.r),ne}function u(Y,ne,V){var X=[{c:0,r:0},{t:"n",v:0},0,0];return V.qpro&&V.vers!=20768?(X[0].c=Y.read_shift(1),X[3]=Y.read_shift(1),X[0].r=Y.read_shift(2),Y.l+=2):V.works?(X[0].c=Y.read_shift(2),X[0].r=Y.read_shift(2),X[2]=Y.read_shift(2)):(X[2]=Y.read_shift(1),X[0].c=Y.read_shift(2),X[0].r=Y.read_shift(2)),X}function c(Y,ne,V){var X=Y.l+ne,ae=u(Y,ne,V);if(ae[1].t="s",V.vers==20768){Y.l++;var oe=Y.read_shift(1);return ae[1].v=Y.read_shift(oe,"utf8"),ae}return V.qpro&&Y.l++,ae[1].v=Y.read_shift(X-Y.l,"cstr"),ae}function d(Y,ne,V){var X=pt(7+V.length);X.write_shift(1,255),X.write_shift(2,ne),X.write_shift(2,Y),X.write_shift(1,39);for(var ae=0;ae=128?95:oe)}return X.write_shift(1,0),X}function f(Y,ne,V){var X=Y.l+ne,ae=u(Y,ne,V);if(ae[1].t="s",V.vers==20768){var oe=Y.read_shift(1);return ae[1].v=Y.read_shift(oe,"utf8"),ae}return ae[1].v=Y.read_shift(X-Y.l,"cstr"),ae}function p(Y,ne,V){var X=u(Y,ne,V);return X[1].v=Y.read_shift(2,"i"),X}function g(Y,ne,V){var X=pt(7);return X.write_shift(1,255),X.write_shift(2,ne),X.write_shift(2,Y),X.write_shift(2,V,"i"),X}function v(Y,ne,V){var X=u(Y,ne,V);return X[1].v=Y.read_shift(8,"f"),X}function m(Y,ne,V){var X=pt(13);return X.write_shift(1,255),X.write_shift(2,ne),X.write_shift(2,Y),X.write_shift(8,V,"f"),X}function y(Y,ne,V){var X=Y.l+ne,ae=u(Y,ne,V);if(ae[1].v=Y.read_shift(8,"f"),V.qpro)Y.l=X;else{var oe=Y.read_shift(2);S(Y.slice(Y.l,Y.l+oe),ae),Y.l+=oe}return ae}function b(Y,ne,V){var X=ne&32768;return ne&=-32769,ne=(X?Y:0)+(ne>=8192?ne-16384:ne),(X?"":"$")+(V?ro(ne):no(ne))}var x={31:["NA",0],33:["ABS",1],34:["TRUNC",1],35:["SQRT",1],36:["LOG",1],37:["LN",1],38:["PI",0],39:["SIN",1],40:["COS",1],41:["TAN",1],42:["ATAN2",2],43:["ATAN",1],44:["ASIN",1],45:["ACOS",1],46:["EXP",1],47:["MOD",2],49:["ISNA",1],50:["ISERR",1],51:["FALSE",0],52:["TRUE",0],53:["RAND",0],63:["ROUND",2],68:["ISNUMBER",1],69:["ISTEXT",1],70:["LEN",1],71:["VALUE",1],73:["MID",3],74:["CHAR",1],80:["SUM",69],81:["AVERAGEA",69],82:["COUNTA",69],83:["MINA",69],84:["MAXA",69],102:["UPPER",1],103:["LOWER",1],107:["PROPER",1],109:["TRIM",1],111:["T",1]},w=["","","","","","","","","","+","-","*","/","^","=","<>","<=",">=","<",">","","","","","&","","","","","","",""];function S(Y,ne){Oc(Y,0);for(var V=[],X=0,ae="",oe="",ie="",he="";Y.lV.length){console.error("WK1 bad formula parse 0x"+fe.toString(16)+":|"+V.join("|")+"|");return}var pe=V.slice(-X);V.length-=X,V.push(x[fe][0]+"("+pe.join(",")+")")}else return fe<=7?console.error("WK1 invalid opcode "+fe.toString(16)):fe<=24?console.error("WK1 unsupported op "+fe.toString(16)):fe<=30?console.error("WK1 invalid opcode "+fe.toString(16)):fe<=115?console.error("WK1 unsupported function opcode "+fe.toString(16)):console.error("WK1 unrecognized opcode "+fe.toString(16))}}V.length==1?ne[1].f=""+V[0]:console.error("WK1 bad formula parse |"+V.join("|")+"|")}function _(Y){var ne=[{c:0,r:0},{t:"n",v:0},0];return ne[0].r=Y.read_shift(2),ne[3]=Y[Y.l++],ne[0].c=Y[Y.l++],ne}function T(Y,ne){var V=_(Y);return V[1].t="s",V[1].v=Y.read_shift(ne-4,"cstr"),V}function C(Y,ne,V,X){var ae=pt(6+X.length);ae.write_shift(2,Y),ae.write_shift(1,V),ae.write_shift(1,ne),ae.write_shift(1,39);for(var oe=0;oe=128?95:ie)}return ae.write_shift(1,0),ae}function A(Y,ne){var V=_(Y);V[1].v=Y.read_shift(2);var X=V[1].v>>1;if(V[1].v&1)switch(X&7){case 0:X=(X>>3)*5e3;break;case 1:X=(X>>3)*500;break;case 2:X=(X>>3)/20;break;case 3:X=(X>>3)/200;break;case 4:X=(X>>3)/2e3;break;case 5:X=(X>>3)/2e4;break;case 6:X=(X>>3)/16;break;case 7:X=(X>>3)/64;break}return V[1].v=X,V}function k(Y,ne){var V=_(Y),X=Y.read_shift(4),ae=Y.read_shift(4),oe=Y.read_shift(2);if(oe==65535)return X===0&&ae===3221225472?(V[1].t="e",V[1].v=15):X===0&&ae===3489660928?(V[1].t="e",V[1].v=42):V[1].v=0,V;var ie=oe&32768;return oe=(oe&32767)-16446,V[1].v=(1-ie*2)*(ae*Math.pow(2,oe+32)+X*Math.pow(2,oe)),V}function I(Y,ne,V,X){var ae=pt(14);if(ae.write_shift(2,Y),ae.write_shift(1,V),ae.write_shift(1,ne),X==0)return ae.write_shift(4,0),ae.write_shift(4,0),ae.write_shift(2,65535),ae;var oe=0,ie=0,he=0,fe=0;return X<0&&(oe=1,X=-X),ie=Math.log2(X)|0,X/=Math.pow(2,ie-31),fe=X>>>0,fe&2147483648||(X/=2,++ie,fe=X>>>0),X-=fe,fe|=2147483648,fe>>>=0,X*=Math.pow(2,32),he=X>>>0,ae.write_shift(4,he),ae.write_shift(4,fe),ie+=16383+(oe?32768:0),ae.write_shift(2,ie),ae}function R(Y,ne){var V=k(Y);return Y.l+=ne-14,V}function L(Y,ne){var V=_(Y),X=Y.read_shift(4);return V[1].v=X>>6,V}function N(Y,ne){var V=_(Y),X=Y.read_shift(8,"f");return V[1].v=X,V}function j(Y,ne){var V=N(Y);return Y.l+=ne-12,V}function B(Y,ne){return Y[Y.l+ne-1]==0?Y.read_shift(ne,"cstr"):""}function U(Y,ne){var V=Y[Y.l++];V>ne-1&&(V=ne-1);for(var X="";X.length127?95:ae}return V[V.l++]=0,V}var G={0:{n:"BOF",f:Doe},1:{n:"EOF"},2:{n:"CALCMODE"},3:{n:"CALCORDER"},4:{n:"SPLIT"},5:{n:"SYNC"},6:{n:"RANGE",f:s},7:{n:"WINDOW1"},8:{n:"COLW1"},9:{n:"WINTWO"},10:{n:"COLW2"},11:{n:"NAME"},12:{n:"BLANK"},13:{n:"INTEGER",f:p},14:{n:"NUMBER",f:v},15:{n:"LABEL",f:c},16:{n:"FORMULA",f:y},24:{n:"TABLE"},25:{n:"ORANGE"},26:{n:"PRANGE"},27:{n:"SRANGE"},28:{n:"FRANGE"},29:{n:"KRANGE1"},32:{n:"HRANGE"},35:{n:"KRANGE2"},36:{n:"PROTEC"},37:{n:"FOOTER"},38:{n:"HEADER"},39:{n:"SETUP"},40:{n:"MARGINS"},41:{n:"LABELFMT"},42:{n:"TITLES"},43:{n:"SHEETJS"},45:{n:"GRAPH"},46:{n:"NGRAPH"},47:{n:"CALCCOUNT"},48:{n:"UNFORMATTED"},49:{n:"CURSORW12"},50:{n:"WINDOW"},51:{n:"STRING",f},55:{n:"PASSWORD"},56:{n:"LOCKED"},60:{n:"QUERY"},61:{n:"QUERYNAME"},62:{n:"PRINT"},63:{n:"PRINTNAME"},64:{n:"GRAPH2"},65:{n:"GRAPHNAME"},66:{n:"ZOOM"},67:{n:"SYMSPLIT"},68:{n:"NSROWS"},69:{n:"NSCOLS"},70:{n:"RULER"},71:{n:"NNAME"},72:{n:"ACOMM"},73:{n:"AMACRO"},74:{n:"PARSE"},102:{n:"PRANGES??"},103:{n:"RRANGES??"},104:{n:"FNAME??"},105:{n:"MRANGES??"},204:{n:"SHEETNAMECS",f:B},222:{n:"SHEETNAMELP",f:U},255:{n:"BOF",f:Doe},65535:{n:""}},Z={0:{n:"BOF"},1:{n:"EOF"},2:{n:"PASSWORD"},3:{n:"CALCSET"},4:{n:"WINDOWSET"},5:{n:"SHEETCELLPTR"},6:{n:"SHEETLAYOUT"},7:{n:"COLUMNWIDTH"},8:{n:"HIDDENCOLUMN"},9:{n:"USERRANGE"},10:{n:"SYSTEMRANGE"},11:{n:"ZEROFORCE"},12:{n:"SORTKEYDIR"},13:{n:"FILESEAL"},14:{n:"DATAFILLNUMS"},15:{n:"PRINTMAIN"},16:{n:"PRINTSTRING"},17:{n:"GRAPHMAIN"},18:{n:"GRAPHSTRING"},19:{n:"??"},20:{n:"ERRCELL"},21:{n:"NACELL"},22:{n:"LABEL16",f:T},23:{n:"NUMBER17",f:k},24:{n:"NUMBER18",f:A},25:{n:"FORMULA19",f:R},26:{n:"FORMULA1A"},27:{n:"XFORMAT",f:z},28:{n:"DTLABELMISC"},29:{n:"DTLABELCELL"},30:{n:"GRAPHWINDOW"},31:{n:"CPA"},32:{n:"LPLAUTO"},33:{n:"QUERY"},34:{n:"HIDDENSHEET"},35:{n:"??"},37:{n:"NUMBER25",f:L},38:{n:"??"},39:{n:"NUMBER27",f:N},40:{n:"FORMULA28",f:j},142:{n:"??"},147:{n:"??"},150:{n:"??"},151:{n:"??"},152:{n:"??"},153:{n:"??"},154:{n:"??"},155:{n:"??"},156:{n:"??"},163:{n:"??"},174:{n:"??"},175:{n:"??"},176:{n:"??"},177:{n:"??"},184:{n:"??"},185:{n:"??"},186:{n:"??"},187:{n:"??"},188:{n:"??"},195:{n:"??"},201:{n:"??"},204:{n:"SHEETNAMECS",f:B},205:{n:"??"},206:{n:"??"},207:{n:"??"},208:{n:"??"},256:{n:"??"},259:{n:"??"},260:{n:"??"},261:{n:"??"},262:{n:"??"},263:{n:"??"},265:{n:"??"},266:{n:"??"},267:{n:"??"},268:{n:"??"},270:{n:"??"},271:{n:"??"},384:{n:"??"},389:{n:"??"},390:{n:"??"},393:{n:"??"},396:{n:"??"},512:{n:"??"},514:{n:"??"},513:{n:"??"},516:{n:"??"},517:{n:"??"},640:{n:"??"},641:{n:"??"},642:{n:"??"},643:{n:"??"},644:{n:"??"},645:{n:"??"},646:{n:"??"},647:{n:"??"},648:{n:"??"},658:{n:"??"},659:{n:"??"},660:{n:"??"},661:{n:"??"},662:{n:"??"},665:{n:"??"},666:{n:"??"},768:{n:"??"},772:{n:"??"},1537:{n:"SHEETINFOQP",f:W},1600:{n:"??"},1602:{n:"??"},1793:{n:"??"},1794:{n:"??"},1795:{n:"??"},1796:{n:"??"},1920:{n:"??"},2048:{n:"??"},2049:{n:"??"},2052:{n:"??"},2688:{n:"??"},10998:{n:"??"},12849:{n:"??"},28233:{n:"??"},28484:{n:"??"},65535:{n:""}};function J(Y,ne){Oc(Y,0);var V=ne||{},X={};V.dense&&(X["!data"]=[]);var ae=[],oe="",ie={s:{r:-1,c:-1},e:{r:-1,c:-1}},he=0,fe=0,we=0,Ie=0,de={SheetNames:[],Sheets:{}};e:for(;Y.l255||ie.s.r>999999)break;ie.e.cwe&&(ie.s.c=we),Ie=te.read_shift(4),ie.s.r>Ie&&(ie.s.r=Ie),Ie=te.read_shift(4),ie.e.rIe&&(ie.s.r=Ie),ie.e.r0&&he>=0;){if(me&32)switch(me&31){case 2:ve={t:"n",v:ve.v+Ee&65535};break;case 3:ve={t:"n",v:ve.v+Ee&65535},ve.v>32767&&(ve.v-=65536);break;case 7:ve={t:"s",v:ae[fe=fe+Ee>>>0]};break;default:throw"Cannot apply delta for QPW cell type "+(me&31)}else switch(me&31){case 1:ve={t:"z"};break;case 2:ve={t:"n",v:te.read_shift(2)};break;case 7:ve={t:"s",v:ae[fe=te.read_shift(4)-1]};break;default:throw"Cannot apply repeat for QPW cell type "+(me&31)}!V.sheetStubs&&ve.t=="z"||(X["!data"]!=null?(X["!data"][Ie]||(X["!data"][Ie]=[]),X["!data"][Ie][we]=ve):X[se+no(Ie)]=ve),++Ie,--he}}}break}Y.l+=_e}return de}return{sheet_to_wk1:r,book_to_wk3:a,to_workbook:t}}(),LBn=/^\s|\s$|[\t\n\r]/;function jBn(e,t){if(!t.bookSST)return"";var n=[Ks];n[n.length]=tn("sst",null,{xmlns:yA[0],count:e.Count,uniqueCount:e.Unique});for(var r=0;r!=e.length;++r)if(e[r]!=null){var a=e[r],i="";a.r?i+=a.r:(i+=""),i+="",n[n.length]=i}return n.length>2&&(n[n.length]="",n[1]=n[1].replace("/>",">")),n.join("")}function FBn(e){return[e.read_shift(4),e.read_shift(4)]}function BBn(e,t){return t||(t=pt(8)),t.write_shift(4,e.Count),t.write_shift(4,e.Unique),t}var zBn=k9n;function UBn(e){var t=jd();Nt(t,159,BBn(e));for(var n=0;n=0;--i)o=n[i],s=t&16384?1:0,l=t<<1&32767,u=s|l,t=u^o;return t^52811}function HBn(e,t){var n=["{\\rtf1\\ansi"];if(!e["!ref"])return n[0]+"}";for(var r=To(e["!ref"]),a,i=e["!data"]!=null,o=[],s=r.s.r;s<=r.e.r;++s){n.push("\\trowd\\trautofit1");for(var l=r.s.c;l<=r.e.c;++l)n.push("\\cellx"+(l+1));for(n.push("\\pard\\intbl"),i&&(o=e["!data"][s]||[]),l=r.s.c;l<=r.e.c;++l){var u=Jo({r:s,c:l});if(a=i?o[l]:e[u],!a||a.v==null&&(!a.f||a.F)){n.push(" \\cell");continue}n.push(" "+(a.w||(ay(a),a.w)||"").replace(/[\r\n]/g,"\\par ")),n.push("\\cell")}n.push("\\pard\\intbl\\row")}return n.join("")+"}"}function L$e(e){for(var t=0,n=1;t!=3;++t)n=n*256+(e[t]>255?255:e[t]<0?0:e[t]);return n.toString(16).toUpperCase().slice(1)}var GBn=6,Nv=GBn;function F7(e){return Math.floor((e+Math.round(128/Nv)/256)*Nv)}function B7(e){return Math.floor((e-5)/Nv*100+.5)/100}function Moe(e){return Math.round((e*Nv+5)/Nv*256)/256}function rye(e){e.width?(e.wpx=F7(e.width),e.wch=B7(e.wpx),e.MDW=Nv):e.wpx?(e.wch=B7(e.wpx),e.width=Moe(e.wch),e.MDW=Nv):typeof e.wch=="number"&&(e.width=Moe(e.wch),e.wpx=F7(e.width),e.MDW=Nv),e.customWidth&&delete e.customWidth}var WBn=96,Xst=WBn;function z7(e){return e*96/Xst}function Zst(e){return e*Xst/96}function qBn(e){var t=[""];return[[5,8],[23,26],[41,44],[50,392]].forEach(function(n){for(var r=n[0];r<=n[1];++r)e[r]!=null&&(t[t.length]=tn("numFmt",null,{numFmtId:r,formatCode:Kr(e[r])}))}),t.length===1?"":(t[t.length]="",t[0]=tn("numFmts",null,{count:t.length-2}).replace("/>",">"),t.join(""))}function YBn(e){var t=[];return t[t.length]=tn("cellXfs",null),e.forEach(function(n){t[t.length]=tn("xf",null,n)}),t[t.length]="",t.length===2?"":(t[0]=tn("cellXfs",null,{count:t.length-2}).replace("/>",">"),t.join(""))}function KBn(e,t){var n=[Ks,tn("styleSheet",null,{xmlns:yA[0],"xmlns:vt":Kl.vt})],r;return e.SSF&&(r=qBn(e.SSF))!=null&&(n[n.length]=r),n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',(r=YBn(t.cellXfs))&&(n[n.length]=r),n[n.length]='',n[n.length]='',n[n.length]='',n.length>2&&(n[n.length]="",n[1]=n[1].replace("/>",">")),n.join("")}function XBn(e,t){var n=e.read_shift(2),r=ac(e);return[n,r]}function ZBn(e,t,n){n||(n=pt(6+4*t.length)),n.write_shift(2,e),yl(t,n);var r=n.length>n.l?n.slice(0,n.l):n;return n.l==null&&(n.l=n.length),r}function QBn(e,t,n){var r={};r.sz=e.read_shift(2)/20;var a=$9n(e);a.fItalic&&(r.italic=1),a.fCondense&&(r.condense=1),a.fExtend&&(r.extend=1),a.fShadow&&(r.shadow=1),a.fOutline&&(r.outline=1),a.fStrikeout&&(r.strike=1);var i=e.read_shift(2);switch(i===700&&(r.bold=1),e.read_shift(2)){case 1:r.vertAlign="superscript";break;case 2:r.vertAlign="subscript";break}var o=e.read_shift(1);o!=0&&(r.underline=o);var s=e.read_shift(1);s>0&&(r.family=s);var l=e.read_shift(1);switch(l>0&&(r.charset=l),e.l++,r.color=M9n(e),e.read_shift(1)){case 1:r.scheme="major";break;case 2:r.scheme="minor";break}return r.name=ac(e),r}function JBn(e,t){t||(t=pt(25+4*32)),t.write_shift(2,e.sz*20),L9n(e,t),t.write_shift(2,e.bold?700:400);var n=0;e.vertAlign=="superscript"?n=1:e.vertAlign=="subscript"&&(n=2),t.write_shift(2,n),t.write_shift(1,e.underline||0),t.write_shift(1,e.family||0),t.write_shift(1,e.charset||0),t.write_shift(1,0),L7(e.color,t);var r=0;return e.scheme=="major"&&(r=1),e.scheme=="minor"&&(r=2),t.write_shift(1,r),yl(e.name,t),t.length>t.l?t.slice(0,t.l):t}var e7n=["none","solid","mediumGray","darkGray","lightGray","darkHorizontal","darkVertical","darkDown","darkUp","darkGrid","darkTrellis","lightHorizontal","lightVertical","lightDown","lightUp","lightGrid","lightTrellis","gray125","gray0625"],EJ,t7n=Xg;function j$e(e,t){t||(t=pt(4*3+8*7+16*1)),EJ||(EJ=Hve(e7n));var n=EJ[e.patternType];n==null&&(n=40),t.write_shift(4,n);var r=0;if(n!=40)for(L7({auto:1},t),L7({auto:1},t);r<12;++r)t.write_shift(4,0);else{for(;r<4;++r)t.write_shift(4,0);for(;r<12;++r)t.write_shift(4,0)}return t.length>t.l?t.slice(0,t.l):t}function n7n(e,t){var n=e.l+t,r=e.read_shift(2),a=e.read_shift(2);return e.l=n,{ixfe:r,numFmtId:a}}function Qst(e,t,n){n||(n=pt(16)),n.write_shift(2,t||0),n.write_shift(2,e.numFmtId||0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(1,0),n.write_shift(1,0);var r=0;return n.write_shift(1,r),n.write_shift(1,0),n.write_shift(1,0),n.write_shift(1,0),n}function mO(e,t){return t||(t=pt(10)),t.write_shift(1,0),t.write_shift(1,0),t.write_shift(4,0),t.write_shift(4,0),t}var r7n=Xg;function a7n(e,t){return t||(t=pt(51)),t.write_shift(1,0),mO(null,t),mO(null,t),mO(null,t),mO(null,t),mO(null,t),t.length>t.l?t.slice(0,t.l):t}function i7n(e,t){return t||(t=pt(12+4*10)),t.write_shift(4,e.xfId),t.write_shift(2,1),t.write_shift(1,+e.builtinId),t.write_shift(1,0),ND(e.name||"",t),t.length>t.l?t.slice(0,t.l):t}function o7n(e,t,n){var r=pt(2052);return r.write_shift(4,e),ND(t,r),ND(n,r),r.length>r.l?r.slice(0,r.l):r}function s7n(e,t){if(t){var n=0;[[5,8],[23,26],[41,44],[50,392]].forEach(function(r){for(var a=r[0];a<=r[1];++a)t[a]!=null&&++n}),n!=0&&(Nt(e,615,hm(n)),[[5,8],[23,26],[41,44],[50,392]].forEach(function(r){for(var a=r[0];a<=r[1];++a)t[a]!=null&&Nt(e,44,ZBn(a,t[a]))}),Nt(e,616))}}function l7n(e){var t=1;Nt(e,611,hm(t)),Nt(e,43,JBn({sz:12,color:{theme:1},name:"Calibri",family:2,scheme:"minor"})),Nt(e,612)}function u7n(e){var t=2;Nt(e,603,hm(t)),Nt(e,45,j$e({patternType:"none"})),Nt(e,45,j$e({patternType:"gray125"})),Nt(e,604)}function c7n(e){var t=1;Nt(e,613,hm(t)),Nt(e,46,a7n()),Nt(e,614)}function d7n(e){var t=1;Nt(e,626,hm(t)),Nt(e,47,Qst({numFmtId:0,fontId:0,fillId:0,borderId:0},65535)),Nt(e,627)}function f7n(e,t){Nt(e,617,hm(t.length)),t.forEach(function(n){Nt(e,47,Qst(n,0))}),Nt(e,618)}function p7n(e){var t=1;Nt(e,619,hm(t)),Nt(e,48,i7n({xfId:0,builtinId:0,name:"Normal"})),Nt(e,620)}function h7n(e){var t=0;Nt(e,505,hm(t)),Nt(e,506)}function m7n(e){var t=0;Nt(e,508,o7n(t,"TableStyleMedium9","PivotStyleMedium4")),Nt(e,509)}function g7n(e,t){var n=jd();return Nt(n,278),s7n(n,e.SSF),l7n(n),u7n(n),c7n(n),d7n(n),f7n(n,t.cellXfs),p7n(n),h7n(n),m7n(n),Nt(n,279),n.end()}function Jst(e,t){if(t&&t.themeXLSX)return t.themeXLSX;if(e&&typeof e.raw=="string")return e.raw;var n=[Ks];return n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]='',n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]='',n[n.length]="",n[n.length]="",n[n.length]="",n[n.length]="",n.join("")}function v7n(e,t){return{flags:e.read_shift(4),version:e.read_shift(4),name:ac(e)}}function y7n(e){var t=pt(12+2*e.name.length);return t.write_shift(4,e.flags),t.write_shift(4,e.version),yl(e.name,t),t.slice(0,t.l)}function b7n(e){for(var t=[],n=e.read_shift(4);n-- >0;)t.push([e.read_shift(4),e.read_shift(4)]);return t}function x7n(e){var t=pt(4+8*e.length);t.write_shift(4,e.length);for(var n=0;n - - - - - - - - - - - - - - - - - -`),e.join("")}function C7n(e){var t={};t.i=e.read_shift(4);var n={};n.r=e.read_shift(4),n.c=e.read_shift(4),t.r=Jo(n);var r=e.read_shift(1);return r&2&&(t.l="1"),r&8&&(t.a="1"),t}function elt(e,t){var n=[21600,21600],r=["m0,0l0",n[1],n[0],n[1],n[0],"0xe"].join(","),a=[tn("xml",null,{"xmlns:v":wf.v,"xmlns:o":wf.o,"xmlns:x":wf.x,"xmlns:mv":wf.mv}).replace(/\/>/,">"),tn("o:shapelayout",tn("o:idmap",null,{"v:ext":"edit",data:e}),{"v:ext":"edit"})],i=65536*e,o=t||[];return o.length>0&&a.push(tn("v:shapetype",[tn("v:stroke",null,{joinstyle:"miter"}),tn("v:path",null,{gradientshapeok:"t","o:connecttype":"rect"})].join(""),{id:"_x0000_t202",coordsize:n.join(","),"o:spt":202,path:r})),o.forEach(function(s){++i,a.push(I7n(s,i))}),a.push(""),a.join("")}function I7n(e,t){var n=Lo(e[0]),r={color2:"#BEFF82",type:"gradient"};r.type=="gradient"&&(r.angle="-180");var a=r.type=="gradient"?tn("o:fill",null,{type:"gradientUnscaled","v:ext":"view"}):null,i=tn("v:fill",a,r),o={on:"t",obscured:"t"};return["",i,tn("v:shadow",null,o),tn("v:path",null,{"o:connecttype":"none"}),'
','',"","",Au("x:Anchor",[n.c+1,0,n.r+1,0,n.c+3,20,n.r+5,20].join(",")),Au("x:AutoFill","False"),Au("x:Row",String(n.r)),Au("x:Column",String(n.c)),e[1].hidden?"":"","",""].join("")}function A7n(e){var t=[Ks,tn("comments",null,{xmlns:yA[0]})],n=[];return t.push(""),e.forEach(function(r){r[1].forEach(function(a){var i=Kr(a.a);n.indexOf(i)==-1&&(n.push(i),t.push(""+i+"")),a.T&&a.ID&&n.indexOf("tc="+a.ID)==-1&&(n.push("tc="+a.ID),t.push("tc="+a.ID+""))})}),n.length==0&&(n.push("SheetJ5"),t.push("SheetJ5")),t.push(""),t.push(""),e.forEach(function(r){var a=0,i=[],o=0;if(r[1][0]&&r[1][0].T&&r[1][0].ID&&(a=n.indexOf("tc="+r[1][0].ID)),r[1].forEach(function(u){u.a&&(a=n.indexOf(Kr(u.a))),u.T&&++o,i.push(u.t==null?"":Kr(u.t))}),o===0)r[1].forEach(function(u){t.push(''),t.push(Au("t",u.t==null?"":Kr(u.t))),t.push("")});else{t.push('');for(var s=`Comment: - `+i[0]+` -`,l=1;l")}}),t.push(""),t.length>2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}function k7n(e,t,n){var r=[Ks,tn("ThreadedComments",null,{xmlns:Kl.TCMNT}).replace(/[\/]>/,">")];return e.forEach(function(a){var i="";(a[1]||[]).forEach(function(o,s){if(!o.T){delete o.ID;return}o.a&&t.indexOf(o.a)==-1&&t.push(o.a);var l={ref:a[0],id:"{54EE7951-7262-4200-6969-"+("000000000000"+n.tcid++).slice(-12)+"}"};s==0?i=l.id:l.parentId=i,o.ID=l.id,o.a&&(l.personId="{54EE7950-7262-4200-6969-"+("000000000000"+t.indexOf(o.a)).slice(-12)+"}"),r.push(tn("threadedComment",Au("text",o.t||""),l))})}),r.push(""),r.join("")}function O7n(e){var t=[Ks,tn("personList",null,{xmlns:Kl.TCMNT,"xmlns:x":yA[0]}).replace(/[\/]>/,">")];return e.forEach(function(n,r){t.push(tn("person",null,{displayName:n,id:"{54EE7950-7262-4200-6969-"+("000000000000"+r).slice(-12)+"}",userId:n,providerId:"None"}))}),t.push(""),t.join("")}function P7n(e){var t={};t.iauthor=e.read_shift(4);var n=z_(e);return t.rfx=n.s,t.ref=Jo(n.s),e.l+=16,t}function R7n(e,t){return t==null&&(t=pt(36)),t.write_shift(4,e[1].iauthor),wA(e[0],t),t.write_shift(4,0),t.write_shift(4,0),t.write_shift(4,0),t.write_shift(4,0),t}var N7n=ac;function D7n(e){return yl(e.slice(0,54))}function M7n(e){var t=jd(),n=[];return Nt(t,628),Nt(t,630),e.forEach(function(r){r[1].forEach(function(a){n.indexOf(a.a)>-1||(n.push(a.a.slice(0,54)),Nt(t,632,D7n(a.a)))})}),Nt(t,631),Nt(t,633),e.forEach(function(r){r[1].forEach(function(a){a.iauthor=n.indexOf(a.a);var i={s:Lo(r[0]),e:Lo(r[0])};Nt(t,635,R7n([i,a])),a.t&&a.t.length>0&&Nt(t,637,P9n(a)),Nt(t,636),delete a.iauthor})}),Nt(t,634),Nt(t,629),t.end()}function $7n(e,t){t.FullPaths.forEach(function(n,r){if(r!=0){var a=n.replace(/[^\/]*[\/]/,"/_VBA_PROJECT_CUR/");a.slice(-1)!=="/"&&to.utils.cfb_add(e,a,t.FileIndex[r].content)}})}var L7n=["xlsb","xlsm","xlam","biff8","xla"],F$e=function(){var e=/(^|[^A-Za-z_])R(\[?-?\d+\]|[1-9]\d*|)C(\[?-?\d+\]|[1-9]\d*|)(?![A-Za-z0-9_])/g,t={r:0,c:0};function n(r,a,i,o){var s=!1,l=!1;i.length==0?l=!0:i.charAt(0)=="["&&(l=!0,i=i.slice(1,-1)),o.length==0?s=!0:o.charAt(0)=="["&&(s=!0,o=o.slice(1,-1));var u=i.length>0?parseInt(i,10)|0:0,c=o.length>0?parseInt(o,10)|0:0;return s?c+=t.c:--c,l?u+=t.r:--u,a+(s?"":"$")+ro(c)+(l?"":"$")+no(u)}return function(a,i){return t=i,a.replace(e,n)}}(),aye=/(^|[^._A-Z0-9])([$]?)([A-Z]{1,2}|[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D])([$]?)(10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})(?![_.\(A-Za-z0-9])/g,nW=function(){return function(t,n){return t.replace(aye,function(r,a,i,o,s,l){var u=Qve(o)-(i?0:n.c),c=Zve(l)-(s?0:n.r),d=s=="$"?c+1:c==0?"":"["+c+"]",f=i=="$"?u+1:u==0?"":"["+u+"]";return a+"R"+d+"C"+f})}}();function j7n(e,t){return e.replace(aye,function(n,r,a,i,o,s){return r+(a=="$"?a+i:ro(Qve(i)+t.c))+(o=="$"?o+s:no(Zve(s)+t.r))})}function F7n(e){return e.length!=1}function $s(e){e.l+=1}function jb(e,t){var n=e.read_shift(t==1?1:2);return[n&16383,n>>14&1,n>>15&1]}function tlt(e,t,n){var r=2;if(n){if(n.biff>=2&&n.biff<=5)return nlt(e);n.biff==12&&(r=4)}var a=e.read_shift(r),i=e.read_shift(r),o=jb(e,2),s=jb(e,2);return{s:{r:a,c:o[0],cRel:o[1],rRel:o[2]},e:{r:i,c:s[0],cRel:s[1],rRel:s[2]}}}function nlt(e){var t=jb(e,2),n=jb(e,2),r=e.read_shift(1),a=e.read_shift(1);return{s:{r:t[0],c:r,cRel:t[1],rRel:t[2]},e:{r:n[0],c:a,cRel:n[1],rRel:n[2]}}}function B7n(e,t,n){if(n.biff<8)return nlt(e);var r=e.read_shift(n.biff==12?4:2),a=e.read_shift(n.biff==12?4:2),i=jb(e,2),o=jb(e,2);return{s:{r,c:i[0],cRel:i[1],rRel:i[2]},e:{r:a,c:o[0],cRel:o[1],rRel:o[2]}}}function rlt(e,t,n){if(n&&n.biff>=2&&n.biff<=5)return z7n(e);var r=e.read_shift(n&&n.biff==12?4:2),a=jb(e,2);return{r,c:a[0],cRel:a[1],rRel:a[2]}}function z7n(e){var t=jb(e,2),n=e.read_shift(1);return{r:t[0],c:n,cRel:t[1],rRel:t[2]}}function U7n(e){var t=e.read_shift(2),n=e.read_shift(2);return{r:t,c:n&255,fQuoted:!!(n&16384),cRel:n>>15,rRel:n>>15}}function V7n(e,t,n){var r=n&&n.biff?n.biff:8;if(r>=2&&r<=5)return H7n(e);var a=e.read_shift(r>=12?4:2),i=e.read_shift(2),o=(i&16384)>>14,s=(i&32768)>>15;if(i&=16383,s==1)for(;a>524287;)a-=1048576;if(o==1)for(;i>8191;)i=i-16384;return{r:a,c:i,cRel:o,rRel:s}}function H7n(e){var t=e.read_shift(2),n=e.read_shift(1),r=(t&32768)>>15,a=(t&16384)>>14;return t&=16383,r==1&&t>=8192&&(t=t-16384),a==1&&n>=128&&(n=n-256),{r:t,c:n,cRel:a,rRel:r}}function G7n(e,t,n){var r=(e[e.l++]&96)>>5,a=tlt(e,n.biff>=2&&n.biff<=5?6:8,n);return[r,a]}function W7n(e,t,n){var r=(e[e.l++]&96)>>5,a=e.read_shift(2,"i"),i=8;if(n)switch(n.biff){case 5:e.l+=12,i=6;break;case 12:i=12;break}var o=tlt(e,i,n);return[r,a,o]}function q7n(e,t,n){var r=(e[e.l++]&96)>>5;return e.l+=n&&n.biff>8?12:n.biff<8?6:8,[r]}function Y7n(e,t,n){var r=(e[e.l++]&96)>>5,a=e.read_shift(2),i=8;if(n)switch(n.biff){case 5:e.l+=12,i=6;break;case 12:i=12;break}return e.l+=i,[r,a]}function K7n(e,t,n){var r=(e[e.l++]&96)>>5,a=B7n(e,t-1,n);return[r,a]}function X7n(e,t,n){var r=(e[e.l++]&96)>>5;return e.l+=n.biff==2?6:n.biff==12?14:7,[r]}function B$e(e){var t=e[e.l+1]&1,n=1;return e.l+=4,[t,n]}function Z7n(e,t,n){e.l+=2;for(var r=e.read_shift(n&&n.biff==2?1:2),a=[],i=0;i<=r;++i)a.push(e.read_shift(n&&n.biff==2?1:2));return a}function Q7n(e,t,n){var r=e[e.l+1]&255?1:0;return e.l+=2,[r,e.read_shift(n&&n.biff==2?1:2)]}function J7n(e,t,n){var r=e[e.l+1]&255?1:0;return e.l+=2,[r,e.read_shift(n&&n.biff==2?1:2)]}function ezn(e){var t=e[e.l+1]&255?1:0;return e.l+=2,[t,e.read_shift(2)]}function tzn(e,t,n){var r=e[e.l+1]&255?1:0;return e.l+=n&&n.biff==2?3:4,[r]}function alt(e){var t=e.read_shift(1),n=e.read_shift(1);return[t,n]}function nzn(e){return e.read_shift(2),alt(e)}function rzn(e){return e.read_shift(2),alt(e)}function azn(e,t,n){var r=(e[e.l]&96)>>5;e.l+=1;var a=rlt(e,0,n);return[r,a]}function izn(e,t,n){var r=(e[e.l]&96)>>5;e.l+=1;var a=V7n(e,0,n);return[r,a]}function ozn(e,t,n){var r=(e[e.l]&96)>>5;e.l+=1;var a=e.read_shift(2);n&&n.biff==5&&(e.l+=12);var i=rlt(e,0,n);return[r,a,i]}function szn(e,t,n){var r=(e[e.l]&96)>>5;e.l+=1;var a=e.read_shift(n&&n.biff<=3?1:2);return[yUn[a],slt[a],r]}function lzn(e,t,n){var r=e[e.l++],a=e.read_shift(1),i=n&&n.biff<=3?[r==88?-1:0,e.read_shift(1)]:uzn(e);return[a,(i[0]===0?slt:vUn)[i[1]]]}function uzn(e){return[e[e.l+1]>>7,e.read_shift(2)&32767]}function czn(e,t,n){e.l+=n&&n.biff==2?3:4}function dzn(e,t,n){if(e.l++,n&&n.biff==12)return[e.read_shift(4,"i"),0];var r=e.read_shift(2),a=e.read_shift(n&&n.biff==2?1:2);return[r,a]}function fzn(e){return e.l++,v$[e.read_shift(1)]}function pzn(e){return e.l++,e.read_shift(2)}function hzn(e){return e.l++,e.read_shift(1)!==0}function mzn(e){return e.l++,SA(e)}function gzn(e,t,n){return e.l++,Gst(e,t-1,n)}function vzn(e,t){var n=[e.read_shift(1)];if(t==12)switch(n[0]){case 2:n[0]=4;break;case 4:n[0]=16;break;case 0:n[0]=1;break;case 1:n[0]=2;break}switch(n[0]){case 4:n[1]=nBn(e,1)?"TRUE":"FALSE",t!=12&&(e.l+=7);break;case 37:case 16:n[1]=v$[e[e.l]],e.l+=t==12?4:8;break;case 0:e.l+=8;break;case 1:n[1]=SA(e);break;case 2:n[1]=oBn(e,0,{biff:t>0&&t<8?2:t});break;default:throw new Error("Bad SerAr: "+n[0])}return n}function yzn(e,t,n){for(var r=e.read_shift(n.biff==12?4:2),a=[],i=0;i!=r;++i)a.push((n.biff==12?z_:uBn)(e));return a}function bzn(e,t,n){var r=0,a=0;n.biff==12?(r=e.read_shift(4),a=e.read_shift(4)):(a=1+e.read_shift(1),r=1+e.read_shift(2)),n.biff>=2&&n.biff<8&&(--r,--a==0&&(a=256));for(var i=0,o=[];i!=r&&(o[i]=[]);++i)for(var s=0;s!=a;++s)o[i][s]=vzn(e,n.biff);return o}function xzn(e,t,n){var r=e.read_shift(1)>>>5&3,a=!n||n.biff>=8?4:2,i=e.read_shift(a);switch(n.biff){case 2:e.l+=5;break;case 3:case 4:e.l+=8;break;case 5:e.l+=12;break}return[r,0,i]}function wzn(e,t,n){if(n.biff==5)return Szn(e);var r=e.read_shift(1)>>>5&3,a=e.read_shift(2),i=e.read_shift(4);return[r,a,i]}function Szn(e){var t=e.read_shift(1)>>>5&3,n=e.read_shift(2,"i");e.l+=8;var r=e.read_shift(2);return e.l+=12,[t,n,r]}function _zn(e,t,n){var r=e.read_shift(1)>>>5&3;e.l+=n&&n.biff==2?3:4;var a=e.read_shift(n&&n.biff==2?1:2);return[r,a]}function Ezn(e,t,n){var r=e.read_shift(1)>>>5&3,a=e.read_shift(n&&n.biff==2?1:2);return[r,a]}function Tzn(e,t,n){var r=e.read_shift(1)>>>5&3;return e.l+=4,n.biff<8&&e.l--,n.biff==12&&(e.l+=2),[r]}function Czn(e,t,n){var r=(e[e.l++]&96)>>5,a=e.read_shift(2),i=4;if(n)switch(n.biff){case 5:i=15;break;case 12:i=6;break}return e.l+=i,[r,a]}var Izn=Xg,Azn=Xg,kzn=Xg;function y$(e,t,n){return e.l+=2,[U7n(e)]}function iye(e){return e.l+=6,[]}var Ozn=y$,Pzn=iye,Rzn=iye,Nzn=y$;function ilt(e){return e.l+=2,[Doe(e),e.read_shift(2)&1]}var Dzn=y$,Mzn=ilt,$zn=iye,Lzn=y$,jzn=y$,Fzn=["Data","All","Headers","??","?Data2","??","?DataHeaders","??","Totals","??","??","??","?DataTotals","??","??","??","?Current"];function Bzn(e){e.l+=2;var t=e.read_shift(2),n=e.read_shift(2),r=e.read_shift(4),a=e.read_shift(2),i=e.read_shift(2),o=Fzn[n>>2&31];return{ixti:t,coltype:n&3,rt:o,idx:r,c:a,C:i}}function zzn(e){return e.l+=2,[e.read_shift(4)]}function Uzn(e,t,n){return e.l+=5,e.l+=2,e.l+=n.biff==2?1:4,["PTGSHEET"]}function Vzn(e,t,n){return e.l+=n.biff==2?4:5,["PTGENDSHEET"]}function Hzn(e){var t=e.read_shift(1)>>>5&3,n=e.read_shift(2);return[t,n]}function Gzn(e){var t=e.read_shift(1)>>>5&3,n=e.read_shift(2);return[t,n]}function Wzn(e){return e.l+=4,[0,0]}var z$e={1:{n:"PtgExp",f:dzn},2:{n:"PtgTbl",f:kzn},3:{n:"PtgAdd",f:$s},4:{n:"PtgSub",f:$s},5:{n:"PtgMul",f:$s},6:{n:"PtgDiv",f:$s},7:{n:"PtgPower",f:$s},8:{n:"PtgConcat",f:$s},9:{n:"PtgLt",f:$s},10:{n:"PtgLe",f:$s},11:{n:"PtgEq",f:$s},12:{n:"PtgGe",f:$s},13:{n:"PtgGt",f:$s},14:{n:"PtgNe",f:$s},15:{n:"PtgIsect",f:$s},16:{n:"PtgUnion",f:$s},17:{n:"PtgRange",f:$s},18:{n:"PtgUplus",f:$s},19:{n:"PtgUminus",f:$s},20:{n:"PtgPercent",f:$s},21:{n:"PtgParen",f:$s},22:{n:"PtgMissArg",f:$s},23:{n:"PtgStr",f:gzn},26:{n:"PtgSheet",f:Uzn},27:{n:"PtgEndSheet",f:Vzn},28:{n:"PtgErr",f:fzn},29:{n:"PtgBool",f:hzn},30:{n:"PtgInt",f:pzn},31:{n:"PtgNum",f:mzn},32:{n:"PtgArray",f:X7n},33:{n:"PtgFunc",f:szn},34:{n:"PtgFuncVar",f:lzn},35:{n:"PtgName",f:xzn},36:{n:"PtgRef",f:azn},37:{n:"PtgArea",f:G7n},38:{n:"PtgMemArea",f:_zn},39:{n:"PtgMemErr",f:Izn},40:{n:"PtgMemNoMem",f:Azn},41:{n:"PtgMemFunc",f:Ezn},42:{n:"PtgRefErr",f:Tzn},43:{n:"PtgAreaErr",f:q7n},44:{n:"PtgRefN",f:izn},45:{n:"PtgAreaN",f:K7n},46:{n:"PtgMemAreaN",f:Hzn},47:{n:"PtgMemNoMemN",f:Gzn},57:{n:"PtgNameX",f:wzn},58:{n:"PtgRef3d",f:ozn},59:{n:"PtgArea3d",f:W7n},60:{n:"PtgRefErr3d",f:Czn},61:{n:"PtgAreaErr3d",f:Y7n},255:{}},qzn={64:32,96:32,65:33,97:33,66:34,98:34,67:35,99:35,68:36,100:36,69:37,101:37,70:38,102:38,71:39,103:39,72:40,104:40,73:41,105:41,74:42,106:42,75:43,107:43,76:44,108:44,77:45,109:45,78:46,110:46,79:47,111:47,88:34,120:34,89:57,121:57,90:58,122:58,91:59,123:59,92:60,124:60,93:61,125:61},Yzn={1:{n:"PtgElfLel",f:ilt},2:{n:"PtgElfRw",f:Lzn},3:{n:"PtgElfCol",f:Ozn},6:{n:"PtgElfRwV",f:jzn},7:{n:"PtgElfColV",f:Nzn},10:{n:"PtgElfRadical",f:Dzn},11:{n:"PtgElfRadicalS",f:$zn},13:{n:"PtgElfColS",f:Pzn},15:{n:"PtgElfColSV",f:Rzn},16:{n:"PtgElfRadicalLel",f:Mzn},25:{n:"PtgList",f:Bzn},29:{n:"PtgSxName",f:zzn},255:{}},Kzn={0:{n:"PtgAttrNoop",f:Wzn},1:{n:"PtgAttrSemi",f:tzn},2:{n:"PtgAttrIf",f:J7n},4:{n:"PtgAttrChoose",f:Z7n},8:{n:"PtgAttrGoto",f:Q7n},16:{n:"PtgAttrSum",f:czn},32:{n:"PtgAttrBaxcel",f:B$e},33:{n:"PtgAttrBaxcel",f:B$e},64:{n:"PtgAttrSpace",f:nzn},65:{n:"PtgAttrSpaceSemi",f:rzn},128:{n:"PtgAttrIfError",f:ezn},255:{}};function Xzn(e,t,n,r){if(r.biff<8)return Xg(e,t);for(var a=e.l+t,i=[],o=0;o!==n.length;++o)switch(n[o][0]){case"PtgArray":n[o][1]=bzn(e,0,r),i.push(n[o][1]);break;case"PtgMemArea":n[o][2]=yzn(e,n[o][1],r),i.push(n[o][2]);break;case"PtgExp":r&&r.biff==12&&(n[o][1][1]=e.read_shift(4),i.push(n[o][1]));break;case"PtgList":case"PtgElfRadicalS":case"PtgElfColS":case"PtgElfColSV":throw"Unsupported "+n[o][0]}return t=a-e.l,t!==0&&i.push(Xg(e,t)),i}function Zzn(e,t,n){for(var r=e.l+t,a,i,o=[];r!=e.l;)t=r-e.l,i=e[e.l],a=z$e[i]||z$e[qzn[i]],(i===24||i===25)&&(a=(i===24?Yzn:Kzn)[e[e.l+1]]),!a||!a.f?Xg(e,t):o.push([a.n,a.f(e,t,n)]);return o}function Qzn(e){for(var t=[],n=0;n=",PtgGt:">",PtgLe:"<=",PtgLt:"<",PtgMul:"*",PtgNe:"<>",PtgPower:"^",PtgSub:"-"};function eUn(e,t){var n=e.lastIndexOf("!"),r=t.lastIndexOf("!");return n==-1&&r==-1?e+":"+t:n>0&&r>0&&e.slice(0,n).toLowerCase()==t.slice(0,r).toLowerCase()?e+":"+t.slice(r+1):(console.error("Cannot hydrate range",e,t),e+":"+t)}function olt(e,t,n){if(!e)return"SH33TJSERR0";if(n.biff>8&&(!e.XTI||!e.XTI[t]))return e.SheetNames[t];if(!e.XTI)return"SH33TJSERR6";var r=e.XTI[t];if(n.biff<8)return t>1e4&&(t-=65536),t<0&&(t=-t),t==0?"":e.XTI[t-1];if(!r)return"SH33TJSERR1";var a="";if(n.biff>8)switch(e[r[0]][0]){case 357:return a=r[1]==-1?"#REF":e.SheetNames[r[1]],r[1]==r[2]?a:a+":"+e.SheetNames[r[2]];case 358:return n.SID!=null?e.SheetNames[n.SID]:"SH33TJSSAME"+e[r[0]][0];case 355:default:return"SH33TJSSRC"+e[r[0]][0]}switch(e[r[0]][0][0]){case 1025:return a=r[1]==-1?"#REF":e.SheetNames[r[1]]||"SH33TJSERR3",r[1]==r[2]?a:a+":"+e.SheetNames[r[2]];case 14849:return e[r[0]].slice(1).map(function(i){return i.Name}).join(";;");default:return e[r[0]][0][3]?(a=r[1]==-1?"#REF":e[r[0]][0][3][r[1]]||"SH33TJSERR4",r[1]==r[2]?a:a+":"+e[r[0]][0][3][r[2]]):"SH33TJSERR2"}}function U$e(e,t,n){var r=olt(e,t,n);return r=="#REF"?r:RD(r,n)}function H2(e,t,n,r,a){var i=a&&a.biff||8,o={s:{c:0,r:0},e:{c:0,r:0}},s=[],l,u,c,d=0,f=0,p,g="";if(!e[0]||!e[0][0])return"";for(var v=-1,m="",y=0,b=e[0].length;y=0){switch(e[0][v][1][0]){case 0:m=ss(" ",e[0][v][1][1]);break;case 1:m=ss("\r",e[0][v][1][1]);break;default:if(m="",a.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][v][1][0])}u=u+m,v=-1}s.push(u+Jzn[x[0]]+l);break;case"PtgIsect":l=s.pop(),u=s.pop(),s.push(u+" "+l);break;case"PtgUnion":l=s.pop(),u=s.pop(),s.push(u+","+l);break;case"PtgRange":l=s.pop(),u=s.pop(),s.push(eUn(u,l));break;case"PtgAttrChoose":break;case"PtgAttrGoto":break;case"PtgAttrIf":break;case"PtgAttrIfError":break;case"PtgRef":c=iN(x[1][1],o,a),s.push(oN(c,i));break;case"PtgRefN":c=n?iN(x[1][1],n,a):x[1][1],s.push(oN(c,i));break;case"PtgRef3d":d=x[1][1],c=iN(x[1][2],o,a),g=U$e(r,d,a),s.push(g+"!"+oN(c,i));break;case"PtgFunc":case"PtgFuncVar":var w=x[1][0],S=x[1][1];w||(w=0),w&=127;var _=w==0?[]:s.slice(-w);s.length-=w,S==="User"&&(S=_.shift()),s.push(S+"("+_.join(",")+")");break;case"PtgBool":s.push(x[1]?"TRUE":"FALSE");break;case"PtgInt":s.push(x[1]);break;case"PtgNum":s.push(String(x[1]));break;case"PtgStr":s.push('"'+x[1].replace(/"/g,'""')+'"');break;case"PtgErr":s.push(x[1]);break;case"PtgAreaN":p=E$e(x[1][1],n?{s:n}:o,a),s.push(SJ(p,a));break;case"PtgArea":p=E$e(x[1][1],o,a),s.push(SJ(p,a));break;case"PtgArea3d":d=x[1][1],p=x[1][2],g=U$e(r,d,a),s.push(g+"!"+SJ(p,a));break;case"PtgAttrSum":s.push("SUM("+s.pop()+")");break;case"PtgAttrBaxcel":case"PtgAttrSemi":break;case"PtgName":f=x[1][2];var T=(r.names||[])[f-1]||(r[0]||[])[f],C=T?T.Name:"SH33TJSNAME"+String(f);C&&C.slice(0,6)=="_xlfn."&&!a.xlfn&&(C=C.slice(6)),s.push(C);break;case"PtgNameX":var A=x[1][1];f=x[1][2];var k;if(a.biff<=5)A<0&&(A=-A),r[A]&&(k=r[A][f]);else{var I="";if(((r[A]||[])[0]||[])[0]==14849||(((r[A]||[])[0]||[])[0]==1025?r[A][f]&&r[A][f].itab>0&&(I=r.SheetNames[r[A][f].itab-1]+"!"):I=r.SheetNames[f-1]+"!"),r[A]&&r[A][f])I+=r[A][f].Name;else if(r[0]&&r[0][f])I+=r[0][f].Name;else{var R=(olt(r,A,a)||"").split(";;");R[f-1]?I=R[f-1]:I+="SH33TJSERRX"}s.push(I);break}k||(k={Name:"SH33TJSERRY"}),s.push(k.Name);break;case"PtgParen":var L="(",N=")";if(v>=0){switch(m="",e[0][v][1][0]){case 2:L=ss(" ",e[0][v][1][1])+L;break;case 3:L=ss("\r",e[0][v][1][1])+L;break;case 4:N=ss(" ",e[0][v][1][1])+N;break;case 5:N=ss("\r",e[0][v][1][1])+N;break;default:if(a.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][v][1][0])}v=-1}s.push(L+s.pop()+N);break;case"PtgRefErr":s.push("#REF!");break;case"PtgRefErr3d":s.push("#REF!");break;case"PtgExp":c={c:x[1][1],r:x[1][0]};var j={c:n.c,r:n.r};if(r.sharedf[Jo(c)]){var B=r.sharedf[Jo(c)];s.push(H2(B,o,j,r,a))}else{var U=!1;for(l=0;l!=r.arrayf.length;++l)if(u=r.arrayf[l],!(c.cu[0].e.c)&&!(c.ru[0].e.r)){s.push(H2(u[1],o,j,r,a)),U=!0;break}U||s.push(x[1])}break;case"PtgArray":s.push("{"+Qzn(x[1])+"}");break;case"PtgMemArea":break;case"PtgAttrSpace":case"PtgAttrSpaceSemi":v=y;break;case"PtgTbl":break;case"PtgMemErr":break;case"PtgMissArg":s.push("");break;case"PtgAreaErr":s.push("#REF!");break;case"PtgAreaErr3d":s.push("#REF!");break;case"PtgList":s.push("Table"+x[1].idx+"[#"+x[1].rt+"]");break;case"PtgMemAreaN":case"PtgMemNoMemN":case"PtgAttrNoop":case"PtgSheet":case"PtgEndSheet":break;case"PtgMemFunc":break;case"PtgMemNoMem":break;case"PtgElfCol":case"PtgElfColS":case"PtgElfColSV":case"PtgElfColV":case"PtgElfLel":case"PtgElfRadical":case"PtgElfRadicalLel":case"PtgElfRadicalS":case"PtgElfRw":case"PtgElfRwV":throw new Error("Unsupported ELFs");case"PtgSxName":throw new Error("Unrecognized Formula Token: "+String(x));default:throw new Error("Unrecognized Formula Token: "+String(x))}var W=["PtgAttrSpace","PtgAttrSpaceSemi","PtgAttrGoto"];if(a.biff!=3&&v>=0&&W.indexOf(e[0][y][0])==-1){x=e[0][v];var z=!0;switch(x[1][0]){case 4:z=!1;case 0:m=ss(" ",x[1][1]);break;case 5:z=!1;case 1:m=ss("\r",x[1][1]);break;default:if(m="",a.WTF)throw new Error("Unexpected PtgAttrSpaceType "+x[1][0])}s.push((z?m:"")+s.pop()+(z?"":m)),v=-1}}if(s.length>1&&a.WTF)throw new Error("bad formula stack");return s[0]=="TRUE"?!0:s[0]=="FALSE"?!1:s[0]}function tUn(e){if(e==null){var t=pt(8);return t.write_shift(1,3),t.write_shift(1,0),t.write_shift(2,0),t.write_shift(2,0),t.write_shift(2,65535),t}else if(typeof e=="number")return XS(e);return XS(0)}function nUn(e,t,n,r,a){var i=ZS(t,n,a),o=tUn(e.v),s=pt(6),l=33;s.write_shift(2,l),s.write_shift(4,0);for(var u=pt(e.bf.length),c=0;c0?Xzn(e,i,a,n):null;return[a,o]}var rUn=rW,aW=rW,aUn=rW,iUn=rW;function V$e(e){if((e|0)==e&&e=0){var t=pt(11);return t.write_shift(4,3),t.write_shift(1,30),t.write_shift(2,e),t.write_shift(4,0),t}var n=pt(17);return n.write_shift(4,11),n.write_shift(1,31),n.write_shift(8,e),n.write_shift(4,0),n}function oUn(e){var t=pt(10);return t.write_shift(4,2),t.write_shift(1,28),t.write_shift(1,e),t.write_shift(4,0),t}function sUn(e){var t=pt(10);return t.write_shift(4,2),t.write_shift(1,29),t.write_shift(1,e?1:0),t.write_shift(4,0),t}function lUn(e){var t=pt(7);t.write_shift(4,3+2*e.length),t.write_shift(1,23),t.write_shift(2,e.length);var n=pt(2*e.length);n.write_shift(2*e.length,e,"utf16le");var r=pt(4);return r.write_shift(4,0),pl([t,n,r])}function uUn(e){var t=Lo(e),n=pt(15);return n.write_shift(4,7),n.write_shift(1,36),n.write_shift(4,t.r),n.write_shift(2,t.c|(e.charAt(0)=="$"?0:1)<<14|(e.match(/\$\d/)?0:1)<<15),n.write_shift(4,0),n}function cUn(e,t){var n=e.lastIndexOf("!"),r=e.slice(0,n);e=e.slice(n+1);var a=Lo(e);r.charAt(0)=="'"&&(r=r.slice(1,-1).replace(/''/g,"'"));var i=pt(17);return i.write_shift(4,9),i.write_shift(1,58),i.write_shift(2,2+t.SheetNames.map(function(o){return o.toLowerCase()}).indexOf(r.toLowerCase())),i.write_shift(4,a.r),i.write_shift(2,a.c|(e.charAt(0)=="$"?0:1)<<14|(e.match(/\$\d/)?0:1)<<15),i.write_shift(4,0),i}function dUn(e,t){var n=e.lastIndexOf("!"),r=e.slice(0,n);e=e.slice(n+1),r.charAt(0)=="'"&&(r=r.slice(1,-1).replace(/''/g,"'"));var a=pt(17);return a.write_shift(4,9),a.write_shift(1,60),a.write_shift(2,2+t.SheetNames.map(function(i){return i.toLowerCase()}).indexOf(r.toLowerCase())),a.write_shift(4,0),a.write_shift(2,0),a.write_shift(4,0),a}function fUn(e){var t=e.split(":"),n=t[0],r=pt(23);r.write_shift(4,15),n=t[0];var a=Lo(n);return r.write_shift(1,36),r.write_shift(4,a.r),r.write_shift(2,a.c|(n.charAt(0)=="$"?0:1)<<14|(n.match(/\$\d/)?0:1)<<15),r.write_shift(4,0),n=t[1],a=Lo(n),r.write_shift(1,36),r.write_shift(4,a.r),r.write_shift(2,a.c|(n.charAt(0)=="$"?0:1)<<14|(n.match(/\$\d/)?0:1)<<15),r.write_shift(4,0),r.write_shift(1,17),r.write_shift(4,0),r}function pUn(e,t){var n=e.lastIndexOf("!"),r=e.slice(0,n);e=e.slice(n+1),r.charAt(0)=="'"&&(r=r.slice(1,-1).replace(/''/g,"'"));var a=e.split(":");o=a[0];var i=pt(27);i.write_shift(4,19);var o=a[0],s=Lo(o);return i.write_shift(1,58),i.write_shift(2,2+t.SheetNames.map(function(l){return l.toLowerCase()}).indexOf(r.toLowerCase())),i.write_shift(4,s.r),i.write_shift(2,s.c|(o.charAt(0)=="$"?0:1)<<14|(o.match(/\$\d/)?0:1)<<15),o=a[1],s=Lo(o),i.write_shift(1,58),i.write_shift(2,2+t.SheetNames.map(function(l){return l.toLowerCase()}).indexOf(r.toLowerCase())),i.write_shift(4,s.r),i.write_shift(2,s.c|(o.charAt(0)=="$"?0:1)<<14|(o.match(/\$\d/)?0:1)<<15),i.write_shift(1,17),i.write_shift(4,0),i}function hUn(e,t){var n=e.lastIndexOf("!"),r=e.slice(0,n);e=e.slice(n+1),r.charAt(0)=="'"&&(r=r.slice(1,-1).replace(/''/g,"'"));var a=Du(e),i=pt(23);return i.write_shift(4,15),i.write_shift(1,59),i.write_shift(2,2+t.SheetNames.map(function(o){return o.toLowerCase()}).indexOf(r.toLowerCase())),i.write_shift(4,a.s.r),i.write_shift(4,a.e.r),i.write_shift(2,a.s.c),i.write_shift(2,a.e.c),i.write_shift(4,0),i}function mUn(e,t){if(typeof e=="number")return V$e(e);if(typeof e=="boolean")return sUn(e);if(/^#(DIV\/0!|GETTING_DATA|N\/A|NAME\?|NULL!|NUM!|REF!|VALUE!)$/.test(e))return oUn(+G9n[e]);if(e.match(/^\$?(?:[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D]|[A-Z]{1,2})\$?(?:10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})$/))return uUn(e);if(e.match(/^\$?(?:[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D]|[A-Z]{1,2})\$?(?:10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5}):\$?(?:[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D]|[A-Z]{1,2})\$?(?:10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})$/))return fUn(e);if(e.match(/^#REF!\$?(?:[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D]|[A-Z]{1,2})\$?(?:10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5}):\$?(?:[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D]|[A-Z]{1,2})\$?(?:10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})$/))return hUn(e,t);if(e.match(/^(?:'[^\\\/?*\[\]:]*'|[^'][^\\\/?*\[\]:'`~!@#$%^()\-=+{}|;,<.>]*)!\$?(?:[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D]|[A-Z]{1,2})\$?(?:10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})$/))return cUn(e,t);if(e.match(/^(?:'[^\\\/?*\[\]:]*'|[^'][^\\\/?*\[\]:'`~!@#$%^()\-=+{}|;,<.>]*)!\$?(?:[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D]|[A-Z]{1,2})\$?(?:10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5}):\$?(?:[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D]|[A-Z]{1,2})\$?(?:10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})$/))return pUn(e,t);if(/^(?:'[^\\\/?*\[\]:]*'|[^'][^\\\/?*\[\]:'`~!@#$%^()\-=+{}|;,<.>]*)!#REF!$/.test(e))return dUn(e,t);if(/^".*"$/.test(e))return lUn(e);if(/^[+-]\d+$/.test(e))return V$e(parseInt(e,10));throw"Formula |"+e+"| not supported for XLSB"}var gUn=mUn,vUn={0:"BEEP",1:"OPEN",2:"OPEN.LINKS",3:"CLOSE.ALL",4:"SAVE",5:"SAVE.AS",6:"FILE.DELETE",7:"PAGE.SETUP",8:"PRINT",9:"PRINTER.SETUP",10:"QUIT",11:"NEW.WINDOW",12:"ARRANGE.ALL",13:"WINDOW.SIZE",14:"WINDOW.MOVE",15:"FULL",16:"CLOSE",17:"RUN",22:"SET.PRINT.AREA",23:"SET.PRINT.TITLES",24:"SET.PAGE.BREAK",25:"REMOVE.PAGE.BREAK",26:"FONT",27:"DISPLAY",28:"PROTECT.DOCUMENT",29:"PRECISION",30:"A1.R1C1",31:"CALCULATE.NOW",32:"CALCULATION",34:"DATA.FIND",35:"EXTRACT",36:"DATA.DELETE",37:"SET.DATABASE",38:"SET.CRITERIA",39:"SORT",40:"DATA.SERIES",41:"TABLE",42:"FORMAT.NUMBER",43:"ALIGNMENT",44:"STYLE",45:"BORDER",46:"CELL.PROTECTION",47:"COLUMN.WIDTH",48:"UNDO",49:"CUT",50:"COPY",51:"PASTE",52:"CLEAR",53:"PASTE.SPECIAL",54:"EDIT.DELETE",55:"INSERT",56:"FILL.RIGHT",57:"FILL.DOWN",61:"DEFINE.NAME",62:"CREATE.NAMES",63:"FORMULA.GOTO",64:"FORMULA.FIND",65:"SELECT.LAST.CELL",66:"SHOW.ACTIVE.CELL",67:"GALLERY.AREA",68:"GALLERY.BAR",69:"GALLERY.COLUMN",70:"GALLERY.LINE",71:"GALLERY.PIE",72:"GALLERY.SCATTER",73:"COMBINATION",74:"PREFERRED",75:"ADD.OVERLAY",76:"GRIDLINES",77:"SET.PREFERRED",78:"AXES",79:"LEGEND",80:"ATTACH.TEXT",81:"ADD.ARROW",82:"SELECT.CHART",83:"SELECT.PLOT.AREA",84:"PATTERNS",85:"MAIN.CHART",86:"OVERLAY",87:"SCALE",88:"FORMAT.LEGEND",89:"FORMAT.TEXT",90:"EDIT.REPEAT",91:"PARSE",92:"JUSTIFY",93:"HIDE",94:"UNHIDE",95:"WORKSPACE",96:"FORMULA",97:"FORMULA.FILL",98:"FORMULA.ARRAY",99:"DATA.FIND.NEXT",100:"DATA.FIND.PREV",101:"FORMULA.FIND.NEXT",102:"FORMULA.FIND.PREV",103:"ACTIVATE",104:"ACTIVATE.NEXT",105:"ACTIVATE.PREV",106:"UNLOCKED.NEXT",107:"UNLOCKED.PREV",108:"COPY.PICTURE",109:"SELECT",110:"DELETE.NAME",111:"DELETE.FORMAT",112:"VLINE",113:"HLINE",114:"VPAGE",115:"HPAGE",116:"VSCROLL",117:"HSCROLL",118:"ALERT",119:"NEW",120:"CANCEL.COPY",121:"SHOW.CLIPBOARD",122:"MESSAGE",124:"PASTE.LINK",125:"APP.ACTIVATE",126:"DELETE.ARROW",127:"ROW.HEIGHT",128:"FORMAT.MOVE",129:"FORMAT.SIZE",130:"FORMULA.REPLACE",131:"SEND.KEYS",132:"SELECT.SPECIAL",133:"APPLY.NAMES",134:"REPLACE.FONT",135:"FREEZE.PANES",136:"SHOW.INFO",137:"SPLIT",138:"ON.WINDOW",139:"ON.DATA",140:"DISABLE.INPUT",142:"OUTLINE",143:"LIST.NAMES",144:"FILE.CLOSE",145:"SAVE.WORKBOOK",146:"DATA.FORM",147:"COPY.CHART",148:"ON.TIME",149:"WAIT",150:"FORMAT.FONT",151:"FILL.UP",152:"FILL.LEFT",153:"DELETE.OVERLAY",155:"SHORT.MENUS",159:"SET.UPDATE.STATUS",161:"COLOR.PALETTE",162:"DELETE.STYLE",163:"WINDOW.RESTORE",164:"WINDOW.MAXIMIZE",166:"CHANGE.LINK",167:"CALCULATE.DOCUMENT",168:"ON.KEY",169:"APP.RESTORE",170:"APP.MOVE",171:"APP.SIZE",172:"APP.MINIMIZE",173:"APP.MAXIMIZE",174:"BRING.TO.FRONT",175:"SEND.TO.BACK",185:"MAIN.CHART.TYPE",186:"OVERLAY.CHART.TYPE",187:"SELECT.END",188:"OPEN.MAIL",189:"SEND.MAIL",190:"STANDARD.FONT",191:"CONSOLIDATE",192:"SORT.SPECIAL",193:"GALLERY.3D.AREA",194:"GALLERY.3D.COLUMN",195:"GALLERY.3D.LINE",196:"GALLERY.3D.PIE",197:"VIEW.3D",198:"GOAL.SEEK",199:"WORKGROUP",200:"FILL.GROUP",201:"UPDATE.LINK",202:"PROMOTE",203:"DEMOTE",204:"SHOW.DETAIL",206:"UNGROUP",207:"OBJECT.PROPERTIES",208:"SAVE.NEW.OBJECT",209:"SHARE",210:"SHARE.NAME",211:"DUPLICATE",212:"APPLY.STYLE",213:"ASSIGN.TO.OBJECT",214:"OBJECT.PROTECTION",215:"HIDE.OBJECT",216:"SET.EXTRACT",217:"CREATE.PUBLISHER",218:"SUBSCRIBE.TO",219:"ATTRIBUTES",220:"SHOW.TOOLBAR",222:"PRINT.PREVIEW",223:"EDIT.COLOR",224:"SHOW.LEVELS",225:"FORMAT.MAIN",226:"FORMAT.OVERLAY",227:"ON.RECALC",228:"EDIT.SERIES",229:"DEFINE.STYLE",240:"LINE.PRINT",243:"ENTER.DATA",249:"GALLERY.RADAR",250:"MERGE.STYLES",251:"EDITION.OPTIONS",252:"PASTE.PICTURE",253:"PASTE.PICTURE.LINK",254:"SPELLING",256:"ZOOM",259:"INSERT.OBJECT",260:"WINDOW.MINIMIZE",265:"SOUND.NOTE",266:"SOUND.PLAY",267:"FORMAT.SHAPE",268:"EXTEND.POLYGON",269:"FORMAT.AUTO",272:"GALLERY.3D.BAR",273:"GALLERY.3D.SURFACE",274:"FILL.AUTO",276:"CUSTOMIZE.TOOLBAR",277:"ADD.TOOL",278:"EDIT.OBJECT",279:"ON.DOUBLECLICK",280:"ON.ENTRY",281:"WORKBOOK.ADD",282:"WORKBOOK.MOVE",283:"WORKBOOK.COPY",284:"WORKBOOK.OPTIONS",285:"SAVE.WORKSPACE",288:"CHART.WIZARD",289:"DELETE.TOOL",290:"MOVE.TOOL",291:"WORKBOOK.SELECT",292:"WORKBOOK.ACTIVATE",293:"ASSIGN.TO.TOOL",295:"COPY.TOOL",296:"RESET.TOOL",297:"CONSTRAIN.NUMERIC",298:"PASTE.TOOL",302:"WORKBOOK.NEW",305:"SCENARIO.CELLS",306:"SCENARIO.DELETE",307:"SCENARIO.ADD",308:"SCENARIO.EDIT",309:"SCENARIO.SHOW",310:"SCENARIO.SHOW.NEXT",311:"SCENARIO.SUMMARY",312:"PIVOT.TABLE.WIZARD",313:"PIVOT.FIELD.PROPERTIES",314:"PIVOT.FIELD",315:"PIVOT.ITEM",316:"PIVOT.ADD.FIELDS",318:"OPTIONS.CALCULATION",319:"OPTIONS.EDIT",320:"OPTIONS.VIEW",321:"ADDIN.MANAGER",322:"MENU.EDITOR",323:"ATTACH.TOOLBARS",324:"VBAActivate",325:"OPTIONS.CHART",328:"VBA.INSERT.FILE",330:"VBA.PROCEDURE.DEFINITION",336:"ROUTING.SLIP",338:"ROUTE.DOCUMENT",339:"MAIL.LOGON",342:"INSERT.PICTURE",343:"EDIT.TOOL",344:"GALLERY.DOUGHNUT",350:"CHART.TREND",352:"PIVOT.ITEM.PROPERTIES",354:"WORKBOOK.INSERT",355:"OPTIONS.TRANSITION",356:"OPTIONS.GENERAL",370:"FILTER.ADVANCED",373:"MAIL.ADD.MAILER",374:"MAIL.DELETE.MAILER",375:"MAIL.REPLY",376:"MAIL.REPLY.ALL",377:"MAIL.FORWARD",378:"MAIL.NEXT.LETTER",379:"DATA.LABEL",380:"INSERT.TITLE",381:"FONT.PROPERTIES",382:"MACRO.OPTIONS",383:"WORKBOOK.HIDE",384:"WORKBOOK.UNHIDE",385:"WORKBOOK.DELETE",386:"WORKBOOK.NAME",388:"GALLERY.CUSTOM",390:"ADD.CHART.AUTOFORMAT",391:"DELETE.CHART.AUTOFORMAT",392:"CHART.ADD.DATA",393:"AUTO.OUTLINE",394:"TAB.ORDER",395:"SHOW.DIALOG",396:"SELECT.ALL",397:"UNGROUP.SHEETS",398:"SUBTOTAL.CREATE",399:"SUBTOTAL.REMOVE",400:"RENAME.OBJECT",412:"WORKBOOK.SCROLL",413:"WORKBOOK.NEXT",414:"WORKBOOK.PREV",415:"WORKBOOK.TAB.SPLIT",416:"FULL.SCREEN",417:"WORKBOOK.PROTECT",420:"SCROLLBAR.PROPERTIES",421:"PIVOT.SHOW.PAGES",422:"TEXT.TO.COLUMNS",423:"FORMAT.CHARTTYPE",424:"LINK.FORMAT",425:"TRACER.DISPLAY",430:"TRACER.NAVIGATE",431:"TRACER.CLEAR",432:"TRACER.ERROR",433:"PIVOT.FIELD.GROUP",434:"PIVOT.FIELD.UNGROUP",435:"CHECKBOX.PROPERTIES",436:"LABEL.PROPERTIES",437:"LISTBOX.PROPERTIES",438:"EDITBOX.PROPERTIES",439:"PIVOT.REFRESH",440:"LINK.COMBO",441:"OPEN.TEXT",442:"HIDE.DIALOG",443:"SET.DIALOG.FOCUS",444:"ENABLE.OBJECT",445:"PUSHBUTTON.PROPERTIES",446:"SET.DIALOG.DEFAULT",447:"FILTER",448:"FILTER.SHOW.ALL",449:"CLEAR.OUTLINE",450:"FUNCTION.WIZARD",451:"ADD.LIST.ITEM",452:"SET.LIST.ITEM",453:"REMOVE.LIST.ITEM",454:"SELECT.LIST.ITEM",455:"SET.CONTROL.VALUE",456:"SAVE.COPY.AS",458:"OPTIONS.LISTS.ADD",459:"OPTIONS.LISTS.DELETE",460:"SERIES.AXES",461:"SERIES.X",462:"SERIES.Y",463:"ERRORBAR.X",464:"ERRORBAR.Y",465:"FORMAT.CHART",466:"SERIES.ORDER",467:"MAIL.LOGOFF",468:"CLEAR.ROUTING.SLIP",469:"APP.ACTIVATE.MICROSOFT",470:"MAIL.EDIT.MAILER",471:"ON.SHEET",472:"STANDARD.WIDTH",473:"SCENARIO.MERGE",474:"SUMMARY.INFO",475:"FIND.FILE",476:"ACTIVE.CELL.FONT",477:"ENABLE.TIPWIZARD",478:"VBA.MAKE.ADDIN",480:"INSERTDATATABLE",481:"WORKGROUP.OPTIONS",482:"MAIL.SEND.MAILER",485:"AUTOCORRECT",489:"POST.DOCUMENT",491:"PICKLIST",493:"VIEW.SHOW",494:"VIEW.DEFINE",495:"VIEW.DELETE",509:"SHEET.BACKGROUND",510:"INSERT.MAP.OBJECT",511:"OPTIONS.MENONO",517:"MSOCHECKS",518:"NORMAL",519:"LAYOUT",520:"RM.PRINT.AREA",521:"CLEAR.PRINT.AREA",522:"ADD.PRINT.AREA",523:"MOVE.BRK",545:"HIDECURR.NOTE",546:"HIDEALL.NOTES",547:"DELETE.NOTE",548:"TRAVERSE.NOTES",549:"ACTIVATE.NOTES",620:"PROTECT.REVISIONS",621:"UNPROTECT.REVISIONS",647:"OPTIONS.ME",653:"WEB.PUBLISH",667:"NEWWEBQUERY",673:"PIVOT.TABLE.CHART",753:"OPTIONS.SAVE",755:"OPTIONS.SPELL",808:"HIDEALL.INKANNOTS"},slt={0:"COUNT",1:"IF",2:"ISNA",3:"ISERROR",4:"SUM",5:"AVERAGE",6:"MIN",7:"MAX",8:"ROW",9:"COLUMN",10:"NA",11:"NPV",12:"STDEV",13:"DOLLAR",14:"FIXED",15:"SIN",16:"COS",17:"TAN",18:"ATAN",19:"PI",20:"SQRT",21:"EXP",22:"LN",23:"LOG10",24:"ABS",25:"INT",26:"SIGN",27:"ROUND",28:"LOOKUP",29:"INDEX",30:"REPT",31:"MID",32:"LEN",33:"VALUE",34:"TRUE",35:"FALSE",36:"AND",37:"OR",38:"NOT",39:"MOD",40:"DCOUNT",41:"DSUM",42:"DAVERAGE",43:"DMIN",44:"DMAX",45:"DSTDEV",46:"VAR",47:"DVAR",48:"TEXT",49:"LINEST",50:"TREND",51:"LOGEST",52:"GROWTH",53:"GOTO",54:"HALT",55:"RETURN",56:"PV",57:"FV",58:"NPER",59:"PMT",60:"RATE",61:"MIRR",62:"IRR",63:"RAND",64:"MATCH",65:"DATE",66:"TIME",67:"DAY",68:"MONTH",69:"YEAR",70:"WEEKDAY",71:"HOUR",72:"MINUTE",73:"SECOND",74:"NOW",75:"AREAS",76:"ROWS",77:"COLUMNS",78:"OFFSET",79:"ABSREF",80:"RELREF",81:"ARGUMENT",82:"SEARCH",83:"TRANSPOSE",84:"ERROR",85:"STEP",86:"TYPE",87:"ECHO",88:"SET.NAME",89:"CALLER",90:"DEREF",91:"WINDOWS",92:"SERIES",93:"DOCUMENTS",94:"ACTIVE.CELL",95:"SELECTION",96:"RESULT",97:"ATAN2",98:"ASIN",99:"ACOS",100:"CHOOSE",101:"HLOOKUP",102:"VLOOKUP",103:"LINKS",104:"INPUT",105:"ISREF",106:"GET.FORMULA",107:"GET.NAME",108:"SET.VALUE",109:"LOG",110:"EXEC",111:"CHAR",112:"LOWER",113:"UPPER",114:"PROPER",115:"LEFT",116:"RIGHT",117:"EXACT",118:"TRIM",119:"REPLACE",120:"SUBSTITUTE",121:"CODE",122:"NAMES",123:"DIRECTORY",124:"FIND",125:"CELL",126:"ISERR",127:"ISTEXT",128:"ISNUMBER",129:"ISBLANK",130:"T",131:"N",132:"FOPEN",133:"FCLOSE",134:"FSIZE",135:"FREADLN",136:"FREAD",137:"FWRITELN",138:"FWRITE",139:"FPOS",140:"DATEVALUE",141:"TIMEVALUE",142:"SLN",143:"SYD",144:"DDB",145:"GET.DEF",146:"REFTEXT",147:"TEXTREF",148:"INDIRECT",149:"REGISTER",150:"CALL",151:"ADD.BAR",152:"ADD.MENU",153:"ADD.COMMAND",154:"ENABLE.COMMAND",155:"CHECK.COMMAND",156:"RENAME.COMMAND",157:"SHOW.BAR",158:"DELETE.MENU",159:"DELETE.COMMAND",160:"GET.CHART.ITEM",161:"DIALOG.BOX",162:"CLEAN",163:"MDETERM",164:"MINVERSE",165:"MMULT",166:"FILES",167:"IPMT",168:"PPMT",169:"COUNTA",170:"CANCEL.KEY",171:"FOR",172:"WHILE",173:"BREAK",174:"NEXT",175:"INITIATE",176:"REQUEST",177:"POKE",178:"EXECUTE",179:"TERMINATE",180:"RESTART",181:"HELP",182:"GET.BAR",183:"PRODUCT",184:"FACT",185:"GET.CELL",186:"GET.WORKSPACE",187:"GET.WINDOW",188:"GET.DOCUMENT",189:"DPRODUCT",190:"ISNONTEXT",191:"GET.NOTE",192:"NOTE",193:"STDEVP",194:"VARP",195:"DSTDEVP",196:"DVARP",197:"TRUNC",198:"ISLOGICAL",199:"DCOUNTA",200:"DELETE.BAR",201:"UNREGISTER",204:"USDOLLAR",205:"FINDB",206:"SEARCHB",207:"REPLACEB",208:"LEFTB",209:"RIGHTB",210:"MIDB",211:"LENB",212:"ROUNDUP",213:"ROUNDDOWN",214:"ASC",215:"DBCS",216:"RANK",219:"ADDRESS",220:"DAYS360",221:"TODAY",222:"VDB",223:"ELSE",224:"ELSE.IF",225:"END.IF",226:"FOR.CELL",227:"MEDIAN",228:"SUMPRODUCT",229:"SINH",230:"COSH",231:"TANH",232:"ASINH",233:"ACOSH",234:"ATANH",235:"DGET",236:"CREATE.OBJECT",237:"VOLATILE",238:"LAST.ERROR",239:"CUSTOM.UNDO",240:"CUSTOM.REPEAT",241:"FORMULA.CONVERT",242:"GET.LINK.INFO",243:"TEXT.BOX",244:"INFO",245:"GROUP",246:"GET.OBJECT",247:"DB",248:"PAUSE",251:"RESUME",252:"FREQUENCY",253:"ADD.TOOLBAR",254:"DELETE.TOOLBAR",255:"User",256:"RESET.TOOLBAR",257:"EVALUATE",258:"GET.TOOLBAR",259:"GET.TOOL",260:"SPELLING.CHECK",261:"ERROR.TYPE",262:"APP.TITLE",263:"WINDOW.TITLE",264:"SAVE.TOOLBAR",265:"ENABLE.TOOL",266:"PRESS.TOOL",267:"REGISTER.ID",268:"GET.WORKBOOK",269:"AVEDEV",270:"BETADIST",271:"GAMMALN",272:"BETAINV",273:"BINOMDIST",274:"CHIDIST",275:"CHIINV",276:"COMBIN",277:"CONFIDENCE",278:"CRITBINOM",279:"EVEN",280:"EXPONDIST",281:"FDIST",282:"FINV",283:"FISHER",284:"FISHERINV",285:"FLOOR",286:"GAMMADIST",287:"GAMMAINV",288:"CEILING",289:"HYPGEOMDIST",290:"LOGNORMDIST",291:"LOGINV",292:"NEGBINOMDIST",293:"NORMDIST",294:"NORMSDIST",295:"NORMINV",296:"NORMSINV",297:"STANDARDIZE",298:"ODD",299:"PERMUT",300:"POISSON",301:"TDIST",302:"WEIBULL",303:"SUMXMY2",304:"SUMX2MY2",305:"SUMX2PY2",306:"CHITEST",307:"CORREL",308:"COVAR",309:"FORECAST",310:"FTEST",311:"INTERCEPT",312:"PEARSON",313:"RSQ",314:"STEYX",315:"SLOPE",316:"TTEST",317:"PROB",318:"DEVSQ",319:"GEOMEAN",320:"HARMEAN",321:"SUMSQ",322:"KURT",323:"SKEW",324:"ZTEST",325:"LARGE",326:"SMALL",327:"QUARTILE",328:"PERCENTILE",329:"PERCENTRANK",330:"MODE",331:"TRIMMEAN",332:"TINV",334:"MOVIE.COMMAND",335:"GET.MOVIE",336:"CONCATENATE",337:"POWER",338:"PIVOT.ADD.DATA",339:"GET.PIVOT.TABLE",340:"GET.PIVOT.FIELD",341:"GET.PIVOT.ITEM",342:"RADIANS",343:"DEGREES",344:"SUBTOTAL",345:"SUMIF",346:"COUNTIF",347:"COUNTBLANK",348:"SCENARIO.GET",349:"OPTIONS.LISTS.GET",350:"ISPMT",351:"DATEDIF",352:"DATESTRING",353:"NUMBERSTRING",354:"ROMAN",355:"OPEN.DIALOG",356:"SAVE.DIALOG",357:"VIEW.GET",358:"GETPIVOTDATA",359:"HYPERLINK",360:"PHONETIC",361:"AVERAGEA",362:"MAXA",363:"MINA",364:"STDEVPA",365:"VARPA",366:"STDEVA",367:"VARA",368:"BAHTTEXT",369:"THAIDAYOFWEEK",370:"THAIDIGIT",371:"THAIMONTHOFYEAR",372:"THAINUMSOUND",373:"THAINUMSTRING",374:"THAISTRINGLENGTH",375:"ISTHAIDIGIT",376:"ROUNDBAHTDOWN",377:"ROUNDBAHTUP",378:"THAIYEAR",379:"RTD",380:"CUBEVALUE",381:"CUBEMEMBER",382:"CUBEMEMBERPROPERTY",383:"CUBERANKEDMEMBER",384:"HEX2BIN",385:"HEX2DEC",386:"HEX2OCT",387:"DEC2BIN",388:"DEC2HEX",389:"DEC2OCT",390:"OCT2BIN",391:"OCT2HEX",392:"OCT2DEC",393:"BIN2DEC",394:"BIN2OCT",395:"BIN2HEX",396:"IMSUB",397:"IMDIV",398:"IMPOWER",399:"IMABS",400:"IMSQRT",401:"IMLN",402:"IMLOG2",403:"IMLOG10",404:"IMSIN",405:"IMCOS",406:"IMEXP",407:"IMARGUMENT",408:"IMCONJUGATE",409:"IMAGINARY",410:"IMREAL",411:"COMPLEX",412:"IMSUM",413:"IMPRODUCT",414:"SERIESSUM",415:"FACTDOUBLE",416:"SQRTPI",417:"QUOTIENT",418:"DELTA",419:"GESTEP",420:"ISEVEN",421:"ISODD",422:"MROUND",423:"ERF",424:"ERFC",425:"BESSELJ",426:"BESSELK",427:"BESSELY",428:"BESSELI",429:"XIRR",430:"XNPV",431:"PRICEMAT",432:"YIELDMAT",433:"INTRATE",434:"RECEIVED",435:"DISC",436:"PRICEDISC",437:"YIELDDISC",438:"TBILLEQ",439:"TBILLPRICE",440:"TBILLYIELD",441:"PRICE",442:"YIELD",443:"DOLLARDE",444:"DOLLARFR",445:"NOMINAL",446:"EFFECT",447:"CUMPRINC",448:"CUMIPMT",449:"EDATE",450:"EOMONTH",451:"YEARFRAC",452:"COUPDAYBS",453:"COUPDAYS",454:"COUPDAYSNC",455:"COUPNCD",456:"COUPNUM",457:"COUPPCD",458:"DURATION",459:"MDURATION",460:"ODDLPRICE",461:"ODDLYIELD",462:"ODDFPRICE",463:"ODDFYIELD",464:"RANDBETWEEN",465:"WEEKNUM",466:"AMORDEGRC",467:"AMORLINC",468:"CONVERT",724:"SHEETJS",469:"ACCRINT",470:"ACCRINTM",471:"WORKDAY",472:"NETWORKDAYS",473:"GCD",474:"MULTINOMIAL",475:"LCM",476:"FVSCHEDULE",477:"CUBEKPIMEMBER",478:"CUBESET",479:"CUBESETCOUNT",480:"IFERROR",481:"COUNTIFS",482:"SUMIFS",483:"AVERAGEIF",484:"AVERAGEIFS"},yUn={2:1,3:1,10:0,15:1,16:1,17:1,18:1,19:0,20:1,21:1,22:1,23:1,24:1,25:1,26:1,27:2,30:2,31:3,32:1,33:1,34:0,35:0,38:1,39:2,40:3,41:3,42:3,43:3,44:3,45:3,47:3,48:2,53:1,61:3,63:0,65:3,66:3,67:1,68:1,69:1,70:1,71:1,72:1,73:1,74:0,75:1,76:1,77:1,79:2,80:2,83:1,85:0,86:1,89:0,90:1,94:0,95:0,97:2,98:1,99:1,101:3,102:3,105:1,106:1,108:2,111:1,112:1,113:1,114:1,117:2,118:1,119:4,121:1,126:1,127:1,128:1,129:1,130:1,131:1,133:1,134:1,135:1,136:2,137:2,138:2,140:1,141:1,142:3,143:4,144:4,161:1,162:1,163:1,164:1,165:2,172:1,175:2,176:2,177:3,178:2,179:1,184:1,186:1,189:3,190:1,195:3,196:3,197:1,198:1,199:3,201:1,207:4,210:3,211:1,212:2,213:2,214:1,215:1,225:0,229:1,230:1,231:1,232:1,233:1,234:1,235:3,244:1,247:4,252:2,257:1,261:1,271:1,273:4,274:2,275:2,276:2,277:3,278:3,279:1,280:3,281:3,282:3,283:1,284:1,285:2,286:4,287:3,288:2,289:4,290:3,291:3,292:3,293:4,294:1,295:3,296:1,297:3,298:1,299:2,300:3,301:3,302:4,303:2,304:2,305:2,306:2,307:2,308:2,309:3,310:2,311:2,312:2,313:2,314:2,315:2,316:4,325:2,326:2,327:2,328:2,331:2,332:2,337:2,342:1,343:1,346:2,347:1,350:4,351:3,352:1,353:2,360:1,368:1,369:1,370:1,371:1,372:1,373:1,374:1,375:1,376:1,377:1,378:1,382:3,385:1,392:1,393:1,396:2,397:2,398:2,399:1,400:1,401:1,402:1,403:1,404:1,405:1,406:1,407:1,408:1,409:1,410:1,414:4,415:1,416:1,417:2,420:1,421:1,422:2,424:1,425:2,426:2,427:2,428:2,430:3,438:3,439:3,440:3,443:2,444:2,445:2,446:2,447:6,448:6,449:2,450:2,464:2,468:3,476:2,479:1,480:2,65535:0};function bUn(e){var t="of:="+e.replace(aye,"$1[.$2$3$4$5]").replace(/\]:\[/g,":");return t.replace(/;/g,"|").replace(/,/g,";")}function llt(e){return e.replace(/!/,".")}var sN=typeof Map<"u";function oye(e,t,n){var r=0,a=e.length;if(n){if(sN?n.has(t):Object.prototype.hasOwnProperty.call(n,t)){for(var i=sN?n.get(t):n[t];r-1?(n.width=Moe(r),n.customWidth=1):t.width!=null&&(n.width=t.width),t.hidden&&(n.hidden=!0),t.level!=null&&(n.outlineLevel=n.level=t.level),n}function ult(e,t){if(e){var n=[.7,.7,.75,.75,.3,.3];t=="xlml"&&(n=[1,1,1,1,.5,.5]),e.left==null&&(e.left=n[0]),e.right==null&&(e.right=n[1]),e.top==null&&(e.top=n[2]),e.bottom==null&&(e.bottom=n[3]),e.header==null&&(e.header=n[4]),e.footer==null&&(e.footer=n[5])}}function lx(e,t,n){var r=n.revssf[t.z!=null?t.z:"General"],a=60,i=e.length;if(r==null&&n.ssf){for(;a<392;++a)if(n.ssf[a]==null){ZFn(t.z,a),n.ssf[a]=t.z,n.revssf[t.z]=r=a;break}}for(a=0;a!=i;++a)if(e[a].numFmtId===r)return a;return e[i]={numFmtId:r,fontId:0,fillId:0,borderId:0,xfId:0,applyNumberFormat:1},i}function xUn(e,t,n){if(e&&e["!ref"]){var r=To(e["!ref"]);if(r.e.c',n=0;n!=e.length;++n)t+='';return t+""}function SUn(e,t,n,r,a){var i=!1,o={},s=null;if(r.bookType!=="xlsx"&&t.vbaraw){var l=t.SheetNames[n];try{t.Workbook&&(l=t.Workbook.Sheets[n].CodeName||l)}catch{}i=!0,o.codeName=xv(Kr(l))}if(e&&e["!outline"]){var u={summaryBelow:1,summaryRight:1};e["!outline"].above&&(u.summaryBelow=0),e["!outline"].left&&(u.summaryRight=0),s=(s||"")+tn("outlinePr",null,u)}!i&&!s||(a[a.length]=tn("sheetPr",s,o))}var _Un=["objects","scenarios","selectLockedCells","selectUnlockedCells"],EUn=["formatColumns","formatRows","formatCells","insertColumns","insertRows","insertHyperlinks","deleteColumns","deleteRows","sort","autoFilter","pivotTables"];function TUn(e){var t={sheet:1};return _Un.forEach(function(n){e[n]!=null&&e[n]&&(t[n]="1")}),EUn.forEach(function(n){e[n]!=null&&!e[n]&&(t[n]="0")}),e.password&&(t.password=Kst(e.password).toString(16).toUpperCase()),tn("sheetProtection",null,t)}function CUn(e){return ult(e),tn("pageMargins",null,e)}function IUn(e,t){for(var n=[""],r,a=0;a!=t.length;++a)(r=t[a])&&(n[n.length]=tn("col",null,iW(a,r)));return n[n.length]="",n.join("")}function AUn(e,t,n,r){var a=typeof e.ref=="string"?e.ref:Vs(e.ref);n.Workbook||(n.Workbook={Sheets:[]}),n.Workbook.Names||(n.Workbook.Names=[]);var i=n.Workbook.Names,o=Du(a);o.s.r==o.e.r&&(o.e.r=Du(t["!ref"]).e.r,a=Vs(o));for(var s=0;s"u")return"";var a="",i=e.t,o=e.v;if(e.t!=="z")switch(e.t){case"b":a=e.v?"1":"0";break;case"n":a=""+e.v;break;case"e":a=v$[e.v];break;case"d":r&&r.cellDates?a=Hd(e.v,-1).toISOString():(e=Hc(e),e.t="n",a=""+(e.v=Vc(Hd(e.v)))),typeof e.z>"u"&&(e.z=fs[14]);break;default:a=e.v;break}var s=e.t=="z"||e.v==null?"":Au("v",Kr(a)),l={r:t},u=lx(r.cellXfs,e,r);switch(u!==0&&(l.s=u),e.t){case"n":break;case"d":l.t="d";break;case"b":l.t="b";break;case"e":l.t="e";break;case"z":break;default:if(e.v==null){delete e.t;break}if(e.v.length>32767)throw new Error("Text length must not exceed 32767 characters");if(r&&r.bookSST){s=Au("v",""+oye(r.Strings,e.v,r.revStrings)),l.t="s";break}else l.t="str";break}if(e.t!=i&&(e.t=i,e.v=o),typeof e.f=="string"&&e.f){var c=e.F&&e.F.slice(0,t.length)==t?{t:"array",ref:e.F}:null;s=tn("f",Kr(e.f),c)+(e.v!=null?s:"")}return e.l&&(e.l.display=Kr(a),n["!links"].push([t,e.l])),e.D&&(l.cm=1),tn("c",s,l)}function PUn(e,t,n,r){var a=[],i=[],o=To(e["!ref"]),s="",l,u="",c=[],d=0,f=0,p=e["!rows"],g=e["!data"]!=null,v={r:u},m,y=-1;for(f=o.s.c;f<=o.e.c;++f)c[f]=ro(f);for(d=o.s.r;d<=o.e.r;++d){for(i=[],u=no(d),f=o.s.c;f<=o.e.c;++f){l=c[f]+u;var b=g?(e["!data"][d]||[])[f]:e[l];b!==void 0&&(s=OUn(b,l,e,t))!=null&&i.push(s)}(i.length>0||p&&p[d])&&(v={r:u},p&&p[d]&&(m=p[d],m.hidden&&(v.hidden=1),y=-1,m.hpx?y=z7(m.hpx):m.hpt&&(y=m.hpt),y>-1&&(v.ht=y,v.customHeight=1),m.level&&(v.outlineLevel=m.level)),a[a.length]=tn("row",i.join(""),v))}if(p)for(;d-1&&(v.ht=y,v.customHeight=1),m.level&&(v.outlineLevel=m.level),a[a.length]=tn("row","",v));return a.join("")}function RUn(e,t,n,r){var a=[Ks,tn("worksheet",null,{xmlns:yA[0],"xmlns:r":Kl.r})],i=n.SheetNames[e],o=0,s="",l=n.Sheets[i];l==null&&(l={});var u=l["!ref"]||"A1",c=To(u);if(c.e.c>16383||c.e.r>1048575){if(t.WTF)throw new Error("Range "+u+" exceeds format limit A1:XFD1048576");c.e.c=Math.min(c.e.c,16383),c.e.r=Math.min(c.e.c,1048575),u=Vs(c)}r||(r={}),l["!comments"]=[];var d=[];SUn(l,n,e,t,a),a[a.length]=tn("dimension",null,{ref:u}),a[a.length]=kUn(l,t,e,n),t.sheetFormat&&(a[a.length]=tn("sheetFormatPr",null,{defaultRowHeight:t.sheetFormat.defaultRowHeight||"16",baseColWidth:t.sheetFormat.baseColWidth||"10",outlineLevelRow:t.sheetFormat.outlineLevelRow||"7"})),l["!cols"]!=null&&l["!cols"].length>0&&(a[a.length]=IUn(l,l["!cols"])),a[o=a.length]="",l["!links"]=[],l["!ref"]!=null&&(s=PUn(l,t),s.length>0&&(a[a.length]=s)),a.length>o+1&&(a[a.length]="",a[o]=a[o].replace("/>",">")),l["!protect"]&&(a[a.length]=TUn(l["!protect"])),l["!autofilter"]!=null&&(a[a.length]=AUn(l["!autofilter"],l,n,e)),l["!merges"]!=null&&l["!merges"].length>0&&(a[a.length]=wUn(l["!merges"]));var f=-1,p,g=-1;return l["!links"].length>0&&(a[a.length]="",l["!links"].forEach(function(v){v[1].Target&&(p={ref:v[0]},v[1].Target.charAt(0)!="#"&&(g=wi(r,-1,Kr(v[1].Target).replace(/#.*$/,""),ei.HLINK),p["r:id"]="rId"+g),(f=v[1].Target.indexOf("#"))>-1&&(p.location=Kr(v[1].Target.slice(f+1))),v[1].Tooltip&&(p.tooltip=Kr(v[1].Tooltip)),p.display=v[1].display,a[a.length]=tn("hyperlink",null,p))}),a[a.length]=""),delete l["!links"],l["!margins"]!=null&&(a[a.length]=CUn(l["!margins"])),(!t||t.ignoreEC||t.ignoreEC==null)&&(a[a.length]=Au("ignoredErrors",tn("ignoredError",null,{numberStoredAsText:1,sqref:u}))),d.length>0&&(g=wi(r,-1,"../drawings/drawing"+(e+1)+".xml",ei.DRAW),a[a.length]=tn("drawing",null,{"r:id":"rId"+g}),l["!drawing"]=d),l["!comments"].length>0&&(g=wi(r,-1,"../drawings/vmlDrawing"+(e+1)+".vml",ei.VML),a[a.length]=tn("legacyDrawing",null,{"r:id":"rId"+g}),l["!legacy"]=g),a.length>1&&(a[a.length]="",a[1]=a[1].replace("/>",">")),a.join("")}function NUn(e,t){var n={},r=e.l+t;n.r=e.read_shift(4),e.l+=4;var a=e.read_shift(2);e.l+=1;var i=e.read_shift(1);return e.l=r,i&7&&(n.level=i&7),i&16&&(n.hidden=!0),i&32&&(n.hpt=a/20),n}function DUn(e,t,n){var r=pt(145),a=(n["!rows"]||[])[e]||{};r.write_shift(4,e),r.write_shift(4,0);var i=320;a.hpx?i=z7(a.hpx)*20:a.hpt&&(i=a.hpt*20),r.write_shift(2,i),r.write_shift(1,0);var o=0;a.level&&(o|=a.level),a.hidden&&(o|=16),(a.hpx||a.hpt)&&(o|=32),r.write_shift(1,o),r.write_shift(1,0);var s=0,l=r.l;r.l+=4;for(var u={r:e,c:0},c=n["!data"]!=null,d=0;d<16;++d)if(!(t.s.c>d+1<<10||t.e.cr.l?r.slice(0,r.l):r}function MUn(e,t,n,r){var a=DUn(r,n,t);(a.length>17||(t["!rows"]||[])[r])&&Nt(e,0,a)}var $Un=z_,LUn=wA;function jUn(){}function FUn(e,t){var n={},r=e[e.l];return++e.l,n.above=!(r&64),n.left=!(r&128),e.l+=18,n.name=R9n(e),n}function BUn(e,t,n){n==null&&(n=pt(84+4*e.length));var r=192;t&&(t.above&&(r&=-65),t.left&&(r&=-129)),n.write_shift(1,r);for(var a=1;a<3;++a)n.write_shift(1,0);return L7({auto:1},n),n.write_shift(-4,-1),n.write_shift(-4,-1),Ost(e,n),n.slice(0,n.l)}function zUn(e){var t=Sh(e);return[t]}function UUn(e,t,n){return n==null&&(n=pt(8)),j_(t,n)}function VUn(e){var t=F_(e);return[t]}function HUn(e,t,n){return n==null&&(n=pt(4)),B_(t,n)}function GUn(e){var t=Sh(e),n=e.read_shift(1);return[t,n,"b"]}function WUn(e,t,n){return n==null&&(n=pt(9)),j_(t,n),n.write_shift(1,e.v?1:0),n}function qUn(e){var t=F_(e),n=e.read_shift(1);return[t,n,"b"]}function YUn(e,t,n){return n==null&&(n=pt(5)),B_(t,n),n.write_shift(1,e.v?1:0),n}function KUn(e){var t=Sh(e),n=e.read_shift(1);return[t,n,"e"]}function XUn(e,t,n){return n==null&&(n=pt(9)),j_(t,n),n.write_shift(1,e.v),n}function ZUn(e){var t=F_(e),n=e.read_shift(1);return[t,n,"e"]}function QUn(e,t,n){return n==null&&(n=pt(8)),B_(t,n),n.write_shift(1,e.v),n.write_shift(2,0),n.write_shift(1,0),n}function JUn(e){var t=Sh(e),n=e.read_shift(4);return[t,n,"s"]}function eVn(e,t,n){return n==null&&(n=pt(12)),j_(t,n),n.write_shift(4,t.v),n}function tVn(e){var t=F_(e),n=e.read_shift(4);return[t,n,"s"]}function nVn(e,t,n){return n==null&&(n=pt(8)),B_(t,n),n.write_shift(4,t.v),n}function rVn(e){var t=Sh(e),n=SA(e);return[t,n,"n"]}function aVn(e,t,n){return n==null&&(n=pt(16)),j_(t,n),XS(e.v,n),n}function iVn(e){var t=F_(e),n=SA(e);return[t,n,"n"]}function oVn(e,t,n){return n==null&&(n=pt(12)),B_(t,n),XS(e.v,n),n}function sVn(e){var t=Sh(e),n=Pst(e);return[t,n,"n"]}function lVn(e,t,n){return n==null&&(n=pt(12)),j_(t,n),Rst(e.v,n),n}function uVn(e){var t=F_(e),n=Pst(e);return[t,n,"n"]}function cVn(e,t,n){return n==null&&(n=pt(8)),B_(t,n),Rst(e.v,n),n}function dVn(e){var t=Sh(e),n=Jve(e);return[t,n,"is"]}function fVn(e){var t=Sh(e),n=ac(e);return[t,n,"str"]}function pVn(e,t,n){var r=e.v==null?"":String(e.v);return n==null&&(n=pt(12+4*e.v.length)),j_(t,n),yl(r,n),n.length>n.l?n.slice(0,n.l):n}function hVn(e){var t=F_(e),n=ac(e);return[t,n,"str"]}function mVn(e,t,n){var r=e.v==null?"":String(e.v);return n==null&&(n=pt(8+4*r.length)),B_(t,n),yl(r,n),n.length>n.l?n.slice(0,n.l):n}function gVn(e,t,n){var r=e.l+t,a=Sh(e);a.r=n["!row"];var i=e.read_shift(1),o=[a,i,"b"];if(n.cellFormula){e.l+=2;var s=aW(e,r-e.l,n);o[3]=H2(s,null,a,n.supbooks,n)}else e.l=r;return o}function vVn(e,t,n){var r=e.l+t,a=Sh(e);a.r=n["!row"];var i=e.read_shift(1),o=[a,i,"e"];if(n.cellFormula){e.l+=2;var s=aW(e,r-e.l,n);o[3]=H2(s,null,a,n.supbooks,n)}else e.l=r;return o}function yVn(e,t,n){var r=e.l+t,a=Sh(e);a.r=n["!row"];var i=SA(e),o=[a,i,"n"];if(n.cellFormula){e.l+=2;var s=aW(e,r-e.l,n);o[3]=H2(s,null,a,n.supbooks,n)}else e.l=r;return o}function bVn(e,t,n){var r=e.l+t,a=Sh(e);a.r=n["!row"];var i=ac(e),o=[a,i,"str"];if(n.cellFormula){e.l+=2;var s=aW(e,r-e.l,n);o[3]=H2(s,null,a,n.supbooks,n)}else e.l=r;return o}var xVn=z_,wVn=wA;function SVn(e,t){return t==null&&(t=pt(4)),t.write_shift(4,e),t}function _Vn(e,t){var n=e.l+t,r=z_(e),a=eye(e),i=ac(e),o=ac(e),s=ac(e);e.l=n;var l={rfx:r,relId:a,loc:i,display:s};return o&&(l.Tooltip=o),l}function EVn(e,t){var n=pt(50+4*(e[1].Target.length+(e[1].Tooltip||"").length));wA({s:Lo(e[0]),e:Lo(e[0])},n),tye("rId"+t,n);var r=e[1].Target.indexOf("#"),a=r==-1?"":e[1].Target.slice(r+1);return yl(a||"",n),yl(e[1].Tooltip||"",n),yl("",n),n.slice(0,n.l)}function TVn(){}function CVn(e,t,n){var r=e.l+t,a=Nst(e),i=e.read_shift(1),o=[a];if(o[2]=i,n.cellFormula){var s=rUn(e,r-e.l,n);o[1]=s}else e.l=r;return o}function IVn(e,t,n){var r=e.l+t,a=z_(e),i=[a];if(n.cellFormula){var o=iUn(e,r-e.l,n);i[1]=o,e.l=r}else e.l=r;return i}function AVn(e,t,n){n==null&&(n=pt(18));var r=iW(e,t);n.write_shift(-4,e),n.write_shift(-4,e),n.write_shift(4,(r.width||10)*256),n.write_shift(4,0);var a=0;return t.hidden&&(a|=1),typeof r.width=="number"&&(a|=2),t.level&&(a|=t.level<<8),n.write_shift(2,a),n}var clt=["left","right","top","bottom","header","footer"];function kVn(e){var t={};return clt.forEach(function(n){t[n]=SA(e)}),t}function OVn(e,t){return t==null&&(t=pt(6*8)),ult(e),clt.forEach(function(n){XS(e[n],t)}),t}function PVn(e){var t=e.read_shift(2);return e.l+=28,{RTL:t&32}}function RVn(e,t,n){n==null&&(n=pt(30));var r=924;return(((t||{}).Views||[])[0]||{}).RTL&&(r|=32),n.write_shift(2,r),n.write_shift(4,0),n.write_shift(4,0),n.write_shift(4,0),n.write_shift(1,0),n.write_shift(1,0),n.write_shift(2,0),n.write_shift(2,100),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(4,0),n}function NVn(e){var t=pt(24);return t.write_shift(4,4),t.write_shift(4,1),wA(e,t),t}function DVn(e,t){return t==null&&(t=pt(16*4+2)),t.write_shift(2,e.password?Kst(e.password):0),t.write_shift(4,1),[["objects",!1],["scenarios",!1],["formatCells",!0],["formatColumns",!0],["formatRows",!0],["insertColumns",!0],["insertRows",!0],["insertHyperlinks",!0],["deleteColumns",!0],["deleteRows",!0],["selectLockedCells",!1],["sort",!0],["autoFilter",!0],["pivotTables",!0],["selectUnlockedCells",!1]].forEach(function(n){n[1]?t.write_shift(4,e[n[0]]!=null&&!e[n[0]]?1:0):t.write_shift(4,e[n[0]]!=null&&e[n[0]]?0:1)}),t}function MVn(){}function $Vn(){}function LVn(e,t,n,r,a,i,o){var s={r:n,c:r};if(t.c&&i["!comments"].push([Jo(s),t.c]),t.v===void 0)return!1;var l="";switch(t.t){case"b":l=t.v?"1":"0";break;case"d":t=Hc(t),t.z=t.z||fs[14],t.v=Vc(Hd(t.v)),t.t="n";break;case"n":case"e":l=""+t.v;break;default:l=t.v;break}switch(s.s=lx(a.cellXfs,t,a),t.l&&i["!links"].push([Jo(s),t.l]),t.t){case"s":case"str":return a.bookSST?(l=oye(a.Strings,t.v==null?"":String(t.v),a.revStrings),s.t="s",s.v=l,o?Nt(e,18,nVn(t,s)):Nt(e,7,eVn(t,s))):(s.t="str",o?Nt(e,17,mVn(t,s)):Nt(e,6,pVn(t,s))),!0;case"n":return t.v==(t.v|0)&&t.v>-1e3&&t.v<1e3?o?Nt(e,13,cVn(t,s)):Nt(e,2,lVn(t,s)):o?Nt(e,16,oVn(t,s)):Nt(e,5,aVn(t,s)),!0;case"b":return s.t="b",o?Nt(e,15,YUn(t,s)):Nt(e,4,WUn(t,s)),!0;case"e":return s.t="e",o?Nt(e,14,QUn(t,s)):Nt(e,3,XUn(t,s)),!0}return o?Nt(e,12,HUn(t,s)):Nt(e,1,UUn(t,s)),!0}function jVn(e,t,n,r){var a=To(t["!ref"]||"A1"),i,o="",s=[];Nt(e,145);var l=t["!data"]!=null,u=a.e.r;t["!rows"]&&(u=Math.max(a.e.r,t["!rows"].length-1));for(var c=a.s.r;c<=u;++c){o=no(c),MUn(e,t,a,c);var d=!1;if(c<=a.e.r)for(var f=a.s.c;f<=a.e.c;++f){c===a.s.r&&(s[f]=ro(f)),i=s[f]+o;var p=l?(t["!data"][c]||[])[f]:t[i];if(!p){d=!1;continue}d=LVn(e,p,c,f,r,t,d)}}Nt(e,146)}function FVn(e,t){!t||!t["!merges"]||(Nt(e,177,SVn(t["!merges"].length)),t["!merges"].forEach(function(n){Nt(e,176,wVn(n))}),Nt(e,178))}function BVn(e,t){!t||!t["!cols"]||(Nt(e,390),t["!cols"].forEach(function(n,r){n&&Nt(e,60,AVn(r,n))}),Nt(e,391))}function zVn(e,t){!t||!t["!ref"]||(Nt(e,648),Nt(e,649,NVn(To(t["!ref"]))),Nt(e,650))}function UVn(e,t,n){t["!links"].forEach(function(r){if(r[1].Target){var a=wi(n,-1,r[1].Target.replace(/#.*$/,""),ei.HLINK);Nt(e,494,EVn(r,a))}}),delete t["!links"]}function VVn(e,t,n,r){if(t["!comments"].length>0){var a=wi(r,-1,"../drawings/vmlDrawing"+(n+1)+".vml",ei.VML);Nt(e,551,tye("rId"+a)),t["!legacy"]=a}}function HVn(e,t,n,r){if(t["!autofilter"]){var a=t["!autofilter"],i=typeof a.ref=="string"?a.ref:Vs(a.ref);n.Workbook||(n.Workbook={Sheets:[]}),n.Workbook.Names||(n.Workbook.Names=[]);var o=n.Workbook.Names,s=Du(i);s.s.r==s.e.r&&(s.e.r=Du(t["!ref"]).e.r,i=Vs(s));for(var l=0;l16383||l.e.r>1048575){if(t.WTF)throw new Error("Range "+(o["!ref"]||"A1")+" exceeds format limit A1:XFD1048576");l.e.c=Math.min(l.e.c,16383),l.e.r=Math.min(l.e.c,1048575)}return o["!links"]=[],o["!comments"]=[],Nt(a,129),(n.vbaraw||o["!outline"])&&Nt(a,147,BUn(s,o["!outline"])),Nt(a,148,LUn(l)),GVn(a,o,n.Workbook),BVn(a,o),jVn(a,o,e,t),WVn(a,o),HVn(a,o,n,e),FVn(a,o),UVn(a,o,r),o["!margins"]&&Nt(a,476,OVn(o["!margins"])),(!t||t.ignoreEC||t.ignoreEC==null)&&zVn(a,o),VVn(a,o,e,r),Nt(a,130),a.end()}function YVn(e,t){e.l+=10;var n=ac(e);return{name:n}}var KVn=[["allowRefreshQuery",!1,"bool"],["autoCompressPictures",!0,"bool"],["backupFile",!1,"bool"],["checkCompatibility",!1,"bool"],["CodeName",""],["date1904",!1,"bool"],["defaultThemeVersion",0,"int"],["filterPrivacy",!1,"bool"],["hidePivotFieldList",!1,"bool"],["promptedSolutions",!1,"bool"],["publishItems",!1,"bool"],["refreshAllConnections",!1,"bool"],["saveExternalLinkValues",!0,"bool"],["showBorderUnselectedTables",!0,"bool"],["showInkAnnotation",!0,"bool"],["showObjects","all"],["showPivotChartFilter",!1,"bool"],["updateLinks","userSet"]];function XVn(e){return!e.Workbook||!e.Workbook.WBProps?"false":c9n(e.Workbook.WBProps.date1904)?"true":"false"}var ZVn=":][*?/\\".split("");function dlt(e,t){try{if(e=="")throw new Error("Sheet name cannot be blank");if(e.length>31)throw new Error("Sheet name cannot exceed 31 chars");if(e.charCodeAt(0)==39||e.charCodeAt(e.length-1)==39)throw new Error("Sheet name cannot start or end with apostrophe (')");if(e.toLowerCase()=="history")throw new Error("Sheet name cannot be 'History'");ZVn.forEach(function(n){if(e.indexOf(n)!=-1)throw new Error("Sheet name cannot contain : \\ / ? * [ ]")})}catch(n){if(t)return!1;throw n}return!0}function QVn(e,t,n){e.forEach(function(r,a){dlt(r);for(var i=0;i22)throw new Error("Bad Code Name: Worksheet"+o)}})}function JVn(e){if(!e||!e.SheetNames||!e.Sheets)throw new Error("Invalid Workbook");if(!e.SheetNames.length)throw new Error("Workbook is empty");var t=e.Workbook&&e.Workbook.Sheets||[];QVn(e.SheetNames,t,!!e.vbaraw);for(var n=0;n0,r={codeName:"ThisWorkbook"};e.Workbook&&e.Workbook.WBProps&&(KVn.forEach(function(s){e.Workbook.WBProps[s[0]]!=null&&e.Workbook.WBProps[s[0]]!=s[1]&&(r[s[0]]=e.Workbook.WBProps[s[0]])}),e.Workbook.WBProps.CodeName&&(r.codeName=e.Workbook.WBProps.CodeName,delete r.CodeName)),t[t.length]=tn("workbookPr",null,r);var a=e.Workbook&&e.Workbook.Sheets||[],i=0;if(a&&a[0]&&a[0].Hidden){for(t[t.length]="",i=0;i!=e.SheetNames.length&&!(!a[i]||!a[i].Hidden);++i);i==e.SheetNames.length&&(i=0),t[t.length]='',t[t.length]=""}for(t[t.length]="",i=0;i!=e.SheetNames.length;++i){var o={name:Kr(e.SheetNames[i].slice(0,31))};if(o.sheetId=""+(i+1),o["r:id"]="rId"+(i+1),a[i])switch(a[i].Hidden){case 1:o.state="hidden";break;case 2:o.state="veryHidden";break}t[t.length]=tn("sheet",null,o)}return t[t.length]="",n&&(t[t.length]="",e.Workbook&&e.Workbook.Names&&e.Workbook.Names.forEach(function(s){var l={name:s.Name};s.Comment&&(l.comment=s.Comment),s.Sheet!=null&&(l.localSheetId=""+s.Sheet),s.Hidden&&(l.hidden="1"),s.Ref&&(t[t.length]=tn("definedName",Kr(s.Ref),l))}),t[t.length]=""),t.length>2&&(t[t.length]="",t[1]=t[1].replace("/>",">")),t.join("")}function tHn(e,t){var n={};return n.Hidden=e.read_shift(4),n.iTabID=e.read_shift(4),n.strRelID=Noe(e),n.name=ac(e),n}function nHn(e,t){return t||(t=pt(127)),t.write_shift(4,e.Hidden),t.write_shift(4,e.iTabID),tye(e.strRelID,t),yl(e.name.slice(0,31),t),t.length>t.l?t.slice(0,t.l):t}function rHn(e,t){var n={},r=e.read_shift(4);n.defaultThemeVersion=e.read_shift(4);var a=t>8?ac(e):"";return a.length>0&&(n.CodeName=a),n.autoCompressPictures=!!(r&65536),n.backupFile=!!(r&64),n.checkCompatibility=!!(r&4096),n.date1904=!!(r&1),n.filterPrivacy=!!(r&8),n.hidePivotFieldList=!!(r&1024),n.promptedSolutions=!!(r&16),n.publishItems=!!(r&2048),n.refreshAllConnections=!!(r&262144),n.saveExternalLinkValues=!!(r&128),n.showBorderUnselectedTables=!!(r&4),n.showInkAnnotation=!!(r&32),n.showObjects=["all","placeholders","none"][r>>13&3],n.showPivotChartFilter=!!(r&32768),n.updateLinks=["userSet","never","always"][r>>8&3],n}function aHn(e,t){t||(t=pt(72));var n=0;return e&&(e.date1904&&(n|=1),e.filterPrivacy&&(n|=8)),t.write_shift(4,n),t.write_shift(4,0),Ost(e&&e.CodeName||"ThisWorkbook",t),t.slice(0,t.l)}function iHn(e,t,n){var r=e.l+t,a=e.read_shift(4);e.l+=1;var i=e.read_shift(4),o=N9n(e),s=aUn(e,0,n),l=eye(e);a&32&&(o="_xlnm."+o),e.l=r;var u={Name:o,Ptg:s,Flags:a};return i<268435455&&(u.Sheet=i),l&&(u.Comment=l),u}function oHn(e,t){var n=pt(9),r=0,a=e.Name;W9n.indexOf(a)>-1&&(r|=32,a=a.slice(6)),n.write_shift(4,r),n.write_shift(1,0),n.write_shift(4,e.Sheet==null?4294967295:e.Sheet);var i=[n,yl(a),gUn(e.Ref,t)];if(e.Comment)i.push(ND(e.Comment));else{var o=pt(4);o.write_shift(4,4294967295),i.push(o)}return pl(i)}function sHn(e,t){Nt(e,143);for(var n=0;n!=t.SheetNames.length;++n){var r=t.Workbook&&t.Workbook.Sheets&&t.Workbook.Sheets[n]&&t.Workbook.Sheets[n].Hidden||0,a={Hidden:r,iTabID:n+1,strRelID:"rId"+(n+1),name:t.SheetNames[n]};Nt(e,156,nHn(a))}Nt(e,144)}function lHn(e,t){t||(t=pt(127));for(var n=0;n!=4;++n)t.write_shift(4,0);return yl("SheetJS",t),yl(O7.version,t),yl(O7.version,t),yl("7262",t),t.length>t.l?t.slice(0,t.l):t}function uHn(e,t){t||(t=pt(29)),t.write_shift(-4,0),t.write_shift(-4,460),t.write_shift(4,28800),t.write_shift(4,17600),t.write_shift(4,500),t.write_shift(4,e),t.write_shift(4,e);var n=120;return t.write_shift(1,n),t.length>t.l?t.slice(0,t.l):t}function cHn(e,t){if(!(!t.Workbook||!t.Workbook.Sheets)){for(var n=t.Workbook.Sheets,r=0,a=-1,i=-1;ra||(Nt(e,135),Nt(e,158,uHn(a)),Nt(e,136))}}function dHn(e,t){!t.Workbook||!t.Workbook.Names||t.Workbook.Names.forEach(function(n){try{if(n.Flags&14)return;Nt(e,39,oHn(n,t))}catch{console.error("Could not serialize defined name "+JSON.stringify(n))}})}function fHn(e){var t=e.SheetNames.length,n=pt(12*t+28);n.write_shift(4,t+2),n.write_shift(4,0),n.write_shift(4,-2),n.write_shift(4,-2),n.write_shift(4,0),n.write_shift(4,-1),n.write_shift(4,-1);for(var r=0;r':""}function vHn(e,t){var n=[''];return t.cellXfs.forEach(function(r,a){var i=[];i.push(tn("NumberFormat",null,{"ss:Format":Kr(fs[r.numFmtId])}));var o={"ss:ID":"s"+(21+a)};n.push(tn("Style",i.join(""),o))}),tn("Styles",n.join(""))}function flt(e){return tn("NamedRange",null,{"ss:Name":e.Name.slice(0,6)=="_xlnm."?e.Name.slice(6):e.Name,"ss:RefersTo":"="+nW(e.Ref,{r:0,c:0})})}function yHn(e){if(!((e||{}).Workbook||{}).Names)return"";for(var t=e.Workbook.Names,n=[],r=0;r"),e["!margins"].header&&a.push(tn("Header",null,{"x:Margin":e["!margins"].header})),e["!margins"].footer&&a.push(tn("Footer",null,{"x:Margin":e["!margins"].footer})),a.push(tn("PageMargins",null,{"x:Bottom":e["!margins"].bottom||"0.75","x:Left":e["!margins"].left||"0.7","x:Right":e["!margins"].right||"0.7","x:Top":e["!margins"].top||"0.75"})),a.push("")),r&&r.Workbook&&r.Workbook.Sheets&&r.Workbook.Sheets[n])if(r.Workbook.Sheets[n].Hidden)a.push(tn("Visible",r.Workbook.Sheets[n].Hidden==1?"SheetHidden":"SheetVeryHidden",{}));else{for(var i=0;i")}return((((r||{}).Workbook||{}).Views||[])[0]||{}).RTL&&a.push(""),e["!protect"]&&(a.push(Au("ProtectContents","True")),e["!protect"].objects&&a.push(Au("ProtectObjects","True")),e["!protect"].scenarios&&a.push(Au("ProtectScenarios","True")),e["!protect"].selectLockedCells!=null&&!e["!protect"].selectLockedCells?a.push(Au("EnableSelection","NoSelection")):e["!protect"].selectUnlockedCells!=null&&!e["!protect"].selectUnlockedCells&&a.push(Au("EnableSelection","UnlockedCells")),[["formatCells","AllowFormatCells"],["formatColumns","AllowSizeCols"],["formatRows","AllowSizeRows"],["insertColumns","AllowInsertCols"],["insertRows","AllowInsertRows"],["insertHyperlinks","AllowInsertHyperlinks"],["deleteColumns","AllowDeleteCols"],["deleteRows","AllowDeleteRows"],["sort","AllowSort"],["autoFilter","AllowFilter"],["pivotTables","AllowUsePivotTables"]].forEach(function(o){e["!protect"][o[0]]&&a.push("<"+o[1]+"/>")})),a.length==0?"":tn("WorksheetOptions",a.join(""),{xmlns:wf.x})}function wHn(e){return e.map(function(t){var n=u9n(t.t||""),r=tn("ss:Data",n,{xmlns:"http://www.w3.org/TR/REC-html40"});return tn("Comment",r,{"ss:Author":t.a})}).join("")}function SHn(e,t,n,r,a,i,o){if(!e||e.v==null&&e.f==null)return"";var s={};if(e.f&&(s["ss:Formula"]="="+Kr(nW(e.f,o))),e.F&&e.F.slice(0,t.length)==t){var l=Lo(e.F.slice(t.length+1));s["ss:ArrayRange"]="RC:R"+(l.r==o.r?"":"["+(l.r-o.r)+"]")+"C"+(l.c==o.c?"":"["+(l.c-o.c)+"]")}if(e.l&&e.l.Target&&(s["ss:HRef"]=Kr(e.l.Target),e.l.Tooltip&&(s["x:HRefScreenTip"]=Kr(e.l.Tooltip))),n["!merges"])for(var u=n["!merges"],c=0;c!=u.length;++c)u[c].s.c!=o.c||u[c].s.r!=o.r||(u[c].e.c>u[c].s.c&&(s["ss:MergeAcross"]=u[c].e.c-u[c].s.c),u[c].e.r>u[c].s.r&&(s["ss:MergeDown"]=u[c].e.r-u[c].s.r));var d="",f="";switch(e.t){case"z":if(!r.sheetStubs)return"";break;case"n":d="Number",f=String(e.v);break;case"b":d="Boolean",f=e.v?"1":"0";break;case"e":d="Error",f=v$[e.v];break;case"d":d="DateTime",f=new Date(e.v).toISOString(),e.z==null&&(e.z=e.z||fs[14]);break;case"s":d="String",f=l9n(e.v||"");break}var p=lx(r.cellXfs,e,r);s["ss:StyleID"]="s"+(21+p),s["ss:Index"]=o.c+1;var g=e.v!=null?f:"",v=e.t=="z"?"":''+g+"";return(e.c||[]).length>0&&(v+=wHn(e.c)),tn("Cell",v,s)}function _Hn(e,t){var n='"}function EHn(e,t,n,r){if(!e["!ref"])return"";var a=To(e["!ref"]),i=e["!merges"]||[],o=0,s=[];e["!cols"]&&e["!cols"].forEach(function(m,y){rye(m);var b=!!m.width,x=iW(y,m),w={"ss:Index":y+1};b&&(w["ss:Width"]=F7(x.width)),m.hidden&&(w["ss:Hidden"]="1"),s.push(tn("Column",null,w))});for(var l=e["!data"]!=null,u=a.s.r;u<=a.e.r;++u){for(var c=[_Hn(u,(e["!rows"]||[])[u])],d=a.s.c;d<=a.e.c;++d){var f=!1;for(o=0;o!=i.length;++o)if(!(i[o].s.c>d)&&!(i[o].s.r>u)&&!(i[o].e.c"),c.length>2&&s.push(c.join(""))}return s.join("")}function THn(e,t,n){var r=[],a=n.SheetNames[e],i=n.Sheets[a],o=i?bHn(i,t,e,n):"";return o.length>0&&r.push(""+o+""),o=i?EHn(i,t,e,n):"",o.length>0&&r.push(""+o+"
"),r.push(xHn(i,t,e,n)),i["!autofilter"]&&r.push(''),r.join("")}function CHn(e,t){t||(t={}),e.SSF||(e.SSF=Hc(fs)),e.SSF&&(eW(),JG(e.SSF),t.revssf=tW(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF,t.cellXfs=[],lx(t.cellXfs,{},{revssf:{General:0}}));var n=[];n.push(mHn(e,t)),n.push(gHn(e)),n.push(""),n.push("");for(var r=0;r-1||Bst.indexOf(a[i][0])>-1||a[i][1]!=null&&u.push(a[i]);r.length&&to.utils.cfb_add(t,"/SummaryInformation",R$e(r,TJ.SI,l,I$e)),(n.length||u.length)&&to.utils.cfb_add(t,"/DocumentSummaryInformation",R$e(n,TJ.DSI,s,C$e,u.length?u:null,TJ.UDI))}function AHn(e,t){var n=t||{},r=to.utils.cfb_new({root:"R"}),a="/Workbook";switch(n.bookType||"xls"){case"xls":n.bookType="biff8";case"xla":n.bookType||(n.bookType="xla");case"biff8":a="/Workbook",n.biff=8;break;case"biff5":a="/Book",n.biff=5;break;default:throw new Error("invalid type "+n.bookType+" for XLS CFB")}return to.utils.cfb_add(r,a,plt(e,n)),n.biff==8&&(e.Props||e.Custprops)&&IHn(e,r),n.biff==8&&e.vbaraw&&$7n(r,to.read(e.vbaraw,{type:typeof e.vbaraw=="string"?"binary":"buffer"})),r}var kHn={0:{f:NUn},1:{f:zUn},2:{f:sVn},3:{f:KUn},4:{f:GUn},5:{f:rVn},6:{f:fVn},7:{f:JUn},8:{f:bVn},9:{f:yVn},10:{f:gVn},11:{f:vVn},12:{f:VUn},13:{f:uVn},14:{f:ZUn},15:{f:qUn},16:{f:iVn},17:{f:hVn},18:{f:tVn},19:{f:Jve},20:{},21:{},22:{},23:{},24:{},25:{},26:{},27:{},28:{},29:{},30:{},31:{},32:{},33:{},34:{},35:{T:1},36:{T:-1},37:{T:1},38:{T:-1},39:{f:iHn},40:{},42:{},43:{f:QBn},44:{f:XBn},45:{f:t7n},46:{f:r7n},47:{f:n7n},48:{},49:{f:C9n},50:{},51:{f:b7n},52:{T:1},53:{T:-1},54:{T:1},55:{T:-1},56:{T:1},57:{T:-1},58:{},59:{},60:{f:ABn},62:{f:dVn},63:{f:C7n},64:{f:MVn},65:{},66:{},67:{},68:{},69:{},70:{},128:{},129:{T:1},130:{T:-1},131:{T:1,f:Xg,p:0},132:{T:-1},133:{T:1},134:{T:-1},135:{T:1},136:{T:-1},137:{T:1,f:PVn},138:{T:-1},139:{T:1},140:{T:-1},141:{T:1},142:{T:-1},143:{T:1},144:{T:-1},145:{T:1},146:{T:-1},147:{f:FUn},148:{f:$Un,p:16},151:{f:TVn},152:{},153:{f:rHn},154:{},155:{},156:{f:tHn},157:{},158:{},159:{T:1,f:FBn},160:{T:-1},161:{T:1,f:z_},162:{T:-1},163:{T:1},164:{T:-1},165:{T:1},166:{T:-1},167:{},168:{},169:{},170:{},171:{},172:{T:1},173:{T:-1},174:{},175:{},176:{f:xVn},177:{T:1},178:{T:-1},179:{T:1},180:{T:-1},181:{T:1},182:{T:-1},183:{T:1},184:{T:-1},185:{T:1},186:{T:-1},187:{T:1},188:{T:-1},189:{T:1},190:{T:-1},191:{T:1},192:{T:-1},193:{T:1},194:{T:-1},195:{T:1},196:{T:-1},197:{T:1},198:{T:-1},199:{T:1},200:{T:-1},201:{T:1},202:{T:-1},203:{T:1},204:{T:-1},205:{T:1},206:{T:-1},207:{T:1},208:{T:-1},209:{T:1},210:{T:-1},211:{T:1},212:{T:-1},213:{T:1},214:{T:-1},215:{T:1},216:{T:-1},217:{T:1},218:{T:-1},219:{T:1},220:{T:-1},221:{T:1},222:{T:-1},223:{T:1},224:{T:-1},225:{T:1},226:{T:-1},227:{T:1},228:{T:-1},229:{T:1},230:{T:-1},231:{T:1},232:{T:-1},233:{T:1},234:{T:-1},235:{T:1},236:{T:-1},237:{T:1},238:{T:-1},239:{T:1},240:{T:-1},241:{T:1},242:{T:-1},243:{T:1},244:{T:-1},245:{T:1},246:{T:-1},247:{T:1},248:{T:-1},249:{T:1},250:{T:-1},251:{T:1},252:{T:-1},253:{T:1},254:{T:-1},255:{T:1},256:{T:-1},257:{T:1},258:{T:-1},259:{T:1},260:{T:-1},261:{T:1},262:{T:-1},263:{T:1},264:{T:-1},265:{T:1},266:{T:-1},267:{T:1},268:{T:-1},269:{T:1},270:{T:-1},271:{T:1},272:{T:-1},273:{T:1},274:{T:-1},275:{T:1},276:{T:-1},277:{},278:{T:1},279:{T:-1},280:{T:1},281:{T:-1},282:{T:1},283:{T:1},284:{T:-1},285:{T:1},286:{T:-1},287:{T:1},288:{T:-1},289:{T:1},290:{T:-1},291:{T:1},292:{T:-1},293:{T:1},294:{T:-1},295:{T:1},296:{T:-1},297:{T:1},298:{T:-1},299:{T:1},300:{T:-1},301:{T:1},302:{T:-1},303:{T:1},304:{T:-1},305:{T:1},306:{T:-1},307:{T:1},308:{T:-1},309:{T:1},310:{T:-1},311:{T:1},312:{T:-1},313:{T:-1},314:{T:1},315:{T:-1},316:{T:1},317:{T:-1},318:{T:1},319:{T:-1},320:{T:1},321:{T:-1},322:{T:1},323:{T:-1},324:{T:1},325:{T:-1},326:{T:1},327:{T:-1},328:{T:1},329:{T:-1},330:{T:1},331:{T:-1},332:{T:1},333:{T:-1},334:{T:1},335:{f:v7n},336:{T:-1},337:{f:S7n,T:1},338:{T:-1},339:{T:1},340:{T:-1},341:{T:1},342:{T:-1},343:{T:1},344:{T:-1},345:{T:1},346:{T:-1},347:{T:1},348:{T:-1},349:{T:1},350:{T:-1},351:{},352:{},353:{T:1},354:{T:-1},355:{f:Noe},357:{},358:{},359:{},360:{T:1},361:{},362:{f:_Bn},363:{},364:{},366:{},367:{},368:{},369:{},370:{},371:{},372:{T:1},373:{T:-1},374:{T:1},375:{T:-1},376:{T:1},377:{T:-1},378:{T:1},379:{T:-1},380:{T:1},381:{T:-1},382:{T:1},383:{T:-1},384:{T:1},385:{T:-1},386:{T:1},387:{T:-1},388:{T:1},389:{T:-1},390:{T:1},391:{T:-1},392:{T:1},393:{T:-1},394:{T:1},395:{T:-1},396:{},397:{},398:{},399:{},400:{},401:{T:1},403:{},404:{},405:{},406:{},407:{},408:{},409:{},410:{},411:{},412:{},413:{},414:{},415:{},416:{},417:{},418:{},419:{},420:{},421:{},422:{T:1},423:{T:1},424:{T:-1},425:{T:-1},426:{f:CVn},427:{f:IVn},428:{},429:{T:1},430:{T:-1},431:{T:1},432:{T:-1},433:{T:1},434:{T:-1},435:{T:1},436:{T:-1},437:{T:1},438:{T:-1},439:{T:1},440:{T:-1},441:{T:1},442:{T:-1},443:{T:1},444:{T:-1},445:{T:1},446:{T:-1},447:{T:1},448:{T:-1},449:{T:1},450:{T:-1},451:{T:1},452:{T:-1},453:{T:1},454:{T:-1},455:{T:1},456:{T:-1},457:{T:1},458:{T:-1},459:{T:1},460:{T:-1},461:{T:1},462:{T:-1},463:{T:1},464:{T:-1},465:{T:1},466:{T:-1},467:{T:1},468:{T:-1},469:{T:1},470:{T:-1},471:{},472:{},473:{T:1},474:{T:-1},475:{},476:{f:kVn},477:{},478:{},479:{T:1},480:{T:-1},481:{T:1},482:{T:-1},483:{T:1},484:{T:-1},485:{f:jUn},486:{T:1},487:{T:-1},488:{T:1},489:{T:-1},490:{T:1},491:{T:-1},492:{T:1},493:{T:-1},494:{f:_Vn},495:{T:1},496:{T:-1},497:{T:1},498:{T:-1},499:{},500:{T:1},501:{T:-1},502:{T:1},503:{T:-1},504:{},505:{T:1},506:{T:-1},507:{},508:{T:1},509:{T:-1},510:{T:1},511:{T:-1},512:{},513:{},514:{T:1},515:{T:-1},516:{T:1},517:{T:-1},518:{T:1},519:{T:-1},520:{T:1},521:{T:-1},522:{},523:{},524:{},525:{},526:{},527:{},528:{T:1},529:{T:-1},530:{T:1},531:{T:-1},532:{T:1},533:{T:-1},534:{},535:{},536:{},537:{},538:{T:1},539:{T:-1},540:{T:1},541:{T:-1},542:{T:1},548:{},549:{},550:{f:Noe},551:{},552:{},553:{},554:{T:1},555:{T:-1},556:{T:1},557:{T:-1},558:{T:1},559:{T:-1},560:{T:1},561:{T:-1},562:{},564:{},565:{T:1},566:{T:-1},569:{T:1},570:{T:-1},572:{},573:{T:1},574:{T:-1},577:{},578:{},579:{},580:{},581:{},582:{},583:{},584:{},585:{},586:{},587:{},588:{T:-1},589:{},590:{T:1},591:{T:-1},592:{T:1},593:{T:-1},594:{T:1},595:{T:-1},596:{},597:{T:1},598:{T:-1},599:{T:1},600:{T:-1},601:{T:1},602:{T:-1},603:{T:1},604:{T:-1},605:{T:1},606:{T:-1},607:{},608:{T:1},609:{T:-1},610:{},611:{T:1},612:{T:-1},613:{T:1},614:{T:-1},615:{T:1},616:{T:-1},617:{T:1},618:{T:-1},619:{T:1},620:{T:-1},625:{},626:{T:1},627:{T:-1},628:{T:1},629:{T:-1},630:{T:1},631:{T:-1},632:{f:N7n},633:{T:1},634:{T:-1},635:{T:1,f:P7n},636:{T:-1},637:{f:O9n},638:{T:1},639:{},640:{T:-1},641:{T:1},642:{T:-1},643:{T:1},644:{},645:{T:-1},646:{T:1},648:{T:1},649:{},650:{T:-1},651:{f:YVn},652:{},653:{T:1},654:{T:-1},655:{T:1},656:{T:-1},657:{T:1},658:{T:-1},659:{},660:{T:1},661:{},662:{T:-1},663:{},664:{T:1},665:{},666:{T:-1},667:{},668:{},669:{},671:{T:1},672:{T:-1},673:{T:1},674:{T:-1},675:{},676:{},677:{},678:{},679:{},680:{},681:{},1024:{},1025:{},1026:{T:1},1027:{T:-1},1028:{T:1},1029:{T:-1},1030:{},1031:{T:1},1032:{T:-1},1033:{T:1},1034:{T:-1},1035:{},1036:{},1037:{},1038:{T:1},1039:{T:-1},1040:{},1041:{T:1},1042:{T:-1},1043:{},1044:{},1045:{},1046:{T:1},1047:{T:-1},1048:{T:1},1049:{T:-1},1050:{},1051:{T:1},1052:{T:1},1053:{f:$Vn},1054:{T:1},1055:{},1056:{T:1},1057:{T:-1},1058:{T:1},1059:{T:-1},1061:{},1062:{T:1},1063:{T:-1},1064:{T:1},1065:{T:-1},1066:{T:1},1067:{T:-1},1068:{T:1},1069:{T:-1},1070:{T:1},1071:{T:-1},1072:{T:1},1073:{T:-1},1075:{T:1},1076:{T:-1},1077:{T:1},1078:{T:-1},1079:{T:1},1080:{T:-1},1081:{T:1},1082:{T:-1},1083:{T:1},1084:{T:-1},1085:{},1086:{T:1},1087:{T:-1},1088:{T:1},1089:{T:-1},1090:{T:1},1091:{T:-1},1092:{T:1},1093:{T:-1},1094:{T:1},1095:{T:-1},1096:{},1097:{T:1},1098:{},1099:{T:-1},1100:{T:1},1101:{T:-1},1102:{},1103:{},1104:{},1105:{},1111:{},1112:{},1113:{T:1},1114:{T:-1},1115:{T:1},1116:{T:-1},1117:{},1118:{T:1},1119:{T:-1},1120:{T:1},1121:{T:-1},1122:{T:1},1123:{T:-1},1124:{T:1},1125:{T:-1},1126:{},1128:{T:1},1129:{T:-1},1130:{},1131:{T:1},1132:{T:-1},1133:{T:1},1134:{T:-1},1135:{T:1},1136:{T:-1},1137:{T:1},1138:{T:-1},1139:{T:1},1140:{T:-1},1141:{},1142:{T:1},1143:{T:-1},1144:{T:1},1145:{T:-1},1146:{},1147:{T:1},1148:{T:-1},1149:{T:1},1150:{T:-1},1152:{T:1},1153:{T:-1},1154:{T:-1},1155:{T:-1},1156:{T:-1},1157:{T:1},1158:{T:-1},1159:{T:1},1160:{T:-1},1161:{T:1},1162:{T:-1},1163:{T:1},1164:{T:-1},1165:{T:1},1166:{T:-1},1167:{T:1},1168:{T:-1},1169:{T:1},1170:{T:-1},1171:{},1172:{T:1},1173:{T:-1},1177:{},1178:{T:1},1180:{},1181:{},1182:{},2048:{T:1},2049:{T:-1},2050:{},2051:{T:1},2052:{T:-1},2053:{},2054:{},2055:{T:1},2056:{T:-1},2057:{T:1},2058:{T:-1},2060:{},2067:{},2068:{T:1},2069:{T:-1},2070:{},2071:{},2072:{T:1},2073:{T:-1},2075:{},2076:{},2077:{T:1},2078:{T:-1},2079:{},2080:{T:1},2081:{T:-1},2082:{},2083:{T:1},2084:{T:-1},2085:{T:1},2086:{T:-1},2087:{T:1},2088:{T:-1},2089:{T:1},2090:{T:-1},2091:{},2092:{},2093:{T:1},2094:{T:-1},2095:{},2096:{T:1},2097:{T:-1},2098:{T:1},2099:{T:-1},2100:{T:1},2101:{T:-1},2102:{},2103:{T:1},2104:{T:-1},2105:{},2106:{T:1},2107:{T:-1},2108:{},2109:{T:1},2110:{T:-1},2111:{T:1},2112:{T:-1},2113:{T:1},2114:{T:-1},2115:{},2116:{},2117:{},2118:{T:1},2119:{T:-1},2120:{},2121:{T:1},2122:{T:-1},2123:{T:1},2124:{T:-1},2125:{},2126:{T:1},2127:{T:-1},2128:{},2129:{T:1},2130:{T:-1},2131:{T:1},2132:{T:-1},2133:{T:1},2134:{},2135:{},2136:{},2137:{T:1},2138:{T:-1},2139:{T:1},2140:{T:-1},2141:{},3072:{},3073:{},4096:{T:1},4097:{T:-1},5002:{T:1},5003:{T:-1},5081:{T:1},5082:{T:-1},5083:{},5084:{T:1},5085:{T:-1},5086:{T:1},5087:{T:-1},5088:{},5089:{},5090:{},5092:{T:1},5093:{T:-1},5094:{},5095:{T:1},5096:{T:-1},5097:{},5099:{},65535:{n:""}};function un(e,t,n,r){var a=t;if(!isNaN(a)){var i=r||(n||[]).length||0,o=e.next(4);o.write_shift(2,a),o.write_shift(2,i),i>0&&Xve(n)&&e.push(n)}}function OHn(e,t,n,r){var a=r||(n||[]).length||0;if(a<=8224)return un(e,t,n,a);var i=t;if(!isNaN(i)){for(var o=n.parts||[],s=0,l=0,u=0;u+(o[s]||8224)<=8224;)u+=o[s]||8224,s++;var c=e.next(4);for(c.write_shift(2,i),c.write_shift(2,u),e.push(n.slice(l,l+u)),l+=u;l=0&&a<65536?un(e,2,RBn(n,r,a)):un(e,3,PBn(n,r,a));return;case"b":case"e":un(e,5,PHn(n,r,t.v,t.t));return;case"s":case"str":un(e,4,RHn(n,r,t.v==null?"":String(t.v).slice(0,255)));return}un(e,1,b$(null,n,r))}function DHn(e,t,n,r){var a=t["!data"]!=null,i=To(t["!ref"]||"A1"),o="",s=[];if(i.e.c>255||i.e.r>16383){if(r.WTF)throw new Error("Range "+(t["!ref"]||"A1")+" exceeds format limit A1:IV16384");i.e.c=Math.min(i.e.c,255),i.e.r=Math.min(i.e.c,16383)}for(var l=[],u=i.s.c;u<=i.e.c;++u)s[u]=ro(u);for(var c=i.s.r;c<=i.e.r;++c)for(a&&(l=t["!data"][c]||[]),o=no(c),u=i.s.c;u<=i.e.c;++u){var d=a?l[u]:t[s[u]+o];d&&NHn(e,d,c,u)}}function MHn(e,t){for(var n=t||{},r=jd(),a=0,i=0;i255||p.e.r>=g){if(t.WTF)throw new Error("Range "+(i["!ref"]||"A1")+" exceeds format limit A1:IV16384");p.e.c=Math.min(p.e.c,255),p.e.r=Math.min(p.e.c,g-1)}un(r,2057,nye(n,16,t)),un(r,13,Dp(1)),un(r,12,Dp(100)),un(r,15,Ac(!0)),un(r,17,Ac(!1)),un(r,16,XS(.001)),un(r,95,Ac(!0)),un(r,42,Ac(!1)),un(r,43,Ac(!1)),un(r,130,Dp(1)),un(r,128,xBn([0,0])),un(r,131,Ac(!1)),un(r,132,Ac(!1)),u&&zHn(r,i["!cols"]),un(r,512,bBn(p,t)),u&&(i["!links"]=[]);for(var v=[],m=[],y=p.s.c;y<=p.e.c;++y)f[y]=ro(y);for(var b=p.s.r;b<=p.e.r;++b)for(l&&(m=i["!data"][b]||[]),d=no(b),y=p.s.c;y<=p.e.c;++y){c=f[y]+d;var x=l?m[y]:i[c];x&&(UHn(r,x,b,y,t),u&&x.l&&i["!links"].push([c,x.l]),u&&x.c&&v.push([c,x.c]))}var w=s.CodeName||s.name||a;return u&&un(r,574,hBn((o.Views||[])[0])),u&&(i["!merges"]||[]).length&&un(r,229,EBn(i["!merges"])),u&&BHn(r,i),un(r,442,Wst(w)),u&&jHn(r,i),un(r,10),r.end()}function HHn(e,t,n){var r=jd(),a=(e||{}).Workbook||{},i=a.Sheets||[],o=a.WBProps||{},s=n.biff==8,l=n.biff==5;if(un(r,2057,nye(e,5,n)),n.bookType=="xla"&&un(r,135),un(r,225,s?Dp(1200):null),un(r,193,tBn(2)),l&&un(r,191),l&&un(r,192),un(r,226),un(r,92,cBn("SheetJS",n)),un(r,66,Dp(s?1200:1252)),s&&un(r,353,Dp(0)),s&&un(r,448),un(r,317,OBn(e.SheetNames.length)),s&&e.vbaraw&&un(r,211),s&&e.vbaraw){var u=o.CodeName||"ThisWorkbook";un(r,442,Wst(u))}un(r,156,Dp(17)),un(r,25,Ac(!1)),un(r,18,Ac(!1)),un(r,19,Dp(0)),s&&un(r,431,Ac(!1)),s&&un(r,444,Dp(0)),un(r,61,pBn()),un(r,64,Ac(!1)),un(r,141,Dp(0)),un(r,34,Ac(XVn(e)=="true")),un(r,14,Ac(!0)),s&&un(r,439,Ac(!1)),un(r,218,Dp(0)),$Hn(r,e,n),LHn(r,e.SSF,n),FHn(r,n),s&&un(r,352,Ac(!1));var c=r.end(),d=jd();s&&un(d,140,IBn()),s&&n.Strings&&OHn(d,252,fBn(n.Strings)),un(d,10);var f=d.end(),p=jd(),g=0,v=0;for(v=0;v255&&typeof console<"u"&&console.error&&console.error("Worksheet '"+e.SheetNames[n]+"' extends beyond column IV (255). Data may be lost.")}}var i=t||{};switch(i.biff||2){case 8:case 5:return GHn(e,t);case 4:case 3:case 2:return MHn(e,t)}throw new Error("invalid type "+i.bookType+" for BIFF")}function WHn(e,t,n,r){for(var a=e["!merges"]||[],i=[],o={},s=e["!data"]!=null,l=t.s.c;l<=t.e.c;++l){for(var u=0,c=0,d=0;dn||a[d].s.c>l)&&!(a[d].e.r1&&(o.rowspan=u),c>1&&(o.colspan=c),r.editable?g=''+g+"":p&&(o["data-t"]=p&&p.t||"z",p.v!=null&&(o["data-v"]=p.v),p.z!=null&&(o["data-z"]=p.z),p.l&&(p.l.Target||"#").charAt(0)!="#"&&(g='
'+g+"")),o.id=(r.id||"sjs")+"-"+f,i.push(tn("td",g,o))}}var v="";return v+i.join("")+""}var qHn='SheetJS Table Export',YHn="";function KHn(e,t,n){var r=[];return r.join("")+""}function hlt(e,t){var n=t||{},r=n.header!=null?n.header:qHn,a=n.footer!=null?n.footer:YHn,i=[r],o=Du(e["!ref"]);i.push(KHn(e,o,n));for(var s=o.s.r;s<=o.e.r;++s)i.push(WHn(e,o,s,n));return i.push(""+a),i.join("")}function mlt(e,t,n){var r=t.rows;if(!r)throw"Unsupported origin when "+t.tagName+" is not a TABLE";var a=n||{},i=e["!data"]!=null,o=0,s=0;if(a.origin!=null)if(typeof a.origin=="number")o=a.origin;else{var l=typeof a.origin=="string"?Lo(a.origin):a.origin;o=l.r,s=l.c}var u=Math.min(a.sheetRows||1e7,r.length),c={s:{r:0,c:0},e:{r:o,c:s}};if(e["!ref"]){var d=Du(e["!ref"]);c.s.r=Math.min(c.s.r,d.s.r),c.s.c=Math.min(c.s.c,d.s.c),c.e.r=Math.max(c.e.r,d.e.r),c.e.c=Math.max(c.e.c,d.e.c),o==-1&&(c.e.r=o=d.e.r+1)}var f=[],p=0,g=e["!rows"]||(e["!rows"]=[]),v=0,m=0,y=0,b=0,x=0,w=0;for(e["!cols"]||(e["!cols"]=[]);v1||w>1)&&f.push({s:{r:m+o,c:b+s},e:{r:m+o+(x||1)-1,c:b+s+(w||1)-1}});var I={t:"s",v:C},R=T.getAttribute("data-t")||T.getAttribute("t")||"";C!=null&&(C.length==0?I.t=R||"z":a.raw||C.trim().length==0||R=="s"||(C==="TRUE"?I={t:"b",v:!0}:C==="FALSE"?I={t:"b",v:!1}:isNaN(Rv(C))?isNaN(kD(C).getDate())||(I={t:"d",v:Hd(C)},a.cellDates||(I={t:"n",v:Vc(I.v)}),I.z=a.dateNF||fs[14]):I={t:"n",v:Rv(C)})),I.z===void 0&&A!=null&&(I.z=A);var L="",N=T.getElementsByTagName("A");if(N&&N.length)for(var j=0;j=u&&(e["!fullref"]=Vs((c.e.r=r.length-v+m-1+o,c))),e}function glt(e,t){var n=t||{},r={};return n.dense&&(r["!data"]=[]),mlt(r,e,t)}function XHn(e,t){var n=bA(glt(e,t),t);return n}function H$e(e){var t="",n=ZHn(e);return n&&(t=n(e).getPropertyValue("display")),t||(t=e.style&&e.style.display),t==="none"}function ZHn(e){return e.ownerDocument.defaultView&&typeof e.ownerDocument.defaultView.getComputedStyle=="function"?e.ownerDocument.defaultView.getComputedStyle:typeof getComputedStyle=="function"?getComputedStyle:null}var QHn=function(){var e=["",'',"",'',"",'',"",""].join(""),t=""+e+"";return function(){return Ks+t}}();function JHn(e,t){var n="number",r="",a={"style:name":t},i="",o=0;e=e.replace(/"[$]"/g,"$");e:{if(e.indexOf(";")>-1&&(console.error("Unsupported ODS Style Map exported. Using first branch of "+e),e=e.slice(0,e.indexOf(";"))),e=="@"){n="text",r="";break e}if(e.indexOf(/\$/)>-1&&(n="currency"),e[o]=='"'){for(i="";e[++o]!='"'||e[++o]=='"';)i+=e[o];--o,e[o+1]=="*"?(o++,r+=""+Kr(i.replace(/""/g,'"'))+""):r+=""+Kr(i.replace(/""/g,'"'))+"",e=e.slice(o+1),o=0}var s=e.match(/# (\?+)\/(\?+)/);if(s){r+=tn("number:fraction",null,{"number:min-integer-digits":0,"number:min-numerator-digits":s[1].length,"number:max-denominator-value":Math.max(+s[1].replace(/./g,"9"),+s[2].replace(/./g,"9"))});break e}if(s=e.match(/# (\?+)\/(\d+)/)){r+=tn("number:fraction",null,{"number:min-integer-digits":0,"number:min-numerator-digits":s[1].length,"number:denominator-value":+s[2]});break e}if(s=e.match(/(\d+)(|\.\d+)%/)){n="percentage",r+=tn("number:number",null,{"number:decimal-places":s[2]&&s.length-1||0,"number:min-decimal-places":s[2]&&s.length-1||0,"number:min-integer-digits":s[1].length})+"%";break e}var l=!1;if(["y","m","d"].indexOf(e[0])>-1){n="date";t:for(;o";break;case"yyy":case"yyyy":r+='';break;case"mmmmm":console.error("ODS has no equivalent of format |mmmmm|");case"m":case"mm":case"mmm":case"mmmm":r+='';break;case"d":case"dd":r+='';break;case"ddd":case"dddd":r+='';break}break;case'"':for(;e[++o]!='"'||e[++o]=='"';)i+=e[o];--o,r+=""+Kr(i.slice(1).replace(/""/g,'"'))+"";break;case"/":r+=""+Kr(i)+"";break;default:console.error("unrecognized character "+i+" in ODF format "+e)}if(!l)break e;e=e.slice(o+1),o=0}if(e.match(/^\[?[hms]/)){for(n=="number"&&(n="time"),e.match(/\[/)&&(e=e.replace(/[\[\]]/g,""),a["number:truncate-on-overflow"]="false");o';break;case"m":case"mm":r+='';break;case"s":case"ss":if(e[o+1]==".")do i+=e[o+1],++o;while(e[o+1]=="0");r+='";break}break;case'"':for(;e[++o]!='"'||e[++o]=='"';)i+=e[o];--o,r+=""+Kr(i.slice(1).replace(/""/g,'"'))+"";break;case"/":r+=""+Kr(i)+"";break;case"a":if(e.slice(o,o+3).toLowerCase()=="a/p"){r+="",o+=2;break}if(e.slice(o,o+5).toLowerCase()=="am/pm"){r+="",o+=4;break}default:console.error("unrecognized character "+i+" in ODF format "+e)}break e}if(e.indexOf(/\$/)>-1&&(n="currency"),e[0]=="$"&&(r+='$',e=e.slice(1),o=0),o=0,e[o]=='"'){for(;e[++o]!='"'||e[++o]=='"';)i+=e[o];--o,e[o+1]=="*"?(o++,r+=""+Kr(i.replace(/""/g,'"'))+""):r+=""+Kr(i.replace(/""/g,'"'))+"",e=e.slice(o+1),o=0}var c=e.match(/([#0][0#,]*)(\.[0#]*|)(E[+]?0*|)/i);if(!c||!c[0])console.error("Could not find numeric part of "+e);else{var d=c[1].replace(/,/g,"");r+="-1?' number:grouping="true"':"")+(c[2]&&' number:decimal-places="'+(c[2].length-1)+'"'||' number:decimal-places="0"')+(c[3]&&c[3].indexOf("+")>-1?' number:forced-exponent-sign="true"':"")+(c[3]?' number:min-exponent-digits="'+c[3].match(/0+/)[0].length+'"':"")+">",o=c.index+c[0].length}if(e[o]=='"'){for(i="";e[++o]!='"'||e[++o]=='"';)i+=e[o];--o,r+=""+Kr(i.replace(/""/g,'"'))+""}}return r?tn("number:"+n+"-style",r,a):(console.error("Could not generate ODS number format for |"+e+"|"),"")}function G$e(e,t,n){var r=e.filter(function(a){return a.Sheet==(n==-1?null:n)});return r.length?` -`+r.map(function(a){var i=llt(a.Ref);return" "+tn("table:named-range",null,{"table:name":a.Name,"table:cell-range-address":i,"table:base-cell-address":i.replace(/[\.]?[^\.]*$/,".$A$1")})}).join(` -`)+` - -`:""}var W$e=function(){var e=function(i){return Kr(i).replace(/ +/g,function(o){return''}).replace(/\t/g,"").replace(/\n/g,"").replace(/^ /,"").replace(/ $/,"")},t=` -`,n=` -`,r=function(i,o,s,l,u){var c=[];c.push(' -`);var d=0,f=0,p=Du(i["!ref"]||"A1"),g=i["!merges"]||[],v=0,m=i["!data"]!=null;if(i["!cols"])for(f=0;f<=p.e.c;++f)c.push(" -`);var y="",b=i["!rows"]||[];for(d=0;d -`);for(;d<=p.e.r;++d){for(y=b[d]?' table:style-name="ro'+b[d].ods+'"':"",c.push(" -`),f=0;ff)&&!(g[v].s.r>d)&&!(g[v].e.c -`)}return(o.Workbook||{}).Names&&c.push(G$e(o.Workbook.Names,o.SheetNames,s)),c.push(` -`),c.join("")},a=function(i,o){i.push(` -`);var s=0;o.SheetNames.map(function(d){return o.Sheets[d]}).forEach(function(d){if(d&&d["!cols"]){for(var f=0;f -`),i.push(' -`),i.push(` -`),++s}}});var l=0;o.SheetNames.map(function(d){return o.Sheets[d]}).forEach(function(d){if(d&&d["!rows"]){for(var f=0;f -`),i.push(' -`),i.push(` -`),++l}}}),i.push(` -`),i.push(` -`),i.push(` -`),i.push(` -`),i.push(` -`),i.push(` / -`),i.push(` -`),i.push(` / -`),i.push(` -`),i.push(` -`);var u={},c=69;return o.SheetNames.map(function(d){return o.Sheets[d]}).forEach(function(d){if(d)for(var f=d["!data"]!=null,p=Du(d["!ref"]),g=0;g<=p.e.r;++g)for(var v=0;v<=p.e.c;++v){var m=f?(d["!data"][g]||[])[v]:d[Jo({r:g,c:v})];if(!(!m||!m.z||m.z.toLowerCase()=="general")&&!u[m.z]){var y=JHn(m.z,"N"+c);y&&(u[m.z]="N"+c,++c,i.push(y+` -`))}}}),i.push(` -`),El(u).forEach(function(d){i.push(' -`)}),i.push(` -`),u};return function(o,s){var l=[Ks],u=OD({"xmlns:office":"urn:oasis:names:tc:opendocument:xmlns:office:1.0","xmlns:table":"urn:oasis:names:tc:opendocument:xmlns:table:1.0","xmlns:style":"urn:oasis:names:tc:opendocument:xmlns:style:1.0","xmlns:text":"urn:oasis:names:tc:opendocument:xmlns:text:1.0","xmlns:draw":"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0","xmlns:fo":"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:dc":"http://purl.org/dc/elements/1.1/","xmlns:meta":"urn:oasis:names:tc:opendocument:xmlns:meta:1.0","xmlns:number":"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0","xmlns:presentation":"urn:oasis:names:tc:opendocument:xmlns:presentation:1.0","xmlns:svg":"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0","xmlns:chart":"urn:oasis:names:tc:opendocument:xmlns:chart:1.0","xmlns:dr3d":"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0","xmlns:math":"http://www.w3.org/1998/Math/MathML","xmlns:form":"urn:oasis:names:tc:opendocument:xmlns:form:1.0","xmlns:script":"urn:oasis:names:tc:opendocument:xmlns:script:1.0","xmlns:ooo":"http://openoffice.org/2004/office","xmlns:ooow":"http://openoffice.org/2004/writer","xmlns:oooc":"http://openoffice.org/2004/calc","xmlns:dom":"http://www.w3.org/2001/xml-events","xmlns:xforms":"http://www.w3.org/2002/xforms","xmlns:xsd":"http://www.w3.org/2001/XMLSchema","xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","xmlns:sheet":"urn:oasis:names:tc:opendocument:sh33tjs:1.0","xmlns:rpt":"http://openoffice.org/2005/report","xmlns:of":"urn:oasis:names:tc:opendocument:xmlns:of:1.2","xmlns:xhtml":"http://www.w3.org/1999/xhtml","xmlns:grddl":"http://www.w3.org/2003/g/data-view#","xmlns:tableooo":"http://openoffice.org/2009/table","xmlns:drawooo":"http://openoffice.org/2010/draw","xmlns:calcext":"urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0","xmlns:loext":"urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0","xmlns:field":"urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0","xmlns:formx":"urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0","xmlns:css3t":"http://www.w3.org/TR/css3-text/","office:version":"1.2"}),c=OD({"xmlns:config":"urn:oasis:names:tc:opendocument:xmlns:config:1.0","office:mimetype":"application/vnd.oasis.opendocument.spreadsheet"});s.bookType=="fods"?(l.push(" -`),l.push(jst().replace(//,"").replace(/<\/office:document-meta>/,"")+` -`)):l.push(" -`);var d=a(l,o);l.push(` -`),l.push(` -`),((o.Workbook||{}).WBProps||{}).date1904&&l.push(` - - -`);for(var f=0;f!=o.SheetNames.length;++f)l.push(r(o.Sheets[o.SheetNames[f]],o,f,s,d));return(o.Workbook||{}).Names&&l.push(G$e(o.Workbook.Names,o.SheetNames,-1)),l.push(` -`),l.push(` -`),s.bookType=="fods"?l.push(""):l.push(""),l.join("")}}();function vlt(e,t){if(t.bookType=="fods")return W$e(e,t);var n=Wve(),r="",a=[],i=[];return r="mimetype",na(n,r,"application/vnd.oasis.opendocument.spreadsheet"),r="content.xml",na(n,r,W$e(e,t)),a.push([r,"text/xml"]),i.push([r,"ContentFile"]),r="styles.xml",na(n,r,QHn(e,t)),a.push([r,"text/xml"]),i.push([r,"StylesFile"]),r="meta.xml",na(n,r,Ks+jst()),a.push([r,"text/xml"]),i.push([r,"MetadataFile"]),r="manifest.rdf",na(n,r,X9n(i)),a.push([r,"application/rdf+xml"]),r="META-INF/manifest.xml",na(n,r,Y9n(a)),n}/*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */var Lc=function(){try{return typeof Uint8Array>"u"||typeof Uint8Array.prototype.subarray>"u"?"slice":typeof Buffer<"u"?typeof Buffer.prototype.subarray>"u"?"slice":(typeof Buffer.from=="function"?Buffer.from([72,62]):new Buffer([72,62]))instanceof Uint8Array?"subarray":"slice":"subarray"}catch{return"slice"}}();function U7(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function Tc(e){return typeof TextDecoder<"u"?new TextDecoder().decode(e):zC(KS(e))}function Hh(e){return typeof TextEncoder<"u"?new TextEncoder().encode(e):xf(xv(e))}function Fb(e){for(var t=0,n=0;n>7,e[t+14]|=(r&127)<<1;for(var i=0;a>=1;++i,a/=256)e[t+i]=a&255;e[t+15]|=n>=0?0:128}function DD(e,t){var n=t.l,r=e[n]&127;e:if(e[n++]>=128&&(r|=(e[n]&127)<<7,e[n++]<128||(r|=(e[n]&127)<<14,e[n++]<128)||(r|=(e[n]&127)<<21,e[n++]<128)||(r+=(e[n]&127)*Math.pow(2,28),++n,e[n++]<128)||(r+=(e[n]&127)*Math.pow(2,35),++n,e[n++]<128)||(r+=(e[n]&127)*Math.pow(2,42),++n,e[n++]<128)))break e;return t.l=n,r}function Kn(e){var t=new Uint8Array(7);t[0]=e&127;var n=1;e:if(e>127){if(t[n-1]|=128,t[n]=e>>7&127,++n,e<=16383||(t[n-1]|=128,t[n]=e>>14&127,++n,e<=2097151)||(t[n-1]|=128,t[n]=e>>21&127,++n,e<=268435455)||(t[n-1]|=128,t[n]=e/256>>>21&127,++n,e<=34359738367)||(t[n-1]|=128,t[n]=e/65536>>>21&127,++n,e<=4398046511103))break e;t[n-1]|=128,t[n]=e/16777216>>>21&127,++n}return t[Lc](0,n)}function ylt(e){for(var t={l:0},n=[];t.l=128){if(n|=(e[t]&127)<<7,e[t++]<128||(n|=(e[t]&127)<<14,e[t++]<128)||(n|=(e[t]&127)<<21,e[t++]<128))break e;n|=(e[t]&127)<<28}return n}function Zn(e){for(var t=[],n={l:0};n.l=128;);o=e[Lc](n.l,s),n.l=s}break;case 1:o=e[Lc](s,s+8),n.l=s+8;break;case 2:{var l=DD(e,n);o=e[Lc](n.l,n.l+l),n.l+=l}break;case 5:o=e[Lc](s,s+4),n.l=s+4;break;default:throw new Error("PB Type ".concat(i," for Field ").concat(a," at offset ").concat(r))}var u={data:o,type:i};t[a]==null&&(t[a]=[]),t[a].push(u)}return t}function or(e){var t=[];return e.forEach(function(n,r){r!=0&&n.forEach(function(a){a.data&&(t.push(Kn(r*8+a.type)),a.type==2&&t.push(Kn(a.data.length)),t.push(a.data))})}),Fb(t)}function V7(e,t){return(e==null?void 0:e.map(function(n){return t(n.data)}))||[]}function H7(e){for(var t,n=[],r={l:0};r.l>>0>0),n.push(o)}return n}function lN(e){var t=[];return e.forEach(function(n){var r=[[],[{data:Kn(n.id),type:0}],[]];n.merge!=null&&(r[3]=[{data:Kn(+!!n.merge),type:0}]);var a=[];n.messages.forEach(function(o){a.push(o.data),o.meta[3]=[{type:0,data:Kn(o.data.length)}],r[2].push({data:or(o.meta),type:2})});var i=or(r);t.push(Kn(i.length)),t.push(i),a.forEach(function(o){return t.push(o)})}),Fb(t)}function tGn(e,t){if(e!=0)throw new Error("Unexpected Snappy chunk type ".concat(e));for(var n={l:0},r=DD(t,n),a=[],i=n.l;i>2;if(s<60)++s;else{var l=s-59;s=t[i],l>1&&(s|=t[i+1]<<8),l>2&&(s|=t[i+2]<<16),l>3&&(s|=t[i+3]<<24),s>>>=0,s++,i+=l}a.push(t[Lc](i,i+s)),i+=s;continue}else{var u=0,c=0;if(o==1?(c=(t[i]>>2&7)+4,u=(t[i++]&224)<<3,u|=t[i++]):(c=(t[i++]>>2)+1,o==2?(u=t[i]|t[i+1]<<8,i+=2):(u=(t[i]|t[i+1]<<8|t[i+2]<<16|t[i+3]<<24)>>>0,i+=4)),u==0)throw new Error("Invalid offset 0");for(var d=a.length-1,f=u;d>=0&&f>=a[d].length;)f-=a[d].length,--d;if(d<0)if(f==0)f=a[d=0].length;else throw new Error("Invalid offset beyond length");if(c0&&(a.push(a[d][Lc](a[d].length-f)),c-=f),++d;c>=a[d].length;)a.push(a[d]),c-=a[d].length,++d;c&&a.push(a[d][Lc](0,c))}a.length>25&&(a=[Fb(a)])}}for(var p=0,g=0;g>8&255]))):r<=16777216?(o+=4,t.push(new Uint8Array([248,r-1&255,r-1>>8&255,r-1>>16&255]))):r<=4294967296&&(o+=5,t.push(new Uint8Array([252,r-1&255,r-1>>8&255,r-1>>16&255,r-1>>>24&255]))),t.push(e[Lc](n,n+r)),o+=r,a[0]=0,a[1]=o&255,a[2]=o>>8&255,a[3]=o>>16&255,n+=r}return Fb(t)}function c5(e,t){var n=new Uint8Array(32),r=U7(n),a=12,i=0;switch(n[0]=5,e.t){case"n":n[1]=2,eGn(n,a,e.v),i|=1,a+=16;break;case"b":n[1]=6,r.setFloat64(a,e.v?1:0,!0),i|=2,a+=8;break;case"s":var o=e.v==null?"":String(e.v),s=t.indexOf(o);s==-1&&(t[s=t.length]=o),n[1]=3,r.setUint32(a,s,!0),i|=8,a+=4;break;default:throw"unsupported cell type "+e.t}return r.setUint32(8,i,!0),n[Lc](0,a)}function d5(e,t){var n=new Uint8Array(32),r=U7(n),a=12,i=0;switch(n[0]=4,e.t){case"n":n[2]=2,r.setFloat64(a,e.v,!0),i|=32,a+=8;break;case"b":n[2]=6,r.setFloat64(a,e.v?1:0,!0),i|=32,a+=8;break;case"s":var o=e.v==null?"":String(e.v),s=t.indexOf(o);s==-1&&(t[s=t.length]=o),n[2]=3,r.setUint32(a,s,!0),i|=16,a+=4;break;default:throw"unsupported cell type "+e.t}return r.setUint32(8,i,!0),n[Lc](0,a)}function Ul(e){var t=Zn(e);return kd(t[1][0].data)}function nv(e){return or([[],[{type:0,data:Kn(e)}]])}function S1(e,t){var n,r=(n=e.messages[0].meta[5])!=null&&n[0]?ylt(e.messages[0].meta[5][0].data):[],a=r.indexOf(t);a==-1&&(r.push(t),e.messages[0].meta[5]=[{type:2,data:blt(r)}])}function Y0(e,t){var n,r=(n=e.messages[0].meta[5])!=null&&n[0]?ylt(e.messages[0].meta[5][0].data):[];e.messages[0].meta[5]=[{type:2,data:blt(r.filter(function(a){return a!=t}))}]}function nGn(e,t,n){var r,a,i=[[],[{type:0,data:Kn(0)}],[{type:0,data:Kn(0)}],[{type:2,data:new Uint8Array([])}],[{type:2,data:new Uint8Array(Array.from({length:510},function(){return 255}))}],[{type:0,data:Kn(5)}],[{type:2,data:new Uint8Array([])}],[{type:2,data:new Uint8Array(Array.from({length:510},function(){return 255}))}],[{type:0,data:Kn(1)}]];if(!((r=i[6])!=null&&r[0])||!((a=i[7])!=null&&a[0]))throw"Mutation only works on post-BNC storages!";var o=0;if(i[7][0].data.length<2*e.length){var s=new Uint8Array(2*e.length);s.set(i[7][0].data),i[7][0].data=s}if(i[4][0].data.length<2*e.length){var l=new Uint8Array(2*e.length);l.set(i[4][0].data),i[4][0].data=l}for(var u=U7(i[7][0].data),c=0,d=[],f=U7(i[4][0].data),p=0,g=[],v=n?4:1,m=0;m1)throw new Error("Template NUMBERS file must have exactly one sheet");return e.SheetNames.forEach(function(o,s){s>=1&&(iGn(n,r,s+1),a=fg(n,r,1),i=V7(Zn(a.messages[0].data)[1],Ul)),oGn(n,r,e.Sheets[o],o,s,i[s])}),n}function sl(e,t,n,r){var a=to.find(e,t[n].location);if(!a)throw"Could not find ".concat(t[n].location," in Numbers template");var i=H7(G7(a.content)),o=i.find(function(s){return s.id==n});r(o,i),a.content=uN(lN(i)),a.size=a.content.length}function fg(e,t,n){var r=to.find(e,t[n].location);if(!r)throw"Could not find ".concat(t[n].location," in Numbers template");var a=H7(G7(r.content)),i=a.find(function(o){return o.id==n});return i}function iGn(e,t,n){var r=-1,a=-1,i={};sl(e,t,1,function(u,c){var d=Zn(u.messages[0].data);r=Ul(Zn(u.messages[0].data)[1][0].data),a=_1({deps:[1],location:t[r].location,type:2},t),i[r]=a,S1(u,a),d[1].push({type:2,data:nv(a)});var f=fg(e,t,r);f.id=a,t[1].location==t[a].location?c.push(f):sl(e,t,a,function(p,g){return g.push(f)}),u.messages[0].data=or(d)});var o=-1;sl(e,t,a,function(u,c){for(var d=Zn(u.messages[0].data),f=3;f<=69;++f)delete d[f];var p=V7(d[2],Ul);p.forEach(function(m){return Y0(u,m)}),o=_1({deps:[a],location:t[p[0]].location,type:t[p[0]].type},t),S1(u,o),i[p[0]]=o,d[2]=[{type:2,data:nv(o)}];var g=fg(e,t,p[0]);if(g.id=o,t[p[0]].location==t[a].location)c.push(g);else{var v=t[a].location;v=v.replace(/^Root Entry\//,""),v=v.replace(/^Index\//,"").replace(/\.iwa$/,""),sl(e,t,2,function(m){var y=Zn(m.messages[0].data),b=y[3].findIndex(function(w){var S,_,T=Zn(w.data);return(S=T[3])!=null&&S[0]?Tc(T[3][0].data)==v:!!((_=T[2])!=null&&_[0]&&Tc(T[2][0].data)==v)}),x=Zn(y[3][b].data);x[6]||(x[6]=[]),x[6].push({type:2,data:or([[],[{type:0,data:Kn(o)}]])}),y[3][b].data=or(x),m.messages[0].data=or(y)}),sl(e,t,o,function(m,y){return y.push(g)})}u.messages[0].data=or(d)});var s=-1;sl(e,t,o,function(u,c){for(var d=Zn(u.messages[0].data),f=Zn(d[1][0].data),p=3;p<=69;++p)delete f[p];var g=Ul(f[2][0].data);f[2][0].data=nv(i[g]),d[1][0].data=or(f);var v=Ul(d[2][0].data);Y0(u,v),s=_1({deps:[o],location:t[v].location,type:t[v].type},t),S1(u,s),i[v]=s,d[2][0].data=nv(s);var m=fg(e,t,v);m.id=s,t[o].location==t[s].location?c.push(m):sl(e,t,s,function(y,b){return b.push(m)}),u.messages[0].data=or(d)});var l=t[s].location;l=l.replace(/^Root Entry\//,""),l=l.replace(/^Index\//,"").replace(/\.iwa$/,""),sl(e,t,s,function(u,c){var d,f,p=Zn(u.messages[0].data),g=Tc(p[1][0].data),v=g.replace(/-[A-Z0-9]*/,"-".concat(n.toString(16).padStart(4,"0")));if(p[1][0].data=Hh(v),[12,13,29,31,32,33,39,44,47,81,82,84].forEach(function(_){return delete p[_]}),p[45]){var m=Zn(p[45][0].data),y=Ul(m[1][0].data);Y0(u,y),delete p[45]}if(p[70]){var b=Zn(p[70][0].data);(d=b[2])==null||d.forEach(function(_){var T=Zn(_.data);[2,3].map(function(C){return T[C][0]}).forEach(function(C){var A=Zn(C.data);if(A[8]){var k=Ul(A[8][0].data);Y0(u,k)}})}),delete p[70]}[46,30,34,35,36,38,48,49,60,61,62,63,64,71,72,73,74,75,85,86,87,88,89].forEach(function(_){if(p[_]){var T=Ul(p[_][0].data);delete p[_],Y0(u,T)}});var x=Zn(p[4][0].data);{[2,4,5,6,11,12,13,15,16,17,18,19,20,21,22].forEach(function(_){var T;if((T=x[_])!=null&&T[0]){var C=Ul(x[_][0].data),A=_1({deps:[s],location:t[C].location,type:t[C].type},t);Y0(u,C),S1(u,A),i[C]=A;var k=fg(e,t,C);if(k.id=A,t[C].location==t[s].location)c.push(k);else{t[A].location=t[C].location.replace(C.toString(),A.toString()),t[A].location==t[C].location&&(t[A].location=t[A].location.replace(/\.iwa/,"-".concat(A,".iwa"))),to.utils.cfb_add(e,t[A].location,uN(lN([k])));var I=t[A].location;I=I.replace(/^Root Entry\//,""),I=I.replace(/^Index\//,"").replace(/\.iwa$/,""),sl(e,t,2,function(R){var L=Zn(R.messages[0].data);L[3].push({type:2,data:or([[],[{type:0,data:Kn(A)}],[{type:2,data:Hh(I.replace(/-.*$/,""))}],[{type:2,data:Hh(I)}],[{type:2,data:new Uint8Array([2,0,0])}],[{type:2,data:new Uint8Array([2,0,0])}],[],[],[],[],[{type:0,data:Kn(0)}],[],[{type:0,data:Kn(0)}]])}),L[1]=[{type:0,data:Kn(Math.max(A+1,kd(L[1][0].data)))}];var N=L[3].findIndex(function(B){var U,W,z=Zn(B.data);return(U=z[3])!=null&&U[0]?Tc(z[3][0].data)==l:!!((W=z[2])!=null&&W[0]&&Tc(z[2][0].data)==l)}),j=Zn(L[3][N].data);j[6]||(j[6]=[]),j[6].push({type:2,data:or([[],[{type:0,data:Kn(A)}]])}),L[3][N].data=or(j),R.messages[0].data=or(L)})}x[_][0].data=nv(A)}});var w=Zn(x[1][0].data);(f=w[2])==null||f.forEach(function(_){var T=Ul(_.data),C=_1({deps:[s],location:t[T].location,type:t[T].type},t);Y0(u,T),S1(u,C),i[T]=C;var A=fg(e,t,T);if(A.id=C,t[T].location==t[s].location)c.push(A);else{t[C].location=t[T].location.replace(T.toString(),C.toString()),t[C].location==t[T].location&&(t[C].location=t[C].location.replace(/\.iwa/,"-".concat(C,".iwa"))),to.utils.cfb_add(e,t[C].location,uN(lN([A])));var k=t[C].location;k=k.replace(/^Root Entry\//,""),k=k.replace(/^Index\//,"").replace(/\.iwa$/,""),sl(e,t,2,function(I){var R=Zn(I.messages[0].data);R[3].push({type:2,data:or([[],[{type:0,data:Kn(C)}],[{type:2,data:Hh(k.replace(/-.*$/,""))}],[{type:2,data:Hh(k)}],[{type:2,data:new Uint8Array([2,0,0])}],[{type:2,data:new Uint8Array([2,0,0])}],[],[],[],[],[{type:0,data:Kn(0)}],[],[{type:0,data:Kn(0)}]])}),R[1]=[{type:0,data:Kn(Math.max(C+1,kd(R[1][0].data)))}];var L=R[3].findIndex(function(j){var B,U,W=Zn(j.data);return(B=W[3])!=null&&B[0]?Tc(W[3][0].data)==l:!!((U=W[2])!=null&&U[0]&&Tc(W[2][0].data)==l)}),N=Zn(R[3][L].data);N[6]||(N[6]=[]),N[6].push({type:2,data:or([[],[{type:0,data:Kn(C)}]])}),R[3][L].data=or(N),I.messages[0].data=or(R)})}_.data=nv(C)}),x[1][0].data=or(w);var S=Zn(x[3][0].data);S[1].forEach(function(_){var T=Zn(_.data),C=Ul(T[2][0].data),A=i[C];if(!i[C]){A=_1({deps:[s],location:"",type:t[C].type},t),t[A].location="Root Entry/Index/Tables/Tile-".concat(A,".iwa"),i[C]=A;var k=fg(e,t,C);k.id=A,Y0(u,C),S1(u,A),to.utils.cfb_add(e,"/Index/Tables/Tile-".concat(A,".iwa"),uN(lN([k]))),sl(e,t,2,function(I){var R=Zn(I.messages[0].data);R[3].push({type:2,data:or([[],[{type:0,data:Kn(A)}],[{type:2,data:Hh("Tables/Tile")}],[{type:2,data:Hh("Tables/Tile-".concat(A))}],[{type:2,data:new Uint8Array([2,0,0])}],[{type:2,data:new Uint8Array([2,0,0])}],[],[],[],[],[{type:0,data:Kn(0)}],[],[{type:0,data:Kn(0)}]])}),R[1]=[{type:0,data:Kn(Math.max(A+1,kd(R[1][0].data)))}];var L=R[3].findIndex(function(j){var B,U,W=Zn(j.data);return(B=W[3])!=null&&B[0]?Tc(W[3][0].data)==l:!!((U=W[2])!=null&&U[0]&&Tc(W[2][0].data)==l)}),N=Zn(R[3][L].data);N[6]||(N[6]=[]),N[6].push({type:2,data:or([[],[{type:0,data:Kn(A)}]])}),R[3][L].data=or(N),I.messages[0].data=or(R)})}T[2][0].data=nv(A),_.data=or(T)}),x[3][0].data=or(S)}p[4][0].data=or(x),u.messages[0].data=or(p)})}function oGn(e,t,n,r,a,i){var o=[];sl(e,t,i,function(u){var c=Zn(u.messages[0].data);c[1]=[{type:2,data:Hh(r)}],o=V7(c[2],Ul),u.messages[0].data=or(c)});var s=fg(e,t,o[0]),l=Ul(Zn(s.messages[0].data)[2][0].data);sl(e,t,l,function(u,c){return lGn(e,t,n,u,c,l)})}var sGn=!0;function lGn(e,t,n,r,a,i){var o=Du(n["!ref"]);o.s.r=o.s.c=0;var s=!1;o.e.c>999&&(s=!0,o.e.c=999),o.e.r>999999&&(s=!0,o.e.r=999999),s&&console.error("Truncating to ".concat(Vs(o)));var l=q7(n,{range:o,header:1}),u=["~Sh33tJ5~"],c=t[i].location;c=c.replace(/^Root Entry\//,""),c=c.replace(/^Index\//,"").replace(/\.iwa$/,"");var d=Zn(r.messages[0].data);{d[6][0].data=Kn(o.e.r+1),d[7][0].data=Kn(o.e.c+1),delete d[46];var f=Zn(d[4][0].data);{var p=Ul(Zn(f[1][0].data)[2][0].data);sl(e,t,p,function(N,j){var B,U=Zn(N.messages[0].data);if((B=U==null?void 0:U[2])!=null&&B[0])for(var W=0;W0&&(o="docProps/custom.xml",na(i,o,Ust(e.Custprops)),a.custprops.push(o),wi(t.rels,4,o,ei.CUST_PROPS)),s=1;s<=e.SheetNames.length;++s){var c={"!id":{}},d=e.Sheets[e.SheetNames[s-1]],f=(d||{})["!type"]||"sheet";switch(f){case"chart":default:o="xl/worksheets/sheet"+s+"."+n,na(i,o,qVn(s-1,t,e,c)),a.sheets.push(o),wi(t.wbrels,-1,"worksheets/sheet"+s+"."+n,ei.WS[0])}if(d){var p=d["!comments"],g=!1,v="";p&&p.length>0&&(v="xl/comments"+s+"."+n,na(i,v,M7n(p)),a.comments.push(v),wi(c,-1,"../comments"+s+"."+n,ei.CMNT),g=!0),d["!legacy"]&&g&&na(i,"xl/drawings/vmlDrawing"+s+".vml",elt(s,d["!comments"])),delete d["!comments"],delete d["!legacy"]}c["!id"].rId1&&na(i,Lst(o),UC(c))}t.Strings!=null&&t.Strings.length>0&&(o="xl/sharedStrings."+n,na(i,o,UBn(t.Strings)),a.strs.push(o),wi(t.wbrels,-1,"sharedStrings."+n,ei.SST)),o="xl/workbook."+n,na(i,o,hHn(e)),a.workbooks.push(o),wi(t.rels,1,o,ei.WB),o="xl/theme/theme1.xml";var m=Jst(e.Themes,t);return na(i,o,m),a.themes.push(o),wi(t.wbrels,-1,"theme/theme1.xml",ei.THEME),o="xl/styles."+n,na(i,o,g7n(e,t)),a.styles.push(o),wi(t.wbrels,-1,"styles."+n,ei.STY),e.vbaraw&&r&&(o="xl/vbaProject.bin",na(i,o,e.vbaraw),a.vba.push(o),wi(t.wbrels,-1,"vbaProject.bin",ei.VBA)),o="xl/metadata."+n,na(i,o,E7n()),a.metadata.push(o),wi(t.wbrels,-1,"metadata."+n,ei.XLMETA),na(i,"[Content_Types].xml",$st(a,t)),na(i,"_rels/.rels",UC(t.rels)),na(i,"xl/_rels/workbook."+n+".rels",UC(t.wbrels)),delete t.revssf,delete t.ssf,i}function dGn(e,t){e&&!e.SSF&&(e.SSF=Hc(fs)),e&&e.SSF&&(eW(),JG(e.SSF),t.revssf=tW(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF),t.rels={},t.wbrels={},t.Strings=[],t.Strings.Count=0,t.Strings.Unique=0,sN?t.revStrings=new Map:(t.revStrings={},t.revStrings.foo=[],delete t.revStrings.foo);var n="xml",r=L7n.indexOf(t.bookType)>-1,a=Mst();sye(t=t||{});var i=Wve(),o="",s=0;if(t.cellXfs=[],lx(t.cellXfs,{},{revssf:{General:0}}),e.Props||(e.Props={}),o="docProps/core.xml",na(i,o,Fst(e.Props,t)),a.coreprops.push(o),wi(t.rels,2,o,ei.CORE_PROPS),o="docProps/app.xml",!(e.Props&&e.Props.SheetNames))if(!e.Workbook||!e.Workbook.Sheets)e.Props.SheetNames=e.SheetNames;else{for(var l=[],u=0;u0&&(o="docProps/custom.xml",na(i,o,Ust(e.Custprops)),a.custprops.push(o),wi(t.rels,4,o,ei.CUST_PROPS));var c=["SheetJ5"];for(t.tcid=0,s=1;s<=e.SheetNames.length;++s){var d={"!id":{}},f=e.Sheets[e.SheetNames[s-1]],p=(f||{})["!type"]||"sheet";switch(p){case"chart":default:o="xl/worksheets/sheet"+s+"."+n,na(i,o,RUn(s-1,t,e,d)),a.sheets.push(o),wi(t.wbrels,-1,"worksheets/sheet"+s+"."+n,ei.WS[0])}if(f){var g=f["!comments"],v=!1,m="";if(g&&g.length>0){var y=!1;g.forEach(function(b){b[1].forEach(function(x){x.T==!0&&(y=!0)})}),y&&(m="xl/threadedComments/threadedComment"+s+".xml",na(i,m,k7n(g,c,t)),a.threadedcomments.push(m),wi(d,-1,"../threadedComments/threadedComment"+s+".xml",ei.TCMNT)),m="xl/comments"+s+"."+n,na(i,m,A7n(g)),a.comments.push(m),wi(d,-1,"../comments"+s+"."+n,ei.CMNT),v=!0}f["!legacy"]&&v&&na(i,"xl/drawings/vmlDrawing"+s+".vml",elt(s,f["!comments"])),delete f["!comments"],delete f["!legacy"]}d["!id"].rId1&&na(i,Lst(o),UC(d))}return t.Strings!=null&&t.Strings.length>0&&(o="xl/sharedStrings."+n,na(i,o,jBn(t.Strings,t)),a.strs.push(o),wi(t.wbrels,-1,"sharedStrings."+n,ei.SST)),o="xl/workbook."+n,na(i,o,eHn(e)),a.workbooks.push(o),wi(t.rels,1,o,ei.WB),o="xl/theme/theme1.xml",na(i,o,Jst(e.Themes,t)),a.themes.push(o),wi(t.wbrels,-1,"theme/theme1.xml",ei.THEME),o="xl/styles."+n,na(i,o,KBn(e,t)),a.styles.push(o),wi(t.wbrels,-1,"styles."+n,ei.STY),e.vbaraw&&r&&(o="xl/vbaProject.bin",na(i,o,e.vbaraw),a.vba.push(o),wi(t.wbrels,-1,"vbaProject.bin",ei.VBA)),o="xl/metadata."+n,na(i,o,T7n()),a.metadata.push(o),wi(t.wbrels,-1,"metadata."+n,ei.XLMETA),c.length>1&&(o="xl/persons/person.xml",na(i,o,O7n(c)),a.people.push(o),wi(t.wbrels,-1,"persons/person.xml",ei.PEOPLE)),na(i,"[Content_Types].xml",$st(a,t)),na(i,"_rels/.rels",UC(t.rels)),na(i,"xl/_rels/workbook."+n+".rels",UC(t.wbrels)),delete t.revssf,delete t.ssf,i}function fGn(e,t){var n="";switch((t||{}).type||"base64"){case"buffer":return[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7]];case"base64":n=Lb(e.slice(0,12));break;case"binary":n=e;break;case"array":return[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7]];default:throw new Error("Unrecognized type "+(t&&t.type||"undefined"))}return[n.charCodeAt(0),n.charCodeAt(1),n.charCodeAt(2),n.charCodeAt(3),n.charCodeAt(4),n.charCodeAt(5),n.charCodeAt(6),n.charCodeAt(7)]}function xlt(e,t){switch(t.type){case"base64":case"binary":break;case"buffer":case"array":t.type="";break;case"file":return m$(t.file,to.write(e,{type:fi?"buffer":""}));case"string":throw new Error("'string' output type invalid for '"+t.bookType+"' files");default:throw new Error("Unrecognized type "+t.type)}return to.write(e,t)}function pGn(e,t){switch(t.bookType){case"ods":return vlt(e,t);case"numbers":return aGn(e,t);case"xlsb":return cGn(e,t);default:return dGn(e,t)}}function hGn(e,t){var n=Hc(t||{}),r=pGn(e,n);return mGn(r,n)}function mGn(e,t){var n={},r=fi?"nodebuffer":typeof Uint8Array<"u"?"array":"string";if(t.compression&&(n.compression="DEFLATE"),t.password)n.type=r;else switch(t.type){case"base64":n.type="base64";break;case"binary":n.type="string";break;case"string":throw new Error("'string' output type invalid for '"+t.bookType+"' files");case"buffer":case"file":n.type=r;break;default:throw new Error("Unrecognized type "+t.type)}var a=e.FullPaths?to.write(e,{fileType:"zip",type:{nodebuffer:"buffer",string:"binary"}[n.type]||n.type,compression:!!t.compression}):e.generate(n);if(typeof Deno<"u"&&typeof a=="string"){if(t.type=="binary"||t.type=="base64")return a;a=new Uint8Array(QG(a))}return t.password&&typeof encrypt_agile<"u"?xlt(encrypt_agile(a,t.password),t):t.type==="file"?m$(t.file,a):t.type=="string"?zC(a):a}function gGn(e,t){var n=t||{},r=AHn(e,n);return xlt(r,n)}function ng(e,t,n){n||(n="");var r=n+e;switch(t.type){case"base64":return P7(xv(r));case"binary":return xv(r);case"string":return e;case"file":return m$(t.file,r,"utf8");case"buffer":return fi?x0(r,"utf8"):typeof TextEncoder<"u"?new TextEncoder().encode(r):ng(r,{type:"binary"}).split("").map(function(a){return a.charCodeAt(0)})}throw new Error("Unrecognized type "+t.type)}function vGn(e,t){switch(t.type){case"base64":return SFn(e);case"binary":return e;case"string":return e;case"file":return m$(t.file,e,"binary");case"buffer":return fi?x0(e,"binary"):e.split("").map(function(n){return n.charCodeAt(0)})}throw new Error("Unrecognized type "+t.type)}function f5(e,t){switch(t.type){case"string":case"base64":case"binary":for(var n="",r=0;r0&&(a=0);var d=no(l.s.r),f=[],p=[],g=0,v=0,m=e["!data"]!=null,y=l.s.r,b=0,x={};m&&!e["!data"][y]&&(e["!data"][y]=[]);var w=u.skipHidden&&e["!cols"]||[],S=u.skipHidden&&e["!rows"]||[];for(b=l.s.c;b<=l.e.c;++b)if(!(w[b]||{}).hidden)switch(f[b]=ro(b),n=m?e["!data"][y][b]:e[f[b]+d],r){case 1:i[b]=b-l.s.c;break;case 2:i[b]=f[b];break;case 3:i[b]=u.header[b-l.s.c];break;default:if(n==null&&(n={w:"__EMPTY",t:"s"}),s=o=ay(n,null,u),v=x[o]||0,!v)x[o]=1;else{do s=o+"_"+v++;while(x[s]);x[o]=v,x[s]=1}i[b]=s}for(y=l.s.r+a;y<=l.e.r;++y)if(!(S[y]||{}).hidden){var _=bGn(e,l,y,f,r,i,u);(_.isempty===!1||(r===1?u.blankrows!==!1:u.blankrows))&&(p[g++]=_.row)}return p.length=g,p}var Y$e=/"/g;function xGn(e,t,n,r,a,i,o,s){for(var l=!0,u=[],c="",d=no(n),f=e["!data"]!=null,p=f&&e["!data"][n]||[],g=t.s.c;g<=t.e.c;++g)if(r[g]){var v=f?p[g]:e[r[g]+d];if(v==null)c="";else if(v.v!=null){l=!1,c=""+(s.rawNumbers&&v.t=="n"?v.v:ay(v,null,s));for(var m=0,y=0;m!==c.length;++m)if((y=c.charCodeAt(m))===a||y===i||y===34||s.forceQuotes){c='"'+c.replace(Y$e,'""')+'"';break}c=="ID"&&(c='"ID"')}else v.f!=null&&!v.F?(l=!1,c="="+v.f,c.indexOf(",")>=0&&(c='"'+c.replace(Y$e,'""')+'"')):c="";u.push(c)}return s.blankrows===!1&&l?null:u.join(o)}function lye(e,t){var n=[],r=t??{};if(e==null||e["!ref"]==null)return"";for(var a=To(e["!ref"]),i=r.FS!==void 0?r.FS:",",o=i.charCodeAt(0),s=r.RS!==void 0?r.RS:` -`,l=s.charCodeAt(0),u=new RegExp((i=="|"?"\\|":i)+"+$"),c="",d=[],f=r.skipHidden&&e["!cols"]||[],p=r.skipHidden&&e["!rows"]||[],g=a.s.c;g<=a.e.c;++g)(f[g]||{}).hidden||(d[g]=ro(g));for(var v=0,m=a.s.r;m<=a.e.r;++m)(p[m]||{}).hidden||(c=xGn(e,a,m,d,o,l,i,r),c!=null&&(r.strip&&(c=c.replace(u,"")),(c||r.blankrows!==!1)&&n.push((v++?s:"")+c)));return n.join("")}function Slt(e,t){t||(t={}),t.FS=" ",t.RS=` -`;var n=lye(e,t);return n}function wGn(e){var t="",n,r="";if(e==null||e["!ref"]==null)return[];var a=To(e["!ref"]),i="",o=[],s,l=[],u=e["!data"]!=null;for(s=a.s.c;s<=a.e.c;++s)o[s]=ro(s);for(var c=a.s.r;c<=a.e.r;++c)for(i=no(c),s=a.s.c;s<=a.e.c;++s)if(t=o[s]+i,n=u?(e["!data"][c]||[])[s]:e[t],r="",n!==void 0){if(n.F!=null){if(t=n.F,!n.f)continue;r=n.f,t.indexOf(":")==-1&&(t=t+":"+t)}if(n.f!=null)r=n.f;else{if(n.t=="z")continue;if(n.t=="n"&&n.v!=null)r=""+n.v;else if(n.t=="b")r=n.v?"TRUE":"FALSE";else if(n.w!==void 0)r="'"+n.w;else{if(n.v===void 0)continue;n.t=="s"?r="'"+n.v:r=""+n.v}}l[l.length]=t+"="+r}return l}function _lt(e,t,n){var r=n||{},a=e?e["!data"]!=null:r.dense,i=+!r.skipHeader,o=e||{};!e&&a&&(o["!data"]=[]);var s=0,l=0;if(o&&r.origin!=null)if(typeof r.origin=="number")s=r.origin;else{var u=typeof r.origin=="string"?Lo(r.origin):r.origin;s=u.r,l=u.c}var c={s:{c:0,r:0},e:{c:l,r:s+t.length-1+i}};if(o["!ref"]){var d=To(o["!ref"]);c.e.c=Math.max(c.e.c,d.e.c),c.e.r=Math.max(c.e.r,d.e.r),s==-1&&(s=d.e.r+1,c.e.r=s+t.length-1+i)}else s==-1&&(s=0,c.e.r=t.length-1+i);var f=r.header||[],p=0,g=[];t.forEach(function(m,y){a&&!o["!data"][s+y+i]&&(o["!data"][s+y+i]=[]),a&&(g=o["!data"][s+y+i]),El(m).forEach(function(b){(p=f.indexOf(b))==-1&&(f[p=f.length]=b);var x=m[b],w="z",S="",_=a?"":ro(l+p)+no(s+y+i),T=a?g[l+p]:o[_];x&&typeof x=="object"&&!(x instanceof Date)?a?g[l+p]=x:o[_]=x:(typeof x=="number"?w="n":typeof x=="boolean"?w="b":typeof x=="string"?w="s":x instanceof Date?(w="d",r.cellDates||(w="n",x=Vc(x)),S=T!=null&&T.z&&Vve(T.z)?T.z:r.dateNF||fs[14]):x===null&&r.nullError&&(w="e",x=0),T?(T.t=w,T.v=x,delete T.w,delete T.R,S&&(T.z=S)):a?g[l+p]=T={t:w,v:x}:o[_]=T={t:w,v:x},S&&(T.z=S))})}),c.e.c=Math.max(c.e.c,l+f.length-1);var v=no(s);if(a&&!o["!data"][s]&&(o["!data"][s]=[]),i)for(p=0;p=0&&e.SheetNames.length>t)return t;throw new Error("Cannot find sheet # "+t)}else if(typeof t=="string"){var n=e.SheetNames.indexOf(t);if(n>-1)return n;throw new Error("Cannot find sheet name |"+t+"|")}else throw new Error("Cannot find sheet |"+t+"|")}function EGn(){return{SheetNames:[],Sheets:{}}}function Elt(e,t,n,r){var a=1;if(!n)for(;a<=65535&&e.SheetNames.indexOf(n="Sheet"+a)!=-1;++a,n=void 0);if(!n||e.SheetNames.length>=65535)throw new Error("Too many worksheets");if(r&&e.SheetNames.indexOf(n)>=0){var i=n.match(/(^.*?)(\d+)$/);a=i&&+i[2]||0;var o=i&&i[1]||n;for(++a;a<=65535&&e.SheetNames.indexOf(n=o+a)!=-1;++a);}if(dlt(n),e.SheetNames.indexOf(n)>=0)throw new Error("Worksheet with name |"+n+"| already exists!");return e.SheetNames.push(n),e.Sheets[n]=t,n}function TGn(e,t,n){e.Workbook||(e.Workbook={}),e.Workbook.Sheets||(e.Workbook.Sheets=[]);var r=_Gn(e,t);switch(e.Workbook.Sheets[r]||(e.Workbook.Sheets[r]={}),n){case 0:case 1:case 2:break;default:throw new Error("Bad sheet visibility setting "+n)}e.Workbook.Sheets[r].Hidden=n}function CGn(e,t){return e.z=t,e}function Tlt(e,t,n){return t?(e.l={Target:t},n&&(e.l.Tooltip=n)):delete e.l,e}function IGn(e,t,n){return Tlt(e,"#"+t,n)}function AGn(e,t,n){e.c||(e.c=[]),e.c.push({t,a:n||"SheetJS"})}function kGn(e,t,n,r){for(var a=typeof t!="string"?t:To(t),i=typeof t=="string"?t:Vs(t),o=a.s.r;o<=a.e.r;++o)for(var s=a.s.c;s<=a.e.c;++s){var l=Y7(e,o,s);l.t="n",l.F=i,delete l.v,o==a.s.r&&s==a.s.c&&(l.f=n,r&&(l.D=!0))}var u=Du(e["!ref"]);return u.s.r>a.s.r&&(u.s.r=a.s.r),u.s.c>a.s.c&&(u.s.c=a.s.c),u.e.r=j?N:""+Array(j+1-U.length).join(B)+N},w={s:x,z:function(N){var j=-N.utcOffset(),B=Math.abs(j),U=Math.floor(B/60),W=B%60;return(j<=0?"+":"-")+x(U,2,"0")+":"+x(W,2,"0")},m:function N(j,B){if(j.date()1)return N(H[0])}else{var G=j.name;_[G]=j,W=G}return!U&&W&&(S=W),W||!U&&S},k=function(N,j){if(C(N))return N.clone();var B=typeof j=="object"?j:{};return B.date=N,B.args=arguments,new R(B)},I=w;I.l=A,I.i=C,I.w=function(N,j){return k(N,{locale:j.$L,utc:j.$u,x:j.$x,$offset:j.$offset})};var R=function(){function N(B){this.$L=A(B.locale,null,!0),this.parse(B),this.$x=this.$x||B.x||{},this[T]=!0}var j=N.prototype;return j.parse=function(B){this.$d=function(U){var W=U.date,z=U.utc;if(W===null)return new Date(NaN);if(I.u(W))return new Date;if(W instanceof Date)return new Date(W);if(typeof W=="string"&&!/Z$/i.test(W)){var H=W.match(m);if(H){var G=H[2]-1||0,Z=(H[7]||"0").substring(0,3);return z?new Date(Date.UTC(H[1],G,H[3]||1,H[4]||0,H[5]||0,H[6]||0,Z)):new Date(H[1],G,H[3]||1,H[4]||0,H[5]||0,H[6]||0,Z)}}return new Date(W)}(B),this.init()},j.init=function(){var B=this.$d;this.$y=B.getFullYear(),this.$M=B.getMonth(),this.$D=B.getDate(),this.$W=B.getDay(),this.$H=B.getHours(),this.$m=B.getMinutes(),this.$s=B.getSeconds(),this.$ms=B.getMilliseconds()},j.$utils=function(){return I},j.isValid=function(){return this.$d.toString()!==v},j.isSame=function(B,U){var W=k(B);return this.startOf(U)<=W&&W<=this.endOf(U)},j.isAfter=function(B,U){return k(B)68?1900:2e3)},c=function(m){return function(y){this[m]=+y}},d=[/[+-]\d\d:?(\d\d)?|Z/,function(m){(this.zone||(this.zone={})).offset=function(y){if(!y||y==="Z")return 0;var b=y.match(/([+-]|\d\d)/g),x=60*b[1]+(+b[2]||0);return x===0?0:b[0]==="+"?-x:x}(m)}],f=function(m){var y=l[m];return y&&(y.indexOf?y:y.s.concat(y.f))},p=function(m,y){var b,x=l.meridiem;if(x){for(var w=1;w<=24;w+=1)if(m.indexOf(x(w,0,y))>-1){b=w>12;break}}else b=m===(y?"pm":"PM");return b},g={A:[s,function(m){this.afternoon=p(m,!1)}],a:[s,function(m){this.afternoon=p(m,!0)}],Q:[a,function(m){this.month=3*(m-1)+1}],S:[a,function(m){this.milliseconds=100*+m}],SS:[i,function(m){this.milliseconds=10*+m}],SSS:[/\d{3}/,function(m){this.milliseconds=+m}],s:[o,c("seconds")],ss:[o,c("seconds")],m:[o,c("minutes")],mm:[o,c("minutes")],H:[o,c("hours")],h:[o,c("hours")],HH:[o,c("hours")],hh:[o,c("hours")],D:[o,c("day")],DD:[i,c("day")],Do:[s,function(m){var y=l.ordinal,b=m.match(/\d+/);if(this.day=b[0],y)for(var x=1;x<=31;x+=1)y(x).replace(/\[|\]/g,"")===m&&(this.day=x)}],w:[o,c("week")],ww:[i,c("week")],M:[o,c("month")],MM:[i,c("month")],MMM:[s,function(m){var y=f("months"),b=(f("monthsShort")||y.map(function(x){return x.slice(0,3)})).indexOf(m)+1;if(b<1)throw new Error;this.month=b%12||b}],MMMM:[s,function(m){var y=f("months").indexOf(m)+1;if(y<1)throw new Error;this.month=y%12||y}],Y:[/[+-]?\d+/,c("year")],YY:[i,function(m){this.year=u(m)}],YYYY:[/\d{4}/,c("year")],Z:d,ZZ:d};function v(m){var y,b;y=m,b=l&&l.formats;for(var x=(m=y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(k,I,R){var L=R&&R.toUpperCase();return I||b[R]||n[R]||b[L].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(N,j,B){return j||B.slice(1)})})).match(r),w=x.length,S=0;S-1)return new Date((W==="X"?1e3:1)*U);var G=v(W)(U),Z=G.year,J=G.month,Y=G.day,ne=G.hours,V=G.minutes,X=G.seconds,ae=G.milliseconds,oe=G.zone,ie=G.week,he=new Date,fe=Y||(Z||J?1:he.getDate()),we=Z||he.getFullYear(),Ie=0;Z&&!J||(Ie=J>0?J-1:he.getMonth());var de,pe=ne||0,_e=V||0,te=X||0,ce=ae||0;return oe?new Date(Date.UTC(we,Ie,fe,pe,_e,te,ce+60*oe.offset*1e3)):z?new Date(Date.UTC(we,Ie,fe,pe,_e,te,ce)):(de=new Date(we,Ie,fe,pe,_e,te,ce),ie&&(de=H(de).week(ie).toDate()),de)}catch{return new Date("")}}(_,A,T,b),this.init(),L&&L!==!0&&(this.$L=this.locale(L).$L),R&&_!=this.format(A)&&(this.$d=new Date("")),l={}}else if(A instanceof Array)for(var N=A.length,j=1;j<=N;j+=1){C[1]=A[j-1];var B=b.apply(this,C);if(B.isValid()){this.$d=B.$d,this.$L=B.$L,this.init();break}j===N&&(this.$d=new Date(""))}else w.call(this,S)}}})})(klt);var RGn=klt.exports;const uye=Yn(RGn);var Olt={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(zt,function(){var n,r,a=1e3,i=6e4,o=36e5,s=864e5,l=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,u=31536e6,c=2628e6,d=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,f={years:u,months:c,days:s,hours:o,minutes:i,seconds:a,milliseconds:1,weeks:6048e5},p=function(_){return _ instanceof w},g=function(_,T,C){return new w(_,C,T.$l)},v=function(_){return r.p(_)+"s"},m=function(_){return _<0},y=function(_){return m(_)?Math.ceil(_):Math.floor(_)},b=function(_){return Math.abs(_)},x=function(_,T){return _?m(_)?{negative:!0,format:""+b(_)+T}:{negative:!1,format:""+_+T}:{negative:!1,format:""}},w=function(){function _(C,A,k){var I=this;if(this.$d={},this.$l=k,C===void 0&&(this.$ms=0,this.parseFromMilliseconds()),A)return g(C*f[v(A)],this);if(typeof C=="number")return this.$ms=C,this.parseFromMilliseconds(),this;if(typeof C=="object")return Object.keys(C).forEach(function(N){I.$d[v(N)]=C[N]}),this.calMilliseconds(),this;if(typeof C=="string"){var R=C.match(d);if(R){var L=R.slice(2).map(function(N){return N!=null?Number(N):0});return this.$d.years=L[0],this.$d.months=L[1],this.$d.weeks=L[2],this.$d.days=L[3],this.$d.hours=L[4],this.$d.minutes=L[5],this.$d.seconds=L[6],this.calMilliseconds(),this}}return this}var T=_.prototype;return T.calMilliseconds=function(){var C=this;this.$ms=Object.keys(this.$d).reduce(function(A,k){return A+(C.$d[k]||0)*f[k]},0)},T.parseFromMilliseconds=function(){var C=this.$ms;this.$d.years=y(C/u),C%=u,this.$d.months=y(C/c),C%=c,this.$d.days=y(C/s),C%=s,this.$d.hours=y(C/o),C%=o,this.$d.minutes=y(C/i),C%=i,this.$d.seconds=y(C/a),C%=a,this.$d.milliseconds=C},T.toISOString=function(){var C=x(this.$d.years,"Y"),A=x(this.$d.months,"M"),k=+this.$d.days||0;this.$d.weeks&&(k+=7*this.$d.weeks);var I=x(k,"D"),R=x(this.$d.hours,"H"),L=x(this.$d.minutes,"M"),N=this.$d.seconds||0;this.$d.milliseconds&&(N+=this.$d.milliseconds/1e3,N=Math.round(1e3*N)/1e3);var j=x(N,"S"),B=C.negative||A.negative||I.negative||R.negative||L.negative||j.negative,U=R.format||L.format||j.format?"T":"",W=(B?"-":"")+"P"+C.format+A.format+I.format+U+R.format+L.format+j.format;return W==="P"||W==="-P"?"P0D":W},T.toJSON=function(){return this.toISOString()},T.format=function(C){var A=C||"YYYY-MM-DDTHH:mm:ss",k={Y:this.$d.years,YY:r.s(this.$d.years,2,"0"),YYYY:r.s(this.$d.years,4,"0"),M:this.$d.months,MM:r.s(this.$d.months,2,"0"),D:this.$d.days,DD:r.s(this.$d.days,2,"0"),H:this.$d.hours,HH:r.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:r.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:r.s(this.$d.seconds,2,"0"),SSS:r.s(this.$d.milliseconds,3,"0")};return A.replace(l,function(I,R){return R||String(k[I])})},T.as=function(C){return this.$ms/f[v(C)]},T.get=function(C){var A=this.$ms,k=v(C);return k==="milliseconds"?A%=1e3:A=k==="weeks"?y(A/f[k]):this.$d[k],A||0},T.add=function(C,A,k){var I;return I=A?C*f[v(A)]:p(C)?C.$ms:g(C,this).$ms,g(this.$ms+I*(k?-1:1),this)},T.subtract=function(C,A){return this.add(C,A,!0)},T.locale=function(C){var A=this.clone();return A.$l=C,A},T.clone=function(){return g(this.$ms,this)},T.humanize=function(C){return n().add(this.$ms,"ms").locale(this.$l).fromNow(!C)},T.valueOf=function(){return this.asMilliseconds()},T.milliseconds=function(){return this.get("milliseconds")},T.asMilliseconds=function(){return this.as("milliseconds")},T.seconds=function(){return this.get("seconds")},T.asSeconds=function(){return this.as("seconds")},T.minutes=function(){return this.get("minutes")},T.asMinutes=function(){return this.as("minutes")},T.hours=function(){return this.get("hours")},T.asHours=function(){return this.as("hours")},T.days=function(){return this.get("days")},T.asDays=function(){return this.as("days")},T.weeks=function(){return this.get("weeks")},T.asWeeks=function(){return this.as("weeks")},T.months=function(){return this.get("months")},T.asMonths=function(){return this.as("months")},T.years=function(){return this.get("years")},T.asYears=function(){return this.as("years")},_}(),S=function(_,T,C){return _.add(T.years()*C,"y").add(T.months()*C,"M").add(T.days()*C,"d").add(T.hours()*C,"h").add(T.minutes()*C,"m").add(T.seconds()*C,"s").add(T.milliseconds()*C,"ms")};return function(_,T,C){n=C,r=C().$utils(),C.duration=function(I,R){var L=C.locale();return g(I,{$l:L},R)},C.isDuration=p;var A=T.prototype.add,k=T.prototype.subtract;T.prototype.add=function(I,R){return p(I)?S(this,I,1):A.bind(this)(I,R)},T.prototype.subtract=function(I,R){return p(I)?S(this,I,-1):k.bind(this)(I,R)}}})})(Olt);var NGn=Olt.exports;const DGn=Yn(NGn);var Plt={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(zt,function(){return function(n,r){r.prototype.isSameOrAfter=function(a,i){return this.isSame(a,i)||this.isAfter(a,i)}}})})(Plt);var MGn=Plt.exports;const $Gn=Yn(MGn);var Rlt={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(zt,function(){return function(n,r){r.prototype.isSameOrBefore=function(a,i){return this.isSame(a,i)||this.isBefore(a,i)}}})})(Rlt);var LGn=Rlt.exports;const jGn=Yn(LGn);var Nlt={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(zt,function(){var n="month",r="quarter";return function(a,i){var o=i.prototype;o.quarter=function(u){return this.$utils().u(u)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(u-1))};var s=o.add;o.add=function(u,c){return u=Number(u),this.$utils().p(c)===r?this.add(3*u,n):s.bind(this)(u,c)};var l=o.startOf;o.startOf=function(u,c){var d=this.$utils(),f=!!d.u(c)||c;if(d.p(u)===r){var p=this.quarter()-1;return f?this.month(3*p).startOf(n).startOf("day"):this.month(3*p+2).endOf(n).endOf("day")}return l.bind(this)(u,c)}}})})(Nlt);var FGn=Nlt.exports;const Dlt=Yn(FGn);var Mlt={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(zt,function(){return function(n,r,a){n=n||{};var i=r.prototype,o={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function s(u,c,d,f){return i.fromToBase(u,c,d,f)}a.en.relativeTime=o,i.fromToBase=function(u,c,d,f,p){for(var g,v,m,y=d.$locale().relativeTime||o,b=n.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],x=b.length,w=0;w0,_<=S.r||!S.r){_<=1&&w>0&&(S=b[w-1]);var T=y[S.l];p&&(_=p(""+_)),v=typeof T=="string"?T.replace("%d",_):T(_,c,S.l,m);break}}if(c)return v;var C=m?y.future:y.past;return typeof C=="function"?C(v):C.replace("%s",v)},i.to=function(u,c){return s(u,c,this,!0)},i.from=function(u,c){return s(u,c,this)};var l=function(u){return u.$u?a.utc():a()};i.toNow=function(u){return this.to(l(this),u)},i.fromNow=function(u){return this.from(l(this),u)}}})})(Mlt);var BGn=Mlt.exports;const zGn=Yn(BGn);var $lt={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(zt,function(){var n={year:0,month:1,day:2,hour:3,minute:4,second:5},r={};return function(a,i,o){var s,l=function(f,p,g){g===void 0&&(g={});var v=new Date(f),m=function(y,b){b===void 0&&(b={});var x=b.timeZoneName||"short",w=y+"|"+x,S=r[w];return S||(S=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:y,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:x}),r[w]=S),S}(p,g);return m.formatToParts(v)},u=function(f,p){for(var g=l(f,p),v=[],m=0;m=0&&(v[w]=parseInt(x,10))}var S=v[3],_=S===24?0:S,T=v[0]+"-"+v[1]+"-"+v[2]+" "+_+":"+v[4]+":"+v[5]+":000",C=+f;return(o.utc(T).valueOf()-(C-=C%1e3))/6e4},c=i.prototype;c.tz=function(f,p){f===void 0&&(f=s);var g,v=this.utcOffset(),m=this.toDate(),y=m.toLocaleString("en-US",{timeZone:f}),b=Math.round((m-new Date(y))/1e3/60),x=15*-Math.round(m.getTimezoneOffset()/15)-b;if(!Number(x))g=this.utcOffset(0,p);else if(g=o(y,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(x,!0),p){var w=g.utcOffset();g=g.add(v-w,"minute")}return g.$x.$timezone=f,g},c.offsetName=function(f){var p=this.$x.$timezone||o.tz.guess(),g=l(this.valueOf(),p,{timeZoneName:f}).find(function(v){return v.type.toLowerCase()==="timezonename"});return g&&g.value};var d=c.startOf;c.startOf=function(f,p){if(!this.$x||!this.$x.$timezone)return d.call(this,f,p);var g=o(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return d.call(g,f,p).tz(this.$x.$timezone,!0)},o.tz=function(f,p,g){var v=g&&p,m=g||p||s,y=u(+o(),m);if(typeof f!="string")return o(f).tz(m);var b=function(_,T,C){var A=_-60*T*1e3,k=u(A,C);if(T===k)return[A,T];var I=u(A-=60*(k-T)*1e3,C);return k===I?[A,k]:[_-60*Math.min(k,I)*1e3,Math.max(k,I)]}(o.utc(f,v).valueOf(),y,m),x=b[0],w=b[1],S=o(x).utcOffset(w);return S.$x.$timezone=m,S},o.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},o.tz.setDefault=function(f){s=f}}})})($lt);var UGn=$lt.exports;const Llt=Yn(UGn);var jlt={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(zt,function(){var n="minute",r=/[+-]\d\d(?::?\d\d)?/g,a=/([+-]|\d\d)/g;return function(i,o,s){var l=o.prototype;s.utc=function(v){var m={date:v,utc:!0,args:arguments};return new o(m)},l.utc=function(v){var m=s(this.toDate(),{locale:this.$L,utc:!0});return v?m.add(this.utcOffset(),n):m},l.local=function(){return s(this.toDate(),{locale:this.$L,utc:!1})};var u=l.parse;l.parse=function(v){v.utc&&(this.$u=!0),this.$utils().u(v.$offset)||(this.$offset=v.$offset),u.call(this,v)};var c=l.init;l.init=function(){if(this.$u){var v=this.$d;this.$y=v.getUTCFullYear(),this.$M=v.getUTCMonth(),this.$D=v.getUTCDate(),this.$W=v.getUTCDay(),this.$H=v.getUTCHours(),this.$m=v.getUTCMinutes(),this.$s=v.getUTCSeconds(),this.$ms=v.getUTCMilliseconds()}else c.call(this)};var d=l.utcOffset;l.utcOffset=function(v,m){var y=this.$utils().u;if(y(v))return this.$u?0:y(this.$offset)?d.call(this):this.$offset;if(typeof v=="string"&&(v=function(S){S===void 0&&(S="");var _=S.match(r);if(!_)return null;var T=(""+_[0]).match(a)||["-",0,0],C=T[0],A=60*+T[1]+ +T[2];return A===0?0:C==="+"?A:-A}(v),v===null))return this;var b=Math.abs(v)<=16?60*v:v,x=this;if(m)return x.$offset=b,x.$u=v===0,x;if(v!==0){var w=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(x=this.local().add(b+w,n)).$offset=b,x.$x.$localOffset=w}else x=this.utc();return x};var f=l.format;l.format=function(v){var m=v||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return f.call(this,m)},l.valueOf=function(){var v=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*v},l.isUTC=function(){return!!this.$u},l.toISOString=function(){return this.toDate().toISOString()},l.toString=function(){return this.toDate().toUTCString()};var p=l.toDate;l.toDate=function(v){return v==="s"&&this.$offset?s(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():p.call(this)};var g=l.diff;l.diff=function(v,m,y){if(v&&this.$u===v.$u)return g.call(this,v,m,y);var b=this.local(),x=s(v).local();return g.call(b,x,m,y)}}})})(jlt);var VGn=jlt.exports;const Flt=Yn(VGn),HGn=1e3;Jn.extend(Flt);Jn.extend(Llt);Jn.extend(zGn);Jn.extend(uye);Jn.extend(Dlt);Jn.extend(Alt);Jn.extend(jGn);Jn.extend($Gn);Jn.extend(DGn);const GGn={January:0,February:1,March:2,April:3,May:4,June:5,July:6,August:7,September:8,October:9,November:10,December:11};var Pn=(e=>(e.DAY_MONTH_YEAR="DD MMM YYYY",e.DAY_MONTH_YEAR_LONG="DD MMMM YYYY",e.DAY_MONTH_YEAR_TIME="DD MMM YYYY HH:mm",e.QUARTER="Q",e.QUARTER_YEAR="Q YYYY",e.YEAR="YYYY",e.MONTH_YEAR="MMM YYYY",e.MONTH_YEAR_LONG="MMMM YYYY",e.MONTH="MMM",e.MONTH_LONG="MMMM",e.HOUR_MINUTE_AMPM="hh:mm a",e.TIME_SHORT="HH:mm",e.TIME_SHORT_DD_MMM_YYY="HH:mm DD/MMM/YYYY",e.MONTH_YEAR_COMMA="MMM, YYYY",e.QUARTER_YEAR_COMMA="Q, YYYY",e.MM_DD_YYYY="MM/DD/YYYY",e.MM_YY="MM/YY",e.Q_YY="Q/YY",e.DD_MM_YYYY="DD/MM/YYYY",e.DD_MM_YYYY_TIME="DD/MM/YY HH-mm-ss",e.DD_MM_YYYY_TIME_SHORT="DD/MM/YYYY HH:mm",e.DD_MMM_YYYY="DD/MMM/YYYY",e.YYYY_MM_DD="YYYY-MM-DD",e.YYYY_MM_DD_HH_MM="YYYY-MM-DD_HH-mm",e.DD_MMM_YYYY_DASH="DD-MMM-YYYY",e.DD_MM_YYYY_HH_MM_DOT="DD.MM.YYYY HH.mm",e.ISO="YYYY-MM-DDTHH:mm:ss.SSSZ",e))(Pn||{}),Ql=(e=>(e.days="days",e.day="day",e.ms="ms",e.hours="hours",e.seconds="seconds",e.minutes="minutes",e.months="months",e.month="month",e.quarters="quarters",e))(Ql||{});const WGn=["January","February","March","April","May","June","July","August","September","October","November","December"],lh=(e,t)=>Jn(e,t).isValid();function uv(e){return e.returnAsDate?new Date:e.useUtc?Jn().utc():Jn()}const og=(e,t)=>{const n=Jn(e,t);return n.isValid()?n.toISOString():null},qGn=(e,t)=>Jn(e).startOf(t).toDate(),YGn=(e,t)=>Jn(e).endOf(t).toDate(),Cc=(e,t,n)=>Jn(e,t,n).toDate(),tr=(e,t,n=!0)=>(n?Jn(e).utc():Jn(e)).format(t),Blt=(e,t,n)=>Jn(n).subtract(e,t).toDate(),$oe=(e,t,n)=>Jn(n).add(e,t).toDate(),Zg=(e,t,n,r)=>{const a=typeof e=="number"?new Date(e):e,i=typeof t=="number"?new Date(t):t;return Jn(a).diff(Jn(i),n,r)},QS=(e,t,n)=>Jn(e).isSame(Jn(t),n),G2=(e,t)=>{const n=typeof e=="number"?new Date(e):e,r=typeof t=="number"?new Date(t):t;return Jn(n).isBefore(Jn(r))},K7=(e,t,n)=>Jn(e).isSameOrBefore(t,n),KGn=(e,t,n)=>Jn(e).isSameOrAfter(t,n),XGn=(e="",t)=>{const n=Jn(e).utc();return t?n.format(t):n.toString()},Vl=(e,t=!1)=>{const n=Jn(e);return t?n.utc().year():n.year()},K$e=(e,t,n=!1)=>{const r=Jn(t);return n?r.utc().year(e):r.year(e)},X$e=(e,t,n,r=!1)=>{const a=typeof e=="string"?GGn[e]??0:e,i=Jn(t),o=r?i.utc().month(a):i.month(a);return n==="start"?o.startOf("month"):o.endOf("month")},Loe=(e,t=!1)=>Jn(e).fromNow(!t),Z$e=({seconds:e=0,minutes:t=0,hours:n=0})=>Jn.duration({seconds:e,minutes:t,hours:n}),ZGn=(e,t,n)=>{const r=e.subtract(t,n);return r.asSeconds()>=0?r:Jn.duration(0)},Q$e=e=>({hours:e.hours(),minutes:e.minutes(),seconds:e.seconds()}),QGn=(e,t,n)=>{switch(t){case vT.STATE_OF_REPORTS:return JGn(e);case vT.INTAKE_PER_CATEGORY:return eWn(e);case vT.REPORT_STATUS_CATEGORY:return tWn(e);case vT.DEPARTMENTS_ACROSS_LOCATIONS:return nWn(e,n);case vT.CATEGORIES_PER_DEPARTMENT:return rWn(e)}},JGn=e=>e.map(t=>({Status:t.group_name,Percentage:t.letter_label})),eWn=e=>e.map(t=>({Intake:t.type,Count:t.count,Category:t.group_name})),tWn=e=>e.map((t,n)=>({"Report number":n+1,Country:t.country,New:t.new,Read:t.read,Investigating:t.investigating,Closed:t.closed,Total:t.total})),nWn=(e,t=[{label:"Country",value:"COUNTRY"}])=>{const n=t==null?void 0:t[0].label.toLowerCase(),r=n[0].toUpperCase()+n.substring(1);return e.map(a=>({[r]:a.country,Department:a.department,Reports:a.reports}))},rWn=e=>e.map(t=>({Category:t.type,Department:t.group_name,Count:t.count})),aWn=e=>{var r,a,i,o,s;const t=((r=e==null?void 0:e.selectionFilter)==null?void 0:r.filter(l=>l.type==="CLUSTER"))??[],n=((a=e==null?void 0:e.selectionFilter)==null?void 0:a.filter(l=>l.type!=="CLUSTER"))??[];return{...e&&"normaliseFilter"in e?{normalised:(i=e.normaliseFilter)==null?void 0:i.normalised}:{},...e&&"timeFilter"in e?{timeFilter:(o=e.timeFilter)==null?void 0:o.timeframeInput}:{},selectionFilters:n.map(l=>{var u;return{label:l.label,allSelected:l.options.length===(((u=l.value)==null?void 0:u.length)??0),selectedValues:l.value.map(({label:c})=>c)??[],type:l.type}}),...t.length?{groupedBy:(s=t[0].value)==null?void 0:s[0].label}:{}}},zlt=(e,t,n)=>{var o,s,l;let r=e;const a=(l=(s=(o=t.filters)==null?void 0:o.selectionFilter)==null?void 0:s.find(u=>u.label==="Group by"))==null?void 0:l.value;t.dataType&&(r=QGn(e,t.dataType,a));const i=Ug.json_to_sheet(r);Ug.book_append_sheet(n,i,"Data"),i["!cols"]=new Array(Object.keys(r[0]).length).map(()=>({wch:30}))},p5=e=>e.join(", "),Ult=(e,t)=>{let n=[];const r=e.selectedLocationFilter??ga.SITES;e.site&&r===ga.SITES&&n.push({filter:"sites",details:p5(e.site.selectedOptions)}),e.country&&r===ga.COUNTRIES&&n.push({filter:"countries",details:p5(e.country.selectedOptions)}),e.department&&n.push({filter:"departments",details:p5(e.department.selectedOptions)}),e.category&&n.push({filter:"categories",details:p5(e.category.selectedOptions)}),e.time&&n.push({filter:"timeframe",details:`${e.time.timeframe.start} to ${e.time.timeframe.end}`}),n.push({filter:"downloaded at",details:tr(new Date,Pn.DAY_MONTH_YEAR_TIME)});const a=Ug.json_to_sheet(n);Ug.book_append_sheet(t,a,"Filters"),a["!cols"]=[{wch:30},{wch:50}]},iWn=e=>{A5n(zf(`#${e.svgId}`).node(),{filename:`${e.svgId} ${tr(new Date,Pn.DD_MM_YYYY_TIME)}`})},J$e=(e,t)=>{const{data:n,title:r}=e,a=Ug.book_new();n!=null&&n.length&&zlt(n,e,a),t&&Ult(t,a),W7(a,`${r}_${tr(new Date,Pn.DD_MMM_YYYY_DASH)}.xlsx`)},oWn=(e,t)=>{const{data:n,title:r}=e,a=Ug.book_new(),i=Ug.book_new();n!=null&&n.length&&(zlt(n,e,a),W7(a,`${r}_${tr(new Date,Pn.DD_MMM_YYYY_DASH)}-data.csv`,{bookType:"csv"})),t&&(Ult(t,i),W7(i,`${r}_${tr(new Date,Pn.DD_MMM_YYYY_DASH)}-filters.csv`,{bookType:"csv"}))},cN=(e,t,n,r,a,i,o)=>{switch(e){case KT.PDF:o?o():iWn(a);break;case KT.XLSX:J$e(a,r);break;case KT.XLS:J$e(a,r);break;case KT.CSV:oWn(a,r);break}const s=aWn(a.filters);i.mutate({auditAction:wn.DOWNLOAD_INSIGHTS_CHART,auditData:{graph:a.svgId,filtersApplied:s,downloadType:e},completed:!0}),t!=null&&t.id&&n&&gFn(t.id,a.dashboard,a.svgId,e)},cye=({graph:e,transform:t,axis:n})=>{const r=[];e.append("g").attr("transform",t).style("font-size",De.newTypography.textStyleBodySmall.fontSize).style("font-family",De.newTypography.textStyleBodySmall.fontFamily).style("color",De.newPalette.neutral.N800).call(n).call(a=>a.select(".domain").attr("stroke",De.newPalette.neutral.N300)).call(a=>a.selectAll(".tick").insert("rect",":first-child").attr("class","x-axis-bubble")).call(a=>a.selectAll(".tick line").attr("stroke",De.newPalette.neutral.N300)).call(a=>a.selectAll(".tick text").attr("class",function(i,o){var s;return r.push({text:i,pos:o,el:zf(this)}),`tick-label tick-label-I${(s=i==null?void 0:i.replace)==null?void 0:s.call(i,"/","")}`}).style("fill","black").style("opacity",1)),e.selectAll(".x-axis-bubble").data(r).attr("x",a=>{var o;const i=(o=a.el.node())==null?void 0:o.getBBox();return i?i.x-12:0}).attr("y",a=>{var o;const i=(o=a.el.node())==null?void 0:o.getBBox();return i?i.y-7.5:0}).attr("width",a=>{var o;const i=(o=a.el.node())==null?void 0:o.getBBox();return i?i.width+24:0}).attr("class",a=>{var i,o;return`tick-label-box tick-label-box-I${(o=(i=a.text)==null?void 0:i.replace)==null?void 0:o.call(i,"/","")}`}).style("opacity",0).attr("height","30").style("stroke","#17353D").style("fill","#17353D").attr("ry",15).attr("rx",15)},dye=({axis:e,transform:t,graph:n,width:r,hideAxisLine:a,dashAxis:i})=>{n.append("g").attr("transform",t).style("font-size",De.newTypography.textStyleBodySmall.fontSize).style("font-family",De.newTypography.textStyleBodySmall.fontFamily).style("color",De.newPalette.neutral.N800).call(e).call(o=>{a?o.select(".domain").remove():o.select(".domain").attr("stroke",De.newPalette.neutral.N300)}).call(o=>o.selectAll(".tick line").filter(s=>s!==0).clone().attr(i,r).attr("stroke",De.newPalette.neutral.N300).style("stroke-dasharray","5 5"))},sWn=({data:e,stackLabels:t,colors:n,yScale:r,xScale:a,bars:i,graph:o,width:s,graphId:l,setCoords:u,setTooltipData:c})=>{let d;const f=wot().keys(t)(e),p=(v,m)=>{var x,w,S,_,T,C,A;d!==void 0&&(clearTimeout(d),d=void 0),Ec(`.${l}-bar`).style("opacity","0.4"),Ec(`.${l}-bar-${m.data.bar}`).style("opacity","1");const y=((S=(w=(x=v.target)==null?void 0:x.getBoundingClientRect)==null?void 0:w.call(x))==null?void 0:S.left)+s/2,b=(A=(C=(T=(_=zf(`.${l}-bar-${m.data.bar}-top`))==null?void 0:_.node())==null?void 0:T.getBoundingClientRect)==null?void 0:C.call(T))==null?void 0:A.top;y&&b&&(u==null||u([y,b]),c==null||c(m.data))},g=()=>{d=setTimeout(()=>{Ec(`.${l}-bar`).style("opacity","1")},20),u==null||u(null)};o.append("g").selectAll("g").data(f).enter().append("g").attr("fill",v=>String(n(v.key))).selectAll("rect").data(v=>v).enter().append("rect").attr("y",v=>r(v[1])).attr("x",(v,m)=>Number(a(String(i[m])))).attr("width",s).attr("height",v=>r(v[0])-r(v[1])).attr("class",v=>{const m=v.data.total===v[1]?"top":"bottom";return`${l}-bar ${l}-bar-${v.data.bar} ${l}-bar-${v.data.bar}-${m}`}).on("mouseover",p).on("mouseout",g)},Vlt=({axisScale:e,tickNumber:t,tickSize:n,tickPadding:r})=>{const a=e.ticks(t).filter(o=>Number.isInteger(o)),i=lit(e).tickSize(n).tickPadding(r).tickValues(a).tickFormat(OG("d"));return{AxisTicks:a,Axis:i}},fye=({axisScale:e,tickValues:t,tickSize:n,tickPadding:r,tickSizeOuter:a,tickFormat:i})=>{const o=O3n(e).tickSize(n).tickPadding(r).tickSizeOuter(a);return t&&o.tickValues(t),i&&o.tickFormat(i),{axis:o}},lWn=({axisScale:e,tickValues:t,tickSize:n,tickPadding:r,tickSizeOuter:a,tickFormat:i})=>{const o=lit(e).tickSize(n).tickPadding(r).tickSizeOuter(a);return t&&o.tickValues(t),i&&o.tickFormat(i),{axis:o}},CJ=new Map,Hlt=({colorRange:e,domain:t})=>{const n=JSON.stringify({colorRange:e,domain:t});if(CJ.has(n))return{colors:CJ.get(n)};const r=PG().range(e);return t&&r.domain(t),CJ.set(n,r),{colors:r}},e4e=({xValue:e,graph:t,pillWidth:n,text:r,xScale:a,yScale:i,yPosition:o})=>{t.append("line").attr("x1",a(e)).attr("y1",i(0)+20).attr("x2",a(e)).attr("y2",i(o)).attr("stroke-width","1.5").style("stroke",De.newPalette.neutral.N800),t.append("rect").attr("x",a(e)-n/2).attr("y",i(o)-28).attr("width",n).attr("height",28).attr("rx",14).attr("ry",14).style("fill",De.newPalette.neutral.N800).style("stroke",De.newPalette.neutral.N800),t.append("text").attr("x",a(e)).attr("y",i(o)-10).attr("fill",De.newPalette.neutral.N0).style("font-size",De.newTypography.textStyleBodySmall.fontSize).style("font-family",De.newTypography.textStyleBodySmall.fontFamily).attr("text-anchor","middle").text(r)},X7=({startPosition:e,endPosition:t,domainMax:n})=>({scale:TD([0,n],[e,t])}),pye=({startPosition:e,endPosition:t,paddingRatio:n,domain:r})=>{const i=M2(r,[e,t]);return n&&i.padding(n),{scale:i}},uWn=({graph:e,data:t,xScale:n,yScale:r})=>{const a=h3n(t,i=>i.line);e.selectAll(".data-line").data(a).join("path").attr("fill","none").attr("stroke",i=>i[1][0].color).attr("stroke-width",1).attr("d",i=>hve().x(o=>Number(n(o.x))+n.bandwidth()/2).y(o=>r(o.y)).defined(o=>!!o.y)(i[1])),e.selectAll(".circle").data(t).enter().append("circle").attr("fill",i=>i.color).attr("r",i=>i.y?4.5:0).attr("cx",i=>Number(n(i.x))+n.bandwidth()/2).attr("cy",i=>r(i.y))},h5=Object.values(on.newPalette.chart),mm=e=>e{const f=(g,v)=>{var b,x,w,S,_,T;Ec(`.${s}-bar`).style("opacity","0.4"),zf(`.${s}-bar-${v.bar}`).style("opacity","1"),zf(`.${s}-text-${v.bar}`).style("font-weight","600");const[m,y]=[(w=(x=(b=g.target)==null?void 0:b.getBoundingClientRect)==null?void 0:x.call(b))==null?void 0:w.right,(T=(_=(S=g.target)==null?void 0:S.getBoundingClientRect)==null?void 0:_.call(S))==null?void 0:T.top];m&&y&&(l==null||l([m,y]),u==null||u(v)),d==null||d(v)},p=()=>{Ec(`.${s}-bar`).style("opacity","1"),Ec(`.${s}-text`).style("font-weight","400"),l==null||l(null),d==null||d()};e.append("g").attr("transform",c).selectAll("g").data(t).enter().append("rect").attr("x",i(0)).attr("y",(g,v)=>Number(o(String(n[v])))).attr("width",g=>i(Number(g.value))-i(0)).attr("height",o.bandwidth()).attr("fill",g=>a||String(r(String(g.bar)))).attr("class",g=>`${s}-bar ${s}-bar-${g.bar}`).on("mouseover",f).on("mouseout",p)},t4e=({donutGraph:e,pieData:t,colors:n,datum:r,pointerEvents:a="all",onClick:i,setHighlightedSegment:o,setHoverSegment:s,opacityFunction:l})=>{let u;e.selectAll("*").data(t).join("path").attr("d",r).attr("fill",c=>n?n[c.index]:mm(c.index)).style("opacity",c=>l(c.data[0])).style("pointer-events",a).style("cursor","pointer").attr("stroke","white").style("stroke-width","1px").on("click",(c,d)=>{o(d.data[0]),i&&i(d)}).on("mouseover",(c,d)=>{s&&(u!==void 0&&(clearTimeout(u),u=void 0),s(d.data[0]))}),e.on("mouseout",()=>{s&&(u=setTimeout(()=>{s(void 0)},20))})},dWn=({donutGraph:e,pieData:t,datum:n,pointerEvents:r="none"})=>{e.selectAll("*").data(t).join("path").attr("d",n).attr("fill",()=>De.newPalette.neutral.N300).style("pointer-events",r).style("cursor","pointer").attr("stroke","white").style("stroke-width","1px")},n4e=({donutGraph:e,label:t,value:n})=>{e.append("text").attr("x",0).attr("y",-16).attr("fill",De.newPalette.neutral.N800).style("font-size",De.newTypography.textStyleBodySmall.fontSize).style("font-family",De.newTypography.textStyleBodySmall.fontFamily).attr("text-anchor","middle").attr("data-testid","DonutCenterLabel").text(t),e.append("text").attr("x",0).attr("y",26).attr("fill",De.newPalette.neutral.N800).style("font-size",De.newTypography.textStyleDisplayXLarge.fontSize).style("font-family",De.newTypography.textStyleDisplayXLarge.fontFamily).style("font-weight",De.newTypography.textStyleDisplayXLarge.fontWeight).attr("text-anchor","middle").attr("data-testid","DonutTotal").text(n)},r4e=e=>{if(e.length===0)return e;const t=e.charAt(0).toUpperCase(),n=e.slice(1);return t+n};function dN(e){return Object.keys(KT).includes(`${e}`)}const Glt=e=>e.toLowerCase().replace(/'/g,"").replace(/ /g,"_").replace(/-/g,"_"),x$=(e,t,n)=>[...e].sort((a,i)=>n==="asc"?a.cellData[t]-i.cellData[t]:i.cellData[t]-a.cellData[t]),fWn=(e,t)=>[...e].sort((r,a)=>{const i=parseInt(r.cellData[0].split("-")[0],10),o=parseInt(a.cellData[0].split("-")[0],10);return t==="asc"?i-o:o-i}),a4e=e=>typeof e=="number"?e:e!=null&&e.trim()===""?null:e,oW=(e,t,n)=>[...e].sort((a,i)=>{const o=a4e(a.cellData[t]||""),s=a4e(i.cellData[t]||"");return o===null||s===null?o===null&&s===null?0:o===null?n==="desc"?-1:1:n==="desc"?1:-1:n==="asc"?String(o).localeCompare(String(s)):String(s).localeCompare(String(o))}),pWn=(e,t,n)=>e.sort((r,a)=>{const i=r.cellData[t],o=a.cellData[t];if(i==null||i.trim()==="")return n==="asc"?-1:1;if(o==null||o.trim()==="")return n==="asc"?1:-1;const[s,l,u]=i.split("/").map(Number),[c,d,f]=o.split("/").map(Number);if(isNaN(s)||isNaN(l)||isNaN(u))return n==="asc"?-1:1;if(isNaN(c)||isNaN(d)||isNaN(f))return n==="asc"?1:-1;const p=new Date(u,l-1,s),g=new Date(f,d-1,c);return isNaN(p.getTime())?n==="asc"?-1:1:isNaN(g.getTime())?n==="asc"?1:-1:n==="asc"?p.getTime()-g.getTime():g.getTime()-p.getTime()}),hye=(e,t,n)=>[...e].sort((a,i)=>{const o=parseFloat(a.cellData[t]),s=parseFloat(i.cellData[t]);return n==="asc"?o-s:s-o}),hWn=(e,t)=>{const n=[...e];return t==="desc"?n:n.reverse()},tR=(e,t,n)=>{if(n)return JSON.stringify(e)===JSON.stringify(t);const r=[...e].sort(),a=[...t].sort();return JSON.stringify(r)===JSON.stringify(a)},MD=e=>{if(e.every(a=>Number.isInteger(a)))return e;const t=e.map((a,i)=>({integerValue:Math.floor(a),decimalValue:a-Math.floor(a),index:i})),n=100-t.reduce((a,i)=>a+i.integerValue,0),r=t.sort((a,i)=>i.decimalValue-a.decimalValue);for(let a=0;aa.index-i.index).map(a=>a.integerValue)},gO=e=>e?tr(e,Pn.YYYY_MM_DD):void 0,$D=e=>{const{submittedAt:t,companyCreatedAt:n,readAt:r,investigatingAt:a,closedAt:i}=e,o=gO(t),s=gO(n),l=gO(r),u=gO(a),c=gO(i),d=tr(new Date().toISOString(),Pn.YYYY_MM_DD),f=o,p=s??o,g=l??p,v=d,m=c??d,y=u??m,b=l??y;return{submittedAt:{value:o,min:void 0,max:s??b},companyCreatedAt:{value:s,min:f,max:b},readAt:{value:l,min:p,max:y},investigatingAt:{value:u,min:g,max:m},closedAt:{value:c,min:u??l??s??o,max:v}}},nR=(e,t)=>{if(e){const r=t===null,a=t&&!QS(e,t,Ql.day);return r||a}return t!==null},i4e=e=>{switch(e){case Ss.READ:case $i.Read:return"Read";case Ss.INVESTIGATING:case $i.Investigating:return"Investigating";case Ss.CLOSED:case $i.Closed:return"Closed";case Ss.DRAFT:case $i.Draft:return"Draft";case Ss.LODGED:case $i.Lodged:return"Lodged";case Ss.NEW:case $i.New:return"New"}},Wlt=e=>`${e} ${new Date().toLocaleDateString()} ${new Date().toLocaleTimeString()}`,mye=e=>e instanceof Error,mWn=(e,t)=>{var n;return((n=e==null?void 0:e.Reports)==null?void 0:n.some(r=>{var a;return((a=r.Assignee)==null?void 0:a.id)===t}))||!1},LD=e=>[...new Set(e)],gWn=e=>{const t=e.split("/case?id=")[1];return t?t.length===36:!1},vWn=(e,t)=>{var n,r;return(r=(n=e==null?void 0:e.caseById)==null?void 0:n.CaseTeam)==null?void 0:r.filter(a=>a.id!==(t==null?void 0:t.id))};var gye={},sW={};Object.defineProperty(sW,"__esModule",{value:!0});sW.regionAPIs=void 0;sW.regionAPIs=new Map([["us","https://api-iam.intercom.io"],["eu","https://api-iam.eu.intercom.io"],["ap","https://api-iam.au.intercom.io"]]);var qlt={};(function(e){var t=zt&&zt.__awaiter||function(a,i,o,s){function l(u){return u instanceof o?u:new o(function(c){c(u)})}return new(o||(o=Promise))(function(u,c){function d(g){try{p(s.next(g))}catch(v){c(v)}}function f(g){try{p(s.throw(g))}catch(v){c(v)}}function p(g){g.done?u(g.value):l(g.value).then(d,f)}p((s=s.apply(a,i||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.getIntercomRef=e.ref=e.init=void 0;const n=()=>t(void 0,void 0,void 0,function*(){var a=window,i=a.Intercom;if(a.intercomSettings&&(a.intercomSettings.installation_type="npm-package"),typeof i=="function")i("reattach_activator"),i("update",a.intercomSettings);else{var o=document,s=function(){s.c(arguments)};s.q=[],s.c=function(u){s.q.push(u)},a.Intercom=s;var l=function(){var u,c,d=o.createElement("script");d.type="text/javascript",d.async=!0,d.src="https://widget.intercom.io/widget/"+((u=window.intercomSettings)===null||u===void 0?void 0:u.app_id);var f=o.getElementsByTagName("script")[0];(c=f.parentNode)===null||c===void 0||c.insertBefore(d,f)};document.readyState==="complete"?l():a.attachEvent?a.attachEvent("onload",l):a.addEventListener("load",l,!1)}});e.init=n,e.ref=void 0;const r=()=>(typeof window<"u"&&!e.ref&&(e.ref=window.Intercom),!e.ref||typeof window>"u"?(console.warn("Intercom not booted or setup incomplete."),typeof window>"u"&&console.warn("Are you sure you are running on client-side?"),()=>{}):e.ref);e.getIntercomRef=r})(qlt);(function(e){var t=zt&&zt.__rest||function(k,I){var R={};for(var L in k)Object.prototype.hasOwnProperty.call(k,L)&&I.indexOf(L)<0&&(R[L]=k[L]);if(k!=null&&typeof Object.getOwnPropertySymbols=="function")for(var N=0,L=Object.getOwnPropertySymbols(k);N{var{region:I="us"}=k,R=t(k,["region"]);typeof window<"u"&&!r.ref&&(window.intercomSettings=Object.assign(Object.assign({},R),{api_base:n.regionAPIs.get(I)}),(0,r.init)())};e.Intercom=a,e.default=e.Intercom;const i=k=>{(0,r.getIntercomRef)()("boot",k)};e.boot=i;const o=()=>{(0,r.getIntercomRef)()("shutdown")};e.shutdown=o;const s=k=>{(0,r.getIntercomRef)()("update",k)};e.update=s;const l=()=>{(0,r.getIntercomRef)()("hide")};e.hide=l;const u=()=>{(0,r.getIntercomRef)()("show")};e.show=u;const c=k=>{(0,r.getIntercomRef)()("showSpace",k)};e.showSpace=c;const d=()=>{(0,r.getIntercomRef)()("showMessages")};e.showMessages=d;const f=k=>{(0,r.getIntercomRef)()("showNewMessage",k)};e.showNewMessage=f;const p=k=>{(0,r.getIntercomRef)()("onHide",k)};e.onHide=p;const g=k=>{(0,r.getIntercomRef)()("onShow",k)};e.onShow=g;const v=k=>{(0,r.getIntercomRef)()("onUnreadCountChange",k)};e.onUnreadCountChange=v;const m=(...k)=>{(0,r.getIntercomRef)()("trackEvent",...k)};e.trackEvent=m;const y=()=>{(0,r.getIntercomRef)()("getVisitorId")};e.getVisitorId=y;const b=k=>{(0,r.getIntercomRef)()("startTour",k)};e.startTour=b;const x=k=>{(0,r.getIntercomRef)()("showArticle",k)};e.showArticle=x;const w=k=>{(0,r.getIntercomRef)()("showNews",k)};e.showNews=w;const S=k=>{(0,r.getIntercomRef)()("startSurvey",k)};e.startSurvey=S;const _=k=>{(0,r.getIntercomRef)()("startChecklist",k)};e.startChecklist=_;const T=k=>{(0,r.getIntercomRef)()("showTicket",k)};e.showTicket=T;const C=k=>{(0,r.getIntercomRef)()("showConversation",k)};e.showConversation=C;const A=k=>{(0,r.getIntercomRef)()("onUserEmailSupplied",k)};e.onUserEmailSupplied=A})(gye);const yWn=Yn(gye),bWn=SVe({__proto__:null,default:yWn},[gye]),{default:xWn,...cS}=bWn;let Ylt=null,vye=!1,joe=!1;const wWn=e=>{Ylt=e,vye=!0},SWn=()=>{cS.onShow(()=>{joe=!0}),cS.onHide(()=>{joe=!1}),cS.onUserEmailSupplied(()=>{})};function lW(e,...t){if(!window.Intercom){console.warn(`Could not run Intercom command: ${e}. Intercom is not initialized`);return}return window.Intercom(e,...t)}const _Wn=({app_id:e,...t})=>{vye||(xWn({app_id:e,hide_default_launcher:!1,...t}),wWn(e),SWn())},Z7=(e={})=>{vye&&lW("boot",{hide_default_launcher:!1,...e,app_id:e.app_id||Ylt})},Klt=()=>lW("shutdown"),EWn=()=>lW("hide"),TWn=()=>lW("show");cS.onHide;cS.onShow;cS.onUnreadCountChange;cS.onUserEmailSupplied;function Xu(e){for(var t=1;t1&&arguments[1]!==void 0?arguments[1]:{};Ys(this,e),this.init(t,n)}return gs(e,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=r.prefix||"i18next:",this.logger=n||CWn,this.options=r,this.debug=r.debug}},{key:"setDebug",value:function(n){this.debug=n}},{key:"log",value:function(){for(var n=arguments.length,r=new Array(n),a=0;a1?r-1:0),i=1;i-1?s.replace(/###/g,"."):s}function a(){return!e||typeof e=="string"}for(var i=typeof t!="string"?[].concat(t):t.split(".");i.length>1;){if(a())return{};var o=r(i.shift());!e[o]&&n&&(e[o]=new n),Object.prototype.hasOwnProperty.call(e,o)?e=e[o]:e={}}return a()?{}:{obj:e,k:r(i.shift())}}function s4e(e,t,n){var r=yye(e,t,Object),a=r.obj,i=r.k;a[i]=n}function kWn(e,t,n,r){var a=yye(e,t,Object),i=a.obj,o=a.k;i[o]=i[o]||[],r&&(i[o]=i[o].concat(n)),r||i[o].push(n)}function Q7(e,t){var n=yye(e,t),r=n.obj,a=n.k;if(r)return r[a]}function l4e(e,t,n){var r=Q7(e,n);return r!==void 0?r:Q7(t,n)}function Xlt(e,t,n){for(var r in t)r!=="__proto__"&&r!=="constructor"&&(r in e?typeof e[r]=="string"||e[r]instanceof String||typeof t[r]=="string"||t[r]instanceof String?n&&(e[r]=t[r]):Xlt(e[r],t[r],n):e[r]=t[r]);return e}function FE(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var OWn={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function PWn(e){return typeof e=="string"?e.replace(/[&<>"'\/]/g,function(t){return OWn[t]}):e}var uW=typeof window<"u"&&window.navigator&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,RWn=function(e){Ny(t,e);function t(n){var r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};return Ys(this,t),r=Qg(this,Gd(t).call(this)),uW&&Bb.call(xo(r)),r.data=n||{},r.options=a,r.options.keySeparator===void 0&&(r.options.keySeparator="."),r}return gs(t,[{key:"addNamespaces",value:function(r){this.options.ns.indexOf(r)<0&&this.options.ns.push(r)}},{key:"removeNamespaces",value:function(r){var a=this.options.ns.indexOf(r);a>-1&&this.options.ns.splice(a,1)}},{key:"getResource",value:function(r,a,i){var o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},s=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,l=[r,a];return i&&typeof i!="string"&&(l=l.concat(i)),i&&typeof i=="string"&&(l=l.concat(s?i.split(s):i)),r.indexOf(".")>-1&&(l=r.split(".")),Q7(this.data,l)}},{key:"addResource",value:function(r,a,i,o){var s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1},l=this.options.keySeparator;l===void 0&&(l=".");var u=[r,a];i&&(u=u.concat(l?i.split(l):i)),r.indexOf(".")>-1&&(u=r.split("."),o=a,a=u[1]),this.addNamespaces(a),s4e(this.data,u,o),s.silent||this.emit("added",r,a,i,o)}},{key:"addResources",value:function(r,a,i){var o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(var s in i)(typeof i[s]=="string"||Object.prototype.toString.apply(i[s])==="[object Array]")&&this.addResource(r,a,s,i[s],{silent:!0});o.silent||this.emit("added",r,a,i)}},{key:"addResourceBundle",value:function(r,a,i,o,s){var l=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1},u=[r,a];r.indexOf(".")>-1&&(u=r.split("."),o=i,i=a,a=u[1]),this.addNamespaces(a);var c=Q7(this.data,u)||{};o?Xlt(c,i,s):c=Xu({},c,i),s4e(this.data,u,c),l.silent||this.emit("added",r,a,i)}},{key:"removeResourceBundle",value:function(r,a){this.hasResourceBundle(r,a)&&delete this.data[r][a],this.removeNamespaces(a),this.emit("removed",r,a)}},{key:"hasResourceBundle",value:function(r,a){return this.getResource(r,a)!==void 0}},{key:"getResourceBundle",value:function(r,a){return a||(a=this.options.defaultNS),this.options.compatibilityAPI==="v1"?Xu({},{},this.getResource(r,a)):this.getResource(r,a)}},{key:"getDataByLanguage",value:function(r){return this.data[r]}},{key:"toJSON",value:function(){return this.data}}]),t}(Bb),Zlt={processors:{},addPostProcessor:function(t){this.processors[t.name]=t},handle:function(t,n,r,a,i){var o=this;return t.forEach(function(s){o.processors[s]&&(n=o.processors[s].process(n,r,a,i))}),n}},u4e={},c4e=function(e){Ny(t,e);function t(n){var r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Ys(this,t),r=Qg(this,Gd(t).call(this)),uW&&Bb.call(xo(r)),AWn(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],n,xo(r)),r.options=a,r.options.keySeparator===void 0&&(r.options.keySeparator="."),r.logger=wv.create("translator"),r}return gs(t,[{key:"changeLanguage",value:function(r){r&&(this.language=r)}},{key:"exists",value:function(r){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}},i=this.resolve(r,a);return i&&i.res!==void 0}},{key:"extractFromKey",value:function(r,a){var i=a.nsSeparator!==void 0?a.nsSeparator:this.options.nsSeparator;i===void 0&&(i=":");var o=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,s=a.ns||this.options.defaultNS;if(i&&r.indexOf(i)>-1){var l=r.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:r,namespaces:s};var u=r.split(i);(i!==o||i===o&&this.options.ns.indexOf(u[0])>-1)&&(s=u.shift()),r=u.join(o)}return typeof s=="string"&&(s=[s]),{key:r,namespaces:s}}},{key:"translate",value:function(r,a,i){var o=this;if(ds(a)!=="object"&&this.options.overloadTranslationOptionHandler&&(a=this.options.overloadTranslationOptionHandler(arguments)),a||(a={}),r==null)return"";Array.isArray(r)||(r=[String(r)]);var s=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,l=this.extractFromKey(r[r.length-1],a),u=l.key,c=l.namespaces,d=c[c.length-1],f=a.lng||this.language,p=a.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(f&&f.toLowerCase()==="cimode"){if(p){var g=a.nsSeparator||this.options.nsSeparator;return d+g+u}return u}var v=this.resolve(r,a),m=v&&v.res,y=v&&v.usedKey||u,b=v&&v.exactUsedKey||u,x=Object.prototype.toString.apply(m),w=["[object Number]","[object Function]","[object RegExp]"],S=a.joinArrays!==void 0?a.joinArrays:this.options.joinArrays,_=!this.i18nFormat||this.i18nFormat.handleAsObject,T=typeof m!="string"&&typeof m!="boolean"&&typeof m!="number";if(_&&m&&T&&w.indexOf(x)<0&&!(typeof S=="string"&&x==="[object Array]")){if(!a.returnObjects&&!this.options.returnObjects)return this.logger.warn("accessing an object - but returnObjects options is not enabled!"),this.options.returnedObjectHandler?this.options.returnedObjectHandler(y,m,a):"key '".concat(u," (").concat(this.language,")' returned an object instead of string.");if(s){var C=x==="[object Array]",A=C?[]:{},k=C?b:y;for(var I in m)if(Object.prototype.hasOwnProperty.call(m,I)){var R="".concat(k).concat(s).concat(I);A[I]=this.translate(R,Xu({},a,{joinArrays:!1,ns:c})),A[I]===R&&(A[I]=m[I])}m=A}}else if(_&&typeof S=="string"&&x==="[object Array]")m=m.join(S),m&&(m=this.extendTranslation(m,r,a,i));else{var L=!1,N=!1,j=a.count!==void 0&&typeof a.count!="string",B=t.hasDefaultValue(a),U=j?this.pluralResolver.getSuffix(f,a.count):"",W=a["defaultValue".concat(U)]||a.defaultValue;!this.isValidLookup(m)&&B&&(L=!0,m=W),this.isValidLookup(m)||(N=!0,m=u);var z=B&&W!==m&&this.options.updateMissing;if(N||L||z){if(this.logger.log(z?"updateKey":"missingKey",f,d,u,z?W:m),s){var H=this.resolve(u,Xu({},a,{keySeparator:!1}));H&&H.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.")}var G=[],Z=this.languageUtils.getFallbackCodes(this.options.fallbackLng,a.lng||this.language);if(this.options.saveMissingTo==="fallback"&&Z&&Z[0])for(var J=0;J1&&arguments[1]!==void 0?arguments[1]:{},o,s,l,u,c;return typeof r=="string"&&(r=[r]),r.forEach(function(d){if(!a.isValidLookup(o)){var f=a.extractFromKey(d,i),p=f.key;s=p;var g=f.namespaces;a.options.fallbackNS&&(g=g.concat(a.options.fallbackNS));var v=i.count!==void 0&&typeof i.count!="string",m=i.context!==void 0&&typeof i.context=="string"&&i.context!=="",y=i.lngs?i.lngs:a.languageUtils.toResolveHierarchy(i.lng||a.language,i.fallbackLng);g.forEach(function(b){a.isValidLookup(o)||(c=b,!u4e["".concat(y[0],"-").concat(b)]&&a.utils&&a.utils.hasLoadedNamespace&&!a.utils.hasLoadedNamespace(c)&&(u4e["".concat(y[0],"-").concat(b)]=!0,a.logger.warn('key "'.concat(s,'" for languages "').concat(y.join(", "),`" won't get resolved as namespace "`).concat(c,'" 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!!!")),y.forEach(function(x){if(!a.isValidLookup(o)){u=x;var w=p,S=[w];if(a.i18nFormat&&a.i18nFormat.addLookupKeys)a.i18nFormat.addLookupKeys(S,p,x,b,i);else{var _;v&&(_=a.pluralResolver.getSuffix(x,i.count)),v&&m&&S.push(w+_),m&&S.push(w+="".concat(a.options.contextSeparator).concat(i.context)),v&&S.push(w+=_)}for(var T;T=S.pop();)a.isValidLookup(o)||(l=T,o=a.getResource(x,b,T,i))}}))})}}),{res:o,usedKey:s,exactUsedKey:l,usedLng:u,usedNS:c}}},{key:"isValidLookup",value:function(r){return r!==void 0&&!(!this.options.returnNull&&r===null)&&!(!this.options.returnEmptyString&&r==="")}},{key:"getResource",value:function(r,a,i){var o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(r,a,i,o):this.resourceStore.getResource(r,a,i,o)}}],[{key:"hasDefaultValue",value:function(r){var a="defaultValue";for(var i in r)if(Object.prototype.hasOwnProperty.call(r,i)&&a===i.substring(0,a.length)&&r[i]!==void 0)return!0;return!1}}]),t}(Bb);function IJ(e){return e.charAt(0).toUpperCase()+e.slice(1)}var NWn=function(){function e(t){Ys(this,e),this.options=t,this.whitelist=this.options.supportedLngs||!1,this.supportedLngs=this.options.supportedLngs||!1,this.logger=wv.create("languageUtils")}return gs(e,[{key:"getScriptPartFromCode",value:function(n){if(!n||n.indexOf("-")<0)return null;var r=n.split("-");return r.length===2||(r.pop(),r[r.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(r.join("-"))}},{key:"getLanguagePartFromCode",value:function(n){if(!n||n.indexOf("-")<0)return n;var r=n.split("-");return this.formatLanguageCode(r[0])}},{key:"formatLanguageCode",value:function(n){if(typeof n=="string"&&n.indexOf("-")>-1){var r=["hans","hant","latn","cyrl","cans","mong","arab"],a=n.split("-");return this.options.lowerCaseLng?a=a.map(function(i){return i.toLowerCase()}):a.length===2?(a[0]=a[0].toLowerCase(),a[1]=a[1].toUpperCase(),r.indexOf(a[1].toLowerCase())>-1&&(a[1]=IJ(a[1].toLowerCase()))):a.length===3&&(a[0]=a[0].toLowerCase(),a[1].length===2&&(a[1]=a[1].toUpperCase()),a[0]!=="sgn"&&a[2].length===2&&(a[2]=a[2].toUpperCase()),r.indexOf(a[1].toLowerCase())>-1&&(a[1]=IJ(a[1].toLowerCase())),r.indexOf(a[2].toLowerCase())>-1&&(a[2]=IJ(a[2].toLowerCase()))),a.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?n.toLowerCase():n}},{key:"isWhitelisted",value:function(n){return this.logger.deprecate("languageUtils.isWhitelisted",`function "isWhitelisted" will be renamed to "isSupportedCode" in the next major - please make sure to rename it's usage asap.`),this.isSupportedCode(n)}},{key:"isSupportedCode",value:function(n){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(n=this.getLanguagePartFromCode(n)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(n)>-1}},{key:"getBestMatchFromCodes",value:function(n){var r=this;if(!n)return null;var a;return n.forEach(function(i){if(!a){var o=r.formatLanguageCode(i);(!r.options.supportedLngs||r.isSupportedCode(o))&&(a=o)}}),!a&&this.options.supportedLngs&&n.forEach(function(i){if(!a){var o=r.getLanguagePartFromCode(i);if(r.isSupportedCode(o))return a=o;a=r.options.supportedLngs.find(function(s){if(s.indexOf(o)===0)return s})}}),a||(a=this.getFallbackCodes(this.options.fallbackLng)[0]),a}},{key:"getFallbackCodes",value:function(n,r){if(!n)return[];if(typeof n=="function"&&(n=n(r)),typeof n=="string"&&(n=[n]),Object.prototype.toString.apply(n)==="[object Array]")return n;if(!r)return n.default||[];var a=n[r];return a||(a=n[this.getScriptPartFromCode(r)]),a||(a=n[this.formatLanguageCode(r)]),a||(a=n[this.getLanguagePartFromCode(r)]),a||(a=n.default),a||[]}},{key:"toResolveHierarchy",value:function(n,r){var a=this,i=this.getFallbackCodes(r||this.options.fallbackLng||[],n),o=[],s=function(u){u&&(a.isSupportedCode(u)?o.push(u):a.logger.warn("rejecting language code not found in supportedLngs: ".concat(u)))};return typeof n=="string"&&n.indexOf("-")>-1?(this.options.load!=="languageOnly"&&s(this.formatLanguageCode(n)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&s(this.getScriptPartFromCode(n)),this.options.load!=="currentOnly"&&s(this.getLanguagePartFromCode(n))):typeof n=="string"&&s(this.formatLanguageCode(n)),i.forEach(function(l){o.indexOf(l)<0&&s(a.formatLanguageCode(l))}),o}}]),e}(),DWn=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","kk","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],MWn={1:function(t){return+(t>1)},2:function(t){return+(t!=1)},3:function(t){return 0},4:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2},5:function(t){return t==0?0:t==1?1:t==2?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},6:function(t){return t==1?0:t>=2&&t<=4?1:2},7:function(t){return t==1?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2},8:function(t){return t==1?0:t==2?1:t!=8&&t!=11?2:3},9:function(t){return+(t>=2)},10:function(t){return t==1?0:t==2?1:t<7?2:t<11?3:4},11:function(t){return t==1||t==11?0:t==2||t==12?1:t>2&&t<20?2:3},12:function(t){return+(t%10!=1||t%100==11)},13:function(t){return+(t!==0)},14:function(t){return t==1?0:t==2?1:t==3?2:3},15:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2},16:function(t){return t%10==1&&t%100!=11?0:t!==0?1:2},17:function(t){return t==1||t%10==1&&t%100!=11?0:1},18:function(t){return t==0?0:t==1?1:2},19:function(t){return t==1?0:t==0||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3},20:function(t){return t==1?0:t==0||t%100>0&&t%100<20?1:2},21:function(t){return t%100==1?1:t%100==2?2:t%100==3||t%100==4?3:0},22:function(t){return t==1?0:t==2?1:(t<0||t>10)&&t%10==0?2:3}};function $Wn(){var e={};return DWn.forEach(function(t){t.lngs.forEach(function(n){e[n]={numbers:t.nr,plurals:MWn[t.fc]}})}),e}var LWn=function(){function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};Ys(this,e),this.languageUtils=t,this.options=n,this.logger=wv.create("pluralResolver"),this.rules=$Wn()}return gs(e,[{key:"addRule",value:function(n,r){this.rules[n]=r}},{key:"getRule",value:function(n){return this.rules[n]||this.rules[this.languageUtils.getLanguagePartFromCode(n)]}},{key:"needsPlural",value:function(n){var r=this.getRule(n);return r&&r.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(n,r){return this.getSuffixes(n).map(function(a){return r+a})}},{key:"getSuffixes",value:function(n){var r=this,a=this.getRule(n);return a?a.numbers.map(function(i){return r.getSuffix(n,i)}):[]}},{key:"getSuffix",value:function(n,r){var a=this,i=this.getRule(n);if(i){var o=i.noAbs?i.plurals(r):i.plurals(Math.abs(r)),s=i.numbers[o];this.options.simplifyPluralSuffix&&i.numbers.length===2&&i.numbers[0]===1&&(s===2?s="plural":s===1&&(s=""));var l=function(){return a.options.prepend&&s.toString()?a.options.prepend+s.toString():s.toString()};return this.options.compatibilityJSON==="v1"?s===1?"":typeof s=="number"?"_plural_".concat(s.toString()):l():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&i.numbers.length===2&&i.numbers[0]===1?l():this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString()}return this.logger.warn("no plural rule found for: ".concat(n)),""}}]),e}(),jWn=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Ys(this,e),this.logger=wv.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(n){return n},this.init(t)}return gs(e,[{key:"init",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};n.interpolation||(n.interpolation={escapeValue:!0});var r=n.interpolation;this.escape=r.escape!==void 0?r.escape:PWn,this.escapeValue=r.escapeValue!==void 0?r.escapeValue:!0,this.useRawValueToEscape=r.useRawValueToEscape!==void 0?r.useRawValueToEscape:!1,this.prefix=r.prefix?FE(r.prefix):r.prefixEscaped||"{{",this.suffix=r.suffix?FE(r.suffix):r.suffixEscaped||"}}",this.formatSeparator=r.formatSeparator?r.formatSeparator:r.formatSeparator||",",this.unescapePrefix=r.unescapeSuffix?"":r.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":r.unescapeSuffix||"",this.nestingPrefix=r.nestingPrefix?FE(r.nestingPrefix):r.nestingPrefixEscaped||FE("$t("),this.nestingSuffix=r.nestingSuffix?FE(r.nestingSuffix):r.nestingSuffixEscaped||FE(")"),this.nestingOptionsSeparator=r.nestingOptionsSeparator?r.nestingOptionsSeparator:r.nestingOptionsSeparator||",",this.maxReplaces=r.maxReplaces?r.maxReplaces:1e3,this.alwaysFormat=r.alwaysFormat!==void 0?r.alwaysFormat:!1,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var n="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(n,"g");var r="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(r,"g");var a="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(a,"g")}},{key:"interpolate",value:function(n,r,a,i){var o=this,s,l,u,c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function d(m){return m.replace(/\$/g,"$$$$")}var f=function(y){if(y.indexOf(o.formatSeparator)<0){var b=l4e(r,c,y);return o.alwaysFormat?o.format(b,void 0,a):b}var x=y.split(o.formatSeparator),w=x.shift().trim(),S=x.join(o.formatSeparator).trim();return o.format(l4e(r,c,w),S,a,i)};this.resetRegExp();var p=i&&i.missingInterpolationHandler||this.options.missingInterpolationHandler,g=i&&i.interpolation&&i.interpolation.skipOnVariables||this.options.interpolation.skipOnVariables,v=[{regex:this.regexpUnescape,safeValue:function(y){return d(y)}},{regex:this.regexp,safeValue:function(y){return o.escapeValue?d(o.escape(y)):d(y)}}];return v.forEach(function(m){for(u=0;s=m.regex.exec(n);){if(l=f(s[1].trim()),l===void 0)if(typeof p=="function"){var y=p(n,s,i);l=typeof y=="string"?y:""}else if(g){l=s[0];continue}else o.logger.warn("missed to pass in variable ".concat(s[1]," for interpolating ").concat(n)),l="";else typeof l!="string"&&!o.useRawValueToEscape&&(l=o4e(l));if(n=n.replace(s[0],m.safeValue(l)),m.regex.lastIndex=0,u++,u>=o.maxReplaces)break}}),n}},{key:"nest",value:function(n,r){var a=this,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o,s,l=Xu({},i);l.applyPostProcessor=!1,delete l.defaultValue;function u(p,g){var v=this.nestingOptionsSeparator;if(p.indexOf(v)<0)return p;var m=p.split(new RegExp("".concat(v,"[ ]*{"))),y="{".concat(m[1]);p=m[0],y=this.interpolate(y,l),y=y.replace(/'/g,'"');try{l=JSON.parse(y),g&&(l=Xu({},g,l))}catch(b){return this.logger.warn("failed parsing options string in nesting for key ".concat(p),b),"".concat(p).concat(v).concat(y)}return delete l.defaultValue,p}for(;o=this.nestingRegexp.exec(n);){var c=[],d=!1;if(o[0].includes(this.formatSeparator)&&!/{.*}/.test(o[1])){var f=o[1].split(this.formatSeparator).map(function(p){return p.trim()});o[1]=f.shift(),c=f,d=!0}if(s=r(u.call(this,o[1].trim(),l),l),s&&o[0]===n&&typeof s!="string")return s;typeof s!="string"&&(s=o4e(s)),s||(this.logger.warn("missed to resolve ".concat(o[1]," for nesting ").concat(n)),s=""),d&&(s=c.reduce(function(p,g){return a.format(p,g,i.lng,i)},s.trim())),n=n.replace(o[0],s),this.regexp.lastIndex=0}return n}}]),e}();function FWn(e,t){for(var n=e.indexOf(t);n!==-1;)e.splice(n,1),n=e.indexOf(t)}var BWn=function(e){Ny(t,e);function t(n,r,a){var i,o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return Ys(this,t),i=Qg(this,Gd(t).call(this)),uW&&Bb.call(xo(i)),i.backend=n,i.store=r,i.services=a,i.languageUtils=a.languageUtils,i.options=o,i.logger=wv.create("backendConnector"),i.state={},i.queue=[],i.backend&&i.backend.init&&i.backend.init(a,o.backend,o),i}return gs(t,[{key:"queueLoad",value:function(r,a,i,o){var s=this,l=[],u=[],c=[],d=[];return r.forEach(function(f){var p=!0;a.forEach(function(g){var v="".concat(f,"|").concat(g);!i.reload&&s.store.hasResourceBundle(f,g)?s.state[v]=2:s.state[v]<0||(s.state[v]===1?u.indexOf(v)<0&&u.push(v):(s.state[v]=1,p=!1,u.indexOf(v)<0&&u.push(v),l.indexOf(v)<0&&l.push(v),d.indexOf(g)<0&&d.push(g)))}),p||c.push(f)}),(l.length||u.length)&&this.queue.push({pending:u,loaded:{},errors:[],callback:o}),{toLoad:l,pending:u,toLoadLanguages:c,toLoadNamespaces:d}}},{key:"loaded",value:function(r,a,i){var o=r.split("|"),s=o[0],l=o[1];a&&this.emit("failedLoading",s,l,a),i&&this.store.addResourceBundle(s,l,i),this.state[r]=a?-1:2;var u={};this.queue.forEach(function(c){kWn(c.loaded,[s],l),FWn(c.pending,r),a&&c.errors.push(a),c.pending.length===0&&!c.done&&(Object.keys(c.loaded).forEach(function(d){u[d]||(u[d]=[]),c.loaded[d].length&&c.loaded[d].forEach(function(f){u[d].indexOf(f)<0&&u[d].push(f)})}),c.done=!0,c.errors.length?c.callback(c.errors):c.callback())}),this.emit("loaded",u),this.queue=this.queue.filter(function(c){return!c.done})}},{key:"read",value:function(r,a,i){var o=this,s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,l=arguments.length>4&&arguments[4]!==void 0?arguments[4]:350,u=arguments.length>5?arguments[5]:void 0;return r.length?this.backend[i](r,a,function(c,d){if(c&&d&&s<5){setTimeout(function(){o.read.call(o,r,a,i,s+1,l*2,u)},l);return}u(c,d)}):u(null,{})}},{key:"prepareLoading",value:function(r,a){var i=this,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},s=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."),s&&s();typeof r=="string"&&(r=this.languageUtils.toResolveHierarchy(r)),typeof a=="string"&&(a=[a]);var l=this.queueLoad(r,a,o,s);if(!l.toLoad.length)return l.pending.length||s(),null;l.toLoad.forEach(function(u){i.loadOne(u)})}},{key:"load",value:function(r,a,i){this.prepareLoading(r,a,{},i)}},{key:"reload",value:function(r,a,i){this.prepareLoading(r,a,{reload:!0},i)}},{key:"loadOne",value:function(r){var a=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",o=r.split("|"),s=o[0],l=o[1];this.read(s,l,"read",void 0,void 0,function(u,c){u&&a.logger.warn("".concat(i,"loading namespace ").concat(l," for language ").concat(s," failed"),u),!u&&c&&a.logger.log("".concat(i,"loaded namespace ").concat(l," for language ").concat(s),c),a.loaded(r,u,c)})}},{key:"saveMissing",value:function(r,a,i,o,s){var l=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(a)){this.logger.warn('did not save key "'.concat(i,'" as the namespace "').concat(a,'" 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!!!");return}i==null||i===""||(this.backend&&this.backend.create&&this.backend.create(r,a,i,o,null,Xu({},l,{isUpdate:s})),!(!r||!r[0])&&this.store.addResource(r[0],a,i,o))}}]),t}(Bb);function zWn(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,whitelist:!1,nonExplicitWhitelist:!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:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){var n={};if(ds(t[1])==="object"&&(n=t[1]),typeof t[1]=="string"&&(n.defaultValue=t[1]),typeof t[2]=="string"&&(n.tDescription=t[2]),ds(t[2])==="object"||ds(t[3])==="object"){var r=t[3]||t[2];Object.keys(r).forEach(function(a){n[a]=r[a]})}return n},interpolation:{escapeValue:!0,format:function(t,n,r,a){return t},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!1}}}function d4e(e){return typeof e.ns=="string"&&(e.ns=[e.ns]),typeof e.fallbackLng=="string"&&(e.fallbackLng=[e.fallbackLng]),typeof e.fallbackNS=="string"&&(e.fallbackNS=[e.fallbackNS]),e.whitelist&&(e.whitelist&&e.whitelist.indexOf("cimode")<0&&(e.whitelist=e.whitelist.concat(["cimode"])),e.supportedLngs=e.whitelist),e.nonExplicitWhitelist&&(e.nonExplicitSupportedLngs=e.nonExplicitWhitelist),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function m5(){}var UWn=function(e){Ny(t,e);function t(){var n,r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(Ys(this,t),n=Qg(this,Gd(t).call(this)),uW&&Bb.call(xo(n)),n.options=d4e(r),n.services={},n.logger=wv,n.modules={external:[]},a&&!n.isInitialized&&!r.isClone){if(!n.options.initImmediate)return n.init(r,a),Qg(n,xo(n));setTimeout(function(){n.init(r,a)},0)}return n}return gs(t,[{key:"init",value:function(){var r=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0;typeof a=="function"&&(i=a,a={}),a.whitelist&&!a.supportedLngs&&this.logger.deprecate("whitelist",'option "whitelist" will be renamed to "supportedLngs" in the next major - please make sure to rename this option asap.'),a.nonExplicitWhitelist&&!a.nonExplicitSupportedLngs&&this.logger.deprecate("whitelist",'options "nonExplicitWhitelist" will be renamed to "nonExplicitSupportedLngs" in the next major - please make sure to rename this option asap.'),this.options=Xu({},zWn(),this.options,d4e(a)),this.format=this.options.interpolation.format,i||(i=m5);function o(g){return g?typeof g=="function"?new g:g:null}if(!this.options.isClone){this.modules.logger?wv.init(o(this.modules.logger),this.options):wv.init(null,this.options);var s=new NWn(this.options);this.store=new RWn(this.options.resources,this.options);var l=this.services;l.logger=wv,l.resourceStore=this.store,l.languageUtils=s,l.pluralResolver=new LWn(s,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),l.interpolator=new jWn(this.options),l.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},l.backendConnector=new BWn(o(this.modules.backend),l.resourceStore,l,this.options),l.backendConnector.on("*",function(g){for(var v=arguments.length,m=new Array(v>1?v-1:0),y=1;y1?v-1:0),y=1;y0&&u[0]!=="dev"&&(this.options.lng=u[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined");var c=["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"];c.forEach(function(g){r[g]=function(){var v;return(v=r.store)[g].apply(v,arguments)}});var d=["addResource","addResources","addResourceBundle","removeResourceBundle"];d.forEach(function(g){r[g]=function(){var v;return(v=r.store)[g].apply(v,arguments),r}});var f=vO(),p=function(){var v=function(y,b){r.isInitialized&&r.logger.warn("init: i18next is already initialized. You should call init just once!"),r.isInitialized=!0,r.options.isClone||r.logger.log("initialized",r.options),r.emit("initialized",r.options),f.resolve(b),i(y,b)};if(r.languages&&r.options.compatibilityAPI!=="v1"&&!r.isInitialized)return v(null,r.t.bind(r));r.changeLanguage(r.options.lng,v)};return this.options.resources||!this.options.initImmediate?p():setTimeout(p,0),f}},{key:"loadResources",value:function(r){var a=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:m5,o=i,s=typeof r=="string"?r:this.language;if(typeof r=="function"&&(o=r),!this.options.resources||this.options.partialBundledLanguages){if(s&&s.toLowerCase()==="cimode")return o();var l=[],u=function(f){if(f){var p=a.services.languageUtils.toResolveHierarchy(f);p.forEach(function(g){l.indexOf(g)<0&&l.push(g)})}};if(s)u(s);else{var c=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);c.forEach(function(d){return u(d)})}this.options.preload&&this.options.preload.forEach(function(d){return u(d)}),this.services.backendConnector.load(l,this.options.ns,o)}else o(null)}},{key:"reloadResources",value:function(r,a,i){var o=vO();return r||(r=this.languages),a||(a=this.options.ns),i||(i=m5),this.services.backendConnector.reload(r,a,function(s){o.resolve(),i(s)}),o}},{key:"use",value:function(r){if(!r)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!r.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return r.type==="backend"&&(this.modules.backend=r),(r.type==="logger"||r.log&&r.warn&&r.error)&&(this.modules.logger=r),r.type==="languageDetector"&&(this.modules.languageDetector=r),r.type==="i18nFormat"&&(this.modules.i18nFormat=r),r.type==="postProcessor"&&Zlt.addPostProcessor(r),r.type==="3rdParty"&&this.modules.external.push(r),this}},{key:"changeLanguage",value:function(r,a){var i=this;this.isLanguageChangingTo=r;var o=vO();this.emit("languageChanging",r);var s=function(c,d){d?(i.language=d,i.languages=i.services.languageUtils.toResolveHierarchy(d),i.translator.changeLanguage(d),i.isLanguageChangingTo=void 0,i.emit("languageChanged",d),i.logger.log("languageChanged",d)):i.isLanguageChangingTo=void 0,o.resolve(function(){return i.t.apply(i,arguments)}),a&&a(c,function(){return i.t.apply(i,arguments)})},l=function(c){var d=typeof c=="string"?c:i.services.languageUtils.getBestMatchFromCodes(c);d&&(i.language||(i.language=d,i.languages=i.services.languageUtils.toResolveHierarchy(d)),i.translator.language||i.translator.changeLanguage(d),i.services.languageDetector&&i.services.languageDetector.cacheUserLanguage(d)),i.loadResources(d,function(f){s(f,d)})};return!r&&this.services.languageDetector&&!this.services.languageDetector.async?l(this.services.languageDetector.detect()):!r&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(l):l(r),o}},{key:"getFixedT",value:function(r,a){var i=this,o=function s(l,u){var c;if(ds(u)!=="object"){for(var d=arguments.length,f=new Array(d>2?d-2:0),p=2;p1&&arguments[1]!==void 0?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;var o=this.languages[0],s=this.options?this.options.fallbackLng:!1,l=this.languages[this.languages.length-1];if(o.toLowerCase()==="cimode")return!0;var u=function(f,p){var g=a.services.backendConnector.state["".concat(f,"|").concat(p)];return g===-1||g===2};if(i.precheck){var c=i.precheck(this,u);if(c!==void 0)return c}return!!(this.hasResourceBundle(o,r)||!this.services.backendConnector.backend||u(o,r)&&(!s||u(l,r)))}},{key:"loadNamespaces",value:function(r,a){var i=this,o=vO();return this.options.ns?(typeof r=="string"&&(r=[r]),r.forEach(function(s){i.options.ns.indexOf(s)<0&&i.options.ns.push(s)}),this.loadResources(function(s){o.resolve(),a&&a(s)}),o):(a&&a(),Promise.resolve())}},{key:"loadLanguages",value:function(r,a){var i=vO();typeof r=="string"&&(r=[r]);var o=this.options.preload||[],s=r.filter(function(l){return o.indexOf(l)<0});return s.length?(this.options.preload=o.concat(s),this.loadResources(function(l){i.resolve(),a&&a(l)}),i):(a&&a(),Promise.resolve())}},{key:"dir",value:function(r){if(r||(r=this.languages&&this.languages.length>0?this.languages[0]:this.language),!r)return"rtl";var a=["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"];return a.indexOf(this.services.languageUtils.getLanguagePartFromCode(r))>=0?"rtl":"ltr"}},{key:"createInstance",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;return new t(r,a)}},{key:"cloneInstance",value:function(){var r=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:m5,o=Xu({},this.options,a,{isClone:!0}),s=new t(o),l=["store","services","language"];return l.forEach(function(u){s[u]=r[u]}),s.services=Xu({},this.services),s.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},s.translator=new c4e(s.services,s.options),s.translator.on("*",function(u){for(var c=arguments.length,d=new Array(c>1?c-1:0),f=1;fمقالة المساعدة",postSubmissionErrorMessage:"لم نتمكن من تحميل ملفاتك بسبب خطأ في النظام. الرجاء اختيار 'تأكيد' مرة أخرى.",tooltipAudio:"الصوت:",tooltipAudioOptions:".ogg، .wav، .wma",tooltipDocuments:"وثائق:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"الصور:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"نص:",tooltipTextOptions:".txt، .csv، .html، .xml",tooltipVideo:"فيديو:",tooltipVideoOptions:".mp4، .mov، .mp1s، .asf",uploadErrors:{invalidFileSize:"الملف كبير جدا",invalidFileType:"نوع الملف غير مدعوم: {{extension}}",systemError:"خطأ في النظام",tooManyFiles:"العدد الأقصى للملفات هو {{maxFiles}}"},uploadFiles:"تحميل الملفات"},Loading:{loading:"يرجى الانتظار بينما نقدم تقريرك إلى مدير القضية...",postSubmissionLoading:"يرجى الانتظار بينما نقوم بإرسال ملفاتك..."},Location:{description:"أين حدث هذا؟",header:"أين حدث هذا؟",placeholder:"مثال: في المكتب"},MessageListBox:{messageCaseManager:"مدير حالة الرسائل",report:"تقرير {{displayReportId}}‎ ‎{{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"الترجمة معطلة",enableTranslationLabelEnabled:"تم تفعيل الترجمة",enableTranslationsDescription:"قم بتمكين الترجمة التلقائية وقراءة جميع رسائل التقرير بلغتك المفضلة. اللغة المترجمة تعتمد على اللغة المحددة على جهازك.",enableTranslationsHeader:"تمكين الترجمة التلقائية لرسائل التقرير",enableTranslationsSubDescriptionv2:"يمكنك التبديل بين اللغة المترجمة واللغة الأصلية في كل محادثة.",updateTranslationFailed:"فشل تحديث الترجمة",updateTranslationSuccess:"تم تحديث إعدادات الترجمة بنجاح"},Password:{changePasswordHeader:"تغيير كلمة المرور",createNewPassword:"الرجاء إنشاء كلمة مرور جديدة",createPasswordHeader:"كلمة المرور الخاصة بك",currentPasswordPlaceholder:"أدخل كلمة المرور الحالية",description:"يجب أن تتكون كلمة المرور الصالحة من 9 حروف على الأقل وأن تشتمل على حرف كبير واحد ورقم واحد.",enterCurrentPassword:"الرجاء إدخال كلمة المرور الحالية",newDescription:"أنشئ كلمة مرور قوية للحفاظ على أمان حسابك. ابدأ الكتابة لرؤية الإرشادات أدناه.",passwordPlaceholder:"إنشاء كلمة مرور",reenterPlaceholder:"أدخل كلمة المرور مرة أخرى",subtitle:"أنشئ كلمة مرور لإرسال هذا التقرير والوصول إليه في المستقبل"},Perpetrators:{description:"هل تقوم بالإبلاغ عن شخص معين أم عدة أشخاص؟ هل يمكنك تسميته أو وصفه؟",header:"الأشخاص المتورطين",placeholder:"ابدأ في الكتابة واستخدم الفاصلة لإضافة أسماء أو أوصاف متعددة"},PoweredByVault:"بإدارة من {{company}}",PrivacyStatement:"بيان الخصوصية للمنتج",PublicMessageList:{myMessages:"رسائلي"},PublicMoreEvidence:{additionalEvidenceHeader:"تمت إضافة الأدلة إلى التقرير الحالي",backToReportId:"العودة إلى تقرير الهوية: {{reportId}}",description:"إضافة الملفات كدليل يمكن أن يساعد في دعم فعالية الحل من قبل مدير القضية. يرجى النظر في محتوى الملف (بما في ذلك بيانات التعريف الخاصة بالملف) إذا كنت ترغب في البقاء مجهولًا ، واحترام حقوق الأفراد الآخرين والقوانين المعمول بها. للمزيد من المعلومات، يرجى الاطلاع على هذا مقالة المساعدة",header:"أضف أدلة إضافية إلى التقرير",vaultTalkOpenCaseHeader:"أضف الأدلة إلى تقريرك"},PublicReport:{anonymous:"مجهول",backToReports:"الرجوع إلى التقارير",skipped:"تم التخطي"},PublicReportCard:{addEvidence:"أضف أدلة إضافية",messageCaseManager:"مدير حالة الرسائل",reportId:"مُعرف التقرير: ",submitted:"تم الإرسال",vaultTalkClosedCaseCTA:"عرض الأدلة",vaultTalkOpenCaseCTA:"أضف دليل",viewAdditionalEvidence:"عرض أدلة إضافية",viewReport:"عرض التقرير"},PublicReportsList:{reportingSystem:"نظام الإبلاغ"},Question:{placeholder:"ابدأ الكتابة...",question:"قدم التفاصيل",questionText:"يرجى مشاركة مخاوفك أو التحديث أو الاستفسار معنا."},Relationship:{header:"علاقتك بالمنظمة",tellUsAbout:"من فضلك أخبرنا عن علاقتك بالمنظمة."},ResponsiveNavMenu:{messages:"رسائلي",reports:"تقاريري"},SpamPuzzle:{dialog:"للمتابعة، الرجاء حل هذه الأحجية"},SubmissionTypes:{reportIssue:"اختر فئة",whatType:"اختر الفئة التي تصف تقريرك أفضل"},SubmitSuccess:{category:"الفئة: {{category}}",dateSubmitted:"تاريخ التقديم: {{date}}",recordYourVaultID:"تذكر هذه المعلومات لتسجيل الدخول",successMessage:"تم تقديم تقريرك وهو جاهز للمراجعة. سيتم تمييز أي ملفات مرفقة تتطلب الاهتمام عند تسجيل الدخول. قم بتسجيل الدخول أدناه لعرض تحديثات التقرير وإرسال رسالة إلى مدير الحالة الخاص بك.",successThankYou:"شكراً على تقريرك!",viewReport:"عرض التقرير"},Time:{approximateDescription:"هل تتذكر الوقت التقريبي الذي وقع فيه الحدث؟",approximatePlaceholder:"مثال: في الصباح، بعد الظهر",description:"هل تتذكر الوقت الذي وقع فيه الحدث؟",header:"في أي وقت حدث؟",invalidTime:"يجب أن يكون تنسيق الوقت HH:MM"},UserSettingsDialog:{changePassword:"تغيير كلمة المرور",closeDialog:"إغلاق الحوار",logout:"تسجيل الدخول",messageSettings:"إعدادات الرسالة",userSettings:"إعدادات المستخدم"},Witnesses:{description:"هل أخبرت أي شخص آخر أو رأى أي شخص ما حدث؟",header:"هل يوجد أي شهود؟",placeholder:"ابدأ الطباعة..."}},reporting:{ReportingActivate:{buttonText:"استمر",description:"إذا كان لديك حساب لدينا ، فسنرسل لك بريدًا إلكترونيًا مع التعليمات لإكمال عملية التسجيل.",emailInput:"بريد إلكتروني",header:"أدخل بريدك الإلكتروني العملي",successAccount:"إذا كان لديك حساب لدينا، ستحصل على بريد إلكتروني به تعليمات حول كيفية تعيين كلمة المرور الخاصة بك.",successEmail:"إذا لم تره فورًا، يرجى الانتظار بضع دقائق وتحديث صندوق البريد الإلكتروني الخاص بك.",successHeading:"شكرا لك"},ReportingConnect:{cancelButton:"إلغاء",connectButton:"اتصل",disclaimer:"ربط حساب Slack الخاص بك بحساب Vault الخاص بك يضمن اتصال آمن وخاص.

بالربط، يمكنك الإبلاغ عن سلوك غير لائق أو طرح سؤال مباشرة داخل Slack. ستكون لديك دائمًا الخيار للإبلاغ بشكل مجهول بعد الربط. خصوصيتك وأمانك هما أولوياتنا الأولى.",heading:"تطلب Vault Platform الإذن للوصول إلى حساب Slack {{organisationName}} الخاص بك",listHeading:"ما الذي سيتمكن Vault من القيام به؟",permissionIdentity:{extraInfo:"سيكون لـ Vault القدرة على عرض هوية مستخدم Slack الخاص بك",heading:"عرض معلومات حول هوية المستخدم"},permissionNotifications:{extraInfo:"سيتمكن Vault من إرسال إشعارات لك حساب Slack الخاص بك، بشأن أي تحديثات على التقرير المقدم أو السؤال",heading:"إرسال إشعارات لك"},permissionOverview:{extraInfo:"سيقدم Vault نظرة عامة على جميع التقديمات في الصفحة الرئيسية",heading:"نظرة عامة على الطلبات"},permissionSubmitReport:{extraInfo:"سيمنح هذا Vault إذنًا لتقديم تقرير أو طرح سؤال ، مباشرة إلى مؤسستك ، من Slack",heading:"قدم تقريرًا أو سؤالًا نيابة عنك"},successfulConnectionDescription:"تم الآن ربط حساب Vault وحساب Slack الخاص بك. يمكنك الآن إغلاق هذا العلامة التبويب والعودة إلى Slack.",successfulConnectionHeading:"تم الاتصال بنجاح",unsuccessfulConnectionDescription:"حدث خطأ ما. يرجى إغلاق هذا العلامة والعودة إلى Slack للمحاولة مرة أخرى.",unsuccessfulConnectionHeading:"فشل الاتصال"},ReportingLogin:{createAccountCTA:"سجل للحصول على حساب",emailLabel:"بريدك الإلكتروني",loginButton:"تسجيل الدخول",newPasswordPlaceholder:"كلمة السر الجديدة",passwordFailMessage:"عد إلى تطبيق Vault في Slack وحاول مرة أخرى. إذا استمرت المشكلة، فاتصل بنا على techsupport@vaultplatform.com",passwordFailTitle:"حدث خطأ ما",passwordLabel:"كلمة مرورك",passwordPlaceholder:"أدخل كلمة مرورك",passwordResetRequired:"مطلوب إعادة تعيين كلمة المرور",passwordSuccessfullySetMessage:"عد إلى تطبيق Vault في Slack واعتمد باستخدام كلمة المرور الجديدة لتكمل من حيث توقفت.",passwordSuccessfullySetTitle:"تم تعيين كلمة المرور بنجاح",reenterPlaceholder:"أعد إدخال كلمة المرور",title:"مركز الصحفي",tooltip:'إذا لم تقم بتعيين كلمة مرور لتطبيق Vault بعد، اتبع الرابط هنا للبدء. إذا نسيت كلمة المرور الخاصة بك، استخدم رابط "نسيت كلمة المرور" أدناه.',usernameLoginFailed:"فشل تسجيل الدخول ، اسم المستخدم أو كلمة المرور غير صحيحة"},ReportingReset:{failureDescription:"عُد إلى تطبيق Vault في Slack وحاول مرة أخرى. إذا استمرت المشكلة، اتصل بنا على techsupport@vaultplatform.com",failureHeading:"حدث خطأ ما",successDescription:"عد إلى تطبيق Vault في Slack وقم بالمصادقة باستخدام كلمة المرور الجديدة الخاصة بك للاستمرار من حيث توقفت",successHeading:"تم تعيين كلمة المرور بنجاح"}},validators:{passwordLength:"يجب أن تتكون كلمة المرور من 9 أحرف على الأقل",passwordLowercase:"يجب أن تحتوي كلمة المرور على حرف صغير واحد 1 على الأقل",passwordMissMatch:"يجب أن تتطابق حقول كلمة المرور والتأكيد.",passwordNumeric:"يجب أن تحتوي كلمة المرور على رقم واحد 1 على الأقل",passwordUppercase:"يجب أن تحتوي كلمة المرور على حرف كبير واحد 1 على الأقل"},validatorsNew:{passwordLength:"بين 10 و 30 حرف",passwordLowercase:"على الأقل حرف واحد صغير",passwordMissMatch:"كلمات السر لا تتطابق",passwordNumeric:"على الأقل رقم واحد",passwordSpecialCharacter:"على الأقل حرف خاص واحد",passwordUppercase:"على الأقل حرف واحد كبير"}}},HWn={translation:{Buttons:{back:"Назад",changePassword:"Промяна",copiedVaultId:"Копирано!",copyVaultID:"Копиране на ID на Vault",create:"Създаване",next:"Напред",notSure:"Не съм сигурен(а).",signUp:"Регистрирайте се",submit:"Изпращане"},Errors:{createReportFailed:"Неуспешно създаване на сигнал."},ReportStatus:{CLOSED:"Приключен",INVESTIGATING:"Разследван",NEW:"Изпратен",READ:"Прочетен"},general:{time:{day:"Ден",days:"Дни",hour:"Час",hours:"Часове",minute:"Минута",minutes:"Минути",second:"Секунда",seconds:"Секунди"}},public:{ChatContainer:{anonymousLabel:"Анонимен",autoTranslate:"Автоматичният превод е изключен по подразбиране.",backToMessages:"Назад към съобщенията",caseSettings:"Настройки на казуса.",changeInProfile:"Ако желаете да промените тази настройка, можете да го направите във вашия профил",description:`Когато автоматичният превод е включен, всички съобщения за доклади ще бъдат - автоматично преведени чрез изкуствен интелект въз основа на езика по подразбиране, - избран на вашия браузър.`,descriptionSecondHalf:"Оригиналната версия на всички съобщения винаги се запазва и може да бъде намерена в чата.",messagePlaceholder:"Започнете да пишете...",messageSettings:"Настройки за съобщения.",originalMessages:"Оригинал",showMoreBanner:"Научете повече за автоматичните преводи",titlev2:"Прочетете всички съобщения на предпочитания от вас език.",translatedMessageLabel:"Преведено съобщение",translatedMessages:"Преведено",understood:"Разбрано"},CreatePublicReport:{createReport:"Създаване на сигнал",helpPage:"Отидете на нашата страница за помощ",loginToOpr:"Вход за проследяване на сигнали",or:"или",passwordPlaceholder:"Въведете парола",phoneNumberLoginFailed:"Неуспешно влизане, грешен телефонен номер/PIN",phoneNumberPlaceholder:"Въведете телефонния си номер",phoneNumberTooltip:"Въведете телефонния номер, който сте използвали, за да се свържете с VaultTalk",pinPlaceholder:"Въведете PIN",reportIntroductionParagraph1:"При докладване на инцидент ще Ви бъдат зададени няколко въпроса, които да Ви помогнат да документирате случая.",reportIntroductionParagraph2:"Преди да изпратите, имате възможност да останете анонимни, за да защитите личните си данни.",reportIntroductionParagraph3:"След изпращане можете да влизате по всяко време, за да видите напредъка по сигнала си и за да разговаряте със служител по случая.",reportIssue:"Докладване на проблем",usernameLoginFailed:"Влизането е неуспешно, грешно потребителско име/парола",validationError:{publicReport:{relationshipToCompanyRequired:"Изисква се връзка с компанията",reportedCategoryRequired:"Изисква се докладвана категория"}},vaultId:"ID във Vault",vaultIdPlaceholder:"Въведете своя имейл или ID във Vault",vaultIdTooltip:"За анонимни сигнали ID във Vault съдържа букви и цифри. Ако сигналът не е анонимен, ID във Vault е Вашият имейл адрес",vaultTalk:"VaultTalk",yourPassword:"Вашата парола",yourPhoneNumber:"Вашият телефонен номер",yourPin:"Вашият 6-цифрен PIN",yourVaultId:"Вашият ID във Vault"},CustomHeader:{companyLogo:"Лого на {{company}}",openReporting:"Открито подаване на сигнал",userSettings:"Настройки на потребителя"},Date:{approximateDescription:"Спомняте ли си приблизителната дата, на която се е случило събитието?",approximatePlaceholder:"Пример: преди 6 месеца/миналата година/миналия ноември",cancel:"отмяна",clear:"изчистване",description:"Спомняте ли си датата на събитието?",header:"В кой ден се случи?",ok:"ОК",placeholder:"Пример: 21 юни 2020 г."},Description:{whatHappened:"Какво се случи?",whatHappenedPlaceholder:"Използвайте свои думи...",whatHappenedText:"Опишете със свои думи какво се е случило"},Details:{disclaimer:"Тези данни ще бъдат оповестени в сигнала Ви. Ако желаете да запазите анонимност, погрижете се да не съдържат информация за самоличността Ви.",emailPlaceholder:"Имейл (незадължителен)",fullNamePlaceholder:"Име, презиме, фамилия (незадължително)",header:"Вашите данни",subtitle:"Ако желаете да получавате известия по този сигнал, добавете подходящ имейл адрес по-долу."},Emotion:{description:"Как се почувствахте? Какви бяха последиците?",header:"Какви бяха последиците?",placeholder:"Започнете да пишете..."},Evidence:{addedHeading:"Добавени",failedToOpenFileMessage:"Неуспешно отваряне на файла. Моля, опитайте отново",fileStatuses:{infectedUpload:"Отбелязано от проверка за сигурност",passedUpload:"Успешно преминаване на проверката за сигурност",pendingUpload:"В процес на проверка за сигурност",readyForDownload:"Готови за изтегляне"},mobileErrorMessage:"Отбелязани файлове: изпратете съобщение до служителя по Вашия случай",nameHeading:"Име",statusHeading:"Статус",tableTitle:"Доказателства",webErrorMessage:"Отбелязани файлове: Ако файла(овете) Ви са отбелязани, изпратете съобщение до служителя по случая"},FileUpload:{addFiles:"Добавяне на файлове",addMoreFiles:"Добавяне на още файлове",confirm:"Потвърждаване",description:"Добавянето на файлове като доказателства може да помогне за ефективното разрешаване на случая от служителя по Вашия случай. Моля, съобразете съдържанието на файловете (включително метаданните им), ако желаете да запазите анонимност, и зачитайте правата на останалите лица и приложимите закони.",dragDrop:"Пуснете файловете тук или",errorMessage:"Неуспешно качване на файл(ове) поради грешка в мрежата. Щракнете по-долу, за да изпратите съобщение на служителя по Вашия за помощ",fileLimit:"Ограничение за размера на всеки файл: 100 MB",fileUploadLimitText:"Можете да качите само 10 файла",header:"Добавяне на доказателства",helpArticle:"помощна статия",highlighted:"преглеждане на файлове",information:"Поддържани типове файлове",moreInformation:"За повече информация вижте това помощна статия",postSubmissionErrorMessage:"Не успяхме да качим файловете Ви поради системна грешка. Моля, изберете отново „потвърди“.",tooltipAudio:"Аудиозапис:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Документи:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Снимки:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Текст:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Видео:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Файлът е твърде голям",invalidFileType:"Неподдържан тип файл: {{extension}}",systemError:"Системна грешка",tooManyFiles:"Максималният брой файлове е {{maxFiles}}"},uploadFiles:"Качване на файлове"},Loading:{loading:"Моля, изчакайте, докато предадем сигнала Ви на служител по случаи...",postSubmissionLoading:"Моля, изчакайте, докато изпратим Вашия(ите) файл(ове)..."},Location:{description:"Къде се случи?",header:"Къде се случи?",placeholder:"Пример: в офиса"},MessageListBox:{messageCaseManager:"Съобщение до служителя по случая",report:"Сигнал {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Преводът е деактивиран",enableTranslationLabelEnabled:"Преводът е активиран",enableTranslationsDescription:"Активирайте автоматичните преводи и прочетете всички съобщения от доклада на предпочитания от вас език. Преведеният език се базира на езика, избран на вашето устройство.",enableTranslationsHeader:"Активирайте автоматични преводи за съобщения от доклади",enableTranslationsSubDescriptionv2:"Можете да превключвате между преведения и оригиналния език във всяка чат стая.",updateTranslationFailed:"Актуализацията на превода не бе успешна",updateTranslationSuccess:"Настройката за превод е актуализирана успешно"},Password:{changePasswordHeader:"Промяна",createNewPassword:"Моля, създайте нова парола",createPasswordHeader:"Вашата парола",currentPasswordPlaceholder:"Въведете текущата парола",description:"За да бъде валидна, паролата трябва да съдържа поне 9 символа и да включва една главна буква и една цифра",enterCurrentPassword:"Моля, въведете текущата си парола",newDescription:"Създайте силна парола, за да поддържате акаунта си в безопасност. Започнете да пишете, за да видите насоките по-долу.",passwordPlaceholder:"Създаване на парола",reenterPlaceholder:"Въведете отново паролата",subtitle:"Създайте парола за подаване на този сигнал и за достъп до него в бъдеще"},Perpetrators:{description:"Подавате ли сигнал за конкретно лице или лица? Можете ли да ги назовете по име или да ги опишете?",header:"Хора, участващи",placeholder:"Започнете да пишете и използвайте запетая, за да добавите повече от едно имена или описания"},PoweredByVault:"Поддържано от {{company}}",PrivacyStatement:"Декларация за поверителност на продукта",PublicMessageList:{myMessages:"Моите съобщения"},PublicMoreEvidence:{additionalEvidenceHeader:"Добавени доказателства към съществуващ сигнал",backToReportId:"Обратно към ID на сигнала: {{reportId}}",description:"Добавянето на файлове като доказателства може да помогне за ефективното разрешаване на случая от служителя по Вашия случай. Моля, съобразете съдържанието на файловете (включително метаданните им), ако желаете да запазите анонимност, и зачитайте правата на останалите лица и приложимите закони. За повече информация, вижте това помощна статия",header:"Добавяне на допълнителни доказателства към сигнала",vaultTalkOpenCaseHeader:"Добавяне на доказателства към сигнала"},PublicReport:{anonymous:"Анонимен",backToReports:"Обратно към сигнали",skipped:"Пропуснат"},PublicReportCard:{addEvidence:"Добавяне на допълнителни доказателства",messageCaseManager:"Съобщение до служителя по случая",reportId:"ID на сигнала:",submitted:"Изпратен",vaultTalkClosedCaseCTA:"Преглед на доказателства",vaultTalkOpenCaseCTA:"Добавяне на доказателства",viewAdditionalEvidence:"Преглед на допълнителни доказателства",viewReport:"Преглед на сигнал"},PublicReportsList:{reportingSystem:"Система за подаване на сигнали"},Question:{placeholder:"Започнете да пишете...",question:"Предоставяне на информация",questionText:"Моля, споделете Вашите опасения, актуална информация или запитване с нас"},Relationship:{header:"Връзката Ви с организацията",tellUsAbout:"Моля, разкажете ни за връзката Ви с организацията."},ResponsiveNavMenu:{messages:"Моите съобщения",reports:"Моите доклади"},SpamPuzzle:{dialog:"За да продължите, решете този пъзел"},SubmissionTypes:{reportIssue:"Изберете категория",whatType:"Изберете категорията, която описва най-добре сигнала"},SubmitSuccess:{category:"Категория: {{category}}",dateSubmitted:"Дата на подаване: {{date}}",recordYourVaultID:"Запомнете тази информация за вход",successMessage:"Вашият сигнал е подаден и е готов за преглед. Всички прикачени файлове, на които трябва да се обърне внимание, ще бъдат маркирани при влизане в системата. Влезте по-долу, за да видите актуална информация по сигнала и за да изпратите съобщение на служителя по Вашия случай.",successThankYou:"Благодарим Ви за сигнала!",viewReport:"Преглед на сигнал"},Time:{approximateDescription:"Спомняте ли си приблизителния час на събитието?",approximatePlaceholder:"Пример: сутрин, следобед",description:"Спомняте ли си часа на събитието?",header:"В колко часа се случи?",invalidTime:"Форматът на часа трябва да бъде ЧЧ:ММ"},UserSettingsDialog:{changePassword:"Промяна на парола",closeDialog:"Затваряне на диалоговия прозорец",logout:"Излизане",messageSettings:"Настройки за съобщения",userSettings:"Настройки на потребителя"},Witnesses:{description:"Казахте ли на някого или видя ли някой случилото се?",header:"Има ли свидетели?",placeholder:"Започнете да пишете..."}},reporting:{ReportingActivate:{buttonText:"Продължи",description:"Ако имате акаунт при нас, ще ви изпратим имейл с инструкции за завършване на регистрацията си.",emailInput:"Имейл",header:"Въведете вашия служебен имейл",successAccount:"Ако имате акаунт при нас, ще получите имейл с инструкции как да зададете паролата си.",successEmail:"Ако не го видите веднага, моля изчакайте няколко минути и обновете входящата си поща.",successHeading:"Благодаря ви"},ReportingConnect:{cancelButton:"Отмени",connectButton:"Свържете се",disclaimer:"Свързването на вашия Slack акаунт с вашия Vault акаунт гарантира сигурна и лична връзка.

Свързвайки се, можете да докладвате за нередности или да зададете въпрос директно в Slack. Винаги ще имате възможността да подавате анонимни сигнали след свързване. Вашата лична сигурност и тайна са наши най-високи приоритети.",heading:"Vault Platform иска разрешение за достъп до вашия Slack акаунт от {{organisationName}}",listHeading:"Какво ще може да прави Vault?",permissionIdentity:{extraInfo:"Vault ще има възможността да вижда идентичността на вашите потребители в Slack.",heading:"Преглед на информация за идентичността на потребител"},permissionNotifications:{extraInfo:"Vault ще може да ви изпраща известия на вашия Slack акаунт, относно всички актуализации на подаден доклад или въпрос.",heading:"Изпращам ви известия"},permissionOverview:{extraInfo:"Vault ще покаже общ преглед на всички изпратени документи в началната страница",heading:"Преглед на подадените документи"},permissionSubmitReport:{extraInfo:"Това ще даде на Vault разрешение да подаде доклад или да зададе въпрос, директно към вашата организация, от Slack.",heading:"Подайте доклад или въпрос от ваше име"},successfulConnectionDescription:"Вашият Vault акаунт и Slack акаунт вече са свързани. Можете да затворите този раздел и да се върнете към Slack.",successfulConnectionHeading:"Успешно свързан",unsuccessfulConnectionDescription:"Нещо се обърка. Моля, затворете този раздел и се върнете към Slack, за да опитате отново.",unsuccessfulConnectionHeading:"Свързването не бе успешно"},ReportingLogin:{createAccountCTA:"Регистрирайте се за акаунт",emailLabel:"Вашият имейл",loginButton:"Вход",newPasswordPlaceholder:"Нова парола",passwordFailMessage:"Върнете се обратно към приложението Vault в Slack и опитайте отново. Ако проблемът продължи, свържете се с нас на techsupport@vaultplatform.com",passwordFailTitle:"Нещо се обърка",passwordLabel:"Вашата парола",passwordPlaceholder:"Въведете вашата парола",passwordResetRequired:"Изисква се възстановяване на паролата",passwordSuccessfullySetMessage:"Върнете се към приложението Vault в Slack и се удостоверете с новата си парола, за да продължите от мястото, на което сте спрели.",passwordSuccessfullySetTitle:"Паролата беше успешно зададена",reenterPlaceholder:"Повторете паролата",title:"Репортер Хъб",tooltip:'Ако никога до сега не сте задавали парола за приложението Vault, следвайте тези стъпки за да започнете. Ако сте забравили паролата си, използвайте връзката "Забравена парола" по-долу.',usernameLoginFailed:"Входът беше неуспешен, потребителското име или паролата са грешни"},ReportingReset:{failureDescription:"Върнете се обратно в приложението Vault в Slack и опитайте отново. Ако проблемът продължава, свържете се с нас на techsupport@vaultplatform.com.",failureHeading:"Нещо се обърка",successDescription:"Върнете се обратно в приложението Vault в Slack и се удостоверете с новата си парола, за да продължите оттам, където сте спрели.",successHeading:"Паролата беше успешно зададена"}},validators:{passwordLength:"Дължината на паролата трябва да е поне 9 символа",passwordLowercase:"Паролата трябва да съдържа поне 1 малка буква",passwordMissMatch:"Полетата за парола и потвърждение трябва да съвпадат.",passwordNumeric:"Паролата трябва да съдържа поне 1 цифра",passwordUppercase:"Паролата трябва да съдържа поне 1 главна буква."},validatorsNew:{passwordLength:"Между 10 и 30 символа",passwordLowercase:"Поне една малка буква",passwordMissMatch:"Паролите не съвпадат",passwordNumeric:"Поне едно число",passwordSpecialCharacter:"Поне един специален символ",passwordUppercase:"Поне една главна буква"}}},GWn={translation:{Buttons:{back:"Zpět",changePassword:"Změnit heslo",copiedVaultId:"Zkopírováno!",copyVaultID:"Zkopírujte ID Vault",create:"Vytvořit",next:"Další",notSure:"Nevím to jistě",signUp:"Přihlásit se",submit:"Podat"},Errors:{createReportFailed:"Vytváření záznamu se nezdařilo."},ReportStatus:{CLOSED:"Uzavřeno",INVESTIGATING:"Ve vyšetřování",NEW:"Podáno",READ:"Přečteno"},general:{time:{day:"Den",days:"Dny",hour:"Hodina",hours:"Hodiny",minute:"Minuta",minutes:"Minuty",second:"Druhý",seconds:"Sekundy"}},public:{ChatContainer:{anonymousLabel:"Anonymní",autoTranslate:"Auto-překlad je ve výchozím nastavení vypnutý.",backToMessages:"Zpět na zprávy",caseSettings:"Nastavení případu.",changeInProfile:"Pokud si přejete toto nastavení změnit, můžete tak učinit ve svém profilu.",description:`Když je zapnuto automatické překládání, všechny zprávy z hlášení budou - automaticky přeloženy pomocí AI na základě výchozího jazyka - vybraného na vašem prohlížeči.`,descriptionSecondHalf:"Původní verze všech zpráv je vždy zachována a lze ji najít v chatu.",messagePlaceholder:"Začněte psát...",messageSettings:"Nastavení zpráv.",originalMessages:"Původní",showMoreBanner:"Dozvědět se více o automatických překladech",titlev2:"Přečtěte si všechny zprávy ve svém preferovaném jazyce.",translatedMessageLabel:"Přeložená zpráva",translatedMessages:"Přeloženo",understood:"Rozumím"},CreatePublicReport:{createReport:"Vytvořit nový záznam",helpPage:"Přejděte na naši stránku s pomocí",loginToOpr:"Přihlaste se k sledování zpráv",or:"nebo",passwordPlaceholder:"Zadejte heslo",phoneNumberLoginFailed:"Přihlášení se nezdařilo, telefonní číslo / pin je nesprávné",phoneNumberPlaceholder:"Zadejte své telefonní číslo",phoneNumberTooltip:"Zadejte telefonní číslo, které jste použili k kontaktování VaultTalk.",pinPlaceholder:"Zadejte PIN",reportIntroductionParagraph1:"Při hlášení incidentu se vás zeptáme na několik otázek, které vám pomohou zdokumentovat vaši zkušenost.",reportIntroductionParagraph2:"Před odesláním máte možnost zůstat anonymní k ochraně svého soukromí.",reportIntroductionParagraph3:"Po odeslání se můžete kdykoli přihlásit a sledovat průběh vaší zprávy a mluvit s manažerem případu.",reportIssue:"Nahlásit problém",usernameLoginFailed:"Přihlášení se nezdařilo, uživatelské jméno / heslo je nesprávné",validationError:{publicReport:{relationshipToCompanyRequired:"Je vyžadován vztah k firmě.",reportedCategoryRequired:"Požadovaná kategorie je povinná"}},vaultId:"Vault ID",vaultIdPlaceholder:"Zadejte svůj e-mail nebo ID Vault",vaultIdTooltip:"Pro anonymní hlášení je ID Vault alfanumerické. Pokud hlášení nebylo anonymní, je vaše ID Vault vaše e-mailová adresa.",vaultTalk:"VaultTalk",yourPassword:"Vaše heslo",yourPhoneNumber:"Vaše telefonní číslo",yourPin:"Váš šestimístný PIN",yourVaultId:"Vaše ID Vault"},CustomHeader:{companyLogo:"Firemní logo",openReporting:"Otevřít nahlašování",userSettings:"Uživatelská nastavení"},Date:{approximateDescription:"Pamatujete si přibližné datum, kdy k události došlo?",approximatePlaceholder:"Příklad: před 6 měsíci / loni / loni v listopadu",cancel:"zrušit",clear:"vymazat",description:"Pamatujete si datum, kdy k události došlo?",header:"Který den k ní došlo?",ok:"ok",placeholder:"Příklad: 21. června 2020"},Description:{whatHappened:"Co se stalo?",whatHappenedPlaceholder:"Použijte vlastní slova…",whatHappenedText:"Popište vlastními slovy, co se stalo"},Details:{disclaimer:"Tyto podrobnosti budou zveřejněny s vaší zprávou. Pokud si přejete zůstat anonymní, ujistěte se, že neobsahují identifikační informace.",emailPlaceholder:"E-mail (volitelný)",fullNamePlaceholder:"Celé jméno (volitelné)",header:"Vaše údaje",subtitle:"Pokud chcete dostávat upozornění na tento report, přidejte níže vhodnou e-mailovou adresu."},Emotion:{description:"Jak jste se cítili? Jaký to mělo dopad?",header:"Jaký to mělo dopad?",placeholder:"Začněte psát…"},Evidence:{addedHeading:"Přidáno",failedToOpenFileMessage:"Otevření souboru selhalo. Prosím, zkuste to znovu.",fileStatuses:{infectedUpload:"Označeno bezpečnostní kontrolou",passedUpload:"Prošel bezpečnostní kontrolou",pendingUpload:"Probíhá bezpečnostní kontrola",readyForDownload:"Připraveno ke stažení"},mobileErrorMessage:"Označené soubory: napište svému případovému manažerovi",nameHeading:"Jméno",statusHeading:"Stav",tableTitle:"Důkaz",webErrorMessage:"Označené soubory: Pokud byly vaše soubor(y) označeny, prosím, zašlete zprávu správci případu."},FileUpload:{addFiles:"Přidat soubory",addMoreFiles:"Přidejte další soubory",confirm:"Potvrďte",description:"Přidání souborů jako důkaz může podpořit efektivitu řešení vaším správcem případu. Prosím zvažte obsah souboru (včetně metadat souboru), pokud si přejete zůstat anonymní, a respektujte práva ostatních jedinců a platné zákony.",dragDrop:"Sem přetáhněte soubory nebo",errorMessage:"Soubor(y) selhal(y) kvůli chybě v síti. Klikněte níže, abyste zaslali zprávu svému správci případů pro pomoc.",fileLimit:"Omezení velikosti každého souboru: 100MB",fileUploadLimitText:"Můžete nahrát pouze 10 souborů",header:"Přidat důkaz",helpArticle:"nápovědný článek",highlighted:"procházet soubory",information:"Podporované typy souborů",moreInformation:"Pro více informací, prosím podívejte se na to nápovědný článek",postSubmissionErrorMessage:"Nemohli jsme nahrát vaše soubory kvůli systémové chybě. Prosím, vyberte znovu 'potvrdit'.",tooltipAudio:"Zvuk:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumenty:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Obrázky:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Text:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Soubor je příliš velký",invalidFileType:"Nepodporovaný typ souboru: {{extension}}",systemError:"Chyba systému",tooManyFiles:"Maximální počet souborů je {{maxFiles}}"},uploadFiles:"Nahrát soubory"},Loading:{loading:"Prosím počkejte, zatímco odesíláme vaši zprávu k případovému manažerovi...",postSubmissionLoading:"Prosím počkejte, zatímco odesíláme vaše soubor(y)..."},Location:{description:"Kde k ní došlo?",header:"Kde k ní došlo?",placeholder:"Příklad: v kanceláři"},MessageListBox:{messageCaseManager:"Napsat manažerovi případu",report:"Hlášení {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Překlad zakázán",enableTranslationLabelEnabled:"Překlad povolen",enableTranslationsDescription:"Povolte automatické překlady a čtěte všechny zprávy z reportů ve svém preferovaném jazyce. Přeložený jazyk je založen na jazyku vybraném na vašem zařízení.",enableTranslationsHeader:"Povolit automatické překlady pro zprávy o hlášeních",enableTranslationsSubDescriptionv2:"Můžete přepínat mezi přeloženým a původním jazykem v každém chatu.",updateTranslationFailed:"Aktualizace překladu selhala",updateTranslationSuccess:"Nastavení překladu bylo úspěšně aktualizováno"},Password:{changePasswordHeader:"Změnit heslo",createNewPassword:"Vytvořte si nové heslo",createPasswordHeader:"Vaše heslo",currentPasswordPlaceholder:"Zadejte aktuální heslo",description:"Platné heslo musí mít alespoň 9 znaků a musí obsahovat jedno velké písmeno a jedno číslo",enterCurrentPassword:"Zadejte aktuální heslo",newDescription:"Vytvořte silné heslo pro zabezpečení vašeho účtu. Začněte psát a pod ním se zobrazí pokyny.",passwordPlaceholder:"Vytvořte si heslo",reenterPlaceholder:"Znovu zadejte heslo",subtitle:"Vytvořte si heslo, ať můžete hlášení odeslat a později se k němu znovu přihlásit"},Perpetrators:{description:"Nahlašujete konkrétní osobu nebo více lidí? Můžete je jmenovat nebo popsat?",header:"Zúčastněné osoby",placeholder:"Začnete psát a jednotlivá jména nebo popisy oddělujte čárkou"},PoweredByVault:"Od společnosti {{company}}",PrivacyStatement:"Prohlášení o ochraně soukromí produktu",PublicMessageList:{myMessages:"Moje zprávy"},PublicMoreEvidence:{additionalEvidenceHeader:"Důkazy přidány k existující zprávě",backToReportId:"Zpět na hlášení ID: {{reportId}}",description:"Přidání souborů jako důkaz může podpořit efektivitu řešení vašeho případu správcem. Prosím zvažte obsah souboru (včetně metadat souboru), pokud si přejete zůstat anonymní a respektujte práva ostatních jedinců a platné zákony. Pro více informací prosím navštivte toto nápovědný článek",header:"Přidejte další důkazy do zprávy",vaultTalkOpenCaseHeader:"Přidejte důkazy do své zprávy"},PublicReport:{anonymous:"Anonymní",backToReports:"Zpět na hlášení",skipped:"Přeskočeno"},PublicReportCard:{addEvidence:"Přidejte další důkazy",messageCaseManager:"Napsat manažerovi případu",reportId:"ID hlášení:",submitted:"Podáno",vaultTalkClosedCaseCTA:"Zobrazit důkazy",vaultTalkOpenCaseCTA:"Přidat důkaz",viewAdditionalEvidence:"Zobrazit další důkazy",viewReport:"Zobrazit hlášení"},PublicReportsList:{reportingSystem:"Ohlašovací systém"},Question:{placeholder:"Začněte psát...",question:"Poskytněte podrobnosti",questionText:"Sdílejte s námi svůj dotaz, aktualizaci nebo poptávku."},Relationship:{header:"Váš vztah k organizaci",tellUsAbout:"Popište svůj vztah k organizaci."},ResponsiveNavMenu:{messages:"Moje zprávy",reports:"Moje zprávy"},SpamPuzzle:{dialog:"Vyřešte skládačku a pokračujte"},SubmissionTypes:{reportIssue:"Vyberte kategorii",whatType:"Vyberte kategorii, která nejlépe popisuje vaši zprávu"},SubmitSuccess:{category:"Kategorie: {{category}}",dateSubmitted:"Datum odeslání: {{date}}",recordYourVaultID:"Zapamatujte si tyto informace pro přihlášení",successMessage:"Vaše zpráva byla odeslána a je připravena k prohlížení. Všechny přiložené soubory, které vyžadují pozornost, budou po přihlášení označeny. Přihlašte se níže pro zobrazení aktualizací zpráv a posílání zpráv svému správci případů.",successThankYou:"Děkujeme za váš report!",viewReport:"Zobrazit zprávu"},Time:{approximateDescription:"Pamatujete si přibližný čas, kdy k události došlo?",approximatePlaceholder:"Příklad: dopoledne, odpoledne",description:"Pamatujete si čas, kdy se událost odehrála?",header:"V kolik hodin k ní došlo?",invalidTime:"Čas musí být uveden ve formátu HH:MM"},UserSettingsDialog:{changePassword:"Změnit heslo",closeDialog:"Zavřít okno",logout:"Odhlásit se",messageSettings:"Nastavení zpráv",userSettings:"Uživatelská nastavení"},Witnesses:{description:"Řekli jste o tom někomu jinému nebo viděl někdo, co se stalo?",header:"Nějací svědci?",placeholder:"Začněte psát…"}},reporting:{ReportingActivate:{buttonText:"Pokračovat",description:"Pokud u nás máte účet, zašleme vám e-mail s instrukcemi k dokončení vaší registrace.",emailInput:"E-mail",header:"Zadejte svůj pracovní e-mail",successAccount:"Pokud u nás máte účet, obdržíte e-mail s instrukcemi, jak nastavit své heslo.",successEmail:"Pokud to hned nevidíte, počkejte prosím několik minut a obnovte svůj e-mailový vstup.",successHeading:"Děkuji"},ReportingConnect:{cancelButton:"Zrušit",connectButton:"Připojit",disclaimer:"Připojení vašeho účtu Slack k vašemu účtu Vault zajišťuje bezpečné a soukromé spojení.

Po připojení můžete hlásit nesprávné chování nebo položit otázku přímo v Slacku. Vždy budete mít možnost nahlásit anonymně. Vaše soukromí a bezpečnost jsou naše nejvyšší priority.",heading:"Vault Platform žádá o povolení přístupu k vašemu {{organisationName}} Slack účtu",listHeading:"Co bude Vault schopen dělat?",permissionIdentity:{extraInfo:"Vault bude mít schopnost zobrazit identitu vašeho uživatele na Slacku.",heading:"Zobrazit informace o totožnosti uživatele"},permissionNotifications:{extraInfo:"Vault bude schopen vám posílat upozornění na váš Slack účet týkající se jakýchkoli aktualizací odeslané zprávy nebo otázky.",heading:"Posílat vám oznámení"},permissionOverview:{extraInfo:"Vault zobrazí přehled všech příspěvků na úvodní stránce",heading:"Přehled příspěvků"},permissionSubmitReport:{extraInfo:"Toto udělí Vault oprávnění odeslat zprávu nebo položit otázku přímo vaší organizaci z Slacku.",heading:"Podat zprávu nebo otázku jménem Vault"},successfulConnectionDescription:"Váš účet Vault a Slack jsou nyní propojeny. Nyní můžete zavřít tuto kartu a vrátit se do Slacku.",successfulConnectionHeading:"Úspěšně připojeno",unsuccessfulConnectionDescription:"Něco se pokazilo. Prosím zavřete tuto kartu a vraťte se zpět do Slacku a zkuste to znovu.",unsuccessfulConnectionHeading:"Připojení selhalo"},ReportingLogin:{createAccountCTA:"Zaregistrujte se na účet",emailLabel:"Váš email",loginButton:"Přihlásit se",newPasswordPlaceholder:"Nové heslo",passwordFailMessage:"Vraťte se zpět do aplikace Vault v Slacku a zkuste to znovu. Pokud problém pokračuje, obraťte se na nás na techsupport@vaultplatform.com",passwordFailTitle:"Něco se pokazilo",passwordLabel:"Vaše heslo",passwordPlaceholder:"Zadejte své heslo",passwordResetRequired:"Je nutné resetovat heslo",passwordSuccessfullySetMessage:"Vraťte se zpět do aplikace Vault v Slacku a ověřte se pomocí svého nového hesla, abyste mohli pokračovat tam, kde jste skončili.",passwordSuccessfullySetTitle:"Heslo úspěšně nastaveno",reenterPlaceholder:"Zadejte heslo znovu",title:"Zpravodajské centrum",tooltip:'Pokud jste pro aplikaci Vault ještě nenastavili heslo, postupujte podle pokynů zde. Pokud jste zapomněli své heslo, použijte odkaz "Zapomenuté heslo" níže.',usernameLoginFailed:"Přihlášení se nezdařilo, uživatelské jméno nebo heslo je nesprávné"},ReportingReset:{failureDescription:"Vraťte se zpět do aplikace Vault v Slacku a zkuste to znovu. Pokud problém pokračuje, obraťte se na nás na techsupport@vaultplatform.com",failureHeading:"Něco se pokazilo",successDescription:"Vraťte se zpět do aplikace Vault v Slacku a ověřte se svým novým heslem, abyste mohli pokračovat tam, kde jste skončili.",successHeading:"Heslo úspěšně nastaveno"}},validators:{passwordLength:"Heslo musí mít alespoň 9 znaků",passwordLowercase:"Heslo musí obsahovat alespoň 1 malé písmeno",passwordMissMatch:"Heslo a potvrzovací pole se musí shodovat.",passwordNumeric:"Heslo musí obsahovat alespoň 1 číslo",passwordUppercase:"Heslo musí obsahovat alespoň 1 velké písmeno"},validatorsNew:{passwordLength:"Mezi 10 a 30 znaky",passwordLowercase:"Alespoň jedno malé písmeno",passwordMissMatch:"Hesla se neshodují",passwordNumeric:"Alespoň jedno číslo",passwordSpecialCharacter:"Alespoň jeden speciální znak",passwordUppercase:"Minimálně jedno velké písmeno"}}},WWn={translation:{Buttons:{back:"Tilbage",changePassword:"Skift",copiedVaultId:"Kopieret!",copyVaultID:"Kopiér Vault-ID",create:"Opret",next:"Næste",notSure:"Jeg er ikke sikker.",signUp:"Tilmeld",submit:"Indsend"},Errors:{createReportFailed:"Oprettelse af rapport mislykket."},ReportStatus:{CLOSED:"Lukket",INVESTIGATING:"Undersøger",NEW:"Indsendt",READ:"Læs"},general:{time:{day:"Dag",days:"Dage",hour:"Time",hours:"Timer",minute:"Minut",minutes:"Minutter",second:"Sekund",seconds:"Sekunder"}},public:{ChatContainer:{anonymousLabel:"Anonym",autoTranslate:"Automatisk oversættelse er slået fra som standard.",backToMessages:"Tilbage til beskeder",caseSettings:"Sagsindstillinger.",changeInProfile:"Hvis du ønsker at ændre denne indstilling, kan du gøre det i din profils ",description:`Når automatisk oversættelse er slået til, vil alle rapportbeskeder blive - automatisk oversat ved hjælp af AI baseret på standardsproget, - der er valgt i din browser.`,descriptionSecondHalf:"Den oprindelige version af alle beskeder bevares altid og kan findes i chatten.",messagePlaceholder:"Begynd at skrive...",messageSettings:"Indstillinger for beskeder.",originalMessages:"Original",showMoreBanner:"Lær mere om automatiske oversættelser",titlev2:"Læs alle beskeder på dit foretrukne sprog.",translatedMessageLabel:"Oversat besked",translatedMessages:"Oversat",understood:"Forstået"},CreatePublicReport:{createReport:"Opret en rapport",helpPage:"Gå til vores hjælpeside",loginToOpr:"Log ind for at følge rapporter",or:"eller",passwordPlaceholder:"Indtast adgangskode",phoneNumberLoginFailed:"Login mislykket, telefonnummer/pinkode forkert",phoneNumberPlaceholder:"Indtast dit telefonnummer",phoneNumberTooltip:"Indtast det telefonnummer, du brugte til at kontakte VaultTalk",pinPlaceholder:"Indtast pinkode",reportIntroductionParagraph1:"Når du rapporterer en hændelse, vil du blive stillet et par spørgsmål, som skal hjælpe dig med at dokumentere din oplevelse.",reportIntroductionParagraph2:"Før du sender, har du mulighed for at være anonym for at beskytte dit privatliv.",reportIntroductionParagraph3:"Når du har indsendt, kan du til enhver tid logge ind for at se, hvordan processen med din rapport skrider frem, og tale med en sagsbehandler.",reportIssue:"Rapportér et problem",usernameLoginFailed:"Login mislykkedes, brugernavn/adgangskode forkert",validationError:{publicReport:{relationshipToCompanyRequired:"Forhold til virksomheden er påkrævet",reportedCategoryRequired:"Den angivne kategori er nødvendig"}},vaultId:"Vault-ID",vaultIdPlaceholder:"Indtast din e-mail eller dit Vault-ID",vaultIdTooltip:"For anonyme rapporter er Vault-ID'et alfanumerisk. Hvis rapporten ikke var anonym, er Vault-ID'et din e-mailadresse",vaultTalk:"VaultTalk",yourPassword:"Din adgangskode",yourPhoneNumber:"Dit telefonnummer",yourPin:"Din 6-cifrede pinkode",yourVaultId:"Dit Vault-ID"},CustomHeader:{companyLogo:"{{company}}-logo",openReporting:"Åben rapportering",userSettings:"Brugerindstillinger"},Date:{approximateDescription:"Kan du omtrent huske den dato, hvor hændelsen fandt sted?",approximatePlaceholder:"Eksempel: For 6 måneder siden / sidste år / sidste november",cancel:"annuller",clear:"ryd",description:"Kan du huske, hvilken dato hændelsen fandt sted?",header:"Hvilken dag fandt det sted?",ok:"ok",placeholder:"Eksempel: 21. juni 2020"},Description:{whatHappened:"Hvad skete der?",whatHappenedPlaceholder:"Brug dine egne ord...",whatHappenedText:"Beskriv med dine egne ord, hvad der skete"},Details:{disclaimer:"Disse oplysninger vil blive offentliggjort sammen med din rapport. Hvis du ønsker at være anonym, skal du sørge for, at de ikke indeholder identificerende oplysninger.",emailPlaceholder:"E-mail (valgfrit)",fullNamePlaceholder:"Fuldt navn (valgfrit)",header:"Dine oplysninger",subtitle:"Hvis du ønsker at modtage notifikationer om denne rapport, skal du tilføje en e-mailadresse nedenfor."},Emotion:{description:"Hvordan fik det dig til at føle? Hvad var påvirkningen?",header:"Hvad var påvirkningen?",placeholder:"Begynd at skrive..."},Evidence:{addedHeading:"Tilføjet",failedToOpenFileMessage:"Kunne ikke åbne filen. Prøv igen",fileStatuses:{infectedUpload:"Markeret af sikkerhedstjek",passedUpload:"Bestået sikkerhedstjek",pendingUpload:"Sikkerhedstjek i gang",readyForDownload:"Klar til download"},mobileErrorMessage:"Markerede filer: Giv din sagsbehandler besked",nameHeading:"Navn",statusHeading:"Status",tableTitle:"Bevismateriale",webErrorMessage:"Markerede filer: Hvis din eller dine sager er blevet markeret, bedes du give besked til sagsbehandleren"},FileUpload:{addFiles:"Tilføj filer",addMoreFiles:"Tilføj flere filer",confirm:"Bekræft",description:"Hvis du tilføjer filer som bevismateriale, kan det hjælpe din sagsbehandler med at finde en løsning. Overvej filindholdet (herunder filmetadata), hvis du ønsker at forblive anonym, og respekter andre personers rettigheder og gældende love.",dragDrop:"Slip filer her eller",errorMessage:"Fil(er) mislykket på grund af en netværksfejl. Klik nedenfor for at sende en besked til din sagsbehandler om at få hjælp",fileLimit:"Grænse for hver fils størrelse: 100 MB",fileUploadLimitText:"Du kan kun uploade 10 filer",header:"Tilføj bevismateriale",helpArticle:"hjælp-artikel",highlighted:"gennemse filer",information:"Understøttede filtyper",moreInformation:"Du kan finde mere information her hjælp-artikel",postSubmissionErrorMessage:"Vi kunne ikke uploade dine filer på grund af en systemfejl. Vælg venligst 'bekræft' igen.",tooltipAudio:"Lyd:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumenter:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Billeder:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Tekst:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Filen er for stor",invalidFileType:"Ikke-understøttet filtype: {{extension}}",systemError:"Systemfejl",tooManyFiles:"Det maksimale antal filer er {{maxFiles}}"},uploadFiles:"Upload filer"},Loading:{loading:"Vent, mens vi sender din rapport til en sagsbehandler...",postSubmissionLoading:"Vent, mens vi sender dine filer..."},Location:{description:"Hvor skete det?",header:"Hvor skete det?",placeholder:"Eksempel: På kontoret"},MessageListBox:{messageCaseManager:"Besked til sagsbehandler",report:"Rapport {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Oversættelse deaktiveret",enableTranslationLabelEnabled:"Oversættelse aktiveret",enableTranslationsDescription:"Aktivér automatisk oversættelse, og læs alle rapportbeskeder på dit foretrukne sprog. Det oversatte sprog er baseret på det sprog, der er valgt på din enhed.",enableTranslationsHeader:"Aktivér automatisk oversættelse af rapportbeskeder",enableTranslationsSubDescriptionv2:"Du kan skifte mellem det oversatte og det originale sprog i hver chat.",updateTranslationFailed:"Opdatering af oversættelse mislykket",updateTranslationSuccess:"Oversættelsesindstilling opdateret"},Password:{changePasswordHeader:"Skift",createNewPassword:"Opret venligst en ny adgangskode",createPasswordHeader:"Din adgangskode",currentPasswordPlaceholder:"Indtast nuværende adgangskode",description:"En gyldig adgangskode skal være mindst 9 tegn lang og indeholde et stort bogstav og et tal",enterCurrentPassword:"Indtast din nuværende adgangskode",newDescription:"Opret en stærk adgangskode for at holde din konto sikker. Begynd at skrive for at se retningslinjerne nedenfor.",passwordPlaceholder:"Opret en adgangskode",reenterPlaceholder:"Indtast adgangskoden igen",subtitle:"Opret en adgangskode til at indsende denne rapport og få adgang til den i fremtiden"},Perpetrators:{description:"Rapporterer du en bestemt person eller flere personer? Kan du navngive eller beskrive dem?",header:"Involverede personer",placeholder:"Begynd at skrive, og brug et komma for at tilføje flere navne eller beskrivelser"},PoweredByVault:"Leveret af {{company}}",PrivacyStatement:"Produktets fortrolighedserklæring",PublicMessageList:{myMessages:"Mine beskeder"},PublicMoreEvidence:{additionalEvidenceHeader:"Bevismateriale tilføjet til eksisterende rapport",backToReportId:"Tilbage til rapport-ID: {{reportId}}",description:"Hvis du tilføjer filer som bevismateriale, kan det hjælpe din sagsbehandler med at finde en løsning. Overvej filindholdet (herunder filmetadata), hvis du ønsker at forblive anonym, og respekter andre personers rettigheder og gældende love. Du kan finde mere information her hjælp-artikel",header:"Tilføj yderligere beviser til rapporten",vaultTalkOpenCaseHeader:"Tilføj beviser til din rapport"},PublicReport:{anonymous:"Anonym",backToReports:"Tilbage til rapporter",skipped:"Sprunget over"},PublicReportCard:{addEvidence:"Tilføj yderligere beviser",messageCaseManager:"Besked til sagsbehandler",reportId:"Rapport-ID:",submitted:"Indsendt",vaultTalkClosedCaseCTA:"Se bevismateriale",vaultTalkOpenCaseCTA:"Tilføj bevismateriale",viewAdditionalEvidence:"Se yderligere beviser",viewReport:"Se rapport"},PublicReportsList:{reportingSystem:"Rapporteringssystem"},Question:{placeholder:"Begynd at skrive...",question:"Giv flere oplysninger",questionText:"Del din bekymring, information eller forespørgsel med os"},Relationship:{header:"Din relation til organisationen",tellUsAbout:"Fortæl os om din forbindelse til organisationen."},ResponsiveNavMenu:{messages:"Mine beskeder",reports:"Mine rapporter"},SpamPuzzle:{dialog:"For at fortsætte skal du løse denne opgave"},SubmissionTypes:{reportIssue:"Vælg en kategori",whatType:"Vælg den kategori, der bedst beskriver din rapport"},SubmitSuccess:{category:"Kategori: {{category}}",dateSubmitted:"Dato for indsendelse: {{date}}",recordYourVaultID:"Husk disse oplysninger til at logge ind",successMessage:"Din rapport er blevet indsendt og er klar til gennemgang. Eventuelle vedhæftede filer, der kræver opmærksomhed, vil blive markeret ved indlogning. Log ind nedenfor for at se rapportopdateringer og sende en besked til din sagsbehandler.",successThankYou:"Tak for din rapport!",viewReport:"Se rapport"},Time:{approximateDescription:"Kan du omtrent huske det tidspunkt, hvor hændelsen fandt sted?",approximatePlaceholder:"Eksempel: om morgenen, om eftermiddagen",description:"Kan du huske det tidspunkt, hvor hændelsen fandt sted?",header:"Hvornår skete det?",invalidTime:"Tidsformatet skal være TT:MM"},UserSettingsDialog:{changePassword:"Skift adgangskode",closeDialog:"Luk dialogvindue",logout:"Log ud",messageSettings:"Indstillinger for beskeder",userSettings:"Brugerindstillinger"},Witnesses:{description:"Fortalte du det til andre, eller var der nogen, der så, hvad der skete?",header:"Nogen vidner?",placeholder:"Begynd at skrive..."}},reporting:{ReportingActivate:{buttonText:"Fortsæt",description:"Hvis du har en konto hos os, sender vi dig en e-mail med vejledning til at gennemføre din tilmelding.",emailInput:"E-mail",header:"Indtast din arbejdsmail",successAccount:"Hvis du har en konto hos os, vil du modtage en e-mail med vejledning til, hvordan du indstiller din adgangskode.",successEmail:"Hvis du ikke ser den med det samme, så vent et par minutter, og opdater din indbakke.",successHeading:"Tak"},ReportingConnect:{cancelButton:"Annuller",connectButton:"Opret forbindelse",disclaimer:"At forbinde din Slack-konto med din Vault-konto sikrer en sikker og privat forbindelse.

Ved at forbinde kan du rapportere uhensigtsmæssig opførsel eller stille et spørgsmål direkte inden for Slack. Du vil altid have mulighed for at rapportere anonymt efter tilslutning. Dit privatliv og din sikkerhed er vores højeste prioriteter.",heading:" Vault Platform anmoder om tilladelse til at få adgang til din {{organisationName}} Slack-konto ",listHeading:"Hvad vil Vault være i stand til at gøre?",permissionIdentity:{extraInfo:"Vault får mulighed for at se din Slack-brugers identitet",heading:"Se oplysninger om en brugers identitet"},permissionNotifications:{extraInfo:"Vault vil være i stand til at sende beskeder til din Slack-konto om eventuelle opdateringer af en indsendt rapport eller et spørgsmål",heading:"Send dig notifikationer"},permissionOverview:{extraInfo:"Vault vil vise en oversigt over alle indsendelser på hjemmesiden",heading:"Oversigt over indsendelser"},permissionSubmitReport:{extraInfo:"Dette vil give Vault tilladelse til at indsende en rapport eller stille et spørgsmål direkte til din organisation fra Slack",heading:"Indsend en rapport eller et spørgsmål på dine vegne"},successfulConnectionDescription:"Din Vault-konto og Slack-konto er nu forbundet. Du kan nu lukke denne fane og vende tilbage til Slack.",successfulConnectionHeading:"Forbindelsen er oprettet med succes",unsuccessfulConnectionDescription:"Noget gik galt. Luk venligst denne fane og vend tilbage til Slack for at prøve igen.",unsuccessfulConnectionHeading:"Forbindelse mislykkedes"},ReportingLogin:{createAccountCTA:"Registrer for en konto",emailLabel:"Din Email",loginButton:"Login",newPasswordPlaceholder:"Ny adgangskode",passwordFailMessage:"Gå tilbage til Vault-appen i Slack, og prøv igen. Hvis problemet fortsætter, kan du kontakte os på techsupport@vaultplatform.com",passwordFailTitle:"Noget gik galt",passwordLabel:"Dit Rassword",passwordPlaceholder:"Indtast dit kodeord",passwordResetRequired:"Nulstilling af adgangskode påkrævet",passwordSuccessfullySetMessage:"Gå tilbage til Vault-appen i Slack, og godkend med din nye adgangskode for at fortsætte, hvor du slap.",passwordSuccessfullySetTitle:"Adgangskode indstillet",reenterPlaceholder:"Indtast adgangskode igen",title:"Reporter Hub",tooltip:'Hvis du aldrig har indstillet en adgangskode til Vault-appen endnu, følg her for at komme i gang. Hvis du har glemt din adgangskode, skal du bruge linket "Glemt adgangskode" nedenfor.',usernameLoginFailed:"Login mislykkedes, brugernavn eller adgangskode forkert"},ReportingReset:{failureDescription:"Gå tilbage til Vault App i Slack og prøv igen. Hvis problemet fortsætter, kontakt os på techsupport@vaultplatform.com",failureHeading:"Noget gik galt",successDescription:"Gå tilbage til Vault App i Slack og autenticer med din nye adgangskode for at fortsætte, hvor du slap.",successHeading:"Adgangskode er sat med succes"}},validators:{passwordLength:"Adgangskoden skal være mindst 9 tegn lang",passwordLowercase:"Adgangskoden skal indeholde mindst 1 lille bogstav",passwordMissMatch:"Adgangskoden og bekræftelsesfelterne skal stemme overens.",passwordNumeric:"Adgangskoden skal indeholde mindst 1 tal",passwordUppercase:"Adgangskoden skal indeholde mindst 1 stort bogstav"},validatorsNew:{passwordLength:"Mellem 10 og 30 tegn",passwordLowercase:"Mindst ét lille bogstav",passwordMissMatch:"Adgangskoder matcher ikke",passwordNumeric:"Mindst ét tal",passwordSpecialCharacter:"Mindst ét specialtegn",passwordUppercase:"Mindst ét stort bogstav"}}},qWn={translation:{Buttons:{back:"Zurück",changePassword:"Passwort ändern",copiedVaultId:"Kopiert!",copyVaultID:"Kopiere Vault ID",create:"Erstellen",next:"Weiter",notSure:"Ich bin nicht sicher",signUp:"Anmelden",submit:"Einreichen"},Errors:{createReportFailed:"Erstellen der Meldung fehlgeschlagen."},ReportStatus:{CLOSED:"Geschlossen",INVESTIGATING:"Wird untersucht",NEW:"Eingereicht",READ:"Gelesen"},general:{time:{day:"Tag",days:"Tage",hour:"Stunde",hours:"Stunden",minute:"Minute",minutes:"Minuten",second:"Sekunde",seconds:"Sekunden"}},public:{ChatContainer:{anonymousLabel:"Anonym",autoTranslate:"Die automatische Übersetzung ist standardmäßig deaktiviert.",backToMessages:"Zurück zu Nachrichten",caseSettings:"Einstellungen zum Fall.",changeInProfile:"Wenn Sie diese Einstellung ändern möchten, können Sie dies in Ihrem Profil tun.",description:"Wenn die automatische Übersetzung aktiviert ist, werden alle Berichtsnachrichten automatisch übersetzt, indem KI auf der Grundlage der in Ihrem Browser ausgewählten Standardsprache verwendet wird.",descriptionSecondHalf:"Die ursprüngliche Version aller Nachrichten wird immer aufbewahrt und kann im Chat gefunden werden.",messagePlaceholder:"Beginnen Sie zu tippen...",messageSettings:"Nachrichteneinstellungen.",originalMessages:"Original",showMoreBanner:"Erfahren Sie mehr über automatische Übersetzungen",titlev2:"Lesen Sie alle Nachrichten in Ihrer bevorzugten Sprache.",translatedMessageLabel:"Übersetzte Nachricht",translatedMessages:"Übersetzt",understood:"Verstanden"},CreatePublicReport:{createReport:"Neue Meldung erstellen",helpPage:"Gehe zu unserer Hilfeseite",loginToOpr:"Anmeldung zum Verfolgen von Berichten",or:"oder",passwordPlaceholder:"Passwort eingeben",phoneNumberLoginFailed:"Anmeldung fehlgeschlagen, Telefonnummer/PIN inkorrekt",phoneNumberPlaceholder:"Geben Sie Ihre Telefonnummer ein",phoneNumberTooltip:"Geben Sie die Telefonnummer ein, die Sie verwendet haben, um VaultTalk zu kontaktieren.",pinPlaceholder:"PIN eingeben",reportIntroductionParagraph1:"Wenn Sie einen Vorfall melden, werden Ihnen einige Fragen gestellt, um Sie bei der Dokumentation Ihrer Erfahrung zu unterstützen.",reportIntroductionParagraph2:"Bevor Sie absenden, haben Sie die Möglichkeit, anonym zu bleiben, um Ihre Privatsphäre zu schützen.",reportIntroductionParagraph3:"Nachdem Sie Ihre Angaben eingereicht haben, können Sie sich jederzeit einloggen, um den Fortschritt Ihres Berichts zu sehen und mit einem Fallmanager zu sprechen.",reportIssue:"Problem melden",usernameLoginFailed:"Anmeldung fehlgeschlagen, Benutzername/Passwort inkorrekt",validationError:{publicReport:{relationshipToCompanyRequired:"Die Beziehung zum Unternehmen ist erforderlich",reportedCategoryRequired:"Die gemeldete Kategorie ist erforderlich"}},vaultId:"Vault ID",vaultIdPlaceholder:"Geben Sie Ihre E-Mail oder Vault ID ein",vaultIdTooltip:"Für anonyme Berichte ist die Vault-ID alphanumerisch. Wenn der Bericht nicht anonym war, ist die Vault-ID Ihre E-Mail-Adresse.",vaultTalk:"VaultTalk",yourPassword:"Ihr Passwort",yourPhoneNumber:"Ihre Telefonnummer",yourPin:"Ihre 6-stellige PIN",yourVaultId:"Ihre Vault-ID"},CustomHeader:{companyLogo:"Firmenlogo",openReporting:"Reporting öffnen",userSettings:"Benutzereinstellungen"},Date:{approximateDescription:"Erinnern Sie sich an das ungefähre Datum, an dem der Vorfall stattgefunden hat?",approximatePlaceholder:"Beispiel: vor 6 Monaten / letztes Jahr / letzten November",cancel:"abbrechen",clear:"löschen",description:"Erinnern Sie sich an das Datum, an dem der Vorfall stattgefunden hat?",header:"An welchem Tag fand der Vorfall statt?",ok:"ok",placeholder:"Beispie: 21. Juni 2020"},Description:{whatHappened:"Was ist vorgefallen?",whatHappenedPlaceholder:"Verwenden Sie Ihre eigenen Worte...",whatHappenedText:"Beschreiben Sie in Ihren Worten, was vorgefallen ist."},Details:{disclaimer:"Diese Details werden mit Ihrer Meldung offengelegt. Wenn Sie anonym bleiben möchten, stellen Sie sicher, dass sie keine identifizierenden Informationen enthalten.",emailPlaceholder:"E-Mail-Adresse (optional)",fullNamePlaceholder:"Vollständiger Name (optional)",header:"Ihre Daten",subtitle:"Wenn Sie Benachrichtigungen zu diesem Bericht erhalten möchten, fügen Sie unten eine entsprechende E-Mail-Adresse hinzu."},Emotion:{description:"Wie haben Sie sich dabei gefühlt? Welche Auswirkung hatte das?",header:"Welche Auswirkung hatte das?",placeholder:"Geben Sie zuerst ein..."},Evidence:{addedHeading:"Hinzugefügt",failedToOpenFileMessage:"Fehler beim Öffnen der Datei. Bitte versuchen Sie es erneut.",fileStatuses:{infectedUpload:"Durch Sicherheitskontrolle markiert",passedUpload:"Bestandene Sicherheitsprüfung",pendingUpload:"Sicherheitsüberprüfung läuft",readyForDownload:"Bereit zum Herunterladen"},mobileErrorMessage:"Gekennzeichnete Dateien: Nachricht an Ihren Fallmanager",nameHeading:"Name",statusHeading:"Status",tableTitle:"Beweis",webErrorMessage:"Markierte Dateien: Wenn Ihre Datei(en) markiert wurde(n), bitte schicken Sie eine Nachricht an den Fallmanager."},FileUpload:{addFiles:"Dateien hinzufügen",addMoreFiles:"Füge mehr Dateien hinzu",confirm:"Bestätigen",description:"Das Hinzufügen von Dateien als Beweise kann die Effizienz der Lösung durch Ihren Fallmanager unterstützen. Bitte berücksichtigen Sie den Dateiinhalt (einschließlich der Dateimetadaten), wenn Sie anonym bleiben möchten, und respektieren Sie die Rechte anderer Personen und geltende Gesetze.",dragDrop:"Dateien hier ablegen oder",errorMessage:"Datei(en) aufgrund eines Netzwerkfehlers gescheitert. Klicken Sie unten, um Ihrem Fallmanager eine Nachricht zur Unterstützung zu senden.",fileLimit:"Dateigrößenlimit für jede Datei: 100MB",fileUploadLimitText:"Sie können nur 10 Dateien hochladen",header:"Beweise hinzufügen",helpArticle:"Hilfeartikel",highlighted:"Dateien durchsuchen",information:"Unterstützte Dateitypen",moreInformation:"Für weitere Informationen, sehen Sie bitte dies Hilfeartikel",postSubmissionErrorMessage:"Wir konnten Ihre Dateien aufgrund eines Systemfehlers nicht hochladen. Bitte wählen Sie 'bestätigen' erneut aus.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumente:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Bilder:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Text:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Die Datei ist zu groß",invalidFileType:"Nicht unterstützter Dateityp: {{Erweiterung}}",systemError:"Systemfehler",tooManyFiles:"Maximale Anzahl an Dateien ist {{maxFiles}}"},uploadFiles:"Dateien hochladen"},Loading:{loading:"Bitte warten Sie, während wir Ihren Bericht an einen Fallmanager weiterleiten...",postSubmissionLoading:"Bitte warten Sie, während wir Ihre Datei(en) übermitteln..."},Location:{description:"Wo ist das vorgefallen?",header:"Wo ist das vorgefallen?",placeholder:"Beispiel: Im Büro"},MessageListBox:{messageCaseManager:"Nachricht Fall-Manager",report:"Meldung {{displayReportId}}{{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Übersetzung deaktiviert",enableTranslationLabelEnabled:"Übersetzung aktiviert",enableTranslationsDescription:"Aktivieren Sie automatische Übersetzungen und lesen Sie alle Berichtsnachrichten in Ihrer bevorzugten Sprache. Die übersetzte Sprache basiert auf der Sprache, die auf Ihrem Gerät ausgewählt wurde.",enableTranslationsHeader:"Aktivieren Sie automatische Übersetzungen für Berichtsnachrichten",enableTranslationsSubDescriptionv2:"Sie können in jedem Chat zwischen der übersetzten und der Originalsprache wechseln.",updateTranslationFailed:"Aktualisierung der Übersetzung fehlgeschlagen",updateTranslationSuccess:"Übersetzungseinstellung erfolgreich aktualisiert"},Password:{changePasswordHeader:"Passwort ändern",createNewPassword:"Bitte geben Sie ein neues Passwort ein",createPasswordHeader:"Ihr Passwort",currentPasswordPlaceholder:"Aktuelles Passwort eingeben",description:"Ein gültiges Passwort muss mindestens 9 Zeichen lang sein und einen Großbuchstaben sowie eine Zahl enthalten.",enterCurrentPassword:"Bitte geben Sie Ihr aktuelles Passwort ein.",newDescription:"Erstellen Sie ein starkes Passwort, um Ihr Konto sicher zu halten. Beginnen Sie mit der Eingabe, um die Richtlinien unten zu sehen.",passwordPlaceholder:"Passwort erstellen",reenterPlaceholder:"Passwort erneut eingeben",subtitle:"Erstellen Sie ein Passwort, um diesen Bericht einzureichen und in Zukunft darauf zuzugreifen"},Perpetrators:{description:"Melden Sie eine bestimmte Person oder mehrere Personen? Können Sie sie benennen oder beschreiben?",header:"Beteiligte Personen",placeholder:"Beginnen Sie mit der Eingabe und verwenden Sie ein Komma, um mehrere Namen oder Beschreibungen hinzuzufügen."},PoweredByVault:"Von {{company}}",PrivacyStatement:"Datenschutzerklärung für Produkte",PublicMessageList:{myMessages:"Meine Nachrichten"},PublicMoreEvidence:{additionalEvidenceHeader:"Beweise zu bestehendem Bericht hinzugefügt",backToReportId:"Zurück zum Bericht ID: {{reportId}}",description:"Das Hinzufügen von Dateien als Beweismittel kann die Effizienz der Lösungsfindung durch Ihren Fallmanager unterstützen. Bitte beachten Sie den Dateiinhalt (einschließlich Datei-Metadaten), wenn Sie anonym bleiben möchten, und respektieren Sie die Rechte anderer Personen und geltende Gesetze. Für weitere Informationen, bitte sehen Sie dies an. Hilfeartikel",header:"Fügen Sie zusätzliche Beweise zum Bericht hinzu",vaultTalkOpenCaseHeader:"Fügen Sie Beweise zu Ihrem Bericht hinzu"},PublicReport:{anonymous:"Anonym",backToReports:"Zurück zu Meldungen",skipped:"Übersprungen"},PublicReportCard:{addEvidence:"Fügen Sie zusätzliche Beweise hinzu",messageCaseManager:"Nachricht Fall-Manager",reportId:"Melde-ID: ",submitted:"Eingereicht",vaultTalkClosedCaseCTA:"Beweise anzeigen",vaultTalkOpenCaseCTA:"Fügen Sie Beweise hinzu",viewAdditionalEvidence:"Zusätzliche Beweise anzeigen",viewReport:"Meldung anzeigen"},PublicReportsList:{reportingSystem:"Meldesystem"},Question:{placeholder:"Beginnen Sie zu tippen...",question:"Geben Sie Details an",questionText:"Bitte teilen Sie uns Ihr Anliegen, Update oder Ihre Anfrage mit."},Relationship:{header:"Ihre Beziehung zur Organisation",tellUsAbout:"Bitte erzählen Sie uns etwas über Ihre Beziehung zur Organisation."},ResponsiveNavMenu:{messages:"Meine Nachrichten",reports:"Meine Berichte"},SpamPuzzle:{dialog:"Um fortzufahren, lösen Sie bitte dieses Rätsel."},SubmissionTypes:{reportIssue:"Wählen Sie eine Kategorie",whatType:"Wählen Sie die Kategorie, die Ihren Bericht am besten beschreibt"},SubmitSuccess:{category:"Kategorie: {{category}}",dateSubmitted:"Eingereichtes Datum: {{Kategorie}}",recordYourVaultID:"Merken Sie sich diese Informationen für die Anmeldung",successMessage:"Ihr Bericht wurde eingereicht und ist zur Überprüfung bereit. Alle angehängten Dateien, die Aufmerksamkeit erfordern, werden beim Anmelden markiert. Melden Sie sich unten an, um Berichtsaktualisierungen einzusehen und Ihrem Fallmanager eine Nachricht zu senden.",successThankYou:"Vielen Dank für Ihren Bericht!",viewReport:"Bericht anzeigen"},Time:{approximateDescription:"Erinnern Sie sich an die ungefähre Uhrzeit, zu der dieser Vorfall stattgefunden hat?",approximatePlaceholder:"Beispiel: morgens, nachmittags",description:"Erinnern Sie sich an die Uhrzeit, zu der dieser Vorfall stattgefunden hat?",header:"Zu welcher Uhrzeit ist das vorgefallen?",invalidTime:"Zeitformat muss HH:MM sein"},UserSettingsDialog:{changePassword:"Passwort ändern",closeDialog:"Fenster schließen",logout:"Abmelden",messageSettings:"Nachrichteneinstellungen",userSettings:"Benutzereinstellungen"},Witnesses:{description:"Haben Sie jemand anderem davon erzählt oder hat jemand gesehen, was vorgefallen ist?",header:"Gab es Zeugen?",placeholder:"Geben Sie zuerst ein..."}},reporting:{ReportingActivate:{buttonText:"Fahren Sie fort",description:"Wenn Sie ein Konto bei uns haben, senden wir Ihnen eine E-Mail mit Anweisungen zur Vervollständigung Ihrer Anmeldung.",emailInput:"E-Mail",header:"Geben Sie Ihre berufliche E-Mail ein",successAccount:"Wenn Sie ein Konto bei uns haben, erhalten Sie eine E-Mail mit Anweisungen zur Festlegung Ihres Passworts.",successEmail:"Wenn Sie es nicht sofort sehen, warten Sie bitte ein paar Minuten und aktualisieren Sie Ihren E-Mail-Posteingang.",successHeading:"Danke"},ReportingConnect:{cancelButton:"Abbrechen",connectButton:"Verbinden",disclaimer:"Das Verbinden Ihres Slack-Kontos mit Ihrem Vault-Konto stellt eine sichere und private Verbindung sicher.

Durch die Verbindung können Sie Fehlverhalten melden oder direkt innerhalb von Slack eine Frage stellen. Sie haben nach dem Verbinden immer die Möglichkeit, anonym zu berichten. Ihre Privatsphäre und Sicherheit sind unsere obersten Prioritäten.",heading:"Vault Platform beantragt die Erlaubnis, auf Ihr {{organisationName}} Slack-Konto zuzugreifen",listHeading:"Was wird Vault in der Lage sein zu tun?",permissionIdentity:{extraInfo:"Vault wird in der Lage sein, die Identität Ihres Slack-Benutzers einzusehen.",heading:"Informationen über die Identität eines Benutzers anzeigen"},permissionNotifications:{extraInfo:"Vault kann Ihnen Benachrichtigungen zu Ihrem Slack-Konto senden, bezüglich aller Aktualisierungen zu einem bereits eingereichten Bericht oder Fragen.",heading:"Senden Sie Ihnen Benachrichtigungen"},permissionOverview:{extraInfo:"Vault wird eine Übersicht aller Einreichungen auf der Startseite anzeigen.",heading:"Übersicht der Einreichungen"},permissionSubmitReport:{extraInfo:"Dies wird Vault die Berechtigung erteilen, einen Bericht einzureichen oder eine Frage direkt an Ihre Organisation über Slack zu stellen.",heading:"Reichen Sie einen Bericht oder eine Frage in Ihrem Namen ein"},successfulConnectionDescription:"Ihr Vault-Konto und Ihr Slack-Konto sind jetzt verbunden. Sie können diesen Tab jetzt schließen und zu Slack zurückkehren.",successfulConnectionHeading:"Erfolgreich verbunden",unsuccessfulConnectionDescription:"Etwas ist schief gelaufen. Bitte schließen Sie diesen Tab und kehren Sie zu Slack zurück, um es erneut zu versuchen.",unsuccessfulConnectionHeading:"Verbindung fehlgeschlagen"},ReportingLogin:{createAccountCTA:"Registrieren Sie sich für ein Konto",emailLabel:"Ihre E-Mail",loginButton:"Anmeldung",newPasswordPlaceholder:"Neues Passwort",passwordFailMessage:"Kehren Sie zurück zur Vault App in Slack und versuchen Sie es erneut. Wenn das Problem weiterhin besteht, wenden Sie sich an uns unter techsupport@vaultplatform.com",passwordFailTitle:"Etwas ist schief gelaufen",passwordLabel:"Ihr Passwort",passwordPlaceholder:"Geben Sie Ihr Passwort ein",passwordResetRequired:"Passwortzurücksetzung erforderlich",passwordSuccessfullySetMessage:"Kehren Sie zurück zur Vault App in Slack und authentifizieren Sie sich mit Ihrem neuen Passwort, um dort fortzufahren, wo Sie aufgehört haben.",passwordSuccessfullySetTitle:"Passwort erfolgreich festgelegt",reenterPlaceholder:"Passwort erneut eingeben",title:"Reporter Hub",tooltip:'Wenn Sie noch nie ein Passwort für die Vault-App festgelegt haben, folgen Sie hier, um zu beginnen. Wenn Sie Ihr Passwort vergessen haben, verwenden Sie den Link "Passwort vergessen" unten.',usernameLoginFailed:"Login fehlgeschlagen, Benutzername oder Passwort falsch"},ReportingReset:{failureDescription:"Kehren Sie zur Vault App in Slack zurück und versuchen Sie es erneut. Wenn das Problem weiterhin besteht, kontaktieren Sie uns unter techsupport@vaultplatform.com.",failureHeading:"Etwas ist schief gelaufen",successDescription:"Kehren Sie zur Vault App in Slack zurück und authentifizieren Sie sich mit Ihrem neuen Passwort, um dort weiterzumachen, wo Sie aufgehört haben.",successHeading:"Passwort erfolgreich gesetzt"}},validators:{passwordLength:"Passwort muss mindestens 9 Zeichen lang sein",passwordLowercase:"Passwort muss mindestens 1 Kleinbuchstaben enthalten",passwordMissMatch:"Die Passwort- und Bestätigung-Felder müssen übereinstimmen.",passwordNumeric:"Passwort muss mindestens 1 Zahl enthalten",passwordUppercase:"Passwort muss mindestens 1 Großbuchstaben enthalten"},validatorsNew:{passwordLength:"Zwischen 10 und 30 Zeichen",passwordLowercase:"Mindestens ein Kleinbuchstabe",passwordMissMatch:"Passwörter stimmen nicht überein",passwordNumeric:"Mindestens eine Zahl",passwordSpecialCharacter:"Mindestens ein Sonderzeichen",passwordUppercase:"Mindestens ein Großbuchstabe"}}},YWn={translation:{Buttons:{back:"Πίσω",changePassword:"Αλλαγή",copiedVaultId:"Αντιγράφηκε!",copyVaultID:"Αντιγραφή του αναγνωριστικού Vault",create:"Δημιουργία",next:"Επόμενο",notSure:"Δεν είμαι σίγουρος/σίγουρη",signUp:"Εγγραφείτε",submit:"Υποβολή"},Errors:{createReportFailed:"Η δημιουργία αναφοράς απέτυχε."},ReportStatus:{CLOSED:"Έκλεισε",INVESTIGATING:"Διερεύνηση",NEW:"Υποβλήθηκε",READ:"Διαβάστηκε"},general:{time:{day:"Ημέρα",days:"Ημέρες",hour:"Ώρα",hours:"Ώρες",minute:"Λεπτό",minutes:"Λεπτά",second:"Δεύτερο",seconds:"Δευτερόλεπτα"}},public:{ChatContainer:{anonymousLabel:"Ανώνυμα",autoTranslate:"Η αυτόματη μετάφραση είναι απενεργοποιημένη βάσει προεπιλογής.",backToMessages:"Επιστροφή στα μηνύματα",caseSettings:"Ρυθμίσεις υπόθεσης.",changeInProfile:"Εάν επιθυμείτε να αλλάξετε τη ρύθμιση αυτή, μπορείτε να το κάνετε στο προφίλ σας. ",description:"Όταν η αυτόματη μετάφραση είναι ενεργοποιημένη, όλα τα μηνύματα της αναφοράς θα μεταφράζονται αυτόματα χρησιμοποιώντας τεχνητή νοημοσύνη, με βάση την προεπιλεγμένη γλώσσα που έχει επιλεγεί στο πρόγραμμα περιήγησής σας.",descriptionSecondHalf:"Η αρχική έκδοση όλων των μηνυμάτων διατηρείται πάντα και μπορεί να βρεθεί στη συνομιλία.",messagePlaceholder:"Αρχίστε να πληκτρολογείτε...",messageSettings:"Ρυθμίσεις μηνυμάτων.",originalMessages:"Αρχικό",showMoreBanner:"Μάθετε περισσότερα για τις αυτόματες μεταφράσεις",titlev2:"Διαβάστε όλα τα μηνύματα στη γλώσσα της προτίμησής σας.",translatedMessageLabel:"Μεταφρασμένο μήνυμα",translatedMessages:"Μεταφρασμένο",understood:"Κατανοήθηκε"},CreatePublicReport:{createReport:"Δημιουργία αναφοράς",helpPage:"Μεταβείτε στη σελίδα βοήθειας που διαθέτουμε",loginToOpr:"Σύνδεση για παρακολούθηση αναφορών",or:"ή",passwordPlaceholder:"Εισαγωγή κωδικού πρόσβασης",phoneNumberLoginFailed:"Η σύνδεση απέτυχε. Λάθος αριθμός τηλεφώνου/PIN",phoneNumberPlaceholder:"Εισαγάγετε τον αριθμό τηλεφώνου σας",phoneNumberTooltip:"Εισαγάγετε τον αριθμό τηλεφώνου που χρησιμοποιήσατε για να επικοινωνήσετε με την VaultTalk",pinPlaceholder:"Εισαγάγετε PIN",reportIntroductionParagraph1:"Όταν αναφέρετε ένα περιστατικό, θα σας υποβληθούν μερικές ερωτήσεις που θα σας βοηθήσουν να καταγράψετε την εμπειρία σας.",reportIntroductionParagraph2:"Πριν από την υποβολή, έχετε την επιλογή να παραμείνετε ανώνυμοι για να προστατεύσετε το απόρρητό σας.",reportIntroductionParagraph3:"Μετά την υποβολή, μπορείτε να συνδεθείτε ανά πάσα στιγμή για να δείτε την πρόοδο της αναφοράς σας και να μιλήσετε με έναν διαχειριστή υποθέσεων.",reportIssue:"Αναφέρετε ένα θέμα",usernameLoginFailed:"Η σύνδεση απέτυχε. Λάθος όνομα χρήστη/κωδικός πρόσβασης.",validationError:{publicReport:{relationshipToCompanyRequired:"Απαιτείται σχέση με την εταιρεία",reportedCategoryRequired:"Απαιτείται η κατηγορία που αναφέρθηκε"}},vaultId:"Αναγνωριστικό Vault",vaultIdPlaceholder:"Εισαγάγετε το email ή το Αναγνωριστικό Vault σας",vaultIdTooltip:"Για τις ανώνυμες αναφορές το Αναγνωριστικό Vault είναι αλφαριθμητικό. Εάν η αναφορά δεν ήταν ανώνυμη, το Αναγνωριστικό Vault είναι η διεύθυνση email σας.",vaultTalk:"VaultTalk",yourPassword:"Ο κωδικός πρόσβασής σας",yourPhoneNumber:"Ο αριθμός τηλεφώνου σας",yourPin:"Το 6ψήφιο PIN σας",yourVaultId:"Το Αναγνωριστικό Vault σας"},CustomHeader:{companyLogo:"Λογότυπο {{company}}",openReporting:"Ανοικτή αναφορά",userSettings:"Ρυθμίσεις χρήστη"},Date:{approximateDescription:"Θυμάστε κατά προσέγγιση την ημερομηνία που έλαβε χώρα το συμβάν;",approximatePlaceholder:"Παράδειγμα: πριν από 6 μήνες/πέρυσι/τον περασμένο Νοέμβριο",cancel:"Ακύρωση",clear:"Εκκαθάριση",description:"Θυμάστε την ημερομηνία που έλαβε χώρα το συμβάν;",header:"Ποια ημέρα πραγματοποιήθηκε;",ok:"Εντάξει",placeholder:"Παράδειγμα: 21 Ιουνίου 2020"},Description:{whatHappened:"Τι συνέβη;",whatHappenedPlaceholder:"Πείτε το με δικά σας λόγια...",whatHappenedText:"Με δικά σας λόγια, περιγράψτε τι συνέβη"},Details:{disclaimer:"Τα στοιχεία αυτά θα γνωστοποιηθούν με την αναφορά σας. Εάν επιθυμείτε να παραμείνετε ανώνυμοι, βεβαιωθείτε ότι δεν περιέχουν στοιχεία ταυτοποίησης.",emailPlaceholder:"Email (προαιρετικό)",fullNamePlaceholder:"Ονοματεπώνυμο (προαιρετικό)",header:"Τα στοιχεία σας",subtitle:"Εάν θέλετε να λαμβάνετε ειδοποιήσεις σχετικά με την παρούσα αναφορά, προσθέστε μια κατάλληλη διεύθυνση email παρακάτω."},Emotion:{description:"Πώς σας έκανε να νιώσετε; Ποιος ήταν ο αντίκτυπος;",header:"Ποιος ήταν ο αντίκτυπος;",placeholder:"Αρχίστε να πληκτρολογείτε..."},Evidence:{addedHeading:"Προστέθηκε",failedToOpenFileMessage:"Απέτυχε να ανοίξει το αρχείο. Προσπαθήστε ξανά.",fileStatuses:{infectedUpload:"Επισημάνθηκε από τον έλεγχο ασφαλείας",passedUpload:"Πέρασε τον έλεγχο ασφαλείας",pendingUpload:"Έλεγχος ασφαλείας σε εξέλιξη",readyForDownload:"Έτοιμο για λήψη"},mobileErrorMessage:"Επισημασμένα αρχεία: στείλτε μήνυμα στον διαχειριστή της υπόθεσής σας",nameHeading:"Όνομα",statusHeading:"Κατάσταση",tableTitle:"Αποδεικτικών στοιχείων",webErrorMessage:"Επισημασμένα αρχεία: Εάν το/τα αρχείο(-α) σας έχει επισημανθεί, στείλτε μήνυμα στον διαχειριστή της υπόθεσης."},FileUpload:{addFiles:"Προσθήκη αρχείων",addMoreFiles:"Προσθήκη περισσότερων αρχείων",confirm:"Επιβεβαίωση",description:"Η προσθήκη αρχείων ως αποδεικτικά στοιχεία μπορεί να βοηθήσει στην αποτελεσματικότητα της επίλυσης από τον διαχειριστή της υπόθεσής σας. Θα πρέπει να εξετάσετε το περιεχόμενο του αρχείου (συμπεριλαμβανομένων των μεταδεδομένων του αρχείου) εάν επιθυμείτε να παραμείνετε ανώνυμοι και να σεβαστείτε τα δικαιώματα άλλων ατόμων και τους ισχύοντες νόμους.",dragDrop:"Αποθέστε τα αρχεία εδώ ή",errorMessage:"Το/τα αρχείο(-α) απέτυχαν λόγω σφάλματος δικτύου. Κάντε κλικ παρακάτω για να στείλετε μήνυμα στον υπεύθυνο υποθέσεων για βοήθεια",fileLimit:"όριο μεγέθους κάθε αρχείου: 100 MB",fileUploadLimitText:"Μπορείτε να μεταφορτώσετε μόνο 10 αρχεία",header:"Προσθήκη αποδεικτικών στοιχείων",helpArticle:"άρθρο βοήθειας",highlighted:"περιήγηση σε αρχεία",information:"Υποστηριζόμενοι τύποι αρχείων",moreInformation:"Για περισσότερες πληροφορίες, ανατρέξτε σε αυτό άρθρο βοήθειας",postSubmissionErrorMessage:"Δεν μπορέσαμε να μεταφορτώσουμε τα αρχεία σας λόγω σφάλματος του συστήματος. Επιλέξτε ξανά «Επιβεβαίωση».",tooltipAudio:"Ήχος:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Έγγραφα:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Εικόνες:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Κείμενο:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Βίντεο:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Το αρχείο είναι πολύ μεγάλο",invalidFileType:"Μη υποστηριζόμενος τύπος αρχείου: {{extension}}",systemError:"Σφάλμα συστήματος",tooManyFiles:"Ο μέγιστος αριθμός αρχείων είναι {{maxFiles}}"},uploadFiles:"Μεταφόρτωση αρχείων"},Loading:{loading:"Περιμένετε μέχρι να υποβάλουμε την αναφορά σας σε έναν διαχειριστή υποθέσεων...",postSubmissionLoading:"Περιμένετε μέχρι να υποβάλουμε τα αρχεία σας..."},Location:{description:"Πού συνέβη;",header:"Πού συνέβη;",placeholder:"Παράδειγμα: Στο γραφείο"},MessageListBox:{messageCaseManager:"Αποστολή μηνύματος στον διαχειριστή της υπόθεσης",report:"Αναφορά {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Η μετάφραση απενεργοποιήθηκε",enableTranslationLabelEnabled:"Η μετάφραση ενεργοποιήθηκε",enableTranslationsDescription:"Ενεργοποιήστε τις αυτόματες μεταφράσεις και διαβάστε όλα τα μηνύματα της αναφοράς στη γλώσσα που προτιμάτε. Η μεταφρασμένη γλώσσα βασίζεται στη γλώσσα που έχετε επιλέξει στη συσκευή σας.",enableTranslationsHeader:"Ενεργοποίηση αυτόματων μεταφράσεων για μηνύματα αναφοράς",enableTranslationsSubDescriptionv2:"Μπορείτε να εναλλάσσεστε μεταξύ της μεταφρασμένης και της πρωτότυπης γλώσσας σε κάθε συνομιλία.",updateTranslationFailed:"Η ενημέρωση της μετάφρασης απέτυχε",updateTranslationSuccess:"Η ρύθμιση της μετάφρασης ενημερώθηκε επιτυχώς"},Password:{changePasswordHeader:"Αλλαγή",createNewPassword:"Δημιουργήστε έναν νέο κωδικό πρόσβασης",createPasswordHeader:"Ο κωδικός πρόσβασής σας",currentPasswordPlaceholder:"Εισαγάγετε τον τρέχοντα κωδικό πρόσβασης",description:"Ένας έγκυρος κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 9 χαρακτήρες και να περιλαμβάνει ένα κεφαλαίο γράμμα και έναν αριθμό",enterCurrentPassword:"Εισαγάγετε τον τρέχοντα κωδικό πρόσβασής σας",newDescription:"Δημιουργήστε έναν ισχυρό κωδικό πρόσβασης για να διατηρήσετε τον λογαριασμό σας ασφαλή. Αρχίστε να πληκτρολογείτε για να δείτε τις παρακάτω οδηγίες.",passwordPlaceholder:"Δημιουργία κωδικού πρόσβασης",reenterPlaceholder:"Εισαγάγετε ξανά τον κωδικό πρόσβασης",subtitle:"Δημιουργήστε έναν κωδικό πρόσβασης για υποβολή αυτής της αναφοράς και πρόσβαση σε αυτήν στο μέλλον"},Perpetrators:{description:"Αναφέρετε ένα συγκεκριμένο άτομο ή πολλά άτομα; Μπορείτε να τα κατονομάσετε ή να τα περιγράψετε;",header:"Συμμετέχοντες",placeholder:"Αρχίστε να πληκτρολογείτε και χρησιμοποιήστε κόμμα για να προσθέσετε πολλαπλά ονόματα ή περιγραφές."},PoweredByVault:"Με την υποστήριξη της {{company}}",PrivacyStatement:"Δήλωση απορρήτου προϊόντος",PublicMessageList:{myMessages:"Τα μηνύματά μου"},PublicMoreEvidence:{additionalEvidenceHeader:"Αποδεικτικά στοιχεία που προστέθηκαν στην υπάρχουσα αναφορά",backToReportId:"Επιστροφή στο Αναγνωριστικό αναφοράς: {{reportId}}",description:"Η προσθήκη αρχείων ως αποδεικτικά στοιχεία μπορεί να βοηθήσει στην αποτελεσματικότητα της επίλυσης από τον διαχειριστή της υπόθεσής σας. Θα πρέπει να εξετάσετε το περιεχόμενο του αρχείου (συμπεριλαμβανομένων των μεταδεδομένων του αρχείου) εάν επιθυμείτε να παραμείνετε ανώνυμοι και να σεβαστείτε τα δικαιώματα άλλων ατόμων και τους ισχύοντες νόμους. Για περισσότερες πληροφορίες, δείτε αυτήν τη άρθρο βοήθειας",header:"Προσθέστε επιπλέον αποδεικτικά στοιχεία στην αναφορά",vaultTalkOpenCaseHeader:"Προσθέστε αποδεικτικά στοιχεία στην αναφορά σας"},PublicReport:{anonymous:"Ανώνυμα",backToReports:"Επιστροφή στις αναφορές",skipped:"Παραλήφθηκε"},PublicReportCard:{addEvidence:"Προσθέστε επιπλέον αποδεικτικά στοιχεία",messageCaseManager:"Αποστολή μηνύματος στον διαχειριστή της υπόθεσης",reportId:"Αναγνωριστικό αναφοράς:",submitted:"Υποβλήθηκε",vaultTalkClosedCaseCTA:"Προβολή αποδεικτικών στοιχείων",vaultTalkOpenCaseCTA:"Προσθήκη αποδεικτικών στοιχείων",viewAdditionalEvidence:"Προβολή πρόσθετων αποδεικτικών στοιχείων",viewReport:"Προβολή αναφοράς"},PublicReportsList:{reportingSystem:"Σύστημα αναφοράς"},Question:{placeholder:"Αρχίστε να πληκτρολογείτε...",question:"Παρέχετε λεπτομέρειες",questionText:"Μοιραστείτε μαζί μας την ανησυχία, την ενημέρωση ή την απορία σας"},Relationship:{header:"Η σχέση σας με τον οργανισμό",tellUsAbout:"Πείτε μας για τη σχέση σας με τον οργανισμό."},ResponsiveNavMenu:{messages:"Τα μηνύματά μου",reports:"Οι αναφορές μου"},SpamPuzzle:{dialog:"Για να συνεχίσετε, λύστε αυτό το παζλ"},SubmissionTypes:{reportIssue:"Επιλέξτε μια κατηγορία",whatType:"Επιλέξτε την κατηγορία που περιγράφει καλύτερα την αναφορά σας"},SubmitSuccess:{category:"Κατηγορία: {{category}}",dateSubmitted:"Ημερομηνία υποβολής: {{date}}",recordYourVaultID:"Απομνημόνευση αυτών των πληροφοριών για σύνδεση",successMessage:"Η αναφορά σας έχει υποβληθεί και είναι έτοιμη για έλεγχο. Τυχόν συνημμένα αρχεία που απαιτούν προσοχή θα επισημανθούν κατά τη σύνδεση. Συνδεθείτε παρακάτω για να δείτε ενημερώσεις αναφορών και να στείλετε μήνυμα στον διαχειριστή υποθέσεων.",successThankYou:"Σας ευχαριστώ για την αναφορά σας!",viewReport:"Προβολή αναφοράς"},Time:{approximateDescription:"Θυμάστε κατά προσέγγιση την ώρα που έλαβε χώρα το συμβάν;",approximatePlaceholder:"Παράδειγμα: το πρωί, το απόγευμα",description:"Θυμάστε την ώρα που έλαβε χώρα το συμβάν;",header:"Τι ώρα συνέβη;",invalidTime:"Η μορφή ώρας πρέπει να είναι ΩΩ:ΛΛ"},UserSettingsDialog:{changePassword:"Αλλαγή κωδικού πρόσβασης",closeDialog:"Κλείσιμο διαλόγου",logout:"Αποσύνδεση",messageSettings:"Ρυθμίσεις μηνυμάτων",userSettings:"Ρυθμίσεις χρήστη"},Witnesses:{description:"Το είπατε σε κανέναν άλλον ή είδε κανείς τι συνέβη;",header:"Υπάρχουν μάρτυρες;",placeholder:"Αρχίστε να πληκτρολογείτε..."}},reporting:{ReportingActivate:{buttonText:"Συνέχεια",description:"Εάν έχετε λογαριασμό σε εμάς, θα σας στείλουμε email με οδηγίες για να ολοκληρώσετε την εγγραφή σας.",emailInput:"Email",header:"Εισαγάγετε το επαγγελματικό email σας",successAccount:"Εάν έχετε λογαριασμό σε εμάς, θα λάβετε ένα email με οδηγίες για το πώς να ορίσετε τον κωδικό πρόσβασής σας.",successEmail:"Εάν δεν εμφανιστεί αμέσως, περιμένετε λίγα λεπτά και ανανεώστε τα εισερχόμενα email σας.",successHeading:"Σας ευχαριστούμε"},ReportingConnect:{cancelButton:"Ακύρωση",connectButton:"Σύνδεση",disclaimer:"Η σύνδεση του λογαριασμού σας στο Slack με τον λογαριασμό σας στο Vault εξασφαλίζει μια ασφαλή και ιδιωτική σύνδεση.

Συνδεόμενοι, μπορείτε να αναφέρετε κακή συμπεριφορά ή να κάνετε μια ερώτηση απευθείας μέσα στο Slack. Θα έχετε πάντα την επιλογή να αναφέρετε ανώνυμα μετά τη σύνδεση. Η ιδιωτικότητα και η ασφάλειά σας είναι οι κορυφαίες μας προτεραιότητες.",heading:" Η Vault Platform ζητά άδεια πρόσβασης στον λογαριασμό σας {{organisationName}} Slack ",listHeading:"Τι θα μπορεί να κάνει ο Vault;",permissionIdentity:{extraInfo:"Το Vault θα έχει τη δυνατότητα να βλέπει την ταυτότητα του χρήστη σας Slack",heading:"Προβολή πληροφοριών σχετικά με την ταυτότητα ενός χρήστη"},permissionNotifications:{extraInfo:"Το Vault θα μπορεί να σας στέλνει ειδοποιήσεις στον λογαριασμό Slack, σχετικά με τυχόν ενημερώσεις σε μια υποβληθείσα αναφορά ή ερώτηση",heading:"Αποστολή ειδοποιήσεων"},permissionOverview:{extraInfo:"Το Vault θα εμφανίσει επισκόπηση όλων των υποβολών στην αρχική σελίδα",heading:"Επισκόπηση των υποβολών"},permissionSubmitReport:{extraInfo:"Αυτό θα παρέχει στο Vault το δικαίωμα να υποβάλει μια αναφορά ή να θέσει μια ερώτηση, απευθείας στον οργανισμό σας, από το Slack.",heading:"Υποβάλετε μια αναφορά ή μια ερώτηση εκ μέρους σας"},successfulConnectionDescription:"Ο λογαριασμός σας στο Vault και ο λογαριασμός σας στο Slack είναι πλέον συνδεδεμένοι. Μπορείτε τώρα να κλείσετε αυτήν την καρτέλα και να επιστρέψετε στο Slack.",successfulConnectionHeading:"Συνδεθήκατε επιτυχώς",unsuccessfulConnectionDescription:"Κάτι πήγε στραβά. Παρακαλώ κλείστε αυτήν την καρτέλα και επιστρέψτε στο Slack για να δοκιμάσετε ξανά.",unsuccessfulConnectionHeading:"Η σύνδεση απέτυχε"},ReportingLogin:{createAccountCTA:"Εγγραφείτε για έναν λογαριασμό",emailLabel:"Το Email σας",loginButton:"Σύνδεση",newPasswordPlaceholder:"Νέος κωδικός πρόσβασης",passwordFailMessage:"Επιστρέψτε στην εφαρμογή Vault στο Slack και δοκιμάστε ξανά. Αν το πρόβλημα συνεχίζεται, επικοινωνήστε μαζί μας στο techsupport@vaultplatform.com.",passwordFailTitle:"Κάτι πήγε λάθος",passwordLabel:"Ο κωδικός σου",passwordPlaceholder:"Εισάγετε τον κωδικό σας",passwordResetRequired:"Απαιτείται επαναφορά κωδικού πρόσβασης",passwordSuccessfullySetMessage:"Επιστρέψτε στην εφαρμογή Vault στο Slack και πραγματοποιήστε έλεγχο ταυτότητας με τον νέο κωδικό πρόσβασής σας για να συνεχίσετε από εκεί που σταματήσατε.",passwordSuccessfullySetTitle:"Ο κωδικός πρόσβασης ορίστηκε επιτυχώς",reenterPlaceholder:"Εκ νέου εισαγωγή κωδικού πρόσβασης",title:"Κέντρο Ρεπόρτερ",tooltip:'Εάν δεν έχετε ορίσει ακόμη κωδικό πρόσβασης για την εφαρμογή Vault, ακολουθήστε εδώ για να ξεκινήσετε. Αν έχετε ξεχάσει τον κωδικό σας, χρησιμοποιήστε τον σύνδεσμο "Ξέχασες τον κωδικό;" παρακάτω.',usernameLoginFailed:"Η σύνδεση απέτυχε. Λάθος όνομα χρήστη ή κωδικός πρόσβασης."},ReportingReset:{failureDescription:"Επιστρέψτε στην εφαρμογή Vault στο Slack και δοκιμάστε ξανά. Αν το πρόβλημα συνεχίζεται, επικοινωνήστε μαζί μας στο techsupport@vaultplatform.com",failureHeading:"Κάτι πήγε στραβά",successDescription:"Επιστρέψτε στην εφαρμογή Vault στο Slack και επαληθεύστε με τον νέο σας κωδικό πρόσβασης για να συνεχίσετε εκεί που είχατε μείνει.",successHeading:"Ο κωδικός πρόσβασης ορίστηκε επιτυχώς"}},validators:{passwordLength:"Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 9 χαρακτήρες",passwordLowercase:"Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 1 πεζό γράμμα",passwordMissMatch:"Τα πεδία κωδικού πρόσβασης και επιβεβαίωσης πρέπει να ταιριάζουν.",passwordNumeric:"Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 1 αριθμό",passwordUppercase:"Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 1 κεφαλαίο γράμμα"},validatorsNew:{passwordLength:"Μεταξύ 10 και 30 χαρακτήρων",passwordLowercase:"Τουλάχιστον ένα πεζό γράμμα",passwordMissMatch:"Οι κωδικοί πρόσβασης δεν ταιριάζουν",passwordNumeric:"Τουλάχιστον ένας αριθμός",passwordSpecialCharacter:"Τουλάχιστον ένας ειδικός χαρακτήρας",passwordUppercase:"Τουλάχιστον ένα κεφαλαίο γράμμα"}}},KWn={translation:{Buttons:{back:"Back",changePassword:"Change",copiedVaultId:"Copied!",copyVaultID:"Copy Vault ID",create:"Create",next:"Next",notSure:"I'm not sure",signUp:"Sign up",submit:"Submit"},Errors:{createReportFailed:"Creating report failed."},ReportStatus:{CLOSED:"Closed",INVESTIGATING:"Investigating",NEW:"Submitted",READ:"Read"},general:{time:{day:"Day",days:"Days",hour:"Hour",hours:"Hours",minute:"Minute",minutes:"Minutes",second:"Second",seconds:"Seconds"}},public:{ChatContainer:{anonymousLabel:"Anonymous",autoTranslate:"Auto-translate is turned off by default.",backToMessages:"Back to messages",caseSettings:"Case settings.",changeInProfile:"If you wish to change this setting, you can do so in your profile ",description:`When auto-translation is turned on, all report messages will be - automatically translated using AI based on the default language - selected on your browser.`,descriptionSecondHalf:"The original version of all messages is always preserved and can be found in the chat.",messagePlaceholder:"Start typing...",messageSettings:"Message settings.",originalMessages:"Original",showMoreBanner:"Learn more about auto translations",titlev2:"Read all messages in your preferred language.",translatedMessageLabel:"Translated Message",translatedMessages:"Translated",understood:"Understood"},CreatePublicReport:{createReport:"Create a report",helpPage:"Go to our help page",loginToOpr:"Login to Track Reports",or:"or",passwordPlaceholder:"Enter Password",phoneNumberLoginFailed:"Login failed, phone number/pin incorrect",phoneNumberPlaceholder:"Enter your Phone Number",phoneNumberTooltip:"Enter the phone number you used to contact VaultTalk",pinPlaceholder:"Enter Pin",reportIntroductionParagraph1:"When reporting an incident, you’ll be asked a few questions to support you in documenting your experience.",reportIntroductionParagraph2:"Before you submit, you have the option to remain anonymous to protect your privacy.",reportIntroductionParagraph3:"After you submit, you can log in at any time to see the progress of your report & talk to a case manager.",reportIssue:"Report an issue",usernameLoginFailed:"Login failed, username/password incorrect",validationError:{publicReport:{relationshipToCompanyRequired:"Relationship to company is required",reportedCategoryRequired:"Reported category is required"}},vaultId:"Vault ID",vaultIdPlaceholder:"Enter your Email or Vault ID",vaultIdTooltip:"For anonymous reports the Vault ID is alphanumeric. If the report wasn't anonymous, the Vault ID is your email address",vaultTalk:"VaultTalk",yourPassword:"Your Password",yourPhoneNumber:"Your Phone Number",yourPin:"Your 6 Digit Pin",yourVaultId:"Your Vault ID"},CustomHeader:{companyLogo:"{{company}} Logo",openReporting:"Open Reporting",userSettings:"User Settings"},Date:{approximateDescription:"Do you remember the approximate date the event took place?",approximatePlaceholder:"Example: 6 months ago / last year / last November",cancel:"cancel",clear:"clear",description:"Do you remember the date the event took place?",header:"What day did it take place?",ok:"ok",placeholder:"Example: 21 June 2020"},Description:{whatHappened:"What happened?",whatHappenedPlaceholder:"Use your own words...",whatHappenedText:"In your own words, describe what happened"},Details:{disclaimer:"These details will be disclosed with your report. If you wish to remain anonymous, ensure they do not contain identifying information.",emailPlaceholder:"Email (optional)",fullNamePlaceholder:"Full Name (optional)",header:"Your details",subtitle:"If you want to receive notifications about this report, add an appropriate email address below."},Emotion:{description:"How did it make you feel? What was the impact?",header:"What was the impact?",placeholder:"Start typing..."},Evidence:{addedHeading:"Added",failedToOpenFileMessage:"Failed to open file. Please try again",fileStatuses:{infectedUpload:"Flagged by security check",passedUpload:"Passed security check",pendingUpload:"Security check in progress",readyForDownload:"Ready for download"},mobileErrorMessage:"Flagged files: message your case manager",nameHeading:"Name",statusHeading:"Status",tableTitle:"Evidence",webErrorMessage:"Flagged files: If your file(s) has been flagged, please message the case manager"},FileUpload:{addFiles:"Add files",addMoreFiles:"Add more files",confirm:"Confirm",description:"Adding files as evidence can help support the efficiency of resolution by your case manager. Please consider the file content (including file metadata) if you wish to remain anonymous, and respect other individuals rights and applicable laws.",dragDrop:"Drop files here or",errorMessage:"File(s) failed due to a network error. Click below to message your case manager for assistance",fileLimit:"Each file size limit: 100MB",fileUploadLimitText:"You can only upload 10 files",header:"Add evidence",helpArticle:"help article",highlighted:"browse files",information:"Supported file types",moreInformation:"For more info, please see this help article",postSubmissionErrorMessage:"We couldn't upload your files due to a system error. Please select 'confirm' again.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documents:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Images:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Text:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"File is too large",invalidFileType:"Unsupported file type: {{extension}}",systemError:"System error",tooManyFiles:"Maximum number of files is {{maxFiles}}"},uploadFiles:"Upload files"},Loading:{loading:"Please wait whilst we submit your report to a case manager...",postSubmissionLoading:"Please wait whilst we submit your files(s)..."},Location:{description:"Where did it happen?",header:"Where did it happen?",placeholder:"Example: In the office"},MessageListBox:{messageCaseManager:"Message case manager",report:"Report {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Translation disabled",enableTranslationLabelEnabled:"Translation enabled",enableTranslationsDescription:"Enable auto-translations and read all report messages in your preferred language. The translated language is based on the language selected on your device.",enableTranslationsHeader:"Enable auto-translations for report messages",enableTranslationsSubDescriptionv2:"You can switch between the translated and original language in each chat.",updateTranslationFailed:"Update translation failed",updateTranslationSuccess:"Translation setting updated successfully"},Password:{changePasswordHeader:"Change",createNewPassword:"Please create a new password",createPasswordHeader:"Your Password",currentPasswordPlaceholder:"Enter current password",description:"A valid password must be at least 9 characters long and include one uppercase letter and one number",enterCurrentPassword:"Please enter your current password",newDescription:"Create a strong password to keep your account secure. Start typing to see guidelines below.",passwordPlaceholder:"Create a password",reenterPlaceholder:"Enter the password again",subtitle:"Create a password to submit this report and access it in the future"},Perpetrators:{description:"Are you reporting a specific person or multiple people? Could you name or describe them?",header:"People involved",placeholder:"Start typing and use a comma to add multiple names or descriptions"},PoweredByVault:"Powered by {{company}}",PrivacyStatement:"Product Privacy Statement",PublicMessageList:{myMessages:"My messages"},PublicMoreEvidence:{additionalEvidenceHeader:"Evidence added to existing report",backToReportId:"Back to report ID: {{reportId}}",description:"Adding files as evidence can help support the efficiency of resolution by your case manager. Please consider the file content (including file metadata) if you wish to remain anonymous, and respect other individuals rights and applicable laws. For more info, please see this help article",header:"Add additional evidence to the report",vaultTalkOpenCaseHeader:"Add evidence to your report"},PublicReport:{anonymous:"Anonymous",backToReports:"Back to reports",skipped:"Skipped"},PublicReportCard:{addEvidence:"Add additional evidence",messageCaseManager:"Message case manager",reportId:"Report ID:",submitted:"Submitted",vaultTalkClosedCaseCTA:"View Evidence",vaultTalkOpenCaseCTA:"Add Evidence",viewAdditionalEvidence:"View additional evidence",viewReport:"View Report"},PublicReportsList:{reportingSystem:"Reporting System"},Question:{placeholder:"Start typing...",question:"Provide details",questionText:"Please share your concern, update, or inquiry with us"},Relationship:{header:"Your relationship to the organisation",tellUsAbout:"Please tell us about your relationship with the organisation."},ResponsiveNavMenu:{messages:"My messages",reports:"My reports"},SpamPuzzle:{dialog:"In order to continue, please solve this puzzle"},SubmissionTypes:{reportIssue:"Select a category",whatType:"Select the category that best describes your report"},SubmitSuccess:{category:"Category: {{category}}",dateSubmitted:"Date submitted: {{date}}",recordYourVaultID:"Remember this information for login",successMessage:"Your report has been submitted and is ready for review. Any files attached that requires attention will be flagged upon login. Log in below to view report updates and message your case manager.",successThankYou:"Thank you for your report!",viewReport:"View report"},Time:{approximateDescription:"Do you remember the approximate time the event took place?",approximatePlaceholder:"Example: in the morning, in the afternoon",description:"Do you remember the time the event took place?",header:"What time did it happen?",invalidTime:"Time format must be HH:MM"},UserSettingsDialog:{changePassword:"Change password",closeDialog:"Close Dialog",logout:"Log out",messageSettings:"Message Settings",userSettings:"User Settings"},Witnesses:{description:"Did you tell anyone else, or did anyone see what happened?",header:"Any witnesses?",placeholder:"Start typing..."}},reporting:{ReportingActivate:{buttonText:"Continue",description:"If you have an account with us, we'll send you an email with instructions to complete your sign up.",emailInput:"Email",header:"Enter your work email",successAccount:"If you have an account with us, you will get an email with instructions on how to set your password.",successEmail:"If you don't immediately see it, please wait a few minutes and refresh your email inbox.",successHeading:"Thank you"},ReportingConnect:{cancelButton:"Cancel",connectButton:"Connect",disclaimer:"Connecting your Slack account with your Vault account ensures a secure and private connection.

By connecting, you can report misconduct or ask a question directly within Slack. You’ll always have the option to report anonymously after connecting. Your privacy and security are our top priorities.",heading:" Vault Platform is requesting permission to access your {{organisationName}} Slack account ",listHeading:"What will Vault be able to do?",permissionIdentity:{extraInfo:"Vault will have the ability to view your Slack user's identity",heading:"View information about a user's identity"},permissionNotifications:{extraInfo:"Vault will be able to send you notifications to you Slack account, regarding any updates to a submitted report or question",heading:"Send you notifications"},permissionOverview:{extraInfo:"Vault will surface an overview of all submissions in the homepage",heading:"Overview of submissions"},permissionSubmitReport:{extraInfo:"This will grant Vault permission to submit a report or ask a question, directly to your organisation, from Slack",heading:"Submit a report or question on your behalf"},successfulConnectionDescription:"Your Vault account and Slack account are now connected. You can now close this tab and return to Slack.",successfulConnectionHeading:"Successfully connected",unsuccessfulConnectionDescription:"Something went wrong. Please close this tab and return to Slack to try again.",unsuccessfulConnectionHeading:"Connection failed"},ReportingLogin:{createAccountCTA:"Register for an account",emailLabel:"Your Email",loginButton:"Login",newPasswordPlaceholder:"New password",passwordFailMessage:"Head back to the Vault App in Slack and try again. If the issue continues, reach out to us at techsupport@vaultplatform.com",passwordFailTitle:"Something went wrong",passwordLabel:"Your Password",passwordPlaceholder:"Enter your password",passwordResetRequired:"Password reset required",passwordSuccessfullySetMessage:"Head back to the Vault App in Slack and authenticate with your new password to continue where you left off.",passwordSuccessfullySetTitle:"Password successfully set",reenterPlaceholder:"Re-enter password",title:"Reporter Hub",tooltip:`If you've never set a password for the Vault app yet, follow here to get started. If you’ve forgotten your password, use the "Forgot Password" link below.`,usernameLoginFailed:"Login failed, username or password incorrect"},ReportingReset:{failureDescription:"Head back to the Vault App in Slack and try again. If the issue continues, reach out to us at techsupport@vaultplatform.com",failureHeading:"Something went wrong",successDescription:"Head back to the Vault App in Slack and authenticate with your new password to continue where you left off",successHeading:"Password successfully set"}},validators:{passwordLength:"Password must be at least 9 characters long",passwordLowercase:"Password must contain at least 1 lowercase letter",passwordMissMatch:"The password and confirmation fields have to match.",passwordNumeric:"Password must contain at least 1 number",passwordUppercase:"Password must contain at least 1 uppercase letter"},validatorsNew:{passwordLength:"Between 10 and 30 characters",passwordLowercase:"At least one lowercase letter",passwordMissMatch:"Passwords don’t match",passwordNumeric:"At least one number",passwordSpecialCharacter:"At least one special character",passwordUppercase:"At least one uppercase letter"}}},XWn={translation:{Buttons:{back:"Volver",changePassword:"Cambiar contraseña",copiedVaultId:"¡Copiado!",copyVaultID:"Copia ID Vault",create:"Crear",next:"Siguiente",notSure:"No estoy seguro/a.",signUp:"Registrarse",submit:"Enviar"},Errors:{createReportFailed:"Error en la creación del informe."},ReportStatus:{CLOSED:"Cerrado",INVESTIGATING:"Investigación en curso",NEW:"Enviado",READ:"Leído"},general:{time:{day:"Día",days:"Días",hour:"Hora",hours:"Horas",minute:"Minuto",minutes:"Minutos",second:"Segundo",seconds:"Segundos"}},public:{ChatContainer:{anonymousLabel:"Anónimo",autoTranslate:"La traducción automática está desactivada por defecto.",backToMessages:"Volver a los mensajes",caseSettings:"Configuración del caso.",changeInProfile:"Si deseas cambiar esta configuración, puedes hacerlo en tu perfil",description:"Cuando la traducción automática está activada, todos los mensajes del informe se traducirán automáticamente utilizando IA basada en el idioma predeterminado seleccionado en su navegador.",descriptionSecondHalf:"La versión original de todos los mensajes siempre se conserva y se puede encontrar en el chat.",messagePlaceholder:"Comienza a escribir...",messageSettings:"Configuraciones de mensajes.",originalMessages:"Original",showMoreBanner:"Aprende más sobre las traducciones automáticas",titlev2:"Lee todos los mensajes en tu idioma preferido.",translatedMessageLabel:"Mensaje Traducido",translatedMessages:"Traducido",understood:"Entendido"},CreatePublicReport:{createReport:"Crear un nuevo informe",helpPage:"Ve a nuestra página de ayuda",loginToOpr:"Iniciar sesión para rastrear informes",or:"o",passwordPlaceholder:"Introduzca su contraseña",phoneNumberLoginFailed:"Inicio de sesión fallido, número de teléfono/pin incorrecto",phoneNumberPlaceholder:"Introduce tu número de teléfono",phoneNumberTooltip:"Introduce el número de teléfono que usaste para contactar a VaultTalk",pinPlaceholder:"Introducir PIN",reportIntroductionParagraph1:"Cuando informes de un incidente, se te harán algunas preguntas para ayudarte a documentar tu experiencia.",reportIntroductionParagraph2:"Antes de enviar, tienes la opción de permanecer anónimo para proteger tu privacidad.",reportIntroductionParagraph3:"Después de enviar, puedes iniciar sesión en cualquier momento para ver el progreso de tu informe y hablar con un gestor de casos.",reportIssue:"Informar de una incidencia",usernameLoginFailed:"Inicio de sesión fallido, nombre de usuario/contraseña incorrecto",validationError:{publicReport:{relationshipToCompanyRequired:"Se requiere relación con la empresa",reportedCategoryRequired:"Se requiere la categoría reportada"}},vaultId:"Vault ID",vaultIdPlaceholder:"Introduce tu correo electrónico o ID de Vault",vaultIdTooltip:"Para informes anónimos, el ID de Vault es alfanumérico. Si el informe no fue anónimo, el ID de Vault es tu dirección de correo electrónico.",vaultTalk:"VaultTalk",yourPassword:"Tu Contraseña",yourPhoneNumber:"Tu número de teléfono",yourPin:"Tu Pin de 6 Dígitos",yourVaultId:"Tu ID de Vault"},CustomHeader:{companyLogo:"Logotipo de la empresa",openReporting:"Información pública",userSettings:"Ajustes del usuario"},Date:{approximateDescription:"¿Recuerda la fecha aproximada del evento?",approximatePlaceholder:"Ejemplo: hace 6 meses / el año pasado / el pasado mes de noviembre",cancel:"cancelar",clear:"borrar",description:"¿Recuerda la fecha en que tuvo lugar el evento?",header:"¿Qué día tuvo lugar?",ok:"aceptar",placeholder:"Ejemplo: 21 de junio de 2020"},Description:{whatHappened:"¿Que sucedió?",whatHappenedPlaceholder:"Use sus propias palabras...",whatHappenedText:"En sus propias palabras, describa lo sucedido"},Details:{disclaimer:"Estos detalles serán revelados con su informe. Si desea permanecer anónimo, asegúrese de que no contengan información de identificación.",emailPlaceholder:"Correo electrónico (opcional)",fullNamePlaceholder:"Nombre completo (opcional)",header:"Sus datos",subtitle:"Si quieres recibir notificaciones sobre este informe, añade una dirección de correo electrónico apropiada a continuación."},Emotion:{description:"¿Qué pensó al respecto? ¿Cuál fue el impacto?",header:"¿Cuál fue el impacto?",placeholder:"Comience a escribir..."},Evidence:{addedHeading:"Añadido",failedToOpenFileMessage:"Error al abrir el archivo. Por favor, inténtalo de nuevo.",fileStatuses:{infectedUpload:"Marcado por control de seguridad",passedUpload:"Pasó la verificación de seguridad",pendingUpload:"Verificación de seguridad en progreso",readyForDownload:"Listo para descargar"},mobileErrorMessage:"Archivos marcados: mensajea a tu administrador de casos",nameHeading:"Nombre",statusHeading:"Estado",tableTitle:"Evidencia",webErrorMessage:"Archivos marcados: Si tu(s) archivo(s) ha sido marcado, por favor envía un mensaje al gestor del caso."},FileUpload:{addFiles:"Añadir archivos",addMoreFiles:"Añadir más archivos",confirm:"Confirmar",description:"Agregar archivos como evidencia puede ayudar a respaldar la eficiencia de la resolución por parte de su gestor de casos. Por favor, tenga en cuenta el contenido del archivo (incluyendo los metadatos del archivo) si desea permanecer anónimo, y respete los derechos de otras personas y las leyes aplicables.",dragDrop:"Deja los archivos aquí o",errorMessage:"El archivo(s) falló debido a un error de red. Haz clic abajo para enviar un mensaje a tu administrador de casos para obtener asistencia.",fileLimit:"Límite de tamaño para cada archivo: 100MB",fileUploadLimitText:"Solo puedes subir 10 archivos",header:"Añadir evidencia",helpArticle:"artículo de ayuda",highlighted:"explorar archivos",information:"Tipos de archivos admitidos",moreInformation:"Para más información, por favor vea esto artículo de ayuda",postSubmissionErrorMessage:"No pudimos subir tus archivos debido a un error del sistema. Por favor, selecciona 'confirmar' de nuevo.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documentos:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Imágenes:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Texto:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Vídeo:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"El archivo es demasiado grande",invalidFileType:"Tipo de archivo no soportado: {{extension}}",systemError:"Error del sistema",tooManyFiles:"El número máximo de archivos es {{maxFiles}}"},uploadFiles:"Subir archivos"},Loading:{loading:"Por favor espera mientras enviamos tu informe a un administrador de casos...",postSubmissionLoading:"Por favor espera mientras enviamos tu(s) archivo(s)..."},Location:{description:"¿Dónde sucedió?",header:"¿Dónde sucedió?",placeholder:"Ejemplo: en la oficina"},MessageListBox:{messageCaseManager:"Enviar un mensaje al encargado del caso",report:"Informe {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Traducción desactivada",enableTranslationLabelEnabled:"Traducción habilitada",enableTranslationsDescription:"Habilite las traducciones automáticas y lea todos los mensajes de informe en su idioma preferido. El idioma traducido se basa en el idioma seleccionado en su dispositivo.",enableTranslationsHeader:"Habilitar auto-traducciones para mensajes de informe",enableTranslationsSubDescriptionv2:"Puedes alternar entre el idioma traducido y el original en cada chat.",updateTranslationFailed:"La actualización de la traducción ha fallado",updateTranslationSuccess:"La configuración de traducción se ha actualizado correctamente"},Password:{changePasswordHeader:"Cambiar contraseña",createNewPassword:"Por favor, cree una nueva contraseña",createPasswordHeader:"Su contraseña",currentPasswordPlaceholder:"Introducir la contraseña actual",description:"Una contraseña válida debe tener al menos nueve caracteres e incluir una letra mayúscula y un número",enterCurrentPassword:"Introduzca su contraseña actual.",newDescription:"Crea una contraseña fuerte para mantener tu cuenta segura. Comienza a escribir para ver las pautas a continuación.",passwordPlaceholder:"Cree una contraseña.",reenterPlaceholder:"Introduzca la contraseña de nuevo.",subtitle:"Crear una contraseña para enviar este informe y para acceder a él en un futuro"},Perpetrators:{description:"¿El informe se refiere a una única persona o a varias personas? ¿Podría indicarnos sus nombres o aspectos de ellos?",header:"Personas involucradas",placeholder:"Comience a escribir y utilice la coma (,) para separar los diferentes nombres y aspectos de la descripción"},PoweredByVault:"Desarrollado por {{company}}",PrivacyStatement:"Declaración de Privacidad del Producto",PublicMessageList:{myMessages:"Mis mensajes"},PublicMoreEvidence:{additionalEvidenceHeader:"Evidencia añadida al informe existente",backToReportId:"Volver al informe ID: {{reportId}}",description:"Agregar archivos como evidencia puede ayudar a respaldar la eficiencia de la resolución por parte de su administrador de casos. Por favor, considere el contenido del archivo (incluyendo los metadatos del archivo) si desea permanecer anónimo, y respete los derechos de otras personas y las leyes aplicables. Para obtener más información, por favor, consulte esto. artículo de ayuda",header:"Agrega evidencia adicional al informe",vaultTalkOpenCaseHeader:"Añade evidencia a tu informe"},PublicReport:{anonymous:"Anónimo",backToReports:"Volver a informes",skipped:"Omitido"},PublicReportCard:{addEvidence:"Añade evidencia adicional",messageCaseManager:"Enviar un mensaje al encargado del caso",reportId:"ID de informe:",submitted:"Enviado",vaultTalkClosedCaseCTA:"Ver Evidencia",vaultTalkOpenCaseCTA:"Añadir Evidencia",viewAdditionalEvidence:"Ver evidencia adicional",viewReport:"Ver informe"},PublicReportsList:{reportingSystem:"Sistema de notificación de informes"},Question:{placeholder:"Comienza a escribir...",question:"Proporcionar detalles",questionText:"Por favor, comparte con nosotros tu preocupación, actualización o consulta."},Relationship:{header:"Relación que tiene con la organización/empresa",tellUsAbout:"Por favor, indíquenos qué relación tiene con la organización/empresa."},ResponsiveNavMenu:{messages:"Mis mensajes",reports:"Mis informes"},SpamPuzzle:{dialog:"Para continuar, debe resolver el rompecabezas"},SubmissionTypes:{reportIssue:"Seleccione una categoría",whatType:"Seleccione la categoría que mejor describa su informe"},SubmitSuccess:{category:"Categoría: {{category}}",dateSubmitted:"Fecha de envío: {{date}}",recordYourVaultID:"Recuerda esta información para iniciar sesión",successMessage:"Tu informe ha sido enviado y está listo para su revisión. Cualquier archivo adjunto que requiera atención será marcado al iniciar sesión. Inicia sesión a continuación para ver las actualizaciones del informe y enviar mensajes a tu gestor de casos.",successThankYou:"¡Gracias por su informe!",viewReport:"Ver informe"},Time:{approximateDescription:"¿Recuerda la hora aproximada a la que sucedió el evento?",approximatePlaceholder:"Ejemplo: por la mañana, por la tarde",description:"¿Recuerda la hora en que tuvo lugar el evento?",header:"¿A qué hora sucedió?",invalidTime:"El formato de hora tiene que ser HH:MM"},UserSettingsDialog:{changePassword:"Cambiar contraseña",closeDialog:"Cerrar cuadro de diálogo",logout:"Cerrar sesión",messageSettings:"Configuración de mensajes",userSettings:"Ajustes del usuario"},Witnesses:{description:"¿Se lo comentó a otra persona o alguien más vio lo sucedido?",header:"¿Algún testigo?",placeholder:"Comience a escribir..."}},reporting:{ReportingActivate:{buttonText:"Continuar",description:"Si tienes una cuenta con nosotros, te enviaremos un correo electrónico con instrucciones para completar tu registro.",emailInput:"Correo electrónico",header:"Ingrese su correo electrónico de trabajo",successAccount:"Si tienes una cuenta con nosotros, recibirás un email con instrucciones sobre cómo establecer tu contraseña.",successEmail:"Si no lo ves inmediatamente, por favor espera unos minutos y actualiza tu bandeja de entrada de correo electrónico.",successHeading:"Gracias"},ReportingConnect:{cancelButton:"Cancelar",connectButton:"Conectar",disclaimer:"Conectar tu cuenta de Slack con tu cuenta de Vault asegura una conexión segura y privada.

Al conectar, puedes reportar conductas indebidas o hacer una pregunta directamente dentro de Slack. Siempre tendrás la opción de reportar de forma anónima después de conectar. Tu privacidad y tu seguridad son nuestras principales prioridades.",heading:"Vault Platform está solicitando permiso para acceder a tu cuenta de Slack de {{organisationName}}",listHeading:"¿Qué podrá hacer Vault?",permissionIdentity:{extraInfo:"Vault tendrá la capacidad de ver la identidad de tu usuario de Slack",heading:"Ver información sobre la identidad de un usuario"},permissionNotifications:{extraInfo:"Vault podrá enviarte notificaciones a tu cuenta de Slack, respecto a cualquier actualización de un informe enviado o pregunta.",heading:"Enviarle notificaciones"},permissionOverview:{extraInfo:"Vault mostrará un resumen de todas las presentaciones en la página principal.",heading:"Resumen de las presentaciones"},permissionSubmitReport:{extraInfo:"Esto concederá a Vault el permiso para enviar un informe o hacer una pregunta directamente a tu organización, desde Slack.",heading:"Enviar un informe o pregunta en su nombre"},successfulConnectionDescription:"Tu cuenta de Vault y tu cuenta de Slack ahora están conectadas. Ahora puedes cerrar esta pestaña y volver a Slack.",successfulConnectionHeading:"Conexión exitosa",unsuccessfulConnectionDescription:"Algo salió mal. Por favor, cierra esta pestaña y vuelve a Slack para intentarlo de nuevo.",unsuccessfulConnectionHeading:"Fallo en la conexión"},ReportingLogin:{createAccountCTA:"Regístrate para obtener una cuenta",emailLabel:"Tu correo electrónico",loginButton:"Iniciar sesión",newPasswordPlaceholder:"Nueva contraseña",passwordFailMessage:"Regresa a la aplicación Vault en Slack e inténtalo de nuevo. Si el problema continúa, contáctanos en techsupport@vaultplatform.com",passwordFailTitle:"Algo salió mal",passwordLabel:"Tu Contraseña",passwordPlaceholder:"Ingresa tu contraseña",passwordResetRequired:"Se requiere restablecer la contraseña",passwordSuccessfullySetMessage:"Regresa a la aplicación Vault en Slack y autentícate con tu nueva contraseña para continuar donde lo dejaste.",passwordSuccessfullySetTitle:"Contraseña establecida con éxito",reenterPlaceholder:"Vuelve a introducir la contraseña",title:"Hub de Reportero",tooltip:'Si nunca has establecido una contraseña para la aplicación Vault aún, sigue aquí para comenzar. Si has olvidado tu contraseña, usa el enlace "Olvidé mi contraseña" que está abajo.',usernameLoginFailed:"Error de inicio de sesión, nombre de usuario o contraseña incorrectos"},ReportingReset:{failureDescription:"Regresa a la aplicación Vault en Slack e intenta de nuevo. Si el problema persiste, contáctanos en techsupport@vaultplatform.com.",failureHeading:"Algo salió mal",successDescription:"Regresa a la aplicación Vault en Slack y autentícate con tu nueva contraseña para continuar donde lo dejaste.",successHeading:"Contraseña establecida con éxito"}},validators:{passwordLength:"La contraseña debe tener al menos nueve caracteres.",passwordLowercase:"La contraseña debe contener al menos una letra minúscula.",passwordMissMatch:"La contraseña y los campos de confirmación deben coincidir.",passwordNumeric:"La contraseña debe contener al menos un número.",passwordUppercase:"La contraseña debe contener al menos una letra mayúscula."},validatorsNew:{passwordLength:"Entre 10 y 30 caracteres",passwordLowercase:"Al menos una letra minúscula",passwordMissMatch:"Las contraseñas no coinciden",passwordNumeric:"Al menos un número",passwordSpecialCharacter:"Al menos un carácter especial",passwordUppercase:"Al menos una letra mayúscula"}}},ZWn={translation:{Buttons:{back:"Takaisin",changePassword:"Vaihda salasana",copiedVaultId:"Kopioitu!",copyVaultID:"Kopioi Vault ID",create:"Luo",next:"Seuraava",notSure:"En ole varma",signUp:"Rekisteröidy",submit:"Lähetä"},Errors:{createReportFailed:"Raportin luonti epäonnistui."},ReportStatus:{CLOSED:"Suljettu",INVESTIGATING:"Tutkitaan",NEW:"Lähetetty",READ:"Luettu"},general:{time:{day:"Päivä",days:"Päivät",hour:"Tunti",hours:"Tunnit",minute:"Minuutti",minutes:"Minuutit",second:"Sekunti",seconds:"Sekunnit"}},public:{ChatContainer:{anonymousLabel:"Anonyymi",autoTranslate:"Automaattinen käännös on oletusarvoisesti pois päältä.",backToMessages:"Takaisin viesteihin",caseSettings:"Tapausasetukset.",changeInProfile:"Jos haluat muuttaa tätä asetusta, voit tehdä sen profiilissasi",description:`Kun automaattinen käännös on päällä, kaikki raporttiviestit käännetään - automaattisesti tekoälyä hyödyntäen, valitsemasi selaimen oletuskielellä.`,descriptionSecondHalf:"Kaikkien viestien alkuperäinen versio säilyy aina ja sen voi löytää chatista.",messagePlaceholder:"Aloita kirjoittaminen...",messageSettings:"Viestien asetukset.",originalMessages:"Alkuperäinen",showMoreBanner:"Lisätietoja automaattisista käännöksistä",titlev2:"Lue kaikki viestit valitsemallasi kielellä.",translatedMessageLabel:"Käännetty viesti",translatedMessages:"Käännetty",understood:"Ymmärretty"},CreatePublicReport:{createReport:"Luo uusi raportti",helpPage:"Mene apusivullemme",loginToOpr:"Kirjaudu seuraamaan raportteja",or:"tai",passwordPlaceholder:"Anna salasana",phoneNumberLoginFailed:"Kirjautuminen epäonnistui, puhelinnumero/PIN-koodi väärin",phoneNumberPlaceholder:"Anna puhelinnumerosi",phoneNumberTooltip:"Anna puhelinnumero, jota käytit VaultTalk yhteydenottoon.",pinPlaceholder:"Syötä PIN",reportIntroductionParagraph1:"Kun raportoit tapahtumasta, sinulle esitetään muutama kysymys, jotka auttavat sinua dokumentoimaan kokemuksesi.",reportIntroductionParagraph2:"Ennen lähettämistä, sinulla on mahdollisuus pysyä anonyyminä suojellaksesi yksityisyyttäsi.",reportIntroductionParagraph3:"Voit kirjautua sisään milloin tahansa nähdäksesi raporttisi etenemisen ja keskustellaksesi tapauksenhoitajan kanssa, kun olet lähettänyt.",reportIssue:"Raportoi ongelmasta",usernameLoginFailed:"Kirjautuminen epäonnistui, käyttäjänimi/salasana väärin",validationError:{publicReport:{relationshipToCompanyRequired:"Yritykseen liittyvä suhde on pakollinen",reportedCategoryRequired:"Ilmoitetun kategorian on oltava."}},vaultId:"Vaultin ID",vaultIdPlaceholder:"Syötä sähköpostisi tai Vault ID",vaultIdTooltip:"Anonyymeille raporteille Vault ID on alfanumeerinen. Jos raportti ei ollut anonyymi, Vault ID on sähköpostiosoitteesi.",vaultTalk:"VaultTalk",yourPassword:"Salasanasi",yourPhoneNumber:"Puhelinnumerosi",yourPin:"6-numeroinen PIN-koodisi",yourVaultId:"Vault-tunnuksesi"},CustomHeader:{companyLogo:"Yrityksen logo",openReporting:"Avaa raportointi",userSettings:"Käyttäjäasetukset"},Date:{approximateDescription:"Muistatko noin päivämäärän, jolloin tapahtuma tapahtui?",approximatePlaceholder:"Esimerkiksi kuusi kuukautta sitten/viime vuonna/viime marraskuussa",cancel:"peruuta",clear:"tyhjennä",description:"Muistatko päivämäärän, jolloin tapahtuma tapahtui?",header:"Minä päivänä se tapahtui?",ok:"ok",placeholder:"Esimerkiksi 21. kesäkuuta 2020"},Description:{whatHappened:"Mitä tapahtui?",whatHappenedPlaceholder:"Kerro omin sanoin...",whatHappenedText:"Kerro omin sanoin, mitä tapahtui"},Details:{disclaimer:"Nämä tiedot ilmoitetaan raportissasi. Jos haluat pysyä anonyymina, varmista, etteivät ne sisällä tunnistetietoja.",emailPlaceholder:"Sähköposti (valinnainen)",fullNamePlaceholder:"Koko nimi (valinnainen)",header:"Omat tiedot",subtitle:"Jos haluat saada ilmoituksia tästä raportista, lisää sopiva sähköpostiosoite alla."},Emotion:{description:"Miltä sinusta tuntui? Miten se vaikutti sinuun?",header:"Miten se vaikutti sinuun?",placeholder:"Aloita kirjoittaminen..."},Evidence:{addedHeading:"Lisätty",failedToOpenFileMessage:"Tiedoston avaaminen epäonnistui. Yritä uudelleen.",fileStatuses:{infectedUpload:"Merkitty turvatarkastuksessa",passedUpload:"Hyväksytty turvatarkastus",pendingUpload:"Turvallisuustarkastus meneillään",readyForDownload:"Valmiina lataukseen"},mobileErrorMessage:"Merkityt tiedostot: lähetä viesti tapaustenhoitajallesi",nameHeading:"Nimi",statusHeading:"Tila",tableTitle:"Todiste",webErrorMessage:"Merkityt tiedostot: Jos tiedosto(t) on merkitty, lähetä viesti tapaushallinnolle."},FileUpload:{addFiles:"Lisää tiedostoja",addMoreFiles:"Lisää enemmän tiedostoja",confirm:"Vahvista",description:"Tiedostojen lisääminen todisteina voi tukea tapauksesi hoitajan ratkaisutehokkuutta. Otathan huomioon tiedoston sisällön (mukaan lukien tiedoston metatiedot), jos haluat pysyä anonyyminä, ja kunnioita muiden yksilöiden oikeuksia ja sovellettavia lakeja.",dragDrop:"Pudota tiedostot tähän tai",errorMessage:"Tiedosto(t) epäonnistuivat verkkovirheen vuoksi. Klikkaa alla viestiäksesi tapauksenhoitajallesi avusta.",fileLimit:"Jokaisen tiedoston koon rajoitus: 100MB",fileUploadLimitText:"Voit ladata vain 10 tiedostoa",header:"Lisää todisteita",helpArticle:"apu artikkeli",highlighted:"selaa tiedostoja",information:"Tuetut tiedostotyypit",moreInformation:"Lisätietoja varten, katso tämä apu artikkeli",postSubmissionErrorMessage:"Emme voineet ladata tiedostoja järjestelmävirheen vuoksi. Valitse 'vahvista' uudelleen.",tooltipAudio:"Ääni:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumentit:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Kuvat:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Teksti:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Tiedosto on liian suuri",invalidFileType:"Tiedostotyyppiä ei tueta: {{extension}}",systemError:"Järjestelmävirhe",tooManyFiles:"Tiedostojen enimmäismäärä on {{maxFiles}}"},uploadFiles:"Lataa tiedostoja"},Loading:{loading:"Odota hetki, kun lähetämme raporttisi tapaushallinnalle...",postSubmissionLoading:"Odota, kun lähetämme tiedosto(t)..."},Location:{description:"Missä se tapahtui?",header:"Missä se tapahtui?",placeholder:"Esimerkiksi toimistossa"},MessageListBox:{messageCaseManager:"Lähetä viesti tapauksen käsittelijälle",report:"Raportti {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Käännös poistettu käytöstä",enableTranslationLabelEnabled:"Käännös käytössä",enableTranslationsDescription:"Ota automaattiset käännökset käyttöön ja lue kaikki raporttiviestit haluamallasi kielellä. Käännetty kieli perustuu laitteellasi valittuun kieleen.",enableTranslationsHeader:"Ota automaattinen käännös käyttöön raporttiviesteille",enableTranslationsSubDescriptionv2:"Voit vaihtaa käännöksen ja alkuperäisen kielen välillä jokaisessa chatissa.",updateTranslationFailed:"Päivityskäännös epäonnistui",updateTranslationSuccess:"Käännösasetus päivitetty onnistuneesti"},Password:{changePasswordHeader:"Vaihda salasana",createNewPassword:"Luo uusi salasana",createPasswordHeader:"Salasanasi",currentPasswordPlaceholder:"Annan nykyinen salasana",description:"Kelvollisessa salasanassa on oltava vähintään 9 merkkiä ja yksi iso kirjain ja yksi numero",enterCurrentPassword:"Anna nykyinen salasana",newDescription:"Luo vahva salasana pitääksesi tilisi turvallisena. Aloita kirjoittaminen nähdäksesi ohjeet alla.",passwordPlaceholder:"Luo salasana",reenterPlaceholder:"Anna salasana uudelleen",subtitle:"Luo salasana tämän raportin lähettämiseksi ja sen myöhempää käyttöä varten"},Perpetrators:{description:"Raportoitko tietystä henkilöstä vai useista henkilöistä? Voitko nimetä heidät tai kuvailla heitä?",header:"Osallisena olevat ihmiset",placeholder:"Aloita kirjoittaminen ja erottele pilkulla useat nimet tai kuvaukset"},PoweredByVault:"Palvelun tarjoaa {{company}}",PrivacyStatement:"Tuotteen tietosuojaseloste",PublicMessageList:{myMessages:"Omat viestit"},PublicMoreEvidence:{additionalEvidenceHeader:"Todisteita lisätty olemassa olevaan raporttiin",backToReportId:"Takaisin raporttiin ID: {{reportId}}",description:"Lisäämällä tiedostoja todisteina voi tukea tapauksesi käsittelijän tehokkuutta. Ole hyvä ja harkitse tiedoston sisältöä (mukaan lukien tiedoston metatiedot), jos haluat pysyä anonyymina, ja kunnioita muiden yksilöiden oikeuksia ja sovellettavia lakeja. Lisätietoja varten, ole hyvä ja katso tämä apu artikkeli",header:"Lisää lisänäyttöä raporttiin",vaultTalkOpenCaseHeader:"Lisää todisteita raporttiisi"},PublicReport:{anonymous:"Anonyymi",backToReports:"Takaisin raportteihin",skipped:"Ohitettu"},PublicReportCard:{addEvidence:"Lisää lisänäyttöä",messageCaseManager:"Lähetä viesti tapauksen käsittelijälle",reportId:"Raportin tunnus:",submitted:"Lähetetty",vaultTalkClosedCaseCTA:"Näytä todisteet",vaultTalkOpenCaseCTA:"Lisää todisteita",viewAdditionalEvidence:"Näytä lisänäyttöä",viewReport:"Näytä raportti"},PublicReportsList:{reportingSystem:"Raportointijärjestelmä"},Question:{placeholder:"Aloita kirjoittaminen...",question:"Antaa yksityiskohtia",questionText:"Ole hyvä ja jaa huolesi, päivityksesi tai tiedustelusi kanssamme."},Relationship:{header:"Suhteesi organisaatioon",tellUsAbout:"Kerro suhteestasi organisaatioon."},ResponsiveNavMenu:{messages:"Viestini",reports:"Omat raporttini"},SpamPuzzle:{dialog:"Jatka ratkaisemalla tämä palapeli"},SubmissionTypes:{reportIssue:"Valitse kategoria",whatType:"Valitse raporttiasi parhaiten kuvaava luokka"},SubmitSuccess:{category:"Kategoria: {{category}}",dateSubmitted:"Päivämäärä jätetty: {{date}}",recordYourVaultID:"Muista tämä tieto sisäänkirjautumista varten",successMessage:"Raporttisi on lähetetty ja se on valmis tarkasteltavaksi. Kaikki liitetyt tiedostot, jotka vaativat huomiota, merkitään kirjautumisen yhteydessä. Kirjaudu alla nähdäksesi raporttipäivitykset ja lähettääksesi viestin tapaustenhoitajallesi.",successThankYou:"Kiitos raportistasi!",viewReport:"Näytä raportti"},Time:{approximateDescription:"Muistatko noin kellonajan, jolloin tapahtuma tapahtui?",approximatePlaceholder:"Esimerkiksi aamulla, iltapäivällä",description:"Muistatko kellonajan, jolloin tapahtuma tapahtui?",header:"Mihin aikaan se tapahtui?",invalidTime:"Ajan täytyy olla muodossa HH:MM"},UserSettingsDialog:{changePassword:"Vaihda salasana",closeDialog:"Sulje valintaikkuna",logout:"Kirjaudu ulos",messageSettings:"Viestiasetukset",userSettings:"Käyttäjäasetukset"},Witnesses:{description:"Kerroitko asiasta kenellekään tai näkikö joku, mitä tapahtui?",header:"Oliko silminnäkijöitä?",placeholder:"Aloita kirjoittaminen..."}},reporting:{ReportingActivate:{buttonText:"Jatka",description:"Jos sinulla on tili meillä, lähetämme sinulle sähköpostitse ohjeet rekisteröitymisen viimeistelyyn.",emailInput:"Sähköposti",header:"Anna työsi sähköpostiosoite",successAccount:"Jos sinulla on tili meillä, saat sähköpostin ohjeilla siitä, miten asettaa salasanasi.",successEmail:"Jos et näe sitä heti, odota muutama minuutti ja päivitä sähköpostisi saapuneiden viestien kansio.",successHeading:"Kiitos"},ReportingConnect:{cancelButton:"Peruuta",connectButton:"Yhdistä",disclaimer:"Yhdistämällä Slack-tilisi Vault-tiliisi varmistat turvallisen ja yksityisen yhteyden.

Yhdistämisen jälkeen voit ilmoittaa väärinkäytöksistä tai esittää kysymyksen suoraan Slackissa. Sinulla on aina mahdollisuus raportoida anonyymisti yhdistämisen jälkeen. Yksityisyytesi ja turvallisuutesi ovat meille tärkeimmät prioriteetit.",heading:"Vault Platform pyytää lupaa päästä käsiksi {{organisationName}} Slack-tiliisi",listHeading:"Mitä Vault pystyy tekemään?",permissionIdentity:{extraInfo:"Vaultilla on mahdollisuus nähdä Slack-käyttäjäsi identiteetti.",heading:"Näytä tietoja käyttäjän identiteetistä"},permissionNotifications:{extraInfo:"Vault pystyy lähettämään sinulle ilmoituksia Slack-tilillesi liittyen mahdollisiin päivityksiin jätettyyn raporttiin tai kysymykseen.",heading:"Lähetä sinulle ilmoituksia"},permissionOverview:{extraInfo:"Vault esittää yleiskatsauksen kaikista lähetyksistä kotisivulla",heading:"Yhteenveto esityksistä"},permissionSubmitReport:{extraInfo:"Tämä myöntää Vaultille luvan lähettää raportin tai esittää kysymyksen suoraan organisaatiollesi Slackista.",heading:"Lähetä raportti tai kysymys puolestasi"},successfulConnectionDescription:"Vault-tilisi ja Slack-tilisi on nyt yhdistetty. Voit nyt sulkea tämän välilehden ja palata Slackiin.",successfulConnectionHeading:"Onnistuneesti yhdistetty",unsuccessfulConnectionDescription:"Jotain meni pieleen. Sulje tämä välilehti ja palaa Slackiin yrittääksesi uudelleen.",unsuccessfulConnectionHeading:"Yhteys epäonnistui"},ReportingLogin:{createAccountCTA:"Rekisteröidy tilille",emailLabel:"Sähköpostisi",loginButton:"Kirjaudu sisään",newPasswordPlaceholder:"Uusi salasana",passwordFailMessage:"Palaa takaisin Vault-sovellukseen Slackissä ja yritä uudelleen. Jos ongelma jatkuu, ota yhteyttä meihin osoitteessa techsupport@vaultplatform.com",passwordFailTitle:"Jotain meni pieleen",passwordLabel:"Sinun salasanasi",passwordPlaceholder:"Syötä salasanasi",passwordResetRequired:"Salasanan nollaaminen vaaditaan",passwordSuccessfullySetMessage:"Palaa takaisin Slackissa olevaan Vault-sovellukseen ja todenna uudella salasanallasi jatkaaksesi siitä, mihin jäit.",passwordSuccessfullySetTitle:"Salasana asetettu onnistuneesti",reenterPlaceholder:"Kirjoita salasana uudelleen",title:"Toimittaja Hub",tooltip:'Jos et ole vielä asettanut salasanaa Vault-sovellukselle, seuraa tästä päästäksesi alkuun. Jos olet unohtanut salasanasi, käytä alla olevaa "Unohditko salasanan" -linkkiä.',usernameLoginFailed:"Kirjautuminen epäonnistui, käyttäjätunnus tai salasana on virheellinen"},ReportingReset:{failureDescription:"Palaa takaisin Vault-sovellukseen Slackissa ja yritä uudelleen. Jos ongelma jatkuu, ota meihin yhteyttä osoitteessa techsupport@vaultplatform.com",failureHeading:"Jotain meni pieleen",successDescription:"Palaa takaisin Vault-sovellukseen Slackissa ja tunnistaudu uudella salasanallasi jatkaaksesi siitä, mihin jäit.",successHeading:"Salasana asetettu onnistuneesti"}},validators:{passwordLength:"Salasanassa on oltava vähintään 9 merkkiä",passwordLowercase:"Salasanassa on oltava vähintään 1 pieni kirjain",passwordMissMatch:"Salasana- ja vahvistuskentän on vastattava toisiaan.",passwordNumeric:"Salasanassa on oltava vähintään 1 numero",passwordUppercase:"Salasanassa on oltava vähintään 1 iso kirjain"},validatorsNew:{passwordLength:"Välillä 10 ja 30 merkkiä",passwordLowercase:"Vähintään yksi pieni kirjain",passwordMissMatch:"Salasanat eivät täsmää",passwordNumeric:"Vähintään yksi numero",passwordSpecialCharacter:"Vähintään yksi erikoismerkki",passwordUppercase:"Vähintään yksi iso kirjain"}}},QWn={translation:{Buttons:{back:"Précédent",changePassword:"Changer de mot de passe",copiedVaultId:"Copié !",copyVaultID:"Copier l'ID Vault",create:"Créer",next:"Suivant",notSure:"Je ne suis pas sûr",signUp:"Inscrivez-vous",submit:"Soumettre"},Errors:{createReportFailed:"La création du signalement a échoué."},ReportStatus:{CLOSED:"Clôturé",INVESTIGATING:"À l'étude",NEW:"Soumis",READ:"Lu"},general:{time:{day:"Jour",days:"Jours",hour:"Heure",hours:"Heures",minute:"Minute",minutes:"Minutes",second:"Seconde",seconds:"Secondes"}},public:{ChatContainer:{anonymousLabel:"Anonyme",autoTranslate:"La traduction automatique est désactivée par défaut.",backToMessages:"Retourner aux messages",caseSettings:"Paramètres du dossier.",changeInProfile:"Si vous souhaitez modifier ce paramètre, vous pouvez le faire dans votre profil",description:`Lorsque la traduction automatique est activée, tous les messages de rapport seront - automatiquement traduits à l'aide de l'IA en fonction de la langue par défaut - sélectionnée sur votre navigateur.`,descriptionSecondHalf:"La version originale de tous les messages est toujours préservée et peut être trouvée dans le chat.",messagePlaceholder:"Commencez à taper...",messageSettings:"Paramètres de message.",originalMessages:"Original",showMoreBanner:"En savoir plus sur les traductions automatiques",titlev2:"Lisez tous les messages dans votre langue préférée.",translatedMessageLabel:"Message Traduit",translatedMessages:"Traduit",understood:"Compris"},CreatePublicReport:{createReport:"Faire un nouveau signalement",helpPage:"Allez sur notre page d'aide",loginToOpr:"Connectez-vous pour suivre les rapports",or:"ou",passwordPlaceholder:"Saisir le mot de passe",phoneNumberLoginFailed:"La connexion a échoué, le numéro de téléphone / le code pin est incorrect",phoneNumberPlaceholder:"Entrez votre numéro de téléphone",phoneNumberTooltip:"Entrez le numéro de téléphone que vous avez utilisé pour contacter VaultTalk",pinPlaceholder:"Entrez le code PIN",reportIntroductionParagraph1:"Lorsque vous signalez un incident, on vous posera quelques questions pour vous aider à documenter votre expérience.",reportIntroductionParagraph2:"Avant de soumettre, vous avez l'option de rester anonyme pour protéger votre vie privée.",reportIntroductionParagraph3:"Après votre soumission, vous pouvez vous connecter à tout moment pour voir l'avancement de votre rapport et parler à un gestionnaire de cas.",reportIssue:"Signaler un problème",usernameLoginFailed:"Échec de connexion, nom d'utilisateur/mot de passe incorrect",validationError:{publicReport:{relationshipToCompanyRequired:"La relation avec l'entreprise est requise",reportedCategoryRequired:"La catégorie signalée est requise"}},vaultId:"ID de Vault",vaultIdPlaceholder:"Entrez votre Email ou Vault ID",vaultIdTooltip:"Pour les rapports anonymes, l'ID Vault est alphanumérique. Si le rapport n'était pas anonyme, l'ID Vault est votre adresse e-mail.",vaultTalk:"VaultTalk",yourPassword:"Votre mot de passe",yourPhoneNumber:"Votre numéro de téléphone",yourPin:"Votre code PIN à 6 chiffres",yourVaultId:"Votre ID Vault"},CustomHeader:{companyLogo:"Logo de l’entreprise",openReporting:"Ouvrir la fonction de signalement",userSettings:"Paramètres utilisateur"},Date:{approximateDescription:"Vous souvenez-vous de la date approximative à laquelle l'événement s'est déroulé ?",approximatePlaceholder:"Exemple : il y a 6 mois / l’an dernier / en novembre dernier",cancel:"annuler",clear:"effacer",description:"Vous souvenez-vous de la date à laquelle l'événement s'est déroulé ?",header:"Quel jour cela s'est-il passé ?",ok:"OK",placeholder:"Exemple : 21 juin 2020"},Description:{whatHappened:"Que s'est-il passé ?",whatHappenedPlaceholder:"Utilisez vos propres mots...",whatHappenedText:"Avec vos propres mots, décrivez ce qui s'est passé"},Details:{disclaimer:"Ces détails seront divulgués avec votre rapport. Si vous souhaitez rester anonyme, assurez-vous qu'ils ne contiennent pas d'informations d'identification.",emailPlaceholder:"E-mail (facultatif)",fullNamePlaceholder:"Nom complet (facultatif)",header:"Coordonnées",subtitle:"Si vous souhaitez recevoir des notifications au sujet de ce rapport, ajoutez une adresse e-mail appropriée ci-dessous."},Emotion:{description:"Qu'avez-vous ressenti ? Quelles ont été les conséquences ?",header:"Quelles ont été les conséquences ?",placeholder:"Commencez la saisie..."},Evidence:{addedHeading:"Ajouté",failedToOpenFileMessage:"Échec de l'ouverture du fichier. Veuillez réessayer",fileStatuses:{infectedUpload:"Signalé par le contrôle de sécurité",passedUpload:"Passé le contrôle de sécurité",pendingUpload:"Contrôle de sécurité en cours",readyForDownload:"Prêt à être téléchargé"},mobileErrorMessage:"Fichiers signalés : Envoyez un message à votre gestionnaire de cas",nameHeading:"Nom",statusHeading:"Statut",tableTitle:"Preuve",webErrorMessage:"Fichiers signalés : Si votre(vos) fichier(s) a(ont) été signalé(s), veuillez envoyer un message au gestionnaire de cas."},FileUpload:{addFiles:"Ajouter des fichiers",addMoreFiles:"Ajoutez plus de fichiers",confirm:"Confirmer",description:"L'ajout de fichiers comme preuves peut aider à soutenir l'efficacité de la résolution par votre gestionnaire de cas. Veuillez prendre en compte le contenu du fichier (y compris les métadonnées du fichier) si vous souhaitez rester anonyme, et respecter les droits des autres individus et les lois applicables.",dragDrop:"Déposez les fichiers ici ou",errorMessage:"Le(s) fichier(s) n'a/n'ont pas réussi à cause d'une erreur réseau. Cliquez ci-dessous pour envoyer un message à votre gestionnaire de cas pour obtenir de l'aide.",fileLimit:"Limite de taille pour chaque fichier : 100MB",fileUploadLimitText:"Vous ne pouvez télécharger que 10 fichiers",header:"Ajouter des preuves",helpArticle:"article d'aide",highlighted:"parcourir les fichiers",information:"Types de fichiers pris en charge",moreInformation:"Pour plus d'informations, veuillez consulter ceci article d'aide",postSubmissionErrorMessage:"Nous n'avons pas pu télécharger vos fichiers en raison d'une erreur système. Veuillez sélectionner 'confirmer' à nouveau.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documents:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Images:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Texte:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Vidéo:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Le fichier est trop volumineux",invalidFileType:"Type de fichier non pris en charge : {{extension}}",systemError:"Erreur système",tooManyFiles:"Le nombre maximum de fichiers est {{maxFiles}}"},uploadFiles:"Télécharger des fichiers"},Loading:{loading:"Veuillez patienter pendant que nous soumettons votre rapport à un gestionnaire de cas...",postSubmissionLoading:"Veuillez attendre pendant que nous soumettons votre(s) fichier(s)..."},Location:{description:"Où cela s'est-il passé ?",header:"Où cela s'est-il passé ?",placeholder:"Exemple : au bureau"},MessageListBox:{messageCaseManager:"Envoyer un message au responsable",report:"Signaler {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Traduction désactivée",enableTranslationLabelEnabled:"Traduction activée",enableTranslationsDescription:"Activez les traductions automatiques et lisez tous les messages de rapport dans votre langue préférée. La langue traduite est basée sur la langue sélectionnée sur votre appareil.",enableTranslationsHeader:"Activer les traductions automatiques pour les messages de rapport",enableTranslationsSubDescriptionv2:"Vous pouvez basculer entre la langue traduite et la langue originale dans chaque discussion.",updateTranslationFailed:"La mise à jour de la traduction a échoué",updateTranslationSuccess:"Paramètre de traduction mis à jour avec succès"},Password:{changePasswordHeader:"Changer de mot de passe",createNewPassword:"Veuillez créer un nouveau mot de passe",createPasswordHeader:"Votre mot de passe",currentPasswordPlaceholder:"Saisir le mot de passe en cours",description:"Un mot de passe valide doit contenir au moins 9 caractères et inclure une majuscule et un chiffre",enterCurrentPassword:"Veuillez saisir votre mot de passe en cours",newDescription:"Créez un mot de passe fort pour sécuriser votre compte. Commencez à taper pour voir les directives ci-dessous.",passwordPlaceholder:"Créer un mot de passe",reenterPlaceholder:"Saisissez de nouveau le mot de passe",subtitle:"Créez un mot de passe pour soumettre ce signalement et y accéder plus tard"},Perpetrators:{description:"Signalez-vous le comportement d’une ou plusieurs personnes ? Pouvez-vous les nommer ou les décrire ?",header:"Personnes impliquées",placeholder:"Commencez la saisie et utilisez une virgule pour ajouter plusieurs noms ou descriptions"},PoweredByVault:"Optimisé par {{company}}",PrivacyStatement:"Déclaration de confidentialité du produit",PublicMessageList:{myMessages:"Mes messages"},PublicMoreEvidence:{additionalEvidenceHeader:"Preuve ajoutée au rapport existant",backToReportId:"Retour au rapport ID : {{reportId}}",description:"Ajouter des fichiers en tant que preuves peut aider à soutenir l'efficacité de la résolution par votre gestionnaire de cas. Veuillez considérer le contenu du fichier (y compris les métadonnées du fichier) si vous souhaitez rester anonyme, et respecter les droits des autres individus et les lois applicables. Pour plus d'informations, veuillez consulter ceci article d'aide",header:"Ajoutez des preuves supplémentaires au rapport",vaultTalkOpenCaseHeader:"Ajoutez des preuves à votre rapport"},PublicReport:{anonymous:"Anonyme",backToReports:"Retourner aux signalements",skipped:"Ignoré"},PublicReportCard:{addEvidence:"Ajoutez des preuves supplémentaires",messageCaseManager:"Envoyer un message au responsable",reportId:"ID du signalement :",submitted:"Soumis",vaultTalkClosedCaseCTA:"Voir les preuves",vaultTalkOpenCaseCTA:"Ajouter des preuves",viewAdditionalEvidence:"Voir des preuves supplémentaires",viewReport:"Voir le signalement"},PublicReportsList:{reportingSystem:"Système de signalement"},Question:{placeholder:"Commencez à taper...",question:"Fournir des détails",questionText:"Veuillez partager avec nous votre préoccupation, mise à jour ou demande de renseignements."},Relationship:{header:"Votre relation avec l’organisation",tellUsAbout:"Parlez-nous de votre relation avec l’organisation."},ResponsiveNavMenu:{messages:"Mes messages",reports:"Mes rapports"},SpamPuzzle:{dialog:"Pour continuer, résolvez cette énigme"},SubmissionTypes:{reportIssue:"Sélectionnez une catégorie",whatType:"Sélectionnez la catégorie qui décrit le mieux votre rapport"},SubmitSuccess:{category:"Catégorie : {{category}}",dateSubmitted:"Date de soumission : {{date}}",recordYourVaultID:"Souvenez-vous de ces informations pour la connexion",successMessage:"Votre rapport a été soumis et est prêt pour examen. Tout fichier joint nécessitant une attention sera signalé lors de la connexion. Connectez-vous ci-dessous pour voir les mises à jour du rapport et envoyer un message à votre gestionnaire de cas.",successThankYou:"Merci pour votre rapport !",viewReport:"Voir le rapport"},Time:{approximateDescription:"Vous souvenez-vous de l'heure approximative à laquelle l'événement s'est déroulé ?",approximatePlaceholder:"Exemple : le matin, l’après-midi",description:"Vous souvenez-vous de l'heure à laquelle l'événement s'est déroulé ?",header:"À quelle heure cela s'est-il passé ?",invalidTime:"L’heure doit être au format HH:MM"},UserSettingsDialog:{changePassword:"Changer de mot de passe",closeDialog:"Fermer la boîte de dialogue",logout:"Se déconnecter",messageSettings:"Paramètres du message",userSettings:"Paramètres utilisateur"},Witnesses:{description:"L'avez-vous raconté à quelqu'un ou y avait-il un témoin ?",header:"Des témoins ?",placeholder:"Commencez la saisie..."}},reporting:{ReportingActivate:{buttonText:"Continuer",description:"Si vous avez un compte chez nous, nous vous enverrons un email avec des instructions pour finaliser votre inscription.",emailInput:"Email",header:"Entrez votre email professionnel",successAccount:"Si vous avez un compte chez nous, vous recevrez un email avec des instructions sur comment définir votre mot de passe.",successEmail:"Si vous ne le voyez pas immédiatement, veuillez attendre quelques minutes et actualiser votre boîte de réception d'email.",successHeading:"Merci"},ReportingConnect:{cancelButton:"Annuler",connectButton:"Connecter",disclaimer:"La connexion de votre compte Slack avec votre compte Vault garantit une connexion sécurisée et privée.

En vous connectant, vous pouvez signaler un comportement inapproprié ou poser une question directement dans Slack. Vous aurez toujours la possibilité de signaler anonymement après vous être connecté. Votre vie privée et votre sécurité sont nos principales priorités.",heading:"Vault Platform demande l'autorisation d'accéder à votre compte Slack {{organisationName}}",listHeading:"Que pourra faire Vault ?",permissionIdentity:{extraInfo:"Vault aura la capacité de voir l'identité de votre utilisateur Slack",heading:"Voir des informations sur l'identité d'un utilisateur"},permissionNotifications:{extraInfo:"Vault pourra vous envoyer des notifications sur votre compte Slack, concernant toute mise à jour d'un rapport soumis ou d'une question",heading:"Vous envoyer des notifications"},permissionOverview:{extraInfo:"Vault affichera un aperçu de toutes les soumissions sur la page d'accueil",heading:"Aperçu des soumissions"},permissionSubmitReport:{extraInfo:"Cela accordera à Vault la permission de soumettre un rapport ou de poser une question, directement à votre organisation, depuis Slack",heading:"Soumettez un rapport ou une question en votre nom"},successfulConnectionDescription:"Votre compte Vault et votre compte Slack sont maintenant connectés. Vous pouvez maintenant fermer cet onglet et retourner à Slack.",successfulConnectionHeading:"Connecté avec succès",unsuccessfulConnectionDescription:"Quelque chose a mal tourné. Veuillez fermer cet onglet et revenir à Slack pour réessayer.",unsuccessfulConnectionHeading:"Échec de la connexion"},ReportingLogin:{createAccountCTA:"Inscrivez-vous pour un compte",emailLabel:"Votre Email",loginButton:"Connexion",newPasswordPlaceholder:"Nouveau mot de passe",passwordFailMessage:"Revenez à l'application Vault dans Slack et essayez de nouveau. Si le problème persiste, contactez-nous à techsupport@vaultplatform.com",passwordFailTitle:"Quelque chose s'est mal passé",passwordLabel:"Votre mot de passe",passwordPlaceholder:"Entrez votre mot de passe",passwordResetRequired:"Réinitialisation du mot de passe requise",passwordSuccessfullySetMessage:"Retournez à l'application Vault dans Slack et authentifiez-vous avec votre nouveau mot de passe pour continuer là où vous vous étiez arrêté.",passwordSuccessfullySetTitle:"Mot de passe défini avec succès",reenterPlaceholder:"Ressaisir le mot de passe",title:"Reporter Hub",tooltip:`Si vous n'avez jamais défini de mot de passe pour l'application Vault, suivez ici pour commencer. Si vous avez oublié votre mot de passe, utilisez le lien "Mot de passe oublié" ci-dessous.`,usernameLoginFailed:"Échec de la connexion, nom d'utilisateur ou mot de passe incorrect"},ReportingReset:{failureDescription:"Revenez à l'application Vault dans Slack et essayez de nouveau. Si le problème persiste, contactez-nous à techsupport@vaultplatform.com",failureHeading:"Quelque chose a mal tourné",successDescription:"Retournez à l'application Vault dans Slack et authentifiez-vous avec votre nouveau mot de passe pour reprendre là où vous vous êtes arrêté.",successHeading:"Mot de passe défini avec succès"}},validators:{passwordLength:"Le mot de passe doit contenir au moins 9 caractères",passwordLowercase:"Le mot de passe doit contenir au moins 1 lettre en minuscule",passwordMissMatch:"Les champs de mot de passe et de confirmation doivent correspondre.",passwordNumeric:"Le mot de passe doit contenir au moins 1 chiffre",passwordUppercase:"Le mot de passe doit contenir au moins 1 lettre en majuscule"},validatorsNew:{passwordLength:"Entre 10 et 30 caractères",passwordLowercase:"Au moins une lettre minuscule",passwordMissMatch:"Les mots de passe ne correspondent pas",passwordNumeric:"Au moins un numéro",passwordSpecialCharacter:"Au moins un caractère spécial",passwordUppercase:"Au moins une lettre majuscule"}}},JWn={translation:{Buttons:{back:"הקודם",changePassword:"שנה/י סיסמה",copiedVaultId:"הועתק!",copyVaultID:"העתק את מזהה Vault",create:"צור/צרי",next:"הבא",notSure:"אינני בטוח/ה",signUp:"הירשם",submit:"הגש"},Errors:{createReportFailed:"יצירת דוח נכשלה."},ReportStatus:{CLOSED:"סגור",INVESTIGATING:"בחקירה",NEW:"הוגש",READ:"נקרא"},general:{time:{day:"יום",days:"ימים",hour:"שעה",hours:"שעות",minute:"דקה",minutes:"דקות",second:"שני",seconds:"שניות"}},public:{ChatContainer:{anonymousLabel:"אנונימי",autoTranslate:"התרגום האוטומטי מושבת כברירת מחדל.",backToMessages:"בחזרה להודעות",caseSettings:"הגדרות מקרה.",changeInProfile:"אם אתה מעוניין לשנות את ההגדרה הזו, אתה יכול לעשות זאת בפרופיל שלך",description:`כאשר התרגום האוטומטי מופעל, כל הודעות הדוחות יתורגמו באופן אוטומטי באמצעות AI בהתאם לשפת ברירת המחדל - שנבחרה בדפדפן שלך.`,descriptionSecondHalf:"הגרסה המקורית של כל ההודעות תמיד שמורה וניתן למצוא אותה בצ'אט.",messagePlaceholder:"התחל להקליד...",messageSettings:"הגדרות הודעות.",originalMessages:"מקורי",showMoreBanner:"למד עוד על תרגומים אוטומטיים",titlev2:"קרא את כל ההודעות בשפה שאתה מעדיף.",translatedMessageLabel:"הודעה מתורגמת",translatedMessages:"מתורגם",understood:"הבנתי"},CreatePublicReport:{createReport:"צור/צרי דוח חדש",helpPage:"עבור לעמוד העזרה שלנו",loginToOpr:"התחבר למעקב אחר דוחות",or:"או",passwordPlaceholder:"הזן/הזיני סיסמה",phoneNumberLoginFailed:"התחברות נכשלה, מספר הטלפון / הקוד האישי לא נכונים",phoneNumberPlaceholder:"הזן את מספר הטלפון שלך",phoneNumberTooltip:"הזן את מספר הטלפון שבו השתמשת כדי ליצור קשר עם VaultTalk",pinPlaceholder:"הכנס קוד סודי",reportIntroductionParagraph1:"כאשר אתה מדווח על אירוע, ישאלו אותך מספר שאלות כדי לסייע לך בתיעוד החוויה שלך.",reportIntroductionParagraph2:"לפני שאתה מגיש, יש לך את האפשרות להישאר אנונימי כדי להגן על הפרטיות שלך.",reportIntroductionParagraph3:"לאחר שתגיש, באפשרותך להתחבר בכל זמן לראות את התקדמות הדוח שלך ולדבר עם מנהל התיק.",reportIssue:"דווח/י על בעיה",usernameLoginFailed:"התחברות נכשלה, שם משתמש/סיסמה שגויים",validationError:{publicReport:{relationshipToCompanyRequired:"נדרשת קשר לחברה",reportedCategoryRequired:"הקטגוריה המדווחת נדרשת"}},vaultId:"זהות Vault",vaultIdPlaceholder:"הכנס את האימייל שלך או את מספר הזיהוי של Vault",vaultIdTooltip:'לדוחות אנונימיים, מספר הזיהוי של Vault הוא אלפאנומרי. אם הדוח לא היה אנונימי, מספר הזיהוי של Vault הוא כתובת הדוא"ל שלך.',vaultTalk:"VaultTalk",yourPassword:"הסיסמה שלך",yourPhoneNumber:"מספר הטלפון שלך",yourPin:"הקוד הבן 6 ספרות שלך",yourVaultId:"ה-Vault ID שלך"},CustomHeader:{companyLogo:"סמל של חברה",openReporting:"פתח דיווח",userSettings:"הגדרות משתמש"},Date:{approximateDescription:"באיזה תאריך בערך התרחש האירוע?",approximatePlaceholder:"דוגמה: לפני 6 חודשים / בשנה שעברה/ בנובמבר האחרון",cancel:"בטל/בטלי",clear:"נקה/נקי",description:"האם את/ה זוכר/ת את התאריך שבו התרחש האירוע?",header:"באיזה יום זה התרחש?",ok:"אישור",placeholder:"דוגמה: 21 ביוני 2020"},Description:{whatHappened:"מה קרה?",whatHappenedPlaceholder:"השתמש/י במילים שלך...",whatHappenedText:"תאר/י מה קרה במילים שלך"},Details:{disclaimer:"פרטים אלה יוחשפו עם הדוח שלך. אם אתה מעוניין להישאר אנונימי, ודא שהם לא מכילים מידע מזהה.",emailPlaceholder:'כתובת דוא"ל (אופציונלי)',fullNamePlaceholder:"שם מלא (אופציונלי)",header:"הפרטים שלך",subtitle:'אם אתה רוצה לקבל התראות על דוח זה, הוסף כתובת דוא"ל מ appropriateת מטה.'},Emotion:{description:"מה זה גרם לך להרגיש? מה הייתה ההשפעה?",header:"מה הייתה ההשפעה?",placeholder:"התחל/התחילי להקליד..."},Evidence:{addedHeading:"הוסיף",failedToOpenFileMessage:"נכשל בפתיחת הקובץ. אנא נסה שוב.",fileStatuses:{infectedUpload:"מסומן על ידי בדיקת אבטחה",passedUpload:"עבר בדיקת אבטחה",pendingUpload:"ביצוע בדיקת אבטחה",readyForDownload:"מוכן להורדה"},mobileErrorMessage:"קבצים מסומנים: שלח הודעה למנהל התיק שלך",nameHeading:"שם",statusHeading:"מצב",tableTitle:"ראיות",webErrorMessage:"קבצים מסומנים: אם הקובץ (ים) שלך סומן, אנא שלח הודעה למנהל התיק"},FileUpload:{addFiles:"הוסף קבצים",addMoreFiles:"הוסף קבצים נוספים",confirm:"אשר",description:"הוספת קבצים כראיות יכולה לעזור לתמוך ביעילות ההחלטה של מנהל המקרה שלך. אנא שקל את תוכן הקובץ (כולל מטא-נתונים של הקובץ) אם אתה מעוניין להישאר אנונימי, ותכבד את זכויות האנשים האחרים והחוקים העומדים בתוקף.",dragDrop:"השלם קבצים כאן או",errorMessage:"הקובץ/קבצים נכשל(ו) בשל שגיאת רשת. לחץ למטה כדי לשלוח הודעה למנהל התיק שלך לקבלת עזרה.",fileLimit:"מגבלת גודל לכל קובץ: 100MB",fileUploadLimitText:"אתה יכול להעלות רק 10 קבצים",header:"הוסף ראיות",helpArticle:"מאמר עזרה",highlighted:"עיין בקבצים",information:"סוגי קבצים נתמכים",moreInformation:"למידע נוסף, ראה מאמר עזרה",postSubmissionErrorMessage:"לא הצלחנו להעלות את הקבצים שלך בשל שגיאה במערכת. אנא בחר שוב ב'אישור'.",tooltipAudio:"אודיו:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"מסמכים:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"תמונות:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"טקסט:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"וידאו:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"הקובץ גדול מדי",invalidFileType:"סוג קובץ לא נתמך: {{extension}}",systemError:"שגיאת מערכת",tooManyFiles:"המספר המרבי של קבצים הוא {{maxFiles}}"},uploadFiles:"העלה קבצים"},Loading:{loading:"אנא המתן במהלך שליחת הדוח שלך למנהל התיק...",postSubmissionLoading:"אנא המתן בעת שאנו מגישים את הקובץ/קבצים שלך..."},Location:{description:"איפה זה קרה?",header:"איפה זה קרה?",placeholder:"לדוגמה: במשרד"},MessageListBox:{messageCaseManager:"שלח/י הודעה למנהל/ת פניות עובדים",report:"דוח {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"תרגום מושבת",enableTranslationLabelEnabled:"תרגום מופעל",enableTranslationsDescription:"אפשר תרגום אוטומטי וקרא את כל הודעות הדוח בשפה שאתה מעדיף. השפה המתורגמת מבוססת על השפה שנבחרה במכשיר שלך.",enableTranslationsHeader:"אפשר תרגום אוטומטי של הודעות דוח",enableTranslationsSubDescriptionv2:"אתה יכול להחליף בין השפה המתורגמת לשפה המקורית בכל צ'אט.",updateTranslationFailed:"העדכון של התרךמה נכשל",updateTranslationSuccess:"ההגדרות לתרגום עודכנו בהצלחה"},Password:{changePasswordHeader:"שנה/י סיסמה",createNewPassword:"צור/צרי סיסמה חדשה",createPasswordHeader:"הסיסמה שלך",currentPasswordPlaceholder:"הזן/הזיני את הסיסמה הנוכחית",description:"סיסמה תקינה חייבת להכיל לפחות 9 תווים ולכלול לפחות אות גדולה אחת וספרה אחת",enterCurrentPassword:"הזן/הזיני את הסיסמה הנוכחית",newDescription:"צור/צרי סיסמה חזקה כדי לשמור על חשבונך בטוח. התחל/י להקליד כדי לראות את ההנחיות למטה.",passwordPlaceholder:"צור/צרי סיסמה",reenterPlaceholder:"הזן/הזיני שוב את הסיסמה",subtitle:"צור/צרי סיסמה כדי להגיש דוח זה ולקבל גישה אליו בעתיד"},Perpetrators:{description:"האם את/ה מדווח/ת על אדם ספציפי או על כמה אנשים? האם תוכל/י לנקוב בשמם או לתאר אותם?",header:"אנשים מעורבים",placeholder:"התחל/התחילי להקליד והשתמש/י בפסיק כדי להוסיף שמות או תיאורים מרובים"},PoweredByVault:"מופעל באמצעות {{company}}",PrivacyStatement:"הצהרת פרטיות למוצר",PublicMessageList:{myMessages:"ההודעות שלי"},PublicMoreEvidence:{additionalEvidenceHeader:"הוספת ראיות לדוח הקיים",backToReportId:"חזרה לדוח מספר: {{reportId}}",description:"הוספת קבצים כראיות יכולה לעזור לתמוך ביעילות של ההחלטה על ידי מנהל התיק שלך. אנא שקלו את תוכן הקובץ (כולל מטא-דאטה של הקובץ) אם אתה רוצה להישאר אנונימי, והכבד את זכויות האנשים האחרים והחוקים הרלוונטיים. לעוד מידע, אנא צפה בזה מאמר עזרה",header:"הוסף ראיות נוספות לדוח",vaultTalkOpenCaseHeader:"הוסף ראיות לדוח שלך"},PublicReport:{anonymous:"בעילום שם",backToReports:"בחזרה לדוחות",skipped:"דולג"},PublicReportCard:{addEvidence:"הוסף ראיות נוספות",messageCaseManager:"שלח/י הודעה למנהל/ת פניות עובדים",reportId:"מזהה הדוח:",submitted:"הוגש",vaultTalkClosedCaseCTA:"צפה בראיות",vaultTalkOpenCaseCTA:"הוסף ראיות",viewAdditionalEvidence:"צפה בראיות נוספות",viewReport:"הצג/הציגי דוח"},PublicReportsList:{reportingSystem:"מערכת דיווח"},Question:{placeholder:"התחל להקליד...",question:"ספק פרטים",questionText:"אנא שתף איתנו את הדאגה, העדכון או החקירה שלך"},Relationship:{header:"הקשר שלך לארגון",tellUsAbout:"ספר/י לנו על הקשר שלך עם הארגון."},ResponsiveNavMenu:{messages:"ההודעות שלי",reports:"הדוחות שלי"},SpamPuzzle:{dialog:"כדי להמשיך, פתור/פתרי חידה זו"},SubmissionTypes:{reportIssue:"בחר קטגוריה",whatType:"בחר את הקטגוריה שהכי טוב תיאר את הדוח שלך"},SubmitSuccess:{category:"קטגוריה: {{category}}",dateSubmitted:"תאריך הגשה: {{date}}",recordYourVaultID:"זכור את המידע הזה להתחברות",successMessage:"דוחך הוגש ומוכן לביקורת. כל הקבצים המצורפים שדורשים תשומת לב, יסומנו כאשר תתחבר למערכת. התחבר להלן כדי לצפות בעדכונים לדוח ולשלוח הודעות למנהל התיק שלך.",successThankYou:"תודה על הדוח שלך!",viewReport:"צפה בדוח"},Time:{approximateDescription:"בערך באיזו שעה התרחש האירוע?",approximatePlaceholder:"לדוגמה: בבוקר, אחר הצהריים",description:"האם את/ה זוכר/ת את השעה שבה התרחש האירוע?",header:"באיזו שעה זה קרה?",invalidTime:"תבנית זמן חייבת להיות HH:MM"},UserSettingsDialog:{changePassword:"שנה/י סיסמה",closeDialog:"סגור/סגרי תיבת דו-שיח",logout:"התנתק/י",messageSettings:"הגדרות הודעות",userSettings:"הגדרות משתמש"},Witnesses:{description:"האם סיפרת למישהו אחר, או האם מישהו ראה מה קרה?",header:"היו עדים?",placeholder:"התחל/התחילי להקליד..."}},reporting:{ReportingActivate:{buttonText:"המשך",description:"אם יש לך חשבון אצלנו, אנחנו נשלח לך מייל עם הוראות להשלמת ההרשמה שלך.",emailInput:'דוא"ל',header:'הכנס את כתובת הדוא"ל של העבודה שלך',successAccount:"אם יש לך חשבון אצלנו, תקבל מייל עם הוראות על איך להגדיר את הסיסמה שלך.",successEmail:"אם אתה לא רואה את זה מיד, אנא המתן מספר דקות ורענן את תיבת הדואר הנכנס שלך.",successHeading:"תודה"},ReportingConnect:{cancelButton:"בטל",connectButton:"התחבר",disclaimer:"חיבור החשבון שלך ב-Slack עם החשבון שלך ב-Vault מבטיח חיבור בטוח ופרטי.

בעזרת החיבור, תוכל לדווח عנייני התנהגות לא מתאימה או לשאול שאלה ישירות בתוך Slack. תמיד תהיה לך האפשרות לדווח באופן אנונימי לאחר החיבור. הפרטיות שלך והביטחון שלך הם העדפתנו העליונה.",heading:"Vault Platform מבקשת אישור לגשת לחשבון Slack של הארגון שלך {{organisationName}}",listHeading:"מה Vault יוכל לעשות?",permissionIdentity:{extraInfo:"Vault יהיה בעל היכולת להציג את זהות משתמש ה-Slack שלך.",heading:"צפה במידע אודות זהותו של משתמש"},permissionNotifications:{extraInfo:"Vault יוכל לשלוח לך הודעות לחשבון Slack שלך, בנוגע לכל עדכונים לדוח או שאלה שהוגשו",heading:"שלח לך התראות"},permissionOverview:{extraInfo:"Vault יציג סקירה של כל ההגשות בעמוד הבית",heading:"סקירה של ההגשות"},permissionSubmitReport:{extraInfo:"זה ייתן ל-Vault הרשאה להגיש דוח או לשאול שאלה, ישירות לארגון שלך, מ-Slack",heading:"שלח דוח או שאלה בשמך"},successfulConnectionDescription:"חשבון Vault וחשבון Slack שלך מחוברים כעת. תוכל כעת לסגור את הכרטיסיה הזו ולחזור ל-Slack.",successfulConnectionHeading:"מחובר בהצלחה",unsuccessfulConnectionDescription:"משהו השתבש. אנא סגור את הכרטיסיה וחזור ל- Slack כדי לנסות שוב.",unsuccessfulConnectionHeading:"החיבור נכשל"},ReportingLogin:{createAccountCTA:"הירשם לחשבון",emailLabel:"האימייל שלך",loginButton:"כניסה",newPasswordPlaceholder:"סיסמה חדשה",passwordFailMessage:"חזור לאפליקציה של Vault ב-Slack ונסה שוב. אם הבעיה ממשיכה, צור איתנו קשר ב techsupport@vaultplatform.com.",passwordFailTitle:"משהו השתבש",passwordLabel:"הסיסמה שלך",passwordPlaceholder:"הכנס את הסיסמה שלך",passwordResetRequired:"נדרש איפוס סיסמה",passwordSuccessfullySetMessage:"חזור לאפליקציה של Vault ב-Slack ואמת באמצעות סיסמתך החדשה כדי להמשיך מהיכן שנותרת.",passwordSuccessfullySetTitle:"הסיסמה הוגדרה בהצלחה",reenterPlaceholder:"הזן מחדש את הסיסמה",title:"מרכז הדיווח",tooltip:'אם לא קבעת עדיין סיסמה לאפליקציית Vault, עקוב כאן כדי להתחיל. אם שכחת את הסיסמה שלך, השתמש בקישור "שכחתי סיסמה" שמתחת.',usernameLoginFailed:"התחברות נכשלה, שם משתמש או סיסמה שגויים"},ReportingReset:{failureDescription:"חזור לאפליקצית Vault ב-Slack ונסה שוב. אם הבעיה ממשיכה, צור איתנו קשר ב techsupport@vaultplatform.com",failureHeading:"משהו השתבש",successDescription:"חזור לאפליקציה 'Vault' ב-Slack ואמת עם הסיסמה החדשה שלך כדי להמשיך מהיכן שעצרת",successHeading:"הסיסמה הוגדרה בהצלחה"}},validators:{passwordLength:"הסיסמה חייבת לכלול לפחות 9 תווים",passwordLowercase:"הסיסמה חייבת לכלול לפחות אות קטנה אחת",passwordMissMatch:"השדה סיסמה והשדה אימות סיסמה חייבים להתאים.",passwordNumeric:"הסיסמה חייבת לכלול לפחות ספרה אחת",passwordUppercase:"הסיסמה חייבת לכלול לפחות אות גדולה אחת"},validatorsNew:{passwordLength:"בין 10 ל-30 תווים",passwordLowercase:"לפחות אות אחת קטנה",passwordMissMatch:"הסיסמאות אינן תואמות",passwordNumeric:"לפחות מספר אחד",passwordSpecialCharacter:"לפחות תו מיוחד אחד",passwordUppercase:"לפחות אות גדולה אחת"}}},eqn={translation:{Buttons:{back:"Vissza",changePassword:"Jelszó megváltoztatása",copiedVaultId:"Másolt!",copyVaultID:"Másolja a Vault azonosítót",create:"Létrehozás",next:"Következő",notSure:"Nem vagyok biztos benne",signUp:"Regisztrálj",submit:"Beadás"},Errors:{createReportFailed:"Jelentés létrehozása sikertelen."},ReportStatus:{CLOSED:"Bezárva",INVESTIGATING:"Vizsgálat",NEW:"Beadva",READ:"Olvasás"},general:{time:{day:"Nap",days:"Napok",hour:"Óra",hours:"Órák",minute:"Perc",minutes:"Percenként",second:"Második",seconds:"Másodpercek"}},public:{ChatContainer:{anonymousLabel:"Anonim",autoTranslate:"Az automatikus fordítás alapértelmezés szerint ki van kapcsolva.",backToMessages:"Vissza az üzenetekhez",caseSettings:"Eset beállítások.",changeInProfile:"Ha meg szeretnéd változtatni ezt a beállítást, megteheted a profilodban",description:`Amikor az automatikus fordítás be van kapcsolva, minden jelentési üzenetet - automatikusan lefordít a mesterséges intelligencia az ön böngészőjében - kiválasztott alapértelmezett nyelvre.`,descriptionSecondHalf:"Az összes üzenet eredeti változatát mindig megőrizzük, és azokat a csevegésben megtalálhatja.",messagePlaceholder:"Kezdjen el gépelni...",messageSettings:"Üzenetbeállítások.",originalMessages:"Eredeti",showMoreBanner:"Tudjon meg többet az automatikus fordításokról",titlev2:"Olvassa el az összes üzenetet a preferált nyelvén.",translatedMessageLabel:"Fordított üzenet",translatedMessages:"Fordítva",understood:"Értettem"},CreatePublicReport:{createReport:"Új jelentés létrehozása",helpPage:"Menj a segítség oldalunkra",loginToOpr:"Jelentkezzen be a jelentések nyomon követéséhez",or:"vagy",passwordPlaceholder:"Adja meg jelszavát",phoneNumberLoginFailed:"Bejelentkezés sikertelen, a telefonszám / pin kód helytelen",phoneNumberPlaceholder:"Adja meg a telefonszámát",phoneNumberTooltip:"Adja meg azt a telefonszámot, amellyel kapcsolatba lépett a VaultTalk.",pinPlaceholder:"Adja meg a PIN-kódot",reportIntroductionParagraph1:"Amikor egy eseményt jelent, néhány kérdést fogunk feltenni, hogy támogassuk Önt tapasztalata dokumentálásában.",reportIntroductionParagraph2:"Mielőtt elküldi, van lehetősége névtelen maradni a személyes adatok védelme érdekében.",reportIntroductionParagraph3:"Beküldés után bármikor bejelentkezhet, hogy megtekintse jelentése előrehaladását és beszélgethessen az ügyintézővel.",reportIssue:"Probléma jelentése",usernameLoginFailed:"Bejelentkezés sikertelen, felhasználónév/jelszó hibás",validationError:{publicReport:{relationshipToCompanyRequired:"A kapcsolat a vállalathoz szükséges",reportedCategoryRequired:"Jelentett kategória szükséges"}},vaultId:"Vault azonosító",vaultIdPlaceholder:"Adja meg az email címét vagy a Vault ID-jét",vaultIdTooltip:"Az anonim jelentésekhez a Vault ID alfanumerikus. Ha a jelentés nem volt anonim, akkor a Vault ID az ön email címe.",vaultTalk:"VaultTalk",yourPassword:"A jelszavad",yourPhoneNumber:"Az Ön telefonszáma",yourPin:"Az Ön 6 számjegyű PIN kódja",yourVaultId:"Az Ön Vault ID-je"},CustomHeader:{companyLogo:"Vállalati logó",openReporting:"Jelentés megnyitása",userSettings:"Felhasználói beállítások"},Date:{approximateDescription:"Emlékszik a körülbelüli dátumra, amikor az esemény megtörtént?",approximatePlaceholder:"Például: 6 hónappal ezelőtt / tavaly / múlt novemberben",cancel:"visszavonás",clear:"törlés",description:"Emlékszik a dátumra, amikor az esemény megtörtént?",header:"Melyik napon történt?",ok:"ok",placeholder:"Például: 2020. június 21."},Description:{whatHappened:"Mi történt?",whatHappenedPlaceholder:"Fejtse ki saját szavaival...",whatHappenedText:"Fejtse ki saját szavaival, hogy mi történt"},Details:{disclaimer:"Ezeket a részleteket a jelentésével együtt tesszük közzé. Ha névtelenül szeretne maradni, győződjön meg róla, hogy nem tartalmaznak azonosító információt.",emailPlaceholder:"E-mail cím (opcionális)",fullNamePlaceholder:"Teljes név (opcionális)",header:"Az Ön adatai",subtitle:"Ha értesítéseket szeretne kapni erről a jelentésről, adja meg a megfelelő e-mail címet az alábbiakban."},Emotion:{description:"Hogyan érezte magát ettől? Milyen hatással járt?",header:"Milyen hatással járt?",placeholder:"Kezdjen el gépelni..."},Evidence:{addedHeading:"Hozzáadva",failedToOpenFileMessage:"A fájl megnyitása sikertelen. Kérjük, próbálja újra.",fileStatuses:{infectedUpload:"Biztonsági ellenőrzés által jelzett",passedUpload:"Átment a biztonsági ellenőrzésen",pendingUpload:"Biztonsági ellenőrzés folyamatban",readyForDownload:"Letölthető"},mobileErrorMessage:"Jelölt fájlok: üzenetet küldj a ügykezelődnek",nameHeading:"Név",statusHeading:"Állapot",tableTitle:"Bizonyíték",webErrorMessage:"Megjelölt fájlok: Ha a fájljai megjelölésre kerültek, kérjük, üzenjen a ügykezelőnek"},FileUpload:{addFiles:"Fájlok hozzáadása",addMoreFiles:"Tölts fel több fájlt",confirm:"Megerősítés",description:"Fájlok hozzáadása bizonyítékként segítheti az ügyintézője által végzett hatékony problémamegoldást. Kérjük, vegye figyelembe a fájl tartalmát (beleértve a fájl metadata adatait) ha anonim maradni szeretne, és tartsa tiszteletben mások jogait és az alkalmazandó törvényeket.",dragDrop:"Húzza ide a fájlokat vagy",errorMessage:"A(z) fájl(ok) hálózati hiba miatt nem sikerült. Kattintson alább, hogy üzenetet küldjön az ügykezelőjének segítségért.",fileLimit:"Minden fájlméret korlát: 100MB",fileUploadLimitText:"Csak 10 fájlt tölthet fel.",header:"Adj bizonyítékot",helpArticle:"segítség cikk",highlighted:"fájlok böngészése",information:"Támogatott fájltípusok",moreInformation:"További információkért, kérjük, tekintse meg ezt segítség cikk",postSubmissionErrorMessage:"A rendszerhiba miatt nem tudtuk feltölteni az Ön fájljait. Kérjük, válassza újra a 'megerősítés' opciót.",tooltipAudio:"Audió:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumentumok:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Képek:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Szöveg:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Videó:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"A fájl túl nagy",invalidFileType:"Nem támogatott fájltípus: {{extension}}",systemError:"Rendszerhiba",tooManyFiles:"A fájlok maximális száma {{maxFiles}}"},uploadFiles:"Fájlok feltöltése"},Loading:{loading:"Kérjük, várjon, amíg benyújtjuk jelentését az ügykezelőnek...",postSubmissionLoading:"Kérjük, várjon, amíg elküldjük a fájljai(t)..."},Location:{description:"Hol történt az eset?",header:"Hol történt az eset?",placeholder:"Például: az irodában"},MessageListBox:{messageCaseManager:"Üzenetkezelő",report:"Jelentés {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Fordítás letiltva",enableTranslationLabelEnabled:"Fordítás engedélyezve",enableTranslationsDescription:"Tegye lehetővé az automatikus fordításokat, és olvassa el az összes jelentés üzenetet a preferált nyelven. A lefordított nyelv az ön által választott nyelvre alapul.",enableTranslationsHeader:"Engedélyezze az automatikus fordításokat a jelentési üzenetekhez",enableTranslationsSubDescriptionv2:"Az egyes csevegésekben váltogathat a fordított és az eredeti nyelv között.",updateTranslationFailed:"Frissítési fordítás sikertelen",updateTranslationSuccess:"A fordítási beállítások sikeresen frissültek"},Password:{changePasswordHeader:"Jelszó megváltoztatása",createNewPassword:"Kérjük, hozzon létre egy új jelszót",createPasswordHeader:"Az Ön jelszava",currentPasswordPlaceholder:"Adja meg jelenlegi jelszavát",description:"Az érvényes jelszónak legalább 9 karakter hosszúságúnak kell lennie, és tartalmaznia kell egy nagybetűt és egy számot",enterCurrentPassword:"Kérjük, adja meg jelenlegi jelszavát",newDescription:"Hozzon létre erős jelszót a fiókjának biztonságának megőrzése érdekében. Kezdjen el gépelni, hogy lássa az alábbi irányelveket.",passwordPlaceholder:"Jelszó létrehozása",reenterPlaceholder:"Adja meg ismét a jelszót",subtitle:"Hozzon létre egy jelszót a jelentés benyújtásához, és hogy a jövőben hozzáférjen"},Perpetrators:{description:"Egy adott személyt vagy több személyt jelent? Meg tudná nevezni őket vagy tudna róluk személyleírást adni?",header:"Érintett személyek",placeholder:"Kezdjen el gépelni, és vesszővel adjon hozzá több nevet vagy leírást"},PoweredByVault:"{{company}} által",PrivacyStatement:"Termék Adatvédelmi Nyilatkozat",PublicMessageList:{myMessages:"Üzeneteim"},PublicMoreEvidence:{additionalEvidenceHeader:"Hozzáadott bizonyíték a meglévő jelentéshez",backToReportId:"Vissza a jelentés azonosítóhoz: {{reportId}}",description:"Fájlok hozzáadása bizonyítékként segíthet a hatékonyság növelésében a ügykezelője által történő problémamegoldás során. Kérjük, vegye figyelembe a fájl tartalmát (beleértve a fájl metaadatait) ha szeretne névtelen maradni, és tartsa tiszteletben mások jogait és az alkalmazandó törvényeket. További információért, kérjük, olvassa el ezt segítség cikk",header:"Adjon hozzá további bizonyítékot a jelentéshez",vaultTalkOpenCaseHeader:"Adj hozzá bizonyítékot a jelentésedhez"},PublicReport:{anonymous:"Anonim",backToReports:"Vissza a jelentésekhez",skipped:"Kihagyva"},PublicReportCard:{addEvidence:"Adj hozzá további bizonyítékot",messageCaseManager:"Üzenetkezelő",reportId:"Jelentési azonosító:",submitted:"Beadva",vaultTalkClosedCaseCTA:"Tekintse meg a bizonyítékot",vaultTalkOpenCaseCTA:"Adj hozzá bizonyítékot",viewAdditionalEvidence:"Tekintse meg a további bizonyítékokat",viewReport:"Jelentés megtekintése"},PublicReportsList:{reportingSystem:"Jelentési rendszer"},Question:{placeholder:"Kezdjen el gépelni...",question:"Adjon meg részleteket",questionText:"Kérjük, ossza meg velünk aggodalmát, frissítését vagy kérdését."},Relationship:{header:"Kapcsolata a szervezettel",tellUsAbout:"Kérjük, meséljen a szervezettel fennálló kapcsolatáról"},ResponsiveNavMenu:{messages:"Az üzeneteim",reports:"Az én jelentéseim"},SpamPuzzle:{dialog:"A folytatáshoz kérjük, rakja ki ezt a kirakót"},SubmissionTypes:{reportIssue:"Válasszon kategóriát",whatType:"Válassza ki azt a kategóriát, amely legjobban leírja jelentését"},SubmitSuccess:{category:"Kategória: {{category}}",dateSubmitted:"Beküldés dátuma: {{date}}",recordYourVaultID:"Jegyezze meg ezt az információt a bejelentkezéshez",successMessage:"A jelentését benyújtották, és készen áll az áttekintésre. A csatolt fájlok, amelyek figyelmet igényelnek, bejelentkezéskor megjelölésre kerülnek. Lépjen be alább a jelentés frissítéseinek megtekintéséhez és üzenet küldéséhez az ügyintézőjének.",successThankYou:"Köszönöm a jelentésed!",viewReport:"Jelentés megtekintése"},Time:{approximateDescription:"Emlékszik a körülbelüli időpontra, amikor az esemény megtörtént?",approximatePlaceholder:"Például: reggel, délután",description:"Emlékszik az időpontra, amikor az esemény megtörtént?",header:"Mikor történt az eset?",invalidTime:"Az időnek ÓÓ:PP formátumban kell lennie"},UserSettingsDialog:{changePassword:"Jelszó megváltoztatása",closeDialog:"Párbeszéd bezárása",logout:"Kijelentkezés",messageSettings:"Üzenetbeállítások",userSettings:"Felhasználói beállítások"},Witnesses:{description:"Elmondta valakinek, vagy látta valaki, hogy mi történt?",header:"Voltak szemtanúk?",placeholder:"Kezdjen el gépelni..."}},reporting:{ReportingActivate:{buttonText:"Folytatás",description:"Ha van nálunk fiókja, elküldjük Önnek az e-mailt a regisztráció befejezéséhez szükséges utasításokkal.",emailInput:"E-mail",header:"Adja meg a munkahelyi e-mail címét",successAccount:"Ha fiókkal rendelkezik nálunk, akkor kapni fog egy e-mailt az jelszó beállításához szükséges utasításokkal.",successEmail:"Ha nem látja rögtön, kérjük várjon néhány percet és frissítse az e-mail beérkező üzeneteit.",successHeading:"Köszönöm"},ReportingConnect:{cancelButton:"Mégse",connectButton:"Csatlakozás",disclaimer:"A Slack fiókodat összekapcsolva a Vault fiókoddal biztosíthatod a biztonságos és privát kapcsolatot.

Az összekapcsolás után közvetlenül a Slackból jelenthetsz szabálytalanságot vagy tehet fel kérdést. Mindig lehetőséged lesz névtelenül jelentést tenni az összekapcsolás után. Az adatvédelem és a biztonság a legfőbb prioritásaink.",heading:"A Vault Platform engedélyt kér, hogy hozzáférjen a(z) {{organisationName}} Slack fiókodhoz.",listHeading:"Mit fog tudni Vault?",permissionIdentity:{extraInfo:"Vault képes lesz megtekinteni a Slack felhasználóid személyazonosságát",heading:"Tekintse meg egy felhasználó személyazonosságával kapcsolatos információkat"},permissionNotifications:{extraInfo:"Vault képes lesz értesítéseket küldeni a Slack fiókjába, bármilyen beküldött jelentés vagy kérdés frissítéseivel kapcsolatban.",heading:"Értesítéseket küldeni"},permissionOverview:{extraInfo:"Vault áttekintést fog megjeleníteni az összes beküldött anyagról a kezdőlapon",heading:"Beküldések áttekintése"},permissionSubmitReport:{extraInfo:"Ez lehetővé teszi Vault számára, hogy jelentést küldjön vagy kérdést tegyen fel közvetlenül a szervezetének a Slackből.",heading:"Nyújtson be jelentést vagy kérdést az Ön nevében"},successfulConnectionDescription:"A Vault fiókod és a Slack fiókod most már összekapcsolva. Most már bezárhatod ezt a fület és visszatérhetsz a Slack-re.",successfulConnectionHeading:"Sikeresen csatlakozott",unsuccessfulConnectionDescription:"Valami hiba történt. Kérjük, zárja be ezt a fület és térjen vissza a Slack-be, majd próbálja meg újra.",unsuccessfulConnectionHeading:"Csatlakozás sikertelen"},ReportingLogin:{createAccountCTA:"Regisztráljon egy fiókhoz",emailLabel:"Az Ön Emailje",loginButton:"Bejelentkezés",newPasswordPlaceholder:"Új jelszó",passwordFailMessage:"Menjen vissza a Vault alkalmazáshoz a Slack-en és próbálja újra. Ha a probléma továbbra is fennáll, forduljon hozzánk a techsupport@vaultplatform.com címen.",passwordFailTitle:"Valami hiba történt",passwordLabel:"Az Ön jelszava",passwordPlaceholder:"Adja meg a jelszavát",passwordResetRequired:"Jelszó visszaállítása szükséges",passwordSuccessfullySetMessage:"Menjen vissza a Vault alkalmazáshoz a Slackben és hitelesítse az új jelszavával, hogy folytathassa, ahol abbahagyta.",passwordSuccessfullySetTitle:"Jelszó sikeresen beállítva",reenterPlaceholder:"Írd be újra a jelszót",title:"Riporter Hub",tooltip:'Ha még soha nem állított be jelszót a Vault alkalmazáshoz, kövesse a következő utasításokat az elinduláshoz. Ha elfelejtette a jelszavát, használja az alábbi "Elfelejtett jelszó" linket.',usernameLoginFailed:"Bejelentkezés sikertelen, a felhasználónév vagy a jelszó hibás."},ReportingReset:{failureDescription:"Menjen vissza a Vault alkalmazáshoz a Slack-en és próbálja újra. Ha a probléma továbbra is fennáll, lépjen kapcsolatba velünk a techsupport@vaultplatform.com címen.",failureHeading:"Valami hiba történt",successDescription:"Menjen vissza a Vault alkalmazáshoz a Slackben, és hitelesítse az új jelszavával, hogy folytathassa, ahol abbahagyta",successHeading:"Jelszó sikeresen beállítva"}},validators:{passwordLength:"A jelszónak legalább 9 karakter hosszúságúnak kell lennie",passwordLowercase:"A jelszónak legalább 1 kisbetűt kell tartalmaznia",passwordMissMatch:"A jelszónak és a megerősítő mezőnek egyeznie kell.",passwordNumeric:"A jelszónak legalább 1 számot kell tartalmaznia",passwordUppercase:"A jelszónak legalább 1 nagybetűt kell tartalmaznia"},validatorsNew:{passwordLength:"10 és 30 karakter között",passwordLowercase:"Legalább egy kisbetű",passwordMissMatch:"A jelszavak nem egyeznek meg",passwordNumeric:"Legalább egy szám",passwordSpecialCharacter:"Legalább egy speciális karakter",passwordUppercase:"Legalább egy nagybetű"}}},tqn={translation:{Buttons:{back:"Kembali",changePassword:"Ubah Sandi",copiedVaultId:"Disalin!",copyVaultID:"Salin ID Vault",create:"Buat",next:"Berikutnya",notSure:"Saya tidak yakin",signUp:"Daftar",submit:"Kirim"},Errors:{createReportFailed:"Gagal membuat laporan."},ReportStatus:{CLOSED:"Ditutup",INVESTIGATING:"Sedang Menyelidiki",NEW:"Diajukan",READ:"Dibaca"},general:{time:{day:"Hari",days:"Hari-hari",hour:"Jam",hours:"Jam",minute:"Menit",minutes:"Menit",second:"Kedua",seconds:"Detik"}},public:{ChatContainer:{anonymousLabel:"Anonim",autoTranslate:"Auto-translate secara default dimatikan.",backToMessages:"Kembali ke pesan",caseSettings:"Pengaturan kasus.",changeInProfile:"Jika Anda ingin mengubah pengaturan ini, Anda dapat melakukannya di profil Anda",description:`Ketika terjemahan otomatis diaktifkan, semua pesan laporan akan - diterjemahkan secara otomatis menggunakan AI berdasarkan bahasa default - yang dipilih di browser Anda.`,descriptionSecondHalf:"Versi asli dari semua pesan selalu dipertahankan dan dapat ditemukan di obrolan.",messagePlaceholder:"Mulai mengetik...",messageSettings:"Pengaturan pesan.",originalMessages:"Asli",showMoreBanner:"Pelajari lebih lanjut tentang terjemahan otomatis",titlev2:"Baca semua pesan dalam bahasa yang Anda sukai.",translatedMessageLabel:"Pesan Terjemahan",translatedMessages:"Diterjemahkan",understood:"Mengerti"},CreatePublicReport:{createReport:"Buat laporan baru",helpPage:"Pergi ke halaman bantuan kami",loginToOpr:"Masuk untuk Melacak Laporan",or:"atau",passwordPlaceholder:"Masukkan Sandi",phoneNumberLoginFailed:"Login gagal, nomor telepon/pin salah",phoneNumberPlaceholder:"Masukkan Nomor Telepon Anda",phoneNumberTooltip:"Masukkan nomor telepon yang Anda gunakan untuk menghubungi VaultTalk",pinPlaceholder:"Masukkan Pin",reportIntroductionParagraph1:"Ketika melaporkan sebuah insiden, Anda akan ditanyakan beberapa pertanyaan untuk mendukung Anda dalam mendokumentasikan pengalaman Anda.",reportIntroductionParagraph2:"Sebelum Anda mengirim, Anda memiliki opsi untuk tetap anonim untuk melindungi privasi Anda.",reportIntroductionParagraph3:"Setelah Anda mengirimkan, Anda dapat masuk kapan saja untuk melihat perkembangan laporan Anda & berbicara dengan manajer kasus.",reportIssue:"Laporkan masalah",usernameLoginFailed:"Gagal masuk, nama pengguna/kata sandi tidak benar",validationError:{publicReport:{relationshipToCompanyRequired:"Hubungan dengan perusahaan diperlukan",reportedCategoryRequired:"Kategori yang dilaporkan diperlukan"}},vaultId:"Vault ID",vaultIdPlaceholder:"Masukkan Email atau ID Vault Anda",vaultIdTooltip:"Untuk laporan anonim, ID Vault adalah alfanumerik. Jika laporannya tidak anonim, ID Vault adalah alamat email Anda.",vaultTalk:"VaultTalk",yourPassword:"Kata Sandi Anda",yourPhoneNumber:"Nomor Telepon Anda",yourPin:"Pin 6 Digit Anda",yourVaultId:"ID Vault Anda"},CustomHeader:{companyLogo:"Logo Perusahaan",openReporting:"Buka Pelaporan",userSettings:"Pengaturan Pengguna"},Date:{approximateDescription:"Apakah Anda ingat tanggal kira-kira terjadinya peristiwa tersebut?",approximatePlaceholder:"Contoh: 6 bulan yang lalu / tahun lalu / November lalu",cancel:"batalkan",clear:"hapus",description:"Apakah Anda ingat tanggal terjadinya peristiwa tersebut?",header:"Pada hari apa peristiwa itu terjadi?",ok:"ok",placeholder:"Contoh: 21 Juni 2020"},Description:{whatHappened:"Apa yang terjadi?",whatHappenedPlaceholder:"Gunakan kata-kata Anda sendiri...",whatHappenedText:"Dengan kata-kata Anda sendiri jelaskan apa yang terjadi"},Details:{disclaimer:"Rincian ini akan diungkapkan bersama laporan Anda. Jika Anda ingin tetap anonim, pastikan mereka tidak berisi informasi identifikasi.",emailPlaceholder:"Email (opsional)",fullNamePlaceholder:"Nama Lengkap (opsional)",header:"Detail Anda",subtitle:"Jika Anda ingin menerima notifikasi tentang laporan ini, tambahkan alamat email yang sesuai di bawah ini."},Emotion:{description:"Bagaimana perasaan Anda sebagai akibatnya? Apa dampaknya?",header:"Apa dampaknya?",placeholder:"Mulai mengetik..."},Evidence:{addedHeading:"Ditambahkan",failedToOpenFileMessage:"Gagal membuka file. Silakan coba lagi",fileStatuses:{infectedUpload:"Ditandai oleh pemeriksaan keamanan",passedUpload:"Lulus pemeriksaan keamanan",pendingUpload:"Pemeriksaan keamanan sedang berlangsung",readyForDownload:"Siap untuk diunduh"},mobileErrorMessage:"Berkas yang ditandai: pesan manajer kasus Anda",nameHeading:"Nama",statusHeading:"Status",tableTitle:"Bukti",webErrorMessage:"Berkas yang ditandai: Jika berkas Anda telah ditandai, silakan kirim pesan ke manajer kasus"},FileUpload:{addFiles:"Tambahkan file",addMoreFiles:"Tambahkan lebih banyak file",confirm:"Konfirmasi",description:"Menambahkan file sebagai bukti dapat mendukung efisiensi penyelesaian oleh manajer kasus Anda. Harap pertimbangkan konten file (termasuk metadata file) jika Anda ingin tetap anonim, dan hormati hak individu lain serta hukum yang berlaku.",dragDrop:"Jatuhkan file di sini atau",errorMessage:"File(s) gagal karena kesalahan jaringan. Klik di bawah ini untuk mengirim pesan kepada manajer kasus Anda untuk bantuan.",fileLimit:"Batas ukuran setiap file: 100MB",fileUploadLimitText:"Anda hanya dapat mengunggah 10 file",header:"Tambahkan bukti",helpArticle:"artikel bantuan",highlighted:"telusuri berkas",information:"Jenis file yang didukung",moreInformation:"Untuk info lebih lanjut, silakan lihat ini artikel bantuan",postSubmissionErrorMessage:"Kami tidak dapat mengunggah file Anda karena kesalahan sistem. Silakan pilih 'konfirmasi' lagi.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumen:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Gambar:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Teks:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"File terlalu besar",invalidFileType:"Jenis file yang tidak didukung: {{extension}}",systemError:"Kesalahan sistem",tooManyFiles:"Jumlah maksimum file adalah {{maxFiles}}"},uploadFiles:"Unggah file"},Loading:{loading:"Harap tunggu sementara kami mengajukan laporan Anda kepada manajer kasus...",postSubmissionLoading:"Harap tunggu sementara kami mengirimkan berkas Anda..."},Location:{description:"Di mana peristiwa itu terjadi?",header:"Di mana peristiwa itu terjadi?",placeholder:"Contoh: Di kantor"},MessageListBox:{messageCaseManager:"Kirim pesan kepada manajer kasus",report:"Laporan {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Terjemahan dinonaktifkan",enableTranslationLabelEnabled:"Terjemahan diaktifkan",enableTranslationsDescription:"Aktifkan terjemahan otomatis dan baca semua pesan laporan dalam bahasa yang Anda preferensikan. Bahasa terjemahan didasarkan pada bahasa yang dipilih di perangkat Anda.",enableTranslationsHeader:"Aktifkan terjemahan otomatis untuk pesan laporan",enableTranslationsSubDescriptionv2:"Anda dapat beralih antara bahasa terjemahan dan bahasa asli di setiap obrolan.",updateTranslationFailed:"Pembaruan terjemahan gagal",updateTranslationSuccess:"Pengaturan terjemahan diperbarui dengan sukses"},Password:{changePasswordHeader:"Ubah Sandi",createNewPassword:"Harap buat sandi baru",createPasswordHeader:"Sandi Anda",currentPasswordPlaceholder:"Masukkan sandi saat ini",description:"Sandi yang valid harus memiliki panjang minimal 9 karakter dan mencakup satu huruf besar dan satu angka",enterCurrentPassword:"Silakan masukkan sandi Anda yang berlaku",newDescription:"Buatlah kata sandi yang kuat untuk menjaga keamanan akun Anda. Mulai mengetik untuk melihat panduan di bawah ini.",passwordPlaceholder:"Buat sandi",reenterPlaceholder:"Masukkan sandi sekali lagi",subtitle:"Buat sandi untuk mengajukan laporan ini dan mengaksesnya nanti"},Perpetrators:{description:"Apakah Anda melaporkan satu orang tertentu atau beberapa orang? Bisakah Anda menyebutkan nama atau menggambarkan orang tersebut?",header:"Orang yang terlibat",placeholder:"Mulai mengetik dan gunakan koma untuk menambahkan beberapa nama atau deskripsi"},PoweredByVault:"Didukung oleh {{company}}",PrivacyStatement:"Pernyataan Privasi Produk",PublicMessageList:{myMessages:"Pesan saya"},PublicMoreEvidence:{additionalEvidenceHeader:"Bukti ditambahkan ke laporan yang ada",backToReportId:"Kembali ke laporan ID: {{reportId}}",description:"Menambahkan berkas sebagai bukti dapat membantu mendukung efisiensi penyelesaian oleh manajer kasus Anda. Harap pertimbangkan konten file (termasuk metadata file) jika Anda ingin tetap anonim, dan hargai hak individu lain dan hukum yang berlaku. Untuk informasi lebih lanjut, silakan lihat ini artikel bantuan",header:"Tambahkan bukti tambahan ke dalam laporan",vaultTalkOpenCaseHeader:"Tambahkan bukti ke laporan Anda"},PublicReport:{anonymous:"Anonim",backToReports:"Kembali ke laporan",skipped:"Dilewati"},PublicReportCard:{addEvidence:"Tambahkan bukti tambahan",messageCaseManager:"Kirim pesan kepada manajer kasus",reportId:"ID Laporan:",submitted:"Diajukan",vaultTalkClosedCaseCTA:"Lihat Bukti",vaultTalkOpenCaseCTA:"Tambahkan Bukti",viewAdditionalEvidence:"Lihat bukti tambahan",viewReport:"Lihat Laporan"},PublicReportsList:{reportingSystem:"Sistem Pelaporan"},Question:{placeholder:"Mulai mengetik...",question:"Berikan rincian",questionText:"Silakan bagikan kekhawatiran, pembaruan, atau pertanyaan Anda kepada kami."},Relationship:{header:"Hubungan Anda dengan organisasi",tellUsAbout:"Harap beri tahu kami tentang hubungan Anda dengan organisasi."},ResponsiveNavMenu:{messages:"Pesan saya",reports:"Laporan saya"},SpamPuzzle:{dialog:"Untuk melanjutkan, harap pecahkan teka-teki ini"},SubmissionTypes:{reportIssue:"Pilih kategori",whatType:"Pilih kategori yang paling menggambarkan laporan Anda"},SubmitSuccess:{category:"Kategori: {{kategori}}",dateSubmitted:"Tanggal pengajuan: {{date}}",recordYourVaultID:"Ingatlah informasi ini untuk masuk",successMessage:"Laporan Anda telah diajukan dan siap untuk ditinjau. Setiap file yang dilampirkan yang membutuhkan perhatian akan ditandai saat login. Login di bawah ini untuk melihat pembaruan laporan dan mengirim pesan kepada manajer kasus Anda.",successThankYou:"Terima kasih atas laporan Anda!",viewReport:"Lihat laporan"},Time:{approximateDescription:"Apakah Anda ingat tanggal kira-kira terjadinya peristiwa tersebut?",approximatePlaceholder:"Contoh: pagi hari, sore hari",description:"Apakah Anda ingat waktu terjadinya peristiwa tersebut?",header:"Pada jam berapa peristiwa itu terjadi?",invalidTime:"Format waktu harus berupa JJ:MM"},UserSettingsDialog:{changePassword:"Ubah Sandi",closeDialog:"Tutup Dialog",logout:"Log out",messageSettings:"Pengaturan Pesan",userSettings:"Pengaturan Pengguna"},Witnesses:{description:"Apakah Anda memberi tahu orang lain, atau apakah ada orang yang melihat apa yang terjadi?",header:"Ada saksi?",placeholder:"Mulai mengetik..."}},reporting:{ReportingActivate:{buttonText:"Lanjutkan",description:"Jika Anda memiliki akun bersama kami, kami akan mengirimkan email kepada Anda dengan instruksi untuk menyelesaikan pendaftaran Anda.",emailInput:"Email",header:"Masukkan email kerja Anda",successAccount:"Jika Anda memiliki akun bersama kami, Anda akan mendapatkan email dengan instruksi tentang cara mengatur kata sandi Anda.",successEmail:"Jika Anda tidak segera melihatnya, silakan tunggu beberapa menit dan segarkan kotak masuk email Anda.",successHeading:"Terima kasih"},ReportingConnect:{cancelButton:"Batalkan",connectButton:"Terhubung",disclaimer:"Menghubungkan akun Slack Anda dengan akun Vault Anda memastikan koneksi yang aman dan pribadi.

Dengan menghubungkan, Anda dapat melaporkan perilaku yang tidak pantas atau mengajukan pertanyaan langsung di dalam Slack. Anda selalu memiliki opsi untuk melaporkan secara anonim setelah terhubung. Privasi dan keamanan Anda adalah prioritas utama kami.",heading:"Vault Platform meminta izin untuk mengakses akun Slack {{organisationName}} Anda",listHeading:"Apa yang bisa Vault lakukan?",permissionIdentity:{extraInfo:"Vault akan memiliki kemampuan untuk melihat identitas pengguna Slack Anda",heading:"Lihat informasi tentang identitas pengguna"},permissionNotifications:{extraInfo:"Vault akan dapat mengirimkan notifikasi ke akun Slack Anda, mengenai setiap pembaruan pada laporan atau pertanyaan yang telah diajukan.",heading:"Kirimkan anda pemberitahuan"},permissionOverview:{extraInfo:"Vault akan menampilkan ikhtisar semua submisi di halaman utama",heading:"Ikhtisar pengajuan"},permissionSubmitReport:{extraInfo:"Ini akan memberikan izin kepada Vault untuk mengirimkan laporan atau bertanya langsung ke organisasi Anda, dari Slack",heading:"Kirimkan laporan atau pertanyaan atas nama Anda"},successfulConnectionDescription:"Akun Vault dan akun Slack Anda sekarang sudah terhubung. Anda sekarang dapat menutup tab ini dan kembali ke Slack.",successfulConnectionHeading:"Berhasil terhubung",unsuccessfulConnectionDescription:"Ada yang salah. Silakan tutup tab ini dan kembali ke Slack untuk mencoba lagi.",unsuccessfulConnectionHeading:"Koneksi gagal"},ReportingLogin:{createAccountCTA:"Daftar untuk sebuah akun",emailLabel:"Email Anda",loginButton:"Masuk",newPasswordPlaceholder:"Kata sandi baru",passwordFailMessage:"Kembali ke Aplikasi Vault di Slack dan coba lagi. Jika masalah terus berlanjut, hubungi kami di techsupport@vaultplatform.com",passwordFailTitle:"Ada yang salah",passwordLabel:"Kata Sandi Anda",passwordPlaceholder:"Masukkan kata sandi Anda",passwordResetRequired:"Diperlukan reset kata sandi",passwordSuccessfullySetMessage:"Kembali ke Aplikasi Vault di Slack dan autentikasi dengan kata sandi baru Anda untuk melanjutkan dari mana Anda berhenti.",passwordSuccessfullySetTitle:"Kata sandi berhasil diatur",reenterPlaceholder:"Masukkan ulang kata sandi",title:"Reporter Hub",tooltip:'Jika Anda belum pernah menetapkan kata sandi untuk aplikasi Vault, ikuti di sini untuk memulai. Jika Anda lupa kata sandi Anda, gunakan tautan "Lupa Kata Sandi" di bawah ini.',usernameLoginFailed:"Login gagal, nama pengguna atau kata sandi salah"},ReportingReset:{failureDescription:"Kembali ke Aplikasi Vault di Slack dan coba lagi. Jika masalah berlanjut, hubungi kami di techsupport@vaultplatform.com",failureHeading:"Ada yang salah",successDescription:"Kembali ke Aplikasi Vault di Slack dan otentikasi dengan kata sandi baru Anda untuk melanjutkan dari tempat Anda berhenti.",successHeading:"Kata sandi berhasil diatur"}},validators:{passwordLength:"Sandi harus memiliki panjang minimal 9 karakter",passwordLowercase:"Sandi harus memiliki minimal 1 karakter huruf kecil",passwordMissMatch:"Kolom sandi dan konfirmasi harus cocok.",passwordNumeric:"Sandi harus memiliki minimal 1 angka",passwordUppercase:"Sandi harus memiliki minimal 1 karakter huruf besar"},validatorsNew:{passwordLength:"Antara 10 dan 30 karakter",passwordLowercase:"Setidaknya satu huruf kecil",passwordMissMatch:"Kata sandi tidak cocok",passwordNumeric:"Setidaknya satu nomor",passwordSpecialCharacter:"Setidaknya satu karakter khusus",passwordUppercase:"Setidaknya satu huruf besar"}}},nqn={translation:{Buttons:{back:"Indietro",changePassword:"Cambia password",copiedVaultId:"Copiato!",copyVaultID:"Copia ID Vault",create:"Crea",next:"Avanti",notSure:"Non sono sicuro",signUp:"Iscriviti",submit:"Invia"},Errors:{createReportFailed:"Creazione rapporto non riuscita."},ReportStatus:{CLOSED:"Chiuso",INVESTIGATING:"Indagine in corso",NEW:"Inviato",READ:"Leggi"},general:{time:{day:"Giorno",days:"Giorni",hour:"Ora",hours:"Ore",minute:"Minuto",minutes:"Minuti",second:"Secondo",seconds:"Secondi"}},public:{ChatContainer:{anonymousLabel:"Anonimo",autoTranslate:"La funzione di traduzione automatica è disattivata di default.",backToMessages:"Torna ai messaggi",caseSettings:"Impostazioni del caso.",changeInProfile:"Se desideri modificare questa impostazione, puoi farlo nel tuo profilo",description:`Quando la traduzione automatica è attivata, tutti i messaggi di report verranno - tradotti automaticamente utilizzando l'IA in base alla lingua predefinita - selezionata sul tuo browser.`,descriptionSecondHalf:"La versione originale di tutti i messaggi è sempre conservata e può essere trovata nella chat.",messagePlaceholder:"Inizia a digitare...",messageSettings:"Impostazioni dei messaggi.",originalMessages:"Originale",showMoreBanner:"Scopri di più sulle traduzioni automatiche",titlev2:"Leggi tutti i messaggi nella tua lingua preferita.",translatedMessageLabel:"Messaggio Tradotto",translatedMessages:"Tradotto",understood:"Compreso"},CreatePublicReport:{createReport:"Crea nuovo rapporto",helpPage:"Vai alla nostra pagina di aiuto",loginToOpr:"Accesso per tracciare i rapporti",or:"o",passwordPlaceholder:"Immetti password",phoneNumberLoginFailed:"Accesso non riuscito, numero di telefono/pin incorretto",phoneNumberPlaceholder:"Inserisci il tuo numero di telefono",phoneNumberTooltip:"Inserisci il numero di telefono che hai utilizzato per contattare VaultTalk",pinPlaceholder:"Inserisci il PIN",reportIntroductionParagraph1:"Quando segnali un incidente, ti verranno fatte alcune domande per aiutarti a documentare la tua esperienza.",reportIntroductionParagraph2:"Prima di inviare, hai l'opzione di rimanere anonimo per proteggere la tua privacy.",reportIntroductionParagraph3:"Dopo aver inviato, puoi accedere in qualsiasi momento per vedere i progressi del tuo rapporto e parlare con un responsabile del caso.",reportIssue:"Segnala un problema",usernameLoginFailed:"Accesso fallito, nome utente/password non corretti",validationError:{publicReport:{relationshipToCompanyRequired:"È richiesto il rapporto con l'azienda",reportedCategoryRequired:"La categoria segnalata è richiesta"}},vaultId:"ID Vault",vaultIdPlaceholder:"Inserisci la tua Email o ID Vault",vaultIdTooltip:"Per i rapporti anonimi, l'ID di Vault è alfanumerico. Se il rapporto non era anonimo, l'ID di Vault è il tuo indirizzo email.",vaultTalk:"VaultTalk",yourPassword:"La tua password",yourPhoneNumber:"Il Tuo Numero di Telefono",yourPin:"Il tuo Pin a 6 cifre",yourVaultId:"Il tuo ID Vault"},CustomHeader:{companyLogo:"Logo aziendale",openReporting:"Apri rapporti",userSettings:"Impostazioni utente"},Date:{approximateDescription:"Ricordi la data approssimativa in cui si è verificato l'evento?",approximatePlaceholder:"Esempio: 6 mesi fa/l'anno scorso/lo scorso novembre",cancel:"annulla",clear:"cancella",description:"Ricordi la data in cui si è verificato l'evento?",header:"In quale giorno ha avuto luogo?",ok:"ok",placeholder:"Esempio: 21 giugno 2020"},Description:{whatHappened:"Che cosa è successo?",whatHappenedPlaceholder:"Usa le tue parole...",whatHappenedText:"Descrivi cosa è successo a parole tue"},Details:{disclaimer:"Questi dettagli verranno divulgati con il tuo rapporto. Se desideri rimanere anonimo, assicurati che non contengano informazioni identificative.",emailPlaceholder:"E-mail (opzionale)",fullNamePlaceholder:"Nome (opzionale)",header:"I tuoi dati personali",subtitle:"Se vuoi ricevere notifiche riguardo a questo rapporto, aggiungi un indirizzo email appropriato qui sotto."},Emotion:{description:"Come ti ha fatto sentire? Qual è stato l'impatto?",header:"Qual è stato l'impatto?",placeholder:"Inizia a digitare..."},Evidence:{addedHeading:"Aggiunto",failedToOpenFileMessage:"Impossibile aprire il file. Per favore riprova.",fileStatuses:{infectedUpload:"Segnalato dal controllo di sicurezza",passedUpload:"Superato controllo di sicurezza",pendingUpload:"Controllo di sicurezza in corso",readyForDownload:"Pronto per il download"},mobileErrorMessage:"File segnalati: invia un messaggio al tuo responsabile del caso",nameHeading:"Nome",statusHeading:"Stato",tableTitle:"Prova",webErrorMessage:"File contrassegnati: Se il tuo/i file sono stati contrassegnati, per favore invia un messaggio al gestore del caso."},FileUpload:{addFiles:"Aggiungi file",addMoreFiles:"Aggiungi più file",confirm:"Conferma",description:"Aggiungere file come prova può aiutare a sostenere l'efficienza della risoluzione da parte del tuo gestore di casi. Si prega di considerare il contenuto del file (inclusi i metadati del file) se si desidera rimanere anonimi, e rispettare i diritti degli altri individui e le leggi applicabili.",dragDrop:"Trascina qui i file o",errorMessage:"Il file/i non sono riusciti a causa di un errore di rete. Clicca qui sotto per inviare un messaggio al tuo case manager per assistenza.",fileLimit:"Limite di dimensione per ogni file: 100MB",fileUploadLimitText:"Puoi caricare solo 10 file",header:"Aggiungi prova",helpArticle:"articolo di aiuto",highlighted:"sfoglia i file",information:"Tipi di file supportati",moreInformation:"Per ulteriori informazioni, si prega di consultare questo articolo di aiuto",postSubmissionErrorMessage:"Non abbiamo potuto caricare i tuoi file a causa di un errore di sistema. Seleziona nuovamente 'conferma'.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documenti:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Immagini:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Testo:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Il file è troppo grande",invalidFileType:"Tipo di file non supportato: {{extension}}",systemError:"Errore di sistema",tooManyFiles:"Il numero massimo di file è {{maxFiles}}"},uploadFiles:"Carica file"},Loading:{loading:"Si prega di attendere mentre inviamo il tuo rapporto a un responsabile del caso...",postSubmissionLoading:"Si prega di attendere mentre inviamo i vostri file..."},Location:{description:"Dove è successo?",header:"Dove è successo?",placeholder:"Esempio: In ufficio"},MessageListBox:{messageCaseManager:"Invia un messaggio al case manager",report:"Rapporto {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Traduzione disabilitata",enableTranslationLabelEnabled:"Traduzione abilitata",enableTranslationsDescription:"Abilita le traduzioni automatiche e leggi tutti i messaggi del rapporto nella tua lingua preferita. La lingua tradotta si basa sulla lingua selezionata sul tuo dispositivo.",enableTranslationsHeader:"Abilita la traduzione automatica per i messaggi del rapporto",enableTranslationsSubDescriptionv2:"Puoi passare tra la lingua tradotta e quella originale in ogni chat.",updateTranslationFailed:"L'aggiornamento della traduzione è fallito",updateTranslationSuccess:"L'impostazione della traduzione è stata aggiornata con successo"},Password:{changePasswordHeader:"Cambia password",createNewPassword:"Crea una nuova password",createPasswordHeader:"La tua password",currentPasswordPlaceholder:"Immetti la password corrente",description:"Una password valida deve essere lunga almeno 9 caratteri e includere una lettera maiuscola e un numero",enterCurrentPassword:"Immetti la password corrente",newDescription:"Crea una password forte per mantenere sicuro il tuo account. Inizia a digitare per vedere le linee guida qui sotto.",passwordPlaceholder:"Crea una password",reenterPlaceholder:"Immetti di nuovo la password",subtitle:"Crea una password per inviare questo rapporto e accedervi in futuro"},Perpetrators:{description:"Stai segnalando una persona specifica o più persone? Potresti nominarle o descriverle?",header:"Persone coinvolte",placeholder:"Inizia a digitare e usa una virgola per aggiungere più nomi o descrizioni"},PoweredByVault:"Con tecnologia {{company}}",PrivacyStatement:"Informativa sulla Privacy del Prodotto",PublicMessageList:{myMessages:"I miei messaggi"},PublicMoreEvidence:{additionalEvidenceHeader:"Evidenza aggiunta al rapporto esistente",backToReportId:"Torna al rapporto ID: {{reportId}}",description:"L'aggiunta di file come prove può aiutare a supportare l'efficienza della risoluzione da parte del tuo gestore di casi. Si prega di considerare il contenuto del file (compresi i metadati del file) se si desidera rimanere anonimi, e rispettare i diritti degli altri individui e le leggi applicabili. Per maggiori informazioni, si prega di vedere questo articolo di aiuto",header:"Aggiungi ulteriori prove al rapporto",vaultTalkOpenCaseHeader:"Aggiungi prove alla tua relazione"},PublicReport:{anonymous:"Anonimo",backToReports:"Torna ai rapporti",skipped:"Ignorato"},PublicReportCard:{addEvidence:"Aggiungi ulteriori prove",messageCaseManager:"Invia un messaggio al case manager",reportId:"ID rapporto:",submitted:"Inviato",vaultTalkClosedCaseCTA:"Visualizza le prove",vaultTalkOpenCaseCTA:"Aggiungi Prova",viewAdditionalEvidence:"Visualizza ulteriori prove",viewReport:"Visualizza rapporto"},PublicReportsList:{reportingSystem:"Sistema di segnalazione"},Question:{placeholder:"Inizia a digitare...",question:"Fornisci dettagli",questionText:"Condividi con noi la tua preoccupazione, aggiornamento o richiesta."},Relationship:{header:"Il tuo rapporto con l'organizzazione",tellUsAbout:"Parlaci della tua relazione con l'organizzazione."},ResponsiveNavMenu:{messages:"I miei messaggi",reports:"I miei rapporti"},SpamPuzzle:{dialog:"Per continuare, risolvi questo puzzle"},SubmissionTypes:{reportIssue:"Seleziona una categoria",whatType:"Seleziona la categoria che descrive meglio il tuo rapporto"},SubmitSuccess:{category:"Categoria: {{category}}",dateSubmitted:"Data inviata: {{date}}",recordYourVaultID:"Ricorda queste informazioni per l'accesso",successMessage:"Il tuo rapporto è stato inviato ed è pronto per la revisione. Qualsiasi file allegato che richiede attenzione verrà segnalato all'accesso. Accedi qui sotto per visualizzare gli aggiornamenti del rapporto e inviare messaggi al tuo responsabile del caso.",successThankYou:"Grazie per il tuo rapporto!",viewReport:"Visualizza rapporto"},Time:{approximateDescription:"Ricordi l'ora approssimativa in cui si è verificato l'evento?",approximatePlaceholder:"Esempio: di mattina, di pomeriggio",description:"Ricordi l'ora in cui si è verificato l'evento?",header:"A che ora si è svolto?",invalidTime:"Il formato dell'ora deve essere OO:MM"},UserSettingsDialog:{changePassword:"Cambia password",closeDialog:"Chiudi finestra di dialogo",logout:"Disconnetti",messageSettings:"Impostazioni Messaggio",userSettings:"Impostazioni utente"},Witnesses:{description:"Hai detto a qualcun altro o qualcuno ha visto cosa è successo?",header:"Ci sono testimoni?",placeholder:"Inizia a digitare..."}},reporting:{ReportingActivate:{buttonText:"Continua",description:"Se hai un account con noi, ti invieremo un'email con le istruzioni per completare la tua registrazione.",emailInput:"E-mail",header:"Inserisci la tua email di lavoro",successAccount:"Se hai un account con noi, riceverai un'email con le istruzioni su come impostare la tua password.",successEmail:"Se non lo vedi immediatamente, attendi qualche minuto e aggiorna la tua casella di posta elettronica.",successHeading:"Grazie"},ReportingConnect:{cancelButton:"Annulla",connectButton:"Collegati",disclaimer:"Collegare il tuo account Slack con il tuo account Vault assicura una connessione sicura e privata.

Collegandoti, puoi segnalare un comportamento scorretto o fare una domanda direttamente all'interno di Slack. Avrai sempre l'opzione di segnalare in modo anonimo dopo esserti collegato. La tua privacy e la tua sicurezza sono le nostre priorità principali.",heading:"Vault Platform sta richiedendo il permesso di accedere al tuo account Slack {{organisationName}}",listHeading:"Cosa sarà in grado di fare Vault?",permissionIdentity:{extraInfo:"Vault avrà la capacità di visualizzare l'identità del tuo utente Slack",heading:"Visualizza le informazioni sull'identità di un utente"},permissionNotifications:{extraInfo:"Vault sarà in grado di inviarti notifiche sul tuo account Slack, riguardanti eventuali aggiornamenti a un rapporto o a una domanda inviata.",heading:"Invia notifiche"},permissionOverview:{extraInfo:"Vault mostrerà una panoramica di tutte le sottomissioni nella homepage",heading:"Panoramica delle sottomissioni"},permissionSubmitReport:{extraInfo:"Questo concederà a Vault il permesso di inviare un rapporto o fare una domanda, direttamente alla tua organizzazione, da Slack.",heading:"Invia un rapporto o una domanda per tuo conto"},successfulConnectionDescription:"Il tuo account Vault e il tuo account Slack sono ora collegati. Ora puoi chiudere questa scheda e tornare a Slack.",successfulConnectionHeading:"Connesso con successo",unsuccessfulConnectionDescription:"Qualcosa è andato storto. Si prega di chiudere questa scheda e tornare a Slack per riprovare.",unsuccessfulConnectionHeading:"Connessione fallita"},ReportingLogin:{createAccountCTA:"Registrati per un account",emailLabel:"La tua Email",loginButton:"Accesso",newPasswordPlaceholder:"Nuova password",passwordFailMessage:"Torna all'app Vault in Slack e prova di nuovo. Se il problema persiste, contattaci a techsupport@vaultplatform.com",passwordFailTitle:"Qualcosa è andato storto",passwordLabel:"La tua password",passwordPlaceholder:"Inserisci la tua password",passwordResetRequired:"Richiesta di reimpostazione della password",passwordSuccessfullySetMessage:"Torna all'app Vault in Slack e autenticati con la tua nuova password per continuare da dove avevi lasciato.",passwordSuccessfullySetTitle:"Password impostata con successo",reenterPlaceholder:"Re-inserisci la password",title:"Reporter Hub",tooltip:`Se non hai mai impostato una password per l'app Vault, segui qui per iniziare. Se hai dimenticato la tua password, usa il link "Password dimenticata" qui sotto.`,usernameLoginFailed:"Accesso non riuscito, nome utente o password errati"},ReportingReset:{failureDescription:"Torna all'app Vault in Slack e prova di nuovo. Se il problema persiste, contattaci a techsupport@vaultplatform.com",failureHeading:"Qualcosa è andato storto",successDescription:"Torna all'app Vault in Slack e autenticati con la tua nuova password per continuare da dove hai lasciato.",successHeading:"Password impostata con successo"}},validators:{passwordLength:"La password deve contenere almeno 9 caratteri",passwordLowercase:"La password deve contenere almeno 1 lettera minuscola",passwordMissMatch:"I campi della password e di conferma devono corrispondere.",passwordNumeric:"La password deve contenere almeno 1 numero",passwordUppercase:"La password deve contenere almeno 1 lettera maiuscola"},validatorsNew:{passwordLength:"Tra 10 e 30 caratteri",passwordLowercase:"Almeno una lettera minuscola",passwordMissMatch:"Le password non corrispondono",passwordNumeric:"Almeno un numero",passwordSpecialCharacter:"Almeno un carattere speciale",passwordUppercase:"Almeno una lettera maiuscola"}}},rqn={translation:{Buttons:{back:"戻る",changePassword:"パスワード変更",copiedVaultId:"コピーしました!",copyVaultID:"Vault IDをコピーしてください",create:"作成",next:"次へ",notSure:"確信がもてない",signUp:"サインアップ",submit:"提出"},Errors:{createReportFailed:"レポートの作成に失敗しました。"},ReportStatus:{CLOSED:"解決済み",INVESTIGATING:"調査中",NEW:"提出済み",READ:"既読"},general:{time:{day:"日",days:"日々",hour:"時間",hours:"時間",minute:"分",minutes:`分 -`,second:"二番目",seconds:"秒"}},public:{ChatContainer:{anonymousLabel:"匿名",autoTranslate:"自動翻訳はデフォルトではオフになっています。",backToMessages:"メッセージに戻る",caseSettings:"ケース設定。",changeInProfile:"この設定を変更したい場合は、プロフィールで行うことができます。",description:"自動翻訳がオンになっている場合、すべてのレポートメッセージは、ブラウザーで選択されたデフォルト言語に基づいてAIを使用して自動的に翻訳されます。",descriptionSecondHalf:"すべてのメッセージの元のバージョンは常に保存され、チャットで見つけることができます。",messagePlaceholder:"入力を開始してください...",messageSettings:"メッセージ設定。",originalMessages:"オリジナル",showMoreBanner:"自動翻訳についてもっと学びましょう",titlev2:"あなたの好きな言語で全てのメッセージを読んでください。",translatedMessageLabel:"翻訳されたメッセージ",translatedMessages:"翻訳済み",understood:"了解しました"},CreatePublicReport:{createReport:"レポート新規作成",helpPage:"ヘルプページにアクセスしてください",loginToOpr:"レポートの追跡にログインしてください",or:"または",passwordPlaceholder:"パスワード入力",phoneNumberLoginFailed:"ログインに失敗しました、電話番号/ピンが間違っています",phoneNumberPlaceholder:"あなたの電話番号を入力してください",phoneNumberTooltip:"VaultTalkに連絡するために使用した電話番号を入力してください。",pinPlaceholder:"PINを入力してください",reportIntroductionParagraph1:"インシデントを報告する際には、あなたの経験を文書化するためのサポートとしていくつかの質問がされます。",reportIntroductionParagraph2:"提出する前に、プライバシーを保護するために匿名であることを選択することができます。",reportIntroductionParagraph3:"提出後は、いつでもログインしてレポートの進行状況を確認し、ケースマネージャーと話すことができます。",reportIssue:"問題を報告する",usernameLoginFailed:"ログインに失敗しました、ユーザー名/パスワードが間違っています",validationError:{publicReport:{relationshipToCompanyRequired:"企業との関係性が必要です",reportedCategoryRequired:"報告されたカテゴリーが必要です"}},vaultId:"Vault ID",vaultIdPlaceholder:"あなたのメールアドレスまたはVault IDを入力してください。",vaultIdTooltip:"匿名のレポートの場合、Vault IDは英数字です。レポートが匿名ではない場合、Vault IDはあなたのメールアドレスです。",vaultTalk:"VaultTalk",yourPassword:"あなたのパスワード",yourPhoneNumber:"あなたの電話番号",yourPin:"あなたの6桁のピン",yourVaultId:"あなたのVault ID"},CustomHeader:{companyLogo:"会社ロゴ",openReporting:"処理中レポート",userSettings:"ユーザー設定"},Date:{approximateDescription:"そのイベントが発生した大まかな日付を覚えていますか?",approximatePlaceholder:"例: 6ヶ月前 / 昨年 / 昨年の11月",cancel:"キャンセル",clear:"クリア",description:"それが発生した日付を覚えていますか?",header:"それはいつ発生しましたか?",ok:"OK",placeholder:"例: 2020年6月21日"},Description:{whatHappened:"何が起きましたか?",whatHappenedPlaceholder:"自分の言葉で...",whatHappenedText:"あなた自身の言葉で、何が起こったのかを説明してください"},Details:{disclaimer:"これらの詳細はあなたのレポートと共に公開されます。匿名を希望する場合は、特定の情報が含まれていないことを確認してください。",emailPlaceholder:"メールアドレス(任意)",fullNamePlaceholder:"氏名(任意)",header:"あなたについて",subtitle:"このレポートに関する通知を受け取りたい場合は、以下に適切なメールアドレスを追加してください。"},Emotion:{description:"どのように感じましたか?どのような影響を受けましたか?",header:"どのような影響を受けましたか?",placeholder:"入力してください..."},Evidence:{addedHeading:"追加されました",failedToOpenFileMessage:"ファイルを開くのに失敗しました。もう一度お試しください。",fileStatuses:{infectedUpload:"セキュリティチェックでフラグが立てられました",passedUpload:"セキュリティチェックに合格しました",pendingUpload:"セキュリティチェック進行中",readyForDownload:"ダウンロードの準備ができました"},mobileErrorMessage:"フラグ付きファイル:ケースマネージャーにメッセージを送信してください",nameHeading:"名前",statusHeading:"ステータス",tableTitle:"証拠",webErrorMessage:"フラグ付きファイル:あなたのファイルがフラグ付けされている場合は、ケースマネージャーにメッセージを送ってください。"},FileUpload:{addFiles:"ファイルを追加する",addMoreFiles:"もっとファイルを追加してください",confirm:"確認する",description:"証拠としてファイルを追加することは、ケースマネージャーによる解決の効率を支援するのに役立ちます。匿名を希望する場合は、ファイルの内容(ファイルのメタデータを含む)を考慮してください、そして他の個人の権利と適用法を尊重してください。",dragDrop:"ここにファイルをドロップするか、または",errorMessage:"ファイルがネットワークエラーのために失敗しました。以下をクリックしてケースマネージャーにメッセージを送り、支援を求めてください。",fileLimit:"各ファイルのサイズ制限:100MB",fileUploadLimitText:"あなたは最大10ファイルしかアップロードできません",header:"証拠を追加する",helpArticle:"ヘルプ記事",highlighted:"ファイルを閲覧する",information:"サポートされているファイルタイプ",moreInformation:"詳細については、こちらをご覧ください。 ヘルプ記事",postSubmissionErrorMessage:"システムエラーのため、あなたのファイルをアップロードできませんでした。もう一度「確認」を選択してください。",tooltipAudio:"オーディオ:",tooltipAudioOptions:".ogg、.wav、.wma",tooltipDocuments:"ドキュメント:",tooltipDocumentsOptions:".ps、.docx、.pptx、.xlsx、.dcm、.pdf",tooltipImage:"画像:",tooltipImageOptions:".png、.apng、.jpg、.jpeg、.pjpeg、.svg、.gif、.tiff、.tif、.bmp、.psd、.avif",tooltipText:"テキスト:",tooltipTextOptions:".txt、.csv、.html、.xml",tooltipVideo:"ビデオ:",tooltipVideoOptions:".mp4、.mov、.mp1s、.asf",uploadErrors:{invalidFileSize:"ファイルが大きすぎます",invalidFileType:"サポートされていないファイルタイプ:{{extension}}",systemError:"システムエラー",tooManyFiles:"ファイルの最大数は {{maxFiles}} です"},uploadFiles:"ファイルをアップロードする"},Loading:{loading:"あなたのレポートをケースマネージャーに提出する間お待ちください...",postSubmissionLoading:"あなたのファイルを送信する間、お待ちください..."},Location:{description:"どこで起きましたか?",header:"どこで起きましたか?",placeholder:"例: オフィスで"},MessageListBox:{messageCaseManager:"ケースマネージャーへのメッセージ",report:"報告{{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"翻訳無効",enableTranslationLabelEnabled:"翻訳が有効化されました",enableTranslationsDescription:"自動翻訳を有効にし、好みの言語で全てのレポートメッセージを読んでください。翻訳される言語は、あなたのデバイスで選択された言語に基づいています。",enableTranslationsHeader:"レポートメッセージの自動翻訳を有効にする",enableTranslationsSubDescriptionv2:"各チャットでは、翻訳した言語と元の言語を切り替えることができます。",updateTranslationFailed:"翻訳の更新に失敗しました",updateTranslationSuccess:"翻訳設定が正常に更新されました"},Password:{changePasswordHeader:"パスワード変更",createNewPassword:"新しいパスワードを作成してください",createPasswordHeader:"あなたのパスワード",currentPasswordPlaceholder:"現在のパスワード",description:"有効なパスワードは9文字以上で、大文字および数字を1つ以上含める必要があります",enterCurrentPassword:"現在のパスワードを入力してください",newDescription:"あなたのアカウントを安全に保つために強力なパスワードを作成してください。下のガイドラインを見るには入力を始めてください。",passwordPlaceholder:"パスワードの作成",reenterPlaceholder:"パスワードを再入力してください",subtitle:"このレポートを提出し、後からアクセスできるようにするためのパスワードを作成してください"},Perpetrators:{description:"報告するのは特定の人または複数の人ですか?名前は分かりますか?その人物について説明してください。",header:"関与する人々",placeholder:"名前を入力してください。複数の場合は、名前または説明をコンマで区切ってください。"},PoweredByVault:"{{company}}提供",PrivacyStatement:"製品のプライバシーに関する声明",PublicMessageList:{myMessages:"メッセージ"},PublicMoreEvidence:{additionalEvidenceHeader:"既存のレポートに追加された証拠",backToReportId:"戻るとレポートID:{{reportId}}",description:"証拠としてファイルを追加することは、ケースマネージャーによる解決の効率を支援することができます。匿名を希望する場合は、ファイルの内容(ファイルのメタデータを含む)を考慮し、他の個々の権利と適用法を尊重してください。詳細については、これをご覧ください。 ヘルプ記事",header:"レポートに追加の証拠を追加してください",vaultTalkOpenCaseHeader:"あなたの報告書に証拠を追加してください"},PublicReport:{anonymous:"匿名",backToReports:"レポートに戻る",skipped:"スキップしました"},PublicReportCard:{addEvidence:"追加の証拠を追加してください",messageCaseManager:"ケースマネージャーへのメッセージ",reportId:"レポート ID:",submitted:"提出済み",vaultTalkClosedCaseCTA:"証拠を見る",vaultTalkOpenCaseCTA:"証拠を追加する",viewAdditionalEvidence:"追加の証拠を表示する",viewReport:"レポートを見る"},PublicReportsList:{reportingSystem:"レポートシステム"},Question:{placeholder:"入力を開始してください...",question:"詳細を提供してください",questionText:"あなたの懸念、更新、または問い合わせを私たちと共有してください。"},Relationship:{header:"あなたと組織の関係",tellUsAbout:"あなたと組織の関係を教えてください。"},ResponsiveNavMenu:{messages:"私のメッセージ",reports:"私のレポート"},SpamPuzzle:{dialog:"続行するには、このパズルを完成してください"},SubmissionTypes:{reportIssue:"カテゴリーを選択してください",whatType:"あなたのレポートを最もよく説明するカテゴリーを選択してください"},SubmitSuccess:{category:"カテゴリ: {{category}}",dateSubmitted:"提出日: {{date}}",recordYourVaultID:"この情報をログイン用に覚えておいてください",successMessage:"あなたのレポートは提出され、レビューの準備ができています。 注意が必要な添付ファイルはログイン時にフラグが立てられます。 下記からログインしてレポートの更新を確認し、ケースマネージャーにメッセージを送信してください。",successThankYou:"あなたの報告、ありがとうございました!",viewReport:"レポートを表示"},Time:{approximateDescription:"そのイベントが発生した大まかな時刻を覚えていますか?",approximatePlaceholder:"例: 午前、午後",description:"それが発生した時刻を覚えていますか?",header:"それは何時に発生しましたか?",invalidTime:"時間は HH:MM で入力してください"},UserSettingsDialog:{changePassword:"パスワード変更",closeDialog:"対話を閉じる",logout:"ログアウト",messageSettings:"メッセージ設定",userSettings:"ユーザー設定"},Witnesses:{description:"あなたは他の誰かに言いましたか?または、他に目撃した人はいますか?",header:"証人はいますか?",placeholder:"入力してください..."}},reporting:{ReportingActivate:{buttonText:"続ける",description:"あなたが私たちとアカウントをお持ちの場合、サインアップを完了するための手順を記載したメールをお送りします。",emailInput:"メール",header:"あなたの仕事用メールアドレスを入力してください",successAccount:"あなたが私たちとアカウントを持っている場合、パスワードの設定方法についての指示が記載されたメールが送られます。",successEmail:"すぐに見つけられない場合は、数分待ってからメールの受信トレイを更新してください。",successHeading:"ありがとう"},ReportingConnect:{cancelButton:"キャンセル",connectButton:"接続する",disclaimer:"あなたのSlackアカウントをVaultアカウントに接続することで、安全でプライベートな接続が確保されます。

接続することで、不正行為の報告や質問を直接Slack内で行うことができます。接続後も常に匿名で報告するオプションを持つことができます。あなたのプライバシーとセキュリティは、私たちの最優先事項です。",heading:"Vault Platformは、あなたの{{organisationName}} Slackアカウントへのアクセス許可を求めています",listHeading:"Vaultは何ができるのでしょうか?",permissionIdentity:{extraInfo:"VaultはあなたのSlackユーザーのアイデンティティを閲覧する能力を持っています",heading:"ユーザーの身元に関する情報を表示する"},permissionNotifications:{extraInfo:"Vaultは、提出したレポートや質問の更新に関して、あなたのSlackアカウントに通知を送ることができます。",heading:"通知を送ります"},permissionOverview:{extraInfo:"Vaultはホームページですべての提出物の概要を表面化します",heading:"提出物の概要"},permissionSubmitReport:{extraInfo:"これにより、VaultがSlackから直接、あなたの組織にレポートを提出したり、質問をしたりする許可が与えられます。",heading:"あなたの代わりにレポートを提出するか、質問をする"},successfulConnectionDescription:"あなたのVaultアカウントとSlackアカウントが今接続されました。このタブを閉じてSlackに戻ることができます。",successfulConnectionHeading:"正常に接続しました",unsuccessfulConnectionDescription:"何かがうまくいきませんでした。このタブを閉じて、Slackに戻って再試行してください。",unsuccessfulConnectionHeading:"接続に失敗しました"},ReportingLogin:{createAccountCTA:"アカウントを登録する",emailLabel:"あなたのメール",loginButton:"ログイン",newPasswordPlaceholder:"新しいパスワード",passwordFailMessage:"SlackのVaultアプリに戻って再試行してください。問題が続く場合は、techsupport@vaultplatform.comまでお問い合わせください。",passwordFailTitle:"何かが間違っていました",passwordLabel:"あなたのRassword",passwordPlaceholder:"パスワードを入力してください",passwordResetRequired:"パスワードのリセットが必要です",passwordSuccessfullySetMessage:"新しいパスワードを使用してSlackのVaultアプリに戻り、中断したところから続けるために認証してください。",passwordSuccessfullySetTitle:"パスワードが正常に設定されました",reenterPlaceholder:"パスワードを再入力してください",title:"レポーターハブ",tooltip:"Vaultアプリのパスワードをまだ設定していない場合は、ここから始めてください。パスワードを忘れた場合は、下の「パスワードを忘れた」リンクを使用してください。",usernameLoginFailed:"ログインに失敗しました、ユーザー名またはパスワードが間違っています"},ReportingReset:{failureDescription:"SlackのVaultアプリに戻って再試行してください。問題が続く場合は、techsupport@vaultplatform.comまでご連絡ください。",failureHeading:"何かが間違っていました",successDescription:"新しいパスワードで認証して、あなたが途中で止めていた所から続けるためにSlackのVaultアプリに戻りましょう。",successHeading:"パスワードの設定が成功しました"}},validators:{passwordLength:"パスワードは9文字以上にしてください",passwordLowercase:"パスワードには1つ以上の小文字が必要です",passwordMissMatch:"パスワードと確認用パスワードが一致する必要があります。",passwordNumeric:"パスワードには1つ以上の数字が必要です",passwordUppercase:"パスワードには1つ以上の大文字が必要です"},validatorsNew:{passwordLength:"10から30文字の間",passwordLowercase:"少なくとも一つの小文字のアルファベット",passwordMissMatch:"パスワードが一致しません",passwordNumeric:"少なくとも一つの数字",passwordSpecialCharacter:"少なくとも一つの特殊文字",passwordUppercase:"少なくとも一つの大文字の字"}}},aqn={translation:{Buttons:{back:"뒤로",changePassword:"비밀번호 변경",copiedVaultId:"복사됨!",copyVaultID:"Vault ID 복사하기",create:"생성",next:"다음",notSure:"잘 모르겠음",signUp:"가입하다",submit:"제출"},Errors:{createReportFailed:"보고서를 생성하지 못했습니다."},ReportStatus:{CLOSED:"종결됨",INVESTIGATING:"조사 중",NEW:"제출됨",READ:"읽음"},general:{time:{day:"날",days:"일수",hour:"시간",hours:"시간",minute:"분",minutes:"분",second:"두 번째",seconds:"초"}},public:{ChatContainer:{anonymousLabel:"익명",autoTranslate:"자동 번역은 기본적으로 꺼져 있습니다.",backToMessages:"메시지로 돌아가기",caseSettings:"케이스 설정.",changeInProfile:"이 설정을 변경하길 원하신다면, 당신의 프로필에서 할 수 있습니다.",description:"자동 번역이 켜져 있을 때, 모든 보고서 메시지는 기본 언어로 선택된 브라우저를 기반으로 AI가 자동으로 번역합니다.",descriptionSecondHalf:"모든 메시지의 원본 버전은 항상 보존되며, 채팅에서 찾을 수 있습니다.",messagePlaceholder:"타이핑을 시작하세요...",messageSettings:"메시지 설정.",originalMessages:"원본",showMoreBanner:"자동 번역에 대해 더 자세히 알아보기",titlev2:"선호하는 언어로 모든 메시지를 읽으세요.",translatedMessageLabel:"번역된 메시지",translatedMessages:"번역된",understood:"이해했습니다"},CreatePublicReport:{createReport:"새 보고서 생성",helpPage:"우리의 도움말 페이지로 가세요",loginToOpr:"보고서 추적을 위해 로그인하세요",or:"또는",passwordPlaceholder:"비밀번호 입력",phoneNumberLoginFailed:"로그인 실패, 전화번호/핀 번호가 잘못되었습니다",phoneNumberPlaceholder:"전화번호를 입력하세요",phoneNumberTooltip:"VaultTalk에 연락하기 위해 사용한 전화번호를 입력하세요.",pinPlaceholder:"핀 입력",reportIntroductionParagraph1:"사건을 보고할 때, 당신의 경험을 문서화하는 데 도움이 될 몇 가지 질문을 받게 될 것입니다.",reportIntroductionParagraph2:"제출하기 전에, 개인정보 보호를 위해 익명으로 남을 옵션이 있습니다.",reportIntroductionParagraph3:"제출한 후에는 언제든지 로그인하여 보고서의 진행 상황을 확인하고 케이스 매니저와 대화할 수 있습니다.",reportIssue:"문제 신고",usernameLoginFailed:"로그인 실패, 사용자 이름/비밀번호가 잘못되었습니다",validationError:{publicReport:{relationshipToCompanyRequired:"회사와의 관계가 필요합니다",reportedCategoryRequired:"보고된 카테고리가 필요합니다"}},vaultId:"Vault ID",vaultIdPlaceholder:"이메일 또는 Vault ID를 입력하세요.",vaultIdTooltip:"익명 보고서의 경우 Vault ID는 알파벳과 숫자를 조합한 것입니다. 보고서가 익명이 아닌 경우, Vault ID는 귀하의 이메일 주소입니다.",vaultTalk:"VaultTalk",yourPassword:"당신의 비밀번호",yourPhoneNumber:"당신의 전화 번호",yourPin:"당신의 6자리 핀 번호",yourVaultId:"당신의 Vault ID"},CustomHeader:{companyLogo:"회사 로고",openReporting:"보고 열기",userSettings:"사용자 설정"},Date:{approximateDescription:"사건이 발생한 대략적인 날짜를 기억하십니까?",approximatePlaceholder:"예: 6개월 전 / 작년 / 작년 11월",cancel:"취소",clear:"지우기",description:"사건이 발생한 날짜를 기억하십니까?",header:"사건은 무슨 요일에 일어났습니까?",ok:"확인",placeholder:"예: 2020년 6월 21일"},Description:{whatHappened:"무슨 일이 있었습니까?",whatHappenedPlaceholder:"직접 설명해 주십시오...",whatHappenedText:"무슨 일이 있었는지 직접 설명해 주십시오."},Details:{disclaimer:"이 세부사항들은 보고서와 함께 공개될 것입니다. 익명을 유지하고 싶다면, 신원을 확인할 수 있는 정보가 포함되어 있지 않도록 확인하십시오.",emailPlaceholder:"이메일(선택사항)",fullNamePlaceholder:"성명(선택사항)",header:"귀하의 세부 정보",subtitle:"이 보고서에 대한 알림을 받고 싶다면, 아래에 적절한 이메일 주소를 추가하십시오."},Emotion:{description:"기분이 어땠습니까? 어떤 영향을 미쳤습니까?",header:"어떤 영향을 미쳤습니까?",placeholder:"입력 시작..."},Evidence:{addedHeading:"추가됨",failedToOpenFileMessage:"파일을 열지 못했습니다. 다시 시도해 주세요.",fileStatuses:{infectedUpload:"보안 검사에 의해 플래그됨",passedUpload:"보안 검사 통과",pendingUpload:"진행 중인 보안 검사",readyForDownload:"다운로드 준비 완료"},mobileErrorMessage:"플래그된 파일: 당신의 사례 관리자에게 메시지를 보내십시오.",nameHeading:"이름",statusHeading:"상태",tableTitle:"증거",webErrorMessage:"플래그된 파일: 파일이 플래그된 경우, 케이스 매니저에게 메시지를 보내 주십시오."},FileUpload:{addFiles:"파일 추가",addMoreFiles:"더 많은 파일을 추가하세요",confirm:"확인",description:"증거로 파일을 추가하면 담당자가 문제를 효율적으로 해결하는데 도움이 될 수 있습니다. 익명을 유지하려는 경우 파일 내용 (파일 메타데이터 포함)을 고려하고, 다른 개인의 권리와 적용 가능한 법률을 존중해주십시오.",dragDrop:"여기에 파일을 끌어 놓거나",errorMessage:"파일이 네트워크 오류로 실패했습니다. 아래를 클릭하여 사례 관리자에게 도움을 요청하십시오.",fileLimit:"각 파일 크기 제한: 100MB",fileUploadLimitText:"당신은 오직 10개의 파일만 업로드 할 수 있습니다.",header:"증거를 추가하십시오",helpArticle:"도움말 기사",highlighted:"파일 검색",information:"지원되는 파일 타입",moreInformation:"자세한 정보는 이것을 참조하십시오 도움말 기사",postSubmissionErrorMessage:"시스템 오류로 인해 파일을 업로드 할 수 없었습니다. '확인'을 다시 선택해 주세요.",tooltipAudio:"오디오:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"문서:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"이미지:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"텍스트:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"비디오:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"파일이 너무 큽니다",invalidFileType:"지원되지 않는 파일 유형: {{extension}}",systemError:"시스템 에러",tooManyFiles:"파일의 최대 수는 {{maxFiles}}입니다"},uploadFiles:"파일 업로드"},Loading:{loading:"우리가 당신의 보고서를 케이스 매니저에게 제출하는 동안 기다려 주십시오...",postSubmissionLoading:"당신의 파일을 제출하는 동안 기다려 주십시오..."},Location:{description:"사건은 어디에서 일어났습니까?",header:"사건은 어디에서 일어났습니까?",placeholder:"예: 사무실에서"},MessageListBox:{messageCaseManager:"사례 관리자에게 메시지 보내기",report:"{{displayReportId}} {{submissionType}} 보고"},MessageSettings:{enableTranslationLabelDisabled:"번역 비활성화",enableTranslationLabelEnabled:"번역 가능",enableTranslationsDescription:"자동 번역을 활성화하고 선호하는 언어로 모든 보고서 메시지를 읽으십시오. 번역된 언어는 기기에서 선택한 언어를 기준으로 합니다.",enableTranslationsHeader:"보고서 메시지에 대한 자동 번역 활성화",enableTranslationsSubDescriptionv2:"각 채팅에서 번역된 언어와 원래의 언어를 전환할 수 있습니다.",updateTranslationFailed:"번역 업데이트 실패",updateTranslationSuccess:"번역 설정이 성공적으로 업데이트되었습니다."},Password:{changePasswordHeader:"비밀번호 변경",createNewPassword:"새 비밀번호를 생성하십시오.",createPasswordHeader:"귀하의 비밀번호",currentPasswordPlaceholder:"현재 비밀번호 입력",description:"유효한 비밀번호는 최소 9자 이상이어야 하며, 대문자 1개와 숫자 1개가 포함되어야 합니다.",enterCurrentPassword:"현재 비밀번호를 입력하십시오.",newDescription:"계정의 보안을 유지하기 위해 강력한 비밀번호를 생성하세요. 아래의 가이드라인을 보려면 타이핑을 시작하세요.",passwordPlaceholder:"비밀번호 생성",reenterPlaceholder:"비밀번호를 다시 입력하십시오.",subtitle:"이 보고서를 제출하고 나중에액세스하려면 비밀번호를 생성하십시오."},Perpetrators:{description:"특정한 한 사람을 신고하는 것입니까 아니면 여러 사람을 신고하는 것입니까? 그 사람의 이름을 밝히거나 묘사해 주시겠습니까?",header:"참여한 사람들",placeholder:"입력을 시작하고, 쉼표를 사용하여 여러 사람의 이름이나 설명을 추가하십시오."},PoweredByVault:"{{company}} 제공",PrivacyStatement:"제품 개인정보 보호 선언문",PublicMessageList:{myMessages:"내 메시지"},PublicMoreEvidence:{additionalEvidenceHeader:"기존 보고서에 추가된 증거",backToReportId:"보고서 ID로 돌아가기: {{reportId}}",description:"증거로 파일을 추가하는 것은 당신의 사건 관리자가 결정을 내리는 효율성을 지원하는 데 도움이 될 수 있습니다. 익명을 원한다면 파일 내용(파일 메타데이터 포함)을 고려해 주시고, 다른 개인의 권리와 적용 가능한 법률을 존중해 주십시오. 자세한 정보는 다음을 참조하십시오. 도움말 기사",header:"보고서에 추가 증거를 첨부하십시오",vaultTalkOpenCaseHeader:"당신의 보고서에 증거를 추가하십시오"},PublicReport:{anonymous:"익명",backToReports:"보고서로 돌아가기",skipped:"건너뜀"},PublicReportCard:{addEvidence:"추가 증거를 제공하십시오",messageCaseManager:"사례 관리자에게 메시지 보내기",reportId:"보고서 ID:",submitted:"제출됨",vaultTalkClosedCaseCTA:"증거 보기",vaultTalkOpenCaseCTA:"증거 추가",viewAdditionalEvidence:"추가 증거를 확인하십시오.",viewReport:"보고서 보기"},PublicReportsList:{reportingSystem:"보고 시스템"},Question:{placeholder:"타이핑을 시작하세요...",question:"세부사항 제공",questionText:"우리와 당신의 걱정, 업데이트, 또는 문의사항을 공유해 주세요."},Relationship:{header:"귀하와 조직의 관계",tellUsAbout:"귀하와 조직의 관계에 대해 말씀해 주십시오."},ResponsiveNavMenu:{messages:"내 메시지들",reports:"내 보고서들"},SpamPuzzle:{dialog:"계속하려면 이 퍼즐을 푸십시오."},SubmissionTypes:{reportIssue:"카테고리 선택",whatType:"보고서를 가장 잘 설명하는 카테고리를 선택하세요"},SubmitSuccess:{category:"카테고리: {{category}}",dateSubmitted:"제출 날짜: {{date}}",recordYourVaultID:"이 정보를 로그인에 사용하기 위해 기억하세요",successMessage:"귀하의 보고서가 제출되었고 검토를 위해 준비되었습니다. 주의가 필요한 첨부 파일은 로그인 시 플래그 표시됩니다. 아래에서 로그인하여 보고서 업데이트를 보고 케이스 매니저에게 메시지를 보내십시오.",successThankYou:"당신의 보고서에 감사드립니다!",viewReport:"보고서 보기"},Time:{approximateDescription:"사건이 발생한 대략적인 시간을 기억하십니까?",approximatePlaceholder:"예: 아침, 오후",description:"사건이 일어난 시간을 기억하십니까?",header:"사건은 몇 시에 일어났습니까?",invalidTime:"시간 형식은 HH:MM이어야 합니다."},UserSettingsDialog:{changePassword:"비밀번호 변경",closeDialog:"대화상자 닫기",logout:"로그아웃",messageSettings:"메시지 설정",userSettings:"사용자 설정"},Witnesses:{description:"무슨 일이 있었는지 다른 사람에게 말했거나 다른 사람이 보았습니까?",header:"목격자가 있습니까?",placeholder:"입력 시작..."}},reporting:{ReportingActivate:{buttonText:"계속하다",description:"당신이 우리와 계정을 가지고 있다면, 가입을 완료하는 방법에 대한 지시사항을 이메일로 보내드리겠습니다.",emailInput:"이메일",header:"근무 이메일을 입력하십시오",successAccount:"당신이 저희와 계정을 가지고 있다면, 비밀번호를 설정하는 방법에 대한 지침이 있는 이메일을 받게 될 것입니다.",successEmail:"바로 보이지 않는다면 몇 분 기다렸다가 이메일 받은편지함을 새로고침해주세요.",successHeading:"감사합니다"},ReportingConnect:{cancelButton:"취소",connectButton:"연결",disclaimer:"Slack 계정을 Vault 계정과 연결하면 안전하고 비공개 연결이 보장됩니다.

연결함으로써 Slack 내에서 직접 부적절한 행동을 신고하거나 질문을 할 수 있습니다. 연결 후 항상 익명으로 신고할 옵션이 있습니다. 귀하의 개인 정보 보호와 보안은 우리의 최우선 순위입니다.",heading:"Vault Platform이 귀하의 {{organisationName}} Slack 계정에 접근하도록 허용을 요청하고 있습니다.",listHeading:"Vault은 무엇을 할 수 있을까요?",permissionIdentity:{extraInfo:"Vault는 당신의 Slack 사용자 신원을 볼 수 있을 것입니다.",heading:"사용자의 신원에 대한 정보를 확인하십시오"},permissionNotifications:{extraInfo:"Vault는 제출된 보고서나 질문에 대한 업데이트나 관련 사항에 대해 Slack 계정으로 알림을 보낼 수 있습니다.",heading:"알림을 보냅니다"},permissionOverview:{extraInfo:"Vault는 홈페이지에서 모든 제출물의 개요를 표시할 것입니다.",heading:"제출물 개요"},permissionSubmitReport:{extraInfo:"이것은 Vault에게 보고서를 제출하거나 직접 질문을 하도록 권한을 부여하며, Slack으로부터 귀하의 기관에 바로 접근할 수 있게 해줍니다.",heading:"당신을 대신하여 보고서 또는 질문을 제출하십시오"},successfulConnectionDescription:"당신의 Vault 계정과 Slack 계정이 이제 연결되었습니다. 이제 이 탭을 닫고 Slack으로 돌아갈 수 있습니다.",successfulConnectionHeading:"성공적으로 연결되었습니다.",unsuccessfulConnectionDescription:"문제가 발생했습니다. 이 탭을 닫고 Slack으로 돌아가서 다시 시도해 주세요.",unsuccessfulConnectionHeading:"연결 실패"},ReportingLogin:{createAccountCTA:"계정을 등록하십시오",emailLabel:"당신의 이메일",loginButton:"로그인",newPasswordPlaceholder:"새 비밀번호",passwordFailMessage:"Slack의 Vault 앱으로 돌아가서 다시 시도해 보세요. 문제가 계속되면 techsupport@vaultplatform.com으로 연락해 주세요.",passwordFailTitle:"무언가 잘못되었습니다",passwordLabel:"당신의 비밀번호",passwordPlaceholder:"비밀번호를 입력하세요",passwordResetRequired:"비밀번호 재설정 필요",passwordSuccessfullySetMessage:"Slack의 Vault 앱으로 돌아가서 새 비밀번호로 인증하고 중단된 곳에서 계속하십시오.",passwordSuccessfullySetTitle:"비밀번호가 성공적으로 설정되었습니다",reenterPlaceholder:"비밀번호를 다시 입력하세요",title:"리포터 허브",tooltip:'Vault 앱에 대한 비밀번호를 아직 설정하지 않았다면, 여기를 따라 시작하세요. 비밀번호를 잊어버렸다면 아래의 "비밀번호를 잊으셨나요" 링크를 사용하세요.',usernameLoginFailed:"로그인 실패, 사용자 이름 또는 비밀번호가 잘못되었습니다."},ReportingReset:{failureDescription:"슬랙의 Vault 앱으로 돌아가서 다시 시도해 보십시오. 문제가 계속되면 techsupport@vaultplatform.com으로 문의해 주십시오.",failureHeading:"무언가 잘못되었습니다",successDescription:"Slack의 Vault 앱으로 돌아가서 새 비밀번호로 인증하고 중단된 곳에서 계속하십시오.",successHeading:"비밀번호가 성공적으로 설정되었습니다"}},validators:{passwordLength:"비밀번호는 9자 이상이어야 합니다.",passwordLowercase:"비밀번호에는 소문자가 1개 이상 포함되어야 합니다.",passwordMissMatch:"비밀번호와 확인 필드는 일치해야 합니다.",passwordNumeric:"비밀번호에는 숫자가 1개 이상 포함되어야 합니다.",passwordUppercase:"비밀번호에는 대문자가 1개 이상 포함되어야 합니다."},validatorsNew:{passwordLength:"10에서 30개의 문자 사이",passwordLowercase:"적어도 하나의 소문자",passwordMissMatch:"비밀번호가 일치하지 않습니다.",passwordNumeric:"적어도 하나의 숫자",passwordSpecialCharacter:"적어도 하나의 특수 문자",passwordUppercase:"적어도 하나의 대문자"}}},iqn={translation:{Buttons:{back:"Kembali",changePassword:"Tukar",copiedVaultId:"Disalin!",copyVaultID:"Salin ID Vault",create:"Cipta",next:"Seterusnya",notSure:"Saya tidak pasti",signUp:"Daftar",submit:"Serah"},Errors:{createReportFailed:"Gagal mencipta laporan."},ReportStatus:{CLOSED:"Ditutup",INVESTIGATING:"Menyiasat",NEW:"Diserahkan",READ:"Baca"},general:{time:{day:"Hari",days:"Hari",hour:"Jam",hours:"Jam",minute:"Minit",minutes:"Minit",second:"Saat",seconds:"Saat"}},public:{ChatContainer:{anonymousLabel:"Tanpa nama",autoTranslate:"Terjemahan automatik dimatikan secara lalai.",backToMessages:"Kembali ke mesej",caseSettings:"Tetapan kes.",changeInProfile:"Jika anda ingin menukar tetapan ini, anda boleh melakukannya dalam profil anda ",description:`Apabila terjemahan automatik dihidupkan, semua mesej laporan akan - diterjemahkan secara automatik menggunakan AI berdasarkan bahasa lalai - yang dipilih pada pelayar anda.`,descriptionSecondHalf:"Versi asal semua mesej sentiasa dikekalkan dan boleh didapati dalam sembang.",messagePlaceholder:"Mula menaip...",messageSettings:"Tetapan mesej.",originalMessages:"Asal",showMoreBanner:"Ketahui lebih lanjut tentang terjemahan automatik",titlev2:"Baca semua mesej dalam bahasa pilihan anda.",translatedMessageLabel:"Mesej yang Diterjemah",translatedMessages:"Diterjemah",understood:"Faham"},CreatePublicReport:{createReport:"Cipta laporan",helpPage:"Pergi ke halaman bantuan kami",loginToOpr:"Log Masuk untuk Menjejaki Laporan",or:"atau",passwordPlaceholder:"Masukkan Kata Laluan",phoneNumberLoginFailed:"Log masuk gagal, nombor telefon/pin tidak betul",phoneNumberPlaceholder:"Masukkan Nombor Telefon anda",phoneNumberTooltip:"Masukkan nombor telefon yang anda gunakan untuk menghubungi VaultTalk",pinPlaceholder:"Masukkan Pin",reportIntroductionParagraph1:"Apabila melaporkan insiden, anda akan ditanya beberapa soalan untuk menyokong anda dalam mendokumenkan pengalaman anda.",reportIntroductionParagraph2:"Sebelum anda menyerahkannya, anda mempunyai pilihan untuk kekal tanpa nama bagi melindungi privasi anda.",reportIntroductionParagraph3:"Selepas anda menyerahkannya, anda boleh log masuk pada bila-bila masa untuk melihat kemajuan laporan anda & berbincang dengan pengurus kes.",reportIssue:"Laporkan isu",usernameLoginFailed:"Log masuk gagal, nama pengguna/kata laluan tidak betul",validationError:{publicReport:{relationshipToCompanyRequired:"Hubungan dengan syarikat diperlukan",reportedCategoryRequired:"Kategori dilaporkan adalah diperlukan"}},vaultId:"ID Vault",vaultIdPlaceholder:"Masukkan E-mel atau ID Vault anda",vaultIdTooltip:"Untuk laporan tanpa nama, ID Vault ialah abjad angka. Jika laporan bukan tanpa nama, ID Vault ialah alamat e-mel anda",vaultTalk:"VaultTalk",yourPassword:"Kata Laluan Anda",yourPhoneNumber:"Nombor Telefon Anda",yourPin:"Pin 6 Digit Anda",yourVaultId:"ID Vault Anda"},CustomHeader:{companyLogo:"{{company}} Logo",openReporting:"Buka Pelaporan",userSettings:"Tetapan Pengguna"},Date:{approximateDescription:"Adakah anda masih ingat anggaran tarikh kejadian itu berlaku?",approximatePlaceholder:"Contoh: 6 bulan yang lalu /tahun lepas/November yang lalu",cancel:"batal",clear:"kosongkan",description:"Adakah anda masih ingat tarikh kejadian itu berlaku?",header:"Kejadian itu berlaku pada hari apa?",ok:"ok",placeholder:"Contoh: 21 Jun 2020"},Description:{whatHappened:"Apakah yang berlaku?",whatHappenedPlaceholder:"Gunakan perkataan anda sendiri...",whatHappenedText:"Dengan kata-kata anda sendiri, terangkan apa yang berlaku"},Details:{disclaimer:"Butiran ini akan didedahkan dengan laporan anda. Jika anda ingin kekal tanpa nama, pastikan ia tidak mengandungi maklumat pengenalan.",emailPlaceholder:"E-mel (pilihan)",fullNamePlaceholder:"Nama Penuh (pilihan)",header:"Butiran anda",subtitle:"Jika anda ingin menerima pemberitahuan mengenai laporan ini, tambah alamat e-mel yang sesuai di bawah."},Emotion:{description:"Bagaimana perkara itu mempengaruhi perasaan awak? Apakah kesannya?",header:"Apakah kesannya?",placeholder:"Mula menaip..."},Evidence:{addedHeading:"Ditambah",failedToOpenFileMessage:"Gagal membuka fail. Sila cuba lagi",fileStatuses:{infectedUpload:"Ditandai dengan pemeriksaan keselamatan",passedUpload:"Lulus pemeriksaan keselamatan",pendingUpload:"Proses daftar masuk keselamatan sedang berjalan",readyForDownload:"Sedia untuk dimuat turun"},mobileErrorMessage:"Fail yang ditandakan: hantar mesej kepada pengurus kes anda",nameHeading:"Nama",statusHeading:"Status",tableTitle:"Bukti",webErrorMessage:"Fail yang ditandakan: Jika fail anda telah ditandakan, sila hantar mesej kepada pengurus kes"},FileUpload:{addFiles:"Tambah fail",addMoreFiles:"Tambah lebih banyak fail",confirm:"Sahkan",description:"Menambah fail sebagai bukti boleh membantu menyokong kecekapan penyelesaian oleh pengurus kes anda. Sila pertimbangkan kandungan fail (termasuk metadata fail) jika anda ingin kekal tanpa nama, dan menghormati hak individu lain dan undang-undang yang berkenaan.",dragDrop:"Letakkan fail di sini atau",errorMessage:"Fail gagal kerana ralat rangkaian. Klik di bawah untuk menghantar mesej kepada pengurus kes anda untuk mendapatkan bantuan",fileLimit:"Setiap had saiz fail: 100MB",fileUploadLimitText:"Anda hanya boleh memuat naik 10 fail",header:"Tambah bukti",helpArticle:"artikel bantuan",highlighted:"semak imbas fail",information:"Jenis fail yang disokong",moreInformation:"Untuk maklumat lanjut, sila lihat artikel bantuan ini",postSubmissionErrorMessage:"Kami tidak dapat memuat naik fail anda kerana ralat sistem. Sila pilih 'sahkan' sekali lagi.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumen:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Imej:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Teks:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Fail terlalu besar",invalidFileType:"Jenis fail tidak disokong: {{extension}}",systemError:"Ralat sistem",tooManyFiles:"Bilangan maksimum fail ialah {{maxFiles}}"},uploadFiles:"Muat naik fail"},Loading:{loading:"Sila tunggu sementara kami menyerahkan laporan anda kepada pengurus kes...",postSubmissionLoading:"Sila tunggu sementara kami menyerahkan fail anda..."},Location:{description:"Di manakah ia berlaku?",header:"Di manakah ia berlaku?",placeholder:"Contoh: Di pejabat"},MessageListBox:{messageCaseManager:"Mesej pengurus kes",report:"Laporan {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Terjemahan dinyahdayakan",enableTranslationLabelEnabled:"Terjemahan didayakan",enableTranslationsDescription:"Dayakan terjemahan automatik dan baca semua mesej laporan dalam bahasa pilihan anda. Bahasa yang diterjemahkan adalah berdasarkan bahasa yang dipilih pada peranti anda.",enableTranslationsHeader:"Dayakan terjemahan automatik untuk mesej laporan",enableTranslationsSubDescriptionv2:"Anda boleh menukar antara bahasa yang diterjemahkan dan bahasa asal dalam setiap sembang.",updateTranslationFailed:"Kemas kini terjemahan gagal",updateTranslationSuccess:"Tetapan terjemahan berjaya dikemas kini"},Password:{changePasswordHeader:"Tukar",createNewPassword:"Sila cipta kata laluan baharu",createPasswordHeader:"Kata Laluan Anda",currentPasswordPlaceholder:"Masukkan kata laluan semasa",description:"Kata laluan yang sah mestilah sekurang-kurangnya 9 aksara panjang dan termasuk satu huruf besar dan satu nombor",enterCurrentPassword:"Sila masukkan kata laluan semasa anda",newDescription:"Cipta kata laluan yang kukuh untuk memastikan akaun anda selamat. Mula menaip untuk melihat garis panduan di bawah.",passwordPlaceholder:"Cipta kata laluan",reenterPlaceholder:"Masukkan kata laluan sekali lagi",subtitle:"Cipta kata laluan untuk menyerahkan laporan ini dan mengaksesnya pada masa akan datang"},Perpetrators:{description:"Adakah anda melaporkan orang tertentu atau berbilang orang? Bolehkah anda menamakan atau menerangkannya?",header:"Orang yang terlibat",placeholder:"Mula menaip dan gunakan koma untuk menambah berbilang nama atau keterangan"},PoweredByVault:"Dikuasakan oleh {{company}}",PrivacyStatement:"Kenyataan Privasi Produk",PublicMessageList:{myMessages:"Mesej saya"},PublicMoreEvidence:{additionalEvidenceHeader:"Bukti ditambah kepada laporan sedia ada",backToReportId:"Kembali ke ID laporan: {{reportId}}",description:"Menambah fail sebagai bukti boleh membantu menyokong keberkesanan penyelesaian oleh pengurus kes anda. Sila pertimbangkan kandungan fail (termasuk metadata fail) jika anda ingin kekal tanpa nama, dan menghormati hak individu lain dan undang-undang yang berkenaan. Untuk maklumat lanjut, sila lihat artikel bantuan ini",header:"Tambah bukti tambahan kepada laporan",vaultTalkOpenCaseHeader:"Tambah bukti kepada laporan anda"},PublicReport:{anonymous:"Tanpa nama",backToReports:"Kembali ke laporan",skipped:"Dilangkau"},PublicReportCard:{addEvidence:"Tambah bukti tambahan",messageCaseManager:"Mesej pengurus kes",reportId:"ID Laporan:",submitted:"Diserahkan",vaultTalkClosedCaseCTA:"Lihat Bukti",vaultTalkOpenCaseCTA:"Tambah Bukti",viewAdditionalEvidence:"Lihat bukti tambahan",viewReport:"Lihat Laporan"},PublicReportsList:{reportingSystem:"Sistem Pelaporan"},Question:{placeholder:"Mula menaip...",question:"Berikan butiran",questionText:"Sila kongsi kebimbangan, maklumat terkini atau pertanyaan anda dengan kami"},Relationship:{header:"Hubungan anda dengan organisasi",tellUsAbout:"Sila beritahu kami tentang hubungan anda dengan organisasi."},ResponsiveNavMenu:{messages:"Mesej saya",reports:"Laporan saya"},SpamPuzzle:{dialog:"Untuk meneruskan, sila selesaikan teka-teki ini"},SubmissionTypes:{reportIssue:"Pilih kategori",whatType:"Pilih kategori yang paling tepat menerangkan laporan anda"},SubmitSuccess:{category:"Kategori: {{category}}",dateSubmitted:"Tarikh diserahkan: {{date}}",recordYourVaultID:"Ingat maklumat ini untuk log masuk",successMessage:"Laporan anda telah diserahkan dan sedia untuk disemak. Sebarang fail yang dilampirkan yang memerlukan perhatian akan ditandakan semasa log masuk. Log masuk di bawah untuk melihat kemas kini laporan dan menghantar mesej kepada pengurus kes anda.",successThankYou:"Terima kasih atas laporan anda!",viewReport:"Lihat laporan"},Time:{approximateDescription:"Adakah anda masih ingat anggaran masa kejadian itu berlaku?",approximatePlaceholder:"Contoh: pada waktu pagi, pada waktu tengah hari",description:"Adakah anda masih ingat masa kejadian itu berlaku?",header:"Pukul berapakah ia berlaku?",invalidTime:"Format masa mestilah JJ:MM"},UserSettingsDialog:{changePassword:"Tukar kata laluan",closeDialog:"Tutup Dialog",logout:"Log keluar",messageSettings:"Tetapan Mesej",userSettings:"Tetapan Pengguna"},Witnesses:{description:"Adakah anda memberitahu orang lain atau ada sesiapa melihat kejadian itu?",header:"Ada saksi?",placeholder:"Mula menaip..."}},reporting:{ReportingActivate:{buttonText:"Teruskan",description:"Jika anda mempunyai akaun dengan kami, kami akan menghantar e-mel kepada anda dengan arahan untuk melengkapkan pendaftaran anda.",emailInput:"E-mel",header:"Masukkan e-mel kerja anda",successAccount:"Jika anda mempunyai akaun dengan kami, anda akan menerima e-mel dengan arahan tentang cara menetapkan kata laluan anda.",successEmail:"Jika anda tidak terus menerimanya, sila tunggu beberapa minit dan segar semula peti masuk e-mel anda.",successHeading:"Terima kasih"},ReportingConnect:{cancelButton:"Batal",connectButton:"Sambung",disclaimer:"Menyambungkan akaun Slack anda dengan akaun Vault anda memastikan sambungan yang selamat dan peribadi.

Dengan menyambungkan, anda boleh melaporkan salah laku atau bertanya soalan secara langsung dalam Slack. Anda sentiasa mempunyai pilihan untuk melaporkan secara anonim selepas menyambung. Privasi dan keselamatan anda adalah keutamaan utama kami.",heading:" Platform Vault meminta kebenaran untuk mengakses akaun {{organisationName}} Slack anda ",listHeading:"Apa yang boleh dilakukan oleh Vault?",permissionIdentity:{extraInfo:"Vault akan dapat melihat identiti pengguna Slack anda",heading:"Melihat maklumat tentang identiti pengguna"},permissionNotifications:{extraInfo:"Vault akan dapat menghantar pemberitahuan kepada akaun Slack anda, berkaitan sebarang kemas kini terhadap laporan atau soalan yang dihantar",heading:"Menghantar pemberitahuan kepada anda"},permissionOverview:{extraInfo:"Vault akan memaparkan gambaran keseluruhan semua penyerahan di halaman utama",heading:"Gambaran keseluruhan penyerahan"},permissionSubmitReport:{extraInfo:"Ini akan memberikan kebenaran kepada Vault untuk menghantar laporan atau bertanya soalan, terus kepada organisasi anda, daripada Slack",heading:"Serahkan laporan atau soalan bagi pihak anda"},successfulConnectionDescription:"Akaun Vault anda dan akaun Slack kini telah disambungkan. Anda kini boleh menutup tab ini dan kembali ke Slack.",successfulConnectionHeading:"Berjaya disambungkan",unsuccessfulConnectionDescription:"Sesuatu telah berlaku yang salah. Sila tutup tab ini dan kembali ke Slack untuk mencuba lagi.",unsuccessfulConnectionHeading:"Sambungan gagal"},ReportingLogin:{createAccountCTA:"Daftar untuk akaun",emailLabel:"Emel Anda",loginButton:"Log masuk",newPasswordPlaceholder:"Kata laluan baharu",passwordFailMessage:"Kembali ke Aplikasi Vault di Slack dan cuba sekali lagi. Jika isu ini berterusan, hubungi kami di techsupport@vaultplatform.com",passwordFailTitle:"Ada sesuatu yang tidak kena",passwordLabel:"Kata Laluan Anda",passwordPlaceholder:"Masukkan kata laluan anda",passwordResetRequired:"Penetapan semula kata laluan diperlukan",passwordSuccessfullySetMessage:"Kembali ke Aplikasi Vault di Slack dan sahkan dengan kata laluan baharu anda untuk meneruskan di tempat anda berhenti.",passwordSuccessfullySetTitle:"Kata laluan berjaya ditetapkan",reenterPlaceholder:"Masukkan semula kata laluan",title:"Pemberita Hub",tooltip:'Jika anda belum pernah menetapkan kata laluan untuk aplikasi Vault, ikuti di sini untuk memulakan. Jika anda lupa kata laluan anda, gunakan pautan "Lupa Kata Laluan" di bawah.',usernameLoginFailed:"Log masuk gagal, nama pengguna atau kata laluan tidak betul"},ReportingReset:{failureDescription:"Kembali ke Aplikasi Vault di Slack dan cuba lagi. Jika masalah berterusan, hubungi kami di techsupport@vaultplatform.com",failureHeading:"Sesuatu yang salah",successDescription:"Kembali ke Aplikasi Vault di Slack dan sahkan dengan kata laluan baru anda untuk meneruskan di mana anda berhenti sebelum ini",successHeading:"Kata laluan berjaya ditetapkan"}},validators:{passwordLength:"Kata laluan mesti sekurang-kurangnya 9 aksara",passwordLowercase:"Kata laluan mesti mengandungi sekurang-kurangnya 1 huruf kecil",passwordMissMatch:"Medan kata laluan dan pengesahan perlulah sepadan.",passwordNumeric:"Kata laluan mesti mengandungi sekurang-kurangnya 1 nombor",passwordUppercase:"Kata laluan mesti mengandungi sekurang-kurangnya 1 huruf besar"},validatorsNew:{passwordLength:"Antara 10 dan 30 aksara",passwordLowercase:"Sekurang-kurangnya satu huruf kecil",passwordMissMatch:"Kata laluan tidak sepadan",passwordNumeric:"Sekurang-kurangnya satu nombor",passwordSpecialCharacter:"Sekurang-kurangnya satu aksara istimewa",passwordUppercase:"Sekurang-kurangnya satu huruf besar"}}},oqn={translation:{Buttons:{back:"Terug",changePassword:"Wachtwoord wijzigen",copiedVaultId:"Gekopieerd!",copyVaultID:"Kopieer Vault ID",create:"Aanmaken",next:"Volgende",notSure:"Ik weet het niet zeker",signUp:"Inschrijven",submit:"Indienen"},Errors:{createReportFailed:"Het maken van het melding is mislukt."},ReportStatus:{CLOSED:"Gesloten",INVESTIGATING:"Wordt onderzocht",NEW:"Ingediend",READ:"Gelezen"},general:{time:{day:"Dag",days:"Dagen",hour:"Uur",hours:"Uren",minute:"Minuut",minutes:"Notulen",second:"Seconde",seconds:"Seconden"}},public:{ChatContainer:{anonymousLabel:"Anoniem",autoTranslate:"Auto-translate staat standaard uitgeschakeld.",backToMessages:"Terug naar berichten",caseSettings:"Case-instellingen.",changeInProfile:"Als u deze instelling wilt wijzigen, kunt u dit doen in uw profiel",description:`Wanneer automatische vertaling is ingeschakeld, worden alle rapportberichten - automatisch vertaald met behulp van AI gebaseerd op de standaardtaal - die is geselecteerd in uw browser.`,descriptionSecondHalf:"De originele versie van alle berichten wordt altijd bewaard en kan worden gevonden in de chat.",messagePlaceholder:"Begin met typen...",messageSettings:"Berichtinstellingen.",originalMessages:"Origineel",showMoreBanner:"Leer meer over automatische vertalingen",titlev2:"Lees alle berichten in je voorkeurstaal.",translatedMessageLabel:"Vertaald Bericht",translatedMessages:"Vertaald",understood:"Begrepen"},CreatePublicReport:{createReport:"Een nieuwe melding aanmaken",helpPage:"Ga naar onze hulppagina",loginToOpr:"Meld aan om rapporten te volgen",or:"of",passwordPlaceholder:"Wachtwoord invoeren",phoneNumberLoginFailed:"Aanmelden mislukt, telefoonnummer/pincode onjuist",phoneNumberPlaceholder:"Voer uw telefoonnummer in",phoneNumberTooltip:"Voer het telefoonnummer in dat je gebruikt hebt om contact op te nemen met VaultTalk",pinPlaceholder:"Voer pincode in",reportIntroductionParagraph1:"Bij het melden van een incident, worden er een paar vragen gesteld om u te helpen bij het documenteren van uw ervaring.",reportIntroductionParagraph2:"Voordat u indient, heeft u de optie om anoniem te blijven om uw privacy te beschermen.",reportIntroductionParagraph3:"Nadat u heeft ingediend, kunt u op elk moment inloggen om de voortgang van uw rapport te bekijken en te praten met een casemanager.",reportIssue:"Een probleem melden",usernameLoginFailed:"Aanmelding mislukt, gebruikersnaam/wachtwoord onjuist",validationError:{publicReport:{relationshipToCompanyRequired:"Relatie tot het bedrijf is vereist",reportedCategoryRequired:"Gerapporteerde categorie is vereist"}},vaultId:"Vault ID",vaultIdPlaceholder:"Voer uw e-mail of Vault ID in",vaultIdTooltip:"Voor anonieme rapporten is de Vault-ID alfanumeriek. Als het rapport niet anoniem was, is de Vault-ID uw e-mailadres.",vaultTalk:"VaultTalk",yourPassword:"Uw wachtwoord",yourPhoneNumber:"Uw Telefoonnummer",yourPin:"Uw 6-cijferige pin",yourVaultId:"Uw Vault ID"},CustomHeader:{companyLogo:"Bedrijfslogo",openReporting:"Melding openen",userSettings:"Gebruikersinstellingen"},Date:{approximateDescription:"Weet u nog ongeveer de datum waarop de gebeurtenis plaatsvond?",approximatePlaceholder:"Voorbeeld: 6 maanden geleden/vorig jaar/afgelopen november",cancel:"annuleren",clear:"wissen",description:"Weet u nog de datum waarop de gebeurtenis plaatsvond?",header:"Op welke dag is het gebeurd?",ok:"ok",placeholder:"Voorbeeld: 21 juni 2020"},Description:{whatHappened:"Wat is er gebeurd?",whatHappenedPlaceholder:"Gebruik uw eigen woorden...",whatHappenedText:"Beschrijf in uw eigen woorden wat er is gebeurd"},Details:{disclaimer:"Deze gegevens zullen worden bekendgemaakt met uw rapport. Als u anoniem wilt blijven, zorg er dan voor dat ze geen identificerende informatie bevatten.",emailPlaceholder:"E-mailadres (optioneel)",fullNamePlaceholder:"Volledige naam (optioneel)",header:"Uw gegevens",subtitle:"Als u meldingen over dit rapport wilt ontvangen, voeg dan hieronder een geschikt e-mailadres toe."},Emotion:{description:"Hoe voelde u zich erdoor? Wat was de impact?",header:"Wat was de impact?",placeholder:"Begin met het invoeren..."},Evidence:{addedHeading:"Toegevoegd",failedToOpenFileMessage:"Het openen van het bestand is mislukt. Probeer het alstublieft opnieuw.",fileStatuses:{infectedUpload:"Gemarkeerd door beveiligingscontrole",passedUpload:"Veiligheidscontrole doorstaan",pendingUpload:"Veiligheidscontrole bezig",readyForDownload:"Klaar om te downloaden"},mobileErrorMessage:"Gemarkeerde bestanden: stuur een bericht naar uw casemanager",nameHeading:"Naam",statusHeading:"Status",tableTitle:"Bewijs",webErrorMessage:"Gemarkeerde bestanden: Als uw bestand(en) gemarkeerd is/zijn, gelieve dan een bericht te sturen naar de casemanager."},FileUpload:{addFiles:"Bestanden toevoegen",addMoreFiles:"Voeg meer bestanden toe",confirm:"Bevestigen",description:"Het toevoegen van bestanden als bewijs kan de efficiëntie van de oplossing door uw casemanager ondersteunen. Houd rekening met de inhoud van het bestand (inclusief bestandsmetadata) als u anoniem wilt blijven, en respecteer de rechten van andere individuen en de toepasselijke wetten.",dragDrop:"Sleep bestanden hierheen of",errorMessage:"Bestand(en) mislukt vanwege een netwerkfout. Klik hieronder om uw casemanager om hulp te vragen",fileLimit:"Elke bestandsgrootte limiet: 100MB",fileUploadLimitText:"Je kunt slechts 10 bestanden uploaden",header:"Voeg bewijs toe",helpArticle:"hulp artikel",highlighted:"bestanden doorbladeren",information:"Ondersteunde bestandstypes",moreInformation:"Voor meer info, zie dit alstublieft hulp artikel",postSubmissionErrorMessage:"We konden uw bestanden niet uploaden vanwege een systeemfout. Selecteer alstublieft opnieuw 'bevestigen'.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documenten:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Afbeeldingen:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Tekst:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Het bestand is te groot",invalidFileType:"Niet-ondersteund bestandstype: {{extension}}",systemError:"Systeemfout",tooManyFiles:"Maximum aantal bestanden is {{maxFiles}}"},uploadFiles:"Bestanden uploaden"},Loading:{loading:"Even geduld terwijl we uw rapport indienen bij een casemanager...",postSubmissionLoading:"Even geduld terwijl we uw bestand(en) indienen..."},Location:{description:"Waar is het gebeurd?",header:"Waar is het gebeurd?",placeholder:"Voorbeeld: op kantoor"},MessageListBox:{messageCaseManager:"Bericht sturen naar Casemanager",report:"Melding {{displayReportId}}{{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Vertaling uitgeschakeld",enableTranslationLabelEnabled:"Vertaling ingeschakeld",enableTranslationsDescription:"Schakel automatische vertalingen in en lees alle rapportberichten in uw voorkeurstaal. De vertaalde taal is gebaseerd op de taal die op uw apparaat is geselecteerd.",enableTranslationsHeader:"Schakel automatische vertalingen in voor rapportberichten",enableTranslationsSubDescriptionv2:"U kunt schakelen tussen de vertaalde en originele taal in elke chat.",updateTranslationFailed:"Update van vertaling mislukt",updateTranslationSuccess:"Vertaalinstellingen succesvol bijgewerkt"},Password:{changePasswordHeader:"Wachtwoord wijzigen",createNewPassword:"Maak een nieuw wachtwoord aan",createPasswordHeader:"Uw wachtwoord",currentPasswordPlaceholder:"Huidig wachtwoord invoeren",description:"Een geldig wachtwoord moet minimaal 9 tekens lang zijn en een hoofdletter en een cijfer bevatten",enterCurrentPassword:"Uw huidig wachtwoord invoeren",newDescription:"Maak een sterk wachtwoord om uw account veilig te houden. Begin met typen om de richtlijnen hieronder te zien.",passwordPlaceholder:"Een wachtwoord aanmaken",reenterPlaceholder:"Het wachtwoord opnieuw invoeren",subtitle:"Maak een wachtwoord aan om deze melding in te dienen en er in de toekomst toegang toe te krijgen"},Perpetrators:{description:"Meldt u een bepaalde persoon of meerdere personen? Heeft u een naam of kunt u ze beschrijven?",header:"Betrokken personen",placeholder:"Begin met typen en gebruik een komma om meerdere namen of beschrijvingen toe te voegen"},PoweredByVault:"Powered by {{company}}",PrivacyStatement:"Product Privacyverklaring",PublicMessageList:{myMessages:"Mijn berichten"},PublicMoreEvidence:{additionalEvidenceHeader:"Bewijs toegevoegd aan bestaand rapport",backToReportId:"Terug naar rapport ID: {{reportId}}",description:"Het toevoegen van bestanden als bewijs kan de efficiëntie van de oplossing door uw casemanager ondersteunen. Overweeg de inhoud van het bestand (inclusief bestandsmetadata) als u anoniem wilt blijven en respecteer de rechten van andere personen en toepasselijke wetten. Voor meer informatie, zie dit hulp artikel",header:"Voeg extra bewijs toe aan het rapport",vaultTalkOpenCaseHeader:"Voeg bewijs toe aan je rapport"},PublicReport:{anonymous:"Anoniem",backToReports:"Terug naar meldingen",skipped:"Overgeslagen"},PublicReportCard:{addEvidence:"Voeg extra bewijs toe",messageCaseManager:"Bericht sturen naar Casemanager",reportId:"Melding-ID:",submitted:"Ingediend",vaultTalkClosedCaseCTA:"Bekijk Bewijs",vaultTalkOpenCaseCTA:"Voeg Bewijs Toe",viewAdditionalEvidence:"Bekijk extra bewijs",viewReport:"Melding bekijken"},PublicReportsList:{reportingSystem:"Meldsysteem"},Question:{placeholder:"Begin met typen...",question:"Geef details",questionText:"Deel a.u.b. uw bezorgdheid, update of vraag met ons."},Relationship:{header:"Uw relatie met de organisatie",tellUsAbout:"Vertel ons over uw relatie met de organisatie."},ResponsiveNavMenu:{messages:"Mijn berichten",reports:"Mijn verslagen"},SpamPuzzle:{dialog:"Los deze puzzel op om verder te gaan"},SubmissionTypes:{reportIssue:"Selecteer een categorie",whatType:"Selecteer de categorie die het best uw rapport beschrijft"},SubmitSuccess:{category:"Categorie: {{categorie}}",dateSubmitted:"Ingediende datum: {{date}}",recordYourVaultID:"Onthoud deze informatie voor inloggen",successMessage:"Uw rapport is ingediend en is klaar voor beoordeling. Eventuele bijgevoegde bestanden die aandacht vereisen, worden gemarkeerd bij het inloggen. Log hieronder in om rapportupdates te bekijken en berichten te sturen naar uw case manager.",successThankYou:"Dank u voor uw rapport!",viewReport:"Rapport bekijken"},Time:{approximateDescription:"Weet u nog ongeveer de tijd waarop de gebeurtenis plaatsvond?",approximatePlaceholder:"Voorbeeld: 's morgens, in de namiddag",description:"Weet u nog de tijd waarop de gebeurtenis plaatsvond?",header:"Hoe laat is het gebeurd?",invalidTime:"Tijdnotatie moet HH:MM zijn"},UserSettingsDialog:{changePassword:"Wachtwoord wijzigen",closeDialog:"Dialoog sluiten",logout:"Uitloggen",messageSettings:"Berichtinstellingen",userSettings:"Gebruikersinstellingen"},Witnesses:{description:"Heeft u het aan iemand anders verteld of heeft iemand gezien wat er is gebeurd?",header:"Waren er getuigen?",placeholder:"Begin met het invoeren..."}},reporting:{ReportingActivate:{buttonText:"Doorgaan",description:"Als u een account bij ons heeft, sturen we u een e-mail met instructies om uw inschrijving te voltooien.",emailInput:"E-mail",header:"Voer uw werk e-mail in",successAccount:"Als u een account bij ons heeft, krijgt u een e-mail met instructies over hoe u uw wachtwoord kunt instellen.",successEmail:"Als u het niet onmiddellijk ziet, wacht dan een paar minuten en ververs uw e-mailinbox.",successHeading:"Dank u"},ReportingConnect:{cancelButton:"Annuleren",connectButton:"Verbinden",disclaimer:"Het koppelen van uw Slack-account aan uw Vault-account zorgt voor een veilige en privéverbinding.

Door te koppelen, kunt u wangedrag melden of een vraag rechtstreeks binnen Slack stellen. U heeft altijd de optie om anoniem te rapporteren na het verbinden. Uw privacy en veiligheid zijn onze hoogste prioriteiten.",heading:"Vault Platform vraagt toestemming om toegang te krijgen tot uw {{organisationName}} Slack-account",listHeading:"Wat zal Vault kunnen doen?",permissionIdentity:{extraInfo:"Vault zal de mogelijkheid hebben om de identiteit van uw Slack-gebruiker te bekijken",heading:"Bekijk informatie over de identiteit van een gebruiker"},permissionNotifications:{extraInfo:"Vault kan meldingen naar je Slack-account sturen, met betrekking tot eventuele updates voor een ingediend rapport of vraag.",heading:"Stuur je meldingen"},permissionOverview:{extraInfo:"Vault zal een overzicht van alle inzendingen tonen op de startpagina",heading:"Overzicht van inzendingen"},permissionSubmitReport:{extraInfo:"Dit zal Vault toestemming geven om een rapport in te dienen of een vraag te stellen, rechtstreeks aan uw organisatie, vanuit Slack",heading:"Dien een rapport of vraag in namens u"},successfulConnectionDescription:"Uw Vault-account en Slack-account zijn nu met elkaar verbonden. U kunt nu dit tabblad sluiten en terugkeren naar Slack.",successfulConnectionHeading:"Succesvol verbonden",unsuccessfulConnectionDescription:"Er is iets misgegaan. Sluit deze tab alstublieft en ga terug naar Slack om het opnieuw te proberen.",unsuccessfulConnectionHeading:"Verbinding mislukt"},ReportingLogin:{createAccountCTA:"Registreer voor een account",emailLabel:"Uw e-mail",loginButton:"Inloggen",newPasswordPlaceholder:"Nieuw wachtwoord",passwordFailMessage:"Ga terug naar de Vault App in Slack en probeer opnieuw. Als het probleem blijft bestaan, neem dan contact met ons op via techsupport@vaultplatform.com",passwordFailTitle:"Er is iets misgegaan",passwordLabel:"Je Wachtwoord",passwordPlaceholder:"Voer uw wachtwoord in",passwordResetRequired:"Wachtwoord reset vereist",passwordSuccessfullySetMessage:"Ga terug naar de Vault App in Slack en authenticeer met je nieuwe wachtwoord om verder te gaan waar je gebleven was.",passwordSuccessfullySetTitle:"Wachtwoord succesvol ingesteld",reenterPlaceholder:"Voer het wachtwoord opnieuw in",title:"Reporter Hub",tooltip:'Als je nog nooit een wachtwoord hebt ingesteld voor de Vault-app, volg dan hier om te beginnen. Als je je wachtwoord bent vergeten, gebruik dan de link "Wachtwoord vergeten" hieronder.',usernameLoginFailed:"Inloggen mislukt, gebruikersnaam of wachtwoord incorrect"},ReportingReset:{failureDescription:"Ga terug naar de Vault App in Slack en probeer het opnieuw. Als het probleem aanhoudt, neem dan contact met ons op via techsupport@vaultplatform.com",failureHeading:"Er ging iets mis",successDescription:"Ga terug naar de Vault-app in Slack en verifieer jezelf met je nieuwe wachtwoord om verder te gaan waar je gebleven was.",successHeading:"Wachtwoord succesvol ingesteld"}},validators:{passwordLength:"Het wachtwoord moet minimaal 9 tekens lang zijn",passwordLowercase:"Het wachtwoord moet minimaal 1 kleine letter bevatten",passwordMissMatch:"De wachtwoord- en bevestigingsvelden moeten overeenkomen.",passwordNumeric:"Het wachtwoord moet minimaal 1 cijfer bevatten",passwordUppercase:"Het wachtwoord moet minimaal 1 hoofdletter bevatten"},validatorsNew:{passwordLength:"Tussen 10 en 30 tekens",passwordLowercase:"Minstens één kleine letter",passwordMissMatch:"Wachtwoorden komen niet overeen",passwordNumeric:"Minstens één nummer",passwordSpecialCharacter:"Minstens één speciaal teken",passwordUppercase:"Minstens één hoofdletter"}}},sqn={translation:{Buttons:{back:"Terug",changePassword:"Wachtwoord wijzigen",copiedVaultId:"Gekopieerd!",copyVaultID:"Kopieer Vault ID",create:"Aanmaken",next:"Volgende",notSure:"Ik weet het niet zeker",signUp:"Inschrijven",submit:"Verzenden"},Errors:{createReportFailed:"Aanmaak melding mislukt."},ReportStatus:{CLOSED:"Afgesloten",INVESTIGATING:"Wordt onderzocht",NEW:"Verzonden",READ:"Gelezen"},general:{time:{day:"Dag",days:"Dagen",hour:"Uur",hours:"Uren",minute:"Minuut",minutes:"Minuten",second:"Seconde",seconds:"Seconden"}},public:{ChatContainer:{anonymousLabel:"Anoniem",autoTranslate:"Auto-translate staat standaard uit.",backToMessages:"Terug naar berichten",caseSettings:"Instellingen voor de zaak.",changeInProfile:"Als u deze instelling wilt wijzigen, kunt u dit doen in uw profiel",description:"Wanneer automatische vertaling is ingeschakeld, worden alle rapportberichten automatisch vertaald met behulp van AI, gebaseerd op de standaardtaal die geselecteerd is in je browser.",descriptionSecondHalf:"De originele versie van alle berichten wordt altijd bewaard en kan worden gevonden in de chat.",messagePlaceholder:"Begin met typen...",messageSettings:"Berichtinstellingen.",originalMessages:"Origineel",showMoreBanner:"Leer meer over automatische vertalingen",titlev2:"Lees alle berichten in je voorkeurstaal.",translatedMessageLabel:"Vertaalde Bericht",translatedMessages:"Vertaald",understood:"Begrepen"},CreatePublicReport:{createReport:"Nieuwe melding aanmaken",helpPage:"Ga naar onze helppagina",loginToOpr:"Inloggen om rapporten te volgen",or:"of",passwordPlaceholder:"Wachtwoord invoeren",phoneNumberLoginFailed:"Inloggen mislukt, telefoonnummer/pin incorrect",phoneNumberPlaceholder:"Voer uw telefoonnummer in",phoneNumberTooltip:"Voer het telefoonnummer in dat u heeft gebruikt om contact op te nemen met VaultTalk",pinPlaceholder:"Voer pincode in",reportIntroductionParagraph1:"Bij het melden van een zorg worden er een paar vragen gesteld om je te ondersteunen bij het vastleggen van je ervaring.",reportIntroductionParagraph2:"Voordat je de melding indient, heb je de optie om anoniem te blijven om je privacy te beschermen.",reportIntroductionParagraph3:"Nadat je de melding hebt gedaan, kun je op elk moment inloggen om de voortgang van je melding te bekijken en met een casemanager te praten.",reportIssue:"Een probleem melden",usernameLoginFailed:"Inloggen mislukt, gebruikersnaam/wachtwoord onjuist",validationError:{publicReport:{relationshipToCompanyRequired:"Relatie tot het bedrijf is vereist",reportedCategoryRequired:"Gerapporteerde categorie is vereist"}},vaultId:"Vault ID",vaultIdPlaceholder:"Voer uw e-mail of Vault ID in",vaultIdTooltip:"Voor anonieme rapporten is de Vault ID alfanumeriek. Als het rapport niet anoniem was, is de Vault ID uw e-mailadres.",vaultTalk:"VaultTalk",yourPassword:"Uw wachtwoord",yourPhoneNumber:"Uw Telefoonnummer",yourPin:"Uw 6-cijferige pin",yourVaultId:"Uw Vault ID"},CustomHeader:{companyLogo:"Bedrijfslogo",openReporting:"Meldingen openen",userSettings:"Gebruikersinstellingen"},Date:{approximateDescription:"Herinnert u zich bij benadering op welke datum de gebeurtenis plaatsvond?",approximatePlaceholder:"Voorbeeld: 6 maanden geleden / vorig jaar / vorige november",cancel:"annuleren",clear:"wissen",description:"Herinnert u zich op welke datum de gebeurtenis plaatsvond?",header:"Op welke dag vond de gebeurtenis plaats?",ok:"OK",placeholder:"Voorbeeld: 21 juni 2020"},Description:{whatHappened:"Wat is er gebeurd?",whatHappenedPlaceholder:"Gebruik uw eigen woorden...",whatHappenedText:"Beschrijf in je eigen woorden wat er is gebeurd."},Details:{disclaimer:"Deze gegevens worden bij je melding gevoegd. Als je anoniem wilt blijven, zorg er dan voor dat ze geen identificerende informatie bevatten.",emailPlaceholder:"E-mail (facultatief)",fullNamePlaceholder:"Volledige naam (facultatief)",header:"Jouw gegevens",subtitle:"Als u meldingen over dit rapport wilt ontvangen, voeg dan hieronder een geschikt e-mailadres toe."},Emotion:{description:"Hoe voelde u zich daarbij? Wat was de impact?",header:"Wat was de impact?",placeholder:"Begin te typen ..."},Evidence:{addedHeading:"Toegevoegd",failedToOpenFileMessage:"Het openen van het bestand is mislukt. Probeer het opnieuw.",fileStatuses:{infectedUpload:"Gemarkeerd door beveiligingscontrole",passedUpload:"Geslaagd voor beveiligingscontrole",pendingUpload:"Veiligheidscontrole in uitvoering",readyForDownload:"Klaar voor download"},mobileErrorMessage:"Gemarkeerde bestanden: stuur een bericht naar uw casemanager",nameHeading:"Naam",statusHeading:"Status",tableTitle:"Bewijs",webErrorMessage:"Gemarkeerde bestanden: Als uw bestand(en) zijn gemarkeerd, stuur dan een bericht naar de casemanager."},FileUpload:{addFiles:"Bestanden toevoegen",addMoreFiles:"Voeg meer bestanden toe",confirm:"Bevestigen",description:"Het toevoegen van bestanden als bewijs, kan de casemanager helpen bij het beoordelen van je melding. Controleer de inhoud van het bestand goed (ook de metadata) als je anoniem wilt blijven, en zorg dat je hierin toepasselijke wetgeving en de rechten van andere genoemde personen respecteert.",dragDrop:"Sleep bestanden hierheen of",errorMessage:"Bestand(en) mislukt vanwege een netwerkfout. Klik hieronder om uw casemanager te berichten voor hulp.",fileLimit:"Elke bestandsgrootte limiet: 100MB",fileUploadLimitText:"Je kunt slechts 10 bestanden uploaden",header:"Voeg bewijs toe",helpArticle:"helpartikel",highlighted:"bestanden doorbladeren",information:"Ondersteunde bestandstypen",moreInformation:"Voor meer informatie, zie dit help-artikel helpartikel",postSubmissionErrorMessage:"We konden uw bestanden niet uploaden vanwege een systeemfout. Selecteer alstublieft opnieuw 'bevestigen'.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documenten:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Afbeeldingen:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Tekst:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Bestand is te groot",invalidFileType:"Niet-ondersteund bestandstype: {{extension}}",systemError:"Systeemfout",tooManyFiles:"Maximum aantal bestanden is {{maxFiles}}"},uploadFiles:"Bestanden uploaden"},Loading:{loading:"Even geduld terwijl we uw rapport indienen bij een casemanager...",postSubmissionLoading:"Even geduld terwijl we je bestand(en) indienen..."},Location:{description:"Waar is het gebeurd?",header:"Waar is het gebeurd?",placeholder:"Voorbeeld: op kantoor"},MessageListBox:{messageCaseManager:"Bericht aan case manager",report:"Melding {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Vertaling uitgeschakeld",enableTranslationLabelEnabled:"Vertaling ingeschakeld",enableTranslationsDescription:"Schakel automatische vertalingen in en lees alle rapportberichten in uw voorkeurstaal. De vertaalde taal is gebaseerd op de taal die op uw apparaat is geselecteerd.",enableTranslationsHeader:"Schakel automatische vertalingen in voor rapportberichten",enableTranslationsSubDescriptionv2:"Je kunt in elke chat schakelen tussen de vertaalde en originele taal.",updateTranslationFailed:"Update vertaling mislukt",updateTranslationSuccess:"Vertaalinstellingen met succes bijgewerkt"},Password:{changePasswordHeader:"Wachtwoord wijzigen",createNewPassword:"Maak een nieuw wachtwoord",createPasswordHeader:"Uw wachtwoord",currentPasswordPlaceholder:"Voer huidig wachtwoord in",description:"Een geldig wachtwoord moet uit minstens 9 tekens bestaan en een hoofdletter en een cijfer bevatten.",enterCurrentPassword:"Voer uw huidige wachtwoord in",newDescription:"Maak een sterk wachtwoord om uw account veilig te houden. Begin met typen om de richtlijnen hieronder te zien.",passwordPlaceholder:"Wachtwoord aanmaken",reenterPlaceholder:"Voer het wachtwoord opnieuw in",subtitle:"Maak een wachtwoord aan om deze melding in te dienen en ze later te kunnen raadplegen"},Perpetrators:{description:"Meldt je over een specifieke persoon of meerdere personen? Kunt u hun naam geven of hen beschrijven?",header:"Betrokken mensen",placeholder:"Begin te typen en gebruik een komma om meerdere namen of beschrijvingen toe te voegen"},PoweredByVault:"Powered by {{company}}",PrivacyStatement:"Product Privacyverklaring",PublicMessageList:{myMessages:"Mijn berichten"},PublicMoreEvidence:{additionalEvidenceHeader:"Bewijs toegevoegd aan bestaand rapport",backToReportId:"Terug naar rapport ID: {{reportId}}",description:"Het toevoegen van bestanden als bewijs kan de efficiëntie van de oplossing door uw casemanager ondersteunen. Overweeg de inhoud van het bestand (inclusief bestandsmetadata) als u anoniem wilt blijven, en respecteer de rechten van andere individuen en toepasselijke wetten. Voor meer informatie, zie dit helpartikel",header:"Voeg extra bewijs toe aan het rapport",vaultTalkOpenCaseHeader:"Voeg bewijs toe aan je rapport"},PublicReport:{anonymous:"Anoniem",backToReports:"Terug naar meldingen",skipped:"Overgeslagen"},PublicReportCard:{addEvidence:"Voeg extra bewijs toe",messageCaseManager:"Bericht aan case manager",reportId:"ID van de melding:",submitted:"Verzonden",vaultTalkClosedCaseCTA:"Bekijk Bewijs",vaultTalkOpenCaseCTA:"Voeg Bewijs Toe",viewAdditionalEvidence:"Bekijk aanvullend bewijs",viewReport:"Melding bekijken"},PublicReportsList:{reportingSystem:"Meldingssysteem"},Question:{placeholder:"Begin met typen...",question:"Geef details",questionText:"Deel a.u.b. uw zorg, update of vraag met ons."},Relationship:{header:"Uw relatie met de organisatie",tellUsAbout:"Wat is je relatie tot de organisatie waarover je de melding maakt?"},ResponsiveNavMenu:{messages:"Mijn berichten",reports:"Mijn rapporten"},SpamPuzzle:{dialog:"Los deze puzzel op om verder te gaan"},SubmissionTypes:{reportIssue:"Selecteer een categorie",whatType:"Selecteer de categorie die je melding het beste beschrijft"},SubmitSuccess:{category:"Categorie: {{categorie}}",dateSubmitted:"Ingediende datum: {{date}}",recordYourVaultID:"Onthoud deze informatie voor het inloggen",successMessage:"Uw rapport is ingediend en is klaar voor beoordeling. Alle bijgevoegde bestanden die aandacht vereisen, worden gemarkeerd bij het inloggen. Log hieronder in om rapportupdates te bekijken en uw casemanager een bericht te sturen.",successThankYou:"Bedankt voor uw rapport!",viewReport:"Bekijk rapport"},Time:{approximateDescription:"Herinnert u zich bij benadering op welk tijdstip de gebeurtenis plaatsvond?",approximatePlaceholder:"Voorbeeld: 's ochtends, 's middags",description:"Herinnert u zich op welk tijdstip de gebeurtenis plaatsvond?",header:"Op welk tijdstip vond de gebeurtenis plaats?",invalidTime:"Tijdformaat moet UU:MM zijn"},UserSettingsDialog:{changePassword:"Wachtwoord wijzigen",closeDialog:"Dialoog sluiten",logout:"Uitloggen",messageSettings:"Berichtinstellingen",userSettings:"Gebruikersinstellingen"},Witnesses:{description:"Hebt u dit aan iemand verteld of heeft iemand gezien wat er is gebeurd?",header:"Waren er getuigen?",placeholder:"Begin te typen ..."}},reporting:{ReportingActivate:{buttonText:"Doorgaan",description:"Als u een account bij ons heeft, sturen we u een e-mail met instructies om uw registratie te voltooien.",emailInput:"E-mail",header:"Voer je werk e-mail in",successAccount:"Als u een account bij ons heeft, ontvangt u een e-mail met instructies over hoe u uw wachtwoord kunt instellen.",successEmail:"Als u het niet meteen ziet, wacht dan een paar minuten en ververs uw e-mail inbox.",successHeading:"Dank je"},ReportingConnect:{cancelButton:"Annuleren",connectButton:"Verbind",disclaimer:"Het koppelen van uw Slack-account aan uw Vault-account zorgt voor een veilige en privéverbinding.

Door te koppelen, kunt u wangedrag melden of direct binnen Slack een vraag stellen. U heeft altijd de optie om anoniem te rapporteren na het koppelen. Uw privacy en veiligheid zijn onze hoogste prioriteiten.",heading:"Vault Platform vraagt toestemming om toegang te krijgen tot uw {{organisationName}} Slack-account",listHeading:"Wat zal Vault kunnen doen?",permissionIdentity:{extraInfo:"Vault krijgt de mogelijkheid om de identiteit van uw Slack-gebruiker te bekijken",heading:"Bekijk informatie over de identiteit van een gebruiker"},permissionNotifications:{extraInfo:"Vault kan meldingen naar je Slack-account sturen, over eventuele updates van een ingediend rapport of vraag",heading:"Stuur je meldingen"},permissionOverview:{extraInfo:"Vault zal een overzicht van alle inzendingen weergeven op de startpagina",heading:"Overzicht van inzendingen"},permissionSubmitReport:{extraInfo:"Dit geeft Vault toestemming om een rapport in te dienen of een vraag te stellen, rechtstreeks aan uw organisatie, vanuit Slack.",heading:"Dien een rapport of vraag in namens jou"},successfulConnectionDescription:"Uw Vault-account en Slack-account zijn nu verbonden. Je kunt dit tabblad nu sluiten en terugkeren naar Slack.",successfulConnectionHeading:"Succesvol verbonden",unsuccessfulConnectionDescription:"Er is iets misgegaan. Sluit dit tabblad alstublieft en ga terug naar Slack om het opnieuw te proberen.",unsuccessfulConnectionHeading:"Verbinding mislukt"},ReportingLogin:{createAccountCTA:"Registreer voor een account",emailLabel:"Uw Email",loginButton:"Inloggen",newPasswordPlaceholder:"Nieuw wachtwoord",passwordFailMessage:"Ga terug naar de Vault App in Slack en probeer het opnieuw. Als het probleem aanhoudt, neem dan contact met ons op via techsupport@vaultplatform.com",passwordFailTitle:"Er is iets misgegaan",passwordLabel:"Uw Rassword",passwordPlaceholder:"Voer uw wachtwoord in",passwordResetRequired:"Wachtwoord reset vereist",passwordSuccessfullySetMessage:"Ga terug naar de Vault App in Slack en verifieer met je nieuwe wachtwoord om verder te gaan waar je gebleven was.",passwordSuccessfullySetTitle:"Wachtwoord succesvol ingesteld",reenterPlaceholder:"Voer wachtwoord opnieuw in",title:"Reporter Hub",tooltip:'Als je nog nooit een wachtwoord hebt ingesteld voor de Vault-app, volg dan hier om te beginnen. Als je je wachtwoord bent vergeten, gebruik dan de link "Wachtwoord Vergeten" hieronder.',usernameLoginFailed:"Inloggen mislukt, gebruikersnaam of wachtwoord onjuist"},ReportingReset:{failureDescription:"Ga terug naar de Vault App in Slack en probeer het opnieuw. Als het probleem aanhoudt, neem dan contact met ons op via techsupport@vaultplatform.com",failureHeading:"Er is iets misgegaan",successDescription:"Ga terug naar de Vault App in Slack en authenticeer met je nieuwe wachtwoord om verder te gaan waar je gebleven was",successHeading:"Wachtwoord succesvol ingesteld"}},validators:{passwordLength:"Wachtwoord moet uit ten minste 9 tekens bestaan",passwordLowercase:"Wachtwoord moet ten minste 1 kleine letter bevatten",passwordMissMatch:"De velden 'Wachtwoord' en 'Bevestiging' moeten overeenkomen.",passwordNumeric:"Wachtwoord moet ten minste 1 cijfer bevatten",passwordUppercase:"Wachtwoord moet ten minste 1 hoofdletter bevatten"},validatorsNew:{passwordLength:"Tussen 10 en 30 karakters",passwordLowercase:"Minstens één kleine letter",passwordMissMatch:"Wachtwoorden komen niet overeen",passwordNumeric:"Minstens één nummer",passwordSpecialCharacter:"Ten minste één speciaal teken",passwordUppercase:"Minstens één hoofdletter"}}},lqn={translation:{Buttons:{back:"Tilbake",changePassword:"Endre passord",copiedVaultId:"Kopiert!",copyVaultID:"Kopier Vault ID",create:"Opprett",next:"Neste",notSure:"Jeg er usikker",signUp:"Registrer deg",submit:"Send"},Errors:{createReportFailed:"Opprettelse av rapport var mislykket."},ReportStatus:{CLOSED:"Lukket",INVESTIGATING:"Undersøker",NEW:"Sendt",READ:"Les"},general:{time:{day:"Dag",days:"Dager",hour:"Time",hours:"Timer",minute:"Minutt",minutes:"Protokoll",second:"Sekund",seconds:"Sekunder"}},public:{ChatContainer:{anonymousLabel:"Anonym",autoTranslate:"Auto-oversettelse er slått av som standard.",backToMessages:"Tilbake til meldinger",caseSettings:"Sakinnstillinger.",changeInProfile:"Hvis du ønsker å endre denne innstillingen, kan du gjøre det i profilen din",description:"Når automatisk oversettelse er slått på, vil alle rapportmeldinger automatisk oversettes ved hjelp av AI basert på det standard språket som er valgt på nettleseren din.",descriptionSecondHalf:"Den opprinnelige versjonen av alle meldinger bevares alltid og kan bli funnet i chatten.",messagePlaceholder:"Start å skrive...",messageSettings:"Meldingsinnstillinger.",originalMessages:"Opprinnelig",showMoreBanner:"Lær mer om automatisk oversetting",titlev2:"Les alle meldingene på ditt foretrukne språk.",translatedMessageLabel:"Oversatt melding",translatedMessages:"Oversatt",understood:"Forstått"},CreatePublicReport:{createReport:"Opprett et nytt passord",helpPage:"Gå til hjelpesiden vår",loginToOpr:"Logg inn for å spore rapporter",or:"eller",passwordPlaceholder:"Angi passord",phoneNumberLoginFailed:"Innlogging mislyktes, telefonnummer / pin er feil",phoneNumberPlaceholder:"Skriv inn ditt telefonnummer",phoneNumberTooltip:"Skriv inn telefonnummeret du brukte for å kontakte VaultTalk",pinPlaceholder:"Tast inn PIN",reportIntroductionParagraph1:"Når du rapporterer en hendelse, blir du stilt noen spørsmål for å støtte deg i dokumenteringen av opplevelsen din.",reportIntroductionParagraph2:"Før du sender inn, har du muligheten til å forbli anonym for å beskytte ditt privatliv.",reportIntroductionParagraph3:"Etter at du har sendt inn, kan du logge inn når som helst for å se fremdriften i rapporten din og snakke med en saksbehandler.",reportIssue:"Rapporter et problem",usernameLoginFailed:"Innlogging mislyktes, brukernavn/passord er feil",validationError:{publicReport:{relationshipToCompanyRequired:"Forholdet til selskapet er nødvendig",reportedCategoryRequired:"Rapportert kategori er nødvendig"}},vaultId:"Vault ID",vaultIdPlaceholder:"Skriv inn din e-post eller Vault ID",vaultIdTooltip:"For anonyme rapporter er Vault ID alfanumerisk. Hvis rapporten ikke var anonym, er Vault ID e-postadressen din",vaultTalk:"VaultTalk",yourPassword:"Ditt Passord",yourPhoneNumber:"Ditt telefonnummer",yourPin:"Din 6-sifret pin",yourVaultId:"Din Vault-ID"},CustomHeader:{companyLogo:"Selskapslogo",openReporting:"Åpne rapport",userSettings:"Brukerinnstillinger"},Date:{approximateDescription:"Husker du omtrent hvilken dato hendelsen fant sted?",approximatePlaceholder:"Eksempel: 6 måneder siden / i fjor / sist november",cancel:"avbryt",clear:"slett",description:"Husker du hvilken dato hendelsen fant sted?",header:"Hvilken dag skjedde det?",ok:"ok",placeholder:"Eksempel: 21. juni 2020"},Description:{whatHappened:"Hva skjedde?",whatHappenedPlaceholder:"Bruk dine egne ord...",whatHappenedText:"Beskriv hva som skjedde med dine egne ord"},Details:{disclaimer:"Disse detaljene vil bli offentliggjort med rapporten din. Hvis du ønsker å forbli anonym, sørg for at de ikke inneholder identifiserende informasjon.",emailPlaceholder:"E-post (valgfritt)",fullNamePlaceholder:"Fullt navn (valgfritt)",header:"Dine opplysninger",subtitle:"Hvis du ønsker å motta varsler om denne rapporten, legg til en passende e-postadresse nedenfor."},Emotion:{description:"Hvordan følte du deg? Hva var konsekvensen?",header:"Hva var konsekvensen?",placeholder:"Begynn å skrive.."},Evidence:{addedHeading:"Lagt til",failedToOpenFileMessage:"Kunne ikke åpne filen. Vennligst prøv igjen.",fileStatuses:{infectedUpload:"Flagget av sikkerhetskontroll",passedUpload:"Bestått sikkerhetskontroll",pendingUpload:"Sikkerhetssjekk pågår",readyForDownload:"Klar for nedlasting"},mobileErrorMessage:"Merkede filer: meld din saksbehandler",nameHeading:"Navn",statusHeading:"Status",tableTitle:"Bevis",webErrorMessage:"Flaggede filer: Hvis filen(e) dine har blitt flagget, vennligst send melding til saksbehandleren."},FileUpload:{addFiles:"Legg til filer",addMoreFiles:"Legg til flere filer",confirm:"Bekreft",description:"Å legge til filer som bevis kan hjelpe saksbehandleren din med å løse saken mer effektivt. Vennligst vurder filinnholdet (inkludert filmetadata) hvis du ønsker å være anonym, og respekter andres rettigheter og gjeldende lover.",dragDrop:"Slipp filer her eller",errorMessage:"Fil(er) mislyktes på grunn av en nettverksfeil. Klikk under for å sende melding til saksbehandleren din for hjelp",fileLimit:"Hver filstørrelsesgrense: 100MB",fileUploadLimitText:"Du kan bare laste opp 10 filer",header:"Legg til bevis",helpArticle:"hjelpeartikkel",highlighted:"bla gjennom filer",information:"Støttede filtyper",moreInformation:"For mer info, vennligst se denne hjelpeartikkel",postSubmissionErrorMessage:"Vi kunne ikke laste opp filene dine på grunn av en systemfeil. Vennligst velg 'bekreft' igjen.",tooltipAudio:"Lyd:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumenter:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Bilder:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Tekst:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Filen er for stor",invalidFileType:"Ustøttet filtype: {{extension}}",systemError:"Systemfeil",tooManyFiles:"Maksimalt antall filer er {{maxFiles}}"},uploadFiles:"Last opp filer"},Loading:{loading:"Vennligst vent mens vi sender rapporten din til en saksbehandler...",postSubmissionLoading:"Vennligst vent mens vi sender inn filene dine..."},Location:{description:"Hvor skjedde dette?",header:"Hvor skjedde dette?",placeholder:"Eksempel: På kontoret"},MessageListBox:{messageCaseManager:"Melding til saksbehandler",report:"Rapport {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Oversettelse deaktivert",enableTranslationLabelEnabled:"Oversettelse aktivert",enableTranslationsDescription:"Aktiver automatisk oversettelse og les alle rapportmeldinger i ønsket språk. Det oversatte språket er basert på språket som er valgt på enheten din.",enableTranslationsHeader:"Aktiver automatisk oversettelser for rapportmeldinger",enableTranslationsSubDescriptionv2:"Du kan bytte mellom oversatt og original språk i hver chat.",updateTranslationFailed:"Oppdatering av oversettelse mislyktes",updateTranslationSuccess:"Innstilling for oversettelse oppdatert vellykket"},Password:{changePasswordHeader:"Endre passord",createNewPassword:"Vennligst opprett et nytt passord",createPasswordHeader:"Ditt passord",currentPasswordPlaceholder:"Angi gjeldende passord",description:"Et gyldig passord må ha minst 9 tegn og inkludere minst en stor bokstav og ett tall",enterCurrentPassword:"Vennligst angi ditt gjeldende passord.",newDescription:"Lag et sterkt passord for å holde kontoen din sikker. Begynn å skrive for å se retningslinjer nedenfor.",passwordPlaceholder:"Lag et nytt passord",reenterPlaceholder:"Angi det nye passordet igjen",subtitle:"Opprett et passord for å sende denne rapporten og få adgang til den i framtiden"},Perpetrators:{description:"Rapporterer du en bestemt person eller flere personer? Kan du navngi eller beskrive dem?",header:"Mennesker involvert",placeholder:"Begynn å skrive og bruk komma for å angi flere navn eller beskrivelser"},PoweredByVault:"Levert av {{company}}",PrivacyStatement:"Produktets personvernerklæring",PublicMessageList:{myMessages:"Mine meldinger"},PublicMoreEvidence:{additionalEvidenceHeader:"Bevis lagt til i eksisterende rapport",backToReportId:"Tilbake til rapport ID: {{reportId}}",description:"Å legge til filer som bevis kan hjelpe å støtte effektiviteten av løsningen av saken din av saksbehandleren din. Vennligst vurder filinnholdet (inkludert filmetadata) hvis du ønsker å være anonym, og respekter andres rettigheter og gjeldende lover. For mer info, vennligst se dette hjelpeartikkel",header:"Legg til ytterligere bevis i rapporten",vaultTalkOpenCaseHeader:"Legg til bevis i rapporten din"},PublicReport:{anonymous:"Anonym",backToReports:"Tilbake til rapporter",skipped:"Hoppet over"},PublicReportCard:{addEvidence:"Legg til ekstra bevis",messageCaseManager:"Melding til saksbehandler",reportId:"Rapport-ID:",submitted:"Sendt",vaultTalkClosedCaseCTA:"Se bevis",vaultTalkOpenCaseCTA:"Legg til bevis",viewAdditionalEvidence:"Se ekstra bevis",viewReport:"Vis rapport"},PublicReportsList:{reportingSystem:"Rapportere system"},Question:{placeholder:"Begynn å skrive...",question:"Oppgi detaljer",questionText:"Vennligst del din bekymring, oppdatering, eller forespørsel med oss."},Relationship:{header:"Ditt forhold til organisasjonen",tellUsAbout:"Fortell oss om ditt forhold til organisasjonen."},ResponsiveNavMenu:{messages:"Mine meldinger",reports:"Mine rapporter"},SpamPuzzle:{dialog:"For å fortsette må du løse denne gåtn"},SubmissionTypes:{reportIssue:"Velg en kategori",whatType:"Velg kategorien som best beskriver din rapport"},SubmitSuccess:{category:"Kategori: {{category}}",dateSubmitted:"Innsendt dato: {{date}}",recordYourVaultID:"Husk denne informasjonen for innlogging",successMessage:"Rapporten din er sendt inn og er klar for gjennomgang. Alle vedlagte filer som krever oppmerksomhet vil bli merket ved innlogging. Logg inn nedenfor for å se rapportoppdateringer og sende melding til saksbehandleren din.",successThankYou:"Takk for rapporten din!",viewReport:"Vis rapport"},Time:{approximateDescription:"Husker du omtrent klokkeslettet hendelsen fant sted?",approximatePlaceholder:"Eksempel: om morgenen, om ettermiddagen",description:"Husker du klokkeslettet hendelsen fant sted?",header:"Hvilket klokkeslett skjedde dette?",invalidTime:"Tidsformatet skal være TT:MM"},UserSettingsDialog:{changePassword:"Endre passord",closeDialog:"Lukk dialog",logout:"Logg ut",messageSettings:"Meldingsinnstillinger",userSettings:"Brukerinnstillinger"},Witnesses:{description:"Har du fortalt noen andre om det som skjedde eller var det noen andre som så det som skjedde?",header:"Var det noen vitner?",placeholder:"Begynn å skrive.."}},reporting:{ReportingActivate:{buttonText:"Fortsett",description:"Hvis du har en konto hos oss, vil vi sende deg en e-post med instruksjoner for å fullføre din påmelding.",emailInput:"Epost",header:"Skriv inn din jobb-e-post",successAccount:"Hvis du har en konto hos oss, vil du få en e-post med instruksjoner om hvordan du skal sette passordet ditt.",successEmail:"Hvis du ikke umiddelbart ser det, vennligst vent noen minutter og oppdater innboksen din.",successHeading:"Takk"},ReportingConnect:{cancelButton:"Avbryt",connectButton:"Koble til",disclaimer:"Å koble Slack-kontoen din til Vault-kontoen din sikrer en trygg og privat forbindelse.

Ved å koble sammen, kan du rapportere upassende oppførsel eller stille et spørsmål direkte innenfor Slack. Du vil alltid ha muligheten til å rapportere anonymt etter tilkobling. Ditt personvern og sikkerhet er våre topp prioriteringer.",heading:"Vault Platform ber om tillatelse til å få tilgang til din {{organisationName}} Slack-konto",listHeading:"Hva vil Vault være i stand til å gjøre?",permissionIdentity:{extraInfo:"Vault vil ha evnen til å se Slack-brukerens identitet",heading:"Se informasjon om en brukers identitet"},permissionNotifications:{extraInfo:"Vault vil kunne sende deg varsler til din Slack-konto, angående oppdateringer til en innsendt rapport eller spørsmål",heading:"Send deg varsler"},permissionOverview:{extraInfo:"Vault vil vise en oversikt over alle innsendinger på hjemmesiden",heading:"Oversikt over innsendinger"},permissionSubmitReport:{extraInfo:"Dette vil gi Vault tillatelse til å sende inn en rapport eller stille et spørsmål, direkte til organisasjonen din, fra Slack",heading:"Send inn en rapport eller spørsmål på dine vegne"},successfulConnectionDescription:"Din Vault-konto og Slack-konto er nå koblet sammen. Du kan nå lukke denne fanen og returnere til Slack.",successfulConnectionHeading:"Vellykket tilkoblet",unsuccessfulConnectionDescription:"Noe gikk galt. Vennligst lukk denne fanen og gå tilbake til Slack for å prøve igjen.",unsuccessfulConnectionHeading:"Tilkobling mislyktes"},ReportingLogin:{createAccountCTA:"Registrer deg for en konto",emailLabel:"Din e-post",loginButton:"Logg inn",newPasswordPlaceholder:"Ny passord",passwordFailMessage:"Gå tilbake til Vault-appen i Slack og prøv igjen. Hvis problemet fortsetter, kontakt oss på techsupport@vaultplatform.com",passwordFailTitle:"Noe gikk galt",passwordLabel:"Ditt Passord",passwordPlaceholder:"Skriv inn passordet ditt",passwordResetRequired:"Passord tilbakestilling kreves",passwordSuccessfullySetMessage:"Gå tilbake til Vault-appen i Slack og autentiser deg med ditt nye passord for å fortsette der du slapp.",passwordSuccessfullySetTitle:"Passordet er vellykket satt",reenterPlaceholder:"Skriv inn passordet på nytt",title:"Reporter Hub",tooltip:'Hvis du aldri har satt et passord for Vault-appen ennå, følg her for å komme i gang. Hvis du har glemt passordet ditt, bruk "Glemt passord" -lenken nedenfor.',usernameLoginFailed:"Innlogging mislyktes, brukernavn eller passord er feil"},ReportingReset:{failureDescription:"Gå tilbake til Vault-appen i Slack og prøv igjen. Hvis problemet fortsetter, ta kontakt med oss på techsupport@vaultplatform.com",failureHeading:"Noe gikk galt",successDescription:"Gå tilbake til Vault-appen i Slack og autentiser med ditt nye passord for å fortsette der du slapp",successHeading:"Passordet er vellykket satt"}},validators:{passwordLength:"Passordet må ha minst 9 tegn",passwordLowercase:"Passordet må inneholde minst 1 liten bokstav",passwordMissMatch:"Passord- og bekreftelsesfeltene må matche.",passwordNumeric:"Passordet må inneholde minst 1 tall",passwordUppercase:"Passordet må inneholde minst 1 stor bokstav"},validatorsNew:{passwordLength:"Mellom 10 og 30 tegn",passwordLowercase:"Minst ett småbokstav",passwordMissMatch:"Passordene stemmer ikke overens",passwordNumeric:"Minst ett nummer",passwordSpecialCharacter:"Minst ett spesielt tegn",passwordUppercase:"Minst en stor bokstav"}}},uqn={translation:{Buttons:{back:"Wstecz",changePassword:"Zmień hasło",copiedVaultId:"Skopiowane!",copyVaultID:"Kopiuj ID Vaulta",create:"Utwórz",next:"Dalej",notSure:"Nie mam pewności",signUp:"Zarejestruj się",submit:"Prześlij"},Errors:{createReportFailed:"Nie udało się utworzyć zgłoszenia."},ReportStatus:{CLOSED:"Zamknięto",INVESTIGATING:"W trakcie rozpatrywania",NEW:"Przesłano",READ:"Odczytano"},general:{time:{day:"Dzień",days:"Dni",hour:"Godzina",hours:"Godziny",minute:"Minuta",minutes:"Minuty",second:"Sekundę",seconds:"Sekundy"}},public:{ChatContainer:{anonymousLabel:"Anonimowy",autoTranslate:"Automatyczne tłumaczenie jest domyślnie wyłączone.",backToMessages:"Powrót do wiadomości",caseSettings:"Ustawienia przypadku.",changeInProfile:"Jeśli chcesz zmienić to ustawienie, możesz to zrobić w swoim profilu",description:`Gdy włączona jest automatyczna tłumaczenie, wszystkie komunikaty z raportów będą - automatycznie tłumaczone za pomocą AI na podstawie domyślnego języka - wybranego w Twojej przeglądarce.`,descriptionSecondHalf:"Oryginalna wersja wszystkich wiadomości jest zawsze zachowana i można ją znaleźć na czacie.",messagePlaceholder:"Zacznij pisać...",messageSettings:"Ustawienia wiadomości.",originalMessages:"Oryginalny",showMoreBanner:"Dowiedz się więcej o automatycznych tłumaczeniach",titlev2:"Czytaj wszystkie wiadomości w preferowanym przez Ciebie języku.",translatedMessageLabel:"Przetłumaczona Wiadomość",translatedMessages:"Przetłumaczony",understood:"Rozumieć"},CreatePublicReport:{createReport:"Utwórz nowe zgłoszenie",helpPage:"Przejdź do naszej strony pomocy",loginToOpr:"Zaloguj się, aby śledzić raporty",or:"lub",passwordPlaceholder:"Wprowadź hasło",phoneNumberLoginFailed:"Logowanie nieudane, numer telefonu/kod PIN nieprawidłowy",phoneNumberPlaceholder:"Wprowadź swój numer telefonu",phoneNumberTooltip:"Wprowadź numer telefonu, którego użyłeś do kontaktu z VaultTalk",pinPlaceholder:"Wprowadź PIN",reportIntroductionParagraph1:"Podczas zgłaszania incydentu, zostaniesz poproszony o udzielenie kilku odpowiedzi, które pomogą Ci udokumentować Twoje doświadczenia.",reportIntroductionParagraph2:"Zanim wyślesz, masz opcję pozostania anonimowym, aby chronić swoją prywatność.",reportIntroductionParagraph3:"Po wysłaniu, możesz zalogować się w dowolnym momencie, aby zobaczyć postęp swojego raportu i porozmawiać z menedżerem ds. spraw.",reportIssue:"Zgłoś problem",usernameLoginFailed:"Logowanie nieudane, nieprawidłowa nazwa użytkownika/hasło",validationError:{publicReport:{relationshipToCompanyRequired:"Wymagane jest podanie relacji do firmy",reportedCategoryRequired:"Wymagana jest kategoria zgłoszenia"}},vaultId:"ID Vault",vaultIdPlaceholder:"Wprowadź swój Email lub ID Vault",vaultIdTooltip:"Dla anonimowych zgłoszeń, ID Vault jest alfanumeryczne. Jeśli zgłoszenie nie było anonimowe, ID Vault to Twój adres email.",vaultTalk:"VaultTalk",yourPassword:"Twoje Hasło",yourPhoneNumber:"Twój numer telefonu",yourPin:"Twój 6-cyfrowy PIN",yourVaultId:"Twoje ID Vault"},CustomHeader:{companyLogo:"Logo firmy",openReporting:"Otwórz zgłaszanie nieprawidłowości",userSettings:"Ustawienia użytkownika"},Date:{approximateDescription:"Czy pamiętasz mniej więcej datę zdarzenia?",approximatePlaceholder:"Przykład: 6 miesięcy temu / w zeszłym roku / w listopadzie",cancel:"anuluj",clear:"wyczyść",description:"Czy pamiętasz datę zdarzenia?",header:"Kiedy to się stało?",ok:"ok",placeholder:"Przykład: 21 czerwca 2020 r."},Description:{whatHappened:"Co się stało?",whatHappenedPlaceholder:"Opisz to własnymi słowami...",whatHappenedText:"Opisz zdarzenie własnymi słowami"},Details:{disclaimer:"Te szczegóły zostaną ujawnione wraz z twoim raportem. Jeśli chcesz pozostać anonimowy, upewnij się, że nie zawierają one informacji identyfikacyjnych.",emailPlaceholder:"Adres e-mail (opcjonalnie)",fullNamePlaceholder:"Imię i nazwisko (opcjonalnie)",header:"Twoje dane",subtitle:"Jeśli chcesz otrzymywać powiadomienia na temat tego raportu, dodaj odpowiedni adres e-mail poniżej."},Emotion:{description:"Z jakimi uczuciami wiązało się dla Ciebie to zdarzenie? Jakie miało to konsekwencje?",header:"Jakie miało to konsekwencje?",placeholder:"Zacznij pisać..."},Evidence:{addedHeading:"Dodany",failedToOpenFileMessage:"Nie udało się otworzyć pliku. Spróbuj ponownie.",fileStatuses:{infectedUpload:"Oflagowany przez kontrolę bezpieczeństwa",passedUpload:"Przeszedł kontrolę bezpieczeństwa",pendingUpload:"Trwa kontrola bezpieczeństwa",readyForDownload:"Gotowy do pobrania"},mobileErrorMessage:"Oflagowane pliki: wyślij wiadomość do swojego menedżera ds. spraw",nameHeading:"Nazwa",statusHeading:"Status",tableTitle:"Dowody",webErrorMessage:"Oznaczone pliki: Jeśli Twój(e) plik(i) został(y) oznaczone, proszę o wiadomość do menedżera sprawy."},FileUpload:{addFiles:"Dodaj pliki",addMoreFiles:"Dodaj więcej plików",confirm:"Potwierdź",description:"Dodanie plików jako dowodów może pomóc w poprawie efektywności rozwiązywania spraw przez twojego menedżera ds. przypadków. Proszę rozważyć treść pliku (w tym metadane pliku), jeśli chcesz pozostać anonimowy, i szanuj prawa innych osób oraz obowiązujące prawa.",dragDrop:"Upuść pliki tutaj lub",errorMessage:"Plik(i) nie został(y) załadowany(e) z powodu błędu sieci. Kliknij poniżej, aby wysłać wiadomość do swojego menedżera ds. spraw o pomoc.",fileLimit:"Limit rozmiaru każdego pliku: 100MB",fileUploadLimitText:"Możesz przesłać tylko 10 plików.",header:"Dodaj dowody",helpArticle:"artykuł pomocy",highlighted:"Przeglądaj pliki",information:"Obsługiwane typy plików",moreInformation:"Aby uzyskać więcej informacji, proszę zobaczyć tutaj. artykuł pomocy",postSubmissionErrorMessage:"Nie mogliśmy przesłać twoich plików z powodu błędu systemu. Proszę wybrać ponownie 'potwierdź'.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumenty:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Obrazy:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Tekst:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Wideo:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Plik jest za duży",invalidFileType:"Nieobsługiwany typ pliku: {{extension}}",systemError:"Błąd systemu",tooManyFiles:"Maksymalna liczba plików to {{maxFiles}}"},uploadFiles:"Prześlij pliki"},Loading:{loading:"Proszę czekać, podczas gdy przesyłamy twój raport do menedżera sprawy...",postSubmissionLoading:"Proszę czekać, podczas gdy wysyłamy twój(e) plik(i)..."},Location:{description:"Gdzie to się stało?",header:"Gdzie to się stało?",placeholder:"Przykład: w biurze"},MessageListBox:{messageCaseManager:"Wyślij wiadomość do kierownika zarządzającego zgłoszeniem",report:"Zgłoszenie {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Tłumaczenie wyłączone",enableTranslationLabelEnabled:"Tłumaczenie włączone",enableTranslationsDescription:"Włącz automatyczne tłumaczenia i czytaj wszystkie wiadomości z raportów w preferowanym języku. Tłumaczony język jest oparty na języku wybranym na twoim urządzeniu.",enableTranslationsHeader:"Włącz automatyczne tłumaczenia dla wiadomości z raportów",enableTranslationsSubDescriptionv2:"Możesz przełączać się między przetłumaczonym a oryginalnym językiem w każdym czacie.",updateTranslationFailed:"Aktualizacja tłumaczenia nie powiodła się",updateTranslationSuccess:"Ustawienia tłumaczenia zaktualizowane pomyślnie"},Password:{changePasswordHeader:"Zmień hasło",createNewPassword:"Utwórz nowe hasło",createPasswordHeader:"Twoje hasło",currentPasswordPlaceholder:"Wprowadź aktualne hasło",description:"Prawidłowe hasło musi składać się z co najmniej 9 znaków i zawierać jedną wielką literę i jedną cyfrę",enterCurrentPassword:"Wprowadź aktualne hasło",newDescription:"Utwórz silne hasło, aby zachować bezpieczeństwo swojego konta. Zacznij pisać, aby zobaczyć wytyczne poniżej.",passwordPlaceholder:"Utwórz hasło",reenterPlaceholder:"Wprowadź hasło ponownie",subtitle:"Utwórz hasło, aby przesłać zgłoszenie i mieć do niego dostęp w przyszłości"},Perpetrators:{description:"Czy zgłoszenie dotyczy jednej konkretnej osoby, czy też grupy osób? Czy możesz je wymienić lub opisać?",header:"Osoby zaangażowane",placeholder:"Zacznij pisać i użyj przecinka, aby dodać wiele imion lub opisów"},PoweredByVault:"Technologia dostarczona przez {{company}}",PrivacyStatement:"Oświadczenie o Prywatności Produktu",PublicMessageList:{myMessages:"Moje wiadomości"},PublicMoreEvidence:{additionalEvidenceHeader:"Dowody dodane do istniejącego raportu",backToReportId:"Powrót do raportu ID: {{reportId}}",description:"Dodanie plików jako dowodów może pomóc w zwiększeniu skuteczności rozwiązania przez twojego menedżera ds. przypadków. Prosimy o rozważenie zawartości pliku (w tym metadanych pliku), jeśli chcesz pozostać anonimowy, oraz o szanowanie praw innych osób i przestrzeganie obowiązujących praw. Aby uzyskać więcej informacji, prosimy o zapoznanie się z tym artykuł pomocy",header:"Dodaj dodatkowe dowody do raportu",vaultTalkOpenCaseHeader:"Dodaj dowody do swojego raportu"},PublicReport:{anonymous:"Anonimowy",backToReports:"Powrót do zgłoszeń",skipped:"Pominięto"},PublicReportCard:{addEvidence:"Dodaj dodatkowe dowody",messageCaseManager:"Wyślij wiadomość do kierownika zarządzającego zgłoszeniem",reportId:"Identyfikator zgłoszenia:",submitted:"Przesłano",vaultTalkClosedCaseCTA:"Zobacz Dowody",vaultTalkOpenCaseCTA:"Dodaj dowody",viewAdditionalEvidence:"Zobacz dodatkowe dowody",viewReport:"Utwórz nowe zgłoszenie"},PublicReportsList:{reportingSystem:"System zgłaszania nieprawidłowości"},Question:{placeholder:"Zacznij pisać...",question:"Podaj szczegóły",questionText:"Proszę podzielić się z nami swoimi obawami, aktualizacjami lub zapytaniami."},Relationship:{header:"Twój związek z organizacją",tellUsAbout:"Przedstaw nam swój związek z organizacją."},ResponsiveNavMenu:{messages:"Moje wiadomości",reports:"Moje raporty"},SpamPuzzle:{dialog:"Ułóż puzzle, aby kontynuować"},SubmissionTypes:{reportIssue:"Wybierz kategorię",whatType:"Wybierz kategorię, która najlepiej opisuje twój raport"},SubmitSuccess:{category:"Kategoria: {{category}}",dateSubmitted:"Data wysłania: {{date}}",recordYourVaultID:"Zapamiętaj te informacje do logowania",successMessage:"Twój raport został przesłany i jest gotowy do przeglądu. Wszystkie załączone pliki, które wymagają uwagi, zostaną oznaczone po zalogowaniu. Zaloguj się poniżej, aby wyświetlić aktualizacje raportu i wysłać wiadomość do swojego menedżera ds. przypadków.",successThankYou:"Dziękuję za twój raport!",viewReport:"Zobacz raport"},Time:{approximateDescription:"Czy pamiętasz mniej więcej godzinę zdarzenia?",approximatePlaceholder:"Przykład: rano, po południu",description:"Czy pamiętasz godzinę zdarzenia?",header:"O której godzinie to się stało?",invalidTime:"Data musi być zapisana w formacie HH:MM"},UserSettingsDialog:{changePassword:"Zmień hasło",closeDialog:"Zamknij okno dialogowe",logout:"Wyloguj się",messageSettings:"Ustawienia wiadomości",userSettings:"Ustawienia użytkownika"},Witnesses:{description:"Czy powiedziałeś(-aś) o tym komuś innemu lub ktoś inny widział zdarzenie?",header:"Czy byli przy tym świadkowie?",placeholder:"Zacznij pisać..."}},reporting:{ReportingActivate:{buttonText:"Kontynuuj",description:"Jeśli masz u nas konto, wyślemy Ci e-mail z instrukcjami, jak dokończyć rejestrację.",emailInput:"E-mail",header:"Wprowadź swój służbowy adres email",successAccount:"Jeśli masz u nas konto, otrzymasz e-mail z instrukcjami jak ustawić swoje hasło.",successEmail:"Jeśli od razu tego nie zobaczysz, proszę zaczekaj kilka minut i odśwież swoją skrzynkę odbiorczą.",successHeading:"Dziękuję Ci"},ReportingConnect:{cancelButton:"Anuluj",connectButton:"Połącz",disclaimer:"Podłączenie Twojego konta Slack do konta Vault zapewnia bezpieczne i prywatne połączenie.

Dzięki temu połączeniu, możesz zgłaszać nadużycia lub zadawać pytania bezpośrednio w Slack. Zawsze masz możliwość zgłoszenia się anonimowo po połączeniu. Twoja prywatność i bezpieczeństwo są dla nas najważniejsze.",heading:"Platforma Vault prosi o zgodę na dostęp do Twojego konta Slack w {{organisationName}}",listHeading:"Co będzie w stanie zrobić Vault?",permissionIdentity:{extraInfo:"Vault będzie miał możliwość przeglądania tożsamości twojego użytkownika Slack.",heading:"Wyświetl informacje o tożsamości użytkownika"},permissionNotifications:{extraInfo:"Vault będzie mógł wysyłać powiadomienia na twoje konto Slack, dotyczące wszelkich aktualizacji wysłanego raportu lub pytania.",heading:"Wysyłam Ci powiadomienia"},permissionOverview:{extraInfo:"Vault przedstawi na stronie głównej przegląd wszystkich zgłoszeń.",heading:"Przegląd zgłoszeń"},permissionSubmitReport:{extraInfo:"To pozwoli Vaultowi na wysłanie raportu lub zadanie pytania bezpośrednio do twojej organizacji za pomocą Slacka.",heading:"Złóż raport lub pytanie w swoim imieniu"},successfulConnectionDescription:"Twoje konto Vault i konto Slack są teraz połączone. Możesz teraz zamknąć tę kartę i wrócić do Slack.",successfulConnectionHeading:"Pomyślnie połączony",unsuccessfulConnectionDescription:"Coś poszło nie tak. Zamknij tę kartę i wróć do Slacka, aby spróbować ponownie.",unsuccessfulConnectionHeading:"Połączenie nieudane"},ReportingLogin:{createAccountCTA:"Zarejestruj się na konto",emailLabel:"Twój Email",loginButton:"Zaloguj się",newPasswordPlaceholder:"Nowe hasło",passwordFailMessage:"Wróć do aplikacji Vault w Slacku i spróbuj ponownie. Jeśli problem nadal występuje, skontaktuj się z nami pod adresem techsupport@vaultplatform.com",passwordFailTitle:"Coś poszło nie tak",passwordLabel:"Twoje Hasło",passwordPlaceholder:"Wprowadź swoje hasło",passwordResetRequired:"Wymagane zresetowanie hasła",passwordSuccessfullySetMessage:"Wróć do aplikacji Vault w Slacku i uwierzytelnij się za pomocą swojego nowego hasła, aby kontynuować tam, gdzie skończyłeś.",passwordSuccessfullySetTitle:"Hasło zostało pomyślnie ustawione",reenterPlaceholder:"Wprowadź hasło ponownie",title:"Reporter Hub",tooltip:'Jeśli nigdy nie ustawiłeś hasła dla aplikacji Vault, postępuj zgodnie z instrukcjami tutaj, aby rozpocząć. Jeśli zapomniałeś swojego hasła, skorzystaj z linku "Zapomniałem hasła" poniżej.',usernameLoginFailed:"Logowanie nie powiodło się, nazwa użytkownika lub hasło są nieprawidłowe"},ReportingReset:{failureDescription:"Wróć do aplikacji Vault w Slack i spróbuj ponownie. Jeśli problem będzie się powtarzał, skontaktuj się z nami pod adresem techsupport@vaultplatform.com",failureHeading:"Coś poszło nie tak",successDescription:"Wróć do aplikacji Vault w Slack i uwierzytelnij się przy użyciu nowego hasła, aby kontynuować tam, gdzie skończyłeś.",successHeading:"Hasło zostało pomyślnie ustawione"}},validators:{passwordLength:"Hasło musi składać się z co najmniej 9 znaków",passwordLowercase:"Hasło musi zawierać co najmniej 1 małą literę",passwordMissMatch:"Pole hasła i pole potwierdzenia muszą być identyczne.",passwordNumeric:"Hasło musi zawierać co najmniej 1 cyfrę",passwordUppercase:"Hasło musi zawierać co najmniej 1 wielką literę"},validatorsNew:{passwordLength:"Między 10 a 30 znakami",passwordLowercase:"Przynajmniej jedna mała litera",passwordMissMatch:"Hasła nie są zgodne",passwordNumeric:"Przynajmniej jedna liczba",passwordSpecialCharacter:"Przynajmniej jeden znak specjalny",passwordUppercase:"Przynajmniej jedna wielka litera"}}},cqn={translation:{Buttons:{back:"Voltar",changePassword:"Alterar senha",copiedVaultId:"Copiado!",copyVaultID:"Copie o ID do Vault",create:"Criar",next:"Próximo",notSure:"Não tenho certeza",signUp:"Inscreva-se",submit:"Enviar"},Errors:{createReportFailed:"Falha ao criar relatório."},ReportStatus:{CLOSED:"Fechado",INVESTIGATING:"Investigando",NEW:"Enviado",READ:"Lido"},general:{time:{day:"Dia",days:"Dias",hour:"Hora",hours:"Horas",minute:"Minuto",minutes:"Minutos",second:"Segundo",seconds:"Segundos"}},public:{ChatContainer:{anonymousLabel:"Anônimo",autoTranslate:"A auto-tradução está desativada por padrão.",backToMessages:"Voltar para as mensagens",caseSettings:"Configurações de caso.",changeInProfile:"Se você deseja alterar essa configuração, pode fazer isso em seu perfil",description:`Quando a tradução automática está ativada, todas as mensagens de relatório serão - automaticamente traduzidas usando IA com base no idioma padrão - selecionado em seu navegador.`,descriptionSecondHalf:"A versão original de todas as mensagens é sempre preservada e pode ser encontrada no chat.",messagePlaceholder:"Comece a digitar...",messageSettings:"Configurações de mensagens.",originalMessages:"Original",showMoreBanner:"Saiba mais sobre traduções automáticas",titlev2:"Leia todas as mensagens no seu idioma preferido.",translatedMessageLabel:"Mensagem Traduzida",translatedMessages:"Traduzido",understood:"Entendido"},CreatePublicReport:{createReport:"Criar novo relatório",helpPage:"Vá para nossa página de ajuda",loginToOpr:"Faça login para rastrear relatórios",or:"ou",passwordPlaceholder:"Insira a senha",phoneNumberLoginFailed:"Falha no login, número de telefone/PIN incorreto",phoneNumberPlaceholder:"Insira o seu número de telefone",phoneNumberTooltip:"Insira o número de telefone que você usou para contatar o VaultTalk",pinPlaceholder:"Insira o PIN",reportIntroductionParagraph1:"Ao relatar um incidente, algumas perguntas serão feitas para ajudá-lo a documentar sua experiência.",reportIntroductionParagraph2:"Antes de enviar, você tem a opção de permanecer anônimo para proteger sua privacidade.",reportIntroductionParagraph3:"Após enviar, você pode fazer login a qualquer momento para verificar o progresso do seu relatório e conversar com um gerente de caso.",reportIssue:"Relatar um problema",usernameLoginFailed:"Falha no login, nome de usuário/senha incorretos",validationError:{publicReport:{relationshipToCompanyRequired:"É necessário informar o relacionamento com a empresa",reportedCategoryRequired:"A categoria relatada é necessária"}},vaultId:"ID do Vault",vaultIdPlaceholder:"Insira seu Email ou ID do Vault",vaultIdTooltip:"Para relatórios anônimos, o ID do Vault é alfanumérico. Se o relatório não foi anônimo, o ID do Vault é o seu endereço de email.",vaultTalk:"VaultTalk",yourPassword:"Sua Senha",yourPhoneNumber:"Seu Número de Telefone",yourPin:"Seu Pin de 6 Dígitos",yourVaultId:"Seu ID Vault"},CustomHeader:{companyLogo:"Logotipo da empresa",openReporting:"Abrir relatório",userSettings:"Configurações do usuário"},Date:{approximateDescription:"Você se lembra da data aproximada em que o evento ocorreu?",approximatePlaceholder:"Exemplo: 6 meses atrás/ano passado/novembro passado",cancel:"cancelar",clear:"limpar",description:"Você se lembra em que data o evento ocorreu?",header:"Em que dia ocorreu?",ok:"ok",placeholder:"Exemplo: 21 de junho de 2020"},Description:{whatHappened:"O que aconteceu?",whatHappenedPlaceholder:"Use as suas próprias palavras...",whatHappenedText:"Em suas próprias palavras, descreva o que aconteceu"},Details:{disclaimer:"Esses detalhes serão divulgados com o seu relatório. Se você deseja permanecer anônimo, certifique-se de que eles não contenham informações identificáveis.",emailPlaceholder:"E-mail (opcional)",fullNamePlaceholder:"Nome completo (opcional)",header:"Seus detalhes",subtitle:"Se você deseja receber notificações sobre este relatório, adicione um endereço de email apropriado abaixo."},Emotion:{description:"Como isso o fez se sentir? Qual foi o impacto?",header:"Qual foi o impacto?",placeholder:"Comece a digitar..."},Evidence:{addedHeading:"Adicionado",failedToOpenFileMessage:"Falha ao abrir arquivo. Por favor, tente novamente.",fileStatuses:{infectedUpload:"Sinalizado pela verificação de segurança",passedUpload:"Passou na verificação de segurança",pendingUpload:"Verificação de segurança em progresso",readyForDownload:"Pronto para download"},mobileErrorMessage:"Arquivos marcados: envie mensagem para o seu gerente de caso",nameHeading:"Nome",statusHeading:"Status",tableTitle:"Evidência",webErrorMessage:"Arquivos sinalizados: Se o(s) seu(s) arquivo(s) foi/foram sinalizado(s), por favor, envie uma mensagem para o gerente do caso."},FileUpload:{addFiles:"Adicionar arquivos",addMoreFiles:"Adicione mais arquivos",confirm:"Confirmar",description:"Adicionar arquivos como evidência pode ajudar a apoiar a eficiência da resolução pelo seu gestor de caso. Por favor, considere o conteúdo do arquivo (incluindo metadados do arquivo) se desejar permanecer anônimo, e respeite os direitos dos outros indivíduos e as leis aplicáveis.",dragDrop:"Arraste os arquivos aqui ou",errorMessage:"Arquivo(s) falhou(falharam) devido a um erro de rede. Clique abaixo para enviar uma mensagem ao seu gerente de caso para obter ajuda.",fileLimit:"Limite de tamanho para cada arquivo: 100MB",fileUploadLimitText:"Você só pode fazer upload de 10 arquivos",header:"Adicione evidências",helpArticle:"artigo de ajuda",highlighted:"navegar pelos arquivos",information:"Tipos de arquivos suportados",moreInformation:"Para mais informações, por favor, veja isso artigo de ajuda",postSubmissionErrorMessage:"Não conseguimos fazer upload de seus arquivos devido a um erro do sistema. Por favor, selecione 'confirmar' novamente.",tooltipAudio:"Áudio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documentos:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Imagens:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Texto:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Vídeo:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"O arquivo é muito grande",invalidFileType:"Tipo de arquivo não suportado: {{extension}}",systemError:"Erro de sistema",tooManyFiles:"O número máximo de arquivos é {{maxFiles}}"},uploadFiles:"Fazer upload de arquivos"},Loading:{loading:"Por favor, aguarde enquanto enviamos seu relatório para um gerente de casos...",postSubmissionLoading:"Por favor, aguarde enquanto enviamos seu(s) arquivo(s)..."},Location:{description:"Onde aconteceu?",header:"Onde aconteceu?",placeholder:"Exemplo: no escritório"},MessageListBox:{messageCaseManager:"Gestor de incidentes de mensagem",report:"Relatório {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Tradução desativada",enableTranslationLabelEnabled:"Tradução ativada",enableTranslationsDescription:"Ative as traduções automáticas e leia todas as mensagens de relatório no seu idioma preferido. O idioma traduzido é baseado no idioma selecionado no seu dispositivo.",enableTranslationsHeader:"Ative as traduções automáticas para mensagens de relatórios",enableTranslationsSubDescriptionv2:"Você pode alternar entre o idioma traduzido e o original em cada chat.",updateTranslationFailed:"A atualização da tradução falhou",updateTranslationSuccess:"Configuração de tradução atualizada com sucesso"},Password:{changePasswordHeader:"Alterar senha",createNewPassword:"Crie uma nova senha",createPasswordHeader:"Sua senha",currentPasswordPlaceholder:"Insira a senha atual",description:"Uma senha válida deve ter pelo menos 9 caracteres e conter uma letra maiúscula e um número",enterCurrentPassword:"Insira sua senha atual",newDescription:"Crie uma senha forte para manter sua conta segura. Comece a digitar para ver as diretrizes abaixo.",passwordPlaceholder:"Criar uma senha",reenterPlaceholder:"Digite a senha novamente",subtitle:"Crie uma senha para enviar este relatório e acessá-lo no futuro"},Perpetrators:{description:"Você vai denunciar uma pessoa específica ou várias pessoas? Poderia indicar quem são ou descrevê-las?",header:"Pessoas envolvidas",placeholder:"Comece a digitar e use uma vírgula para adicionar vários nomes ou descrições"},PoweredByVault:"Powered by {{company}}",PrivacyStatement:"Declaração de Privacidade do Produto",PublicMessageList:{myMessages:"Minhas mensagens"},PublicMoreEvidence:{additionalEvidenceHeader:"Evidência adicionada ao relatório existente",backToReportId:"Voltar para o relatório ID: {{reportId}}",description:"Adicionar arquivos como evidência pode ajudar a apoiar a eficiência da resolução pelo seu gerente de caso. Por favor, considere o conteúdo do arquivo (incluindo metadados do arquivo) se desejar permanecer anônimo e respeite os direitos de outras pessoas e as leis aplicáveis. Para mais informações, por favor veja isso artigo de ajuda",header:"Adicione evidências adicionais ao relatório",vaultTalkOpenCaseHeader:"Adicione evidências ao seu relatório"},PublicReport:{anonymous:"Anônimo",backToReports:"Voltar para os relatórios",skipped:"Ignorado"},PublicReportCard:{addEvidence:"Adicione evidências adicionais",messageCaseManager:"Gestor de incidentes de mensagem",reportId:"ID do relatório:",submitted:"Enviado",vaultTalkClosedCaseCTA:"Ver evidências",vaultTalkOpenCaseCTA:"Adicionar Evidência",viewAdditionalEvidence:"Visualizar evidência adicional",viewReport:"Visualizar relatório"},PublicReportsList:{reportingSystem:"Sistema de relatórios"},Question:{placeholder:"Comece a digitar...",question:"Forneça detalhes",questionText:"Por favor, compartilhe suas preocupações, atualizações ou questionamentos conosco."},Relationship:{header:"Seu relacionamento com a organização",tellUsAbout:"Descreva o seu relacionamento com a organização."},ResponsiveNavMenu:{messages:"Minhas mensagens",reports:"Meus relatórios"},SpamPuzzle:{dialog:"Para continuar, resolva este quebra-cabeça"},SubmissionTypes:{reportIssue:"Selecione uma categoria",whatType:"Selecione a categoria que melhor descreve o seu relatório"},SubmitSuccess:{category:"Categoria: {{category}}",dateSubmitted:"Data enviada: {{date}}",recordYourVaultID:"Lembre-se dessas informações para login",successMessage:"Seu relatório foi enviado e está pronto para revisão. Quaisquer arquivos anexados que necessitem de atenção serão sinalizados após o login. Faça login abaixo para visualizar atualizações de relatórios e enviar mensagens para o seu gerente de caso.",successThankYou:"Obrigado pelo seu relatório!",viewReport:"Visualizar relatório"},Time:{approximateDescription:"Você se lembra do horário aproximado em que o evento ocorreu?",approximatePlaceholder:"Exemplo: pela manhã/à tarde",description:"Você se lembra da hora em que o evento ocorreu?",header:"A que horas ocorreu?",invalidTime:"O formato de hora deve ser HH:MM"},UserSettingsDialog:{changePassword:"Alterar senha",closeDialog:"Fechar diálogo",logout:"Sair",messageSettings:"Configurações de Mensagens",userSettings:"Configurações do usuário"},Witnesses:{description:"Você contou para alguém ou alguém viu o que aconteceu?",header:"Alguma testemunha?",placeholder:"Comece a digitar..."}},reporting:{ReportingActivate:{buttonText:"Continue",description:"Se você tem uma conta conosco, enviaremos um email com instruções para completar seu cadastro.",emailInput:"Email",header:"Digite seu email de trabalho",successAccount:"Se você possui uma conta conosco, receberá um email com instruções sobre como definir sua senha.",successEmail:"Se você não vê imediatamente, por favor, aguarde alguns minutos e atualize sua caixa de entrada de email.",successHeading:"Obrigado"},ReportingConnect:{cancelButton:"Cancelar",connectButton:"Conectar",disclaimer:"Conectar sua conta Slack à sua conta Vault garante uma conexão segura e privada.

Ao conectar, você pode denunciar má condutas ou fazer uma pergunta diretamente no Slack. Você sempre terá a opção de denunciar anonimamente após a conexão. Sua privacidade e segurança são nossas maiores prioridades.",heading:"A Vault Platform está solicitando permissão para acessar sua conta Slack {{organisationName}}",listHeading:"O que Vault será capaz de fazer?",permissionIdentity:{extraInfo:"Vault terá a capacidade de visualizar a identidade do seu usuário Slack",heading:"Visualize informações sobre a identidade de um usuário"},permissionNotifications:{extraInfo:"Vault será capaz de enviar notificações para a sua conta Slack, referente a quaisquer atualizações em um relatório enviado ou pergunta.",heading:"Enviar notificações para você"},permissionOverview:{extraInfo:"Vault apresentará uma visão geral de todas as submissões na página inicial",heading:"Visão geral das submissões"},permissionSubmitReport:{extraInfo:"Isso concederá a Vault permissão para enviar um relatório ou fazer uma pergunta, diretamente à sua organização, do Slack.",heading:"Envie um relatório ou pergunta em seu nome"},successfulConnectionDescription:"Sua conta Vault e sua conta Slack agora estão conectadas. Você pode agora fechar esta aba e retornar ao Slack.",successfulConnectionHeading:"Conectado com sucesso",unsuccessfulConnectionDescription:"Algo deu errado. Por favor, feche esta aba e volte para o Slack para tentar novamente.",unsuccessfulConnectionHeading:"Conexão falhou"},ReportingLogin:{createAccountCTA:"Registre-se para uma conta",emailLabel:"Seu Email",loginButton:"Login",newPasswordPlaceholder:"Nova senha",passwordFailMessage:"Volte para o aplicativo Vault no Slack e tente novamente. Se o problema persistir, entre em contato conosco em techsupport@vaultplatform.com",passwordFailTitle:"Algo deu errado",passwordLabel:"Sua Senha",passwordPlaceholder:"Digite sua senha",passwordResetRequired:"Redefinição de senha necessária",passwordSuccessfullySetMessage:"Volte para o aplicativo Vault no Slack e autentique-se com sua nova senha para continuar de onde parou.",passwordSuccessfullySetTitle:"Senha definida com sucesso",reenterPlaceholder:"Digite novamente a senha",title:"Hub de Reportagem",tooltip:'Se você nunca definiu uma senha para o aplicativo Vault, siga aqui para começar. Se você esqueceu sua senha, use o link "Esqueci a Senha" abaixo.',usernameLoginFailed:"Falha no login, nome de usuário ou senha incorretos"},ReportingReset:{failureDescription:"Volte para o aplicativo Vault no Slack e tente novamente. Se o problema persistir, entre em contato conosco em techsupport@vaultplatform.com",failureHeading:"Algo deu errado",successDescription:"Volte para o aplicativo Vault no Slack e autentique-se com sua nova senha para continuar de onde parou",successHeading:"Senha definida com sucesso"}},validators:{passwordLength:"A senha deve ter, no mínimo, nove caracteres",passwordLowercase:"A senha deve conter, no mínimo, uma letra minúscula",passwordMissMatch:"Os campos de senha e de confirmação devem ter a mesma senha.",passwordNumeric:"A senha deve conter, no mínimo, um número",passwordUppercase:"A senha deve conter, no mínimo, uma letra maiúscula"},validatorsNew:{passwordLength:"Entre 10 e 30 caracteres",passwordLowercase:"Pelo menos uma letra minúscula",passwordMissMatch:"As senhas não correspondem",passwordNumeric:"Pelo menos um número",passwordSpecialCharacter:"Pelo menos um caractere especial",passwordUppercase:"Pelo menos uma letra maiúscula"}}},dqn={translation:{Buttons:{back:"Voltar",changePassword:"Alterar Palavra-passe",copiedVaultId:"Copiado!",copyVaultID:"Copiar ID Vault",create:"Criar",next:"Seguinte",notSure:"Não tenho a certeza",signUp:"Inscreva-se",submit:"Submeter"},Errors:{createReportFailed:"Falha ao criar relatório."},ReportStatus:{CLOSED:"Fechado",INVESTIGATING:"Em Investigação",NEW:"Submetido",READ:"Lido"},general:{time:{day:"Dia",days:"Dias",hour:"Hora",hours:"Horas",minute:"Minuto",minutes:"Minutos",second:"Segundo",seconds:"Segundos"}},public:{ChatContainer:{anonymousLabel:"Anónimo",autoTranslate:"A tradução automática está desativada por padrão.",backToMessages:"Voltar às mensagens",caseSettings:"Configurações do caso.",changeInProfile:"Se desejar alterar esta configuração, pode fazê-lo no seu perfil",description:`Quando a auto-tradução está ativada, todas as mensagens do relatório serão - automaticamente traduzidas usando IA com base no idioma padrão - selecionado no seu navegador.`,descriptionSecondHalf:"A versão original de todas as mensagens é sempre preservada e pode ser encontrada no chat.",messagePlaceholder:"Comece a digitar...",messageSettings:"Configurações de mensagem.",originalMessages:"Original",showMoreBanner:"Saiba mais sobre traduções automáticas",titlev2:"Leia todas as mensagens no seu idioma preferido.",translatedMessageLabel:"Mensagem Traduzida",translatedMessages:"Traduzido",understood:"Entendido"},CreatePublicReport:{createReport:"Criar novo relatório",helpPage:"Vá para a nossa página de ajuda",loginToOpr:"Iniciar sessão para Acompanhar Relatórios",or:"ou",passwordPlaceholder:"Introduza a palavra-passe",phoneNumberLoginFailed:"Falha no login, número de telefone/pin incorrecto",phoneNumberPlaceholder:"Insira o seu Número de Telefone",phoneNumberTooltip:"Insira o número de telefone que usou para entrar em contato com VaultTalk",pinPlaceholder:"Insira o Pin",reportIntroductionParagraph1:"Ao relatar um incidente, serão feitas algumas perguntas para ajudá-lo a documentar a sua experiência.",reportIntroductionParagraph2:"Antes de submeter, tem a opção de permanecer anónimo para proteger a sua privacidade.",reportIntroductionParagraph3:"Depois de submeter, pode entrar a qualquer momento para ver o progresso do seu relatório e conversar com um gestor de caso.",reportIssue:"Reportar um problema",usernameLoginFailed:"Falha no login, nome de usuário/senha incorretos",validationError:{publicReport:{relationshipToCompanyRequired:"É necessário indicar a relação com a empresa",reportedCategoryRequired:"A categoria reportada é necessária"}},vaultId:"ID de Vault",vaultIdPlaceholder:"Insira o seu Email ou ID Vault",vaultIdTooltip:"Para relatórios anónimos, o ID do Vault é alfanumérico. Se o relatório não foi anónimo, o ID do Vault é o seu endereço de email.",vaultTalk:"VaultTalk",yourPassword:"A sua senha",yourPhoneNumber:"O Seu Número de Telefone",yourPin:"O seu PIN de 6 dígitos",yourVaultId:"O seu ID de Vault"},CustomHeader:{companyLogo:"Logótipo da empresa",openReporting:"Abrir relatório",userSettings:"Definições de utilizador"},Date:{approximateDescription:"Lembra-se da data aproximada em que o evento ocorreu?",approximatePlaceholder:"Exemplo: há 6 meses / no ano passado / em novembro",cancel:"cancelar",clear:"limpar",description:"Lembra-se da data em que o evento ocorreu?",header:"Em que dia ocorreu?",ok:"ok",placeholder:"Exemplo: 21 de junho de 2020"},Description:{whatHappened:"O que aconteceu?",whatHappenedPlaceholder:"Utilize as suas próprias palavras...",whatHappenedText:"Nas suas próprias palavras, descreva o que aconteceu"},Details:{disclaimer:"Estes detalhes serão divulgados com o seu relatório. Se deseja permanecer anónimo, certifique-se de que não contêm informações de identificação.",emailPlaceholder:"E-mail (opcional)",fullNamePlaceholder:"Nome completo (opcional)",header:"Os seus dados",subtitle:"Se quiser receber notificações sobre este relatório, adicione um endereço de email apropriado abaixo."},Emotion:{description:"Como é que se sentiu? Qual foi o impacto?",header:"Qual foi o impacto?",placeholder:"Comece a escrever..."},Evidence:{addedHeading:"Adicionado",failedToOpenFileMessage:"Falha ao abrir o ficheiro. Por favor, tente novamente.",fileStatuses:{infectedUpload:"Sinalizado pela verificação de segurança",passedUpload:"Passou na verificação de segurança",pendingUpload:"Verificação de segurança em progresso",readyForDownload:"Pronto para download"},mobileErrorMessage:"Ficheiros assinalados: contacte o seu gestor de caso",nameHeading:"Nome",statusHeading:"Estado",tableTitle:"Prova",webErrorMessage:"Ficheiros sinalizados: Se o(s) seu(s) ficheiro(s) foram sinalizados, por favor envie uma mensagem ao gestor de caso."},FileUpload:{addFiles:"Adicionar ficheiros",addMoreFiles:"Adicione mais arquivos",confirm:"Confirmar",description:"Adicionar arquivos como evidência pode ajudar a apoiar a eficiência da resolução pelo seu gestor de caso. Por favor, considere o conteúdo do arquivo (incluindo metadados do arquivo) se deseja permanecer anónimo, e respeite os direitos de outras pessoas e as leis aplicáveis.",dragDrop:"Solte os ficheiros aqui ou",errorMessage:"O(s) ficheiro(s) falhou(ram) devido a um erro de rede. Clique abaixo para enviar uma mensagem ao seu gestor de caso para assistência.",fileLimit:"Limite de tamanho para cada ficheiro: 100MB",fileUploadLimitText:"Só pode fazer upload de 10 ficheiros",header:"Adicionar evidência",helpArticle:"artigo de ajuda",highlighted:"navegar pelos ficheiros",information:"Tipos de ficheiros suportados",moreInformation:"Para mais informações, por favor, veja isto artigo de ajuda",postSubmissionErrorMessage:"Não conseguimos fazer o upload dos seus ficheiros devido a um erro do sistema. Por favor, selecione 'confirmar' novamente.",tooltipAudio:"Áudio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documentos:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Imagens:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Texto:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Vídeo:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"O ficheiro é demasiado grande",invalidFileType:"Tipo de ficheiro não suportado: {{extension}}",systemError:"Erro de sistema",tooManyFiles:"O número máximo de ficheiros é {{maxFiles}}"},uploadFiles:"Carregar ficheiros"},Loading:{loading:"Por favor aguarde enquanto submetemos o seu relatório a um gestor de caso...",postSubmissionLoading:"Por favor, aguarde enquanto enviamos o(s) seu(s) arquivo(s)..."},Location:{description:"Onde é que ocorreu?",header:"Onde é que ocorreu?",placeholder:"Exemplo: no escritório"},MessageListBox:{messageCaseManager:"Enviar mensagem ao gestor de incidentes",report:"Reportar {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Tradução desativada",enableTranslationLabelEnabled:"Tradução ativada",enableTranslationsDescription:"Ative as traduções automáticas e leia todas as mensagens de relatório no seu idioma preferido. O idioma traduzido é baseado no idioma selecionado no seu dispositivo.",enableTranslationsHeader:"Ativar auto-traduções para mensagens de relatório",enableTranslationsSubDescriptionv2:"Pode alternar entre a língua traduzida e a língua original em cada chat.",updateTranslationFailed:"A atualização da tradução falhou",updateTranslationSuccess:"Definição de tradução atualizada com sucesso"},Password:{changePasswordHeader:"Alterar Palavra-passe",createNewPassword:"Crie uma nova palavra-passe",createPasswordHeader:"A sua palavra-passe",currentPasswordPlaceholder:"Introduza a palavra-passe atual",description:"Uma palavra-passe válida deve ter pelo menos 9 caracteres e incluir uma letra maiúscula e um número",enterCurrentPassword:"Introduza a sua palavra-passe atual",newDescription:"Crie uma senha forte para manter a sua conta segura. Comece a digitar para ver as diretrizes abaixo.",passwordPlaceholder:"Criar uma palavra-passe",reenterPlaceholder:"Introduzir novamente a palavra-passe",subtitle:"Crie uma palavra-passe para submeter este relatório e aceder ao mesmo no futuro"},Perpetrators:{description:"Está a denunciar uma pessoa específica ou múltiplas pessoas? Pode indicar quem são ou descrevê-las?",header:"Pessoas envolvidas",placeholder:"Comece a escrever e use uma vírgula para adicionar vários nomes ou descrições"},PoweredByVault:"Desenvolvido por {{company}}",PrivacyStatement:"Declaração de Privacidade do Produto",PublicMessageList:{myMessages:"As minhas mensagens"},PublicMoreEvidence:{additionalEvidenceHeader:"Provas adicionadas ao relatório existente",backToReportId:"Voltar para o relatório ID: {{reportId}}",description:"Adicionar arquivos como evidência pode ajudar a apoiar a eficiência de resolução do seu gestor de caso. Por favor, considere o conteúdo do arquivo (incluindo metadados do arquivo) se desejar permanecer anónimo, e respeite os direitos de outras pessoas e as leis aplicáveis. Para mais informações, por favor, veja isto. artigo de ajuda",header:"Adicione evidências adicionais ao relatório",vaultTalkOpenCaseHeader:"Adicione evidências ao seu relatório"},PublicReport:{anonymous:"Anónimo",backToReports:"Voltar aos relatórios",skipped:"Ignorado"},PublicReportCard:{addEvidence:"Adicionar provas adicionais",messageCaseManager:"Enviar mensagem ao gestor de incidentes",reportId:"ID do Relatório:",submitted:"Submetido",vaultTalkClosedCaseCTA:"Ver Provas",vaultTalkOpenCaseCTA:"Adicionar Evidência",viewAdditionalEvidence:"Ver evidências adicionais",viewReport:"Ver relatório"},PublicReportsList:{reportingSystem:"Sistema de relatórios"},Question:{placeholder:"Comece a digitar...",question:"Forneça detalhes",questionText:"Por favor, partilhe a sua preocupação, atualização ou consulta connosco."},Relationship:{header:"A sua relação com a organização",tellUsAbout:"Dê-nos informações acerca da sua relação com a organização."},ResponsiveNavMenu:{messages:"As minhas mensagens",reports:"Os meus relatórios"},SpamPuzzle:{dialog:"Para continuar, resolva este quebra-cabeças"},SubmissionTypes:{reportIssue:"Selecione uma categoria",whatType:"Selecione a categoria que melhor descreve o seu relatório"},SubmitSuccess:{category:"Categoria: {{category}}",dateSubmitted:"Data de submissão: {{date}}",recordYourVaultID:"Lembre-se desta informação para login",successMessage:"O seu relatório foi submetido e está pronto para revisão. Quaisquer ficheiros anexados que requerem atenção serão sinalizados após o login. Faça login abaixo para ver as atualizações do relatório e enviar mensagens ao seu gestor de caso.",successThankYou:"Obrigado pelo seu relatório!",viewReport:"Ver relatório"},Time:{approximateDescription:"Lembra-se da hora aproximada em que o evento ocorreu?",approximatePlaceholder:"Exemplo: de manhã, à tarde",description:"Lembra-se da hora em que o evento ocorreu?",header:"A que horas ocorreu?",invalidTime:"O formato da hora tem de ser HH:MM"},UserSettingsDialog:{changePassword:"Alterar Palavra-passe",closeDialog:"Fechar caixa de diálogo",logout:"Encerrar sessão",messageSettings:"Configurações de Mensagem",userSettings:"Definições de utilizador"},Witnesses:{description:"Contou a alguém ou alguém viu o que aconteceu?",header:"Alguma testemunha?",placeholder:"Comece a escrever..."}},reporting:{ReportingActivate:{buttonText:"Continuar",description:"Se tiver uma conta connosco, enviaremos um email com instruções para completar o seu registo.",emailInput:"Email",header:"Insira o seu email de trabalho",successAccount:"Se tiver uma conta connosco, receberá um email com instruções sobre como definir a sua senha.",successEmail:"Se não o vê imediatamente, por favor espere alguns minutos e atualize a caixa de entrada do seu email.",successHeading:"Obrigado"},ReportingConnect:{cancelButton:"Cancelar",connectButton:"Conectar",disclaimer:"Conectar a sua conta Slack com a sua conta Vault garante uma conexão segura e privada.

Ao conectar, poderá denunciar má conduta ou fazer uma pergunta diretamente no Slack. Você sempre terá a opção de denunciar anonimamente após a conexão. A sua privacidade e segurança são as nossas principais prioridades.",heading:"Vault Platform está a solicitar permissão para aceder à sua conta Slack da {{organisationName}}",listHeading:"O que o Vault será capaz de fazer?",permissionIdentity:{extraInfo:"Vault terá a capacidade de visualizar a identidade do seu utilizador do Slack",heading:"Ver informações sobre a identidade de um usuário"},permissionNotifications:{extraInfo:"Vault poderá enviar-lhe notificações para a sua conta Slack, sobre quaisquer atualizações num relatório submetido ou numa questão.",heading:"Enviar-te notificações"},permissionOverview:{extraInfo:"O Vault apresentará uma visão geral de todas as submissões na página inicial",heading:"Visão geral das submissões"},permissionSubmitReport:{extraInfo:"Isso concederá a Vault permissão para enviar um relatório ou fazer uma pergunta, diretamente para a sua organização, pelo Slack.",heading:"Submeta um relatório ou pergunta em seu nome"},successfulConnectionDescription:"A sua conta Vault e conta Slack estão agora conectadas. Agora pode fechar este separador e voltar para o Slack.",successfulConnectionHeading:"Conectado com sucesso",unsuccessfulConnectionDescription:"Algo correu mal. Por favor, feche este separador e volte ao Slack para tentar novamente.",unsuccessfulConnectionHeading:"Falha na conexão"},ReportingLogin:{createAccountCTA:"Registe-se para uma conta",emailLabel:"O seu Email",loginButton:"Iniciar sessão",newPasswordPlaceholder:"Nova senha",passwordFailMessage:"Volte para o aplicativo Vault no Slack e tente novamente. Se o problema persistir, entre em contato conosco em techsupport@vaultplatform.com",passwordFailTitle:"Algo correu mal",passwordLabel:"A sua Palavra-passe",passwordPlaceholder:"Insira a sua senha",passwordResetRequired:"É necessário redefinir a senha",passwordSuccessfullySetMessage:"Volte para o aplicativo Vault no Slack e autentique com sua nova senha para continuar de onde parou.",passwordSuccessfullySetTitle:"Senha definida com sucesso",reenterPlaceholder:"Reinsira a senha",title:"Reporter Hub",tooltip:'Se nunca definiu uma senha para a aplicação Vault, siga aqui para começar. Se esqueceu a sua senha, use o link "Esqueceu a senha" abaixo.',usernameLoginFailed:"Falha no login, nome de usuário ou senha incorretos"},ReportingReset:{failureDescription:"Volte para o aplicativo Vault no Slack e tente novamente. Se o problema persistir, entre em contato conosco em techsupport@vaultplatform.com",failureHeading:"Algo correu mal",successDescription:"Volte para o aplicativo Vault no Slack e autentique-se com sua nova senha para continuar de onde parou",successHeading:"Senha definida com sucesso"}},validators:{passwordLength:"A palavra-passe tem de ter, pelo menos, 9 caracteres",passwordLowercase:"A palavra-passe tem de ter, pelo menos, 1 letra minúscula",passwordMissMatch:"Os campos da palavra-passe e da confirmação têm de corresponder.",passwordNumeric:"A palavra-passe tem de ter, pelo menos, 1 número",passwordUppercase:"A palavra-passe tem de ter, pelo menos, 1 letra maiúscula"},validatorsNew:{passwordLength:"Entre 10 e 30 caracteres",passwordLowercase:"Pelo menos uma letra minúscula",passwordMissMatch:"As senhas não coincidem",passwordNumeric:"Pelo menos um número",passwordSpecialCharacter:"Pelo menos um caractere especial",passwordUppercase:"Pelo menos uma letra maiúscula"}}},fqn={translation:{Buttons:{back:"Înapoi",changePassword:"Modificare",copiedVaultId:"Copiat!",copyVaultID:"Copiați ID-ul Vault",create:"Creați",next:"Următor",notSure:"Nu știu sigur",signUp:"Înscrie-te",submit:"Trimitere"},Errors:{createReportFailed:"Crearea raportului a eșuat."},ReportStatus:{CLOSED:"Închis",INVESTIGATING:"În curs de investigare",NEW:"Trimis",READ:"Citire"},general:{time:{day:"Ziua",days:"Zile",hour:"Ora",hours:"Ore",minute:"Minut",minutes:"Minute",second:"Secundă",seconds:"Secunde"}},public:{ChatContainer:{anonymousLabel:"Anonim",autoTranslate:"Traducerea automată este dezactivată în mod implicit.",backToMessages:"Înapoi la mesaje",caseSettings:"Setări de caz.",changeInProfile:"Dacă dorești să modifici această setare, o poți face în profilul tău",description:`Când traducerea automată este activată, toate mesajele raportului vor fi - traduse automat folosind AI bazat pe limba implicită - selectată pe browserul dvs.`,descriptionSecondHalf:"Versiunea originală a tuturor mesajelor este întotdeauna păstrată și poate fi găsită în chat.",messagePlaceholder:"Începeți să tastați...",messageSettings:"Setări mesaj.",originalMessages:"Original",showMoreBanner:"Aflați mai multe despre traducerile automate",titlev2:"Citește toate mesajele în limba ta preferată.",translatedMessageLabel:"Mesaj tradus",translatedMessages:"Tradus",understood:"Înțeles"},CreatePublicReport:{createReport:"Creați un raport",helpPage:"Mergeți la pagina noastră de ajutor",loginToOpr:"Conectați-vă pentru a urmări rapoartele",or:"sau",passwordPlaceholder:"Introduceți parola",phoneNumberLoginFailed:"Conectare eșuată, numărul de telefon/PIN incorect",phoneNumberPlaceholder:"Introduceți numărul dvs. de telefon",phoneNumberTooltip:"Introduceți numărul de telefon folosit pentru a contacta VaultTalk",pinPlaceholder:"Introduceți codul PIN",reportIntroductionParagraph1:"Atunci când raportați un incident, vi se vor pune câteva întrebări pentru a vă sprijini în documentarea experienței dumneavoastră.",reportIntroductionParagraph2:"Înainte de trimitere, aveți opțiunea de a rămâne anonim pentru a vă proteja confidențialitatea.",reportIntroductionParagraph3:"După depunere, vă puteți conecta în orice moment pentru a vedea evoluția raportului dvs. și pentru a discuta cu un manager de caz.",reportIssue:"Raportați o problemă",usernameLoginFailed:"Conectare eșuată, numărul de telefon/PIN incorect",validationError:{publicReport:{relationshipToCompanyRequired:"Relația cu compania este necesară.",reportedCategoryRequired:"Categoria raportată este necesară"}},vaultId:"ID-ul Vault",vaultIdPlaceholder:"Introduceți adresa dvs. de e-mail sau ID-ul VaultD-ul Vault",vaultIdTooltip:"Pentru rapoartele anonime, ID-ul Vault este alfanumeric. Dacă raportul nu a fost anonim, ID-ul Vault este adresa dvs. de e-mail",vaultTalk:"VaultTalk",yourPassword:"Parola dvs.",yourPhoneNumber:"Numărul dvs. de telefon",yourPin:"PIN-ul dvs. cu 6 cifre",yourVaultId:"ID-ul dvs. Vault"},CustomHeader:{companyLogo:"Logo {{company}}",openReporting:"Raportare deschisă",userSettings:"Setări utilizator"},Date:{approximateDescription:"Vă amintiți data aproximativă la care a avut loc evenimentul?",approximatePlaceholder:"Exemplu: acum 6 luni / anul trecut / noiembrie anul trecut",cancel:"anulare",clear:"ștergere",description:"Vă amintiți data la care a avut loc evenimentul?",header:"În ce zi a avut loc?",ok:"ok",placeholder:"Exemplu: 21 iunie 2020"},Description:{whatHappened:"Ce s-a întâmplat?",whatHappenedPlaceholder:"Folosiți propriile cuvinte...",whatHappenedText:"Descrieți în propriile cuvinte ce s-a întâmplat"},Details:{disclaimer:"Aceste detalii vor fi divulgate împreună cu raportul dumneavoastră. Dacă doriți să vă păstrați anonimitatea, asigurați-vă că acestea nu conțin informații de identificare.",emailPlaceholder:"E-mail (opțional)",fullNamePlaceholder:"Nume complet (opțional)",header:"Datele dumneavoastră",subtitle:"Dacă doriți să primiți notificări cu privire la acest raport, adăugați mai jos o adresă de e-mail corespunzătoare."},Emotion:{description:"Cum v-a făcut să vă simțiți? Care a fost impactul?",header:"Care a fost impactul?",placeholder:"Începeți să tastați..."},Evidence:{addedHeading:"Adăugat",failedToOpenFileMessage:"Fișierul nu s-a deschis. Vă rugăm să încercați din nou",fileStatuses:{infectedUpload:"Semnalat prin verificare de securitate",passedUpload:"A trecut controlul de securitate",pendingUpload:"Verificare de securitate în curs",readyForDownload:"Gata pentru descărcare"},mobileErrorMessage:"Fișiere marcate: trimiteți un mesaj managerului de caz",nameHeading:"Nume și prenume",statusHeading:"Stare",tableTitle:"Dovezi",webErrorMessage:"Fișiere marcate: dacă fișierele dvs. au fost marcate, vă rugăm să trimiteți un mesaj managerului de caz"},FileUpload:{addFiles:"Adăugați fișiere",addMoreFiles:"Adăugați mai multe fișiere",confirm:"Confirmați",description:"Adăugarea de fișiere ca dovezi poate contribui la eficientizarea soluționării de către managerul de caz. Vă rugăm să țineți cont de conținutul fișierului (inclusiv metadatele fișierului) dacă doriți să vă păstrați anonimitatea și să respectați drepturile altor persoane și legile aplicabile.",dragDrop:"Plasați fișierele aici sau",errorMessage:"Fișierele au eșuat din cauza unei erori de rețea. Faceți clic mai jos pentru a trimite un mesaj managerului dvs. de caz pentru asistență",fileLimit:"Limita dimensiunii fiecărui fișier: 100MB",fileUploadLimitText:"Puteți încărca doar 10 fișiere",header:"Adăugați dovezi",helpArticle:"articolul de ajutor",highlighted:"răsfoiți fișierele",information:"Tipuri de fișiere acceptate",moreInformation:"Pentru mai multe informații, vă rugăm să consultați articolul de ajutor",postSubmissionErrorMessage:"Nu am putut încărca fișierele dvs. din cauza unei erori de sistem. Vă rugăm să selectați din nou „Confirmare”.",tooltipAudio:"Audio:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Documente:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Imagini:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Text:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Fișierul este prea mare",invalidFileType:"Tip de fișier neacceptat: {{extension}}",systemError:"Eroare de sistem",tooManyFiles:"Numărul maxim de fișiere este {{maxFiles}}"},uploadFiles:"Încărcați fișiere"},Loading:{loading:"Vă rugăm să așteptați în timp ce trimitem raportul dvs. unui manager de caz...",postSubmissionLoading:"Vă rugăm să așteptați în timp ce trimitem fișierele dvs..."},Location:{description:"Unde s-a întâmplat?",header:"Unde s-a întâmplat?",placeholder:"Exemplu: la birou"},MessageListBox:{messageCaseManager:"Manager de caz pentru mesaje",report:"Raport {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Traducerea dezactivată",enableTranslationLabelEnabled:"Traducere activată",enableTranslationsDescription:"Activați traducerile automate și citiți toate mesajele de raport în limba preferată. Limba tradusă se bazează pe limba selectată pe dispozitivul dvs.",enableTranslationsHeader:"Activează traducerea automată pentru mesajele de raport",enableTranslationsSubDescriptionv2:"Puteți comuta între limba tradusă și limba originală în fiecare chat.",updateTranslationFailed:"Actualizarea traducerii a eșuat",updateTranslationSuccess:"Setarea de traducere a fost actualizată cu succes"},Password:{changePasswordHeader:"Modificare",createNewPassword:"Vă rugăm să creați o parolă nouă",createPasswordHeader:"Parola dvs.",currentPasswordPlaceholder:"Introduceți parola curentă",description:"O parolă validă trebuie să aibă cel puțin 9 caractere și să includă o majusculă și un număr",enterCurrentPassword:"Vă rugăm să introduceți parola curentă",newDescription:"Creează o parolă puternică pentru a-ți menține contul în siguranță. Începe să tastezi pentru a vedea instrucțiunile de mai jos.",passwordPlaceholder:"Creați o parolă",reenterPlaceholder:"Introduceți din nou parola",subtitle:"Creați o parolă pentru a trimite acest raport și pentru a-l accesa în viitor"},Perpetrators:{description:"Raportați o anumită persoană sau mai multe persoane? Puteți să le numiți sau să le descrieți?",header:"Persoane implicate",placeholder:"Începeți să tastați și folosiți virgulă pentru a adăuga mai multe nume sau descrieri"},PoweredByVault:"Susținut de {{company}}",PrivacyStatement:"Declarația de confidențialitate a produsului",PublicMessageList:{myMessages:"Mesajele mele"},PublicMoreEvidence:{additionalEvidenceHeader:"Dovezi adăugate la raportul existent",backToReportId:"Înapoi la raportul ID: {{reportId}}",description:"Adăugarea de fișiere ca dovezi poate contribui la eficientizarea soluționării de către managerul de caz. Vă rugăm să țineți cont de conținutul fișierului (inclusiv metadatele fișierului) dacă doriți să vă păstrați anonimitatea să respectați drepturile altor persoane și legile aplicabile. Pentru mai multe informații, vă rugăm să consultați articolul de ajutor",header:"Adăugați dovezi suplimentare la raport",vaultTalkOpenCaseHeader:"Adăugați dovezi la raportul dvs."},PublicReport:{anonymous:"Anonim",backToReports:"Înapoi la rapoarte",skipped:"Sărit"},PublicReportCard:{addEvidence:"Adăugați dovezi suplimentare",messageCaseManager:"Manager de caz pentru mesaje",reportId:"ID raport:",submitted:"Trimis",vaultTalkClosedCaseCTA:"Vedeți dovezi",vaultTalkOpenCaseCTA:"Adăugați dovezi",viewAdditionalEvidence:"Vedeți dovezi suplimentare",viewReport:"Vedeți raportul"},PublicReportsList:{reportingSystem:"Sistemul de raportare"},Question:{placeholder:"Începeți să tastați...",question:"Furnizați detalii",questionText:"Vă rugăm să ne împărtășiți îngrijorarea, noutățile sau solicitarea dvs."},Relationship:{header:"Relația dumneavoastră cu organizația",tellUsAbout:"Vă rugăm să ne spuneți despre relația dumneavoastră cu organizația."},ResponsiveNavMenu:{messages:"Mesajele mele",reports:"Rapoartele mele"},SpamPuzzle:{dialog:"Pentru a continua, vă rugăm să rezolvați acest puzzle"},SubmissionTypes:{reportIssue:"Selectați o categorie",whatType:"Selectați categoria care descrie cel mai bine raportul dvs."},SubmitSuccess:{category:"Categorie: {{category}}",dateSubmitted:"Data trimisă: {{date}}",recordYourVaultID:"Rețineți aceste informații pentru autentificare",successMessage:"Raportul dvs. a fost trimis și este gata pentru examinare. Orice fișier atașat care necesită atenție va fi marcat la conectare. Conectați-vă mai jos pentru a vizualiza actualizările raportului și pentru a trimite mesaje managerului dvs. de caz.",successThankYou:"Vă mulțumim pentru raportul dumneavoastră!",viewReport:"Vedeți raportul"},Time:{approximateDescription:"Vă amintiți ora aproximativă la care a avut loc evenimentul?",approximatePlaceholder:"Exemplu: dimineața, după-amiaza",description:"Vă amintiți ora la care a avut loc evenimentul?",header:"La ce oră s-a întâmplat?",invalidTime:"Formatul orei trebuie să fie HH:MM"},UserSettingsDialog:{changePassword:"Modificarea parolă",closeDialog:"Închideți dialogul",logout:"Deconectare",messageSettings:"Setări mesaje",userSettings:"Setări utilizator"},Witnesses:{description:"Ați mai spus cuiva sau a văzut cineva ce s-a întâmplat?",header:"Vreun martor?",placeholder:"Începeți să tastați..."}},reporting:{ReportingActivate:{buttonText:"Continuați",description:"Dacă aveți un cont la noi, vă vom trimite un e-mail cu instrucțiuni pentru a finaliza înregistrarea.",emailInput:"E-mail",header:"Introduceți adresa de email de serviciu",successAccount:"Dacă aveți un cont la noi, veți primi un email cu instrucțiuni despre cum să vă setați parola.",successEmail:"Dacă nu îl vedeți imediat, vă rugăm să așteptați câteva minute și să actualizați căsuța dvs. de email.",successHeading:"Mulțumesc"},ReportingConnect:{cancelButton:"Anuleaza",connectButton:"Conectează-te",disclaimer:"Conectarea contului tău Slack cu contul tău Vault asigură o conexiune sigură și privată.

Prin conectare, poți raporta un comportament neregulamentar sau poți adresa o întrebare direct în Slack. Vei avea întotdeauna opțiunea de a raporta în mod anonim după conectare. Confidențialitatea și securitatea ta sunt prioritățile noastre de top.",heading:"Vault Platform solicită permisiunea de a accesa contul tău Slack {{organisationName}}",listHeading:"Ce va putea să facă Vault?",permissionIdentity:{extraInfo:"Vault va avea capacitatea de a vedea identitatea utilizatorului tău de pe Slack.",heading:"Vizualizează informațiile despre identitatea unui utilizator"},permissionNotifications:{extraInfo:"Vault va putea să vă trimită notificări pe contul dvs. Slack, referitoare la orice actualizări ale unui raport sau întrebare trimise.",heading:"Vă trimite notificări"},permissionOverview:{extraInfo:"Vault va afișa o prezentare generală a tuturor înregistrărilor pe pagina de acasă.",heading:"Prezentare generală a submisilorilor"},permissionSubmitReport:{extraInfo:"Acest lucru îi va acorda lui Vault permisiunea de a trimite un raport sau de a pune o întrebare, direct către organizația dvs., din Slack.",heading:"Trimite un raport sau o întrebare în numele tău"},successfulConnectionDescription:"Contul dvs. Vault și contul Slack sunt acum conectate. Acum puteți închide această filă și puteți reveni la Slack.",successfulConnectionHeading:"Conectare cu succes",unsuccessfulConnectionDescription:"Ceva nu a mers bine. Vă rugăm să închideți această filă și să reveniți la Slack pentru a încerca din nou.",unsuccessfulConnectionHeading:"Conexiune eșuată"},ReportingLogin:{createAccountCTA:"Înregistrează-te pentru un cont",emailLabel:"Emailul tău",loginButton:"Autentificare",newPasswordPlaceholder:"Parolă nouă",passwordFailMessage:"Întoarce-te la aplicația Vault în Slack și încearcă din nou. Dacă problema persistă, contactează-ne la techsupport@vaultplatform.com",passwordFailTitle:"Ceva nu a mers bine",passwordLabel:"Parola dvs.",passwordPlaceholder:"Introduceți parola dumneavoastră",passwordResetRequired:"Resetare parolă necesară",passwordSuccessfullySetMessage:"Reveniți la aplicația Vault din Slack și autentificați-vă cu noua dumneavoastră parolă pentru a continua de unde ați rămas.",passwordSuccessfullySetTitle:"Parola a fost setată cu succes",reenterPlaceholder:"Reintroduceți parola",title:"Centrul pentru Reporteri",tooltip:'Dacă nu ați setat încă o parolă pentru aplicația Vault, urmați aici pentru a începe. Dacă v-ați uitat parola, folosiți linkul "Ai uitat parola" de mai jos.',usernameLoginFailed:"Conectare eșuată, nume de utilizator sau parolă incorectă"},ReportingReset:{failureDescription:"Întoarceți-vă la aplicația Vault în Slack și încercați din nou. Dacă problema persistă, contactați-ne la techsupport@vaultplatform.com",failureHeading:"Ceva nu a mers bine",successDescription:"Întoarce-te la aplicația Vault în Slack și autentifică-te cu noua ta parolă pentru a continua de unde ai rămas.",successHeading:"Parola a fost setată cu succes"}},validators:{passwordLength:"Parola trebuie să aibă cel puțin 9 caractere",passwordLowercase:"Parola trebuie să conțină cel puțin o literă mică",passwordMissMatch:"Parola și câmpurile de confirmare trebuie să coincidă.",passwordNumeric:"Parola trebuie să conțină cel puțin 1 număr",passwordUppercase:"Parola trebuie să conțină cel puțin o literă mare"},validatorsNew:{passwordLength:"Între 10 și 30 de caractere",passwordLowercase:"Cel puțin o literă mică",passwordMissMatch:"Parolele nu se potrivesc",passwordNumeric:"Cel puțin un număr",passwordSpecialCharacter:"Cel puțin un caracter special",passwordUppercase:"Cel puțin o literă mare"}}},pqn={translation:{Buttons:{back:"Назад",changePassword:"Изменить пароль",copiedVaultId:"Скопировано!",copyVaultID:"Скопировать ID Vault",create:"Создать",next:"Далее",notSure:"Не могу сказать точно",signUp:"Зарегистрироваться",submit:"Подать"},Errors:{createReportFailed:"Не удалось создать обращение."},ReportStatus:{CLOSED:"Закрыто",INVESTIGATING:"Расследование",NEW:"Подано",READ:"Прочитано"},general:{time:{day:"День",days:"Дни",hour:"Час",hours:"Часы",minute:"Минута",minutes:"Минуты",second:"Второй",seconds:"Секунды"}},public:{ChatContainer:{anonymousLabel:"Анонимный",autoTranslate:"Автоматический перевод отключен по умолчанию.",backToMessages:"Назад к сообщениям",caseSettings:"Настройки дела.",changeInProfile:"Если вы хотите изменить эту настройку, вы можете сделать это в своем профиле",description:`Когда включен автоматический перевод, все сообщения отчетов будут - автоматически переведены с помощью AI на основе языка по умолчанию, - выбранного в вашем браузере.`,descriptionSecondHalf:"Оригинальная версия всех сообщений всегда сохраняется и может быть найдена в чате.",messagePlaceholder:"Начните печатать...",messageSettings:"Настройки сообщений.",originalMessages:"Оригинал",showMoreBanner:"Узнайте больше о автоматических переводах",titlev2:"Читайте все сообщения на предпочитаемом вами языке.",translatedMessageLabel:"Переведенное сообщение",translatedMessages:"Переведено",understood:"Понял"},CreatePublicReport:{createReport:"Создать новое обращение",helpPage:"Перейдите на нашу страницу помощи",loginToOpr:"Войдите для отслеживания отчетов",or:"или",passwordPlaceholder:"Введите пароль",phoneNumberLoginFailed:"Вход не удался, номер телефона / пин-код неверны",phoneNumberPlaceholder:"Введите свой номер телефона",phoneNumberTooltip:"Введите номер телефона, который вы использовали для связи с VaultTalk",pinPlaceholder:"Введите ПИН",reportIntroductionParagraph1:"При сообщении об инциденте вам зададут несколько вопросов для помощи в документировании вашего опыта.",reportIntroductionParagraph2:"Прежде чем отправить, у вас есть возможность остаться анонимным, чтобы защитить вашу конфиденциальность.",reportIntroductionParagraph3:"После отправки заявления вы можете войти в систему в любое время, чтобы увидеть ход рассмотрения вашего дела и общаться с менеджером по работе с клиентами.",reportIssue:"Сообщить о проблеме",usernameLoginFailed:"Вход не удался, неправильное имя пользователя/пароль",validationError:{publicReport:{relationshipToCompanyRequired:"Требуется указать отношение к компании",reportedCategoryRequired:"Требуется указать категорию"}},vaultId:"ID Vault",vaultIdPlaceholder:"Введите свой адрес электронной почты или идентификатор Vault",vaultIdTooltip:"Для анонимных отчетов идентификатор Vault является буквенно-цифровым. Если отчет не был анонимным, идентификатор Vault - это ваш адрес электронной почты.",vaultTalk:"VaultTalk",yourPassword:"Ваш пароль",yourPhoneNumber:"Ваш номер телефона",yourPin:"Ваш 6-значный пин-код",yourVaultId:"Ваш идентификатор Vault"},CustomHeader:{companyLogo:"Логотип компании",openReporting:"Открыть обращение",userSettings:"Пользовательские настройки"},Date:{approximateDescription:"Вы помните примерную дату, когда произошло это событие?",approximatePlaceholder:"Пример: 6 месяцев назад / в прошлом году / в прошлом ноябре",cancel:"отмена",clear:"очистить",description:"Вы помните дату, когда произошло это событие?",header:"В какой день недели это произошло?",ok:"ОК",placeholder:"Пример: 21 июня 2020 г."},Description:{whatHappened:"Что произошло?",whatHappenedPlaceholder:"Опишите произошедшее своими словами...",whatHappenedText:"Опишите произошедшее своими словами."},Details:{disclaimer:"Эти детали будут раскрыты в вашем отчете. Если вы хотите остаться анонимным, убедитесь, что они не содержат идентифицирующей информации.",emailPlaceholder:"Адрес электронной почты (необязательно)",fullNamePlaceholder:"ФИО (необязательно)",header:"Ваши данные",subtitle:"Если вы хотите получать уведомления об этом отчете, добавьте подходящий адрес электронной почты ниже."},Emotion:{description:"Что вы при этом чувствовали? Как это на вас повлияло?",header:"Как это на вас повлияло?",placeholder:"Начните печатать..."},Evidence:{addedHeading:"Добавлено",failedToOpenFileMessage:"Не удалось открыть файл. Пожалуйста, попробуйте еще раз.",fileStatuses:{infectedUpload:"Отмечено системой безопасности",passedUpload:"Прошел проверку безопасности",pendingUpload:"Проверка безопасности в процессе",readyForDownload:"Готово для скачивания"},mobileErrorMessage:"Отмеченные файлы: сообщите вашему кейс-менеджеру",nameHeading:"Имя",statusHeading:"Статус",tableTitle:"Доказательство",webErrorMessage:"Отмеченные файлы: Если ваш(и) файл(ы) был(и) помечен(ы), пожалуйста, отправьте сообщение менеджеру по делу."},FileUpload:{addFiles:"Добавить файлы",addMoreFiles:"Добавьте больше файлов",confirm:"Подтвердить",description:"Добавление файлов в качестве доказательств может помочь улучшить эффективность решения вашего дела менеджером. Пожалуйста, учитывайте содержание файла (включая метаданные файла), если вы хотите остаться анонимными, и уважайте права других людей и соответствующие законы.",dragDrop:"Перетащите файлы сюда или",errorMessage:"Файл(ы) не удалось загрузить из-за сетевой ошибки. Нажмите ниже, чтобы отправить сообщение вашему менеджеру по работе с клиентами для получения помощи.",fileLimit:"Ограничение размера каждого файла: 100МБ",fileUploadLimitText:"Вы можете загрузить только 10 файлов",header:"Добавить доказательства",helpArticle:"статья помощи",highlighted:"просмотр файлов",information:"Поддерживаемые типы файлов",moreInformation:"Для получения дополнительной информации, пожалуйста, смотрите это статья помощи",postSubmissionErrorMessage:"Мы не смогли загрузить ваши файлы из-за системной ошибки. Пожалуйста, снова выберите 'подтвердить'.",tooltipAudio:"Аудио:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Документы:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Изображения:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Текст:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Видео:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Файл слишком большой",invalidFileType:"Неподдерживаемый тип файла: {{extension}}",systemError:"Системная ошибка",tooManyFiles:"Максимальное количество файлов - {{maxFiles}}"},uploadFiles:"Загрузить файлы"},Loading:{loading:"Пожалуйста, подождите, пока мы отправляем ваш отчет кейс-менеджеру...",postSubmissionLoading:"Пожалуйста, подождите, пока мы отправляем ваш(и) файл(ы)..."},Location:{description:"Где это произошло?",header:"Где это произошло?",placeholder:"Пример: в офисе"},MessageListBox:{messageCaseManager:"Написать специалисту по ведению случаев",report:"Обращение {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Перевод отключен",enableTranslationLabelEnabled:"Перевод включен",enableTranslationsDescription:"Включите автоматический перевод и читайте все сообщения отчетов на предпочитаемом вами языке. Переведенный язык основан на языке, выбранном на вашем устройстве.",enableTranslationsHeader:"Включить автоматический перевод для сообщений отчета",enableTranslationsSubDescriptionv2:"Вы можете переключаться между переведенным и оригинальным языком в каждом чате.",updateTranslationFailed:"Обновление перевода не удалось",updateTranslationSuccess:"Настройки перевода успешно обновлены"},Password:{changePasswordHeader:"Изменить пароль",createNewPassword:"Создайте новый пароль",createPasswordHeader:"Ваш пароль",currentPasswordPlaceholder:"Введите текущий пароль",description:"Пароль должен содержать не менее 9 символов, одну заглавную букву и одну цифру",enterCurrentPassword:"Введите ваш текущий пароль",newDescription:"Создайте надежный пароль для обеспечения безопасности вашего аккаунта. Начните печатать, чтобы увидеть руководство ниже.",passwordPlaceholder:"Создайте пароль",reenterPlaceholder:"Введите пароль еще раз",subtitle:"Создайте пароль, чтобы подать это обращение и просматривать его в будущем"},Perpetrators:{description:"Вы хотите рассказать о поведении конкретного человека или нескольких человек? Вы знаете их имена? Вы можете их описать?",header:"Участвующие люди",placeholder:"Начните печатать. Используйте запятую, чтобы добавить несколько имен или описаний"},PoweredByVault:"На базе{{company}}",PrivacyStatement:"Заявление о конфиденциальности продукта",PublicMessageList:{myMessages:"Мои сообщения"},PublicMoreEvidence:{additionalEvidenceHeader:"Добавлены доказательства к существующему отчету",backToReportId:"Вернуться к отчету ID: {{reportId}}",description:"Добавление файлов в качестве доказательств может помочь повысить эффективность решения вашего дела менеджером. Пожалуйста, учитывайте содержимое файла (включая метаданные файла), если вы хотите остаться анонимным, и уважайте права других людей и соответствующие законы. Для получения дополнительной информации, пожалуйста, смотрите это. статья помощи",header:"Добавьте дополнительные доказательства в отчет",vaultTalkOpenCaseHeader:"Добавьте доказательства в ваш отчет"},PublicReport:{anonymous:"Анонимно",backToReports:"Назад к обращениям",skipped:"Пропущено"},PublicReportCard:{addEvidence:"Добавить дополнительные доказательства",messageCaseManager:"Написать специалисту по ведению случаев",reportId:"Идентификатор обращения:",submitted:"Подано",vaultTalkClosedCaseCTA:"Просмотреть доказательства",vaultTalkOpenCaseCTA:"Добавить доказательства",viewAdditionalEvidence:"Посмотреть дополнительные доказательства",viewReport:"Смотреть обращение"},PublicReportsList:{reportingSystem:"Система подачи обращений"},Question:{placeholder:"Начните печатать...",question:"Предоставить детали",questionText:"Пожалуйста, поделитесь с нами своей проблемой, обновлением или вопросом."},Relationship:{header:"Ваше отношение к организации",tellUsAbout:"Расскажите нам о своих отношениях с организацией."},ResponsiveNavMenu:{messages:"Мои сообщения",reports:"Мои отчеты"},SpamPuzzle:{dialog:"Решите эту задачу, чтобы продолжить"},SubmissionTypes:{reportIssue:"Выберите категорию",whatType:"Выберите категорию, которая лучше всего описывает ваш отчет"},SubmitSuccess:{category:"Категория: {{category}}",dateSubmitted:"Дата подачи: {{date}}",recordYourVaultID:"Запомните эту информацию для входа",successMessage:"Ваш отчет был отправлен и готов к рассмотрению. Все прикрепленные файлы, которые требуют внимания, будут помечены после входа. Войдите в систему, чтобы просмотреть обновления отчета и отправить сообщение вашему менеджеру по работе с клиентами.",successThankYou:"Спасибо за ваш отчет!",viewReport:"Просмотреть отчет"},Time:{approximateDescription:"Вы помните примерное время, когда произошло это событие?",approximatePlaceholder:"Пример: утром, во второй половине дня",description:"Вы помните время, когда произошло это событие?",header:"В какое время это произошло?",invalidTime:"Время нужно указать в формате ЧЧ:ММ"},UserSettingsDialog:{changePassword:"Изменить пароль",closeDialog:"Закрыть диалог",logout:"Выйти из системы",messageSettings:"Настройки сообщений",userSettings:"Пользовательские настройки"},Witnesses:{description:"Кто-то еще знает или видел, что произошло?",header:"Есть ли свидетели?",placeholder:"Начните печатать..."}},reporting:{ReportingActivate:{buttonText:"Продолжить",description:"Если у вас есть аккаунт у нас, мы отправим вам электронное письмо с инструкциями по завершению регистрации.",emailInput:"Электронная почта",header:"Введите свой рабочий адрес электронной почты",successAccount:"Если у вас есть аккаунт у нас, вы получите электронное письмо с инструкциями по установке вашего пароля.",successEmail:"Если вы сразу не увидите это, пожалуйста, подождите несколько минут и обновите свой почтовый ящик.",successHeading:"Спасибо"},ReportingConnect:{cancelButton:"Отмена",connectButton:"Подключить",disclaimer:"Подключение вашего аккаунта Slack к вашему аккаунту Vault обеспечивает безопасное и частное соединение.

Подключившись, вы можете сообщить о неправильном поведении или задать вопрос прямо в Slack. У вас всегда будет возможность сообщать анонимно после подключения. Ваша приватность и безопасность - наши главные приоритеты.",heading:"Vault Platform запрашивает разрешение на доступ к вашей учетной записи Slack {{organisationName}}",listHeading:"Что сможет делать Vault?",permissionIdentity:{extraInfo:"Vault будет иметь возможность просматривать идентификацию вашего пользователя в Slack.",heading:"Просмотр информации о личности пользователя"},permissionNotifications:{extraInfo:"Vault сможет отправлять вам уведомления на ваш аккаунт Slack, касающиеся любых обновлений поданного отчета или вопроса",heading:"Отправить вам уведомления"},permissionOverview:{extraInfo:"Vault отобразит обзор всех отправленных материалов на главной странице",heading:"Обзор заявок"},permissionSubmitReport:{extraInfo:"Это даст Vault разрешение отправлять отчет или задавать вопрос напрямую вашей организации из Slack.",heading:"Отправить отчет или вопрос от вашего имени"},successfulConnectionDescription:"Ваш Vault аккаунт и Slack аккаунт теперь связаны. Вы можете закрыть эту вкладку и вернуться в Slack.",successfulConnectionHeading:"Успешно подключено",unsuccessfulConnectionDescription:"Что-то пошло не так. Пожалуйста, закройте эту вкладку и вернитесь в Slack, чтобы попробовать снова.",unsuccessfulConnectionHeading:"Соединение не удалось"},ReportingLogin:{createAccountCTA:"Зарегистрироваться на аккаунт",emailLabel:"Ваш Email",loginButton:"Вход",newPasswordPlaceholder:"Новый пароль",passwordFailMessage:"Вернитесь в приложение Vault в Slack и попробуйте снова. Если проблема продолжается, свяжитесь с нами по адресу techsupport@vaultplatform.com",passwordFailTitle:"Что-то пошло не так",passwordLabel:"Ваш Rassword",passwordPlaceholder:"Введите свой пароль",passwordResetRequired:"Требуется сброс пароля",passwordSuccessfullySetMessage:"Вернитесь в приложение Vault в Slack и аутентифицируйтесь с вашим новым паролем, чтобы продолжить с того места, на котором вы остановились.",passwordSuccessfullySetTitle:"Пароль успешно установлен",reenterPlaceholder:"Введите пароль еще раз",title:"Репортерский Хаб",tooltip:'Если вы еще не устанавливали пароль для приложения Vault, следуйте сюда, чтобы начать. Если вы забыли свой пароль, воспользуйтесь ссылкой "Забыли пароль" ниже.',usernameLoginFailed:"Вход не выполнен, имя пользователя или пароль неверны"},ReportingReset:{failureDescription:"Вернитесь к приложению Vault в Slack и попробуйте снова. Если проблема продолжается, свяжитесь с нами по адресу techsupport@vaultplatform.com",failureHeading:"Что-то пошло не так",successDescription:"Вернитесь в приложение Vault в Slack и аутентифицируйтесь с вашим новым паролем, чтобы продолжить с того места, где вы остановились.",successHeading:"Пароль успешно установлен"}},validators:{passwordLength:"Пароль должен содержать более 9 символов",passwordLowercase:"Пароль должен содержать хотя бы 1 строчную букву",passwordMissMatch:"Содержимое полей «Пароль» и «Подтвердите пароль» должно совпадать.",passwordNumeric:"Пароль должен содержать хотя бы 1 цифру",passwordUppercase:"Пароль должен содержать хотя бы 1 заглавную букву"},validatorsNew:{passwordLength:"Между 10 и 30 символами",passwordLowercase:"По крайней мере одна строчная буква",passwordMissMatch:"Пароли не совпадают",passwordNumeric:"По крайней мере один номер",passwordSpecialCharacter:"По крайней мере один специальный символ",passwordUppercase:"По крайней мере одна заглавная буква"}}},hqn={translation:{Buttons:{back:"Späť",changePassword:"Zmeniť heslo",copiedVaultId:"Skopírované!",copyVaultID:"Kopírovať ID Vault",create:"Vytvoriť",next:"Ďalej",notSure:"Nie som si istý/á",signUp:"Prihlásiť sa",submit:"Podať"},Errors:{createReportFailed:"Nastala chyba pri vytváraní záznamu."},ReportStatus:{CLOSED:"Uzatvorené",INVESTIGATING:"Vyšetruje sa",NEW:"Podané",READ:"Prečítané"},general:{time:{day:"Deň",days:"Dni",hour:"Hodina",hours:"Hodiny",minute:"Minúta",minutes:"Minúty",second:"Druhý",seconds:"Sekundy"}},public:{ChatContainer:{anonymousLabel:"Anonymný",autoTranslate:"Auto-preklad je východziskovo vypnutý.",backToMessages:"Späť na správy",caseSettings:"Nastavenia puzdra.",changeInProfile:"Ak chcete zmeniť toto nastavenie, môžete tak urobiť vo svojom profile",description:`Keď je zapnutý automatický preklad, všetky správy v správach budú - automaticky preložené pomocou AI na základe predvoleného jazyka - vybraného vo vašom prehliadači.`,descriptionSecondHalf:"Pôvodná verzia všetkých správ je vždy zachovaná a možno ju nájsť v chate.",messagePlaceholder:"Začnite písať...",messageSettings:"Nastavenia správ.",originalMessages:"Pôvodný",showMoreBanner:"Dozvedieť sa viac o automatických prekladoch",titlev2:"Čítajte všetky správy vo svojom preferovanom jazyku.",translatedMessageLabel:"Preložená správa",translatedMessages:"Preložené",understood:"Rozumieť"},CreatePublicReport:{createReport:"Vytvoriť nové heslo",helpPage:"Choďte na našu stránku s pomocou",loginToOpr:"Prihláste sa na sledovanie správ",or:"alebo",passwordPlaceholder:"Zadať heslo",phoneNumberLoginFailed:"Prihlásenie zlyhalo, telefónne číslo / pin je nesprávne",phoneNumberPlaceholder:"Zadajte svoje telefónne číslo",phoneNumberTooltip:"Zadajte telefónne číslo, ktoré ste použili na kontaktovanie VaultTalk",pinPlaceholder:"Zadajte PIN",reportIntroductionParagraph1:"Pri hlásení incidentu vám budú položené niekoľko otázok, ktoré vám pomôžu dokumentovať vaše skúsenosti.",reportIntroductionParagraph2:"Predtým, ako odošlete, máte možnosť zostať anonymný na ochranu svojho súkromia.",reportIntroductionParagraph3:"Po odoslání sa môžete kedykoľvek prihlásiť a sledovať priebeh svojej správy a komunikovať s manažérom prípadu.",reportIssue:"Nahlásiť prípad",usernameLoginFailed:"Prihlásenie zlyhalo, používateľské meno / heslo je nesprávne",validationError:{publicReport:{relationshipToCompanyRequired:"Je potrebné uviesť vzťah k spoločnosti",reportedCategoryRequired:"Požadovaná je kategória hlásení"}},vaultId:"Vault ID",vaultIdPlaceholder:"Zadajte svoj e-mail alebo ID Vault",vaultIdTooltip:"Pre anonymné správy je ID Vaultu alfanumerické. Ak správa nebola anonymná, ID Vaultu je vaša emailová adresa.",vaultTalk:"VaultTalk",yourPassword:"Vaše heslo",yourPhoneNumber:"Vaše telefónne číslo",yourPin:"Váš 6-miestny PIN",yourVaultId:"Vaša Vault ID"},CustomHeader:{companyLogo:"Logo spoločnosti",openReporting:"Otvoriť podávanie správ",userSettings:"Používateľské nastavenia"},Date:{approximateDescription:"Pamätáte si približný dátum, kedy sa udalosť odohrala?",approximatePlaceholder:"Príklad: pred 6 mesiacmi / minulý rok / minulý november",cancel:"zrušiť",clear:"anulovať",description:"Pamätáte si dátum, kedy sa udalosť odohrala?",header:"V ktorý deň sa udalosť odohrala?",ok:"ok",placeholder:"Príklad: 21. jún 2020"},Description:{whatHappened:"Čo sa stalo?",whatHappenedPlaceholder:"Použite vlastné slová...",whatHappenedText:"Vlastnými slovami opíšte, čo sa stalo"},Details:{disclaimer:"Tieto podrobnosti budú zverejnené vo vašej správe. Ak si prajete zostať anonymný, uistite sa, že neobsahujú žiadne identifikačné informácie.",emailPlaceholder:"Email (voliteľné)",fullNamePlaceholder:"Meno a priezvisko (voliteľné)",header:"Vaše údaje",subtitle:"Ak chcete dostávať upozornenia o tejto správe, pridajte nižšie vhodnú emailovú adresu."},Emotion:{description:"Ako ste sa pri tom cítili? Aké to malo dôsledky?",header:"Aké to malo dôsledky?",placeholder:"Začnite písať..."},Evidence:{addedHeading:"Pridané",failedToOpenFileMessage:"Nepodarilo sa otvoriť súbor. Prosím, skúste to znova.",fileStatuses:{infectedUpload:"Označené bezpečnostnou kontrolou",passedUpload:"Prešiel bezpečnostnou kontrolou",pendingUpload:"Prebieha kontrola bezpečnosti",readyForDownload:"Pripravené na stiahnutie"},mobileErrorMessage:"Označené súbory: napíšte správe svojmu správcovi prípadov",nameHeading:"Meno",statusHeading:"Stav",tableTitle:"Dôkaz",webErrorMessage:"Označené súbory: Ak boli vaše súbory označené, prosím, kontaktujte manažéra prípadu."},FileUpload:{addFiles:"Pridať súbory",addMoreFiles:"Pridajte viac súborov",confirm:"Potvrdiť",description:"Pridávanie súborov ako dôkazov môže pomôcť podporiť efektívnosť riešenia vaším správcom prípadov. Prosím, zvážte obsah súboru (vrátane metadát súboru), ak chcete zostať anonymný a rešpektujte práva ostatných jednotlivcov a platné zákony.",dragDrop:"Sem presuňte súbory alebo",errorMessage:"Súbor(y) sa nepodarilo odovzdať kvôli chybe siete. Kliknite nižšie a pošlite správu svojmu správcovi prípadov o asistenciu.",fileLimit:"Obmedzenie veľkosti pre každý súbor: 100MB",fileUploadLimitText:"Môžete nahrať iba 10 súborov.",header:"Pridať dôkaz",helpArticle:"pomocný článok",highlighted:"prechádzať súbory",information:"Podporované typy súborov",moreInformation:"Pre viac informácií, prosím, pozrite sa na toto pomocný článok",postSubmissionErrorMessage:"Nepodarilo sa nám odoslať vaše súbory kvôli systémovej chybe. Prosím, znova vyberte možnosť 'potvrdiť'.",tooltipAudio:"Zvuk:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumenty:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Obrázky:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Text:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Súbor je príliš veľký",invalidFileType:"Nepodporovaný typ súboru: {{extension}}",systemError:"Systémová chyba",tooManyFiles:"Maximálny počet súborov je {{maxFiles}}"},uploadFiles:"Nahrať súbory"},Loading:{loading:"Prosím, počkajte, kým odošleme vašu správu prípadovému manažérovi...",postSubmissionLoading:"Prosím čakajte, kým odosielame váš(e) súbor(y)..."},Location:{description:"Kde sa to stalo?",header:"Kde sa to stalo?",placeholder:"Príklad: v kancelárii"},MessageListBox:{messageCaseManager:"Napísať správu prípadovému manažérovi",report:"Záznam {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Preklad vypnutý",enableTranslationLabelEnabled:"Preklad povolený",enableTranslationsDescription:"Povoľte automatické preklady a prečítajte si všetky správy o správach vo vašom preferovanom jazyku. Preložený jazyk je založený na jazyku vybranom na vašom zariadení.",enableTranslationsHeader:"Povoliť automatické preklady pre správy súvisiace so správami",enableTranslationsSubDescriptionv2:"Môžete prepínať medzi preloženým a pôvodným jazykom v každom chate.",updateTranslationFailed:"Aktualizácia prekladu zlyhala",updateTranslationSuccess:"Prekladové nastavenie bolo úspešne aktualizované"},Password:{changePasswordHeader:"Zmeniť heslo",createNewPassword:"Vytvorte si, prosím, nové heslo",createPasswordHeader:"Vaše heslo",currentPasswordPlaceholder:"Zadať aktuálne heslo",description:"Platné heslo musí mať aspoň 9 znakov a musí obsahovať jedno veľké písmeno a jedno číslo",enterCurrentPassword:"Zadajte, prosím, svoje aktuálne heslo",newDescription:"Vytvorte silné heslo na zabezpečenie vášho účtu. Začnite písať a uvidíte pokyny nižšie.",passwordPlaceholder:"Vytvoriť heslo",reenterPlaceholder:"Znova zadať heslo",subtitle:"Na podanie tohto záznamu si vytvorte heslo a budete mať k nemu prístup do budúcnosti"},Perpetrators:{description:"Nahlasujete konkrétnu osobu alebo viacero osôb? Vedeli by ste ich pomenovať alebo opísať?",header:"Zúčastnené osoby",placeholder:"Začnite písať a na pridanie viacerých mien alebo opisov použite čiarku"},PoweredByVault:"Pod záštitou {{company}}",PrivacyStatement:"Vyhlásenie o ochrane súkromia produktu",PublicMessageList:{myMessages:"Moje správy"},PublicMoreEvidence:{additionalEvidenceHeader:"Dôkazy pridané do existujúcej správy",backToReportId:"Späť k správe ID: {{reportId}}",description:"Pridanie súborov ako dôkazy môže pomôcť podporiť efektívnosť riešenia vašim správcom prípadu. Prosím zvážte obsah súboru (vrátane metadát súboru), ak si želáte zostať anonymný a rešpektujte práva ostatných jednotlivcov a platné zákony. Pre viac informácií, prosím pozrite sa na toto pomocný článok",header:"Pridajte ďalšie dôkazy do správy",vaultTalkOpenCaseHeader:"Pridajte dôkazy do svojej správy"},PublicReport:{anonymous:"Anonymne",backToReports:"Späť na záznamy",skipped:"Preskočené"},PublicReportCard:{addEvidence:"Pridajte ďalšie dôkazy",messageCaseManager:"Napísať správu prípadovému manažérovi",reportId:"Záznam ID:",submitted:"Podané",vaultTalkClosedCaseCTA:"Zobraziť dôkazy",vaultTalkOpenCaseCTA:"Pridať dôkaz",viewAdditionalEvidence:"Zobraziť ďalšie dôkazy",viewReport:"Prezrieť si záznam"},PublicReportsList:{reportingSystem:"Systém podávania správ"},Question:{placeholder:"Začnite písať...",question:"Poskytnite detaily",questionText:"Prosím, zdieľajte s nami svoj problém, aktualizáciu alebo otázku."},Relationship:{header:"Váš vzťah voči organizácii",tellUsAbout:"Povedzte nám, v akom ste vzťahu voči organizácii."},ResponsiveNavMenu:{messages:"Moje správy",reports:"Moje správy"},SpamPuzzle:{dialog:"Ak chcete pokračovať, vyriešte, prosím, túto hádanku"},SubmissionTypes:{reportIssue:"Vyberte kategóriu",whatType:"Vyberte kategóriu, ktorá najlepšie opisuje vašu správu"},SubmitSuccess:{category:"Kategória: {{category}}",dateSubmitted:"Dátum odoslania: {{date}}",recordYourVaultID:"Zapamätajte si tieto informácie pre prihlásenie",successMessage:"Vaša správa bola odoslaná a je pripravená na kontrolu. Všetky priložené súbory, ktoré vyžadujú pozornosť, budú označené po prihlásení. Prihláste sa nižšie na zobrazenie aktualizácií správy a napíšte správu svojmu správcovi prípadu.",successThankYou:"Ďakujem vám za vašu správu!",viewReport:"Zobraziť správu"},Time:{approximateDescription:"Pamätáte si približný čas, kedy sa udalosť odohrala?",approximatePlaceholder:"Príklad: ráno, poobede",description:"Pamätáte si čas, kedy sa udalosť odohrala?",header:"O koľkej sa to stalo?",invalidTime:"Formát pre čas je HH:MM"},UserSettingsDialog:{changePassword:"Zmeniť heslo",closeDialog:"Zatvoriť dialógové okno",logout:"Odhlásiť sa",messageSettings:"Nastavenia správ",userSettings:"Používateľské nastavenia"},Witnesses:{description:"Povedali ste to niekomu inému alebo niekto iný videl, čo sa stalo?",header:"Boli tam nejakí svedkovia?",placeholder:"Začnite písať..."}},reporting:{ReportingActivate:{buttonText:"Pokračovať",description:"Ak máte u nás účet, pošleme vám email s pokynmi na dokončenie vašej registrácie.",emailInput:"Email",header:"Zadajte svoj pracovný e-mail",successAccount:"Ak máte u nás účet, dostanete email s pokynmi, ako si nastaviť heslo.",successEmail:"Ak to hneď nevidíte, prosím počkajte niekoľko minút a obnovte svoju e-mailovú schránku.",successHeading:"Ďakujem"},ReportingConnect:{cancelButton:"Zrušiť",connectButton:"Pripojiť",disclaimer:"Pripojenie vášho Slack účtu k vášmu účtu Vault zabezpečuje bezpečné a súkromné spojenie.

Po pripojení môžete hlásiť nesprávne správanie alebo klásť otázku priamo v Slacku. Vždy budete mať možnosť nahlásiť anonymne po pripojení. Vaše súkromie a bezpečnosť sú našou najvyššou prioritou.",heading:"Vault Platform žiada o povolenie na prístup k vášmu Slack účtu {{organisationName}}",listHeading:"Čo bude schopný Vault robiť?",permissionIdentity:{extraInfo:"Vault bude mať možnosť vidieť identitu vášho Slack používateľa.",heading:"Zobraziť informácie o identite používateľa"},permissionNotifications:{extraInfo:"Vault bude schopný posielať vám oznámenia na váš Slack účet, týkajúce sa akýchkoľvek aktualizácií odoslaného správy alebo otázky.",heading:"Posielať vám oznámenia"},permissionOverview:{extraInfo:"Vault zobrazí prehľad všetkých príspevkov na úvodnej stránke",heading:"Prehľad podaní"},permissionSubmitReport:{extraInfo:"Toto Vaultovi udelí povolenie odoslať správu alebo položiť otázku priamo vašej organizácii zo Slacku.",heading:"Podajte správu alebo otázku za vás"},successfulConnectionDescription:"Vaše účty Vault a Slack sú teraz prepojené. Teraz môžete zavrieť túto kartu a vrátiť sa do Slacku.",successfulConnectionHeading:"Úspešne pripojený",unsuccessfulConnectionDescription:"Niečo sa pokazilo. Prosím, zatvorte túto kartu a vráťte sa na Slack a skúste to znova.",unsuccessfulConnectionHeading:"Pripojenie zlyhalo"},ReportingLogin:{createAccountCTA:"Zaregistrujte sa na účet",emailLabel:"Vaša e-mailová adresa",loginButton:"Prihlásenie",newPasswordPlaceholder:"Nové heslo",passwordFailMessage:"Vráťte sa späť do aplikácie Vault v Slacku a skúste to znova. Ak problém pretrváva, obráťte sa na nás na adrese techsupport@vaultplatform.com.",passwordFailTitle:"Niečo sa pokazilo",passwordLabel:"Vaše Heslo",passwordPlaceholder:"Zadajte svoje heslo",passwordResetRequired:"Je potrebné resetovať heslo",passwordSuccessfullySetMessage:"Vráťte sa späť do aplikácie Vault v Slack a overte sa pomocou vášho nového hesla, aby ste mohli pokračovať tam, kde ste skončili.",passwordSuccessfullySetTitle:"Heslo úspešne nastavené",reenterPlaceholder:"Zadajte heslo znova",title:"Reporter Hub",tooltip:'Ak ste ešte nikdy nenastavili heslo pre aplikáciu Vault, postupujte podľa pokynov tu. Ak ste zabudli svoje heslo, použite odkaz "Zabudnuté heslo" nižšie.',usernameLoginFailed:"Prihlásenie zlyhalo, používateľské meno alebo heslo je nesprávne"},ReportingReset:{failureDescription:"Vráťte sa späť do aplikácie Vault v Slacku a skúste to znova. Ak problém pretrváva, kontaktujte nás na adrese techsupport@vaultplatform.com",failureHeading:"Niečo sa pokazilo",successDescription:"Vráťte sa späť do aplikácie Vault v Slack a autentifikujte sa pomocou svojho nového hesla, aby ste pokračovali tam, kde ste skončili.",successHeading:"Heslo úspešne nastavené"}},validators:{passwordLength:"Heslo musí mať aspoň 9 znakov",passwordLowercase:"Heslo musí obsahovať aspoň 1 malé písmeno",passwordMissMatch:"Polia pre heslo a na potvrdenie hesla sa musia zhodovať.",passwordNumeric:"Heslo musí obsahovať aspoň 1 číslo",passwordUppercase:"Heslo musí obsahovať aspoň 1 veľké písmeno"},validatorsNew:{passwordLength:"Medzi 10 a 30 znakmi",passwordLowercase:"Aspoň jedno malé písmeno",passwordMissMatch:"Heslá sa nezhodujú",passwordNumeric:"Minimálne jedno číslo",passwordSpecialCharacter:"Aspoň jeden špeciálny znak",passwordUppercase:"Aspoň jedno veľké písmeno"}}},mqn={translation:{Buttons:{back:"Nazaj",changePassword:"Spremeni geslo",copiedVaultId:"Kopirano!",copyVaultID:"Kopiraj Vault ID",create:"Ustvari",next:"Naslednji",notSure:"Nisem prepričan",signUp:"Prijavite se",submit:"Pošlji"},Errors:{createReportFailed:"Ustvarjanje poročila ni uspelo."},ReportStatus:{CLOSED:"Zaprto",INVESTIGATING:"Preiskovanje",NEW:"Poslano",READ:"Prebrano"},general:{time:{day:"Dan",days:"Dnevi",hour:"Ura",hours:"Ure",minute:"Minuta",minutes:"Zapisnik",second:"Drugi",seconds:"Sekunde"}},public:{ChatContainer:{anonymousLabel:"Anonimno",autoTranslate:"Avtomatsko prevajanje je privzeto izklopljeno.",backToMessages:"Nazaj na sporočila",caseSettings:"Nastavitve primera.",changeInProfile:"Če želite to nastavitev spremeniti, lahko to storite v svojem profilu.",description:"Ko je vklopljeno samodejno prevajanje, bodo vsa sporočila poročil samodejno prevedena z uporabo AI glede na privzeti jezik, izbran v vašem brskalniku.",descriptionSecondHalf:"Izvirna različica vseh sporočil je vedno ohranjena in jo je mogoče najti v klepetu.",messagePlaceholder:"Začni tipkati...",messageSettings:"Nastavitve sporočil.",originalMessages:"Izvirnik",showMoreBanner:"Več o samodejnih prevodih",titlev2:"Preberite vsa sporočila v vašem prednostnem jeziku.",translatedMessageLabel:"Prevedeno Sporočilo",translatedMessages:"Prevedeno",understood:"Razumljeno"},CreatePublicReport:{createReport:"Ustvari novo poročilo",helpPage:"Pojdite na našo stran za pomoč",loginToOpr:"Prijavite se za sledenje poročil",or:"ali",passwordPlaceholder:"Vnesite geslo",phoneNumberLoginFailed:"Prijava ni uspela, telefonska številka / pin je napačen.",phoneNumberPlaceholder:"Vnesite svojo telefonsko številko",phoneNumberTooltip:"Vnesite telefonsko številko, ki ste jo uporabili za stik z VaultTalk.",pinPlaceholder:"Vnesite PIN",reportIntroductionParagraph1:"Ko poročate o incidentu, boste morali odgovoriti na nekaj vprašanj, ki vam bodo pomagala dokumentirati vašo izkušnjo.",reportIntroductionParagraph2:"Preden oddate, imate možnost ostati anonimni za zaščito vaše zasebnosti.",reportIntroductionParagraph3:"Po oddaji se lahko kadarkoli prijavite, da vidite napredek svojega poročila in se pogovorite s skrbnikom primera.",reportIssue:"Prijavite težavo",usernameLoginFailed:"Prijava ni uspela, uporabniško ime / geslo je napačno",validationError:{publicReport:{relationshipToCompanyRequired:"Zahtevano je razmerje do podjetja.",reportedCategoryRequired:"Zahtevana je prijavljena kategorija."}},vaultId:"Vaultov ID",vaultIdPlaceholder:"Vnesite svoj e-poštni naslov ali ID Vault.",vaultIdTooltip:"Za anonimna poročila je ID osebe Vault alfanumeričen. Če poročilo ni bilo anonimno, je ID osebe Vault vaš e-poštni naslov.",vaultTalk:"VaultTalk",yourPassword:"Vaše geslo",yourPhoneNumber:"Vaša telefonska številka",yourPin:"Vaša 6-mestna PIN koda",yourVaultId:"Vaša Vault ID"},CustomHeader:{companyLogo:"Logotip podjetja",openReporting:"Odprite poročanje",userSettings:"Uporabniške nastavitve"},Date:{approximateDescription:"Se spomnite okvirnega datuma dogodka?",approximatePlaceholder:"Primer: pred 6 meseci / lani / lani novembra",cancel:"prekliči",clear:"očisti",description:"Se spomnite datuma dogodka?",header:"Kateri dan se je to zgodilo?",ok:"v redu",placeholder:"Primer: 21. junija 2020"},Description:{whatHappened:"Kaj se je zgodilo?",whatHappenedPlaceholder:"Uporabite svoje besede ...",whatHappenedText:"S svojimi besedami opišite, kaj se je zgodilo"},Details:{disclaimer:"Podrobnosti bodo razkrite z vašim poročilom. Če želite ostati anonimni, poskrbite, da ne vsebujejo identifikacijskih informacij.",emailPlaceholder:"E-pošta (izbirno)",fullNamePlaceholder:"Polno ime (izbirno)",header:"Vaše podrobnosti",subtitle:"Če želite prejemati obvestila o tem poročilu, spodaj dodajte ustrezni e-poštni naslov."},Emotion:{description:"Kako ste se počutili? Kakšen je bil vpliv?",header:"Kakšen je bil vpliv?",placeholder:"Začnite tipkati ..."},Evidence:{addedHeading:"Dodano",failedToOpenFileMessage:"Odprtje datoteke ni uspelo. Poskusite znova.",fileStatuses:{infectedUpload:"Označeno s strani varnostnega pregleda",passedUpload:"Prešel varnostni pregled",pendingUpload:"Varnostni pregled poteka",readyForDownload:"Pripravljeno za prenos"},mobileErrorMessage:"Označene datoteke: sporočite svojemu skrbniku primera",nameHeading:"Ime",statusHeading:"Stanje",tableTitle:"Dokaz",webErrorMessage:"Označene datoteke: Če je bila vaša datoteka/e označena, prosim pošljite sporočilo upravitelju primera."},FileUpload:{addFiles:"Dodaj datoteke",addMoreFiles:"Dodaj več datotek",confirm:"Potrdi",description:"Dodajanje datotek kot dokaz lahko pomaga podpreti učinkovitost rešitve, ki jo vodi vaš upravitelj primera. Prosimo, upoštevajte vsebino datoteke (vključno z metapodatki datoteke), če želite ostati anonimni, in spoštujte pravice drugih posameznikov ter veljavne zakone.",dragDrop:"Spustite datoteke tukaj ali",errorMessage:"Datoteka(e) so spodletela zaradi napake v omrežju. Kliknite spodaj, da pošljete sporočilo vašemu upravitelju primera za pomoč.",fileLimit:"Omejitev velikosti posamezne datoteke: 100MB",fileUploadLimitText:"Naložite lahko samo 10 datotek.",header:"Dodaj dokaze",helpArticle:"članki za pomoč",highlighted:"brskaj po datotekah",information:"Podprte vrste datotek",moreInformation:"Za več informacij si oglejte to članki za pomoč",postSubmissionErrorMessage:"Vaših datotek nismo mogli naložiti zaradi sistemske napake. Prosimo, ponovno izberite 'potrdi'.",tooltipAudio:"Zvok:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokumenti:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Slike:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Besedilo:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Datoteka je prevelika",invalidFileType:"Nepodprta vrsta datoteke: {{extension}}",systemError:"Sistemska napaka",tooManyFiles:"Maksimalno število datotek je {{maxFiles}}"},uploadFiles:"Naloži datoteke"},Loading:{loading:"Prosimo, počakajte, medtem ko vaše poročilo posredujemo upravitelju primera...",postSubmissionLoading:"Prosimo, počakajte, medtem ko oddajamo vašo datoteko(-e)..."},Location:{description:"Kje se je to zgodilo?",header:"Kje se je to zgodilo?",placeholder:"Primer: v pisarni"},MessageListBox:{messageCaseManager:"Pošljite sporočilo upravitelju primera",report:"Poročilo {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Prevajanje onemogočeno",enableTranslationLabelEnabled:"Prevajanje omogočeno",enableTranslationsDescription:"Omogočite samodejne prevode in berite vsa poročila v svojem izbranem jeziku. Prevod jezika temelji na jeziku, ki ste ga izbrali na svoji napravi.",enableTranslationsHeader:"Omogoči samodejno prevajanje za sporočila poročil",enableTranslationsSubDescriptionv2:"Med vsakim klepetom lahko preklapljate med prevedenim in izvirnim jezikom.",updateTranslationFailed:"Posodobitev prevoda ni uspela",updateTranslationSuccess:"Nastavitev prevoda je bila uspešno posodobljena"},Password:{changePasswordHeader:"Spremenite geslo",createNewPassword:"Prosimo, ustvarite novo geslo",createPasswordHeader:"Vaše geslo",currentPasswordPlaceholder:"Vnesite trenutno geslo",description:"Veljavno geslo mora biti dolgo vsaj 9 znakov in mora vsebovati eno veliko črko in eno številko",enterCurrentPassword:"Prosimo, vnesite svoje trenutno geslo",newDescription:"Ustvarite močno geslo, da bo vaš račun varen. Začnite tipkati, da boste spodaj videli smernice.",passwordPlaceholder:"Ustvarite geslo",reenterPlaceholder:"Ponovno vnesite geslo",subtitle:"Ustvarite geslo za oddajo tega poročila in dostop v prihodnosti"},Perpetrators:{description:"Ali prijavljate določeno osebo ali več oseb? Ali jih lahko poimenujete ali opišete?",header:"Udeleženi ljudje",placeholder:"Začnite tipkati in uporabite vejico, da dodate več imen ali opisov"},PoweredByVault:"Poganja ga {{company}}",PrivacyStatement:"Izjava o zasebnosti izdelka",PublicMessageList:{myMessages:"Moja sporočila"},PublicMoreEvidence:{additionalEvidenceHeader:"Dokazi dodani k obstoječemu poročilu",backToReportId:"Nazaj na poročilo ID: {{reportId}}",description:"Dodajanje datotek kot dokaz lahko pomaga podpreti učinkovitost rešitve vašega upravitelja primerov. Prosimo, upoštevajte vsebino datoteke (vključno z metapodatki datoteke), če želite ostati anonimni, in spoštujte pravice drugih posameznikov in veljavne zakone. Za več informacij si oglejte to članki za pomoč",header:"Dodajte dodatne dokaze v poročilo",vaultTalkOpenCaseHeader:"Dodaj dokaze v svoje poročilo"},PublicReport:{anonymous:"Anonimno",backToReports:"Nazaj na sporočila",skipped:"Preskočeno"},PublicReportCard:{addEvidence:"Dodaj dodatne dokaze",messageCaseManager:"Pošljite sporočilo upravitelju primera",reportId:"ID poročila:",submitted:"Poslano",vaultTalkClosedCaseCTA:"Ogled Dokazov",vaultTalkOpenCaseCTA:"Dodaj dokaz",viewAdditionalEvidence:"Oglejte si dodatne dokaze",viewReport:"Ogled poročila"},PublicReportsList:{reportingSystem:"Sistem poročanja"},Question:{placeholder:"Začnite tipkati...",question:"Navedite podrobnosti",questionText:"Prosimo, delite z nami svoje skrbi, posodobitve ali povpraševanja."},Relationship:{header:"Vaš odnos do organizacije",tellUsAbout:"Povejte nam, prosim, o svojem odnosu z organizacijo."},ResponsiveNavMenu:{messages:"Moja sporočila",reports:"Moja poročila"},SpamPuzzle:{dialog:"Če želite nadaljevati, rešite to uganko"},SubmissionTypes:{reportIssue:"Izberite kategorijo",whatType:"Izberite kategorijo, ki najbolje opisuje vaše poročilo"},SubmitSuccess:{category:"Kategorija: {{category}}",dateSubmitted:"Datum oddaje: {{date}}",recordYourVaultID:"Zapomni si te podatke za prijavo",successMessage:"Vaše poročilo je bilo oddano in je pripravljeno za pregled. Vse priložene datoteke, ki potrebujejo pozornost, bodo označene ob prijavi. Prijavite se spodaj, da si ogledate posodobitve poročila in pošljete sporočilo vašemu upravitelju primera.",successThankYou:"Hvala za vaše poročilo!",viewReport:"Ogled poročila"},Time:{approximateDescription:"Se spomnite približno časa, ko se je dogodek zgodil?",approximatePlaceholder:"Primer: zjutraj, popoldne",description:"Se spomnite ure, ko se je dogodek zgodil?",header:"Ob kateri uri se je zgodilo?",invalidTime:"Oblika časa mora biti HH:MM"},UserSettingsDialog:{changePassword:"Spremenite geslo",closeDialog:"Zapri pogovorno okno",logout:"Odjava",messageSettings:"Nastavitve sporočil",userSettings:"Uporabniške nastavitve"},Witnesses:{description:"Ste povedali komu drugemu ali je kdo videl, kaj se je zgodilo?",header:"Imate priče?",placeholder:"Začnite tipkati ..."}},reporting:{ReportingActivate:{buttonText:"Nadaljuj",description:"Če imate pri nas račun, vam bomo poslali e-pošto z navodili za dokončanje vaše prijave.",emailInput:"E-pošta",header:"Vnesite svoj službeni e-poštni naslov",successAccount:"Če imate račun pri nas, boste prejeli e-pošto z navodili, kako nastaviti geslo.",successEmail:"Če tega ne vidite takoj, prosim počakajte nekaj minut in osvežite svoj e-poštni predal.",successHeading:"Hvala"},ReportingConnect:{cancelButton:"Prekliči",connectButton:"Poveži",disclaimer:"Povezovanje vašega računa Slack z vašim računom Vault zagotavlja varno in zasebno povezavo.

Z povezovanjem lahko poročate o nepravilnostih ali postavite vprašanje neposredno znotraj Slacka. Vedno imate možnost, da po povezavi poročate anonimno. Vaša zasebnost in varnost sta naša najpomembnejša prioriteta.",heading:"Vault Platform prosi za dovoljenje za dostop do vašega Slack računa {{organisationName}}.",listHeading:"Kaj bo Vault sposoben storiti?",permissionIdentity:{extraInfo:"Vault bo imel možnost ogleda identitete vašega uporabnika Slack.",heading:"Ogled informacij o identiteti uporabnika"},permissionNotifications:{extraInfo:"Vault vam bo lahko poslal obvestila na vaš Slack račun, glede kakršnih koli posodobitev poslanega poročila ali vprašanja.",heading:"Pošlji vam obvestila"},permissionOverview:{extraInfo:"Vault bo na domači strani prikazal pregled vseh oddaj.",heading:"Pregled vložkov"},permissionSubmitReport:{extraInfo:"To bo podelilo Vaultu dovoljenje za oddajo poročila ali postavljanje vprašanja, neposredno vaši organizaciji, iz Slacka.",heading:"Predložite poročilo ali vprašanje v vašem imenu"},successfulConnectionDescription:"Vaš račun Vault in račun Slack sta zdaj povezana. Zdaj lahko to zavihek zaprete in se vrnete v Slack.",successfulConnectionHeading:"Uspešno povezano",unsuccessfulConnectionDescription:"Nekaj je šlo narobe. Prosimo, zaprite ta zavihek in se vrnite v Slack, da poskusite znova.",unsuccessfulConnectionHeading:"Povezava ni uspela"},ReportingLogin:{createAccountCTA:"Registrirajte se za račun",emailLabel:"Vaša elektronska pošta",loginButton:"Prijava",newPasswordPlaceholder:"Novo geslo",passwordFailMessage:"Vrnite se v Aplikacijo Vault v Slack in poskusite znova. Če se težava nadaljuje, nas kontaktirajte na techsupport@vaultplatform.com.",passwordFailTitle:"Nekaj je šlo narobe",passwordLabel:"Vaše geslo",passwordPlaceholder:"Vnesite svoje geslo",passwordResetRequired:"Potrebna je ponastavitev gesla",passwordSuccessfullySetMessage:"Vrnite se v aplikacijo Vault v Slack in se overite z novim geslom, da nadaljujete tam, kjer ste končali.",passwordSuccessfullySetTitle:"Geslo uspešno nastavljeno",reenterPlaceholder:"Ponovno vnesite geslo",title:"Reporter Hub",tooltip:'Če še niste nastavili gesla za aplikacijo Vault, sledite tukaj, da začnete. Če ste pozabili geslo, uporabite povezavo "Pozabljeno geslo" spodaj.',usernameLoginFailed:"Prijava ni uspela, uporabniško ime ali geslo je napačno"},ReportingReset:{failureDescription:"Vrnite se v aplikacijo Vault v Slacku in poskusite znova. Če težava še vedno obstaja, se obrnite na nas na naslovu techsupport@vaultplatform.com.",failureHeading:"Nekaj je šlo narobe",successDescription:"Vrnite se nazaj v aplikacijo Vault v Slacku in se avtenticirajte z novim geslom, da nadaljujete tam, kjer ste končali.",successHeading:"Geslo uspešno nastavljeno"}},validators:{passwordLength:"Geslo mora biti dolgo vsaj 9 znakov",passwordLowercase:"Geslo mora vsebovati vsaj 1 malo črko",passwordMissMatch:"Geslo in potrditvena polja se morata ujemati.",passwordNumeric:"Geslo mora vsebovati vsaj 1 številko",passwordUppercase:"Geslo mora vsebovati vsaj 1 veliko črko"},validatorsNew:{passwordLength:"Med 10 in 30 znaki",passwordLowercase:"Vsaj ena majhna črka",passwordMissMatch:"Gesli se ne ujemata",passwordNumeric:"Vsaj ena številka",passwordSpecialCharacter:"Najmanj en poseben znak",passwordUppercase:"Vsaj ena velika črka"}}},gqn={translation:{Buttons:{back:"Tillbaka",changePassword:"Ändra lösenord",copiedVaultId:"Kopierat!",copyVaultID:"Kopiera Vault ID",create:"Skapa",next:"Nästa",notSure:"Jag är inte säker",signUp:"Registrera dig",submit:"Skicka in"},Errors:{createReportFailed:"Det gick inte att skapa rapport."},ReportStatus:{CLOSED:"Stängd",INVESTIGATING:"Utreder",NEW:"Inskickad",READ:"Läst"},general:{time:{day:"Dag",days:"Dagar",hour:"Timme",hours:"Timmar",minute:"Minut",minutes:"Minuter",second:"Sekund",seconds:"Sekunder"}},public:{ChatContainer:{anonymousLabel:"Anonym",autoTranslate:"Automatisk översättning är avstängd som standard.",backToMessages:"Tillbaka till meddelanden",caseSettings:"Falls inställningar.",changeInProfile:"Om du önskar ändra denna inställning kan du göra det i din profil",description:`När automatisk översättning är aktiverad kommer alla rapportmeddelanden att - automatiskt översättas med AI baserat på det standardspråk - som är valt på din webbläsare.`,descriptionSecondHalf:"Den ursprungliga versionen av alla meddelanden bevaras alltid och kan hittas i chatten.",messagePlaceholder:"Börja skriva...",messageSettings:"Meddelandeinställningar.",originalMessages:"Original",showMoreBanner:"Lär dig mer om automatiska översättningar",titlev2:"Läs alla meddelanden på ditt föredragna språk.",translatedMessageLabel:"Översatt meddelande",translatedMessages:"Översatt",understood:"Förstått"},CreatePublicReport:{createReport:"Skapa ny rapport",helpPage:"Gå till vår hjälpsida",loginToOpr:"Logga in för att spåra rapporter",or:"eller",passwordPlaceholder:"Ange lösenord",phoneNumberLoginFailed:"Inloggning misslyckades, telefonnummer / pin-kod felaktig",phoneNumberPlaceholder:"Ange ditt telefonnummer",phoneNumberTooltip:"Ange telefonnumret du använde för att kontakta VaultTalk",pinPlaceholder:"Ange PIN",reportIntroductionParagraph1:"När du rapporterar en incident kommer du att ställas några frågor för att stödja dig i dokumenteringen av din upplevelse.",reportIntroductionParagraph2:"Innan du skickar in har du möjligheten att vara anonym för att skydda din integritet.",reportIntroductionParagraph3:"Efter att du skickat in kan du logga in när som helst för att se framstegen med din rapport & prata med en ärendehanterare.",reportIssue:"Rapportera ett problem",usernameLoginFailed:"Inloggning misslyckades, användarnamn/lösenord är felaktigt",validationError:{publicReport:{relationshipToCompanyRequired:"Relation till företaget krävs",reportedCategoryRequired:"Rapporterad kategori krävs"}},vaultId:"Vault ID",vaultIdPlaceholder:"Ange din E-post eller Vault ID",vaultIdTooltip:"För anonyma rapporter är Vault ID alfanumeriskt. Om rapporten inte var anonym, är Vault ID din e-postadress.",vaultTalk:"VaultTalk",yourPassword:"Ditt lösenord",yourPhoneNumber:"Ditt telefonnummer",yourPin:"Din 6-siffriga pin-kod",yourVaultId:"Ditt Vault ID"},CustomHeader:{companyLogo:"Företagslogotyp",openReporting:"Öppna rapportering",userSettings:"Användarinställningar"},Date:{approximateDescription:"Minns du ungefär vilket datum händelsen ägde rum?",approximatePlaceholder:"Exempel: 6 månader sedan/förra året/i november förra året",cancel:"avbryt",clear:"rensa",description:"Minns du vilket datum händelsen ägde rum?",header:"Vilken dag ägde det rum?",ok:"ok",placeholder:"Exempel: 21 juni 2020"},Description:{whatHappened:"Vad hände?",whatHappenedPlaceholder:"Använd dina egna ord …",whatHappenedText:"Använd dina egna ord för att beskriva vad som hände"},Details:{disclaimer:"Dessa detaljer kommer att offentliggöras med din rapport. Om du önskar att förbli anonym, se till att de inte innehåller identifierande information.",emailPlaceholder:"E-post (tillval)",fullNamePlaceholder:"Fullständigt namn (tillval)",header:"Dina uppgifter",subtitle:"Om du vill få notifikationer om denna rapport, lägg till en lämplig e-postadress nedan."},Emotion:{description:"Hur fick det dig att känna dig? Hur påverkade det dig?",header:"Hur påverkade det dig?",placeholder:"Börja skriva …"},Evidence:{addedHeading:"Lagt till",failedToOpenFileMessage:"Misslyckades med att öppna filen. Vänligen försök igen",fileStatuses:{infectedUpload:"Flaggad av säkerhetskontroll",passedUpload:"Godkänd säkerhetskontroll",pendingUpload:"Säkerhetskontroll pågår",readyForDownload:"Redo för nedladdning"},mobileErrorMessage:"Flaggade filer: meddela din ärendehanterare",nameHeading:"Namn",statusHeading:"Status",tableTitle:"Bevis",webErrorMessage:"Flaggade filer: Om din(a) fil(er) har markerats, vänligen meddela ärendehanteraren"},FileUpload:{addFiles:"Lägg till filer",addMoreFiles:"Lägg till fler filer",confirm:"Bekräfta",description:"Att lägga till filer som bevis kan bidra till att förbättra effektiviteten i lösningen av ditt ärende av din ärendehanterare. Vänligen överväg filinnehållet (inklusive filmetadata) om du önskar att förbli anonym, och respektera andra individers rättigheter och tillämpliga lagar.",dragDrop:"Släpp filer här eller",errorMessage:"Fil(er) misslyckades på grund av ett nätverksfel. Klicka nedan för att skicka ett meddelande till din handläggare för att få hjälp.",fileLimit:"Gränsvärde för filstorlek: 100MB",fileUploadLimitText:"Du kan endast ladda upp 10 filer",header:"Lägg till bevis",helpArticle:"hjälp artikel",highlighted:"bläddra i filer",information:"Stödda filtyper",moreInformation:"För mer information, vänligen se detta hjälp artikel",postSubmissionErrorMessage:"Vi kunde inte ladda upp dina filer på grund av ett systemfel. Vänligen välj 'bekräfta' igen.",tooltipAudio:"Ljud:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Dokument:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Bilder:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Text:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Filen är för stor",invalidFileType:"Filtyp som inte stöds: {{extension}}",systemError:"Systemfel",tooManyFiles:"Maximalt antal filer är {{maxFiles}}"},uploadFiles:"Ladda upp filer"},Loading:{loading:"Vänligen vänta medan vi skickar din rapport till en ärendehanterare...",postSubmissionLoading:"Vänligen vänta medan vi skickar in dina fil(er)..."},Location:{description:"Var inträffade det?",header:"Var inträffade det?",placeholder:"Exempel: På kontoret"},MessageListBox:{messageCaseManager:"Skicka meddelande till handläggare",report:"Rapportera {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Översättning inaktiverad",enableTranslationLabelEnabled:"Översättning aktiverad",enableTranslationsDescription:"Aktivera automatiska översättningar och läs alla rapportmeddelanden på ditt föredragna språk. Det översatta språket baseras på det språk som är valt på din enhet.",enableTranslationsHeader:"Aktivera automatiska översättningar för rapportmeddelanden",enableTranslationsSubDescriptionv2:"Du kan växla mellan det översatta och ursprungliga språket i varje chatt.",updateTranslationFailed:"Uppdatering av översättning misslyckades",updateTranslationSuccess:"Inställningen för översättning uppdaterades framgångsrikt"},Password:{changePasswordHeader:"Ändra lösenord",createNewPassword:"Skapa ett nytt lösenord",createPasswordHeader:"Ditt lösenord",currentPasswordPlaceholder:"Ange nuvarande lösenord",description:"Ett giltigt lösenord måste vara minst 9 tecken långt och innehålla en stor bokstav och en siffra",enterCurrentPassword:"Ange ditt nuvarande lösenord",newDescription:"Skapa ett starkt lösenord för att hålla ditt konto säkert. Börja skriva för att se riktlinjer nedan.",passwordPlaceholder:"Skapa ett lösenord",reenterPlaceholder:"Ange lösenordet igen",subtitle:"Skapa ett lösenord för att skicka in denna rapport och få åtkomst till den i framtiden"},Perpetrators:{description:"Rapporterar du en specifik person eller flera personer? Kan du namnge eller beskriva dem?",header:"Inblandade personer",placeholder:"Börja skriva och använd ett komma för att lägga till flera namn eller beskrivningar"},PoweredByVault:"Drivs av {{company}}",PrivacyStatement:"Produkt Sekretesspolicy",PublicMessageList:{myMessages:"Mina meddelanden"},PublicMoreEvidence:{additionalEvidenceHeader:"Bevis läggs till i befintlig rapport",backToReportId:"Tillbaka till rapport-ID: {{reportId}}",description:"Att lägga till filer som bevis kan hjälpa till att stödja effektiviteten i lösningen av din ärendehanterare. Vänligen överväg filinnehållet (inklusive filmetadata) om du önskar att förbli anonym, och respektera andra individers rättigheter och tillämpliga lagar. För mer info, vänligen se detta hjälp artikel",header:"Lägg till ytterligare bevis i rapporten",vaultTalkOpenCaseHeader:"Lägg till bevis i din rapport"},PublicReport:{anonymous:"Anonymt",backToReports:"Tillbaka till rapporter",skipped:"Hoppade över"},PublicReportCard:{addEvidence:"Lägg till ytterligare bevis",messageCaseManager:"Skicka meddelande till handläggare",reportId:"Rapport-ID:",submitted:"Inskickad",vaultTalkClosedCaseCTA:"Visa bevis",vaultTalkOpenCaseCTA:"Lägg till bevis",viewAdditionalEvidence:"Visa ytterligare bevis",viewReport:"Visa rapport"},PublicReportsList:{reportingSystem:"Rapporteringssystem"},Question:{placeholder:"Börja skriva...",question:"Tillhandahålla detaljer",questionText:"Vänligen dela dina bekymmer, uppdateringar eller förfrågningar med oss."},Relationship:{header:"Din relation till organisationen",tellUsAbout:"Berätta för oss din relation med organisationen."},ResponsiveNavMenu:{messages:"Mina meddelanden",reports:"Mina rapporter"},SpamPuzzle:{dialog:"Lös detta problem för att få fortsätta"},SubmissionTypes:{reportIssue:"Välj en kategori",whatType:"Välj den kategori som bäst beskriver din rapport"},SubmitSuccess:{category:"Kategori: {{category}}",dateSubmitted:"Inlämningsdatum: {{date}}",recordYourVaultID:"Kom ihåg denna information för inloggning",successMessage:"Din rapport har skickats in och är redo för granskning. Eventuella bifogade filer som kräver uppmärksamhet kommer att markeras vid inloggning. Logga in nedan för att se uppdateringar av rapporten och meddela din ärendehanterare.",successThankYou:"Tack för din rapport!",viewReport:"Visa rapport"},Time:{approximateDescription:"Minns du ungefär vilken tid händelsen ägde rum?",approximatePlaceholder:"Exempel: på morgonen, på eftermiddagen",description:"Minns du vilken tid händelsen ägde rum?",header:"Vilken tid inträffade det?",invalidTime:"Tidsformatet måste vara HH:MM"},UserSettingsDialog:{changePassword:"Ändra lösenord",closeDialog:"Stäng dialog",logout:"Logga ut",messageSettings:"Meddelandeinställningar",userSettings:"Användarinställningar"},Witnesses:{description:"Berättade du för någon annan eller såg någon vad som hände?",header:"Några vittnen?",placeholder:"Börja skriva …"}},reporting:{ReportingActivate:{buttonText:"Fortsätt",description:"Om du har ett konto hos oss kommer vi att skicka dig ett e-postmeddelande med instruktioner för att slutföra din registrering.",emailInput:"E-post",header:"Ange din arbets-e-post",successAccount:"Om du har ett konto hos oss kommer du att få ett e-postmeddelande med instruktioner om hur du ställer in ditt lösenord.",successEmail:"Om du inte omedelbart ser det, vänligen vänta några minuter och uppdatera din e-post inkorg.",successHeading:"Tack"},ReportingConnect:{cancelButton:"Avbryt",connectButton:"Anslut",disclaimer:"Att koppla ditt Slack-konto till ditt Vault-konto säkerställer en säker och privat anslutning.

Genom att ansluta kan du rapportera olämpligt beteende eller ställa en fråga direkt inom Slack. Du kommer alltid att ha möjlighet att rapportera anonymt efter anslutning. Din integritet och säkerhet är våra högsta prioriteringar.",heading:"Vault Platform begär tillstånd att få åtkomst till ditt {{organisationName}} Slack-konto",listHeading:"Vad kommer Vault att kunna göra?",permissionIdentity:{extraInfo:"Vault kommer att ha förmågan att se din Slack-användares identitet",heading:"Visa information om en användares identitet"},permissionNotifications:{extraInfo:"Vault kommer att kunna skicka dig meddelanden till ditt Slack-konto, angående alla uppdateringar till en inlämnad rapport eller fråga",heading:"Skicka dig aviseringar"},permissionOverview:{extraInfo:"Vault kommer att visa en översikt över alla inlämningar på startsidan",heading:"Översikt över inlämningar"},permissionSubmitReport:{extraInfo:"Detta kommer att ge Vault behörighet att skicka in en rapport eller ställa en fråga, direkt till din organisation, från Slack",heading:"Skicka in en rapport eller fråga för din räkning"},successfulConnectionDescription:"Ditt Vault-konto och Slack-konto är nu kopplade. Du kan nu stänga den här fliken och återgå till Slack.",successfulConnectionHeading:"Framgångsrikt ansluten",unsuccessfulConnectionDescription:"Något gick fel. Vänligen stäng denna flik och återgå till Slack för att försöka igen.",unsuccessfulConnectionHeading:"Anslutning misslyckades"},ReportingLogin:{createAccountCTA:"Registrera dig för ett konto",emailLabel:"Din e-post",loginButton:"Logga in",newPasswordPlaceholder:"Nytt lösenord",passwordFailMessage:"Återgå till Vault-appen i Slack och försök igen. Om problemet kvarstår, kontakta oss på techsupport@vaultplatform.com",passwordFailTitle:"Något gick fel",passwordLabel:"Ditt lösenord",passwordPlaceholder:"Ange ditt lösenord",passwordResetRequired:"Återställning av lösenord krävs",passwordSuccessfullySetMessage:"Återvänd till Vault-appen i Slack och autentisera med ditt nya lösenord för att fortsätta där du slutade.",passwordSuccessfullySetTitle:"Lösenordet har ställts in framgångsrikt",reenterPlaceholder:"Ange lösenordet igen",title:"Reporter Hub",tooltip:'Om du aldrig har ställt in ett lösenord för Vault-appen ännu, följ här för att komma igång. Om du har glömt ditt lösenord, använd länken "Glömt lösenord" nedan.',usernameLoginFailed:"Inloggningen misslyckades, användarnamn eller lösenord är felaktigt"},ReportingReset:{failureDescription:"Återvänd till Vault-appen i Slack och försök igen. Om problemet fortsätter, kontakta oss på techsupport@vaultplatform.com",failureHeading:"Något gick fel",successDescription:"Återvänd till Vault-appen i Slack och autentisera med ditt nya lösenord för att fortsätta där du slutade",successHeading:"Lösenordet har framgångsrikt ställts in"}},validators:{passwordLength:"Lösenordet måste vara minst 9 tecken långt",passwordLowercase:"Lösenordet måste innehålla minst 1 liten bokstav långt",passwordMissMatch:"Lösenords- och bekräftelsefälten överensstämmer inte.",passwordNumeric:"Lösenordet måste innehålla minst 1 siffra",passwordUppercase:"Lösenordet måste innehålla minst 1 stor bokstav långt"},validatorsNew:{passwordLength:"Mellan 10 och 30 tecken",passwordLowercase:"Minst en liten bokstav",passwordMissMatch:"Lösenorden matchar inte",passwordNumeric:"Minst ett nummer",passwordSpecialCharacter:"Minst ett specialtecken",passwordUppercase:"Minst en versal bokstav"}}},vqn={translation:{Buttons:{back:"ย้อนกลับ",changePassword:"เปลี่ยนรหัสผ่าน",copiedVaultId:"คัดลอกแล้ว!",copyVaultID:"คัดลอก ID Vault",create:"สร้างใหม่",next:"ถัดไป",notSure:"ฉันไม่แน่ใจ",signUp:"สมัครสมาชิก",submit:"ส่ง"},Errors:{createReportFailed:"สร้างรายงานไม่สำเร็จ"},ReportStatus:{CLOSED:"ปิดเรื่องแล้ว",INVESTIGATING:"กำลังสืบสวน",NEW:"ส่งแล้ว",READ:"อ่านแล้ว"},general:{time:{day:"วัน",days:"วันที่",hour:"ชั่วโมง",hours:"ชั่วโมง",minute:"นาที",minutes:"นาที",second:"ที่สอง",seconds:"วินาที"}},public:{ChatContainer:{anonymousLabel:"ไม่ระบุชื่อ",autoTranslate:"การแปลอัตโนมัติถูกปิดไว้เป็นค่าเริ่มต้น",backToMessages:"ย้อนกลับไปที่ข้อความ",caseSettings:"การตั้งค่ากรณี.",changeInProfile:"ถ้าคุณต้องการเปลี่ยนการตั้งค่านี้ คุณสามารถทำได้ในโปรไฟล์ของคุณ",description:"เมื่อเปิดใช้งานการแปลอัตโนมัติ ข้อความทั้งหมดในรายงานจะถูกแปลโดยอัตโนมัติโดยใช้ AI ขึ้นอยู่กับภาษาเริ่มต้นที่เลือกในเบราว์เซอร์ของคุณ",descriptionSecondHalf:"เวอร์ชันต้นฉบับของข้อความทั้งหมดจะถูกเก็บรักษาเสมอและสามารถค้นหาได้ในการแชท",messagePlaceholder:"เริ่มพิมพ์...",messageSettings:"การตั้งค่าข้อความ.",originalMessages:"ขออภัย, คุณไม่ได้ให้ข้อความที่ต้องการแปล. กรุณาให้ข้อความใหม่.",showMoreBanner:"เรียนรู้เพิ่มเติมเกี่ยวกับการแปลโดยอัตโนมัติ",titlev2:"อ่านข้อความทั้งหมดในภาษาที่คุณชอบ",translatedMessageLabel:"ข้อความที่แปล",translatedMessages:"แปลภาษา",understood:"เข้าใจ"},CreatePublicReport:{createReport:"สร้างรายงานใหม่",helpPage:"ไปที่หน้าช่วยเหลือของเรา",loginToOpr:"เข้าสู่ระบบเพื่อติดตามรายงาน",or:"หรือ",passwordPlaceholder:"ป้อนรหัสผ่าน",phoneNumberLoginFailed:"การเข้าสู่ระบบล้มเหลว, เลขที่โทรศัพท์/รหัส PIN ไม่ถูกต้อง",phoneNumberPlaceholder:"กรอกหมายเลขโทรศัพท์ของคุณ",phoneNumberTooltip:"ใส่หมายเลขโทรศัพท์ที่คุณใช้ติดต่อ VaultTalk",pinPlaceholder:"ใส่รหัส PIN",reportIntroductionParagraph1:"เมื่อรายงานเหตุการณ์ คุณจะถูกถามคำถามหลายคำเพื่อสนับสนุนคุณในการทำเอกสารประสบการณ์ของคุณ",reportIntroductionParagraph2:"ก่อนที่คุณจะส่งคำตอบ คุณมีตัวเลือกในการไม่เปิดเผยตัวตนเพื่อคุ้มครองความเป็นส่วนตัวของคุณ",reportIntroductionParagraph3:"หลังจากที่คุณส่งแล้ว คุณสามารถเข้าสู่ระบบได้ทุกเวลาเพื่อดูความคืบหน้าของรายงานของคุณและพูดคุยกับผู้จัดการเคส",reportIssue:"รายงานปัญหา",usernameLoginFailed:"เข้าสู่ระบบล้มเหลว ชื่อผู้ใช้/รหัสผ่านไม่ถูกต้อง",validationError:{publicReport:{relationshipToCompanyRequired:"ต้องระบุความสัมพันธ์กับบริษัท",reportedCategoryRequired:"ต้องระบุหมวดหมู่ที่รายงาน"}},vaultId:"Vault ไอดี",vaultIdPlaceholder:"ป้อนอีเมลของคุณหรือ ID ของ Vault",vaultIdTooltip:"สำหรับรายงานที่ไม่ระบุชื่อ รหัส Vault เป็นตัวอักษรและตัวเลข หากรายงานไม่ได้เป็นการไม่ระบุชื่อ รหัส Vault คือที่อยู่อีเมลของคุณ",vaultTalk:"VaultTalk",yourPassword:"รหัสผ่านของคุณ",yourPhoneNumber:"หมายเลขโทรศัพท์ของคุณ",yourPin:"รหัส PIN 6 หลักของคุณ",yourVaultId:"รหัส Vault ของคุณ"},CustomHeader:{companyLogo:"โลโก้ของบริษัท",openReporting:"เปิดการรายงาน",userSettings:"การตั้งค่าของผู้ใช้"},Date:{approximateDescription:"คุณจำวันที่โดยประมาณที่เกิดเหตุการณ์นี้ได้หรือไม่?",approximatePlaceholder:"อย่างเช่น: เมื่อ 6 เดือนก่อน / ปีที่แล้ว / เดือนพฤศจิกายนปีก่อน",cancel:"ยกเลิก",clear:"ล้าง",description:"คุณจำวันที่เกิดเหตุการณ์นี้ได้หรือไม่?",header:"เหตุการณ์นี้เกิดขึ้นวันใด?",ok:"ตกลง",placeholder:"อย่างเช่น: วันที่ 21 มิถุนายน พ.ศ. 2563"},Description:{whatHappened:"เกิดอะไรขึ้น?",whatHappenedPlaceholder:"ใช้ถ้อยคำของคุณเอง...",whatHappenedText:"อธิบายสิ่งที่เกิดขึ้น โดยใช้ถ้อยคำของคุณเอง"},Details:{disclaimer:"รายละเอียดเหล่านี้จะถูกเปิดเผยพร้อมกับรายงานของคุณ หากคุณต้องการที่จะอยู่โดยไม่ระบุชื่อ โปรดตรวจสอบว่าไม่มีข้อมูลที่สามารถระบุตัวคุณได้",emailPlaceholder:"อีเมล (ไม่จำเป็นต้องระบุ)",fullNamePlaceholder:"ชื่อเต็ม (ไม่จำเป็นต้องระบุ)",header:"รายละเอียดของคุณ",subtitle:"หากคุณต้องการรับการแจ้งเตือนเกี่ยวกับรายงานนี้ โปรดเพิ่มที่อยู่อีเมลที่เหมาะสมด้านล่าง"},Emotion:{description:"คุณรู้สึกอย่างไรกับเหตุการณ์ที่เกิดขึ้นนี้ เหตุการณ์ที่เกิดขึ้นนี้มีผลกระทบอะไรบ้าง?",header:"เหตุการณ์ที่เกิดขึ้นนี้มีผลกระทบอะไรบ้าง?",placeholder:"เริ่มต้นพิมพ์..."},Evidence:{addedHeading:"เพิ่มแล้ว",failedToOpenFileMessage:"เปิดไฟล์ไม่สำเร็จ โปรดลองอีกครั้ง",fileStatuses:{infectedUpload:"ถูกทำเครื่องหมายโดยการตรวจสอบความปลอดภัย",passedUpload:"ผ่านการตรวจสอบความปลอดภัย",pendingUpload:"การตรวจสอบความปลอดภัยกำลังดำเนินการ",readyForDownload:"พร้อมให้ดาวน์โหลด"},mobileErrorMessage:"ไฟล์ที่ถูกปัก: ส่งข้อความถึงผู้จัดการเคสของคุณ",nameHeading:"ชื่อ",statusHeading:"สถานะ",tableTitle:"หลักฐาน",webErrorMessage:"ไฟล์ที่ถูกระบุ: หากไฟล์ของคุณถูกระบุ กรุณาส่งข้อความติดต่อผู้จัดการเคส"},FileUpload:{addFiles:"เพิ่มไฟล์",addMoreFiles:"เพิ่มไฟล์เพิ่มเติม",confirm:"ยืนยัน",description:"การเพิ่มไฟล์เป็นหลักฐานสามารถช่วยสนับสนุนประสิทธิภาพในการแก้ไขโดยผู้จัดการเคสของคุณ โปรดพิจารณาเนื้อหาของไฟล์ (รวมถึงข้อมูลเมตาดาต้าของไฟล์) หากคุณต้องการที่จะเป็นนิรนาม โปรดเคารพสิทธิของบุคคลอื่น ๆ และกฎหมายที่เกี่ยวข้อง",dragDrop:"วางไฟล์ที่นี่หรือ",errorMessage:"ไฟล์(รายการ) ล้มเหลวเนื่องจากข้อผิดพลาดในเครือข่าย คลิกด้านล่างเพื่อส่งข้อความถึงผู้จัดการของคุณเพื่อขอความช่วยเหลือ",fileLimit:"ขนาดไฟล์สูงสุดของแต่ละไฟล์: 100MB",fileUploadLimitText:"คุณสามารถอัปโหลดไฟล์ได้เพียง 10 ไฟล์เท่านั้น",header:"เพิ่มหลักฐาน",helpArticle:"บทความช่วยเหลือ",highlighted:"เรียกดูไฟล์",information:"ประเภทไฟล์ที่รองรับ",moreInformation:"สำหรับข้อมูลเพิ่มเติม โปรดดูที่นี่ บทความช่วยเหลือ",postSubmissionErrorMessage:"เราไม่สามารถอัปโหลดไฟล์ของคุณได้เนื่องจากข้อผิดพลาดของระบบ กรุณาเลือก 'ยืนยัน' อีกครั้ง",tooltipAudio:"เสียง:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"เอกสาร:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"ภาพ:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"ข้อความ:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"วิดีโอ:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"ไฟล์มีขนาดใหญ่เกินไป",invalidFileType:"ประเภทไฟล์ที่ไม่รองรับ: {{extension}}",systemError:"ข้อผิดพลาดของระบบ",tooManyFiles:"จำนวนไฟล์สูงสุดคือ {{maxFiles}}"},uploadFiles:"อัปโหลดไฟล์"},Loading:{loading:"กรุณารอสักครู่ในขณะที่เราทำการส่งรายงานของคุณไปยังผู้จัดการเคส...",postSubmissionLoading:"กรุณารอสักครู่ในขณะที่เราส่งไฟล์ของคุณ..."},Location:{description:"เหตุการณ์นี้เกิดขึ้นที่ใด?",header:"เหตุการณ์นี้เกิดขึ้นที่ใด?",placeholder:"อย่างเช่น: ในสำนักงาน"},MessageListBox:{messageCaseManager:"ส่งข้อความถึงผู้จัดการเคสของคุณ",report:"รายงาน {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"การแปลถูกปิดใช้งาน",enableTranslationLabelEnabled:"การแปลถูกเปิดใช้งาน",enableTranslationsDescription:"เปิดใช้งานการแปลอัตโนมัติและอ่านข้อความรายงานทั้งหมดในภาษาที่คุณโปรดปราน. ภาษาที่แปลจะขึ้นอยู่กับภาษาที่คุณเลือกในอุปกรณ์ของคุณ.",enableTranslationsHeader:"เปิดใช้งานการแปลอัตโนมัติสำหรับข้อความรายงาน",enableTranslationsSubDescriptionv2:"คุณสามารถสลับระหว่างภาษาที่แปลและภาษาต้นฉบับในแต่ละการแชท",updateTranslationFailed:"การอัปเดตการแปลล้มเหลว",updateTranslationSuccess:"การตั้งค่าการแปลอัปเดตเรียบร้อยแล้ว"},Password:{changePasswordHeader:"เปลี่ยนรหัสผ่าน",createNewPassword:"กรุณาตั้งรหัสผ่านใหม่",createPasswordHeader:"รหัสผ่านของคุณ",currentPasswordPlaceholder:"ป้อนรหัสผ่านปัจจุบัน",description:"รหัสผ่านที่ใช้งานได้ต้องมีความยาวอย่างน้อย 9 ตัว และประกอบด้วยอักษรตัวพิมพ์ใหญ่ 1 ตัว และตัวเลข 1 ตัว",enterCurrentPassword:"กรุณาป้อนรหัสผ่านปัจจุบันของคุณ",newDescription:"สร้างรหัสผ่านที่มั่นคงเพื่อรักษาความปลอดภัยให้กับบัญชีของคุณ กรอกข้อความเพื่อดูคำแนะนำที่ด้านล่าง",passwordPlaceholder:"ตั้งรหัสผ่าน",reenterPlaceholder:"ป้อนรหัสผ่านอีกครั้ง",subtitle:"ตั้งรหัสผ่านเพื่อส่งรายงานนี้ และเข้าถึงรายงานนี้ในอนาคต"},Perpetrators:{description:"คุณกำลังรายงานบุคคลที่เฉพาะเจาะจงหรือรายงานหลายคน คุณสามารถระบุชื่อหรืออธิบายรูปพรรณสันฐานของพวกเขาได้หรือไม่?",header:"ผู้ที่เกี่ยวข้อง",placeholder:"เริ่มต้นพิมพ์และใช้เครื่องหมายจุลภาพ (,) เพื่อคั่นแต่ละชื่อหรือคำอธิบาย"},PoweredByVault:"ให้บริการโดย {{company}}",PrivacyStatement:"คำประกาศความเป็นส่วนตัวของสินค้า",PublicMessageList:{myMessages:"ข้อความของฉัน"},PublicMoreEvidence:{additionalEvidenceHeader:"เพิ่มหลักฐานในรายงานที่มีอยู่แล้ว",backToReportId:"กลับไปที่รายงาน ID: {{reportId}}",description:"การเพิ่มไฟล์เป็นหลักฐานสามารถช่วยสนับสนุนประสิทธิภาพในการแก้ไขปัญหาโดยผู้จัดการของคุณ โปรดพิจารณาเนื้อหาของไฟล์ (รวมถึงข้อมูลเมตาของไฟล์) หากคุณต้องการที่จะเก็บตัวตนให้ไม่รู้จัก และเคารพสิทธิของบุคคลอื่นๆ และกฎหมายที่เกี่ยวข้อง สำหรับข้อมูลเพิ่มเติม กรุณาดูที่นี่ บทความช่วยเหลือ",header:"เพิ่มหลักฐานเพิ่มเติมในรายงาน",vaultTalkOpenCaseHeader:"เพิ่มหลักฐานในรายงานของคุณ"},PublicReport:{anonymous:"ไม่ระบุชื่อ",backToReports:"ย้อนกลับไปที่รายงาน",skipped:"ข้ามแล้ว"},PublicReportCard:{addEvidence:"เพิ่มหลักฐานเพิ่มเติม",messageCaseManager:"ส่งข้อความถึงผู้จัดการเคสของคุณ",reportId:"ID ของรายงาน: ",submitted:"ส่งแล้ว",vaultTalkClosedCaseCTA:"ดูหลักฐาน",vaultTalkOpenCaseCTA:"เพิ่มหลักฐาน",viewAdditionalEvidence:"ดูหลักฐานเพิ่มเติม",viewReport:"เรียกดูรายงาน"},PublicReportsList:{reportingSystem:"ระบบการรายงาน"},Question:{placeholder:"เริ่มพิมพ์...",question:"ให้รายละเอียด",questionText:"กรุณาแบ่งปันข้อกังวล, การอัปเดต, หรือการสอบถามของคุณกับเรา"},Relationship:{header:"ความสัมพันธ์ของคุณกับองค์กรนี้",tellUsAbout:"กรุณาบอกเราเกี่ยวกับความสัมพันธ์ของคุณกับองค์กรนี้"},ResponsiveNavMenu:{messages:"ข้อความของฉัน",reports:"รายงานของฉัน"},SpamPuzzle:{dialog:"หากต้องการดำเนินการต่อ กรุณาแก้ปริศนานี้"},SubmissionTypes:{reportIssue:"เลือกหมวดหมู่",whatType:"เลือกหมวดหมู่ที่อธิบายรายงานของคุณได้ดีที่สุด"},SubmitSuccess:{category:"หมวดหมู่: {{category}}",dateSubmitted:"วันที่ส่ง: {{date}}",recordYourVaultID:"จำข้อมูลนี้สำหรับการเข้าสู่ระบบ",successMessage:"รายงานของคุณได้รับการส่งแล้วและพร้อมสำหรับการตรวจสอบ ไฟล์ที่แนบมาที่ต้องการความสนใจจะถูกทำเครื่องหมายเมื่อคุณเข้าสู่ระบบ ลงชื่อเข้าใช้ด้านล่างเพื่อดูการอัปเดตรายงานและส่งข้อความถึงผู้จัดการของคุณ",successThankYou:"ขอบคุณสำหรับรายงานของคุณ!",viewReport:"ดูรายงาน"},Time:{approximateDescription:"คุณจำเวลาโดยประมาณที่เกิดเหตุการณ์นี้ได้หรือไม่?",approximatePlaceholder:"อย่างเช่น: ในตอนเช้า ในตอนบ่าย",description:"คุณจำเวลาที่เกิดเหตุการณ์นี้ได้หรือไม่?",header:"เหตุการณ์นี้เกิดขึ้นในเวลาใด?",invalidTime:"รูปแบบของเวลาต้องเป็น ชช:นน"},UserSettingsDialog:{changePassword:"เปลี่ยนรหัสผ่าน",closeDialog:"ปิดกล่องโต้ตอบ",logout:"ออกจากระบบ",messageSettings:"การตั้งค่าข้อความ",userSettings:"การตั้งค่าของผู้ใช้"},Witnesses:{description:"คุณได้บอกกับคนอื่น หรือมีใครเห็นเหตุการณ์ที่เกิดขึ้นนี้หรือไม่?",header:"มีพยานรู้เห็นหรือไม่?",placeholder:"เริ่มต้นพิมพ์..."}},reporting:{ReportingActivate:{buttonText:"ดำเนินต่อ",description:"ถ้าคุณมีบัญชีกับเรา เราจะส่งอีเมล์พร้อมคำแนะนำให้คุณเพื่อดำเนินการลงทะเบียนเสร็จสมบูรณ์",emailInput:"อีเมล",header:"ป้อนอีเมลที่ทำงานของคุณ",successAccount:"ถ้าคุณมีบัญชีกับเรา คุณจะได้รับอีเมล์ที่มีคำแนะนำเรื่องวิธีการตั้งรหัสผ่านของคุณ",successEmail:"ถ้าคุณไม่เห็นทันที กรุณารอเพียงไม่กี่นาทีแล้วรีเฟรชกล่องจดหมายของคุณ",successHeading:"ขอบคุณคุณ"},ReportingConnect:{cancelButton:"ยกเลิก",connectButton:"เชื่อมต่อ",disclaimer:"การเชื่อมต่อบัญชี Slack ของคุณกับบัญชี Vault จะช่วยให้การเชื่อมต่อของคุณมั่นคงและเป็นส่วนตัว

การเชื่อมต่อจะทำให้คุณสามารถรายงานการประพฤติไม่เหมาะสมหรือถามคำถามโดยตรงภายใน Slack คุณจะมีตัวเลือกเสมอในการรายงานโดยไม่เปิดเผยชื่อหลังจากการเชื่อมต่อ ความเป็นส่วนตัวและความมั่นคงของคุณเป็นลำดับความสำคัญสูงสุดของเรา",heading:"Vault Platform ขอร้องขอสิทธิ์ในการเข้าถึงบัญชี Slack ของ{{organisationName}} ของคุณ",listHeading:"Vault จะสามารถทำอะไรได้บ้าง?",permissionIdentity:{extraInfo:"Vault จะมีความสามารถในการดูตัวตนของผู้ใช้ Slack ของคุณ",heading:"ดูข้อมูลเกี่ยวกับตัวตนของผู้ใช้"},permissionNotifications:{extraInfo:"Vault จะสามารถส่งการแจ้งเตือนให้คุณผ่านบัญชี Slack ของคุณ เกี่ยวกับการอัปเดตใด ๆ ที่เกิดขึ้นกับรายงานหรือคำถามที่ท่านได้ส่งไป",heading:"ส่งการแจ้งเตือนถึงคุณ"},permissionOverview:{extraInfo:"Vault จะแสดงภาพรวมของการส่งทั้งหมดในหน้าแรก",heading:"ภาพรวมของการส่งเข้า"},permissionSubmitReport:{extraInfo:"นี่จะให้สิทธิ์แก่ Vault ในการส่งรายงานหรือถามคำถามโดยตรงไปยังองค์กรของคุณ จาก Slack",heading:"ส่งรายงานหรือคำถามในนามของคุณ"},successfulConnectionDescription:"บัญชี Vault และบัญชี Slack ของคุณได้ถูกเชื่อมต่อแล้ว คุณสามารถปิดแท็บนี้แล้วกลับไปที่ Slack",successfulConnectionHeading:"เชื่อมต่อสำเร็จแล้ว",unsuccessfulConnectionDescription:"มีบางอย่างผิดพลาด โปรดปิดแท็บนี้และกลับไปที่ Slack เพื่อลองใหม่อีกครั้ง",unsuccessfulConnectionHeading:"การเชื่อมต่อล้มเหลว"},ReportingLogin:{createAccountCTA:"ลงทะเบียนสำหรับบัญชี",emailLabel:"อีเมลของคุณ",loginButton:"เข้าสู่ระบบ",newPasswordPlaceholder:"รหัสผ่านใหม่",passwordFailMessage:"กลับไปที่แอพ Vault ใน Slack แล้วลองอีกครั้ง หากปัญหายังคงมีอยู่ ติดต่อเราที่ techsupport@vaultplatform.com",passwordFailTitle:"มีบางอย่างผิดพลาด",passwordLabel:"รหัสผ่านของคุณ",passwordPlaceholder:"กรอกรหัสผ่านของคุณ",passwordResetRequired:"ต้องการรีเซ็ตรหัสผ่าน",passwordSuccessfullySetMessage:"กลับไปที่ Vault App ใน Slack และทำการยืนยันตัวตนด้วยรหัสผ่านใหม่ของคุณเพื่อดำเนินการต่อจากที่คุณหยุดไว้",passwordSuccessfullySetTitle:"ตั้งรหัสผ่านสำเร็จแล้ว",reenterPlaceholder:"ป้อนรหัสผ่านอีกครั้ง",title:"ศูนย์รวมข่าวสาร",tooltip:'ถ้าคุณยังไม่เคยตั้งรหัสผ่านสำหรับแอป Vault ยัง คุณสามารถทำตามที่นี่เพื่อเริ่มต้น หากคุณลืมรหัสผ่านของคุณ ให้ใช้ลิงก์ "ลืมรหัสผ่าน" ด้านล่างนี้',usernameLoginFailed:"เข้าสู่ระบบไม่สำเร็จ ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง"},ReportingReset:{failureDescription:"กลับไปที่แอป Vault ใน Slack แล้วลองอีกครั้ง หากปัญหายังคงมีอยู่ ติดต่อเราที่ techsupport@vaultplatform.com",failureHeading:"สิ่งบางอย่างผิดพลาด",successDescription:"กลับไปที่ Vault App ใน Slack และยืนยันตัวตนด้วยรหัสผ่านใหม่ของคุณเพื่อดำเนินการต่อจากที่คุณหยุด",successHeading:"ตั้งรหัสผ่านสำเร็จแล้ว"}},validators:{passwordLength:"รหัสผ่านต้องมีความยาวอย่างน้อย 9 ตัว",passwordLowercase:"รหัสผ่านต้องประกอบด้วยอักษรตัวพิมพ์เล็กอย่างน้อย 1 ตัว",passwordMissMatch:"ค่าที่ป้อนในช่องรหัสผ่านและรหัสผ่านยืนยันต้องตรงกัน",passwordNumeric:"รหัสผ่านต้องประกอบด้วยตัวเลขอย่างน้อย 1 ตัว",passwordUppercase:"รหัสผ่านต้องประกอบด้วยอักษรตัวพิมพ์ใหญ่อย่างน้อย 1 ตัว"},validatorsNew:{passwordLength:"ระหว่าง 10 และ 30 ตัวอักษร",passwordLowercase:"อย่างน้อยหนึ่งตัวอักษรตัวเล็ก",passwordMissMatch:"รหัสผ่านไม่ตรงกัน",passwordNumeric:"อย่างน้อยหนึ่งตัวเลข",passwordSpecialCharacter:"อย่างน้อยหนึ่งตัวอักษรพิเศษ",passwordUppercase:"อย่างน้อยหนึ่งตัวอักษรตัวใหญ่"}}},yqn={translation:{Buttons:{back:"Geri",changePassword:"Parolayı Değiştir",copiedVaultId:"Kopyalandı!",copyVaultID:"Vault Kimlik Numarasını Kopyala",create:"Oluştur",next:"Sonraki",notSure:"Emin değilim",signUp:"Kaydol",submit:"Gönder"},Errors:{createReportFailed:"Rapor oluşturma başarısız."},ReportStatus:{CLOSED:"Kapalı",INVESTIGATING:"İnceleniyor",NEW:"Gönderildi",READ:"Oku"},general:{time:{day:"Gün",days:"Günler",hour:"Saat",hours:"Saatler",minute:"Dakika",minutes:"Dakikalar",second:"İkinci",seconds:"Saniyeler"}},public:{ChatContainer:{anonymousLabel:"Anonim",autoTranslate:"Otomatik çeviri varsayılan olarak kapalıdır.",backToMessages:"Mesajlara geri dön",caseSettings:"Durum ayarları.",changeInProfile:"Bu ayarı değiştirmek isterseniz, profilinizde bunu yapabilirsiniz.",description:`Otomatik çeviri açık olduğunda, tüm rapor mesajları - tarayıcınızda seçili olan varsayılan dil üzerinden AI kullanılarak - otomatik olarak çevrilecektir.`,descriptionSecondHalf:"Tüm mesajların orijinal sürümü her zaman korunur ve sohbet içinde bulunabilir.",messagePlaceholder:"Yazmaya başlayın...",messageSettings:"Mesaj ayarları.",originalMessages:"Orjinal",showMoreBanner:"Otomatik çeviriler hakkında daha fazla bilgi edinin",titlev2:"Tercih ettiğiniz dilde tüm mesajları okuyun.",translatedMessageLabel:"Çevrilmiş Mesaj",translatedMessages:"Çevrildi",understood:"Anlaşıldı"},CreatePublicReport:{createReport:"Yeni rapor oluştur",helpPage:"Yardım sayfamıza gidin",loginToOpr:"Raporları Takip Etmek için Giriş Yapın",or:"veya",passwordPlaceholder:"Parola gir",phoneNumberLoginFailed:"Giriş başarısız, telefon numarası / pin yanlış",phoneNumberPlaceholder:"Telefon Numaranızı Girin",phoneNumberTooltip:"VaultTalk ile iletişim kurmak için kullandığınız telefon numarasını girin",pinPlaceholder:"Pin Giriniz",reportIntroductionParagraph1:"Bir olayı bildirirken, deneyiminizi belgelendirmenize yardımcı olmak için size birkaç soru sorulacaktır.",reportIntroductionParagraph2:"Göndermeden önce, gizliliğinizi korumak için anonim kalma seçeneğine sahipsiniz.",reportIntroductionParagraph3:"Gönderdikten sonra, raporunuzun ilerleyişi hakkında bilgi almak ve bir dosya yöneticisi ile konuşmak için istediğiniz zaman giriş yapabilirsiniz.",reportIssue:"Sorun bildir",usernameLoginFailed:"Giriş başarısız, kullanıcı adı/şifre yanlış",validationError:{publicReport:{relationshipToCompanyRequired:"Şirket ile ilişki gereklidir",reportedCategoryRequired:"Raporlanan kategori gereklidir"}},vaultId:"Vault Kimlik Numarası",vaultIdPlaceholder:"E-postanızı veya Vault ID'nizi girin",vaultIdTooltip:"Anonim raporlar için Vault ID alfanümeriktir. Rapor anonim değilse, Vault ID'niz e-posta adresinizdir.",vaultTalk:"VaultTalk",yourPassword:"Şifreniz",yourPhoneNumber:"Telefon Numaranız",yourPin:"6 Haneli Pininiz",yourVaultId:"Vault Kimlik Numaranız"},CustomHeader:{companyLogo:"Şirket Logosu",openReporting:"Bildirme İşlevini Aç",userSettings:"Kullanıcı Ayarları"},Date:{approximateDescription:"Olayın meydana geldiği yaklaşık tarihi hatırlıyor musunuz?",approximatePlaceholder:"Örneğin: 6 ay önce / geçen yıl / geçen Kasım",cancel:"iptal",clear:"temizle",description:"Olayın meydana geldiği tarihi hatırlıyor musunuz?",header:"Hangi gün meydana geldi?",ok:"tamam",placeholder:"Örneğin: 21 Haziran 2020"},Description:{whatHappened:"Ne oldu?",whatHappenedPlaceholder:"Kendi ifadelerinizi kullanın...",whatHappenedText:"Ne olduğunu kendi ifadeleriniz ile anlatın"},Details:{disclaimer:"Bu detaylar raporunuzla birlikte açıklanacaktır. Anonim kalmak isterseniz, kimlik belirleyici bilgiler içermediğinden emin olun.",emailPlaceholder:"E-posta adresiniz (isteğe bağlı)",fullNamePlaceholder:"Ad ve Soyadınız (isteğe bağlı)",header:"Bilgileriniz",subtitle:"Bu rapor hakkında bildirim almak istiyorsanız, aşağıya uygun bir e-posta adresi ekleyin."},Emotion:{description:"Bu olay karşısında ne hissettiniz? Etkisi ne oldu?",header:"Etkisi ne oldu?",placeholder:"Yazmaya başlayın..."},Evidence:{addedHeading:"Eklendi",failedToOpenFileMessage:"Dosya açılamadı. Lütfen tekrar deneyin.",fileStatuses:{infectedUpload:"Güvenlik kontrolü tarafından işaretlendi",passedUpload:"Güvenlik kontrolünden geçti",pendingUpload:"Güvenlik kontrolü devam ediyor",readyForDownload:"İndirmeye hazır"},mobileErrorMessage:"İşaretlenmiş dosyalar: dosya yöneticinize mesaj gönderin",nameHeading:"İsim",statusHeading:"Durum",tableTitle:"Kanıt",webErrorMessage:"İşaretlenmiş dosyalar: Eğer dosyanız işaretlenmişse, lütfen durum yöneticisine mesaj atın."},FileUpload:{addFiles:"Dosya Ekle",addMoreFiles:"Daha fazla dosya ekle",confirm:"Onayla",description:"Dosyaları kanıt olarak eklemek, dosya içeriği (dosya metaverileri dahil) hakkında düşünmeniz ve anonim kalmak istiyorsanız, diğer bireylerin haklarına ve geçerli yasalara saygı göstermeniz durumunda, dosya yöneticinizin çözüm etkinliğini desteklemeye yardımcı olabilir. Lütfen bunları dikkate alın.",dragDrop:"Dosyaları buraya bırakın veya",errorMessage:"Dosya(lar) bir ağ hatası nedeniyle başarısız oldu. Yardım için durum yöneticinize mesaj göndermek için aşağıya tıklayın.",fileLimit:"Her dosya boyutu limiti: 100MB",fileUploadLimitText:"Yalnızca 10 dosya yükleyebilirsiniz",header:"Kanıt ekle",helpArticle:"yardım makalesi",highlighted:"Dosyalara göz at",information:"Desteklenen dosya türleri",moreInformation:"Daha fazla bilgi için lütfen bunu inceleyin yardım makalesi",postSubmissionErrorMessage:"Sistem hatası nedeniyle dosyalarınızı yükleyemedik. Lütfen 'onayla' seçeneğini tekrar seçin.",tooltipAudio:"Ses:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Belgeler:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Görüntüler:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Metin:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Dosya çok büyük",invalidFileType:"Desteklenmeyen dosya türü: {{extension}}",systemError:"Sistem hatası",tooManyFiles:"Maksimum dosya sayısı {{maxFiles}}"},uploadFiles:"Dosyaları yükle"},Loading:{loading:"Lütfen raporunuzu bir dosya yöneticisine sunarken bekleyin...",postSubmissionLoading:"Lütfen dosyanız(larınızın) gönderilmesini beklerken bekleyin..."},Location:{description:"Nerede meydana geldi?",header:"Nerede meydana geldi?",placeholder:"Örneğin: iş yerinde"},MessageListBox:{messageCaseManager:"Vaka yöneticisine mesaj gönder",report:"Bildir {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Çeviri devre dışı",enableTranslationLabelEnabled:"Çeviri etkinleştirildi",enableTranslationsDescription:"Otomatik çevirileri etkinleştirin ve tüm rapor mesajlarını tercih ettiğiniz dilde okuyun. Çevrilen dil, cihazınızda seçilen dile dayanmaktadır.",enableTranslationsHeader:"Rapor mesajları için otomatik çevirileri etkinleştirin",enableTranslationsSubDescriptionv2:"Her sohbet içinde çevrilen dil ile orijinal dil arasında geçiş yapabilirsiniz.",updateTranslationFailed:"Çeviri güncelleme başarısız oldu",updateTranslationSuccess:"Çeviri ayarı başarıyla güncellendi"},Password:{changePasswordHeader:"Parolayı Değiştir",createNewPassword:"Lütfen yeni bir parola oluşturun",createPasswordHeader:"Parolanız",currentPasswordPlaceholder:"Mevcut parolanızı girin",description:"Geçerli bir parola en az 9 karakter uzunluğunda olmalı ve bir büyük harf ve bir sayı içermelidir",enterCurrentPassword:"Lütfen mevcut parolanızı girin",newDescription:"Hesabınızı güvende tutmak için güçlü bir şifre oluşturun. Aşağıdaki yönergeleri görmek için yazmaya başlayın.",passwordPlaceholder:"Parola oluşturun",reenterPlaceholder:"Parolanızı tekrar girin",subtitle:"Bu raporu göndermek ve daha sonra erişim sağlamak için bir parola oluşturun"},Perpetrators:{description:"Belirli bir kişi veya birçok kişiyi mi bildiriyorsunuz? İsimlerini verebilir veya tanımlayabilir misiniz?",header:"İlgili kişiler",placeholder:"Yazmaya başlayın ve birden çok isim veya tanım eklerken virgül kullanın"},PoweredByVault:"{{company}} tarafından sunulmaktadır",PrivacyStatement:"Ürün Gizlilik Beyanı",PublicMessageList:{myMessages:"Mesajlarım"},PublicMoreEvidence:{additionalEvidenceHeader:"Mevcut rapora eklenen kanıt",backToReportId:"Rapor ID'ye geri dön: {{reportId}}",description:"Dosyaları kanıt olarak eklemek, durum yöneticinizin çözüm verimliliğini desteklemeye yardımcı olabilir. Anonim kalmak istiyorsanız lütfen dosya içeriğini (dosya metaverileri dahil) dikkate alın ve diğer kişilerin haklarına ve geçerli yasalara saygı gösterin. Daha fazla bilgi için lütfen bunu inceleyin. yardım makalesi",header:"Rapora ekstra kanıtlar ekleyin",vaultTalkOpenCaseHeader:"Raporunuza kanıt ekleyin"},PublicReport:{anonymous:"Anonim",backToReports:"Raporlara geri dön",skipped:"Atlandı"},PublicReportCard:{addEvidence:"Ek ekstra kanıt ekle",messageCaseManager:"Vaka yöneticisine mesaj gönder",reportId:"Rapor Kimliği:",submitted:"Gönderildi",vaultTalkClosedCaseCTA:"Kanıtları Görüntüle",vaultTalkOpenCaseCTA:"Kanıt Ekle",viewAdditionalEvidence:"Ekstra kanıtları görüntüleyin",viewReport:"Raporu Görüntüle"},PublicReportsList:{reportingSystem:"Bildirim Sistemi"},Question:{placeholder:"Yazmaya başlayın...",question:"Ayrıntıları sağlayın",questionText:"Lütfen endişenizi, güncellemenizi veya sorgunuzu bizimle paylaşın."},Relationship:{header:"Kuruluş ile aranızdaki ilişki",tellUsAbout:"Lütfen kuruluş ile aranızdaki ilişkiden bahsedin."},ResponsiveNavMenu:{messages:"Benim mesajlarım",reports:"Benim raporlarım"},SpamPuzzle:{dialog:"Devam etmek için, lütfen bu bulmacayı çözün"},SubmissionTypes:{reportIssue:"Bir kategori seçin",whatType:"Raporunuzu en iyi tanımlayan kategoriyi seçin"},SubmitSuccess:{category:"Kategori: {{category}}",dateSubmitted:"Gönderim tarihi: {{date}}",recordYourVaultID:"Bu bilgileri giriş için hatırla",successMessage:"Raporunuz gönderildi ve incelenmeye hazır. Dikkat gerektiren herhangi bir dosya, giriş yapıldığında işaretlenecektir. Rapor güncellemelerini görüntülemek ve durum yöneticinize mesaj göndermek için aşağıdan giriş yapın.",successThankYou:"Raporunuz için teşekkür ederim!",viewReport:"Raporu görüntüle"},Time:{approximateDescription:"Olayın meydana geldiği yaklaşık saati hatırlıyor musunuz?",approximatePlaceholder:"Örneğin: sabah, öğleden sonra",description:"Olayın meydana geldiği saati hatırlıyor musunuz?",header:"Hangi saatte meydana geldi?",invalidTime:"Saat biçimi SS: DD olmalıdır"},UserSettingsDialog:{changePassword:"Parolayı Değiştir",closeDialog:"Konuşmayı Kapat",logout:"Oturumu kapat",messageSettings:"Mesaj Ayarları",userSettings:"Kullanıcı Ayarları"},Witnesses:{description:"Başkalarına bahsettiniz mi veya olayı gören başkaları var mı?",header:"Herhangi bir tanık var mı?",placeholder:"Yazmaya başlayın..."}},reporting:{ReportingActivate:{buttonText:"Devam et",description:"Eğer bizimle bir hesabınız varsa, kaydınızı tamamlamanız için size bir e-posta göndereceğiz.",emailInput:"E-posta",header:"İş e-postanızı girin",successAccount:"Eğer bizimle bir hesabınız varsa, parolanızı nasıl ayarlayacağınıza dair talimatlar içeren bir e-posta alacaksınız.",successEmail:"Eğer hemen görmüyorsanız, lütfen birkaç dakika bekleyin ve e-posta gelen kutunuzu yenileyin.",successHeading:"Teşekkür ederim"},ReportingConnect:{cancelButton:"İptal",connectButton:"Bağlan",disclaimer:"Slack hesabınızı Vault hesabınızla bağlamak, güvenli ve özel bir bağlantı sağlar.

Bağlantı kurarak, her türlü yanlış davranışı bildirebilir veya doğrudan Slack içinde bir soru sorabilirsiniz. Bağlantı kurduktan sonra her zaman anonim olarak bildirimde bulunma seçeneğiniz olacaktır. Gizliliğiniz ve güvenliğiniz bizim öncelikli konularımızdır.",heading:"Vault Platform, {{organisationName}} Slack hesabınıza erişim izni istiyor.",listHeading:"Vault ne yapabilecek?",permissionIdentity:{extraInfo:"Vault, Slack kullanıcınızın kimliğini görüntüleme yeteneğine sahip olacak.",heading:"Bir kullanıcının kimlik bilgilerini görüntüleyin"},permissionNotifications:{extraInfo:"Vault, bir rapora veya soruya yapılan herhangi bir güncelleme hakkında size Slack hesabınıza bildirimler gönderebilecektir.",heading:"Size bildirimler göndermek"},permissionOverview:{extraInfo:"Vault, ana sayfada tüm gönderilerin bir genel bakışını ortaya çıkaracak.",heading:"Gönderilerin genel bakışı"},permissionSubmitReport:{extraInfo:"Bu, Vault'a bir rapor gönderme veya bir soru sorma izni verir, doğrudan organizasyonunuza, Slack üzerinden.",heading:"Adınıza bir rapor sunun veya soru sorun"},successfulConnectionDescription:"Vault hesabınız ve Slack hesabınız şimdi bağlandı. Artık bu sekmeyi kapatabilir ve Slack'e dönebilirsiniz.",successfulConnectionHeading:"Başarıyla bağlandı",unsuccessfulConnectionDescription:"Bir şeyler ters gitti. Lütfen bu sekme kapatılıp Slack'e geri dönerek tekrar deneyin.",unsuccessfulConnectionHeading:"Bağlantı başarısız oldu"},ReportingLogin:{createAccountCTA:"Bir hesap için kaydolun",emailLabel:"E-postanız",loginButton:"Giriş",newPasswordPlaceholder:"Yeni şifre",passwordFailMessage:"Vault Uygulamasına Slack'te geri dönün ve tekrar deneyin. Sorun devam ederse, bize şu adresten ulaşın: techsupport@vaultplatform.com",passwordFailTitle:"Bir şeyler yanlış gitti",passwordLabel:"Şifreniz",passwordPlaceholder:"Şifrenizi girin",passwordResetRequired:"Şifre sıfırlama gereklidir",passwordSuccessfullySetMessage:"Vault uygulamasına Slack'te geri dönün ve kaldığınız yerden devam etmek için yeni şifrenizle kimlik doğrulaması yapın.",passwordSuccessfullySetTitle:"Parola başarıyla ayarlandı",reenterPlaceholder:"Şifreyi yeniden girin",title:"Raporcu Hub",tooltip:'Eğer Vault uygulaması için henüz bir şifre belirlemediyseniz, başlamak için burayı takip edin. Şifrenizi unuttuysanız, aşağıdaki "Şifremi Unuttum" bağlantısını kullanın.',usernameLoginFailed:"Giriş başarısız, kullanıcı adı veya şifre yanlış"},ReportingReset:{failureDescription:"Slack'teki Vault Uygulamasına geri dönün ve tekrar deneyin. Sorun devam ederse, bize techsupport@vaultplatform.com adresinden ulaşın.",failureHeading:"Bir şeyler ters gitti",successDescription:"Slack'taki Vault Uygulamasına geri dönün ve kaldığınız yerden devam etmek için yeni şifrenizle kimlik doğrulaması yapın.",successHeading:"Şifre başarıyla ayarlandı"}},validators:{passwordLength:"Parola en az 9 karakter uzunluğunda olmalı",passwordLowercase:"Parola en az 1 küçük harf içermeli",passwordMissMatch:"Parola ve onay alanları birbirleriyle eşleşmelidir.",passwordNumeric:"Parola en az 1 sayı içermeli",passwordUppercase:"Parola en az 1 büyük harf içermeli"},validatorsNew:{passwordLength:"10 ve 30 karakter arası",passwordLowercase:"En az bir küçük harf",passwordMissMatch:"Şifreler eşleşmiyor",passwordNumeric:"En az bir numara",passwordSpecialCharacter:"En az bir özel karakter",passwordUppercase:"En az bir büyük harf"}}},bqn={translation:{Buttons:{back:"Назад",changePassword:"Зміна",copiedVaultId:"Готово!",copyVaultID:"Скопіювати Vault ID",create:"Створити",next:"Далі",notSure:"Я не впевнений(а)",signUp:"Зареєструватися",submit:"Надіслати"},Errors:{createReportFailed:"Не вдалося створити звіт."},ReportStatus:{CLOSED:"Закрито",INVESTIGATING:"Розслідування",NEW:"Надіслано",READ:"Прочитано"},general:{time:{day:"День",days:"Дні",hour:"Година",hours:"Години",minute:"Хвилина",minutes:"Хвилини",second:"Секунда",seconds:"Секунди"}},public:{ChatContainer:{anonymousLabel:"Анонімний",autoTranslate:"Автоматичний переклад вимкнений за замовчуванням.",backToMessages:"Повернутися до повідомлень",caseSettings:"Налаштування справи.",changeInProfile:"Якщо ви бажаєте змінити цей параметр, ви можете зробити це у своєму профілі",description:`Коли увімкнено автоматичний переклад, всі повідомлення звіту будуть - автоматично перекладені за допомогою AI на основі мови за замовчуванням, - вибраної у вашому браузері.`,descriptionSecondHalf:"Оригінальна версія всіх повідомлень завжди зберігається і може бути знайдена в чаті.",messagePlaceholder:"Почніть друкувати...",messageSettings:"Налаштування повідомлень.",originalMessages:"Original",showMoreBanner:"Дізнайтеся більше про автоматичні переклади",titlev2:"Читайте всі повідомлення на вашій улюбленій мові.",translatedMessageLabel:"Перекладене повідомлення",translatedMessages:"Перекладено",understood:"Зрозуміло"},CreatePublicReport:{createReport:"Створити звіт",helpPage:"Перейти на сторінку довідки",loginToOpr:"Увійти, щоб відстежувати звіти",or:"або",passwordPlaceholder:"Введіть пароль",phoneNumberLoginFailed:"Не вдалося увійти: номер телефону/пін-код недійсний",phoneNumberPlaceholder:"Введіть свій номер телефону",phoneNumberTooltip:"Введіть номер телефону, який ви використовували для зв'язку з VaultTalk",pinPlaceholder:"Введіть пін-код",reportIntroductionParagraph1:"Коли ви повідомляєте про інцидент, вам буде поставлено кілька запитань, які допоможуть задокументувати ваш досвід.",reportIntroductionParagraph2:"Надсилаючи звіт, ви можете залишитись анонімним, щоб захистити свою конфіденційність.",reportIntroductionParagraph3:"Після того, як ви надішлете звіт, ви можете увійти в систему в будь-який час, щоб побачити прогрес вашого звіту й поспілкуватися з куратором.",reportIssue:"Повідомити про проблему",usernameLoginFailed:"Помилка входу: недійсне ім'я користувача/пароль",validationError:{publicReport:{relationshipToCompanyRequired:"Відносини з компанією є обов'язковими",reportedCategoryRequired:"Повідомлена категорія є обов'язковою"}},vaultId:"Vault ID",vaultIdPlaceholder:"Введіть свою електронну адресу або Vault ID",vaultIdTooltip:"Для анонімних повідомлень Vault ID є буквено-цифровим. Якщо повідомлення не було анонімним, ID Vault — це ваша електронна адреса",vaultTalk:"VaultTalk",yourPassword:"Ваш пароль",yourPhoneNumber:"Ваш номер телефону",yourPin:"Ваш 6-значний пін-код",yourVaultId:"Ваш Vault ID"},CustomHeader:{companyLogo:"Логотип {{company}}",openReporting:"Відкрита звітність",userSettings:"Налаштування користувача"},Date:{approximateDescription:"Чи пам'ятаєте ви приблизну дату, коли стався цей випадок?",approximatePlaceholder:"Наприклад: 6 місяців тому / минулого року / листопад минулого року",cancel:"скасувати",clear:"зрозуміло",description:"Чи пам'ятаєте ви дату, коли стався цей випадок?",header:"В який день це сталося?",ok:"гаразд",placeholder:"Наприклад: 21 червня 2020 року"},Description:{whatHappened:"Що сталося?",whatHappenedPlaceholder:"Опишіть своїми словами...",whatHappenedText:"Опишіть своїми словами, що сталося"},Details:{disclaimer:"Ці дані будуть опубліковані разом з вашим звітом. Якщо ви бажаєте зберегти анонімність, переконайтеся, що вони не містять інформації, яка може вас ідентифікувати.",emailPlaceholder:"Електронна пошта (необов'язково)",fullNamePlaceholder:"Повне ім'я (необов'язково)",header:"Ваші дані",subtitle:"Якщо ви хочете отримувати сповіщення про цей звіт, додайте відповідну електронну адресу нижче."},Emotion:{description:"Як ви почувалися? На що це вплинуло?",header:"На що це вплинуло?",placeholder:"Почніть друкувати..."},Evidence:{addedHeading:"Додано",failedToOpenFileMessage:"Не вдалося відкрити файл. Спробуйте ще раз",fileStatuses:{infectedUpload:"Позначено під час перевірки безпеки",passedUpload:"Перевірку безпеки пройдено",pendingUpload:"Триває перевірка безпеки",readyForDownload:"Готово до завантаження"},mobileErrorMessage:"Позначені файли: повідомте свого куратора",nameHeading:"Ім'я",statusHeading:"Статус",tableTitle:"Докази",webErrorMessage:"Позначені файли: Якщо файл(и) було позначено, будь ласка, повідомте куратора"},FileUpload:{addFiles:"Додати файли",addMoreFiles:"Додати більше файлів",confirm:"Підтвердити",description:"Додавання файлів як доказів може допомогти вашому куратору ефективно розв'язати справу. Ознайомтеся зі змістом файлу (в тому числі з метаданими), якщо ви бажаєте зберегти анонімність і поважаєте права інших осіб та чинне законодавство.",dragDrop:"Перетягніть файли сюди або",errorMessage:"Не вдалося завантажити файл(и) через помилку мережі. Натисніть нижче, щоб звернутися за допомогою до куратора",fileLimit:"Обмеження розміру кожного файлу: 100 МБ",fileUploadLimitText:"Можна завантажити лише 10 файлів",header:"Додайте докази",helpArticle:"стаття довідки",highlighted:"вибрати файли",information:"Підтримувані типи файлів",moreInformation:"Для отримання додаткової інформації див. стаття довідки",postSubmissionErrorMessage:"Не вдалося завантажити файли через помилку системи. Натисніть «підтвердити» ще раз.",tooltipAudio:"Аудіофайли:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Документи:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Зображення:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Текстові файли:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Відеофайли:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Файл занадто великий",invalidFileType:"Непідтримуваний тип файлу: {{extension}}",systemError:"Помилка системи",tooManyFiles:"Максимальна кількість файлів — {{maxFiles}}"},uploadFiles:"Завантажити файли"},Loading:{loading:"Зачекайте, поки ми передамо ваш звіт куратору...",postSubmissionLoading:"Зачекайте, поки ми надішлемо ваші файли..."},Location:{description:"Де це сталося?",header:"Де це сталося?",placeholder:"Наприклад: в офісі"},MessageListBox:{messageCaseManager:"Повідомлення куратора",report:"Звіт {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Переклад вимкнено",enableTranslationLabelEnabled:"Переклад увімкнено",enableTranslationsDescription:"Увімкніть автоматичний переклад і читайте всі повідомлення звіту на вашій бажаній мові. Мова перекладу базується на мові, вибраній на вашому пристрої.",enableTranslationsHeader:"Увімкнути автоматичний переклад для повідомлень звіту",enableTranslationsSubDescriptionv2:"Ви можете перемикатися між перекладеною та оригінальною мовою в кожному чаті.",updateTranslationFailed:"Оновлення перекладу не вдалося",updateTranslationSuccess:"Налаштування перекладу успішно оновлено"},Password:{changePasswordHeader:"Змінити",createNewPassword:"Створіть новий пароль",createPasswordHeader:"Ваш пароль",currentPasswordPlaceholder:"Введіть поточний пароль",description:"Дійсний пароль повинен мати щонайменше 9 символів і містити одну велику літеру та одну цифру",enterCurrentPassword:"Введіть свій поточний пароль",newDescription:"Створіть надійний пароль, щоб забезпечити безпеку вашого облікового запису. Почніть вводити текст, щоб побачити рекомендації нижче.",passwordPlaceholder:"Створіть пароль",reenterPlaceholder:"Введіть пароль ще раз",subtitle:"Створіть пароль, щоб надіслати цей звіт і мати доступ до нього в майбутньому"},Perpetrators:{description:"У повідомленні йдеться про конкретну особу чи кількох людей? Можете назвати або описати їх?",header:"Учасники",placeholder:"Почніть вводити й використовуйте кому, щоб додати кілька імен або описів"},PoweredByVault:"За підтримки {{company}}",PrivacyStatement:"Заява про конфіденційність",PublicMessageList:{myMessages:"Мої повідомлення"},PublicMoreEvidence:{additionalEvidenceHeader:"До наявного звіту додано докази",backToReportId:"Повернутися до звіту: {{reportId}}",description:"Додавання файлів як доказів може допомогти вашому куратору ефективно розв'язати справу. Ознайомтеся зі змістом файлу (в тому числі з метаданими), якщо ви бажаєте зберегти анонімність і поважаєте права інших осіб та чинне законодавство. Для отримання додаткової інформації див. стаття довідки",header:"Додайте додаткові докази до звіту",vaultTalkOpenCaseHeader:"Додайте докази до звіту"},PublicReport:{anonymous:"Анонімно",backToReports:"Повернутися до звітів",skipped:"Пропущено"},PublicReportCard:{addEvidence:"Додати додаткові докази",messageCaseManager:"Повідомлення куратору",reportId:"ID звіту:",submitted:"Надіслано",vaultTalkClosedCaseCTA:"Переглянути докази",vaultTalkOpenCaseCTA:"Додати докази",viewAdditionalEvidence:"Переглянути додаткові докази",viewReport:"Переглянути звіт"},PublicReportsList:{reportingSystem:"Система звітності"},Question:{placeholder:"Почніть друкувати...",question:"Надайте детальну інформацію",questionText:"Поділіться з нами своїми занепокоєннями, оновленнями або створіть запит"},Relationship:{header:"Ваш зв'язок з організацією",tellUsAbout:"Укажіть, яке відношення ви маєте до організації."},ResponsiveNavMenu:{messages:"Мої повідомлення",reports:"Мої звіти"},SpamPuzzle:{dialog:"Щоб продовжити, розв'яжіть цю головоломку"},SubmissionTypes:{reportIssue:"Виберіть категорію",whatType:"Виберіть категорію, яка найкраще описує ваш звіт"},SubmitSuccess:{category:"Категорія: {{category}}",dateSubmitted:"Дата подання: {{date}}",recordYourVaultID:"Запам'ятайте ці дані для входу",successMessage:"Ваш звіт надіслано, і він готовий до розгляду. Будь-які прикріплені файли, які потребують уваги, будуть позначені при вході в систему. Увійдіть нижче, щоб переглянути оновлення звіту або надіслати повідомлення своєму куратору.",successThankYou:"Дякуємо за звіт!",viewReport:"Переглянути звіт"},Time:{approximateDescription:"Чи пам'ятаєте ви приблизний час, коли стався цей випадок?",approximatePlaceholder:"Наприклад: вранці, вдень",description:"Ви пам'ятаєте, коли стався цей випадок?",header:"О котрій годині це сталося?",invalidTime:"Формат часу має бути таким: ГГ:ХХ"},UserSettingsDialog:{changePassword:"Змінити пароль",closeDialog:"Закрити діалог",logout:"Вийти",messageSettings:"Налаштування повідомлень",userSettings:"Налаштування користувача"},Witnesses:{description:"Чи ви комусь розповіли про те, що сталося, і чи був хтось інший свідком випадку, про який іде мова?",header:"Чи були свідки?",placeholder:"Почніть друкувати..."}},reporting:{ReportingActivate:{buttonText:"Продовжуйте",description:"Якщо у вас є обліковий запис у нас, ми відправимо вам електронний лист із інструкціями для завершення реєстрації.",emailInput:"Електронна пошта",header:"Введіть свій робочий електронний лист",successAccount:"Якщо у вас є аккаунт у нас, ви отримаєте електронний лист з інструкціями щодо встановлення вашого пароля.",successEmail:"Якщо ви відразу не бачите цього, будь ласка, зачекайте кілька хвилин і оновіть свою електронну пошту.",successHeading:"Дякую"},ReportingConnect:{cancelButton:"Скасувати",connectButton:"Підключити",disclaimer:"Підключення вашого Slack-акаунту до облікового запису Vault гарантує безпечне та приватне з'єднання.

Підключившись, ви можете повідомити про недоречну поведінку або поставити питання безпосередньо в Slack. Ви завжди будете мати можливість анонімно звітувати після підключення. Вашою конфіденційностю та безпекою ми найбільше цінуємо.",heading:"Платформа Vault запитує дозвіл на доступ до вашого Slack-акаунту {{organisationName}}",listHeading:"Що зможе робити Vault?",permissionIdentity:{extraInfo:"Vault матиме можливість переглядати ідентичність вашого користувача в Slack",heading:"Переглянути інформацію про особистість користувача"},permissionNotifications:{extraInfo:"Vault зможе надсилати вам сповіщення у ваш обліковий запис Slack щодо будь-яких оновлень відправленого звіту або питання.",heading:"Надсилати вам сповіщення"},permissionOverview:{extraInfo:"Vault відобразить огляд усіх подань на домашній сторінці.",heading:"Огляд подань"},permissionSubmitReport:{extraInfo:"Це надасть Vault дозвіл відправляти звіт або ставити питання безпосередньо до вашої організації з Slack",heading:"Надіслати звіт або питання від вашого імені"},successfulConnectionDescription:"Ваш обліковий запис Vault та обліковий запис Slack тепер підключені. Ви тепер можете закрити цю вкладку та повернутися до Slack.",successfulConnectionHeading:"Успішно підключено",unsuccessfulConnectionDescription:"Щось пішло не так. Будь ласка, закрийте цю вкладку та поверніться в Slack, щоб спробувати знову.",unsuccessfulConnectionHeading:"Помилка з'єднання"},ReportingLogin:{createAccountCTA:"Зареєструйте обліковий запис",emailLabel:"Ваш Email",loginButton:"Увійти",newPasswordPlaceholder:"Новий пароль",passwordFailMessage:"Поверніться до додатку Vault в Slack та спробуйте знову. Якщо проблема продовжується, зверніться до нас за адресою techsupport@vaultplatform.com",passwordFailTitle:"Щось пішло не так",passwordLabel:"Ваш пароль",passwordPlaceholder:"Введіть свій пароль",passwordResetRequired:"Необхідно скинути пароль",passwordSuccessfullySetMessage:"Поверніться до додатку Vault в Slack та авторизуйтеся за допомогою вашого нового пароля, щоб продовжити з того місця, де ви залишились.",passwordSuccessfullySetTitle:"Пароль успішно встановлено",reenterPlaceholder:"Повторіть пароль",title:"Репортер Хаб",tooltip:'Якщо ви ще не встановили пароль для додатку Vault, перейдіть за цим посиланням, щоб розпочати. Якщо ви забули свій пароль, скористайтеся посиланням "Забули пароль" нижче.',usernameLoginFailed:"Вхід не вдалося, ім'я користувача або пароль невірні"},ReportingReset:{failureDescription:"Поверніться до додатку Vault у Slack та спробуйте знову. Якщо проблема продовжується, зверніться до нас за адресою techsupport@vaultplatform.com",failureHeading:"Щось пішло не так",successDescription:"Поверніться до додатку Vault в Slack і авторизуйтеся за допомогою вашого нового пароля, щоб продовжити з того місця, де ви зупинились.",successHeading:"Пароль успішно встановлено"}},validators:{passwordLength:"Пароль повинен містити щонайменше 9 символів",passwordLowercase:"Пароль повинен містити принаймні 1 малу літеру",passwordMissMatch:"Поля пароля та підтвердження повинні збігатися.",passwordNumeric:"Пароль повинен містити принаймні 1 цифру",passwordUppercase:"Пароль повинен містити принаймні 1 велику літеру"},validatorsNew:{passwordLength:"Між 10 та 30 символами",passwordLowercase:"Принаймні одна мала літера",passwordMissMatch:"Паролі не збігаються",passwordNumeric:"Принаймні одне число",passwordSpecialCharacter:"Принаймні один спеціальний символ",passwordUppercase:"Принаймні одна велика літера"}}},xqn={translation:{Buttons:{back:"Quay lại",changePassword:"Thay đổi",copiedVaultId:"Đã sao chép!",copyVaultID:"Sao chép mã Vault",create:"Tạo",next:"Tiếp",notSure:"Tôi không chắc",signUp:"Đăng ký",submit:"Gửi"},Errors:{createReportFailed:"Tạo báo cáo không thành công."},ReportStatus:{CLOSED:"Đã đóng",INVESTIGATING:"Đang điều tra",NEW:"Đã gửi",READ:"Đã đọc"},general:{time:{day:"Ngày",days:"Ngày",hour:"Giờ",hours:"Giờ",minute:"Phút",minutes:"Phút",second:"Giây",seconds:"Giây"}},public:{ChatContainer:{anonymousLabel:"Ẩn danh",autoTranslate:"Chế độ dịch tự động được tắt theo mặc định.",backToMessages:"Quay lại tin nhắn",caseSettings:"Thiết lập trường hợp.",changeInProfile:"Nếu bạn muốn thay đổi cài đặt này, bạn có thể làm điều đó trong hồ sơ của bạn",description:`Khi chế độ dịch tự động được bật, tất cả các tin nhắn báo cáo sẽ được - tự động dịch bằng AI dựa trên ngôn ngữ mặc định - đã chọn trên trình duyệt của bạn.`,descriptionSecondHalf:"Phiên bản gốc của tất cả các tin nhắn luôn được bảo quản và có thể tìm thấy trong cuộc trò chuyện.",messagePlaceholder:"Bắt đầu nhập...",messageSettings:"Cài đặt tin nhắn.",originalMessages:"Nguyên bản.",showMoreBanner:"Tìm hiểu thêm về dịch tự động",titlev2:"Đọc tất cả các tin nhắn bằng ngôn ngữ ưa thích của bạn.",translatedMessageLabel:"Thông điệp đã dịch",translatedMessages:"Dịch",understood:"Đã hiểu"},CreatePublicReport:{createReport:"Tạo báo cáo",helpPage:"Truy cập trang trợ giúp của chúng tôi",loginToOpr:"Đăng Nhập để Theo Dõi Báo Cáo",or:"hoặc",passwordPlaceholder:"Nhập Mật Khẩu",phoneNumberLoginFailed:"Đăng nhập không thành công, số điện thoại/mã PIN không chính xác",phoneNumberPlaceholder:"Nhập Số Điện Thoại của bạn",phoneNumberTooltip:"Nhập số điện thoại bạn đã sử dụng để liên hệ với VaultTalk",pinPlaceholder:"Nhập mã PIN",reportIntroductionParagraph1:"Khi báo cáo sự cố, bạn sẽ được hỏi một vài câu hỏi để hỗ trợ ghi lại trải nghiệm của mình.",reportIntroductionParagraph2:"Trước khi gửi, bạn có thể chọn ẩn danh để bảo vệ quyền riêng tư của mình.",reportIntroductionParagraph3:"Sau khi gửi, bạn có thể đăng nhập bất cứ lúc nào để xem tiến độ báo cáo của mình & trao đổi với người quản lý vụ việc.",reportIssue:"Báo cáo sự cố",usernameLoginFailed:"Đăng nhập không thành công, tên người dùng/mật khẩu không chính xác",validationError:{publicReport:{relationshipToCompanyRequired:"Mối quan hệ với công ty là bắt buộc",reportedCategoryRequired:"Yêu cầu phải báo cáo danh mục"}},vaultId:"Mã Vault",vaultIdPlaceholder:"Nhập Email hoặc Mã Vault của bạn",vaultIdTooltip:"Đối với các báo cáo ẩn danh, mã Vault bao gồm chữ và số. Nếu báo cáo không ẩn danh, mã Vault là địa chỉ email của bạn",vaultTalk:"VaultTalk",yourPassword:"Mật Khẩu của bạn",yourPhoneNumber:"Số Điện Thoại của bạn",yourPin:"Mã PIN 6 Chữ Số của bạn",yourVaultId:"Vault ID của bạn"},CustomHeader:{companyLogo:"Biểu tượng {{company}}",openReporting:"Báo Cáo Mở",userSettings:"Cài Đặt Người Dùng"},Date:{approximateDescription:"Bạn có nhớ ngày gần đúng diễn ra sự kiện không?",approximatePlaceholder:"Ví dụ: 6 tháng trước / năm ngoái / tháng 11 năm ngoái",cancel:"hủy",clear:"xóa",description:"Bạn có nhớ ngày diễn ra sự kiện không?",header:"Chuyện đó đã diễn ra vào ngày nào?",ok:"ok",placeholder:"Ví dụ: ngày 21 tháng 6 năm 2020"},Description:{whatHappened:"Chuyện gì đã xảy ra?",whatHappenedPlaceholder:"Sử dụng cách diễn đạt của riêng bạn...",whatHappenedText:"Bằng cách diễn đạt của riêng bạn, hãy mô tả những gì đã xảy ra"},Details:{disclaimer:"Những chi tiết này sẽ được tiết lộ cùng với báo cáo của bạn. Nếu bạn muốn ẩn danh, hãy đảm bảo chúng không chứa thông tin nhận dạng.",emailPlaceholder:"Email (không bắt buộc)",fullNamePlaceholder:"Họ Tên (không bắt buộc)",header:"Thông tin của bạn",subtitle:"Nếu bạn muốn nhận thông báo về báo cáo này, hãy thêm một địa chỉ email thích hợp bên dưới."},Emotion:{description:"Điều đó khiến bạn cảm thấy như thế nào? Có ảnh hưởng gì?",header:"Chuyện đó đã có ảnh hưởng gì?",placeholder:"Bắt đầu nhập..."},Evidence:{addedHeading:"Đã thêm",failedToOpenFileMessage:"Không thể mở tệp. Vui lòng thử lại",fileStatuses:{infectedUpload:"Được đánh dấu bởi kiểm tra bảo mật",passedUpload:"Đã vượt qua kiểm tra bảo mật",pendingUpload:"Đang tiến hành kiểm tra bảo mật",readyForDownload:"Sẵn sàng để tải xuống"},mobileErrorMessage:"Tệp được đánh dấu: nhắn tin cho người quản lý vụ việc của bạn",nameHeading:"Tên",statusHeading:"Trạng thái",tableTitle:"Bằng chứng",webErrorMessage:"Tệp được đánh dấu: Nếu (các) tệp của bạn đã được đánh dấu, vui lòng nhắn tin cho người quản lý vụ việc"},FileUpload:{addFiles:"Thêm tệp",addMoreFiles:"Thêm tệp khác",confirm:"Xác nhận",description:"Việc thêm tệp làm bằng chứng có thể giúp hỗ trợ hiệu quả giải quyết của người quản lý vụ việc của bạn. Vui lòng xem xét nội dung tệp (bao gồm siêu dữ liệu tệp) nếu bạn muốn ẩn danh và tôn trọng các quyền của cá nhân khác và tuân thủ luật hiện hành.",dragDrop:"Thả tệp ở đây hoặc",errorMessage:"(Các) tệp không thành công do lỗi mạng. Nhấp vào bên dưới để nhắn tin cho người quản lý vụ việc của bạn để được hỗ trợ",fileLimit:"Giới hạn kích thước mỗi tệp: 100MB",fileUploadLimitText:"Bạn chỉ có thể tải lên 10 tệp",header:"Thêm bằng chứng",helpArticle:"bài viết trợ giúp",highlighted:"duyệt các tệp",information:"Các loại tệp được hỗ trợ",moreInformation:"Để biết thêm thông tin, vui lòng xem cái này bài viết trợ giúp",postSubmissionErrorMessage:'Chúng tôi không thể tải tệp của bạn lên do lỗi hệ thống. Vui lòng chọn lại "xác nhận".',tooltipAudio:"Âm thanh:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"Tài liệu:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"Hình ảnh:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"Văn bản:",tooltipTextOptions:".txt, .csv, .html, .xml",tooltipVideo:"Video:",tooltipVideoOptions:".mp4, .mov, .mp1s, .asf",uploadErrors:{invalidFileSize:"Tệp quá lớn",invalidFileType:"Loại tệp không được hỗ trợ: {{extension}}",systemError:"Lỗi hệ thống",tooManyFiles:"Số lượng tệp tối đa là {{maxFiles}}"},uploadFiles:"Tải tệp lên"},Loading:{loading:"Vui lòng đợi trong khi chúng tôi gửi báo cáo của bạn cho người quản lý vụ việc...",postSubmissionLoading:"Vui lòng đợi trong khi chúng tôi gửi (các) tệp của bạn..."},Location:{description:"Chuyện đó đã xảy ra ở đâu?",header:"Chuyện đó đã xảy ra ở đâu?",placeholder:"Ví dụ: Trong văn phòng"},MessageListBox:{messageCaseManager:"Nhắn tin cho người quản lý vụ việc",report:"Báo cáo {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"Dịch vụ dịch thuật đã bị vô hiệu hóa",enableTranslationLabelEnabled:"Dịch đã được kích hoạt",enableTranslationsDescription:"Kích hoạt dịch tự động và đọc tất cả các thông báo báo cáo bằng ngôn ngữ ưa thích của bạn. Ngôn ngữ dịch dựa trên ngôn ngữ đã chọn trên thiết bị của bạn.",enableTranslationsHeader:"Kích hoạt tự động dịch cho các tin nhắn báo cáo",enableTranslationsSubDescriptionv2:"Bạn có thể chuyển đổi giữa ngôn ngữ dịch và ngôn ngữ gốc trong mỗi cuộc trò chuyện.",updateTranslationFailed:"Cập nhật dịch bản thất bại",updateTranslationSuccess:"Cập nhật cài đặt dịch thành công"},Password:{changePasswordHeader:"Thay đổi",createNewPassword:"Vui lòng tạo mật khẩu mới",createPasswordHeader:"Mật Khẩu của bạn",currentPasswordPlaceholder:"Nhập mật khẩu hiện tại",description:"Mật khẩu hợp lệ phải dài ít nhất 9 ký tự và bao gồm một chữ cái viết hoa và một số",enterCurrentPassword:"Vui lòng nhập mật khẩu hiện tại của bạn",newDescription:"Tạo một mật khẩu mạnh để giữ tài khoản của bạn an toàn. Bắt đầu gõ để xem hướng dẫn bên dưới.",passwordPlaceholder:"Tạo mật khẩu",reenterPlaceholder:"Nhập lại mật khẩu",subtitle:"Tạo mật khẩu để gửi báo cáo này và truy cập trong tương lai"},Perpetrators:{description:"Bạn đang báo cáo một người cụ thể hay nhiều người? Bạn có thể nêu tên hoặc mô tả họ không?",header:"Những người tham gia",placeholder:"Bắt đầu nhập và sử dụng dấu phẩy để thêm nhiều tên hoặc mô tả"},PoweredByVault:"Được cung cấp bởi {{company}}",PrivacyStatement:"Tuyên bố về Quyền riêng tư Sản phẩm",PublicMessageList:{myMessages:"Tin nhắn của tôi"},PublicMoreEvidence:{additionalEvidenceHeader:"Đã thêm bằng chứng vào báo cáo hiện có",backToReportId:"Quay lại ID báo cáo: {{reportId}}",description:"Việc thêm tệp làm bằng chứng có thể giúp hỗ trợ hiệu quả giải quyết của người quản lý vụ việc của bạn. Vui lòng xem xét nội dung tệp (bao gồm siêu dữ liệu tệp) nếu bạn muốn ẩn danh và tôn trọng các quyền của cá nhân khác và tuân thủ luật hiện hành. Để biết thêm thông tin, vui lòng xem cái này bài viết trợ giúp",header:"Thêm bằng chứng bổ sung vào báo cáo",vaultTalkOpenCaseHeader:"Thêm bằng chứng vào báo cáo của bạn"},PublicReport:{anonymous:"Ẩn danh",backToReports:"Quay lại báo cáo",skipped:"Đã bỏ qua"},PublicReportCard:{addEvidence:"Thêm bằng chứng bổ sung",messageCaseManager:"Nhắn tin cho người quản lý vụ việc",reportId:"Mã báo cáo:",submitted:"Đã gửi",vaultTalkClosedCaseCTA:"Xem bằng chứng",vaultTalkOpenCaseCTA:"Thêm bằng chứng",viewAdditionalEvidence:"Xem bằng chứng bổ sung",viewReport:"Xem Báo Cáo"},PublicReportsList:{reportingSystem:"Hệ Thống Báo Cáo"},Question:{placeholder:"Bắt đầu nhập...",question:"Cung cấp thông tin chi tiết",questionText:"Vui lòng chia sẻ mối lo ngại, cập nhật hoặc thắc mắc của bạn với chúng tôi"},Relationship:{header:"Mối quan hệ của bạn với tổ chức",tellUsAbout:"Vui lòng cho chúng tôi biết về mối quan hệ của bạn với tổ chức."},ResponsiveNavMenu:{messages:"Tin nhắn của tôi",reports:"Báo cáo của tôi"},SpamPuzzle:{dialog:"Để tiếp tục, vui lòng giải câu đố này"},SubmissionTypes:{reportIssue:"Chọn một danh mục",whatType:"Chọn danh mục mô tả đúng nhất báo cáo của bạn"},SubmitSuccess:{category:"Danh mục: {{category}}",dateSubmitted:"Ngày nộp: {{date}}",recordYourVaultID:"Ghi nhớ thông tin này để đăng nhập",successMessage:"Báo cáo của bạn đã được gửi và sẵn sàng để xem xét. Mọi tệp đính kèm cần chú ý sẽ được đánh dấu khi đăng nhập. Đăng nhập bên dưới để xem các cập nhật báo cáo và nhắn tin cho người quản lý vụ việc của bạn.",successThankYou:"Cảm ơn bạn đã báo cáo!",viewReport:"Xem báo cáo"},Time:{approximateDescription:"Bạn có nhớ thời gian gần đúng của sự kiện không?",approximatePlaceholder:"Ví dụ: vào buổi sáng, vào buổi chiều",description:"Bạn có nhớ thời gian diễn ra sự kiện không?",header:"Chuyện đó đã xảy ra vào lúc mấy giờ?",invalidTime:"Định dạng thời gian phải là HH:MM"},UserSettingsDialog:{changePassword:"Thay đổi mật khẩu",closeDialog:"Đóng Hộp Thoại",logout:"Đăng xuất",messageSettings:"Cài đặt tin nhắn",userSettings:"Cài Đặt Người Dùng"},Witnesses:{description:"Bạn có kể với ai khác hoặc có ai chứng kiến ​​chuyện đã xảy ra không?",header:"Có nhân chứng nào không?",placeholder:"Bắt đầu nhập..."}},reporting:{ReportingActivate:{buttonText:"Tiếp tục",description:"Nếu bạn có tài khoản với chúng tôi, chúng tôi sẽ gửi cho bạn một email với hướng dẫn để hoàn tất việc đăng ký của bạn.",emailInput:"Email",header:"Nhập email công việc của bạn",successAccount:"Nếu bạn có tài khoản với chúng tôi, bạn sẽ nhận được một email với hướng dẫn về cách thiết lập mật khẩu của bạn.",successEmail:"Nếu bạn không thấy nó ngay lập tức, vui lòng đợi vài phút và làm mới hộp thư đến của bạn.",successHeading:"Cảm ơn bạn"},ReportingConnect:{cancelButton:"Hủy",connectButton:"Kết nối",disclaimer:"Kết nối tài khoản Slack của bạn với tài khoản Vault đảm bảo một kết nối an toàn và riêng tư.

Bằng cách kết nối, bạn có thể báo cáo hành vi sai phạm hoặc đặt câu hỏi trực tiếp trong Slack. Bạn luôn có tùy chọn báo cáo ẩn danh sau khi kết nối. Sự riêng tư và an ninh của bạn là ưu tiên hàng đầu của chúng tôi.",heading:"Vault Platform đang yêu cầu quyền truy cập vào tài khoản Slack {{organisationName}} của bạn",listHeading:"Vault sẽ có thể làm gì?",permissionIdentity:{extraInfo:"Vault sẽ có khả năng xem danh tính người dùng Slack của bạn",heading:"Xem thông tin về danh tính của một người dùng"},permissionNotifications:{extraInfo:"Vault sẽ có thể gửi thông báo đến tài khoản Slack của bạn, liên quan đến bất kỳ cập nhật nào cho một báo cáo hoặc câu hỏi đã được gửi.",heading:"Gửi cho bạn thông báo"},permissionOverview:{extraInfo:"Vault sẽ hiển thị tổng quan về tất cả các bài đăng trên trang chủ",heading:"Tổng quan về các bài nộp"},permissionSubmitReport:{extraInfo:"Điều này sẽ cấp quyền cho Vault để gửi một báo cáo hoặc đặt một câu hỏi, trực tiếp đến tổ chức của bạn, từ Slack",heading:"Gửi một báo cáo hoặc câu hỏi thay mặt bạn"},successfulConnectionDescription:"Tài khoản Vault và tài khoản Slack của bạn đã được kết nối. Bây giờ bạn có thể đóng tab này và quay lại Slack.",successfulConnectionHeading:"Đã kết nối thành công",unsuccessfulConnectionDescription:"Đã xảy ra lỗi. Vui lòng đóng tab này và quay trở lại Slack để thử lại.",unsuccessfulConnectionHeading:"Kết nối thất bại"},ReportingLogin:{createAccountCTA:"Đăng ký một tài khoản",emailLabel:"Email của bạn",loginButton:"Đăng nhập",newPasswordPlaceholder:"Mật khẩu mới",passwordFailMessage:"Quay lại Ứng dụng Vault trên Slack và thử lại. Nếu vấn đề vẫn tiếp diễn, hãy liên hệ với chúng tôi tại techsupport@vaultplatform.com",passwordFailTitle:"Đã xảy ra lỗi",passwordLabel:"Mật khẩu của bạn",passwordPlaceholder:"Nhập mật khẩu của bạn",passwordResetRequired:"Yêu cầu đặt lại mật khẩu",passwordSuccessfullySetMessage:"Quay lại Ứng dụng Vault trên Slack và xác thực bằng mật khẩu mới của bạn để tiếp tục nơi bạn đã dừng lại.",passwordSuccessfullySetTitle:"Đặt mật khẩu thành công",reenterPlaceholder:"Nhập lại mật khẩu",title:"Trung tâm Phóng viên",tooltip:'Nếu bạn chưa từng đặt mật khẩu cho ứng dụng Vault, hãy theo đây để bắt đầu. Nếu bạn đã quên mật khẩu của mình, hãy sử dụng liên kết "Quên mật khẩu" bên dưới.',usernameLoginFailed:"Đăng nhập thất bại, tên đăng nhập hoặc mật khẩu không chính xác"},ReportingReset:{failureDescription:"Quay lại ứng dụng Vault trong Slack và thử lại. Nếu vấn đề vẫn tiếp tục, hãy liên hệ với chúng tôi tại techsupport@vaultplatform.com",failureHeading:"Đã xảy ra lỗi",successDescription:"Quay trở lại Ứng dụng Vault trong Slack và xác thực bằng mật khẩu mới của bạn để tiếp tục từ nơi bạn đã dừng lại",successHeading:"Đặt mật khẩu thành công"}},validators:{passwordLength:"Mật khẩu phải dài ít nhất 9 ký tự",passwordLowercase:"Mật khẩu phải chứa ít nhất 1 chữ cái viết thường",passwordMissMatch:"Mật khẩu và các trường xác nhận phải khớp nhau.",passwordNumeric:"Mật khẩu phải chứa ít nhất 1 số",passwordUppercase:"Mật khẩu phải chứa ít nhất 1 chữ cái viết hoa"},validatorsNew:{passwordLength:"Giữa 10 và 30 ký tự",passwordLowercase:"Ít nhất một chữ cái viết thường",passwordMissMatch:"Mật khẩu không khớp",passwordNumeric:"Ít nhất một số",passwordSpecialCharacter:"Ít nhất một ký tự đặc biệt",passwordUppercase:"Ít nhất một chữ cái in hoa"}}},wqn={translation:{Buttons:{back:"返回",changePassword:"更改密码",copiedVaultId:"已复制!",copyVaultID:"复制Vault ID",create:"创建",next:"下一步",notSure:"我不确定",signUp:"注册",submit:"提交"},Errors:{createReportFailed:"创建报告失败。"},ReportStatus:{CLOSED:"已关闭",INVESTIGATING:"正在调查",NEW:"已提交",READ:"阅读"},general:{time:{day:"白天",days:"天数",hour:"小时",hours:"小时",minute:"分钟",minutes:"分钟",second:"第二",seconds:"秒钟"}},public:{ChatContainer:{anonymousLabel:"匿名",autoTranslate:"自动翻译默认是关闭的。",backToMessages:"返回到消息",caseSettings:"案例设置。",changeInProfile:"如果你希望更改此设置,你可以在你的个人资料中进行操作。",description:"当自动翻译开启时,所有报告信息都将基于您浏览器上选择的默认语言使用AI自动翻译。",descriptionSecondHalf:"所有消息的原始版本都会被保留,并可以在聊天中找到。",messagePlaceholder:"开始打字...",messageSettings:"消息设置。",originalMessages:"原文",showMoreBanner:"了解更多关于自动翻译的信息",titlev2:"阅读您首选语言中的所有消息。",translatedMessageLabel:"翻译后的信息",translatedMessages:"翻译",understood:"明白了"},CreatePublicReport:{createReport:"创建新报告",helpPage:"转到我们的帮助页面",loginToOpr:"登录以追踪报告",or:"或者",passwordPlaceholder:"输入密码",phoneNumberLoginFailed:"登录失败,电话号码/密码错误",phoneNumberPlaceholder:"输入您的电话号码",phoneNumberTooltip:"输入您用来联系VaultTalk的电话号码",pinPlaceholder:"输入密码",reportIntroductionParagraph1:"当报告一起事件时,我们会向您提出几个问题,以便帮助您记录您的经历。",reportIntroductionParagraph2:"在您提交之前,您有选择保持匿名以保护您的隐私的选项。",reportIntroductionParagraph3:"在您提交后,您可以随时登录查看报告进度并与案件经理交谈。",reportIssue:"报告一个问题",usernameLoginFailed:"登录失败,用户名/密码错误",validationError:{publicReport:{relationshipToCompanyRequired:"需要与公司的关系",reportedCategoryRequired:"要求报告类别"}},vaultId:"Vault ID",vaultIdPlaceholder:"输入您的电子邮件或Vault ID",vaultIdTooltip:"对于匿名报告,Vault ID是字母数字。如果报告不是匿名的,Vault ID就是您的电子邮件地址。",vaultTalk:"VaultTalk",yourPassword:"您的密码",yourPhoneNumber:"您的电话号码",yourPin:"您的6位数密码",yourVaultId:"您的Vault ID"},CustomHeader:{companyLogo:"公司标志",openReporting:"开放报告",userSettings:"用户设置"},Date:{approximateDescription:"您还记得该事件发生的大概日期吗?",approximatePlaceholder:"示例:6 个月前 / 去年 / 去年 11 月",cancel:"取消",clear:"清除",description:"您还记得该事件发生的日期吗?",header:"事件发生在哪一天?",ok:"确定",placeholder:"示例:2020 年 6 月 21 日"},Description:{whatHappened:"发生了什么?",whatHappenedPlaceholder:"用您自己的话...",whatHappenedText:"用您自己的话,描述发生了什么"},Details:{disclaimer:"这些细节将会在你的报告中被披露。如果你希望保持匿名,请确保它们不包含任何可以识别你身份的信息。",emailPlaceholder:"电子邮件(可选)",fullNamePlaceholder:"全名(可选)",header:"您的详细资料",subtitle:"如果你想接收有关此报告的通知,请在下方添加一个适当的电子邮件地址。"},Emotion:{description:"它给您的感觉如何?影响是什么?",header:"影响是什么?",placeholder:"开始输入..."},Evidence:{addedHeading:"已添加",failedToOpenFileMessage:"无法打开文件。请再试一次。",fileStatuses:{infectedUpload:"被安全检查标记",passedUpload:"通过安全检查",pendingUpload:"正在进行安全检查",readyForDownload:"准备下载"},mobileErrorMessage:"标记的文件:向您的案件经理发送消息",nameHeading:"名称",statusHeading:"状态",tableTitle:"证据",webErrorMessage:"被标记的文件:如果您的文件已被标记,请向案件经理发送消息"},FileUpload:{addFiles:"添加文件",addMoreFiles:"添加更多文件",confirm:"确认",description:"将文件添加为证据可以帮助您的案件经理提高解决效率。如果您希望保持匿名,请考虑文件内容(包括文件元数据),并尊重其他个人的权利和适用的法律。",dragDrop:"将文件拖放到此处或者",errorMessage:"由于网络错误,文件失败。请点击以下链接向您的案件经理求助。",fileLimit:"每个文件大小限制:100MB",fileUploadLimitText:"您只能上传10个文件",header:"添加证据",helpArticle:"帮助文章",highlighted:"浏览文件",information:"支持的文件类型",moreInformation:"有关更多信息,请参见此处 帮助文章",postSubmissionErrorMessage:"由于系统错误,我们无法上传您的文件。请再次选择“确认”。",tooltipAudio:"音频:",tooltipAudioOptions:".ogg, .wav, .wma",tooltipDocuments:"文件:",tooltipDocumentsOptions:".ps, .docx, .doc, .pptx, .ppt, .xlsx, .xls, .dcm, .pdf",tooltipImage:"图像:",tooltipImageOptions:".png, .apng, .jpg, .jpeg, .pjpeg, .svg, .gif, .tiff, .tif, .bmp, .psd, .avif",tooltipText:"文本:",tooltipTextOptions:".txt,.csv,.html,.xml",tooltipVideo:"视频:",tooltipVideoOptions:".mp4、.mov、.mp1s、.asf",uploadErrors:{invalidFileSize:"文件太大",invalidFileType:"不支持的文件类型:{{extension}}",systemError:"系统错误",tooManyFiles:"文件的最大数量是{{maxFiles}}"},uploadFiles:"上传文件"},Loading:{loading:"请等待,我们正在向案件经理提交您的报告...",postSubmissionLoading:"请等待我们提交您的文件..."},Location:{description:"事件是在哪里发生的?",header:"事件是在哪里发生的?",placeholder:"示例:在办公室"},MessageListBox:{messageCaseManager:"消息案件经理",report:"报告 {{displayReportId}} {{submissionType}}"},MessageSettings:{enableTranslationLabelDisabled:"翻译已禁用",enableTranslationLabelEnabled:"启用翻译",enableTranslationsDescription:"启用自动翻译并用您喜欢的语言阅读所有报告信息。翻译语言基于您设备上选择的语言。",enableTranslationsHeader:"开启报告消息的自动翻译功能",enableTranslationsSubDescriptionv2:"您可以在每个聊天中切换原文和翻译语言。",updateTranslationFailed:"更新翻译失败",updateTranslationSuccess:"翻译设置更新成功"},Password:{changePasswordHeader:"更改密码",createNewPassword:"请创建一个新密码",createPasswordHeader:"您的密码",currentPasswordPlaceholder:"输入当前密码",description:"有效密码必须至少有 9 个字符,包括一个大写字母和一个数字",enterCurrentPassword:"请输入您当前密码",newDescription:"创建一个强大的密码以保护您的账户安全。开始输入以查看下方的指南。",passwordPlaceholder:"创建密码",reenterPlaceholder:"再次输入密码",subtitle:"创建一个密码以提交此报告并在今后进行访问"},Perpetrators:{description:"您是在举报一个特定的人还是多个人?您能说出或描述他们吗?",header:"涉及的人员",placeholder:"开始输入并使用逗号来添加多个名称或描述"},PoweredByVault:"由 {{company}} 提供技术支持",PrivacyStatement:"产品隐私声明",PublicMessageList:{myMessages:"我的消息"},PublicMoreEvidence:{additionalEvidenceHeader:"已将证据添加到现有报告中",backToReportId:"返回报告ID:{{reportId}}",description:"将文件添加为证据可以帮助您的案件经理提高解决效率。如果您希望保持匿名,请考虑文件内容(包括文件元数据),并尊重他人的权利和适用的法律。有关更多信息,请查看此。 帮助文章",header:"将额外的证据添加到报告中",vaultTalkOpenCaseHeader:"将证据添加到你的报告中"},PublicReport:{anonymous:"匿名",backToReports:"返回到报告",skipped:"跳过"},PublicReportCard:{addEvidence:"添加额外证据",messageCaseManager:"消息案件经理",reportId:"报告 ID:",submitted:"已提交",vaultTalkClosedCaseCTA:"查看证据",vaultTalkOpenCaseCTA:"添加证据",viewAdditionalEvidence:"查看额外证据",viewReport:"查看报告"},PublicReportsList:{reportingSystem:"报告系统"},Question:{placeholder:"开始输入...",question:"提供详细信息",questionText:"请与我们分享您的顾虑,更新或查询。"},Relationship:{header:"您与本组织的关系",tellUsAbout:"请告诉我们您与该组织的关系。"},ResponsiveNavMenu:{messages:"我的消息",reports:"我的报告"},SpamPuzzle:{dialog:"继续前,请完成此谜题"},SubmissionTypes:{reportIssue:"选择一个类别",whatType:"选择最能描述您报告的类别 "},SubmitSuccess:{category:"类别: {{category}}",dateSubmitted:"提交日期: {{date}}",recordYourVaultID:"请记住此登录信息",successMessage:"您的报告已提交并已准备好进行审查。任何需要关注的附件文件将在登陆后被标记。请在下面登陆以查看报告更新并给您的案件经理发送信息。",successThankYou:"感谢您的报告!",viewReport:"查看报告"},Time:{approximateDescription:"您还记得该事件发生的大概时间吗?",approximatePlaceholder:"示例:上午、下午",description:"您记得该事件发生的时间吗?",header:"事件是什么时候发生的?",invalidTime:"时间格式必须是 HH:MM(小时:分钟)"},UserSettingsDialog:{changePassword:"更改密码",closeDialog:"关闭对话",logout:"登出",messageSettings:"消息设置",userSettings:"用户设置"},Witnesses:{description:"您有没有告诉其他人,或者有没有人看到发生了什么?",header:"有证人吗?",placeholder:"开始输入..."}},reporting:{ReportingActivate:{buttonText:"继续",description:"如果您在我们这里有账户,我们将向您发送一封电子邮件,其中包含完成注册的说明。",emailInput:"电子邮件",header:"输入您的工作电子邮件",successAccount:"如果您在我们这里有帐户,您将收到一封包含如何设置密码指导的电子邮件。",successEmail:"如果您没有立即看到它,请等待几分钟并刷新您的电子邮件收件箱。",successHeading:"谢谢你"},ReportingConnect:{cancelButton:"取消",connectButton:"连接",disclaimer:"将您的Slack账户与您的Vault账户连接可以确保安全和私密的连接。

通过连接,您可以直接在Slack中报告不当行为或提出问题。连接后,您总是有选择匿名报告的选项。您的隐私和安全是我们的首要任务。",heading:"Vault Platform正在请求许可以访问您的{{organisationName}} Slack账户",listHeading:"Vault将能够做什么?",permissionIdentity:{extraInfo:"Vault将有能力查看您的Slack用户身份",heading:"查看用户身份信息"},permissionNotifications:{extraInfo:"Vault将能够向您的Slack账户发送通知,关于提交的报告或问题的任何更新。",heading:"向您发送通知"},permissionOverview:{extraInfo:"Vault将在主页上显示所有提交的概述",heading:"提交概览"},permissionSubmitReport:{extraInfo:"这将授予Vault权限,可以直接通过Slack向您的组织提交报告或提问。",heading:"代表您提交报告或提问"},successfulConnectionDescription:"您的Vault账户和Slack账户现在已经连接。您现在可以关闭此标签页并返回到Slack。",successfulConnectionHeading:"成功连接",unsuccessfulConnectionDescription:"发生了一些错误。请关闭此标签页并返回到Slack重试。",unsuccessfulConnectionHeading:"连接失败"},ReportingLogin:{createAccountCTA:"注册一个账户",emailLabel:"您的电子邮件",loginButton:"登录",newPasswordPlaceholder:"新密码",passwordFailMessage:"返回Slack中的Vault应用程序,然后再试一次。如果问题仍然存在,请通过techsupport@vaultplatform.com与我们联系。",passwordFailTitle:"出了些问题",passwordLabel:"您的密码",passwordPlaceholder:"输入你的密码",passwordResetRequired:"需要重置密码",passwordSuccessfullySetMessage:"回到Slack中的Vault App,并使用您的新密码进行验证,以继续您之前的操作。",passwordSuccessfullySetTitle:"密码设置成功",reenterPlaceholder:"重新输入密码",title:"记者中心",tooltip:'如果您还没有为Vault应用设置密码,可按照此处的指示开始。如果您忘记了密码,请使用下面的"忘记密码"链接。',usernameLoginFailed:"登录失败,用户名或密码不正确"},ReportingReset:{failureDescription:"返回到Slack中的Vault应用并再试一次。如果问题仍然存在,请通过techsupport@vaultplatform.com联系我们。",failureHeading:"出了些问题",successDescription:"回到Slack中的Vault应用程序,使用您的新密码进行验证,然后继续之前的操作。",successHeading:"密码设置成功"}},validators:{passwordLength:"密码必须至少有 9 个字符",passwordLowercase:"密码必须至少包含 1 个小写字母",passwordMissMatch:"密码和确认字段必须匹配。",passwordNumeric:"密码必须至少包含 1 个数字",passwordUppercase:"密码必须至少包含 1 个大写字母"},validatorsNew:{passwordLength:"在10到30个字符之间",passwordLowercase:"至少一个小写字母",passwordMissMatch:"密码不匹配",passwordNumeric:"至少一个数字",passwordSpecialCharacter:"至少一个特殖字符",passwordUppercase:"至少一个大写字母"}}},Hn={arAR:VWn,csCS:GWn,daDK:WWn,deDE:qWn,elGR:YWn,enGB:KWn,esES:XWn,fiFI:ZWn,frFR:QWn,heIL:JWn,huHU:eqn,idID:tqn,itIT:nqn,jaJA:rqn,koKO:aqn,msMY:iqn,nlBE:oqn,nlNL:sqn,noNO:lqn,plPL:uqn,ptBR:cqn,ptPT:dqn,ruRU:pqn,skSK:hqn,slSL:mqn,svSE:gqn,thTH:vqn,trTR:yqn,zhCN:wqn,bgBG:HWn,roRO:fqn,uk:bqn,vi:xqn},Sqn={ar:Hn.arAR,"ar-AR":Hn.arAR,cs:Hn.csCS,"cs-CS":Hn.csCS,da:Hn.daDK,"da-DK":Hn.daDK,de:Hn.deDE,"de-DE":Hn.deDE,el:Hn.elGR,"el-GR":Hn.elGR,"en-GB":Hn.enGB,es:Hn.esES,"es-ES":Hn.esES,fi:Hn.fiFI,"fi-FI":Hn.fiFI,fr:Hn.frFR,"fr-FR":Hn.frFR,he:Hn.heIL,"he-IL":Hn.heIL,hu:Hn.huHU,"hu-HU":Hn.huHU,id:Hn.idID,"id-ID":Hn.idID,it:Hn.itIT,"it-IT":Hn.itIT,ja:Hn.jaJA,"ja-JA":Hn.jaJA,ko:Hn.koKO,"ko-KO":Hn.koKO,ms:Hn.msMY,"ms-BN":Hn.msMY,"ms-MY":Hn.msMY,nl:Hn.nlNL,"nl-BE":Hn.nlBE,"nl-NL":Hn.nlNL,no:Hn.noNO,"no-NO":Hn.noNO,pl:Hn.plPL,"pl-PL":Hn.plPL,pt:Hn.ptPT,"pt-BR":Hn.ptBR,"pt-PT":Hn.ptPT,ru:Hn.ruRU,"ru-RU":Hn.ruRU,sk:Hn.skSK,"sk-SK":Hn.skSK,sl:Hn.slSL,"sl-SL":Hn.slSL,sv:Hn.svSE,"sv-SE":Hn.svSE,th:Hn.thTH,"th-TH":Hn.thTH,tr:Hn.trTR,"tr-TR":Hn.trTR,zh:Hn.zhCN,"zh-CN":Hn.zhCN,bg:Hn.bgBG,"bg-BG":Hn.bgBG,ro:Hn.roRO,"ro-RO":Hn.roRO,uk:Hn.uk,vi:Hn.vi},g5={ar:async()=>Ir(()=>import("./ar-d48771e3.js").then(e=>e.a),[]),cs:async()=>Ir(()=>import("./cs-d21a08c4.js").then(e=>e.c),[]),da:async()=>Ir(()=>import("./da-64ba091b.js").then(e=>e.d),[]),de:async()=>Ir(()=>import("./de-5be1572f.js").then(e=>e.d),[]),el:async()=>Ir(()=>import("./el-a8705340.js").then(e=>e.e),[]),en:async()=>Ir(()=>import("./en-3930102a.js").then(e=>e.e),[]),"en-gb":async()=>Ir(()=>import("./en-gb-abc15259.js").then(e=>e.e),[]),es:async()=>Ir(()=>import("./es-c1d8a246.js").then(e=>e.e),[]),"es-mx":async()=>Ir(()=>import("./es-mx-355c31dc.js").then(e=>e.e),[]),fi:async()=>Ir(()=>import("./fi-59671bd6.js").then(e=>e.f),[]),fr:async()=>Ir(()=>import("./fr-1d52a666.js").then(e=>e.f),[]),he:async()=>Ir(()=>import("./he-7271571a.js").then(e=>e.h),[]),hu:async()=>Ir(()=>import("./hu-13974cc7.js").then(e=>e.h),[]),id:async()=>Ir(()=>import("./id-7c6264c1.js").then(e=>e.i),[]),it:async()=>Ir(()=>import("./it-0400ff77.js").then(e=>e.i),[]),ja:async()=>Ir(()=>import("./ja-1019f435.js").then(e=>e.j),[]),ko:async()=>Ir(()=>import("./ko-8a23ca4d.js").then(e=>e.k),[]),ms:async()=>Ir(()=>import("./ms-81d8a7b3.js").then(e=>e.m),[]),nl:async()=>Ir(()=>import("./nl-1587475d.js").then(e=>e.n),[]),no:async()=>Ir(()=>import("./nb-1ee181da.js").then(e=>e.n),[]),nb:async()=>Ir(()=>import("./nb-1ee181da.js").then(e=>e.n),[]),nn:async()=>Ir(()=>import("./nn-0eab9ed0.js").then(e=>e.n),[]),pl:async()=>Ir(()=>import("./pl-9c2aad54.js").then(e=>e.p),[]),pt:async()=>Ir(()=>import("./pt-3fda3f04.js").then(e=>e.p),[]),"pt-br":async()=>Ir(()=>import("./pt-br-01109481.js").then(e=>e.p),[]),ro:async()=>Ir(()=>import("./ro-b5524fb3.js").then(e=>e.r),[]),ru:async()=>Ir(()=>import("./ru-5c92e4f4.js").then(e=>e.r),[]),sk:async()=>Ir(()=>import("./sk-6fda494b.js").then(e=>e.s),[]),sl:async()=>Ir(()=>import("./sl-fe97a32b.js").then(e=>e.s),[]),sv:async()=>Ir(()=>import("./sv-570c8869.js").then(e=>e.s),[]),th:async()=>Ir(()=>import("./th-591d666f.js").then(e=>e.t),[]),tr:async()=>Ir(()=>import("./tr-be2bd6a2.js").then(e=>e.t),[]),uk:async()=>Ir(()=>import("./uk-a1b93471.js").then(e=>e.u),[]),vi:async()=>Ir(()=>import("./vi-e71818b5.js").then(e=>e.v),[]),zh:async()=>Ir(()=>import("./zh-780b2bb9.js").then(e=>e.z),[]),"zh-cn":async()=>Ir(()=>import("./zh-cn-e23456bf.js").then(e=>e.z),[])},fb=window.navigator.userLanguage||window.navigator.language,v5=fb.toLocaleLowerCase()==="zh"?"zh-cn":fb.toLocaleLowerCase(),_qn=async()=>{await $e.init({fallbackLng:["en-GB"],lng:fb,resources:Sqn}),document.body.dir=$e.dir();try{const e=v5.split("-")[0];g5[v5]?(await g5[v5](),Jn.locale(v5)):e&&g5[e]?(await g5[e](),Jn.locale(e)):Jn.locale("en-gb")}catch{Jn.locale("en-gb");return}};function yu(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var Eqn=(()=>typeof Symbol=="function"&&Symbol.observable||"@@observable")(),f4e=Eqn,AJ=()=>Math.random().toString(36).substring(7).split("").join("."),Tqn={INIT:`@@redux/INIT${AJ()}`,REPLACE:`@@redux/REPLACE${AJ()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${AJ()}`},J7=Tqn;function bye(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function Qlt(e,t,n){if(typeof e!="function")throw new Error(yu(2));if(typeof t=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(yu(0));if(typeof t=="function"&&typeof n>"u"&&(n=t,t=void 0),typeof n<"u"){if(typeof n!="function")throw new Error(yu(1));return n(Qlt)(e,t)}let r=e,a=t,i=new Map,o=i,s=0,l=!1;function u(){o===i&&(o=new Map,i.forEach((m,y)=>{o.set(y,m)}))}function c(){if(l)throw new Error(yu(3));return a}function d(m){if(typeof m!="function")throw new Error(yu(4));if(l)throw new Error(yu(5));let y=!0;u();const b=s++;return o.set(b,m),function(){if(y){if(l)throw new Error(yu(6));y=!1,u(),o.delete(b),i=null}}}function f(m){if(!bye(m))throw new Error(yu(7));if(typeof m.type>"u")throw new Error(yu(8));if(typeof m.type!="string")throw new Error(yu(17));if(l)throw new Error(yu(9));try{l=!0,a=r(a,m)}finally{l=!1}return(i=o).forEach(b=>{b()}),m}function p(m){if(typeof m!="function")throw new Error(yu(10));r=m,f({type:J7.REPLACE})}function g(){const m=d;return{subscribe(y){if(typeof y!="object"||y===null)throw new Error(yu(11));function b(){const w=y;w.next&&w.next(c())}return b(),{unsubscribe:m(b)}},[f4e](){return this}}}return f({type:J7.INIT}),{dispatch:f,subscribe:d,getState:c,replaceReducer:p,[f4e]:g}}function Cqn(e){Object.keys(e).forEach(t=>{const n=e[t];if(typeof n(void 0,{type:J7.INIT})>"u")throw new Error(yu(12));if(typeof n(void 0,{type:J7.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(yu(13))})}function Iqn(e){const t=Object.keys(e),n={};for(let i=0;i"u")throw s&&s.type,new Error(yu(14));u[d]=g,l=l||g!==p}return l=l||r.length!==Object.keys(o).length,l?u:o}}function ez(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,n)=>(...r)=>t(n(...r)))}function Aqn(...e){return t=>(n,r)=>{const a=t(n,r);let i=()=>{throw new Error(yu(15))};const o={getState:a.getState,dispatch:(l,...u)=>i(l,...u)},s=e.map(l=>l(o));return i=ez(...s)(a.dispatch),{...a,dispatch:i}}}function kqn(e){return bye(e)&&"type"in e&&typeof e.type=="string"}var Jlt=Symbol.for("immer-nothing"),p4e=Symbol.for("immer-draftable"),qf=Symbol.for("immer-state");function rm(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var W2=Object.getPrototypeOf;function JS(e){return!!e&&!!e[qf]}function iy(e){var t;return e?eut(e)||Array.isArray(e)||!!e[p4e]||!!((t=e.constructor)!=null&&t[p4e])||dW(e)||fW(e):!1}var Oqn=Object.prototype.constructor.toString();function eut(e){if(!e||typeof e!="object")return!1;const t=W2(e);if(t===null)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object?!0:typeof n=="function"&&Function.toString.call(n)===Oqn}function jD(e,t){cW(e)===0?Object.entries(e).forEach(([n,r])=>{t(n,r,e)}):e.forEach((n,r)=>t(r,n,e))}function cW(e){const t=e[qf];return t?t.type_:Array.isArray(e)?1:dW(e)?2:fW(e)?3:0}function Foe(e,t){return cW(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function tut(e,t,n){const r=cW(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function Pqn(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function dW(e){return e instanceof Map}function fW(e){return e instanceof Set}function tw(e){return e.copy_||e.base_}function Boe(e,t){if(dW(e))return new Map(e);if(fW(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);if(!t&&eut(e))return W2(e)?{...e}:Object.assign(Object.create(null),e);const n=Object.getOwnPropertyDescriptors(e);delete n[qf];let r=Reflect.ownKeys(n);for(let a=0;a1&&(e.set=e.add=e.clear=e.delete=Rqn),Object.freeze(e),t&&jD(e,(n,r)=>xye(r,!0))),e}function Rqn(){rm(2)}function pW(e){return Object.isFrozen(e)}var Nqn={};function e_(e){const t=Nqn[e];return t||rm(0,e),t}var FD;function nut(){return FD}function Dqn(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function h4e(e,t){t&&(e_("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function zoe(e){Uoe(e),e.drafts_.forEach(Mqn),e.drafts_=null}function Uoe(e){e===FD&&(FD=e.parent_)}function m4e(e){return FD=Dqn(FD,e)}function Mqn(e){const t=e[qf];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function g4e(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[qf].modified_&&(zoe(t),rm(4)),iy(e)&&(e=tz(t,e),t.parent_||nz(t,e)),t.patches_&&e_("Patches").generateReplacementPatches_(n[qf].base_,e,t.patches_,t.inversePatches_)):e=tz(t,n,[]),zoe(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Jlt?e:void 0}function tz(e,t,n){if(pW(t))return t;const r=t[qf];if(!r)return jD(t,(a,i)=>v4e(e,r,t,a,i,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return nz(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const a=r.copy_;let i=a,o=!1;r.type_===3&&(i=new Set(a),a.clear(),o=!0),jD(i,(s,l)=>v4e(e,r,a,s,l,n,o)),nz(e,a,!1),n&&e.patches_&&e_("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function v4e(e,t,n,r,a,i,o){if(JS(a)){const s=i&&t&&t.type_!==3&&!Foe(t.assigned_,r)?i.concat(r):void 0,l=tz(e,a,s);if(tut(n,r,l),JS(l))e.canAutoFreeze_=!1;else return}else o&&n.add(a);if(iy(a)&&!pW(a)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;tz(e,a),(!t||!t.scope_.parent_)&&nz(e,a)}}function nz(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&xye(t,n)}function $qn(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:nut(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let a=r,i=wye;n&&(a=[r],i=BD);const{revoke:o,proxy:s}=Proxy.revocable(a,i);return r.draft_=s,r.revoke_=o,s}var wye={get(e,t){if(t===qf)return e;const n=tw(e);if(!Foe(n,t))return Lqn(e,n,t);const r=n[t];return e.finalized_||!iy(r)?r:r===kJ(e.base_,t)?(OJ(e),e.copy_[t]=Hoe(r,e)):r},has(e,t){return t in tw(e)},ownKeys(e){return Reflect.ownKeys(tw(e))},set(e,t,n){const r=rut(tw(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const a=kJ(tw(e),t),i=a==null?void 0:a[qf];if(i&&i.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(Pqn(n,a)&&(n!==void 0||Foe(e.base_,t)))return!0;OJ(e),Voe(e)}return e.copy_[t]===n&&(n!==void 0||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty(e,t){return kJ(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,OJ(e),Voe(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=tw(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){rm(11)},getPrototypeOf(e){return W2(e.base_)},setPrototypeOf(){rm(12)}},BD={};jD(wye,(e,t)=>{BD[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});BD.deleteProperty=function(e,t){return BD.set.call(this,e,t,void 0)};BD.set=function(e,t,n){return wye.set.call(this,e[0],t,n,e[0])};function kJ(e,t){const n=e[qf];return(n?tw(n):e)[t]}function Lqn(e,t,n){var a;const r=rut(t,n);return r?"value"in r?r.value:(a=r.get)==null?void 0:a.call(e.draft_):void 0}function rut(e,t){if(!(t in e))return;let n=W2(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=W2(n)}}function Voe(e){e.modified_||(e.modified_=!0,e.parent_&&Voe(e.parent_))}function OJ(e){e.copy_||(e.copy_=Boe(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var jqn=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,n,r)=>{if(typeof t=="function"&&typeof n!="function"){const i=n;n=t;const o=this;return function(l=i,...u){return o.produce(l,c=>n.call(this,c,...u))}}typeof n!="function"&&rm(6),r!==void 0&&typeof r!="function"&&rm(7);let a;if(iy(t)){const i=m4e(this),o=Hoe(t,void 0);let s=!0;try{a=n(o),s=!1}finally{s?zoe(i):Uoe(i)}return h4e(i,r),g4e(a,i)}else if(!t||typeof t!="object"){if(a=n(t),a===void 0&&(a=t),a===Jlt&&(a=void 0),this.autoFreeze_&&xye(a,!0),r){const i=[],o=[];e_("Patches").generateReplacementPatches_(t,a,i,o),r(i,o)}return a}else rm(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(o,...s)=>this.produceWithPatches(o,l=>t(l,...s));let r,a;return[this.produce(t,n,(o,s)=>{r=o,a=s}),r,a]},typeof(e==null?void 0:e.autoFreeze)=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof(e==null?void 0:e.useStrictShallowCopy)=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){iy(e)||rm(8),JS(e)&&(e=Fqn(e));const t=m4e(this),n=Hoe(e,void 0);return n[qf].isManual_=!0,Uoe(t),n}finishDraft(e,t){const n=e&&e[qf];(!n||!n.isManual_)&&rm(9);const{scope_:r}=n;return h4e(r,t),g4e(void 0,r)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const a=t[n];if(a.path.length===0&&a.op==="replace"){e=a.value;break}}n>-1&&(t=t.slice(n+1));const r=e_("Patches").applyPatches_;return JS(e)?r(e,t):this.produce(e,a=>r(a,t))}};function Hoe(e,t){const n=dW(e)?e_("MapSet").proxyMap_(e,t):fW(e)?e_("MapSet").proxySet_(e,t):$qn(e,t);return(t?t.scope_:nut()).drafts_.push(n),n}function Fqn(e){return JS(e)||rm(10,e),aut(e)}function aut(e){if(!iy(e)||pW(e))return e;const t=e[qf];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Boe(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Boe(e,!0);return jD(n,(r,a)=>{tut(n,r,aut(a))}),t&&(t.finalized_=!1),n}var Yf=new jqn,iut=Yf.produce;Yf.produceWithPatches.bind(Yf);Yf.setAutoFreeze.bind(Yf);Yf.setUseStrictShallowCopy.bind(Yf);Yf.applyPatches.bind(Yf);Yf.createDraft.bind(Yf);Yf.finishDraft.bind(Yf);function out(e){return({dispatch:n,getState:r})=>a=>i=>typeof i=="function"?i(n,r,e):a(i)}var Bqn=out(),zqn=out,Uqn=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?ez:ez.apply(null,arguments)},Vqn=e=>e&&typeof e.match=="function";function fN(e,t){function n(...r){if(t){let a=t(...r);if(!a)throw new Error(Dv(0));return{type:e,payload:a.payload,..."meta"in a&&{meta:a.meta},..."error"in a&&{error:a.error}}}return{type:e,payload:r[0]}}return n.toString=()=>`${e}`,n.type=e,n.match=r=>kqn(r)&&r.type===e,n}var sut=class rR extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,rR.prototype)}static get[Symbol.species](){return rR}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new rR(...t[0].concat(this)):new rR(...t.concat(this))}};function y4e(e){return iy(e)?iut(e,()=>{}):e}function b4e(e,t,n){return e.has(t)?e.get(t):e.set(t,n(t)).get(t)}function Hqn(e){return typeof e=="boolean"}var Gqn=()=>function(t){const{thunk:n=!0,immutableCheck:r=!0,serializableCheck:a=!0,actionCreatorCheck:i=!0}=t??{};let o=new sut;return n&&(Hqn(n)?o.push(Bqn):o.push(zqn(n.extraArgument))),o},Wqn="RTK_autoBatch",x4e=e=>t=>{setTimeout(t,e)},qqn=(e={type:"raf"})=>t=>(...n)=>{const r=t(...n);let a=!0,i=!1,o=!1;const s=new Set,l=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:x4e(10):e.type==="callback"?e.queueNotification:x4e(e.timeout),u=()=>{o=!1,i&&(i=!1,s.forEach(c=>c()))};return Object.assign({},r,{subscribe(c){const d=()=>a&&c(),f=r.subscribe(d);return s.add(c),()=>{f(),s.delete(c)}},dispatch(c){var d;try{return a=!((d=c==null?void 0:c.meta)!=null&&d[Wqn]),i=!a,i&&(o||(o=!0,l(u))),r.dispatch(c)}finally{a=!0}}})},Yqn=e=>function(n){const{autoBatch:r=!0}=n??{};let a=new sut(e);return r&&a.push(qqn(typeof r=="object"?r:void 0)),a};function Kqn(e){const t=Gqn(),{reducer:n=void 0,middleware:r,devTools:a=!0,preloadedState:i=void 0,enhancers:o=void 0}=e||{};let s;if(typeof n=="function")s=n;else if(bye(n))s=Iqn(n);else throw new Error(Dv(1));let l;typeof r=="function"?l=r(t):l=t();let u=ez;a&&(u=Uqn({trace:!1,...typeof a=="object"&&a}));const c=Aqn(...l),d=Yqn(c);let f=typeof o=="function"?o(d):d();const p=u(...f);return Qlt(s,i,p)}function lut(e){const t={},n=[];let r;const a={addCase(i,o){const s=typeof i=="string"?i:i.type;if(!s)throw new Error(Dv(28));if(s in t)throw new Error(Dv(29));return t[s]=o,a},addMatcher(i,o){return n.push({matcher:i,reducer:o}),a},addDefaultCase(i){return r=i,a}};return e(a),[t,n,r]}function Xqn(e){return typeof e=="function"}function Zqn(e,t){let[n,r,a]=lut(t),i;if(Xqn(e))i=()=>y4e(e());else{const s=y4e(e);i=()=>s}function o(s=i(),l){let u=[n[l.type],...r.filter(({matcher:c})=>c(l)).map(({reducer:c})=>c)];return u.filter(c=>!!c).length===0&&(u=[a]),u.reduce((c,d)=>{if(d)if(JS(c)){const p=d(c,l);return p===void 0?c:p}else{if(iy(c))return iut(c,f=>d(f,l));{const f=d(c,l);if(f===void 0){if(c===null)return c;throw Error("A case reducer on a non-draftable value must not return undefined")}return f}}return c},s)}return o.getInitialState=i,o}var Qqn=(e,t)=>Vqn(e)?e.match(t):e(t);function Jqn(...e){return t=>e.some(n=>Qqn(n,t))}var eYn="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",tYn=(e=21)=>{let t="",n=e;for(;n--;)t+=eYn[Math.random()*64|0];return t},nYn=["name","message","stack","code"],PJ=class{constructor(e,t){nK(this,"_type");this.payload=e,this.meta=t}},w4e=class{constructor(e,t){nK(this,"_type");this.payload=e,this.meta=t}},rYn=e=>{if(typeof e=="object"&&e!==null){const t={};for(const n of nYn)typeof e[n]=="string"&&(t[n]=e[n]);return t}return{message:String(e)}},Xs=(()=>{function e(t,n,r){const a=fN(t+"/fulfilled",(l,u,c,d)=>({payload:l,meta:{...d||{},arg:c,requestId:u,requestStatus:"fulfilled"}})),i=fN(t+"/pending",(l,u,c)=>({payload:void 0,meta:{...c||{},arg:u,requestId:l,requestStatus:"pending"}})),o=fN(t+"/rejected",(l,u,c,d,f)=>({payload:d,error:(r&&r.serializeError||rYn)(l||"Rejected"),meta:{...f||{},arg:c,requestId:u,rejectedWithValue:!!d,requestStatus:"rejected",aborted:(l==null?void 0:l.name)==="AbortError",condition:(l==null?void 0:l.name)==="ConditionError"}}));function s(l){return(u,c,d)=>{const f=r!=null&&r.idGenerator?r.idGenerator(l):tYn(),p=new AbortController;let g,v;function m(b){v=b,p.abort()}const y=async function(){var w,S;let b;try{let _=(w=r==null?void 0:r.condition)==null?void 0:w.call(r,l,{getState:c,extra:d});if(iYn(_)&&(_=await _),_===!1||p.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const T=new Promise((C,A)=>{g=()=>{A({name:"AbortError",message:v||"Aborted"})},p.signal.addEventListener("abort",g)});u(i(f,l,(S=r==null?void 0:r.getPendingMeta)==null?void 0:S.call(r,{requestId:f,arg:l},{getState:c,extra:d}))),b=await Promise.race([T,Promise.resolve(n(l,{dispatch:u,getState:c,extra:d,requestId:f,signal:p.signal,abort:m,rejectWithValue:(C,A)=>new PJ(C,A),fulfillWithValue:(C,A)=>new w4e(C,A)})).then(C=>{if(C instanceof PJ)throw C;return C instanceof w4e?a(C.payload,f,l,C.meta):a(C,f,l)})])}catch(_){b=_ instanceof PJ?o(null,f,l,_.payload,_.meta):o(_,f,l)}finally{g&&p.signal.removeEventListener("abort",g)}return r&&!r.dispatchConditionRejection&&o.match(b)&&b.meta.condition||u(b),b}();return Object.assign(y,{abort:m,requestId:f,arg:l,unwrap(){return y.then(aYn)}})}}return Object.assign(s,{pending:i,rejected:o,fulfilled:a,settled:Jqn(o,a),typePrefix:t})}return e.withTypes=()=>e,e})();function aYn(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function iYn(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var oYn=Symbol.for("rtk-slice-createasyncthunk");function sYn(e,t){return`${e}/${t}`}function lYn({creators:e}={}){var n;const t=(n=e==null?void 0:e.asyncThunk)==null?void 0:n[oYn];return function(a){const{name:i,reducerPath:o=i}=a;if(!i)throw new Error(Dv(11));typeof process<"u";const s=(typeof a.reducers=="function"?a.reducers(cYn()):a.reducers)||{},l=Object.keys(s),u={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},c={addCase(x,w){const S=typeof x=="string"?x:x.type;if(!S)throw new Error(Dv(12));if(S in u.sliceCaseReducersByType)throw new Error(Dv(13));return u.sliceCaseReducersByType[S]=w,c},addMatcher(x,w){return u.sliceMatchers.push({matcher:x,reducer:w}),c},exposeAction(x,w){return u.actionCreators[x]=w,c},exposeCaseReducer(x,w){return u.sliceCaseReducersByName[x]=w,c}};l.forEach(x=>{const w=s[x],S={reducerName:x,type:sYn(i,x),createNotation:typeof a.reducers=="function"};fYn(w)?hYn(S,w,c,t):dYn(S,w,c)});function d(){const[x={},w=[],S=void 0]=typeof a.extraReducers=="function"?lut(a.extraReducers):[a.extraReducers],_={...x,...u.sliceCaseReducersByType};return Zqn(a.initialState,T=>{for(let C in _)T.addCase(C,_[C]);for(let C of u.sliceMatchers)T.addMatcher(C.matcher,C.reducer);for(let C of w)T.addMatcher(C.matcher,C.reducer);S&&T.addDefaultCase(S)})}const f=x=>x,p=new Map;let g;function v(x,w){return g||(g=d()),g(x,w)}function m(){return g||(g=d()),g.getInitialState()}function y(x,w=!1){function S(T){let C=T[x];return typeof C>"u"&&w&&(C=m()),C}function _(T=f){const C=b4e(p,w,()=>new WeakMap);return b4e(C,T,()=>{const A={};for(const[k,I]of Object.entries(a.selectors??{}))A[k]=uYn(I,T,m,w);return A})}return{reducerPath:x,getSelectors:_,get selectors(){return _(S)},selectSlice:S}}const b={name:i,reducer:v,actions:u.actionCreators,caseReducers:u.sliceCaseReducersByName,getInitialState:m,...y(o),injectInto(x,{reducerPath:w,...S}={}){const _=w??o;return x.inject({reducerPath:_,reducer:v},S),{...b,...y(_,!0)}}};return b}}function uYn(e,t,n,r){function a(i,...o){let s=t(i);return typeof s>"u"&&r&&(s=n()),e(s,...o)}return a.unwrapped=e,a}var w$=lYn();function cYn(){function e(t,n){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...n}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...n){return t(...n)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,n){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:n}},asyncThunk:e}}function dYn({type:e,reducerName:t,createNotation:n},r,a){let i,o;if("reducer"in r){if(n&&!pYn(r))throw new Error(Dv(17));i=r.reducer,o=r.prepare}else i=r;a.addCase(e,i).exposeCaseReducer(t,i).exposeAction(t,o?fN(e,o):fN(e))}function fYn(e){return e._reducerDefinitionType==="asyncThunk"}function pYn(e){return e._reducerDefinitionType==="reducerWithPrepare"}function hYn({type:e,reducerName:t},n,r,a){if(!a)throw new Error(Dv(18));const{payloadCreator:i,fulfilled:o,pending:s,rejected:l,settled:u,options:c}=n,d=a(e,i,c);r.exposeAction(t,d),o&&r.addCase(d.fulfilled,o),s&&r.addCase(d.pending,s),l&&r.addCase(d.rejected,l),u&&r.addMatcher(d.settled,u),r.exposeCaseReducer(t,{fulfilled:o||y5,pending:s||y5,rejected:l||y5,settled:u||y5})}function y5(){}function Dv(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}const hW=()=>{const t=h0().pathname.split("/"),n=t.length>2&&t[2]==="open-reporting",r=t.length>2?`/${t[1]}/${t[2]}`:"",[,a]=t,i=t.length>3?t[3]:"";return{isOpenReporting:n,basePath:r,orgSlug:a,page:i}},S4e=()=>{const{innerWidth:e,innerHeight:t}=window;return{width:e,height:t}},_h=()=>{const[e,t]=P.useState(S4e());return P.useEffect(()=>{function n(){t(S4e())}return window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)},[]),e},mYn=e=>{const{data:t,refetch:n}=A0e({caseId:e??""},{enabled:!!e});return{status:P.useMemo(()=>gYn(t==null?void 0:t.getCaseAttributes),[t==null?void 0:t.getCaseAttributes]),refetchAttributes:n}};function gYn(e){const{closedAt:t,readAt:n,investigatingAt:r}=e??{};let a=$i.New;return n&&(a=$i.Read),r&&(a=$i.Investigating),t&&(a=$i.Closed),a}function vYn(e,t){let n={createdAt:t==null?void 0:t.createdAt,case:t==null?void 0:t.case};return e===$i.Read&&(n.readAt=new Date().toISOString()),e===$i.Investigating&&(n.readAt=t==null?void 0:t.readAt,n.investigatingAt=new Date().toISOString()),e===$i.Closed&&(n.readAt=t==null?void 0:t.readAt,n.investigatingAt=t==null?void 0:t.investigatingAt,n.closedAt=new Date().toISOString()),n}const uut=({id:e,queryClient:t})=>({newCaseStatus:n})=>{const r=t.getQueryData(["CaseById",{id:e}]),a=vYn(n,r==null?void 0:r.caseById.CaseAttributes),i={...r==null?void 0:r.caseById,status:n,CaseAttributes:a};return t.setQueryData(["CaseById",{id:e}],()=>({caseById:i})),{caseById:i}},yYn=(e,t)=>{var w;const n=Ci(),{data:r,isLoading:a,isError:i,refetch:o}=o$({id:e,translation:t}),{data:s}=_G(),{data:l}=pRn(),[u,c]=P.useState(!1),d=r==null?void 0:r.caseById,f=s==null?void 0:s.me,p=Bat({onError:()=>{throw new Error("Failed to add Category")},onSuccess:()=>{n.refetchQueries({queryKey:["CaseById"]})}}),g=zat({onError:()=>{throw new Error("Failed to remove Category")},onSuccess:()=>{n.refetchQueries({queryKey:["CaseById"]})}}),v=Xat({onError:()=>{throw new Error("Error updating substantiation status")},onSuccess:()=>{n.refetchQueries({queryKey:["CaseById"]})}}),m=Zat({onError:()=>{throw new Error("Error reassigning report assignee")},onSuccess:()=>{n.refetchQueries({queryKey:["CaseById"]})}}),y=D0e({onSuccess:()=>{n.refetchQueries({queryKey:["CaseById"]})},onError:()=>{throw new Error("Error updating determined category")}}),b=I0e({onError:()=>{throw new Error("Unable to update status")},onSuccess:()=>{n.refetchQueries({queryKey:["CaseById"]})},onMutate:uut({id:e,queryClient:n})}),x=async(S,_)=>{await m.mutate({caseId:e,report:_.id,newReportAssigneeId:S})};return P.useMemo(()=>{var S;((S=r==null?void 0:r.caseById)==null?void 0:S.status)===$i.New&&b.mutate({newCaseStatus:$i.Read,caseId:r.caseById.id})},[r]),{caseById:d,isLoading:a,isError:i,refetch:o,viewer:f,availableCategories:(l==null?void 0:l.getActiveCategoriesForCase)??[],updateSubstantiationStatus:v,updateDeterminedCategory:y,handleUpdateManagerClick:x,isSaving:u,setIsSaving:c,addCaseCategory:p,removeCaseCategory:g,availableCaseManagers:((w=d==null?void 0:d.AllCaseLeads)==null?void 0:w.map(S=>({label:S.name??"Unnamed User",value:S.id})))??[]}},bYn=F.div.withConfig({displayName:"AccordionStyled",componentId:"sc-pznyxh-0"})(["width:100%;min-width:620px;overflow:",";"," "," :last-child > div:first-child{border-bottom-left-radius:",";border-bottom-right-radius:",";}"," border-bottom-left-radius:",";border-bottom-right-radius:",";background-color:",";"],e=>e.open?"visible":"hidden",e=>e.topBorder&&` - border-top-left-radius: ${e.topBorderRadius}; - border-top-right-radius: ${e.topBorderRadius}; - border-top: solid 1px ${e.showError?e.theme.newPalette.red.R400:e.theme.newPalette.neutral.N300}; - `,e=>e.topBorder?"":`:first-child > div:first-child { - border-top-left-radius: ${e.topBorderRadius}; - border-top-right-radius: ${e.topBorderRadius}; - border-top: solid 1px - ${e.showError?e.theme.newPalette.red.R400:e.theme.newPalette.neutral.N300}; - }`,e=>e.open?"0px":e.bottomBorderRadius,e=>e.open?"0px":e.bottomBorderRadius,e=>e.shadow&&"box-shadow: 0px 8px 24px -6px #00000029;",e=>e.bottomBorderRadius,e=>e.bottomBorderRadius,e=>e.bodyBackgroundColor),xYn=F.div.withConfig({displayName:"AccordionHeader",componentId:"sc-pznyxh-1"})(["background-color:",";display:grid;grid-template-columns:",";justify-content:space-between;border:",";gap:20px;padding:20px;cursor:pointer;position:relative;align-items:center;",";border-left:solid 1px ",";border-right:solid 1px ",";&:hover{background-color:",";}border-top-left-radius:",";border-top-right-radius:",";overflow-x:hidden;border-bottom-left-radius:",";border-bottom-right-radius:",";"],e=>e.backgroundColor?e.backgroundColor:e.showError?e.theme.newPalette.red.R100:e.theme.newPalette.neutral.N0,e=>e.showError?"2fr 2fr":"3fr 1fr",e=>e.borderColor?` 1px solid ${e.borderColor}`:"none",e=>e.borderColor?` 1px solid ${e.borderColor}`:e.bottomBorder?`border-bottom: solid 1px - ${e.showError?e.theme.newPalette.red.R400:e.theme.newPalette.neutral.N300}`:"",e=>e.backgroundColor?` 1px solid ${e.backgroundColor}`:e.showError?e.theme.newPalette.red.R400:e.theme.newPalette.neutral.N300,e=>e.backgroundColor?` 1px solid ${e.backgroundColor}`:e.showError?e.theme.newPalette.red.R400:e.theme.newPalette.neutral.N300,e=>e.hoverColor?e.hoverColor:e.theme.newPalette.neutral.N200,e=>e.topBorderRadius,e=>e.topBorderRadius,e=>e.open?"0px":e.bottomBorderRadius,e=>e.open?"0px":e.bottomBorderRadius),Sye=F.h3.withConfig({displayName:"AccordionTitle",componentId:"sc-pznyxh-2"})([""," white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:",";margin:0px;"],e=>e.theme.newTypography.textStyleHeading,e=>e.theme.newPalette.neutral.N800),wYn=F.p.withConfig({displayName:"AccordionSubtitle",componentId:"sc-pznyxh-3"})([""," color:",";width:max-content;margin:0px;"],e=>e.theme.newTypography.textStyleBody,e=>e.theme.newPalette.neutral.N600),cut=F.div.withConfig({displayName:"IconWrapper",componentId:"sc-pznyxh-4"})(["transform:",";transition:transform 0.4s ease-in-out;padding:0px;"],e=>e.open?"rotate(180deg)":"rotate(0deg)"),SYn=F.div.withConfig({displayName:"AccordionSubtitleWrapper",componentId:"sc-pznyxh-5"})(["display:flex;align-items:center;gap:10px;justify-self:end;"]),_Yn=F.div.withConfig({displayName:"AccordionContent",componentId:"sc-pznyxh-6"})(["max-height:",";opacity:",";transition:max-height ",",padding "," ease-in-out,opacity "," ease-in-out;background-color:",";border-bottom-left-radius:",";border-bottom-right-radius:",";"],e=>e.open?"none":"0px",e=>e.open?"1":"0",e=>e.open?"0.4s cubic-bezier(0.25, 1, 0.5, 1)":"0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1)",e=>e.open?"0s":"0.3s",e=>e.open?"0.3s":"0s",e=>e.theme.newPalette.neutral.N0,e=>e.last?e.bottomBorderRadius:"0px",e=>e.last?e.bottomBorderRadius:"0px");F.h4.withConfig({displayName:"AccordionContentTitle",componentId:"sc-pznyxh-7"})(["margin:0 0 20px 0;color:",";",""],e=>e.theme.newPalette.neutral.N800,e=>e.theme.newTypography.textStyleBodySemibold);F.div.withConfig({displayName:"AccordionContentContainer",componentId:"sc-pznyxh-8"})(["margin:0;padding:20px;border-top:",";border-bottom-left-radius:",";border-bottom-right-radius:",";:hover{background-color:",";}"],e=>e.first?"none":`solid 1px ${e.theme.newPalette.neutral.N300}`,e=>e.last?e.borderRadius:"0px",e=>e.last?e.borderRadius:"0px",e=>e.theme.newPalette.neutral.N100);F.h5.withConfig({displayName:"AccordionContentSubtitle",componentId:"sc-pznyxh-9"})(["margin:0 0 12px 0;color:",";",""],e=>e.theme.newPalette.neutral.N800,e=>e.theme.newTypography.textStyleSubheading);F.p.withConfig({displayName:"AccordionContentDescription",componentId:"sc-pznyxh-10"})(["margin:",";width:50%;color:",";",""],e=>e.margin?"0 0 20px 0":"0",e=>e.theme.newPalette.neutral.N600,e=>e.theme.newTypography.textStyleBody);const EYn=F.div.withConfig({displayName:"AccordionContentWrapper",componentId:"sc-pznyxh-11"})(["border-left:solid 1px ",";border-right:solid 1px ",";transition:border-bottom 0s ",";border-bottom:",";border-bottom-left-radius:",";border-bottom-right-radius:",";"],e=>e.theme.newPalette.neutral.N300,e=>e.theme.newPalette.neutral.N300,e=>e.open?"0s":"0.4s",e=>e.open?`solid 1px ${e.theme.newPalette.neutral.N300}`:`solid 0px ${e.theme.newPalette.neutral.N300}`,e=>e.last?e.bottomBorderRadius:"0px",e=>e.last?e.bottomBorderRadius:"0px");F.div.withConfig({displayName:"StorybookBackground",componentId:"sc-pznyxh-12"})(["display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:990px;"]);const _4e=e=>{switch(e){case"small":return"13.33px";case"medium":return"20px";case"large":return"26.67px";default:return"20px"}},E4e=e=>e==="small"?"5.33px":e==="medium"?"10px":e==="large"?"14.67px":"0px",mW=e=>{switch(e){case ot.SUCCESS:return De.newPalette.turquoise.T400;case ot.ERROR:return De.newPalette.red.R300;case ot.WARNING:return De.newPalette.yellow.Y500;case ot.DISABLED:return De.newPalette.neutral.N300;default:return De.newPalette.neutral.N600}},TYn=e=>{switch(e){case ot.SUCCESS:return De.newPalette.turquoise.T300;case ot.ERROR:return De.newPalette.red.R200;case ot.WARNING:return De.newPalette.yellow.Y400;case ot.DISABLED:return De.newPalette.neutral.N300;default:return De.newPalette.neutral.N600}},S$=e=>{switch(e){case ot.SUCCESS:return` - border-color: ${De.newPalette.turquoise.T400}; - background-color: ${De.newPalette.turquoise.T100}; - - :focus { - border: 1px solid ${De.newPalette.turquoise.T400}; - outline: 3px solid ${De.newPalette.turquoise.T100}; - } - `;case ot.ERROR:return` - border-color: ${De.newPalette.red.R400}; - background-color: ${De.newPalette.red.R100}; - - :focus { - border: 1px solid ${De.newPalette.turquoise.T400}; - outline: 3px solid ${De.newPalette.turquoise.T100}; - } - `;case ot.WARNING:return` - border-color: ${De.newPalette.yellow.Y400}; - background-color: ${De.newPalette.yellow.Y100}; - - :focus { - border: 1px solid ${De.newPalette.turquoise.T400}; - outline: 3px solid ${De.newPalette.turquoise.T100}; - } - `;case ot.DISABLED:return` - border-color: ${De.newPalette.neutral.N300}; - background-color: ${De.newPalette.neutral.N100}; - - :focus { - outline: none; - } - `;case ot.READONLY:return` - border-color: ${De.newPalette.neutral.N300}; - background-color: ${De.newPalette.neutral.N100}; - - :focus { - outline: none; - } - `;default:return` - border-color: ${De.newPalette.neutral.N400}; - background-color: ${De.newPalette.neutral.N0}; - - :focus { - border: 1px solid ${De.newPalette.turquoise.T400}; - outline: 3px solid ${De.newPalette.turquoise.T100}; - } - `}};F.div.withConfig({displayName:"StoryWrapper",componentId:"sc-1qwsk04-0"})(["max-width:","px;padding-left:40px;margin-top:40px;*{box-sizing:border-box;}"],e=>e.maxWidth??640);F.div.withConfig({displayName:"StoryContainer",componentId:"sc-1qwsk04-1"})(["padding:20px 0px;"]);F.h1.withConfig({displayName:"StoryTitle",componentId:"sc-1qwsk04-2"})([""," color:",";"],e=>e.theme.newTypography.textStyleDisplayLarge,e=>e.theme.newPalette.neutral.N1000);F.h2.withConfig({displayName:"StyledHeader",componentId:"sc-1qwsk04-3"})([""," color:",";"],e=>e.theme.newTypography.textStyleDisplayLarge,e=>e.theme.newPalette.neutral.N1000);const Og=F.h3.withConfig({displayName:"StyledSubheader",componentId:"sc-1qwsk04-4"})([""," color:",";margin:0;"],e=>e.theme.newTypography.textStyleHeading,e=>e.theme.newPalette.neutral.N800),dut=F.p.withConfig({displayName:"StyledText",componentId:"sc-1qwsk04-5"})([""," color:",";"],e=>e.theme.newTypography.textStyleBody,e=>e.theme.newPalette.neutral.N600);F.p.withConfig({displayName:"StyledTextLarge",componentId:"sc-1qwsk04-6"})([""," color:",";margin:0;"],e=>e.theme.newTypography.textStyleBodyLarge,e=>e.theme.newPalette.neutral.N700);F.a.withConfig({displayName:"StyledLink",componentId:"sc-1qwsk04-7"})(["text-decoration:none;color:",";:hover{cursor:pointer;text-decoration:underline;}"],e=>e.theme.newPalette.neutral.N600);F.div.withConfig({displayName:"ContainerWithBorder",componentId:"sc-1qwsk04-8"})(["border-bottom:1px solid ",";margin-bottom:60px;"],e=>e.theme.newPalette.neutral.N500);F.div.withConfig({displayName:"GreyTextContainer",componentId:"sc-1qwsk04-9"})(["background-color:",";border-radius:4px;padding:7px 20px;width:auto;"],e=>e.theme.newPalette.neutral.N200);F.div.withConfig({displayName:"GridContainer",componentId:"sc-1qwsk04-10"})(["display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;row-gap:40px;"]);F.div.withConfig({displayName:"GridColumnOne",componentId:"sc-1qwsk04-11"})(["display:grid;grid-column:1/6;grid-row:",";"],e=>e.gridRow);F.div.withConfig({displayName:"GridColumnTwo",componentId:"sc-1qwsk04-12"})(["display:grid;grid-column:7/12;grid-row:",";"],e=>e.gridRow);F.div.withConfig({displayName:"ColumnWrapper",componentId:"sc-1qwsk04-13"})(["display:flex;flex-direction:column;"]);const fut=F.div.withConfig({displayName:"RowWrapper",componentId:"sc-1qwsk04-14"})(["display:flex;flex-direction:row;align-items:center;"]),yn=F.i.withConfig({displayName:"StyledIcon",componentId:"sc-1qwsk04-15"})(["display:inline-block;padding:",";padding-top:calc(","*0.06);font-size:",";color:",";line-height:1;"],e=>e.padding,({size:e})=>e,e=>e.size,e=>e.color),Er=F.i.withConfig({displayName:"StyledIconInButton",componentId:"sc-1qwsk04-16"})(["font-size:",";display:inline-block;line-height:1;align-self:center;color:",";padding-left:",";padding-right:",";padding-top:calc(","*0.06);",""],e=>_4e(e.size),e=>e.color?e.color:"inherit",e=>e.position==="right"?E4e(e.size):"0px",e=>e.position==="left"?E4e(e.size):"0px",({size:e})=>_4e(e),e=>e.customStyle?e.customStyle:""),rz=F.label.withConfig({displayName:"StyledLabel",componentId:"sc-1qwsk04-17"})(["",";color:",";"],e=>e.theme.newTypography.textStyleBodySmall,({theme:e,disabled:t})=>t?e.newPalette.neutral.N600:e.newPalette.neutral.N800),CYn=({customCollapseIconOpen:e,customCollapseIconClosed:t,open:n})=>n&&e?h.jsx(h.Fragment,{children:e}):!n&&t?h.jsx(h.Fragment,{children:t}):h.jsx(cut,{open:n,children:h.jsx(yn,{className:"uil uil-angle-down",size:"20px"})}),Jg=({children:e,defaultOpen:t=!1,title:n,subtitle:r,last:a,topBorderRadius:i="6px",bottomBorderRadius:o="6px",className:s,showError:l,onClick:u,openCallback:c,accordionRef:d,preventChange:f,customCollapseIconOpen:p,customCollapseIconClosed:g,bottomBorder:v=!0,backgroundColor:m,bodyBackgroundColor:y,borderColor:b,hoverColor:x,headerProps:w,isDragging:S,..._})=>{const[T,C]=P.useState(t);return P.useEffect(()=>{c==null||c()},[T,c]),P.useEffect(()=>{f||C(t)},[t,f]),h.jsxs(bYn,{className:s,open:T,bottomBorderRadius:o,topBorderRadius:i,bodyBackgroundColor:y,showError:l,ref:d,..._,children:[h.jsxs(xYn,{open:T,onClick:()=>{!f&&!S&&C(!T),u==null||u()},backgroundColor:m,borderColor:b,hoverColor:x,"data-testid":`${_["data-testid"]}-header`,bottomBorderRadius:o,topBorderRadius:i,showError:l,bottomBorder:v,...w,children:[typeof n=="string"?h.jsx(Sye,{children:n}):n,h.jsxs(SYn,{children:[r&&(typeof r=="string"?h.jsx(wYn,{children:r}):r),h.jsx(CYn,{open:T,customCollapseIconOpen:p,customCollapseIconClosed:g})]})]}),h.jsx(EYn,{open:T,last:a,bottomBorderRadius:o,children:h.jsx(_Yn,{open:T,last:a,bottomBorderRadius:o,"data-testid":`${_["data-testid"]}-body`,children:h.jsx("div",{id:`${_["data-testid"]}-children-container`,children:be.Children.map(e,A=>be.isValidElement(A)&&!T?be.cloneElement(A,{tabIndex:-1}):A)})})})]})},b5=F.div.withConfig({displayName:"AvatarContainer",componentId:"sc-osmlwy-0"})(["display:flex;flex-shrink:0;align-items:center;justify-content:center;border:solid 1px ",";border-radius:100%;"," &:hover{cursor:",";}"],e=>e.theme.newPalette.turquoise.T300,e=>{switch(e.size){case"large":return"width: 64px; height: 64px;";case"medium":return"width: 40px; height: 40px;";case"small":return"width: 32px; height: 32px;"}},e=>e.onClick?"pointer":"default"),T4e=F.span.withConfig({displayName:"AvatarText",componentId:"sc-osmlwy-1"})([""," ",""],e=>`color: ${e.color};`,e=>{switch(e.size){case"large":return e.theme.newTypography.textStyleBodyLarge;case"medium":return e.theme.newTypography.textStyleBody;case"small":return e.theme.newTypography.textStyleBodySmall}}),IYn=F.img.withConfig({displayName:"AvatarImage",componentId:"sc-osmlwy-2"})(["width:100%;height:100%;border-radius:100%;"]),t_=({variant:e="icon",size:t="large",text:n,image:r,dark:a=!1,...i})=>{const o={small:"15px",medium:"20px",large:"34px"};switch(e){case"icon":return h.jsx(b5,{size:t,"data-testid":i["data-testid"],...i,children:h.jsx(yn,{className:"uil uil-user",size:o[t],color:a?De.newPalette.neutral.N0:De.newPalette.neutral.N900})});case"text":return(n==null?void 0:n.length)===2?h.jsx(b5,{size:t,"data-testid":i["data-testid"],...i,children:h.jsx(T4e,{size:t,color:a?De.newPalette.neutral.N0:De.newPalette.neutral.N900,children:n})}):h.jsx(b5,{size:t,"data-testid":i["data-testid"],...i,children:h.jsx(T4e,{size:t,color:a?De.newPalette.neutral.N0:De.newPalette.neutral.N900,children:n==null?void 0:n.slice(0,2)})});case"image":return h.jsx(b5,{size:t,"data-testid":i["data-testid"],...i,children:h.jsx(IYn,{src:r,alt:"avatar-image",size:t,color:a?De.newPalette.neutral.N0:De.newPalette.neutral.N900})})}},AYn=F.div.withConfig({displayName:"BadgeStyled",componentId:"sc-m27phs-0"})(["display:flex;flex-direction:row;align-items:center;padding:3px 12px;border-radius:14px;width:fit-content;"," text-transform:",";",""],e=>e.theme.newTypography.textStyleBodySmall,e=>e.capitalize?"capitalize":"none",e=>{switch(e.variant){case"investigating":return` - color: ${e.theme.newPalette.neutral.N0}; - background: ${e.theme.newPalette.turquoise.T300}; - border: solid 1px ${e.theme.newPalette.turquoise.T300}; - `;case"draft":return` - color: ${e.theme.newPalette.neutral.N800}; - background: ${e.theme.newPalette.turquoise.T100}; - border: solid 1px ${e.theme.newPalette.turquoise.T100}; - `;case"read":return` - color: ${e.theme.newPalette.neutral.N0}; - background: ${e.theme.newPalette.neutral.N700}; - border: solid 1px ${e.theme.newPalette.neutral.N700}; - `;case"new":return` - color: ${e.theme.newPalette.neutral.N800}; - background: ${e.theme.newPalette.neutral.N0}; - border: solid 1px ${e.theme.newPalette.neutral.N400}; - `;case"closed":return` - color: ${e.theme.newPalette.neutral.N0}; - background: ${e.theme.newPalette.neutral.N800}; - border: solid 1px ${e.theme.newPalette.neutral.N800}; - `;case"custom":return` - ${e.color?`color: ${e.color};`:`color: ${e.theme.newPalette.neutral.N800};`} - ${e["background-color"]&&`background-color: ${e["background-color"]};`} - ${e["border-color"]&&`border: 1px solid ${e["border-color"]};`} - ${!e["border-color"]&&e["background-color"]&&`border: 1px solid ${e["background-color"]};`} - `}}),Gs=({variant:e,text:t,capitalize:n=!1,...r})=>h.jsx(AYn,{variant:e,capitalize:n,...r,children:t}),put=F.button.withConfig({displayName:"StyledButton",componentId:"sc-1hgxrrt-0"})(["display:flex;align-items:center;justify-content:center;font-family:'rubik';border-radius:3px;"," "," border:",";color:",";width:",";height:",";font-size:",";padding:",";background-color:",";@media (hover:hover){&:hover{cursor:",";","}}&:active{","}"],e=>!e.noMinWidth&&"min-width: 100px;",e=>e.noTextWrap&&"white-space: nowrap;",e=>{if(e.disabled&&e.variant!=="tertiary"&&!e.$loading)return`1px solid ${e.theme.newPalette.neutral.N300}`;switch(e.variant){case"secondary":return`1px solid ${e.theme.newPalette.neutral.N400}`;case"tertiary":return"1px solid transparent";case"error":return`1px solid ${e.theme.newPalette.red.R300}`;default:return`1px solid ${e.theme.newPalette.turquoise.T300}`}},e=>e.disabled&&!e.$loading?e.variant==="primary"||e.variant==="error"?e.theme.newPalette.neutral.N800:e.theme.newPalette.neutral.N600:e.variant==="primary"||e.variant==="error"?e.theme.newPalette.neutral.N0:e.theme.newPalette.neutral.N800,e=>e.width,e=>{switch(e.size){case"small":return"28px;";case"medium":return"40px;";case"large":return"56px;"}},e=>e.size==="small"?"12px":e.size==="large"?"18px":"14px",e=>e.noPadding?"0px":e.size==="small"?"5px 12px":e.size==="large"?"11px 20px":"7px 16px",e=>{switch(e.variant){case"secondary":return e.theme.newPalette.neutral.N0;case"tertiary":return e.theme.newPalette.neutral.N0;case"error":return e.disabled?e.theme.newPalette.neutral.N200:e.theme.newPalette.red.R300;default:return e.disabled&&!e.$loading?e.theme.newPalette.neutral.N200:e.theme.newPalette.turquoise.T300}},e=>e.disabled?"not-allowed":"pointer",e=>!e.disabled&&Cl` - background-color: ${t=>{switch(t.variant){case"primary":return t.theme.newPalette.turquoise.T400;case"error":return t.theme.newPalette.red.R400;default:return t.theme.newPalette.neutral.N200}}}; - `,e=>!e.$loading&&Cl` - background-color: ${t=>{if(t.disabled)return t.theme.newPalette.neutral.N200;switch(t.variant){case"primary":return t.theme.newPalette.turquoise.T500;case"error":return t.theme.newPalette.red.R500;default:return t.theme.newPalette.turquoise.T100}}}; - `),Dt=({variant:e="primary",size:t="medium",disabled:n=!1,loading:r=!1,width:a,children:i,tabIndex:o=0,type:s="button",noPadding:l=!1,noMinWidth:u=!1,setRoot:c,...d})=>h.jsx(put,{variant:e,size:t,width:a,disabled:n||r,$loading:r,loading:r?`${r}`:void 0,"data-testid":d["data-testid"],tabIndex:o,noPadding:l,type:s,ref:c,noMinWidth:u,...d,children:i}),hut=F.div.withConfig({displayName:"HorizontalDivider",componentId:"sc-zeho7s-0"})(["border-top:1px solid ",";width:",";height:0;"],e=>e.$color??e.theme.newPalette.neutral.N300,e=>e.$width),kYn=F.div.withConfig({displayName:"VerticalDivider",componentId:"sc-zeho7s-1"})(["border-left:1px solid ",";height:",";width:0;"],e=>e.$color??e.theme.newPalette.neutral.N300,e=>e.$height),Nr=({variant:e="horizontal",color:t,width:n,height:r,...a})=>{switch(e){case"horizontal":return h.jsx(hut,{$color:t,$width:n??"100%","data-testid":a["data-testid"],className:a.className});case"vertical":return h.jsx(kYn,{$color:t,$height:r??"100%","data-testid":a["data-testid"],className:a.className})}},OYn=F.div.withConfig({displayName:"Container",componentId:"sc-14b51rr-0"})(["display:flex;flex-flow:row;column-gap:10px;align-items:center;@media (hover:hover){&:hover{cursor:",";}}"],e=>e.disabled?"not-allowed":"pointer"),PYn=F.div.withConfig({displayName:"Circle",componentId:"sc-14b51rr-1"})(["width:48px;height:24px;border-radius:12px;display:flex;flex-flow:row;background-color:",";cursor:",";position:relative;"," :before{position:absolute;content:'';top:3px;left:",";transition:left 300ms;width:18px;height:18px;border-radius:9px;background-color:",";}"],({checked:e,theme:t})=>e?t.newPalette.turquoise.T300:t.newPalette.neutral.N400,({disabled:e})=>!e&&"pointer",({disabled:e})=>e&&"opacity: 0.5;",({checked:e})=>e?"27px":"3px",e=>e.theme.newPalette.neutral.N0),RYn=F.div.withConfig({displayName:"SwitchContainer",componentId:"sc-14b51rr-2"})(["display:flex;align-items:center;"]),NYn=F.input.withConfig({displayName:"SwitchInput",componentId:"sc-14b51rr-3"})(["opacity:0;width:0;height:0;margin:0;"]),Ou=({checked:e,disabled:t,onClick:n,label:r,labelPosition:a="left",...i})=>h.jsxs(OYn,{disabled:t,children:[r&&a==="left"&&h.jsx(rz,{disabled:t,children:r}),h.jsxs(RYn,{children:[h.jsx(NYn,{type:"checkbox",checked:e,onChange:()=>!t&&n(!e),disabled:t,"data-testid":`${i["data-testid"]}-input`}),h.jsx(PYn,{checked:e,disabled:t,onClick:()=>!t&&n(!e),"data-testid":i["data-testid"]})]}),r&&a==="right"&&h.jsx(rz,{disabled:t,children:r})]});F.div.withConfig({displayName:"Container",componentId:"sc-w9l0eo-0"})(["display:flex;align-items:center;height:24px;"]);F.p.withConfig({displayName:"PercentageText",componentId:"sc-w9l0eo-1"})([""," color:",";margin:0;"],e=>e.theme.newTypography.textStyleBody,e=>e.theme.newPalette.neutral.N800);const DYn=F.div.withConfig({displayName:"ProgressBar",componentId:"sc-w9l0eo-2"})(["height:8px;width:300px;background:",";border-radius:4px;margin-right:8px;"],e=>e.theme.newPalette.neutral.N300),MYn=F.div.withConfig({displayName:"ProgressBarFiller",componentId:"sc-w9l0eo-3"})(["height:8px;width:","%;background:",";border-radius:4px;"],({percentage:e})=>e>100?100:e,e=>e.error?e.theme.newPalette.red.R300:e.theme.newPalette.turquoise.T300),$Yn=F.div.withConfig({displayName:"Container",componentId:"sc-mjvm30-0"})(["display:flex;flex-flow:row;column-gap:10px;align-items:center;"]),LYn=F.input.attrs(e=>({...e,type:"radio"})).withConfig({displayName:"StyledRadioButton",componentId:"sc-mjvm30-1"})(["appearance:none;margin:0;border-radius:50%;width:16px;height:16px;border:1px solid;border-color:",";transition:0.2s border linear;&:checked{border:4px solid;border-color:",";}&:disabled{background-color:",";border-color:",";}&:is(:disabled:checked){background-color:unset;border-color:",";opacity:0.38;}"],e=>e.theme.newPalette.neutral.N400,e=>e.theme.newPalette.turquoise.T300,e=>e.theme.newPalette.neutral.N200,e=>e.theme.newPalette.neutral.N300,e=>e.theme.newPalette.turquoise.T300),az=({checked:e,label:t,labelPosition:n="left",disabled:r,...a})=>h.jsxs($Yn,{children:[t&&n==="left"&&h.jsx(rz,{disabled:r,children:t??a.placeholder}),h.jsx(LYn,{disabled:r,checked:e,...a}),t&&n==="right"&&h.jsx(rz,{disabled:r,children:t??a.placeholder})]}),jYn=$ge` - 0% { transform: rotate(0deg); } - 100% { transform: rotate(360deg); } -`,Gi=F.div.withConfig({displayName:"Spinner",componentId:"sc-qb5x3h-0"})(["border-style:solid;border-radius:50%;display:inline-block;box-sizing:border-box;animation:"," 0.6s linear infinite;",";",";"],jYn,e=>{switch(e.size){case"small":return"width: 12px; height: 12px; border-width: 3px;";case"medium":return"width: 22px; height: 22px; border-width: 5px;";case"large":return"width: 28px; height: 28px; border-width: 6px;";case"xlarge":return"width: 80px; height: 80px; border-width: 10px;"}},e=>{var t,n;switch(e.variant){case"primary":return`border-color: ${e.theme.newPalette.turquoise.T200}; - border-bottom-color: - ${e.theme.newPalette.neutral.N0};`;case"secondary":return`border-color: ${e.theme.newPalette.turquoise.T100}; - border-bottom-color: - ${e.theme.newPalette.turquoise.T300};`;case"tertiary":return`border-color: ${e.theme.newPalette.neutral.N300}; - border-bottom-color: - ${e.theme.newPalette.neutral.N800};`;case"error":return`border-color: ${e.theme.newPalette.red.R200}; - border-bottom-color: - ${e.theme.newPalette.neutral.N0};`;case"custom":return`border-color: ${(t=e.colors)==null?void 0:t[0]}; - border-bottom-color: - ${(n=e.colors)==null?void 0:n[1]};`}}),mut=Cl` - text-decoration: none; - ${e=>{switch(e.size){case"large":return e.theme.newTypography.textStyleBodyLarge;case"medium":return e.theme.newTypography.textStyleBody;case"small":return e.theme.newTypography.textStyleBodySmall;default:return e.theme.newTypography.textStyleBodySmall}}} - ${e=>{switch(e.state){case"disabled":return` - color: ${e.theme.newPalette.neutral.N500}; - cursor: not-allowed; - `;case"default":return` - color: ${e.color?e.color:e.theme.newPalette.turquoise.T300}; - cursor: pointer; - :hover { - text-decoration: underline; - color: ${e.theme.newPalette.turquoise.T300}; - } - `;default:return` - color: ${e.color?e.color:e.theme.newPalette.turquoise.T300}; - cursor: pointer; - :hover { - text-decoration: underline; - color: ${e.theme.newPalette.turquoise.T300}; - } - `}}} -`,FYn=F(Kc).withConfig({displayName:"StyledRouterLink",componentId:"sc-31epfm-0"})(["",""],mut),BYn=F.a.withConfig({displayName:"StyledLink",componentId:"sc-31epfm-1"})(["",""],mut),bl=({to:e,...t})=>e?h.jsx(FYn,{to:e,...t}):h.jsx(BYn,{...t}),zYn=F(Nkn).withConfig({displayName:"StyledLink",componentId:"sc-1g5w4j-0"})(["text-decoration:none;display:flex;align-items:center;justify-content:center;font-family:'rubik';border-radius:3px;"," "," border:",";",";color:",";width:",";height:",";font-size:",";padding:",";background-color:",";pointer-events:",";@media (hover:hover){&:hover{cursor:",";","}}&:active{","}"],e=>!e.noMinWidth&&"min-width: 100px;",e=>e.noTextWrap&&"white-space: nowrap;",e=>{if(e.disabled&&e.variant!=="tertiary"&&!e.$loading)return`1px solid ${e.theme.newPalette.neutral.N300}`;switch(e.variant){case"secondary":return`1px solid ${e.theme.newPalette.neutral.N400}`;case"tertiary":return"1px solid transparent";case"error":return`1px solid ${e.theme.newPalette.red.R300}`;default:return`1px solid ${e.theme.newPalette.turquoise.T300}`}},e=>e.darkerBorder&&`border: 1px solid ${e.theme.newPalette.neutral.N600}`,e=>e.disabled&&!e.$loading?e.variant==="primary"||e.variant==="error"?e.theme.newPalette.neutral.N800:e.theme.newPalette.neutral.N600:e.variant==="primary"||e.variant==="error"?e.theme.newPalette.neutral.N0:e.theme.newPalette.neutral.N800,e=>e.width,e=>{switch(e.size){case"small":return"28px;";case"medium":return"40px;";case"large":return"56px;"}},e=>e.size==="small"?"12px":e.size==="large"?"18px":"14px",e=>e.noPadding?"0px":e.size==="small"?"5px 12px":e.size==="large"?"11px 20px":"7px 16px",e=>{switch(e.variant){case"secondary":return e.theme.newPalette.neutral.N0;case"tertiary":return e.theme.newPalette.neutral.N0;case"error":return e.disabled?e.theme.newPalette.neutral.N200:e.theme.newPalette.red.R300;default:return e.disabled&&!e.$loading?e.theme.newPalette.neutral.N200:e.theme.newPalette.turquoise.T300}},e=>e.disabled||e.$loading?"none":"auto",e=>e.disabled?"not-allowed":"pointer",e=>!e.disabled&&Cl` - background-color: ${t=>{switch(t.variant){case"primary":return t.theme.newPalette.turquoise.T400;case"error":return t.theme.newPalette.red.R400;default:return t.theme.newPalette.neutral.N200}}}; - `,e=>!e.$loading&&Cl` - background-color: ${t=>{if(t.disabled)return t.theme.newPalette.neutral.N200;switch(t.variant){case"primary":return t.theme.newPalette.turquoise.T500;case"error":return t.theme.newPalette.red.R500;default:return t.theme.newPalette.turquoise.T100}}}; - `),UYn=({children:e,...t})=>h.jsx(zYn,{...t,children:e}),VYn=F.div.withConfig({displayName:"MessageStyled",componentId:"sc-1o0ivl9-0"})(["padding:16px;max-width:380px;",";width:fit-content;white-space:break-spaces;text-align:justify;overflow-wrap:anywhere;line-break:normal;",";"],e=>e.theme.newTypography.textStyleBody,e=>{switch(e.variant){case"sent":return` - color: ${e.theme.newPalette.neutral.N800}; - background: ${e.theme.newPalette.turquoise.T100}; - border: solid 1px ${e.theme.newPalette.turquoise.T400}; - border-radius: 12px 12px 0px 12px; - align-self: flex-end; - margin-bottom: 10px; - `;case"received":return` - color: ${e.theme.newPalette.neutral.N800}; - background: ${e.theme.newPalette.neutral.N200}; - border: solid 1px ${e.theme.newPalette.neutral.N400}; - border-radius: 12px 12px 12px 0px; - align-self: flex-start; - margin-bottom: 10px; - `}}),gut=({text:e,...t})=>h.jsx(VYn,{...t,children:e}),HYn=F.button.withConfig({displayName:"StyledIconButton",componentId:"sc-13a2h5n-0"})(["display:flex;align-items:center;justify-content:center;@media (hover:hover){&:hover{cursor:",";background-color:",";}}border-radius:",";border:",";width:",";height:",";background-color:",";"],e=>e.disabled?"not-allowed":"pointer",e=>e.variant==="primary"&&!e.disabled?e.theme.newPalette.turquoise.T400:e.theme.newPalette.neutral.N200,e=>e.circular?"50%":"3px",e=>{if(e.disabled)return`1px solid ${e.theme.newPalette.neutral.N200}`;if(e.noBorder)return"none";switch(e.variant){case"secondary":return`1px solid ${e.theme.newPalette.neutral.N400}`;case"tertiary":return`1px solid ${e.theme.newPalette.neutral.N0}`;default:return`1px solid ${e.theme.newPalette.turquoise.T300}`}},e=>{switch(e.size){case"small":return"26px";case"medium":return"38px";case"large":return"48px"}},e=>{switch(e.size){case"small":return"26px";case"medium":return"38px";case"large":return"48px"}},e=>{if(e.disabled)return e.theme.newPalette.neutral.N200;switch(e.variant){case"secondary":return e.theme.newPalette.neutral.N0;case"tertiary":return e.theme.newPalette.neutral.N0;default:return e.theme.newPalette.turquoise.T300}}),GYn=(e,t)=>{if(t)return De.newPalette.neutral.N500;switch(e){case"primary":return De.newPalette.neutral.N0;case"secondary":return De.newPalette.neutral.N800;case"tertiary":return De.newPalette.neutral.N800;default:return De.newPalette.neutral.N0}},WYn=e=>{switch(e){case"small":return"18px";case"medium":return"20px";case"large":return"24px";default:return"20px"}},Em=({iconName:e,...t})=>h.jsx(HYn,{...t,children:h.jsx(yn,{className:e,color:t.color?t.color:GYn(t.variant,t.disabled),size:t.fontSize??WYn(t.size)})}),qYn=e=>/[A-Z]/.test(e)&&/[0-9]/.test(e)&&e.length>8,vut=e=>{const t=new RegExp("^[֐-׿]"),n=new RegExp("^[ء-ي]");return t.test(e)||n.test(e)},n_=()=>{const e=new Uint32Array(64);(window.crypto||window.msCrypto).getRandomValues(e);const n=[];return e.forEach(r=>n.push(r.toString(16))),n.join("").substring(0,64).toUpperCase()},YYn=e=>/^(?:[01][0-9]|2[0-3]):[0-5][0-9](?::[0-5][0-9])?$/.test(e),_ye=(e,t)=>{const n=window.URL.createObjectURL(e),r=document.createElement("a");r.href=n,r.setAttribute("download",t),document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)},C4e=(e,t)=>{let n=e;e[0]==="#"&&(n=e.slice(1,7));const r=parseInt(n.substring(0,2),16),a=parseInt(n.substring(2,4),16),i=parseInt(n.substring(4),16);return t?`rgba(${r}, ${a}, ${i}, ${t})`:`rgb(${r}, ${a}, ${i})`};function gW(e){const t=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],n=e.getDate(),r=t[e.getMonth()];let a=e.getHours();const i=e.getMinutes().toString().padStart(2,"0");return`${r} ${n}, ${a}:${i}`}const KYn=F.div.withConfig({displayName:"TagStyled",componentId:"sc-14qo313-0"})(["",";background-color:",";border:",";padding:4px 8px;display:flex;align-items:center;border-radius:3px;"," ",";"],e=>e.size==="small"?e.theme.newTypography.textStyleBodySmall:e.theme.newTypography.textStyleBody,e=>e.customColor?C4e(e.customColor,.15):e.theme.newPalette.neutral.N200,e=>e.customColor?`1px solid ${e.customColor}`:"none",e=>e.flexToFitSpace?` - max-width: fit-content; - min-width: 0; - flex: 1; - `:"width: fit-content;",e=>{if(e["aria-readonly"])return` - color: ${e.customColor?e.theme.newPalette.neutral.N800:e.theme.newPalette.neutral.N500}; - i { - cursor: not-allowed; - } - `;switch(e.variant){case"default":return` - color: ${e.theme.newPalette.neutral.N800}; - i { - cursor: pointer; - } - @media (hover: hover) { - &:hover { - background-color: ${e.customColor?C4e(e.customColor,.3):e.theme.newPalette.neutral.N300}; - } - } - `;case"disabled":return` - color: ${e.theme.newPalette.neutral.N500}; - i { - cursor: not-allowed; - } - `}}),XYn=F.p.withConfig({displayName:"TagTextStyled",componentId:"sc-14qo313-1"})(["margin:0;cursor:default;",""],e=>e.noWrap&&`white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - `),iz=({variant:e="default",tagLocation:t,text:n,onClick:r,className:a,customColor:i,size:o="medium",...s})=>h.jsxs(KYn,{variant:e,"aria-readonly":s.readOnly,tagLocation:t,"data-testid":s["data-testid"],className:a,customColor:i,size:o,flexToFitSpace:s.flexToFitSpace,children:[h.jsx(XYn,{noWrap:s.flexToFitSpace,title:n,children:n}),!s.readOnly&&h.jsx(yn,{className:"uil uil-times",size:"16px",color:e==="disabled"?De.newPalette.neutral.N500:De.newPalette.neutral.N900,onClick:e==="disabled"?()=>{}:r,onMouseDown:l=>l.preventDefault(),"data-testid":"tag-x-icon"})]});var I4e=function(t){return t.reduce(function(n,r){var a=r[0],i=r[1];return n[a]=i,n},{})},A4e=typeof window<"u"&&window.document&&window.document.createElement?P.useLayoutEffect:P.useEffect,Fd="top",uh="bottom",ch="right",Bd="left",Eye="auto",_$=[Fd,uh,ch,Bd],q2="start",zD="end",ZYn="clippingParents",yut="viewport",yO="popper",QYn="reference",k4e=_$.reduce(function(e,t){return e.concat([t+"-"+q2,t+"-"+zD])},[]),but=[].concat(_$,[Eye]).reduce(function(e,t){return e.concat([t,t+"-"+q2,t+"-"+zD])},[]),JYn="beforeRead",eKn="read",tKn="afterRead",nKn="beforeMain",rKn="main",aKn="afterMain",iKn="beforeWrite",oKn="write",sKn="afterWrite",lKn=[JYn,eKn,tKn,nKn,rKn,aKn,iKn,oKn,sKn];function e0(e){return e?(e.nodeName||"").toLowerCase():null}function Kf(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function r_(e){var t=Kf(e).Element;return e instanceof t||e instanceof Element}function th(e){var t=Kf(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Tye(e){if(typeof ShadowRoot>"u")return!1;var t=Kf(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function uKn(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},a=t.attributes[n]||{},i=t.elements[n];!th(i)||!e0(i)||(Object.assign(i.style,r),Object.keys(a).forEach(function(o){var s=a[o];s===!1?i.removeAttribute(o):i.setAttribute(o,s===!0?"":s)}))})}function cKn(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var a=t.elements[r],i=t.attributes[r]||{},o=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),s=o.reduce(function(l,u){return l[u]="",l},{});!th(a)||!e0(a)||(Object.assign(a.style,s),Object.keys(i).forEach(function(l){a.removeAttribute(l)}))})}}const dKn={name:"applyStyles",enabled:!0,phase:"write",fn:uKn,effect:cKn,requires:["computeStyles"]};function Vg(e){return e.split("-")[0]}var dS=Math.max,oz=Math.min,Y2=Math.round;function Goe(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function xut(){return!/^((?!chrome|android).)*safari/i.test(Goe())}function K2(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),a=1,i=1;t&&th(e)&&(a=e.offsetWidth>0&&Y2(r.width)/e.offsetWidth||1,i=e.offsetHeight>0&&Y2(r.height)/e.offsetHeight||1);var o=r_(e)?Kf(e):window,s=o.visualViewport,l=!xut()&&n,u=(r.left+(l&&s?s.offsetLeft:0))/a,c=(r.top+(l&&s?s.offsetTop:0))/i,d=r.width/a,f=r.height/i;return{width:d,height:f,top:c,right:u+d,bottom:c+f,left:u,x:u,y:c}}function Cye(e){var t=K2(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function wut(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Tye(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function oy(e){return Kf(e).getComputedStyle(e)}function fKn(e){return["table","td","th"].indexOf(e0(e))>=0}function ux(e){return((r_(e)?e.ownerDocument:e.document)||window.document).documentElement}function vW(e){return e0(e)==="html"?e:e.assignedSlot||e.parentNode||(Tye(e)?e.host:null)||ux(e)}function O4e(e){return!th(e)||oy(e).position==="fixed"?null:e.offsetParent}function pKn(e){var t=/firefox/i.test(Goe()),n=/Trident/i.test(Goe());if(n&&th(e)){var r=oy(e);if(r.position==="fixed")return null}var a=vW(e);for(Tye(a)&&(a=a.host);th(a)&&["html","body"].indexOf(e0(a))<0;){var i=oy(a);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||t&&i.willChange==="filter"||t&&i.filter&&i.filter!=="none")return a;a=a.parentNode}return null}function E$(e){for(var t=Kf(e),n=O4e(e);n&&fKn(n)&&oy(n).position==="static";)n=O4e(n);return n&&(e0(n)==="html"||e0(n)==="body"&&oy(n).position==="static")?t:n||pKn(e)||t}function Iye(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function pN(e,t,n){return dS(e,oz(t,n))}function hKn(e,t,n){var r=pN(e,t,n);return r>n?n:r}function Sut(){return{top:0,right:0,bottom:0,left:0}}function _ut(e){return Object.assign({},Sut(),e)}function Eut(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var mKn=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,_ut(typeof t!="number"?t:Eut(t,_$))};function gKn(e){var t,n=e.state,r=e.name,a=e.options,i=n.elements.arrow,o=n.modifiersData.popperOffsets,s=Vg(n.placement),l=Iye(s),u=[Bd,ch].indexOf(s)>=0,c=u?"height":"width";if(!(!i||!o)){var d=mKn(a.padding,n),f=Cye(i),p=l==="y"?Fd:Bd,g=l==="y"?uh:ch,v=n.rects.reference[c]+n.rects.reference[l]-o[l]-n.rects.popper[c],m=o[l]-n.rects.reference[l],y=E$(i),b=y?l==="y"?y.clientHeight||0:y.clientWidth||0:0,x=v/2-m/2,w=d[p],S=b-f[c]-d[g],_=b/2-f[c]/2+x,T=pN(w,_,S),C=l;n.modifiersData[r]=(t={},t[C]=T,t.centerOffset=T-_,t)}}function vKn(e){var t=e.state,n=e.options,r=n.element,a=r===void 0?"[data-popper-arrow]":r;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||wut(t.elements.popper,a)&&(t.elements.arrow=a))}const yKn={name:"arrow",enabled:!0,phase:"main",fn:gKn,effect:vKn,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function X2(e){return e.split("-")[1]}var bKn={top:"auto",right:"auto",bottom:"auto",left:"auto"};function xKn(e,t){var n=e.x,r=e.y,a=t.devicePixelRatio||1;return{x:Y2(n*a)/a||0,y:Y2(r*a)/a||0}}function P4e(e){var t,n=e.popper,r=e.popperRect,a=e.placement,i=e.variation,o=e.offsets,s=e.position,l=e.gpuAcceleration,u=e.adaptive,c=e.roundOffsets,d=e.isFixed,f=o.x,p=f===void 0?0:f,g=o.y,v=g===void 0?0:g,m=typeof c=="function"?c({x:p,y:v}):{x:p,y:v};p=m.x,v=m.y;var y=o.hasOwnProperty("x"),b=o.hasOwnProperty("y"),x=Bd,w=Fd,S=window;if(u){var _=E$(n),T="clientHeight",C="clientWidth";if(_===Kf(n)&&(_=ux(n),oy(_).position!=="static"&&s==="absolute"&&(T="scrollHeight",C="scrollWidth")),_=_,a===Fd||(a===Bd||a===ch)&&i===zD){w=uh;var A=d&&_===S&&S.visualViewport?S.visualViewport.height:_[T];v-=A-r.height,v*=l?1:-1}if(a===Bd||(a===Fd||a===uh)&&i===zD){x=ch;var k=d&&_===S&&S.visualViewport?S.visualViewport.width:_[C];p-=k-r.width,p*=l?1:-1}}var I=Object.assign({position:s},u&&bKn),R=c===!0?xKn({x:p,y:v},Kf(n)):{x:p,y:v};if(p=R.x,v=R.y,l){var L;return Object.assign({},I,(L={},L[w]=b?"0":"",L[x]=y?"0":"",L.transform=(S.devicePixelRatio||1)<=1?"translate("+p+"px, "+v+"px)":"translate3d("+p+"px, "+v+"px, 0)",L))}return Object.assign({},I,(t={},t[w]=b?v+"px":"",t[x]=y?p+"px":"",t.transform="",t))}function wKn(e){var t=e.state,n=e.options,r=n.gpuAcceleration,a=r===void 0?!0:r,i=n.adaptive,o=i===void 0?!0:i,s=n.roundOffsets,l=s===void 0?!0:s,u={placement:Vg(t.placement),variation:X2(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,P4e(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:o,roundOffsets:l})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,P4e(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const SKn={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:wKn,data:{}};var x5={passive:!0};function _Kn(e){var t=e.state,n=e.instance,r=e.options,a=r.scroll,i=a===void 0?!0:a,o=r.resize,s=o===void 0?!0:o,l=Kf(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&u.forEach(function(c){c.addEventListener("scroll",n.update,x5)}),s&&l.addEventListener("resize",n.update,x5),function(){i&&u.forEach(function(c){c.removeEventListener("scroll",n.update,x5)}),s&&l.removeEventListener("resize",n.update,x5)}}const EKn={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:_Kn,data:{}};var TKn={left:"right",right:"left",bottom:"top",top:"bottom"};function mF(e){return e.replace(/left|right|bottom|top/g,function(t){return TKn[t]})}var CKn={start:"end",end:"start"};function R4e(e){return e.replace(/start|end/g,function(t){return CKn[t]})}function Aye(e){var t=Kf(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function kye(e){return K2(ux(e)).left+Aye(e).scrollLeft}function IKn(e,t){var n=Kf(e),r=ux(e),a=n.visualViewport,i=r.clientWidth,o=r.clientHeight,s=0,l=0;if(a){i=a.width,o=a.height;var u=xut();(u||!u&&t==="fixed")&&(s=a.offsetLeft,l=a.offsetTop)}return{width:i,height:o,x:s+kye(e),y:l}}function AKn(e){var t,n=ux(e),r=Aye(e),a=(t=e.ownerDocument)==null?void 0:t.body,i=dS(n.scrollWidth,n.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),o=dS(n.scrollHeight,n.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),s=-r.scrollLeft+kye(e),l=-r.scrollTop;return oy(a||n).direction==="rtl"&&(s+=dS(n.clientWidth,a?a.clientWidth:0)-i),{width:i,height:o,x:s,y:l}}function Oye(e){var t=oy(e),n=t.overflow,r=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+a+r)}function Tut(e){return["html","body","#document"].indexOf(e0(e))>=0?e.ownerDocument.body:th(e)&&Oye(e)?e:Tut(vW(e))}function hN(e,t){var n;t===void 0&&(t=[]);var r=Tut(e),a=r===((n=e.ownerDocument)==null?void 0:n.body),i=Kf(r),o=a?[i].concat(i.visualViewport||[],Oye(r)?r:[]):r,s=t.concat(o);return a?s:s.concat(hN(vW(o)))}function Woe(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function kKn(e,t){var n=K2(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function N4e(e,t,n){return t===yut?Woe(IKn(e,n)):r_(t)?kKn(t,n):Woe(AKn(ux(e)))}function OKn(e){var t=hN(vW(e)),n=["absolute","fixed"].indexOf(oy(e).position)>=0,r=n&&th(e)?E$(e):e;return r_(r)?t.filter(function(a){return r_(a)&&wut(a,r)&&e0(a)!=="body"}):[]}function PKn(e,t,n,r){var a=t==="clippingParents"?OKn(e):[].concat(t),i=[].concat(a,[n]),o=i[0],s=i.reduce(function(l,u){var c=N4e(e,u,r);return l.top=dS(c.top,l.top),l.right=oz(c.right,l.right),l.bottom=oz(c.bottom,l.bottom),l.left=dS(c.left,l.left),l},N4e(e,o,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function Cut(e){var t=e.reference,n=e.element,r=e.placement,a=r?Vg(r):null,i=r?X2(r):null,o=t.x+t.width/2-n.width/2,s=t.y+t.height/2-n.height/2,l;switch(a){case Fd:l={x:o,y:t.y-n.height};break;case uh:l={x:o,y:t.y+t.height};break;case ch:l={x:t.x+t.width,y:s};break;case Bd:l={x:t.x-n.width,y:s};break;default:l={x:t.x,y:t.y}}var u=a?Iye(a):null;if(u!=null){var c=u==="y"?"height":"width";switch(i){case q2:l[u]=l[u]-(t[c]/2-n[c]/2);break;case zD:l[u]=l[u]+(t[c]/2-n[c]/2);break}}return l}function UD(e,t){t===void 0&&(t={});var n=t,r=n.placement,a=r===void 0?e.placement:r,i=n.strategy,o=i===void 0?e.strategy:i,s=n.boundary,l=s===void 0?ZYn:s,u=n.rootBoundary,c=u===void 0?yut:u,d=n.elementContext,f=d===void 0?yO:d,p=n.altBoundary,g=p===void 0?!1:p,v=n.padding,m=v===void 0?0:v,y=_ut(typeof m!="number"?m:Eut(m,_$)),b=f===yO?QYn:yO,x=e.rects.popper,w=e.elements[g?b:f],S=PKn(r_(w)?w:w.contextElement||ux(e.elements.popper),l,c,o),_=K2(e.elements.reference),T=Cut({reference:_,element:x,strategy:"absolute",placement:a}),C=Woe(Object.assign({},x,T)),A=f===yO?C:_,k={top:S.top-A.top+y.top,bottom:A.bottom-S.bottom+y.bottom,left:S.left-A.left+y.left,right:A.right-S.right+y.right},I=e.modifiersData.offset;if(f===yO&&I){var R=I[a];Object.keys(k).forEach(function(L){var N=[ch,uh].indexOf(L)>=0?1:-1,j=[Fd,uh].indexOf(L)>=0?"y":"x";k[L]+=R[j]*N})}return k}function RKn(e,t){t===void 0&&(t={});var n=t,r=n.placement,a=n.boundary,i=n.rootBoundary,o=n.padding,s=n.flipVariations,l=n.allowedAutoPlacements,u=l===void 0?but:l,c=X2(r),d=c?s?k4e:k4e.filter(function(g){return X2(g)===c}):_$,f=d.filter(function(g){return u.indexOf(g)>=0});f.length===0&&(f=d);var p=f.reduce(function(g,v){return g[v]=UD(e,{placement:v,boundary:a,rootBoundary:i,padding:o})[Vg(v)],g},{});return Object.keys(p).sort(function(g,v){return p[g]-p[v]})}function NKn(e){if(Vg(e)===Eye)return[];var t=mF(e);return[R4e(e),t,R4e(t)]}function DKn(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var a=n.mainAxis,i=a===void 0?!0:a,o=n.altAxis,s=o===void 0?!0:o,l=n.fallbackPlacements,u=n.padding,c=n.boundary,d=n.rootBoundary,f=n.altBoundary,p=n.flipVariations,g=p===void 0?!0:p,v=n.allowedAutoPlacements,m=t.options.placement,y=Vg(m),b=y===m,x=l||(b||!g?[mF(m)]:NKn(m)),w=[m].concat(x).reduce(function(Y,ne){return Y.concat(Vg(ne)===Eye?RKn(t,{placement:ne,boundary:c,rootBoundary:d,padding:u,flipVariations:g,allowedAutoPlacements:v}):ne)},[]),S=t.rects.reference,_=t.rects.popper,T=new Map,C=!0,A=w[0],k=0;k=0,j=N?"width":"height",B=UD(t,{placement:I,boundary:c,rootBoundary:d,altBoundary:f,padding:u}),U=N?L?ch:Bd:L?uh:Fd;S[j]>_[j]&&(U=mF(U));var W=mF(U),z=[];if(i&&z.push(B[R]<=0),s&&z.push(B[U]<=0,B[W]<=0),z.every(function(Y){return Y})){A=I,C=!1;break}T.set(I,z)}if(C)for(var H=g?3:1,G=function(ne){var V=w.find(function(X){var ae=T.get(X);if(ae)return ae.slice(0,ne).every(function(oe){return oe})});if(V)return A=V,"break"},Z=H;Z>0;Z--){var J=G(Z);if(J==="break")break}t.placement!==A&&(t.modifiersData[r]._skip=!0,t.placement=A,t.reset=!0)}}const MKn={name:"flip",enabled:!0,phase:"main",fn:DKn,requiresIfExists:["offset"],data:{_skip:!1}};function D4e(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function M4e(e){return[Fd,ch,uh,Bd].some(function(t){return e[t]>=0})}function $Kn(e){var t=e.state,n=e.name,r=t.rects.reference,a=t.rects.popper,i=t.modifiersData.preventOverflow,o=UD(t,{elementContext:"reference"}),s=UD(t,{altBoundary:!0}),l=D4e(o,r),u=D4e(s,a,i),c=M4e(l),d=M4e(u);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":d})}const LKn={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:$Kn};function jKn(e,t,n){var r=Vg(e),a=[Bd,Fd].indexOf(r)>=0?-1:1,i=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,o=i[0],s=i[1];return o=o||0,s=(s||0)*a,[Bd,ch].indexOf(r)>=0?{x:s,y:o}:{x:o,y:s}}function FKn(e){var t=e.state,n=e.options,r=e.name,a=n.offset,i=a===void 0?[0,0]:a,o=but.reduce(function(c,d){return c[d]=jKn(d,t.rects,i),c},{}),s=o[t.placement],l=s.x,u=s.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=o}const BKn={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:FKn};function zKn(e){var t=e.state,n=e.name;t.modifiersData[n]=Cut({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const UKn={name:"popperOffsets",enabled:!0,phase:"read",fn:zKn,data:{}};function VKn(e){return e==="x"?"y":"x"}function HKn(e){var t=e.state,n=e.options,r=e.name,a=n.mainAxis,i=a===void 0?!0:a,o=n.altAxis,s=o===void 0?!1:o,l=n.boundary,u=n.rootBoundary,c=n.altBoundary,d=n.padding,f=n.tether,p=f===void 0?!0:f,g=n.tetherOffset,v=g===void 0?0:g,m=UD(t,{boundary:l,rootBoundary:u,padding:d,altBoundary:c}),y=Vg(t.placement),b=X2(t.placement),x=!b,w=Iye(y),S=VKn(w),_=t.modifiersData.popperOffsets,T=t.rects.reference,C=t.rects.popper,A=typeof v=="function"?v(Object.assign({},t.rects,{placement:t.placement})):v,k=typeof A=="number"?{mainAxis:A,altAxis:A}:Object.assign({mainAxis:0,altAxis:0},A),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,R={x:0,y:0};if(_){if(i){var L,N=w==="y"?Fd:Bd,j=w==="y"?uh:ch,B=w==="y"?"height":"width",U=_[w],W=U+m[N],z=U-m[j],H=p?-C[B]/2:0,G=b===q2?T[B]:C[B],Z=b===q2?-C[B]:-T[B],J=t.elements.arrow,Y=p&&J?Cye(J):{width:0,height:0},ne=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Sut(),V=ne[N],X=ne[j],ae=pN(0,T[B],Y[B]),oe=x?T[B]/2-H-ae-V-k.mainAxis:G-ae-V-k.mainAxis,ie=x?-T[B]/2+H+ae+X+k.mainAxis:Z+ae+X+k.mainAxis,he=t.elements.arrow&&E$(t.elements.arrow),fe=he?w==="y"?he.clientTop||0:he.clientLeft||0:0,we=(L=I==null?void 0:I[w])!=null?L:0,Ie=U+oe-we-fe,de=U+ie-we,pe=pN(p?oz(W,Ie):W,U,p?dS(z,de):z);_[w]=pe,R[w]=pe-U}if(s){var _e,te=w==="x"?Fd:Bd,ce=w==="x"?uh:ch,se=_[S],ve=S==="y"?"height":"width",me=se+m[te],Ce=se-m[ce],Ee=[Fd,Bd].indexOf(y)!==-1,Ye=(_e=I==null?void 0:I[S])!=null?_e:0,xt=Ee?me:se-T[ve]-C[ve]-Ye+k.altAxis,bt=Ee?se+T[ve]+C[ve]-Ye-k.altAxis:Ce,st=p&&Ee?hKn(xt,se,bt):pN(p?xt:me,se,p?bt:Ce);_[S]=st,R[S]=st-se}t.modifiersData[r]=R}}const GKn={name:"preventOverflow",enabled:!0,phase:"main",fn:HKn,requiresIfExists:["offset"]};function WKn(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function qKn(e){return e===Kf(e)||!th(e)?Aye(e):WKn(e)}function YKn(e){var t=e.getBoundingClientRect(),n=Y2(t.width)/e.offsetWidth||1,r=Y2(t.height)/e.offsetHeight||1;return n!==1||r!==1}function KKn(e,t,n){n===void 0&&(n=!1);var r=th(t),a=th(t)&&YKn(t),i=ux(t),o=K2(e,a,n),s={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(r||!r&&!n)&&((e0(t)!=="body"||Oye(i))&&(s=qKn(t)),th(t)?(l=K2(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):i&&(l.x=kye(i))),{x:o.left+s.scrollLeft-l.x,y:o.top+s.scrollTop-l.y,width:o.width,height:o.height}}function XKn(e){var t=new Map,n=new Set,r=[];e.forEach(function(i){t.set(i.name,i)});function a(i){n.add(i.name);var o=[].concat(i.requires||[],i.requiresIfExists||[]);o.forEach(function(s){if(!n.has(s)){var l=t.get(s);l&&a(l)}}),r.push(i)}return e.forEach(function(i){n.has(i.name)||a(i)}),r}function ZKn(e){var t=XKn(e);return lKn.reduce(function(n,r){return n.concat(t.filter(function(a){return a.phase===r}))},[])}function QKn(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function JKn(e){var t=e.reduce(function(n,r){var a=n[r.name];return n[r.name]=a?Object.assign({},a,r,{options:Object.assign({},a.options,r.options),data:Object.assign({},a.data,r.data)}):r,n},{});return Object.keys(t).map(function(n){return t[n]})}var $4e={placement:"bottom",modifiers:[],strategy:"absolute"};function L4e(){for(var e=arguments.length,t=new Array(e),n=0;ne.removePadding?"0":"8px 16px",e=>e.theme.newPalette.neutral.N0,e=>e.width?`width: ${e.width};`:`max-width: ${e.maxWidth??"200px"};`,e=>e.theme.boxShadows.shadowSmall,e=>e.theme.newTypography.textStyleBody,e=>{const t=(e.extraPaddingForRoot??0)+5;switch(e.variant){case"up":return`margin-top: ${t}px;`;case"down":return`margin-bottom: ${t}px;`;case"right":return`margin-right: ${t}px;`;case"left":return`margin-left: ${t}px;`}},e=>e.theme.newPalette.neutral.N800),dXn=F.div.withConfig({displayName:"Arrow",componentId:"sc-iu79l8-1"})(["z-index:-1;background-color:inherit;width:15px;height:15px;visibility:hidden;&::before{visibility:visible;content:'';position:absolute;width:15px;height:15px;background-color:inherit;transform:rotate(45deg);}",""],e=>{switch(e.variant){case"up":return`top: -8px; - &::before { - border-radius: 3px 0; - }`;case"down":return`bottom: -8px; - &::before { - border-radius: 3px 0; - }`;case"right":return`right: -8px; - &::before { - border-radius: 0 3px; - }`;case"left":return`left: -8px; - &::before { - border-radius: 0 3px; - }`}}),fXn=F.p.withConfig({displayName:"CenteredText",componentId:"sc-iu79l8-2"})(["text-align:center;margin:0;"]);F.div.withConfig({displayName:"Background",componentId:"sc-iu79l8-3"})(["display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:",";height:300px;"],e=>e.theme.newPalette.neutral.N200);F.div.withConfig({displayName:"Center",componentId:"sc-iu79l8-4"})(["border-radius:50%;width:5px;height:5px;background-color:transparent;"]);const j4e={up:"bottom",down:"top",left:"right",right:"left"},pXn={bottom:"up",top:"down",right:"left",left:"right"},Xc=({text:e,variant:t,root:n,children:r,...a})=>{const i=P.useRef(null),[o,s]=P.useState(null),{styles:l,attributes:u,state:c}=Iut(n,i.current,{modifiers:[{name:"arrow",options:{element:o}},{name:"offset",options:{offset:[0,7.5]}}],placement:j4e[t]}),f=!((c==null?void 0:c.placement)===j4e[t])&&(c!=null&&c.placement)?pXn[c.placement]:t;return h.jsxs(cXn,{ref:i,style:l.popper,variant:f,...u.popper,"data-testid":"tooltip-frame",...a,children:[e&&h.jsx(fXn,{children:e}),r,h.jsx(dXn,{variant:f,ref:s,style:l.arrow,"data-testid":`${t}-arrow`})]})},hXn=F.input.withConfig({displayName:"TitleTextInputStyled",componentId:"sc-uamlg7-0"})(["",";color:",";border:none;word-break:break-word;width:","ch;min-width:175px;&::placeholder{color:",";}&:focus-visible{outline:none;}background-color:transparent;"],e=>e.theme.newTypography.textStyleDisplayMedium,e=>e.theme.newPalette.neutral.N800,e=>e.width,e=>e.theme.newPalette.neutral.N600),Aut=({initialValue:e,onChange:t,updateTextOnChange:n,placeholder:r="",updateTextOnBlur:a,...i})=>{const[o,s]=P.useState(e??"");P.useEffect(()=>s(e??""),[e]);const l=o||r;return h.jsx(hXn,{...i,type:"text",value:o,placeholder:r,onChange:u=>{s(u.target.value),n&&t(u.target.value)},onBlur:u=>{a&&t(u.target.value)},onKeyDown:u=>{u.key==="Enter"&&(u.preventDefault(),u.currentTarget.blur(),t(o))},width:l?l.length*.9:"",disabled:i.disabled})},mXn=F.div.withConfig({displayName:"Container",componentId:"sc-mgc3w3-0"})(["display:flex;flex-flow:row;column-gap:10px;align-items:center;justify-content:",";width:",";cursor:",";"],e=>e.$justifyContent||"flex-start",e=>e.$width??"auto",e=>e.$clickableRow?"pointer":"default"),gXn=F.div.withConfig({displayName:"StyledCheckBox",componentId:"sc-mgc3w3-1"})(["border-radius:2px;display:flex;justify-content:center;min-width:16px;min-height:16px;align-items:center;",";@media (hover:hover){&:hover{cursor:",";}}"],({checked:e,theme:t,disabled:n})=>e?` - background-color: ${t.newPalette.turquoise.T300}; - ${n&&"opacity: 0.38;"} - `:` - background-color: ${n?t.newPalette.neutral.N200:t.newPalette.neutral.N0}; - border: 1px solid ${n?t.newPalette.neutral.N300:t.newPalette.neutral.N400}; - `,e=>e.disabled?"not-allowed":"pointer"),F4e=F.label.withConfig({displayName:"StyledCheckBoxLabel",componentId:"sc-mgc3w3-2"})(["",";color:",";max-width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;"],e=>e.theme.newTypography.textStyleBodySmall,({theme:e,disabled:t})=>t?e.newPalette.neutral.N600:e.newPalette.neutral.N800),Dm=({onChange:e,checked:t,disabled:n,label:r,labelPosition:a="left",variant:i="default",clickableRow:o=!1,...s})=>h.jsxs(mXn,{$justifyContent:s.$justifyContent,$width:s.$width,$clickableRow:o,onClick:()=>o&&e(),children:[r&&a==="left"&&h.jsx(F4e,{disabled:n,title:r,children:r}),h.jsx(gXn,{onClick:()=>!n&&!o&&e(),disabled:n,checked:t,"data-testid":s["data-testid"],...s,children:t&&h.jsx(yn,{color:De.newPalette.neutral.N0,className:i==="default"?"uil-check":"uil-minus"})}),r&&a==="right"&&h.jsx(F4e,{disabled:n,title:r,children:r})]}),es=F.div.withConfig({displayName:"Center",componentId:"sc-6xsyxc-0"})(["display:flex;height:100%;width:100%;align-items:center;justify-content:center;"]),vXn=F.div.withConfig({displayName:"Container",componentId:"sc-n5jobs-0"})(["display:flex;justify-content:center;align-items:center;width:39px;height:39px;border-radius:20px;",";"],e=>{switch(e.state){case"unvisited":return` - border: 1px solid ${e.theme.newPalette.neutral.N400}; - background-color: ${e.theme.newPalette.neutral.N0}; - `;case"current step":return` - border: 1px solid ${e.theme.newPalette.turquoise.T400}; - background-color: ${e.theme.newPalette.turquoise.T100}; - `;case"complete":return` - border: 1px solid ${e.theme.newPalette.turquoise.T300}; - background-color: ${e.theme.newPalette.turquoise.T300}; - `}}),yXn=F.p.withConfig({displayName:"StepText",componentId:"sc-n5jobs-1"})(["margin:0;",";color:",";"],e=>e.theme.newTypography.textStyleBody,({state:e,theme:t})=>e==="complete"?t.newPalette.neutral.N0:t.newPalette.neutral.N800),bXn=e=>h.jsx(vXn,{"data-testid":e["data-testid"],...e,children:e.variant==="icon"?h.jsx(yn,{className:"uil uil-check",size:"24px",color:e.state==="complete"?De.newPalette.neutral.N0:De.newPalette.neutral.N800}):h.jsx(yXn,{...e,"data-testid":`${e["data-testid"]}-text`,children:e.step})}),xXn=F.div.withConfig({displayName:"TabHeaderStyled",componentId:"sc-13k4ir6-0"})(["box-sizing:border-box;text-align:center;padding:7px 0;font-display:block;",";cursor:pointer;color:",";"," &:hover{color:",";}"],e=>e.theme.newTypography.textStyleBody,e=>e.active?e.theme.newPalette.neutral.N800:e.theme.newPalette.neutral.N600,e=>e.active?{"border-bottom":`1px solid ${e.theme.newPalette.turquoise.T300};`}:"",e=>e.theme.newPalette.neutral.N700),wXn=({onClick:e,onWidthChange:t,label:n,forceWidth:r,active:a,index:i})=>{const s=P.useRef(null),l=P.useRef(),u=P.useRef();return P.useLayoutEffect(()=>{const c=s.current;if(!c)return;const d=c.getBoundingClientRect(),f=Math.round(d.width)+15*2;f!==u.current&&(u.current=f,t(i,f))},[n,i,t]),P.useLayoutEffect(()=>{const c=s.current;if(c)return l.current=new ResizeObserver(d=>{const[f]=d,p=Math.round(f.contentRect.width)+15*2;p!==u.current&&(u.current=p,t(i,p))}),l.current.observe(c),()=>{var d;(d=l.current)==null||d.unobserve(c),l.current=void 0,t(i,void 0),u.current=void 0}},[i,t]),h.jsx(xXn,{active:a,onClick:()=>e(i),style:r?{width:`${r}px`}:void 0,"data-testid":`${n}-tab`,children:h.jsx("span",{ref:s,style:{whiteSpace:"nowrap",display:"inline-block"},children:n})},i)},SXn=F.div.withConfig({displayName:"HorizontalListStyled",componentId:"sc-eyhiqn-0"})(["gap:","px;padding-bottom:",";display:flex;"," ",""],e=>e.padding,e=>e.paddingBottom?`${e.paddingBottom}px`:"",e=>e.isScrollable?` - overflow-x: auto; - `:"",e=>e.maxLength&&!e.isScrollable?` - display:grid; - grid-template-columns: repeat( ${e.maxLength}, 1fr); - `:""),kut=e=>h.jsx(SXn,{...e,length:be.Children.count(e.children),children:e.children}),_Xn=F.div.withConfig({displayName:"ContainerTextStyled",componentId:"sc-kwixbb-0"})([""," height:100px;background-color:",";border:",";border-radius:3px;display:flex;flex-direction:column;align-items:center;justify-content:",";cursor:pointer;padding:15px 20px;",""],e=>e.isFixedWidth?"width: 140px;":"max-width: 100%;",e=>e.isSelected?e.theme.newPalette.turquoise.T100:e.theme.newPalette.neutral.N0,e=>`1px solid ${e.isSelected?e.theme.newPalette.turquoise.T400:e.theme.newPalette.neutral.N400}`,e=>e.hasDescription?"flex-end":"center",e=>e.margins&&`margins: ${e.margins};`),EXn=F.p.withConfig({displayName:"MainText",componentId:"sc-kwixbb-1"})([""," color:",";margin:0;text-align:center;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;"],e=>e.theme.newTypography.textStyleBody,e=>e.theme.newPalette.neutral.N800),TXn=F.p.withConfig({displayName:"DescriptionText",componentId:"sc-kwixbb-2"})([""," color:",";margin:1px 0 2px 0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;"],e=>e.theme.newTypography.textStyleBodySmall,e=>e.theme.newPalette.neutral.N600),yW=({text:e,description:t,icon:n,isFixedWidth:r=!0,iconName:a="uil uil-ban",...i})=>h.jsxs(_Xn,{hasDescription:!!t,isFixedWidth:r,...i,children:[n&&h.jsx(yn,{className:a,color:De.newPalette.neutral.N900,size:"20px"}),h.jsx(EXn,{title:e,children:e}),t&&h.jsx(TXn,{title:t,children:t})]}),CXn=F.div.withConfig({displayName:"Container",componentId:"sc-1xv8m6p-0"})(["display:inline-flex;"]),IXn=F.div.withConfig({displayName:"StyledGroupButton",componentId:"sc-1xv8m6p-1"})(["display:flex;align-items:center;box-sizing:border-box;justify-content:center;text-align:center;",";border:",";border-left:none;color:",";width:",";font-size:",";padding:",";height:",";background-color:",";@media (hover:hover){&:hover{cursor:",";background-color:",";}}&:active{background-color:",";}&:first-child{border-radius:3px 0 0 3px;border-left:",";}&:last-child{border-radius:0 3px 3px 0;}",""],e=>{switch(e.size){case"small":return e.theme.newTypography.textStyleBodySmall;case"medium":return e.theme.newTypography.textStyleBody;case"large":return e.theme.newTypography.textStyleBodyLarge;default:return e.theme.newTypography.textStyleBody}},({selected:e,theme:t,disabled:n})=>n?`1px solid ${t.newPalette.neutral.N300}`:`1px solid ${e?t.newPalette.turquoise.T400:t.newPalette.neutral.N400}`,({selected:e,disabled:t,theme:n})=>e?n.newPalette.neutral.N800:t?n.newPalette.neutral.N600:n.newPalette.neutral.N800,e=>e.width,e=>e.size==="small"?"13px":e.size==="large"?"18px":"14px",e=>e.size==="small"?"4px 12px":e.size==="large"?"12px 20px":"8px 16px",e=>{switch(e.size){case"small":return"28px;";case"medium":return"40px;";case"large":return"56px;"}},({selected:e,theme:t,disabled:n})=>e?n?t.newPalette.neutral.N200:t.newPalette.turquoise.T100:t.newPalette.neutral.N0,({disabled:e})=>e?"not-allowed":"pointer",({selected:e,theme:t,disabled:n})=>n?e?t.newPalette.neutral.N200:t.newPalette.neutral.N0:e?t.newPalette.turquoise.T100:t.newPalette.neutral.N200,({theme:e,disabled:t,selected:n})=>t?n?e.newPalette.neutral.N200:e.newPalette.neutral.N0:e.newPalette.turquoise.T100,({selected:e,theme:t,disabled:n})=>n?`1px solid ${t.newPalette.neutral.N300}`:e?`1px solid ${t.newPalette.turquoise.T400}`:`1px solid ${t.newPalette.neutral.N400}`,({previous:e,theme:t,disabled:n})=>n?e&&`border-right: 1px solid ${t.newPalette.neutral.N300}`:e&&` - border-right: 1px solid ${t.newPalette.turquoise.T400}`),AXn=F.input.withConfig({displayName:"Input",componentId:"sc-1xv8m6p-2"})(["appearance:none;position:fixed;"]),kXn=F.label.withConfig({displayName:"Label",componentId:"sc-1xv8m6p-3"})(["cursor:",";"],({disabled:e})=>e?"not-allowed":"pointer"),U_=({options:e,size:t="medium",selectedOption:n,setSelectedOption:r,buttonWidth:a,buttonGroupOptionTestId:i,disabled:o,disabledOptions:s,id:l,tabIndex:u,...c})=>{const d=f=>!o&&!(s!=null&&s.includes(f));return h.jsx(CXn,{"data-testid":c["data-testid"],...c,children:e.map((f,p)=>h.jsxs(IXn,{size:t,width:a,onClick:g=>{g.preventDefault(),g.stopPropagation(),d(f)&&r(f)},previous:!!n&&p===e.indexOf(n)-1,selected:n===f,"data-testid":`${i}-${p+1}`,disabled:!d(f),children:[h.jsx(AXn,{type:"radio",id:l?`${l}-${f}`:f,value:f,checked:n===f,disabled:!d(f),readOnly:!0,tabIndex:u}),h.jsx(kXn,{htmlFor:f,disabled:!d(f),children:f})]},l?`${l}-${f}`:f))})},OXn=F.div.withConfig({displayName:"Container",componentId:"sc-1xw4mc6-0"})(["display:flex;flex-direction:row;column-gap:10px;align-items:center;"]),PXn=F.p.withConfig({displayName:"TitleTextStyled",componentId:"sc-1xw4mc6-1"})(["",";color:",";line-height:normal;word-break:break-word;margin:0;"],e=>e.theme.newTypography.textStyleHeading,e=>e.theme.newPalette.neutral.N800),RXn=F.p.withConfig({displayName:"StyledCounter",componentId:"sc-1xw4mc6-2"})(["margin:0;"," color:",";"],e=>e.theme.newTypography.textStyleSubheading,e=>e.theme.newPalette.turquoise.T300),NXn=({title:e,counter:t=0,...n})=>h.jsxs(OXn,{children:[h.jsx(PXn,{"data-testid":n["data-testid"]+"_title",children:e}),h.jsxs(RXn,{"data-testid":n["data-testid"]+"_counter",children:["(",t,")"]})]}),DXn=F.th.withConfig({displayName:"HeaderCellStyled",componentId:"sc-1825zh3-0"})(["padding-left:20px;margin-right:10px;",";padding:10px 0px 10px 20px;"," position:relative;&:not(:last-child):before{position:absolute;content:'';height:26px;border-right:1px solid ",";right:0px;}border-bottom:1px solid ",";&:first-child{","}&:last-child{","}"],e=>e.width&&`width: ${e.width}`,e=>e.isSortableColumn?"":"padding-right: 20px;",e=>e.theme.newPalette.turquoise.T200,e=>e.theme.newPalette.turquoise.T400,e=>e.borderRadius&&!e.isScrollable&&`border-top-left-radius: ${e.borderRadius};`,e=>e.borderRadius&&`border-top-right-radius: ${e.borderRadius};`),B4e=F.p.withConfig({displayName:"StyledText",componentId:"sc-1825zh3-1"})(["",";color:",";align-self:center;margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;"],e=>e.theme.newTypography.textStyleBodySmallSemibold,e=>e.theme.newPalette.neutral.N800),MXn=F.div.withConfig({displayName:"HeaderTextWithTooltipContainer",componentId:"sc-1825zh3-2"})(["display:flex;align-items:center;gap:5px;"]),$Xn=F.div.withConfig({displayName:"ContentContainer",componentId:"sc-1825zh3-3"})(["display:flex;justify-content:space-between;height:26px;cursor:",";align-items:center;"],({isSortableColumn:e})=>e?"pointer":"default"),LXn=F(Xc).withConfig({displayName:"StyledTooltip",componentId:"sc-1825zh3-4"})(["margin-left:-8px;"]),z4e=e=>{const[t,n]=P.useState(!1),[r,a]=P.useState(null),i=e.infoTooltip&&t&&r!==null,o=s=>{var u;const l=e.isSortedColumn&&e.sortDirection==="asc"?"desc":"asc";(u=e.onClick)==null||u.call(e,s,l)};return h.jsxs(DXn,{"data-testid":`column-header-${e.columnName.toLowerCase()}`,width:e.width,onClick:()=>o(e.columnName),isSortableColumn:e.isSortableColumn,borderRadius:e.borderRadius,isScrollable:e.isScrollable,children:[h.jsxs($Xn,{isSortableColumn:e.isSortableColumn,"data-testid":`sort-${e.columnName.toLowerCase()}`,children:[e.headerText&&!e.infoTooltip&&h.jsx(B4e,{title:e.headerText,children:e.headerText}),e.headerText&&e.infoTooltip&&h.jsxs(MXn,{children:[h.jsx(B4e,{title:e.headerText,children:e.headerText}),h.jsx(yn,{size:"20px",color:De.newPalette.neutral.N800,className:"uil uil-info-circle",ref:a,onMouseOver:()=>n(!0),onMouseOut:()=>n(!1)})]}),e.children,e.isSortableColumn&&h.jsx(Er,{size:"medium",position:"left",color:e.isSortedColumn?De.newPalette.neutral.N800:De.newPalette.turquoise.T300,className:e.isSortedColumn&&e.sortDirection==="desc"?"uil uil-arrow-up":"uil uil-arrow-down",style:{paddingLeft:"10px"}})]}),i&&h.jsx(LXn,{text:e.infoTooltip,variant:"up",root:r,width:"300px"})]})},jXn=F.td.withConfig({displayName:"TableCellStyled",componentId:"sc-1v7r367-0"})([""," color:",";border-bottom:1px solid ",";padding:10px 15px;height:56px;"," "," vertical-align:middle;"," ",""],e=>e.theme.newTypography.textStyleBodySmall,e=>e.theme.newPalette.neutral.N800,e=>e.theme.newPalette.neutral.N400,e=>e.$maxWidth&&`max-width: ${e.$maxWidth};`,e=>e.$width&&`width: ${e.$width};`,e=>e.$showOverflow?"":"overflow: hidden;",e=>e.$truncateText?` - white-space: nowrap; - text-overflow: ellipsis; - `:""),U4e=({showOverflow:e,truncateText:t,maxWidth:n,width:r,children:a,...i})=>h.jsx(jXn,{...i,$showOverflow:e,$width:r,$maxWidth:n,$truncateText:t,title:["string","number"].includes(typeof a)?String(a):void 0,children:a});function FXn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function V4e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function H4e(e){for(var t=1;t=0||(c[l]=o[l]);return c}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function G4e(e,t){return function(n){if(Array.isArray(n))return n}(e)||function(n,r){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(n)))){var a=[],i=!0,o=!1,s=void 0;try{for(var l,u=n[Symbol.iterator]();!(i=(l=u.next()).done)&&(a.push(l.value),!r||a.length!==r);i=!0);}catch(c){o=!0,s=c}finally{try{i||u.return==null||u.return()}finally{if(o)throw s}}return a}}(e,t)||function(n,r){if(n){if(typeof n=="string")return W4e(n,r);var a=Object.prototype.toString.call(n).slice(8,-1);if(a==="Object"&&n.constructor&&(a=n.constructor.name),a==="Map"||a==="Set")return Array.from(n);if(a==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return W4e(n,r)}}(e,t)||function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function W4e(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n"u")&&!!window.MergeLink&&!i&&!o&&q4e(r);return P.useEffect(function(){c&&window.MergeLink&&q4e(r)&&window.MergeLink.initialize(H4e(H4e({},r),{},{shouldSendTokenOnSuccessfulLink:n,onReady:function(){return u(!0)}}))},[c,r]),{open:P.useCallback(function(){window.MergeLink&&window.MergeLink.openLink(r)},[r]),isReady:l,error:o}};const VXn=({linkToken:e,onExit:t})=>{const{mutate:n}=yNn({onSuccess:()=>{Xn({toastMessage:"HRIS integration successful"})},onError:()=>{At({toastMessage:"HRIS integration failed"})}}),r=P.useCallback(o=>{n({publicToken:o})},[]),{open:a,isReady:i}=UXn({linkToken:e,onSuccess:r,tenantConfig:{apiBaseURL:"https://api-eu.merge.dev"},onExit:t});return P.useEffect(()=>{i&&a()},[i]),h.jsx(h.Fragment,{})},HXn=e=>{switch(e){case ot.SUCCESS:return"check-circle";case ot.ERROR:return"exclamation-octagon";case ot.WARNING:return"exclamation-triangle";default:return""}},GXn=F.div.withConfig({displayName:"HelpTextWrapper",componentId:"sc-1dnfs3h-0"})(["display:flex;margin:",";align-items:",";color:",";"],({$margin:e})=>e||"8px 0 8px 0",({hasTitle:e})=>e?"flex-start":"center",({state:e})=>mW(e)),WXn=F.div.withConfig({displayName:"HelpTextContent",componentId:"sc-1dnfs3h-1"})(["display:flex;flex-direction:column;padding-left:",";"],({hasPadding:e})=>e?"6px":""),qXn=F.p.withConfig({displayName:"StyledTitle",componentId:"sc-1dnfs3h-2"})(["",";color:",";overflow:hidden;text-overflow:ellipsis;margin:0;text-align:left;"],e=>{switch(e.textSize){case"small":return e.theme.newTypography.textStyleBodySmallSemibold;case"medium":return e.theme.newTypography.textStyleBodySemibold;case"large":return e.theme.newTypography.textStyleBodyLargeSemibold;default:return e.theme.newTypography.textStyleBodySmallSemibold}},({state:e})=>mW(e)),YXn=F.p.withConfig({displayName:"StyledText",componentId:"sc-1dnfs3h-3"})(["",";color:",";overflow:hidden;text-overflow:ellipsis;margin:0;text-align:left;"],e=>{switch(e.textSize){case"small":return e.theme.newTypography.textStyleBodySmall;case"medium":return e.theme.newTypography.textStyleBody;case"large":return e.theme.newTypography.textStyleBodyLarge;default:return e.theme.newTypography.textStyleBodySmall}},({state:e})=>mW(e)),ec=({state:e,title:t,helpText:n,className:r,textSize:a="small",$margin:i,...o})=>h.jsxs(GXn,{"data-testid":`${o["data-testid"]}`,className:r,hasTitle:!!t,state:e,$margin:i??"",children:[h.jsx(yn,{className:`uil uil-${HXn(e)}`,size:"24px",padding:"0 4px 0 0",color:mW(e)}),h.jsxs(WXn,{hasPadding:!!t,children:[t&&h.jsx(qXn,{state:e,textSize:a,children:t}),h.jsx(YXn,{state:e,textSize:a,children:n})]})]}),KXn=F.input.withConfig({displayName:"StyledTextInput",componentId:"sc-4iznvs-0"})(["border-radius:2px;"," margin-top:8px;margin-bottom:",";border:1px solid ",";border-radius:3px;width:100%;",";",";"," ::-ms-clear{display:none;width:0;height:0;}::-ms-reveal{display:none;width:0;height:0;}::-webkit-search-decoration,::-webkit-search-cancel-button,::-webkit-search-results-button,::-webkit-search-results-decoration{-webkit-appearance:none;}"],e=>e.type!=="date"?{display:"flex",justifyContent:"center",alignItems:"center",padding:"7px 16px"}:{padding:"6px 16px"},({$removeMarginBottom:e})=>e?0:"8px;",De.newPalette.neutral.N400,De.newTypography.textStyleBody,e=>S$(e.state),e=>{if(e.state===ot.DISABLED||e.state===ot.READONLY)return{color:"rgba(113, 113, 122, 0.7)",cursor:"not-allowed"}}),Y4e=F(yn).withConfig({displayName:"StyledButtonIcon",componentId:"sc-4iznvs-1"})(["cursor:",";margin-left:-38px;margin-top:",";"],e=>e.isClickable?"pointer":"default",e=>e.$adjustIconTopMargin??0),XXn=F.div.withConfig({displayName:"TextInputWrapper",componentId:"sc-4iznvs-2"})(["display:flex;flex-direction:row;align-items:center;width:100%;"]),Nut=({state:e,type:t,forwardRef:n,$removeMarginBottom:r,...a})=>{const[i,o]=be.useState(!1),s=()=>o(!i),l=t==="password",u=t==="search",c=()=>l?i?"text":"password":t??"text",d=e===ot.READONLY;return h.jsxs(XXn,{children:[h.jsx(KXn,{...a,readOnly:d,"aria-readonly":d,state:e,disabled:e===ot.DISABLED,"data-testid":a["data-testid"],id:a["data-testid"],"aria-label":"Text Input",type:c(),ref:n,$removeMarginBottom:r}),l&&h.jsx("span",{children:h.jsx(Y4e,{className:i?"uil uil-eye-slash":"uil uil-eye",size:"24px",color:De.newPalette.neutral.N800,onClick:s,role:"button","aria-label":"show hide button",tabIndex:0,"aria-pressed":"false",onKeyDown:f=>f.key==="Enter"&&o(!i),isClickable:!0,$adjustIconTopMargin:r?"8px":"0"})}),u&&h.jsx("span",{children:h.jsx(Y4e,{className:"uil uil-search",size:"20px",color:De.newPalette.neutral.N800,tabIndex:0})})]})},ZXn=F.textarea.withConfig({displayName:"StyledTextArea",componentId:"sc-1y7g9h4-0"})(["height:114px;width:100%;border-radius:2px;display:flex;justify-content:center;align-items:center;padding:8px 16px;margin:8px 0;border:1px solid ",";border-radius:3px;",";",";",""],De.newPalette.neutral.N400,De.newTypography.textStyleBody,e=>S$(e.state),e=>{if(e.state===ot.DISABLED||e.state===ot.READONLY)return{color:"rgba(113, 113, 122, 0.7)",cursor:"not-allowed"}}),Dut=({state:e,forwardRef:t,...n})=>{const r=e===ot.READONLY;return h.jsx(ZXn,{...n,readOnly:r,"aria-readonly":r,state:e,disabled:e===ot.DISABLED,"data-testid":n["data-testid"],id:n["data-testid"],"aria-label":"Text Area",ref:t})},QXn=F.div.withConfig({displayName:"EditableTitleStyled",componentId:"sc-1cy3g98-0"})(["overflow-x:hidden;width:",";"],e=>e.isEditing?"100%":"auto"),JXn=F.input.withConfig({displayName:"EditableTitleInput",componentId:"sc-1cy3g98-1"})(["padding:7px 16px;",";border:",";&::placeholder{color:",";}&:focus-visible{outline:none;}border-radius:3px;width:100%;"],e=>e.theme.newTypography.textStyleDisplayMedium,e=>e.isEditing?`solid 1px ${e.theme.newPalette.neutral.N400}`:"none",e=>e.theme.newPalette.neutral.N600),eZn=F.h2.withConfig({displayName:"EditableTitleValue",componentId:"sc-1cy3g98-2"})([""," margin:",";white-space:nowrap;overflow:hidden;text-overflow:ellipsis;"],e=>e.theme.newTypography.textStyleDisplayMedium,e=>e.fixedHeight?"8px 0":"0"),T$=({value:e,setValue:t,defaultValue:n,tooltipText:r="Rename",disabled:a,onSave:i,fixedHeight:o,...s})=>{const[l,u]=P.useState(!1),[c,d]=P.useState(null),[f,p]=P.useState(!1),g=P.useRef(null);_4(g,w=>{l&&(w==null||w.stopPropagation(),u(!1),i==null||i())});const v=(e||n)??"",m=w=>{a||(w.stopPropagation(),l||(p(!1),u(!0),setTimeout(()=>{var S,_;return(_=(S=g.current)==null?void 0:S.focus)==null?void 0:_.call(S)},0)))},y=w=>{t(w.target.value)},b=()=>{u(!1),i==null||i()},x=w=>{w.key==="Enter"&&(w.preventDefault(),w.currentTarget.blur())};return h.jsxs(h.Fragment,{children:[h.jsx(QXn,{onClick:m,...s,isEditing:l,children:l?h.jsx(JXn,{value:e,isEditing:l,onChange:y,onBlur:b,ref:g,type:"text",onKeyDown:x}):h.jsx(eZn,{ref:d,onMouseOver:()=>{a||p(!0)},onMouseOut:()=>{a||p(!1)},fixedHeight:o,children:v})}),!!r&&f&&c&&ts.createPortal(h.jsx(Xc,{text:r,variant:"up",root:c}),document.body)]})},tZn=F.p.withConfig({displayName:"TextBodyStyled",componentId:"sc-1fck9zg-0"})(["",";color:",";width:",";margin:0;"],e=>e.theme.newTypography.textStyleBody,e=>e.theme.newPalette.red.R300,e=>e.width??"max-content"),nZn=e=>h.jsx(tZn,{...e}),w5=F.h3.withConfig({displayName:"ParameterText",componentId:"sc-1850ij6-0"})([""," margin:0;margin-bottom:8px;margin-top:20px;"," "," grid-column-start:",";"],e=>e.theme.newTypography.textStyleHeading,e=>e.$end&&"align-self: end;",e=>!e.showOperators&&e.$end&&"margin-top: 20px;",e=>e.column??"auto"),K4e=F.div.withConfig({displayName:"ParameterOperatorWrapper",componentId:"sc-1850ij6-1"})(["padding:3px 0;margin-top:-3px;background-color:",";display:flex;justify-content:center;flex-flow:column;"," grid-column-start:1;z-index:1;"],e=>e.theme.newPalette.neutral.N0,e=>e.isLastParameter?"align-self: normal; flex-direction: row;":"align-self: flex-start; flex-direction: column;"),X4e=F.p.withConfig({displayName:"ParameterOperator",componentId:"sc-1850ij6-2"})([""," margin:0;border-radius:3px;border:1px solid ",";height:40px;color:",";display:flex;align-items:center;justify-content:center;width:100%;"],e=>e.theme.newTypography.textStyleBody,e=>e.theme.newPalette.neutral.N400,e=>e.theme.newPalette.neutral.N800),rZn=({firstColumn:e,secondColumn:t,isFirstParameter:n,isLastParameter:r,showOperators:a})=>n?h.jsxs(h.Fragment,{children:[h.jsx(w5,{column:e,children:"Parameter"}),h.jsx(w5,{column:t,children:"Is"}),a?h.jsx(K4e,{isLastParameter:!1,children:h.jsx(X4e,{children:"If"})}):null]}):h.jsxs(h.Fragment,{children:[h.jsx(w5,{$end:!0,showOperators:a,column:e,children:"Parameter"}),h.jsx(w5,{$end:!0,showOperators:a,column:t,children:"Is"}),a?h.jsx(K4e,{isLastParameter:r,children:h.jsx(X4e,{children:"And"})}):null]});var C$=(e=>(e.small="small",e.medium="medium",e.large="large",e.xLarge="xLarge",e.focusState="focusState",e))(C$||{});const Mut={sizes:{small:"0px 6px 6px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.40)",medium:"0px 12px 12px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.40)",large:"0px 8px 24px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.40)",xLarge:"box-shadow: 0px 32px 32px -8px rgba(0, 0, 0, 0.08), 0px 0px 32px -8px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.20);",focusState:"0px 0px 0px 4px #D8EFEB"}},aZn={base:10},Ls=(e,t=aZn.base)=>t*e,$ut={radius:{sm:3,md:8,lg:12}},iZn=F.div.withConfig({displayName:"CardContainerStyled",componentId:"sc-1trytnw-0"})(["background-color:",";border-radius:","px;box-shadow:",";width:",";margin:",";"],e=>e.theme.newPalette.neutral.N0,$ut.radius.lg,({hasShadow:e,$shadowSize:t})=>e?`${Mut.sizes[t]}`:"none",({$width:e})=>e??"100%",({$margin:e})=>e??"0"),a_=({children:e,hasShadow:t=!0,$shadowSize:n=C$.medium,$width:r="100%",$margin:a="0",...i})=>h.jsx(iZn,{hasShadow:t,$shadowSize:n,$width:r,$margin:a,...i,children:e});on.newPalette.neutral.N800,on.newPalette.turquoise.T300,on.newPalette.green.G200,on.newPalette.neutral.N0;on.newPalette.green.G400,on.newPalette.yellow.Y400,on.newPalette.red.R400;on.newPalette.neutral.N0,on.newPalette.neutral.N100,on.newPalette.neutral.N200,on.newPalette.neutral.N300,on.newPalette.neutral.N400,on.newPalette.neutral.N500,on.newPalette.neutral.N600,on.newPalette.neutral.N700,on.newPalette.neutral.N800,on.newPalette.neutral.N900,on.newPalette.neutral.N1000;on.newPalette.turquoise.T100,on.newPalette.turquoise.T200,on.newPalette.turquoise.T300,on.newPalette.turquoise.T400,on.newPalette.turquoise.T500;on.newPalette.green.G100,on.newPalette.green.G200,on.newPalette.green.G300,on.newPalette.green.G400,on.newPalette.green.G500;on.newPalette.yellow.Y100,on.newPalette.yellow.Y200,on.newPalette.yellow.Y300,on.newPalette.yellow.Y400,on.newPalette.yellow.Y500;on.newPalette.red.R100,on.newPalette.red.R200,on.newPalette.red.R300,on.newPalette.red.R400,on.newPalette.red.R500;on.newPalette.chart.blue,on.newPalette.chart.yellow,on.newPalette.chart.red,on.newPalette.chart.green,on.newPalette.chart.pink,on.newPalette.chart.teal,on.newPalette.chart.violet,on.newPalette.chart.yellow2;F.div.withConfig({displayName:"ColorTile",componentId:"sc-6rpsa2-0"})(["background-color:",";display:block;height:100px;width:100px;border-radius:5px;margin-right:40px;border:",";"],e=>e.color,e=>e.label==="White"||e.label==="N0"?`1px solid ${e.theme.newPalette.neutral.N400}`:0);F.div.withConfig({displayName:"ColorBlockContainer",componentId:"sc-6rpsa2-1"})(["display:flex;flex-direction:row;width:640px;justify-content:flex-start;margin-bottom:40px;"]);F.div.withConfig({displayName:"ColorDetailsWrapper",componentId:"sc-6rpsa2-2"})(["display:flex;flex-direction:row;justify-content:space-between;width:500px;align-items:center;"]);const t0=e=>{let t,n;switch(e.size){case"xsmall":t="20";break;case"small":t="30";break;case"large":t="70";break;default:t="40";break}switch(e.color){case"N0":n=on.newPalette.neutral.N0;break;case"N800":n=on.newPalette.neutral.N800;break;default:n=on.newPalette.turquoise.T300}return h.jsxs("svg",{height:t,viewBox:"0 0 126 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img","aria-labelledby":"logo-title",children:[h.jsx("title",{id:"logo-title",children:e.altText??"Logo"}),h.jsx("path",{d:"M22.2404 10.5674L14.8672 33.0245L7.44366 10.5674H0L0.163514 11.0324L11.2724 39.9999H18.5073L29.7797 10.5674H22.2404Z",fill:n}),h.jsx("path",{d:"M41.0042 10.1052C37.9654 10.06 34.9517 10.5929 32.099 11.5883V17.3119C34.836 16.2687 37.7113 15.7584 40.6344 15.8288C44.7399 15.8288 46.7801 17.6588 46.7801 21.3438C45.0644 21.0899 43.3714 20.9492 41.6784 20.9492C39.7062 20.9265 37.7591 21.1804 35.88 21.7133C34.5341 22.0602 33.2813 22.6861 32.1694 23.5206C31.3821 24.1918 30.7079 25.0263 30.1972 25.9539C29.8274 26.6728 29.5004 27.4369 29.3168 28.2489C29.201 28.8521 29.1306 29.4529 29.1306 30.0562C29.0853 32.7433 30.1972 35.3173 32.1468 37.102C34.1643 39.0476 37.4799 39.9977 41.5853 39.9977C45.6908 39.9977 48.7976 39.0476 50.7924 37.1246C52.7169 35.3399 53.8086 32.8614 53.7835 30.2422V22.4322C53.7835 18.4229 52.6691 15.3864 50.4906 13.2775C48.2869 11.1685 45.1323 10.1027 41.0042 10.1027V10.1052ZM46.7801 29.5032C46.7574 32.4467 45.0166 33.9071 41.5627 33.9071C38.1088 33.9071 36.1114 32.3537 36.1114 29.2493C36.1114 26.7231 38.2673 25.4713 42.6293 25.4713C44.0204 25.5165 45.4116 25.6573 46.7801 25.8433V29.5057V29.5032Z",fill:n}),h.jsx("path",{d:"M76.5344 27.1321C76.5344 29.1028 76.0011 30.6538 74.9345 31.7899C72.361 34.0372 68.5575 34.0372 65.9815 31.7899C64.9149 30.6764 64.3815 29.1255 64.3815 27.1321V10.562H57.4008V26.4132C57.4008 30.6764 58.5605 33.9919 60.832 36.4025C66.3286 41.1986 74.5622 41.1986 80.0588 36.4025C82.3555 33.9919 83.5378 30.6311 83.5378 26.4132V10.562H76.5344V27.1321Z",fill:n}),h.jsx("path",{d:"M94.1159 0H87.1578V40H94.1159V0Z",fill:n}),h.jsx("path",{d:"M125.926 33.6501H118.945V39.9997H125.926V33.6501Z",fill:n}),h.jsx("path",{d:"M112.196 33.9645C109.667 33.9645 108.415 31.8102 108.44 27.4515C108.462 27.1977 108.44 3.68481 108.44 3.68481H101.482V10.5346H96.5208V16.5146H101.461V30.4202C101.298 32.9917 102.181 35.5179 103.919 37.4409C105.288 38.7631 107.051 39.6428 108.93 39.8967C109.511 39.9897 110.113 40.0123 110.716 39.9897H110.88C112.409 40.0123 113.919 39.7107 115.332 39.1326V33.3612C114.661 33.6402 113.987 33.8011 113.222 33.8941C112.897 33.9393 112.573 33.9645 112.201 33.9645H112.196Z",fill:n})]})};F.table.withConfig({displayName:"Table",componentId:"sc-vmgcax-0"})(["border-collapse:collapse;width:100%;margin:40px;max-width:1330px;"]);F.thead.withConfig({displayName:"TableHead",componentId:"sc-vmgcax-1"})(["border-bottom:1px solid ",";height:92px;text-align:left;"],e=>e.theme.newPalette.neutral.N500);F.th.withConfig({displayName:"TableHeader",componentId:"sc-vmgcax-2"})([""," color:",";padding-right:60px;:first-child{padding-right:100px;}:last-child{padding-right:0;}"],e=>e.theme.newTypography.textStyleBodySemibold,e=>e.theme.newPalette.neutral.N1000);F.tr.withConfig({displayName:"TableRow",componentId:"sc-vmgcax-3"})(["border-bottom:1px solid ",";height:142px;"],e=>e.theme.newPalette.neutral.N500);F.td.withConfig({displayName:"TableData",componentId:"sc-vmgcax-4"})([""," color:",";padding-right:60px;:first-child{padding-right:100px;}:last-child{padding-right:0;}"],e=>e.theme.newTypography.textStyleBody,e=>e.theme.newPalette.neutral.N1000);on.newTypography.textStyleDisplaySpecial,on.newTypography.textStyleDisplayXLarge,on.newTypography.textStyleDisplayLarge,on.newTypography.textStyleDisplayMedium,on.newTypography.textStyleDisplaySmall,on.newTypography.textStyleHeading,on.newTypography.textStyleSubheading,on.newTypography.textStyleBodyLarge,on.newTypography.textStyleBodyLargeSemibold,on.newTypography.textStyleBody,on.newTypography.textStyleBodySemibold,on.newTypography.textStyleBodySmall,on.newTypography.textStyleBodySmallSemibold;F.div.withConfig({displayName:"Box",componentId:"sc-vl49cy-0"})(["height:300px;width:300px;background-color:",";border:1px solid ",";border-radius:6px;align-items:center;justify-content:center;display:flex;",";"],e=>e.theme.newPalette.neutral.N0,e=>e.theme.newPalette.neutral.N400,e=>e.boxShadow);F.div.withConfig({displayName:"BoxContainer",componentId:"sc-vl49cy-1"})(["background-color:",";"],e=>e.theme.newPalette.neutral.N0);const qoe=F.div.withConfig({displayName:"FlexViewPrimitive",componentId:"sc-715wb8-0"})(["display:flex;flex-direction:",";justify-content:",";align-items:",";gap:","px;padding:",";margin:",";position:",";top:","px;right:","px;bottom:","px;left:","px;z-index:",";"],({$direction:e="row"})=>e,({$justifyContent:e="flex-start"})=>e,({$alignItems:e="stretch"})=>e,e=>Ls(e.$gap),({$padding:{top:e=0,right:t=0,bottom:n=0,left:r=0}={}})=>`${Ls(e)}px ${Ls(t)}px ${Ls(n)}px ${Ls(r)}px`,({$margin:{top:e=0,right:t=0,bottom:n=0,left:r=0}={}})=>`${Ls(e)}px ${Ls(t)}px ${Ls(n)}px ${Ls(r)}px`,({$position:e="static"})=>e,({$positionValues:{top:e=0}={}})=>Ls(e),({$positionValues:{right:e=0}={}})=>Ls(e),({$positionValues:{bottom:e=0}={}})=>Ls(e),({$positionValues:{left:e=0}={}})=>Ls(e),({$zIndex:e=0})=>e),oZn=F.div.withConfig({displayName:"AccessorizedViewContent",componentId:"sc-12myb1c-0"})(["flex:1;"]),sZn=({gap:e=1,startAccessory:t,startAccessoryProps:n,endAccessory:r,endAccessoryProps:a,children:i,...o})=>h.jsxs(qoe,{...o,$gap:e,$alignItems:"center",children:[t&&h.jsx("div",{...n,children:t}),h.jsx(oZn,{children:i}),r&&h.jsx("div",{...a,children:r})]}),lZn=F.div.withConfig({displayName:"CardHeaderStyled",componentId:"sc-8s3uhq-0"})(["padding:","px;padding-bottom:",";position:relative;"],Ls(2),({hasDivider:e})=>e?`${Ls(2)}px`:"0"),uZn=F.div.withConfig({displayName:"CardHeaderDividerContainerStyled",componentId:"sc-8s3uhq-1"})(["position:absolute;right:","px;bottom:0;left:","px;"],Ls(2),Ls(2)),cZn=({children:e,startAccessory:t,startAccessoryProps:n,endAccessory:r,endAccessoryProps:a,hasDivider:i=!0,...o})=>h.jsxs(lZn,{...o,hasDivider:i,"data-testid":"test-card-header",children:[h.jsx(sZn,{gap:2,startAccessory:t,startAccessoryProps:n,endAccessory:r,endAccessoryProps:a,"data-testid":"test-accessorized-view",children:e}),i&&h.jsx(uZn,{"data-testid":"test-divider-container",children:h.jsx(Nr,{variant:"horizontal",color:De.newPalette.neutral.N300})})]}),dZn=F.div.withConfig({displayName:"CardBodyStyled",componentId:"sc-1fgnc02-0"})(["padding:","px;"],Ls(2)),Mv=dZn,S5=({permission:e,children:t})=>{const n=ct(r=>{var a;return(a=r.globalUsers.currentUser)==null?void 0:a.systemPermissions});return n!=null&&n.includes(e)?h.jsx(h.Fragment,{children:t}):null};function fZn(){this.__data__=[],this.size=0}var pZn=fZn;function hZn(e,t){return e===t||e!==e&&t!==t}var Pye=hZn,mZn=Pye;function gZn(e,t){for(var n=e.length;n--;)if(mZn(e[n][0],t))return n;return-1}var bW=gZn,vZn=bW,yZn=Array.prototype,bZn=yZn.splice;function xZn(e){var t=this.__data__,n=vZn(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():bZn.call(t,n,1),--this.size,!0}var wZn=xZn,SZn=bW;function _Zn(e){var t=this.__data__,n=SZn(t,e);return n<0?void 0:t[n][1]}var EZn=_Zn,TZn=bW;function CZn(e){return TZn(this.__data__,e)>-1}var IZn=CZn,AZn=bW;function kZn(e,t){var n=this.__data__,r=AZn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}var OZn=kZn,PZn=pZn,RZn=wZn,NZn=EZn,DZn=IZn,MZn=OZn;function _A(e){var t=-1,n=e==null?0:e.length;for(this.clear();++ts))return!1;var u=i.get(e),c=i.get(t);if(u&&c)return u==t&&c==e;var d=-1,f=!0,p=n&ver?new per:void 0;for(i.set(e,t),i.set(t,e);++d-1&&e%1==0&&e-1&&e%1==0&&e<=_tr}var jye=Etr,Ttr=Dy,Ctr=jye,Itr=My,Atr="[object Arguments]",ktr="[object Array]",Otr="[object Boolean]",Ptr="[object Date]",Rtr="[object Error]",Ntr="[object Function]",Dtr="[object Map]",Mtr="[object Number]",$tr="[object Object]",Ltr="[object RegExp]",jtr="[object Set]",Ftr="[object String]",Btr="[object WeakMap]",ztr="[object ArrayBuffer]",Utr="[object DataView]",Vtr="[object Float32Array]",Htr="[object Float64Array]",Gtr="[object Int8Array]",Wtr="[object Int16Array]",qtr="[object Int32Array]",Ytr="[object Uint8Array]",Ktr="[object Uint8ClampedArray]",Xtr="[object Uint16Array]",Ztr="[object Uint32Array]",bo={};bo[Vtr]=bo[Htr]=bo[Gtr]=bo[Wtr]=bo[qtr]=bo[Ytr]=bo[Ktr]=bo[Xtr]=bo[Ztr]=!0;bo[Atr]=bo[ktr]=bo[ztr]=bo[Otr]=bo[Utr]=bo[Ptr]=bo[Rtr]=bo[Ntr]=bo[Dtr]=bo[Mtr]=bo[$tr]=bo[Ltr]=bo[jtr]=bo[Ftr]=bo[Btr]=!1;function Qtr(e){return Itr(e)&&Ctr(e.length)&&!!bo[Ttr(e)]}var Jtr=Qtr;function enr(e){return function(t){return e(t)}}var Yut=enr,dz={exports:{}};dz.exports;(function(e,t){var n=Lut,r=t&&!t.nodeType&&t,a=r&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===r,o=i&&n.process,s=function(){try{var l=a&&a.require&&a.require("util").types;return l||o&&o.binding&&o.binding("util")}catch{}}();e.exports=s})(dz,dz.exports);var tnr=dz.exports,nnr=Jtr,rnr=Yut,lLe=tnr,uLe=lLe&&lLe.isTypedArray,anr=uLe?rnr(uLe):nnr,Kut=anr,inr=str,onr=$ye,snr=Zc,lnr=qut,unr=Lye,cnr=Kut,dnr=Object.prototype,fnr=dnr.hasOwnProperty;function pnr(e,t){var n=snr(e),r=!n&&onr(e),a=!n&&!r&&lnr(e),i=!n&&!r&&!a&&cnr(e),o=n||r||a||i,s=o?inr(e.length,String):[],l=s.length;for(var u in e)(t||fnr.call(e,u))&&!(o&&(u=="length"||a&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||unr(u,l)))&&s.push(u);return s}var hnr=pnr,mnr=Object.prototype;function gnr(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||mnr;return e===n}var vnr=gnr;function ynr(e,t){return function(n){return e(t(n))}}var Xut=ynr,bnr=Xut,xnr=bnr(Object.keys,Object),wnr=xnr,Snr=vnr,_nr=wnr,Enr=Object.prototype,Tnr=Enr.hasOwnProperty;function Cnr(e){if(!Snr(e))return _nr(e);var t=[];for(var n in Object(e))Tnr.call(e,n)&&n!="constructor"&&t.push(n);return t}var Inr=Cnr,Anr=Rye,knr=jye;function Onr(e){return e!=null&&knr(e.length)&&!Anr(e)}var A$=Onr,Pnr=hnr,Rnr=Inr,Nnr=A$;function Dnr(e){return Nnr(e)?Pnr(e):Rnr(e)}var _W=Dnr,Mnr=Ker,$nr=itr,Lnr=_W;function jnr(e){return Mnr(e,Lnr,$nr)}var Fnr=jnr,cLe=Fnr,Bnr=1,znr=Object.prototype,Unr=znr.hasOwnProperty;function Vnr(e,t,n,r,a,i){var o=n&Bnr,s=cLe(e),l=s.length,u=cLe(t),c=u.length;if(l!=c&&!o)return!1;for(var d=l;d--;){var f=s[d];if(!(o?f in t:Unr.call(t,f)))return!1}var p=i.get(e),g=i.get(t);if(p&&g)return p==t&&g==e;var v=!0;i.set(e,t),i.set(t,e);for(var m=o;++d1)return m.map(function(w){return v(w)});var b=m[0];if(typeof b.blotName!="string"&&typeof b.attrName!="string")throw new o("Invalid definition");if(b.blotName==="abstract")throw new o("Cannot register abstract class");if(c[b.blotName||b.attrName]=b,typeof b.keyName=="string")s[b.keyName]=b;else if(b.className!=null&&(l[b.className]=b),b.tagName!=null){Array.isArray(b.tagName)?b.tagName=b.tagName.map(function(w){return w.toUpperCase()}):b.tagName=b.tagName.toUpperCase();var x=Array.isArray(b.tagName)?b.tagName:[b.tagName];x.forEach(function(w){(u[w]==null||b.className==null)&&(u[w]=b)})}return b}r.register=v},function(n,r,a){var i=a(51),o=a(11),s=a(3),l=a(20),u=String.fromCharCode(0),c=function(d){Array.isArray(d)?this.ops=d:d!=null&&Array.isArray(d.ops)?this.ops=d.ops:this.ops=[]};c.prototype.insert=function(d,f){var p={};return d.length===0?this:(p.insert=d,f!=null&&typeof f=="object"&&Object.keys(f).length>0&&(p.attributes=f),this.push(p))},c.prototype.delete=function(d){return d<=0?this:this.push({delete:d})},c.prototype.retain=function(d,f){if(d<=0)return this;var p={retain:d};return f!=null&&typeof f=="object"&&Object.keys(f).length>0&&(p.attributes=f),this.push(p)},c.prototype.push=function(d){var f=this.ops.length,p=this.ops[f-1];if(d=s(!0,{},d),typeof p=="object"){if(typeof d.delete=="number"&&typeof p.delete=="number")return this.ops[f-1]={delete:p.delete+d.delete},this;if(typeof p.delete=="number"&&d.insert!=null&&(f-=1,p=this.ops[f-1],typeof p!="object"))return this.ops.unshift(d),this;if(o(d.attributes,p.attributes)){if(typeof d.insert=="string"&&typeof p.insert=="string")return this.ops[f-1]={insert:p.insert+d.insert},typeof d.attributes=="object"&&(this.ops[f-1].attributes=d.attributes),this;if(typeof d.retain=="number"&&typeof p.retain=="number")return this.ops[f-1]={retain:p.retain+d.retain},typeof d.attributes=="object"&&(this.ops[f-1].attributes=d.attributes),this}}return f===this.ops.length?this.ops.push(d):this.ops.splice(f,0,d),this},c.prototype.chop=function(){var d=this.ops[this.ops.length-1];return d&&d.retain&&!d.attributes&&this.ops.pop(),this},c.prototype.filter=function(d){return this.ops.filter(d)},c.prototype.forEach=function(d){this.ops.forEach(d)},c.prototype.map=function(d){return this.ops.map(d)},c.prototype.partition=function(d){var f=[],p=[];return this.forEach(function(g){var v=d(g)?f:p;v.push(g)}),[f,p]},c.prototype.reduce=function(d,f){return this.ops.reduce(d,f)},c.prototype.changeLength=function(){return this.reduce(function(d,f){return f.insert?d+l.length(f):f.delete?d-f.delete:d},0)},c.prototype.length=function(){return this.reduce(function(d,f){return d+l.length(f)},0)},c.prototype.slice=function(d,f){d=d||0,typeof f!="number"&&(f=1/0);for(var p=[],g=l.iterator(this.ops),v=0;v0&&p.next(v.retain-m)}for(var y=new c(g);f.hasNext()||p.hasNext();)if(p.peekType()==="insert")y.push(p.next());else if(f.peekType()==="delete")y.push(f.next());else{var b=Math.min(f.peekLength(),p.peekLength()),x=f.next(b),w=p.next(b);if(typeof w.retain=="number"){var S={};typeof x.retain=="number"?S.retain=b:S.insert=x.insert;var _=l.attributes.compose(x.attributes,w.attributes,typeof x.retain=="number");if(_&&(S.attributes=_),y.push(S),!p.hasNext()&&o(y.ops[y.ops.length-1],S)){var T=new c(f.rest());return y.concat(T).chop()}}else typeof w.delete=="number"&&typeof x.retain=="number"&&y.push(w)}return y.chop()},c.prototype.concat=function(d){var f=new c(this.ops.slice());return d.ops.length>0&&(f.push(d.ops[0]),f.ops=f.ops.concat(d.ops.slice(1))),f},c.prototype.diff=function(d,f){if(this.ops===d.ops)return new c;var p=[this,d].map(function(b){return b.map(function(x){if(x.insert!=null)return typeof x.insert=="string"?x.insert:u;var w=b===d?"on":"with";throw new Error("diff() called "+w+" non-document")}).join("")}),g=new c,v=i(p[0],p[1],f),m=l.iterator(this.ops),y=l.iterator(d.ops);return v.forEach(function(b){for(var x=b[1].length;x>0;){var w=0;switch(b[0]){case i.INSERT:w=Math.min(y.peekLength(),x),g.push(y.next(w));break;case i.DELETE:w=Math.min(x,m.peekLength()),m.next(w),g.delete(w);break;case i.EQUAL:w=Math.min(m.peekLength(),y.peekLength(),x);var S=m.next(w),_=y.next(w);o(S.insert,_.insert)?g.retain(w,l.attributes.diff(S.attributes,_.attributes)):g.push(_).delete(w);break}x-=w}}),g.chop()},c.prototype.eachLine=function(d,f){f=f||` -`;for(var p=l.iterator(this.ops),g=new c,v=0;p.hasNext();){if(p.peekType()!=="insert")return;var m=p.peek(),y=l.length(m)-p.peekLength(),b=typeof m.insert=="string"?m.insert.indexOf(f,y)-y:-1;if(b<0)g.push(p.next());else if(b>0)g.push(p.next(b));else{if(d(g,p.next(1).attributes||{},v)===!1)return;v+=1,g=new c}}g.length()>0&&d(g,{},v)},c.prototype.transform=function(d,f){if(f=!!f,typeof d=="number")return this.transformPosition(d,f);for(var p=l.iterator(this.ops),g=l.iterator(d.ops),v=new c;p.hasNext()||g.hasNext();)if(p.peekType()==="insert"&&(f||g.peekType()!=="insert"))v.retain(l.length(p.next()));else if(g.peekType()==="insert")v.push(g.next());else{var m=Math.min(p.peekLength(),g.peekLength()),y=p.next(m),b=g.next(m);if(y.delete)continue;b.delete?v.push(b):v.retain(m,l.attributes.transform(y.attributes,b.attributes,f))}return v.chop()},c.prototype.transformPosition=function(d,f){f=!!f;for(var p=l.iterator(this.ops),g=0;p.hasNext()&&g<=d;){var v=p.peekLength(),m=p.peekType();if(p.next(),m==="delete"){d-=Math.min(v,d-g);continue}else m==="insert"&&(g"u"||a.call(p,m)},c=function(p,g){o&&g.name==="__proto__"?o(p,g.name,{enumerable:!0,configurable:!0,value:g.newValue,writable:!0}):p[g.name]=g.newValue},d=function(p,g){if(g==="__proto__")if(a.call(p,g)){if(s)return s(p,g).value}else return;return p[g]};n.exports=function f(){var p,g,v,m,y,b,x=arguments[0],w=1,S=arguments.length,_=!1;for(typeof x=="boolean"&&(_=x,x=arguments[1]||{},w=2),(x==null||typeof x!="object"&&typeof x!="function")&&(x={});w0&&(N1&&arguments[1]!==void 0?arguments[1]:!1;if(j&&(N===0||N>=this.length()-T)){var B=this.clone();return N===0?(this.parent.insertBefore(B,this),this):(this.parent.insertBefore(B,this.next),B)}else{var U=o(R.prototype.__proto__||Object.getPrototypeOf(R.prototype),"split",this).call(this,N,j);return this.cache={},U}}}]),R}(f.default.Block);A.blotName="block",A.tagName="P",A.defaultChild="break",A.allowedChildren=[m.default,f.default.Embed,b.default];function k(I){var R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return I==null||(typeof I.formats=="function"&&(R=(0,l.default)(R,I.formats())),I.parent==null||I.parent.blotName=="scroll"||I.parent.statics.scope!==I.statics.scope)?R:k(I.parent,R)}r.bubbleFormats=k,r.BlockEmbed=C,r.default=A},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.overload=r.expandConfig=void 0;var i=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(z){return typeof z}:function(z){return z&&typeof Symbol=="function"&&z.constructor===Symbol&&z!==Symbol.prototype?"symbol":typeof z},o=function(){function z(H,G){var Z=[],J=!0,Y=!1,ne=void 0;try{for(var V=H[Symbol.iterator](),X;!(J=(X=V.next()).done)&&(Z.push(X.value),!(G&&Z.length===G));J=!0);}catch(ae){Y=!0,ne=ae}finally{try{!J&&V.return&&V.return()}finally{if(Y)throw ne}}return Z}return function(H,G){if(Array.isArray(H))return H;if(Symbol.iterator in Object(H))return z(H,G);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function z(H,G){for(var Z=0;Z2&&arguments[2]!==void 0?arguments[2]:!1;if(typeof G!="string"){var ne=G.attrName||G.blotName;typeof ne=="string"?this.register("formats/"+ne,G,Z):Object.keys(G).forEach(function(V){J.register(V,G[V],Z)})}else this.imports[G]!=null&&!Y&&L.warn("Overwriting "+G+" with",Z),this.imports[G]=Z,(G.startsWith("blots/")||G.startsWith("formats/"))&&Z.blotName!=="abstract"?y.default.register(Z):G.startsWith("modules")&&typeof Z.register=="function"&&Z.register()}}]);function z(H){var G=this,Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(R(this,z),this.options=j(H,Z),this.container=this.options.container,this.container==null)return L.error("Invalid Quill container",H);this.options.debug&&z.debug(this.options.debug);var J=this.container.innerHTML.trim();this.container.classList.add("ql-container"),this.container.innerHTML="",this.container.__quill=this,this.root=this.addContainer("ql-editor"),this.root.classList.add("ql-blank"),this.root.setAttribute("data-gramm",!1),this.scrollingContainer=this.options.scrollingContainer||this.root,this.emitter=new p.default,this.scroll=y.default.create(this.root,{emitter:this.emitter,whitelist:this.options.formats}),this.editor=new d.default(this.scroll),this.selection=new x.default(this.scroll,this.emitter),this.theme=new this.options.theme(this,this.options),this.keyboard=this.theme.addModule("keyboard"),this.clipboard=this.theme.addModule("clipboard"),this.history=this.theme.addModule("history"),this.theme.init(),this.emitter.on(p.default.events.EDITOR_CHANGE,function(ne){ne===p.default.events.TEXT_CHANGE&&G.root.classList.toggle("ql-blank",G.editor.isBlank())}),this.emitter.on(p.default.events.SCROLL_UPDATE,function(ne,V){var X=G.selection.lastRange,ae=X&&X.length===0?X.index:void 0;B.call(G,function(){return G.editor.update(null,V,ae)},ne)});var Y=this.clipboard.convert(`
`+J+"


");this.setContents(Y),this.history.clear(),this.options.placeholder&&this.root.setAttribute("data-placeholder",this.options.placeholder),this.options.readOnly&&this.disable()}return s(z,[{key:"addContainer",value:function(G){var Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(typeof G=="string"){var J=G;G=document.createElement("div"),G.classList.add(J)}return this.container.insertBefore(G,Z),G}},{key:"blur",value:function(){this.selection.setRange(null)}},{key:"deleteText",value:function(G,Z,J){var Y=this,ne=U(G,Z,J),V=o(ne,4);return G=V[0],Z=V[1],J=V[3],B.call(this,function(){return Y.editor.deleteText(G,Z)},J,G,-1*Z)}},{key:"disable",value:function(){this.enable(!1)}},{key:"enable",value:function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.scroll.enable(G),this.container.classList.toggle("ql-disabled",!G)}},{key:"focus",value:function(){var G=this.scrollingContainer.scrollTop;this.selection.focus(),this.scrollingContainer.scrollTop=G,this.scrollIntoView()}},{key:"format",value:function(G,Z){var J=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:p.default.sources.API;return B.call(this,function(){var ne=J.getSelection(!0),V=new u.default;if(ne==null)return V;if(y.default.query(G,y.default.Scope.BLOCK))V=J.editor.formatLine(ne.index,ne.length,I({},G,Z));else{if(ne.length===0)return J.selection.format(G,Z),V;V=J.editor.formatText(ne.index,ne.length,I({},G,Z))}return J.setSelection(ne,p.default.sources.SILENT),V},Y)}},{key:"formatLine",value:function(G,Z,J,Y,ne){var V=this,X=void 0,ae=U(G,Z,J,Y,ne),oe=o(ae,4);return G=oe[0],Z=oe[1],X=oe[2],ne=oe[3],B.call(this,function(){return V.editor.formatLine(G,Z,X)},ne,G,0)}},{key:"formatText",value:function(G,Z,J,Y,ne){var V=this,X=void 0,ae=U(G,Z,J,Y,ne),oe=o(ae,4);return G=oe[0],Z=oe[1],X=oe[2],ne=oe[3],B.call(this,function(){return V.editor.formatText(G,Z,X)},ne,G,0)}},{key:"getBounds",value:function(G){var Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,J=void 0;typeof G=="number"?J=this.selection.getBounds(G,Z):J=this.selection.getBounds(G.index,G.length);var Y=this.container.getBoundingClientRect();return{bottom:J.bottom-Y.top,height:J.height,left:J.left-Y.left,right:J.right-Y.left,top:J.top-Y.top,width:J.width}}},{key:"getContents",value:function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-G,J=U(G,Z),Y=o(J,2);return G=Y[0],Z=Y[1],this.editor.getContents(G,Z)}},{key:"getFormat",value:function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this.getSelection(!0),Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return typeof G=="number"?this.editor.getFormat(G,Z):this.editor.getFormat(G.index,G.length)}},{key:"getIndex",value:function(G){return G.offset(this.scroll)}},{key:"getLength",value:function(){return this.scroll.length()}},{key:"getLeaf",value:function(G){return this.scroll.leaf(G)}},{key:"getLine",value:function(G){return this.scroll.line(G)}},{key:"getLines",value:function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE;return typeof G!="number"?this.scroll.lines(G.index,G.length):this.scroll.lines(G,Z)}},{key:"getModule",value:function(G){return this.theme.modules[G]}},{key:"getSelection",value:function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return G&&this.focus(),this.update(),this.selection.getRange()[0]}},{key:"getText",value:function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-G,J=U(G,Z),Y=o(J,2);return G=Y[0],Z=Y[1],this.editor.getText(G,Z)}},{key:"hasFocus",value:function(){return this.selection.hasFocus()}},{key:"insertEmbed",value:function(G,Z,J){var Y=this,ne=arguments.length>3&&arguments[3]!==void 0?arguments[3]:z.sources.API;return B.call(this,function(){return Y.editor.insertEmbed(G,Z,J)},ne,G)}},{key:"insertText",value:function(G,Z,J,Y,ne){var V=this,X=void 0,ae=U(G,0,J,Y,ne),oe=o(ae,4);return G=oe[0],X=oe[2],ne=oe[3],B.call(this,function(){return V.editor.insertText(G,Z,X)},ne,G,Z.length)}},{key:"isEnabled",value:function(){return!this.container.classList.contains("ql-disabled")}},{key:"off",value:function(){return this.emitter.off.apply(this.emitter,arguments)}},{key:"on",value:function(){return this.emitter.on.apply(this.emitter,arguments)}},{key:"once",value:function(){return this.emitter.once.apply(this.emitter,arguments)}},{key:"pasteHTML",value:function(G,Z,J){this.clipboard.dangerouslyPasteHTML(G,Z,J)}},{key:"removeFormat",value:function(G,Z,J){var Y=this,ne=U(G,Z,J),V=o(ne,4);return G=V[0],Z=V[1],J=V[3],B.call(this,function(){return Y.editor.removeFormat(G,Z)},J,G)}},{key:"scrollIntoView",value:function(){this.selection.scrollIntoView(this.scrollingContainer)}},{key:"setContents",value:function(G){var Z=this,J=arguments.length>1&&arguments[1]!==void 0?arguments[1]:p.default.sources.API;return B.call(this,function(){G=new u.default(G);var Y=Z.getLength(),ne=Z.editor.deleteText(0,Y),V=Z.editor.applyDelta(G),X=V.ops[V.ops.length-1];X!=null&&typeof X.insert=="string"&&X.insert[X.insert.length-1]===` -`&&(Z.editor.deleteText(Z.getLength()-1,1),V.delete(1));var ae=ne.compose(V);return ae},J)}},{key:"setSelection",value:function(G,Z,J){if(G==null)this.selection.setRange(null,Z||z.sources.API);else{var Y=U(G,Z,J),ne=o(Y,4);G=ne[0],Z=ne[1],J=ne[3],this.selection.setRange(new b.Range(G,Z),J),J!==p.default.sources.SILENT&&this.selection.scrollIntoView(this.scrollingContainer)}}},{key:"setText",value:function(G){var Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:p.default.sources.API,J=new u.default().insert(G);return this.setContents(J,Z)}},{key:"update",value:function(){var G=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p.default.sources.USER,Z=this.scroll.update(G);return this.selection.update(G),Z}},{key:"updateContents",value:function(G){var Z=this,J=arguments.length>1&&arguments[1]!==void 0?arguments[1]:p.default.sources.API;return B.call(this,function(){return G=new u.default(G),Z.editor.applyDelta(G,J)},J,!0)}}]),z}();N.DEFAULTS={bounds:null,formats:null,modules:{},placeholder:"",readOnly:!1,scrollingContainer:null,strict:!0,theme:"default"},N.events=p.default.events,N.sources=p.default.sources,N.version="1.3.7",N.imports={delta:u.default,parchment:y.default,"core/module":v.default,"core/theme":A.default};function j(z,H){if(H=(0,S.default)(!0,{container:z,modules:{clipboard:!0,keyboard:!0,history:!0}},H),!H.theme||H.theme===N.DEFAULTS.theme)H.theme=A.default;else if(H.theme=N.import("themes/"+H.theme),H.theme==null)throw new Error("Invalid theme "+H.theme+". Did you register it?");var G=(0,S.default)(!0,{},H.theme.DEFAULTS);[G,H].forEach(function(Y){Y.modules=Y.modules||{},Object.keys(Y.modules).forEach(function(ne){Y.modules[ne]===!0&&(Y.modules[ne]={})})});var Z=Object.keys(G.modules).concat(Object.keys(H.modules)),J=Z.reduce(function(Y,ne){var V=N.import("modules/"+ne);return V==null?L.error("Cannot load "+ne+" module. Are you sure you registered it?"):Y[ne]=V.DEFAULTS||{},Y},{});return H.modules!=null&&H.modules.toolbar&&H.modules.toolbar.constructor!==Object&&(H.modules.toolbar={container:H.modules.toolbar}),H=(0,S.default)(!0,{},N.DEFAULTS,{modules:J},G,H),["bounds","container","scrollingContainer"].forEach(function(Y){typeof H[Y]=="string"&&(H[Y]=document.querySelector(H[Y]))}),H.modules=Object.keys(H.modules).reduce(function(Y,ne){return H.modules[ne]&&(Y[ne]=H.modules[ne]),Y},{}),H}function B(z,H,G,Z){if(this.options.strict&&!this.isEnabled()&&H===p.default.sources.USER)return new u.default;var J=G==null?null:this.getSelection(),Y=this.editor.delta,ne=z();if(J!=null&&(G===!0&&(G=J.index),Z==null?J=W(J,ne,H):Z!==0&&(J=W(J,G,Z,H)),this.setSelection(J,p.default.sources.SILENT)),ne.length()>0){var V,X=[p.default.events.TEXT_CHANGE,ne,Y,H];if((V=this.emitter).emit.apply(V,[p.default.events.EDITOR_CHANGE].concat(X)),H!==p.default.sources.SILENT){var ae;(ae=this.emitter).emit.apply(ae,X)}}return ne}function U(z,H,G,Z,J){var Y={};return typeof z.index=="number"&&typeof z.length=="number"?typeof H!="number"?(J=Z,Z=G,G=H,H=z.length,z=z.index):(H=z.length,z=z.index):typeof H!="number"&&(J=Z,Z=G,G=H,H=0),(typeof G>"u"?"undefined":i(G))==="object"?(Y=G,J=Z):typeof G=="string"&&(Z!=null?Y[G]=Z:J=G),J=J||p.default.sources.API,[z,H,Y,J]}function W(z,H,G,Z){if(z==null)return null;var J=void 0,Y=void 0;if(H instanceof u.default){var ne=[z.index,z.index+z.length].map(function(oe){return H.transformPosition(oe,Z!==p.default.sources.USER)}),V=o(ne,2);J=V[0],Y=V[1]}else{var X=[z.index,z.index+z.length].map(function(oe){return oe=0?oe+G:Math.max(H,oe+G)}),ae=o(X,2);J=ae[0],Y=ae[1]}return new b.Range(J,Y-J)}r.expandConfig=j,r.overload=U,r.default=N},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function m(y,b){for(var x=0;x0){var w=this.parent.isolate(this.offset(),this.length());this.moveChildren(w),w.wrap(this)}}}],[{key:"compare",value:function(x,w){var S=y.order.indexOf(x),_=y.order.indexOf(w);return S>=0||_>=0?S-_:x===w?0:x1?_-1:0),C=1;C<_;C++)T[C-1]=arguments[C];(this.listeners[S.type]||[]).forEach(function(A){var k=A.node,I=A.handler;(S.target===k||k.contains(S.target))&&I.apply(void 0,[S].concat(T))})}},{key:"listenDOM",value:function(S,_,T){this.listeners[S]||(this.listeners[S]=[]),this.listeners[S].push({node:_,handler:T})}}]),x}(l.default);y.events={EDITOR_CHANGE:"editor-change",SCROLL_BEFORE_UPDATE:"scroll-before-update",SCROLL_OPTIMIZE:"scroll-optimize",SCROLL_UPDATE:"scroll-update",SELECTION_CHANGE:"selection-change",TEXT_CHANGE:"text-change"},y.sources={API:"api",SILENT:"silent",USER:"user"},r.default=y},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});function i(s,l){if(!(s instanceof l))throw new TypeError("Cannot call a class as a function")}var o=function s(l){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};i(this,s),this.quill=l,this.options=u};o.DEFAULTS={},r.default=o},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=["error","warn","log","info"],o="warn";function s(u){if(i.indexOf(u)<=i.indexOf(o)){for(var c,d=arguments.length,f=Array(d>1?d-1:0),p=1;p0&&typeof f[0]!="number")}function d(f,p,g){var v,m;if(u(f)||u(p)||f.prototype!==p.prototype)return!1;if(s(f))return s(p)?(f=i.call(f),p=i.call(p),l(f,p,g)):!1;if(c(f)){if(!c(p)||f.length!==p.length)return!1;for(v=0;v=0;v--)if(y[v]!=b[v])return!1;for(v=y.length-1;v>=0;v--)if(m=y[v],!l(f[m],p[m],g))return!1;return typeof f==typeof p}},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=a(1),o=function(){function s(l,u,c){c===void 0&&(c={}),this.attrName=l,this.keyName=u;var d=i.Scope.TYPE&i.Scope.ATTRIBUTE;c.scope!=null?this.scope=c.scope&i.Scope.LEVEL|d:this.scope=i.Scope.ATTRIBUTE,c.whitelist!=null&&(this.whitelist=c.whitelist)}return s.keys=function(l){return[].map.call(l.attributes,function(u){return u.name})},s.prototype.add=function(l,u){return this.canAdd(l,u)?(l.setAttribute(this.keyName,u),!0):!1},s.prototype.canAdd=function(l,u){var c=i.query(l,i.Scope.BLOT&(this.scope|i.Scope.TYPE));return c==null?!1:this.whitelist==null?!0:typeof u=="string"?this.whitelist.indexOf(u.replace(/["']/g,""))>-1:this.whitelist.indexOf(u)>-1},s.prototype.remove=function(l){l.removeAttribute(this.keyName)},s.prototype.value=function(l){var u=l.getAttribute(this.keyName);return this.canAdd(l,u)&&u?u:""},s}();r.default=o},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.Code=void 0;var i=function(){function C(A,k){var I=[],R=!0,L=!1,N=void 0;try{for(var j=A[Symbol.iterator](),B;!(R=(B=j.next()).done)&&(I.push(B.value),!(k&&I.length===k));R=!0);}catch(U){L=!0,N=U}finally{try{!R&&j.return&&j.return()}finally{if(L)throw N}}return I}return function(A,k){if(Array.isArray(A))return A;if(Symbol.iterator in Object(A))return C(A,k);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function C(A,k){for(var I=0;I=I+R)){var B=this.newlineIndex(I,!0)+1,U=j-B+1,W=this.isolate(B,U),z=W.next;W.format(L,N),z instanceof A&&z.formatAt(0,I-B+R-U,L,N)}}}},{key:"insertAt",value:function(I,R,L){if(L==null){var N=this.descendant(y.default,I),j=i(N,2),B=j[0],U=j[1];B.insertAt(U,R)}}},{key:"length",value:function(){var I=this.domNode.textContent.length;return this.domNode.textContent.endsWith(` -`)?I:I+1}},{key:"newlineIndex",value:function(I){var R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(R)return this.domNode.textContent.slice(0,I).lastIndexOf(` -`);var L=this.domNode.textContent.slice(I).indexOf(` -`);return L>-1?I+L:-1}},{key:"optimize",value:function(I){this.domNode.textContent.endsWith(` -`)||this.appendChild(d.default.create("text",` -`)),s(A.prototype.__proto__||Object.getPrototypeOf(A.prototype),"optimize",this).call(this,I);var R=this.next;R!=null&&R.prev===this&&R.statics.blotName===this.statics.blotName&&this.statics.formats(this.domNode)===R.statics.formats(R.domNode)&&(R.optimize(I),R.moveChildren(this),R.remove())}},{key:"replace",value:function(I){s(A.prototype.__proto__||Object.getPrototypeOf(A.prototype),"replace",this).call(this,I),[].slice.call(this.domNode.querySelectorAll("*")).forEach(function(R){var L=d.default.find(R);L==null?R.parentNode.removeChild(R):L instanceof d.default.Embed?L.remove():L.unwrap()})}}],[{key:"create",value:function(I){var R=s(A.__proto__||Object.getPrototypeOf(A),"create",this).call(this,I);return R.setAttribute("spellcheck",!1),R}},{key:"formats",value:function(){return!0}}]),A}(p.default);T.blotName="code-block",T.tagName="PRE",T.TAB=" ",r.Code=_,r.default=T},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(z){return typeof z}:function(z){return z&&typeof Symbol=="function"&&z.constructor===Symbol&&z!==Symbol.prototype?"symbol":typeof z},o=function(){function z(H,G){var Z=[],J=!0,Y=!1,ne=void 0;try{for(var V=H[Symbol.iterator](),X;!(J=(X=V.next()).done)&&(Z.push(X.value),!(G&&Z.length===G));J=!0);}catch(ae){Y=!0,ne=ae}finally{try{!J&&V.return&&V.return()}finally{if(Y)throw ne}}return Z}return function(H,G){if(Array.isArray(H))return H;if(Symbol.iterator in Object(H))return z(H,G);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function z(H,G){for(var Z=0;Z=Y&&!oe.endsWith(` -`)&&(J=!0),Z.scroll.insertAt(ne,oe);var ie=Z.scroll.line(ne),he=o(ie,2),fe=he[0],we=he[1],Ie=(0,I.default)({},(0,b.bubbleFormats)(fe));if(fe instanceof x.default){var de=fe.descendant(p.default.Leaf,we),pe=o(de,1),_e=pe[0];Ie=(0,I.default)(Ie,(0,b.bubbleFormats)(_e))}ae=d.default.attributes.diff(Ie,ae)||{}}else if(i(V.insert)==="object"){var te=Object.keys(V.insert)[0];if(te==null)return ne;Z.scroll.insertAt(ne,te,V.insert[te])}Y+=X}return Object.keys(ae).forEach(function(ce){Z.scroll.formatAt(ne,X,ce,ae[ce])}),ne+X},0),G.reduce(function(ne,V){return typeof V.delete=="number"?(Z.scroll.deleteAt(ne,V.delete),ne):ne+(V.retain||V.insert.length||1)},0),this.scroll.batchEnd(),this.update(G)}},{key:"deleteText",value:function(G,Z){return this.scroll.deleteAt(G,Z),this.update(new u.default().retain(G).delete(Z))}},{key:"formatLine",value:function(G,Z){var J=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.scroll.update(),Object.keys(Y).forEach(function(ne){if(!(J.scroll.whitelist!=null&&!J.scroll.whitelist[ne])){var V=J.scroll.lines(G,Math.max(Z,1)),X=Z;V.forEach(function(ae){var oe=ae.length();if(!(ae instanceof v.default))ae.format(ne,Y[ne]);else{var ie=G-ae.offset(J.scroll),he=ae.newlineIndex(ie+X)-ie+1;ae.formatAt(ie,he,ne,Y[ne])}X-=oe})}}),this.scroll.optimize(),this.update(new u.default().retain(G).retain(Z,(0,T.default)(Y)))}},{key:"formatText",value:function(G,Z){var J=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return Object.keys(Y).forEach(function(ne){J.scroll.formatAt(G,Z,ne,Y[ne])}),this.update(new u.default().retain(G).retain(Z,(0,T.default)(Y)))}},{key:"getContents",value:function(G,Z){return this.delta.slice(G,G+Z)}},{key:"getDelta",value:function(){return this.scroll.lines().reduce(function(G,Z){return G.concat(Z.delta())},new u.default)}},{key:"getFormat",value:function(G){var Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,J=[],Y=[];Z===0?this.scroll.path(G).forEach(function(V){var X=o(V,1),ae=X[0];ae instanceof x.default?J.push(ae):ae instanceof p.default.Leaf&&Y.push(ae)}):(J=this.scroll.lines(G,Z),Y=this.scroll.descendants(p.default.Leaf,G,Z));var ne=[J,Y].map(function(V){if(V.length===0)return{};for(var X=(0,b.bubbleFormats)(V.shift());Object.keys(X).length>0;){var ae=V.shift();if(ae==null)return X;X=U((0,b.bubbleFormats)(ae),X)}return X});return I.default.apply(I.default,ne)}},{key:"getText",value:function(G,Z){return this.getContents(G,Z).filter(function(J){return typeof J.insert=="string"}).map(function(J){return J.insert}).join("")}},{key:"insertEmbed",value:function(G,Z,J){return this.scroll.insertAt(G,Z,J),this.update(new u.default().retain(G).insert(L({},Z,J)))}},{key:"insertText",value:function(G,Z){var J=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return Z=Z.replace(/\r\n/g,` -`).replace(/\r/g,` -`),this.scroll.insertAt(G,Z),Object.keys(Y).forEach(function(ne){J.scroll.formatAt(G,Z.length,ne,Y[ne])}),this.update(new u.default().retain(G).insert(Z,(0,T.default)(Y)))}},{key:"isBlank",value:function(){if(this.scroll.children.length==0)return!0;if(this.scroll.children.length>1)return!1;var G=this.scroll.children.head;return G.statics.blotName!==x.default.blotName||G.children.length>1?!1:G.children.head instanceof S.default}},{key:"removeFormat",value:function(G,Z){var J=this.getText(G,Z),Y=this.scroll.line(G+Z),ne=o(Y,2),V=ne[0],X=ne[1],ae=0,oe=new u.default;V!=null&&(V instanceof v.default?ae=V.newlineIndex(X)-X+1:ae=V.length()-X,oe=V.delta().slice(X,X+ae-1).insert(` -`));var ie=this.getContents(G,Z+ae),he=ie.diff(new u.default().insert(J).concat(oe)),fe=new u.default().retain(G).concat(he);return this.applyDelta(fe)}},{key:"update",value:function(G){var Z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],J=arguments.length>2&&arguments[2]!==void 0?arguments[2]:void 0,Y=this.delta;if(Z.length===1&&Z[0].type==="characterData"&&Z[0].target.data.match(j)&&p.default.find(Z[0].target)){var ne=p.default.find(Z[0].target),V=(0,b.bubbleFormats)(ne),X=ne.offset(this.scroll),ae=Z[0].oldValue.replace(y.default.CONTENTS,""),oe=new u.default().insert(ae),ie=new u.default().insert(ne.value()),he=new u.default().retain(X).concat(oe.diff(ie,J));G=he.reduce(function(fe,we){return we.insert?fe.insert(we.insert,V):fe.push(we)},new u.default),this.delta=Y.compose(G)}else this.delta=this.getDelta(),(!G||!(0,A.default)(Y.compose(G),this.delta))&&(G=Y.diff(this.delta,J));return G}}]),z}();function U(z,H){return Object.keys(H).reduce(function(G,Z){return z[Z]==null||(H[Z]===z[Z]?G[Z]=H[Z]:Array.isArray(H[Z])?H[Z].indexOf(z[Z])<0&&(G[Z]=H[Z].concat([z[Z]])):G[Z]=[H[Z],z[Z]]),G},{})}function W(z){return z.reduce(function(H,G){if(G.insert===1){var Z=(0,T.default)(G.attributes);return delete Z.image,H.insert({image:G.attributes.image},Z)}if(G.attributes!=null&&(G.attributes.list===!0||G.attributes.bullet===!0)&&(G=(0,T.default)(G),G.attributes.list?G.attributes.list="ordered":(G.attributes.list="bullet",delete G.attributes.bullet)),typeof G.insert=="string"){var J=G.insert.replace(/\r\n/g,` -`).replace(/\r/g,` -`);return H.insert(J,G.attributes)}return H.push(G)},new u.default)}r.default=B},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.Range=void 0;var i=function(){function C(A,k){var I=[],R=!0,L=!1,N=void 0;try{for(var j=A[Symbol.iterator](),B;!(R=(B=j.next()).done)&&(I.push(B.value),!(k&&I.length===k));R=!0);}catch(U){L=!0,N=U}finally{try{!R&&j.return&&j.return()}finally{if(L)throw N}}return I}return function(A,k){if(Array.isArray(A))return A;if(Symbol.iterator in Object(A))return C(A,k);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function C(A,k){for(var I=0;I1&&arguments[1]!==void 0?arguments[1]:0;x(this,C),this.index=A,this.length=k},_=function(){function C(A,k){var I=this;x(this,C),this.emitter=k,this.scroll=A,this.composing=!1,this.mouseDown=!1,this.root=this.scroll.domNode,this.cursor=l.default.create("cursor",this),this.lastRange=this.savedRange=new S(0,0),this.handleComposition(),this.handleDragging(),this.emitter.listenDOM("selectionchange",document,function(){I.mouseDown||setTimeout(I.update.bind(I,g.default.sources.USER),1)}),this.emitter.on(g.default.events.EDITOR_CHANGE,function(R,L){R===g.default.events.TEXT_CHANGE&&L.length()>0&&I.update(g.default.sources.SILENT)}),this.emitter.on(g.default.events.SCROLL_BEFORE_UPDATE,function(){if(I.hasFocus()){var R=I.getNativeRange();R!=null&&R.start.node!==I.cursor.textNode&&I.emitter.once(g.default.events.SCROLL_UPDATE,function(){try{I.setNativeRange(R.start.node,R.start.offset,R.end.node,R.end.offset)}catch{}})}}),this.emitter.on(g.default.events.SCROLL_OPTIMIZE,function(R,L){if(L.range){var N=L.range,j=N.startNode,B=N.startOffset,U=N.endNode,W=N.endOffset;I.setNativeRange(j,B,U,W)}}),this.update(g.default.sources.SILENT)}return o(C,[{key:"handleComposition",value:function(){var k=this;this.root.addEventListener("compositionstart",function(){k.composing=!0}),this.root.addEventListener("compositionend",function(){if(k.composing=!1,k.cursor.parent){var I=k.cursor.restore();if(!I)return;setTimeout(function(){k.setNativeRange(I.startNode,I.startOffset,I.endNode,I.endOffset)},1)}})}},{key:"handleDragging",value:function(){var k=this;this.emitter.listenDOM("mousedown",document.body,function(){k.mouseDown=!0}),this.emitter.listenDOM("mouseup",document.body,function(){k.mouseDown=!1,k.update(g.default.sources.USER)})}},{key:"focus",value:function(){this.hasFocus()||(this.root.focus(),this.setRange(this.savedRange))}},{key:"format",value:function(k,I){if(!(this.scroll.whitelist!=null&&!this.scroll.whitelist[k])){this.scroll.update();var R=this.getNativeRange();if(!(R==null||!R.native.collapsed||l.default.query(k,l.default.Scope.BLOCK))){if(R.start.node!==this.cursor.textNode){var L=l.default.find(R.start.node,!1);if(L==null)return;if(L instanceof l.default.Leaf){var N=L.split(R.start.offset);L.parent.insertBefore(this.cursor,N)}else L.insertBefore(this.cursor,R.start.node);this.cursor.attach()}this.cursor.format(k,I),this.scroll.optimize(),this.setNativeRange(this.cursor.textNode,this.cursor.textNode.data.length),this.update()}}}},{key:"getBounds",value:function(k){var I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,R=this.scroll.length();k=Math.min(k,R-1),I=Math.min(k+I,R-1)-k;var L=void 0,N=this.scroll.leaf(k),j=i(N,2),B=j[0],U=j[1];if(B==null)return null;var W=B.position(U,!0),z=i(W,2);L=z[0],U=z[1];var H=document.createRange();if(I>0){H.setStart(L,U);var G=this.scroll.leaf(k+I),Z=i(G,2);if(B=Z[0],U=Z[1],B==null)return null;var J=B.position(U,!0),Y=i(J,2);return L=Y[0],U=Y[1],H.setEnd(L,U),H.getBoundingClientRect()}else{var ne="left",V=void 0;return L instanceof Text?(U0&&(ne="right")),{bottom:V.top+V.height,height:V.height,left:V[ne],right:V[ne],top:V.top,width:0}}}},{key:"getNativeRange",value:function(){var k=document.getSelection();if(k==null||k.rangeCount<=0)return null;var I=k.getRangeAt(0);if(I==null)return null;var R=this.normalizeNative(I);return w.info("getNativeRange",R),R}},{key:"getRange",value:function(){var k=this.getNativeRange();if(k==null)return[null,null];var I=this.normalizedToRange(k);return[I,k]}},{key:"hasFocus",value:function(){return document.activeElement===this.root}},{key:"normalizedToRange",value:function(k){var I=this,R=[[k.start.node,k.start.offset]];k.native.collapsed||R.push([k.end.node,k.end.offset]);var L=R.map(function(B){var U=i(B,2),W=U[0],z=U[1],H=l.default.find(W,!0),G=H.offset(I.scroll);return z===0?G:H instanceof l.default.Container?G+H.length():G+H.index(W,z)}),N=Math.min(Math.max.apply(Math,b(L)),this.scroll.length()-1),j=Math.min.apply(Math,[N].concat(b(L)));return new S(j,N-j)}},{key:"normalizeNative",value:function(k){if(!T(this.root,k.startContainer)||!k.collapsed&&!T(this.root,k.endContainer))return null;var I={start:{node:k.startContainer,offset:k.startOffset},end:{node:k.endContainer,offset:k.endOffset},native:k};return[I.start,I.end].forEach(function(R){for(var L=R.node,N=R.offset;!(L instanceof Text)&&L.childNodes.length>0;)if(L.childNodes.length>N)L=L.childNodes[N],N=0;else if(L.childNodes.length===N)L=L.lastChild,N=L instanceof Text?L.data.length:L.childNodes.length+1;else break;R.node=L,R.offset=N}),I}},{key:"rangeToNative",value:function(k){var I=this,R=k.collapsed?[k.index]:[k.index,k.index+k.length],L=[],N=this.scroll.length();return R.forEach(function(j,B){j=Math.min(N-1,j);var U=void 0,W=I.scroll.leaf(j),z=i(W,2),H=z[0],G=z[1],Z=H.position(G,B!==0),J=i(Z,2);U=J[0],G=J[1],L.push(U,G)}),L.length<2&&(L=L.concat(L)),L}},{key:"scrollIntoView",value:function(k){var I=this.lastRange;if(I!=null){var R=this.getBounds(I.index,I.length);if(R!=null){var L=this.scroll.length()-1,N=this.scroll.line(Math.min(I.index,L)),j=i(N,1),B=j[0],U=B;if(I.length>0){var W=this.scroll.line(Math.min(I.index+I.length,L)),z=i(W,1);U=z[0]}if(!(B==null||U==null)){var H=k.getBoundingClientRect();R.topH.bottom&&(k.scrollTop+=R.bottom-H.bottom)}}}}},{key:"setNativeRange",value:function(k,I){var R=arguments.length>2&&arguments[2]!==void 0?arguments[2]:k,L=arguments.length>3&&arguments[3]!==void 0?arguments[3]:I,N=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(w.info("setNativeRange",k,I,R,L),!(k!=null&&(this.root.parentNode==null||k.parentNode==null||R.parentNode==null))){var j=document.getSelection();if(j!=null)if(k!=null){this.hasFocus()||this.root.focus();var B=(this.getNativeRange()||{}).native;if(B==null||N||k!==B.startContainer||I!==B.startOffset||R!==B.endContainer||L!==B.endOffset){k.tagName=="BR"&&(I=[].indexOf.call(k.parentNode.childNodes,k),k=k.parentNode),R.tagName=="BR"&&(L=[].indexOf.call(R.parentNode.childNodes,R),R=R.parentNode);var U=document.createRange();U.setStart(k,I),U.setEnd(R,L),j.removeAllRanges(),j.addRange(U)}}else j.removeAllRanges(),this.root.blur(),document.body.focus()}}},{key:"setRange",value:function(k){var I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,R=arguments.length>2&&arguments[2]!==void 0?arguments[2]:g.default.sources.API;if(typeof I=="string"&&(R=I,I=!1),w.info("setRange",k),k!=null){var L=this.rangeToNative(k);this.setNativeRange.apply(this,b(L).concat([I]))}else this.setNativeRange(null);this.update(R)}},{key:"update",value:function(){var k=arguments.length>0&&arguments[0]!==void 0?arguments[0]:g.default.sources.USER,I=this.lastRange,R=this.getRange(),L=i(R,2),N=L[0],j=L[1];if(this.lastRange=N,this.lastRange!=null&&(this.savedRange=this.lastRange),!(0,f.default)(I,this.lastRange)){var B;!this.composing&&j!=null&&j.native.collapsed&&j.start.node!==this.cursor.textNode&&this.cursor.restore();var U=[g.default.events.SELECTION_CHANGE,(0,c.default)(this.lastRange),(0,c.default)(I),k];if((B=this.emitter).emit.apply(B,[g.default.events.EDITOR_CHANGE].concat(U)),k!==g.default.sources.SILENT){var W;(W=this.emitter).emit.apply(W,U)}}}}]),C}();function T(C,A){try{A.parentNode}catch{return!1}return A instanceof Text&&(A=A.parentNode),C.contains(A)}r.Range=S,r.default=_},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function g(v,m){for(var y=0;y0&&(p+=1),[this.parent.domNode,p]},c.prototype.value=function(){var d;return d={},d[this.statics.blotName]=this.statics.value(this.domNode)||!0,d},c.scope=s.Scope.INLINE_BLOT,c}(o.default);r.default=l},function(n,r,a){var i=a(11),o=a(3),s={attributes:{compose:function(u,c,d){typeof u!="object"&&(u={}),typeof c!="object"&&(c={});var f=o(!0,{},c);d||(f=Object.keys(f).reduce(function(g,v){return f[v]!=null&&(g[v]=f[v]),g},{}));for(var p in u)u[p]!==void 0&&c[p]===void 0&&(f[p]=u[p]);return Object.keys(f).length>0?f:void 0},diff:function(u,c){typeof u!="object"&&(u={}),typeof c!="object"&&(c={});var d=Object.keys(u).concat(Object.keys(c)).reduce(function(f,p){return i(u[p],c[p])||(f[p]=c[p]===void 0?null:c[p]),f},{});return Object.keys(d).length>0?d:void 0},transform:function(u,c,d){if(typeof u!="object")return c;if(typeof c=="object"){if(!d)return c;var f=Object.keys(c).reduce(function(p,g){return u[g]===void 0&&(p[g]=c[g]),p},{});return Object.keys(f).length>0?f:void 0}}},iterator:function(u){return new l(u)},length:function(u){return typeof u.delete=="number"?u.delete:typeof u.retain=="number"?u.retain:typeof u.insert=="string"?u.insert.length:1}};function l(u){this.ops=u,this.index=0,this.offset=0}l.prototype.hasNext=function(){return this.peekLength()<1/0},l.prototype.next=function(u){u||(u=1/0);var c=this.ops[this.index];if(c){var d=this.offset,f=s.length(c);if(u>=f-d?(u=f-d,this.index+=1,this.offset=0):this.offset+=u,typeof c.delete=="number")return{delete:u};var p={};return c.attributes&&(p.attributes=c.attributes),typeof c.retain=="number"?p.retain=u:typeof c.insert=="string"?p.insert=c.insert.substr(d,u):p.insert=c.insert,p}else return{retain:1/0}},l.prototype.peek=function(){return this.ops[this.index]},l.prototype.peekLength=function(){return this.ops[this.index]?s.length(this.ops[this.index])-this.offset:1/0},l.prototype.peekType=function(){return this.ops[this.index]?typeof this.ops[this.index].delete=="number"?"delete":typeof this.ops[this.index].retain=="number"?"retain":"insert":"retain"},l.prototype.rest=function(){if(this.hasNext()){if(this.offset===0)return this.ops.slice(this.index);var u=this.offset,c=this.index,d=this.next(),f=this.ops.slice(this.index);return this.offset=u,this.index=c,[d].concat(f)}else return[]},n.exports=s},function(n,r){var a=function(){function i(v,m){return m!=null&&v instanceof m}var o;try{o=Map}catch{o=function(){}}var s;try{s=Set}catch{s=function(){}}var l;try{l=Promise}catch{l=function(){}}function u(v,m,y,b,x){typeof m=="object"&&(y=m.depth,b=m.prototype,x=m.includeNonEnumerable,m=m.circular);var w=[],S=[],_=typeof Buffer<"u";typeof m>"u"&&(m=!0),typeof y>"u"&&(y=1/0);function T(C,A){if(C===null)return null;if(A===0)return C;var k,I;if(typeof C!="object")return C;if(i(C,o))k=new o;else if(i(C,s))k=new s;else if(i(C,l))k=new l(function(H,G){C.then(function(Z){H(T(Z,A-1))},function(Z){G(T(Z,A-1))})});else if(u.__isArray(C))k=[];else if(u.__isRegExp(C))k=new RegExp(C.source,g(C)),C.lastIndex&&(k.lastIndex=C.lastIndex);else if(u.__isDate(C))k=new Date(C.getTime());else{if(_&&Buffer.isBuffer(C))return Buffer.allocUnsafe?k=Buffer.allocUnsafe(C.length):k=new Buffer(C.length),C.copy(k),k;i(C,Error)?k=Object.create(C):typeof b>"u"?(I=Object.getPrototypeOf(C),k=Object.create(I)):(k=Object.create(b),I=b)}if(m){var R=w.indexOf(C);if(R!=-1)return S[R];w.push(C),S.push(k)}i(C,o)&&C.forEach(function(H,G){var Z=T(G,A-1),J=T(H,A-1);k.set(Z,J)}),i(C,s)&&C.forEach(function(H){var G=T(H,A-1);k.add(G)});for(var L in C){var N;I&&(N=Object.getOwnPropertyDescriptor(I,L)),!(N&&N.set==null)&&(k[L]=T(C[L],A-1))}if(Object.getOwnPropertySymbols)for(var j=Object.getOwnPropertySymbols(C),L=0;L0){if(U instanceof f.BlockEmbed||G instanceof f.BlockEmbed){this.optimize();return}if(U instanceof y.default){var Z=U.newlineIndex(U.length(),!0);if(Z>-1&&(U=U.split(Z+1),U===G)){this.optimize();return}}else if(G instanceof y.default){var J=G.newlineIndex(0);J>-1&&G.split(J+1)}var Y=G.children.head instanceof v.default?null:G.children.head;U.moveChildren(G,Y),U.remove()}this.optimize()}},{key:"enable",value:function(){var L=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.domNode.setAttribute("contenteditable",L)}},{key:"formatAt",value:function(L,N,j,B){this.whitelist!=null&&!this.whitelist[j]||(s(I.prototype.__proto__||Object.getPrototypeOf(I.prototype),"formatAt",this).call(this,L,N,j,B),this.optimize())}},{key:"insertAt",value:function(L,N,j){if(!(j!=null&&this.whitelist!=null&&!this.whitelist[N])){if(L>=this.length())if(j==null||u.default.query(N,u.default.Scope.BLOCK)==null){var B=u.default.create(this.statics.defaultChild);this.appendChild(B),j==null&&N.endsWith(` -`)&&(N=N.slice(0,-1)),B.insertAt(0,N,j)}else{var U=u.default.create(N,j);this.appendChild(U)}else s(I.prototype.__proto__||Object.getPrototypeOf(I.prototype),"insertAt",this).call(this,L,N,j);this.optimize()}}},{key:"insertBefore",value:function(L,N){if(L.statics.scope===u.default.Scope.INLINE_BLOT){var j=u.default.create(this.statics.defaultChild);j.appendChild(L),L=j}s(I.prototype.__proto__||Object.getPrototypeOf(I.prototype),"insertBefore",this).call(this,L,N)}},{key:"leaf",value:function(L){return this.path(L).pop()||[null,-1]}},{key:"line",value:function(L){return L===this.length()?this.line(L-1):this.descendant(C,L)}},{key:"lines",value:function(){var L=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE,j=function B(U,W,z){var H=[],G=z;return U.children.forEachAt(W,z,function(Z,J,Y){C(Z)?H.push(Z):Z instanceof u.default.Container&&(H=H.concat(B(Z,J,G))),G-=Y}),H};return j(this,L,N)}},{key:"optimize",value:function(){var L=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.batch!==!0&&(s(I.prototype.__proto__||Object.getPrototypeOf(I.prototype),"optimize",this).call(this,L,N),L.length>0&&this.emitter.emit(d.default.events.SCROLL_OPTIMIZE,L,N))}},{key:"path",value:function(L){return s(I.prototype.__proto__||Object.getPrototypeOf(I.prototype),"path",this).call(this,L).slice(1)}},{key:"update",value:function(L){if(this.batch!==!0){var N=d.default.sources.USER;typeof L=="string"&&(N=L),Array.isArray(L)||(L=this.observer.takeRecords()),L.length>0&&this.emitter.emit(d.default.events.SCROLL_BEFORE_UPDATE,N,L),s(I.prototype.__proto__||Object.getPrototypeOf(I.prototype),"update",this).call(this,L.concat([])),L.length>0&&this.emitter.emit(d.default.events.SCROLL_UPDATE,N,L)}}}]),I}(u.default.Scroll);A.blotName="scroll",A.className="ql-editor",A.tagName="DIV",A.defaultChild="block",A.allowedChildren=[p.default,f.BlockEmbed,x.default],r.default=A},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0}),r.SHORTKEY=r.default=void 0;var i=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(V){return typeof V}:function(V){return V&&typeof Symbol=="function"&&V.constructor===Symbol&&V!==Symbol.prototype?"symbol":typeof V},o=function(){function V(X,ae){var oe=[],ie=!0,he=!1,fe=void 0;try{for(var we=X[Symbol.iterator](),Ie;!(ie=(Ie=we.next()).done)&&(oe.push(Ie.value),!(ae&&oe.length===ae));ie=!0);}catch(de){he=!0,fe=de}finally{try{!ie&&we.return&&we.return()}finally{if(he)throw fe}}return oe}return function(X,ae){if(Array.isArray(X))return X;if(Symbol.iterator in Object(X))return V(X,ae);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function V(X,ae){for(var oe=0;oe1&&arguments[1]!==void 0?arguments[1]:{},he=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},fe=ne(oe);if(fe==null||fe.key==null)return j.warn("Attempted to add invalid keyboard binding",fe);typeof ie=="function"&&(ie={handler:ie}),typeof he=="function"&&(he={handler:he}),fe=(0,p.default)(fe,ie,he),this.bindings[fe.key]=this.bindings[fe.key]||[],this.bindings[fe.key].push(fe)}},{key:"listen",value:function(){var oe=this;this.quill.root.addEventListener("keydown",function(ie){if(!ie.defaultPrevented){var he=ie.which||ie.keyCode,fe=(oe.bindings[he]||[]).filter(function(Rt){return X.match(ie,Rt)});if(fe.length!==0){var we=oe.quill.getSelection();if(!(we==null||!oe.quill.hasFocus())){var Ie=oe.quill.getLine(we.index),de=o(Ie,2),pe=de[0],_e=de[1],te=oe.quill.getLeaf(we.index),ce=o(te,2),se=ce[0],ve=ce[1],me=we.length===0?[se,ve]:oe.quill.getLeaf(we.index+we.length),Ce=o(me,2),Ee=Ce[0],Ye=Ce[1],xt=se instanceof x.default.Text?se.value().slice(0,ve):"",bt=Ee instanceof x.default.Text?Ee.value().slice(Ye):"",st={collapsed:we.length===0,empty:we.length===0&&pe.length()<=1,format:oe.quill.getFormat(we),offset:_e,prefix:xt,suffix:bt},mt=fe.some(function(Rt){if(Rt.collapsed!=null&&Rt.collapsed!==st.collapsed||Rt.empty!=null&&Rt.empty!==st.empty||Rt.offset!=null&&Rt.offset!==st.offset)return!1;if(Array.isArray(Rt.format)){if(Rt.format.every(function(En){return st.format[En]==null}))return!1}else if(i(Rt.format)==="object"&&!Object.keys(Rt.format).every(function(En){return Rt.format[En]===!0?st.format[En]!=null:Rt.format[En]===!1?st.format[En]==null:(0,d.default)(Rt.format[En],st.format[En])}))return!1;return Rt.prefix!=null&&!Rt.prefix.test(st.prefix)||Rt.suffix!=null&&!Rt.suffix.test(st.suffix)?!1:Rt.handler.call(oe,we,st)!==!0});mt&&ie.preventDefault()}}}})}}]),X}(A.default);U.keys={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46},U.DEFAULTS={bindings:{bold:Y("bold"),italic:Y("italic"),underline:Y("underline"),indent:{key:U.keys.TAB,format:["blockquote","indent","list"],handler:function(X,ae){if(ae.collapsed&&ae.offset!==0)return!0;this.quill.format("indent","+1",S.default.sources.USER)}},outdent:{key:U.keys.TAB,shiftKey:!0,format:["blockquote","indent","list"],handler:function(X,ae){if(ae.collapsed&&ae.offset!==0)return!0;this.quill.format("indent","-1",S.default.sources.USER)}},"outdent backspace":{key:U.keys.BACKSPACE,collapsed:!0,shiftKey:null,metaKey:null,ctrlKey:null,altKey:null,format:["indent","list"],offset:0,handler:function(X,ae){ae.format.indent!=null?this.quill.format("indent","-1",S.default.sources.USER):ae.format.list!=null&&this.quill.format("list",!1,S.default.sources.USER)}},"indent code-block":J(!0),"outdent code-block":J(!1),"remove tab":{key:U.keys.TAB,shiftKey:!0,collapsed:!0,prefix:/\t$/,handler:function(X){this.quill.deleteText(X.index-1,1,S.default.sources.USER)}},tab:{key:U.keys.TAB,handler:function(X){this.quill.history.cutoff();var ae=new v.default().retain(X.index).delete(X.length).insert(" ");this.quill.updateContents(ae,S.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(X.index+1,S.default.sources.SILENT)}},"list empty enter":{key:U.keys.ENTER,collapsed:!0,format:["list"],empty:!0,handler:function(X,ae){this.quill.format("list",!1,S.default.sources.USER),ae.format.indent&&this.quill.format("indent",!1,S.default.sources.USER)}},"checklist enter":{key:U.keys.ENTER,collapsed:!0,format:{list:"checked"},handler:function(X){var ae=this.quill.getLine(X.index),oe=o(ae,2),ie=oe[0],he=oe[1],fe=(0,p.default)({},ie.formats(),{list:"checked"}),we=new v.default().retain(X.index).insert(` -`,fe).retain(ie.length()-he-1).retain(1,{list:"unchecked"});this.quill.updateContents(we,S.default.sources.USER),this.quill.setSelection(X.index+1,S.default.sources.SILENT),this.quill.scrollIntoView()}},"header enter":{key:U.keys.ENTER,collapsed:!0,format:["header"],suffix:/^$/,handler:function(X,ae){var oe=this.quill.getLine(X.index),ie=o(oe,2),he=ie[0],fe=ie[1],we=new v.default().retain(X.index).insert(` -`,ae.format).retain(he.length()-fe-1).retain(1,{header:null});this.quill.updateContents(we,S.default.sources.USER),this.quill.setSelection(X.index+1,S.default.sources.SILENT),this.quill.scrollIntoView()}},"list autofill":{key:" ",collapsed:!0,format:{list:!1},prefix:/^\s*?(\d+\.|-|\*|\[ ?\]|\[x\])$/,handler:function(X,ae){var oe=ae.prefix.length,ie=this.quill.getLine(X.index),he=o(ie,2),fe=he[0],we=he[1];if(we>oe)return!0;var Ie=void 0;switch(ae.prefix.trim()){case"[]":case"[ ]":Ie="unchecked";break;case"[x]":Ie="checked";break;case"-":case"*":Ie="bullet";break;default:Ie="ordered"}this.quill.insertText(X.index," ",S.default.sources.USER),this.quill.history.cutoff();var de=new v.default().retain(X.index-we).delete(oe+1).retain(fe.length()-2-we).retain(1,{list:Ie});this.quill.updateContents(de,S.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(X.index-oe,S.default.sources.SILENT)}},"code exit":{key:U.keys.ENTER,collapsed:!0,format:["code-block"],prefix:/\n\n$/,suffix:/^\s+$/,handler:function(X){var ae=this.quill.getLine(X.index),oe=o(ae,2),ie=oe[0],he=oe[1],fe=new v.default().retain(X.index+ie.length()-he-2).retain(1,{"code-block":null}).delete(1);this.quill.updateContents(fe,S.default.sources.USER)}},"embed left":W(U.keys.LEFT,!1),"embed left shift":W(U.keys.LEFT,!0),"embed right":W(U.keys.RIGHT,!1),"embed right shift":W(U.keys.RIGHT,!0)}};function W(V,X){var ae,oe=V===U.keys.LEFT?"prefix":"suffix";return ae={key:V,shiftKey:X,altKey:null},I(ae,oe,/^$/),I(ae,"handler",function(he){var fe=he.index;V===U.keys.RIGHT&&(fe+=he.length+1);var we=this.quill.getLeaf(fe),Ie=o(we,1),de=Ie[0];return de instanceof x.default.Embed?(V===U.keys.LEFT?X?this.quill.setSelection(he.index-1,he.length+1,S.default.sources.USER):this.quill.setSelection(he.index-1,S.default.sources.USER):X?this.quill.setSelection(he.index,he.length+1,S.default.sources.USER):this.quill.setSelection(he.index+he.length+1,S.default.sources.USER),!1):!0}),ae}function z(V,X){if(!(V.index===0||this.quill.getLength()<=1)){var ae=this.quill.getLine(V.index),oe=o(ae,1),ie=oe[0],he={};if(X.offset===0){var fe=this.quill.getLine(V.index-1),we=o(fe,1),Ie=we[0];if(Ie!=null&&Ie.length()>1){var de=ie.formats(),pe=this.quill.getFormat(V.index-1,1);he=y.default.attributes.diff(de,pe)||{}}}var _e=/[\uD800-\uDBFF][\uDC00-\uDFFF]$/.test(X.prefix)?2:1;this.quill.deleteText(V.index-_e,_e,S.default.sources.USER),Object.keys(he).length>0&&this.quill.formatLine(V.index-_e,_e,he,S.default.sources.USER),this.quill.focus()}}function H(V,X){var ae=/^[\uD800-\uDBFF][\uDC00-\uDFFF]/.test(X.suffix)?2:1;if(!(V.index>=this.quill.getLength()-ae)){var oe={},ie=0,he=this.quill.getLine(V.index),fe=o(he,1),we=fe[0];if(X.offset>=we.length()-1){var Ie=this.quill.getLine(V.index+1),de=o(Ie,1),pe=de[0];if(pe){var _e=we.formats(),te=this.quill.getFormat(V.index,1);oe=y.default.attributes.diff(_e,te)||{},ie=pe.length()}}this.quill.deleteText(V.index,ae,S.default.sources.USER),Object.keys(oe).length>0&&this.quill.formatLine(V.index+ie-1,ae,oe,S.default.sources.USER)}}function G(V){var X=this.quill.getLines(V),ae={};if(X.length>1){var oe=X[0].formats(),ie=X[X.length-1].formats();ae=y.default.attributes.diff(ie,oe)||{}}this.quill.deleteText(V,S.default.sources.USER),Object.keys(ae).length>0&&this.quill.formatLine(V.index,1,ae,S.default.sources.USER),this.quill.setSelection(V.index,S.default.sources.SILENT),this.quill.focus()}function Z(V,X){var ae=this;V.length>0&&this.quill.scroll.deleteAt(V.index,V.length);var oe=Object.keys(X.format).reduce(function(ie,he){return x.default.query(he,x.default.Scope.BLOCK)&&!Array.isArray(X.format[he])&&(ie[he]=X.format[he]),ie},{});this.quill.insertText(V.index,` -`,oe,S.default.sources.USER),this.quill.setSelection(V.index+1,S.default.sources.SILENT),this.quill.focus(),Object.keys(X.format).forEach(function(ie){oe[ie]==null&&(Array.isArray(X.format[ie])||ie!=="link"&&ae.quill.format(ie,X.format[ie],S.default.sources.USER))})}function J(V){return{key:U.keys.TAB,shiftKey:!V,format:{"code-block":!0},handler:function(ae){var oe=x.default.query("code-block"),ie=ae.index,he=ae.length,fe=this.quill.scroll.descendant(oe,ie),we=o(fe,2),Ie=we[0],de=we[1];if(Ie!=null){var pe=this.quill.getIndex(Ie),_e=Ie.newlineIndex(de,!0)+1,te=Ie.newlineIndex(pe+de+he),ce=Ie.domNode.textContent.slice(_e,te).split(` -`);de=0,ce.forEach(function(se,ve){V?(Ie.insertAt(_e+de,oe.TAB),de+=oe.TAB.length,ve===0?ie+=oe.TAB.length:he+=oe.TAB.length):se.startsWith(oe.TAB)&&(Ie.deleteAt(_e+de,oe.TAB.length),de-=oe.TAB.length,ve===0?ie-=oe.TAB.length:he-=oe.TAB.length),de+=se.length+1}),this.quill.update(S.default.sources.USER),this.quill.setSelection(ie,he,S.default.sources.SILENT)}}}}function Y(V){return{key:V[0].toUpperCase(),shortKey:!0,handler:function(ae,oe){this.quill.format(V,!oe.format[V],S.default.sources.USER)}}}function ne(V){if(typeof V=="string"||typeof V=="number")return ne({key:V});if((typeof V>"u"?"undefined":i(V))==="object"&&(V=(0,u.default)(V,!1)),typeof V.key=="string")if(U.keys[V.key.toUpperCase()]!=null)V.key=U.keys[V.key.toUpperCase()];else if(V.key.length===1)V.key=V.key.toUpperCase().charCodeAt(0);else return null;return V.shortKey&&(V[B]=V.shortKey,delete V.shortKey),V}r.default=U,r.SHORTKEY=B},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function y(b,x){var w=[],S=!0,_=!1,T=void 0;try{for(var C=b[Symbol.iterator](),A;!(S=(A=C.next()).done)&&(w.push(A.value),!(x&&w.length===x));S=!0);}catch(k){_=!0,T=k}finally{try{!S&&C.return&&C.return()}finally{if(_)throw T}}return w}return function(b,x){if(Array.isArray(b))return b;if(Symbol.iterator in Object(b))return y(b,x);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function y(b,x,w){b===null&&(b=Function.prototype);var S=Object.getOwnPropertyDescriptor(b,x);if(S===void 0){var _=Object.getPrototypeOf(b);return _===null?void 0:y(_,x,w)}else{if("value"in S)return S.value;var T=S.get;return T===void 0?void 0:T.call(w)}},s=function(){function y(b,x){for(var w=0;w-1}r.default=p,r.sanitize=g},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(m){return typeof m}:function(m){return m&&typeof Symbol=="function"&&m.constructor===Symbol&&m!==Symbol.prototype?"symbol":typeof m},o=function(){function m(y,b){for(var x=0;x1&&arguments[1]!==void 0?arguments[1]:!1,w=this.container.querySelector(".ql-selected");if(b!==w&&(w!=null&&w.classList.remove("ql-selected"),b!=null&&(b.classList.add("ql-selected"),this.select.selectedIndex=[].indexOf.call(b.parentNode.children,b),b.hasAttribute("data-value")?this.label.setAttribute("data-value",b.getAttribute("data-value")):this.label.removeAttribute("data-value"),b.hasAttribute("data-label")?this.label.setAttribute("data-label",b.getAttribute("data-label")):this.label.removeAttribute("data-label"),x))){if(typeof Event=="function")this.select.dispatchEvent(new Event("change"));else if((typeof Event>"u"?"undefined":i(Event))==="object"){var S=document.createEvent("Event");S.initEvent("change",!0,!0),this.select.dispatchEvent(S)}this.close()}}},{key:"update",value:function(){var b=void 0;if(this.select.selectedIndex>-1){var x=this.container.querySelector(".ql-picker-options").children[this.select.selectedIndex];b=this.select.options[this.select.selectedIndex],this.selectItem(x)}else this.selectItem(null);var w=b!=null&&b!==this.select.querySelector("option[selected]");this.label.classList.toggle("ql-active",w)}}]),m}();r.default=v},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=a(0),o=j(i),s=a(5),l=j(s),u=a(4),c=j(u),d=a(16),f=j(d),p=a(25),g=j(p),v=a(24),m=j(v),y=a(35),b=j(y),x=a(6),w=j(x),S=a(22),_=j(S),T=a(7),C=j(T),A=a(55),k=j(A),I=a(42),R=j(I),L=a(23),N=j(L);function j(B){return B&&B.__esModule?B:{default:B}}l.default.register({"blots/block":c.default,"blots/block/embed":u.BlockEmbed,"blots/break":f.default,"blots/container":g.default,"blots/cursor":m.default,"blots/embed":b.default,"blots/inline":w.default,"blots/scroll":_.default,"blots/text":C.default,"modules/clipboard":k.default,"modules/history":R.default,"modules/keyboard":N.default}),o.default.register(c.default,f.default,m.default,w.default,_.default,C.default),r.default=l.default},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=a(1),o=function(){function s(l){this.domNode=l,this.domNode[i.DATA_KEY]={blot:this}}return Object.defineProperty(s.prototype,"statics",{get:function(){return this.constructor},enumerable:!0,configurable:!0}),s.create=function(l){if(this.tagName==null)throw new i.ParchmentError("Blot definition missing tagName");var u;return Array.isArray(this.tagName)?(typeof l=="string"&&(l=l.toUpperCase(),parseInt(l).toString()===l&&(l=parseInt(l))),typeof l=="number"?u=document.createElement(this.tagName[l-1]):this.tagName.indexOf(l)>-1?u=document.createElement(l):u=document.createElement(this.tagName[0])):u=document.createElement(this.tagName),this.className&&u.classList.add(this.className),u},s.prototype.attach=function(){this.parent!=null&&(this.scroll=this.parent.scroll)},s.prototype.clone=function(){var l=this.domNode.cloneNode(!1);return i.create(l)},s.prototype.detach=function(){this.parent!=null&&this.parent.removeChild(this),delete this.domNode[i.DATA_KEY]},s.prototype.deleteAt=function(l,u){var c=this.isolate(l,u);c.remove()},s.prototype.formatAt=function(l,u,c,d){var f=this.isolate(l,u);if(i.query(c,i.Scope.BLOT)!=null&&d)f.wrap(c,d);else if(i.query(c,i.Scope.ATTRIBUTE)!=null){var p=i.create(this.statics.scope);f.wrap(p),p.format(c,d)}},s.prototype.insertAt=function(l,u,c){var d=c==null?i.create("text",u):i.create(u,c),f=this.split(l);this.parent.insertBefore(d,f)},s.prototype.insertInto=function(l,u){u===void 0&&(u=null),this.parent!=null&&this.parent.children.remove(this);var c=null;l.children.insertBefore(this,u),u!=null&&(c=u.domNode),(this.domNode.parentNode!=l.domNode||this.domNode.nextSibling!=c)&&l.domNode.insertBefore(this.domNode,c),this.parent=l,this.attach()},s.prototype.isolate=function(l,u){var c=this.split(l);return c.split(u),c},s.prototype.length=function(){return 1},s.prototype.offset=function(l){return l===void 0&&(l=this.parent),this.parent==null||this==l?0:this.parent.children.offset(this)+this.parent.offset(l)},s.prototype.optimize=function(l){this.domNode[i.DATA_KEY]!=null&&delete this.domNode[i.DATA_KEY].mutations},s.prototype.remove=function(){this.domNode.parentNode!=null&&this.domNode.parentNode.removeChild(this.domNode),this.detach()},s.prototype.replace=function(l){l.parent!=null&&(l.parent.insertBefore(this,l.next),l.remove())},s.prototype.replaceWith=function(l,u){var c=typeof l=="string"?i.create(l,u):l;return c.replace(this),c},s.prototype.split=function(l,u){return l===0?this:this.next},s.prototype.update=function(l,u){},s.prototype.wrap=function(l,u){var c=typeof l=="string"?i.create(l,u):l;return this.parent!=null&&this.parent.insertBefore(c,this.next),c.appendChild(this),c},s.blotName="abstract",s}();r.default=o},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=a(12),o=a(32),s=a(33),l=a(1),u=function(){function c(d){this.attributes={},this.domNode=d,this.build()}return c.prototype.attribute=function(d,f){f?d.add(this.domNode,f)&&(d.value(this.domNode)!=null?this.attributes[d.attrName]=d:delete this.attributes[d.attrName]):(d.remove(this.domNode),delete this.attributes[d.attrName])},c.prototype.build=function(){var d=this;this.attributes={};var f=i.default.keys(this.domNode),p=o.default.keys(this.domNode),g=s.default.keys(this.domNode);f.concat(p).concat(g).forEach(function(v){var m=l.query(v,l.Scope.ATTRIBUTE);m instanceof i.default&&(d.attributes[m.attrName]=m)})},c.prototype.copy=function(d){var f=this;Object.keys(this.attributes).forEach(function(p){var g=f.attributes[p].value(f.domNode);d.format(p,g)})},c.prototype.move=function(d){var f=this;this.copy(d),Object.keys(this.attributes).forEach(function(p){f.attributes[p].remove(f.domNode)}),this.attributes={}},c.prototype.values=function(){var d=this;return Object.keys(this.attributes).reduce(function(f,p){return f[p]=d.attributes[p].value(d.domNode),f},{})},c}();r.default=u},function(n,r,a){var i=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,d){c.__proto__=d}||function(c,d){for(var f in d)d.hasOwnProperty(f)&&(c[f]=d[f])};return function(c,d){u(c,d);function f(){this.constructor=c}c.prototype=d===null?Object.create(d):(f.prototype=d.prototype,new f)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=a(12);function s(u,c){var d=u.getAttribute("class")||"";return d.split(/\s+/).filter(function(f){return f.indexOf(c+"-")===0})}var l=function(u){i(c,u);function c(){return u!==null&&u.apply(this,arguments)||this}return c.keys=function(d){return(d.getAttribute("class")||"").split(/\s+/).map(function(f){return f.split("-").slice(0,-1).join("-")})},c.prototype.add=function(d,f){return this.canAdd(d,f)?(this.remove(d),d.classList.add(this.keyName+"-"+f),!0):!1},c.prototype.remove=function(d){var f=s(d,this.keyName);f.forEach(function(p){d.classList.remove(p)}),d.classList.length===0&&d.removeAttribute("class")},c.prototype.value=function(d){var f=s(d,this.keyName)[0]||"",p=f.slice(this.keyName.length+1);return this.canAdd(d,p)?p:""},c}(o.default);r.default=l},function(n,r,a){var i=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,d){c.__proto__=d}||function(c,d){for(var f in d)d.hasOwnProperty(f)&&(c[f]=d[f])};return function(c,d){u(c,d);function f(){this.constructor=c}c.prototype=d===null?Object.create(d):(f.prototype=d.prototype,new f)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=a(12);function s(u){var c=u.split("-"),d=c.slice(1).map(function(f){return f[0].toUpperCase()+f.slice(1)}).join("");return c[0]+d}var l=function(u){i(c,u);function c(){return u!==null&&u.apply(this,arguments)||this}return c.keys=function(d){return(d.getAttribute("style")||"").split(";").map(function(f){var p=f.split(":");return p[0].trim()})},c.prototype.add=function(d,f){return this.canAdd(d,f)?(d.style[s(this.keyName)]=f,!0):!1},c.prototype.remove=function(d){d.style[s(this.keyName)]="",d.getAttribute("style")||d.removeAttribute("style")},c.prototype.value=function(d){var f=d.style[s(this.keyName)];return this.canAdd(d,f)?f:""},c}(o.default);r.default=l},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function l(u,c){for(var d=0;dA&&this.stack.undo.length>0){var k=this.stack.undo.pop();C=C.compose(k.undo),_=k.redo.compose(_)}else this.lastRecorded=A;this.stack.undo.push({redo:_,undo:C}),this.stack.undo.length>this.options.maxStack&&this.stack.undo.shift()}}},{key:"redo",value:function(){this.change("redo","undo")}},{key:"transform",value:function(_){this.stack.undo.forEach(function(T){T.undo=_.transform(T.undo,!0),T.redo=_.transform(T.redo,!0)}),this.stack.redo.forEach(function(T){T.undo=_.transform(T.undo,!0),T.redo=_.transform(T.redo,!0)})}},{key:"undo",value:function(){this.change("undo","redo")}}]),w}(d.default);m.DEFAULTS={delay:1e3,maxStack:100,userOnly:!1};function y(x){var w=x.ops[x.ops.length-1];return w==null?!1:w.insert!=null?typeof w.insert=="string"&&w.insert.endsWith(` -`):w.attributes!=null?Object.keys(w.attributes).some(function(S){return s.default.query(S,s.default.Scope.BLOCK)!=null}):!1}function b(x){var w=x.reduce(function(_,T){return _+=T.delete||0,_},0),S=x.length()-w;return y(x)&&(S-=1),S}r.default=m,r.getLastChangeIndex=b},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.BaseTooltip=void 0;var i=function(){function Z(J,Y){for(var ne=0;ne0&&arguments[0]!==void 0?arguments[0]:"link",V=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;this.root.classList.remove("ql-hidden"),this.root.classList.add("ql-editing"),V!=null?this.textbox.value=V:ne!==this.root.getAttribute("data-mode")&&(this.textbox.value=""),this.position(this.quill.getBounds(this.quill.selection.savedRange)),this.textbox.select(),this.textbox.setAttribute("placeholder",this.textbox.getAttribute("data-"+ne)||""),this.root.setAttribute("data-mode",ne)}},{key:"restoreFocus",value:function(){var ne=this.quill.scrollingContainer.scrollTop;this.quill.focus(),this.quill.scrollingContainer.scrollTop=ne}},{key:"save",value:function(){var ne=this.textbox.value;switch(this.root.getAttribute("data-mode")){case"link":{var V=this.quill.root.scrollTop;this.linkRange?(this.quill.formatText(this.linkRange,"link",ne,f.default.sources.USER),delete this.linkRange):(this.restoreFocus(),this.quill.format("link",ne,f.default.sources.USER)),this.quill.root.scrollTop=V;break}case"video":ne=H(ne);case"formula":{if(!ne)break;var X=this.quill.getSelection(!0);if(X!=null){var ae=X.index+X.length;this.quill.insertEmbed(ae,this.root.getAttribute("data-mode"),ne,f.default.sources.USER),this.root.getAttribute("data-mode")==="formula"&&this.quill.insertText(ae+1," ",f.default.sources.USER),this.quill.setSelection(ae+2,f.default.sources.USER)}break}}this.textbox.value="",this.hide()}}]),J}(C.default);function H(Z){var J=Z.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtube\.com\/watch.*v=([a-zA-Z0-9_-]+)/)||Z.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtu\.be\/([a-zA-Z0-9_-]+)/);return J?(J[1]||"https")+"://www.youtube.com/embed/"+J[2]+"?showinfo=0":(J=Z.match(/^(?:(https?):\/\/)?(?:www\.)?vimeo\.com\/(\d+)/))?(J[1]||"https")+"://player.vimeo.com/video/"+J[2]+"/":Z}function G(Z,J){var Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;J.forEach(function(ne){var V=document.createElement("option");ne===Y?V.setAttribute("selected","selected"):V.setAttribute("value",ne),Z.appendChild(V)})}r.BaseTooltip=z,r.default=W},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function o(){this.head=this.tail=null,this.length=0}return o.prototype.append=function(){for(var s=[],l=0;l1&&this.append.apply(this,s.slice(1))},o.prototype.contains=function(s){for(var l,u=this.iterator();l=u();)if(l===s)return!0;return!1},o.prototype.insertBefore=function(s,l){s&&(s.next=l,l!=null?(s.prev=l.prev,l.prev!=null&&(l.prev.next=s),l.prev=s,l===this.head&&(this.head=s)):this.tail!=null?(this.tail.next=s,s.prev=this.tail,this.tail=s):(s.prev=null,this.head=this.tail=s),this.length+=1)},o.prototype.offset=function(s){for(var l=0,u=this.head;u!=null;){if(u===s)return l;l+=u.length(),u=u.next}return-1},o.prototype.remove=function(s){this.contains(s)&&(s.prev!=null&&(s.prev.next=s.next),s.next!=null&&(s.next.prev=s.prev),s===this.head&&(this.head=s.next),s===this.tail&&(this.tail=s.prev),this.length-=1)},o.prototype.iterator=function(s){return s===void 0&&(s=this.head),function(){var l=s;return s!=null&&(s=s.next),l}},o.prototype.find=function(s,l){l===void 0&&(l=!1);for(var u,c=this.iterator();u=c();){var d=u.length();if(sg?u(p,s-g,Math.min(l,g+m-s)):u(p,0,Math.min(m,s+l-g)),g+=m}},o.prototype.map=function(s){return this.reduce(function(l,u){return l.push(s(u)),l},[])},o.prototype.reduce=function(s,l){for(var u,c=this.iterator();u=c();)l=s(l,u);return l},o}();r.default=i},function(n,r,a){var i=this&&this.__extends||function(){var d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(f,p){f.__proto__=p}||function(f,p){for(var g in p)p.hasOwnProperty(g)&&(f[g]=p[g])};return function(f,p){d(f,p);function g(){this.constructor=f}f.prototype=p===null?Object.create(p):(g.prototype=p.prototype,new g)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=a(17),s=a(1),l={attributes:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0},u=100,c=function(d){i(f,d);function f(p){var g=d.call(this,p)||this;return g.scroll=g,g.observer=new MutationObserver(function(v){g.update(v)}),g.observer.observe(g.domNode,l),g.attach(),g}return f.prototype.detach=function(){d.prototype.detach.call(this),this.observer.disconnect()},f.prototype.deleteAt=function(p,g){this.update(),p===0&&g===this.length()?this.children.forEach(function(v){v.remove()}):d.prototype.deleteAt.call(this,p,g)},f.prototype.formatAt=function(p,g,v,m){this.update(),d.prototype.formatAt.call(this,p,g,v,m)},f.prototype.insertAt=function(p,g,v){this.update(),d.prototype.insertAt.call(this,p,g,v)},f.prototype.optimize=function(p,g){var v=this;p===void 0&&(p=[]),g===void 0&&(g={}),d.prototype.optimize.call(this,g);for(var m=[].slice.call(this.observer.takeRecords());m.length>0;)p.push(m.pop());for(var y=function(S,_){_===void 0&&(_=!0),!(S==null||S===v)&&S.domNode.parentNode!=null&&(S.domNode[s.DATA_KEY].mutations==null&&(S.domNode[s.DATA_KEY].mutations=[]),_&&y(S.parent))},b=function(S){S.domNode[s.DATA_KEY]==null||S.domNode[s.DATA_KEY].mutations==null||(S instanceof o.default&&S.children.forEach(b),S.optimize(g))},x=p,w=0;x.length>0;w+=1){if(w>=u)throw new Error("[Parchment] Maximum optimize iterations reached");for(x.forEach(function(S){var _=s.find(S.target,!0);_!=null&&(_.domNode===S.target&&(S.type==="childList"?(y(s.find(S.previousSibling,!1)),[].forEach.call(S.addedNodes,function(T){var C=s.find(T,!1);y(C,!1),C instanceof o.default&&C.children.forEach(function(A){y(A,!1)})})):S.type==="attributes"&&y(_.prev)),y(_))}),this.children.forEach(b),x=[].slice.call(this.observer.takeRecords()),m=x.slice();m.length>0;)p.push(m.pop())}},f.prototype.update=function(p,g){var v=this;g===void 0&&(g={}),p=p||this.observer.takeRecords(),p.map(function(m){var y=s.find(m.target,!0);return y==null?null:y.domNode[s.DATA_KEY].mutations==null?(y.domNode[s.DATA_KEY].mutations=[m],y):(y.domNode[s.DATA_KEY].mutations.push(m),null)}).forEach(function(m){m==null||m===v||m.domNode[s.DATA_KEY]==null||m.update(m.domNode[s.DATA_KEY].mutations||[],g)}),this.domNode[s.DATA_KEY].mutations!=null&&d.prototype.update.call(this,this.domNode[s.DATA_KEY].mutations,g),this.optimize(p,g)},f.blotName="scroll",f.defaultChild="block",f.scope=s.Scope.BLOCK_BLOT,f.tagName="DIV",f}(o.default);r.default=c},function(n,r,a){var i=this&&this.__extends||function(){var c=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,f){d.__proto__=f}||function(d,f){for(var p in f)f.hasOwnProperty(p)&&(d[p]=f[p])};return function(d,f){c(d,f);function p(){this.constructor=d}d.prototype=f===null?Object.create(f):(p.prototype=f.prototype,new p)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=a(18),s=a(1);function l(c,d){if(Object.keys(c).length!==Object.keys(d).length)return!1;for(var f in c)if(c[f]!==d[f])return!1;return!0}var u=function(c){i(d,c);function d(){return c!==null&&c.apply(this,arguments)||this}return d.formats=function(f){if(f.tagName!==d.tagName)return c.formats.call(this,f)},d.prototype.format=function(f,p){var g=this;f===this.statics.blotName&&!p?(this.children.forEach(function(v){v instanceof o.default||(v=v.wrap(d.blotName,!0)),g.attributes.copy(v)}),this.unwrap()):c.prototype.format.call(this,f,p)},d.prototype.formatAt=function(f,p,g,v){if(this.formats()[g]!=null||s.query(g,s.Scope.ATTRIBUTE)){var m=this.isolate(f,p);m.format(g,v)}else c.prototype.formatAt.call(this,f,p,g,v)},d.prototype.optimize=function(f){c.prototype.optimize.call(this,f);var p=this.formats();if(Object.keys(p).length===0)return this.unwrap();var g=this.next;g instanceof d&&g.prev===this&&l(p,g.formats())&&(g.moveChildren(this),g.remove())},d.blotName="inline",d.scope=s.Scope.INLINE_BLOT,d.tagName="SPAN",d}(o.default);r.default=u},function(n,r,a){var i=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,d){c.__proto__=d}||function(c,d){for(var f in d)d.hasOwnProperty(f)&&(c[f]=d[f])};return function(c,d){u(c,d);function f(){this.constructor=c}c.prototype=d===null?Object.create(d):(f.prototype=d.prototype,new f)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=a(18),s=a(1),l=function(u){i(c,u);function c(){return u!==null&&u.apply(this,arguments)||this}return c.formats=function(d){var f=s.query(c.blotName).tagName;if(d.tagName!==f)return u.formats.call(this,d)},c.prototype.format=function(d,f){s.query(d,s.Scope.BLOCK)!=null&&(d===this.statics.blotName&&!f?this.replaceWith(c.blotName):u.prototype.format.call(this,d,f))},c.prototype.formatAt=function(d,f,p,g){s.query(p,s.Scope.BLOCK)!=null?this.format(p,g):u.prototype.formatAt.call(this,d,f,p,g)},c.prototype.insertAt=function(d,f,p){if(p==null||s.query(f,s.Scope.INLINE)!=null)u.prototype.insertAt.call(this,d,f,p);else{var g=this.split(d),v=s.create(f,p);g.parent.insertBefore(v,g)}},c.prototype.update=function(d,f){navigator.userAgent.match(/Trident/)?this.build():u.prototype.update.call(this,d,f)},c.blotName="block",c.scope=s.Scope.BLOCK_BLOT,c.tagName="P",c}(o.default);r.default=l},function(n,r,a){var i=this&&this.__extends||function(){var l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(u,c){u.__proto__=c}||function(u,c){for(var d in c)c.hasOwnProperty(d)&&(u[d]=c[d])};return function(u,c){l(u,c);function d(){this.constructor=u}u.prototype=c===null?Object.create(c):(d.prototype=c.prototype,new d)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=a(19),s=function(l){i(u,l);function u(){return l!==null&&l.apply(this,arguments)||this}return u.formats=function(c){},u.prototype.format=function(c,d){l.prototype.formatAt.call(this,0,this.length(),c,d)},u.prototype.formatAt=function(c,d,f,p){c===0&&d===this.length()?this.format(f,p):l.prototype.formatAt.call(this,c,d,f,p)},u.prototype.formats=function(){return this.statics.formats(this.domNode)},u}(o.default);r.default=s},function(n,r,a){var i=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,d){c.__proto__=d}||function(c,d){for(var f in d)d.hasOwnProperty(f)&&(c[f]=d[f])};return function(c,d){u(c,d);function f(){this.constructor=c}c.prototype=d===null?Object.create(d):(f.prototype=d.prototype,new f)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=a(19),s=a(1),l=function(u){i(c,u);function c(d){var f=u.call(this,d)||this;return f.text=f.statics.value(f.domNode),f}return c.create=function(d){return document.createTextNode(d)},c.value=function(d){var f=d.data;return f.normalize&&(f=f.normalize()),f},c.prototype.deleteAt=function(d,f){this.domNode.data=this.text=this.text.slice(0,d)+this.text.slice(d+f)},c.prototype.index=function(d,f){return this.domNode===d?f:-1},c.prototype.insertAt=function(d,f,p){p==null?(this.text=this.text.slice(0,d)+f+this.text.slice(d),this.domNode.data=this.text):u.prototype.insertAt.call(this,d,f,p)},c.prototype.length=function(){return this.text.length},c.prototype.optimize=function(d){u.prototype.optimize.call(this,d),this.text=this.statics.value(this.domNode),this.text.length===0?this.remove():this.next instanceof c&&this.next.prev===this&&(this.insertAt(this.length(),this.next.value()),this.next.remove())},c.prototype.position=function(d,f){return[this.domNode,d]},c.prototype.split=function(d,f){if(f===void 0&&(f=!1),!f){if(d===0)return this;if(d===this.length())return this.next}var p=s.create(this.domNode.splitText(d));return this.parent.insertBefore(p,this.next),this.text=this.statics.value(this.domNode),p},c.prototype.update=function(d,f){var p=this;d.some(function(g){return g.type==="characterData"&&g.target===p.domNode})&&(this.text=this.statics.value(this.domNode))},c.prototype.value=function(){return this.text},c.blotName="text",c.scope=s.Scope.INLINE_BLOT,c}(o.default);r.default=l},function(n,r,a){var i=document.createElement("div");if(i.classList.toggle("test-class",!1),i.classList.contains("test-class")){var o=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(s,l){return arguments.length>1&&!this.contains(s)==!l?l:o.call(this,s)}}String.prototype.startsWith||(String.prototype.startsWith=function(s,l){return l=l||0,this.substr(l,s.length)===s}),String.prototype.endsWith||(String.prototype.endsWith=function(s,l){var u=this.toString();(typeof l!="number"||!isFinite(l)||Math.floor(l)!==l||l>u.length)&&(l=u.length),l-=s.length;var c=u.indexOf(s,l);return c!==-1&&c===l}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(l){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof l!="function")throw new TypeError("predicate must be a function");for(var u=Object(this),c=u.length>>>0,d=arguments[1],f,p=0;pS.length?w:S,C=w.length>S.length?S:w,A=T.indexOf(C);if(A!=-1)return _=[[i,T.substring(0,A)],[o,C],[i,T.substring(A+C.length)]],w.length>S.length&&(_[0][0]=_[2][0]=a),_;if(C.length==1)return[[a,w],[i,S]];var k=p(w,S);if(k){var I=k[0],R=k[1],L=k[2],N=k[3],j=k[4],B=s(I,L),U=s(R,N);return B.concat([[o,j]],U)}return u(w,S)}function u(w,S){for(var _=w.length,T=S.length,C=Math.ceil((_+T)/2),A=C,k=2*C,I=new Array(k),R=new Array(k),L=0;L_)U+=2;else if(Y>T)B+=2;else if(j){var ne=A+N-G;if(ne>=0&&ne=V)return c(w,S,J,Y)}}}for(var X=-H+W;X<=H-z;X+=2){var ne=A+X,V;X==-H||X!=H&&R[ne-1]_)z+=2;else if(ae>T)W+=2;else if(!j){var Z=A+N-X;if(Z>=0&&Z=V)return c(w,S,J,Y)}}}}return[[a,w],[i,S]]}function c(w,S,_,T){var C=w.substring(0,_),A=S.substring(0,T),k=w.substring(_),I=S.substring(T),R=s(C,A),L=s(k,I);return R.concat(L)}function d(w,S){if(!w||!S||w.charAt(0)!=S.charAt(0))return 0;for(var _=0,T=Math.min(w.length,S.length),C=T,A=0;_S.length?w:S,T=w.length>S.length?S:w;if(_.length<4||T.length*2<_.length)return null;function C(U,W,z){for(var H=U.substring(z,z+Math.floor(U.length/4)),G=-1,Z="",J,Y,ne,V;(G=W.indexOf(H,G+1))!=-1;){var X=d(U.substring(z),W.substring(G)),ae=f(U.substring(0,z),W.substring(0,G));Z.length=U.length?[J,Y,ne,V,Z]:null}var A=C(_,T,Math.ceil(_.length/4)),k=C(_,T,Math.ceil(_.length/2)),I;if(!A&&!k)return null;k?A?I=A[4].length>k[4].length?A:k:I=k:I=A;var R,L,N,j;w.length>S.length?(R=I[0],L=I[1],N=I[2],j=I[3]):(N=I[0],j=I[1],R=I[2],L=I[3]);var B=I[4];return[R,L,N,j,B]}function g(w){w.push([o,""]);for(var S=0,_=0,T=0,C="",A="",k;S1?(_!==0&&T!==0&&(k=d(A,C),k!==0&&(S-_-T>0&&w[S-_-T-1][0]==o?w[S-_-T-1][1]+=A.substring(0,k):(w.splice(0,0,[o,A.substring(0,k)]),S++),A=A.substring(k),C=C.substring(k)),k=f(A,C),k!==0&&(w[S][1]=A.substring(A.length-k)+w[S][1],A=A.substring(0,A.length-k),C=C.substring(0,C.length-k))),_===0?w.splice(S-T,_+T,[i,A]):T===0?w.splice(S-_,_+T,[a,C]):w.splice(S-_-T,_+T,[a,C],[i,A]),S=S-_-T+(_?1:0)+(T?1:0)+1):S!==0&&w[S-1][0]==o?(w[S-1][1]+=w[S][1],w.splice(S,1)):S++,T=0,_=0,C="",A="";break}w[w.length-1][1]===""&&w.pop();var I=!1;for(S=1;S0&&T.splice(C+2,0,[k[0],I]),x(T,C,3)}else return w}function b(w){for(var S=!1,_=function(k){return k.charCodeAt(0)>=56320&&k.charCodeAt(0)<=57343},T=function(k){return k.charCodeAt(k.length-1)>=55296&&k.charCodeAt(k.length-1)<=56319},C=2;C0&&A.push(w[C]);return A}function x(w,S,_){for(var T=S+_-1;T>=0&&T>=S-1;T--)if(T+1\r?\n +\<"),this.convert();var me=this.quill.getFormat(this.quill.selection.savedRange.index);if(me[T.default.blotName]){var Ce=this.container.innerText;return this.container.innerHTML="",new d.default().insert(Ce,L({},T.default.blotName,me[T.default.blotName]))}var Ee=this.prepareMatching(),Ye=o(Ee,2),xt=Ye[0],bt=Ye[1],st=X(this.container,xt,bt);return ne(st,` -`)&&st.ops[st.ops.length-1].attributes==null&&(st=st.compose(new d.default().retain(st.length()-1).delete(1))),U.log("convert",this.container.innerHTML,st),this.container.innerHTML="",st}},{key:"dangerouslyPasteHTML",value:function(ve,me){var Ce=arguments.length>2&&arguments[2]!==void 0?arguments[2]:v.default.sources.API;if(typeof ve=="string")this.quill.setContents(this.convert(ve),me),this.quill.setSelection(0,v.default.sources.SILENT);else{var Ee=this.convert(me);this.quill.updateContents(new d.default().retain(ve).concat(Ee),Ce),this.quill.setSelection(ve+Ee.length(),v.default.sources.SILENT)}}},{key:"onPaste",value:function(ve){var me=this;if(!(ve.defaultPrevented||!this.quill.isEnabled())){var Ce=this.quill.getSelection(),Ee=new d.default().retain(Ce.index),Ye=this.quill.scrollingContainer.scrollTop;this.container.focus(),this.quill.selection.update(v.default.sources.SILENT),setTimeout(function(){Ee=Ee.concat(me.convert()).delete(Ce.length),me.quill.updateContents(Ee,v.default.sources.USER),me.quill.setSelection(Ee.length()-Ce.length,v.default.sources.SILENT),me.quill.scrollingContainer.scrollTop=Ye,me.quill.focus()},1)}}},{key:"prepareMatching",value:function(){var ve=this,me=[],Ce=[];return this.matchers.forEach(function(Ee){var Ye=o(Ee,2),xt=Ye[0],bt=Ye[1];switch(xt){case Node.TEXT_NODE:Ce.push(bt);break;case Node.ELEMENT_NODE:me.push(bt);break;default:[].forEach.call(ve.container.querySelectorAll(xt),function(st){st[W]=st[W]||[],st[W].push(bt)});break}}),[me,Ce]}}]),ce}(x.default);Z.DEFAULTS={matchers:[],matchVisual:!0};function J(te,ce,se){return(typeof ce>"u"?"undefined":i(ce))==="object"?Object.keys(ce).reduce(function(ve,me){return J(ve,me,ce[me])},te):te.reduce(function(ve,me){return me.attributes&&me.attributes[ce]?ve.push(me):ve.insert(me.insert,(0,u.default)({},L({},ce,se),me.attributes))},new d.default)}function Y(te){if(te.nodeType!==Node.ELEMENT_NODE)return{};var ce="__ql-computed-style";return te[ce]||(te[ce]=window.getComputedStyle(te))}function ne(te,ce){for(var se="",ve=te.ops.length-1;ve>=0&&se.length-1}function X(te,ce,se){return te.nodeType===te.TEXT_NODE?se.reduce(function(ve,me){return me(te,ve)},new d.default):te.nodeType===te.ELEMENT_NODE?[].reduce.call(te.childNodes||[],function(ve,me){var Ce=X(me,ce,se);return me.nodeType===te.ELEMENT_NODE&&(Ce=ce.reduce(function(Ee,Ye){return Ye(me,Ee)},Ce),Ce=(me[W]||[]).reduce(function(Ee,Ye){return Ye(me,Ee)},Ce)),ve.concat(Ce)},new d.default):new d.default}function ae(te,ce,se){return J(se,te,!0)}function oe(te,ce){var se=p.default.Attributor.Attribute.keys(te),ve=p.default.Attributor.Class.keys(te),me=p.default.Attributor.Style.keys(te),Ce={};return se.concat(ve).concat(me).forEach(function(Ee){var Ye=p.default.query(Ee,p.default.Scope.ATTRIBUTE);Ye!=null&&(Ce[Ye.attrName]=Ye.value(te),Ce[Ye.attrName])||(Ye=H[Ee],Ye!=null&&(Ye.attrName===Ee||Ye.keyName===Ee)&&(Ce[Ye.attrName]=Ye.value(te)||void 0),Ye=G[Ee],Ye!=null&&(Ye.attrName===Ee||Ye.keyName===Ee)&&(Ye=G[Ee],Ce[Ye.attrName]=Ye.value(te)||void 0))}),Object.keys(Ce).length>0&&(ce=J(ce,Ce)),ce}function ie(te,ce){var se=p.default.query(te);if(se==null)return ce;if(se.prototype instanceof p.default.Embed){var ve={},me=se.value(te);me!=null&&(ve[se.blotName]=me,ce=new d.default().insert(ve,se.formats(te)))}else typeof se.formats=="function"&&(ce=J(ce,se.blotName,se.formats(te)));return ce}function he(te,ce){return ne(ce,` -`)||ce.insert(` -`),ce}function fe(){return new d.default}function we(te,ce){var se=p.default.query(te);if(se==null||se.blotName!=="list-item"||!ne(ce,` -`))return ce;for(var ve=-1,me=te.parentNode;!me.classList.contains("ql-clipboard");)(p.default.query(me)||{}).blotName==="list"&&(ve+=1),me=me.parentNode;return ve<=0?ce:ce.compose(new d.default().retain(ce.length()-1).retain(1,{indent:ve}))}function Ie(te,ce){return ne(ce,` -`)||(V(te)||ce.length()>0&&te.nextSibling&&V(te.nextSibling))&&ce.insert(` -`),ce}function de(te,ce){if(V(te)&&te.nextElementSibling!=null&&!ne(ce,` - -`)){var se=te.offsetHeight+parseFloat(Y(te).marginTop)+parseFloat(Y(te).marginBottom);te.nextElementSibling.offsetTop>te.offsetTop+se*1.5&&ce.insert(` -`)}return ce}function pe(te,ce){var se={},ve=te.style||{};return ve.fontStyle&&Y(te).fontStyle==="italic"&&(se.italic=!0),ve.fontWeight&&(Y(te).fontWeight.startsWith("bold")||parseInt(Y(te).fontWeight)>=700)&&(se.bold=!0),Object.keys(se).length>0&&(ce=J(ce,se)),parseFloat(ve.textIndent||0)>0&&(ce=new d.default().insert(" ").concat(ce)),ce}function _e(te,ce){var se=te.data;if(te.parentNode.tagName==="O:P")return ce.insert(se.trim());if(se.trim().length===0&&te.parentNode.classList.contains("ql-clipboard"))return ce;if(!Y(te.parentNode).whiteSpace.startsWith("pre")){var ve=function(Ce,Ee){return Ee=Ee.replace(/[^\u00a0]/g,""),Ee.length<1&&Ce?" ":Ee};se=se.replace(/\r\n/g," ").replace(/\n/g," "),se=se.replace(/\s\s+/g,ve.bind(ve,!0)),(te.previousSibling==null&&V(te.parentNode)||te.previousSibling!=null&&V(te.previousSibling))&&(se=se.replace(/^\s+/,ve.bind(ve,!1))),(te.nextSibling==null&&V(te.parentNode)||te.nextSibling!=null&&V(te.nextSibling))&&(se=se.replace(/\s+$/,ve.bind(ve,!1)))}return ce.insert(se)}r.default=Z,r.matchAttributor=oe,r.matchBlot=ie,r.matchNewline=Ie,r.matchSpacing=de,r.matchText=_e},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function g(v,m){for(var y=0;y '},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function g(v,m){for(var y=0;yp.right&&(v=p.right-g.right,this.root.style.left=d+v+"px"),g.leftp.bottom){var m=g.bottom-g.top,y=c.bottom-c.top+m;this.root.style.top=f-y+"px",this.root.classList.add("ql-flip")}return v}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),l}();r.default=s},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function k(I,R){var L=[],N=!0,j=!1,B=void 0;try{for(var U=I[Symbol.iterator](),W;!(N=(W=U.next()).done)&&(L.push(W.value),!(R&&L.length===R));N=!0);}catch(z){j=!0,B=z}finally{try{!N&&U.return&&U.return()}finally{if(j)throw B}}return L}return function(I,R){if(Array.isArray(I))return I;if(Symbol.iterator in Object(I))return k(I,R);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function k(I,R,L){I===null&&(I=Function.prototype);var N=Object.getOwnPropertyDescriptor(I,R);if(N===void 0){var j=Object.getPrototypeOf(I);return j===null?void 0:k(j,R,L)}else{if("value"in N)return N.value;var B=N.get;return B===void 0?void 0:B.call(L)}},s=function(){function k(I,R){for(var L=0;L','','',''].join(""),r.default=C},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=a(29),o=me(i),s=a(36),l=a(38),u=a(64),c=a(65),d=me(c),f=a(66),p=me(f),g=a(67),v=me(g),m=a(37),y=a(26),b=a(39),x=a(40),w=a(56),S=me(w),_=a(68),T=me(_),C=a(27),A=me(C),k=a(69),I=me(k),R=a(70),L=me(R),N=a(71),j=me(N),B=a(72),U=me(B),W=a(73),z=me(W),H=a(13),G=me(H),Z=a(74),J=me(Z),Y=a(75),ne=me(Y),V=a(57),X=me(V),ae=a(41),oe=me(ae),ie=a(28),he=me(ie),fe=a(59),we=me(fe),Ie=a(60),de=me(Ie),pe=a(61),_e=me(pe),te=a(108),ce=me(te),se=a(62),ve=me(se);function me(Ce){return Ce&&Ce.__esModule?Ce:{default:Ce}}o.default.register({"attributors/attribute/direction":l.DirectionAttribute,"attributors/class/align":s.AlignClass,"attributors/class/background":m.BackgroundClass,"attributors/class/color":y.ColorClass,"attributors/class/direction":l.DirectionClass,"attributors/class/font":b.FontClass,"attributors/class/size":x.SizeClass,"attributors/style/align":s.AlignStyle,"attributors/style/background":m.BackgroundStyle,"attributors/style/color":y.ColorStyle,"attributors/style/direction":l.DirectionStyle,"attributors/style/font":b.FontStyle,"attributors/style/size":x.SizeStyle},!0),o.default.register({"formats/align":s.AlignClass,"formats/direction":l.DirectionClass,"formats/indent":u.IndentClass,"formats/background":m.BackgroundStyle,"formats/color":y.ColorStyle,"formats/font":b.FontClass,"formats/size":x.SizeClass,"formats/blockquote":d.default,"formats/code-block":G.default,"formats/header":p.default,"formats/list":v.default,"formats/bold":S.default,"formats/code":H.Code,"formats/italic":T.default,"formats/link":A.default,"formats/script":I.default,"formats/strike":L.default,"formats/underline":j.default,"formats/image":U.default,"formats/video":z.default,"formats/list/item":g.ListItem,"modules/formula":J.default,"modules/syntax":ne.default,"modules/toolbar":X.default,"themes/bubble":ce.default,"themes/snow":ve.default,"ui/icons":oe.default,"ui/picker":he.default,"ui/icon-picker":de.default,"ui/color-picker":we.default,"ui/tooltip":_e.default},!0),r.default=o.default},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0}),r.IndentClass=void 0;var i=function(){function v(m,y){for(var b=0;b0&&this.children.tail.format(T,C)}},{key:"formats",value:function(){return g({},this.statics.blotName,this.statics.formats(this.domNode))}},{key:"insertBefore",value:function(T,C){if(T instanceof b)o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"insertBefore",this).call(this,T,C);else{var A=C==null?this.length():C.offset(this),k=this.split(A);k.parent.insertBefore(T,k)}}},{key:"optimize",value:function(T){o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"optimize",this).call(this,T);var C=this.next;C!=null&&C.prev===this&&C.statics.blotName===this.statics.blotName&&C.domNode.tagName===this.domNode.tagName&&C.domNode.getAttribute("data-checked")===this.domNode.getAttribute("data-checked")&&(C.moveChildren(this),C.remove())}},{key:"replace",value:function(T){if(T.statics.blotName!==this.statics.blotName){var C=l.default.create(this.statics.defaultChild);T.moveChildren(C),this.appendChild(C)}o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"replace",this).call(this,T)}}]),S}(f.default);x.blotName="list",x.scope=l.default.Scope.BLOCK_BLOT,x.tagName=["OL","UL"],x.defaultChild="list-item",x.allowedChildren=[b],r.ListItem=b,r.default=x},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=a(56),o=s(i);function s(f){return f&&f.__esModule?f:{default:f}}function l(f,p){if(!(f instanceof p))throw new TypeError("Cannot call a class as a function")}function u(f,p){if(!f)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return p&&(typeof p=="object"||typeof p=="function")?p:f}function c(f,p){if(typeof p!="function"&&p!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof p);f.prototype=Object.create(p&&p.prototype,{constructor:{value:f,enumerable:!1,writable:!0,configurable:!0}}),p&&(Object.setPrototypeOf?Object.setPrototypeOf(f,p):f.__proto__=p)}var d=function(f){c(p,f);function p(){return l(this,p),u(this,(p.__proto__||Object.getPrototypeOf(p)).apply(this,arguments))}return p}(o.default);d.blotName="italic",d.tagName=["EM","I"],r.default=d},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function g(v,m){for(var y=0;y-1?w?this.domNode.setAttribute(x,w):this.domNode.removeAttribute(x):o(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"format",this).call(this,x,w)}}],[{key:"create",value:function(x){var w=o(y.__proto__||Object.getPrototypeOf(y),"create",this).call(this,x);return typeof x=="string"&&w.setAttribute("src",this.sanitize(x)),w}},{key:"formats",value:function(x){return g.reduce(function(w,S){return x.hasAttribute(S)&&(w[S]=x.getAttribute(S)),w},{})}},{key:"match",value:function(x){return/\.(jpe?g|gif|png)$/.test(x)||/^data:image\/.+;base64/.test(x)}},{key:"sanitize",value:function(x){return(0,u.sanitize)(x,["http","https","data"])?x:"//:0"}},{key:"value",value:function(x){return x.getAttribute("src")}}]),y}(l.default.Embed);v.blotName="image",v.tagName="IMG",r.default=v},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0});var i=function(){function m(y,b){for(var x=0;x-1?w?this.domNode.setAttribute(x,w):this.domNode.removeAttribute(x):o(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"format",this).call(this,x,w)}}],[{key:"create",value:function(x){var w=o(y.__proto__||Object.getPrototypeOf(y),"create",this).call(this,x);return w.setAttribute("frameborder","0"),w.setAttribute("allowfullscreen",!0),w.setAttribute("src",this.sanitize(x)),w}},{key:"formats",value:function(x){return g.reduce(function(w,S){return x.hasAttribute(S)&&(w[S]=x.getAttribute(S)),w},{})}},{key:"sanitize",value:function(x){return u.default.sanitize(x)}},{key:"value",value:function(x){return x.getAttribute("src")}}]),y}(s.BlockEmbed);v.blotName="video",v.className="ql-video",v.tagName="IFRAME",r.default=v},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.FormulaBlot=void 0;var i=function(){function x(w,S){for(var _=0;_0||this.cachedText==null)&&(this.domNode.innerHTML=A(k),this.domNode.normalize(),this.attach()),this.cachedText=k)}}]),T}(g.default);x.className="ql-syntax";var w=new l.default.Attributor.Class("token","hljs",{scope:l.default.Scope.INLINE}),S=function(_){b(T,_),i(T,null,[{key:"register",value:function(){c.default.register(w,!0),c.default.register(x,!0)}}]);function T(C,A){m(this,T);var k=y(this,(T.__proto__||Object.getPrototypeOf(T)).call(this,C,A));if(typeof k.options.highlight!="function")throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");var I=null;return k.quill.on(c.default.events.SCROLL_OPTIMIZE,function(){clearTimeout(I),I=setTimeout(function(){k.highlight(),I=null},k.options.interval)}),k.highlight(),k}return i(T,[{key:"highlight",value:function(){var A=this;if(!this.quill.selection.composing){this.quill.update(c.default.sources.USER);var k=this.quill.getSelection();this.quill.scroll.descendants(x).forEach(function(I){I.highlight(A.options.highlight)}),this.quill.update(c.default.sources.SILENT),k!=null&&this.quill.setSelection(k,c.default.sources.SILENT)}}}]),T}(f.default);S.DEFAULTS={highlight:function(){return window.hljs==null?null:function(_){var T=window.hljs.highlightAuto(_);return T.value}}(),interval:1e3},r.CodeBlock=x,r.CodeToken=w,r.default=S},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r){n.exports=' '},function(n,r,a){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.BubbleTooltip=void 0;var i=function T(C,A,k){C===null&&(C=Function.prototype);var I=Object.getOwnPropertyDescriptor(C,A);if(I===void 0){var R=Object.getPrototypeOf(C);return R===null?void 0:T(R,A,k)}else{if("value"in I)return I.value;var L=I.get;return L===void 0?void 0:L.call(k)}},o=function(){function T(C,A){for(var k=0;k0&&j===c.default.sources.USER){I.show(),I.root.style.left="0px",I.root.style.width="",I.root.style.width=I.root.offsetWidth+"px";var B=I.quill.getLines(L.index,L.length);if(B.length===1)I.position(I.quill.getBounds(L));else{var U=B[B.length-1],W=I.quill.getIndex(U),z=Math.min(U.length()-1,L.index+L.length-W),H=I.quill.getBounds(new p.Range(W,z));I.position(H)}}else document.activeElement!==I.textbox&&I.quill.hasFocus()&&I.hide()}),I}return o(C,[{key:"listen",value:function(){var k=this;i(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"listen",this).call(this),this.root.querySelector(".ql-close").addEventListener("click",function(){k.root.classList.remove("ql-editing")}),this.quill.on(c.default.events.SCROLL_OPTIMIZE,function(){setTimeout(function(){if(!k.root.classList.contains("ql-hidden")){var I=k.quill.getSelection();I!=null&&k.position(k.quill.getBounds(I))}},1)})}},{key:"cancel",value:function(){this.show()}},{key:"position",value:function(k){var I=i(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"position",this).call(this,k),R=this.root.querySelector(".ql-tooltip-arrow");if(R.style.marginLeft="",I===0)return I;R.style.marginLeft=-1*I-R.offsetWidth/2+"px"}}]),C}(d.BaseTooltip);_.TEMPLATE=['','
','','',"
"].join(""),r.BubbleTooltip=_,r.default=S},function(n,r,a){n.exports=a(63)}]).default})})(tct);var Err=tct.exports,Trr=zt&&zt.__extends||function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,a){r.__proto__=a}||function(r,a){for(var i in a)a.hasOwnProperty(i)&&(r[i]=a[i])},e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}(),fz=zt&&zt.__assign||function(){return fz=Object.assign||function(e){for(var t,n=1,r=arguments.length;n1)throw new Error("The Quill editing area can only be composed of a single React element.");if(Zm.default.Children.count(n.children)){var a=Zm.default.Children.only(n.children);if(((r=a)===null||r===void 0?void 0:r.type)==="textarea")throw new Error("Quill does not support editing on a