Newer
Older
smartwell_front_dz / smartwell / static / js / chunk-libs-37a93c5f.6df1a514.js
wangxitong on 11 Sep 2023 21 KB first commit
(self["webpackChunknewfront"]=self["webpackChunknewfront"]||[]).push([[4367],{17648:t=>{"use strict";var r="Function.prototype.bind called on incompatible ",e=Array.prototype.slice,o=Object.prototype.toString,n="[object Function]";t.exports=function(t){var i=this;if("function"!==typeof i||o.call(i)!==n)throw new TypeError(r+i);for(var a,p=e.call(arguments,1),c=function(){if(this instanceof a){var r=i.apply(this,p.concat(e.call(arguments)));return Object(r)===r?r:this}return i.apply(t,p.concat(e.call(arguments)))},s=Math.max(0,i.length-p.length),u=[],y=0;y<s;y++)u.push("$"+y);if(a=Function("binder","return function ("+u.join(",")+"){ return binder.apply(this,arguments); }")(c),i.prototype){var f=function(){};f.prototype=i.prototype,a.prototype=new f,f.prototype=null}return a}},58612:(t,r,e)=>{"use strict";var o=e(17648);t.exports=Function.prototype.bind||o},25972:t=>{"use strict";var r=function(){return"string"===typeof function(){}.name},e=Object.getOwnPropertyDescriptor;if(e)try{e([],"length")}catch(n){e=null}r.functionsHaveConfigurableNames=function(){if(!r()||!e)return!1;var t=e((function(){}),"name");return!!t&&!!t.configurable};var o=Function.prototype.bind;r.boundFunctionsHaveNames=function(){return r()&&"function"===typeof o&&""!==function(){}.bind().name},t.exports=r},29657:(t,r,e)=>{var o=e(10251),n=function(t){this.precision=t&&t.precision?t.precision:17,this.direction=!(!t||!t.direction)&&t.direction,this.pseudoNode=!(!t||!t.pseudoNode)&&t.pseudoNode,this.objectComparator=t&&t.objectComparator?t.objectComparator:p};function i(t){return t.coordinates.map((function(r){return{type:t.type.replace("Multi",""),coordinates:r}}))}function a(t,r){return t.hasOwnProperty("coordinates")?t.coordinates.length===r.coordinates.length:t.length===r.length}function p(t,r){return o(t,r,{strict:!0})}n.prototype.compare=function(t,r){if(t.type!==r.type||!a(t,r))return!1;switch(t.type){case"Point":return this.compareCoord(t.coordinates,r.coordinates);case"LineString":return this.compareLine(t.coordinates,r.coordinates,0,!1);case"Polygon":return this.comparePolygon(t,r);case"Feature":return this.compareFeature(t,r);default:if(0===t.type.indexOf("Multi")){var e=this,o=i(t),n=i(r);return o.every((function(t){return this.some((function(r){return e.compare(t,r)}))}),n)}}return!1},n.prototype.compareCoord=function(t,r){if(t.length!==r.length)return!1;for(var e=0;e<t.length;e++)if(t[e].toFixed(this.precision)!==r[e].toFixed(this.precision))return!1;return!0},n.prototype.compareLine=function(t,r,e,o){if(!a(t,r))return!1;var n=this.pseudoNode?t:this.removePseudo(t),i=this.pseudoNode?r:this.removePseudo(r);if(!o||this.compareCoord(n[0],i[0])||(i=this.fixStartIndex(i,n),i)){var p=this.compareCoord(n[e],i[e]);return this.direction||p?this.comparePath(n,i):!!this.compareCoord(n[e],i[i.length-(1+e)])&&this.comparePath(n.slice().reverse(),i)}},n.prototype.fixStartIndex=function(t,r){for(var e,o=-1,n=0;n<t.length;n++)if(this.compareCoord(t[n],r[0])){o=n;break}return o>=0&&(e=[].concat(t.slice(o,t.length),t.slice(1,o+1))),e},n.prototype.comparePath=function(t,r){var e=this;return t.every((function(t,r){return e.compareCoord(t,this[r])}),r)},n.prototype.comparePolygon=function(t,r){if(this.compareLine(t.coordinates[0],r.coordinates[0],1,!0)){var e=t.coordinates.slice(1,t.coordinates.length),o=r.coordinates.slice(1,r.coordinates.length),n=this;return e.every((function(t){return this.some((function(r){return n.compareLine(t,r,1,!0)}))}),o)}return!1},n.prototype.compareFeature=function(t,r){return!(t.id!==r.id||!this.objectComparator(t.properties,r.properties)||!this.compareBBox(t,r))&&this.compare(t.geometry,r.geometry)},n.prototype.compareBBox=function(t,r){return!!(!t.bbox&&!r.bbox||t.bbox&&r.bbox&&this.compareCoord(t.bbox,r.bbox))},n.prototype.removePseudo=function(t){return t},t.exports=n},51787:(t,r,e)=>{var o=e(24056),n=e(84102),i=e(31540),a=e(9705)["default"],p=i.featureEach,c=(i.coordEach,n.polygon,n.featureCollection);function s(t){var r=new o(t);return r.insert=function(t){if("Feature"!==t.type)throw new Error("invalid feature");return t.bbox=t.bbox?t.bbox:a(t),o.prototype.insert.call(this,t)},r.load=function(t){var r=[];return Array.isArray(t)?t.forEach((function(t){if("Feature"!==t.type)throw new Error("invalid features");t.bbox=t.bbox?t.bbox:a(t),r.push(t)})):p(t,(function(t){if("Feature"!==t.type)throw new Error("invalid features");t.bbox=t.bbox?t.bbox:a(t),r.push(t)})),o.prototype.load.call(this,r)},r.remove=function(t,r){if("Feature"!==t.type)throw new Error("invalid feature");return t.bbox=t.bbox?t.bbox:a(t),o.prototype.remove.call(this,t,r)},r.clear=function(){return o.prototype.clear.call(this)},r.search=function(t){var r=o.prototype.search.call(this,this.toBBox(t));return c(r)},r.collides=function(t){return o.prototype.collides.call(this,this.toBBox(t))},r.all=function(){var t=o.prototype.all.call(this);return c(t)},r.toJSON=function(){return o.prototype.toJSON.call(this)},r.fromJSON=function(t){return o.prototype.fromJSON.call(this,t)},r.toBBox=function(t){var r;if(t.bbox)r=t.bbox;else if(Array.isArray(t)&&4===t.length)r=t;else if(Array.isArray(t)&&6===t.length)r=[t[0],t[1],t[3],t[4]];else if("Feature"===t.type)r=a(t);else{if("FeatureCollection"!==t.type)throw new Error("invalid geojson");r=a(t)}return{minX:r[0],minY:r[1],maxX:r[2],maxY:r[3]}},r}t.exports=s,t.exports["default"]=s},24056:function(t){!function(r,e){t.exports=e()}(0,(function(){"use strict";function t(t,o,n,i,a){!function t(e,o,n,i,a){for(;i>n;){if(i-n>600){var p=i-n+1,c=o-n+1,s=Math.log(p),u=.5*Math.exp(2*s/3),y=.5*Math.sqrt(s*u*(p-u)/p)*(c-p/2<0?-1:1),f=Math.max(n,Math.floor(o-c*u/p+y)),l=Math.min(i,Math.floor(o+(p-c)*u/p+y));t(e,o,f,l,a)}var h=e[o],d=n,m=i;for(r(e,n,o),a(e[i],h)>0&&r(e,n,i);d<m;){for(r(e,d,m),d++,m--;a(e[d],h)<0;)d++;for(;a(e[m],h)>0;)m--}0===a(e[n],h)?r(e,n,m):r(e,++m,i),m<=o&&(n=m+1),o<=m&&(i=m-1)}}(t,o,n||0,i||t.length-1,a||e)}function r(t,r,e){var o=t[r];t[r]=t[e],t[e]=o}function e(t,r){return t<r?-1:t>r?1:0}var o=function(t){void 0===t&&(t=9),this._maxEntries=Math.max(4,t),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),this.clear()};function n(t,r,e){if(!e)return r.indexOf(t);for(var o=0;o<r.length;o++)if(e(t,r[o]))return o;return-1}function i(t,r){a(t,0,t.children.length,r,t)}function a(t,r,e,o,n){n||(n=h(null)),n.minX=1/0,n.minY=1/0,n.maxX=-1/0,n.maxY=-1/0;for(var i=r;i<e;i++){var a=t.children[i];p(n,t.leaf?o(a):a)}return n}function p(t,r){return t.minX=Math.min(t.minX,r.minX),t.minY=Math.min(t.minY,r.minY),t.maxX=Math.max(t.maxX,r.maxX),t.maxY=Math.max(t.maxY,r.maxY),t}function c(t,r){return t.minX-r.minX}function s(t,r){return t.minY-r.minY}function u(t){return(t.maxX-t.minX)*(t.maxY-t.minY)}function y(t){return t.maxX-t.minX+(t.maxY-t.minY)}function f(t,r){return t.minX<=r.minX&&t.minY<=r.minY&&r.maxX<=t.maxX&&r.maxY<=t.maxY}function l(t,r){return r.minX<=t.maxX&&r.minY<=t.maxY&&r.maxX>=t.minX&&r.maxY>=t.minY}function h(t){return{children:t,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function d(r,e,o,n,i){for(var a=[e,o];a.length;)if(!((o=a.pop())-(e=a.pop())<=n)){var p=e+Math.ceil((o-e)/n/2)*n;t(r,p,e,o,i),a.push(e,p,p,o)}}return o.prototype.all=function(){return this._all(this.data,[])},o.prototype.search=function(t){var r=this.data,e=[];if(!l(t,r))return e;for(var o=this.toBBox,n=[];r;){for(var i=0;i<r.children.length;i++){var a=r.children[i],p=r.leaf?o(a):a;l(t,p)&&(r.leaf?e.push(a):f(t,p)?this._all(a,e):n.push(a))}r=n.pop()}return e},o.prototype.collides=function(t){var r=this.data;if(!l(t,r))return!1;for(var e=[];r;){for(var o=0;o<r.children.length;o++){var n=r.children[o],i=r.leaf?this.toBBox(n):n;if(l(t,i)){if(r.leaf||f(t,i))return!0;e.push(n)}}r=e.pop()}return!1},o.prototype.load=function(t){if(!t||!t.length)return this;if(t.length<this._minEntries){for(var r=0;r<t.length;r++)this.insert(t[r]);return this}var e=this._build(t.slice(),0,t.length-1,0);if(this.data.children.length)if(this.data.height===e.height)this._splitRoot(this.data,e);else{if(this.data.height<e.height){var o=this.data;this.data=e,e=o}this._insert(e,this.data.height-e.height-1,!0)}else this.data=e;return this},o.prototype.insert=function(t){return t&&this._insert(t,this.data.height-1),this},o.prototype.clear=function(){return this.data=h([]),this},o.prototype.remove=function(t,r){if(!t)return this;for(var e,o,i,a=this.data,p=this.toBBox(t),c=[],s=[];a||c.length;){if(a||(a=c.pop(),o=c[c.length-1],e=s.pop(),i=!0),a.leaf){var u=n(t,a.children,r);if(-1!==u)return a.children.splice(u,1),c.push(a),this._condense(c),this}i||a.leaf||!f(a,p)?o?(e++,a=o.children[e],i=!1):a=null:(c.push(a),s.push(e),e=0,o=a,a=a.children[0])}return this},o.prototype.toBBox=function(t){return t},o.prototype.compareMinX=function(t,r){return t.minX-r.minX},o.prototype.compareMinY=function(t,r){return t.minY-r.minY},o.prototype.toJSON=function(){return this.data},o.prototype.fromJSON=function(t){return this.data=t,this},o.prototype._all=function(t,r){for(var e=[];t;)t.leaf?r.push.apply(r,t.children):e.push.apply(e,t.children),t=e.pop();return r},o.prototype._build=function(t,r,e,o){var n,a=e-r+1,p=this._maxEntries;if(a<=p)return i(n=h(t.slice(r,e+1)),this.toBBox),n;o||(o=Math.ceil(Math.log(a)/Math.log(p)),p=Math.ceil(a/Math.pow(p,o-1))),(n=h([])).leaf=!1,n.height=o;var c=Math.ceil(a/p),s=c*Math.ceil(Math.sqrt(p));d(t,r,e,s,this.compareMinX);for(var u=r;u<=e;u+=s){var y=Math.min(u+s-1,e);d(t,u,y,c,this.compareMinY);for(var f=u;f<=y;f+=c){var l=Math.min(f+c-1,y);n.children.push(this._build(t,f,l,o-1))}}return i(n,this.toBBox),n},o.prototype._chooseSubtree=function(t,r,e,o){for(;o.push(r),!r.leaf&&o.length-1!==e;){for(var n=1/0,i=1/0,a=void 0,p=0;p<r.children.length;p++){var c=r.children[p],s=u(c),y=(f=t,l=c,(Math.max(l.maxX,f.maxX)-Math.min(l.minX,f.minX))*(Math.max(l.maxY,f.maxY)-Math.min(l.minY,f.minY))-s);y<i?(i=y,n=s<n?s:n,a=c):y===i&&s<n&&(n=s,a=c)}r=a||r.children[0]}var f,l;return r},o.prototype._insert=function(t,r,e){var o=e?t:this.toBBox(t),n=[],i=this._chooseSubtree(o,this.data,r,n);for(i.children.push(t),p(i,o);r>=0&&n[r].children.length>this._maxEntries;)this._split(n,r),r--;this._adjustParentBBoxes(o,n,r)},o.prototype._split=function(t,r){var e=t[r],o=e.children.length,n=this._minEntries;this._chooseSplitAxis(e,n,o);var a=this._chooseSplitIndex(e,n,o),p=h(e.children.splice(a,e.children.length-a));p.height=e.height,p.leaf=e.leaf,i(e,this.toBBox),i(p,this.toBBox),r?t[r-1].children.push(p):this._splitRoot(e,p)},o.prototype._splitRoot=function(t,r){this.data=h([t,r]),this.data.height=t.height+1,this.data.leaf=!1,i(this.data,this.toBBox)},o.prototype._chooseSplitIndex=function(t,r,e){for(var o,n,i,p,c,s,y,f=1/0,l=1/0,h=r;h<=e-r;h++){var d=a(t,0,h,this.toBBox),m=a(t,h,e,this.toBBox),g=(n=d,i=m,p=void 0,c=void 0,s=void 0,y=void 0,p=Math.max(n.minX,i.minX),c=Math.max(n.minY,i.minY),s=Math.min(n.maxX,i.maxX),y=Math.min(n.maxY,i.maxY),Math.max(0,s-p)*Math.max(0,y-c)),b=u(d)+u(m);g<f?(f=g,o=h,l=b<l?b:l):g===f&&b<l&&(l=b,o=h)}return o||e-r},o.prototype._chooseSplitAxis=function(t,r,e){var o=t.leaf?this.compareMinX:c,n=t.leaf?this.compareMinY:s;this._allDistMargin(t,r,e,o)<this._allDistMargin(t,r,e,n)&&t.children.sort(o)},o.prototype._allDistMargin=function(t,r,e,o){t.children.sort(o);for(var n=this.toBBox,i=a(t,0,r,n),c=a(t,e-r,e,n),s=y(i)+y(c),u=r;u<e-r;u++){var f=t.children[u];p(i,t.leaf?n(f):f),s+=y(i)}for(var l=e-r-1;l>=r;l--){var h=t.children[l];p(c,t.leaf?n(h):h),s+=y(c)}return s},o.prototype._adjustParentBBoxes=function(t,r,e){for(var o=e;o>=0;o--)p(r[o],t)},o.prototype._condense=function(t){for(var r=t.length-1,e=void 0;r>=0;r--)0===t[r].children.length?r>0?(e=t[r-1].children).splice(e.indexOf(t[r]),1):this.clear():i(t[r],this.toBBox)},o}))},40210:(t,r,e)=>{"use strict";var o,n=SyntaxError,i=Function,a=TypeError,p=function(t){try{return i('"use strict"; return ('+t+").constructor;")()}catch(r){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(O){c=null}var s=function(){throw new a},u=c?function(){try{return s}catch(t){try{return c(arguments,"callee").get}catch(r){return s}}}():s,y=e(41405)(),f=Object.getPrototypeOf||function(t){return t.__proto__},l={},h="undefined"===typeof Uint8Array?o:f(Uint8Array),d={"%AggregateError%":"undefined"===typeof AggregateError?o:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"===typeof ArrayBuffer?o:ArrayBuffer,"%ArrayIteratorPrototype%":y?f([][Symbol.iterator]()):o,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":l,"%AsyncGenerator%":l,"%AsyncGeneratorFunction%":l,"%AsyncIteratorPrototype%":l,"%Atomics%":"undefined"===typeof Atomics?o:Atomics,"%BigInt%":"undefined"===typeof BigInt?o:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"===typeof DataView?o:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"===typeof Float32Array?o:Float32Array,"%Float64Array%":"undefined"===typeof Float64Array?o:Float64Array,"%FinalizationRegistry%":"undefined"===typeof FinalizationRegistry?o:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":l,"%Int8Array%":"undefined"===typeof Int8Array?o:Int8Array,"%Int16Array%":"undefined"===typeof Int16Array?o:Int16Array,"%Int32Array%":"undefined"===typeof Int32Array?o:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":y?f(f([][Symbol.iterator]())):o,"%JSON%":"object"===typeof JSON?JSON:o,"%Map%":"undefined"===typeof Map?o:Map,"%MapIteratorPrototype%":"undefined"!==typeof Map&&y?f((new Map)[Symbol.iterator]()):o,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"===typeof Promise?o:Promise,"%Proxy%":"undefined"===typeof Proxy?o:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"===typeof Reflect?o:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"===typeof Set?o:Set,"%SetIteratorPrototype%":"undefined"!==typeof Set&&y?f((new Set)[Symbol.iterator]()):o,"%SharedArrayBuffer%":"undefined"===typeof SharedArrayBuffer?o:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":y?f(""[Symbol.iterator]()):o,"%Symbol%":y?Symbol:o,"%SyntaxError%":n,"%ThrowTypeError%":u,"%TypedArray%":h,"%TypeError%":a,"%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%":URIError,"%WeakMap%":"undefined"===typeof WeakMap?o:WeakMap,"%WeakRef%":"undefined"===typeof WeakRef?o:WeakRef,"%WeakSet%":"undefined"===typeof WeakSet?o:WeakSet},m=function t(r){var e;if("%AsyncFunction%"===r)e=p("async function () {}");else if("%GeneratorFunction%"===r)e=p("function* () {}");else if("%AsyncGeneratorFunction%"===r)e=p("async function* () {}");else if("%AsyncGenerator%"===r){var o=t("%AsyncGeneratorFunction%");o&&(e=o.prototype)}else if("%AsyncIteratorPrototype%"===r){var n=t("%AsyncGenerator%");n&&(e=f(n.prototype))}return d[r]=e,e},g={"%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=e(58612),v=e(17642),x=b.call(Function.call,Array.prototype.concat),A=b.call(Function.apply,Array.prototype.splice),P=b.call(Function.call,String.prototype.replace),S=b.call(Function.call,String.prototype.slice),M=b.call(Function.call,RegExp.prototype.exec),w=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,B=/\\(\\)?/g,E=function(t){var r=S(t,0,1),e=S(t,-1);if("%"===r&&"%"!==e)throw new n("invalid intrinsic syntax, expected closing `%`");if("%"===e&&"%"!==r)throw new n("invalid intrinsic syntax, expected opening `%`");var o=[];return P(t,w,(function(t,r,e,n){o[o.length]=e?P(n,B,"$1"):r||t})),o},F=function(t,r){var e,o=t;if(v(g,o)&&(e=g[o],o="%"+e[0]+"%"),v(d,o)){var i=d[o];if(i===l&&(i=m(o)),"undefined"===typeof i&&!r)throw new a("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:e,name:o,value:i}}throw new n("intrinsic "+t+" does not exist!")};t.exports=function(t,r){if("string"!==typeof t||0===t.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!==typeof r)throw new a('"allowMissing" argument must be a boolean');if(null===M(/^%?[^%]*%?$/,t))throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var e=E(t),o=e.length>0?e[0]:"",i=F("%"+o+"%",r),p=i.name,s=i.value,u=!1,y=i.alias;y&&(o=y[0],A(e,x([0,1],y)));for(var f=1,l=!0;f<e.length;f+=1){var h=e[f],m=S(h,0,1),g=S(h,-1);if(('"'===m||"'"===m||"`"===m||'"'===g||"'"===g||"`"===g)&&m!==g)throw new n("property names with quotes must have matching quotes");if("constructor"!==h&&l||(u=!0),o+="."+h,p="%"+o+"%",v(d,p))s=d[p];else if(null!=s){if(!(h in s)){if(!r)throw new a("base intrinsic for "+t+" exists, but the property is not available.");return}if(c&&f+1>=e.length){var b=c(s,h);l=!!b,s=l&&"get"in b&&!("originalValue"in b.get)?b.get:s[h]}else l=v(s,h),s=s[h];l&&!u&&(d[p]=s)}}return s}},31044:(t,r,e)=>{"use strict";var o=e(40210),n=o("%Object.defineProperty%",!0),i=function(){if(n)try{return n({},"a",{value:1}),!0}catch(t){return!1}return!1};i.hasArrayLengthDefineBug=function(){if(!i())return null;try{return 1!==n([],"length",{value:1}).length}catch(t){return!0}},t.exports=i},41405:(t,r,e)=>{"use strict";var o="undefined"!==typeof Symbol&&Symbol,n=e(55419);t.exports=function(){return"function"===typeof o&&("function"===typeof Symbol&&("symbol"===typeof o("foo")&&("symbol"===typeof Symbol("bar")&&n())))}},55419:t=>{"use strict";t.exports=function(){if("function"!==typeof Symbol||"function"!==typeof Object.getOwnPropertySymbols)return!1;if("symbol"===typeof Symbol.iterator)return!0;var t={},r=Symbol("test"),e=Object(r);if("string"===typeof r)return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;var o=42;for(r in t[r]=o,t)return!1;if("function"===typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"===typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var n=Object.getOwnPropertySymbols(t);if(1!==n.length||n[0]!==r)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"===typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,r);if(i.value!==o||!0!==i.enumerable)return!1}return!0}},96410:(t,r,e)=>{"use strict";var o=e(55419);t.exports=function(){return o()&&!!Symbol.toStringTag}},17642:(t,r,e)=>{"use strict";var o=e(58612);t.exports=o.call(Function.call,Object.prototype.hasOwnProperty)},80645:(t,r)=>{
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
r.read=function(t,r,e,o,n){var i,a,p=8*n-o-1,c=(1<<p)-1,s=c>>1,u=-7,y=e?n-1:0,f=e?-1:1,l=t[r+y];for(y+=f,i=l&(1<<-u)-1,l>>=-u,u+=p;u>0;i=256*i+t[r+y],y+=f,u-=8);for(a=i&(1<<-u)-1,i>>=-u,u+=o;u>0;a=256*a+t[r+y],y+=f,u-=8);if(0===i)i=1-s;else{if(i===c)return a?NaN:1/0*(l?-1:1);a+=Math.pow(2,o),i-=s}return(l?-1:1)*a*Math.pow(2,i-o)},r.write=function(t,r,e,o,n,i){var a,p,c,s=8*i-n-1,u=(1<<s)-1,y=u>>1,f=23===n?Math.pow(2,-24)-Math.pow(2,-77):0,l=o?0:i-1,h=o?1:-1,d=r<0||0===r&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,a=u):(a=Math.floor(Math.log(r)/Math.LN2),r*(c=Math.pow(2,-a))<1&&(a--,c*=2),r+=a+y>=1?f/c:f*Math.pow(2,1-y),r*c>=2&&(a++,c/=2),a+y>=u?(p=0,a=u):a+y>=1?(p=(r*c-1)*Math.pow(2,n),a+=y):(p=r*Math.pow(2,y-1)*Math.pow(2,n),a=0));n>=8;t[e+l]=255&p,l+=h,p/=256,n-=8);for(a=a<<n|p,s+=n;s>0;t[e+l]=255&a,l+=h,a/=256,s-=8);t[e+l-h]|=128*d}}}]);