← Back
Editing: twofactor_totp-main-settings.js
(()=>{var e={816:function(e){e.exports=function(){"use strict";function e(){throw new Error("Dynamic requires are not currently supported by rollup-plugin-commonjs")}var t=function(e,t){return e(t={exports:{}},t.exports),t.exports}((function(t,n){var r;r=function(){return function t(n,r,o){function i(s,l){if(!r[s]){if(!n[s]){if(!l&&e)return e();if(a)return a(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var u=r[s]={exports:{}};n[s][0].call(u.exports,(function(e){return i(n[s][1][e]||e)}),u,u.exports,t,n,r,o)}return r[s].exports}for(var a=e,s=0;s<o.length;s++)i(o[s]);return i}({1:[function(e,t,n){t.exports=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then}},{}],2:[function(e,t,n){var r=e("./utils").getSymbolSize;n.getRowColCoords=function(e){if(1===e)return[];for(var t=Math.floor(e/7)+2,n=r(e),o=145===n?26:2*Math.ceil((n-13)/(2*t-2)),i=[n-7],a=1;a<t-1;a++)i[a]=i[a-1]-o;return i.push(6),i.reverse()},n.getPositions=function(e){for(var t=[],r=n.getRowColCoords(e),o=r.length,i=0;i<o;i++)for(var a=0;a<o;a++)0===i&&0===a||0===i&&a===o-1||i===o-1&&0===a||t.push([r[i],r[a]]);return t}},{"./utils":21}],3:[function(e,t,n){var r=e("./mode"),o=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function i(e){this.mode=r.ALPHANUMERIC,this.data=e}i.getBitsLength=function(e){return 11*Math.floor(e/2)+e%2*6},i.prototype.getLength=function(){return this.data.length},i.prototype.getBitsLength=function(){return i.getBitsLength(this.data.length)},i.prototype.write=function(e){var t;for(t=0;t+2<=this.data.length;t+=2){var n=45*o.indexOf(this.data[t]);n+=o.indexOf(this.data[t+1]),e.put(n,11)}this.data.length%2&&e.put(o.indexOf(this.data[t]),6)},t.exports=i},{"./mode":14}],4:[function(e,t,n){function r(){this.buffer=[],this.length=0}r.prototype={get:function(e){var t=Math.floor(e/8);return 1==(this.buffer[t]>>>7-e%8&1)},put:function(e,t){for(var n=0;n<t;n++)this.putBit(1==(e>>>t-n-1&1))},getLengthInBits:function(){return this.length},putBit:function(e){var t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),e&&(this.buffer[t]|=128>>>this.length%8),this.length++}},t.exports=r},{}],5:[function(e,t,n){var r=e("../utils/buffer");function o(e){if(!e||e<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=e,this.data=r.alloc(e*e),this.reservedBit=r.alloc(e*e)}o.prototype.set=function(e,t,n,r){var o=e*this.size+t;this.data[o]=n,r&&(this.reservedBit[o]=!0)},o.prototype.get=function(e,t){return this.data[e*this.size+t]},o.prototype.xor=function(e,t,n){this.data[e*this.size+t]^=n},o.prototype.isReserved=function(e,t){return this.reservedBit[e*this.size+t]},t.exports=o},{"../utils/buffer":28}],6:[function(e,t,n){var r=e("../utils/buffer"),o=e("./mode");function i(e){this.mode=o.BYTE,this.data=r.from(e)}i.getBitsLength=function(e){return 8*e},i.prototype.getLength=function(){return this.data.length},i.prototype.getBitsLength=function(){return i.getBitsLength(this.data.length)},i.prototype.write=function(e){for(var t=0,n=this.data.length;t<n;t++)e.put(this.data[t],8)},t.exports=i},{"../utils/buffer":28,"./mode":14}],7:[function(e,t,n){var r=e("./error-correction-level"),o=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],i=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];n.getBlocksCount=function(e,t){switch(t){case r.L:return o[4*(e-1)+0];case r.M:return o[4*(e-1)+1];case r.Q:return o[4*(e-1)+2];case r.H:return o[4*(e-1)+3];default:return}},n.getTotalCodewordsCount=function(e,t){switch(t){case r.L:return i[4*(e-1)+0];case r.M:return i[4*(e-1)+1];case r.Q:return i[4*(e-1)+2];case r.H:return i[4*(e-1)+3];default:return}}},{"./error-correction-level":8}],8:[function(e,t,n){n.L={bit:1},n.M={bit:0},n.Q={bit:3},n.H={bit:2},n.isValid=function(e){return e&&void 0!==e.bit&&e.bit>=0&&e.bit<4},n.from=function(e,t){if(n.isValid(e))return e;try{return function(e){if("string"!=typeof e)throw new Error("Param is not a string");switch(e.toLowerCase()){case"l":case"low":return n.L;case"m":case"medium":return n.M;case"q":case"quartile":return n.Q;case"h":case"high":return n.H;default:throw new Error("Unknown EC Level: "+e)}}(e)}catch(e){return t}}},{}],9:[function(e,t,n){var r=e("./utils").getSymbolSize;n.getPositions=function(e){var t=r(e);return[[0,0],[t-7,0],[0,t-7]]}},{"./utils":21}],10:[function(e,t,n){var r=e("./utils"),o=r.getBCHDigit(1335);n.getEncodedBits=function(e,t){for(var n=e.bit<<3|t,i=n<<10;r.getBCHDigit(i)-o>=0;)i^=1335<<r.getBCHDigit(i)-o;return 21522^(n<<10|i)}},{"./utils":21}],11:[function(e,t,n){var r=e("../utils/buffer"),o=r.alloc(512),i=r.alloc(256);!function(){for(var e=1,t=0;t<255;t++)o[t]=e,i[e]=t,256&(e<<=1)&&(e^=285);for(t=255;t<512;t++)o[t]=o[t-255]}(),n.log=function(e){if(e<1)throw new Error("log("+e+")");return i[e]},n.exp=function(e){return o[e]},n.mul=function(e,t){return 0===e||0===t?0:o[i[e]+i[t]]}},{"../utils/buffer":28}],12:[function(e,t,n){var r=e("./mode"),o=e("./utils");function i(e){this.mode=r.KANJI,this.data=e}i.getBitsLength=function(e){return 13*e},i.prototype.getLength=function(){return this.data.length},i.prototype.getBitsLength=function(){return i.getBitsLength(this.data.length)},i.prototype.write=function(e){var t;for(t=0;t<this.data.length;t++){var n=o.toSJIS(this.data[t]);if(n>=33088&&n<=40956)n-=33088;else{if(!(n>=57408&&n<=60351))throw new Error("Invalid SJIS character: "+this.data[t]+"\nMake sure your charset is UTF-8");n-=49472}n=192*(n>>>8&255)+(255&n),e.put(n,13)}},t.exports=i},{"./mode":14,"./utils":21}],13:[function(e,t,n){n.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};var r=3,o=3,i=40,a=10;function s(e,t,r){switch(e){case n.Patterns.PATTERN000:return(t+r)%2==0;case n.Patterns.PATTERN001:return t%2==0;case n.Patterns.PATTERN010:return r%3==0;case n.Patterns.PATTERN011:return(t+r)%3==0;case n.Patterns.PATTERN100:return(Math.floor(t/2)+Math.floor(r/3))%2==0;case n.Patterns.PATTERN101:return t*r%2+t*r%3==0;case n.Patterns.PATTERN110:return(t*r%2+t*r%3)%2==0;case n.Patterns.PATTERN111:return(t*r%3+(t+r)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}}n.isValid=function(e){return null!=e&&""!==e&&!isNaN(e)&&e>=0&&e<=7},n.from=function(e){return n.isValid(e)?parseInt(e,10):void 0},n.getPenaltyN1=function(e){for(var t=e.size,n=0,o=0,i=0,a=null,s=null,l=0;l<t;l++){o=i=0,a=s=null;for(var c=0;c<t;c++){var u=e.get(l,c);u===a?o++:(o>=5&&(n+=r+(o-5)),a=u,o=1),(u=e.get(c,l))===s?i++:(i>=5&&(n+=r+(i-5)),s=u,i=1)}o>=5&&(n+=r+(o-5)),i>=5&&(n+=r+(i-5))}return n},n.getPenaltyN2=function(e){for(var t=e.size,n=0,r=0;r<t-1;r++)for(var i=0;i<t-1;i++){var a=e.get(r,i)+e.get(r,i+1)+e.get(r+1,i)+e.get(r+1,i+1);4!==a&&0!==a||n++}return n*o},n.getPenaltyN3=function(e){for(var t=e.size,n=0,r=0,o=0,a=0;a<t;a++){r=o=0;for(var s=0;s<t;s++)r=r<<1&2047|e.get(a,s),s>=10&&(1488===r||93===r)&&n++,o=o<<1&2047|e.get(s,a),s>=10&&(1488===o||93===o)&&n++}return n*i},n.getPenaltyN4=function(e){for(var t=0,n=e.data.length,r=0;r<n;r++)t+=e.data[r];return Math.abs(Math.ceil(100*t/n/5)-10)*a},n.applyMask=function(e,t){for(var n=t.size,r=0;r<n;r++)for(var o=0;o<n;o++)t.isReserved(o,r)||t.xor(o,r,s(e,o,r))},n.getBestMask=function(e,t){for(var r=Object.keys(n.Patterns).length,o=0,i=1/0,a=0;a<r;a++){t(a),n.applyMask(a,e);var s=n.getPenaltyN1(e)+n.getPenaltyN2(e)+n.getPenaltyN3(e)+n.getPenaltyN4(e);n.applyMask(a,e),s<i&&(i=s,o=a)}return o}},{}],14:[function(e,t,n){var r=e("./version-check"),o=e("./regex");n.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},n.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},n.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},n.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},n.MIXED={bit:-1},n.getCharCountIndicator=function(e,t){if(!e.ccBits)throw new Error("Invalid mode: "+e);if(!r.isValid(t))throw new Error("Invalid version: "+t);return t>=1&&t<10?e.ccBits[0]:t<27?e.ccBits[1]:e.ccBits[2]},n.getBestModeForData=function(e){return o.testNumeric(e)?n.NUMERIC:o.testAlphanumeric(e)?n.ALPHANUMERIC:o.testKanji(e)?n.KANJI:n.BYTE},n.toString=function(e){if(e&&e.id)return e.id;throw new Error("Invalid mode")},n.isValid=function(e){return e&&e.bit&&e.ccBits},n.from=function(e,t){if(n.isValid(e))return e;try{return function(e){if("string"!=typeof e)throw new Error("Param is not a string");switch(e.toLowerCase()){case"numeric":return n.NUMERIC;case"alphanumeric":return n.ALPHANUMERIC;case"kanji":return n.KANJI;case"byte":return n.BYTE;default:throw new Error("Unknown mode: "+e)}}(e)}catch(e){return t}}},{"./regex":19,"./version-check":22}],15:[function(e,t,n){var r=e("./mode");function o(e){this.mode=r.NUMERIC,this.data=e.toString()}o.getBitsLength=function(e){return 10*Math.floor(e/3)+(e%3?e%3*3+1:0)},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(e){var t,n,r;for(t=0;t+3<=this.data.length;t+=3)n=this.data.substr(t,3),r=parseInt(n,10),e.put(r,10);var o=this.data.length-t;o>0&&(n=this.data.substr(t),r=parseInt(n,10),e.put(r,3*o+1))},t.exports=o},{"./mode":14}],16:[function(e,t,n){var r=e("../utils/buffer"),o=e("./galois-field");n.mul=function(e,t){for(var n=r.alloc(e.length+t.length-1),i=0;i<e.length;i++)for(var a=0;a<t.length;a++)n[i+a]^=o.mul(e[i],t[a]);return n},n.mod=function(e,t){for(var n=r.from(e);n.length-t.length>=0;){for(var i=n[0],a=0;a<t.length;a++)n[a]^=o.mul(t[a],i);for(var s=0;s<n.length&&0===n[s];)s++;n=n.slice(s)}return n},n.generateECPolynomial=function(e){for(var t=r.from([1]),i=0;i<e;i++)t=n.mul(t,[1,o.exp(i)]);return t}},{"../utils/buffer":28,"./galois-field":11}],17:[function(e,t,n){var r=e("../utils/buffer"),o=e("./utils"),i=e("./error-correction-level"),a=e("./bit-buffer"),s=e("./bit-matrix"),l=e("./alignment-pattern"),c=e("./finder-pattern"),u=e("./mask-pattern"),d=e("./error-correction-code"),p=e("./reed-solomon-encoder"),f=e("./version"),h=e("./format-info"),m=e("./mode"),g=e("./segments"),v=e("isarray");function A(e,t,n){var r,o,i=e.size,a=h.getEncodedBits(t,n);for(r=0;r<15;r++)o=1==(a>>r&1),r<6?e.set(r,8,o,!0):r<8?e.set(r+1,8,o,!0):e.set(i-15+r,8,o,!0),r<8?e.set(8,i-r-1,o,!0):r<9?e.set(8,15-r-1+1,o,!0):e.set(8,15-r-1,o,!0);e.set(i-8,8,1,!0)}function y(e,t,n){var i=new a;n.forEach((function(t){i.put(t.mode.bit,4),i.put(t.getLength(),m.getCharCountIndicator(t.mode,e)),t.write(i)}));var s=8*(o.getSymbolTotalCodewords(e)-d.getTotalCodewordsCount(e,t));for(i.getLengthInBits()+4<=s&&i.put(0,4);i.getLengthInBits()%8!=0;)i.putBit(0);for(var l=(s-i.getLengthInBits())/8,c=0;c<l;c++)i.put(c%2?17:236,8);return function(e,t,n){for(var i=o.getSymbolTotalCodewords(t),a=i-d.getTotalCodewordsCount(t,n),s=d.getBlocksCount(t,n),l=s-i%s,c=Math.floor(i/s),u=Math.floor(a/s),f=u+1,h=c-u,m=new p(h),g=0,v=new Array(s),A=new Array(s),y=0,b=r.from(e.buffer),w=0;w<s;w++){var C=w<l?u:f;v[w]=b.slice(g,g+C),A[w]=m.encode(v[w]),g+=C,y=Math.max(y,C)}var _,E,x=r.alloc(i),k=0;for(_=0;_<y;_++)for(E=0;E<s;E++)_<v[E].length&&(x[k++]=v[E][_]);for(_=0;_<h;_++)for(E=0;E<s;E++)x[k++]=A[E][_];return x}(i,e,t)}function b(e,t,n,r){var i;if(v(e))i=g.fromArray(e);else{if("string"!=typeof e)throw new Error("Invalid data");var a=t;if(!a){var d=g.rawSplit(e);a=f.getBestVersionForData(d,n)}i=g.fromString(e,a||40)}var p=f.getBestVersionForData(i,n);if(!p)throw new Error("The amount of data is too big to be stored in a QR Code");if(t){if(t<p)throw new Error("\nThe chosen QR Code version cannot contain this amount of data.\nMinimum version required to store current data is: "+p+".\n")}else t=p;var h=y(t,n,i),m=o.getSymbolSize(t),b=new s(m);return function(e,t){for(var n=e.size,r=c.getPositions(t),o=0;o<r.length;o++)for(var i=r[o][0],a=r[o][1],s=-1;s<=7;s++)if(!(i+s<=-1||n<=i+s))for(var l=-1;l<=7;l++)a+l<=-1||n<=a+l||(s>=0&&s<=6&&(0===l||6===l)||l>=0&&l<=6&&(0===s||6===s)||s>=2&&s<=4&&l>=2&&l<=4?e.set(i+s,a+l,!0,!0):e.set(i+s,a+l,!1,!0))}(b,t),function(e){for(var t=e.size,n=8;n<t-8;n++){var r=n%2==0;e.set(n,6,r,!0),e.set(6,n,r,!0)}}(b),function(e,t){for(var n=l.getPositions(t),r=0;r<n.length;r++)for(var o=n[r][0],i=n[r][1],a=-2;a<=2;a++)for(var s=-2;s<=2;s++)-2===a||2===a||-2===s||2===s||0===a&&0===s?e.set(o+a,i+s,!0,!0):e.set(o+a,i+s,!1,!0)}(b,t),A(b,n,0),t>=7&&function(e,t){for(var n,r,o,i=e.size,a=f.getEncodedBits(t),s=0;s<18;s++)n=Math.floor(s/3),r=s%3+i-8-3,o=1==(a>>s&1),e.set(n,r,o,!0),e.set(r,n,o,!0)}(b,t),function(e,t){for(var n=e.size,r=-1,o=n-1,i=7,a=0,s=n-1;s>0;s-=2)for(6===s&&s--;;){for(var l=0;l<2;l++)if(!e.isReserved(o,s-l)){var c=!1;a<t.length&&(c=1==(t[a]>>>i&1)),e.set(o,s-l,c),-1==--i&&(a++,i=7)}if((o+=r)<0||n<=o){o-=r,r=-r;break}}}(b,h),isNaN(r)&&(r=u.getBestMask(b,A.bind(null,b,n))),u.applyMask(r,b),A(b,n,r),{modules:b,version:t,errorCorrectionLevel:n,maskPattern:r,segments:i}}n.create=function(e,t){if(void 0===e||""===e)throw new Error("No input text");var n,r,a=i.M;return void 0!==t&&(a=i.from(t.errorCorrectionLevel,i.M),n=f.from(t.version),r=u.from(t.maskPattern),t.toSJISFunc&&o.setToSJISFunction(t.toSJISFunc)),b(e,n,a,r)}},{"../utils/buffer":28,"./alignment-pattern":2,"./bit-buffer":4,"./bit-matrix":5,"./error-correction-code":7,"./error-correction-level":8,"./finder-pattern":9,"./format-info":10,"./mask-pattern":13,"./mode":14,"./reed-solomon-encoder":18,"./segments":20,"./utils":21,"./version":23,isarray:33}],18:[function(e,t,n){var r=e("../utils/buffer"),o=e("./polynomial"),i=e("buffer").Buffer;function a(e){this.genPoly=void 0,this.degree=e,this.degree&&this.initialize(this.degree)}a.prototype.initialize=function(e){this.degree=e,this.genPoly=o.generateECPolynomial(this.degree)},a.prototype.encode=function(e){if(!this.genPoly)throw new Error("Encoder not initialized");var t=r.alloc(this.degree),n=i.concat([e,t],e.length+this.degree),a=o.mod(n,this.genPoly),s=this.degree-a.length;if(s>0){var l=r.alloc(this.degree);return a.copy(l,s),l}return a},t.exports=a},{"../utils/buffer":28,"./polynomial":16,buffer:30}],19:[function(e,t,n){var r="[0-9]+",o="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+",i="(?:(?![A-Z0-9 $%*+\\-./:]|"+(o=o.replace(/u/g,"\\u"))+")(?:.|[\r\n]))+";n.KANJI=new RegExp(o,"g"),n.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),n.BYTE=new RegExp(i,"g"),n.NUMERIC=new RegExp(r,"g"),n.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");var a=new RegExp("^"+o+"$"),s=new RegExp("^"+r+"$"),l=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");n.testKanji=function(e){return a.test(e)},n.testNumeric=function(e){return s.test(e)},n.testAlphanumeric=function(e){return l.test(e)}},{}],20:[function(e,t,n){var r=e("./mode"),o=e("./numeric-data"),i=e("./alphanumeric-data"),a=e("./byte-data"),s=e("./kanji-data"),l=e("./regex"),c=e("./utils"),u=e("dijkstrajs");function d(e){return unescape(encodeURIComponent(e)).length}function p(e,t,n){for(var r,o=[];null!==(r=e.exec(n));)o.push({data:r[0],index:r.index,mode:t,length:r[0].length});return o}function f(e){var t,n,o=p(l.NUMERIC,r.NUMERIC,e),i=p(l.ALPHANUMERIC,r.ALPHANUMERIC,e);return c.isKanjiModeEnabled()?(t=p(l.BYTE,r.BYTE,e),n=p(l.KANJI,r.KANJI,e)):(t=p(l.BYTE_KANJI,r.BYTE,e),n=[]),o.concat(i,t,n).sort((function(e,t){return e.index-t.index})).map((function(e){return{data:e.data,mode:e.mode,length:e.length}}))}function h(e,t){switch(t){case r.NUMERIC:return o.getBitsLength(e);case r.ALPHANUMERIC:return i.getBitsLength(e);case r.KANJI:return s.getBitsLength(e);case r.BYTE:return a.getBitsLength(e)}}function m(e,t){var n,l=r.getBestModeForData(e);if((n=r.from(t,l))!==r.BYTE&&n.bit<l.bit)throw new Error('"'+e+'" cannot be encoded with mode '+r.toString(n)+".\n Suggested mode is: "+r.toString(l));switch(n!==r.KANJI||c.isKanjiModeEnabled()||(n=r.BYTE),n){case r.NUMERIC:return new o(e);case r.ALPHANUMERIC:return new i(e);case r.KANJI:return new s(e);case r.BYTE:return new a(e)}}n.fromArray=function(e){return e.reduce((function(e,t){return"string"==typeof t?e.push(m(t,null)):t.data&&e.push(m(t.data,t.mode)),e}),[])},n.fromString=function(e,t){for(var o=function(e,t){for(var n={},o={start:{}},i=["start"],a=0;a<e.length;a++){for(var s=e[a],l=[],c=0;c<s.length;c++){var u=s[c],d=""+a+c;l.push(d),n[d]={node:u,lastCount:0},o[d]={};for(var p=0;p<i.length;p++){var f=i[p];n[f]&&n[f].node.mode===u.mode?(o[f][d]=h(n[f].lastCount+u.length,u.mode)-h(n[f].lastCount,u.mode),n[f].lastCount+=u.length):(n[f]&&(n[f].lastCount=u.length),o[f][d]=h(u.length,u.mode)+4+r.getCharCountIndicator(u.mode,t))}}i=l}for(p=0;p<i.length;p++)o[i[p]].end=0;return{map:o,table:n}}(function(e){for(var t=[],n=0;n<e.length;n++){var o=e[n];switch(o.mode){case r.NUMERIC:t.push([o,{data:o.data,mode:r.ALPHANUMERIC,length:o.length},{data:o.data,mode:r.BYTE,length:o.length}]);break;case r.ALPHANUMERIC:t.push([o,{data:o.data,mode:r.BYTE,length:o.length}]);break;case r.KANJI:t.push([o,{data:o.data,mode:r.BYTE,length:d(o.data)}]);break;case r.BYTE:t.push([{data:o.data,mode:r.BYTE,length:d(o.data)}])}}return t}(f(e,c.isKanjiModeEnabled())),t),i=u.find_path(o.map,"start","end"),a=[],s=1;s<i.length-1;s++)a.push(o.table[i[s]].node);return n.fromArray(a.reduce((function(e,t){var n=e.length-1>=0?e[e.length-1]:null;return n&&n.mode===t.mode?(e[e.length-1].data+=t.data,e):(e.push(t),e)}),[]))},n.rawSplit=function(e){return n.fromArray(f(e,c.isKanjiModeEnabled()))}},{"./alphanumeric-data":3,"./byte-data":6,"./kanji-data":12,"./mode":14,"./numeric-data":15,"./regex":19,"./utils":21,dijkstrajs:31}],21:[function(e,t,n){var r,o=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];n.getSymbolSize=function(e){if(!e)throw new Error('"version" cannot be null or undefined');if(e<1||e>40)throw new Error('"version" should be in range from 1 to 40');return 4*e+17},n.getSymbolTotalCodewords=function(e){return o[e]},n.getBCHDigit=function(e){for(var t=0;0!==e;)t++,e>>>=1;return t},n.setToSJISFunction=function(e){if("function"!=typeof e)throw new Error('"toSJISFunc" is not a valid function.');r=e},n.isKanjiModeEnabled=function(){return void 0!==r},n.toSJIS=function(e){return r(e)}},{}],22:[function(e,t,n){n.isValid=function(e){return!isNaN(e)&&e>=1&&e<=40}},{}],23:[function(e,t,n){var r=e("./utils"),o=e("./error-correction-code"),i=e("./error-correction-level"),a=e("./mode"),s=e("./version-check"),l=e("isarray"),c=r.getBCHDigit(7973);function u(e,t){return a.getCharCountIndicator(e,t)+4}function d(e,t){var n=0;return e.forEach((function(e){var r=u(e.mode,t);n+=r+e.getBitsLength()})),n}n.from=function(e,t){return s.isValid(e)?parseInt(e,10):t},n.getCapacity=function(e,t,n){if(!s.isValid(e))throw new Error("Invalid QR Code version");void 0===n&&(n=a.BYTE);var i=8*(r.getSymbolTotalCodewords(e)-o.getTotalCodewordsCount(e,t));if(n===a.MIXED)return i;var l=i-u(n,e);switch(n){case a.NUMERIC:return Math.floor(l/10*3);case a.ALPHANUMERIC:return Math.floor(l/11*2);case a.KANJI:return Math.floor(l/13);case a.BYTE:default:return Math.floor(l/8)}},n.getBestVersionForData=function(e,t){var r,o=i.from(t,i.M);if(l(e)){if(e.length>1)return function(e,t){for(var r=1;r<=40;r++)if(d(e,r)<=n.getCapacity(r,t,a.MIXED))return r}(e,o);if(0===e.length)return 1;r=e[0]}else r=e;return function(e,t,r){for(var o=1;o<=40;o++)if(t<=n.getCapacity(o,r,e))return o}(r.mode,r.getLength(),o)},n.getEncodedBits=function(e){if(!s.isValid(e)||e<7)throw new Error("Invalid QR Code version");for(var t=e<<12;r.getBCHDigit(t)-c>=0;)t^=7973<<r.getBCHDigit(t)-c;return e<<12|t}},{"./error-correction-code":7,"./error-correction-level":8,"./mode":14,"./utils":21,"./version-check":22,isarray:33}],24:[function(e,t,n){var r=e("./can-promise"),o=e("./core/qrcode"),i=e("./renderer/canvas"),a=e("./renderer/svg-tag.js");function s(e,t,n,i,a){var s=[].slice.call(arguments,1),l=s.length,c="function"==typeof s[l-1];if(!c&&!r())throw new Error("Callback required as last argument");if(!c){if(l<1)throw new Error("Too few arguments provided");return 1===l?(n=t,t=i=void 0):2!==l||t.getContext||(i=n,n=t,t=void 0),new Promise((function(r,a){try{var s=o.create(n,i);r(e(s,t,i))}catch(e){a(e)}}))}if(l<2)throw new Error("Too few arguments provided");2===l?(a=n,n=t,t=i=void 0):3===l&&(t.getContext&&void 0===a?(a=i,i=void 0):(a=i,i=n,n=t,t=void 0));try{var u=o.create(n,i);a(null,e(u,t,i))}catch(e){a(e)}}n.create=o.create,n.toCanvas=s.bind(null,i.render),n.toDataURL=s.bind(null,i.renderToDataURL),n.toString=s.bind(null,(function(e,t,n){return a.render(e,n)}))},{"./can-promise":1,"./core/qrcode":17,"./renderer/canvas":25,"./renderer/svg-tag.js":26}],25:[function(e,t,n){var r=e("./utils");n.render=function(e,t,n){var o=n,i=t;void 0!==o||t&&t.getContext||(o=t,t=void 0),t||(i=function(){try{return document.createElement("canvas")}catch(e){throw new Error("You need to specify a canvas element")}}()),o=r.getOptions(o);var a=r.getImageWidth(e.modules.size,o),s=i.getContext("2d"),l=s.createImageData(a,a);return r.qrToImageData(l.data,e,o),function(e,t,n){e.clearRect(0,0,t.width,t.height),t.style||(t.style={}),t.height=n,t.width=n,t.style.height=n+"px",t.style.width=n+"px"}(s,i,a),s.putImageData(l,0,0),i},n.renderToDataURL=function(e,t,r){var o=r;void 0!==o||t&&t.getContext||(o=t,t=void 0),o||(o={});var i=n.render(e,t,o),a=o.type||"image/png",s=o.rendererOpts||{};return i.toDataURL(a,s.quality)}},{"./utils":27}],26:[function(e,t,n){var r=e("./utils");function o(e,t){var n=e.a/255,r=t+'="'+e.hex+'"';return n<1?r+" "+t+'-opacity="'+n.toFixed(2).slice(1)+'"':r}function i(e,t,n){var r=e+t;return void 0!==n&&(r+=" "+n),r}n.render=function(e,t,n){var a=r.getOptions(t),s=e.modules.size,l=e.modules.data,c=s+2*a.margin,u=a.color.light.a?"<path "+o(a.color.light,"fill")+' d="M0 0h'+c+"v"+c+'H0z"/>':"",d="<path "+o(a.color.dark,"stroke")+' d="'+function(e,t,n){for(var r="",o=0,a=!1,s=0,l=0;l<e.length;l++){var c=Math.floor(l%t),u=Math.floor(l/t);c||a||(a=!0),e[l]?(s++,l>0&&c>0&&e[l-1]||(r+=a?i("M",c+n,.5+u+n):i("m",o,0),o=0,a=!1),c+1<t&&e[l+1]||(r+=i("h",s),s=0)):o++}return r}(l,s,a.margin)+'"/>',p='viewBox="0 0 '+c+" "+c+'"',f='<svg xmlns="http://www.w3.org/2000/svg" '+(a.width?'width="'+a.width+'" height="'+a.width+'" ':"")+p+' shape-rendering="crispEdges">'+u+d+"</svg>\n";return"function"==typeof n&&n(null,f),f}},{"./utils":27}],27:[function(e,t,n){function r(e){if("number"==typeof e&&(e=e.toString()),"string"!=typeof e)throw new Error("Color should be defined as hex string");var t=e.slice().replace("#","").split("");if(t.length<3||5===t.length||t.length>8)throw new Error("Invalid hex color: "+e);3!==t.length&&4!==t.length||(t=Array.prototype.concat.apply([],t.map((function(e){return[e,e]})))),6===t.length&&t.push("F","F");var n=parseInt(t.join(""),16);return{r:n>>24&255,g:n>>16&255,b:n>>8&255,a:255&n,hex:"#"+t.slice(0,6).join("")}}n.getOptions=function(e){e||(e={}),e.color||(e.color={});var t=void 0===e.margin||null===e.margin||e.margin<0?4:e.margin,n=e.width&&e.width>=21?e.width:void 0,o=e.scale||4;return{width:n,scale:n?4:o,margin:t,color:{dark:r(e.color.dark||"#000000ff"),light:r(e.color.light||"#ffffffff")},type:e.type,rendererOpts:e.rendererOpts||{}}},n.getScale=function(e,t){return t.width&&t.width>=e+2*t.margin?t.width/(e+2*t.margin):t.scale},n.getImageWidth=function(e,t){var r=n.getScale(e,t);return Math.floor((e+2*t.margin)*r)},n.qrToImageData=function(e,t,r){for(var o=t.modules.size,i=t.modules.data,a=n.getScale(o,r),s=Math.floor((o+2*r.margin)*a),l=r.margin*a,c=[r.color.light,r.color.dark],u=0;u<s;u++)for(var d=0;d<s;d++){var p=4*(u*s+d),f=r.color.light;u>=l&&d>=l&&u<s-l&&d<s-l&&(f=c[i[Math.floor((u-l)/a)*o+Math.floor((d-l)/a)]?1:0]),e[p++]=f.r,e[p++]=f.g,e[p++]=f.b,e[p]=f.a}}},{}],28:[function(e,t,n){var r=e("isarray");i.TYPED_ARRAY_SUPPORT=function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()}catch(e){return!1}}();var o=i.TYPED_ARRAY_SUPPORT?2147483647:1073741823;function i(e,t,n){return i.TYPED_ARRAY_SUPPORT||this instanceof i?"number"==typeof e?l(this,e):function(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");var o;return o=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r),i.TYPED_ARRAY_SUPPORT?o.__proto__=i.prototype:o=c(e,o),o}(e,t,n,r):"string"==typeof t?function(e,t){var n=0|d(t),r=s(e,n),o=r.write(t);return o!==n&&(r=r.slice(0,o)),r}(e,t):function(e,t){if(i.isBuffer(t)){var n=0|a(t.length),r=s(e,n);return 0===r.length||t.copy(r,0,0,n),r}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(o=t.length)!=o?s(e,0):c(e,t);if("Buffer"===t.type&&Array.isArray(t.data))return c(e,t.data)}var o;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}(this,e,t,n):new i(e,t,n)}function a(e){if(e>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return 0|e}function s(e,t){var n;return i.TYPED_ARRAY_SUPPORT?(n=new Uint8Array(t)).__proto__=i.prototype:(null===(n=e)&&(n=new i(t)),n.length=t),n}function l(e,t){var n=s(e,t<0?0:0|a(t));if(!i.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)n[r]=0;return n}function c(e,t){for(var n=t.length<0?0:0|a(t.length),r=s(e,n),o=0;o<n;o+=1)r[o]=255&t[o];return r}function u(e,t){var n;t=t||1/0;for(var r=e.length,o=null,i=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function d(e){return i.isBuffer(e)?e.length:"undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer)?e.byteLength:("string"!=typeof e&&(e=""+e),0===e.length?0:u(e).length)}i.TYPED_ARRAY_SUPPORT&&(i.prototype.__proto__=Uint8Array.prototype,i.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&i[Symbol.species]===i&&Object.defineProperty(i,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1})),i.prototype.write=function(e,t,n){void 0===t||void 0===n&&"string"==typeof t?(n=this.length,t=0):isFinite(t)&&(t|=0,isFinite(n)?n|=0:n=void 0);var r=this.length-t;if((void 0===n||n>r)&&(n=r),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");return function(e,t,n,r){return function(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}(u(t,e.length-n),e,n,r)}(this,e,t,n)},i.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),i.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=i.prototype;else{var o=t-e;n=new i(o,void 0);for(var a=0;a<o;++a)n[a]=this[a+e]}return n},i.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o,a=r-n;if(this===e&&n<t&&t<r)for(o=a-1;o>=0;--o)e[o+t]=this[o+n];else if(a<1e3||!i.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)e[o+t]=this[o+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+a),t);return a},i.prototype.fill=function(e,t,n){if("string"==typeof e){if("string"==typeof t?(t=0,n=this.length):"string"==typeof n&&(n=this.length),1===e.length){var r=e.charCodeAt(0);r<256&&(e=r)}}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var a=i.isBuffer(e)?e:new i(e),s=a.length;for(o=0;o<n-t;++o)this[o+t]=a[o%s]}return this},i.concat=function(e,t){if(!r(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return s(null,0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var o=l(null,t),a=0;for(n=0;n<e.length;++n){var c=e[n];if(!i.isBuffer(c))throw new TypeError('"list" argument must be an Array of Buffers');c.copy(o,a),a+=c.length}return o},i.byteLength=d,i.prototype._isBuffer=!0,i.isBuffer=function(e){return!(null==e||!e._isBuffer)},t.exports.alloc=function(e){var t=new i(e);return t.fill(0),t},t.exports.from=function(e){return new i(e)}},{isarray:33}],29:[function(e,t,n){n.byteLength=function(e){var t=l(e),n=t[0],r=t[1];return 3*(n+r)/4-r},n.toByteArray=function(e){var t,n,r=l(e),a=r[0],s=r[1],c=new i(function(e,t,n){return 3*(t+n)/4-n}(0,a,s)),u=0,d=s>0?a-4:a;for(n=0;n<d;n+=4)t=o[e.charCodeAt(n)]<<18|o[e.charCodeAt(n+1)]<<12|o[e.charCodeAt(n+2)]<<6|o[e.charCodeAt(n+3)],c[u++]=t>>16&255,c[u++]=t>>8&255,c[u++]=255&t;return 2===s&&(t=o[e.charCodeAt(n)]<<2|o[e.charCodeAt(n+1)]>>4,c[u++]=255&t),1===s&&(t=o[e.charCodeAt(n)]<<10|o[e.charCodeAt(n+1)]<<4|o[e.charCodeAt(n+2)]>>2,c[u++]=t>>8&255,c[u++]=255&t),c},n.fromByteArray=function(e){for(var t,n=e.length,o=n%3,i=[],a=16383,s=0,l=n-o;s<l;s+=a)i.push(c(e,s,s+a>l?l:s+a));return 1===o?(t=e[n-1],i.push(r[t>>2]+r[t<<4&63]+"==")):2===o&&(t=(e[n-2]<<8)+e[n-1],i.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),i.join("")};for(var r=[],o=[],i="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0;s<64;++s)r[s]=a[s],o[a.charCodeAt(s)]=s;function l(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function c(e,t,n){for(var o,i=[],a=t;a<n;a+=3)o=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(255&e[a+2]),i.push(r[(s=o)>>18&63]+r[s>>12&63]+r[s>>6&63]+r[63&s]);var s;return i.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},{}],30:[function(e,t,n){var r=e("base64-js"),o=e("ieee754"),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;n.Buffer=l,n.SlowBuffer=function(e){return+e!=e&&(e=0),l.alloc(+e)},n.INSPECT_MAX_BYTES=50;var a=2147483647;function s(e){if(e>a)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,l.prototype),t}function l(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return d(e)}return c(e,t,n)}function c(e,t,n){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!l.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var n=0|h(e,t),r=s(n),o=r.write(e,t);return o!==n&&(r=r.slice(0,o)),r}(e,t);if(ArrayBuffer.isView(e))return p(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(U(e,ArrayBuffer)||e&&U(e.buffer,ArrayBuffer))return function(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return r=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(r,l.prototype),r}(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(null!=r&&r!==e)return l.from(r,t,n);var o=function(e){if(l.isBuffer(e)){var t=0|f(e.length),n=s(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||z(e.length)?s(0):p(e):"Buffer"===e.type&&Array.isArray(e.data)?p(e.data):void 0}(e);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return l.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function d(e){return u(e),s(e<0?0:0|f(e))}function p(e){for(var t=e.length<0?0:0|f(e.length),n=s(t),r=0;r<t;r+=1)n[r]=255&e[r];return n}function f(e){if(e>=a)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a.toString(16)+" bytes");return 0|e}function h(e,t){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||U(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;for(var o=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return M(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return F(e).length;default:if(o)return r?-1:M(e).length;t=(""+t).toLowerCase(),o=!0}}function m(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return P(this,t,n);case"utf8":case"utf-8":return k(this,t,n);case"ascii":return S(this,t,n);case"latin1":case"binary":return T(this,t,n);case"base64":return x(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return N(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function g(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function v(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),z(n=+n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:A(e,t,n,r,o);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):A(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function A(e,t,n,r,o){var i,a=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,l/=2,n/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){var u=-1;for(i=n;i<s;i++)if(c(e,i)===c(t,-1===u?0:i-u)){if(-1===u&&(u=i),i-u+1===l)return u*a}else-1!==u&&(i-=i-u),u=-1}else for(n+l>s&&(n=s-l),i=n;i>=0;i--){for(var d=!0,p=0;p<l;p++)if(c(e,i+p)!==c(t,p)){d=!1;break}if(d)return i}return-1}function y(e,t,n,r){n=Number(n)||0;var o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;var i=t.length;r>i/2&&(r=i/2);for(var a=0;a<r;++a){var s=parseInt(t.substr(2*a,2),16);if(z(s))return a;e[n+a]=s}return a}function b(e,t,n,r){return j(M(t,e.length-n),e,n,r)}function w(e,t,n,r){return j(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function C(e,t,n,r){return w(e,t,n,r)}function _(e,t,n,r){return j(F(t),e,n,r)}function E(e,t,n,r){return j(function(e,t){for(var n,r,o,i=[],a=0;a<e.length&&!((t-=2)<0);++a)r=(n=e.charCodeAt(a))>>8,o=n%256,i.push(o),i.push(r);return i}(t,e.length-n),e,n,r)}function x(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function k(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o<n;){var i,a,s,l,c=e[o],u=null,d=c>239?4:c>223?3:c>191?2:1;if(o+d<=n)switch(d){case 1:c<128&&(u=c);break;case 2:128==(192&(i=e[o+1]))&&(l=(31&c)<<6|63&i)>127&&(u=l);break;case 3:i=e[o+1],a=e[o+2],128==(192&i)&&128==(192&a)&&(l=(15&c)<<12|(63&i)<<6|63&a)>2047&&(l<55296||l>57343)&&(u=l);break;case 4:i=e[o+1],a=e[o+2],s=e[o+3],128==(192&i)&&128==(192&a)&&128==(192&s)&&(l=(15&c)<<18|(63&i)<<12|(63&a)<<6|63&s)>65535&&l<1114112&&(u=l)}null===u?(u=65533,d=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),o+=d}return function(e){var t=e.length;if(t<=B)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=B));return n}(r)}n.kMaxLength=a,l.TYPED_ARRAY_SUPPORT=function(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),l.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}}),"undefined"!=typeof Symbol&&null!=Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),l.poolSize=8192,l.from=function(e,t,n){return c(e,t,n)},Object.setPrototypeOf(l.prototype,Uint8Array.prototype),Object.setPrototypeOf(l,Uint8Array),l.alloc=function(e,t,n){return function(e,t,n){return u(e),e<=0?s(e):void 0!==t?"string"==typeof n?s(e).fill(t,n):s(e).fill(t):s(e)}(e,t,n)},l.allocUnsafe=function(e){return d(e)},l.allocUnsafeSlow=function(e){return d(e)},l.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==l.prototype},l.compare=function(e,t){if(U(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),U(t,Uint8Array)&&(t=l.from(t,t.offset,t.byteLength)),!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var n=e.length,r=t.length,o=0,i=Math.min(n,r);o<i;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=l.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){var i=e[n];if(U(i,Uint8Array)&&(i=l.from(i)),!l.isBuffer(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(r,o),o+=i.length}return r},l.byteLength=h,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},l.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},l.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},l.prototype.toString=function(){var e=this.length;return 0===e?"":0===arguments.length?k(this,0,e):m.apply(this,arguments)},l.prototype.toLocaleString=l.prototype.toString,l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){var e="",t=n.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"},i&&(l.prototype[i]=l.prototype.inspect),l.prototype.compare=function(e,t,n,r,o){if(U(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),!l.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;for(var i=(o>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0),s=Math.min(i,a),c=this.slice(r,o),u=e.slice(t,n),d=0;d<s;++d)if(c[d]!==u[d]){i=c[d],a=u[d];break}return i<a?-1:a<i?1:0},l.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},l.prototype.indexOf=function(e,t,n){return v(this,e,t,n,!0)},l.prototype.lastIndexOf=function(e,t,n){return v(this,e,t,n,!1)},l.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return y(this,e,t,n);case"utf8":case"utf-8":return b(this,e,t,n);case"ascii":return w(this,e,t,n);case"latin1":case"binary":return C(this,e,t,n);case"base64":return _(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var B=4096;function S(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function T(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function P(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var o="",i=t;i<n;++i)o+=H[e[i]];return o}function N(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}function O(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function I(e,t,n,r,o,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<i)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function L(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function R(e,t,n,r,i){return t=+t,n>>>=0,i||L(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function D(e,t,n,r,i){return t=+t,n>>>=0,i||L(e,0,n,8),o.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){var n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e);var r=this.subarray(e,t);return Object.setPrototypeOf(r,l.prototype),r},l.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);for(var r=this[e],o=1,i=0;++i<t&&(o*=256);)r+=this[e+i]*o;return r},l.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);for(var r=this[e+--t],o=1;t>0&&(o*=256);)r+=this[e+--t]*o;return r},l.prototype.readUInt8=function(e,t){return e>>>=0,t||O(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return e>>>=0,t||O(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return e>>>=0,t||O(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return e>>>=0,t||O(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return e>>>=0,t||O(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);for(var r=this[e],o=1,i=0;++i<t&&(o*=256);)r+=this[e+i]*o;return r>=(o*=128)&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);for(var r=t,o=1,i=this[e+--r];r>0&&(o*=256);)i+=this[e+--r]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return e>>>=0,t||O(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){e>>>=0,t||O(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){e>>>=0,t||O(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return e>>>=0,t||O(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return e>>>=0,t||O(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return e>>>=0,t||O(e,4,this.length),o.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return e>>>=0,t||O(e,4,this.length),o.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return e>>>=0,t||O(e,8,this.length),o.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return e>>>=0,t||O(e,8,this.length),o.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||I(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,i=0;for(this[t]=255&e;++i<n&&(o*=256);)this[t+i]=e/o&255;return t+n},l.prototype.writeUIntBE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||I(this,e,t,n,Math.pow(2,8*n)-1,0);var o=n-1,i=1;for(this[t+o]=255&e;--o>=0&&(i*=256);)this[t+o]=e/i&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,255,0),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var o=Math.pow(2,8*n-1);I(this,e,t,n,o-1,-o)}var i=0,a=1,s=0;for(this[t]=255&e;++i<n&&(a*=256);)e<0&&0===s&&0!==this[t+i-1]&&(s=1),this[t+i]=(e/a|0)-s&255;return t+n},l.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var o=Math.pow(2,8*n-1);I(this,e,t,n,o-1,-o)}var i=n-1,a=1,s=0;for(this[t+i]=255&e;--i>=0&&(a*=256);)e<0&&0===s&&0!==this[t+i+1]&&(s=1),this[t+i]=(e/a|0)-s&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeFloatLE=function(e,t,n){return R(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return R(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return D(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return D(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(!l.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o=r-n;if(this===e&&"function"==typeof Uint8Array.prototype.copyWithin)this.copyWithin(t,n,r);else if(this===e&&n<t&&t<r)for(var i=o-1;i>=0;--i)e[i+t]=this[i+n];else Uint8Array.prototype.set.call(e,this.subarray(n,r),t);return o},l.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!l.isEncoding(r))throw new TypeError("Unknown encoding: "+r);if(1===e.length){var o=e.charCodeAt(0);("utf8"===r&&o<128||"latin1"===r)&&(e=o)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var i;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(i=t;i<n;++i)this[i]=e;else{var a=l.isBuffer(e)?e:l.from(e,r),s=a.length;if(0===s)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<n-t;++i)this[i+t]=a[i%s]}return this};var $=/[^+/0-9A-Za-z-_]/g;function M(e,t){var n;t=t||1/0;for(var r=e.length,o=null,i=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function F(e){return r.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace($,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function j(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}function U(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function z(e){return e!=e}var H=function(){for(var e="0123456789abcdef",t=new Array(256),n=0;n<16;++n)for(var r=16*n,o=0;o<16;++o)t[r+o]=e[n]+e[o];return t}()},{"base64-js":29,ieee754:32}],31:[function(e,t,n){var r={single_source_shortest_paths:function(e,t,n){var o={},i={};i[t]=0;var a,s,l,c,u,d,p,f=r.PriorityQueue.make();for(f.push(t,0);!f.empty();)for(l in s=(a=f.pop()).value,c=a.cost,u=e[s]||{})u.hasOwnProperty(l)&&(d=c+u[l],p=i[l],(void 0===i[l]||p>d)&&(i[l]=d,f.push(l,d),o[l]=s));if(void 0!==n&&void 0===i[n]){var h=["Could not find a path from ",t," to ",n,"."].join("");throw new Error(h)}return o},extract_shortest_path_from_predecessor_list:function(e,t){for(var n=[],r=t;r;)n.push(r),e[r],r=e[r];return n.reverse(),n},find_path:function(e,t,n){var o=r.single_source_shortest_paths(e,t,n);return r.extract_shortest_path_from_predecessor_list(o,n)},PriorityQueue:{make:function(e){var t,n=r.PriorityQueue,o={};for(t in e=e||{},n)n.hasOwnProperty(t)&&(o[t]=n[t]);return o.queue=[],o.sorter=e.sorter||n.default_sorter,o},default_sorter:function(e,t){return e.cost-t.cost},push:function(e,t){var n={value:e,cost:t};this.queue.push(n),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};void 0!==t&&(t.exports=r)},{}],32:[function(e,t,n){n.read=function(e,t,n,r,o){var i,a,s=8*o-r-1,l=(1<<s)-1,c=l>>1,u=-7,d=n?o-1:0,p=n?-1:1,f=e[t+d];for(d+=p,i=f&(1<<-u)-1,f>>=-u,u+=s;u>0;i=256*i+e[t+d],d+=p,u-=8);for(a=i&(1<<-u)-1,i>>=-u,u+=r;u>0;a=256*a+e[t+d],d+=p,u-=8);if(0===i)i=1-c;else{if(i===l)return a?NaN:1/0*(f?-1:1);a+=Math.pow(2,r),i-=c}return(f?-1:1)*a*Math.pow(2,i-r)},n.write=function(e,t,n,r,o,i){var a,s,l,c=8*i-o-1,u=(1<<c)-1,d=u>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:i-1,h=r?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=u):(a=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-a))<1&&(a--,l*=2),(t+=a+d>=1?p/l:p*Math.pow(2,1-d))*l>=2&&(a++,l/=2),a+d>=u?(s=0,a=u):a+d>=1?(s=(t*l-1)*Math.pow(2,o),a+=d):(s=t*Math.pow(2,d-1)*Math.pow(2,o),a=0));o>=8;e[n+f]=255&s,f+=h,s/=256,o-=8);for(a=a<<o|s,c+=o;c>0;e[n+f]=255&a,f+=h,a/=256,c-=8);e[n+f-h]|=128*m}},{}],33:[function(e,t,n){var r={}.toString;t.exports=Array.isArray||function(e){return"[object Array]"==r.call(e)}},{}]},{},[24])(24)},t.exports=r()}));return{name:"qrcode",props:{value:null,options:Object,tag:{type:String,default:"canvas"}},render:function(e){return e(this.tag,this.$slots.default)},watch:{$props:{deep:!0,immediate:!0,handler:function(){this.$el&&this.generate()}}},methods:{generate:function(){var e=this,n=this.options,r=this.tag,o=String(this.value);"canvas"===r?t.toCanvas(this.$el,o,n,(function(e){if(e)throw e})):"img"===r?t.toDataURL(o,n,(function(t,n){if(t)throw t;e.$el.src=n})):t.toString(o,n,(function(t,n){if(t)throw t;e.$el.innerHTML=n}))}},mounted:function(){this.generate()}}}()},950:(e,t,n)=>{"use strict";const r=n(322),{MAX_LENGTH:o,MAX_SAFE_INTEGER:i}=n(692),{safeRe:a,t:s}=n(208),l=n(901),{compareIdentifiers:c}=n(229);class u{constructor(e,t){if(t=l(t),e instanceof u){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>o)throw new TypeError(`version is longer than ${o} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?a[s.LOOSE]:a[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<i)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof u)){if("string"==typeof e&&e===this.version)return 0;e=new u(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof u||(e=new u(e,this.options)),c(this.major,e.major)||c(this.minor,e.minor)||c(this.patch,e.patch)}comparePre(e){if(e instanceof u||(e=new u(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],o=e.prerelease[t];if(r("prerelease compare",t,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return c(n,o)}while(++t)}compareBuild(e){e instanceof u||(e=new u(e,this.options));let t=0;do{const n=this.build[t],o=e.build[t];if(r("build compare",t,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return c(n,o)}while(++t)}inc(e,t,n){if(e.startsWith("pre")){if(!t&&!1===n)throw new Error("invalid increment argument: identifier is empty");if(t){const e=`-${t}`.match(this.options.loose?a[s.PRERELEASELOOSE]:a[s.PRERELEASE]);if(!e||e[1]!==t)throw new Error(`invalid identifier: ${t}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,n),this.inc("pre",t,n);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,n),this.inc("pre",t,n);break;case"release":if(0===this.prerelease.length)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(n)?1:0;if(0===this.prerelease.length)this.prerelease=[e];else{let r=this.prerelease.length;for(;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===n&&(r=[t]),0===c(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=u},64:(e,t,n)=>{"use strict";const r=n(950);e.exports=(e,t)=>new r(e,t).major},690:(e,t,n)=>{"use strict";const r=n(950);e.exports=(e,t,n=!1)=>{if(e instanceof r)return e;try{return new r(e,t)}catch(e){if(!n)return null;throw e}}},711:(e,t,n)=>{"use strict";const r=n(690);e.exports=(e,t)=>{const n=r(e,t);return n?n.version:null}},692:e=>{"use strict";const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},322:(e,t,n)=>{"use strict";var r=n(606);const o="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=o},229:e=>{"use strict";const t=/^[0-9]+$/,n=(e,n)=>{const r=t.test(e),o=t.test(n);return r&&o&&(e=+e,n=+n),e===n?0:r&&!o?-1:o&&!r?1:e<n?-1:1};e.exports={compareIdentifiers:n,rcompareIdentifiers:(e,t)=>n(t,e)}},901:e=>{"use strict";const t=Object.freeze({loose:!0}),n=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:n},208:(e,t,n)=>{"use strict";const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:o,MAX_LENGTH:i}=n(692),a=n(322),s=(t=e.exports={}).re=[],l=t.safeRe=[],c=t.src=[],u=t.safeSrc=[],d=t.t={};let p=0;const f="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",i],[f,o]],m=(e,t,n)=>{const r=(e=>{for(const[t,n]of h)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e})(t),o=p++;a(e,o,t),d[e]=o,c[o]=t,u[o]=r,s[o]=new RegExp(t,n?"g":void 0),l[o]=new RegExp(r,n?"g":void 0)};m("NUMERICIDENTIFIER","0|[1-9]\\d*"),m("NUMERICIDENTIFIERLOOSE","\\d+"),m("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${f}*`),m("MAINVERSION",`(${c[d.NUMERICIDENTIFIER]})\\.(${c[d.NUMERICIDENTIFIER]})\\.(${c[d.NUMERICIDENTIFIER]})`),m("MAINVERSIONLOOSE",`(${c[d.NUMERICIDENTIFIERLOOSE]})\\.(${c[d.NUMERICIDENTIFIERLOOSE]})\\.(${c[d.NUMERICIDENTIFIERLOOSE]})`),m("PRERELEASEIDENTIFIER",`(?:${c[d.NONNUMERICIDENTIFIER]}|${c[d.NUMERICIDENTIFIER]})`),m("PRERELEASEIDENTIFIERLOOSE",`(?:${c[d.NONNUMERICIDENTIFIER]}|${c[d.NUMERICIDENTIFIERLOOSE]})`),m("PRERELEASE",`(?:-(${c[d.PRERELEASEIDENTIFIER]}(?:\\.${c[d.PRERELEASEIDENTIFIER]})*))`),m("PRERELEASELOOSE",`(?:-?(${c[d.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[d.PRERELEASEIDENTIFIERLOOSE]})*))`),m("BUILDIDENTIFIER",`${f}+`),m("BUILD",`(?:\\+(${c[d.BUILDIDENTIFIER]}(?:\\.${c[d.BUILDIDENTIFIER]})*))`),m("FULLPLAIN",`v?${c[d.MAINVERSION]}${c[d.PRERELEASE]}?${c[d.BUILD]}?`),m("FULL",`^${c[d.FULLPLAIN]}$`),m("LOOSEPLAIN",`[v=\\s]*${c[d.MAINVERSIONLOOSE]}${c[d.PRERELEASELOOSE]}?${c[d.BUILD]}?`),m("LOOSE",`^${c[d.LOOSEPLAIN]}$`),m("GTLT","((?:<|>)?=?)"),m("XRANGEIDENTIFIERLOOSE",`${c[d.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),m("XRANGEIDENTIFIER",`${c[d.NUMERICIDENTIFIER]}|x|X|\\*`),m("XRANGEPLAIN",`[v=\\s]*(${c[d.XRANGEIDENTIFIER]})(?:\\.(${c[d.XRANGEIDENTIFIER]})(?:\\.(${c[d.XRANGEIDENTIFIER]})(?:${c[d.PRERELEASE]})?${c[d.BUILD]}?)?)?`),m("XRANGEPLAINLOOSE",`[v=\\s]*(${c[d.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[d.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[d.XRANGEIDENTIFIERLOOSE]})(?:${c[d.PRERELEASELOOSE]})?${c[d.BUILD]}?)?)?`),m("XRANGE",`^${c[d.GTLT]}\\s*${c[d.XRANGEPLAIN]}$`),m("XRANGELOOSE",`^${c[d.GTLT]}\\s*${c[d.XRANGEPLAINLOOSE]}$`),m("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),m("COERCE",`${c[d.COERCEPLAIN]}(?:$|[^\\d])`),m("COERCEFULL",c[d.COERCEPLAIN]+`(?:${c[d.PRERELEASE]})?`+`(?:${c[d.BUILD]})?(?:$|[^\\d])`),m("COERCERTL",c[d.COERCE],!0),m("COERCERTLFULL",c[d.COERCEFULL],!0),m("LONETILDE","(?:~>?)"),m("TILDETRIM",`(\\s*)${c[d.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",m("TILDE",`^${c[d.LONETILDE]}${c[d.XRANGEPLAIN]}$`),m("TILDELOOSE",`^${c[d.LONETILDE]}${c[d.XRANGEPLAINLOOSE]}$`),m("LONECARET","(?:\\^)"),m("CARETTRIM",`(\\s*)${c[d.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",m("CARET",`^${c[d.LONECARET]}${c[d.XRANGEPLAIN]}$`),m("CARETLOOSE",`^${c[d.LONECARET]}${c[d.XRANGEPLAINLOOSE]}$`),m("COMPARATORLOOSE",`^${c[d.GTLT]}\\s*(${c[d.LOOSEPLAIN]})$|^$`),m("COMPARATOR",`^${c[d.GTLT]}\\s*(${c[d.FULLPLAIN]})$|^$`),m("COMPARATORTRIM",`(\\s*)${c[d.GTLT]}\\s*(${c[d.LOOSEPLAIN]}|${c[d.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",m("HYPHENRANGE",`^\\s*(${c[d.XRANGEPLAIN]})\\s+-\\s+(${c[d.XRANGEPLAIN]})\\s*$`),m("HYPHENRANGELOOSE",`^\\s*(${c[d.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[d.XRANGEPLAINLOOSE]})\\s*$`),m("STAR","(<|>)?=?\\s*\\*"),m("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),m("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},526:(e,t)=>{"use strict";t.byteLength=function(e){var t=s(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,i=s(e),a=i[0],l=i[1],c=new o(function(e,t,n){return 3*(t+n)/4-n}(0,a,l)),u=0,d=l>0?a-4:a;for(n=0;n<d;n+=4)t=r[e.charCodeAt(n)]<<18|r[e.charCodeAt(n+1)]<<12|r[e.charCodeAt(n+2)]<<6|r[e.charCodeAt(n+3)],c[u++]=t>>16&255,c[u++]=t>>8&255,c[u++]=255&t;return 2===l&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,c[u++]=255&t),1===l&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,c[u++]=t>>8&255,c[u++]=255&t),c},t.fromByteArray=function(e){for(var t,r=e.length,o=r%3,i=[],a=16383,s=0,c=r-o;s<c;s+=a)i.push(l(e,s,s+a>c?c:s+a));return 1===o?(t=e[r-1],i.push(n[t>>2]+n[t<<4&63]+"==")):2===o&&(t=(e[r-2]<<8)+e[r-1],i.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),i.join("")};for(var n=[],r=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0;a<64;++a)n[a]=i[a],r[i.charCodeAt(a)]=a;function s(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function l(e,t,r){for(var o,i,a=[],s=t;s<r;s+=3)o=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),a.push(n[(i=o)>>18&63]+n[i>>12&63]+n[i>>6&63]+n[63&i]);return a.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},287:(e,t,n)=>{"use strict";const r=n(526),o=n(251),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.hp=l,t.IS=50;const a=2147483647;function s(e){if(e>a)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,l.prototype),t}function l(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return d(e)}return c(e,t,n)}function c(e,t,n){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!l.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|m(e,t);let r=s(n);const o=r.write(e,t);return o!==n&&(r=r.slice(0,o)),r}(e,t);if(ArrayBuffer.isView(e))return function(e){if(Y(e,Uint8Array)){const t=new Uint8Array(e);return f(t.buffer,t.byteOffset,t.byteLength)}return p(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Y(e,ArrayBuffer)||e&&Y(e.buffer,ArrayBuffer))return f(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(Y(e,SharedArrayBuffer)||e&&Y(e.buffer,SharedArrayBuffer)))return f(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const r=e.valueOf&&e.valueOf();if(null!=r&&r!==e)return l.from(r,t,n);const o=function(e){if(l.isBuffer(e)){const t=0|h(e.length),n=s(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||K(e.length)?s(0):p(e):"Buffer"===e.type&&Array.isArray(e.data)?p(e.data):void 0}(e);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return l.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function d(e){return u(e),s(e<0?0:0|h(e))}function p(e){const t=e.length<0?0:0|h(e.length),n=s(t);for(let r=0;r<t;r+=1)n[r]=255&e[r];return n}function f(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');let r;return r=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(r,l.prototype),r}function h(e){if(e>=a)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a.toString(16)+" bytes");return 0|e}function m(e,t){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Y(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;let o=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return W(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return V(e).length;default:if(o)return r?-1:W(e).length;t=(""+t).toLowerCase(),o=!0}}function g(e,t,n){let r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return P(this,t,n);case"utf8":case"utf-8":return k(this,t,n);case"ascii":return S(this,t,n);case"latin1":case"binary":return T(this,t,n);case"base64":return x(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return N(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function v(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function A(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),K(n=+n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:y(e,t,n,r,o);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):y(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function y(e,t,n,r,o){let i,a=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,l/=2,n/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){let r=-1;for(i=n;i<s;i++)if(c(e,i)===c(t,-1===r?0:i-r)){if(-1===r&&(r=i),i-r+1===l)return r*a}else-1!==r&&(i-=i-r),r=-1}else for(n+l>s&&(n=s-l),i=n;i>=0;i--){let n=!0;for(let r=0;r<l;r++)if(c(e,i+r)!==c(t,r)){n=!1;break}if(n)return i}return-1}function b(e,t,n,r){n=Number(n)||0;const o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;const i=t.length;let a;for(r>i/2&&(r=i/2),a=0;a<r;++a){const r=parseInt(t.substr(2*a,2),16);if(K(r))return a;e[n+a]=r}return a}function w(e,t,n,r){return X(W(t,e.length-n),e,n,r)}function C(e,t,n,r){return X(function(e){const t=[];for(let n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function _(e,t,n,r){return X(V(t),e,n,r)}function E(e,t,n,r){return X(function(e,t){let n,r,o;const i=[];for(let a=0;a<e.length&&!((t-=2)<0);++a)n=e.charCodeAt(a),r=n>>8,o=n%256,i.push(o),i.push(r);return i}(t,e.length-n),e,n,r)}function x(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function k(e,t,n){n=Math.min(e.length,n);const r=[];let o=t;for(;o<n;){const t=e[o];let i=null,a=t>239?4:t>223?3:t>191?2:1;if(o+a<=n){let n,r,s,l;switch(a){case 1:t<128&&(i=t);break;case 2:n=e[o+1],128==(192&n)&&(l=(31&t)<<6|63&n,l>127&&(i=l));break;case 3:n=e[o+1],r=e[o+2],128==(192&n)&&128==(192&r)&&(l=(15&t)<<12|(63&n)<<6|63&r,l>2047&&(l<55296||l>57343)&&(i=l));break;case 4:n=e[o+1],r=e[o+2],s=e[o+3],128==(192&n)&&128==(192&r)&&128==(192&s)&&(l=(15&t)<<18|(63&n)<<12|(63&r)<<6|63&s,l>65535&&l<1114112&&(i=l))}}null===i?(i=65533,a=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|1023&i),r.push(i),o+=a}return function(e){const t=e.length;if(t<=B)return String.fromCharCode.apply(String,e);let n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=B));return n}(r)}l.TYPED_ARRAY_SUPPORT=function(){try{const e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),l.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}}),l.poolSize=8192,l.from=function(e,t,n){return c(e,t,n)},Object.setPrototypeOf(l.prototype,Uint8Array.prototype),Object.setPrototypeOf(l,Uint8Array),l.alloc=function(e,t,n){return function(e,t,n){return u(e),e<=0?s(e):void 0!==t?"string"==typeof n?s(e).fill(t,n):s(e).fill(t):s(e)}(e,t,n)},l.allocUnsafe=function(e){return d(e)},l.allocUnsafeSlow=function(e){return d(e)},l.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==l.prototype},l.compare=function(e,t){if(Y(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),Y(t,Uint8Array)&&(t=l.from(t,t.offset,t.byteLength)),!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,r=t.length;for(let o=0,i=Math.min(n,r);o<i;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);let n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;const r=l.allocUnsafe(t);let o=0;for(n=0;n<e.length;++n){let t=e[n];if(Y(t,Uint8Array))o+t.length>r.length?(l.isBuffer(t)||(t=l.from(t)),t.copy(r,o)):Uint8Array.prototype.set.call(r,t,o);else{if(!l.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(r,o)}o+=t.length}return r},l.byteLength=m,l.prototype._isBuffer=!0,l.prototype.swap16=function(){const e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)v(this,t,t+1);return this},l.prototype.swap32=function(){const e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)v(this,t,t+3),v(this,t+1,t+2);return this},l.prototype.swap64=function(){const e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)v(this,t,t+7),v(this,t+1,t+6),v(this,t+2,t+5),v(this,t+3,t+4);return this},l.prototype.toString=function(){const e=this.length;return 0===e?"":0===arguments.length?k(this,0,e):g.apply(this,arguments)},l.prototype.toLocaleString=l.prototype.toString,l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){let e="";const n=t.IS;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"},i&&(l.prototype[i]=l.prototype.inspect),l.prototype.compare=function(e,t,n,r,o){if(Y(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),!l.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;let i=(o>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0);const s=Math.min(i,a),c=this.slice(r,o),u=e.slice(t,n);for(let e=0;e<s;++e)if(c[e]!==u[e]){i=c[e],a=u[e];break}return i<a?-1:a<i?1:0},l.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},l.prototype.indexOf=function(e,t,n){return A(this,e,t,n,!0)},l.prototype.lastIndexOf=function(e,t,n){return A(this,e,t,n,!1)},l.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}const o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");let i=!1;for(;;)switch(r){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return w(this,e,t,n);case"ascii":case"latin1":case"binary":return C(this,e,t,n);case"base64":return _(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const B=4096;function S(e,t,n){let r="";n=Math.min(e.length,n);for(let o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function T(e,t,n){let r="";n=Math.min(e.length,n);for(let o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function P(e,t,n){const r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);let o="";for(let r=t;r<n;++r)o+=Z[e[r]];return o}function N(e,t,n){const r=e.slice(t,n);let o="";for(let e=0;e<r.length-1;e+=2)o+=String.fromCharCode(r[e]+256*r[e+1]);return o}function O(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function I(e,t,n,r,o,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<i)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function L(e,t,n,r,o){z(t,r,o,e,n,7);let i=Number(t&BigInt(4294967295));e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i;let a=Number(t>>BigInt(32)&BigInt(4294967295));return e[n++]=a,a>>=8,e[n++]=a,a>>=8,e[n++]=a,a>>=8,e[n++]=a,n}function R(e,t,n,r,o){z(t,r,o,e,n,7);let i=Number(t&BigInt(4294967295));e[n+7]=i,i>>=8,e[n+6]=i,i>>=8,e[n+5]=i,i>>=8,e[n+4]=i;let a=Number(t>>BigInt(32)&BigInt(4294967295));return e[n+3]=a,a>>=8,e[n+2]=a,a>>=8,e[n+1]=a,a>>=8,e[n]=a,n+8}function D(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function $(e,t,n,r,i){return t=+t,n>>>=0,i||D(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function M(e,t,n,r,i){return t=+t,n>>>=0,i||D(e,0,n,8),o.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){const n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e);const r=this.subarray(e,t);return Object.setPrototypeOf(r,l.prototype),r},l.prototype.readUintLE=l.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);let r=this[e],o=1,i=0;for(;++i<t&&(o*=256);)r+=this[e+i]*o;return r},l.prototype.readUintBE=l.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);let r=this[e+--t],o=1;for(;t>0&&(o*=256);)r+=this[e+--t]*o;return r},l.prototype.readUint8=l.prototype.readUInt8=function(e,t){return e>>>=0,t||O(e,1,this.length),this[e]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(e,t){return e>>>=0,t||O(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(e,t){return e>>>=0,t||O(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(e,t){return e>>>=0,t||O(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(e,t){return e>>>=0,t||O(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readBigUInt64LE=J((function(e){H(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||q(e,this.length-8);const r=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,o=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(r)+(BigInt(o)<<BigInt(32))})),l.prototype.readBigUInt64BE=J((function(e){H(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||q(e,this.length-8);const r=t*2**24+65536*this[++e]+256*this[++e]+this[++e],o=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(r)<<BigInt(32))+BigInt(o)})),l.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);let r=this[e],o=1,i=0;for(;++i<t&&(o*=256);)r+=this[e+i]*o;return o*=128,r>=o&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);let r=t,o=1,i=this[e+--r];for(;r>0&&(o*=256);)i+=this[e+--r]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return e>>>=0,t||O(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){e>>>=0,t||O(e,2,this.length);const n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){e>>>=0,t||O(e,2,this.length);const n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return e>>>=0,t||O(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return e>>>=0,t||O(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readBigInt64LE=J((function(e){H(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||q(e,this.length-8);const r=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(r)<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+this[++e]*2**24)})),l.prototype.readBigInt64BE=J((function(e){H(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||q(e,this.length-8);const r=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(r)<<BigInt(32))+BigInt(this[++e]*2**24+65536*this[++e]+256*this[++e]+n)})),l.prototype.readFloatLE=function(e,t){return e>>>=0,t||O(e,4,this.length),o.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return e>>>=0,t||O(e,4,this.length),o.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return e>>>=0,t||O(e,8,this.length),o.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return e>>>=0,t||O(e,8,this.length),o.read(this,e,!1,52,8)},l.prototype.writeUintLE=l.prototype.writeUIntLE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||I(this,e,t,n,Math.pow(2,8*n)-1,0);let o=1,i=0;for(this[t]=255&e;++i<n&&(o*=256);)this[t+i]=e/o&255;return t+n},l.prototype.writeUintBE=l.prototype.writeUIntBE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||I(this,e,t,n,Math.pow(2,8*n)-1,0);let o=n-1,i=1;for(this[t+o]=255&e;--o>=0&&(i*=256);)this[t+o]=e/i&255;return t+n},l.prototype.writeUint8=l.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,255,0),this[t]=255&e,t+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeBigUInt64LE=J((function(e,t=0){return L(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),l.prototype.writeBigUInt64BE=J((function(e,t=0){return R(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){const r=Math.pow(2,8*n-1);I(this,e,t,n,r-1,-r)}let o=0,i=1,a=0;for(this[t]=255&e;++o<n&&(i*=256);)e<0&&0===a&&0!==this[t+o-1]&&(a=1),this[t+o]=(e/i|0)-a&255;return t+n},l.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t>>>=0,!r){const r=Math.pow(2,8*n-1);I(this,e,t,n,r-1,-r)}let o=n-1,i=1,a=0;for(this[t+o]=255&e;--o>=0&&(i*=256);)e<0&&0===a&&0!==this[t+o+1]&&(a=1),this[t+o]=(e/i|0)-a&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeBigInt64LE=J((function(e,t=0){return L(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),l.prototype.writeBigInt64BE=J((function(e,t=0){return R(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),l.prototype.writeFloatLE=function(e,t,n){return $(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return $(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return M(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return M(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(!l.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);const o=r-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,r):Uint8Array.prototype.set.call(e,this.subarray(n,r),t),o},l.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!l.isEncoding(r))throw new TypeError("Unknown encoding: "+r);if(1===e.length){const t=e.charCodeAt(0);("utf8"===r&&t<128||"latin1"===r)&&(e=t)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;let o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{const i=l.isBuffer(e)?e:l.from(e,r),a=i.length;if(0===a)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-t;++o)this[o+t]=i[o%a]}return this};const F={};function j(e,t,n){F[e]=class extends n{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(e){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:e,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}function U(e){let t="",n=e.length;const r="-"===e[0]?1:0;for(;n>=r+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function z(e,t,n,r,o,i){if(e>n||e<t){const r="bigint"==typeof t?"n":"";let o;throw o=i>3?0===t||t===BigInt(0)?`>= 0${r} and < 2${r} ** ${8*(i+1)}${r}`:`>= -(2${r} ** ${8*(i+1)-1}${r}) and < 2 ** ${8*(i+1)-1}${r}`:`>= ${t}${r} and <= ${n}${r}`,new F.ERR_OUT_OF_RANGE("value",o,e)}!function(e,t,n){H(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||q(t,e.length-(n+1))}(r,o,i)}function H(e,t){if("number"!=typeof e)throw new F.ERR_INVALID_ARG_TYPE(t,"number",e)}function q(e,t,n){if(Math.floor(e)!==e)throw H(e,n),new F.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new F.ERR_BUFFER_OUT_OF_BOUNDS;throw new F.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}j("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),j("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),j("ERR_OUT_OF_RANGE",(function(e,t,n){let r=`The value of "${e}" is out of range.`,o=n;return Number.isInteger(n)&&Math.abs(n)>2**32?o=U(String(n)):"bigint"==typeof n&&(o=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(o=U(o)),o+="n"),r+=` It must be ${t}. Received ${o}`,r}),RangeError);const G=/[^+/0-9A-Za-z-_]/g;function W(e,t){let n;t=t||1/0;const r=e.length;let o=null;const i=[];for(let a=0;a<r;++a){if(n=e.charCodeAt(a),n>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function V(e){return r.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(G,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function X(e,t,n,r){let o;for(o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}function Y(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function K(e){return e!=e}const Z=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const r=16*n;for(let o=0;o<16;++o)t[r+o]=e[n]+e[o]}return t}();function J(e){return"undefined"==typeof BigInt?Q:e}function Q(){throw new Error("BigInt not supported")}},76:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"\n._passwordDialog_joix2_2 {\n\tdisplay: flex;\n\tflex-direction: column;\n\tgap: 10px 0;\n\tmargin-inline: 6px;\n\tmargin-block-end: 6px;\n}\n","",{version:3,sources:["webpack://./node_modules/@nextcloud/password-confirmation/dist/style.css"],names:[],mappings:";AACA;CACC,aAAa;CACb,sBAAsB;CACtB,WAAW;CACX,kBAAkB;CAClB,qBAAqB;AACtB",sourcesContent:["\n._passwordDialog_joix2_2 {\n\tdisplay: flex;\n\tflex-direction: column;\n\tgap: 10px 0;\n\tmargin-inline: 6px;\n\tmargin-block-end: 6px;\n}\n"],sourceRoot:""}]);const s=a},107:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-6c109b7a] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.action-items[data-v-6c109b7a] {\n display: flex;\n align-items: center;\n gap: calc((var(--default-clickable-area) - 16px) / 2 / 2);\n}\n.action-item[data-v-6c109b7a] {\n --open-background-color: var(--color-background-hover, $action-background-hover);\n position: relative;\n display: inline-block;\n}\n.action-item.action-item--primary[data-v-6c109b7a] {\n --open-background-color: var(--color-primary-element-hover);\n}\n.action-item.action-item--secondary[data-v-6c109b7a] {\n --open-background-color: var(--color-primary-element-light-hover);\n}\n.action-item.action-item--error[data-v-6c109b7a] {\n --open-background-color: var(--color-error-hover);\n}\n.action-item.action-item--warning[data-v-6c109b7a] {\n --open-background-color: var(--color-warning-hover);\n}\n.action-item.action-item--success[data-v-6c109b7a] {\n --open-background-color: var(--color-success-hover);\n}\n.action-item.action-item--tertiary-no-background[data-v-6c109b7a] {\n --open-background-color: transparent;\n}\n.action-item.action-item--open .action-item__menutoggle[data-v-6c109b7a] {\n background-color: var(--open-background-color);\n}\n.action-item__menutoggle__icon[data-v-6c109b7a] {\n width: 20px;\n height: 20px;\n object-fit: contain;\n}/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.v-popper--theme-nc-popover-9.v-popper__popper.action-item__popper .v-popper__wrapper {\n border-radius: var(--border-radius-element);\n}\n.v-popper--theme-nc-popover-9.v-popper__popper.action-item__popper .v-popper__wrapper .v-popper__inner {\n border-radius: var(--border-radius-element);\n padding: 4px;\n max-height: calc(100vh - var(--header-height));\n overflow: auto;\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcActions-DneK-9R2.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,yDAAyD;AAC3D;AACA;EACE,gFAAgF;EAChF,kBAAkB;EAClB,qBAAqB;AACvB;AACA;EACE,2DAA2D;AAC7D;AACA;EACE,iEAAiE;AACnE;AACA;EACE,iDAAiD;AACnD;AACA;EACE,mDAAmD;AACrD;AACA;EACE,mDAAmD;AACrD;AACA;EACE,oCAAoC;AACtC;AACA;EACE,8CAA8C;AAChD;AACA;EACE,WAAW;EACX,YAAY;EACZ,mBAAmB;AACrB,CAAC;;;EAGC;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;EAC3C,YAAY;EACZ,8CAA8C;EAC9C,cAAc;AAChB",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-6c109b7a] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.action-items[data-v-6c109b7a] {\n display: flex;\n align-items: center;\n gap: calc((var(--default-clickable-area) - 16px) / 2 / 2);\n}\n.action-item[data-v-6c109b7a] {\n --open-background-color: var(--color-background-hover, $action-background-hover);\n position: relative;\n display: inline-block;\n}\n.action-item.action-item--primary[data-v-6c109b7a] {\n --open-background-color: var(--color-primary-element-hover);\n}\n.action-item.action-item--secondary[data-v-6c109b7a] {\n --open-background-color: var(--color-primary-element-light-hover);\n}\n.action-item.action-item--error[data-v-6c109b7a] {\n --open-background-color: var(--color-error-hover);\n}\n.action-item.action-item--warning[data-v-6c109b7a] {\n --open-background-color: var(--color-warning-hover);\n}\n.action-item.action-item--success[data-v-6c109b7a] {\n --open-background-color: var(--color-success-hover);\n}\n.action-item.action-item--tertiary-no-background[data-v-6c109b7a] {\n --open-background-color: transparent;\n}\n.action-item.action-item--open .action-item__menutoggle[data-v-6c109b7a] {\n background-color: var(--open-background-color);\n}\n.action-item__menutoggle__icon[data-v-6c109b7a] {\n width: 20px;\n height: 20px;\n object-fit: contain;\n}/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.v-popper--theme-nc-popover-9.v-popper__popper.action-item__popper .v-popper__wrapper {\n border-radius: var(--border-radius-element);\n}\n.v-popper--theme-nc-popover-9.v-popper__popper.action-item__popper .v-popper__wrapper .v-popper__inner {\n border-radius: var(--border-radius-element);\n padding: 4px;\n max-height: calc(100vh - var(--header-height));\n overflow: auto;\n}"],sourceRoot:""}]);const s=a},135:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-e4697e39] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.button-vue[data-v-e4697e39] {\n --button-size: var(--default-clickable-area);\n --button-inner-size: calc(var(--button-size) - 4px);\n --button-radius: var(--border-radius-element);\n --button-padding-default: calc(var(--default-grid-baseline) + var(--button-radius));\n --button-padding: var(--default-grid-baseline) var(--button-padding-default);\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n border: 1px solid var(--color-primary-element-light-hover);\n border-bottom-width: 2px;\n border-radius: var(--button-radius);\n box-sizing: border-box;\n position: relative;\n width: fit-content;\n overflow: hidden;\n padding-block: 1px 0;\n padding-inline: var(--button-padding);\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n align-items: center;\n justify-content: center;\n transition-property: color, border-color, background-color;\n transition-duration: 0.1s;\n transition-timing-function: linear;\n cursor: pointer;\n font-size: var(--default-font-size);\n font-weight: bold;\n}\n.button-vue--size-small[data-v-e4697e39] {\n --button-size: var(--clickable-area-small);\n --button-radius: var(--border-radius-small);\n}\n.button-vue--size-large[data-v-e4697e39] {\n --button-size: var(--clickable-area-large);\n}\n.button-vue[data-v-e4697e39] * {\n cursor: pointer;\n}\n.button-vue[data-v-e4697e39]:focus {\n outline: none;\n}\n.button-vue[data-v-e4697e39]:disabled {\n filter: saturate(0.7);\n opacity: 0.5;\n cursor: default;\n}\n.button-vue[data-v-e4697e39]:disabled * {\n cursor: default;\n}\n.button-vue[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue[data-v-e4697e39]:active {\n background-color: var(--color-primary-element-light);\n}\n.button-vue__wrapper[data-v-e4697e39] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n.button-vue--end .button-vue__wrapper[data-v-e4697e39] {\n justify-content: end;\n}\n.button-vue--start .button-vue__wrapper[data-v-e4697e39] {\n justify-content: start;\n}\n.button-vue--reverse .button-vue__wrapper[data-v-e4697e39] {\n flex-direction: row-reverse;\n}\n.button-vue--reverse[data-v-e4697e39] {\n --button-padding: var(--button-padding-default) var(--default-grid-baseline);\n}\n.button-vue__icon[data-v-e4697e39] {\n --default-clickable-area: var(--button-inner-size);\n height: var(--button-inner-size);\n width: var(--button-inner-size);\n min-height: var(--button-inner-size);\n min-width: var(--button-inner-size);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-vue__icon[data-v-e4697e39]:empty {\n display: none;\n}\n.button-vue--size-small .button-vue__icon[data-v-e4697e39] > * {\n max-height: 16px;\n max-width: 16px;\n}\n.button-vue--size-small .button-vue__icon[data-v-e4697e39] svg {\n height: 16px;\n width: 16px;\n}\n.button-vue__text[data-v-e4697e39] {\n font-weight: bold;\n margin-bottom: 1px;\n padding: 2px 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.button-vue__text[data-v-e4697e39]:empty {\n display: none;\n}\n.button-vue[data-v-e4697e39]:has(.button-vue__text:empty) {\n --button-padding: var(--button-radius);\n line-height: 1;\n width: var(--button-size) !important;\n}\n.button-vue[data-v-e4697e39]:has(.button-vue__icon:empty) {\n --button-padding: var(--button-padding-default);\n}\n.button-vue:has(.button-vue__icon:empty) .button-vue__text[data-v-e4697e39] {\n padding-inline: var(--default-grid-baseline);\n}\n.button-vue--wide[data-v-e4697e39] {\n width: 100%;\n}\n.button-vue[data-v-e4697e39]:focus-visible {\n outline: 2px solid var(--color-main-text) !important;\n box-shadow: 0 0 0 4px var(--color-main-background) !important;\n}\n.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-e4697e39] {\n outline: 2px solid var(--color-primary-element-text);\n border-radius: var(--border-radius-element);\n background-color: transparent;\n}\n.button-vue--primary[data-v-e4697e39] {\n background-color: var(--color-primary-element);\n border-color: var(--color-primary-element-hover);\n color: var(--color-primary-element-text);\n}\n.button-vue--primary[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-primary-element-hover);\n}\n.button-vue--primary[data-v-e4697e39]:active {\n background-color: var(--color-primary-element);\n}\n.button-vue--secondary[data-v-e4697e39] {\n background-color: var(--color-primary-element-light);\n border-color: var(--color-primary-element-light-hover);\n color: var(--color-primary-element-light-text);\n}\n.button-vue--secondary[data-v-e4697e39]:hover:not(:disabled) {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue--tertiary[data-v-e4697e39] {\n background-color: transparent;\n border-color: transparent;\n color: var(--color-main-text);\n}\n.button-vue--tertiary[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-background-hover);\n}\n.button-vue--tertiary-no-background[data-v-e4697e39]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--tertiary-on-primary[data-v-e4697e39] {\n color: var(--color-primary-element-text);\n}\n.button-vue--tertiary-on-primary[data-v-e4697e39]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--success[data-v-e4697e39] {\n border-color: var(--color-success-hover);\n background-color: var(--color-success);\n color: var(--color-success-text);\n}\n.button-vue--success[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-success-hover);\n}\n.button-vue--success[data-v-e4697e39]:active {\n background-color: var(--color-success);\n}\n.button-vue--warning[data-v-e4697e39] {\n border-color: var(--color-warning-hover);\n background-color: var(--color-warning);\n color: var(--color-warning-text);\n}\n.button-vue--warning[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-warning-hover);\n}\n.button-vue--warning[data-v-e4697e39]:active {\n background-color: var(--color-warning);\n}\n.button-vue--error[data-v-e4697e39] {\n border-color: var(--color-error-hover);\n background-color: var(--color-error);\n color: var(--color-error-text);\n}\n.button-vue--error[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-error-hover);\n}\n.button-vue--error[data-v-e4697e39]:active {\n background-color: var(--color-error);\n}\n.button-vue--legacy[data-v-e4697e39] {\n --button-inner-size: var(--button-size);\n border: none;\n padding-block: 0;\n}\n.button-vue--legacy.button-vue--error[data-v-e4697e39], .button-vue--legacy.button-vue--success[data-v-e4697e39], .button-vue--legacy.button-vue--warning[data-v-e4697e39] {\n color: white;\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcButton-DtYLJgG8.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,4CAA4C;EAC5C,mDAAmD;EACnD,6CAA6C;EAC7C,mFAAmF;EACnF,4EAA4E;EAC5E,8CAA8C;EAC9C,oDAAoD;EACpD,0DAA0D;EAC1D,wBAAwB;EACxB,mCAAmC;EACnC,sBAAsB;EACtB,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;EAChB,oBAAoB;EACpB,qCAAqC;EACrC,8BAA8B;EAC9B,6BAA6B;EAC7B,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,0DAA0D;EAC1D,yBAAyB;EACzB,kCAAkC;EAClC,eAAe;EACf,mCAAmC;EACnC,iBAAiB;AACnB;AACA;EACE,0CAA0C;EAC1C,2CAA2C;AAC7C;AACA;EACE,0CAA0C;AAC5C;AACA;EACE,eAAe;AACjB;AACA;EACE,aAAa;AACf;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,eAAe;AACjB;AACA;EACE,eAAe;AACjB;AACA;EACE,0DAA0D;AAC5D;AACA;EACE,oDAAoD;AACtD;AACA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;EACvB,WAAW;AACb;AACA;EACE,oBAAoB;AACtB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,4EAA4E;AAC9E;AACA;EACE,kDAAkD;EAClD,gCAAgC;EAChC,+BAA+B;EAC/B,oCAAoC;EACpC,mCAAmC;EACnC,aAAa;EACb,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,aAAa;AACf;AACA;EACE,gBAAgB;EAChB,eAAe;AACjB;AACA;EACE,YAAY;EACZ,WAAW;AACb;AACA;EACE,iBAAiB;EACjB,kBAAkB;EAClB,cAAc;EACd,mBAAmB;EACnB,uBAAuB;EACvB,gBAAgB;AAClB;AACA;EACE,aAAa;AACf;AACA;EACE,sCAAsC;EACtC,cAAc;EACd,oCAAoC;AACtC;AACA;EACE,+CAA+C;AACjD;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,WAAW;AACb;AACA;EACE,oDAAoD;EACpD,6DAA6D;AAC/D;AACA;EACE,oDAAoD;EACpD,2CAA2C;EAC3C,6BAA6B;AAC/B;AACA;EACE,8CAA8C;EAC9C,gDAAgD;EAChD,wCAAwC;AAC1C;AACA;EACE,oDAAoD;AACtD;AACA;EACE,8CAA8C;AAChD;AACA;EACE,oDAAoD;EACpD,sDAAsD;EACtD,8CAA8C;AAChD;AACA;EACE,8CAA8C;EAC9C,0DAA0D;AAC5D;AACA;EACE,6BAA6B;EAC7B,yBAAyB;EACzB,6BAA6B;AAC/B;AACA;EACE,+CAA+C;AACjD;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,wCAAwC;AAC1C;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,wCAAwC;EACxC,sCAAsC;EACtC,gCAAgC;AAClC;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,sCAAsC;AACxC;AACA;EACE,wCAAwC;EACxC,sCAAsC;EACtC,gCAAgC;AAClC;AACA;EACE,4CAA4C;AAC9C;AACA;EACE,sCAAsC;AACxC;AACA;EACE,sCAAsC;EACtC,oCAAoC;EACpC,8BAA8B;AAChC;AACA;EACE,0CAA0C;AAC5C;AACA;EACE,oCAAoC;AACtC;AACA;EACE,uCAAuC;EACvC,YAAY;EACZ,gBAAgB;AAClB;AACA;EACE,YAAY;AACd",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-e4697e39] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.button-vue[data-v-e4697e39] {\n --button-size: var(--default-clickable-area);\n --button-inner-size: calc(var(--button-size) - 4px);\n --button-radius: var(--border-radius-element);\n --button-padding-default: calc(var(--default-grid-baseline) + var(--button-radius));\n --button-padding: var(--default-grid-baseline) var(--button-padding-default);\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light);\n border: 1px solid var(--color-primary-element-light-hover);\n border-bottom-width: 2px;\n border-radius: var(--button-radius);\n box-sizing: border-box;\n position: relative;\n width: fit-content;\n overflow: hidden;\n padding-block: 1px 0;\n padding-inline: var(--button-padding);\n min-height: var(--button-size);\n min-width: var(--button-size);\n display: flex;\n align-items: center;\n justify-content: center;\n transition-property: color, border-color, background-color;\n transition-duration: 0.1s;\n transition-timing-function: linear;\n cursor: pointer;\n font-size: var(--default-font-size);\n font-weight: bold;\n}\n.button-vue--size-small[data-v-e4697e39] {\n --button-size: var(--clickable-area-small);\n --button-radius: var(--border-radius-small);\n}\n.button-vue--size-large[data-v-e4697e39] {\n --button-size: var(--clickable-area-large);\n}\n.button-vue[data-v-e4697e39] * {\n cursor: pointer;\n}\n.button-vue[data-v-e4697e39]:focus {\n outline: none;\n}\n.button-vue[data-v-e4697e39]:disabled {\n filter: saturate(0.7);\n opacity: 0.5;\n cursor: default;\n}\n.button-vue[data-v-e4697e39]:disabled * {\n cursor: default;\n}\n.button-vue[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue[data-v-e4697e39]:active {\n background-color: var(--color-primary-element-light);\n}\n.button-vue__wrapper[data-v-e4697e39] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n.button-vue--end .button-vue__wrapper[data-v-e4697e39] {\n justify-content: end;\n}\n.button-vue--start .button-vue__wrapper[data-v-e4697e39] {\n justify-content: start;\n}\n.button-vue--reverse .button-vue__wrapper[data-v-e4697e39] {\n flex-direction: row-reverse;\n}\n.button-vue--reverse[data-v-e4697e39] {\n --button-padding: var(--button-padding-default) var(--default-grid-baseline);\n}\n.button-vue__icon[data-v-e4697e39] {\n --default-clickable-area: var(--button-inner-size);\n height: var(--button-inner-size);\n width: var(--button-inner-size);\n min-height: var(--button-inner-size);\n min-width: var(--button-inner-size);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-vue__icon[data-v-e4697e39]:empty {\n display: none;\n}\n.button-vue--size-small .button-vue__icon[data-v-e4697e39] > * {\n max-height: 16px;\n max-width: 16px;\n}\n.button-vue--size-small .button-vue__icon[data-v-e4697e39] svg {\n height: 16px;\n width: 16px;\n}\n.button-vue__text[data-v-e4697e39] {\n font-weight: bold;\n margin-bottom: 1px;\n padding: 2px 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.button-vue__text[data-v-e4697e39]:empty {\n display: none;\n}\n.button-vue[data-v-e4697e39]:has(.button-vue__text:empty) {\n --button-padding: var(--button-radius);\n line-height: 1;\n width: var(--button-size) !important;\n}\n.button-vue[data-v-e4697e39]:has(.button-vue__icon:empty) {\n --button-padding: var(--button-padding-default);\n}\n.button-vue:has(.button-vue__icon:empty) .button-vue__text[data-v-e4697e39] {\n padding-inline: var(--default-grid-baseline);\n}\n.button-vue--wide[data-v-e4697e39] {\n width: 100%;\n}\n.button-vue[data-v-e4697e39]:focus-visible {\n outline: 2px solid var(--color-main-text) !important;\n box-shadow: 0 0 0 4px var(--color-main-background) !important;\n}\n.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-e4697e39] {\n outline: 2px solid var(--color-primary-element-text);\n border-radius: var(--border-radius-element);\n background-color: transparent;\n}\n.button-vue--primary[data-v-e4697e39] {\n background-color: var(--color-primary-element);\n border-color: var(--color-primary-element-hover);\n color: var(--color-primary-element-text);\n}\n.button-vue--primary[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-primary-element-hover);\n}\n.button-vue--primary[data-v-e4697e39]:active {\n background-color: var(--color-primary-element);\n}\n.button-vue--secondary[data-v-e4697e39] {\n background-color: var(--color-primary-element-light);\n border-color: var(--color-primary-element-light-hover);\n color: var(--color-primary-element-light-text);\n}\n.button-vue--secondary[data-v-e4697e39]:hover:not(:disabled) {\n color: var(--color-primary-element-light-text);\n background-color: var(--color-primary-element-light-hover);\n}\n.button-vue--tertiary[data-v-e4697e39] {\n background-color: transparent;\n border-color: transparent;\n color: var(--color-main-text);\n}\n.button-vue--tertiary[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-background-hover);\n}\n.button-vue--tertiary-no-background[data-v-e4697e39]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--tertiary-on-primary[data-v-e4697e39] {\n color: var(--color-primary-element-text);\n}\n.button-vue--tertiary-on-primary[data-v-e4697e39]:hover:not(:disabled) {\n background-color: transparent;\n}\n.button-vue--success[data-v-e4697e39] {\n border-color: var(--color-success-hover);\n background-color: var(--color-success);\n color: var(--color-success-text);\n}\n.button-vue--success[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-success-hover);\n}\n.button-vue--success[data-v-e4697e39]:active {\n background-color: var(--color-success);\n}\n.button-vue--warning[data-v-e4697e39] {\n border-color: var(--color-warning-hover);\n background-color: var(--color-warning);\n color: var(--color-warning-text);\n}\n.button-vue--warning[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-warning-hover);\n}\n.button-vue--warning[data-v-e4697e39]:active {\n background-color: var(--color-warning);\n}\n.button-vue--error[data-v-e4697e39] {\n border-color: var(--color-error-hover);\n background-color: var(--color-error);\n color: var(--color-error-text);\n}\n.button-vue--error[data-v-e4697e39]:hover:not(:disabled) {\n background-color: var(--color-error-hover);\n}\n.button-vue--error[data-v-e4697e39]:active {\n background-color: var(--color-error);\n}\n.button-vue--legacy[data-v-e4697e39] {\n --button-inner-size: var(--button-size);\n border: none;\n padding-block: 0;\n}\n.button-vue--legacy.button-vue--error[data-v-e4697e39], .button-vue--legacy.button-vue--success[data-v-e4697e39], .button-vue--legacy.button-vue--warning[data-v-e4697e39] {\n color: white;\n}"],sourceRoot:""}]);const s=a},112:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n\n/** When having the small dialog style we override the modal styling so dialogs look more dialog like */\n@media only screen and (max-width: 512px) {\n.dialog__modal .modal-wrapper--small .modal-container {\n width: fit-content;\n height: unset;\n max-height: 90%;\n position: relative;\n top: unset;\n border-radius: var(--border-radius-element);\n}\n}/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-ca0b8eba] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.dialog[data-v-ca0b8eba] {\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n overflow: hidden;\n}\n.dialog__modal[data-v-ca0b8eba] .modal-wrapper .modal-container {\n display: flex !important;\n padding-block: 4px 0;\n padding-inline: 12px 0;\n}\n.dialog__modal[data-v-ca0b8eba] .modal-wrapper .modal-container__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n.dialog__wrapper[data-v-ca0b8eba] {\n display: flex;\n flex-direction: row;\n flex: 1;\n min-height: 0;\n overflow: hidden;\n}\n.dialog__wrapper--collapsed[data-v-ca0b8eba] {\n flex-direction: column;\n}\n.dialog__navigation[data-v-ca0b8eba] {\n display: flex;\n flex-shrink: 0;\n}\n.dialog__wrapper:not(.dialog__wrapper--collapsed) .dialog__navigation[data-v-ca0b8eba] {\n flex-direction: column;\n overflow: hidden auto;\n height: 100%;\n min-width: 200px;\n margin-inline-end: 20px;\n}\n.dialog__wrapper.dialog__wrapper--collapsed .dialog__navigation[data-v-ca0b8eba] {\n flex-direction: row;\n justify-content: space-between;\n overflow: auto hidden;\n width: 100%;\n min-width: 100%;\n}\n.dialog__name[data-v-ca0b8eba] {\n font-size: 21px;\n text-align: center;\n height: fit-content;\n min-height: var(--default-clickable-area);\n line-height: var(--default-clickable-area);\n overflow-wrap: break-word;\n margin-block: 0 12px;\n}\n.dialog__content[data-v-ca0b8eba] {\n flex: 1;\n min-height: 0;\n overflow: auto;\n padding-inline-end: 12px;\n}\n.dialog__text[data-v-ca0b8eba] {\n padding-block-end: 6px;\n}\n.dialog__actions[data-v-ca0b8eba] {\n display: flex;\n gap: 6px;\n align-content: center;\n justify-content: end;\n width: 100%;\n max-width: 100%;\n padding-inline: 0 12px;\n margin-inline: 0;\n margin-block: 0;\n}\n.dialog__actions[data-v-ca0b8eba]:not(:empty) {\n margin-block: 6px 12px;\n}\n@media only screen and (max-width: 512px) {\n.dialog__name[data-v-ca0b8eba] {\n text-align: start;\n margin-inline-end: var(--default-clickable-area);\n}\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcDialog-D3fAX1Fs.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;;AAEA,uGAAuG;AACvG;AACA;IACI,kBAAkB;IAClB,aAAa;IACb,eAAe;IACf,kBAAkB;IAClB,UAAU;IACV,2CAA2C;AAC/C;AACA,CAAC;;;EAGC;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,YAAY;EACZ,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,8BAA8B;EAC9B,gBAAgB;AAClB;AACA;EACE,wBAAwB;EACxB,oBAAoB;EACpB,sBAAsB;AACxB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,OAAO;EACP,aAAa;EACb,gBAAgB;AAClB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,aAAa;EACb,cAAc;AAChB;AACA;EACE,sBAAsB;EACtB,qBAAqB;EACrB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,mBAAmB;EACnB,8BAA8B;EAC9B,qBAAqB;EACrB,WAAW;EACX,eAAe;AACjB;AACA;EACE,eAAe;EACf,kBAAkB;EAClB,mBAAmB;EACnB,yCAAyC;EACzC,0CAA0C;EAC1C,yBAAyB;EACzB,oBAAoB;AACtB;AACA;EACE,OAAO;EACP,aAAa;EACb,cAAc;EACd,wBAAwB;AAC1B;AACA;EACE,sBAAsB;AACxB;AACA;EACE,aAAa;EACb,QAAQ;EACR,qBAAqB;EACrB,oBAAoB;EACpB,WAAW;EACX,eAAe;EACf,sBAAsB;EACtB,gBAAgB;EAChB,eAAe;AACjB;AACA;EACE,sBAAsB;AACxB;AACA;AACA;IACI,iBAAiB;IACjB,gDAAgD;AACpD;AACA",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n\n/** When having the small dialog style we override the modal styling so dialogs look more dialog like */\n@media only screen and (max-width: 512px) {\n.dialog__modal .modal-wrapper--small .modal-container {\n width: fit-content;\n height: unset;\n max-height: 90%;\n position: relative;\n top: unset;\n border-radius: var(--border-radius-element);\n}\n}/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-ca0b8eba] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.dialog[data-v-ca0b8eba] {\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n overflow: hidden;\n}\n.dialog__modal[data-v-ca0b8eba] .modal-wrapper .modal-container {\n display: flex !important;\n padding-block: 4px 0;\n padding-inline: 12px 0;\n}\n.dialog__modal[data-v-ca0b8eba] .modal-wrapper .modal-container__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n.dialog__wrapper[data-v-ca0b8eba] {\n display: flex;\n flex-direction: row;\n flex: 1;\n min-height: 0;\n overflow: hidden;\n}\n.dialog__wrapper--collapsed[data-v-ca0b8eba] {\n flex-direction: column;\n}\n.dialog__navigation[data-v-ca0b8eba] {\n display: flex;\n flex-shrink: 0;\n}\n.dialog__wrapper:not(.dialog__wrapper--collapsed) .dialog__navigation[data-v-ca0b8eba] {\n flex-direction: column;\n overflow: hidden auto;\n height: 100%;\n min-width: 200px;\n margin-inline-end: 20px;\n}\n.dialog__wrapper.dialog__wrapper--collapsed .dialog__navigation[data-v-ca0b8eba] {\n flex-direction: row;\n justify-content: space-between;\n overflow: auto hidden;\n width: 100%;\n min-width: 100%;\n}\n.dialog__name[data-v-ca0b8eba] {\n font-size: 21px;\n text-align: center;\n height: fit-content;\n min-height: var(--default-clickable-area);\n line-height: var(--default-clickable-area);\n overflow-wrap: break-word;\n margin-block: 0 12px;\n}\n.dialog__content[data-v-ca0b8eba] {\n flex: 1;\n min-height: 0;\n overflow: auto;\n padding-inline-end: 12px;\n}\n.dialog__text[data-v-ca0b8eba] {\n padding-block-end: 6px;\n}\n.dialog__actions[data-v-ca0b8eba] {\n display: flex;\n gap: 6px;\n align-content: center;\n justify-content: end;\n width: 100%;\n max-width: 100%;\n padding-inline: 0 12px;\n margin-inline: 0;\n margin-block: 0;\n}\n.dialog__actions[data-v-ca0b8eba]:not(:empty) {\n margin-block: 6px 12px;\n}\n@media only screen and (max-width: 512px) {\n.dialog__name[data-v-ca0b8eba] {\n text-align: start;\n margin-inline-end: var(--default-clickable-area);\n}\n}"],sourceRoot:""}]);const s=a},148:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-aaedb1c3] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.icon-vue[data-v-aaedb1c3] {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: var(--default-clickable-area);\n min-height: var(--default-clickable-area);\n opacity: 1;\n}\n.icon-vue.icon-vue--inline[data-v-aaedb1c3] {\n display: inline-flex !important;\n min-width: fit-content;\n min-height: fit-content;\n vertical-align: text-bottom;\n}\n.icon-vue span[data-v-aaedb1c3] {\n line-height: 0;\n}\n.icon-vue[data-v-aaedb1c3] svg {\n fill: currentColor;\n width: var(--fb515064);\n height: var(--fb515064);\n max-width: var(--fb515064);\n max-height: var(--fb515064);\n}\n.icon-vue--directional[data-v-aaedb1c3] svg:dir(rtl) {\n transform: scaleX(-1);\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcIconSvgWrapper-N3OwSN9O.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,uBAAuB;EACvB,mBAAmB;EACnB,wCAAwC;EACxC,yCAAyC;EACzC,UAAU;AACZ;AACA;EACE,+BAA+B;EAC/B,sBAAsB;EACtB,uBAAuB;EACvB,2BAA2B;AAC7B;AACA;EACE,cAAc;AAChB;AACA;EACE,kBAAkB;EAClB,sBAAsB;EACtB,uBAAuB;EACvB,0BAA0B;EAC1B,2BAA2B;AAC7B;AACA;EACE,qBAAqB;AACvB",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-aaedb1c3] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.icon-vue[data-v-aaedb1c3] {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: var(--default-clickable-area);\n min-height: var(--default-clickable-area);\n opacity: 1;\n}\n.icon-vue.icon-vue--inline[data-v-aaedb1c3] {\n display: inline-flex !important;\n min-width: fit-content;\n min-height: fit-content;\n vertical-align: text-bottom;\n}\n.icon-vue span[data-v-aaedb1c3] {\n line-height: 0;\n}\n.icon-vue[data-v-aaedb1c3] svg {\n fill: currentColor;\n width: var(--fb515064);\n height: var(--fb515064);\n max-width: var(--fb515064);\n max-height: var(--fb515064);\n}\n.icon-vue--directional[data-v-aaedb1c3] svg:dir(rtl) {\n transform: scaleX(-1);\n}"],sourceRoot:""}]);const s=a},490:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-3487c05a] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.input-field[data-v-3487c05a] {\n --input-border-color: var(--color-border-maxcontrast);\n --input-border-radius: var(--border-radius-element);\n --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px));\n --input-padding-start: var(--border-radius-element);\n --input-padding-end: var(--border-radius-element);\n position: relative;\n width: 100%;\n margin-block-start: 6px;\n}\n.input-field--disabled[data-v-3487c05a] {\n opacity: 0.4;\n filter: saturate(0.4);\n}\n.input-field--label-outside[data-v-3487c05a] {\n margin-block-start: 0;\n}\n.input-field--leading-icon[data-v-3487c05a] {\n --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--trailing-icon[data-v-3487c05a] {\n --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--pill[data-v-3487c05a] {\n --input-border-radius: var(--border-radius-pill);\n}\n.input-field__main-wrapper[data-v-3487c05a] {\n height: var(--default-clickable-area);\n padding: var(--border-width-input, 2px);\n position: relative;\n}\n.input-field__main-wrapper[data-v-3487c05a]:not(:has([disabled])):has(input:focus), .input-field__main-wrapper[data-v-3487c05a]:not(:has([disabled])):has(input:active) {\n padding: 0;\n}\n.input-field__input[data-v-3487c05a] {\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n border: none;\n border-radius: var(--input-border-radius);\n box-shadow: 0 -1px var(--input-border-color), 0 0 0 1px color-mix(in srgb, var(--input-border-color), 65% transparent);\n cursor: pointer;\n -webkit-appearance: textfield !important;\n -moz-appearance: textfield !important;\n appearance: textfield !important;\n font-size: var(--default-font-size);\n text-overflow: ellipsis;\n height: 100% !important;\n min-height: unset;\n width: 100%;\n padding-block: var(--input-border-width-offset);\n padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset));\n}\n.input-field__input[data-v-3487c05a]::placeholder {\n color: var(--color-text-maxcontrast);\n}\n.input-field__input[data-v-3487c05a]::-webkit-search-cancel-button {\n display: none;\n}\n.input-field__input[data-v-3487c05a]::-webkit-search-decoration, .input-field__input[data-v-3487c05a]::-webkit-search-results-button, .input-field__input[data-v-3487c05a]::-webkit-search-results-decoration, .input-field__input[data-v-3487c05a]::-ms-clear {\n display: none;\n}\n.input-field__input[data-v-3487c05a]:hover:not([disabled]) {\n box-shadow: 0 0 0 1px var(--input-border-color);\n}\n.input-field__input[data-v-3487c05a]:active:not([disabled]), .input-field__input[data-v-3487c05a]:focus:not([disabled]) {\n --input-border-color: var(--color-main-text);\n --input-border-width-offset: 0px;\n border: var(--border-width-input-focused, 2px) solid var(--input-border-color);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n}\n.input-field__input:focus + .input-field__label[data-v-3487c05a], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-3487c05a] {\n color: var(--color-main-text);\n}\n.input-field__input[data-v-3487c05a]:focus {\n cursor: text;\n}\n.input-field__input[data-v-3487c05a]:disabled {\n cursor: default;\n}\n.input-field__input[data-v-3487c05a]:focus-visible {\n box-shadow: unset !important;\n}\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-3487c05a]:not(:focus)::placeholder {\n opacity: 0;\n}\n.input-field__label[data-v-3487c05a] {\n --input-label-font-size: var(--default-font-size);\n font-size: var(--input-label-font-size);\n position: absolute;\n margin-inline: var(--input-padding-start) var(--input-padding-end);\n max-width: fit-content;\n inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\n inset-inline: var(--border-width-input-focused, 2px);\n color: var(--color-text-maxcontrast);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n}\n.input-field__input:focus + .input-field__label[data-v-3487c05a], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-3487c05a] {\n --input-label-font-size: 13px;\n line-height: 1.5;\n inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\n font-weight: 500;\n border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\n background-color: var(--color-main-background);\n padding-inline: var(--default-grid-baseline);\n margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n}\n.input-field__icon[data-v-3487c05a] {\n position: absolute;\n height: var(--default-clickable-area);\n width: var(--default-clickable-area);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0.7;\n inset-block-end: 0;\n}\n.input-field__icon--leading[data-v-3487c05a] {\n inset-inline-start: 0px;\n}\n.input-field__icon--trailing[data-v-3487c05a] {\n inset-inline-end: 0px;\n}\n.input-field__trailing-button[data-v-3487c05a] {\n --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\n --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\n}\n.input-field__trailing-button.button-vue[data-v-3487c05a] {\n position: absolute;\n top: var(--border-width-input-focused, 2px);\n inset-inline-end: var(--border-width-input-focused, 2px);\n}\n.input-field__trailing-button.button-vue[data-v-3487c05a]:focus-visible {\n box-shadow: none !important;\n}\n.input-field__helper-text-message[data-v-3487c05a] {\n padding-block: 4px;\n padding-inline: var(--border-radius-element);\n display: flex;\n align-items: center;\n color: var(--color-text-maxcontrast);\n}\n.input-field__helper-text-message__icon[data-v-3487c05a] {\n margin-inline-end: 8px;\n}\n.input-field--error .input-field__helper-text-message[data-v-3487c05a],\n.input-field--error .input-field__icon--trailing[data-v-3487c05a] {\n color: var(--color-text-error, var(--color-error));\n}\n.input-field--error .input-field__input[data-v-3487c05a], .input-field__input[data-v-3487c05a]:user-invalid {\n --input-border-color: var(--color-border-error, var(--color-error)) !important;\n}\n.input-field--error .input-field__input[data-v-3487c05a]:focus-visible, .input-field__input[data-v-3487c05a]:user-invalid:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field--success .input-field__input[data-v-3487c05a] {\n --input-border-color: var(--color-border-success, var(--color-success)) !important;\n}\n.input-field--success .input-field__input[data-v-3487c05a]:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field--success .input-field__helper-text-message__icon[data-v-3487c05a] {\n color: var(--color-border-success, var(--color-success));\n}\n.input-field--legacy .input-field__input[data-v-3487c05a] {\n box-shadow: 0 0 0 1px var(--input-border-color) inset;\n}\n.input-field--legacy .input-field__main-wrapper[data-v-3487c05a]:hover:not(:has([disabled])) {\n padding: 0;\n}\n.input-field--legacy .input-field__main-wrapper:hover:not(:has([disabled])) .input-field__input[data-v-3487c05a] {\n --input-border-color: var(--color-main-text);\n --input-border-width-offset: 0px;\n border: var(--border-width-input-focused, 2px) solid var(--input-border-color);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcInputField-DCpslX7k.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,qDAAqD;EACrD,mDAAmD;EACnD,0GAA0G;EAC1G,mDAAmD;EACnD,iDAAiD;EACjD,kBAAkB;EAClB,WAAW;EACX,uBAAuB;AACzB;AACA;EACE,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,yFAAyF;AAC3F;AACA;EACE,uFAAuF;AACzF;AACA;EACE,gDAAgD;AAClD;AACA;EACE,qCAAqC;EACrC,uCAAuC;EACvC,kBAAkB;AACpB;AACA;EACE,UAAU;AACZ;AACA;EACE,8CAA8C;EAC9C,6BAA6B;EAC7B,YAAY;EACZ,yCAAyC;EACzC,sHAAsH;EACtH,eAAe;EACf,wCAAwC;EACxC,qCAAqC;EACrC,gCAAgC;EAChC,mCAAmC;EACnC,uBAAuB;EACvB,uBAAuB;EACvB,iBAAiB;EACjB,WAAW;EACX,+CAA+C;EAC/C,qJAAqJ;AACvJ;AACA;EACE,oCAAoC;AACtC;AACA;EACE,aAAa;AACf;AACA;EACE,aAAa;AACf;AACA;EACE,+CAA+C;AACjD;AACA;EACE,4CAA4C;EAC5C,gCAAgC;EAChC,8EAA8E;EAC9E,6DAA6D;AAC/D;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,YAAY;AACd;AACA;EACE,eAAe;AACjB;AACA;EACE,4BAA4B;AAC9B;AACA;EACE,UAAU;AACZ;AACA;EACE,iDAAiD;EACjD,uCAAuC;EACvC,kBAAkB;EAClB,kEAAkE;EAClE,sBAAsB;EACtB,kEAAkE;EAClE,oDAAoD;EACpD,oCAAoC;EACpC,mBAAmB;EACnB,gBAAgB;EAChB,uBAAuB;EACvB,oBAAoB;EACpB,kNAAkN;AACpN;AACA;EACE,6BAA6B;EAC7B,gBAAgB;EAChB,gEAAgE;EAChE,gBAAgB;EAChB,4EAA4E;EAC5E,8CAA8C;EAC9C,4CAA4C;EAC5C,4IAA4I;EAC5I,mJAAmJ;AACrJ;AACA;EACE,kBAAkB;EAClB,qCAAqC;EACrC,oCAAoC;EACpC,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,YAAY;EACZ,kBAAkB;AACpB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,0GAA0G;EAC1G,0FAA0F;AAC5F;AACA;EACE,kBAAkB;EAClB,2CAA2C;EAC3C,wDAAwD;AAC1D;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,kBAAkB;EAClB,4CAA4C;EAC5C,aAAa;EACb,mBAAmB;EACnB,oCAAoC;AACtC;AACA;EACE,sBAAsB;AACxB;AACA;;EAEE,kDAAkD;AACpD;AACA;EACE,8EAA8E;AAChF;AACA;EACE,iIAAiI;AACnI;AACA;EACE,kFAAkF;AACpF;AACA;EACE,iIAAiI;AACnI;AACA;EACE,wDAAwD;AAC1D;AACA;EACE,qDAAqD;AACvD;AACA;EACE,UAAU;AACZ;AACA;EACE,4CAA4C;EAC5C,gCAAgC;EAChC,8EAA8E;EAC9E,6DAA6D;AAC/D",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-3487c05a] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.input-field[data-v-3487c05a] {\n --input-border-color: var(--color-border-maxcontrast);\n --input-border-radius: var(--border-radius-element);\n --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px));\n --input-padding-start: var(--border-radius-element);\n --input-padding-end: var(--border-radius-element);\n position: relative;\n width: 100%;\n margin-block-start: 6px;\n}\n.input-field--disabled[data-v-3487c05a] {\n opacity: 0.4;\n filter: saturate(0.4);\n}\n.input-field--label-outside[data-v-3487c05a] {\n margin-block-start: 0;\n}\n.input-field--leading-icon[data-v-3487c05a] {\n --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--trailing-icon[data-v-3487c05a] {\n --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--pill[data-v-3487c05a] {\n --input-border-radius: var(--border-radius-pill);\n}\n.input-field__main-wrapper[data-v-3487c05a] {\n height: var(--default-clickable-area);\n padding: var(--border-width-input, 2px);\n position: relative;\n}\n.input-field__main-wrapper[data-v-3487c05a]:not(:has([disabled])):has(input:focus), .input-field__main-wrapper[data-v-3487c05a]:not(:has([disabled])):has(input:active) {\n padding: 0;\n}\n.input-field__input[data-v-3487c05a] {\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n border: none;\n border-radius: var(--input-border-radius);\n box-shadow: 0 -1px var(--input-border-color), 0 0 0 1px color-mix(in srgb, var(--input-border-color), 65% transparent);\n cursor: pointer;\n -webkit-appearance: textfield !important;\n -moz-appearance: textfield !important;\n appearance: textfield !important;\n font-size: var(--default-font-size);\n text-overflow: ellipsis;\n height: 100% !important;\n min-height: unset;\n width: 100%;\n padding-block: var(--input-border-width-offset);\n padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset));\n}\n.input-field__input[data-v-3487c05a]::placeholder {\n color: var(--color-text-maxcontrast);\n}\n.input-field__input[data-v-3487c05a]::-webkit-search-cancel-button {\n display: none;\n}\n.input-field__input[data-v-3487c05a]::-webkit-search-decoration, .input-field__input[data-v-3487c05a]::-webkit-search-results-button, .input-field__input[data-v-3487c05a]::-webkit-search-results-decoration, .input-field__input[data-v-3487c05a]::-ms-clear {\n display: none;\n}\n.input-field__input[data-v-3487c05a]:hover:not([disabled]) {\n box-shadow: 0 0 0 1px var(--input-border-color);\n}\n.input-field__input[data-v-3487c05a]:active:not([disabled]), .input-field__input[data-v-3487c05a]:focus:not([disabled]) {\n --input-border-color: var(--color-main-text);\n --input-border-width-offset: 0px;\n border: var(--border-width-input-focused, 2px) solid var(--input-border-color);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n}\n.input-field__input:focus + .input-field__label[data-v-3487c05a], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-3487c05a] {\n color: var(--color-main-text);\n}\n.input-field__input[data-v-3487c05a]:focus {\n cursor: text;\n}\n.input-field__input[data-v-3487c05a]:disabled {\n cursor: default;\n}\n.input-field__input[data-v-3487c05a]:focus-visible {\n box-shadow: unset !important;\n}\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-3487c05a]:not(:focus)::placeholder {\n opacity: 0;\n}\n.input-field__label[data-v-3487c05a] {\n --input-label-font-size: var(--default-font-size);\n font-size: var(--input-label-font-size);\n position: absolute;\n margin-inline: var(--input-padding-start) var(--input-padding-end);\n max-width: fit-content;\n inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\n inset-inline: var(--border-width-input-focused, 2px);\n color: var(--color-text-maxcontrast);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n}\n.input-field__input:focus + .input-field__label[data-v-3487c05a], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-3487c05a] {\n --input-label-font-size: 13px;\n line-height: 1.5;\n inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\n font-weight: 500;\n border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\n background-color: var(--color-main-background);\n padding-inline: var(--default-grid-baseline);\n margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\n transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n}\n.input-field__icon[data-v-3487c05a] {\n position: absolute;\n height: var(--default-clickable-area);\n width: var(--default-clickable-area);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0.7;\n inset-block-end: 0;\n}\n.input-field__icon--leading[data-v-3487c05a] {\n inset-inline-start: 0px;\n}\n.input-field__icon--trailing[data-v-3487c05a] {\n inset-inline-end: 0px;\n}\n.input-field__trailing-button[data-v-3487c05a] {\n --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\n --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\n}\n.input-field__trailing-button.button-vue[data-v-3487c05a] {\n position: absolute;\n top: var(--border-width-input-focused, 2px);\n inset-inline-end: var(--border-width-input-focused, 2px);\n}\n.input-field__trailing-button.button-vue[data-v-3487c05a]:focus-visible {\n box-shadow: none !important;\n}\n.input-field__helper-text-message[data-v-3487c05a] {\n padding-block: 4px;\n padding-inline: var(--border-radius-element);\n display: flex;\n align-items: center;\n color: var(--color-text-maxcontrast);\n}\n.input-field__helper-text-message__icon[data-v-3487c05a] {\n margin-inline-end: 8px;\n}\n.input-field--error .input-field__helper-text-message[data-v-3487c05a],\n.input-field--error .input-field__icon--trailing[data-v-3487c05a] {\n color: var(--color-text-error, var(--color-error));\n}\n.input-field--error .input-field__input[data-v-3487c05a], .input-field__input[data-v-3487c05a]:user-invalid {\n --input-border-color: var(--color-border-error, var(--color-error)) !important;\n}\n.input-field--error .input-field__input[data-v-3487c05a]:focus-visible, .input-field__input[data-v-3487c05a]:user-invalid:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field--success .input-field__input[data-v-3487c05a] {\n --input-border-color: var(--color-border-success, var(--color-success)) !important;\n}\n.input-field--success .input-field__input[data-v-3487c05a]:focus-visible {\n box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field--success .input-field__helper-text-message__icon[data-v-3487c05a] {\n color: var(--color-border-success, var(--color-success));\n}\n.input-field--legacy .input-field__input[data-v-3487c05a] {\n box-shadow: 0 0 0 1px var(--input-border-color) inset;\n}\n.input-field--legacy .input-field__main-wrapper[data-v-3487c05a]:hover:not(:has([disabled])) {\n padding: 0;\n}\n.input-field--legacy .input-field__main-wrapper:hover:not(:has([disabled])) .input-field__input[data-v-3487c05a] {\n --input-border-color: var(--color-main-text);\n --input-border-width-offset: 0px;\n border: var(--border-width-input-focused, 2px) solid var(--input-border-color);\n box-shadow: 0 0 0 2px var(--color-main-background) !important;\n}"],sourceRoot:""}]);const s=a},808:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-cf399190] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.loading-icon[data-v-cf399190] {\n overflow: hidden;\n}\n.loading-icon svg[data-v-cf399190] {\n animation: rotate var(--animation-duration, 0.8s) linear infinite;\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcLoadingIcon-CWUlo4XY.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,iEAAiE;AACnE",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-cf399190] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.loading-icon[data-v-cf399190] {\n overflow: hidden;\n}\n.loading-icon svg[data-v-cf399190] {\n animation: rotate var(--animation-duration, 0.8s) linear infinite;\n}"],sourceRoot:""}]);const s=a},567:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-70dc2566] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.modal-mask[data-v-70dc2566] {\n position: fixed;\n z-index: 9998;\n top: 0;\n inset-inline-start: 0;\n display: block;\n width: 100%;\n height: 100%;\n --backdrop-color: 0, 0, 0;\n background-color: rgba(var(--backdrop-color), 0.5);\n}\n.modal-mask[data-v-70dc2566], .modal-mask[data-v-70dc2566] * {\n box-sizing: border-box;\n}\n.modal-mask--opaque[data-v-70dc2566] {\n background-color: rgba(var(--backdrop-color), 0.92);\n}\n.modal-mask--light[data-v-70dc2566] {\n --backdrop-color: 255, 255, 255;\n}\n.modal-header[data-v-70dc2566] {\n position: absolute;\n z-index: 10001;\n top: 0;\n inset-inline: 0 0;\n display: flex !important;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: var(--header-height);\n overflow: hidden;\n transition: opacity 250ms, visibility 250ms;\n}\n.modal-header__name[data-v-70dc2566] {\n overflow-x: hidden;\n width: 100%;\n padding: 0 calc(var(--default-clickable-area) * 3) 0 12px;\n transition: padding ease 100ms;\n white-space: nowrap;\n text-overflow: ellipsis;\n font-size: 16px;\n margin-block: 0;\n}\n@media only screen and (min-width: 1024px) {\n.modal-header__name[data-v-70dc2566] {\n padding-inline-start: calc(var(--default-clickable-area) * 3);\n text-align: center;\n}\n}\n.modal-header .icons-menu[data-v-70dc2566] {\n position: absolute;\n inset-inline-end: 0;\n display: flex;\n align-items: center;\n justify-content: flex-end;\n}\n.modal-header .icons-menu .header-close[data-v-70dc2566] {\n display: flex;\n align-items: center;\n justify-content: center;\n margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);\n padding: 0;\n}\n.modal-header .icons-menu .play-pause-icons[data-v-70dc2566] {\n position: relative;\n width: var(--header-height);\n height: var(--header-height);\n margin: 0;\n padding: 0;\n cursor: pointer;\n border: none;\n background-color: transparent;\n}\n.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__play[data-v-70dc2566],\n.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__pause[data-v-70dc2566], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__play[data-v-70dc2566],\n.modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__pause[data-v-70dc2566] {\n opacity: 1;\n border-radius: calc(var(--default-clickable-area) / 2);\n background-color: rgba(127, 127, 127, 0.25);\n}\n.modal-header .icons-menu .play-pause-icons__play[data-v-70dc2566], .modal-header .icons-menu .play-pause-icons__pause[data-v-70dc2566] {\n width: var(--default-clickable-area);\n height: var(--default-clickable-area);\n margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);\n cursor: pointer;\n opacity: 0.7;\n}\n.modal-header .icons-menu[data-v-70dc2566] .action-item {\n margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);\n}\n.modal-header .icons-menu[data-v-70dc2566] .action-item--single {\n width: var(--default-clickable-area);\n height: var(--default-clickable-area);\n cursor: pointer;\n background-position: center;\n background-size: 22px;\n}\n.modal-header .icons-menu .header-actions[data-v-70dc2566] button:focus-visible {\n box-shadow: none !important;\n outline: 2px solid #fff !important;\n}\n.modal-header .icons-menu[data-v-70dc2566] .action-item__menutoggle {\n padding: 0;\n}\n.modal-header .icons-menu[data-v-70dc2566] .action-item__menutoggle span, .modal-header .icons-menu[data-v-70dc2566] .action-item__menutoggle svg {\n width: var(--icon-size);\n height: var(--icon-size);\n}\n.modal-wrapper[data-v-70dc2566] {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n /* Navigation buttons */\n}\n.modal-wrapper .prev[data-v-70dc2566],\n.modal-wrapper .next[data-v-70dc2566] {\n z-index: 10000;\n height: 35vh;\n min-height: 300px;\n position: absolute;\n transition: opacity 250ms;\n color: white;\n}\n.modal-wrapper .prev[data-v-70dc2566]:focus-visible,\n.modal-wrapper .next[data-v-70dc2566]:focus-visible {\n box-shadow: 0 0 0 2px var(--color-primary-element-text);\n background-color: var(--color-box-shadow);\n}\n.modal-wrapper .prev[data-v-70dc2566] {\n inset-inline-start: 2px;\n}\n.modal-wrapper .next[data-v-70dc2566] {\n inset-inline-end: 2px;\n}\n.modal-wrapper[data-v-70dc2566] {\n /* Content */\n}\n.modal-wrapper .modal-container[data-v-70dc2566] {\n position: relative;\n display: flex;\n padding: 0;\n transition: transform 300ms ease;\n border-radius: var(--border-radius-container);\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);\n}\n.modal-wrapper .modal-container__close[data-v-70dc2566] {\n z-index: 1;\n position: absolute;\n top: 4px;\n inset-inline-end: var(--default-grid-baseline);\n}\n.modal-wrapper .modal-container__content[data-v-70dc2566] {\n width: 100%;\n min-height: 52px;\n overflow: auto;\n}\n.modal-wrapper--small > .modal-container[data-v-70dc2566] {\n width: 400px;\n max-width: 90%;\n max-height: min(90%, 100% - 2 * var(--header-height));\n}\n.modal-wrapper--normal > .modal-container[data-v-70dc2566] {\n max-width: 90%;\n width: 600px;\n max-height: min(90%, 100% - 2 * var(--header-height));\n}\n.modal-wrapper--large > .modal-container[data-v-70dc2566] {\n max-width: 90%;\n width: 900px;\n max-height: min(90%, 100% - 2 * var(--header-height));\n}\n.modal-wrapper--full > .modal-container[data-v-70dc2566] {\n width: 100%;\n height: calc(100% - var(--header-height));\n position: absolute;\n top: var(--header-height);\n border-radius: 0;\n}\n@media only screen and ((max-width: 512px) or (max-height: 400px)) {\n.modal-wrapper .modal-container[data-v-70dc2566] {\n max-width: initial;\n width: 100%;\n max-height: initial;\n height: calc(100% - var(--header-height));\n position: absolute;\n top: var(--header-height);\n border-radius: 0;\n}\n}\n\n/* TRANSITIONS */\n.fade-enter-active[data-v-70dc2566],\n.fade-leave-active[data-v-70dc2566] {\n transition: opacity 250ms;\n}\n.fade-enter-from[data-v-70dc2566],\n.fade-leave-to[data-v-70dc2566] {\n opacity: 0;\n}\n.fade-visibility-enter-from[data-v-70dc2566],\n.fade-visibility-leave-to[data-v-70dc2566] {\n visibility: hidden;\n opacity: 0;\n}\n.modal-in-enter-active[data-v-70dc2566],\n.modal-in-leave-active[data-v-70dc2566],\n.modal-out-enter-active[data-v-70dc2566],\n.modal-out-leave-active[data-v-70dc2566] {\n transition: opacity 250ms;\n}\n.modal-in-enter-from[data-v-70dc2566],\n.modal-in-leave-to[data-v-70dc2566],\n.modal-out-enter-from[data-v-70dc2566],\n.modal-out-leave-to[data-v-70dc2566] {\n opacity: 0;\n}\n.modal-in-enter .modal-container[data-v-70dc2566],\n.modal-in-leave-to .modal-container[data-v-70dc2566] {\n transform: scale(0.9);\n}\n.modal-out-enter .modal-container[data-v-70dc2566],\n.modal-out-leave-to .modal-container[data-v-70dc2566] {\n transform: scale(1.1);\n}\n.modal-mask .play-pause-icons .progress-ring[data-v-70dc2566] {\n position: absolute;\n top: 0;\n inset-inline-start: 0;\n transform: rotate(-90deg);\n}\n.modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-70dc2566] {\n transition: 100ms stroke-dashoffset;\n transform-origin: 50% 50%;\n animation: progressring-70dc2566 linear var(--slideshow-duration) infinite;\n stroke-linecap: round;\n stroke-dashoffset: 94.2477796077;\n stroke-dasharray: 94.2477796077;\n}\n.modal-mask .play-pause-icons--paused .icon-pause[data-v-70dc2566] {\n animation: breath-70dc2566 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;\n}\n.modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-70dc2566] {\n animation-play-state: paused !important;\n}\n@keyframes progressring-70dc2566 {\nfrom {\n stroke-dashoffset: 94.2477796077;\n}\nto {\n stroke-dashoffset: 0;\n}\n}\n@keyframes breath-70dc2566 {\n0% {\n opacity: 1;\n}\n50% {\n opacity: 0;\n}\n100% {\n opacity: 1;\n}\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcModal-Dyub1-f2.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,eAAe;EACf,aAAa;EACb,MAAM;EACN,qBAAqB;EACrB,cAAc;EACd,WAAW;EACX,YAAY;EACZ,yBAAyB;EACzB,kDAAkD;AACpD;AACA;EACE,sBAAsB;AACxB;AACA;EACE,mDAAmD;AACrD;AACA;EACE,+BAA+B;AACjC;AACA;EACE,kBAAkB;EAClB,cAAc;EACd,MAAM;EACN,iBAAiB;EACjB,wBAAwB;EACxB,mBAAmB;EACnB,uBAAuB;EACvB,WAAW;EACX,4BAA4B;EAC5B,gBAAgB;EAChB,2CAA2C;AAC7C;AACA;EACE,kBAAkB;EAClB,WAAW;EACX,yDAAyD;EACzD,8BAA8B;EAC9B,mBAAmB;EACnB,uBAAuB;EACvB,eAAe;EACf,eAAe;AACjB;AACA;AACA;IACI,6DAA6D;IAC7D,kBAAkB;AACtB;AACA;AACA;EACE,kBAAkB;EAClB,mBAAmB;EACnB,aAAa;EACb,mBAAmB;EACnB,yBAAyB;AAC3B;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,wEAAwE;EACxE,UAAU;AACZ;AACA;EACE,kBAAkB;EAClB,2BAA2B;EAC3B,4BAA4B;EAC5B,SAAS;EACT,UAAU;EACV,eAAe;EACf,YAAY;EACZ,6BAA6B;AAC/B;AACA;;;EAGE,UAAU;EACV,sDAAsD;EACtD,2CAA2C;AAC7C;AACA;EACE,oCAAoC;EACpC,qCAAqC;EACrC,wEAAwE;EACxE,eAAe;EACf,YAAY;AACd;AACA;EACE,wEAAwE;AAC1E;AACA;EACE,oCAAoC;EACpC,qCAAqC;EACrC,eAAe;EACf,2BAA2B;EAC3B,qBAAqB;AACvB;AACA;EACE,2BAA2B;EAC3B,kCAAkC;AACpC;AACA;EACE,UAAU;AACZ;AACA;EACE,uBAAuB;EACvB,wBAAwB;AAC1B;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,WAAW;EACX,YAAY;EACZ,uBAAuB;AACzB;AACA;;EAEE,cAAc;EACd,YAAY;EACZ,iBAAiB;EACjB,kBAAkB;EAClB,yBAAyB;EACzB,YAAY;AACd;AACA;;EAEE,uDAAuD;EACvD,yCAAyC;AAC3C;AACA;EACE,uBAAuB;AACzB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,YAAY;AACd;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,UAAU;EACV,gCAAgC;EAChC,6CAA6C;EAC7C,8CAA8C;EAC9C,6BAA6B;EAC7B,uCAAuC;AACzC;AACA;EACE,UAAU;EACV,kBAAkB;EAClB,QAAQ;EACR,8CAA8C;AAChD;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,cAAc;AAChB;AACA;EACE,YAAY;EACZ,cAAc;EACd,qDAAqD;AACvD;AACA;EACE,cAAc;EACd,YAAY;EACZ,qDAAqD;AACvD;AACA;EACE,cAAc;EACd,YAAY;EACZ,qDAAqD;AACvD;AACA;EACE,WAAW;EACX,yCAAyC;EACzC,kBAAkB;EAClB,yBAAyB;EACzB,gBAAgB;AAClB;AACA;AACA;IACI,kBAAkB;IAClB,WAAW;IACX,mBAAmB;IACnB,yCAAyC;IACzC,kBAAkB;IAClB,yBAAyB;IACzB,gBAAgB;AACpB;AACA;;AAEA,gBAAgB;AAChB;;EAEE,yBAAyB;AAC3B;AACA;;EAEE,UAAU;AACZ;AACA;;EAEE,kBAAkB;EAClB,UAAU;AACZ;AACA;;;;EAIE,yBAAyB;AAC3B;AACA;;;;EAIE,UAAU;AACZ;AACA;;EAEE,qBAAqB;AACvB;AACA;;EAEE,qBAAqB;AACvB;AACA;EACE,kBAAkB;EAClB,MAAM;EACN,qBAAqB;EACrB,yBAAyB;AAC3B;AACA;EACE,mCAAmC;EACnC,yBAAyB;EACzB,0EAA0E;EAC1E,qBAAqB;EACrB,gCAAgC;EAChC,+BAA+B;AACjC;AACA;EACE,mEAAmE;AACrE;AACA;EACE,uCAAuC;AACzC;AACA;AACA;IACI,gCAAgC;AACpC;AACA;IACI,oBAAoB;AACxB;AACA;AACA;AACA;IACI,UAAU;AACd;AACA;IACI,UAAU;AACd;AACA;IACI,UAAU;AACd;AACA",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-70dc2566] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n.modal-mask[data-v-70dc2566] {\n position: fixed;\n z-index: 9998;\n top: 0;\n inset-inline-start: 0;\n display: block;\n width: 100%;\n height: 100%;\n --backdrop-color: 0, 0, 0;\n background-color: rgba(var(--backdrop-color), 0.5);\n}\n.modal-mask[data-v-70dc2566], .modal-mask[data-v-70dc2566] * {\n box-sizing: border-box;\n}\n.modal-mask--opaque[data-v-70dc2566] {\n background-color: rgba(var(--backdrop-color), 0.92);\n}\n.modal-mask--light[data-v-70dc2566] {\n --backdrop-color: 255, 255, 255;\n}\n.modal-header[data-v-70dc2566] {\n position: absolute;\n z-index: 10001;\n top: 0;\n inset-inline: 0 0;\n display: flex !important;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: var(--header-height);\n overflow: hidden;\n transition: opacity 250ms, visibility 250ms;\n}\n.modal-header__name[data-v-70dc2566] {\n overflow-x: hidden;\n width: 100%;\n padding: 0 calc(var(--default-clickable-area) * 3) 0 12px;\n transition: padding ease 100ms;\n white-space: nowrap;\n text-overflow: ellipsis;\n font-size: 16px;\n margin-block: 0;\n}\n@media only screen and (min-width: 1024px) {\n.modal-header__name[data-v-70dc2566] {\n padding-inline-start: calc(var(--default-clickable-area) * 3);\n text-align: center;\n}\n}\n.modal-header .icons-menu[data-v-70dc2566] {\n position: absolute;\n inset-inline-end: 0;\n display: flex;\n align-items: center;\n justify-content: flex-end;\n}\n.modal-header .icons-menu .header-close[data-v-70dc2566] {\n display: flex;\n align-items: center;\n justify-content: center;\n margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);\n padding: 0;\n}\n.modal-header .icons-menu .play-pause-icons[data-v-70dc2566] {\n position: relative;\n width: var(--header-height);\n height: var(--header-height);\n margin: 0;\n padding: 0;\n cursor: pointer;\n border: none;\n background-color: transparent;\n}\n.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__play[data-v-70dc2566],\n.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__pause[data-v-70dc2566], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__play[data-v-70dc2566],\n.modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__pause[data-v-70dc2566] {\n opacity: 1;\n border-radius: calc(var(--default-clickable-area) / 2);\n background-color: rgba(127, 127, 127, 0.25);\n}\n.modal-header .icons-menu .play-pause-icons__play[data-v-70dc2566], .modal-header .icons-menu .play-pause-icons__pause[data-v-70dc2566] {\n width: var(--default-clickable-area);\n height: var(--default-clickable-area);\n margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);\n cursor: pointer;\n opacity: 0.7;\n}\n.modal-header .icons-menu[data-v-70dc2566] .action-item {\n margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);\n}\n.modal-header .icons-menu[data-v-70dc2566] .action-item--single {\n width: var(--default-clickable-area);\n height: var(--default-clickable-area);\n cursor: pointer;\n background-position: center;\n background-size: 22px;\n}\n.modal-header .icons-menu .header-actions[data-v-70dc2566] button:focus-visible {\n box-shadow: none !important;\n outline: 2px solid #fff !important;\n}\n.modal-header .icons-menu[data-v-70dc2566] .action-item__menutoggle {\n padding: 0;\n}\n.modal-header .icons-menu[data-v-70dc2566] .action-item__menutoggle span, .modal-header .icons-menu[data-v-70dc2566] .action-item__menutoggle svg {\n width: var(--icon-size);\n height: var(--icon-size);\n}\n.modal-wrapper[data-v-70dc2566] {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n /* Navigation buttons */\n}\n.modal-wrapper .prev[data-v-70dc2566],\n.modal-wrapper .next[data-v-70dc2566] {\n z-index: 10000;\n height: 35vh;\n min-height: 300px;\n position: absolute;\n transition: opacity 250ms;\n color: white;\n}\n.modal-wrapper .prev[data-v-70dc2566]:focus-visible,\n.modal-wrapper .next[data-v-70dc2566]:focus-visible {\n box-shadow: 0 0 0 2px var(--color-primary-element-text);\n background-color: var(--color-box-shadow);\n}\n.modal-wrapper .prev[data-v-70dc2566] {\n inset-inline-start: 2px;\n}\n.modal-wrapper .next[data-v-70dc2566] {\n inset-inline-end: 2px;\n}\n.modal-wrapper[data-v-70dc2566] {\n /* Content */\n}\n.modal-wrapper .modal-container[data-v-70dc2566] {\n position: relative;\n display: flex;\n padding: 0;\n transition: transform 300ms ease;\n border-radius: var(--border-radius-container);\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);\n}\n.modal-wrapper .modal-container__close[data-v-70dc2566] {\n z-index: 1;\n position: absolute;\n top: 4px;\n inset-inline-end: var(--default-grid-baseline);\n}\n.modal-wrapper .modal-container__content[data-v-70dc2566] {\n width: 100%;\n min-height: 52px;\n overflow: auto;\n}\n.modal-wrapper--small > .modal-container[data-v-70dc2566] {\n width: 400px;\n max-width: 90%;\n max-height: min(90%, 100% - 2 * var(--header-height));\n}\n.modal-wrapper--normal > .modal-container[data-v-70dc2566] {\n max-width: 90%;\n width: 600px;\n max-height: min(90%, 100% - 2 * var(--header-height));\n}\n.modal-wrapper--large > .modal-container[data-v-70dc2566] {\n max-width: 90%;\n width: 900px;\n max-height: min(90%, 100% - 2 * var(--header-height));\n}\n.modal-wrapper--full > .modal-container[data-v-70dc2566] {\n width: 100%;\n height: calc(100% - var(--header-height));\n position: absolute;\n top: var(--header-height);\n border-radius: 0;\n}\n@media only screen and ((max-width: 512px) or (max-height: 400px)) {\n.modal-wrapper .modal-container[data-v-70dc2566] {\n max-width: initial;\n width: 100%;\n max-height: initial;\n height: calc(100% - var(--header-height));\n position: absolute;\n top: var(--header-height);\n border-radius: 0;\n}\n}\n\n/* TRANSITIONS */\n.fade-enter-active[data-v-70dc2566],\n.fade-leave-active[data-v-70dc2566] {\n transition: opacity 250ms;\n}\n.fade-enter-from[data-v-70dc2566],\n.fade-leave-to[data-v-70dc2566] {\n opacity: 0;\n}\n.fade-visibility-enter-from[data-v-70dc2566],\n.fade-visibility-leave-to[data-v-70dc2566] {\n visibility: hidden;\n opacity: 0;\n}\n.modal-in-enter-active[data-v-70dc2566],\n.modal-in-leave-active[data-v-70dc2566],\n.modal-out-enter-active[data-v-70dc2566],\n.modal-out-leave-active[data-v-70dc2566] {\n transition: opacity 250ms;\n}\n.modal-in-enter-from[data-v-70dc2566],\n.modal-in-leave-to[data-v-70dc2566],\n.modal-out-enter-from[data-v-70dc2566],\n.modal-out-leave-to[data-v-70dc2566] {\n opacity: 0;\n}\n.modal-in-enter .modal-container[data-v-70dc2566],\n.modal-in-leave-to .modal-container[data-v-70dc2566] {\n transform: scale(0.9);\n}\n.modal-out-enter .modal-container[data-v-70dc2566],\n.modal-out-leave-to .modal-container[data-v-70dc2566] {\n transform: scale(1.1);\n}\n.modal-mask .play-pause-icons .progress-ring[data-v-70dc2566] {\n position: absolute;\n top: 0;\n inset-inline-start: 0;\n transform: rotate(-90deg);\n}\n.modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-70dc2566] {\n transition: 100ms stroke-dashoffset;\n transform-origin: 50% 50%;\n animation: progressring-70dc2566 linear var(--slideshow-duration) infinite;\n stroke-linecap: round;\n stroke-dashoffset: 94.2477796077;\n stroke-dasharray: 94.2477796077;\n}\n.modal-mask .play-pause-icons--paused .icon-pause[data-v-70dc2566] {\n animation: breath-70dc2566 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;\n}\n.modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-70dc2566] {\n animation-play-state: paused !important;\n}\n@keyframes progressring-70dc2566 {\nfrom {\n stroke-dashoffset: 94.2477796077;\n}\nto {\n stroke-dashoffset: 0;\n}\n}\n@keyframes breath-70dc2566 {\n0% {\n opacity: 1;\n}\n50% {\n opacity: 0;\n}\n100% {\n opacity: 1;\n}\n}"],sourceRoot:""}]);const s=a},126:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-b2684de6] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n[data-v-b2684de6] .password-field__input--secure-text {\n -webkit-text-security: disc;\n}","",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcPasswordField-BCJ0LHSS.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,2BAA2B;AAC7B",sourcesContent:["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-b2684de6] {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n[data-v-b2684de6] .password-field__input--secure-text {\n -webkit-text-security: disc;\n}"],sourceRoot:""}]);const s=a},54:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,'/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n._material-design-icon_wpltc_12 {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9, ._ncPopover_wpltc_20.v-popper--theme-nc-popover-9 * {\n box-sizing: border-box;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9 .resize-observer {\n position: absolute;\n top: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n left: 0;\n z-index: -1;\n width: 100%;\n height: 100%;\n border: none;\n background-color: transparent;\n pointer-events: none;\n display: block;\n overflow: hidden;\n opacity: 0;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9 .resize-observer object {\n display: block;\n position: absolute;\n top: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n left: 0;\n height: 100%;\n width: 100%;\n overflow: hidden;\n pointer-events: none;\n z-index: -1;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper {\n z-index: 100000;\n top: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n left: 0;\n display: block !important;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__wrapper {\n /*\n * In theory, "filter: drop-shadow" would look better here with arrow shadow.\n * In fact, in results in a blurry popover in Chromium on scaling.\n * The hypothesis is that "filter" creates a new composition layer,\n * and with GPU acceleration requires the previous layers content to be rasterized.\n * In combination with translate3d from floating-vue, it makes Chromium to first render and rasterize the popover\n * and then apply scaling, which results in a blurry popover.\n */\n box-shadow: 0 1px 10px var(--color-box-shadow);\n border-radius: var(--border-radius-element);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__inner {\n padding: 0;\n color: var(--color-main-text);\n border-radius: var(--border-radius-element);\n overflow: hidden;\n background: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__arrow-container {\n position: absolute;\n z-index: 1;\n width: 0;\n height: 0;\n border-style: solid;\n border-color: transparent;\n border-width: 10px;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-container {\n bottom: -9px;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-bottom-width: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-top-color: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {\n top: -9px;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-top-width: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-bottom-color: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-container {\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n left: -9px;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-left-width: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-right-color: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n right: -9px;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-right-width: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-left-color: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] {\n visibility: hidden;\n transition: opacity var(--animation-quick), visibility var(--animation-quick);\n opacity: 0;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] {\n visibility: visible;\n transition: opacity var(--animation-quick);\n opacity: 1;\n}',"",{version:3,sources:["webpack://./node_modules/@nextcloud/vue/dist/assets/NcPopover-CZ3pMU6Y.css"],names:[],mappings:"AAAA;;;EAGE;AACF;;;EAGE;AACF;;CAEC;AACD;EACE,aAAa;EACb,kBAAkB;EAClB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,kBAAkB;EAClB,MAAM;EACN,qDAAqD,EAAE,mBAAmB;EAC1E,OAAO;EACP,WAAW;EACX,WAAW;EACX,YAAY;EACZ,YAAY;EACZ,6BAA6B;EAC7B,oBAAoB;EACpB,cAAc;EACd,gBAAgB;EAChB,UAAU;AACZ;AACA;EACE,cAAc;EACd,kBAAkB;EAClB,MAAM;EACN,qDAAqD,EAAE,mBAAmB;EAC1E,OAAO;EACP,YAAY;EACZ,WAAW;EACX,gBAAgB;EAChB,oBAAoB;EACpB,WAAW;AACb;AACA;EACE,eAAe;EACf,MAAM;EACN,qDAAqD,EAAE,mBAAmB;EAC1E,OAAO;EACP,yBAAyB;AAC3B;AACA;EACE;;;;;;;IAOE;EACF,8CAA8C;EAC9C,2CAA2C;AAC7C;AACA;EACE,UAAU;EACV,6BAA6B;EAC7B,2CAA2C;EAC3C,gBAAgB;EAChB,wCAAwC;AAC1C;AACA;EACE,kBAAkB;EAClB,UAAU;EACV,QAAQ;EACR,SAAS;EACT,mBAAmB;EACnB,yBAAyB;EACzB,kBAAkB;AACpB;AACA;EACE,YAAY;EACZ,qDAAqD,EAAE,mBAAmB;EAC1E,sBAAsB;EACtB,qDAAqD,EAAE,mBAAmB;EAC1E,8CAA8C;AAChD;AACA;EACE,SAAS;EACT,qDAAqD,EAAE,mBAAmB;EAC1E,mBAAmB;EACnB,qDAAqD,EAAE,mBAAmB;EAC1E,iDAAiD;AACnD;AACA;EACE,qDAAqD,EAAE,mBAAmB;EAC1E,UAAU;EACV,qDAAqD,EAAE,mBAAmB;EAC1E,oBAAoB;EACpB,qDAAqD,EAAE,mBAAmB;EAC1E,gDAAgD;AAClD;AACA;EACE,qDAAqD,EAAE,mBAAmB;EAC1E,WAAW;EACX,qDAAqD,EAAE,mBAAmB;EAC1E,qBAAqB;EACrB,qDAAqD,EAAE,mBAAmB;EAC1E,+CAA+C;AACjD;AACA;EACE,kBAAkB;EAClB,6EAA6E;EAC7E,UAAU;AACZ;AACA;EACE,mBAAmB;EACnB,0CAA0C;EAC1C,UAAU;AACZ",sourcesContent:['/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n._material-design-icon_wpltc_12 {\n display: flex;\n align-self: center;\n justify-self: center;\n align-items: center;\n justify-content: center;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9, ._ncPopover_wpltc_20.v-popper--theme-nc-popover-9 * {\n box-sizing: border-box;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9 .resize-observer {\n position: absolute;\n top: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n left: 0;\n z-index: -1;\n width: 100%;\n height: 100%;\n border: none;\n background-color: transparent;\n pointer-events: none;\n display: block;\n overflow: hidden;\n opacity: 0;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9 .resize-observer object {\n display: block;\n position: absolute;\n top: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n left: 0;\n height: 100%;\n width: 100%;\n overflow: hidden;\n pointer-events: none;\n z-index: -1;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper {\n z-index: 100000;\n top: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n left: 0;\n display: block !important;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__wrapper {\n /*\n * In theory, "filter: drop-shadow" would look better here with arrow shadow.\n * In fact, in results in a blurry popover in Chromium on scaling.\n * The hypothesis is that "filter" creates a new composition layer,\n * and with GPU acceleration requires the previous layers content to be rasterized.\n * In combination with translate3d from floating-vue, it makes Chromium to first render and rasterize the popover\n * and then apply scaling, which results in a blurry popover.\n */\n box-shadow: 0 1px 10px var(--color-box-shadow);\n border-radius: var(--border-radius-element);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__inner {\n padding: 0;\n color: var(--color-main-text);\n border-radius: var(--border-radius-element);\n overflow: hidden;\n background: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__arrow-container {\n position: absolute;\n z-index: 1;\n width: 0;\n height: 0;\n border-style: solid;\n border-color: transparent;\n border-width: 10px;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-container {\n bottom: -9px;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-bottom-width: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-top-color: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {\n top: -9px;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-top-width: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-bottom-color: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-container {\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n left: -9px;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-left-width: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-right-color: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n right: -9px;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-right-width: 0;\n /* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */\n border-left-color: var(--color-main-background);\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] {\n visibility: hidden;\n transition: opacity var(--animation-quick), visibility var(--animation-quick);\n opacity: 0;\n}\n._ncPopover_wpltc_20.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] {\n visibility: visible;\n transition: opacity var(--animation-quick);\n opacity: 1;\n}'],sourceRoot:""}]);const s=a},468:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,".setup-confirmation__secret[data-v-7568a08a]{word-break:break-all}","",{version:3,sources:["webpack://./src/components/SetupConfirmation.vue"],names:[],mappings:"AAEC,6CACC,oBAAA",sourceRoot:""}]);const s=a},830:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(354),o=n.n(r),i=n(314),a=n.n(i)()(o());a.push([e.id,"\n.totp-loading[data-v-b38afb0e] {\n\tdisplay: inline-block;\n\tvertical-align: sub;\n\tmargin-left: -2px;\n\tmargin-right: 4px;\n}\n","",{version:3,sources:["webpack://./src/components/PersonalTotpSettings.vue"],names:[],mappings:";AA8JA;CACA,qBAAA;CACA,mBAAA;CACA,iBAAA;CACA,iBAAA;AACA",sourcesContent:["\x3c!--\n - SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors\n - SPDX-License-Identifier: AGPL-3.0-or-later\n--\x3e\n\n<template>\n\t<div id=\"twofactor-totp-settings\">\n\t\t<template v-if=\"loading\">\n\t\t\t<span class=\"icon-loading-small totp-loading\" />\n\t\t\t<span> {{ t('twofactor_totp', 'Enable TOTP') }} </span>\n\t\t</template>\n\t\t<div v-else>\n\t\t\t<input id=\"totp-enabled\"\n\t\t\t\tv-model=\"enabled\"\n\t\t\t\ttype=\"checkbox\"\n\t\t\t\tclass=\"checkbox\"\n\t\t\t\t:disabled=\"loading\"\n\t\t\t\t@change=\"toggleEnabled\">\n\t\t\t<label for=\"totp-enabled\">{{\n\t\t\t\tt('twofactor_totp', 'Enable TOTP')\n\t\t\t}}</label>\n\t\t</div>\n\n\t\t<SetupConfirmation v-if=\"secret\"\n\t\t\t:secret=\"secret\"\n\t\t\t:qr-url=\"qrUrl\"\n\t\t\t:loading=\"loadingConfirmation\"\n\t\t\t:confirmation.sync=\"confirmation\"\n\t\t\t@confirm=\"enableTOTP\" />\n\t</div>\n</template>\n\n<script>\nimport { confirmPassword } from '@nextcloud/password-confirmation'\nimport '@nextcloud/password-confirmation/style.css'\n\nimport Logger from '../logger.js'\nimport SetupConfirmation from './SetupConfirmation.vue'\nimport state from '../state.js'\n\nexport default {\n\tname: 'PersonalTotpSettings',\n\tcomponents: {\n\t\tSetupConfirmation,\n\t},\n\tdata() {\n\t\treturn {\n\t\t\tloading: false,\n\t\t\tloadingConfirmation: false,\n\t\t\tenabled: this.$store.state.totpState === state.STATE_ENABLED,\n\t\t\tsecret: undefined,\n\t\t\tqrUrl: '',\n\t\t\tconfirmation: '',\n\t\t}\n\t},\n\tcomputed: {\n\t\tstate() {\n\t\t\treturn this.$store.state.totpState\n\t\t},\n\t},\n\tmethods: {\n\t\ttoggleEnabled() {\n\t\t\tif (this.loading) {\n\t\t\t\t// Ignore event\n\t\t\t\tLogger.debug('still loading -> ignoring event')\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tif (this.enabled) {\n\t\t\t\treturn this.createTOTP()\n\t\t\t} else {\n\t\t\t\treturn this.disableTOTP()\n\t\t\t}\n\t\t},\n\n\t\tcreateTOTP() {\n\t\t\t// Show loading spinner\n\t\t\tthis.loading = true\n\n\t\t\tLogger.debug('starting setup')\n\n\t\t\treturn confirmPassword()\n\t\t\t\t.then(() => this.$store.dispatch('enable'))\n\t\t\t\t.then(({ secret, qrUrl }) => {\n\t\t\t\t\tthis.secret = secret\n\t\t\t\t\tthis.qrUrl = qrUrl\n\t\t\t\t\t// If the stat could be changed, keep showing the loading\n\t\t\t\t\t// spinner until the user has finished the registration\n\t\t\t\t\tthis.loading\n\t\t\t\t\t\t= this.$store.state.totpState === state.STATE_CREATED\n\t\t\t\t})\n\t\t\t\t.catch((e) => {\n\t\t\t\t\tOC.Notification.showTemporary(\n\t\t\t\t\t\tt('twofactor_totp', 'Could not enable TOTP'),\n\t\t\t\t\t)\n\t\t\t\t\tLogger.error('Could not enable TOTP', e)\n\n\t\t\t\t\t// Restore on error\n\t\t\t\t\tthis.loading = false\n\t\t\t\t\tthis.enabled = false\n\t\t\t\t})\n\t\t\t\t.catch((e) => Logger.error(e))\n\t\t},\n\n\t\tenableTOTP() {\n\t\t\t// Show loading spinner and disable input elements\n\t\t\tthis.loading = true\n\t\t\tthis.loadingConfirmation = true\n\n\t\t\tLogger.debug('starting enable')\n\n\t\t\treturn confirmPassword()\n\t\t\t\t.then(() => this.$store.dispatch('confirm', this.confirmation))\n\t\t\t\t.then(() => {\n\t\t\t\t\tif (this.$store.state.totpState === state.STATE_ENABLED) {\n\t\t\t\t\t\t// Success\n\t\t\t\t\t\tthis.loading = false\n\t\t\t\t\t\tthis.enabled = true\n\t\t\t\t\t\tthis.qrUrl = ''\n\t\t\t\t\t\tthis.secret = undefined\n\t\t\t\t\t} else {\n\t\t\t\t\t\tOC.Notification.showTemporary(\n\t\t\t\t\t\t\tt(\n\t\t\t\t\t\t\t\t'twofactor_totp',\n\t\t\t\t\t\t\t\t'Could not verify your key. Please try again',\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t)\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.confirmation = ''\n\t\t\t\t\tthis.loadingConfirmation = false\n\t\t\t\t})\n\t\t\t\t.catch((error) => {\n\t\t\t\t\tOC.Notification.showTemporary(\n\t\t\t\t\t\tt('twofactor_totp', 'Could not confirm TOTP'),\n\t\t\t\t\t)\n\t\t\t\t\tLogger.error('Could not confirm TOTP', { error })\n\t\t\t\t})\n\t\t\t\t.catch(Logger.error.bind(this))\n\t\t},\n\n\t\tdisableTOTP() {\n\t\t\t// Show loading spinner\n\t\t\tthis.loading = true\n\n\t\t\tLogger.debug('starting disable')\n\n\t\t\treturn confirmPassword()\n\t\t\t\t.then(() => this.$store.dispatch('disable'))\n\t\t\t\t.then(() => (this.enabled = false))\n\t\t\t\t.catch(Logger.error.bind(this))\n\t\t\t\t.then(() => (this.loading = false))\n\t\t},\n\t},\n}\n<\/script>\n\n<style scoped>\n.totp-loading {\n\tdisplay: inline-block;\n\tvertical-align: sub;\n\tmargin-left: -2px;\n\tmargin-right: 4px;\n}\n</style>\n"],sourceRoot:""}]);const s=a},314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,o,i){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(r)for(var s=0;s<this.length;s++){var l=this[s][0];null!=l&&(a[l]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);r&&a[u[0]]||(void 0!==i&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=i),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),o&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=o):u[4]="".concat(o)),t.push(u))}},t}},354:e=>{"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),i="/*# ".concat(o," */");return[t].concat([i]).join("\n")}return[t].join("\n")}},580:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var n,r=""+e,o=t.exec(r);if(!o)return r;var i="",a=0,s=0;for(a=o.index;a<r.length;a++){switch(r.charCodeAt(a)){case 34:n=""";break;case 38:n="&";break;case 39:n="'";break;case 60:n="<";break;case 62:n=">";break;default:continue}s!==a&&(i+=r.substring(s,a)),s=a+1,i+=n}return s!==a?i+r.substring(s,a):i}},251:(e,t)=>{t.read=function(e,t,n,r,o){var i,a,s=8*o-r-1,l=(1<<s)-1,c=l>>1,u=-7,d=n?o-1:0,p=n?-1:1,f=e[t+d];for(d+=p,i=f&(1<<-u)-1,f>>=-u,u+=s;u>0;i=256*i+e[t+d],d+=p,u-=8);for(a=i&(1<<-u)-1,i>>=-u,u+=r;u>0;a=256*a+e[t+d],d+=p,u-=8);if(0===i)i=1-c;else{if(i===l)return a?NaN:1/0*(f?-1:1);a+=Math.pow(2,r),i-=c}return(f?-1:1)*a*Math.pow(2,i-r)},t.write=function(e,t,n,r,o,i){var a,s,l,c=8*i-o-1,u=(1<<c)-1,d=u>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:i-1,h=r?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=u):(a=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-a))<1&&(a--,l*=2),(t+=a+d>=1?p/l:p*Math.pow(2,1-d))*l>=2&&(a++,l/=2),a+d>=u?(s=0,a=u):a+d>=1?(s=(t*l-1)*Math.pow(2,o),a+=d):(s=t*Math.pow(2,d-1)*Math.pow(2,o),a=0));o>=8;e[n+f]=255&s,f+=h,s/=256,o-=8);for(a=a<<o|s,c+=o;c>0;e[n+f]=255&a,f+=h,a/=256,c-=8);e[n+f-h]|=128*m}},606:e=>{var t,n,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===o||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:o}catch(e){t=o}try{n="function"==typeof clearTimeout?clearTimeout:i}catch(e){n=i}}();var s,l=[],c=!1,u=-1;function d(){c&&s&&(c=!1,s.length?l=s.concat(l):u=-1,l.length&&p())}function p(){if(!c){var e=a(d);c=!0;for(var t=l.length;t;){for(s=l,l=[];++u<t;)s&&s[u].run();u=-1,t=l.length}s=null,c=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===i||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{return n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function f(e,t){this.fun=e,this.array=t}function h(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new f(e,t)),1!==l.length||c||a(p)},f.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=h,r.addListener=h,r.once=h,r.off=h,r.removeListener=h,r.removeAllListeners=h,r.emit=h,r.prependListener=h,r.prependOnceListener=h,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},72:e=>{"use strict";var t=[];function n(e){for(var n=-1,r=0;r<t.length;r++)if(t[r].identifier===e){n=r;break}return n}function r(e,r){for(var i={},a=[],s=0;s<e.length;s++){var l=e[s],c=r.base?l[0]+r.base:l[0],u=i[c]||0,d="".concat(c," ").concat(u);i[c]=u+1;var p=n(d),f={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==p)t[p].references++,t[p].updater(f);else{var h=o(f,r);r.byIndex=s,t.splice(s,0,{identifier:d,updater:h,references:1})}a.push(d)}return a}function o(e,t){var n=t.domAPI(t);return n.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,o){var i=r(e=e||[],o=o||{});return function(e){e=e||[];for(var a=0;a<i.length;a++){var s=n(i[a]);t[s].references--}for(var l=r(e,o),c=0;c<i.length;c++){var u=n(i[c]);0===t[u].references&&(t[u].updater(),t.splice(u,1))}i=l}}},659:e=>{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},540:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},56:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},825:e=>{"use strict";e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var o=void 0!==n.layer;o&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,o&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var i=n.sourceMap;i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},113:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}}},n={};function r(t){var o=n[t];if(void 0!==o)return o.exports;var i=n[t]={id:t,exports:{}};return e[t].call(i.exports,i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0,(()=>{"use strict";var e={};r.r(e),r.d(e,{hasBrowserEnv:()=>fs,hasStandardBrowserEnv:()=>ms,hasStandardBrowserWebWorkerEnv:()=>gs,navigator:()=>hs,origin:()=>vs});var n=Object.freeze({}),o=Array.isArray;function i(e){return null==e}function a(e){return null!=e}function s(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function c(e){return"function"==typeof e}function u(e){return null!==e&&"object"==typeof e}var d=Object.prototype.toString;function p(e){return"[object Object]"===d.call(e)}function f(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function h(e){return a(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function m(e){return null==e?"":Array.isArray(e)||p(e)&&e.toString===d?JSON.stringify(e,g,2):String(e)}function g(e,t){return t&&t.__v_isRef?t.value:t}function v(e){var t=parseFloat(e);return isNaN(t)?e:t}function A(e,t){for(var n=Object.create(null),r=e.split(","),o=0;o<r.length;o++)n[r[o]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}A("slot,component",!0);var y=A("key,ref,slot,slot-scope,is");function b(e,t){var n=e.length;if(n){if(t===e[n-1])return void(e.length=n-1);var r=e.indexOf(t);if(r>-1)return e.splice(r,1)}}var w=Object.prototype.hasOwnProperty;function C(e,t){return w.call(e,t)}function _(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var E=/-(\w)/g,x=_((function(e){return e.replace(E,(function(e,t){return t?t.toUpperCase():""}))})),k=_((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),B=/\B([A-Z])/g,S=_((function(e){return e.replace(B,"-$1").toLowerCase()})),T=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function P(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function N(e,t){for(var n in t)e[n]=t[n];return e}function O(e){for(var t={},n=0;n<e.length;n++)e[n]&&N(t,e[n]);return t}function I(e,t,n){}var L=function(e,t,n){return!1},R=function(e){return e};function D(e,t){if(e===t)return!0;var n=u(e),r=u(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var o=Array.isArray(e),i=Array.isArray(t);if(o&&i)return e.length===t.length&&e.every((function(e,n){return D(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(o||i)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return D(e[n],t[n])}))}catch(e){return!1}}function $(e,t){for(var n=0;n<e.length;n++)if(D(e[n],t))return n;return-1}function M(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var F="data-server-rendered",j=["component","directive","filter"],U=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],z={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:L,isReservedAttr:L,isUnknownElement:L,getTagNamespace:I,parsePlatformTagName:R,mustUseProp:L,async:!0,_lifecycleHooks:U};function H(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function q(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var G=new RegExp("[^".concat(/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/.source,".$_\\d]")),W="__proto__"in{},V="undefined"!=typeof window,X=V&&window.navigator.userAgent.toLowerCase(),Y=X&&/msie|trident/.test(X),K=X&&X.indexOf("msie 9.0")>0,Z=X&&X.indexOf("edge/")>0;X&&X.indexOf("android");var J=X&&/iphone|ipad|ipod|ios/.test(X);X&&/chrome\/\d+/.test(X),X&&/phantomjs/.test(X);var Q,ee=X&&X.match(/firefox\/(\d+)/),te={}.watch,ne=!1;if(V)try{var re={};Object.defineProperty(re,"passive",{get:function(){ne=!0}}),window.addEventListener("test-passive",null,re)}catch(e){}var oe=function(){return void 0===Q&&(Q=!V&&void 0!==r.g&&r.g.process&&"server"===r.g.process.env.VUE_ENV),Q},ie=V&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ae(e){return"function"==typeof e&&/native code/.test(e.toString())}var se,le="undefined"!=typeof Symbol&&ae(Symbol)&&"undefined"!=typeof Reflect&&ae(Reflect.ownKeys);se="undefined"!=typeof Set&&ae(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var ce=null;function ue(e){void 0===e&&(e=null),e||ce&&ce._scope.off(),ce=e,e&&e._scope.on()}var de=function(){function e(e,t,n,r,o,i,a,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),pe=function(e){void 0===e&&(e="");var t=new de;return t.text=e,t.isComment=!0,t};function fe(e){return new de(void 0,void 0,void 0,String(e))}function he(e){var t=new de(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}"function"==typeof SuppressedError&&SuppressedError;var me=0,ge=[],ve=function(){function e(){this._pending=!1,this.id=me++,this.subs=[]}return e.prototype.addSub=function(e){this.subs.push(e)},e.prototype.removeSub=function(e){this.subs[this.subs.indexOf(e)]=null,this._pending||(this._pending=!0,ge.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(e){for(var t=this.subs.filter((function(e){return e})),n=0,r=t.length;n<r;n++)t[n].update()},e}();ve.target=null;var Ae=[];function ye(e){Ae.push(e),ve.target=e}function be(){Ae.pop(),ve.target=Ae[Ae.length-1]}var we=Array.prototype,Ce=Object.create(we);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=we[e];q(Ce,e,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o,i=t.apply(this,n),a=this.__ob__;switch(e){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2)}return o&&a.observeArray(o),a.dep.notify(),i}))}));var _e=Object.getOwnPropertyNames(Ce),Ee={},xe=!0;function ke(e){xe=e}var Be={notify:I,depend:I,addSub:I,removeSub:I},Se=function(){function e(e,t,n){if(void 0===t&&(t=!1),void 0===n&&(n=!1),this.value=e,this.shallow=t,this.mock=n,this.dep=n?Be:new ve,this.vmCount=0,q(e,"__ob__",this),o(e)){if(!n)if(W)e.__proto__=Ce;else for(var r=0,i=_e.length;r<i;r++)q(e,s=_e[r],Ce[s]);t||this.observeArray(e)}else{var a=Object.keys(e);for(r=0;r<a.length;r++){var s;Pe(e,s=a[r],Ee,void 0,t,n)}}}return e.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Te(e[t],!1,this.mock)},e}();function Te(e,t,n){return e&&C(e,"__ob__")&&e.__ob__ instanceof Se?e.__ob__:!xe||!n&&oe()||!o(e)&&!p(e)||!Object.isExtensible(e)||e.__v_skip||De(e)||e instanceof de?void 0:new Se(e,t,n)}function Pe(e,t,n,r,i,a,s){void 0===s&&(s=!1);var l=new ve,c=Object.getOwnPropertyDescriptor(e,t);if(!c||!1!==c.configurable){var u=c&&c.get,d=c&&c.set;u&&!d||n!==Ee&&2!==arguments.length||(n=e[t]);var p=i?n&&n.__ob__:Te(n,!1,a);return Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=u?u.call(e):n;return ve.target&&(l.depend(),p&&(p.dep.depend(),o(t)&&Ie(t))),De(t)&&!i?t.value:t},set:function(t){var r=u?u.call(e):n;if(function(e,t){return e===t?0===e&&1/e!=1/t:e==e||t==t}(r,t)){if(d)d.call(e,t);else{if(u)return;if(!i&&De(r)&&!De(t))return void(r.value=t);n=t}p=i?t&&t.__ob__:Te(t,!1,a),l.notify()}}}),l}}function Ne(e,t,n){if(!Re(e)){var r=e.__ob__;return o(e)&&f(t)?(e.length=Math.max(e.length,t),e.splice(t,1,n),r&&!r.shallow&&r.mock&&Te(n,!1,!0),n):t in e&&!(t in Object.prototype)?(e[t]=n,n):e._isVue||r&&r.vmCount?n:r?(Pe(r.value,t,n,void 0,r.shallow,r.mock),r.dep.notify(),n):(e[t]=n,n)}}function Oe(e,t){if(o(e)&&f(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||Re(e)||C(e,t)&&(delete e[t],n&&n.dep.notify())}}function Ie(e){for(var t=void 0,n=0,r=e.length;n<r;n++)(t=e[n])&&t.__ob__&&t.__ob__.dep.depend(),o(t)&&Ie(t)}function Le(e){return function(e,t){Re(e)||Te(e,t,oe())}(e,!0),q(e,"__v_isShallow",!0),e}function Re(e){return!(!e||!e.__v_isReadonly)}function De(e){return!(!e||!0!==e.__v_isRef)}function $e(e,t,n){Object.defineProperty(e,n,{enumerable:!0,configurable:!0,get:function(){var e=t[n];if(De(e))return e.value;var r=e&&e.__ob__;return r&&r.dep.depend(),e},set:function(e){var r=t[n];De(r)&&!De(e)?r.value=e:t[n]=e}})}var Me,Fe="watcher";"".concat(Fe," callback"),"".concat(Fe," getter"),"".concat(Fe," cleanup");var je=function(){function e(e){void 0===e&&(e=!1),this.detached=e,this.active=!0,this.effects=[],this.cleanups=[],this.parent=Me,!e&&Me&&(this.index=(Me.scopes||(Me.scopes=[])).push(this)-1)}return e.prototype.run=function(e){if(this.active){var t=Me;try{return Me=this,e()}finally{Me=t}}},e.prototype.on=function(){Me=this},e.prototype.off=function(){Me=this.parent},e.prototype.stop=function(e){if(this.active){var t=void 0,n=void 0;for(t=0,n=this.effects.length;t<n;t++)this.effects[t].teardown();for(t=0,n=this.cleanups.length;t<n;t++)this.cleanups[t]();if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].stop(!0);if(!this.detached&&this.parent&&!e){var r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this.active=!1}},e}();var Ue=_((function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}));function ze(e,t){function n(){var e=n.fns;if(!o(e))return xt(e,null,arguments,t,"v-on handler");for(var r=e.slice(),i=0;i<r.length;i++)xt(r[i],null,arguments,t,"v-on handler")}return n.fns=e,n}function He(e,t,n,r,o,a){var l,c,u,d;for(l in e)c=e[l],u=t[l],d=Ue(l),i(c)||(i(u)?(i(c.fns)&&(c=e[l]=ze(c,a)),s(d.once)&&(c=e[l]=o(d.name,c,d.capture)),n(d.name,c,d.capture,d.passive,d.params)):c!==u&&(u.fns=c,e[l]=u));for(l in t)i(e[l])&&r((d=Ue(l)).name,t[l],d.capture)}function qe(e,t,n){var r;e instanceof de&&(e=e.data.hook||(e.data.hook={}));var o=e[t];function l(){n.apply(this,arguments),b(r.fns,l)}i(o)?r=ze([l]):a(o.fns)&&s(o.merged)?(r=o).fns.push(l):r=ze([o,l]),r.merged=!0,e[t]=r}function Ge(e,t,n,r,o){if(a(t)){if(C(t,n))return e[n]=t[n],o||delete t[n],!0;if(C(t,r))return e[n]=t[r],o||delete t[r],!0}return!1}function We(e){return l(e)?[fe(e)]:o(e)?Xe(e):void 0}function Ve(e){return a(e)&&a(e.text)&&function(e){return!1===e}(e.isComment)}function Xe(e,t){var n,r,c,u,d=[];for(n=0;n<e.length;n++)i(r=e[n])||"boolean"==typeof r||(u=d[c=d.length-1],o(r)?r.length>0&&(Ve((r=Xe(r,"".concat(t||"","_").concat(n)))[0])&&Ve(u)&&(d[c]=fe(u.text+r[0].text),r.shift()),d.push.apply(d,r)):l(r)?Ve(u)?d[c]=fe(u.text+r):""!==r&&d.push(fe(r)):Ve(r)&&Ve(u)?d[c]=fe(u.text+r.text):(s(e._isVList)&&a(r.tag)&&i(r.key)&&a(t)&&(r.key="__vlist".concat(t,"_").concat(n,"__")),d.push(r)));return d}function Ye(e,t){var n,r,i,s,l=null;if(o(e)||"string"==typeof e)for(l=new Array(e.length),n=0,r=e.length;n<r;n++)l[n]=t(e[n],n);else if("number"==typeof e)for(l=new Array(e),n=0;n<e;n++)l[n]=t(n+1,n);else if(u(e))if(le&&e[Symbol.iterator]){l=[];for(var c=e[Symbol.iterator](),d=c.next();!d.done;)l.push(t(d.value,l.length)),d=c.next()}else for(i=Object.keys(e),l=new Array(i.length),n=0,r=i.length;n<r;n++)s=i[n],l[n]=t(e[s],s,n);return a(l)||(l=[]),l._isVList=!0,l}function Ke(e,t,n,r){var o,i=this.$scopedSlots[e];i?(n=n||{},r&&(n=N(N({},r),n)),o=i(n)||(c(t)?t():t)):o=this.$slots[e]||(c(t)?t():t);var a=n&&n.slot;return a?this.$createElement("template",{slot:a},o):o}function Ze(e){return Pn(this.$options,"filters",e)||R}function Je(e,t){return o(e)?-1===e.indexOf(t):e!==t}function Qe(e,t,n,r,o){var i=z.keyCodes[t]||n;return o&&r&&!z.keyCodes[t]?Je(o,r):i?Je(i,e):r?S(r)!==t:void 0===e}function et(e,t,n,r,i){if(n&&u(n)){o(n)&&(n=O(n));var a=void 0,s=function(o){if("class"===o||"style"===o||y(o))a=e;else{var s=e.attrs&&e.attrs.type;a=r||z.mustUseProp(t,s,o)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var l=x(o),c=S(o);l in a||c in a||(a[o]=n[o],i&&((e.on||(e.on={}))["update:".concat(o)]=function(e){n[o]=e}))};for(var l in n)s(l)}return e}function tt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t||rt(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,this._c,this),"__static__".concat(e),!1),r}function nt(e,t,n){return rt(e,"__once__".concat(t).concat(n?"_".concat(n):""),!0),e}function rt(e,t,n){if(o(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&ot(e[r],"".concat(t,"_").concat(r),n);else ot(e,t,n)}function ot(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function it(e,t){if(t&&p(t)){var n=e.on=e.on?N({},e.on):{};for(var r in t){var o=n[r],i=t[r];n[r]=o?[].concat(o,i):i}}return e}function at(e,t,n,r){t=t||{$stable:!n};for(var i=0;i<e.length;i++){var a=e[i];o(a)?at(a,t,n):a&&(a.proxy&&(a.fn.proxy=!0),t[a.key]=a.fn)}return r&&(t.$key=r),t}function st(e,t){for(var n=0;n<t.length;n+=2){var r=t[n];"string"==typeof r&&r&&(e[t[n]]=t[n+1])}return e}function lt(e,t){return"string"==typeof e?t+e:e}function ct(e){e._o=nt,e._n=v,e._s=m,e._l=Ye,e._t=Ke,e._q=D,e._i=$,e._m=tt,e._f=Ze,e._k=Qe,e._b=et,e._v=fe,e._e=pe,e._u=at,e._g=it,e._d=st,e._p=lt}function ut(e,t){if(!e||!e.length)return{};for(var n={},r=0,o=e.length;r<o;r++){var i=e[r],a=i.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,i.context!==t&&i.fnContext!==t||!a||null==a.slot)(n.default||(n.default=[])).push(i);else{var s=a.slot,l=n[s]||(n[s]=[]);"template"===i.tag?l.push.apply(l,i.children||[]):l.push(i)}}for(var c in n)n[c].every(dt)&&delete n[c];return n}function dt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function pt(e){return e.isComment&&e.asyncFactory}function ft(e,t,r,o){var i,a=Object.keys(r).length>0,s=t?!!t.$stable:!a,l=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&o&&o!==n&&l===o.$key&&!a&&!o.$hasNormal)return o;for(var c in i={},t)t[c]&&"$"!==c[0]&&(i[c]=ht(e,r,c,t[c]))}else i={};for(var u in r)u in i||(i[u]=mt(r,u));return t&&Object.isExtensible(t)&&(t._normalized=i),q(i,"$stable",s),q(i,"$key",l),q(i,"$hasNormal",a),i}function ht(e,t,n,r){var i=function(){var t=ce;ue(e);var n=arguments.length?r.apply(null,arguments):r({}),i=(n=n&&"object"==typeof n&&!o(n)?[n]:We(n))&&n[0];return ue(t),n&&(!i||1===n.length&&i.isComment&&!pt(i))?void 0:n};return r.proxy&&Object.defineProperty(t,n,{get:i,enumerable:!0,configurable:!0}),i}function mt(e,t){return function(){return e[t]}}function gt(e,t,n,r,o){var i=!1;for(var a in t)a in e?t[a]!==n[a]&&(i=!0):(i=!0,vt(e,a,r,o));for(var a in e)a in t||(i=!0,delete e[a]);return i}function vt(e,t,n,r){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[r][t]}})}function At(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}var yt=null;function bt(e,t){return(e.__esModule||le&&"Module"===e[Symbol.toStringTag])&&(e=e.default),u(e)?t.extend(e):e}function wt(e){if(o(e))for(var t=0;t<e.length;t++){var n=e[t];if(a(n)&&(a(n.componentOptions)||pt(n)))return n}}function Ct(e,t,n,r,i,d){return(o(n)||l(n))&&(i=r,r=n,n=void 0),s(d)&&(i=2),function(e,t,n,r,i){if(a(n)&&a(n.__ob__))return pe();if(a(n)&&a(n.is)&&(t=n.is),!t)return pe();var s,l;if(o(r)&&c(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),2===i?r=We(r):1===i&&(r=function(e){for(var t=0;t<e.length;t++)if(o(e[t]))return Array.prototype.concat.apply([],e);return e}(r)),"string"==typeof t){var d=void 0;l=e.$vnode&&e.$vnode.ns||z.getTagNamespace(t),s=z.isReservedTag(t)?new de(z.parsePlatformTagName(t),n,r,void 0,void 0,e):n&&n.pre||!a(d=Pn(e.$options,"components",t))?new de(t,n,r,void 0,void 0,e):bn(d,n,e,r,t)}else s=bn(t,n,e,r);return o(s)?s:a(s)?(a(l)&&_t(s,l),a(n)&&function(e){u(e.style)&&jt(e.style),u(e.class)&&jt(e.class)}(n),s):pe()}(e,t,n,r,i)}function _t(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),a(e.children))for(var r=0,o=e.children.length;r<o;r++){var l=e.children[r];a(l.tag)&&(i(l.ns)||s(n)&&"svg"!==l.tag)&&_t(l,t,n)}}function Et(e,t,n){ye();try{if(t)for(var r=t;r=r.$parent;){var o=r.$options.errorCaptured;if(o)for(var i=0;i<o.length;i++)try{if(!1===o[i].call(r,e,t,n))return}catch(e){kt(e,r,"errorCaptured hook")}}kt(e,t,n)}finally{be()}}function xt(e,t,n,r,o){var i;try{(i=n?e.apply(t,n):e.call(t))&&!i._isVue&&h(i)&&!i._handled&&(i.catch((function(e){return Et(e,r,o+" (Promise/async)")})),i._handled=!0)}catch(e){Et(e,r,o)}return i}function kt(e,t,n){if(z.errorHandler)try{return z.errorHandler.call(null,e,t,n)}catch(t){t!==e&&Bt(t)}Bt(e)}function Bt(e,t,n){if(!V||"undefined"==typeof console)throw e;console.error(e)}var St,Tt=!1,Pt=[],Nt=!1;function Ot(){Nt=!1;var e=Pt.slice(0);Pt.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!=typeof Promise&&ae(Promise)){var It=Promise.resolve();St=function(){It.then(Ot),J&&setTimeout(I)},Tt=!0}else if(Y||"undefined"==typeof MutationObserver||!ae(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())St="undefined"!=typeof setImmediate&&ae(setImmediate)?function(){setImmediate(Ot)}:function(){setTimeout(Ot,0)};else{var Lt=1,Rt=new MutationObserver(Ot),Dt=document.createTextNode(String(Lt));Rt.observe(Dt,{characterData:!0}),St=function(){Lt=(Lt+1)%2,Dt.data=String(Lt)},Tt=!0}function $t(e,t){var n;if(Pt.push((function(){if(e)try{e.call(t)}catch(e){Et(e,t,"nextTick")}else n&&n(t)})),Nt||(Nt=!0,St()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){n=e}))}function Mt(e){return function(t,n){if(void 0===n&&(n=ce),n)return function(e,t,n){var r=e.$options;r[t]=kn(r[t],n)}(n,e,t)}}Mt("beforeMount"),Mt("mounted"),Mt("beforeUpdate"),Mt("updated"),Mt("beforeDestroy"),Mt("destroyed"),Mt("activated"),Mt("deactivated"),Mt("serverPrefetch"),Mt("renderTracked"),Mt("renderTriggered"),Mt("errorCaptured");var Ft=new se;function jt(e){return Ut(e,Ft),Ft.clear(),e}function Ut(e,t){var n,r,i=o(e);if(!(!i&&!u(e)||e.__v_skip||Object.isFrozen(e)||e instanceof de)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(i)for(n=e.length;n--;)Ut(e[n],t);else if(De(e))Ut(e.value,t);else for(n=(r=Object.keys(e)).length;n--;)Ut(e[r[n]],t)}}var zt,Ht=0,qt=function(){function e(e,t,n,r,o){var i,a;i=this,void 0===(a=Me&&!Me._vm?Me:e?e._scope:void 0)&&(a=Me),a&&a.active&&a.effects.push(i),(this.vm=e)&&o&&(e._watcher=this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++Ht,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new se,this.newDepIds=new se,this.expression="",c(t)?this.getter=t:(this.getter=function(e){if(!G.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=I)),this.value=this.lazy?void 0:this.get()}return e.prototype.get=function(){var e;ye(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;Et(e,t,'getter for watcher "'.concat(this.expression,'"'))}finally{this.deep&&jt(e),be(),this.cleanupDeps()}return e},e.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},e.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},e.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==rn[t]&&(e!==ve.target||!e.noRecurse)){if(rn[t]=!0,an){for(var n=tn.length-1;n>sn&&tn[n].id>e.id;)n--;tn.splice(n+1,0,e)}else tn.push(e);on||(on=!0,$t(pn))}}(this)},e.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||u(e)||this.deep){var t=this.value;if(this.value=e,this.user){var n='callback for watcher "'.concat(this.expression,'"');xt(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},e.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},e.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},e.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&b(this.vm._scope.effects,this),this.active){for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},e}();function Gt(e,t){zt.$on(e,t)}function Wt(e,t){zt.$off(e,t)}function Vt(e,t){var n=zt;return function r(){null!==t.apply(null,arguments)&&n.$off(e,r)}}function Xt(e,t,n){zt=e,He(t,n||{},Gt,Wt,Vt,e),zt=void 0}var Yt=null;function Kt(e){var t=Yt;return Yt=e,function(){Yt=t}}function Zt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Jt(e,t){if(t){if(e._directInactive=!1,Zt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Jt(e.$children[n]);en(e,"activated")}}function Qt(e,t){if(!(t&&(e._directInactive=!0,Zt(e))||e._inactive)){e._inactive=!0;for(var n=0;n<e.$children.length;n++)Qt(e.$children[n]);en(e,"deactivated")}}function en(e,t,n,r){void 0===r&&(r=!0),ye();var o=ce,i=Me;r&&ue(e);var a=e.$options[t],s="".concat(t," hook");if(a)for(var l=0,c=a.length;l<c;l++)xt(a[l],e,n||null,e,s);e._hasHookEvent&&e.$emit("hook:"+t),r&&(ue(o),i&&i.on()),be()}var tn=[],nn=[],rn={},on=!1,an=!1,sn=0,ln=0,cn=Date.now;if(V&&!Y){var un=window.performance;un&&"function"==typeof un.now&&cn()>document.createEvent("Event").timeStamp&&(cn=function(){return un.now()})}var dn=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function pn(){var e,t;for(ln=cn(),an=!0,tn.sort(dn),sn=0;sn<tn.length;sn++)(e=tn[sn]).before&&e.before(),t=e.id,rn[t]=null,e.run();var n=nn.slice(),r=tn.slice();sn=tn.length=nn.length=0,rn={},on=an=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Jt(e[t],!0)}(n),function(e){for(var t=e.length;t--;){var n=e[t],r=n.vm;r&&r._watcher===n&&r._isMounted&&!r._isDestroyed&&en(r,"updated")}}(r),function(){for(var e=0;e<ge.length;e++){var t=ge[e];t.subs=t.subs.filter((function(e){return e})),t._pending=!1}ge.length=0}(),ie&&z.devtools&&ie.emit("flush")}function fn(e,t){if(e){for(var n=Object.create(null),r=le?Reflect.ownKeys(e):Object.keys(e),o=0;o<r.length;o++){var i=r[o];if("__ob__"!==i){var a=e[i].from;if(a in t._provided)n[i]=t._provided[a];else if("default"in e[i]){var s=e[i].default;n[i]=c(s)?s.call(t):s}}}return n}}function hn(e,t,r,i,a){var l,c=this,u=a.options;C(i,"_uid")?(l=Object.create(i))._original=i:(l=i,i=i._original);var d=s(u._compiled),p=!d;this.data=e,this.props=t,this.children=r,this.parent=i,this.listeners=e.on||n,this.injections=fn(u.inject,i),this.slots=function(){return c.$slots||ft(i,e.scopedSlots,c.$slots=ut(r,i)),c.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return ft(i,e.scopedSlots,this.slots())}}),d&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=ft(i,e.scopedSlots,this.$slots)),u._scopeId?this._c=function(e,t,n,r){var a=Ct(l,e,t,n,r,p);return a&&!o(a)&&(a.fnScopeId=u._scopeId,a.fnContext=i),a}:this._c=function(e,t,n,r){return Ct(l,e,t,n,r,p)}}function mn(e,t,n,r,o){var i=he(e);return i.fnContext=n,i.fnOptions=r,t.slot&&((i.data||(i.data={})).slot=t.slot),i}function gn(e,t){for(var n in t)e[x(n)]=t[n]}function vn(e){return e.name||e.__name||e._componentTag}ct(hn.prototype);var An={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;An.prepatch(n,n)}else{var r=e.componentInstance=function(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},r=e.data.inlineTemplate;return a(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns),new e.componentOptions.Ctor(n)}(e,Yt);r.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var r=t.componentOptions;!function(e,t,r,o,i){var a=o.data.scopedSlots,s=e.$scopedSlots,l=!!(a&&!a.$stable||s!==n&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key||!a&&e.$scopedSlots.$key),c=!!(i||e.$options._renderChildren||l),u=e.$vnode;e.$options._parentVnode=o,e.$vnode=o,e._vnode&&(e._vnode.parent=o),e.$options._renderChildren=i;var d=o.data.attrs||n;e._attrsProxy&>(e._attrsProxy,d,u.data&&u.data.attrs||n,e,"$attrs")&&(c=!0),e.$attrs=d,r=r||n;var p=e.$options._parentListeners;if(e._listenersProxy&>(e._listenersProxy,r,p||n,e,"$listeners"),e.$listeners=e.$options._parentListeners=r,Xt(e,r,p),t&&e.$options.props){ke(!1);for(var f=e._props,h=e.$options._propKeys||[],m=0;m<h.length;m++){var g=h[m],v=e.$options.props;f[g]=Nn(g,v,t,e)}ke(!0),e.$options.propsData=t}c&&(e.$slots=ut(i,o.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,r.propsData,r.listeners,t,r.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,en(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,nn.push(t)):Jt(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?Qt(t,!0):t.$destroy())}},yn=Object.keys(An);function bn(e,t,r,l,c){if(!i(e)){var d=r.$options._base;if(u(e)&&(e=d.extend(e)),"function"==typeof e){var p;if(i(e.cid)&&(e=function(e,t){if(s(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;var n=yt;if(n&&a(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n),s(e.loading)&&a(e.loadingComp))return e.loadingComp;if(n&&!a(e.owners)){var r=e.owners=[n],o=!0,l=null,c=null;n.$on("hook:destroyed",(function(){return b(r,n)}));var d=function(e){for(var t=0,n=r.length;t<n;t++)r[t].$forceUpdate();e&&(r.length=0,null!==l&&(clearTimeout(l),l=null),null!==c&&(clearTimeout(c),c=null))},p=M((function(n){e.resolved=bt(n,t),o?r.length=0:d(!0)})),f=M((function(t){a(e.errorComp)&&(e.error=!0,d(!0))})),m=e(p,f);return u(m)&&(h(m)?i(e.resolved)&&m.then(p,f):h(m.component)&&(m.component.then(p,f),a(m.error)&&(e.errorComp=bt(m.error,t)),a(m.loading)&&(e.loadingComp=bt(m.loading,t),0===m.delay?e.loading=!0:l=setTimeout((function(){l=null,i(e.resolved)&&i(e.error)&&(e.loading=!0,d(!1))}),m.delay||200)),a(m.timeout)&&(c=setTimeout((function(){c=null,i(e.resolved)&&f(null)}),m.timeout)))),o=!1,e.loading?e.loadingComp:e.resolved}}(p=e,d),void 0===e))return function(e,t,n,r,o){var i=pe();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:r,tag:o},i}(p,t,r,l,c);t=t||{},Gn(e),a(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var i=t.on||(t.on={}),s=i[r],l=t.model.callback;a(s)?(o(s)?-1===s.indexOf(l):s!==l)&&(i[r]=[l].concat(s)):i[r]=l}(e.options,t);var f=function(e,t){var n=t.options.props;if(!i(n)){var r={},o=e.attrs,s=e.props;if(a(o)||a(s))for(var l in n){var c=S(l);Ge(r,s,l,c,!0)||Ge(r,o,l,c,!1)}return r}}(t,e);if(s(e.options.functional))return function(e,t,r,i,s){var l=e.options,c={},u=l.props;if(a(u))for(var d in u)c[d]=Nn(d,u,t||n);else a(r.attrs)&&gn(c,r.attrs),a(r.props)&&gn(c,r.props);var p=new hn(r,c,s,i,e),f=l.render.call(null,p._c,p);if(f instanceof de)return mn(f,r,p.parent,l);if(o(f)){for(var h=We(f)||[],m=new Array(h.length),g=0;g<h.length;g++)m[g]=mn(h[g],r,p.parent,l);return m}}(e,f,t,r,l);var m=t.on;if(t.on=t.nativeOn,s(e.options.abstract)){var g=t.slot;t={},g&&(t.slot=g)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<yn.length;n++){var r=yn[n],o=t[r],i=An[r];o===i||o&&o._merged||(t[r]=o?wn(i,o):i)}}(t);var v=vn(e.options)||c;return new de("vue-component-".concat(e.cid).concat(v?"-".concat(v):""),t,void 0,void 0,void 0,r,{Ctor:e,propsData:f,listeners:m,tag:c,children:l},p)}}}function wn(e,t){var n=function(n,r){e(n,r),t(n,r)};return n._merged=!0,n}var Cn=I,_n=z.optionMergeStrategies;function En(e,t,n){if(void 0===n&&(n=!0),!t)return e;for(var r,o,i,a=le?Reflect.ownKeys(t):Object.keys(t),s=0;s<a.length;s++)"__ob__"!==(r=a[s])&&(o=e[r],i=t[r],n&&C(e,r)?o!==i&&p(o)&&p(i)&&En(o,i):Ne(e,r,i));return e}function xn(e,t,n){return n?function(){var r=c(t)?t.call(n,n):t,o=c(e)?e.call(n,n):e;return r?En(r,o):o}:t?e?function(){return En(c(t)?t.call(this,this):t,c(e)?e.call(this,this):e)}:t:e}function kn(e,t){var n=t?e?e.concat(t):o(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}function Bn(e,t,n,r){var o=Object.create(e||null);return t?N(o,t):o}_n.data=function(e,t,n){return n?xn(e,t,n):t&&"function"!=typeof t?e:xn(e,t)},U.forEach((function(e){_n[e]=kn})),j.forEach((function(e){_n[e+"s"]=Bn})),_n.watch=function(e,t,n,r){if(e===te&&(e=void 0),t===te&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var a in N(i,e),t){var s=i[a],l=t[a];s&&!o(s)&&(s=[s]),i[a]=s?s.concat(l):o(l)?l:[l]}return i},_n.props=_n.methods=_n.inject=_n.computed=function(e,t,n,r){if(!e)return t;var o=Object.create(null);return N(o,e),t&&N(o,t),o},_n.provide=function(e,t){return e?function(){var n=Object.create(null);return En(n,c(e)?e.call(this):e),t&&En(n,c(t)?t.call(this):t,!1),n}:t};var Sn=function(e,t){return void 0===t?e:t};function Tn(e,t,n){if(c(t)&&(t=t.options),function(e){var t=e.props;if(t){var n,r,i={};if(o(t))for(n=t.length;n--;)"string"==typeof(r=t[n])&&(i[x(r)]={type:null});else if(p(t))for(var a in t)r=t[a],i[x(a)]=p(r)?r:{type:r};e.props=i}}(t),function(e){var t=e.inject;if(t){var n=e.inject={};if(o(t))for(var r=0;r<t.length;r++)n[t[r]]={from:t[r]};else if(p(t))for(var i in t){var a=t[i];n[i]=p(a)?N({from:i},a):{from:a}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];c(r)&&(t[n]={bind:r,update:r})}}(t),!t._base&&(t.extends&&(e=Tn(e,t.extends,n)),t.mixins))for(var r=0,i=t.mixins.length;r<i;r++)e=Tn(e,t.mixins[r],n);var a,s={};for(a in e)l(a);for(a in t)C(e,a)||l(a);function l(r){var o=_n[r]||Sn;s[r]=o(e[r],t[r],n,r)}return s}function Pn(e,t,n,r){if("string"==typeof n){var o=e[t];if(C(o,n))return o[n];var i=x(n);if(C(o,i))return o[i];var a=k(i);return C(o,a)?o[a]:o[n]||o[i]||o[a]}}function Nn(e,t,n,r){var o=t[e],i=!C(n,e),a=n[e],s=Rn(Boolean,o.type);if(s>-1)if(i&&!C(o,"default"))a=!1;else if(""===a||a===S(e)){var l=Rn(String,o.type);(l<0||s<l)&&(a=!0)}if(void 0===a){a=function(e,t,n){if(C(t,"default")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:c(r)&&"Function"!==In(t.type)?r.call(e):r}}(r,o,e);var u=xe;ke(!0),Te(a),ke(u)}return a}var On=/^\s*function (\w+)/;function In(e){var t=e&&e.toString().match(On);return t?t[1]:""}function Ln(e,t){return In(e)===In(t)}function Rn(e,t){if(!o(t))return Ln(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Ln(t[n],e))return n;return-1}var Dn={enumerable:!0,configurable:!0,get:I,set:I};function $n(e,t,n){Dn.get=function(){return this[t][n]},Dn.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Dn)}function Mn(e){var t=e.$options;if(t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props=Le({}),o=e.$options._propKeys=[];!e.$parent||ke(!1);var i=function(i){o.push(i);var a=Nn(i,t,n,e);Pe(r,i,a,void 0,!0),i in e||$n(e,"_props",i)};for(var a in t)i(a);ke(!0)}(e,t.props),function(e){var t=e.$options,r=t.setup;if(r){var o=e._setupContext=function(e){return{get attrs(){if(!e._attrsProxy){var t=e._attrsProxy={};q(t,"_v_attr_proxy",!0),gt(t,e.$attrs,n,e,"$attrs")}return e._attrsProxy},get listeners(){return e._listenersProxy||gt(e._listenersProxy={},e.$listeners,n,e,"$listeners"),e._listenersProxy},get slots(){return function(e){return e._slotsProxy||At(e._slotsProxy={},e.$scopedSlots),e._slotsProxy}(e)},emit:T(e.$emit,e),expose:function(t){t&&Object.keys(t).forEach((function(n){return $e(e,t,n)}))}}}(e);ue(e),ye();var i=xt(r,null,[e._props||Le({}),o],e,"setup");if(be(),ue(),c(i))t.render=i;else if(u(i))if(e._setupState=i,i.__sfc){var a=e._setupProxy={};for(var s in i)"__sfc"!==s&&$e(a,i,s)}else for(var s in i)H(s)||$e(e,i,s)}}(e),t.methods&&function(e,t){for(var n in e.$options.props,t)e[n]="function"!=typeof t[n]?I:T(t[n],e)}(e,t.methods),t.data)!function(e){var t=e.$options.data;p(t=e._data=c(t)?function(e,t){ye();try{return e.call(t,t)}catch(e){return Et(e,t,"data()"),{}}finally{be()}}(t,e):t||{})||(t={});for(var n=Object.keys(t),r=e.$options.props,o=(e.$options.methods,n.length);o--;){var i=n[o];r&&C(r,i)||H(i)||$n(e,"_data",i)}var a=Te(t);a&&a.vmCount++}(e);else{var r=Te(e._data={});r&&r.vmCount++}t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=oe();for(var o in t){var i=t[o],a=c(i)?i:i.get;r||(n[o]=new qt(e,a||I,I,Fn)),o in e||jn(e,o,i)}}(e,t.computed),t.watch&&t.watch!==te&&function(e,t){for(var n in t){var r=t[n];if(o(r))for(var i=0;i<r.length;i++)Hn(e,n,r[i]);else Hn(e,n,r)}}(e,t.watch)}var Fn={lazy:!0};function jn(e,t,n){var r=!oe();c(n)?(Dn.get=r?Un(t):zn(n),Dn.set=I):(Dn.get=n.get?r&&!1!==n.cache?Un(t):zn(n.get):I,Dn.set=n.set||I),Object.defineProperty(e,t,Dn)}function Un(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),ve.target&&t.depend(),t.value}}function zn(e){return function(){return e.call(this,this)}}function Hn(e,t,n,r){return p(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}var qn=0;function Gn(e){var t=e.options;if(e.super){var n=Gn(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.sealedOptions;for(var o in n)n[o]!==r[o]&&(t||(t={}),t[o]=n[o]);return t}(e);r&&N(e.extendOptions,r),(t=e.options=Tn(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function Wn(e){this._init(e)}function Vn(e){return e&&(vn(e.Ctor.options)||e.tag)}function Xn(e,t){return o(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!function(e){return"[object RegExp]"===d.call(e)}(e)&&e.test(t)}function Yn(e,t){var n=e.cache,r=e.keys,o=e._vnode,i=e.$vnode;for(var a in n){var s=n[a];if(s){var l=s.name;l&&!t(l)&&Kn(n,a,r,o)}}i.componentOptions.children=void 0}function Kn(e,t,n,r){var o=e[t];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),e[t]=null,b(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=qn++,t._isVue=!0,t.__v_skip=!0,t._scope=new je(!0),t._scope.parent=void 0,t._scope._vm=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Tn(Gn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Xt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,r=e.$vnode=t._parentVnode,o=r&&r.context;e.$slots=ut(t._renderChildren,o),e.$scopedSlots=r?ft(e.$parent,r.data.scopedSlots,e.$slots):n,e._c=function(t,n,r,o){return Ct(e,t,n,r,o,!1)},e.$createElement=function(t,n,r,o){return Ct(e,t,n,r,o,!0)};var i=r&&r.data;Pe(e,"$attrs",i&&i.attrs||n,null,!0),Pe(e,"$listeners",t._parentListeners||n,null,!0)}(t),en(t,"beforeCreate",void 0,!1),function(e){var t=fn(e.$options.inject,e);t&&(ke(!1),Object.keys(t).forEach((function(n){Pe(e,n,t[n])})),ke(!0))}(t),Mn(t),function(e){var t=e.$options.provide;if(t){var n=c(t)?t.call(e):t;if(!u(n))return;for(var r=function(e){var t=e._provided,n=e.$parent&&e.$parent._provided;return n===t?e._provided=Object.create(n):t}(e),o=le?Reflect.ownKeys(n):Object.keys(n),i=0;i<o.length;i++){var a=o[i];Object.defineProperty(r,a,Object.getOwnPropertyDescriptor(n,a))}}}(t),en(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(Wn),function(e){Object.defineProperty(e.prototype,"$data",{get:function(){return this._data}}),Object.defineProperty(e.prototype,"$props",{get:function(){return this._props}}),e.prototype.$set=Ne,e.prototype.$delete=Oe,e.prototype.$watch=function(e,t,n){var r=this;if(p(t))return Hn(r,e,t,n);(n=n||{}).user=!0;var o=new qt(r,e,t,n);if(n.immediate){var i='callback for immediate watcher "'.concat(o.expression,'"');ye(),xt(t,r,[o.value],r,i),be()}return function(){o.teardown()}}}(Wn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(o(e))for(var i=0,a=e.length;i<a;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(o(e)){for(var r=0,i=e.length;r<i;r++)n.$off(e[r],t);return n}var a,s=n._events[e];if(!s)return n;if(!t)return n._events[e]=null,n;for(var l=s.length;l--;)if((a=s[l])===t||a.fn===t){s.splice(l,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?P(n):n;for(var r=P(arguments,1),o='event handler for "'.concat(e,'"'),i=0,a=n.length;i<a;i++)xt(n[i],t,r,t,o)}return t}}(Wn),function(e){e.prototype._update=function(e,t){var n=this,r=n.$el,o=n._vnode,i=Kt(n);n._vnode=e,n.$el=o?n.__patch__(o,e):n.__patch__(n.$el,e,t,!1),i(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n);for(var a=n;a&&a.$vnode&&a.$parent&&a.$vnode===a.$parent._vnode;)a.$parent.$el=a.$el,a=a.$parent},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){en(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||b(t.$children,e),e._scope.stop(),e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),en(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(Wn),function(e){ct(e.prototype),e.prototype.$nextTick=function(e){return $t(e,this)},e.prototype._render=function(){var e=this,t=e.$options,n=t.render,r=t._parentVnode;r&&e._isMounted&&(e.$scopedSlots=ft(e.$parent,r.data.scopedSlots,e.$slots,e.$scopedSlots),e._slotsProxy&&At(e._slotsProxy,e.$scopedSlots)),e.$vnode=r;var i,a=ce,s=yt;try{ue(e),yt=e,i=n.call(e._renderProxy,e.$createElement)}catch(t){Et(t,e,"render"),i=e._vnode}finally{yt=s,ue(a)}return o(i)&&1===i.length&&(i=i[0]),i instanceof de||(i=pe()),i.parent=r,i}}(Wn);var Zn=[String,RegExp,Array],Jn={name:"keep-alive",abstract:!0,props:{include:Zn,exclude:Zn,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,n=e.keys,r=e.vnodeToCache,o=e.keyToCache;if(r){var i=r.tag,a=r.componentInstance,s=r.componentOptions;t[o]={name:Vn(s),tag:i,componentInstance:a},n.push(o),this.max&&n.length>parseInt(this.max)&&Kn(t,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Kn(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){Yn(e,(function(e){return Xn(t,e)}))})),this.$watch("exclude",(function(t){Yn(e,(function(e){return!Xn(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=wt(e),n=t&&t.componentOptions;if(n){var r=Vn(n),o=this.include,i=this.exclude;if(o&&(!r||!Xn(o,r))||i&&r&&Xn(i,r))return t;var a=this.cache,s=this.keys,l=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;a[l]?(t.componentInstance=a[l].componentInstance,b(s,l),s.push(l)):(this.vnodeToCache=t,this.keyToCache=l),t.data.keepAlive=!0}return t||e&&e[0]}},Qn={KeepAlive:Jn};!function(e){var t={get:function(){return z}};Object.defineProperty(e,"config",t),e.util={warn:Cn,extend:N,mergeOptions:Tn,defineReactive:Pe},e.set=Ne,e.delete=Oe,e.nextTick=$t,e.observable=function(e){return Te(e),e},e.options=Object.create(null),j.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,N(e.options.components,Qn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=P(arguments,1);return n.unshift(this),c(e.install)?e.install.apply(e,n):c(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Tn(this.options,e),this}}(e),function(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,o=e._Ctor||(e._Ctor={});if(o[r])return o[r];var i=vn(e)||vn(n.options),a=function(e){this._init(e)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=t++,a.options=Tn(n.options,e),a.super=n,a.options.props&&function(e){var t=e.options.props;for(var n in t)$n(e.prototype,"_props",n)}(a),a.options.computed&&function(e){var t=e.options.computed;for(var n in t)jn(e.prototype,n,t[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,j.forEach((function(e){a[e]=n[e]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=N({},a.options),o[r]=a,a}}(e),function(e){j.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&p(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&c(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(Wn),Object.defineProperty(Wn.prototype,"$isServer",{get:oe}),Object.defineProperty(Wn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Wn,"FunctionalRenderContext",{value:hn}),Wn.version="2.7.16";var er=A("style,class"),tr=A("input,textarea,option,select,progress"),nr=A("contenteditable,draggable,spellcheck"),rr=A("events,caret,typing,plaintext-only"),or=A("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),ir="http://www.w3.org/1999/xlink",ar=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},sr=function(e){return ar(e)?e.slice(6,e.length):""},lr=function(e){return null==e||!1===e};function cr(e,t){return{staticClass:ur(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function ur(e,t){return e?t?e+" "+t:e:t||""}function dr(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,o=e.length;r<o;r++)a(t=dr(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):u(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var pr={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},fr=A("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),hr=A("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),mr=function(e){return fr(e)||hr(e)},gr=Object.create(null),vr=A("text,number,password,search,email,tel,url"),Ar=Object.freeze({__proto__:null,createElement:function(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(e,t){return document.createElementNS(pr[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),yr={create:function(e,t){br(t)},update:function(e,t){e.data.ref!==t.data.ref&&(br(e,!0),br(t))},destroy:function(e){br(e,!0)}};function br(e,t){var n=e.data.ref;if(a(n)){var r=e.context,i=e.componentInstance||e.elm,s=t?null:i,l=t?void 0:i;if(c(n))xt(n,r,[s],r,"template ref function");else{var u=e.data.refInFor,d="string"==typeof n||"number"==typeof n,p=De(n),f=r.$refs;if(d||p)if(u){var h=d?f[n]:n.value;t?o(h)&&b(h,i):o(h)?h.includes(i)||h.push(i):d?(f[n]=[i],wr(r,n,f[n])):n.value=[i]}else if(d){if(t&&f[n]!==i)return;f[n]=l,wr(r,n,s)}else if(p){if(t&&n.value!==i)return;n.value=s}}}}function wr(e,t,n){var r=e._setupState;r&&C(r,t)&&(De(r[t])?r[t].value=n:r[t]=n)}var Cr=new de("",{},[]),_r=["create","activate","update","remove","destroy"];function Er(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&a(e.data)===a(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=a(n=e.data)&&a(n=n.attrs)&&n.type,o=a(n=t.data)&&a(n=n.attrs)&&n.type;return r===o||vr(r)&&vr(o)}(e,t)||s(e.isAsyncPlaceholder)&&i(t.asyncFactory.error))}function xr(e,t,n){var r,o,i={};for(r=t;r<=n;++r)a(o=e[r].key)&&(i[o]=r);return i}var kr={create:Br,update:Br,destroy:function(e){Br(e,Cr)}};function Br(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,o,i=e===Cr,a=t===Cr,s=Tr(e.data.directives,e.context),l=Tr(t.data.directives,t.context),c=[],u=[];for(n in l)r=s[n],o=l[n],r?(o.oldValue=r.value,o.oldArg=r.arg,Nr(o,"update",t,e),o.def&&o.def.componentUpdated&&u.push(o)):(Nr(o,"bind",t,e),o.def&&o.def.inserted&&c.push(o));if(c.length){var d=function(){for(var n=0;n<c.length;n++)Nr(c[n],"inserted",t,e)};i?qe(t,"insert",d):d()}if(u.length&&qe(t,"postpatch",(function(){for(var n=0;n<u.length;n++)Nr(u[n],"componentUpdated",t,e)})),!i)for(n in s)l[n]||Nr(s[n],"unbind",e,e,a)}(e,t)}var Sr=Object.create(null);function Tr(e,t){var n,r,o=Object.create(null);if(!e)return o;for(n=0;n<e.length;n++){if((r=e[n]).modifiers||(r.modifiers=Sr),o[Pr(r)]=r,t._setupState&&t._setupState.__sfc){var i=r.def||Pn(t,"_setupState","v-"+r.name);r.def="function"==typeof i?{bind:i,update:i}:i}r.def=r.def||Pn(t.$options,"directives",r.name)}return o}function Pr(e){return e.rawName||"".concat(e.name,".").concat(Object.keys(e.modifiers||{}).join("."))}function Nr(e,t,n,r,o){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,r,o)}catch(r){Et(r,n.context,"directive ".concat(e.name," ").concat(t," hook"))}}var Or=[yr,kr];function Ir(e,t){var n=t.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||i(e.data.attrs)&&i(t.data.attrs))){var r,o,l=t.elm,c=e.data.attrs||{},u=t.data.attrs||{};for(r in(a(u.__ob__)||s(u._v_attr_proxy))&&(u=t.data.attrs=N({},u)),u)o=u[r],c[r]!==o&&Lr(l,r,o,t.data.pre);for(r in(Y||Z)&&u.value!==c.value&&Lr(l,"value",u.value),c)i(u[r])&&(ar(r)?l.removeAttributeNS(ir,sr(r)):nr(r)||l.removeAttribute(r))}}function Lr(e,t,n,r){r||e.tagName.indexOf("-")>-1?Rr(e,t,n):or(t)?lr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):nr(t)?e.setAttribute(t,function(e,t){return lr(t)||"false"===t?"false":"contenteditable"===e&&rr(t)?t:"true"}(t,n)):ar(t)?lr(n)?e.removeAttributeNS(ir,sr(t)):e.setAttributeNS(ir,t,n):Rr(e,t,n)}function Rr(e,t,n){if(lr(n))e.removeAttribute(t);else{if(Y&&!K&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var Dr={create:Ir,update:Ir};function $r(e,t){var n=t.elm,r=t.data,o=e.data;if(!(i(r.staticClass)&&i(r.class)&&(i(o)||i(o.staticClass)&&i(o.class)))){var s=function(e){for(var t=e.data,n=e,r=e;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=cr(r.data,t));for(;a(n=n.parent);)n&&n.data&&(t=cr(t,n.data));return o=t.staticClass,i=t.class,a(o)||a(i)?ur(o,dr(i)):"";var o,i}(t),l=n._transitionClasses;a(l)&&(s=ur(s,dr(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Mr,Fr={create:$r,update:$r},jr="__r",Ur="__c";function zr(e,t,n){var r=Mr;return function o(){null!==t.apply(null,arguments)&&Gr(e,o,n,r)}}var Hr=Tt&&!(ee&&Number(ee[1])<=53);function qr(e,t,n,r){if(Hr){var o=ln,i=t;t=i._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=o||e.timeStamp<=0||e.target.ownerDocument!==document)return i.apply(this,arguments)}}Mr.addEventListener(e,t,ne?{capture:n,passive:r}:n)}function Gr(e,t,n,r){(r||Mr).removeEventListener(e,t._wrapper||t,n)}function Wr(e,t){if(!i(e.data.on)||!i(t.data.on)){var n=t.data.on||{},r=e.data.on||{};Mr=t.elm||e.elm,function(e){if(a(e[jr])){var t=Y?"change":"input";e[t]=[].concat(e[jr],e[t]||[]),delete e[jr]}a(e[Ur])&&(e.change=[].concat(e[Ur],e.change||[]),delete e[Ur])}(n),He(n,r,qr,Gr,zr,t.context),Mr=void 0}}var Vr,Xr={create:Wr,update:Wr,destroy:function(e){return Wr(e,Cr)}};function Yr(e,t){if(!i(e.data.domProps)||!i(t.data.domProps)){var n,r,o=t.elm,l=e.data.domProps||{},c=t.data.domProps||{};for(n in(a(c.__ob__)||s(c._v_attr_proxy))&&(c=t.data.domProps=N({},c)),l)n in c||(o[n]="");for(n in c){if(r=c[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===l[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var u=i(r)?"":String(r);Kr(o,u)&&(o.value=u)}else if("innerHTML"===n&&hr(o.tagName)&&i(o.innerHTML)){(Vr=Vr||document.createElement("div")).innerHTML="<svg>".concat(r,"</svg>");for(var d=Vr.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;d.firstChild;)o.appendChild(d.firstChild)}else if(r!==l[n])try{o[n]=r}catch(e){}}}}function Kr(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(a(r)){if(r.number)return v(n)!==v(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var Zr={create:Yr,update:Yr},Jr=_((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));function Qr(e){var t=eo(e.style);return e.staticStyle?N(e.staticStyle,t):t}function eo(e){return Array.isArray(e)?O(e):"string"==typeof e?Jr(e):e}var to,no=/^--/,ro=/\s*!important$/,oo=function(e,t,n){if(no.test(t))e.style.setProperty(t,n);else if(ro.test(n))e.style.setProperty(S(t),n.replace(ro,""),"important");else{var r=ao(t);if(Array.isArray(n))for(var o=0,i=n.length;o<i;o++)e.style[r]=n[o];else e.style[r]=n}},io=["Webkit","Moz","ms"],ao=_((function(e){if(to=to||document.createElement("div").style,"filter"!==(e=x(e))&&e in to)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<io.length;n++){var r=io[n]+t;if(r in to)return r}}));function so(e,t){var n=t.data,r=e.data;if(!(i(n.staticStyle)&&i(n.style)&&i(r.staticStyle)&&i(r.style))){var o,s,l=t.elm,c=r.staticStyle,u=r.normalizedStyle||r.style||{},d=c||u,p=eo(t.data.style)||{};t.data.normalizedStyle=a(p.__ob__)?N({},p):p;var f=function(e){for(var t,n={},r=e;r.componentInstance;)(r=r.componentInstance._vnode)&&r.data&&(t=Qr(r.data))&&N(n,t);(t=Qr(e.data))&&N(n,t);for(var o=e;o=o.parent;)o.data&&(t=Qr(o.data))&&N(n,t);return n}(t);for(s in d)i(f[s])&&oo(l,s,"");for(s in f)o=f[s],oo(l,s,null==o?"":o)}}var lo={create:so,update:so},co=/\s+/;function uo(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(co).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function po(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(co).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function fo(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&N(t,ho(e.name||"v")),N(t,e),t}return"string"==typeof e?ho(e):void 0}}var ho=_((function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}})),mo=V&&!K,go="transition",vo="animation",Ao="transition",yo="transitionend",bo="animation",wo="animationend";mo&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ao="WebkitTransition",yo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(bo="WebkitAnimation",wo="webkitAnimationEnd"));var Co=V?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function _o(e){Co((function(){Co(e)}))}function Eo(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),uo(e,t))}function xo(e,t){e._transitionClasses&&b(e._transitionClasses,t),po(e,t)}function ko(e,t,n){var r=So(e,t),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===go?yo:wo,l=0,c=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++l>=a&&c()};setTimeout((function(){l<a&&c()}),i+1),e.addEventListener(s,u)}var Bo=/\b(transform|all)(,|$)/;function So(e,t){var n,r=window.getComputedStyle(e),o=(r[Ao+"Delay"]||"").split(", "),i=(r[Ao+"Duration"]||"").split(", "),a=To(o,i),s=(r[bo+"Delay"]||"").split(", "),l=(r[bo+"Duration"]||"").split(", "),c=To(s,l),u=0,d=0;return t===go?a>0&&(n=go,u=a,d=i.length):t===vo?c>0&&(n=vo,u=c,d=l.length):d=(n=(u=Math.max(a,c))>0?a>c?go:vo:null)?n===go?i.length:l.length:0,{type:n,timeout:u,propCount:d,hasTransform:n===go&&Bo.test(r[Ao+"Property"])}}function To(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return Po(t)+Po(e[n])})))}function Po(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function No(e,t){var n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=fo(e.data.transition);if(!i(r)&&!a(n._enterCb)&&1===n.nodeType){for(var o=r.css,s=r.type,l=r.enterClass,d=r.enterToClass,p=r.enterActiveClass,f=r.appearClass,h=r.appearToClass,m=r.appearActiveClass,g=r.beforeEnter,A=r.enter,y=r.afterEnter,b=r.enterCancelled,w=r.beforeAppear,C=r.appear,_=r.afterAppear,E=r.appearCancelled,x=r.duration,k=Yt,B=Yt.$vnode;B&&B.parent;)k=B.context,B=B.parent;var S=!k._isMounted||!e.isRootInsert;if(!S||C||""===C){var T=S&&f?f:l,P=S&&m?m:p,N=S&&h?h:d,O=S&&w||g,I=S&&c(C)?C:A,L=S&&_||y,R=S&&E||b,D=v(u(x)?x.enter:x),$=!1!==o&&!K,F=Lo(I),j=n._enterCb=M((function(){$&&(xo(n,N),xo(n,P)),j.cancelled?($&&xo(n,T),R&&R(n)):L&&L(n),n._enterCb=null}));e.data.show||qe(e,"insert",(function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),I&&I(n,j)})),O&&O(n),$&&(Eo(n,T),Eo(n,P),_o((function(){xo(n,T),j.cancelled||(Eo(n,N),F||(Io(D)?setTimeout(j,D):ko(n,s,j)))}))),e.data.show&&(t&&t(),I&&I(n,j)),$||F||j()}}}function Oo(e,t){var n=e.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=fo(e.data.transition);if(i(r)||1!==n.nodeType)return t();if(!a(n._leaveCb)){var o=r.css,s=r.type,l=r.leaveClass,c=r.leaveToClass,d=r.leaveActiveClass,p=r.beforeLeave,f=r.leave,h=r.afterLeave,m=r.leaveCancelled,g=r.delayLeave,A=r.duration,y=!1!==o&&!K,b=Lo(f),w=v(u(A)?A.leave:A),C=n._leaveCb=M((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),y&&(xo(n,c),xo(n,d)),C.cancelled?(y&&xo(n,l),m&&m(n)):(t(),h&&h(n)),n._leaveCb=null}));g?g(_):_()}function _(){C.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),p&&p(n),y&&(Eo(n,l),Eo(n,d),_o((function(){xo(n,l),C.cancelled||(Eo(n,c),b||(Io(w)?setTimeout(C,w):ko(n,s,C)))}))),f&&f(n,C),y||b||C())}}function Io(e){return"number"==typeof e&&!isNaN(e)}function Lo(e){if(i(e))return!1;var t=e.fns;return a(t)?Lo(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Ro(e,t){!0!==t.data.show&&No(t)}var Do=function(e){var t,n,r={},c=e.modules,u=e.nodeOps;for(t=0;t<_r.length;++t)for(r[_r[t]]=[],n=0;n<c.length;++n)a(c[n][_r[t]])&&r[_r[t]].push(c[n][_r[t]]);function d(e){var t=u.parentNode(e);a(t)&&u.removeChild(t,e)}function p(e,t,n,o,i,l,c){if(a(e.elm)&&a(l)&&(e=l[c]=he(e)),e.isRootInsert=!i,!function(e,t,n,o){var i=e.data;if(a(i)){var l=a(e.componentInstance)&&i.keepAlive;if(a(i=i.hook)&&a(i=i.init)&&i(e,!1),a(e.componentInstance))return f(e,t),h(n,e.elm,o),s(l)&&function(e,t,n,o){for(var i,s=e;s.componentInstance;)if(a(i=(s=s.componentInstance._vnode).data)&&a(i=i.transition)){for(i=0;i<r.activate.length;++i)r.activate[i](Cr,s);t.push(s);break}h(n,e.elm,o)}(e,t,n,o),!0}}(e,t,n,o)){var d=e.data,p=e.children,g=e.tag;a(g)?(e.elm=e.ns?u.createElementNS(e.ns,g):u.createElement(g,e),y(e),m(e,p,t),a(d)&&v(e,t),h(n,e.elm,o)):s(e.isComment)?(e.elm=u.createComment(e.text),h(n,e.elm,o)):(e.elm=u.createTextNode(e.text),h(n,e.elm,o))}}function f(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,g(e)?(v(e,t),y(e)):(br(e),t.push(e))}function h(e,t,n){a(e)&&(a(n)?u.parentNode(n)===e&&u.insertBefore(e,t,n):u.appendChild(e,t))}function m(e,t,n){if(o(t))for(var r=0;r<t.length;++r)p(t[r],n,e.elm,null,!0,t,r);else l(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function g(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function v(e,n){for(var o=0;o<r.create.length;++o)r.create[o](Cr,e);a(t=e.data.hook)&&(a(t.create)&&t.create(Cr,e),a(t.insert)&&n.push(e))}function y(e){var t;if(a(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var n=e;n;)a(t=n.context)&&a(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),n=n.parent;a(t=Yt)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function b(e,t,n,r,o,i){for(;r<=o;++r)p(n[r],i,e,t,!1,n,r)}function w(e){var t,n,o=e.data;if(a(o))for(a(t=o.hook)&&a(t=t.destroy)&&t(e),t=0;t<r.destroy.length;++t)r.destroy[t](e);if(a(t=e.children))for(n=0;n<e.children.length;++n)w(e.children[n])}function C(e,t,n){for(;t<=n;++t){var r=e[t];a(r)&&(a(r.tag)?(_(r),w(r)):d(r.elm))}}function _(e,t){if(a(t)||a(e.data)){var n,o=r.remove.length+1;for(a(t)?t.listeners+=o:t=function(e,t){function n(){0==--n.listeners&&d(e)}return n.listeners=t,n}(e.elm,o),a(n=e.componentInstance)&&a(n=n._vnode)&&a(n.data)&&_(n,t),n=0;n<r.remove.length;++n)r.remove[n](e,t);a(n=e.data.hook)&&a(n=n.remove)?n(e,t):t()}else d(e.elm)}function E(e,t,n,r){for(var o=n;o<r;o++){var i=t[o];if(a(i)&&Er(e,i))return o}}function x(e,t,n,o,l,c){if(e!==t){a(t.elm)&&a(o)&&(t=o[l]=he(t));var d=t.elm=e.elm;if(s(e.isAsyncPlaceholder))a(t.asyncFactory.resolved)?S(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(s(t.isStatic)&&s(e.isStatic)&&t.key===e.key&&(s(t.isCloned)||s(t.isOnce)))t.componentInstance=e.componentInstance;else{var f,h=t.data;a(h)&&a(f=h.hook)&&a(f=f.prepatch)&&f(e,t);var m=e.children,v=t.children;if(a(h)&&g(t)){for(f=0;f<r.update.length;++f)r.update[f](e,t);a(f=h.hook)&&a(f=f.update)&&f(e,t)}i(t.text)?a(m)&&a(v)?m!==v&&function(e,t,n,r,o){for(var s,l,c,d=0,f=0,h=t.length-1,m=t[0],g=t[h],v=n.length-1,A=n[0],y=n[v],w=!o;d<=h&&f<=v;)i(m)?m=t[++d]:i(g)?g=t[--h]:Er(m,A)?(x(m,A,r,n,f),m=t[++d],A=n[++f]):Er(g,y)?(x(g,y,r,n,v),g=t[--h],y=n[--v]):Er(m,y)?(x(m,y,r,n,v),w&&u.insertBefore(e,m.elm,u.nextSibling(g.elm)),m=t[++d],y=n[--v]):Er(g,A)?(x(g,A,r,n,f),w&&u.insertBefore(e,g.elm,m.elm),g=t[--h],A=n[++f]):(i(s)&&(s=xr(t,d,h)),i(l=a(A.key)?s[A.key]:E(A,t,d,h))?p(A,r,e,m.elm,!1,n,f):Er(c=t[l],A)?(x(c,A,r,n,f),t[l]=void 0,w&&u.insertBefore(e,c.elm,m.elm)):p(A,r,e,m.elm,!1,n,f),A=n[++f]);d>h?b(e,i(n[v+1])?null:n[v+1].elm,n,f,v,r):f>v&&C(t,d,h)}(d,m,v,n,c):a(v)?(a(e.text)&&u.setTextContent(d,""),b(d,null,v,0,v.length-1,n)):a(m)?C(m,0,m.length-1):a(e.text)&&u.setTextContent(d,""):e.text!==t.text&&u.setTextContent(d,t.text),a(h)&&a(f=h.hook)&&a(f=f.postpatch)&&f(e,t)}}}function k(e,t,n){if(s(n)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var B=A("attrs,class,staticClass,staticStyle,key");function S(e,t,n,r){var o,i=t.tag,l=t.data,c=t.children;if(r=r||l&&l.pre,t.elm=e,s(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(a(l)&&(a(o=l.hook)&&a(o=o.init)&&o(t,!0),a(o=t.componentInstance)))return f(t,n),!0;if(a(i)){if(a(c))if(e.hasChildNodes())if(a(o=l)&&a(o=o.domProps)&&a(o=o.innerHTML)){if(o!==e.innerHTML)return!1}else{for(var u=!0,d=e.firstChild,p=0;p<c.length;p++){if(!d||!S(d,c[p],n,r)){u=!1;break}d=d.nextSibling}if(!u||d)return!1}else m(t,c,n);if(a(l)){var h=!1;for(var g in l)if(!B(g)){h=!0,v(t,n);break}!h&&l.class&&jt(l.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,o){if(!i(t)){var l,c=!1,d=[];if(i(e))c=!0,p(t,d);else{var f=a(e.nodeType);if(!f&&Er(e,t))x(e,t,d,null,null,o);else{if(f){if(1===e.nodeType&&e.hasAttribute(F)&&(e.removeAttribute(F),n=!0),s(n)&&S(e,t,d))return k(t,d,!0),e;l=e,e=new de(u.tagName(l).toLowerCase(),{},[],void 0,l)}var h=e.elm,m=u.parentNode(h);if(p(t,d,h._leaveCb?null:m,u.nextSibling(h)),a(t.parent))for(var v=t.parent,A=g(t);v;){for(var y=0;y<r.destroy.length;++y)r.destroy[y](v);if(v.elm=t.elm,A){for(var b=0;b<r.create.length;++b)r.create[b](Cr,v);var _=v.data.hook.insert;if(_.merged)for(var E=_.fns.slice(1),B=0;B<E.length;B++)E[B]()}else br(v);v=v.parent}a(m)?C([e],0,0):a(e.tag)&&w(e)}}return k(t,d,c),t.elm}a(e)&&w(e)}}({nodeOps:Ar,modules:[Dr,Fr,Xr,Zr,lo,V?{create:Ro,activate:Ro,remove:function(e,t){!0!==e.data.show?Oo(e,t):t()}}:{}].concat(Or)});K&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&qo(e,"input")}));var $o={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?qe(n,"postpatch",(function(){$o.componentUpdated(e,t,n)})):Mo(e,t,n.context),e._vOptions=[].map.call(e.options,Uo)):("textarea"===n.tag||vr(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",zo),e.addEventListener("compositionend",Ho),e.addEventListener("change",Ho),K&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Mo(e,t,n.context);var r=e._vOptions,o=e._vOptions=[].map.call(e.options,Uo);if(o.some((function(e,t){return!D(e,r[t])}))){var i=e.multiple?t.value.some((function(e){return jo(e,o)})):t.value!==t.oldValue&&jo(t.value,o);i&&qo(e,"change")}}}};function Mo(e,t,n){Fo(e,t),(Y||Z)&&setTimeout((function(){Fo(e,t)}),0)}function Fo(e,t,n){var r=t.value,o=e.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,l=e.options.length;s<l;s++)if(a=e.options[s],o)i=$(r,Uo(a))>-1,a.selected!==i&&(a.selected=i);else if(D(Uo(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));o||(e.selectedIndex=-1)}}function jo(e,t){return t.every((function(t){return!D(t,e)}))}function Uo(e){return"_value"in e?e._value:e.value}function zo(e){e.target.composing=!0}function Ho(e){e.target.composing&&(e.target.composing=!1,qo(e.target,"input"))}function qo(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Go(e){return!e.componentInstance||e.data&&e.data.transition?e:Go(e.componentInstance._vnode)}var Wo={model:$o,show:{bind:function(e,t,n){var r=t.value,o=(n=Go(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&o?(n.data.show=!0,No(n,(function(){e.style.display=i}))):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=Go(n)).data&&n.data.transition?(n.data.show=!0,r?No(n,(function(){e.style.display=e.__vOriginalDisplay})):Oo(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,o){o||(e.style.display=e.__vOriginalDisplay)}}},Vo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Xo(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Xo(wt(t.children)):e}function Yo(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var o=n._parentListeners;for(var r in o)t[x(r)]=o[r];return t}function Ko(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var Zo=function(e){return e.tag||pt(e)},Jo=function(e){return"show"===e.name},Qo={name:"transition",props:Vo,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(Zo)).length){var r=this.mode,o=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return o;var i=Xo(o);if(!i)return o;if(this._leaving)return Ko(e,o);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:l(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=Yo(this),c=this._vnode,u=Xo(c);if(i.data.directives&&i.data.directives.some(Jo)&&(i.data.show=!0),u&&u.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,u)&&!pt(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var d=u.data.transition=N({},s);if("out-in"===r)return this._leaving=!0,qe(d,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),Ko(e,o);if("in-out"===r){if(pt(i))return c;var p,f=function(){p()};qe(s,"afterEnter",f),qe(s,"enterCancelled",f),qe(d,"delayLeave",(function(e){p=e}))}}return o}}},ei=N({tag:String,moveClass:String},Vo);delete ei.mode;var ti={props:ei,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var o=Kt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,o(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Yo(this),s=0;s<o.length;s++)(u=o[s]).tag&&null!=u.key&&0!==String(u.key).indexOf("__vlist")&&(i.push(u),n[u.key]=u,(u.data||(u.data={})).transition=a);if(r){var l=[],c=[];for(s=0;s<r.length;s++){var u;(u=r[s]).data.transition=a,u.data.pos=u.elm.getBoundingClientRect(),n[u.key]?l.push(u):c.push(u)}this.kept=e(t,null,l),this.removed=c}return e(t,null,i)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(ni),e.forEach(ri),e.forEach(oi),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,r=n.style;Eo(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(yo,n._moveCb=function e(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(yo,e),n._moveCb=null,xo(n,t))})}})))},methods:{hasMove:function(e,t){if(!mo)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){po(n,e)})),uo(n,t),n.style.display="none",this.$el.appendChild(n);var r=So(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function ni(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function ri(e){e.data.newPos=e.elm.getBoundingClientRect()}function oi(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,o=t.top-n.top;if(r||o){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate(".concat(r,"px,").concat(o,"px)"),i.transitionDuration="0s"}}var ii={Transition:Qo,TransitionGroup:ti};function ai(e,t,n){const r=`#initial-state-${e}-${t}`;if(window._nc_initial_state?.has(r))return window._nc_initial_state.get(r);window._nc_initial_state||(window._nc_initial_state=new Map);const o=document.querySelector(r);if(null===o){if(void 0!==n)return n;throw new Error(`Could not find initial state ${t} of ${e}`)}try{const e=JSON.parse(atob(o.value));return window._nc_initial_state.set(r,e),e}catch(r){if(console.error("[@nextcloud/initial-state] Could not parse initial state",{key:t,app:e,error:r}),void 0!==n)return n;throw new Error(`Could not parse initial state ${t} of ${e}`,{cause:r})}}Wn.config.mustUseProp=function(e,t,n){return"value"===n&&tr(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Wn.config.isReservedTag=mr,Wn.config.isReservedAttr=er,Wn.config.getTagNamespace=function(e){return hr(e)?"svg":"math"===e?"math":void 0},Wn.config.isUnknownElement=function(e){if(!V)return!0;if(mr(e))return!1;if(e=e.toLowerCase(),null!=gr[e])return gr[e];var t=document.createElement(e);return e.indexOf("-")>-1?gr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:gr[e]=/HTMLUnknownElement/.test(t.toString())},N(Wn.options.directives,Wo),N(Wn.options.components,ii),Wn.prototype.__patch__=V?Do:I,Wn.prototype.$mount=function(e,t){return function(e,t,n){var r;e.$el=t,e.$options.render||(e.$options.render=pe),en(e,"beforeMount"),r=function(){e._update(e._render(),n)},new qt(e,r,I,{before:function(){e._isMounted&&!e._isDestroyed&&en(e,"beforeUpdate")}},!0),n=!1;var o=e._preWatchers;if(o)for(var i=0;i<o.length;i++)o[i].run();return null==e.$vnode&&(e._isMounted=!0,en(e,"mounted")),e}(this,e=e&&V?function(e){return"string"==typeof e?document.querySelector(e)||document.createElement("div"):e}(e):void 0,t)},V&&setTimeout((function(){z.devtools&&ie&&ie.emit("init",Wn)}),0);var si=r(64),li=r(711);class ci{bus;constructor(e){"function"==typeof e.getVersion&&li(e.getVersion())?si(e.getVersion())!==si(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}getVersion(){return"3.3.3"}subscribe(e,t){this.bus.subscribe(e,t)}unsubscribe(e,t){this.bus.unsubscribe(e,t)}emit(e,...t){this.bus.emit(e,...t)}}class ui{handlers=new Map;getVersion(){return"3.3.3"}subscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}unsubscribe(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((e=>e!==t)))}emit(e,...t){(this.handlers.get(e)||[]).forEach((e=>{try{e(t[0])}catch(e){console.error("could not invoke event listener",e)}}))}}let di,pi=null;class fi{static GLOBAL_SCOPE_VOLATILE="nextcloud_vol";static GLOBAL_SCOPE_PERSISTENT="nextcloud_per";scope;wrapped;constructor(e,t,n){this.scope=`${n?fi.GLOBAL_SCOPE_PERSISTENT:fi.GLOBAL_SCOPE_VOLATILE}_${btoa(e)}_`,this.wrapped=t}scopeKey(e){return`${this.scope}${e}`}setItem(e,t){this.wrapped.setItem(this.scopeKey(e),t)}getItem(e){return this.wrapped.getItem(this.scopeKey(e))}removeItem(e){this.wrapped.removeItem(this.scopeKey(e))}clear(){Object.keys(this.wrapped).filter((e=>e.startsWith(this.scope))).map(this.wrapped.removeItem.bind(this.wrapped))}}const hi=[];var mi;let gi;function vi(e,t){return e?e.getAttribute(t):null}function Ai(){if(void 0!==gi)return gi;const e=document?.getElementsByTagName("head")[0];if(!e)return null;const t=vi(e,"data-user");return null===t?(gi=null,gi):(gi={uid:t,displayName:vi(e,"data-user-displayname"),isAdmin:!!window._oc_isadmin},gi)}mi=e=>{di=e.token,hi.forEach((e=>{try{e(di)}catch(e){console.error("Error updating CSRF token observer",e)}}))},(null!==pi?pi:"undefined"==typeof window?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(window.OC?._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),pi=void 0!==window?._nc_event_bus?new ci(window._nc_event_bus):window._nc_event_bus=new ui,pi)).subscribe("csrf-token-update",mi),new class{appId;persisted=!1;clearedOnLogout=!1;constructor(e){this.appId=e}persist(e=!0){return this.persisted=e,this}clearOnLogout(e=!0){return this.clearedOnLogout=e,this}build(){return new fi(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}("public").persist().build();var yi=(e=>(e[e.Debug=0]="Debug",e[e.Info=1]="Info",e[e.Warn=2]="Warn",e[e.Error=3]="Error",e[e.Fatal=4]="Fatal",e))(yi||{});class bi{context;constructor(e){this.context=e||{}}formatMessage(e,t,n){let r="["+yi[t].toUpperCase()+"] ";return n&&n.app&&(r+=n.app+": "),"string"==typeof e?r+e:(r+=`Unexpected ${e.name}`,e.message&&(r+=` "${e.message}"`),t===yi.Debug&&e.stack&&(r+=`\n\nStack trace:\n${e.stack}`),r)}log(e,t,n){if(!("number"==typeof this.context?.level&&e<this.context?.level))switch("object"==typeof t&&void 0===n?.error&&(n.error=t),e){case yi.Debug:console.debug(this.formatMessage(t,yi.Debug,n),n);break;case yi.Info:console.info(this.formatMessage(t,yi.Info,n),n);break;case yi.Warn:console.warn(this.formatMessage(t,yi.Warn,n),n);break;case yi.Error:console.error(this.formatMessage(t,yi.Error,n),n);break;case yi.Fatal:default:console.error(this.formatMessage(t,yi.Fatal,n),n)}}debug(e,t){this.log(yi.Debug,e,Object.assign({},this.context,t))}info(e,t){this.log(yi.Info,e,Object.assign({},this.context,t))}warn(e,t){this.log(yi.Warn,e,Object.assign({},this.context,t))}error(e,t){this.log(yi.Error,e,Object.assign({},this.context,t))}fatal(e,t){this.log(yi.Fatal,e,Object.assign({},this.context,t))}}function wi(e){return new bi(e)}class Ci{context;factory;constructor(e){this.context={},this.factory=e}setApp(e){return this.context.app=e,this}setLogLevel(e){return this.context.level=e,this}setUid(e){return this.context.uid=e,this}detectUser(){const e=Ai();return null!==e&&(this.context.uid=e.uid),this}detectLogLevel(){const e=this,t=()=>{"complete"===document.readyState||"interactive"===document.readyState?(e.context.level=window._oc_config?.loglevel??yi.Warn,window._oc_debug&&(e.context.level=yi.Debug),document.removeEventListener("readystatechange",t)):document.addEventListener("readystatechange",t)};return t(),this}build(){return void 0===this.context.level&&this.detectLogLevel(),this.factory(this.context)}}function _i(){return new Ci(wi)}const Ei=_i().setApp("twofactor_totp"),xi=Ai();null!==xi&&Ei.setUid(xi.uid);const ki=Ei.build();var Bi=("undefined"!=typeof window?window:void 0!==r.g?r.g:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function Si(e,t){if(void 0===t&&(t=[]),null===e||"object"!=typeof e)return e;var n=t.filter((function(t){return t.original===e}))[0];if(n)return n.copy;var r=Array.isArray(e)?[]:{};return t.push({original:e,copy:r}),Object.keys(e).forEach((function(n){r[n]=Si(e[n],t)})),r}function Ti(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function Pi(e){return null!==e&&"object"==typeof e}var Ni=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"==typeof n?n():n)||{}},Oi={namespaced:{configurable:!0}};Oi.namespaced.get=function(){return!!this._rawModule.namespaced},Ni.prototype.addChild=function(e,t){this._children[e]=t},Ni.prototype.removeChild=function(e){delete this._children[e]},Ni.prototype.getChild=function(e){return this._children[e]},Ni.prototype.hasChild=function(e){return e in this._children},Ni.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},Ni.prototype.forEachChild=function(e){Ti(this._children,e)},Ni.prototype.forEachGetter=function(e){this._rawModule.getters&&Ti(this._rawModule.getters,e)},Ni.prototype.forEachAction=function(e){this._rawModule.actions&&Ti(this._rawModule.actions,e)},Ni.prototype.forEachMutation=function(e){this._rawModule.mutations&&Ti(this._rawModule.mutations,e)},Object.defineProperties(Ni.prototype,Oi);var Ii,Li=function(e){this.register([],e,!1)};function Ri(e,t,n){if(t.update(n),n.modules)for(var r in n.modules){if(!t.getChild(r))return;Ri(e.concat(r),t.getChild(r),n.modules[r])}}Li.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},Li.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return e+((t=t.getChild(n)).namespaced?n+"/":"")}),"")},Li.prototype.update=function(e){Ri([],this.root,e)},Li.prototype.register=function(e,t,n){var r=this;void 0===n&&(n=!0);var o=new Ni(t,n);0===e.length?this.root=o:this.get(e.slice(0,-1)).addChild(e[e.length-1],o),t.modules&&Ti(t.modules,(function(t,o){r.register(e.concat(o),t,n)}))},Li.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1],r=t.getChild(n);r&&r.runtime&&t.removeChild(n)},Li.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return!!t&&t.hasChild(n)};var Di=function(e){var t=this;void 0===e&&(e={}),!Ii&&"undefined"!=typeof window&&window.Vue&&qi(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var r=e.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Li(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new Ii,this._makeLocalGettersCache=Object.create(null);var o=this,i=this.dispatch,a=this.commit;this.dispatch=function(e,t){return i.call(o,e,t)},this.commit=function(e,t,n){return a.call(o,e,t,n)},this.strict=r;var s=this._modules.root.state;Ui(this,s,[],this._modules.root),ji(this,s),n.forEach((function(e){return e(t)})),(void 0!==e.devtools?e.devtools:Ii.config.devtools)&&function(e){Bi&&(e._devtoolHook=Bi,Bi.emit("vuex:init",e),Bi.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){Bi.emit("vuex:mutation",e,t)}),{prepend:!0}),e.subscribeAction((function(e,t){Bi.emit("vuex:action",e,t)}),{prepend:!0}))}(this)},$i={state:{configurable:!0}};function Mi(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function Fi(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;Ui(e,n,[],e._modules.root,!0),ji(e,n,t)}function ji(e,t,n){var r=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var o=e._wrappedGetters,i={};Ti(o,(function(t,n){i[n]=function(e,t){return function(){return e(t)}}(t,e),Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var a=Ii.config.silent;Ii.config.silent=!0,e._vm=new Ii({data:{$$state:t},computed:i}),Ii.config.silent=a,e.strict&&function(e){e._vm.$watch((function(){return this._data.$$state}),(function(){}),{deep:!0,sync:!0})}(e),r&&(n&&e._withCommit((function(){r._data.$$state=null})),Ii.nextTick((function(){return r.$destroy()})))}function Ui(e,t,n,r,o){var i=!n.length,a=e._modules.getNamespace(n);if(r.namespaced&&(e._modulesNamespaceMap[a],e._modulesNamespaceMap[a]=r),!i&&!o){var s=zi(t,n.slice(0,-1)),l=n[n.length-1];e._withCommit((function(){Ii.set(s,l,r.state)}))}var c=r.context=function(e,t,n){var r=""===t,o={dispatch:r?e.dispatch:function(n,r,o){var i=Hi(n,r,o),a=i.payload,s=i.options,l=i.type;return s&&s.root||(l=t+l),e.dispatch(l,a)},commit:r?e.commit:function(n,r,o){var i=Hi(n,r,o),a=i.payload,s=i.options,l=i.type;s&&s.root||(l=t+l),e.commit(l,a,s)}};return Object.defineProperties(o,{getters:{get:r?function(){return e.getters}:function(){return function(e,t){if(!e._makeLocalGettersCache[t]){var n={},r=t.length;Object.keys(e.getters).forEach((function(o){if(o.slice(0,r)===t){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return e.getters[o]},enumerable:!0})}})),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}(e,t)}},state:{get:function(){return zi(e.state,n)}}}),o}(e,a,n);r.forEachMutation((function(t,n){!function(e,t,n,r){(e._mutations[t]||(e._mutations[t]=[])).push((function(t){n.call(e,r.state,t)}))}(e,a+n,t,c)})),r.forEachAction((function(t,n){var r=t.root?n:a+n,o=t.handler||t;!function(e,t,n,r){(e._actions[t]||(e._actions[t]=[])).push((function(t){var o,i=n.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},t);return(o=i)&&"function"==typeof o.then||(i=Promise.resolve(i)),e._devtoolHook?i.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):i}))}(e,r,o,c)})),r.forEachGetter((function(t,n){!function(e,t,n,r){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(e){return n(r.state,r.getters,e.state,e.getters)})}(e,a+n,t,c)})),r.forEachChild((function(r,i){Ui(e,t,n.concat(i),r,o)}))}function zi(e,t){return t.reduce((function(e,t){return e[t]}),e)}function Hi(e,t,n){return Pi(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function qi(e){Ii&&e===Ii||function(e){if(Number(e.version.split(".")[0])>=2)e.mixin({beforeCreate:n});else{var t=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[n].concat(e.init):n,t.call(this,e)}}function n(){var e=this.$options;e.store?this.$store="function"==typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}(Ii=e)}$i.state.get=function(){return this._vm._data.$$state},$i.state.set=function(e){},Di.prototype.commit=function(e,t,n){var r=this,o=Hi(e,t,n),i=o.type,a=o.payload,s=(o.options,{type:i,payload:a}),l=this._mutations[i];l&&(this._withCommit((function(){l.forEach((function(e){e(a)}))})),this._subscribers.slice().forEach((function(e){return e(s,r.state)})))},Di.prototype.dispatch=function(e,t){var n=this,r=Hi(e,t),o=r.type,i=r.payload,a={type:o,payload:i},s=this._actions[o];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(a,n.state)}))}catch(e){}var l=s.length>1?Promise.all(s.map((function(e){return e(i)}))):s[0](i);return new Promise((function(e,t){l.then((function(t){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(a,n.state)}))}catch(e){}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(a,n.state,e)}))}catch(e){}t(e)}))}))}},Di.prototype.subscribe=function(e,t){return Mi(e,this._subscribers,t)},Di.prototype.subscribeAction=function(e,t){return Mi("function"==typeof e?{before:e}:e,this._actionSubscribers,t)},Di.prototype.watch=function(e,t,n){var r=this;return this._watcherVM.$watch((function(){return e(r.state,r.getters)}),t,n)},Di.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},Di.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"==typeof e&&(e=[e]),this._modules.register(e,t),Ui(this,this.state,e,this._modules.get(e),n.preserveState),ji(this,this.state)},Di.prototype.unregisterModule=function(e){var t=this;"string"==typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=zi(t.state,e.slice(0,-1));Ii.delete(n,e[e.length-1])})),Fi(this)},Di.prototype.hasModule=function(e){return"string"==typeof e&&(e=[e]),this._modules.isRegistered(e)},Di.prototype.hotUpdate=function(e){this._modules.update(e),Fi(this,!0)},Di.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(Di.prototype,$i);var Gi=Ki((function(e,t){var n={};return Yi(t).forEach((function(t){var r=t.key,o=t.val;n[r]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var r=Zi(this.$store,0,e);if(!r)return;t=r.context.state,n=r.context.getters}return"function"==typeof o?o.call(this,t,n):t[o]},n[r].vuex=!0})),n})),Wi=Ki((function(e,t){var n={};return Yi(t).forEach((function(t){var r=t.key,o=t.val;n[r]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var r=this.$store.commit;if(e){var i=Zi(this.$store,0,e);if(!i)return;r=i.context.commit}return"function"==typeof o?o.apply(this,[r].concat(t)):r.apply(this.$store,[o].concat(t))}})),n})),Vi=Ki((function(e,t){var n={};return Yi(t).forEach((function(t){var r=t.key,o=t.val;o=e+o,n[r]=function(){if(!e||Zi(this.$store,0,e))return this.$store.getters[o]},n[r].vuex=!0})),n})),Xi=Ki((function(e,t){var n={};return Yi(t).forEach((function(t){var r=t.key,o=t.val;n[r]=function(){for(var t=[],n=arguments.length;n--;)t[n]=arguments[n];var r=this.$store.dispatch;if(e){var i=Zi(this.$store,0,e);if(!i)return;r=i.context.dispatch}return"function"==typeof o?o.apply(this,[r].concat(t)):r.apply(this.$store,[o].concat(t))}})),n}));function Yi(e){return function(e){return Array.isArray(e)||Pi(e)}(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function Ki(e){return function(t,n){return"string"!=typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function Zi(e,t,n){return e._modulesNamespaceMap[n]}function Ji(e,t,n){var r=n?e.groupCollapsed:e.group;try{r.call(e,t)}catch(n){e.log(t)}}function Qi(e){try{e.groupEnd()}catch(t){e.log("—— log end ——")}}function ea(){var e=new Date;return" @ "+ta(e.getHours(),2)+":"+ta(e.getMinutes(),2)+":"+ta(e.getSeconds(),2)+"."+ta(e.getMilliseconds(),3)}function ta(e,t){return n=t-e.toString().length,new Array(n+1).join("0")+e;var n}var na={Store:Di,install:qi,version:"3.6.2",mapState:Gi,mapMutations:Wi,mapGetters:Vi,mapActions:Xi,createNamespacedHelpers:function(e){return{mapState:Gi.bind(null,e),mapGetters:Vi.bind(null,e),mapMutations:Wi.bind(null,e),mapActions:Xi.bind(null,e)}},createLogger:function(e){void 0===e&&(e={});var t=e.collapsed;void 0===t&&(t=!0);var n=e.filter;void 0===n&&(n=function(e,t,n){return!0});var r=e.transformer;void 0===r&&(r=function(e){return e});var o=e.mutationTransformer;void 0===o&&(o=function(e){return e});var i=e.actionFilter;void 0===i&&(i=function(e,t){return!0});var a=e.actionTransformer;void 0===a&&(a=function(e){return e});var s=e.logMutations;void 0===s&&(s=!0);var l=e.logActions;void 0===l&&(l=!0);var c=e.logger;return void 0===c&&(c=console),function(e){var u=Si(e.state);void 0!==c&&(s&&e.subscribe((function(e,i){var a=Si(i);if(n(e,u,a)){var s=ea(),l=o(e),d="mutation "+e.type+s;Ji(c,d,t),c.log("%c prev state","color: #9E9E9E; font-weight: bold",r(u)),c.log("%c mutation","color: #03A9F4; font-weight: bold",l),c.log("%c next state","color: #4CAF50; font-weight: bold",r(a)),Qi(c)}u=a})),l&&e.subscribeAction((function(e,n){if(i(e,n)){var r=ea(),o=a(e),s="action "+e.type+r;Ji(c,s,t),c.log("%c action","color: #03A9F4; font-weight: bold",o),Qi(c)}})))}}};const ra=na;function oa(e,t){return function(){return e.apply(t,arguments)}}var ia=r(606);const{toString:aa}=Object.prototype,{getPrototypeOf:sa}=Object,{iterator:la,toStringTag:ca}=Symbol,ua=(da=Object.create(null),e=>{const t=aa.call(e);return da[t]||(da[t]=t.slice(8,-1).toLowerCase())});var da;const pa=e=>(e=e.toLowerCase(),t=>ua(t)===e),fa=e=>t=>typeof t===e,{isArray:ha}=Array,ma=fa("undefined");function ga(e){return null!==e&&!ma(e)&&null!==e.constructor&&!ma(e.constructor)&&ya(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const va=pa("ArrayBuffer"),Aa=fa("string"),ya=fa("function"),ba=fa("number"),wa=e=>null!==e&&"object"==typeof e,Ca=e=>{if("object"!==ua(e))return!1;const t=sa(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||ca in e||la in e)},_a=pa("Date"),Ea=pa("File"),xa=pa("Blob"),ka=pa("FileList"),Ba=pa("URLSearchParams"),[Sa,Ta,Pa,Na]=["ReadableStream","Request","Response","Headers"].map(pa);function Oa(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),ha(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{if(ga(e))return;const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let a;for(r=0;r<i;r++)a=o[r],t.call(null,e[a],a,e)}}function Ia(e,t){if(ga(e))return null;t=t.toLowerCase();const n=Object.keys(e);let r,o=n.length;for(;o-- >0;)if(r=n[o],t===r.toLowerCase())return r;return null}const La="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Ra=e=>!ma(e)&&e!==La,Da=($a="undefined"!=typeof Uint8Array&&sa(Uint8Array),e=>$a&&e instanceof $a);var $a;const Ma=pa("HTMLFormElement"),Fa=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),ja=pa("RegExp"),Ua=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Oa(n,((n,o)=>{let i;!1!==(i=t(n,o,e))&&(r[o]=i||n)})),Object.defineProperties(e,r)},za=pa("AsyncFunction"),Ha=(qa="function"==typeof setImmediate,Ga=ya(La.postMessage),qa?setImmediate:Ga?((e,t)=>(La.addEventListener("message",(({source:n,data:r})=>{n===La&&r===e&&t.length&&t.shift()()}),!1),n=>{t.push(n),La.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e));var qa,Ga;const Wa="undefined"!=typeof queueMicrotask?queueMicrotask.bind(La):void 0!==ia&&ia.nextTick||Ha,Va={isArray:ha,isArrayBuffer:va,isBuffer:ga,isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||ya(e.append)&&("formdata"===(t=ua(e))||"object"===t&&ya(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&va(e.buffer),t},isString:Aa,isNumber:ba,isBoolean:e=>!0===e||!1===e,isObject:wa,isPlainObject:Ca,isEmptyObject:e=>{if(!wa(e)||ga(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:Sa,isRequest:Ta,isResponse:Pa,isHeaders:Na,isUndefined:ma,isDate:_a,isFile:Ea,isBlob:xa,isRegExp:ja,isFunction:ya,isStream:e=>wa(e)&&ya(e.pipe),isURLSearchParams:Ba,isTypedArray:Da,isFileList:ka,forEach:Oa,merge:function e(){const{caseless:t,skipUndefined:n}=Ra(this)&&this||{},r={},o=(o,i)=>{const a=t&&Ia(r,i)||i;Ca(r[a])&&Ca(o)?r[a]=e(r[a],o):Ca(o)?r[a]=e({},o):ha(o)?r[a]=o.slice():n&&ma(o)||(r[a]=o)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&Oa(arguments[e],o);return r},extend:(e,t,n,{allOwnKeys:r}={})=>(Oa(t,((t,r)=>{n&&ya(t)?e[r]=oa(t,n):e[r]=t}),{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,r)=>{let o,i,a;const s={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),i=o.length;i-- >0;)a=o[i],r&&!r(a,e,t)||s[a]||(t[a]=e[a],s[a]=!0);e=!1!==n&&sa(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:ua,kindOfTest:pa,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(ha(e))return e;let t=e.length;if(!ba(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[la]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:Ma,hasOwnProperty:Fa,hasOwnProp:Fa,reduceDescriptors:Ua,freezeMethods:e=>{Ua(e,((t,n)=>{if(ya(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];ya(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach((e=>{n[e]=!0}))};return ha(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:Ia,global:La,isContextDefined:Ra,isSpecCompliantForm:function(e){return!!(e&&ya(e.append)&&"FormData"===e[ca]&&e[la])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(wa(e)){if(t.indexOf(e)>=0)return;if(ga(e))return e;if(!("toJSON"in e)){t[r]=e;const o=ha(e)?[]:{};return Oa(e,((e,t)=>{const i=n(e,r+1);!ma(i)&&(o[t]=i)})),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:za,isThenable:e=>e&&(wa(e)||ya(e))&&ya(e.then)&&ya(e.catch),setImmediate:Ha,asap:Wa,isIterable:e=>null!=e&&ya(e[la])};function Xa(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}Va.inherits(Xa,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Va.toJSONObject(this.config),code:this.code,status:this.status}}});const Ya=Xa.prototype,Ka={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{Ka[e]={value:e}})),Object.defineProperties(Xa,Ka),Object.defineProperty(Ya,"isAxiosError",{value:!0}),Xa.from=(e,t,n,r,o,i)=>{const a=Object.create(Ya);Va.toFlatObject(e,a,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e));const s=e&&e.message?e.message:"Error",l=null==t&&e?e.code:t;return Xa.call(a,s,l,n,r,o),e&&null==a.cause&&Object.defineProperty(a,"cause",{value:e,configurable:!0}),a.name=e&&e.name||"Error",i&&Object.assign(a,i),a};const Za=Xa;var Ja=r(287).hp;function Qa(e){return Va.isPlainObject(e)||Va.isArray(e)}function es(e){return Va.endsWith(e,"[]")?e.slice(0,-2):e}function ts(e,t,n){return e?e.concat(t).map((function(e,t){return e=es(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const ns=Va.toFlatObject(Va,{},null,(function(e){return/^is[A-Z]/.test(e)})),rs=function(e,t,n){if(!Va.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=Va.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!Va.isUndefined(t[e])}))).metaTokens,o=n.visitor||c,i=n.dots,a=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&Va.isSpecCompliantForm(t);if(!Va.isFunction(o))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(Va.isDate(e))return e.toISOString();if(Va.isBoolean(e))return e.toString();if(!s&&Va.isBlob(e))throw new Za("Blob is not supported. Use a Buffer instead.");return Va.isArrayBuffer(e)||Va.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Ja.from(e):e}function c(e,n,o){let s=e;if(e&&!o&&"object"==typeof e)if(Va.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(Va.isArray(e)&&function(e){return Va.isArray(e)&&!e.some(Qa)}(e)||(Va.isFileList(e)||Va.endsWith(n,"[]"))&&(s=Va.toArray(e)))return n=es(n),s.forEach((function(e,r){!Va.isUndefined(e)&&null!==e&&t.append(!0===a?ts([n],r,i):null===a?n:n+"[]",l(e))})),!1;return!!Qa(e)||(t.append(ts(o,n,i),l(e)),!1)}const u=[],d=Object.assign(ns,{defaultVisitor:c,convertValue:l,isVisitable:Qa});if(!Va.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!Va.isUndefined(n)){if(-1!==u.indexOf(n))throw Error("Circular reference detected in "+r.join("."));u.push(n),Va.forEach(n,(function(n,i){!0===(!(Va.isUndefined(n)||null===n)&&o.call(t,n,Va.isString(i)?i.trim():i,r,d))&&e(n,r?r.concat(i):[i])})),u.pop()}}(e),t};function os(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function is(e,t){this._pairs=[],e&&rs(e,this,t)}const as=is.prototype;as.append=function(e,t){this._pairs.push([e,t])},as.toString=function(e){const t=e?function(t){return e.call(this,t,os)}:os;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const ss=is;function ls(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function cs(e,t,n){if(!t)return e;const r=n&&n.encode||ls;Va.isFunction(n)&&(n={serialize:n});const o=n&&n.serialize;let i;if(i=o?o(t,n):Va.isURLSearchParams(t)?t.toString():new ss(t,n).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}const us=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){Va.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},ds={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},ps={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:ss,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},fs="undefined"!=typeof window&&"undefined"!=typeof document,hs="object"==typeof navigator&&navigator||void 0,ms=fs&&(!hs||["ReactNative","NativeScript","NS"].indexOf(hs.product)<0),gs="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,vs=fs&&window.location.href||"http://localhost",As={...e,...ps},ys=function(e){function t(e,n,r,o){let i=e[o++];if("__proto__"===i)return!0;const a=Number.isFinite(+i),s=o>=e.length;return i=!i&&Va.isArray(r)?r.length:i,s?(Va.hasOwnProp(r,i)?r[i]=[r[i],n]:r[i]=n,!a):(r[i]&&Va.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&Va.isArray(r[i])&&(r[i]=function(e){const t={},n=Object.keys(e);let r;const o=n.length;let i;for(r=0;r<o;r++)i=n[r],t[i]=e[i];return t}(r[i])),!a)}if(Va.isFormData(e)&&Va.isFunction(e.entries)){const n={};return Va.forEachEntry(e,((e,r)=>{t(function(e){return Va.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),r,n,0)})),n}return null},bs={transitional:ds,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=Va.isObject(e);if(o&&Va.isHTMLForm(e)&&(e=new FormData(e)),Va.isFormData(e))return r?JSON.stringify(ys(e)):e;if(Va.isArrayBuffer(e)||Va.isBuffer(e)||Va.isStream(e)||Va.isFile(e)||Va.isBlob(e)||Va.isReadableStream(e))return e;if(Va.isArrayBufferView(e))return e.buffer;if(Va.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return rs(e,new As.classes.URLSearchParams,{visitor:function(e,t,n,r){return As.isNode&&Va.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((i=Va.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return rs(i?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e){if(Va.isString(e))try{return(0,JSON.parse)(e),Va.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||bs.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(Va.isResponse(e)||Va.isReadableStream(e))return e;if(e&&Va.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e,this.parseReviver)}catch(e){if(n){if("SyntaxError"===e.name)throw Za.from(e,Za.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:As.classes.FormData,Blob:As.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Va.forEach(["delete","get","head","post","put","patch"],(e=>{bs.headers[e]={}}));const ws=bs,Cs=Va.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),_s=Symbol("internals");function Es(e){return e&&String(e).trim().toLowerCase()}function xs(e){return!1===e||null==e?e:Va.isArray(e)?e.map(xs):String(e)}function ks(e,t,n,r,o){return Va.isFunction(r)?r.call(this,t,n):(o&&(t=n),Va.isString(t)?Va.isString(r)?-1!==t.indexOf(r):Va.isRegExp(r)?r.test(t):void 0:void 0)}class Bs{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=Es(t);if(!o)throw new Error("header name must be a non-empty string");const i=Va.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=xs(e))}const i=(e,t)=>Va.forEach(e,((e,n)=>o(e,n,t)));if(Va.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(Va.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i((e=>{const t={};let n,r,o;return e&&e.split("\n").forEach((function(e){o=e.indexOf(":"),n=e.substring(0,o).trim().toLowerCase(),r=e.substring(o+1).trim(),!n||t[n]&&Cs[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)})),t})(e),t);else if(Va.isObject(e)&&Va.isIterable(e)){let n,r,o={};for(const t of e){if(!Va.isArray(t))throw TypeError("Object iterator must return a key-value pair");o[r=t[0]]=(n=o[r])?Va.isArray(n)?[...n,t[1]]:[n,t[1]]:t[1]}i(o,t)}else null!=e&&o(t,e,n);return this}get(e,t){if(e=Es(e)){const n=Va.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}(e);if(Va.isFunction(t))return t.call(this,e,n);if(Va.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Es(e)){const n=Va.findKey(this,e);return!(!n||void 0===this[n]||t&&!ks(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=Es(e)){const o=Va.findKey(n,e);!o||t&&!ks(0,n[o],o,t)||(delete n[o],r=!0)}}return Va.isArray(e)?e.forEach(o):o(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const o=t[n];e&&!ks(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return Va.forEach(this,((r,o)=>{const i=Va.findKey(n,o);if(i)return t[i]=xs(r),void delete t[o];const a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(o):String(o).trim();a!==o&&delete t[o],t[a]=xs(r),n[a]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Va.forEach(this,((n,r)=>{null!=n&&!1!==n&&(t[r]=e&&Va.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=(this[_s]=this[_s]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=Es(e);t[r]||(function(e,t){const n=Va.toCamelCase(" "+t);["get","set","has"].forEach((r=>{Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})}))}(n,e),t[r]=!0)}return Va.isArray(e)?e.forEach(r):r(e),this}}Bs.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Va.reduceDescriptors(Bs.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),Va.freezeMethods(Bs);const Ss=Bs;function Ts(e,t){const n=this||ws,r=t||n,o=Ss.from(r.headers);let i=r.data;return Va.forEach(e,(function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)})),o.normalize(),i}function Ps(e){return!(!e||!e.__CANCEL__)}function Ns(e,t,n){Za.call(this,null==e?"canceled":e,Za.ERR_CANCELED,t,n),this.name="CanceledError"}Va.inherits(Ns,Za,{__CANCEL__:!0});const Os=Ns;function Is(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new Za("Request failed with status code "+n.status,[Za.ERR_BAD_REQUEST,Za.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}const Ls=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,i=0,a=0;return t=void 0!==t?t:1e3,function(s){const l=Date.now(),c=r[a];o||(o=l),n[i]=s,r[i]=l;let u=a,d=0;for(;u!==i;)d+=n[u++],u%=e;if(i=(i+1)%e,i===a&&(a=(a+1)%e),l-o<t)return;const p=c&&l-c;return p?Math.round(1e3*d/p):void 0}}(50,250);return function(e,t){let n,r,o=0,i=1e3/t;const a=(t,i=Date.now())=>{o=i,n=null,r&&(clearTimeout(r),r=null),e(...t)};return[(...e)=>{const t=Date.now(),s=t-o;s>=i?a(e,t):(n=e,r||(r=setTimeout((()=>{r=null,a(n)}),i-s)))},()=>n&&a(n)]}((n=>{const i=n.loaded,a=n.lengthComputable?n.total:void 0,s=i-r,l=o(s);r=i,e({loaded:i,total:a,progress:a?i/a:void 0,bytes:s,rate:l||void 0,estimated:l&&a&&i<=a?(a-i)/l:void 0,event:n,lengthComputable:null!=a,[t?"download":"upload"]:!0})}),n)},Rs=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Ds=e=>(...t)=>Va.asap((()=>e(...t))),$s=As.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,As.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(As.origin),As.navigator&&/(msie|trident)/i.test(As.navigator.userAgent)):()=>!0,Ms=As.hasStandardBrowserEnv?{write(e,t,n,r,o,i){const a=[e+"="+encodeURIComponent(t)];Va.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),Va.isString(r)&&a.push("path="+r),Va.isString(o)&&a.push("domain="+o),!0===i&&a.push("secure"),document.cookie=a.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function Fs(e,t,n){let r=!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);return e&&(r||0==n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const js=e=>e instanceof Ss?{...e}:e;function Us(e,t){t=t||{};const n={};function r(e,t,n,r){return Va.isPlainObject(e)&&Va.isPlainObject(t)?Va.merge.call({caseless:r},e,t):Va.isPlainObject(t)?Va.merge({},t):Va.isArray(t)?t.slice():t}function o(e,t,n,o){return Va.isUndefined(t)?Va.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function i(e,t){if(!Va.isUndefined(t))return r(void 0,t)}function a(e,t){return Va.isUndefined(t)?Va.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}const l={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:s,headers:(e,t,n)=>o(js(e),js(t),0,!0)};return Va.forEach(Object.keys({...e,...t}),(function(r){const i=l[r]||o,a=i(e[r],t[r],r);Va.isUndefined(a)&&i!==s||(n[r]=a)})),n}const zs=e=>{const t=Us({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:i,headers:a,auth:s}=t;if(t.headers=a=Ss.from(a),t.url=cs(Fs(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),s&&a.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):""))),Va.isFormData(n))if(As.hasStandardBrowserEnv||As.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if(Va.isFunction(n.getHeaders)){const e=n.getHeaders(),t=["content-type","content-length"];Object.entries(e).forEach((([e,n])=>{t.includes(e.toLowerCase())&&a.set(e,n)}))}if(As.hasStandardBrowserEnv&&(r&&Va.isFunction(r)&&(r=r(t)),r||!1!==r&&$s(t.url))){const e=o&&i&&Ms.read(i);e&&a.set(o,e)}return t},Hs="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){const r=zs(e);let o=r.data;const i=Ss.from(r.headers).normalize();let a,s,l,c,u,{responseType:d,onUploadProgress:p,onDownloadProgress:f}=r;function h(){c&&c(),u&&u(),r.cancelToken&&r.cancelToken.unsubscribe(a),r.signal&&r.signal.removeEventListener("abort",a)}let m=new XMLHttpRequest;function g(){if(!m)return;const r=Ss.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Is((function(e){t(e),h()}),(function(e){n(e),h()}),{data:d&&"text"!==d&&"json"!==d?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:r,config:e,request:m}),m=null}m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout,"onloadend"in m?m.onloadend=g:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(g)},m.onabort=function(){m&&(n(new Za("Request aborted",Za.ECONNABORTED,e,m)),m=null)},m.onerror=function(t){const r=t&&t.message?t.message:"Network Error",o=new Za(r,Za.ERR_NETWORK,e,m);o.event=t||null,n(o),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const o=r.transitional||ds;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new Za(t,o.clarifyTimeoutError?Za.ETIMEDOUT:Za.ECONNABORTED,e,m)),m=null},void 0===o&&i.setContentType(null),"setRequestHeader"in m&&Va.forEach(i.toJSON(),(function(e,t){m.setRequestHeader(t,e)})),Va.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),d&&"json"!==d&&(m.responseType=r.responseType),f&&([l,u]=Ls(f,!0),m.addEventListener("progress",l)),p&&m.upload&&([s,c]=Ls(p),m.upload.addEventListener("progress",s),m.upload.addEventListener("loadend",c)),(r.cancelToken||r.signal)&&(a=t=>{m&&(n(!t||t.type?new Os(null,e,m):t),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(a),r.signal&&(r.signal.aborted?a():r.signal.addEventListener("abort",a)));const v=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);v&&-1===As.protocols.indexOf(v)?n(new Za("Unsupported protocol "+v+":",Za.ERR_BAD_REQUEST,e)):m.send(o||null)}))},qs=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let n,r=new AbortController;const o=function(e){if(!n){n=!0,a();const t=e instanceof Error?e:this.reason;r.abort(t instanceof Za?t:new Os(t instanceof Error?t.message:t))}};let i=t&&setTimeout((()=>{i=null,o(new Za(`timeout ${t} of ms exceeded`,Za.ETIMEDOUT))}),t);const a=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach((e=>{e.unsubscribe?e.unsubscribe(o):e.removeEventListener("abort",o)})),e=null)};e.forEach((e=>e.addEventListener("abort",o)));const{signal:s}=r;return s.unsubscribe=()=>Va.asap(a),s}},Gs=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let r,o=0;for(;o<n;)r=o+t,yield e.slice(o,r),o=r},Ws=(e,t,n,r)=>{const o=async function*(e,t){for await(const n of async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);const t=e.getReader();try{for(;;){const{done:e,value:n}=await t.read();if(e)break;yield n}}finally{await t.cancel()}}(e))yield*Gs(n,t)}(e,t);let i,a=0,s=e=>{i||(i=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await o.next();if(t)return s(),void e.close();let i=r.byteLength;if(n){let e=a+=i;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw s(e),e}},cancel:e=>(s(e),o.return())},{highWaterMark:2})},{isFunction:Vs}=Va,Xs=(({Request:e,Response:t})=>({Request:e,Response:t}))(Va.global),{ReadableStream:Ys,TextEncoder:Ks}=Va.global,Zs=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Js=e=>{e=Va.merge.call({skipUndefined:!0},Xs,e);const{fetch:t,Request:n,Response:r}=e,o=t?Vs(t):"function"==typeof fetch,i=Vs(n),a=Vs(r);if(!o)return!1;const s=o&&Vs(Ys),l=o&&("function"==typeof Ks?(c=new Ks,e=>c.encode(e)):async e=>new Uint8Array(await new n(e).arrayBuffer()));var c;const u=i&&s&&Zs((()=>{let e=!1;const t=new n(As.origin,{body:new Ys,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),d=a&&s&&Zs((()=>Va.isReadableStream(new r("").body))),p={stream:d&&(e=>e.body)};o&&["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!p[e]&&(p[e]=(t,n)=>{let r=t&&t[e];if(r)return r.call(t);throw new Za(`Response type '${e}' is not supported`,Za.ERR_NOT_SUPPORT,n)})}));return async e=>{let{url:o,method:a,data:s,signal:c,cancelToken:f,timeout:h,onDownloadProgress:m,onUploadProgress:g,responseType:v,headers:A,withCredentials:y="same-origin",fetchOptions:b}=zs(e),w=t||fetch;v=v?(v+"").toLowerCase():"text";let C=qs([c,f&&f.toAbortSignal()],h),_=null;const E=C&&C.unsubscribe&&(()=>{C.unsubscribe()});let x;try{if(g&&u&&"get"!==a&&"head"!==a&&0!==(x=await(async(e,t)=>{const r=Va.toFiniteNumber(e.getContentLength());return null==r?(async e=>{if(null==e)return 0;if(Va.isBlob(e))return e.size;if(Va.isSpecCompliantForm(e)){const t=new n(As.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return Va.isArrayBufferView(e)||Va.isArrayBuffer(e)?e.byteLength:(Va.isURLSearchParams(e)&&(e+=""),Va.isString(e)?(await l(e)).byteLength:void 0)})(t):r})(A,s))){let e,t=new n(o,{method:"POST",body:s,duplex:"half"});if(Va.isFormData(s)&&(e=t.headers.get("content-type"))&&A.setContentType(e),t.body){const[e,n]=Rs(x,Ls(Ds(g)));s=Ws(t.body,65536,e,n)}}Va.isString(y)||(y=y?"include":"omit");const t=i&&"credentials"in n.prototype,c={...b,signal:C,method:a.toUpperCase(),headers:A.normalize().toJSON(),body:s,duplex:"half",credentials:t?y:void 0};_=i&&new n(o,c);let f=await(i?w(_,b):w(o,c));const h=d&&("stream"===v||"response"===v);if(d&&(m||h&&E)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=f[t]}));const t=Va.toFiniteNumber(f.headers.get("content-length")),[n,o]=m&&Rs(t,Ls(Ds(m),!0))||[];f=new r(Ws(f.body,65536,n,(()=>{o&&o(),E&&E()})),e)}v=v||"text";let k=await p[Va.findKey(p,v)||"text"](f,e);return!h&&E&&E(),await new Promise(((t,n)=>{Is(t,n,{data:k,headers:Ss.from(f.headers),status:f.status,statusText:f.statusText,config:e,request:_})}))}catch(t){if(E&&E(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new Za("Network Error",Za.ERR_NETWORK,e,_),{cause:t.cause||t});throw Za.from(t,t&&t.code,e,_)}}},Qs=new Map,el=e=>{let t=e?e.env:{};const{fetch:n,Request:r,Response:o}=t,i=[r,o,n];let a,s,l=i.length,c=Qs;for(;l--;)a=i[l],s=c.get(a),void 0===s&&c.set(a,s=l?new Map:Js(t)),c=s;return s},tl=(el(),{http:null,xhr:Hs,fetch:{get:el}});Va.forEach(tl,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const nl=e=>`- ${e}`,rl=e=>Va.isFunction(e)||null===e||!1===e,ol=(e,t)=>{e=Va.isArray(e)?e:[e];const{length:n}=e;let r,o;const i={};for(let a=0;a<n;a++){let n;if(r=e[a],o=r,!rl(r)&&(o=tl[(n=String(r)).toLowerCase()],void 0===o))throw new Za(`Unknown adapter '${n}'`);if(o&&(Va.isFunction(o)||(o=o.get(t))))break;i[n||"#"+a]=o}if(!o){const e=Object.entries(i).map((([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));let t=n?e.length>1?"since :\n"+e.map(nl).join("\n"):" "+nl(e[0]):"as no adapter specified";throw new Za("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return o};function il(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Os(null,e)}function al(e){return il(e),e.headers=Ss.from(e.headers),e.data=Ts.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),ol(e.adapter||ws.adapter,e)(e).then((function(t){return il(e),t.data=Ts.call(e,e.transformResponse,t),t.headers=Ss.from(t.headers),t}),(function(t){return Ps(t)||(il(e),t&&t.response&&(t.response.data=Ts.call(e,e.transformResponse,t.response),t.response.headers=Ss.from(t.response.headers))),Promise.reject(t)}))}const sl="1.12.2",ll={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{ll[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const cl={};ll.transitional=function(e,t,n){function r(e,t){return"[Axios v"+sl+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,i)=>{if(!1===e)throw new Za(r(o," has been removed"+(t?" in "+t:"")),Za.ERR_DEPRECATED);return t&&!cl[o]&&(cl[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}},ll.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};const ul={assertOptions:function(e,t,n){if("object"!=typeof e)throw new Za("options must be an object",Za.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],a=t[i];if(a){const t=e[i],n=void 0===t||a(t,i,e);if(!0!==n)throw new Za("option "+i+" must be "+n,Za.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new Za("Unknown option "+i,Za.ERR_BAD_OPTION)}},validators:ll},dl=ul.validators;class pl{constructor(e){this.defaults=e||{},this.interceptors={request:new us,response:new us}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=Us(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&ul.assertOptions(n,{silentJSONParsing:dl.transitional(dl.boolean),forcedJSONParsing:dl.transitional(dl.boolean),clarifyTimeoutError:dl.transitional(dl.boolean)},!1),null!=r&&(Va.isFunction(r)?t.paramsSerializer={serialize:r}:ul.assertOptions(r,{encode:dl.function,serialize:dl.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),ul.assertOptions(t,{baseUrl:dl.spelling("baseURL"),withXsrfToken:dl.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let i=o&&Va.merge(o.common,o[t.method]);o&&Va.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete o[e]})),t.headers=Ss.concat(i,o);const a=[];let s=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(s=s&&e.synchronous,a.unshift(e.fulfilled,e.rejected))}));const l=[];let c;this.interceptors.response.forEach((function(e){l.push(e.fulfilled,e.rejected)}));let u,d=0;if(!s){const e=[al.bind(this),void 0];for(e.unshift(...a),e.push(...l),u=e.length,c=Promise.resolve(t);d<u;)c=c.then(e[d++],e[d++]);return c}u=a.length;let p=t;for(;d<u;){const e=a[d++],t=a[d++];try{p=e(p)}catch(e){t.call(this,e);break}}try{c=al.call(this,p)}catch(e){return Promise.reject(e)}for(d=0,u=l.length;d<u;)c=c.then(l[d++],l[d++]);return c}getUri(e){return cs(Fs((e=Us(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}}Va.forEach(["delete","get","head","options"],(function(e){pl.prototype[e]=function(t,n){return this.request(Us(n||{},{method:e,url:t,data:(n||{}).data}))}})),Va.forEach(["post","put","patch"],(function(e){function t(t){return function(n,r,o){return this.request(Us(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}pl.prototype[e]=t(),pl.prototype[e+"Form"]=t(!0)}));const fl=pl;class hl{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const n=this;this.promise.then((e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const r=new Promise((e=>{n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e,r,o){n.reason||(n.reason=new Os(e,r,o),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;const t=new hl((function(t){e=t}));return{token:t,cancel:e}}}const ml=hl,gl={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(gl).forEach((([e,t])=>{gl[t]=e}));const vl=gl,Al=function e(t){const n=new fl(t),r=oa(fl.prototype.request,n);return Va.extend(r,fl.prototype,n,{allOwnKeys:!0}),Va.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(Us(t,n))},r}(ws);Al.Axios=fl,Al.CanceledError=Os,Al.CancelToken=ml,Al.isCancel=Ps,Al.VERSION=sl,Al.toFormData=rs,Al.AxiosError=Za,Al.Cancel=Al.CanceledError,Al.all=function(e){return Promise.all(e)},Al.spread=function(e){return function(t){return e.apply(null,t)}},Al.isAxiosError=function(e){return Va.isObject(e)&&!0===e.isAxiosError},Al.mergeConfig=Us,Al.AxiosHeaders=Ss,Al.formToJSON=e=>ys(Va.isHTMLForm(e)?new FormData(e):e),Al.getAdapter=ol,Al.HttpStatusCode=vl,Al.default=Al;const yl=Al,{Axios:bl,AxiosError:wl,CanceledError:Cl,isCancel:_l,CancelToken:El,VERSION:xl,all:kl,Cancel:Bl,isAxiosError:Sl,spread:Tl,toFormData:Pl,AxiosHeaders:Nl,HttpStatusCode:Ol,formToJSON:Il,getAdapter:Ll,mergeConfig:Rl}=yl,Dl=(e,t,n)=>{const r=Object.assign({escape:!0},n||{});return"/"!==e.charAt(0)&&(e="/"+e),o=(o=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){const n=o[t];return r.escape?"string"==typeof n||"number"==typeof n?encodeURIComponent(n.toString()):encodeURIComponent(e):"string"==typeof n||"number"==typeof n?n.toString():e}));var o},$l=(e,t,n)=>{const r=Object.assign({noRewrite:!1},n||{}),o=n?.baseURL??Ml();return!0!==window?.OC?.config?.modRewriteWorking||r.noRewrite?o+"/index.php"+Dl(e,t,n):o+Dl(e,t,n)};function Ml(){let e=window._oc_webroot;if(void 0===e){e=location.pathname;const t=e.indexOf("/index.php/");if(-1!==t)e=e.slice(0,t);else{const t=e.indexOf("/",1);e=e.slice(0,t>0?t:void 0)}}return e}const Fl=yl.create({headers:{requesttoken:(void 0===di&&(di=document.head.dataset.requesttoken??null),di??""),"X-Requested-With":"XMLHttpRequest"}});hi.push((e=>{Fl.defaults.headers.requesttoken=e}));const jl=Object.assign(Fl,{CancelToken:yl.CancelToken,isCancel:yl.isCancel}),Ul=Symbol("csrf-retry"),zl=Symbol("retryDelay");jl.interceptors.response.use((e=>e),function(e){return async t=>{if(!Sl(t))throw t;const{config:n,response:r,request:o}=t,i=o?.responseURL;if(n&&!n[Ul]&&412===r?.status&&"CSRF check failed"===r?.data?.message){console.warn(`Request to ${i} failed because of a CSRF mismatch. Fetching a new token`);const{data:{token:t}}=await e.get($l("/csrftoken"));return console.debug(`New request token ${t} fetched`),e.defaults.headers.requesttoken=t,e({...n,headers:{...n.headers,requesttoken:t},[Ul]:!0})}throw t}}(jl)),jl.interceptors.response.use((e=>e),function(e){return async t=>{if(!Sl(t))throw t;const{config:n,response:r,request:o}=t,i=o?.responseURL,a=r?.status,s=r?.headers;let l="number"==typeof n?.[zl]?n?.[zl]:1;if(503===a&&"1"===s?.["x-nextcloud-maintenance-mode"]&&n?.retryIfMaintenanceMode){if(l*=2,l>32)throw console.error("Retry delay exceeded one minute, giving up.",{responseURL:i}),t;return console.warn(`Request to ${i} failed because of maintenance mode. Retrying in ${l}s`),await new Promise((e=>{setTimeout(e,1e3*l)})),e({...n,[zl]:l})}throw t}}(jl)),jl.interceptors.response.use((e=>e),(async function(e){if(Sl(e)){const{config:t,response:n,request:r}=e,o=r?.responseURL,i=n?.status;401===i&&"Current user is not logged in"===n?.data?.message&&t?.reloadExpiredSession&&window?.location&&(console.error(`Request to ${o} failed because the user session expired. Reloading the page …`),window.location.reload())}throw e}));const Hl=async e=>{const t=$l("/apps/twofactor_totp/settings/enable");return(await jl.post(t,e)).data},ql=Object.freeze({STATE_DISABLED:0,STATE_CREATED:1,STATE_ENABLED:2});Wn.use(ra);const Gl={setState(e,t){e.totpState=t}},Wl={enable:({commit:e})=>Hl({state:ql.STATE_CREATED}).then((({state:t,secret:n,qrUrl:r})=>(e("setState",t),{qrUrl:r,secret:n}))),confirm:({commit:e},t)=>Hl({state:ql.STATE_ENABLED,code:t}).then((({state:t})=>e("setState",t))),disable:({commit:e})=>Hl({state:ql.STATE_DISABLED}).then((({state:t})=>e("setState",t)))},Vl=new ra.Store({strict:!1,state:{totpState:void 0},getters:{},mutations:Gl,actions:Wl});function Xl(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return e=>e in t}const Yl={},Kl=[],Zl=()=>{},Jl=()=>!1,Ql=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ec=e=>e.startsWith("onUpdate:"),tc=Object.assign,nc=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},rc=Object.prototype.hasOwnProperty,oc=(e,t)=>rc.call(e,t),ic=Array.isArray,ac=e=>"[object Map]"===hc(e),sc=e=>"[object Set]"===hc(e),lc=e=>"function"==typeof e,cc=e=>"string"==typeof e,uc=e=>"symbol"==typeof e,dc=e=>null!==e&&"object"==typeof e,pc=e=>(dc(e)||lc(e))&&lc(e.then)&&lc(e.catch),fc=Object.prototype.toString,hc=e=>fc.call(e),mc=e=>"[object Object]"===hc(e),gc=e=>cc(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,vc=Xl(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ac=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},yc=/-\w/g,bc=Ac((e=>e.replace(yc,(e=>e.slice(1).toUpperCase())))),wc=/\B([A-Z])/g,Cc=Ac((e=>e.replace(wc,"-$1").toLowerCase())),_c=Ac((e=>e.charAt(0).toUpperCase()+e.slice(1))),Ec=Ac((e=>e?`on${_c(e)}`:"")),xc=(e,t)=>!Object.is(e,t),kc=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Bc=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},Sc=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Tc;const Pc=()=>Tc||(Tc="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==r.g?r.g:{});function Nc(e){if(ic(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=cc(r)?Rc(r):Nc(r);if(o)for(const e in o)t[e]=o[e]}return t}if(cc(e)||dc(e))return e}const Oc=/;(?![^(]*\))/g,Ic=/:([^]+)/,Lc=/\/\*[^]*?\*\//g;function Rc(e){const t={};return e.replace(Lc,"").split(Oc).forEach((e=>{if(e){const n=e.split(Ic);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function Dc(e){let t="";if(cc(e))t=e;else if(ic(e))for(let n=0;n<e.length;n++){const r=Dc(e[n]);r&&(t+=r+" ")}else if(dc(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function $c(e){if(!e)return null;let{class:t,style:n}=e;return t&&!cc(t)&&(e.class=Dc(t)),n&&(e.style=Nc(n)),e}const Mc=Xl("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function Fc(e){return!!e||""===e}const jc=e=>!(!e||!0!==e.__v_isRef),Uc=e=>cc(e)?e:null==e?"":ic(e)||dc(e)&&(e.toString===fc||!lc(e.toString))?jc(e)?Uc(e.value):JSON.stringify(e,zc,2):String(e),zc=(e,t)=>jc(t)?zc(e,t.value):ac(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,n],r)=>(e[Hc(t,r)+" =>"]=n,e)),{})}:sc(t)?{[`Set(${t.size})`]:[...t.values()].map((e=>Hc(e)))}:uc(t)?Hc(t):!dc(t)||ic(t)||mc(t)?t:String(t),Hc=(e,t="")=>{var n;return uc(e)?`Symbol(${null!=(n=e.description)?n:t})`:e};function qc(e){return null==e?"initial":"string"==typeof e?""===e?" ":e:("number"==typeof e&&Number.isFinite(e),String(e))}let Gc,Wc;class Vc{constructor(e=!1){this.detached=e,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Gc,!e&&Gc&&(this.index=(Gc.scopes||(Gc.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){let e,t;if(this._isPaused=!0,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].pause();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){let e,t;if(this._isPaused=!1,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].resume();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].resume()}}run(e){if(this._active){const t=Gc;try{return Gc=this,e()}finally{Gc=t}}}on(){1==++this._on&&(this.prevScope=Gc,Gc=this)}off(){this._on>0&&0==--this._on&&(Gc=this.prevScope,this.prevScope=void 0)}stop(e){if(this._active){let t,n;for(this._active=!1,t=0,n=this.effects.length;t<n;t++)this.effects[t].stop();for(this.effects.length=0,t=0,n=this.cleanups.length;t<n;t++)this.cleanups[t]();if(this.cleanups.length=0,this.scopes){for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!e){const e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0}}}function Xc(){return Gc}const Yc=new WeakSet;class Kc{constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Gc&&Gc.active&&Gc.effects.push(this)}pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,Yc.has(this)&&(Yc.delete(this),this.trigger()))}notify(){2&this.flags&&!(32&this.flags)||8&this.flags||eu(this)}run(){if(!(1&this.flags))return this.fn();this.flags|=2,fu(this),ru(this);const e=Wc,t=cu;Wc=this,cu=!0;try{return this.fn()}finally{ou(this),Wc=e,cu=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)su(e);this.deps=this.depsTail=void 0,fu(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?Yc.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){iu(this)&&this.run()}get dirty(){return iu(this)}}let Zc,Jc,Qc=0;function eu(e,t=!1){if(e.flags|=8,t)return e.next=Jc,void(Jc=e);e.next=Zc,Zc=e}function tu(){Qc++}function nu(){if(--Qc>0)return;if(Jc){let e=Jc;for(Jc=void 0;e;){const t=e.next;e.next=void 0,e.flags&=-9,e=t}}let e;for(;Zc;){let t=Zc;for(Zc=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,1&t.flags)try{t.trigger()}catch(t){e||(e=t)}t=n}}if(e)throw e}function ru(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ou(e){let t,n=e.depsTail,r=n;for(;r;){const e=r.prevDep;-1===r.version?(r===n&&(n=e),su(r),lu(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=e}e.deps=t,e.depsTail=n}function iu(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(au(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function au(e){if(4&e.flags&&!(16&e.flags))return;if(e.flags&=-17,e.globalVersion===hu)return;if(e.globalVersion=hu,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!iu(e)))return;e.flags|=2;const t=e.dep,n=Wc,r=cu;Wc=e,cu=!0;try{ru(e);const n=e.fn(e._value);(0===t.version||xc(n,e._value))&&(e.flags|=128,e._value=n,t.version++)}catch(e){throw t.version++,e}finally{Wc=n,cu=r,ou(e),e.flags&=-3}}function su(e,t=!1){const{dep:n,prevSub:r,nextSub:o}=e;if(r&&(r.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let e=n.computed.deps;e;e=e.nextDep)su(e,!0)}t||--n.sc||!n.map||n.map.delete(n.key)}function lu(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let cu=!0;const uu=[];function du(){uu.push(cu),cu=!1}function pu(){const e=uu.pop();cu=void 0===e||e}function fu(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const e=Wc;Wc=void 0;try{t()}finally{Wc=e}}}let hu=0;class mu{constructor(e,t){this.sub=e,this.dep=t,this.version=t.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class gu{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(e){if(!Wc||!cu||Wc===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==Wc)t=this.activeLink=new mu(Wc,this),Wc.deps?(t.prevDep=Wc.depsTail,Wc.depsTail.nextDep=t,Wc.depsTail=t):Wc.deps=Wc.depsTail=t,vu(t);else if(-1===t.version&&(t.version=this.version,t.nextDep)){const e=t.nextDep;e.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=e),t.prevDep=Wc.depsTail,t.nextDep=void 0,Wc.depsTail.nextDep=t,Wc.depsTail=t,Wc.deps===t&&(Wc.deps=e)}return t}trigger(e){this.version++,hu++,this.notify(e)}notify(e){tu();try{for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{nu()}}}function vu(e){if(e.dep.sc++,4&e.sub.flags){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let e=t.deps;e;e=e.nextDep)vu(e)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Au=new WeakMap,yu=Symbol(""),bu=Symbol(""),wu=Symbol("");function Cu(e,t,n){if(cu&&Wc){let t=Au.get(e);t||Au.set(e,t=new Map);let r=t.get(n);r||(t.set(n,r=new gu),r.map=t,r.key=n),r.track()}}function _u(e,t,n,r,o,i){const a=Au.get(e);if(!a)return void hu++;const s=e=>{e&&e.trigger()};if(tu(),"clear"===t)a.forEach(s);else{const o=ic(e),i=o&&gc(n);if(o&&"length"===n){const e=Number(r);a.forEach(((t,n)=>{("length"===n||n===wu||!uc(n)&&n>=e)&&s(t)}))}else switch((void 0!==n||a.has(void 0))&&s(a.get(n)),i&&s(a.get(wu)),t){case"add":o?i&&s(a.get("length")):(s(a.get(yu)),ac(e)&&s(a.get(bu)));break;case"delete":o||(s(a.get(yu)),ac(e)&&s(a.get(bu)));break;case"set":ac(e)&&s(a.get(yu))}}nu()}function Eu(e){const t=sd(e);return t===e?t:(Cu(t,0,wu),id(e)?t:t.map(ld))}function xu(e){return Cu(e=sd(e),0,wu),e}function ku(e,t){return od(e)?rd(e)?cd(ld(t)):cd(t):ld(t)}const Bu={__proto__:null,[Symbol.iterator](){return Su(this,Symbol.iterator,(e=>ku(this,e)))},concat(...e){return Eu(this).concat(...e.map((e=>ic(e)?Eu(e):e)))},entries(){return Su(this,"entries",(e=>(e[1]=ku(this,e[1]),e)))},every(e,t){return Pu(this,"every",e,t,void 0,arguments)},filter(e,t){return Pu(this,"filter",e,t,(e=>e.map((e=>ku(this,e)))),arguments)},find(e,t){return Pu(this,"find",e,t,(e=>ku(this,e)),arguments)},findIndex(e,t){return Pu(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Pu(this,"findLast",e,t,(e=>ku(this,e)),arguments)},findLastIndex(e,t){return Pu(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Pu(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ou(this,"includes",e)},indexOf(...e){return Ou(this,"indexOf",e)},join(e){return Eu(this).join(e)},lastIndexOf(...e){return Ou(this,"lastIndexOf",e)},map(e,t){return Pu(this,"map",e,t,void 0,arguments)},pop(){return Iu(this,"pop")},push(...e){return Iu(this,"push",e)},reduce(e,...t){return Nu(this,"reduce",e,t)},reduceRight(e,...t){return Nu(this,"reduceRight",e,t)},shift(){return Iu(this,"shift")},some(e,t){return Pu(this,"some",e,t,void 0,arguments)},splice(...e){return Iu(this,"splice",e)},toReversed(){return Eu(this).toReversed()},toSorted(e){return Eu(this).toSorted(e)},toSpliced(...e){return Eu(this).toSpliced(...e)},unshift(...e){return Iu(this,"unshift",e)},values(){return Su(this,"values",(e=>ku(this,e)))}};function Su(e,t,n){const r=xu(e),o=r[t]();return r===e||id(e)||(o._next=o.next,o.next=()=>{const e=o._next();return e.done||(e.value=n(e.value)),e}),o}const Tu=Array.prototype;function Pu(e,t,n,r,o,i){const a=xu(e),s=a!==e&&!id(e),l=a[t];if(l!==Tu[t]){const t=l.apply(e,i);return s?ld(t):t}let c=n;a!==e&&(s?c=function(t,r){return n.call(this,ku(e,t),r,e)}:n.length>2&&(c=function(t,r){return n.call(this,t,r,e)}));const u=l.call(a,c,r);return s&&o?o(u):u}function Nu(e,t,n,r){const o=xu(e);let i=n;return o!==e&&(id(e)?n.length>3&&(i=function(t,r,o){return n.call(this,t,r,o,e)}):i=function(t,r,o){return n.call(this,t,ku(e,r),o,e)}),o[t](i,...r)}function Ou(e,t,n){const r=sd(e);Cu(r,0,wu);const o=r[t](...n);return-1!==o&&!1!==o||!ad(n[0])?o:(n[0]=sd(n[0]),r[t](...n))}function Iu(e,t,n=[]){du(),tu();const r=sd(e)[t].apply(e,n);return nu(),pu(),r}const Lu=Xl("__proto__,__v_isRef,__isVue"),Ru=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(uc));function Du(e){uc(e)||(e=String(e));const t=sd(this);return Cu(t,0,e),t.hasOwnProperty(e)}class $u{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}get(e,t,n){if("__v_skip"===t)return e.__v_skip;const r=this._isReadonly,o=this._isShallow;if("__v_isReactive"===t)return!r;if("__v_isReadonly"===t)return r;if("__v_isShallow"===t)return o;if("__v_raw"===t)return n===(r?o?Qu:Ju:o?Zu:Ku).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(n)?e:void 0;const i=ic(e);if(!r){let e;if(i&&(e=Bu[t]))return e;if("hasOwnProperty"===t)return Du}const a=Reflect.get(e,t,ud(e)?e:n);if(uc(t)?Ru.has(t):Lu(t))return a;if(r||Cu(e,0,t),o)return a;if(ud(a)){const e=i&&gc(t)?a:a.value;return r&&dc(e)?td(e):e}return dc(a)?r?td(a):ed(a):a}}class Mu extends $u{constructor(e=!1){super(!1,e)}set(e,t,n,r){let o=e[t];const i=ic(e)&&gc(t);if(!this._isShallow){const e=od(o);if(id(n)||od(n)||(o=sd(o),n=sd(n)),!i&&ud(o)&&!ud(n))return e||(o.value=n),!0}const a=i?Number(t)<e.length:oc(e,t),s=Reflect.set(e,t,n,ud(e)?e:r);return e===sd(r)&&(a?xc(n,o)&&_u(e,"set",t,n):_u(e,"add",t,n)),s}deleteProperty(e,t){const n=oc(e,t),r=(e[t],Reflect.deleteProperty(e,t));return r&&n&&_u(e,"delete",t,void 0),r}has(e,t){const n=Reflect.has(e,t);return uc(t)&&Ru.has(t)||Cu(e,0,t),n}ownKeys(e){return Cu(e,0,ic(e)?"length":yu),Reflect.ownKeys(e)}}class Fu extends $u{constructor(e=!1){super(!0,e)}set(e,t){return!0}deleteProperty(e,t){return!0}}const ju=new Mu,Uu=new Fu,zu=new Mu(!0),Hu=e=>e,qu=e=>Reflect.getPrototypeOf(e);function Gu(e){return function(...t){return"delete"!==e&&("clear"===e?void 0:this)}}function Wu(e,t){const n=function(e,t){const n={get(n){const r=this.__v_raw,o=sd(r),i=sd(n);e||(xc(n,i)&&Cu(o,0,n),Cu(o,0,i));const{has:a}=qu(o),s=t?Hu:e?cd:ld;return a.call(o,n)?s(r.get(n)):a.call(o,i)?s(r.get(i)):void(r!==o&&r.get(n))},get size(){const t=this.__v_raw;return!e&&Cu(sd(t),0,yu),t.size},has(t){const n=this.__v_raw,r=sd(n),o=sd(t);return e||(xc(t,o)&&Cu(r,0,t),Cu(r,0,o)),t===o?n.has(t):n.has(t)||n.has(o)},forEach(n,r){const o=this,i=o.__v_raw,a=sd(i),s=t?Hu:e?cd:ld;return!e&&Cu(a,0,yu),i.forEach(((e,t)=>n.call(r,s(e),s(t),o)))}};return tc(n,e?{add:Gu("add"),set:Gu("set"),delete:Gu("delete"),clear:Gu("clear")}:{add(e){t||id(e)||od(e)||(e=sd(e));const n=sd(this);return qu(n).has.call(n,e)||(n.add(e),_u(n,"add",e,e)),this},set(e,n){t||id(n)||od(n)||(n=sd(n));const r=sd(this),{has:o,get:i}=qu(r);let a=o.call(r,e);a||(e=sd(e),a=o.call(r,e));const s=i.call(r,e);return r.set(e,n),a?xc(n,s)&&_u(r,"set",e,n):_u(r,"add",e,n),this},delete(e){const t=sd(this),{has:n,get:r}=qu(t);let o=n.call(t,e);o||(e=sd(e),o=n.call(t,e)),r&&r.call(t,e);const i=t.delete(e);return o&&_u(t,"delete",e,void 0),i},clear(){const e=sd(this),t=0!==e.size,n=e.clear();return t&&_u(e,"clear",void 0,void 0),n}}),["keys","values","entries",Symbol.iterator].forEach((r=>{n[r]=function(e,t,n){return function(...r){const o=this.__v_raw,i=sd(o),a=ac(i),s="entries"===e||e===Symbol.iterator&&a,l="keys"===e&&a,c=o[e](...r),u=n?Hu:t?cd:ld;return!t&&Cu(i,0,l?bu:yu),{next(){const{value:e,done:t}=c.next();return t?{value:e,done:t}:{value:s?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}(r,e,t)})),n}(e,t);return(t,r,o)=>"__v_isReactive"===r?!e:"__v_isReadonly"===r?e:"__v_raw"===r?t:Reflect.get(oc(n,r)&&r in t?n:t,r,o)}const Vu={get:Wu(!1,!1)},Xu={get:Wu(!1,!0)},Yu={get:Wu(!0,!1)},Ku=new WeakMap,Zu=new WeakMap,Ju=new WeakMap,Qu=new WeakMap;function ed(e){return od(e)?e:nd(e,!1,ju,Vu,Ku)}function td(e){return nd(e,!0,Uu,Yu,Ju)}function nd(e,t,n,r,o){if(!dc(e))return e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const i=(a=e).__v_skip||!Object.isExtensible(a)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}((e=>hc(e).slice(8,-1))(a));var a;if(0===i)return e;const s=o.get(e);if(s)return s;const l=new Proxy(e,2===i?r:n);return o.set(e,l),l}function rd(e){return od(e)?rd(e.__v_raw):!(!e||!e.__v_isReactive)}function od(e){return!(!e||!e.__v_isReadonly)}function id(e){return!(!e||!e.__v_isShallow)}function ad(e){return!!e&&!!e.__v_raw}function sd(e){const t=e&&e.__v_raw;return t?sd(t):e}const ld=e=>dc(e)?ed(e):e,cd=e=>dc(e)?td(e):e;function ud(e){return!!e&&!0===e.__v_isRef}function dd(e){return fd(e,!1)}function pd(e){return fd(e,!0)}function fd(e,t){return ud(e)?e:new hd(e,t)}class hd{constructor(e,t){this.dep=new gu,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:sd(e),this._value=t?e:ld(e),this.__v_isShallow=t}get value(){return this.dep.track(),this._value}set value(e){const t=this._rawValue,n=this.__v_isShallow||id(e)||od(e);e=n?e:sd(e),xc(e,t)&&(this._rawValue=e,this._value=n?e:ld(e),this.dep.trigger())}}function md(e){return ud(e)?e.value:e}function gd(e){return lc(e)?e():md(e)}const vd={get:(e,t,n)=>"__v_raw"===t?e:md(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return ud(o)&&!ud(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Ad(e){return rd(e)?e:new Proxy(e,vd)}class yd{constructor(e){this.__v_isRef=!0,this._value=void 0;const t=this.dep=new gu,{get:n,set:r}=e(t.track.bind(t),t.trigger.bind(t));this._get=n,this._set=r}get value(){return this._value=this._get()}set value(e){this._set(e)}}class bd{constructor(e,t,n){this.fn=e,this.setter=t,this._value=void 0,this.dep=new gu(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=hu-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=n}notify(){if(this.flags|=16,!(8&this.flags||Wc===this))return eu(this,!0),!0}get value(){const e=this.dep.track();return au(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}}const wd={},Cd=new WeakMap;let _d;function Ed(e,t=1/0,n){if(t<=0||!dc(e)||e.__v_skip)return e;if(((n=n||new Map).get(e)||0)>=t)return e;if(n.set(e,t),t--,ud(e))Ed(e.value,t,n);else if(ic(e))for(let r=0;r<e.length;r++)Ed(e[r],t,n);else if(sc(e)||ac(e))e.forEach((e=>{Ed(e,t,n)}));else if(mc(e)){for(const r in e)Ed(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Ed(e[r],t,n)}return e}function xd(e,t,n,r){try{return r?e(...r):e()}catch(e){Bd(e,t,n)}}function kd(e,t,n,r){if(lc(e)){const o=xd(e,t,n,r);return o&&pc(o)&&o.catch((e=>{Bd(e,t,n)})),o}if(ic(e)){const o=[];for(let i=0;i<e.length;i++)o.push(kd(e[i],t,n,r));return o}}function Bd(e,t,n,r=!0){t&&t.vnode;const{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||Yl;if(t){let r=t.parent;const i=t.proxy,a=`https://vuejs.org/error-reference/#runtime-${n}`;for(;r;){const t=r.ec;if(t)for(let n=0;n<t.length;n++)if(!1===t[n](e,i,a))return;r=r.parent}if(o)return du(),xd(o,null,10,[e,i,a]),void pu()}!function(e,t,n,r=!0,o=!1){if(o)throw e;console.error(e)}(e,0,0,r,i)}const Sd=[];let Td=-1;const Pd=[];let Nd=null,Od=0;const Id=Promise.resolve();let Ld=null;function Rd(e){const t=Ld||Id;return e?t.then(this?e.bind(this):e):t}function Dd(e){if(!(1&e.flags)){const t=Ud(e),n=Sd[Sd.length-1];!n||!(2&e.flags)&&t>=Ud(n)?Sd.push(e):Sd.splice(function(e){let t=Td+1,n=Sd.length;for(;t<n;){const r=t+n>>>1,o=Sd[r],i=Ud(o);i<e||i===e&&2&o.flags?t=r+1:n=r}return t}(t),0,e),e.flags|=1,$d()}}function $d(){Ld||(Ld=Id.then(zd))}function Md(e){ic(e)?Pd.push(...e):Nd&&-1===e.id?Nd.splice(Od+1,0,e):1&e.flags||(Pd.push(e),e.flags|=1),$d()}function Fd(e,t,n=Td+1){for(;n<Sd.length;n++){const t=Sd[n];if(t&&2&t.flags){if(e&&t.id!==e.uid)continue;Sd.splice(n,1),n--,4&t.flags&&(t.flags&=-2),t(),4&t.flags||(t.flags&=-2)}}}function jd(e){if(Pd.length){const e=[...new Set(Pd)].sort(((e,t)=>Ud(e)-Ud(t)));if(Pd.length=0,Nd)return void Nd.push(...e);for(Nd=e,Od=0;Od<Nd.length;Od++){const e=Nd[Od];4&e.flags&&(e.flags&=-2),8&e.flags||e(),e.flags&=-2}Nd=null,Od=0}}const Ud=e=>null==e.id?2&e.flags?-1:1/0:e.id;function zd(e){try{for(Td=0;Td<Sd.length;Td++){const e=Sd[Td];!e||8&e.flags||(4&e.flags&&(e.flags&=-2),xd(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2))}}finally{for(;Td<Sd.length;Td++){const e=Sd[Td];e&&(e.flags&=-2)}Td=-1,Sd.length=0,jd(),Ld=null,(Sd.length||Pd.length)&&zd(e)}}let Hd=null,qd=null;function Gd(e){const t=Hd;return Hd=e,qd=e&&e.type.__scopeId||null,t}const Wd=e=>Vd;function Vd(e,t=Hd,n){if(!t)return e;if(e._n)return e;const r=(...n)=>{r._d&&lh(-1);const o=Gd(t);let i;try{i=e(...n)}finally{Gd(o),r._d&&lh(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Xd(e,t){if(null===Hd)return e;const n=Hh(Hd),r=e.dirs||(e.dirs=[]);for(let e=0;e<t.length;e++){let[o,i,a,s=Yl]=t[e];o&&(lc(o)&&(o={mounted:o,updated:o}),o.deep&&Ed(i),r.push({dir:o,instance:n,value:i,oldValue:void 0,arg:a,modifiers:s}))}return e}function Yd(e,t,n,r){const o=e.dirs,i=t&&t.dirs;for(let a=0;a<o.length;a++){const s=o[a];i&&(s.oldValue=i[a].value);let l=s.dir[r];l&&(du(),kd(l,n,8,[e.el,s,e,t]),pu())}}const Kd=Symbol("_vte"),Zd=e=>e.__isTeleport,Jd=Symbol("_leaveCb"),Qd=Symbol("_enterCb");const ep=[Function,Array],tp={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:ep,onEnter:ep,onAfterEnter:ep,onEnterCancelled:ep,onBeforeLeave:ep,onLeave:ep,onAfterLeave:ep,onLeaveCancelled:ep,onBeforeAppear:ep,onAppear:ep,onAfterAppear:ep,onAppearCancelled:ep},np=e=>{const t=e.subTree;return t.component?np(t.component):t},rp={name:"BaseTransition",props:tp,setup(e,{slots:t}){const n=Ph(),r=function(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Bp((()=>{e.isMounted=!0})),Pp((()=>{e.isUnmounting=!0})),e}();return()=>{const o=t.default&&dp(t.default(),!0);if(!o||!o.length)return;const i=op(o),a=sd(e),{mode:s}=a;if(r.isLeaving)return lp(i);const l=cp(i);if(!l)return lp(i);let c=sp(l,a,r,n,(e=>c=e));l.type!==nh&&up(l,c);let u=n.subTree&&cp(n.subTree);if(u&&u.type!==nh&&!fh(u,l)&&np(n).type!==nh){let e=sp(u,a,r,n);if(up(u,e),"out-in"===s&&l.type!==nh)return r.isLeaving=!0,e.afterLeave=()=>{r.isLeaving=!1,8&n.job.flags||n.update(),delete e.afterLeave,u=void 0},lp(i);"in-out"===s&&l.type!==nh?e.delayLeave=(e,t,n)=>{ap(r,u)[String(u.key)]=u,e[Jd]=()=>{t(),e[Jd]=void 0,delete c.delayedLeave,u=void 0},c.delayedLeave=()=>{n(),delete c.delayedLeave,u=void 0}}:u=void 0}else u&&(u=void 0);return i}}};function op(e){let t=e[0];if(e.length>1){let n=!1;for(const r of e)if(r.type!==nh){t=r,n=!0;break}}return t}const ip=rp;function ap(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function sp(e,t,n,r,o){const{appear:i,mode:a,persisted:s=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:d,onBeforeLeave:p,onLeave:f,onAfterLeave:h,onLeaveCancelled:m,onBeforeAppear:g,onAppear:v,onAfterAppear:A,onAppearCancelled:y}=t,b=String(e.key),w=ap(n,e),C=(e,t)=>{e&&kd(e,r,9,t)},_=(e,t)=>{const n=t[1];C(e,t),ic(e)?e.every((e=>e.length<=1))&&n():e.length<=1&&n()},E={mode:a,persisted:s,beforeEnter(t){let r=l;if(!n.isMounted){if(!i)return;r=g||l}t[Jd]&&t[Jd](!0);const o=w[b];o&&fh(e,o)&&o.el[Jd]&&o.el[Jd](),C(r,[t])},enter(e){let t=c,r=u,o=d;if(!n.isMounted){if(!i)return;t=v||c,r=A||u,o=y||d}let a=!1;const s=e[Qd]=t=>{a||(a=!0,C(t?o:r,[e]),E.delayedLeave&&E.delayedLeave(),e[Qd]=void 0)};t?_(t,[e,s]):s()},leave(t,r){const o=String(e.key);if(t[Qd]&&t[Qd](!0),n.isUnmounting)return r();C(p,[t]);let i=!1;const a=t[Jd]=n=>{i||(i=!0,r(),C(n?m:h,[t]),t[Jd]=void 0,w[o]===e&&delete w[o])};w[o]=e,f?_(f,[t,a]):a()},clone(e){const i=sp(e,t,n,r,o);return o&&o(i),i}};return E}function lp(e){if(yp(e))return(e=yh(e)).children=null,e}function cp(e){if(!yp(e))return Zd(e.type)&&e.children?op(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;if(n){if(16&t)return n[0];if(32&t&&lc(n.default))return n.default()}}function up(e,t){6&e.shapeFlag&&e.component?(e.transition=t,up(e.component.subTree,t)):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function dp(e,t=!1,n){let r=[],o=0;for(let i=0;i<e.length;i++){let a=e[i];const s=null==n?a.key:String(n)+String(null!=a.key?a.key:i);a.type===eh?(128&a.patchFlag&&o++,r=r.concat(dp(a.children,t,s))):(t||a.type!==nh)&&r.push(null!=s?yh(a,{key:s}):a)}if(o>1)for(let e=0;e<r.length;e++)r[e].patchFlag=-2;return r}function pp(e,t){return lc(e)?(()=>tc({name:e.name},t,{setup:e}))():e}function fp(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function hp(e){const t=Ph(),n=pd(null);if(t){const r=t.refs===Yl?t.refs={}:t.refs;Object.defineProperty(r,e,{enumerable:!0,get:()=>n.value,set:e=>n.value=e})}return n}const mp=new WeakMap;function gp(e,t,n,r,o=!1){if(ic(e))return void e.forEach(((e,i)=>gp(e,t&&(ic(t)?t[i]:t),n,r,o)));if(Ap(r)&&!o)return void(512&r.shapeFlag&&r.type.__asyncResolved&&r.component.subTree.component&&gp(e,t,n,r.component.subTree));const i=4&r.shapeFlag?Hh(r.component):r.el,a=o?null:i,{i:s,r:l}=e,c=t&&t.r,u=s.refs===Yl?s.refs={}:s.refs,d=s.setupState,p=sd(d),f=d===Yl?Jl:e=>oc(p,e);if(null!=c&&c!==l)if(vp(t),cc(c))u[c]=null,f(c)&&(d[c]=null);else if(ud(c)){c.value=null;const e=t;e.k&&(u[e.k]=null)}if(lc(l))xd(l,s,12,[a,u]);else{const t=cc(l),r=ud(l);if(t||r){const s=()=>{if(e.f){const n=t?f(l)?d[l]:u[l]:l.value;if(o)ic(n)&&nc(n,i);else if(ic(n))n.includes(i)||n.push(i);else if(t)u[l]=[i],f(l)&&(d[l]=u[l]);else{const t=[i];l.value=t,e.k&&(u[e.k]=t)}}else t?(u[l]=a,f(l)&&(d[l]=a)):r&&(l.value=a,e.k&&(u[e.k]=a))};if(a){const t=()=>{s(),mp.delete(e)};t.id=-1,mp.set(e,t),Wf(t,n)}else vp(e),s()}}}function vp(e){const t=mp.get(e);t&&(t.flags|=8,mp.delete(e))}Pc().requestIdleCallback,Pc().cancelIdleCallback;const Ap=e=>!!e.type.__asyncLoader,yp=e=>e.type.__isKeepAlive;function bp(e,t){Cp(e,"a",t)}function wp(e,t){Cp(e,"da",t)}function Cp(e,t,n=Th){const r=e.__wdc||(e.__wdc=()=>{let t=n;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if(Ep(t,r,n),n){let e=n.parent;for(;e&&e.parent;)yp(e.parent.vnode)&&_p(r,t,n,e),e=e.parent}}function _p(e,t,n,r){const o=Ep(t,e,r,!0);Np((()=>{nc(r[t],o)}),n)}function Ep(e,t,n=Th,r=!1){if(n){const o=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...r)=>{du();const o=Ih(n),i=kd(t,n,e,r);return o(),pu(),i});return r?o.unshift(i):o.push(i),i}}RegExp,RegExp;const xp=e=>(t,n=Th)=>{Mh&&"sp"!==e||Ep(e,((...e)=>t(...e)),n)},kp=xp("bm"),Bp=xp("m"),Sp=xp("bu"),Tp=xp("u"),Pp=xp("bum"),Np=xp("um"),Op=xp("sp"),Ip=xp("rtg"),Lp=xp("rtc");function Rp(e,t=Th){Ep("ec",e,t)}const Dp="components";function $p(e,t){return jp(Dp,e,!0,t)||e}const Mp=Symbol.for("v-ndc");function Fp(e){return cc(e)?jp(Dp,e,!1)||e:e||Mp}function jp(e,t,n=!0,r=!1){const o=Hd||Th;if(o){const n=o.type;if(e===Dp){const e=function(e,t=!0){return lc(e)?e.displayName||e.name:e.name||t&&e.__name}(n,!1);if(e&&(e===t||e===bc(t)||e===_c(bc(t))))return n}const i=Up(o[e]||n[e],t)||Up(o.appContext[e],t);return!i&&r?n:i}}function Up(e,t){return e&&(e[t]||e[bc(t)]||e[_c(bc(t))])}function zp(e,t,n,r){let o;const i=n&&n[r],a=ic(e);if(a||cc(e)){let n=!1,r=!1;a&&rd(e)&&(n=!id(e),r=od(e),e=xu(e)),o=new Array(e.length);for(let a=0,s=e.length;a<s;a++)o[a]=t(n?r?cd(ld(e[a])):ld(e[a]):e[a],a,void 0,i&&i[a])}else if("number"==typeof e){o=new Array(e);for(let n=0;n<e;n++)o[n]=t(n+1,n,void 0,i&&i[n])}else if(dc(e))if(e[Symbol.iterator])o=Array.from(e,((e,n)=>t(e,n,void 0,i&&i[n])));else{const n=Object.keys(e);o=new Array(n.length);for(let r=0,a=n.length;r<a;r++){const a=n[r];o[r]=t(e[a],a,r,i&&i[r])}}else o=[];return n&&(n[r]=o),o}function Hp(e,t,n={},r,o){if(Hd.ce||Hd.parent&&Ap(Hd.parent)&&Hd.parent.ce){const e=Object.keys(n).length>0;return"default"!==t&&(n.name=t),ah(),dh(eh,null,[vh("slot",n,r&&r())],e?-2:64)}let i=e[t];i&&i._c&&(i._d=!1),ah();const a=i&&qp(i(n)),s=n.key||a&&a.key,l=dh(eh,{key:(s&&!uc(s)?s:`_${t}`)+(!a&&r?"_fb":"")},a||(r?r():[]),a&&1===e._?64:-2);return!o&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),i&&i._c&&(i._d=!0),l}function qp(e){return e.some((e=>!ph(e)||e.type!==nh&&!(e.type===eh&&!qp(e.children))))?e:null}function Gp(e,t){const n={};for(const r in e)n[t&&/[A-Z]/.test(r)?`on:${r}`:Ec(r)]=e[r];return n}const Wp=e=>e?Rh(e)?Hh(e):Wp(e.parent):null,Vp=tc(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Wp(e.parent),$root:e=>Wp(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>nf(e),$forceUpdate:e=>e.f||(e.f=()=>{Dd(e.update)}),$nextTick:e=>e.n||(e.n=Rd.bind(e.proxy)),$watch:e=>bf.bind(e)}),Xp=(e,t)=>e!==Yl&&!e.__isScriptSetup&&oc(e,t),Yp={get({_:e},t){if("__v_skip"===t)return!0;const{ctx:n,setupState:r,data:o,props:i,accessCache:a,type:s,appContext:l}=e;if("$"!==t[0]){const e=a[t];if(void 0!==e)switch(e){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return i[t]}else{if(Xp(r,t))return a[t]=1,r[t];if(o!==Yl&&oc(o,t))return a[t]=2,o[t];if(oc(i,t))return a[t]=3,i[t];if(n!==Yl&&oc(n,t))return a[t]=4,n[t];Qp&&(a[t]=0)}}const c=Vp[t];let u,d;return c?("$attrs"===t&&Cu(e.attrs,0,""),c(e)):(u=s.__cssModules)&&(u=u[t])?u:n!==Yl&&oc(n,t)?(a[t]=4,n[t]):(d=l.config.globalProperties,oc(d,t)?d[t]:void 0)},set({_:e},t,n){const{data:r,setupState:o,ctx:i}=e;return Xp(o,t)?(o[t]=n,!0):r!==Yl&&oc(r,t)?(r[t]=n,!0):!(oc(e.props,t)||"$"===t[0]&&t.slice(1)in e||(i[t]=n,0))},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,props:i,type:a}},s){let l;return!!(n[s]||e!==Yl&&"$"!==s[0]&&oc(e,s)||Xp(t,s)||oc(i,s)||oc(r,s)||oc(Vp,s)||oc(o.config.globalProperties,s)||(l=a.__cssModules)&&l[s])},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:oc(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Kp(e){const t=Ph();return t.setupContext||(t.setupContext=zh(t))}function Zp(e){return ic(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}function Jp(e,t){return e&&t?ic(e)&&ic(t)?e.concat(t):tc({},Zp(e),Zp(t)):e||t}let Qp=!0;function ef(e,t,n){kd(ic(e)?e.map((e=>e.bind(t.proxy))):e.bind(t.proxy),t,n)}function tf(e,t,n,r){let o=r.includes(".")?wf(n,r):()=>n[r];if(cc(e)){const n=t[e];lc(n)&&Af(o,n)}else if(lc(e))Af(o,e.bind(n));else if(dc(e))if(ic(e))e.forEach((e=>tf(e,t,n,r)));else{const r=lc(e.handler)?e.handler.bind(n):t[e.handler];lc(r)&&Af(o,r,e)}}function nf(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:a}}=e.appContext,s=i.get(t);let l;return s?l=s:o.length||n||r?(l={},o.length&&o.forEach((e=>rf(l,e,a,!0))),rf(l,t,a)):l=t,dc(t)&&i.set(t,l),l}function rf(e,t,n,r=!1){const{mixins:o,extends:i}=t;i&&rf(e,i,n,!0),o&&o.forEach((t=>rf(e,t,n,!0)));for(const o in t)if(r&&"expose"===o);else{const r=of[o]||n&&n[o];e[o]=r?r(e[o],t[o]):t[o]}return e}const of={data:af,props:uf,emits:uf,methods:cf,computed:cf,beforeCreate:lf,created:lf,beforeMount:lf,mounted:lf,beforeUpdate:lf,updated:lf,beforeDestroy:lf,beforeUnmount:lf,destroyed:lf,unmounted:lf,activated:lf,deactivated:lf,errorCaptured:lf,serverPrefetch:lf,components:cf,directives:cf,watch:function(e,t){if(!e)return t;if(!t)return e;const n=tc(Object.create(null),e);for(const r in t)n[r]=lf(e[r],t[r]);return n},provide:af,inject:function(e,t){return cf(sf(e),sf(t))}};function af(e,t){return t?e?function(){return tc(lc(e)?e.call(this,this):e,lc(t)?t.call(this,this):t)}:t:e}function sf(e){if(ic(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function lf(e,t){return e?[...new Set([].concat(e,t))]:t}function cf(e,t){return e?tc(Object.create(null),e,t):t}function uf(e,t){return e?ic(e)&&ic(t)?[...new Set([...e,...t])]:tc(Object.create(null),Zp(e),Zp(null!=t?t:{})):t}function df(){return{app:null,config:{isNativeTag:Jl,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let pf=0;function ff(e,t){return function(n,r=null){lc(n)||(n=tc({},n)),null==r||dc(r)||(r=null);const o=df(),i=new WeakSet,a=[];let s=!1;const l=o.app={_uid:pf++,_component:n,_props:r,_container:null,_context:o,_instance:null,version:Wh,get config(){return o.config},set config(e){},use:(e,...t)=>(i.has(e)||(e&&lc(e.install)?(i.add(e),e.install(l,...t)):lc(e)&&(i.add(e),e(l,...t))),l),mixin:e=>(o.mixins.includes(e)||o.mixins.push(e),l),component:(e,t)=>t?(o.components[e]=t,l):o.components[e],directive:(e,t)=>t?(o.directives[e]=t,l):o.directives[e],mount(i,a,c){if(!s){const u=l._ceVNode||vh(n,r);return u.appContext=o,!0===c?c="svg":!1===c&&(c=void 0),a&&t?t(u,i):e(u,i,c),s=!0,l._container=i,i.__vue_app__=l,Hh(u.component)}},onUnmount(e){a.push(e)},unmount(){s&&(kd(a,l._instance,16),e(null,l._container),delete l._container.__vue_app__)},provide:(e,t)=>(o.provides[e]=t,l),runWithContext(e){const t=hf;hf=l;try{return e()}finally{hf=t}}};return l}}let hf=null;function mf(e,t,n=!1){const r=Ph();if(r||hf){let o=hf?hf._context.provides:r?null==r.parent||r.ce?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(o&&e in o)return o[e];if(arguments.length>1)return n&&lc(t)?t.call(r&&r.proxy):t}}const gf=Symbol.for("v-scx"),vf=()=>mf(gf);function Af(e,t,n){return yf(e,t,n)}function yf(e,t,n=Yl){const{immediate:r,deep:o,flush:i,once:a}=n,s=tc({},n),l=t&&r||!t&&"post"!==i;let c;if(Mh)if("sync"===i){const e=vf();c=e.__watcherHandles||(e.__watcherHandles=[])}else if(!l){const e=()=>{};return e.stop=Zl,e.resume=Zl,e.pause=Zl,e}const u=Th;s.call=(e,t,n)=>kd(e,u,t,n);let d=!1;"post"===i?s.scheduler=e=>{Wf(e,u&&u.suspense)}:"sync"!==i&&(d=!0,s.scheduler=(e,t)=>{t?e():Dd(e)}),s.augmentJob=e=>{t&&(e.flags|=4),d&&(e.flags|=2,u&&(e.id=u.uid,e.i=u))};const p=function(e,t,n=Yl){const{immediate:r,deep:o,once:i,scheduler:a,augmentJob:s,call:l}=n,c=e=>o?e:id(e)||!1===o||0===o?Ed(e,1):Ed(e);let u,d,p,f,h=!1,m=!1;if(ud(e)?(d=()=>e.value,h=id(e)):rd(e)?(d=()=>c(e),h=!0):ic(e)?(m=!0,h=e.some((e=>rd(e)||id(e))),d=()=>e.map((e=>ud(e)?e.value:rd(e)?c(e):lc(e)?l?l(e,2):e():void 0))):d=lc(e)?t?l?()=>l(e,2):e:()=>{if(p){du();try{p()}finally{pu()}}const t=_d;_d=u;try{return l?l(e,3,[f]):e(f)}finally{_d=t}}:Zl,t&&o){const e=d,t=!0===o?1/0:o;d=()=>Ed(e(),t)}const g=Xc(),v=()=>{u.stop(),g&&g.active&&nc(g.effects,u)};if(i&&t){const e=t;t=(...t)=>{e(...t),v()}}let A=m?new Array(e.length).fill(wd):wd;const y=e=>{if(1&u.flags&&(u.dirty||e))if(t){const e=u.run();if(o||h||(m?e.some(((e,t)=>xc(e,A[t]))):xc(e,A))){p&&p();const n=_d;_d=u;try{const n=[e,A===wd?void 0:m&&A[0]===wd?[]:A,f];A=e,l?l(t,3,n):t(...n)}finally{_d=n}}}else u.run()};return s&&s(y),u=new Kc(d),u.scheduler=a?()=>a(y,!1):y,f=e=>function(e,t=!1,n=_d){if(n){let t=Cd.get(n);t||Cd.set(n,t=[]),t.push(e)}}(e,!1,u),p=u.onStop=()=>{const e=Cd.get(u);if(e){if(l)l(e,4);else for(const t of e)t();Cd.delete(u)}},t?r?y(!0):A=u.run():a?a(y.bind(null,!0),!0):u.run(),v.pause=u.pause.bind(u),v.resume=u.resume.bind(u),v.stop=v,v}(e,t,s);return Mh&&(c?c.push(p):l&&p()),p}function bf(e,t,n){const r=this.proxy,o=cc(e)?e.includes(".")?wf(r,e):()=>r[e]:e.bind(r,r);let i;lc(t)?i=t:(i=t.handler,n=t);const a=Ih(this),s=yf(o,i.bind(r),n);return a(),s}function wf(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e<n.length&&t;e++)t=t[n[e]];return t}}function Cf(e,t,n=Yl){const r=Ph(),o=bc(t),i=Cc(t),a=_f(e,o),s=new yd(((a,s)=>{let l,c,u=Yl;return yf((()=>{const t=e[o];xc(l,t)&&(l=t,s())}),null,{flush:"sync"}),{get:()=>(a(),n.get?n.get(l):l),set(e){const a=n.set?n.set(e):e;if(!(xc(a,l)||u!==Yl&&xc(e,u)))return;const d=r.vnode.props;d&&(t in d||o in d||i in d)&&(`onUpdate:${t}`in d||`onUpdate:${o}`in d||`onUpdate:${i}`in d)||(l=e,s()),r.emit(`update:${t}`,a),xc(e,a)&&xc(e,u)&&!xc(a,c)&&s(),u=e,c=a}}}));return s[Symbol.iterator]=()=>{let e=0;return{next:()=>e<2?{value:e++?a||Yl:s,done:!1}:{done:!0}}},s}const _f=(e,t)=>"modelValue"===t||"model-value"===t?e.modelModifiers:e[`${t}Modifiers`]||e[`${bc(t)}Modifiers`]||e[`${Cc(t)}Modifiers`];function Ef(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||Yl;let o=n;const i=t.startsWith("update:"),a=i&&_f(r,t.slice(7));let s;a&&(a.trim&&(o=n.map((e=>cc(e)?e.trim():e))),a.number&&(o=n.map(Sc)));let l=r[s=Ec(t)]||r[s=Ec(bc(t))];!l&&i&&(l=r[s=Ec(Cc(t))]),l&&kd(l,e,6,o);const c=r[s+"Once"];if(c){if(e.emitted){if(e.emitted[s])return}else e.emitted={};e.emitted[s]=!0,kd(c,e,6,o)}}const xf=new WeakMap;function kf(e,t,n=!1){const r=n?xf:t.emitsCache,o=r.get(e);if(void 0!==o)return o;const i=e.emits;let a={},s=!1;if(!lc(e)){const r=e=>{const n=kf(e,t,!0);n&&(s=!0,tc(a,n))};!n&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}return i||s?(ic(i)?i.forEach((e=>a[e]=null)):tc(a,i),dc(e)&&r.set(e,a),a):(dc(e)&&r.set(e,null),null)}function Bf(e,t){return!(!e||!Ql(t))&&(t=t.slice(2).replace(/Once$/,""),oc(e,t[0].toLowerCase()+t.slice(1))||oc(e,Cc(t))||oc(e,t))}function Sf(e){const{type:t,vnode:n,proxy:r,withProxy:o,propsOptions:[i],slots:a,attrs:s,emit:l,render:c,renderCache:u,props:d,data:p,setupState:f,ctx:h,inheritAttrs:m}=e,g=Gd(e);let v,A;try{if(4&n.shapeFlag){const e=o||r,t=e;v=Ch(c.call(t,e,u,d,f,p,h)),A=s}else{const e=t;v=Ch(e.length>1?e(d,{attrs:s,slots:a,emit:l}):e(d,null)),A=t.props?s:Tf(s)}}catch(t){oh.length=0,Bd(t,e,1),v=vh(nh)}let y=v;if(A&&!1!==m){const e=Object.keys(A),{shapeFlag:t}=y;e.length&&7&t&&(i&&e.some(ec)&&(A=Pf(A,i)),y=yh(y,A,!1,!0))}return n.dirs&&(y=yh(y,null,!1,!0),y.dirs=y.dirs?y.dirs.concat(n.dirs):n.dirs),n.transition&&up(y,n.transition),v=y,Gd(g),v}const Tf=e=>{let t;for(const n in e)("class"===n||"style"===n||Ql(n))&&((t||(t={}))[n]=e[n]);return t},Pf=(e,t)=>{const n={};for(const r in e)ec(r)&&r.slice(9)in t||(n[r]=e[r]);return n};function Nf(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let o=0;o<r.length;o++){const i=r[o];if(t[i]!==e[i]&&!Bf(n,i))return!0}return!1}const Of={},If=()=>Object.create(Of),Lf=e=>Object.getPrototypeOf(e)===Of;function Rf(e,t,n,r){const[o,i]=e.propsOptions;let a,s=!1;if(t)for(let l in t){if(vc(l))continue;const c=t[l];let u;o&&oc(o,u=bc(l))?i&&i.includes(u)?(a||(a={}))[u]=c:n[u]=c:Bf(e.emitsOptions,l)||l in r&&c===r[l]||(r[l]=c,s=!0)}if(i){const t=sd(n),r=a||Yl;for(let a=0;a<i.length;a++){const s=i[a];n[s]=Df(o,t,s,r[s],e,!oc(r,s))}}return s}function Df(e,t,n,r,o,i){const a=e[n];if(null!=a){const e=oc(a,"default");if(e&&void 0===r){const e=a.default;if(a.type!==Function&&!a.skipFactory&&lc(e)){const{propsDefaults:i}=o;if(n in i)r=i[n];else{const a=Ih(o);r=i[n]=e.call(null,t),a()}}else r=e;o.ce&&o.ce._setProp(n,r)}a[0]&&(i&&!e?r=!1:!a[1]||""!==r&&r!==Cc(n)||(r=!0))}return r}const $f=new WeakMap;function Mf(e,t,n=!1){const r=n?$f:t.propsCache,o=r.get(e);if(o)return o;const i=e.props,a={},s=[];let l=!1;if(!lc(e)){const r=e=>{l=!0;const[n,r]=Mf(e,t,!0);tc(a,n),r&&s.push(...r)};!n&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}if(!i&&!l)return dc(e)&&r.set(e,Kl),Kl;if(ic(i))for(let e=0;e<i.length;e++){const t=bc(i[e]);Ff(t)&&(a[t]=Yl)}else if(i)for(const e in i){const t=bc(e);if(Ff(t)){const n=i[e],r=a[t]=ic(n)||lc(n)?{type:n}:tc({},n),o=r.type;let l=!1,c=!0;if(ic(o))for(let e=0;e<o.length;++e){const t=o[e],n=lc(t)&&t.name;if("Boolean"===n){l=!0;break}"String"===n&&(c=!1)}else l=lc(o)&&"Boolean"===o.name;r[0]=l,r[1]=c,(l||oc(r,"default"))&&s.push(t)}}const c=[a,s];return dc(e)&&r.set(e,c),c}function Ff(e){return"$"!==e[0]&&!vc(e)}const jf=e=>"_"===e||"_ctx"===e||"$stable"===e,Uf=e=>ic(e)?e.map(Ch):[Ch(e)],zf=(e,t,n)=>{if(t._n)return t;const r=Vd(((...e)=>Uf(t(...e))),n);return r._c=!1,r},Hf=(e,t,n)=>{const r=e._ctx;for(const n in e){if(jf(n))continue;const o=e[n];if(lc(o))t[n]=zf(0,o,r);else if(null!=o){const e=Uf(o);t[n]=()=>e}}},qf=(e,t)=>{const n=Uf(t);e.slots.default=()=>n},Gf=(e,t,n)=>{for(const r in t)!n&&jf(r)||(e[r]=t[r])},Wf=function(e,t){t&&t.pendingBranch?ic(e)?t.effects.push(...e):t.effects.push(e):Md(e)};function Vf(e,t){Pc().__VUE__=!0;const{insert:n,remove:r,patchProp:o,createElement:i,createText:a,createComment:s,setText:l,setElementText:c,parentNode:u,nextSibling:d,setScopeId:p=Zl,insertStaticContent:f}=e,h=(e,t,n,r=null,o=null,i=null,a=void 0,s=null,l=!!t.dynamicChildren)=>{if(e===t)return;e&&!fh(e,t)&&(r=j(e),R(e,o,i,!0),e=null),-2===t.patchFlag&&(l=!1,t.dynamicChildren=null);const{type:c,ref:u,shapeFlag:d}=t;switch(c){case th:m(e,t,n,r);break;case nh:g(e,t,n,r);break;case rh:null==e&&v(t,n,r,a);break;case eh:x(e,t,n,r,o,i,a,s,l);break;default:1&d?A(e,t,n,r,o,i,a,s,l):6&d?k(e,t,n,r,o,i,a,s,l):(64&d||128&d)&&c.process(e,t,n,r,o,i,a,s,l,H)}null!=u&&o?gp(u,e&&e.ref,i,t||e,!t):null==u&&e&&null!=e.ref&&gp(e.ref,null,i,e,!0)},m=(e,t,r,o)=>{if(null==e)n(t.el=a(t.children),r,o);else{const n=t.el=e.el;t.children!==e.children&&l(n,t.children)}},g=(e,t,r,o)=>{null==e?n(t.el=s(t.children||""),r,o):t.el=e.el},v=(e,t,n,r)=>{[e.el,e.anchor]=f(e.children,t,n,r,e.el,e.anchor)},A=(e,t,n,r,o,i,a,s,l)=>{if("svg"===t.type?a="svg":"math"===t.type&&(a="mathml"),null==e)y(t,n,r,o,i,a,s,l);else{const n=e.el&&e.el._isVueCE?e.el:null;try{n&&n._beginPatch(),C(e,t,o,i,a,s,l)}finally{n&&n._endPatch()}}},y=(e,t,r,a,s,l,u,d)=>{let p,f;const{props:h,shapeFlag:m,transition:g,dirs:v}=e;if(p=e.el=i(e.type,l,h&&h.is,h),8&m?c(p,e.children):16&m&&w(e.children,p,null,a,s,Xf(e,l),u,d),v&&Yd(e,null,a,"created"),b(p,e,e.scopeId,u,a),h){for(const e in h)"value"===e||vc(e)||o(p,e,null,h[e],l,a);"value"in h&&o(p,"value",null,h.value,l),(f=h.onVnodeBeforeMount)&&kh(f,a,e)}v&&Yd(e,null,a,"beforeMount");const A=function(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}(s,g);A&&g.beforeEnter(p),n(p,t,r),((f=h&&h.onVnodeMounted)||A||v)&&Wf((()=>{f&&kh(f,a,e),A&&g.enter(p),v&&Yd(e,null,a,"mounted")}),s)},b=(e,t,n,r,o)=>{if(n&&p(e,n),r)for(let t=0;t<r.length;t++)p(e,r[t]);if(o){let n=o.subTree;if(t===n||Qf(n.type)&&(n.ssContent===t||n.ssFallback===t)){const t=o.vnode;b(e,t,t.scopeId,t.slotScopeIds,o.parent)}}},w=(e,t,n,r,o,i,a,s,l=0)=>{for(let c=l;c<e.length;c++){const l=e[c]=s?_h(e[c]):Ch(e[c]);h(null,l,t,n,r,o,i,a,s)}},C=(e,t,n,r,i,a,s)=>{const l=t.el=e.el;let{patchFlag:u,dynamicChildren:d,dirs:p}=t;u|=16&e.patchFlag;const f=e.props||Yl,h=t.props||Yl;let m;if(n&&Yf(n,!1),(m=h.onVnodeBeforeUpdate)&&kh(m,n,t,e),p&&Yd(t,e,n,"beforeUpdate"),n&&Yf(n,!0),(f.innerHTML&&null==h.innerHTML||f.textContent&&null==h.textContent)&&c(l,""),d?_(e.dynamicChildren,d,l,n,r,Xf(t,i),a):s||N(e,t,l,null,n,r,Xf(t,i),a,!1),u>0){if(16&u)E(l,f,h,n,i);else if(2&u&&f.class!==h.class&&o(l,"class",null,h.class,i),4&u&&o(l,"style",f.style,h.style,i),8&u){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const r=e[t],a=f[r],s=h[r];s===a&&"value"!==r||o(l,r,a,s,i,n)}}1&u&&e.children!==t.children&&c(l,t.children)}else s||null!=d||E(l,f,h,n,i);((m=h.onVnodeUpdated)||p)&&Wf((()=>{m&&kh(m,n,t,e),p&&Yd(t,e,n,"updated")}),r)},_=(e,t,n,r,o,i,a)=>{for(let s=0;s<t.length;s++){const l=e[s],c=t[s],d=l.el&&(l.type===eh||!fh(l,c)||198&l.shapeFlag)?u(l.el):n;h(l,c,d,null,r,o,i,a,!0)}},E=(e,t,n,r,i)=>{if(t!==n){if(t!==Yl)for(const a in t)vc(a)||a in n||o(e,a,t[a],null,i,r);for(const a in n){if(vc(a))continue;const s=n[a],l=t[a];s!==l&&"value"!==a&&o(e,a,l,s,i,r)}"value"in n&&o(e,"value",t.value,n.value,i)}},x=(e,t,r,o,i,s,l,c,u)=>{const d=t.el=e?e.el:a(""),p=t.anchor=e?e.anchor:a("");let{patchFlag:f,dynamicChildren:h,slotScopeIds:m}=t;m&&(c=c?c.concat(m):m),null==e?(n(d,r,o),n(p,r,o),w(t.children||[],r,p,i,s,l,c,u)):f>0&&64&f&&h&&e.dynamicChildren?(_(e.dynamicChildren,h,r,i,s,l,c),(null!=t.key||i&&t===i.subTree)&&Kf(e,t,!0)):N(e,t,r,p,i,s,l,c,u)},k=(e,t,n,r,o,i,a,s,l)=>{t.slotScopeIds=s,null==e?512&t.shapeFlag?o.ctx.activate(t,n,r,a,l):B(t,n,r,o,i,a,l):S(e,t,l)},B=(e,t,n,r,o,i,a)=>{const s=e.component=function(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||Bh,i={uid:Sh++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Vc(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Mf(r,o),emitsOptions:kf(r,o),emit:null,emitted:null,propsDefaults:Yl,inheritAttrs:r.inheritAttrs,ctx:Yl,data:Yl,props:Yl,attrs:Yl,slots:Yl,refs:Yl,setupState:Yl,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=Ef.bind(null,i),e.ce&&e.ce(i),i}(e,r,o);if(yp(e)&&(s.ctx.renderer=H),function(e,t=!1,n=!1){t&&Oh(t);const{props:r,children:o}=e.vnode,i=Rh(e);(function(e,t,n,r=!1){const o={},i=If();e.propsDefaults=Object.create(null),Rf(e,t,o,i);for(const t in e.propsOptions[0])t in o||(o[t]=void 0);n?e.props=r?o:function(e){return nd(e,!1,zu,Xu,Zu)}(o):e.type.props?e.props=o:e.props=i,e.attrs=i})(e,r,i,t),((e,t,n)=>{const r=e.slots=If();if(32&e.vnode.shapeFlag){const e=t._;e?(Gf(r,t,n),n&&Bc(r,"_",e,!0)):Hf(t,r)}else t&&qf(e,t)})(e,o,n||t);const a=i?function(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Yp);const{setup:r}=n;if(r){du();const n=e.setupContext=r.length>1?zh(e):null,o=Ih(e),i=xd(r,e,0,[e.props,n]),a=pc(i);if(pu(),o(),!a&&!e.sp||Ap(e)||fp(e),a){if(i.then(Lh,Lh),t)return i.then((n=>{Fh(e,n,t)})).catch((t=>{Bd(t,e,0)}));e.asyncDep=i}else Fh(e,i,t)}else jh(e,t)}(e,t):void 0;t&&Oh(!1)}(s,!1,a),s.asyncDep){if(o&&o.registerDep(s,T,a),!e.el){const r=s.subTree=vh(nh);g(null,r,t,n),e.placeholder=r.el}}else T(s,e,t,n,o,i,a)},S=(e,t,n)=>{const r=t.component=e.component;if(function(e,t,n){const{props:r,children:o,component:i}=e,{props:a,children:s,patchFlag:l}=t,c=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!(n&&l>=0))return!(!o&&!s||s&&s.$stable)||r!==a&&(r?!a||Nf(r,a,c):!!a);if(1024&l)return!0;if(16&l)return r?Nf(r,a,c):!!a;if(8&l){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const n=e[t];if(a[n]!==r[n]&&!Bf(c,n))return!0}}return!1}(e,t,n)){if(r.asyncDep&&!r.asyncResolved)return void P(r,t,n);r.next=t,r.update()}else t.el=e.el,r.vnode=t},T=(e,t,n,r,o,i,a)=>{const s=()=>{if(e.isMounted){let{next:t,bu:n,u:r,parent:l,vnode:c}=e;{const n=Zf(e);if(n)return t&&(t.el=c.el,P(e,t,a)),void n.asyncDep.then((()=>{e.isUnmounted||s()}))}let d,p=t;Yf(e,!1),t?(t.el=c.el,P(e,t,a)):t=c,n&&kc(n),(d=t.props&&t.props.onVnodeBeforeUpdate)&&kh(d,l,t,c),Yf(e,!0);const f=Sf(e),m=e.subTree;e.subTree=f,h(m,f,u(m.el),j(m),e,o,i),t.el=f.el,null===p&&function({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r!==e)break;(e=t.vnode).el=n,t=t.parent}}(e,f.el),r&&Wf(r,o),(d=t.props&&t.props.onVnodeUpdated)&&Wf((()=>kh(d,l,t,c)),o)}else{let a;const{el:s,props:l}=t,{bm:c,m:u,parent:d,root:p,type:f}=e,m=Ap(t);if(Yf(e,!1),c&&kc(c),!m&&(a=l&&l.onVnodeBeforeMount)&&kh(a,d,t),Yf(e,!0),s&&G){const t=()=>{e.subTree=Sf(e),G(s,e.subTree,e,o,null)};m&&f.__asyncHydrate?f.__asyncHydrate(s,e,t):t()}else{p.ce&&!1!==p.ce._def.shadowRoot&&p.ce._injectChildStyle(f);const a=e.subTree=Sf(e);h(null,a,n,r,e,o,i),t.el=a.el}if(u&&Wf(u,o),!m&&(a=l&&l.onVnodeMounted)){const e=t;Wf((()=>kh(a,d,e)),o)}(256&t.shapeFlag||d&&Ap(d.vnode)&&256&d.vnode.shapeFlag)&&e.a&&Wf(e.a,o),e.isMounted=!0,t=n=r=null}};e.scope.on();const l=e.effect=new Kc(s);e.scope.off();const c=e.update=l.run.bind(l),d=e.job=l.runIfDirty.bind(l);d.i=e,d.id=e.uid,l.scheduler=()=>Dd(d),Yf(e,!0),c()},P=(e,t,n)=>{t.component=e;const r=e.vnode.props;e.vnode=t,e.next=null,function(e,t,n,r){const{props:o,attrs:i,vnode:{patchFlag:a}}=e,s=sd(o),[l]=e.propsOptions;let c=!1;if(!(r||a>0)||16&a){let r;Rf(e,t,o,i)&&(c=!0);for(const i in s)t&&(oc(t,i)||(r=Cc(i))!==i&&oc(t,r))||(l?!n||void 0===n[i]&&void 0===n[r]||(o[i]=Df(l,s,i,void 0,e,!0)):delete o[i]);if(i!==s)for(const e in i)t&&oc(t,e)||(delete i[e],c=!0)}else if(8&a){const n=e.vnode.dynamicProps;for(let r=0;r<n.length;r++){let a=n[r];if(Bf(e.emitsOptions,a))continue;const u=t[a];if(l)if(oc(i,a))u!==i[a]&&(i[a]=u,c=!0);else{const t=bc(a);o[t]=Df(l,s,t,u,e,!1)}else u!==i[a]&&(i[a]=u,c=!0)}}c&&_u(e.attrs,"set","")}(e,t.props,r,n),((e,t,n)=>{const{vnode:r,slots:o}=e;let i=!0,a=Yl;if(32&r.shapeFlag){const e=t._;e?n&&1===e?i=!1:Gf(o,t,n):(i=!t.$stable,Hf(t,o)),a=t}else t&&(qf(e,t),a={default:1});if(i)for(const e in o)jf(e)||null!=a[e]||delete o[e]})(e,t.children,n),du(),Fd(e),pu()},N=(e,t,n,r,o,i,a,s,l=!1)=>{const u=e&&e.children,d=e?e.shapeFlag:0,p=t.children,{patchFlag:f,shapeFlag:h}=t;if(f>0){if(128&f)return void I(u,p,n,r,o,i,a,s,l);if(256&f)return void O(u,p,n,r,o,i,a,s,l)}8&h?(16&d&&F(u,o,i),p!==u&&c(n,p)):16&d?16&h?I(u,p,n,r,o,i,a,s,l):F(u,o,i,!0):(8&d&&c(n,""),16&h&&w(p,n,r,o,i,a,s,l))},O=(e,t,n,r,o,i,a,s,l)=>{t=t||Kl;const c=(e=e||Kl).length,u=t.length,d=Math.min(c,u);let p;for(p=0;p<d;p++){const r=t[p]=l?_h(t[p]):Ch(t[p]);h(e[p],r,n,null,o,i,a,s,l)}c>u?F(e,o,i,!0,!1,d):w(t,n,r,o,i,a,s,l,d)},I=(e,t,n,r,o,i,a,s,l)=>{let c=0;const u=t.length;let d=e.length-1,p=u-1;for(;c<=d&&c<=p;){const r=e[c],u=t[c]=l?_h(t[c]):Ch(t[c]);if(!fh(r,u))break;h(r,u,n,null,o,i,a,s,l),c++}for(;c<=d&&c<=p;){const r=e[d],c=t[p]=l?_h(t[p]):Ch(t[p]);if(!fh(r,c))break;h(r,c,n,null,o,i,a,s,l),d--,p--}if(c>d){if(c<=p){const e=p+1,d=e<u?t[e].el:r;for(;c<=p;)h(null,t[c]=l?_h(t[c]):Ch(t[c]),n,d,o,i,a,s,l),c++}}else if(c>p)for(;c<=d;)R(e[c],o,i,!0),c++;else{const f=c,m=c,g=new Map;for(c=m;c<=p;c++){const e=t[c]=l?_h(t[c]):Ch(t[c]);null!=e.key&&g.set(e.key,c)}let v,A=0;const y=p-m+1;let b=!1,w=0;const C=new Array(y);for(c=0;c<y;c++)C[c]=0;for(c=f;c<=d;c++){const r=e[c];if(A>=y){R(r,o,i,!0);continue}let u;if(null!=r.key)u=g.get(r.key);else for(v=m;v<=p;v++)if(0===C[v-m]&&fh(r,t[v])){u=v;break}void 0===u?R(r,o,i,!0):(C[u-m]=c+1,u>=w?w=u:b=!0,h(r,t[u],n,null,o,i,a,s,l),A++)}const _=b?function(e){const t=e.slice(),n=[0];let r,o,i,a,s;const l=e.length;for(r=0;r<l;r++){const l=e[r];if(0!==l){if(o=n[n.length-1],e[o]<l){t[r]=o,n.push(r);continue}for(i=0,a=n.length-1;i<a;)s=i+a>>1,e[n[s]]<l?i=s+1:a=s;l<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,a=n[i-1];i-- >0;)n[i]=a,a=t[a];return n}(C):Kl;for(v=_.length-1,c=y-1;c>=0;c--){const e=m+c,d=t[e],p=t[e+1],f=e+1<u?p.el||p.placeholder:r;0===C[c]?h(null,d,n,f,o,i,a,s,l):b&&(v<0||c!==_[v]?L(d,n,f,2):v--)}}},L=(e,t,o,i,a=null)=>{const{el:s,type:l,transition:c,children:u,shapeFlag:p}=e;if(6&p)L(e.component.subTree,t,o,i);else if(128&p)e.suspense.move(t,o,i);else if(64&p)l.move(e,t,o,H);else if(l!==eh)if(l!==rh)if(2!==i&&1&p&&c)if(0===i)c.beforeEnter(s),n(s,t,o),Wf((()=>c.enter(s)),a);else{const{leave:i,delayLeave:a,afterLeave:l}=c,u=()=>{e.ctx.isUnmounted?r(s):n(s,t,o)},d=()=>{s._isLeaving&&s[Jd](!0),i(s,(()=>{u(),l&&l()}))};a?a(s,u,d):d()}else n(s,t,o);else(({el:e,anchor:t},r,o)=>{let i;for(;e&&e!==t;)i=d(e),n(e,r,o),e=i;n(t,r,o)})(e,t,o);else{n(s,t,o);for(let e=0;e<u.length;e++)L(u[e],t,o,i);n(e.anchor,t,o)}},R=(e,t,n,r=!1,o=!1)=>{const{type:i,props:a,ref:s,children:l,dynamicChildren:c,shapeFlag:u,patchFlag:d,dirs:p,cacheIndex:f}=e;if(-2===d&&(o=!1),null!=s&&(du(),gp(s,null,n,e,!0),pu()),null!=f&&(t.renderCache[f]=void 0),256&u)return void t.ctx.deactivate(e);const h=1&u&&p,m=!Ap(e);let g;if(m&&(g=a&&a.onVnodeBeforeUnmount)&&kh(g,t,e),6&u)M(e.component,n,r);else{if(128&u)return void e.suspense.unmount(n,r);h&&Yd(e,null,t,"beforeUnmount"),64&u?e.type.remove(e,t,n,H,r):c&&!c.hasOnce&&(i!==eh||d>0&&64&d)?F(c,t,n,!1,!0):(i===eh&&384&d||!o&&16&u)&&F(l,t,n),r&&D(e)}(m&&(g=a&&a.onVnodeUnmounted)||h)&&Wf((()=>{g&&kh(g,t,e),h&&Yd(e,null,t,"unmounted")}),n)},D=e=>{const{type:t,el:n,anchor:o,transition:i}=e;if(t===eh)return void $(n,o);if(t===rh)return void(({el:e,anchor:t})=>{let n;for(;e&&e!==t;)n=d(e),r(e),e=n;r(t)})(e);const a=()=>{r(n),i&&!i.persisted&&i.afterLeave&&i.afterLeave()};if(1&e.shapeFlag&&i&&!i.persisted){const{leave:t,delayLeave:r}=i,o=()=>t(n,a);r?r(e.el,a,o):o()}else a()},$=(e,t)=>{let n;for(;e!==t;)n=d(e),r(e),e=n;r(t)},M=(e,t,n)=>{const{bum:r,scope:o,job:i,subTree:a,um:s,m:l,a:c}=e;Jf(l),Jf(c),r&&kc(r),o.stop(),i&&(i.flags|=8,R(a,e,t,n)),s&&Wf(s,t),Wf((()=>{e.isUnmounted=!0}),t)},F=(e,t,n,r=!1,o=!1,i=0)=>{for(let a=i;a<e.length;a++)R(e[a],t,n,r,o)},j=e=>{if(6&e.shapeFlag)return j(e.component.subTree);if(128&e.shapeFlag)return e.suspense.next();const t=d(e.anchor||e.el),n=t&&t[Kd];return n?d(n):t};let U=!1;const z=(e,t,n)=>{null==e?t._vnode&&R(t._vnode,null,null,!0):h(t._vnode||null,e,t,null,null,null,n),t._vnode=e,U||(U=!0,Fd(),jd(),U=!1)},H={p:h,um:R,m:L,r:D,mt:B,mc:w,pc:N,pbc:_,n:j,o:e};let q,G;return t&&([q,G]=t(H)),{render:z,hydrate:q,createApp:ff(z,q)}}function Xf({type:e,props:t},n){return"svg"===n&&"foreignObject"===e||"mathml"===n&&"annotation-xml"===e&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Yf({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Kf(e,t,n=!1){const r=e.children,o=t.children;if(ic(r)&&ic(o))for(let e=0;e<r.length;e++){const t=r[e];let i=o[e];1&i.shapeFlag&&!i.dynamicChildren&&((i.patchFlag<=0||32===i.patchFlag)&&(i=o[e]=_h(o[e]),i.el=t.el),n||-2===i.patchFlag||Kf(t,i)),i.type===th&&-1!==i.patchFlag&&(i.el=t.el),i.type!==nh||i.el||(i.el=t.el)}}function Zf(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Zf(t)}function Jf(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Qf=e=>e.__isSuspense;const eh=Symbol.for("v-fgt"),th=Symbol.for("v-txt"),nh=Symbol.for("v-cmt"),rh=Symbol.for("v-stc"),oh=[];let ih=null;function ah(e=!1){oh.push(ih=e?null:[])}let sh=1;function lh(e,t=!1){sh+=e,e<0&&ih&&t&&(ih.hasOnce=!0)}function ch(e){return e.dynamicChildren=sh>0?ih||Kl:null,oh.pop(),ih=oh[oh.length-1]||null,sh>0&&ih&&ih.push(e),e}function uh(e,t,n,r,o,i){return ch(gh(e,t,n,r,o,i,!0))}function dh(e,t,n,r,o){return ch(vh(e,t,n,r,o,!0))}function ph(e){return!!e&&!0===e.__v_isVNode}function fh(e,t){return e.type===t.type&&e.key===t.key}const hh=({key:e})=>null!=e?e:null,mh=({ref:e,ref_key:t,ref_for:n})=>("number"==typeof e&&(e=""+e),null!=e?cc(e)||ud(e)||lc(e)?{i:Hd,r:e,k:t,f:!!n}:e:null);function gh(e,t=null,n=null,r=0,o=null,i=(e===eh?0:1),a=!1,s=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&hh(t),ref:t&&mh(t),scopeId:qd,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Hd};return s?(Eh(l,n),128&i&&e.normalize(l)):n&&(l.shapeFlag|=cc(n)?8:16),sh>0&&!a&&ih&&(l.patchFlag>0||6&i)&&32!==l.patchFlag&&ih.push(l),l}const vh=function(e,t=null,n=null,r=0,o=null,i=!1){if(e&&e!==Mp||(e=nh),ph(e)){const r=yh(e,t,!0);return n&&Eh(r,n),sh>0&&!i&&ih&&(6&r.shapeFlag?ih[ih.indexOf(e)]=r:ih.push(r)),r.patchFlag=-2,r}if(a=e,lc(a)&&"__vccOpts"in a&&(e=e.__vccOpts),t){t=Ah(t);let{class:e,style:n}=t;e&&!cc(e)&&(t.class=Dc(e)),dc(n)&&(ad(n)&&!ic(n)&&(n=tc({},n)),t.style=Nc(n))}var a;return gh(e,t,n,r,o,cc(e)?1:Qf(e)?128:Zd(e)?64:dc(e)?4:lc(e)?2:0,i,!0)};function Ah(e){return e?ad(e)||Lf(e)?tc({},e):e:null}function yh(e,t,n=!1,r=!1){const{props:o,ref:i,patchFlag:a,children:s,transition:l}=e,c=t?xh(o||{},t):o,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&hh(c),ref:t&&t.ref?n&&i?ic(i)?i.concat(mh(t)):[i,mh(t)]:mh(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:s,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==eh?-1===a?16:16|a:a,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&yh(e.ssContent),ssFallback:e.ssFallback&&yh(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&r&&up(u,l.clone(u)),u}function bh(e=" ",t=0){return vh(th,null,e,t)}function wh(e="",t=!1){return t?(ah(),dh(nh,null,e)):vh(nh,null,e)}function Ch(e){return null==e||"boolean"==typeof e?vh(nh):ic(e)?vh(eh,null,e.slice()):ph(e)?_h(e):vh(th,null,String(e))}function _h(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:yh(e)}function Eh(e,t){let n=0;const{shapeFlag:r}=e;if(null==t)t=null;else if(ic(t))n=16;else if("object"==typeof t){if(65&r){const n=t.default;return void(n&&(n._c&&(n._d=!1),Eh(e,n()),n._c&&(n._d=!0)))}{n=32;const r=t._;r||Lf(t)?3===r&&Hd&&(1===Hd.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=Hd}}else lc(t)?(t={default:t,_ctx:Hd},n=32):(t=String(t),64&r?(n=16,t=[bh(t)]):n=8);e.children=t,e.shapeFlag|=n}function xh(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const e in r)if("class"===e)t.class!==r.class&&(t.class=Dc([t.class,r.class]));else if("style"===e)t.style=Nc([t.style,r.style]);else if(Ql(e)){const n=t[e],o=r[e];!o||n===o||ic(n)&&n.includes(o)||(t[e]=n?[].concat(n,o):o)}else""!==e&&(t[e]=r[e])}return t}function kh(e,t,n,r=null){kd(e,t,7,[n,r])}const Bh=df();let Sh=0;let Th=null;const Ph=()=>Th||Hd;let Nh,Oh;{const e=Pc(),t=(t,n)=>{let r;return(r=e[t])||(r=e[t]=[]),r.push(n),e=>{r.length>1?r.forEach((t=>t(e))):r[0](e)}};Nh=t("__VUE_INSTANCE_SETTERS__",(e=>Th=e)),Oh=t("__VUE_SSR_SETTERS__",(e=>Mh=e))}const Ih=e=>{const t=Th;return Nh(e),e.scope.on(),()=>{e.scope.off(),Nh(t)}},Lh=()=>{Th&&Th.scope.off(),Nh(null)};function Rh(e){return 4&e.vnode.shapeFlag}let Dh,$h,Mh=!1;function Fh(e,t,n){lc(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:dc(t)&&(e.setupState=Ad(t)),jh(e,n)}function jh(e,t,n){const r=e.type;if(!e.render){if(!t&&Dh&&!r.render){const t=r.template||nf(e).template;if(t){const{isCustomElement:n,compilerOptions:o}=e.appContext.config,{delimiters:i,compilerOptions:a}=r,s=tc(tc({isCustomElement:n,delimiters:i},o),a);r.render=Dh(t,s)}}e.render=r.render||Zl,$h&&$h(e)}{const t=Ih(e);du();try{!function(e){const t=nf(e),n=e.proxy,r=e.ctx;Qp=!1,t.beforeCreate&&ef(t.beforeCreate,e,"bc");const{data:o,computed:i,methods:a,watch:s,provide:l,inject:c,created:u,beforeMount:d,mounted:p,beforeUpdate:f,updated:h,activated:m,deactivated:g,beforeDestroy:v,beforeUnmount:A,destroyed:y,unmounted:b,render:w,renderTracked:C,renderTriggered:_,errorCaptured:E,serverPrefetch:x,expose:k,inheritAttrs:B,components:S,directives:T,filters:P}=t;if(c&&function(e,t){ic(e)&&(e=sf(e));for(const n in e){const r=e[n];let o;o=dc(r)?"default"in r?mf(r.from||n,r.default,!0):mf(r.from||n):mf(r),ud(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:e=>o.value=e}):t[n]=o}}(c,r),a)for(const e in a){const t=a[e];lc(t)&&(r[e]=t.bind(n))}if(o){const t=o.call(n,n);dc(t)&&(e.data=ed(t))}if(Qp=!0,i)for(const e in i){const t=i[e],o=lc(t)?t.bind(n,n):lc(t.get)?t.get.bind(n,n):Zl,a=!lc(t)&&lc(t.set)?t.set.bind(n):Zl,s=qh({get:o,set:a});Object.defineProperty(r,e,{enumerable:!0,configurable:!0,get:()=>s.value,set:e=>s.value=e})}if(s)for(const e in s)tf(s[e],r,n,e);if(l){const e=lc(l)?l.call(n):l;Reflect.ownKeys(e).forEach((t=>{!function(e,t){if(Th){let n=Th.provides;const r=Th.parent&&Th.parent.provides;r===n&&(n=Th.provides=Object.create(r)),n[e]=t}}(t,e[t])}))}function N(e,t){ic(t)?t.forEach((t=>e(t.bind(n)))):t&&e(t.bind(n))}if(u&&ef(u,e,"c"),N(kp,d),N(Bp,p),N(Sp,f),N(Tp,h),N(bp,m),N(wp,g),N(Rp,E),N(Lp,C),N(Ip,_),N(Pp,A),N(Np,b),N(Op,x),ic(k))if(k.length){const t=e.exposed||(e.exposed={});k.forEach((e=>{Object.defineProperty(t,e,{get:()=>n[e],set:t=>n[e]=t,enumerable:!0})}))}else e.exposed||(e.exposed={});w&&e.render===Zl&&(e.render=w),null!=B&&(e.inheritAttrs=B),S&&(e.components=S),T&&(e.directives=T),x&&fp(e)}(e)}finally{pu(),t()}}}const Uh={get:(e,t)=>(Cu(e,0,""),e[t])};function zh(e){return{attrs:new Proxy(e.attrs,Uh),slots:e.slots,emit:e.emit,expose:t=>{e.exposed=t||{}}}}function Hh(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ad((t=e.exposed,!oc(t,"__v_skip")&&Object.isExtensible(t)&&Bc(t,"__v_skip",!0),t)),{get:(t,n)=>n in t?t[n]:n in Vp?Vp[n](e):void 0,has:(e,t)=>t in e||t in Vp})):e.proxy;var t}const qh=(e,t)=>{const n=function(e,t,n=!1){let r,o;return lc(e)?r=e:(r=e.get,o=e.set),new bd(r,o,n)}(e,0,Mh);return n};function Gh(e,t,n){try{lh(-1);const r=arguments.length;return 2===r?dc(t)&&!ic(t)?ph(t)?vh(e,null,[t]):vh(e,t):vh(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):3===r&&ph(n)&&(n=[n]),vh(e,t,n))}finally{lh(1)}}const Wh="3.5.25",Vh=Zl;let Xh;const Yh="undefined"!=typeof window&&window.trustedTypes;if(Yh)try{Xh=Yh.createPolicy("vue",{createHTML:e=>e})}catch(e){}const Kh=Xh?e=>Xh.createHTML(e):e=>e,Zh="undefined"!=typeof document?document:null,Jh=Zh&&Zh.createElement("template"),Qh={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o="svg"===t?Zh.createElementNS("http://www.w3.org/2000/svg",e):"mathml"===t?Zh.createElementNS("http://www.w3.org/1998/Math/MathML",e):n?Zh.createElement(e,{is:n}):Zh.createElement(e);return"select"===e&&r&&null!=r.multiple&&o.setAttribute("multiple",r.multiple),o},createText:e=>Zh.createTextNode(e),createComment:e=>Zh.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Zh.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,i){const a=n?n.previousSibling:t.lastChild;if(o&&(o===i||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),o!==i&&(o=o.nextSibling););else{Jh.innerHTML=Kh("svg"===r?`<svg>${e}</svg>`:"mathml"===r?`<math>${e}</math>`:e);const o=Jh.content;if("svg"===r||"mathml"===r){const e=o.firstChild;for(;e.firstChild;)o.appendChild(e.firstChild);o.removeChild(e)}t.insertBefore(o,n)}return[a?a.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},em="transition",tm="animation",nm=Symbol("_vtc"),rm={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},om=tc({},tp,rm),im=(e=>(e.displayName="Transition",e.props=om,e))(((e,{slots:t})=>Gh(ip,function(e){const t={};for(const n in e)n in rm||(t[n]=e[n]);if(!1===e.css)return t;const{name:n="v",type:r,duration:o,enterFromClass:i=`${n}-enter-from`,enterActiveClass:a=`${n}-enter-active`,enterToClass:s=`${n}-enter-to`,appearFromClass:l=i,appearActiveClass:c=a,appearToClass:u=s,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:f=`${n}-leave-to`}=e,h=function(e){if(null==e)return null;if(dc(e))return[lm(e.enter),lm(e.leave)];{const t=lm(e);return[t,t]}}(o),m=h&&h[0],g=h&&h[1],{onBeforeEnter:v,onEnter:A,onEnterCancelled:y,onLeave:b,onLeaveCancelled:w,onBeforeAppear:C=v,onAppear:_=A,onAppearCancelled:E=y}=t,x=(e,t,n,r)=>{e._enterCancelled=r,um(e,t?u:s),um(e,t?c:a),n&&n()},k=(e,t)=>{e._isLeaving=!1,um(e,d),um(e,f),um(e,p),t&&t()},B=e=>(t,n)=>{const o=e?_:A,a=()=>x(t,e,n);am(o,[t,a]),dm((()=>{um(t,e?l:i),cm(t,e?u:s),sm(o)||fm(t,r,m,a)}))};return tc(t,{onBeforeEnter(e){am(v,[e]),cm(e,i),cm(e,a)},onBeforeAppear(e){am(C,[e]),cm(e,l),cm(e,c)},onEnter:B(!1),onAppear:B(!0),onLeave(e,t){e._isLeaving=!0;const n=()=>k(e,t);cm(e,d),e._enterCancelled?(cm(e,p),gm(e)):(gm(e),cm(e,p)),dm((()=>{e._isLeaving&&(um(e,d),cm(e,f),sm(b)||fm(e,r,g,n))})),am(b,[e,n])},onEnterCancelled(e){x(e,!1,void 0,!0),am(y,[e])},onAppearCancelled(e){x(e,!0,void 0,!0),am(E,[e])},onLeaveCancelled(e){k(e),am(w,[e])}})}(e),t))),am=(e,t=[])=>{ic(e)?e.forEach((e=>e(...t))):e&&e(...t)},sm=e=>!!e&&(ic(e)?e.some((e=>e.length>1)):e.length>1);function lm(e){return(e=>{const t=cc(e)?Number(e):NaN;return isNaN(t)?e:t})(e)}function cm(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.add(t))),(e[nm]||(e[nm]=new Set)).add(t)}function um(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.remove(t)));const n=e[nm];n&&(n.delete(t),n.size||(e[nm]=void 0))}function dm(e){requestAnimationFrame((()=>{requestAnimationFrame(e)}))}let pm=0;function fm(e,t,n,r){const o=e._endId=++pm,i=()=>{o===e._endId&&r()};if(null!=n)return setTimeout(i,n);const{type:a,timeout:s,propCount:l}=function(e,t){const n=window.getComputedStyle(e),r=e=>(n[e]||"").split(", "),o=r(`${em}Delay`),i=r(`${em}Duration`),a=hm(o,i),s=r(`${tm}Delay`),l=r(`${tm}Duration`),c=hm(s,l);let u=null,d=0,p=0;return t===em?a>0&&(u=em,d=a,p=i.length):t===tm?c>0&&(u=tm,d=c,p=l.length):(d=Math.max(a,c),u=d>0?a>c?em:tm:null,p=u?u===em?i.length:l.length:0),{type:u,timeout:d,propCount:p,hasTransform:u===em&&/\b(?:transform|all)(?:,|$)/.test(r(`${em}Property`).toString())}}(e,t);if(!a)return r();const c=a+"end";let u=0;const d=()=>{e.removeEventListener(c,p),i()},p=t=>{t.target===e&&++u>=l&&d()};setTimeout((()=>{u<l&&d()}),s+1),e.addEventListener(c,p)}function hm(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map(((t,n)=>mm(t)+mm(e[n]))))}function mm(e){return"auto"===e?0:1e3*Number(e.slice(0,-1).replace(",","."))}function gm(e){return(e?e.ownerDocument:document).body.offsetHeight}const vm=Symbol("_vod"),Am=Symbol("_vsh"),ym={name:"show",beforeMount(e,{value:t},{transition:n}){e[vm]="none"===e.style.display?"":e.style.display,n&&t?n.beforeEnter(e):bm(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),bm(e,!0),r.enter(e)):r.leave(e,(()=>{bm(e,!1)})):bm(e,t))},beforeUnmount(e,{value:t}){bm(e,t)}};function bm(e,t){e.style.display=t?e[vm]:"none",e[Am]=!t}const wm=Symbol("");function Cm(e){const t=Ph();if(!t)return;const n=t.ut=(n=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach((e=>Em(e,n)))},r=()=>{const r=e(t.proxy);t.ce?Em(t.ce,r):_m(t.subTree,r),n(r)};Sp((()=>{Md(r)})),Bp((()=>{Af(r,Zl,{flush:"post"});const e=new MutationObserver(r);e.observe(t.subTree.el.parentNode,{childList:!0}),Np((()=>e.disconnect()))}))}function _m(e,t){if(128&e.shapeFlag){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push((()=>{_m(n.activeBranch,t)}))}for(;e.component;)e=e.component.subTree;if(1&e.shapeFlag&&e.el)Em(e.el,t);else if(e.type===eh)e.children.forEach((e=>_m(e,t)));else if(e.type===rh){let{el:n,anchor:r}=e;for(;n&&(Em(n,t),n!==r);)n=n.nextSibling}}function Em(e,t){if(1===e.nodeType){const n=e.style;let r="";for(const e in t){const o=qc(t[e]);n.setProperty(`--${e}`,o),r+=`--${e}: ${o};`}n[wm]=r}}const xm=/(?:^|;)\s*display\s*:/,km=/\s*!important$/;function Bm(e,t,n){if(ic(n))n.forEach((n=>Bm(e,t,n)));else if(null==n&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=function(e,t){const n=Tm[t];if(n)return n;let r=bc(t);if("filter"!==r&&r in e)return Tm[t]=r;r=_c(r);for(let n=0;n<Sm.length;n++){const o=Sm[n]+r;if(o in e)return Tm[t]=o}return t}(e,t);km.test(n)?e.setProperty(Cc(r),n.replace(km,""),"important"):e[r]=n}}const Sm=["Webkit","Moz","ms"],Tm={},Pm="http://www.w3.org/1999/xlink";function Nm(e,t,n,r,o,i=Mc(t)){r&&t.startsWith("xlink:")?null==n?e.removeAttributeNS(Pm,t.slice(6,t.length)):e.setAttributeNS(Pm,t,n):null==n||i&&!Fc(n)?e.removeAttribute(t):e.setAttribute(t,i?"":uc(n)?String(n):n)}function Om(e,t,n,r,o){if("innerHTML"===t||"textContent"===t)return void(null!=n&&(e[t]="innerHTML"===t?Kh(n):n));const i=e.tagName;if("value"===t&&"PROGRESS"!==i&&!i.includes("-")){const r="OPTION"===i?e.getAttribute("value")||"":e.value,o=null==n?"checkbox"===e.type?"on":"":String(n);return r===o&&"_value"in e||(e.value=o),null==n&&e.removeAttribute(t),void(e._value=n)}let a=!1;if(""===n||null==n){const r=typeof e[t];"boolean"===r?n=Fc(n):null==n&&"string"===r?(n="",a=!0):"number"===r&&(n=0,a=!0)}try{e[t]=n}catch(e){}a&&e.removeAttribute(o||t)}const Im=Symbol("_vei");const Lm=/(?:Once|Passive|Capture)$/;let Rm=0;const Dm=Promise.resolve(),$m=()=>Rm||(Dm.then((()=>Rm=0)),Rm=Date.now()),Mm=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123;"undefined"!=typeof HTMLElement&&HTMLElement,Symbol("_moveCb"),Symbol("_enterCb"),Symbol("_assign");const Fm=["ctrl","shift","alt","meta"],jm={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&0!==e.button,middle:e=>"button"in e&&1!==e.button,right:e=>"button"in e&&2!==e.button,exact:(e,t)=>Fm.some((n=>e[`${n}Key`]&&!t.includes(n)))},Um=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(n,...r)=>{for(let e=0;e<t.length;e++){const r=jm[t[e]];if(r&&r(n,t))return}return e(n,...r)})},zm={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Hm=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=n=>{if(!("key"in n))return;const r=Cc(n.key);return t.some((e=>e===r||zm[e]===r))?e(n):void 0})},qm=tc({patchProp:(e,t,n,r,o,i)=>{const a="svg"===o;"class"===t?function(e,t,n){const r=e[nm];r&&(t=(t?[t,...r]:[...r]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}(e,r,a):"style"===t?function(e,t,n){const r=e.style,o=cc(n);let i=!1;if(n&&!o){if(t)if(cc(t))for(const e of t.split(";")){const t=e.slice(0,e.indexOf(":")).trim();null==n[t]&&Bm(r,t,"")}else for(const e in t)null==n[e]&&Bm(r,e,"");for(const e in n)"display"===e&&(i=!0),Bm(r,e,n[e])}else if(o){if(t!==n){const e=r[wm];e&&(n+=";"+e),r.cssText=n,i=xm.test(n)}}else t&&e.removeAttribute("style");vm in e&&(e[vm]=i?r.display:"",e[Am]&&(r.display="none"))}(e,n,r):Ql(t)?ec(t)||function(e,t,n,r,o=null){const i=e[Im]||(e[Im]={}),a=i[t];if(r&&a)a.value=r;else{const[n,s]=function(e){let t;if(Lm.test(e)){let n;for(t={};n=e.match(Lm);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[":"===e[2]?e.slice(3):Cc(e.slice(2)),t]}(t);if(r){const a=i[t]=function(e,t){const n=e=>{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();kd(function(e,t){if(ic(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}(e,n.value),t,5,[e])};return n.value=e,n.attached=$m(),n}(r,o);!function(e,t,n,r){e.addEventListener(t,n,r)}(e,n,a,s)}else a&&(function(e,t,n,r){e.removeEventListener(t,n,r)}(e,n,a,s),i[t]=void 0)}}(e,t,0,r,i):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,n,r){if(r)return"innerHTML"===t||"textContent"===t||!!(t in e&&Mm(t)&&lc(n));if("spellcheck"===t||"draggable"===t||"translate"===t||"autocorrect"===t)return!1;if("sandbox"===t&&"IFRAME"===e.tagName)return!1;if("form"===t)return!1;if("list"===t&&"INPUT"===e.tagName)return!1;if("type"===t&&"TEXTAREA"===e.tagName)return!1;if("width"===t||"height"===t){const t=e.tagName;if("IMG"===t||"VIDEO"===t||"CANVAS"===t||"SOURCE"===t)return!1}return(!Mm(t)||!cc(n))&&t in e}(e,t,r,a))?(Om(e,t,r),e.tagName.includes("-")||"value"!==t&&"checked"!==t&&"selected"!==t||Nm(e,t,r,a,0,"value"!==t)):!e._isVueCE||!/[A-Z]/.test(t)&&cc(r)?("true-value"===t?e._trueValue=r:"false-value"===t&&(e._falseValue=r),Nm(e,t,r,a)):Om(e,bc(t),r,0,t)}},Qh);let Gm;const Wm=(...e)=>{const t=(Gm||(Gm=function(e){return Vf(e)}(qm))).createApp(...e),{mount:n}=t;return t.mount=e=>{const r=function(e){if(cc(e))return document.querySelector(e);return e}(e);if(!r)return;const o=t._component;lc(o)||o.render||o.template||(o.template=r.innerHTML),1===r.nodeType&&(r.textContent="");const i=n(r,!1,function(e){return e instanceof SVGElement?"svg":"function"==typeof MathMLElement&&e instanceof MathMLElement?"mathml":void 0}(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t};var Vm=r(72),Xm=r.n(Vm),Ym=r(825),Km=r.n(Ym),Zm=r(659),Jm=r.n(Zm),Qm=r(56),eg=r.n(Qm),tg=r(540),ng=r.n(tg),rg=r(113),og=r.n(rg),ig=r(112),ag={};ag.styleTagTransform=og(),ag.setAttributes=eg(),ag.insert=Jm().bind(null,"head"),ag.domAPI=Km(),ag.insertStyleElement=ng(),Xm()(ig.A,ag),ig.A&&ig.A.locals&&ig.A.locals;const sg="undefined"!=typeof window&&"undefined"!=typeof document,lg=("undefined"!=typeof WorkerGlobalScope&&(globalThis,WorkerGlobalScope),Object.prototype.toString);function cg(e){return Array.isArray(e)?e:[e]}function ug(e){const t=Object.create(null);return n=>t[n]||(t[n]=e(n))}const dg=/\B([A-Z])/g,pg=(ug((e=>e.replace(dg,"-$1").toLowerCase())),/-(\w)/g);ug((e=>e.replace(pg,((e,t)=>t?t.toUpperCase():""))));const fg=sg?window:void 0;function hg(e){var t;const n=gd(e);return null!==(t=null==n?void 0:n.$el)&&void 0!==t?t:n}function mg(...e){const t=qh((()=>{const t=cg(gd(e[0])).filter((e=>null!=e));return t.every((e=>"string"!=typeof e))?t:void 0}));return Af((()=>{var n,r;return[null!==(n=null===(r=t.value)||void 0===r?void 0:r.map((e=>hg(e))))&&void 0!==n?n:[fg].filter((e=>null!=e)),cg(gd(t.value?e[1]:e[0])),cg(md(t.value?e[2]:e[1])),gd(t.value?e[3]:e[2])]}),(([e,t,n,r],o,i)=>{if(!(null==e?void 0:e.length)||!(null==t?void 0:t.length)||!(null==n?void 0:n.length))return;const a=(l=r,"[object Object]"===lg.call(l)?{...r}:r),s=e.flatMap((e=>t.flatMap((t=>n.map((n=>((e,t,n,r)=>(e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)))(e,t,n,a)))))));var l;i((()=>{s.forEach((e=>e()))}))}),{flush:"post",immediate:!0})}function gg(e){const t=function(){const e=pd(!1),t=Ph();return t&&Bp((()=>{e.value=!0}),t),e}();return qh((()=>(t.value,Boolean(e()))))}function vg(e,t,n={}){const{window:r=fg,...o}=n;let i;const a=gg((()=>r&&"ResizeObserver"in r)),s=()=>{i&&(i.disconnect(),i=void 0)},l=Af(qh((()=>{const t=gd(e);return Array.isArray(t)?t.map((e=>hg(e))):[hg(t)]})),(e=>{if(s(),a.value&&r){i=new ResizeObserver(t);for(const t of e)t&&i.observe(t,o)}}),{immediate:!0,flush:"post"}),c=()=>{s(),l()};return u=c,!!Xc()&&function(e){Gc&&Gc.cleanups.push(e)}(u),{isSupported:a,stop:c};var u}function Ag(e,t={width:0,height:0},n={}){const{window:r=fg,box:o="content-box"}=n,i=qh((()=>{var t;return null===(t=hg(e))||void 0===t||null===(t=t.namespaceURI)||void 0===t?void 0:t.includes("svg")})),a=pd(t.width),s=pd(t.height),{stop:l}=vg(e,(([t])=>{const n="border-box"===o?t.borderBoxSize:"content-box"===o?t.contentBoxSize:t.devicePixelContentBoxSize;if(r&&i.value){const t=hg(e);if(t){const e=t.getBoundingClientRect();a.value=e.width,s.value=e.height}}else if(n){const e=cg(n);a.value=e.reduce(((e,{inlineSize:t})=>e+t),0),s.value=e.reduce(((e,{blockSize:t})=>e+t),0)}else a.value=t.contentRect.width,s.value=t.contentRect.height}),n);!function(e,t=!0,n){!function(e){return e||Ph()}(n)?t?e():Rd(e):Bp(e,n)}((()=>{const n=hg(e);n&&(a.value="offsetWidth"in n?n.offsetWidth:t.width,s.value="offsetHeight"in n?n.offsetHeight:t.height)}));const c=Af((()=>hg(e)),(e=>{a.value=e?t.width:0,s.value=e?t.height:0}));return{width:a,height:s,stop:function(){l(),c()}}}function yg(){return"nc-vue-"+window._nc_vue_element_id++}sg&&window.document,sg&&window.navigator,sg&&window.location,Symbol("vueuse-ssr-width"),"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self,Number.POSITIVE_INFINITY,window._nc_vue_element_id=window._nc_vue_element_id??0;const{entries:bg,setPrototypeOf:wg,isFrozen:Cg,getPrototypeOf:_g,getOwnPropertyDescriptor:Eg}=Object;let{freeze:xg,seal:kg,create:Bg}=Object,{apply:Sg,construct:Tg}="undefined"!=typeof Reflect&&Reflect;xg||(xg=function(e){return e}),kg||(kg=function(e){return e}),Sg||(Sg=function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return e.apply(t,r)}),Tg||(Tg=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return new e(...n)});const Pg=Gg(Array.prototype.forEach),Ng=Gg(Array.prototype.lastIndexOf),Og=Gg(Array.prototype.pop),Ig=Gg(Array.prototype.push),Lg=Gg(Array.prototype.splice),Rg=Gg(String.prototype.toLowerCase),Dg=Gg(String.prototype.toString),$g=Gg(String.prototype.match),Mg=Gg(String.prototype.replace),Fg=Gg(String.prototype.indexOf),jg=Gg(String.prototype.trim),Ug=Gg(Object.prototype.hasOwnProperty),zg=Gg(RegExp.prototype.test),Hg=(qg=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Tg(qg,t)});var qg;function Gg(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return Sg(e,t,r)}}function Wg(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Rg;wg&&wg(e,null);let r=t.length;for(;r--;){let o=t[r];if("string"==typeof o){const e=n(o);e!==o&&(Cg(t)||(t[r]=e),o=e)}e[o]=!0}return e}function Vg(e){for(let t=0;t<e.length;t++)Ug(e,t)||(e[t]=null);return e}function Xg(e){const t=Bg(null);for(const[n,r]of bg(e))Ug(e,n)&&(Array.isArray(r)?t[n]=Vg(r):r&&"object"==typeof r&&r.constructor===Object?t[n]=Xg(r):t[n]=r);return t}function Yg(e,t){for(;null!==e;){const n=Eg(e,t);if(n){if(n.get)return Gg(n.get);if("function"==typeof n.value)return Gg(n.value)}e=_g(e)}return function(){return null}}const Kg=xg(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Zg=xg(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Jg=xg(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Qg=xg(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),ev=xg(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),tv=xg(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),nv=xg(["#text"]),rv=xg(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),ov=xg(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),iv=xg(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),av=xg(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),sv=kg(/\{\{[\w\W]*|[\w\W]*\}\}/gm),lv=kg(/<%[\w\W]*|[\w\W]*%>/gm),cv=kg(/\$\{[\w\W]*/gm),uv=kg(/^data-[\-\w.\u00B7-\uFFFF]+$/),dv=kg(/^aria-[\-\w]+$/),pv=kg(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),fv=kg(/^(?:\w+script|data):/i),hv=kg(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),mv=kg(/^html$/i),gv=kg(/^[a-z][.\w]*(-[.\w]+)+$/i);var vv=Object.freeze({__proto__:null,ARIA_ATTR:dv,ATTR_WHITESPACE:hv,CUSTOM_ELEMENT:gv,DATA_ATTR:uv,DOCTYPE_NAME:mv,ERB_EXPR:lv,IS_ALLOWED_URI:pv,IS_SCRIPT_OR_DATA:fv,MUSTACHE_EXPR:sv,TMPLIT_EXPR:cv});const Av=function(){return"undefined"==typeof window?null:window};var yv=function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Av();const n=t=>e(t);if(n.version="3.3.0",n.removed=[],!t||!t.document||9!==t.document.nodeType||!t.Element)return n.isSupported=!1,n;let{document:r}=t;const o=r,i=o.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:l,Element:c,NodeFilter:u,NamedNodeMap:d=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:f,trustedTypes:h}=t,m=c.prototype,g=Yg(m,"cloneNode"),v=Yg(m,"remove"),A=Yg(m,"nextSibling"),y=Yg(m,"childNodes"),b=Yg(m,"parentNode");if("function"==typeof s){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let w,C="";const{implementation:_,createNodeIterator:E,createDocumentFragment:x,getElementsByTagName:k}=r,{importNode:B}=o;let S={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};n.isSupported="function"==typeof bg&&"function"==typeof b&&_&&void 0!==_.createHTMLDocument;const{MUSTACHE_EXPR:T,ERB_EXPR:P,TMPLIT_EXPR:N,DATA_ATTR:O,ARIA_ATTR:I,IS_SCRIPT_OR_DATA:L,ATTR_WHITESPACE:R,CUSTOM_ELEMENT:D}=vv;let{IS_ALLOWED_URI:$}=vv,M=null;const F=Wg({},[...Kg,...Zg,...Jg,...ev,...nv]);let j=null;const U=Wg({},[...rv,...ov,...iv,...av]);let z=Object.seal(Bg(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),H=null,q=null;const G=Object.seal(Bg(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let W=!0,V=!0,X=!1,Y=!0,K=!1,Z=!0,J=!1,Q=!1,ee=!1,te=!1,ne=!1,re=!1,oe=!0,ie=!1,ae=!0,se=!1,le={},ce=null;const ue=Wg({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let de=null;const pe=Wg({},["audio","video","img","source","image","track"]);let fe=null;const he=Wg({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),me="http://www.w3.org/1998/Math/MathML",ge="http://www.w3.org/2000/svg",ve="http://www.w3.org/1999/xhtml";let Ae=ve,ye=!1,be=null;const we=Wg({},[me,ge,ve],Dg);let Ce=Wg({},["mi","mo","mn","ms","mtext"]),_e=Wg({},["annotation-xml"]);const Ee=Wg({},["title","style","font","a","script"]);let xe=null;const ke=["application/xhtml+xml","text/html"];let Be=null,Se=null;const Te=r.createElement("form"),Pe=function(e){return e instanceof RegExp||e instanceof Function},Ne=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!Se||Se!==e){if(e&&"object"==typeof e||(e={}),e=Xg(e),xe=-1===ke.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,Be="application/xhtml+xml"===xe?Dg:Rg,M=Ug(e,"ALLOWED_TAGS")?Wg({},e.ALLOWED_TAGS,Be):F,j=Ug(e,"ALLOWED_ATTR")?Wg({},e.ALLOWED_ATTR,Be):U,be=Ug(e,"ALLOWED_NAMESPACES")?Wg({},e.ALLOWED_NAMESPACES,Dg):we,fe=Ug(e,"ADD_URI_SAFE_ATTR")?Wg(Xg(he),e.ADD_URI_SAFE_ATTR,Be):he,de=Ug(e,"ADD_DATA_URI_TAGS")?Wg(Xg(pe),e.ADD_DATA_URI_TAGS,Be):pe,ce=Ug(e,"FORBID_CONTENTS")?Wg({},e.FORBID_CONTENTS,Be):ue,H=Ug(e,"FORBID_TAGS")?Wg({},e.FORBID_TAGS,Be):Xg({}),q=Ug(e,"FORBID_ATTR")?Wg({},e.FORBID_ATTR,Be):Xg({}),le=!!Ug(e,"USE_PROFILES")&&e.USE_PROFILES,W=!1!==e.ALLOW_ARIA_ATTR,V=!1!==e.ALLOW_DATA_ATTR,X=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Y=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,K=e.SAFE_FOR_TEMPLATES||!1,Z=!1!==e.SAFE_FOR_XML,J=e.WHOLE_DOCUMENT||!1,te=e.RETURN_DOM||!1,ne=e.RETURN_DOM_FRAGMENT||!1,re=e.RETURN_TRUSTED_TYPE||!1,ee=e.FORCE_BODY||!1,oe=!1!==e.SANITIZE_DOM,ie=e.SANITIZE_NAMED_PROPS||!1,ae=!1!==e.KEEP_CONTENT,se=e.IN_PLACE||!1,$=e.ALLOWED_URI_REGEXP||pv,Ae=e.NAMESPACE||ve,Ce=e.MATHML_TEXT_INTEGRATION_POINTS||Ce,_e=e.HTML_INTEGRATION_POINTS||_e,z=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&Pe(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(z.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Pe(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(z.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(z.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),K&&(V=!1),ne&&(te=!0),le&&(M=Wg({},nv),j=[],!0===le.html&&(Wg(M,Kg),Wg(j,rv)),!0===le.svg&&(Wg(M,Zg),Wg(j,ov),Wg(j,av)),!0===le.svgFilters&&(Wg(M,Jg),Wg(j,ov),Wg(j,av)),!0===le.mathMl&&(Wg(M,ev),Wg(j,iv),Wg(j,av))),e.ADD_TAGS&&("function"==typeof e.ADD_TAGS?G.tagCheck=e.ADD_TAGS:(M===F&&(M=Xg(M)),Wg(M,e.ADD_TAGS,Be))),e.ADD_ATTR&&("function"==typeof e.ADD_ATTR?G.attributeCheck=e.ADD_ATTR:(j===U&&(j=Xg(j)),Wg(j,e.ADD_ATTR,Be))),e.ADD_URI_SAFE_ATTR&&Wg(fe,e.ADD_URI_SAFE_ATTR,Be),e.FORBID_CONTENTS&&(ce===ue&&(ce=Xg(ce)),Wg(ce,e.FORBID_CONTENTS,Be)),ae&&(M["#text"]=!0),J&&Wg(M,["html","head","body"]),M.table&&(Wg(M,["tbody"]),delete H.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw Hg('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw Hg('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=e.TRUSTED_TYPES_POLICY,C=w.createHTML("")}else void 0===w&&(w=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return e.createPolicy(o,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(h,i)),null!==w&&"string"==typeof C&&(C=w.createHTML(""));xg&&xg(e),Se=e}},Oe=Wg({},[...Zg,...Jg,...Qg]),Ie=Wg({},[...ev,...tv]),Le=function(e){Ig(n.removed,{element:e});try{b(e).removeChild(e)}catch(t){v(e)}},Re=function(e,t){try{Ig(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){Ig(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e)if(te||ne)try{Le(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},De=function(e){let t=null,n=null;if(ee)e="<remove></remove>"+e;else{const t=$g(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===xe&&Ae===ve&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const o=w?w.createHTML(e):e;if(Ae===ve)try{t=(new f).parseFromString(o,xe)}catch(e){}if(!t||!t.documentElement){t=_.createDocument(Ae,"template",null);try{t.documentElement.innerHTML=ye?C:o}catch(e){}}const i=t.body||t.documentElement;return e&&n&&i.insertBefore(r.createTextNode(n),i.childNodes[0]||null),Ae===ve?k.call(t,J?"html":"body")[0]:J?t.documentElement:i},$e=function(e){return E.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Me=function(e){return e instanceof p&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},Fe=function(e){return"function"==typeof l&&e instanceof l};function je(e,t,r){Pg(e,(e=>{e.call(n,t,r,Se)}))}const Ue=function(e){let t=null;if(je(S.beforeSanitizeElements,e,null),Me(e))return Le(e),!0;const r=Be(e.nodeName);if(je(S.uponSanitizeElement,e,{tagName:r,allowedTags:M}),Z&&e.hasChildNodes()&&!Fe(e.firstElementChild)&&zg(/<[/\w!]/g,e.innerHTML)&&zg(/<[/\w!]/g,e.textContent))return Le(e),!0;if(7===e.nodeType)return Le(e),!0;if(Z&&8===e.nodeType&&zg(/<[/\w]/g,e.data))return Le(e),!0;if(!(G.tagCheck instanceof Function&&G.tagCheck(r))&&(!M[r]||H[r])){if(!H[r]&&He(r)){if(z.tagNameCheck instanceof RegExp&&zg(z.tagNameCheck,r))return!1;if(z.tagNameCheck instanceof Function&&z.tagNameCheck(r))return!1}if(ae&&!ce[r]){const t=b(e)||e.parentNode,n=y(e)||e.childNodes;if(n&&t)for(let r=n.length-1;r>=0;--r){const o=g(n[r],!0);o.__removalCount=(e.__removalCount||0)+1,t.insertBefore(o,A(e))}}return Le(e),!0}return e instanceof c&&!function(e){let t=b(e);t&&t.tagName||(t={namespaceURI:Ae,tagName:"template"});const n=Rg(e.tagName),r=Rg(t.tagName);return!!be[e.namespaceURI]&&(e.namespaceURI===ge?t.namespaceURI===ve?"svg"===n:t.namespaceURI===me?"svg"===n&&("annotation-xml"===r||Ce[r]):Boolean(Oe[n]):e.namespaceURI===me?t.namespaceURI===ve?"math"===n:t.namespaceURI===ge?"math"===n&&_e[r]:Boolean(Ie[n]):e.namespaceURI===ve?!(t.namespaceURI===ge&&!_e[r])&&!(t.namespaceURI===me&&!Ce[r])&&!Ie[n]&&(Ee[n]||!Oe[n]):!("application/xhtml+xml"!==xe||!be[e.namespaceURI]))}(e)?(Le(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!zg(/<\/no(script|embed|frames)/i,e.innerHTML)?(K&&3===e.nodeType&&(t=e.textContent,Pg([T,P,N],(e=>{t=Mg(t,e," ")})),e.textContent!==t&&(Ig(n.removed,{element:e.cloneNode()}),e.textContent=t)),je(S.afterSanitizeElements,e,null),!1):(Le(e),!0)},ze=function(e,t,n){if(oe&&("id"===t||"name"===t)&&(n in r||n in Te))return!1;if(V&&!q[t]&&zg(O,t));else if(W&&zg(I,t));else if(G.attributeCheck instanceof Function&&G.attributeCheck(t,e));else if(!j[t]||q[t]){if(!(He(e)&&(z.tagNameCheck instanceof RegExp&&zg(z.tagNameCheck,e)||z.tagNameCheck instanceof Function&&z.tagNameCheck(e))&&(z.attributeNameCheck instanceof RegExp&&zg(z.attributeNameCheck,t)||z.attributeNameCheck instanceof Function&&z.attributeNameCheck(t,e))||"is"===t&&z.allowCustomizedBuiltInElements&&(z.tagNameCheck instanceof RegExp&&zg(z.tagNameCheck,n)||z.tagNameCheck instanceof Function&&z.tagNameCheck(n))))return!1}else if(fe[t]);else if(zg($,Mg(n,R,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==Fg(n,"data:")||!de[e])if(X&&!zg(L,Mg(n,R,"")));else if(n)return!1;return!0},He=function(e){return"annotation-xml"!==e&&$g(e,D)},qe=function(e){je(S.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||Me(e))return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j,forceKeepAttr:void 0};let o=t.length;for(;o--;){const i=t[o],{name:a,namespaceURI:s,value:l}=i,c=Be(a),u=l;let d="value"===a?u:jg(u);if(r.attrName=c,r.attrValue=d,r.keepAttr=!0,r.forceKeepAttr=void 0,je(S.uponSanitizeAttribute,e,r),d=r.attrValue,!ie||"id"!==c&&"name"!==c||(Re(a,e),d="user-content-"+d),Z&&zg(/((--!?|])>)|<\/(style|title|textarea)/i,d)){Re(a,e);continue}if("attributename"===c&&$g(d,"href")){Re(a,e);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){Re(a,e);continue}if(!Y&&zg(/\/>/i,d)){Re(a,e);continue}K&&Pg([T,P,N],(e=>{d=Mg(d,e," ")}));const p=Be(e.nodeName);if(ze(p,c,d)){if(w&&"object"==typeof h&&"function"==typeof h.getAttributeType)if(s);else switch(h.getAttributeType(p,c)){case"TrustedHTML":d=w.createHTML(d);break;case"TrustedScriptURL":d=w.createScriptURL(d)}if(d!==u)try{s?e.setAttributeNS(s,a,d):e.setAttribute(a,d),Me(e)?Le(e):Og(n.removed)}catch(t){Re(a,e)}}else Re(a,e)}je(S.afterSanitizeAttributes,e,null)},Ge=function e(t){let n=null;const r=$e(t);for(je(S.beforeSanitizeShadowDOM,t,null);n=r.nextNode();)je(S.uponSanitizeShadowNode,n,null),Ue(n),qe(n),n.content instanceof a&&e(n.content);je(S.afterSanitizeShadowDOM,t,null)};return n.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,i=null,s=null,c=null;if(ye=!e,ye&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Fe(e)){if("function"!=typeof e.toString)throw Hg("toString is not a function");if("string"!=typeof(e=e.toString()))throw Hg("dirty is not a string, aborting")}if(!n.isSupported)return e;if(Q||Ne(t),n.removed=[],"string"==typeof e&&(se=!1),se){if(e.nodeName){const t=Be(e.nodeName);if(!M[t]||H[t])throw Hg("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof l)r=De("\x3c!----\x3e"),i=r.ownerDocument.importNode(e,!0),1===i.nodeType&&"BODY"===i.nodeName||"HTML"===i.nodeName?r=i:r.appendChild(i);else{if(!te&&!K&&!J&&-1===e.indexOf("<"))return w&&re?w.createHTML(e):e;if(r=De(e),!r)return te?null:re?C:""}r&&ee&&Le(r.firstChild);const u=$e(se?e:r);for(;s=u.nextNode();)Ue(s),qe(s),s.content instanceof a&&Ge(s.content);if(se)return e;if(te){if(ne)for(c=x.call(r.ownerDocument);r.firstChild;)c.appendChild(r.firstChild);else c=r;return(j.shadowroot||j.shadowrootmode)&&(c=B.call(o,c,!0)),c}let d=J?r.outerHTML:r.innerHTML;return J&&M["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&zg(mv,r.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+r.ownerDocument.doctype.name+">\n"+d),K&&Pg([T,P,N],(e=>{d=Mg(d,e," ")})),w&&re?w.createHTML(d):d},n.setConfig=function(){Ne(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Q=!0},n.clearConfig=function(){Se=null,Q=!1},n.isValidAttribute=function(e,t,n){Se||Ne({});const r=Be(e),o=Be(t);return ze(r,o,n)},n.addHook=function(e,t){"function"==typeof t&&Ig(S[e],t)},n.removeHook=function(e,t){if(void 0!==t){const n=Ng(S[e],t);return-1===n?void 0:Lg(S[e],n,1)[0]}return Og(S[e])},n.removeHooks=function(e){S[e]=[]},n.removeAllHooks=function(){S={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},n}(),bv=r(580);function wv(){return globalThis._nc_l10n_language}function Cv(e){return{translations:globalThis._oc_l10n_registry_translations[e]??{},pluralFunction:globalThis._oc_l10n_registry_plural_functions[e]??(e=>e)}}function _v(e,t,n,r,o){const i="object"==typeof n?n:void 0,a="number"==typeof r?r:"number"==typeof n?n:void 0,s={escape:!0,sanitize:!0,..."object"==typeof o?o:"object"==typeof r?r:{}},l=e=>e,c=(s.sanitize?yv.sanitize:l)||l,u=s.escape?bv:l,d=e=>"string"==typeof e||"number"==typeof e;let p=(o?.bundle??Cv(e)).translations[t]||t;return p=Array.isArray(p)?p[0]:p,c("object"==typeof i||void 0!==a?(f=i,h=a,p.replace(/%n/g,""+h).replace(/{([^{}]*)}/g,((e,t)=>{if(void 0===f||!(t in f))return u(e);const n=f[t];return d(n)?u(`${n}`):"object"==typeof n&&d(n.value)?(!1!==n.escape?bv:l)(`${n.value}`):u(e)}))):p);var f,h}globalThis._nc_l10n_locale??="undefined"!=typeof document&&document.documentElement.dataset.locale||Intl.DateTimeFormat().resolvedOptions().locale.replaceAll(/-/g,"_"),globalThis._nc_l10n_language??="undefined"!=typeof document&&document.documentElement.lang||(globalThis.navigator?.language??"en"),globalThis._oc_l10n_registry_translations??={},globalThis._oc_l10n_registry_plural_functions??={};class Ev{bundle;constructor(e){this.bundle={pluralFunction:e,translations:{}}}addTranslations(e){const t=Object.values(e.translations[""]??{}).map((({msgid:e,msgid_plural:t,msgstr:n})=>void 0!==t?[`_${e}_::_${t}_`,n]:[e,n[0]]));this.bundle.translations={...this.bundle.translations,...Object.fromEntries(t)}}gettext(e,t={}){return _v("",e,t,void 0,{bundle:this.bundle})}ngettext(e,t,n,r={}){return function(e,t,n,r,o,i){const a="_"+t+"_::_"+n+"_",s=i?.bundle??Cv(""),l=s.translations[a];if(void 0!==l){const e=l;if(Array.isArray(e))return _v("",e[s.pluralFunction(r)],o,r,i)}return _v("",1===r?t:n,o,r,i)}(0,e,t,n,r,{bundle:this.bundle})}}class xv{debug=!1;language="en";translations={};setLanguage(e){return this.language=e,this}detectLocale(){return this.detectLanguage()}detectLanguage(){return this.setLanguage(wv().replace("-","_"))}addTranslation(e,t){return this.translations[e]=t,this}enableDebugMode(){return this.debug=!0,this}build(){this.debug&&console.debug(`Creating gettext instance for language ${this.language}`);const e=new Ev((e=>function(e,t=wv()){switch("pt-BR"===t&&(t="xbr"),t.length>3&&(t=t.substring(0,t.lastIndexOf("-"))),t){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":default:return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return 1===e?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return 0===e||1===e?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2;case"cs":case"sk":return 1===e?0:e>=2&&e<=4?1:2;case"ga":return 1===e?0:2===e?1:2;case"lt":return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2;case"sl":return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3;case"mk":return e%10==1?0:1;case"mt":return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3;case"lv":return 0===e?0:e%10==1&&e%100!=11?1:2;case"pl":return 1===e?0:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?1:2;case"cy":return 1===e?0:2===e?1:8===e||11===e?2:3;case"ro":return 1===e?0:0===e||e%100>0&&e%100<20?1:2;case"ar":return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5}}(e,this.language)));return this.language in this.translations&&e.addTranslations(this.translations[this.language]),e}}function kv(){return new xv}const Bv=kv().detectLanguage().build(),Sv=(...e)=>Bv.gettext(...e);function Tv(...e){for(const t of e)if(!t.registered){for(const{l:e,t:n}of t){if(e!==wv()||!n)continue;const t=Object.fromEntries(Object.entries(n).map((([e,t])=>[e,{msgid:e,msgid_plural:t.p,msgstr:t.v}])));Bv.addTranslations({translations:{"":t}})}t.registered=!0}}var Pv=r(135),Nv={};Nv.styleTagTransform=og(),Nv.setAttributes=eg(),Nv.insert=Jm().bind(null,"head"),Nv.domAPI=Km(),Nv.insertStyleElement=ng(),Xm()(Pv.A,Nv),Pv.A&&Pv.A.locals&&Pv.A.locals,Object.assign,Array.isArray;let Ov=function(e){return e[e.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",e[e.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",e[e.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",e[e.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",e[e.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",e}({});Symbol(""),Ov.MATCHER_NOT_FOUND,Ov.NAVIGATION_GUARD_REDIRECT,Ov.NAVIGATION_ABORTED,Ov.NAVIGATION_CANCELLED,Ov.NAVIGATION_DUPLICATED;Symbol(""),Symbol("");const Iv=Symbol("");Symbol(""),Symbol("");const[Lv]=window.OC?.config?.version?.split(".")??[],Rv=Number.parseInt(Lv??"32")<32,Dv=(e,t)=>{const n=e.__vccOpts||e;for(const[e,r]of t)n[e]=r;return n},$v={class:"button-vue__wrapper"},Mv={class:"button-vue__icon"},Fv={class:"button-vue__text"},jv=pp({__name:"NcButton",props:{alignment:{default:"center"},ariaLabel:{default:void 0},disabled:{type:Boolean},download:{type:[String,Boolean],default:void 0},href:{default:void 0},pressed:{type:Boolean,default:void 0},size:{default:"normal"},target:{default:"_self"},text:{default:void 0},to:{default:void 0},type:{default:"button"},variant:{default:"secondary"},wide:{type:Boolean}},emits:["click","update:pressed"],setup(e,{emit:t}){const n=e,r=t,o=null!==mf(Iv,null),i=qh((()=>o&&n.to?"RouterLink":n.href?"a":"button")),a=qh((()=>"button"===i.value&&"boolean"==typeof n.pressed)),s=qh((()=>n.pressed?"primary":!1===n.pressed&&"primary"===n.variant?"secondary":n.variant)),l=qh((()=>s.value.startsWith("tertiary"))),c=qh((()=>n.alignment.split("-")[0])),u=qh((()=>n.alignment.includes("-"))),d=mf("NcPopover:trigger:attrs",(()=>({})),!1),p=qh((()=>d())),f=qh((()=>"RouterLink"===i.value?{to:n.to,activeClass:"active"}:"a"===i.value?{href:n.href||"#",target:n.target,rel:"nofollow noreferrer noopener",download:n.download||void 0}:"button"===i.value?{...p.value,"aria-pressed":n.pressed,type:n.type,disabled:n.disabled}:void 0));function h(e){a.value&&r("update:pressed",!n.pressed),r("click",e)}return(e,t)=>(ah(),dh(Fp(i.value),xh({class:["button-vue",[`button-vue--size-${e.size}`,{[`button-vue--${s.value}`]:s.value,"button-vue--tertiary":l.value,"button-vue--wide":e.wide,[`button-vue--${c.value}`]:"center"!==c.value,"button-vue--reverse":u.value,"button-vue--legacy":md(Rv)}]],"aria-label":e.ariaLabel},f.value,{onClick:h}),{default:Vd((()=>[gh("span",$v,[gh("span",Mv,[Hp(e.$slots,"icon",{},void 0,!0)]),gh("span",Fv,[Hp(e.$slots,"default",{},(()=>[bh(Uc(e.text),1)]),!0)])])])),_:3},16,["class","aria-label"]))}}),Uv=Dv(jv,[["__scopeId","data-v-e4697e39"]]);var zv=r(148),Hv={};Hv.styleTagTransform=og(),Hv.setAttributes=eg(),Hv.insert=Jm().bind(null,"head"),Hv.domAPI=Km(),Hv.insertStyleElement=ng(),Xm()(zv.A,Hv),zv.A&&zv.A.locals&&zv.A.locals;const qv=["aria-hidden","aria-label"],Gv={key:0,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Wv=["d"],Vv=["innerHTML"],Xv=pp({__name:"NcIconSvgWrapper",props:{directional:{type:Boolean},inline:{type:Boolean},svg:{default:""},name:{default:void 0},path:{default:""},size:{default:20}},setup(e){Cm((e=>({fb515064:n.value})));const t=e,n=qh((()=>"number"==typeof t.size?`${t.size}px`:t.size)),r=qh((()=>{if(!t.svg||t.path)return;const e=yv.sanitize(t.svg),n=(new DOMParser).parseFromString(e,"image/svg+xml");return n.querySelector("parsererror")?(Vh("SVG is not valid"),""):(n.documentElement.id&&n.documentElement.removeAttribute("id"),n.documentElement.outerHTML)}));return(e,t)=>(ah(),uh("span",{"aria-hidden":e.name?void 0:"true","aria-label":e.name||void 0,class:Dc(["icon-vue",{"icon-vue--directional":e.directional,"icon-vue--inline":e.inline}]),role:"img"},[r.value?(ah(),uh("span",{key:1,innerHTML:r.value},null,8,Vv)):(ah(),uh("svg",Gv,[gh("path",{d:e.path},null,8,Wv)]))],10,qv))}}),Yv=Dv(Xv,[["__scopeId","data-v-aaedb1c3"]]);var Kv=r(808),Zv={};Zv.styleTagTransform=og(),Zv.setAttributes=eg(),Zv.insert=Jm().bind(null,"head"),Zv.domAPI=Km(),Zv.insertStyleElement=ng(),Xm()(Kv.A,Zv),Kv.A&&Kv.A.locals&&Kv.A.locals;const Jv=["aria-label"],Qv=["width","height"],eA=["fill"],tA=["fill"],nA={key:0},rA=pp({__name:"NcLoadingIcon",props:{appearance:{default:"auto"},name:{default:""},size:{default:20}},setup(e){const t=e,n=qh((()=>{const e=["#777","#CCC"];return"light"===t.appearance?e:"dark"===t.appearance?e.reverse():["var(--color-loading-light)","var(--color-loading-dark)"]}));return(e,t)=>(ah(),uh("span",{"aria-label":e.name,role:"img",class:"material-design-icon loading-icon"},[(ah(),uh("svg",{width:e.size,height:e.size,viewBox:"0 0 24 24"},[gh("path",{fill:n.value[0],d:"M12,4V2A10,10 0 1,0 22,12H20A8,8 0 1,1 12,4Z"},null,8,eA),gh("path",{fill:n.value[1],d:"M12,4V2A10,10 0 0,1 22,12H20A8,8 0 0,0 12,4Z"},[e.name?(ah(),uh("title",nA,Uc(e.name),1)):wh("",!0)],8,tA)],8,Qv))],8,Jv))}}),oA=Dv(rA,[["__scopeId","data-v-cf399190"]]);Tv();const iA=pp({__name:"NcDialogButton",props:{callback:{type:Function,default:()=>{}},disabled:{type:Boolean,default:!1},icon:{default:void 0},label:{},type:{default:"button"},variant:{default:"tertiary"}},emits:["click"],setup(e,{emit:t}){const n=e,r=t,o=dd(!1);async function i(e){if(!o.value){o.value=!0;try{const t="reset"!==n.type&&void 0,o=await(n.callback?.())??t;!1!==o&&r("click",e,o)}finally{o.value=!1}}}return(e,t)=>(ah(),dh(md(Uv),{"aria-label":e.label,disabled:e.disabled,type:e.type,variant:e.variant,onClick:i},{icon:Vd((()=>[Hp(e.$slots,"icon",{},(()=>[o.value?(ah(),dh(md(oA),{key:0,name:md(Sv)("Loading …")},null,8,["name"])):void 0!==e.icon?(ah(),dh(md(Yv),{key:1,svg:e.icon},null,8,["svg"])):wh("",!0)]))])),default:Vd((()=>[bh(Uc(e.label)+" ",1)])),_:3},8,["aria-label","disabled","type","variant"]))}});var aA=r(567),sA={};sA.styleTagTransform=og(),sA.setAttributes=eg(),sA.insert=Jm().bind(null,"head"),sA.domAPI=Km(),sA.insertStyleElement=ng(),Xm()(aA.A,sA),aA.A&&aA.A.locals&&aA.A.locals;var lA="M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z",cA="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z",uA=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],dA=uA.join(","),pA="undefined"==typeof Element,fA=pA?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,hA=!pA&&Element.prototype.getRootNode?function(e){var t;return null==e||null===(t=e.getRootNode)||void 0===t?void 0:t.call(e)}:function(e){return null==e?void 0:e.ownerDocument},mA=function(e,t){var n;void 0===t&&(t=!0);var r=null==e||null===(n=e.getAttribute)||void 0===n?void 0:n.call(e,"inert");return""===r||"true"===r||t&&e&&mA(e.parentNode)},gA=function(e,t,n){if(mA(e))return[];var r=Array.prototype.slice.apply(e.querySelectorAll(dA));return t&&fA.call(e,dA)&&r.unshift(e),r.filter(n)},vA=function(e,t,n){for(var r=[],o=Array.from(e);o.length;){var i=o.shift();if(!mA(i,!1))if("SLOT"===i.tagName){var a=i.assignedElements(),s=a.length?a:i.children,l=vA(s,!0,n);n.flatten?r.push.apply(r,l):r.push({scopeParent:i,candidates:l})}else{fA.call(i,dA)&&n.filter(i)&&(t||!e.includes(i))&&r.push(i);var c=i.shadowRoot||"function"==typeof n.getShadowRoot&&n.getShadowRoot(i),u=!mA(c,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(i));if(c&&u){var d=vA(!0===c?i.children:c.children,!0,n);n.flatten?r.push.apply(r,d):r.push({scopeParent:i,candidates:d})}else o.unshift.apply(o,i.children)}}return r},AA=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},yA=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||function(e){var t,n=null==e||null===(t=e.getAttribute)||void 0===t?void 0:t.call(e,"contenteditable");return""===n||"true"===n}(e))&&!AA(e)?0:e.tabIndex},bA=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},wA=function(e){return"INPUT"===e.tagName},CA=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},_A=function(e,t){return!(t.disabled||mA(t)||function(e){return wA(e)&&"hidden"===e.type}(t)||function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("full-native"===n&&"checkVisibility"in e)return!e.checkVisibility({checkOpacity:!1,opacityProperty:!1,contentVisibilityAuto:!0,visibilityProperty:!0,checkVisibilityCSS:!0});if("hidden"===getComputedStyle(e).visibility)return!0;var o=fA.call(e,"details>summary:first-of-type")?e.parentElement:e;if(fA.call(o,"details:not([open]) *"))return!0;if(n&&"full"!==n&&"full-native"!==n&&"legacy-full"!==n){if("non-zero-area"===n)return CA(e)}else{if("function"==typeof r){for(var i=e;e;){var a=e.parentElement,s=hA(e);if(a&&!a.shadowRoot&&!0===r(a))return CA(e);e=e.assignedSlot?e.assignedSlot:a||s===e.ownerDocument?a:s.host}e=i}if(function(e){var t,n,r,o,i=e&&hA(e),a=null===(t=i)||void 0===t?void 0:t.host,s=!1;if(i&&i!==e)for(s=!!(null!==(n=a)&&void 0!==n&&null!==(r=n.ownerDocument)&&void 0!==r&&r.contains(a)||null!=e&&null!==(o=e.ownerDocument)&&void 0!==o&&o.contains(e));!s&&a;){var l,c,u;s=!(null===(c=a=null===(l=i=hA(a))||void 0===l?void 0:l.host)||void 0===c||null===(u=c.ownerDocument)||void 0===u||!u.contains(a))}return s}(e))return!e.getClientRects().length;if("legacy-full"!==n)return!0}return!1}(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!fA.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},EA=function(e,t){return!(function(e){return function(e){return wA(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||hA(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var o=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!o||o===e}(e)}(t)||yA(t)<0||!_A(e,t))},xA=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},kA=function(e){var t=[],n=[];return e.forEach((function(e,r){var o=!!e.scopeParent,i=o?e.scopeParent:e,a=function(e,t){var n=yA(e);return n<0&&t&&!AA(e)?0:n}(i,o),s=o?kA(e.candidates):i;0===a?o?t.push.apply(t,s):t.push(i):n.push({documentOrder:r,tabIndex:a,item:e,isScope:o,content:s})})),n.sort(bA).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(t)},BA=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==fA.call(e,dA)&&EA(t,e)},SA=uA.concat("iframe").join(","),TA=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==fA.call(e,SA)&&_A(t,e)};function PA(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function NA(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function OA(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function IA(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?OA(Object(n),!0).forEach((function(t){NA(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):OA(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var LA=function(e){return"Tab"===(null==e?void 0:e.key)||9===(null==e?void 0:e.keyCode)},RA=function(e){return LA(e)&&!e.shiftKey},DA=function(e){return LA(e)&&e.shiftKey},$A=function(e){return setTimeout(e,0)},MA=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},FA=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},jA=[],UA=function(e,t){var n,r=(null==t?void 0:t.document)||document,o=(null==t?void 0:t.trapStack)||jA,i=IA({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:RA,isKeyBackward:DA},t),a={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},s=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},l=function(e,t){var n="function"==typeof(null==t?void 0:t.composedPath)?t.composedPath():void 0;return a.containerGroups.findIndex((function(t){var r=t.container,o=t.tabbableNodes;return r.contains(e)||(null==n?void 0:n.includes(r))||o.find((function(t){return t===e}))}))},c=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.hasFallback,o=void 0!==n&&n,a=t.params,s=void 0===a?[]:a,l=i[e];if("function"==typeof l&&(l=l.apply(void 0,function(e){return function(e){if(Array.isArray(e))return PA(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return PA(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?PA(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(s))),!0===l&&(l=void 0),!l){if(void 0===l||!1===l)return l;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var c=l;if("string"==typeof l){try{c=r.querySelector(l)}catch(t){throw new Error("`".concat(e,'` appears to be an invalid selector; error="').concat(t.message,'"'))}if(!c&&!o)throw new Error("`".concat(e,"` as selector refers to no known node"))}return c},u=function(){var e=c("initialFocus",{hasFallback:!0});if(!1===e)return!1;if(void 0===e||e&&!TA(e,i.tabbableOptions))if(l(r.activeElement)>=0)e=r.activeElement;else{var t=a.tabbableGroups[0];e=t&&t.firstTabbableNode||c("fallbackFocus")}else null===e&&(e=c("fallbackFocus"));if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},d=function(){if(a.containerGroups=a.containers.map((function(e){var t=function(e,t){var n;return n=(t=t||{}).getShadowRoot?vA([e],t.includeContainer,{filter:EA.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:xA}):gA(e,t.includeContainer,EA.bind(null,t)),kA(n)}(e,i.tabbableOptions),n=function(e,t){return(t=t||{}).getShadowRoot?vA([e],t.includeContainer,{filter:_A.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):gA(e,t.includeContainer,_A.bind(null,t))}(e,i.tabbableOptions),r=t.length>0?t[0]:void 0,o=t.length>0?t[t.length-1]:void 0,a=n.find((function(e){return BA(e)})),s=n.slice().reverse().find((function(e){return BA(e)})),l=!!t.find((function(e){return yA(e)>0}));return{container:e,tabbableNodes:t,focusableNodes:n,posTabIndexesFound:l,firstTabbableNode:r,lastTabbableNode:o,firstDomTabbableNode:a,lastDomTabbableNode:s,nextTabbableNode:function(e){var r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=t.indexOf(e);return o<0?r?n.slice(n.indexOf(e)+1).find((function(e){return BA(e)})):n.slice(0,n.indexOf(e)).reverse().find((function(e){return BA(e)})):t[o+(r?1:-1)]}}})),a.tabbableGroups=a.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),a.tabbableGroups.length<=0&&!c("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(a.containerGroups.find((function(e){return e.posTabIndexesFound}))&&a.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},p=function(e){var t=e.activeElement;if(t)return t.shadowRoot&&null!==t.shadowRoot.activeElement?p(t.shadowRoot):t},f=function(e){!1!==e&&e!==p(document)&&(e&&e.focus?(e.focus({preventScroll:!!i.preventScroll}),a.mostRecentlyFocusedNode=e,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(e)&&e.select()):f(u()))},h=function(e){var t=c("setReturnFocus",{params:[e]});return t||!1!==t&&e},m=function(e){var t=e.target,n=e.event,r=e.isBackward,o=void 0!==r&&r;t=t||FA(n),d();var s=null;if(a.tabbableGroups.length>0){var u=l(t,n),p=u>=0?a.containerGroups[u]:void 0;if(u<0)s=o?a.tabbableGroups[a.tabbableGroups.length-1].lastTabbableNode:a.tabbableGroups[0].firstTabbableNode;else if(o){var f=a.tabbableGroups.findIndex((function(e){var n=e.firstTabbableNode;return t===n}));if(f<0&&(p.container===t||TA(t,i.tabbableOptions)&&!BA(t,i.tabbableOptions)&&!p.nextTabbableNode(t,!1))&&(f=u),f>=0){var h=0===f?a.tabbableGroups.length-1:f-1,m=a.tabbableGroups[h];s=yA(t)>=0?m.lastTabbableNode:m.lastDomTabbableNode}else LA(n)||(s=p.nextTabbableNode(t,!1))}else{var g=a.tabbableGroups.findIndex((function(e){var n=e.lastTabbableNode;return t===n}));if(g<0&&(p.container===t||TA(t,i.tabbableOptions)&&!BA(t,i.tabbableOptions)&&!p.nextTabbableNode(t))&&(g=u),g>=0){var v=g===a.tabbableGroups.length-1?0:g+1,A=a.tabbableGroups[v];s=yA(t)>=0?A.firstTabbableNode:A.firstDomTabbableNode}else LA(n)||(s=p.nextTabbableNode(t))}}else s=c("fallbackFocus");return s},g=function(e){var t=FA(e);l(t,e)>=0||(MA(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate}):MA(i.allowOutsideClick,e)||e.preventDefault())},v=function(e){var t=FA(e),n=l(t,e)>=0;if(n||t instanceof Document)n&&(a.mostRecentlyFocusedNode=t);else{var r;e.stopImmediatePropagation();var o=!0;if(a.mostRecentlyFocusedNode)if(yA(a.mostRecentlyFocusedNode)>0){var s=l(a.mostRecentlyFocusedNode),c=a.containerGroups[s].tabbableNodes;if(c.length>0){var d=c.findIndex((function(e){return e===a.mostRecentlyFocusedNode}));d>=0&&(i.isKeyForward(a.recentNavEvent)?d+1<c.length&&(r=c[d+1],o=!1):d-1>=0&&(r=c[d-1],o=!1))}}else a.containerGroups.some((function(e){return e.tabbableNodes.some((function(e){return yA(e)>0}))}))||(o=!1);else o=!1;o&&(r=m({target:a.mostRecentlyFocusedNode,isBackward:i.isKeyBackward(a.recentNavEvent)})),f(r||a.mostRecentlyFocusedNode||u())}a.recentNavEvent=void 0},A=function(e){(i.isKeyForward(e)||i.isKeyBackward(e))&&function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];a.recentNavEvent=e;var n=m({event:e,isBackward:t});n&&(LA(e)&&e.preventDefault(),f(n))}(e,i.isKeyBackward(e))},y=function(e){var t;"Escape"!==(null==(t=e)?void 0:t.key)&&"Esc"!==(null==t?void 0:t.key)&&27!==(null==t?void 0:t.keyCode)||!1===MA(i.escapeDeactivates,e)||(e.preventDefault(),n.deactivate())},b=function(e){var t=FA(e);l(t,e)>=0||MA(i.clickOutsideDeactivates,e)||MA(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},w=function(){if(a.active)return function(e,t){if(e.length>0){var n=e[e.length-1];n!==t&&n._setPausedState(!0)}var r=e.indexOf(t);-1===r||e.splice(r,1),e.push(t)}(o,n),a.delayInitialFocusTimer=i.delayInitialFocus?$A((function(){f(u())})):f(u()),r.addEventListener("focusin",v,!0),r.addEventListener("mousedown",g,{capture:!0,passive:!1}),r.addEventListener("touchstart",g,{capture:!0,passive:!1}),r.addEventListener("click",b,{capture:!0,passive:!1}),r.addEventListener("keydown",A,{capture:!0,passive:!1}),r.addEventListener("keydown",y),n},C=function(){if(a.active)return r.removeEventListener("focusin",v,!0),r.removeEventListener("mousedown",g,!0),r.removeEventListener("touchstart",g,!0),r.removeEventListener("click",b,!0),r.removeEventListener("keydown",A,!0),r.removeEventListener("keydown",y),n},_="undefined"!=typeof window&&"MutationObserver"in window?new MutationObserver((function(e){e.some((function(e){return Array.from(e.removedNodes).some((function(e){return e===a.mostRecentlyFocusedNode}))}))&&f(u())})):void 0,E=function(){_&&(_.disconnect(),a.active&&!a.paused&&a.containers.map((function(e){_.observe(e,{subtree:!0,childList:!0})})))};return n={get active(){return a.active},get paused(){return a.paused},activate:function(e){if(a.active)return this;var t=s(e,"onActivate"),n=s(e,"onPostActivate"),o=s(e,"checkCanFocusTrap");o||d(),a.active=!0,a.paused=!1,a.nodeFocusedBeforeActivation=p(r),null==t||t();var i=function(){o&&d(),w(),E(),null==n||n()};return o?(o(a.containers.concat()).then(i,i),this):(i(),this)},deactivate:function(e){if(!a.active)return this;var t=IA({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(a.delayInitialFocusTimer),a.delayInitialFocusTimer=void 0,C(),a.active=!1,a.paused=!1,E(),function(e,t){var n=e.indexOf(t);-1!==n&&e.splice(n,1),e.length>0&&!e[e.length-1]._isManuallyPaused()&&e[e.length-1]._setPausedState(!1)}(o,n);var r=s(t,"onDeactivate"),l=s(t,"onPostDeactivate"),c=s(t,"checkCanReturnFocus"),u=s(t,"returnFocus","returnFocusOnDeactivate");null==r||r();var d=function(){$A((function(){u&&f(h(a.nodeFocusedBeforeActivation)),null==l||l()}))};return u&&c?(c(h(a.nodeFocusedBeforeActivation)).then(d,d),this):(d(),this)},pause:function(e){return a.active?(a.manuallyPaused=!0,this._setPausedState(!0,e)):this},unpause:function(e){return a.active?(a.manuallyPaused=!1,o[o.length-1]!==this?this:this._setPausedState(!1,e)):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return a.containers=t.map((function(e){return"string"==typeof e?r.querySelector(e):e})),a.active&&d(),E(),this}},Object.defineProperties(n,{_isManuallyPaused:{value:function(){return a.manuallyPaused}},_setPausedState:{value:function(e,t){if(a.paused===e)return this;if(a.paused=e,e){var n=s(t,"onPause"),r=s(t,"onPostPause");null==n||n(),C(),E(),null==r||r()}else{var o=s(t,"onUnpause"),i=s(t,"onPostUnpause");null==o||o(),d(),w(),E(),null==i||i()}return this}}}),n.updateContainerElements(e),n};const zA=["aria-hidden","aria-label"],HA=["fill","width","height"],qA={d:"M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"},GA={key:0},WA=Dv({name:"CloseIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},[["render",function(e,t,n,r,o,i){return ah(),uh("span",xh(e.$attrs,{"aria-hidden":n.title?null:"true","aria-label":n.title,class:"material-design-icon close-icon",role:"img",onClick:t[0]||(t[0]=t=>e.$emit("click",t))}),[(ah(),uh("svg",{fill:n.fillColor,class:"material-design-icon__svg",width:n.size,height:n.size,viewBox:"0 0 24 24"},[gh("path",qA,[n.title?(ah(),uh("title",GA,Uc(n.title),1)):wh("",!0)])],8,HA))],16,zA)}]]);function VA(){return window._nc_focus_trap??=[],window._nc_focus_trap}var XA=r(107),YA={};YA.styleTagTransform=og(),YA.setAttributes=eg(),YA.insert=Jm().bind(null,"head"),YA.domAPI=Km(),YA.insertStyleElement=ng(),Xm()(XA.A,YA),XA.A&&XA.A.locals&&XA.A.locals;var KA=r(54),ZA={};ZA.styleTagTransform=og(),ZA.setAttributes=eg(),ZA.insert=Jm().bind(null,"head"),ZA.domAPI=Km(),ZA.insertStyleElement=ng(),Xm()(KA.A,ZA),KA.A&&KA.A.locals&&KA.A.locals;const JA=["start","end"],QA=["top","right","bottom","left"].reduce(((e,t)=>e.concat(t,t+"-"+JA[0],t+"-"+JA[1])),[]),ey=Math.min,ty=Math.max,ny=(Math.round,Math.floor,{left:"right",right:"left",bottom:"top",top:"bottom"}),ry={start:"end",end:"start"};function oy(e,t,n){return ty(e,ey(t,n))}function iy(e,t){return"function"==typeof e?e(t):e}function ay(e){return e.split("-")[0]}function sy(e){return e.split("-")[1]}function ly(e){return"x"===e?"y":"x"}function cy(e){return"y"===e?"height":"width"}const uy=new Set(["top","bottom"]);function dy(e){return uy.has(ay(e))?"y":"x"}function py(e){return ly(dy(e))}function fy(e,t,n){void 0===n&&(n=!1);const r=sy(e),o=py(e),i=cy(o);let a="x"===o?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=yy(a)),[a,yy(a)]}function hy(e){return e.replace(/start|end/g,(e=>ry[e]))}const my=["left","right"],gy=["right","left"],vy=["top","bottom"],Ay=["bottom","top"];function yy(e){return e.replace(/left|right|bottom|top/g,(e=>ny[e]))}function by(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function wy(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function Cy(e,t,n){let{reference:r,floating:o}=e;const i=dy(t),a=py(t),s=cy(a),l=ay(t),c="y"===i,u=r.x+r.width/2-o.width/2,d=r.y+r.height/2-o.height/2,p=r[s]/2-o[s]/2;let f;switch(l){case"top":f={x:u,y:r.y-o.height};break;case"bottom":f={x:u,y:r.y+r.height};break;case"right":f={x:r.x+r.width,y:d};break;case"left":f={x:r.x-o.width,y:d};break;default:f={x:r.x,y:r.y}}switch(sy(t)){case"start":f[a]-=p*(n&&c?-1:1);break;case"end":f[a]+=p*(n&&c?-1:1)}return f}async function _y(e,t){var n;void 0===t&&(t={});const{x:r,y:o,platform:i,rects:a,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=iy(t,e),h=by(f),m=s[p?"floating"===d?"reference":"floating":d],g=wy(await i.getClippingRect({element:null==(n=await(null==i.isElement?void 0:i.isElement(m)))||n?m:m.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(s.floating)),boundary:c,rootBoundary:u,strategy:l})),v="floating"===d?{x:r,y:o,width:a.floating.width,height:a.floating.height}:a.reference,A=await(null==i.getOffsetParent?void 0:i.getOffsetParent(s.floating)),y=await(null==i.isElement?void 0:i.isElement(A))&&await(null==i.getScale?void 0:i.getScale(A))||{x:1,y:1},b=wy(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:v,offsetParent:A,strategy:l}):v);return{top:(g.top-b.top+h.top)/y.y,bottom:(b.bottom-g.bottom+h.bottom)/y.y,left:(g.left-b.left+h.left)/y.x,right:(b.right-g.right+h.right)/y.x}}const Ey=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:i,rects:a,initialPlacement:s,platform:l,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:p,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:m=!0,...g}=iy(e,t);if(null!=(n=i.arrow)&&n.alignmentOffset)return{};const v=ay(o),A=dy(s),y=ay(s)===s,b=await(null==l.isRTL?void 0:l.isRTL(c.floating)),w=p||(y||!m?[yy(s)]:function(e){const t=yy(e);return[hy(e),t,hy(t)]}(s)),C="none"!==h;!p&&C&&w.push(...function(e,t,n,r){const o=sy(e);let i=function(e,t,n){switch(e){case"top":case"bottom":return n?t?gy:my:t?my:gy;case"left":case"right":return t?vy:Ay;default:return[]}}(ay(e),"start"===n,r);return o&&(i=i.map((e=>e+"-"+o)),t&&(i=i.concat(i.map(hy)))),i}(s,m,h,b));const _=[s,...w],E=await _y(t,g),x=[];let k=(null==(r=i.flip)?void 0:r.overflows)||[];if(u&&x.push(E[v]),d){const e=fy(o,a,b);x.push(E[e[0]],E[e[1]])}if(k=[...k,{placement:o,overflows:x}],!x.every((e=>e<=0))){var B,S;const e=((null==(B=i.flip)?void 0:B.index)||0)+1,t=_[e];if(t&&("alignment"!==d||A===dy(t)||k.every((e=>dy(e.placement)!==A||e.overflows[0]>0))))return{data:{index:e,overflows:k},reset:{placement:t}};let n=null==(S=k.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:S.placement;if(!n)switch(f){case"bestFit":{var T;const e=null==(T=k.filter((e=>{if(C){const t=dy(e.placement);return t===A||"y"===t}return!0})).map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:T[0];e&&(n=e);break}case"initialPlacement":n=s}if(o!==n)return{reset:{placement:n}}}return{}}}},xy=new Set(["left","top"]);function ky(e){var t;return(null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function By(e){return ky(e).getComputedStyle(e)}const Sy=Math.min,Ty=Math.max,Py=Math.round;function Ny(e){const t=By(e);let n=parseFloat(t.width),r=parseFloat(t.height);const o=e.offsetWidth,i=e.offsetHeight,a=Py(n)!==o||Py(r)!==i;return a&&(n=o,r=i),{width:n,height:r,fallback:a}}function Oy(e){return $y(e)?(e.nodeName||"").toLowerCase():""}let Iy;function Ly(){if(Iy)return Iy;const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?(Iy=e.brands.map((e=>e.brand+"/"+e.version)).join(" "),Iy):navigator.userAgent}function Ry(e){return e instanceof ky(e).HTMLElement}function Dy(e){return e instanceof ky(e).Element}function $y(e){return e instanceof ky(e).Node}function My(e){return"undefined"!=typeof ShadowRoot&&(e instanceof ky(e).ShadowRoot||e instanceof ShadowRoot)}function Fy(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=By(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function jy(e){return["table","td","th"].includes(Oy(e))}function Uy(e){const t=/firefox/i.test(Ly()),n=By(e),r=n.backdropFilter||n.WebkitBackdropFilter;return"none"!==n.transform||"none"!==n.perspective||!!r&&"none"!==r||t&&"filter"===n.willChange||t&&!!n.filter&&"none"!==n.filter||["transform","perspective"].some((e=>n.willChange.includes(e)))||["paint","layout","strict","content"].some((e=>{const t=n.contain;return null!=t&&t.includes(e)}))}function zy(){return!/^((?!chrome|android).)*safari/i.test(Ly())}function Hy(e){return["html","body","#document"].includes(Oy(e))}function qy(e){return Dy(e)?e:e.contextElement}const Gy={x:1,y:1};function Wy(e){const t=qy(e);if(!Ry(t))return Gy;const n=t.getBoundingClientRect(),{width:r,height:o,fallback:i}=Ny(t);let a=(i?Py(n.width):n.width)/r,s=(i?Py(n.height):n.height)/o;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}function Vy(e,t,n,r){var o,i;void 0===t&&(t=!1),void 0===n&&(n=!1);const a=e.getBoundingClientRect(),s=qy(e);let l=Gy;t&&(r?Dy(r)&&(l=Wy(r)):l=Wy(e));const c=s?ky(s):window,u=!zy()&&n;let d=(a.left+(u&&(null==(o=c.visualViewport)?void 0:o.offsetLeft)||0))/l.x,p=(a.top+(u&&(null==(i=c.visualViewport)?void 0:i.offsetTop)||0))/l.y,f=a.width/l.x,h=a.height/l.y;if(s){const e=ky(s),t=r&&Dy(r)?ky(r):r;let n=e.frameElement;for(;n&&r&&t!==e;){const e=Wy(n),t=n.getBoundingClientRect(),r=getComputedStyle(n);t.x+=(n.clientLeft+parseFloat(r.paddingLeft))*e.x,t.y+=(n.clientTop+parseFloat(r.paddingTop))*e.y,d*=e.x,p*=e.y,f*=e.x,h*=e.y,d+=t.x,p+=t.y,n=ky(n).frameElement}}return{width:f,height:h,top:p,right:d+f,bottom:p+h,left:d,x:d,y:p}}function Xy(e){return(($y(e)?e.ownerDocument:e.document)||window.document).documentElement}function Yy(e){return Dy(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ky(e){return Vy(Xy(e)).left+Yy(e).scrollLeft}function Zy(e){if("html"===Oy(e))return e;const t=e.assignedSlot||e.parentNode||My(e)&&e.host||Xy(e);return My(t)?t.host:t}function Jy(e){const t=Zy(e);return Hy(t)?t.ownerDocument.body:Ry(t)&&Fy(t)?t:Jy(t)}function Qy(e,t){var n;void 0===t&&(t=[]);const r=Jy(e),o=r===(null==(n=e.ownerDocument)?void 0:n.body),i=ky(r);return o?t.concat(i,i.visualViewport||[],Fy(r)?r:[]):t.concat(r,Qy(r))}function eb(e,t,n){return"viewport"===t?wy(function(e,t){const n=ky(e),r=Xy(e),o=n.visualViewport;let i=r.clientWidth,a=r.clientHeight,s=0,l=0;if(o){i=o.width,a=o.height;const e=zy();(e||!e&&"fixed"===t)&&(s=o.offsetLeft,l=o.offsetTop)}return{width:i,height:a,x:s,y:l}}(e,n)):Dy(t)?wy(function(e,t){const n=Vy(e,!0,"fixed"===t),r=n.top+e.clientTop,o=n.left+e.clientLeft,i=Ry(e)?Wy(e):{x:1,y:1};return{width:e.clientWidth*i.x,height:e.clientHeight*i.y,x:o*i.x,y:r*i.y}}(t,n)):wy(function(e){const t=Xy(e),n=Yy(e),r=e.ownerDocument.body,o=Ty(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=Ty(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+Ky(e);const s=-n.scrollTop;return"rtl"===By(r).direction&&(a+=Ty(t.clientWidth,r.clientWidth)-o),{width:o,height:i,x:a,y:s}}(Xy(e)))}function tb(e){return Ry(e)&&"fixed"!==By(e).position?e.offsetParent:null}function nb(e){const t=ky(e);let n=tb(e);for(;n&&jy(n)&&"static"===By(n).position;)n=tb(n);return n&&("html"===Oy(n)||"body"===Oy(n)&&"static"===By(n).position&&!Uy(n))?t:n||function(e){let t=Zy(e);for(;Ry(t)&&!Hy(t);){if(Uy(t))return t;t=Zy(t)}return null}(e)||t}function rb(e,t,n){const r=Ry(t),o=Xy(t),i=Vy(e,!0,"fixed"===n,t);let a={scrollLeft:0,scrollTop:0};const s={x:0,y:0};if(r||!r&&"fixed"!==n)if(("body"!==Oy(t)||Fy(o))&&(a=Yy(t)),Ry(t)){const e=Vy(t,!0);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else o&&(s.x=Ky(o));return{x:i.left+a.scrollLeft-s.x,y:i.top+a.scrollTop-s.y,width:i.width,height:i.height}}const ob={getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const i="clippingAncestors"===n?function(e,t){const n=t.get(e);if(n)return n;let r=Qy(e).filter((e=>Dy(e)&&"body"!==Oy(e))),o=null;const i="fixed"===By(e).position;let a=i?Zy(e):e;for(;Dy(a)&&!Hy(a);){const e=By(a),t=Uy(a);(i?t||o:t||"static"!==e.position||!o||!["absolute","fixed"].includes(o.position))?o=e:r=r.filter((e=>e!==a)),a=Zy(a)}return t.set(e,r),r}(t,this._c):[].concat(n),a=[...i,r],s=a[0],l=a.reduce(((e,n)=>{const r=eb(t,n,o);return e.top=Ty(r.top,e.top),e.right=Sy(r.right,e.right),e.bottom=Sy(r.bottom,e.bottom),e.left=Ty(r.left,e.left),e}),eb(t,s,o));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:r}=e;const o=Ry(n),i=Xy(n);if(n===i)return t;let a={scrollLeft:0,scrollTop:0},s={x:1,y:1};const l={x:0,y:0};if((o||!o&&"fixed"!==r)&&(("body"!==Oy(n)||Fy(i))&&(a=Yy(n)),Ry(n))){const e=Vy(n);s=Wy(n),l.x=e.x+n.clientLeft,l.y=e.y+n.clientTop}return{width:t.width*s.x,height:t.height*s.y,x:t.x*s.x-a.scrollLeft*s.x+l.x,y:t.y*s.y-a.scrollTop*s.y+l.y}},isElement:Dy,getDimensions:function(e){return Ry(e)?Ny(e):e.getBoundingClientRect()},getOffsetParent:nb,getDocumentElement:Xy,getScale:Wy,async getElementRects(e){let{reference:t,floating:n,strategy:r}=e;const o=this.getOffsetParent||nb,i=this.getDimensions;return{reference:rb(t,await o(n),r),floating:{x:0,y:0,...await i(n)}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>"rtl"===By(e).direction},ib={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:150,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,autoHideOnMousedown:!1,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:e=>[...e,"click"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:"..."},dropdown:{placement:"bottom",triggers:["click"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:"dropdown",triggers:["hover","focus"],popperTriggers:["hover"],delay:{show:0,hide:400}}}};function ab(e,t){let n,r=ib.themes[e]||{};do{n=r[t],typeof n>"u"?r.$extend?r=ib.themes[r.$extend]||{}:(r=null,n=ib[t]):r=null}while(r);return n}function sb(e){const t=[e];let n=ib.themes[e]||{};do{n.$extend?(t.push(n.$extend),n=ib.themes[n.$extend]||{}):n=null}while(n);return t}let lb=!1;if(typeof window<"u"){lb=!1;try{const e=Object.defineProperty({},"passive",{get(){lb=!0}});window.addEventListener("test",null,e)}catch{}}let cb=!1;typeof window<"u"&&typeof navigator<"u"&&(cb=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const ub=["auto","top","bottom","left","right"].reduce(((e,t)=>e.concat([t,`${t}-start`,`${t}-end`])),[]),db={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart",pointer:"pointerdown"},pb={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend",pointer:"pointerup"};function fb(e,t){const n=e.indexOf(t);-1!==n&&e.splice(n,1)}function hb(){return new Promise((e=>requestAnimationFrame((()=>{requestAnimationFrame(e)}))))}const mb=[];let gb=null;const vb={};function Ab(e){let t=vb[e];return t||(t=vb[e]=[]),t}let yb=function(){};function bb(e){return function(t){return ab(t.theme,e)}}typeof window<"u"&&(yb=window.Element);const wb="__floating-vue__popper",Cb=()=>pp({name:"VPopper",provide(){return{[wb]:{parentPopper:this}}},inject:{[wb]:{default:null}},props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,default:null},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:bb("disabled")},positioningDisabled:{type:Boolean,default:bb("positioningDisabled")},placement:{type:String,default:bb("placement"),validator:e=>ub.includes(e)},delay:{type:[String,Number,Object],default:bb("delay")},distance:{type:[Number,String],default:bb("distance")},skidding:{type:[Number,String],default:bb("skidding")},triggers:{type:Array,default:bb("triggers")},showTriggers:{type:[Array,Function],default:bb("showTriggers")},hideTriggers:{type:[Array,Function],default:bb("hideTriggers")},popperTriggers:{type:Array,default:bb("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:bb("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:bb("popperHideTriggers")},container:{type:[String,Object,yb,Boolean],default:bb("container")},boundary:{type:[String,yb],default:bb("boundary")},strategy:{type:String,validator:e=>["absolute","fixed"].includes(e),default:bb("strategy")},autoHide:{type:[Boolean,Function],default:bb("autoHide")},handleResize:{type:Boolean,default:bb("handleResize")},instantMove:{type:Boolean,default:bb("instantMove")},eagerMount:{type:Boolean,default:bb("eagerMount")},popperClass:{type:[String,Array,Object],default:bb("popperClass")},computeTransformOrigin:{type:Boolean,default:bb("computeTransformOrigin")},autoMinSize:{type:Boolean,default:bb("autoMinSize")},autoSize:{type:[Boolean,String],default:bb("autoSize")},autoMaxSize:{type:Boolean,default:bb("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:bb("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:bb("preventOverflow")},overflowPadding:{type:[Number,String],default:bb("overflowPadding")},arrowPadding:{type:[Number,String],default:bb("arrowPadding")},arrowOverflow:{type:Boolean,default:bb("arrowOverflow")},flip:{type:Boolean,default:bb("flip")},shift:{type:Boolean,default:bb("shift")},shiftCrossAxis:{type:Boolean,default:bb("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:bb("noAutoFocus")},disposeTimeout:{type:Number,default:bb("disposeTimeout")}},emits:{show:()=>!0,hide:()=>!0,"update:shown":e=>!0,"apply-show":()=>!0,"apply-hide":()=>!0,"close-group":()=>!0,"close-directive":()=>!0,"auto-hide":()=>!0,resize:()=>!0},data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:"",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},randomId:`popper_${[Math.random(),Date.now()].map((e=>e.toString(36).substring(2,10))).join("_")}`,shownChildren:new Set,lastAutoHide:!0,pendingHide:!1,containsGlobalTarget:!1,isDisposed:!0,mouseDownContains:!1}},computed:{popperId(){return null!=this.ariaId?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:"function"==typeof this.autoHide?this.lastAutoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:{...this.classes,popperClass:this.popperClass},result:this.positioningDisabled?null:this.result,attrs:this.$attrs}},parentPopper(){var e;return null==(e=this[wb])?void 0:e.parentPopper},hasPopperShowTriggerHover(){var e,t;return(null==(e=this.popperTriggers)?void 0:e.includes("hover"))||(null==(t=this.popperShowTriggers)?void 0:t.includes("hover"))}},watch:{shown:"$_autoShowHide",disabled(e){e?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())},triggers:{handler:"$_refreshListeners",deep:!0},positioningDisabled:"$_refreshListeners",...["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce(((e,t)=>(e[t]="$_computePosition",e)),{})},created(){this.autoMinSize&&console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.'),this.autoMaxSize&&console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeUnmount(){this.dispose()},methods:{show({event:e=null,skipDelay:t=!1,force:n=!1}={}){var r,o;null!=(r=this.parentPopper)&&r.lockedChild&&this.parentPopper.lockedChild!==this||(this.pendingHide=!1,(n||!this.disabled)&&((null==(o=this.parentPopper)?void 0:o.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(e,t),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame((()=>{this.$_showFrameLocked=!1}))),this.$emit("update:shown",!0))},hide({event:e=null,skipDelay:t=!1}={}){var n;if(!this.$_hideInProgress){if(this.shownChildren.size>0)return void(this.pendingHide=!0);if(this.hasPopperShowTriggerHover&&this.$_isAimingPopper())return void(this.parentPopper&&(this.parentPopper.lockedChild=this,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer=setTimeout((()=>{this.parentPopper.lockedChild===this&&(this.parentPopper.lockedChild.hide({skipDelay:t}),this.parentPopper.lockedChild=null)}),1e3)));(null==(n=this.parentPopper)?void 0:n.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.pendingHide=!1,this.$_scheduleHide(e,t),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var e;this.isDisposed&&(this.isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=(null==(e=this.referenceNode)?void 0:e.call(this))??this.$el,this.$_targetNodes=this.targetNodes().filter((e=>e.nodeType===e.ELEMENT_NODE)),this.$_popperNode=this.popperNode(),this.$_innerNode=this.$_popperNode.querySelector(".v-popper__inner"),this.$_arrowNode=this.$_popperNode.querySelector(".v-popper__arrow-container"),this.$_swapTargetAttrs("title","data-original-title"),this.$_detachPopperNode(),this.triggers.length&&this.$_addEventListeners(),this.shown&&this.show())},dispose(){this.isDisposed||(this.isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted=!1,this.isShown=!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs("data-original-title","title"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){if(this.isDisposed||this.positioningDisabled)return;const e={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&e.middleware.push(function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:i,placement:a,middlewareData:s}=t,l=await async function(e,t){const{placement:n,platform:r,elements:o}=e,i=await(null==r.isRTL?void 0:r.isRTL(o.floating)),a=ay(n),s=sy(n),l="y"===dy(n),c=xy.has(a)?-1:1,u=i&&l?-1:1,d=iy(t,e);let{mainAxis:p,crossAxis:f,alignmentAxis:h}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&"number"==typeof h&&(f="end"===s?-1*h:h),l?{x:f*u,y:p*c}:{x:p*c,y:f*u}}(t,e);return a===(null==(n=s.offset)?void 0:n.placement)&&null!=(r=s.arrow)&&r.alignmentOffset?{}:{x:o+l.x,y:i+l.y,data:{...l,placement:a}}}}}({mainAxis:this.distance,crossAxis:this.skidding}));const t=this.placement.startsWith("auto");if(t?e.middleware.push(function(e){return void 0===e&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,o;const{rects:i,middlewareData:a,placement:s,platform:l,elements:c}=t,{crossAxis:u=!1,alignment:d,allowedPlacements:p=QA,autoAlignment:f=!0,...h}=iy(e,t),m=void 0!==d||p===QA?function(e,t,n){return(e?[...n.filter((t=>sy(t)===e)),...n.filter((t=>sy(t)!==e))]:n.filter((e=>ay(e)===e))).filter((n=>!e||sy(n)===e||!!t&&hy(n)!==n))}(d||null,f,p):p,g=await _y(t,h),v=(null==(n=a.autoPlacement)?void 0:n.index)||0,A=m[v];if(null==A)return{};const y=fy(A,i,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==A)return{reset:{placement:m[0]}};const b=[g[ay(A)],g[y[0]],g[y[1]]],w=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:A,overflows:b}],C=m[v+1];if(C)return{data:{index:v+1,overflows:w},reset:{placement:C}};const _=w.map((e=>{const t=sy(e.placement);return[e.placement,t&&u?e.overflows.slice(0,2).reduce(((e,t)=>e+t),0):e.overflows[0],e.overflows]})).sort(((e,t)=>e[1]-t[1])),E=_.filter((e=>e[2].slice(0,sy(e[0])?2:3).every((e=>e<=0)))),x=(null==(o=E[0])?void 0:o[0])||_[0][0];return x!==s?{data:{index:v+1,overflows:w},reset:{placement:x}}:{}}}}({alignment:this.placement.split("-")[1]??""})):e.placement=this.placement,this.preventOverflow&&(this.shift&&e.middleware.push(function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:s={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=iy(e,t),c={x:n,y:r},u=await _y(t,l),d=dy(ay(o)),p=ly(d);let f=c[p],h=c[d];if(i){const e="y"===p?"bottom":"right";f=oy(f+u["y"===p?"top":"left"],f,f-u[e])}if(a){const e="y"===d?"bottom":"right";h=oy(h+u["y"===d?"top":"left"],h,h-u[e])}const m=s.fn({...t,[p]:f,[d]:h});return{...m,data:{x:m.x-n,y:m.y-r,enabled:{[p]:i,[d]:a}}}}}}({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!t&&this.flip&&e.middleware.push(Ey({padding:this.overflowPadding,boundary:this.boundary}))),e.middleware.push((e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:i,platform:a,elements:s,middlewareData:l}=t,{element:c,padding:u=0}=iy(e,t)||{};if(null==c)return{};const d=by(u),p={x:n,y:r},f=py(o),h=cy(f),m=await a.getDimensions(c),g="y"===f,v=g?"top":"left",A=g?"bottom":"right",y=g?"clientHeight":"clientWidth",b=i.reference[h]+i.reference[f]-p[f]-i.floating[h],w=p[f]-i.reference[f],C=await(null==a.getOffsetParent?void 0:a.getOffsetParent(c));let _=C?C[y]:0;_&&await(null==a.isElement?void 0:a.isElement(C))||(_=s.floating[y]||i.floating[h]);const E=b/2-w/2,x=_/2-m[h]/2-1,k=ey(d[v],x),B=ey(d[A],x),S=k,T=_-m[h]-B,P=_/2-m[h]/2+E,N=oy(S,P,T),O=!l.arrow&&null!=sy(o)&&P!==N&&i.reference[h]/2-(P<S?k:B)-m[h]/2<0,I=O?P<S?P-S:P-T:0;return{[f]:p[f]+I,data:{[f]:N,centerOffset:P-N-I,...O&&{alignmentOffset:I}},reset:O}}}))({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&e.middleware.push({name:"arrowOverflow",fn:({placement:e,rects:t,middlewareData:n})=>{let r;const{centerOffset:o}=n.arrow;return r=e.startsWith("top")||e.startsWith("bottom")?Math.abs(o)>t.reference.width/2:Math.abs(o)>t.reference.height/2,{data:{overflow:r}}}}),this.autoMinSize||this.autoSize){const t=this.autoSize?this.autoSize:this.autoMinSize?"min":null;e.middleware.push({name:"autoSize",fn:({rects:e,placement:n,middlewareData:r})=>{var o;if(null!=(o=r.autoSize)&&o.skip)return{};let i,a;return n.startsWith("top")||n.startsWith("bottom")?i=e.reference.width:a=e.reference.height,this.$_innerNode.style["min"===t?"minWidth":"max"===t?"maxWidth":"width"]=null!=i?`${i}px`:null,this.$_innerNode.style["min"===t?"minHeight":"max"===t?"maxHeight":"height"]=null!=a?`${a}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,e.middleware.push(function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:i,platform:a,elements:s}=t,{apply:l=()=>{},...c}=iy(e,t),u=await _y(t,c),d=ay(o),p=sy(o),f="y"===dy(o),{width:h,height:m}=i.floating;let g,v;"top"===d||"bottom"===d?(g=d,v=p===(await(null==a.isRTL?void 0:a.isRTL(s.floating))?"start":"end")?"left":"right"):(v=d,g="end"===p?"top":"bottom");const A=m-u.top-u.bottom,y=h-u.left-u.right,b=ey(m-u[g],A),w=ey(h-u[v],y),C=!t.middlewareData.shift;let _=b,E=w;if(null!=(n=t.middlewareData.shift)&&n.enabled.x&&(E=y),null!=(r=t.middlewareData.shift)&&r.enabled.y&&(_=A),C&&!p){const e=ty(u.left,0),t=ty(u.right,0),n=ty(u.top,0),r=ty(u.bottom,0);f?E=h-2*(0!==e||0!==t?e+t:ty(u.left,u.right)):_=m-2*(0!==n||0!==r?n+r:ty(u.top,u.bottom))}await l({...t,availableWidth:E,availableHeight:_});const x=await a.getDimensions(s.floating);return h!==x.width||m!==x.height?{reset:{rects:!0}}:{}}}}({boundary:this.boundary,padding:this.overflowPadding,apply:({availableWidth:e,availableHeight:t})=>{this.$_innerNode.style.maxWidth=null!=e?`${e}px`:null,this.$_innerNode.style.maxHeight=null!=t?`${t}px`:null}})));const n=await((e,t,n)=>{const r=new Map,o={platform:ob,...n},i={...o.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:a}=n,s=i.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:u,y:d}=Cy(c,r,l),p=r,f={},h=0;for(let n=0;n<s.length;n++){const{name:i,fn:m}=s[n],{x:g,y:v,data:A,reset:y}=await m({x:u,y:d,initialPlacement:r,placement:p,strategy:o,middlewareData:f,rects:c,platform:a,elements:{reference:e,floating:t}});u=null!=g?g:u,d=null!=v?v:d,f={...f,[i]:{...f[i],...A}},y&&h<=50&&(h++,"object"==typeof y&&(y.placement&&(p=y.placement),y.rects&&(c=!0===y.rects?await a.getElementRects({reference:e,floating:t,strategy:o}):y.rects),({x:u,y:d}=Cy(c,p,l))),n=-1)}return{x:u,y:d,placement:p,strategy:o,middlewareData:f}})(e,t,{...o,platform:i})})(this.$_referenceNode,this.$_popperNode,e);Object.assign(this.result,{x:n.x,y:n.y,placement:n.placement,strategy:n.strategy,arrow:{...n.middlewareData.arrow,...n.middlewareData.arrowOverflow}})},$_scheduleShow(e,t=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),gb&&this.instantMove&&gb.instantMove&&gb!==this.parentPopper)return gb.$_applyHide(!0),void this.$_applyShow(!0);t?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(e,t=!1){this.shownChildren.size>0?this.pendingHide=!0:(this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(gb=this),t?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide")))},$_computeDelay(e){const t=this.delay;return parseInt(t&&t[e]||t||0)},async $_applyShow(e=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=e,!this.isShown&&(this.$_ensureTeleport(),await hb(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...Qy(this.$_referenceNode),...Qy(this.$_popperNode)],"scroll",(()=>{this.$_computePosition()})))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const e=this.$_referenceNode.getBoundingClientRect(),t=this.$_popperNode.querySelector(".v-popper__wrapper"),n=t.parentNode.getBoundingClientRect(),r=e.x+e.width/2-(n.left+t.offsetLeft),o=e.y+e.height/2-(n.top+t.offsetTop);this.result.transformOrigin=`${r}px ${o}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const e=this.showGroup;if(e){let t;for(let n=0;n<mb.length;n++)t=mb[n],t.showGroup!==e&&(t.hide(),t.$emit("close-group"))}mb.push(this),document.body.classList.add("v-popper--some-open");for(const e of sb(this.theme))Ab(e).push(this),document.body.classList.add(`v-popper--some-open--${e}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await hb(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(e=!1){if(this.shownChildren.size>0)return this.pendingHide=!0,void(this.$_hideInProgress=!1);if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=e,fb(mb,this),0===mb.length&&document.body.classList.remove("v-popper--some-open");for(const e of sb(this.theme)){const t=Ab(e);fb(t,this),0===t.length&&document.body.classList.remove(`v-popper--some-open--${e}`)}gb===this&&(gb=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const t=this.disposeTimeout;null!==t&&(this.$_disposeTimer=setTimeout((()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)}),t)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await hb(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.isDisposed)return;let e=this.container;if("string"==typeof e?e=window.document.querySelector(e):!1===e&&(e=this.$_targetNodes[0].parentNode),!e)throw new Error("No container for popover: "+this.container);e.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const e=e=>{this.isShown&&!this.$_hideInProgress||(e.usedByTooltip=!0,!this.$_preventShow&&this.show({event:e}))};this.$_registerTriggerListeners(this.$_targetNodes,db,this.triggers,this.showTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],db,this.popperTriggers,this.popperShowTriggers,e);const t=e=>{e.usedByTooltip||this.hide({event:e})};this.$_registerTriggerListeners(this.$_targetNodes,pb,this.triggers,this.hideTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],pb,this.popperTriggers,this.popperHideTriggers,t)},$_registerEventListeners(e,t,n){this.$_events.push({targetNodes:e,eventType:t,handler:n}),e.forEach((e=>e.addEventListener(t,n,lb?{passive:!0}:void 0)))},$_registerTriggerListeners(e,t,n,r,o){let i=n;null!=r&&(i="function"==typeof r?r(i):r),i.forEach((n=>{const r=t[n];r&&this.$_registerEventListeners(e,r,o)}))},$_removeEventListeners(e){const t=[];this.$_events.forEach((n=>{const{targetNodes:r,eventType:o,handler:i}=n;e&&e!==o?t.push(n):r.forEach((e=>e.removeEventListener(o,i)))})),this.$_events=t},$_refreshListeners(){this.isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(e,t=!1){this.$_showFrameLocked||(this.hide({event:e}),e.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),t&&(this.$_preventShow=!0,setTimeout((()=>{this.$_preventShow=!1}),300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(e,t){for(const n of this.$_targetNodes){const r=n.getAttribute(e);r&&(n.removeAttribute(e),n.setAttribute(t,r))}},$_applyAttrsToTarget(e){for(const t of this.$_targetNodes)for(const n in e){const r=e[n];null==r?t.removeAttribute(n):t.setAttribute(n,r)}},$_updateParentShownChildren(e){let t=this.parentPopper;for(;t;)e?t.shownChildren.add(this.randomId):(t.shownChildren.delete(this.randomId),t.pendingHide&&t.hide()),t=t.parentPopper},$_isAimingPopper(){const e=this.$_referenceNode.getBoundingClientRect();if(Tb>=e.left&&Tb<=e.right&&Pb>=e.top&&Pb<=e.bottom){const e=this.$_popperNode.getBoundingClientRect(),t=Tb-Bb,n=Pb-Sb,r=e.left+e.width/2-Bb+(e.top+e.height/2)-Sb+e.width+e.height,o=Bb+t*r,i=Sb+n*r;return Nb(Bb,Sb,o,i,e.left,e.top,e.left,e.bottom)||Nb(Bb,Sb,o,i,e.left,e.top,e.right,e.top)||Nb(Bb,Sb,o,i,e.right,e.top,e.right,e.bottom)||Nb(Bb,Sb,o,i,e.left,e.bottom,e.right,e.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});if(typeof document<"u"&&typeof window<"u"){if(cb){const e=!lb||{passive:!0,capture:!0};document.addEventListener("touchstart",(e=>_b(e,!0)),e),document.addEventListener("touchend",(e=>Eb(e,!0)),e)}else window.addEventListener("mousedown",(e=>_b(e,!1)),!0),window.addEventListener("click",(e=>Eb(e,!1)),!0);window.addEventListener("resize",(function(){for(let e=0;e<mb.length;e++)mb[e].$_computePosition()}))}function _b(e,t){if(ib.autoHideOnMousedown)xb(e,t);else for(let t=0;t<mb.length;t++){const n=mb[t];try{n.mouseDownContains=n.popperNode().contains(e.target)}catch{}}}function Eb(e,t){ib.autoHideOnMousedown||xb(e,t)}function xb(e,t){const n={};for(let r=mb.length-1;r>=0;r--){const o=mb[r];try{const r=o.containsGlobalTarget=o.mouseDownContains||o.popperNode().contains(e.target);o.pendingHide=!1,requestAnimationFrame((()=>{if(o.pendingHide=!1,!n[o.randomId]&&kb(o,r,e)){if(o.$_handleGlobalClose(e,t),!e.closeAllPopover&&e.closePopover&&r){let e=o.parentPopper;for(;e;)n[e.randomId]=!0,e=e.parentPopper;return}let i=o.parentPopper;for(;i&&kb(i,i.containsGlobalTarget,e);)i.$_handleGlobalClose(e,t),i=i.parentPopper}}))}catch{}}}function kb(e,t,n){return n.closeAllPopover||n.closePopover&&t||function(e,t){if("function"==typeof e.autoHide){const n=e.autoHide(t);return e.lastAutoHide=n,n}return e.autoHide}(e,n)&&!t}let Bb=0,Sb=0,Tb=0,Pb=0;function Nb(e,t,n,r,o,i,a,s){const l=((a-o)*(t-i)-(s-i)*(e-o))/((s-i)*(n-e)-(a-o)*(r-t)),c=((n-e)*(t-i)-(r-t)*(e-o))/((s-i)*(n-e)-(a-o)*(r-t));return l>=0&&l<=1&&c>=0&&c<=1}typeof window<"u"&&window.addEventListener("mousemove",(e=>{Bb=Tb,Sb=Pb,Tb=e.clientX,Pb=e.clientY}),lb?{passive:!0}:void 0);const Ob=(e,t)=>{const n=e.__vccOpts||e;for(const[e,r]of t)n[e]=r;return n},Ib=Ob({extends:Cb()},[["render",function(e,t,n,r,o,i){return ah(),uh("div",{ref:"reference",class:Dc(["v-popper",{"v-popper--shown":e.slotData.isShown}])},[Hp(e.$slots,"default",$c(Ah(e.slotData)))],2)}]]);let Lb;function Rb(){Rb.init||(Rb.init=!0,Lb=-1!==function(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);if(e.indexOf("Trident/")>0){var n=e.indexOf("rv:");return parseInt(e.substring(n+3,e.indexOf(".",n)),10)}var r=e.indexOf("Edge/");return r>0?parseInt(e.substring(r+5,e.indexOf(".",r)),10):-1}())}var Db={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){Rb(),Rd((()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()}));const e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",Lb&&this.$el.appendChild(e),e.data="about:blank",Lb||this.$el.appendChild(e)},beforeUnmount(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!Lb&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};qd="data-v-b329ee4c";const $b={class:"resize-observer",tabindex:"-1"};qd=null;const Mb=Wd()(((e,t,n,r,o,i)=>(ah(),dh("div",$b))));Db.render=Mb,Db.__scopeId="data-v-b329ee4c",Db.__file="src/components/ResizeObserver.vue";const Fb=(e="theme")=>({computed:{themeClass(){return function(e){const t=[e];let n=ib.themes[e]||{};do{n.$extend&&!n.$resetCss?(t.push(n.$extend),n=ib.themes[n.$extend]||{}):n=null}while(n);return t.map((e=>`v-popper--theme-${e}`))}(this[e])}}}),jb=pp({name:"VPopperContent",components:{ResizeObserver:Db},mixins:[Fb()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx:e=>null==e||isNaN(e)?null:`${e}px`}}),Ub=["id","aria-hidden","tabindex","data-popper-placement"],zb={ref:"inner",class:"v-popper__inner"},Hb=[gh("div",{class:"v-popper__arrow-outer"},null,-1),gh("div",{class:"v-popper__arrow-inner"},null,-1)],qb=Ob(jb,[["render",function(e,t,n,r,o,i){const a=$p("ResizeObserver");return ah(),uh("div",{id:e.popperId,ref:"popover",class:Dc(["v-popper__popper",[e.themeClass,e.classes.popperClass,{"v-popper__popper--shown":e.shown,"v-popper__popper--hidden":!e.shown,"v-popper__popper--show-from":e.classes.showFrom,"v-popper__popper--show-to":e.classes.showTo,"v-popper__popper--hide-from":e.classes.hideFrom,"v-popper__popper--hide-to":e.classes.hideTo,"v-popper__popper--skip-transition":e.skipTransition,"v-popper__popper--arrow-overflow":e.result&&e.result.arrow.overflow,"v-popper__popper--no-positioning":!e.result}]]),style:Nc(e.result?{position:e.result.strategy,transform:`translate3d(${Math.round(e.result.x)}px,${Math.round(e.result.y)}px,0)`}:void 0),"aria-hidden":e.shown?"false":"true",tabindex:e.autoHide?0:void 0,"data-popper-placement":e.result?e.result.placement:void 0,onKeyup:t[2]||(t[2]=Hm((t=>e.autoHide&&e.$emit("hide")),["esc"]))},[gh("div",{class:"v-popper__backdrop",onClick:t[0]||(t[0]=t=>e.autoHide&&e.$emit("hide"))}),gh("div",{class:"v-popper__wrapper",style:Nc(e.result?{transformOrigin:e.result.transformOrigin}:void 0)},[gh("div",zb,[e.mounted?(ah(),uh(eh,{key:0},[gh("div",null,[Hp(e.$slots,"default")]),e.handleResize?(ah(),dh(a,{key:0,onNotify:t[1]||(t[1]=t=>e.$emit("resize",t))})):wh("",!0)],64)):wh("",!0)],512),gh("div",{ref:"arrow",class:"v-popper__arrow-container",style:Nc(e.result?{left:e.toPx(e.result.arrow.x),top:e.toPx(e.result.arrow.y)}:void 0)},Hb,4)],4)],46,Ub)}]]),Gb={methods:{show(...e){return this.$refs.popper.show(...e)},hide(...e){return this.$refs.popper.hide(...e)},dispose(...e){return this.$refs.popper.dispose(...e)},onResize(...e){return this.$refs.popper.onResize(...e)}}};let Wb=function(){};typeof window<"u"&&(Wb=window.Element);const Vb=Ob(pp({name:"VPopperWrapper",components:{Popper:Ib,PopperContent:qb},mixins:[Gb,Fb("finalTheme")],props:{theme:{type:String,default:null},referenceNode:{type:Function,default:null},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:void 0},positioningDisabled:{type:Boolean,default:void 0},placement:{type:String,default:void 0},delay:{type:[String,Number,Object],default:void 0},distance:{type:[Number,String],default:void 0},skidding:{type:[Number,String],default:void 0},triggers:{type:Array,default:void 0},showTriggers:{type:[Array,Function],default:void 0},hideTriggers:{type:[Array,Function],default:void 0},popperTriggers:{type:Array,default:void 0},popperShowTriggers:{type:[Array,Function],default:void 0},popperHideTriggers:{type:[Array,Function],default:void 0},container:{type:[String,Object,Wb,Boolean],default:void 0},boundary:{type:[String,Wb],default:void 0},strategy:{type:String,default:void 0},autoHide:{type:[Boolean,Function],default:void 0},handleResize:{type:Boolean,default:void 0},instantMove:{type:Boolean,default:void 0},eagerMount:{type:Boolean,default:void 0},popperClass:{type:[String,Array,Object],default:void 0},computeTransformOrigin:{type:Boolean,default:void 0},autoMinSize:{type:Boolean,default:void 0},autoSize:{type:[Boolean,String],default:void 0},autoMaxSize:{type:Boolean,default:void 0},autoBoundaryMaxSize:{type:Boolean,default:void 0},preventOverflow:{type:Boolean,default:void 0},overflowPadding:{type:[Number,String],default:void 0},arrowPadding:{type:[Number,String],default:void 0},arrowOverflow:{type:Boolean,default:void 0},flip:{type:Boolean,default:void 0},shift:{type:Boolean,default:void 0},shiftCrossAxis:{type:Boolean,default:void 0},noAutoFocus:{type:Boolean,default:void 0},disposeTimeout:{type:Number,default:void 0}},emits:{show:()=>!0,hide:()=>!0,"update:shown":e=>!0,"apply-show":()=>!0,"apply-hide":()=>!0,"close-group":()=>!0,"close-directive":()=>!0,"auto-hide":()=>!0,resize:()=>!0},computed:{finalTheme(){return this.theme??this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter((e=>e!==this.$refs.popperContent.$el))}}}),[["render",function(e,t,n,r,o,i){const a=$p("PopperContent"),s=$p("Popper");return ah(),dh(s,xh({ref:"popper"},e.$props,{theme:e.finalTheme,"target-nodes":e.getTargetNodes,"popper-node":()=>e.$refs.popperContent.$el,class:[e.themeClass],onShow:t[0]||(t[0]=()=>e.$emit("show")),onHide:t[1]||(t[1]=()=>e.$emit("hide")),"onUpdate:shown":t[2]||(t[2]=t=>e.$emit("update:shown",t)),onApplyShow:t[3]||(t[3]=()=>e.$emit("apply-show")),onApplyHide:t[4]||(t[4]=()=>e.$emit("apply-hide")),onCloseGroup:t[5]||(t[5]=()=>e.$emit("close-group")),onCloseDirective:t[6]||(t[6]=()=>e.$emit("close-directive")),onAutoHide:t[7]||(t[7]=()=>e.$emit("auto-hide")),onResize:t[8]||(t[8]=()=>e.$emit("resize"))}),{default:Vd((({popperId:t,isShown:n,shouldMountContent:r,skipTransition:o,autoHide:i,show:s,hide:l,handleResize:c,onResize:u,classes:d,result:p})=>[Hp(e.$slots,"default",{shown:n,show:s,hide:l}),vh(a,{ref:"popperContent","popper-id":t,theme:e.finalTheme,shown:n,mounted:r,"skip-transition":o,"auto-hide":i,"handle-resize":c,classes:d,result:p,onHide:l,onResize:u},{default:Vd((()=>[Hp(e.$slots,"popper",{shown:n,hide:l})])),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])])),_:3},16,["theme","target-nodes","popper-node","class"])}]]),Xb={...Vb,name:"VDropdown",vPopperTheme:"dropdown"};pp({name:"VTooltipDirective",components:{Popper:Cb(),PopperContent:qb},mixins:[Gb],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:e=>ab(e.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:e=>ab(e.theme,"loadingContent")},targetNodes:{type:Function,required:!0}},data:()=>({asyncContent:null}),computed:{isContentAsync(){return"function"==typeof this.content},loading(){return this.isContentAsync&&null==this.asyncContent},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId=0},methods:{fetchContent(e){if("function"==typeof this.content&&this.$_isShown&&(e||!this.$_loading&&null==this.asyncContent)){this.asyncContent=null,this.$_loading=!0;const e=++this.$_fetchId,t=this.content(this);t.then?t.then((t=>this.onResult(e,t))):this.onResult(e,t)}},onResult(e,t){e===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=t)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}});const Yb=ib,Kb=Xb,Zb=_i().detectUser().setApp("@nextcloud/vue").build(),Jb=function(){const e=wv();return["ae","ar","arc","arz","bcc","bqi","ckb","dv","fa","glk","ha","he","khw","ks","ku","mzn","nqo","pnb","ps","sd","ug","ur","ur-PK","uz-AF","yi"].includes(e)}(),Qb=pp({name:"NcPopoverTriggerProvider",provide(){return{"NcPopover:trigger:shown":()=>this.shown,"NcPopover:trigger:attrs":()=>this.triggerAttrs}},props:{shown:{type:Boolean,required:!0},popupRole:{type:String,default:void 0}},computed:{triggerAttrs(){return{"aria-haspopup":this.popupRole,"aria-expanded":this.shown.toString()}}},render(){return this.$slots.default?.({attrs:this.triggerAttrs})}}),ew="nc-popover-9";Yb.themes[ew]=structuredClone(Yb.themes.dropdown);const tw=Dv({name:"NcPopover",components:{Dropdown:Kb,NcPopoverTriggerProvider:Qb},props:{boundary:{type:[String,Object],default:""},closeOnClickOutside:{type:Boolean,default:!0},noCloseOnClickOutside:{type:Boolean,default:!1},container:{type:[Boolean,String],default:"body"},delay:{type:[Number,Object],default:0},noFocusTrap:{type:Boolean,default:!1},placement:{type:String,default:"bottom"},popoverBaseClass:{type:String,default:""},popoverTriggers:{type:[Array,Object],default:null},popupRole:{type:String,default:void 0,validator:e=>["menu","listbox","tree","grid","dialog","true"].includes(e)},setReturnFocus:{default:void 0,type:[Boolean,HTMLElement,SVGElement,String,Function]},shown:{type:Boolean,default:!1},triggers:{type:[Array,Object],default:()=>["click"]}},emits:["afterShow","afterHide","update:shown"],setup:()=>({theme:ew}),data(){return{internalShown:this.shown}},computed:{popperTriggers(){if(this.popoverTriggers&&Array.isArray(this.popoverTriggers))return this.popoverTriggers},popperHideTriggers(){if(this.popoverTriggers&&"object"==typeof this.popoverTriggers)return this.popoverTriggers.hide},popperShowTriggers(){if(this.popoverTriggers&&"object"==typeof this.popoverTriggers)return this.popoverTriggers.show},internalTriggers(){if(this.triggers&&Array.isArray(this.triggers))return this.triggers},hideTriggers(){if(this.triggers&&"object"==typeof this.triggers)return this.triggers.hide},showTriggers(){if(this.triggers&&"object"==typeof this.triggers)return this.triggers.show},internalPlacement(){return"start"===this.placement?Jb?"right":"left":"end"===this.placement?Jb?"left":"right":this.placement}},watch:{shown(e){this.internalShown=e},internalShown(e){this.$emit("update:shown",e)}},mounted(){this.checkTriggerA11y()},beforeUnmount(){this.clearFocusTrap(),this.clearEscapeStopPropagation()},methods:{checkTriggerA11y(){window.OC?.debug&&(this.getPopoverTriggerContainerElement().querySelector("[aria-expanded]")||Vh("It looks like you are using a custom button as a <NcPopover> or other popover #trigger. If you are not using <NcButton> as a trigger, you need to bind attrs from the #trigger slot props to your custom button. See <NcPopover> docs for an example."))},removeFloatingVueAriaDescribedBy(){const e=this.getPopoverTriggerContainerElement().querySelectorAll("[data-popper-shown]");for(const t of e)t.removeAttribute("aria-describedby")},getPopoverContentElement(){return this.$refs.popover?.$refs.popperContent?.$el},getPopoverTriggerContainerElement(){return this.$refs.popover?.$refs.popper?.$refs.reference},async useFocusTrap(){if(await this.$nextTick(),this.noFocusTrap)return;const e=this.getPopoverContentElement();e.tabIndex=-1,e&&(this.$focusTrap=UA(e,{escapeDeactivates:!1,allowOutsideClick:!0,setReturnFocus:this.setReturnFocus,trapStack:VA(),fallBackFocus:e}),this.$focusTrap.activate())},clearFocusTrap(e={}){try{this.$focusTrap?.deactivate(e),this.$focusTrap=null}catch(e){Zb.warn("[NcPopover] Failed to clear focus trap",{error:e})}},addEscapeStopPropagation(){const e=this.getPopoverContentElement();e?.addEventListener("keydown",this.stopKeydownEscapeHandler)},clearEscapeStopPropagation(){const e=this.getPopoverContentElement();e?.removeEventListener("keydown",this.stopKeydownEscapeHandler)},stopKeydownEscapeHandler(e){"keydown"===e.type&&"Escape"===e.key&&e.stopPropagation()},async afterShow(){this.getPopoverContentElement().addEventListener("transitionend",(()=>{this.$emit("afterShow")}),{once:!0,passive:!0}),this.removeFloatingVueAriaDescribedBy(),await this.$nextTick(),await this.useFocusTrap(),this.addEscapeStopPropagation()},afterHide(){this.getPopoverContentElement()?.addEventListener("transitionend",(()=>{this.$emit("afterHide")}),{once:!0,passive:!0}),this.clearFocusTrap(),this.clearEscapeStopPropagation()}}},[["render",function(e,t,n,r,o,i){const a=$p("NcPopoverTriggerProvider"),s=$p("Dropdown");return ah(),dh(s,{ref:"popover",shown:o.internalShown,"onUpdate:shown":[t[0]||(t[0]=e=>o.internalShown=e),t[1]||(t[1]=e=>o.internalShown=e)],"arrow-padding":10,"auto-hide":!n.noCloseOnClickOutside&&n.closeOnClickOutside,boundary:n.boundary||void 0,container:n.container,delay:n.delay,distance:10,"handle-resize":"","no-auto-focus":!0,placement:i.internalPlacement,"popper-class":[e.$style.ncPopover,n.popoverBaseClass],"popper-triggers":i.popperTriggers,"popper-hide-triggers":i.popperHideTriggers,"popper-show-triggers":i.popperShowTriggers,theme:r.theme,triggers:i.internalTriggers,"hide-triggers":i.hideTriggers,"show-triggers":i.showTriggers,onApplyShow:i.afterShow,onApplyHide:i.afterHide},{popper:Vd((t=>[Hp(e.$slots,"default",$c(Ah(t)))])),default:Vd((()=>[vh(a,{shown:o.internalShown,"popup-role":n.popupRole},{default:Vd((t=>[Hp(e.$slots,"trigger",$c(Ah(t)))])),_:3},8,["shown","popup-role"])])),_:3},8,["shown","auto-hide","boundary","container","delay","placement","popper-class","popper-triggers","popper-hide-triggers","popper-show-triggers","theme","triggers","hide-triggers","show-triggers","onApplyShow","onApplyHide"])}],["__cssModules",{$style:{"material-design-icon":"_material-design-icon_wpltc_12",ncPopover:"_ncPopover_wpltc_20"}}]]),nw=Symbol.for("NcActions:isSemanticMenu"),rw=Symbol.for("NcActions:closeMenu"),ow=["aria-hidden","aria-label"],iw=["fill","width","height"],aw={d:"M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z"},sw={key:0},lw=Dv({name:"DotsHorizontalIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},[["render",function(e,t,n,r,o,i){return ah(),uh("span",xh(e.$attrs,{"aria-hidden":n.title?null:"true","aria-label":n.title,class:"material-design-icon dots-horizontal-icon",role:"img",onClick:t[0]||(t[0]=t=>e.$emit("click",t))}),[(ah(),uh("svg",{fill:n.fillColor,class:"material-design-icon__svg",width:n.size,height:n.size,viewBox:"0 0 24 24"},[gh("path",aw,[n.title?(ah(),uh("title",sw,Uc(n.title),1)):wh("",!0)])],8,iw))],16,ow)}]]);function cw(e){return Array.isArray(e)&&e.some((e=>{if(null===e)return!1;if("object"==typeof e){const t=e;if(t.type===nh)return!1;if(t.type===eh&&!cw(t.children))return!1;if(t.type===th&&!t.children.trim())return!1}return!0}))}Tv([{l:"ar",t:{Actions:{v:["إجراءات"]}}},{l:"ast",t:{Actions:{v:["Aiciones"]}}},{l:"br",t:{Actions:{v:["Oberioù"]}}},{l:"ca",t:{Actions:{v:["Accions"]}}},{l:"cs",t:{Actions:{v:["Akce"]}}},{l:"cs-CZ",t:{Actions:{v:["Akce"]}}},{l:"da",t:{Actions:{v:["Handlinger"]}}},{l:"de",t:{Actions:{v:["Aktionen"]}}},{l:"de-DE",t:{Actions:{v:["Aktionen"]}}},{l:"el",t:{Actions:{v:["Ενέργειες"]}}},{l:"en-GB",t:{Actions:{v:["Actions"]}}},{l:"eo",t:{Actions:{v:["Agoj"]}}},{l:"es",t:{Actions:{v:["Acciones"]}}},{l:"es-AR",t:{Actions:{v:["Acciones"]}}},{l:"es-EC",t:{Actions:{v:["Acciones"]}}},{l:"es-MX",t:{Actions:{v:["Acciones"]}}},{l:"et-EE",t:{Actions:{v:["Tegevus"]}}},{l:"eu",t:{Actions:{v:["Ekintzak"]}}},{l:"fa",t:{Actions:{v:["کنشها"]}}},{l:"fi",t:{Actions:{v:["Toiminnot"]}}},{l:"fr",t:{Actions:{v:["Actions"]}}},{l:"ga",t:{Actions:{v:["Gníomhartha"]}}},{l:"gl",t:{Actions:{v:["Accións"]}}},{l:"he",t:{Actions:{v:["פעולות"]}}},{l:"hu",t:{Actions:{v:["Műveletek"]}}},{l:"id",t:{Actions:{v:["Tindakan"]}}},{l:"is",t:{Actions:{v:["Aðgerðir"]}}},{l:"it",t:{Actions:{v:["Azioni"]}}},{l:"ja",t:{Actions:{v:["操作"]}}},{l:"ja-JP",t:{Actions:{v:["操作"]}}},{l:"ko",t:{Actions:{v:["동작"]}}},{l:"lt-LT",t:{Actions:{v:["Veiksmai"]}}},{l:"lv",t:{}},{l:"mk",t:{Actions:{v:["Акции"]}}},{l:"my",t:{Actions:{v:["လုပ်ဆောင်ချက်များ"]}}},{l:"nb",t:{Actions:{v:["Handlinger"]}}},{l:"nl",t:{Actions:{v:["Acties"]}}},{l:"oc",t:{Actions:{v:["Accions"]}}},{l:"pl",t:{Actions:{v:["Działania"]}}},{l:"pt-BR",t:{Actions:{v:["Ações"]}}},{l:"pt-PT",t:{Actions:{v:["Ações"]}}},{l:"ro",t:{Actions:{v:["Acțiuni"]}}},{l:"ru",t:{Actions:{v:["Действия "]}}},{l:"sk",t:{Actions:{v:["Akcie"]}}},{l:"sl",t:{Actions:{v:["Dejanja"]}}},{l:"sr",t:{Actions:{v:["Радње"]}}},{l:"sv",t:{Actions:{v:["Åtgärder"]}}},{l:"tr",t:{Actions:{v:["İşlemler"]}}},{l:"uk",t:{Actions:{v:["Дії"]}}},{l:"uz",t:{Actions:{v:["Harakatlar"]}}},{l:"zh-CN",t:{Actions:{v:["行为"]}}},{l:"zh-HK",t:{Actions:{v:["動作"]}}},{l:"zh-TW",t:{Actions:{v:["動作"]}}}]);const uw={name:"NcActions",components:{NcButton:Uv,NcPopover:tw},provide(){return{[nw]:qh((()=>"menu"===this.actionsMenuSemanticType)),[rw]:this.closeMenu}},props:{open:{type:Boolean,default:!1},manualOpen:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},forceName:{type:Boolean,default:!1},menuName:{type:String,default:null},primary:{type:Boolean,default:!1},defaultIcon:{type:String,default:""},ariaLabel:{type:String,default:Sv("Actions")},placement:{type:String,default:"bottom"},boundariesElement:{type:Element,default:()=>document.getElementById("content-vue")??document.querySelector("body")},container:{type:[Boolean,String,Object,Element],default:"body"},disabled:{type:Boolean,default:!1},inline:{type:Number,default:0},variant:{type:String,validator:e=>["primary","secondary","tertiary","tertiary-no-background","tertiary-on-primary","error","warning","success"].includes(e),default:null},size:{type:String,default:"normal",validator:e=>["small","normal","large"].includes(e)}},emits:["click","blur","focus","close","closed","open","opened","update:open"],setup:()=>({randomId:yg()}),data(){return{opened:this.open,focusIndex:0,actionsMenuSemanticType:"unknown"}},computed:{triggerButtonVariant(){return this.variant||(this.primary?"primary":this.menuName?"secondary":"tertiary")},config(){return{menu:{popupRole:"menu",withArrowNavigation:!0,withTabNavigation:!1,withFocusTrap:!1},navigation:{popupRole:void 0,withArrowNavigation:!1,withTabNavigation:!0,withFocusTrap:!1},dialog:{popupRole:"dialog",withArrowNavigation:!1,withTabNavigation:!0,withFocusTrap:!0},tooltip:{popupRole:void 0,withArrowNavigation:!1,withTabNavigation:!1,withFocusTrap:!1},unknown:{popupRole:void 0,role:void 0,withArrowNavigation:!0,withTabNavigation:!1,withFocusTrap:!0}}[this.actionsMenuSemanticType]},withFocusTrap(){return this.config.withFocusTrap}},watch:{open(e){e!==this.opened&&(this.opened=e)},opened(){this.opened?document.body.addEventListener("keydown",this.handleEscapePressed):document.body.removeEventListener("keydown",this.handleEscapePressed)}},created(){(function(e,t={}){const n=function(){let e=[];return{pause(){e=[...VA()];for(const t of e)t.pause()},unpause(){if(e.length===VA().length)for(const t of e)t.unpause();e=[]}}}();Af(e,(()=>{gd(t.disabled)||(gd(e)?n.pause():n.unpause())})),Np((()=>{n.unpause()}))})((()=>this.opened),{disabled:()=>this.config.withFocusTrap}),"ariaHidden"in this.$attrs&&Vh("[NcActions]: Do not set the ariaHidden attribute as the root element will inherit the incorrect aria-hidden.")},methods:{getActionName:e=>e?.type?.name,isValidSingleAction(e){return["NcActionButton","NcActionLink","NcActionRouter"].includes(this.getActionName(e))},isAction(e){return this.getActionName(e)?.startsWith?.("NcAction")},isIconUrl(e){try{return!!new URL(e,e.startsWith("/")?window.location.origin:void 0)}catch{return!1}},toggleMenu(e){e?this.openMenu():this.closeMenu()},openMenu(){this.opened||(this.opened=!0,this.$emit("update:open",!0),this.$emit("open"))},async closeMenu(e=!0){this.opened&&(await this.$nextTick(),this.opened=!1,this.$refs.popover?.clearFocusTrap({returnFocus:e}),this.$emit("update:open",!1),this.$emit("close"),this.focusIndex=0,e&&this.$refs.triggerButton?.$el.focus())},onOpened(){this.$nextTick((()=>{this.focusFirstAction(null),this.$emit("opened")}))},onClosed(){this.$emit("closed")},getCurrentActiveMenuItemElement(){return this.$refs.menu.querySelector("li.active")},getFocusableMenuItemElements(){return this.$refs.menu.querySelectorAll(".focusable")},onKeydown(e){if("Tab"===e.key){if(this.config.withFocusTrap)return;if(!this.config.withTabNavigation)return void this.closeMenu(!0);e.preventDefault();const t=this.getFocusableMenuItemElements(),n=[...t].indexOf(document.activeElement);if(-1===n)return;const r=e.shiftKey?n-1:n+1;return(r<0||r===t.length)&&this.closeMenu(!0),this.focusIndex=r,void this.focusAction()}this.config.withArrowNavigation&&("ArrowUp"===e.key&&this.focusPreviousAction(e),"ArrowDown"===e.key&&this.focusNextAction(e),"PageUp"===e.key&&this.focusFirstAction(e),"PageDown"===e.key&&this.focusLastAction(e)),this.handleEscapePressed(e)},onTriggerKeydown(e){"Escape"===e.key&&"tooltip"===this.actionsMenuSemanticType&&this.closeMenu()},handleEscapePressed(e){"Escape"===e.key&&(this.closeMenu(),e.preventDefault())},removeCurrentActive(){const e=this.$refs.menu.querySelector("li.active");e&&e.classList.remove("active")},focusAction(){const e=this.getFocusableMenuItemElements()[this.focusIndex];if(e){this.removeCurrentActive();const t=e.closest("li.action");e.focus(),t&&t.classList.add("active")}},focusPreviousAction(e){this.opened&&(0===this.focusIndex?this.focusLastAction(e):(this.preventIfEvent(e),this.focusIndex=this.focusIndex-1),this.focusAction())},focusNextAction(e){if(this.opened){const t=this.getFocusableMenuItemElements().length-1;this.focusIndex===t?this.focusFirstAction(e):(this.preventIfEvent(e),this.focusIndex=this.focusIndex+1),this.focusAction()}},focusFirstAction(e){if(this.opened){this.preventIfEvent(e);const t=[...this.getFocusableMenuItemElements()].findIndex((e=>"true"===e.getAttribute("aria-checked")&&"menuitemradio"===e.getAttribute("role")));this.focusIndex=t>-1?t:0,this.focusAction()}},focusLastAction(e){this.opened&&(this.preventIfEvent(e),this.focusIndex=this.getFocusableMenuItemElements().length-1,this.focusAction())},preventIfEvent(e){e&&(e.preventDefault(),e.stopPropagation())},onFocus(e){this.$emit("focus",e)},onBlur(e){this.$emit("blur",e),"tooltip"===this.actionsMenuSemanticType&&this.$refs.menu&&0===this.getFocusableMenuItemElements().length&&this.closeMenu(!1)},onClick(e){this.$emit("click",e)}},render(){const e=[],t=(e,n)=>{e.forEach((e=>{this.isAction(e)?n.push(e):e.type===eh&&t(e.children,n)}))};if(t(this.$slots.default?.(),e),0===e.length)return;let n=e.filter(this.isValidSingleAction);this.forceMenu&&n.length>0&&this.inline>0&&(Vh("Specifying forceMenu will ignore any inline actions rendering."),n=[]);const r=n.slice(0,this.inline),o=e.filter((e=>!r.includes(e))),i=["NcActionButton","NcActionButtonGroup","NcActionCheckbox","NcActionRadio"],a=["NcActionInput","NcActionTextEditable"],s=["NcActionLink","NcActionRouter"],l=o.some((e=>a.includes(this.getActionName(e)))),c=o.some((e=>i.includes(this.getActionName(e)))),u=o.some((e=>s.includes(this.getActionName(e))));l?this.actionsMenuSemanticType="dialog":c?this.actionsMenuSemanticType="menu":u?this.actionsMenuSemanticType="navigation":e.filter((e=>this.getActionName(e).startsWith("NcAction"))).length===e.length?this.actionsMenuSemanticType="tooltip":this.actionsMenuSemanticType="unknown";const d=e=>{const t=e?.props?.icon,n=e?.children?.icon?.()?.[0]??(this.isIconUrl(t)?Gh("img",{class:"action-item__menutoggle__icon",src:t,alt:""}):Gh("span",{class:["icon",t]})),r=e?.children?.default?.()?.[0]?.children?.trim(),o=this.forceName?r:"";let i=e?.props?.title;this.forceName||i||(i=r);const a={...e?.props??{}},s=["submit","reset"].includes(a.type)?a.modelValue:"button";return delete a.modelValue,delete a.type,Gh(Uv,xh(a,{class:"action-item action-item--single","aria-label":e?.props?.["aria-label"]||r,title:i,disabled:this.disabled||e?.props?.disabled,pressed:e?.props?.modelValue,size:this.size,type:s,variant:this.variant||(o?"secondary":"tertiary"),onFocus:this.onFocus,onBlur:this.onBlur,"onUpdate:pressed":e?.props?.["onUpdate:modelValue"]??(()=>{})}),{default:()=>o,icon:()=>n})},p=e=>{const t=cw(this.$slots.icon?.())?this.$slots.icon?.():this.defaultIcon?Gh("span",{class:["icon",this.defaultIcon]}):Gh(lw,{size:20}),n=`${this.randomId}-trigger`;return Gh(tw,{ref:"popover",delay:0,shown:this.opened,placement:this.placement,boundary:this.boundariesElement,autoBoundaryMaxSize:!0,container:this.container,...this.manualOpen&&{triggers:[]},noCloseOnClickOutside:this.manualOpen,popoverBaseClass:"action-item__popper",popupRole:this.config.popupRole,setReturnFocus:this.config.withFocusTrap?this.$refs.triggerButton?.$el:void 0,noFocusTrap:!this.config.withFocusTrap,"onUpdate:shown":this.toggleMenu,onAfterShow:this.onOpened,onAfterClose:this.onClosed},{trigger:()=>Gh(Uv,{id:n,class:"action-item__menutoggle",disabled:this.disabled,size:this.size,variant:this.triggerButtonVariant,ref:"triggerButton","aria-label":this.menuName?null:this.ariaLabel,"aria-controls":this.opened&&this.config.popupRole?this.randomId:null,onFocus:this.onFocus,onBlur:this.onBlur,onClick:this.onClick,onKeydown:this.onTriggerKeydown},{icon:()=>t,default:()=>this.menuName}),default:()=>Gh("div",{class:{open:this.opened},tabindex:"-1",onKeydown:this.onKeydown,ref:"menu"},[Gh("ul",{id:this.randomId,tabindex:"-1",ref:"menuList",role:this.config.popupRole,"aria-labelledby":n,"aria-modal":"dialog"===this.actionsMenuSemanticType?"true":void 0},[e])])})};return 1!==e.length||1!==n.length||this.forceMenu?(this.$nextTick((()=>{this.opened&&this.$refs.menu&&0===(this.$refs.menu.querySelector("li.active")||[]).length&&this.focusFirstAction()})),r.length>0&&this.inline>0?Gh("div",{class:["action-items",`action-item--${this.triggerButtonVariant}`]},[...r.map(d),o.length>0?Gh("div",{class:["action-item",{"action-item--open":this.opened}]},[p(o)]):null]):Gh("div",{class:["action-item action-item--default-popover",`action-item--${this.triggerButtonVariant}`,{"action-item--open":this.opened}]},[p(e)])):d(e[0])}},dw=Dv(uw,[["__scopeId","data-v-6c109b7a"]]),pw=["aria-hidden","aria-label"],fw=["fill","width","height"],hw={d:"M14,19H18V5H14M6,19H10V5H6V19Z"},mw={key:0},gw=Dv({name:"PauseIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},[["render",function(e,t,n,r,o,i){return ah(),uh("span",xh(e.$attrs,{"aria-hidden":n.title?null:"true","aria-label":n.title,class:"material-design-icon pause-icon",role:"img",onClick:t[0]||(t[0]=t=>e.$emit("click",t))}),[(ah(),uh("svg",{fill:n.fillColor,class:"material-design-icon__svg",width:n.size,height:n.size,viewBox:"0 0 24 24"},[gh("path",hw,[n.title?(ah(),uh("title",mw,Uc(n.title),1)):wh("",!0)])],8,fw))],16,pw)}]]),vw=["aria-hidden","aria-label"],Aw=["fill","width","height"],yw={d:"M8,5.14V19.14L19,12.14L8,5.14Z"},bw={key:0},ww=Dv({name:"PlayIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},[["render",function(e,t,n,r,o,i){return ah(),uh("span",xh(e.$attrs,{"aria-hidden":n.title?null:"true","aria-label":n.title,class:"material-design-icon play-icon",role:"img",onClick:t[0]||(t[0]=t=>e.$emit("click",t))}),[(ah(),uh("svg",{fill:n.fillColor,class:"material-design-icon__svg",width:n.size,height:n.size,viewBox:"0 0 24 24"},[gh("path",yw,[n.title?(ah(),uh("title",bw,Uc(n.title),1)):wh("",!0)])],8,Aw))],16,vw)}]]);function Cw(e,t){let n,r,o,i=t;this.start=function(){o=!0,r=new Date,n=setTimeout(e,i)},this.pause=function(){o=!1,clearTimeout(n),i-=new Date-r},this.clear=function(){o=!1,clearTimeout(n),i=0},this.getTimeLeft=function(){return o&&(this.pause(),this.start()),i},this.getStateRunning=function(){return o},this.start()}Tv([{l:"ar",t:{Close:{v:["إغلاق"]}}},{l:"ast",t:{Close:{v:["Zarrar"]}}},{l:"br",t:{Close:{v:["Serriñ"]}}},{l:"ca",t:{Close:{v:["Tanca"]}}},{l:"cs",t:{Close:{v:["Zavřít"]}}},{l:"cs-CZ",t:{Close:{v:["Zavřít"]}}},{l:"da",t:{Close:{v:["Luk"]}}},{l:"de",t:{Close:{v:["Schließen"]}}},{l:"de-DE",t:{Close:{v:["Schließen"]}}},{l:"el",t:{Close:{v:["Κλείσιμο"]}}},{l:"en-GB",t:{Close:{v:["Close"]}}},{l:"eo",t:{Close:{v:["Fermu"]}}},{l:"es",t:{Close:{v:["Cerrar"]}}},{l:"es-AR",t:{Close:{v:["Cerrar"]}}},{l:"es-EC",t:{Close:{v:["Cerrar"]}}},{l:"es-MX",t:{Close:{v:["Cerrar"]}}},{l:"et-EE",t:{Close:{v:["Sulge"]}}},{l:"eu",t:{Close:{v:["Itxi"]}}},{l:"fa",t:{Close:{v:["بستن"]}}},{l:"fi",t:{Close:{v:["Sulje"]}}},{l:"fr",t:{Close:{v:["Fermer"]}}},{l:"ga",t:{Close:{v:["Dún"]}}},{l:"gl",t:{Close:{v:["Pechar"]}}},{l:"he",t:{Close:{v:["סגירה"]}}},{l:"hu",t:{Close:{v:["Bezárás"]}}},{l:"id",t:{Close:{v:["Tutup"]}}},{l:"is",t:{Close:{v:["Loka"]}}},{l:"it",t:{Close:{v:["Chiudi"]}}},{l:"ja",t:{Close:{v:["閉じる"]}}},{l:"ja-JP",t:{Close:{v:["閉じる"]}}},{l:"ko",t:{Close:{v:["닫기"]}}},{l:"lt-LT",t:{Close:{v:["Užverti"]}}},{l:"lv",t:{Close:{v:["Aizvērt"]}}},{l:"mk",t:{Close:{v:["Затвори"]}}},{l:"my",t:{Close:{v:["ပိတ်ရန်"]}}},{l:"nb",t:{Close:{v:["Lukk"]}}},{l:"nl",t:{Close:{v:["Sluiten"]}}},{l:"oc",t:{Close:{v:["Tampar"]}}},{l:"pl",t:{Close:{v:["Zamknij"]}}},{l:"pt-BR",t:{Close:{v:["Fechar"]}}},{l:"pt-PT",t:{Close:{v:["Fechar"]}}},{l:"ro",t:{Close:{v:["Închideți"]}}},{l:"ru",t:{Close:{v:["Закрыть"]}}},{l:"sk",t:{Close:{v:["Zavrieť"]}}},{l:"sl",t:{Close:{v:["Zapri"]}}},{l:"sr",t:{Close:{v:["Затвори"]}}},{l:"sv",t:{Close:{v:["Stäng"]}}},{l:"tr",t:{Close:{v:["Kapat"]}}},{l:"uk",t:{Close:{v:["Закрити"]}}},{l:"uz",t:{Close:{v:["Yopish"]}}},{l:"zh-CN",t:{Close:{v:["关闭"]}}},{l:"zh-HK",t:{Close:{v:["關閉"]}}},{l:"zh-TW",t:{Close:{v:["關閉"]}}}],[{l:"ar",t:{Next:{v:["التالي"]},"Pause slideshow":{v:["تجميد عرض الشرائح"]},Previous:{v:["السابق"]},"Start slideshow":{v:["إبدإ العرض"]}}},{l:"ast",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Posar la presentación de diapositives"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Aniciar la presentación de diapositives"]}}},{l:"br",t:{Next:{v:["Da heul"]},"Pause slideshow":{v:["Arsav an diaporama"]},Previous:{v:["A-raok"]},"Start slideshow":{v:["Kregiñ an diaporama"]}}},{l:"ca",t:{Next:{v:["Següent"]},"Pause slideshow":{v:["Atura la presentació"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Inicia la presentació"]}}},{l:"cs",t:{Next:{v:["Následující"]},"Pause slideshow":{v:["Pozastavit prezentaci"]},Previous:{v:["Předchozí"]},"Start slideshow":{v:["Spustit prezentaci"]}}},{l:"cs-CZ",t:{Next:{v:["Následující"]},"Pause slideshow":{v:["Pozastavit prezentaci"]},Previous:{v:["Předchozí"]},"Start slideshow":{v:["Spustit prezentaci"]}}},{l:"da",t:{Next:{v:["Videre"]},"Pause slideshow":{v:["Suspender fremvisning"]},Previous:{v:["Forrige"]},"Start slideshow":{v:["Start fremvisning"]}}},{l:"de",t:{Next:{v:["Weiter"]},"Pause slideshow":{v:["Diashow pausieren"]},Previous:{v:["Vorherige"]},"Start slideshow":{v:["Diashow starten"]}}},{l:"de-DE",t:{Next:{v:["Weiter"]},"Pause slideshow":{v:["Diashow pausieren"]},Previous:{v:["Vorherige"]},"Start slideshow":{v:["Diashow starten"]}}},{l:"el",t:{Next:{v:["Επόμενο"]},"Pause slideshow":{v:["Παύση προβολής διαφανειών"]},Previous:{v:["Προηγούμενο"]},"Start slideshow":{v:["Έναρξη προβολής διαφανειών"]}}},{l:"en-GB",t:{Next:{v:["Next"]},"Pause slideshow":{v:["Pause slideshow"]},Previous:{v:["Previous"]},"Start slideshow":{v:["Start slideshow"]}}},{l:"eo",t:{Next:{v:["Sekva"]},"Pause slideshow":{v:["Payzi bildprezenton"]},Previous:{v:["Antaŭa"]},"Start slideshow":{v:["Komenci bildprezenton"]}}},{l:"es",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar la presentación "]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar la presentación"]}}},{l:"es-AR",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar la presentación "]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar la presentación"]}}},{l:"es-EC",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar presentación de diapositivas"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar presentación de diapositivas"]}}},{l:"es-MX",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar presentación de diapositivas"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar presentación de diapositivas"]}}},{l:"et-EE",t:{Next:{v:["Edasi"]},"Pause slideshow":{v:["Slaidiesitluse paus"]},Previous:{v:["Eelmine"]},"Start slideshow":{v:["Alusta slaidiesitust"]}}},{l:"eu",t:{Next:{v:["Hurrengoa"]},"Pause slideshow":{v:["Pausatu diaporama"]},Previous:{v:["Aurrekoa"]},"Start slideshow":{v:["Hasi diaporama"]}}},{l:"fa",t:{Next:{v:["بعدی"]},"Pause slideshow":{v:["توقف نمایش اسلاید"]},Previous:{v:["قبلی"]},"Start slideshow":{v:["شروع نمایش اسلاید"]}}},{l:"fi",t:{Next:{v:["Seuraava"]},"Pause slideshow":{v:["Keskeytä diaesitys"]},Previous:{v:["Edellinen"]},"Start slideshow":{v:["Aloita diaesitys"]}}},{l:"fr",t:{Next:{v:["Suivant"]},"Pause slideshow":{v:["Mettre le diaporama en pause"]},Previous:{v:["Précédent"]},"Start slideshow":{v:["Démarrer le diaporama"]}}},{l:"ga",t:{Next:{v:["Ar aghaidh"]},"Pause slideshow":{v:["Cuir taispeántas sleamhnán ar sos"]},Previous:{v:["Roimhe Seo"]},"Start slideshow":{v:["Tosaigh taispeántas sleamhnán"]}}},{l:"gl",t:{Next:{v:["Seguinte"]},"Pause slideshow":{v:["Pausar o diaporama"]},Previous:{v:["Anterir"]},"Start slideshow":{v:["Iniciar o diaporama"]}}},{l:"he",t:{Next:{v:["הבא"]},"Pause slideshow":{v:["השהיית מצגת"]},Previous:{v:["הקודם"]},"Start slideshow":{v:["התחלת המצגת"]}}},{l:"hu",t:{Next:{v:["Következő"]},"Pause slideshow":{v:["Diavetítés szüneteltetése"]},Previous:{v:["Előző"]},"Start slideshow":{v:["Diavetítés indítása"]}}},{l:"id",t:{Next:{v:["Selanjutnya"]},"Pause slideshow":{v:["Jeda tayangan slide"]},Previous:{v:["Sebelumnya"]},"Start slideshow":{v:["Mulai salindia"]}}},{l:"is",t:{Next:{v:["Næsta"]},"Pause slideshow":{v:["Gera hlé á skyggnusýningu"]},Previous:{v:["Fyrri"]},"Start slideshow":{v:["Byrja skyggnusýningu"]}}},{l:"it",t:{Next:{v:["Successivo"]},"Pause slideshow":{v:["Presentazione in pausa"]},Previous:{v:["Precedente"]},"Start slideshow":{v:["Avvia presentazione"]}}},{l:"ja",t:{Next:{v:["次"]},"Pause slideshow":{v:["スライドショーを一時停止"]},Previous:{v:["前"]},"Start slideshow":{v:["スライドショーを開始"]}}},{l:"ja-JP",t:{Next:{v:["次"]},"Pause slideshow":{v:["スライドショーを一時停止"]},Previous:{v:["前"]},"Start slideshow":{v:["スライドショーを開始"]}}},{l:"ko",t:{Next:{v:["다음"]},"Pause slideshow":{v:["슬라이드쇼 일시정지"]},Previous:{v:["이전"]},"Start slideshow":{v:["슬라이드쇼 시작"]}}},{l:"lt-LT",t:{Next:{v:["Kitas"]},"Pause slideshow":{v:["Pristabdyti skaidrių rodymą"]},Previous:{v:["Ankstesnis"]},"Start slideshow":{v:["Pradėti skaidrių rodymą"]}}},{l:"lv",t:{Next:{v:["Nākamais"]},"Pause slideshow":{v:["Pauzēt slaidrādi"]},Previous:{v:["Iepriekšējais"]},"Start slideshow":{v:["Sākt slaidrādi"]}}},{l:"mk",t:{Next:{v:["Следно"]},"Pause slideshow":{v:["Пузирај слајдшоу"]},Previous:{v:["Предходно"]},"Start slideshow":{v:["Стартувај слајдшоу"]}}},{l:"my",t:{Next:{v:["နောက်သို့ဆက်ရန်"]},"Pause slideshow":{v:["စလိုက်ရှိုး ခေတ္တရပ်ရန်"]},Previous:{v:["ယခင်"]},"Start slideshow":{v:["စလိုက်ရှိုးအား စတင်ရန်"]}}},{l:"nb",t:{Next:{v:["Neste"]},"Pause slideshow":{v:["Pause lysbildefremvisning"]},Previous:{v:["Forrige"]},"Start slideshow":{v:["Start lysbildefremvisning"]}}},{l:"nl",t:{Next:{v:["Volgende"]},"Pause slideshow":{v:["Diavoorstelling pauzeren"]},Previous:{v:["Vorige"]},"Start slideshow":{v:["Diavoorstelling starten"]}}},{l:"oc",t:{Next:{v:["Seguent"]},"Pause slideshow":{v:["Metre en pausa lo diaporama"]},Previous:{v:["Precedent"]},"Start slideshow":{v:["Lançar lo diaporama"]}}},{l:"pl",t:{Next:{v:["Następny"]},"Pause slideshow":{v:["Wstrzymaj pokaz slajdów"]},Previous:{v:["Poprzedni"]},"Start slideshow":{v:["Rozpocznij pokaz slajdów"]}}},{l:"pt-BR",t:{Next:{v:["Próximo"]},"Pause slideshow":{v:["Pausar apresentação de slides"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar apresentação de slides"]}}},{l:"pt-PT",t:{Next:{v:["Seguinte"]},"Pause slideshow":{v:["Pausar diaporama"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar diaporama"]}}},{l:"ro",t:{Next:{v:["Următorul"]},"Pause slideshow":{v:["Pauză prezentare de diapozitive"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Începeți prezentarea de diapozitive"]}}},{l:"ru",t:{Next:{v:["Следующее"]},"Pause slideshow":{v:["Приостановить показ слйдов"]},Previous:{v:["Предыдущее"]},"Start slideshow":{v:["Начать показ слайдов"]}}},{l:"sk",t:{Next:{v:["Ďalej"]},"Pause slideshow":{v:["Pozastaviť prezentáciu"]},Previous:{v:["Predchádzajúce"]},"Start slideshow":{v:["Začať prezentáciu"]}}},{l:"sl",t:{Next:{v:["Naslednji"]},"Pause slideshow":{v:["Ustavi predstavitev"]},Previous:{v:["Predhodni"]},"Start slideshow":{v:["Začni predstavitev"]}}},{l:"sr",t:{Next:{v:["Следеће"]},"Pause slideshow":{v:["Паузирај слајд шоу"]},Previous:{v:["Претходно"]},"Start slideshow":{v:["Покрени слајд шоу"]}}},{l:"sv",t:{Next:{v:["Nästa"]},"Pause slideshow":{v:["Pausa bildspelet"]},Previous:{v:["Föregående"]},"Start slideshow":{v:["Starta bildspelet"]}}},{l:"tr",t:{Next:{v:["Sonraki"]},"Pause slideshow":{v:["Slayt sunumunu duraklat"]},Previous:{v:["Önceki"]},"Start slideshow":{v:["Slayt sunumunu başlat"]}}},{l:"uk",t:{Next:{v:["Вперед"]},"Pause slideshow":{v:["Пауза у показі слайдів"]},Previous:{v:["Назад"]},"Start slideshow":{v:["Почати показ слайдів"]}}},{l:"uz",t:{Next:{v:["Keyingi"]},"Pause slideshow":{v:["Slayd-shouni to'xtatib turish"]},Previous:{v:["Oldingi"]},"Start slideshow":{v:["Slayd-shouni boshlash"]}}},{l:"zh-CN",t:{Next:{v:["下一个"]},"Pause slideshow":{v:["暂停幻灯片"]},Previous:{v:["上一个"]},"Start slideshow":{v:["开始幻灯片"]}}},{l:"zh-HK",t:{Next:{v:["下一個"]},"Pause slideshow":{v:["暫停幻燈片"]},Previous:{v:["上一個"]},"Start slideshow":{v:["開始幻燈片"]}}},{l:"zh-TW",t:{Next:{v:["下一個"]},"Pause slideshow":{v:["暫停幻燈片"]},Previous:{v:["上一個"]},"Start slideshow":{v:["開始幻燈片"]}}}]);const _w={name:"NcModal",components:{Close:WA,Pause:gw,Play:ww,NcActions:dw,NcButton:Uv,NcIconSvgWrapper:Yv},props:{name:{type:String,default:""},hasPrevious:{type:Boolean,default:!1},hasNext:{type:Boolean,default:!1},outTransition:{type:Boolean,default:!1},enableSlideshow:{type:Boolean,default:!1},slideshowDelay:{type:Number,default:5e3},slideshowPaused:{type:Boolean,default:!1},disableSwipe:{type:Boolean,default:!1},spreadNavigation:{type:Boolean,default:!1},size:{type:String,default:"normal",validator:e=>["small","normal","large","full"].includes(e)},noClose:{type:Boolean,default:!1},closeOnClickOutside:{type:Boolean,default:!1},dark:{type:Boolean,default:!1},lightBackdrop:{type:Boolean,default:!1},container:{type:[String,null],default:"body"},closeButtonOutside:{type:Boolean,default:!1},additionalTrapElements:{type:Array,default:()=>[]},inlineActions:{type:Number,default:0},show:{type:Boolean,default:void 0},labelId:{type:String,default:""},setReturnFocus:{default:void 0,type:[Boolean,HTMLElement,SVGElement,String]}},emits:["previous","next","close","update:show"],setup:()=>({mdiChevronLeft:"M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z",mdiChevronRight:"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"}),data:()=>({mc:null,playing:!1,slideshowTimeout:null,iconSize:24,focusTrap:null,randId:yg(),internalShow:!0}),computed:{modalLabelId(){return this.labelId||`modal-name-${this.randId}`},showModal(){return void 0===this.show?this.internalShow:this.show},modalTransitionName(){return"modal-"+(this.outTransition?"out":"in")},playPauseName(){return this.playing?Sv("Pause slideshow"):Sv("Start slideshow")},cssVariables(){return{"--slideshow-duration":this.slideshowDelay+"ms","--icon-size":this.iconSize+"px"}},closeButtonAriaLabel:()=>Sv("Close"),prevButtonAriaLabel:()=>Sv("Previous"),nextButtonAriaLabel:()=>Sv("Next")},watch:{slideshowPaused(e){this.slideshowTimeout&&(e?this.slideshowTimeout.pause():this.slideshowTimeout.start())},additionalTrapElements(e){if(this.focusTrap){const t=this.$refs.mask;this.focusTrap.updateContainerElements([t,...e])}}},beforeMount(){window.addEventListener("keydown",this.handleKeydown)},beforeUnmount(){window.removeEventListener("keydown",this.handleKeydown),this.mc.stop()},mounted(){this.name||this.labelId||Vh("[NcModal] You need either set the name or set a `labelId` for accessibility."),this.useFocusTrap(),this.mc=function(e,t={}){const{threshold:n=50,onSwipe:r,onSwipeEnd:o,onSwipeStart:i,passive:a=!0}=t,s=ed({x:0,y:0}),l=ed({x:0,y:0}),c=qh((()=>s.x-l.x)),u=qh((()=>s.y-l.y)),{max:d,abs:p}=Math,f=qh((()=>d(p(c.value),p(u.value))>=n)),h=pd(!1),m=qh((()=>f.value?p(c.value)>p(u.value)?c.value>0?"left":"right":u.value>0?"up":"down":"none")),g=e=>[e.touches[0].clientX,e.touches[0].clientY],v=(e,t)=>{l.x=e,l.y=t},A={passive:a,capture:!a},y=[mg(e,"touchstart",(e=>{if(1!==e.touches.length)return;const[t,n]=g(e);((e,t)=>{s.x=e,s.y=t})(t,n),v(t,n),null==i||i(e)}),A),mg(e,"touchmove",(e=>{if(1!==e.touches.length)return;const[t,n]=g(e);v(t,n),A.capture&&!A.passive&&Math.abs(c.value)>Math.abs(u.value)&&e.preventDefault(),!h.value&&f.value&&(h.value=!0),h.value&&(null==r||r(e))}),A),mg(e,["touchend","touchcancel"],(e=>{h.value&&(null==o||o(e,m.value)),h.value=!1}),A)];return{isSwiping:h,direction:m,coordsStart:s,coordsEnd:l,lengthX:c,lengthY:u,stop:()=>y.forEach((e=>e()))}}(this.$refs.mask,{onSwipeEnd:this.handleSwipe}),this.container&&("body"===this.container?document.body.insertBefore(this.$el,document.body.lastChild):document.querySelector(this.container).appendChild(this.$el))},unmounted(){this.clearFocusTrap(),this.$el.remove()},methods:{t:Sv,previous(e){this.hasPrevious&&(e&&this.resetSlideshow(),this.$emit("previous",e))},next(e){this.hasNext&&(e&&this.resetSlideshow(),this.$emit("next",e))},close(e){this.noClose||(this.internalShow=!1,this.$emit("update:show",!1),setTimeout((()=>{this.$emit("close",e)}),300))},handleClickModalWrapper(e){this.closeOnClickOutside&&this.close(e)},handleKeydown(e){if("Escape"===e.key){const t=VA();if(t.length>0&&t[t.length-1]!==this.focusTrap)return;return this.close(e)}const t={ArrowLeft:this.previous,ArrowRight:this.next};if(t[e.key]){if(document.activeElement&&!this.$el.contains(document.activeElement))return;return t[e.key](e)}},handleSwipe(e,t){this.disableSwipe||("left"===t?this.next(e):"right"===t&&this.previous(e))},togglePlayPause(){this.playing=!this.playing,this.playing?this.handleSlideshow():this.clearSlideshowTimeout()},resetSlideshow(){this.playing=!this.playing,this.clearSlideshowTimeout(),this.$nextTick((function(){this.togglePlayPause()}))},handleSlideshow(){this.playing=!0,this.hasNext?this.slideshowTimeout=new Cw((()=>{this.next(),this.handleSlideshow()}),this.slideshowDelay):(this.playing=!1,this.clearSlideshowTimeout())},clearSlideshowTimeout(){this.slideshowTimeout&&this.slideshowTimeout.clear()},async useFocusTrap(){if(!this.showModal||this.focusTrap)return;const e=this.$refs.mask;await this.$nextTick();const t={allowOutsideClick:!0,fallbackFocus:e,trapStack:VA(),escapeDeactivates:!1,setReturnFocus:this.setReturnFocus};this.focusTrap=UA([e,...this.additionalTrapElements],t),this.focusTrap.activate()},clearFocusTrap(){this.focusTrap&&(this.focusTrap?.deactivate(),this.focusTrap=null)}}},Ew=["aria-labelledby","aria-describedby"],xw=["data-theme-light","data-theme-dark"],kw=["id"],Bw={class:"icons-menu"},Sw=["title"],Tw={class:"hidden-visually"},Pw={key:2,class:"progress-ring",height:"50",width:"50"},Nw=["id"],Ow={class:"modal-container__content"},Iw=Dv(_w,[["render",function(e,t,n,r,o,i){const a=$p("Play"),s=$p("Pause"),l=$p("NcActions"),c=$p("Close"),u=$p("NcButton"),d=$p("NcIconSvgWrapper");return ah(),dh(im,{name:"fade",appear:"",onAfterEnter:i.useFocusTrap,onBeforeLeave:i.clearFocusTrap},{default:Vd((()=>[Xd(gh("div",{ref:"mask",class:Dc(["modal-mask",{"modal-mask--opaque":n.dark||n.closeButtonOutside||n.hasPrevious||n.hasNext,"modal-mask--light":n.lightBackdrop}]),style:Nc(i.cssVariables),role:"dialog","aria-modal":"true","aria-labelledby":i.modalLabelId,"aria-describedby":"modal-description-"+o.randId,tabindex:"-1"},[vh(im,{name:"fade-visibility",appear:""},{default:Vd((()=>[gh("div",{class:"modal-header","data-theme-light":n.lightBackdrop,"data-theme-dark":!n.lightBackdrop},[""!==n.name.trim()?(ah(),uh("h2",{key:0,id:"modal-name-"+o.randId,class:"modal-header__name"},Uc(n.name),9,kw)):wh("",!0),gh("div",Bw,[n.hasNext&&n.enableSlideshow?(ah(),uh("button",{key:0,class:Dc(["play-pause-icons",{"play-pause-icons--paused":n.slideshowPaused}]),title:i.playPauseName,type:"button",onClick:t[0]||(t[0]=(...e)=>i.togglePlayPause&&i.togglePlayPause(...e))},[o.playing?(ah(),dh(s,{key:1,class:"play-pause-icons__pause",size:o.iconSize},null,8,["size"])):(ah(),dh(a,{key:0,class:"play-pause-icons__play",size:o.iconSize},null,8,["size"])),gh("span",Tw,Uc(i.playPauseName),1),o.playing?(ah(),uh("svg",Pw,[...t[2]||(t[2]=[gh("circle",{class:"progress-ring__circle",stroke:"white","stroke-width":"2",fill:"transparent",r:"15",cx:"25",cy:"25"},null,-1)])])):wh("",!0)],10,Sw)):wh("",!0),vh(l,{class:"header-actions",inline:n.inlineActions},{default:Vd((()=>[Hp(e.$slots,"actions",{},void 0,!0)])),_:3},8,["inline"]),!n.noClose&&n.closeButtonOutside?(ah(),dh(u,{key:1,"aria-label":i.closeButtonAriaLabel,class:"header-close",variant:"tertiary",onClick:i.close},{icon:Vd((()=>[vh(c,{size:o.iconSize},null,8,["size"])])),_:1},8,["aria-label","onClick"])):wh("",!0)])],8,xw)])),_:3}),vh(im,{name:i.modalTransitionName,appear:""},{default:Vd((()=>[Xd(gh("div",{class:Dc(["modal-wrapper",[`modal-wrapper--${n.size}`,{"modal-wrapper--spread-navigation":n.spreadNavigation}]]),onMousedown:t[1]||(t[1]=Um(((...e)=>i.handleClickModalWrapper&&i.handleClickModalWrapper(...e)),["self"]))},[vh(im,{name:"fade-visibility",appear:""},{default:Vd((()=>[Xd(vh(u,{"aria-label":i.prevButtonAriaLabel,class:"prev",variant:"tertiary-no-background",onClick:i.previous},{icon:Vd((()=>[vh(d,{directional:"",path:r.mdiChevronLeft,size:40},null,8,["path"])])),_:1},8,["aria-label","onClick"]),[[ym,n.hasPrevious]])])),_:1}),gh("div",{id:"modal-description-"+o.randId,class:"modal-container"},[gh("div",Ow,[Hp(e.$slots,"default",{},void 0,!0)]),n.noClose||n.closeButtonOutside?wh("",!0):(ah(),dh(u,{key:0,"aria-label":i.closeButtonAriaLabel,class:"modal-container__close",variant:"tertiary",onClick:i.close},{icon:Vd((()=>[vh(c,{size:20})])),_:1},8,["aria-label","onClick"]))],8,Nw),vh(im,{name:"fade-visibility",appear:""},{default:Vd((()=>[Xd(vh(u,{"aria-label":i.nextButtonAriaLabel,class:"next",variant:"tertiary-no-background",onClick:i.next},{icon:Vd((()=>[vh(d,{directional:"",path:r.mdiChevronRight,size:40},null,8,["path"])])),_:1},8,["aria-label","onClick"]),[[ym,n.hasNext]])])),_:1})],34),[[ym,i.showModal]])])),_:3},8,["name"])],14,Ew),[[ym,i.showModal]])])),_:3},8,["onAfterEnter","onBeforeLeave"])}],["__scopeId","data-v-70dc2566"]]),Lw=["id","textContent"],Rw=["aria-label","aria-labelledby"],Dw={class:"dialog__text"},$w={class:"dialog__actions"},Mw=pp({__name:"NcDialog",props:Jp({name:{},message:{default:""},additionalTrapElements:{default:()=>[]},container:{default:"body"},size:{default:"small"},buttons:{default:()=>[]},isForm:{type:Boolean},noClose:{type:Boolean},closeOnClickOutside:{type:Boolean},outTransition:{type:Boolean},navigationAriaLabel:{default:""},navigationAriaLabelledby:{default:""},contentClasses:{default:""},dialogClasses:{default:""},navigationClasses:{default:""}},{open:{type:Boolean,default:!0},openModifiers:{}}),emits:Jp(["closing","reset","submit"],["update:open"]),setup(e,{emit:t}){const n=Cf(e,"open"),r=e,o=t,i=Kp().slots,a=hp("wrapper"),{width:s}=Ag(a,{width:900,height:0}),l=qh((()=>s.value<876)),c=qh((()=>void 0!==i?.navigation)),u=yg(),d=qh((()=>r.navigationAriaLabel||void 0)),p=qh((()=>{if(!r.navigationAriaLabel)return r.navigationAriaLabelledby||u})),f=hp("dialogElement"),h=qh((()=>r.isForm&&!c.value?"form":"div")),m=qh((()=>"form"!==h.value?{}:{submit(e){e.preventDefault(),o("submit",e)},reset(e){e.preventDefault(),o("reset",e)}})),g=dd(!0);function v(e){g.value=!1,o("closing",e)}function A(){g.value=!0,n.value=!1}const y=qh((()=>({noClose:r.noClose,container:void 0===r.container?"body":r.container,labelId:u,size:r.size,show:n.value&&g.value,outTransition:r.outTransition,closeOnClickOutside:r.closeOnClickOutside,additionalTrapElements:r.additionalTrapElements})));return(e,t)=>n.value?(ah(),dh(md(Iw),xh({key:0,class:"dialog__modal","enable-slideshow":!1,"disable-swipe":""},y.value,{onClose:A,"onUpdate:show":t[0]||(t[0]=e=>v())}),{default:Vd((()=>[gh("h2",{id:md(u),class:"dialog__name",textContent:Uc(e.name)},null,8,Lw),(ah(),dh(Fp(h.value),xh({ref:"dialogElement",class:["dialog",e.dialogClasses]},Gp(m.value)),{default:Vd((()=>[gh("div",{ref:"wrapper",class:Dc(["dialog__wrapper",[{"dialog__wrapper--collapsed":l.value}]])},[c.value?(ah(),uh("nav",{key:0,class:Dc(["dialog__navigation",e.navigationClasses]),"aria-label":d.value,"aria-labelledby":p.value},[Hp(e.$slots,"navigation",{isCollapsed:l.value},void 0,!0)],10,Rw)):wh("",!0),gh("div",{class:Dc(["dialog__content",e.contentClasses])},[Hp(e.$slots,"default",{},(()=>[gh("p",Dw,Uc(e.message),1)]),!0)],2)],2),gh("div",$w,[Hp(e.$slots,"actions",{},(()=>[(ah(!0),uh(eh,null,zp(e.buttons,((e,t)=>(ah(),dh(md(iA),xh({key:t},{ref_for:!0},e,{onClick:(t,n)=>function(e,t){"submit"===e.type&&"form"===h.value&&"reportValidity"in f.value&&!f.value.reportValidity()||(v(t),window.setTimeout((()=>A()),300))}(e,n)}),null,16,["onClick"])))),128))]),!0)])])),_:3},16,["class"]))])),_:3},16)):wh("",!0)}}),Fw=Dv(Mw,[["__scopeId","data-v-ca0b8eba"]]);var jw=r(126),Uw={};Uw.styleTagTransform=og(),Uw.setAttributes=eg(),Uw.insert=Jm().bind(null,"head"),Uw.domAPI=Km(),Uw.insertStyleElement=ng(),Xm()(jw.A,Uw),jw.A&&jw.A.locals&&jw.A.locals;var zw=r(490),Hw={};Hw.styleTagTransform=og(),Hw.setAttributes=eg(),Hw.insert=Jm().bind(null,"head"),Hw.domAPI=Km(),Hw.insertStyleElement=ng(),Xm()(zw.A,Hw),zw.A&&zw.A.locals&&zw.A.locals;const qw={class:"input-field__main-wrapper"},Gw=["id","aria-describedby","disabled","placeholder","type","value"],Ww=["for"],Vw={class:"input-field__icon input-field__icon--leading"},Xw={key:2,class:"input-field__icon input-field__icon--trailing"},Yw=["id"],Kw=pp({inheritAttrs:!1,__name:"NcInputField",props:Jp({class:{default:""},inputClass:{default:""},id:{default:()=>yg()},label:{default:void 0},labelOutside:{type:Boolean},type:{default:"text"},placeholder:{default:void 0},showTrailingButton:{type:Boolean},trailingButtonLabel:{default:void 0},success:{type:Boolean},error:{type:Boolean},helperText:{default:""},disabled:{type:Boolean},pill:{type:Boolean}},{modelValue:{required:!0},modelModifiers:{}}),emits:Jp(["trailingButtonClick"],["update:modelValue"]),setup(e,{expose:t,emit:n}){const r=Cf(e,"modelValue"),o=e,i=n;t({focus:function(e){s.value.focus(e)},select:function(){s.value.select()}});const a=Kp().attrs,s=hp("input"),l=qh((()=>o.showTrailingButton||o.success)),c=qh((()=>o.placeholder?o.placeholder:o.label?Rv?o.label:"":void 0)),u=qh((()=>{const e=o.label||o.labelOutside;return e||Vh("You need to add a label to the NcInputField component. Either use the prop label or use an external one, as per the example in the documentation."),e})),d=qh((()=>{const e=[];return o.helperText&&e.push(`${o.id}-helper-text`),a["aria-describedby"]&&e.push(String(a["aria-describedby"])),e.join(" ")||void 0}));function p(e){const t=e.target;r.value="number"===o.type&&"number"==typeof r.value?parseFloat(t.value):t.value}return(e,t)=>(ah(),uh("div",{class:Dc(["input-field",[{"input-field--disabled":e.disabled,"input-field--error":e.error,"input-field--label-outside":e.labelOutside||!u.value,"input-field--leading-icon":!!e.$slots.icon,"input-field--trailing-icon":l.value,"input-field--pill":e.pill,"input-field--success":e.success,"input-field--legacy":md(Rv)},e.$props.class]])},[gh("div",qw,[gh("input",xh(e.$attrs,{id:e.id,ref:"input","aria-describedby":d.value,"aria-live":"polite",class:["input-field__input",e.inputClass],disabled:e.disabled,placeholder:c.value,type:e.type,value:r.value.toString(),onInput:p}),null,16,Gw),!e.labelOutside&&u.value?(ah(),uh("label",{key:0,class:"input-field__label",for:e.id},Uc(e.label),9,Ww)):wh("",!0),Xd(gh("div",Vw,[Hp(e.$slots,"icon",{},void 0,!0)],512),[[ym,!!e.$slots.icon]]),e.showTrailingButton?(ah(),dh(md(Uv),{key:1,class:"input-field__trailing-button","aria-label":e.trailingButtonLabel,disabled:e.disabled,variant:"tertiary-no-background",onClick:t[0]||(t[0]=e=>i("trailingButtonClick",e))},{icon:Vd((()=>[Hp(e.$slots,"trailing-button-icon",{},void 0,!0)])),_:3},8,["aria-label","disabled"])):e.success||e.error?(ah(),uh("div",Xw,[e.success?(ah(),dh(md(Yv),{key:0,path:md(cA)},null,8,["path"])):(ah(),dh(md(Yv),{key:1,path:md(lA)},null,8,["path"]))])):wh("",!0)]),e.helperText?(ah(),uh("p",{key:0,id:`${e.id}-helper-text`,class:"input-field__helper-text-message"},[e.success?(ah(),dh(md(Yv),{key:0,class:"input-field__helper-text-message__icon",path:md(cA),inline:""},null,8,["path"])):e.error?(ah(),dh(md(Yv),{key:1,class:"input-field__helper-text-message__icon",path:md(lA),inline:""},null,8,["path"])):wh("",!0),bh(" "+Uc(e.helperText),1)],8,Yw)):wh("",!0)],2))}}),Zw=Dv(Kw,[["__scopeId","data-v-3487c05a"]]);Tv();const Jw=pp({__name:"NcPasswordField",props:Jp({class:{},inputClass:{default:""},id:{},label:{},labelOutside:{type:Boolean},placeholder:{},showTrailingButton:{type:Boolean,default:!0},success:{type:Boolean},error:{type:Boolean},helperText:{},disabled:{type:Boolean},pill:{type:Boolean},checkPasswordStrength:{type:Boolean},minlength:{default:void 0},asText:{type:Boolean}},{modelValue:{default:""},modelModifiers:{},visible:{type:Boolean,default:!1},visibleModifiers:{}}),emits:Jp(["valid","invalid"],["update:modelValue","update:visible"]),setup(e,{expose:t,emit:n}){const r=Cf(e,"modelValue"),o=Cf(e,"visible"),i=e,a=n;Af(r,function(e,t=100,n={}){if("function"!=typeof e)throw new TypeError(`Expected the first parameter to be a function, got \`${typeof e}\`.`);if(t<0)throw new RangeError("`wait` must not be negative.");if("boolean"==typeof n)throw new TypeError("The `options` parameter must be an object, not a boolean. Use `{immediate: true}` instead.");const{immediate:r}=n;let o,i,a,s,l;function c(){const t=o,n=i;return o=void 0,i=void 0,l=e.apply(t,n),l}function u(){const e=Date.now()-s;e<t&&e>=0?a=setTimeout(u,t-e):(a=void 0,r||(l=c()))}const d=function(...e){if(o&&this!==o&&Object.getPrototypeOf(this)===Object.getPrototypeOf(o))throw new Error("Debounced method called with different contexts of the same prototype.");o=this,i=e,s=Date.now();const n=r&&!a;if(a||(a=setTimeout(u,t)),n)return l=c(),l};return Object.defineProperty(d,"isPending",{get:()=>void 0!==a}),d.clear=()=>{a&&(clearTimeout(a),a=void 0,o=void 0,i=void 0)},d.flush=()=>{a&&d.trigger()},d.trigger=()=>{l=c(),d.clear()},d}((async function(){if(i.checkPasswordStrength)try{const{data:e}=await jl.post(((e,t,n)=>{const r=1===Object.assign({ocsVersion:2},{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+Ml()+"/ocs/v"+r+".php"+Dl("apps/password_policy/api/v1/validate",void 0,n)})(),{password:r.value});if(u.value=e.ocs.data.passed,e.ocs.data.passed)return c.value=Sv("Password is secure"),void a("valid");c.value=e.ocs.data.reason,a("invalid")}catch(e){Zb.error("Password policy returned an error",{error:e})}}),500)),t({focus:function(e){l.value.focus(e)},select:function(){l.value.select()}});const{password_policy:s}=function(){try{return ai("core","capabilities")}catch(e){return console.debug("Could not find capabilities initial state fall back to _oc_capabilities"),"_oc_capabilities"in window?window._oc_capabilities:{}}}(),l=hp("inputField"),c=dd(""),u=dd(),d=qh((()=>{const e={...i};return delete e.checkPasswordStrength,delete e.minlength,delete e.asText,delete e.error,delete e.helperText,delete e.inputClass,delete e.success,e})),p=qh((()=>i.minlength??(i.checkPasswordStrength?s?.minLength:void 0)??void 0));function f(){o.value=!o.value}return(e,t)=>(ah(),dh(Zw,xh(d.value,{ref:"inputField",modelValue:r.value,"onUpdate:modelValue":t[0]||(t[0]=e=>r.value=e),error:e.error||!1===u.value,"helper-text":e.helperText||c.value,"input-class":[e.inputClass,{"password-field__input--secure-text":!o.value&&e.asText}],minlength:p.value,success:e.success||!0===u.value,"trailing-button-label":o.value?md(Sv)("Hide password"):md(Sv)("Show password"),type:o.value||e.asText?"text":"password",onTrailingButtonClick:f}),function(e,t){for(let n=0;n<t.length;n++){const r=t[n];if(ic(r))for(let t=0;t<r.length;t++)e[r[t].name]=r[t].fn;else r&&(e[r.name]=r.key?(...e)=>{const t=r.fn(...e);return t&&(t.key=r.key),t}:r.fn)}return e}({"trailing-button-icon":Vd((()=>[vh(Yv,{path:o.value?md("M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z"):md("M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z")},null,8,["path"])])),_:2},[e.$slots.icon?{name:"icon",fn:Vd((()=>[Hp(e.$slots,"icon",{},void 0,!0)])),key:"0"}:void 0]),1040,["modelValue","error","helper-text","input-class","minlength","success","trailing-button-label","type"]))}}),Qw=Dv(Jw,[["__scopeId","data-v-b2684de6"]]);var eC=(e=>(e.Lax="lax",e.Strict="strict",e))(eC||{});const tC=Date.now();const nC=kv().detectLanguage();[{locale:"ar",translations:[{msgid:"Checking password …",msgstr:["يتم التحقق من كلمة المرور..."]},{msgid:"Confirm",msgstr:["تأكيد"]},{msgid:"Confirm your password",msgstr:["تأكيد كلمة المرور"]},{msgid:"Password",msgstr:["كلمة المرور"]},{msgid:"Please enter your password",msgstr:["يرجى إدخال كلمة المرور الخاصة بك"]},{msgid:"This action needs authentication",msgstr:["هذا الإجراء يتطلب التحقق من الهوية"]},{msgid:"Wrong password",msgstr:["كلمة المرور غير صحيحة"]}]},{locale:"ast",translations:[{msgid:"Checking password …",msgstr:["Comprobando la contraseña…"]},{msgid:"Confirm",msgstr:["Confirmación"]},{msgid:"Confirm your password",msgstr:["Confirma la contraseña"]},{msgid:"Password",msgstr:["Contraseña"]},{msgid:"Please enter your password",msgstr:["Introduz la contraseña"]},{msgid:"This action needs authentication",msgstr:["Esta aición precisa l'autenticación"]},{msgid:"Wrong password",msgstr:["La contraseña ye incorreuta"]}]},{locale:"az",translations:[{msgid:"Confirm",msgstr:["Təsdiq edin"]},{msgid:"Confirm your password",msgstr:["Parolunuzu təsdiq edin"]},{msgid:"Password",msgstr:["Parol"]},{msgid:"Password confirmation dialog already mounted",msgstr:["Parolun təsdiqi dialoqu artıq quraşdırılıb"]},{msgid:"This action needs authentication",msgstr:["Bu əməliyyat autentifikasiya tələb edir"]},{msgid:"Wrong password",msgstr:["Səhv parol"]}]},{locale:"be",translations:[{msgid:"Checking password …",msgstr:["Праверка пароля…"]},{msgid:"Confirm",msgstr:["Пацвердзіць"]},{msgid:"Confirm your password",msgstr:["Пацвердзіць пароль"]},{msgid:"Password",msgstr:["Пароль"]},{msgid:"Please enter your password",msgstr:["Калі ласка, увядзіце ваш пароль"]},{msgid:"This action needs authentication",msgstr:["Гэта дзеянне патрабуе аўтэнтыфікацыі"]},{msgid:"Wrong password",msgstr:["Памылковы пароль"]}]},{locale:"ca",translations:[{msgid:"Checking password …",msgstr:["S'està comprovant la contrasenya …"]},{msgid:"Confirm",msgstr:["Confirma"]},{msgid:"Confirm your password",msgstr:["Confirmeu la vostra contrasenya"]},{msgid:"Password",msgstr:["Contrasenya"]},{msgid:"Please enter your password",msgstr:["Introduïu la vostra contrasenya"]},{msgid:"This action needs authentication",msgstr:["Aquesta acció necessita autenticació"]},{msgid:"Wrong password",msgstr:["Contrasenya incorrecta"]}]},{locale:"cs_CZ",translations:[{msgid:"Authentication required",msgstr:["Vyžadováno ověření se"]},{msgid:"Checking password …",msgstr:["Ověřování hesla…"]},{msgid:"Confirm",msgstr:["Potvrdit"]},{msgid:"Password",msgstr:["Heslo"]},{msgid:"Please enter your password",msgstr:["Zadejte heslo"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Tato akce vyžaduje ověření se – potvrďte ji zadáním svého hesla."]},{msgid:"Unknown error while checking password",msgstr:["Neznámá chyba při kontrolování hesla"]},{msgid:"Wrong password",msgstr:["Nesprávné heslo"]}]},{locale:"da",translations:[{msgid:"Authentication required",msgstr:["Bekræft din identitet"]},{msgid:"Checking password …",msgstr:["Kontrollerer adgangskode …"]},{msgid:"Confirm",msgstr:["Bekræft"]},{msgid:"Password",msgstr:["Adgangskode"]},{msgid:"Please enter your password",msgstr:["Indtast venligst dit kodeord"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Denne handling kræver godkendelse. Indtast din adgangskode for at bekræfte."]},{msgid:"Unknown error while checking password",msgstr:["Ukendt fejl under kontrol af adgangskode"]},{msgid:"Wrong password",msgstr:["forkert Adgangskode"]}]},{locale:"de",translations:[{msgid:"Authentication required",msgstr:["Authentifizierung erforderlich"]},{msgid:"Checking password …",msgstr:["Passwort prüfen …"]},{msgid:"Confirm",msgstr:["Bestätigen"]},{msgid:"Password",msgstr:["Passwort"]},{msgid:"Please enter your password",msgstr:["Bitte gib dein Passwort ein"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Für diese Aktion ist eine Authentifizierung erforderlich. Bitte bestätige diese durch Eingabe deines Passworts."]},{msgid:"Unknown error while checking password",msgstr:["Unbekannter Fehler beim Überprüfen des Passworts"]},{msgid:"Wrong password",msgstr:["Falsches Passwort"]}]},{locale:"de_DE",translations:[{msgid:"Authentication required",msgstr:["Authentifizierung erforderlich"]},{msgid:"Checking password …",msgstr:["Passwort prüfen …"]},{msgid:"Confirm",msgstr:["Bestätigen"]},{msgid:"Password",msgstr:["Passwort"]},{msgid:"Please enter your password",msgstr:["Bitte geben Sie Ihr Passwort ein"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Für diese Aktion ist eine Authentifizierung erforderlich. Bitte bestätigen Sie diese durch Eingabe Ihres Passworts."]},{msgid:"Unknown error while checking password",msgstr:["Unbekannter Fehler beim Überprüfen des Passworts"]},{msgid:"Wrong password",msgstr:["Falsches Passwort"]}]},{locale:"el",translations:[{msgid:"Authentication required",msgstr:["Απαιτείται πιστοποίηση"]},{msgid:"Checking password …",msgstr:["Έλεγχος κωδικού πρόσβασης …"]},{msgid:"Confirm",msgstr:["Επιβεβαίωση"]},{msgid:"Password",msgstr:["Συνθηματικό"]},{msgid:"Please enter your password",msgstr:["Παρακαλώ εισάγετε το συνθηματικό σας"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Αυτή η ενέργεια απαιτεί πιστοποίηση. Επιβεβαιώστε την εισάγοντας τον κωδικό πρόσβασής σας."]},{msgid:"Unknown error while checking password",msgstr:["Άγνωστο σφάλμα κατά τον έλεγχο του κωδικού πρόσβασης"]},{msgid:"Wrong password",msgstr:["Λάθος συνθηματικό"]}]},{locale:"en_GB",translations:[{msgid:"Authentication required",msgstr:["Authentication required"]},{msgid:"Checking password …",msgstr:["Checking password …"]},{msgid:"Confirm",msgstr:["Confirm"]},{msgid:"Password",msgstr:["Password"]},{msgid:"Please enter your password",msgstr:["Please enter your password"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["This action needs authentication, please confirm it by entering your password."]},{msgid:"Unknown error while checking password",msgstr:["Unknown error while checking password"]},{msgid:"Wrong password",msgstr:["Wrong password"]}]},{locale:"es",translations:[{msgid:"Authentication required",msgstr:["Se requiere autenticación"]},{msgid:"Checking password …",msgstr:["Verificando contraseña …"]},{msgid:"Confirm",msgstr:["Confirmar"]},{msgid:"Password",msgstr:["Contraseña"]},{msgid:"Please enter your password",msgstr:["Por favor, Introduzca su contraseña"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Esta acción requiere autenticación, por favor, confírmela ingresado su contraseña."]},{msgid:"Wrong password",msgstr:["Contraseña errónea"]}]},{locale:"es_AR",translations:[{msgid:"Checking password …",msgstr:["Verificando contraseña …"]},{msgid:"Confirm",msgstr:["Confirmar"]},{msgid:"Confirm your password",msgstr:["Confirme su contraseña"]},{msgid:"Password",msgstr:["Contraseña"]},{msgid:"Please enter your password",msgstr:["Por favor, introduzca su contraseña"]},{msgid:"This action needs authentication",msgstr:["Esta acción necesita autenticación"]},{msgid:"Wrong password",msgstr:["Contraseña incorrecta"]}]},{locale:"es_CO",translations:[{msgid:"Authentication required",msgstr:["Autenticación requerida"]},{msgid:"Checking password …",msgstr:["Verificando contraseña …"]},{msgid:"Confirm",msgstr:["Confirmar"]},{msgid:"Password",msgstr:["Contraseña"]},{msgid:"Please enter your password",msgstr:["Por favor introduzca su contraseña"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Esta acción necesita autentificación, por favor confírmela introduciendo su contraseña."]},{msgid:"Wrong password",msgstr:["Contraseña incorrecta"]}]},{locale:"es_MX",translations:[{msgid:"Checking password …",msgstr:["Verificando contraseña …"]},{msgid:"Confirm",msgstr:["Confirmar"]},{msgid:"Confirm your password",msgstr:["Confirme su contraseña"]},{msgid:"Password",msgstr:["Contraseña"]},{msgid:"Please enter your password",msgstr:["Por favor introduzca su contraseña"]},{msgid:"This action needs authentication",msgstr:["Esta acción necesita autenticación"]},{msgid:"Wrong password",msgstr:["Contraseña incorrecta"]}]},{locale:"et_EE",translations:[{msgid:"Authentication required",msgstr:["Autentimine on vajalik"]},{msgid:"Checking password …",msgstr:["Kontrollin salasõna…"]},{msgid:"Confirm",msgstr:["Kinnita"]},{msgid:"Password",msgstr:["Salasõna"]},{msgid:"Please enter your password",msgstr:["Palun sisesta oma salasõna"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["See tegevus eeldab autentimist, palun tee seda sisestades oma salasõna."]},{msgid:"Unknown error while checking password",msgstr:["Tundmatu viga salasõna kontrollimisel"]},{msgid:"Wrong password",msgstr:["Vale salasõna"]}]},{locale:"fa",translations:[{msgid:"Authentication required",msgstr:["احراز هویت مورد نیاز است"]},{msgid:"Checking password …",msgstr:["در حال بررسی رمز عبور..."]},{msgid:"Confirm",msgstr:["تأیید"]},{msgid:"Password",msgstr:["رمز عبور"]},{msgid:"Please enter your password",msgstr:["لطفاً رمز عبور خود را وارد کنید"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["این عمل نیاز به احراز هویت دارد، لطفاً با وارد کردن رمز عبور خود آن را تأیید کنید."]},{msgid:"Wrong password",msgstr:["رمز عبور اشتباه است"]}]},{locale:"fi_FI",translations:[{msgid:"Authentication required",msgstr:["Tunnistautuminen vaaditaan"]},{msgid:"Checking password …",msgstr:["Tarkistetaan salasanaa …"]},{msgid:"Confirm",msgstr:["Vahvista"]},{msgid:"Password",msgstr:["Salasana"]},{msgid:"Please enter your password",msgstr:["Kirjoita salasanasi"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Tämä toimenpide vaatii tunnistautumisen. Vahvista kirjoittamalla salasanasi."]},{msgid:"Wrong password",msgstr:["Väärä salasana"]}]},{locale:"fr",translations:[{msgid:"Authentication required",msgstr:["Authentification requise"]},{msgid:"Checking password …",msgstr:["Vérification du mot de passe ..."]},{msgid:"Confirm",msgstr:["Confirmer"]},{msgid:"Password",msgstr:["Mot de passe"]},{msgid:"Please enter your password",msgstr:["Veuillez saisir votre mot de passe"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Cette action nécessite une authentification, veuillez confirmer en saisissant votre mot de passe."]},{msgid:"Unknown error while checking password",msgstr:["Erreur inconnue lors de la vérification du mot de passe"]},{msgid:"Wrong password",msgstr:["Mot de passe incorrect"]}]},{locale:"ga",translations:[{msgid:"Authentication required",msgstr:["Fíordheimhniú ag teastáil"]},{msgid:"Checking password …",msgstr:["Ag seiceáil an focal faire …"]},{msgid:"Confirm",msgstr:["Deimhnigh"]},{msgid:"Password",msgstr:["Pasfhocal"]},{msgid:"Please enter your password",msgstr:["Cuir isteach do phasfhocal"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Teastaíonn fíordheimhniú don ghníomh seo, deimhnigh é trí do phasfhocal a iontráil."]},{msgid:"Unknown error while checking password",msgstr:["Earráid anaithnid agus an focal faire á sheiceáil"]},{msgid:"Wrong password",msgstr:["Pasfhocal mícheart"]}]},{locale:"gl",translations:[{msgid:"Authentication required",msgstr:["É necesaria a autenticación"]},{msgid:"Checking password …",msgstr:["Comprobando o contrasinal…"]},{msgid:"Confirm",msgstr:["Confirmar"]},{msgid:"Password",msgstr:["Contrasinal"]},{msgid:"Please enter your password",msgstr:["Introduza o seu contrasinal"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Esta acción precisa de autenticación, confírmea introducindo o seu contrasinal."]},{msgid:"Unknown error while checking password",msgstr:["Produciuse un erro descoñecido ao comprobar o contrasinal"]},{msgid:"Wrong password",msgstr:["Contrasinal incorrecto"]}]},{locale:"hu_HU",translations:[{msgid:"Authentication required",msgstr:["Azonosítás szükséges"]},{msgid:"Checking password …",msgstr:["Jelszó ellenőrzése ..."]},{msgid:"Confirm",msgstr:["Jóváhagyás"]},{msgid:"Password",msgstr:["Jelszó"]},{msgid:"Please enter your password",msgstr:["Adja meg a jelszavát"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Ehhez a tevékenységhez azonosítás szükséges. Kérlek hagyd jóvá a jelszavad megadásával."]},{msgid:"Wrong password",msgstr:["Hibás jelszó"]}]},{locale:"id",translations:[{msgid:"Authentication required",msgstr:["Autentikasi diperlukan"]},{msgid:"Checking password …",msgstr:["Memeriksa kata sandi ..."]},{msgid:"Confirm",msgstr:["Konfirmasi"]},{msgid:"Password",msgstr:["Kata sandi"]},{msgid:"Please enter your password",msgstr:["Silahkan masukan kata sandi Anda"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Aksi ini memerlukan autentikasi, silahkan konfirmasi dengan memasukan kata sandi Anda."]},{msgid:"Wrong password",msgstr:["Kata sandi salah"]}]},{locale:"is",translations:[{msgid:"Checking password …",msgstr:["Athuga lykilorð …"]},{msgid:"Confirm",msgstr:["Staðfesta"]},{msgid:"Confirm your password",msgstr:["Staðfestu lykilorðið þitt"]},{msgid:"Password",msgstr:["Lykilorð"]},{msgid:"Please enter your password",msgstr:["Settu inn lykilorðið þitt"]},{msgid:"This action needs authentication",msgstr:["Þessi aðgerð krefst auðkenningar"]},{msgid:"Wrong password",msgstr:["Rangt lykilorð"]}]},{locale:"it",translations:[{msgid:"Checking password …",msgstr:["Controllo della password…"]},{msgid:"Confirm",msgstr:["Conferma"]},{msgid:"Confirm your password",msgstr:["Conferma la tua password"]},{msgid:"Password",msgstr:["Password"]},{msgid:"Please enter your password",msgstr:["Inserisci la tua password"]},{msgid:"This action needs authentication",msgstr:["Questa azione richiede l'autenticazione"]},{msgid:"Wrong password",msgstr:["Password errata"]}]},{locale:"ja_JP",translations:[{msgid:"Authentication required",msgstr:["認証が必要です"]},{msgid:"Checking password …",msgstr:["パスワードの確認 …"]},{msgid:"Confirm",msgstr:["確認"]},{msgid:"Password",msgstr:["パスワード"]},{msgid:"Please enter your password",msgstr:["パスワードを入力してください"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["この操作には認証が必要です。パスワードを入力して承認してください。"]},{msgid:"Unknown error while checking password",msgstr:["パスワードのチェック中に不明なエラーが発生しました"]},{msgid:"Wrong password",msgstr:["間違ったパスワード"]}]},{locale:"kab",translations:[{msgid:"Authentication required",msgstr:["Asesteb yettwasra"]},{msgid:"Checking password …",msgstr:["Asenqed n wawal n uɛeddi …"]},{msgid:"Confirm",msgstr:["Sentem"]},{msgid:"Password",msgstr:["Awal n uɛeddi"]},{msgid:"Please enter your password",msgstr:["Txil, sekcem-d awal-ik·im n uɛeddi"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Tigawt-a tesra asesteb, ttxil-k·m, wekked-itt-id s usekcem n wawal-inek·inem n uɛeddi."]},{msgid:"Wrong password",msgstr:["Awal n uɛeddi d arameɣtu"]}]},{locale:"ko",translations:[{msgid:"Authentication required",msgstr:["인증 필요 "]},{msgid:"Checking password …",msgstr:["비밀번호 확인 중 ..."]},{msgid:"Confirm",msgstr:["확인"]},{msgid:"Password",msgstr:["비밀번호"]},{msgid:"Please enter your password",msgstr:["비밀번호를 입력하세요"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["이 작업은 인증이 필요합니다. 비밀번호를 입력하여 확인하십시오. "]},{msgid:"Wrong password",msgstr:["잘못된 비밀번호"]}]},{locale:"lv",translations:[{msgid:"Authentication required",msgstr:["Nepieciešama autentificēšanās"]},{msgid:"Checking password …",msgstr:["Pārbauda paroli..."]},{msgid:"Confirm",msgstr:["Apstiprināt"]},{msgid:"Password",msgstr:["Parole"]},{msgid:"Please enter your password",msgstr:["Lūgums ievadīt savu paroli"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Šai darbībai ir nepieciešama autentificēšanās. Lūgums to apstiprināt ar savas paroles ievadīšanu."]},{msgid:"Wrong password",msgstr:["Nepareiza parole"]}]},{locale:"mk",translations:[{msgid:"Authentication required",msgstr:["Потребна е автентификација"]},{msgid:"Checking password …",msgstr:["Проверка на лозинка …"]},{msgid:"Confirm",msgstr:["Потврди"]},{msgid:"Password",msgstr:["Лозинка"]},{msgid:"Please enter your password",msgstr:["Внесете ја вашата лозинка"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Оваа акција бара автентикација, потврдете ја со внесување на вашата лозинка."]},{msgid:"Unknown error while checking password",msgstr:["Непозната грешка додека се проверува лозинката"]},{msgid:"Wrong password",msgstr:["Погрешна лозинка"]}]},{locale:"ms_MY",translations:[{msgid:"Authentication required",msgstr:["Pengesahan diperlukan"]},{msgid:"Checking password …",msgstr:["Menyemak kata laluan …"]},{msgid:"Confirm",msgstr:["Mengesahkan"]},{msgid:"Password",msgstr:["Kata laluan"]},{msgid:"Please enter your password",msgstr:["Sila masukkan kata laluan anda"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Tindakan ini memerlukan pengesahan, sila sahkan dengan memasukkan kata laluan anda."]},{msgid:"Wrong password",msgstr:["Kata laluan salah"]}]},{locale:"nb_NO",translations:[{msgid:"Checking password …",msgstr:["Sjekker passord …"]},{msgid:"Confirm",msgstr:["Bekreft"]},{msgid:"Confirm your password",msgstr:["Bekreft passordet ditt"]},{msgid:"Password",msgstr:["Passord"]},{msgid:"Please enter your password",msgstr:["Vennligst skriv inn passordet ditt"]},{msgid:"This action needs authentication",msgstr:["Denne handlingen krever autentisering"]},{msgid:"Wrong password",msgstr:["Feil passord"]}]},{locale:"nl",translations:[{msgid:"Authentication required",msgstr:["Authenticatie vereist"]},{msgid:"Checking password …",msgstr:["Wachtwoord controleren…"]},{msgid:"Confirm",msgstr:["Bevestigen"]},{msgid:"Password",msgstr:["Wachtwoord"]},{msgid:"Please enter your password",msgstr:["Voer je wachtwoord in"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Deze actie vereist authenticatie, voer je wachtwoord in."]},{msgid:"Unknown error while checking password",msgstr:["Onbekende fout bij wachtwoord controleren"]},{msgid:"Wrong password",msgstr:["Incorrect wachtwoord"]}]},{locale:"pl",translations:[{msgid:"Checking password …",msgstr:["Sprawdzanie hasła…"]},{msgid:"Confirm",msgstr:["Potwierdź"]},{msgid:"Confirm your password",msgstr:["Potwierdź swoje hasło"]},{msgid:"Password",msgstr:["Hasło"]},{msgid:"Please enter your password",msgstr:["Wprowadź swoje hasło"]},{msgid:"This action needs authentication",msgstr:["Wykonanie tej czynności wymaga autoryzacji"]},{msgid:"Wrong password",msgstr:["Nieprawidłowe hasło"]}]},{locale:"pt_BR",translations:[{msgid:"Authentication required",msgstr:["Autenticação necessária"]},{msgid:"Checking password …",msgstr:["Verificando a senha …"]},{msgid:"Confirm",msgstr:["Confirmar"]},{msgid:"Password",msgstr:["Senha"]},{msgid:"Please enter your password",msgstr:["Por favor, insira sua senha"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Esta ação precisa de autenticação. Por favor, confirme-a digitando sua senha."]},{msgid:"Unknown error while checking password",msgstr:["Erro desconhecido ao verificar a senha"]},{msgid:"Wrong password",msgstr:["Senha incorreta"]}]},{locale:"pt_PT",translations:[{msgid:"Authentication required",msgstr:["Autenticação necessária"]},{msgid:"Checking password …",msgstr:["A verificar palavra-passe…"]},{msgid:"Confirm",msgstr:["Confirmar"]},{msgid:"Password",msgstr:["Palavra-passe"]},{msgid:"Please enter your password",msgstr:["Introduza a sua palavra-passe, por favor"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Esta ação requer autenticação; confirme-a introduzindo a sua palavra-passe."]},{msgid:"Wrong password",msgstr:["Palavra-passe incorreta"]}]},{locale:"ro",translations:[{msgid:"Checking password …",msgstr:["Se verifică parola ..."]},{msgid:"Confirm",msgstr:["Confirmare"]},{msgid:"Confirm your password",msgstr:["Confirmare parolă"]},{msgid:"Password",msgstr:["Parolă"]},{msgid:"Please enter your password",msgstr:["Vă rugăm să introduceți parola"]},{msgid:"This action needs authentication",msgstr:["Această acțiune necesită autentificare"]},{msgid:"Wrong password",msgstr:["Parolă incorectă"]}]},{locale:"ru",translations:[{msgid:"Authentication required",msgstr:["Требуется аутентификация"]},{msgid:"Checking password …",msgstr:["Проверка пароля …"]},{msgid:"Confirm",msgstr:["Подтвердить"]},{msgid:"Password",msgstr:["Пароль"]},{msgid:"Please enter your password",msgstr:["Пожалуйста, введите свой пароль"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Это действие требует аутентификации, пожалуйста подтвердите его вводом вашего пароля."]},{msgid:"Unknown error while checking password",msgstr:["Неизвестная ошибка при проверке пароля"]},{msgid:"Wrong password",msgstr:["Неправильный пароль"]}]},{locale:"sk_SK",translations:[{msgid:"Checking password …",msgstr:["Kontrola hesla..."]},{msgid:"Confirm",msgstr:["Potvrdiť"]},{msgid:"Confirm your password",msgstr:["Potvrďte svoje heslo"]},{msgid:"Password",msgstr:["Heslo"]},{msgid:"Please enter your password",msgstr:["Zadajte prosím svoje heslo"]},{msgid:"This action needs authentication",msgstr:["Táto akcia vyžaduje overenie"]},{msgid:"Wrong password",msgstr:["Nesprávne heslo"]}]},{locale:"sl",translations:[{msgid:"Checking password …",msgstr:["Poteka preverjanje gesla ..."]},{msgid:"Confirm",msgstr:["Potrdi"]},{msgid:"Confirm your password",msgstr:["Potrdi geslo"]},{msgid:"Password",msgstr:["Geslo"]},{msgid:"Please enter your password",msgstr:["Vpisati je treba geslo"]},{msgid:"This action needs authentication",msgstr:["To dejanje zahteva overitev"]},{msgid:"Wrong password",msgstr:["Napačno geslo"]}]},{locale:"sr",translations:[{msgid:"Authentication required",msgstr:["Потребна је потврда идентитета"]},{msgid:"Checking password …",msgstr:["Проверава се лозинка…"]},{msgid:"Confirm",msgstr:["Потврда"]},{msgid:"Password",msgstr:["Лозинка"]},{msgid:"Please enter your password",msgstr:["Молимо вас да унесете своју лозинку"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["За ову акцију је потребна провера идентитета, молимо вас да га потврдите уносом своје лозинке."]},{msgid:"Unknown error while checking password",msgstr:["Непозната грешка током провере лозинке"]},{msgid:"Wrong password",msgstr:["Погрешна лозинка"]}]},{locale:"sv",translations:[{msgid:"Authentication required",msgstr:["Autentisering krävs"]},{msgid:"Checking password …",msgstr:["Kontrollerar lösenord …"]},{msgid:"Confirm",msgstr:["Bekräfta"]},{msgid:"Password",msgstr:["Lösenord"]},{msgid:"Please enter your password",msgstr:["Ange ditt lösenord"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Den här åtgärden kräver autentisering, bekräfta genom att ange ditt lösenord."]},{msgid:"Unknown error while checking password",msgstr:["Okänt fel vid kontroll av lösenord"]},{msgid:"Wrong password",msgstr:["Fel lösenord"]}]},{locale:"tr",translations:[{msgid:"Authentication required",msgstr:["Kimlik doğrulaması gerekli"]},{msgid:"Checking password …",msgstr:["Parola denetleniyor…"]},{msgid:"Confirm",msgstr:["Parola onayı"]},{msgid:"Password",msgstr:["Parola"]},{msgid:"Please enter your password",msgstr:["Lütfen parolanızı yazın"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Bu işlemi yapmak için kimliğinizi doğrulamalısınız. Lütfen parolanızı yazın."]},{msgid:"Unknown error while checking password",msgstr:["Parola denetlenirken bilinmeyen bir sorun çıktı"]},{msgid:"Wrong password",msgstr:["Parola geçersiz"]}]},{locale:"uk",translations:[{msgid:"Authentication required",msgstr:["Потрібна авторизація"]},{msgid:"Checking password …",msgstr:["Перевірка паролю ..."]},{msgid:"Confirm",msgstr:["Підтвердити"]},{msgid:"Password",msgstr:["Пароль"]},{msgid:"Please enter your password",msgstr:["Зазначте ваш пароль"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Ця дія вимагає авторизацію, зазначте ваш пароль."]},{msgid:"Wrong password",msgstr:["Помилковий пароль"]}]},{locale:"ur_PK",translations:[{msgid:"Authentication required",msgstr:["تصدیق درکار ہے"]},{msgid:"Checking password …",msgstr:["پاس ورڈ چیک ہو رہا ہے …"]},{msgid:"Confirm",msgstr:["تصدیق کریں"]},{msgid:"Password",msgstr:["پاس ورڈ"]},{msgid:"Please enter your password",msgstr:["براہ کرم اپنا پاس ورڈ درج کریں"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["اس عمل کو تصدیق کی ضرورت ہے، براہ کرم پاس ورڈ درج کرکے اس کی تصدیق کریں۔"]},{msgid:"Unknown error while checking password",msgstr:["پاس ورڈ چیک کرنے میں نامعلوم خرابی"]},{msgid:"Wrong password",msgstr:["نادرست پاس ورڈ"]}]},{locale:"uz",translations:[{msgid:"Authentication required",msgstr:["Autentifikatsiya talab qilinadi"]},{msgid:"Checking password …",msgstr:["Parol tekshirilmoqda…"]},{msgid:"Confirm",msgstr:["Tasdiqlang"]},{msgid:"Password",msgstr:["Parol"]},{msgid:"Please enter your password",msgstr:["Iltimos, parolingizni kiriting"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Ushbu amaliyot autentifikatsiya talab etadi, parolingizni kiritish orqali buni tasdiqlang."]},{msgid:"Unknown error while checking password",msgstr:["Parolni tekshirishda noma'lum xatolik yuz berdi"]},{msgid:"Wrong password",msgstr:["Parol noto'g'ri "]}]},{locale:"vi",translations:[{msgid:"Authentication required",msgstr:["Yêu cầu xác thực"]},{msgid:"Checking password …",msgstr:["Đang kiểm tra mật khẩu ..."]},{msgid:"Confirm",msgstr:["Chấp nhận"]},{msgid:"Password",msgstr:["Mật khẩu"]},{msgid:"Please enter your password",msgstr:["Vui lòng nhập mật khẩu của bạn"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["Thao tác này cần xác thực, vui lòng xác nhận bằng cách nhập mật khẩu của bạn."]},{msgid:"Wrong password",msgstr:["Mật khẩu sai"]}]},{locale:"zh_CN",translations:[{msgid:"Authentication required",msgstr:["需要身份验证"]},{msgid:"Checking password …",msgstr:["正在检查密码 …"]},{msgid:"Confirm",msgstr:["确认"]},{msgid:"Password",msgstr:["密码"]},{msgid:"Please enter your password",msgstr:["请输入您的密码"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["此操作需要身份验证,请输入密码进行确认。"]},{msgid:"Unknown error while checking password",msgstr:["检查密码时出现未知错误"]},{msgid:"Wrong password",msgstr:["密码错误"]}]},{locale:"zh_HK",translations:[{msgid:"Authentication required",msgstr:["需要驗證"]},{msgid:"Checking password …",msgstr:["正在檢查密碼 …"]},{msgid:"Confirm",msgstr:["確認"]},{msgid:"Password",msgstr:["密碼"]},{msgid:"Please enter your password",msgstr:["請輸入您的密碼"]},{msgid:"This action needs authentication, please confirm it by entering your password.",msgstr:["此操作需要身份驗證,請輸入您的密碼以進行確認。"]},{msgid:"Wrong password",msgstr:["密碼錯誤"]}]},{locale:"zh_TW",translations:[{msgid:"Checking password …",msgstr:["正在檢查密碼……"]},{msgid:"Confirm",msgstr:["確認"]},{msgid:"Confirm your password",msgstr:["確認您的密碼"]},{msgid:"Password",msgstr:["密碼"]},{msgid:"Please enter your password",msgstr:["請輸入您的密碼"]},{msgid:"This action needs authentication",msgstr:["此動作需要驗證"]},{msgid:"Wrong password",msgstr:["密碼錯誤"]}]}].map((({locale:e,translations:t})=>nC.addTranslation(e,{headers:{},translations:{"":Object.fromEntries(t.map((e=>[e.msgid,e])))}})));const rC=nC.build();rC.ngettext.bind(rC);const oC=rC.gettext.bind(rC),iC=_i().setApp("@nextcloud/password-confirmation").detectLogLevel().build(),aC=pp({__name:"PasswordDialog",props:{validate:{type:Function}},emits:["close"],setup(e,{emit:t}){const n=e,r=t;Bp((function(){Rd((()=>{o.value.focus()}))}));const o=hp("field"),i=dd(""),a=dd(!1),s=dd(!1),l=[{label:oC("Confirm"),type:"submit",variant:"primary",callback:async function(){if(s.value=!1,a.value=!0,""===i.value)return s.value=!0,!1;try{return await n.validate(i.value),r("close",!0),!0}catch(e){return Sl(e)&&403===e.response?.status?s.value=403:s.value=!0,iC.error("Exception during password confirmation",{error:e}),Rd((()=>{o.value.select()})),!1}finally{a.value=!1}}}],c=qh((()=>{if(!1!==s.value){if(""===i.value)return oC("Please enter your password");switch(s.value){case!0:return oC("Unknown error while checking password");case 403:return oC("Wrong password")}}return a.value?oC("Checking password …"):""}));return(e,t)=>(ah(),dh(md(Fw),{"is-form":"",buttons:l,name:md(oC)("Authentication required"),"content-classes":e.$style.passwordDialog,"onUpdate:open":t[1]||(t[1]=e=>r("close",!1))},{default:Vd((()=>[gh("p",null,Uc(md(oC)("This action needs authentication, please confirm it by entering your password.")),1),vh(md(Qw),{ref:"field",modelValue:i.value,"onUpdate:modelValue":t[0]||(t[0]=e=>i.value=e),label:md(oC)("Password"),"helper-text":c.value,error:!1!==s.value,required:""},null,8,["modelValue","label","helper-text","error"])])),_:1},8,["name","content-classes"]))}}),sC=(e,t)=>{const n=e.__vccOpts||e;for(const[e,r]of t)n[e]=r;return n},lC=sC(aC,[["__cssModules",{$style:{passwordDialog:"_passwordDialog_joix2_2"}}]]);let cC,uC;async function dC(){if(!function(e){if(!window.backendAllowsPasswordConfirmation)return!1;if(e===eC.Strict)return!0;const t=tC-1e3*window.nc_pageLoad;return Date.now()-(t+1e3*window.nc_lastLogin)>18e5}(eC.Lax))return Promise.resolve();await async function(e){uC=e,cC||(cC=function(e,t={},n={}){let{container:r}=n;"container"in t&&"string"==typeof t.container&&(r??=t.container);const o=("string"==typeof r&&document.querySelector(r)||document.body).appendChild(document.createElement("div"));return new Promise(((n,r)=>{const i=Wm(e,{...t,container:null,onClose(...e){const t=e.length>1?e:e[0];i.unmount(),o.remove(),n(t)},"onVue:unmounted":()=>{i.unmount(),o.remove(),r(new Error("Dialog was unmounted without close event"))}});i.mount(o)}))}(lC,{validate:e=>uC(e)}));const t=await cC;if(cC=void 0,!t)throw new Error("Dialog closed")}((async e=>{await async function(e){iC.debug("Confirming password");const t=$l("/login/confirm"),{data:n}=await jl.post(t,{password:e});window.nc_lastLogin=n.lastLogin,iC.debug("Password confirmed")}(e)}))}var pC=r(76),fC={};fC.styleTagTransform=og(),fC.setAttributes=eg(),fC.insert=Jm().bind(null,"head"),fC.domAPI=Km(),fC.insertStyleElement=ng(),Xm()(pC.A,fC),pC.A&&pC.A.locals&&pC.A.locals;var hC=r(816);const mC={name:"SetupConfirmation",components:{QR:r.n(hC)()},props:{loading:{type:Boolean,default:!1},secret:{type:String,required:!0},qrUrl:{type:String,required:!0},confirmation:{type:String,default:""}},data(){return{confirmationCode:this.confirmation}},watch:{confirmation(e){this.confirmationCode=e}},methods:{confirm(){this.$emit("update:confirmation",this.confirmationCode),this.$emit("confirm")},onConfirmKeyDown(e){13===e.which&&this.confirm()}}};var gC=r(468),vC={};function AC(e,t,n,r,o,i,a,s){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),a?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),o&&o.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=l):o&&(l=s?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}vC.styleTagTransform=og(),vC.setAttributes=eg(),vC.insert=Jm().bind(null,"head"),vC.domAPI=Km(),vC.insertStyleElement=ng(),Xm()(gC.A,vC),gC.A&&gC.A.locals&&gC.A.locals;const yC={name:"PersonalTotpSettings",components:{SetupConfirmation:AC(mC,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"setup-confirmation"},[t("p",{staticClass:"setup-confirmation__secret"},[e._v("\n\t\t"+e._s(e.t("twofactor_totp","Your new TOTP secret is:"))+" "+e._s(e.secret)+"\n\t")]),e._v(" "),t("p",[e._v("\n\t\t"+e._s(e.t("twofactor_totp","For quick setup, scan this QR code with your TOTP app:"))+"\n\t")]),e._v(" "),t("QR",{attrs:{value:e.qrUrl,options:{width:150}}}),e._v(" "),t("p",[e._v("\n\t\t"+e._s(e.t("twofactor_totp","After you configured your app, enter a test code below to ensure everything works correctly:"))+"\n\t")]),e._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.confirmationCode,expression:"confirmationCode"}],attrs:{id:"totp-confirmation",type:"text",minlength:"6",maxlength:"10",autocomplete:"one-time-code",inputmode:"numeric",autocapitalize:"off",disabled:e.loading,placeholder:e.t("twofactor_totp","Authentication code")},domProps:{value:e.confirmationCode},on:{keydown:e.onConfirmKeyDown,input:function(t){t.target.composing||(e.confirmationCode=t.target.value)}}}),e._v(" "),t("input",{attrs:{id:"totp-confirmation-submit",type:"button",disabled:e.loading,value:e.t("twofactor_totp","Verify")},on:{click:e.confirm}})],1)}),[],!1,null,"7568a08a",null).exports},data(){return{loading:!1,loadingConfirmation:!1,enabled:this.$store.state.totpState===ql.STATE_ENABLED,secret:void 0,qrUrl:"",confirmation:""}},computed:{state(){return this.$store.state.totpState}},methods:{toggleEnabled(){if(!this.loading)return this.enabled?this.createTOTP():this.disableTOTP();ki.debug("still loading -> ignoring event")},createTOTP(){return this.loading=!0,ki.debug("starting setup"),dC().then((()=>this.$store.dispatch("enable"))).then((({secret:e,qrUrl:t})=>{this.secret=e,this.qrUrl=t,this.loading=this.$store.state.totpState===ql.STATE_CREATED})).catch((e=>{OC.Notification.showTemporary(t("twofactor_totp","Could not enable TOTP")),ki.error("Could not enable TOTP",e),this.loading=!1,this.enabled=!1})).catch((e=>ki.error(e)))},enableTOTP(){return this.loading=!0,this.loadingConfirmation=!0,ki.debug("starting enable"),dC().then((()=>this.$store.dispatch("confirm",this.confirmation))).then((()=>{this.$store.state.totpState===ql.STATE_ENABLED?(this.loading=!1,this.enabled=!0,this.qrUrl="",this.secret=void 0):OC.Notification.showTemporary(t("twofactor_totp","Could not verify your key. Please try again")),this.confirmation="",this.loadingConfirmation=!1})).catch((e=>{OC.Notification.showTemporary(t("twofactor_totp","Could not confirm TOTP")),ki.error("Could not confirm TOTP",{error:e})})).catch(ki.error.bind(this))},disableTOTP(){return this.loading=!0,ki.debug("starting disable"),dC().then((()=>this.$store.dispatch("disable"))).then((()=>this.enabled=!1)).catch(ki.error.bind(this)).then((()=>this.loading=!1))}}};var bC=r(830),wC={};wC.styleTagTransform=og(),wC.setAttributes=eg(),wC.insert=Jm().bind(null,"head"),wC.domAPI=Km(),wC.insertStyleElement=ng(),Xm()(bC.A,wC),bC.A&&bC.A.locals&&bC.A.locals;const CC=AC(yC,(function(){var e=this,t=e._self._c;return t("div",{attrs:{id:"twofactor-totp-settings"}},[e.loading?[t("span",{staticClass:"icon-loading-small totp-loading"}),e._v(" "),t("span",[e._v(" "+e._s(e.t("twofactor_totp","Enable TOTP"))+" ")])]:t("div",[t("input",{directives:[{name:"model",rawName:"v-model",value:e.enabled,expression:"enabled"}],staticClass:"checkbox",attrs:{id:"totp-enabled",type:"checkbox",disabled:e.loading},domProps:{checked:Array.isArray(e.enabled)?e._i(e.enabled,null)>-1:e.enabled},on:{change:[function(t){var n=e.enabled,r=t.target,o=!!r.checked;if(Array.isArray(n)){var i=e._i(n,null);r.checked?i<0&&(e.enabled=n.concat([null])):i>-1&&(e.enabled=n.slice(0,i).concat(n.slice(i+1)))}else e.enabled=o},e.toggleEnabled]}}),e._v(" "),t("label",{attrs:{for:"totp-enabled"}},[e._v(e._s(e.t("twofactor_totp","Enable TOTP")))])]),e._v(" "),e.secret?t("SetupConfirmation",{attrs:{secret:e.secret,"qr-url":e.qrUrl,loading:e.loadingConfirmation,confirmation:e.confirmation},on:{"update:confirmation":function(t){e.confirmation=t},confirm:e.enableTOTP}}):e._e()],2)}),[],!1,null,"b38afb0e",null).exports;Wn.mixin({methods:{t}}),Vl.replaceState({totpState:ai("twofactor_totp","state")}),new(Wn.extend(CC))({store:Vl}).$mount("#twofactor-totp-settings"),ki.debug("personal settings loaded and rendered")})()})(); //# sourceMappingURL=twofactor_totp-main-settings.js.map?v=9188e1ab87a515c52460
Save File
Cancel