(self.webpackChunkCustomerApp=self.webpackChunkCustomerApp||[]).push([[8375],{6549:t=>{"use strict";t.exports=Object.getOwnPropertyDescriptor},35969:function(t){t.exports=function(t){var e={};function r(o){if(e[o])return e[o].exports;var n=e[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,o){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(o,n,function(e){return t[e]}.bind(null,n));return o},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=1)}([function(t,e){t.exports=function(t){return Array.isArray?Array.isArray(t):"[object Array]"===Object.prototype.toString.call(t)}},function(t,e,r){function o(t){return(o="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})(t)}function n(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}var a=r(2),i=r(8),s=r(0),p=function(){function t(e,r){var o=r.location,n=void 0===o?0:o,a=r.distance,s=void 0===a?100:a,p=r.threshold,c=void 0===p?.6:p,y=r.maxPatternLength,l=void 0===y?32:y,u=r.caseSensitive,f=void 0!==u&&u,h=r.tokenSeparator,d=void 0===h?/ +/g:h,v=r.findAllMatches,g=void 0!==v&&v,A=r.minMatchCharLength,m=void 0===A?1:A,S=r.id,P=void 0===S?null:S,b=r.keys,x=void 0===b?[]:b,k=r.shouldSort,w=void 0===k||k,M=r.getFn,I=void 0===M?i:M,_=r.sortFn,F=void 0===_?function(t,e){return t.score-e.score}:_,O=r.tokenize,E=void 0!==O&&O,U=r.matchAllTokens,R=void 0!==U&&U,C=r.includeMatches,j=void 0!==C&&C,L=r.includeScore,B=void 0!==L&&L,T=r.verbose,G=void 0!==T&&T;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.options={location:n,distance:s,threshold:c,maxPatternLength:l,isCaseSensitive:f,tokenSeparator:d,findAllMatches:g,minMatchCharLength:m,id:P,keys:x,includeMatches:j,includeScore:B,shouldSort:w,getFn:I,sortFn:F,verbose:G,tokenize:E,matchAllTokens:R},this.setCollection(e)}var e,r,p;return e=t,(r=[{key:"setCollection",value:function(t){return this.list=t,t}},{key:"search",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{limit:!1};this._log('---------\nSearch pattern: "'.concat(t,'"'));var r=this._prepareSearchers(t),o=r.tokenSearchers,n=r.fullSearcher,a=this._search(o,n),i=a.weights,s=a.results;return this._computeScore(i,s),this.options.shouldSort&&this._sort(s),e.limit&&"number"==typeof e.limit&&(s=s.slice(0,e.limit)),this._format(s)}},{key:"_prepareSearchers",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=[];if(this.options.tokenize)for(var r=t.split(this.options.tokenSeparator),o=0,n=r.length;o<n;o+=1)e.push(new a(r[o],this.options));return{tokenSearchers:e,fullSearcher:new a(t,this.options)}}},{key:"_search",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1?arguments[1]:void 0,r=this.list,o={},n=[];if("string"==typeof r[0]){for(var a=0,i=r.length;a<i;a+=1)this._analyze({key:"",value:r[a],record:a,index:a},{resultMap:o,results:n,tokenSearchers:t,fullSearcher:e});return{weights:null,results:n}}for(var s={},p=0,c=r.length;p<c;p+=1)for(var y=r[p],l=0,u=this.options.keys.length;l<u;l+=1){var f=this.options.keys[l];if("string"!=typeof f){if(s[f.name]={weight:1-f.weight||1},f.weight<=0||f.weight>1)throw new Error("Key weight has to be > 0 and <= 1");f=f.name}else s[f]={weight:1};this._analyze({key:f,value:this.options.getFn(y,f),record:y,index:p},{resultMap:o,results:n,tokenSearchers:t,fullSearcher:e})}return{weights:s,results:n}}},{key:"_analyze",value:function(t,e){var r=t.key,o=t.arrayIndex,n=void 0===o?-1:o,a=t.value,i=t.record,p=t.index,c=e.tokenSearchers,y=void 0===c?[]:c,l=e.fullSearcher,u=void 0===l?[]:l,f=e.resultMap,h=void 0===f?{}:f,d=e.results,v=void 0===d?[]:d;if(null!=a){var g=!1,A=-1,m=0;if("string"==typeof a){this._log("\nKey: ".concat(""===r?"-":r));var S=u.search(a);if(this._log('Full text: "'.concat(a,'", score: ').concat(S.score)),this.options.tokenize){for(var P=a.split(this.options.tokenSeparator),b=[],x=0;x<y.length;x+=1){var k=y[x];this._log('\nPattern: "'.concat(k.pattern,'"'));for(var w=!1,M=0;M<P.length;M+=1){var I=P[M],_=k.search(I),F={};_.isMatch?(F[I]=_.score,g=!0,w=!0,b.push(_.score)):(F[I]=1,this.options.matchAllTokens||b.push(1)),this._log('Token: "'.concat(I,'", score: ').concat(F[I]))}w&&(m+=1)}A=b[0];for(var O=b.length,E=1;E<O;E+=1)A+=b[E];A/=O,this._log("Token score average:",A)}var U=S.score;A>-1&&(U=(U+A)/2),this._log("Score average:",U);var R=!this.options.tokenize||!this.options.matchAllTokens||m>=y.length;if(this._log("\nCheck Matches: ".concat(R)),(g||S.isMatch)&&R){var C=h[p];C?C.output.push({key:r,arrayIndex:n,value:a,score:U,matchedIndices:S.matchedIndices}):(h[p]={item:i,output:[{key:r,arrayIndex:n,value:a,score:U,matchedIndices:S.matchedIndices}]},v.push(h[p]))}}else if(s(a))for(var j=0,L=a.length;j<L;j+=1)this._analyze({key:r,arrayIndex:j,value:a[j],record:i,index:p},{resultMap:h,results:v,tokenSearchers:y,fullSearcher:u})}}},{key:"_computeScore",value:function(t,e){this._log("\n\nComputing score:\n");for(var r=0,o=e.length;r<o;r+=1){for(var n=e[r].output,a=n.length,i=1,s=1,p=0;p<a;p+=1){var c=t?t[n[p].key].weight:1,y=(1===c?n[p].score:n[p].score||.001)*c;1!==c?s=Math.min(s,y):(n[p].nScore=y,i*=y)}e[r].score=1===s?i:s,this._log(e[r])}}},{key:"_sort",value:function(t){this._log("\n\nSorting...."),t.sort(this.options.sortFn)}},{key:"_format",value:function(t){var e=[];if(this.options.verbose){var r=[];this._log("\n\nOutput:\n\n",JSON.stringify(t,(function(t,e){if("object"===o(e)&&null!==e){if(-1!==r.indexOf(e))return;r.push(e)}return e}))),r=null}var n=[];this.options.includeMatches&&n.push((function(t,e){var r=t.output;e.matches=[];for(var o=0,n=r.length;o<n;o+=1){var a=r[o];if(0!==a.matchedIndices.length){var i={indices:a.matchedIndices,value:a.value};a.key&&(i.key=a.key),a.hasOwnProperty("arrayIndex")&&a.arrayIndex>-1&&(i.arrayIndex=a.arrayIndex),e.matches.push(i)}}})),this.options.includeScore&&n.push((function(t,e){e.score=t.score}));for(var a=0,i=t.length;a<i;a+=1){var s=t[a];if(this.options.id&&(s.item=this.options.getFn(s.item,this.options.id)[0]),n.length){for(var p={item:s.item},c=0,y=n.length;c<y;c+=1)n[c](s,p);e.push(p)}else e.push(s.item)}return e}},{key:"_log",value:function(){var t;this.options.verbose&&(t=console).log.apply(t,arguments)}}])&&n(e.prototype,r),p&&n(e,p),t}();t.exports=p},function(t,e,r){function o(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}var n=r(3),a=r(4),i=r(7),s=function(){function t(e,r){var o=r.location,n=void 0===o?0:o,a=r.distance,s=void 0===a?100:a,p=r.threshold,c=void 0===p?.6:p,y=r.maxPatternLength,l=void 0===y?32:y,u=r.isCaseSensitive,f=void 0!==u&&u,h=r.tokenSeparator,d=void 0===h?/ +/g:h,v=r.findAllMatches,g=void 0!==v&&v,A=r.minMatchCharLength,m=void 0===A?1:A;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.options={location:n,distance:s,threshold:c,maxPatternLength:l,isCaseSensitive:f,tokenSeparator:d,findAllMatches:g,minMatchCharLength:m},this.pattern=this.options.isCaseSensitive?e:e.toLowerCase(),this.pattern.length<=l&&(this.patternAlphabet=i(this.pattern))}var e,r,s;return e=t,(r=[{key:"search",value:function(t){if(this.options.isCaseSensitive||(t=t.toLowerCase()),this.pattern===t)return{isMatch:!0,score:0,matchedIndices:[[0,t.length-1]]};var e=this.options,r=e.maxPatternLength,o=e.tokenSeparator;if(this.pattern.length>r)return n(t,this.pattern,o);var i=this.options,s=i.location,p=i.distance,c=i.threshold,y=i.findAllMatches,l=i.minMatchCharLength;return a(t,this.pattern,this.patternAlphabet,{location:s,distance:p,threshold:c,findAllMatches:y,minMatchCharLength:l})}}])&&o(e.prototype,r),s&&o(e,s),t}();t.exports=s},function(t,e){var r=/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g;t.exports=function(t,e){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:/ +/g,n=new RegExp(e.replace(r,"\\$&").replace(o,"|")),a=t.match(n),i=!!a,s=[];if(i)for(var p=0,c=a.length;p<c;p+=1){var y=a[p];s.push([t.indexOf(y),y.length-1])}return{score:i?.5:1,isMatch:i,matchedIndices:s}}},function(t,e,r){var o=r(5),n=r(6);t.exports=function(t,e,r,a){for(var i=a.location,s=void 0===i?0:i,p=a.distance,c=void 0===p?100:p,y=a.threshold,l=void 0===y?.6:y,u=a.findAllMatches,f=void 0!==u&&u,h=a.minMatchCharLength,d=void 0===h?1:h,v=s,g=t.length,A=l,m=t.indexOf(e,v),S=e.length,P=[],b=0;b<g;b+=1)P[b]=0;if(-1!==m){var x=o(e,{errors:0,currentLocation:m,expectedLocation:v,distance:c});if(A=Math.min(x,A),-1!==(m=t.lastIndexOf(e,v+S))){var k=o(e,{errors:0,currentLocation:m,expectedLocation:v,distance:c});A=Math.min(k,A)}}m=-1;for(var w=[],M=1,I=S+g,_=1<<S-1,F=0;F<S;F+=1){for(var O=0,E=I;O<E;)o(e,{errors:F,currentLocation:v+E,expectedLocation:v,distance:c})<=A?O=E:I=E,E=Math.floor((I-O)/2+O);I=E;var U=Math.max(1,v-E+1),R=f?g:Math.min(v+E,g)+S,C=Array(R+2);C[R+1]=(1<<F)-1;for(var j=R;j>=U;j-=1){var L=j-1,B=r[t.charAt(L)];if(B&&(P[L]=1),C[j]=(C[j+1]<<1|1)&B,0!==F&&(C[j]|=(w[j+1]|w[j])<<1|1|w[j+1]),C[j]&_&&(M=o(e,{errors:F,currentLocation:L,expectedLocation:v,distance:c}))<=A){if(A=M,(m=L)<=v)break;U=Math.max(1,2*v-m)}}if(o(e,{errors:F+1,currentLocation:v,expectedLocation:v,distance:c})>A)break;w=C}return{isMatch:m>=0,score:0===M?.001:M,matchedIndices:n(P,d)}}},function(t,e){t.exports=function(t,e){var r=e.errors,o=void 0===r?0:r,n=e.currentLocation,a=void 0===n?0:n,i=e.expectedLocation,s=void 0===i?0:i,p=e.distance,c=void 0===p?100:p,y=o/t.length,l=Math.abs(s-a);return c?y+l/c:l?1:y}},function(t,e){t.exports=function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,r=[],o=-1,n=-1,a=0,i=t.length;a<i;a+=1){var s=t[a];s&&-1===o?o=a:s||-1===o||((n=a-1)-o+1>=e&&r.push([o,n]),o=-1)}return t[a-1]&&a-o>=e&&r.push([o,a-1]),r}},function(t,e){t.exports=function(t){for(var e={},r=t.length,o=0;o<r;o+=1)e[t.charAt(o)]=0;for(var n=0;n<r;n+=1)e[t.charAt(n)]|=1<<r-n-1;return e}},function(t,e,r){var o=r(0);t.exports=function(t,e){return function t(e,r,n){if(r){var a=r.indexOf("."),i=r,s=null;-1!==a&&(i=r.slice(0,a),s=r.slice(a+1));var p=e[i];if(null!=p)if(s||"string"!=typeof p&&"number"!=typeof p)if(o(p))for(var c=0,y=p.length;c<y;c+=1)t(p[c],s,n);else s&&t(p,s,n);else n.push(p.toString())}else n.push(e);return n}(t,e,[])}}])},48648:t=>{"use strict";t.exports="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null},70453:(t,e,r)=>{"use strict";var o,n=r(79612),a=r(69383),i=r(41237),s=r(79290),p=r(79538),c=r(58068),y=r(69675),l=r(35345),u=r(71514),f=r(58968),h=r(6188),d=r(68002),v=r(75880),g=r(70414),A=r(73093),m=Function,S=function(t){try{return m('"use strict"; return ('+t+").constructor;")()}catch(t){}},P=r(75795),b=r(30655),x=function(){throw new y},k=P?function(){try{return x}catch(t){try{return P(arguments,"callee").get}catch(t){return x}}}():x,w=r(64039)(),M=r(93628),I=r(71064),_=r(48648),F=r(11002),O=r(87695),E={},U="undefined"!=typeof Uint8Array&&M?M(Uint8Array):o,R={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?o:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?o:ArrayBuffer,"%ArrayIteratorPrototype%":w&&M?M([][Symbol.iterator]()):o,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":E,"%AsyncGenerator%":E,"%AsyncGeneratorFunction%":E,"%AsyncIteratorPrototype%":E,"%Atomics%":"undefined"==typeof Atomics?o:Atomics,"%BigInt%":"undefined"==typeof BigInt?o:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?o:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?o:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?o:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":a,"%eval%":eval,"%EvalError%":i,"%Float16Array%":"undefined"==typeof Float16Array?o:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?o:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?o:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?o:FinalizationRegistry,"%Function%":m,"%GeneratorFunction%":E,"%Int8Array%":"undefined"==typeof Int8Array?o:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?o:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?o:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&M?M(M([][Symbol.iterator]())):o,"%JSON%":"object"==typeof JSON?JSON:o,"%Map%":"undefined"==typeof Map?o:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&w&&M?M((new Map)[Symbol.iterator]()):o,"%Math%":Math,"%Number%":Number,"%Object%":n,"%Object.getOwnPropertyDescriptor%":P,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?o:Promise,"%Proxy%":"undefined"==typeof Proxy?o:Proxy,"%RangeError%":s,"%ReferenceError%":p,"%Reflect%":"undefined"==typeof Reflect?o:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?o:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&w&&M?M((new Set)[Symbol.iterator]()):o,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?o:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&M?M(""[Symbol.iterator]()):o,"%Symbol%":w?Symbol:o,"%SyntaxError%":c,"%ThrowTypeError%":k,"%TypedArray%":U,"%TypeError%":y,"%Uint8Array%":"undefined"==typeof Uint8Array?o:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?o:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?o:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?o:Uint32Array,"%URIError%":l,"%WeakMap%":"undefined"==typeof WeakMap?o:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?o:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?o:WeakSet,"%Function.prototype.call%":O,"%Function.prototype.apply%":F,"%Object.defineProperty%":b,"%Object.getPrototypeOf%":I,"%Math.abs%":u,"%Math.floor%":f,"%Math.max%":h,"%Math.min%":d,"%Math.pow%":v,"%Math.round%":g,"%Math.sign%":A,"%Reflect.getPrototypeOf%":_};if(M)try{null.error}catch(t){var C=M(M(t));R["%Error.prototype%"]=C}var j=function t(e){var r;if("%AsyncFunction%"===e)r=S("async function () {}");else if("%GeneratorFunction%"===e)r=S("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=S("async function* () {}");else if("%AsyncGenerator%"===e){var o=t("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===e){var n=t("%AsyncGenerator%");n&&M&&(r=M(n.prototype))}return R[e]=r,r},L={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},B=r(66743),T=r(9957),G=B.call(O,Array.prototype.concat),N=B.call(F,Array.prototype.splice),W=B.call(O,String.prototype.replace),z=B.call(O,String.prototype.slice),D=B.call(O,RegExp.prototype.exec),J=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,V=/\\(\\)?/g,$=function(t,e){var r,o=t;if(T(L,o)&&(o="%"+(r=L[o])[0]+"%"),T(R,o)){var n=R[o];if(n===E&&(n=j(o)),void 0===n&&!e)throw new y("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:o,value:n}}throw new c("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new y("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new y('"allowMissing" argument must be a boolean');if(null===D(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(t){var e=z(t,0,1),r=z(t,-1);if("%"===e&&"%"!==r)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new c("invalid intrinsic syntax, expected opening `%`");var o=[];return W(t,J,(function(t,e,r,n){o[o.length]=r?W(n,V,"$1"):e||t})),o}(t),o=r.length>0?r[0]:"",n=$("%"+o+"%",e),a=n.name,i=n.value,s=!1,p=n.alias;p&&(o=p[0],N(r,G([0,1],p)));for(var l=1,u=!0;l<r.length;l+=1){var f=r[l],h=z(f,0,1),d=z(f,-1);if(('"'===h||"'"===h||"`"===h||'"'===d||"'"===d||"`"===d)&&h!==d)throw new c("property names with quotes must have matching quotes");if("constructor"!==f&&u||(s=!0),T(R,a="%"+(o+="."+f)+"%"))i=R[a];else if(null!=i){if(!(f in i)){if(!e)throw new y("base intrinsic for "+t+" exists, but the property is not available.");return}if(P&&l+1>=r.length){var v=P(i,f);i=(u=!!v)&&"get"in v&&!("originalValue"in v.get)?v.get:i[f]}else u=T(i,f),i=i[f];u&&!s&&(R[a]=i)}}return i}},71064:(t,e,r)=>{"use strict";var o=r(79612);t.exports=o.getPrototypeOf||null},75795:(t,e,r)=>{"use strict";var o=r(6549);if(o)try{o([],"length")}catch(t){o=null}t.exports=o},93628:(t,e,r)=>{"use strict";var o=r(48648),n=r(71064),a=r(7176);t.exports=o?function(t){return o(t)}:n?function(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return n(t)}:a?function(t){return a(t)}:null}}]);