/** * @licstart The following is the entire license notice for the * JavaScript code in this page * * Copyright 2022 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * @licend The above is the entire license notice for the * JavaScript code in this page */ !function webpackUniversalModuleDefinition(t,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("pdfjs-dist/image_decoders/pdf.image_decoders",[],r):"object"==typeof exports?exports["pdfjs-dist/image_decoders/pdf.image_decoders"]=r():t["pdfjs-dist/image_decoders/pdf.image_decoders"]=t.pdfjsImageDecoders=r()}(globalThis,(()=>(()=>{var t=[,(t,r,i)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});r.VerbosityLevel=r.Util=r.UnknownErrorException=r.UnexpectedResponseException=r.UNSUPPORTED_FEATURES=r.TextRenderingMode=r.StreamType=r.RenderingIntentFlag=r.PermissionFlag=r.PasswordResponses=r.PasswordException=r.PageActionEventType=r.OPS=r.MissingPDFException=r.LINE_FACTOR=r.LINE_DESCENT_FACTOR=r.InvalidPDFException=r.ImageKind=r.IDENTITY_MATRIX=r.FormatError=r.FontType=r.FeatureTest=r.FONT_IDENTITY_MATRIX=r.DocumentActionEventType=r.CMapCompressionType=r.BaseException=r.AnnotationType=r.AnnotationStateModelType=r.AnnotationReviewState=r.AnnotationReplyType=r.AnnotationMode=r.AnnotationMarkedState=r.AnnotationFlag=r.AnnotationFieldFlag=r.AnnotationEditorType=r.AnnotationEditorPrefix=r.AnnotationEditorParamsType=r.AnnotationBorderStyleType=r.AnnotationActionEventType=r.AbortException=void 0;r.arrayByteLength=arrayByteLength;r.arraysToBytes=function arraysToBytes(t){var r=t.length;if(1===r&&t[0]instanceof Uint8Array)return t[0];for(var i=0,o=0;o1&&void 0!==arguments[1]?arguments[1]:null,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return null;try{if(i&&"string"==typeof t){if(i.addDefaultProtocol&&t.startsWith("www.")){var o=t.match(/\./g);o&&o.length>=2&&(t="http://".concat(t))}if(i.tryConvertEncoding)try{t=stringToUTF8String(t)}catch(t){}}var a=r?new URL(t,r):new URL(t);if(_isValidProtocol(a))return a}catch(t){}return null};r.escapeString=function escapeString(t){return t.replace(/([()\\\n\r])/g,(function(t){return"\n"===t?"\\n":"\r"===t?"\\r":"\\".concat(t)}))};r.getModificationDate=function getModificationDate(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Date,r=[t.getUTCFullYear().toString(),(t.getUTCMonth()+1).toString().padStart(2,"0"),t.getUTCDate().toString().padStart(2,"0"),t.getUTCHours().toString().padStart(2,"0"),t.getUTCMinutes().toString().padStart(2,"0"),t.getUTCSeconds().toString().padStart(2,"0")];return r.join("")};r.getVerbosityLevel=function getVerbosityLevel(){return a};r.info=function info(t){a>=o.INFOS&&console.log("Info: ".concat(t))};r.isArrayBuffer=function isArrayBuffer(t){return"object"===_typeof(t)&&null!==t&&void 0!==t.byteLength};r.isArrayEqual=function isArrayEqual(t,r){if(t.length!==r.length)return!1;for(var i=0,o=t.length;i=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function e(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var c,l=!0,u=!1;return{s:function s(){i=i.call(t)},n:function n(){var t=i.next();l=t.done;return t},e:function e(t){u=!0;c=t},f:function f(){try{l||null==i.return||i.return()}finally{if(u)throw c}}}}(t);try{for(o.s();!(r=o.n()).done;){var a=(u=r.value,h=2,function _arrayWithHoles(t){if(Array.isArray(t))return t}(u)||function _iterableToArrayLimit(t,r){var i=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null==i)return;var o,a,c=[],l=!0,u=!1;try{for(i=i.call(t);!(l=(o=i.next()).done);l=!0){c.push(o.value);if(r&&c.length===r)break}}catch(t){u=!0;a=t}finally{try{l||null==i.return||i.return()}finally{if(u)throw a}}return c}(u,h)||_unsupportedIterableToArray(u,h)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),c=a[0],l=a[1];i[c]=l}}catch(t){o.e(t)}finally{o.f()}var u,h;return i};r.objectSize=function objectSize(t){return Object.keys(t).length};r.setVerbosityLevel=function setVerbosityLevel(t){Number.isInteger(t)&&(a=t)};r.shadow=shadow;r.string32=function string32(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,255&t)};r.stringToBytes=stringToBytes;r.stringToPDFString=function stringToPDFString(t){if(t[0]>="ï"){var r;"þ"===t[0]&&"ÿ"===t[1]?r="utf-16be":"ÿ"===t[0]&&"þ"===t[1]?r="utf-16le":"ï"===t[0]&&"»"===t[1]&&"¿"===t[2]&&(r="utf-8");if(r)try{var i=new TextDecoder(r,{fatal:!0}),o=stringToBytes(t);return i.decode(o)}catch(t){warn('stringToPDFString: "'.concat(t,'".'))}}for(var a=[],c=0,l=t.length;c>8&255),String.fromCharCode(255&a))}return r.join("")};r.stringToUTF8String=stringToUTF8String;r.unreachable=unreachable;r.utf8StringToString=function utf8StringToString(t){return unescape(encodeURIComponent(t))};r.warn=warn;i(2);function _toConsumableArray(t){return function _arrayWithoutHoles(t){if(Array.isArray(t))return _arrayLikeToArray(t)}(t)||function _iterableToArray(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||_unsupportedIterableToArray(t)||function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _unsupportedIterableToArray(t,r){if(t){if("string"==typeof t)return _arrayLikeToArray(t,r);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);return"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?_arrayLikeToArray(t,r):void 0}}function _arrayLikeToArray(t,r){(null==r||r>t.length)&&(r=t.length);for(var i=0,o=new Array(r);i=o.WARNINGS&&console.log("Warning: ".concat(t))}function unreachable(t){throw new Error(t)}function _isValidProtocol(t){if(!t)return!1;switch(t.protocol){case"http:":case"https:":case"ftp:":case"mailto:":case"tel:":return!0;default:return!1}}function shadow(t,r,i){Object.defineProperty(t,r,{value:i,enumerable:!0,configurable:!0,writable:!1});return i}var c=function BaseExceptionClosure(){function BaseException(t,r){this.constructor===BaseException&&unreachable("Cannot initialize BaseException.");this.message=t;this.name=r}BaseException.prototype=new Error;BaseException.constructor=BaseException;return BaseException}();r.BaseException=c;var l=function(t){_inherits(PasswordException,t);var r=_createSuper(PasswordException);function PasswordException(t,i){var o;_classCallCheck(this,PasswordException);(o=r.call(this,t,"PasswordException")).code=i;return o}return _createClass(PasswordException)}(c);r.PasswordException=l;var u=function(t){_inherits(UnknownErrorException,t);var r=_createSuper(UnknownErrorException);function UnknownErrorException(t,i){var o;_classCallCheck(this,UnknownErrorException);(o=r.call(this,t,"UnknownErrorException")).details=i;return o}return _createClass(UnknownErrorException)}(c);r.UnknownErrorException=u;var h=function(t){_inherits(InvalidPDFException,t);var r=_createSuper(InvalidPDFException);function InvalidPDFException(t){_classCallCheck(this,InvalidPDFException);return r.call(this,t,"InvalidPDFException")}return _createClass(InvalidPDFException)}(c);r.InvalidPDFException=h;var p=function(t){_inherits(MissingPDFException,t);var r=_createSuper(MissingPDFException);function MissingPDFException(t){_classCallCheck(this,MissingPDFException);return r.call(this,t,"MissingPDFException")}return _createClass(MissingPDFException)}(c);r.MissingPDFException=p;var d=function(t){_inherits(UnexpectedResponseException,t);var r=_createSuper(UnexpectedResponseException);function UnexpectedResponseException(t,i){var o;_classCallCheck(this,UnexpectedResponseException);(o=r.call(this,t,"UnexpectedResponseException")).status=i;return o}return _createClass(UnexpectedResponseException)}(c);r.UnexpectedResponseException=d;var y=function(t){_inherits(FormatError,t);var r=_createSuper(FormatError);function FormatError(t){_classCallCheck(this,FormatError);return r.call(this,t,"FormatError")}return _createClass(FormatError)}(c);r.FormatError=y;var v=function(t){_inherits(AbortException,t);var r=_createSuper(AbortException);function AbortException(t){_classCallCheck(this,AbortException);return r.call(this,t,"AbortException")}return _createClass(AbortException)}(c);r.AbortException=v;function stringToBytes(t){"string"!=typeof t&&unreachable("Invalid argument for stringToBytes");for(var r=t.length,i=new Uint8Array(r),o=0;ot[2]){r[0]=t[2];r[2]=t[0]}if(t[1]>t[3]){r[1]=t[3];r[3]=t[1]}return r}},{key:"intersect",value:function intersect(t,r){var i=Math.max(Math.min(t[0],t[2]),Math.min(r[0],r[2])),o=Math.min(Math.max(t[0],t[2]),Math.max(r[0],r[2]));if(i>o)return null;var a=Math.max(Math.min(t[1],t[3]),Math.min(r[1],r[3])),c=Math.min(Math.max(t[1],t[3]),Math.max(r[1],r[3]));return a>c?null:[i,a,o,c]}},{key:"bezierBoundingBox",value:function bezierBoundingBox(t,r,i,o,a,c,l,u){for(var h,p,d,y,v,m,g,b,_=[],x=[[],[]],w=0;w<2;++w){if(0===w){p=6*t-12*i+6*a;h=-3*t+9*i-9*a+3*l;d=3*i-3*t}else{p=6*r-12*o+6*c;h=-3*r+9*o-9*c+3*u;d=3*o-3*r}if(Math.abs(h)<1e-12){if(Math.abs(p)<1e-12)continue;0<(y=-d/p)&&y<1&&_.push(y)}else{g=p*p-4*d*h;b=Math.sqrt(g);if(!(g<0)){0<(v=(-p+b)/(2*h))&&v<1&&_.push(v);0<(m=(-p-b)/(2*h))&&m<1&&_.push(m)}}}for(var C,T=_.length,P=T;T--;){C=1-(y=_[T]);x[0][T]=C*C*C*t+3*C*C*y*i+3*C*y*y*a+y*y*y*l;x[1][T]=C*C*C*r+3*C*C*y*o+3*C*y*y*c+y*y*y*u}x[0][P]=t;x[1][P]=r;x[0][P+1]=l;x[1][P+1]=u;x[0].length=x[1].length=P+2;return[Math.min.apply(Math,_toConsumableArray(x[0])),Math.min.apply(Math,_toConsumableArray(x[1])),Math.max.apply(Math,_toConsumableArray(x[0])),Math.max.apply(Math,_toConsumableArray(x[1]))]}}]);return Util}();r.Util=b;var _=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,711,710,729,733,731,730,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8226,8224,8225,8230,8212,8211,402,8260,8249,8250,8722,8240,8222,8220,8221,8216,8217,8218,8482,64257,64258,321,338,352,376,381,305,322,339,353,382,0,8364];function stringToUTF8String(t){return decodeURIComponent(escape(t))}},(t,r,i)=>{"use strict";var o=i(3);if(!globalThis._pdfjsCompatibilityChecked){globalThis._pdfjsCompatibilityChecked=!0;!function checkNodeBtoa(){!globalThis.btoa&&o.isNodeJS&&(globalThis.btoa=function(t){return Buffer.from(t,"binary").toString("base64")})}();!function checkNodeAtob(){!globalThis.atob&&o.isNodeJS&&(globalThis.atob=function(t){return Buffer.from(t,"base64").toString("binary")})}();!function checkDOMMatrix(){!globalThis.DOMMatrix&&o.isNodeJS&&(globalThis.DOMMatrix=require("dommatrix/dist/dommatrix.js"))}();!function checkReadableStream(){!globalThis.ReadableStream&&o.isNodeJS&&(globalThis.ReadableStream=require("web-streams-polyfill/dist/ponyfill.js").ReadableStream)}();!function checkArrayAt(){Array.prototype.at||i(4)}();!function checkTypedArrayAt(){Uint8Array.prototype.at||i(76)}()}},(t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});r.isNodeJS=void 0;function _typeof(t){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof(t)}var i=!("object"!==("undefined"==typeof process?"undefined":_typeof(process))||process+""!="[object process]"||process.versions.nw||process.versions.electron&&process.type&&"browser"!==process.type);r.isNodeJS=i},(t,r,i)=>{i(5);var o=i(75);t.exports=o("Array","at")},(t,r,i)=>{"use strict";var o=i(6),a=i(41),c=i(65),l=i(63),u=i(70);o({target:"Array",proto:!0},{at:function at(t){var r=a(this),i=c(r),o=l(t),u=o>=0?o:i+o;return u<0||u>=i?void 0:r[u]}});u("at")},(t,r,i)=>{var o=i(7),a=i(8).f,c=i(45),l=i(49),u=i(39),h=i(57),p=i(69);t.exports=function(t,r){var i,d,y,v,m,g=t.target,b=t.global,_=t.stat;if(i=b?o:_?o[g]||u(g,{}):(o[g]||{}).prototype)for(d in r){v=r[d];y=t.dontCallGetSet?(m=a(i,d))&&m.value:i[d];if(!p(b?d:g+(_?".":"#")+d,t.forced)&&void 0!==y){if(typeof v==typeof y)continue;h(v,y)}(t.sham||y&&y.sham)&&c(v,"sham",!0);l(i,d,v,t)}}},t=>{var check=function(t){return t&&t.Math==Math&&t};t.exports=check("object"==typeof globalThis&&globalThis)||check("object"==typeof window&&window)||check("object"==typeof self&&self)||check("object"==typeof global&&global)||function(){return this}()||Function("return this")()},(t,r,i)=>{var o=i(9),a=i(11),c=i(13),l=i(14),u=i(15),h=i(20),p=i(40),d=i(43),y=Object.getOwnPropertyDescriptor;r.f=o?y:function getOwnPropertyDescriptor(t,r){t=u(t);r=h(r);if(d)try{return y(t,r)}catch(t){}if(p(t,r))return l(!a(c.f,t,r),t[r])}},(t,r,i)=>{var o=i(10);t.exports=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},(t,r,i)=>{var o=i(12),a=Function.prototype.call;t.exports=o?a.bind(a):function(){return a.apply(a,arguments)}},(t,r,i)=>{var o=i(10);t.exports=!o((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},(t,r)=>{"use strict";var i={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,a=o&&!i.call({1:2},1);r.f=a?function propertyIsEnumerable(t){var r=o(this,t);return!!r&&r.enumerable}:i},t=>{t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},(t,r,i)=>{var o=i(16),a=i(19);t.exports=function(t){return o(a(t))}},(t,r,i)=>{var o=i(17),a=i(10),c=i(18),l=Object,u=o("".split);t.exports=a((function(){return!l("z").propertyIsEnumerable(0)}))?function(t){return"String"==c(t)?u(t,""):l(t)}:l},(t,r,i)=>{var o=i(12),a=Function.prototype,c=a.bind,l=a.call,u=o&&c.bind(l,l);t.exports=o?function(t){return t&&u(t)}:function(t){return t&&function(){return l.apply(t,arguments)}}},(t,r,i)=>{var o=i(17),a=o({}.toString),c=o("".slice);t.exports=function(t){return c(a(t),8,-1)}},t=>{var r=TypeError;t.exports=function(t){if(null==t)throw r("Can't call method on "+t);return t}},(t,r,i)=>{var o=i(21),a=i(24);t.exports=function(t){var r=o(t,"string");return a(r)?r:r+""}},(t,r,i)=>{var o=i(11),a=i(22),c=i(24),l=i(31),u=i(34),h=i(35),p=TypeError,d=h("toPrimitive");t.exports=function(t,r){if(!a(t)||c(t))return t;var i,h=l(t,d);if(h){void 0===r&&(r="default");i=o(h,t,r);if(!a(i)||c(i))return i;throw p("Can't convert object to primitive value")}void 0===r&&(r="number");return u(t,r)}},(t,r,i)=>{var o=i(23);t.exports=function(t){return"object"==typeof t?null!==t:o(t)}},t=>{t.exports=function(t){return"function"==typeof t}},(t,r,i)=>{var o=i(25),a=i(23),c=i(26),l=i(27),u=Object;t.exports=l?function(t){return"symbol"==typeof t}:function(t){var r=o("Symbol");return a(r)&&c(r.prototype,u(t))}},(t,r,i)=>{var o=i(7),a=i(23),aFunction=function(t){return a(t)?t:void 0};t.exports=function(t,r){return arguments.length<2?aFunction(o[t]):o[t]&&o[t][r]}},(t,r,i)=>{var o=i(17);t.exports=o({}.isPrototypeOf)},(t,r,i)=>{var o=i(28);t.exports=o&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},(t,r,i)=>{var o=i(29),a=i(10);t.exports=!!Object.getOwnPropertySymbols&&!a((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&o&&o<41}))},(t,r,i)=>{var o,a,c=i(7),l=i(30),u=c.process,h=c.Deno,p=u&&u.versions||h&&h.version,d=p&&p.v8;d&&(a=(o=d.split("."))[0]>0&&o[0]<4?1:+(o[0]+o[1]));!a&&l&&(!(o=l.match(/Edge\/(\d+)/))||o[1]>=74)&&(o=l.match(/Chrome\/(\d+)/))&&(a=+o[1]);t.exports=a},(t,r,i)=>{var o=i(25);t.exports=o("navigator","userAgent")||""},(t,r,i)=>{var o=i(32);t.exports=function(t,r){var i=t[r];return null==i?void 0:o(i)}},(t,r,i)=>{var o=i(23),a=i(33),c=TypeError;t.exports=function(t){if(o(t))return t;throw c(a(t)+" is not a function")}},t=>{var r=String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},(t,r,i)=>{var o=i(11),a=i(23),c=i(22),l=TypeError;t.exports=function(t,r){var i,u;if("string"===r&&a(i=t.toString)&&!c(u=o(i,t)))return u;if(a(i=t.valueOf)&&!c(u=o(i,t)))return u;if("string"!==r&&a(i=t.toString)&&!c(u=o(i,t)))return u;throw l("Can't convert object to primitive value")}},(t,r,i)=>{var o=i(7),a=i(36),c=i(40),l=i(42),u=i(28),h=i(27),p=a("wks"),d=o.Symbol,y=d&&d.for,v=h?d:d&&d.withoutSetter||l;t.exports=function(t){if(!c(p,t)||!u&&"string"!=typeof p[t]){var r="Symbol."+t;u&&c(d,t)?p[t]=d[t]:p[t]=h&&y?y(r):v(r)}return p[t]}},(t,r,i)=>{var o=i(37),a=i(38);(t.exports=function(t,r){return a[t]||(a[t]=void 0!==r?r:{})})("versions",[]).push({version:"3.23.5",mode:o?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.23.5/LICENSE",source:"https://github.com/zloirock/core-js"})},t=>{t.exports=!1},(t,r,i)=>{var o=i(7),a=i(39),c="__core-js_shared__",l=o[c]||a(c,{});t.exports=l},(t,r,i)=>{var o=i(7),a=Object.defineProperty;t.exports=function(t,r){try{a(o,t,{value:r,configurable:!0,writable:!0})}catch(i){o[t]=r}return r}},(t,r,i)=>{var o=i(17),a=i(41),c=o({}.hasOwnProperty);t.exports=Object.hasOwn||function hasOwn(t,r){return c(a(t),r)}},(t,r,i)=>{var o=i(19),a=Object;t.exports=function(t){return a(o(t))}},(t,r,i)=>{var o=i(17),a=0,c=Math.random(),l=o(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+l(++a+c,36)}},(t,r,i)=>{var o=i(9),a=i(10),c=i(44);t.exports=!o&&!a((function(){return 7!=Object.defineProperty(c("div"),"a",{get:function(){return 7}}).a}))},(t,r,i)=>{var o=i(7),a=i(22),c=o.document,l=a(c)&&a(c.createElement);t.exports=function(t){return l?c.createElement(t):{}}},(t,r,i)=>{var o=i(9),a=i(46),c=i(14);t.exports=o?function(t,r,i){return a.f(t,r,c(1,i))}:function(t,r,i){t[r]=i;return t}},(t,r,i)=>{var o=i(9),a=i(43),c=i(47),l=i(48),u=i(20),h=TypeError,p=Object.defineProperty,d=Object.getOwnPropertyDescriptor,y="enumerable",v="configurable",m="writable";r.f=o?c?function defineProperty(t,r,i){l(t);r=u(r);l(i);if("function"==typeof t&&"prototype"===r&&"value"in i&&m in i&&!i.writable){var o=d(t,r);if(o&&o.writable){t[r]=i.value;i={configurable:v in i?i.configurable:o.configurable,enumerable:y in i?i.enumerable:o.enumerable,writable:!1}}}return p(t,r,i)}:p:function defineProperty(t,r,i){l(t);r=u(r);l(i);if(a)try{return p(t,r,i)}catch(t){}if("get"in i||"set"in i)throw h("Accessors not supported");"value"in i&&(t[r]=i.value);return t}},(t,r,i)=>{var o=i(9),a=i(10);t.exports=o&&a((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},(t,r,i)=>{var o=i(22),a=String,c=TypeError;t.exports=function(t){if(o(t))return t;throw c(a(t)+" is not an object")}},(t,r,i)=>{var o=i(23),a=i(46),c=i(50),l=i(39);t.exports=function(t,r,i,u){u||(u={});var h=u.enumerable,p=void 0!==u.name?u.name:r;o(i)&&c(i,p,u);if(u.global)h?t[r]=i:l(r,i);else{try{u.unsafe?t[r]&&(h=!0):delete t[r]}catch(t){}h?t[r]=i:a.f(t,r,{value:i,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return t}},(t,r,i)=>{var o=i(10),a=i(23),c=i(40),l=i(9),u=i(51).CONFIGURABLE,h=i(52),p=i(53),d=p.enforce,y=p.get,v=Object.defineProperty,m=l&&!o((function(){return 8!==v((function(){}),"length",{value:8}).length})),g=String(String).split("String"),b=t.exports=function(t,r,i){"Symbol("===String(r).slice(0,7)&&(r="["+String(r).replace(/^Symbol\(([^)]*)\)/,"$1")+"]");i&&i.getter&&(r="get "+r);i&&i.setter&&(r="set "+r);(!c(t,"name")||u&&t.name!==r)&&(l?v(t,"name",{value:r,configurable:!0}):t.name=r);m&&i&&c(i,"arity")&&t.length!==i.arity&&v(t,"length",{value:i.arity});try{i&&c(i,"constructor")&&i.constructor?l&&v(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var o=d(t);c(o,"source")||(o.source=g.join("string"==typeof r?r:""));return t};Function.prototype.toString=b((function toString(){return a(this)&&y(this).source||h(this)}),"toString")},(t,r,i)=>{var o=i(9),a=i(40),c=Function.prototype,l=o&&Object.getOwnPropertyDescriptor,u=a(c,"name"),h=u&&"something"===function something(){}.name,p=u&&(!o||o&&l(c,"name").configurable);t.exports={EXISTS:u,PROPER:h,CONFIGURABLE:p}},(t,r,i)=>{var o=i(17),a=i(23),c=i(38),l=o(Function.toString);a(c.inspectSource)||(c.inspectSource=function(t){return l(t)});t.exports=c.inspectSource},(t,r,i)=>{var o,a,c,l=i(54),u=i(7),h=i(17),p=i(22),d=i(45),y=i(40),v=i(38),m=i(55),g=i(56),b="Object already initialized",_=u.TypeError,x=u.WeakMap;if(l||v.state){var w=v.state||(v.state=new x),C=h(w.get),T=h(w.has),P=h(w.set);o=function(t,r){if(T(w,t))throw new _(b);r.facade=t;P(w,t,r);return r};a=function(t){return C(w,t)||{}};c=function(t){return T(w,t)}}else{var S=m("state");g[S]=!0;o=function(t,r){if(y(t,S))throw new _(b);r.facade=t;d(t,S,r);return r};a=function(t){return y(t,S)?t[S]:{}};c=function(t){return y(t,S)}}t.exports={set:o,get:a,has:c,enforce:function(t){return c(t)?a(t):o(t,{})},getterFor:function(t){return function(r){var i;if(!p(r)||(i=a(r)).type!==t)throw _("Incompatible receiver, "+t+" required");return i}}}},(t,r,i)=>{var o=i(7),a=i(23),c=i(52),l=o.WeakMap;t.exports=a(l)&&/native code/.test(c(l))},(t,r,i)=>{var o=i(36),a=i(42),c=o("keys");t.exports=function(t){return c[t]||(c[t]=a(t))}},t=>{t.exports={}},(t,r,i)=>{var o=i(40),a=i(58),c=i(8),l=i(46);t.exports=function(t,r,i){for(var u=a(r),h=l.f,p=c.f,d=0;d{var o=i(25),a=i(17),c=i(59),l=i(68),u=i(48),h=a([].concat);t.exports=o("Reflect","ownKeys")||function ownKeys(t){var r=c.f(u(t)),i=l.f;return i?h(r,i(t)):r}},(t,r,i)=>{var o=i(60),a=i(67).concat("length","prototype");r.f=Object.getOwnPropertyNames||function getOwnPropertyNames(t){return o(t,a)}},(t,r,i)=>{var o=i(17),a=i(40),c=i(15),l=i(61).indexOf,u=i(56),h=o([].push);t.exports=function(t,r){var i,o=c(t),p=0,d=[];for(i in o)!a(u,i)&&a(o,i)&&h(d,i);for(;r.length>p;)a(o,i=r[p++])&&(~l(d,i)||h(d,i));return d}},(t,r,i)=>{var o=i(15),a=i(62),c=i(65),createMethod=function(t){return function(r,i,l){var u,h=o(r),p=c(h),d=a(l,p);if(t&&i!=i){for(;p>d;)if((u=h[d++])!=u)return!0}else for(;p>d;d++)if((t||d in h)&&h[d]===i)return t||d||0;return!t&&-1}};t.exports={includes:createMethod(!0),indexOf:createMethod(!1)}},(t,r,i)=>{var o=i(63),a=Math.max,c=Math.min;t.exports=function(t,r){var i=o(t);return i<0?a(i+r,0):c(i,r)}},(t,r,i)=>{var o=i(64);t.exports=function(t){var r=+t;return r!=r||0===r?0:o(r)}},t=>{var r=Math.ceil,i=Math.floor;t.exports=Math.trunc||function trunc(t){var o=+t;return(o>0?i:r)(o)}},(t,r,i)=>{var o=i(66);t.exports=function(t){return o(t.length)}},(t,r,i)=>{var o=i(63),a=Math.min;t.exports=function(t){return t>0?a(o(t),9007199254740991):0}},t=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},(t,r)=>{r.f=Object.getOwnPropertySymbols},(t,r,i)=>{var o=i(10),a=i(23),c=/#|\.prototype\./,isForced=function(t,r){var i=u[l(t)];return i==p||i!=h&&(a(r)?o(r):!!r)},l=isForced.normalize=function(t){return String(t).replace(c,".").toLowerCase()},u=isForced.data={},h=isForced.NATIVE="N",p=isForced.POLYFILL="P";t.exports=isForced},(t,r,i)=>{var o=i(35),a=i(71),c=i(46).f,l=o("unscopables"),u=Array.prototype;null==u[l]&&c(u,l,{configurable:!0,value:a(null)});t.exports=function(t){u[l][t]=!0}},(t,r,i)=>{var o,a=i(48),c=i(72),l=i(67),u=i(56),h=i(74),p=i(44),d=i(55),y=d("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(t){return"