| (()=>{var __webpack_modules__={15:module=>{"use strict";module.exports=EvalError},414:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Node=__webpack_require__(13079),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DocumentFragment.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DocumentFragment'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Node._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DocumentFragment extends globalObject.Node{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}getElementById(elementId){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementById' called on an object that is not a valid instance of DocumentFragment.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getElementById' on 'DocumentFragment': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementById' on 'DocumentFragment': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementById(...args))}prepend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'prepend' called on an object that is not a valid instance of DocumentFragment.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'prepend' on 'DocumentFragment': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].prepend(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}append(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'append' called on an object that is not a valid instance of DocumentFragment.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'append' on 'DocumentFragment': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].append(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}replaceChildren(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceChildren' called on an object that is not a valid instance of DocumentFragment.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'replaceChildren' on 'DocumentFragment': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].replaceChildren(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}querySelector(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'querySelector' called on an object that is not a valid instance of DocumentFragment.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'querySelector' on 'DocumentFragment': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'querySelector' on 'DocumentFragment': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].querySelector(...args))}querySelectorAll(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'querySelectorAll' called on an object that is not a valid instance of DocumentFragment.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'querySelectorAll' on 'DocumentFragment': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'querySelectorAll' on 'DocumentFragment': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].querySelectorAll(...args))}get children(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get children' called on an object that is not a valid instance of DocumentFragment.");return utils.getSameObject(this,"children",()=>utils.tryWrapperForImpl(esValue[implSymbol].children))}get firstElementChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get firstElementChild' called on an object that is not a valid instance of DocumentFragment.");return utils.tryWrapperForImpl(esValue[implSymbol].firstElementChild)}get lastElementChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lastElementChild' called on an object that is not a valid instance of DocumentFragment.");return utils.tryWrapperForImpl(esValue[implSymbol].lastElementChild)}get childElementCount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get childElementCount' called on an object that is not a valid instance of DocumentFragment.");return esValue[implSymbol].childElementCount}}Object.defineProperties(DocumentFragment.prototype,{getElementById:{enumerable:!0},prepend:{enumerable:!0},append:{enumerable:!0},replaceChildren:{enumerable:!0},querySelector:{enumerable:!0},querySelectorAll:{enumerable:!0},children:{enumerable:!0},firstElementChild:{enumerable:!0},lastElementChild:{enumerable:!0},childElementCount:{enumerable:!0},[Symbol.toStringTag]:{value:"DocumentFragment",configurable:!0},[Symbol.unscopables]:{value:{prepend:!0,append:!0,replaceChildren:!0,__proto__:null},configurable:!0}}),ctorRegistry.DocumentFragment=DocumentFragment,Object.defineProperty(globalObject,"DocumentFragment",{configurable:!0,writable:!0,value:DocumentFragment})};const Impl=__webpack_require__(94581)},460:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const whatwgURL=__webpack_require__(88499),HashChangeEvent=__webpack_require__(3203),PopStateEvent=__webpack_require__(53299),notImplemented=__webpack_require__(48184),idlUtils=__webpack_require__(65554),{fireAnEvent}=__webpack_require__(97130);module.exports=class{constructor(initialEntry,window){ |
| /*ThouShaltNotCache*/ |
| this._window=window,this._windowImpl=idlUtils.implForWrapper(window),this._historyTraversalQueue=new Set,this._entries=[initialEntry],this._currentIndex=0}_queueHistoryTraversalTask(fn){ |
| /*ThouShaltNotCache*/ |
| const timeoutId=this._window.setTimeout(()=>{ |
| /*ThouShaltNotCache*/ |
| this._historyTraversalQueue.delete(timeoutId),fn()},0);this._historyTraversalQueue.add(timeoutId)}clearHistoryTraversalTasks(){ |
| /*ThouShaltNotCache*/ |
| for(const timeoutId of this._historyTraversalQueue)this._window.clearTimeout(timeoutId);this._historyTraversalQueue.clear()}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._entries.length}get currentEntry(){ |
| /*ThouShaltNotCache*/ |
| return this._entries[this._currentIndex]}removeAllEntriesAfterCurrentEntry(){ |
| /*ThouShaltNotCache*/ |
| this._entries.splice(this._currentIndex+1,1/0)}traverseByDelta(delta){ |
| /*ThouShaltNotCache*/ |
| this._queueHistoryTraversalTask(()=>{ |
| /*ThouShaltNotCache*/ |
| const newIndex=this._currentIndex+delta;if(newIndex<0||newIndex>=this.length)return;const specifiedEntry=this._entries[newIndex];this._queueHistoryTraversalTask(()=>{ |
| /*ThouShaltNotCache*/ |
| specifiedEntry.document!==this.currentEntry.document&¬Implemented("Traversing history in a way that would change the window",this._window),this.traverseHistory(specifiedEntry)})})}traverseHistory(specifiedEntry,flags={}){ |
| /*ThouShaltNotCache*/ |
| specifiedEntry.document||notImplemented("Traversing the history to an entry that no longer holds a Document object",this._window);const nonBlockingEvents=Boolean(flags.nonBlockingEvents),document=idlUtils.implForWrapper(this._window._document),{currentEntry}=this;void 0===currentEntry.title&&(currentEntry.title=document.title),specifiedEntry.document!==currentEntry.document&¬Implemented("Traversing the history to an entry with a different Document",this._window),document._URL=specifiedEntry.url;const hashChanged=specifiedEntry.url.fragment!==currentEntry.url.fragment&&specifiedEntry.document===currentEntry.document;let oldURL,newURL;hashChanged&&(oldURL=currentEntry.url,newURL=specifiedEntry.url),flags.replacement&&this._entries.splice(this._entries.indexOf(specifiedEntry)-1,1),this.updateCurrentEntry(specifiedEntry);const state=specifiedEntry.stateObject;document._history._state=state;const stateChanged=specifiedEntry.document._latestEntry!==specifiedEntry;specifiedEntry.document._latestEntry=specifiedEntry;const fireEvents=()=>this._fireEvents(stateChanged,hashChanged,state,oldURL,newURL);nonBlockingEvents?this._window.setTimeout(fireEvents,0):fireEvents()}_fireEvents(stateChanged,hashChanged,state,oldURL,newURL){ |
| /*ThouShaltNotCache*/ |
| stateChanged&&fireAnEvent("popstate",this._windowImpl,PopStateEvent,{state}),hashChanged&&fireAnEvent("hashchange",this._windowImpl,HashChangeEvent,{oldURL:whatwgURL.serializeURL(oldURL),newURL:whatwgURL.serializeURL(newURL)})}addEntryAfterCurrentEntry(entry){ |
| /*ThouShaltNotCache*/ |
| this._entries.splice(this._currentIndex+1,0,entry)}updateCurrentEntry(entry){ |
| /*ThouShaltNotCache*/ |
| this._currentIndex=this._entries.indexOf(entry)}}},679:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLAreaElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLAreaElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLAreaElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLAreaElement",new.target)}get alt(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get alt' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("alt");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set alt(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set alt' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'alt' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("alt",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get coords(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get coords' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("coords");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set coords(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set coords' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'coords' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("coords",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get shape(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get shape' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("shape");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set shape(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set shape' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'shape' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("shape",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get target(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get target' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("target");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set target(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set target' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'target' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("target",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rel' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("rel");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rel' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'rel' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("rel",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get relList(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get relList' called on an object that is not a valid instance of HTMLAreaElement.");return utils.getSameObject(this,"relList",()=>utils.tryWrapperForImpl(esValue[implSymbol].relList))}set relList(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set relList' called on an object that is not a valid instance of HTMLAreaElement.");const Q=esValue.relList;if(!utils.isObject(Q))throw new globalObject.TypeError("Property 'relList' is not an object");Reflect.set(Q,"value",V)}get noHref(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get noHref' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("nohref")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set noHref(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set noHref' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.boolean(V,{context:"Failed to set the 'noHref' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("nohref",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("nohref")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get href(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get href' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].href}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set href(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set href' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'href' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].href=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}toString(){ |
| /*ThouShaltNotCache*/ |
| const esValue=this;if(!exports.is(esValue))throw new globalObject.TypeError("'toString' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].href}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get origin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get origin' called on an object that is not a valid instance of HTMLAreaElement.");return esValue[implSymbol].origin}get protocol(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get protocol' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].protocol}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set protocol(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set protocol' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'protocol' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].protocol=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get username(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get username' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].username}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set username(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set username' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'username' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].username=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get password(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get password' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].password}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set password(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set password' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'password' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].password=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get host(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get host' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].host}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set host(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set host' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'host' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].host=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hostname(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hostname' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].hostname}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hostname(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hostname' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'hostname' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].hostname=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get port(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get port' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].port}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set port(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set port' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'port' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].port=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get pathname(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pathname' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].pathname}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set pathname(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set pathname' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'pathname' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].pathname=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get search(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get search' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].search}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set search(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set search' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'search' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].search=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hash(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hash' called on an object that is not a valid instance of HTMLAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].hash}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hash(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hash' called on an object that is not a valid instance of HTMLAreaElement.");V=conversions.USVString(V,{context:"Failed to set the 'hash' property on 'HTMLAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].hash=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLAreaElement.prototype,{alt:{enumerable:!0},coords:{enumerable:!0},shape:{enumerable:!0},target:{enumerable:!0},rel:{enumerable:!0},relList:{enumerable:!0},noHref:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},hash:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLAreaElement",configurable:!0}}),ctorRegistry.HTMLAreaElement=HTMLAreaElement,Object.defineProperty(globalObject,"HTMLAreaElement",{configurable:!0,writable:!0,value:HTMLAreaElement})};const Impl=__webpack_require__(11854)},774:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),CustomEventInit=__webpack_require__(82792),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].CustomEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'CustomEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class CustomEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'CustomEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'CustomEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=CustomEventInit.convert(globalObject,curArg,{context:"Failed to construct 'CustomEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}initCustomEvent(type){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initCustomEvent' called on an object that is not a valid instance of CustomEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initCustomEvent' on 'CustomEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initCustomEvent' on 'CustomEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initCustomEvent' on 'CustomEvent': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initCustomEvent' on 'CustomEvent': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?conversions.any(curArg,{context:"Failed to execute 'initCustomEvent' on 'CustomEvent': parameter 4",globals:globalObject}):null,args.push(curArg)}return esValue[implSymbol].initCustomEvent(...args)}get detail(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get detail' called on an object that is not a valid instance of CustomEvent.");return esValue[implSymbol].detail}}Object.defineProperties(CustomEvent.prototype,{initCustomEvent:{enumerable:!0},detail:{enumerable:!0},[Symbol.toStringTag]:{value:"CustomEvent",configurable:!0}}),ctorRegistry.CustomEvent=CustomEvent,Object.defineProperty(globalObject,"CustomEvent",{configurable:!0,writable:!0,value:CustomEvent})};const Impl=__webpack_require__(17109)},986:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var keys=__webpack_require__(64491),hasSymbols="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),toStr=Object.prototype.toString,concat=Array.prototype.concat,defineDataProperty=__webpack_require__(3423),supportsDescriptors=__webpack_require__(76698)(),defineProperty=function(object,name,value,predicate){ |
| /*ThouShaltNotCache*/ |
| if(name in object)if(!0===predicate){if(object[name]===value)return}else if("function"!=typeof(fn=predicate)||"[object Function]"!==toStr.call(fn)||!predicate())return;var fn;supportsDescriptors?defineDataProperty(object,name,value,!0):defineDataProperty(object,name,value)},defineProperties=function(object,map){ |
| /*ThouShaltNotCache*/ |
| var predicates=arguments.length>2?arguments[2]:{},props=keys(map);hasSymbols&&(props=concat.call(props,Object.getOwnPropertySymbols(map)));for(var i=0;i<props.length;i+=1)defineProperty(object,props[i],map[props[i]],predicates[props[i]])};defineProperties.supportsDescriptors=!!supportsDescriptors,module.exports=defineProperties},1421:module=>{"use strict";module.exports=function(value){ |
| /*ThouShaltNotCache*/ |
| return value!=value}},1446:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.permuteDomain=function(domain,allowSpecialUseDomain){ |
| /*ThouShaltNotCache*/ |
| const pubSuf=(0,getPublicSuffix_1.getPublicSuffix)(domain,{allowSpecialUseDomain});if(!pubSuf)return;if(pubSuf==domain)return[domain];"."==domain.slice(-1)&&(domain=domain.slice(0,-1));const parts=domain.slice(0,-(pubSuf.length+1)).split(".").reverse();let cur=pubSuf;const permutations=[cur];for(;parts.length;){cur=`${parts.shift()}.${cur}`,permutations.push(cur)}return permutations};const getPublicSuffix_1=__webpack_require__(7480)},1608:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{domSymbolTree}=__webpack_require__(35442),{SVG_NS}=__webpack_require__(36675),{mixin}=__webpack_require__(7586),ElementImpl=__webpack_require__(89698).implementation,ElementCSSInlineStyleImpl=__webpack_require__(75359).implementation,GlobalEventHandlersImpl=__webpack_require__(54122).implementation,HTMLOrSVGElementImpl=__webpack_require__(25628).D;class SVGElementImpl extends ElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._initHTMLOrSVGElement(),this._initElementCSSInlineStyle(),this._initGlobalEvents()}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| "style"!==name||value===oldValue||this._settingCssText?name.startsWith("on")&&this._globalEventChanged(name.substring(2)):(this._settingCssText=!0,this._style.cssText=value,this._settingCssText=!1),super._attrModified(name,value,oldValue)}get ownerSVGElement(){ |
| /*ThouShaltNotCache*/ |
| let e=domSymbolTree.parent(this);for(;e&&e.namespaceURI===SVG_NS;){if("svg"===e.localName)return e;e=domSymbolTree.parent(e)}return null}get viewportElement(){ |
| /*ThouShaltNotCache*/ |
| let e=domSymbolTree.parent(this);for(;e&&e.namespaceURI===SVG_NS;){if("svg"===e.localName||"symbol"===e.localName)return e;e=domSymbolTree.parent(e)}return null}}SVGElementImpl.attributeRegistry=new Map,mixin(SVGElementImpl.prototype,ElementCSSInlineStyleImpl.prototype),mixin(SVGElementImpl.prototype,GlobalEventHandlersImpl.prototype),mixin(SVGElementImpl.prototype,HTMLOrSVGElementImpl.prototype),exports.implementation=SVGElementImpl},1709:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const nwsapi=__webpack_require__(52148),idlUtils=__webpack_require__(65554);function initNwsapi(node){ |
| /*ThouShaltNotCache*/ |
| const{_globalObject,_ownerDocument}=node;return nwsapi({document:idlUtils.wrapperForImpl(_ownerDocument),DOMException:_globalObject.DOMException})}exports.matchesDontThrow=(elImpl,selector)=>{ |
| /*ThouShaltNotCache*/ |
| const document=elImpl._ownerDocument;return document._nwsapiDontThrow||(document._nwsapiDontThrow=initNwsapi(elImpl),document._nwsapiDontThrow.configure({LOGERRORS:!1,VERBOSITY:!1,IDS_DUPES:!0,MIXEDCASE:!0})),document._nwsapiDontThrow.match(selector,idlUtils.wrapperForImpl(elImpl))},exports.addNwsapi=parentNode=>{ |
| /*ThouShaltNotCache*/ |
| const document=parentNode._ownerDocument;return document._nwsapi||(document._nwsapi=initNwsapi(parentNode),document._nwsapi.configure({LOGERRORS:!1,IDS_DUPES:!0,MIXEDCASE:!0})),document._nwsapi}},1722:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SVGElementImpl=__webpack_require__(1608).implementation;module.exports={implementation:class extends SVGElementImpl{}}},1945:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var fn,callBound=__webpack_require__(13190),hasToStringTag=__webpack_require__(88082)(),hasOwn=__webpack_require__(40863),gOPD=__webpack_require__(43581);if(hasToStringTag){var $exec=callBound("RegExp.prototype.exec"),isRegexMarker={},throwRegexMarker=function(){ |
| /*ThouShaltNotCache*/ |
| throw isRegexMarker},badStringifier={toString:throwRegexMarker,valueOf:throwRegexMarker};"symbol"==typeof Symbol.toPrimitive&&(badStringifier[Symbol.toPrimitive]=throwRegexMarker),fn=function(value){ |
| /*ThouShaltNotCache*/ |
| if(!value||"object"!=typeof value)return!1;var descriptor=gOPD(value,"lastIndex");if(!(descriptor&&hasOwn(descriptor,"value")))return!1;try{$exec(value,badStringifier)}catch(e){return e===isRegexMarker}}}else{var $toString=callBound("Object.prototype.toString");fn=function(value){ |
| /*ThouShaltNotCache*/ |
| return!(!value||"object"!=typeof value&&"function"!=typeof value)&&"[object RegExp]"===$toString(value)}}module.exports=fn},1953:module=>{"use strict";module.exports=TypeError},2714:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].MimeTypeArray.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'MimeTypeArray'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class MimeTypeArray{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of MimeTypeArray.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'MimeTypeArray': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'MimeTypeArray': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].item(...args)}namedItem(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'namedItem' called on an object that is not a valid instance of MimeTypeArray.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'namedItem' on 'MimeTypeArray': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'namedItem' on 'MimeTypeArray': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].namedItem(...args)}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of MimeTypeArray.");return esValue[implSymbol].length}}Object.defineProperties(MimeTypeArray.prototype,{item:{enumerable:!0},namedItem:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"MimeTypeArray",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.MimeTypeArray=MimeTypeArray,Object.defineProperty(globalObject,"MimeTypeArray",{configurable:!0,writable:!0,value:MimeTypeArray})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(51917)},2716:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,AssignedNodesOptions=__webpack_require__(18954),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLSlotElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLSlotElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLSlotElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLSlotElement",new.target)}assignedNodes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'assignedNodes' called on an object that is not a valid instance of HTMLSlotElement.");const args=[];{let curArg=arguments[0];curArg=AssignedNodesOptions.convert(globalObject,curArg,{context:"Failed to execute 'assignedNodes' on 'HTMLSlotElement': parameter 1"}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].assignedNodes(...args))}assignedElements(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'assignedElements' called on an object that is not a valid instance of HTMLSlotElement.");const args=[];{let curArg=arguments[0];curArg=AssignedNodesOptions.convert(globalObject,curArg,{context:"Failed to execute 'assignedElements' on 'HTMLSlotElement': parameter 1"}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].assignedElements(...args))}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLSlotElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLSlotElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLSlotElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLSlotElement.prototype,{assignedNodes:{enumerable:!0},assignedElements:{enumerable:!0},name:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLSlotElement",configurable:!0}}),ctorRegistry.HTMLSlotElement=HTMLSlotElement,Object.defineProperty(globalObject,"HTMLSlotElement",{configurable:!0,writable:!0,value:HTMLSlotElement})};const Impl=__webpack_require__(32111)},2908:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Plugin.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Plugin'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Plugin{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of Plugin.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'Plugin': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'Plugin': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].item(...args)}namedItem(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'namedItem' called on an object that is not a valid instance of Plugin.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'namedItem' on 'Plugin': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'namedItem' on 'Plugin': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].namedItem(...args)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of Plugin.");return esValue[implSymbol].name}get description(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get description' called on an object that is not a valid instance of Plugin.");return esValue[implSymbol].description}get filename(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get filename' called on an object that is not a valid instance of Plugin.");return esValue[implSymbol].filename}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of Plugin.");return esValue[implSymbol].length}}Object.defineProperties(Plugin.prototype,{item:{enumerable:!0},namedItem:{enumerable:!0},name:{enumerable:!0},description:{enumerable:!0},filename:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"Plugin",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.Plugin=Plugin,Object.defineProperty(globalObject,"Plugin",{configurable:!0,writable:!0,value:Plugin})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0;if(target[implSymbol][utils.supportsPropertyIndex](index)){const indexedValue=target[implSymbol].item(index);return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)}}ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0;if(target[implSymbol][utils.supportsPropertyIndex](index)){const indexedValue=target[implSymbol].item(index);ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)}}}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!target[implSymbol][utils.supportsPropertyIndex](index)}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(69603)},2987:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);desc&&!("get"in desc?!m.__esModule:desc.writable||desc.configurable)||(desc={enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return m[k]}}),Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k),o[k2]=m[k]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(o,"default",{enumerable:!0,value:v})}:function(o,v){ |
| /*ThouShaltNotCache*/ |
| o.default=v}),__importStar=this&&this.__importStar||function(mod){ |
| /*ThouShaltNotCache*/ |
| if(mod&&mod.__esModule)return mod;var result={};if(null!=mod)for(var k in mod)"default"!==k&&Object.prototype.hasOwnProperty.call(mod,k)&&__createBinding(result,mod,k);return __setModuleDefault(result,mod),result},__exportStar=this&&this.__exportStar||function(m,exports){ |
| /*ThouShaltNotCache*/ |
| for(var p in m)"default"===p||Object.prototype.hasOwnProperty.call(exports,p)||__createBinding(exports,m,p)};Object.defineProperty(exports,"__esModule",{value:!0}),exports.Agent=void 0;const net=__importStar(__webpack_require__(59452)),http=__importStar(__webpack_require__(78022)),https_1=__webpack_require__(48370);__exportStar(__webpack_require__(26842),exports);const INTERNAL=Symbol("AgentBaseInternalState");class Agent extends http.Agent{constructor(opts){ |
| /*ThouShaltNotCache*/ |
| super(opts),this[INTERNAL]={}}isSecureEndpoint(options){ |
| /*ThouShaltNotCache*/ |
| if(options){if("boolean"==typeof options.secureEndpoint)return options.secureEndpoint;if("string"==typeof options.protocol)return"https:"===options.protocol}const{stack}=new Error;return"string"==typeof stack&&stack.split("\n").some(l=>-1!==l.indexOf("(https.js:")||-1!==l.indexOf("node:https:"))}incrementSockets(name){ |
| /*ThouShaltNotCache*/ |
| if(this.maxSockets===1/0&&this.maxTotalSockets===1/0)return null;this.sockets[name]||(this.sockets[name]=[]);const fakeSocket=new net.Socket({writable:!1});return this.sockets[name].push(fakeSocket),this.totalSocketCount++,fakeSocket}decrementSockets(name,socket){ |
| /*ThouShaltNotCache*/ |
| if(!this.sockets[name]||null===socket)return;const sockets=this.sockets[name],index=sockets.indexOf(socket);-1!==index&&(sockets.splice(index,1),this.totalSocketCount--,0===sockets.length&&delete this.sockets[name])}getName(options){return this.isSecureEndpoint(options)?https_1.Agent.prototype.getName.call(this,options):super.getName(options)}createSocket(req,options,cb){ |
| /*ThouShaltNotCache*/ |
| const connectOpts={...options,secureEndpoint:this.isSecureEndpoint(options)},name=this.getName(connectOpts),fakeSocket=this.incrementSockets(name);Promise.resolve().then(()=>this.connect(req,connectOpts)).then(socket=>{if( |
| /*ThouShaltNotCache*/ |
| this.decrementSockets(name,fakeSocket),socket instanceof http.Agent)try{return socket.addRequest(req,connectOpts)}catch(err){return cb(err)}this[INTERNAL].currentSocket=socket,super.createSocket(req,options,cb)},err=>{ |
| /*ThouShaltNotCache*/ |
| this.decrementSockets(name,fakeSocket),cb(err)})}createConnection(){ |
| /*ThouShaltNotCache*/ |
| const socket=this[INTERNAL].currentSocket;if(this[INTERNAL].currentSocket=void 0,!socket)throw new Error("No socket was returned in the `connect()` function");return socket}get defaultPort(){ |
| /*ThouShaltNotCache*/ |
| return this[INTERNAL].defaultPort??("https:"===this.protocol?443:80)}set defaultPort(v){ |
| /*ThouShaltNotCache*/ |
| this[INTERNAL]&&(this[INTERNAL].defaultPort=v)}get protocol(){ |
| /*ThouShaltNotCache*/ |
| return this[INTERNAL].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(v){ |
| /*ThouShaltNotCache*/ |
| this[INTERNAL]&&(this[INTERNAL].protocol=v)}}exports.Agent=Agent},3203:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HashChangeEventInit=__webpack_require__(22345),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HashChangeEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HashChangeEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HashChangeEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'HashChangeEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'HashChangeEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=HashChangeEventInit.convert(globalObject,curArg,{context:"Failed to construct 'HashChangeEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get oldURL(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oldURL' called on an object that is not a valid instance of HashChangeEvent.");return esValue[implSymbol].oldURL}get newURL(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get newURL' called on an object that is not a valid instance of HashChangeEvent.");return esValue[implSymbol].newURL}}Object.defineProperties(HashChangeEvent.prototype,{oldURL:{enumerable:!0},newURL:{enumerable:!0},[Symbol.toStringTag]:{value:"HashChangeEvent",configurable:!0}}),ctorRegistry.HashChangeEvent=HashChangeEvent,Object.defineProperty(globalObject,"HashChangeEvent",{configurable:!0,writable:!0,value:HashChangeEvent})};const Impl=__webpack_require__(85570)},3374:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{get readyState(){ |
| /*ThouShaltNotCache*/ |
| return 0}}}},3423:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $defineProperty=__webpack_require__(65049),$SyntaxError=__webpack_require__(91226),$TypeError=__webpack_require__(1953),gopd=__webpack_require__(43581);module.exports=function(obj,property,value){ |
| /*ThouShaltNotCache*/ |
| if(!obj||"object"!=typeof obj&&"function"!=typeof obj)throw new $TypeError("`obj` must be an object or a function`");if("string"!=typeof property&&"symbol"!=typeof property)throw new $TypeError("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new $TypeError("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new $TypeError("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new $TypeError("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new $TypeError("`loose`, if provided, must be a boolean");var nonEnumerable=arguments.length>3?arguments[3]:null,nonWritable=arguments.length>4?arguments[4]:null,nonConfigurable=arguments.length>5?arguments[5]:null,loose=arguments.length>6&&arguments[6],desc=!!gopd&&gopd(obj,property);if($defineProperty)$defineProperty(obj,property,{configurable:null===nonConfigurable&&desc?desc.configurable:!nonConfigurable,enumerable:null===nonEnumerable&&desc?desc.enumerable:!nonEnumerable,value,writable:null===nonWritable&&desc?desc.writable:!nonWritable});else{if(!loose&&(nonEnumerable||nonWritable||nonConfigurable))throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");obj[property]=value}}},3441:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var GetIntrinsic=__webpack_require__(38299),callBound=__webpack_require__(13190),inspect=__webpack_require__(48657),getSideChannelMap=__webpack_require__(13221),$TypeError=__webpack_require__(1953),$WeakMap=GetIntrinsic("%WeakMap%",!0),$weakMapGet=callBound("WeakMap.prototype.get",!0),$weakMapSet=callBound("WeakMap.prototype.set",!0),$weakMapHas=callBound("WeakMap.prototype.has",!0),$weakMapDelete=callBound("WeakMap.prototype.delete",!0);module.exports=$WeakMap?function(){ |
| /*ThouShaltNotCache*/ |
| var $wm,$m,channel={assert:function(key){ |
| /*ThouShaltNotCache*/ |
| if(!channel.has(key))throw new $TypeError("Side channel does not contain "+inspect(key))},delete:function(key){ |
| /*ThouShaltNotCache*/ |
| if($WeakMap&&key&&("object"==typeof key||"function"==typeof key)){if($wm)return $weakMapDelete($wm,key)}else if(getSideChannelMap&&$m)return $m.delete(key);return!1},get:function(key){ |
| /*ThouShaltNotCache*/ |
| return $WeakMap&&key&&("object"==typeof key||"function"==typeof key)&&$wm?$weakMapGet($wm,key):$m&&$m.get(key)},has:function(key){ |
| /*ThouShaltNotCache*/ |
| return $WeakMap&&key&&("object"==typeof key||"function"==typeof key)&&$wm?$weakMapHas($wm,key):!!$m&&$m.has(key)},set:function(key,value){ |
| /*ThouShaltNotCache*/ |
| $WeakMap&&key&&("object"==typeof key||"function"==typeof key)?($wm||($wm=new $WeakMap),$weakMapSet($wm,key,value)):getSideChannelMap&&($m||($m=getSideChannelMap()),$m.set(key,value))}};return channel}:getSideChannelMap},3507:()=>{},3519:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMRectReadOnlyImpl=__webpack_require__(15037).implementation,DOMRect=__webpack_require__(64257);exports.implementation=class extends DOMRectReadOnlyImpl{static fromRect(globalObject,other){ |
| /*ThouShaltNotCache*/ |
| return DOMRect.createImpl(globalObject,[other.x,other.y,other.width,other.height])}get x(){ |
| /*ThouShaltNotCache*/ |
| return super.x}set x(newX){ |
| /*ThouShaltNotCache*/ |
| this._x=newX}get y(){ |
| /*ThouShaltNotCache*/ |
| return super.y}set y(newY){ |
| /*ThouShaltNotCache*/ |
| this._y=newY}get width(){ |
| /*ThouShaltNotCache*/ |
| return super.width}set width(newWidth){ |
| /*ThouShaltNotCache*/ |
| this._width=newWidth}get height(){ |
| /*ThouShaltNotCache*/ |
| return super.height}set height(newHeight){ |
| /*ThouShaltNotCache*/ |
| this._height=newHeight}}},3523:module=>{"use strict";module.exports=class{constructor(){ |
| /*ThouShaltNotCache*/ |
| this._refSet=new Set,this._refMap=new WeakMap,this._finalizationRegistry=new FinalizationRegistry(({ref,set})=>set.delete(ref))}add(value){ |
| /*ThouShaltNotCache*/ |
| if(!this._refMap.has(value)){const ref=new WeakRef(value);this._refMap.set(value,ref),this._refSet.add(ref),this._finalizationRegistry.register(value,{ref,set:this._refSet},ref)}return this}delete(value){ |
| /*ThouShaltNotCache*/ |
| const ref=this._refMap.get(value);return!!ref&&(this._refMap.delete(value),this._refSet.delete(ref),this._finalizationRegistry.unregister(ref),!0)}has(value){ |
| /*ThouShaltNotCache*/ |
| return this._refMap.has(value)}*[Symbol.iterator](){ |
| /*ThouShaltNotCache*/ |
| for(const ref of this._refSet){const value=ref.deref();void 0!==value&&(yield value)}}}},3632:(__unused_webpack_module,exports)=>{"use strict";exports.D=class{getModifierState(keyArg){ |
| /*ThouShaltNotCache*/ |
| return"Control"===keyArg?Boolean(this.ctrlKey):["Alt","Meta","Shift"].includes(keyArg)?Boolean(this[`${keyArg.toLowerCase()}Key`]):Boolean(this[`modifier${keyArg}`])}}},3698:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DOMException.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DOMException'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DOMException{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to construct 'DOMException': parameter 1",globals:globalObject}):"",args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to construct 'DOMException': parameter 2",globals:globalObject}):"Error",args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of DOMException.");return esValue[implSymbol].name}get message(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get message' called on an object that is not a valid instance of DOMException.");return esValue[implSymbol].message}get code(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get code' called on an object that is not a valid instance of DOMException.");return esValue[implSymbol].code}}Object.defineProperties(DOMException.prototype,{name:{enumerable:!0},message:{enumerable:!0},code:{enumerable:!0},[Symbol.toStringTag]:{value:"DOMException",configurable:!0},INDEX_SIZE_ERR:{value:1,enumerable:!0},DOMSTRING_SIZE_ERR:{value:2,enumerable:!0},HIERARCHY_REQUEST_ERR:{value:3,enumerable:!0},WRONG_DOCUMENT_ERR:{value:4,enumerable:!0},INVALID_CHARACTER_ERR:{value:5,enumerable:!0},NO_DATA_ALLOWED_ERR:{value:6,enumerable:!0},NO_MODIFICATION_ALLOWED_ERR:{value:7,enumerable:!0},NOT_FOUND_ERR:{value:8,enumerable:!0},NOT_SUPPORTED_ERR:{value:9,enumerable:!0},INUSE_ATTRIBUTE_ERR:{value:10,enumerable:!0},INVALID_STATE_ERR:{value:11,enumerable:!0},SYNTAX_ERR:{value:12,enumerable:!0},INVALID_MODIFICATION_ERR:{value:13,enumerable:!0},NAMESPACE_ERR:{value:14,enumerable:!0},INVALID_ACCESS_ERR:{value:15,enumerable:!0},VALIDATION_ERR:{value:16,enumerable:!0},TYPE_MISMATCH_ERR:{value:17,enumerable:!0},SECURITY_ERR:{value:18,enumerable:!0},NETWORK_ERR:{value:19,enumerable:!0},ABORT_ERR:{value:20,enumerable:!0},URL_MISMATCH_ERR:{value:21,enumerable:!0},QUOTA_EXCEEDED_ERR:{value:22,enumerable:!0},TIMEOUT_ERR:{value:23,enumerable:!0},INVALID_NODE_TYPE_ERR:{value:24,enumerable:!0},DATA_CLONE_ERR:{value:25,enumerable:!0}}),Object.defineProperties(DOMException,{INDEX_SIZE_ERR:{value:1,enumerable:!0},DOMSTRING_SIZE_ERR:{value:2,enumerable:!0},HIERARCHY_REQUEST_ERR:{value:3,enumerable:!0},WRONG_DOCUMENT_ERR:{value:4,enumerable:!0},INVALID_CHARACTER_ERR:{value:5,enumerable:!0},NO_DATA_ALLOWED_ERR:{value:6,enumerable:!0},NO_MODIFICATION_ALLOWED_ERR:{value:7,enumerable:!0},NOT_FOUND_ERR:{value:8,enumerable:!0},NOT_SUPPORTED_ERR:{value:9,enumerable:!0},INUSE_ATTRIBUTE_ERR:{value:10,enumerable:!0},INVALID_STATE_ERR:{value:11,enumerable:!0},SYNTAX_ERR:{value:12,enumerable:!0},INVALID_MODIFICATION_ERR:{value:13,enumerable:!0},NAMESPACE_ERR:{value:14,enumerable:!0},INVALID_ACCESS_ERR:{value:15,enumerable:!0},VALIDATION_ERR:{value:16,enumerable:!0},TYPE_MISMATCH_ERR:{value:17,enumerable:!0},SECURITY_ERR:{value:18,enumerable:!0},NETWORK_ERR:{value:19,enumerable:!0},ABORT_ERR:{value:20,enumerable:!0},URL_MISMATCH_ERR:{value:21,enumerable:!0},QUOTA_EXCEEDED_ERR:{value:22,enumerable:!0},TIMEOUT_ERR:{value:23,enumerable:!0},INVALID_NODE_TYPE_ERR:{value:24,enumerable:!0},DATA_CLONE_ERR:{value:25,enumerable:!0}}),ctorRegistry.DOMException=DOMException,Object.defineProperty(globalObject,"DOMException",{configurable:!0,writable:!0,value:DOMException})};const Impl=__webpack_require__(19585)},3986:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348);Object.defineProperty(exports,"__esModule",{value:!0}),exports.LRUCache=void 0;const perf="object"==typeof performance&&performance&&"function"==typeof performance.now?performance:Date,warned=new Set,PROCESS="object"==typeof process&&process?process:{},emitWarning=(msg,type,code,fn)=>{ |
| /*ThouShaltNotCache*/ |
| "function"==typeof PROCESS.emitWarning?PROCESS.emitWarning(msg,type,code,fn):console.error(`[${code}] ${type}: ${msg}`)};let AC=globalThis.AbortController,AS=globalThis.AbortSignal;if(void 0===AC){AS=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(_,fn){ |
| /*ThouShaltNotCache*/ |
| this._onabort.push(fn)}},AC=class{constructor(){ |
| /*ThouShaltNotCache*/ |
| warnACPolyfill()}signal=new AS;abort(reason){ |
| /*ThouShaltNotCache*/ |
| if(!this.signal.aborted){this.signal.reason=reason,this.signal.aborted=!0;for(const fn of this.signal._onabort)fn(reason);this.signal.onabort?.(reason)}}};let printACPolyfillWarning="1"!==PROCESS.env?.LRU_CACHE_IGNORE_AC_WARNING;const warnACPolyfill=()=>{ |
| /*ThouShaltNotCache*/ |
| printACPolyfillWarning&&(printACPolyfillWarning=!1,emitWarning("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",warnACPolyfill))}}Symbol("type");const isPosInt=n=>n&&n===Math.floor(n)&&n>0&&isFinite(n),getUintArray=max=>isPosInt(max)?max<=Math.pow(2,8)?Uint8Array:max<=Math.pow(2,16)?Uint16Array:max<=Math.pow(2,32)?Uint32Array:max<=Number.MAX_SAFE_INTEGER?ZeroArray:null:null;class ZeroArray extends Array{constructor(size){ |
| /*ThouShaltNotCache*/ |
| super(size),this.fill(0)}}class Stack{heap;length;static#constructing=!1;static create(max){ |
| /*ThouShaltNotCache*/ |
| const HeapCls=getUintArray(max);if(!HeapCls)return[];Stack.#constructing=!0;const s=new Stack(max,HeapCls);return Stack.#constructing=!1,s}constructor(max,HeapCls){ |
| /*ThouShaltNotCache*/ |
| if(!Stack.#constructing)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new HeapCls(max),this.length=0}push(n){ |
| /*ThouShaltNotCache*/ |
| this.heap[this.length++]=n}pop(){ |
| /*ThouShaltNotCache*/ |
| return this.heap[--this.length]}}class LRUCache{#max;#maxSize;#dispose;#disposeAfter;#fetchMethod;#memoMethod;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#size;#calculatedSize;#keyMap;#keyList;#valList;#next;#prev;#head;#tail;#free;#disposed;#sizes;#starts;#ttls;#hasDispose;#hasFetchMethod;#hasDisposeAfter;static unsafeExposeInternals(c){ |
| /*ThouShaltNotCache*/ |
| return{starts:c.#starts,ttls:c.#ttls,sizes:c.#sizes,keyMap:c.#keyMap,keyList:c.#keyList,valList:c.#valList,next:c.#next,prev:c.#prev,get head(){ |
| /*ThouShaltNotCache*/ |
| return c.#head},get tail(){ |
| /*ThouShaltNotCache*/ |
| return c.#tail},free:c.#free,isBackgroundFetch:p=>c.#isBackgroundFetch(p),backgroundFetch:(k,index,options,context)=>c.#backgroundFetch(k,index,options,context),moveToTail:index=>c.#moveToTail(index),indexes:options=>c.#indexes(options),rindexes:options=>c.#rindexes(options),isStale:index=>c.#isStale(index)}}get max(){ |
| /*ThouShaltNotCache*/ |
| return this.#max}get maxSize(){ |
| /*ThouShaltNotCache*/ |
| return this.#maxSize}get calculatedSize(){ |
| /*ThouShaltNotCache*/ |
| return this.#calculatedSize}get size(){ |
| /*ThouShaltNotCache*/ |
| return this.#size}get fetchMethod(){ |
| /*ThouShaltNotCache*/ |
| return this.#fetchMethod}get memoMethod(){ |
| /*ThouShaltNotCache*/ |
| return this.#memoMethod}get dispose(){ |
| /*ThouShaltNotCache*/ |
| return this.#dispose}get disposeAfter(){ |
| /*ThouShaltNotCache*/ |
| return this.#disposeAfter}constructor(options){ |
| /*ThouShaltNotCache*/ |
| const{max=0,ttl,ttlResolution=1,ttlAutopurge,updateAgeOnGet,updateAgeOnHas,allowStale,dispose,disposeAfter,noDisposeOnSet,noUpdateTTL,maxSize=0,maxEntrySize=0,sizeCalculation,fetchMethod,memoMethod,noDeleteOnFetchRejection,noDeleteOnStaleGet,allowStaleOnFetchRejection,allowStaleOnFetchAbort,ignoreFetchAbort}=options;if(0!==max&&!isPosInt(max))throw new TypeError("max option must be a nonnegative integer");const UintArray=max?getUintArray(max):Array;if(!UintArray)throw new Error("invalid max value: "+max);if(this.#max=max,this.#maxSize=maxSize,this.maxEntrySize=maxEntrySize||this.#maxSize,this.sizeCalculation=sizeCalculation,this.sizeCalculation){if(!this.#maxSize&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if("function"!=typeof this.sizeCalculation)throw new TypeError("sizeCalculation set to non-function")}if(void 0!==memoMethod&&"function"!=typeof memoMethod)throw new TypeError("memoMethod must be a function if defined");if(this.#memoMethod=memoMethod,void 0!==fetchMethod&&"function"!=typeof fetchMethod)throw new TypeError("fetchMethod must be a function if specified");if(this.#fetchMethod=fetchMethod,this.#hasFetchMethod=!!fetchMethod,this.#keyMap=new Map,this.#keyList=new Array(max).fill(void 0),this.#valList=new Array(max).fill(void 0),this.#next=new UintArray(max),this.#prev=new UintArray(max),this.#head=0,this.#tail=0,this.#free=Stack.create(max),this.#size=0,this.#calculatedSize=0,"function"==typeof dispose&&(this.#dispose=dispose),"function"==typeof disposeAfter?(this.#disposeAfter=disposeAfter,this.#disposed=[]):(this.#disposeAfter=void 0,this.#disposed=void 0),this.#hasDispose=!!this.#dispose,this.#hasDisposeAfter=!!this.#disposeAfter,this.noDisposeOnSet=!!noDisposeOnSet,this.noUpdateTTL=!!noUpdateTTL,this.noDeleteOnFetchRejection=!!noDeleteOnFetchRejection,this.allowStaleOnFetchRejection=!!allowStaleOnFetchRejection,this.allowStaleOnFetchAbort=!!allowStaleOnFetchAbort,this.ignoreFetchAbort=!!ignoreFetchAbort,0!==this.maxEntrySize){if(0!==this.#maxSize&&!isPosInt(this.#maxSize))throw new TypeError("maxSize must be a positive integer if specified");if(!isPosInt(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#initializeSizeTracking()}if(this.allowStale=!!allowStale,this.noDeleteOnStaleGet=!!noDeleteOnStaleGet,this.updateAgeOnGet=!!updateAgeOnGet,this.updateAgeOnHas=!!updateAgeOnHas,this.ttlResolution=isPosInt(ttlResolution)||0===ttlResolution?ttlResolution:1,this.ttlAutopurge=!!ttlAutopurge,this.ttl=ttl||0,this.ttl){if(!isPosInt(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#initializeTTLTracking()}if(0===this.#max&&0===this.ttl&&0===this.#maxSize)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#max&&!this.#maxSize){const code="LRU_CACHE_UNBOUNDED";if((code=>!warned.has(code))(code)){warned.add(code);emitWarning("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",code,LRUCache)}}}getRemainingTTL(key){ |
| /*ThouShaltNotCache*/ |
| return this.#keyMap.has(key)?1/0:0}#initializeTTLTracking(){ |
| /*ThouShaltNotCache*/ |
| const ttls=new ZeroArray(this.#max),starts=new ZeroArray(this.#max);this.#ttls=ttls,this.#starts=starts,this.#setItemTTL=(index,ttl,start=perf.now())=>{if( |
| /*ThouShaltNotCache*/ |
| starts[index]=0!==ttl?start:0,ttls[index]=ttl,0!==ttl&&this.ttlAutopurge){const t=setTimeout(()=>{ |
| /*ThouShaltNotCache*/ |
| this.#isStale(index)&&this.#delete(this.#keyList[index],"expire")},ttl+1);t.unref&&t.unref()}},this.#updateItemAge=index=>{ |
| /*ThouShaltNotCache*/ |
| starts[index]=0!==ttls[index]?perf.now():0},this.#statusTTL=(status,index)=>{ |
| /*ThouShaltNotCache*/ |
| if(ttls[index]){const ttl=ttls[index],start=starts[index];if(!ttl||!start)return;status.ttl=ttl,status.start=start,status.now=cachedNow||getNow();const age=status.now-start;status.remainingTTL=ttl-age}};let cachedNow=0;const getNow=()=>{ |
| /*ThouShaltNotCache*/ |
| const n=perf.now();if(this.ttlResolution>0){cachedNow=n;const t=setTimeout(()=>cachedNow=0,this.ttlResolution);t.unref&&t.unref()}return n};this.getRemainingTTL=key=>{ |
| /*ThouShaltNotCache*/ |
| const index=this.#keyMap.get(key);if(void 0===index)return 0;const ttl=ttls[index],start=starts[index];if(!ttl||!start)return 1/0;return ttl-((cachedNow||getNow())-start)},this.#isStale=index=>{ |
| /*ThouShaltNotCache*/ |
| const s=starts[index],t=ttls[index];return!!t&&!!s&&(cachedNow||getNow())-s>t}}#updateItemAge=()=>{};#statusTTL=()=>{};#setItemTTL=()=>{};#isStale=()=>!1;#initializeSizeTracking(){ |
| /*ThouShaltNotCache*/ |
| const sizes=new ZeroArray(this.#max);this.#calculatedSize=0,this.#sizes=sizes,this.#removeItemSize=index=>{ |
| /*ThouShaltNotCache*/ |
| this.#calculatedSize-=sizes[index],sizes[index]=0},this.#requireSize=(k,v,size,sizeCalculation)=>{ |
| /*ThouShaltNotCache*/ |
| if(this.#isBackgroundFetch(v))return 0;if(!isPosInt(size)){if(!sizeCalculation)throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");if("function"!=typeof sizeCalculation)throw new TypeError("sizeCalculation must be a function");if(size=sizeCalculation(v,k),!isPosInt(size))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}return size},this.#addItemSize=(index,size,status)=>{if( |
| /*ThouShaltNotCache*/ |
| sizes[index]=size,this.#maxSize){const maxSize=this.#maxSize-sizes[index];for(;this.#calculatedSize>maxSize;)this.#evict(!0)}this.#calculatedSize+=sizes[index],status&&(status.entrySize=size,status.totalCalculatedSize=this.#calculatedSize)}}#removeItemSize=_i=>{};#addItemSize=(_i,_s,_st)=>{};#requireSize=(_k,_v,size,sizeCalculation)=>{ |
| /*ThouShaltNotCache*/ |
| if(size||sizeCalculation)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#indexes({allowStale=this.allowStale}={}){ |
| /*ThouShaltNotCache*/ |
| if(this.#size)for(let i=this.#tail;this.#isValidIndex(i)&&(!allowStale&&this.#isStale(i)||(yield i),i!==this.#head);)i=this.#prev[i]}*#rindexes({allowStale=this.allowStale}={}){ |
| /*ThouShaltNotCache*/ |
| if(this.#size)for(let i=this.#head;this.#isValidIndex(i)&&(!allowStale&&this.#isStale(i)||(yield i),i!==this.#tail);)i=this.#next[i]}#isValidIndex(index){ |
| /*ThouShaltNotCache*/ |
| return void 0!==index&&this.#keyMap.get(this.#keyList[index])===index}*entries(){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#indexes())void 0===this.#valList[i]||void 0===this.#keyList[i]||this.#isBackgroundFetch(this.#valList[i])||(yield[this.#keyList[i],this.#valList[i]])}*rentries(){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#rindexes())void 0===this.#valList[i]||void 0===this.#keyList[i]||this.#isBackgroundFetch(this.#valList[i])||(yield[this.#keyList[i],this.#valList[i]])}*keys(){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#indexes()){const k=this.#keyList[i];void 0===k||this.#isBackgroundFetch(this.#valList[i])||(yield k)}}*rkeys(){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#rindexes()){const k=this.#keyList[i];void 0===k||this.#isBackgroundFetch(this.#valList[i])||(yield k)}}*values(){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#indexes()){void 0===this.#valList[i]||this.#isBackgroundFetch(this.#valList[i])||(yield this.#valList[i])}}*rvalues(){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#rindexes()){void 0===this.#valList[i]||this.#isBackgroundFetch(this.#valList[i])||(yield this.#valList[i])}}[Symbol.iterator](){ |
| /*ThouShaltNotCache*/ |
| return this.entries()}[Symbol.toStringTag]="LRUCache";find(fn,getOptions={}){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#indexes()){const v=this.#valList[i],value=this.#isBackgroundFetch(v)?v.__staleWhileFetching:v;if(void 0!==value&&fn(value,this.#keyList[i],this))return this.get(this.#keyList[i],getOptions)}}forEach(fn,thisp=this){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#indexes()){const v=this.#valList[i],value=this.#isBackgroundFetch(v)?v.__staleWhileFetching:v;void 0!==value&&fn.call(thisp,value,this.#keyList[i],this)}}rforEach(fn,thisp=this){ |
| /*ThouShaltNotCache*/ |
| for(const i of this.#rindexes()){const v=this.#valList[i],value=this.#isBackgroundFetch(v)?v.__staleWhileFetching:v;void 0!==value&&fn.call(thisp,value,this.#keyList[i],this)}}purgeStale(){ |
| /*ThouShaltNotCache*/ |
| let deleted=!1;for(const i of this.#rindexes({allowStale:!0}))this.#isStale(i)&&(this.#delete(this.#keyList[i],"expire"),deleted=!0);return deleted}info(key){ |
| /*ThouShaltNotCache*/ |
| const i=this.#keyMap.get(key);if(void 0===i)return;const v=this.#valList[i],value=this.#isBackgroundFetch(v)?v.__staleWhileFetching:v;if(void 0===value)return;const entry={value};if(this.#ttls&&this.#starts){const ttl=this.#ttls[i],start=this.#starts[i];if(ttl&&start){const remain=ttl-(perf.now()-start);entry.ttl=remain,entry.start=Date.now()}}return this.#sizes&&(entry.size=this.#sizes[i]),entry}dump(){ |
| /*ThouShaltNotCache*/ |
| const arr=[];for(const i of this.#indexes({allowStale:!0})){const key=this.#keyList[i],v=this.#valList[i],value=this.#isBackgroundFetch(v)?v.__staleWhileFetching:v;if(void 0===value||void 0===key)continue;const entry={value};if(this.#ttls&&this.#starts){entry.ttl=this.#ttls[i];const age=perf.now()-this.#starts[i];entry.start=Math.floor(Date.now()-age)}this.#sizes&&(entry.size=this.#sizes[i]),arr.unshift([key,entry])}return arr}load(arr){ |
| /*ThouShaltNotCache*/ |
| this.clear();for(const[key,entry]of arr){if(entry.start){const age=Date.now()-entry.start;entry.start=perf.now()-age}this.set(key,entry.value,entry)}}set(k,v,setOptions={}){ |
| /*ThouShaltNotCache*/ |
| if(void 0===v)return this.delete(k),this;const{ttl=this.ttl,start,noDisposeOnSet=this.noDisposeOnSet,sizeCalculation=this.sizeCalculation,status}=setOptions;let{noUpdateTTL=this.noUpdateTTL}=setOptions;const size=this.#requireSize(k,v,setOptions.size||0,sizeCalculation);if(this.maxEntrySize&&size>this.maxEntrySize)return status&&(status.set="miss",status.maxEntrySizeExceeded=!0),this.#delete(k,"set"),this;let index=0===this.#size?void 0:this.#keyMap.get(k);if(void 0===index)index=0===this.#size?this.#tail:0!==this.#free.length?this.#free.pop():this.#size===this.#max?this.#evict(!1):this.#size,this.#keyList[index]=k,this.#valList[index]=v,this.#keyMap.set(k,index),this.#next[this.#tail]=index,this.#prev[index]=this.#tail,this.#tail=index,this.#size++,this.#addItemSize(index,size,status),status&&(status.set="add"),noUpdateTTL=!1;else{this.#moveToTail(index);const oldVal=this.#valList[index];if(v!==oldVal){if(this.#hasFetchMethod&&this.#isBackgroundFetch(oldVal)){oldVal.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:s}=oldVal;void 0===s||noDisposeOnSet||(this.#hasDispose&&this.#dispose?.(s,k,"set"),this.#hasDisposeAfter&&this.#disposed?.push([s,k,"set"]))}else noDisposeOnSet||(this.#hasDispose&&this.#dispose?.(oldVal,k,"set"),this.#hasDisposeAfter&&this.#disposed?.push([oldVal,k,"set"]));if(this.#removeItemSize(index),this.#addItemSize(index,size,status),this.#valList[index]=v,status){status.set="replace";const oldValue=oldVal&&this.#isBackgroundFetch(oldVal)?oldVal.__staleWhileFetching:oldVal;void 0!==oldValue&&(status.oldValue=oldValue)}}else status&&(status.set="update")}if(0===ttl||this.#ttls||this.#initializeTTLTracking(),this.#ttls&&(noUpdateTTL||this.#setItemTTL(index,ttl,start),status&&this.#statusTTL(status,index)),!noDisposeOnSet&&this.#hasDisposeAfter&&this.#disposed){const dt=this.#disposed;let task;for(;task=dt?.shift();)this.#disposeAfter?.(...task)}return this}pop(){ |
| /*ThouShaltNotCache*/ |
| try{for(;this.#size;){const val=this.#valList[this.#head];if(this.#evict(!0),this.#isBackgroundFetch(val)){if(val.__staleWhileFetching)return val.__staleWhileFetching}else if(void 0!==val)return val}}finally{if(this.#hasDisposeAfter&&this.#disposed){const dt=this.#disposed;let task;for(;task=dt?.shift();)this.#disposeAfter?.(...task)}}}#evict(free){ |
| /*ThouShaltNotCache*/ |
| const head=this.#head,k=this.#keyList[head],v=this.#valList[head];return this.#hasFetchMethod&&this.#isBackgroundFetch(v)?v.__abortController.abort(new Error("evicted")):(this.#hasDispose||this.#hasDisposeAfter)&&(this.#hasDispose&&this.#dispose?.(v,k,"evict"),this.#hasDisposeAfter&&this.#disposed?.push([v,k,"evict"])),this.#removeItemSize(head),free&&(this.#keyList[head]=void 0,this.#valList[head]=void 0,this.#free.push(head)),1===this.#size?(this.#head=this.#tail=0,this.#free.length=0):this.#head=this.#next[head],this.#keyMap.delete(k),this.#size--,head}has(k,hasOptions={}){ |
| /*ThouShaltNotCache*/ |
| const{updateAgeOnHas=this.updateAgeOnHas,status}=hasOptions,index=this.#keyMap.get(k);if(void 0!==index){const v=this.#valList[index];if(this.#isBackgroundFetch(v)&&void 0===v.__staleWhileFetching)return!1;if(!this.#isStale(index))return updateAgeOnHas&&this.#updateItemAge(index),status&&(status.has="hit",this.#statusTTL(status,index)),!0;status&&(status.has="stale",this.#statusTTL(status,index))}else status&&(status.has="miss");return!1}peek(k,peekOptions={}){ |
| /*ThouShaltNotCache*/ |
| const{allowStale=this.allowStale}=peekOptions,index=this.#keyMap.get(k);if(void 0===index||!allowStale&&this.#isStale(index))return;const v=this.#valList[index];return this.#isBackgroundFetch(v)?v.__staleWhileFetching:v}#backgroundFetch(k,index,options,context){ |
| /*ThouShaltNotCache*/ |
| const v=void 0===index?void 0:this.#valList[index];if(this.#isBackgroundFetch(v))return v;const ac=new AC,{signal}=options;signal?.addEventListener("abort",()=>ac.abort(signal.reason),{signal:ac.signal});const fetchOpts={signal:ac.signal,options,context},cb=(v,updateCache=!1)=>{ |
| /*ThouShaltNotCache*/ |
| const{aborted}=ac.signal,ignoreAbort=options.ignoreFetchAbort&&void 0!==v;if(options.status&&(aborted&&!updateCache?(options.status.fetchAborted=!0,options.status.fetchError=ac.signal.reason,ignoreAbort&&(options.status.fetchAbortIgnored=!0)):options.status.fetchResolved=!0),aborted&&!ignoreAbort&&!updateCache)return fetchFail(ac.signal.reason);const bf=p;return this.#valList[index]===p&&(void 0===v?bf.__staleWhileFetching?this.#valList[index]=bf.__staleWhileFetching:this.#delete(k,"fetch"):(options.status&&(options.status.fetchUpdated=!0),this.set(k,v,fetchOpts.options))),v},fetchFail=er=>{ |
| /*ThouShaltNotCache*/ |
| const{aborted}=ac.signal,allowStaleAborted=aborted&&options.allowStaleOnFetchAbort,allowStale=allowStaleAborted||options.allowStaleOnFetchRejection,noDelete=allowStale||options.noDeleteOnFetchRejection,bf=p;if(this.#valList[index]===p){!noDelete||void 0===bf.__staleWhileFetching?this.#delete(k,"fetch"):allowStaleAborted||(this.#valList[index]=bf.__staleWhileFetching)}if(allowStale)return options.status&&void 0!==bf.__staleWhileFetching&&(options.status.returnedStale=!0),bf.__staleWhileFetching;if(bf.__returned===bf)throw er};options.status&&(options.status.fetchDispatched=!0);const p=new Promise((res,rej)=>{ |
| /*ThouShaltNotCache*/ |
| const fmp=this.#fetchMethod?.(k,v,fetchOpts);fmp&&fmp instanceof Promise&&fmp.then(v=>res(void 0===v?void 0:v),rej),ac.signal.addEventListener("abort",()=>{ |
| /*ThouShaltNotCache*/ |
| options.ignoreFetchAbort&&!options.allowStaleOnFetchAbort||(res(void 0),options.allowStaleOnFetchAbort&&(res=v=>cb(v,!0)))})}).then(cb,er=>( |
| /*ThouShaltNotCache*/ |
| options.status&&(options.status.fetchRejected=!0,options.status.fetchError=er),fetchFail(er))),bf=Object.assign(p,{__abortController:ac,__staleWhileFetching:v,__returned:void 0});return void 0===index?(this.set(k,bf,{...fetchOpts.options,status:void 0}),index=this.#keyMap.get(k)):this.#valList[index]=bf,bf}#isBackgroundFetch(p){ |
| /*ThouShaltNotCache*/ |
| if(!this.#hasFetchMethod)return!1;const b=p;return!!b&&b instanceof Promise&&b.hasOwnProperty("__staleWhileFetching")&&b.__abortController instanceof AC}async fetch(k,fetchOptions={}){ |
| /*ThouShaltNotCache*/ |
| const{allowStale=this.allowStale,updateAgeOnGet=this.updateAgeOnGet,noDeleteOnStaleGet=this.noDeleteOnStaleGet,ttl=this.ttl,noDisposeOnSet=this.noDisposeOnSet,size=0,sizeCalculation=this.sizeCalculation,noUpdateTTL=this.noUpdateTTL,noDeleteOnFetchRejection=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection=this.allowStaleOnFetchRejection,ignoreFetchAbort=this.ignoreFetchAbort,allowStaleOnFetchAbort=this.allowStaleOnFetchAbort,context,forceRefresh=!1,status,signal}=fetchOptions;if(!this.#hasFetchMethod)return status&&(status.fetch="get"),this.get(k,{allowStale,updateAgeOnGet,noDeleteOnStaleGet,status});const options={allowStale,updateAgeOnGet,noDeleteOnStaleGet,ttl,noDisposeOnSet,size,sizeCalculation,noUpdateTTL,noDeleteOnFetchRejection,allowStaleOnFetchRejection,allowStaleOnFetchAbort,ignoreFetchAbort,status,signal};let index=this.#keyMap.get(k);if(void 0===index){status&&(status.fetch="miss");const p=this.#backgroundFetch(k,index,options,context);return p.__returned=p}{const v=this.#valList[index];if(this.#isBackgroundFetch(v)){const stale=allowStale&&void 0!==v.__staleWhileFetching;return status&&(status.fetch="inflight",stale&&(status.returnedStale=!0)),stale?v.__staleWhileFetching:v.__returned=v}const isStale=this.#isStale(index);if(!forceRefresh&&!isStale)return status&&(status.fetch="hit"),this.#moveToTail(index),updateAgeOnGet&&this.#updateItemAge(index),status&&this.#statusTTL(status,index),v;const p=this.#backgroundFetch(k,index,options,context),staleVal=void 0!==p.__staleWhileFetching&&allowStale;return status&&(status.fetch=isStale?"stale":"refresh",staleVal&&isStale&&(status.returnedStale=!0)),staleVal?p.__staleWhileFetching:p.__returned=p}}async forceFetch(k,fetchOptions={}){ |
| /*ThouShaltNotCache*/ |
| const v=await this.fetch(k,fetchOptions);if(void 0===v)throw new Error("fetch() returned undefined");return v}memo(k,memoOptions={}){ |
| /*ThouShaltNotCache*/ |
| const memoMethod=this.#memoMethod;if(!memoMethod)throw new Error("no memoMethod provided to constructor");const{context,forceRefresh,...options}=memoOptions,v=this.get(k,options);if(!forceRefresh&&void 0!==v)return v;const vv=memoMethod(k,v,{options,context});return this.set(k,vv,options),vv}get(k,getOptions={}){ |
| /*ThouShaltNotCache*/ |
| const{allowStale=this.allowStale,updateAgeOnGet=this.updateAgeOnGet,noDeleteOnStaleGet=this.noDeleteOnStaleGet,status}=getOptions,index=this.#keyMap.get(k);if(void 0!==index){const value=this.#valList[index],fetching=this.#isBackgroundFetch(value);return status&&this.#statusTTL(status,index),this.#isStale(index)?(status&&(status.get="stale"),fetching?(status&&allowStale&&void 0!==value.__staleWhileFetching&&(status.returnedStale=!0),allowStale?value.__staleWhileFetching:void 0):(noDeleteOnStaleGet||this.#delete(k,"expire"),status&&allowStale&&(status.returnedStale=!0),allowStale?value:void 0)):(status&&(status.get="hit"),fetching?value.__staleWhileFetching:(this.#moveToTail(index),updateAgeOnGet&&this.#updateItemAge(index),value))}status&&(status.get="miss")}#connect(p,n){ |
| /*ThouShaltNotCache*/ |
| this.#prev[n]=p,this.#next[p]=n}#moveToTail(index){ |
| /*ThouShaltNotCache*/ |
| index!==this.#tail&&(index===this.#head?this.#head=this.#next[index]:this.#connect(this.#prev[index],this.#next[index]),this.#connect(this.#tail,index),this.#tail=index)}delete(k){ |
| /*ThouShaltNotCache*/ |
| return this.#delete(k,"delete")}#delete(k,reason){ |
| /*ThouShaltNotCache*/ |
| let deleted=!1;if(0!==this.#size){const index=this.#keyMap.get(k);if(void 0!==index)if(deleted=!0,1===this.#size)this.#clear(reason);else{this.#removeItemSize(index);const v=this.#valList[index];if(this.#isBackgroundFetch(v)?v.__abortController.abort(new Error("deleted")):(this.#hasDispose||this.#hasDisposeAfter)&&(this.#hasDispose&&this.#dispose?.(v,k,reason),this.#hasDisposeAfter&&this.#disposed?.push([v,k,reason])),this.#keyMap.delete(k),this.#keyList[index]=void 0,this.#valList[index]=void 0,index===this.#tail)this.#tail=this.#prev[index];else if(index===this.#head)this.#head=this.#next[index];else{const pi=this.#prev[index];this.#next[pi]=this.#next[index];const ni=this.#next[index];this.#prev[ni]=this.#prev[index]}this.#size--,this.#free.push(index)}}if(this.#hasDisposeAfter&&this.#disposed?.length){const dt=this.#disposed;let task;for(;task=dt?.shift();)this.#disposeAfter?.(...task)}return deleted}clear(){ |
| /*ThouShaltNotCache*/ |
| return this.#clear("delete")}#clear(reason){ |
| /*ThouShaltNotCache*/ |
| for(const index of this.#rindexes({allowStale:!0})){const v=this.#valList[index];if(this.#isBackgroundFetch(v))v.__abortController.abort(new Error("deleted"));else{const k=this.#keyList[index];this.#hasDispose&&this.#dispose?.(v,k,reason),this.#hasDisposeAfter&&this.#disposed?.push([v,k,reason])}}if(this.#keyMap.clear(),this.#valList.fill(void 0),this.#keyList.fill(void 0),this.#ttls&&this.#starts&&(this.#ttls.fill(0),this.#starts.fill(0)),this.#sizes&&this.#sizes.fill(0),this.#head=0,this.#tail=0,this.#free.length=0,this.#calculatedSize=0,this.#size=0,this.#hasDisposeAfter&&this.#disposed){const dt=this.#disposed;let task;for(;task=dt?.shift();)this.#disposeAfter?.(...task)}}}exports.LRUCache=LRUCache},4061:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const allWebkitProperties=__webpack_require__(7959);module.exports=new Set(["background-position-x","background-position-y","background-repeat-x","background-repeat-y","color-interpolation","color-profile","color-rendering","enable-background","glyph-orientation-horizontal","kerning","marker-offset","marks","pointer-events","shape-rendering","size","src","stop-color","stop-opacity","text-anchor","text-line-through","text-line-through-color","text-line-through-mode","text-line-through-style","text-line-through-width","text-overline","text-overline-color","text-overline-mode","text-overline-style","text-overline-width","text-rendering","text-underline","text-underline-color","text-underline-mode","text-underline-style","text-underline-width","unicode-range","vector-effect",...allWebkitProperties])},4150:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(81545).Buffer;const whatwgURL=__webpack_require__(88499),notImplemented=__webpack_require__(48184),reportException=__webpack_require__(57335),idlUtils=__webpack_require__(65554);exports.evaluateJavaScriptURL=(window,urlRecord)=>{ |
| /*ThouShaltNotCache*/ |
| const urlString=whatwgURL.serializeURL(urlRecord),encodedScriptSource=urlString.substring(11),scriptSource=Buffer.from(whatwgURL.percentDecodeString(encodedScriptSource)).toString();if("dangerously"===window._runScripts)try{return window.eval(scriptSource)}catch(e){reportException(window,e,urlString)}},exports.navigate=(window,newURL,flags)=>{ |
| /*ThouShaltNotCache*/ |
| if(!window._document)return;const currentURL=idlUtils.implForWrapper(window._document)._URL;flags.reloadTriggered||!function(a,b,flags){ |
| /*ThouShaltNotCache*/ |
| const serializedA=whatwgURL.serializeURL(a,flags.excludeFragments),serializedB=whatwgURL.serializeURL(b,flags.excludeFragments);return serializedA===serializedB}(currentURL,newURL,{excludeFragments:!0})?"javascript"!==newURL.scheme?function(window){ |
| /*ThouShaltNotCache*/ |
| notImplemented("navigation (except hash changes)",window)}(window):setTimeout(()=>{"string"==typeof exports.evaluateJavaScriptURL(window,newURL)&¬Implemented("string results from 'javascript:' URLs",window)},0):newURL.fragment!==currentURL.fragment&&function(window,newURL,flags){ |
| /*ThouShaltNotCache*/ |
| const document=idlUtils.implForWrapper(window._document);window._sessionHistory.clearHistoryTraversalTasks(),flags.replacement||window._sessionHistory.removeAllEntriesAfterCurrentEntry();const newEntry={document,url:newURL};window._sessionHistory.addEntryAfterCurrentEntry(newEntry),window._sessionHistory.traverseHistory(newEntry,{nonBlockingEvents:!0,replacement:flags.replacement})}(window,newURL,flags)}},4379:module=>{"use strict";module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var obj={},sym=Symbol("test"),symObj=Object(sym);if("string"==typeof sym)return!1;if("[object Symbol]"!==Object.prototype.toString.call(sym))return!1;if("[object Symbol]"!==Object.prototype.toString.call(symObj))return!1;for(var _ in obj[sym]=42,obj)return!1;if("function"==typeof Object.keys&&0!==Object.keys(obj).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(obj).length)return!1;var syms=Object.getOwnPropertySymbols(obj);if(1!==syms.length||syms[0]!==sym)return!1;if(!Object.prototype.propertyIsEnumerable.call(obj,sym))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var descriptor=Object.getOwnPropertyDescriptor(obj,sym);if(42!==descriptor.value||!0!==descriptor.enumerable)return!1}return!0}},4556:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{get start(){ |
| /*ThouShaltNotCache*/ |
| const value=parseInt(this.getAttributeNS(null,"start"));return isNaN(value)?1:value}set start(value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"start",value)}}}},5178:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGPreserveAspectRatio.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGPreserveAspectRatio'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGPreserveAspectRatio{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of SVGPreserveAspectRatio.");return esValue[implSymbol].align}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of SVGPreserveAspectRatio.");V=conversions["unsigned short"](V,{context:"Failed to set the 'align' property on 'SVGPreserveAspectRatio': The provided value",globals:globalObject}),esValue[implSymbol].align=V}get meetOrSlice(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get meetOrSlice' called on an object that is not a valid instance of SVGPreserveAspectRatio.");return esValue[implSymbol].meetOrSlice}set meetOrSlice(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set meetOrSlice' called on an object that is not a valid instance of SVGPreserveAspectRatio.");V=conversions["unsigned short"](V,{context:"Failed to set the 'meetOrSlice' property on 'SVGPreserveAspectRatio': The provided value",globals:globalObject}),esValue[implSymbol].meetOrSlice=V}}Object.defineProperties(SVGPreserveAspectRatio.prototype,{align:{enumerable:!0},meetOrSlice:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGPreserveAspectRatio",configurable:!0},SVG_PRESERVEASPECTRATIO_UNKNOWN:{value:0,enumerable:!0},SVG_PRESERVEASPECTRATIO_NONE:{value:1,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMINYMIN:{value:2,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMIDYMIN:{value:3,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMAXYMIN:{value:4,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMINYMID:{value:5,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMIDYMID:{value:6,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMAXYMID:{value:7,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMINYMAX:{value:8,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMIDYMAX:{value:9,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMAXYMAX:{value:10,enumerable:!0},SVG_MEETORSLICE_UNKNOWN:{value:0,enumerable:!0},SVG_MEETORSLICE_MEET:{value:1,enumerable:!0},SVG_MEETORSLICE_SLICE:{value:2,enumerable:!0}}),Object.defineProperties(SVGPreserveAspectRatio,{SVG_PRESERVEASPECTRATIO_UNKNOWN:{value:0,enumerable:!0},SVG_PRESERVEASPECTRATIO_NONE:{value:1,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMINYMIN:{value:2,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMIDYMIN:{value:3,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMAXYMIN:{value:4,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMINYMID:{value:5,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMIDYMID:{value:6,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMAXYMID:{value:7,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMINYMAX:{value:8,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMIDYMAX:{value:9,enumerable:!0},SVG_PRESERVEASPECTRATIO_XMAXYMAX:{value:10,enumerable:!0},SVG_MEETORSLICE_UNKNOWN:{value:0,enumerable:!0},SVG_MEETORSLICE_MEET:{value:1,enumerable:!0},SVG_MEETORSLICE_SLICE:{value:2,enumerable:!0}}),ctorRegistry.SVGPreserveAspectRatio=SVGPreserveAspectRatio,Object.defineProperty(globalObject,"SVGPreserveAspectRatio",{configurable:!0,writable:!0,value:SVGPreserveAspectRatio})};const Impl=__webpack_require__(16666)},5380:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348),objectKeys=Object.keys||function(obj){ |
| /*ThouShaltNotCache*/ |
| var keys=[];for(var key in obj)keys.push(key);return keys};module.exports=Duplex;var Readable=__webpack_require__(7546),Writable=__webpack_require__(48510);__webpack_require__(68808)(Duplex,Readable);for(var keys=objectKeys(Writable.prototype),v=0;v<keys.length;v++){var method=keys[v];Duplex.prototype[method]||(Duplex.prototype[method]=Writable.prototype[method])}function Duplex(options){ |
| /*ThouShaltNotCache*/ |
| if(!(this instanceof Duplex))return new Duplex(options);Readable.call(this,options),Writable.call(this,options),this.allowHalfOpen=!0,options&&(!1===options.readable&&(this.readable=!1),!1===options.writable&&(this.writable=!1),!1===options.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",onend)))}function onend(){ |
| /*ThouShaltNotCache*/ |
| this._writableState.ended||process.nextTick(onEndNT,this)}function onEndNT(self){ |
| /*ThouShaltNotCache*/ |
| self.end()}Object.defineProperty(Duplex.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._writableState.highWaterMark}}),Object.defineProperty(Duplex.prototype,"writableBuffer",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(Duplex.prototype,"writableLength",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._writableState.length}}),Object.defineProperty(Duplex.prototype,"destroyed",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(value){ |
| /*ThouShaltNotCache*/ |
| void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=value,this._writableState.destroyed=value)}})},5443:(__unused_webpack_module,exports)=>{"use strict";const namedColors={__proto__:null,aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]};function sharedSpecifiedAndComputedAndUsed(color){ |
| /*ThouShaltNotCache*/ |
| return/^#[0-9A-Fa-f]{6}$/.test(color)||/^#[0-9A-Fa-f]{3}$/.test(color)?function(color){ |
| /*ThouShaltNotCache*/ |
| if(6===color.length){const[r1,r2,g1,g2,b1,b2]=color.split("");return`rgb(${hexesToDecimals([r1,r2],[g1,g2],[b1,b2]).join(", ")})`}if(3===color.length){const[r1,g1,b1]=color.split("");return`rgb(${hexesToDecimals([r1,r1],[g1,g1],[b1,b1]).join(", ")})`}return"rgb(0, 0, 0)"}(color.slice(1)):/^#[0-9A-Fa-f]{8}$/.test(color)||/^#[0-9A-Fa-f]{4}$/.test(color)?function(color){ |
| /*ThouShaltNotCache*/ |
| if(8===color.length){const[r1,r2,g1,g2,b1,b2,a1,a2]=color.split("");return`rgba(${hexesToDecimals([r1,r2],[g1,g2],[b1,b2]).join(", ")}, ${hexToPercent(a1,a2)})`}if(4===color.length){const[r1,g1,b1,a1]=color.split("");return`rgba(${hexesToDecimals([r1,r1],[g1,g1],[b1,b1]).join(", ")}, ${hexToPercent(a1,a1)})`}return"rgba(0, 0, 0, 1)"}(color.slice(1)):/^rgba?\(/.test(color)?color.split(",").map(s=>s.trim()).join(", "):color}function hexToDecimal(d1,d2){ |
| /*ThouShaltNotCache*/ |
| return 16*parseInt(d1,16)+parseInt(d2,16)}function hexesToDecimals(...hexes){ |
| /*ThouShaltNotCache*/ |
| return hexes.map(pair=>hexToDecimal(pair[0],pair[1]))}function hexToPercent(d1,d2){ |
| /*ThouShaltNotCache*/ |
| return Math.floor(1e3*hexToDecimal(d1,d2)/255)/1e3}exports.getSpecifiedColor=color=>{ |
| /*ThouShaltNotCache*/ |
| const lowercasedColor=color.toLowerCase();return Object.hasOwn(namedColors,lowercasedColor)||"transparent"===lowercasedColor?lowercasedColor:sharedSpecifiedAndComputedAndUsed(color)},exports.getComputedOrUsedColor=color=>{ |
| /*ThouShaltNotCache*/ |
| const lowercasedColor=color.toLowerCase(),fromNamedColors=namedColors[lowercasedColor];return void 0!==fromNamedColors?`rgb(${fromNamedColors.join(", ")})`:"transparent"===lowercasedColor?"rgba(0, 0, 0, 0)":sharedSpecifiedAndComputedAndUsed(color)}},5510:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var Buffer=__webpack_require__(81545).Buffer,__importDefault=this&&this.__importDefault||function(mod){ |
| /*ThouShaltNotCache*/ |
| return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:!0}),exports.parseProxyResponse=void 0;const debug=(0,__importDefault(__webpack_require__(51227)).default)("https-proxy-agent:parse-proxy-response");exports.parseProxyResponse=function(socket){ |
| /*ThouShaltNotCache*/ |
| return new Promise((resolve,reject)=>{ |
| /*ThouShaltNotCache*/ |
| let buffersLength=0;const buffers=[];function read(){ |
| /*ThouShaltNotCache*/ |
| const b=socket.read();b?function(b){ |
| /*ThouShaltNotCache*/ |
| buffers.push(b),buffersLength+=b.length;const buffered=Buffer.concat(buffers,buffersLength),endOfHeaders=buffered.indexOf("\r\n\r\n");if(-1===endOfHeaders)return debug("have not received end of HTTP headers yet..."),void read();const headerParts=buffered.slice(0,endOfHeaders).toString("ascii").split("\r\n"),firstLine=headerParts.shift();if(!firstLine)return socket.destroy(),reject(new Error("No header received from proxy CONNECT response"));const firstLineParts=firstLine.split(" "),statusCode=+firstLineParts[1],statusText=firstLineParts.slice(2).join(" "),headers={};for(const header of headerParts){if(!header)continue;const firstColon=header.indexOf(":");if(-1===firstColon)return socket.destroy(),reject(new Error(`Invalid header from proxy CONNECT response: "${header}"`));const key=header.slice(0,firstColon).toLowerCase(),value=header.slice(firstColon+1).trimStart(),current=headers[key];"string"==typeof current?headers[key]=[current,value]:Array.isArray(current)?current.push(value):headers[key]=value}debug("got proxy server response: %o %o",firstLine,headers),cleanup(),resolve({connect:{statusCode,statusText,headers},buffered})}(b):socket.once("readable",read)}function cleanup(){ |
| /*ThouShaltNotCache*/ |
| socket.removeListener("end",onend),socket.removeListener("error",onerror),socket.removeListener("readable",read)}function onend(){ |
| /*ThouShaltNotCache*/ |
| cleanup(),debug("onend"),reject(new Error("Proxy connection ended before receiving CONNECT response"))}function onerror(err){ |
| /*ThouShaltNotCache*/ |
| cleanup(),debug("onerror %o",err),reject(err)}socket.on("error",onerror),socket.on("end",onend),read()})}},5789:module=>{"use strict";class QueueItem{constructor(onLoad,onError,dependentItem){ |
| /*ThouShaltNotCache*/ |
| this.onLoad=onLoad,this.onError=onError,this.data=null,this.error=null,this.dependentItem=dependentItem}}module.exports=class{constructor(){ |
| /*ThouShaltNotCache*/ |
| this.items=new Set,this.dependentItems=new Set}count(){ |
| /*ThouShaltNotCache*/ |
| return this.items.size+this.dependentItems.size}_notify(){ |
| /*ThouShaltNotCache*/ |
| this._listener&&this._listener()}_check(item){ |
| /*ThouShaltNotCache*/ |
| let promise;item.onError&&item.error?promise=item.onError(item.error):item.onLoad&&item.data&&(promise=item.onLoad(item.data)),promise.then(()=>{ |
| /*ThouShaltNotCache*/ |
| this.items.delete(item),this.dependentItems.delete(item),0===this.count()&&this._notify()})}setListener(listener){ |
| /*ThouShaltNotCache*/ |
| this._listener=listener}push(request,onLoad,onError,dependentItem){ |
| /*ThouShaltNotCache*/ |
| const q=this,item=new QueueItem(onLoad,onError,dependentItem);return q.items.add(item),request.then(data=>( |
| /*ThouShaltNotCache*/ |
| item.data=data,dependentItem&&!dependentItem.finished?(q.dependentItems.add(item),q.items.delete(item)):onLoad?q._check(item):(q.items.delete(item),0===q.count()&&q._notify(),null))).catch(err=>( |
| /*ThouShaltNotCache*/ |
| item.error=err,dependentItem&&!dependentItem.finished?(q.dependentItems.add(item),q.items.delete(item)):onError?q._check(item):(q.items.delete(item),0===q.count()&&q._notify(),null)))}notifyItem(syncItem){ |
| /*ThouShaltNotCache*/ |
| for(const item of this.dependentItems)item.dependentItem===syncItem&&this._check(item)}}},5880:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLDetailsElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLDetailsElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLDetailsElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLDetailsElement",new.target)}get open(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get open' called on an object that is not a valid instance of HTMLDetailsElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("open")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set open(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set open' called on an object that is not a valid instance of HTMLDetailsElement.");V=conversions.boolean(V,{context:"Failed to set the 'open' property on 'HTMLDetailsElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("open",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("open")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLDetailsElement.prototype,{open:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDetailsElement",configurable:!0}}),ctorRegistry.HTMLDetailsElement=HTMLDetailsElement,Object.defineProperty(globalObject,"HTMLDetailsElement",{configurable:!0,writable:!0,value:HTMLDetailsElement})};const Impl=__webpack_require__(61243)},6099:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(81545).Buffer;const whatwgEncoding=__webpack_require__(82881),MIMEType=__webpack_require__(75009),DOMException=__webpack_require__(3698),EventTargetImpl=__webpack_require__(94925).implementation,ProgressEvent=__webpack_require__(52542),{setupForSimpleEventAccessors}=__webpack_require__(43648),{fireAnEvent}=__webpack_require__(97130),{copyToArrayBufferInNewRealm}=__webpack_require__(10575),READY_STATES=Object.freeze({EMPTY:0,LOADING:1,DONE:2});class FileReaderImpl extends EventTargetImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this.error=null,this.readyState=READY_STATES.EMPTY,this.result=null,this._globalObject=globalObject,this._ownerDocument=globalObject.document,this._terminated=!1}readAsArrayBuffer(file){ |
| /*ThouShaltNotCache*/ |
| this._readFile(file,"buffer")}readAsBinaryString(file){ |
| /*ThouShaltNotCache*/ |
| this._readFile(file,"binaryString")}readAsDataURL(file){ |
| /*ThouShaltNotCache*/ |
| this._readFile(file,"dataURL")}readAsText(file,encoding){ |
| /*ThouShaltNotCache*/ |
| this._readFile(file,"text",whatwgEncoding.labelToName(encoding)||"UTF-8")}abort(){ |
| /*ThouShaltNotCache*/ |
| this.readyState!==READY_STATES.EMPTY&&this.readyState!==READY_STATES.DONE?(this.readyState===READY_STATES.LOADING&&(this.readyState=READY_STATES.DONE,this.result=null),this._terminated=!0,this._fireProgressEvent("abort"),this._fireProgressEvent("loadend")):this.result=null}_fireProgressEvent(name,props){ |
| /*ThouShaltNotCache*/ |
| fireAnEvent(name,this,ProgressEvent,props)}_readFile(file,format,encoding){ |
| /*ThouShaltNotCache*/ |
| if(this.readyState===READY_STATES.LOADING)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);this.readyState=READY_STATES.LOADING,setImmediate(()=>{ |
| /*ThouShaltNotCache*/ |
| if(this._terminated)return void(this._terminated=!1);this._fireProgressEvent("loadstart");let data=file._buffer;data||(data=Buffer.alloc(0)),this._fireProgressEvent("progress",{lengthComputable:!isNaN(file.size),total:file.size,loaded:data.length}),setImmediate(()=>{ |
| /*ThouShaltNotCache*/ |
| if(this._terminated)this._terminated=!1;else{switch(format){case"binaryString":this.result=data.toString("binary");break;case"dataURL":{const contentType=MIMEType.parse(file.type)||"application/octet-stream";this.result=`data:${contentType};base64,${data.toString("base64")}`;break}case"text":this.result=whatwgEncoding.decode(data,encoding);break;default:this.result=copyToArrayBufferInNewRealm(data,this._globalObject)}this.readyState=READY_STATES.DONE,this._fireProgressEvent("load"),this._fireProgressEvent("loadend")}})})}}setupForSimpleEventAccessors(FileReaderImpl.prototype,["loadstart","progress","load","abort","error","loadend"]),exports.implementation=FileReaderImpl},6426:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),MessageEventInit=__webpack_require__(14700),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].MessageEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'MessageEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker","AudioWorklet"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class MessageEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'MessageEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'MessageEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=MessageEventInit.convert(globalObject,curArg,{context:"Failed to construct 'MessageEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}initMessageEvent(type){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initMessageEvent' called on an object that is not a valid instance of MessageEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initMessageEvent' on 'MessageEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initMessageEvent' on 'MessageEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initMessageEvent' on 'MessageEvent': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initMessageEvent' on 'MessageEvent': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?conversions.any(curArg,{context:"Failed to execute 'initMessageEvent' on 'MessageEvent': parameter 4",globals:globalObject}):null,args.push(curArg)}{let curArg=arguments[4];curArg=void 0!==curArg?conversions.USVString(curArg,{context:"Failed to execute 'initMessageEvent' on 'MessageEvent': parameter 5",globals:globalObject}):"",args.push(curArg)}{let curArg=arguments[5];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to execute 'initMessageEvent' on 'MessageEvent': parameter 6",globals:globalObject}):"",args.push(curArg)}{let curArg=arguments[6];curArg=void 0!==curArg?null==curArg?null:utils.tryImplForWrapper(curArg):null,args.push(curArg)}{let curArg=arguments[7];if(void 0!==curArg){if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to execute 'initMessageEvent' on 'MessageEvent': parameter 8 is not an iterable object.");{const V=[],tmp=curArg;for(let nextItem of tmp)nextItem=utils.tryImplForWrapper(nextItem),V.push(nextItem);curArg=V}}else curArg=[];args.push(curArg)}return esValue[implSymbol].initMessageEvent(...args)}get data(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get data' called on an object that is not a valid instance of MessageEvent.");return esValue[implSymbol].data}get origin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get origin' called on an object that is not a valid instance of MessageEvent.");return esValue[implSymbol].origin}get lastEventId(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lastEventId' called on an object that is not a valid instance of MessageEvent.");return esValue[implSymbol].lastEventId}get source(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get source' called on an object that is not a valid instance of MessageEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].source)}get ports(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ports' called on an object that is not a valid instance of MessageEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].ports)}}Object.defineProperties(MessageEvent.prototype,{initMessageEvent:{enumerable:!0},data:{enumerable:!0},origin:{enumerable:!0},lastEventId:{enumerable:!0},source:{enumerable:!0},ports:{enumerable:!0},[Symbol.toStringTag]:{value:"MessageEvent",configurable:!0}}),ctorRegistry.MessageEvent=MessageEvent,Object.defineProperty(globalObject,"MessageEvent",{configurable:!0,writable:!0,value:MessageEvent})};const Impl=__webpack_require__(52945)},6766:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGElement=__webpack_require__(57397);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGDescElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGDescElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGDescElement extends globalObject.SVGElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(SVGDescElement.prototype,{[Symbol.toStringTag]:{value:"SVGDescElement",configurable:!0}}),ctorRegistry.SVGDescElement=SVGDescElement,Object.defineProperty(globalObject,"SVGDescElement",{configurable:!0,writable:!0,value:SVGDescElement})};const Impl=__webpack_require__(41957)},6779:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{domSymbolTree}=__webpack_require__(35442),{filter,FILTER_ACCEPT}=__webpack_require__(69573);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._active=!1,this.root=privateData.root,this.whatToShow=privateData.whatToShow,this.filter=privateData.filter,this._referenceNode=this.root,this._pointerBeforeReferenceNode=!0,this._globalObject=globalObject}get referenceNode(){ |
| /*ThouShaltNotCache*/ |
| return this._referenceNode}get pointerBeforeReferenceNode(){ |
| /*ThouShaltNotCache*/ |
| return this._pointerBeforeReferenceNode}nextNode(){ |
| /*ThouShaltNotCache*/ |
| return this._traverse("next")}previousNode(){ |
| /*ThouShaltNotCache*/ |
| return this._traverse("previous")}detach(){}_preRemovingSteps(toBeRemovedNode){ |
| /*ThouShaltNotCache*/ |
| if(!toBeRemovedNode.contains(this._referenceNode)||toBeRemovedNode===this.root)return;if(this._pointerBeforeReferenceNode){let next=null,candidateForNext=domSymbolTree.following(toBeRemovedNode,{skipChildren:!0});for(;null!==candidateForNext;){if(this.root.contains(candidateForNext)){next=candidateForNext;break}candidateForNext=domSymbolTree.following(candidateForNext,{skipChildren:!0})}if(null!==next)return void(this._referenceNode=next);this._pointerBeforeReferenceNode=!1}const{previousSibling}=toBeRemovedNode;this._referenceNode=null===previousSibling?toBeRemovedNode.parentNode:domSymbolTree.lastInclusiveDescendant(toBeRemovedNode.previousSibling)}_traverse(direction){ |
| /*ThouShaltNotCache*/ |
| let node=this._referenceNode,beforeNode=this._pointerBeforeReferenceNode;for(;;){if("next"===direction){if(!beforeNode&&(node=domSymbolTree.following(node,{root:this.root}),!node))return null;beforeNode=!1}else if("previous"===direction){if(beforeNode&&(node=domSymbolTree.preceding(node,{root:this.root}),!node))return null;beforeNode=!0}if(filter(this,node)===FILTER_ACCEPT)break}return this._referenceNode=node,this._pointerBeforeReferenceNode=beforeNode,node}}},6902:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),SVGNumber=__webpack_require__(57012),SVGRect=__webpack_require__(13927),SVGGraphicsElementImpl=__webpack_require__(81041).implementation,WindowEventHandlersImpl=__webpack_require__(84693).implementation,{domSymbolTree}=__webpack_require__(35442),{ELEMENT_NODE}=__webpack_require__(53010);class SVGSVGElementImpl extends SVGGraphicsElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._proxyWindowEventsToWindow()}createSVGNumber(){ |
| /*ThouShaltNotCache*/ |
| return SVGNumber.createImpl(this._globalObject,[],{})}createSVGRect(){ |
| /*ThouShaltNotCache*/ |
| return SVGRect.createImpl(this._globalObject,[],{})}getElementById(elementId){ |
| /*ThouShaltNotCache*/ |
| for(const node of domSymbolTree.treeIterator(this))if(node.nodeType===ELEMENT_NODE&&node.getAttributeNS(null,"id")===elementId)return node;return null}suspendRedraw(){ |
| /*ThouShaltNotCache*/ |
| return 1}unsuspendRedraw(){}unsuspendRedrawAll(){}forceRedraw(){}}mixin(SVGSVGElementImpl.prototype,WindowEventHandlersImpl.prototype),module.exports={implementation:SVGSVGElementImpl}},6943:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTrackElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTrackElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTrackElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTrackElement",new.target)}get kind(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get kind' called on an object that is not a valid instance of HTMLTrackElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("kind");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set kind(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set kind' called on an object that is not a valid instance of HTMLTrackElement.");V=conversions.DOMString(V,{context:"Failed to set the 'kind' property on 'HTMLTrackElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("kind",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLTrackElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLTrackElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLTrackElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get srclang(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get srclang' called on an object that is not a valid instance of HTMLTrackElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("srclang");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set srclang(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set srclang' called on an object that is not a valid instance of HTMLTrackElement.");V=conversions.DOMString(V,{context:"Failed to set the 'srclang' property on 'HTMLTrackElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("srclang",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get label(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get label' called on an object that is not a valid instance of HTMLTrackElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("label");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set label(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set label' called on an object that is not a valid instance of HTMLTrackElement.");V=conversions.DOMString(V,{context:"Failed to set the 'label' property on 'HTMLTrackElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("label",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get default(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get default' called on an object that is not a valid instance of HTMLTrackElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("default")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set default(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set default' called on an object that is not a valid instance of HTMLTrackElement.");V=conversions.boolean(V,{context:"Failed to set the 'default' property on 'HTMLTrackElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("default",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("default")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get readyState(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get readyState' called on an object that is not a valid instance of HTMLTrackElement.");return esValue[implSymbol].readyState}}Object.defineProperties(HTMLTrackElement.prototype,{kind:{enumerable:!0},src:{enumerable:!0},srclang:{enumerable:!0},label:{enumerable:!0},default:{enumerable:!0},readyState:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTrackElement",configurable:!0},NONE:{value:0,enumerable:!0},LOADING:{value:1,enumerable:!0},LOADED:{value:2,enumerable:!0},ERROR:{value:3,enumerable:!0}}),Object.defineProperties(HTMLTrackElement,{NONE:{value:0,enumerable:!0},LOADING:{value:1,enumerable:!0},LOADED:{value:2,enumerable:!0},ERROR:{value:3,enumerable:!0}}),ctorRegistry.HTMLTrackElement=HTMLTrackElement,Object.defineProperty(globalObject,"HTMLTrackElement",{configurable:!0,writable:!0,value:HTMLTrackElement})};const Impl=__webpack_require__(3374)},6954:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const xmlParser=__webpack_require__(42279),htmlParser=__webpack_require__(37369);module.exports={parseFragment:function(markup,contextElement){ |
| /*ThouShaltNotCache*/ |
| const{_parsingMode}=contextElement._ownerDocument;let parseAlgorithm;return"html"===_parsingMode?parseAlgorithm=htmlParser.parseFragment:"xml"===_parsingMode&&(parseAlgorithm=xmlParser.parseFragment),parseAlgorithm(markup,contextElement)},parseIntoDocument:function(markup,ownerDocument){ |
| /*ThouShaltNotCache*/ |
| const{_parsingMode}=ownerDocument;let parseAlgorithm;return"html"===_parsingMode?parseAlgorithm=htmlParser.parseIntoDocument:"xml"===_parsingMode&&(parseAlgorithm=xmlParser.parseIntoDocument),parseAlgorithm(markup,ownerDocument)}}},7034:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const serialize=__webpack_require__(80100),DOMException=__webpack_require__(3698),utils=__webpack_require__(65554);exports.implementation=class{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}serializeToString(root){ |
| /*ThouShaltNotCache*/ |
| try{return serialize(utils.wrapperForImpl(root),{requireWellFormed:!1})}catch(e){throw DOMException.create(this._globalObject,[e.message,"InvalidStateError"])}}}},7066:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,CharacterData=__webpack_require__(20136);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Comment.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Comment'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| CharacterData._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Comment extends globalObject.CharacterData{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to construct 'Comment': parameter 1",globals:globalObject}):"",args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}}Object.defineProperties(Comment.prototype,{[Symbol.toStringTag]:{value:"Comment",configurable:!0}}),ctorRegistry.Comment=Comment,Object.defineProperty(globalObject,"Comment",{configurable:!0,writable:!0,value:Comment})};const Impl=__webpack_require__(82385)},7226:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DOMTokenList.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DOMTokenList'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DOMTokenList{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of DOMTokenList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'DOMTokenList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'DOMTokenList': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].item(...args)}contains(token){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'contains' called on an object that is not a valid instance of DOMTokenList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'contains' on 'DOMTokenList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'contains' on 'DOMTokenList': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].contains(...args)}add(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'add' called on an object that is not a valid instance of DOMTokenList.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'add' on 'DOMTokenList': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].add(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}remove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'remove' called on an object that is not a valid instance of DOMTokenList.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'remove' on 'DOMTokenList': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].remove(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}toggle(token){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toggle' called on an object that is not a valid instance of DOMTokenList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'toggle' on 'DOMTokenList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'toggle' on 'DOMTokenList': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.boolean(curArg,{context:"Failed to execute 'toggle' on 'DOMTokenList': parameter 2",globals:globalObject})),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].toggle(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}replace(token,newToken){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replace' called on an object that is not a valid instance of DOMTokenList.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'replace' on 'DOMTokenList': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'replace' on 'DOMTokenList': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'replace' on 'DOMTokenList': parameter 2",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].replace(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}supports(token){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'supports' called on an object that is not a valid instance of DOMTokenList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'supports' on 'DOMTokenList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'supports' on 'DOMTokenList': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].supports(...args)}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of DOMTokenList.");return esValue[implSymbol].length}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of DOMTokenList.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of DOMTokenList.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'DOMTokenList': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].value=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}toString(){ |
| /*ThouShaltNotCache*/ |
| const esValue=this;if(!exports.is(esValue))throw new globalObject.TypeError("'toString' called on an object that is not a valid instance of DOMTokenList.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(DOMTokenList.prototype,{item:{enumerable:!0},contains:{enumerable:!0},add:{enumerable:!0},remove:{enumerable:!0},toggle:{enumerable:!0},replace:{enumerable:!0},supports:{enumerable:!0},length:{enumerable:!0},value:{enumerable:!0},toString:{enumerable:!0},[Symbol.toStringTag]:{value:"DOMTokenList",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0},keys:{value:globalObject.Array.prototype.keys,configurable:!0,enumerable:!0,writable:!0},values:{value:globalObject.Array.prototype.values,configurable:!0,enumerable:!0,writable:!0},entries:{value:globalObject.Array.prototype.entries,configurable:!0,enumerable:!0,writable:!0},forEach:{value:globalObject.Array.prototype.forEach,configurable:!0,enumerable:!0,writable:!0}}),ctorRegistry.DOMTokenList=DOMTokenList,Object.defineProperty(globalObject,"DOMTokenList",{configurable:!0,writable:!0,value:DOMTokenList})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(27681)},7480:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getPublicSuffix=function(domain,options={}){ |
| /*ThouShaltNotCache*/ |
| options={...defaultGetPublicSuffixOptions,...options};const domainParts=domain.split("."),topLevelDomain=domainParts[domainParts.length-1],allowSpecialUseDomain=!!options.allowSpecialUseDomain,ignoreError=!!options.ignoreError;if(allowSpecialUseDomain&&void 0!==topLevelDomain&&SPECIAL_USE_DOMAINS.includes(topLevelDomain)){if(domainParts.length>1){return`${domainParts[domainParts.length-2]}.${topLevelDomain}`}if(SPECIAL_TREATMENT_DOMAINS.includes(topLevelDomain))return topLevelDomain}if(!ignoreError&&void 0!==topLevelDomain&&SPECIAL_USE_DOMAINS.includes(topLevelDomain))throw new Error(`Cookie has domain set to the public suffix "${topLevelDomain}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`);const publicSuffix=(0,tldts_1.getDomain)(domain,{allowIcannDomains:!0,allowPrivateDomains:!0});if(publicSuffix)return publicSuffix};const tldts_1=__webpack_require__(58077),SPECIAL_USE_DOMAINS=["local","example","invalid","localhost","test"],SPECIAL_TREATMENT_DOMAINS=["localhost","invalid"],defaultGetPublicSuffixOptions={allowSpecialUseDomain:!1,ignoreError:!1}},7546:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var Duplex,process=__webpack_require__(60348);module.exports=Readable,Readable.ReadableState=ReadableState;__webpack_require__(70497).EventEmitter;var EElistenerCount=function(emitter,type){ |
| /*ThouShaltNotCache*/ |
| return emitter.listeners(type).length},Stream=__webpack_require__(55075),Buffer=__webpack_require__(81545).Buffer,OurUint8Array=(void 0!==__webpack_require__.g?__webpack_require__.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){};var debug,debugUtil=__webpack_require__(79838);debug=debugUtil&&debugUtil.debuglog?debugUtil.debuglog("stream"):function(){};var StringDecoder,createReadableStreamAsyncIterator,from,BufferList=__webpack_require__(31391),destroyImpl=__webpack_require__(7866),getHighWaterMark=__webpack_require__(97333).getHighWaterMark,_require$codes=__webpack_require__(98242).F,ERR_INVALID_ARG_TYPE=_require$codes.ERR_INVALID_ARG_TYPE,ERR_STREAM_PUSH_AFTER_EOF=_require$codes.ERR_STREAM_PUSH_AFTER_EOF,ERR_METHOD_NOT_IMPLEMENTED=_require$codes.ERR_METHOD_NOT_IMPLEMENTED,ERR_STREAM_UNSHIFT_AFTER_END_EVENT=_require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;__webpack_require__(68808)(Readable,Stream);var errorOrDestroy=destroyImpl.errorOrDestroy,kProxyEvents=["error","close","destroy","pause","resume"];function ReadableState(options,stream,isDuplex){ |
| /*ThouShaltNotCache*/ |
| Duplex=Duplex||__webpack_require__(5380),options=options||{},"boolean"!=typeof isDuplex&&(isDuplex=stream instanceof Duplex),this.objectMode=!!options.objectMode,isDuplex&&(this.objectMode=this.objectMode||!!options.readableObjectMode),this.highWaterMark=getHighWaterMark(this,options,"readableHighWaterMark",isDuplex),this.buffer=new BufferList,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==options.emitClose,this.autoDestroy=!!options.autoDestroy,this.destroyed=!1,this.defaultEncoding=options.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,options.encoding&&(StringDecoder||(StringDecoder=__webpack_require__(91959).I),this.decoder=new StringDecoder(options.encoding),this.encoding=options.encoding)}function Readable(options){if( |
| /*ThouShaltNotCache*/ |
| Duplex=Duplex||__webpack_require__(5380),!(this instanceof Readable))return new Readable(options);var isDuplex=this instanceof Duplex;this._readableState=new ReadableState(options,this,isDuplex),this.readable=!0,options&&("function"==typeof options.read&&(this._read=options.read),"function"==typeof options.destroy&&(this._destroy=options.destroy)),Stream.call(this)}function readableAddChunk(stream,chunk,encoding,addToFront,skipChunkCheck){ |
| /*ThouShaltNotCache*/ |
| debug("readableAddChunk",chunk);var er,state=stream._readableState;if(null===chunk)state.reading=!1,function(stream,state){if( |
| /*ThouShaltNotCache*/ |
| debug("onEofChunk"),state.ended)return;if(state.decoder){var chunk=state.decoder.end();chunk&&chunk.length&&(state.buffer.push(chunk),state.length+=state.objectMode?1:chunk.length)}state.ended=!0,state.sync?emitReadable(stream):(state.needReadable=!1,state.emittedReadable||(state.emittedReadable=!0,emitReadable_(stream)))}(stream,state);else if(skipChunkCheck||(er=function(state,chunk){ |
| /*ThouShaltNotCache*/ |
| var er;obj=chunk,Buffer.isBuffer(obj)||obj instanceof OurUint8Array||"string"==typeof chunk||void 0===chunk||state.objectMode||(er=new ERR_INVALID_ARG_TYPE("chunk",["string","Buffer","Uint8Array"],chunk));var obj;return er}(state,chunk)),er)errorOrDestroy(stream,er);else if(state.objectMode||chunk&&chunk.length>0)if("string"==typeof chunk||state.objectMode||Object.getPrototypeOf(chunk)===Buffer.prototype||(chunk=function(chunk){ |
| /*ThouShaltNotCache*/ |
| return Buffer.from(chunk)}(chunk)),addToFront)state.endEmitted?errorOrDestroy(stream,new ERR_STREAM_UNSHIFT_AFTER_END_EVENT):addChunk(stream,state,chunk,!0);else if(state.ended)errorOrDestroy(stream,new ERR_STREAM_PUSH_AFTER_EOF);else{if(state.destroyed)return!1;state.reading=!1,state.decoder&&!encoding?(chunk=state.decoder.write(chunk),state.objectMode||0!==chunk.length?addChunk(stream,state,chunk,!1):maybeReadMore(stream,state)):addChunk(stream,state,chunk,!1)}else addToFront||(state.reading=!1,maybeReadMore(stream,state));return!state.ended&&(state.length<state.highWaterMark||0===state.length)}function addChunk(stream,state,chunk,addToFront){ |
| /*ThouShaltNotCache*/ |
| state.flowing&&0===state.length&&!state.sync?(state.awaitDrain=0,stream.emit("data",chunk)):(state.length+=state.objectMode?1:chunk.length,addToFront?state.buffer.unshift(chunk):state.buffer.push(chunk),state.needReadable&&emitReadable(stream)),maybeReadMore(stream,state)}Object.defineProperty(Readable.prototype,"destroyed",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return void 0!==this._readableState&&this._readableState.destroyed},set:function(value){ |
| /*ThouShaltNotCache*/ |
| this._readableState&&(this._readableState.destroyed=value)}}),Readable.prototype.destroy=destroyImpl.destroy,Readable.prototype._undestroy=destroyImpl.undestroy,Readable.prototype._destroy=function(err,cb){ |
| /*ThouShaltNotCache*/ |
| cb(err)},Readable.prototype.push=function(chunk,encoding){ |
| /*ThouShaltNotCache*/ |
| var skipChunkCheck,state=this._readableState;return state.objectMode?skipChunkCheck=!0:"string"==typeof chunk&&((encoding=encoding||state.defaultEncoding)!==state.encoding&&(chunk=Buffer.from(chunk,encoding),encoding=""),skipChunkCheck=!0),readableAddChunk(this,chunk,encoding,!1,skipChunkCheck)},Readable.prototype.unshift=function(chunk){ |
| /*ThouShaltNotCache*/ |
| return readableAddChunk(this,chunk,null,!0,!1)},Readable.prototype.isPaused=function(){ |
| /*ThouShaltNotCache*/ |
| return!1===this._readableState.flowing},Readable.prototype.setEncoding=function(enc){ |
| /*ThouShaltNotCache*/ |
| StringDecoder||(StringDecoder=__webpack_require__(91959).I);var decoder=new StringDecoder(enc);this._readableState.decoder=decoder,this._readableState.encoding=this._readableState.decoder.encoding;for(var p=this._readableState.buffer.head,content="";null!==p;)content+=decoder.write(p.data),p=p.next;return this._readableState.buffer.clear(),""!==content&&this._readableState.buffer.push(content),this._readableState.length=content.length,this};function howMuchToRead(n,state){ |
| /*ThouShaltNotCache*/ |
| return n<=0||0===state.length&&state.ended?0:state.objectMode?1:n!=n?state.flowing&&state.length?state.buffer.head.data.length:state.length:(n>state.highWaterMark&&(state.highWaterMark=function(n){ |
| /*ThouShaltNotCache*/ |
| return n>=1073741824?n=1073741824:(n--,n|=n>>>1,n|=n>>>2,n|=n>>>4,n|=n>>>8,n|=n>>>16,n++),n}(n)),n<=state.length?n:state.ended?state.length:(state.needReadable=!0,0))}function emitReadable(stream){ |
| /*ThouShaltNotCache*/ |
| var state=stream._readableState;debug("emitReadable",state.needReadable,state.emittedReadable),state.needReadable=!1,state.emittedReadable||(debug("emitReadable",state.flowing),state.emittedReadable=!0,process.nextTick(emitReadable_,stream))}function emitReadable_(stream){ |
| /*ThouShaltNotCache*/ |
| var state=stream._readableState;debug("emitReadable_",state.destroyed,state.length,state.ended),state.destroyed||!state.length&&!state.ended||(stream.emit("readable"),state.emittedReadable=!1),state.needReadable=!state.flowing&&!state.ended&&state.length<=state.highWaterMark,flow(stream)}function maybeReadMore(stream,state){ |
| /*ThouShaltNotCache*/ |
| state.readingMore||(state.readingMore=!0,process.nextTick(maybeReadMore_,stream,state))}function maybeReadMore_(stream,state){ |
| /*ThouShaltNotCache*/ |
| for(;!state.reading&&!state.ended&&(state.length<state.highWaterMark||state.flowing&&0===state.length);){var len=state.length;if(debug("maybeReadMore read 0"),stream.read(0),len===state.length)break}state.readingMore=!1}function updateReadableListening(self){ |
| /*ThouShaltNotCache*/ |
| var state=self._readableState;state.readableListening=self.listenerCount("readable")>0,state.resumeScheduled&&!state.paused?state.flowing=!0:self.listenerCount("data")>0&&self.resume()}function nReadingNextTick(self){ |
| /*ThouShaltNotCache*/ |
| debug("readable nexttick read 0"),self.read(0)}function resume_(stream,state){ |
| /*ThouShaltNotCache*/ |
| debug("resume",state.reading),state.reading||stream.read(0),state.resumeScheduled=!1,stream.emit("resume"),flow(stream),state.flowing&&!state.reading&&stream.read(0)}function flow(stream){ |
| /*ThouShaltNotCache*/ |
| var state=stream._readableState;for(debug("flow",state.flowing);state.flowing&&null!==stream.read(););}function fromList(n,state){ |
| /*ThouShaltNotCache*/ |
| return 0===state.length?null:(state.objectMode?ret=state.buffer.shift():!n||n>=state.length?(ret=state.decoder?state.buffer.join(""):1===state.buffer.length?state.buffer.first():state.buffer.concat(state.length),state.buffer.clear()):ret=state.buffer.consume(n,state.decoder),ret);var ret}function endReadable(stream){ |
| /*ThouShaltNotCache*/ |
| var state=stream._readableState;debug("endReadable",state.endEmitted),state.endEmitted||(state.ended=!0,process.nextTick(endReadableNT,state,stream))}function endReadableNT(state,stream){if( |
| /*ThouShaltNotCache*/ |
| debug("endReadableNT",state.endEmitted,state.length),!state.endEmitted&&0===state.length&&(state.endEmitted=!0,stream.readable=!1,stream.emit("end"),state.autoDestroy)){var wState=stream._writableState;(!wState||wState.autoDestroy&&wState.finished)&&stream.destroy()}}function indexOf(xs,x){ |
| /*ThouShaltNotCache*/ |
| for(var i=0,l=xs.length;i<l;i++)if(xs[i]===x)return i;return-1}Readable.prototype.read=function(n){ |
| /*ThouShaltNotCache*/ |
| debug("read",n),n=parseInt(n,10);var state=this._readableState,nOrig=n;if(0!==n&&(state.emittedReadable=!1),0===n&&state.needReadable&&((0!==state.highWaterMark?state.length>=state.highWaterMark:state.length>0)||state.ended))return debug("read: emitReadable",state.length,state.ended),0===state.length&&state.ended?endReadable(this):emitReadable(this),null;if(0===(n=howMuchToRead(n,state))&&state.ended)return 0===state.length&&endReadable(this),null;var ret,doRead=state.needReadable;return debug("need readable",doRead),(0===state.length||state.length-n<state.highWaterMark)&&debug("length less than watermark",doRead=!0),state.ended||state.reading?debug("reading or ended",doRead=!1):doRead&&(debug("do read"),state.reading=!0,state.sync=!0,0===state.length&&(state.needReadable=!0),this._read(state.highWaterMark),state.sync=!1,state.reading||(n=howMuchToRead(nOrig,state))),null===(ret=n>0?fromList(n,state):null)?(state.needReadable=state.length<=state.highWaterMark,n=0):(state.length-=n,state.awaitDrain=0),0===state.length&&(state.ended||(state.needReadable=!0),nOrig!==n&&state.ended&&endReadable(this)),null!==ret&&this.emit("data",ret),ret},Readable.prototype._read=function(n){ |
| /*ThouShaltNotCache*/ |
| errorOrDestroy(this,new ERR_METHOD_NOT_IMPLEMENTED("_read()"))},Readable.prototype.pipe=function(dest,pipeOpts){ |
| /*ThouShaltNotCache*/ |
| var src=this,state=this._readableState;switch(state.pipesCount){case 0:state.pipes=dest;break;case 1:state.pipes=[state.pipes,dest];break;default:state.pipes.push(dest)}state.pipesCount+=1,debug("pipe count=%d opts=%j",state.pipesCount,pipeOpts);var endFn=(!pipeOpts||!1!==pipeOpts.end)&&dest!==process.stdout&&dest!==process.stderr?onend:unpipe;function onunpipe(readable,unpipeInfo){ |
| /*ThouShaltNotCache*/ |
| debug("onunpipe"),readable===src&&unpipeInfo&&!1===unpipeInfo.hasUnpiped&&(unpipeInfo.hasUnpiped=!0, |
| /*ThouShaltNotCache*/ |
| debug("cleanup"),dest.removeListener("close",onclose),dest.removeListener("finish",onfinish),dest.removeListener("drain",ondrain),dest.removeListener("error",onerror),dest.removeListener("unpipe",onunpipe),src.removeListener("end",onend),src.removeListener("end",unpipe),src.removeListener("data",ondata),cleanedUp=!0,!state.awaitDrain||dest._writableState&&!dest._writableState.needDrain||ondrain())}function onend(){ |
| /*ThouShaltNotCache*/ |
| debug("onend"),dest.end()}state.endEmitted?process.nextTick(endFn):src.once("end",endFn),dest.on("unpipe",onunpipe);var ondrain=function(src){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var state=src._readableState;debug("pipeOnDrain",state.awaitDrain),state.awaitDrain&&state.awaitDrain--,0===state.awaitDrain&&EElistenerCount(src,"data")&&(state.flowing=!0,flow(src))}}(src);dest.on("drain",ondrain);var cleanedUp=!1;function ondata(chunk){ |
| /*ThouShaltNotCache*/ |
| debug("ondata");var ret=dest.write(chunk);debug("dest.write",ret),!1===ret&&((1===state.pipesCount&&state.pipes===dest||state.pipesCount>1&&-1!==indexOf(state.pipes,dest))&&!cleanedUp&&(debug("false write response, pause",state.awaitDrain),state.awaitDrain++),src.pause())}function onerror(er){ |
| /*ThouShaltNotCache*/ |
| debug("onerror",er),unpipe(),dest.removeListener("error",onerror),0===EElistenerCount(dest,"error")&&errorOrDestroy(dest,er)}function onclose(){ |
| /*ThouShaltNotCache*/ |
| dest.removeListener("finish",onfinish),unpipe()}function onfinish(){ |
| /*ThouShaltNotCache*/ |
| debug("onfinish"),dest.removeListener("close",onclose),unpipe()}function unpipe(){ |
| /*ThouShaltNotCache*/ |
| debug("unpipe"),src.unpipe(dest)}return src.on("data",ondata),function(emitter,event,fn){ |
| /*ThouShaltNotCache*/ |
| if("function"==typeof emitter.prependListener)return emitter.prependListener(event,fn);emitter._events&&emitter._events[event]?Array.isArray(emitter._events[event])?emitter._events[event].unshift(fn):emitter._events[event]=[fn,emitter._events[event]]:emitter.on(event,fn)}(dest,"error",onerror),dest.once("close",onclose),dest.once("finish",onfinish),dest.emit("pipe",src),state.flowing||(debug("pipe resume"),src.resume()),dest},Readable.prototype.unpipe=function(dest){ |
| /*ThouShaltNotCache*/ |
| var state=this._readableState,unpipeInfo={hasUnpiped:!1};if(0===state.pipesCount)return this;if(1===state.pipesCount)return dest&&dest!==state.pipes||(dest||(dest=state.pipes),state.pipes=null,state.pipesCount=0,state.flowing=!1,dest&&dest.emit("unpipe",this,unpipeInfo)),this;if(!dest){var dests=state.pipes,len=state.pipesCount;state.pipes=null,state.pipesCount=0,state.flowing=!1;for(var i=0;i<len;i++)dests[i].emit("unpipe",this,{hasUnpiped:!1});return this}var index=indexOf(state.pipes,dest);return-1===index||(state.pipes.splice(index,1),state.pipesCount-=1,1===state.pipesCount&&(state.pipes=state.pipes[0]),dest.emit("unpipe",this,unpipeInfo)),this},Readable.prototype.on=function(ev,fn){ |
| /*ThouShaltNotCache*/ |
| var res=Stream.prototype.on.call(this,ev,fn),state=this._readableState;return"data"===ev?(state.readableListening=this.listenerCount("readable")>0,!1!==state.flowing&&this.resume()):"readable"===ev&&(state.endEmitted||state.readableListening||(state.readableListening=state.needReadable=!0,state.flowing=!1,state.emittedReadable=!1,debug("on readable",state.length,state.reading),state.length?emitReadable(this):state.reading||process.nextTick(nReadingNextTick,this))),res},Readable.prototype.addListener=Readable.prototype.on,Readable.prototype.removeListener=function(ev,fn){ |
| /*ThouShaltNotCache*/ |
| var res=Stream.prototype.removeListener.call(this,ev,fn);return"readable"===ev&&process.nextTick(updateReadableListening,this),res},Readable.prototype.removeAllListeners=function(ev){ |
| /*ThouShaltNotCache*/ |
| var res=Stream.prototype.removeAllListeners.apply(this,arguments);return"readable"!==ev&&void 0!==ev||process.nextTick(updateReadableListening,this),res},Readable.prototype.resume=function(){ |
| /*ThouShaltNotCache*/ |
| var state=this._readableState;return state.flowing||(debug("resume"),state.flowing=!state.readableListening,function(stream,state){ |
| /*ThouShaltNotCache*/ |
| state.resumeScheduled||(state.resumeScheduled=!0,process.nextTick(resume_,stream,state))}(this,state)),state.paused=!1,this},Readable.prototype.pause=function(){ |
| /*ThouShaltNotCache*/ |
| return debug("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(debug("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},Readable.prototype.wrap=function(stream){ |
| /*ThouShaltNotCache*/ |
| var _this=this,state=this._readableState,paused=!1;for(var i in stream.on("end",function(){if( |
| /*ThouShaltNotCache*/ |
| debug("wrapped end"),state.decoder&&!state.ended){var chunk=state.decoder.end();chunk&&chunk.length&&_this.push(chunk)}_this.push(null)}),stream.on("data",function(chunk){( |
| /*ThouShaltNotCache*/ |
| debug("wrapped data"),state.decoder&&(chunk=state.decoder.write(chunk)),state.objectMode&&null==chunk)||(state.objectMode||chunk&&chunk.length)&&(_this.push(chunk)||(paused=!0,stream.pause()))}),stream)void 0===this[i]&&"function"==typeof stream[i]&&(this[i]=function(method){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return stream[method].apply(stream,arguments)}}(i));for(var n=0;n<kProxyEvents.length;n++)stream.on(kProxyEvents[n],this.emit.bind(this,kProxyEvents[n]));return this._read=function(n){ |
| /*ThouShaltNotCache*/ |
| debug("wrapped _read",n),paused&&(paused=!1,stream.resume())},this},"function"==typeof Symbol&&(Readable.prototype[Symbol.asyncIterator]=function(){ |
| /*ThouShaltNotCache*/ |
| return void 0===createReadableStreamAsyncIterator&&(createReadableStreamAsyncIterator=__webpack_require__(18321)),createReadableStreamAsyncIterator(this)}),Object.defineProperty(Readable.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._readableState.highWaterMark}}),Object.defineProperty(Readable.prototype,"readableBuffer",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._readableState&&this._readableState.buffer}}),Object.defineProperty(Readable.prototype,"readableFlowing",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._readableState.flowing},set:function(state){ |
| /*ThouShaltNotCache*/ |
| this._readableState&&(this._readableState.flowing=state)}}),Readable._fromList=fromList,Object.defineProperty(Readable.prototype,"readableLength",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._readableState.length}}),"function"==typeof Symbol&&(Readable.from=function(iterable,opts){ |
| /*ThouShaltNotCache*/ |
| return void 0===from&&(from=__webpack_require__(11811)),from(Readable,iterable,opts)})},7576:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var mod,__defProp=Object.defineProperty,__getOwnPropDesc=Object.getOwnPropertyDescriptor,__getOwnPropNames=Object.getOwnPropertyNames,__hasOwnProp=Object.prototype.hasOwnProperty,index_exports={};((target,all)=>{ |
| /*ThouShaltNotCache*/ |
| for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})})(index_exports,{convert:()=>convert,cssCalc:()=>cssCalc2,isColor:()=>isColor2,resolve:()=>resolve,utils:()=>utils}),module.exports=(mod=index_exports,((to,from,except,desc)=>{ |
| /*ThouShaltNotCache*/ |
| if(from&&"object"==typeof from||"function"==typeof from)for(let key of __getOwnPropNames(from))__hasOwnProp.call(to,key)||key===except||__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to})(__defProp({},"__esModule",{value:!0}),mod));var import_css_calc4=__webpack_require__(80414),import_css_tokenizer4=__webpack_require__(34556),import_lru_cache=__webpack_require__(3986),import_css_tokenizer3=__webpack_require__(34556),isString=o=>"string"==typeof o||o instanceof String,isStringOrNumber=o=>isString(o)||"number"==typeof o,_DIGIT="(?:0|[1-9]\\d*)",_MATH="clamp|max|min|exp|hypot|log|pow|sqrt|abs|sign|mod|rem|round|a?(?:cos|sin|tan)|atan2",_CALC=`calc|${_MATH}`,ANGLE="deg|g?rad|turn",LENGTH="[cm]m|[dls]?v(?:[bhiw]|max|min)|in|p[ctx]|q|r?(?:[cl]h|cap|e[mx]|ic)",NUM=`[+-]?(?:${_DIGIT}(?:\\.\\d*)?|\\.\\d+)(?:e-?${_DIGIT})?`,NUM_POSITIVE=`\\+?(?:${_DIGIT}(?:\\.\\d*)?|\\.\\d+)(?:e-?${_DIGIT})?`,NONE="none",PCT=`${NUM}%`,SYN_FN_CALC=`^(?:${_CALC})\\(|(?<=[*\\/\\s\\(])(?:${_CALC})\\(`,SYN_FN_MATH_START=`^(?:${_MATH})\\($`,SYN_FN_VAR="^var\\(|(?<=[*\\/\\s\\(])var\\(",SYN_FN_VAR_START=`^(?:${`var|${_CALC}`})\\(`,_ALPHA=`(?:\\s*\\/\\s*(?:${NUM}|${PCT}|${NONE}))?`,_ALPHA_LV3=`(?:\\s*,\\s*(?:${NUM}|${PCT}))?`,_COLOR_FUNC="(?:ok)?l(?:ab|ch)|color|hsla?|hwb|rgba?",_NUM_ANGLE_NONE=`(?:${NUM}(?:${ANGLE})?|${NONE})`,_NUM_PCT_NONE=`(?:${NUM}|${PCT}|${NONE})`,CS_HUE="(?:(?:ok)?lch|hsl|hwb)(?:\\s(?:(?:de|in)creasing|longer|shorter)\\shue)?",CS_RGB="(?:a98|prophoto)-rgb|display-p3|rec2020|srgb(?:-linear)?",CS_XYZ="xyz(?:-d(?:50|65))?",CS_RECT=`(?:ok)?lab|${CS_RGB}|${CS_XYZ}`,CS_MIX=`${CS_HUE}|${CS_RECT}`,FN_MIX="color-mix(",FN_REL=`(?:${_COLOR_FUNC})\\(\\s*from\\s+`,FN_REL_CAPT=`(${_COLOR_FUNC})\\(\\s*from\\s+`,SYN_FN_COLOR=`(?:${CS_RGB}|${CS_XYZ})(?:\\s+${_NUM_PCT_NONE}){3}${_ALPHA}`,SYN_FN_REL=`^${FN_REL}|(?<=[\\s])${FN_REL}`,SYN_HSL=`${_NUM_ANGLE_NONE}(?:\\s+${_NUM_PCT_NONE}){2}${_ALPHA}`,SYN_HSL_LV3=`${`${NUM}(?:${ANGLE})?`}(?:\\s*,\\s*${PCT}){2}${_ALPHA_LV3}`,SYN_LCH=`(?:${_NUM_PCT_NONE}\\s+){2}${_NUM_ANGLE_NONE}${_ALPHA}`,SYN_MOD=`${_NUM_PCT_NONE}(?:\\s+${_NUM_PCT_NONE}){2}${_ALPHA}`,SYN_RGB_LV3=`(?:${NUM}(?:\\s*,\\s*${NUM}){2}|${PCT}(?:\\s*,\\s*${PCT}){2})${_ALPHA_LV3}`,SYN_COLOR_TYPE=`[a-z]+|#[\\da-f]{3}|#[\\da-f]{4}|#[\\da-f]{6}|#[\\da-f]{8}|hsla?\\(\\s*${SYN_HSL_LV3}\\s*\\)|rgba?\\(\\s*${SYN_RGB_LV3}\\s*\\)|(?:hsla?|hwb)\\(\\s*${SYN_HSL}\\s*\\)|(?:(?:ok)?lab|rgba?)\\(\\s*${SYN_MOD}\\s*\\)|(?:ok)?lch\\(\\s*${SYN_LCH}\\s*\\)|color\\(\\s*${SYN_FN_COLOR}\\s*\\)`,SYN_MIX_PART=`(?:${SYN_COLOR_TYPE})(?:\\s+${PCT})?`,SYN_MIX=`color-mix\\(\\s*in\\s+(?:${CS_MIX})\\s*,\\s*${SYN_MIX_PART}\\s*,\\s*${SYN_MIX_PART}\\s*\\)`,SYN_MIX_CAPT=`color-mix\\(\\s*in\\s+(${CS_MIX})\\s*,\\s*(${SYN_MIX_PART})\\s*,\\s*(${SYN_MIX_PART})\\s*\\)`,VAL_COMP="computedValue",VAL_MIX="mixValue",VAL_SPEC="specifiedValue",TRIA=3,QUAD=4,LAB_EPSILON=216/24389,LAB_KAPPA=24389/27,D50=[.3457/.3585,1,.2958/.3585],MATRIX_D50_TO_D65=[[.955473421488075,-.02309845494876471,.06325924320057072],[-.0283697093338637,1.0099953980813041,.021041441191917323],[.012314014864481998,-.020507649298898964,1.330365926242124]],MATRIX_D65_TO_D50=[[1.0479297925449969,.022946870601609652,-.05019226628920524],[.02962780877005599,.9904344267538799,-.017073799063418826],[-.009243040646204504,.015055191490298152,.7518742814281371]],MATRIX_L_RGB_TO_XYZ=[[506752/1228815,87881/245763,12673/70218],[87098/409605,175762/245763,12673/175545],[7918/409605,87881/737289,1001167/1053270]],MATRIX_XYZ_TO_L_RGB=[[12831/3959,-329/214,-1974/3959],[-851781/878810,1648619/878810,36519/878810],[705/12673,-2585/12673,705/667]],MATRIX_XYZ_TO_LMS=[[.819022437996703,.3619062600528904,-.1288737815209879],[.0329836539323885,.9292868615863434,.0361446663506424],[.0481771893596242,.2642395317527308,.6335478284694309]],MATRIX_LMS_TO_XYZ=[[1.2268798758459243,-.5578149944602171,.2813910456659647],[-.0405757452148008,1.112286803280317,-.0717110580655164],[-.0763729366746601,-.4214933324022432,1.5869240198367816]],MATRIX_OKLAB_TO_LMS=[[1,.3963377773761749,.2158037573099136],[1,-.1055613458156586,-.0638541728258133],[1,-.0894841775298119,-1.2914855480194092]],MATRIX_LMS_TO_OKLAB=[[.210454268309314,.7936177747023054,-.0040720430116193],[1.9779985324311684,-2.42859224204858,.450593709617411],[.0259040424655478,.7827717124575296,-.8086757549230774]],MATRIX_P3_TO_XYZ=[[608311/1250200,189793/714400,198249/1000160],[35783/156275,247089/357200,198249/2500400],[0,32229/714400,5220557/5000800]],MATRIX_REC2020_TO_XYZ=[[63426534/99577255,20160776/139408157,47086771/278816314],[26158966/99577255,.677998071518871,8267143/139408157],[0,19567812/697040785,1.0609850577107909]],MATRIX_A98_TO_XYZ=[[573536/994567,263643/1420810,187206/994567],[591459/1989134,6239551/9945670,374412/4972835],[53769/1989134,351524/4972835,4929758/4972835]],MATRIX_PROPHOTO_TO_XYZ_D50=[[.7977666449006423,.13518129740053308,.0313477341283922],[.2880748288194013,.711835234241873,8993693872564e-17],[0,0,.8251046025104602]],REG_COLOR=new RegExp(`^(?:${SYN_COLOR_TYPE})$`),REG_CS_HUE=new RegExp("^((?:ok)?lch|hsl|hwb)(?:\\s((?:de|in)creasing|longer|shorter)\\shue)?$"),REG_CS_XYZ=/^xyz(?:-d(?:50|65))?$/,REG_CURRENT=/^currentColor$/i,REG_FN_COLOR=new RegExp(`^color\\(\\s*(${SYN_FN_COLOR})\\s*\\)$`),REG_HSL=new RegExp(`^hsla?\\(\\s*(${SYN_HSL}|${SYN_HSL_LV3})\\s*\\)$`),REG_HWB=new RegExp(`^hwb\\(\\s*(${SYN_HSL})\\s*\\)$`),REG_LAB=new RegExp(`^lab\\(\\s*(${SYN_MOD})\\s*\\)$`),REG_LCH=new RegExp(`^lch\\(\\s*(${SYN_LCH})\\s*\\)$`),REG_MIX=new RegExp(`^${SYN_MIX}$`),REG_MIX_CAPT=new RegExp(`^${SYN_MIX_CAPT}$`),REG_MIX_NEST=new RegExp(`${SYN_MIX}`,"g"),REG_OKLAB=new RegExp(`^oklab\\(\\s*(${SYN_MOD})\\s*\\)$`),REG_OKLCH=new RegExp(`^oklch\\(\\s*(${SYN_LCH})\\s*\\)$`),REG_SPEC=/^(?:specifi|comput)edValue$/,NAMED_COLORS={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},cacheInvalidColorValue=(cacheKey,format,nullable=!1)=>{ |
| /*ThouShaltNotCache*/ |
| if(format===VAL_SPEC){const res2="";return setCache(cacheKey,res2),res2}if(nullable)return setCache(cacheKey,null),new NullObject;const res=["rgb",0,0,0,0];return setCache(cacheKey,res),res},resolveInvalidColorValue=(format,nullable=!1)=>{ |
| /*ThouShaltNotCache*/ |
| switch(format){case"hsl":case"hwb":case VAL_MIX:return new NullObject;case VAL_SPEC:return"";default:return nullable?new NullObject:["rgb",0,0,0,0]}},validateColorComponents=(arr,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!Array.isArray(arr))throw new TypeError(`${arr} is not an array.`);const{alpha=!1,minLength=TRIA,maxLength=QUAD,minRange=0,maxRange=1,validateRange=!0}=opt;if(!Number.isFinite(minLength))throw new TypeError(`${minLength} is not a number.`);if(!Number.isFinite(maxLength))throw new TypeError(`${maxLength} is not a number.`);if(!Number.isFinite(minRange))throw new TypeError(`${minRange} is not a number.`);if(!Number.isFinite(maxRange))throw new TypeError(`${maxRange} is not a number.`);const l=arr.length;if(l<minLength||l>maxLength)throw new Error(`Unexpected array length ${l}.`);let i=0;for(;i<l;){const v=arr[i];if(!Number.isFinite(v))throw new TypeError(`${v} is not a number.`);if(i<TRIA&&validateRange&&(v<minRange||v>maxRange))throw new RangeError(`${v} is not between ${minRange} and ${maxRange}.`);if(i===TRIA&&(v<0||v>1))throw new RangeError(`${v} is not between 0 and 1.`);i++}return alpha&&l===TRIA&&arr.push(1),arr},transformMatrix=(mtx,vct,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| if(!Array.isArray(mtx))throw new TypeError(`${mtx} is not an array.`);if(mtx.length!==TRIA)throw new Error(`Unexpected array length ${mtx.length}.`);if(!skip)for(let i of mtx)i=validateColorComponents(i,{maxLength:TRIA,validateRange:!1});const[[r1c1,r1c2,r1c3],[r2c1,r2c2,r2c3],[r3c1,r3c2,r3c3]]=mtx;let v1,v2,v3;[v1,v2,v3]=skip?vct:validateColorComponents(vct,{maxLength:TRIA,validateRange:!1});return[r1c1*v1+r1c2*v2+r1c3*v3,r2c1*v1+r2c2*v2+r2c3*v3,r3c1*v1+r3c2*v2+r3c3*v3]},normalizeColorComponents=(colorA,colorB,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| if(!Array.isArray(colorA))throw new TypeError(`${colorA} is not an array.`);if(colorA.length!==QUAD)throw new Error(`Unexpected array length ${colorA.length}.`);if(!Array.isArray(colorB))throw new TypeError(`${colorB} is not an array.`);if(colorB.length!==QUAD)throw new Error(`Unexpected array length ${colorB.length}.`);let i=0;for(;i<QUAD;)colorA[i]===NONE&&colorB[i]===NONE?(colorA[i]=0,colorB[i]=0):colorA[i]===NONE?colorA[i]=colorB[i]:colorB[i]===NONE&&(colorB[i]=colorA[i]),i++;if(skip)return[colorA,colorB];return[validateColorComponents(colorA,{minLength:QUAD,validateRange:!1}),validateColorComponents(colorB,{minLength:QUAD,validateRange:!1})]},numberToHexString=value=>{ |
| /*ThouShaltNotCache*/ |
| if(!Number.isFinite(value))throw new TypeError(`${value} is not a number.`);if((value=Math.round(value))<0||value>255)throw new RangeError(`${value} is not between 0 and 255.`);let hex=value.toString(16);return 1===hex.length&&(hex=`0${hex}`),hex},angleToDeg=angle=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(angle))throw new TypeError(`${angle} is not a string.`);angle=angle.trim();const RAD=360/(2*Math.PI),reg=new RegExp(`^(${NUM})(${ANGLE})?$`);if(!reg.test(angle))throw new SyntaxError(`Invalid property value: ${angle}`);const[,value,unit]=angle.match(reg);let deg;switch(unit){case"grad":deg=.9*parseFloat(value);break;case"rad":deg=parseFloat(value)*RAD;break;case"turn":deg=360*parseFloat(value);break;default:deg=parseFloat(value)}return deg%=360,deg<0?deg+=360:Object.is(deg,-0)&&(deg=0),deg},parseAlpha=(alpha="")=>{ |
| /*ThouShaltNotCache*/ |
| if(isString(alpha))if(alpha=alpha.trim())if(alpha===NONE)alpha="0";else{let a;if(a=alpha.endsWith("%")?parseFloat(alpha)/100:parseFloat(alpha),!Number.isFinite(a))throw new TypeError(`${a} is not a finite number.`);alpha=a<.001?"0":a>1?"1":a.toFixed(TRIA)}else alpha="1";else alpha="1";return parseFloat(alpha)},parseHexAlpha=value=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);if(""===value)throw new SyntaxError("Invalid property value: (empty string)");value=value.trim();let alpha=parseInt(value,16);if(alpha<=0)return 0;if(alpha>=255)return 1;const alphaMap=new Map;for(let i=1;i<100;i++)alphaMap.set(Math.round(255*i/100),i);return alpha=alphaMap.has(alpha)?alphaMap.get(alpha)/100:.001*Math.round(alpha/255/.001),parseFloat(alpha.toFixed(TRIA))},transformRgbToLinearRgb=(rgb,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| let rr,gg,bb;[rr,gg,bb]=skip?rgb:validateColorComponents(rgb,{maxLength:TRIA,maxRange:255});let r=rr/255,g=gg/255,b=bb/255;return r>.04045?r=Math.pow((r+.055)/1.055,2.4):r/=12.92,g>.04045?g=Math.pow((g+.055)/1.055,2.4):g/=12.92,b>.04045?b=Math.pow((b+.055)/1.055,2.4):b/=12.92,[r,g,b]},transformRgbToXyz=(rgb,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| skip||(rgb=validateColorComponents(rgb,{maxLength:TRIA,maxRange:255})),rgb=transformRgbToLinearRgb(rgb,!0);return transformMatrix(MATRIX_L_RGB_TO_XYZ,rgb,!0)},transformLinearRgbToRgb=(rgb,round=!1)=>{ |
| /*ThouShaltNotCache*/ |
| let[r,g,b]=validateColorComponents(rgb,{maxLength:TRIA});const COND_POW=809/258400;return r>COND_POW?r=1.055*Math.pow(r,1/2.4)-.055:r*=12.92,r*=255,g>COND_POW?g=1.055*Math.pow(g,1/2.4)-.055:g*=12.92,g*=255,b>COND_POW?b=1.055*Math.pow(b,1/2.4)-.055:b*=12.92,b*=255,[round?Math.round(r):r,round?Math.round(g):g,round?Math.round(b):b]},transformXyzToRgb=(xyz,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| skip||(xyz=validateColorComponents(xyz,{maxLength:TRIA,validateRange:!1}));let[r,g,b]=transformMatrix(MATRIX_XYZ_TO_L_RGB,xyz,!0);return[r,g,b]=transformLinearRgbToRgb([Math.min(Math.max(r,0),1),Math.min(Math.max(g,0),1),Math.min(Math.max(b,0),1)],!0),[r,g,b]},transformXyzToHsl=(xyz,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| const[rr,gg,bb]=transformXyzToRgb(xyz,skip),r=rr/255,g=gg/255,b=bb/255,max=Math.max(r,g,b),min=Math.min(r,g,b),d=max-min,l=.5*(max+min)*100;let h,s;if(0===Math.round(l)||100===Math.round(l))h=0,s=0;else if(s=d/(1-Math.abs(max+min-1))*100,0===s)h=0;else{switch(max){case r:h=(g-b)/d;break;case g:h=(b-r)/d+2;break;default:h=(r-g)/d+QUAD}h=60*h%360,h<0&&(h+=360)}return[h,s,l]},transformXyzToOklab=(xyz,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| skip||(xyz=validateColorComponents(xyz,{maxLength:TRIA,validateRange:!1}));const xyzLms=transformMatrix(MATRIX_XYZ_TO_LMS,xyz,!0).map(c=>Math.cbrt(c));let[l,a,b]=transformMatrix(MATRIX_LMS_TO_OKLAB,xyzLms,!0);l=Math.min(Math.max(l,0),1);const lPct=Math.round(100*parseFloat(l.toFixed(QUAD)));return 0!==lPct&&100!==lPct||(a=0,b=0),[l,a,b]},transformXyzD50ToRgb=(xyz,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| skip||(xyz=validateColorComponents(xyz,{maxLength:TRIA,validateRange:!1}));const xyzD65=transformMatrix(MATRIX_D50_TO_D65,xyz,!0);return transformXyzToRgb(xyzD65,!0)},transformXyzD50ToLab=(xyz,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| skip||(xyz=validateColorComponents(xyz,{maxLength:TRIA,validateRange:!1}));const xyzD50=xyz.map((val,i)=>val/D50[i]),[f0,f1,f2]=xyzD50.map(val=>val>LAB_EPSILON?Math.cbrt(val):(val*LAB_KAPPA+16)/116),l=Math.min(Math.max(116*f1-16,0),100);let a,b;return 0===l||100===l?(a=0,b=0):(a=500*(f0-f1),b=200*(f1-f2)),[l,a,b]},convertRgbToHex=rgb=>{ |
| /*ThouShaltNotCache*/ |
| const[r,g,b,alpha]=validateColorComponents(rgb,{alpha:!0,maxRange:255}),rr=numberToHexString(r),gg=numberToHexString(g),bb=numberToHexString(b),aa=numberToHexString(255*alpha);let hex;return hex="ff"===aa?`#${rr}${gg}${bb}`:`#${rr}${gg}${bb}${aa}`,hex},convertHexToRgb=value=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);if(value=value.toLowerCase().trim(),!(/^#[\da-f]{6}$/.test(value)||/^#[\da-f]{3}$/.test(value)||/^#[\da-f]{8}$/.test(value)||/^#[\da-f]{4}$/.test(value)))throw new SyntaxError(`Invalid property value: ${value}`);const arr=[];if(/^#[\da-f]{3}$/.test(value)){const[,r,g,b]=value.match(/^#([\da-f])([\da-f])([\da-f])$/);arr.push(parseInt(`${r}${r}`,16),parseInt(`${g}${g}`,16),parseInt(`${b}${b}`,16),1)}else if(/^#[\da-f]{4}$/.test(value)){const[,r,g,b,alpha]=value.match(/^#([\da-f])([\da-f])([\da-f])([\da-f])$/);arr.push(parseInt(`${r}${r}`,16),parseInt(`${g}${g}`,16),parseInt(`${b}${b}`,16),parseHexAlpha(`${alpha}${alpha}`))}else if(/^#[\da-f]{8}$/.test(value)){const[,r,g,b,alpha]=value.match(/^#([\da-f]{2})([\da-f]{2})([\da-f]{2})([\da-f]{2})$/);arr.push(parseInt(r,16),parseInt(g,16),parseInt(b,16),parseHexAlpha(alpha))}else{const[,r,g,b]=value.match(/^#([\da-f]{2})([\da-f]{2})([\da-f]{2})$/);arr.push(parseInt(r,16),parseInt(g,16),parseInt(b,16),1)}return arr},convertHexToXyz=value=>{ |
| /*ThouShaltNotCache*/ |
| const[r,g,b,alpha]=(value=>{ |
| /*ThouShaltNotCache*/ |
| const[rr,gg,bb,alpha]=convertHexToRgb(value),[r,g,b]=transformRgbToLinearRgb([rr,gg,bb],!0);return[r,g,b,alpha]})(value),[x,y,z]=transformMatrix(MATRIX_L_RGB_TO_XYZ,[r,g,b],!0);return[x,y,z,alpha]},parseRgb=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.toLowerCase().trim();const{format="",nullable=!1}=opt,reg=new RegExp(`^rgba?\\(\\s*(${SYN_MOD}|${SYN_RGB_LV3})\\s*\\)$`);if(!reg.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}const[,val]=value.match(reg),[v1,v2,v3,v4=""]=val.replace(/[,/]/g," ").split(/\s+/);let r,g,b;v1===NONE?r=0:(r=v1.endsWith("%")?255*parseFloat(v1)/100:parseFloat(v1),r=Math.min(Math.max(roundToPrecision(r,8),0),255)),v2===NONE?g=0:(g=v2.endsWith("%")?255*parseFloat(v2)/100:parseFloat(v2),g=Math.min(Math.max(roundToPrecision(g,8),0),255)),v3===NONE?b=0:(b=v3.endsWith("%")?255*parseFloat(v3)/100:parseFloat(v3),b=Math.min(Math.max(roundToPrecision(b,8),0),255));const alpha=parseAlpha(v4);return["rgb",r,g,b,format===VAL_MIX&&v4===NONE?NONE:alpha]},parseHsl=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format="",nullable=!1}=opt;if(!REG_HSL.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}const[,val]=value.match(REG_HSL),[v1,v2,v3,v4=""]=val.replace(/[,/]/g," ").split(/\s+/);let h,s,l;h=v1===NONE?0:angleToDeg(v1),s=v2===NONE?0:Math.min(Math.max(parseFloat(v2),0),100),l=v3===NONE?0:Math.min(Math.max(parseFloat(v3),0),100);const alpha=parseAlpha(v4);if("hsl"===format)return[format,v1===NONE?v1:h,v2===NONE?v2:s,v3===NONE?v3:l,v4===NONE?v4:alpha];h=h/360*12,l/=100;const sa=s/100*Math.min(l,1-l),rk=h%12,gk=(8+h)%12,bk=(4+h)%12,r=l-sa*Math.max(-1,Math.min(rk-TRIA,TRIA**2-rk,1)),g=l-sa*Math.max(-1,Math.min(gk-TRIA,TRIA**2-gk,1)),b=l-sa*Math.max(-1,Math.min(bk-TRIA,TRIA**2-bk,1));return["rgb",Math.min(Math.max(roundToPrecision(255*r,8),0),255),Math.min(Math.max(roundToPrecision(255*g,8),0),255),Math.min(Math.max(roundToPrecision(255*b,8),0),255),alpha]},parseHwb=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format="",nullable=!1}=opt;if(!REG_HWB.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}const[,val]=value.match(REG_HWB),[v1,v2,v3,v4=""]=val.replace("/"," ").split(/\s+/);let h,wh,bk;h=v1===NONE?0:angleToDeg(v1),wh=v2===NONE?0:Math.min(Math.max(parseFloat(v2),0),100)/100,bk=v3===NONE?0:Math.min(Math.max(parseFloat(v3),0),100)/100;const alpha=parseAlpha(v4);if("hwb"===format)return[format,v1===NONE?v1:h,v2===NONE?v2:100*wh,v3===NONE?v3:100*bk,v4===NONE?v4:alpha];if(wh+bk>=1){const v=roundToPrecision(wh/(wh+bk)*255,8);return["rgb",v,v,v,alpha]}const factor=(1-wh-bk)/255;let[,r,g,b]=parseHsl(`hsl(${h} 100 50)`);return r=roundToPrecision(255*(r*factor+wh),8),g=roundToPrecision(255*(g*factor+wh),8),b=roundToPrecision(255*(b*factor+wh),8),["rgb",Math.min(Math.max(r,0),255),Math.min(Math.max(g,0),255),Math.min(Math.max(b,0),255),alpha]},parseLab=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format="",nullable=!1}=opt;if(!REG_LAB.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}const[,val]=value.match(REG_LAB),[v1,v2,v3,v4=""]=val.replace("/"," ").split(/\s+/);let l,a,b;v1===NONE?l=0:(v1.endsWith("%")?(l=parseFloat(v1),l>100&&(l=100)):l=parseFloat(v1),l<0&&(l=0)),a=v2===NONE?0:v2.endsWith("%")?1.25*parseFloat(v2):parseFloat(v2),b=v3===NONE?0:v3.endsWith("%")?1.25*parseFloat(v3):parseFloat(v3);const alpha=parseAlpha(v4);if(REG_SPEC.test(format))return["lab",v1===NONE?v1:roundToPrecision(l,16),v2===NONE?v2:roundToPrecision(a,16),v3===NONE?v3:roundToPrecision(b,16),v4===NONE?v4:alpha];const fl=(l+16)/116,fa=a/500+fl,fb=fl-b/200,powFl=Math.pow(fl,3),powFa=Math.pow(fa,3),powFb=Math.pow(fb,3),xyz=[powFa>LAB_EPSILON?powFa:(116*fa-16)/LAB_KAPPA,l>8?powFl:l/LAB_KAPPA,powFb>LAB_EPSILON?powFb:(116*fb-16)/LAB_KAPPA],[x,y,z]=xyz.map((val2,i)=>val2*D50[i]);return["xyz-d50",roundToPrecision(x,16),roundToPrecision(y,16),roundToPrecision(z,16),alpha]},parseLch=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format="",nullable=!1}=opt;if(!REG_LCH.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}const[,val]=value.match(REG_LCH),[v1,v2,v3,v4=""]=val.replace("/"," ").split(/\s+/);let l,c,h;v1===NONE?l=0:(l=parseFloat(v1),l<0&&(l=0)),c=v2===NONE?0:v2.endsWith("%")?1.5*parseFloat(v2):parseFloat(v2),h=v3===NONE?0:angleToDeg(v3);const alpha=parseAlpha(v4);if(REG_SPEC.test(format))return["lch",v1===NONE?v1:roundToPrecision(l,16),v2===NONE?v2:roundToPrecision(c,16),v3===NONE?v3:roundToPrecision(h,16),v4===NONE?v4:alpha];const a=c*Math.cos(h*Math.PI/180),b=c*Math.sin(h*Math.PI/180),[,x,y,z]=parseLab(`lab(${l} ${a} ${b})`);return["xyz-d50",roundToPrecision(x,16),roundToPrecision(y,16),roundToPrecision(z,16),alpha]},parseOklab=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format="",nullable=!1}=opt;if(!REG_OKLAB.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}const[,val]=value.match(REG_OKLAB),[v1,v2,v3,v4=""]=val.replace("/"," ").split(/\s+/);let l,a,b;v1===NONE?l=0:(l=v1.endsWith("%")?parseFloat(v1)/100:parseFloat(v1),l<0&&(l=0)),a=v2===NONE?0:v2.endsWith("%")?.4*parseFloat(v2)/100:parseFloat(v2),b=v3===NONE?0:v3.endsWith("%")?.4*parseFloat(v3)/100:parseFloat(v3);const alpha=parseAlpha(v4);if(REG_SPEC.test(format))return["oklab",v1===NONE?v1:roundToPrecision(l,16),v2===NONE?v2:roundToPrecision(a,16),v3===NONE?v3:roundToPrecision(b,16),v4===NONE?v4:alpha];const xyzLms=transformMatrix(MATRIX_OKLAB_TO_LMS,[l,a,b]).map(c=>Math.pow(c,3)),[x,y,z]=transformMatrix(MATRIX_LMS_TO_XYZ,xyzLms,!0);return["xyz-d65",roundToPrecision(x,16),roundToPrecision(y,16),roundToPrecision(z,16),alpha]},parseOklch=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format="",nullable=!1}=opt;if(!REG_OKLCH.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}const[,val]=value.match(REG_OKLCH),[v1,v2,v3,v4=""]=val.replace("/"," ").split(/\s+/);let l,c,h;v1===NONE?l=0:(l=v1.endsWith("%")?parseFloat(v1)/100:parseFloat(v1),l<0&&(l=0)),v2===NONE?c=0:(c=v2.endsWith("%")?.4*parseFloat(v2)/100:parseFloat(v2),c<0&&(c=0)),h=v3===NONE?0:angleToDeg(v3);const alpha=parseAlpha(v4);if(REG_SPEC.test(format))return["oklch",v1===NONE?v1:roundToPrecision(l,16),v2===NONE?v2:roundToPrecision(c,16),v3===NONE?v3:roundToPrecision(h,16),v4===NONE?v4:alpha];const a=c*Math.cos(h*Math.PI/180),b=c*Math.sin(h*Math.PI/180),xyzLms=transformMatrix(MATRIX_OKLAB_TO_LMS,[l,a,b]).map(cc=>Math.pow(cc,3)),[x,y,z]=transformMatrix(MATRIX_LMS_TO_XYZ,xyzLms,!0);return["xyz-d65",roundToPrecision(x,16),roundToPrecision(y,16),roundToPrecision(z,16),alpha]},parseColorFunc=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{colorSpace="",d50=!1,format="",nullable=!1}=opt;if(!REG_FN_COLOR.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}const[,val]=value.match(REG_FN_COLOR);let r,g,b,[cs,v1,v2,v3,v4=""]=val.replace("/"," ").split(/\s+/);"xyz"===cs&&(cs="xyz-d65"),r=v1===NONE?0:v1.endsWith("%")?parseFloat(v1)/100:parseFloat(v1),g=v2===NONE?0:v2.endsWith("%")?parseFloat(v2)/100:parseFloat(v2),b=v3===NONE?0:v3.endsWith("%")?parseFloat(v3)/100:parseFloat(v3);const alpha=parseAlpha(v4);if(REG_SPEC.test(format)||format===VAL_MIX&&cs===colorSpace)return[cs,v1===NONE?v1:roundToPrecision(r,10),v2===NONE?v2:roundToPrecision(g,10),v3===NONE?v3:roundToPrecision(b,10),v4===NONE?v4:alpha];let x=0,y=0,z=0;if("srgb-linear"===cs)[x,y,z]=transformMatrix(MATRIX_L_RGB_TO_XYZ,[r,g,b]),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0));else if("display-p3"===cs){const linearRgb=transformRgbToLinearRgb([255*r,255*g,255*b]);[x,y,z]=transformMatrix(MATRIX_P3_TO_XYZ,linearRgb),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))}else if("rec2020"===cs){const ALPHA=1.09929682680944,BETA=.018053968510807,REC_COEF=.45,rgb=[r,g,b].map(c=>{ |
| /*ThouShaltNotCache*/ |
| let cl;return cl=c<BETA*REC_COEF*10?c/(10*REC_COEF):Math.pow((c+ALPHA-1)/ALPHA,1/REC_COEF),cl});[x,y,z]=transformMatrix(MATRIX_REC2020_TO_XYZ,rgb),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))}else if("a98-rgb"===cs){const POW_A98=563/256,rgb=[r,g,b].map(c=>Math.pow(c,POW_A98));[x,y,z]=transformMatrix(MATRIX_A98_TO_XYZ,rgb),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))}else if("prophoto-rgb"===cs){const POW_PROPHOTO=1.8,rgb=[r,g,b].map(c=>{ |
| /*ThouShaltNotCache*/ |
| let cl;return cl=c>1/32?Math.pow(c,POW_PROPHOTO):c/16,cl});[x,y,z]=transformMatrix(MATRIX_PROPHOTO_TO_XYZ_D50,rgb),d50||([x,y,z]=transformMatrix(MATRIX_D50_TO_D65,[x,y,z],!0))}else/^xyz(?:-d(?:50|65))?$/.test(cs)?([x,y,z]=[r,g,b],"xyz-d50"===cs?d50||([x,y,z]=transformMatrix(MATRIX_D50_TO_D65,[x,y,z])):d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))):([x,y,z]=transformRgbToXyz([255*r,255*g,255*b]),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0)));return[d50?"xyz-d50":"xyz-d65",roundToPrecision(x,16),roundToPrecision(y,16),roundToPrecision(z,16),format===VAL_MIX&&v4===NONE?v4:alpha]},parseColorValue=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.toLowerCase().trim();const{d50=!1,format="",nullable=!1}=opt;if(!REG_COLOR.test(value)){const res=resolveInvalidColorValue(format,nullable);return res instanceof NullObject||isString(res),res}let x=0,y=0,z=0,alpha=0;if(REG_CURRENT.test(value)){if(format===VAL_COMP)return["rgb",0,0,0,0];if(format===VAL_SPEC)return value}else if(/^[a-z]+$/.test(value))if(Object.prototype.hasOwnProperty.call(NAMED_COLORS,value)){if(format===VAL_SPEC)return value;const[r,g,b]=NAMED_COLORS[value];if(alpha=1,format===VAL_COMP)return["rgb",r,g,b,alpha];[x,y,z]=transformRgbToXyz([r,g,b],!0),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))}else switch(format){case VAL_COMP:return nullable&&"transparent"!==value?new NullObject:["rgb",0,0,0,0];case VAL_SPEC:return"transparent"===value?value:"";case VAL_MIX:return"transparent"===value?["rgb",0,0,0,0]:new NullObject}else if("#"===value[0]){if(REG_SPEC.test(format)){return["rgb",...convertHexToRgb(value)]}[x,y,z,alpha]=convertHexToXyz(value),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))}else if(value.startsWith("lab")){if(REG_SPEC.test(format))return parseLab(value,opt);[,x,y,z,alpha]=parseLab(value),d50||([x,y,z]=transformMatrix(MATRIX_D50_TO_D65,[x,y,z],!0))}else if(value.startsWith("lch")){if(REG_SPEC.test(format))return parseLch(value,opt);[,x,y,z,alpha]=parseLch(value),d50||([x,y,z]=transformMatrix(MATRIX_D50_TO_D65,[x,y,z],!0))}else if(value.startsWith("oklab")){if(REG_SPEC.test(format))return parseOklab(value,opt);[,x,y,z,alpha]=parseOklab(value),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))}else if(value.startsWith("oklch")){if(REG_SPEC.test(format))return parseOklch(value,opt);[,x,y,z,alpha]=parseOklch(value),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))}else{let r,g,b;if(value.startsWith("hsl")?[,r,g,b,alpha]=parseHsl(value):value.startsWith("hwb")?[,r,g,b,alpha]=parseHwb(value):[,r,g,b,alpha]=parseRgb(value,opt),REG_SPEC.test(format))return["rgb",Math.round(r),Math.round(g),Math.round(b),alpha];[x,y,z]=transformRgbToXyz([r,g,b]),d50&&([x,y,z]=transformMatrix(MATRIX_D65_TO_D50,[x,y,z],!0))}return[d50?"xyz-d50":"xyz-d65",roundToPrecision(x,16),roundToPrecision(y,16),roundToPrecision(z,16),alpha]},resolveColorValue=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.toLowerCase().trim();const{colorSpace="",format="",nullable=!1}=opt,cacheKey=createCacheKey({namespace:"color",name:"resolveColorValue",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem){if(cachedResult.isNull)return cachedResult;const cachedItem=cachedResult.item;return isString(cachedItem),cachedItem}if(!REG_COLOR.test(value)){const res2=resolveInvalidColorValue(format,nullable);return res2 instanceof NullObject?(setCache(cacheKey,null),res2):(setCache(cacheKey,res2),isString(res2),res2)}let cs="",r=0,g=0,b=0,alpha=0;if(REG_CURRENT.test(value)){if(format===VAL_SPEC)return setCache(cacheKey,value),value}else if(/^[a-z]+$/.test(value))if(Object.prototype.hasOwnProperty.call(NAMED_COLORS,value)){if(format===VAL_SPEC)return setCache(cacheKey,value),value;[r,g,b]=NAMED_COLORS[value],alpha=1}else switch(format){case VAL_SPEC:{if("transparent"===value)return setCache(cacheKey,value),value;const res2="";return setCache(cacheKey,res2),res2}case VAL_MIX:if("transparent"===value){const res2=["rgb",0,0,0,0];return setCache(cacheKey,res2),res2}return setCache(cacheKey,null),new NullObject;default:{if(nullable&&"transparent"!==value)return setCache(cacheKey,null),new NullObject;const res2=["rgb",0,0,0,0];return setCache(cacheKey,res2),res2}}else if("#"===value[0])[r,g,b,alpha]=convertHexToRgb(value);else if(value.startsWith("hsl"))[,r,g,b,alpha]=parseHsl(value,opt);else if(value.startsWith("hwb"))[,r,g,b,alpha]=parseHwb(value,opt);else if(/^l(?:ab|ch)/.test(value)){let x,y,z;if(value.startsWith("lab")?[cs,x,y,z,alpha]=parseLab(value,opt):[cs,x,y,z,alpha]=parseLch(value,opt),REG_SPEC.test(format)){const res2=[cs,x,y,z,alpha];return setCache(cacheKey,res2),res2}[r,g,b]=transformXyzD50ToRgb([x,y,z])}else if(/^okl(?:ab|ch)/.test(value)){let x,y,z;if(value.startsWith("oklab")?[cs,x,y,z,alpha]=parseOklab(value,opt):[cs,x,y,z,alpha]=parseOklch(value,opt),REG_SPEC.test(format)){const res2=[cs,x,y,z,alpha];return setCache(cacheKey,res2),res2}[r,g,b]=transformXyzToRgb([x,y,z])}else[,r,g,b,alpha]=parseRgb(value,opt);if(format===VAL_MIX&&"srgb"===colorSpace){const res2=["srgb",r/255,g/255,b/255,alpha];return setCache(cacheKey,res2),res2}const res=["rgb",Math.round(r),Math.round(g),Math.round(b),alpha];return setCache(cacheKey,res),res},resolveColorFunc=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.toLowerCase().trim();const{colorSpace="",format="",nullable=!1}=opt,cacheKey=createCacheKey({namespace:"color",name:"resolveColorFunc",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem){if(cachedResult.isNull)return cachedResult;const cachedItem=cachedResult.item;return isString(cachedItem),cachedItem}if(!REG_FN_COLOR.test(value)){const res2=resolveInvalidColorValue(format,nullable);return res2 instanceof NullObject?(setCache(cacheKey,null),res2):(setCache(cacheKey,res2),isString(res2),res2)}const[cs,v1,v2,v3,v4]=parseColorFunc(value,opt);if(REG_SPEC.test(format)||format===VAL_MIX&&cs===colorSpace){const res2=[cs,v1,v2,v3,v4];return setCache(cacheKey,res2),res2}const x=parseFloat(`${v1}`),y=parseFloat(`${v2}`),z=parseFloat(`${v3}`),alpha=parseAlpha(`${v4}`),[r,g,b]=transformXyzToRgb([x,y,z],!0),res=["rgb",r,g,b,alpha];return setCache(cacheKey,res),res},convertColorToLinearRgb=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{colorSpace="",format=""}=opt;let r,g,b,alpha,x,y,z,cs="";if(format===VAL_MIX){let xyz;if(xyz=value.startsWith("color(")?parseColorFunc(value,opt):parseColorValue(value,opt),xyz instanceof NullObject)return xyz;if([cs,x,y,z,alpha]=xyz,cs===colorSpace)return[x,y,z,alpha];[r,g,b]=transformMatrix(MATRIX_XYZ_TO_L_RGB,[x,y,z],!0)}else if(value.startsWith("color(")){const[,val]=value.match(REG_FN_COLOR),[cs2]=val.replace("/"," ").split(/\s+/);"srgb-linear"===cs2?[,r,g,b,alpha]=resolveColorFunc(value,{format:VAL_COMP}):([,x,y,z,alpha]=parseColorFunc(value),[r,g,b]=transformMatrix(MATRIX_XYZ_TO_L_RGB,[x,y,z],!0))}else[,x,y,z,alpha]=parseColorValue(value),[r,g,b]=transformMatrix(MATRIX_XYZ_TO_L_RGB,[x,y,z],!0);return[Math.min(Math.max(r,0),1),Math.min(Math.max(g,0),1),Math.min(Math.max(b,0),1),alpha]},convertColorToRgb=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format=""}=opt;let r,g,b,alpha;if(format===VAL_MIX){let rgb;if(rgb=value.startsWith("color(")?resolveColorFunc(value,opt):resolveColorValue(value,opt),rgb instanceof NullObject)return rgb;[,r,g,b,alpha]=rgb}else if(value.startsWith("color(")){const[,val]=value.match(REG_FN_COLOR),[cs]=val.replace("/"," ").split(/\s+/);"srgb"===cs?([,r,g,b,alpha]=resolveColorFunc(value,{format:VAL_COMP}),r*=255,g*=255,b*=255):[,r,g,b,alpha]=resolveColorFunc(value)}else/^(?:ok)?l(?:ab|ch)/.test(value)?([r,g,b,alpha]=convertColorToLinearRgb(value),[r,g,b]=transformLinearRgbToRgb([r,g,b])):[,r,g,b,alpha]=resolveColorValue(value,{format:VAL_COMP});return[r,g,b,alpha]},convertColorToXyz=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{d50=!1,format=""}=opt;let x,y,z,alpha;if(format===VAL_MIX){let xyz;if(xyz=value.startsWith("color(")?parseColorFunc(value,opt):parseColorValue(value,opt),xyz instanceof NullObject)return xyz;[,x,y,z,alpha]=xyz}else if(value.startsWith("color(")){const[,val]=value.match(REG_FN_COLOR),[cs]=val.replace("/"," ").split(/\s+/);d50?[,x,y,z,alpha]="xyz-d50"===cs?resolveColorFunc(value,{format:VAL_COMP}):parseColorFunc(value,opt):/^xyz(?:-d65)?$/.test(cs)?[,x,y,z,alpha]=resolveColorFunc(value,{format:VAL_COMP}):[,x,y,z,alpha]=parseColorFunc(value)}else[,x,y,z,alpha]=parseColorValue(value,opt);return[x,y,z,alpha]},convertColorToHsl=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format=""}=opt;let h,s,l,alpha,x,y,z;if(REG_HSL.test(value))return[,h,s,l,alpha]=parseHsl(value,{format:"hsl"}),"hsl"===format?[Math.round(h),Math.round(s),Math.round(l),alpha]:[h,s,l,alpha];if(format===VAL_MIX){let xyz;if(xyz=value.startsWith("color(")?parseColorFunc(value,opt):parseColorValue(value,opt),xyz instanceof NullObject)return xyz;[,x,y,z,alpha]=xyz}else value.startsWith("color(")?[,x,y,z,alpha]=parseColorFunc(value):[,x,y,z,alpha]=parseColorValue(value);return[h,s,l]=transformXyzToHsl([x,y,z],!0),"hsl"===format?[Math.round(h),Math.round(s),Math.round(l),alpha]:[format===VAL_MIX&&0===s?NONE:h,s,l,alpha]},convertColorToHwb=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format=""}=opt;let h,w,b,alpha,x,y,z;if(REG_HWB.test(value))return[,h,w,b,alpha]=parseHwb(value,{format:"hwb"}),"hwb"===format?[Math.round(h),Math.round(w),Math.round(b),alpha]:[h,w,b,alpha];if(format===VAL_MIX){let xyz;if(xyz=value.startsWith("color(")?parseColorFunc(value,opt):parseColorValue(value,opt),xyz instanceof NullObject)return xyz;[,x,y,z,alpha]=xyz}else value.startsWith("color(")?[,x,y,z,alpha]=parseColorFunc(value):[,x,y,z,alpha]=parseColorValue(value);return[h,w,b]=((xyz,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| const[r,g,b]=transformXyzToRgb(xyz,skip),wh=Math.min(r,g,b)/255,bk=1-Math.max(r,g,b)/255;let h;return wh+bk===1?h=0:[h]=transformXyzToHsl(xyz),[h,100*wh,100*bk]})([x,y,z],!0),"hwb"===format?[Math.round(h),Math.round(w),Math.round(b),alpha]:[format===VAL_MIX&&w+b>=100?NONE:h,w,b,alpha]},convertColorToLab=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format=""}=opt;let l,a,b,alpha,x,y,z;if(REG_LAB.test(value))return[,l,a,b,alpha]=parseLab(value,{format:VAL_COMP}),[l,a,b,alpha];if(format===VAL_MIX){let xyz;if(opt.d50=!0,xyz=value.startsWith("color(")?parseColorFunc(value,opt):parseColorValue(value,opt),xyz instanceof NullObject)return xyz;[,x,y,z,alpha]=xyz}else value.startsWith("color(")?[,x,y,z,alpha]=parseColorFunc(value,{d50:!0}):[,x,y,z,alpha]=parseColorValue(value,{d50:!0});return[l,a,b]=transformXyzD50ToLab([x,y,z],!0),[l,a,b,alpha]},convertColorToLch=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format=""}=opt;let l,c,h,alpha,x,y,z;if(REG_LCH.test(value))return[,l,c,h,alpha]=parseLch(value,{format:VAL_COMP}),[l,c,h,alpha];if(format===VAL_MIX){let xyz;if(opt.d50=!0,xyz=value.startsWith("color(")?parseColorFunc(value,opt):parseColorValue(value,opt),xyz instanceof NullObject)return xyz;[,x,y,z,alpha]=xyz}else value.startsWith("color(")?[,x,y,z,alpha]=parseColorFunc(value,{d50:!0}):[,x,y,z,alpha]=parseColorValue(value,{d50:!0});return[l,c,h]=((xyz,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| const[l,a,b]=transformXyzD50ToLab(xyz,skip);let c,h;return 0===l||100===l?(c=0,h=0):(c=Math.max(Math.sqrt(Math.pow(a,2)+Math.pow(b,2)),0),h=180*Math.atan2(b,a)/Math.PI,h<0&&(h+=360)),[l,c,h]})([x,y,z],!0),[l,c,format===VAL_MIX&&0===c?NONE:h,alpha]},convertColorToOklab=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format=""}=opt;let l,a,b,alpha,x,y,z;if(REG_OKLAB.test(value))return[,l,a,b,alpha]=parseOklab(value,{format:VAL_COMP}),[l,a,b,alpha];if(format===VAL_MIX){let xyz;if(xyz=value.startsWith("color(")?parseColorFunc(value,opt):parseColorValue(value,opt),xyz instanceof NullObject)return xyz;[,x,y,z,alpha]=xyz}else value.startsWith("color(")?[,x,y,z,alpha]=parseColorFunc(value):[,x,y,z,alpha]=parseColorValue(value);return[l,a,b]=transformXyzToOklab([x,y,z],!0),[l,a,b,alpha]},convertColorToOklch=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{format=""}=opt;let l,c,h,alpha,x,y,z;if(REG_OKLCH.test(value))return[,l,c,h,alpha]=parseOklch(value,{format:VAL_COMP}),[l,c,h,alpha];if(format===VAL_MIX){let xyz;if(xyz=value.startsWith("color(")?parseColorFunc(value,opt):parseColorValue(value,opt),xyz instanceof NullObject)return xyz;[,x,y,z,alpha]=xyz}else value.startsWith("color(")?[,x,y,z,alpha]=parseColorFunc(value):[,x,y,z,alpha]=parseColorValue(value);return[l,c,h]=((xyz,skip=!1)=>{ |
| /*ThouShaltNotCache*/ |
| const[l,a,b]=transformXyzToOklab(xyz,skip);let c,h;const lPct=Math.round(100*parseFloat(l.toFixed(QUAD)));return 0===lPct||100===lPct?(c=0,h=0):(c=Math.max(Math.sqrt(Math.pow(a,2)+Math.pow(b,2)),0),0===parseFloat(c.toFixed(QUAD))?h=0:(h=180*Math.atan2(b,a)/Math.PI,h<0&&(h+=360))),[l,c,h]})([x,y,z],!0),[l,c,format===VAL_MIX&&0===c?NONE:h,alpha]},resolveColorMix=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.toLowerCase().trim();const{format="",nullable=!1}=opt,cacheKey=createCacheKey({namespace:"color",name:"resolveColorMix",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem){if(cachedResult.isNull)return cachedResult;const cachedItem=cachedResult.item;return isString(cachedItem),cachedItem}const nestedItems=[];if(!REG_MIX.test(value)){if(!value.startsWith(FN_MIX)||!REG_MIX_NEST.test(value)){return cacheInvalidColorValue(cacheKey,format,nullable)}{const regColorSpace=new RegExp(`^(?:${CS_RGB}|${CS_XYZ})$`),items=value.match(REG_MIX_NEST);for(const item of items)if(item){let val=resolveColorMix(item,{format:format===VAL_SPEC?format:VAL_COMP});if(Array.isArray(val)){const[cs,v1,v2,v3,v4]=val;if(0===v1&&0===v2&&0===v3&&0===v4){value="";break}val=regColorSpace.test(cs)?1===v4?`color(${cs} ${v1} ${v2} ${v3})`:`color(${cs} ${v1} ${v2} ${v3} / ${v4})`:1===v4?`${cs}(${v1} ${v2} ${v3})`:`${cs}(${v1} ${v2} ${v3} / ${v4})`}else if(!REG_MIX.test(val)){value="";break}nestedItems.push(val),value=value.replace(item,val)}if(!value){return cacheInvalidColorValue(cacheKey,format,nullable)}}}let pA,pB,m,colorSpace="",hueArc="",colorA="",pctA="",colorB="",pctB="";if(nestedItems.length&&format===VAL_SPEC){const regColorSpace=new RegExp(`^color-mix\\(\\s*in\\s+(${CS_MIX})\\s*,`),[,cs]=value.match(regColorSpace);if(REG_CS_HUE.test(cs)?[,colorSpace,hueArc]=cs.match(REG_CS_HUE):colorSpace=cs,2===nestedItems.length){let[itemA,itemB]=nestedItems;itemA=itemA.replace(/(?=[()])/g,"\\"),itemB=itemB.replace(/(?=[()])/g,"\\");const regA=new RegExp(`(${itemA})(?:\\s+(${PCT}))?`),regB=new RegExp(`(${itemB})(?:\\s+(${PCT}))?`);[,colorA,pctA]=value.match(regA),[,colorB,pctB]=value.match(regB)}else{let[item]=nestedItems;item=item.replace(/(?=[()])/g,"\\");const itemPart=`${item}(?:\\s+${PCT})?`,itemPartCapt=`(${item})(?:\\s+(${PCT}))?`,regItemPart=new RegExp(`^${itemPartCapt}$`),regLastItem=new RegExp(`${itemPartCapt}\\s*\\)$`),regColorPart=new RegExp(`^(${SYN_COLOR_TYPE})(?:\\s+(${PCT}))?$`);if(regLastItem.test(value)){const reg=new RegExp(`(${SYN_MIX_PART})\\s*,\\s*(${itemPart})\\s*\\)$`),[,colorPartA,colorPartB]=value.match(reg);[,colorA,pctA]=colorPartA.match(regColorPart),[,colorB,pctB]=colorPartB.match(regItemPart)}else{const reg=new RegExp(`(${itemPart})\\s*,\\s*(${SYN_MIX_PART})\\s*\\)$`),[,colorPartA,colorPartB]=value.match(reg);[,colorA,pctA]=colorPartA.match(regItemPart),[,colorB,pctB]=colorPartB.match(regColorPart)}}}else{const[,cs,colorPartA,colorPartB]=value.match(REG_MIX_CAPT),reg=new RegExp(`^(${SYN_COLOR_TYPE})(?:\\s+(${PCT}))?$`);[,colorA,pctA]=colorPartA.match(reg),[,colorB,pctB]=colorPartB.match(reg),REG_CS_HUE.test(cs)?[,colorSpace,hueArc]=cs.match(REG_CS_HUE):colorSpace=cs}if(pctA&&pctB){const p1=parseFloat(pctA)/100,p2=parseFloat(pctB)/100;if(p1<0||p1>1||p2<0||p2>1){return cacheInvalidColorValue(cacheKey,format,nullable)}const factor=p1+p2;if(0===factor){return cacheInvalidColorValue(cacheKey,format,nullable)}pA=p1/factor,pB=p2/factor,m=factor<1?factor:1}else{if(pctA){if(pA=parseFloat(pctA)/100,pA<0||pA>1){return cacheInvalidColorValue(cacheKey,format,nullable)}pB=1-pA}else if(pctB){if(pB=parseFloat(pctB)/100,pB<0||pB>1){return cacheInvalidColorValue(cacheKey,format,nullable)}pA=1-pB}else pA=.5,pB=.5;m=1}if("xyz"===colorSpace&&(colorSpace="xyz-d65"),format===VAL_SPEC){let valueA="",valueB="";if(colorA.startsWith(FN_MIX))valueA=colorA;else if(colorA.startsWith("color(")){const[cs,v1,v2,v3,v4]=parseColorFunc(colorA,opt);valueA=1===v4?`color(${cs} ${v1} ${v2} ${v3})`:`color(${cs} ${v1} ${v2} ${v3} / ${v4})`}else{const val=parseColorValue(colorA,opt);if(Array.isArray(val)){const[cs,v1,v2,v3,v4]=val;valueA=1===v4?"rgb"===cs?`${cs}(${v1}, ${v2}, ${v3})`:`${cs}(${v1} ${v2} ${v3})`:"rgb"===cs?`${cs}a(${v1}, ${v2}, ${v3}, ${v4})`:`${cs}(${v1} ${v2} ${v3} / ${v4})`}else{if(!isString(val)||!val)return setCache(cacheKey,""),"";valueA=val}}if(colorB.startsWith(FN_MIX))valueB=colorB;else if(colorB.startsWith("color(")){const[cs,v1,v2,v3,v4]=parseColorFunc(colorB,opt);valueB=1===v4?`color(${cs} ${v1} ${v2} ${v3})`:`color(${cs} ${v1} ${v2} ${v3} / ${v4})`}else{const val=parseColorValue(colorB,opt);if(Array.isArray(val)){const[cs,v1,v2,v3,v4]=val;valueB=1===v4?"rgb"===cs?`${cs}(${v1}, ${v2}, ${v3})`:`${cs}(${v1} ${v2} ${v3})`:"rgb"===cs?`${cs}a(${v1}, ${v2}, ${v3}, ${v4})`:`${cs}(${v1} ${v2} ${v3} / ${v4})`}else{if(!isString(val)||!val)return setCache(cacheKey,""),"";valueB=val}}if(pctA&&pctB)valueA+=` ${parseFloat(pctA)}%`,valueB+=` ${parseFloat(pctB)}%`;else if(pctA){const pA2=parseFloat(pctA);50!==pA2&&(valueA+=` ${pA2}%`)}else if(pctB){const pA2=100-parseFloat(pctB);50!==pA2&&(valueA+=` ${pA2}%`)}if(hueArc){const res2=`color-mix(in ${colorSpace} ${hueArc} hue, ${valueA}, ${valueB})`;return setCache(cacheKey,res2),res2}{const res2=`color-mix(in ${colorSpace}, ${valueA}, ${valueB})`;return setCache(cacheKey,res2),res2}}let r=0,g=0,b=0,alpha=0;if(/^srgb(?:-linear)?$/.test(colorSpace)){let rgbA,rgbB;if("srgb"===colorSpace?(rgbA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToRgb(colorA,{colorSpace,format:VAL_MIX}),rgbB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToRgb(colorB,{colorSpace,format:VAL_MIX})):(rgbA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToLinearRgb(colorA,{colorSpace,format:VAL_MIX}),rgbB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToLinearRgb(colorB,{colorSpace,format:VAL_MIX})),rgbA instanceof NullObject||rgbB instanceof NullObject){return cacheInvalidColorValue(cacheKey,format,nullable)}const[rrA,ggA,bbA,aaA]=rgbA,[rrB,ggB,bbB,aaB]=rgbB,rNone=rrA===NONE&&rrB===NONE,gNone=ggA===NONE&&ggB===NONE,bNone=bbA===NONE&&bbB===NONE,alphaNone=aaA===NONE&&aaB===NONE,[[rA,gA,bA,alphaA],[rB,gB,bB,alphaB]]=normalizeColorComponents([rrA,ggA,bbA,aaA],[rrB,ggB,bbB,aaB],!0),factorA=alphaA*pA,factorB=alphaB*pB;if(alpha=factorA+factorB,0===alpha?(r=rA*pA+rB*pB,g=gA*pA+gB*pB,b=bA*pA+bB*pB):(r=(rA*factorA+rB*factorB)/alpha,g=(gA*factorA+gB*factorB)/alpha,b=(bA*factorA+bB*factorB)/alpha,alpha=parseFloat(alpha.toFixed(3))),format===VAL_COMP){const res2=[colorSpace,rNone?NONE:roundToPrecision(r,16),gNone?NONE:roundToPrecision(g,16),bNone?NONE:roundToPrecision(b,16),alphaNone?NONE:alpha*m];return setCache(cacheKey,res2),res2}r*=255,g*=255,b*=255}else if(REG_CS_XYZ.test(colorSpace)){let xyzA,xyzB;if(xyzA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToXyz(colorA,{colorSpace,d50:"xyz-d50"===colorSpace,format:VAL_MIX}),xyzB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToXyz(colorB,{colorSpace,d50:"xyz-d50"===colorSpace,format:VAL_MIX}),xyzA instanceof NullObject||xyzB instanceof NullObject){return cacheInvalidColorValue(cacheKey,format,nullable)}const[xxA,yyA,zzA,aaA]=xyzA,[xxB,yyB,zzB,aaB]=xyzB,xNone=xxA===NONE&&xxB===NONE,yNone=yyA===NONE&&yyB===NONE,zNone=zzA===NONE&&zzB===NONE,alphaNone=aaA===NONE&&aaB===NONE,[[xA,yA,zA,alphaA],[xB,yB,zB,alphaB]]=normalizeColorComponents([xxA,yyA,zzA,aaA],[xxB,yyB,zzB,aaB],!0),factorA=alphaA*pA,factorB=alphaB*pB;let x,y,z;if(alpha=factorA+factorB,0===alpha?(x=xA*pA+xB*pB,y=yA*pA+yB*pB,z=zA*pA+zB*pB):(x=(xA*factorA+xB*factorB)/alpha,y=(yA*factorA+yB*factorB)/alpha,z=(zA*factorA+zB*factorB)/alpha,alpha=parseFloat(alpha.toFixed(3))),format===VAL_COMP){const res2=[colorSpace,xNone?NONE:roundToPrecision(x,16),yNone?NONE:roundToPrecision(y,16),zNone?NONE:roundToPrecision(z,16),alphaNone?NONE:alpha*m];return setCache(cacheKey,res2),res2}[r,g,b]="xyz-d50"===colorSpace?transformXyzD50ToRgb([x,y,z],!0):transformXyzToRgb([x,y,z],!0)}else if(/^h(?:sl|wb)$/.test(colorSpace)){let hslA,hslB;if("hsl"===colorSpace?(hslA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToHsl(colorA,{colorSpace,format:VAL_MIX}),hslB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToHsl(colorB,{colorSpace,format:VAL_MIX})):(hslA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToHwb(colorA,{colorSpace,format:VAL_MIX}),hslB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToHwb(colorB,{colorSpace,format:VAL_MIX})),hslA instanceof NullObject||hslB instanceof NullObject){return cacheInvalidColorValue(cacheKey,format,nullable)}const[hhA,ssA,llA,aaA]=hslA,[hhB,ssB,llB,aaB]=hslB,alphaNone=aaA===NONE&&aaB===NONE;let[[hA,sA,lA,alphaA],[hB,sB,lB,alphaB]]=normalizeColorComponents([hhA,ssA,llA,aaA],[hhB,ssB,llB,aaB],!0);hueArc&&([hA,hB]=interpolateHue(hA,hB,hueArc));const factorA=alphaA*pA,factorB=alphaB*pB;alpha=factorA+factorB;const h=(hA*pA+hB*pB)%360;let s,l;if(0===alpha?(s=sA*pA+sB*pB,l=lA*pA+lB*pB):(s=(sA*factorA+sB*factorB)/alpha,l=(lA*factorA+lB*factorB)/alpha,alpha=parseFloat(alpha.toFixed(3))),[r,g,b]=convertColorToRgb(`${colorSpace}(${h} ${s} ${l})`),format===VAL_COMP){const res2=["srgb",roundToPrecision(r/255,16),roundToPrecision(g/255,16),roundToPrecision(b/255,16),alphaNone?NONE:alpha*m];return setCache(cacheKey,res2),res2}}else if(/^(?:ok)?lch$/.test(colorSpace)){let lchA,lchB;if("lch"===colorSpace?(lchA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToLch(colorA,{colorSpace,format:VAL_MIX}),lchB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToLch(colorB,{colorSpace,format:VAL_MIX})):(lchA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToOklch(colorA,{colorSpace,format:VAL_MIX}),lchB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToOklch(colorB,{colorSpace,format:VAL_MIX})),lchA instanceof NullObject||lchB instanceof NullObject){return cacheInvalidColorValue(cacheKey,format,nullable)}const[llA,ccA,hhA,aaA]=lchA,[llB,ccB,hhB,aaB]=lchB,lNone=llA===NONE&&llB===NONE,cNone=ccA===NONE&&ccB===NONE,hNone=hhA===NONE&&hhB===NONE,alphaNone=aaA===NONE&&aaB===NONE;let[[lA,cA,hA,alphaA],[lB,cB,hB,alphaB]]=normalizeColorComponents([llA,ccA,hhA,aaA],[llB,ccB,hhB,aaB],!0);hueArc&&([hA,hB]=interpolateHue(hA,hB,hueArc));const factorA=alphaA*pA,factorB=alphaB*pB;alpha=factorA+factorB;const h=(hA*pA+hB*pB)%360;let l,c;if(0===alpha?(l=lA*pA+lB*pB,c=cA*pA+cB*pB):(l=(lA*factorA+lB*factorB)/alpha,c=(cA*factorA+cB*factorB)/alpha,alpha=parseFloat(alpha.toFixed(3))),format===VAL_COMP){const res2=[colorSpace,lNone?NONE:roundToPrecision(l,16),cNone?NONE:roundToPrecision(c,16),hNone?NONE:roundToPrecision(h,16),alphaNone?NONE:alpha*m];return setCache(cacheKey,res2),res2}[,r,g,b]=resolveColorValue(`${colorSpace}(${l} ${c} ${h})`)}else{let labA,labB;if("lab"===colorSpace?(labA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToLab(colorA,{colorSpace,format:VAL_MIX}),labB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToLab(colorB,{colorSpace,format:VAL_MIX})):(labA=REG_CURRENT.test(colorA)?[NONE,NONE,NONE,NONE]:convertColorToOklab(colorA,{colorSpace,format:VAL_MIX}),labB=REG_CURRENT.test(colorB)?[NONE,NONE,NONE,NONE]:convertColorToOklab(colorB,{colorSpace,format:VAL_MIX})),labA instanceof NullObject||labB instanceof NullObject){return cacheInvalidColorValue(cacheKey,format,nullable)}const[llA,aaA,bbA,alA]=labA,[llB,aaB,bbB,alB]=labB,lNone=llA===NONE&&llB===NONE,aNone=aaA===NONE&&aaB===NONE,bNone=bbA===NONE&&bbB===NONE,alphaNone=alA===NONE&&alB===NONE,[[lA,aA,bA,alphaA],[lB,aB,bB,alphaB]]=normalizeColorComponents([llA,aaA,bbA,alA],[llB,aaB,bbB,alB],!0),factorA=alphaA*pA,factorB=alphaB*pB;let l,aO,bO;if(alpha=factorA+factorB,0===alpha?(l=lA*pA+lB*pB,aO=aA*pA+aB*pB,bO=bA*pA+bB*pB):(l=(lA*factorA+lB*factorB)/alpha,aO=(aA*factorA+aB*factorB)/alpha,bO=(bA*factorA+bB*factorB)/alpha,alpha=parseFloat(alpha.toFixed(3))),format===VAL_COMP){const res2=[colorSpace,lNone?NONE:roundToPrecision(l,16),aNone?NONE:roundToPrecision(aO,16),bNone?NONE:roundToPrecision(bO,16),alphaNone?NONE:alpha*m];return setCache(cacheKey,res2),res2}[,r,g,b]=resolveColorValue(`${colorSpace}(${l} ${aO} ${bO})`)}const res=["rgb",Math.round(r),Math.round(g),Math.round(b),parseFloat((alpha*m).toFixed(3))];return setCache(cacheKey,res),res},import_css_tokenizer=__webpack_require__(34556),{CloseParen:PAREN_CLOSE,Comment:COMMENT,EOF,Ident:IDENT,Whitespace:W_SPACE}=import_css_tokenizer.TokenType,REG_FN_CALC=new RegExp(SYN_FN_CALC),REG_FN_VAR=new RegExp(SYN_FN_VAR);function resolveCustomProperty(tokens,opt={}){ |
| /*ThouShaltNotCache*/ |
| if(!Array.isArray(tokens))throw new TypeError(`${tokens} is not an array.`);const{customProperty={}}=opt,items=[];for(;tokens.length;){const token=tokens.shift();if(!Array.isArray(token))throw new TypeError(`${token} is not an array.`);const[type,value]=token;if(type===PAREN_CLOSE)break;if("var("===value){const[restTokens,item]=resolveCustomProperty(tokens,opt);tokens=restTokens,item&&items.push(item)}else if(type===IDENT)if(value.startsWith("--")){let item;Object.hasOwnProperty.call(customProperty,value)?item=customProperty[value]:"function"==typeof customProperty.callback&&(item=customProperty.callback(value)),item&&items.push(item)}else value&&items.push(value)}let resolveAsColor=!1;if(items.length>1){const lastValue=items[items.length-1];resolveAsColor=isColor(lastValue)}let resolvedValue="";for(let item of items){if(item=item.trim(),REG_FN_VAR.test(item)){const resolvedItem=resolveVar(item,opt);isString(resolvedItem)&&(resolveAsColor?isColor(resolvedItem)&&(resolvedValue=resolvedItem):resolvedValue=resolvedItem)}else REG_FN_CALC.test(item)?(item=cssCalc(item,opt),resolveAsColor?isColor(item)&&(resolvedValue=item):resolvedValue=item):item&&!/^(?:inherit|initial|revert(?:-layer)?|unset)$/.test(item)&&(resolveAsColor?isColor(item)&&(resolvedValue=item):resolvedValue=item);if(resolvedValue)break}return[tokens,resolvedValue]}function resolveVar(value,opt={}){ |
| /*ThouShaltNotCache*/ |
| const{format=""}=opt;if(!isString(value))throw new TypeError(`${value} is not a string.`);if(!REG_FN_VAR.test(value)||format===VAL_SPEC)return value;value=value.trim();const cacheKey=createCacheKey({namespace:"css-var",name:"resolveVar",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.isNull?cachedResult:cachedResult.item;const values=function(tokens,opt={}){ |
| /*ThouShaltNotCache*/ |
| const res=[];for(;tokens.length;){const token=tokens.shift(),[type="",value=""]=token;if("var("===value){const[restTokens,resolvedValue]=resolveCustomProperty(tokens,opt);if(!resolvedValue)return new NullObject;tokens=restTokens,res.push(resolvedValue)}else switch(type){case PAREN_CLOSE:res.length&&" "===res[res.length-1]?res.splice(-1,1,value):res.push(value);break;case W_SPACE:if(res.length){const lastValue=res[res.length-1];isString(lastValue)&&!lastValue.endsWith("(")&&" "!==lastValue&&res.push(value)}break;default:type!==COMMENT&&type!==EOF&&res.push(value)}}return res}((0,import_css_tokenizer.tokenize)({css:value}),opt);if(Array.isArray(values)){let color=values.join("");return REG_FN_CALC.test(color)&&(color=cssCalc(color,opt)),setCache(cacheKey,color),color}return setCache(cacheKey,null),new NullObject}var import_css_color_parser=__webpack_require__(68346),import_css_parser_algorithms=__webpack_require__(80181),import_css_tokenizer2=__webpack_require__(34556),{CloseParen:PAREN_CLOSE2,Comment:COMMENT2,Dimension:DIM,EOF:EOF2,Function:FUNC,Ident:IDENT2,Number:NUM2,OpenParen:PAREN_OPEN,Percentage:PCT2,Whitespace:W_SPACE2}=import_css_tokenizer2.TokenType,{HasNoneKeywords:KEY_NONE}=import_css_color_parser.SyntaxFlag,REG_COLOR_CAPT=new RegExp(`^${FN_REL}(${SYN_COLOR_TYPE}|${SYN_MIX})\\s+`),REG_CS_HSL=/(?:hsla?|hwb)$/,REG_CS_CIE=new RegExp("^(?:(?:ok)?lab|(?:ok)?lch)$"),REG_FN_MATH_START=new RegExp(SYN_FN_MATH_START),REG_FN_REL=new RegExp(FN_REL),REG_FN_REL_CAPT=new RegExp(`^${FN_REL_CAPT}`),REG_FN_REL_START=new RegExp(`^${FN_REL}`),REG_FN_VAR2=new RegExp(SYN_FN_VAR);function resolveColorChannels(tokens,opt={}){ |
| /*ThouShaltNotCache*/ |
| if(!Array.isArray(tokens))throw new TypeError(`${tokens} is not an array.`);const{colorSpace="",format=""}=opt,colorChannel=new Map([["color",["r","g","b","alpha"]],["hsl",["h","s","l","alpha"]],["hsla",["h","s","l","alpha"]],["hwb",["h","w","b","alpha"]],["lab",["l","a","b","alpha"]],["lch",["l","c","h","alpha"]],["oklab",["l","a","b","alpha"]],["oklch",["l","c","h","alpha"]],["rgb",["r","g","b","alpha"]],["rgba",["r","g","b","alpha"]]]).get(colorSpace);if(!colorChannel)return new NullObject;const mathFunc=new Set,channels=[[],[],[],[]];let i=0,nest=0,func=!1;for(;tokens.length;){const token=tokens.shift();if(!Array.isArray(token))throw new TypeError(`${token} is not an array.`);const[type,value,,,detail]=token,channel=channels[i];if(Array.isArray(channel))switch(type){case DIM:{const resolvedValue=resolveDimension(token,opt);isString(resolvedValue)?channel.push(resolvedValue):channel.push(value);break}case FUNC:channel.push(value),func=!0,nest++,REG_FN_MATH_START.test(value)&&mathFunc.add(nest);break;case IDENT2:if(!colorChannel.includes(value))return new NullObject;channel.push(value),func||i++;break;case NUM2:channel.push(Number(detail?.value)),func||i++;break;case PAREN_OPEN:channel.push(value),nest++;break;case PAREN_CLOSE2:if(func){" "===channel[channel.length-1]?channel.splice(-1,1,value):channel.push(value),mathFunc.has(nest)&&mathFunc.delete(nest),nest--,0===nest&&(func=!1,i++)}break;case PCT2:channel.push(Number(detail?.value)/100),func||i++;break;case W_SPACE2:if(channel.length&&func){const lastValue=channel[channel.length-1];("number"==typeof lastValue||isString(lastValue)&&!lastValue.endsWith("(")&&" "!==lastValue)&&channel.push(value)}break;default:type!==COMMENT2&&type!==EOF2&&func&&channel.push(value)}}const channelValues=[];for(const channel of channels)if(1===channel.length){const[resolvedValue]=channel;isStringOrNumber(resolvedValue)&&channelValues.push(resolvedValue)}else if(channel.length){const resolvedValue=serializeCalc(channel.join(""),{format});channelValues.push(resolvedValue)}return channelValues}function resolveRelativeColor(value,opt={}){ |
| /*ThouShaltNotCache*/ |
| const{format=""}=opt;if(!isString(value))throw new TypeError(`${value} is not a string.`);if(REG_FN_VAR2.test(value)){if(format===VAL_SPEC)return value;throw new SyntaxError("Unexpected token var( found.")}if(!REG_FN_REL.test(value))return value;value=value.toLowerCase().trim();const cacheKey=createCacheKey({namespace:"relative-color",name:"resolveRelativeColor",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.isNull?cachedResult:cachedResult.item;const originColor=function(value,opt={}){ |
| /*ThouShaltNotCache*/ |
| const{currentColor="",format=""}=opt;if(!isString(value))return new NullObject;if(!(value=value.toLowerCase().trim()))return new NullObject;if(!REG_FN_REL_START.test(value))return value;const cacheKey=createCacheKey({namespace:"relative-color",name:"extractOriginColor",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.isNull?cachedResult:cachedResult.item;if(/currentcolor/.test(value)){if(!currentColor)return setCache(cacheKey,null),new NullObject;value=value.replace(/currentcolor/g,currentColor)}let colorSpace="";if(REG_FN_REL_CAPT.test(value)&&([,colorSpace]=value.match(REG_FN_REL_CAPT)),opt.colorSpace=colorSpace,REG_COLOR_CAPT.test(value)){const[,originColor]=value.match(REG_COLOR_CAPT),[,restValue]=value.split(originColor);if(/^[a-z]+$/.test(originColor)){if(!/^transparent$/.test(originColor)&&!Object.prototype.hasOwnProperty.call(NAMED_COLORS,originColor))return setCache(cacheKey,null),new NullObject}else if(format===VAL_SPEC){const resolvedOriginColor=resolveColor(originColor,opt);isString(resolvedOriginColor)&&(value=value.replace(originColor,resolvedOriginColor))}if(format===VAL_SPEC){const channelValues=resolveColorChannels((0,import_css_tokenizer2.tokenize)({css:restValue}),opt);if(channelValues instanceof NullObject)return setCache(cacheKey,null),channelValues;const[v1,v2,v3,v4]=channelValues;let channelValue="";channelValue=isStringOrNumber(v4)?` ${v1} ${v2} ${v3} / ${v4})`:` ${channelValues.join(" ")})`,restValue!==channelValue&&(value=value.replace(restValue,channelValue))}}else{const[,restValue]=value.split(REG_FN_REL_START),tokens=(0,import_css_tokenizer2.tokenize)({css:restValue}),originColor=[];let nest=0;for(;tokens.length;){const[type,tokenValue]=tokens.shift();switch(type){case FUNC:case PAREN_OPEN:originColor.push(tokenValue),nest++;break;case PAREN_CLOSE2:{const lastValue=originColor[originColor.length-1];" "===lastValue?originColor.splice(-1,1,tokenValue):isString(lastValue)&&originColor.push(tokenValue),nest--;break}case W_SPACE2:{const lastValue=originColor[originColor.length-1];isString(lastValue)&&!lastValue.endsWith("(")&&" "!==lastValue&&originColor.push(tokenValue);break}default:type!==COMMENT2&&type!==EOF2&&originColor.push(tokenValue)}if(0===nest)break}const resolvedOriginColor=resolveRelativeColor(originColor.join("").trim(),opt);if(resolvedOriginColor instanceof NullObject)return setCache(cacheKey,null),resolvedOriginColor;const channelValues=resolveColorChannels(tokens,opt);if(channelValues instanceof NullObject)return setCache(cacheKey,null),channelValues;const[v1,v2,v3,v4]=channelValues;let channelValue="";channelValue=isStringOrNumber(v4)?` ${v1} ${v2} ${v3} / ${v4})`:` ${channelValues.join(" ")})`,value=value.replace(restValue,`${resolvedOriginColor}${channelValue}`)}return setCache(cacheKey,value),value}(value,opt);if(originColor instanceof NullObject)return setCache(cacheKey,null),originColor;if(value=originColor,format===VAL_SPEC)return value.startsWith("rgba(")?value=value.replace(/^rgba\(/,"rgb("):value.startsWith("hsla(")&&(value=value.replace(/^hsla\(/,"hsl(")),value;const tokens=(0,import_css_tokenizer2.tokenize)({css:value}),components=(0,import_css_parser_algorithms.parseComponentValue)(tokens),parsedComponents=(0,import_css_color_parser.color)(components);if(!parsedComponents)return setCache(cacheKey,null),new NullObject;const{alpha:alphaComponent,channels:channelsComponent,colorNotation,syntaxFlags}=parsedComponents;let alpha,v1,v2,v3,resolvedValue;if(alpha=Number.isNaN(Number(alphaComponent))?syntaxFlags instanceof Set&&syntaxFlags.has(KEY_NONE)?NONE:0:roundToPrecision(Number(alphaComponent),8),[v1,v2,v3]=channelsComponent,REG_CS_CIE.test(colorNotation)){const hasNone=syntaxFlags instanceof Set&&syntaxFlags.has(KEY_NONE);v1=Number.isNaN(v1)?hasNone?NONE:0:roundToPrecision(v1,16),v2=Number.isNaN(v2)?hasNone?NONE:0:roundToPrecision(v2,16),v3=Number.isNaN(v3)?hasNone?NONE:0:roundToPrecision(v3,16),resolvedValue=1===alpha?`${colorNotation}(${v1} ${v2} ${v3})`:`${colorNotation}(${v1} ${v2} ${v3} / ${alpha})`}else if(REG_CS_HSL.test(colorNotation)){Number.isNaN(v1)&&(v1=0),Number.isNaN(v2)&&(v2=0),Number.isNaN(v3)&&(v3=0);let[r,g,b]=convertColorToRgb(`${colorNotation}(${v1} ${v2} ${v3} / ${alpha})`);r=roundToPrecision(r/255,10),g=roundToPrecision(g/255,10),b=roundToPrecision(b/255,10),resolvedValue=1===alpha?`color(srgb ${r} ${g} ${b})`:`color(srgb ${r} ${g} ${b} / ${alpha})`}else{const cs="rgb"===colorNotation?"srgb":colorNotation,hasNone=syntaxFlags instanceof Set&&syntaxFlags.has(KEY_NONE);v1=Number.isNaN(v1)?hasNone?NONE:0:roundToPrecision(v1,10),v2=Number.isNaN(v2)?hasNone?NONE:0:roundToPrecision(v2,10),v3=Number.isNaN(v3)?hasNone?NONE:0:roundToPrecision(v3,10),resolvedValue=1===alpha?`color(${cs} ${v1} ${v2} ${v3})`:`color(${cs} ${v1} ${v2} ${v3} / ${alpha})`}return setCache(cacheKey,resolvedValue),resolvedValue}var REG_FN_CALC2=new RegExp(SYN_FN_CALC),REG_FN_REL2=new RegExp(SYN_FN_REL),REG_FN_VAR3=new RegExp(SYN_FN_VAR),resolveColor=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{currentColor="",format=VAL_COMP,nullable=!1}=opt,cacheKey=createCacheKey({namespace:"resolve",name:"resolve",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.isNull?cachedResult:cachedResult.item;if(REG_FN_VAR3.test(value)){if(format===VAL_SPEC)return setCache(cacheKey,value),value;const resolvedValue=resolveVar(value,opt);if(resolvedValue instanceof NullObject)switch(format){case"hex":case"hexAlpha":return setCache(cacheKey,resolvedValue),resolvedValue;default:{if(nullable)return setCache(cacheKey,resolvedValue),resolvedValue;const res2="rgba(0, 0, 0, 0)";return setCache(cacheKey,res2),res2}}else value=resolvedValue}if(opt.format!==format&&(opt.format=format),value=value.toLowerCase(),REG_FN_REL2.test(value)){const resolvedValue=resolveRelativeColor(value,opt);if(format===VAL_COMP){let res2;return res2=resolvedValue instanceof NullObject?nullable?resolvedValue:"rgba(0, 0, 0, 0)":resolvedValue,setCache(cacheKey,res2),res2}if(format===VAL_SPEC){let res2="";return res2=resolvedValue instanceof NullObject?"":resolvedValue,setCache(cacheKey,res2),res2}value=resolvedValue instanceof NullObject?"":resolvedValue}REG_FN_CALC2.test(value)&&(value=cssCalc(value,opt));let cs="",r=NaN,g=NaN,b=NaN,alpha=NaN;if("transparent"===value)switch(format){case VAL_SPEC:return setCache(cacheKey,value),value;case"hex":return setCache(cacheKey,null),new NullObject;case"hexAlpha":{const res2="#00000000";return setCache(cacheKey,res2),res2}default:{const res2="rgba(0, 0, 0, 0)";return setCache(cacheKey,res2),res2}}else if("currentcolor"===value){if(format===VAL_SPEC)return setCache(cacheKey,value),value;if(currentColor){let resolvedValue;if(resolvedValue=currentColor.startsWith(FN_MIX)?resolveColorMix(currentColor,opt):currentColor.startsWith("color(")?resolveColorFunc(currentColor,opt):resolveColorValue(currentColor,opt),resolvedValue instanceof NullObject)return setCache(cacheKey,resolvedValue),resolvedValue;[cs,r,g,b,alpha]=resolvedValue}else if(format===VAL_COMP){const res2="rgba(0, 0, 0, 0)";return setCache(cacheKey,res2),res2}}else{if(format===VAL_SPEC){if(value.startsWith(FN_MIX)){const res2=resolveColorMix(value,opt);return setCache(cacheKey,res2),res2}if(value.startsWith("color(")){const[scs,rr,gg,bb,aa]=resolveColorFunc(value,opt);let res2="";return res2=1===aa?`color(${scs} ${rr} ${gg} ${bb})`:`color(${scs} ${rr} ${gg} ${bb} / ${aa})`,setCache(cacheKey,res2),res2}{const rgb=resolveColorValue(value,opt);if(isString(rgb))return setCache(cacheKey,rgb),rgb;const[scs,rr,gg,bb,aa]=rgb;let res2="";return res2="rgb"===scs?1===aa?`${scs}(${rr}, ${gg}, ${bb})`:`${scs}a(${rr}, ${gg}, ${bb}, ${aa})`:1===aa?`${scs}(${rr} ${gg} ${bb})`:`${scs}(${rr} ${gg} ${bb} / ${aa})`,setCache(cacheKey,res2),res2}}if(value.startsWith(FN_MIX)){/currentcolor/.test(value)&¤tColor&&(value=value.replace(/currentcolor/g,currentColor)),/transparent/.test(value)&&(value=value.replace(/transparent/g,"rgba(0, 0, 0, 0)"));const resolvedValue=resolveColorMix(value,opt);if(resolvedValue instanceof NullObject)return setCache(cacheKey,resolvedValue),resolvedValue;[cs,r,g,b,alpha]=resolvedValue}else if(value.startsWith("color(")){const resolvedValue=resolveColorFunc(value,opt);if(resolvedValue instanceof NullObject)return setCache(cacheKey,resolvedValue),resolvedValue;[cs,r,g,b,alpha]=resolvedValue}else if(value){const resolvedValue=resolveColorValue(value,opt);if(resolvedValue instanceof NullObject)return setCache(cacheKey,resolvedValue),resolvedValue;[cs,r,g,b,alpha]=resolvedValue}}let res="";switch(format){case"hex":if(Number.isNaN(r)||Number.isNaN(g)||Number.isNaN(b)||Number.isNaN(alpha)||0===alpha)return setCache(cacheKey,null),new NullObject;res=convertRgbToHex([r,g,b,1]);break;case"hexAlpha":if(Number.isNaN(r)||Number.isNaN(g)||Number.isNaN(b)||Number.isNaN(alpha))return setCache(cacheKey,null),new NullObject;res=convertRgbToHex([r,g,b,alpha]);break;default:switch(cs){case"rgb":res=1===alpha?`${cs}(${r}, ${g}, ${b})`:`${cs}a(${r}, ${g}, ${b}, ${alpha})`;break;case"lab":case"lch":case"oklab":case"oklch":res=1===alpha?`${cs}(${r} ${g} ${b})`:`${cs}(${r} ${g} ${b} / ${alpha})`;break;default:res=1===alpha?`color(${cs} ${r} ${g} ${b})`:`color(${cs} ${r} ${g} ${b} / ${alpha})`}}return setCache(cacheKey,res),res},resolve=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| opt.nullable=!1;const resolvedValue=resolveColor(value,opt);return resolvedValue instanceof NullObject?null:resolvedValue},{CloseParen:PAREN_CLOSE3,Comma:COMMA,Comment:COMMENT3,Delim:DELIM,EOF:EOF3,Function:FUNC2,Ident:IDENT3,OpenParen:PAREN_OPEN2,Whitespace:W_SPACE3}=import_css_tokenizer3.TokenType,REG_COLOR2=new RegExp(`^(?:${SYN_COLOR_TYPE})$`),REG_FN_COLOR2=/^(?:(?:ok)?l(?:ab|ch)|color(?:-mix)?|hsla?|hwb|rgba?|var)\(/,REG_MIX2=new RegExp(SYN_MIX),splitValue=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const{delimiter=" ",preserveComment=!1}=opt,cacheKey=createCacheKey({namespace:"util",name:"splitValue",value},{delimiter,preserveComment}),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;let regDelimiter;regDelimiter=","===delimiter?/^,$/:"/"===delimiter?/^\/$/:/^\s+$/;const tokens=(0,import_css_tokenizer3.tokenize)({css:value});let nest=0,str="";const res=[];for(;tokens.length;){const[type,value2]=tokens.shift();switch(type){case COMMA:case DELIM:regDelimiter.test(value2)&&0===nest?(res.push(str.trim()),str=""):str+=value2;break;case COMMENT3:!preserveComment||","!==delimiter&&"/"!==delimiter||(str+=value2);break;case FUNC2:case PAREN_OPEN2:str+=value2,nest++;break;case PAREN_CLOSE3:str+=value2,nest--;break;case W_SPACE3:regDelimiter.test(value2)?0===nest?str&&(res.push(str.trim()),str=""):str+=" ":str.endsWith(" ")||(str+=" ");break;default:type===EOF3?(res.push(str.trim()),str=""):str+=value2}}return setCache(cacheKey,res),res},isColor=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(isString(value)&&(value=value.toLowerCase().trim())&&isString(value))if(/^[a-z]+$/.test(value)){if(/^(?:currentcolor|transparent)$/.test(value)||Object.prototype.hasOwnProperty.call(NAMED_COLORS,value))return!0}else{if(REG_COLOR2.test(value)||REG_MIX2.test(value))return!0;if(REG_FN_COLOR2.test(value)){opt.nullable=!0,opt.format||(opt.format=VAL_SPEC);if(resolveColor(value,opt))return!0}}return!1},valueToJsonString=(value,func=!1)=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0===value)return"";return JSON.stringify(value,(_key,val)=>{ |
| /*ThouShaltNotCache*/ |
| let replacedValue;return replacedValue=void 0===val?null:"function"==typeof val?func?val.toString().replace(/\s/g,"").substring(0,16):val.name:val instanceof Map||val instanceof Set?[...val]:"bigint"==typeof val?val.toString():val,replacedValue})},roundToPrecision=(value,bit=0)=>{ |
| /*ThouShaltNotCache*/ |
| if(!Number.isFinite(value))throw new TypeError(`${value} is not a finite number.`);if(!Number.isFinite(bit))throw new TypeError(`${bit} is not a finite number.`);if(bit<0||bit>16)throw new RangeError(`${bit} is not between 0 and 16.`);if(0===bit)return Math.round(value);let val;return val=16===bit?value.toPrecision(6):bit<10?value.toPrecision(4):value.toPrecision(5),parseFloat(val)},interpolateHue=(hueA,hueB,arc="shorter")=>{ |
| /*ThouShaltNotCache*/ |
| if(!Number.isFinite(hueA))throw new TypeError(`${hueA} is not a finite number.`);if(!Number.isFinite(hueB))throw new TypeError(`${hueB} is not a finite number.`);switch(arc){case"decreasing":hueB>hueA&&(hueA+=360);break;case"increasing":hueB<hueA&&(hueB+=360);break;case"longer":hueB>hueA&&hueB<hueA+180?hueA+=360:hueB>hueA+-180&&hueB<=hueA&&(hueB+=360);break;default:hueB>hueA+180?hueA+=360:hueB<hueA+-180&&(hueB+=360)}return[hueA,hueB]},CacheItem=class{#isNull;#item;constructor(item,isNull=!1){ |
| /*ThouShaltNotCache*/ |
| this.#item=item,this.#isNull=!!isNull}get item(){ |
| /*ThouShaltNotCache*/ |
| return this.#item}get isNull(){ |
| /*ThouShaltNotCache*/ |
| return this.#isNull}},NullObject=class extends CacheItem{constructor(){ |
| /*ThouShaltNotCache*/ |
| super(Symbol("null"),!0)}},lruCache=new import_lru_cache.LRUCache({max:4096}),setCache=(key,value)=>{ |
| /*ThouShaltNotCache*/ |
| key&&(null===value?lruCache.set(key,new NullObject):value instanceof CacheItem?lruCache.set(key,value):lruCache.set(key,new CacheItem(value)))},getCache=key=>{ |
| /*ThouShaltNotCache*/ |
| if(key&&lruCache.has(key)){const item=lruCache.get(key);return item instanceof CacheItem?item:(lruCache.delete(key),!1)}return!1},createCacheKey=(keyData,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| const{customProperty={},dimension={}}=opt;let cacheKey="";return keyData&&Object.keys(keyData).length&&"function"!=typeof customProperty.callback&&"function"!=typeof dimension.callback&&(keyData.opt=valueToJsonString(opt),cacheKey=valueToJsonString(keyData)),cacheKey},{CloseParen:PAREN_CLOSE4,Comment:COMMENT4,Dimension:DIM2,EOF:EOF4,Function:FUNC3,OpenParen:PAREN_OPEN3,Whitespace:W_SPACE4}=import_css_tokenizer4.TokenType,REG_FN_CALC3=new RegExp(SYN_FN_CALC),REG_FN_CALC_NUM=new RegExp(`^calc\\((${NUM})\\)$`),REG_FN_MATH_START2=new RegExp(SYN_FN_MATH_START),REG_FN_VAR4=new RegExp(SYN_FN_VAR),REG_FN_VAR_START=new RegExp(SYN_FN_VAR_START),REG_OPERATOR=/\s[*+/-]\s/,REG_TYPE_DIM=new RegExp(`^(${NUM})(${ANGLE}|${LENGTH})$`),REG_TYPE_DIM_PCT=new RegExp(`^(${NUM})(${ANGLE}|${LENGTH}|%)$`),REG_TYPE_PCT=new RegExp(`^(${NUM})%$`),Calculator=class{#hasNum;#numSum;#numMul;#hasPct;#pctSum;#pctMul;#hasDim;#dimSum;#dimSub;#dimMul;#dimDiv;#hasEtc;#etcSum;#etcSub;#etcMul;#etcDiv;constructor(){ |
| /*ThouShaltNotCache*/ |
| this.#hasNum=!1,this.#numSum=[],this.#numMul=[],this.#hasPct=!1,this.#pctSum=[],this.#pctMul=[],this.#hasDim=!1,this.#dimSum=[],this.#dimSub=[],this.#dimMul=[],this.#dimDiv=[],this.#hasEtc=!1,this.#etcSum=[],this.#etcSub=[],this.#etcMul=[],this.#etcDiv=[]}get hasNum(){ |
| /*ThouShaltNotCache*/ |
| return this.#hasNum}set hasNum(value){ |
| /*ThouShaltNotCache*/ |
| this.#hasNum=!!value}get numSum(){ |
| /*ThouShaltNotCache*/ |
| return this.#numSum}get numMul(){ |
| /*ThouShaltNotCache*/ |
| return this.#numMul}get hasPct(){ |
| /*ThouShaltNotCache*/ |
| return this.#hasPct}set hasPct(value){ |
| /*ThouShaltNotCache*/ |
| this.#hasPct=!!value}get pctSum(){ |
| /*ThouShaltNotCache*/ |
| return this.#pctSum}get pctMul(){ |
| /*ThouShaltNotCache*/ |
| return this.#pctMul}get hasDim(){ |
| /*ThouShaltNotCache*/ |
| return this.#hasDim}set hasDim(value){ |
| /*ThouShaltNotCache*/ |
| this.#hasDim=!!value}get dimSum(){ |
| /*ThouShaltNotCache*/ |
| return this.#dimSum}get dimSub(){ |
| /*ThouShaltNotCache*/ |
| return this.#dimSub}get dimMul(){ |
| /*ThouShaltNotCache*/ |
| return this.#dimMul}get dimDiv(){ |
| /*ThouShaltNotCache*/ |
| return this.#dimDiv}get hasEtc(){ |
| /*ThouShaltNotCache*/ |
| return this.#hasEtc}set hasEtc(value){ |
| /*ThouShaltNotCache*/ |
| this.#hasEtc=!!value}get etcSum(){ |
| /*ThouShaltNotCache*/ |
| return this.#etcSum}get etcSub(){ |
| /*ThouShaltNotCache*/ |
| return this.#etcSub}get etcMul(){ |
| /*ThouShaltNotCache*/ |
| return this.#etcMul}get etcDiv(){ |
| /*ThouShaltNotCache*/ |
| return this.#etcDiv}clear(){ |
| /*ThouShaltNotCache*/ |
| this.#hasNum=!1,this.#numSum=[],this.#numMul=[],this.#hasPct=!1,this.#pctSum=[],this.#pctMul=[],this.#hasDim=!1,this.#dimSum=[],this.#dimSub=[],this.#dimMul=[],this.#dimDiv=[],this.#hasEtc=!1,this.#etcSum=[],this.#etcSub=[],this.#etcMul=[],this.#etcDiv=[]}sort(values=[]){ |
| /*ThouShaltNotCache*/ |
| const arr=[...values];return arr.length>1&&arr.sort((a,b)=>{ |
| /*ThouShaltNotCache*/ |
| let res;if(REG_TYPE_DIM_PCT.test(a)&®_TYPE_DIM_PCT.test(b)){const[,valA,unitA]=a.match(REG_TYPE_DIM_PCT),[,valB,unitB]=b.match(REG_TYPE_DIM_PCT);res=unitA===unitB?Number(valA)===Number(valB)?0:Number(valA)>Number(valB)?1:-1:unitA>unitB?1:-1}else res=a===b?0:a>b?1:-1;return res}),arr}multiply(){ |
| /*ThouShaltNotCache*/ |
| const value=[];let num;if(this.#hasNum){num=1;for(const i of this.#numMul)if(num*=i,0===num||!Number.isFinite(num)||Number.isNaN(num))break;this.#hasPct||this.#hasDim||this.hasEtc||(Number.isFinite(num)&&(num=roundToPrecision(num,16)),value.push(num))}if(this.#hasPct){"number"!=typeof num&&(num=1);for(const i of this.#pctMul)if(num*=i,0===num||!Number.isFinite(num)||Number.isNaN(num))break;Number.isFinite(num)&&(num=`${roundToPrecision(num,16)}%`),this.#hasDim||this.hasEtc||value.push(num)}if(this.#hasDim){let dim="",mul="",div="";this.#dimMul.length&&(1===this.#dimMul.length?[mul]=this.#dimMul:mul=`${this.sort(this.#dimMul).join(" * ")}`),this.#dimDiv.length&&(1===this.#dimDiv.length?[div]=this.#dimDiv:div=`${this.sort(this.#dimDiv).join(" * ")}`),Number.isFinite(num)?(dim=mul?div?div.includes("*")?(0,import_css_calc4.calc)(`calc(${num} * ${mul} / (${div}))`,{toCanonicalUnits:!0}):(0,import_css_calc4.calc)(`calc(${num} * ${mul} / ${div})`,{toCanonicalUnits:!0}):(0,import_css_calc4.calc)(`calc(${num} * ${mul})`,{toCanonicalUnits:!0}):div.includes("*")?(0,import_css_calc4.calc)(`calc(${num} / (${div}))`,{toCanonicalUnits:!0}):(0,import_css_calc4.calc)(`calc(${num} / ${div})`,{toCanonicalUnits:!0}),value.push(dim.replace(/^calc/,""))):(value.length||void 0===num||value.push(num),mul?(dim=div?div.includes("*")?(0,import_css_calc4.calc)(`calc(${mul} / (${div}))`,{toCanonicalUnits:!0}):(0,import_css_calc4.calc)(`calc(${mul} / ${div})`,{toCanonicalUnits:!0}):(0,import_css_calc4.calc)(`calc(${mul})`,{toCanonicalUnits:!0}),value.length?value.push("*",dim.replace(/^calc/,"")):value.push(dim.replace(/^calc/,""))):(dim=(0,import_css_calc4.calc)(`calc(${div})`,{toCanonicalUnits:!0}),value.length?value.push("/",dim.replace(/^calc/,"")):value.push("1","/",dim.replace(/^calc/,""))))}if(this.#hasEtc){if(this.#etcMul.length){value.length||void 0===num||value.push(num);const mul=this.sort(this.#etcMul).join(" * ");value.length?value.push(`* ${mul}`):value.push(`${mul}`)}if(this.#etcDiv.length){const div=this.sort(this.#etcDiv).join(" * ");div.includes("*")?value.length?value.push(`/ (${div})`):value.push(`1 / (${div})`):value.length?value.push(`/ ${div}`):value.push(`1 / ${div}`)}}return value.length?value.join(" "):""}sum(){ |
| /*ThouShaltNotCache*/ |
| const value=[];if(this.#hasNum){let num=0;for(const i of this.#numSum)if(num+=i,!Number.isFinite(num)||Number.isNaN(num))break;value.push(num)}if(this.#hasPct){let num=0;for(const i of this.#pctSum)if(num+=i,!Number.isFinite(num))break;Number.isFinite(num)&&(num=`${num}%`),value.length?value.push(`+ ${num}`):value.push(num)}if(this.#hasDim){let dim,sum,sub;this.#dimSum.length&&(sum=this.sort(this.#dimSum).join(" + ")),this.#dimSub.length&&(sub=this.sort(this.#dimSub).join(" + ")),dim=sum?sub?sub.includes("-")?(0,import_css_calc4.calc)(`calc(${sum} - (${sub}))`,{toCanonicalUnits:!0}):(0,import_css_calc4.calc)(`calc(${sum} - ${sub})`,{toCanonicalUnits:!0}):(0,import_css_calc4.calc)(`calc(${sum})`,{toCanonicalUnits:!0}):(0,import_css_calc4.calc)(`calc(-1 * (${sub}))`,{toCanonicalUnits:!0}),value.length?value.push("+",dim.replace(/^calc/,"")):value.push(dim.replace(/^calc/,""))}if(this.#hasEtc){if(this.#etcSum.length){const sum=this.sort(this.#etcSum).map(item=>{ |
| /*ThouShaltNotCache*/ |
| let res;return res=!REG_OPERATOR.test(item)||item.startsWith("(")||item.endsWith(")")?item:`(${item})`,res}).join(" + ");value.length?this.#etcSum.length>1?value.push(`+ (${sum})`):value.push(`+ ${sum}`):value.push(`${sum}`)}if(this.#etcSub.length){const sub=this.sort(this.#etcSub).map(item=>{ |
| /*ThouShaltNotCache*/ |
| let res;return res=!REG_OPERATOR.test(item)||item.startsWith("(")||item.endsWith(")")?item:`(${item})`,res}).join(" + ");value.length?this.#etcSub.length>1?value.push(`- (${sub})`):value.push(`- ${sub}`):this.#etcSub.length>1?value.push(`-1 * (${sub})`):value.push(`-1 * ${sub}`)}}return value.length?value.join(" "):""}},sortCalcValues=(values=[],finalize=!1)=>{ |
| /*ThouShaltNotCache*/ |
| if(values.length<3)throw new Error(`Unexpected array length ${values.length}.`);const start=values.shift();if(!isString(start)||!start.endsWith("("))throw new Error(`Unexpected token ${start}.`);const end=values.pop();if(")"!==end)throw new Error(`Unexpected token ${end}.`);if(1===values.length){const[value]=values;if(!isStringOrNumber(value))throw new Error(`Unexpected token ${value}.`);return`${start}${value}${end}`}const sortedValues=[],cal=new Calculator;let operator="";const l=values.length;for(let i=0;i<l;i++){const value=values[i];if(!isStringOrNumber(value))throw new Error(`Unexpected token ${value}.`);if("*"===value||"/"===value)operator=value;else if("+"===value||"-"===value){const sortedValue=cal.multiply();sortedValue&&sortedValues.push(sortedValue,value),cal.clear(),operator=""}else{const numValue=Number(value),strValue=`${value}`;if("/"===operator)if(Number.isFinite(numValue))cal.hasNum=!0,cal.numMul.push(1/numValue);else if(REG_TYPE_PCT.test(strValue)){const[,val]=strValue.match(REG_TYPE_PCT);cal.hasPct=!0,cal.pctMul.push(1e4/Number(val))}else REG_TYPE_DIM.test(strValue)?(cal.hasDim=!0,cal.dimDiv.push(strValue)):(cal.hasEtc=!0,cal.etcDiv.push(strValue));else if(Number.isFinite(numValue))cal.hasNum=!0,cal.numMul.push(numValue);else if(REG_TYPE_PCT.test(strValue)){const[,val]=strValue.match(REG_TYPE_PCT);cal.hasPct=!0,cal.pctMul.push(Number(val))}else REG_TYPE_DIM.test(strValue)?(cal.hasDim=!0,cal.dimMul.push(strValue)):(cal.hasEtc=!0,cal.etcMul.push(strValue))}if(i===l-1){const sortedValue=cal.multiply();sortedValue&&sortedValues.push(sortedValue),cal.clear(),operator=""}}let resolvedValue="";if(finalize&&(sortedValues.includes("+")||sortedValues.includes("-"))){const finalizedValues=[];cal.clear(),operator="";const l2=sortedValues.length;for(let i=0;i<l2;i++){const value=sortedValues[i];if(isStringOrNumber(value))if("+"===value||"-"===value)operator=value;else{const numValue=Number(value),strValue=`${value}`;if("-"===operator)if(Number.isFinite(numValue))cal.hasNum=!0,cal.numSum.push(-1*numValue);else if(REG_TYPE_PCT.test(strValue)){const[,val]=strValue.match(REG_TYPE_PCT);cal.hasPct=!0,cal.pctSum.push(-1*Number(val))}else REG_TYPE_DIM.test(strValue)?(cal.hasDim=!0,cal.dimSub.push(strValue)):(cal.hasEtc=!0,cal.etcSub.push(strValue));else if(Number.isFinite(numValue))cal.hasNum=!0,cal.numSum.push(numValue);else if(REG_TYPE_PCT.test(strValue)){const[,val]=strValue.match(REG_TYPE_PCT);cal.hasPct=!0,cal.pctSum.push(Number(val))}else REG_TYPE_DIM.test(strValue)?(cal.hasDim=!0,cal.dimSum.push(strValue)):(cal.hasEtc=!0,cal.etcSum.push(strValue))}if(i===l2-1){const sortedValue=cal.sum();sortedValue&&finalizedValues.push(sortedValue),cal.clear(),operator=""}}resolvedValue=finalizedValues.join(" ").replace(/\+\s-/g,"- ")}else resolvedValue=sortedValues.join(" ").replace(/\+\s-/g,"- ");return resolvedValue.startsWith("(")&&resolvedValue.endsWith(")")&&0===resolvedValue.lastIndexOf("(")&&resolvedValue.indexOf(")")===resolvedValue.length-1&&(resolvedValue=resolvedValue.replace(/^\(/,"").replace(/\)$/,"")),`${start}${resolvedValue}${end}`},serializeCalc=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| const{format=""}=opt;if(!isString(value))throw new TypeError(`${value} is not a string.`);if(!REG_FN_VAR_START.test(value)||format!==VAL_SPEC)return value;value=value.toLowerCase().trim();const cacheKey=createCacheKey({namespace:"css-calc",name:"serializeCalc",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;const items=(0,import_css_tokenizer4.tokenize)({css:value}).map(token=>{ |
| /*ThouShaltNotCache*/ |
| const[type,value2]=token;let res="";return type!==W_SPACE4&&type!==COMMENT4&&(res=value2),res}).filter(v=>v);let startIndex=items.findLastIndex(item=>/\($/.test(item));for(;startIndex;){const endIndex=items.findIndex((item,index)=>")"===item&&index>startIndex),slicedValues=items.slice(startIndex,endIndex+1);let serializedValue=sortCalcValues(slicedValues);REG_FN_VAR_START.test(serializedValue)&&(serializedValue=(0,import_css_calc4.calc)(serializedValue,{toCanonicalUnits:!0})),items.splice(startIndex,endIndex-startIndex+1,serializedValue),startIndex=items.findLastIndex(item=>/\($/.test(item))}const serializedCalc=sortCalcValues(items,!0);return setCache(cacheKey,serializedCalc),serializedCalc},resolveDimension=(token,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!Array.isArray(token))throw new TypeError(`${token} is not an array.`);const[,,,,detail={}]=token,{unit,value}=detail,{dimension={}}=opt;if("px"===unit)return`${value}${unit}`;const relativeValue=Number(value);if(unit&&Number.isFinite(relativeValue)){let pixelValue;if(Object.hasOwnProperty.call(dimension,unit)?pixelValue=dimension[unit]:"function"==typeof dimension.callback&&(pixelValue=dimension.callback(unit)),pixelValue=Number(pixelValue),Number.isFinite(pixelValue))return relativeValue*pixelValue+"px"}return new NullObject},cssCalc=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| const{format=""}=opt;if(!isString(value))throw new TypeError(`${value} is not a string.`);if(REG_FN_VAR4.test(value)){if(format===VAL_SPEC)return value;{const resolvedValue2=resolveVar(value,opt);return isString(resolvedValue2)?resolvedValue2:""}}if(!REG_FN_CALC3.test(value))return value;value=value.toLowerCase().trim();const cacheKey=createCacheKey({namespace:"css-calc",name:"cssCalc",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;const values=((tokens,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!Array.isArray(tokens))throw new TypeError(`${tokens} is not an array.`);const{format=""}=opt,mathFunc=new Set;let nest=0;const res=[];for(;tokens.length;){const token=tokens.shift();if(!Array.isArray(token))throw new TypeError(`${token} is not an array.`);const[type="",value=""]=token;switch(type){case DIM2:if(format!==VAL_SPEC||mathFunc.has(nest)){const resolvedValue=resolveDimension(token,opt);isString(resolvedValue)?res.push(resolvedValue):res.push(value)}else res.push(value);break;case FUNC3:case PAREN_OPEN3:res.push(value),nest++,REG_FN_MATH_START2.test(value)&&mathFunc.add(nest);break;case PAREN_CLOSE4:res.length&&" "===res[res.length-1]?res.splice(-1,1,value):res.push(value),mathFunc.has(nest)&&mathFunc.delete(nest),nest--;break;case W_SPACE4:if(res.length){const lastValue=res[res.length-1];isString(lastValue)&&!lastValue.endsWith("(")&&" "!==lastValue&&res.push(value)}break;default:type!==COMMENT4&&type!==EOF4&&res.push(value)}}return res})((0,import_css_tokenizer4.tokenize)({css:value}),opt);let resolvedValue=(0,import_css_calc4.calc)(values.join(""),{toCanonicalUnits:!0});if(REG_FN_VAR_START.test(value)){if(REG_TYPE_DIM_PCT.test(resolvedValue)){const[,val,unit]=resolvedValue.match(REG_TYPE_DIM_PCT);resolvedValue=`${roundToPrecision(Number(val),16)}${unit}`}resolvedValue&&!REG_FN_VAR_START.test(resolvedValue)&&format===VAL_SPEC&&(resolvedValue=`calc(${resolvedValue})`)}if(format===VAL_SPEC)if(/\s[-+*/]\s/.test(resolvedValue)&&!resolvedValue.includes("NaN"))resolvedValue=serializeCalc(resolvedValue,opt);else if(REG_FN_CALC_NUM.test(resolvedValue)){const[,val]=resolvedValue.match(REG_FN_CALC_NUM);resolvedValue=`calc(${roundToPrecision(Number(val),16)})`}return setCache(cacheKey,resolvedValue),resolvedValue},DIM_ANGLE=`${NUM}(?:${ANGLE})`,DIM_ANGLE_PCT=`${DIM_ANGLE}|${PCT}`,DIM_LEN_PCT=`${`${NUM}(?:${LENGTH})|0`}|${PCT}`,DIM_LEN_PCT_POSI=`${NUM_POSITIVE}(?:${LENGTH}|%)|0`,DIM_LEN_POSI=`${NUM_POSITIVE}(?:${LENGTH})|0`,CTR="center",L_R="left|right",T_B="top|bottom",S_E="start|end",AXIS_X=`${L_R}|x-(?:${S_E})`,AXIS_Y=`${T_B}|y-(?:${S_E})`,BLOCK=`block-(?:${S_E})`,INLINE=`inline-(?:${S_E})`,POS_1=`${CTR}|${AXIS_X}|${AXIS_Y}|${BLOCK}|${INLINE}|${DIM_LEN_PCT}`,POS_2=[`(?:${CTR}|${AXIS_X})\\s+(?:${CTR}|${AXIS_Y})`,`(?:${CTR}|${AXIS_Y})\\s+(?:${CTR}|${AXIS_X})`,`(?:${CTR}|${AXIS_X}|${DIM_LEN_PCT})\\s+(?:${CTR}|${AXIS_Y}|${DIM_LEN_PCT})`,`(?:${CTR}|${BLOCK})\\s+(?:${CTR}|${INLINE})`,`(?:${CTR}|${INLINE})\\s+(?:${CTR}|${BLOCK})`,`(?:${CTR}|${S_E})\\s+(?:${CTR}|${S_E})`].join("|"),POS_4=[`(?:${AXIS_X})\\s+(?:${DIM_LEN_PCT})\\s+(?:${AXIS_Y})\\s+(?:${DIM_LEN_PCT})`,`(?:${AXIS_Y})\\s+(?:${DIM_LEN_PCT})\\s+(?:${AXIS_X})\\s+(?:${DIM_LEN_PCT})`,`(?:${BLOCK})\\s+(?:${DIM_LEN_PCT})\\s+(?:${INLINE})\\s+(?:${DIM_LEN_PCT})`,`(?:${INLINE})\\s+(?:${DIM_LEN_PCT})\\s+(?:${BLOCK})\\s+(?:${DIM_LEN_PCT})`,`(?:${S_E})\\s+(?:${DIM_LEN_PCT})\\s+(?:${S_E})\\s+(?:${DIM_LEN_PCT})`].join("|"),RAD_EXTENT="(?:clos|farth)est-(?:corner|side)",RAD_SIZE=[`${RAD_EXTENT}(?:\\s+${RAD_EXTENT})?`,`${DIM_LEN_POSI}`,`(?:${DIM_LEN_PCT_POSI})\\s+(?:${DIM_LEN_PCT_POSI})`].join("|"),RAD_SHAPE="circle|ellipse",FROM_ANGLE=`from\\s+${DIM_ANGLE}`,AT_POSITION=`at\\s+(?:${POS_1}|${POS_2}|${POS_4})`,TO_SIDE_CORNER=`to\\s+(?:(?:${L_R})(?:\\s(?:${T_B}))?|(?:${T_B})(?:\\s(?:${L_R}))?)`,IN_COLOR_SPACE=`in\\s+(?:${CS_RECT}|${CS_HUE})`,REG_GRAD=/^(?:repeating-)?(?:conic|linear|radial)-gradient\(/,REG_GRAD_CAPT=/^((?:repeating-)?(?:conic|linear|radial)-gradient)\(/,validateColorStopList=(list,type,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(list)&&list.length>1){const dimension=/^(?:repeating-)?conic-gradient$/.test(type)?DIM_ANGLE_PCT:DIM_LEN_PCT,regColorHint=new RegExp(`^(?:${dimension})$`),regDimension=new RegExp(`(?:\\s+(?:${dimension})){1,2}$`),arr=[];for(const item of list)if(isString(item))if(regColorHint.test(item))arr.push("hint");else{const color=item.replace(regDimension,"");if(!isColor(color,opt))return!1;arr.push("color")}const value=arr.join(",");return/^color(?:,(?:hint,)?color)+$/.test(value)}return!1},parseGradient=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(isString(value)){value=value.trim();const cacheKey=createCacheKey({namespace:"css-gradient",name:"parseGradient",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.isNull?null:cachedResult.item;const type=(value=>{ |
| /*ThouShaltNotCache*/ |
| if(isString(value)&&(value=value.trim(),REG_GRAD.test(value))){const[,type]=value.match(REG_GRAD_CAPT);return type}return""})(value),gradValue=value.replace(REG_GRAD,"").replace(/\)$/,"");if(type&&gradValue){const[lineOrColorStop="",...colorStops]=splitValue(gradValue,{delimiter:","}),dimension=/^(?:repeating-)?conic-gradient$/.test(type)?DIM_ANGLE_PCT:DIM_LEN_PCT,regDimension=new RegExp(`(?:\\s+(?:${dimension})){1,2}$`);let isColorStop=!1;if(regDimension.test(lineOrColorStop)){const colorStop=lineOrColorStop.replace(regDimension,"");isColor(colorStop,opt)&&(isColorStop=!0)}else isColor(lineOrColorStop,opt)&&(isColorStop=!0);if(isColorStop){colorStops.unshift(lineOrColorStop);if(validateColorStopList(colorStops,type,opt)){const res={value,type,colorStopList:colorStops};return setCache(cacheKey,res),res}}else if(colorStops.length>1){const gradientLine=lineOrColorStop,valid=((value,type)=>{ |
| /*ThouShaltNotCache*/ |
| if(isString(value)&&isString(type)){value=value.trim(),type=type.trim();let lineSyntax="";if(/^(?:repeating-)?linear-gradient$/.test(type)?lineSyntax=[`(?:${DIM_ANGLE}|${TO_SIDE_CORNER})(?:\\s+${IN_COLOR_SPACE})?`,`${IN_COLOR_SPACE}(?:\\s+(?:${DIM_ANGLE}|${TO_SIDE_CORNER}))?`].join("|"):/^(?:repeating-)?radial-gradient$/.test(type)?lineSyntax=[`(?:${RAD_SHAPE})(?:\\s+(?:${RAD_SIZE}))?(?:\\s+${AT_POSITION})?(?:\\s+${IN_COLOR_SPACE})?`,`(?:${RAD_SIZE})(?:\\s+(?:${RAD_SHAPE}))?(?:\\s+${AT_POSITION})?(?:\\s+${IN_COLOR_SPACE})?`,`${AT_POSITION}(?:\\s+${IN_COLOR_SPACE})?`,`${IN_COLOR_SPACE}(?:\\s+${RAD_SHAPE})(?:\\s+(?:${RAD_SIZE}))?(?:\\s+${AT_POSITION})?`,`${IN_COLOR_SPACE}(?:\\s+${RAD_SIZE})(?:\\s+(?:${RAD_SHAPE}))?(?:\\s+${AT_POSITION})?`,`${IN_COLOR_SPACE}(?:\\s+${AT_POSITION})?`].join("|"):/^(?:repeating-)?conic-gradient$/.test(type)&&(lineSyntax=[`${FROM_ANGLE}(?:\\s+${AT_POSITION})?(?:\\s+${IN_COLOR_SPACE})?`,`${AT_POSITION}(?:\\s+${IN_COLOR_SPACE})?`,`${IN_COLOR_SPACE}(?:\\s+${FROM_ANGLE})?(?:\\s+${AT_POSITION})?`].join("|")),lineSyntax)return new RegExp(`^(?:${lineSyntax})$`).test(value)}return!1})(gradientLine,type)&&validateColorStopList(colorStops,type,opt);if(valid){const res={value,type,gradientLine,colorStopList:colorStops};return setCache(cacheKey,res),res}}}return setCache(cacheKey,null),null}return null},REG_FN_CALC4=new RegExp(SYN_FN_CALC),REG_FN_REL3=new RegExp(SYN_FN_REL),REG_FN_VAR5=new RegExp(SYN_FN_VAR),preProcess=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))return new NullObject;if(!(value=value.trim()))return new NullObject;const cacheKey=createCacheKey({namespace:"convert",name:"preProcess",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.isNull?cachedResult:cachedResult.item;if(REG_FN_VAR5.test(value)){const resolvedValue=resolveVar(value,opt);if(!isString(resolvedValue))return setCache(cacheKey,null),new NullObject;value=resolvedValue}if(REG_FN_REL3.test(value)){const resolvedValue=resolveRelativeColor(value,opt);if(!isString(resolvedValue))return setCache(cacheKey,null),new NullObject;value=resolvedValue}else REG_FN_CALC4.test(value)&&(value=cssCalc(value,opt));if(value.startsWith("color-mix")){const clonedOpt=structuredClone(opt);clonedOpt.format=VAL_COMP,clonedOpt.nullable=!0;const resolvedValue=resolveColor(value,clonedOpt);return setCache(cacheKey,resolvedValue),resolvedValue}return setCache(cacheKey,value),value},colorToXyz=(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return[0,0,0,0];value=resolvedValue.toLowerCase()}const cacheKey=createCacheKey({namespace:"convert",name:"colorToXyz",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;let xyz;return value.startsWith("color(")?[,...xyz]=parseColorFunc(value,opt):[,...xyz]=parseColorValue(value,opt),setCache(cacheKey,xyz),xyz},convert={colorToHex:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return null;value=resolvedValue.toLowerCase()}const{alpha=!1}=opt,cacheKey=createCacheKey({namespace:"convert",name:"colorToHex",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.isNull?null:cachedResult.item;let hex;return opt.nullable=!0,alpha?(opt.format="hexAlpha",hex=resolveColor(value,opt)):(opt.format="hex",hex=resolveColor(value,opt)),isString(hex)?(setCache(cacheKey,hex),hex):(setCache(cacheKey,null),null)},colorToHsl:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return[0,0,0,0];value=resolvedValue.toLowerCase()}const cacheKey=createCacheKey({namespace:"convert",name:"colorToHsl",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;opt.format="hsl";const hsl=convertColorToHsl(value,opt);return setCache(cacheKey,hsl),hsl},colorToHwb:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return[0,0,0,0];value=resolvedValue.toLowerCase()}const cacheKey=createCacheKey({namespace:"convert",name:"colorToHwb",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;opt.format="hwb";const hwb=convertColorToHwb(value,opt);return setCache(cacheKey,hwb),hwb},colorToLab:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return[0,0,0,0];value=resolvedValue.toLowerCase()}const cacheKey=createCacheKey({namespace:"convert",name:"colorToLab",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;const lab=convertColorToLab(value,opt);return setCache(cacheKey,lab),lab},colorToLch:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return[0,0,0,0];value=resolvedValue.toLowerCase()}const cacheKey=createCacheKey({namespace:"convert",name:"colorToLch",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;const lch=convertColorToLch(value,opt);return setCache(cacheKey,lch),lch},colorToOklab:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return[0,0,0,0];value=resolvedValue.toLowerCase()}const cacheKey=createCacheKey({namespace:"convert",name:"colorToOklab",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;const lab=convertColorToOklab(value,opt);return setCache(cacheKey,lab),lab},colorToOklch:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return[0,0,0,0];value=resolvedValue.toLowerCase()}const cacheKey=createCacheKey({namespace:"convert",name:"colorToOklch",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;const lch=convertColorToOklch(value,opt);return setCache(cacheKey,lch),lch},colorToRgb:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);{const resolvedValue=preProcess(value,opt);if(resolvedValue instanceof NullObject)return[0,0,0,0];value=resolvedValue.toLowerCase()}const cacheKey=createCacheKey({namespace:"convert",name:"colorToRgb",value},opt),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;const rgb=convertColorToRgb(value,opt);return setCache(cacheKey,rgb),rgb},colorToXyz,colorToXyzD50:(value,opt={})=>( |
| /*ThouShaltNotCache*/ |
| opt.d50=!0,colorToXyz(value,opt)),numberToHex:value=>numberToHexString(value)},utils={cssCalc,cssVar:(value,opt={})=>{ |
| /*ThouShaltNotCache*/ |
| const resolvedValue=resolveVar(value,opt);return isString(resolvedValue)?resolvedValue:""},extractDashedIdent:value=>{ |
| /*ThouShaltNotCache*/ |
| if(!isString(value))throw new TypeError(`${value} is not a string.`);value=value.trim();const cacheKey=createCacheKey({namespace:"util",name:"extractDashedIdent",value}),cachedResult=getCache(cacheKey);if(cachedResult instanceof CacheItem)return cachedResult.item;const tokens=(0,import_css_tokenizer3.tokenize)({css:value}),items=new Set;for(;tokens.length;){const[type,value2]=tokens.shift();type===IDENT3&&value2.startsWith("--")&&items.add(value2)}const res=[...items];return setCache(cacheKey,res),res},isColor,isGradient:(value,opt={})=>null!==parseGradient(value,opt),splitValue},isColor2=utils.isColor,cssCalc2=utils.cssCalc},7586:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{domSymbolTree}=__webpack_require__(35442),SYMBOL_TREE_POSITION=__webpack_require__(77232).TreePosition;exports.define=function(object,properties){ |
| /*ThouShaltNotCache*/ |
| for(const name of Object.getOwnPropertyNames(properties)){const propDesc=Object.getOwnPropertyDescriptor(properties,name);Object.defineProperty(object,name,propDesc)}},exports.mixin=(target,source)=>{ |
| /*ThouShaltNotCache*/ |
| const keys=Reflect.ownKeys(source);for(let i=0;i<keys.length;++i)keys[i]in target||Object.defineProperty(target,keys[i],Object.getOwnPropertyDescriptor(source,keys[i]))};let memoizeQueryTypeCounter=0;exports.memoizeQuery=function(fn){ |
| /*ThouShaltNotCache*/ |
| if(fn.length>2)return fn;const type=memoizeQueryTypeCounter++;return function(...args){ |
| /*ThouShaltNotCache*/ |
| if(!this._memoizedQueries)return fn.apply(this,args);let key;if(this._memoizedQueries[type]||(this._memoizedQueries[type]=Object.create(null)),1===args.length&&"string"==typeof args[0])key=args[0];else{if(2!==args.length||"string"!=typeof args[0]||"string"!=typeof args[1])return fn.apply(this,args);key=args[0]+"::"+args[1]}return key in this._memoizedQueries[type]||(this._memoizedQueries[type][key]=fn.apply(this,args)),this._memoizedQueries[type][key]}},exports.simultaneousIterators=function*(first,second){ |
| /*ThouShaltNotCache*/ |
| for(;;){const firstResult=first.next(),secondResult=second.next();if(firstResult.done&&secondResult.done)return;yield[firstResult.done?null:firstResult.value,secondResult.done?null:secondResult.value]}},exports.treeOrderSorter=function(a,b){ |
| /*ThouShaltNotCache*/ |
| const compare=domSymbolTree.compareTreePosition(a,b);return compare&SYMBOL_TREE_POSITION.PRECEDING?1:compare&SYMBOL_TREE_POSITION.FOLLOWING?-1:0};try{exports.Canvas=__webpack_require__(72174)}catch{exports.Canvas=null}},7684:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSStyleDeclaration:__webpack_require__(58473).CSSStyleDeclaration,CSSRule:__webpack_require__(74056).CSSRule,CSSFontFaceRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.style=new CSSOM.CSSStyleDeclaration,this.style.parentRule=this}};CSSOM.CSSFontFaceRule.prototype=new CSSOM.CSSRule,CSSOM.CSSFontFaceRule.prototype.constructor=CSSOM.CSSFontFaceRule,CSSOM.CSSFontFaceRule.prototype.type=5,Object.defineProperty(CSSOM.CSSFontFaceRule.prototype,"cssText",{get:function(){ |
| /*ThouShaltNotCache*/ |
| return"@font-face {"+this.style.cssText+"}"}}),exports.CSSFontFaceRule=CSSOM.CSSFontFaceRule},7866:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348);function emitErrorAndCloseNT(self,err){ |
| /*ThouShaltNotCache*/ |
| emitErrorNT(self,err),emitCloseNT(self)}function emitCloseNT(self){ |
| /*ThouShaltNotCache*/ |
| self._writableState&&!self._writableState.emitClose||self._readableState&&!self._readableState.emitClose||self.emit("close")}function emitErrorNT(self,err){ |
| /*ThouShaltNotCache*/ |
| self.emit("error",err)}module.exports={destroy:function(err,cb){ |
| /*ThouShaltNotCache*/ |
| var _this=this,readableDestroyed=this._readableState&&this._readableState.destroyed,writableDestroyed=this._writableState&&this._writableState.destroyed;return readableDestroyed||writableDestroyed?(cb?cb(err):err&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(emitErrorNT,this,err)):process.nextTick(emitErrorNT,this,err)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(err||null,function(err){ |
| /*ThouShaltNotCache*/ |
| !cb&&err?_this._writableState?_this._writableState.errorEmitted?process.nextTick(emitCloseNT,_this):(_this._writableState.errorEmitted=!0,process.nextTick(emitErrorAndCloseNT,_this,err)):process.nextTick(emitErrorAndCloseNT,_this,err):cb?(process.nextTick(emitCloseNT,_this),cb(err)):process.nextTick(emitCloseNT,_this)}),this)},undestroy:function(){ |
| /*ThouShaltNotCache*/ |
| this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(stream,err){ |
| /*ThouShaltNotCache*/ |
| var rState=stream._readableState,wState=stream._writableState;rState&&rState.autoDestroy||wState&&wState.autoDestroy?stream.destroy(err):stream.emit("error",err)}}},7923:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGElement=__webpack_require__(57397);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGTitleElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGTitleElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGTitleElement extends globalObject.SVGElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(SVGTitleElement.prototype,{[Symbol.toStringTag]:{value:"SVGTitleElement",configurable:!0}}),ctorRegistry.SVGTitleElement=SVGTitleElement,Object.defineProperty(globalObject,"SVGTitleElement",{configurable:!0,writable:!0,value:SVGTitleElement})};const Impl=__webpack_require__(1722)},7959:module=>{"use strict";module.exports=["background-composite","border-after","border-after-color","border-after-style","border-after-width","border-before","border-before-color","border-before-style","border-before-width","border-end","border-end-color","border-end-style","border-end-width","border-fit","border-horizontal-spacing","border-start","border-start-color","border-start-style","border-start-width","border-vertical-spacing","color-correction","column-axis","column-break-after","column-break-before","column-break-inside","column-rule-color","flex-align","flex-item-align","flex-line-pack","flex-order","flex-pack","flex-wrap","font-size-delta","font-smoothing","highlight","hyphenate-limit-after","hyphenate-limit-before","locale","logical-height","logical-width","margin-after","margin-after-collapse","margin-before","margin-before-collapse","margin-bottom-collapse","margin-collapse","margin-end","margin-start","margin-top-collapse","marquee","marquee-direction","marquee-increment","marquee-repetition","marquee-speed","marquee-style","mask-attachment","mask-box-image-outset","mask-box-image-repeat","mask-box-image-slice","mask-box-image-source","mask-box-image-width","mask-position-x","mask-position-y","mask-repeat-x","mask-repeat-y","match-nearest-mail-blockquote-color","max-logical-height","max-logical-width","min-logical-height","min-logical-width","nbsp-mode","overflow-scrolling","padding-after","padding-before","padding-end","padding-start","perspective-origin-x","perspective-origin-y","region-break-after","region-break-before","region-break-inside","region-overflow","rtl-ordering","svg-shadow","tap-highlight-color","text-decorations-in-effect","text-emphasis-color","text-fill-color","text-security","text-size-adjust","text-stroke","text-stroke-color","text-stroke-width","transform","transform-origin-x","transform-origin-y","transform-origin-z","user-drag","user-modify","wrap","wrap-margin","wrap-padding","wrap-shape-inside","wrap-shape-outside","zoom"].map(prop=>`-webkit-${prop}`)},8029:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!utils.isObject(value))throw new globalObject.TypeError(`${context} is not an object.`);function callTheUserObjectsOperation(node){ |
| /*ThouShaltNotCache*/ |
| let thisArg=utils.tryWrapperForImpl(this),O=value,X=O;if("function"!=typeof O){if(X=O.acceptNode,"function"!=typeof X)throw new globalObject.TypeError(`${context} does not correctly implement NodeFilter.`);thisArg=O}node=utils.tryWrapperForImpl(node);let callResult=Reflect.apply(X,thisArg,[node]);return callResult=conversions["unsigned short"](callResult,{context,globals:globalObject}),callResult}return callTheUserObjectsOperation[utils.wrapperSymbol]=value,callTheUserObjectsOperation.objectReference=value,callTheUserObjectsOperation};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;utils.initCtorRegistry(globalObject);const NodeFilter=()=>{ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal invocation")};Object.defineProperties(NodeFilter,{FILTER_ACCEPT:{value:1,enumerable:!0},FILTER_REJECT:{value:2,enumerable:!0},FILTER_SKIP:{value:3,enumerable:!0},SHOW_ALL:{value:4294967295,enumerable:!0},SHOW_ELEMENT:{value:1,enumerable:!0},SHOW_ATTRIBUTE:{value:2,enumerable:!0},SHOW_TEXT:{value:4,enumerable:!0},SHOW_CDATA_SECTION:{value:8,enumerable:!0},SHOW_ENTITY_REFERENCE:{value:16,enumerable:!0},SHOW_ENTITY:{value:32,enumerable:!0},SHOW_PROCESSING_INSTRUCTION:{value:64,enumerable:!0},SHOW_COMMENT:{value:128,enumerable:!0},SHOW_DOCUMENT:{value:256,enumerable:!0},SHOW_DOCUMENT_TYPE:{value:512,enumerable:!0},SHOW_DOCUMENT_FRAGMENT:{value:1024,enumerable:!0},SHOW_NOTATION:{value:2048,enumerable:!0}}),Object.defineProperty(globalObject,"NodeFilter",{configurable:!0,writable:!0,value:NodeFilter})}},8074:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DocumentImpl=__webpack_require__(21453).implementation;exports.implementation=class extends DocumentImpl{}},8161:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),HTMLElementImpl=__webpack_require__(52723).implementation,notImplemented=__webpack_require__(48184),{fireAnEvent}=__webpack_require__(97130);module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._muted=!1,this._volume=1,this.readyState=0,this.networkState=0,this.currentTime=0,this.currentSrc="",this.buffered={length:0,start:()=>0,end:()=>0},this.seeking=!1,this.duration=NaN,this.paused=!0,this.played={length:0,start:()=>0,end:()=>0},this.seekable={length:0,start:()=>0,end:()=>0},this.ended=!1,this.audioTracks=[],this.videoTracks=[],this.textTracks=[]}get defaultPlaybackRate(){ |
| /*ThouShaltNotCache*/ |
| return void 0===this._defaultPlaybackRate?1:this._defaultPlaybackRate}set defaultPlaybackRate(v){ |
| /*ThouShaltNotCache*/ |
| if(0===v)throw DOMException.create(this._globalObject,["The operation is not supported.","NotSupportedError"]);this._defaultPlaybackRate!==v&&(this._defaultPlaybackRate=v,this._dispatchRateChange())}get playbackRate(){ |
| /*ThouShaltNotCache*/ |
| return void 0===this._playbackRate?1:this._playbackRate}set playbackRate(v){ |
| /*ThouShaltNotCache*/ |
| v!==this._playbackRate&&(this._playbackRate=v,this._dispatchRateChange())}get muted(){ |
| /*ThouShaltNotCache*/ |
| return this._muted}set muted(v){ |
| /*ThouShaltNotCache*/ |
| v!==this._muted&&(this._muted=v,this._dispatchVolumeChange())}get defaultMuted(){ |
| /*ThouShaltNotCache*/ |
| return null!==this.getAttributeNS(null,"muted")}set defaultMuted(v){ |
| /*ThouShaltNotCache*/ |
| v?this.setAttributeNS(null,"muted",v):this.removeAttributeNS(null,"muted")}get volume(){ |
| /*ThouShaltNotCache*/ |
| return this._volume}set volume(v){ |
| /*ThouShaltNotCache*/ |
| if(v<0||v>1)throw DOMException.create(this._globalObject,["The index is not in the allowed range.","IndexSizeError"]);this._volume!==v&&(this._volume=v,this._dispatchVolumeChange())}load(){ |
| /*ThouShaltNotCache*/ |
| notImplemented("HTMLMediaElement.prototype.load",this._ownerDocument._defaultView)}canPlayType(){ |
| /*ThouShaltNotCache*/ |
| return""}play(){ |
| /*ThouShaltNotCache*/ |
| notImplemented("HTMLMediaElement.prototype.play",this._ownerDocument._defaultView)}pause(){ |
| /*ThouShaltNotCache*/ |
| notImplemented("HTMLMediaElement.prototype.pause",this._ownerDocument._defaultView)}addTextTrack(){ |
| /*ThouShaltNotCache*/ |
| notImplemented("HTMLMediaElement.prototype.addTextTrack",this._ownerDocument._defaultView)}_dispatchRateChange(){ |
| /*ThouShaltNotCache*/ |
| fireAnEvent("ratechange",this)}_dispatchVolumeChange(){ |
| /*ThouShaltNotCache*/ |
| fireAnEvent("volumechange",this)}}}},8162:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const TextImpl=__webpack_require__(51091).implementation,NODE_TYPE=__webpack_require__(53010);module.exports={implementation:class extends TextImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this.nodeType=NODE_TYPE.CDATA_SECTION_NODE}}}},8337:(__unused_webpack_module,exports)=>{"use strict";const asciiWhitespaceRe=/^[\t\n\f\r ]$/;exports.asciiWhitespaceRe=asciiWhitespaceRe,exports.asciiLowercase=s=>{ |
| /*ThouShaltNotCache*/ |
| const len=s.length,out=new Array(len);for(let i=0;i<len;i++){const code=s.charCodeAt(i);out[i]=code>=65&&code<=90?String.fromCharCode(32|code):s[i]}return out.join("")},exports.asciiUppercase=s=>{ |
| /*ThouShaltNotCache*/ |
| const len=s.length,out=new Array(len);for(let i=0;i<len;i++){const code=s.charCodeAt(i);out[i]=code>=97&&code<=122?String.fromCharCode(-33&code):s[i]}return out.join("")},exports.stripNewlines=s=>s.replace(/[\n\r]+/g,""),exports.stripLeadingAndTrailingASCIIWhitespace=s=>s.replace(/^[ \t\n\f\r]+/,"").replace(/[ \t\n\f\r]+$/,""),exports.stripAndCollapseASCIIWhitespace=s=>s.replace(/[ \t\n\f\r]+/g," ").replace(/^[ \t\n\f\r]+/,"").replace(/[ \t\n\f\r]+$/,""),exports.isValidSimpleColor=s=>/^#[a-fA-F\d]{6}$/.test(s),exports.asciiCaseInsensitiveMatch=(a,b)=>{ |
| /*ThouShaltNotCache*/ |
| if(a.length!==b.length)return!1;for(let i=0;i<a.length;++i)if((32|a.charCodeAt(i))!=(32|b.charCodeAt(i)))return!1;return!0};const parseInteger=exports.parseInteger=input=>{ |
| /*ThouShaltNotCache*/ |
| const numWhitespace=input.length-input.trimStart().length;if(/[^\t\n\f\r ]/.test(input.slice(0,numWhitespace)))return null;const value=parseInt(input,10);return Number.isNaN(value)?null:0===value?0:value};exports.parseNonNegativeInteger=input=>{ |
| /*ThouShaltNotCache*/ |
| const value=parseInteger(input);return null===value||value<0?null:value};const floatingPointNumRe=/^-?(?:\d+|\d*\.\d+)(?:[eE][-+]?\d+)?$/;exports.isValidFloatingPointNumber=str=>floatingPointNumRe.test(str),exports.parseFloatingPointNumber=str=>{ |
| /*ThouShaltNotCache*/ |
| const numWhitespace=str.length-str.trimStart().length;if(/[^\t\n\f\r ]/.test(str.slice(0,numWhitespace)))return null;const parsed=parseFloat(str);return isFinite(parsed)?parsed:null},exports.splitOnASCIIWhitespace=str=>{ |
| /*ThouShaltNotCache*/ |
| let position=0;const tokens=[];for(;position<str.length&&asciiWhitespaceRe.test(str[position]);)position++;if(position===str.length)return tokens;for(;position<str.length;){const start=position;for(;position<str.length&&!asciiWhitespaceRe.test(str[position]);)position++;for(tokens.push(str.slice(start,position));position<str.length&&asciiWhitespaceRe.test(str[position]);)position++}return tokens},exports.splitOnCommas=str=>{ |
| /*ThouShaltNotCache*/ |
| let position=0;const tokens=[];for(;position<str.length;){let start=position;for(;position<str.length&&","!==str[position];)position++;let end=position;for(;start<str.length&&asciiWhitespaceRe.test(str[start]);)start++;for(;end>start&&asciiWhitespaceRe.test(str[end-1]);)end--;tokens.push(str.slice(start,end)),position<str.length&&position++}return tokens}},8666:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const cssom=__webpack_require__(84765),whatwgEncoding=__webpack_require__(82881),whatwgURL=__webpack_require__(88499),{invalidateStyleCache}=__webpack_require__(34132);function fetchStylesheetInternal(elementImpl,urlString,parsedURL){ |
| /*ThouShaltNotCache*/ |
| const document=elementImpl._ownerDocument;let defaultEncoding=document._encoding;const resourceLoader=document._resourceLoader;"link"===elementImpl.localName&&elementImpl.hasAttributeNS(null,"charset")&&(defaultEncoding=whatwgEncoding.labelToName(elementImpl.getAttributeNS(null,"charset"))),resourceLoader.fetch(urlString,{element:elementImpl,onLoad:function(data){ |
| /*ThouShaltNotCache*/ |
| if(!elementImpl._attached)return;const css=whatwgEncoding.decode(data,defaultEncoding);elementImpl.sheet&&exports.removeStylesheet(elementImpl.sheet,elementImpl),exports.createStylesheet(css,elementImpl,parsedURL)}})}function scanForImportRules(elementImpl,cssRules,baseURL){ |
| /*ThouShaltNotCache*/ |
| if(cssRules)for(let i=0;i<cssRules.length;++i)if(cssRules[i].cssRules)scanForImportRules(elementImpl,cssRules[i].cssRules,baseURL);else if(cssRules[i].href){const parsed=whatwgURL.parseURL(cssRules[i].href,{baseURL});if(null===parsed){const window=elementImpl._ownerDocument._defaultView;if(window){const error=new Error(`Could not parse CSS @import URL ${cssRules[i].href} relative to base URL "${whatwgURL.serializeURL(baseURL)}"`);error.type="css @import URL parsing",window._virtualConsole.emit("jsdomError",error)}}else fetchStylesheetInternal(elementImpl,whatwgURL.serializeURL(parsed),parsed)}}exports.fetchStylesheet=(elementImpl,urlString)=>fetchStylesheetInternal(elementImpl,urlString,whatwgURL.parseURL(urlString)),exports.removeStylesheet=(sheet,elementImpl)=>{ |
| /*ThouShaltNotCache*/ |
| const{styleSheets}=elementImpl._ownerDocument;styleSheets._remove(sheet),elementImpl.sheet=null,invalidateStyleCache(elementImpl)},exports.createStylesheet=(sheetText,elementImpl,baseURL)=>{ |
| /*ThouShaltNotCache*/ |
| let sheet;try{sheet=cssom.parse(sheetText)}catch{if(elementImpl._ownerDocument._defaultView){const error=new Error("Could not parse CSS stylesheet");error.detail=sheetText,error.type="css parsing",elementImpl._ownerDocument._defaultView._virtualConsole.emit("jsdomError",error)}return}scanForImportRules(elementImpl,sheet.cssRules,baseURL),function(sheet,elementImpl){ |
| /*ThouShaltNotCache*/ |
| elementImpl._ownerDocument.styleSheets._add(sheet),elementImpl.sheet=sheet,invalidateStyleCache(elementImpl)}(sheet,elementImpl)}},8739:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),HTMLElementImpl=__webpack_require__(52723).implementation,WindowEventHandlersImpl=__webpack_require__(84693).implementation;class HTMLBodyElementImpl extends HTMLElementImpl{constructor(...args){ |
| /*ThouShaltNotCache*/ |
| super(...args),this._proxyWindowEventsToWindow()}}mixin(HTMLBodyElementImpl.prototype,WindowEventHandlersImpl.prototype),module.exports={implementation:HTMLBodyElementImpl}},8904:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,EventHandlerNonNull=__webpack_require__(70705),OnErrorEventHandlerNonNull=__webpack_require__(62490),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Element=__webpack_require__(88571);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Element._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLElement extends globalObject.Element{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLElement",new.target)}click(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'click' called on an object that is not a valid instance of HTMLElement.");return esValue[implSymbol].click()}attachInternals(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'attachInternals' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].attachInternals())}focus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'focus' called on an object that is not a valid instance of HTMLElement.");return esValue[implSymbol].focus()}blur(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'blur' called on an object that is not a valid instance of HTMLElement.");return esValue[implSymbol].blur()}get title(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get title' called on an object that is not a valid instance of HTMLElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("title");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set title(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set title' called on an object that is not a valid instance of HTMLElement.");V=conversions.DOMString(V,{context:"Failed to set the 'title' property on 'HTMLElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("title",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get lang(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lang' called on an object that is not a valid instance of HTMLElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("lang");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set lang(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set lang' called on an object that is not a valid instance of HTMLElement.");V=conversions.DOMString(V,{context:"Failed to set the 'lang' property on 'HTMLElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("lang",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get translate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get translate' called on an object that is not a valid instance of HTMLElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].translate}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set translate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set translate' called on an object that is not a valid instance of HTMLElement.");V=conversions.boolean(V,{context:"Failed to set the 'translate' property on 'HTMLElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].translate=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get dir(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get dir' called on an object that is not a valid instance of HTMLElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].dir}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set dir(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set dir' called on an object that is not a valid instance of HTMLElement.");V=conversions.DOMString(V,{context:"Failed to set the 'dir' property on 'HTMLElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].dir=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hidden(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hidden' called on an object that is not a valid instance of HTMLElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("hidden")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hidden(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hidden' called on an object that is not a valid instance of HTMLElement.");V=conversions.boolean(V,{context:"Failed to set the 'hidden' property on 'HTMLElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("hidden",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("hidden")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get accessKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get accessKey' called on an object that is not a valid instance of HTMLElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("accesskey");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set accessKey(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set accessKey' called on an object that is not a valid instance of HTMLElement.");V=conversions.DOMString(V,{context:"Failed to set the 'accessKey' property on 'HTMLElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("accesskey",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get draggable(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get draggable' called on an object that is not a valid instance of HTMLElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].draggable}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set draggable(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set draggable' called on an object that is not a valid instance of HTMLElement.");V=conversions.boolean(V,{context:"Failed to set the 'draggable' property on 'HTMLElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].draggable=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get offsetParent(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get offsetParent' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].offsetParent)}get offsetTop(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get offsetTop' called on an object that is not a valid instance of HTMLElement.");return esValue[implSymbol].offsetTop}get offsetLeft(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get offsetLeft' called on an object that is not a valid instance of HTMLElement.");return esValue[implSymbol].offsetLeft}get offsetWidth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get offsetWidth' called on an object that is not a valid instance of HTMLElement.");return esValue[implSymbol].offsetWidth}get offsetHeight(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get offsetHeight' called on an object that is not a valid instance of HTMLElement.");return esValue[implSymbol].offsetHeight}get style(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get style' called on an object that is not a valid instance of HTMLElement.");return utils.getSameObject(this,"style",()=>utils.tryWrapperForImpl(esValue[implSymbol].style))}set style(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set style' called on an object that is not a valid instance of HTMLElement.");const Q=esValue.style;if(!utils.isObject(Q))throw new globalObject.TypeError("Property 'style' is not an object");Reflect.set(Q,"cssText",V)}get onabort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onabort' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onabort)}set onabort(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onabort' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onabort' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onabort=V}get onauxclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onauxclick' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onauxclick)}set onauxclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onauxclick' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onauxclick' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onauxclick=V}get onbeforeinput(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeinput' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeinput)}set onbeforeinput(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeinput' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeinput' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onbeforeinput=V}get onbeforematch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforematch' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforematch)}set onbeforematch(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforematch' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforematch' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onbeforematch=V}get onbeforetoggle(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforetoggle' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforetoggle)}set onbeforetoggle(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforetoggle' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforetoggle' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onbeforetoggle=V}get onblur(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onblur' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onblur)}set onblur(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onblur' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onblur' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onblur=V}get oncancel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncancel' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncancel)}set oncancel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncancel' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncancel' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncancel=V}get oncanplay(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncanplay' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncanplay)}set oncanplay(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncanplay' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncanplay' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncanplay=V}get oncanplaythrough(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncanplaythrough' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncanplaythrough)}set oncanplaythrough(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncanplaythrough' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncanplaythrough' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncanplaythrough=V}get onchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onchange' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onchange)}set onchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onchange' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onchange' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onchange=V}get onclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onclick' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onclick)}set onclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onclick' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onclick' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onclick=V}get onclose(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onclose' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onclose)}set onclose(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onclose' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onclose' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onclose=V}get oncontextlost(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextlost' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextlost)}set oncontextlost(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextlost' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextlost' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncontextlost=V}get oncontextmenu(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextmenu' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextmenu)}set oncontextmenu(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextmenu' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextmenu' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncontextmenu=V}get oncontextrestored(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextrestored' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextrestored)}set oncontextrestored(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextrestored' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextrestored' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncontextrestored=V}get oncopy(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncopy' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncopy)}set oncopy(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncopy' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncopy' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncopy=V}get oncuechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncuechange' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncuechange)}set oncuechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncuechange' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncuechange' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncuechange=V}get oncut(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncut' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncut)}set oncut(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncut' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncut' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oncut=V}get ondblclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondblclick' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondblclick)}set ondblclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondblclick' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondblclick' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondblclick=V}get ondrag(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondrag' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondrag)}set ondrag(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondrag' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondrag' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondrag=V}get ondragend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragend' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragend)}set ondragend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragend' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragend' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondragend=V}get ondragenter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragenter' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragenter)}set ondragenter(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragenter' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragenter' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondragenter=V}get ondragleave(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragleave' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragleave)}set ondragleave(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragleave' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragleave' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondragleave=V}get ondragover(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragover' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragover)}set ondragover(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragover' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragover' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondragover=V}get ondragstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragstart' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragstart)}set ondragstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragstart' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragstart' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondragstart=V}get ondrop(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondrop' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondrop)}set ondrop(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondrop' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondrop' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondrop=V}get ondurationchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondurationchange' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondurationchange)}set ondurationchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondurationchange' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondurationchange' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ondurationchange=V}get onemptied(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onemptied' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onemptied)}set onemptied(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onemptied' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onemptied' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onemptied=V}get onended(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onended' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onended)}set onended(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onended' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onended' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onended=V}get onerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onerror' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onerror)}set onerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onerror' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?OnErrorEventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onerror' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onerror=V}get onfocus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onfocus' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onfocus)}set onfocus(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onfocus' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onfocus' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onfocus=V}get onformdata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onformdata' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onformdata)}set onformdata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onformdata' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onformdata' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onformdata=V}get oninput(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oninput' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oninput)}set oninput(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oninput' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oninput' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oninput=V}get oninvalid(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oninvalid' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oninvalid)}set oninvalid(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oninvalid' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oninvalid' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].oninvalid=V}get onkeydown(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeydown' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeydown)}set onkeydown(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeydown' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeydown' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onkeydown=V}get onkeypress(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeypress' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeypress)}set onkeypress(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeypress' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeypress' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onkeypress=V}get onkeyup(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeyup' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeyup)}set onkeyup(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeyup' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeyup' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onkeyup=V}get onload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onload' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onload)}set onload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onload' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onload' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onload=V}get onloadeddata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadeddata' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadeddata)}set onloadeddata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadeddata' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadeddata' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onloadeddata=V}get onloadedmetadata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadedmetadata' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadedmetadata)}set onloadedmetadata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadedmetadata' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadedmetadata' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onloadedmetadata=V}get onloadstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadstart' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadstart)}set onloadstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadstart' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadstart' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onloadstart=V}get onmousedown(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmousedown' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmousedown)}set onmousedown(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmousedown' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmousedown' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onmousedown=V}get onmouseenter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(exports.is(esValue))return utils.tryWrapperForImpl(esValue[implSymbol].onmouseenter)}set onmouseenter(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;exports.is(esValue)&&(V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseenter' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onmouseenter=V)}get onmouseleave(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(exports.is(esValue))return utils.tryWrapperForImpl(esValue[implSymbol].onmouseleave)}set onmouseleave(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;exports.is(esValue)&&(V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseleave' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onmouseleave=V)}get onmousemove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmousemove' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmousemove)}set onmousemove(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmousemove' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmousemove' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onmousemove=V}get onmouseout(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseout' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseout)}set onmouseout(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseout' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseout' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onmouseout=V}get onmouseover(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseover' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseover)}set onmouseover(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseover' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseover' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onmouseover=V}get onmouseup(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseup' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseup)}set onmouseup(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseup' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseup' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onmouseup=V}get onpaste(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpaste' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpaste)}set onpaste(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpaste' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpaste' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onpaste=V}get onpause(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpause' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpause)}set onpause(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpause' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpause' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onpause=V}get onplay(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onplay' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onplay)}set onplay(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onplay' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onplay' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onplay=V}get onplaying(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onplaying' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onplaying)}set onplaying(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onplaying' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onplaying' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onplaying=V}get onprogress(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onprogress' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onprogress)}set onprogress(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onprogress' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onprogress' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onprogress=V}get onratechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onratechange' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onratechange)}set onratechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onratechange' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onratechange' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onratechange=V}get onreset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onreset' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onreset)}set onreset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onreset' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onreset' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onreset=V}get onresize(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onresize' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onresize)}set onresize(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onresize' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onresize' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onresize=V}get onscroll(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onscroll' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onscroll)}set onscroll(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onscroll' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onscroll' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onscroll=V}get onscrollend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onscrollend' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onscrollend)}set onscrollend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onscrollend' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onscrollend' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onscrollend=V}get onsecuritypolicyviolation(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsecuritypolicyviolation' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onsecuritypolicyviolation)}set onsecuritypolicyviolation(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsecuritypolicyviolation' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsecuritypolicyviolation' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onsecuritypolicyviolation=V}get onseeked(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onseeked' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onseeked)}set onseeked(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onseeked' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onseeked' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onseeked=V}get onseeking(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onseeking' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onseeking)}set onseeking(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onseeking' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onseeking' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onseeking=V}get onselect(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onselect' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onselect)}set onselect(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onselect' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onselect' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onselect=V}get onslotchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onslotchange' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onslotchange)}set onslotchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onslotchange' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onslotchange' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onslotchange=V}get onstalled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onstalled' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onstalled)}set onstalled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onstalled' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onstalled' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onstalled=V}get onsubmit(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsubmit' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onsubmit)}set onsubmit(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsubmit' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsubmit' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onsubmit=V}get onsuspend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsuspend' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onsuspend)}set onsuspend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsuspend' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsuspend' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onsuspend=V}get ontimeupdate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontimeupdate' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontimeupdate)}set ontimeupdate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontimeupdate' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontimeupdate' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ontimeupdate=V}get ontoggle(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontoggle' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontoggle)}set ontoggle(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontoggle' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontoggle' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ontoggle=V}get onvolumechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onvolumechange' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onvolumechange)}set onvolumechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onvolumechange' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onvolumechange' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onvolumechange=V}get onwaiting(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwaiting' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwaiting)}set onwaiting(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwaiting' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwaiting' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onwaiting=V}get onwebkitanimationend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationend' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationend)}set onwebkitanimationend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationend' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationend' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onwebkitanimationend=V}get onwebkitanimationiteration(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationiteration' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationiteration)}set onwebkitanimationiteration(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationiteration' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationiteration' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onwebkitanimationiteration=V}get onwebkitanimationstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationstart' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationstart)}set onwebkitanimationstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationstart' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationstart' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onwebkitanimationstart=V}get onwebkittransitionend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkittransitionend' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkittransitionend)}set onwebkittransitionend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkittransitionend' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkittransitionend' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onwebkittransitionend=V}get onwheel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwheel' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwheel)}set onwheel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwheel' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwheel' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].onwheel=V}get ontouchstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchstart' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchstart)}set ontouchstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchstart' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchstart' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ontouchstart=V}get ontouchend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchend' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchend)}set ontouchend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchend' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchend' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ontouchend=V}get ontouchmove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchmove' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchmove)}set ontouchmove(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchmove' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchmove' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ontouchmove=V}get ontouchcancel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchcancel' called on an object that is not a valid instance of HTMLElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchcancel)}set ontouchcancel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchcancel' called on an object that is not a valid instance of HTMLElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchcancel' property on 'HTMLElement': The provided value"}):null,esValue[implSymbol].ontouchcancel=V}get dataset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get dataset' called on an object that is not a valid instance of HTMLElement.");return utils.getSameObject(this,"dataset",()=>utils.tryWrapperForImpl(esValue[implSymbol].dataset))}get nonce(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nonce' called on an object that is not a valid instance of HTMLElement.");const value=esValue[implSymbol]._reflectGetTheContentAttribute("nonce");return null===value?"":value}set nonce(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set nonce' called on an object that is not a valid instance of HTMLElement.");V=conversions.DOMString(V,{context:"Failed to set the 'nonce' property on 'HTMLElement': The provided value",globals:globalObject}),esValue[implSymbol]._reflectSetTheContentAttribute("nonce",V)}get tabIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get tabIndex' called on an object that is not a valid instance of HTMLElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].tabIndex}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set tabIndex(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set tabIndex' called on an object that is not a valid instance of HTMLElement.");V=conversions.long(V,{context:"Failed to set the 'tabIndex' property on 'HTMLElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].tabIndex=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLElement.prototype,{click:{enumerable:!0},attachInternals:{enumerable:!0},focus:{enumerable:!0},blur:{enumerable:!0},title:{enumerable:!0},lang:{enumerable:!0},translate:{enumerable:!0},dir:{enumerable:!0},hidden:{enumerable:!0},accessKey:{enumerable:!0},draggable:{enumerable:!0},offsetParent:{enumerable:!0},offsetTop:{enumerable:!0},offsetLeft:{enumerable:!0},offsetWidth:{enumerable:!0},offsetHeight:{enumerable:!0},style:{enumerable:!0},onabort:{enumerable:!0},onauxclick:{enumerable:!0},onbeforeinput:{enumerable:!0},onbeforematch:{enumerable:!0},onbeforetoggle:{enumerable:!0},onblur:{enumerable:!0},oncancel:{enumerable:!0},oncanplay:{enumerable:!0},oncanplaythrough:{enumerable:!0},onchange:{enumerable:!0},onclick:{enumerable:!0},onclose:{enumerable:!0},oncontextlost:{enumerable:!0},oncontextmenu:{enumerable:!0},oncontextrestored:{enumerable:!0},oncopy:{enumerable:!0},oncuechange:{enumerable:!0},oncut:{enumerable:!0},ondblclick:{enumerable:!0},ondrag:{enumerable:!0},ondragend:{enumerable:!0},ondragenter:{enumerable:!0},ondragleave:{enumerable:!0},ondragover:{enumerable:!0},ondragstart:{enumerable:!0},ondrop:{enumerable:!0},ondurationchange:{enumerable:!0},onemptied:{enumerable:!0},onended:{enumerable:!0},onerror:{enumerable:!0},onfocus:{enumerable:!0},onformdata:{enumerable:!0},oninput:{enumerable:!0},oninvalid:{enumerable:!0},onkeydown:{enumerable:!0},onkeypress:{enumerable:!0},onkeyup:{enumerable:!0},onload:{enumerable:!0},onloadeddata:{enumerable:!0},onloadedmetadata:{enumerable:!0},onloadstart:{enumerable:!0},onmousedown:{enumerable:!0},onmouseenter:{enumerable:!0},onmouseleave:{enumerable:!0},onmousemove:{enumerable:!0},onmouseout:{enumerable:!0},onmouseover:{enumerable:!0},onmouseup:{enumerable:!0},onpaste:{enumerable:!0},onpause:{enumerable:!0},onplay:{enumerable:!0},onplaying:{enumerable:!0},onprogress:{enumerable:!0},onratechange:{enumerable:!0},onreset:{enumerable:!0},onresize:{enumerable:!0},onscroll:{enumerable:!0},onscrollend:{enumerable:!0},onsecuritypolicyviolation:{enumerable:!0},onseeked:{enumerable:!0},onseeking:{enumerable:!0},onselect:{enumerable:!0},onslotchange:{enumerable:!0},onstalled:{enumerable:!0},onsubmit:{enumerable:!0},onsuspend:{enumerable:!0},ontimeupdate:{enumerable:!0},ontoggle:{enumerable:!0},onvolumechange:{enumerable:!0},onwaiting:{enumerable:!0},onwebkitanimationend:{enumerable:!0},onwebkitanimationiteration:{enumerable:!0},onwebkitanimationstart:{enumerable:!0},onwebkittransitionend:{enumerable:!0},onwheel:{enumerable:!0},ontouchstart:{enumerable:!0},ontouchend:{enumerable:!0},ontouchmove:{enumerable:!0},ontouchcancel:{enumerable:!0},dataset:{enumerable:!0},nonce:{enumerable:!0},tabIndex:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLElement",configurable:!0}}),ctorRegistry.HTMLElement=HTMLElement,Object.defineProperty(globalObject,"HTMLElement",{configurable:!0,writable:!0,value:HTMLElement})};const Impl=__webpack_require__(52723)},8918:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTableColElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTableColElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTableColElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTableColElement",new.target)}get span(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get span' called on an object that is not a valid instance of HTMLTableColElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("span");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value)?value<1?1:value>=1&&value<=1e3?value:1e3:1}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set span(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set span' called on an object that is not a valid instance of HTMLTableColElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'span' property on 'HTMLTableColElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:1;esValue[implSymbol]._reflectSetTheContentAttribute("span",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLTableColElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLTableColElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLTableColElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ch' called on an object that is not a valid instance of HTMLTableColElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("char");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ch(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ch' called on an object that is not a valid instance of HTMLTableColElement.");V=conversions.DOMString(V,{context:"Failed to set the 'ch' property on 'HTMLTableColElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("char",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get chOff(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get chOff' called on an object that is not a valid instance of HTMLTableColElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("charoff");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set chOff(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set chOff' called on an object that is not a valid instance of HTMLTableColElement.");V=conversions.DOMString(V,{context:"Failed to set the 'chOff' property on 'HTMLTableColElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("charoff",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get vAlign(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vAlign' called on an object that is not a valid instance of HTMLTableColElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("valign");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set vAlign(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set vAlign' called on an object that is not a valid instance of HTMLTableColElement.");V=conversions.DOMString(V,{context:"Failed to set the 'vAlign' property on 'HTMLTableColElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("valign",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLTableColElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLTableColElement.");V=conversions.DOMString(V,{context:"Failed to set the 'width' property on 'HTMLTableColElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLTableColElement.prototype,{span:{enumerable:!0},align:{enumerable:!0},ch:{enumerable:!0},chOff:{enumerable:!0},vAlign:{enumerable:!0},width:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableColElement",configurable:!0}}),ctorRegistry.HTMLTableColElement=HTMLTableColElement,Object.defineProperty(globalObject,"HTMLTableColElement",{configurable:!0,writable:!0,value:HTMLTableColElement})};const Impl=__webpack_require__(48133)},8933:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,ProgressEventInit=__webpack_require__(98512);class ProgressEventImpl extends EventImpl{}ProgressEventImpl.defaultInit=ProgressEventInit.convert(void 0,void 0),module.exports={implementation:ProgressEventImpl}},9010:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLMarqueeElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLMarqueeElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLMarqueeElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLMarqueeElement",new.target)}get behavior(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get behavior' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("behavior");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set behavior(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set behavior' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions.DOMString(V,{context:"Failed to set the 'behavior' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("behavior",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get bgColor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get bgColor' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("bgcolor");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set bgColor(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set bgColor' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions.DOMString(V,{context:"Failed to set the 'bgColor' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("bgcolor",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get direction(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get direction' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("direction");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set direction(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set direction' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions.DOMString(V,{context:"Failed to set the 'direction' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("direction",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("height");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions.DOMString(V,{context:"Failed to set the 'height' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("height",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hspace(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hspace' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("hspace");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hspace(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hspace' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'hspace' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("hspace",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get scrollAmount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scrollAmount' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("scrollamount");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set scrollAmount(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set scrollAmount' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'scrollAmount' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("scrollamount",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get scrollDelay(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scrollDelay' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("scrolldelay");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set scrollDelay(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set scrollDelay' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'scrollDelay' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("scrolldelay",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get trueSpeed(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get trueSpeed' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("truespeed")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set trueSpeed(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set trueSpeed' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions.boolean(V,{context:"Failed to set the 'trueSpeed' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("truespeed",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("truespeed")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get vspace(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vspace' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("vspace");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set vspace(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set vspace' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'vspace' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("vspace",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLMarqueeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLMarqueeElement.");V=conversions.DOMString(V,{context:"Failed to set the 'width' property on 'HTMLMarqueeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLMarqueeElement.prototype,{behavior:{enumerable:!0},bgColor:{enumerable:!0},direction:{enumerable:!0},height:{enumerable:!0},hspace:{enumerable:!0},scrollAmount:{enumerable:!0},scrollDelay:{enumerable:!0},trueSpeed:{enumerable:!0},vspace:{enumerable:!0},width:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMarqueeElement",configurable:!0}}),ctorRegistry.HTMLMarqueeElement=HTMLMarqueeElement,Object.defineProperty(globalObject,"HTMLMarqueeElement",{configurable:!0,writable:!0,value:HTMLMarqueeElement})};const Impl=__webpack_require__(51665)},9071:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var define=__webpack_require__(986),callBind=__webpack_require__(88953),implementation=__webpack_require__(94689),getPolyfill=__webpack_require__(94356),shim=__webpack_require__(88382),polyfill=callBind(getPolyfill(),Object);define(polyfill,{getPolyfill,implementation,shim}),module.exports=polyfill},9113:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),{clone}=__webpack_require__(45121),NODE_TYPE=__webpack_require__(53010),{parseFragment}=__webpack_require__(6954),{HTML_NS}=__webpack_require__(36675),{domSymbolTree}=__webpack_require__(35442),{compareBoundaryPointsPosition}=__webpack_require__(75142),{nodeRoot,nodeLength,isInclusiveAncestor}=__webpack_require__(95995),{createElement}=__webpack_require__(91662),AbstractRangeImpl=__webpack_require__(59023).implementation,Range=__webpack_require__(48666),DocumentFragment=__webpack_require__(414),{implForWrapper}=__webpack_require__(65554),RANGE_COMPARISON_TYPE_START_TO_START=0,RANGE_COMPARISON_TYPE_START_TO_END=1,RANGE_COMPARISON_TYPE_END_TO_END=2,RANGE_COMPARISON_TYPE_END_TO_START=3;function nextNodeDescendant(node){ |
| /*ThouShaltNotCache*/ |
| for(;node&&!domSymbolTree.nextSibling(node);)node=domSymbolTree.parent(node);return node?domSymbolTree.nextSibling(node):null}function validateSetBoundaryPoint(node,offset){ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE)throw DOMException.create(node._globalObject,["DocumentType Node can't be used as boundary point.","InvalidNodeTypeError"]);if(offset>nodeLength(node))throw DOMException.create(node._globalObject,["Offset out of bound.","IndexSizeError"])}function setBoundaryPointStart(range,node,offset){ |
| /*ThouShaltNotCache*/ |
| validateSetBoundaryPoint(node,offset);const bp={node,offset};nodeRoot(node)===range._root&&1!==compareBoundaryPointsPosition(bp,range._end)||range._setLiveRangeEnd(node,offset),range._setLiveRangeStart(node,offset)}function setBoundaryPointEnd(range,node,offset){ |
| /*ThouShaltNotCache*/ |
| validateSetBoundaryPoint(node,offset);const bp={node,offset};nodeRoot(node)===range._root&&-1!==compareBoundaryPointsPosition(bp,range._start)||range._setLiveRangeStart(node,offset),range._setLiveRangeEnd(node,offset)}function selectNodeWithinRange(node,range){ |
| /*ThouShaltNotCache*/ |
| const parent=domSymbolTree.parent(node);if(!parent)throw DOMException.create(node._globalObject,["The given Node has no parent.","InvalidNodeTypeError"]);const index=domSymbolTree.index(node);range._setLiveRangeStart(parent,index),range._setLiveRangeEnd(parent,index+1)}function isContained(node,range){ |
| /*ThouShaltNotCache*/ |
| const{_start,_end}=range;return 1===compareBoundaryPointsPosition({node,offset:0},_start)&&-1===compareBoundaryPointsPosition({node,offset:nodeLength(node)},_end)}function isPartiallyContained(node,range){ |
| /*ThouShaltNotCache*/ |
| const{_start,_end}=range;return isInclusiveAncestor(node,_start.node)&&!isInclusiveAncestor(node,_end.node)||!isInclusiveAncestor(node,_start.node)&&isInclusiveAncestor(node,_end.node)}function insertNodeInRange(node,range){ |
| /*ThouShaltNotCache*/ |
| const{node:startNode,offset:startOffset}=range._start;if(startNode.nodeType===NODE_TYPE.PROCESSING_INSTRUCTION_NODE||startNode.nodeType===NODE_TYPE.COMMENT_NODE||startNode.nodeType===NODE_TYPE.TEXT_NODE&&!domSymbolTree.parent(startNode)||node===startNode)throw DOMException.create(node._globalObject,["Invalid start node.","HierarchyRequestError"]);let referenceNode=startNode.nodeType===NODE_TYPE.TEXT_NODE?startNode:domSymbolTree.childrenToArray(startNode)[startOffset]||null;const parent=referenceNode?domSymbolTree.parent(referenceNode):startNode;parent._preInsertValidity(node,referenceNode),startNode.nodeType===NODE_TYPE.TEXT_NODE&&(referenceNode=startNode.splitText(startOffset)),node===referenceNode&&(referenceNode=domSymbolTree.nextSibling(referenceNode));const nodeParent=domSymbolTree.parent(node);nodeParent&&nodeParent.removeChild(node);let newOffset=referenceNode?domSymbolTree.index(referenceNode):nodeLength(parent);newOffset+=node.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE?nodeLength(node):1,parent.insertBefore(node,referenceNode),range.collapsed&&range._setLiveRangeEnd(parent,newOffset)}function cloneRange(range){ |
| /*ThouShaltNotCache*/ |
| const{_start:originalStart,_end:originalEnd,_globalObject}=range,fragment=DocumentFragment.createImpl(_globalObject,[],{ownerDocument:originalStart.node._ownerDocument});if(range.collapsed)return fragment;if(originalStart.node===originalEnd.node&&(originalStart.node.nodeType===NODE_TYPE.TEXT_NODE||originalStart.node.nodeType===NODE_TYPE.PROCESSING_INSTRUCTION_NODE||originalStart.node.nodeType===NODE_TYPE.COMMENT_NODE)){const cloned=clone(originalStart.node);return cloned._data=cloned.substringData(originalStart.offset,originalEnd.offset-originalStart.offset),fragment.appendChild(cloned),fragment}let commonAncestor=originalStart.node;for(;!isInclusiveAncestor(commonAncestor,originalEnd.node);)commonAncestor=domSymbolTree.parent(commonAncestor);let firstPartialContainedChild=null;if(!isInclusiveAncestor(originalStart.node,originalEnd.node)){let candidate=domSymbolTree.firstChild(commonAncestor);for(;!firstPartialContainedChild;)isPartiallyContained(candidate,range)&&(firstPartialContainedChild=candidate),candidate=domSymbolTree.nextSibling(candidate)}let lastPartiallyContainedChild=null;if(!isInclusiveAncestor(originalEnd.node,originalStart.node)){let candidate=domSymbolTree.lastChild(commonAncestor);for(;!lastPartiallyContainedChild;)isPartiallyContained(candidate,range)&&(lastPartiallyContainedChild=candidate),candidate=domSymbolTree.previousSibling(candidate)}const containedChildren=domSymbolTree.childrenToArray(commonAncestor).filter(node=>isContained(node,range));if(containedChildren.some(node=>node.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE))throw DOMException.create(range._globalObject,["Invalid document type element.","HierarchyRequestError"]);if(null===firstPartialContainedChild||firstPartialContainedChild.nodeType!==NODE_TYPE.TEXT_NODE&&firstPartialContainedChild.nodeType!==NODE_TYPE.PROCESSING_INSTRUCTION_NODE&&firstPartialContainedChild.nodeType!==NODE_TYPE.COMMENT_NODE){if(null!==firstPartialContainedChild){const cloned=clone(firstPartialContainedChild);fragment.appendChild(cloned);const subfragment=cloneRange(Range.createImpl(_globalObject,[],{start:{node:originalStart.node,offset:originalStart.offset},end:{node:firstPartialContainedChild,offset:nodeLength(firstPartialContainedChild)}}));cloned.appendChild(subfragment)}}else{const cloned=clone(originalStart.node);cloned._data=cloned.substringData(originalStart.offset,nodeLength(originalStart.node)-originalStart.offset),fragment.appendChild(cloned)}for(const containedChild of containedChildren){const cloned=clone(containedChild,void 0,!0);fragment.appendChild(cloned)}if(null===lastPartiallyContainedChild||lastPartiallyContainedChild.nodeType!==NODE_TYPE.TEXT_NODE&&lastPartiallyContainedChild.nodeType!==NODE_TYPE.PROCESSING_INSTRUCTION_NODE&&lastPartiallyContainedChild.nodeType!==NODE_TYPE.COMMENT_NODE){if(null!==lastPartiallyContainedChild){const cloned=clone(lastPartiallyContainedChild);fragment.appendChild(cloned);const subfragment=cloneRange(Range.createImpl(_globalObject,[],{start:{node:lastPartiallyContainedChild,offset:0},end:{node:originalEnd.node,offset:originalEnd.offset}}));cloned.appendChild(subfragment)}}else{const cloned=clone(originalEnd.node);cloned._data=cloned.substringData(0,originalEnd.offset),fragment.appendChild(cloned)}return fragment}function extractRange(range){ |
| /*ThouShaltNotCache*/ |
| const{_start:originalStart,_end:originalEnd,_globalObject}=range,fragment=DocumentFragment.createImpl(_globalObject,[],{ownerDocument:originalStart.node._ownerDocument});if(range.collapsed)return fragment;if(originalStart.node===originalEnd.node&&(originalStart.node.nodeType===NODE_TYPE.TEXT_NODE||originalStart.node.nodeType===NODE_TYPE.PROCESSING_INSTRUCTION_NODE||originalStart.node.nodeType===NODE_TYPE.COMMENT_NODE)){const cloned=clone(originalStart.node);return cloned._data=cloned.substringData(originalStart.offset,originalEnd.offset-originalStart.offset),fragment.appendChild(cloned),originalStart.node.replaceData(originalStart.offset,originalEnd.offset-originalStart.offset,""),fragment}let commonAncestor=originalStart.node;for(;!isInclusiveAncestor(commonAncestor,originalEnd.node);)commonAncestor=domSymbolTree.parent(commonAncestor);let firstPartialContainedChild=null;if(!isInclusiveAncestor(originalStart.node,originalEnd.node)){let candidate=domSymbolTree.firstChild(commonAncestor);for(;!firstPartialContainedChild;)isPartiallyContained(candidate,range)&&(firstPartialContainedChild=candidate),candidate=domSymbolTree.nextSibling(candidate)}let lastPartiallyContainedChild=null;if(!isInclusiveAncestor(originalEnd.node,originalStart.node)){let candidate=domSymbolTree.lastChild(commonAncestor);for(;!lastPartiallyContainedChild;)isPartiallyContained(candidate,range)&&(lastPartiallyContainedChild=candidate),candidate=domSymbolTree.previousSibling(candidate)}const containedChildren=domSymbolTree.childrenToArray(commonAncestor).filter(node=>isContained(node,range));if(containedChildren.some(node=>node.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE))throw DOMException.create(range._globalObject,["Invalid document type element.","HierarchyRequestError"]);let newNode,newOffset;if(isInclusiveAncestor(originalStart.node,originalEnd.node))newNode=originalStart.node,newOffset=originalStart.offset;else{let referenceNode=originalStart.node;for(;referenceNode&&!isInclusiveAncestor(domSymbolTree.parent(referenceNode),originalEnd.node);)referenceNode=domSymbolTree.parent(referenceNode);newNode=domSymbolTree.parent(referenceNode),newOffset=domSymbolTree.index(referenceNode)+1}if(null===firstPartialContainedChild||firstPartialContainedChild.nodeType!==NODE_TYPE.TEXT_NODE&&firstPartialContainedChild.nodeType!==NODE_TYPE.PROCESSING_INSTRUCTION_NODE&&firstPartialContainedChild.nodeType!==NODE_TYPE.COMMENT_NODE){if(null!==firstPartialContainedChild){const cloned=clone(firstPartialContainedChild);fragment.appendChild(cloned);const subfragment=extractRange(Range.createImpl(_globalObject,[],{start:{node:originalStart.node,offset:originalStart.offset},end:{node:firstPartialContainedChild,offset:nodeLength(firstPartialContainedChild)}}));cloned.appendChild(subfragment)}}else{const cloned=clone(originalStart.node);cloned._data=cloned.substringData(originalStart.offset,nodeLength(originalStart.node)-originalStart.offset),fragment.appendChild(cloned),originalStart.node.replaceData(originalStart.offset,nodeLength(originalStart.node)-originalStart.offset,"")}for(const containedChild of containedChildren)fragment.appendChild(containedChild);if(null===lastPartiallyContainedChild||lastPartiallyContainedChild.nodeType!==NODE_TYPE.TEXT_NODE&&lastPartiallyContainedChild.nodeType!==NODE_TYPE.PROCESSING_INSTRUCTION_NODE&&lastPartiallyContainedChild.nodeType!==NODE_TYPE.COMMENT_NODE){if(null!==lastPartiallyContainedChild){const cloned=clone(lastPartiallyContainedChild);fragment.appendChild(cloned);const subfragment=extractRange(Range.createImpl(_globalObject,[],{start:{node:lastPartiallyContainedChild,offset:0},end:{node:originalEnd.node,offset:originalEnd.offset}}));cloned.appendChild(subfragment)}}else{const cloned=clone(originalEnd.node);cloned._data=cloned.substringData(0,originalEnd.offset),fragment.appendChild(cloned),originalEnd.node.replaceData(0,originalEnd.offset,"")}return range._setLiveRangeStart(newNode,newOffset),range._setLiveRangeEnd(newNode,newOffset),fragment}module.exports={implementation:class extends AbstractRangeImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData);const defaultBoundaryPoint={node:implForWrapper(globalObject._document),offset:0},{start=defaultBoundaryPoint,end=defaultBoundaryPoint}=privateData;this._setLiveRangeStart(start.node,start.offset),this._setLiveRangeEnd(end.node,end.offset)}get commonAncestorContainer(){ |
| /*ThouShaltNotCache*/ |
| const{_start,_end}=this;for(const container of domSymbolTree.ancestorsIterator(_start.node))if(isInclusiveAncestor(container,_end.node))return container;return null}setStart(node,offset){ |
| /*ThouShaltNotCache*/ |
| setBoundaryPointStart(this,node,offset)}setEnd(node,offset){ |
| /*ThouShaltNotCache*/ |
| setBoundaryPointEnd(this,node,offset)}setStartBefore(node){ |
| /*ThouShaltNotCache*/ |
| const parent=domSymbolTree.parent(node);if(!parent)throw DOMException.create(this._globalObject,["The given Node has no parent.","InvalidNodeTypeError"]);setBoundaryPointStart(this,parent,domSymbolTree.index(node))}setStartAfter(node){ |
| /*ThouShaltNotCache*/ |
| const parent=domSymbolTree.parent(node);if(!parent)throw DOMException.create(this._globalObject,["The given Node has no parent.","InvalidNodeTypeError"]);setBoundaryPointStart(this,parent,domSymbolTree.index(node)+1)}setEndBefore(node){ |
| /*ThouShaltNotCache*/ |
| const parent=domSymbolTree.parent(node);if(!parent)throw DOMException.create(this._globalObject,["The given Node has no parent.","InvalidNodeTypeError"]);setBoundaryPointEnd(this,parent,domSymbolTree.index(node))}setEndAfter(node){ |
| /*ThouShaltNotCache*/ |
| const parent=domSymbolTree.parent(node);if(!parent)throw DOMException.create(this._globalObject,["The given Node has no parent.","InvalidNodeTypeError"]);setBoundaryPointEnd(this,parent,domSymbolTree.index(node)+1)}collapse(toStart){ |
| /*ThouShaltNotCache*/ |
| toStart?this._setLiveRangeEnd(this._start.node,this._start.offset):this._setLiveRangeStart(this._end.node,this._end.offset)}selectNode(node){ |
| /*ThouShaltNotCache*/ |
| selectNodeWithinRange(node,this)}selectNodeContents(node){ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE)throw DOMException.create(this._globalObject,["DocumentType Node can't be used as boundary point.","InvalidNodeTypeError"]);const length=nodeLength(node);this._setLiveRangeStart(node,0),this._setLiveRangeEnd(node,length)}compareBoundaryPoints(how,sourceRange){ |
| /*ThouShaltNotCache*/ |
| if(how!==RANGE_COMPARISON_TYPE_START_TO_START&&how!==RANGE_COMPARISON_TYPE_START_TO_END&&how!==RANGE_COMPARISON_TYPE_END_TO_END&&how!==RANGE_COMPARISON_TYPE_END_TO_START){const message="The comparison method provided must be one of 'START_TO_START', 'START_TO_END', 'END_TO_END', or 'END_TO_START'.";throw DOMException.create(this._globalObject,[message,"NotSupportedError"])}if(this._root!==sourceRange._root)throw DOMException.create(this._globalObject,["The two Ranges are not in the same tree.","WrongDocumentError"]);let thisPoint,otherPoint;return how===RANGE_COMPARISON_TYPE_START_TO_START?(thisPoint=this._start,otherPoint=sourceRange._start):how===RANGE_COMPARISON_TYPE_START_TO_END?(thisPoint=this._end,otherPoint=sourceRange._start):how===RANGE_COMPARISON_TYPE_END_TO_END?(thisPoint=this._end,otherPoint=sourceRange._end):(thisPoint=this._start,otherPoint=sourceRange._end),compareBoundaryPointsPosition(thisPoint,otherPoint)}deleteContents(){ |
| /*ThouShaltNotCache*/ |
| if(this.collapsed)return;const{_start:originalStart,_end:originalEnd}=this;if(originalStart.node===originalEnd.node&&(originalStart.node.nodeType===NODE_TYPE.TEXT_NODE||originalStart.node.nodeType===NODE_TYPE.PROCESSING_INSTRUCTION_NODE||originalStart.node.nodeType===NODE_TYPE.COMMENT_NODE))return void originalStart.node.replaceData(originalStart.offset,originalEnd.offset-originalStart.offset,"");const nodesToRemove=[];let currentNode=this._start.node;const endNode=nextNodeDescendant(this._end.node);for(;currentNode&¤tNode!==endNode;)isContained(currentNode,this)&&!isContained(domSymbolTree.parent(currentNode),this)&&nodesToRemove.push(currentNode),currentNode=domSymbolTree.following(currentNode);let newNode,newOffset;if(isInclusiveAncestor(originalStart.node,originalEnd.node))newNode=originalStart.node,newOffset=originalStart.offset;else{let referenceNode=originalStart.node;for(;referenceNode&&!isInclusiveAncestor(domSymbolTree.parent(referenceNode),originalEnd.node);)referenceNode=domSymbolTree.parent(referenceNode);newNode=domSymbolTree.parent(referenceNode),newOffset=domSymbolTree.index(referenceNode)+1}originalStart.node.nodeType!==NODE_TYPE.TEXT_NODE&&originalStart.node.nodeType!==NODE_TYPE.PROCESSING_INSTRUCTION_NODE&&originalStart.node.nodeType!==NODE_TYPE.COMMENT_NODE||originalStart.node.replaceData(originalStart.offset,nodeLength(originalStart.node)-originalStart.offset,"");for(const node of nodesToRemove){domSymbolTree.parent(node).removeChild(node)}originalEnd.node.nodeType!==NODE_TYPE.TEXT_NODE&&originalEnd.node.nodeType!==NODE_TYPE.PROCESSING_INSTRUCTION_NODE&&originalEnd.node.nodeType!==NODE_TYPE.COMMENT_NODE||originalEnd.node.replaceData(0,originalEnd.offset,""),this._setLiveRangeStart(newNode,newOffset),this._setLiveRangeEnd(newNode,newOffset)}extractContents(){ |
| /*ThouShaltNotCache*/ |
| return extractRange(this)}cloneContents(){ |
| /*ThouShaltNotCache*/ |
| return cloneRange(this)}insertNode(node){ |
| /*ThouShaltNotCache*/ |
| insertNodeInRange(node,this)}surroundContents(newParent){ |
| /*ThouShaltNotCache*/ |
| let node=this.commonAncestorContainer;const endNode=nextNodeDescendant(node);for(;node!==endNode;){if(node.nodeType!==NODE_TYPE.TEXT_NODE&&isPartiallyContained(node,this))throw DOMException.create(this._globalObject,["The Range has partially contains a non-Text node.","InvalidStateError"]);node=domSymbolTree.following(node)}if(newParent.nodeType===NODE_TYPE.DOCUMENT_NODE||newParent.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE||newParent.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE)throw DOMException.create(this._globalObject,["Invalid element type.","InvalidNodeTypeError"]);const fragment=extractRange(this);for(;domSymbolTree.firstChild(newParent);)newParent.removeChild(domSymbolTree.firstChild(newParent));insertNodeInRange(newParent,this),newParent.appendChild(fragment),selectNodeWithinRange(newParent,this)}cloneRange(){ |
| /*ThouShaltNotCache*/ |
| const{_start,_end,_globalObject}=this;return Range.createImpl(_globalObject,[],{start:{node:_start.node,offset:_start.offset},end:{node:_end.node,offset:_end.offset}})}detach(){}isPointInRange(node,offset){ |
| /*ThouShaltNotCache*/ |
| if(nodeRoot(node)!==this._root)return!1;validateSetBoundaryPoint(node,offset);const bp={node,offset};return-1!==compareBoundaryPointsPosition(bp,this._start)&&1!==compareBoundaryPointsPosition(bp,this._end)}comparePoint(node,offset){ |
| /*ThouShaltNotCache*/ |
| if(nodeRoot(node)!==this._root)throw DOMException.create(this._globalObject,["The given Node and the Range are not in the same tree.","WrongDocumentError"]);validateSetBoundaryPoint(node,offset);const bp={node,offset};return-1===compareBoundaryPointsPosition(bp,this._start)?-1:1===compareBoundaryPointsPosition(bp,this._end)?1:0}intersectsNode(node){ |
| /*ThouShaltNotCache*/ |
| if(nodeRoot(node)!==this._root)return!1;const parent=domSymbolTree.parent(node);if(!parent)return!0;const offset=domSymbolTree.index(node);return-1===compareBoundaryPointsPosition({node:parent,offset},this._end)&&1===compareBoundaryPointsPosition({node:parent,offset:offset+1},this._start)}toString(){ |
| /*ThouShaltNotCache*/ |
| let s="";const{_start,_end}=this;if(_start.node===_end.node&&_start.node.nodeType===NODE_TYPE.TEXT_NODE)return _start.node.data.slice(_start.offset,_end.offset);_start.node.nodeType===NODE_TYPE.TEXT_NODE&&(s+=_start.node.data.slice(_start.offset));let currentNode=_start.node;const endNode=nextNodeDescendant(_end.node);for(;currentNode&¤tNode!==endNode;)currentNode.nodeType===NODE_TYPE.TEXT_NODE&&isContained(currentNode,this)&&(s+=currentNode.data),currentNode=domSymbolTree.following(currentNode);return _end.node.nodeType===NODE_TYPE.TEXT_NODE&&(s+=_end.node.data.slice(0,_end.offset)),s}createContextualFragment(fragment){ |
| /*ThouShaltNotCache*/ |
| const{node}=this._start;let element;switch(node.nodeType){case NODE_TYPE.DOCUMENT_NODE:case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:element=null;break;case NODE_TYPE.ELEMENT_NODE:element=node;break;case NODE_TYPE.TEXT_NODE:case NODE_TYPE.COMMENT_NODE:element=node.parentElement;break;default:throw new Error("Internal error: Invalid range start node")}return(null===element||"html"===element._ownerDocument._parsingMode&&"html"===element._localName&&element._namespaceURI===HTML_NS)&&(element=createElement(node._ownerDocument,"body",HTML_NS)),parseFragment(fragment,element)}get _root(){ |
| /*ThouShaltNotCache*/ |
| return nodeRoot(this._start.node)}_setLiveRangeStart(node,offset){ |
| /*ThouShaltNotCache*/ |
| this._start&&this._start.node!==node&&this._start.node!==this._end.node&&this._start.node._referencedRanges.delete(this),node._referencedRanges.has(this)||node._referencedRanges.add(this),this._start={node,offset}}_setLiveRangeEnd(node,offset){ |
| /*ThouShaltNotCache*/ |
| this._end&&this._end.node!==node&&this._end.node!==this._start.node&&this._end.node._referencedRanges.delete(this),node._referencedRanges.has(this)||node._referencedRanges.add(this),this._end={node,offset}}},setBoundaryPointStart,setBoundaryPointEnd}},9225:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLObjectElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLObjectElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLObjectElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLObjectElement",new.target)}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'checkValidity' called on an object that is not a valid instance of HTMLObjectElement.");return esValue[implSymbol].checkValidity()}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reportValidity' called on an object that is not a valid instance of HTMLObjectElement.");return esValue[implSymbol].reportValidity()}setCustomValidity(error){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setCustomValidity' called on an object that is not a valid instance of HTMLObjectElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setCustomValidity' on 'HTMLObjectElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setCustomValidity' on 'HTMLObjectElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setCustomValidity(...args)}get data(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get data' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("data");if(null===value)return"";if(this._dataURLCacheKey===value)return this._dataURLCache;this._dataURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._dataURLCache=serializeURLwhatwg_url(urlRecord),this._dataURLCache):(this._dataURLCache=conversions.USVString(value),this._dataURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set data(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set data' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.USVString(V,{context:"Failed to set the 'data' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("data",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get useMap(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get useMap' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("usemap");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set useMap(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set useMap' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'useMap' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("usemap",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLObjectElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'width' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("height");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'height' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("height",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get contentDocument(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get contentDocument' called on an object that is not a valid instance of HTMLObjectElement.");return utils.tryWrapperForImpl(esValue[implSymbol].contentDocument)}get willValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get willValidate' called on an object that is not a valid instance of HTMLObjectElement.");return esValue[implSymbol].willValidate}get validity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validity' called on an object that is not a valid instance of HTMLObjectElement.");return utils.tryWrapperForImpl(esValue[implSymbol].validity)}get validationMessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validationMessage' called on an object that is not a valid instance of HTMLObjectElement.");return esValue[implSymbol].validationMessage}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get archive(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get archive' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("archive");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set archive(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set archive' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'archive' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("archive",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get code(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get code' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("code");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set code(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set code' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'code' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("code",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get declare(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get declare' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("declare")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set declare(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set declare' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.boolean(V,{context:"Failed to set the 'declare' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("declare",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("declare")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hspace(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hspace' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("hspace");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hspace(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hspace' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'hspace' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("hspace",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get standby(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get standby' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("standby");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set standby(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set standby' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'standby' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("standby",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get vspace(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vspace' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("vspace");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set vspace(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set vspace' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'vspace' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("vspace",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get codeBase(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get codeBase' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("codebase");if(null===value)return"";if(this._codebaseURLCacheKey===value)return this._codebaseURLCache;this._codebaseURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._codebaseURLCache=serializeURLwhatwg_url(urlRecord),this._codebaseURLCache):(this._codebaseURLCache=conversions.USVString(value),this._codebaseURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set codeBase(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set codeBase' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'codeBase' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("codebase",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get codeType(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get codeType' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("codetype");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set codeType(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set codeType' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'codeType' property on 'HTMLObjectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("codetype",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get border(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get border' called on an object that is not a valid instance of HTMLObjectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("border");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set border(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set border' called on an object that is not a valid instance of HTMLObjectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'border' property on 'HTMLObjectElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("border",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLObjectElement.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},data:{enumerable:!0},type:{enumerable:!0},name:{enumerable:!0},useMap:{enumerable:!0},form:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},contentDocument:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},align:{enumerable:!0},archive:{enumerable:!0},code:{enumerable:!0},declare:{enumerable:!0},hspace:{enumerable:!0},standby:{enumerable:!0},vspace:{enumerable:!0},codeBase:{enumerable:!0},codeType:{enumerable:!0},border:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLObjectElement",configurable:!0}}),ctorRegistry.HTMLObjectElement=HTMLObjectElement,Object.defineProperty(globalObject,"HTMLObjectElement",{configurable:!0,writable:!0,value:HTMLObjectElement})};const Impl=__webpack_require__(39796)},9496:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},9522:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTemplateElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTemplateElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTemplateElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTemplateElement",new.target)}get content(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get content' called on an object that is not a valid instance of HTMLTemplateElement.");return utils.tryWrapperForImpl(esValue[implSymbol].content)}}Object.defineProperties(HTMLTemplateElement.prototype,{content:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTemplateElement",configurable:!0}}),ctorRegistry.HTMLTemplateElement=HTMLTemplateElement,Object.defineProperty(globalObject,"HTMLTemplateElement",{configurable:!0,writable:!0,value:HTMLTemplateElement})};const Impl=__webpack_require__(68329)},9527:module=>{var s=1e3,m=60*s,h=60*m,d=24*h,w=7*d,y=365.25*d;function plural(ms,msAbs,n,name){ |
| /*ThouShaltNotCache*/ |
| var isPlural=msAbs>=1.5*n;return Math.round(ms/n)+" "+name+(isPlural?"s":"")}module.exports=function(val,options){ |
| /*ThouShaltNotCache*/ |
| options=options||{};var type=typeof val;if("string"===type&&val.length>0)return function(str){if(( |
| /*ThouShaltNotCache*/ |
| str=String(str)).length>100)return;var match=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(str);if(!match)return;var n=parseFloat(match[1]);switch((match[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return n*y;case"weeks":case"week":case"w":return n*w;case"days":case"day":case"d":return n*d;case"hours":case"hour":case"hrs":case"hr":case"h":return n*h;case"minutes":case"minute":case"mins":case"min":case"m":return n*m;case"seconds":case"second":case"secs":case"sec":case"s":return n*s;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}(val);if("number"===type&&isFinite(val))return options.long?function(ms){ |
| /*ThouShaltNotCache*/ |
| var msAbs=Math.abs(ms);if(msAbs>=d)return plural(ms,msAbs,d,"day");if(msAbs>=h)return plural(ms,msAbs,h,"hour");if(msAbs>=m)return plural(ms,msAbs,m,"minute");if(msAbs>=s)return plural(ms,msAbs,s,"second");return ms+" ms"}(val):function(ms){ |
| /*ThouShaltNotCache*/ |
| var msAbs=Math.abs(ms);if(msAbs>=d)return Math.round(ms/d)+"d";if(msAbs>=h)return Math.round(ms/h)+"h";if(msAbs>=m)return Math.round(ms/m)+"m";if(msAbs>=s)return Math.round(ms/s)+"s";return ms+"ms"}(val);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(val))}},9647:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLMediaElementImpl=__webpack_require__(8161).implementation;module.exports={implementation:class extends HTMLMediaElementImpl{}}},9962:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const whatwgURL=__webpack_require__(88499),HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{get href(){ |
| /*ThouShaltNotCache*/ |
| const document=this._ownerDocument,url=this.hasAttributeNS(null,"href")?this.getAttributeNS(null,"href"):"",parsed=whatwgURL.parseURL(url,{baseURL:document._fallbackBaseURL()});return null===parsed?url:whatwgURL.serializeURL(parsed)}set href(value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"href",value)}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldValue),"href"===name&&this._ownerDocument._clearBaseURLCache()}_attach(){ |
| /*ThouShaltNotCache*/ |
| super._attach(),this._ownerDocument._clearBaseURLCache()}_detach(){ |
| /*ThouShaltNotCache*/ |
| super._detach(),this._ownerDocument._clearBaseURLCache()}}}},9974:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var formats=__webpack_require__(41423),has=Object.prototype.hasOwnProperty,isArray=Array.isArray,hexTable=function(){for( |
| /*ThouShaltNotCache*/ |
| var array=[],i=0;i<256;++i)array.push("%"+((i<16?"0":"")+i.toString(16)).toUpperCase());return array}(),arrayToObject=function(source,options){for( |
| /*ThouShaltNotCache*/ |
| var obj=options&&options.plainObjects?{__proto__:null}:{},i=0;i<source.length;++i)void 0!==source[i]&&(obj[i]=source[i]);return obj};module.exports={arrayToObject,assign:function(target,source){ |
| /*ThouShaltNotCache*/ |
| return Object.keys(source).reduce(function(acc,key){ |
| /*ThouShaltNotCache*/ |
| return acc[key]=source[key],acc},target)},combine:function(a,b){ |
| /*ThouShaltNotCache*/ |
| return[].concat(a,b)},compact:function(value){for( |
| /*ThouShaltNotCache*/ |
| var queue=[{obj:{o:value},prop:"o"}],refs=[],i=0;i<queue.length;++i)for(var item=queue[i],obj=item.obj[item.prop],keys=Object.keys(obj),j=0;j<keys.length;++j){var key=keys[j],val=obj[key];"object"==typeof val&&null!==val&&-1===refs.indexOf(val)&&(queue.push({obj,prop:key}),refs.push(val))}return function(queue){ |
| /*ThouShaltNotCache*/ |
| for(;queue.length>1;){var item=queue.pop(),obj=item.obj[item.prop];if(isArray(obj)){for(var compacted=[],j=0;j<obj.length;++j)void 0!==obj[j]&&compacted.push(obj[j]);item.obj[item.prop]=compacted}}}(queue),value},decode:function(str,defaultDecoder,charset){ |
| /*ThouShaltNotCache*/ |
| var strWithoutPlus=str.replace(/\+/g," ");if("iso-8859-1"===charset)return strWithoutPlus.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(strWithoutPlus)}catch(e){return strWithoutPlus}},encode:function(str,defaultEncoder,charset,kind,format){ |
| /*ThouShaltNotCache*/ |
| if(0===str.length)return str;var string=str;if("symbol"==typeof str?string=Symbol.prototype.toString.call(str):"string"!=typeof str&&(string=String(str)),"iso-8859-1"===charset)return escape(string).replace(/%u[0-9a-f]{4}/gi,function($0){ |
| /*ThouShaltNotCache*/ |
| return"%26%23"+parseInt($0.slice(2),16)+"%3B"});for(var out="",j=0;j<string.length;j+=1024){for(var segment=string.length>=1024?string.slice(j,j+1024):string,arr=[],i=0;i<segment.length;++i){var c=segment.charCodeAt(i);45===c||46===c||95===c||126===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||format===formats.RFC1738&&(40===c||41===c)?arr[arr.length]=segment.charAt(i):c<128?arr[arr.length]=hexTable[c]:c<2048?arr[arr.length]=hexTable[192|c>>6]+hexTable[128|63&c]:c<55296||c>=57344?arr[arr.length]=hexTable[224|c>>12]+hexTable[128|c>>6&63]+hexTable[128|63&c]:(i+=1,c=65536+((1023&c)<<10|1023&segment.charCodeAt(i)),arr[arr.length]=hexTable[240|c>>18]+hexTable[128|c>>12&63]+hexTable[128|c>>6&63]+hexTable[128|63&c])}out+=arr.join("")}return out},isBuffer:function(obj){ |
| /*ThouShaltNotCache*/ |
| return!(!obj||"object"!=typeof obj)&&!!(obj.constructor&&obj.constructor.isBuffer&&obj.constructor.isBuffer(obj))},isRegExp:function(obj){ |
| /*ThouShaltNotCache*/ |
| return"[object RegExp]"===Object.prototype.toString.call(obj)},maybeMap:function(val,fn){ |
| /*ThouShaltNotCache*/ |
| if(isArray(val)){for(var mapped=[],i=0;i<val.length;i+=1)mapped.push(fn(val[i]));return mapped}return fn(val)},merge:function merge(target,source,options){ |
| /*ThouShaltNotCache*/ |
| if(!source)return target;if("object"!=typeof source&&"function"!=typeof source){if(isArray(target))target.push(source);else{if(!target||"object"!=typeof target)return[target,source];(options&&(options.plainObjects||options.allowPrototypes)||!has.call(Object.prototype,source))&&(target[source]=!0)}return target}if(!target||"object"!=typeof target)return[target].concat(source);var mergeTarget=target;return isArray(target)&&!isArray(source)&&(mergeTarget=arrayToObject(target,options)),isArray(target)&&isArray(source)?(source.forEach(function(item,i){ |
| /*ThouShaltNotCache*/ |
| if(has.call(target,i)){var targetItem=target[i];targetItem&&"object"==typeof targetItem&&item&&"object"==typeof item?target[i]=merge(targetItem,item,options):target.push(item)}else target[i]=item}),target):Object.keys(source).reduce(function(acc,key){ |
| /*ThouShaltNotCache*/ |
| var value=source[key];return has.call(acc,key)?acc[key]=merge(acc[key],value,options):acc[key]=value,acc},mergeTarget)}}},10096:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLOptGroupElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLOptGroupElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLOptGroupElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLOptGroupElement",new.target)}get disabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get disabled' called on an object that is not a valid instance of HTMLOptGroupElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set disabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set disabled' called on an object that is not a valid instance of HTMLOptGroupElement.");V=conversions.boolean(V,{context:"Failed to set the 'disabled' property on 'HTMLOptGroupElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("disabled",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get label(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get label' called on an object that is not a valid instance of HTMLOptGroupElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("label");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set label(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set label' called on an object that is not a valid instance of HTMLOptGroupElement.");V=conversions.DOMString(V,{context:"Failed to set the 'label' property on 'HTMLOptGroupElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("label",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLOptGroupElement.prototype,{disabled:{enumerable:!0},label:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOptGroupElement",configurable:!0}}),ctorRegistry.HTMLOptGroupElement=HTMLOptGroupElement,Object.defineProperty(globalObject,"HTMLOptGroupElement",{configurable:!0,writable:!0,value:HTMLOptGroupElement})};const Impl=__webpack_require__(32979)},10157:module=>{"use strict";module.exports=Error},10355:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].StyleSheetList.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'StyleSheetList'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class StyleSheetList{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of StyleSheetList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'StyleSheetList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'StyleSheetList': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].item(...args))}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of StyleSheetList.");return esValue[implSymbol].length}}Object.defineProperties(StyleSheetList.prototype,{item:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"StyleSheetList",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.StyleSheetList=StyleSheetList,Object.defineProperty(globalObject,"StyleSheetList",{configurable:!0,writable:!0,value:StyleSheetList})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(90372)},10383:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.CHAR="-\ud7ff\ue000-\ufffd\ud800\udc00-\udbff\udfff",exports.RESTRICTED_CHAR="-\b\v\f-\u007f-\u0084\u0086-\u009f",exports.S=" \t\r\n",exports.NAME_START_CHAR=":A-Z_a-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd\ud800\udc00-\udb7f\udfff",exports.NAME_CHAR="-"+exports.NAME_START_CHAR+".0-9\u00b7\u0300-\u036f\u203f-\u2040",exports.CHAR_RE=new RegExp("^["+exports.CHAR+"]$","u"),exports.RESTRICTED_CHAR_RE=new RegExp("^["+exports.RESTRICTED_CHAR+"]$","u"),exports.S_RE=new RegExp("^["+exports.S+"]+$","u"),exports.NAME_START_CHAR_RE=new RegExp("^["+exports.NAME_START_CHAR+"]$","u"),exports.NAME_CHAR_RE=new RegExp("^["+exports.NAME_CHAR+"]$","u"),exports.NAME_RE=new RegExp("^["+exports.NAME_START_CHAR+"]["+exports.NAME_CHAR+"]*$","u"),exports.NMTOKEN_RE=new RegExp("^["+exports.NAME_CHAR+"]+$","u");function isNameStartChar(c){ |
| /*ThouShaltNotCache*/ |
| return c>=65&&c<=90||c>=97&&c<=122||58===c||95===c||8204===c||8205===c||c>=192&&c<=214||c>=216&&c<=246||c>=248&&c<=767||c>=880&&c<=893||c>=895&&c<=8191||c>=8304&&c<=8591||c>=11264&&c<=12271||c>=12289&&c<=55295||c>=63744&&c<=64975||c>=65008&&c<=65533||c>=65536&&c<=983039}exports.S_LIST=[32,10,13,9],exports.isChar=function(c){ |
| /*ThouShaltNotCache*/ |
| return c>=1&&c<=55295||c>=57344&&c<=65533||c>=65536&&c<=1114111},exports.isRestrictedChar=function(c){ |
| /*ThouShaltNotCache*/ |
| return c>=1&&c<=8||11===c||12===c||c>=14&&c<=31||c>=127&&c<=132||c>=134&&c<=159},exports.isCharAndNotRestricted=function(c){ |
| /*ThouShaltNotCache*/ |
| return 9===c||10===c||13===c||c>31&&c<127||133===c||c>159&&c<=55295||c>=57344&&c<=65533||c>=65536&&c<=1114111},exports.isS=function(c){ |
| /*ThouShaltNotCache*/ |
| return 32===c||10===c||13===c||9===c},exports.isNameStartChar=isNameStartChar,exports.isNameChar=function(c){ |
| /*ThouShaltNotCache*/ |
| return isNameStartChar(c)||c>=48&&c<=57||45===c||46===c||183===c||c>=768&&c<=879||c>=8255&&c<=8256}},10443:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Text=__webpack_require__(27560);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].CDATASection.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'CDATASection'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Text._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class CDATASection extends globalObject.Text{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(CDATASection.prototype,{[Symbol.toStringTag]:{value:"CDATASection",configurable:!0}}),ctorRegistry.CDATASection=CDATASection,Object.defineProperty(globalObject,"CDATASection",{configurable:!0,writable:!0,value:CDATASection})};const Impl=__webpack_require__(8162)},10552:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348);function ownKeys(e,r){ |
| /*ThouShaltNotCache*/ |
| var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){ |
| /*ThouShaltNotCache*/ |
| return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){ |
| /*ThouShaltNotCache*/ |
| for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){ |
| /*ThouShaltNotCache*/ |
| _defineProperty(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}function _defineProperty(obj,key,value){ |
| /*ThouShaltNotCache*/ |
| return(key=_toPropertyKey(key))in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _defineProperties(target,props){ |
| /*ThouShaltNotCache*/ |
| for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor)}}function _toPropertyKey(arg){ |
| /*ThouShaltNotCache*/ |
| var key=function(input,hint){ |
| /*ThouShaltNotCache*/ |
| if("object"!==_typeof(input)||null===input)return input;var prim=input[Symbol.toPrimitive];if(void 0!==prim){var res=prim.call(input,hint||"default");if("object"!==_typeof(res))return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===hint?String:Number)(input)}(arg,"string");return"symbol"===_typeof(key)?key:String(key)}function _possibleConstructorReturn(self,call){ |
| /*ThouShaltNotCache*/ |
| if(call&&("object"===_typeof(call)||"function"==typeof call))return call;if(void 0!==call)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(self)}function _assertThisInitialized(self){ |
| /*ThouShaltNotCache*/ |
| if(void 0===self)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return self}function _wrapNativeSuper(Class){ |
| /*ThouShaltNotCache*/ |
| var _cache="function"==typeof Map?new Map:void 0;return _wrapNativeSuper=function(Class){ |
| /*ThouShaltNotCache*/ |
| if(null===Class||(fn=Class,-1===Function.toString.call(fn).indexOf("[native code]")))return Class;var fn;if("function"!=typeof Class)throw new TypeError("Super expression must either be null or a function");if(void 0!==_cache){if(_cache.has(Class))return _cache.get(Class);_cache.set(Class,Wrapper)}function Wrapper(){ |
| /*ThouShaltNotCache*/ |
| return _construct(Class,arguments,_getPrototypeOf(this).constructor)}return Wrapper.prototype=Object.create(Class.prototype,{constructor:{value:Wrapper,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(Wrapper,Class)},_wrapNativeSuper(Class)}function _construct(Parent,args,Class){ |
| /*ThouShaltNotCache*/ |
| return _construct=_isNativeReflectConstruct()?Reflect.construct.bind():function(Parent,args,Class){ |
| /*ThouShaltNotCache*/ |
| var a=[null];a.push.apply(a,args);var instance=new(Function.bind.apply(Parent,a));return Class&&_setPrototypeOf(instance,Class.prototype),instance},_construct.apply(null,arguments)}function _isNativeReflectConstruct(){ |
| /*ThouShaltNotCache*/ |
| if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _setPrototypeOf(o,p){ |
| /*ThouShaltNotCache*/ |
| return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(o,p){ |
| /*ThouShaltNotCache*/ |
| return o.__proto__=p,o},_setPrototypeOf(o,p)}function _getPrototypeOf(o){ |
| /*ThouShaltNotCache*/ |
| return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(o){ |
| /*ThouShaltNotCache*/ |
| return o.__proto__||Object.getPrototypeOf(o)},_getPrototypeOf(o)}function _typeof(o){ |
| /*ThouShaltNotCache*/ |
| return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){ |
| /*ThouShaltNotCache*/ |
| return typeof o}:function(o){ |
| /*ThouShaltNotCache*/ |
| return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},_typeof(o)}var inspect=__webpack_require__(25411).inspect,ERR_INVALID_ARG_TYPE=__webpack_require__(88059).codes.ERR_INVALID_ARG_TYPE;function endsWith(str,search,this_len){ |
| /*ThouShaltNotCache*/ |
| return(void 0===this_len||this_len>str.length)&&(this_len=str.length),str.substring(this_len-search.length,this_len)===search}var blue="",green="",red="",white="",kReadableOperator={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function copyError(source){ |
| /*ThouShaltNotCache*/ |
| var keys=Object.keys(source),target=Object.create(Object.getPrototypeOf(source));return keys.forEach(function(key){ |
| /*ThouShaltNotCache*/ |
| target[key]=source[key]}),Object.defineProperty(target,"message",{value:source.message}),target}function inspectValue(val){ |
| /*ThouShaltNotCache*/ |
| return inspect(val,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function createErrDiff(actual,expected,operator){ |
| /*ThouShaltNotCache*/ |
| var other="",res="",lastPos=0,end="",skipped=!1,actualInspected=inspectValue(actual),actualLines=actualInspected.split("\n"),expectedLines=inspectValue(expected).split("\n"),i=0,indicator="";if("strictEqual"===operator&&"object"===_typeof(actual)&&"object"===_typeof(expected)&&null!==actual&&null!==expected&&(operator="strictEqualObject"),1===actualLines.length&&1===expectedLines.length&&actualLines[0]!==expectedLines[0]){var inputLength=actualLines[0].length+expectedLines[0].length;if(inputLength<=10){if(!("object"===_typeof(actual)&&null!==actual||"object"===_typeof(expected)&&null!==expected||0===actual&&0===expected))return"".concat(kReadableOperator[operator],"\n\n")+"".concat(actualLines[0]," !== ").concat(expectedLines[0],"\n")}else if("strictEqualObject"!==operator){if(inputLength<(process.stderr&&process.stderr.isTTY?process.stderr.columns:80)){for(;actualLines[0][i]===expectedLines[0][i];)i++;i>2&&(indicator="\n ".concat(function(str,count){if( |
| /*ThouShaltNotCache*/ |
| count=Math.floor(count),0==str.length||0==count)return"";var maxCount=str.length*count;for(count=Math.floor(Math.log(count)/Math.log(2));count;)str+=str,count--;return str+str.substring(0,maxCount-str.length)}(" ",i),"^"),i=0)}}}for(var a=actualLines[actualLines.length-1],b=expectedLines[expectedLines.length-1];a===b&&(i++<2?end="\n ".concat(a).concat(end):other=a,actualLines.pop(),expectedLines.pop(),0!==actualLines.length&&0!==expectedLines.length);)a=actualLines[actualLines.length-1],b=expectedLines[expectedLines.length-1];var maxLines=Math.max(actualLines.length,expectedLines.length);if(0===maxLines){var _actualLines=actualInspected.split("\n");if(_actualLines.length>30)for(_actualLines[26]="".concat(blue,"...").concat(white);_actualLines.length>27;)_actualLines.pop();return"".concat(kReadableOperator.notIdentical,"\n\n").concat(_actualLines.join("\n"),"\n")}i>3&&(end="\n".concat(blue,"...").concat(white).concat(end),skipped=!0),""!==other&&(end="\n ".concat(other).concat(end),other="");var printedLines=0,msg=kReadableOperator[operator]+"\n".concat(green,"+ actual").concat(white," ").concat(red,"- expected").concat(white),skippedMsg=" ".concat(blue,"...").concat(white," Lines skipped");for(i=0;i<maxLines;i++){var cur=i-lastPos;if(actualLines.length<i+1)cur>1&&i>2&&(cur>4?(res+="\n".concat(blue,"...").concat(white),skipped=!0):cur>3&&(res+="\n ".concat(expectedLines[i-2]),printedLines++),res+="\n ".concat(expectedLines[i-1]),printedLines++),lastPos=i,other+="\n".concat(red,"-").concat(white," ").concat(expectedLines[i]),printedLines++;else if(expectedLines.length<i+1)cur>1&&i>2&&(cur>4?(res+="\n".concat(blue,"...").concat(white),skipped=!0):cur>3&&(res+="\n ".concat(actualLines[i-2]),printedLines++),res+="\n ".concat(actualLines[i-1]),printedLines++),lastPos=i,res+="\n".concat(green,"+").concat(white," ").concat(actualLines[i]),printedLines++;else{var expectedLine=expectedLines[i],actualLine=actualLines[i],divergingLines=actualLine!==expectedLine&&(!endsWith(actualLine,",")||actualLine.slice(0,-1)!==expectedLine);divergingLines&&endsWith(expectedLine,",")&&expectedLine.slice(0,-1)===actualLine&&(divergingLines=!1,actualLine+=","),divergingLines?(cur>1&&i>2&&(cur>4?(res+="\n".concat(blue,"...").concat(white),skipped=!0):cur>3&&(res+="\n ".concat(actualLines[i-2]),printedLines++),res+="\n ".concat(actualLines[i-1]),printedLines++),lastPos=i,res+="\n".concat(green,"+").concat(white," ").concat(actualLine),other+="\n".concat(red,"-").concat(white," ").concat(expectedLine),printedLines+=2):(res+=other,other="",1!==cur&&0!==i||(res+="\n ".concat(actualLine),printedLines++))}if(printedLines>20&&i<maxLines-2)return"".concat(msg).concat(skippedMsg,"\n").concat(res,"\n").concat(blue,"...").concat(white).concat(other,"\n")+"".concat(blue,"...").concat(white)}return"".concat(msg).concat(skipped?skippedMsg:"","\n").concat(res).concat(other).concat(end).concat(indicator)}var AssertionError=function(_Error,_inspect$custom){ |
| /*ThouShaltNotCache*/ |
| !function(subClass,superClass){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof superClass&&null!==superClass)throw new TypeError("Super expression must either be null or a function");subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:!0,configurable:!0}}),Object.defineProperty(subClass,"prototype",{writable:!1}),superClass&&_setPrototypeOf(subClass,superClass)}(AssertionError,_Error);var Derived,hasNativeReflectConstruct,Constructor,protoProps,staticProps,_super=(Derived=AssertionError,hasNativeReflectConstruct=_isNativeReflectConstruct(),function(){ |
| /*ThouShaltNotCache*/ |
| var result,Super=_getPrototypeOf(Derived);if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return _possibleConstructorReturn(this,result)});function AssertionError(options){ |
| /*ThouShaltNotCache*/ |
| var _this;if(function(instance,Constructor){ |
| /*ThouShaltNotCache*/ |
| if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}(this,AssertionError),"object"!==_typeof(options)||null===options)throw new ERR_INVALID_ARG_TYPE("options","Object",options);var message=options.message,operator=options.operator,stackStartFn=options.stackStartFn,actual=options.actual,expected=options.expected,limit=Error.stackTraceLimit;if(Error.stackTraceLimit=0,null!=message)_this=_super.call(this,String(message));else if(process.stderr&&process.stderr.isTTY&&(process.stderr&&process.stderr.getColorDepth&&1!==process.stderr.getColorDepth()?(blue="[34m",green="[32m",white="[39m",red="[31m"):(blue="",green="",white="",red="")),"object"===_typeof(actual)&&null!==actual&&"object"===_typeof(expected)&&null!==expected&&"stack"in actual&&actual instanceof Error&&"stack"in expected&&expected instanceof Error&&(actual=copyError(actual),expected=copyError(expected)),"deepStrictEqual"===operator||"strictEqual"===operator)_this=_super.call(this,createErrDiff(actual,expected,operator));else if("notDeepStrictEqual"===operator||"notStrictEqual"===operator){var base=kReadableOperator[operator],res=inspectValue(actual).split("\n");if("notStrictEqual"===operator&&"object"===_typeof(actual)&&null!==actual&&(base=kReadableOperator.notStrictEqualObject),res.length>30)for(res[26]="".concat(blue,"...").concat(white);res.length>27;)res.pop();_this=1===res.length?_super.call(this,"".concat(base," ").concat(res[0])):_super.call(this,"".concat(base,"\n\n").concat(res.join("\n"),"\n"))}else{var _res=inspectValue(actual),other="",knownOperators=kReadableOperator[operator];"notDeepEqual"===operator||"notEqual"===operator?(_res="".concat(kReadableOperator[operator],"\n\n").concat(_res)).length>1024&&(_res="".concat(_res.slice(0,1021),"...")):(other="".concat(inspectValue(expected)),_res.length>512&&(_res="".concat(_res.slice(0,509),"...")),other.length>512&&(other="".concat(other.slice(0,509),"...")),"deepEqual"===operator||"equal"===operator?_res="".concat(knownOperators,"\n\n").concat(_res,"\n\nshould equal\n\n"):other=" ".concat(operator," ").concat(other)),_this=_super.call(this,"".concat(_res).concat(other))}return Error.stackTraceLimit=limit,_this.generatedMessage=!message,Object.defineProperty(_assertThisInitialized(_this),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),_this.code="ERR_ASSERTION",_this.actual=actual,_this.expected=expected,_this.operator=operator,Error.captureStackTrace&&Error.captureStackTrace(_assertThisInitialized(_this),stackStartFn),_this.stack,_this.name="AssertionError",_possibleConstructorReturn(_this)}return Constructor=AssertionError, |
| /*ThouShaltNotCache*/ |
| (protoProps=[{key:"toString",value:function(){ |
| /*ThouShaltNotCache*/ |
| return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:_inspect$custom,value:function(recurseTimes,ctx){ |
| /*ThouShaltNotCache*/ |
| return inspect(this,_objectSpread(_objectSpread({},ctx),{},{customInspect:!1,depth:0}))}}])&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),AssertionError}(_wrapNativeSuper(Error),inspect.custom);module.exports=AssertionError},10575:(__unused_webpack_module,exports)=>{"use strict";exports.copyToArrayBufferInNewRealm=(nodejsBuffer,newRealm)=>{ |
| /*ThouShaltNotCache*/ |
| const newAB=new newRealm.ArrayBuffer(nodejsBuffer.byteLength);return new Uint8Array(newAB).set(nodejsBuffer),newAB}},10779:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var callBind=__webpack_require__(88953),define=__webpack_require__(986),implementation=__webpack_require__(1421),getPolyfill=__webpack_require__(35384),shim=__webpack_require__(18034),polyfill=callBind(getPolyfill(),Number);define(polyfill,{getPolyfill,implementation,shim}),module.exports=polyfill},10967:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.permutePath=exports.parseDate=exports.formatDate=exports.domainMatch=exports.defaultPath=exports.CookieJar=exports.cookieCompare=exports.Cookie=exports.PrefixSecurityEnum=exports.canonicalDomain=exports.version=exports.ParameterError=exports.Store=exports.getPublicSuffix=exports.permuteDomain=exports.pathMatch=exports.MemoryCookieStore=void 0,exports.parse=function(str,options){ |
| /*ThouShaltNotCache*/ |
| return cookie_2.Cookie.parse(str,options)},exports.fromJSON=function(str){ |
| /*ThouShaltNotCache*/ |
| return cookie_2.Cookie.fromJSON(str)};var memstore_1=__webpack_require__(22304);Object.defineProperty(exports,"MemoryCookieStore",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return memstore_1.MemoryCookieStore}});var pathMatch_1=__webpack_require__(88384);Object.defineProperty(exports,"pathMatch",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return pathMatch_1.pathMatch}});var permuteDomain_1=__webpack_require__(1446);Object.defineProperty(exports,"permuteDomain",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return permuteDomain_1.permuteDomain}});var getPublicSuffix_1=__webpack_require__(7480);Object.defineProperty(exports,"getPublicSuffix",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return getPublicSuffix_1.getPublicSuffix}});var store_1=__webpack_require__(57885);Object.defineProperty(exports,"Store",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return store_1.Store}});var validators_1=__webpack_require__(71237);Object.defineProperty(exports,"ParameterError",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return validators_1.ParameterError}});var version_1=__webpack_require__(96472);Object.defineProperty(exports,"version",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return version_1.version}});var canonicalDomain_1=__webpack_require__(41573);Object.defineProperty(exports,"canonicalDomain",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return canonicalDomain_1.canonicalDomain}});var constants_1=__webpack_require__(90842);Object.defineProperty(exports,"PrefixSecurityEnum",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return constants_1.PrefixSecurityEnum}});var cookie_1=__webpack_require__(76069);Object.defineProperty(exports,"Cookie",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return cookie_1.Cookie}});var cookieCompare_1=__webpack_require__(96642);Object.defineProperty(exports,"cookieCompare",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return cookieCompare_1.cookieCompare}});var cookieJar_1=__webpack_require__(12616);Object.defineProperty(exports,"CookieJar",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return cookieJar_1.CookieJar}});var defaultPath_1=__webpack_require__(12973);Object.defineProperty(exports,"defaultPath",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return defaultPath_1.defaultPath}});var domainMatch_1=__webpack_require__(42810);Object.defineProperty(exports,"domainMatch",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return domainMatch_1.domainMatch}});var formatDate_1=__webpack_require__(99144);Object.defineProperty(exports,"formatDate",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return formatDate_1.formatDate}});var parseDate_1=__webpack_require__(94692);Object.defineProperty(exports,"parseDate",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return parseDate_1.parseDate}});var permutePath_1=__webpack_require__(41130);Object.defineProperty(exports,"permutePath",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return permutePath_1.permutePath}});const cookie_2=__webpack_require__(76069)},11318:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{asciiLowercase,solelyContainsHTTPTokenCodePoints,soleyContainsHTTPQuotedStringTokenCodePoints}=__webpack_require__(69583);module.exports=class{constructor(map){ |
| /*ThouShaltNotCache*/ |
| this._map=map}get size(){ |
| /*ThouShaltNotCache*/ |
| return this._map.size}get(name){ |
| /*ThouShaltNotCache*/ |
| return name=asciiLowercase(String(name)),this._map.get(name)}has(name){ |
| /*ThouShaltNotCache*/ |
| return name=asciiLowercase(String(name)),this._map.has(name)}set(name,value){if( |
| /*ThouShaltNotCache*/ |
| name=asciiLowercase(String(name)),value=String(value),!solelyContainsHTTPTokenCodePoints(name))throw new Error(`Invalid MIME type parameter name "${name}": only HTTP token code points are valid.`);if(!soleyContainsHTTPQuotedStringTokenCodePoints(value))throw new Error(`Invalid MIME type parameter value "${value}": only HTTP quoted-string token code points are valid.`);return this._map.set(name,value)}clear(){ |
| /*ThouShaltNotCache*/ |
| this._map.clear()}delete(name){ |
| /*ThouShaltNotCache*/ |
| return name=asciiLowercase(String(name)),this._map.delete(name)}forEach(callbackFn,thisArg){ |
| /*ThouShaltNotCache*/ |
| this._map.forEach(callbackFn,thisArg)}keys(){ |
| /*ThouShaltNotCache*/ |
| return this._map.keys()}values(){ |
| /*ThouShaltNotCache*/ |
| return this._map.values()}entries(){ |
| /*ThouShaltNotCache*/ |
| return this._map.entries()}[Symbol.iterator](){ |
| /*ThouShaltNotCache*/ |
| return this._map[Symbol.iterator]()}}},11549:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const ValidityState=__webpack_require__(48648),{isDisabled}=__webpack_require__(28888),{closest}=__webpack_require__(49397),{fireAnEvent}=__webpack_require__(97130);exports.D=class{get willValidate(){ |
| /*ThouShaltNotCache*/ |
| return this._isCandidateForConstraintValidation()}get validity(){ |
| /*ThouShaltNotCache*/ |
| return this._validity||(this._validity=ValidityState.createImpl(this._globalObject,[],{element:this})),this._validity}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| return!this._isCandidateForConstraintValidation()||(!!this._satisfiesConstraints()||(fireAnEvent("invalid",this,void 0,{cancelable:!0}),!1))}setCustomValidity(message){ |
| /*ThouShaltNotCache*/ |
| this._customValidityErrorMessage=message}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| return this.checkValidity()}get validationMessage(){ |
| /*ThouShaltNotCache*/ |
| const{validity}=this;if(!this._isCandidateForConstraintValidation()||this._satisfiesConstraints())return"";return validity.customError?this._customValidityErrorMessage:"Constraints not satisfied"}_isCandidateForConstraintValidation(){ |
| /*ThouShaltNotCache*/ |
| return!isDisabled(this)&&null===closest(this,"datalist")&&!this._barredFromConstraintValidationSpecialization()}_isBarredFromConstraintValidation(){ |
| /*ThouShaltNotCache*/ |
| return!this._isCandidateForConstraintValidation()}_satisfiesConstraints(){ |
| /*ThouShaltNotCache*/ |
| return this.validity.valid}}},11811:module=>{module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| throw new Error("Readable.from is not available in the browser")}},11854:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),DOMTokenList=__webpack_require__(7226),HTMLElementImpl=__webpack_require__(52723).implementation,HTMLHyperlinkElementUtilsImpl=__webpack_require__(61194).D;class HTMLAreaElementImpl extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._htmlHyperlinkElementUtilsSetup(),this._hasActivationBehavior=!0}_activationBehavior(){ |
| /*ThouShaltNotCache*/ |
| this._followAHyperlink()}get relList(){ |
| /*ThouShaltNotCache*/ |
| return void 0===this._relList&&(this._relList=DOMTokenList.createImpl(this._globalObject,[],{element:this,attributeLocalName:"rel"})),this._relList}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldValue),"rel"===name&&void 0!==this._relList&&this._relList.attrModified()}}mixin(HTMLAreaElementImpl.prototype,HTMLHyperlinkElementUtilsImpl.prototype),module.exports={implementation:HTMLAreaElementImpl}},11994:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),TouchEventInit=__webpack_require__(21516),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,UIEvent=__webpack_require__(88365);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].TouchEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'TouchEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| UIEvent._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class TouchEvent extends globalObject.UIEvent{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'TouchEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'TouchEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=TouchEventInit.convert(globalObject,curArg,{context:"Failed to construct 'TouchEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get touches(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get touches' called on an object that is not a valid instance of TouchEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].touches)}get targetTouches(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get targetTouches' called on an object that is not a valid instance of TouchEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].targetTouches)}get changedTouches(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get changedTouches' called on an object that is not a valid instance of TouchEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].changedTouches)}get altKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get altKey' called on an object that is not a valid instance of TouchEvent.");return esValue[implSymbol].altKey}get metaKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get metaKey' called on an object that is not a valid instance of TouchEvent.");return esValue[implSymbol].metaKey}get ctrlKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ctrlKey' called on an object that is not a valid instance of TouchEvent.");return esValue[implSymbol].ctrlKey}get shiftKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get shiftKey' called on an object that is not a valid instance of TouchEvent.");return esValue[implSymbol].shiftKey}}Object.defineProperties(TouchEvent.prototype,{touches:{enumerable:!0},targetTouches:{enumerable:!0},changedTouches:{enumerable:!0},altKey:{enumerable:!0},metaKey:{enumerable:!0},ctrlKey:{enumerable:!0},shiftKey:{enumerable:!0},[Symbol.toStringTag]:{value:"TouchEvent",configurable:!0}}),ctorRegistry.TouchEvent=TouchEvent,Object.defineProperty(globalObject,"TouchEvent",{configurable:!0,writable:!0,value:TouchEvent})};const Impl=__webpack_require__(30649)},12247:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(17092).Buffer;exports._dbcs=DBCSCodec;for(var UNASSIGNED=-1,GB18030_CODE=-2,NODE_START=-1e3,UNASSIGNED_NODE=new Array(256),i=0;i<256;i++)UNASSIGNED_NODE[i]=UNASSIGNED;function DBCSCodec(codecOptions,iconv){if( |
| /*ThouShaltNotCache*/ |
| this.encodingName=codecOptions.encodingName,!codecOptions)throw new Error("DBCS codec is called without the data.");if(!codecOptions.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var mappingTable=codecOptions.table();this.decodeTables=[],this.decodeTables[0]=UNASSIGNED_NODE.slice(0),this.decodeTableSeq=[];for(var i=0;i<mappingTable.length;i++)this._addDecodeChunk(mappingTable[i]);if("function"==typeof codecOptions.gb18030){this.gb18030=codecOptions.gb18030();var commonThirdByteNodeIdx=this.decodeTables.length;this.decodeTables.push(UNASSIGNED_NODE.slice(0));var commonFourthByteNodeIdx=this.decodeTables.length;this.decodeTables.push(UNASSIGNED_NODE.slice(0));var firstByteNode=this.decodeTables[0];for(i=129;i<=254;i++)for(var secondByteNode=this.decodeTables[NODE_START-firstByteNode[i]],j=48;j<=57;j++){if(secondByteNode[j]===UNASSIGNED)secondByteNode[j]=NODE_START-commonThirdByteNodeIdx;else if(secondByteNode[j]>NODE_START)throw new Error("gb18030 decode tables conflict at byte 2");for(var thirdByteNode=this.decodeTables[NODE_START-secondByteNode[j]],k=129;k<=254;k++){if(thirdByteNode[k]===UNASSIGNED)thirdByteNode[k]=NODE_START-commonFourthByteNodeIdx;else{if(thirdByteNode[k]===NODE_START-commonFourthByteNodeIdx)continue;if(thirdByteNode[k]>NODE_START)throw new Error("gb18030 decode tables conflict at byte 3")}for(var fourthByteNode=this.decodeTables[NODE_START-thirdByteNode[k]],l=48;l<=57;l++)fourthByteNode[l]===UNASSIGNED&&(fourthByteNode[l]=GB18030_CODE)}}}this.defaultCharUnicode=iconv.defaultCharUnicode,this.encodeTable=[],this.encodeTableSeq=[];var skipEncodeChars={};if(codecOptions.encodeSkipVals)for(i=0;i<codecOptions.encodeSkipVals.length;i++){var val=codecOptions.encodeSkipVals[i];if("number"==typeof val)skipEncodeChars[val]=!0;else for(j=val.from;j<=val.to;j++)skipEncodeChars[j]=!0}if(this._fillEncodeTable(0,0,skipEncodeChars),codecOptions.encodeAdd)for(var uChar in codecOptions.encodeAdd)Object.prototype.hasOwnProperty.call(codecOptions.encodeAdd,uChar)&&this._setEncodeChar(uChar.charCodeAt(0),codecOptions.encodeAdd[uChar]);this.defCharSB=this.encodeTable[0][iconv.defaultCharSingleByte.charCodeAt(0)],this.defCharSB===UNASSIGNED&&(this.defCharSB=this.encodeTable[0]["?"]),this.defCharSB===UNASSIGNED&&(this.defCharSB="?".charCodeAt(0))}function DBCSEncoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.leadSurrogate=-1,this.seqObj=void 0,this.encodeTable=codec.encodeTable,this.encodeTableSeq=codec.encodeTableSeq,this.defaultCharSingleByte=codec.defCharSB,this.gb18030=codec.gb18030}function DBCSDecoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.nodeIdx=0,this.prevBytes=[],this.decodeTables=codec.decodeTables,this.decodeTableSeq=codec.decodeTableSeq,this.defaultCharUnicode=codec.defaultCharUnicode,this.gb18030=codec.gb18030}function findIdx(table,val){ |
| /*ThouShaltNotCache*/ |
| if(table[0]>val)return-1;for(var l=0,r=table.length;l<r-1;){var mid=l+(r-l+1>>1);table[mid]<=val?l=mid:r=mid}return l}DBCSCodec.prototype.encoder=DBCSEncoder,DBCSCodec.prototype.decoder=DBCSDecoder,DBCSCodec.prototype._getDecodeTrieNode=function(addr){for( |
| /*ThouShaltNotCache*/ |
| var bytes=[];addr>0;addr>>>=8)bytes.push(255&addr);0==bytes.length&&bytes.push(0);for(var node=this.decodeTables[0],i=bytes.length-1;i>0;i--){var val=node[bytes[i]];if(val==UNASSIGNED)node[bytes[i]]=NODE_START-this.decodeTables.length,this.decodeTables.push(node=UNASSIGNED_NODE.slice(0));else{if(!(val<=NODE_START))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+addr.toString(16));node=this.decodeTables[NODE_START-val]}}return node},DBCSCodec.prototype._addDecodeChunk=function(chunk){ |
| /*ThouShaltNotCache*/ |
| var curAddr=parseInt(chunk[0],16),writeTable=this._getDecodeTrieNode(curAddr);curAddr&=255;for(var k=1;k<chunk.length;k++){var part=chunk[k];if("string"==typeof part)for(var l=0;l<part.length;){var code=part.charCodeAt(l++);if(55296<=code&&code<56320){var codeTrail=part.charCodeAt(l++);if(!(56320<=codeTrail&&codeTrail<57344))throw new Error("Incorrect surrogate pair in "+this.encodingName+" at chunk "+chunk[0]);writeTable[curAddr++]=65536+1024*(code-55296)+(codeTrail-56320)}else if(4080<code&&code<=4095){for(var len=4095-code+2,seq=[],m=0;m<len;m++)seq.push(part.charCodeAt(l++));writeTable[curAddr++]=-10-this.decodeTableSeq.length,this.decodeTableSeq.push(seq)}else writeTable[curAddr++]=code}else{if("number"!=typeof part)throw new Error("Incorrect type '"+typeof part+"' given in "+this.encodingName+" at chunk "+chunk[0]);var charCode=writeTable[curAddr-1]+1;for(l=0;l<part;l++)writeTable[curAddr++]=charCode++}}if(curAddr>255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+chunk[0]+": too long"+curAddr)},DBCSCodec.prototype._getEncodeBucket=function(uCode){ |
| /*ThouShaltNotCache*/ |
| var high=uCode>>8;return void 0===this.encodeTable[high]&&(this.encodeTable[high]=UNASSIGNED_NODE.slice(0)),this.encodeTable[high]},DBCSCodec.prototype._setEncodeChar=function(uCode,dbcsCode){ |
| /*ThouShaltNotCache*/ |
| var bucket=this._getEncodeBucket(uCode),low=255&uCode;bucket[low]<=-10?this.encodeTableSeq[-10-bucket[low]][-1]=dbcsCode:bucket[low]==UNASSIGNED&&(bucket[low]=dbcsCode)},DBCSCodec.prototype._setEncodeSequence=function(seq,dbcsCode){ |
| /*ThouShaltNotCache*/ |
| var node,uCode=seq[0],bucket=this._getEncodeBucket(uCode),low=255&uCode;bucket[low]<=-10?node=this.encodeTableSeq[-10-bucket[low]]:(node={},bucket[low]!==UNASSIGNED&&(node[-1]=bucket[low]),bucket[low]=-10-this.encodeTableSeq.length,this.encodeTableSeq.push(node));for(var j=1;j<seq.length-1;j++){var oldVal=node[uCode];"object"==typeof oldVal?node=oldVal:(node=node[uCode]={},void 0!==oldVal&&(node[-1]=oldVal))}node[uCode=seq[seq.length-1]]=dbcsCode},DBCSCodec.prototype._fillEncodeTable=function(nodeIdx,prefix,skipEncodeChars){for( |
| /*ThouShaltNotCache*/ |
| var node=this.decodeTables[nodeIdx],hasValues=!1,subNodeEmpty={},i=0;i<256;i++){var uCode=node[i],mbCode=prefix+i;if(!skipEncodeChars[mbCode])if(uCode>=0)this._setEncodeChar(uCode,mbCode),hasValues=!0;else if(uCode<=NODE_START){var subNodeIdx=NODE_START-uCode;if(!subNodeEmpty[subNodeIdx]){var newPrefix=mbCode<<8>>>0;this._fillEncodeTable(subNodeIdx,newPrefix,skipEncodeChars)?hasValues=!0:subNodeEmpty[subNodeIdx]=!0}}else uCode<=-10&&(this._setEncodeSequence(this.decodeTableSeq[-10-uCode],mbCode),hasValues=!0)}return hasValues},DBCSEncoder.prototype.write=function(str){for( |
| /*ThouShaltNotCache*/ |
| var newBuf=Buffer.alloc(str.length*(this.gb18030?4:3)),leadSurrogate=this.leadSurrogate,seqObj=this.seqObj,nextChar=-1,i=0,j=0;;){if(-1===nextChar){if(i==str.length)break;var uCode=str.charCodeAt(i++)}else{uCode=nextChar;nextChar=-1}if(55296<=uCode&&uCode<57344)if(uCode<56320){if(-1===leadSurrogate){leadSurrogate=uCode;continue}leadSurrogate=uCode,uCode=UNASSIGNED}else-1!==leadSurrogate?(uCode=65536+1024*(leadSurrogate-55296)+(uCode-56320),leadSurrogate=-1):uCode=UNASSIGNED;else-1!==leadSurrogate&&(nextChar=uCode,uCode=UNASSIGNED,leadSurrogate=-1);var dbcsCode=UNASSIGNED;if(void 0!==seqObj&&uCode!=UNASSIGNED){var resCode=seqObj[uCode];if("object"==typeof resCode){seqObj=resCode;continue}"number"==typeof resCode?dbcsCode=resCode:null==resCode&&void 0!==(resCode=seqObj[-1])&&(dbcsCode=resCode,nextChar=uCode),seqObj=void 0}else if(uCode>=0){var subtable=this.encodeTable[uCode>>8];if(void 0!==subtable&&(dbcsCode=subtable[255&uCode]),dbcsCode<=-10){seqObj=this.encodeTableSeq[-10-dbcsCode];continue}if(dbcsCode==UNASSIGNED&&this.gb18030){var idx=findIdx(this.gb18030.uChars,uCode);if(-1!=idx){dbcsCode=this.gb18030.gbChars[idx]+(uCode-this.gb18030.uChars[idx]);newBuf[j++]=129+Math.floor(dbcsCode/12600),dbcsCode%=12600,newBuf[j++]=48+Math.floor(dbcsCode/1260),dbcsCode%=1260,newBuf[j++]=129+Math.floor(dbcsCode/10),dbcsCode%=10,newBuf[j++]=48+dbcsCode;continue}}}dbcsCode===UNASSIGNED&&(dbcsCode=this.defaultCharSingleByte),dbcsCode<256?newBuf[j++]=dbcsCode:dbcsCode<65536?(newBuf[j++]=dbcsCode>>8,newBuf[j++]=255&dbcsCode):dbcsCode<16777216?(newBuf[j++]=dbcsCode>>16,newBuf[j++]=dbcsCode>>8&255,newBuf[j++]=255&dbcsCode):(newBuf[j++]=dbcsCode>>>24,newBuf[j++]=dbcsCode>>>16&255,newBuf[j++]=dbcsCode>>>8&255,newBuf[j++]=255&dbcsCode)}return this.seqObj=seqObj,this.leadSurrogate=leadSurrogate,newBuf.slice(0,j)},DBCSEncoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| if(-1!==this.leadSurrogate||void 0!==this.seqObj){var newBuf=Buffer.alloc(10),j=0;if(this.seqObj){var dbcsCode=this.seqObj[-1];void 0!==dbcsCode&&(dbcsCode<256?newBuf[j++]=dbcsCode:(newBuf[j++]=dbcsCode>>8,newBuf[j++]=255&dbcsCode)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(newBuf[j++]=this.defaultCharSingleByte,this.leadSurrogate=-1),newBuf.slice(0,j)}},DBCSEncoder.prototype.findIdx=findIdx,DBCSDecoder.prototype.write=function(buf){for( |
| /*ThouShaltNotCache*/ |
| var newBuf=Buffer.alloc(2*buf.length),nodeIdx=this.nodeIdx,prevBytes=this.prevBytes,prevOffset=this.prevBytes.length,seqStart=-this.prevBytes.length,i=0,j=0;i<buf.length;i++){var uCode,curByte=i>=0?buf[i]:prevBytes[i+prevOffset];if((uCode=this.decodeTables[nodeIdx][curByte])>=0);else if(uCode===UNASSIGNED)uCode=this.defaultCharUnicode.charCodeAt(0),i=seqStart;else if(uCode===GB18030_CODE){if(i>=3)var ptr=12600*(buf[i-3]-129)+1260*(buf[i-2]-48)+10*(buf[i-1]-129)+(curByte-48);else ptr=12600*(prevBytes[i-3+prevOffset]-129)+1260*((i-2>=0?buf[i-2]:prevBytes[i-2+prevOffset])-48)+10*((i-1>=0?buf[i-1]:prevBytes[i-1+prevOffset])-129)+(curByte-48);var idx=findIdx(this.gb18030.gbChars,ptr);uCode=this.gb18030.uChars[idx]+ptr-this.gb18030.gbChars[idx]}else{if(uCode<=NODE_START){nodeIdx=NODE_START-uCode;continue}if(!(uCode<=-10))throw new Error("iconv-lite internal error: invalid decoding table value "+uCode+" at "+nodeIdx+"/"+curByte);for(var seq=this.decodeTableSeq[-10-uCode],k=0;k<seq.length-1;k++)uCode=seq[k],newBuf[j++]=255&uCode,newBuf[j++]=uCode>>8;uCode=seq[seq.length-1]}if(uCode>=65536){var uCodeLead=55296|(uCode-=65536)>>10;newBuf[j++]=255&uCodeLead,newBuf[j++]=uCodeLead>>8,uCode=56320|1023&uCode}newBuf[j++]=255&uCode,newBuf[j++]=uCode>>8,nodeIdx=0,seqStart=i+1}return this.nodeIdx=nodeIdx,this.prevBytes=seqStart>=0?Array.prototype.slice.call(buf,seqStart):prevBytes.slice(seqStart+prevOffset).concat(Array.prototype.slice.call(buf)),newBuf.slice(0,j).toString("ucs2")},DBCSDecoder.prototype.end=function(){for( |
| /*ThouShaltNotCache*/ |
| var ret="";this.prevBytes.length>0;){ret+=this.defaultCharUnicode;var bytesArr=this.prevBytes.slice(1);this.prevBytes=[],this.nodeIdx=0,bytesArr.length>0&&(ret+=this.write(bytesArr))}return this.prevBytes=[],this.nodeIdx=0,ret}},12280:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLHeadingElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLHeadingElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLHeadingElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLHeadingElement",new.target)}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLHeadingElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLHeadingElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLHeadingElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLHeadingElement.prototype,{align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLHeadingElement",configurable:!0}}),ctorRegistry.HTMLHeadingElement=HTMLHeadingElement,Object.defineProperty(globalObject,"HTMLHeadingElement",{configurable:!0,writable:!0,value:HTMLHeadingElement})};const Impl=__webpack_require__(73963)},12430:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Crypto.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Crypto'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Crypto{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}getRandomValues(array){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getRandomValues' called on an object that is not a valid instance of Crypto.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getRandomValues' on 'Crypto': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];if(!ArrayBuffer.isView(curArg))throw new globalObject.TypeError("Failed to execute 'getRandomValues' on 'Crypto': parameter 1 is not of any supported type.");args.push(curArg)}return esValue[implSymbol].getRandomValues(...args)}randomUUID(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'randomUUID' called on an object that is not a valid instance of Crypto.");return esValue[implSymbol].randomUUID()}}Object.defineProperties(Crypto.prototype,{getRandomValues:{enumerable:!0},randomUUID:{enumerable:!0},[Symbol.toStringTag]:{value:"Crypto",configurable:!0}}),ctorRegistry.Crypto=Crypto,Object.defineProperty(globalObject,"Crypto",{configurable:!0,writable:!0,value:Crypto})};const Impl=__webpack_require__(31421)},12549:(module,exports,__webpack_require__)=>{(exports=module.exports=__webpack_require__(7546)).Stream=exports,exports.Readable=exports,exports.Writable=__webpack_require__(48510),exports.Duplex=__webpack_require__(5380),exports.Transform=__webpack_require__(56004),exports.PassThrough=__webpack_require__(98318),exports.finished=__webpack_require__(51872),exports.pipeline=__webpack_require__(83452)},12616:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);desc&&!("get"in desc?!m.__esModule:desc.writable||desc.configurable)||(desc={enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return m[k]}}),Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k),o[k2]=m[k]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(o,"default",{enumerable:!0,value:v})}:function(o,v){ |
| /*ThouShaltNotCache*/ |
| o.default=v}),__importStar=this&&this.__importStar||function(mod){ |
| /*ThouShaltNotCache*/ |
| if(mod&&mod.__esModule)return mod;var result={};if(null!=mod)for(var k in mod)"default"!==k&&Object.prototype.hasOwnProperty.call(mod,k)&&__createBinding(result,mod,k);return __setModuleDefault(result,mod),result};Object.defineProperty(exports,"__esModule",{value:!0}),exports.CookieJar=void 0;const getPublicSuffix_1=__webpack_require__(7480),validators=__importStar(__webpack_require__(71237)),validators_1=__webpack_require__(71237),store_1=__webpack_require__(57885),memstore_1=__webpack_require__(22304),pathMatch_1=__webpack_require__(88384),cookie_1=__webpack_require__(76069),utils_1=__webpack_require__(19021),canonicalDomain_1=__webpack_require__(41573),constants_1=__webpack_require__(90842),defaultPath_1=__webpack_require__(12973),domainMatch_1=__webpack_require__(42810),cookieCompare_1=__webpack_require__(96642),version_1=__webpack_require__(96472),defaultSetCookieOptions={loose:!1,sameSiteContext:void 0,ignoreError:!1,http:!0},defaultGetCookieOptions={http:!0,expire:!0,allPaths:!1,sameSiteContext:void 0,sort:void 0},SAME_SITE_CONTEXT_VAL_ERR='Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';function getCookieContext(url){ |
| /*ThouShaltNotCache*/ |
| if(url&&"object"==typeof url&&"hostname"in url&&"string"==typeof url.hostname&&"pathname"in url&&"string"==typeof url.pathname&&"protocol"in url&&"string"==typeof url.protocol)return{hostname:url.hostname,pathname:url.pathname,protocol:url.protocol};if("string"!=typeof url)throw new validators_1.ParameterError("`url` argument is not a string or URL.");try{return new URL(decodeURI(url))}catch{return new URL(url)}}function checkSameSiteContext(value){ |
| /*ThouShaltNotCache*/ |
| const context=String(value).toLowerCase();return"none"===context||"lax"===context||"strict"===context?context:void 0}function getNormalizedPrefixSecurity(prefixSecurity){ |
| /*ThouShaltNotCache*/ |
| const normalizedPrefixSecurity=prefixSecurity.toLowerCase();switch(normalizedPrefixSecurity){case constants_1.PrefixSecurityEnum.STRICT:case constants_1.PrefixSecurityEnum.SILENT:case constants_1.PrefixSecurityEnum.DISABLED:return normalizedPrefixSecurity;default:return constants_1.PrefixSecurityEnum.SILENT}}class CookieJar{constructor(store,options){ |
| /*ThouShaltNotCache*/ |
| "boolean"==typeof options&&(options={rejectPublicSuffixes:options}),this.rejectPublicSuffixes=options?.rejectPublicSuffixes??!0,this.enableLooseMode=options?.looseMode??!1,this.allowSpecialUseDomain=options?.allowSpecialUseDomain??!0,this.prefixSecurity=getNormalizedPrefixSecurity(options?.prefixSecurity??"silent"),this.store=store??new memstore_1.MemoryCookieStore}callSync(fn){ |
| /*ThouShaltNotCache*/ |
| if(!this.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");let syncResult,syncErr=null;try{fn.call(this,(error,result)=>{ |
| /*ThouShaltNotCache*/ |
| syncErr=error,syncResult=result})}catch(err){syncErr=err}if(syncErr)throw syncErr;return syncResult}setCookie(cookie,url,options,callback){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof options&&(callback=options,options=void 0);const promiseCallback=(0,utils_1.createPromiseCallback)(callback),cb=promiseCallback.callback;let context;try{if("string"==typeof url&&validators.validate(validators.isNonEmptyString(url),callback,(0,utils_1.safeToString)(options)),context=getCookieContext(url),"function"==typeof url)return promiseCallback.reject(new Error("No URL was specified"));if("function"==typeof options&&(options=defaultSetCookieOptions),validators.validate("function"==typeof cb,cb),!validators.isNonEmptyString(cookie)&&!validators.isObject(cookie)&&cookie instanceof String&&0==cookie.length)return promiseCallback.resolve(void 0)}catch(err){return promiseCallback.reject(err)}const host=(0,canonicalDomain_1.canonicalDomain)(context.hostname)??null,loose=options?.loose||this.enableLooseMode;let sameSiteContext=null;if(options?.sameSiteContext&&(sameSiteContext=checkSameSiteContext(options.sameSiteContext),!sameSiteContext))return promiseCallback.reject(new Error(SAME_SITE_CONTEXT_VAL_ERR));if("string"==typeof cookie||cookie instanceof String){const parsedCookie=cookie_1.Cookie.parse(cookie.toString(),{loose});if(!parsedCookie){const err=new Error("Cookie failed to parse");return options?.ignoreError?promiseCallback.resolve(void 0):promiseCallback.reject(err)}cookie=parsedCookie}else if(!(cookie instanceof cookie_1.Cookie)){const err=new Error("First argument to setCookie must be a Cookie object or string");return options?.ignoreError?promiseCallback.resolve(void 0):promiseCallback.reject(err)}const now=options?.now||new Date;if(this.rejectPublicSuffixes&&cookie.domain)try{const cdomain=cookie.cdomain();if(null==("string"==typeof cdomain?(0,getPublicSuffix_1.getPublicSuffix)(cdomain,{allowSpecialUseDomain:this.allowSpecialUseDomain,ignoreError:options?.ignoreError}):null)&&!constants_1.IP_V6_REGEX_OBJECT.test(cookie.domain)){const err=new Error("Cookie has domain set to a public suffix");return options?.ignoreError?promiseCallback.resolve(void 0):promiseCallback.reject(err)}}catch(err){return options?.ignoreError?promiseCallback.resolve(void 0):promiseCallback.reject(err)}if(cookie.domain){if(!(0,domainMatch_1.domainMatch)(host??void 0,cookie.cdomain()??void 0,!1)){const err=new Error(`Cookie not in this host's domain. Cookie:${cookie.cdomain()??"null"} Request:${host??"null"}`);return options?.ignoreError?promiseCallback.resolve(void 0):promiseCallback.reject(err)}null==cookie.hostOnly&&(cookie.hostOnly=!1)}else cookie.hostOnly=!0,cookie.domain=host;if(cookie.path&&"/"===cookie.path[0]||(cookie.path=(0,defaultPath_1.defaultPath)(context.pathname),cookie.pathIsDefault=!0),!1===options?.http&&cookie.httpOnly){const err=new Error("Cookie is HttpOnly and this isn't an HTTP API");return options.ignoreError?promiseCallback.resolve(void 0):promiseCallback.reject(err)}if("none"!==cookie.sameSite&&void 0!==cookie.sameSite&&sameSiteContext&&"none"===sameSiteContext){const err=new Error("Cookie is SameSite but this is a cross-origin request");return options?.ignoreError?promiseCallback.resolve(void 0):promiseCallback.reject(err)}const ignoreErrorForPrefixSecurity=this.prefixSecurity===constants_1.PrefixSecurityEnum.SILENT;if(!(this.prefixSecurity===constants_1.PrefixSecurityEnum.DISABLED)){let errorMsg,errorFound=!1;if(!function(cookie){return!("string"==typeof cookie.key&&cookie.key.startsWith("__Secure-"))||cookie.secure}(cookie)?(errorFound=!0,errorMsg="Cookie has __Secure prefix but Secure attribute is not set"):function(cookie){return!("string"==typeof cookie.key&&cookie.key.startsWith("__Host-"))||Boolean(cookie.secure&&cookie.hostOnly&&null!=cookie.path&&"/"===cookie.path)}(cookie)||(errorFound=!0,errorMsg="Cookie has __Host prefix but either Secure or HostOnly attribute is not set or Path is not '/'"),errorFound)return options?.ignoreError||ignoreErrorForPrefixSecurity?promiseCallback.resolve(void 0):promiseCallback.reject(new Error(errorMsg))}const store=this.store;store.updateCookie||(store.updateCookie=async function(_oldCookie,newCookie,cb){ |
| /*ThouShaltNotCache*/ |
| return this.putCookie(newCookie).then(()=>cb?.(null),error=>cb?.(error))});return store.findCookie(cookie.domain,cookie.path,cookie.key,function(err,oldCookie){ |
| /*ThouShaltNotCache*/ |
| if(err)return void cb(err);const next=function(err){ |
| /*ThouShaltNotCache*/ |
| err?cb(err):cb(null,"string"==typeof cookie?void 0:cookie)};if(oldCookie){if(options&&"http"in options&&!1===options.http&&oldCookie.httpOnly)return err=new Error("old Cookie is HttpOnly and this isn't an HTTP API"),void(options.ignoreError?cb(null,void 0):cb(err));cookie instanceof cookie_1.Cookie&&(cookie.creation=oldCookie.creation,cookie.creationIndex=oldCookie.creationIndex,cookie.lastAccessed=now,store.updateCookie(oldCookie,cookie,next))}else cookie instanceof cookie_1.Cookie&&(cookie.creation=cookie.lastAccessed=now,store.putCookie(cookie,next))}),promiseCallback.promise}setCookieSync(cookie,url,options){ |
| /*ThouShaltNotCache*/ |
| const setCookieFn=options?this.setCookie.bind(this,cookie,url,options):this.setCookie.bind(this,cookie,url);return this.callSync(setCookieFn)}getCookies(url,options,callback){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof options?(callback=options,options=defaultGetCookieOptions):void 0===options&&(options=defaultGetCookieOptions);const promiseCallback=(0,utils_1.createPromiseCallback)(callback),cb=promiseCallback.callback;let context;try{"string"==typeof url&&validators.validate(validators.isNonEmptyString(url),cb,url),context=getCookieContext(url),validators.validate(validators.isObject(options),cb,(0,utils_1.safeToString)(options)),validators.validate("function"==typeof cb,cb)}catch(parameterError){return promiseCallback.reject(parameterError)}const host=(0,canonicalDomain_1.canonicalDomain)(context.hostname),path=context.pathname||"/",secure=context.protocol&&("https:"==context.protocol||"wss:"==context.protocol);let sameSiteLevel=0;if(options.sameSiteContext){const sameSiteContext=checkSameSiteContext(options.sameSiteContext);if(null==sameSiteContext)return promiseCallback.reject(new Error(SAME_SITE_CONTEXT_VAL_ERR));if(sameSiteLevel=cookie_1.Cookie.sameSiteLevel[sameSiteContext],!sameSiteLevel)return promiseCallback.reject(new Error(SAME_SITE_CONTEXT_VAL_ERR))}const http=options.http??!0,now=Date.now(),expireCheck=options.expire??!0,allPaths=options.allPaths??!1,store=this.store;function matchingCookie(c){ |
| /*ThouShaltNotCache*/ |
| if(c.hostOnly){if(c.domain!=host)return!1}else if(!(0,domainMatch_1.domainMatch)(host??void 0,c.domain??void 0,!1))return!1;if(!allPaths&&"string"==typeof c.path&&!(0,pathMatch_1.pathMatch)(path,c.path))return!1;if(c.secure&&!secure)return!1;if(c.httpOnly&&!http)return!1;if(sameSiteLevel){let cookieLevel;if(cookieLevel="lax"===c.sameSite?cookie_1.Cookie.sameSiteLevel.lax:"strict"===c.sameSite?cookie_1.Cookie.sameSiteLevel.strict:cookie_1.Cookie.sameSiteLevel.none,cookieLevel>sameSiteLevel)return!1}const expiryTime=c.expiryTime();return!(expireCheck&&null!=expiryTime&&expiryTime<=now)||(store.removeCookie(c.domain,c.path,c.key,()=>{}),!1)}return store.findCookies(host,allPaths?null:path,this.allowSpecialUseDomain,(err,cookies)=>{ |
| /*ThouShaltNotCache*/ |
| if(err)return void cb(err);if(null==cookies)return void cb(null,[]);cookies=cookies.filter(matchingCookie),"sort"in options&&!1!==options.sort&&(cookies=cookies.sort(cookieCompare_1.cookieCompare));const now=new Date;for(const cookie of cookies)cookie.lastAccessed=now;cb(null,cookies)}),promiseCallback.promise}getCookiesSync(url,options){ |
| /*ThouShaltNotCache*/ |
| return this.callSync(this.getCookies.bind(this,url,options))??[]}getCookieString(url,options,callback){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof options&&(callback=options,options=void 0);const promiseCallback=(0,utils_1.createPromiseCallback)(callback);return this.getCookies(url,options,function(err,cookies){ |
| /*ThouShaltNotCache*/ |
| err?promiseCallback.callback(err):promiseCallback.callback(null,cookies?.sort(cookieCompare_1.cookieCompare).map(c=>c.cookieString()).join("; "))}),promiseCallback.promise}getCookieStringSync(url,options){ |
| /*ThouShaltNotCache*/ |
| return this.callSync(options?this.getCookieString.bind(this,url,options):this.getCookieString.bind(this,url))??""}getSetCookieStrings(url,options,callback){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof options&&(callback=options,options=void 0);const promiseCallback=(0,utils_1.createPromiseCallback)(callback);return this.getCookies(url,options,function(err,cookies){ |
| /*ThouShaltNotCache*/ |
| err?promiseCallback.callback(err):promiseCallback.callback(null,cookies?.map(c=>c.toString()))}),promiseCallback.promise}getSetCookieStringsSync(url,options={}){ |
| /*ThouShaltNotCache*/ |
| return this.callSync(this.getSetCookieStrings.bind(this,url,options))??[]}serialize(callback){ |
| /*ThouShaltNotCache*/ |
| const promiseCallback=(0,utils_1.createPromiseCallback)(callback);let type=this.store.constructor.name;validators.isObject(type)&&(type=null);const serialized={version:`tough-cookie@${version_1.version}`,storeType:type,rejectPublicSuffixes:this.rejectPublicSuffixes,enableLooseMode:this.enableLooseMode,allowSpecialUseDomain:this.allowSpecialUseDomain,prefixSecurity:getNormalizedPrefixSecurity(this.prefixSecurity),cookies:[]};return"function"!=typeof this.store.getAllCookies?promiseCallback.reject(new Error("store does not support getAllCookies and cannot be serialized")):(this.store.getAllCookies((err,cookies)=>{ |
| /*ThouShaltNotCache*/ |
| err?promiseCallback.callback(err):null!=cookies?(serialized.cookies=cookies.map(cookie=>{ |
| /*ThouShaltNotCache*/ |
| const serializedCookie=cookie.toJSON();return delete serializedCookie.creationIndex,serializedCookie}),promiseCallback.callback(null,serialized)):promiseCallback.callback(null,serialized)}),promiseCallback.promise)}serializeSync(){ |
| /*ThouShaltNotCache*/ |
| return this.callSync(callback=>{ |
| /*ThouShaltNotCache*/ |
| this.serialize(callback)})}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return this.serializeSync()}_importCookies(serialized,callback){ |
| /*ThouShaltNotCache*/ |
| let cookies;if(serialized&&"object"==typeof serialized&&(0,utils_1.inOperator)("cookies",serialized)&&Array.isArray(serialized.cookies)&&(cookies=serialized.cookies),!cookies)return void callback(new Error("serialized jar has no cookies array"),void 0);cookies=cookies.slice();const putNext=err=>{ |
| /*ThouShaltNotCache*/ |
| if(err)callback(err,void 0);else if(Array.isArray(cookies)){if(!cookies.length)return void callback(err,this);let cookie;try{cookie=cookie_1.Cookie.fromJSON(cookies.shift())}catch(e){return void callback(e instanceof Error?e:new Error,void 0)}if(void 0===cookie)return void putNext(null);this.store.putCookie(cookie,putNext)}};putNext(null)}_importCookiesSync(serialized){ |
| /*ThouShaltNotCache*/ |
| this.callSync(this._importCookies.bind(this,serialized))}clone(newStore,callback){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof newStore&&(callback=newStore,newStore=void 0);const promiseCallback=(0,utils_1.createPromiseCallback)(callback),cb=promiseCallback.callback;return this.serialize((err,serialized)=> |
| /*ThouShaltNotCache*/ |
| err?promiseCallback.reject(err):CookieJar.deserialize(serialized??"",newStore,cb)),promiseCallback.promise}_cloneSync(newStore){ |
| /*ThouShaltNotCache*/ |
| const cloneFn=newStore&&"function"!=typeof newStore?this.clone.bind(this,newStore):this.clone.bind(this);return this.callSync(callback=>{ |
| /*ThouShaltNotCache*/ |
| cloneFn(callback)})}cloneSync(newStore){ |
| /*ThouShaltNotCache*/ |
| if(!newStore)return this._cloneSync();if(!newStore.synchronous)throw new Error("CookieJar clone destination store is not synchronous; use async API instead.");return this._cloneSync(newStore)}removeAllCookies(callback){ |
| /*ThouShaltNotCache*/ |
| const promiseCallback=(0,utils_1.createPromiseCallback)(callback),cb=promiseCallback.callback,store=this.store;return"function"==typeof store.removeAllCookies&&store.removeAllCookies!==store_1.Store.prototype.removeAllCookies?(store.removeAllCookies(cb),promiseCallback.promise):(store.getAllCookies((err,cookies)=>{ |
| /*ThouShaltNotCache*/ |
| if(err)return void cb(err);if(cookies||(cookies=[]),0===cookies.length)return void cb(null,void 0);let completedCount=0;const removeErrors=[],removeCookieCb=function(removeErr){ |
| /*ThouShaltNotCache*/ |
| removeErr&&removeErrors.push(removeErr),completedCount++,completedCount!==cookies.length||(removeErrors[0]?cb(removeErrors[0]):cb(null,void 0))};cookies.forEach(cookie=>{ |
| /*ThouShaltNotCache*/ |
| store.removeCookie(cookie.domain,cookie.path,cookie.key,removeCookieCb)})}),promiseCallback.promise)}removeAllCookiesSync(){ |
| /*ThouShaltNotCache*/ |
| this.callSync(callback=>{ |
| /*ThouShaltNotCache*/ |
| this.removeAllCookies(callback)})}static deserialize(strOrObj,store,callback){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof store&&(callback=store,store=void 0);const promiseCallback=(0,utils_1.createPromiseCallback)(callback);let serialized;if("string"==typeof strOrObj)try{serialized=JSON.parse(strOrObj)}catch(e){return promiseCallback.reject(e instanceof Error?e:new Error)}else serialized=strOrObj;const readSerializedProperty=property=>serialized&&"object"==typeof serialized&&(0,utils_1.inOperator)(property,serialized)?serialized[property]:void 0,readSerializedBoolean=property=>{ |
| /*ThouShaltNotCache*/ |
| const value=readSerializedProperty(property);return"boolean"==typeof value?value:void 0},jar=new CookieJar(store,{rejectPublicSuffixes:readSerializedBoolean("rejectPublicSuffixes"),looseMode:readSerializedBoolean("enableLooseMode"),allowSpecialUseDomain:readSerializedBoolean("allowSpecialUseDomain"),prefixSecurity:getNormalizedPrefixSecurity((property=>{ |
| /*ThouShaltNotCache*/ |
| const value=readSerializedProperty(property);return"string"==typeof value?value:void 0})("prefixSecurity")??"silent")});return jar._importCookies(serialized,err=>{ |
| /*ThouShaltNotCache*/ |
| err?promiseCallback.callback(err):promiseCallback.callback(null,jar)}),promiseCallback.promise}static deserializeSync(strOrObj,store){ |
| /*ThouShaltNotCache*/ |
| const serialized="string"==typeof strOrObj?JSON.parse(strOrObj):strOrObj,readSerializedProperty=property=>serialized&&"object"==typeof serialized&&(0,utils_1.inOperator)(property,serialized)?serialized[property]:void 0,readSerializedBoolean=property=>{ |
| /*ThouShaltNotCache*/ |
| const value=readSerializedProperty(property);return"boolean"==typeof value?value:void 0},jar=new CookieJar(store,{rejectPublicSuffixes:readSerializedBoolean("rejectPublicSuffixes"),looseMode:readSerializedBoolean("enableLooseMode"),allowSpecialUseDomain:readSerializedBoolean("allowSpecialUseDomain"),prefixSecurity:getNormalizedPrefixSecurity((property=>{ |
| /*ThouShaltNotCache*/ |
| const value=readSerializedProperty(property);return"string"==typeof value?value:void 0})("prefixSecurity")??"silent")});if(!jar.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");return jar._importCookiesSync(serialized),jar}static fromJSON(jsonString,store){ |
| /*ThouShaltNotCache*/ |
| return CookieJar.deserializeSync(jsonString,store)}}exports.CookieJar=CookieJar},12857:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var GetIntrinsic=__webpack_require__(38299),callBind=__webpack_require__(88953),$indexOf=callBind(GetIntrinsic("String.prototype.indexOf"));module.exports=function(name,allowMissing){ |
| /*ThouShaltNotCache*/ |
| var intrinsic=GetIntrinsic(name,!!allowMissing);return"function"==typeof intrinsic&&$indexOf(name,".prototype.")>-1?callBind(intrinsic):intrinsic}},12920:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventTarget=(__webpack_require__(65554),__webpack_require__(87950)),EventModifierInit=__webpack_require__(68032);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventModifierInit._convertInherit(globalObject,obj,ret,{context});{const key="button";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.short(value,{context:context+" has member 'button' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="buttons";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned short"](value,{context:context+" has member 'buttons' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="clientX";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.long(value,{context:context+" has member 'clientX' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="clientX";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.double(value,{context:context+" has member 'clientX' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="clientY";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.long(value,{context:context+" has member 'clientY' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="clientY";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.double(value,{context:context+" has member 'clientY' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="relatedTarget";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:EventTarget.convert(globalObject,value,{context:context+" has member 'relatedTarget' that"}),ret[key]=value):ret[key]=null}{const key="screenX";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.long(value,{context:context+" has member 'screenX' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="screenX";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.double(value,{context:context+" has member 'screenX' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="screenY";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.long(value,{context:context+" has member 'screenY' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="screenY";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.double(value,{context:context+" has member 'screenY' that",globals:globalObject}),ret[key]=value):ret[key]=0}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},12973:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.defaultPath=function(path){ |
| /*ThouShaltNotCache*/ |
| if(!path||"/"!==path.slice(0,1))return"/";if("/"===path)return path;const rightSlash=path.lastIndexOf("/");if(0===rightSlash)return"/";return path.slice(0,rightSlash)}},13079:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),GetRootNodeOptions=__webpack_require__(35461),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,EventTarget=__webpack_require__(87950);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Node.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Node'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| EventTarget._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Node extends globalObject.EventTarget{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}getRootNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getRootNode' called on an object that is not a valid instance of Node.");const args=[];{let curArg=arguments[0];curArg=GetRootNodeOptions.convert(globalObject,curArg,{context:"Failed to execute 'getRootNode' on 'Node': parameter 1"}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getRootNode(...args))}hasChildNodes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'hasChildNodes' called on an object that is not a valid instance of Node.");return esValue[implSymbol].hasChildNodes()}normalize(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'normalize' called on an object that is not a valid instance of Node.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].normalize()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}cloneNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'cloneNode' called on an object that is not a valid instance of Node.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'cloneNode' on 'Node': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].cloneNode(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}isEqualNode(otherNode){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'isEqualNode' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:exports.convert(globalObject,curArg,{context:"Failed to execute 'isEqualNode' on 'Node': parameter 1"}),args.push(curArg)}return esValue[implSymbol].isEqualNode(...args)}isSameNode(otherNode){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'isSameNode' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'isSameNode' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:exports.convert(globalObject,curArg,{context:"Failed to execute 'isSameNode' on 'Node': parameter 1"}),args.push(curArg)}return esValue[implSymbol].isSameNode(...args)}compareDocumentPosition(other){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'compareDocumentPosition' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=exports.convert(globalObject,curArg,{context:"Failed to execute 'compareDocumentPosition' on 'Node': parameter 1"}),args.push(curArg)}return esValue[implSymbol].compareDocumentPosition(...args)}contains(other){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'contains' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'contains' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:exports.convert(globalObject,curArg,{context:"Failed to execute 'contains' on 'Node': parameter 1"}),args.push(curArg)}return esValue[implSymbol].contains(...args)}lookupPrefix(namespace){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'lookupPrefix' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'lookupPrefix' on 'Node': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].lookupPrefix(...args)}lookupNamespaceURI(prefix){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'lookupNamespaceURI' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'lookupNamespaceURI' on 'Node': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].lookupNamespaceURI(...args)}isDefaultNamespace(namespace){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'isDefaultNamespace' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'isDefaultNamespace' on 'Node': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].isDefaultNamespace(...args)}insertBefore(node,child){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertBefore' called on an object that is not a valid instance of Node.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'insertBefore' on 'Node': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=exports.convert(globalObject,curArg,{context:"Failed to execute 'insertBefore' on 'Node': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=null==curArg?null:exports.convert(globalObject,curArg,{context:"Failed to execute 'insertBefore' on 'Node': parameter 2"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].insertBefore(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}appendChild(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'appendChild' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'appendChild' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=exports.convert(globalObject,curArg,{context:"Failed to execute 'appendChild' on 'Node': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].appendChild(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}replaceChild(node,child){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceChild' called on an object that is not a valid instance of Node.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'replaceChild' on 'Node': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=exports.convert(globalObject,curArg,{context:"Failed to execute 'replaceChild' on 'Node': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=exports.convert(globalObject,curArg,{context:"Failed to execute 'replaceChild' on 'Node': parameter 2"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].replaceChild(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}removeChild(child){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeChild' called on an object that is not a valid instance of Node.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'removeChild' on 'Node': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=exports.convert(globalObject,curArg,{context:"Failed to execute 'removeChild' on 'Node': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].removeChild(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get nodeType(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nodeType' called on an object that is not a valid instance of Node.");return esValue[implSymbol].nodeType}get nodeName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nodeName' called on an object that is not a valid instance of Node.");return esValue[implSymbol].nodeName}get baseURI(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get baseURI' called on an object that is not a valid instance of Node.");return esValue[implSymbol].baseURI}get isConnected(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get isConnected' called on an object that is not a valid instance of Node.");return esValue[implSymbol].isConnected}get ownerDocument(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ownerDocument' called on an object that is not a valid instance of Node.");return utils.tryWrapperForImpl(esValue[implSymbol].ownerDocument)}get parentNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get parentNode' called on an object that is not a valid instance of Node.");return utils.tryWrapperForImpl(esValue[implSymbol].parentNode)}get parentElement(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get parentElement' called on an object that is not a valid instance of Node.");return utils.tryWrapperForImpl(esValue[implSymbol].parentElement)}get childNodes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get childNodes' called on an object that is not a valid instance of Node.");return utils.getSameObject(this,"childNodes",()=>utils.tryWrapperForImpl(esValue[implSymbol].childNodes))}get firstChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get firstChild' called on an object that is not a valid instance of Node.");return utils.tryWrapperForImpl(esValue[implSymbol].firstChild)}get lastChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lastChild' called on an object that is not a valid instance of Node.");return utils.tryWrapperForImpl(esValue[implSymbol].lastChild)}get previousSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get previousSibling' called on an object that is not a valid instance of Node.");return utils.tryWrapperForImpl(esValue[implSymbol].previousSibling)}get nextSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nextSibling' called on an object that is not a valid instance of Node.");return utils.tryWrapperForImpl(esValue[implSymbol].nextSibling)}get nodeValue(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nodeValue' called on an object that is not a valid instance of Node.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].nodeValue}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set nodeValue(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set nodeValue' called on an object that is not a valid instance of Node.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'nodeValue' property on 'Node': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].nodeValue=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get textContent(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get textContent' called on an object that is not a valid instance of Node.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].textContent}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set textContent(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set textContent' called on an object that is not a valid instance of Node.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'textContent' property on 'Node': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].textContent=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(Node.prototype,{getRootNode:{enumerable:!0},hasChildNodes:{enumerable:!0},normalize:{enumerable:!0},cloneNode:{enumerable:!0},isEqualNode:{enumerable:!0},isSameNode:{enumerable:!0},compareDocumentPosition:{enumerable:!0},contains:{enumerable:!0},lookupPrefix:{enumerable:!0},lookupNamespaceURI:{enumerable:!0},isDefaultNamespace:{enumerable:!0},insertBefore:{enumerable:!0},appendChild:{enumerable:!0},replaceChild:{enumerable:!0},removeChild:{enumerable:!0},nodeType:{enumerable:!0},nodeName:{enumerable:!0},baseURI:{enumerable:!0},isConnected:{enumerable:!0},ownerDocument:{enumerable:!0},parentNode:{enumerable:!0},parentElement:{enumerable:!0},childNodes:{enumerable:!0},firstChild:{enumerable:!0},lastChild:{enumerable:!0},previousSibling:{enumerable:!0},nextSibling:{enumerable:!0},nodeValue:{enumerable:!0},textContent:{enumerable:!0},[Symbol.toStringTag]:{value:"Node",configurable:!0},ELEMENT_NODE:{value:1,enumerable:!0},ATTRIBUTE_NODE:{value:2,enumerable:!0},TEXT_NODE:{value:3,enumerable:!0},CDATA_SECTION_NODE:{value:4,enumerable:!0},ENTITY_REFERENCE_NODE:{value:5,enumerable:!0},ENTITY_NODE:{value:6,enumerable:!0},PROCESSING_INSTRUCTION_NODE:{value:7,enumerable:!0},COMMENT_NODE:{value:8,enumerable:!0},DOCUMENT_NODE:{value:9,enumerable:!0},DOCUMENT_TYPE_NODE:{value:10,enumerable:!0},DOCUMENT_FRAGMENT_NODE:{value:11,enumerable:!0},NOTATION_NODE:{value:12,enumerable:!0},DOCUMENT_POSITION_DISCONNECTED:{value:1,enumerable:!0},DOCUMENT_POSITION_PRECEDING:{value:2,enumerable:!0},DOCUMENT_POSITION_FOLLOWING:{value:4,enumerable:!0},DOCUMENT_POSITION_CONTAINS:{value:8,enumerable:!0},DOCUMENT_POSITION_CONTAINED_BY:{value:16,enumerable:!0},DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:{value:32,enumerable:!0}}),Object.defineProperties(Node,{ELEMENT_NODE:{value:1,enumerable:!0},ATTRIBUTE_NODE:{value:2,enumerable:!0},TEXT_NODE:{value:3,enumerable:!0},CDATA_SECTION_NODE:{value:4,enumerable:!0},ENTITY_REFERENCE_NODE:{value:5,enumerable:!0},ENTITY_NODE:{value:6,enumerable:!0},PROCESSING_INSTRUCTION_NODE:{value:7,enumerable:!0},COMMENT_NODE:{value:8,enumerable:!0},DOCUMENT_NODE:{value:9,enumerable:!0},DOCUMENT_TYPE_NODE:{value:10,enumerable:!0},DOCUMENT_FRAGMENT_NODE:{value:11,enumerable:!0},NOTATION_NODE:{value:12,enumerable:!0},DOCUMENT_POSITION_DISCONNECTED:{value:1,enumerable:!0},DOCUMENT_POSITION_PRECEDING:{value:2,enumerable:!0},DOCUMENT_POSITION_FOLLOWING:{value:4,enumerable:!0},DOCUMENT_POSITION_CONTAINS:{value:8,enumerable:!0},DOCUMENT_POSITION_CONTAINED_BY:{value:16,enumerable:!0},DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:{value:32,enumerable:!0}}),ctorRegistry.Node=Node,Object.defineProperty(globalObject,"Node",{configurable:!0,writable:!0,value:Node})};const Impl=__webpack_require__(59550)},13190:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var GetIntrinsic=__webpack_require__(38299),callBindBasic=__webpack_require__(69472),$indexOf=callBindBasic([GetIntrinsic("%String.prototype.indexOf%")]);module.exports=function(name,allowMissing){ |
| /*ThouShaltNotCache*/ |
| var intrinsic=GetIntrinsic(name,!!allowMissing);return"function"==typeof intrinsic&&$indexOf(name,".prototype.")>-1?callBindBasic([intrinsic]):intrinsic}},13221:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var GetIntrinsic=__webpack_require__(38299),callBound=__webpack_require__(13190),inspect=__webpack_require__(48657),$TypeError=__webpack_require__(1953),$Map=GetIntrinsic("%Map%",!0),$mapGet=callBound("Map.prototype.get",!0),$mapSet=callBound("Map.prototype.set",!0),$mapHas=callBound("Map.prototype.has",!0),$mapDelete=callBound("Map.prototype.delete",!0),$mapSize=callBound("Map.prototype.size",!0);module.exports=!!$Map&&function(){ |
| /*ThouShaltNotCache*/ |
| var $m,channel={assert:function(key){ |
| /*ThouShaltNotCache*/ |
| if(!channel.has(key))throw new $TypeError("Side channel does not contain "+inspect(key))},delete:function(key){ |
| /*ThouShaltNotCache*/ |
| if($m){var result=$mapDelete($m,key);return 0===$mapSize($m)&&($m=void 0),result}return!1},get:function(key){ |
| /*ThouShaltNotCache*/ |
| if($m)return $mapGet($m,key)},has:function(key){ |
| /*ThouShaltNotCache*/ |
| return!!$m&&$mapHas($m,key)},set:function(key,value){ |
| /*ThouShaltNotCache*/ |
| $m||($m=new $Map),$mapSet($m,key,value)}};return channel}},13267:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLMetaElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLMetaElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLMetaElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLMetaElement",new.target)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLMetaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLMetaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLMetaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get httpEquiv(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get httpEquiv' called on an object that is not a valid instance of HTMLMetaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("http-equiv");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set httpEquiv(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set httpEquiv' called on an object that is not a valid instance of HTMLMetaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'httpEquiv' property on 'HTMLMetaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("http-equiv",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get content(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get content' called on an object that is not a valid instance of HTMLMetaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("content");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set content(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set content' called on an object that is not a valid instance of HTMLMetaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'content' property on 'HTMLMetaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("content",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get scheme(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scheme' called on an object that is not a valid instance of HTMLMetaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("scheme");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set scheme(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set scheme' called on an object that is not a valid instance of HTMLMetaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'scheme' property on 'HTMLMetaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("scheme",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLMetaElement.prototype,{name:{enumerable:!0},httpEquiv:{enumerable:!0},content:{enumerable:!0},scheme:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMetaElement",configurable:!0}}),ctorRegistry.HTMLMetaElement=HTMLMetaElement,Object.defineProperty(globalObject,"HTMLMetaElement",{configurable:!0,writable:!0,value:HTMLMetaElement})};const Impl=__webpack_require__(53930)},13697:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},13787:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof value)throw new globalObject.TypeError(context+" is not a function");function invokeTheCallbackFunction(...args){ |
| /*ThouShaltNotCache*/ |
| const thisArg=utils.tryWrapperForImpl(this);let callResult;for(let i=0;i<args.length;i++)args[i]=utils.tryWrapperForImpl(args[i]);return callResult=Reflect.apply(value,thisArg,args),callResult=conversions.any(callResult,{context,globals:globalObject}),callResult}return invokeTheCallbackFunction.construct=(...args)=>{ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<args.length;i++)args[i]=utils.tryWrapperForImpl(args[i]);let callResult=Reflect.construct(value,args);return callResult=conversions.any(callResult,{context,globals:globalObject}),callResult},invokeTheCallbackFunction[utils.wrapperSymbol]=value,invokeTheCallbackFunction.objectReference=value,invokeTheCallbackFunction}},13927:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGRect.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGRect'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGRect{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get x(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get x' called on an object that is not a valid instance of SVGRect.");return esValue[implSymbol].x}set x(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set x' called on an object that is not a valid instance of SVGRect.");V=conversions.float(V,{context:"Failed to set the 'x' property on 'SVGRect': The provided value",globals:globalObject}),esValue[implSymbol].x=V}get y(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get y' called on an object that is not a valid instance of SVGRect.");return esValue[implSymbol].y}set y(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set y' called on an object that is not a valid instance of SVGRect.");V=conversions.float(V,{context:"Failed to set the 'y' property on 'SVGRect': The provided value",globals:globalObject}),esValue[implSymbol].y=V}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of SVGRect.");return esValue[implSymbol].width}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of SVGRect.");V=conversions.float(V,{context:"Failed to set the 'width' property on 'SVGRect': The provided value",globals:globalObject}),esValue[implSymbol].width=V}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of SVGRect.");return esValue[implSymbol].height}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of SVGRect.");V=conversions.float(V,{context:"Failed to set the 'height' property on 'SVGRect': The provided value",globals:globalObject}),esValue[implSymbol].height=V}}Object.defineProperties(SVGRect.prototype,{x:{enumerable:!0},y:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGRect",configurable:!0}}),ctorRegistry.SVGRect=SVGRect,Object.defineProperty(globalObject,"SVGRect",{configurable:!0,writable:!0,value:SVGRect})};const Impl=__webpack_require__(82783)},13947:(__unused_webpack_module,exports)=>{"use strict";exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| const{element,state={}}=privateData;this._element=element,this._state=state}get badInput(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("badInput")}get customError(){ |
| /*ThouShaltNotCache*/ |
| return""!==this._element._customValidityErrorMessage}get patternMismatch(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("patternMismatch")}get rangeOverflow(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("rangeOverflow")}get rangeUnderflow(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("rangeUnderflow")}get stepMismatch(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("stepMismatch")}get tooLong(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("tooLong")}get tooShort(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("tooShort")}get typeMismatch(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("typeMismatch")}get valueMissing(){ |
| /*ThouShaltNotCache*/ |
| return this._failsConstraint("valueMissing")}_failsConstraint(method){ |
| /*ThouShaltNotCache*/ |
| const validationMethod=this._state[method];return!!validationMethod&&validationMethod()}get valid(){ |
| /*ThouShaltNotCache*/ |
| return!(this.badInput||this.valueMissing||this.customError||this.patternMismatch||this.rangeOverflow||this.rangeUnderflow||this.stepMismatch||this.tooLong||this.tooShort||this.typeMismatch)}}},13963:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),idlUtils=__webpack_require__(65554),{closest}=__webpack_require__(49397),{isDisabled,isButton,isSubmitButton}=__webpack_require__(28888),Blob=__webpack_require__(23852),File=__webpack_require__(34149),conversions=__webpack_require__(40630);function createAnEntry(name,value,filename){ |
| /*ThouShaltNotCache*/ |
| const entry={name};if(Blob.isImpl(value)&&!File.isImpl(value)){const oldValue=value;(value=File.createImpl(value._globalObject,[[],"blob",{type:oldValue.type}]))._buffer=oldValue._buffer}if(File.isImpl(value)&&void 0!==filename){const oldValue=value;(value=File.createImpl(value._globalObject,[[],filename,{type:oldValue.type,lastModified:oldValue.lastModified}]))._buffer=oldValue._buffer}return entry.value=value,entry}function appendAnEntry(entryList,name,value){ |
| /*ThouShaltNotCache*/ |
| name=conversions.USVString(name),File.isImpl(value)||(value=conversions.USVString(value));const entry=createAnEntry(name,value);entryList.push(entry)}exports.implementation=class{constructor(globalObject,args){if( |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._entries=[],void 0!==args[0]){const[form,submitter=null]=args;if(null!==submitter){if(!isSubmitButton(submitter))throw new TypeError("The specified element is not a submit button");if(submitter.form!==form)throw DOMException.create(this._globalObject,["The specified element is not owned by this form element","NotFoundError"])}this._entries=function(form,submitter){ |
| /*ThouShaltNotCache*/ |
| const controls=form._getSubmittableElementNodes(),entryList=[];for(const field of controls){if(null!==closest(field,"datalist"))continue;if(isDisabled(field))continue;if(isButton(field)&&field!==submitter)continue;if("checkbox"===field.type&&!1===field._checkedness)continue;if("radio"===field.type&&!1===field._checkedness)continue;if("object"===field.localName)continue;const name=field.getAttributeNS(null,"name");if("input"===field.localName&&"image"===field.type){const prefix=name?`${name}.`:"",coordinate=field._selectedCoordinate??{x:0,y:0};appendAnEntry(entryList,`${prefix}x`,coordinate.x),appendAnEntry(entryList,`${prefix}y`,coordinate.y);continue}if(null===name||""===name)continue;if("select"===field.localName)for(const option of field.options)!0!==option._selectedness||isDisabled(field)||appendAnEntry(entryList,name,option._getValue());else if("input"!==field.localName||"checkbox"!==field.type&&"radio"!==field.type)if("file"===field.type)if(0===field.files.length){appendAnEntry(entryList,name,File.createImpl(form._globalObject,[[],"",{type:"application/octet-stream"}]))}else for(let i=0;i<field.files.length;++i)appendAnEntry(entryList,name,field.files.item(i));else appendAnEntry(entryList,name,field._getValue());else{appendAnEntry(entryList,name,field.hasAttributeNS(null,"value")?field.getAttributeNS(null,"value"):"on")}const dirname=field.getAttributeNS(null,"dirname");if(null!==dirname&&""!==dirname){appendAnEntry(entryList,dirname,"ltr")}}return entryList}(form,submitter)}}append(name,value,filename){ |
| /*ThouShaltNotCache*/ |
| const entry=createAnEntry(name,value,filename);this._entries.push(entry)}delete(name){ |
| /*ThouShaltNotCache*/ |
| this._entries=this._entries.filter(entry=>entry.name!==name)}get(name){ |
| /*ThouShaltNotCache*/ |
| const foundEntry=this._entries.find(entry=>entry.name===name);return void 0!==foundEntry?idlUtils.tryWrapperForImpl(foundEntry.value):null}getAll(name){ |
| /*ThouShaltNotCache*/ |
| return this._entries.filter(entry=>entry.name===name).map(entry=>idlUtils.tryWrapperForImpl(entry.value))}has(name){ |
| /*ThouShaltNotCache*/ |
| return-1!==this._entries.findIndex(entry=>entry.name===name)}set(name,value,filename){ |
| /*ThouShaltNotCache*/ |
| const entry=createAnEntry(name,value,filename),foundIndex=this._entries.findIndex(e=>e.name===name);-1!==foundIndex?(this._entries[foundIndex]=entry,this._entries=this._entries.filter((e,i)=>e.name!==name||i===foundIndex)):this._entries.push(entry)}*[Symbol.iterator](){ |
| /*ThouShaltNotCache*/ |
| for(const entry of this._entries)yield[entry.name,idlUtils.tryWrapperForImpl(entry.value)]}}},14218:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTableCellElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTableCellElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTableCellElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTableCellElement",new.target)}get colSpan(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get colSpan' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("colspan");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value)?value<1?1:value>=1&&value<=1e3?value:1e3:1}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set colSpan(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set colSpan' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'colSpan' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:1;esValue[implSymbol]._reflectSetTheContentAttribute("colspan",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rowSpan(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rowSpan' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("rowspan");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value)?value<0?0:value>=0&&value<=65534?value:65534:1}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rowSpan(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rowSpan' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'rowSpan' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:1;esValue[implSymbol]._reflectSetTheContentAttribute("rowspan",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get headers(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get headers' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("headers");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set headers(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set headers' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'headers' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("headers",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get cellIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cellIndex' called on an object that is not a valid instance of HTMLTableCellElement.");return esValue[implSymbol].cellIndex}get scope(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scope' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].scope}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set scope(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set scope' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'scope' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].scope=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get abbr(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get abbr' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("abbr");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set abbr(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set abbr' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'abbr' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("abbr",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get axis(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get axis' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("axis");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set axis(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set axis' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'axis' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("axis",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("height");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'height' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("height",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'width' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ch' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("char");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ch(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ch' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'ch' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("char",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get chOff(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get chOff' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("charoff");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set chOff(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set chOff' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'chOff' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("charoff",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get noWrap(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get noWrap' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("nowrap")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set noWrap(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set noWrap' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.boolean(V,{context:"Failed to set the 'noWrap' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("nowrap",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("nowrap")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get vAlign(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vAlign' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("valign");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set vAlign(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set vAlign' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'vAlign' property on 'HTMLTableCellElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("valign",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get bgColor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get bgColor' called on an object that is not a valid instance of HTMLTableCellElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("bgcolor");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set bgColor(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set bgColor' called on an object that is not a valid instance of HTMLTableCellElement.");V=conversions.DOMString(V,{context:"Failed to set the 'bgColor' property on 'HTMLTableCellElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("bgcolor",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLTableCellElement.prototype,{colSpan:{enumerable:!0},rowSpan:{enumerable:!0},headers:{enumerable:!0},cellIndex:{enumerable:!0},scope:{enumerable:!0},abbr:{enumerable:!0},align:{enumerable:!0},axis:{enumerable:!0},height:{enumerable:!0},width:{enumerable:!0},ch:{enumerable:!0},chOff:{enumerable:!0},noWrap:{enumerable:!0},vAlign:{enumerable:!0},bgColor:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableCellElement",configurable:!0}}),ctorRegistry.HTMLTableCellElement=HTMLTableCellElement,Object.defineProperty(globalObject,"HTMLTableCellElement",{configurable:!0,writable:!0,value:HTMLTableCellElement})};const Impl=__webpack_require__(52953)},14434:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{isASCIIHex}=__webpack_require__(26913),{utf8Encode}=__webpack_require__(43118);function p(char){ |
| /*ThouShaltNotCache*/ |
| return char.codePointAt(0)}function percentEncode(c){ |
| /*ThouShaltNotCache*/ |
| let hex=c.toString(16).toUpperCase();return 1===hex.length&&(hex=`0${hex}`),`%${hex}`}function percentDecodeBytes(input){ |
| /*ThouShaltNotCache*/ |
| const output=new Uint8Array(input.byteLength);let outputIndex=0;for(let i=0;i<input.byteLength;++i){const byte=input[i];if(37!==byte)output[outputIndex++]=byte;else if(37!==byte||isASCIIHex(input[i+1])&&isASCIIHex(input[i+2])){const bytePoint=parseInt(String.fromCodePoint(input[i+1],input[i+2]),16);output[outputIndex++]=bytePoint,i+=2}else output[outputIndex++]=byte}return output.slice(0,outputIndex)}function isC0ControlPercentEncode(c){ |
| /*ThouShaltNotCache*/ |
| return c<=31||c>126}const extraFragmentPercentEncodeSet=new Set([p(" "),p('"'),p("<"),p(">"),p("`")]);const extraQueryPercentEncodeSet=new Set([p(" "),p('"'),p("#"),p("<"),p(">")]);function isQueryPercentEncode(c){ |
| /*ThouShaltNotCache*/ |
| return isC0ControlPercentEncode(c)||extraQueryPercentEncodeSet.has(c)}const extraPathPercentEncodeSet=new Set([p("?"),p("`"),p("{"),p("}"),p("^")]);function isPathPercentEncode(c){ |
| /*ThouShaltNotCache*/ |
| return isQueryPercentEncode(c)||extraPathPercentEncodeSet.has(c)}const extraUserinfoPercentEncodeSet=new Set([p("/"),p(":"),p(";"),p("="),p("@"),p("["),p("\\"),p("]"),p("|")]);function isUserinfoPercentEncode(c){ |
| /*ThouShaltNotCache*/ |
| return isPathPercentEncode(c)||extraUserinfoPercentEncodeSet.has(c)}const extraComponentPercentEncodeSet=new Set([p("$"),p("%"),p("&"),p("+"),p(",")]);const extraURLEncodedPercentEncodeSet=new Set([p("!"),p("'"),p("("),p(")"),p("~")]);function utf8PercentEncodeCodePointInternal(codePoint,percentEncodePredicate){ |
| /*ThouShaltNotCache*/ |
| const bytes=utf8Encode(codePoint);let output="";for(const byte of bytes)percentEncodePredicate(byte)?output+=percentEncode(byte):output+=String.fromCharCode(byte);return output}module.exports={isC0ControlPercentEncode,isFragmentPercentEncode:function(c){ |
| /*ThouShaltNotCache*/ |
| return isC0ControlPercentEncode(c)||extraFragmentPercentEncodeSet.has(c)},isQueryPercentEncode,isSpecialQueryPercentEncode:function(c){ |
| /*ThouShaltNotCache*/ |
| return isQueryPercentEncode(c)||c===p("'")},isPathPercentEncode,isUserinfoPercentEncode,isURLEncodedPercentEncode:function(c){ |
| /*ThouShaltNotCache*/ |
| return function(c){ |
| /*ThouShaltNotCache*/ |
| return isUserinfoPercentEncode(c)||extraComponentPercentEncodeSet.has(c)}(c)||extraURLEncodedPercentEncodeSet.has(c)},percentDecodeString:function(input){return percentDecodeBytes(utf8Encode(input))},percentDecodeBytes,utf8PercentEncodeString:function(input,percentEncodePredicate,spaceAsPlus=!1){ |
| /*ThouShaltNotCache*/ |
| let output="";for(const codePoint of input)output+=spaceAsPlus&&" "===codePoint?"+":utf8PercentEncodeCodePointInternal(codePoint,percentEncodePredicate);return output},utf8PercentEncodeCodePoint:function(codePoint,percentEncodePredicate){ |
| /*ThouShaltNotCache*/ |
| return utf8PercentEncodeCodePointInternal(String.fromCodePoint(codePoint),percentEncodePredicate)}}},14517:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const http=__webpack_require__(78022),https=__webpack_require__(30239),{HttpProxyAgent}=__webpack_require__(70195),{HttpsProxyAgent}=__webpack_require__(21934);module.exports=function(proxy,rejectUnauthorized){ |
| /*ThouShaltNotCache*/ |
| const agentOpts={keepAlive:!0,rejectUnauthorized};return proxy?{https:new HttpsProxyAgent(proxy,agentOpts),http:new HttpProxyAgent(proxy,agentOpts)}:{http:new http.Agent(agentOpts),https:new https.Agent(agentOpts)}}},14700:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),EventInit=__webpack_require__(75633);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="data";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.any(value,{context:context+" has member 'data' that",globals:globalObject}),ret[key]=value):ret[key]=null}{const key="lastEventId";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.DOMString(value,{context:context+" has member 'lastEventId' that",globals:globalObject}),ret[key]=value):ret[key]=""}{const key="origin";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.USVString(value,{context:context+" has member 'origin' that",globals:globalObject}),ret[key]=value):ret[key]=""}{const key="ports";let value=null==obj?void 0:obj[key];if(void 0!==value){if(!utils.isObject(value))throw new globalObject.TypeError(context+" has member 'ports' that is not an iterable object.");{const V=[],tmp=value;for(let nextItem of tmp)nextItem=utils.tryImplForWrapper(nextItem),V.push(nextItem);value=V}ret[key]=value}else ret[key]=[]}{const key="source";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:utils.tryImplForWrapper(value),ret[key]=value):ret[key]=null}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},14757:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},15037:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMRectReadOnly=__webpack_require__(62671);exports.implementation=class{constructor(globalObject,[x=0,y=0,width=0,height=0]){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._x=x,this._y=y,this._width=width,this._height=height}static fromRect(globalObject,other){ |
| /*ThouShaltNotCache*/ |
| return DOMRectReadOnly.createImpl(globalObject,[other.x,other.y,other.width,other.height])}get x(){ |
| /*ThouShaltNotCache*/ |
| return this._x}get y(){ |
| /*ThouShaltNotCache*/ |
| return this._y}get width(){ |
| /*ThouShaltNotCache*/ |
| return this._width}get height(){ |
| /*ThouShaltNotCache*/ |
| return this._height}get top(){ |
| /*ThouShaltNotCache*/ |
| const{height,y}=this;return Math.min(y,y+height)}get right(){ |
| /*ThouShaltNotCache*/ |
| const{width,x}=this;return Math.max(x,x+width)}get bottom(){ |
| /*ThouShaltNotCache*/ |
| const{height,y}=this;return Math.max(y,y+height)}get left(){ |
| /*ThouShaltNotCache*/ |
| const{width,x}=this;return Math.min(x,x+width)}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return{x:this.x,y:this.y,width:this.width,height:this.height,top:this.top,right:this.right,bottom:this.bottom,left:this.left}}}},15340:()=>{},15431:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,{childTextContent}=__webpack_require__(61012);module.exports={implementation:class extends HTMLElementImpl{get text(){ |
| /*ThouShaltNotCache*/ |
| return childTextContent(this)}set text(value){ |
| /*ThouShaltNotCache*/ |
| this.textContent=value}}}},15457:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLParamElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLParamElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLParamElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLParamElement",new.target)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLParamElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLParamElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLParamElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLParamElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("value");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLParamElement.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'HTMLParamElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("value",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLParamElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLParamElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLParamElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get valueType(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get valueType' called on an object that is not a valid instance of HTMLParamElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("valuetype");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set valueType(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set valueType' called on an object that is not a valid instance of HTMLParamElement.");V=conversions.DOMString(V,{context:"Failed to set the 'valueType' property on 'HTMLParamElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("valuetype",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLParamElement.prototype,{name:{enumerable:!0},value:{enumerable:!0},type:{enumerable:!0},valueType:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLParamElement",configurable:!0}}),ctorRegistry.HTMLParamElement=HTMLParamElement,Object.defineProperty(globalObject,"HTMLParamElement",{configurable:!0,writable:!0,value:HTMLParamElement})};const Impl=__webpack_require__(95796)},15465:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var implementation=__webpack_require__(92703);module.exports=Function.prototype.bind||implementation},15722:module=>{"use strict";module.exports=class{constructor(){ |
| /*ThouShaltNotCache*/ |
| this.headers=new Map}append(name,value){ |
| /*ThouShaltNotCache*/ |
| const existing=this.headers.get(name.toLowerCase());existing?existing.push(value):this.headers.set(name.toLowerCase(),[value])}contains(name){ |
| /*ThouShaltNotCache*/ |
| return this.headers.has(name.toLowerCase())}get(name){ |
| /*ThouShaltNotCache*/ |
| name=name.toLowerCase();const values=this.headers.get(name);return values||null}delete(name){ |
| /*ThouShaltNotCache*/ |
| this.headers.delete(name.toLowerCase())}set(name,value){ |
| /*ThouShaltNotCache*/ |
| const lowerName=name.toLowerCase();this.headers.delete(lowerName),this.headers.set(lowerName,[value])}sortAndCombine(){ |
| /*ThouShaltNotCache*/ |
| const names=[...this.headers.keys()].sort(),headers=[];for(const name of names)if("set-cookie"===name)for(const value of this.get(name))headers.push([name,value]);else headers.push([name,this.get(name).join(", ")]);return headers}}},15940:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),SupportedType=__webpack_require__(82389),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DOMParser.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DOMParser'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DOMParser{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}parseFromString(str,type){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'parseFromString' called on an object that is not a valid instance of DOMParser.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'parseFromString' on 'DOMParser': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'parseFromString' on 'DOMParser': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=SupportedType.convert(globalObject,curArg,{context:"Failed to execute 'parseFromString' on 'DOMParser': parameter 2"}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].parseFromString(...args))}}Object.defineProperties(DOMParser.prototype,{parseFromString:{enumerable:!0},[Symbol.toStringTag]:{value:"DOMParser",configurable:!0}}),ctorRegistry.DOMParser=DOMParser,Object.defineProperty(globalObject,"DOMParser",{configurable:!0,writable:!0,value:DOMParser})};const Impl=__webpack_require__(69444)},16199:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTimeElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTimeElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTimeElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTimeElement",new.target)}get dateTime(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get dateTime' called on an object that is not a valid instance of HTMLTimeElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("datetime");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set dateTime(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set dateTime' called on an object that is not a valid instance of HTMLTimeElement.");V=conversions.DOMString(V,{context:"Failed to set the 'dateTime' property on 'HTMLTimeElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("datetime",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLTimeElement.prototype,{dateTime:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTimeElement",configurable:!0}}),ctorRegistry.HTMLTimeElement=HTMLTimeElement,Object.defineProperty(globalObject,"HTMLTimeElement",{configurable:!0,writable:!0,value:HTMLTimeElement})};const Impl=__webpack_require__(58625)},16244:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLPictureElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLPictureElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLPictureElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLPictureElement",new.target)}}Object.defineProperties(HTMLPictureElement.prototype,{[Symbol.toStringTag]:{value:"HTMLPictureElement",configurable:!0}}),ctorRegistry.HTMLPictureElement=HTMLPictureElement,Object.defineProperty(globalObject,"HTMLPictureElement",{configurable:!0,writable:!0,value:HTMLPictureElement})};const Impl=__webpack_require__(75711)},16298:()=>{},16335:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const NodeListImpl=__webpack_require__(68918).implementation;module.exports={implementation:class extends NodeListImpl{get value(){ |
| /*ThouShaltNotCache*/ |
| this._update();const element=this._list.find(e=>"input"===e._localName&&"radio"===e.type&&e.checked);return void 0===element?"":element.hasAttributeNS(null,"value")?element.getAttributeNS(null,"value"):"on"}set value(value){ |
| /*ThouShaltNotCache*/ |
| let element;element="on"===value?this._list.find(e=>"input"===e._localName&&"radio"===e.type&&(!e.hasAttributeNS(null,"value")||e.getAttributeNS(null,"value")===value)):this._list.find(e=>"input"===e._localName&&"radio"===e.type&&e.hasAttributeNS(null,"value")&&e.getAttributeNS(null,"value")===value),element&&(element.checked=!0)}}}},16350:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLHRElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLHRElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLHRElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLHRElement",new.target)}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLHRElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLHRElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLHRElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get color(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get color' called on an object that is not a valid instance of HTMLHRElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("color");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set color(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set color' called on an object that is not a valid instance of HTMLHRElement.");V=conversions.DOMString(V,{context:"Failed to set the 'color' property on 'HTMLHRElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("color",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get noShade(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get noShade' called on an object that is not a valid instance of HTMLHRElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("noshade")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set noShade(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set noShade' called on an object that is not a valid instance of HTMLHRElement.");V=conversions.boolean(V,{context:"Failed to set the 'noShade' property on 'HTMLHRElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("noshade",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("noshade")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get size(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get size' called on an object that is not a valid instance of HTMLHRElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("size");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set size(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set size' called on an object that is not a valid instance of HTMLHRElement.");V=conversions.DOMString(V,{context:"Failed to set the 'size' property on 'HTMLHRElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("size",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLHRElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLHRElement.");V=conversions.DOMString(V,{context:"Failed to set the 'width' property on 'HTMLHRElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLHRElement.prototype,{align:{enumerable:!0},color:{enumerable:!0},noShade:{enumerable:!0},size:{enumerable:!0},width:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLHRElement",configurable:!0}}),ctorRegistry.HTMLHRElement=HTMLHRElement,Object.defineProperty(globalObject,"HTMLHRElement",{configurable:!0,writable:!0,value:HTMLHRElement})};const Impl=__webpack_require__(30645)},16375:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),CloseEventInit=__webpack_require__(46205),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].CloseEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'CloseEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class CloseEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'CloseEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'CloseEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=CloseEventInit.convert(globalObject,curArg,{context:"Failed to construct 'CloseEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get wasClean(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get wasClean' called on an object that is not a valid instance of CloseEvent.");return esValue[implSymbol].wasClean}get code(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get code' called on an object that is not a valid instance of CloseEvent.");return esValue[implSymbol].code}get reason(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get reason' called on an object that is not a valid instance of CloseEvent.");return esValue[implSymbol].reason}}Object.defineProperties(CloseEvent.prototype,{wasClean:{enumerable:!0},code:{enumerable:!0},reason:{enumerable:!0},[Symbol.toStringTag]:{value:"CloseEvent",configurable:!0}}),ctorRegistry.CloseEvent=CloseEvent,Object.defineProperty(globalObject,"CloseEvent",{configurable:!0,writable:!0,value:CloseEvent})};const Impl=__webpack_require__(71998)},16403:()=>{},16606:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLCollection.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLCollection'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLCollection{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of HTMLCollection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'HTMLCollection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'HTMLCollection': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].item(...args))}namedItem(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'namedItem' called on an object that is not a valid instance of HTMLCollection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'namedItem' on 'HTMLCollection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'namedItem' on 'HTMLCollection': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].namedItem(...args))}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of HTMLCollection.");return esValue[implSymbol].length}}Object.defineProperties(HTMLCollection.prototype,{item:{enumerable:!0},namedItem:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLCollection",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.HTMLCollection=HTMLCollection,Object.defineProperty(globalObject,"HTMLCollection",{configurable:!0,writable:!0,value:HTMLCollection})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of target[implSymbol][utils.supportedPropertyNames])key in target||keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}const namedValue=target[implSymbol].namedItem(P);return null===namedValue||P in target||ignoreNamedProps?Reflect.getOwnPropertyDescriptor(target,P):{writable:!1,enumerable:!1,configurable:!0,value:utils.tryWrapperForImpl(namedValue)}}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;if(utils.isArrayIndexPropName(P))return!1;if(!utils.hasOwn(target,P)){if(!!(null!==target[implSymbol].namedItem(P)))return!1}return Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return(null===target[implSymbol].namedItem(P)||P in target)&&Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(98157)},16666:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),alignmentStringsByIndex=["unknown","none","xMinYMin","xMidYMin","xMaxYMin","xMinYMid","xMidYMid","xMaxYMid","xMinYMax","xMidYMax","xMaxYMax"],alignmentIndicesByString={__proto__:null,unknown:0,none:1,xMinYMin:2,xMidYMin:3,xMaxYMin:4,xMinYMid:5,xMidYMid:6,xMaxYMid:7,xMinYMax:8,xMidYMax:9,xMaxYMax:10},meetOrSliceStringsByIndex=["unknown","meet","slice"],meetOrSliceIndicesByString={__proto__:null,unknown:0,meet:1,slice:2},preserveAspectRatioRegExp=/^(none|x(?:Min|Mid|Max)Y(?:Min|Mid|Max))(?: +(meet|slice))?$/;exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._element=privateData.element,this._readOnly=Boolean(privateData.readOnly)}_parse(){ |
| /*ThouShaltNotCache*/ |
| const attrValue=this._element.getAttributeNS(null,"preserveAspectRatio");if(attrValue){const value=preserveAspectRatioRegExp.exec(attrValue);if(value)return{align:value[1],meetOrSlice:value[2]||"meet"}}return{align:"xMidYMid",meetOrSlice:"meet"}}get align(){ |
| /*ThouShaltNotCache*/ |
| const{align}=this._parse();return alignmentIndicesByString[align]}set align(value){ |
| /*ThouShaltNotCache*/ |
| if(this._readOnly)throw DOMException.create(this._globalObject,["Attempting to modify a read-only SVGPreserveAspectRatio","NoModificationAllowedError"]);const string=alignmentStringsByIndex[value];if("unknown"===string||void 0===string)throw new TypeError("Invalid alignment");this._element.setAttributeNS(null,"preserveAspectRatio",`${string} ${this._parse().meetOrSlice}`)}get meetOrSlice(){ |
| /*ThouShaltNotCache*/ |
| const{meetOrSlice}=this._parse();return meetOrSliceIndicesByString[meetOrSlice]}set meetOrSlice(value){ |
| /*ThouShaltNotCache*/ |
| if(this._readOnly)throw DOMException.create(this._globalObject,["Attempting to modify a read-only SVGPreserveAspectRatio","NoModificationAllowedError"]);const string=meetOrSliceStringsByIndex[value];if("unknown"===string||void 0===string)throw new TypeError("Invalid meet-or-slice value");this._element.setAttributeNS(null,"preserveAspectRatio",`${this._parse().align} ${string}`)}}},16822:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,{formOwner}=__webpack_require__(28888),{HTML_NS}=__webpack_require__(36675);module.exports={implementation:class extends HTMLElementImpl{get form(){ |
| /*ThouShaltNotCache*/ |
| const parent=this.parentNode;return parent&&"fieldset"===parent._localName&&parent.namespaceURI===HTML_NS?formOwner(parent):null}}}},17047:module=>{"use strict";module.exports=URIError},17070:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),SVGListBase=__webpack_require__(60191);class SVGStringListImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._initList(privateData)}}mixin(SVGStringListImpl.prototype,SVGListBase.prototype),exports.implementation=SVGStringListImpl},17092:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var key,process=__webpack_require__(60348),buffer=__webpack_require__(81545),Buffer=buffer.Buffer,safer={};for(key in buffer)buffer.hasOwnProperty(key)&&"SlowBuffer"!==key&&"Buffer"!==key&&(safer[key]=buffer[key]);var Safer=safer.Buffer={};for(key in Buffer)Buffer.hasOwnProperty(key)&&"allocUnsafe"!==key&&"allocUnsafeSlow"!==key&&(Safer[key]=Buffer[key]);if(safer.Buffer.prototype=Buffer.prototype,Safer.from&&Safer.from!==Uint8Array.from||(Safer.from=function(value,encodingOrOffset,length){ |
| /*ThouShaltNotCache*/ |
| if("number"==typeof value)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof value);if(value&&void 0===value.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);return Buffer(value,encodingOrOffset,length)}),Safer.alloc||(Safer.alloc=function(size,fill,encoding){ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof size)throw new TypeError('The "size" argument must be of type number. Received type '+typeof size);if(size<0||size>=2*(1<<30))throw new RangeError('The value "'+size+'" is invalid for option "size"');var buf=Buffer(size);return fill&&0!==fill.length?"string"==typeof encoding?buf.fill(fill,encoding):buf.fill(fill):buf.fill(0),buf}),!safer.kStringMaxLength)try{safer.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(e){}safer.constants||(safer.constants={MAX_LENGTH:safer.kMaxLength},safer.kStringMaxLength&&(safer.constants.MAX_STRING_LENGTH=safer.kStringMaxLength)),module.exports=safer},17109:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,CustomEventInit=__webpack_require__(82792);class CustomEventImpl extends EventImpl{initCustomEvent(type,bubbles,cancelable,detail){ |
| /*ThouShaltNotCache*/ |
| this._dispatchFlag||(this.initEvent(type,bubbles,cancelable),this.detail=detail)}}CustomEventImpl.defaultInit=CustomEventInit.convert(void 0,void 0),module.exports={implementation:CustomEventImpl}},17233:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].AbortController.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'AbortController'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class AbortController{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}abort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'abort' called on an object that is not a valid instance of AbortController.");const args=[];{let curArg=arguments[0];void 0!==curArg&&(curArg=conversions.any(curArg,{context:"Failed to execute 'abort' on 'AbortController': parameter 1",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].abort(...args)}get signal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get signal' called on an object that is not a valid instance of AbortController.");return utils.getSameObject(this,"signal",()=>utils.tryWrapperForImpl(esValue[implSymbol].signal))}}Object.defineProperties(AbortController.prototype,{abort:{enumerable:!0},signal:{enumerable:!0},[Symbol.toStringTag]:{value:"AbortController",configurable:!0}}),ctorRegistry.AbortController=AbortController,Object.defineProperty(globalObject,"AbortController",{configurable:!0,writable:!0,value:AbortController})};const Impl=__webpack_require__(59973)},17388:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSGroupingRule:__webpack_require__(45309).CSSGroupingRule,CSSConditionRule:__webpack_require__(36799).CSSConditionRule,CSSSupportsRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSConditionRule.call(this)}};CSSOM.CSSSupportsRule.prototype=new CSSOM.CSSConditionRule,CSSOM.CSSSupportsRule.prototype.constructor=CSSOM.CSSSupportsRule,CSSOM.CSSSupportsRule.prototype.type=12,Object.defineProperty(CSSOM.CSSSupportsRule.prototype,"cssText",{get:function(){for( |
| /*ThouShaltNotCache*/ |
| var cssTexts=[],i=0,length=this.cssRules.length;i<length;i++)cssTexts.push(this.cssRules[i].cssText);return"@supports "+this.conditionText+" {"+cssTexts.join("")+"}"}}),exports.CSSSupportsRule=CSSOM.CSSSupportsRule},17941:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(81545).Buffer;const Blob=__webpack_require__(23852),{isArrayBuffer}=__webpack_require__(65554);function convertLineEndingsToNative(s){ |
| /*ThouShaltNotCache*/ |
| return s.replace(/\r\n|\r|\n/g,"\n")}exports.implementation=class{constructor(globalObject,args){ |
| /*ThouShaltNotCache*/ |
| const parts=args[0],properties=args[1],buffers=[];if(void 0!==parts)for(const part of parts){let buffer;if(isArrayBuffer(part))buffer=Buffer.from(part);else if(ArrayBuffer.isView(part))buffer=Buffer.from(part.buffer,part.byteOffset,part.byteLength);else if(Blob.isImpl(part))buffer=part._buffer;else{let s=part;"native"===properties.endings&&(s=convertLineEndingsToNative(part)),buffer=Buffer.from(s)}buffers.push(buffer)}this._buffer=Buffer.concat(buffers),this._globalObject=globalObject,this.type=properties.type,/[^\u0020-\u007E]/.test(this.type)?this.type="":this.type=this.type.toLowerCase()}get size(){ |
| /*ThouShaltNotCache*/ |
| return this._buffer.length}slice(start,end,contentType){ |
| /*ThouShaltNotCache*/ |
| const{size}=this;let relativeStart,relativeEnd,relativeContentType;relativeStart=void 0===start?0:start<0?Math.max(size+start,0):Math.min(start,size),relativeEnd=void 0===end?size:end<0?Math.max(size+end,0):Math.min(end,size),relativeContentType=void 0===contentType?"":contentType;const span=Math.max(relativeEnd-relativeStart,0),slicedBuffer=this._buffer.slice(relativeStart,relativeStart+span),blob=Blob.createImpl(this._globalObject,[[],{type:relativeContentType}],{});return blob._buffer=slicedBuffer,blob}}},18034:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var define=__webpack_require__(986),getPolyfill=__webpack_require__(35384);module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| var polyfill=getPolyfill();return define(Number,{isNaN:polyfill},{isNaN:function(){ |
| /*ThouShaltNotCache*/ |
| return Number.isNaN!==polyfill}}),polyfill}},18057:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLScriptElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLScriptElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLScriptElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLScriptElement",new.target)}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLScriptElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLScriptElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLScriptElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLScriptElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLScriptElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLScriptElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get defer(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defer' called on an object that is not a valid instance of HTMLScriptElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("defer")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set defer(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set defer' called on an object that is not a valid instance of HTMLScriptElement.");V=conversions.boolean(V,{context:"Failed to set the 'defer' property on 'HTMLScriptElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("defer",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("defer")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get crossOrigin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get crossOrigin' called on an object that is not a valid instance of HTMLScriptElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("crossorigin")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set crossOrigin(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set crossOrigin' called on an object that is not a valid instance of HTMLScriptElement.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'crossOrigin' property on 'HTMLScriptElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("crossorigin"):esValue[implSymbol]._reflectSetTheContentAttribute("crossorigin",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get text(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get text' called on an object that is not a valid instance of HTMLScriptElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].text}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set text(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set text' called on an object that is not a valid instance of HTMLScriptElement.");V=conversions.DOMString(V,{context:"Failed to set the 'text' property on 'HTMLScriptElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].text=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get charset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get charset' called on an object that is not a valid instance of HTMLScriptElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("charset");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set charset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set charset' called on an object that is not a valid instance of HTMLScriptElement.");V=conversions.DOMString(V,{context:"Failed to set the 'charset' property on 'HTMLScriptElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("charset",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get event(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get event' called on an object that is not a valid instance of HTMLScriptElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("event");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set event(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set event' called on an object that is not a valid instance of HTMLScriptElement.");V=conversions.DOMString(V,{context:"Failed to set the 'event' property on 'HTMLScriptElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("event",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get htmlFor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get htmlFor' called on an object that is not a valid instance of HTMLScriptElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("for");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set htmlFor(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set htmlFor' called on an object that is not a valid instance of HTMLScriptElement.");V=conversions.DOMString(V,{context:"Failed to set the 'htmlFor' property on 'HTMLScriptElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("for",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLScriptElement.prototype,{src:{enumerable:!0},type:{enumerable:!0},defer:{enumerable:!0},crossOrigin:{enumerable:!0},text:{enumerable:!0},charset:{enumerable:!0},event:{enumerable:!0},htmlFor:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLScriptElement",configurable:!0}}),ctorRegistry.HTMLScriptElement=HTMLScriptElement,Object.defineProperty(globalObject,"HTMLScriptElement",{configurable:!0,writable:!0,value:HTMLScriptElement})};const Impl=__webpack_require__(67108)},18081:module=>{module.exports=function(arg){ |
| /*ThouShaltNotCache*/ |
| return arg&&"object"==typeof arg&&"function"==typeof arg.copy&&"function"==typeof arg.fill&&"function"==typeof arg.readUInt8}},18321:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var _Object$setPrototypeO,process=__webpack_require__(60348);function _defineProperty(obj,key,value){ |
| /*ThouShaltNotCache*/ |
| return(key=function(arg){ |
| /*ThouShaltNotCache*/ |
| var key=function(input,hint){ |
| /*ThouShaltNotCache*/ |
| if("object"!=typeof input||null===input)return input;var prim=input[Symbol.toPrimitive];if(void 0!==prim){var res=prim.call(input,hint||"default");if("object"!=typeof res)return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===hint?String:Number)(input)}(arg,"string");return"symbol"==typeof key?key:String(key)}(key))in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}var finished=__webpack_require__(51872),kLastResolve=Symbol("lastResolve"),kLastReject=Symbol("lastReject"),kError=Symbol("error"),kEnded=Symbol("ended"),kLastPromise=Symbol("lastPromise"),kHandlePromise=Symbol("handlePromise"),kStream=Symbol("stream");function createIterResult(value,done){ |
| /*ThouShaltNotCache*/ |
| return{value,done}}function readAndResolve(iter){ |
| /*ThouShaltNotCache*/ |
| var resolve=iter[kLastResolve];if(null!==resolve){var data=iter[kStream].read();null!==data&&(iter[kLastPromise]=null,iter[kLastResolve]=null,iter[kLastReject]=null,resolve(createIterResult(data,!1)))}}function onReadable(iter){ |
| /*ThouShaltNotCache*/ |
| process.nextTick(readAndResolve,iter)}var AsyncIteratorPrototype=Object.getPrototypeOf(function(){}),ReadableStreamAsyncIteratorPrototype=Object.setPrototypeOf((_defineProperty(_Object$setPrototypeO={get stream(){ |
| /*ThouShaltNotCache*/ |
| return this[kStream]},next:function(){ |
| /*ThouShaltNotCache*/ |
| var _this=this,error=this[kError];if(null!==error)return Promise.reject(error);if(this[kEnded])return Promise.resolve(createIterResult(void 0,!0));if(this[kStream].destroyed)return new Promise(function(resolve,reject){ |
| /*ThouShaltNotCache*/ |
| process.nextTick(function(){ |
| /*ThouShaltNotCache*/ |
| _this[kError]?reject(_this[kError]):resolve(createIterResult(void 0,!0))})});var promise,lastPromise=this[kLastPromise];if(lastPromise)promise=new Promise(function(lastPromise,iter){ |
| /*ThouShaltNotCache*/ |
| return function(resolve,reject){ |
| /*ThouShaltNotCache*/ |
| lastPromise.then(function(){ |
| /*ThouShaltNotCache*/ |
| iter[kEnded]?resolve(createIterResult(void 0,!0)):iter[kHandlePromise](resolve,reject)},reject)}}(lastPromise,this));else{var data=this[kStream].read();if(null!==data)return Promise.resolve(createIterResult(data,!1));promise=new Promise(this[kHandlePromise])}return this[kLastPromise]=promise,promise}},Symbol.asyncIterator,function(){ |
| /*ThouShaltNotCache*/ |
| return this}),_defineProperty(_Object$setPrototypeO,"return",function(){ |
| /*ThouShaltNotCache*/ |
| var _this2=this;return new Promise(function(resolve,reject){ |
| /*ThouShaltNotCache*/ |
| _this2[kStream].destroy(null,function(err){ |
| /*ThouShaltNotCache*/ |
| err?reject(err):resolve(createIterResult(void 0,!0))})})}),_Object$setPrototypeO),AsyncIteratorPrototype);module.exports=function(stream){ |
| /*ThouShaltNotCache*/ |
| var _Object$create,iterator=Object.create(ReadableStreamAsyncIteratorPrototype,(_defineProperty(_Object$create={},kStream,{value:stream,writable:!0}),_defineProperty(_Object$create,kLastResolve,{value:null,writable:!0}),_defineProperty(_Object$create,kLastReject,{value:null,writable:!0}),_defineProperty(_Object$create,kError,{value:null,writable:!0}),_defineProperty(_Object$create,kEnded,{value:stream._readableState.endEmitted,writable:!0}),_defineProperty(_Object$create,kHandlePromise,{value:function(resolve,reject){ |
| /*ThouShaltNotCache*/ |
| var data=iterator[kStream].read();data?(iterator[kLastPromise]=null,iterator[kLastResolve]=null,iterator[kLastReject]=null,resolve(createIterResult(data,!1))):(iterator[kLastResolve]=resolve,iterator[kLastReject]=reject)},writable:!0}),_Object$create));return iterator[kLastPromise]=null,finished(stream,function(err){ |
| /*ThouShaltNotCache*/ |
| if(err&&"ERR_STREAM_PREMATURE_CLOSE"!==err.code){var reject=iterator[kLastReject];return null!==reject&&(iterator[kLastPromise]=null,iterator[kLastResolve]=null,iterator[kLastReject]=null,reject(err)),void(iterator[kError]=err)}var resolve=iterator[kLastResolve];null!==resolve&&(iterator[kLastPromise]=null,iterator[kLastResolve]=null,iterator[kLastReject]=null,resolve(createIterResult(void 0,!0))),iterator[kEnded]=!0}),stream.on("readable",onReadable.bind(null,iterator)),iterator}},18475:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var callBound=__webpack_require__(13190),isRegex=__webpack_require__(1945),$exec=callBound("RegExp.prototype.exec"),$TypeError=__webpack_require__(1953);module.exports=function(regex){ |
| /*ThouShaltNotCache*/ |
| if(!isRegex(regex))throw new $TypeError("`regex` must be a RegExp");return function(s){ |
| /*ThouShaltNotCache*/ |
| return null!==$exec(regex,s)}}},18630:(module,__unused_webpack_exports,__webpack_require__)=>{module.exports=function(env){function createDebug(namespace){ |
| /*ThouShaltNotCache*/ |
| let prevTime,namespacesCache,enabledCache,enableOverride=null;function debug(...args){ |
| /*ThouShaltNotCache*/ |
| if(!debug.enabled)return;const self=debug,curr=Number(new Date),ms=curr-(prevTime||curr);self.diff=ms,self.prev=prevTime,self.curr=curr,prevTime=curr,args[0]=createDebug.coerce(args[0]),"string"!=typeof args[0]&&args.unshift("%O");let index=0;args[0]=args[0].replace(/%([a-zA-Z%])/g,(match,format)=>{ |
| /*ThouShaltNotCache*/ |
| if("%%"===match)return"%";index++;const formatter=createDebug.formatters[format];if("function"==typeof formatter){const val=args[index];match=formatter.call(self,val),args.splice(index,1),index--}return match}),createDebug.formatArgs.call(self,args);(self.log||createDebug.log).apply(self,args)}return debug.namespace=namespace,debug.useColors=createDebug.useColors(),debug.color=createDebug.selectColor(namespace),debug.extend=extend,debug.destroy=createDebug.destroy,Object.defineProperty(debug,"enabled",{enumerable:!0,configurable:!1,get:()=> |
| /*ThouShaltNotCache*/ |
| null!==enableOverride?enableOverride:(namespacesCache!==createDebug.namespaces&&(namespacesCache=createDebug.namespaces,enabledCache=createDebug.enabled(namespace)),enabledCache),set:v=>{ |
| /*ThouShaltNotCache*/ |
| enableOverride=v}}),"function"==typeof createDebug.init&&createDebug.init(debug),debug}function extend(namespace,delimiter){ |
| /*ThouShaltNotCache*/ |
| const newDebug=createDebug(this.namespace+(void 0===delimiter?":":delimiter)+namespace);return newDebug.log=this.log,newDebug}function matchesTemplate(search,template){ |
| /*ThouShaltNotCache*/ |
| let searchIndex=0,templateIndex=0,starIndex=-1,matchIndex=0;for(;searchIndex<search.length;)if(templateIndex<template.length&&(template[templateIndex]===search[searchIndex]||"*"===template[templateIndex]))"*"===template[templateIndex]?(starIndex=templateIndex,matchIndex=searchIndex,templateIndex++):(searchIndex++,templateIndex++);else{if(-1===starIndex)return!1;templateIndex=starIndex+1,matchIndex++,searchIndex=matchIndex}for(;templateIndex<template.length&&"*"===template[templateIndex];)templateIndex++;return templateIndex===template.length} |
| /*ThouShaltNotCache*/ |
| return createDebug.debug=createDebug,createDebug.default=createDebug,createDebug.coerce=function(val){ |
| /*ThouShaltNotCache*/ |
| if(val instanceof Error)return val.stack||val.message;return val},createDebug.disable=function(){ |
| /*ThouShaltNotCache*/ |
| const namespaces=[...createDebug.names,...createDebug.skips.map(namespace=>"-"+namespace)].join(",");return createDebug.enable(""),namespaces},createDebug.enable=function(namespaces){ |
| /*ThouShaltNotCache*/ |
| createDebug.save(namespaces),createDebug.namespaces=namespaces,createDebug.names=[],createDebug.skips=[];const split=("string"==typeof namespaces?namespaces:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const ns of split)"-"===ns[0]?createDebug.skips.push(ns.slice(1)):createDebug.names.push(ns)},createDebug.enabled=function(name){ |
| /*ThouShaltNotCache*/ |
| for(const skip of createDebug.skips)if(matchesTemplate(name,skip))return!1;for(const ns of createDebug.names)if(matchesTemplate(name,ns))return!0;return!1},createDebug.humanize=__webpack_require__(9527),createDebug.destroy=function(){ |
| /*ThouShaltNotCache*/ |
| console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(env).forEach(key=>{ |
| /*ThouShaltNotCache*/ |
| createDebug[key]=env[key]}),createDebug.names=[],createDebug.skips=[],createDebug.formatters={},createDebug.selectColor=function(namespace){ |
| /*ThouShaltNotCache*/ |
| let hash=0;for(let i=0;i<namespace.length;i++)hash=(hash<<5)-hash+namespace.charCodeAt(i),hash|=0;return createDebug.colors[Math.abs(hash)%createDebug.colors.length]},createDebug.enable(createDebug.load()),createDebug}},18742:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{parseFragment}=__webpack_require__(6954),{HTML_NS}=__webpack_require__(36675),{isShadowRoot}=__webpack_require__(54394),NODE_TYPE=__webpack_require__(53010),{fragmentSerialization}=__webpack_require__(33146);exports.D=class{get innerHTML(){ |
| /*ThouShaltNotCache*/ |
| return fragmentSerialization(this,{outer:!1,requireWellFormed:!0,globalObject:this._globalObject})}set innerHTML(markup){ |
| /*ThouShaltNotCache*/ |
| const contextElement=isShadowRoot(this)?this.host:this,fragment=parseFragment(markup,contextElement);let contextObject=this;this.nodeType===NODE_TYPE.ELEMENT_NODE&&"template"===this.localName&&this.namespaceURI===HTML_NS&&(contextObject=this._templateContents),contextObject._replaceAll(fragment)}}},18934:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,CharacterData=__webpack_require__(20136);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].ProcessingInstruction.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'ProcessingInstruction'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| CharacterData._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class ProcessingInstruction extends globalObject.CharacterData{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get target(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get target' called on an object that is not a valid instance of ProcessingInstruction.");return esValue[implSymbol].target}}Object.defineProperties(ProcessingInstruction.prototype,{target:{enumerable:!0},[Symbol.toStringTag]:{value:"ProcessingInstruction",configurable:!0}}),ctorRegistry.ProcessingInstruction=ProcessingInstruction,Object.defineProperty(globalObject,"ProcessingInstruction",{configurable:!0,writable:!0,value:ProcessingInstruction})};const Impl=__webpack_require__(71981)},18954:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630);__webpack_require__(65554);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="flatten";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'flatten' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},19021:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.safeToString=exports.objectToString=void 0,exports.createPromiseCallback=function(cb){ |
| /*ThouShaltNotCache*/ |
| let callback,resolve,reject;const promise=new Promise((_resolve,_reject)=>{ |
| /*ThouShaltNotCache*/ |
| resolve=_resolve,reject=_reject});callback="function"==typeof cb?(err,result)=>{ |
| /*ThouShaltNotCache*/ |
| try{err?cb(err):cb(null,result)}catch(e){reject(e instanceof Error?e:new Error)}}:(err,result)=>{ |
| /*ThouShaltNotCache*/ |
| try{err?reject(err):resolve(result)}catch(e){reject(e instanceof Error?e:new Error)}};return{promise,callback,resolve:value=>( |
| /*ThouShaltNotCache*/ |
| callback(null,value),promise),reject:error=>( |
| /*ThouShaltNotCache*/ |
| callback(error),promise)}},exports.inOperator=function(k,o){ |
| /*ThouShaltNotCache*/ |
| return k in o};exports.objectToString=obj=>Object.prototype.toString.call(obj);const safeToStringImpl=(val,seenArrays=new WeakSet)=> |
| /*ThouShaltNotCache*/ |
| "object"!=typeof val||null===val?String(val):"function"==typeof val.toString?Array.isArray(val)?((arr,seenArrays)=> |
| /*ThouShaltNotCache*/ |
| "function"!=typeof arr.join?(0,exports.objectToString)(arr):(seenArrays.add(arr),arr.map(val=>null==val||seenArrays.has(val)?"":safeToStringImpl(val,seenArrays)).join()))(val,seenArrays):String(val):(0,exports.objectToString)(val);exports.safeToString=val=>safeToStringImpl(val)},19104:(__unused_webpack_module,exports)=>{"use strict";exports.detach=function(value){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof value)throw new TypeError(`jsdom internal error: detaching object of wrong type ${value}`)},exports.attach=function(value,listObject){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof value)throw new TypeError(`jsdom internal error: attaching object of wrong type ${value}`)},exports.reserializeSpaceSeparatedTokens=function(elements){ |
| /*ThouShaltNotCache*/ |
| return elements.join(" ")},exports.reserializeCommaSeparatedTokens=function(elements){ |
| /*ThouShaltNotCache*/ |
| return elements.join(", ")}},19207:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof value)throw new globalObject.TypeError(context+" is not a function");function invokeTheCallbackFunction(blob){ |
| /*ThouShaltNotCache*/ |
| const thisArg=utils.tryWrapperForImpl(this);let callResult;blob=utils.tryWrapperForImpl(blob),callResult=Reflect.apply(value,thisArg,[blob])}return invokeTheCallbackFunction.construct=blob=>{ |
| /*ThouShaltNotCache*/ |
| blob=utils.tryWrapperForImpl(blob);Reflect.construct(value,[blob])},invokeTheCallbackFunction[utils.wrapperSymbol]=value,invokeTheCallbackFunction.objectReference=value,invokeTheCallbackFunction}},19317:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGAnimatedPreserveAspectRatio.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGAnimatedPreserveAspectRatio'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGAnimatedPreserveAspectRatio{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get baseVal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get baseVal' called on an object that is not a valid instance of SVGAnimatedPreserveAspectRatio.");return utils.getSameObject(this,"baseVal",()=>utils.tryWrapperForImpl(esValue[implSymbol].baseVal))}get animVal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get animVal' called on an object that is not a valid instance of SVGAnimatedPreserveAspectRatio.");return utils.getSameObject(this,"animVal",()=>utils.tryWrapperForImpl(esValue[implSymbol].animVal))}}Object.defineProperties(SVGAnimatedPreserveAspectRatio.prototype,{baseVal:{enumerable:!0},animVal:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGAnimatedPreserveAspectRatio",configurable:!0}}),ctorRegistry.SVGAnimatedPreserveAspectRatio=SVGAnimatedPreserveAspectRatio,Object.defineProperty(globalObject,"SVGAnimatedPreserveAspectRatio",{configurable:!0,writable:!0,value:SVGAnimatedPreserveAspectRatio})};const Impl=__webpack_require__(23063)},19478:()=>{},19502:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSGroupingRule:__webpack_require__(45309).CSSGroupingRule,CSSConditionRule:__webpack_require__(36799).CSSConditionRule,MediaList:__webpack_require__(91429).MediaList,CSSMediaRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSConditionRule.call(this),this.media=new CSSOM.MediaList}};CSSOM.CSSMediaRule.prototype=new CSSOM.CSSConditionRule,CSSOM.CSSMediaRule.prototype.constructor=CSSOM.CSSMediaRule,CSSOM.CSSMediaRule.prototype.type=4,Object.defineProperties(CSSOM.CSSMediaRule.prototype,{conditionText:{get:function(){ |
| /*ThouShaltNotCache*/ |
| return this.media.mediaText},set:function(value){ |
| /*ThouShaltNotCache*/ |
| this.media.mediaText=value},configurable:!0,enumerable:!0},cssText:{get:function(){for( |
| /*ThouShaltNotCache*/ |
| var cssTexts=[],i=0,length=this.cssRules.length;i<length;i++)cssTexts.push(this.cssRules[i].cssText);return"@media "+this.media.mediaText+" {"+cssTexts.join("")+"}"},configurable:!0,enumerable:!0}}),exports.CSSMediaRule=CSSOM.CSSMediaRule},19566:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const BlobImpl=__webpack_require__(17941).implementation;exports.implementation=class extends BlobImpl{constructor(globalObject,[fileBits,fileName,options],privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,[fileBits,options],privateData),this.name=fileName,this.lastModified="lastModified"in options?options.lastModified:Date.now()}}},19585:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),legacyErrorCodes={IndexSizeError:1,HierarchyRequestError:3,WrongDocumentError:4,InvalidCharacterError:5,NoModificationAllowedError:7,NotFoundError:8,NotSupportedError:9,InUseAttributeError:10,InvalidStateError:11,SyntaxError:12,InvalidModificationError:13,NamespaceError:14,InvalidAccessError:15,TypeMismatchError:17,SecurityError:18,NetworkError:19,AbortError:20,URLMismatchError:21,QuotaExceededError:22,TimeoutError:23,InvalidNodeTypeError:24,DataCloneError:25};exports.implementation=class{constructor(globalObject,[message,name]){ |
| /*ThouShaltNotCache*/ |
| this.name=name,this.message=message}get code(){ |
| /*ThouShaltNotCache*/ |
| return legacyErrorCodes[this.name]||0}},exports.init=impl=>{ |
| /*ThouShaltNotCache*/ |
| if(Error.captureStackTrace){const wrapper=idlUtils.wrapperForImpl(impl);Error.captureStackTrace(wrapper,wrapper.constructor)}}},19952:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTableRowElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTableRowElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTableRowElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTableRowElement",new.target)}insertCell(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertCell' called on an object that is not a valid instance of HTMLTableRowElement.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'insertCell' on 'HTMLTableRowElement': parameter 1",globals:globalObject}):-1,args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].insertCell(...args))}deleteCell(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteCell' called on an object that is not a valid instance of HTMLTableRowElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'deleteCell' on 'HTMLTableRowElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.long(curArg,{context:"Failed to execute 'deleteCell' on 'HTMLTableRowElement': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].deleteCell(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rowIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rowIndex' called on an object that is not a valid instance of HTMLTableRowElement.");return esValue[implSymbol].rowIndex}get sectionRowIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get sectionRowIndex' called on an object that is not a valid instance of HTMLTableRowElement.");return esValue[implSymbol].sectionRowIndex}get cells(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cells' called on an object that is not a valid instance of HTMLTableRowElement.");return utils.getSameObject(this,"cells",()=>utils.tryWrapperForImpl(esValue[implSymbol].cells))}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLTableRowElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLTableRowElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLTableRowElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ch' called on an object that is not a valid instance of HTMLTableRowElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("char");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ch(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ch' called on an object that is not a valid instance of HTMLTableRowElement.");V=conversions.DOMString(V,{context:"Failed to set the 'ch' property on 'HTMLTableRowElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("char",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get chOff(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get chOff' called on an object that is not a valid instance of HTMLTableRowElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("charoff");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set chOff(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set chOff' called on an object that is not a valid instance of HTMLTableRowElement.");V=conversions.DOMString(V,{context:"Failed to set the 'chOff' property on 'HTMLTableRowElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("charoff",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get vAlign(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vAlign' called on an object that is not a valid instance of HTMLTableRowElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("valign");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set vAlign(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set vAlign' called on an object that is not a valid instance of HTMLTableRowElement.");V=conversions.DOMString(V,{context:"Failed to set the 'vAlign' property on 'HTMLTableRowElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("valign",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get bgColor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get bgColor' called on an object that is not a valid instance of HTMLTableRowElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("bgcolor");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set bgColor(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set bgColor' called on an object that is not a valid instance of HTMLTableRowElement.");V=conversions.DOMString(V,{context:"Failed to set the 'bgColor' property on 'HTMLTableRowElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("bgcolor",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLTableRowElement.prototype,{insertCell:{enumerable:!0},deleteCell:{enumerable:!0},rowIndex:{enumerable:!0},sectionRowIndex:{enumerable:!0},cells:{enumerable:!0},align:{enumerable:!0},ch:{enumerable:!0},chOff:{enumerable:!0},vAlign:{enumerable:!0},bgColor:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableRowElement",configurable:!0}}),ctorRegistry.HTMLTableRowElement=HTMLTableRowElement,Object.defineProperty(globalObject,"HTMLTableRowElement",{configurable:!0,writable:!0,value:HTMLTableRowElement})};const Impl=__webpack_require__(93715)},20059:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventInit=(__webpack_require__(65554),__webpack_require__(75633));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="colno";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long"](value,{context:context+" has member 'colno' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="error";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.any(value,{context:context+" has member 'error' that",globals:globalObject}),ret[key]=value):ret[key]=null}{const key="filename";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.USVString(value,{context:context+" has member 'filename' that",globals:globalObject}),ret[key]=value):ret[key]=""}{const key="lineno";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long"](value,{context:context+" has member 'lineno' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="message";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.DOMString(value,{context:context+" has member 'message' that",globals:globalObject}),ret[key]=value):ret[key]=""}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},20136:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Node=__webpack_require__(13079),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].CharacterData.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'CharacterData'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Node._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class CharacterData extends globalObject.Node{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}substringData(offset,count){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'substringData' called on an object that is not a valid instance of CharacterData.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'substringData' on 'CharacterData': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'substringData' on 'CharacterData': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'substringData' on 'CharacterData': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].substringData(...args)}appendData(data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'appendData' called on an object that is not a valid instance of CharacterData.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'appendData' on 'CharacterData': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'appendData' on 'CharacterData': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].appendData(...args)}insertData(offset,data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertData' called on an object that is not a valid instance of CharacterData.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'insertData' on 'CharacterData': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'insertData' on 'CharacterData': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'insertData' on 'CharacterData': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].insertData(...args)}deleteData(offset,count){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteData' called on an object that is not a valid instance of CharacterData.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'deleteData' on 'CharacterData': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'deleteData' on 'CharacterData': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'deleteData' on 'CharacterData': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].deleteData(...args)}replaceData(offset,count,data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceData' called on an object that is not a valid instance of CharacterData.");if(arguments.length<3)throw new globalObject.TypeError(`Failed to execute 'replaceData' on 'CharacterData': 3 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'replaceData' on 'CharacterData': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'replaceData' on 'CharacterData': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'replaceData' on 'CharacterData': parameter 3",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].replaceData(...args)}before(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'before' called on an object that is not a valid instance of CharacterData.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'before' on 'CharacterData': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].before(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}after(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'after' called on an object that is not a valid instance of CharacterData.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'after' on 'CharacterData': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].after(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}replaceWith(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceWith' called on an object that is not a valid instance of CharacterData.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'replaceWith' on 'CharacterData': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].replaceWith(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}remove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'remove' called on an object that is not a valid instance of CharacterData.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].remove()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get data(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get data' called on an object that is not a valid instance of CharacterData.");return esValue[implSymbol].data}set data(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set data' called on an object that is not a valid instance of CharacterData.");V=conversions.DOMString(V,{context:"Failed to set the 'data' property on 'CharacterData': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),esValue[implSymbol].data=V}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of CharacterData.");return esValue[implSymbol].length}get previousElementSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get previousElementSibling' called on an object that is not a valid instance of CharacterData.");return utils.tryWrapperForImpl(esValue[implSymbol].previousElementSibling)}get nextElementSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nextElementSibling' called on an object that is not a valid instance of CharacterData.");return utils.tryWrapperForImpl(esValue[implSymbol].nextElementSibling)}}Object.defineProperties(CharacterData.prototype,{substringData:{enumerable:!0},appendData:{enumerable:!0},insertData:{enumerable:!0},deleteData:{enumerable:!0},replaceData:{enumerable:!0},before:{enumerable:!0},after:{enumerable:!0},replaceWith:{enumerable:!0},remove:{enumerable:!0},data:{enumerable:!0},length:{enumerable:!0},previousElementSibling:{enumerable:!0},nextElementSibling:{enumerable:!0},[Symbol.toStringTag]:{value:"CharacterData",configurable:!0},[Symbol.unscopables]:{value:{before:!0,after:!0,replaceWith:!0,remove:!0,__proto__:null},configurable:!0}}),ctorRegistry.CharacterData=CharacterData,Object.defineProperty(globalObject,"CharacterData",{configurable:!0,writable:!0,value:CharacterData})};const Impl=__webpack_require__(51571)},20263:(__unused_webpack_module,exports)=>{"use strict";exports.D=class{get language(){ |
| /*ThouShaltNotCache*/ |
| return"en-US"}}},20322:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{domSymbolTree}=__webpack_require__(35442),reportException=__webpack_require__(57335),Event=__webpack_require__(72763),idlUtils=__webpack_require__(65554),MutationRecord=__webpack_require__(35949),MUTATION_TYPE={ATTRIBUTES:"attributes",CHARACTER_DATA:"characterData",CHILD_LIST:"childList"};let mutationObserverMicrotaskQueueFlag=!1;const activeMutationObservers=new Set,signalSlotList=[];function queueMutationRecord(type,target,name,namespace,oldValue,addedNodes,removedNodes,previousSibling,nextSibling){ |
| /*ThouShaltNotCache*/ |
| const interestedObservers=new Map,nodes=domSymbolTree.ancestorsToArray(target);for(const node of nodes)for(const registered of node._registeredObserverList){const{options,observer:mo}=registered;node!==target&&!1===options.subtree||type===MUTATION_TYPE.ATTRIBUTES&&!0!==options.attributes||type===MUTATION_TYPE.ATTRIBUTES&&options.attributeFilter&&!options.attributeFilter.some(value=>value===name||value===namespace)||type===MUTATION_TYPE.CHARACTER_DATA&&!0!==options.characterData||type===MUTATION_TYPE.CHILD_LIST&&!1===options.childList||(interestedObservers.has(mo)||interestedObservers.set(mo,null),(type===MUTATION_TYPE.ATTRIBUTES&&!0===options.attributeOldValue||type===MUTATION_TYPE.CHARACTER_DATA&&!0===options.characterDataOldValue)&&interestedObservers.set(mo,oldValue))}for(const[observer,mappedOldValue]of interestedObservers.entries()){const record=MutationRecord.createImpl(target._globalObject,[],{type,target,attributeName:name,attributeNamespace:namespace,oldValue:mappedOldValue,addedNodes,removedNodes,previousSibling,nextSibling});observer._recordQueue.push(record),activeMutationObservers.add(observer)}queueMutationObserverMicrotask()}function queueMutationObserverMicrotask(){ |
| /*ThouShaltNotCache*/ |
| mutationObserverMicrotaskQueueFlag||(mutationObserverMicrotaskQueueFlag=!0,Promise.resolve().then(()=>{ |
| /*ThouShaltNotCache*/ |
| !function(){ |
| /*ThouShaltNotCache*/ |
| mutationObserverMicrotaskQueueFlag=!1;const notifyList=[...activeMutationObservers].sort((a,b)=>a._id-b._id);activeMutationObservers.clear();const signalList=[...signalSlotList];signalSlotList.splice(0,signalSlotList.length);for(const mo of notifyList){const records=[...mo._recordQueue];mo._recordQueue=[];for(const node of mo._nodeList)node._registeredObserverList=node._registeredObserverList.filter(registeredObserver=>registeredObserver.source!==mo);if(records.length>0)try{const moWrapper=idlUtils.wrapperForImpl(mo);mo._callback.call(moWrapper,records.map(idlUtils.wrapperForImpl),moWrapper)}catch(e){const{target}=records[0],window=target._ownerDocument._defaultView;reportException(window,e)}}for(const slot of signalList){const slotChangeEvent=Event.createImpl(slot._globalObject,["slotchange",{bubbles:!0}],{isTrusted:!0});slot._dispatch(slotChangeEvent)}}()}))}module.exports={MUTATION_TYPE,queueMutationRecord,queueTreeMutationRecord:function(target,addedNodes,removedNodes,previousSibling,nextSibling){ |
| /*ThouShaltNotCache*/ |
| queueMutationRecord(MUTATION_TYPE.CHILD_LIST,target,null,null,null,addedNodes,removedNodes,previousSibling,nextSibling)},queueAttributeMutationRecord:function(target,name,namespace,oldValue){ |
| /*ThouShaltNotCache*/ |
| queueMutationRecord(MUTATION_TYPE.ATTRIBUTES,target,name,namespace,oldValue,[],[],null,null)},queueMutationObserverMicrotask,signalSlotList}},21016:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof value)throw new globalObject.TypeError(context+" is not a function");function invokeTheCallbackFunction(){ |
| /*ThouShaltNotCache*/ |
| const thisArg=utils.tryWrapperForImpl(this);let callResult;return callResult=Reflect.apply(value,thisArg,[]),callResult=conversions.any(callResult,{context,globals:globalObject}),callResult}return invokeTheCallbackFunction.construct=()=>{ |
| /*ThouShaltNotCache*/ |
| let callResult=Reflect.construct(value,[]);return callResult=conversions.any(callResult,{context,globals:globalObject}),callResult},invokeTheCallbackFunction[utils.wrapperSymbol]=value,invokeTheCallbackFunction.objectReference=value,invokeTheCallbackFunction}},21149:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventInit=(__webpack_require__(65554),__webpack_require__(75633));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="persisted";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'persisted' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},21166:module=>{"use strict";module.exports=JSON.parse('[["0","\\u0000",127],["8141","\uac02\uac03\uac05\uac06\uac0b",4,"\uac18\uac1e\uac1f\uac21\uac22\uac23\uac25",6,"\uac2e\uac32\uac33\uac34"],["8161","\uac35\uac36\uac37\uac3a\uac3b\uac3d\uac3e\uac3f\uac41",9,"\uac4c\uac4e",5,"\uac55"],["8181","\uac56\uac57\uac59\uac5a\uac5b\uac5d",18,"\uac72\uac73\uac75\uac76\uac79\uac7b",4,"\uac82\uac87\uac88\uac8d\uac8e\uac8f\uac91\uac92\uac93\uac95",6,"\uac9e\uaca2",5,"\uacab\uacad\uacae\uacb1",6,"\uacba\uacbe\uacbf\uacc0\uacc2\uacc3\uacc5\uacc6\uacc7\uacc9\uacca\uaccb\uaccd",7,"\uacd6\uacd8",7,"\uace2\uace3\uace5\uace6\uace9\uaceb\uaced\uacee\uacf2\uacf4\uacf7",4,"\uacfe\uacff\uad01\uad02\uad03\uad05\uad07",4,"\uad0e\uad10\uad12\uad13"],["8241","\uad14\uad15\uad16\uad17\uad19\uad1a\uad1b\uad1d\uad1e\uad1f\uad21",7,"\uad2a\uad2b\uad2e",5],["8261","\uad36\uad37\uad39\uad3a\uad3b\uad3d",6,"\uad46\uad48\uad4a",5,"\uad51\uad52\uad53\uad55\uad56\uad57"],["8281","\uad59",7,"\uad62\uad64",7,"\uad6e\uad6f\uad71\uad72\uad77\uad78\uad79\uad7a\uad7e\uad80\uad83",4,"\uad8a\uad8b\uad8d\uad8e\uad8f\uad91",10,"\uad9e",5,"\uada5",17,"\uadb8",7,"\uadc2\uadc3\uadc5\uadc6\uadc7\uadc9",6,"\uadd2\uadd4",7,"\uaddd\uadde\uaddf\uade1\uade2\uade3\uade5",18],["8341","\uadfa\uadfb\uadfd\uadfe\uae02",5,"\uae0a\uae0c\uae0e",5,"\uae15",7],["8361","\uae1d",18,"\uae32\uae33\uae35\uae36\uae39\uae3b\uae3c"],["8381","\uae3d\uae3e\uae3f\uae42\uae44\uae47\uae48\uae49\uae4b\uae4f\uae51\uae52\uae53\uae55\uae57",4,"\uae5e\uae62\uae63\uae64\uae66\uae67\uae6a\uae6b\uae6d\uae6e\uae6f\uae71",6,"\uae7a\uae7e",5,"\uae86",5,"\uae8d",46,"\uaebf\uaec1\uaec2\uaec3\uaec5",6,"\uaece\uaed2",5,"\uaeda\uaedb\uaedd",8],["8441","\uaee6\uaee7\uaee9\uaeea\uaeec\uaeee",5,"\uaef5\uaef6\uaef7\uaef9\uaefa\uaefb\uaefd",8],["8461","\uaf06\uaf09\uaf0a\uaf0b\uaf0c\uaf0e\uaf0f\uaf11",18],["8481","\uaf24",7,"\uaf2e\uaf2f\uaf31\uaf33\uaf35",6,"\uaf3e\uaf40\uaf44\uaf45\uaf46\uaf47\uaf4a",5,"\uaf51",10,"\uaf5e",5,"\uaf66",18,"\uaf7a",5,"\uaf81\uaf82\uaf83\uaf85\uaf86\uaf87\uaf89",6,"\uaf92\uaf93\uaf94\uaf96",5,"\uaf9d",26,"\uafba\uafbb\uafbd\uafbe"],["8541","\uafbf\uafc1",5,"\uafca\uafcc\uafcf",4,"\uafd5",6,"\uafdd",4],["8561","\uafe2",5,"\uafea",5,"\uaff2\uaff3\uaff5\uaff6\uaff7\uaff9",6,"\ub002\ub003"],["8581","\ub005",6,"\ub00d\ub00e\ub00f\ub011\ub012\ub013\ub015",6,"\ub01e",9,"\ub029",26,"\ub046\ub047\ub049\ub04b\ub04d\ub04f\ub050\ub051\ub052\ub056\ub058\ub05a\ub05b\ub05c\ub05e",29,"\ub07e\ub07f\ub081\ub082\ub083\ub085",6,"\ub08e\ub090\ub092",5,"\ub09b\ub09d\ub09e\ub0a3\ub0a4"],["8641","\ub0a5\ub0a6\ub0a7\ub0aa\ub0b0\ub0b2\ub0b6\ub0b7\ub0b9\ub0ba\ub0bb\ub0bd",6,"\ub0c6\ub0ca",5,"\ub0d2"],["8661","\ub0d3\ub0d5\ub0d6\ub0d7\ub0d9",6,"\ub0e1\ub0e2\ub0e3\ub0e4\ub0e6",10],["8681","\ub0f1",22,"\ub10a\ub10d\ub10e\ub10f\ub111\ub114\ub115\ub116\ub117\ub11a\ub11e",4,"\ub126\ub127\ub129\ub12a\ub12b\ub12d",6,"\ub136\ub13a",5,"\ub142\ub143\ub145\ub146\ub147\ub149",6,"\ub152\ub153\ub156\ub157\ub159\ub15a\ub15b\ub15d\ub15e\ub15f\ub161",22,"\ub17a\ub17b\ub17d\ub17e\ub17f\ub181\ub183",4,"\ub18a\ub18c\ub18e\ub18f\ub190\ub191\ub195\ub196\ub197\ub199\ub19a\ub19b\ub19d"],["8741","\ub19e",9,"\ub1a9",15],["8761","\ub1b9",18,"\ub1cd\ub1ce\ub1cf\ub1d1\ub1d2\ub1d3\ub1d5"],["8781","\ub1d6",5,"\ub1de\ub1e0",7,"\ub1ea\ub1eb\ub1ed\ub1ee\ub1ef\ub1f1",7,"\ub1fa\ub1fc\ub1fe",5,"\ub206\ub207\ub209\ub20a\ub20d",6,"\ub216\ub218\ub21a",5,"\ub221",18,"\ub235",6,"\ub23d",26,"\ub259\ub25a\ub25b\ub25d\ub25e\ub25f\ub261",6,"\ub26a",4],["8841","\ub26f",4,"\ub276",5,"\ub27d",6,"\ub286\ub287\ub288\ub28a",4],["8861","\ub28f\ub292\ub293\ub295\ub296\ub297\ub29b",4,"\ub2a2\ub2a4\ub2a7\ub2a8\ub2a9\ub2ab\ub2ad\ub2ae\ub2af\ub2b1\ub2b2\ub2b3\ub2b5\ub2b6\ub2b7"],["8881","\ub2b8",15,"\ub2ca\ub2cb\ub2cd\ub2ce\ub2cf\ub2d1\ub2d3",4,"\ub2da\ub2dc\ub2de\ub2df\ub2e0\ub2e1\ub2e3\ub2e7\ub2e9\ub2ea\ub2f0\ub2f1\ub2f2\ub2f6\ub2fc\ub2fd\ub2fe\ub302\ub303\ub305\ub306\ub307\ub309",6,"\ub312\ub316",5,"\ub31d",54,"\ub357\ub359\ub35a\ub35d\ub360\ub361\ub362\ub363"],["8941","\ub366\ub368\ub36a\ub36c\ub36d\ub36f\ub372\ub373\ub375\ub376\ub377\ub379",6,"\ub382\ub386",5,"\ub38d"],["8961","\ub38e\ub38f\ub391\ub392\ub393\ub395",10,"\ub3a2",5,"\ub3a9\ub3aa\ub3ab\ub3ad"],["8981","\ub3ae",21,"\ub3c6\ub3c7\ub3c9\ub3ca\ub3cd\ub3cf\ub3d1\ub3d2\ub3d3\ub3d6\ub3d8\ub3da\ub3dc\ub3de\ub3df\ub3e1\ub3e2\ub3e3\ub3e5\ub3e6\ub3e7\ub3e9",18,"\ub3fd",18,"\ub411",6,"\ub419\ub41a\ub41b\ub41d\ub41e\ub41f\ub421",6,"\ub42a\ub42c",7,"\ub435",15],["8a41","\ub445",10,"\ub452\ub453\ub455\ub456\ub457\ub459",6,"\ub462\ub464\ub466"],["8a61","\ub467",4,"\ub46d",18,"\ub481\ub482"],["8a81","\ub483",4,"\ub489",19,"\ub49e",5,"\ub4a5\ub4a6\ub4a7\ub4a9\ub4aa\ub4ab\ub4ad",7,"\ub4b6\ub4b8\ub4ba",5,"\ub4c1\ub4c2\ub4c3\ub4c5\ub4c6\ub4c7\ub4c9",6,"\ub4d1\ub4d2\ub4d3\ub4d4\ub4d6",5,"\ub4de\ub4df\ub4e1\ub4e2\ub4e5\ub4e7",4,"\ub4ee\ub4f0\ub4f2",5,"\ub4f9",26,"\ub516\ub517\ub519\ub51a\ub51d"],["8b41","\ub51e",5,"\ub526\ub52b",4,"\ub532\ub533\ub535\ub536\ub537\ub539",6,"\ub542\ub546"],["8b61","\ub547\ub548\ub549\ub54a\ub54e\ub54f\ub551\ub552\ub553\ub555",6,"\ub55e\ub562",8],["8b81","\ub56b",52,"\ub5a2\ub5a3\ub5a5\ub5a6\ub5a7\ub5a9\ub5ac\ub5ad\ub5ae\ub5af\ub5b2\ub5b6",4,"\ub5be\ub5bf\ub5c1\ub5c2\ub5c3\ub5c5",6,"\ub5ce\ub5d2",5,"\ub5d9",18,"\ub5ed",18],["8c41","\ub600",15,"\ub612\ub613\ub615\ub616\ub617\ub619",4],["8c61","\ub61e",6,"\ub626",5,"\ub62d",6,"\ub635",5],["8c81","\ub63b",12,"\ub649",26,"\ub665\ub666\ub667\ub669",50,"\ub69e\ub69f\ub6a1\ub6a2\ub6a3\ub6a5",5,"\ub6ad\ub6ae\ub6af\ub6b0\ub6b2",16],["8d41","\ub6c3",16,"\ub6d5",8],["8d61","\ub6de",17,"\ub6f1\ub6f2\ub6f3\ub6f5\ub6f6\ub6f7\ub6f9\ub6fa"],["8d81","\ub6fb",4,"\ub702\ub703\ub704\ub706",33,"\ub72a\ub72b\ub72d\ub72e\ub731",6,"\ub73a\ub73c",7,"\ub745\ub746\ub747\ub749\ub74a\ub74b\ub74d",6,"\ub756",9,"\ub761\ub762\ub763\ub765\ub766\ub767\ub769",6,"\ub772\ub774\ub776",5,"\ub77e\ub77f\ub781\ub782\ub783\ub785",6,"\ub78e\ub793\ub794\ub795\ub79a\ub79b\ub79d\ub79e"],["8e41","\ub79f\ub7a1",6,"\ub7aa\ub7ae",5,"\ub7b6\ub7b7\ub7b9",8],["8e61","\ub7c2",4,"\ub7c8\ub7ca",19],["8e81","\ub7de",13,"\ub7ee\ub7ef\ub7f1\ub7f2\ub7f3\ub7f5",6,"\ub7fe\ub802",4,"\ub80a\ub80b\ub80d\ub80e\ub80f\ub811",6,"\ub81a\ub81c\ub81e",5,"\ub826\ub827\ub829\ub82a\ub82b\ub82d",6,"\ub836\ub83a",5,"\ub841\ub842\ub843\ub845",11,"\ub852\ub854",7,"\ub85e\ub85f\ub861\ub862\ub863\ub865",6,"\ub86e\ub870\ub872",5,"\ub879\ub87a\ub87b\ub87d",7],["8f41","\ub885",7,"\ub88e",17],["8f61","\ub8a0",7,"\ub8a9",6,"\ub8b1\ub8b2\ub8b3\ub8b5\ub8b6\ub8b7\ub8b9",4],["8f81","\ub8be\ub8bf\ub8c2\ub8c4\ub8c6",5,"\ub8cd\ub8ce\ub8cf\ub8d1\ub8d2\ub8d3\ub8d5",7,"\ub8de\ub8e0\ub8e2",5,"\ub8ea\ub8eb\ub8ed\ub8ee\ub8ef\ub8f1",6,"\ub8fa\ub8fc\ub8fe",5,"\ub905",18,"\ub919",6,"\ub921",26,"\ub93e\ub93f\ub941\ub942\ub943\ub945",6,"\ub94d\ub94e\ub950\ub952",5],["9041","\ub95a\ub95b\ub95d\ub95e\ub95f\ub961",6,"\ub96a\ub96c\ub96e",5,"\ub976\ub977\ub979\ub97a\ub97b\ub97d"],["9061","\ub97e",5,"\ub986\ub988\ub98b\ub98c\ub98f",15],["9081","\ub99f",12,"\ub9ae\ub9af\ub9b1\ub9b2\ub9b3\ub9b5",6,"\ub9be\ub9c0\ub9c2",5,"\ub9ca\ub9cb\ub9cd\ub9d3",4,"\ub9da\ub9dc\ub9df\ub9e0\ub9e2\ub9e6\ub9e7\ub9e9\ub9ea\ub9eb\ub9ed",6,"\ub9f6\ub9fb",4,"\uba02",5,"\uba09",11,"\uba16",33,"\uba3a\uba3b\uba3d\uba3e\uba3f\uba41\uba43\uba44\uba45\uba46"],["9141","\uba47\uba4a\uba4c\uba4f\uba50\uba51\uba52\uba56\uba57\uba59\uba5a\uba5b\uba5d",6,"\uba66\uba6a",5],["9161","\uba72\uba73\uba75\uba76\uba77\uba79",9,"\uba86\uba88\uba89\uba8a\uba8b\uba8d",5],["9181","\uba93",20,"\ubaaa\ubaad\ubaae\ubaaf\ubab1\ubab3",4,"\ubaba\ubabc\ubabe",5,"\ubac5\ubac6\ubac7\ubac9",14,"\ubada",33,"\ubafd\ubafe\ubaff\ubb01\ubb02\ubb03\ubb05",7,"\ubb0e\ubb10\ubb12",5,"\ubb19\ubb1a\ubb1b\ubb1d\ubb1e\ubb1f\ubb21",6],["9241","\ubb28\ubb2a\ubb2c",7,"\ubb37\ubb39\ubb3a\ubb3f",4,"\ubb46\ubb48\ubb4a\ubb4b\ubb4c\ubb4e\ubb51\ubb52"],["9261","\ubb53\ubb55\ubb56\ubb57\ubb59",7,"\ubb62\ubb64",7,"\ubb6d",4],["9281","\ubb72",21,"\ubb89\ubb8a\ubb8b\ubb8d\ubb8e\ubb8f\ubb91",18,"\ubba5\ubba6\ubba7\ubba9\ubbaa\ubbab\ubbad",6,"\ubbb5\ubbb6\ubbb8",7,"\ubbc1\ubbc2\ubbc3\ubbc5\ubbc6\ubbc7\ubbc9",6,"\ubbd1\ubbd2\ubbd4",35,"\ubbfa\ubbfb\ubbfd\ubbfe\ubc01"],["9341","\ubc03",4,"\ubc0a\ubc0e\ubc10\ubc12\ubc13\ubc19\ubc1a\ubc20\ubc21\ubc22\ubc23\ubc26\ubc28\ubc2a\ubc2b\ubc2c\ubc2e\ubc2f\ubc32\ubc33\ubc35"],["9361","\ubc36\ubc37\ubc39",6,"\ubc42\ubc46\ubc47\ubc48\ubc4a\ubc4b\ubc4e\ubc4f\ubc51",8],["9381","\ubc5a\ubc5b\ubc5c\ubc5e",37,"\ubc86\ubc87\ubc89\ubc8a\ubc8d\ubc8f",4,"\ubc96\ubc98\ubc9b",4,"\ubca2\ubca3\ubca5\ubca6\ubca9",6,"\ubcb2\ubcb6",5,"\ubcbe\ubcbf\ubcc1\ubcc2\ubcc3\ubcc5",7,"\ubcce\ubcd2\ubcd3\ubcd4\ubcd6\ubcd7\ubcd9\ubcda\ubcdb\ubcdd",22,"\ubcf7\ubcf9\ubcfa\ubcfb\ubcfd"],["9441","\ubcfe",5,"\ubd06\ubd08\ubd0a",5,"\ubd11\ubd12\ubd13\ubd15",8],["9461","\ubd1e",5,"\ubd25",6,"\ubd2d",12],["9481","\ubd3a",5,"\ubd41",6,"\ubd4a\ubd4b\ubd4d\ubd4e\ubd4f\ubd51",6,"\ubd5a",9,"\ubd65\ubd66\ubd67\ubd69",22,"\ubd82\ubd83\ubd85\ubd86\ubd8b",4,"\ubd92\ubd94\ubd96\ubd97\ubd98\ubd9b\ubd9d",6,"\ubda5",10,"\ubdb1",6,"\ubdb9",24],["9541","\ubdd2\ubdd3\ubdd6\ubdd7\ubdd9\ubdda\ubddb\ubddd",11,"\ubdea",5,"\ubdf1"],["9561","\ubdf2\ubdf3\ubdf5\ubdf6\ubdf7\ubdf9",6,"\ube01\ube02\ube04\ube06",5,"\ube0e\ube0f\ube11\ube12\ube13"],["9581","\ube15",6,"\ube1e\ube20",35,"\ube46\ube47\ube49\ube4a\ube4b\ube4d\ube4f",4,"\ube56\ube58\ube5c\ube5d\ube5e\ube5f\ube62\ube63\ube65\ube66\ube67\ube69\ube6b",4,"\ube72\ube76",4,"\ube7e\ube7f\ube81\ube82\ube83\ube85",6,"\ube8e\ube92",5,"\ube9a",13,"\ubea9",14],["9641","\ubeb8",23,"\ubed2\ubed3"],["9661","\ubed5\ubed6\ubed9",6,"\ubee1\ubee2\ubee6",5,"\ubeed",8],["9681","\ubef6",10,"\ubf02",5,"\ubf0a",13,"\ubf1a\ubf1e",33,"\ubf42\ubf43\ubf45\ubf46\ubf47\ubf49",6,"\ubf52\ubf53\ubf54\ubf56",44],["9741","\ubf83",16,"\ubf95",8],["9761","\ubf9e",17,"\ubfb1",7],["9781","\ubfb9",11,"\ubfc6",5,"\ubfce\ubfcf\ubfd1\ubfd2\ubfd3\ubfd5",6,"\ubfdd\ubfde\ubfe0\ubfe2",89,"\uc03d\uc03e\uc03f"],["9841","\uc040",16,"\uc052",5,"\uc059\uc05a\uc05b"],["9861","\uc05d\uc05e\uc05f\uc061",6,"\uc06a",15],["9881","\uc07a",21,"\uc092\uc093\uc095\uc096\uc097\uc099",6,"\uc0a2\uc0a4\uc0a6",5,"\uc0ae\uc0b1\uc0b2\uc0b7",4,"\uc0be\uc0c2\uc0c3\uc0c4\uc0c6\uc0c7\uc0ca\uc0cb\uc0cd\uc0ce\uc0cf\uc0d1",6,"\uc0da\uc0de",5,"\uc0e6\uc0e7\uc0e9\uc0ea\uc0eb\uc0ed",6,"\uc0f6\uc0f8\uc0fa",5,"\uc101\uc102\uc103\uc105\uc106\uc107\uc109",6,"\uc111\uc112\uc113\uc114\uc116",5,"\uc121\uc122\uc125\uc128\uc129\uc12a\uc12b\uc12e"],["9941","\uc132\uc133\uc134\uc135\uc137\uc13a\uc13b\uc13d\uc13e\uc13f\uc141",6,"\uc14a\uc14e",5,"\uc156\uc157"],["9961","\uc159\uc15a\uc15b\uc15d",6,"\uc166\uc16a",5,"\uc171\uc172\uc173\uc175\uc176\uc177\uc179\uc17a\uc17b"],["9981","\uc17c",8,"\uc186",5,"\uc18f\uc191\uc192\uc193\uc195\uc197",4,"\uc19e\uc1a0\uc1a2\uc1a3\uc1a4\uc1a6\uc1a7\uc1aa\uc1ab\uc1ad\uc1ae\uc1af\uc1b1",11,"\uc1be",5,"\uc1c5\uc1c6\uc1c7\uc1c9\uc1ca\uc1cb\uc1cd",6,"\uc1d5\uc1d6\uc1d9",6,"\uc1e1\uc1e2\uc1e3\uc1e5\uc1e6\uc1e7\uc1e9",6,"\uc1f2\uc1f4",7,"\uc1fe\uc1ff\uc201\uc202\uc203\uc205",6,"\uc20e\uc210\uc212",5,"\uc21a\uc21b\uc21d\uc21e\uc221\uc222\uc223"],["9a41","\uc224\uc225\uc226\uc227\uc22a\uc22c\uc22e\uc230\uc233\uc235",16],["9a61","\uc246\uc247\uc249",6,"\uc252\uc253\uc255\uc256\uc257\uc259",6,"\uc261\uc262\uc263\uc264\uc266"],["9a81","\uc267",4,"\uc26e\uc26f\uc271\uc272\uc273\uc275",6,"\uc27e\uc280\uc282",5,"\uc28a",5,"\uc291",6,"\uc299\uc29a\uc29c\uc29e",5,"\uc2a6\uc2a7\uc2a9\uc2aa\uc2ab\uc2ae",5,"\uc2b6\uc2b8\uc2ba",33,"\uc2de\uc2df\uc2e1\uc2e2\uc2e5",5,"\uc2ee\uc2f0\uc2f2\uc2f3\uc2f4\uc2f5\uc2f7\uc2fa\uc2fd\uc2fe\uc2ff\uc301",6,"\uc30a\uc30b\uc30e\uc30f"],["9b41","\uc310\uc311\uc312\uc316\uc317\uc319\uc31a\uc31b\uc31d",6,"\uc326\uc327\uc32a",8],["9b61","\uc333",17,"\uc346",7],["9b81","\uc34e",25,"\uc36a\uc36b\uc36d\uc36e\uc36f\uc371\uc373",4,"\uc37a\uc37b\uc37e",5,"\uc385\uc386\uc387\uc389\uc38a\uc38b\uc38d",50,"\uc3c1",22,"\uc3da"],["9c41","\uc3db\uc3dd\uc3de\uc3e1\uc3e3",4,"\uc3ea\uc3eb\uc3ec\uc3ee",5,"\uc3f6\uc3f7\uc3f9",5],["9c61","\uc3ff",8,"\uc409",6,"\uc411",9],["9c81","\uc41b",8,"\uc425",6,"\uc42d\uc42e\uc42f\uc431\uc432\uc433\uc435",6,"\uc43e",9,"\uc449",26,"\uc466\uc467\uc469\uc46a\uc46b\uc46d",6,"\uc476\uc477\uc478\uc47a",5,"\uc481",18,"\uc495",6,"\uc49d",12],["9d41","\uc4aa",13,"\uc4b9\uc4ba\uc4bb\uc4bd",8],["9d61","\uc4c6",25],["9d81","\uc4e0",8,"\uc4ea",5,"\uc4f2\uc4f3\uc4f5\uc4f6\uc4f7\uc4f9\uc4fb\uc4fc\uc4fd\uc4fe\uc502",9,"\uc50d\uc50e\uc50f\uc511\uc512\uc513\uc515",6,"\uc51d",10,"\uc52a\uc52b\uc52d\uc52e\uc52f\uc531",6,"\uc53a\uc53c\uc53e",5,"\uc546\uc547\uc54b\uc54f\uc550\uc551\uc552\uc556\uc55a\uc55b\uc55c\uc55f\uc562\uc563\uc565\uc566\uc567\uc569",6,"\uc572\uc576",5,"\uc57e\uc57f\uc581\uc582\uc583\uc585\uc586\uc588\uc589\uc58a\uc58b\uc58e\uc590\uc592\uc593\uc594"],["9e41","\uc596\uc599\uc59a\uc59b\uc59d\uc59e\uc59f\uc5a1",7,"\uc5aa",9,"\uc5b6"],["9e61","\uc5b7\uc5ba\uc5bf",4,"\uc5cb\uc5cd\uc5cf\uc5d2\uc5d3\uc5d5\uc5d6\uc5d7\uc5d9",6,"\uc5e2\uc5e4\uc5e6\uc5e7"],["9e81","\uc5e8\uc5e9\uc5ea\uc5eb\uc5ef\uc5f1\uc5f2\uc5f3\uc5f5\uc5f8\uc5f9\uc5fa\uc5fb\uc602\uc603\uc604\uc609\uc60a\uc60b\uc60d\uc60e\uc60f\uc611",6,"\uc61a\uc61d",6,"\uc626\uc627\uc629\uc62a\uc62b\uc62f\uc631\uc632\uc636\uc638\uc63a\uc63c\uc63d\uc63e\uc63f\uc642\uc643\uc645\uc646\uc647\uc649",6,"\uc652\uc656",5,"\uc65e\uc65f\uc661",10,"\uc66d\uc66e\uc670\uc672",5,"\uc67a\uc67b\uc67d\uc67e\uc67f\uc681",6,"\uc68a\uc68c\uc68e",5,"\uc696\uc697\uc699\uc69a\uc69b\uc69d",6,"\uc6a6"],["9f41","\uc6a8\uc6aa",5,"\uc6b2\uc6b3\uc6b5\uc6b6\uc6b7\uc6bb",4,"\uc6c2\uc6c4\uc6c6",5,"\uc6ce"],["9f61","\uc6cf\uc6d1\uc6d2\uc6d3\uc6d5",6,"\uc6de\uc6df\uc6e2",5,"\uc6ea\uc6eb\uc6ed\uc6ee\uc6ef\uc6f1\uc6f2"],["9f81","\uc6f3",4,"\uc6fa\uc6fb\uc6fc\uc6fe",5,"\uc706\uc707\uc709\uc70a\uc70b\uc70d",6,"\uc716\uc718\uc71a",5,"\uc722\uc723\uc725\uc726\uc727\uc729",6,"\uc732\uc734\uc736\uc738\uc739\uc73a\uc73b\uc73e\uc73f\uc741\uc742\uc743\uc745",4,"\uc74b\uc74e\uc750\uc759\uc75a\uc75b\uc75d\uc75e\uc75f\uc761",6,"\uc769\uc76a\uc76c",7,"\uc776\uc777\uc779\uc77a\uc77b\uc77f\uc780\uc781\uc782\uc786\uc78b\uc78c\uc78d\uc78f\uc792\uc793\uc795\uc799\uc79b",4,"\uc7a2\uc7a7",4,"\uc7ae\uc7af\uc7b1\uc7b2\uc7b3\uc7b5\uc7b6\uc7b7"],["a041","\uc7b8\uc7b9\uc7ba\uc7bb\uc7be\uc7c2",5,"\uc7ca\uc7cb\uc7cd\uc7cf\uc7d1",6,"\uc7d9\uc7da\uc7db\uc7dc"],["a061","\uc7de",5,"\uc7e5\uc7e6\uc7e7\uc7e9\uc7ea\uc7eb\uc7ed",13],["a081","\uc7fb",4,"\uc802\uc803\uc805\uc806\uc807\uc809\uc80b",4,"\uc812\uc814\uc817",4,"\uc81e\uc81f\uc821\uc822\uc823\uc825",6,"\uc82e\uc830\uc832",5,"\uc839\uc83a\uc83b\uc83d\uc83e\uc83f\uc841",6,"\uc84a\uc84b\uc84e",5,"\uc855",26,"\uc872\uc873\uc875\uc876\uc877\uc879\uc87b",4,"\uc882\uc884\uc888\uc889\uc88a\uc88e",5,"\uc895",7,"\uc89e\uc8a0\uc8a2\uc8a3\uc8a4"],["a141","\uc8a5\uc8a6\uc8a7\uc8a9",18,"\uc8be\uc8bf\uc8c0\uc8c1"],["a161","\uc8c2\uc8c3\uc8c5\uc8c6\uc8c7\uc8c9\uc8ca\uc8cb\uc8cd",6,"\uc8d6\uc8d8\uc8da",5,"\uc8e2\uc8e3\uc8e5"],["a181","\uc8e6",14,"\uc8f6",5,"\uc8fe\uc8ff\uc901\uc902\uc903\uc907",4,"\uc90e\u3000\u3001\u3002\u00b7\u2025\u2026\u00a8\u3003\u00ad\u2015\u2225\uff3c\u223c\u2018\u2019\u201c\u201d\u3014\u3015\u3008",9,"\u00b1\u00d7\u00f7\u2260\u2264\u2265\u221e\u2234\u00b0\u2032\u2033\u2103\u212b\uffe0\uffe1\uffe5\u2642\u2640\u2220\u22a5\u2312\u2202\u2207\u2261\u2252\u00a7\u203b\u2606\u2605\u25cb\u25cf\u25ce\u25c7\u25c6\u25a1\u25a0\u25b3\u25b2\u25bd\u25bc\u2192\u2190\u2191\u2193\u2194\u3013\u226a\u226b\u221a\u223d\u221d\u2235\u222b\u222c\u2208\u220b\u2286\u2287\u2282\u2283\u222a\u2229\u2227\u2228\uffe2"],["a241","\uc910\uc912",5,"\uc919",18],["a261","\uc92d",6,"\uc935",18],["a281","\uc948",7,"\uc952\uc953\uc955\uc956\uc957\uc959",6,"\uc962\uc964",7,"\uc96d\uc96e\uc96f\u21d2\u21d4\u2200\u2203\u00b4\uff5e\u02c7\u02d8\u02dd\u02da\u02d9\u00b8\u02db\u00a1\u00bf\u02d0\u222e\u2211\u220f\u00a4\u2109\u2030\u25c1\u25c0\u25b7\u25b6\u2664\u2660\u2661\u2665\u2667\u2663\u2299\u25c8\u25a3\u25d0\u25d1\u2592\u25a4\u25a5\u25a8\u25a7\u25a6\u25a9\u2668\u260f\u260e\u261c\u261e\u00b6\u2020\u2021\u2195\u2197\u2199\u2196\u2198\u266d\u2669\u266a\u266c\u327f\u321c\u2116\u33c7\u2122\u33c2\u33d8\u2121\u20ac\u00ae"],["a341","\uc971\uc972\uc973\uc975",6,"\uc97d",10,"\uc98a\uc98b\uc98d\uc98e\uc98f"],["a361","\uc991",6,"\uc99a\uc99c\uc99e",16],["a381","\uc9af",16,"\uc9c2\uc9c3\uc9c5\uc9c6\uc9c9\uc9cb",4,"\uc9d2\uc9d4\uc9d7\uc9d8\uc9db\uff01",58,"\uffe6\uff3d",32,"\uffe3"],["a441","\uc9de\uc9df\uc9e1\uc9e3\uc9e5\uc9e6\uc9e8\uc9e9\uc9ea\uc9eb\uc9ee\uc9f2",5,"\uc9fa\uc9fb\uc9fd\uc9fe\uc9ff\uca01\uca02\uca03\uca04"],["a461","\uca05\uca06\uca07\uca0a\uca0e",5,"\uca15\uca16\uca17\uca19",12],["a481","\uca26\uca27\uca28\uca2a",28,"\u3131",93],["a541","\uca47",4,"\uca4e\uca4f\uca51\uca52\uca53\uca55",6,"\uca5e\uca62",5,"\uca69\uca6a"],["a561","\uca6b",17,"\uca7e",5,"\uca85\uca86"],["a581","\uca87",16,"\uca99",14,"\u2170",9],["a5b0","\u2160",9],["a5c1","\u0391",16,"\u03a3",6],["a5e1","\u03b1",16,"\u03c3",6],["a641","\ucaa8",19,"\ucabe\ucabf\ucac1\ucac2\ucac3\ucac5"],["a661","\ucac6",5,"\ucace\ucad0\ucad2\ucad4\ucad5\ucad6\ucad7\ucada",5,"\ucae1",6],["a681","\ucae8\ucae9\ucaea\ucaeb\ucaed",6,"\ucaf5",18,"\ucb09\ucb0a\u2500\u2502\u250c\u2510\u2518\u2514\u251c\u252c\u2524\u2534\u253c\u2501\u2503\u250f\u2513\u251b\u2517\u2523\u2533\u252b\u253b\u254b\u2520\u252f\u2528\u2537\u253f\u251d\u2530\u2525\u2538\u2542\u2512\u2511\u251a\u2519\u2516\u2515\u250e\u250d\u251e\u251f\u2521\u2522\u2526\u2527\u2529\u252a\u252d\u252e\u2531\u2532\u2535\u2536\u2539\u253a\u253d\u253e\u2540\u2541\u2543",7],["a741","\ucb0b",4,"\ucb11\ucb12\ucb13\ucb15\ucb16\ucb17\ucb19",6,"\ucb22",7],["a761","\ucb2a",22,"\ucb42\ucb43\ucb44"],["a781","\ucb45\ucb46\ucb47\ucb4a\ucb4b\ucb4d\ucb4e\ucb4f\ucb51",6,"\ucb5a\ucb5b\ucb5c\ucb5e",5,"\ucb65",7,"\u3395\u3396\u3397\u2113\u3398\u33c4\u33a3\u33a4\u33a5\u33a6\u3399",9,"\u33ca\u338d\u338e\u338f\u33cf\u3388\u3389\u33c8\u33a7\u33a8\u33b0",9,"\u3380",4,"\u33ba",5,"\u3390",4,"\u2126\u33c0\u33c1\u338a\u338b\u338c\u33d6\u33c5\u33ad\u33ae\u33af\u33db\u33a9\u33aa\u33ab\u33ac\u33dd\u33d0\u33d3\u33c3\u33c9\u33dc\u33c6"],["a841","\ucb6d",10,"\ucb7a",14],["a861","\ucb89",18,"\ucb9d",6],["a881","\ucba4",19,"\ucbb9",11,"\u00c6\u00d0\u00aa\u0126"],["a8a6","\u0132"],["a8a8","\u013f\u0141\u00d8\u0152\u00ba\u00de\u0166\u014a"],["a8b1","\u3260",27,"\u24d0",25,"\u2460",14,"\u00bd\u2153\u2154\u00bc\u00be\u215b\u215c\u215d\u215e"],["a941","\ucbc5",14,"\ucbd5",10],["a961","\ucbe0\ucbe1\ucbe2\ucbe3\ucbe5\ucbe6\ucbe8\ucbea",18],["a981","\ucbfd",14,"\ucc0e\ucc0f\ucc11\ucc12\ucc13\ucc15",6,"\ucc1e\ucc1f\ucc20\ucc23\ucc24\u00e6\u0111\u00f0\u0127\u0131\u0133\u0138\u0140\u0142\u00f8\u0153\u00df\u00fe\u0167\u014b\u0149\u3200",27,"\u249c",25,"\u2474",14,"\u00b9\u00b2\u00b3\u2074\u207f\u2081\u2082\u2083\u2084"],["aa41","\ucc25\ucc26\ucc2a\ucc2b\ucc2d\ucc2f\ucc31",6,"\ucc3a\ucc3f",4,"\ucc46\ucc47\ucc49\ucc4a\ucc4b\ucc4d\ucc4e"],["aa61","\ucc4f",4,"\ucc56\ucc5a",5,"\ucc61\ucc62\ucc63\ucc65\ucc67\ucc69",6,"\ucc71\ucc72"],["aa81","\ucc73\ucc74\ucc76",29,"\u3041",82],["ab41","\ucc94\ucc95\ucc96\ucc97\ucc9a\ucc9b\ucc9d\ucc9e\ucc9f\ucca1",6,"\uccaa\uccae",5,"\uccb6\uccb7\uccb9"],["ab61","\uccba\uccbb\uccbd",6,"\uccc6\uccc8\uccca",5,"\uccd1\uccd2\uccd3\uccd5",5],["ab81","\uccdb",8,"\ucce5",6,"\ucced\uccee\uccef\uccf1",12,"\u30a1",85],["ac41","\uccfe\uccff\ucd00\ucd02",5,"\ucd0a\ucd0b\ucd0d\ucd0e\ucd0f\ucd11",6,"\ucd1a\ucd1c\ucd1e\ucd1f\ucd20"],["ac61","\ucd21\ucd22\ucd23\ucd25\ucd26\ucd27\ucd29\ucd2a\ucd2b\ucd2d",11,"\ucd3a",4],["ac81","\ucd3f",28,"\ucd5d\ucd5e\ucd5f\u0410",5,"\u0401\u0416",25],["acd1","\u0430",5,"\u0451\u0436",25],["ad41","\ucd61\ucd62\ucd63\ucd65",6,"\ucd6e\ucd70\ucd72",5,"\ucd79",7],["ad61","\ucd81",6,"\ucd89",10,"\ucd96\ucd97\ucd99\ucd9a\ucd9b\ucd9d\ucd9e\ucd9f"],["ad81","\ucda0\ucda1\ucda2\ucda3\ucda6\ucda8\ucdaa",5,"\ucdb1",18,"\ucdc5"],["ae41","\ucdc6",5,"\ucdcd\ucdce\ucdcf\ucdd1",16],["ae61","\ucde2",5,"\ucde9\ucdea\ucdeb\ucded\ucdee\ucdef\ucdf1",6,"\ucdfa\ucdfc\ucdfe",4],["ae81","\uce03\uce05\uce06\uce07\uce09\uce0a\uce0b\uce0d",6,"\uce15\uce16\uce17\uce18\uce1a",5,"\uce22\uce23\uce25\uce26\uce27\uce29\uce2a\uce2b"],["af41","\uce2c\uce2d\uce2e\uce2f\uce32\uce34\uce36",19],["af61","\uce4a",13,"\uce5a\uce5b\uce5d\uce5e\uce62",5,"\uce6a\uce6c"],["af81","\uce6e",5,"\uce76\uce77\uce79\uce7a\uce7b\uce7d",6,"\uce86\uce88\uce8a",5,"\uce92\uce93\uce95\uce96\uce97\uce99"],["b041","\uce9a",5,"\ucea2\ucea6",5,"\uceae",12],["b061","\ucebb",5,"\ucec2",19],["b081","\uced6",13,"\ucee6\ucee7\ucee9\uceea\uceed",6,"\ucef6\ucefa",5,"\uac00\uac01\uac04\uac07\uac08\uac09\uac0a\uac10",7,"\uac19",4,"\uac20\uac24\uac2c\uac2d\uac2f\uac30\uac31\uac38\uac39\uac3c\uac40\uac4b\uac4d\uac54\uac58\uac5c\uac70\uac71\uac74\uac77\uac78\uac7a\uac80\uac81\uac83\uac84\uac85\uac86\uac89\uac8a\uac8b\uac8c\uac90\uac94\uac9c\uac9d\uac9f\uaca0\uaca1\uaca8\uaca9\uacaa\uacac\uacaf\uacb0\uacb8\uacb9\uacbb\uacbc\uacbd\uacc1\uacc4\uacc8\uaccc\uacd5\uacd7\uace0\uace1\uace4\uace7\uace8\uacea\uacec\uacef\uacf0\uacf1\uacf3\uacf5\uacf6\uacfc\uacfd\uad00\uad04\uad06"],["b141","\ucf02\ucf03\ucf05\ucf06\ucf07\ucf09",6,"\ucf12\ucf14\ucf16",5,"\ucf1d\ucf1e\ucf1f\ucf21\ucf22\ucf23"],["b161","\ucf25",6,"\ucf2e\ucf32",5,"\ucf39",11],["b181","\ucf45",14,"\ucf56\ucf57\ucf59\ucf5a\ucf5b\ucf5d",6,"\ucf66\ucf68\ucf6a\ucf6b\ucf6c\uad0c\uad0d\uad0f\uad11\uad18\uad1c\uad20\uad29\uad2c\uad2d\uad34\uad35\uad38\uad3c\uad44\uad45\uad47\uad49\uad50\uad54\uad58\uad61\uad63\uad6c\uad6d\uad70\uad73\uad74\uad75\uad76\uad7b\uad7c\uad7d\uad7f\uad81\uad82\uad88\uad89\uad8c\uad90\uad9c\uad9d\uada4\uadb7\uadc0\uadc1\uadc4\uadc8\uadd0\uadd1\uadd3\uaddc\uade0\uade4\uadf8\uadf9\uadfc\uadff\uae00\uae01\uae08\uae09\uae0b\uae0d\uae14\uae30\uae31\uae34\uae37\uae38\uae3a\uae40\uae41\uae43\uae45\uae46\uae4a\uae4c\uae4d\uae4e\uae50\uae54\uae56\uae5c\uae5d\uae5f\uae60\uae61\uae65\uae68\uae69\uae6c\uae70\uae78"],["b241","\ucf6d\ucf6e\ucf6f\ucf72\ucf73\ucf75\ucf76\ucf77\ucf79",6,"\ucf81\ucf82\ucf83\ucf84\ucf86",5,"\ucf8d"],["b261","\ucf8e",18,"\ucfa2",5,"\ucfa9"],["b281","\ucfaa",5,"\ucfb1",18,"\ucfc5",6,"\uae79\uae7b\uae7c\uae7d\uae84\uae85\uae8c\uaebc\uaebd\uaebe\uaec0\uaec4\uaecc\uaecd\uaecf\uaed0\uaed1\uaed8\uaed9\uaedc\uaee8\uaeeb\uaeed\uaef4\uaef8\uaefc\uaf07\uaf08\uaf0d\uaf10\uaf2c\uaf2d\uaf30\uaf32\uaf34\uaf3c\uaf3d\uaf3f\uaf41\uaf42\uaf43\uaf48\uaf49\uaf50\uaf5c\uaf5d\uaf64\uaf65\uaf79\uaf80\uaf84\uaf88\uaf90\uaf91\uaf95\uaf9c\uafb8\uafb9\uafbc\uafc0\uafc7\uafc8\uafc9\uafcb\uafcd\uafce\uafd4\uafdc\uafe8\uafe9\uaff0\uaff1\uaff4\uaff8\ub000\ub001\ub004\ub00c\ub010\ub014\ub01c\ub01d\ub028\ub044\ub045\ub048\ub04a\ub04c\ub04e\ub053\ub054\ub055\ub057\ub059"],["b341","\ucfcc",19,"\ucfe2\ucfe3\ucfe5\ucfe6\ucfe7\ucfe9"],["b361","\ucfea",5,"\ucff2\ucff4\ucff6",5,"\ucffd\ucffe\ucfff\ud001\ud002\ud003\ud005",5],["b381","\ud00b",5,"\ud012",5,"\ud019",19,"\ub05d\ub07c\ub07d\ub080\ub084\ub08c\ub08d\ub08f\ub091\ub098\ub099\ub09a\ub09c\ub09f\ub0a0\ub0a1\ub0a2\ub0a8\ub0a9\ub0ab",4,"\ub0b1\ub0b3\ub0b4\ub0b5\ub0b8\ub0bc\ub0c4\ub0c5\ub0c7\ub0c8\ub0c9\ub0d0\ub0d1\ub0d4\ub0d8\ub0e0\ub0e5\ub108\ub109\ub10b\ub10c\ub110\ub112\ub113\ub118\ub119\ub11b\ub11c\ub11d\ub123\ub124\ub125\ub128\ub12c\ub134\ub135\ub137\ub138\ub139\ub140\ub141\ub144\ub148\ub150\ub151\ub154\ub155\ub158\ub15c\ub160\ub178\ub179\ub17c\ub180\ub182\ub188\ub189\ub18b\ub18d\ub192\ub193\ub194\ub198\ub19c\ub1a8\ub1cc\ub1d0\ub1d4\ub1dc\ub1dd"],["b441","\ud02e",5,"\ud036\ud037\ud039\ud03a\ud03b\ud03d",6,"\ud046\ud048\ud04a",5],["b461","\ud051\ud052\ud053\ud055\ud056\ud057\ud059",6,"\ud061",10,"\ud06e\ud06f"],["b481","\ud071\ud072\ud073\ud075",6,"\ud07e\ud07f\ud080\ud082",18,"\ub1df\ub1e8\ub1e9\ub1ec\ub1f0\ub1f9\ub1fb\ub1fd\ub204\ub205\ub208\ub20b\ub20c\ub214\ub215\ub217\ub219\ub220\ub234\ub23c\ub258\ub25c\ub260\ub268\ub269\ub274\ub275\ub27c\ub284\ub285\ub289\ub290\ub291\ub294\ub298\ub299\ub29a\ub2a0\ub2a1\ub2a3\ub2a5\ub2a6\ub2aa\ub2ac\ub2b0\ub2b4\ub2c8\ub2c9\ub2cc\ub2d0\ub2d2\ub2d8\ub2d9\ub2db\ub2dd\ub2e2\ub2e4\ub2e5\ub2e6\ub2e8\ub2eb",4,"\ub2f3\ub2f4\ub2f5\ub2f7",4,"\ub2ff\ub300\ub301\ub304\ub308\ub310\ub311\ub313\ub314\ub315\ub31c\ub354\ub355\ub356\ub358\ub35b\ub35c\ub35e\ub35f\ub364\ub365"],["b541","\ud095",14,"\ud0a6\ud0a7\ud0a9\ud0aa\ud0ab\ud0ad",5],["b561","\ud0b3\ud0b6\ud0b8\ud0ba",5,"\ud0c2\ud0c3\ud0c5\ud0c6\ud0c7\ud0ca",5,"\ud0d2\ud0d6",4],["b581","\ud0db\ud0de\ud0df\ud0e1\ud0e2\ud0e3\ud0e5",6,"\ud0ee\ud0f2",5,"\ud0f9",11,"\ub367\ub369\ub36b\ub36e\ub370\ub371\ub374\ub378\ub380\ub381\ub383\ub384\ub385\ub38c\ub390\ub394\ub3a0\ub3a1\ub3a8\ub3ac\ub3c4\ub3c5\ub3c8\ub3cb\ub3cc\ub3ce\ub3d0\ub3d4\ub3d5\ub3d7\ub3d9\ub3db\ub3dd\ub3e0\ub3e4\ub3e8\ub3fc\ub410\ub418\ub41c\ub420\ub428\ub429\ub42b\ub434\ub450\ub451\ub454\ub458\ub460\ub461\ub463\ub465\ub46c\ub480\ub488\ub49d\ub4a4\ub4a8\ub4ac\ub4b5\ub4b7\ub4b9\ub4c0\ub4c4\ub4c8\ub4d0\ub4d5\ub4dc\ub4dd\ub4e0\ub4e3\ub4e4\ub4e6\ub4ec\ub4ed\ub4ef\ub4f1\ub4f8\ub514\ub515\ub518\ub51b\ub51c\ub524\ub525\ub527\ub528\ub529\ub52a\ub530\ub531\ub534\ub538"],["b641","\ud105",7,"\ud10e",17],["b661","\ud120",15,"\ud132\ud133\ud135\ud136\ud137\ud139\ud13b\ud13c\ud13d\ud13e"],["b681","\ud13f\ud142\ud146",5,"\ud14e\ud14f\ud151\ud152\ud153\ud155",6,"\ud15e\ud160\ud162",5,"\ud169\ud16a\ud16b\ud16d\ub540\ub541\ub543\ub544\ub545\ub54b\ub54c\ub54d\ub550\ub554\ub55c\ub55d\ub55f\ub560\ub561\ub5a0\ub5a1\ub5a4\ub5a8\ub5aa\ub5ab\ub5b0\ub5b1\ub5b3\ub5b4\ub5b5\ub5bb\ub5bc\ub5bd\ub5c0\ub5c4\ub5cc\ub5cd\ub5cf\ub5d0\ub5d1\ub5d8\ub5ec\ub610\ub611\ub614\ub618\ub625\ub62c\ub634\ub648\ub664\ub668\ub69c\ub69d\ub6a0\ub6a4\ub6ab\ub6ac\ub6b1\ub6d4\ub6f0\ub6f4\ub6f8\ub700\ub701\ub705\ub728\ub729\ub72c\ub72f\ub730\ub738\ub739\ub73b\ub744\ub748\ub74c\ub754\ub755\ub760\ub764\ub768\ub770\ub771\ub773\ub775\ub77c\ub77d\ub780\ub784\ub78c\ub78d\ub78f\ub790\ub791\ub792\ub796\ub797"],["b741","\ud16e",13,"\ud17d",6,"\ud185\ud186\ud187\ud189\ud18a"],["b761","\ud18b",20,"\ud1a2\ud1a3\ud1a5\ud1a6\ud1a7"],["b781","\ud1a9",6,"\ud1b2\ud1b4\ud1b6\ud1b7\ud1b8\ud1b9\ud1bb\ud1bd\ud1be\ud1bf\ud1c1",14,"\ub798\ub799\ub79c\ub7a0\ub7a8\ub7a9\ub7ab\ub7ac\ub7ad\ub7b4\ub7b5\ub7b8\ub7c7\ub7c9\ub7ec\ub7ed\ub7f0\ub7f4\ub7fc\ub7fd\ub7ff\ub800\ub801\ub807\ub808\ub809\ub80c\ub810\ub818\ub819\ub81b\ub81d\ub824\ub825\ub828\ub82c\ub834\ub835\ub837\ub838\ub839\ub840\ub844\ub851\ub853\ub85c\ub85d\ub860\ub864\ub86c\ub86d\ub86f\ub871\ub878\ub87c\ub88d\ub8a8\ub8b0\ub8b4\ub8b8\ub8c0\ub8c1\ub8c3\ub8c5\ub8cc\ub8d0\ub8d4\ub8dd\ub8df\ub8e1\ub8e8\ub8e9\ub8ec\ub8f0\ub8f8\ub8f9\ub8fb\ub8fd\ub904\ub918\ub920\ub93c\ub93d\ub940\ub944\ub94c\ub94f\ub951\ub958\ub959\ub95c\ub960\ub968\ub969"],["b841","\ud1d0",7,"\ud1d9",17],["b861","\ud1eb",8,"\ud1f5\ud1f6\ud1f7\ud1f9",13],["b881","\ud208\ud20a",5,"\ud211",24,"\ub96b\ub96d\ub974\ub975\ub978\ub97c\ub984\ub985\ub987\ub989\ub98a\ub98d\ub98e\ub9ac\ub9ad\ub9b0\ub9b4\ub9bc\ub9bd\ub9bf\ub9c1\ub9c8\ub9c9\ub9cc\ub9ce",4,"\ub9d8\ub9d9\ub9db\ub9dd\ub9de\ub9e1\ub9e3\ub9e4\ub9e5\ub9e8\ub9ec\ub9f4\ub9f5\ub9f7\ub9f8\ub9f9\ub9fa\uba00\uba01\uba08\uba15\uba38\uba39\uba3c\uba40\uba42\uba48\uba49\uba4b\uba4d\uba4e\uba53\uba54\uba55\uba58\uba5c\uba64\uba65\uba67\uba68\uba69\uba70\uba71\uba74\uba78\uba83\uba84\uba85\uba87\uba8c\ubaa8\ubaa9\ubaab\ubaac\ubab0\ubab2\ubab8\ubab9\ubabb\ubabd\ubac4\ubac8\ubad8\ubad9\ubafc"],["b941","\ud22a\ud22b\ud22e\ud22f\ud231\ud232\ud233\ud235",6,"\ud23e\ud240\ud242",5,"\ud249\ud24a\ud24b\ud24c"],["b961","\ud24d",14,"\ud25d",6,"\ud265\ud266\ud267\ud268"],["b981","\ud269",22,"\ud282\ud283\ud285\ud286\ud287\ud289\ud28a\ud28b\ud28c\ubb00\ubb04\ubb0d\ubb0f\ubb11\ubb18\ubb1c\ubb20\ubb29\ubb2b\ubb34\ubb35\ubb36\ubb38\ubb3b\ubb3c\ubb3d\ubb3e\ubb44\ubb45\ubb47\ubb49\ubb4d\ubb4f\ubb50\ubb54\ubb58\ubb61\ubb63\ubb6c\ubb88\ubb8c\ubb90\ubba4\ubba8\ubbac\ubbb4\ubbb7\ubbc0\ubbc4\ubbc8\ubbd0\ubbd3\ubbf8\ubbf9\ubbfc\ubbff\ubc00\ubc02\ubc08\ubc09\ubc0b\ubc0c\ubc0d\ubc0f\ubc11\ubc14",4,"\ubc1b",4,"\ubc24\ubc25\ubc27\ubc29\ubc2d\ubc30\ubc31\ubc34\ubc38\ubc40\ubc41\ubc43\ubc44\ubc45\ubc49\ubc4c\ubc4d\ubc50\ubc5d\ubc84\ubc85\ubc88\ubc8b\ubc8c\ubc8e\ubc94\ubc95\ubc97"],["ba41","\ud28d\ud28e\ud28f\ud292\ud293\ud294\ud296",5,"\ud29d\ud29e\ud29f\ud2a1\ud2a2\ud2a3\ud2a5",6,"\ud2ad"],["ba61","\ud2ae\ud2af\ud2b0\ud2b2",5,"\ud2ba\ud2bb\ud2bd\ud2be\ud2c1\ud2c3",4,"\ud2ca\ud2cc",5],["ba81","\ud2d2\ud2d3\ud2d5\ud2d6\ud2d7\ud2d9\ud2da\ud2db\ud2dd",6,"\ud2e6",9,"\ud2f2\ud2f3\ud2f5\ud2f6\ud2f7\ud2f9\ud2fa\ubc99\ubc9a\ubca0\ubca1\ubca4\ubca7\ubca8\ubcb0\ubcb1\ubcb3\ubcb4\ubcb5\ubcbc\ubcbd\ubcc0\ubcc4\ubccd\ubccf\ubcd0\ubcd1\ubcd5\ubcd8\ubcdc\ubcf4\ubcf5\ubcf6\ubcf8\ubcfc\ubd04\ubd05\ubd07\ubd09\ubd10\ubd14\ubd24\ubd2c\ubd40\ubd48\ubd49\ubd4c\ubd50\ubd58\ubd59\ubd64\ubd68\ubd80\ubd81\ubd84\ubd87\ubd88\ubd89\ubd8a\ubd90\ubd91\ubd93\ubd95\ubd99\ubd9a\ubd9c\ubda4\ubdb0\ubdb8\ubdd4\ubdd5\ubdd8\ubddc\ubde9\ubdf0\ubdf4\ubdf8\ube00\ube03\ube05\ube0c\ube0d\ube10\ube14\ube1c\ube1d\ube1f\ube44\ube45\ube48\ube4c\ube4e\ube54\ube55\ube57\ube59\ube5a\ube5b\ube60\ube61\ube64"],["bb41","\ud2fb",4,"\ud302\ud304\ud306",5,"\ud30f\ud311\ud312\ud313\ud315\ud317",4,"\ud31e\ud322\ud323"],["bb61","\ud324\ud326\ud327\ud32a\ud32b\ud32d\ud32e\ud32f\ud331",6,"\ud33a\ud33e",5,"\ud346\ud347\ud348\ud349"],["bb81","\ud34a",31,"\ube68\ube6a\ube70\ube71\ube73\ube74\ube75\ube7b\ube7c\ube7d\ube80\ube84\ube8c\ube8d\ube8f\ube90\ube91\ube98\ube99\ubea8\ubed0\ubed1\ubed4\ubed7\ubed8\ubee0\ubee3\ubee4\ubee5\ubeec\ubf01\ubf08\ubf09\ubf18\ubf19\ubf1b\ubf1c\ubf1d\ubf40\ubf41\ubf44\ubf48\ubf50\ubf51\ubf55\ubf94\ubfb0\ubfc5\ubfcc\ubfcd\ubfd0\ubfd4\ubfdc\ubfdf\ubfe1\uc03c\uc051\uc058\uc05c\uc060\uc068\uc069\uc090\uc091\uc094\uc098\uc0a0\uc0a1\uc0a3\uc0a5\uc0ac\uc0ad\uc0af\uc0b0\uc0b3\uc0b4\uc0b5\uc0b6\uc0bc\uc0bd\uc0bf\uc0c0\uc0c1\uc0c5\uc0c8\uc0c9\uc0cc\uc0d0\uc0d8\uc0d9\uc0db\uc0dc\uc0dd\uc0e4"],["bc41","\ud36a",17,"\ud37e\ud37f\ud381\ud382\ud383\ud385\ud386\ud387"],["bc61","\ud388\ud389\ud38a\ud38b\ud38e\ud392",5,"\ud39a\ud39b\ud39d\ud39e\ud39f\ud3a1",6,"\ud3aa\ud3ac\ud3ae"],["bc81","\ud3af",4,"\ud3b5\ud3b6\ud3b7\ud3b9\ud3ba\ud3bb\ud3bd",6,"\ud3c6\ud3c7\ud3ca",5,"\ud3d1",5,"\uc0e5\uc0e8\uc0ec\uc0f4\uc0f5\uc0f7\uc0f9\uc100\uc104\uc108\uc110\uc115\uc11c",4,"\uc123\uc124\uc126\uc127\uc12c\uc12d\uc12f\uc130\uc131\uc136\uc138\uc139\uc13c\uc140\uc148\uc149\uc14b\uc14c\uc14d\uc154\uc155\uc158\uc15c\uc164\uc165\uc167\uc168\uc169\uc170\uc174\uc178\uc185\uc18c\uc18d\uc18e\uc190\uc194\uc196\uc19c\uc19d\uc19f\uc1a1\uc1a5\uc1a8\uc1a9\uc1ac\uc1b0\uc1bd\uc1c4\uc1c8\uc1cc\uc1d4\uc1d7\uc1d8\uc1e0\uc1e4\uc1e8\uc1f0\uc1f1\uc1f3\uc1fc\uc1fd\uc200\uc204\uc20c\uc20d\uc20f\uc211\uc218\uc219\uc21c\uc21f\uc220\uc228\uc229\uc22b\uc22d"],["bd41","\ud3d7\ud3d9",7,"\ud3e2\ud3e4",7,"\ud3ee\ud3ef\ud3f1\ud3f2\ud3f3\ud3f5\ud3f6\ud3f7"],["bd61","\ud3f8\ud3f9\ud3fa\ud3fb\ud3fe\ud400\ud402",5,"\ud409",13],["bd81","\ud417",5,"\ud41e",25,"\uc22f\uc231\uc232\uc234\uc248\uc250\uc251\uc254\uc258\uc260\uc265\uc26c\uc26d\uc270\uc274\uc27c\uc27d\uc27f\uc281\uc288\uc289\uc290\uc298\uc29b\uc29d\uc2a4\uc2a5\uc2a8\uc2ac\uc2ad\uc2b4\uc2b5\uc2b7\uc2b9\uc2dc\uc2dd\uc2e0\uc2e3\uc2e4\uc2eb\uc2ec\uc2ed\uc2ef\uc2f1\uc2f6\uc2f8\uc2f9\uc2fb\uc2fc\uc300\uc308\uc309\uc30c\uc30d\uc313\uc314\uc315\uc318\uc31c\uc324\uc325\uc328\uc329\uc345\uc368\uc369\uc36c\uc370\uc372\uc378\uc379\uc37c\uc37d\uc384\uc388\uc38c\uc3c0\uc3d8\uc3d9\uc3dc\uc3df\uc3e0\uc3e2\uc3e8\uc3e9\uc3ed\uc3f4\uc3f5\uc3f8\uc408\uc410\uc424\uc42c\uc430"],["be41","\ud438",7,"\ud441\ud442\ud443\ud445",14],["be61","\ud454",7,"\ud45d\ud45e\ud45f\ud461\ud462\ud463\ud465",7,"\ud46e\ud470\ud471\ud472"],["be81","\ud473",4,"\ud47a\ud47b\ud47d\ud47e\ud481\ud483",4,"\ud48a\ud48c\ud48e",5,"\ud495",8,"\uc434\uc43c\uc43d\uc448\uc464\uc465\uc468\uc46c\uc474\uc475\uc479\uc480\uc494\uc49c\uc4b8\uc4bc\uc4e9\uc4f0\uc4f1\uc4f4\uc4f8\uc4fa\uc4ff\uc500\uc501\uc50c\uc510\uc514\uc51c\uc528\uc529\uc52c\uc530\uc538\uc539\uc53b\uc53d\uc544\uc545\uc548\uc549\uc54a\uc54c\uc54d\uc54e\uc553\uc554\uc555\uc557\uc558\uc559\uc55d\uc55e\uc560\uc561\uc564\uc568\uc570\uc571\uc573\uc574\uc575\uc57c\uc57d\uc580\uc584\uc587\uc58c\uc58d\uc58f\uc591\uc595\uc597\uc598\uc59c\uc5a0\uc5a9\uc5b4\uc5b5\uc5b8\uc5b9\uc5bb\uc5bc\uc5bd\uc5be\uc5c4",6,"\uc5cc\uc5ce"],["bf41","\ud49e",10,"\ud4aa",14],["bf61","\ud4b9",18,"\ud4cd\ud4ce\ud4cf\ud4d1\ud4d2\ud4d3\ud4d5"],["bf81","\ud4d6",5,"\ud4dd\ud4de\ud4e0",7,"\ud4e9\ud4ea\ud4eb\ud4ed\ud4ee\ud4ef\ud4f1",6,"\ud4f9\ud4fa\ud4fc\uc5d0\uc5d1\uc5d4\uc5d8\uc5e0\uc5e1\uc5e3\uc5e5\uc5ec\uc5ed\uc5ee\uc5f0\uc5f4\uc5f6\uc5f7\uc5fc",5,"\uc605\uc606\uc607\uc608\uc60c\uc610\uc618\uc619\uc61b\uc61c\uc624\uc625\uc628\uc62c\uc62d\uc62e\uc630\uc633\uc634\uc635\uc637\uc639\uc63b\uc640\uc641\uc644\uc648\uc650\uc651\uc653\uc654\uc655\uc65c\uc65d\uc660\uc66c\uc66f\uc671\uc678\uc679\uc67c\uc680\uc688\uc689\uc68b\uc68d\uc694\uc695\uc698\uc69c\uc6a4\uc6a5\uc6a7\uc6a9\uc6b0\uc6b1\uc6b4\uc6b8\uc6b9\uc6ba\uc6c0\uc6c1\uc6c3\uc6c5\uc6cc\uc6cd\uc6d0\uc6d4\uc6dc\uc6dd\uc6e0\uc6e1\uc6e8"],["c041","\ud4fe",5,"\ud505\ud506\ud507\ud509\ud50a\ud50b\ud50d",6,"\ud516\ud518",5],["c061","\ud51e",25],["c081","\ud538\ud539\ud53a\ud53b\ud53e\ud53f\ud541\ud542\ud543\ud545",6,"\ud54e\ud550\ud552",5,"\ud55a\ud55b\ud55d\ud55e\ud55f\ud561\ud562\ud563\uc6e9\uc6ec\uc6f0\uc6f8\uc6f9\uc6fd\uc704\uc705\uc708\uc70c\uc714\uc715\uc717\uc719\uc720\uc721\uc724\uc728\uc730\uc731\uc733\uc735\uc737\uc73c\uc73d\uc740\uc744\uc74a\uc74c\uc74d\uc74f\uc751",7,"\uc75c\uc760\uc768\uc76b\uc774\uc775\uc778\uc77c\uc77d\uc77e\uc783\uc784\uc785\uc787\uc788\uc789\uc78a\uc78e\uc790\uc791\uc794\uc796\uc797\uc798\uc79a\uc7a0\uc7a1\uc7a3\uc7a4\uc7a5\uc7a6\uc7ac\uc7ad\uc7b0\uc7b4\uc7bc\uc7bd\uc7bf\uc7c0\uc7c1\uc7c8\uc7c9\uc7cc\uc7ce\uc7d0\uc7d8\uc7dd\uc7e4\uc7e8\uc7ec\uc800\uc801\uc804\uc808\uc80a"],["c141","\ud564\ud566\ud567\ud56a\ud56c\ud56e",5,"\ud576\ud577\ud579\ud57a\ud57b\ud57d",6,"\ud586\ud58a\ud58b"],["c161","\ud58c\ud58d\ud58e\ud58f\ud591",19,"\ud5a6\ud5a7"],["c181","\ud5a8",31,"\uc810\uc811\uc813\uc815\uc816\uc81c\uc81d\uc820\uc824\uc82c\uc82d\uc82f\uc831\uc838\uc83c\uc840\uc848\uc849\uc84c\uc84d\uc854\uc870\uc871\uc874\uc878\uc87a\uc880\uc881\uc883\uc885\uc886\uc887\uc88b\uc88c\uc88d\uc894\uc89d\uc89f\uc8a1\uc8a8\uc8bc\uc8bd\uc8c4\uc8c8\uc8cc\uc8d4\uc8d5\uc8d7\uc8d9\uc8e0\uc8e1\uc8e4\uc8f5\uc8fc\uc8fd\uc900\uc904\uc905\uc906\uc90c\uc90d\uc90f\uc911\uc918\uc92c\uc934\uc950\uc951\uc954\uc958\uc960\uc961\uc963\uc96c\uc970\uc974\uc97c\uc988\uc989\uc98c\uc990\uc998\uc999\uc99b\uc99d\uc9c0\uc9c1\uc9c4\uc9c7\uc9c8\uc9ca\uc9d0\uc9d1\uc9d3"],["c241","\ud5ca\ud5cb\ud5cd\ud5ce\ud5cf\ud5d1\ud5d3",4,"\ud5da\ud5dc\ud5de",5,"\ud5e6\ud5e7\ud5e9\ud5ea\ud5eb\ud5ed\ud5ee"],["c261","\ud5ef",4,"\ud5f6\ud5f8\ud5fa",5,"\ud602\ud603\ud605\ud606\ud607\ud609",6,"\ud612"],["c281","\ud616",5,"\ud61d\ud61e\ud61f\ud621\ud622\ud623\ud625",7,"\ud62e",9,"\ud63a\ud63b\uc9d5\uc9d6\uc9d9\uc9da\uc9dc\uc9dd\uc9e0\uc9e2\uc9e4\uc9e7\uc9ec\uc9ed\uc9ef\uc9f0\uc9f1\uc9f8\uc9f9\uc9fc\uca00\uca08\uca09\uca0b\uca0c\uca0d\uca14\uca18\uca29\uca4c\uca4d\uca50\uca54\uca5c\uca5d\uca5f\uca60\uca61\uca68\uca7d\uca84\uca98\ucabc\ucabd\ucac0\ucac4\ucacc\ucacd\ucacf\ucad1\ucad3\ucad8\ucad9\ucae0\ucaec\ucaf4\ucb08\ucb10\ucb14\ucb18\ucb20\ucb21\ucb41\ucb48\ucb49\ucb4c\ucb50\ucb58\ucb59\ucb5d\ucb64\ucb78\ucb79\ucb9c\ucbb8\ucbd4\ucbe4\ucbe7\ucbe9\ucc0c\ucc0d\ucc10\ucc14\ucc1c\ucc1d\ucc21\ucc22\ucc27\ucc28\ucc29\ucc2c\ucc2e\ucc30\ucc38\ucc39\ucc3b"],["c341","\ud63d\ud63e\ud63f\ud641\ud642\ud643\ud644\ud646\ud647\ud64a\ud64c\ud64e\ud64f\ud650\ud652\ud653\ud656\ud657\ud659\ud65a\ud65b\ud65d",4],["c361","\ud662",4,"\ud668\ud66a",5,"\ud672\ud673\ud675",11],["c381","\ud681\ud682\ud684\ud686",5,"\ud68e\ud68f\ud691\ud692\ud693\ud695",7,"\ud69e\ud6a0\ud6a2",5,"\ud6a9\ud6aa\ucc3c\ucc3d\ucc3e\ucc44\ucc45\ucc48\ucc4c\ucc54\ucc55\ucc57\ucc58\ucc59\ucc60\ucc64\ucc66\ucc68\ucc70\ucc75\ucc98\ucc99\ucc9c\ucca0\ucca8\ucca9\uccab\uccac\uccad\uccb4\uccb5\uccb8\uccbc\uccc4\uccc5\uccc7\uccc9\uccd0\uccd4\ucce4\uccec\uccf0\ucd01\ucd08\ucd09\ucd0c\ucd10\ucd18\ucd19\ucd1b\ucd1d\ucd24\ucd28\ucd2c\ucd39\ucd5c\ucd60\ucd64\ucd6c\ucd6d\ucd6f\ucd71\ucd78\ucd88\ucd94\ucd95\ucd98\ucd9c\ucda4\ucda5\ucda7\ucda9\ucdb0\ucdc4\ucdcc\ucdd0\ucde8\ucdec\ucdf0\ucdf8\ucdf9\ucdfb\ucdfd\uce04\uce08\uce0c\uce14\uce19\uce20\uce21\uce24\uce28\uce30\uce31\uce33\uce35"],["c441","\ud6ab\ud6ad\ud6ae\ud6af\ud6b1",7,"\ud6ba\ud6bc",7,"\ud6c6\ud6c7\ud6c9\ud6ca\ud6cb"],["c461","\ud6cd\ud6ce\ud6cf\ud6d0\ud6d2\ud6d3\ud6d5\ud6d6\ud6d8\ud6da",5,"\ud6e1\ud6e2\ud6e3\ud6e5\ud6e6\ud6e7\ud6e9",4],["c481","\ud6ee\ud6ef\ud6f1\ud6f2\ud6f3\ud6f4\ud6f6",5,"\ud6fe\ud6ff\ud701\ud702\ud703\ud705",11,"\ud712\ud713\ud714\uce58\uce59\uce5c\uce5f\uce60\uce61\uce68\uce69\uce6b\uce6d\uce74\uce75\uce78\uce7c\uce84\uce85\uce87\uce89\uce90\uce91\uce94\uce98\ucea0\ucea1\ucea3\ucea4\ucea5\uceac\ucead\ucec1\ucee4\ucee5\ucee8\uceeb\uceec\ucef4\ucef5\ucef7\ucef8\ucef9\ucf00\ucf01\ucf04\ucf08\ucf10\ucf11\ucf13\ucf15\ucf1c\ucf20\ucf24\ucf2c\ucf2d\ucf2f\ucf30\ucf31\ucf38\ucf54\ucf55\ucf58\ucf5c\ucf64\ucf65\ucf67\ucf69\ucf70\ucf71\ucf74\ucf78\ucf80\ucf85\ucf8c\ucfa1\ucfa8\ucfb0\ucfc4\ucfe0\ucfe1\ucfe4\ucfe8\ucff0\ucff1\ucff3\ucff5\ucffc\ud000\ud004\ud011\ud018\ud02d\ud034\ud035\ud038\ud03c"],["c541","\ud715\ud716\ud717\ud71a\ud71b\ud71d\ud71e\ud71f\ud721",6,"\ud72a\ud72c\ud72e",5,"\ud736\ud737\ud739"],["c561","\ud73a\ud73b\ud73d",6,"\ud745\ud746\ud748\ud74a",5,"\ud752\ud753\ud755\ud75a",4],["c581","\ud75f\ud762\ud764\ud766\ud767\ud768\ud76a\ud76b\ud76d\ud76e\ud76f\ud771\ud772\ud773\ud775",6,"\ud77e\ud77f\ud780\ud782",5,"\ud78a\ud78b\ud044\ud045\ud047\ud049\ud050\ud054\ud058\ud060\ud06c\ud06d\ud070\ud074\ud07c\ud07d\ud081\ud0a4\ud0a5\ud0a8\ud0ac\ud0b4\ud0b5\ud0b7\ud0b9\ud0c0\ud0c1\ud0c4\ud0c8\ud0c9\ud0d0\ud0d1\ud0d3\ud0d4\ud0d5\ud0dc\ud0dd\ud0e0\ud0e4\ud0ec\ud0ed\ud0ef\ud0f0\ud0f1\ud0f8\ud10d\ud130\ud131\ud134\ud138\ud13a\ud140\ud141\ud143\ud144\ud145\ud14c\ud14d\ud150\ud154\ud15c\ud15d\ud15f\ud161\ud168\ud16c\ud17c\ud184\ud188\ud1a0\ud1a1\ud1a4\ud1a8\ud1b0\ud1b1\ud1b3\ud1b5\ud1ba\ud1bc\ud1c0\ud1d8\ud1f4\ud1f8\ud207\ud209\ud210\ud22c\ud22d\ud230\ud234\ud23c\ud23d\ud23f\ud241\ud248\ud25c"],["c641","\ud78d\ud78e\ud78f\ud791",6,"\ud79a\ud79c\ud79e",5],["c6a1","\ud264\ud280\ud281\ud284\ud288\ud290\ud291\ud295\ud29c\ud2a0\ud2a4\ud2ac\ud2b1\ud2b8\ud2b9\ud2bc\ud2bf\ud2c0\ud2c2\ud2c8\ud2c9\ud2cb\ud2d4\ud2d8\ud2dc\ud2e4\ud2e5\ud2f0\ud2f1\ud2f4\ud2f8\ud300\ud301\ud303\ud305\ud30c\ud30d\ud30e\ud310\ud314\ud316\ud31c\ud31d\ud31f\ud320\ud321\ud325\ud328\ud329\ud32c\ud330\ud338\ud339\ud33b\ud33c\ud33d\ud344\ud345\ud37c\ud37d\ud380\ud384\ud38c\ud38d\ud38f\ud390\ud391\ud398\ud399\ud39c\ud3a0\ud3a8\ud3a9\ud3ab\ud3ad\ud3b4\ud3b8\ud3bc\ud3c4\ud3c5\ud3c8\ud3c9\ud3d0\ud3d8\ud3e1\ud3e3\ud3ec\ud3ed\ud3f0\ud3f4\ud3fc\ud3fd\ud3ff\ud401"],["c7a1","\ud408\ud41d\ud440\ud444\ud45c\ud460\ud464\ud46d\ud46f\ud478\ud479\ud47c\ud47f\ud480\ud482\ud488\ud489\ud48b\ud48d\ud494\ud4a9\ud4cc\ud4d0\ud4d4\ud4dc\ud4df\ud4e8\ud4ec\ud4f0\ud4f8\ud4fb\ud4fd\ud504\ud508\ud50c\ud514\ud515\ud517\ud53c\ud53d\ud540\ud544\ud54c\ud54d\ud54f\ud551\ud558\ud559\ud55c\ud560\ud565\ud568\ud569\ud56b\ud56d\ud574\ud575\ud578\ud57c\ud584\ud585\ud587\ud588\ud589\ud590\ud5a5\ud5c8\ud5c9\ud5cc\ud5d0\ud5d2\ud5d8\ud5d9\ud5db\ud5dd\ud5e4\ud5e5\ud5e8\ud5ec\ud5f4\ud5f5\ud5f7\ud5f9\ud600\ud601\ud604\ud608\ud610\ud611\ud613\ud614\ud615\ud61c\ud620"],["c8a1","\ud624\ud62d\ud638\ud639\ud63c\ud640\ud645\ud648\ud649\ud64b\ud64d\ud651\ud654\ud655\ud658\ud65c\ud667\ud669\ud670\ud671\ud674\ud683\ud685\ud68c\ud68d\ud690\ud694\ud69d\ud69f\ud6a1\ud6a8\ud6ac\ud6b0\ud6b9\ud6bb\ud6c4\ud6c5\ud6c8\ud6cc\ud6d1\ud6d4\ud6d7\ud6d9\ud6e0\ud6e4\ud6e8\ud6f0\ud6f5\ud6fc\ud6fd\ud700\ud704\ud711\ud718\ud719\ud71c\ud720\ud728\ud729\ud72b\ud72d\ud734\ud735\ud738\ud73c\ud744\ud747\ud749\ud750\ud751\ud754\ud756\ud757\ud758\ud759\ud760\ud761\ud763\ud765\ud769\ud76c\ud770\ud774\ud77c\ud77d\ud781\ud788\ud789\ud78c\ud790\ud798\ud799\ud79b\ud79d"],["caa1","\u4f3d\u4f73\u5047\u50f9\u52a0\u53ef\u5475\u54e5\u5609\u5ac1\u5bb6\u6687\u67b6\u67b7\u67ef\u6b4c\u73c2\u75c2\u7a3c\u82db\u8304\u8857\u8888\u8a36\u8cc8\u8dcf\u8efb\u8fe6\u99d5\u523b\u5374\u5404\u606a\u6164\u6bbc\u73cf\u811a\u89ba\u89d2\u95a3\u4f83\u520a\u58be\u5978\u59e6\u5e72\u5e79\u61c7\u63c0\u6746\u67ec\u687f\u6f97\u764e\u770b\u78f5\u7a08\u7aff\u7c21\u809d\u826e\u8271\u8aeb\u9593\u4e6b\u559d\u66f7\u6e34\u78a3\u7aed\u845b\u8910\u874e\u97a8\u52d8\u574e\u582a\u5d4c\u611f\u61be\u6221\u6562\u67d1\u6a44\u6e1b\u7518\u75b3\u76e3\u77b0\u7d3a\u90af\u9451\u9452\u9f95"],["cba1","\u5323\u5cac\u7532\u80db\u9240\u9598\u525b\u5808\u59dc\u5ca1\u5d17\u5eb7\u5f3a\u5f4a\u6177\u6c5f\u757a\u7586\u7ce0\u7d73\u7db1\u7f8c\u8154\u8221\u8591\u8941\u8b1b\u92fc\u964d\u9c47\u4ecb\u4ef7\u500b\u51f1\u584f\u6137\u613e\u6168\u6539\u69ea\u6f11\u75a5\u7686\u76d6\u7b87\u82a5\u84cb\uf900\u93a7\u958b\u5580\u5ba2\u5751\uf901\u7cb3\u7fb9\u91b5\u5028\u53bb\u5c45\u5de8\u62d2\u636e\u64da\u64e7\u6e20\u70ac\u795b\u8ddd\u8e1e\uf902\u907d\u9245\u92f8\u4e7e\u4ef6\u5065\u5dfe\u5efa\u6106\u6957\u8171\u8654\u8e47\u9375\u9a2b\u4e5e\u5091\u6770\u6840\u5109\u528d\u5292\u6aa2"],["cca1","\u77bc\u9210\u9ed4\u52ab\u602f\u8ff2\u5048\u61a9\u63ed\u64ca\u683c\u6a84\u6fc0\u8188\u89a1\u9694\u5805\u727d\u72ac\u7504\u7d79\u7e6d\u80a9\u898b\u8b74\u9063\u9d51\u6289\u6c7a\u6f54\u7d50\u7f3a\u8a23\u517c\u614a\u7b9d\u8b19\u9257\u938c\u4eac\u4fd3\u501e\u50be\u5106\u52c1\u52cd\u537f\u5770\u5883\u5e9a\u5f91\u6176\u61ac\u64ce\u656c\u666f\u66bb\u66f4\u6897\u6d87\u7085\u70f1\u749f\u74a5\u74ca\u75d9\u786c\u78ec\u7adf\u7af6\u7d45\u7d93\u8015\u803f\u811b\u8396\u8b66\u8f15\u9015\u93e1\u9803\u9838\u9a5a\u9be8\u4fc2\u5553\u583a\u5951\u5b63\u5c46\u60b8\u6212\u6842\u68b0"],["cda1","\u68e8\u6eaa\u754c\u7678\u78ce\u7a3d\u7cfb\u7e6b\u7e7c\u8a08\u8aa1\u8c3f\u968e\u9dc4\u53e4\u53e9\u544a\u5471\u56fa\u59d1\u5b64\u5c3b\u5eab\u62f7\u6537\u6545\u6572\u66a0\u67af\u69c1\u6cbd\u75fc\u7690\u777e\u7a3f\u7f94\u8003\u80a1\u818f\u82e6\u82fd\u83f0\u85c1\u8831\u88b4\u8aa5\uf903\u8f9c\u932e\u96c7\u9867\u9ad8\u9f13\u54ed\u659b\u66f2\u688f\u7a40\u8c37\u9d60\u56f0\u5764\u5d11\u6606\u68b1\u68cd\u6efe\u7428\u889e\u9be4\u6c68\uf904\u9aa8\u4f9b\u516c\u5171\u529f\u5b54\u5de5\u6050\u606d\u62f1\u63a7\u653b\u73d9\u7a7a\u86a3\u8ca2\u978f\u4e32\u5be1\u6208\u679c\u74dc"],["cea1","\u79d1\u83d3\u8a87\u8ab2\u8de8\u904e\u934b\u9846\u5ed3\u69e8\u85ff\u90ed\uf905\u51a0\u5b98\u5bec\u6163\u68fa\u6b3e\u704c\u742f\u74d8\u7ba1\u7f50\u83c5\u89c0\u8cab\u95dc\u9928\u522e\u605d\u62ec\u9002\u4f8a\u5149\u5321\u58d9\u5ee3\u66e0\u6d38\u709a\u72c2\u73d6\u7b50\u80f1\u945b\u5366\u639b\u7f6b\u4e56\u5080\u584a\u58de\u602a\u6127\u62d0\u69d0\u9b41\u5b8f\u7d18\u80b1\u8f5f\u4ea4\u50d1\u54ac\u55ac\u5b0c\u5da0\u5de7\u652a\u654e\u6821\u6a4b\u72e1\u768e\u77ef\u7d5e\u7ff9\u81a0\u854e\u86df\u8f03\u8f4e\u90ca\u9903\u9a55\u9bab\u4e18\u4e45\u4e5d\u4ec7\u4ff1\u5177\u52fe"],["cfa1","\u5340\u53e3\u53e5\u548e\u5614\u5775\u57a2\u5bc7\u5d87\u5ed0\u61fc\u62d8\u6551\u67b8\u67e9\u69cb\u6b50\u6bc6\u6bec\u6c42\u6e9d\u7078\u72d7\u7396\u7403\u77bf\u77e9\u7a76\u7d7f\u8009\u81fc\u8205\u820a\u82df\u8862\u8b33\u8cfc\u8ec0\u9011\u90b1\u9264\u92b6\u99d2\u9a45\u9ce9\u9dd7\u9f9c\u570b\u5c40\u83ca\u97a0\u97ab\u9eb4\u541b\u7a98\u7fa4\u88d9\u8ecd\u90e1\u5800\u5c48\u6398\u7a9f\u5bae\u5f13\u7a79\u7aae\u828e\u8eac\u5026\u5238\u52f8\u5377\u5708\u62f3\u6372\u6b0a\u6dc3\u7737\u53a5\u7357\u8568\u8e76\u95d5\u673a\u6ac3\u6f70\u8a6d\u8ecc\u994b\uf906\u6677\u6b78\u8cb4"],["d0a1","\u9b3c\uf907\u53eb\u572d\u594e\u63c6\u69fb\u73ea\u7845\u7aba\u7ac5\u7cfe\u8475\u898f\u8d73\u9035\u95a8\u52fb\u5747\u7547\u7b60\u83cc\u921e\uf908\u6a58\u514b\u524b\u5287\u621f\u68d8\u6975\u9699\u50c5\u52a4\u52e4\u61c3\u65a4\u6839\u69ff\u747e\u7b4b\u82b9\u83eb\u89b2\u8b39\u8fd1\u9949\uf909\u4eca\u5997\u64d2\u6611\u6a8e\u7434\u7981\u79bd\u82a9\u887e\u887f\u895f\uf90a\u9326\u4f0b\u53ca\u6025\u6271\u6c72\u7d1a\u7d66\u4e98\u5162\u77dc\u80af\u4f01\u4f0e\u5176\u5180\u55dc\u5668\u573b\u57fa\u57fc\u5914\u5947\u5993\u5bc4\u5c90\u5d0e\u5df1\u5e7e\u5fcc\u6280\u65d7\u65e3"],["d1a1","\u671e\u671f\u675e\u68cb\u68c4\u6a5f\u6b3a\u6c23\u6c7d\u6c82\u6dc7\u7398\u7426\u742a\u7482\u74a3\u7578\u757f\u7881\u78ef\u7941\u7947\u7948\u797a\u7b95\u7d00\u7dba\u7f88\u8006\u802d\u808c\u8a18\u8b4f\u8c48\u8d77\u9321\u9324\u98e2\u9951\u9a0e\u9a0f\u9a65\u9e92\u7dca\u4f76\u5409\u62ee\u6854\u91d1\u55ab\u513a\uf90b\uf90c\u5a1c\u61e6\uf90d\u62cf\u62ff\uf90e",5,"\u90a3\uf914",4,"\u8afe\uf919\uf91a\uf91b\uf91c\u6696\uf91d\u7156\uf91e\uf91f\u96e3\uf920\u634f\u637a\u5357\uf921\u678f\u6960\u6e73\uf922\u7537\uf923\uf924\uf925"],["d2a1","\u7d0d\uf926\uf927\u8872\u56ca\u5a18\uf928",4,"\u4e43\uf92d\u5167\u5948\u67f0\u8010\uf92e\u5973\u5e74\u649a\u79ca\u5ff5\u606c\u62c8\u637b\u5be7\u5bd7\u52aa\uf92f\u5974\u5f29\u6012\uf930\uf931\uf932\u7459\uf933",5,"\u99d1\uf939",10,"\u6fc3\uf944\uf945\u81bf\u8fb2\u60f1\uf946\uf947\u8166\uf948\uf949\u5c3f\uf94a",7,"\u5ae9\u8a25\u677b\u7d10\uf952",5,"\u80fd\uf958\uf959\u5c3c\u6ce5\u533f\u6eba\u591a\u8336"],["d3a1","\u4e39\u4eb6\u4f46\u55ae\u5718\u58c7\u5f56\u65b7\u65e6\u6a80\u6bb5\u6e4d\u77ed\u7aef\u7c1e\u7dde\u86cb\u8892\u9132\u935b\u64bb\u6fbe\u737a\u75b8\u9054\u5556\u574d\u61ba\u64d4\u66c7\u6de1\u6e5b\u6f6d\u6fb9\u75f0\u8043\u81bd\u8541\u8983\u8ac7\u8b5a\u931f\u6c93\u7553\u7b54\u8e0f\u905d\u5510\u5802\u5858\u5e62\u6207\u649e\u68e0\u7576\u7cd6\u87b3\u9ee8\u4ee3\u5788\u576e\u5927\u5c0d\u5cb1\u5e36\u5f85\u6234\u64e1\u73b3\u81fa\u888b\u8cb8\u968a\u9edb\u5b85\u5fb7\u60b3\u5012\u5200\u5230\u5716\u5835\u5857\u5c0e\u5c60\u5cf6\u5d8b\u5ea6\u5f92\u60bc\u6311\u6389\u6417\u6843"],["d4a1","\u68f9\u6ac2\u6dd8\u6e21\u6ed4\u6fe4\u71fe\u76dc\u7779\u79b1\u7a3b\u8404\u89a9\u8ced\u8df3\u8e48\u9003\u9014\u9053\u90fd\u934d\u9676\u97dc\u6bd2\u7006\u7258\u72a2\u7368\u7763\u79bf\u7be4\u7e9b\u8b80\u58a9\u60c7\u6566\u65fd\u66be\u6c8c\u711e\u71c9\u8c5a\u9813\u4e6d\u7a81\u4edd\u51ac\u51cd\u52d5\u540c\u61a7\u6771\u6850\u68df\u6d1e\u6f7c\u75bc\u77b3\u7ae5\u80f4\u8463\u9285\u515c\u6597\u675c\u6793\u75d8\u7ac7\u8373\uf95a\u8c46\u9017\u982d\u5c6f\u81c0\u829a\u9041\u906f\u920d\u5f97\u5d9d\u6a59\u71c8\u767b\u7b49\u85e4\u8b04\u9127\u9a30\u5587\u61f6\uf95b\u7669\u7f85"],["d5a1","\u863f\u87ba\u88f8\u908f\uf95c\u6d1b\u70d9\u73de\u7d61\u843d\uf95d\u916a\u99f1\uf95e\u4e82\u5375\u6b04\u6b12\u703e\u721b\u862d\u9e1e\u524c\u8fa3\u5d50\u64e5\u652c\u6b16\u6feb\u7c43\u7e9c\u85cd\u8964\u89bd\u62c9\u81d8\u881f\u5eca\u6717\u6d6a\u72fc\u7405\u746f\u8782\u90de\u4f86\u5d0d\u5fa0\u840a\u51b7\u63a0\u7565\u4eae\u5006\u5169\u51c9\u6881\u6a11\u7cae\u7cb1\u7ce7\u826f\u8ad2\u8f1b\u91cf\u4fb6\u5137\u52f5\u5442\u5eec\u616e\u623e\u65c5\u6ada\u6ffe\u792a\u85dc\u8823\u95ad\u9a62\u9a6a\u9e97\u9ece\u529b\u66c6\u6b77\u701d\u792b\u8f62\u9742\u6190\u6200\u6523\u6f23"],["d6a1","\u7149\u7489\u7df4\u806f\u84ee\u8f26\u9023\u934a\u51bd\u5217\u52a3\u6d0c\u70c8\u88c2\u5ec9\u6582\u6bae\u6fc2\u7c3e\u7375\u4ee4\u4f36\u56f9\uf95f\u5cba\u5dba\u601c\u73b2\u7b2d\u7f9a\u7fce\u8046\u901e\u9234\u96f6\u9748\u9818\u9f61\u4f8b\u6fa7\u79ae\u91b4\u96b7\u52de\uf960\u6488\u64c4\u6ad3\u6f5e\u7018\u7210\u76e7\u8001\u8606\u865c\u8def\u8f05\u9732\u9b6f\u9dfa\u9e75\u788c\u797f\u7da0\u83c9\u9304\u9e7f\u9e93\u8ad6\u58df\u5f04\u6727\u7027\u74cf\u7c60\u807e\u5121\u7028\u7262\u78ca\u8cc2\u8cda\u8cf4\u96f7\u4e86\u50da\u5bee\u5ed6\u6599\u71ce\u7642\u77ad\u804a\u84fc"],["d7a1","\u907c\u9b27\u9f8d\u58d8\u5a41\u5c62\u6a13\u6dda\u6f0f\u763b\u7d2f\u7e37\u851e\u8938\u93e4\u964b\u5289\u65d2\u67f3\u69b4\u6d41\u6e9c\u700f\u7409\u7460\u7559\u7624\u786b\u8b2c\u985e\u516d\u622e\u9678\u4f96\u502b\u5d19\u6dea\u7db8\u8f2a\u5f8b\u6144\u6817\uf961\u9686\u52d2\u808b\u51dc\u51cc\u695e\u7a1c\u7dbe\u83f1\u9675\u4fda\u5229\u5398\u540f\u550e\u5c65\u60a7\u674e\u68a8\u6d6c\u7281\u72f8\u7406\u7483\uf962\u75e2\u7c6c\u7f79\u7fb8\u8389\u88cf\u88e1\u91cc\u91d0\u96e2\u9bc9\u541d\u6f7e\u71d0\u7498\u85fa\u8eaa\u96a3\u9c57\u9e9f\u6797\u6dcb\u7433\u81e8\u9716\u782c"],["d8a1","\u7acb\u7b20\u7c92\u6469\u746a\u75f2\u78bc\u78e8\u99ac\u9b54\u9ebb\u5bde\u5e55\u6f20\u819c\u83ab\u9088\u4e07\u534d\u5a29\u5dd2\u5f4e\u6162\u633d\u6669\u66fc\u6eff\u6f2b\u7063\u779e\u842c\u8513\u883b\u8f13\u9945\u9c3b\u551c\u62b9\u672b\u6cab\u8309\u896a\u977a\u4ea1\u5984\u5fd8\u5fd9\u671b\u7db2\u7f54\u8292\u832b\u83bd\u8f1e\u9099\u57cb\u59b9\u5a92\u5bd0\u6627\u679a\u6885\u6bcf\u7164\u7f75\u8cb7\u8ce3\u9081\u9b45\u8108\u8c8a\u964c\u9a40\u9ea5\u5b5f\u6c13\u731b\u76f2\u76df\u840c\u51aa\u8993\u514d\u5195\u52c9\u68c9\u6c94\u7704\u7720\u7dbf\u7dec\u9762\u9eb5\u6ec5"],["d9a1","\u8511\u51a5\u540d\u547d\u660e\u669d\u6927\u6e9f\u76bf\u7791\u8317\u84c2\u879f\u9169\u9298\u9cf4\u8882\u4fae\u5192\u52df\u59c6\u5e3d\u6155\u6478\u6479\u66ae\u67d0\u6a21\u6bcd\u6bdb\u725f\u7261\u7441\u7738\u77db\u8017\u82bc\u8305\u8b00\u8b28\u8c8c\u6728\u6c90\u7267\u76ee\u7766\u7a46\u9da9\u6b7f\u6c92\u5922\u6726\u8499\u536f\u5893\u5999\u5edf\u63cf\u6634\u6773\u6e3a\u732b\u7ad7\u82d7\u9328\u52d9\u5deb\u61ae\u61cb\u620a\u62c7\u64ab\u65e0\u6959\u6b66\u6bcb\u7121\u73f7\u755d\u7e46\u821e\u8302\u856a\u8aa3\u8cbf\u9727\u9d61\u58a8\u9ed8\u5011\u520e\u543b\u554f\u6587"],["daa1","\u6c76\u7d0a\u7d0b\u805e\u868a\u9580\u96ef\u52ff\u6c95\u7269\u5473\u5a9a\u5c3e\u5d4b\u5f4c\u5fae\u672a\u68b6\u6963\u6e3c\u6e44\u7709\u7c73\u7f8e\u8587\u8b0e\u8ff7\u9761\u9ef4\u5cb7\u60b6\u610d\u61ab\u654f\u65fb\u65fc\u6c11\u6cef\u739f\u73c9\u7de1\u9594\u5bc6\u871c\u8b10\u525d\u535a\u62cd\u640f\u64b2\u6734\u6a38\u6cca\u73c0\u749e\u7b94\u7c95\u7e1b\u818a\u8236\u8584\u8feb\u96f9\u99c1\u4f34\u534a\u53cd\u53db\u62cc\u642c\u6500\u6591\u69c3\u6cee\u6f58\u73ed\u7554\u7622\u76e4\u76fc\u78d0\u78fb\u792c\u7d46\u822c\u87e0\u8fd4\u9812\u98ef\u52c3\u62d4\u64a5\u6e24\u6f51"],["dba1","\u767c\u8dcb\u91b1\u9262\u9aee\u9b43\u5023\u508d\u574a\u59a8\u5c28\u5e47\u5f77\u623f\u653e\u65b9\u65c1\u6609\u678b\u699c\u6ec2\u78c5\u7d21\u80aa\u8180\u822b\u82b3\u84a1\u868c\u8a2a\u8b17\u90a6\u9632\u9f90\u500d\u4ff3\uf963\u57f9\u5f98\u62dc\u6392\u676f\u6e43\u7119\u76c3\u80cc\u80da\u88f4\u88f5\u8919\u8ce0\u8f29\u914d\u966a\u4f2f\u4f70\u5e1b\u67cf\u6822\u767d\u767e\u9b44\u5e61\u6a0a\u7169\u71d4\u756a\uf964\u7e41\u8543\u85e9\u98dc\u4f10\u7b4f\u7f70\u95a5\u51e1\u5e06\u68b5\u6c3e\u6c4e\u6cdb\u72af\u7bc4\u8303\u6cd5\u743a\u50fb\u5288\u58c1\u64d8\u6a97\u74a7\u7656"],["dca1","\u78a7\u8617\u95e2\u9739\uf965\u535e\u5f01\u8b8a\u8fa8\u8faf\u908a\u5225\u77a5\u9c49\u9f08\u4e19\u5002\u5175\u5c5b\u5e77\u661e\u663a\u67c4\u68c5\u70b3\u7501\u75c5\u79c9\u7add\u8f27\u9920\u9a08\u4fdd\u5821\u5831\u5bf6\u666e\u6b65\u6d11\u6e7a\u6f7d\u73e4\u752b\u83e9\u88dc\u8913\u8b5c\u8f14\u4f0f\u50d5\u5310\u535c\u5b93\u5fa9\u670d\u798f\u8179\u832f\u8514\u8907\u8986\u8f39\u8f3b\u99a5\u9c12\u672c\u4e76\u4ff8\u5949\u5c01\u5cef\u5cf0\u6367\u68d2\u70fd\u71a2\u742b\u7e2b\u84ec\u8702\u9022\u92d2\u9cf3\u4e0d\u4ed8\u4fef\u5085\u5256\u526f\u5426\u5490\u57e0\u592b\u5a66"],["dda1","\u5b5a\u5b75\u5bcc\u5e9c\uf966\u6276\u6577\u65a7\u6d6e\u6ea5\u7236\u7b26\u7c3f\u7f36\u8150\u8151\u819a\u8240\u8299\u83a9\u8a03\u8ca0\u8ce6\u8cfb\u8d74\u8dba\u90e8\u91dc\u961c\u9644\u99d9\u9ce7\u5317\u5206\u5429\u5674\u58b3\u5954\u596e\u5fff\u61a4\u626e\u6610\u6c7e\u711a\u76c6\u7c89\u7cde\u7d1b\u82ac\u8cc1\u96f0\uf967\u4f5b\u5f17\u5f7f\u62c2\u5d29\u670b\u68da\u787c\u7e43\u9d6c\u4e15\u5099\u5315\u532a\u5351\u5983\u5a62\u5e87\u60b2\u618a\u6249\u6279\u6590\u6787\u69a7\u6bd4\u6bd6\u6bd7\u6bd8\u6cb8\uf968\u7435\u75fa\u7812\u7891\u79d5\u79d8\u7c83\u7dcb\u7fe1\u80a5"],["dea1","\u813e\u81c2\u83f2\u871a\u88e8\u8ab9\u8b6c\u8cbb\u9119\u975e\u98db\u9f3b\u56ac\u5b2a\u5f6c\u658c\u6ab3\u6baf\u6d5c\u6ff1\u7015\u725d\u73ad\u8ca7\u8cd3\u983b\u6191\u6c37\u8058\u9a01\u4e4d\u4e8b\u4e9b\u4ed5\u4f3a\u4f3c\u4f7f\u4fdf\u50ff\u53f2\u53f8\u5506\u55e3\u56db\u58eb\u5962\u5a11\u5beb\u5bfa\u5c04\u5df3\u5e2b\u5f99\u601d\u6368\u659c\u65af\u67f6\u67fb\u68ad\u6b7b\u6c99\u6cd7\u6e23\u7009\u7345\u7802\u793e\u7940\u7960\u79c1\u7be9\u7d17\u7d72\u8086\u820d\u838e\u84d1\u86c7\u88df\u8a50\u8a5e\u8b1d\u8cdc\u8d66\u8fad\u90aa\u98fc\u99df\u9e9d\u524a\uf969\u6714\uf96a"],["dfa1","\u5098\u522a\u5c71\u6563\u6c55\u73ca\u7523\u759d\u7b97\u849c\u9178\u9730\u4e77\u6492\u6bba\u715e\u85a9\u4e09\uf96b\u6749\u68ee\u6e17\u829f\u8518\u886b\u63f7\u6f81\u9212\u98af\u4e0a\u50b7\u50cf\u511f\u5546\u55aa\u5617\u5b40\u5c19\u5ce0\u5e38\u5e8a\u5ea0\u5ec2\u60f3\u6851\u6a61\u6e58\u723d\u7240\u72c0\u76f8\u7965\u7bb1\u7fd4\u88f3\u89f4\u8a73\u8c61\u8cde\u971c\u585e\u74bd\u8cfd\u55c7\uf96c\u7a61\u7d22\u8272\u7272\u751f\u7525\uf96d\u7b19\u5885\u58fb\u5dbc\u5e8f\u5eb6\u5f90\u6055\u6292\u637f\u654d\u6691\u66d9\u66f8\u6816\u68f2\u7280\u745e\u7b6e\u7d6e\u7dd6\u7f72"],["e0a1","\u80e5\u8212\u85af\u897f\u8a93\u901d\u92e4\u9ecd\u9f20\u5915\u596d\u5e2d\u60dc\u6614\u6673\u6790\u6c50\u6dc5\u6f5f\u77f3\u78a9\u84c6\u91cb\u932b\u4ed9\u50ca\u5148\u5584\u5b0b\u5ba3\u6247\u657e\u65cb\u6e32\u717d\u7401\u7444\u7487\u74bf\u766c\u79aa\u7dda\u7e55\u7fa8\u817a\u81b3\u8239\u861a\u87ec\u8a75\u8de3\u9078\u9291\u9425\u994d\u9bae\u5368\u5c51\u6954\u6cc4\u6d29\u6e2b\u820c\u859b\u893b\u8a2d\u8aaa\u96ea\u9f67\u5261\u66b9\u6bb2\u7e96\u87fe\u8d0d\u9583\u965d\u651d\u6d89\u71ee\uf96e\u57ce\u59d3\u5bac\u6027\u60fa\u6210\u661f\u665f\u7329\u73f9\u76db\u7701\u7b6c"],["e1a1","\u8056\u8072\u8165\u8aa0\u9192\u4e16\u52e2\u6b72\u6d17\u7a05\u7b39\u7d30\uf96f\u8cb0\u53ec\u562f\u5851\u5bb5\u5c0f\u5c11\u5de2\u6240\u6383\u6414\u662d\u68b3\u6cbc\u6d88\u6eaf\u701f\u70a4\u71d2\u7526\u758f\u758e\u7619\u7b11\u7be0\u7c2b\u7d20\u7d39\u852c\u856d\u8607\u8a34\u900d\u9061\u90b5\u92b7\u97f6\u9a37\u4fd7\u5c6c\u675f\u6d91\u7c9f\u7e8c\u8b16\u8d16\u901f\u5b6b\u5dfd\u640d\u84c0\u905c\u98e1\u7387\u5b8b\u609a\u677e\u6dde\u8a1f\u8aa6\u9001\u980c\u5237\uf970\u7051\u788e\u9396\u8870\u91d7\u4fee\u53d7\u55fd\u56da\u5782\u58fd\u5ac2\u5b88\u5cab\u5cc0\u5e25\u6101"],["e2a1","\u620d\u624b\u6388\u641c\u6536\u6578\u6a39\u6b8a\u6c34\u6d19\u6f31\u71e7\u72e9\u7378\u7407\u74b2\u7626\u7761\u79c0\u7a57\u7aea\u7cb9\u7d8f\u7dac\u7e61\u7f9e\u8129\u8331\u8490\u84da\u85ea\u8896\u8ab0\u8b90\u8f38\u9042\u9083\u916c\u9296\u92b9\u968b\u96a7\u96a8\u96d6\u9700\u9808\u9996\u9ad3\u9b1a\u53d4\u587e\u5919\u5b70\u5bbf\u6dd1\u6f5a\u719f\u7421\u74b9\u8085\u83fd\u5de1\u5f87\u5faa\u6042\u65ec\u6812\u696f\u6a53\u6b89\u6d35\u6df3\u73e3\u76fe\u77ac\u7b4d\u7d14\u8123\u821c\u8340\u84f4\u8563\u8a62\u8ac4\u9187\u931e\u9806\u99b4\u620c\u8853\u8ff0\u9265\u5d07\u5d27"],["e3a1","\u5d69\u745f\u819d\u8768\u6fd5\u62fe\u7fd2\u8936\u8972\u4e1e\u4e58\u50e7\u52dd\u5347\u627f\u6607\u7e69\u8805\u965e\u4f8d\u5319\u5636\u59cb\u5aa4\u5c38\u5c4e\u5c4d\u5e02\u5f11\u6043\u65bd\u662f\u6642\u67be\u67f4\u731c\u77e2\u793a\u7fc5\u8494\u84cd\u8996\u8a66\u8a69\u8ae1\u8c55\u8c7a\u57f4\u5bd4\u5f0f\u606f\u62ed\u690d\u6b96\u6e5c\u7184\u7bd2\u8755\u8b58\u8efe\u98df\u98fe\u4f38\u4f81\u4fe1\u547b\u5a20\u5bb8\u613c\u65b0\u6668\u71fc\u7533\u795e\u7d33\u814e\u81e3\u8398\u85aa\u85ce\u8703\u8a0a\u8eab\u8f9b\uf971\u8fc5\u5931\u5ba4\u5be6\u6089\u5be9\u5c0b\u5fc3\u6c81"],["e4a1","\uf972\u6df1\u700b\u751a\u82af\u8af6\u4ec0\u5341\uf973\u96d9\u6c0f\u4e9e\u4fc4\u5152\u555e\u5a25\u5ce8\u6211\u7259\u82bd\u83aa\u86fe\u8859\u8a1d\u963f\u96c5\u9913\u9d09\u9d5d\u580a\u5cb3\u5dbd\u5e44\u60e1\u6115\u63e1\u6a02\u6e25\u9102\u9354\u984e\u9c10\u9f77\u5b89\u5cb8\u6309\u664f\u6848\u773c\u96c1\u978d\u9854\u9b9f\u65a1\u8b01\u8ecb\u95bc\u5535\u5ca9\u5dd6\u5eb5\u6697\u764c\u83f4\u95c7\u58d3\u62bc\u72ce\u9d28\u4ef0\u592e\u600f\u663b\u6b83\u79e7\u9d26\u5393\u54c0\u57c3\u5d16\u611b\u66d6\u6daf\u788d\u827e\u9698\u9744\u5384\u627c\u6396\u6db2\u7e0a\u814b\u984d"],["e5a1","\u6afb\u7f4c\u9daf\u9e1a\u4e5f\u503b\u51b6\u591c\u60f9\u63f6\u6930\u723a\u8036\uf974\u91ce\u5f31\uf975\uf976\u7d04\u82e5\u846f\u84bb\u85e5\u8e8d\uf977\u4f6f\uf978\uf979\u58e4\u5b43\u6059\u63da\u6518\u656d\u6698\uf97a\u694a\u6a23\u6d0b\u7001\u716c\u75d2\u760d\u79b3\u7a70\uf97b\u7f8a\uf97c\u8944\uf97d\u8b93\u91c0\u967d\uf97e\u990a\u5704\u5fa1\u65bc\u6f01\u7600\u79a6\u8a9e\u99ad\u9b5a\u9f6c\u5104\u61b6\u6291\u6a8d\u81c6\u5043\u5830\u5f66\u7109\u8a00\u8afa\u5b7c\u8616\u4ffa\u513c\u56b4\u5944\u63a9\u6df9\u5daa\u696d\u5186\u4e88\u4f59\uf97f\uf980\uf981\u5982\uf982"],["e6a1","\uf983\u6b5f\u6c5d\uf984\u74b5\u7916\uf985\u8207\u8245\u8339\u8f3f\u8f5d\uf986\u9918\uf987\uf988\uf989\u4ea6\uf98a\u57df\u5f79\u6613\uf98b\uf98c\u75ab\u7e79\u8b6f\uf98d\u9006\u9a5b\u56a5\u5827\u59f8\u5a1f\u5bb4\uf98e\u5ef6\uf98f\uf990\u6350\u633b\uf991\u693d\u6c87\u6cbf\u6d8e\u6d93\u6df5\u6f14\uf992\u70df\u7136\u7159\uf993\u71c3\u71d5\uf994\u784f\u786f\uf995\u7b75\u7de3\uf996\u7e2f\uf997\u884d\u8edf\uf998\uf999\uf99a\u925b\uf99b\u9cf6\uf99c\uf99d\uf99e\u6085\u6d85\uf99f\u71b1\uf9a0\uf9a1\u95b1\u53ad\uf9a2\uf9a3\uf9a4\u67d3\uf9a5\u708e\u7130\u7430\u8276\u82d2"],["e7a1","\uf9a6\u95bb\u9ae5\u9e7d\u66c4\uf9a7\u71c1\u8449\uf9a8\uf9a9\u584b\uf9aa\uf9ab\u5db8\u5f71\uf9ac\u6620\u668e\u6979\u69ae\u6c38\u6cf3\u6e36\u6f41\u6fda\u701b\u702f\u7150\u71df\u7370\uf9ad\u745b\uf9ae\u74d4\u76c8\u7a4e\u7e93\uf9af\uf9b0\u82f1\u8a60\u8fce\uf9b1\u9348\uf9b2\u9719\uf9b3\uf9b4\u4e42\u502a\uf9b5\u5208\u53e1\u66f3\u6c6d\u6fca\u730a\u777f\u7a62\u82ae\u85dd\u8602\uf9b6\u88d4\u8a63\u8b7d\u8c6b\uf9b7\u92b3\uf9b8\u9713\u9810\u4e94\u4f0d\u4fc9\u50b2\u5348\u543e\u5433\u55da\u5862\u58ba\u5967\u5a1b\u5be4\u609f\uf9b9\u61ca\u6556\u65ff\u6664\u68a7\u6c5a\u6fb3"],["e8a1","\u70cf\u71ac\u7352\u7b7d\u8708\u8aa4\u9c32\u9f07\u5c4b\u6c83\u7344\u7389\u923a\u6eab\u7465\u761f\u7a69\u7e15\u860a\u5140\u58c5\u64c1\u74ee\u7515\u7670\u7fc1\u9095\u96cd\u9954\u6e26\u74e6\u7aa9\u7aaa\u81e5\u86d9\u8778\u8a1b\u5a49\u5b8c\u5b9b\u68a1\u6900\u6d63\u73a9\u7413\u742c\u7897\u7de9\u7feb\u8118\u8155\u839e\u8c4c\u962e\u9811\u66f0\u5f80\u65fa\u6789\u6c6a\u738b\u502d\u5a03\u6b6a\u77ee\u5916\u5d6c\u5dcd\u7325\u754f\uf9ba\uf9bb\u50e5\u51f9\u582f\u592d\u5996\u59da\u5be5\uf9bc\uf9bd\u5da2\u62d7\u6416\u6493\u64fe\uf9be\u66dc\uf9bf\u6a48\uf9c0\u71ff\u7464\uf9c1"],["e9a1","\u7a88\u7aaf\u7e47\u7e5e\u8000\u8170\uf9c2\u87ef\u8981\u8b20\u9059\uf9c3\u9080\u9952\u617e\u6b32\u6d74\u7e1f\u8925\u8fb1\u4fd1\u50ad\u5197\u52c7\u57c7\u5889\u5bb9\u5eb8\u6142\u6995\u6d8c\u6e67\u6eb6\u7194\u7462\u7528\u752c\u8073\u8338\u84c9\u8e0a\u9394\u93de\uf9c4\u4e8e\u4f51\u5076\u512a\u53c8\u53cb\u53f3\u5b87\u5bd3\u5c24\u611a\u6182\u65f4\u725b\u7397\u7440\u76c2\u7950\u7991\u79b9\u7d06\u7fbd\u828b\u85d5\u865e\u8fc2\u9047\u90f5\u91ea\u9685\u96e8\u96e9\u52d6\u5f67\u65ed\u6631\u682f\u715c\u7a36\u90c1\u980a\u4e91\uf9c5\u6a52\u6b9e\u6f90\u7189\u8018\u82b8\u8553"],["eaa1","\u904b\u9695\u96f2\u97fb\u851a\u9b31\u4e90\u718a\u96c4\u5143\u539f\u54e1\u5713\u5712\u57a3\u5a9b\u5ac4\u5bc3\u6028\u613f\u63f4\u6c85\u6d39\u6e72\u6e90\u7230\u733f\u7457\u82d1\u8881\u8f45\u9060\uf9c6\u9662\u9858\u9d1b\u6708\u8d8a\u925e\u4f4d\u5049\u50de\u5371\u570d\u59d4\u5a01\u5c09\u6170\u6690\u6e2d\u7232\u744b\u7def\u80c3\u840e\u8466\u853f\u875f\u885b\u8918\u8b02\u9055\u97cb\u9b4f\u4e73\u4f91\u5112\u516a\uf9c7\u552f\u55a9\u5b7a\u5ba5\u5e7c\u5e7d\u5ebe\u60a0\u60df\u6108\u6109\u63c4\u6538\u6709\uf9c8\u67d4\u67da\uf9c9\u6961\u6962\u6cb9\u6d27\uf9ca\u6e38\uf9cb"],["eba1","\u6fe1\u7336\u7337\uf9cc\u745c\u7531\uf9cd\u7652\uf9ce\uf9cf\u7dad\u81fe\u8438\u88d5\u8a98\u8adb\u8aed\u8e30\u8e42\u904a\u903e\u907a\u9149\u91c9\u936e\uf9d0\uf9d1\u5809\uf9d2\u6bd3\u8089\u80b2\uf9d3\uf9d4\u5141\u596b\u5c39\uf9d5\uf9d6\u6f64\u73a7\u80e4\u8d07\uf9d7\u9217\u958f\uf9d8\uf9d9\uf9da\uf9db\u807f\u620e\u701c\u7d68\u878d\uf9dc\u57a0\u6069\u6147\u6bb7\u8abe\u9280\u96b1\u4e59\u541f\u6deb\u852d\u9670\u97f3\u98ee\u63d6\u6ce3\u9091\u51dd\u61c9\u81ba\u9df9\u4f9d\u501a\u5100\u5b9c\u610f\u61ff\u64ec\u6905\u6bc5\u7591\u77e3\u7fa9\u8264\u858f\u87fb\u8863\u8abc"],["eca1","\u8b70\u91ab\u4e8c\u4ee5\u4f0a\uf9dd\uf9de\u5937\u59e8\uf9df\u5df2\u5f1b\u5f5b\u6021\uf9e0\uf9e1\uf9e2\uf9e3\u723e\u73e5\uf9e4\u7570\u75cd\uf9e5\u79fb\uf9e6\u800c\u8033\u8084\u82e1\u8351\uf9e7\uf9e8\u8cbd\u8cb3\u9087\uf9e9\uf9ea\u98f4\u990c\uf9eb\uf9ec\u7037\u76ca\u7fca\u7fcc\u7ffc\u8b1a\u4eba\u4ec1\u5203\u5370\uf9ed\u54bd\u56e0\u59fb\u5bc5\u5f15\u5fcd\u6e6e\uf9ee\uf9ef\u7d6a\u8335\uf9f0\u8693\u8a8d\uf9f1\u976d\u9777\uf9f2\uf9f3\u4e00\u4f5a\u4f7e\u58f9\u65e5\u6ea2\u9038\u93b0\u99b9\u4efb\u58ec\u598a\u59d9\u6041\uf9f4\uf9f5\u7a14\uf9f6\u834f\u8cc3\u5165\u5344"],["eda1","\uf9f7\uf9f8\uf9f9\u4ecd\u5269\u5b55\u82bf\u4ed4\u523a\u54a8\u59c9\u59ff\u5b50\u5b57\u5b5c\u6063\u6148\u6ecb\u7099\u716e\u7386\u74f7\u75b5\u78c1\u7d2b\u8005\u81ea\u8328\u8517\u85c9\u8aee\u8cc7\u96cc\u4f5c\u52fa\u56bc\u65ab\u6628\u707c\u70b8\u7235\u7dbd\u828d\u914c\u96c0\u9d72\u5b71\u68e7\u6b98\u6f7a\u76de\u5c91\u66ab\u6f5b\u7bb4\u7c2a\u8836\u96dc\u4e08\u4ed7\u5320\u5834\u58bb\u58ef\u596c\u5c07\u5e33\u5e84\u5f35\u638c\u66b2\u6756\u6a1f\u6aa3\u6b0c\u6f3f\u7246\uf9fa\u7350\u748b\u7ae0\u7ca7\u8178\u81df\u81e7\u838a\u846c\u8523\u8594\u85cf\u88dd\u8d13\u91ac\u9577"],["eea1","\u969c\u518d\u54c9\u5728\u5bb0\u624d\u6750\u683d\u6893\u6e3d\u6ed3\u707d\u7e21\u88c1\u8ca1\u8f09\u9f4b\u9f4e\u722d\u7b8f\u8acd\u931a\u4f47\u4f4e\u5132\u5480\u59d0\u5e95\u62b5\u6775\u696e\u6a17\u6cae\u6e1a\u72d9\u732a\u75bd\u7bb8\u7d35\u82e7\u83f9\u8457\u85f7\u8a5b\u8caf\u8e87\u9019\u90b8\u96ce\u9f5f\u52e3\u540a\u5ae1\u5bc2\u6458\u6575\u6ef4\u72c4\uf9fb\u7684\u7a4d\u7b1b\u7c4d\u7e3e\u7fdf\u837b\u8b2b\u8cca\u8d64\u8de1\u8e5f\u8fea\u8ff9\u9069\u93d1\u4f43\u4f7a\u50b3\u5168\u5178\u524d\u526a\u5861\u587c\u5960\u5c08\u5c55\u5edb\u609b\u6230\u6813\u6bbf\u6c08\u6fb1"],["efa1","\u714e\u7420\u7530\u7538\u7551\u7672\u7b4c\u7b8b\u7bad\u7bc6\u7e8f\u8a6e\u8f3e\u8f49\u923f\u9293\u9322\u942b\u96fb\u985a\u986b\u991e\u5207\u622a\u6298\u6d59\u7664\u7aca\u7bc0\u7d76\u5360\u5cbe\u5e97\u6f38\u70b9\u7c98\u9711\u9b8e\u9ede\u63a5\u647a\u8776\u4e01\u4e95\u4ead\u505c\u5075\u5448\u59c3\u5b9a\u5e40\u5ead\u5ef7\u5f81\u60c5\u633a\u653f\u6574\u65cc\u6676\u6678\u67fe\u6968\u6a89\u6b63\u6c40\u6dc0\u6de8\u6e1f\u6e5e\u701e\u70a1\u738e\u73fd\u753a\u775b\u7887\u798e\u7a0b\u7a7d\u7cbe\u7d8e\u8247\u8a02\u8aea\u8c9e\u912d\u914a\u91d8\u9266\u92cc\u9320\u9706\u9756"],["f0a1","\u975c\u9802\u9f0e\u5236\u5291\u557c\u5824\u5e1d\u5f1f\u608c\u63d0\u68af\u6fdf\u796d\u7b2c\u81cd\u85ba\u88fd\u8af8\u8e44\u918d\u9664\u969b\u973d\u984c\u9f4a\u4fce\u5146\u51cb\u52a9\u5632\u5f14\u5f6b\u63aa\u64cd\u65e9\u6641\u66fa\u66f9\u671d\u689d\u68d7\u69fd\u6f15\u6f6e\u7167\u71e5\u722a\u74aa\u773a\u7956\u795a\u79df\u7a20\u7a95\u7c97\u7cdf\u7d44\u7e70\u8087\u85fb\u86a4\u8a54\u8abf\u8d99\u8e81\u9020\u906d\u91e3\u963b\u96d5\u9ce5\u65cf\u7c07\u8db3\u93c3\u5b58\u5c0a\u5352\u62d9\u731d\u5027\u5b97\u5f9e\u60b0\u616b\u68d5\u6dd9\u742e\u7a2e\u7d42\u7d9c\u7e31\u816b"],["f1a1","\u8e2a\u8e35\u937e\u9418\u4f50\u5750\u5de6\u5ea7\u632b\u7f6a\u4e3b\u4f4f\u4f8f\u505a\u59dd\u80c4\u546a\u5468\u55fe\u594f\u5b99\u5dde\u5eda\u665d\u6731\u67f1\u682a\u6ce8\u6d32\u6e4a\u6f8d\u70b7\u73e0\u7587\u7c4c\u7d02\u7d2c\u7da2\u821f\u86db\u8a3b\u8a85\u8d70\u8e8a\u8f33\u9031\u914e\u9152\u9444\u99d0\u7af9\u7ca5\u4fca\u5101\u51c6\u57c8\u5bef\u5cfb\u6659\u6a3d\u6d5a\u6e96\u6fec\u710c\u756f\u7ae3\u8822\u9021\u9075\u96cb\u99ff\u8301\u4e2d\u4ef2\u8846\u91cd\u537d\u6adb\u696b\u6c41\u847a\u589e\u618e\u66fe\u62ef\u70dd\u7511\u75c7\u7e52\u84b8\u8b49\u8d08\u4e4b\u53ea"],["f2a1","\u54ab\u5730\u5740\u5fd7\u6301\u6307\u646f\u652f\u65e8\u667a\u679d\u67b3\u6b62\u6c60\u6c9a\u6f2c\u77e5\u7825\u7949\u7957\u7d19\u80a2\u8102\u81f3\u829d\u82b7\u8718\u8a8c\uf9fc\u8d04\u8dbe\u9072\u76f4\u7a19\u7a37\u7e54\u8077\u5507\u55d4\u5875\u632f\u6422\u6649\u664b\u686d\u699b\u6b84\u6d25\u6eb1\u73cd\u7468\u74a1\u755b\u75b9\u76e1\u771e\u778b\u79e6\u7e09\u7e1d\u81fb\u852f\u8897\u8a3a\u8cd1\u8eeb\u8fb0\u9032\u93ad\u9663\u9673\u9707\u4f84\u53f1\u59ea\u5ac9\u5e19\u684e\u74c6\u75be\u79e9\u7a92\u81a3\u86ed\u8cea\u8dcc\u8fed\u659f\u6715\uf9fd\u57f7\u6f57\u7ddd\u8f2f"],["f3a1","\u93f6\u96c6\u5fb5\u61f2\u6f84\u4e14\u4f98\u501f\u53c9\u55df\u5d6f\u5dee\u6b21\u6b64\u78cb\u7b9a\uf9fe\u8e49\u8eca\u906e\u6349\u643e\u7740\u7a84\u932f\u947f\u9f6a\u64b0\u6faf\u71e6\u74a8\u74da\u7ac4\u7c12\u7e82\u7cb2\u7e98\u8b9a\u8d0a\u947d\u9910\u994c\u5239\u5bdf\u64e6\u672d\u7d2e\u50ed\u53c3\u5879\u6158\u6159\u61fa\u65ac\u7ad9\u8b92\u8b96\u5009\u5021\u5275\u5531\u5a3c\u5ee0\u5f70\u6134\u655e\u660c\u6636\u66a2\u69cd\u6ec4\u6f32\u7316\u7621\u7a93\u8139\u8259\u83d6\u84bc\u50b5\u57f0\u5bc0\u5be8\u5f69\u63a1\u7826\u7db5\u83dc\u8521\u91c7\u91f5\u518a\u67f5\u7b56"],["f4a1","\u8cac\u51c4\u59bb\u60bd\u8655\u501c\uf9ff\u5254\u5c3a\u617d\u621a\u62d3\u64f2\u65a5\u6ecc\u7620\u810a\u8e60\u965f\u96bb\u4edf\u5343\u5598\u5929\u5ddd\u64c5\u6cc9\u6dfa\u7394\u7a7f\u821b\u85a6\u8ce4\u8e10\u9077\u91e7\u95e1\u9621\u97c6\u51f8\u54f2\u5586\u5fb9\u64a4\u6f88\u7db4\u8f1f\u8f4d\u9435\u50c9\u5c16\u6cbe\u6dfb\u751b\u77bb\u7c3d\u7c64\u8a79\u8ac2\u581e\u59be\u5e16\u6377\u7252\u758a\u776b\u8adc\u8cbc\u8f12\u5ef3\u6674\u6df8\u807d\u83c1\u8acb\u9751\u9bd6\ufa00\u5243\u66ff\u6d95\u6eef\u7de0\u8ae6\u902e\u905e\u9ad4\u521d\u527f\u54e8\u6194\u6284\u62db\u68a2"],["f5a1","\u6912\u695a\u6a35\u7092\u7126\u785d\u7901\u790e\u79d2\u7a0d\u8096\u8278\u82d5\u8349\u8549\u8c82\u8d85\u9162\u918b\u91ae\u4fc3\u56d1\u71ed\u77d7\u8700\u89f8\u5bf8\u5fd6\u6751\u90a8\u53e2\u585a\u5bf5\u60a4\u6181\u6460\u7e3d\u8070\u8525\u9283\u64ae\u50ac\u5d14\u6700\u589c\u62bd\u63a8\u690e\u6978\u6a1e\u6e6b\u76ba\u79cb\u82bb\u8429\u8acf\u8da8\u8ffd\u9112\u914b\u919c\u9310\u9318\u939a\u96db\u9a36\u9c0d\u4e11\u755c\u795d\u7afa\u7b51\u7bc9\u7e2e\u84c4\u8e59\u8e74\u8ef8\u9010\u6625\u693f\u7443\u51fa\u672e\u9edc\u5145\u5fe0\u6c96\u87f2\u885d\u8877\u60b4\u81b5\u8403"],["f6a1","\u8d05\u53d6\u5439\u5634\u5a36\u5c31\u708a\u7fe0\u805a\u8106\u81ed\u8da3\u9189\u9a5f\u9df2\u5074\u4ec4\u53a0\u60fb\u6e2c\u5c64\u4f88\u5024\u55e4\u5cd9\u5e5f\u6065\u6894\u6cbb\u6dc4\u71be\u75d4\u75f4\u7661\u7a1a\u7a49\u7dc7\u7dfb\u7f6e\u81f4\u86a9\u8f1c\u96c9\u99b3\u9f52\u5247\u52c5\u98ed\u89aa\u4e03\u67d2\u6f06\u4fb5\u5be2\u6795\u6c88\u6d78\u741b\u7827\u91dd\u937c\u87c4\u79e4\u7a31\u5feb\u4ed6\u54a4\u553e\u58ae\u59a5\u60f0\u6253\u62d6\u6736\u6955\u8235\u9640\u99b1\u99dd\u502c\u5353\u5544\u577c\ufa01\u6258\ufa02\u64e2\u666b\u67dd\u6fc1\u6fef\u7422\u7438\u8a17"],["f7a1","\u9438\u5451\u5606\u5766\u5f48\u619a\u6b4e\u7058\u70ad\u7dbb\u8a95\u596a\u812b\u63a2\u7708\u803d\u8caa\u5854\u642d\u69bb\u5b95\u5e11\u6e6f\ufa03\u8569\u514c\u53f0\u592a\u6020\u614b\u6b86\u6c70\u6cf0\u7b1e\u80ce\u82d4\u8dc6\u90b0\u98b1\ufa04\u64c7\u6fa4\u6491\u6504\u514e\u5410\u571f\u8a0e\u615f\u6876\ufa05\u75db\u7b52\u7d71\u901a\u5806\u69cc\u817f\u892a\u9000\u9839\u5078\u5957\u59ac\u6295\u900f\u9b2a\u615d\u7279\u95d6\u5761\u5a46\u5df4\u628a\u64ad\u64fa\u6777\u6ce2\u6d3e\u722c\u7436\u7834\u7f77\u82ad\u8ddb\u9817\u5224\u5742\u677f\u7248\u74e3\u8ca9\u8fa6\u9211"],["f8a1","\u962a\u516b\u53ed\u634c\u4f69\u5504\u6096\u6557\u6c9b\u6d7f\u724c\u72fd\u7a17\u8987\u8c9d\u5f6d\u6f8e\u70f9\u81a8\u610e\u4fbf\u504f\u6241\u7247\u7bc7\u7de8\u7fe9\u904d\u97ad\u9a19\u8cb6\u576a\u5e73\u67b0\u840d\u8a55\u5420\u5b16\u5e63\u5ee2\u5f0a\u6583\u80ba\u853d\u9589\u965b\u4f48\u5305\u530d\u530f\u5486\u54fa\u5703\u5e03\u6016\u629b\u62b1\u6355\ufa06\u6ce1\u6d66\u75b1\u7832\u80de\u812f\u82de\u8461\u84b2\u888d\u8912\u900b\u92ea\u98fd\u9b91\u5e45\u66b4\u66dd\u7011\u7206\ufa07\u4ff5\u527d\u5f6a\u6153\u6753\u6a19\u6f02\u74e2\u7968\u8868\u8c79\u98c7\u98c4\u9a43"],["f9a1","\u54c1\u7a1f\u6953\u8af7\u8c4a\u98a8\u99ae\u5f7c\u62ab\u75b2\u76ae\u88ab\u907f\u9642\u5339\u5f3c\u5fc5\u6ccc\u73cc\u7562\u758b\u7b46\u82fe\u999d\u4e4f\u903c\u4e0b\u4f55\u53a6\u590f\u5ec8\u6630\u6cb3\u7455\u8377\u8766\u8cc0\u9050\u971e\u9c15\u58d1\u5b78\u8650\u8b14\u9db4\u5bd2\u6068\u608d\u65f1\u6c57\u6f22\u6fa3\u701a\u7f55\u7ff0\u9591\u9592\u9650\u97d3\u5272\u8f44\u51fd\u542b\u54b8\u5563\u558a\u6abb\u6db5\u7dd8\u8266\u929c\u9677\u9e79\u5408\u54c8\u76d2\u86e4\u95a4\u95d4\u965c\u4ea2\u4f09\u59ee\u5ae6\u5df7\u6052\u6297\u676d\u6841\u6c86\u6e2f\u7f38\u809b\u822a"],["faa1","\ufa08\ufa09\u9805\u4ea5\u5055\u54b3\u5793\u595a\u5b69\u5bb3\u61c8\u6977\u6d77\u7023\u87f9\u89e3\u8a72\u8ae7\u9082\u99ed\u9ab8\u52be\u6838\u5016\u5e78\u674f\u8347\u884c\u4eab\u5411\u56ae\u73e6\u9115\u97ff\u9909\u9957\u9999\u5653\u589f\u865b\u8a31\u61b2\u6af6\u737b\u8ed2\u6b47\u96aa\u9a57\u5955\u7200\u8d6b\u9769\u4fd4\u5cf4\u5f26\u61f8\u665b\u6ceb\u70ab\u7384\u73b9\u73fe\u7729\u774d\u7d43\u7d62\u7e23\u8237\u8852\ufa0a\u8ce2\u9249\u986f\u5b51\u7a74\u8840\u9801\u5acc\u4fe0\u5354\u593e\u5cfd\u633e\u6d79\u72f9\u8105\u8107\u83a2\u92cf\u9830\u4ea8\u5144\u5211\u578b"],["fba1","\u5f62\u6cc2\u6ece\u7005\u7050\u70af\u7192\u73e9\u7469\u834a\u87a2\u8861\u9008\u90a2\u93a3\u99a8\u516e\u5f57\u60e0\u6167\u66b3\u8559\u8e4a\u91af\u978b\u4e4e\u4e92\u547c\u58d5\u58fa\u597d\u5cb5\u5f27\u6236\u6248\u660a\u6667\u6beb\u6d69\u6dcf\u6e56\u6ef8\u6f94\u6fe0\u6fe9\u705d\u72d0\u7425\u745a\u74e0\u7693\u795c\u7cca\u7e1e\u80e1\u82a6\u846b\u84bf\u864e\u865f\u8774\u8b77\u8c6a\u93ac\u9800\u9865\u60d1\u6216\u9177\u5a5a\u660f\u6df7\u6e3e\u743f\u9b42\u5ffd\u60da\u7b0f\u54c4\u5f18\u6c5e\u6cd3\u6d2a\u70d8\u7d05\u8679\u8a0c\u9d3b\u5316\u548c\u5b05\u6a3a\u706b\u7575"],["fca1","\u798d\u79be\u82b1\u83ef\u8a71\u8b41\u8ca8\u9774\ufa0b\u64f4\u652b\u78ba\u78bb\u7a6b\u4e38\u559a\u5950\u5ba6\u5e7b\u60a3\u63db\u6b61\u6665\u6853\u6e19\u7165\u74b0\u7d08\u9084\u9a69\u9c25\u6d3b\u6ed1\u733e\u8c41\u95ca\u51f0\u5e4c\u5fa8\u604d\u60f6\u6130\u614c\u6643\u6644\u69a5\u6cc1\u6e5f\u6ec9\u6f62\u714c\u749c\u7687\u7bc1\u7c27\u8352\u8757\u9051\u968d\u9ec3\u532f\u56de\u5efb\u5f8a\u6062\u6094\u61f7\u6666\u6703\u6a9c\u6dee\u6fae\u7070\u736a\u7e6a\u81be\u8334\u86d4\u8aa8\u8cc4\u5283\u7372\u5b96\u6a6b\u9404\u54ee\u5686\u5b5d\u6548\u6585\u66c9\u689f\u6d8d\u6dc6"],["fda1","\u723b\u80b4\u9175\u9a4d\u4faf\u5019\u539a\u540e\u543c\u5589\u55c5\u5e3f\u5f8c\u673d\u7166\u73dd\u9005\u52db\u52f3\u5864\u58ce\u7104\u718f\u71fb\u85b0\u8a13\u6688\u85a8\u55a7\u6684\u714a\u8431\u5349\u5599\u6bc1\u5f59\u5fbd\u63ee\u6689\u7147\u8af1\u8f1d\u9ebe\u4f11\u643a\u70cb\u7566\u8667\u6064\u8b4e\u9df8\u5147\u51f6\u5308\u6d36\u80f8\u9ed1\u6615\u6b23\u7098\u75d5\u5403\u5c79\u7d07\u8a16\u6b20\u6b3d\u6b46\u5438\u6070\u6d3d\u7fd5\u8208\u50d6\u51de\u559c\u566b\u56cd\u59ec\u5b09\u5e0c\u6199\u6198\u6231\u665e\u66e6\u7199\u71b9\u71ba\u72a7\u79a7\u7a00\u7fb2\u8a70"]]')},21453:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{CookieJar}=__webpack_require__(10967),NodeImpl=__webpack_require__(59550).implementation,idlUtils=__webpack_require__(65554),NODE_TYPE=__webpack_require__(53010),{mixin,memoizeQuery}=__webpack_require__(7586),{firstChildWithLocalName,firstChildWithLocalNames,firstDescendantWithLocalName}=__webpack_require__(49397),whatwgURL=__webpack_require__(88499),StyleSheetList=__webpack_require__(10355),{domSymbolTree}=__webpack_require__(35442),eventAccessors=__webpack_require__(43648),{asciiLowercase,stripAndCollapseASCIIWhitespace}=__webpack_require__(8337),{childTextContent}=__webpack_require__(61012),{HTML_NS,SVG_NS}=__webpack_require__(36675),DOMException=__webpack_require__(3698),{parseIntoDocument}=__webpack_require__(6954),History=__webpack_require__(83835),Location=__webpack_require__(48728),HTMLCollection=__webpack_require__(16606),NodeList=__webpack_require__(47487),validateName=__webpack_require__(82336).name,{validateAndExtract}=__webpack_require__(82336),{fireAnEvent}=__webpack_require__(97130),{shadowIncludingInclusiveDescendantsIterator}=__webpack_require__(54394),{enqueueCECallbackReaction}=__webpack_require__(91984),{createElement,internalCreateElementNSSteps}=__webpack_require__(91662),IterableWeakSet=__webpack_require__(3523),DocumentOrShadowRootImpl=__webpack_require__(37542).implementation,GlobalEventHandlersImpl=__webpack_require__(54122).implementation,NonElementParentNodeImpl=__webpack_require__(53713).implementation,ParentNodeImpl=__webpack_require__(47766).implementation,{clone,listOfElementsWithQualifiedName,listOfElementsWithNamespaceAndLocalName,listOfElementsWithClassNames}=__webpack_require__(45121),generatedAttr=__webpack_require__(70172),Comment=__webpack_require__(7066),ProcessingInstruction=__webpack_require__(18934),CDATASection=__webpack_require__(10443),Text=__webpack_require__(27560),DocumentFragment=__webpack_require__(414),DOMImplementation=__webpack_require__(86669),TreeWalker=__webpack_require__(51337),NodeIterator=__webpack_require__(80437),ShadowRoot=__webpack_require__(30047),Range=__webpack_require__(48666),documents=__webpack_require__(67411),CustomEvent=__webpack_require__(774),ErrorEvent=__webpack_require__(92825),Event=__webpack_require__(72763),FocusEvent=__webpack_require__(74355),HashChangeEvent=__webpack_require__(3203),KeyboardEvent=__webpack_require__(69672),MessageEvent=__webpack_require__(6426),MouseEvent=__webpack_require__(94646),PopStateEvent=__webpack_require__(53299),ProgressEvent=__webpack_require__(52542),TouchEvent=__webpack_require__(11994),UIEvent=__webpack_require__(88365),RequestManager=__webpack_require__(78437),AsyncResourceQueue=__webpack_require__(5789),ResourceQueue=__webpack_require__(65922),PerDocumentResourceLoader=__webpack_require__(64626);function clearChildNodes(node){ |
| /*ThouShaltNotCache*/ |
| for(let child=domSymbolTree.firstChild(node);child;child=domSymbolTree.firstChild(node))node.removeChild(child)}function pad(number){ |
| /*ThouShaltNotCache*/ |
| return number<10?"0"+number:number}const eventInterfaceTable={customevent:CustomEvent,errorevent:ErrorEvent,event:Event,events:Event,focusevent:FocusEvent,hashchangeevent:HashChangeEvent,htmlevents:Event,keyboardevent:KeyboardEvent,messageevent:MessageEvent,mouseevent:MouseEvent,mouseevents:MouseEvent,popstateevent:PopStateEvent,progressevent:ProgressEvent,svgevents:Event,touchevent:TouchEvent,uievent:UIEvent,uievents:UIEvent};class DocumentImpl extends NodeImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._initGlobalEvents(),this._ownerDocument=this,this.nodeType=NODE_TYPE.DOCUMENT_NODE,privateData.options||(privateData.options={}),privateData.options.parsingMode||(privateData.options.parsingMode="xml"),privateData.options.encoding||(privateData.options.encoding="UTF-8"),privateData.options.contentType||(privateData.options.contentType="xml"===privateData.options.parsingMode?"application/xml":"text/html"),this._parsingMode=privateData.options.parsingMode,this._implementation=DOMImplementation.createImpl(this._globalObject,[],{ownerDocument:this}),this._defaultView=privateData.options.defaultView||null,this._global=privateData.options.global,this._ids=Object.create(null),this._attached=!0,this._currentScript=null,this._pageShowingFlag=!1,this._cookieJar=privateData.options.cookieJar,this._parseOptions=privateData.options.parseOptions||{},this._scriptingDisabled=privateData.options.scriptingDisabled,void 0===this._cookieJar&&(this._cookieJar=new CookieJar(null,{looseMode:!0})),this._scriptingDisabled&&(this._parseOptions.scriptingEnabled=!1),this.contentType=privateData.options.contentType,this._encoding=privateData.options.encoding;const urlOption=void 0===privateData.options.url?"about:blank":privateData.options.url,parsed=whatwgURL.parseURL(urlOption);if(null===parsed)throw new TypeError(`Could not parse "${urlOption}" as a URL`);var date;this._URL=parsed,this._origin="about:blank"===urlOption&&privateData.options.parentOrigin?privateData.options.parentOrigin:whatwgURL.serializeURLOrigin(this._URL),this._location=Location.createImpl(this._globalObject,[],{relevantDocument:this}),this._history=History.createImpl(this._globalObject,[],{window:this._defaultView,document:this,actAsIfLocationReloadCalled:()=>this._location.reload()}),this._workingNodeIterators=new IterableWeakSet,this._referrer=privateData.options.referrer||"",this._lastModified=pad((date=privateData.options.lastModified||new Date).getMonth()+1)+"/"+pad(date.getDate())+"/"+date.getFullYear()+" "+pad(date.getHours())+":"+pad(date.getMinutes())+":"+pad(date.getSeconds()),this._asyncQueue=new AsyncResourceQueue,this._queue=new ResourceQueue({asyncQueue:this._asyncQueue,paused:!1}),this._deferQueue=new ResourceQueue({paused:!0}),this._requestManager=new RequestManager,this._currentDocumentReadiness=privateData.options.readyState||"loading",this._lastFocusedElement=null,this._resourceLoader=new PerDocumentResourceLoader(this),this._latestEntry=null,this._throwOnDynamicMarkupInsertionCounter=0,this._styleCache=null,this._baseURLCache=null,this._baseURLSerializedCache=null}_clearBaseURLCache(){ |
| /*ThouShaltNotCache*/ |
| this._baseURLCache=null,this._baseURLSerializedCache=null}baseURL(){ |
| /*ThouShaltNotCache*/ |
| if(this._baseURLCache)return this._baseURLCache;const firstBase=this.querySelector("base[href]");return this._baseURLCache=null===firstBase?this._fallbackBaseURL():this._frozenBaseURL(firstBase,this._fallbackBaseURL()),this._baseURLCache}baseURLSerialized(){ |
| /*ThouShaltNotCache*/ |
| if(this._baseURLSerializedCache)return this._baseURLSerializedCache;const result=whatwgURL.serializeURL(this.baseURL());return this._baseURLSerializedCache=result,result}encodingParseAURL(url){ |
| /*ThouShaltNotCache*/ |
| return whatwgURL.parseURL(url,{baseURL:this.baseURL()})}_frozenBaseURL(baseElement,fallbackBaseURL){ |
| /*ThouShaltNotCache*/ |
| const baseHrefAttribute=baseElement.getAttributeNS(null,"href"),result=whatwgURL.parseURL(baseHrefAttribute,{baseURL:fallbackBaseURL});return null===result?fallbackBaseURL:result}_fallbackBaseURL(){ |
| /*ThouShaltNotCache*/ |
| if("about:blank"===this.URL&&this._defaultView&&this._defaultView._parent!==this._defaultView){return idlUtils.implForWrapper(this._defaultView._parent._document).baseURL()}return this._URL}_getTheParent(event){ |
| /*ThouShaltNotCache*/ |
| return"load"!==event.type&&this._defaultView?idlUtils.implForWrapper(this._defaultView):null}get compatMode(){ |
| /*ThouShaltNotCache*/ |
| return"xml"===this._parsingMode||this.doctype?"CSS1Compat":"BackCompat"}get charset(){ |
| /*ThouShaltNotCache*/ |
| return this._encoding}get characterSet(){ |
| /*ThouShaltNotCache*/ |
| return this._encoding}get inputEncoding(){ |
| /*ThouShaltNotCache*/ |
| return this._encoding}get doctype(){ |
| /*ThouShaltNotCache*/ |
| for(const childNode of domSymbolTree.childrenIterator(this))if(childNode.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE)return childNode;return null}get URL(){ |
| /*ThouShaltNotCache*/ |
| return whatwgURL.serializeURL(this._URL)}get documentURI(){ |
| /*ThouShaltNotCache*/ |
| return whatwgURL.serializeURL(this._URL)}get location(){ |
| /*ThouShaltNotCache*/ |
| return this._defaultView?this._location:null}get documentElement(){ |
| /*ThouShaltNotCache*/ |
| for(const childNode of domSymbolTree.childrenIterator(this))if(childNode.nodeType===NODE_TYPE.ELEMENT_NODE)return childNode;return null}get implementation(){ |
| /*ThouShaltNotCache*/ |
| return this._implementation}set implementation(implementation){ |
| /*ThouShaltNotCache*/ |
| this._implementation=implementation}get defaultView(){ |
| /*ThouShaltNotCache*/ |
| return this._defaultView}get currentScript(){ |
| /*ThouShaltNotCache*/ |
| return this._currentScript}get readyState(){ |
| /*ThouShaltNotCache*/ |
| return this._currentDocumentReadiness}set readyState(state){ |
| /*ThouShaltNotCache*/ |
| this._currentDocumentReadiness=state,fireAnEvent("readystatechange",this)}hasFocus(){ |
| /*ThouShaltNotCache*/ |
| return Boolean(this._lastFocusedElement)}_descendantRemoved(parent,child){ |
| /*ThouShaltNotCache*/ |
| "STYLE"===child.tagName&&this.styleSheets._remove(child.sheet),super._descendantRemoved(parent,child)}write(...args){ |
| /*ThouShaltNotCache*/ |
| let text="";for(let i=0;i<args.length;++i)text+=args[i];if("xml"===this._parsingMode)throw DOMException.create(this._globalObject,["Cannot use document.write on XML documents","InvalidStateError"]);if(this._throwOnDynamicMarkupInsertionCounter>0)throw DOMException.create(this._globalObject,["Cannot use document.write while a custom element upgrades","InvalidStateError"]);if(this._writeAfterElement){const tempDiv=this.createElement("div");tempDiv.innerHTML=text;let child=tempDiv.firstChild,previous=this._writeAfterElement;const parent=this._writeAfterElement.parentNode;for(;child;){const node=child;child=child.nextSibling,node._isMovingDueToDocumentWrite=!0,parent.insertBefore(node,previous.nextSibling),node._isMovingDueToDocumentWrite=!1,previous=node}}else if("loading"===this.readyState)if(this.lastChild){let node=this;for(;node.lastChild&&node.lastChild.nodeType===NODE_TYPE.ELEMENT_NODE;)node=node.lastChild;node.innerHTML=text}else clearChildNodes(this),parseIntoDocument(text,this);else text&&(clearChildNodes(this),parseIntoDocument(text,this))}writeln(...args){ |
| /*ThouShaltNotCache*/ |
| this.write(...args,"\n")}getElementById(id){ |
| /*ThouShaltNotCache*/ |
| if(!this._ids[id])return null;return this._ids[id].find(candidate=>{ |
| /*ThouShaltNotCache*/ |
| let root=candidate;for(;domSymbolTree.parent(root);)root=domSymbolTree.parent(root);return root===this})||null}get referrer(){ |
| /*ThouShaltNotCache*/ |
| return this._referrer||""}get lastModified(){ |
| /*ThouShaltNotCache*/ |
| return this._lastModified}get images(){ |
| /*ThouShaltNotCache*/ |
| return this.getElementsByTagName("IMG")}get embeds(){ |
| /*ThouShaltNotCache*/ |
| return this.getElementsByTagName("EMBED")}get plugins(){ |
| /*ThouShaltNotCache*/ |
| return this.embeds}get links(){ |
| /*ThouShaltNotCache*/ |
| return HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>domSymbolTree.treeToArray(this,{filter:node=>("a"===node._localName||"area"===node._localName)&&node.hasAttributeNS(null,"href")&&node._namespaceURI===HTML_NS})})}get forms(){ |
| /*ThouShaltNotCache*/ |
| return this.getElementsByTagName("FORM")}get scripts(){ |
| /*ThouShaltNotCache*/ |
| return this.getElementsByTagName("SCRIPT")}get anchors(){ |
| /*ThouShaltNotCache*/ |
| return HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>domSymbolTree.treeToArray(this,{filter:node=>"a"===node._localName&&node.hasAttributeNS(null,"name")&&node._namespaceURI===HTML_NS})})}get applets(){ |
| /*ThouShaltNotCache*/ |
| return HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>[]})}open(){ |
| /*ThouShaltNotCache*/ |
| let child=domSymbolTree.firstChild(this);for(;child;)this.removeChild(child),child=domSymbolTree.firstChild(this);return this._modified(),this}close(noQueue){ |
| /*ThouShaltNotCache*/ |
| if(noQueue)return this.readyState="complete",fireAnEvent("DOMContentLoaded",this,void 0,{bubbles:!0}),void fireAnEvent("load",this);this._queue.resume();const dummyPromise=Promise.resolve();this._queue.push(dummyPromise,()=>{ |
| /*ThouShaltNotCache*/ |
| const doc=this;function dispatchEvent(){ |
| /*ThouShaltNotCache*/ |
| doc.readyState="interactive",fireAnEvent("DOMContentLoaded",doc,void 0,{bubbles:!0})}return new Promise(resolve=>{ |
| /*ThouShaltNotCache*/ |
| if(!this._deferQueue.tail)return dispatchEvent(),void resolve();this._deferQueue.setListener(()=>{ |
| /*ThouShaltNotCache*/ |
| dispatchEvent(),resolve()}),this._deferQueue.resume()})},null),this._queue.push(dummyPromise,()=>{ |
| /*ThouShaltNotCache*/ |
| const doc=this;function dispatchEvent(){ |
| /*ThouShaltNotCache*/ |
| doc.readyState="complete",fireAnEvent("load",doc)}return new Promise(resolve=>{ |
| /*ThouShaltNotCache*/ |
| if(0===this._asyncQueue.count())return dispatchEvent(),void resolve();this._asyncQueue.setListener(()=>{ |
| /*ThouShaltNotCache*/ |
| dispatchEvent(),resolve()})})},null,!0)}getElementsByName(elementName){ |
| /*ThouShaltNotCache*/ |
| return NodeList.createImpl(this._globalObject,[],{element:this,query:()=>domSymbolTree.treeToArray(this,{filter:node=>node.getAttributeNS&&node.getAttributeNS(null,"name")===elementName})})}get title(){ |
| /*ThouShaltNotCache*/ |
| const{documentElement}=this;let value="";if(documentElement&&"svg"===documentElement._localName){const svgTitleElement=firstChildWithLocalName(documentElement,"title",SVG_NS);svgTitleElement&&(value=childTextContent(svgTitleElement))}else{const titleElement=firstDescendantWithLocalName(this,"title");titleElement&&(value=childTextContent(titleElement))}return value=stripAndCollapseASCIIWhitespace(value),value}set title(value){ |
| /*ThouShaltNotCache*/ |
| const{documentElement}=this;let element;if(documentElement&&"svg"===documentElement._localName)element=firstChildWithLocalName(documentElement,"title",SVG_NS),element||(element=this.createElementNS(SVG_NS,"title"),this._insert(element,documentElement.firstChild)),element.textContent=value;else if(documentElement&&documentElement._namespaceURI===HTML_NS){const titleElement=firstDescendantWithLocalName(this,"title"),headElement=this.head;if(null===titleElement&&null===headElement)return;null!==titleElement?element=titleElement:(element=this.createElement("title"),headElement._append(element)),element.textContent=value}}get dir(){ |
| /*ThouShaltNotCache*/ |
| return this.documentElement?this.documentElement.dir:""}set dir(value){ |
| /*ThouShaltNotCache*/ |
| this.documentElement&&(this.documentElement.dir=value)}get head(){ |
| /*ThouShaltNotCache*/ |
| return this.documentElement?firstChildWithLocalName(this.documentElement,"head"):null}get body(){ |
| /*ThouShaltNotCache*/ |
| const{documentElement}=this;return documentElement&&"html"===documentElement._localName&&documentElement._namespaceURI===HTML_NS?firstChildWithLocalNames(this.documentElement,new Set(["body","frameset"])):null}set body(value){ |
| /*ThouShaltNotCache*/ |
| if(null===value||value._namespaceURI!==HTML_NS||"body"!==value._localName&&"frameset"!==value._localName)throw DOMException.create(this._globalObject,["Cannot set the body to null or a non-body/frameset element","HierarchyRequestError"]);const bodyElement=this.body;if(value===bodyElement)return;if(null!==bodyElement)return void bodyElement.parentNode._replace(value,bodyElement);const{documentElement}=this;if(null===documentElement)throw DOMException.create(this._globalObject,["Cannot set the body when there is no document element","HierarchyRequestError"]);documentElement._append(value)}_runPreRemovingSteps(oldNode){ |
| /*ThouShaltNotCache*/ |
| oldNode===this.activeElement&&(this._lastFocusedElement=this.body);for(const activeNodeIterator of this._workingNodeIterators)activeNodeIterator._preRemovingSteps(oldNode)}createEvent(type){ |
| /*ThouShaltNotCache*/ |
| const typeLower=type.toLowerCase(),eventWrapper=eventInterfaceTable[typeLower]||null;if(!eventWrapper)throw DOMException.create(this._globalObject,['The provided event type ("'+type+'") is invalid',"NotSupportedError"]);const impl=eventWrapper.createImpl(this._globalObject,[""]);return impl._initializedFlag=!1,impl}createRange(){ |
| /*ThouShaltNotCache*/ |
| return Range.createImpl(this._globalObject,[],{start:{node:this,offset:0},end:{node:this,offset:0}})}createProcessingInstruction(target,data){if( |
| /*ThouShaltNotCache*/ |
| validateName(this._globalObject,target),data.includes("?>"))throw DOMException.create(this._globalObject,['Processing instruction data cannot contain the string "?>"',"InvalidCharacterError"]);return ProcessingInstruction.createImpl(this._globalObject,[],{ownerDocument:this,target,data})}createCDATASection(data){ |
| /*ThouShaltNotCache*/ |
| if("html"===this._parsingMode)throw DOMException.create(this._globalObject,["Cannot create CDATA sections in HTML documents","NotSupportedError"]);if(data.includes("]]>"))throw DOMException.create(this._globalObject,['CDATA section data cannot contain the string "]]>"',"InvalidCharacterError"]);return CDATASection.createImpl(this._globalObject,[],{ownerDocument:this,data})}createTextNode(data){ |
| /*ThouShaltNotCache*/ |
| return Text.createImpl(this._globalObject,[],{ownerDocument:this,data})}createComment(data){ |
| /*ThouShaltNotCache*/ |
| return Comment.createImpl(this._globalObject,[],{ownerDocument:this,data})}createElement(localName,options){ |
| /*ThouShaltNotCache*/ |
| validateName(this._globalObject,localName),"html"===this._parsingMode&&(localName=asciiLowercase(localName));let isValue=null;options&&void 0!==options.is&&(isValue=options.is);const namespace="html"===this._parsingMode||"application/xhtml+xml"===this.contentType?HTML_NS:null;return createElement(this,localName,namespace,null,isValue,!0)}createElementNS(namespace,qualifiedName,options){ |
| /*ThouShaltNotCache*/ |
| return internalCreateElementNSSteps(this,namespace,qualifiedName,options)}createDocumentFragment(){ |
| /*ThouShaltNotCache*/ |
| return DocumentFragment.createImpl(this._globalObject,[],{ownerDocument:this})}createAttribute(localName){ |
| /*ThouShaltNotCache*/ |
| return validateName(this._globalObject,localName),"html"===this._parsingMode&&(localName=asciiLowercase(localName)),this._createAttribute({localName})}createAttributeNS(namespace,name){ |
| /*ThouShaltNotCache*/ |
| void 0===namespace&&(namespace=null),namespace=null!==namespace?String(namespace):namespace;const extracted=validateAndExtract(this._globalObject,namespace,name);return this._createAttribute({namespace:extracted.namespace,namespacePrefix:extracted.prefix,localName:extracted.localName})}_createAttribute({localName,value,namespace,namespacePrefix}){ |
| /*ThouShaltNotCache*/ |
| return generatedAttr.createImpl(this._globalObject,[],{localName,value,namespace,namespacePrefix,ownerDocument:this})}createTreeWalker(root,whatToShow,filter){ |
| /*ThouShaltNotCache*/ |
| return TreeWalker.createImpl(this._globalObject,[],{root,whatToShow,filter})}createNodeIterator(root,whatToShow,filter){ |
| /*ThouShaltNotCache*/ |
| const nodeIterator=NodeIterator.createImpl(this._globalObject,[],{root,whatToShow,filter});return this._workingNodeIterators.add(nodeIterator),nodeIterator}importNode(node,deep){ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType===NODE_TYPE.DOCUMENT_NODE)throw DOMException.create(this._globalObject,["Cannot import a document node","NotSupportedError"]);if(ShadowRoot.isImpl(node))throw DOMException.create(this._globalObject,["Cannot adopt a shadow root","NotSupportedError"]);return clone(node,this,deep)}adoptNode(node){ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType===NODE_TYPE.DOCUMENT_NODE)throw DOMException.create(this._globalObject,["Cannot adopt a document node","NotSupportedError"]);if(ShadowRoot.isImpl(node))throw DOMException.create(this._globalObject,["Cannot adopt a shadow root","HierarchyRequestError"]);return this._adoptNode(node),node}_adoptNode(node){ |
| /*ThouShaltNotCache*/ |
| const newDocument=this,oldDocument=node._ownerDocument,parent=domSymbolTree.parent(node);if(parent&&parent._remove(node),oldDocument!==newDocument){for(const inclusiveDescendant of shadowIncludingInclusiveDescendantsIterator(node))inclusiveDescendant._ownerDocument=newDocument;for(const inclusiveDescendant of shadowIncludingInclusiveDescendantsIterator(node))"custom"===inclusiveDescendant._ceState&&enqueueCECallbackReaction(inclusiveDescendant,"adoptedCallback",[idlUtils.wrapperForImpl(oldDocument),idlUtils.wrapperForImpl(newDocument)]);for(const inclusiveDescendant of shadowIncludingInclusiveDescendantsIterator(node))inclusiveDescendant._adoptingSteps&&inclusiveDescendant._adoptingSteps(oldDocument)}}get cookie(){ |
| /*ThouShaltNotCache*/ |
| return this._cookieJar.getCookieStringSync(this.URL,{http:!1})}set cookie(cookieStr){ |
| /*ThouShaltNotCache*/ |
| cookieStr=String(cookieStr),this._cookieJar.setCookieSync(cookieStr,this.URL,{http:!1,ignoreError:!0})}clear(){}captureEvents(){}releaseEvents(){}get styleSheets(){ |
| /*ThouShaltNotCache*/ |
| return this._styleSheets||(this._styleSheets=StyleSheetList.createImpl(this._globalObject)),this._styleSheets}get hidden(){ |
| /*ThouShaltNotCache*/ |
| return!this._defaultView||!this._defaultView._pretendToBeVisual}get visibilityState(){ |
| /*ThouShaltNotCache*/ |
| return this._defaultView&&this._defaultView._pretendToBeVisual?"visible":"prerender"}getSelection(){ |
| /*ThouShaltNotCache*/ |
| return this._defaultView?this._defaultView._selection:null}_cloneDocument(){ |
| /*ThouShaltNotCache*/ |
| const copy=documents.createImpl(this._globalObject,{contentType:this.contentType,encoding:this._encoding,parsingMode:this._parsingMode});return copy._URL=this._URL,copy._origin=this._origin,copy}}eventAccessors.createEventAccessor(DocumentImpl.prototype,"readystatechange"),mixin(DocumentImpl.prototype,DocumentOrShadowRootImpl.prototype),mixin(DocumentImpl.prototype,GlobalEventHandlersImpl.prototype),mixin(DocumentImpl.prototype,NonElementParentNodeImpl.prototype),mixin(DocumentImpl.prototype,ParentNodeImpl.prototype),DocumentImpl.prototype.getElementsByTagName=memoizeQuery(function(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| return listOfElementsWithQualifiedName(qualifiedName,this)}),DocumentImpl.prototype.getElementsByTagNameNS=memoizeQuery(function(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| return listOfElementsWithNamespaceAndLocalName(namespace,localName,this)}),DocumentImpl.prototype.getElementsByClassName=memoizeQuery(function(classNames){ |
| /*ThouShaltNotCache*/ |
| return listOfElementsWithClassNames(classNames,this)}),module.exports={implementation:DocumentImpl}},21516:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),EventModifierInit=__webpack_require__(68032);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventModifierInit._convertInherit(globalObject,obj,ret,{context});{const key="changedTouches";let value=null==obj?void 0:obj[key];if(void 0!==value){if(!utils.isObject(value))throw new globalObject.TypeError(context+" has member 'changedTouches' that is not an iterable object.");{const V=[],tmp=value;for(let nextItem of tmp)nextItem=utils.tryImplForWrapper(nextItem),V.push(nextItem);value=V}ret[key]=value}else ret[key]=[]}{const key="targetTouches";let value=null==obj?void 0:obj[key];if(void 0!==value){if(!utils.isObject(value))throw new globalObject.TypeError(context+" has member 'targetTouches' that is not an iterable object.");{const V=[],tmp=value;for(let nextItem of tmp)nextItem=utils.tryImplForWrapper(nextItem),V.push(nextItem);value=V}ret[key]=value}else ret[key]=[]}{const key="touches";let value=null==obj?void 0:obj[key];if(void 0!==value){if(!utils.isObject(value))throw new globalObject.TypeError(context+" has member 'touches' that is not an iterable object.");{const V=[],tmp=value;for(let nextItem of tmp)nextItem=utils.tryImplForWrapper(nextItem),V.push(nextItem);value=V}ret[key]=value}else ret[key]=[]}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},21643:(module,exports,__webpack_require__)=>{var buffer=__webpack_require__(81545),Buffer=buffer.Buffer;function copyProps(src,dst){ |
| /*ThouShaltNotCache*/ |
| for(var key in src)dst[key]=src[key]}function SafeBuffer(arg,encodingOrOffset,length){ |
| /*ThouShaltNotCache*/ |
| return Buffer(arg,encodingOrOffset,length)}Buffer.from&&Buffer.alloc&&Buffer.allocUnsafe&&Buffer.allocUnsafeSlow?module.exports=buffer:(copyProps(buffer,exports),exports.Buffer=SafeBuffer),SafeBuffer.prototype=Object.create(Buffer.prototype),copyProps(Buffer,SafeBuffer),SafeBuffer.from=function(arg,encodingOrOffset,length){ |
| /*ThouShaltNotCache*/ |
| if("number"==typeof arg)throw new TypeError("Argument must not be a number");return Buffer(arg,encodingOrOffset,length)},SafeBuffer.alloc=function(size,fill,encoding){ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof size)throw new TypeError("Argument must be a number");var buf=Buffer(size);return void 0!==fill?"string"==typeof encoding?buf.fill(fill,encoding):buf.fill(fill):buf.fill(0),buf},SafeBuffer.allocUnsafe=function(size){ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof size)throw new TypeError("Argument must be a number");return Buffer(size)},SafeBuffer.allocUnsafeSlow=function(size){ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof size)throw new TypeError("Argument must be a number");return buffer.SlowBuffer(size)}},21668:(__unused_webpack_module,exports)=>{"use strict";exports.D=class{get onLine(){ |
| /*ThouShaltNotCache*/ |
| return!0}}},21692:module=>{"use strict";module.exports={combiningMarks:/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11000}-\u{11002}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11082}\u{110B0}-\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{11134}\u{11145}\u{11146}\u{11173}\u{11180}-\u{11182}\u{111B3}-\u{111C0}\u{111C9}-\u{111CC}\u{111CE}\u{111CF}\u{1122C}-\u{11237}\u{1123E}\u{11241}\u{112DF}-\u{112EA}\u{11300}-\u{11303}\u{1133B}\u{1133C}\u{1133E}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11357}\u{11362}\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113B8}-\u{113C0}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}-\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11435}-\u{11446}\u{1145E}\u{114B0}-\u{114C3}\u{115AF}-\u{115B5}\u{115B8}-\u{115C0}\u{115DC}\u{115DD}\u{11630}-\u{11640}\u{116AB}-\u{116B7}\u{1171D}-\u{1172B}\u{1182C}-\u{1183A}\u{11930}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{1193E}\u{11940}\u{11942}\u{11943}\u{119D1}-\u{119D7}\u{119DA}-\u{119E0}\u{119E4}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A39}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A5B}\u{11A8A}-\u{11A99}\u{11C2F}-\u{11C36}\u{11C38}-\u{11C3F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D8A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D97}\u{11EF3}-\u{11EF6}\u{11F00}\u{11F01}\u{11F03}\u{11F34}-\u{11F3A}\u{11F3E}-\u{11F42}\u{11F5A}\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F51}-\u{16F87}\u{16F8F}-\u{16F92}\u{16FE4}\u{16FF0}\u{16FF1}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D165}-\u{1D169}\u{1D16D}-\u{1D172}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]/u,combiningClassVirama:/[\u094D\u09CD\u0A4D\u0ACD\u0B4D\u0BCD\u0C4D\u0CCD\u0D3B\u0D3C\u0D4D\u0DCA\u0E3A\u0EBA\u0F84\u1039\u103A\u1714\u1715\u1734\u17D2\u1A60\u1B44\u1BAA\u1BAB\u1BF2\u1BF3\u2D7F\uA806\uA82C\uA8C4\uA953\uA9C0\uAAF6\uABED\u{10A3F}\u{11046}\u{11070}\u{1107F}\u{110B9}\u{11133}\u{11134}\u{111C0}\u{11235}\u{112EA}\u{1134D}\u{113CE}-\u{113D0}\u{11442}\u{114C2}\u{115BF}\u{1163F}\u{116B6}\u{1172B}\u{11839}\u{1193D}\u{1193E}\u{119E0}\u{11A34}\u{11A47}\u{11A99}\u{11C3F}\u{11D44}\u{11D45}\u{11D97}\u{11F41}\u{11F42}\u{1612F}]/u,validZWNJ:/[\u0620\u0626\u0628\u062A-\u062E\u0633-\u063F\u0641-\u0647\u0649\u064A\u066E\u066F\u0678-\u0687\u069A-\u06BF\u06C1\u06C2\u06CC\u06CE\u06D0\u06D1\u06FA-\u06FC\u06FF\u0712-\u0714\u071A-\u071D\u071F-\u0727\u0729\u072B\u072D\u072E\u074E-\u0758\u075C-\u076A\u076D-\u0770\u0772\u0775-\u0777\u077A-\u077F\u07CA-\u07EA\u0841-\u0845\u0848\u084A-\u0853\u0855\u0860\u0862-\u0865\u0868\u0886\u0889-\u088D\u08A0-\u08A9\u08AF\u08B0\u08B3-\u08B8\u08BA-\u08C8\u1807\u1820-\u1878\u1887-\u18A8\u18AA\uA840-\uA872\u{10AC0}-\u{10AC4}\u{10ACD}\u{10AD3}-\u{10ADC}\u{10ADE}-\u{10AE0}\u{10AEB}-\u{10AEE}\u{10B80}\u{10B82}\u{10B86}-\u{10B88}\u{10B8A}\u{10B8B}\u{10B8D}\u{10B90}\u{10BAD}\u{10BAE}\u{10D00}-\u{10D21}\u{10D23}\u{10EC3}\u{10EC4}\u{10F30}-\u{10F32}\u{10F34}-\u{10F44}\u{10F51}-\u{10F53}\u{10F70}-\u{10F73}\u{10F76}-\u{10F81}\u{10FB0}\u{10FB2}\u{10FB3}\u{10FB8}\u{10FBB}\u{10FBC}\u{10FBE}\u{10FBF}\u{10FC1}\u{10FC4}\u{10FCA}\u{10FCB}\u{1E900}-\u{1E943}][\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{13430}-\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94B}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*\u200C[\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{13430}-\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94B}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*[\u0620\u0622-\u063F\u0641-\u064A\u066E\u066F\u0671-\u0673\u0675-\u06D3\u06D5\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u077F\u07CA-\u07EA\u0840-\u0858\u0860\u0862-\u0865\u0867-\u086A\u0870-\u0882\u0886\u0889-\u088E\u08A0-\u08AC\u08AE-\u08C8\u1807\u1820-\u1878\u1887-\u18A8\u18AA\uA840-\uA871\u{10AC0}-\u{10AC5}\u{10AC7}\u{10AC9}\u{10ACA}\u{10ACE}-\u{10AD6}\u{10AD8}-\u{10AE1}\u{10AE4}\u{10AEB}-\u{10AEF}\u{10B80}-\u{10B91}\u{10BA9}-\u{10BAE}\u{10D01}-\u{10D23}\u{10EC2}-\u{10EC4}\u{10F30}-\u{10F44}\u{10F51}-\u{10F54}\u{10F70}-\u{10F81}\u{10FB0}\u{10FB2}-\u{10FB6}\u{10FB8}-\u{10FBF}\u{10FC1}-\u{10FC4}\u{10FC9}\u{10FCA}\u{1E900}-\u{1E943}]/u,bidiDomain:/[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u08A0-\u08C9\u08E2\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D30}-\u{10D39}\u{10D40}-\u{10D65}\u{10D6F}-\u{10D85}\u{10D8E}\u{10D8F}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u,bidiS1LTR:/[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u0589\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A76\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C77\u0C7F\u0C80\u0C82-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D02-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u1711\u1715\u171F-\u1731\u1734-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4C\u1B4E-\u1B6A\u1B74-\u1B7F\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u249C-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31BF\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FE\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB69\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11071}\u{11072}\u{11075}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11147}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C8}\u{111CD}\u{111CE}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}-\u{113BA}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}\u{113CD}\u{113CF}\u{113D1}\u{113D3}-\u{113D5}\u{113D7}\u{113D8}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{1145B}\u{1145D}\u{1145F}-\u{11461}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116B8}\u{116B9}\u{116C0}-\u{116C9}\u{116D0}-\u{116E3}\u{11700}-\u{1171A}\u{1171E}\u{11720}\u{11721}\u{11726}\u{11730}-\u{11746}\u{11800}-\u{1182E}\u{11838}\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193D}\u{1193F}-\u{11942}\u{11944}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D3}\u{119DC}-\u{119DF}\u{119E1}-\u{119E4}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A89}\u{11A97}\u{11A9A}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11BC0}-\u{11BE1}\u{11BF0}-\u{11BF9}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D93}\u{11D94}\u{11D96}\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF2}\u{11EF5}-\u{11EF8}\u{11F02}-\u{11F10}\u{11F12}-\u{11F35}\u{11F3E}\u{11F3F}\u{11F41}\u{11F43}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FD4}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{1343F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{1612A}-\u{1612C}\u{16130}-\u{16139}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D79}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F50}-\u{16F87}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1CCD6}-\u{1CCEF}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D800}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E2F0}-\u{1E2F9}\u{1E4D0}-\u{1E4EB}\u{1E4F0}-\u{1E4F9}\u{1E5D0}-\u{1E5ED}\u{1E5F0}-\u{1E5FA}\u{1E5FF}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]/u,bidiS1RTL:/[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u08A0-\u08C9\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D4A}-\u{10D65}\u{10D6F}-\u{10D85}\u{10D8E}\u{10D8F}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u,bidiS2:/^[\0-\x08\x0E-\x1B!-@\[-`\{-\x84\x86-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02B9\u02BA\u02C2-\u02CF\u02D2-\u02DF\u02E5-\u02ED\u02EF-\u036F\u0374\u0375\u037E\u0384\u0385\u0387\u03F6\u0483-\u0489\u058A\u058D-\u058F\u0591-\u05C7\u05D0-\u05EA\u05EF-\u05F4\u0600-\u070D\u070F-\u074A\u074D-\u07B1\u07C0-\u07FA\u07FD-\u082D\u0830-\u083E\u0840-\u085B\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u0897-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09F2\u09F3\u09FB\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AF1\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0BF3-\u0BFA\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C78-\u0C7E\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E3F\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39-\u0F3D\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1390-\u1399\u1400\u169B\u169C\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DB\u17DD\u17F0-\u17F9\u1800-\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1940\u1944\u1945\u19DE-\u19FF\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u200B-\u200D\u200F-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2070\u2074-\u207E\u2080-\u208E\u20A0-\u20C0\u20D0-\u20F0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u2150-\u215F\u2189-\u218B\u2190-\u2335\u237B-\u2394\u2396-\u2429\u2440-\u244A\u2460-\u249B\u24EA-\u26AB\u26AD-\u27FF\u2900-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2CEF-\u2CF1\u2CF9-\u2CFF\u2D7F\u2DE0-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u3004\u3008-\u3020\u302A-\u302D\u3030\u3036\u3037\u303D-\u303F\u3099-\u309C\u30A0\u30FB\u31C0-\u31E5\u31EF\u321D\u321E\u3250-\u325F\u327C-\u327E\u32B1-\u32BF\u32CC-\u32CF\u3377-\u337A\u33DE\u33DF\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA60D-\uA60F\uA66F-\uA67F\uA69E\uA69F\uA6F0\uA6F1\uA700-\uA721\uA788\uA802\uA806\uA80B\uA825\uA826\uA828-\uA82C\uA838\uA839\uA874-\uA877\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uAB6A\uAB6B\uABE5\uABE8\uABED\uFB1D-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD8F\uFD92-\uFDC7\uFDCF\uFDF0-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFE70-\uFE74\uFE76-\uFEFC\uFEFF\uFF01-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10101}\u{10140}-\u{1018C}\u{10190}-\u{1019C}\u{101A0}\u{101FD}\u{102E0}-\u{102FB}\u{10376}-\u{1037A}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{1091F}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A38}-\u{10A3A}\u{10A3F}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE6}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B39}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D27}\u{10D30}-\u{10D39}\u{10D40}-\u{10D65}\u{10D69}-\u{10D85}\u{10D8E}\u{10D8F}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAB}-\u{10EAD}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10EFC}-\u{10F27}\u{10F30}-\u{10F59}\u{10F70}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{11001}\u{11038}-\u{11046}\u{11052}-\u{11065}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{11660}-\u{1166C}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{11FD5}-\u{11FF1}\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE2}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CC00}-\u{1CCD5}\u{1CCF0}-\u{1CCF9}\u{1CD00}-\u{1CEB3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D1E9}\u{1D1EA}\u{1D200}-\u{1D245}\u{1D300}-\u{1D356}\u{1D6C1}\u{1D6DB}\u{1D6FB}\u{1D715}\u{1D735}\u{1D74F}\u{1D76F}\u{1D789}\u{1D7A9}\u{1D7C3}\u{1D7CE}-\u{1D7FF}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E2FF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8D6}\u{1E900}-\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F10F}\u{1F12F}\u{1F16A}-\u{1F16F}\u{1F1AD}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D7}\u{1F6DC}-\u{1F6EC}\u{1F6F0}-\u{1F6FC}\u{1F700}-\u{1F776}\u{1F77B}-\u{1F7D9}\u{1F7E0}-\u{1F7EB}\u{1F7F0}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F8B0}-\u{1F8BB}\u{1F8C0}\u{1F8C1}\u{1F900}-\u{1FA53}\u{1FA60}-\u{1FA6D}\u{1FA70}-\u{1FA7C}\u{1FA80}-\u{1FA89}\u{1FA8F}-\u{1FAC6}\u{1FACE}-\u{1FADC}\u{1FADF}-\u{1FAE9}\u{1FAF0}-\u{1FAF8}\u{1FB00}-\u{1FB92}\u{1FB94}-\u{1FBF9}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*$/u,bidiS3:/[0-9\xB2\xB3\xB9\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u08A0-\u08C9\u08E2\u200F\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\u{102E1}-\u{102FB}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D30}-\u{10D39}\u{10D40}-\u{10D65}\u{10D6F}-\u{10D85}\u{10D8E}\u{10D8F}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10EC2}-\u{10EC4}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1CCF0}-\u{1CCF9}\u{1D7CE}-\u{1D7FF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1F100}-\u{1F10A}\u{1FBF0}-\u{1FBF9}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u,bidiS4EN:/[0-9\xB2\xB3\xB9\u06F0-\u06F9\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFF10-\uFF19\u{102E1}-\u{102FB}\u{1CCF0}-\u{1CCF9}\u{1D7CE}-\u{1D7FF}\u{1F100}-\u{1F10A}\u{1FBF0}-\u{1FBF9}]/u,bidiS4AN:/[\u0600-\u0605\u0660-\u0669\u066B\u066C\u06DD\u0890\u0891\u08E2\u{10D30}-\u{10D39}\u{10D40}-\u{10D49}\u{10E60}-\u{10E7E}]/u,bidiS5:/^[\0-\x08\x0E-\x1B!-\x84\x86-\u0377\u037A-\u037F\u0384-\u038A\u038C\u038E-\u03A1\u03A3-\u052F\u0531-\u0556\u0559-\u058A\u058D-\u058F\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0606\u0607\u0609\u060A\u060C\u060E-\u061A\u064B-\u065F\u066A\u0670\u06D6-\u06DC\u06DE-\u06E4\u06E7-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07F6-\u07F9\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A76\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AF1\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B77\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BFA\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C77-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4F\u0D54-\u0D63\u0D66-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E3A\u0E3F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F47\u0F49-\u0F6C\u0F71-\u0F97\u0F99-\u0FBC\u0FBE-\u0FCC\u0FCE-\u0FDA\u1000-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u137C\u1380-\u1399\u13A0-\u13F5\u13F8-\u13FD\u1400-\u167F\u1681-\u169C\u16A0-\u16F8\u1700-\u1715\u171F-\u1736\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17DD\u17E0-\u17E9\u17F0-\u17F9\u1800-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1940\u1944-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u19DE-\u1A1B\u1A1E-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1AB0-\u1ACE\u1B00-\u1B4C\u1B4E-\u1BF3\u1BFC-\u1C37\u1C3B-\u1C49\u1C4D-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD0-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEF\u1FF2-\u1FF4\u1FF6-\u1FFE\u200B-\u200E\u2010-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2071\u2074-\u208E\u2090-\u209C\u20A0-\u20C0\u20D0-\u20F0\u2100-\u218B\u2190-\u2429\u2440-\u244A\u2460-\u2B73\u2B76-\u2B95\u2B97-\u2CF3\u2CF9-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u303F\u3041-\u3096\u3099-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31E5\u31EF-\u321E\u3220-\uA48C\uA490-\uA4C6\uA4D0-\uA62B\uA640-\uA6F7\uA700-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA82C\uA830-\uA839\uA840-\uA877\uA880-\uA8C5\uA8CE-\uA8D9\uA8E0-\uA953\uA95F-\uA97C\uA980-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA5C-\uAAC2\uAADB-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB6B\uAB70-\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1E\uFB29\uFD3E-\uFD4F\uFDCF\uFDFD-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFEFF\uFF01-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}-\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1018E}\u{10190}-\u{1019C}\u{101A0}\u{101D0}-\u{101FD}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E0}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{1037A}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{1091F}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10B39}-\u{10B3F}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6E}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11000}-\u{1104D}\u{11052}-\u{11075}\u{1107F}-\u{110C2}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11100}-\u{11134}\u{11136}-\u{11147}\u{11150}-\u{11176}\u{11180}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{11241}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112EA}\u{112F0}-\u{112F9}\u{11300}-\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133B}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}-\u{113C0}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}-\u{113D5}\u{113D7}\u{113D8}\u{113E1}\u{113E2}\u{11400}-\u{1145B}\u{1145D}-\u{11461}\u{11480}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B5}\u{115B8}-\u{115DD}\u{11600}-\u{11644}\u{11650}-\u{11659}\u{11660}-\u{1166C}\u{11680}-\u{116B9}\u{116C0}-\u{116C9}\u{116D0}-\u{116E3}\u{11700}-\u{1171A}\u{1171D}-\u{1172B}\u{11730}-\u{11746}\u{11800}-\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D7}\u{119DA}-\u{119E4}\u{11A00}-\u{11A47}\u{11A50}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11BC0}-\u{11BE1}\u{11BF0}-\u{11BF9}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C36}\u{11C38}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D47}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF8}\u{11F00}-\u{11F10}\u{11F12}-\u{11F3A}\u{11F3E}-\u{11F5A}\u{11FB0}\u{11FC0}-\u{11FF1}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{13455}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{16139}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF0}-\u{16AF5}\u{16B00}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D79}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F4F}-\u{16F87}\u{16F8F}-\u{16F9F}\u{16FE0}-\u{16FE4}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}-\u{1BCA3}\u{1CC00}-\u{1CCF9}\u{1CD00}-\u{1CEB3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D1EA}\u{1D200}-\u{1D245}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D300}-\u{1D356}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D7CB}\u{1D7CE}-\u{1DA8B}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E030}-\u{1E06D}\u{1E08F}\u{1E100}-\u{1E12C}\u{1E130}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AE}\u{1E2C0}-\u{1E2F9}\u{1E2FF}\u{1E4D0}-\u{1E4F9}\u{1E5D0}-\u{1E5FA}\u{1E5FF}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F1AD}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D7}\u{1F6DC}-\u{1F6EC}\u{1F6F0}-\u{1F6FC}\u{1F700}-\u{1F776}\u{1F77B}-\u{1F7D9}\u{1F7E0}-\u{1F7EB}\u{1F7F0}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F8B0}-\u{1F8BB}\u{1F8C0}\u{1F8C1}\u{1F900}-\u{1FA53}\u{1FA60}-\u{1FA6D}\u{1FA70}-\u{1FA7C}\u{1FA80}-\u{1FA89}\u{1FA8F}-\u{1FAC6}\u{1FACE}-\u{1FADC}\u{1FADF}-\u{1FAE9}\u{1FAF0}-\u{1FAF8}\u{1FB00}-\u{1FB92}\u{1FB94}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]*$/u,bidiS6:/[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u0589\u06F0-\u06F9\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A76\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C77\u0C7F\u0C80\u0C82-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D02-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u1711\u1715\u171F-\u1731\u1734-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4C\u1B4E-\u1B6A\u1B74-\u1B7F\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u2488-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31BF\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FE\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB69\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E1}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{105C0}-\u{105F3}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11071}\u{11072}\u{11075}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11147}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C8}\u{111CD}\u{111CE}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11380}-\u{11389}\u{1138B}\u{1138E}\u{11390}-\u{113B5}\u{113B7}-\u{113BA}\u{113C2}\u{113C5}\u{113C7}-\u{113CA}\u{113CC}\u{113CD}\u{113CF}\u{113D1}\u{113D3}-\u{113D5}\u{113D7}\u{113D8}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{1145B}\u{1145D}\u{1145F}-\u{11461}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116B8}\u{116B9}\u{116C0}-\u{116C9}\u{116D0}-\u{116E3}\u{11700}-\u{1171A}\u{1171E}\u{11720}\u{11721}\u{11726}\u{11730}-\u{11746}\u{11800}-\u{1182E}\u{11838}\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193D}\u{1193F}-\u{11942}\u{11944}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D3}\u{119DC}-\u{119DF}\u{119E1}-\u{119E4}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A89}\u{11A97}\u{11A9A}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11BC0}-\u{11BE1}\u{11BF0}-\u{11BF9}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D93}\u{11D94}\u{11D96}\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF2}\u{11EF5}-\u{11EF8}\u{11F02}-\u{11F10}\u{11F12}-\u{11F35}\u{11F3E}\u{11F3F}\u{11F41}\u{11F43}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FD4}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{1343F}\u{13441}-\u{13446}\u{13460}-\u{143FA}\u{14400}-\u{14646}\u{16100}-\u{1611D}\u{1612A}-\u{1612C}\u{16130}-\u{16139}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16D40}-\u{16D79}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F50}-\u{16F87}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18CFF}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1CCD6}-\u{1CCF9}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6C0}\u{1D6C2}-\u{1D6DA}\u{1D6DC}-\u{1D6FA}\u{1D6FC}-\u{1D714}\u{1D716}-\u{1D734}\u{1D736}-\u{1D74E}\u{1D750}-\u{1D76E}\u{1D770}-\u{1D788}\u{1D78A}-\u{1D7A8}\u{1D7AA}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D7CE}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E2F0}-\u{1E2F9}\u{1E4D0}-\u{1E4EB}\u{1E4F0}-\u{1E4F9}\u{1E5D0}-\u{1E5ED}\u{1E5F0}-\u{1E5FA}\u{1E5FF}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1F100}-\u{1F10A}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1FBF0}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10D69}-\u{10D6D}\u{10EAB}\u{10EAC}\u{10EFC}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{113BB}-\u{113C0}\u{113CE}\u{113D0}\u{113D2}\u{113E1}\u{113E2}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11F5A}\u{13440}\u{13447}-\u{13455}\u{1611E}-\u{16129}\u{1612D}-\u{1612F}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E5EE}\u{1E5EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u}},21696:function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_RESULT__;!function(){"use strict"; |
| /*ThouShaltNotCache*/var Decimal,inexact,quadrant,EXP_LIMIT=9e15,NUMERALS="0123456789abcdef",LN10="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",PI="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",DEFAULTS={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-EXP_LIMIT,maxE:EXP_LIMIT,crypto:!1},external=!0,invalidArgument="[DecimalError] Invalid argument: ",tag="[object Decimal]",mathfloor=Math.floor,mathpow=Math.pow,isBinary=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,isHex=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,isOctal=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,isDecimal=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,BASE=1e7,LN10_PRECISION=LN10.length-1,PI_PRECISION=PI.length-1,P={toStringTag:tag};function digitsToString(d){ |
| /*ThouShaltNotCache*/ |
| var i,k,ws,indexOfLastWord=d.length-1,str="",w=d[0];if(indexOfLastWord>0){for(str+=w,i=1;i<indexOfLastWord;i++)(k=7-(ws=d[i]+"").length)&&(str+=getZeroString(k)),str+=ws;(k=7-(ws=(w=d[i])+"").length)&&(str+=getZeroString(k))}else if(0===w)return"0";for(;w%10==0;)w/=10;return str+w}function checkInt32(i,min,max){ |
| /*ThouShaltNotCache*/ |
| if(i!==~~i||i<min||i>max)throw Error(invalidArgument+i)}function checkRoundingDigits(d,i,rm,repeating){ |
| /*ThouShaltNotCache*/ |
| var di,k,r,rd;for(k=d[0];k>=10;k/=10)--i;return--i<0?(i+=7,di=0):(di=Math.ceil((i+1)/7),i%=7),k=mathpow(10,7-i),rd=d[di]%k|0,null==repeating?i<3?(0==i?rd=rd/100|0:1==i&&(rd=rd/10|0),r=rm<4&&99999==rd||rm>3&&49999==rd||5e4==rd||0==rd):r=(rm<4&&rd+1==k||rm>3&&rd+1==k/2)&&(d[di+1]/k/100|0)==mathpow(10,i-2)-1||(rd==k/2||0==rd)&&!(d[di+1]/k/100|0):i<4?(0==i?rd=rd/1e3|0:1==i?rd=rd/100|0:2==i&&(rd=rd/10|0),r=(repeating||rm<4)&&9999==rd||!repeating&&rm>3&&4999==rd):r=((repeating||rm<4)&&rd+1==k||!repeating&&rm>3&&rd+1==k/2)&&(d[di+1]/k/1e3|0)==mathpow(10,i-3)-1,r}function convertBase(str,baseIn,baseOut){for( |
| /*ThouShaltNotCache*/ |
| var j,arrL,arr=[0],i=0,strL=str.length;i<strL;){for(arrL=arr.length;arrL--;)arr[arrL]*=baseIn;for(arr[0]+=NUMERALS.indexOf(str.charAt(i++)),j=0;j<arr.length;j++)arr[j]>baseOut-1&&(void 0===arr[j+1]&&(arr[j+1]=0),arr[j+1]+=arr[j]/baseOut|0,arr[j]%=baseOut)}return arr.reverse()}P.absoluteValue=P.abs=function(){ |
| /*ThouShaltNotCache*/ |
| var x=new this.constructor(this);return x.s<0&&(x.s=1),finalise(x)},P.ceil=function(){ |
| /*ThouShaltNotCache*/ |
| return finalise(new this.constructor(this),this.e+1,2)},P.clampedTo=P.clamp=function(min,max){ |
| /*ThouShaltNotCache*/ |
| var x=this,Ctor=x.constructor;if(min=new Ctor(min),max=new Ctor(max),!min.s||!max.s)return new Ctor(NaN);if(min.gt(max))throw Error(invalidArgument+max);return x.cmp(min)<0?min:x.cmp(max)>0?max:new Ctor(x)},P.comparedTo=P.cmp=function(y){ |
| /*ThouShaltNotCache*/ |
| var i,j,xdL,ydL,x=this,xd=x.d,yd=(y=new x.constructor(y)).d,xs=x.s,ys=y.s;if(!xd||!yd)return xs&&ys?xs!==ys?xs:xd===yd?0:!xd^xs<0?1:-1:NaN;if(!xd[0]||!yd[0])return xd[0]?xs:yd[0]?-ys:0;if(xs!==ys)return xs;if(x.e!==y.e)return x.e>y.e^xs<0?1:-1;for(i=0,j=(xdL=xd.length)<(ydL=yd.length)?xdL:ydL;i<j;++i)if(xd[i]!==yd[i])return xd[i]>yd[i]^xs<0?1:-1;return xdL===ydL?0:xdL>ydL^xs<0?1:-1},P.cosine=P.cos=function(){ |
| /*ThouShaltNotCache*/ |
| var pr,rm,x=this,Ctor=x.constructor;return x.d?x.d[0]?(pr=Ctor.precision,rm=Ctor.rounding,Ctor.precision=pr+Math.max(x.e,x.sd())+7,Ctor.rounding=1,x=function(Ctor,x){ |
| /*ThouShaltNotCache*/ |
| var k,len,y;if(x.isZero())return x;len=x.d.length,len<32?y=(1/tinyPow(4,k=Math.ceil(len/3))).toString():(k=16,y="2.3283064365386962890625e-10");Ctor.precision+=k,x=taylorSeries(Ctor,1,x.times(y),new Ctor(1));for(var i=k;i--;){var cos2x=x.times(x);x=cos2x.times(cos2x).minus(cos2x).times(8).plus(1)}return Ctor.precision-=k,x}(Ctor,toLessThanHalfPi(Ctor,x)),Ctor.precision=pr,Ctor.rounding=rm,finalise(2==quadrant||3==quadrant?x.neg():x,pr,rm,!0)):new Ctor(1):new Ctor(NaN)},P.cubeRoot=P.cbrt=function(){ |
| /*ThouShaltNotCache*/ |
| var e,m,n,r,rep,s,sd,t,t3,t3plusx,x=this,Ctor=x.constructor;if(!x.isFinite()||x.isZero())return new Ctor(x);for(external=!1,(s=x.s*mathpow(x.s*x,1/3))&&Math.abs(s)!=1/0?r=new Ctor(s.toString()):(n=digitsToString(x.d),(s=((e=x.e)-n.length+1)%3)&&(n+=1==s||-2==s?"0":"00"),s=mathpow(n,1/3),e=mathfloor((e+1)/3)-(e%3==(e<0?-1:2)),(r=new Ctor(n=s==1/0?"5e"+e:(n=s.toExponential()).slice(0,n.indexOf("e")+1)+e)).s=x.s),sd=(e=Ctor.precision)+3;;)if(t3plusx=(t3=(t=r).times(t).times(t)).plus(x),r=divide(t3plusx.plus(x).times(t),t3plusx.plus(t3),sd+2,1),digitsToString(t.d).slice(0,sd)===(n=digitsToString(r.d)).slice(0,sd)){if("9999"!=(n=n.slice(sd-3,sd+1))&&(rep||"4999"!=n)){+n&&(+n.slice(1)||"5"!=n.charAt(0))||(finalise(r,e+1,1),m=!r.times(r).times(r).eq(x));break}if(!rep&&(finalise(t,e+1,0),t.times(t).times(t).eq(x))){r=t;break}sd+=4,rep=1}return external=!0,finalise(r,e,Ctor.rounding,m)},P.decimalPlaces=P.dp=function(){ |
| /*ThouShaltNotCache*/ |
| var w,d=this.d,n=NaN;if(d){if(n=7*((w=d.length-1)-mathfloor(this.e/7)),w=d[w])for(;w%10==0;w/=10)n--;n<0&&(n=0)}return n},P.dividedBy=P.div=function(y){ |
| /*ThouShaltNotCache*/ |
| return divide(this,new this.constructor(y))},P.dividedToIntegerBy=P.divToInt=function(y){ |
| /*ThouShaltNotCache*/ |
| var Ctor=this.constructor;return finalise(divide(this,new Ctor(y),0,1,1),Ctor.precision,Ctor.rounding)},P.equals=P.eq=function(y){ |
| /*ThouShaltNotCache*/ |
| return 0===this.cmp(y)},P.floor=function(){ |
| /*ThouShaltNotCache*/ |
| return finalise(new this.constructor(this),this.e+1,3)},P.greaterThan=P.gt=function(y){ |
| /*ThouShaltNotCache*/ |
| return this.cmp(y)>0},P.greaterThanOrEqualTo=P.gte=function(y){ |
| /*ThouShaltNotCache*/ |
| var k=this.cmp(y);return 1==k||0===k},P.hyperbolicCosine=P.cosh=function(){ |
| /*ThouShaltNotCache*/ |
| var k,n,pr,rm,len,x=this,Ctor=x.constructor,one=new Ctor(1);if(!x.isFinite())return new Ctor(x.s?1/0:NaN);if(x.isZero())return one;pr=Ctor.precision,rm=Ctor.rounding,Ctor.precision=pr+Math.max(x.e,x.sd())+4,Ctor.rounding=1,(len=x.d.length)<32?n=(1/tinyPow(4,k=Math.ceil(len/3))).toString():(k=16,n="2.3283064365386962890625e-10"),x=taylorSeries(Ctor,1,x.times(n),new Ctor(1),!0);for(var cosh2_x,i=k,d8=new Ctor(8);i--;)cosh2_x=x.times(x),x=one.minus(cosh2_x.times(d8.minus(cosh2_x.times(d8))));return finalise(x,Ctor.precision=pr,Ctor.rounding=rm,!0)},P.hyperbolicSine=P.sinh=function(){ |
| /*ThouShaltNotCache*/ |
| var k,pr,rm,len,x=this,Ctor=x.constructor;if(!x.isFinite()||x.isZero())return new Ctor(x);if(pr=Ctor.precision,rm=Ctor.rounding,Ctor.precision=pr+Math.max(x.e,x.sd())+4,Ctor.rounding=1,(len=x.d.length)<3)x=taylorSeries(Ctor,2,x,x,!0);else{k=(k=1.4*Math.sqrt(len))>16?16:0|k,x=taylorSeries(Ctor,2,x=x.times(1/tinyPow(5,k)),x,!0);for(var sinh2_x,d5=new Ctor(5),d16=new Ctor(16),d20=new Ctor(20);k--;)sinh2_x=x.times(x),x=x.times(d5.plus(sinh2_x.times(d16.times(sinh2_x).plus(d20))))}return Ctor.precision=pr,Ctor.rounding=rm,finalise(x,pr,rm,!0)},P.hyperbolicTangent=P.tanh=function(){ |
| /*ThouShaltNotCache*/ |
| var pr,rm,x=this,Ctor=x.constructor;return x.isFinite()?x.isZero()?new Ctor(x):(pr=Ctor.precision,rm=Ctor.rounding,Ctor.precision=pr+7,Ctor.rounding=1,divide(x.sinh(),x.cosh(),Ctor.precision=pr,Ctor.rounding=rm)):new Ctor(x.s)},P.inverseCosine=P.acos=function(){ |
| /*ThouShaltNotCache*/ |
| var x=this,Ctor=x.constructor,k=x.abs().cmp(1),pr=Ctor.precision,rm=Ctor.rounding;return-1!==k?0===k?x.isNeg()?getPi(Ctor,pr,rm):new Ctor(0):new Ctor(NaN):x.isZero()?getPi(Ctor,pr+4,rm).times(.5):(Ctor.precision=pr+6,Ctor.rounding=1,x=new Ctor(1).minus(x).div(x.plus(1)).sqrt().atan(),Ctor.precision=pr,Ctor.rounding=rm,x.times(2))},P.inverseHyperbolicCosine=P.acosh=function(){ |
| /*ThouShaltNotCache*/ |
| var pr,rm,x=this,Ctor=x.constructor;return x.lte(1)?new Ctor(x.eq(1)?0:NaN):x.isFinite()?(pr=Ctor.precision,rm=Ctor.rounding,Ctor.precision=pr+Math.max(Math.abs(x.e),x.sd())+4,Ctor.rounding=1,external=!1,x=x.times(x).minus(1).sqrt().plus(x),external=!0,Ctor.precision=pr,Ctor.rounding=rm,x.ln()):new Ctor(x)},P.inverseHyperbolicSine=P.asinh=function(){ |
| /*ThouShaltNotCache*/ |
| var pr,rm,x=this,Ctor=x.constructor;return!x.isFinite()||x.isZero()?new Ctor(x):(pr=Ctor.precision,rm=Ctor.rounding,Ctor.precision=pr+2*Math.max(Math.abs(x.e),x.sd())+6,Ctor.rounding=1,external=!1,x=x.times(x).plus(1).sqrt().plus(x),external=!0,Ctor.precision=pr,Ctor.rounding=rm,x.ln())},P.inverseHyperbolicTangent=P.atanh=function(){ |
| /*ThouShaltNotCache*/ |
| var pr,rm,wpr,xsd,x=this,Ctor=x.constructor;return x.isFinite()?x.e>=0?new Ctor(x.abs().eq(1)?x.s/0:x.isZero()?x:NaN):(pr=Ctor.precision,rm=Ctor.rounding,xsd=x.sd(),Math.max(xsd,pr)<2*-x.e-1?finalise(new Ctor(x),pr,rm,!0):(Ctor.precision=wpr=xsd-x.e,x=divide(x.plus(1),new Ctor(1).minus(x),wpr+pr,1),Ctor.precision=pr+4,Ctor.rounding=1,x=x.ln(),Ctor.precision=pr,Ctor.rounding=rm,x.times(.5))):new Ctor(NaN)},P.inverseSine=P.asin=function(){ |
| /*ThouShaltNotCache*/ |
| var halfPi,k,pr,rm,x=this,Ctor=x.constructor;return x.isZero()?new Ctor(x):(k=x.abs().cmp(1),pr=Ctor.precision,rm=Ctor.rounding,-1!==k?0===k?((halfPi=getPi(Ctor,pr+4,rm).times(.5)).s=x.s,halfPi):new Ctor(NaN):(Ctor.precision=pr+6,Ctor.rounding=1,x=x.div(new Ctor(1).minus(x.times(x)).sqrt().plus(1)).atan(),Ctor.precision=pr,Ctor.rounding=rm,x.times(2)))},P.inverseTangent=P.atan=function(){ |
| /*ThouShaltNotCache*/ |
| var i,j,k,n,px,t,r,wpr,x2,x=this,Ctor=x.constructor,pr=Ctor.precision,rm=Ctor.rounding;if(x.isFinite()){if(x.isZero())return new Ctor(x);if(x.abs().eq(1)&&pr+4<=PI_PRECISION)return(r=getPi(Ctor,pr+4,rm).times(.25)).s=x.s,r}else{if(!x.s)return new Ctor(NaN);if(pr+4<=PI_PRECISION)return(r=getPi(Ctor,pr+4,rm).times(.5)).s=x.s,r}for(Ctor.precision=wpr=pr+10,Ctor.rounding=1,i=k=Math.min(28,wpr/7+2|0);i;--i)x=x.div(x.times(x).plus(1).sqrt().plus(1));for(external=!1,j=Math.ceil(wpr/7),n=1,x2=x.times(x),r=new Ctor(x),px=x;-1!==i;)if(px=px.times(x2),t=r.minus(px.div(n+=2)),px=px.times(x2),void 0!==(r=t.plus(px.div(n+=2))).d[j])for(i=j;r.d[i]===t.d[i]&&i--;);return k&&(r=r.times(2<<k-1)),external=!0,finalise(r,Ctor.precision=pr,Ctor.rounding=rm,!0)},P.isFinite=function(){ |
| /*ThouShaltNotCache*/ |
| return!!this.d},P.isInteger=P.isInt=function(){ |
| /*ThouShaltNotCache*/ |
| return!!this.d&&mathfloor(this.e/7)>this.d.length-2},P.isNaN=function(){ |
| /*ThouShaltNotCache*/ |
| return!this.s},P.isNegative=P.isNeg=function(){ |
| /*ThouShaltNotCache*/ |
| return this.s<0},P.isPositive=P.isPos=function(){ |
| /*ThouShaltNotCache*/ |
| return this.s>0},P.isZero=function(){ |
| /*ThouShaltNotCache*/ |
| return!!this.d&&0===this.d[0]},P.lessThan=P.lt=function(y){ |
| /*ThouShaltNotCache*/ |
| return this.cmp(y)<0},P.lessThanOrEqualTo=P.lte=function(y){ |
| /*ThouShaltNotCache*/ |
| return this.cmp(y)<1},P.logarithm=P.log=function(base){ |
| /*ThouShaltNotCache*/ |
| var isBase10,d,denominator,k,inf,num,sd,r,Ctor=this.constructor,pr=Ctor.precision,rm=Ctor.rounding;if(null==base)base=new Ctor(10),isBase10=!0;else{if(d=(base=new Ctor(base)).d,base.s<0||!d||!d[0]||base.eq(1))return new Ctor(NaN);isBase10=base.eq(10)}if(d=this.d,this.s<0||!d||!d[0]||this.eq(1))return new Ctor(d&&!d[0]?-1/0:1!=this.s?NaN:d?0:1/0);if(isBase10)if(d.length>1)inf=!0;else{for(k=d[0];k%10==0;)k/=10;inf=1!==k}if(external=!1,num=naturalLogarithm(this,sd=pr+5),denominator=isBase10?getLn10(Ctor,sd+10):naturalLogarithm(base,sd),checkRoundingDigits((r=divide(num,denominator,sd,1)).d,k=pr,rm))do{if(num=naturalLogarithm(this,sd+=10),denominator=isBase10?getLn10(Ctor,sd+10):naturalLogarithm(base,sd),r=divide(num,denominator,sd,1),!inf){+digitsToString(r.d).slice(k+1,k+15)+1==1e14&&(r=finalise(r,pr+1,0));break}}while(checkRoundingDigits(r.d,k+=10,rm));return external=!0,finalise(r,pr,rm)},P.minus=P.sub=function(y){ |
| /*ThouShaltNotCache*/ |
| var d,e,i,j,k,len,pr,rm,xd,xe,xLTy,yd,x=this,Ctor=x.constructor;if(y=new Ctor(y),!x.d||!y.d)return x.s&&y.s?x.d?y.s=-y.s:y=new Ctor(y.d||x.s!==y.s?x:NaN):y=new Ctor(NaN),y;if(x.s!=y.s)return y.s=-y.s,x.plus(y);if(xd=x.d,yd=y.d,pr=Ctor.precision,rm=Ctor.rounding,!xd[0]||!yd[0]){if(yd[0])y.s=-y.s;else{if(!xd[0])return new Ctor(3===rm?-0:0);y=new Ctor(x)}return external?finalise(y,pr,rm):y}if(e=mathfloor(y.e/7),xe=mathfloor(x.e/7),xd=xd.slice(),k=xe-e){for((xLTy=k<0)?(d=xd,k=-k,len=yd.length):(d=yd,e=xe,len=xd.length),k>(i=Math.max(Math.ceil(pr/7),len)+2)&&(k=i,d.length=1),d.reverse(),i=k;i--;)d.push(0);d.reverse()}else{for((xLTy=(i=xd.length)<(len=yd.length))&&(len=i),i=0;i<len;i++)if(xd[i]!=yd[i]){xLTy=xd[i]<yd[i];break}k=0}for(xLTy&&(d=xd,xd=yd,yd=d,y.s=-y.s),len=xd.length,i=yd.length-len;i>0;--i)xd[len++]=0;for(i=yd.length;i>k;){if(xd[--i]<yd[i]){for(j=i;j&&0===xd[--j];)xd[j]=BASE-1;--xd[j],xd[i]+=BASE}xd[i]-=yd[i]}for(;0===xd[--len];)xd.pop();for(;0===xd[0];xd.shift())--e;return xd[0]?(y.d=xd,y.e=getBase10Exponent(xd,e),external?finalise(y,pr,rm):y):new Ctor(3===rm?-0:0)},P.modulo=P.mod=function(y){ |
| /*ThouShaltNotCache*/ |
| var q,x=this,Ctor=x.constructor;return y=new Ctor(y),!x.d||!y.s||y.d&&!y.d[0]?new Ctor(NaN):!y.d||x.d&&!x.d[0]?finalise(new Ctor(x),Ctor.precision,Ctor.rounding):(external=!1,9==Ctor.modulo?(q=divide(x,y.abs(),0,3,1)).s*=y.s:q=divide(x,y,0,Ctor.modulo,1),q=q.times(y),external=!0,x.minus(q))},P.naturalExponential=P.exp=function(){ |
| /*ThouShaltNotCache*/ |
| return naturalExponential(this)},P.naturalLogarithm=P.ln=function(){ |
| /*ThouShaltNotCache*/ |
| return naturalLogarithm(this)},P.negated=P.neg=function(){ |
| /*ThouShaltNotCache*/ |
| var x=new this.constructor(this);return x.s=-x.s,finalise(x)},P.plus=P.add=function(y){ |
| /*ThouShaltNotCache*/ |
| var carry,d,e,i,k,len,pr,rm,xd,yd,x=this,Ctor=x.constructor;if(y=new Ctor(y),!x.d||!y.d)return x.s&&y.s?x.d||(y=new Ctor(y.d||x.s===y.s?x:NaN)):y=new Ctor(NaN),y;if(x.s!=y.s)return y.s=-y.s,x.minus(y);if(xd=x.d,yd=y.d,pr=Ctor.precision,rm=Ctor.rounding,!xd[0]||!yd[0])return yd[0]||(y=new Ctor(x)),external?finalise(y,pr,rm):y;if(k=mathfloor(x.e/7),e=mathfloor(y.e/7),xd=xd.slice(),i=k-e){for(i<0?(d=xd,i=-i,len=yd.length):(d=yd,e=k,len=xd.length),i>(len=(k=Math.ceil(pr/7))>len?k+1:len+1)&&(i=len,d.length=1),d.reverse();i--;)d.push(0);d.reverse()}for((len=xd.length)-(i=yd.length)<0&&(i=len,d=yd,yd=xd,xd=d),carry=0;i;)carry=(xd[--i]=xd[i]+yd[i]+carry)/BASE|0,xd[i]%=BASE;for(carry&&(xd.unshift(carry),++e),len=xd.length;0==xd[--len];)xd.pop();return y.d=xd,y.e=getBase10Exponent(xd,e),external?finalise(y,pr,rm):y},P.precision=P.sd=function(z){ |
| /*ThouShaltNotCache*/ |
| var k,x=this;if(void 0!==z&&z!==!!z&&1!==z&&0!==z)throw Error(invalidArgument+z);return x.d?(k=getPrecision(x.d),z&&x.e+1>k&&(k=x.e+1)):k=NaN,k},P.round=function(){ |
| /*ThouShaltNotCache*/ |
| var x=this,Ctor=x.constructor;return finalise(new Ctor(x),x.e+1,Ctor.rounding)},P.sine=P.sin=function(){ |
| /*ThouShaltNotCache*/ |
| var pr,rm,x=this,Ctor=x.constructor;return x.isFinite()?x.isZero()?new Ctor(x):(pr=Ctor.precision,rm=Ctor.rounding,Ctor.precision=pr+Math.max(x.e,x.sd())+7,Ctor.rounding=1,x=function(Ctor,x){ |
| /*ThouShaltNotCache*/ |
| var k,len=x.d.length;if(len<3)return x.isZero()?x:taylorSeries(Ctor,2,x,x);k=(k=1.4*Math.sqrt(len))>16?16:0|k,x=x.times(1/tinyPow(5,k)),x=taylorSeries(Ctor,2,x,x);for(var sin2_x,d5=new Ctor(5),d16=new Ctor(16),d20=new Ctor(20);k--;)sin2_x=x.times(x),x=x.times(d5.plus(sin2_x.times(d16.times(sin2_x).minus(d20))));return x}(Ctor,toLessThanHalfPi(Ctor,x)),Ctor.precision=pr,Ctor.rounding=rm,finalise(quadrant>2?x.neg():x,pr,rm,!0)):new Ctor(NaN)},P.squareRoot=P.sqrt=function(){ |
| /*ThouShaltNotCache*/ |
| var m,n,sd,r,rep,t,x=this,d=x.d,e=x.e,s=x.s,Ctor=x.constructor;if(1!==s||!d||!d[0])return new Ctor(!s||s<0&&(!d||d[0])?NaN:d?x:1/0);for(external=!1,0==(s=Math.sqrt(+x))||s==1/0?(((n=digitsToString(d)).length+e)%2==0&&(n+="0"),s=Math.sqrt(n),e=mathfloor((e+1)/2)-(e<0||e%2),r=new Ctor(n=s==1/0?"5e"+e:(n=s.toExponential()).slice(0,n.indexOf("e")+1)+e)):r=new Ctor(s.toString()),sd=(e=Ctor.precision)+3;;)if(r=(t=r).plus(divide(x,t,sd+2,1)).times(.5),digitsToString(t.d).slice(0,sd)===(n=digitsToString(r.d)).slice(0,sd)){if("9999"!=(n=n.slice(sd-3,sd+1))&&(rep||"4999"!=n)){+n&&(+n.slice(1)||"5"!=n.charAt(0))||(finalise(r,e+1,1),m=!r.times(r).eq(x));break}if(!rep&&(finalise(t,e+1,0),t.times(t).eq(x))){r=t;break}sd+=4,rep=1}return external=!0,finalise(r,e,Ctor.rounding,m)},P.tangent=P.tan=function(){ |
| /*ThouShaltNotCache*/ |
| var pr,rm,x=this,Ctor=x.constructor;return x.isFinite()?x.isZero()?new Ctor(x):(pr=Ctor.precision,rm=Ctor.rounding,Ctor.precision=pr+10,Ctor.rounding=1,(x=x.sin()).s=1,x=divide(x,new Ctor(1).minus(x.times(x)).sqrt(),pr+10,0),Ctor.precision=pr,Ctor.rounding=rm,finalise(2==quadrant||4==quadrant?x.neg():x,pr,rm,!0)):new Ctor(NaN)},P.times=P.mul=function(y){ |
| /*ThouShaltNotCache*/ |
| var carry,e,i,k,r,rL,t,xdL,ydL,x=this,Ctor=x.constructor,xd=x.d,yd=(y=new Ctor(y)).d;if(y.s*=x.s,!(xd&&xd[0]&&yd&&yd[0]))return new Ctor(!y.s||xd&&!xd[0]&&!yd||yd&&!yd[0]&&!xd?NaN:xd&&yd?0*y.s:y.s/0);for(e=mathfloor(x.e/7)+mathfloor(y.e/7),(xdL=xd.length)<(ydL=yd.length)&&(r=xd,xd=yd,yd=r,rL=xdL,xdL=ydL,ydL=rL),r=[],i=rL=xdL+ydL;i--;)r.push(0);for(i=ydL;--i>=0;){for(carry=0,k=xdL+i;k>i;)t=r[k]+yd[i]*xd[k-i-1]+carry,r[k--]=t%BASE|0,carry=t/BASE|0;r[k]=(r[k]+carry)%BASE|0}for(;!r[--rL];)r.pop();return carry?++e:r.shift(),y.d=r,y.e=getBase10Exponent(r,e),external?finalise(y,Ctor.precision,Ctor.rounding):y},P.toBinary=function(sd,rm){ |
| /*ThouShaltNotCache*/ |
| return toStringBinary(this,2,sd,rm)},P.toDecimalPlaces=P.toDP=function(dp,rm){ |
| /*ThouShaltNotCache*/ |
| var x=this,Ctor=x.constructor;return x=new Ctor(x),void 0===dp?x:(checkInt32(dp,0,1e9),void 0===rm?rm=Ctor.rounding:checkInt32(rm,0,8),finalise(x,dp+x.e+1,rm))},P.toExponential=function(dp,rm){ |
| /*ThouShaltNotCache*/ |
| var str,x=this,Ctor=x.constructor;return void 0===dp?str=finiteToString(x,!0):(checkInt32(dp,0,1e9),void 0===rm?rm=Ctor.rounding:checkInt32(rm,0,8),str=finiteToString(x=finalise(new Ctor(x),dp+1,rm),!0,dp+1)),x.isNeg()&&!x.isZero()?"-"+str:str},P.toFixed=function(dp,rm){ |
| /*ThouShaltNotCache*/ |
| var str,y,x=this,Ctor=x.constructor;return void 0===dp?str=finiteToString(x):(checkInt32(dp,0,1e9),void 0===rm?rm=Ctor.rounding:checkInt32(rm,0,8),str=finiteToString(y=finalise(new Ctor(x),dp+x.e+1,rm),!1,dp+y.e+1)),x.isNeg()&&!x.isZero()?"-"+str:str},P.toFraction=function(maxD){ |
| /*ThouShaltNotCache*/ |
| var d,d0,d1,d2,e,k,n,n0,n1,pr,q,r,x=this,xd=x.d,Ctor=x.constructor;if(!xd)return new Ctor(x);if(n1=d0=new Ctor(1),d1=n0=new Ctor(0),k=(e=(d=new Ctor(d1)).e=getPrecision(xd)-x.e-1)%7,d.d[0]=mathpow(10,k<0?7+k:k),null==maxD)maxD=e>0?d:n1;else{if(!(n=new Ctor(maxD)).isInt()||n.lt(n1))throw Error(invalidArgument+n);maxD=n.gt(d)?e>0?d:n1:n}for(external=!1,n=new Ctor(digitsToString(xd)),pr=Ctor.precision,Ctor.precision=e=7*xd.length*2;q=divide(n,d,0,1,1),1!=(d2=d0.plus(q.times(d1))).cmp(maxD);)d0=d1,d1=d2,d2=n1,n1=n0.plus(q.times(d2)),n0=d2,d2=d,d=n.minus(q.times(d2)),n=d2;return d2=divide(maxD.minus(d0),d1,0,1,1),n0=n0.plus(d2.times(n1)),d0=d0.plus(d2.times(d1)),n0.s=n1.s=x.s,r=divide(n1,d1,e,1).minus(x).abs().cmp(divide(n0,d0,e,1).minus(x).abs())<1?[n1,d1]:[n0,d0],Ctor.precision=pr,external=!0,r},P.toHexadecimal=P.toHex=function(sd,rm){ |
| /*ThouShaltNotCache*/ |
| return toStringBinary(this,16,sd,rm)},P.toNearest=function(y,rm){ |
| /*ThouShaltNotCache*/ |
| var x=this,Ctor=x.constructor;if(x=new Ctor(x),null==y){if(!x.d)return x;y=new Ctor(1),rm=Ctor.rounding}else{if(y=new Ctor(y),void 0===rm?rm=Ctor.rounding:checkInt32(rm,0,8),!x.d)return y.s?x:y;if(!y.d)return y.s&&(y.s=x.s),y}return y.d[0]?(external=!1,x=divide(x,y,0,rm,1).times(y),external=!0,finalise(x)):(y.s=x.s,x=y),x},P.toNumber=function(){ |
| /*ThouShaltNotCache*/ |
| return+this},P.toOctal=function(sd,rm){ |
| /*ThouShaltNotCache*/ |
| return toStringBinary(this,8,sd,rm)},P.toPower=P.pow=function(y){ |
| /*ThouShaltNotCache*/ |
| var e,k,pr,r,rm,s,x=this,Ctor=x.constructor,yn=+(y=new Ctor(y));if(!(x.d&&y.d&&x.d[0]&&y.d[0]))return new Ctor(mathpow(+x,yn));if((x=new Ctor(x)).eq(1))return x;if(pr=Ctor.precision,rm=Ctor.rounding,y.eq(1))return finalise(x,pr,rm);if((e=mathfloor(y.e/7))>=y.d.length-1&&(k=yn<0?-yn:yn)<=9007199254740991)return r=intPow(Ctor,x,k,pr),y.s<0?new Ctor(1).div(r):finalise(r,pr,rm);if((s=x.s)<0){if(e<y.d.length-1)return new Ctor(NaN);if(1&y.d[e]||(s=1),0==x.e&&1==x.d[0]&&1==x.d.length)return x.s=s,x}return(e=0!=(k=mathpow(+x,yn))&&isFinite(k)?new Ctor(k+"").e:mathfloor(yn*(Math.log("0."+digitsToString(x.d))/Math.LN10+x.e+1)))>Ctor.maxE+1||e<Ctor.minE-1?new Ctor(e>0?s/0:0):(external=!1,Ctor.rounding=x.s=1,k=Math.min(12,(e+"").length),(r=naturalExponential(y.times(naturalLogarithm(x,pr+k)),pr)).d&&checkRoundingDigits((r=finalise(r,pr+5,1)).d,pr,rm)&&(e=pr+10,+digitsToString((r=finalise(naturalExponential(y.times(naturalLogarithm(x,e+k)),e),e+5,1)).d).slice(pr+1,pr+15)+1==1e14&&(r=finalise(r,pr+1,0))),r.s=s,external=!0,Ctor.rounding=rm,finalise(r,pr,rm))},P.toPrecision=function(sd,rm){ |
| /*ThouShaltNotCache*/ |
| var str,x=this,Ctor=x.constructor;return void 0===sd?str=finiteToString(x,x.e<=Ctor.toExpNeg||x.e>=Ctor.toExpPos):(checkInt32(sd,1,1e9),void 0===rm?rm=Ctor.rounding:checkInt32(rm,0,8),str=finiteToString(x=finalise(new Ctor(x),sd,rm),sd<=x.e||x.e<=Ctor.toExpNeg,sd)),x.isNeg()&&!x.isZero()?"-"+str:str},P.toSignificantDigits=P.toSD=function(sd,rm){ |
| /*ThouShaltNotCache*/ |
| var Ctor=this.constructor;return void 0===sd?(sd=Ctor.precision,rm=Ctor.rounding):(checkInt32(sd,1,1e9),void 0===rm?rm=Ctor.rounding:checkInt32(rm,0,8)),finalise(new Ctor(this),sd,rm)},P.toString=function(){ |
| /*ThouShaltNotCache*/ |
| var x=this,Ctor=x.constructor,str=finiteToString(x,x.e<=Ctor.toExpNeg||x.e>=Ctor.toExpPos);return x.isNeg()&&!x.isZero()?"-"+str:str},P.truncated=P.trunc=function(){ |
| /*ThouShaltNotCache*/ |
| return finalise(new this.constructor(this),this.e+1,1)},P.valueOf=P.toJSON=function(){ |
| /*ThouShaltNotCache*/ |
| var x=this,Ctor=x.constructor,str=finiteToString(x,x.e<=Ctor.toExpNeg||x.e>=Ctor.toExpPos);return x.isNeg()?"-"+str:str};var divide=function(){ |
| /*ThouShaltNotCache*/ |
| function multiplyInteger(x,k,base){ |
| /*ThouShaltNotCache*/ |
| var temp,carry=0,i=x.length;for(x=x.slice();i--;)temp=x[i]*k+carry,x[i]=temp%base|0,carry=temp/base|0;return carry&&x.unshift(carry),x}function compare(a,b,aL,bL){ |
| /*ThouShaltNotCache*/ |
| var i,r;if(aL!=bL)r=aL>bL?1:-1;else for(i=r=0;i<aL;i++)if(a[i]!=b[i]){r=a[i]>b[i]?1:-1;break}return r}function subtract(a,b,aL,base){for( |
| /*ThouShaltNotCache*/ |
| var i=0;aL--;)a[aL]-=i,i=a[aL]<b[aL]?1:0,a[aL]=i*base+a[aL]-b[aL];for(;!a[0]&&a.length>1;)a.shift()}return function(x,y,pr,rm,dp,base){ |
| /*ThouShaltNotCache*/ |
| var cmp,e,i,k,logBase,more,prod,prodL,q,qd,rem,remL,rem0,sd,t,xi,xL,yd0,yL,yz,Ctor=x.constructor,sign=x.s==y.s?1:-1,xd=x.d,yd=y.d;if(!(xd&&xd[0]&&yd&&yd[0]))return new Ctor(x.s&&y.s&&(xd?!yd||xd[0]!=yd[0]:yd)?xd&&0==xd[0]||!yd?0*sign:sign/0:NaN);for(base?(logBase=1,e=x.e-y.e):(base=BASE,logBase=7,e=mathfloor(x.e/logBase)-mathfloor(y.e/logBase)),yL=yd.length,xL=xd.length,qd=(q=new Ctor(sign)).d=[],i=0;yd[i]==(xd[i]||0);i++);if(yd[i]>(xd[i]||0)&&e--,null==pr?(sd=pr=Ctor.precision,rm=Ctor.rounding):sd=dp?pr+(x.e-y.e)+1:pr,sd<0)qd.push(1),more=!0;else{if(sd=sd/logBase+2|0,i=0,1==yL){for(k=0,yd=yd[0],sd++;(i<xL||k)&&sd--;i++)t=k*base+(xd[i]||0),qd[i]=t/yd|0,k=t%yd|0;more=k||i<xL}else{for((k=base/(yd[0]+1)|0)>1&&(yd=multiplyInteger(yd,k,base),xd=multiplyInteger(xd,k,base),yL=yd.length,xL=xd.length),xi=yL,remL=(rem=xd.slice(0,yL)).length;remL<yL;)rem[remL++]=0;(yz=yd.slice()).unshift(0),yd0=yd[0],yd[1]>=base/2&&++yd0;do{k=0,(cmp=compare(yd,rem,yL,remL))<0?(rem0=rem[0],yL!=remL&&(rem0=rem0*base+(rem[1]||0)),(k=rem0/yd0|0)>1?(k>=base&&(k=base-1),1==(cmp=compare(prod=multiplyInteger(yd,k,base),rem,prodL=prod.length,remL=rem.length))&&(k--,subtract(prod,yL<prodL?yz:yd,prodL,base))):(0==k&&(cmp=k=1),prod=yd.slice()),(prodL=prod.length)<remL&&prod.unshift(0),subtract(rem,prod,remL,base),-1==cmp&&(cmp=compare(yd,rem,yL,remL=rem.length))<1&&(k++,subtract(rem,yL<remL?yz:yd,remL,base)),remL=rem.length):0===cmp&&(k++,rem=[0]),qd[i++]=k,cmp&&rem[0]?rem[remL++]=xd[xi]||0:(rem=[xd[xi]],remL=1)}while((xi++<xL||void 0!==rem[0])&&sd--);more=void 0!==rem[0]}qd[0]||qd.shift()}if(1==logBase)q.e=e,inexact=more;else{for(i=1,k=qd[0];k>=10;k/=10)i++;q.e=i+e*logBase-1,finalise(q,dp?pr+q.e+1:pr,rm,more)}return q}}();function finalise(x,sd,rm,isTruncated){ |
| /*ThouShaltNotCache*/ |
| var digits,i,j,k,rd,roundUp,w,xd,xdi,Ctor=x.constructor;out:if(null!=sd){if(!(xd=x.d))return x;for(digits=1,k=xd[0];k>=10;k/=10)digits++;if((i=sd-digits)<0)i+=7,j=sd,rd=(w=xd[xdi=0])/mathpow(10,digits-j-1)%10|0;else if((xdi=Math.ceil((i+1)/7))>=(k=xd.length)){if(!isTruncated)break out;for(;k++<=xdi;)xd.push(0);w=rd=0,digits=1,j=(i%=7)-7+1}else{for(w=k=xd[xdi],digits=1;k>=10;k/=10)digits++;rd=(j=(i%=7)-7+digits)<0?0:w/mathpow(10,digits-j-1)%10|0}if(isTruncated=isTruncated||sd<0||void 0!==xd[xdi+1]||(j<0?w:w%mathpow(10,digits-j-1)),roundUp=rm<4?(rd||isTruncated)&&(0==rm||rm==(x.s<0?3:2)):rd>5||5==rd&&(4==rm||isTruncated||6==rm&&(i>0?j>0?w/mathpow(10,digits-j):0:xd[xdi-1])%10&1||rm==(x.s<0?8:7)),sd<1||!xd[0])return xd.length=0,roundUp?(sd-=x.e+1,xd[0]=mathpow(10,(7-sd%7)%7),x.e=-sd||0):xd[0]=x.e=0,x;if(0==i?(xd.length=xdi,k=1,xdi--):(xd.length=xdi+1,k=mathpow(10,7-i),xd[xdi]=j>0?(w/mathpow(10,digits-j)%mathpow(10,j)|0)*k:0),roundUp)for(;;){if(0==xdi){for(i=1,j=xd[0];j>=10;j/=10)i++;for(j=xd[0]+=k,k=1;j>=10;j/=10)k++;i!=k&&(x.e++,xd[0]==BASE&&(xd[0]=1));break}if(xd[xdi]+=k,xd[xdi]!=BASE)break;xd[xdi--]=0,k=1}for(i=xd.length;0===xd[--i];)xd.pop()}return external&&(x.e>Ctor.maxE?(x.d=null,x.e=NaN):x.e<Ctor.minE&&(x.e=0,x.d=[0])),x}function finiteToString(x,isExp,sd){ |
| /*ThouShaltNotCache*/ |
| if(!x.isFinite())return nonFiniteToString(x);var k,e=x.e,str=digitsToString(x.d),len=str.length;return isExp?(sd&&(k=sd-len)>0?str=str.charAt(0)+"."+str.slice(1)+getZeroString(k):len>1&&(str=str.charAt(0)+"."+str.slice(1)),str=str+(x.e<0?"e":"e+")+x.e):e<0?(str="0."+getZeroString(-e-1)+str,sd&&(k=sd-len)>0&&(str+=getZeroString(k))):e>=len?(str+=getZeroString(e+1-len),sd&&(k=sd-e-1)>0&&(str=str+"."+getZeroString(k))):((k=e+1)<len&&(str=str.slice(0,k)+"."+str.slice(k)),sd&&(k=sd-len)>0&&(e+1===len&&(str+="."),str+=getZeroString(k))),str}function getBase10Exponent(digits,e){ |
| /*ThouShaltNotCache*/ |
| var w=digits[0];for(e*=7;w>=10;w/=10)e++;return e}function getLn10(Ctor,sd,pr){ |
| /*ThouShaltNotCache*/ |
| if(sd>LN10_PRECISION)throw external=!0,pr&&(Ctor.precision=pr),Error("[DecimalError] Precision limit exceeded");return finalise(new Ctor(LN10),sd,1,!0)}function getPi(Ctor,sd,rm){ |
| /*ThouShaltNotCache*/ |
| if(sd>PI_PRECISION)throw Error("[DecimalError] Precision limit exceeded");return finalise(new Ctor(PI),sd,rm,!0)}function getPrecision(digits){ |
| /*ThouShaltNotCache*/ |
| var w=digits.length-1,len=7*w+1;if(w=digits[w]){for(;w%10==0;w/=10)len--;for(w=digits[0];w>=10;w/=10)len++}return len}function getZeroString(k){for( |
| /*ThouShaltNotCache*/ |
| var zs="";k--;)zs+="0";return zs}function intPow(Ctor,x,n,pr){ |
| /*ThouShaltNotCache*/ |
| var isTruncated,r=new Ctor(1),k=Math.ceil(pr/7+4);for(external=!1;;){if(n%2&&truncate((r=r.times(x)).d,k)&&(isTruncated=!0),0===(n=mathfloor(n/2))){n=r.d.length-1,isTruncated&&0===r.d[n]&&++r.d[n];break}truncate((x=x.times(x)).d,k)}return external=!0,r}function isOdd(n){ |
| /*ThouShaltNotCache*/ |
| return 1&n.d[n.d.length-1]}function maxOrMin(Ctor,args,n){for( |
| /*ThouShaltNotCache*/ |
| var k,y,x=new Ctor(args[0]),i=0;++i<args.length;){if(!(y=new Ctor(args[i])).s){x=y;break}((k=x.cmp(y))===n||0===k&&x.s===n)&&(x=y)}return x}function naturalExponential(x,sd){ |
| /*ThouShaltNotCache*/ |
| var denominator,guard,j,pow,sum,t,wpr,rep=0,i=0,k=0,Ctor=x.constructor,rm=Ctor.rounding,pr=Ctor.precision;if(!x.d||!x.d[0]||x.e>17)return new Ctor(x.d?x.d[0]?x.s<0?0:1/0:1:x.s?x.s<0?0:x:NaN);for(null==sd?(external=!1,wpr=pr):wpr=sd,t=new Ctor(.03125);x.e>-2;)x=x.times(t),k+=5;for(wpr+=guard=Math.log(mathpow(2,k))/Math.LN10*2+5|0,denominator=pow=sum=new Ctor(1),Ctor.precision=wpr;;){if(pow=finalise(pow.times(x),wpr,1),denominator=denominator.times(++i),digitsToString((t=sum.plus(divide(pow,denominator,wpr,1))).d).slice(0,wpr)===digitsToString(sum.d).slice(0,wpr)){for(j=k;j--;)sum=finalise(sum.times(sum),wpr,1);if(null!=sd)return Ctor.precision=pr,sum;if(!(rep<3&&checkRoundingDigits(sum.d,wpr-guard,rm,rep)))return finalise(sum,Ctor.precision=pr,rm,external=!0);Ctor.precision=wpr+=10,denominator=pow=t=new Ctor(1),i=0,rep++}sum=t}}function naturalLogarithm(y,sd){ |
| /*ThouShaltNotCache*/ |
| var c,c0,denominator,e,numerator,rep,sum,t,wpr,x1,x2,n=1,x=y,xd=x.d,Ctor=x.constructor,rm=Ctor.rounding,pr=Ctor.precision;if(x.s<0||!xd||!xd[0]||!x.e&&1==xd[0]&&1==xd.length)return new Ctor(xd&&!xd[0]?-1/0:1!=x.s?NaN:xd?0:x);if(null==sd?(external=!1,wpr=pr):wpr=sd,Ctor.precision=wpr+=10,c0=(c=digitsToString(xd)).charAt(0),!(Math.abs(e=x.e)<15e14))return t=getLn10(Ctor,wpr+2,pr).times(e+""),x=naturalLogarithm(new Ctor(c0+"."+c.slice(1)),wpr-10).plus(t),Ctor.precision=pr,null==sd?finalise(x,pr,rm,external=!0):x;for(;c0<7&&1!=c0||1==c0&&c.charAt(1)>3;)c0=(c=digitsToString((x=x.times(y)).d)).charAt(0),n++;for(e=x.e,c0>1?(x=new Ctor("0."+c),e++):x=new Ctor(c0+"."+c.slice(1)),x1=x,sum=numerator=x=divide(x.minus(1),x.plus(1),wpr,1),x2=finalise(x.times(x),wpr,1),denominator=3;;){if(numerator=finalise(numerator.times(x2),wpr,1),digitsToString((t=sum.plus(divide(numerator,new Ctor(denominator),wpr,1))).d).slice(0,wpr)===digitsToString(sum.d).slice(0,wpr)){if(sum=sum.times(2),0!==e&&(sum=sum.plus(getLn10(Ctor,wpr+2,pr).times(e+""))),sum=divide(sum,new Ctor(n),wpr,1),null!=sd)return Ctor.precision=pr,sum;if(!checkRoundingDigits(sum.d,wpr-10,rm,rep))return finalise(sum,Ctor.precision=pr,rm,external=!0);Ctor.precision=wpr+=10,t=numerator=x=divide(x1.minus(1),x1.plus(1),wpr,1),x2=finalise(x.times(x),wpr,1),denominator=rep=1}sum=t,denominator+=2}}function nonFiniteToString(x){ |
| /*ThouShaltNotCache*/ |
| return String(x.s*x.s/0)}function parseDecimal(x,str){ |
| /*ThouShaltNotCache*/ |
| var e,i,len;for((e=str.indexOf("."))>-1&&(str=str.replace(".","")),(i=str.search(/e/i))>0?(e<0&&(e=i),e+=+str.slice(i+1),str=str.substring(0,i)):e<0&&(e=str.length),i=0;48===str.charCodeAt(i);i++);for(len=str.length;48===str.charCodeAt(len-1);--len);if(str=str.slice(i,len)){if(len-=i,x.e=e=e-i-1,x.d=[],i=(e+1)%7,e<0&&(i+=7),i<len){for(i&&x.d.push(+str.slice(0,i)),len-=7;i<len;)x.d.push(+str.slice(i,i+=7));i=7-(str=str.slice(i)).length}else i-=len;for(;i--;)str+="0";x.d.push(+str),external&&(x.e>x.constructor.maxE?(x.d=null,x.e=NaN):x.e<x.constructor.minE&&(x.e=0,x.d=[0]))}else x.e=0,x.d=[0];return x}function parseOther(x,str){ |
| /*ThouShaltNotCache*/ |
| var base,Ctor,divisor,i,isFloat,len,p,xd,xe;if(str.indexOf("_")>-1){if(str=str.replace(/(\d)_(?=\d)/g,"$1"),isDecimal.test(str))return parseDecimal(x,str)}else if("Infinity"===str||"NaN"===str)return+str||(x.s=NaN),x.e=NaN,x.d=null,x;if(isHex.test(str))base=16,str=str.toLowerCase();else if(isBinary.test(str))base=2;else{if(!isOctal.test(str))throw Error(invalidArgument+str);base=8}for((i=str.search(/p/i))>0?(p=+str.slice(i+1),str=str.substring(2,i)):str=str.slice(2),isFloat=(i=str.indexOf("."))>=0,Ctor=x.constructor,isFloat&&(i=(len=(str=str.replace(".","")).length)-i,divisor=intPow(Ctor,new Ctor(base),i,2*i)),i=xe=(xd=convertBase(str,base,BASE)).length-1;0===xd[i];--i)xd.pop();return i<0?new Ctor(0*x.s):(x.e=getBase10Exponent(xd,xe),x.d=xd,external=!1,isFloat&&(x=divide(x,divisor,4*len)),p&&(x=x.times(Math.abs(p)<54?mathpow(2,p):Decimal.pow(2,p))),external=!0,x)}function taylorSeries(Ctor,n,x,y,isHyperbolic){ |
| /*ThouShaltNotCache*/ |
| var j,t,u,x2,pr=Ctor.precision,k=Math.ceil(pr/7);for(external=!1,x2=x.times(x),u=new Ctor(y);;){if(t=divide(u.times(x2),new Ctor(n++*n++),pr,1),u=isHyperbolic?y.plus(t):y.minus(t),y=divide(t.times(x2),new Ctor(n++*n++),pr,1),void 0!==(t=u.plus(y)).d[k]){for(j=k;t.d[j]===u.d[j]&&j--;);if(-1==j)break}j=u,u=y,y=t,t=j}return external=!0,t.d.length=k+1,t}function tinyPow(b,e){for( |
| /*ThouShaltNotCache*/ |
| var n=b;--e;)n*=b;return n}function toLessThanHalfPi(Ctor,x){ |
| /*ThouShaltNotCache*/ |
| var t,isNeg=x.s<0,pi=getPi(Ctor,Ctor.precision,1),halfPi=pi.times(.5);if((x=x.abs()).lte(halfPi))return quadrant=isNeg?4:1,x;if((t=x.divToInt(pi)).isZero())quadrant=isNeg?3:2;else{if((x=x.minus(t.times(pi))).lte(halfPi))return quadrant=isOdd(t)?isNeg?2:3:isNeg?4:1,x;quadrant=isOdd(t)?isNeg?1:4:isNeg?3:2}return x.minus(pi).abs()}function toStringBinary(x,baseOut,sd,rm){ |
| /*ThouShaltNotCache*/ |
| var base,e,i,k,len,roundUp,str,xd,y,Ctor=x.constructor,isExp=void 0!==sd;if(isExp?(checkInt32(sd,1,1e9),void 0===rm?rm=Ctor.rounding:checkInt32(rm,0,8)):(sd=Ctor.precision,rm=Ctor.rounding),x.isFinite()){for(isExp?(base=2,16==baseOut?sd=4*sd-3:8==baseOut&&(sd=3*sd-2)):base=baseOut,(i=(str=finiteToString(x)).indexOf("."))>=0&&(str=str.replace(".",""),(y=new Ctor(1)).e=str.length-i,y.d=convertBase(finiteToString(y),10,base),y.e=y.d.length),e=len=(xd=convertBase(str,10,base)).length;0==xd[--len];)xd.pop();if(xd[0]){if(i<0?e--:((x=new Ctor(x)).d=xd,x.e=e,xd=(x=divide(x,y,sd,rm,0,base)).d,e=x.e,roundUp=inexact),i=xd[sd],k=base/2,roundUp=roundUp||void 0!==xd[sd+1],roundUp=rm<4?(void 0!==i||roundUp)&&(0===rm||rm===(x.s<0?3:2)):i>k||i===k&&(4===rm||roundUp||6===rm&&1&xd[sd-1]||rm===(x.s<0?8:7)),xd.length=sd,roundUp)for(;++xd[--sd]>base-1;)xd[sd]=0,sd||(++e,xd.unshift(1));for(len=xd.length;!xd[len-1];--len);for(i=0,str="";i<len;i++)str+=NUMERALS.charAt(xd[i]);if(isExp){if(len>1)if(16==baseOut||8==baseOut){for(i=16==baseOut?4:3,--len;len%i;len++)str+="0";for(len=(xd=convertBase(str,base,baseOut)).length;!xd[len-1];--len);for(i=1,str="1.";i<len;i++)str+=NUMERALS.charAt(xd[i])}else str=str.charAt(0)+"."+str.slice(1);str=str+(e<0?"p":"p+")+e}else if(e<0){for(;++e;)str="0"+str;str="0."+str}else if(++e>len)for(e-=len;e--;)str+="0";else e<len&&(str=str.slice(0,e)+"."+str.slice(e))}else str=isExp?"0p+0":"0";str=(16==baseOut?"0x":2==baseOut?"0b":8==baseOut?"0o":"")+str}else str=nonFiniteToString(x);return x.s<0?"-"+str:str}function truncate(arr,len){ |
| /*ThouShaltNotCache*/ |
| if(arr.length>len)return arr.length=len,!0}function abs(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).abs()}function acos(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).acos()}function acosh(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).acosh()}function add(x,y){ |
| /*ThouShaltNotCache*/ |
| return new this(x).plus(y)}function asin(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).asin()}function asinh(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).asinh()}function atan(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).atan()}function atanh(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).atanh()}function atan2(y,x){ |
| /*ThouShaltNotCache*/ |
| y=new this(y),x=new this(x);var r,pr=this.precision,rm=this.rounding,wpr=pr+4;return y.s&&x.s?y.d||x.d?!x.d||y.isZero()?(r=x.s<0?getPi(this,pr,rm):new this(0)).s=y.s:!y.d||x.isZero()?(r=getPi(this,wpr,1).times(.5)).s=y.s:x.s<0?(this.precision=wpr,this.rounding=1,r=this.atan(divide(y,x,wpr,1)),x=getPi(this,wpr,1),this.precision=pr,this.rounding=rm,r=y.s<0?r.minus(x):r.plus(x)):r=this.atan(divide(y,x,wpr,1)):(r=getPi(this,wpr,1).times(x.s>0?.25:.75)).s=y.s:r=new this(NaN),r}function cbrt(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).cbrt()}function ceil(x){ |
| /*ThouShaltNotCache*/ |
| return finalise(x=new this(x),x.e+1,2)}function clamp(x,min,max){ |
| /*ThouShaltNotCache*/ |
| return new this(x).clamp(min,max)}function config(obj){ |
| /*ThouShaltNotCache*/ |
| if(!obj||"object"!=typeof obj)throw Error("[DecimalError] Object expected");var i,p,v,useDefaults=!0===obj.defaults,ps=["precision",1,1e9,"rounding",0,8,"toExpNeg",-EXP_LIMIT,0,"toExpPos",0,EXP_LIMIT,"maxE",0,EXP_LIMIT,"minE",-EXP_LIMIT,0,"modulo",0,9];for(i=0;i<ps.length;i+=3)if(p=ps[i],useDefaults&&(this[p]=DEFAULTS[p]),void 0!==(v=obj[p])){if(!(mathfloor(v)===v&&v>=ps[i+1]&&v<=ps[i+2]))throw Error(invalidArgument+p+": "+v);this[p]=v}if(p="crypto",useDefaults&&(this[p]=DEFAULTS[p]),void 0!==(v=obj[p])){if(!0!==v&&!1!==v&&0!==v&&1!==v)throw Error(invalidArgument+p+": "+v);if(v){if("undefined"==typeof crypto||!crypto||!crypto.getRandomValues&&!crypto.randomBytes)throw Error("[DecimalError] crypto unavailable");this[p]=!0}else this[p]=!1}return this}function cos(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).cos()}function cosh(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).cosh()}function div(x,y){ |
| /*ThouShaltNotCache*/ |
| return new this(x).div(y)}function exp(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).exp()}function floor(x){ |
| /*ThouShaltNotCache*/ |
| return finalise(x=new this(x),x.e+1,3)}function hypot(){ |
| /*ThouShaltNotCache*/ |
| var i,n,t=new this(0);for(external=!1,i=0;i<arguments.length;)if((n=new this(arguments[i++])).d)t.d&&(t=t.plus(n.times(n)));else{if(n.s)return external=!0,new this(1/0);t=n}return external=!0,t.sqrt()}function isDecimalInstance(obj){ |
| /*ThouShaltNotCache*/ |
| return obj instanceof Decimal||obj&&obj.toStringTag===tag||!1}function ln(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).ln()}function log(x,y){ |
| /*ThouShaltNotCache*/ |
| return new this(x).log(y)}function log2(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).log(2)}function log10(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).log(10)}function max(){ |
| /*ThouShaltNotCache*/ |
| return maxOrMin(this,arguments,-1)}function min(){ |
| /*ThouShaltNotCache*/ |
| return maxOrMin(this,arguments,1)}function mod(x,y){ |
| /*ThouShaltNotCache*/ |
| return new this(x).mod(y)}function mul(x,y){ |
| /*ThouShaltNotCache*/ |
| return new this(x).mul(y)}function pow(x,y){ |
| /*ThouShaltNotCache*/ |
| return new this(x).pow(y)}function random(sd){ |
| /*ThouShaltNotCache*/ |
| var d,e,k,n,i=0,r=new this(1),rd=[];if(void 0===sd?sd=this.precision:checkInt32(sd,1,1e9),k=Math.ceil(sd/7),this.crypto)if(crypto.getRandomValues)for(d=crypto.getRandomValues(new Uint32Array(k));i<k;)(n=d[i])>=429e7?d[i]=crypto.getRandomValues(new Uint32Array(1))[0]:rd[i++]=n%1e7;else{if(!crypto.randomBytes)throw Error("[DecimalError] crypto unavailable");for(d=crypto.randomBytes(k*=4);i<k;)(n=d[i]+(d[i+1]<<8)+(d[i+2]<<16)+((127&d[i+3])<<24))>=214e7?crypto.randomBytes(4).copy(d,i):(rd.push(n%1e7),i+=4);i=k/4}else for(;i<k;)rd[i++]=1e7*Math.random()|0;for(sd%=7,(k=rd[--i])&&sd&&(n=mathpow(10,7-sd),rd[i]=(k/n|0)*n);0===rd[i];i--)rd.pop();if(i<0)e=0,rd=[0];else{for(e=-1;0===rd[0];e-=7)rd.shift();for(k=1,n=rd[0];n>=10;n/=10)k++;k<7&&(e-=7-k)}return r.e=e,r.d=rd,r}function round(x){ |
| /*ThouShaltNotCache*/ |
| return finalise(x=new this(x),x.e+1,this.rounding)}function sign(x){ |
| /*ThouShaltNotCache*/ |
| return(x=new this(x)).d?x.d[0]?x.s:0*x.s:x.s||NaN}function sin(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).sin()}function sinh(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).sinh()}function sqrt(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).sqrt()}function sub(x,y){ |
| /*ThouShaltNotCache*/ |
| return new this(x).sub(y)}function sum(){ |
| /*ThouShaltNotCache*/ |
| var i=0,args=arguments,x=new this(args[i]);for(external=!1;x.s&&++i<args.length;)x=x.plus(args[i]);return external=!0,finalise(x,this.precision,this.rounding)}function tan(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).tan()}function tanh(x){ |
| /*ThouShaltNotCache*/ |
| return new this(x).tanh()}function trunc(x){ |
| /*ThouShaltNotCache*/ |
| return finalise(x=new this(x),x.e+1,1)}Decimal=function clone(obj){ |
| /*ThouShaltNotCache*/ |
| var i,p,ps;function Decimal(v){ |
| /*ThouShaltNotCache*/ |
| var e,i,t,x=this;if(!(x instanceof Decimal))return new Decimal(v);if(x.constructor=Decimal,isDecimalInstance(v))return x.s=v.s,void(external?!v.d||v.e>Decimal.maxE?(x.e=NaN,x.d=null):v.e<Decimal.minE?(x.e=0,x.d=[0]):(x.e=v.e,x.d=v.d.slice()):(x.e=v.e,x.d=v.d?v.d.slice():v.d));if("number"===(t=typeof v)){if(0===v)return x.s=1/v<0?-1:1,x.e=0,void(x.d=[0]);if(v<0?(v=-v,x.s=-1):x.s=1,v===~~v&&v<1e7){for(e=0,i=v;i>=10;i/=10)e++;return void(external?e>Decimal.maxE?(x.e=NaN,x.d=null):e<Decimal.minE?(x.e=0,x.d=[0]):(x.e=e,x.d=[v]):(x.e=e,x.d=[v]))}return 0*v!=0?(v||(x.s=NaN),x.e=NaN,void(x.d=null)):parseDecimal(x,v.toString())}if("string"===t)return 45===(i=v.charCodeAt(0))?(v=v.slice(1),x.s=-1):(43===i&&(v=v.slice(1)),x.s=1),isDecimal.test(v)?parseDecimal(x,v):parseOther(x,v);if("bigint"===t)return v<0?(v=-v,x.s=-1):x.s=1,parseDecimal(x,v.toString());throw Error(invalidArgument+v)}if(Decimal.prototype=P,Decimal.ROUND_UP=0,Decimal.ROUND_DOWN=1,Decimal.ROUND_CEIL=2,Decimal.ROUND_FLOOR=3,Decimal.ROUND_HALF_UP=4,Decimal.ROUND_HALF_DOWN=5,Decimal.ROUND_HALF_EVEN=6,Decimal.ROUND_HALF_CEIL=7,Decimal.ROUND_HALF_FLOOR=8,Decimal.EUCLID=9,Decimal.config=Decimal.set=config,Decimal.clone=clone,Decimal.isDecimal=isDecimalInstance,Decimal.abs=abs,Decimal.acos=acos,Decimal.acosh=acosh,Decimal.add=add,Decimal.asin=asin,Decimal.asinh=asinh,Decimal.atan=atan,Decimal.atanh=atanh,Decimal.atan2=atan2,Decimal.cbrt=cbrt,Decimal.ceil=ceil,Decimal.clamp=clamp,Decimal.cos=cos,Decimal.cosh=cosh,Decimal.div=div,Decimal.exp=exp,Decimal.floor=floor,Decimal.hypot=hypot,Decimal.ln=ln,Decimal.log=log,Decimal.log10=log10,Decimal.log2=log2,Decimal.max=max,Decimal.min=min,Decimal.mod=mod,Decimal.mul=mul,Decimal.pow=pow,Decimal.random=random,Decimal.round=round,Decimal.sign=sign,Decimal.sin=sin,Decimal.sinh=sinh,Decimal.sqrt=sqrt,Decimal.sub=sub,Decimal.sum=sum,Decimal.tan=tan,Decimal.tanh=tanh,Decimal.trunc=trunc,void 0===obj&&(obj={}),obj&&!0!==obj.defaults)for(ps=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],i=0;i<ps.length;)obj.hasOwnProperty(p=ps[i++])||(obj[p]=this[p]);return Decimal.config(obj),Decimal}(DEFAULTS),Decimal.prototype.constructor=Decimal,Decimal.default=Decimal.Decimal=Decimal,LN10=new Decimal(LN10),PI=new Decimal(PI),void 0===(__WEBPACK_AMD_DEFINE_RESULT__=function(){ |
| /*ThouShaltNotCache*/ |
| return Decimal}.call(exports,__webpack_require__,exports,module))||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)}()},21934:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var Buffer=__webpack_require__(81545).Buffer,__createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);desc&&!("get"in desc?!m.__esModule:desc.writable||desc.configurable)||(desc={enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return m[k]}}),Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k),o[k2]=m[k]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(o,"default",{enumerable:!0,value:v})}:function(o,v){ |
| /*ThouShaltNotCache*/ |
| o.default=v}),__importStar=this&&this.__importStar||function(mod){ |
| /*ThouShaltNotCache*/ |
| if(mod&&mod.__esModule)return mod;var result={};if(null!=mod)for(var k in mod)"default"!==k&&Object.prototype.hasOwnProperty.call(mod,k)&&__createBinding(result,mod,k);return __setModuleDefault(result,mod),result},__importDefault=this&&this.__importDefault||function(mod){ |
| /*ThouShaltNotCache*/ |
| return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:!0}),exports.HttpsProxyAgent=void 0;const net=__importStar(__webpack_require__(60183)),tls=__importStar(__webpack_require__(94553)),assert_1=__importDefault(__webpack_require__(45350)),debug_1=__importDefault(__webpack_require__(51227)),agent_base_1=__webpack_require__(2987),url_1=__webpack_require__(41837),parse_proxy_response_1=__webpack_require__(5510),debug=(0,debug_1.default)("https-proxy-agent"),setServernameFromNonIpHost=options=> |
| /*ThouShaltNotCache*/ |
| void 0===options.servername&&options.host&&!net.isIP(options.host)?{...options,servername:options.host}:options;class HttpsProxyAgent extends agent_base_1.Agent{constructor(proxy,opts){ |
| /*ThouShaltNotCache*/ |
| super(opts),this.options={path:void 0},this.proxy="string"==typeof proxy?new url_1.URL(proxy):proxy,this.proxyHeaders=opts?.headers??{},debug("Creating new HttpsProxyAgent instance: %o",this.proxy.href);const host=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),port=this.proxy.port?parseInt(this.proxy.port,10):"https:"===this.proxy.protocol?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...opts?omit(opts,"headers"):null,host,port}}async connect(req,opts){ |
| /*ThouShaltNotCache*/ |
| const{proxy}=this;if(!opts.host)throw new TypeError('No "host" provided');let socket;"https:"===proxy.protocol?(debug("Creating `tls.Socket`: %o",this.connectOpts),socket=tls.connect(setServernameFromNonIpHost(this.connectOpts))):(debug("Creating `net.Socket`: %o",this.connectOpts),socket=net.connect(this.connectOpts));const headers="function"==typeof this.proxyHeaders?this.proxyHeaders():{...this.proxyHeaders},host=net.isIPv6(opts.host)?`[${opts.host}]`:opts.host;let payload=`CONNECT ${host}:${opts.port} HTTP/1.1\r\n`;if(proxy.username||proxy.password){const auth=`${decodeURIComponent(proxy.username)}:${decodeURIComponent(proxy.password)}`;headers["Proxy-Authorization"]=`Basic ${Buffer.from(auth).toString("base64")}`}headers.Host=`${host}:${opts.port}`,headers["Proxy-Connection"]||(headers["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(const name of Object.keys(headers))payload+=`${name}: ${headers[name]}\r\n`;const proxyResponsePromise=(0,parse_proxy_response_1.parseProxyResponse)(socket);socket.write(`${payload}\r\n`);const{connect,buffered}=await proxyResponsePromise;if(req.emit("proxyConnect",connect),this.emit("proxyConnect",connect,req),200===connect.statusCode)return req.once("socket",resume),opts.secureEndpoint?(debug("Upgrading socket connection to TLS"),tls.connect({...omit(setServernameFromNonIpHost(opts),"host","path","port"),socket})):socket;socket.destroy();const fakeSocket=new net.Socket({writable:!1});return fakeSocket.readable=!0,req.once("socket",s=>{ |
| /*ThouShaltNotCache*/ |
| debug("Replaying proxy buffer for failed request"),(0,assert_1.default)(s.listenerCount("data")>0),s.push(buffered),s.push(null)}),fakeSocket}}function resume(socket){ |
| /*ThouShaltNotCache*/ |
| socket.resume()}function omit(obj,...keys){ |
| /*ThouShaltNotCache*/ |
| const ret={};let key;for(key in obj)keys.includes(key)||(ret[key]=obj[key]);return ret}HttpsProxyAgent.protocols=["http","https"],exports.HttpsProxyAgent=HttpsProxyAgent},22104:module=>{"use strict";module.exports=RangeError},22304:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.MemoryCookieStore=void 0;const pathMatch_1=__webpack_require__(88384),permuteDomain_1=__webpack_require__(1446),store_1=__webpack_require__(57885),utils_1=__webpack_require__(19021);class MemoryCookieStore extends store_1.Store{constructor(){ |
| /*ThouShaltNotCache*/ |
| super(),this.synchronous=!0,this.idx=Object.create(null)}findCookie(domain,path,key,callback){ |
| /*ThouShaltNotCache*/ |
| const promiseCallback=(0,utils_1.createPromiseCallback)(callback);if(null==domain||null==path||null==key)return promiseCallback.resolve(void 0);const result=this.idx[domain]?.[path]?.[key];return promiseCallback.resolve(result)}findCookies(domain,path,allowSpecialUseDomain=!1,callback){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof allowSpecialUseDomain&&(callback=allowSpecialUseDomain,allowSpecialUseDomain=!0);const results=[],promiseCallback=(0,utils_1.createPromiseCallback)(callback);if(!domain)return promiseCallback.resolve([]);let pathMatcher;pathMatcher=path?function(domainIndex){ |
| /*ThouShaltNotCache*/ |
| for(const cookiePath in domainIndex)if((0,pathMatch_1.pathMatch)(path,cookiePath)){const pathIndex=domainIndex[cookiePath];for(const key in pathIndex){const value=pathIndex[key];value&&results.push(value)}}}:function(domainIndex){ |
| /*ThouShaltNotCache*/ |
| for(const curPath in domainIndex){const pathIndex=domainIndex[curPath];for(const key in pathIndex){const value=pathIndex[key];value&&results.push(value)}}};const domains=(0,permuteDomain_1.permuteDomain)(domain,allowSpecialUseDomain)||[domain],idx=this.idx;return domains.forEach(curDomain=>{ |
| /*ThouShaltNotCache*/ |
| const domainIndex=idx[curDomain];domainIndex&&pathMatcher(domainIndex)}),promiseCallback.resolve(results)}putCookie(cookie,callback){ |
| /*ThouShaltNotCache*/ |
| const promiseCallback=(0,utils_1.createPromiseCallback)(callback),{domain,path,key}=cookie;if(null==domain||null==path||null==key)return promiseCallback.resolve(void 0);const domainEntry=this.idx[domain]??Object.create(null);this.idx[domain]=domainEntry;const pathEntry=domainEntry[path]??Object.create(null);return domainEntry[path]=pathEntry,pathEntry[key]=cookie,promiseCallback.resolve(void 0)}updateCookie(_oldCookie,newCookie,callback){ |
| /*ThouShaltNotCache*/ |
| if(!callback)return this.putCookie(newCookie);this.putCookie(newCookie,callback)}removeCookie(domain,path,key,callback){ |
| /*ThouShaltNotCache*/ |
| const promiseCallback=(0,utils_1.createPromiseCallback)(callback);return delete this.idx[domain]?.[path]?.[key],promiseCallback.resolve(void 0)}removeCookies(domain,path,callback){ |
| /*ThouShaltNotCache*/ |
| const promiseCallback=(0,utils_1.createPromiseCallback)(callback),domainEntry=this.idx[domain];return domainEntry&&(path?delete domainEntry[path]:delete this.idx[domain]),promiseCallback.resolve(void 0)}removeAllCookies(callback){ |
| /*ThouShaltNotCache*/ |
| const promiseCallback=(0,utils_1.createPromiseCallback)(callback);return this.idx=Object.create(null),promiseCallback.resolve(void 0)}getAllCookies(callback){ |
| /*ThouShaltNotCache*/ |
| const promiseCallback=(0,utils_1.createPromiseCallback)(callback),cookies=[],idx=this.idx;return Object.keys(idx).forEach(domain=>{ |
| /*ThouShaltNotCache*/ |
| const domainEntry=idx[domain]??{};Object.keys(domainEntry).forEach(path=>{ |
| /*ThouShaltNotCache*/ |
| const pathEntry=domainEntry[path]??{};Object.keys(pathEntry).forEach(key=>{ |
| /*ThouShaltNotCache*/ |
| const keyEntry=pathEntry[key];null!=keyEntry&&cookies.push(keyEntry)})})}),cookies.sort((a,b)=>(a.creationIndex||0)-(b.creationIndex||0)),promiseCallback.resolve(cookies)}}exports.MemoryCookieStore=MemoryCookieStore},22345:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventInit=(__webpack_require__(65554),__webpack_require__(75633));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="newURL";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.USVString(value,{context:context+" has member 'newURL' that",globals:globalObject}),ret[key]=value):ret[key]=""}{const key="oldURL";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.USVString(value,{context:context+" has member 'oldURL' that",globals:globalObject}),ret[key]=value):ret[key]=""}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},22368:module=>{module.exports=core=>{ |
| /*ThouShaltNotCache*/ |
| var xpath={};function getNodeName(nodeOrAttr){ |
| /*ThouShaltNotCache*/ |
| return"Attr"===nodeOrAttr.constructor.name?nodeOrAttr.name:nodeOrAttr.nodeName}var ncNameChars,qNameChars,re,Stream=xpath.Stream=function(str){ |
| /*ThouShaltNotCache*/ |
| this.original=this.str=str,this.peeked=null,this.prev=null,this.prevprev=null};Stream.prototype={peek:function(){ |
| /*ThouShaltNotCache*/ |
| if(this.peeked)return this.peeked;var m=this.re.exec(this.str);return m?(this.str=this.str.substr(m[0].length),this.peeked=m[1]):null},peek2:function(){ |
| /*ThouShaltNotCache*/ |
| this.peek();var m=this.re.exec(this.str);return m?m[1]:null},pop:function(){ |
| /*ThouShaltNotCache*/ |
| var r=this.peek();return this.peeked=null,this.prevprev=this.prev,this.prev=r,r},trypop:function(tokens){ |
| /*ThouShaltNotCache*/ |
| var tok=this.peek();if(tok===tokens)return this.pop();if(Array.isArray(tokens))for(var i=0;i<tokens.length;++i){if(tokens[i]==tok)return this.pop()}},trypopfuncname:function(){ |
| /*ThouShaltNotCache*/ |
| var tok=this.peek();if(!this.isQnameRe.test(tok))return null;switch(tok){case"comment":case"text":case"processing-instruction":case"node":return null}return"("!=this.peek2()?null:this.pop()},trypopaxisname:function(){switch(this.peek()){case"ancestor":case"ancestor-or-self":case"attribute":case"child":case"descendant":case"descendant-or-self":case"following":case"following-sibling":case"namespace":case"parent":case"preceding":case"preceding-sibling":case"self":if("::"==this.peek2())return this.pop()}return null},trypopnametest:function(){ |
| /*ThouShaltNotCache*/ |
| var tok=this.peek();return"*"===tok||this.startsWithNcNameRe.test(tok)?this.pop():null},trypopliteral:function(){ |
| /*ThouShaltNotCache*/ |
| var tok=this.peek();if(null==tok)return null;var first=tok.charAt(0),last=tok.charAt(tok.length-1);return'"'===first&&'"'===last||"'"===first&&"'"===last?(this.pop(),tok.substr(1,tok.length-2)??null):null},trypopnumber:function(){ |
| /*ThouShaltNotCache*/ |
| var tok=this.peek();return this.isNumberRe.test(tok)?parseFloat(this.pop())??null:null},trypopvarref:function(){ |
| /*ThouShaltNotCache*/ |
| var tok=this.peek();return null==tok?null:"$"===tok.charAt(0)?this.pop().substr(1)??null:null},position:function(){ |
| /*ThouShaltNotCache*/ |
| return this.original.length-this.str.length}},qNameChars=(ncNameChars="[A-Z_a-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c-\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd][A-Z_a-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c-\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd\\-\\.0-9\u00b7\u0300-\u036f\u203f-\u2040]*")+"(?::"+ncNameChars+")?",re=new RegExp("^[ \t\r\n]*([0-9]+(?:\\.[0-9]*)?|\\.[0-9]+|\\.\\.|[\\(\\)\\[\\].@,]|::|\\*|"+ncNameChars+":\\*|"+qNameChars+"|and|or|mod|div|//|!=|<=|>=|[*/|+\\-=<>]|\"[^\"]*\"|'[^']*'|\\$"+qNameChars+")"),Stream.prototype.re=re,Stream.prototype.startsWithNcNameRe=new RegExp("^"+ncNameChars),Stream.prototype.isQnameRe=new RegExp("^"+qNameChars+"$"),Stream.prototype.isNumberRe=new RegExp("^[0-9]+(?:\\.[0-9]*)?|\\.[0-9]+$");var parse=xpath.parse=function(stream,a){for( |
| /*ThouShaltNotCache*/ |
| var x,r=orExpr(stream,a),unparsed=[];x=stream.pop();)unparsed.push(x);if(unparsed.length)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Unparsed tokens: "+unparsed.join(" "));return r};function binaryL(subExpr,stream,a,ops){ |
| /*ThouShaltNotCache*/ |
| var op,lhs=subExpr(stream,a);if(null==lhs)return null;for(;op=stream.trypop(ops);){var rhs=subExpr(stream,a);if(null==rhs)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected something after "+op);lhs=a.node(op,lhs,rhs)}return lhs}function locationPath(stream,a){ |
| /*ThouShaltNotCache*/ |
| return function(stream,a){ |
| /*ThouShaltNotCache*/ |
| var op=stream.peek();return"/"===op||"//"===op?relativeLocationPath(a.node("Root"),stream,a,!0):null}(stream,a)||relativeLocationPath(null,stream,a)}function relativeLocationPath(lhs,stream,a,isOnlyRootOk){ |
| /*ThouShaltNotCache*/ |
| if(null==lhs&&null==(lhs=step(stream,a)))return lhs;for(var op;op=stream.trypop(["/","//"]);){"//"===op&&(lhs=a.node("/",lhs,a.node("Axis","descendant-or-self","node",void 0)));var rhs=step(stream,a);if(null==rhs&&"/"===op&&isOnlyRootOk)return lhs;if(isOnlyRootOk=!1,null==rhs)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected step after "+op);lhs=a.node("/",lhs,rhs)}return lhs}function step(stream,a){ |
| /*ThouShaltNotCache*/ |
| var abbrStep=stream.trypop([".",".."]);if("."===abbrStep)return a.node("Axis","self","node");if(".."===abbrStep)return a.node("Axis","parent","node");var nodeName,axis=function(stream){ |
| /*ThouShaltNotCache*/ |
| var attr=stream.trypop("@");if(null!=attr)return"attribute";var axisName=stream.trypopaxisname();if(null!=axisName){if(null==stream.trypop("::"))throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Should not happen. Should be ::.");return axisName}}(stream),nodeType=function(stream){ |
| /*ThouShaltNotCache*/ |
| if("("!==stream.peek2())return null;var type=stream.trypop(["comment","text","processing-instruction","node"]);if(null!=type){if(null==stream.trypop("("))throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Should not happen.");if("processing-instruction"==type&&stream.trypopliteral(),null==stream.trypop(")"))throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected close parens.");return type}}(stream);if(null==nodeType&&(nodeName=function(stream){ |
| /*ThouShaltNotCache*/ |
| var name=stream.trypopnametest();return null!=name?name:null}(stream)),null==axis&&null==nodeType&&null==nodeName)return null;if(null==nodeType&&null==nodeName)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected nodeTest after axisSpecifier "+axis);null==axis&&(axis="child"),null==nodeType&&(nodeType="attribute"===axis?"attribute":"namespace"===axis?"namespace":"element");for(var pred,lhs=a.node("Axis",axis,nodeType,nodeName);null!=(pred=predicate(lhs,stream,a));)lhs=pred;return lhs}function predicate(lhs,stream,a){ |
| /*ThouShaltNotCache*/ |
| if(null==stream.trypop("["))return null;var expr=orExpr(stream,a);if(null==expr)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected expression after [");if(null==stream.trypop("]"))throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected ] after expression.");return a.node("Predicate",lhs,expr)}function primaryExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| var x=stream.trypopliteral();if(null==x&&(x=stream.trypopnumber()),null!=x)return x;var varRef=stream.trypopvarref();if(null!=varRef)return a.node("VariableReference",varRef);var funCall=function(stream,a){ |
| /*ThouShaltNotCache*/ |
| var name=stream.trypopfuncname(stream,a);if(null==name)return null;if(null==stream.trypop("("))throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected ( ) after function name.");var params=[],first=!0;for(;null==stream.trypop(")");){if(!first&&null==stream.trypop(","))throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected , between arguments of the function.");first=!1;var param=orExpr(stream,a);if(null==param)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected expression as argument of function.");params.push(param)}return a.node("FunctionCall",name,params)}(stream,a);if(null!=funCall)return funCall;if(stream.trypop("(")){var e=orExpr(stream,a);if(null==e)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected expression after (.");if(null==stream.trypop(")"))throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected ) after expression.");return e}return null}function pathExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| var filter=function(stream,a){ |
| /*ThouShaltNotCache*/ |
| var primary=primaryExpr(stream,a);if(null==primary)return null;var pred,lhs=primary;for(;null!=(pred=predicate(lhs,stream,a));)lhs=pred;return lhs}(stream,a);if(null==filter){var loc=locationPath(stream,a);if(null==loc)throw new Error;return a.node("PathExpr",loc)}var rel=relativeLocationPath(filter,stream,a,!1);return filter===rel?rel:a.node("PathExpr",rel)}function orExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| stream.peeked,stream.str;var r=binaryL(andExpr,stream,a,"or");stream.peeked,stream.str;return r}function andExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| return binaryL(equalityExpr,stream,a,"and")}function equalityExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| return binaryL(relationalExpr,stream,a,["=","!="])}function relationalExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| return binaryL(additiveExpr,stream,a,["<",">","<=",">="])}function additiveExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| return binaryL(multiplicativeExpr,stream,a,["+","-"])}function multiplicativeExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| return binaryL(unaryExpr,stream,a,["*","div","mod"])}function unaryExpr(stream,a){ |
| /*ThouShaltNotCache*/ |
| if(stream.trypop("-")){var e=unaryExpr(stream,a);if(null==e)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Expected unary expression after -");return a.node("UnaryMinus",e)}return function(stream,a){ |
| /*ThouShaltNotCache*/ |
| return binaryL(pathExpr,stream,a,"|")}(stream,a)}var astFactory={node:function(){ |
| /*ThouShaltNotCache*/ |
| return Array.prototype.slice.call(arguments)}};function NodeMultiSet(isReverseAxis){ |
| /*ThouShaltNotCache*/ |
| this.nodes=[],this.pos=[],this.lasts=[],this.nextPos=[],this.seriesIndexes=[],this.isReverseAxis=isReverseAxis,this._pushToNodes=isReverseAxis?Array.prototype.unshift:Array.prototype.push}function NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| this.nodeTypeNum=nodeTypeNum,this.nodeName=nodeName,this.shouldLowerCase=shouldLowerCase,this.nodeNameTest=null==nodeName?this._alwaysTrue:shouldLowerCase?this._nodeNameLowerCaseEquals:this._nodeNameEquals}function followingSiblingHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,shift,peek,followingNode,andSelf,isReverseAxis){for( |
| /*ThouShaltNotCache*/ |
| var matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),nodeMultiSet=new NodeMultiSet(isReverseAxis);0<nodeList.length;){var node=shift.call(nodeList);console.assert(null!=node),node=followingNode(node),nodeMultiSet.pushSeries();for(var numPushed=1;null!=node;)!andSelf&&matcher.matches(node)&&nodeMultiSet.addNode(node),node===peek.call(nodeList)&&(shift.call(nodeList),nodeMultiSet.pushSeries(),numPushed++),andSelf&&matcher.matches(node)&&nodeMultiSet.addNode(node),node=followingNode(node);for(;0<numPushed--;)nodeMultiSet.popSeries()}return nodeMultiSet}function followingNonDescendantNode(node){ |
| /*ThouShaltNotCache*/ |
| if(node.ownerElement){if(node.ownerElement.firstChild)return node.ownerElement.firstChild;node=node.ownerElement}do{if(node.nextSibling)return node.nextSibling}while(node=node.parentNode);return null}function followingNode(node){if( |
| /*ThouShaltNotCache*/ |
| node.ownerElement&&(node=node.ownerElement),null!=node.firstChild)return node.firstChild;do{if(null!=node.nextSibling)return node.nextSibling;node=node.parentNode}while(node);return null}function precedingNode(node){ |
| /*ThouShaltNotCache*/ |
| if(node.ownerElement)return node.ownerElement;if(null!=node.previousSibling){for(node=node.previousSibling;null!=node.lastChild;)node=node.lastChild;return node}return null!=node.parentNode?node.parentNode:null}function descendantDfs(nodeMultiSet,node,remaining,matcher,andSelf,attrIndices,attrNodes){ |
| /*ThouShaltNotCache*/ |
| for(;0<remaining.length&&null!=remaining[0].ownerElement;){var attr=remaining.shift();andSelf&&matcher.matches(attr)&&(attrNodes.push(attr),attrIndices.push(nodeMultiSet.nodes.length))}null==node||andSelf||matcher.matches(node)&&nodeMultiSet.addNode(node);var pushed=!1;if(null==node){if(0===remaining.length)return;node=remaining.shift(),nodeMultiSet.pushSeries(),pushed=!0}else 0<remaining.length&&node===remaining[0]&&(nodeMultiSet.pushSeries(),pushed=!0,remaining.shift());andSelf&&matcher.matches(node)&&nodeMultiSet.addNode(node);for(var nodeList=node.childNodes,j=0;j<nodeList.length;++j){descendantDfs(nodeMultiSet,nodeList[j],remaining,matcher,andSelf,attrIndices,attrNodes)}pushed&&nodeMultiSet.popSeries()}function descenantHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,andSelf){for( |
| /*ThouShaltNotCache*/ |
| var matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),nodeMultiSet=new NodeMultiSet(!1),attrIndices=[],attrNodes=[];0<nodeList.length;)descendantDfs(nodeMultiSet,null,nodeList,matcher,andSelf,attrIndices,attrNodes);nodeMultiSet.finalize();for(var i=attrNodes.length-1;i>=0;--i)nodeMultiSet.nodes.splice(attrIndices[i],attrIndices[i],attrNodes[i]),nodeMultiSet.pos.splice(attrIndices[i],attrIndices[i],[1]),nodeMultiSet.lasts.splice(attrIndices[i],attrIndices[i],[1]);return nodeMultiSet}function ancestorHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,andSelf){for( |
| /*ThouShaltNotCache*/ |
| var matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),ancestors=[],i=0;i<nodeList.length;++i){for(var node=nodeList[i],isFirst=!0,a=[];null!=node;)isFirst&&!andSelf||matcher.matches(node)&&a.push(node),isFirst=!1,node=node.parentNode||node.ownerElement;0<a.length&&ancestors.push(a)}var lasts=[];for(i=0;i<ancestors.length;++i)lasts.push(ancestors[i].length);new NodeMultiSet(!0);for(var newCtx={nodes:[],pos:[],lasts:[]};0<ancestors.length;){var pos=[ancestors[0].length],last=[lasts[0]];for(node=ancestors[0].pop(),i=ancestors.length-1;i>0;--i)node===ancestors[i][ancestors[i].length-1]&&(pos.push(ancestors[i].length),last.push(lasts[i]),ancestors[i].pop(),0===ancestors[i].length&&(ancestors.splice(i,i+1),lasts.splice(i,i+1)));0===ancestors[0].length&&(ancestors.shift(),lasts.shift()),newCtx.nodes.push(node),newCtx.pos.push(pos),newCtx.lasts.push(last)}return newCtx}function addressVector(node){ |
| /*ThouShaltNotCache*/ |
| var r=[node];for(null!=node.ownerElement&&(node=node.ownerElement,r.push(-1));null!=node;){for(var i=0;null!=node.previousSibling;)node=node.previousSibling,i++;r.push(i),node=node.parentNode}return r}function addressComparator(a,b){ |
| /*ThouShaltNotCache*/ |
| var c,minlen=Math.min(a.length-1,b.length-1),alen=a.length,blen=b.length;if(a[0]===b[0])return 0;for(var i=0;i<minlen&&0===(c=a[alen-i-1]-b[blen-i-1]);++i);return null!=c&&0!==c||(c=alen-blen),0===c&&(c=getNodeName(a)-getNodeName(b)),0===c&&(c=1),c}NodeMultiSet.prototype={pushSeries:function(){ |
| /*ThouShaltNotCache*/ |
| this.nextPos.push(1),this.seriesIndexes.push(this.nodes.length)},popSeries:function(){ |
| /*ThouShaltNotCache*/ |
| console.assert(0<this.nextPos.length,this.nextPos);for(var last=this.nextPos.pop()-1,indexInPos=this.nextPos.length,seriesBeginIndex=this.seriesIndexes.pop(),seriesEndIndex=this.nodes.length,i=seriesBeginIndex;i<seriesEndIndex;++i)console.assert(indexInPos<this.lasts[i].length),console.assert(void 0===this.lasts[i][indexInPos]),this.lasts[i][indexInPos]=last},finalize:function(){ |
| /*ThouShaltNotCache*/ |
| if(null==this.nextPos)return this;console.assert(0===this.nextPos.length);for(var lastsJSON=JSON.stringify(this.lasts),i=0;i<this.lasts.length;++i)for(var j=0;j<this.lasts[i].length;++j)console.assert(null!=this.lasts[i][j],i+","+j+":"+lastsJSON);return this.pushSeries=this.popSeries=this.addNode=function(){ |
| /*ThouShaltNotCache*/ |
| throw new Error("Already finalized.")},this},addNode:function(node){ |
| /*ThouShaltNotCache*/ |
| console.assert(node),this._pushToNodes.call(this.nodes,node),this._pushToNodes.call(this.pos,this.nextPos.slice()),this._pushToNodes.call(this.lasts,new Array(this.nextPos.length));for(var i=0;i<this.nextPos.length;++i)this.nextPos[i]++},simplify:function(){ |
| /*ThouShaltNotCache*/ |
| return this.finalize(),{nodes:this.nodes,pos:this.pos,lasts:this.lasts}}},NodeMatcher.prototype={matches:function(node){ |
| /*ThouShaltNotCache*/ |
| return!(0!==this.nodeTypeNum&&!this._nodeTypeMatches(node))&&this.nodeNameTest(getNodeName(node))},_nodeTypeMatches(nodeOrAttr){ |
| /*ThouShaltNotCache*/ |
| return"Attr"===nodeOrAttr.constructor.name&&2===this.nodeTypeNum||nodeOrAttr.nodeType===this.nodeTypeNum},_alwaysTrue:function(name){ |
| /*ThouShaltNotCache*/ |
| return!0},_nodeNameEquals:function(name){ |
| /*ThouShaltNotCache*/ |
| return this.nodeName===name},_nodeNameLowerCaseEquals:function(name){ |
| /*ThouShaltNotCache*/ |
| return this.nodeName===name.toLowerCase()}};var sortUniqDocumentOrder=xpath.sortUniqDocumentOrder=function(nodes){for( |
| /*ThouShaltNotCache*/ |
| var a=[],i=0;i<nodes.length;i++){var v=addressVector(nodes[i]);a.push(v)}a.sort(addressComparator);var b=[];for(i=0;i<a.length;i++)0<i&&a[i][0]===a[i-1][0]||b.push(a[i][0]);return b};function mergeNodeLists(x,y){ |
| /*ThouShaltNotCache*/ |
| var a,b,aanc,banc,r=[];if("object"!=typeof x)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Invalid LHS for | operator (expected node-set): "+x);if("object"!=typeof y)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Invalid LHS for | operator (expected node-set): "+y);for(;null==a&&null!=(a=x.shift())&&(aanc=addressVector(a)),null==b&&null!=(b=y.shift())&&(banc=addressVector(b)),null!=a&&null!=b;){var c=addressComparator(aanc,banc);c<0?(r.push(a),a=null,aanc=null):c>0?(r.push(b),b=null,banc=null):getNodeName(a)<getNodeName(b)?(r.push(a),a=null,aanc=null):getNodeName(a)>getNodeName(b)||a!==b?(r.push(b),b=null,banc=null):(console.assert(a===b,c),b=null,banc=null)}for(;a;)r.push(a),a=x.shift();for(;b;)r.push(b),b=y.shift();return r}function comparisonHelper(test,x,y,isNumericComparison){ |
| /*ThouShaltNotCache*/ |
| var coersion;if(coersion=isNumericComparison?fn.number:"boolean"==typeof x||"boolean"==typeof y?fn.boolean:"number"==typeof x||"number"==typeof y?fn.number:fn.string,"object"==typeof x&&"object"==typeof y){for(var i=0;i<x.nodes.length;++i)for(var xi=coersion({nodes:[x.nodes[i]]}),j=0;j<y.nodes.length;++j){if(test(xi,coersion({nodes:[y.nodes[j]]})))return!0}return!1}if("object"==typeof x&&x.nodes&&x.nodes.length){for(i=0;i<x.nodes.length;++i){if(test(xi=coersion({nodes:[x.nodes[i]]}),coersion(y)))return!0}return!1}if("object"==typeof y&&x.nodes&&x.nodes.length){for(i=0;i<x.nodes.length;++i){var yi=coersion({nodes:[y.nodes[i]]});if(test(coersion(x),yi))return!0}return!1}return test(coersion(x),coersion(y))}var axes=xpath.axes={ancestor:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| return ancestorHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,!1)},"ancestor-or-self":function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| return ancestorHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,!0)},attribute:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| var matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),nodeMultiSet=new NodeMultiSet(!1);if(null!=nodeName)for(var i=0;i<nodeList.length;++i){if(null!=(node=nodeList[i]).getAttributeNode)null!=(attr=node.getAttributeNode(nodeName))&&matcher.matches(attr)&&(nodeMultiSet.pushSeries(),nodeMultiSet.addNode(attr),nodeMultiSet.popSeries())}else for(i=0;i<nodeList.length;++i){var node;if(null!=(node=nodeList[i]).attributes){nodeMultiSet.pushSeries();for(var j=0;j<node.attributes.length;j++){var attr=node.attributes[j];matcher.matches(attr)&&nodeMultiSet.addNode(attr)}nodeMultiSet.popSeries()}}return nodeMultiSet.finalize()},child:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){for( |
| /*ThouShaltNotCache*/ |
| var matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),nodeMultiSet=new NodeMultiSet(!1),i=0;i<nodeList.length;++i){var n=nodeList[i];if(!n.ownerElement&&n.childNodes){nodeMultiSet.pushSeries();for(var childList=1===nodeTypeNum&&null!=n.children?n.children:n.childNodes,j=0;j<childList.length;++j){var child=childList[j];matcher.matches(child)&&nodeMultiSet.addNode(child)}nodeMultiSet.popSeries()}}return nodeMultiSet.finalize(),function(nodeMultiSet){for( |
| /*ThouShaltNotCache*/ |
| var a=[],i=0;i<nodeMultiSet.nodes.length;i++){var v=addressVector(nodeMultiSet.nodes[i]);a.push({v,n:nodeMultiSet.nodes[i],p:nodeMultiSet.pos[i],l:nodeMultiSet.lasts[i]})}a.sort(function(x,y){ |
| /*ThouShaltNotCache*/ |
| return addressComparator(x.v,y.v)});var r={nodes:[],pos:[],lasts:[]};for(i=0;i<a.length;++i)r.nodes.push(a[i].n),r.pos.push(a[i].p),r.lasts.push(a[i].l);return r}(nodeMultiSet)},descendant:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| return descenantHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,!1)},"descendant-or-self":function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| return descenantHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,!0)},following:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| return function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){for( |
| /*ThouShaltNotCache*/ |
| var matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),nodeMultiSet=new NodeMultiSet(!1),cursor=nodeList[0],unorderedFollowingStarts=[],i=0;i<nodeList.length;i++){var start=followingNonDescendantNode(nodeList[i]);start&&unorderedFollowingStarts.push(start)}if(0===unorderedFollowingStarts.length)return{nodes:[]};for(var started=0;cursor=followingNode(cursor);){for(i=unorderedFollowingStarts.length-1;i>=0;i--)cursor===unorderedFollowingStarts[i]&&(nodeMultiSet.pushSeries(),unorderedFollowingStarts.splice(i,i+1),started++);started&&matcher.matches(cursor)&&nodeMultiSet.addNode(cursor)}for(console.assert(0===unorderedFollowingStarts.length),i=0;i<started;i++)nodeMultiSet.popSeries();return nodeMultiSet.finalize()}(nodeList,nodeTypeNum,nodeName,shouldLowerCase)},"following-sibling":function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| return followingSiblingHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,Array.prototype.shift,function(){ |
| /*ThouShaltNotCache*/ |
| return this[0]},function(node){ |
| /*ThouShaltNotCache*/ |
| return node.nextSibling})},namespace:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){},parent:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){for( |
| /*ThouShaltNotCache*/ |
| var matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),nodes=[],pos=[],i=0;i<nodeList.length;++i){var parent=nodeList[i].parentNode||nodeList[i].ownerElement;null!=parent&&(matcher.matches(parent)&&(nodes.length>0&&parent===nodes[nodes.length-1]||(nodes.push(parent),pos.push([1]))))}return{nodes,pos,lasts:pos}},preceding:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| return function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| var matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),cursor=nodeList.pop();if(null==cursor)return{nodes:{}};for(var r={nodes:[],pos:[],lasts:[]},nextParents=[cursor.parentNode||cursor.ownerElement],nextPos=[1];cursor=precedingNode(cursor);){cursor===nodeList[nodeList.length-1]&&(nextParents.push(nodeList.pop()),nextPos.push(1));var pos,matches=matcher.matches(cursor),someoneUsed=!1;matches&&(pos=nextPos.slice());for(var i=0;i<nextParents.length;++i)cursor===nextParents[i]?(nextParents[i]=cursor.parentNode||cursor.ownerElement,matches&&(pos[i]=null)):matches&&(pos[i]=nextPos[i]++,someoneUsed=!0);someoneUsed&&(r.nodes.unshift(cursor),r.pos.unshift(pos))}for(i=0;i<r.pos.length;++i){var lasts=[];r.lasts.push(lasts);for(var j=r.pos[i].length-1;j>=0;j--)null==r.pos[i][j]?r.pos[i].splice(j,j+1):lasts.unshift(nextPos[j]-1)}return r}(nodeList,nodeTypeNum,nodeName,shouldLowerCase)},"preceding-sibling":function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){ |
| /*ThouShaltNotCache*/ |
| return followingSiblingHelper(nodeList,nodeTypeNum,nodeName,shouldLowerCase,Array.prototype.pop,function(){ |
| /*ThouShaltNotCache*/ |
| return this[this.length-1]},function(node){ |
| /*ThouShaltNotCache*/ |
| return node.previousSibling},!1,!0)},self:function(nodeList,nodeTypeNum,nodeName,shouldLowerCase){for( |
| /*ThouShaltNotCache*/ |
| var nodes=[],pos=[],matcher=new NodeMatcher(nodeTypeNum,nodeName,shouldLowerCase),i=0;i<nodeList.length;++i)matcher.matches(nodeList[i])&&(nodes.push(nodeList[i]),pos.push([1]));return{nodes,pos,lasts:pos}}},fn={number:function(optObject){ |
| /*ThouShaltNotCache*/ |
| return"number"==typeof optObject?optObject:"string"==typeof optObject?parseFloat(optObject):"boolean"==typeof optObject?+optObject:fn.number(fn.string.call(this,optObject))},string:function(optObject){ |
| /*ThouShaltNotCache*/ |
| return null==optObject?fn.string(this):"string"==typeof optObject||"boolean"==typeof optObject||"number"==typeof optObject?""+optObject:0==optObject.nodes.length?"":null!=optObject.nodes[0].textContent?optObject.nodes[0].textContent:optObject.nodes[0].nodeValue},boolean:function(x){ |
| /*ThouShaltNotCache*/ |
| return"object"==typeof x?x.nodes.length>0:!!x},last:function(){ |
| /*ThouShaltNotCache*/ |
| return console.assert(Array.isArray(this.pos)),console.assert(Array.isArray(this.lasts)),console.assert(1===this.pos.length),console.assert(1===this.lasts.length),console.assert(1===this.lasts[0].length),this.lasts[0][0]},position:function(){ |
| /*ThouShaltNotCache*/ |
| return console.assert(Array.isArray(this.pos)),console.assert(Array.isArray(this.lasts)),console.assert(1===this.pos.length),console.assert(1===this.lasts.length),console.assert(1===this.pos[0].length),this.pos[0][0]},count:function(nodeSet){ |
| /*ThouShaltNotCache*/ |
| if("object"!=typeof nodeSet)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Position "+stream.position()+": Function count(node-set) got wrong argument type: "+nodeSet);return nodeSet.nodes.length},id:function(object){ |
| /*ThouShaltNotCache*/ |
| var ids,r={nodes:[]},doc=this.nodes[0].ownerDocument||this.nodes[0];if(console.assert(doc),"object"==typeof object){ids=[];for(var i=0;i<object.nodes.length;++i){var idNode=object.nodes[i],a=fn.string({nodes:[idNode]}).split(/[ \t\r\n]+/g);Array.prototype.push.apply(ids,a)}}else{ids=a=fn.string(object).split(/[ \t\r\n]+/g)}for(i=0;i<ids.length;++i){var id=ids[i];if(0!==id.length){var node=doc.getElementById(id);null!=node&&r.nodes.push(node)}}return r.nodes=sortUniqDocumentOrder(r.nodes),r},"local-name":function(nodeSet){ |
| /*ThouShaltNotCache*/ |
| if(null==nodeSet)return fn.name(this);if(null==nodeSet.nodes)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"argument to name() must be a node-set. got "+nodeSet);return nodeSet.nodes[0].localName},"namespace-uri":function(nodeSet){ |
| /*ThouShaltNotCache*/ |
| throw new Error("not implemented yet")},name:function(nodeSet){ |
| /*ThouShaltNotCache*/ |
| if(null==nodeSet)return fn.name(this);if(null==nodeSet.nodes)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"argument to name() must be a node-set. got "+nodeSet);return nodeSet.nodes[0].name},concat:function(x){for( |
| /*ThouShaltNotCache*/ |
| var l=[],i=0;i<arguments.length;++i)l.push(fn.string(arguments[i]));return l.join("")},"starts-with":function(a,b){ |
| /*ThouShaltNotCache*/ |
| var as=fn.string(a),bs=fn.string(b);return as.substr(0,bs.length)===bs},contains:function(a,b){ |
| /*ThouShaltNotCache*/ |
| var as=fn.string(a),bs=fn.string(b);return-1!==as.indexOf(bs)},"substring-before":function(a,b){ |
| /*ThouShaltNotCache*/ |
| var as=fn.string(a),bs=fn.string(b),i=as.indexOf(bs);return-1===i?"":as.substr(0,i)},"substring-after":function(a,b){ |
| /*ThouShaltNotCache*/ |
| var as=fn.string(a),bs=fn.string(b),i=as.indexOf(bs);return-1===i?"":as.substr(i+bs.length)},substring:function(string,start,optEnd){ |
| /*ThouShaltNotCache*/ |
| if(null==string||null==start)throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Must be at least 2 arguments to string()");var sString=fn.string(string),iStart=fn.round(start),iEnd=null==optEnd?null:fn.round(optEnd);return null==iEnd?sString.substr(iStart-1):sString.substr(iStart-1,iEnd)},"string-length":function(optString){ |
| /*ThouShaltNotCache*/ |
| return fn.string.call(this,optString).length},"normalize-space":function(optString){return fn.string.call(this,optString).replace(/[ \t\r\n]+/g," ").replace(/^ | $/g,"")},translate:function(string,from,to){for( |
| /*ThouShaltNotCache*/ |
| var sString=fn.string.call(this,string),sFrom=fn.string(from),sTo=fn.string(to),eachCharRe=[],map={},i=0;i<sFrom.length;++i){var c=sFrom.charAt(i);map[c]=sTo.charAt(i),eachCharRe.push(c.replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08"))}var re=new RegExp(eachCharRe.join("|"),"g");return sString.replace(re,function(c){ |
| /*ThouShaltNotCache*/ |
| return map[c]})},not:function(x){return!fn.boolean(x)},true:function(){ |
| /*ThouShaltNotCache*/ |
| return!0},false:function(){ |
| /*ThouShaltNotCache*/ |
| return!1},lang:function(string){ |
| /*ThouShaltNotCache*/ |
| throw new Error("Not implemented")},sum:function(optNodeSet){ |
| /*ThouShaltNotCache*/ |
| if(null==optNodeSet)return fn.sum(this);for(var sum=0,i=0;i<optNodeSet.nodes.length;++i){var node=optNodeSet.nodes[i];sum+=fn.number({nodes:[node]})}return sum},floor:function(number){ |
| /*ThouShaltNotCache*/ |
| return Math.floor(fn.number(number))},ceiling:function(number){ |
| /*ThouShaltNotCache*/ |
| return Math.ceil(fn.number(number))},round:function(number){ |
| /*ThouShaltNotCache*/ |
| return Math.round(fn.number(number))}},more={UnaryMinus:function(x){ |
| /*ThouShaltNotCache*/ |
| return-fn.number(x)},"+":function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)+fn.number(y)},"-":function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)-fn.number(y)},"*":function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)*fn.number(y)},div:function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)/fn.number(y)},mod:function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)%fn.number(y)},"<":function(x,y){ |
| /*ThouShaltNotCache*/ |
| return comparisonHelper(function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)<fn.number(y)},x,y,!0)},"<=":function(x,y){ |
| /*ThouShaltNotCache*/ |
| return comparisonHelper(function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)<=fn.number(y)},x,y,!0)},">":function(x,y){ |
| /*ThouShaltNotCache*/ |
| return comparisonHelper(function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)>fn.number(y)},x,y,!0)},">=":function(x,y){ |
| /*ThouShaltNotCache*/ |
| return comparisonHelper(function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.number(x)>=fn.number(y)},x,y,!0)},and:function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.boolean(x)&&fn.boolean(y)},or:function(x,y){ |
| /*ThouShaltNotCache*/ |
| return fn.boolean(x)||fn.boolean(y)},"|":function(x,y){ |
| /*ThouShaltNotCache*/ |
| return{nodes:mergeNodeLists(x.nodes,y.nodes)}},"=":function(x,y){ |
| /*ThouShaltNotCache*/ |
| if("object"==typeof x&&"object"==typeof y){for(var aMap={},i=0;i<x.nodes.length;++i){aMap[fn.string({nodes:[x.nodes[i]]})]=!0}for(i=0;i<y.nodes.length;++i){if(aMap[fn.string({nodes:[y.nodes[i]]})])return!0}return!1}return comparisonHelper(function(x,y){ |
| /*ThouShaltNotCache*/ |
| return x===y},x,y)},"!=":function(x,y){ |
| /*ThouShaltNotCache*/ |
| if("object"==typeof x&&"object"==typeof y){if(0===x.nodes.length||0===y.nodes.length)return!1;for(var aMap={},i=0;i<x.nodes.length;++i){aMap[fn.string({nodes:[x.nodes[i]]})]=!0}for(i=0;i<y.nodes.length;++i){if(!aMap[fn.string({nodes:[y.nodes[i]]})])return!0}return!1}return comparisonHelper(function(x,y){ |
| /*ThouShaltNotCache*/ |
| return x!==y},x,y)}},nodeTypes=xpath.nodeTypes={node:0,attribute:2,comment:8,text:3,"processing-instruction":7,element:1},Evaluator=(xpath.stringifyObject=function(ctx){ |
| /*ThouShaltNotCache*/ |
| var seenKey="seen"+Math.floor(1e9*Math.random());return JSON.stringify(function helper(ctx){ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(ctx))return ctx.map(function(x){ |
| /*ThouShaltNotCache*/ |
| return helper(x)});if("object"!=typeof ctx)return ctx;if(null==ctx)return ctx;if(null!=ctx.outerHTML)return ctx.outerHTML;if(null!=ctx.nodeValue)return ctx.nodeName+"="+ctx.nodeValue;if(ctx[seenKey])return"[circular]";ctx[seenKey]=!0;var nicer={};for(var key in ctx)if(seenKey!==key)try{nicer[key]=helper(ctx[key])}catch(e){nicer[key]="[exception: "+e.message+"]"}return delete ctx[seenKey],nicer}(ctx))},xpath.Evaluator=function(doc){ |
| /*ThouShaltNotCache*/ |
| this.doc=doc});Evaluator.prototype={val:function(ast,ctx){if( |
| /*ThouShaltNotCache*/ |
| console.assert(ctx.nodes),"number"==typeof ast||"string"==typeof ast)return ast;if(more[ast[0]]){for(var evaluatedParams=[],i=1;i<ast.length;++i)evaluatedParams.push(this.val(ast[i],ctx));return r=more[ast[0]].apply(ctx,evaluatedParams)}switch(ast[0]){case"Root":return{nodes:[this.doc]};case"FunctionCall":var functionName=ast[1],functionParams=ast[2];if(null==fn[functionName])throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,"Unknown function: "+functionName);for(evaluatedParams=[],i=0;i<functionParams.length;++i)evaluatedParams.push(this.val(functionParams[i],ctx));return r=fn[functionName].apply(ctx,evaluatedParams);case"Predicate":var ret={nodes:[]},contexts=function(nodeMultiSet){for( |
| /*ThouShaltNotCache*/ |
| var r=[],i=0;i<nodeMultiSet.nodes.length;i++){var node=nodeMultiSet.nodes[i];if(nodeMultiSet.pos)for(var j=0;j<nodeMultiSet.pos[i].length;++j)r.push({nodes:[node],pos:[[nodeMultiSet.pos[i][j]]],lasts:[[nodeMultiSet.lasts[i][j]]]});else r.push({nodes:[node],pos:[[i+1]],lasts:[[nodeMultiSet.nodes.length]]})}return r}(lhs=this.val(ast[1],ctx));for(i=0;i<contexts.length;++i){var singleNodeSet=contexts[i],rhs=this.val(ast[2],singleNodeSet);if("number"==typeof rhs?rhs===singleNodeSet.pos[0][0]:fn.boolean(rhs)){var node=singleNodeSet.nodes[0];for(ret.nodes.push(node);i+1<contexts.length&&node===contexts[i+1].nodes[0];)i++}}return ret;case"PathExpr":var x=this.val(ast[1],ctx);return x.finalize?{nodes:x.nodes}:x;case"/":var lhs=this.val(ast[1],ctx);console.assert(null!=lhs);var r=this.val(ast[2],lhs);return console.assert(null!=r),r;case"Axis":var axis=ast[1],nodeType=ast[2],nodeTypeNum=nodeTypes[nodeType],nodeName=ast[3]?ast[3].toLowerCase():ast[3];if(nodeName="*"===nodeName?null:nodeName,"object"!=typeof ctx)return{nodes:[],pos:[]};var nodeList=ctx.nodes.slice();return r=axes[axis](nodeList,nodeTypeNum,nodeName,true)}}};xpath.evaluate=function(expr,doc,context){ |
| /*ThouShaltNotCache*/ |
| var stream=new Stream(expr),ast=parse(stream,astFactory);return new Evaluator(doc).val(ast,{nodes:[context]})};var XPathException=xpath.XPathException=function(code,message){ |
| /*ThouShaltNotCache*/ |
| var e=new Error(message);return e.name="XPathException",e.code=code,e};XPathException.INVALID_EXPRESSION_ERR=51,XPathException.TYPE_ERR=52;var XPathEvaluator=xpath.XPathEvaluator=function(){};XPathEvaluator.prototype={createExpression:function(expression,resolver){ |
| /*ThouShaltNotCache*/ |
| return new XPathExpression(expression,resolver)},createNSResolver:function(nodeResolver){},evaluate:function(expression,contextNode,resolver,type,result){return new XPathExpression(expression,resolver).evaluate(contextNode,type,result)}};var XPathExpression=xpath.XPathExpression=function(expression,resolver,optDoc){ |
| /*ThouShaltNotCache*/ |
| var stream=new Stream(expression);this._ast=parse(stream,astFactory),this._doc=optDoc};XPathExpression.prototype={evaluate:function(contextNode,type,result){ |
| /*ThouShaltNotCache*/ |
| if(null==contextNode.nodeType)throw new Error("bad argument (expected context node): "+contextNode);var doc=contextNode.ownerDocument||contextNode;if(null!=this._doc&&this._doc!==doc)throw new core.DOMException(core.DOMException.WRONG_DOCUMENT_ERR,"The document must be the same as the context node's document.");var value=new Evaluator(doc).val(this._ast,{nodes:[contextNode]});if(XPathResult.NUMBER_TYPE===type)value=fn.number(value);else if(XPathResult.STRING_TYPE===type)value=fn.string(value);else if(XPathResult.BOOLEAN_TYPE===type)value=fn.boolean(value);else{if(XPathResult.ANY_TYPE!==type&&XPathResult.UNORDERED_NODE_ITERATOR_TYPE!==type&&XPathResult.ORDERED_NODE_ITERATOR_TYPE!==type&&XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE!==type&&XPathResult.ORDERED_NODE_SNAPSHOT_TYPE!==type&&XPathResult.ANY_UNORDERED_NODE_TYPE!==type&&XPathResult.FIRST_ORDERED_NODE_TYPE!==type)throw new core.DOMException(core.DOMException.NOT_SUPPORTED_ERR,"You must provide an XPath result type (0=any).");if(XPathResult.ANY_TYPE!==type&&"object"!=typeof value)throw new XPathException(XPathException.TYPE_ERR,"Value should be a node-set: "+value)}return new XPathResult(doc,value,type)}};var XPathResult=xpath.XPathResult=function(doc,value,resultType){ |
| /*ThouShaltNotCache*/ |
| this._value=value,this._resultType=resultType,this._i=0};XPathResult.ANY_TYPE=0,XPathResult.NUMBER_TYPE=1,XPathResult.STRING_TYPE=2,XPathResult.BOOLEAN_TYPE=3,XPathResult.UNORDERED_NODE_ITERATOR_TYPE=4,XPathResult.ORDERED_NODE_ITERATOR_TYPE=5,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE=6,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE=7,XPathResult.ANY_UNORDERED_NODE_TYPE=8,XPathResult.FIRST_ORDERED_NODE_TYPE=9;var proto={get resultType(){ |
| /*ThouShaltNotCache*/ |
| if(this._resultType)return this._resultType;switch(typeof this._value){case"number":return XPathResult.NUMBER_TYPE;case"string":return XPathResult.STRING_TYPE;case"boolean":return XPathResult.BOOLEAN_TYPE;default:return XPathResult.UNORDERED_NODE_ITERATOR_TYPE}},get numberValue(){ |
| /*ThouShaltNotCache*/ |
| if(XPathResult.NUMBER_TYPE!==this.resultType)throw new XPathException(XPathException.TYPE_ERR,"You should have asked for a NUMBER_TYPE.");return this._value},get stringValue(){ |
| /*ThouShaltNotCache*/ |
| if(XPathResult.STRING_TYPE!==this.resultType)throw new XPathException(XPathException.TYPE_ERR,"You should have asked for a STRING_TYPE.");return this._value},get booleanValue(){ |
| /*ThouShaltNotCache*/ |
| if(XPathResult.BOOLEAN_TYPE!==this.resultType)throw new XPathException(XPathException.TYPE_ERR,"You should have asked for a BOOLEAN_TYPE.");return this._value},get singleNodeValue(){ |
| /*ThouShaltNotCache*/ |
| if(XPathResult.ANY_UNORDERED_NODE_TYPE!==this.resultType&&XPathResult.FIRST_ORDERED_NODE_TYPE!==this.resultType)throw new XPathException(XPathException.TYPE_ERR,"You should have asked for a FIRST_ORDERED_NODE_TYPE.");return this._value.nodes[0]||null},get invalidIteratorState(){ |
| /*ThouShaltNotCache*/ |
| return(XPathResult.UNORDERED_NODE_ITERATOR_TYPE===this.resultType||XPathResult.ORDERED_NODE_ITERATOR_TYPE===this.resultType)&&!!this._invalidated},get snapshotLength(){ |
| /*ThouShaltNotCache*/ |
| if(XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE!==this.resultType&&XPathResult.ORDERED_NODE_SNAPSHOT_TYPE!==this.resultType)throw new XPathException(XPathException.TYPE_ERR,"You should have asked for a ORDERED_NODE_SNAPSHOT_TYPE.");return this._value.nodes.length},iterateNext:function(){ |
| /*ThouShaltNotCache*/ |
| if(XPathResult.UNORDERED_NODE_ITERATOR_TYPE!==this.resultType&&XPathResult.ORDERED_NODE_ITERATOR_TYPE!==this.resultType)throw new XPathException(XPathException.TYPE_ERR,"You should have asked for a ORDERED_NODE_ITERATOR_TYPE.");if(this.invalidIteratorState)throw new core.DOMException(core.DOMException.INVALID_STATE_ERR,"The document has been mutated since the result was returned");return this._value.nodes[this._i++]||null},snapshotItem:function(index){ |
| /*ThouShaltNotCache*/ |
| if(XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE!==this.resultType&&XPathResult.ORDERED_NODE_SNAPSHOT_TYPE!==this.resultType)throw new XPathException(XPathException.TYPE_ERR,"You should have asked for a ORDERED_NODE_SNAPSHOT_TYPE.");return this._value.nodes[index]||null}};return XPathResult.prototype=Object.create(XPathResult,Object.keys(proto).reduce(function(descriptors,name){ |
| /*ThouShaltNotCache*/ |
| return descriptors[name]=Object.getOwnPropertyDescriptor(proto,name),descriptors},{constructor:{value:XPathResult,writable:!0,configurable:!0}})),core.XPathException=XPathException,core.XPathExpression=XPathExpression,core.XPathResult=XPathResult,core.XPathEvaluator=XPathEvaluator,core.Document.prototype.createExpression=XPathEvaluator.prototype.createExpression,core.Document.prototype.createNSResolver=XPathEvaluator.prototype.createNSResolver,core.Document.prototype.evaluate=XPathEvaluator.prototype.evaluate,xpath}},22825:(__unused_webpack_module,exports)=>{var CSSOM={StyleSheet:function(){ |
| /*ThouShaltNotCache*/ |
| this.parentStyleSheet=null}};exports.StyleSheet=CSSOM.StyleSheet},23063:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const SVGPreserveAspectRatio=__webpack_require__(5178);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._element=privateData.element}get baseVal(){ |
| /*ThouShaltNotCache*/ |
| return SVGPreserveAspectRatio.createImpl(this._globalObject,[],{element:this._element})}get animVal(){ |
| /*ThouShaltNotCache*/ |
| return SVGPreserveAspectRatio.createImpl(this._globalObject,[],{element:this._element})}}},23185:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLMeterElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLMeterElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLMeterElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLMeterElement",new.target)}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLMeterElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLMeterElement.");V=conversions.double(V,{context:"Failed to set the 'value' property on 'HTMLMeterElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].value=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get min(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get min' called on an object that is not a valid instance of HTMLMeterElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].min}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set min(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set min' called on an object that is not a valid instance of HTMLMeterElement.");V=conversions.double(V,{context:"Failed to set the 'min' property on 'HTMLMeterElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].min=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get max(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get max' called on an object that is not a valid instance of HTMLMeterElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].max}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set max(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set max' called on an object that is not a valid instance of HTMLMeterElement.");V=conversions.double(V,{context:"Failed to set the 'max' property on 'HTMLMeterElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].max=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get low(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get low' called on an object that is not a valid instance of HTMLMeterElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].low}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set low(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set low' called on an object that is not a valid instance of HTMLMeterElement.");V=conversions.double(V,{context:"Failed to set the 'low' property on 'HTMLMeterElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].low=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get high(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get high' called on an object that is not a valid instance of HTMLMeterElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].high}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set high(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set high' called on an object that is not a valid instance of HTMLMeterElement.");V=conversions.double(V,{context:"Failed to set the 'high' property on 'HTMLMeterElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].high=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get optimum(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get optimum' called on an object that is not a valid instance of HTMLMeterElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].optimum}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set optimum(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set optimum' called on an object that is not a valid instance of HTMLMeterElement.");V=conversions.double(V,{context:"Failed to set the 'optimum' property on 'HTMLMeterElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].optimum=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get labels(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get labels' called on an object that is not a valid instance of HTMLMeterElement.");return utils.tryWrapperForImpl(esValue[implSymbol].labels)}}Object.defineProperties(HTMLMeterElement.prototype,{value:{enumerable:!0},min:{enumerable:!0},max:{enumerable:!0},low:{enumerable:!0},high:{enumerable:!0},optimum:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMeterElement",configurable:!0}}),ctorRegistry.HTMLMeterElement=HTMLMeterElement,Object.defineProperty(globalObject,"HTMLMeterElement",{configurable:!0,writable:!0,value:HTMLMeterElement})};const Impl=__webpack_require__(25436)},23292:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLButtonElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLButtonElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLButtonElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLButtonElement",new.target)}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'checkValidity' called on an object that is not a valid instance of HTMLButtonElement.");return esValue[implSymbol].checkValidity()}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reportValidity' called on an object that is not a valid instance of HTMLButtonElement.");return esValue[implSymbol].reportValidity()}setCustomValidity(error){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setCustomValidity' called on an object that is not a valid instance of HTMLButtonElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setCustomValidity' on 'HTMLButtonElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setCustomValidity' on 'HTMLButtonElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setCustomValidity(...args)}get autofocus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get autofocus' called on an object that is not a valid instance of HTMLButtonElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("autofocus")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set autofocus(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set autofocus' called on an object that is not a valid instance of HTMLButtonElement.");V=conversions.boolean(V,{context:"Failed to set the 'autofocus' property on 'HTMLButtonElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("autofocus",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("autofocus")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get disabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get disabled' called on an object that is not a valid instance of HTMLButtonElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set disabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set disabled' called on an object that is not a valid instance of HTMLButtonElement.");V=conversions.boolean(V,{context:"Failed to set the 'disabled' property on 'HTMLButtonElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("disabled",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLButtonElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get formNoValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get formNoValidate' called on an object that is not a valid instance of HTMLButtonElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("formnovalidate")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set formNoValidate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set formNoValidate' called on an object that is not a valid instance of HTMLButtonElement.");V=conversions.boolean(V,{context:"Failed to set the 'formNoValidate' property on 'HTMLButtonElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("formnovalidate",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("formnovalidate")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get formTarget(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get formTarget' called on an object that is not a valid instance of HTMLButtonElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("formtarget");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set formTarget(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set formTarget' called on an object that is not a valid instance of HTMLButtonElement.");V=conversions.DOMString(V,{context:"Failed to set the 'formTarget' property on 'HTMLButtonElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("formtarget",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLButtonElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLButtonElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLButtonElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLButtonElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].type}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLButtonElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLButtonElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].type=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLButtonElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("value");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLButtonElement.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'HTMLButtonElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("value",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get willValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get willValidate' called on an object that is not a valid instance of HTMLButtonElement.");return esValue[implSymbol].willValidate}get validity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validity' called on an object that is not a valid instance of HTMLButtonElement.");return utils.tryWrapperForImpl(esValue[implSymbol].validity)}get validationMessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validationMessage' called on an object that is not a valid instance of HTMLButtonElement.");return esValue[implSymbol].validationMessage}get labels(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get labels' called on an object that is not a valid instance of HTMLButtonElement.");return utils.tryWrapperForImpl(esValue[implSymbol].labels)}}Object.defineProperties(HTMLButtonElement.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},autofocus:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},formNoValidate:{enumerable:!0},formTarget:{enumerable:!0},name:{enumerable:!0},type:{enumerable:!0},value:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLButtonElement",configurable:!0}}),ctorRegistry.HTMLButtonElement=HTMLButtonElement,Object.defineProperty(globalObject,"HTMLButtonElement",{configurable:!0,writable:!0,value:HTMLButtonElement})};const Impl=__webpack_require__(47903)},23487:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{removeLeadingAndTrailingHTTPWhitespace,removeTrailingHTTPWhitespace,isHTTPWhitespaceChar,solelyContainsHTTPTokenCodePoints,soleyContainsHTTPQuotedStringTokenCodePoints,asciiLowercase,collectAnHTTPQuotedString}=__webpack_require__(69583);module.exports=input=>{ |
| /*ThouShaltNotCache*/ |
| input=removeLeadingAndTrailingHTTPWhitespace(input);let position=0,type="";for(;position<input.length&&"/"!==input[position];)type+=input[position],++position;if(0===type.length||!solelyContainsHTTPTokenCodePoints(type))return null;if(position>=input.length)return null;++position;let subtype="";for(;position<input.length&&";"!==input[position];)subtype+=input[position],++position;if(subtype=removeTrailingHTTPWhitespace(subtype),0===subtype.length||!solelyContainsHTTPTokenCodePoints(subtype))return null;const mimeType={type:asciiLowercase(type),subtype:asciiLowercase(subtype),parameters:new Map};for(;position<input.length;){for(++position;isHTTPWhitespaceChar(input[position]);)++position;let parameterName="";for(;position<input.length&&";"!==input[position]&&"="!==input[position];)parameterName+=input[position],++position;if(parameterName=asciiLowercase(parameterName),position<input.length){if(";"===input[position])continue;++position}let parameterValue=null;if('"'===input[position])for([parameterValue,position]=collectAnHTTPQuotedString(input,position);position<input.length&&";"!==input[position];)++position;else{for(parameterValue="";position<input.length&&";"!==input[position];)parameterValue+=input[position],++position;if(parameterValue=removeTrailingHTTPWhitespace(parameterValue),""===parameterValue)continue}parameterName.length>0&&solelyContainsHTTPTokenCodePoints(parameterName)&&soleyContainsHTTPQuotedStringTokenCodePoints(parameterValue)&&!mimeType.parameters.has(parameterName)&&mimeType.parameters.set(parameterName,parameterValue)}return mimeType}},23692:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,BlobCallback=__webpack_require__(19207),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLCanvasElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLCanvasElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLCanvasElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLCanvasElement",new.target)}getContext(contextId){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getContext' called on an object that is not a valid instance of HTMLCanvasElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getContext' on 'HTMLCanvasElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getContext' on 'HTMLCanvasElement': parameter 1",globals:globalObject}),args.push(curArg)}for(let i=1;i<arguments.length;i++){let curArg=arguments[i];curArg=conversions.any(curArg,{context:"Failed to execute 'getContext' on 'HTMLCanvasElement': parameter "+(i+1),globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getContext(...args))}toDataURL(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toDataURL' called on an object that is not a valid instance of HTMLCanvasElement.");const args=[];{let curArg=arguments[0];void 0!==curArg&&(curArg=conversions.DOMString(curArg,{context:"Failed to execute 'toDataURL' on 'HTMLCanvasElement': parameter 1",globals:globalObject})),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.any(curArg,{context:"Failed to execute 'toDataURL' on 'HTMLCanvasElement': parameter 2",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].toDataURL(...args)}toBlob(callback){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toBlob' called on an object that is not a valid instance of HTMLCanvasElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'toBlob' on 'HTMLCanvasElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=BlobCallback.convert(globalObject,curArg,{context:"Failed to execute 'toBlob' on 'HTMLCanvasElement': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.DOMString(curArg,{context:"Failed to execute 'toBlob' on 'HTMLCanvasElement': parameter 2",globals:globalObject})),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=conversions.any(curArg,{context:"Failed to execute 'toBlob' on 'HTMLCanvasElement': parameter 3",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].toBlob(...args)}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLCanvasElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].width}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLCanvasElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'width' property on 'HTMLCanvasElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].width=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of HTMLCanvasElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].height}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of HTMLCanvasElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'height' property on 'HTMLCanvasElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].height=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLCanvasElement.prototype,{getContext:{enumerable:!0},toDataURL:{enumerable:!0},toBlob:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLCanvasElement",configurable:!0}}),ctorRegistry.HTMLCanvasElement=HTMLCanvasElement,Object.defineProperty(globalObject,"HTMLCanvasElement",{configurable:!0,writable:!0,value:HTMLCanvasElement})};const Impl=__webpack_require__(49159)},23842:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348);const vm=__webpack_require__(55558),webIDLConversions=__webpack_require__(40630),{CSSStyleDeclaration}=__webpack_require__(65215),whatwgURL=__webpack_require__(88499),notImplemented=__webpack_require__(48184),{installInterfaces}=__webpack_require__(28073),{define,mixin}=__webpack_require__(7586),Element=__webpack_require__(88571),EventTarget=__webpack_require__(87950),EventHandlerNonNull=__webpack_require__(70705),IDLFunction=__webpack_require__(13787),OnBeforeUnloadEventHandlerNonNull=__webpack_require__(29706),OnErrorEventHandlerNonNull=__webpack_require__(62490),{fireAPageTransitionEvent}=__webpack_require__(72995),namedPropertiesWindow=__webpack_require__(68721),DOMException=__webpack_require__(3698),idlUtils=__webpack_require__(65554),WebSocketImpl=__webpack_require__(57680).implementation,BarProp=__webpack_require__(30971),documents=__webpack_require__(67411),External=__webpack_require__(84504),Navigator=__webpack_require__(30598),Performance=__webpack_require__(88149),Screen=__webpack_require__(97247),Crypto=__webpack_require__(12430),Storage=__webpack_require__(93182),Selection=__webpack_require__(30477),reportException=__webpack_require__(57335),{getCurrentEventHandlerValue}=__webpack_require__(43648),{fireAnEvent}=__webpack_require__(97130),SessionHistory=__webpack_require__(460),{getDeclarationForElement,getResolvedValue,propertiesWithResolvedValueImplemented,SHADOW_DOM_PSEUDO_REGEXP}=__webpack_require__(34132),CustomElementRegistry=__webpack_require__(62309),MessageEvent=__webpack_require__(6426),jsGlobals=__webpack_require__(75282),GlobalEventHandlersImpl=__webpack_require__(54122).implementation,WindowEventHandlersImpl=__webpack_require__(84693).implementation,events=new Set(["abort","autocomplete","autocompleteerror","blur","cancel","canplay","canplaythrough","change","click","close","contextmenu","cuechange","dblclick","drag","dragend","dragenter","dragleave","dragover","dragstart","drop","durationchange","emptied","ended","focus","input","invalid","keydown","keypress","keyup","load","loadeddata","loadedmetadata","loadstart","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","wheel","pause","play","playing","progress","ratechange","reset","resize","scroll","securitypolicyviolation","seeked","seeking","select","sort","stalled","submit","suspend","timeupdate","toggle","volumechange","waiting","afterprint","beforeprint","hashchange","languagechange","message","messageerror","offline","online","pagehide","pageshow","popstate","rejectionhandled","storage","unhandledrejection","unload"]),jsGlobalEntriesToInstall=Object.entries(jsGlobals).filter(([name])=>name in __webpack_require__.g);function makeReplaceablePropertyDescriptor(property,window){ |
| /*ThouShaltNotCache*/ |
| const desc={set(value){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(window,property,{configurable:!0,enumerable:!0,writable:!0,value})}};return Object.defineProperty(desc.set,"name",{value:`set ${property}`}),desc}exports.createWindow=options=>{ |
| /*ThouShaltNotCache*/ |
| const makeVMContext="outside-only"===options.runScripts||"dangerously"===options.runScripts,window={};if(makeVMContext){vm.createContext(window),window._globalObject=window,window._globalProxy=vm.runInContext("this",window);for(const[globalName,globalPropDesc]of jsGlobalEntriesToInstall){const propDesc={...globalPropDesc,value:vm.runInContext(globalName,window)};Object.defineProperty(window,globalName,propDesc)}}else{window._globalObject=window._globalProxy=window;for(const[globalName,globalPropDesc]of jsGlobalEntriesToInstall){const propDesc={...globalPropDesc,value:__webpack_require__.g[globalName]};Object.defineProperty(window,globalName,propDesc)}}installInterfaces(window,["Window"]);const WindowConstructor=function(){ |
| /*ThouShaltNotCache*/ |
| throw new TypeError("Illegal constructor")};Object.setPrototypeOf(WindowConstructor,window.EventTarget),Object.defineProperty(window,"Window",{configurable:!0,writable:!0,value:WindowConstructor});const windowPropertiesObject=Object.create(window.EventTarget.prototype);Object.defineProperties(windowPropertiesObject,{[Symbol.toStringTag]:{value:"WindowProperties",configurable:!0}}),namedPropertiesWindow.initializeWindow(window,window._globalProxy);const windowPrototype=Object.create(windowPropertiesObject);return Object.defineProperties(windowPrototype,{constructor:{value:WindowConstructor,writable:!0,configurable:!0},[Symbol.toStringTag]:{value:"Window",configurable:!0}}),WindowConstructor.prototype=windowPrototype,Object.setPrototypeOf(window,windowPrototype),makeVMContext&&(Object.setPrototypeOf(window._globalProxy,windowPrototype),Object.setPrototypeOf(window.EventTarget.prototype,window.Object.prototype)),EventTarget.setup(window,window),function(window){ |
| /*ThouShaltNotCache*/ |
| mixin(window,WindowEventHandlersImpl.prototype),mixin(window,GlobalEventHandlersImpl.prototype),window._initGlobalEvents(),Object.defineProperty(window,"onbeforeunload",{configurable:!0,enumerable:!0,get:()=>idlUtils.tryWrapperForImpl(getCurrentEventHandlerValue(window,"beforeunload")),set(V){ |
| /*ThouShaltNotCache*/ |
| V=idlUtils.isObject(V)?OnBeforeUnloadEventHandlerNonNull.convert(window,V,{context:"Failed to set the 'onbeforeunload' property on 'Window': The provided value"}):null,window._setEventHandlerFor("beforeunload",V)}}),Object.defineProperty(window,"onerror",{configurable:!0,enumerable:!0,get:()=>idlUtils.tryWrapperForImpl(getCurrentEventHandlerValue(window,"error")),set(V){ |
| /*ThouShaltNotCache*/ |
| V=idlUtils.isObject(V)?OnErrorEventHandlerNonNull.convert(window,V,{context:"Failed to set the 'onerror' property on 'Window': The provided value"}):null,window._setEventHandlerFor("error",V)}});for(const event of events)Object.defineProperty(window,`on${event}`,{configurable:!0,enumerable:!0,get:()=>idlUtils.tryWrapperForImpl(getCurrentEventHandlerValue(window,event)),set(V){ |
| /*ThouShaltNotCache*/ |
| V=idlUtils.isObject(V)?EventHandlerNonNull.convert(window,V,{context:`Failed to set the 'on${event}' property on 'Window': The provided value`}):null,window._setEventHandlerFor(event,V)}})}(window),function(window,options){ |
| /*ThouShaltNotCache*/ |
| const windowInitialized=performance.now();window._resourceLoader=options.resourceLoader,window._document=documents.createWrapper(window,{parsingMode:options.parsingMode,contentType:options.contentType,encoding:options.encoding,cookieJar:options.cookieJar,url:options.url,lastModified:options.lastModified,referrer:options.referrer,parseOptions:options.parseOptions,defaultView:window._globalProxy,global:window,parentOrigin:options.parentOrigin},{alwaysUseDocumentClass:!0});const documentOrigin=idlUtils.implForWrapper(window._document)._origin;window._origin=documentOrigin,window._sessionHistory=new SessionHistory({document:idlUtils.implForWrapper(window._document),url:idlUtils.implForWrapper(window._document)._URL,stateObject:null},window),window._virtualConsole=options.virtualConsole,window._runScripts=options.runScripts,window._parent=window._top=window._globalProxy,window._frameElement=null,window._length=0,window._currentEvent=void 0,window._pretendToBeVisual=options.pretendToBeVisual,window._storageQuota=options.storageQuota,options.commonForOrigin&&options.commonForOrigin[documentOrigin]?window._commonForOrigin=options.commonForOrigin:window._commonForOrigin={[documentOrigin]:{localStorageArea:new Map,sessionStorageArea:new Map,windowsInSameOrigin:[window]}};window._currentOriginData=window._commonForOrigin[documentOrigin],window._localStorage=Storage.create(window,[],{associatedWindow:window,storageArea:window._currentOriginData.localStorageArea,type:"localStorage",url:window._document.documentURI,storageQuota:window._storageQuota}),window._sessionStorage=Storage.create(window,[],{associatedWindow:window,storageArea:window._currentOriginData.sessionStorageArea,type:"sessionStorage",url:window._document.documentURI,storageQuota:window._storageQuota}),window._selection=Selection.createImpl(window),window.getSelection=function(){ |
| /*ThouShaltNotCache*/ |
| return window._selection};const locationbar=BarProp.create(window),menubar=BarProp.create(window),personalbar=BarProp.create(window),scrollbars=BarProp.create(window),statusbar=BarProp.create(window),toolbar=BarProp.create(window),external=External.create(window),navigator=Navigator.create(window,[],{userAgent:window._resourceLoader._userAgent}),performanceImpl=Performance.create(window,[],{timeOrigin:performance.timeOrigin+windowInitialized,nowAtTimeOrigin:windowInitialized}),screen=Screen.create(window),crypto=Crypto.create(window);window._customElementRegistry=CustomElementRegistry.create(window),define(window,{get length(){ |
| /*ThouShaltNotCache*/ |
| return window._length},get window(){ |
| /*ThouShaltNotCache*/ |
| return window._globalProxy},get frameElement(){ |
| /*ThouShaltNotCache*/ |
| return idlUtils.wrapperForImpl(window._frameElement)},get frames(){ |
| /*ThouShaltNotCache*/ |
| return window._globalProxy},get self(){ |
| /*ThouShaltNotCache*/ |
| return window._globalProxy},get parent(){ |
| /*ThouShaltNotCache*/ |
| return window._parent},get top(){ |
| /*ThouShaltNotCache*/ |
| return window._top},get document(){ |
| /*ThouShaltNotCache*/ |
| return window._document},get external(){ |
| /*ThouShaltNotCache*/ |
| return external},get location(){ |
| /*ThouShaltNotCache*/ |
| return idlUtils.wrapperForImpl(idlUtils.implForWrapper(window._document)._location)},set location(value){ |
| /*ThouShaltNotCache*/ |
| Reflect.set(window.location,"href",value)},get history(){ |
| /*ThouShaltNotCache*/ |
| return idlUtils.wrapperForImpl(idlUtils.implForWrapper(window._document)._history)},get navigator(){ |
| /*ThouShaltNotCache*/ |
| return navigator},get locationbar(){ |
| /*ThouShaltNotCache*/ |
| return locationbar},get menubar(){ |
| /*ThouShaltNotCache*/ |
| return menubar},get personalbar(){ |
| /*ThouShaltNotCache*/ |
| return personalbar},get scrollbars(){ |
| /*ThouShaltNotCache*/ |
| return scrollbars},get statusbar(){ |
| /*ThouShaltNotCache*/ |
| return statusbar},get toolbar(){ |
| /*ThouShaltNotCache*/ |
| return toolbar},get performance(){ |
| /*ThouShaltNotCache*/ |
| return performanceImpl},get screen(){ |
| /*ThouShaltNotCache*/ |
| return screen},get crypto(){ |
| /*ThouShaltNotCache*/ |
| return crypto},get origin(){ |
| /*ThouShaltNotCache*/ |
| return window._origin},get localStorage(){ |
| /*ThouShaltNotCache*/ |
| if("null"===idlUtils.implForWrapper(window._document)._origin)throw DOMException.create(window,["localStorage is not available for opaque origins","SecurityError"]);return window._localStorage},get sessionStorage(){ |
| /*ThouShaltNotCache*/ |
| if("null"===idlUtils.implForWrapper(window._document)._origin)throw DOMException.create(window,["sessionStorage is not available for opaque origins","SecurityError"]);return window._sessionStorage},get customElements(){ |
| /*ThouShaltNotCache*/ |
| return window._customElementRegistry},get event(){ |
| /*ThouShaltNotCache*/ |
| return window._currentEvent?idlUtils.wrapperForImpl(window._currentEvent):void 0}}),Object.defineProperties(window,{self:makeReplaceablePropertyDescriptor("self",window),locationbar:makeReplaceablePropertyDescriptor("locationbar",window),menubar:makeReplaceablePropertyDescriptor("menubar",window),personalbar:makeReplaceablePropertyDescriptor("personalbar",window),scrollbars:makeReplaceablePropertyDescriptor("scrollbars",window),statusbar:makeReplaceablePropertyDescriptor("statusbar",window),toolbar:makeReplaceablePropertyDescriptor("toolbar",window),frames:makeReplaceablePropertyDescriptor("frames",window),parent:makeReplaceablePropertyDescriptor("parent",window),external:makeReplaceablePropertyDescriptor("external",window),length:makeReplaceablePropertyDescriptor("length",window),screen:makeReplaceablePropertyDescriptor("screen",window),origin:makeReplaceablePropertyDescriptor("origin",window),event:makeReplaceablePropertyDescriptor("event",window),window:{configurable:!1},document:{configurable:!1},location:{configurable:!1},top:{configurable:!1}});const listOfActiveTimers=new Map;let latestTimerId=0;function timerInitializationSteps(handler,timeout,args,{methodContext,repeat,previousHandle}){ |
| /*ThouShaltNotCache*/ |
| if(!methodContext._document)return 0;const methodContextProxy=methodContext._globalProxy,handle=void 0!==previousHandle?previousHandle:++latestTimerId;function task(){ |
| /*ThouShaltNotCache*/ |
| if(listOfActiveTimers.has(handle)){try{"function"==typeof handler?handler.apply(methodContextProxy,args):"dangerously"===window._runScripts&&vm.runInContext(handler,window,{filename:window.location.href,displayErrors:!1})}catch(e){reportException(window,e,window.location.href)}listOfActiveTimers.has(handle)&&(repeat?timerInitializationSteps(handler,timeout,args,{methodContext,repeat:!0,previousHandle:handle}):listOfActiveTimers.delete(handle))}}timeout<0&&(timeout=0);const nodejsTimer=setTimeout(task,timeout);return listOfActiveTimers.set(handle,nodejsTimer),handle}window.setTimeout=function(handler,timeout=0,...args){ |
| /*ThouShaltNotCache*/ |
| return"function"!=typeof handler&&(handler=webIDLConversions.DOMString(handler)),timerInitializationSteps(handler,timeout=webIDLConversions.long(timeout),args,{methodContext:window,repeat:!1})},window.setInterval=function(handler,timeout=0,...args){ |
| /*ThouShaltNotCache*/ |
| return"function"!=typeof handler&&(handler=webIDLConversions.DOMString(handler)),timerInitializationSteps(handler,timeout=webIDLConversions.long(timeout),args,{methodContext:window,repeat:!0})},window.clearTimeout=function(handle=0){ |
| /*ThouShaltNotCache*/ |
| handle=webIDLConversions.long(handle);const nodejsTimer=listOfActiveTimers.get(handle);nodejsTimer&&(clearTimeout(nodejsTimer),listOfActiveTimers.delete(handle))},window.clearInterval=function(handle=0){ |
| /*ThouShaltNotCache*/ |
| handle=webIDLConversions.long(handle);const nodejsTimer=listOfActiveTimers.get(handle);nodejsTimer&&(clearTimeout(nodejsTimer),listOfActiveTimers.delete(handle))},window.queueMicrotask=function(callback){ |
| /*ThouShaltNotCache*/ |
| callback=IDLFunction.convert(window,callback),queueMicrotask(()=>{ |
| /*ThouShaltNotCache*/ |
| try{callback()}catch(e){reportException(window,e,window.location.href)}})};let animationFrameCallbackId=0;const mapOfAnimationFrameCallbacks=new Map;let animationFrameNodejsInterval=null,numberOfOngoingAnimationFrameCallbacks=0;if(window._pretendToBeVisual){function runAnimationFrameCallbacks(now){ |
| /*ThouShaltNotCache*/ |
| const callbackHandles=[...mapOfAnimationFrameCallbacks.keys()];for(const handle of callbackHandles)if(mapOfAnimationFrameCallbacks.has(handle)){const callback=mapOfAnimationFrameCallbacks.get(handle);removeAnimationFrameCallback(handle);try{callback(now)}catch(e){reportException(window,e,window.location.href)}}}function removeAnimationFrameCallback(handle){ |
| /*ThouShaltNotCache*/ |
| mapOfAnimationFrameCallbacks.has(handle)&&(--numberOfOngoingAnimationFrameCallbacks,0===numberOfOngoingAnimationFrameCallbacks&&clearInterval(animationFrameNodejsInterval)),mapOfAnimationFrameCallbacks.delete(handle)}window.requestAnimationFrame=function(callback){ |
| /*ThouShaltNotCache*/ |
| callback=IDLFunction.convert(window,callback);const handle=++animationFrameCallbackId;return mapOfAnimationFrameCallbacks.set(handle,callback),++numberOfOngoingAnimationFrameCallbacks,1===numberOfOngoingAnimationFrameCallbacks&&(animationFrameNodejsInterval=setInterval(()=>{ |
| /*ThouShaltNotCache*/ |
| runAnimationFrameCallbacks(performance.now()-windowInitialized)},1e3/60)),handle},window.cancelAnimationFrame=function(handle){ |
| /*ThouShaltNotCache*/ |
| removeAnimationFrameCallback(handle=webIDLConversions["unsigned long"](handle))}}function stopAllTimers(){ |
| /*ThouShaltNotCache*/ |
| for(const nodejsTimer of listOfActiveTimers.values())clearTimeout(nodejsTimer);listOfActiveTimers.clear(),clearInterval(animationFrameNodejsInterval)}function Option(text,value,defaultSelected,selected){ |
| /*ThouShaltNotCache*/ |
| void 0===text&&(text=""),text=webIDLConversions.DOMString(text),void 0!==value&&(value=webIDLConversions.DOMString(value)),defaultSelected=webIDLConversions.boolean(defaultSelected),selected=webIDLConversions.boolean(selected);const option=window._document.createElement("option"),impl=idlUtils.implForWrapper(option);return""!==text&&(impl.text=text),void 0!==value&&impl.setAttributeNS(null,"value",value),defaultSelected&&impl.setAttributeNS(null,"selected",""),impl._selectedness=selected,option}function Image(...args){ |
| /*ThouShaltNotCache*/ |
| const img=window._document.createElement("img"),impl=idlUtils.implForWrapper(img);return args.length>0&&impl.setAttributeNS(null,"width",String(args[0])),args.length>1&&impl.setAttributeNS(null,"height",String(args[1])),img}function Audio(src){ |
| /*ThouShaltNotCache*/ |
| const audio=window._document.createElement("audio"),impl=idlUtils.implForWrapper(audio);return impl.setAttributeNS(null,"preload","auto"),void 0!==src&&impl.setAttributeNS(null,"src",String(src)),audio}function wrapConsoleMethod(method){ |
| /*ThouShaltNotCache*/ |
| return(...args)=>{ |
| /*ThouShaltNotCache*/ |
| window._virtualConsole.emit(method,...args)}}function notImplementedMethod(name){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| notImplemented(name,window)}}Object.defineProperty(Option,"prototype",{value:window.HTMLOptionElement.prototype,configurable:!1,enumerable:!1,writable:!1}),Object.defineProperty(window,"Option",{value:Option,configurable:!0,enumerable:!1,writable:!0}),Object.defineProperty(Image,"prototype",{value:window.HTMLImageElement.prototype,configurable:!1,enumerable:!1,writable:!1}),Object.defineProperty(window,"Image",{value:Image,configurable:!0,enumerable:!1,writable:!0}),Object.defineProperty(Audio,"prototype",{value:window.HTMLAudioElement.prototype,configurable:!1,enumerable:!1,writable:!1}),Object.defineProperty(window,"Audio",{value:Audio,configurable:!0,enumerable:!1,writable:!0}),window.postMessage=function(message,targetOrigin){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new TypeError("'postMessage' requires 2 arguments: 'message' and 'targetOrigin'");if("/"!==(targetOrigin=webIDLConversions.DOMString(targetOrigin))){if("*"!==targetOrigin){const parsedURL=whatwgURL.parseURL(targetOrigin);if(null===parsedURL)throw DOMException.create(window,["Failed to execute 'postMessage' on 'Window': Invalid target origin '"+targetOrigin+"' in a call to 'postMessage'.","SyntaxError"]);if((targetOrigin=whatwgURL.serializeURLOrigin(parsedURL))!==idlUtils.implForWrapper(window._document)._origin)return}setTimeout(()=>{ |
| /*ThouShaltNotCache*/ |
| fireAnEvent("message",window,MessageEvent,{data:message})},0)}},window.atob=function(str){ |
| /*ThouShaltNotCache*/ |
| try{return atob(str)}catch{throw DOMException.create(window,["The string to be decoded contains invalid characters.","InvalidCharacterError"])}},window.btoa=function(str){ |
| /*ThouShaltNotCache*/ |
| try{return btoa(str)}catch{throw DOMException.create(window,["The string to be encoded contains invalid characters.","InvalidCharacterError"])}},window.stop=function(){ |
| /*ThouShaltNotCache*/ |
| const manager=idlUtils.implForWrapper(window._document)._requestManager;manager&&manager.close()},window.close=function(){ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<window.length;++i)window[i].close();if(idlUtils.implForWrapper(window)._eventListeners=Object.create(null),window._document){window._document.body&&(window._document.body.innerHTML=""),window._document.close&&(idlUtils.implForWrapper(window._document)._eventListeners=Object.create(null),window._document.close());const doc=idlUtils.implForWrapper(window._document);doc._requestManager&&doc._requestManager.close(),delete window._document}stopAllTimers(),WebSocketImpl.cleanUpWindow(window)},window.getComputedStyle=function(elt,pseudoElt=void 0){if( |
| /*ThouShaltNotCache*/ |
| elt=Element.convert(window,elt),null!=pseudoElt&&(pseudoElt=webIDLConversions.DOMString(pseudoElt)),null!=pseudoElt&&""!==pseudoElt){if(SHADOW_DOM_PSEUDO_REGEXP.test(pseudoElt))throw new TypeError("Tried to get the computed style of a Shadow DOM pseudo-element.");notImplemented("window.getComputedStyle(elt, pseudoElt)",window)}const declaration=new CSSStyleDeclaration,{forEach}=Array.prototype,elementDeclaration=getDeclarationForElement(elt);forEach.call(elementDeclaration,property=>{ |
| /*ThouShaltNotCache*/ |
| declaration.setProperty(property,elementDeclaration.getPropertyValue(property),elementDeclaration.getPropertyPriority(property))});const declarations=Object.keys(propertiesWithResolvedValueImplemented);return forEach.call(declarations,property=>{ |
| /*ThouShaltNotCache*/ |
| declaration.setProperty(property,getResolvedValue(elt,property))}),declaration},window.getSelection=function(){ |
| /*ThouShaltNotCache*/ |
| return window._document.getSelection()},window.captureEvents=function(){},window.releaseEvents=function(){},window.console={assert:wrapConsoleMethod("assert"),clear:wrapConsoleMethod("clear"),count:wrapConsoleMethod("count"),countReset:wrapConsoleMethod("countReset"),debug:wrapConsoleMethod("debug"),dir:wrapConsoleMethod("dir"),dirxml:wrapConsoleMethod("dirxml"),error:wrapConsoleMethod("error"),group:wrapConsoleMethod("group"),groupCollapsed:wrapConsoleMethod("groupCollapsed"),groupEnd:wrapConsoleMethod("groupEnd"),info:wrapConsoleMethod("info"),log:wrapConsoleMethod("log"),table:wrapConsoleMethod("table"),time:wrapConsoleMethod("time"),timeLog:wrapConsoleMethod("timeLog"),timeEnd:wrapConsoleMethod("timeEnd"),trace:wrapConsoleMethod("trace"),warn:wrapConsoleMethod("warn")},define(window,{name:"",status:"",devicePixelRatio:1,innerWidth:1024,innerHeight:768,outerWidth:1024,outerHeight:768,pageXOffset:0,pageYOffset:0,screenX:0,screenLeft:0,screenY:0,screenTop:0,scrollX:0,scrollY:0,alert:notImplementedMethod("window.alert"),blur:notImplementedMethod("window.blur"),confirm:notImplementedMethod("window.confirm"),focus:notImplementedMethod("window.focus"),moveBy:notImplementedMethod("window.moveBy"),moveTo:notImplementedMethod("window.moveTo"),open:notImplementedMethod("window.open"),print:notImplementedMethod("window.print"),prompt:notImplementedMethod("window.prompt"),resizeBy:notImplementedMethod("window.resizeBy"),resizeTo:notImplementedMethod("window.resizeTo"),scroll:notImplementedMethod("window.scroll"),scrollBy:notImplementedMethod("window.scrollBy"),scrollTo:notImplementedMethod("window.scrollTo")})}(window,options),Object.defineProperty(idlUtils.implForWrapper(window),idlUtils.wrapperSymbol,{get:()=>window._globalProxy}),process.nextTick(()=>{ |
| /*ThouShaltNotCache*/ |
| window.document&&("complete"===window.document.readyState?fireAnEvent("load",window,void 0,{},!0):window.document.addEventListener("load",()=>{if( |
| /*ThouShaltNotCache*/ |
| fireAnEvent("load",window,void 0,{},!0),!window._document)return;const documentImpl=idlUtils.implForWrapper(window._document);documentImpl._pageShowingFlag||(documentImpl._pageShowingFlag=!0,fireAPageTransitionEvent("pageshow",window,!1))}))}),window}},23852:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),BlobPropertyBag=__webpack_require__(46751),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Blob.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Blob'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Blob{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];if(void 0!==curArg){if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to construct 'Blob': parameter 1 is not an iterable object.");{const V=[],tmp=curArg;for(let nextItem of tmp)exports.is(nextItem)?nextItem=utils.implForWrapper(nextItem):utils.isArrayBuffer(nextItem)||ArrayBuffer.isView(nextItem)||(nextItem=conversions.USVString(nextItem,{context:"Failed to construct 'Blob': parameter 1's element",globals:globalObject})),V.push(nextItem);curArg=V}}args.push(curArg)}{let curArg=arguments[1];curArg=BlobPropertyBag.convert(globalObject,curArg,{context:"Failed to construct 'Blob': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}slice(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'slice' called on an object that is not a valid instance of Blob.");const args=[];{let curArg=arguments[0];void 0!==curArg&&(curArg=conversions["long long"](curArg,{context:"Failed to execute 'slice' on 'Blob': parameter 1",globals:globalObject,clamp:!0})),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions["long long"](curArg,{context:"Failed to execute 'slice' on 'Blob': parameter 2",globals:globalObject,clamp:!0})),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=conversions.DOMString(curArg,{context:"Failed to execute 'slice' on 'Blob': parameter 3",globals:globalObject})),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].slice(...args))}get size(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get size' called on an object that is not a valid instance of Blob.");return esValue[implSymbol].size}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of Blob.");return esValue[implSymbol].type}}Object.defineProperties(Blob.prototype,{slice:{enumerable:!0},size:{enumerable:!0},type:{enumerable:!0},[Symbol.toStringTag]:{value:"Blob",configurable:!0}}),ctorRegistry.Blob=Blob,Object.defineProperty(globalObject,"Blob",{configurable:!0,writable:!0,value:Blob})};const Impl=__webpack_require__(17941)},23943:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const EventTargetImpl=__webpack_require__(94925).implementation;exports.implementation=class extends EventTargetImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this.timeOrigin=privateData.timeOrigin,this._nowAtTimeOrigin=privateData.nowAtTimeOrigin}now(){ |
| /*ThouShaltNotCache*/ |
| return performance.now()-this._nowAtTimeOrigin}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return{timeOrigin:this.timeOrigin}}}},24243:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!utils.isObject(value))throw new globalObject.TypeError(`${context} is not an object.`);function callTheUserObjectsOperation(event){ |
| /*ThouShaltNotCache*/ |
| let thisArg=utils.tryWrapperForImpl(this),O=value,X=O;if("function"!=typeof O){if(X=O.handleEvent,"function"!=typeof X)throw new globalObject.TypeError(`${context} does not correctly implement EventListener.`);thisArg=O}event=utils.tryWrapperForImpl(event);Reflect.apply(X,thisArg,[event])}return callTheUserObjectsOperation[utils.wrapperSymbol]=value,callTheUserObjectsOperation.objectReference=value,callTheUserObjectsOperation},exports.install=(globalObject,globalNames)=>{}},24494:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const UIEventImpl=__webpack_require__(54064).implementation,InputEventInit=__webpack_require__(74301);class InputEventImpl extends UIEventImpl{}InputEventImpl.defaultInit=InputEventInit.convert(void 0,void 0),module.exports={implementation:InputEventImpl}},25386:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLCollection=__webpack_require__(16606);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLFormControlsCollection.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLFormControlsCollection'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLCollection._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLFormControlsCollection extends globalObject.HTMLCollection{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}namedItem(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'namedItem' called on an object that is not a valid instance of HTMLFormControlsCollection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'namedItem' on 'HTMLFormControlsCollection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'namedItem' on 'HTMLFormControlsCollection': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].namedItem(...args))}}Object.defineProperties(HTMLFormControlsCollection.prototype,{namedItem:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFormControlsCollection",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.HTMLFormControlsCollection=HTMLFormControlsCollection,Object.defineProperty(globalObject,"HTMLFormControlsCollection",{configurable:!0,writable:!0,value:HTMLFormControlsCollection})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of target[implSymbol][utils.supportedPropertyNames])key in target||keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}const namedValue=target[implSymbol].namedItem(P);return null===namedValue||P in target||ignoreNamedProps?Reflect.getOwnPropertyDescriptor(target,P):{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(namedValue)}}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;if(utils.isArrayIndexPropName(P))return!1;if(!utils.hasOwn(target,P)){if(!!(null!==target[implSymbol].namedItem(P)))return!1}return Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return(null===target[implSymbol].namedItem(P)||P in target)&&Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(58697)},25411:(__unused_webpack_module,exports,__webpack_require__)=>{var process=__webpack_require__(60348),getOwnPropertyDescriptors=Object.getOwnPropertyDescriptors||function(obj){for( |
| /*ThouShaltNotCache*/ |
| var keys=Object.keys(obj),descriptors={},i=0;i<keys.length;i++)descriptors[keys[i]]=Object.getOwnPropertyDescriptor(obj,keys[i]);return descriptors},formatRegExp=/%[sdj%]/g;exports.format=function(f){ |
| /*ThouShaltNotCache*/ |
| if(!isString(f)){for(var objects=[],i=0;i<arguments.length;i++)objects.push(inspect(arguments[i]));return objects.join(" ")}i=1;for(var args=arguments,len=args.length,str=String(f).replace(formatRegExp,function(x){ |
| /*ThouShaltNotCache*/ |
| if("%%"===x)return"%";if(i>=len)return x;switch(x){case"%s":return String(args[i++]);case"%d":return Number(args[i++]);case"%j":try{return JSON.stringify(args[i++])}catch(_){return"[Circular]"}default:return x}}),x=args[i];i<len;x=args[++i])isNull(x)||!isObject(x)?str+=" "+x:str+=" "+inspect(x);return str},exports.deprecate=function(fn,msg){ |
| /*ThouShaltNotCache*/ |
| if(void 0!==process&&!0===process.noDeprecation)return fn;if(void 0===process)return function(){ |
| /*ThouShaltNotCache*/ |
| return exports.deprecate(fn,msg).apply(this,arguments)};var warned=!1;return function(){ |
| /*ThouShaltNotCache*/ |
| if(!warned){if(process.throwDeprecation)throw new Error(msg);process.traceDeprecation?console.trace(msg):console.error(msg),warned=!0}return fn.apply(this,arguments)}};var debugs={},debugEnvRegex=/^$/;if(process.env.NODE_DEBUG){var debugEnv=process.env.NODE_DEBUG;debugEnv=debugEnv.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),debugEnvRegex=new RegExp("^"+debugEnv+"$","i")}function inspect(obj,opts){ |
| /*ThouShaltNotCache*/ |
| var ctx={seen:[],stylize:stylizeNoColor};return arguments.length>=3&&(ctx.depth=arguments[2]),arguments.length>=4&&(ctx.colors=arguments[3]),isBoolean(opts)?ctx.showHidden=opts:opts&&exports._extend(ctx,opts),isUndefined(ctx.showHidden)&&(ctx.showHidden=!1),isUndefined(ctx.depth)&&(ctx.depth=2),isUndefined(ctx.colors)&&(ctx.colors=!1),isUndefined(ctx.customInspect)&&(ctx.customInspect=!0),ctx.colors&&(ctx.stylize=stylizeWithColor),formatValue(ctx,obj,ctx.depth)}function stylizeWithColor(str,styleType){ |
| /*ThouShaltNotCache*/ |
| var style=inspect.styles[styleType];return style?"["+inspect.colors[style][0]+"m"+str+"["+inspect.colors[style][1]+"m":str}function stylizeNoColor(str,styleType){ |
| /*ThouShaltNotCache*/ |
| return str}function formatValue(ctx,value,recurseTimes){ |
| /*ThouShaltNotCache*/ |
| if(ctx.customInspect&&value&&isFunction(value.inspect)&&value.inspect!==exports.inspect&&(!value.constructor||value.constructor.prototype!==value)){var ret=value.inspect(recurseTimes,ctx);return isString(ret)||(ret=formatValue(ctx,ret,recurseTimes)),ret}var primitive=function(ctx,value){ |
| /*ThouShaltNotCache*/ |
| if(isUndefined(value))return ctx.stylize("undefined","undefined");if(isString(value)){var simple="'"+JSON.stringify(value).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return ctx.stylize(simple,"string")}if(isNumber(value))return ctx.stylize(""+value,"number");if(isBoolean(value))return ctx.stylize(""+value,"boolean");if(isNull(value))return ctx.stylize("null","null")}(ctx,value);if(primitive)return primitive;var keys=Object.keys(value),visibleKeys=function(array){ |
| /*ThouShaltNotCache*/ |
| var hash={};return array.forEach(function(val,idx){ |
| /*ThouShaltNotCache*/ |
| hash[val]=!0}),hash}(keys);if(ctx.showHidden&&(keys=Object.getOwnPropertyNames(value)),isError(value)&&(keys.indexOf("message")>=0||keys.indexOf("description")>=0))return formatError(value);if(0===keys.length){if(isFunction(value)){var name=value.name?": "+value.name:"";return ctx.stylize("[Function"+name+"]","special")}if(isRegExp(value))return ctx.stylize(RegExp.prototype.toString.call(value),"regexp");if(isDate(value))return ctx.stylize(Date.prototype.toString.call(value),"date");if(isError(value))return formatError(value)}var output,base="",array=!1,braces=["{","}"];(isArray(value)&&(array=!0,braces=["[","]"]),isFunction(value))&&(base=" [Function"+(value.name?": "+value.name:"")+"]");return isRegExp(value)&&(base=" "+RegExp.prototype.toString.call(value)),isDate(value)&&(base=" "+Date.prototype.toUTCString.call(value)),isError(value)&&(base=" "+formatError(value)),0!==keys.length||array&&0!=value.length?recurseTimes<0?isRegExp(value)?ctx.stylize(RegExp.prototype.toString.call(value),"regexp"):ctx.stylize("[Object]","special"):(ctx.seen.push(value),output=array?function(ctx,value,recurseTimes,visibleKeys,keys){for( |
| /*ThouShaltNotCache*/ |
| var output=[],i=0,l=value.length;i<l;++i)hasOwnProperty(value,String(i))?output.push(formatProperty(ctx,value,recurseTimes,visibleKeys,String(i),!0)):output.push("");return keys.forEach(function(key){ |
| /*ThouShaltNotCache*/ |
| key.match(/^\d+$/)||output.push(formatProperty(ctx,value,recurseTimes,visibleKeys,key,!0))}),output}(ctx,value,recurseTimes,visibleKeys,keys):keys.map(function(key){ |
| /*ThouShaltNotCache*/ |
| return formatProperty(ctx,value,recurseTimes,visibleKeys,key,array)}),ctx.seen.pop(),function(output,base,braces){ |
| /*ThouShaltNotCache*/ |
| var length=output.reduce(function(prev,cur){ |
| /*ThouShaltNotCache*/ |
| return cur.indexOf("\n")>=0&&0,prev+cur.replace(/\u001b\[\d\d?m/g,"").length+1},0);if(length>60)return braces[0]+(""===base?"":base+"\n ")+" "+output.join(",\n ")+" "+braces[1];return braces[0]+base+" "+output.join(", ")+" "+braces[1]}(output,base,braces)):braces[0]+base+braces[1]}function formatError(value){ |
| /*ThouShaltNotCache*/ |
| return"["+Error.prototype.toString.call(value)+"]"}function formatProperty(ctx,value,recurseTimes,visibleKeys,key,array){ |
| /*ThouShaltNotCache*/ |
| var name,str,desc;if((desc=Object.getOwnPropertyDescriptor(value,key)||{value:value[key]}).get?str=desc.set?ctx.stylize("[Getter/Setter]","special"):ctx.stylize("[Getter]","special"):desc.set&&(str=ctx.stylize("[Setter]","special")),hasOwnProperty(visibleKeys,key)||(name="["+key+"]"),str||(ctx.seen.indexOf(desc.value)<0?(str=isNull(recurseTimes)?formatValue(ctx,desc.value,null):formatValue(ctx,desc.value,recurseTimes-1)).indexOf("\n")>-1&&(str=array?str.split("\n").map(function(line){ |
| /*ThouShaltNotCache*/ |
| return" "+line}).join("\n").slice(2):"\n"+str.split("\n").map(function(line){ |
| /*ThouShaltNotCache*/ |
| return" "+line}).join("\n")):str=ctx.stylize("[Circular]","special")),isUndefined(name)){if(array&&key.match(/^\d+$/))return str;(name=JSON.stringify(""+key)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(name=name.slice(1,-1),name=ctx.stylize(name,"name")):(name=name.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),name=ctx.stylize(name,"string"))}return name+": "+str}function isArray(ar){ |
| /*ThouShaltNotCache*/ |
| return Array.isArray(ar)}function isBoolean(arg){ |
| /*ThouShaltNotCache*/ |
| return"boolean"==typeof arg}function isNull(arg){ |
| /*ThouShaltNotCache*/ |
| return null===arg}function isNumber(arg){ |
| /*ThouShaltNotCache*/ |
| return"number"==typeof arg}function isString(arg){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof arg}function isUndefined(arg){ |
| /*ThouShaltNotCache*/ |
| return void 0===arg}function isRegExp(re){ |
| /*ThouShaltNotCache*/ |
| return isObject(re)&&"[object RegExp]"===objectToString(re)}function isObject(arg){ |
| /*ThouShaltNotCache*/ |
| return"object"==typeof arg&&null!==arg}function isDate(d){ |
| /*ThouShaltNotCache*/ |
| return isObject(d)&&"[object Date]"===objectToString(d)}function isError(e){ |
| /*ThouShaltNotCache*/ |
| return isObject(e)&&("[object Error]"===objectToString(e)||e instanceof Error)}function isFunction(arg){ |
| /*ThouShaltNotCache*/ |
| return"function"==typeof arg}function objectToString(o){ |
| /*ThouShaltNotCache*/ |
| return Object.prototype.toString.call(o)}function pad(n){ |
| /*ThouShaltNotCache*/ |
| return n<10?"0"+n.toString(10):n.toString(10)}exports.debuglog=function(set){if( |
| /*ThouShaltNotCache*/ |
| set=set.toUpperCase(),!debugs[set])if(debugEnvRegex.test(set)){var pid=process.pid;debugs[set]=function(){ |
| /*ThouShaltNotCache*/ |
| var msg=exports.format.apply(exports,arguments);console.error("%s %d: %s",set,pid,msg)}}else debugs[set]=function(){};return debugs[set]},exports.inspect=inspect,inspect.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},inspect.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},exports.types=__webpack_require__(44898),exports.isArray=isArray,exports.isBoolean=isBoolean,exports.isNull=isNull,exports.isNullOrUndefined=function(arg){ |
| /*ThouShaltNotCache*/ |
| return null==arg},exports.isNumber=isNumber,exports.isString=isString,exports.isSymbol=function(arg){ |
| /*ThouShaltNotCache*/ |
| return"symbol"==typeof arg},exports.isUndefined=isUndefined,exports.isRegExp=isRegExp,exports.types.isRegExp=isRegExp,exports.isObject=isObject,exports.isDate=isDate,exports.types.isDate=isDate,exports.isError=isError,exports.types.isNativeError=isError,exports.isFunction=isFunction,exports.isPrimitive=function(arg){ |
| /*ThouShaltNotCache*/ |
| return null===arg||"boolean"==typeof arg||"number"==typeof arg||"string"==typeof arg||"symbol"==typeof arg||void 0===arg},exports.isBuffer=__webpack_require__(18081);var months=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function hasOwnProperty(obj,prop){ |
| /*ThouShaltNotCache*/ |
| return Object.prototype.hasOwnProperty.call(obj,prop)}exports.log=function(){var d,time; |
| /*ThouShaltNotCache*/ |
| console.log("%s - %s",(d=new Date,time=[pad(d.getHours()),pad(d.getMinutes()),pad(d.getSeconds())].join(":"),[d.getDate(),months[d.getMonth()],time].join(" ")),exports.format.apply(exports,arguments))},exports.inherits=__webpack_require__(68808),exports._extend=function(origin,add){ |
| /*ThouShaltNotCache*/ |
| if(!add||!isObject(add))return origin;for(var keys=Object.keys(add),i=keys.length;i--;)origin[keys[i]]=add[keys[i]];return origin};var kCustomPromisifiedSymbol="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function callbackifyOnRejected(reason,cb){ |
| /*ThouShaltNotCache*/ |
| if(!reason){var newReason=new Error("Promise was rejected with a falsy value");newReason.reason=reason,reason=newReason}return cb(reason)}exports.promisify=function(original){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof original)throw new TypeError('The "original" argument must be of type Function');if(kCustomPromisifiedSymbol&&original[kCustomPromisifiedSymbol]){var fn;if("function"!=typeof(fn=original[kCustomPromisifiedSymbol]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(fn,kCustomPromisifiedSymbol,{value:fn,enumerable:!1,writable:!1,configurable:!0}),fn}function fn(){for( |
| /*ThouShaltNotCache*/ |
| var promiseResolve,promiseReject,promise=new Promise(function(resolve,reject){ |
| /*ThouShaltNotCache*/ |
| promiseResolve=resolve,promiseReject=reject}),args=[],i=0;i<arguments.length;i++)args.push(arguments[i]);args.push(function(err,value){ |
| /*ThouShaltNotCache*/ |
| err?promiseReject(err):promiseResolve(value)});try{original.apply(this,args)}catch(err){promiseReject(err)}return promise}return Object.setPrototypeOf(fn,Object.getPrototypeOf(original)),kCustomPromisifiedSymbol&&Object.defineProperty(fn,kCustomPromisifiedSymbol,{value:fn,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(fn,getOwnPropertyDescriptors(original))},exports.promisify.custom=kCustomPromisifiedSymbol,exports.callbackify=function(original){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof original)throw new TypeError('The "original" argument must be of type Function');function callbackified(){for( |
| /*ThouShaltNotCache*/ |
| var args=[],i=0;i<arguments.length;i++)args.push(arguments[i]);var maybeCb=args.pop();if("function"!=typeof maybeCb)throw new TypeError("The last argument must be of type Function");var self=this,cb=function(){ |
| /*ThouShaltNotCache*/ |
| return maybeCb.apply(self,arguments)};original.apply(this,args).then(function(ret){ |
| /*ThouShaltNotCache*/ |
| process.nextTick(cb.bind(null,null,ret))},function(rej){ |
| /*ThouShaltNotCache*/ |
| process.nextTick(callbackifyOnRejected.bind(null,rej,cb))})}return Object.setPrototypeOf(callbackified,Object.getPrototypeOf(original)),Object.defineProperties(callbackified,getOwnPropertyDescriptors(original)),callbackified}},25436:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,{parseFloatingPointNumber}=__webpack_require__(8337),{getLabelsForLabelable}=__webpack_require__(28888);module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._labels=null}get _minimumValue(){ |
| /*ThouShaltNotCache*/ |
| const min=this.getAttributeNS(null,"min");if(null!==min){const parsed=parseFloatingPointNumber(min);if(null!==parsed)return parsed}return 0}get _maximumValue(){ |
| /*ThouShaltNotCache*/ |
| let candidate=1;const max=this.getAttributeNS(null,"max");if(null!==max){const parsed=parseFloatingPointNumber(max);null!==parsed&&(candidate=parsed)}const minimumValue=this._minimumValue;return candidate>=minimumValue?candidate:minimumValue}get _actualValue(){ |
| /*ThouShaltNotCache*/ |
| let candidate=0;const value=this.getAttributeNS(null,"value");if(null!==value){const parsed=parseFloatingPointNumber(value);null!==parsed&&(candidate=parsed)}const minimumValue=this._minimumValue;if(candidate<minimumValue)return minimumValue;const maximumValue=this._maximumValue;return candidate>maximumValue?maximumValue:candidate}get _lowBoundary(){ |
| /*ThouShaltNotCache*/ |
| const minimumValue=this._minimumValue;let candidate=minimumValue;const low=this.getAttributeNS(null,"low");if(null!==low){const parsed=parseFloatingPointNumber(low);null!==parsed&&(candidate=parsed)}if(candidate<minimumValue)return minimumValue;const maximumValue=this._maximumValue;return candidate>maximumValue?maximumValue:candidate}get _highBoundary(){ |
| /*ThouShaltNotCache*/ |
| const maximumValue=this._maximumValue;let candidate=maximumValue;const high=this.getAttributeNS(null,"high");if(null!==high){const parsed=parseFloatingPointNumber(high);null!==parsed&&(candidate=parsed)}const lowBoundary=this._lowBoundary;return candidate<lowBoundary?lowBoundary:candidate>maximumValue?maximumValue:candidate}get _optimumPoint(){ |
| /*ThouShaltNotCache*/ |
| const minimumValue=this._minimumValue,maximumValue=this._maximumValue;let candidate=(minimumValue+maximumValue)/2;const optimum=this.getAttributeNS(null,"optimum");if(null!==optimum){const parsed=parseFloatingPointNumber(optimum);null!==parsed&&(candidate=parsed)}return candidate<minimumValue?minimumValue:candidate>maximumValue?maximumValue:candidate}get labels(){ |
| /*ThouShaltNotCache*/ |
| return getLabelsForLabelable(this)}get value(){ |
| /*ThouShaltNotCache*/ |
| return this._actualValue}set value(val){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"value",String(val))}get min(){ |
| /*ThouShaltNotCache*/ |
| return this._minimumValue}set min(val){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"min",String(val))}get max(){ |
| /*ThouShaltNotCache*/ |
| return this._maximumValue}set max(val){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"max",String(val))}get low(){ |
| /*ThouShaltNotCache*/ |
| return this._lowBoundary}set low(val){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"low",String(val))}get high(){ |
| /*ThouShaltNotCache*/ |
| return this._highBoundary}set high(val){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"high",String(val))}get optimum(){ |
| /*ThouShaltNotCache*/ |
| return this._optimumPoint}set optimum(val){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"optimum",String(val))}}}},25628:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),{isSummaryForParentDetails}=__webpack_require__(48385),focusing=__webpack_require__(78143),{HTML_NS,SVG_NS}=__webpack_require__(36675),DOMStringMap=__webpack_require__(33846),tabIndexReflectAllowedHTMLElements=new Set(["a","area","button","frame","iframe","input","object","select","textarea"]);exports.D=class{_initHTMLOrSVGElement(){ |
| /*ThouShaltNotCache*/ |
| this._tabIndex=0,this._dataset=null}get dataset(){ |
| /*ThouShaltNotCache*/ |
| return this._dataset||(this._dataset=DOMStringMap.createImpl(this._globalObject,[],{element:this})),this._dataset}get tabIndex(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"tabindex")?conversions.long(this.getAttributeNS(null,"tabindex")):this.namespaceURI===HTML_NS&&(tabIndexReflectAllowedHTMLElements.has(this._localName)||"summary"===this._localName&&isSummaryForParentDetails(this))||this.namespaceURI===SVG_NS&&"a"===this._localName?0:-1}set tabIndex(value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"tabindex",String(value))}focus(){ |
| /*ThouShaltNotCache*/ |
| if(!focusing.isFocusableAreaElement(this))return;const ownerDocument=this._ownerDocument,previous=ownerDocument._lastFocusedElement;if(previous!==this){if(ownerDocument._lastFocusedElement=null,previous)focusing.fireFocusEventWithTargetAdjustment("blur",previous,this),focusing.fireFocusEventWithTargetAdjustment("focusout",previous,this,{bubbles:!0});else{const frameElement=ownerDocument._defaultView._frameElement;if(frameElement){const frameLastFocusedElement=frameElement.ownerDocument._lastFocusedElement;frameElement.ownerDocument._lastFocusedElement=null,focusing.fireFocusEventWithTargetAdjustment("blur",frameLastFocusedElement,null),focusing.fireFocusEventWithTargetAdjustment("focusout",frameLastFocusedElement,null,{bubbles:!0}),frameElement.ownerDocument._lastFocusedElement=frameElement}}ownerDocument._lastFocusedElement=this,focusing.fireFocusEventWithTargetAdjustment("focus",this,previous),focusing.fireFocusEventWithTargetAdjustment("focusin",this,previous,{bubbles:!0}),ownerDocument.getSelection().collapse(this,0)}}blur(){ |
| /*ThouShaltNotCache*/ |
| this._ownerDocument._lastFocusedElement===this&&focusing.isFocusableAreaElement(this)&&(this._ownerDocument._lastFocusedElement=null,focusing.fireFocusEventWithTargetAdjustment("blur",this,null),focusing.fireFocusEventWithTargetAdjustment("focusout",this,null,{bubbles:!0}),this._ownerDocument.getSelection().empty())}}},25694:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348),Buffer=__webpack_require__(81545).Buffer;const fs=__webpack_require__(19478),{EventEmitter}=__webpack_require__(70497),{URL}=__webpack_require__(88499),parseDataURL=__webpack_require__(78609),DOMException=__webpack_require__(3698),ProgressEvent=__webpack_require__(52542),agentFactory=__webpack_require__(14517),Request=__webpack_require__(57175),{fireAnEvent}=__webpack_require__(97130),headerListSeparatorRegexp=/,[ \t]*/,simpleMethods=new Set(["GET","HEAD","POST"]),simpleHeaders=new Set(["accept","accept-language","content-language","content-type"]),preflightHeaders=new Set(["access-control-expose-headers","access-control-allow-headers","access-control-allow-credentials","access-control-allow-origin"]),READY_STATES=exports.READY_STATES=Object.freeze({UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4});function getRequestHeader(requestHeaders,header){ |
| /*ThouShaltNotCache*/ |
| const lcHeader=header.toLowerCase(),keys=Object.keys(requestHeaders);let n=keys.length;for(;n--;){const key=keys[n];if(key.toLowerCase()===lcHeader)return requestHeaders[key]}return null}function dispatchError(xhr){ |
| /*ThouShaltNotCache*/ |
| const errMessage=xhr.properties.error;if(requestErrorSteps(xhr,"error",DOMException.create(xhr._globalObject,[errMessage,"NetworkError"])),xhr._ownerDocument){const error=new Error(errMessage);error.type="XMLHttpRequest",xhr._ownerDocument._defaultView._virtualConsole.emit("jsdomError",error)}}function validCORSHeaders(xhr,response,flag,properties,origin){ |
| /*ThouShaltNotCache*/ |
| const acaoStr=response.headers["access-control-allow-origin"],acao=acaoStr?acaoStr.trim():null;if("*"!==acao&&acao!==origin)return properties.error="Cross origin "+origin+" forbidden",dispatchError(xhr),!1;const acacStr=response.headers["access-control-allow-credentials"],acac=acacStr?acacStr.trim():null;return!flag.withCredentials||"true"===acac||(properties.error="Credentials forbidden",dispatchError(xhr),!1)}function requestErrorSteps(xhr,event,exception){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties,upload}=xhr;if(xhr.readyState=READY_STATES.DONE,properties.send=!1,setResponseToNetworkError(xhr),flag.synchronous)throw exception;fireAnEvent("readystatechange",xhr),properties.uploadComplete||(properties.uploadComplete=!0,properties.uploadListener&&(fireAnEvent(event,upload,ProgressEvent,{loaded:0,total:0,lengthComputable:!1}),fireAnEvent("loadend",upload,ProgressEvent,{loaded:0,total:0,lengthComputable:!1}))),fireAnEvent(event,xhr,ProgressEvent,{loaded:0,total:0,lengthComputable:!1}),fireAnEvent("loadend",xhr,ProgressEvent,{loaded:0,total:0,lengthComputable:!1})}function setResponseToNetworkError(xhr){ |
| /*ThouShaltNotCache*/ |
| const{properties}=xhr;properties.responseBuffer=properties.responseCache=properties.responseTextCache=properties.responseXMLCache=null,properties.responseHeaders={},xhr.status=0,xhr.statusText=""}exports.headerListSeparatorRegexp=headerListSeparatorRegexp,exports.simpleHeaders=simpleHeaders,exports.preflightHeaders=preflightHeaders,exports.getRequestHeader=getRequestHeader,exports.updateRequestHeader=function(requestHeaders,header,newValue){ |
| /*ThouShaltNotCache*/ |
| const lcHeader=header.toLowerCase(),keys=Object.keys(requestHeaders);let n=keys.length;for(;n--;){const key=keys[n];key.toLowerCase()===lcHeader&&(requestHeaders[key]=newValue)}},exports.dispatchError=dispatchError,exports.validCORSHeaders=validCORSHeaders,exports.requestErrorSteps=requestErrorSteps,exports.setResponseToNetworkError=setResponseToNetworkError,exports.createClient=function(xhr){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties}=xhr,urlObj=new URL(flag.uri),uri=urlObj.href,ucMethod=flag.method.toUpperCase(),{requestManager}=flag;if("file:"===urlObj.protocol){const response=new EventEmitter;response.statusCode=200,response.rawHeaders=[],response.headers={};const filePath=urlObj.pathname.replace(/^file:\/\//,"").replace(/^\/([a-z]):\//i,"$1:/").replace(/%20/g," "),client=new EventEmitter,readableStream=fs.createReadStream(filePath,{encoding:null});if(readableStream.on("data",chunk=>{ |
| /*ThouShaltNotCache*/ |
| response.emit("data",chunk),client.emit("data",chunk)}),readableStream.on("end",()=>{ |
| /*ThouShaltNotCache*/ |
| response.emit("end"),client.emit("end")}),readableStream.on("error",err=>{ |
| /*ThouShaltNotCache*/ |
| client.emit("error",err)}),client.abort=function(){ |
| /*ThouShaltNotCache*/ |
| readableStream.destroy(),client.emit("abort")},requestManager){const req={abort(){ |
| /*ThouShaltNotCache*/ |
| properties.abortError=!0,xhr.abort()}};requestManager.add(req);const rmReq=requestManager.remove.bind(requestManager,req);client.on("abort",rmReq),client.on("error",rmReq),client.on("end",rmReq)}return process.nextTick(()=>client.emit("response",response,urlObj.href)),client}if("data:"===urlObj.protocol){const response=new EventEmitter,client=new EventEmitter;let buffer;try{const parsed=parseDataURL(uri),contentType=parsed.mimeType.toString();buffer=Buffer.from(parsed.body),response.statusCode=200,response.rawHeaders=["Content-Type",contentType],response.headers={"content-type":contentType}}catch(err){return process.nextTick(()=>client.emit("error",err)),client}return client.abort=()=>{},process.nextTick(()=>{ |
| /*ThouShaltNotCache*/ |
| client.emit("response",response,urlObj.href),process.nextTick(()=>{ |
| /*ThouShaltNotCache*/ |
| response.emit("data",buffer),client.emit("data",buffer),response.emit("end"),client.emit("end")})}),client}const agents=agentFactory(flag.proxy,flag.strictSSL),requestHeaders={};for(const header in flag.requestHeaders)requestHeaders[header]=flag.requestHeaders[header];null===getRequestHeader(flag.requestHeaders,"referer")&&(requestHeaders.Referer=flag.referrer),null===getRequestHeader(flag.requestHeaders,"user-agent")&&(requestHeaders["User-Agent"]=flag.userAgent),null===getRequestHeader(flag.requestHeaders,"accept-language")&&(requestHeaders["Accept-Language"]="en"),null===getRequestHeader(flag.requestHeaders,"accept")&&(requestHeaders.Accept="*/*");const crossOrigin=flag.origin!==urlObj.origin;crossOrigin&&(requestHeaders.Origin=flag.origin);const options={rejectUnauthorized:flag.strictSSL,agents,followRedirects:!0};flag.auth&&(options.user=flag.auth.user||"",options.pass=flag.auth.pass||""),!flag.cookieJar||crossOrigin&&!flag.withCredentials||(options.cookieJar=flag.cookieJar);const{body}=flag,hasBody=null!=body&&""!==body&&!("HEAD"===ucMethod||"GET"===ucMethod);function doRequest(){ |
| /*ThouShaltNotCache*/ |
| try{requestHeaders["Accept-Encoding"]="gzip, deflate";let len=0;hasBody&&(len=body.byteLength,requestHeaders["Content-Length"]=len);const requestClient=new Request(uri,options,{method:flag.method,headers:requestHeaders});return hasBody&&requestClient.write(body),requestClient}catch(e){const eventEmitterclient=new EventEmitter;return process.nextTick(()=>eventEmitterclient.emit("error",e)),eventEmitterclient.end=()=>{},eventEmitterclient.abort=()=>{},eventEmitterclient}}let client;hasBody&&null===getRequestHeader(flag.requestHeaders,"content-type")&&(requestHeaders["Content-Type"]="text/plain;charset=UTF-8");const nonSimpleHeaders=Object.keys(flag.requestHeaders).filter(header=>!simpleHeaders.has(header.toLowerCase()));if(crossOrigin&&(!simpleMethods.has(ucMethod)||nonSimpleHeaders.length>0||properties.uploadListener)){client=new EventEmitter;const preflightRequestHeaders={};for(const header in requestHeaders){const lcHeader=header.toLowerCase();"origin"!==lcHeader&&"referer"!==lcHeader||(preflightRequestHeaders[header]=requestHeaders[header])}preflightRequestHeaders["Access-Control-Request-Method"]=flag.method,nonSimpleHeaders.length>0&&(preflightRequestHeaders["Access-Control-Request-Headers"]=nonSimpleHeaders.join(", ")),preflightRequestHeaders["User-Agent"]=flag.userAgent,flag.preflight=!0;const rejectUnauthorized=flag.strictSSL,preflightClient=new Request(uri,{agents,followRedirects:!1},{method:"OPTIONS",headers:preflightRequestHeaders,rejectUnauthorized});preflightClient.on("response",resp=>{ |
| /*ThouShaltNotCache*/ |
| if(resp.statusCode<200||resp.statusCode>299)return void client.emit("error",new Error("Response for preflight has invalid HTTP status code "+resp.statusCode));if(!function(xhr,response,flag,properties){ |
| /*ThouShaltNotCache*/ |
| if(!validCORSHeaders(xhr,response,flag,properties,properties.origin))return!1;const acahStr=response.headers["access-control-allow-headers"],acah=new Set(acahStr?acahStr.trim().toLowerCase().split(headerListSeparatorRegexp):[]),forbiddenHeaders=acah.has("*")?[]:Object.keys(flag.requestHeaders).filter(header=>{ |
| /*ThouShaltNotCache*/ |
| const lcHeader=header.toLowerCase();return!simpleHeaders.has(lcHeader)&&!acah.has(lcHeader)});return!(forbiddenHeaders.length>0&&(properties.error="Headers "+forbiddenHeaders+" forbidden",dispatchError(xhr),1))}(xhr,resp,flag,properties))return void setResponseToNetworkError(xhr);const realClient=doRequest();realClient.on("response",(...args)=>client.emit("response",...args)),realClient.on("data",chunk=>client.emit("data",chunk)),realClient.on("end",()=>client.emit("end")),realClient.on("abort",()=>client.emit("abort")),realClient.on("request",req=>{ |
| /*ThouShaltNotCache*/ |
| client.headers=realClient.headers,client.emit("request",req)}),realClient.on("redirect",(...args)=>{ |
| /*ThouShaltNotCache*/ |
| client.emit("redirect",...args)}),realClient.on("error",err=>{ |
| /*ThouShaltNotCache*/ |
| client.emit("error",err)}),client.abort=()=>{ |
| /*ThouShaltNotCache*/ |
| realClient.abort()},setImmediate(()=>realClient.end())}),preflightClient.on("error",err=>{ |
| /*ThouShaltNotCache*/ |
| client.emit("error",err)}),client.abort=()=>{ |
| /*ThouShaltNotCache*/ |
| preflightClient.abort()},setImmediate(()=>preflightClient.end())}else client=doRequest(),setImmediate(()=>client.end());if(requestManager){const req={abort(){ |
| /*ThouShaltNotCache*/ |
| properties.abortError=!0,xhr.abort()}};requestManager.add(req);const rmReq=requestManager.remove.bind(requestManager,req);client.on("abort",rmReq),client.on("error",rmReq),client.on("end",rmReq)}return client}},25835:module=>{"use strict";module.exports=class OrderedSet{constructor(){ |
| /*ThouShaltNotCache*/ |
| this._items=[]}append(item){ |
| /*ThouShaltNotCache*/ |
| this.contains(item)||this._items.push(item)}prepend(item){ |
| /*ThouShaltNotCache*/ |
| this.contains(item)||this._items.unshift(item)}replace(item,replacement){ |
| /*ThouShaltNotCache*/ |
| let seen=!1;for(let i=0;i<this._items.length;){const isInstance=this._items[i]===item||this._items[i]===replacement;seen&&isInstance?this._items.splice(i,1):(isInstance&&(this._items[i]=replacement,seen=!0),i++)}}remove(...items){ |
| /*ThouShaltNotCache*/ |
| this.removePredicate(item=>items.includes(item))}removePredicate(predicate){ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<this._items.length;)predicate(this._items[i])?this._items.splice(i,1):i++}empty(){ |
| /*ThouShaltNotCache*/ |
| this._items.length=0}contains(item){ |
| /*ThouShaltNotCache*/ |
| return this._items.includes(item)}get size(){ |
| /*ThouShaltNotCache*/ |
| return this._items.length}isEmpty(){ |
| /*ThouShaltNotCache*/ |
| return 0===this._items.length}[Symbol.iterator](){ |
| /*ThouShaltNotCache*/ |
| return this._items[Symbol.iterator]()}keys(){ |
| /*ThouShaltNotCache*/ |
| return this._items.keys()}get(index){ |
| /*ThouShaltNotCache*/ |
| return this._items[index]}some(func){ |
| /*ThouShaltNotCache*/ |
| return this._items.some(func)}static parse(input){ |
| /*ThouShaltNotCache*/ |
| const tokens=new OrderedSet;for(const token of input.split(/[\t\n\f\r ]+/))token&&tokens.append(token);return tokens}serialize(){ |
| /*ThouShaltNotCache*/ |
| return this._items.join(" ")}}},25887:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var GetIntrinsic=__webpack_require__(38299),define=__webpack_require__(3423),hasDescriptors=__webpack_require__(76698)(),gOPD=__webpack_require__(43581),$TypeError=__webpack_require__(1953),$floor=GetIntrinsic("%Math.floor%");module.exports=function(fn,length){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof fn)throw new $TypeError("`fn` is not a function");if("number"!=typeof length||length<0||length>4294967295||$floor(length)!==length)throw new $TypeError("`length` must be a positive 32-bit integer");var loose=arguments.length>2&&!!arguments[2],functionLengthIsConfigurable=!0,functionLengthIsWritable=!0;if("length"in fn&&gOPD){var desc=gOPD(fn,"length");desc&&!desc.configurable&&(functionLengthIsConfigurable=!1),desc&&!desc.writable&&(functionLengthIsWritable=!1)}return(functionLengthIsConfigurable||functionLengthIsWritable||!loose)&&(hasDescriptors?define(fn,"length",length,!0,!0):define(fn,"length",length)),fn}},25995:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var stringify=__webpack_require__(34090),parse=__webpack_require__(93863),formats=__webpack_require__(41423);module.exports={formats,parse,stringify}},26233:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const xnv=__webpack_require__(43531),{NAMESPACES}=__webpack_require__(53195);function generatePrefix(map,newNamespace,prefixIndex){ |
| /*ThouShaltNotCache*/ |
| const generatedPrefix=`ns${prefixIndex}`;return map[newNamespace]=[generatedPrefix],generatedPrefix}function preferredPrefixString(map,ns,preferredPrefix){ |
| /*ThouShaltNotCache*/ |
| const candidateList=map[ns];return candidateList?candidateList.includes(preferredPrefix)?preferredPrefix:candidateList[candidateList.length-1]:null}function serializeAttributeValue(value){ |
| /*ThouShaltNotCache*/ |
| return null===value?"":value.replace(/&/gu,"&").replace(/"/gu,""").replace(/</gu,"<").replace(/>/gu,">").replace(/\t/gu,"	").replace(/\n/gu,"
").replace(/\r/gu,"
")}module.exports.preferredPrefixString=preferredPrefixString,module.exports.generatePrefix=generatePrefix,module.exports.serializeAttributeValue=serializeAttributeValue,module.exports.serializeAttributes=function(element,map,localPrefixes,ignoreNamespaceDefAttr,requireWellFormed,refs){ |
| /*ThouShaltNotCache*/ |
| let result="";const namespaceLocalnames=Object.create(null);for(const attr of element.attributes){if(requireWellFormed&&namespaceLocalnames[attr.namespaceURI]&&namespaceLocalnames[attr.namespaceURI].has(attr.localName))throw new Error("Found duplicated attribute");namespaceLocalnames[attr.namespaceURI]||(namespaceLocalnames[attr.namespaceURI]=new Set),namespaceLocalnames[attr.namespaceURI].add(attr.localName);const attributeNamespace=attr.namespaceURI;let candidatePrefix=null;if(null!==attributeNamespace)if(candidatePrefix=preferredPrefixString(map,attributeNamespace,attr.prefix),attributeNamespace===NAMESPACES.XMLNS){if(attr.value===NAMESPACES.XML||null===attr.prefix&&ignoreNamespaceDefAttr||null!==attr.prefix&&localPrefixes[attr.localName]!==attr.value&&map[attr.value].includes(attr.localName))continue;if(requireWellFormed&&attr.value===NAMESPACES.XMLNS)throw new Error("The XMLNS namespace is reserved and cannot be applied as an element's namespace via XML parsing");if(requireWellFormed&&""===attr.value)throw new Error("Namespace prefix declarations cannot be used to undeclare a namespace");"xmlns"===attr.prefix&&(candidatePrefix="xmlns")}else null===candidatePrefix&&(candidatePrefix=generatePrefix(map,attributeNamespace,refs.prefixIndex++),result+=` xmlns:${candidatePrefix}="${serializeAttributeValue(attributeNamespace)}"`);if(result+=" ",null!==candidatePrefix&&(result+=`${candidatePrefix}:`),requireWellFormed&&(attr.localName.includes(":")||!xnv.name(attr.localName)||"xmlns"===attr.localName&&null===attributeNamespace))throw new Error("Invalid attribute localName value");result+=`${attr.localName}="${serializeAttributeValue(attr.value)}"`}return result}},26566:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const whatwgURL=__webpack_require__(88499),DOMException=__webpack_require__(3698),{navigate}=__webpack_require__(4150);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._relevantDocument=privateData.relevantDocument,this.url=null,this._globalObject=globalObject}get _url(){ |
| /*ThouShaltNotCache*/ |
| return this._relevantDocument._URL}_locationObjectSetterNavigate(url){ |
| /*ThouShaltNotCache*/ |
| return this._locationObjectNavigate(url)}_locationObjectNavigate(url,{replacement=!1}={}){ |
| /*ThouShaltNotCache*/ |
| navigate(this._relevantDocument._defaultView,url,{replacement,exceptionsEnabled:!0})}toString(){ |
| /*ThouShaltNotCache*/ |
| return this.href}get href(){ |
| /*ThouShaltNotCache*/ |
| return whatwgURL.serializeURL(this._url)}set href(v){ |
| /*ThouShaltNotCache*/ |
| const newURL=whatwgURL.parseURL(v,{baseURL:this._relevantDocument.baseURL()});if(null===newURL)throw new TypeError(`Could not parse "${v}" as a URL`);this._locationObjectSetterNavigate(newURL)}get origin(){ |
| /*ThouShaltNotCache*/ |
| return whatwgURL.serializeURLOrigin(this._url)}get protocol(){ |
| /*ThouShaltNotCache*/ |
| return this._url.scheme+":"}set protocol(v){ |
| /*ThouShaltNotCache*/ |
| const copyURL={...this._url};if(null===whatwgURL.basicURLParse(v+":",{url:copyURL,stateOverride:"scheme start"}))throw new TypeError(`Could not parse the URL after setting the procol to "${v}"`);"http"!==copyURL.scheme&&"https"!==copyURL.scheme||this._locationObjectSetterNavigate(copyURL)}get host(){ |
| /*ThouShaltNotCache*/ |
| const url=this._url;return null===url.host?"":null===url.port?whatwgURL.serializeHost(url.host):whatwgURL.serializeHost(url.host)+":"+whatwgURL.serializeInteger(url.port)}set host(v){ |
| /*ThouShaltNotCache*/ |
| const copyURL={...this._url};whatwgURL.hasAnOpaquePath(copyURL)||(whatwgURL.basicURLParse(v,{url:copyURL,stateOverride:"host"}),this._locationObjectSetterNavigate(copyURL))}get hostname(){ |
| /*ThouShaltNotCache*/ |
| return null===this._url.host?"":whatwgURL.serializeHost(this._url.host)}set hostname(v){ |
| /*ThouShaltNotCache*/ |
| const copyURL={...this._url};whatwgURL.hasAnOpaquePath(copyURL)||(whatwgURL.basicURLParse(v,{url:copyURL,stateOverride:"hostname"}),this._locationObjectSetterNavigate(copyURL))}get port(){ |
| /*ThouShaltNotCache*/ |
| return null===this._url.port?"":whatwgURL.serializeInteger(this._url.port)}set port(v){ |
| /*ThouShaltNotCache*/ |
| const copyURL={...this._url};whatwgURL.cannotHaveAUsernamePasswordPort(copyURL)||(whatwgURL.basicURLParse(v,{url:copyURL,stateOverride:"port"}),this._locationObjectSetterNavigate(copyURL))}get pathname(){ |
| /*ThouShaltNotCache*/ |
| return whatwgURL.serializePath(this._url)}set pathname(v){ |
| /*ThouShaltNotCache*/ |
| const copyURL={...this._url};whatwgURL.hasAnOpaquePath(copyURL)||(copyURL.path=[],whatwgURL.basicURLParse(v,{url:copyURL,stateOverride:"path start"}),this._locationObjectSetterNavigate(copyURL))}get search(){ |
| /*ThouShaltNotCache*/ |
| return null===this._url.query||""===this._url.query?"":"?"+this._url.query}set search(v){ |
| /*ThouShaltNotCache*/ |
| const copyURL={...this._url};if(""===v)copyURL.query=null;else{const input="?"===v[0]?v.substring(1):v;copyURL.query="",whatwgURL.basicURLParse(input,{url:copyURL,stateOverride:"query",encodingOverride:this._relevantDocument.charset})}this._locationObjectSetterNavigate(copyURL)}get hash(){ |
| /*ThouShaltNotCache*/ |
| return null===this._url.fragment||""===this._url.fragment?"":"#"+this._url.fragment}set hash(v){ |
| /*ThouShaltNotCache*/ |
| const copyURL={...this._url},input="#"===v[0]?v.substring(1):v;copyURL.fragment="",whatwgURL.basicURLParse(input,{url:copyURL,stateOverride:"fragment"}),copyURL.fragment!==this._url.fragment&&this._locationObjectSetterNavigate(copyURL)}assign(url){ |
| /*ThouShaltNotCache*/ |
| const parsedURL=this._relevantDocument.encodingParseAURL(url);if(null===parsedURL)throw DOMException.create(this._globalObject,[`Could not resolve the given string "${url}" relative to the base URL "${this._relevantDocument.URL}"`,"SyntaxError"]);this._locationObjectNavigate(parsedURL)}replace(url){ |
| /*ThouShaltNotCache*/ |
| const parsedURL=this._relevantDocument.encodingParseAURL(url);if(null===parsedURL)throw DOMException.create(this._globalObject,[`Could not resolve the given string "${url}" relative to the base URL "${this._relevantDocument.URL}"`,"SyntaxError"]);this._locationObjectNavigate(parsedURL,{replacement:!0})}reload(){navigate(this._relevantDocument._defaultView,this._url,{replace:!0,reloadTriggered:!0,exceptionsEnabled:!0})}}},26704:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const UIEventImpl=__webpack_require__(54064).implementation,CompositionEventInit=__webpack_require__(95439);class CompositionEventImpl extends UIEventImpl{initCompositionEvent(type,bubbles,cancelable,view,data){ |
| /*ThouShaltNotCache*/ |
| this._dispatchFlag||(this.initUIEvent(type,bubbles,cancelable,view,0),this.data=data)}}CompositionEventImpl.defaultInit=CompositionEventInit.convert(void 0,void 0),module.exports={implementation:CompositionEventImpl}},26842:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var Buffer=__webpack_require__(81545).Buffer,__createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);desc&&!("get"in desc?!m.__esModule:desc.writable||desc.configurable)||(desc={enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return m[k]}}),Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k),o[k2]=m[k]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(o,"default",{enumerable:!0,value:v})}:function(o,v){ |
| /*ThouShaltNotCache*/ |
| o.default=v}),__importStar=this&&this.__importStar||function(mod){ |
| /*ThouShaltNotCache*/ |
| if(mod&&mod.__esModule)return mod;var result={};if(null!=mod)for(var k in mod)"default"!==k&&Object.prototype.hasOwnProperty.call(mod,k)&&__createBinding(result,mod,k);return __setModuleDefault(result,mod),result};Object.defineProperty(exports,"__esModule",{value:!0}),exports.req=exports.json=exports.toBuffer=void 0;const http=__importStar(__webpack_require__(78022)),https=__importStar(__webpack_require__(48370));async function toBuffer(stream){ |
| /*ThouShaltNotCache*/ |
| let length=0;const chunks=[];for await(const chunk of stream)length+=chunk.length,chunks.push(chunk);return Buffer.concat(chunks,length)}exports.toBuffer=toBuffer,exports.json=async function(stream){ |
| /*ThouShaltNotCache*/ |
| const str=(await toBuffer(stream)).toString("utf8");try{return JSON.parse(str)}catch(_err){const err=_err;throw err.message+=` (input: ${str})`,err}},exports.req=function(url,opts={}){ |
| /*ThouShaltNotCache*/ |
| const req=(("string"==typeof url?url:url.href).startsWith("https:")?https:http).request(url,opts),promise=new Promise((resolve,reject)=>{ |
| /*ThouShaltNotCache*/ |
| req.once("response",resolve).once("error",reject).end()});return req.then=promise.then.bind(promise),req}},26913:module=>{"use strict";function isASCIIDigit(c){ |
| /*ThouShaltNotCache*/ |
| return c>=48&&c<=57}function isASCIIAlpha(c){ |
| /*ThouShaltNotCache*/ |
| return c>=65&&c<=90||c>=97&&c<=122}module.exports={isASCIIDigit,isASCIIAlpha,isASCIIAlphanumeric:function(c){ |
| /*ThouShaltNotCache*/ |
| return isASCIIAlpha(c)||isASCIIDigit(c)},isASCIIHex:function(c){ |
| /*ThouShaltNotCache*/ |
| return isASCIIDigit(c)||c>=65&&c<=70||c>=97&&c<=102}}},27410:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGElement=__webpack_require__(57397);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGGraphicsElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGGraphicsElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGGraphicsElement extends globalObject.SVGElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get requiredExtensions(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get requiredExtensions' called on an object that is not a valid instance of SVGGraphicsElement.");return utils.getSameObject(this,"requiredExtensions",()=>utils.tryWrapperForImpl(esValue[implSymbol].requiredExtensions))}get systemLanguage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get systemLanguage' called on an object that is not a valid instance of SVGGraphicsElement.");return utils.getSameObject(this,"systemLanguage",()=>utils.tryWrapperForImpl(esValue[implSymbol].systemLanguage))}}Object.defineProperties(SVGGraphicsElement.prototype,{requiredExtensions:{enumerable:!0},systemLanguage:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGGraphicsElement",configurable:!0}}),ctorRegistry.SVGGraphicsElement=SVGGraphicsElement,Object.defineProperty(globalObject,"SVGGraphicsElement",{configurable:!0,writable:!0,value:SVGGraphicsElement})};const Impl=__webpack_require__(81041)},27560:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,CharacterData=__webpack_require__(20136);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Text.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Text'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| CharacterData._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Text extends globalObject.CharacterData{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to construct 'Text': parameter 1",globals:globalObject}):"",args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}splitText(offset){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'splitText' called on an object that is not a valid instance of Text.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'splitText' on 'Text': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'splitText' on 'Text': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].splitText(...args))}get wholeText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get wholeText' called on an object that is not a valid instance of Text.");return esValue[implSymbol].wholeText}get assignedSlot(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get assignedSlot' called on an object that is not a valid instance of Text.");return utils.tryWrapperForImpl(esValue[implSymbol].assignedSlot)}}Object.defineProperties(Text.prototype,{splitText:{enumerable:!0},wholeText:{enumerable:!0},assignedSlot:{enumerable:!0},[Symbol.toStringTag]:{value:"Text",configurable:!0}}),ctorRegistry.Text=Text,Object.defineProperty(globalObject,"Text",{configurable:!0,writable:!0,value:Text})};const Impl=__webpack_require__(51091)},27663:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),NODE_TYPE=__webpack_require__(53010),AbstractRangeImpl=__webpack_require__(59023).implementation;module.exports={implementation:class extends AbstractRangeImpl{constructor(globalObject,args){ |
| /*ThouShaltNotCache*/ |
| const{startContainer,startOffset,endContainer,endOffset}=args[0];if(startContainer.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE||startContainer.nodeType===NODE_TYPE.ATTRIBUTE_NODE||endContainer.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE||endContainer.nodeType===NODE_TYPE.ATTRIBUTE_NODE)throw DOMException.create(globalObject,["The supplied node is incorrect.","InvalidNodeTypeError"]);super(globalObject,[],{start:{node:startContainer,offset:startOffset},end:{node:endContainer,offset:endOffset}})}}}},27681:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),OrderedSet=__webpack_require__(25835),{asciiLowercase}=__webpack_require__(8337),idlUtils=__webpack_require__(65554),{getAttributeValue,setAttributeValue,hasAttributeByName}=__webpack_require__(91828);function validateTokens(globalObject,...tokens){ |
| /*ThouShaltNotCache*/ |
| for(const token of tokens)if(""===token)throw DOMException.create(globalObject,["The token provided must not be empty.","SyntaxError"]);for(const token of tokens)if(/[\t\n\f\r ]/.test(token))throw DOMException.create(globalObject,["The token provided contains HTML space characters, which are not valid in tokens.","InvalidCharacterError"])}class DOMTokenListImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._tokenSet=new OrderedSet,this._element=privateData.element,this._attributeLocalName=privateData.attributeLocalName,this._supportedTokens=privateData.supportedTokens,this._dirty=!0}attrModified(){ |
| /*ThouShaltNotCache*/ |
| this._dirty=!0}_syncWithElement(){ |
| /*ThouShaltNotCache*/ |
| if(!this._dirty)return;const val=getAttributeValue(this._element,this._attributeLocalName);null===val?this._tokenSet.empty():this._tokenSet=OrderedSet.parse(val),this._dirty=!1}_validationSteps(token){ |
| /*ThouShaltNotCache*/ |
| if(!this._supportedTokens)throw new TypeError(`${this._attributeLocalName} attribute has no supported tokens`);const lowerToken=asciiLowercase(token);return this._supportedTokens.has(lowerToken)}_updateSteps(){ |
| /*ThouShaltNotCache*/ |
| !hasAttributeByName(this._element,this._attributeLocalName)&&this._tokenSet.isEmpty()||setAttributeValue(this._element,this._attributeLocalName,this._tokenSet.serialize())}_serializeSteps(){ |
| /*ThouShaltNotCache*/ |
| return getAttributeValue(this._element,this._attributeLocalName)}get tokenSet(){ |
| /*ThouShaltNotCache*/ |
| return this._syncWithElement(),this._tokenSet}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._syncWithElement(),this._tokenSet.size}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return this._syncWithElement(),this._tokenSet.keys()}item(index){ |
| /*ThouShaltNotCache*/ |
| return this._syncWithElement(),index>=this._tokenSet.size?null:this._tokenSet.get(index)}contains(token){ |
| /*ThouShaltNotCache*/ |
| return this._syncWithElement(),this._tokenSet.contains(token)}add(...tokens){ |
| /*ThouShaltNotCache*/ |
| for(const token of tokens)validateTokens(this._globalObject,token);this._syncWithElement();for(const token of tokens)this._tokenSet.append(token);this._updateSteps()}remove(...tokens){ |
| /*ThouShaltNotCache*/ |
| for(const token of tokens)validateTokens(this._globalObject,token);this._syncWithElement(),this._tokenSet.remove(...tokens),this._updateSteps()}toggle(token,force=void 0){ |
| /*ThouShaltNotCache*/ |
| return validateTokens(this._globalObject,token),this._syncWithElement(),this._tokenSet.contains(token)?void 0!==force&&!1!==force||(this._tokenSet.remove(token),this._updateSteps(),!1):(void 0===force||!0===force)&&(this._tokenSet.append(token),this._updateSteps(),!0)}replace(token,newToken){ |
| /*ThouShaltNotCache*/ |
| return validateTokens(this._globalObject,token,newToken),this._syncWithElement(),!!this._tokenSet.contains(token)&&(this._tokenSet.replace(token,newToken),this._updateSteps(),!0)}supports(token){ |
| /*ThouShaltNotCache*/ |
| return this._validationSteps(token)}get value(){ |
| /*ThouShaltNotCache*/ |
| return this._serializeSteps()}set value(V){ |
| /*ThouShaltNotCache*/ |
| setAttributeValue(this._element,this._attributeLocalName,V)}}exports.implementation=DOMTokenListImpl},28073:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const style=__webpack_require__(50753),xpath=__webpack_require__(22368),generatedInterfaces={DOMException:__webpack_require__(3698),URL:__webpack_require__(29227).URL,URLSearchParams:__webpack_require__(29227).URLSearchParams,EventTarget:__webpack_require__(87950),NamedNodeMap:__webpack_require__(84902),Node:__webpack_require__(13079),Attr:__webpack_require__(70172),Element:__webpack_require__(88571),DocumentFragment:__webpack_require__(414),DOMImplementation:__webpack_require__(86669),Document:__webpack_require__(61462),XMLDocument:__webpack_require__(65811),CharacterData:__webpack_require__(20136),Text:__webpack_require__(27560),CDATASection:__webpack_require__(10443),ProcessingInstruction:__webpack_require__(18934),Comment:__webpack_require__(7066),DocumentType:__webpack_require__(36798),NodeList:__webpack_require__(47487),RadioNodeList:__webpack_require__(80548),HTMLCollection:__webpack_require__(16606),HTMLOptionsCollection:__webpack_require__(94414),DOMStringMap:__webpack_require__(33846),DOMTokenList:__webpack_require__(7226),StyleSheetList:__webpack_require__(10355),HTMLElement:__webpack_require__(8904),HTMLHeadElement:__webpack_require__(62778),HTMLTitleElement:__webpack_require__(41668),HTMLBaseElement:__webpack_require__(94083),HTMLLinkElement:__webpack_require__(53140),HTMLMetaElement:__webpack_require__(13267),HTMLStyleElement:__webpack_require__(96893),HTMLBodyElement:__webpack_require__(48216),HTMLHeadingElement:__webpack_require__(12280),HTMLParagraphElement:__webpack_require__(72580),HTMLHRElement:__webpack_require__(16350),HTMLPreElement:__webpack_require__(58157),HTMLUListElement:__webpack_require__(55699),HTMLOListElement:__webpack_require__(46937),HTMLLIElement:__webpack_require__(56221),HTMLMenuElement:__webpack_require__(94057),HTMLDListElement:__webpack_require__(84018),HTMLDivElement:__webpack_require__(98835),HTMLAnchorElement:__webpack_require__(79751),HTMLAreaElement:__webpack_require__(679),HTMLBRElement:__webpack_require__(94424),HTMLButtonElement:__webpack_require__(23292),HTMLCanvasElement:__webpack_require__(23692),HTMLDataElement:__webpack_require__(71400),HTMLDataListElement:__webpack_require__(46220),HTMLDetailsElement:__webpack_require__(5880),HTMLDialogElement:__webpack_require__(34036),HTMLDirectoryElement:__webpack_require__(74835),HTMLFieldSetElement:__webpack_require__(64736),HTMLFontElement:__webpack_require__(68059),HTMLFormElement:__webpack_require__(93686),HTMLHtmlElement:__webpack_require__(97995),HTMLImageElement:__webpack_require__(36889),HTMLInputElement:__webpack_require__(30834),HTMLLabelElement:__webpack_require__(40368),HTMLLegendElement:__webpack_require__(58951),HTMLMapElement:__webpack_require__(52476),HTMLMarqueeElement:__webpack_require__(9010),HTMLMediaElement:__webpack_require__(60378),HTMLMeterElement:__webpack_require__(23185),HTMLModElement:__webpack_require__(94202),HTMLOptGroupElement:__webpack_require__(10096),HTMLOptionElement:__webpack_require__(45111),HTMLOutputElement:__webpack_require__(50199),HTMLPictureElement:__webpack_require__(16244),HTMLProgressElement:__webpack_require__(71725),HTMLQuoteElement:__webpack_require__(49062),HTMLScriptElement:__webpack_require__(18057),HTMLSelectElement:__webpack_require__(96288),HTMLSlotElement:__webpack_require__(2716),HTMLSourceElement:__webpack_require__(63027),HTMLSpanElement:__webpack_require__(54236),HTMLTableCaptionElement:__webpack_require__(34430),HTMLTableCellElement:__webpack_require__(14218),HTMLTableColElement:__webpack_require__(8918),HTMLTableElement:__webpack_require__(83630),HTMLTimeElement:__webpack_require__(16199),HTMLTableRowElement:__webpack_require__(19952),HTMLTableSectionElement:__webpack_require__(28713),HTMLTemplateElement:__webpack_require__(9522),HTMLTextAreaElement:__webpack_require__(80146),HTMLUnknownElement:__webpack_require__(82116),HTMLFrameElement:__webpack_require__(47485),HTMLFrameSetElement:__webpack_require__(51845),HTMLIFrameElement:__webpack_require__(90220),HTMLEmbedElement:__webpack_require__(76613),HTMLObjectElement:__webpack_require__(9225),HTMLParamElement:__webpack_require__(15457),HTMLVideoElement:__webpack_require__(44639),HTMLAudioElement:__webpack_require__(84276),HTMLTrackElement:__webpack_require__(6943),HTMLFormControlsCollection:__webpack_require__(25386),SVGElement:__webpack_require__(57397),SVGGraphicsElement:__webpack_require__(27410),SVGSVGElement:__webpack_require__(44303),SVGGElement:__webpack_require__(78834),SVGDefsElement:__webpack_require__(46369),SVGDescElement:__webpack_require__(6766),SVGMetadataElement:__webpack_require__(32578),SVGTitleElement:__webpack_require__(7923),SVGSymbolElement:__webpack_require__(79789),SVGSwitchElement:__webpack_require__(97917),SVGAnimatedPreserveAspectRatio:__webpack_require__(19317),SVGAnimatedRect:__webpack_require__(97850),SVGAnimatedString:__webpack_require__(63029),SVGNumber:__webpack_require__(57012),SVGPreserveAspectRatio:__webpack_require__(5178),SVGRect:__webpack_require__(13927),SVGStringList:__webpack_require__(60904),Event:__webpack_require__(72763),CloseEvent:__webpack_require__(16375),CustomEvent:__webpack_require__(774),MessageEvent:__webpack_require__(6426),ErrorEvent:__webpack_require__(92825),HashChangeEvent:__webpack_require__(3203),PopStateEvent:__webpack_require__(53299),StorageEvent:__webpack_require__(86036),ProgressEvent:__webpack_require__(52542),PageTransitionEvent:__webpack_require__(78295),SubmitEvent:__webpack_require__(62099),UIEvent:__webpack_require__(88365),FocusEvent:__webpack_require__(74355),InputEvent:__webpack_require__(38103),MouseEvent:__webpack_require__(94646),KeyboardEvent:__webpack_require__(69672),TouchEvent:__webpack_require__(11994),CompositionEvent:__webpack_require__(92701),WheelEvent:__webpack_require__(72610),BarProp:__webpack_require__(30971),External:__webpack_require__(84504),Location:__webpack_require__(48728),History:__webpack_require__(83835),Screen:__webpack_require__(97247),Performance:__webpack_require__(88149),Navigator:__webpack_require__(30598),Crypto:__webpack_require__(12430),PluginArray:__webpack_require__(46411),MimeTypeArray:__webpack_require__(2714),Plugin:__webpack_require__(2908),MimeType:__webpack_require__(45067),FileReader:__webpack_require__(32310),Blob:__webpack_require__(23852),File:__webpack_require__(34149),FileList:__webpack_require__(34633),ValidityState:__webpack_require__(48648),DOMParser:__webpack_require__(15940),XMLSerializer:__webpack_require__(80874),FormData:__webpack_require__(88629),XMLHttpRequestEventTarget:__webpack_require__(62452),XMLHttpRequestUpload:__webpack_require__(56476),XMLHttpRequest:__webpack_require__(65949),WebSocket:__webpack_require__(28840),NodeFilter:__webpack_require__(8029),NodeIterator:__webpack_require__(80437),TreeWalker:__webpack_require__(51337),AbstractRange:__webpack_require__(47791),Range:__webpack_require__(48666),StaticRange:__webpack_require__(58428),Selection:__webpack_require__(30477),Storage:__webpack_require__(93182),CustomElementRegistry:__webpack_require__(62309),ElementInternals:__webpack_require__(95085),ShadowRoot:__webpack_require__(30047),MutationObserver:__webpack_require__(79798),MutationRecord:__webpack_require__(35949),Headers:__webpack_require__(91641),AbortController:__webpack_require__(17233),AbortSignal:__webpack_require__(60809),DOMRectReadOnly:__webpack_require__(62671),DOMRect:__webpack_require__(64257)};exports.installInterfaces=(window,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| for(const generatedInterface of Object.values(generatedInterfaces))generatedInterface.install(window,globalNames);!function(window,name,interfaceConstructor){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(window,name,{configurable:!0,writable:!0,value:interfaceConstructor})}(window,"HTMLDocument",window.Document),Object.setPrototypeOf(window.DOMException.prototype,window.Error.prototype),style.addToCore(window),xpath(window)},exports.getInterfaceWrapper=name=>generatedInterfaces[name]},28447:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},28713:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTableSectionElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTableSectionElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTableSectionElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTableSectionElement",new.target)}insertRow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertRow' called on an object that is not a valid instance of HTMLTableSectionElement.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'insertRow' on 'HTMLTableSectionElement': parameter 1",globals:globalObject}):-1,args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].insertRow(...args))}deleteRow(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteRow' called on an object that is not a valid instance of HTMLTableSectionElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'deleteRow' on 'HTMLTableSectionElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.long(curArg,{context:"Failed to execute 'deleteRow' on 'HTMLTableSectionElement': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].deleteRow(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rows(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rows' called on an object that is not a valid instance of HTMLTableSectionElement.");return utils.getSameObject(this,"rows",()=>utils.tryWrapperForImpl(esValue[implSymbol].rows))}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLTableSectionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLTableSectionElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLTableSectionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ch' called on an object that is not a valid instance of HTMLTableSectionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("char");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ch(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ch' called on an object that is not a valid instance of HTMLTableSectionElement.");V=conversions.DOMString(V,{context:"Failed to set the 'ch' property on 'HTMLTableSectionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("char",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get chOff(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get chOff' called on an object that is not a valid instance of HTMLTableSectionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("charoff");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set chOff(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set chOff' called on an object that is not a valid instance of HTMLTableSectionElement.");V=conversions.DOMString(V,{context:"Failed to set the 'chOff' property on 'HTMLTableSectionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("charoff",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get vAlign(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vAlign' called on an object that is not a valid instance of HTMLTableSectionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("valign");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set vAlign(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set vAlign' called on an object that is not a valid instance of HTMLTableSectionElement.");V=conversions.DOMString(V,{context:"Failed to set the 'vAlign' property on 'HTMLTableSectionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("valign",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLTableSectionElement.prototype,{insertRow:{enumerable:!0},deleteRow:{enumerable:!0},rows:{enumerable:!0},align:{enumerable:!0},ch:{enumerable:!0},chOff:{enumerable:!0},vAlign:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableSectionElement",configurable:!0}}),ctorRegistry.HTMLTableSectionElement=HTMLTableSectionElement,Object.defineProperty(globalObject,"HTMLTableSectionElement",{configurable:!0,writable:!0,value:HTMLTableSectionElement})};const Impl=__webpack_require__(96388)},28840:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Blob=__webpack_require__(23852),EventHandlerNonNull=__webpack_require__(70705),BinaryType=__webpack_require__(61394),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,EventTarget=__webpack_require__(87950);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].WebSocket.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'WebSocket'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| EventTarget._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class WebSocket extends globalObject.EventTarget{constructor(url){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'WebSocket': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to construct 'WebSocket': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];if(void 0!==curArg)if(utils.isObject(curArg)){if(void 0!==curArg[Symbol.iterator]){if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to construct 'WebSocket': parameter 2 sequence is not an iterable object.");{const V=[],tmp=curArg;for(let nextItem of tmp)nextItem=conversions.DOMString(nextItem,{context:"Failed to construct 'WebSocket': parameter 2 sequence's element",globals:globalObject}),V.push(nextItem);curArg=V}}}else curArg=conversions.DOMString(curArg,{context:"Failed to construct 'WebSocket': parameter 2",globals:globalObject});else curArg=[];args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}close(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'close' called on an object that is not a valid instance of WebSocket.");const args=[];{let curArg=arguments[0];void 0!==curArg&&(curArg=conversions["unsigned short"](curArg,{context:"Failed to execute 'close' on 'WebSocket': parameter 1",globals:globalObject,clamp:!0})),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.USVString(curArg,{context:"Failed to execute 'close' on 'WebSocket': parameter 2",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].close(...args)}send(data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'send' called on an object that is not a valid instance of WebSocket.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'send' on 'WebSocket': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];if(Blob.is(curArg)){let curArg=arguments[0];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'send' on 'WebSocket': parameter 1"}),args.push(curArg)}else if(utils.isArrayBuffer(curArg)){let curArg=arguments[0];curArg=conversions.ArrayBuffer(curArg,{context:"Failed to execute 'send' on 'WebSocket': parameter 1",globals:globalObject}),args.push(curArg)}else if(ArrayBuffer.isView(curArg)){let curArg=arguments[0];if(!ArrayBuffer.isView(curArg))throw new globalObject.TypeError("Failed to execute 'send' on 'WebSocket': parameter 1 is not of any supported type.");args.push(curArg)}else{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'send' on 'WebSocket': parameter 1",globals:globalObject}),args.push(curArg)}}return esValue[implSymbol].send(...args)}get url(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get url' called on an object that is not a valid instance of WebSocket.");return esValue[implSymbol].url}get readyState(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get readyState' called on an object that is not a valid instance of WebSocket.");return esValue[implSymbol].readyState}get bufferedAmount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get bufferedAmount' called on an object that is not a valid instance of WebSocket.");return esValue[implSymbol].bufferedAmount}get onopen(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onopen' called on an object that is not a valid instance of WebSocket.");return utils.tryWrapperForImpl(esValue[implSymbol].onopen)}set onopen(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onopen' called on an object that is not a valid instance of WebSocket.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onopen' property on 'WebSocket': The provided value"}):null,esValue[implSymbol].onopen=V}get onerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onerror' called on an object that is not a valid instance of WebSocket.");return utils.tryWrapperForImpl(esValue[implSymbol].onerror)}set onerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onerror' called on an object that is not a valid instance of WebSocket.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onerror' property on 'WebSocket': The provided value"}):null,esValue[implSymbol].onerror=V}get onclose(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onclose' called on an object that is not a valid instance of WebSocket.");return utils.tryWrapperForImpl(esValue[implSymbol].onclose)}set onclose(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onclose' called on an object that is not a valid instance of WebSocket.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onclose' property on 'WebSocket': The provided value"}):null,esValue[implSymbol].onclose=V}get extensions(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get extensions' called on an object that is not a valid instance of WebSocket.");return esValue[implSymbol].extensions}get protocol(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get protocol' called on an object that is not a valid instance of WebSocket.");return esValue[implSymbol].protocol}get onmessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmessage' called on an object that is not a valid instance of WebSocket.");return utils.tryWrapperForImpl(esValue[implSymbol].onmessage)}set onmessage(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmessage' called on an object that is not a valid instance of WebSocket.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmessage' property on 'WebSocket': The provided value"}):null,esValue[implSymbol].onmessage=V}get binaryType(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get binaryType' called on an object that is not a valid instance of WebSocket.");return utils.tryWrapperForImpl(esValue[implSymbol].binaryType)}set binaryType(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set binaryType' called on an object that is not a valid instance of WebSocket.");V=`${V}`,BinaryType.enumerationValues.has(V)&&(esValue[implSymbol].binaryType=V)}}Object.defineProperties(WebSocket.prototype,{close:{enumerable:!0},send:{enumerable:!0},url:{enumerable:!0},readyState:{enumerable:!0},bufferedAmount:{enumerable:!0},onopen:{enumerable:!0},onerror:{enumerable:!0},onclose:{enumerable:!0},extensions:{enumerable:!0},protocol:{enumerable:!0},onmessage:{enumerable:!0},binaryType:{enumerable:!0},[Symbol.toStringTag]:{value:"WebSocket",configurable:!0},CONNECTING:{value:0,enumerable:!0},OPEN:{value:1,enumerable:!0},CLOSING:{value:2,enumerable:!0},CLOSED:{value:3,enumerable:!0}}),Object.defineProperties(WebSocket,{CONNECTING:{value:0,enumerable:!0},OPEN:{value:1,enumerable:!0},CLOSING:{value:2,enumerable:!0},CLOSED:{value:3,enumerable:!0}}),ctorRegistry.WebSocket=WebSocket,Object.defineProperty(globalObject,"WebSocket",{configurable:!0,writable:!0,value:WebSocket})};const Impl=__webpack_require__(57680)},28888:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{isValidFloatingPointNumber,isValidSimpleColor,parseFloatingPointNumber,stripLeadingAndTrailingASCIIWhitespace,stripNewlines,splitOnCommas}=__webpack_require__(8337),{isValidDateString,isValidMonthString,isValidTimeString,isValidWeekString,parseLocalDateAndTimeString,serializeNormalizedDateAndTime}=__webpack_require__(82709),whatwgURL=__webpack_require__(88499),NodeList=__webpack_require__(47487),{domSymbolTree}=__webpack_require__(35442),{closest,firstChildWithLocalName}=__webpack_require__(49397),NODE_TYPE=__webpack_require__(53010),{HTML_NS}=__webpack_require__(36675);exports.isDisabled=formControl=>{ |
| /*ThouShaltNotCache*/ |
| if(("button"===formControl.localName||"input"===formControl.localName||"select"===formControl.localName||"textarea"===formControl.localName)&&formControl.hasAttributeNS(null,"disabled"))return!0;let e=formControl.parentNode;for(;e;){if("fieldset"===e.localName&&e.hasAttributeNS(null,"disabled")){const firstLegendElementChild=firstChildWithLocalName(e,"legend");if(!firstLegendElementChild||!firstLegendElementChild.contains(formControl))return!0}e=e.parentNode}return!1};const listedElements=new Set(["button","fieldset","input","object","output","select","textarea"]);exports.isListed=formControl=>listedElements.has(formControl._localName)&&formControl.namespaceURI===HTML_NS;const submittableElements=new Set(["button","input","object","select","textarea"]);exports.isSubmittable=formControl=>submittableElements.has(formControl._localName)&&formControl.namespaceURI===HTML_NS;const submitButtonInputTypes=new Set(["submit","image"]);exports.isSubmitButton=formControl=>("input"===formControl._localName&&submitButtonInputTypes.has(formControl.type)||"button"===formControl._localName&&"submit"===formControl.type)&&formControl.namespaceURI===HTML_NS;const buttonInputTypes=new Set([...submitButtonInputTypes,"reset","button"]);exports.isButton=formControl=>("input"===formControl._localName&&buttonInputTypes.has(formControl.type)||"button"===formControl._localName)&&formControl.namespaceURI===HTML_NS,exports.isInteractiveContent=node=>{ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType!==NODE_TYPE.ELEMENT_NODE)return!1;if(node.namespaceURI!==HTML_NS)return!1;if(node.hasAttributeNS(null,"tabindex"))return!0;switch(node.localName){case"a":return node.hasAttributeNS(null,"href");case"audio":case"video":return node.hasAttributeNS(null,"controls");case"img":case"object":return node.hasAttributeNS(null,"usemap");case"input":return"hidden"!==node.type;case"button":case"details":case"embed":case"iframe":case"label":case"select":case"textarea":return!0}return!1},exports.isLabelable=node=>{ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType!==NODE_TYPE.ELEMENT_NODE)return!1;if(node.namespaceURI!==HTML_NS)return!1;switch(node.localName){case"button":case"meter":case"output":case"progress":case"select":case"textarea":return!0;case"input":return"hidden"!==node.type}return!!node._ceDefinition?.formAssociated},exports.getLabelsForLabelable=labelable=>{ |
| /*ThouShaltNotCache*/ |
| if(!exports.isLabelable(labelable))return null;if(!labelable._labels){const root=labelable.getRootNode({});labelable._labels=NodeList.createImpl(root._globalObject,[],{element:root,query:()=>{ |
| /*ThouShaltNotCache*/ |
| const nodes=[];for(const descendant of domSymbolTree.treeIterator(root))descendant.control===labelable&&nodes.push(descendant);return nodes}})}return labelable._labels},exports.isValidEmailAddress=(emailAddress,multiple=!1)=>{ |
| /*ThouShaltNotCache*/ |
| const emailAddressRegExp=new RegExp("^[a-zA-Z0-9.!#$%&'*+\\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$");return multiple?splitOnCommas(emailAddress).every(value=>emailAddressRegExp.test(value)):emailAddressRegExp.test(emailAddress)},exports.isValidAbsoluteURL=url=>null!==whatwgURL.parseURL(url),exports.sanitizeValueByType=(input,val)=>{ |
| /*ThouShaltNotCache*/ |
| switch(input.type.toLowerCase()){case"password":case"search":case"tel":case"text":val=stripNewlines(val);break;case"color":val=isValidSimpleColor(val)?val.toLowerCase():"#000000";break;case"date":isValidDateString(val)||(val="");break;case"datetime-local":{const dateAndTime=parseLocalDateAndTimeString(val);val=null!==dateAndTime?serializeNormalizedDateAndTime(dateAndTime):"";break}case"email":input.hasAttributeNS(null,"multiple")?val=val.split(",").map(token=>stripLeadingAndTrailingASCIIWhitespace(token)).join(","):(val=stripNewlines(val),val=stripLeadingAndTrailingASCIIWhitespace(val));break;case"month":isValidMonthString(val)||(val="");break;case"number":isValidFloatingPointNumber(val)&&null!==parseFloatingPointNumber(val)||(val="");break;case"range":if(isValidFloatingPointNumber(val)&&null!==parseFloatingPointNumber(val))val<input._minimum?val=`${input._minimum}`:val>input._maximum&&(val=`${input._maximum}`);else{const minimum=input._minimum,maximum=input._maximum;val=`${maximum<minimum?minimum:(minimum+maximum)/2}`}break;case"time":isValidTimeString(val)||(val="");break;case"url":val=stripNewlines(val),val=stripLeadingAndTrailingASCIIWhitespace(val);break;case"week":isValidWeekString(val)||(val="")}return val},exports.formOwner=formControl=>{ |
| /*ThouShaltNotCache*/ |
| const formAttr=formControl.getAttributeNS(null,"form");if(""===formAttr)return null;if(null===formAttr)return closest(formControl,"form");const root=formControl.getRootNode({});let firstElementWithId;for(const descendant of domSymbolTree.treeIterator(root))if(descendant.nodeType===NODE_TYPE.ELEMENT_NODE&&descendant.getAttributeNS(null,"id")===formAttr){firstElementWithId=descendant;break}return firstElementWithId&&firstElementWithId.namespaceURI===HTML_NS&&"form"===firstElementWithId.localName?firstElementWithId:null}},29227:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const URL=__webpack_require__(97762),URLSearchParams=__webpack_require__(90536);exports.URL=URL,exports.URLSearchParams=URLSearchParams},29597:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const whatwgEncoding=__webpack_require__(82881);function getAttribute(uint8Array,i,l){ |
| /*ThouShaltNotCache*/ |
| for(;i<l;i++){let c=uint8Array[i];if(isSpaceCharacter(c)||47===c)continue;if(62===c)break;let name="",value="";nameLoop:for(;i<l;i++){if(c=uint8Array[i],61===c&&""!==name){i++;break}if(isSpaceCharacter(c)){for(i++;i<l;i++)if(c=uint8Array[i],!isSpaceCharacter(c)){if(61!==c)return{attr:{name,value},i};i++;break nameLoop}break}if(47===c||62===c)return{attr:{name,value},i};name+=c>=65&&c<=90?String.fromCharCode(c+32):String.fromCharCode(c)}if(c=uint8Array[i],isSpaceCharacter(c))for(i++;i<l&&(c=uint8Array[i],isSpaceCharacter(c));i++);if(34===c||39===c){const quote=c;for(i++;i<l;i++){if(c=uint8Array[i],c===quote)return{attr:{name,value},i:++i};value+=c>=65&&c<=90?String.fromCharCode(c+32):String.fromCharCode(c)}}if(62===c)return{attr:{name,value},i};for(value+=c>=65&&c<=90?String.fromCharCode(c+32):String.fromCharCode(c),i++;i<l;i++){if(c=uint8Array[i],isSpaceCharacter(c)||62===c)return{attr:{name,value},i};value+=c>=65&&c<=90?String.fromCharCode(c+32):String.fromCharCode(c)}}return{i}}function extractCharacterEncodingFromMeta(string){ |
| /*ThouShaltNotCache*/ |
| let position=0;for(;;){const indexOfCharset=string.substring(position).search(/charset/iu);if(-1===indexOfCharset)return null;let subPosition=position+indexOfCharset+7;for(;isSpaceCharacter(string[subPosition].charCodeAt(0));)++subPosition;if("="===string[subPosition]){for(++subPosition;isSpaceCharacter(string[subPosition].charCodeAt(0));)++subPosition;position=subPosition;break}position=subPosition-1}if('"'===string[position]||"'"===string[position]){const nextIndex=string.indexOf(string[position],position+1);return-1!==nextIndex?whatwgEncoding.labelToName(string.substring(position+1,nextIndex)):null}if(string.length===position+1)return null;const indexOfASCIIWhitespaceOrSemicolon=string.substring(position+1).search(/\x09|\x0A|\x0C|\x0D|\x20|;/u),end=-1===indexOfASCIIWhitespaceOrSemicolon?string.length:position+indexOfASCIIWhitespaceOrSemicolon+1;return whatwgEncoding.labelToName(string.substring(position,end))}function isSpaceCharacter(c){ |
| /*ThouShaltNotCache*/ |
| return 9===c||10===c||12===c||13===c||32===c}module.exports=(uint8Array,{transportLayerEncodingLabel,defaultEncoding="windows-1252"}={})=>{ |
| /*ThouShaltNotCache*/ |
| let encoding=whatwgEncoding.getBOMEncoding(uint8Array);return null===encoding&&void 0!==transportLayerEncodingLabel&&(encoding=whatwgEncoding.labelToName(transportLayerEncodingLabel)),null===encoding&&(encoding=function(uint8Array){ |
| /*ThouShaltNotCache*/ |
| const l=Math.min(uint8Array.byteLength,1024);for(let i=0;i<l;i++){let c=uint8Array[i];if(60===c){const c1=uint8Array[i+1],c2=uint8Array[i+2],c3=uint8Array[i+3],c4=uint8Array[i+4],c5=uint8Array[i+5];if(33===c1&&45===c2&&45===c3)for(i+=4;i<l;i++){c=uint8Array[i];const cMinus1=uint8Array[i-1],cMinus2=uint8Array[i-2];if(62===c&&45===cMinus1&&45===cMinus2)break}else{if(!(77!==c1&&109!==c1||69!==c2&&101!==c2||84!==c3&&116!==c3||65!==c4&&97!==c4||!isSpaceCharacter(c5)&&47!==c5)){i+=6;const attributeList=new Set;let attrRes,gotPragma=!1,needPragma=null,charset=null;do{attrRes=getAttribute(uint8Array,i,l),attrRes.attr&&!attributeList.has(attrRes.attr.name)&&(attributeList.add(attrRes.attr.name),"http-equiv"===attrRes.attr.name?gotPragma="content-type"===attrRes.attr.value:"content"!==attrRes.attr.name||charset?"charset"===attrRes.attr.name&&(charset=whatwgEncoding.labelToName(attrRes.attr.value),needPragma=!1):(charset=extractCharacterEncodingFromMeta(attrRes.attr.value),null!==charset&&(needPragma=!0))),i=attrRes.i}while(attrRes.attr);if(null===needPragma)continue;if(!0===needPragma&&!1===gotPragma)continue;if(null===charset)continue;return"UTF-16LE"!==charset&&"UTF-16BE"!==charset||(charset="UTF-8"),"x-user-defined"===charset&&(charset="windows-1252"),charset}if(c1>=65&&c1<=90||c1>=97&&c1<=122){for(i+=2;i<l&&(c=uint8Array[i],!isSpaceCharacter(c)&&62!==c);i++);let attrRes;do{attrRes=getAttribute(uint8Array,i,l),i=attrRes.i}while(attrRes.attr)}else if(33===c1||47===c1||63===c1)for(i+=2;i<l&&(c=uint8Array[i],62!==c);i++);}}}return null}(uint8Array)),null===encoding&&(encoding=defaultEncoding),encoding}},29706:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| function invokeTheCallbackFunction(event){ |
| /*ThouShaltNotCache*/ |
| const thisArg=utils.tryWrapperForImpl(this);let callResult;return"function"==typeof value&&(event=utils.tryWrapperForImpl(event),callResult=Reflect.apply(value,thisArg,[event])),callResult=null==callResult?null:conversions.DOMString(callResult,{context,globals:globalObject}),callResult}return invokeTheCallbackFunction.construct=event=>{ |
| /*ThouShaltNotCache*/ |
| event=utils.tryWrapperForImpl(event);let callResult=Reflect.construct(value,[event]);return callResult=null==callResult?null:conversions.DOMString(callResult,{context,globals:globalObject}),callResult},invokeTheCallbackFunction[utils.wrapperSymbol]=value,invokeTheCallbackFunction.objectReference=value,invokeTheCallbackFunction}},29951:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var TextDecoder=__webpack_require__(71537).A,Buffer=__webpack_require__(81545).Buffer,process=__webpack_require__(60348);const HTTP_STATUS_CODES=__webpack_require__(78022).STATUS_CODES,{spawnSync}=__webpack_require__(44197),{URL}=__webpack_require__(88499),whatwgEncoding=__webpack_require__(82881),tough=__webpack_require__(10967),MIMEType=__webpack_require__(75009),xhrUtils=__webpack_require__(25694),DOMException=__webpack_require__(3698),{asciiCaseInsensitiveMatch}=__webpack_require__(8337),idlUtils=__webpack_require__(65554),Document=__webpack_require__(61462),Blob=__webpack_require__(23852),FormData=__webpack_require__(88629),XMLHttpRequestEventTargetImpl=__webpack_require__(73542).implementation,XMLHttpRequestUpload=__webpack_require__(56476),ProgressEvent=__webpack_require__(52542),{isArrayBuffer}=__webpack_require__(65554),{parseIntoDocument}=__webpack_require__(6954),{fragmentSerialization}=__webpack_require__(33146),{setupForSimpleEventAccessors}=__webpack_require__(43648),{parseJSONFromBytes}=__webpack_require__(43565),{fireAnEvent}=__webpack_require__(97130),{copyToArrayBufferInNewRealm}=__webpack_require__(10575),{serializeEntryList,chunksToBuffer}=__webpack_require__(88544),{READY_STATES}=xhrUtils,tokenRegexp=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/,fieldValueRegexp=/^[ \t]*(?:[\x21-\x7E\x80-\xFF](?:[ \t][\x21-\x7E\x80-\xFF])?)*[ \t]*$/,utf8Decoder=new TextDecoder,forbiddenRequestHeaders=new Set(["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]),forbiddenResponseHeaders=new Set(["set-cookie","set-cookie2"]),uniqueResponseHeaders=new Set(["content-type","content-length","user-agent","referer","host","authorization","proxy-authorization","if-modified-since","if-unmodified-since","from","location","max-forwards"]),corsSafeResponseHeaders=new Set(["cache-control","content-language","content-length","content-type","expires","last-modified","pragma"]),allowedRequestMethods=new Set(["OPTIONS","GET","HEAD","POST","PUT","DELETE"]),forbiddenRequestMethods=new Set(["TRACK","TRACE","CONNECT"]);class XMLHttpRequestImpl extends XMLHttpRequestEventTargetImpl{constructor(window){ |
| /*ThouShaltNotCache*/ |
| super(window);const{_ownerDocument}=this;this.upload=XMLHttpRequestUpload.createImpl(window),this.readyState=READY_STATES.UNSENT,this.responseURL="",this.status=0,this.statusText="",this.flag={synchronous:!1,withCredentials:!1,mimeType:null,auth:null,method:void 0,responseType:"",requestHeaders:{},referrer:_ownerDocument.URL,uri:"",timeout:0,body:void 0,preflight:!1,requestManager:_ownerDocument._requestManager,strictSSL:window._resourceLoader._strictSSL,proxy:window._resourceLoader._proxy,cookieJar:_ownerDocument._cookieJar,encoding:_ownerDocument._encoding,origin:window._origin,userAgent:window.navigator.userAgent},this.properties={beforeSend:!1,send:!1,client:null,timeoutStart:0,timeoutId:0,timeoutFn:null,responseBuffer:null,responseCache:null,responseTextCache:null,responseXMLCache:null,responseHeaders:{},filteredResponseHeaders:[],error:"",uploadComplete:!1,uploadListener:!1,abortError:!1,cookieJar:_ownerDocument._cookieJar,bufferStepSize:1048576,totalReceivedChunkSize:0}}get responseType(){ |
| /*ThouShaltNotCache*/ |
| return this.flag.responseType}set responseType(responseType){ |
| /*ThouShaltNotCache*/ |
| const{flag}=this;if(this.readyState===READY_STATES.LOADING||this.readyState===READY_STATES.DONE)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);if(this.readyState===READY_STATES.OPENED&&flag.synchronous)throw DOMException.create(this._globalObject,["The object does not support the operation or argument.","InvalidAccessError"]);flag.responseType=responseType}get response(){ |
| /*ThouShaltNotCache*/ |
| const{properties}=this;if(properties.responseCache)return idlUtils.tryWrapperForImpl(properties.responseCache);let res;const responseBuffer=properties.responseBuffer?properties.responseBuffer.slice(0,properties.totalReceivedChunkSize):null;switch(this.responseType){case"":case"text":res=this.responseText;break;case"arraybuffer":if(!responseBuffer)return null;res=copyToArrayBufferInNewRealm(responseBuffer,this._globalObject);break;case"blob":{if(!responseBuffer)return null;const contentType=finalMIMEType(this);res=Blob.createImpl(this._globalObject,[[new Uint8Array(responseBuffer)],{type:contentType||""}]);break}case"document":res=this.responseXML;break;case"json":this.readyState===READY_STATES.DONE&&responseBuffer||(res=null);try{res=parseJSONFromBytes(responseBuffer)}catch{res=null}}return properties.responseCache=res,idlUtils.tryWrapperForImpl(res)}get responseText(){ |
| /*ThouShaltNotCache*/ |
| const{properties}=this;if(""!==this.responseType&&"text"!==this.responseType)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);if(this.readyState!==READY_STATES.LOADING&&this.readyState!==READY_STATES.DONE)return"";if(properties.responseTextCache)return properties.responseTextCache;const responseBuffer=properties.responseBuffer?properties.responseBuffer.slice(0,properties.totalReceivedChunkSize):null;if(!responseBuffer)return"";const fallbackEncoding=finalCharset(this)||whatwgEncoding.getBOMEncoding(responseBuffer)||"UTF-8",res=whatwgEncoding.decode(responseBuffer,fallbackEncoding);return properties.responseTextCache=res,res}get responseXML(){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties}=this;if(""!==this.responseType&&"document"!==this.responseType)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);if(this.readyState!==READY_STATES.DONE)return null;if(properties.responseXMLCache)return properties.responseXMLCache;const responseBuffer=properties.responseBuffer?properties.responseBuffer.slice(0,properties.totalReceivedChunkSize):null;if(!responseBuffer)return null;const contentType=finalMIMEType(this);let isHTML=!1,isXML=!1;const parsed=MIMEType.parse(contentType);if(parsed&&(isHTML=parsed.isHTML(),isXML=parsed.isXML(),!isXML&&!isHTML))return null;if(""===this.responseType&&isHTML)return null;const encoding=finalCharset(this)||whatwgEncoding.getBOMEncoding(responseBuffer)||"UTF-8",resText=whatwgEncoding.decode(responseBuffer,encoding);if(!resText)return null;const res=Document.createImpl(this._globalObject,[],{options:{url:flag.uri,lastModified:new Date(getResponseHeader(this,"last-modified")),parsingMode:isHTML?"html":"xml",cookieJar:{setCookieSync:()=>{},getCookieStringSync:()=>""},encoding,parseOptions:this._ownerDocument._parseOptions}});try{parseIntoDocument(resText,res)}catch{return properties.responseXMLCache=null,null}return res.close(),properties.responseXMLCache=res,res}get timeout(){ |
| /*ThouShaltNotCache*/ |
| return this.flag.timeout}set timeout(val){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties}=this;if(flag.synchronous)throw DOMException.create(this._globalObject,["The object does not support the operation or argument.","InvalidAccessError"]);flag.timeout=val,clearTimeout(properties.timeoutId),val>0&&properties.timeoutFn?properties.timeoutId=setTimeout(properties.timeoutFn,Math.max(0,val-((new Date).getTime()-properties.timeoutStart))):(properties.timeoutFn=null,properties.timeoutStart=0)}get withCredentials(){ |
| /*ThouShaltNotCache*/ |
| return this.flag.withCredentials}set withCredentials(val){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties}=this;if(this.readyState!==READY_STATES.UNSENT&&this.readyState!==READY_STATES.OPENED)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);if(properties.send)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);flag.withCredentials=val}abort(){ |
| /*ThouShaltNotCache*/ |
| const{properties}=this;clearTimeout(properties.timeoutId),properties.timeoutFn=null,properties.timeoutStart=0;const{client}=properties;if(client&&(client.abort(),properties.client=null),properties.abortError)return this.readyState=READY_STATES.DONE,properties.send=!1,void xhrUtils.setResponseToNetworkError(this);(this.readyState===READY_STATES.OPENED&&properties.send||this.readyState===READY_STATES.HEADERS_RECEIVED||this.readyState===READY_STATES.LOADING)&&xhrUtils.requestErrorSteps(this,"abort"),this.readyState===READY_STATES.DONE&&(this.readyState=READY_STATES.UNSENT,xhrUtils.setResponseToNetworkError(this))}getAllResponseHeaders(){ |
| /*ThouShaltNotCache*/ |
| const{properties,readyState}=this;return readyState===READY_STATES.UNSENT||readyState===READY_STATES.OPENED?"":Object.keys(properties.responseHeaders).filter(key=>-1===properties.filteredResponseHeaders.indexOf(key)).map(key=>[key.toLowerCase(),properties.responseHeaders[key]].join(": ")).join("\r\n")}getResponseHeader(header){ |
| /*ThouShaltNotCache*/ |
| const{properties,readyState}=this;if(readyState===READY_STATES.UNSENT||readyState===READY_STATES.OPENED)return null;const lcHeader=header.toLowerCase();return properties.filteredResponseHeaders.find(filtered=>lcHeader===filtered.toLowerCase())?null:getResponseHeader(this,lcHeader)}open(method,uri,asynchronous,user,password){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties,_ownerDocument}=this;if(!_ownerDocument)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);if(!tokenRegexp.test(method))throw DOMException.create(this._globalObject,["The string did not match the expected pattern.","SyntaxError"]);const upperCaseMethod=method.toUpperCase();if(forbiddenRequestMethods.has(upperCaseMethod))throw DOMException.create(this._globalObject,["The operation is insecure.","SecurityError"]);const{client}=properties;if(client&&"function"==typeof client.abort&&client.abort(),allowedRequestMethods.has(upperCaseMethod)&&(method=upperCaseMethod),flag.synchronous=void 0!==asynchronous&&!asynchronous,flag.responseType&&flag.synchronous)throw DOMException.create(this._globalObject,["The object does not support the operation or argument.","InvalidAccessError"]);if(flag.synchronous&&flag.timeout)throw DOMException.create(this._globalObject,["The object does not support the operation or argument.","InvalidAccessError"]);let urlObj;flag.method=method;try{urlObj=new URL(uri,_ownerDocument.baseURLSerialized())}catch{throw DOMException.create(this._globalObject,["The string did not match the expected pattern.","SyntaxError"])}(user||password&&!urlObj.username)&&(flag.auth={user,pass:password},urlObj.username="",urlObj.password=""),flag.uri=urlObj.href,flag.requestHeaders={},flag.preflight=!1,properties.send=!1,properties.uploadListener=!1,properties.abortError=!1,this.responseURL="",readyStateChange(this,READY_STATES.OPENED)}overrideMimeType(mime){ |
| /*ThouShaltNotCache*/ |
| const{readyState}=this;if(readyState===READY_STATES.LOADING||readyState===READY_STATES.DONE)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);this.flag.overrideMIMEType="application/octet-stream";const parsed=MIMEType.parse(mime);if(parsed){this.flag.overrideMIMEType=parsed.essence;const charset=parsed.parameters.get("charset");charset&&(this.flag.overrideCharset=whatwgEncoding.labelToName(charset))}}send(body){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties,upload,_ownerDocument}=this;if(!_ownerDocument)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);if(this.readyState!==READY_STATES.OPENED||properties.send)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);properties.beforeSend=!0;try{if("GET"!==flag.method&&"HEAD"!==flag.method||(body=null),null!==body){let encoding=null,mimeType=null;if(Document.isImpl(body))encoding="UTF-8",mimeType=("html"===body._parsingMode?"text/html":"application/xml")+";charset=UTF-8",flag.body=Buffer.from(fragmentSerialization(body,{requireWellFormed:!1}));else{"string"==typeof body&&(encoding="UTF-8");const{buffer,contentType}=function(bodyInit){ |
| /*ThouShaltNotCache*/ |
| if(Blob.isImpl(bodyInit))return{buffer:bodyInit._buffer,contentType:""===bodyInit.type?null:bodyInit.type};if(isArrayBuffer(bodyInit))return{buffer:Buffer.from(bodyInit),contentType:null};if(ArrayBuffer.isView(bodyInit))return{buffer:Buffer.from(bodyInit.buffer,bodyInit.byteOffset,bodyInit.byteLength),contentType:null};if(FormData.isImpl(bodyInit)){const{boundary,outputChunks}=serializeEntryList(bodyInit._entries);return{buffer:chunksToBuffer(outputChunks),contentType:"multipart/form-data; boundary="+utf8Decoder.decode(boundary)}}return{buffer:Buffer.from(bodyInit,"utf-8"),contentType:"text/plain;charset=UTF-8"}}(body);mimeType=contentType,flag.body=buffer}const existingContentType=xhrUtils.getRequestHeader(flag.requestHeaders,"content-type");if(null!==mimeType&&null===existingContentType)flag.requestHeaders["Content-Type"]=mimeType;else if(null!==existingContentType&&null!==encoding){const parsed=MIMEType.parse(existingContentType);if(parsed){const charset=parsed.parameters.get("charset");charset&&!asciiCaseInsensitiveMatch(charset,encoding)&&null!==encoding&&(parsed.parameters.set("charset",encoding),xhrUtils.updateRequestHeader(flag.requestHeaders,"content-type",parsed.toString()))}}}}finally{if(!properties.beforeSend)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);properties.beforeSend=!1}if(Object.keys(upload._eventListeners).length>0&&(properties.uploadListener=!0),flag.body&&0===flag.body.byteLength&&(flag.body=null),flag.synchronous){const flagStr=JSON.stringify(flag,function(k,v){ |
| /*ThouShaltNotCache*/ |
| return this===flag&&"requestManager"===k?null:this===flag&&"pool"===k&&v?{maxSockets:v.maxSockets}:v}),res=spawnSync(process.execPath,[88739],{input:flagStr,maxBuffer:1/0});if(0!==res.status)throw new Error(res.stderr.toString());if(res.error)throw"string"==typeof res.error&&(res.error=new Error(res.error)),res.error;const response=JSON.parse(res.stdout.toString()),resProp=response.properties;if(resProp.responseBuffer&&resProp.responseBuffer.data&&(resProp.responseBuffer=Buffer.from(resProp.responseBuffer.data)),resProp.cookieJar&&(resProp.cookieJar=tough.CookieJar.deserializeSync(resProp.cookieJar,_ownerDocument._cookieJar.store)),this.readyState=READY_STATES.LOADING,this.status=response.status,this.statusText=response.statusText,this.responseURL=response.responseURL,Object.assign(this.properties,response.properties),resProp.error)throw xhrUtils.dispatchError(this),DOMException.create(this._globalObject,[resProp.error,"NetworkError"]);{const{responseBuffer}=properties,contentLength=getResponseHeader(this,"content-length")||"0",bufferLength=parseInt(contentLength)||responseBuffer.length,progressObj={lengthComputable:!1};0!==bufferLength&&(progressObj.total=bufferLength,progressObj.loaded=bufferLength,progressObj.lengthComputable=!0),fireAnEvent("progress",this,ProgressEvent,progressObj),readyStateChange(this,READY_STATES.DONE),fireAnEvent("load",this,ProgressEvent,progressObj),fireAnEvent("loadend",this,ProgressEvent,progressObj)}}else{properties.send=!0,fireAnEvent("loadstart",this,ProgressEvent);const client=xhrUtils.createClient(this);properties.client=client,properties.totalReceivedChunkSize=0,properties.bufferStepSize=1048576,properties.origin=flag.origin,client.on("error",err=>{ |
| /*ThouShaltNotCache*/ |
| client.removeAllListeners(),properties.error=err,xhrUtils.dispatchError(this)}),client.on("response",(res,url)=>function(xhr,response,currentURL){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties}=xhr,{rawHeaders,statusCode}=response;let byteOffset=0;const headers={},filteredResponseHeaders=[],headerMap={},n=Number(rawHeaders.length);for(let i=0;i<n;i+=2){const k=rawHeaders[i],kl=k.toLowerCase(),v=rawHeaders[i+1];uniqueResponseHeaders.has(kl)?(void 0!==headerMap[kl]&&delete headers[headerMap[kl]],headers[k]=v):void 0!==headerMap[kl]?headers[headerMap[kl]]+=", "+v:headers[k]=v,headerMap[kl]=k}const destUrlObj=new URL(currentURL);if(properties.origin!==destUrlObj.origin&&"data:"!==destUrlObj.protocol){if(!xhrUtils.validCORSHeaders(xhr,response,flag,properties,properties.origin))return;const acehStr=response.headers["access-control-expose-headers"],aceh=new Set(acehStr?acehStr.trim().toLowerCase().split(xhrUtils.headerListSeparatorRegexp):[]);for(const header in headers){const lcHeader=header.toLowerCase();corsSafeResponseHeaders.has(lcHeader)||aceh.has(lcHeader)||filteredResponseHeaders.push(header)}}for(const header in headers){const lcHeader=header.toLowerCase();forbiddenResponseHeaders.has(lcHeader)&&filteredResponseHeaders.push(header)}xhr.responseURL=destUrlObj.href,xhr.status=statusCode,xhr.statusText=response.statusMessage||HTTP_STATUS_CODES[statusCode]||"",properties.responseHeaders=headers,properties.filteredResponseHeaders=filteredResponseHeaders;const contentLength=getResponseHeader(xhr,"content-length")||"0",bufferLength=parseInt(contentLength)||0,progressObj={lengthComputable:!1};let lastProgressReported;0!==bufferLength&&(progressObj.total=bufferLength,progressObj.loaded=0,progressObj.lengthComputable=!0);if(properties.responseBuffer=Buffer.alloc(properties.bufferStepSize),properties.responseCache=null,properties.responseTextCache=null,properties.responseXMLCache=null,readyStateChange(xhr,READY_STATES.HEADERS_RECEIVED),!properties.client)return;response.on("data",chunk=>{ |
| /*ThouShaltNotCache*/ |
| byteOffset+=chunk.length,progressObj.loaded=byteOffset}),properties.client.on("data",chunk=>{if( |
| /*ThouShaltNotCache*/ |
| properties.totalReceivedChunkSize+=chunk.length,properties.totalReceivedChunkSize>=properties.bufferStepSize){for(properties.bufferStepSize*=2;properties.totalReceivedChunkSize>=properties.bufferStepSize;)properties.bufferStepSize*=2;const tmpBuf=Buffer.alloc(properties.bufferStepSize);properties.responseBuffer.copy(tmpBuf,0,0,properties.responseBuffer.length),properties.responseBuffer=tmpBuf}chunk.copy(properties.responseBuffer,properties.totalReceivedChunkSize-chunk.length,0,chunk.length),properties.responseCache=null,properties.responseTextCache=null,properties.responseXMLCache=null,xhr.readyState===READY_STATES.HEADERS_RECEIVED&&(xhr.readyState=READY_STATES.LOADING),fireAnEvent("readystatechange",xhr),progressObj.total===progressObj.loaded&&properties.totalReceivedChunkSize!==byteOffset||lastProgressReported!==progressObj.loaded&&(lastProgressReported=progressObj.loaded,fireAnEvent("progress",xhr,ProgressEvent,progressObj))}),properties.client.on("end",()=>{ |
| /*ThouShaltNotCache*/ |
| clearTimeout(properties.timeoutId),properties.timeoutFn=null,properties.timeoutStart=0,properties.client=null,lastProgressReported!==progressObj.loaded&&fireAnEvent("progress",xhr,ProgressEvent,progressObj),readyStateChange(xhr,READY_STATES.DONE),fireAnEvent("load",xhr,ProgressEvent,progressObj),fireAnEvent("loadend",xhr,ProgressEvent,progressObj)})}(this,res,url)),client.on("redirect",(response,requestHeaders,currentURL)=>{ |
| /*ThouShaltNotCache*/ |
| const destUrlObj=new URL(requestHeaders.Referer),urlObj=new URL(currentURL);if(destUrlObj.origin!==urlObj.origin&&destUrlObj.origin!==flag.origin&&(properties.origin="null"),requestHeaders.Origin=properties.origin,flag.origin!==destUrlObj.origin&&"data:"!==destUrlObj.protocol){if(!xhrUtils.validCORSHeaders(this,response,flag,properties,flag.origin))return;(urlObj.username||urlObj.password)&&(properties.error="Userinfo forbidden in cors redirect",xhrUtils.dispatchError(this))}}),null!==body&&""!==body?(properties.uploadComplete=!1,function(xhr){ |
| /*ThouShaltNotCache*/ |
| const{properties,upload}=xhr,{client}=properties;let total=0,lengthComputable=!1;const length=client.headers&&parseInt(xhrUtils.getRequestHeader(client.headers,"content-length"));length&&(total=length,lengthComputable=!0);const initProgress={lengthComputable,total,loaded:0};properties.uploadListener&&fireAnEvent("loadstart",upload,ProgressEvent,initProgress);client.on("request",req=>{ |
| /*ThouShaltNotCache*/ |
| req.on("response",()=>{if( |
| /*ThouShaltNotCache*/ |
| properties.uploadComplete=!0,!properties.uploadListener)return;const progress={lengthComputable,total,loaded:total};fireAnEvent("progress",upload,ProgressEvent,progress),fireAnEvent("load",upload,ProgressEvent,progress),fireAnEvent("loadend",upload,ProgressEvent,progress)})})}(this)):properties.uploadComplete=!0,this.timeout>0&&(properties.timeoutStart=(new Date).getTime(),properties.timeoutFn=()=>{if( |
| /*ThouShaltNotCache*/ |
| client.abort(),this.readyState!==READY_STATES.UNSENT&&(this.readyState!==READY_STATES.OPENED||properties.send)&&this.readyState!==READY_STATES.DONE){properties.send=!1;let stateChanged=!1;properties.uploadComplete||(fireAnEvent("progress",upload,ProgressEvent),readyStateChange(this,READY_STATES.DONE),fireAnEvent("timeout",upload,ProgressEvent),fireAnEvent("loadend",upload,ProgressEvent),stateChanged=!0),fireAnEvent("progress",this,ProgressEvent),stateChanged||readyStateChange(this,READY_STATES.DONE),fireAnEvent("timeout",this,ProgressEvent),fireAnEvent("loadend",this,ProgressEvent)}this.readyState=READY_STATES.UNSENT},properties.timeoutId=setTimeout(properties.timeoutFn,this.timeout))}}setRequestHeader(header,value){ |
| /*ThouShaltNotCache*/ |
| const{flag,properties}=this;if(this.readyState!==READY_STATES.OPENED||properties.send)throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);if(value=function(value){ |
| /*ThouShaltNotCache*/ |
| return value.replace(/^[\x09\x0A\x0D\x20]+/,"").replace(/[\x09\x0A\x0D\x20]+$/,"")}(value),!tokenRegexp.test(header)||!fieldValueRegexp.test(value))throw DOMException.create(this._globalObject,["The string did not match the expected pattern.","SyntaxError"]);const lcHeader=header.toLowerCase();if(forbiddenRequestHeaders.has(lcHeader)||lcHeader.startsWith("sec-")||lcHeader.startsWith("proxy-"))return;const keys=Object.keys(flag.requestHeaders);let n=keys.length;for(;n--;){const key=keys[n];if(key.toLowerCase()===lcHeader)return void(flag.requestHeaders[key]+=", "+value)}flag.requestHeaders[header]=value}}function readyStateChange(xhr,readyState){ |
| /*ThouShaltNotCache*/ |
| xhr.readyState!==readyState&&(xhr.readyState=readyState,fireAnEvent("readystatechange",xhr))}function finalMIMEType(xhr){ |
| /*ThouShaltNotCache*/ |
| const{flag}=xhr;return flag.overrideMIMEType||getResponseHeader(xhr,"content-type")}function finalCharset(xhr){ |
| /*ThouShaltNotCache*/ |
| const{flag}=xhr;if(flag.overrideCharset)return flag.overrideCharset;const parsedContentType=MIMEType.parse(getResponseHeader(xhr,"content-type"));return parsedContentType?whatwgEncoding.labelToName(parsedContentType.parameters.get("charset")):null}function getResponseHeader(xhr,lcHeader){ |
| /*ThouShaltNotCache*/ |
| const{properties}=xhr,keys=Object.keys(properties.responseHeaders);let n=keys.length;for(;n--;){const key=keys[n];if(key.toLowerCase()===lcHeader)return properties.responseHeaders[key]}return null}setupForSimpleEventAccessors(XMLHttpRequestImpl.prototype,["readystatechange"]),exports.implementation=XMLHttpRequestImpl},30047:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,DocumentFragment=__webpack_require__(414);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].ShadowRoot.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'ShadowRoot'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| DocumentFragment._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class ShadowRoot extends globalObject.DocumentFragment{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get mode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get mode' called on an object that is not a valid instance of ShadowRoot.");return utils.tryWrapperForImpl(esValue[implSymbol].mode)}get host(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get host' called on an object that is not a valid instance of ShadowRoot.");return utils.tryWrapperForImpl(esValue[implSymbol].host)}get innerHTML(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get innerHTML' called on an object that is not a valid instance of ShadowRoot.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].innerHTML}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set innerHTML(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set innerHTML' called on an object that is not a valid instance of ShadowRoot.");V=conversions.DOMString(V,{context:"Failed to set the 'innerHTML' property on 'ShadowRoot': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].innerHTML=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get activeElement(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get activeElement' called on an object that is not a valid instance of ShadowRoot.");return utils.tryWrapperForImpl(esValue[implSymbol].activeElement)}}Object.defineProperties(ShadowRoot.prototype,{mode:{enumerable:!0},host:{enumerable:!0},innerHTML:{enumerable:!0},activeElement:{enumerable:!0},[Symbol.toStringTag]:{value:"ShadowRoot",configurable:!0}}),ctorRegistry.ShadowRoot=ShadowRoot,Object.defineProperty(globalObject,"ShadowRoot",{configurable:!0,writable:!0,value:ShadowRoot})};const Impl=__webpack_require__(48902)},30239:()=>{},30477:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Range=__webpack_require__(48666),Node=__webpack_require__(13079),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Selection.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Selection'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Selection{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}getRangeAt(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getRangeAt' called on an object that is not a valid instance of Selection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getRangeAt' on 'Selection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'getRangeAt' on 'Selection': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getRangeAt(...args))}addRange(range){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'addRange' called on an object that is not a valid instance of Selection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'addRange' on 'Selection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Range.convert(globalObject,curArg,{context:"Failed to execute 'addRange' on 'Selection': parameter 1"}),args.push(curArg)}return esValue[implSymbol].addRange(...args)}removeRange(range){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeRange' called on an object that is not a valid instance of Selection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'removeRange' on 'Selection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Range.convert(globalObject,curArg,{context:"Failed to execute 'removeRange' on 'Selection': parameter 1"}),args.push(curArg)}return esValue[implSymbol].removeRange(...args)}removeAllRanges(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeAllRanges' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].removeAllRanges()}empty(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'empty' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].empty()}collapse(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'collapse' called on an object that is not a valid instance of Selection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'collapse' on 'Selection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:Node.convert(globalObject,curArg,{context:"Failed to execute 'collapse' on 'Selection': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions["unsigned long"](curArg,{context:"Failed to execute 'collapse' on 'Selection': parameter 2",globals:globalObject}):0,args.push(curArg)}return esValue[implSymbol].collapse(...args)}setPosition(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setPosition' called on an object that is not a valid instance of Selection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setPosition' on 'Selection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:Node.convert(globalObject,curArg,{context:"Failed to execute 'setPosition' on 'Selection': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions["unsigned long"](curArg,{context:"Failed to execute 'setPosition' on 'Selection': parameter 2",globals:globalObject}):0,args.push(curArg)}return esValue[implSymbol].setPosition(...args)}collapseToStart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'collapseToStart' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].collapseToStart()}collapseToEnd(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'collapseToEnd' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].collapseToEnd()}extend(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'extend' called on an object that is not a valid instance of Selection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'extend' on 'Selection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'extend' on 'Selection': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions["unsigned long"](curArg,{context:"Failed to execute 'extend' on 'Selection': parameter 2",globals:globalObject}):0,args.push(curArg)}return esValue[implSymbol].extend(...args)}setBaseAndExtent(anchorNode,anchorOffset,focusNode,focusOffset){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setBaseAndExtent' called on an object that is not a valid instance of Selection.");if(arguments.length<4)throw new globalObject.TypeError(`Failed to execute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'setBaseAndExtent' on 'Selection': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setBaseAndExtent' on 'Selection': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'setBaseAndExtent' on 'Selection': parameter 3"}),args.push(curArg)}{let curArg=arguments[3];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setBaseAndExtent' on 'Selection': parameter 4",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setBaseAndExtent(...args)}selectAllChildren(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'selectAllChildren' called on an object that is not a valid instance of Selection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'selectAllChildren' on 'Selection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'selectAllChildren' on 'Selection': parameter 1"}),args.push(curArg)}return esValue[implSymbol].selectAllChildren(...args)}deleteFromDocument(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteFromDocument' called on an object that is not a valid instance of Selection.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].deleteFromDocument()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}containsNode(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'containsNode' called on an object that is not a valid instance of Selection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'containsNode' on 'Selection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'containsNode' on 'Selection': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'containsNode' on 'Selection': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].containsNode(...args)}toString(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toString' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].toString()}get anchorNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get anchorNode' called on an object that is not a valid instance of Selection.");return utils.tryWrapperForImpl(esValue[implSymbol].anchorNode)}get anchorOffset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get anchorOffset' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].anchorOffset}get focusNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get focusNode' called on an object that is not a valid instance of Selection.");return utils.tryWrapperForImpl(esValue[implSymbol].focusNode)}get focusOffset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get focusOffset' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].focusOffset}get isCollapsed(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get isCollapsed' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].isCollapsed}get rangeCount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rangeCount' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].rangeCount}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of Selection.");return esValue[implSymbol].type}}Object.defineProperties(Selection.prototype,{getRangeAt:{enumerable:!0},addRange:{enumerable:!0},removeRange:{enumerable:!0},removeAllRanges:{enumerable:!0},empty:{enumerable:!0},collapse:{enumerable:!0},setPosition:{enumerable:!0},collapseToStart:{enumerable:!0},collapseToEnd:{enumerable:!0},extend:{enumerable:!0},setBaseAndExtent:{enumerable:!0},selectAllChildren:{enumerable:!0},deleteFromDocument:{enumerable:!0},containsNode:{enumerable:!0},toString:{enumerable:!0},anchorNode:{enumerable:!0},anchorOffset:{enumerable:!0},focusNode:{enumerable:!0},focusOffset:{enumerable:!0},isCollapsed:{enumerable:!0},rangeCount:{enumerable:!0},type:{enumerable:!0},[Symbol.toStringTag]:{value:"Selection",configurable:!0}}),ctorRegistry.Selection=Selection,Object.defineProperty(globalObject,"Selection",{configurable:!0,writable:!0,value:Selection})};const Impl=__webpack_require__(55845)},30598:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Navigator.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Navigator'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Navigator{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}javaEnabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'javaEnabled' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].javaEnabled()}get appCodeName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get appCodeName' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].appCodeName}get appName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get appName' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].appName}get appVersion(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get appVersion' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].appVersion}get platform(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get platform' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].platform}get product(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get product' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].product}get productSub(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get productSub' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].productSub}get userAgent(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get userAgent' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].userAgent}get vendor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vendor' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].vendor}get vendorSub(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vendorSub' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].vendorSub}get language(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get language' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].language}get languages(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get languages' called on an object that is not a valid instance of Navigator.");return utils.tryWrapperForImpl(esValue[implSymbol].languages)}get onLine(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onLine' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].onLine}get cookieEnabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cookieEnabled' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].cookieEnabled}get plugins(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get plugins' called on an object that is not a valid instance of Navigator.");return utils.getSameObject(this,"plugins",()=>utils.tryWrapperForImpl(esValue[implSymbol].plugins))}get mimeTypes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get mimeTypes' called on an object that is not a valid instance of Navigator.");return utils.getSameObject(this,"mimeTypes",()=>utils.tryWrapperForImpl(esValue[implSymbol].mimeTypes))}get hardwareConcurrency(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hardwareConcurrency' called on an object that is not a valid instance of Navigator.");return esValue[implSymbol].hardwareConcurrency}}Object.defineProperties(Navigator.prototype,{javaEnabled:{enumerable:!0},appCodeName:{enumerable:!0},appName:{enumerable:!0},appVersion:{enumerable:!0},platform:{enumerable:!0},product:{enumerable:!0},productSub:{enumerable:!0},userAgent:{enumerable:!0},vendor:{enumerable:!0},vendorSub:{enumerable:!0},language:{enumerable:!0},languages:{enumerable:!0},onLine:{enumerable:!0},cookieEnabled:{enumerable:!0},plugins:{enumerable:!0},mimeTypes:{enumerable:!0},hardwareConcurrency:{enumerable:!0},[Symbol.toStringTag]:{value:"Navigator",configurable:!0}}),ctorRegistry.Navigator=Navigator,Object.defineProperty(globalObject,"Navigator",{configurable:!0,writable:!0,value:Navigator})};const Impl=__webpack_require__(80201)},30645:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},30649:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const UIEventImpl=__webpack_require__(54064).implementation,TouchEventInit=__webpack_require__(21516);class TouchEventImpl extends UIEventImpl{}TouchEventImpl.defaultInit=TouchEventInit.convert(void 0,void 0),module.exports={implementation:TouchEventImpl}},30834:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,SelectionMode=__webpack_require__(41930),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,FileList=__webpack_require__(34633),parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,create_DOMException=__webpack_require__(3698).create,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLInputElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLInputElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLInputElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLInputElement",new.target)}stepUp(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'stepUp' called on an object that is not a valid instance of HTMLInputElement.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'stepUp' on 'HTMLInputElement': parameter 1",globals:globalObject}):1,args.push(curArg)}return esValue[implSymbol].stepUp(...args)}stepDown(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'stepDown' called on an object that is not a valid instance of HTMLInputElement.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'stepDown' on 'HTMLInputElement': parameter 1",globals:globalObject}):1,args.push(curArg)}return esValue[implSymbol].stepDown(...args)}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'checkValidity' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].checkValidity()}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reportValidity' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].reportValidity()}setCustomValidity(error){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setCustomValidity' called on an object that is not a valid instance of HTMLInputElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setCustomValidity' on 'HTMLInputElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setCustomValidity' on 'HTMLInputElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setCustomValidity(...args)}select(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'select' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].select()}setRangeText(replacement){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setRangeText' called on an object that is not a valid instance of HTMLInputElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setRangeText' on 'HTMLInputElement': 1 argument required, but only ${arguments.length} present.`);const args=[];switch(arguments.length){case 1:{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 1",globals:globalObject}),args.push(curArg)}break;case 2:throw new globalObject.TypeError(`Failed to execute 'setRangeText' on 'HTMLInputElement': only ${arguments.length} arguments present.`);case 3:{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 3",globals:globalObject}),args.push(curArg)}break;default:{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?SelectionMode.convert(globalObject,curArg,{context:"Failed to execute 'setRangeText' on 'HTMLInputElement': parameter 4"}):"preserve",args.push(curArg)}}return esValue[implSymbol].setRangeText(...args)}setSelectionRange(start,end){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setSelectionRange' called on an object that is not a valid instance of HTMLInputElement.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'setSelectionRange' on 'HTMLInputElement': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setSelectionRange' on 'HTMLInputElement': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setSelectionRange' on 'HTMLInputElement': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setSelectionRange' on 'HTMLInputElement': parameter 3",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].setSelectionRange(...args)}get accept(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get accept' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("accept");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set accept(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set accept' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'accept' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("accept",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get alt(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get alt' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("alt");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set alt(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set alt' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'alt' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("alt",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get autocomplete(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get autocomplete' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("autocomplete");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set autocomplete(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set autocomplete' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'autocomplete' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("autocomplete",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get autofocus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get autofocus' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("autofocus")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set autofocus(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set autofocus' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'autofocus' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("autofocus",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("autofocus")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get defaultChecked(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultChecked' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("checked")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set defaultChecked(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set defaultChecked' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'defaultChecked' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("checked",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("checked")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get checked(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get checked' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].checked}set checked(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set checked' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'checked' property on 'HTMLInputElement': The provided value",globals:globalObject}),esValue[implSymbol].checked=V}get dirName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get dirName' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("dirname");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set dirName(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set dirName' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'dirName' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("dirname",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get disabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get disabled' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set disabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set disabled' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'disabled' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("disabled",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLInputElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get files(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get files' called on an object that is not a valid instance of HTMLInputElement.");return utils.tryWrapperForImpl(esValue[implSymbol].files)}set files(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set files' called on an object that is not a valid instance of HTMLInputElement.");V=null==V?null:FileList.convert(globalObject,V,{context:"Failed to set the 'files' property on 'HTMLInputElement': The provided value"}),esValue[implSymbol].files=V}get formNoValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get formNoValidate' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("formnovalidate")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set formNoValidate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set formNoValidate' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'formNoValidate' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("formnovalidate",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("formnovalidate")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get formTarget(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get formTarget' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("formtarget");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set formTarget(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set formTarget' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'formTarget' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("formtarget",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get indeterminate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get indeterminate' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].indeterminate}set indeterminate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set indeterminate' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'indeterminate' property on 'HTMLInputElement': The provided value",globals:globalObject}),esValue[implSymbol].indeterminate=V}get inputMode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get inputMode' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("inputmode");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set inputMode(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set inputMode' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'inputMode' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("inputmode",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get list(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get list' called on an object that is not a valid instance of HTMLInputElement.");return utils.tryWrapperForImpl(esValue[implSymbol].list)}get max(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get max' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("max");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set max(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set max' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'max' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("max",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get maxLength(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get maxLength' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("maxlength");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&conversions.long(value)===value)?value:-1}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set maxLength(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set maxLength' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.long(V,{context:"Failed to set the 'maxLength' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{if(V<0)throw create_DOMException(globalObject,[`The negative value ${V} cannot be set for the maxLength property.`,"IndexSizeError"]);esValue[implSymbol]._reflectSetTheContentAttribute("maxlength",String(V))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get min(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get min' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("min");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set min(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set min' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'min' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("min",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get minLength(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get minLength' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("minlength");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&conversions.long(value)===value)?value:-1}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set minLength(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set minLength' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.long(V,{context:"Failed to set the 'minLength' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{if(V<0)throw create_DOMException(globalObject,[`The negative value ${V} cannot be set for the minLength property.`,"IndexSizeError"]);esValue[implSymbol]._reflectSetTheContentAttribute("minlength",String(V))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get multiple(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get multiple' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("multiple")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set multiple(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set multiple' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'multiple' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("multiple",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("multiple")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get pattern(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pattern' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("pattern");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set pattern(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set pattern' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'pattern' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("pattern",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get placeholder(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get placeholder' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("placeholder");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set placeholder(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set placeholder' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'placeholder' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("placeholder",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get readOnly(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get readOnly' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("readonly")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set readOnly(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set readOnly' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'readOnly' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("readonly",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("readonly")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get required(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get required' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("required")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set required(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set required' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.boolean(V,{context:"Failed to set the 'required' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("required",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("required")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get size(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get size' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("size");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=1&&value<=2147483647)?value:20}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set size(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set size' called on an object that is not a valid instance of HTMLInputElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'size' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{if(0===V)throw create_DOMException(globalObject,[`The value ${V} cannot be set for the size property.`,"IndexSizeError"]);const newValue=V<=2147483647&&V>=1?V:20;esValue[implSymbol]._reflectSetTheContentAttribute("size",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get step(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get step' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("step");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set step(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set step' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'step' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("step",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].type}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].type=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get defaultValue(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultValue' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("value");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set defaultValue(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set defaultValue' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'defaultValue' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("value",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'HTMLInputElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].value=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get valueAsDate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get valueAsDate' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].valueAsDate}set valueAsDate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set valueAsDate' called on an object that is not a valid instance of HTMLInputElement.");V=null==V?null:conversions.object(V,{context:"Failed to set the 'valueAsDate' property on 'HTMLInputElement': The provided value",globals:globalObject}),esValue[implSymbol].valueAsDate=V}get valueAsNumber(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get valueAsNumber' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].valueAsNumber}set valueAsNumber(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set valueAsNumber' called on an object that is not a valid instance of HTMLInputElement.");V=conversions["unrestricted double"](V,{context:"Failed to set the 'valueAsNumber' property on 'HTMLInputElement': The provided value",globals:globalObject}),esValue[implSymbol].valueAsNumber=V}get willValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get willValidate' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].willValidate}get validity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validity' called on an object that is not a valid instance of HTMLInputElement.");return utils.tryWrapperForImpl(esValue[implSymbol].validity)}get validationMessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validationMessage' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].validationMessage}get labels(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get labels' called on an object that is not a valid instance of HTMLInputElement.");return utils.tryWrapperForImpl(esValue[implSymbol].labels)}get selectionStart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectionStart' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].selectionStart}set selectionStart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selectionStart' called on an object that is not a valid instance of HTMLInputElement.");V=null==V?null:conversions["unsigned long"](V,{context:"Failed to set the 'selectionStart' property on 'HTMLInputElement': The provided value",globals:globalObject}),esValue[implSymbol].selectionStart=V}get selectionEnd(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectionEnd' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].selectionEnd}set selectionEnd(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selectionEnd' called on an object that is not a valid instance of HTMLInputElement.");V=null==V?null:conversions["unsigned long"](V,{context:"Failed to set the 'selectionEnd' property on 'HTMLInputElement': The provided value",globals:globalObject}),esValue[implSymbol].selectionEnd=V}get selectionDirection(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectionDirection' called on an object that is not a valid instance of HTMLInputElement.");return esValue[implSymbol].selectionDirection}set selectionDirection(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selectionDirection' called on an object that is not a valid instance of HTMLInputElement.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'selectionDirection' property on 'HTMLInputElement': The provided value",globals:globalObject}),esValue[implSymbol].selectionDirection=V}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get useMap(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get useMap' called on an object that is not a valid instance of HTMLInputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("usemap");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set useMap(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set useMap' called on an object that is not a valid instance of HTMLInputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'useMap' property on 'HTMLInputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("usemap",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLInputElement.prototype,{stepUp:{enumerable:!0},stepDown:{enumerable:!0},checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},select:{enumerable:!0},setRangeText:{enumerable:!0},setSelectionRange:{enumerable:!0},accept:{enumerable:!0},alt:{enumerable:!0},autocomplete:{enumerable:!0},autofocus:{enumerable:!0},defaultChecked:{enumerable:!0},checked:{enumerable:!0},dirName:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},files:{enumerable:!0},formNoValidate:{enumerable:!0},formTarget:{enumerable:!0},indeterminate:{enumerable:!0},inputMode:{enumerable:!0},list:{enumerable:!0},max:{enumerable:!0},maxLength:{enumerable:!0},min:{enumerable:!0},minLength:{enumerable:!0},multiple:{enumerable:!0},name:{enumerable:!0},pattern:{enumerable:!0},placeholder:{enumerable:!0},readOnly:{enumerable:!0},required:{enumerable:!0},size:{enumerable:!0},src:{enumerable:!0},step:{enumerable:!0},type:{enumerable:!0},defaultValue:{enumerable:!0},value:{enumerable:!0},valueAsDate:{enumerable:!0},valueAsNumber:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},selectionStart:{enumerable:!0},selectionEnd:{enumerable:!0},selectionDirection:{enumerable:!0},align:{enumerable:!0},useMap:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLInputElement",configurable:!0}}),ctorRegistry.HTMLInputElement=HTMLInputElement,Object.defineProperty(globalObject,"HTMLInputElement",{configurable:!0,writable:!0,value:HTMLInputElement})};const Impl=__webpack_require__(69081)},30971:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].BarProp.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'BarProp'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class BarProp{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get visible(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get visible' called on an object that is not a valid instance of BarProp.");return esValue[implSymbol].visible}}Object.defineProperties(BarProp.prototype,{visible:{enumerable:!0},[Symbol.toStringTag]:{value:"BarProp",configurable:!0}}),ctorRegistry.BarProp=BarProp,Object.defineProperty(globalObject,"BarProp",{configurable:!0,writable:!0,value:BarProp})};const Impl=__webpack_require__(41377)},31228:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(17092).Buffer;function Utf16BECodec(){}function Utf16BEEncoder(){}function Utf16BEDecoder(){ |
| /*ThouShaltNotCache*/ |
| this.overflowByte=-1}function Utf16Codec(codecOptions,iconv){ |
| /*ThouShaltNotCache*/ |
| this.iconv=iconv}function Utf16Encoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| void 0===(options=options||{}).addBOM&&(options.addBOM=!0),this.encoder=codec.iconv.getEncoder("utf-16le",options)}function Utf16Decoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.decoder=null,this.initialBufs=[],this.initialBufsLen=0,this.options=options||{},this.iconv=codec.iconv}function detectEncoding(bufs,defaultEncoding){ |
| /*ThouShaltNotCache*/ |
| var b=[],charsProcessed=0,asciiCharsLE=0,asciiCharsBE=0;outer_loop:for(var i=0;i<bufs.length;i++)for(var buf=bufs[i],j=0;j<buf.length;j++)if(b.push(buf[j]),2===b.length){if(0===charsProcessed){if(255===b[0]&&254===b[1])return"utf-16le";if(254===b[0]&&255===b[1])return"utf-16be"}if(0===b[0]&&0!==b[1]&&asciiCharsBE++,0!==b[0]&&0===b[1]&&asciiCharsLE++,b.length=0,++charsProcessed>=100)break outer_loop}return asciiCharsBE>asciiCharsLE?"utf-16be":asciiCharsBE<asciiCharsLE?"utf-16le":defaultEncoding||"utf-16le"}exports.utf16be=Utf16BECodec,Utf16BECodec.prototype.encoder=Utf16BEEncoder,Utf16BECodec.prototype.decoder=Utf16BEDecoder,Utf16BECodec.prototype.bomAware=!0,Utf16BEEncoder.prototype.write=function(str){for( |
| /*ThouShaltNotCache*/ |
| var buf=Buffer.from(str,"ucs2"),i=0;i<buf.length;i+=2){var tmp=buf[i];buf[i]=buf[i+1],buf[i+1]=tmp}return buf},Utf16BEEncoder.prototype.end=function(){},Utf16BEDecoder.prototype.write=function(buf){ |
| /*ThouShaltNotCache*/ |
| if(0==buf.length)return"";var buf2=Buffer.alloc(buf.length+1),i=0,j=0;for(-1!==this.overflowByte&&(buf2[0]=buf[0],buf2[1]=this.overflowByte,i=1,j=2);i<buf.length-1;i+=2,j+=2)buf2[j]=buf[i+1],buf2[j+1]=buf[i];return this.overflowByte=i==buf.length-1?buf[buf.length-1]:-1,buf2.slice(0,j).toString("ucs2")},Utf16BEDecoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| this.overflowByte=-1},exports.utf16=Utf16Codec,Utf16Codec.prototype.encoder=Utf16Encoder,Utf16Codec.prototype.decoder=Utf16Decoder,Utf16Encoder.prototype.write=function(str){ |
| /*ThouShaltNotCache*/ |
| return this.encoder.write(str)},Utf16Encoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| return this.encoder.end()},Utf16Decoder.prototype.write=function(buf){ |
| /*ThouShaltNotCache*/ |
| if(!this.decoder){if(this.initialBufs.push(buf),this.initialBufsLen+=buf.length,this.initialBufsLen<16)return"";var encoding=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(encoding,this.options);for(var resStr="",i=0;i<this.initialBufs.length;i++)resStr+=this.decoder.write(this.initialBufs[i]);return this.initialBufs.length=this.initialBufsLen=0,resStr}return this.decoder.write(buf)},Utf16Decoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| if(!this.decoder){var encoding=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(encoding,this.options);for(var resStr="",i=0;i<this.initialBufs.length;i++)resStr+=this.decoder.write(this.initialBufs[i]);var trail=this.decoder.end();return trail&&(resStr+=trail),this.initialBufs.length=this.initialBufsLen=0,resStr}return this.decoder.end()}},31391:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";function ownKeys(object,enumerableOnly){ |
| /*ThouShaltNotCache*/ |
| var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter(function(sym){ |
| /*ThouShaltNotCache*/ |
| return Object.getOwnPropertyDescriptor(object,sym).enumerable})),keys.push.apply(keys,symbols)}return keys}function _objectSpread(target){ |
| /*ThouShaltNotCache*/ |
| for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?ownKeys(Object(source),!0).forEach(function(key){ |
| /*ThouShaltNotCache*/ |
| _defineProperty(target,key,source[key])}):Object.getOwnPropertyDescriptors?Object.defineProperties(target,Object.getOwnPropertyDescriptors(source)):ownKeys(Object(source)).forEach(function(key){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(target,key,Object.getOwnPropertyDescriptor(source,key))})}return target}function _defineProperty(obj,key,value){ |
| /*ThouShaltNotCache*/ |
| return(key=_toPropertyKey(key))in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _defineProperties(target,props){ |
| /*ThouShaltNotCache*/ |
| for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor)}}function _toPropertyKey(arg){ |
| /*ThouShaltNotCache*/ |
| var key=function(input,hint){ |
| /*ThouShaltNotCache*/ |
| if("object"!=typeof input||null===input)return input;var prim=input[Symbol.toPrimitive];if(void 0!==prim){var res=prim.call(input,hint||"default");if("object"!=typeof res)return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===hint?String:Number)(input)}(arg,"string");return"symbol"==typeof key?key:String(key)}var Buffer=__webpack_require__(81545).Buffer,inspect=__webpack_require__(15340).inspect,custom=inspect&&inspect.custom||"inspect";function copyBuffer(src,target,offset){ |
| /*ThouShaltNotCache*/ |
| Buffer.prototype.copy.call(src,target,offset)}module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| function BufferList(){ |
| /*ThouShaltNotCache*/ |
| !function(instance,Constructor){ |
| /*ThouShaltNotCache*/ |
| if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}(this,BufferList),this.head=null,this.tail=null,this.length=0}var Constructor,protoProps,staticProps;return Constructor=BufferList, |
| /*ThouShaltNotCache*/ |
| (protoProps=[{key:"push",value:function(v){ |
| /*ThouShaltNotCache*/ |
| var entry={data:v,next:null};this.length>0?this.tail.next=entry:this.head=entry,this.tail=entry,++this.length}},{key:"unshift",value:function(v){ |
| /*ThouShaltNotCache*/ |
| var entry={data:v,next:this.head};0===this.length&&(this.tail=entry),this.head=entry,++this.length}},{key:"shift",value:function(){ |
| /*ThouShaltNotCache*/ |
| if(0!==this.length){var ret=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,ret}}},{key:"clear",value:function(){ |
| /*ThouShaltNotCache*/ |
| this.head=this.tail=null,this.length=0}},{key:"join",value:function(s){ |
| /*ThouShaltNotCache*/ |
| if(0===this.length)return"";for(var p=this.head,ret=""+p.data;p=p.next;)ret+=s+p.data;return ret}},{key:"concat",value:function(n){ |
| /*ThouShaltNotCache*/ |
| if(0===this.length)return Buffer.alloc(0);for(var ret=Buffer.allocUnsafe(n>>>0),p=this.head,i=0;p;)copyBuffer(p.data,ret,i),i+=p.data.length,p=p.next;return ret}},{key:"consume",value:function(n,hasStrings){ |
| /*ThouShaltNotCache*/ |
| var ret;return n<this.head.data.length?(ret=this.head.data.slice(0,n),this.head.data=this.head.data.slice(n)):ret=n===this.head.data.length?this.shift():hasStrings?this._getString(n):this._getBuffer(n),ret}},{key:"first",value:function(){ |
| /*ThouShaltNotCache*/ |
| return this.head.data}},{key:"_getString",value:function(n){ |
| /*ThouShaltNotCache*/ |
| var p=this.head,c=1,ret=p.data;for(n-=ret.length;p=p.next;){var str=p.data,nb=n>str.length?str.length:n;if(nb===str.length?ret+=str:ret+=str.slice(0,n),0===(n-=nb)){nb===str.length?(++c,p.next?this.head=p.next:this.head=this.tail=null):(this.head=p,p.data=str.slice(nb));break}++c}return this.length-=c,ret}},{key:"_getBuffer",value:function(n){ |
| /*ThouShaltNotCache*/ |
| var ret=Buffer.allocUnsafe(n),p=this.head,c=1;for(p.data.copy(ret),n-=p.data.length;p=p.next;){var buf=p.data,nb=n>buf.length?buf.length:n;if(buf.copy(ret,ret.length-n,0,nb),0===(n-=nb)){nb===buf.length?(++c,p.next?this.head=p.next:this.head=this.tail=null):(this.head=p,p.data=buf.slice(nb));break}++c}return this.length-=c,ret}},{key:custom,value:function(_,options){ |
| /*ThouShaltNotCache*/ |
| return inspect(this,_objectSpread(_objectSpread({},options),{},{depth:0,customInspect:!1}))}}])&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),BufferList}()},31421:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const nodeCrypto=__webpack_require__(54433),DOMException=__webpack_require__(3698);exports.implementation=class{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}getRandomValues(array){ |
| /*ThouShaltNotCache*/ |
| const typeName=function(array){ |
| /*ThouShaltNotCache*/ |
| const target=array.constructor,chain=[target.name];let proto=Object.getPrototypeOf(target);for(;proto;)chain.push(proto.name),proto=Object.getPrototypeOf(proto);for(;chain.length>0&&"TypedArray"!==chain[chain.length-1];)chain.pop();return chain.reverse(),chain[1]}(array);if("Int8Array"!==typeName&&"Uint8Array"!==typeName&&"Uint8ClampedArray"!==typeName&&"Int16Array"!==typeName&&"Uint16Array"!==typeName&&"Int32Array"!==typeName&&"Uint32Array"!==typeName&&"BigInt64Array"!==typeName&&"BigUint64Array"!==typeName)throw DOMException.create(this._globalObject,["getRandomValues() only accepts integer typed arrays","TypeMismatchError"]);if(array.byteLength>65536)throw DOMException.create(this._globalObject,[`getRandomValues() cannot generate more than 65536 bytes of random values; ${array.byteLength} bytes were requested`,"QuotaExceededError"]);return nodeCrypto.randomFillSync(array),array}randomUUID(){ |
| /*ThouShaltNotCache*/ |
| return nodeCrypto.randomUUID()}}},31430:(__unused_webpack_module,exports)=>{"use strict";const enumerationValues=new Set(["","arraybuffer","blob","document","json","text"]);exports.enumerationValues=enumerationValues,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| const string=`${value}`;if(!enumerationValues.has(string))throw new globalObject.TypeError(`${context} '${string}' is not a valid enumeration value for XMLHttpRequestResponseType`);return string}},31582:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630);__webpack_require__(65554);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="extends";let value=null==obj?void 0:obj[key];void 0!==value&&(value=conversions.DOMString(value,{context:context+" has member 'extends' that",globals:globalObject}),ret[key]=value)}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},32111:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),HTMLElement=__webpack_require__(8904),HTMLElementImpl=__webpack_require__(52723).implementation,{nodeRoot}=__webpack_require__(95995),{assignSlotableForTree,findFlattenedSlotables}=__webpack_require__(54394);module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._assignedNodes=[]}get name(){ |
| /*ThouShaltNotCache*/ |
| return this.getAttributeNS(null,"name")||""}_attrModified(name,value,oldValue){if( |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldValue),"name"===name){if(value===oldValue)return;if(null===value&&""===oldValue)return;if(""===value&&null===oldValue)return;assignSlotableForTree(nodeRoot(this))}}assignedNodes(options){ |
| /*ThouShaltNotCache*/ |
| return options&&options.flatten?findFlattenedSlotables(this).map(idlUtils.wrapperForImpl):this._assignedNodes.map(idlUtils.wrapperForImpl)}assignedElements(options){ |
| /*ThouShaltNotCache*/ |
| return this.assignedNodes(options).filter(HTMLElement.is)}}}},32186:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},32310:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Blob=__webpack_require__(23852),EventHandlerNonNull=__webpack_require__(70705),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,EventTarget=__webpack_require__(87950);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].FileReader.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'FileReader'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| EventTarget._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class FileReader extends globalObject.EventTarget{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}readAsArrayBuffer(blob){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'readAsArrayBuffer' called on an object that is not a valid instance of FileReader.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'readAsArrayBuffer' on 'FileReader': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'readAsArrayBuffer' on 'FileReader': parameter 1"}),args.push(curArg)}return esValue[implSymbol].readAsArrayBuffer(...args)}readAsBinaryString(blob){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'readAsBinaryString' called on an object that is not a valid instance of FileReader.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'readAsBinaryString' on 'FileReader': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'readAsBinaryString' on 'FileReader': parameter 1"}),args.push(curArg)}return esValue[implSymbol].readAsBinaryString(...args)}readAsText(blob){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'readAsText' called on an object that is not a valid instance of FileReader.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'readAsText' on 'FileReader': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'readAsText' on 'FileReader': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.DOMString(curArg,{context:"Failed to execute 'readAsText' on 'FileReader': parameter 2",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].readAsText(...args)}readAsDataURL(blob){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'readAsDataURL' called on an object that is not a valid instance of FileReader.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'readAsDataURL' on 'FileReader': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'readAsDataURL' on 'FileReader': parameter 1"}),args.push(curArg)}return esValue[implSymbol].readAsDataURL(...args)}abort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'abort' called on an object that is not a valid instance of FileReader.");return esValue[implSymbol].abort()}get readyState(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get readyState' called on an object that is not a valid instance of FileReader.");return esValue[implSymbol].readyState}get result(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get result' called on an object that is not a valid instance of FileReader.");return utils.tryWrapperForImpl(esValue[implSymbol].result)}get error(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get error' called on an object that is not a valid instance of FileReader.");return utils.tryWrapperForImpl(esValue[implSymbol].error)}get onloadstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadstart' called on an object that is not a valid instance of FileReader.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadstart)}set onloadstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadstart' called on an object that is not a valid instance of FileReader.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadstart' property on 'FileReader': The provided value"}):null,esValue[implSymbol].onloadstart=V}get onprogress(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onprogress' called on an object that is not a valid instance of FileReader.");return utils.tryWrapperForImpl(esValue[implSymbol].onprogress)}set onprogress(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onprogress' called on an object that is not a valid instance of FileReader.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onprogress' property on 'FileReader': The provided value"}):null,esValue[implSymbol].onprogress=V}get onload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onload' called on an object that is not a valid instance of FileReader.");return utils.tryWrapperForImpl(esValue[implSymbol].onload)}set onload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onload' called on an object that is not a valid instance of FileReader.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onload' property on 'FileReader': The provided value"}):null,esValue[implSymbol].onload=V}get onabort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onabort' called on an object that is not a valid instance of FileReader.");return utils.tryWrapperForImpl(esValue[implSymbol].onabort)}set onabort(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onabort' called on an object that is not a valid instance of FileReader.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onabort' property on 'FileReader': The provided value"}):null,esValue[implSymbol].onabort=V}get onerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onerror' called on an object that is not a valid instance of FileReader.");return utils.tryWrapperForImpl(esValue[implSymbol].onerror)}set onerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onerror' called on an object that is not a valid instance of FileReader.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onerror' property on 'FileReader': The provided value"}):null,esValue[implSymbol].onerror=V}get onloadend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadend' called on an object that is not a valid instance of FileReader.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadend)}set onloadend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadend' called on an object that is not a valid instance of FileReader.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadend' property on 'FileReader': The provided value"}):null,esValue[implSymbol].onloadend=V}}Object.defineProperties(FileReader.prototype,{readAsArrayBuffer:{enumerable:!0},readAsBinaryString:{enumerable:!0},readAsText:{enumerable:!0},readAsDataURL:{enumerable:!0},abort:{enumerable:!0},readyState:{enumerable:!0},result:{enumerable:!0},error:{enumerable:!0},onloadstart:{enumerable:!0},onprogress:{enumerable:!0},onload:{enumerable:!0},onabort:{enumerable:!0},onerror:{enumerable:!0},onloadend:{enumerable:!0},[Symbol.toStringTag]:{value:"FileReader",configurable:!0},EMPTY:{value:0,enumerable:!0},LOADING:{value:1,enumerable:!0},DONE:{value:2,enumerable:!0}}),Object.defineProperties(FileReader,{EMPTY:{value:0,enumerable:!0},LOADING:{value:1,enumerable:!0},DONE:{value:2,enumerable:!0}}),ctorRegistry.FileReader=FileReader,Object.defineProperty(globalObject,"FileReader",{configurable:!0,writable:!0,value:FileReader})};const Impl=__webpack_require__(6099)},32472:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.escapeText=exports.escapeAttribute=exports.escapeUTF8=exports.escape=exports.getCodePoint=exports.xmlReplacer=void 0,exports.encodeXML=encodeXML,exports.xmlReplacer=/["$&'<>\u0080-\uFFFF]/g;const xmlCodeMap=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function encodeXML(input){ |
| /*ThouShaltNotCache*/ |
| let match,returnValue="",lastIndex=0;for(;null!==(match=exports.xmlReplacer.exec(input));){const{index}=match,char=input.charCodeAt(index),next=xmlCodeMap.get(char);void 0===next?(returnValue+=`${input.substring(lastIndex,index)}&#x${(0,exports.getCodePoint)(input,index).toString(16)};`,lastIndex=exports.xmlReplacer.lastIndex+=Number(55296==(64512&char))):(returnValue+=input.substring(lastIndex,index)+next,lastIndex=index+1)}return returnValue+input.substr(lastIndex)}function getEscaper(regex,map){ |
| /*ThouShaltNotCache*/ |
| return function(data){ |
| /*ThouShaltNotCache*/ |
| let match,lastIndex=0,result="";for(;match=regex.exec(data);)lastIndex!==match.index&&(result+=data.substring(lastIndex,match.index)),result+=map.get(match[0].charCodeAt(0)),lastIndex=match.index+1;return result+data.substring(lastIndex)}}exports.getCodePoint=null==String.prototype.codePointAt?(c,index)=>55296==(64512&c.charCodeAt(index))?1024*(c.charCodeAt(index)-55296)+c.charCodeAt(index+1)-56320+65536:c.charCodeAt(index):(input,index)=>input.codePointAt(index),exports.escape=encodeXML,exports.escapeUTF8=getEscaper(/["&'<>]/g,xmlCodeMap),exports.escapeAttribute=getEscaper(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),exports.escapeText=getEscaper(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},32578:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGElement=__webpack_require__(57397);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGMetadataElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGMetadataElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGMetadataElement extends globalObject.SVGElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(SVGMetadataElement.prototype,{[Symbol.toStringTag]:{value:"SVGMetadataElement",configurable:!0}}),ctorRegistry.SVGMetadataElement=SVGMetadataElement,Object.defineProperty(globalObject,"SVGMetadataElement",{configurable:!0,writable:!0,value:SVGMetadataElement})};const Impl=__webpack_require__(40897)},32629:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var inspect=__webpack_require__(48657),$TypeError=__webpack_require__(1953),listGetNode=function(list,key,isDelete){for( |
| /*ThouShaltNotCache*/ |
| var curr,prev=list;null!=(curr=prev.next);prev=curr)if(curr.key===key)return prev.next=curr.next,isDelete||(curr.next=list.next,list.next=curr),curr};module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| var $o,channel={assert:function(key){ |
| /*ThouShaltNotCache*/ |
| if(!channel.has(key))throw new $TypeError("Side channel does not contain "+inspect(key))},delete:function(key){ |
| /*ThouShaltNotCache*/ |
| var root=$o&&$o.next,deletedNode=function(objects,key){ |
| /*ThouShaltNotCache*/ |
| if(objects)return listGetNode(objects,key,!0)}($o,key);return deletedNode&&root&&root===deletedNode&&($o=void 0),!!deletedNode},get:function(key){ |
| /*ThouShaltNotCache*/ |
| return function(objects,key){ |
| /*ThouShaltNotCache*/ |
| if(objects){var node=listGetNode(objects,key);return node&&node.value}}($o,key)},has:function(key){ |
| /*ThouShaltNotCache*/ |
| return function(objects,key){ |
| /*ThouShaltNotCache*/ |
| return!!objects&&!!listGetNode(objects,key)}($o,key)},set:function(key,value){ |
| /*ThouShaltNotCache*/ |
| $o||($o={next:void 0}),function(objects,key,value){ |
| /*ThouShaltNotCache*/ |
| var node=listGetNode(objects,key);node?node.value=value:objects.next={key,next:objects.next,value}}($o,key,value)}};return channel}},32719:module=>{var regex=/^[a-z](?:[\.0-9_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*-(?:[\x2D\.0-9_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/;module.exports=function(string){ |
| /*ThouShaltNotCache*/ |
| return regex.test(string)}},32979:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},33146:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const produceXMLSerialization=__webpack_require__(80100),parse5=__webpack_require__(35606),DOMException=__webpack_require__(3698),{domSymbolTree}=__webpack_require__(35442),utils=__webpack_require__(65554),treeAdapter=__webpack_require__(71661),NODE_TYPE=__webpack_require__(53010);module.exports.fragmentSerialization=(node,{outer,requireWellFormed,globalObject})=>{ |
| /*ThouShaltNotCache*/ |
| const contextDocument=node.nodeType===NODE_TYPE.DOCUMENT_NODE?node:node._ownerDocument;if("html"===contextDocument._parsingMode){const config={...contextDocument._parseOptions,treeAdapter};return outer?parse5.serializeOuter(node,config):parse5.serialize(node,config)}const childNodes=outer?[node]:domSymbolTree.childrenToArray(node);try{let serialized="";for(let i=0;i<childNodes.length;++i)serialized+=produceXMLSerialization(utils.wrapperForImpl(childNodes[i]),{requireWellFormed});return serialized}catch(e){throw DOMException.create(globalObject,[e.message,"InvalidStateError"])}}},33165:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),idlUtils=__webpack_require__(65554),attributes=__webpack_require__(91828),{HTML_NS}=__webpack_require__(36675);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._element=privateData.element,this._globalObject=globalObject}get _attributeList(){ |
| /*ThouShaltNotCache*/ |
| return this._element._attributeList}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return this._attributeList.keys()}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._attributeList.length}item(index){ |
| /*ThouShaltNotCache*/ |
| return index>=this._attributeList.length?null:this._attributeList[index]}get[idlUtils.supportedPropertyNames](){ |
| /*ThouShaltNotCache*/ |
| const names=new Set(this._attributeList.map(a=>a._qualifiedName)),el=this._element;if(el._namespaceURI===HTML_NS&&"html"===el._ownerDocument._parsingMode)for(const name of names){name.toLowerCase()!==name&&names.delete(name)}return names}getNamedItem(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| return attributes.getAttributeByName(this._element,qualifiedName)}getNamedItemNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| return attributes.getAttributeByNameNS(this._element,namespace,localName)}setNamedItem(attr){ |
| /*ThouShaltNotCache*/ |
| return attributes.setAttribute(this._element,attr)}setNamedItemNS(attr){ |
| /*ThouShaltNotCache*/ |
| return attributes.setAttribute(this._element,attr)}removeNamedItem(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const attr=attributes.removeAttributeByName(this._element,qualifiedName);if(null===attr)throw DOMException.create(this._globalObject,["Tried to remove an attribute that was not present","NotFoundError"]);return attr}removeNamedItemNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const attr=attributes.removeAttributeByNameNS(this._element,namespace,localName);if(null===attr)throw DOMException.create(this._globalObject,["Tried to remove an attribute that was not present","NotFoundError"]);return attr}}},33244:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SVGGraphicsElementImpl=__webpack_require__(81041).implementation;module.exports={implementation:class extends SVGGraphicsElementImpl{}}},33255:(__unused_webpack_module,exports)=>{"use strict";var TokenType;Object.defineProperty(exports,"__esModule",{value:!0}),exports.TokenType=void 0,exports.getTokenAttr=function(token,attrName){ |
| /*ThouShaltNotCache*/ |
| for(let i=token.attrs.length-1;i>=0;i--)if(token.attrs[i].name===attrName)return token.attrs[i].value;return null},function(TokenType){ |
| /*ThouShaltNotCache*/ |
| TokenType[TokenType.CHARACTER=0]="CHARACTER",TokenType[TokenType.NULL_CHARACTER=1]="NULL_CHARACTER",TokenType[TokenType.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",TokenType[TokenType.START_TAG=3]="START_TAG",TokenType[TokenType.END_TAG=4]="END_TAG",TokenType[TokenType.COMMENT=5]="COMMENT",TokenType[TokenType.DOCTYPE=6]="DOCTYPE",TokenType[TokenType.EOF=7]="EOF",TokenType[TokenType.HIBERNATION=8]="HIBERNATION"}(TokenType||(exports.TokenType=TokenType={}))},33485:module=>{"use strict";module.exports=JSON.parse('["UTF-8","IBM866","ISO-8859-2","ISO-8859-3","ISO-8859-4","ISO-8859-5","ISO-8859-6","ISO-8859-7","ISO-8859-8","ISO-8859-10","ISO-8859-13","ISO-8859-14","ISO-8859-15","ISO-8859-16","KOI8-R","KOI8-U","macintosh","windows-874","windows-1250","windows-1251","windows-1252","windows-1253","windows-1254","windows-1255","windows-1256","windows-1257","windows-1258","GBK","gb18030","Big5","EUC-JP","Shift_JIS","EUC-KR","UTF-16BE","UTF-16LE","x-user-defined"]')},33550:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._parentList=privateData.parentList,this._value=0}get _readOnly(){ |
| /*ThouShaltNotCache*/ |
| return void 0!==this._parentList&&this._parentList._readOnly}_synchronize(){ |
| /*ThouShaltNotCache*/ |
| void 0!==this._parentList&&this._parentList._synchronize()}_reserialize(){ |
| /*ThouShaltNotCache*/ |
| void 0!==this._parentList&&this._parentList._reserialize()}get value(){ |
| /*ThouShaltNotCache*/ |
| return this._synchronize(),this._value}set value(value){ |
| /*ThouShaltNotCache*/ |
| if(this._readOnly)throw DOMException.create(this._globalObject,["Attempting to modify a read-only SVGNumber","NoModificationAllowedError"]);this._value=value,this._reserialize()}}},33800:module=>{module.exports=function(){for( |
| /*ThouShaltNotCache*/ |
| var target={},i=0;i<arguments.length;i++){var source=arguments[i];for(var key in source)hasOwnProperty.call(source,key)&&(target[key]=source[key])}return target};var hasOwnProperty=Object.prototype.hasOwnProperty},33846:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DOMStringMap.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DOMStringMap'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DOMStringMap{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(DOMStringMap.prototype,{[Symbol.toStringTag]:{value:"DOMStringMap",configurable:!0}}),ctorRegistry.DOMStringMap=DOMStringMap,Object.defineProperty(globalObject,"DOMStringMap",{configurable:!0,writable:!0,value:DOMStringMap})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyNames])utils.hasOwn(target,key)||keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);const namedValue=target[implSymbol][utils.namedGet](P);return void 0===namedValue||utils.hasOwn(target,P)?Reflect.getOwnPropertyDescriptor(target,P):{writable:!0,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(namedValue)}}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){const globalObject=this._globalObject;if("string"==typeof P){let namedValue=V;namedValue=conversions.DOMString(namedValue,{context:"Failed to set the '"+P+"' property on 'DOMStringMap': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{!(void 0!==target[implSymbol][utils.namedGet](P))?target[implSymbol][utils.namedSetNew](P,namedValue):target[implSymbol][utils.namedSetExisting](P,namedValue)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}return!0}}let ownDesc;if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);const globalObject=this._globalObject;if(desc.get||desc.set)return!1;let namedValue=desc.value;namedValue=conversions.DOMString(namedValue,{context:"Failed to set the '"+P+"' property on 'DOMStringMap': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{!(void 0!==target[implSymbol][utils.namedGet](P))?target[implSymbol][utils.namedSetNew](P,namedValue):target[implSymbol][utils.namedSetExisting](P,namedValue)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}return!0}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);const globalObject=this._globalObject;if(void 0!==target[implSymbol][utils.namedGet](P)&&!utils.hasOwn(target,P)){ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return target[implSymbol][utils.namedDelete](P),!0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(94685)},34036:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLDialogElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLDialogElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLDialogElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLDialogElement",new.target)}get open(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get open' called on an object that is not a valid instance of HTMLDialogElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("open")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set open(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set open' called on an object that is not a valid instance of HTMLDialogElement.");V=conversions.boolean(V,{context:"Failed to set the 'open' property on 'HTMLDialogElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("open",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("open")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLDialogElement.prototype,{open:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDialogElement",configurable:!0}}),ctorRegistry.HTMLDialogElement=HTMLDialogElement,Object.defineProperty(globalObject,"HTMLDialogElement",{configurable:!0,writable:!0,value:HTMLDialogElement})};const Impl=__webpack_require__(38159)},34090:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var getSideChannel=__webpack_require__(76402),utils=__webpack_require__(9974),formats=__webpack_require__(41423),has=Object.prototype.hasOwnProperty,arrayPrefixGenerators={brackets:function(prefix){ |
| /*ThouShaltNotCache*/ |
| return prefix+"[]"},comma:"comma",indices:function(prefix,key){ |
| /*ThouShaltNotCache*/ |
| return prefix+"["+key+"]"},repeat:function(prefix){ |
| /*ThouShaltNotCache*/ |
| return prefix}},isArray=Array.isArray,push=Array.prototype.push,pushToArray=function(arr,valueOrArray){ |
| /*ThouShaltNotCache*/ |
| push.apply(arr,isArray(valueOrArray)?valueOrArray:[valueOrArray])},toISO=Date.prototype.toISOString,defaultFormat=formats.default,defaults={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:utils.encode,encodeValuesOnly:!1,filter:void 0,format:defaultFormat,formatter:formats.formatters[defaultFormat],indices:!1,serializeDate:function(date){ |
| /*ThouShaltNotCache*/ |
| return toISO.call(date)},skipNulls:!1,strictNullHandling:!1},sentinel={},stringify=function stringify(object,prefix,generateArrayPrefix,commaRoundTrip,allowEmptyArrays,strictNullHandling,skipNulls,encodeDotInKeys,encoder,filter,sort,allowDots,serializeDate,format,formatter,encodeValuesOnly,charset,sideChannel){for( |
| /*ThouShaltNotCache*/ |
| var v,obj=object,tmpSc=sideChannel,step=0,findFlag=!1;void 0!==(tmpSc=tmpSc.get(sentinel))&&!findFlag;){var pos=tmpSc.get(object);if(step+=1,void 0!==pos){if(pos===step)throw new RangeError("Cyclic object value");findFlag=!0}void 0===tmpSc.get(sentinel)&&(step=0)}if("function"==typeof filter?obj=filter(prefix,obj):obj instanceof Date?obj=serializeDate(obj):"comma"===generateArrayPrefix&&isArray(obj)&&(obj=utils.maybeMap(obj,function(value){ |
| /*ThouShaltNotCache*/ |
| return value instanceof Date?serializeDate(value):value})),null===obj){if(strictNullHandling)return encoder&&!encodeValuesOnly?encoder(prefix,defaults.encoder,charset,"key",format):prefix;obj=""}if("string"==typeof(v=obj)||"number"==typeof v||"boolean"==typeof v||"symbol"==typeof v||"bigint"==typeof v||utils.isBuffer(obj))return encoder?[formatter(encodeValuesOnly?prefix:encoder(prefix,defaults.encoder,charset,"key",format))+"="+formatter(encoder(obj,defaults.encoder,charset,"value",format))]:[formatter(prefix)+"="+formatter(String(obj))];var objKeys,values=[];if(void 0===obj)return values;if("comma"===generateArrayPrefix&&isArray(obj))encodeValuesOnly&&encoder&&(obj=utils.maybeMap(obj,encoder)),objKeys=[{value:obj.length>0?obj.join(",")||null:void 0}];else if(isArray(filter))objKeys=filter;else{var keys=Object.keys(obj);objKeys=sort?keys.sort(sort):keys}var encodedPrefix=encodeDotInKeys?String(prefix).replace(/\./g,"%2E"):String(prefix),adjustedPrefix=commaRoundTrip&&isArray(obj)&&1===obj.length?encodedPrefix+"[]":encodedPrefix;if(allowEmptyArrays&&isArray(obj)&&0===obj.length)return adjustedPrefix+"[]";for(var j=0;j<objKeys.length;++j){var key=objKeys[j],value="object"==typeof key&&key&&void 0!==key.value?key.value:obj[key];if(!skipNulls||null!==value){var encodedKey=allowDots&&encodeDotInKeys?String(key).replace(/\./g,"%2E"):String(key),keyPrefix=isArray(obj)?"function"==typeof generateArrayPrefix?generateArrayPrefix(adjustedPrefix,encodedKey):adjustedPrefix:adjustedPrefix+(allowDots?"."+encodedKey:"["+encodedKey+"]");sideChannel.set(object,step);var valueSideChannel=getSideChannel();valueSideChannel.set(sentinel,sideChannel),pushToArray(values,stringify(value,keyPrefix,generateArrayPrefix,commaRoundTrip,allowEmptyArrays,strictNullHandling,skipNulls,encodeDotInKeys,"comma"===generateArrayPrefix&&encodeValuesOnly&&isArray(obj)?null:encoder,filter,sort,allowDots,serializeDate,format,formatter,encodeValuesOnly,charset,valueSideChannel))}}return values};module.exports=function(object,opts){ |
| /*ThouShaltNotCache*/ |
| var objKeys,obj=object,options=function(opts){ |
| /*ThouShaltNotCache*/ |
| if(!opts)return defaults;if(void 0!==opts.allowEmptyArrays&&"boolean"!=typeof opts.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==opts.encodeDotInKeys&&"boolean"!=typeof opts.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==opts.encoder&&void 0!==opts.encoder&&"function"!=typeof opts.encoder)throw new TypeError("Encoder has to be a function.");var charset=opts.charset||defaults.charset;if(void 0!==opts.charset&&"utf-8"!==opts.charset&&"iso-8859-1"!==opts.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var format=formats.default;if(void 0!==opts.format){if(!has.call(formats.formatters,opts.format))throw new TypeError("Unknown format option provided.");format=opts.format}var arrayFormat,formatter=formats.formatters[format],filter=defaults.filter;if(("function"==typeof opts.filter||isArray(opts.filter))&&(filter=opts.filter),arrayFormat=opts.arrayFormat in arrayPrefixGenerators?opts.arrayFormat:"indices"in opts?opts.indices?"indices":"repeat":defaults.arrayFormat,"commaRoundTrip"in opts&&"boolean"!=typeof opts.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var allowDots=void 0===opts.allowDots?!0===opts.encodeDotInKeys||defaults.allowDots:!!opts.allowDots;return{addQueryPrefix:"boolean"==typeof opts.addQueryPrefix?opts.addQueryPrefix:defaults.addQueryPrefix,allowDots,allowEmptyArrays:"boolean"==typeof opts.allowEmptyArrays?!!opts.allowEmptyArrays:defaults.allowEmptyArrays,arrayFormat,charset,charsetSentinel:"boolean"==typeof opts.charsetSentinel?opts.charsetSentinel:defaults.charsetSentinel,commaRoundTrip:!!opts.commaRoundTrip,delimiter:void 0===opts.delimiter?defaults.delimiter:opts.delimiter,encode:"boolean"==typeof opts.encode?opts.encode:defaults.encode,encodeDotInKeys:"boolean"==typeof opts.encodeDotInKeys?opts.encodeDotInKeys:defaults.encodeDotInKeys,encoder:"function"==typeof opts.encoder?opts.encoder:defaults.encoder,encodeValuesOnly:"boolean"==typeof opts.encodeValuesOnly?opts.encodeValuesOnly:defaults.encodeValuesOnly,filter,format,formatter,serializeDate:"function"==typeof opts.serializeDate?opts.serializeDate:defaults.serializeDate,skipNulls:"boolean"==typeof opts.skipNulls?opts.skipNulls:defaults.skipNulls,sort:"function"==typeof opts.sort?opts.sort:null,strictNullHandling:"boolean"==typeof opts.strictNullHandling?opts.strictNullHandling:defaults.strictNullHandling}}(opts);"function"==typeof options.filter?obj=(0,options.filter)("",obj):isArray(options.filter)&&(objKeys=options.filter);var keys=[];if("object"!=typeof obj||null===obj)return"";var generateArrayPrefix=arrayPrefixGenerators[options.arrayFormat],commaRoundTrip="comma"===generateArrayPrefix&&options.commaRoundTrip;objKeys||(objKeys=Object.keys(obj)),options.sort&&objKeys.sort(options.sort);for(var sideChannel=getSideChannel(),i=0;i<objKeys.length;++i){var key=objKeys[i],value=obj[key];options.skipNulls&&null===value||pushToArray(keys,stringify(value,key,generateArrayPrefix,commaRoundTrip,options.allowEmptyArrays,options.strictNullHandling,options.skipNulls,options.encodeDotInKeys,options.encode?options.encoder:null,options.filter,options.sort,options.allowDots,options.serializeDate,options.format,options.formatter,options.encodeValuesOnly,options.charset,sideChannel))}var joined=keys.join(options.delimiter),prefix=!0===options.addQueryPrefix?"?":"";return options.charsetSentinel&&("iso-8859-1"===options.charset?prefix+="utf8=%26%2310003%3B&":prefix+="utf8=%E2%9C%93&"),joined.length>0?prefix+joined:""}},34107:(__unused_webpack_module,exports)=>{"use strict";const enumerationValues=new Set(["subtitles","captions","descriptions","chapters","metadata"]);exports.enumerationValues=enumerationValues,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| const string=`${value}`;if(!enumerationValues.has(string))throw new globalObject.TypeError(`${context} '${string}' is not a valid enumeration value for TextTrackKind`);return string}},34132:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const cssom=__webpack_require__(84765),{CSSStyleDeclaration}=__webpack_require__(65215),defaultStyleSheet=__webpack_require__(69338),{getSpecifiedColor,getComputedOrUsedColor}=__webpack_require__(5443),{matchesDontThrow}=__webpack_require__(1709),{forEach,indexOf}=Array.prototype;let parsedDefaultStyleSheet;function matches(rule,element){ |
| /*ThouShaltNotCache*/ |
| return matchesDontThrow(element,rule.selectorText)}function getSpecifiedValue(element,property){ |
| /*ThouShaltNotCache*/ |
| const{initial,inherited,computedValue}=exports.propertiesWithResolvedValueImplemented[property],cascade=function(element,property){ |
| /*ThouShaltNotCache*/ |
| return exports.getDeclarationForElement(element).getPropertyValue(property)}(element,property);return""!==cascade?"computed-color"===computedValue?getSpecifiedColor(cascade):cascade:inherited&&null!==element.parentElement?getComputedValue(element.parentElement,property):initial}function getComputedValue(element,property){ |
| /*ThouShaltNotCache*/ |
| const{computedValue,initial}=exports.propertiesWithResolvedValueImplemented[property];if("as-specified"===computedValue)return getSpecifiedValue(element,property);if("computed-color"===computedValue){const specifiedValue=getSpecifiedValue(element,property);return"currentcolor"===specifiedValue?"color"===property?null!==element.parentElement?getComputedValue(element.parentElement,"color"):initial:getComputedValue(element,"color"):getComputedOrUsedColor(specifiedValue)}throw new TypeError(`Internal error: unrecognized computed value instruction '${computedValue}'`)}exports.propertiesWithResolvedValueImplemented={__proto__:null,visibility:{inherited:!0,initial:"visible",computedValue:"as-specified"},"pointer-events":{inherited:!0,initial:"auto",computedValue:"as-specified"},"background-color":{inherited:!1,initial:"transparent",computedValue:"computed-color"},"border-block-start-color":{inherited:!1,initial:"currentcolor",computedValue:"computed-color"},"border-block-end-color":{inherited:!1,initial:"currentcolor",computedValue:"computed-color"},"border-inline-start-color":{inherited:!1,initial:"currentcolor",computedValue:"computed-color"},"border-inline-end-color":{inherited:!1,initial:"currentcolor",computedValue:"computed-color"},"border-top-color":{inherited:!1,initial:"currentcolor",computedValue:"computed-color"},"border-right-color":{inherited:!1,initial:"currentcolor",computedValue:"computed-color"},"border-bottom-color":{inherited:!1,initial:"currentcolor",computedValue:"computed-color"},"border-left-color":{inherited:!1,initial:"currentcolor",computedValue:"computed-color"},"caret-color":{inherited:!0,initial:"auto",computedValue:"computed-color"},color:{inherited:!0,initial:"CanvasText",computedValue:"computed-color"},"outline-color":{inherited:!1,initial:"invert",computedValue:"computed-color"}},exports.invalidateStyleCache=elementImpl=>{ |
| /*ThouShaltNotCache*/ |
| elementImpl._attached&&(elementImpl._ownerDocument._styleCache=null)},exports.getDeclarationForElement=elementImpl=>{ |
| /*ThouShaltNotCache*/ |
| let styleCache=elementImpl._ownerDocument._styleCache;styleCache||(styleCache=elementImpl._ownerDocument._styleCache=new WeakMap);const cachedDeclaration=styleCache.get(elementImpl);if(cachedDeclaration)return cachedDeclaration;const declaration=new CSSStyleDeclaration;function handleProperty(style,property){ |
| /*ThouShaltNotCache*/ |
| const value=style.getPropertyValue(property);"unset"===value?declaration.removeProperty(property):declaration.setProperty(property,value,style.getPropertyPriority(property))}return function(elementImpl,handleRule){ |
| /*ThouShaltNotCache*/ |
| function handleSheet(sheet){ |
| /*ThouShaltNotCache*/ |
| forEach.call(sheet.cssRules,rule=>{ |
| /*ThouShaltNotCache*/ |
| rule.media?-1!==indexOf.call(rule.media,"screen")&&forEach.call(rule.cssRules,innerRule=>{ |
| /*ThouShaltNotCache*/ |
| matches(innerRule,elementImpl)&&handleRule(innerRule)}):matches(rule,elementImpl)&&handleRule(rule)})}parsedDefaultStyleSheet||(parsedDefaultStyleSheet=cssom.parse(defaultStyleSheet)),handleSheet(parsedDefaultStyleSheet),forEach.call(elementImpl._ownerDocument.styleSheets._list,handleSheet)}(elementImpl,rule=>{ |
| /*ThouShaltNotCache*/ |
| forEach.call(rule.style,property=>{ |
| /*ThouShaltNotCache*/ |
| handleProperty(rule.style,property)})}),forEach.call(elementImpl.style,property=>{ |
| /*ThouShaltNotCache*/ |
| handleProperty(elementImpl.style,property)}),styleCache.set(elementImpl,declaration),declaration},exports.getResolvedValue=(element,property)=>getComputedValue(element,property),exports.SHADOW_DOM_PSEUDO_REGEXP=/^::(?:part|slotted)\(/i},34149:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Blob=__webpack_require__(23852),FilePropertyBag=__webpack_require__(90252),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].File.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'File'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Blob._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class File extends globalObject.Blob{constructor(fileBits,fileName){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new globalObject.TypeError(`Failed to construct 'File': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to construct 'File': parameter 1 is not an iterable object.");{const V=[],tmp=curArg;for(let nextItem of tmp)Blob.is(nextItem)?nextItem=utils.implForWrapper(nextItem):utils.isArrayBuffer(nextItem)||ArrayBuffer.isView(nextItem)||(nextItem=conversions.USVString(nextItem,{context:"Failed to construct 'File': parameter 1's element",globals:globalObject})),V.push(nextItem);curArg=V}args.push(curArg)}{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to construct 'File': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=FilePropertyBag.convert(globalObject,curArg,{context:"Failed to construct 'File': parameter 3"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of File.");return esValue[implSymbol].name}get lastModified(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lastModified' called on an object that is not a valid instance of File.");return esValue[implSymbol].lastModified}}Object.defineProperties(File.prototype,{name:{enumerable:!0},lastModified:{enumerable:!0},[Symbol.toStringTag]:{value:"File",configurable:!0}}),ctorRegistry.File=File,Object.defineProperty(globalObject,"File",{configurable:!0,writable:!0,value:File})};const Impl=__webpack_require__(19566)},34212:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const prepareValue=__webpack_require__(34863).prepareValue;module.exports.getPropertyDescriptor=function(property){ |
| /*ThouShaltNotCache*/ |
| return{set(v){ |
| /*ThouShaltNotCache*/ |
| this._setProperty(property,prepareValue(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue(property)},enumerable:!0,configurable:!0}}},34430:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTableCaptionElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTableCaptionElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTableCaptionElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTableCaptionElement",new.target)}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLTableCaptionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLTableCaptionElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLTableCaptionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLTableCaptionElement.prototype,{align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableCaptionElement",configurable:!0}}),ctorRegistry.HTMLTableCaptionElement=HTMLTableCaptionElement,Object.defineProperty(globalObject,"HTMLTableCaptionElement",{configurable:!0,writable:!0,value:HTMLTableCaptionElement})};const Impl=__webpack_require__(39717)},34458:()=>{},34482:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var GeneratorFunction,callBound=__webpack_require__(13190),isFnRegex=__webpack_require__(18475)(/^\s*(?:function)?\*/),hasToStringTag=__webpack_require__(88082)(),getProto=__webpack_require__(45586),toStr=callBound("Object.prototype.toString"),fnToStr=callBound("Function.prototype.toString");module.exports=function(fn){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof fn)return!1;if(isFnRegex(fnToStr(fn)))return!0;if(!hasToStringTag)return"[object GeneratorFunction]"===toStr(fn);if(!getProto)return!1;if(void 0===GeneratorFunction){var generatorFunc=function(){ |
| /*ThouShaltNotCache*/ |
| if(!hasToStringTag)return!1;try{return Function("return function*() {}")()}catch(e){}}();GeneratorFunction=!!generatorFunc&&getProto(generatorFunc)}return getProto(fn)===GeneratorFunction}},34556:(__unused_webpack_module,exports)=>{"use strict";class ParseError extends Error{sourceStart;sourceEnd;parserState;constructor(e,n,o,t){ |
| /*ThouShaltNotCache*/ |
| super(e),this.name="ParseError",this.sourceStart=n,this.sourceEnd=o,this.parserState=t}}class ParseErrorWithToken extends ParseError{token;constructor(e,n,o,t,r){ |
| /*ThouShaltNotCache*/ |
| super(e,n,o,t),this.token=r}}const e={UnexpectedNewLineInString:"Unexpected newline while consuming a string token.",UnexpectedEOFInString:"Unexpected EOF while consuming a string token.",UnexpectedEOFInComment:"Unexpected EOF while consuming a comment.",UnexpectedEOFInURL:"Unexpected EOF while consuming a url token.",UnexpectedEOFInEscapedCodePoint:"Unexpected EOF while consuming an escaped code point.",UnexpectedCharacterInURL:"Unexpected character while consuming a url token.",InvalidEscapeSequenceInURL:"Invalid escape sequence while consuming a url token.",InvalidEscapeSequenceAfterBackslash:'Invalid escape sequence after "\\"'},n="undefined"!=typeof globalThis&&"structuredClone"in globalThis,o=13,t=45,r=10,s=43,i=65533;function isDigitCodePoint(e){ |
| /*ThouShaltNotCache*/ |
| return e>=48&&e<=57}function isHexDigitCodePoint(e){ |
| /*ThouShaltNotCache*/ |
| return e>=48&&e<=57||e>=97&&e<=102||e>=65&&e<=70}function isIdentStartCodePoint(e){ |
| /*ThouShaltNotCache*/ |
| return function(e){ |
| /*ThouShaltNotCache*/ |
| return function(e){ |
| /*ThouShaltNotCache*/ |
| return e>=97&&e<=122}(e)||function(e){ |
| /*ThouShaltNotCache*/ |
| return e>=65&&e<=90}(e)}(e)||function(e){ |
| /*ThouShaltNotCache*/ |
| return 183===e||8204===e||8205===e||8255===e||8256===e||8204===e||192<=e&&e<=214||216<=e&&e<=246||248<=e&&e<=893||895<=e&&e<=8191||8304<=e&&e<=8591||11264<=e&&e<=12271||12289<=e&&e<=55295||63744<=e&&e<=64975||65008<=e&&e<=65533||0===e||!!isSurrogate(e)||e>=65536}(e)||95===e}function isIdentCodePoint(e){ |
| /*ThouShaltNotCache*/ |
| return isIdentStartCodePoint(e)||isDigitCodePoint(e)||e===t}function isNewLine(e){ |
| /*ThouShaltNotCache*/ |
| return e===r||e===o||12===e}function isWhitespace(e){ |
| /*ThouShaltNotCache*/ |
| return 32===e||e===r||9===e||e===o||12===e}function isSurrogate(e){ |
| /*ThouShaltNotCache*/ |
| return e>=55296&&e<=57343}function checkIfTwoCodePointsAreAValidEscape(e){ |
| /*ThouShaltNotCache*/ |
| return 92===e.source.codePointAt(e.cursor)&&!isNewLine(e.source.codePointAt(e.cursor+1)??-1)}function checkIfThreeCodePointsWouldStartAnIdentSequence(e,n){ |
| /*ThouShaltNotCache*/ |
| return n.source.codePointAt(n.cursor)===t?n.source.codePointAt(n.cursor+1)===t||!!isIdentStartCodePoint(n.source.codePointAt(n.cursor+1)??-1)||92===n.source.codePointAt(n.cursor+1)&&!isNewLine(n.source.codePointAt(n.cursor+2)??-1):!!isIdentStartCodePoint(n.source.codePointAt(n.cursor)??-1)||checkIfTwoCodePointsAreAValidEscape(n)}function checkIfThreeCodePointsWouldStartANumber(e){ |
| /*ThouShaltNotCache*/ |
| return e.source.codePointAt(e.cursor)===s||e.source.codePointAt(e.cursor)===t?!!isDigitCodePoint(e.source.codePointAt(e.cursor+1)??-1)||46===e.source.codePointAt(e.cursor+1)&&isDigitCodePoint(e.source.codePointAt(e.cursor+2)??-1):46===e.source.codePointAt(e.cursor)?isDigitCodePoint(e.source.codePointAt(e.cursor+1)??-1):isDigitCodePoint(e.source.codePointAt(e.cursor)??-1)}var c,a,u;function consumeEscapedCodePoint(n,t){ |
| /*ThouShaltNotCache*/ |
| const s=t.readCodePoint();if(void 0===s)return n.onParseError(new ParseError(e.UnexpectedEOFInEscapedCodePoint,t.representationStart,t.representationEnd,["4.3.7. Consume an escaped code point","Unexpected EOF"])),i;if(isHexDigitCodePoint(s)){const e=[s];let n;for(;void 0!==(n=t.source.codePointAt(t.cursor))&&isHexDigitCodePoint(n)&&e.length<6;)e.push(n),t.advanceCodePoint();isWhitespace(t.source.codePointAt(t.cursor)??-1)&&(t.source.codePointAt(t.cursor)===o&&t.source.codePointAt(t.cursor+1)===r&&t.advanceCodePoint(),t.advanceCodePoint());const c=parseInt(String.fromCodePoint(...e),16);return 0===c||isSurrogate(c)||c>1114111?i:c}return 0===s||isSurrogate(s)?i:s}function consumeIdentSequence(e,n){ |
| /*ThouShaltNotCache*/ |
| const o=[];for(;;){const t=n.source.codePointAt(n.cursor)??-1;if(0===t||isSurrogate(t))o.push(i),n.advanceCodePoint(+(t>65535)+1);else if(isIdentCodePoint(t))o.push(t),n.advanceCodePoint(+(t>65535)+1);else{if(!checkIfTwoCodePointsAreAValidEscape(n))return o;n.advanceCodePoint(),o.push(consumeEscapedCodePoint(e,n))}}}function consumeNumericToken(e,n){ |
| /*ThouShaltNotCache*/ |
| let o;{const e=n.source.codePointAt(n.cursor);e===t?o="-":e===s&&(o="+")}const r=function(e,n){ |
| /*ThouShaltNotCache*/ |
| let o=exports.NumberType.Integer;for(n.source.codePointAt(n.cursor)!==s&&n.source.codePointAt(n.cursor)!==t||n.advanceCodePoint();isDigitCodePoint(n.source.codePointAt(n.cursor)??-1);)n.advanceCodePoint();if(46===n.source.codePointAt(n.cursor)&&isDigitCodePoint(n.source.codePointAt(n.cursor+1)??-1))for(n.advanceCodePoint(2),o=exports.NumberType.Number;isDigitCodePoint(n.source.codePointAt(n.cursor)??-1);)n.advanceCodePoint();if(101===n.source.codePointAt(n.cursor)||69===n.source.codePointAt(n.cursor)){if(isDigitCodePoint(n.source.codePointAt(n.cursor+1)??-1))n.advanceCodePoint(2);else{if(n.source.codePointAt(n.cursor+1)!==t&&n.source.codePointAt(n.cursor+1)!==s||!isDigitCodePoint(n.source.codePointAt(n.cursor+2)??-1))return o;n.advanceCodePoint(3)}for(o=exports.NumberType.Number;isDigitCodePoint(n.source.codePointAt(n.cursor)??-1);)n.advanceCodePoint()}return o}(0,n),i=parseFloat(n.source.slice(n.representationStart,n.representationEnd+1));if(checkIfThreeCodePointsWouldStartAnIdentSequence(0,n)){const t=consumeIdentSequence(e,n);return[exports.TokenType.Dimension,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{value:i,signCharacter:o,type:r,unit:String.fromCodePoint(...t)}]}return 37===n.source.codePointAt(n.cursor)?(n.advanceCodePoint(),[exports.TokenType.Percentage,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{value:i,signCharacter:o}]):[exports.TokenType.Number,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{value:i,signCharacter:o,type:r}]}exports.TokenType=void 0,(c=exports.TokenType||(exports.TokenType={})).Comment="comment",c.AtKeyword="at-keyword-token",c.BadString="bad-string-token",c.BadURL="bad-url-token",c.CDC="CDC-token",c.CDO="CDO-token",c.Colon="colon-token",c.Comma="comma-token",c.Delim="delim-token",c.Dimension="dimension-token",c.EOF="EOF-token",c.Function="function-token",c.Hash="hash-token",c.Ident="ident-token",c.Number="number-token",c.Percentage="percentage-token",c.Semicolon="semicolon-token",c.String="string-token",c.URL="url-token",c.Whitespace="whitespace-token",c.OpenParen="(-token",c.CloseParen=")-token",c.OpenSquare="[-token",c.CloseSquare="]-token",c.OpenCurly="{-token",c.CloseCurly="}-token",c.UnicodeRange="unicode-range-token",exports.NumberType=void 0,(a=exports.NumberType||(exports.NumberType={})).Integer="integer",a.Number="number",exports.HashType=void 0,(u=exports.HashType||(exports.HashType={})).Unrestricted="unrestricted",u.ID="id";class Reader{cursor=0;source="";representationStart=0;representationEnd=-1;constructor(e){ |
| /*ThouShaltNotCache*/ |
| this.source=e}advanceCodePoint(e=1){ |
| /*ThouShaltNotCache*/ |
| this.cursor=this.cursor+e,this.representationEnd=this.cursor-1}readCodePoint(){ |
| /*ThouShaltNotCache*/ |
| const e=this.source.codePointAt(this.cursor);if(void 0!==e)return this.cursor=this.cursor+1,this.representationEnd=this.cursor-1,e}unreadCodePoint(e=1){ |
| /*ThouShaltNotCache*/ |
| this.cursor=this.cursor-e,this.representationEnd=this.cursor-1}resetRepresentation(){ |
| /*ThouShaltNotCache*/ |
| this.representationStart=this.cursor,this.representationEnd=-1}}function consumeStringToken(n,t){ |
| /*ThouShaltNotCache*/ |
| let s="";const c=t.readCodePoint();for(;;){const a=t.readCodePoint();if(void 0===a){const o=[exports.TokenType.String,t.source.slice(t.representationStart,t.representationEnd+1),t.representationStart,t.representationEnd,{value:s}];return n.onParseError(new ParseErrorWithToken(e.UnexpectedEOFInString,t.representationStart,t.representationEnd,["4.3.5. Consume a string token","Unexpected EOF"],o)),o}if(isNewLine(a)){t.unreadCodePoint();const s=[exports.TokenType.BadString,t.source.slice(t.representationStart,t.representationEnd+1),t.representationStart,t.representationEnd,void 0];return n.onParseError(new ParseErrorWithToken(e.UnexpectedNewLineInString,t.representationStart,t.source.codePointAt(t.cursor)===o&&t.source.codePointAt(t.cursor+1)===r?t.representationEnd+2:t.representationEnd+1,["4.3.5. Consume a string token","Unexpected newline"],s)),s}if(a===c)return[exports.TokenType.String,t.source.slice(t.representationStart,t.representationEnd+1),t.representationStart,t.representationEnd,{value:s}];if(92!==a)0===a||isSurrogate(a)?s+=String.fromCodePoint(i):s+=String.fromCodePoint(a);else{if(void 0===t.source.codePointAt(t.cursor))continue;if(isNewLine(t.source.codePointAt(t.cursor)??-1)){t.source.codePointAt(t.cursor)===o&&t.source.codePointAt(t.cursor+1)===r&&t.advanceCodePoint(),t.advanceCodePoint();continue}s+=String.fromCodePoint(consumeEscapedCodePoint(n,t))}}}function consumeBadURL(e,n){ |
| /*ThouShaltNotCache*/ |
| for(;;){const o=n.source.codePointAt(n.cursor);if(void 0===o)return;if(41===o)return void n.advanceCodePoint();checkIfTwoCodePointsAreAValidEscape(n)?(n.advanceCodePoint(),consumeEscapedCodePoint(e,n)):n.advanceCodePoint()}}function consumeUrlToken(n,o){ |
| /*ThouShaltNotCache*/ |
| for(;isWhitespace(o.source.codePointAt(o.cursor)??-1);)o.advanceCodePoint();let t="";for(;;){if(void 0===o.source.codePointAt(o.cursor)){const r=[exports.TokenType.URL,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,{value:t}];return n.onParseError(new ParseErrorWithToken(e.UnexpectedEOFInURL,o.representationStart,o.representationEnd,["4.3.6. Consume a url token","Unexpected EOF"],r)),r}if(41===o.source.codePointAt(o.cursor))return o.advanceCodePoint(),[exports.TokenType.URL,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,{value:t}];if(isWhitespace(o.source.codePointAt(o.cursor)??-1)){for(o.advanceCodePoint();isWhitespace(o.source.codePointAt(o.cursor)??-1);)o.advanceCodePoint();if(void 0===o.source.codePointAt(o.cursor)){const r=[exports.TokenType.URL,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,{value:t}];return n.onParseError(new ParseErrorWithToken(e.UnexpectedEOFInURL,o.representationStart,o.representationEnd,["4.3.6. Consume a url token","Consume as much whitespace as possible","Unexpected EOF"],r)),r}return 41===o.source.codePointAt(o.cursor)?(o.advanceCodePoint(),[exports.TokenType.URL,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,{value:t}]):(consumeBadURL(n,o),[exports.TokenType.BadURL,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,void 0])}const s=o.source.codePointAt(o.cursor);if(34===s||39===s||40===s||11===(r=s??-1)||127===r||0<=r&&r<=8||14<=r&&r<=31){consumeBadURL(n,o);const t=[exports.TokenType.BadURL,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,void 0];return n.onParseError(new ParseErrorWithToken(e.UnexpectedCharacterInURL,o.representationStart,o.representationEnd,["4.3.6. Consume a url token","Unexpected U+0022 QUOTATION MARK (\"), U+0027 APOSTROPHE ('), U+0028 LEFT PARENTHESIS (() or non-printable code point"],t)),t}if(92===s){if(checkIfTwoCodePointsAreAValidEscape(o)){o.advanceCodePoint(),t+=String.fromCodePoint(consumeEscapedCodePoint(n,o));continue}consumeBadURL(n,o);const r=[exports.TokenType.BadURL,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,void 0];return n.onParseError(new ParseErrorWithToken(e.InvalidEscapeSequenceInURL,o.representationStart,o.representationEnd,["4.3.6. Consume a url token","U+005C REVERSE SOLIDUS (\\)","The input stream does not start with a valid escape sequence"],r)),r}0===o.source.codePointAt(o.cursor)||isSurrogate(o.source.codePointAt(o.cursor)??-1)?(t+=String.fromCodePoint(i),o.advanceCodePoint()):(t+=o.source[o.cursor],o.advanceCodePoint())}var r}function consumeIdentLikeToken(e,n){ |
| /*ThouShaltNotCache*/ |
| const o=consumeIdentSequence(e,n);if(40!==n.source.codePointAt(n.cursor))return[exports.TokenType.Ident,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{value:String.fromCodePoint(...o)}];if(function(e){ |
| /*ThouShaltNotCache*/ |
| return!(3!==e.length||117!==e[0]&&85!==e[0]||114!==e[1]&&82!==e[1]||108!==e[2]&&76!==e[2])}(o)){n.advanceCodePoint();let t=0;for(;;){const e=isWhitespace(n.source.codePointAt(n.cursor)??-1),r=isWhitespace(n.source.codePointAt(n.cursor+1)??-1);if(e&&r){t+=1,n.advanceCodePoint(1);continue}const s=e?n.source.codePointAt(n.cursor+1):n.source.codePointAt(n.cursor);if(34===s||39===s)return t>0&&n.unreadCodePoint(t),[exports.TokenType.Function,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{value:String.fromCodePoint(...o)}];break}return consumeUrlToken(e,n)}return n.advanceCodePoint(),[exports.TokenType.Function,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{value:String.fromCodePoint(...o)}]}function tokenizer(n,i){ |
| /*ThouShaltNotCache*/ |
| const c=n.css.valueOf(),a=n.unicodeRangesAllowed??!1,u=new Reader(c),d={onParseError:i?.onParseError??noop};return{nextToken:function(){ |
| /*ThouShaltNotCache*/ |
| u.resetRepresentation();const n=u.source.codePointAt(u.cursor);if(void 0===n)return[exports.TokenType.EOF,"",-1,-1,void 0];if(47===n&&function(e){ |
| /*ThouShaltNotCache*/ |
| return 47===e.source.codePointAt(e.cursor)&&42===e.source.codePointAt(e.cursor+1)}(u))return function(n,o){ |
| /*ThouShaltNotCache*/ |
| for(o.advanceCodePoint(2);;){const t=o.readCodePoint();if(void 0===t){const t=[exports.TokenType.Comment,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,void 0];return n.onParseError(new ParseErrorWithToken(e.UnexpectedEOFInComment,o.representationStart,o.representationEnd,["4.3.2. Consume comments","Unexpected EOF"],t)),t}if(42===t&&void 0!==o.source.codePointAt(o.cursor)&&47===o.source.codePointAt(o.cursor)){o.advanceCodePoint();break}}return[exports.TokenType.Comment,o.source.slice(o.representationStart,o.representationEnd+1),o.representationStart,o.representationEnd,void 0]}(d,u);if(a&&(117===n||85===n)&&function(e){ |
| /*ThouShaltNotCache*/ |
| return!(117!==e.source.codePointAt(e.cursor)&&85!==e.source.codePointAt(e.cursor)||e.source.codePointAt(e.cursor+1)!==s||63!==e.source.codePointAt(e.cursor+2)&&!isHexDigitCodePoint(e.source.codePointAt(e.cursor+2)??-1))}(u))return function(e,n){ |
| /*ThouShaltNotCache*/ |
| n.advanceCodePoint(2);const o=[],r=[];let s;for(;void 0!==(s=n.source.codePointAt(n.cursor))&&o.length<6&&isHexDigitCodePoint(s);)o.push(s),n.advanceCodePoint();for(;void 0!==(s=n.source.codePointAt(n.cursor))&&o.length<6&&63===s;)0===r.length&&r.push(...o),o.push(48),r.push(70),n.advanceCodePoint();if(!r.length&&n.source.codePointAt(n.cursor)===t&&isHexDigitCodePoint(n.source.codePointAt(n.cursor+1)??-1))for(n.advanceCodePoint();void 0!==(s=n.source.codePointAt(n.cursor))&&r.length<6&&isHexDigitCodePoint(s);)r.push(s),n.advanceCodePoint();if(!r.length){const e=parseInt(String.fromCodePoint(...o),16);return[exports.TokenType.UnicodeRange,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{startOfRange:e,endOfRange:e}]}const i=parseInt(String.fromCodePoint(...o),16),c=parseInt(String.fromCodePoint(...r),16);return[exports.TokenType.UnicodeRange,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{startOfRange:i,endOfRange:c}]}(0,u);if(isIdentStartCodePoint(n))return consumeIdentLikeToken(d,u);if(isDigitCodePoint(n))return consumeNumericToken(d,u);switch(n){case 44:return u.advanceCodePoint(),[exports.TokenType.Comma,",",u.representationStart,u.representationEnd,void 0];case 58:return u.advanceCodePoint(),[exports.TokenType.Colon,":",u.representationStart,u.representationEnd,void 0];case 59:return u.advanceCodePoint(),[exports.TokenType.Semicolon,";",u.representationStart,u.representationEnd,void 0];case 40:return u.advanceCodePoint(),[exports.TokenType.OpenParen,"(",u.representationStart,u.representationEnd,void 0];case 41:return u.advanceCodePoint(),[exports.TokenType.CloseParen,")",u.representationStart,u.representationEnd,void 0];case 91:return u.advanceCodePoint(),[exports.TokenType.OpenSquare,"[",u.representationStart,u.representationEnd,void 0];case 93:return u.advanceCodePoint(),[exports.TokenType.CloseSquare,"]",u.representationStart,u.representationEnd,void 0];case 123:return u.advanceCodePoint(),[exports.TokenType.OpenCurly,"{",u.representationStart,u.representationEnd,void 0];case 125:return u.advanceCodePoint(),[exports.TokenType.CloseCurly,"}",u.representationStart,u.representationEnd,void 0];case 39:case 34:return consumeStringToken(d,u);case 35:return function(e,n){ |
| /*ThouShaltNotCache*/ |
| n.advanceCodePoint();const o=n.source.codePointAt(n.cursor);if(void 0!==o&&(isIdentCodePoint(o)||checkIfTwoCodePointsAreAValidEscape(n))){let o=exports.HashType.Unrestricted;checkIfThreeCodePointsWouldStartAnIdentSequence(0,n)&&(o=exports.HashType.ID);const t=consumeIdentSequence(e,n);return[exports.TokenType.Hash,n.source.slice(n.representationStart,n.representationEnd+1),n.representationStart,n.representationEnd,{value:String.fromCodePoint(...t),type:o}]}return[exports.TokenType.Delim,"#",n.representationStart,n.representationEnd,{value:"#"}]}(d,u);case s:case 46:return checkIfThreeCodePointsWouldStartANumber(u)?consumeNumericToken(d,u):(u.advanceCodePoint(),[exports.TokenType.Delim,u.source[u.representationStart],u.representationStart,u.representationEnd,{value:u.source[u.representationStart]}]);case r:case o:case 12:case 9:case 32:return function(e){ |
| /*ThouShaltNotCache*/ |
| for(;isWhitespace(e.source.codePointAt(e.cursor)??-1);)e.advanceCodePoint();return[exports.TokenType.Whitespace,e.source.slice(e.representationStart,e.representationEnd+1),e.representationStart,e.representationEnd,void 0]}(u);case t:return checkIfThreeCodePointsWouldStartANumber(u)?consumeNumericToken(d,u):function(e){ |
| /*ThouShaltNotCache*/ |
| return e.source.codePointAt(e.cursor)===t&&e.source.codePointAt(e.cursor+1)===t&&62===e.source.codePointAt(e.cursor+2)}(u)?(u.advanceCodePoint(3),[exports.TokenType.CDC,"--\x3e",u.representationStart,u.representationEnd,void 0]):checkIfThreeCodePointsWouldStartAnIdentSequence(0,u)?consumeIdentLikeToken(d,u):(u.advanceCodePoint(),[exports.TokenType.Delim,"-",u.representationStart,u.representationEnd,{value:"-"}]);case 60:return function(e){ |
| /*ThouShaltNotCache*/ |
| return 60===e.source.codePointAt(e.cursor)&&33===e.source.codePointAt(e.cursor+1)&&e.source.codePointAt(e.cursor+2)===t&&e.source.codePointAt(e.cursor+3)===t}(u)?(u.advanceCodePoint(4),[exports.TokenType.CDO,"\x3c!--",u.representationStart,u.representationEnd,void 0]):(u.advanceCodePoint(),[exports.TokenType.Delim,"<",u.representationStart,u.representationEnd,{value:"<"}]);case 64:if(u.advanceCodePoint(),checkIfThreeCodePointsWouldStartAnIdentSequence(0,u)){const e=consumeIdentSequence(d,u);return[exports.TokenType.AtKeyword,u.source.slice(u.representationStart,u.representationEnd+1),u.representationStart,u.representationEnd,{value:String.fromCodePoint(...e)}]}return[exports.TokenType.Delim,"@",u.representationStart,u.representationEnd,{value:"@"}];case 92:{if(checkIfTwoCodePointsAreAValidEscape(u))return consumeIdentLikeToken(d,u);u.advanceCodePoint();const n=[exports.TokenType.Delim,"\\",u.representationStart,u.representationEnd,{value:"\\"}];return d.onParseError(new ParseErrorWithToken(e.InvalidEscapeSequenceAfterBackslash,u.representationStart,u.representationEnd,["4.3.1. Consume a token","U+005C REVERSE SOLIDUS (\\)","The input stream does not start with a valid escape sequence"],n)),n}}return u.advanceCodePoint(),[exports.TokenType.Delim,u.source[u.representationStart],u.representationStart,u.representationEnd,{value:u.source[u.representationStart]}]},endOfFile:function(){ |
| /*ThouShaltNotCache*/ |
| return void 0===u.source.codePointAt(u.cursor)}}}function noop(){}function serializeIdent(e){ |
| /*ThouShaltNotCache*/ |
| let n=0;if(0===e[0])e.splice(0,1,i),n=1;else if(e[0]===t&&e[1]===t)n=2;else if(e[0]===t&&e[1])n=2,isIdentStartCodePoint(e[1])||(n+=insertEscapedCodePoint(e,1,e[1]));else{if(e[0]===t&&!e[1])return[92,e[0]];isIdentStartCodePoint(e[0])?n=1:(n=1,n+=insertEscapedCodePoint(e,0,e[0]))}for(let o=n;o<e.length;o++)0!==e[o]?isIdentCodePoint(e[o])||(o+=insertEscapedCharacter(e,o,e[o])):(e.splice(o,1,i),o++);return e}function insertEscapedCharacter(e,n,o){ |
| /*ThouShaltNotCache*/ |
| return e.splice(n,1,92,o),1}function insertEscapedCodePoint(e,n,o){ |
| /*ThouShaltNotCache*/ |
| const t=o.toString(16),r=[];for(const e of t)r.push(e.codePointAt(0));return e.splice(n,1,92,...r,32),1+r.length}const d=Object.values(exports.TokenType);exports.ParseError=ParseError,exports.ParseErrorMessage=e,exports.ParseErrorWithToken=ParseErrorWithToken,exports.cloneTokens=function(e){ |
| /*ThouShaltNotCache*/ |
| return n?structuredClone(e):JSON.parse(JSON.stringify(e))},exports.isToken=function(e){ |
| /*ThouShaltNotCache*/ |
| return!(!Array.isArray(e)||e.length<4||!d.includes(e[0])||"string"!=typeof e[1]||"number"!=typeof e[2]||"number"!=typeof e[3])},exports.isTokenAtKeyword=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.AtKeyword},exports.isTokenBadString=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.BadString},exports.isTokenBadURL=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.BadURL},exports.isTokenCDC=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.CDC},exports.isTokenCDO=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.CDO},exports.isTokenCloseCurly=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.CloseCurly},exports.isTokenCloseParen=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.CloseParen},exports.isTokenCloseSquare=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.CloseSquare},exports.isTokenColon=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Colon},exports.isTokenComma=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Comma},exports.isTokenComment=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Comment},exports.isTokenDelim=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Delim},exports.isTokenDimension=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Dimension},exports.isTokenEOF=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.EOF},exports.isTokenFunction=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Function},exports.isTokenHash=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Hash},exports.isTokenIdent=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Ident},exports.isTokenNumber=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Number},exports.isTokenNumeric=function(e){ |
| /*ThouShaltNotCache*/ |
| if(!e)return!1;switch(e[0]){case exports.TokenType.Dimension:case exports.TokenType.Number:case exports.TokenType.Percentage:return!0;default:return!1}},exports.isTokenOpenCurly=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.OpenCurly},exports.isTokenOpenParen=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.OpenParen},exports.isTokenOpenSquare=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.OpenSquare},exports.isTokenPercentage=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Percentage},exports.isTokenSemicolon=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Semicolon},exports.isTokenString=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.String},exports.isTokenURL=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.URL},exports.isTokenUnicodeRange=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.UnicodeRange},exports.isTokenWhiteSpaceOrComment=function(e){ |
| /*ThouShaltNotCache*/ |
| if(!e)return!1;switch(e[0]){case exports.TokenType.Whitespace:case exports.TokenType.Comment:return!0;default:return!1}},exports.isTokenWhitespace=function(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e[0]===exports.TokenType.Whitespace},exports.mirrorVariant=function(e){ |
| /*ThouShaltNotCache*/ |
| switch(e[0]){case exports.TokenType.OpenParen:return[exports.TokenType.CloseParen,")",-1,-1,void 0];case exports.TokenType.CloseParen:return[exports.TokenType.OpenParen,"(",-1,-1,void 0];case exports.TokenType.OpenCurly:return[exports.TokenType.CloseCurly,"}",-1,-1,void 0];case exports.TokenType.CloseCurly:return[exports.TokenType.OpenCurly,"{",-1,-1,void 0];case exports.TokenType.OpenSquare:return[exports.TokenType.CloseSquare,"]",-1,-1,void 0];case exports.TokenType.CloseSquare:return[exports.TokenType.OpenSquare,"[",-1,-1,void 0];default:return null}},exports.mirrorVariantType=function(e){ |
| /*ThouShaltNotCache*/ |
| switch(e){case exports.TokenType.OpenParen:return exports.TokenType.CloseParen;case exports.TokenType.CloseParen:return exports.TokenType.OpenParen;case exports.TokenType.OpenCurly:return exports.TokenType.CloseCurly;case exports.TokenType.CloseCurly:return exports.TokenType.OpenCurly;case exports.TokenType.OpenSquare:return exports.TokenType.CloseSquare;case exports.TokenType.CloseSquare:return exports.TokenType.OpenSquare;default:return null}},exports.mutateIdent=function(e,n){ |
| /*ThouShaltNotCache*/ |
| const o=[];for(const e of n)o.push(e.codePointAt(0));const t=String.fromCodePoint(...serializeIdent(o));e[1]=t,e[4].value=n},exports.mutateUnit=function(e,n){ |
| /*ThouShaltNotCache*/ |
| const o=[];for(const e of n)o.push(e.codePointAt(0));const t=serializeIdent(o);101===t[0]&&insertEscapedCodePoint(t,0,t[0]);const r=String.fromCodePoint(...t),s="+"===e[4].signCharacter?e[4].signCharacter:"",i=e[4].value.toString();e[1]=`${s}${i}${r}`,e[4].unit=n},exports.stringify=function(...e){ |
| /*ThouShaltNotCache*/ |
| let n="";for(let o=0;o<e.length;o++)n+=e[o][1];return n},exports.tokenize=function(e,n){ |
| /*ThouShaltNotCache*/ |
| const o=tokenizer(e,n),t=[];for(;!o.endOfFile();)t.push(o.nextToken());return t.push(o.nextToken()),t},exports.tokenizer=tokenizer},34633:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].FileList.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'FileList'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class FileList{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of FileList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'FileList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'FileList': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].item(...args))}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of FileList.");return esValue[implSymbol].length}}Object.defineProperties(FileList.prototype,{item:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"FileList",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.FileList=FileList,Object.defineProperty(globalObject,"FileList",{configurable:!0,writable:!0,value:FileList})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(60678)},34640:(module,__unused_webpack_exports,__webpack_require__)=>{module.exports=Stream;var EE=__webpack_require__(70497).EventEmitter;function Stream(){ |
| /*ThouShaltNotCache*/ |
| EE.call(this)}__webpack_require__(68808)(Stream,EE),Stream.Readable=__webpack_require__(7546),Stream.Writable=__webpack_require__(48510),Stream.Duplex=__webpack_require__(5380),Stream.Transform=__webpack_require__(56004),Stream.PassThrough=__webpack_require__(98318),Stream.finished=__webpack_require__(51872),Stream.pipeline=__webpack_require__(83452),Stream.Stream=Stream,Stream.prototype.pipe=function(dest,options){ |
| /*ThouShaltNotCache*/ |
| var source=this;function ondata(chunk){ |
| /*ThouShaltNotCache*/ |
| dest.writable&&!1===dest.write(chunk)&&source.pause&&source.pause()}function ondrain(){ |
| /*ThouShaltNotCache*/ |
| source.readable&&source.resume&&source.resume()}source.on("data",ondata),dest.on("drain",ondrain),dest._isStdio||options&&!1===options.end||(source.on("end",onend),source.on("close",onclose));var didOnEnd=!1;function onend(){ |
| /*ThouShaltNotCache*/ |
| didOnEnd||(didOnEnd=!0,dest.end())}function onclose(){ |
| /*ThouShaltNotCache*/ |
| didOnEnd||(didOnEnd=!0,"function"==typeof dest.destroy&&dest.destroy())}function onerror(er){if( |
| /*ThouShaltNotCache*/ |
| cleanup(),0===EE.listenerCount(this,"error"))throw er}function cleanup(){ |
| /*ThouShaltNotCache*/ |
| source.removeListener("data",ondata),dest.removeListener("drain",ondrain),source.removeListener("end",onend),source.removeListener("close",onclose),source.removeListener("error",onerror),dest.removeListener("error",onerror),source.removeListener("end",cleanup),source.removeListener("close",cleanup),dest.removeListener("close",cleanup)}return source.on("error",onerror),dest.on("error",onerror),source.on("end",cleanup),source.on("close",cleanup),dest.on("close",cleanup),dest.emit("pipe",source),dest}},34717:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var keysShim;if(!Object.keys){var has=Object.prototype.hasOwnProperty,toStr=Object.prototype.toString,isArgs=__webpack_require__(89267),isEnumerable=Object.prototype.propertyIsEnumerable,hasDontEnumBug=!isEnumerable.call({toString:null},"toString"),hasProtoEnumBug=isEnumerable.call(function(){},"prototype"),dontEnums=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],equalsConstructorPrototype=function(o){ |
| /*ThouShaltNotCache*/ |
| var ctor=o.constructor;return ctor&&ctor.prototype===o},excludedKeys={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},hasAutomationEqualityBug=function(){ |
| /*ThouShaltNotCache*/ |
| if("undefined"==typeof window)return!1;for(var k in window)try{if(!excludedKeys["$"+k]&&has.call(window,k)&&null!==window[k]&&"object"==typeof window[k])try{equalsConstructorPrototype(window[k])}catch(e){return!0}}catch(e){return!0}return!1}();keysShim=function(object){ |
| /*ThouShaltNotCache*/ |
| var isObject=null!==object&&"object"==typeof object,isFunction="[object Function]"===toStr.call(object),isArguments=isArgs(object),isString=isObject&&"[object String]"===toStr.call(object),theKeys=[];if(!isObject&&!isFunction&&!isArguments)throw new TypeError("Object.keys called on a non-object");var skipProto=hasProtoEnumBug&&isFunction;if(isString&&object.length>0&&!has.call(object,0))for(var i=0;i<object.length;++i)theKeys.push(String(i));if(isArguments&&object.length>0)for(var j=0;j<object.length;++j)theKeys.push(String(j));else for(var name in object)skipProto&&"prototype"===name||!has.call(object,name)||theKeys.push(String(name));if(hasDontEnumBug)for(var skipConstructor=function(o){ |
| /*ThouShaltNotCache*/ |
| if("undefined"==typeof window||!hasAutomationEqualityBug)return equalsConstructorPrototype(o);try{return equalsConstructorPrototype(o)}catch(e){return!1}}(object),k=0;k<dontEnums.length;++k)skipConstructor&&"constructor"===dontEnums[k]||!has.call(object,dontEnums[k])||theKeys.push(dontEnums[k]);return theKeys}}module.exports=keysShim},34863:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{resolve:resolveColor,utils}=__webpack_require__(7576),{asciiLowercase}=__webpack_require__(90383),{cssCalc,isColor,isGradient,splitValue}=utils,GLOBAL_VALUE=Object.freeze(["initial","inherit","unset","revert","revert-layer"]),NUM_TYPE=Object.freeze({UNDEFINED:0,VAR:1,NUMBER:2,PERCENT:4,LENGTH:8,ANGLE:16,CALC:32}),SYS_COLOR=Object.freeze(["accentcolor","accentcolortext","activeborder","activecaption","activetext","appworkspace","background","buttonborder","buttonface","buttonhighlight","buttonshadow","buttontext","canvas","canvastext","captiontext","field","fieldtext","graytext","highlight","highlighttext","inactiveborder","inactivecaption","inactivecaptiontext","infobackground","infotext","linktext","mark","marktext","menu","menutext","scrollbar","selecteditem","selecteditemtext","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","visitedtext","window","windowframe","windowtext"]),unitRegEx=new RegExp("^([+-]?(?:(?:0|[1-9]\\d*)(?:\\.\\d*)?|\\.\\d+)(?:e-?(?:0|[1-9]\\d*))?)([a-z]+|%)?$","i"),urlRegEx=/^url\(\s*((?:[^)]|\\\))*)\s*\)$/,keywordRegEx=/^[a-z]+(?:-[a-z]+)*$/i,stringRegEx=/^("[^"]*"|'[^']*')$/,varRegEx=/^var\(/,varContainedRegEx=/(?<=[*/\s(])var\(/,calcRegEx=/^(?:a?(?:cos|sin|tan)|abs|atan2|calc|clamp|exp|hypot|log|max|min|mod|pow|rem|round|sign|sqrt)\(/,functionRegEx=/^([a-z][a-z\d]*(?:-[a-z\d]+)*)\(/i,getNumericType=function(val){ |
| /*ThouShaltNotCache*/ |
| if(varRegEx.test(val))return NUM_TYPE.VAR;if(calcRegEx.test(val))return NUM_TYPE.CALC;if(unitRegEx.test(val)){const[,,unit]=unitRegEx.exec(val);if(!unit)return NUM_TYPE.NUMBER;if("%"===unit)return NUM_TYPE.PERCENT;if(/^(?:[cm]m|[dls]?v(?:[bhiw]|max|min)|in|p[ctx]|q|r?(?:[cl]h|cap|e[mx]|ic))$/i.test(unit))return NUM_TYPE.LENGTH;if(/^(?:deg|g?rad|turn)$/i.test(unit))return NUM_TYPE.ANGLE}return NUM_TYPE.UNDEFINED};exports.prepareValue=function(value,globalObject=globalThis){ |
| /*ThouShaltNotCache*/ |
| if(null===value)return"";const type=typeof value;switch(type){case"string":return value.trim();case"number":return value.toString();case"undefined":return"undefined";case"symbol":throw new globalObject.TypeError("Can not convert symbol to string.");default:{const str=value.toString();if("string"==typeof str)return str;throw new globalObject.TypeError(`Can not convert ${type} to string.`)}}},exports.hasVarFunc=function(val){ |
| /*ThouShaltNotCache*/ |
| return varRegEx.test(val)||varContainedRegEx.test(val)},exports.parseNumber=function(val,restrictToPositive=!1){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return"";switch(getNumericType(val)){case NUM_TYPE.VAR:return val;case NUM_TYPE.CALC:return cssCalc(val,{format:"specifiedValue"});case NUM_TYPE.NUMBER:{const num=parseFloat(val);if(restrictToPositive&&num<0)return;return`${num}`}default:if(varContainedRegEx.test(val))return val}},exports.parseLength=function(val,restrictToPositive=!1){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return"";switch(getNumericType(val)){case NUM_TYPE.VAR:return val;case NUM_TYPE.CALC:return cssCalc(val,{format:"specifiedValue"});case NUM_TYPE.NUMBER:return 0===parseFloat(val)?"0px":void 0;case NUM_TYPE.LENGTH:{const[,numVal,unit]=unitRegEx.exec(val),num=parseFloat(numVal);if(restrictToPositive&&num<0)return;return`${num}${asciiLowercase(unit)}`}default:if(varContainedRegEx.test(val))return val}},exports.parsePercent=function(val,restrictToPositive=!1){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return"";switch(getNumericType(val)){case NUM_TYPE.VAR:return val;case NUM_TYPE.CALC:return cssCalc(val,{format:"specifiedValue"});case NUM_TYPE.NUMBER:return 0===parseFloat(val)?"0%":void 0;case NUM_TYPE.PERCENT:{const[,numVal,unit]=unitRegEx.exec(val),num=parseFloat(numVal);if(restrictToPositive&&num<0)return;return`${num}${asciiLowercase(unit)}`}default:if(varContainedRegEx.test(val))return val}},exports.parseMeasurement=function(val,restrictToPositive=!1){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return"";switch(getNumericType(val)){case NUM_TYPE.VAR:return val;case NUM_TYPE.CALC:return cssCalc(val,{format:"specifiedValue"});case NUM_TYPE.NUMBER:return 0===parseFloat(val)?"0px":void 0;case NUM_TYPE.LENGTH:case NUM_TYPE.PERCENT:{const[,numVal,unit]=unitRegEx.exec(val),num=parseFloat(numVal);if(restrictToPositive&&num<0)return;return`${num}${asciiLowercase(unit)}`}default:if(varContainedRegEx.test(val))return val}},exports.parseAngle=function(val,normalizeDeg=!1){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return"";switch(getNumericType(val)){case NUM_TYPE.VAR:return val;case NUM_TYPE.CALC:return cssCalc(val,{format:"specifiedValue"});case NUM_TYPE.NUMBER:return 0===parseFloat(val)?"0deg":void 0;case NUM_TYPE.ANGLE:{let[,numVal,unit]=unitRegEx.exec(val);if(numVal=parseFloat(numVal),unit=asciiLowercase(unit),"deg"===unit){if(normalizeDeg&&numVal<0)for(;numVal<0;)numVal+=360;numVal%=360}return`${numVal}${unit}`}default:if(varContainedRegEx.test(val))return val}},exports.parseUrl=function(val){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return val;const res=urlRegEx.exec(val);if(!res)return;let str=res[1];if(('"'===str[0]||"'"===str[0])&&str[0]!==str[str.length-1])return;'"'!==str[0]&&"'"!==str[0]||(str=str.substr(1,str.length-2));let urlstr="",escaped=!1;for(let i=0;i<str.length;i++)switch(str[i]){case"\\":escaped?(urlstr+="\\\\",escaped=!1):escaped=!0;break;case"(":case")":case" ":case"\t":case"\n":case"'":if(!escaped)return;urlstr+=str[i],escaped=!1;break;case'"':if(!escaped)return;urlstr+='\\"',escaped=!1;break;default:urlstr+=str[i],escaped=!1}return`url("${urlstr}")`},exports.parseString=function(val){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return"";if(!stringRegEx.test(val))return;val=val.substr(1,val.length-2);let str="",escaped=!1;for(let i=0;i<val.length;i++)switch(val[i]){case"\\":escaped?(str+="\\\\",escaped=!1):escaped=!0;break;case'"':str+='\\"',escaped=!1;break;default:str+=val[i],escaped=!1}return`"${str}"`},exports.parseKeyword=function(val,validKeywords=[]){ |
| /*ThouShaltNotCache*/ |
| return""===val?"":varRegEx.test(val)?val:(val=asciiLowercase(val.toString()),validKeywords.includes(val)||GLOBAL_VALUE.includes(val)?val:void 0)},exports.parseColor=function(val){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return"";if(varRegEx.test(val))return val;if(/^[a-z]+$/i.test(val)){const v=asciiLowercase(val);if(SYS_COLOR.includes(v))return v}const res=resolveColor(val,{format:"specifiedValue"});return res||exports.parseKeyword(val)},exports.parseImage=function(val){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return"";if(varRegEx.test(val))return val;if(keywordRegEx.test(val))return exports.parseKeyword(val,["none"]);const values=splitValue(val,{delimiter:",",preserveComment:varContainedRegEx.test(val)});let isImage=Boolean(values.length);for(let i=0;i<values.length;i++){const image=values[i];if(""===image)return"";if(isGradient(image)||/^(?:none|inherit)$/i.test(image))continue;const imageUrl=exports.parseUrl(image);if(!imageUrl){isImage=!1;break}values[i]=imageUrl}return isImage?values.join(", "):void 0},exports.parseFunction=function(val){ |
| /*ThouShaltNotCache*/ |
| if(""===val)return{name:null,value:""};if(functionRegEx.test(val)&&val.endsWith(")")){if(varRegEx.test(val)||varContainedRegEx.test(val))return{name:"var",value:val};const[,name]=functionRegEx.exec(val);return{name,value:val.replace(new RegExp(`^${name}\\(`),"").replace(/\)$/,"").trim()}}},exports.parseShorthand=function(val,shorthandFor,preserve=!1){ |
| /*ThouShaltNotCache*/ |
| const obj={};if(""===val||exports.hasVarFunc(val)){for(const[property]of shorthandFor)obj[property]="";return obj}const key=exports.parseKeyword(val);if(key)return"inherit"===key?obj:void 0;const parts=splitValue(val),shorthandArr=[...shorthandFor];for(const part of parts){let partValid=!1;for(let i=0;i<shorthandArr.length;i++){const[property,value]=shorthandArr[i];if(value.isValid(part)&&(partValid=!0,obj[property]=value.parse(part),!preserve)){shorthandArr.splice(i,1);break}}if(!partValid)return}return obj},exports.isValidColor=function(val){ |
| /*ThouShaltNotCache*/ |
| return!!SYS_COLOR.includes(asciiLowercase(val))||isColor(val)},exports.splitValue=splitValue},35118:module=>{"use strict";module.exports=Function.prototype.call},35216:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{solelyContainsHTTPTokenCodePoints}=__webpack_require__(69583);module.exports=mimeType=>{ |
| /*ThouShaltNotCache*/ |
| let serialization=`${mimeType.type}/${mimeType.subtype}`;if(0===mimeType.parameters.size)return serialization;for(let[name,value]of mimeType.parameters)serialization+=";",serialization+=name,serialization+="=",solelyContainsHTTPTokenCodePoints(value)&&0!==value.length||(value=value.replace(/(["\\])/gu,"\\$1"),value=`"${value}"`),serialization+=value;return serialization}},35384:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var implementation=__webpack_require__(1421);module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:implementation}},35442:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const SymbolTree=__webpack_require__(77232);exports.cloningSteps=Symbol("cloning steps"),exports.domSymbolTree=new SymbolTree("DOM SymbolTree")},35461:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630);__webpack_require__(65554);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="composed";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'composed' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},35521:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},35606:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.TokenizerMode=exports.Tokenizer=exports.Token=exports.html=exports.foreignContent=exports.ErrorCodes=exports.serializeOuter=exports.serialize=exports.Parser=exports.defaultTreeAdapter=void 0,exports.parse=function(html,options){ |
| /*ThouShaltNotCache*/ |
| return index_js_1.Parser.parse(html,options)},exports.parseFragment=function(fragmentContext,html,options){ |
| /*ThouShaltNotCache*/ |
| "string"==typeof fragmentContext&&(options=html,html=fragmentContext,fragmentContext=null);const parser=index_js_1.Parser.getFragmentParser(fragmentContext,options);return parser.tokenizer.write(html,!0),parser.getFragment()};const index_js_1=__webpack_require__(44432);var default_js_1=__webpack_require__(57539);Object.defineProperty(exports,"defaultTreeAdapter",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return default_js_1.defaultTreeAdapter}});var index_js_2=__webpack_require__(44432);Object.defineProperty(exports,"Parser",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return index_js_2.Parser}});var index_js_3=__webpack_require__(77311);Object.defineProperty(exports,"serialize",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return index_js_3.serialize}}),Object.defineProperty(exports,"serializeOuter",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return index_js_3.serializeOuter}});var error_codes_js_1=__webpack_require__(96179);Object.defineProperty(exports,"ErrorCodes",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return error_codes_js_1.ERR}}),exports.foreignContent=__webpack_require__(91202),exports.html=__webpack_require__(61265),exports.Token=__webpack_require__(33255);var index_js_4=__webpack_require__(56668);Object.defineProperty(exports,"Tokenizer",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return index_js_4.Tokenizer}}),Object.defineProperty(exports,"TokenizerMode",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return index_js_4.TokenizerMode}})},35760:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,{removeStylesheet,createStylesheet}=__webpack_require__(8666),{childTextContent}=__webpack_require__(61012),{asciiCaseInsensitiveMatch}=__webpack_require__(8337);module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this.sheet=null,this._isOnStackOfOpenElements=!1}_attach(){ |
| /*ThouShaltNotCache*/ |
| super._attach(),this._isOnStackOfOpenElements||this._updateAStyleBlock()}_detach(){ |
| /*ThouShaltNotCache*/ |
| super._detach(),this._isOnStackOfOpenElements||this._updateAStyleBlock()}_childTextContentChangeSteps(){ |
| /*ThouShaltNotCache*/ |
| super._childTextContentChangeSteps(),this._isOnStackOfOpenElements||this._updateAStyleBlock()}_poppedOffStackOfOpenElements(){ |
| /*ThouShaltNotCache*/ |
| this._isOnStackOfOpenElements=!1,this._updateAStyleBlock()}_pushedOnStackOfOpenElements(){ |
| /*ThouShaltNotCache*/ |
| this._isOnStackOfOpenElements=!0}_updateAStyleBlock(){if( |
| /*ThouShaltNotCache*/ |
| this.sheet&&removeStylesheet(this.sheet,this),!this.isConnected||!this._ownerDocument._defaultView)return;const type=this.getAttributeNS(null,"type");if(null!==type&&""!==type&&!asciiCaseInsensitiveMatch(type,"text/css"))return;const content=childTextContent(this);createStylesheet(content,this,this._ownerDocument.baseURL())}}}},35949:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].MutationRecord.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'MutationRecord'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class MutationRecord{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of MutationRecord.");return esValue[implSymbol].type}get target(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get target' called on an object that is not a valid instance of MutationRecord.");return utils.getSameObject(this,"target",()=>utils.tryWrapperForImpl(esValue[implSymbol].target))}get addedNodes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get addedNodes' called on an object that is not a valid instance of MutationRecord.");return utils.getSameObject(this,"addedNodes",()=>utils.tryWrapperForImpl(esValue[implSymbol].addedNodes))}get removedNodes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get removedNodes' called on an object that is not a valid instance of MutationRecord.");return utils.getSameObject(this,"removedNodes",()=>utils.tryWrapperForImpl(esValue[implSymbol].removedNodes))}get previousSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get previousSibling' called on an object that is not a valid instance of MutationRecord.");return utils.tryWrapperForImpl(esValue[implSymbol].previousSibling)}get nextSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nextSibling' called on an object that is not a valid instance of MutationRecord.");return utils.tryWrapperForImpl(esValue[implSymbol].nextSibling)}get attributeName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get attributeName' called on an object that is not a valid instance of MutationRecord.");return esValue[implSymbol].attributeName}get attributeNamespace(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get attributeNamespace' called on an object that is not a valid instance of MutationRecord.");return esValue[implSymbol].attributeNamespace}get oldValue(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oldValue' called on an object that is not a valid instance of MutationRecord.");return esValue[implSymbol].oldValue}}Object.defineProperties(MutationRecord.prototype,{type:{enumerable:!0},target:{enumerable:!0},addedNodes:{enumerable:!0},removedNodes:{enumerable:!0},previousSibling:{enumerable:!0},nextSibling:{enumerable:!0},attributeName:{enumerable:!0},attributeNamespace:{enumerable:!0},oldValue:{enumerable:!0},[Symbol.toStringTag]:{value:"MutationRecord",configurable:!0}}),ctorRegistry.MutationRecord=MutationRecord,Object.defineProperty(globalObject,"MutationRecord",{configurable:!0,writable:!0,value:MutationRecord})};const Impl=__webpack_require__(54049)},36675:(__unused_webpack_module,exports)=>{"use strict";exports.HTML_NS="http://www.w3.org/1999/xhtml",exports.MATHML_NS="http://www.w3.org/1998/Math/MathML",exports.SVG_NS="http://www.w3.org/2000/svg",exports.XLINK_NS="http://www.w3.org/1999/xlink",exports.XML_NS="http://www.w3.org/XML/1998/namespace",exports.XMLNS_NS="http://www.w3.org/2000/xmlns/"},36681:module=>{"use strict";module.exports=Number.isNaN||function(a){ |
| /*ThouShaltNotCache*/ |
| return a!=a}},36798:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Node=__webpack_require__(13079),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DocumentType.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DocumentType'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Node._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DocumentType extends globalObject.Node{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}before(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'before' called on an object that is not a valid instance of DocumentType.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'before' on 'DocumentType': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].before(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}after(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'after' called on an object that is not a valid instance of DocumentType.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'after' on 'DocumentType': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].after(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}replaceWith(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceWith' called on an object that is not a valid instance of DocumentType.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'replaceWith' on 'DocumentType': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].replaceWith(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}remove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'remove' called on an object that is not a valid instance of DocumentType.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].remove()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of DocumentType.");return esValue[implSymbol].name}get publicId(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get publicId' called on an object that is not a valid instance of DocumentType.");return esValue[implSymbol].publicId}get systemId(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get systemId' called on an object that is not a valid instance of DocumentType.");return esValue[implSymbol].systemId}}Object.defineProperties(DocumentType.prototype,{before:{enumerable:!0},after:{enumerable:!0},replaceWith:{enumerable:!0},remove:{enumerable:!0},name:{enumerable:!0},publicId:{enumerable:!0},systemId:{enumerable:!0},[Symbol.toStringTag]:{value:"DocumentType",configurable:!0},[Symbol.unscopables]:{value:{before:!0,after:!0,replaceWith:!0,remove:!0,__proto__:null},configurable:!0}}),ctorRegistry.DocumentType=DocumentType,Object.defineProperty(globalObject,"DocumentType",{configurable:!0,writable:!0,value:DocumentType})};const Impl=__webpack_require__(55717)},36799:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSGroupingRule:__webpack_require__(45309).CSSGroupingRule,CSSConditionRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSGroupingRule.call(this),this.cssRules=[]}};CSSOM.CSSConditionRule.prototype=new CSSOM.CSSGroupingRule,CSSOM.CSSConditionRule.prototype.constructor=CSSOM.CSSConditionRule,CSSOM.CSSConditionRule.prototype.conditionText="",CSSOM.CSSConditionRule.prototype.cssText="",exports.CSSConditionRule=CSSOM.CSSConditionRule},36800:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const XMLHttpRequestEventTargetImpl=__webpack_require__(73542).implementation;exports.implementation=class extends XMLHttpRequestEventTargetImpl{}},36882:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(17092).Buffer;function Utf32Codec(codecOptions,iconv){ |
| /*ThouShaltNotCache*/ |
| this.iconv=iconv,this.bomAware=!0,this.isLE=codecOptions.isLE}function Utf32Encoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.isLE=codec.isLE,this.highSurrogate=0}function Utf32Decoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.isLE=codec.isLE,this.badChar=codec.iconv.defaultCharUnicode.charCodeAt(0),this.overflow=[]}function _writeCodepoint(dst,offset,codepoint,badChar){if( |
| /*ThouShaltNotCache*/ |
| (codepoint<0||codepoint>1114111)&&(codepoint=badChar),codepoint>=65536){var high=55296|(codepoint-=65536)>>10;dst[offset++]=255&high,dst[offset++]=high>>8;codepoint=56320|1023&codepoint}return dst[offset++]=255&codepoint,dst[offset++]=codepoint>>8,offset}function Utf32AutoCodec(options,iconv){ |
| /*ThouShaltNotCache*/ |
| this.iconv=iconv}function Utf32AutoEncoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| void 0===(options=options||{}).addBOM&&(options.addBOM=!0),this.encoder=codec.iconv.getEncoder(options.defaultEncoding||"utf-32le",options)}function Utf32AutoDecoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.decoder=null,this.initialBufs=[],this.initialBufsLen=0,this.options=options||{},this.iconv=codec.iconv}function detectEncoding(bufs,defaultEncoding){ |
| /*ThouShaltNotCache*/ |
| var b=[],charsProcessed=0,invalidLE=0,invalidBE=0,bmpCharsLE=0,bmpCharsBE=0;outer_loop:for(var i=0;i<bufs.length;i++)for(var buf=bufs[i],j=0;j<buf.length;j++)if(b.push(buf[j]),4===b.length){if(0===charsProcessed){if(255===b[0]&&254===b[1]&&0===b[2]&&0===b[3])return"utf-32le";if(0===b[0]&&0===b[1]&&254===b[2]&&255===b[3])return"utf-32be"}if((0!==b[0]||b[1]>16)&&invalidBE++,(0!==b[3]||b[2]>16)&&invalidLE++,0!==b[0]||0!==b[1]||0===b[2]&&0===b[3]||bmpCharsBE++,0===b[0]&&0===b[1]||0!==b[2]||0!==b[3]||bmpCharsLE++,b.length=0,++charsProcessed>=100)break outer_loop}return bmpCharsBE-invalidBE>bmpCharsLE-invalidLE?"utf-32be":bmpCharsBE-invalidBE<bmpCharsLE-invalidLE?"utf-32le":defaultEncoding||"utf-32le"}exports._utf32=Utf32Codec,exports.utf32le={type:"_utf32",isLE:!0},exports.utf32be={type:"_utf32",isLE:!1},exports.ucs4le="utf32le",exports.ucs4be="utf32be",Utf32Codec.prototype.encoder=Utf32Encoder,Utf32Codec.prototype.decoder=Utf32Decoder,Utf32Encoder.prototype.write=function(str){for( |
| /*ThouShaltNotCache*/ |
| var src=Buffer.from(str,"ucs2"),dst=Buffer.alloc(2*src.length),write32=this.isLE?dst.writeUInt32LE:dst.writeUInt32BE,offset=0,i=0;i<src.length;i+=2){var code=src.readUInt16LE(i),isHighSurrogate=55296<=code&&code<56320,isLowSurrogate=56320<=code&&code<57344;if(this.highSurrogate){if(!isHighSurrogate&&isLowSurrogate){var codepoint=65536+(this.highSurrogate-55296<<10|code-56320);write32.call(dst,codepoint,offset),offset+=4,this.highSurrogate=0;continue}write32.call(dst,this.highSurrogate,offset),offset+=4}isHighSurrogate?this.highSurrogate=code:(write32.call(dst,code,offset),offset+=4,this.highSurrogate=0)}return offset<dst.length&&(dst=dst.slice(0,offset)),dst},Utf32Encoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| if(this.highSurrogate){var buf=Buffer.alloc(4);return this.isLE?buf.writeUInt32LE(this.highSurrogate,0):buf.writeUInt32BE(this.highSurrogate,0),this.highSurrogate=0,buf}},Utf32Decoder.prototype.write=function(src){ |
| /*ThouShaltNotCache*/ |
| if(0===src.length)return"";var i=0,codepoint=0,dst=Buffer.alloc(src.length+4),offset=0,isLE=this.isLE,overflow=this.overflow,badChar=this.badChar;if(overflow.length>0){for(;i<src.length&&overflow.length<4;i++)overflow.push(src[i]);4===overflow.length&&(codepoint=isLE?overflow[i]|overflow[i+1]<<8|overflow[i+2]<<16|overflow[i+3]<<24:overflow[i+3]|overflow[i+2]<<8|overflow[i+1]<<16|overflow[i]<<24,overflow.length=0,offset=_writeCodepoint(dst,offset,codepoint,badChar))}for(;i<src.length-3;i+=4)offset=_writeCodepoint(dst,offset,codepoint=isLE?src[i]|src[i+1]<<8|src[i+2]<<16|src[i+3]<<24:src[i+3]|src[i+2]<<8|src[i+1]<<16|src[i]<<24,badChar);for(;i<src.length;i++)overflow.push(src[i]);return dst.slice(0,offset).toString("ucs2")},Utf32Decoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| this.overflow.length=0},exports.utf32=Utf32AutoCodec,exports.ucs4="utf32",Utf32AutoCodec.prototype.encoder=Utf32AutoEncoder,Utf32AutoCodec.prototype.decoder=Utf32AutoDecoder,Utf32AutoEncoder.prototype.write=function(str){ |
| /*ThouShaltNotCache*/ |
| return this.encoder.write(str)},Utf32AutoEncoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| return this.encoder.end()},Utf32AutoDecoder.prototype.write=function(buf){ |
| /*ThouShaltNotCache*/ |
| if(!this.decoder){if(this.initialBufs.push(buf),this.initialBufsLen+=buf.length,this.initialBufsLen<32)return"";var encoding=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(encoding,this.options);for(var resStr="",i=0;i<this.initialBufs.length;i++)resStr+=this.decoder.write(this.initialBufs[i]);return this.initialBufs.length=this.initialBufsLen=0,resStr}return this.decoder.write(buf)},Utf32AutoDecoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| if(!this.decoder){var encoding=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(encoding,this.options);for(var resStr="",i=0;i<this.initialBufs.length;i++)resStr+=this.decoder.write(this.initialBufs[i]);var trail=this.decoder.end();return trail&&(resStr+=trail),this.initialBufs.length=this.initialBufsLen=0,resStr}return this.decoder.end()}},36889:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLImageElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLImageElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLImageElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLImageElement",new.target)}get alt(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get alt' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("alt");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set alt(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set alt' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.DOMString(V,{context:"Failed to set the 'alt' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("alt",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get srcset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get srcset' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("srcset");return null===value?"":conversions.USVString(value)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set srcset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set srcset' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.USVString(V,{context:"Failed to set the 'srcset' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("srcset",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get sizes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get sizes' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("sizes");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set sizes(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set sizes' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.DOMString(V,{context:"Failed to set the 'sizes' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("sizes",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get crossOrigin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get crossOrigin' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("crossorigin")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set crossOrigin(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set crossOrigin' called on an object that is not a valid instance of HTMLImageElement.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'crossOrigin' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("crossorigin"):esValue[implSymbol]._reflectSetTheContentAttribute("crossorigin",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get useMap(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get useMap' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("usemap");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set useMap(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set useMap' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.DOMString(V,{context:"Failed to set the 'useMap' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("usemap",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get isMap(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get isMap' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("ismap")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set isMap(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set isMap' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.boolean(V,{context:"Failed to set the 'isMap' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("ismap",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("ismap")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].width}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLImageElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'width' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].width=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].height}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of HTMLImageElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'height' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].height=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get naturalWidth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get naturalWidth' called on an object that is not a valid instance of HTMLImageElement.");return esValue[implSymbol].naturalWidth}get naturalHeight(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get naturalHeight' called on an object that is not a valid instance of HTMLImageElement.");return esValue[implSymbol].naturalHeight}get complete(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get complete' called on an object that is not a valid instance of HTMLImageElement.");return esValue[implSymbol].complete}get currentSrc(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get currentSrc' called on an object that is not a valid instance of HTMLImageElement.");return esValue[implSymbol].currentSrc}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get lowsrc(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lowsrc' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("lowsrc");if(null===value)return"";if(this._lowsrcURLCacheKey===value)return this._lowsrcURLCache;this._lowsrcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._lowsrcURLCache=serializeURLwhatwg_url(urlRecord),this._lowsrcURLCache):(this._lowsrcURLCache=conversions.USVString(value),this._lowsrcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set lowsrc(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set lowsrc' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.USVString(V,{context:"Failed to set the 'lowsrc' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("lowsrc",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hspace(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hspace' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("hspace");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hspace(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hspace' called on an object that is not a valid instance of HTMLImageElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'hspace' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("hspace",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get vspace(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vspace' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("vspace");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set vspace(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set vspace' called on an object that is not a valid instance of HTMLImageElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'vspace' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("vspace",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get longDesc(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get longDesc' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("longdesc");if(null===value)return"";if(this._longdescURLCacheKey===value)return this._longdescURLCache;this._longdescURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._longdescURLCache=serializeURLwhatwg_url(urlRecord),this._longdescURLCache):(this._longdescURLCache=conversions.USVString(value),this._longdescURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set longDesc(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set longDesc' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.USVString(V,{context:"Failed to set the 'longDesc' property on 'HTMLImageElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("longdesc",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get border(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get border' called on an object that is not a valid instance of HTMLImageElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("border");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set border(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set border' called on an object that is not a valid instance of HTMLImageElement.");V=conversions.DOMString(V,{context:"Failed to set the 'border' property on 'HTMLImageElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("border",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLImageElement.prototype,{alt:{enumerable:!0},src:{enumerable:!0},srcset:{enumerable:!0},sizes:{enumerable:!0},crossOrigin:{enumerable:!0},useMap:{enumerable:!0},isMap:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},naturalWidth:{enumerable:!0},naturalHeight:{enumerable:!0},complete:{enumerable:!0},currentSrc:{enumerable:!0},name:{enumerable:!0},lowsrc:{enumerable:!0},align:{enumerable:!0},hspace:{enumerable:!0},vspace:{enumerable:!0},longDesc:{enumerable:!0},border:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLImageElement",configurable:!0}}),ctorRegistry.HTMLImageElement=HTMLImageElement,Object.defineProperty(globalObject,"HTMLImageElement",{configurable:!0,writable:!0,value:HTMLImageElement})};const Impl=__webpack_require__(99324)},37298:(__unused_webpack_module,exports)=>{"use strict";exports.D=class{get appCodeName(){ |
| /*ThouShaltNotCache*/ |
| return"Mozilla"}get appName(){ |
| /*ThouShaltNotCache*/ |
| return"Netscape"}get appVersion(){ |
| /*ThouShaltNotCache*/ |
| return"4.0"}get platform(){ |
| /*ThouShaltNotCache*/ |
| return""}get product(){ |
| /*ThouShaltNotCache*/ |
| return"Gecko"}get productSub(){ |
| /*ThouShaltNotCache*/ |
| return"20030107"}get vendor(){ |
| /*ThouShaltNotCache*/ |
| return"Apple Computer, Inc."}get vendorSub(){ |
| /*ThouShaltNotCache*/ |
| return""}}},37369:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const parse5=__webpack_require__(35606),{createElement}=__webpack_require__(91662),{HTML_NS}=__webpack_require__(36675),DocumentType=__webpack_require__(36798),DocumentFragment=__webpack_require__(414),Text=__webpack_require__(27560),Comment=__webpack_require__(7066),attributes=__webpack_require__(91828),nodeTypes=__webpack_require__(53010),serializationAdapter=__webpack_require__(71661),{customElementReactionsStack,invokeCEReactions,lookupCEDefinition}=__webpack_require__(91984);class JSDOMParse5Adapter{constructor(documentImpl,options={}){ |
| /*ThouShaltNotCache*/ |
| this._documentImpl=documentImpl,this._globalObject=documentImpl._globalObject,this._fragment=options.fragment||!1,this._currentElement=void 0}_ownerDocument(){ |
| /*ThouShaltNotCache*/ |
| const{_currentElement}=this;return _currentElement?"template"===_currentElement.localName&&_currentElement.namespaceURI===HTML_NS?_currentElement.content._ownerDocument:_currentElement._ownerDocument:this._documentImpl}createDocument(){ |
| /*ThouShaltNotCache*/ |
| return this._documentImpl}createDocumentFragment(){ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=this._ownerDocument();return DocumentFragment.createImpl(this._globalObject,[],{ownerDocument})}createElement(localName,namespace,attrs){ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=this._ownerDocument(),isAttribute=attrs.find(attr=>"is"===attr.name),isValue=isAttribute?isAttribute.value:null;let willExecuteScript=!1;null===lookupCEDefinition(ownerDocument,namespace,localName)||this._fragment||(willExecuteScript=!0),willExecuteScript&&(ownerDocument._throwOnDynamicMarkupInsertionCounter++,customElementReactionsStack.push([]));const element=createElement(ownerDocument,localName,namespace,null,isValue,willExecuteScript);if(this.adoptAttributes(element,attrs),willExecuteScript){const queue=customElementReactionsStack.pop();invokeCEReactions(queue),ownerDocument._throwOnDynamicMarkupInsertionCounter--}return"_parserInserted"in element&&(element._parserInserted=!0),element}createCommentNode(data){ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=this._ownerDocument();return Comment.createImpl(this._globalObject,[],{data,ownerDocument})}appendChild(parentNode,newNode){ |
| /*ThouShaltNotCache*/ |
| parentNode._append(newNode)}insertBefore(parentNode,newNode,referenceNode){ |
| /*ThouShaltNotCache*/ |
| parentNode._insert(newNode,referenceNode)}setTemplateContent(templateElement,contentFragment){ |
| /*ThouShaltNotCache*/ |
| const{_ownerDocument,_host}=templateElement._templateContents;contentFragment._ownerDocument=_ownerDocument,contentFragment._host=_host,templateElement._templateContents=contentFragment}setDocumentType(document,name,publicId,systemId){ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=this._ownerDocument(),documentType=DocumentType.createImpl(this._globalObject,[],{name,publicId,systemId,ownerDocument});document._append(documentType)}setDocumentMode(document,mode){ |
| /*ThouShaltNotCache*/ |
| document._mode=mode}detachNode(node){ |
| /*ThouShaltNotCache*/ |
| node.remove()}insertText(parentNode,text){ |
| /*ThouShaltNotCache*/ |
| const{lastChild}=parentNode;if(lastChild&&lastChild.nodeType===nodeTypes.TEXT_NODE)lastChild.data+=text;else{const ownerDocument=this._ownerDocument(),textNode=Text.createImpl(this._globalObject,[],{data:text,ownerDocument});parentNode._append(textNode)}}insertTextBefore(parentNode,text,referenceNode){ |
| /*ThouShaltNotCache*/ |
| const{previousSibling}=referenceNode;if(previousSibling&&previousSibling.nodeType===nodeTypes.TEXT_NODE)previousSibling.data+=text;else{const ownerDocument=this._ownerDocument(),textNode=Text.createImpl(this._globalObject,[],{data:text,ownerDocument});parentNode._append(textNode,referenceNode)}}adoptAttributes(element,attrs){ |
| /*ThouShaltNotCache*/ |
| for(const attr of attrs){const prefix=""===attr.prefix?null:attr.prefix;attributes.setAttributeValue(element,attr.name,attr.value,prefix,attr.namespace)}}onItemPush(after){ |
| /*ThouShaltNotCache*/ |
| this._currentElement=after,after._pushedOnStackOfOpenElements?.()}onItemPop(before,newTop){ |
| /*ThouShaltNotCache*/ |
| this._currentElement=newTop,before._poppedOffStackOfOpenElements?.()}}Object.assign(JSDOMParse5Adapter.prototype,serializationAdapter),module.exports={parseFragment:function(markup,contextElement){ |
| /*ThouShaltNotCache*/ |
| const ownerDocument="template"===contextElement.localName&&contextElement.namespaceURI===HTML_NS?contextElement.content._ownerDocument:contextElement._ownerDocument,config={...ownerDocument._parseOptions,sourceCodeLocationInfo:!1,treeAdapter:new JSDOMParse5Adapter(ownerDocument,{fragment:!0})};return parse5.parseFragment(contextElement,markup,config)},parseIntoDocument:function(markup,ownerDocument){ |
| /*ThouShaltNotCache*/ |
| const config={...ownerDocument._parseOptions,treeAdapter:new JSDOMParse5Adapter(ownerDocument)};return parse5.parse(markup,config)}}},37397:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.CHAR="\t\n\r -\ud7ff\ue000-\ufffd\ud800\udc00-\udbff\udfff",exports.S=" \t\r\n",exports.NAME_START_CHAR=":A-Z_a-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd\ud800\udc00-\udb7f\udfff",exports.NAME_CHAR="-"+exports.NAME_START_CHAR+".0-9\u00b7\u0300-\u036f\u203f-\u2040",exports.CHAR_RE=new RegExp("^["+exports.CHAR+"]$","u"),exports.S_RE=new RegExp("^["+exports.S+"]+$","u"),exports.NAME_START_CHAR_RE=new RegExp("^["+exports.NAME_START_CHAR+"]$","u"),exports.NAME_CHAR_RE=new RegExp("^["+exports.NAME_CHAR+"]$","u"),exports.NAME_RE=new RegExp("^["+exports.NAME_START_CHAR+"]["+exports.NAME_CHAR+"]*$","u"),exports.NMTOKEN_RE=new RegExp("^["+exports.NAME_CHAR+"]+$","u");function isNameStartChar(c){ |
| /*ThouShaltNotCache*/ |
| return c>=65&&c<=90||c>=97&&c<=122||58===c||95===c||8204===c||8205===c||c>=192&&c<=214||c>=216&&c<=246||c>=248&&c<=767||c>=880&&c<=893||c>=895&&c<=8191||c>=8304&&c<=8591||c>=11264&&c<=12271||c>=12289&&c<=55295||c>=63744&&c<=64975||c>=65008&&c<=65533||c>=65536&&c<=983039}exports.S_LIST=[32,10,13,9],exports.isChar=function(c){ |
| /*ThouShaltNotCache*/ |
| return c>=32&&c<=55295||10===c||13===c||9===c||c>=57344&&c<=65533||c>=65536&&c<=1114111},exports.isS=function(c){ |
| /*ThouShaltNotCache*/ |
| return 32===c||10===c||13===c||9===c},exports.isNameStartChar=isNameStartChar,exports.isNameChar=function(c){ |
| /*ThouShaltNotCache*/ |
| return isNameStartChar(c)||c>=48&&c<=57||45===c||46===c||183===c||c>=768&&c<=879||c>=8255&&c<=8256}},37542:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const NODE_TYPE=__webpack_require__(53010),{nodeRoot}=__webpack_require__(95995),{retarget}=__webpack_require__(54394);module.exports={implementation:class{get activeElement(){ |
| /*ThouShaltNotCache*/ |
| let candidate=this._ownerDocument._lastFocusedElement||this._ownerDocument.body;return candidate?(candidate=retarget(candidate,this),nodeRoot(candidate)!==this?null:candidate.nodeType!==NODE_TYPE.DOCUMENT_NODE?candidate:null!==candidate.body?candidate.body:candidate.documentElement):null}}}},37548:module=>{"use strict";module.exports=Math.round},37666:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,SubmitEventInit=__webpack_require__(48665);class SubmitEventImpl extends EventImpl{}SubmitEventImpl.defaultInit=SubmitEventInit.convert(void 0,void 0),module.exports={implementation:SubmitEventImpl}},37729:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";module.exports={shiftjis:{type:"_dbcs",table:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(40679)},encodeAdd:{"\u00a5":92,"\u203e":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(56406)},encodeAdd:{"\u00a5":92,"\u203e":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(74488)}},gbk:{type:"_dbcs",table:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(74488).concat(__webpack_require__(55914))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(74488).concat(__webpack_require__(55914))},gb18030:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(99129)},encodeSkipVals:[128],encodeAdd:{"\u20ac":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(21166)}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(72324)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){ |
| /*ThouShaltNotCache*/ |
| return __webpack_require__(72324).concat(__webpack_require__(43267))},encodeSkipVals:[36457,36463,36478,36523,36532,36557,36560,36695,36713,36718,36811,36862,36973,36986,37060,37084,37105,37311,37551,37552,37553,37554,37585,37959,38090,38361,38652,39285,39798,39800,39803,39878,39902,39916,39926,40002,40019,40034,40040,40043,40055,40124,40125,40144,40279,40282,40388,40431,40443,40617,40687,40701,40800,40907,41079,41180,41183,36812,37576,38468,38637,41636,41637,41639,41638,41676,41678]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},38103:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),InputEventInit=__webpack_require__(74301),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,UIEvent=__webpack_require__(88365);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].InputEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'InputEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| UIEvent._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class InputEvent extends globalObject.UIEvent{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'InputEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'InputEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=InputEventInit.convert(globalObject,curArg,{context:"Failed to construct 'InputEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get data(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get data' called on an object that is not a valid instance of InputEvent.");return esValue[implSymbol].data}get isComposing(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get isComposing' called on an object that is not a valid instance of InputEvent.");return esValue[implSymbol].isComposing}get inputType(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get inputType' called on an object that is not a valid instance of InputEvent.");return esValue[implSymbol].inputType}}Object.defineProperties(InputEvent.prototype,{data:{enumerable:!0},isComposing:{enumerable:!0},inputType:{enumerable:!0},[Symbol.toStringTag]:{value:"InputEvent",configurable:!0}}),ctorRegistry.InputEvent=InputEvent,Object.defineProperty(globalObject,"InputEvent",{configurable:!0,writable:!0,value:InputEvent})};const Impl=__webpack_require__(24494)},38159:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},38299:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $Object=__webpack_require__(89142),$Error=__webpack_require__(10157),$EvalError=__webpack_require__(15),$RangeError=__webpack_require__(22104),$ReferenceError=__webpack_require__(96076),$SyntaxError=__webpack_require__(91226),$TypeError=__webpack_require__(1953),$URIError=__webpack_require__(17047),abs=__webpack_require__(84940),floor=__webpack_require__(64218),max=__webpack_require__(99406),min=__webpack_require__(68624),pow=__webpack_require__(56114),round=__webpack_require__(37548),sign=__webpack_require__(89063),$Function=Function,getEvalledConstructor=function(expressionSyntax){ |
| /*ThouShaltNotCache*/ |
| try{return $Function('"use strict"; return ('+expressionSyntax+").constructor;")()}catch(e){}},$gOPD=__webpack_require__(43581),$defineProperty=__webpack_require__(65049),throwTypeError=function(){ |
| /*ThouShaltNotCache*/ |
| throw new $TypeError},ThrowTypeError=$gOPD?function(){ |
| /*ThouShaltNotCache*/ |
| try{return throwTypeError}catch(calleeThrows){try{return $gOPD(arguments,"callee").get}catch(gOPDthrows){return throwTypeError}}}():throwTypeError,hasSymbols=__webpack_require__(60377)(),getProto=__webpack_require__(45586),$ObjectGPO=__webpack_require__(89302),$ReflectGPO=__webpack_require__(81622),$apply=__webpack_require__(57052),$call=__webpack_require__(35118),needsEval={},TypedArray="undefined"!=typeof Uint8Array&&getProto?getProto(Uint8Array):undefined,INTRINSICS={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?undefined:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?undefined:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols&&getProto?getProto([][Symbol.iterator]()):undefined,"%AsyncFromSyncIteratorPrototype%":undefined,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":"undefined"==typeof Atomics?undefined:Atomics,"%BigInt%":"undefined"==typeof BigInt?undefined:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?undefined:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?undefined:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?undefined:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":$Error,"%eval%":eval,"%EvalError%":$EvalError,"%Float16Array%":"undefined"==typeof Float16Array?undefined:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?undefined:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?undefined:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?undefined:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":"undefined"==typeof Int8Array?undefined:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?undefined:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?undefined:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols&&getProto?getProto(getProto([][Symbol.iterator]())):undefined,"%JSON%":"object"==typeof JSON?JSON:undefined,"%Map%":"undefined"==typeof Map?undefined:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&hasSymbols&&getProto?getProto((new Map)[Symbol.iterator]()):undefined,"%Math%":Math,"%Number%":Number,"%Object%":$Object,"%Object.getOwnPropertyDescriptor%":$gOPD,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?undefined:Promise,"%Proxy%":"undefined"==typeof Proxy?undefined:Proxy,"%RangeError%":$RangeError,"%ReferenceError%":$ReferenceError,"%Reflect%":"undefined"==typeof Reflect?undefined:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?undefined:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&hasSymbols&&getProto?getProto((new Set)[Symbol.iterator]()):undefined,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?undefined:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols&&getProto?getProto(""[Symbol.iterator]()):undefined,"%Symbol%":hasSymbols?Symbol:undefined,"%SyntaxError%":$SyntaxError,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError,"%Uint8Array%":"undefined"==typeof Uint8Array?undefined:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?undefined:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?undefined:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?undefined:Uint32Array,"%URIError%":$URIError,"%WeakMap%":"undefined"==typeof WeakMap?undefined:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?undefined:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?undefined:WeakSet,"%Function.prototype.call%":$call,"%Function.prototype.apply%":$apply,"%Object.defineProperty%":$defineProperty,"%Object.getPrototypeOf%":$ObjectGPO,"%Math.abs%":abs,"%Math.floor%":floor,"%Math.max%":max,"%Math.min%":min,"%Math.pow%":pow,"%Math.round%":round,"%Math.sign%":sign,"%Reflect.getPrototypeOf%":$ReflectGPO};if(getProto)try{null.error}catch(e){var errorProto=getProto(getProto(e));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function doEval(name){ |
| /*ThouShaltNotCache*/ |
| var value;if("%AsyncFunction%"===name)value=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===name)value=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===name)value=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===name){var fn=doEval("%AsyncGeneratorFunction%");fn&&(value=fn.prototype)}else if("%AsyncIteratorPrototype%"===name){var gen=doEval("%AsyncGenerator%");gen&&getProto&&(value=getProto(gen.prototype))}return INTRINSICS[name]=value,value},LEGACY_ALIASES={__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"]},bind=__webpack_require__(15465),hasOwn=__webpack_require__(40863),$concat=bind.call($call,Array.prototype.concat),$spliceApply=bind.call($apply,Array.prototype.splice),$replace=bind.call($call,String.prototype.replace),$strSlice=bind.call($call,String.prototype.slice),$exec=bind.call($call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,getBaseIntrinsic=function(name,allowMissing){ |
| /*ThouShaltNotCache*/ |
| var alias,intrinsicName=name;if(hasOwn(LEGACY_ALIASES,intrinsicName)&&(intrinsicName="%"+(alias=LEGACY_ALIASES[intrinsicName])[0]+"%"),hasOwn(INTRINSICS,intrinsicName)){var value=INTRINSICS[intrinsicName];if(value===needsEval&&(value=doEval(intrinsicName)),void 0===value&&!allowMissing)throw new $TypeError("intrinsic "+name+" exists, but is not available. Please file an issue!");return{alias,name:intrinsicName,value}}throw new $SyntaxError("intrinsic "+name+" does not exist!")};module.exports=function(name,allowMissing){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof name||0===name.length)throw new $TypeError("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof allowMissing)throw new $TypeError('"allowMissing" argument must be a boolean');if(null===$exec(/^%?[^%]*%?$/,name))throw new $SyntaxError("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var parts=function(string){ |
| /*ThouShaltNotCache*/ |
| var first=$strSlice(string,0,1),last=$strSlice(string,-1);if("%"===first&&"%"!==last)throw new $SyntaxError("invalid intrinsic syntax, expected closing `%`");if("%"===last&&"%"!==first)throw new $SyntaxError("invalid intrinsic syntax, expected opening `%`");var result=[];return $replace(string,rePropName,function(match,number,quote,subString){ |
| /*ThouShaltNotCache*/ |
| result[result.length]=quote?$replace(subString,reEscapeChar,"$1"):number||match}),result}(name),intrinsicBaseName=parts.length>0?parts[0]:"",intrinsic=getBaseIntrinsic("%"+intrinsicBaseName+"%",allowMissing),intrinsicRealName=intrinsic.name,value=intrinsic.value,skipFurtherCaching=!1,alias=intrinsic.alias;alias&&(intrinsicBaseName=alias[0],$spliceApply(parts,$concat([0,1],alias)));for(var i=1,isOwn=!0;i<parts.length;i+=1){var part=parts[i],first=$strSlice(part,0,1),last=$strSlice(part,-1);if(('"'===first||"'"===first||"`"===first||'"'===last||"'"===last||"`"===last)&&first!==last)throw new $SyntaxError("property names with quotes must have matching quotes");if("constructor"!==part&&isOwn||(skipFurtherCaching=!0),hasOwn(INTRINSICS,intrinsicRealName="%"+(intrinsicBaseName+="."+part)+"%"))value=INTRINSICS[intrinsicRealName];else if(null!=value){if(!(part in value)){if(!allowMissing)throw new $TypeError("base intrinsic for "+name+" exists, but the property is not available.");return}if($gOPD&&i+1>=parts.length){var desc=$gOPD(value,part);value=(isOwn=!!desc)&&"get"in desc&&!("originalValue"in desc.get)?desc.get:value[part]}else isOwn=hasOwn(value,part),value=value[part];isOwn&&!skipFurtherCaching&&(INTRINSICS[intrinsicRealName]=value)}}return value}},38357:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),HTMLElementImpl=__webpack_require__(52723).implementation,{HTML_NS}=__webpack_require__(36675),{domSymbolTree}=__webpack_require__(35442),{firstChildWithLocalName,childrenByLocalName}=__webpack_require__(49397),HTMLCollection=__webpack_require__(16606),NODE_TYPE=__webpack_require__(53010);module.exports={implementation:class extends HTMLElementImpl{get caption(){ |
| /*ThouShaltNotCache*/ |
| return firstChildWithLocalName(this,"caption")}set caption(value){ |
| /*ThouShaltNotCache*/ |
| const currentCaption=this.caption;if(null!==currentCaption&&this.removeChild(currentCaption),null!==value){const insertionPoint=this.firstChild;this.insertBefore(value,insertionPoint)}}get tHead(){ |
| /*ThouShaltNotCache*/ |
| return firstChildWithLocalName(this,"thead")}set tHead(value){ |
| /*ThouShaltNotCache*/ |
| if(null!==value&&"thead"!==value._localName)throw DOMException.create(this._globalObject,["Cannot set a non-thead element as a table header","HierarchyRequestError"]);const currentHead=this.tHead;if(null!==currentHead&&this.removeChild(currentHead),null!==value){const insertionPoint=function(table){ |
| /*ThouShaltNotCache*/ |
| const iterator=domSymbolTree.childrenIterator(table);for(const child of iterator)if(child.nodeType===NODE_TYPE.ELEMENT_NODE&&(child._namespaceURI!==HTML_NS||"caption"!==child._localName&&"colgroup"!==child._localName))return child;return null}(this);this.insertBefore(value,insertionPoint)}}get tFoot(){ |
| /*ThouShaltNotCache*/ |
| return firstChildWithLocalName(this,"tfoot")}set tFoot(value){ |
| /*ThouShaltNotCache*/ |
| if(null!==value&&"tfoot"!==value._localName)throw DOMException.create(this._globalObject,["Cannot set a non-tfoot element as a table footer","HierarchyRequestError"]);const currentFoot=this.tFoot;null!==currentFoot&&this.removeChild(currentFoot),null!==value&&this.appendChild(value)}get rows(){ |
| /*ThouShaltNotCache*/ |
| return this._rows||(this._rows=HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>{ |
| /*ThouShaltNotCache*/ |
| const headerRows=[],bodyRows=[],footerRows=[],iterator=domSymbolTree.childrenIterator(this);for(const child of iterator)child.nodeType===NODE_TYPE.ELEMENT_NODE&&child._namespaceURI===HTML_NS&&("thead"===child._localName?headerRows.push(...childrenByLocalName(child,"tr")):"tbody"===child._localName?bodyRows.push(...childrenByLocalName(child,"tr")):"tfoot"===child._localName?footerRows.push(...childrenByLocalName(child,"tr")):"tr"===child._localName&&bodyRows.push(child));return[...headerRows,...bodyRows,...footerRows]}})),this._rows}get tBodies(){ |
| /*ThouShaltNotCache*/ |
| return this._tBodies||(this._tBodies=HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>childrenByLocalName(this,"tbody")})),this._tBodies}createTBody(){ |
| /*ThouShaltNotCache*/ |
| const el=this._ownerDocument.createElement("TBODY"),tbodies=childrenByLocalName(this,"tbody"),insertionPoint=tbodies[tbodies.length-1];return insertionPoint?this.insertBefore(el,insertionPoint.nextSibling):this.appendChild(el),el}createTHead(){ |
| /*ThouShaltNotCache*/ |
| let el=this.tHead;return el||(el=this.tHead=this._ownerDocument.createElement("THEAD")),el}deleteTHead(){ |
| /*ThouShaltNotCache*/ |
| this.tHead=null}createTFoot(){ |
| /*ThouShaltNotCache*/ |
| let el=this.tFoot;return el||(el=this.tFoot=this._ownerDocument.createElement("TFOOT")),el}deleteTFoot(){ |
| /*ThouShaltNotCache*/ |
| this.tFoot=null}createCaption(){ |
| /*ThouShaltNotCache*/ |
| let el=this.caption;return el||(el=this.caption=this._ownerDocument.createElement("CAPTION")),el}deleteCaption(){ |
| /*ThouShaltNotCache*/ |
| const c=this.caption;c&&c.parentNode.removeChild(c)}insertRow(index){ |
| /*ThouShaltNotCache*/ |
| if(index<-1||index>this.rows.length)throw DOMException.create(this._globalObject,["Cannot insert a row at an index that is less than -1 or greater than the number of existing rows","IndexSizeError"]);const tr=this._ownerDocument.createElement("tr");if(0===this.rows.length&&0===this.tBodies.length){const tBody=this._ownerDocument.createElement("tbody");tBody.appendChild(tr),this.appendChild(tBody)}else if(0===this.rows.length){this.tBodies.item(this.tBodies.length-1).appendChild(tr)}else if(-1===index||index===this.rows.length){this.rows.item(this.rows.length-1).parentNode.appendChild(tr)}else{const beforeTR=this.rows.item(index);beforeTR.parentNode.insertBefore(tr,beforeTR)}return tr}deleteRow(index){ |
| /*ThouShaltNotCache*/ |
| const rowLength=this.rows.length;if(index<-1||index>=rowLength)throw DOMException.create(this._globalObject,[`Cannot delete a row at index ${index}, where no row exists`,"IndexSizeError"]);if(-1===index){if(0===rowLength)return;index=rowLength-1}const tr=this.rows.item(index);tr.parentNode.removeChild(tr)}}}},38881:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSGroupingRule:__webpack_require__(45309).CSSGroupingRule,CSSConditionRule:__webpack_require__(36799).CSSConditionRule,CSSContainerRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSConditionRule.call(this)}};CSSOM.CSSContainerRule.prototype=new CSSOM.CSSConditionRule,CSSOM.CSSContainerRule.prototype.constructor=CSSOM.CSSContainerRule,CSSOM.CSSContainerRule.prototype.type=17,Object.defineProperties(CSSOM.CSSContainerRule.prototype,{conditionText:{get:function(){ |
| /*ThouShaltNotCache*/ |
| return this.containerText},set:function(value){ |
| /*ThouShaltNotCache*/ |
| this.containerText=value},configurable:!0,enumerable:!0},cssText:{get:function(){for( |
| /*ThouShaltNotCache*/ |
| var cssTexts=[],i=0,length=this.cssRules.length;i<length;i++)cssTexts.push(this.cssRules[i].cssText);return"@container "+this.containerText+" {"+cssTexts.join("")+"}"},configurable:!0,enumerable:!0}}),exports.CSSContainerRule=CSSOM.CSSContainerRule},38950:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var hasProtoAccessor,callBind=__webpack_require__(69472),gOPD=__webpack_require__(43581);try{hasProtoAccessor=[].__proto__===Array.prototype}catch(e){if(!e||"object"!=typeof e||!("code"in e)||"ERR_PROTO_ACCESS"!==e.code)throw e}var desc=!!hasProtoAccessor&&gOPD&&gOPD(Object.prototype,"__proto__"),$Object=Object,$getPrototypeOf=$Object.getPrototypeOf;module.exports=desc&&"function"==typeof desc.get?callBind([desc.get]):"function"==typeof $getPrototypeOf&&function(value){ |
| /*ThouShaltNotCache*/ |
| return $getPrototypeOf(null==value?value:$Object(value))}},38989:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const usm=__webpack_require__(44658),urlencoded=__webpack_require__(72750),URLSearchParams=__webpack_require__(90536);exports.implementation=class URLImpl{constructor(globalObject,[url,base]){ |
| /*ThouShaltNotCache*/ |
| let parsedBase=null;if(void 0!==base&&(parsedBase=usm.basicURLParse(base),null===parsedBase))throw new TypeError(`Invalid base URL: ${base}`);const parsedURL=usm.basicURLParse(url,{baseURL:parsedBase});if(null===parsedURL)throw new TypeError(`Invalid URL: ${url}`);const query=null!==parsedURL.query?parsedURL.query:"";this._url=parsedURL,this._query=URLSearchParams.createImpl(globalObject,[query],{doNotStripQMark:!0}),this._query._url=this}static parse(globalObject,input,base){ |
| /*ThouShaltNotCache*/ |
| try{return new URLImpl(globalObject,[input,base])}catch{return null}}static canParse(url,base){ |
| /*ThouShaltNotCache*/ |
| let parsedBase=null;if(void 0!==base&&(parsedBase=usm.basicURLParse(base),null===parsedBase))return!1;return null!==usm.basicURLParse(url,{baseURL:parsedBase})}get href(){ |
| /*ThouShaltNotCache*/ |
| return usm.serializeURL(this._url)}set href(v){ |
| /*ThouShaltNotCache*/ |
| const parsedURL=usm.basicURLParse(v);if(null===parsedURL)throw new TypeError(`Invalid URL: ${v}`);this._url=parsedURL,this._query._list.splice(0);const{query}=parsedURL;null!==query&&(this._query._list=urlencoded.parseUrlencodedString(query))}get origin(){ |
| /*ThouShaltNotCache*/ |
| return usm.serializeURLOrigin(this._url)}get protocol(){ |
| /*ThouShaltNotCache*/ |
| return`${this._url.scheme}:`}set protocol(v){ |
| /*ThouShaltNotCache*/ |
| usm.basicURLParse(`${v}:`,{url:this._url,stateOverride:"scheme start"})}get username(){ |
| /*ThouShaltNotCache*/ |
| return this._url.username}set username(v){ |
| /*ThouShaltNotCache*/ |
| usm.cannotHaveAUsernamePasswordPort(this._url)||usm.setTheUsername(this._url,v)}get password(){ |
| /*ThouShaltNotCache*/ |
| return this._url.password}set password(v){ |
| /*ThouShaltNotCache*/ |
| usm.cannotHaveAUsernamePasswordPort(this._url)||usm.setThePassword(this._url,v)}get host(){ |
| /*ThouShaltNotCache*/ |
| const url=this._url;return null===url.host?"":null===url.port?usm.serializeHost(url.host):`${usm.serializeHost(url.host)}:${usm.serializeInteger(url.port)}`}set host(v){ |
| /*ThouShaltNotCache*/ |
| usm.hasAnOpaquePath(this._url)||usm.basicURLParse(v,{url:this._url,stateOverride:"host"})}get hostname(){ |
| /*ThouShaltNotCache*/ |
| return null===this._url.host?"":usm.serializeHost(this._url.host)}set hostname(v){ |
| /*ThouShaltNotCache*/ |
| usm.hasAnOpaquePath(this._url)||usm.basicURLParse(v,{url:this._url,stateOverride:"hostname"})}get port(){ |
| /*ThouShaltNotCache*/ |
| return null===this._url.port?"":usm.serializeInteger(this._url.port)}set port(v){ |
| /*ThouShaltNotCache*/ |
| usm.cannotHaveAUsernamePasswordPort(this._url)||(""===v?this._url.port=null:usm.basicURLParse(v,{url:this._url,stateOverride:"port"}))}get pathname(){ |
| /*ThouShaltNotCache*/ |
| return usm.serializePath(this._url)}set pathname(v){ |
| /*ThouShaltNotCache*/ |
| usm.hasAnOpaquePath(this._url)||(this._url.path=[],usm.basicURLParse(v,{url:this._url,stateOverride:"path start"}))}get search(){ |
| /*ThouShaltNotCache*/ |
| return null===this._url.query||""===this._url.query?"":`?${this._url.query}`}set search(v){ |
| /*ThouShaltNotCache*/ |
| const url=this._url;if(""===v)return url.query=null,void(this._query._list=[]);const input="?"===v[0]?v.substring(1):v;url.query="",usm.basicURLParse(input,{url,stateOverride:"query"}),this._query._list=urlencoded.parseUrlencodedString(input)}get searchParams(){ |
| /*ThouShaltNotCache*/ |
| return this._query}get hash(){ |
| /*ThouShaltNotCache*/ |
| return null===this._url.fragment||""===this._url.fragment?"":`#${this._url.fragment}`}set hash(v){ |
| /*ThouShaltNotCache*/ |
| if(""===v)return void(this._url.fragment=null);const input="#"===v[0]?v.substring(1):v;this._url.fragment="",usm.basicURLParse(input,{url:this._url,stateOverride:"fragment"})}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return this.href}}},39717:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},39796:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,DefaultConstraintValidationImpl=__webpack_require__(11549).D,{mixin}=__webpack_require__(7586),{formOwner}=__webpack_require__(28888);class HTMLObjectElementImpl extends HTMLElementImpl{get form(){ |
| /*ThouShaltNotCache*/ |
| return formOwner(this)}get contentDocument(){ |
| /*ThouShaltNotCache*/ |
| return null}_barredFromConstraintValidationSpecialization(){ |
| /*ThouShaltNotCache*/ |
| return!0}}mixin(HTMLObjectElementImpl.prototype,DefaultConstraintValidationImpl.prototype),module.exports={implementation:HTMLObjectElementImpl}},39861:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(81545).Buffer;const MIMEType=__webpack_require__(75009),PRIVILEGED_NO_CORS_REQUEST=new Set(["range"]);const NO_CORS_SAFELISTED_REQUEST=new Set(["accept","accept-language","content-language","content-type"]);const FORBIDDEN=new Set(["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]);const FORBIDDEN_RESPONSE=new Set(["set-cookie","set-cookie2"]);const CORS_UNSAFE_BYTE=/[\x00-\x08\x0A-\x1F"():<>?@[\\\]{}\x7F]/;module.exports={isPrivilegedNoCORSRequest:function(name){ |
| /*ThouShaltNotCache*/ |
| return PRIVILEGED_NO_CORS_REQUEST.has(name.toLowerCase())},isNoCORSSafelistedRequest:function(name){ |
| /*ThouShaltNotCache*/ |
| return NO_CORS_SAFELISTED_REQUEST.has(name.toLowerCase())},isForbidden:function(name){ |
| /*ThouShaltNotCache*/ |
| return name=name.toLowerCase(),FORBIDDEN.has(name)||name.startsWith("proxy-")||name.startsWith("sec-")},isForbiddenResponse:function(name){ |
| /*ThouShaltNotCache*/ |
| return FORBIDDEN_RESPONSE.has(name.toLowerCase())},isCORSWhitelisted:function(name,value){switch( |
| /*ThouShaltNotCache*/ |
| name=name.toLowerCase()){case"accept":if(value.match(CORS_UNSAFE_BYTE))return!1;break;case"accept-language":case"content-language":if(value.match(/[^\x30-\x39\x41-\x5A\x61-\x7A *,\-.;=]/))return!1;break;case"content-type":{if(value.match(CORS_UNSAFE_BYTE))return!1;const mimeType=MIMEType.parse(value);if(null===mimeType)return!1;if(!["application/x-www-form-urlencoded","multipart/form-data","text/plain"].includes(mimeType.essence))return!1;break}default:return!1}return!(Buffer.from(value).length>128)}}},40052:module=>{"use strict";module.exports=JSON.parse('{"866":"IBM866","unicode-1-1-utf-8":"UTF-8","unicode11utf8":"UTF-8","unicode20utf8":"UTF-8","utf-8":"UTF-8","utf8":"UTF-8","x-unicode20utf8":"UTF-8","cp866":"IBM866","csibm866":"IBM866","ibm866":"IBM866","csisolatin2":"ISO-8859-2","iso-8859-2":"ISO-8859-2","iso-ir-101":"ISO-8859-2","iso8859-2":"ISO-8859-2","iso88592":"ISO-8859-2","iso_8859-2":"ISO-8859-2","iso_8859-2:1987":"ISO-8859-2","l2":"ISO-8859-2","latin2":"ISO-8859-2","csisolatin3":"ISO-8859-3","iso-8859-3":"ISO-8859-3","iso-ir-109":"ISO-8859-3","iso8859-3":"ISO-8859-3","iso88593":"ISO-8859-3","iso_8859-3":"ISO-8859-3","iso_8859-3:1988":"ISO-8859-3","l3":"ISO-8859-3","latin3":"ISO-8859-3","csisolatin4":"ISO-8859-4","iso-8859-4":"ISO-8859-4","iso-ir-110":"ISO-8859-4","iso8859-4":"ISO-8859-4","iso88594":"ISO-8859-4","iso_8859-4":"ISO-8859-4","iso_8859-4:1988":"ISO-8859-4","l4":"ISO-8859-4","latin4":"ISO-8859-4","csisolatincyrillic":"ISO-8859-5","cyrillic":"ISO-8859-5","iso-8859-5":"ISO-8859-5","iso-ir-144":"ISO-8859-5","iso8859-5":"ISO-8859-5","iso88595":"ISO-8859-5","iso_8859-5":"ISO-8859-5","iso_8859-5:1988":"ISO-8859-5","arabic":"ISO-8859-6","asmo-708":"ISO-8859-6","csiso88596e":"ISO-8859-6","csiso88596i":"ISO-8859-6","csisolatinarabic":"ISO-8859-6","ecma-114":"ISO-8859-6","iso-8859-6":"ISO-8859-6","iso-8859-6-e":"ISO-8859-6","iso-8859-6-i":"ISO-8859-6","iso-ir-127":"ISO-8859-6","iso8859-6":"ISO-8859-6","iso88596":"ISO-8859-6","iso_8859-6":"ISO-8859-6","iso_8859-6:1987":"ISO-8859-6","csisolatingreek":"ISO-8859-7","ecma-118":"ISO-8859-7","elot_928":"ISO-8859-7","greek":"ISO-8859-7","greek8":"ISO-8859-7","iso-8859-7":"ISO-8859-7","iso-ir-126":"ISO-8859-7","iso8859-7":"ISO-8859-7","iso88597":"ISO-8859-7","iso_8859-7":"ISO-8859-7","iso_8859-7:1987":"ISO-8859-7","sun_eu_greek":"ISO-8859-7","csiso88598e":"ISO-8859-8","csisolatinhebrew":"ISO-8859-8","hebrew":"ISO-8859-8","iso-8859-8":"ISO-8859-8","iso-8859-8-e":"ISO-8859-8","iso-ir-138":"ISO-8859-8","iso8859-8":"ISO-8859-8","iso88598":"ISO-8859-8","iso_8859-8":"ISO-8859-8","iso_8859-8:1988":"ISO-8859-8","visual":"ISO-8859-8","csisolatin6":"ISO-8859-10","iso-8859-10":"ISO-8859-10","iso-ir-157":"ISO-8859-10","iso8859-10":"ISO-8859-10","iso885910":"ISO-8859-10","l6":"ISO-8859-10","latin6":"ISO-8859-10","iso-8859-13":"ISO-8859-13","iso8859-13":"ISO-8859-13","iso885913":"ISO-8859-13","iso-8859-14":"ISO-8859-14","iso8859-14":"ISO-8859-14","iso885914":"ISO-8859-14","csisolatin9":"ISO-8859-15","iso-8859-15":"ISO-8859-15","iso8859-15":"ISO-8859-15","iso885915":"ISO-8859-15","iso_8859-15":"ISO-8859-15","l9":"ISO-8859-15","iso-8859-16":"ISO-8859-16","cskoi8r":"KOI8-R","koi":"KOI8-R","koi8":"KOI8-R","koi8-r":"KOI8-R","koi8_r":"KOI8-R","koi8-ru":"KOI8-U","koi8-u":"KOI8-U","csmacintosh":"macintosh","mac":"macintosh","macintosh":"macintosh","x-mac-roman":"macintosh","dos-874":"windows-874","iso-8859-11":"windows-874","iso8859-11":"windows-874","iso885911":"windows-874","tis-620":"windows-874","windows-874":"windows-874","cp1250":"windows-1250","windows-1250":"windows-1250","x-cp1250":"windows-1250","cp1251":"windows-1251","windows-1251":"windows-1251","x-cp1251":"windows-1251","ansi_x3.4-1968":"windows-1252","ascii":"windows-1252","cp1252":"windows-1252","cp819":"windows-1252","csisolatin1":"windows-1252","ibm819":"windows-1252","iso-8859-1":"windows-1252","iso-ir-100":"windows-1252","iso8859-1":"windows-1252","iso88591":"windows-1252","iso_8859-1":"windows-1252","iso_8859-1:1987":"windows-1252","l1":"windows-1252","latin1":"windows-1252","us-ascii":"windows-1252","windows-1252":"windows-1252","x-cp1252":"windows-1252","cp1253":"windows-1253","windows-1253":"windows-1253","x-cp1253":"windows-1253","cp1254":"windows-1254","csisolatin5":"windows-1254","iso-8859-9":"windows-1254","iso-ir-148":"windows-1254","iso8859-9":"windows-1254","iso88599":"windows-1254","iso_8859-9":"windows-1254","iso_8859-9:1989":"windows-1254","l5":"windows-1254","latin5":"windows-1254","windows-1254":"windows-1254","x-cp1254":"windows-1254","cp1255":"windows-1255","windows-1255":"windows-1255","x-cp1255":"windows-1255","cp1256":"windows-1256","windows-1256":"windows-1256","x-cp1256":"windows-1256","cp1257":"windows-1257","windows-1257":"windows-1257","x-cp1257":"windows-1257","cp1258":"windows-1258","windows-1258":"windows-1258","x-cp1258":"windows-1258","chinese":"GBK","csgb2312":"GBK","csiso58gb231280":"GBK","gb2312":"GBK","gb_2312":"GBK","gb_2312-80":"GBK","gbk":"GBK","iso-ir-58":"GBK","x-gbk":"GBK","gb18030":"gb18030","big5":"Big5","big5-hkscs":"Big5","cn-big5":"Big5","csbig5":"Big5","x-x-big5":"Big5","cseucpkdfmtjapanese":"EUC-JP","euc-jp":"EUC-JP","x-euc-jp":"EUC-JP","csshiftjis":"Shift_JIS","ms932":"Shift_JIS","ms_kanji":"Shift_JIS","shift-jis":"Shift_JIS","shift_jis":"Shift_JIS","sjis":"Shift_JIS","windows-31j":"Shift_JIS","x-sjis":"Shift_JIS","cseuckr":"EUC-KR","csksc56011987":"EUC-KR","euc-kr":"EUC-KR","iso-ir-149":"EUC-KR","korean":"EUC-KR","ks_c_5601-1987":"EUC-KR","ks_c_5601-1989":"EUC-KR","ksc5601":"EUC-KR","ksc_5601":"EUC-KR","windows-949":"EUC-KR","unicodefffe":"UTF-16BE","utf-16be":"UTF-16BE","csunicode":"UTF-16LE","iso-10646-ucs-2":"UTF-16LE","ucs-2":"UTF-16LE","unicode":"UTF-16LE","unicodefeff":"UTF-16LE","utf-16":"UTF-16LE","utf-16le":"UTF-16LE","x-user-defined":"x-user-defined"}')},40368:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLLabelElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLLabelElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLLabelElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLLabelElement",new.target)}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLLabelElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get htmlFor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get htmlFor' called on an object that is not a valid instance of HTMLLabelElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("for");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set htmlFor(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set htmlFor' called on an object that is not a valid instance of HTMLLabelElement.");V=conversions.DOMString(V,{context:"Failed to set the 'htmlFor' property on 'HTMLLabelElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("for",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get control(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get control' called on an object that is not a valid instance of HTMLLabelElement.");return utils.tryWrapperForImpl(esValue[implSymbol].control)}}Object.defineProperties(HTMLLabelElement.prototype,{form:{enumerable:!0},htmlFor:{enumerable:!0},control:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLLabelElement",configurable:!0}}),ctorRegistry.HTMLLabelElement=HTMLLabelElement,Object.defineProperty(globalObject,"HTMLLabelElement",{configurable:!0,writable:!0,value:HTMLLabelElement})};const Impl=__webpack_require__(90635)},40559:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLFrameElementImpl=__webpack_require__(46400).implementation;module.exports={implementation:class extends HTMLFrameElementImpl{}}},40630:(__unused_webpack_module,exports)=>{"use strict";function makeException(ErrorType,message,options){ |
| /*ThouShaltNotCache*/ |
| return options.globals&&(ErrorType=options.globals[ErrorType.name]),new ErrorType(`${options.context?options.context:"Value"} ${message}.`)}function toNumber(value,options){ |
| /*ThouShaltNotCache*/ |
| if("bigint"==typeof value)throw makeException(TypeError,"is a BigInt which cannot be converted to a number",options);return options.globals?options.globals.Number(value):Number(value)}function evenRound(x){ |
| /*ThouShaltNotCache*/ |
| return censorNegativeZero(x>0&&x%1==.5&&!(1&x)||x<0&&x%1==-.5&&!(1&~x)?Math.floor(x):Math.round(x))}function integerPart(n){ |
| /*ThouShaltNotCache*/ |
| return censorNegativeZero(Math.trunc(n))}function sign(x){ |
| /*ThouShaltNotCache*/ |
| return x<0?-1:1}function censorNegativeZero(x){ |
| /*ThouShaltNotCache*/ |
| return 0===x?0:x}function createIntegerConversion(bitLength,{unsigned}){ |
| /*ThouShaltNotCache*/ |
| let lowerBound,upperBound;unsigned?(lowerBound=0,upperBound=2**bitLength-1):(lowerBound=-(2**(bitLength-1)),upperBound=2**(bitLength-1)-1);const twoToTheBitLength=2**bitLength,twoToOneLessThanTheBitLength=2**(bitLength-1);return(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| let x=toNumber(value,options);if(x=censorNegativeZero(x),options.enforceRange){if(!Number.isFinite(x))throw makeException(TypeError,"is not a finite number",options);if(x=integerPart(x),x<lowerBound||x>upperBound)throw makeException(TypeError,`is outside the accepted range of ${lowerBound} to ${upperBound}, inclusive`,options);return x}return!Number.isNaN(x)&&options.clamp?(x=Math.min(Math.max(x,lowerBound),upperBound),x=evenRound(x),x):Number.isFinite(x)&&0!==x?(x=integerPart(x),x>=lowerBound&&x<=upperBound?x:(x=function(x,y){ |
| /*ThouShaltNotCache*/ |
| const signMightNotMatch=x%y;return sign(y)!==sign(signMightNotMatch)?signMightNotMatch+y:signMightNotMatch}(x,twoToTheBitLength),!unsigned&&x>=twoToOneLessThanTheBitLength?x-twoToTheBitLength:x)):0}}function createLongLongConversion(bitLength,{unsigned}){ |
| /*ThouShaltNotCache*/ |
| const upperBound=Number.MAX_SAFE_INTEGER,lowerBound=unsigned?0:Number.MIN_SAFE_INTEGER,asBigIntN=unsigned?BigInt.asUintN:BigInt.asIntN;return(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| let x=toNumber(value,options);if(x=censorNegativeZero(x),options.enforceRange){if(!Number.isFinite(x))throw makeException(TypeError,"is not a finite number",options);if(x=integerPart(x),x<lowerBound||x>upperBound)throw makeException(TypeError,`is outside the accepted range of ${lowerBound} to ${upperBound}, inclusive`,options);return x}if(!Number.isNaN(x)&&options.clamp)return x=Math.min(Math.max(x,lowerBound),upperBound),x=evenRound(x),x;if(!Number.isFinite(x)||0===x)return 0;let xBigInt=BigInt(integerPart(x));return xBigInt=asBigIntN(bitLength,xBigInt),Number(xBigInt)}}exports.any=value=>value,exports.undefined=()=>{},exports.boolean=value=>Boolean(value),exports.byte=createIntegerConversion(8,{unsigned:!1}),exports.octet=createIntegerConversion(8,{unsigned:!0}),exports.short=createIntegerConversion(16,{unsigned:!1}),exports["unsigned short"]=createIntegerConversion(16,{unsigned:!0}),exports.long=createIntegerConversion(32,{unsigned:!1}),exports["unsigned long"]=createIntegerConversion(32,{unsigned:!0}),exports["long long"]=createLongLongConversion(64,{unsigned:!1}),exports["unsigned long long"]=createLongLongConversion(64,{unsigned:!0}),exports.double=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| const x=toNumber(value,options);if(!Number.isFinite(x))throw makeException(TypeError,"is not a finite floating-point value",options);return x},exports["unrestricted double"]=(value,options={})=>toNumber(value,options),exports.float=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| const x=toNumber(value,options);if(!Number.isFinite(x))throw makeException(TypeError,"is not a finite floating-point value",options);if(Object.is(x,-0))return x;const y=Math.fround(x);if(!Number.isFinite(y))throw makeException(TypeError,"is outside the range of a single-precision floating-point value",options);return y},exports["unrestricted float"]=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| const x=toNumber(value,options);return isNaN(x)||Object.is(x,-0)?x:Math.fround(x)},exports.DOMString=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| if(options.treatNullAsEmptyString&&null===value)return"";if("symbol"==typeof value)throw makeException(TypeError,"is a symbol, which cannot be converted to a string",options);return(options.globals?options.globals.String:String)(value)},exports.ByteString=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| const x=exports.DOMString(value,options);let c;for(let i=0;void 0!==(c=x.codePointAt(i));++i)if(c>255)throw makeException(TypeError,"is not a valid ByteString",options);return x},exports.USVString=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| const S=exports.DOMString(value,options),n=S.length,U=[];for(let i=0;i<n;++i){const c=S.charCodeAt(i);if(c<55296||c>57343)U.push(String.fromCodePoint(c));else if(56320<=c&&c<=57343)U.push(String.fromCodePoint(65533));else if(i===n-1)U.push(String.fromCodePoint(65533));else{const d=S.charCodeAt(i+1);if(56320<=d&&d<=57343){const a=1023&c,b=1023&d;U.push(String.fromCodePoint(65536+1024*a+b)),++i}else U.push(String.fromCodePoint(65533))}}return U.join("")},exports.object=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| if(null===value||"object"!=typeof value&&"function"!=typeof value)throw makeException(TypeError,"is not an object",options);return value};const abByteLengthGetter=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get,sabByteLengthGetter="function"==typeof SharedArrayBuffer?Object.getOwnPropertyDescriptor(SharedArrayBuffer.prototype,"byteLength").get:null;function isNonSharedArrayBuffer(value){ |
| /*ThouShaltNotCache*/ |
| try{return abByteLengthGetter.call(value),!0}catch{return!1}}function isSharedArrayBuffer(value){ |
| /*ThouShaltNotCache*/ |
| try{return sabByteLengthGetter.call(value),!0}catch{return!1}}function isArrayBufferDetached(value){ |
| /*ThouShaltNotCache*/ |
| try{return new Uint8Array(value),!1}catch{return!0}}exports.ArrayBuffer=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!isNonSharedArrayBuffer(value)){if(options.allowShared&&!isSharedArrayBuffer(value))throw makeException(TypeError,"is not an ArrayBuffer or SharedArrayBuffer",options);throw makeException(TypeError,"is not an ArrayBuffer",options)}if(isArrayBufferDetached(value))throw makeException(TypeError,"is a detached ArrayBuffer",options);return value};const dvByteLengthGetter=Object.getOwnPropertyDescriptor(DataView.prototype,"byteLength").get;exports.DataView=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| try{dvByteLengthGetter.call(value)}catch(e){throw makeException(TypeError,"is not a DataView",options)}if(!options.allowShared&&isSharedArrayBuffer(value.buffer))throw makeException(TypeError,"is backed by a SharedArrayBuffer, which is not allowed",options);if(isArrayBufferDetached(value.buffer))throw makeException(TypeError,"is backed by a detached ArrayBuffer",options);return value};const typedArrayNameGetter=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Uint8Array).prototype,Symbol.toStringTag).get;[Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Uint8ClampedArray,Float32Array,Float64Array].forEach(func=>{ |
| /*ThouShaltNotCache*/ |
| const{name}=func,article=/^[AEIOU]/u.test(name)?"an":"a";exports[name]=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!ArrayBuffer.isView(value)||typedArrayNameGetter.call(value)!==name)throw makeException(TypeError,`is not ${article} ${name} object`,options);if(!options.allowShared&&isSharedArrayBuffer(value.buffer))throw makeException(TypeError,"is a view on a SharedArrayBuffer, which is not allowed",options);if(isArrayBufferDetached(value.buffer))throw makeException(TypeError,"is a view on a detached ArrayBuffer",options);return value}}),exports.ArrayBufferView=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| if(!ArrayBuffer.isView(value))throw makeException(TypeError,"is not a view on an ArrayBuffer or SharedArrayBuffer",options);if(!options.allowShared&&isSharedArrayBuffer(value.buffer))throw makeException(TypeError,"is a view on a SharedArrayBuffer, which is not allowed",options);if(isArrayBufferDetached(value.buffer))throw makeException(TypeError,"is a view on a detached ArrayBuffer",options);return value},exports.BufferSource=(value,options={})=>{ |
| /*ThouShaltNotCache*/ |
| if(ArrayBuffer.isView(value)){if(!options.allowShared&&isSharedArrayBuffer(value.buffer))throw makeException(TypeError,"is a view on a SharedArrayBuffer, which is not allowed",options);if(isArrayBufferDetached(value.buffer))throw makeException(TypeError,"is a view on a detached ArrayBuffer",options);return value}if(!options.allowShared&&!isNonSharedArrayBuffer(value))throw makeException(TypeError,"is not an ArrayBuffer or a view on one",options);if(options.allowShared&&!isSharedArrayBuffer(value)&&!isNonSharedArrayBuffer(value))throw makeException(TypeError,"is not an ArrayBuffer, SharedArrayBuffer, or a view on one",options);if(isArrayBufferDetached(value))throw makeException(TypeError,"is a detached ArrayBuffer",options);return value},exports.DOMTimeStamp=exports["unsigned long long"]},40679:module=>{"use strict";module.exports=JSON.parse('[["0","\\u0000",128],["a1","\uff61",62],["8140","\u3000\u3001\u3002\uff0c\uff0e\u30fb\uff1a\uff1b\uff1f\uff01\u309b\u309c\u00b4\uff40\u00a8\uff3e\uffe3\uff3f\u30fd\u30fe\u309d\u309e\u3003\u4edd\u3005\u3006\u3007\u30fc\u2015\u2010\uff0f\uff3c\uff5e\u2225\uff5c\u2026\u2025\u2018\u2019\u201c\u201d\uff08\uff09\u3014\u3015\uff3b\uff3d\uff5b\uff5d\u3008",9,"\uff0b\uff0d\u00b1\u00d7"],["8180","\u00f7\uff1d\u2260\uff1c\uff1e\u2266\u2267\u221e\u2234\u2642\u2640\u00b0\u2032\u2033\u2103\uffe5\uff04\uffe0\uffe1\uff05\uff03\uff06\uff0a\uff20\u00a7\u2606\u2605\u25cb\u25cf\u25ce\u25c7\u25c6\u25a1\u25a0\u25b3\u25b2\u25bd\u25bc\u203b\u3012\u2192\u2190\u2191\u2193\u3013"],["81b8","\u2208\u220b\u2286\u2287\u2282\u2283\u222a\u2229"],["81c8","\u2227\u2228\uffe2\u21d2\u21d4\u2200\u2203"],["81da","\u2220\u22a5\u2312\u2202\u2207\u2261\u2252\u226a\u226b\u221a\u223d\u221d\u2235\u222b\u222c"],["81f0","\u212b\u2030\u266f\u266d\u266a\u2020\u2021\u00b6"],["81fc","\u25ef"],["824f","\uff10",9],["8260","\uff21",25],["8281","\uff41",25],["829f","\u3041",82],["8340","\u30a1",62],["8380","\u30e0",22],["839f","\u0391",16,"\u03a3",6],["83bf","\u03b1",16,"\u03c3",6],["8440","\u0410",5,"\u0401\u0416",25],["8470","\u0430",5,"\u0451\u0436",7],["8480","\u043e",17],["849f","\u2500\u2502\u250c\u2510\u2518\u2514\u251c\u252c\u2524\u2534\u253c\u2501\u2503\u250f\u2513\u251b\u2517\u2523\u2533\u252b\u253b\u254b\u2520\u252f\u2528\u2537\u253f\u251d\u2530\u2525\u2538\u2542"],["8740","\u2460",19,"\u2160",9],["875f","\u3349\u3314\u3322\u334d\u3318\u3327\u3303\u3336\u3351\u3357\u330d\u3326\u3323\u332b\u334a\u333b\u339c\u339d\u339e\u338e\u338f\u33c4\u33a1"],["877e","\u337b"],["8780","\u301d\u301f\u2116\u33cd\u2121\u32a4",4,"\u3231\u3232\u3239\u337e\u337d\u337c\u2252\u2261\u222b\u222e\u2211\u221a\u22a5\u2220\u221f\u22bf\u2235\u2229\u222a"],["889f","\u4e9c\u5516\u5a03\u963f\u54c0\u611b\u6328\u59f6\u9022\u8475\u831c\u7a50\u60aa\u63e1\u6e25\u65ed\u8466\u82a6\u9bf5\u6893\u5727\u65a1\u6271\u5b9b\u59d0\u867b\u98f4\u7d62\u7dbe\u9b8e\u6216\u7c9f\u88b7\u5b89\u5eb5\u6309\u6697\u6848\u95c7\u978d\u674f\u4ee5\u4f0a\u4f4d\u4f9d\u5049\u56f2\u5937\u59d4\u5a01\u5c09\u60df\u610f\u6170\u6613\u6905\u70ba\u754f\u7570\u79fb\u7dad\u7def\u80c3\u840e\u8863\u8b02\u9055\u907a\u533b\u4e95\u4ea5\u57df\u80b2\u90c1\u78ef\u4e00\u58f1\u6ea2\u9038\u7a32\u8328\u828b\u9c2f\u5141\u5370\u54bd\u54e1\u56e0\u59fb\u5f15\u98f2\u6deb\u80e4\u852d"],["8940","\u9662\u9670\u96a0\u97fb\u540b\u53f3\u5b87\u70cf\u7fbd\u8fc2\u96e8\u536f\u9d5c\u7aba\u4e11\u7893\u81fc\u6e26\u5618\u5504\u6b1d\u851a\u9c3b\u59e5\u53a9\u6d66\u74dc\u958f\u5642\u4e91\u904b\u96f2\u834f\u990c\u53e1\u55b6\u5b30\u5f71\u6620\u66f3\u6804\u6c38\u6cf3\u6d29\u745b\u76c8\u7a4e\u9834\u82f1\u885b\u8a60\u92ed\u6db2\u75ab\u76ca\u99c5\u60a6\u8b01\u8d8a\u95b2\u698e\u53ad\u5186"],["8980","\u5712\u5830\u5944\u5bb4\u5ef6\u6028\u63a9\u63f4\u6cbf\u6f14\u708e\u7114\u7159\u71d5\u733f\u7e01\u8276\u82d1\u8597\u9060\u925b\u9d1b\u5869\u65bc\u6c5a\u7525\u51f9\u592e\u5965\u5f80\u5fdc\u62bc\u65fa\u6a2a\u6b27\u6bb4\u738b\u7fc1\u8956\u9d2c\u9d0e\u9ec4\u5ca1\u6c96\u837b\u5104\u5c4b\u61b6\u81c6\u6876\u7261\u4e59\u4ffa\u5378\u6069\u6e29\u7a4f\u97f3\u4e0b\u5316\u4eee\u4f55\u4f3d\u4fa1\u4f73\u52a0\u53ef\u5609\u590f\u5ac1\u5bb6\u5be1\u79d1\u6687\u679c\u67b6\u6b4c\u6cb3\u706b\u73c2\u798d\u79be\u7a3c\u7b87\u82b1\u82db\u8304\u8377\u83ef\u83d3\u8766\u8ab2\u5629\u8ca8\u8fe6\u904e\u971e\u868a\u4fc4\u5ce8\u6211\u7259\u753b\u81e5\u82bd\u86fe\u8cc0\u96c5\u9913\u99d5\u4ecb\u4f1a\u89e3\u56de\u584a\u58ca\u5efb\u5feb\u602a\u6094\u6062\u61d0\u6212\u62d0\u6539"],["8a40","\u9b41\u6666\u68b0\u6d77\u7070\u754c\u7686\u7d75\u82a5\u87f9\u958b\u968e\u8c9d\u51f1\u52be\u5916\u54b3\u5bb3\u5d16\u6168\u6982\u6daf\u788d\u84cb\u8857\u8a72\u93a7\u9ab8\u6d6c\u99a8\u86d9\u57a3\u67ff\u86ce\u920e\u5283\u5687\u5404\u5ed3\u62e1\u64b9\u683c\u6838\u6bbb\u7372\u78ba\u7a6b\u899a\u89d2\u8d6b\u8f03\u90ed\u95a3\u9694\u9769\u5b66\u5cb3\u697d\u984d\u984e\u639b\u7b20\u6a2b"],["8a80","\u6a7f\u68b6\u9c0d\u6f5f\u5272\u559d\u6070\u62ec\u6d3b\u6e07\u6ed1\u845b\u8910\u8f44\u4e14\u9c39\u53f6\u691b\u6a3a\u9784\u682a\u515c\u7ac3\u84b2\u91dc\u938c\u565b\u9d28\u6822\u8305\u8431\u7ca5\u5208\u82c5\u74e6\u4e7e\u4f83\u51a0\u5bd2\u520a\u52d8\u52e7\u5dfb\u559a\u582a\u59e6\u5b8c\u5b98\u5bdb\u5e72\u5e79\u60a3\u611f\u6163\u61be\u63db\u6562\u67d1\u6853\u68fa\u6b3e\u6b53\u6c57\u6f22\u6f97\u6f45\u74b0\u7518\u76e3\u770b\u7aff\u7ba1\u7c21\u7de9\u7f36\u7ff0\u809d\u8266\u839e\u89b3\u8acc\u8cab\u9084\u9451\u9593\u9591\u95a2\u9665\u97d3\u9928\u8218\u4e38\u542b\u5cb8\u5dcc\u73a9\u764c\u773c\u5ca9\u7feb\u8d0b\u96c1\u9811\u9854\u9858\u4f01\u4f0e\u5371\u559c\u5668\u57fa\u5947\u5b09\u5bc4\u5c90\u5e0c\u5e7e\u5fcc\u63ee\u673a\u65d7\u65e2\u671f\u68cb\u68c4"],["8b40","\u6a5f\u5e30\u6bc5\u6c17\u6c7d\u757f\u7948\u5b63\u7a00\u7d00\u5fbd\u898f\u8a18\u8cb4\u8d77\u8ecc\u8f1d\u98e2\u9a0e\u9b3c\u4e80\u507d\u5100\u5993\u5b9c\u622f\u6280\u64ec\u6b3a\u72a0\u7591\u7947\u7fa9\u87fb\u8abc\u8b70\u63ac\u83ca\u97a0\u5409\u5403\u55ab\u6854\u6a58\u8a70\u7827\u6775\u9ecd\u5374\u5ba2\u811a\u8650\u9006\u4e18\u4e45\u4ec7\u4f11\u53ca\u5438\u5bae\u5f13\u6025\u6551"],["8b80","\u673d\u6c42\u6c72\u6ce3\u7078\u7403\u7a76\u7aae\u7b08\u7d1a\u7cfe\u7d66\u65e7\u725b\u53bb\u5c45\u5de8\u62d2\u62e0\u6319\u6e20\u865a\u8a31\u8ddd\u92f8\u6f01\u79a6\u9b5a\u4ea8\u4eab\u4eac\u4f9b\u4fa0\u50d1\u5147\u7af6\u5171\u51f6\u5354\u5321\u537f\u53eb\u55ac\u5883\u5ce1\u5f37\u5f4a\u602f\u6050\u606d\u631f\u6559\u6a4b\u6cc1\u72c2\u72ed\u77ef\u80f8\u8105\u8208\u854e\u90f7\u93e1\u97ff\u9957\u9a5a\u4ef0\u51dd\u5c2d\u6681\u696d\u5c40\u66f2\u6975\u7389\u6850\u7c81\u50c5\u52e4\u5747\u5dfe\u9326\u65a4\u6b23\u6b3d\u7434\u7981\u79bd\u7b4b\u7dca\u82b9\u83cc\u887f\u895f\u8b39\u8fd1\u91d1\u541f\u9280\u4e5d\u5036\u53e5\u533a\u72d7\u7396\u77e9\u82e6\u8eaf\u99c6\u99c8\u99d2\u5177\u611a\u865e\u55b0\u7a7a\u5076\u5bd3\u9047\u9685\u4e32\u6adb\u91e7\u5c51\u5c48"],["8c40","\u6398\u7a9f\u6c93\u9774\u8f61\u7aaa\u718a\u9688\u7c82\u6817\u7e70\u6851\u936c\u52f2\u541b\u85ab\u8a13\u7fa4\u8ecd\u90e1\u5366\u8888\u7941\u4fc2\u50be\u5211\u5144\u5553\u572d\u73ea\u578b\u5951\u5f62\u5f84\u6075\u6176\u6167\u61a9\u63b2\u643a\u656c\u666f\u6842\u6e13\u7566\u7a3d\u7cfb\u7d4c\u7d99\u7e4b\u7f6b\u830e\u834a\u86cd\u8a08\u8a63\u8b66\u8efd\u981a\u9d8f\u82b8\u8fce\u9be8"],["8c80","\u5287\u621f\u6483\u6fc0\u9699\u6841\u5091\u6b20\u6c7a\u6f54\u7a74\u7d50\u8840\u8a23\u6708\u4ef6\u5039\u5026\u5065\u517c\u5238\u5263\u55a7\u570f\u5805\u5acc\u5efa\u61b2\u61f8\u62f3\u6372\u691c\u6a29\u727d\u72ac\u732e\u7814\u786f\u7d79\u770c\u80a9\u898b\u8b19\u8ce2\u8ed2\u9063\u9375\u967a\u9855\u9a13\u9e78\u5143\u539f\u53b3\u5e7b\u5f26\u6e1b\u6e90\u7384\u73fe\u7d43\u8237\u8a00\u8afa\u9650\u4e4e\u500b\u53e4\u547c\u56fa\u59d1\u5b64\u5df1\u5eab\u5f27\u6238\u6545\u67af\u6e56\u72d0\u7cca\u88b4\u80a1\u80e1\u83f0\u864e\u8a87\u8de8\u9237\u96c7\u9867\u9f13\u4e94\u4e92\u4f0d\u5348\u5449\u543e\u5a2f\u5f8c\u5fa1\u609f\u68a7\u6a8e\u745a\u7881\u8a9e\u8aa4\u8b77\u9190\u4e5e\u9bc9\u4ea4\u4f7c\u4faf\u5019\u5016\u5149\u516c\u529f\u52b9\u52fe\u539a\u53e3\u5411"],["8d40","\u540e\u5589\u5751\u57a2\u597d\u5b54\u5b5d\u5b8f\u5de5\u5de7\u5df7\u5e78\u5e83\u5e9a\u5eb7\u5f18\u6052\u614c\u6297\u62d8\u63a7\u653b\u6602\u6643\u66f4\u676d\u6821\u6897\u69cb\u6c5f\u6d2a\u6d69\u6e2f\u6e9d\u7532\u7687\u786c\u7a3f\u7ce0\u7d05\u7d18\u7d5e\u7db1\u8015\u8003\u80af\u80b1\u8154\u818f\u822a\u8352\u884c\u8861\u8b1b\u8ca2\u8cfc\u90ca\u9175\u9271\u783f\u92fc\u95a4\u964d"],["8d80","\u9805\u9999\u9ad8\u9d3b\u525b\u52ab\u53f7\u5408\u58d5\u62f7\u6fe0\u8c6a\u8f5f\u9eb9\u514b\u523b\u544a\u56fd\u7a40\u9177\u9d60\u9ed2\u7344\u6f09\u8170\u7511\u5ffd\u60da\u9aa8\u72db\u8fbc\u6b64\u9803\u4eca\u56f0\u5764\u58be\u5a5a\u6068\u61c7\u660f\u6606\u6839\u68b1\u6df7\u75d5\u7d3a\u826e\u9b42\u4e9b\u4f50\u53c9\u5506\u5d6f\u5de6\u5dee\u67fb\u6c99\u7473\u7802\u8a50\u9396\u88df\u5750\u5ea7\u632b\u50b5\u50ac\u518d\u6700\u54c9\u585e\u59bb\u5bb0\u5f69\u624d\u63a1\u683d\u6b73\u6e08\u707d\u91c7\u7280\u7815\u7826\u796d\u658e\u7d30\u83dc\u88c1\u8f09\u969b\u5264\u5728\u6750\u7f6a\u8ca1\u51b4\u5742\u962a\u583a\u698a\u80b4\u54b2\u5d0e\u57fc\u7895\u9dfa\u4f5c\u524a\u548b\u643e\u6628\u6714\u67f5\u7a84\u7b56\u7d22\u932f\u685c\u9bad\u7b39\u5319\u518a\u5237"],["8e40","\u5bdf\u62f6\u64ae\u64e6\u672d\u6bba\u85a9\u96d1\u7690\u9bd6\u634c\u9306\u9bab\u76bf\u6652\u4e09\u5098\u53c2\u5c71\u60e8\u6492\u6563\u685f\u71e6\u73ca\u7523\u7b97\u7e82\u8695\u8b83\u8cdb\u9178\u9910\u65ac\u66ab\u6b8b\u4ed5\u4ed4\u4f3a\u4f7f\u523a\u53f8\u53f2\u55e3\u56db\u58eb\u59cb\u59c9\u59ff\u5b50\u5c4d\u5e02\u5e2b\u5fd7\u601d\u6307\u652f\u5b5c\u65af\u65bd\u65e8\u679d\u6b62"],["8e80","\u6b7b\u6c0f\u7345\u7949\u79c1\u7cf8\u7d19\u7d2b\u80a2\u8102\u81f3\u8996\u8a5e\u8a69\u8a66\u8a8c\u8aee\u8cc7\u8cdc\u96cc\u98fc\u6b6f\u4e8b\u4f3c\u4f8d\u5150\u5b57\u5bfa\u6148\u6301\u6642\u6b21\u6ecb\u6cbb\u723e\u74bd\u75d4\u78c1\u793a\u800c\u8033\u81ea\u8494\u8f9e\u6c50\u9e7f\u5f0f\u8b58\u9d2b\u7afa\u8ef8\u5b8d\u96eb\u4e03\u53f1\u57f7\u5931\u5ac9\u5ba4\u6089\u6e7f\u6f06\u75be\u8cea\u5b9f\u8500\u7be0\u5072\u67f4\u829d\u5c61\u854a\u7e1e\u820e\u5199\u5c04\u6368\u8d66\u659c\u716e\u793e\u7d17\u8005\u8b1d\u8eca\u906e\u86c7\u90aa\u501f\u52fa\u5c3a\u6753\u707c\u7235\u914c\u91c8\u932b\u82e5\u5bc2\u5f31\u60f9\u4e3b\u53d6\u5b88\u624b\u6731\u6b8a\u72e9\u73e0\u7a2e\u816b\u8da3\u9152\u9996\u5112\u53d7\u546a\u5bff\u6388\u6a39\u7dac\u9700\u56da\u53ce\u5468"],["8f40","\u5b97\u5c31\u5dde\u4fee\u6101\u62fe\u6d32\u79c0\u79cb\u7d42\u7e4d\u7fd2\u81ed\u821f\u8490\u8846\u8972\u8b90\u8e74\u8f2f\u9031\u914b\u916c\u96c6\u919c\u4ec0\u4f4f\u5145\u5341\u5f93\u620e\u67d4\u6c41\u6e0b\u7363\u7e26\u91cd\u9283\u53d4\u5919\u5bbf\u6dd1\u795d\u7e2e\u7c9b\u587e\u719f\u51fa\u8853\u8ff0\u4fca\u5cfb\u6625\u77ac\u7ae3\u821c\u99ff\u51c6\u5faa\u65ec\u696f\u6b89\u6df3"],["8f80","\u6e96\u6f64\u76fe\u7d14\u5de1\u9075\u9187\u9806\u51e6\u521d\u6240\u6691\u66d9\u6e1a\u5eb6\u7dd2\u7f72\u66f8\u85af\u85f7\u8af8\u52a9\u53d9\u5973\u5e8f\u5f90\u6055\u92e4\u9664\u50b7\u511f\u52dd\u5320\u5347\u53ec\u54e8\u5546\u5531\u5617\u5968\u59be\u5a3c\u5bb5\u5c06\u5c0f\u5c11\u5c1a\u5e84\u5e8a\u5ee0\u5f70\u627f\u6284\u62db\u638c\u6377\u6607\u660c\u662d\u6676\u677e\u68a2\u6a1f\u6a35\u6cbc\u6d88\u6e09\u6e58\u713c\u7126\u7167\u75c7\u7701\u785d\u7901\u7965\u79f0\u7ae0\u7b11\u7ca7\u7d39\u8096\u83d6\u848b\u8549\u885d\u88f3\u8a1f\u8a3c\u8a54\u8a73\u8c61\u8cde\u91a4\u9266\u937e\u9418\u969c\u9798\u4e0a\u4e08\u4e1e\u4e57\u5197\u5270\u57ce\u5834\u58cc\u5b22\u5e38\u60c5\u64fe\u6761\u6756\u6d44\u72b6\u7573\u7a63\u84b8\u8b72\u91b8\u9320\u5631\u57f4\u98fe"],["9040","\u62ed\u690d\u6b96\u71ed\u7e54\u8077\u8272\u89e6\u98df\u8755\u8fb1\u5c3b\u4f38\u4fe1\u4fb5\u5507\u5a20\u5bdd\u5be9\u5fc3\u614e\u632f\u65b0\u664b\u68ee\u699b\u6d78\u6df1\u7533\u75b9\u771f\u795e\u79e6\u7d33\u81e3\u82af\u85aa\u89aa\u8a3a\u8eab\u8f9b\u9032\u91dd\u9707\u4eba\u4ec1\u5203\u5875\u58ec\u5c0b\u751a\u5c3d\u814e\u8a0a\u8fc5\u9663\u976d\u7b25\u8acf\u9808\u9162\u56f3\u53a8"],["9080","\u9017\u5439\u5782\u5e25\u63a8\u6c34\u708a\u7761\u7c8b\u7fe0\u8870\u9042\u9154\u9310\u9318\u968f\u745e\u9ac4\u5d07\u5d69\u6570\u67a2\u8da8\u96db\u636e\u6749\u6919\u83c5\u9817\u96c0\u88fe\u6f84\u647a\u5bf8\u4e16\u702c\u755d\u662f\u51c4\u5236\u52e2\u59d3\u5f81\u6027\u6210\u653f\u6574\u661f\u6674\u68f2\u6816\u6b63\u6e05\u7272\u751f\u76db\u7cbe\u8056\u58f0\u88fd\u897f\u8aa0\u8a93\u8acb\u901d\u9192\u9752\u9759\u6589\u7a0e\u8106\u96bb\u5e2d\u60dc\u621a\u65a5\u6614\u6790\u77f3\u7a4d\u7c4d\u7e3e\u810a\u8cac\u8d64\u8de1\u8e5f\u78a9\u5207\u62d9\u63a5\u6442\u6298\u8a2d\u7a83\u7bc0\u8aac\u96ea\u7d76\u820c\u8749\u4ed9\u5148\u5343\u5360\u5ba3\u5c02\u5c16\u5ddd\u6226\u6247\u64b0\u6813\u6834\u6cc9\u6d45\u6d17\u67d3\u6f5c\u714e\u717d\u65cb\u7a7f\u7bad\u7dda"],["9140","\u7e4a\u7fa8\u817a\u821b\u8239\u85a6\u8a6e\u8cce\u8df5\u9078\u9077\u92ad\u9291\u9583\u9bae\u524d\u5584\u6f38\u7136\u5168\u7985\u7e55\u81b3\u7cce\u564c\u5851\u5ca8\u63aa\u66fe\u66fd\u695a\u72d9\u758f\u758e\u790e\u7956\u79df\u7c97\u7d20\u7d44\u8607\u8a34\u963b\u9061\u9f20\u50e7\u5275\u53cc\u53e2\u5009\u55aa\u58ee\u594f\u723d\u5b8b\u5c64\u531d\u60e3\u60f3\u635c\u6383\u633f\u63bb"],["9180","\u64cd\u65e9\u66f9\u5de3\u69cd\u69fd\u6f15\u71e5\u4e89\u75e9\u76f8\u7a93\u7cdf\u7dcf\u7d9c\u8061\u8349\u8358\u846c\u84bc\u85fb\u88c5\u8d70\u9001\u906d\u9397\u971c\u9a12\u50cf\u5897\u618e\u81d3\u8535\u8d08\u9020\u4fc3\u5074\u5247\u5373\u606f\u6349\u675f\u6e2c\u8db3\u901f\u4fd7\u5c5e\u8cca\u65cf\u7d9a\u5352\u8896\u5176\u63c3\u5b58\u5b6b\u5c0a\u640d\u6751\u905c\u4ed6\u591a\u592a\u6c70\u8a51\u553e\u5815\u59a5\u60f0\u6253\u67c1\u8235\u6955\u9640\u99c4\u9a28\u4f53\u5806\u5bfe\u8010\u5cb1\u5e2f\u5f85\u6020\u614b\u6234\u66ff\u6cf0\u6ede\u80ce\u817f\u82d4\u888b\u8cb8\u9000\u902e\u968a\u9edb\u9bdb\u4ee3\u53f0\u5927\u7b2c\u918d\u984c\u9df9\u6edd\u7027\u5353\u5544\u5b85\u6258\u629e\u62d3\u6ca2\u6fef\u7422\u8a17\u9438\u6fc1\u8afe\u8338\u51e7\u86f8\u53ea"],["9240","\u53e9\u4f46\u9054\u8fb0\u596a\u8131\u5dfd\u7aea\u8fbf\u68da\u8c37\u72f8\u9c48\u6a3d\u8ab0\u4e39\u5358\u5606\u5766\u62c5\u63a2\u65e6\u6b4e\u6de1\u6e5b\u70ad\u77ed\u7aef\u7baa\u7dbb\u803d\u80c6\u86cb\u8a95\u935b\u56e3\u58c7\u5f3e\u65ad\u6696\u6a80\u6bb5\u7537\u8ac7\u5024\u77e5\u5730\u5f1b\u6065\u667a\u6c60\u75f4\u7a1a\u7f6e\u81f4\u8718\u9045\u99b3\u7bc9\u755c\u7af9\u7b51\u84c4"],["9280","\u9010\u79e9\u7a92\u8336\u5ae1\u7740\u4e2d\u4ef2\u5b99\u5fe0\u62bd\u663c\u67f1\u6ce8\u866b\u8877\u8a3b\u914e\u92f3\u99d0\u6a17\u7026\u732a\u82e7\u8457\u8caf\u4e01\u5146\u51cb\u558b\u5bf5\u5e16\u5e33\u5e81\u5f14\u5f35\u5f6b\u5fb4\u61f2\u6311\u66a2\u671d\u6f6e\u7252\u753a\u773a\u8074\u8139\u8178\u8776\u8abf\u8adc\u8d85\u8df3\u929a\u9577\u9802\u9ce5\u52c5\u6357\u76f4\u6715\u6c88\u73cd\u8cc3\u93ae\u9673\u6d25\u589c\u690e\u69cc\u8ffd\u939a\u75db\u901a\u585a\u6802\u63b4\u69fb\u4f43\u6f2c\u67d8\u8fbb\u8526\u7db4\u9354\u693f\u6f70\u576a\u58f7\u5b2c\u7d2c\u722a\u540a\u91e3\u9db4\u4ead\u4f4e\u505c\u5075\u5243\u8c9e\u5448\u5824\u5b9a\u5e1d\u5e95\u5ead\u5ef7\u5f1f\u608c\u62b5\u633a\u63d0\u68af\u6c40\u7887\u798e\u7a0b\u7de0\u8247\u8a02\u8ae6\u8e44\u9013"],["9340","\u90b8\u912d\u91d8\u9f0e\u6ce5\u6458\u64e2\u6575\u6ef4\u7684\u7b1b\u9069\u93d1\u6eba\u54f2\u5fb9\u64a4\u8f4d\u8fed\u9244\u5178\u586b\u5929\u5c55\u5e97\u6dfb\u7e8f\u751c\u8cbc\u8ee2\u985b\u70b9\u4f1d\u6bbf\u6fb1\u7530\u96fb\u514e\u5410\u5835\u5857\u59ac\u5c60\u5f92\u6597\u675c\u6e21\u767b\u83df\u8ced\u9014\u90fd\u934d\u7825\u783a\u52aa\u5ea6\u571f\u5974\u6012\u5012\u515a\u51ac"],["9380","\u51cd\u5200\u5510\u5854\u5858\u5957\u5b95\u5cf6\u5d8b\u60bc\u6295\u642d\u6771\u6843\u68bc\u68df\u76d7\u6dd8\u6e6f\u6d9b\u706f\u71c8\u5f53\u75d8\u7977\u7b49\u7b54\u7b52\u7cd6\u7d71\u5230\u8463\u8569\u85e4\u8a0e\u8b04\u8c46\u8e0f\u9003\u900f\u9419\u9676\u982d\u9a30\u95d8\u50cd\u52d5\u540c\u5802\u5c0e\u61a7\u649e\u6d1e\u77b3\u7ae5\u80f4\u8404\u9053\u9285\u5ce0\u9d07\u533f\u5f97\u5fb3\u6d9c\u7279\u7763\u79bf\u7be4\u6bd2\u72ec\u8aad\u6803\u6a61\u51f8\u7a81\u6934\u5c4a\u9cf6\u82eb\u5bc5\u9149\u701e\u5678\u5c6f\u60c7\u6566\u6c8c\u8c5a\u9041\u9813\u5451\u66c7\u920d\u5948\u90a3\u5185\u4e4d\u51ea\u8599\u8b0e\u7058\u637a\u934b\u6962\u99b4\u7e04\u7577\u5357\u6960\u8edf\u96e3\u6c5d\u4e8c\u5c3c\u5f10\u8fe9\u5302\u8cd1\u8089\u8679\u5eff\u65e5\u4e73\u5165"],["9440","\u5982\u5c3f\u97ee\u4efb\u598a\u5fcd\u8a8d\u6fe1\u79b0\u7962\u5be7\u8471\u732b\u71b1\u5e74\u5ff5\u637b\u649a\u71c3\u7c98\u4e43\u5efc\u4e4b\u57dc\u56a2\u60a9\u6fc3\u7d0d\u80fd\u8133\u81bf\u8fb2\u8997\u86a4\u5df4\u628a\u64ad\u8987\u6777\u6ce2\u6d3e\u7436\u7834\u5a46\u7f75\u82ad\u99ac\u4ff3\u5ec3\u62dd\u6392\u6557\u676f\u76c3\u724c\u80cc\u80ba\u8f29\u914d\u500d\u57f9\u5a92\u6885"],["9480","\u6973\u7164\u72fd\u8cb7\u58f2\u8ce0\u966a\u9019\u877f\u79e4\u77e7\u8429\u4f2f\u5265\u535a\u62cd\u67cf\u6cca\u767d\u7b94\u7c95\u8236\u8584\u8feb\u66dd\u6f20\u7206\u7e1b\u83ab\u99c1\u9ea6\u51fd\u7bb1\u7872\u7bb8\u8087\u7b48\u6ae8\u5e61\u808c\u7551\u7560\u516b\u9262\u6e8c\u767a\u9197\u9aea\u4f10\u7f70\u629c\u7b4f\u95a5\u9ce9\u567a\u5859\u86e4\u96bc\u4f34\u5224\u534a\u53cd\u53db\u5e06\u642c\u6591\u677f\u6c3e\u6c4e\u7248\u72af\u73ed\u7554\u7e41\u822c\u85e9\u8ca9\u7bc4\u91c6\u7169\u9812\u98ef\u633d\u6669\u756a\u76e4\u78d0\u8543\u86ee\u532a\u5351\u5426\u5983\u5e87\u5f7c\u60b2\u6249\u6279\u62ab\u6590\u6bd4\u6ccc\u75b2\u76ae\u7891\u79d8\u7dcb\u7f77\u80a5\u88ab\u8ab9\u8cbb\u907f\u975e\u98db\u6a0b\u7c38\u5099\u5c3e\u5fae\u6787\u6bd8\u7435\u7709\u7f8e"],["9540","\u9f3b\u67ca\u7a17\u5339\u758b\u9aed\u5f66\u819d\u83f1\u8098\u5f3c\u5fc5\u7562\u7b46\u903c\u6867\u59eb\u5a9b\u7d10\u767e\u8b2c\u4ff5\u5f6a\u6a19\u6c37\u6f02\u74e2\u7968\u8868\u8a55\u8c79\u5edf\u63cf\u75c5\u79d2\u82d7\u9328\u92f2\u849c\u86ed\u9c2d\u54c1\u5f6c\u658c\u6d5c\u7015\u8ca7\u8cd3\u983b\u654f\u74f6\u4e0d\u4ed8\u57e0\u592b\u5a66\u5bcc\u51a8\u5e03\u5e9c\u6016\u6276\u6577"],["9580","\u65a7\u666e\u6d6e\u7236\u7b26\u8150\u819a\u8299\u8b5c\u8ca0\u8ce6\u8d74\u961c\u9644\u4fae\u64ab\u6b66\u821e\u8461\u856a\u90e8\u5c01\u6953\u98a8\u847a\u8557\u4f0f\u526f\u5fa9\u5e45\u670d\u798f\u8179\u8907\u8986\u6df5\u5f17\u6255\u6cb8\u4ecf\u7269\u9b92\u5206\u543b\u5674\u58b3\u61a4\u626e\u711a\u596e\u7c89\u7cde\u7d1b\u96f0\u6587\u805e\u4e19\u4f75\u5175\u5840\u5e63\u5e73\u5f0a\u67c4\u4e26\u853d\u9589\u965b\u7c73\u9801\u50fb\u58c1\u7656\u78a7\u5225\u77a5\u8511\u7b86\u504f\u5909\u7247\u7bc7\u7de8\u8fba\u8fd4\u904d\u4fbf\u52c9\u5a29\u5f01\u97ad\u4fdd\u8217\u92ea\u5703\u6355\u6b69\u752b\u88dc\u8f14\u7a42\u52df\u5893\u6155\u620a\u66ae\u6bcd\u7c3f\u83e9\u5023\u4ff8\u5305\u5446\u5831\u5949\u5b9d\u5cf0\u5cef\u5d29\u5e96\u62b1\u6367\u653e\u65b9\u670b"],["9640","\u6cd5\u6ce1\u70f9\u7832\u7e2b\u80de\u82b3\u840c\u84ec\u8702\u8912\u8a2a\u8c4a\u90a6\u92d2\u98fd\u9cf3\u9d6c\u4e4f\u4ea1\u508d\u5256\u574a\u59a8\u5e3d\u5fd8\u5fd9\u623f\u66b4\u671b\u67d0\u68d2\u5192\u7d21\u80aa\u81a8\u8b00\u8c8c\u8cbf\u927e\u9632\u5420\u982c\u5317\u50d5\u535c\u58a8\u64b2\u6734\u7267\u7766\u7a46\u91e6\u52c3\u6ca1\u6b86\u5800\u5e4c\u5954\u672c\u7ffb\u51e1\u76c6"],["9680","\u6469\u78e8\u9b54\u9ebb\u57cb\u59b9\u6627\u679a\u6bce\u54e9\u69d9\u5e55\u819c\u6795\u9baa\u67fe\u9c52\u685d\u4ea6\u4fe3\u53c8\u62b9\u672b\u6cab\u8fc4\u4fad\u7e6d\u9ebf\u4e07\u6162\u6e80\u6f2b\u8513\u5473\u672a\u9b45\u5df3\u7b95\u5cac\u5bc6\u871c\u6e4a\u84d1\u7a14\u8108\u5999\u7c8d\u6c11\u7720\u52d9\u5922\u7121\u725f\u77db\u9727\u9d61\u690b\u5a7f\u5a18\u51a5\u540d\u547d\u660e\u76df\u8ff7\u9298\u9cf4\u59ea\u725d\u6ec5\u514d\u68c9\u7dbf\u7dec\u9762\u9eba\u6478\u6a21\u8302\u5984\u5b5f\u6bdb\u731b\u76f2\u7db2\u8017\u8499\u5132\u6728\u9ed9\u76ee\u6762\u52ff\u9905\u5c24\u623b\u7c7e\u8cb0\u554f\u60b6\u7d0b\u9580\u5301\u4e5f\u51b6\u591c\u723a\u8036\u91ce\u5f25\u77e2\u5384\u5f79\u7d04\u85ac\u8a33\u8e8d\u9756\u67f3\u85ae\u9453\u6109\u6108\u6cb9\u7652"],["9740","\u8aed\u8f38\u552f\u4f51\u512a\u52c7\u53cb\u5ba5\u5e7d\u60a0\u6182\u63d6\u6709\u67da\u6e67\u6d8c\u7336\u7337\u7531\u7950\u88d5\u8a98\u904a\u9091\u90f5\u96c4\u878d\u5915\u4e88\u4f59\u4e0e\u8a89\u8f3f\u9810\u50ad\u5e7c\u5996\u5bb9\u5eb8\u63da\u63fa\u64c1\u66dc\u694a\u69d8\u6d0b\u6eb6\u7194\u7528\u7aaf\u7f8a\u8000\u8449\u84c9\u8981\u8b21\u8e0a\u9065\u967d\u990a\u617e\u6291\u6b32"],["9780","\u6c83\u6d74\u7fcc\u7ffc\u6dc0\u7f85\u87ba\u88f8\u6765\u83b1\u983c\u96f7\u6d1b\u7d61\u843d\u916a\u4e71\u5375\u5d50\u6b04\u6feb\u85cd\u862d\u89a7\u5229\u540f\u5c65\u674e\u68a8\u7406\u7483\u75e2\u88cf\u88e1\u91cc\u96e2\u9678\u5f8b\u7387\u7acb\u844e\u63a0\u7565\u5289\u6d41\u6e9c\u7409\u7559\u786b\u7c92\u9686\u7adc\u9f8d\u4fb6\u616e\u65c5\u865c\u4e86\u4eae\u50da\u4e21\u51cc\u5bee\u6599\u6881\u6dbc\u731f\u7642\u77ad\u7a1c\u7ce7\u826f\u8ad2\u907c\u91cf\u9675\u9818\u529b\u7dd1\u502b\u5398\u6797\u6dcb\u71d0\u7433\u81e8\u8f2a\u96a3\u9c57\u9e9f\u7460\u5841\u6d99\u7d2f\u985e\u4ee4\u4f36\u4f8b\u51b7\u52b1\u5dba\u601c\u73b2\u793c\u82d3\u9234\u96b7\u96f6\u970a\u9e97\u9f62\u66a6\u6b74\u5217\u52a3\u70c8\u88c2\u5ec9\u604b\u6190\u6f23\u7149\u7c3e\u7df4\u806f"],["9840","\u84ee\u9023\u932c\u5442\u9b6f\u6ad3\u7089\u8cc2\u8def\u9732\u52b4\u5a41\u5eca\u5f04\u6717\u697c\u6994\u6d6a\u6f0f\u7262\u72fc\u7bed\u8001\u807e\u874b\u90ce\u516d\u9e93\u7984\u808b\u9332\u8ad6\u502d\u548c\u8a71\u6b6a\u8cc4\u8107\u60d1\u67a0\u9df2\u4e99\u4e98\u9c10\u8a6b\u85c1\u8568\u6900\u6e7e\u7897\u8155"],["989f","\u5f0c\u4e10\u4e15\u4e2a\u4e31\u4e36\u4e3c\u4e3f\u4e42\u4e56\u4e58\u4e82\u4e85\u8c6b\u4e8a\u8212\u5f0d\u4e8e\u4e9e\u4e9f\u4ea0\u4ea2\u4eb0\u4eb3\u4eb6\u4ece\u4ecd\u4ec4\u4ec6\u4ec2\u4ed7\u4ede\u4eed\u4edf\u4ef7\u4f09\u4f5a\u4f30\u4f5b\u4f5d\u4f57\u4f47\u4f76\u4f88\u4f8f\u4f98\u4f7b\u4f69\u4f70\u4f91\u4f6f\u4f86\u4f96\u5118\u4fd4\u4fdf\u4fce\u4fd8\u4fdb\u4fd1\u4fda\u4fd0\u4fe4\u4fe5\u501a\u5028\u5014\u502a\u5025\u5005\u4f1c\u4ff6\u5021\u5029\u502c\u4ffe\u4fef\u5011\u5006\u5043\u5047\u6703\u5055\u5050\u5048\u505a\u5056\u506c\u5078\u5080\u509a\u5085\u50b4\u50b2"],["9940","\u50c9\u50ca\u50b3\u50c2\u50d6\u50de\u50e5\u50ed\u50e3\u50ee\u50f9\u50f5\u5109\u5101\u5102\u5116\u5115\u5114\u511a\u5121\u513a\u5137\u513c\u513b\u513f\u5140\u5152\u514c\u5154\u5162\u7af8\u5169\u516a\u516e\u5180\u5182\u56d8\u518c\u5189\u518f\u5191\u5193\u5195\u5196\u51a4\u51a6\u51a2\u51a9\u51aa\u51ab\u51b3\u51b1\u51b2\u51b0\u51b5\u51bd\u51c5\u51c9\u51db\u51e0\u8655\u51e9\u51ed"],["9980","\u51f0\u51f5\u51fe\u5204\u520b\u5214\u520e\u5227\u522a\u522e\u5233\u5239\u524f\u5244\u524b\u524c\u525e\u5254\u526a\u5274\u5269\u5273\u527f\u527d\u528d\u5294\u5292\u5271\u5288\u5291\u8fa8\u8fa7\u52ac\u52ad\u52bc\u52b5\u52c1\u52cd\u52d7\u52de\u52e3\u52e6\u98ed\u52e0\u52f3\u52f5\u52f8\u52f9\u5306\u5308\u7538\u530d\u5310\u530f\u5315\u531a\u5323\u532f\u5331\u5333\u5338\u5340\u5346\u5345\u4e17\u5349\u534d\u51d6\u535e\u5369\u536e\u5918\u537b\u5377\u5382\u5396\u53a0\u53a6\u53a5\u53ae\u53b0\u53b6\u53c3\u7c12\u96d9\u53df\u66fc\u71ee\u53ee\u53e8\u53ed\u53fa\u5401\u543d\u5440\u542c\u542d\u543c\u542e\u5436\u5429\u541d\u544e\u548f\u5475\u548e\u545f\u5471\u5477\u5470\u5492\u547b\u5480\u5476\u5484\u5490\u5486\u54c7\u54a2\u54b8\u54a5\u54ac\u54c4\u54c8\u54a8"],["9a40","\u54ab\u54c2\u54a4\u54be\u54bc\u54d8\u54e5\u54e6\u550f\u5514\u54fd\u54ee\u54ed\u54fa\u54e2\u5539\u5540\u5563\u554c\u552e\u555c\u5545\u5556\u5557\u5538\u5533\u555d\u5599\u5580\u54af\u558a\u559f\u557b\u557e\u5598\u559e\u55ae\u557c\u5583\u55a9\u5587\u55a8\u55da\u55c5\u55df\u55c4\u55dc\u55e4\u55d4\u5614\u55f7\u5616\u55fe\u55fd\u561b\u55f9\u564e\u5650\u71df\u5634\u5636\u5632\u5638"],["9a80","\u566b\u5664\u562f\u566c\u566a\u5686\u5680\u568a\u56a0\u5694\u568f\u56a5\u56ae\u56b6\u56b4\u56c2\u56bc\u56c1\u56c3\u56c0\u56c8\u56ce\u56d1\u56d3\u56d7\u56ee\u56f9\u5700\u56ff\u5704\u5709\u5708\u570b\u570d\u5713\u5718\u5716\u55c7\u571c\u5726\u5737\u5738\u574e\u573b\u5740\u574f\u5769\u57c0\u5788\u5761\u577f\u5789\u5793\u57a0\u57b3\u57a4\u57aa\u57b0\u57c3\u57c6\u57d4\u57d2\u57d3\u580a\u57d6\u57e3\u580b\u5819\u581d\u5872\u5821\u5862\u584b\u5870\u6bc0\u5852\u583d\u5879\u5885\u58b9\u589f\u58ab\u58ba\u58de\u58bb\u58b8\u58ae\u58c5\u58d3\u58d1\u58d7\u58d9\u58d8\u58e5\u58dc\u58e4\u58df\u58ef\u58fa\u58f9\u58fb\u58fc\u58fd\u5902\u590a\u5910\u591b\u68a6\u5925\u592c\u592d\u5932\u5938\u593e\u7ad2\u5955\u5950\u594e\u595a\u5958\u5962\u5960\u5967\u596c\u5969"],["9b40","\u5978\u5981\u599d\u4f5e\u4fab\u59a3\u59b2\u59c6\u59e8\u59dc\u598d\u59d9\u59da\u5a25\u5a1f\u5a11\u5a1c\u5a09\u5a1a\u5a40\u5a6c\u5a49\u5a35\u5a36\u5a62\u5a6a\u5a9a\u5abc\u5abe\u5acb\u5ac2\u5abd\u5ae3\u5ad7\u5ae6\u5ae9\u5ad6\u5afa\u5afb\u5b0c\u5b0b\u5b16\u5b32\u5ad0\u5b2a\u5b36\u5b3e\u5b43\u5b45\u5b40\u5b51\u5b55\u5b5a\u5b5b\u5b65\u5b69\u5b70\u5b73\u5b75\u5b78\u6588\u5b7a\u5b80"],["9b80","\u5b83\u5ba6\u5bb8\u5bc3\u5bc7\u5bc9\u5bd4\u5bd0\u5be4\u5be6\u5be2\u5bde\u5be5\u5beb\u5bf0\u5bf6\u5bf3\u5c05\u5c07\u5c08\u5c0d\u5c13\u5c20\u5c22\u5c28\u5c38\u5c39\u5c41\u5c46\u5c4e\u5c53\u5c50\u5c4f\u5b71\u5c6c\u5c6e\u4e62\u5c76\u5c79\u5c8c\u5c91\u5c94\u599b\u5cab\u5cbb\u5cb6\u5cbc\u5cb7\u5cc5\u5cbe\u5cc7\u5cd9\u5ce9\u5cfd\u5cfa\u5ced\u5d8c\u5cea\u5d0b\u5d15\u5d17\u5d5c\u5d1f\u5d1b\u5d11\u5d14\u5d22\u5d1a\u5d19\u5d18\u5d4c\u5d52\u5d4e\u5d4b\u5d6c\u5d73\u5d76\u5d87\u5d84\u5d82\u5da2\u5d9d\u5dac\u5dae\u5dbd\u5d90\u5db7\u5dbc\u5dc9\u5dcd\u5dd3\u5dd2\u5dd6\u5ddb\u5deb\u5df2\u5df5\u5e0b\u5e1a\u5e19\u5e11\u5e1b\u5e36\u5e37\u5e44\u5e43\u5e40\u5e4e\u5e57\u5e54\u5e5f\u5e62\u5e64\u5e47\u5e75\u5e76\u5e7a\u9ebc\u5e7f\u5ea0\u5ec1\u5ec2\u5ec8\u5ed0\u5ecf"],["9c40","\u5ed6\u5ee3\u5edd\u5eda\u5edb\u5ee2\u5ee1\u5ee8\u5ee9\u5eec\u5ef1\u5ef3\u5ef0\u5ef4\u5ef8\u5efe\u5f03\u5f09\u5f5d\u5f5c\u5f0b\u5f11\u5f16\u5f29\u5f2d\u5f38\u5f41\u5f48\u5f4c\u5f4e\u5f2f\u5f51\u5f56\u5f57\u5f59\u5f61\u5f6d\u5f73\u5f77\u5f83\u5f82\u5f7f\u5f8a\u5f88\u5f91\u5f87\u5f9e\u5f99\u5f98\u5fa0\u5fa8\u5fad\u5fbc\u5fd6\u5ffb\u5fe4\u5ff8\u5ff1\u5fdd\u60b3\u5fff\u6021\u6060"],["9c80","\u6019\u6010\u6029\u600e\u6031\u601b\u6015\u602b\u6026\u600f\u603a\u605a\u6041\u606a\u6077\u605f\u604a\u6046\u604d\u6063\u6043\u6064\u6042\u606c\u606b\u6059\u6081\u608d\u60e7\u6083\u609a\u6084\u609b\u6096\u6097\u6092\u60a7\u608b\u60e1\u60b8\u60e0\u60d3\u60b4\u5ff0\u60bd\u60c6\u60b5\u60d8\u614d\u6115\u6106\u60f6\u60f7\u6100\u60f4\u60fa\u6103\u6121\u60fb\u60f1\u610d\u610e\u6147\u613e\u6128\u6127\u614a\u613f\u613c\u612c\u6134\u613d\u6142\u6144\u6173\u6177\u6158\u6159\u615a\u616b\u6174\u616f\u6165\u6171\u615f\u615d\u6153\u6175\u6199\u6196\u6187\u61ac\u6194\u619a\u618a\u6191\u61ab\u61ae\u61cc\u61ca\u61c9\u61f7\u61c8\u61c3\u61c6\u61ba\u61cb\u7f79\u61cd\u61e6\u61e3\u61f6\u61fa\u61f4\u61ff\u61fd\u61fc\u61fe\u6200\u6208\u6209\u620d\u620c\u6214\u621b"],["9d40","\u621e\u6221\u622a\u622e\u6230\u6232\u6233\u6241\u624e\u625e\u6263\u625b\u6260\u6268\u627c\u6282\u6289\u627e\u6292\u6293\u6296\u62d4\u6283\u6294\u62d7\u62d1\u62bb\u62cf\u62ff\u62c6\u64d4\u62c8\u62dc\u62cc\u62ca\u62c2\u62c7\u629b\u62c9\u630c\u62ee\u62f1\u6327\u6302\u6308\u62ef\u62f5\u6350\u633e\u634d\u641c\u634f\u6396\u638e\u6380\u63ab\u6376\u63a3\u638f\u6389\u639f\u63b5\u636b"],["9d80","\u6369\u63be\u63e9\u63c0\u63c6\u63e3\u63c9\u63d2\u63f6\u63c4\u6416\u6434\u6406\u6413\u6426\u6436\u651d\u6417\u6428\u640f\u6467\u646f\u6476\u644e\u652a\u6495\u6493\u64a5\u64a9\u6488\u64bc\u64da\u64d2\u64c5\u64c7\u64bb\u64d8\u64c2\u64f1\u64e7\u8209\u64e0\u64e1\u62ac\u64e3\u64ef\u652c\u64f6\u64f4\u64f2\u64fa\u6500\u64fd\u6518\u651c\u6505\u6524\u6523\u652b\u6534\u6535\u6537\u6536\u6538\u754b\u6548\u6556\u6555\u654d\u6558\u655e\u655d\u6572\u6578\u6582\u6583\u8b8a\u659b\u659f\u65ab\u65b7\u65c3\u65c6\u65c1\u65c4\u65cc\u65d2\u65db\u65d9\u65e0\u65e1\u65f1\u6772\u660a\u6603\u65fb\u6773\u6635\u6636\u6634\u661c\u664f\u6644\u6649\u6641\u665e\u665d\u6664\u6667\u6668\u665f\u6662\u6670\u6683\u6688\u668e\u6689\u6684\u6698\u669d\u66c1\u66b9\u66c9\u66be\u66bc"],["9e40","\u66c4\u66b8\u66d6\u66da\u66e0\u663f\u66e6\u66e9\u66f0\u66f5\u66f7\u670f\u6716\u671e\u6726\u6727\u9738\u672e\u673f\u6736\u6741\u6738\u6737\u6746\u675e\u6760\u6759\u6763\u6764\u6789\u6770\u67a9\u677c\u676a\u678c\u678b\u67a6\u67a1\u6785\u67b7\u67ef\u67b4\u67ec\u67b3\u67e9\u67b8\u67e4\u67de\u67dd\u67e2\u67ee\u67b9\u67ce\u67c6\u67e7\u6a9c\u681e\u6846\u6829\u6840\u684d\u6832\u684e"],["9e80","\u68b3\u682b\u6859\u6863\u6877\u687f\u689f\u688f\u68ad\u6894\u689d\u689b\u6883\u6aae\u68b9\u6874\u68b5\u68a0\u68ba\u690f\u688d\u687e\u6901\u68ca\u6908\u68d8\u6922\u6926\u68e1\u690c\u68cd\u68d4\u68e7\u68d5\u6936\u6912\u6904\u68d7\u68e3\u6925\u68f9\u68e0\u68ef\u6928\u692a\u691a\u6923\u6921\u68c6\u6979\u6977\u695c\u6978\u696b\u6954\u697e\u696e\u6939\u6974\u693d\u6959\u6930\u6961\u695e\u695d\u6981\u696a\u69b2\u69ae\u69d0\u69bf\u69c1\u69d3\u69be\u69ce\u5be8\u69ca\u69dd\u69bb\u69c3\u69a7\u6a2e\u6991\u69a0\u699c\u6995\u69b4\u69de\u69e8\u6a02\u6a1b\u69ff\u6b0a\u69f9\u69f2\u69e7\u6a05\u69b1\u6a1e\u69ed\u6a14\u69eb\u6a0a\u6a12\u6ac1\u6a23\u6a13\u6a44\u6a0c\u6a72\u6a36\u6a78\u6a47\u6a62\u6a59\u6a66\u6a48\u6a38\u6a22\u6a90\u6a8d\u6aa0\u6a84\u6aa2\u6aa3"],["9f40","\u6a97\u8617\u6abb\u6ac3\u6ac2\u6ab8\u6ab3\u6aac\u6ade\u6ad1\u6adf\u6aaa\u6ada\u6aea\u6afb\u6b05\u8616\u6afa\u6b12\u6b16\u9b31\u6b1f\u6b38\u6b37\u76dc\u6b39\u98ee\u6b47\u6b43\u6b49\u6b50\u6b59\u6b54\u6b5b\u6b5f\u6b61\u6b78\u6b79\u6b7f\u6b80\u6b84\u6b83\u6b8d\u6b98\u6b95\u6b9e\u6ba4\u6baa\u6bab\u6baf\u6bb2\u6bb1\u6bb3\u6bb7\u6bbc\u6bc6\u6bcb\u6bd3\u6bdf\u6bec\u6beb\u6bf3\u6bef"],["9f80","\u9ebe\u6c08\u6c13\u6c14\u6c1b\u6c24\u6c23\u6c5e\u6c55\u6c62\u6c6a\u6c82\u6c8d\u6c9a\u6c81\u6c9b\u6c7e\u6c68\u6c73\u6c92\u6c90\u6cc4\u6cf1\u6cd3\u6cbd\u6cd7\u6cc5\u6cdd\u6cae\u6cb1\u6cbe\u6cba\u6cdb\u6cef\u6cd9\u6cea\u6d1f\u884d\u6d36\u6d2b\u6d3d\u6d38\u6d19\u6d35\u6d33\u6d12\u6d0c\u6d63\u6d93\u6d64\u6d5a\u6d79\u6d59\u6d8e\u6d95\u6fe4\u6d85\u6df9\u6e15\u6e0a\u6db5\u6dc7\u6de6\u6db8\u6dc6\u6dec\u6dde\u6dcc\u6de8\u6dd2\u6dc5\u6dfa\u6dd9\u6de4\u6dd5\u6dea\u6dee\u6e2d\u6e6e\u6e2e\u6e19\u6e72\u6e5f\u6e3e\u6e23\u6e6b\u6e2b\u6e76\u6e4d\u6e1f\u6e43\u6e3a\u6e4e\u6e24\u6eff\u6e1d\u6e38\u6e82\u6eaa\u6e98\u6ec9\u6eb7\u6ed3\u6ebd\u6eaf\u6ec4\u6eb2\u6ed4\u6ed5\u6e8f\u6ea5\u6ec2\u6e9f\u6f41\u6f11\u704c\u6eec\u6ef8\u6efe\u6f3f\u6ef2\u6f31\u6eef\u6f32\u6ecc"],["e040","\u6f3e\u6f13\u6ef7\u6f86\u6f7a\u6f78\u6f81\u6f80\u6f6f\u6f5b\u6ff3\u6f6d\u6f82\u6f7c\u6f58\u6f8e\u6f91\u6fc2\u6f66\u6fb3\u6fa3\u6fa1\u6fa4\u6fb9\u6fc6\u6faa\u6fdf\u6fd5\u6fec\u6fd4\u6fd8\u6ff1\u6fee\u6fdb\u7009\u700b\u6ffa\u7011\u7001\u700f\u6ffe\u701b\u701a\u6f74\u701d\u7018\u701f\u7030\u703e\u7032\u7051\u7063\u7099\u7092\u70af\u70f1\u70ac\u70b8\u70b3\u70ae\u70df\u70cb\u70dd"],["e080","\u70d9\u7109\u70fd\u711c\u7119\u7165\u7155\u7188\u7166\u7162\u714c\u7156\u716c\u718f\u71fb\u7184\u7195\u71a8\u71ac\u71d7\u71b9\u71be\u71d2\u71c9\u71d4\u71ce\u71e0\u71ec\u71e7\u71f5\u71fc\u71f9\u71ff\u720d\u7210\u721b\u7228\u722d\u722c\u7230\u7232\u723b\u723c\u723f\u7240\u7246\u724b\u7258\u7274\u727e\u7282\u7281\u7287\u7292\u7296\u72a2\u72a7\u72b9\u72b2\u72c3\u72c6\u72c4\u72ce\u72d2\u72e2\u72e0\u72e1\u72f9\u72f7\u500f\u7317\u730a\u731c\u7316\u731d\u7334\u732f\u7329\u7325\u733e\u734e\u734f\u9ed8\u7357\u736a\u7368\u7370\u7378\u7375\u737b\u737a\u73c8\u73b3\u73ce\u73bb\u73c0\u73e5\u73ee\u73de\u74a2\u7405\u746f\u7425\u73f8\u7432\u743a\u7455\u743f\u745f\u7459\u7441\u745c\u7469\u7470\u7463\u746a\u7476\u747e\u748b\u749e\u74a7\u74ca\u74cf\u74d4\u73f1"],["e140","\u74e0\u74e3\u74e7\u74e9\u74ee\u74f2\u74f0\u74f1\u74f8\u74f7\u7504\u7503\u7505\u750c\u750e\u750d\u7515\u7513\u751e\u7526\u752c\u753c\u7544\u754d\u754a\u7549\u755b\u7546\u755a\u7569\u7564\u7567\u756b\u756d\u7578\u7576\u7586\u7587\u7574\u758a\u7589\u7582\u7594\u759a\u759d\u75a5\u75a3\u75c2\u75b3\u75c3\u75b5\u75bd\u75b8\u75bc\u75b1\u75cd\u75ca\u75d2\u75d9\u75e3\u75de\u75fe\u75ff"],["e180","\u75fc\u7601\u75f0\u75fa\u75f2\u75f3\u760b\u760d\u7609\u761f\u7627\u7620\u7621\u7622\u7624\u7634\u7630\u763b\u7647\u7648\u7646\u765c\u7658\u7661\u7662\u7668\u7669\u766a\u7667\u766c\u7670\u7672\u7676\u7678\u767c\u7680\u7683\u7688\u768b\u768e\u7696\u7693\u7699\u769a\u76b0\u76b4\u76b8\u76b9\u76ba\u76c2\u76cd\u76d6\u76d2\u76de\u76e1\u76e5\u76e7\u76ea\u862f\u76fb\u7708\u7707\u7704\u7729\u7724\u771e\u7725\u7726\u771b\u7737\u7738\u7747\u775a\u7768\u776b\u775b\u7765\u777f\u777e\u7779\u778e\u778b\u7791\u77a0\u779e\u77b0\u77b6\u77b9\u77bf\u77bc\u77bd\u77bb\u77c7\u77cd\u77d7\u77da\u77dc\u77e3\u77ee\u77fc\u780c\u7812\u7926\u7820\u792a\u7845\u788e\u7874\u7886\u787c\u789a\u788c\u78a3\u78b5\u78aa\u78af\u78d1\u78c6\u78cb\u78d4\u78be\u78bc\u78c5\u78ca\u78ec"],["e240","\u78e7\u78da\u78fd\u78f4\u7907\u7912\u7911\u7919\u792c\u792b\u7940\u7960\u7957\u795f\u795a\u7955\u7953\u797a\u797f\u798a\u799d\u79a7\u9f4b\u79aa\u79ae\u79b3\u79b9\u79ba\u79c9\u79d5\u79e7\u79ec\u79e1\u79e3\u7a08\u7a0d\u7a18\u7a19\u7a20\u7a1f\u7980\u7a31\u7a3b\u7a3e\u7a37\u7a43\u7a57\u7a49\u7a61\u7a62\u7a69\u9f9d\u7a70\u7a79\u7a7d\u7a88\u7a97\u7a95\u7a98\u7a96\u7aa9\u7ac8\u7ab0"],["e280","\u7ab6\u7ac5\u7ac4\u7abf\u9083\u7ac7\u7aca\u7acd\u7acf\u7ad5\u7ad3\u7ad9\u7ada\u7add\u7ae1\u7ae2\u7ae6\u7aed\u7af0\u7b02\u7b0f\u7b0a\u7b06\u7b33\u7b18\u7b19\u7b1e\u7b35\u7b28\u7b36\u7b50\u7b7a\u7b04\u7b4d\u7b0b\u7b4c\u7b45\u7b75\u7b65\u7b74\u7b67\u7b70\u7b71\u7b6c\u7b6e\u7b9d\u7b98\u7b9f\u7b8d\u7b9c\u7b9a\u7b8b\u7b92\u7b8f\u7b5d\u7b99\u7bcb\u7bc1\u7bcc\u7bcf\u7bb4\u7bc6\u7bdd\u7be9\u7c11\u7c14\u7be6\u7be5\u7c60\u7c00\u7c07\u7c13\u7bf3\u7bf7\u7c17\u7c0d\u7bf6\u7c23\u7c27\u7c2a\u7c1f\u7c37\u7c2b\u7c3d\u7c4c\u7c43\u7c54\u7c4f\u7c40\u7c50\u7c58\u7c5f\u7c64\u7c56\u7c65\u7c6c\u7c75\u7c83\u7c90\u7ca4\u7cad\u7ca2\u7cab\u7ca1\u7ca8\u7cb3\u7cb2\u7cb1\u7cae\u7cb9\u7cbd\u7cc0\u7cc5\u7cc2\u7cd8\u7cd2\u7cdc\u7ce2\u9b3b\u7cef\u7cf2\u7cf4\u7cf6\u7cfa\u7d06"],["e340","\u7d02\u7d1c\u7d15\u7d0a\u7d45\u7d4b\u7d2e\u7d32\u7d3f\u7d35\u7d46\u7d73\u7d56\u7d4e\u7d72\u7d68\u7d6e\u7d4f\u7d63\u7d93\u7d89\u7d5b\u7d8f\u7d7d\u7d9b\u7dba\u7dae\u7da3\u7db5\u7dc7\u7dbd\u7dab\u7e3d\u7da2\u7daf\u7ddc\u7db8\u7d9f\u7db0\u7dd8\u7ddd\u7de4\u7dde\u7dfb\u7df2\u7de1\u7e05\u7e0a\u7e23\u7e21\u7e12\u7e31\u7e1f\u7e09\u7e0b\u7e22\u7e46\u7e66\u7e3b\u7e35\u7e39\u7e43\u7e37"],["e380","\u7e32\u7e3a\u7e67\u7e5d\u7e56\u7e5e\u7e59\u7e5a\u7e79\u7e6a\u7e69\u7e7c\u7e7b\u7e83\u7dd5\u7e7d\u8fae\u7e7f\u7e88\u7e89\u7e8c\u7e92\u7e90\u7e93\u7e94\u7e96\u7e8e\u7e9b\u7e9c\u7f38\u7f3a\u7f45\u7f4c\u7f4d\u7f4e\u7f50\u7f51\u7f55\u7f54\u7f58\u7f5f\u7f60\u7f68\u7f69\u7f67\u7f78\u7f82\u7f86\u7f83\u7f88\u7f87\u7f8c\u7f94\u7f9e\u7f9d\u7f9a\u7fa3\u7faf\u7fb2\u7fb9\u7fae\u7fb6\u7fb8\u8b71\u7fc5\u7fc6\u7fca\u7fd5\u7fd4\u7fe1\u7fe6\u7fe9\u7ff3\u7ff9\u98dc\u8006\u8004\u800b\u8012\u8018\u8019\u801c\u8021\u8028\u803f\u803b\u804a\u8046\u8052\u8058\u805a\u805f\u8062\u8068\u8073\u8072\u8070\u8076\u8079\u807d\u807f\u8084\u8086\u8085\u809b\u8093\u809a\u80ad\u5190\u80ac\u80db\u80e5\u80d9\u80dd\u80c4\u80da\u80d6\u8109\u80ef\u80f1\u811b\u8129\u8123\u812f\u814b"],["e440","\u968b\u8146\u813e\u8153\u8151\u80fc\u8171\u816e\u8165\u8166\u8174\u8183\u8188\u818a\u8180\u8182\u81a0\u8195\u81a4\u81a3\u815f\u8193\u81a9\u81b0\u81b5\u81be\u81b8\u81bd\u81c0\u81c2\u81ba\u81c9\u81cd\u81d1\u81d9\u81d8\u81c8\u81da\u81df\u81e0\u81e7\u81fa\u81fb\u81fe\u8201\u8202\u8205\u8207\u820a\u820d\u8210\u8216\u8229\u822b\u8238\u8233\u8240\u8259\u8258\u825d\u825a\u825f\u8264"],["e480","\u8262\u8268\u826a\u826b\u822e\u8271\u8277\u8278\u827e\u828d\u8292\u82ab\u829f\u82bb\u82ac\u82e1\u82e3\u82df\u82d2\u82f4\u82f3\u82fa\u8393\u8303\u82fb\u82f9\u82de\u8306\u82dc\u8309\u82d9\u8335\u8334\u8316\u8332\u8331\u8340\u8339\u8350\u8345\u832f\u832b\u8317\u8318\u8385\u839a\u83aa\u839f\u83a2\u8396\u8323\u838e\u8387\u838a\u837c\u83b5\u8373\u8375\u83a0\u8389\u83a8\u83f4\u8413\u83eb\u83ce\u83fd\u8403\u83d8\u840b\u83c1\u83f7\u8407\u83e0\u83f2\u840d\u8422\u8420\u83bd\u8438\u8506\u83fb\u846d\u842a\u843c\u855a\u8484\u8477\u846b\u84ad\u846e\u8482\u8469\u8446\u842c\u846f\u8479\u8435\u84ca\u8462\u84b9\u84bf\u849f\u84d9\u84cd\u84bb\u84da\u84d0\u84c1\u84c6\u84d6\u84a1\u8521\u84ff\u84f4\u8517\u8518\u852c\u851f\u8515\u8514\u84fc\u8540\u8563\u8558\u8548"],["e540","\u8541\u8602\u854b\u8555\u8580\u85a4\u8588\u8591\u858a\u85a8\u856d\u8594\u859b\u85ea\u8587\u859c\u8577\u857e\u8590\u85c9\u85ba\u85cf\u85b9\u85d0\u85d5\u85dd\u85e5\u85dc\u85f9\u860a\u8613\u860b\u85fe\u85fa\u8606\u8622\u861a\u8630\u863f\u864d\u4e55\u8654\u865f\u8667\u8671\u8693\u86a3\u86a9\u86aa\u868b\u868c\u86b6\u86af\u86c4\u86c6\u86b0\u86c9\u8823\u86ab\u86d4\u86de\u86e9\u86ec"],["e580","\u86df\u86db\u86ef\u8712\u8706\u8708\u8700\u8703\u86fb\u8711\u8709\u870d\u86f9\u870a\u8734\u873f\u8737\u873b\u8725\u8729\u871a\u8760\u875f\u8778\u874c\u874e\u8774\u8757\u8768\u876e\u8759\u8753\u8763\u876a\u8805\u87a2\u879f\u8782\u87af\u87cb\u87bd\u87c0\u87d0\u96d6\u87ab\u87c4\u87b3\u87c7\u87c6\u87bb\u87ef\u87f2\u87e0\u880f\u880d\u87fe\u87f6\u87f7\u880e\u87d2\u8811\u8816\u8815\u8822\u8821\u8831\u8836\u8839\u8827\u883b\u8844\u8842\u8852\u8859\u885e\u8862\u886b\u8881\u887e\u889e\u8875\u887d\u88b5\u8872\u8882\u8897\u8892\u88ae\u8899\u88a2\u888d\u88a4\u88b0\u88bf\u88b1\u88c3\u88c4\u88d4\u88d8\u88d9\u88dd\u88f9\u8902\u88fc\u88f4\u88e8\u88f2\u8904\u890c\u890a\u8913\u8943\u891e\u8925\u892a\u892b\u8941\u8944\u893b\u8936\u8938\u894c\u891d\u8960\u895e"],["e640","\u8966\u8964\u896d\u896a\u896f\u8974\u8977\u897e\u8983\u8988\u898a\u8993\u8998\u89a1\u89a9\u89a6\u89ac\u89af\u89b2\u89ba\u89bd\u89bf\u89c0\u89da\u89dc\u89dd\u89e7\u89f4\u89f8\u8a03\u8a16\u8a10\u8a0c\u8a1b\u8a1d\u8a25\u8a36\u8a41\u8a5b\u8a52\u8a46\u8a48\u8a7c\u8a6d\u8a6c\u8a62\u8a85\u8a82\u8a84\u8aa8\u8aa1\u8a91\u8aa5\u8aa6\u8a9a\u8aa3\u8ac4\u8acd\u8ac2\u8ada\u8aeb\u8af3\u8ae7"],["e680","\u8ae4\u8af1\u8b14\u8ae0\u8ae2\u8af7\u8ade\u8adb\u8b0c\u8b07\u8b1a\u8ae1\u8b16\u8b10\u8b17\u8b20\u8b33\u97ab\u8b26\u8b2b\u8b3e\u8b28\u8b41\u8b4c\u8b4f\u8b4e\u8b49\u8b56\u8b5b\u8b5a\u8b6b\u8b5f\u8b6c\u8b6f\u8b74\u8b7d\u8b80\u8b8c\u8b8e\u8b92\u8b93\u8b96\u8b99\u8b9a\u8c3a\u8c41\u8c3f\u8c48\u8c4c\u8c4e\u8c50\u8c55\u8c62\u8c6c\u8c78\u8c7a\u8c82\u8c89\u8c85\u8c8a\u8c8d\u8c8e\u8c94\u8c7c\u8c98\u621d\u8cad\u8caa\u8cbd\u8cb2\u8cb3\u8cae\u8cb6\u8cc8\u8cc1\u8ce4\u8ce3\u8cda\u8cfd\u8cfa\u8cfb\u8d04\u8d05\u8d0a\u8d07\u8d0f\u8d0d\u8d10\u9f4e\u8d13\u8ccd\u8d14\u8d16\u8d67\u8d6d\u8d71\u8d73\u8d81\u8d99\u8dc2\u8dbe\u8dba\u8dcf\u8dda\u8dd6\u8dcc\u8ddb\u8dcb\u8dea\u8deb\u8ddf\u8de3\u8dfc\u8e08\u8e09\u8dff\u8e1d\u8e1e\u8e10\u8e1f\u8e42\u8e35\u8e30\u8e34\u8e4a"],["e740","\u8e47\u8e49\u8e4c\u8e50\u8e48\u8e59\u8e64\u8e60\u8e2a\u8e63\u8e55\u8e76\u8e72\u8e7c\u8e81\u8e87\u8e85\u8e84\u8e8b\u8e8a\u8e93\u8e91\u8e94\u8e99\u8eaa\u8ea1\u8eac\u8eb0\u8ec6\u8eb1\u8ebe\u8ec5\u8ec8\u8ecb\u8edb\u8ee3\u8efc\u8efb\u8eeb\u8efe\u8f0a\u8f05\u8f15\u8f12\u8f19\u8f13\u8f1c\u8f1f\u8f1b\u8f0c\u8f26\u8f33\u8f3b\u8f39\u8f45\u8f42\u8f3e\u8f4c\u8f49\u8f46\u8f4e\u8f57\u8f5c"],["e780","\u8f62\u8f63\u8f64\u8f9c\u8f9f\u8fa3\u8fad\u8faf\u8fb7\u8fda\u8fe5\u8fe2\u8fea\u8fef\u9087\u8ff4\u9005\u8ff9\u8ffa\u9011\u9015\u9021\u900d\u901e\u9016\u900b\u9027\u9036\u9035\u9039\u8ff8\u904f\u9050\u9051\u9052\u900e\u9049\u903e\u9056\u9058\u905e\u9068\u906f\u9076\u96a8\u9072\u9082\u907d\u9081\u9080\u908a\u9089\u908f\u90a8\u90af\u90b1\u90b5\u90e2\u90e4\u6248\u90db\u9102\u9112\u9119\u9132\u9130\u914a\u9156\u9158\u9163\u9165\u9169\u9173\u9172\u918b\u9189\u9182\u91a2\u91ab\u91af\u91aa\u91b5\u91b4\u91ba\u91c0\u91c1\u91c9\u91cb\u91d0\u91d6\u91df\u91e1\u91db\u91fc\u91f5\u91f6\u921e\u91ff\u9214\u922c\u9215\u9211\u925e\u9257\u9245\u9249\u9264\u9248\u9295\u923f\u924b\u9250\u929c\u9296\u9293\u929b\u925a\u92cf\u92b9\u92b7\u92e9\u930f\u92fa\u9344\u932e"],["e840","\u9319\u9322\u931a\u9323\u933a\u9335\u933b\u935c\u9360\u937c\u936e\u9356\u93b0\u93ac\u93ad\u9394\u93b9\u93d6\u93d7\u93e8\u93e5\u93d8\u93c3\u93dd\u93d0\u93c8\u93e4\u941a\u9414\u9413\u9403\u9407\u9410\u9436\u942b\u9435\u9421\u943a\u9441\u9452\u9444\u945b\u9460\u9462\u945e\u946a\u9229\u9470\u9475\u9477\u947d\u945a\u947c\u947e\u9481\u947f\u9582\u9587\u958a\u9594\u9596\u9598\u9599"],["e880","\u95a0\u95a8\u95a7\u95ad\u95bc\u95bb\u95b9\u95be\u95ca\u6ff6\u95c3\u95cd\u95cc\u95d5\u95d4\u95d6\u95dc\u95e1\u95e5\u95e2\u9621\u9628\u962e\u962f\u9642\u964c\u964f\u964b\u9677\u965c\u965e\u965d\u965f\u9666\u9672\u966c\u968d\u9698\u9695\u9697\u96aa\u96a7\u96b1\u96b2\u96b0\u96b4\u96b6\u96b8\u96b9\u96ce\u96cb\u96c9\u96cd\u894d\u96dc\u970d\u96d5\u96f9\u9704\u9706\u9708\u9713\u970e\u9711\u970f\u9716\u9719\u9724\u972a\u9730\u9739\u973d\u973e\u9744\u9746\u9748\u9742\u9749\u975c\u9760\u9764\u9766\u9768\u52d2\u976b\u9771\u9779\u9785\u977c\u9781\u977a\u9786\u978b\u978f\u9790\u979c\u97a8\u97a6\u97a3\u97b3\u97b4\u97c3\u97c6\u97c8\u97cb\u97dc\u97ed\u9f4f\u97f2\u7adf\u97f6\u97f5\u980f\u980c\u9838\u9824\u9821\u9837\u983d\u9846\u984f\u984b\u986b\u986f\u9870"],["e940","\u9871\u9874\u9873\u98aa\u98af\u98b1\u98b6\u98c4\u98c3\u98c6\u98e9\u98eb\u9903\u9909\u9912\u9914\u9918\u9921\u991d\u991e\u9924\u9920\u992c\u992e\u993d\u993e\u9942\u9949\u9945\u9950\u994b\u9951\u9952\u994c\u9955\u9997\u9998\u99a5\u99ad\u99ae\u99bc\u99df\u99db\u99dd\u99d8\u99d1\u99ed\u99ee\u99f1\u99f2\u99fb\u99f8\u9a01\u9a0f\u9a05\u99e2\u9a19\u9a2b\u9a37\u9a45\u9a42\u9a40\u9a43"],["e980","\u9a3e\u9a55\u9a4d\u9a5b\u9a57\u9a5f\u9a62\u9a65\u9a64\u9a69\u9a6b\u9a6a\u9aad\u9ab0\u9abc\u9ac0\u9acf\u9ad1\u9ad3\u9ad4\u9ade\u9adf\u9ae2\u9ae3\u9ae6\u9aef\u9aeb\u9aee\u9af4\u9af1\u9af7\u9afb\u9b06\u9b18\u9b1a\u9b1f\u9b22\u9b23\u9b25\u9b27\u9b28\u9b29\u9b2a\u9b2e\u9b2f\u9b32\u9b44\u9b43\u9b4f\u9b4d\u9b4e\u9b51\u9b58\u9b74\u9b93\u9b83\u9b91\u9b96\u9b97\u9b9f\u9ba0\u9ba8\u9bb4\u9bc0\u9bca\u9bb9\u9bc6\u9bcf\u9bd1\u9bd2\u9be3\u9be2\u9be4\u9bd4\u9be1\u9c3a\u9bf2\u9bf1\u9bf0\u9c15\u9c14\u9c09\u9c13\u9c0c\u9c06\u9c08\u9c12\u9c0a\u9c04\u9c2e\u9c1b\u9c25\u9c24\u9c21\u9c30\u9c47\u9c32\u9c46\u9c3e\u9c5a\u9c60\u9c67\u9c76\u9c78\u9ce7\u9cec\u9cf0\u9d09\u9d08\u9ceb\u9d03\u9d06\u9d2a\u9d26\u9daf\u9d23\u9d1f\u9d44\u9d15\u9d12\u9d41\u9d3f\u9d3e\u9d46\u9d48"],["ea40","\u9d5d\u9d5e\u9d64\u9d51\u9d50\u9d59\u9d72\u9d89\u9d87\u9dab\u9d6f\u9d7a\u9d9a\u9da4\u9da9\u9db2\u9dc4\u9dc1\u9dbb\u9db8\u9dba\u9dc6\u9dcf\u9dc2\u9dd9\u9dd3\u9df8\u9de6\u9ded\u9def\u9dfd\u9e1a\u9e1b\u9e1e\u9e75\u9e79\u9e7d\u9e81\u9e88\u9e8b\u9e8c\u9e92\u9e95\u9e91\u9e9d\u9ea5\u9ea9\u9eb8\u9eaa\u9ead\u9761\u9ecc\u9ece\u9ecf\u9ed0\u9ed4\u9edc\u9ede\u9edd\u9ee0\u9ee5\u9ee8\u9eef"],["ea80","\u9ef4\u9ef6\u9ef7\u9ef9\u9efb\u9efc\u9efd\u9f07\u9f08\u76b7\u9f15\u9f21\u9f2c\u9f3e\u9f4a\u9f52\u9f54\u9f63\u9f5f\u9f60\u9f61\u9f66\u9f67\u9f6c\u9f6a\u9f77\u9f72\u9f76\u9f95\u9f9c\u9fa0\u582f\u69c7\u9059\u7464\u51dc\u7199"],["ed40","\u7e8a\u891c\u9348\u9288\u84dc\u4fc9\u70bb\u6631\u68c8\u92f9\u66fb\u5f45\u4e28\u4ee1\u4efc\u4f00\u4f03\u4f39\u4f56\u4f92\u4f8a\u4f9a\u4f94\u4fcd\u5040\u5022\u4fff\u501e\u5046\u5070\u5042\u5094\u50f4\u50d8\u514a\u5164\u519d\u51be\u51ec\u5215\u529c\u52a6\u52c0\u52db\u5300\u5307\u5324\u5372\u5393\u53b2\u53dd\ufa0e\u549c\u548a\u54a9\u54ff\u5586\u5759\u5765\u57ac\u57c8\u57c7\ufa0f"],["ed80","\ufa10\u589e\u58b2\u590b\u5953\u595b\u595d\u5963\u59a4\u59ba\u5b56\u5bc0\u752f\u5bd8\u5bec\u5c1e\u5ca6\u5cba\u5cf5\u5d27\u5d53\ufa11\u5d42\u5d6d\u5db8\u5db9\u5dd0\u5f21\u5f34\u5f67\u5fb7\u5fde\u605d\u6085\u608a\u60de\u60d5\u6120\u60f2\u6111\u6137\u6130\u6198\u6213\u62a6\u63f5\u6460\u649d\u64ce\u654e\u6600\u6615\u663b\u6609\u662e\u661e\u6624\u6665\u6657\u6659\ufa12\u6673\u6699\u66a0\u66b2\u66bf\u66fa\u670e\uf929\u6766\u67bb\u6852\u67c0\u6801\u6844\u68cf\ufa13\u6968\ufa14\u6998\u69e2\u6a30\u6a6b\u6a46\u6a73\u6a7e\u6ae2\u6ae4\u6bd6\u6c3f\u6c5c\u6c86\u6c6f\u6cda\u6d04\u6d87\u6d6f\u6d96\u6dac\u6dcf\u6df8\u6df2\u6dfc\u6e39\u6e5c\u6e27\u6e3c\u6ebf\u6f88\u6fb5\u6ff5\u7005\u7007\u7028\u7085\u70ab\u710f\u7104\u715c\u7146\u7147\ufa15\u71c1\u71fe\u72b1"],["ee40","\u72be\u7324\ufa16\u7377\u73bd\u73c9\u73d6\u73e3\u73d2\u7407\u73f5\u7426\u742a\u7429\u742e\u7462\u7489\u749f\u7501\u756f\u7682\u769c\u769e\u769b\u76a6\ufa17\u7746\u52af\u7821\u784e\u7864\u787a\u7930\ufa18\ufa19\ufa1a\u7994\ufa1b\u799b\u7ad1\u7ae7\ufa1c\u7aeb\u7b9e\ufa1d\u7d48\u7d5c\u7db7\u7da0\u7dd6\u7e52\u7f47\u7fa1\ufa1e\u8301\u8362\u837f\u83c7\u83f6\u8448\u84b4\u8553\u8559"],["ee80","\u856b\ufa1f\u85b0\ufa20\ufa21\u8807\u88f5\u8a12\u8a37\u8a79\u8aa7\u8abe\u8adf\ufa22\u8af6\u8b53\u8b7f\u8cf0\u8cf4\u8d12\u8d76\ufa23\u8ecf\ufa24\ufa25\u9067\u90de\ufa26\u9115\u9127\u91da\u91d7\u91de\u91ed\u91ee\u91e4\u91e5\u9206\u9210\u920a\u923a\u9240\u923c\u924e\u9259\u9251\u9239\u9267\u92a7\u9277\u9278\u92e7\u92d7\u92d9\u92d0\ufa27\u92d5\u92e0\u92d3\u9325\u9321\u92fb\ufa28\u931e\u92ff\u931d\u9302\u9370\u9357\u93a4\u93c6\u93de\u93f8\u9431\u9445\u9448\u9592\uf9dc\ufa29\u969d\u96af\u9733\u973b\u9743\u974d\u974f\u9751\u9755\u9857\u9865\ufa2a\ufa2b\u9927\ufa2c\u999e\u9a4e\u9ad9\u9adc\u9b75\u9b72\u9b8f\u9bb1\u9bbb\u9c00\u9d70\u9d6b\ufa2d\u9e19\u9ed1"],["eeef","\u2170",9,"\uffe2\uffe4\uff07\uff02"],["f040","\ue000",62],["f080","\ue03f",124],["f140","\ue0bc",62],["f180","\ue0fb",124],["f240","\ue178",62],["f280","\ue1b7",124],["f340","\ue234",62],["f380","\ue273",124],["f440","\ue2f0",62],["f480","\ue32f",124],["f540","\ue3ac",62],["f580","\ue3eb",124],["f640","\ue468",62],["f680","\ue4a7",124],["f740","\ue524",62],["f780","\ue563",124],["f840","\ue5e0",62],["f880","\ue61f",124],["f940","\ue69c"],["fa40","\u2170",9,"\u2160",9,"\uffe2\uffe4\uff07\uff02\u3231\u2116\u2121\u2235\u7e8a\u891c\u9348\u9288\u84dc\u4fc9\u70bb\u6631\u68c8\u92f9\u66fb\u5f45\u4e28\u4ee1\u4efc\u4f00\u4f03\u4f39\u4f56\u4f92\u4f8a\u4f9a\u4f94\u4fcd\u5040\u5022\u4fff\u501e\u5046\u5070\u5042\u5094\u50f4\u50d8\u514a"],["fa80","\u5164\u519d\u51be\u51ec\u5215\u529c\u52a6\u52c0\u52db\u5300\u5307\u5324\u5372\u5393\u53b2\u53dd\ufa0e\u549c\u548a\u54a9\u54ff\u5586\u5759\u5765\u57ac\u57c8\u57c7\ufa0f\ufa10\u589e\u58b2\u590b\u5953\u595b\u595d\u5963\u59a4\u59ba\u5b56\u5bc0\u752f\u5bd8\u5bec\u5c1e\u5ca6\u5cba\u5cf5\u5d27\u5d53\ufa11\u5d42\u5d6d\u5db8\u5db9\u5dd0\u5f21\u5f34\u5f67\u5fb7\u5fde\u605d\u6085\u608a\u60de\u60d5\u6120\u60f2\u6111\u6137\u6130\u6198\u6213\u62a6\u63f5\u6460\u649d\u64ce\u654e\u6600\u6615\u663b\u6609\u662e\u661e\u6624\u6665\u6657\u6659\ufa12\u6673\u6699\u66a0\u66b2\u66bf\u66fa\u670e\uf929\u6766\u67bb\u6852\u67c0\u6801\u6844\u68cf\ufa13\u6968\ufa14\u6998\u69e2\u6a30\u6a6b\u6a46\u6a73\u6a7e\u6ae2\u6ae4\u6bd6\u6c3f\u6c5c\u6c86\u6c6f\u6cda\u6d04\u6d87\u6d6f"],["fb40","\u6d96\u6dac\u6dcf\u6df8\u6df2\u6dfc\u6e39\u6e5c\u6e27\u6e3c\u6ebf\u6f88\u6fb5\u6ff5\u7005\u7007\u7028\u7085\u70ab\u710f\u7104\u715c\u7146\u7147\ufa15\u71c1\u71fe\u72b1\u72be\u7324\ufa16\u7377\u73bd\u73c9\u73d6\u73e3\u73d2\u7407\u73f5\u7426\u742a\u7429\u742e\u7462\u7489\u749f\u7501\u756f\u7682\u769c\u769e\u769b\u76a6\ufa17\u7746\u52af\u7821\u784e\u7864\u787a\u7930\ufa18\ufa19"],["fb80","\ufa1a\u7994\ufa1b\u799b\u7ad1\u7ae7\ufa1c\u7aeb\u7b9e\ufa1d\u7d48\u7d5c\u7db7\u7da0\u7dd6\u7e52\u7f47\u7fa1\ufa1e\u8301\u8362\u837f\u83c7\u83f6\u8448\u84b4\u8553\u8559\u856b\ufa1f\u85b0\ufa20\ufa21\u8807\u88f5\u8a12\u8a37\u8a79\u8aa7\u8abe\u8adf\ufa22\u8af6\u8b53\u8b7f\u8cf0\u8cf4\u8d12\u8d76\ufa23\u8ecf\ufa24\ufa25\u9067\u90de\ufa26\u9115\u9127\u91da\u91d7\u91de\u91ed\u91ee\u91e4\u91e5\u9206\u9210\u920a\u923a\u9240\u923c\u924e\u9259\u9251\u9239\u9267\u92a7\u9277\u9278\u92e7\u92d7\u92d9\u92d0\ufa27\u92d5\u92e0\u92d3\u9325\u9321\u92fb\ufa28\u931e\u92ff\u931d\u9302\u9370\u9357\u93a4\u93c6\u93de\u93f8\u9431\u9445\u9448\u9592\uf9dc\ufa29\u969d\u96af\u9733\u973b\u9743\u974d\u974f\u9751\u9755\u9857\u9865\ufa2a\ufa2b\u9927\ufa2c\u999e\u9a4e\u9ad9"],["fc40","\u9adc\u9b75\u9b72\u9b8f\u9bb1\u9bbb\u9c00\u9d70\u9d6b\ufa2d\u9e19\u9ed1"]]')},40863:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var call=Function.prototype.call,$hasOwn=Object.prototype.hasOwnProperty,bind=__webpack_require__(15465);module.exports=bind.call(call,$hasOwn)},40897:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SVGElementImpl=__webpack_require__(1608).implementation;module.exports={implementation:class extends SVGElementImpl{}}},40964:module=>{module.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},41130:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.permutePath=function(path){ |
| /*ThouShaltNotCache*/ |
| if("/"===path)return["/"];const permutations=[path];for(;path.length>1;){const lindex=path.lastIndexOf("/");if(0===lindex)break;path=path.slice(0,lindex),permutations.push(path)}return permutations.push("/"),permutations}},41341:(__unused_webpack_module,exports)=>{"use strict";exports.stripLeadingAndTrailingASCIIWhitespace=string=>string.replace(/^[ \t\n\f\r]+/u,"").replace(/[ \t\n\f\r]+$/u,""),exports.isomorphicDecode=input=>Array.from(input,byte=>String.fromCodePoint(byte)).join(""),exports.forgivingBase64Decode=data=>{ |
| /*ThouShaltNotCache*/ |
| let asString;try{asString=atob(data)}catch{return null}return Uint8Array.from(asString,c=>c.codePointAt(0))}},41367:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(75566);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof value)throw new globalObject.TypeError(context+" is not a function");function invokeTheCallbackFunction(...args){ |
| /*ThouShaltNotCache*/ |
| const thisArg=utils.tryWrapperForImpl(this);let callResult;for(let i=0;i<args.length;i++)args[i]=utils.tryWrapperForImpl(args[i]);return callResult=Reflect.apply(value,thisArg,args),callResult=conversions.any(callResult,{context,globals:globalObject}),callResult}return invokeTheCallbackFunction.construct=(...args)=>{ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<args.length;i++)args[i]=utils.tryWrapperForImpl(args[i]);let callResult=Reflect.construct(value,args);return callResult=conversions.any(callResult,{context,globals:globalObject}),callResult},invokeTheCallbackFunction[utils.wrapperSymbol]=value,invokeTheCallbackFunction.objectReference=value,invokeTheCallbackFunction}},41377:(__unused_webpack_module,exports)=>{"use strict";class BarPropImpl{}BarPropImpl.prototype.visible=!0,exports.implementation=BarPropImpl},41423:module=>{"use strict";var replace=String.prototype.replace,percentTwenties=/%20/g,Format_RFC1738="RFC1738",Format_RFC3986="RFC3986";module.exports={default:Format_RFC3986,formatters:{RFC1738:function(value){ |
| /*ThouShaltNotCache*/ |
| return replace.call(value,percentTwenties,"+")},RFC3986:function(value){ |
| /*ThouShaltNotCache*/ |
| return String(value)}},RFC1738:Format_RFC1738,RFC3986:Format_RFC3986}},41573:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.canonicalDomain=function(domainName){ |
| /*ThouShaltNotCache*/ |
| if(null==domainName)return;let str=domainName.trim().replace(/^\./,"");if(constants_1.IP_V6_REGEX_OBJECT.test(str))return str.startsWith("[")||(str="["+str),str.endsWith("]")||(str+="]"),domainToASCII(str).slice(1,-1);if(/[^\u0001-\u007f]/.test(str))return domainToASCII(str);return str.toLowerCase()};const constants_1=__webpack_require__(90842);function domainToASCII(domain){ |
| /*ThouShaltNotCache*/ |
| return new URL(`http://${domain}`).hostname}},41668:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTitleElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTitleElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTitleElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTitleElement",new.target)}get text(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get text' called on an object that is not a valid instance of HTMLTitleElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].text}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set text(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set text' called on an object that is not a valid instance of HTMLTitleElement.");V=conversions.DOMString(V,{context:"Failed to set the 'text' property on 'HTMLTitleElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].text=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLTitleElement.prototype,{text:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTitleElement",configurable:!0}}),ctorRegistry.HTMLTitleElement=HTMLTitleElement,Object.defineProperty(globalObject,"HTMLTitleElement",{configurable:!0,writable:!0,value:HTMLTitleElement})};const Impl=__webpack_require__(15431)},41837:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var punycode=__webpack_require__(81820);function Url(){ |
| /*ThouShaltNotCache*/ |
| this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var protocolPattern=/^([a-z0-9.+-]+:)/i,portPattern=/:[0-9]*$/,simplePathPattern=/^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/,unwise=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),autoEscape=["'"].concat(unwise),nonHostChars=["%","/","?",";","#"].concat(autoEscape),hostEndingChars=["/","?","#"],hostnamePartPattern=/^[+a-z0-9A-Z_-]{0,63}$/,hostnamePartStart=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,unsafeProtocol={javascript:!0,"javascript:":!0},hostlessProtocol={javascript:!0,"javascript:":!0},slashedProtocol={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},querystring=__webpack_require__(25995);function urlParse(url,parseQueryString,slashesDenoteHost){ |
| /*ThouShaltNotCache*/ |
| if(url&&"object"==typeof url&&url instanceof Url)return url;var u=new Url;return u.parse(url,parseQueryString,slashesDenoteHost),u}Url.prototype.parse=function(url,parseQueryString,slashesDenoteHost){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof url)throw new TypeError("Parameter 'url' must be a string, not "+typeof url);var queryIndex=url.indexOf("?"),splitter=-1!==queryIndex&&queryIndex<url.indexOf("#")?"?":"#",uSplit=url.split(splitter);uSplit[0]=uSplit[0].replace(/\\/g,"/");var rest=url=uSplit.join(splitter);if(rest=rest.trim(),!slashesDenoteHost&&1===url.split("#").length){var simplePath=simplePathPattern.exec(rest);if(simplePath)return this.path=rest,this.href=rest,this.pathname=simplePath[1],simplePath[2]?(this.search=simplePath[2],this.query=parseQueryString?querystring.parse(this.search.substr(1)):this.search.substr(1)):parseQueryString&&(this.search="",this.query={}),this}var proto=protocolPattern.exec(rest);if(proto){var lowerProto=(proto=proto[0]).toLowerCase();this.protocol=lowerProto,rest=rest.substr(proto.length)}if(slashesDenoteHost||proto||rest.match(/^\/\/[^@/]+@[^@/]+/)){var slashes="//"===rest.substr(0,2);!slashes||proto&&hostlessProtocol[proto]||(rest=rest.substr(2),this.slashes=!0)}if(!hostlessProtocol[proto]&&(slashes||proto&&!slashedProtocol[proto])){for(var auth,atSign,hostEnd=-1,i=0;i<hostEndingChars.length;i++){-1!==(hec=rest.indexOf(hostEndingChars[i]))&&(-1===hostEnd||hec<hostEnd)&&(hostEnd=hec)}-1!==(atSign=-1===hostEnd?rest.lastIndexOf("@"):rest.lastIndexOf("@",hostEnd))&&(auth=rest.slice(0,atSign),rest=rest.slice(atSign+1),this.auth=decodeURIComponent(auth)),hostEnd=-1;for(i=0;i<nonHostChars.length;i++){var hec;-1!==(hec=rest.indexOf(nonHostChars[i]))&&(-1===hostEnd||hec<hostEnd)&&(hostEnd=hec)}-1===hostEnd&&(hostEnd=rest.length),this.host=rest.slice(0,hostEnd),rest=rest.slice(hostEnd),this.parseHost(),this.hostname=this.hostname||"";var ipv6Hostname="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!ipv6Hostname)for(var hostparts=this.hostname.split(/\./),l=(i=0,hostparts.length);i<l;i++){var part=hostparts[i];if(part&&!part.match(hostnamePartPattern)){for(var newpart="",j=0,k=part.length;j<k;j++)part.charCodeAt(j)>127?newpart+="x":newpart+=part[j];if(!newpart.match(hostnamePartPattern)){var validParts=hostparts.slice(0,i),notHost=hostparts.slice(i+1),bit=part.match(hostnamePartStart);bit&&(validParts.push(bit[1]),notHost.unshift(bit[2])),notHost.length&&(rest="/"+notHost.join(".")+rest),this.hostname=validParts.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),ipv6Hostname||(this.hostname=punycode.toASCII(this.hostname));var p=this.port?":"+this.port:"",h=this.hostname||"";this.host=h+p,this.href+=this.host,ipv6Hostname&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==rest[0]&&(rest="/"+rest))}if(!unsafeProtocol[lowerProto])for(i=0,l=autoEscape.length;i<l;i++){var ae=autoEscape[i];if(-1!==rest.indexOf(ae)){var esc=encodeURIComponent(ae);esc===ae&&(esc=escape(ae)),rest=rest.split(ae).join(esc)}}var hash=rest.indexOf("#");-1!==hash&&(this.hash=rest.substr(hash),rest=rest.slice(0,hash));var qm=rest.indexOf("?");if(-1!==qm?(this.search=rest.substr(qm),this.query=rest.substr(qm+1),parseQueryString&&(this.query=querystring.parse(this.query)),rest=rest.slice(0,qm)):parseQueryString&&(this.search="",this.query={}),rest&&(this.pathname=rest),slashedProtocol[lowerProto]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){p=this.pathname||"";var s=this.search||"";this.path=p+s}return this.href=this.format(),this},Url.prototype.format=function(){ |
| /*ThouShaltNotCache*/ |
| var auth=this.auth||"";auth&&(auth=(auth=encodeURIComponent(auth)).replace(/%3A/i,":"),auth+="@");var protocol=this.protocol||"",pathname=this.pathname||"",hash=this.hash||"",host=!1,query="";this.host?host=auth+this.host:this.hostname&&(host=auth+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(host+=":"+this.port)),this.query&&"object"==typeof this.query&&Object.keys(this.query).length&&(query=querystring.stringify(this.query,{arrayFormat:"repeat",addQueryPrefix:!1}));var search=this.search||query&&"?"+query||"";return protocol&&":"!==protocol.substr(-1)&&(protocol+=":"),this.slashes||(!protocol||slashedProtocol[protocol])&&!1!==host?(host="//"+(host||""),pathname&&"/"!==pathname.charAt(0)&&(pathname="/"+pathname)):host||(host=""),hash&&"#"!==hash.charAt(0)&&(hash="#"+hash),search&&"?"!==search.charAt(0)&&(search="?"+search),protocol+host+(pathname=pathname.replace(/[?#]/g,function(match){ |
| /*ThouShaltNotCache*/ |
| return encodeURIComponent(match)}))+(search=search.replace("#","%23"))+hash},Url.prototype.resolve=function(relative){ |
| /*ThouShaltNotCache*/ |
| return this.resolveObject(urlParse(relative,!1,!0)).format()},Url.prototype.resolveObject=function(relative){ |
| /*ThouShaltNotCache*/ |
| if("string"==typeof relative){var rel=new Url;rel.parse(relative,!1,!0),relative=rel}for(var result=new Url,tkeys=Object.keys(this),tk=0;tk<tkeys.length;tk++){var tkey=tkeys[tk];result[tkey]=this[tkey]}if(result.hash=relative.hash,""===relative.href)return result.href=result.format(),result;if(relative.slashes&&!relative.protocol){for(var rkeys=Object.keys(relative),rk=0;rk<rkeys.length;rk++){var rkey=rkeys[rk];"protocol"!==rkey&&(result[rkey]=relative[rkey])}return slashedProtocol[result.protocol]&&result.hostname&&!result.pathname&&(result.pathname="/",result.path=result.pathname),result.href=result.format(),result}if(relative.protocol&&relative.protocol!==result.protocol){if(!slashedProtocol[relative.protocol]){for(var keys=Object.keys(relative),v=0;v<keys.length;v++){var k=keys[v];result[k]=relative[k]}return result.href=result.format(),result}if(result.protocol=relative.protocol,relative.host||hostlessProtocol[relative.protocol])result.pathname=relative.pathname;else{for(var relPath=(relative.pathname||"").split("/");relPath.length&&!(relative.host=relPath.shift()););relative.host||(relative.host=""),relative.hostname||(relative.hostname=""),""!==relPath[0]&&relPath.unshift(""),relPath.length<2&&relPath.unshift(""),result.pathname=relPath.join("/")}if(result.search=relative.search,result.query=relative.query,result.host=relative.host||"",result.auth=relative.auth,result.hostname=relative.hostname||relative.host,result.port=relative.port,result.pathname||result.search){var p=result.pathname||"",s=result.search||"";result.path=p+s}return result.slashes=result.slashes||relative.slashes,result.href=result.format(),result}var isSourceAbs=result.pathname&&"/"===result.pathname.charAt(0),isRelAbs=relative.host||relative.pathname&&"/"===relative.pathname.charAt(0),mustEndAbs=isRelAbs||isSourceAbs||result.host&&relative.pathname,removeAllDots=mustEndAbs,srcPath=result.pathname&&result.pathname.split("/")||[],psychotic=(relPath=relative.pathname&&relative.pathname.split("/")||[],result.protocol&&!slashedProtocol[result.protocol]);if(psychotic&&(result.hostname="",result.port=null,result.host&&(""===srcPath[0]?srcPath[0]=result.host:srcPath.unshift(result.host)),result.host="",relative.protocol&&(relative.hostname=null,relative.port=null,relative.host&&(""===relPath[0]?relPath[0]=relative.host:relPath.unshift(relative.host)),relative.host=null),mustEndAbs=mustEndAbs&&(""===relPath[0]||""===srcPath[0])),isRelAbs)result.host=relative.host||""===relative.host?relative.host:result.host,result.hostname=relative.hostname||""===relative.hostname?relative.hostname:result.hostname,result.search=relative.search,result.query=relative.query,srcPath=relPath;else if(relPath.length)srcPath||(srcPath=[]),srcPath.pop(),srcPath=srcPath.concat(relPath),result.search=relative.search,result.query=relative.query;else if(null!=relative.search){if(psychotic)result.host=srcPath.shift(),result.hostname=result.host,(authInHost=!!(result.host&&result.host.indexOf("@")>0)&&result.host.split("@"))&&(result.auth=authInHost.shift(),result.hostname=authInHost.shift(),result.host=result.hostname);return result.search=relative.search,result.query=relative.query,null===result.pathname&&null===result.search||(result.path=(result.pathname?result.pathname:"")+(result.search?result.search:"")),result.href=result.format(),result}if(!srcPath.length)return result.pathname=null,result.search?result.path="/"+result.search:result.path=null,result.href=result.format(),result;for(var last=srcPath.slice(-1)[0],hasTrailingSlash=(result.host||relative.host||srcPath.length>1)&&("."===last||".."===last)||""===last,up=0,i=srcPath.length;i>=0;i--)"."===(last=srcPath[i])?srcPath.splice(i,1):".."===last?(srcPath.splice(i,1),up++):up&&(srcPath.splice(i,1),up--);if(!mustEndAbs&&!removeAllDots)for(;up--;up)srcPath.unshift("..");!mustEndAbs||""===srcPath[0]||srcPath[0]&&"/"===srcPath[0].charAt(0)||srcPath.unshift(""),hasTrailingSlash&&"/"!==srcPath.join("/").substr(-1)&&srcPath.push("");var authInHost,isAbsolute=""===srcPath[0]||srcPath[0]&&"/"===srcPath[0].charAt(0);psychotic&&(result.hostname=isAbsolute?"":srcPath.length?srcPath.shift():"",result.host=result.hostname,(authInHost=!!(result.host&&result.host.indexOf("@")>0)&&result.host.split("@"))&&(result.auth=authInHost.shift(),result.hostname=authInHost.shift(),result.host=result.hostname));return(mustEndAbs=mustEndAbs||result.host&&srcPath.length)&&!isAbsolute&&srcPath.unshift(""),srcPath.length>0?result.pathname=srcPath.join("/"):(result.pathname=null,result.path=null),null===result.pathname&&null===result.search||(result.path=(result.pathname?result.pathname:"")+(result.search?result.search:"")),result.auth=relative.auth||result.auth,result.slashes=result.slashes||relative.slashes,result.href=result.format(),result},Url.prototype.parseHost=function(){ |
| /*ThouShaltNotCache*/ |
| var host=this.host,port=portPattern.exec(host);port&&(":"!==(port=port[0])&&(this.port=port.substr(1)),host=host.substr(0,host.length-port.length)),host&&(this.hostname=host)},exports.parse=urlParse,exports.resolve=function(source,relative){ |
| /*ThouShaltNotCache*/ |
| return urlParse(source,!1,!0).resolve(relative)},exports.resolveObject=function(source,relative){ |
| /*ThouShaltNotCache*/ |
| return source?urlParse(source,!1,!0).resolveObject(relative):relative},exports.format=function(obj){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof obj&&(obj=urlParse(obj)),obj instanceof Url?obj.format():Url.prototype.format.call(obj)},exports.Url=Url},41930:(__unused_webpack_module,exports)=>{"use strict";const enumerationValues=new Set(["select","start","end","preserve"]);exports.enumerationValues=enumerationValues,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| const string=`${value}`;if(!enumerationValues.has(string))throw new globalObject.TypeError(`${context} '${string}' is not a valid enumeration value for SelectionMode`);return string}},41957:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SVGElementImpl=__webpack_require__(1608).implementation;module.exports={implementation:class extends SVGElementImpl{}}},42220:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var implementation=__webpack_require__(43225);module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| return Object.assign?function(){ |
| /*ThouShaltNotCache*/ |
| if(!Object.assign)return!1;for(var str="abcdefghijklmnopqrst",letters=str.split(""),map={},i=0;i<letters.length;++i)map[letters[i]]=letters[i];var obj=Object.assign({},map),actual="";for(var k in obj)actual+=k;return str!==actual}()||function(){ |
| /*ThouShaltNotCache*/ |
| if(!Object.assign||!Object.preventExtensions)return!1;var thrower=Object.preventExtensions({1:2});try{Object.assign(thrower,"xy")}catch(e){return"y"===thrower[1]}return!1}()?implementation:Object.assign:implementation}},42279:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{SaxesParser}=__webpack_require__(50913),DOMException=__webpack_require__(3698),{createElement}=__webpack_require__(91662),DocumentFragment=__webpack_require__(414),DocumentType=__webpack_require__(36798),CDATASection=__webpack_require__(10443),Comment=__webpack_require__(7066),ProcessingInstruction=__webpack_require__(18934),Text=__webpack_require__(27560),attributes=__webpack_require__(91828),{HTML_NS}=__webpack_require__(36675),HTML5_DOCTYPE=/<!doctype html>/i,PUBLIC_DOCTYPE=/<!doctype\s+([^\s]+)\s+public\s+"([^"]+)"\s+"([^"]+)"/i,SYSTEM_DOCTYPE=/<!doctype\s+([^\s]+)\s+system\s+"([^"]+)"/i,CUSTOM_NAME_DOCTYPE=/<!doctype\s+([^\s>]+)/i;function createDocumentType(globalObject,ownerDocument,name,publicId,systemId){ |
| /*ThouShaltNotCache*/ |
| return DocumentType.createImpl(globalObject,[],{ownerDocument,name,publicId,systemId})}function isHTMLTemplateElement(element){ |
| /*ThouShaltNotCache*/ |
| return"template"===element.tagName&&element.namespaceURI===HTML_NS}function createParser(rootNode,globalObject,saxesOptions){ |
| /*ThouShaltNotCache*/ |
| const parser=new SaxesParser({...saxesOptions,xmlns:!0,defaultXMLVersion:"1.0",forceXMLVersion:!0}),openStack=[rootNode];function getOwnerDocument(){ |
| /*ThouShaltNotCache*/ |
| const currentElement=openStack[openStack.length-1];return isHTMLTemplateElement(currentElement)?currentElement._templateContents._ownerDocument:currentElement._ownerDocument}function appendChild(child){ |
| /*ThouShaltNotCache*/ |
| const parentElement=openStack[openStack.length-1];isHTMLTemplateElement(parentElement)?parentElement._templateContents._insert(child,null):parentElement._insert(child,null)}return parser.on("text",saxesOptions.fragment?data=>{ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=getOwnerDocument();appendChild(Text.createImpl(globalObject,[],{data,ownerDocument}))}:data=>{ |
| /*ThouShaltNotCache*/ |
| if(openStack.length>1){const ownerDocument=getOwnerDocument();appendChild(Text.createImpl(globalObject,[],{data,ownerDocument}))}}),parser.on("cdata",data=>{ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=getOwnerDocument();appendChild(CDATASection.createImpl(globalObject,[],{data,ownerDocument}))}),parser.on("opentag",tag=>{ |
| /*ThouShaltNotCache*/ |
| const{local:tagLocal,attributes:tagAttributes}=tag,ownerDocument=getOwnerDocument(),tagNamespace=""===tag.uri?null:tag.uri,tagPrefix=""===tag.prefix?null:tag.prefix,isValue=void 0===tagAttributes.is?null:tagAttributes.is.value,elem=createElement(ownerDocument,tagLocal,tagNamespace,tagPrefix,isValue,!0);"script"===tagLocal&&tagNamespace===HTML_NS&&(elem._parserInserted=!0);for(const key of Object.keys(tagAttributes)){const{prefix,local,uri,value}=tagAttributes[key];attributes.setAttributeValue(elem,local,value,""===prefix?null:prefix,""===uri?null:uri)}appendChild(elem),openStack.push(elem)}),parser.on("closetag",()=>{ |
| /*ThouShaltNotCache*/ |
| const elem=openStack.pop();"script"===elem.localName&&elem.namespaceURI===HTML_NS&&elem._eval()}),parser.on("comment",data=>{ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=getOwnerDocument();appendChild(Comment.createImpl(globalObject,[],{data,ownerDocument}))}),parser.on("processinginstruction",({target,body})=>{ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=getOwnerDocument();appendChild(ProcessingInstruction.createImpl(globalObject,[],{target,data:body,ownerDocument}))}),parser.on("doctype",dt=>{ |
| /*ThouShaltNotCache*/ |
| const ownerDocument=getOwnerDocument();appendChild(function(globalObject,ownerDocument,html){ |
| /*ThouShaltNotCache*/ |
| if(HTML5_DOCTYPE.test(html))return createDocumentType(globalObject,ownerDocument,"html","","");const publicPieces=PUBLIC_DOCTYPE.exec(html);if(publicPieces)return createDocumentType(globalObject,ownerDocument,publicPieces[1],publicPieces[2],publicPieces[3]);const systemPieces=SYSTEM_DOCTYPE.exec(html);return systemPieces?createDocumentType(globalObject,ownerDocument,systemPieces[1],"",systemPieces[2]):createDocumentType(globalObject,ownerDocument,CUSTOM_NAME_DOCTYPE.exec(html)[1]||"html","","")}(globalObject,ownerDocument,`<!doctype ${dt}>`));const entityMatcher=/<!ENTITY ([^ ]+) "([^"]+)">/g;let result;for(;result=entityMatcher.exec(dt);){const[,name,value]=result;name in parser.ENTITIES||(parser.ENTITIES[name]=value)}}),parser.on("error",err=>{ |
| /*ThouShaltNotCache*/ |
| throw DOMException.create(globalObject,[err.message,"SyntaxError"])}),parser}module.exports={parseFragment:function(markup,contextElement){ |
| /*ThouShaltNotCache*/ |
| const{_globalObject,_ownerDocument}=contextElement,fragment=DocumentFragment.createImpl(_globalObject,[],{ownerDocument:_ownerDocument});return createParser(fragment,_globalObject,{fragment:!0,resolvePrefix:prefix=>contextElement.lookupNamespaceURI(prefix)||void 0}).write(markup).close(),fragment},parseIntoDocument:function(markup,ownerDocument){ |
| /*ThouShaltNotCache*/ |
| const{_globalObject}=ownerDocument;return createParser(ownerDocument,_globalObject,{fileName:ownerDocument.location&&ownerDocument.location.href}).write(markup).close(),ownerDocument}}},42523:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{splitOnASCIIWhitespace,splitOnCommas}=__webpack_require__(8337),{reserializeCommaSeparatedTokens,reserializeSpaceSeparatedTokens}=__webpack_require__(19104),SVGStringList=__webpack_require__(60904);class SVGTestsImpl{get requiredExtensions(){ |
| /*ThouShaltNotCache*/ |
| return SVGStringList.createImpl(this._globalObject,[],{element:this,attribute:"requiredExtensions"})}get systemLanguage(){ |
| /*ThouShaltNotCache*/ |
| return SVGStringList.createImpl(this._globalObject,[],{element:this,attribute:"systemLanguage"})}}SVGTestsImpl.attributeRegistry=new Map([["requiredExtensions",{getValue:splitOnASCIIWhitespace,serialize:reserializeSpaceSeparatedTokens,initialValue:void 0}],["systemLanguage",{getValue:splitOnCommas,serialize:reserializeCommaSeparatedTokens,initialValue:void 0}]]),exports.D=SVGTestsImpl},42586:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,PopStateEventInit=__webpack_require__(60889);class PopStateEventImpl extends EventImpl{}PopStateEventImpl.defaultInit=PopStateEventInit.convert(void 0,void 0),exports.implementation=PopStateEventImpl},42634:()=>{},42659:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},42756:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{SVG_NS}=__webpack_require__(36675),neverRenderedElements=new Set(["clipPath","defs","desc","linearGradient","marker","mask","metadata","pattern","radialGradient","script","style","title","symbol"]);exports.isRenderedElement=elImpl=> |
| /*ThouShaltNotCache*/ |
| !neverRenderedElements.has(elImpl._localName)&&(!!elImpl.isConnected&&!(elImpl.parentElement&&elImpl.parentElement._namespaceURI===SVG_NS&&!exports.isRenderedElement(elImpl.parentNode)))},42774:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),DOMTokenList=__webpack_require__(7226),HTMLElementImpl=__webpack_require__(52723).implementation,HTMLHyperlinkElementUtilsImpl=__webpack_require__(61194).D;class HTMLAnchorElementImpl extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._htmlHyperlinkElementUtilsSetup(),this._hasActivationBehavior=!0}_activationBehavior(){ |
| /*ThouShaltNotCache*/ |
| this._followAHyperlink()}get relList(){ |
| /*ThouShaltNotCache*/ |
| return void 0===this._relList&&(this._relList=DOMTokenList.createImpl(this._globalObject,[],{element:this,attributeLocalName:"rel"})),this._relList}get text(){ |
| /*ThouShaltNotCache*/ |
| return this.textContent}set text(v){ |
| /*ThouShaltNotCache*/ |
| this.textContent=v}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldValue),"rel"===name&&void 0!==this._relList&&this._relList.attrModified()}}mixin(HTMLAnchorElementImpl.prototype,HTMLHyperlinkElementUtilsImpl.prototype),module.exports={implementation:HTMLAnchorElementImpl}},42810:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.domainMatch=function(domain,cookieDomain,canonicalize){ |
| /*ThouShaltNotCache*/ |
| if(null==domain||null==cookieDomain)return;let _str,_domStr;!1!==canonicalize?(_str=(0,canonicalDomain_1.canonicalDomain)(domain),_domStr=(0,canonicalDomain_1.canonicalDomain)(cookieDomain)):(_str=domain,_domStr=cookieDomain);if(null==_str||null==_domStr)return;if(_str==_domStr)return!0;const idx=_str.lastIndexOf(_domStr);if(idx<=0)return!1;if(_str.length!==_domStr.length+idx)return!1;if("."!==_str.substring(idx-1,idx))return!1;return!IP_REGEX_LOWERCASE.test(_str)};const canonicalDomain_1=__webpack_require__(41573),IP_REGEX_LOWERCASE=/(?:^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$)|(?:^(?:(?:[a-f\d]{1,4}:){7}(?:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,2}|:)|(?:[a-f\d]{1,4}:){4}(?:(?::[a-f\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,3}|:)|(?:[a-f\d]{1,4}:){3}(?:(?::[a-f\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,4}|:)|(?:[a-f\d]{1,4}:){2}(?:(?::[a-f\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,5}|:)|(?:[a-f\d]{1,4}:){1}(?:(?::[a-f\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,6}|:)|(?::(?:(?::[a-f\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,7}|:)))$)/},42923:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var stream_module,Buffer=__webpack_require__(17092).Buffer,bomHandling=__webpack_require__(71419),iconv=module.exports;iconv.encodings=null,iconv.defaultCharUnicode="\ufffd",iconv.defaultCharSingleByte="?",iconv.encode=function(str,encoding,options){ |
| /*ThouShaltNotCache*/ |
| str=""+(str||"");var encoder=iconv.getEncoder(encoding,options),res=encoder.write(str),trail=encoder.end();return trail&&trail.length>0?Buffer.concat([res,trail]):res},iconv.decode=function(buf,encoding,options){ |
| /*ThouShaltNotCache*/ |
| "string"==typeof buf&&(iconv.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),iconv.skipDecodeWarning=!0),buf=Buffer.from(""+(buf||""),"binary"));var decoder=iconv.getDecoder(encoding,options),res=decoder.write(buf),trail=decoder.end();return trail?res+trail:res},iconv.encodingExists=function(enc){ |
| /*ThouShaltNotCache*/ |
| try{return iconv.getCodec(enc),!0}catch(e){return!1}},iconv.toEncoding=iconv.encode,iconv.fromEncoding=iconv.decode,iconv._codecDataCache={},iconv.getCodec=function(encoding){ |
| /*ThouShaltNotCache*/ |
| iconv.encodings||(iconv.encodings=__webpack_require__(79462));for(var enc=iconv._canonicalizeEncoding(encoding),codecOptions={};;){var codec=iconv._codecDataCache[enc];if(codec)return codec;var codecDef=iconv.encodings[enc];switch(typeof codecDef){case"string":enc=codecDef;break;case"object":for(var key in codecDef)codecOptions[key]=codecDef[key];codecOptions.encodingName||(codecOptions.encodingName=enc),enc=codecDef.type;break;case"function":return codecOptions.encodingName||(codecOptions.encodingName=enc),codec=new codecDef(codecOptions,iconv),iconv._codecDataCache[codecOptions.encodingName]=codec,codec;default:throw new Error("Encoding not recognized: '"+encoding+"' (searched as: '"+enc+"')")}}},iconv._canonicalizeEncoding=function(encoding){ |
| /*ThouShaltNotCache*/ |
| return(""+encoding).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},iconv.getEncoder=function(encoding,options){ |
| /*ThouShaltNotCache*/ |
| var codec=iconv.getCodec(encoding),encoder=new codec.encoder(options,codec);return codec.bomAware&&options&&options.addBOM&&(encoder=new bomHandling.PrependBOM(encoder,options)),encoder},iconv.getDecoder=function(encoding,options){ |
| /*ThouShaltNotCache*/ |
| var codec=iconv.getCodec(encoding),decoder=new codec.decoder(options,codec);return!codec.bomAware||options&&!1===options.stripBOM||(decoder=new bomHandling.StripBOM(decoder,options)),decoder},iconv.enableStreamingAPI=function(stream_module){ |
| /*ThouShaltNotCache*/ |
| if(!iconv.supportsStreams){var streams=__webpack_require__(80762)(stream_module);iconv.IconvLiteEncoderStream=streams.IconvLiteEncoderStream,iconv.IconvLiteDecoderStream=streams.IconvLiteDecoderStream,iconv.encodeStream=function(encoding,options){ |
| /*ThouShaltNotCache*/ |
| return new iconv.IconvLiteEncoderStream(iconv.getEncoder(encoding,options),options)},iconv.decodeStream=function(encoding,options){ |
| /*ThouShaltNotCache*/ |
| return new iconv.IconvLiteDecoderStream(iconv.getDecoder(encoding,options),options)},iconv.supportsStreams=!0}};try{stream_module=__webpack_require__(16403)}catch(e){}stream_module&&stream_module.Transform?iconv.enableStreamingAPI(stream_module):iconv.encodeStream=iconv.decodeStream=function(){ |
| /*ThouShaltNotCache*/ |
| throw new Error("iconv-lite Streaming API is not enabled. Use iconv.enableStreamingAPI(require('stream')); to enable it.")}},43118:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var TextEncoder=__webpack_require__(71537)._,TextDecoder=__webpack_require__(71537).A;const utf8Encoder=new TextEncoder,utf8Decoder=new TextDecoder("utf-8",{ignoreBOM:!0});module.exports={utf8Encode:function(string){ |
| /*ThouShaltNotCache*/ |
| return utf8Encoder.encode(string)},utf8DecodeWithoutBOM:function(bytes){ |
| /*ThouShaltNotCache*/ |
| return utf8Decoder.decode(bytes)}}},43212:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.xmlDecodeTree=void 0,exports.xmlDecodeTree=new Uint16Array("\u0200aglq\t\u026d\0\0p;\u4026os;\u4027t;\u403et;\u403cuot;\u4022".split("").map(c=>c.charCodeAt(0)))},43225:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var objectKeys=__webpack_require__(64491),hasSymbols=__webpack_require__(4379)(),callBound=__webpack_require__(13190),$Object=__webpack_require__(89142),$push=callBound("Array.prototype.push"),$propIsEnumerable=callBound("Object.prototype.propertyIsEnumerable"),originalGetSymbols=hasSymbols?$Object.getOwnPropertySymbols:null;module.exports=function(target,source1){ |
| /*ThouShaltNotCache*/ |
| if(null==target)throw new TypeError("target must be an object");var to=$Object(target);if(1===arguments.length)return to;for(var s=1;s<arguments.length;++s){var from=$Object(arguments[s]),keys=objectKeys(from),getSymbols=hasSymbols&&($Object.getOwnPropertySymbols||originalGetSymbols);if(getSymbols)for(var syms=getSymbols(from),j=0;j<syms.length;++j){var key=syms[j];$propIsEnumerable(from,key)&&$push(keys,key)}for(var i=0;i<keys.length;++i){var nextKey=keys[i];if($propIsEnumerable(from,nextKey)){var propValue=from[nextKey];to[nextKey]=propValue}}}return to}},43267:module=>{"use strict";module.exports=JSON.parse('[["8740","\u43f0\u4c32\u4603\u45a6\u4578\ud85c\ude67\u4d77\u45b3\ud85f\udcb1\u4ce2\ud85f\udcc5\u3b95\u4736\u4744\u4c47\u4c40\ud850\udebf\ud84d\ude17\ud85c\udf52\ud85b\ude8b\ud85c\udcd2\u4c57\ud868\udf51\u474f\u45da\u4c85\ud85f\udc6c\u4d07\u4aa4\u46a1\ud85a\udf23\u7225\ud856\ude54\ud846\ude63\ud84f\ude06\ud84f\udf61\u664d\u56fb"],["8767","\u7d95\u591d\ud862\udfb9\u3df4\u9734\ud85e\udfef\u5bdb\ud847\udd5e\u5aa4\u3625\ud867\udeb0\u5ad1\u5bb7\u5cfc\u676e\u8593\ud866\udd45\u7461\u749d\u3875\ud847\udd53\ud84d\ude9e\ud858\udc21\u3eec"],["87a1","\ud856\udcde\u3af5\u7afc\u9f97\ud850\udd61\ud862\udd0d\ud84c\uddea\ud842\ude8a\ud84c\ude5e\u430a\u8484\u9f96\u942f\u4930\u8613\u5896\u974a\u9218\u79d0\u7a32\u6660\u6a29\u889d\u744c\u7bc5\u6782\u7a2c\u524f\u9046\u34e6\u73c4\ud857\uddb9\u74c6\u9fc7\u57b3\u492f\u544c\u4131\ud84d\ude8e\u5818\u7a72\ud85e\udf65\u8b8f\u46ae\ud85b\ude88\u4181\ud857\udd99\u7bae\ud849\udcbc\u9fc8\ud849\udcc1\ud849\udcc9\ud849\udccc\u9fc9\u8504\ud84d\uddbb\u40b4\u9fca\u44e1\ud86b\uddff\u62c1\u706e\u9fcb"],["8840","\u31c0",4,"\ud840\udd0c\u31c5\ud840\udcd1\ud840\udccd\u31c6\u31c7\ud840\udccb\ud847\udfe8\u31c8\ud840\udcca\u31c9\u31ca\u31cb\u31cc\ud840\udd0e\u31cd\u31ce\u0100\u00c1\u01cd\u00c0\u0112\u00c9\u011a\u00c8\u014c\u00d3\u01d1\u00d2\u0fff\u00ca\u0304\u1ebe\u0fff\u00ca\u030c\u1ec0\u00ca\u0101\u00e1\u01ce\u00e0\u0251\u0113\u00e9\u011b\u00e8\u012b\u00ed\u01d0\u00ec\u014d\u00f3\u01d2\u00f2\u016b\u00fa\u01d4\u00f9\u01d6\u01d8\u01da"],["88a1","\u01dc\u00fc\u0fff\u00ea\u0304\u1ebf\u0fff\u00ea\u030c\u1ec1\u00ea\u0261\u23da\u23db"],["8940","\ud868\udfa9\ud844\udd45"],["8943","\u650a"],["8946","\u4e3d\u6edd\u9d4e\u91df"],["894c","\ud85d\udf35\u6491\u4f1a\u4f28\u4fa8\u5156\u5174\u519c\u51e4\u52a1\u52a8\u533b\u534e\u53d1\u53d8\u56e2\u58f0\u5904\u5907\u5932\u5934\u5b66\u5b9e\u5b9f\u5c9a\u5e86\u603b\u6589\u67fe\u6804\u6865\u6d4e\u70bc\u7535\u7ea4\u7eac\u7eba\u7ec7\u7ecf\u7edf\u7f06\u7f37\u827a\u82cf\u836f\u89c6\u8bbe\u8be2\u8f66\u8f67\u8f6e"],["89a1","\u7411\u7cfc\u7dcd\u6946\u7ac9\u5227"],["89ab","\u918c\u78b8\u915e\u80bc"],["89b0","\u8d0b\u80f6\ud842\udde7"],["89b5","\u809f\u9ec7\u4ccd\u9dc9\u9e0c\u4c3e\ud867\uddf6\ud85c\udc0e\u9e0a\ud868\udd33\u35c1"],["89c1","\u6e9a\u823e\u7519"],["89c5","\u4911\u9a6c\u9a8f\u9f99\u7987\ud861\udc6c\ud847\uddca\ud841\uddd0\ud84a\udee6\u4e24\u4e81\u4e80\u4e87\u4ebf\u4eeb\u4f37\u344c\u4fbd\u3e48\u5003\u5088\u347d\u3493\u34a5\u5186\u5905\u51db\u51fc\u5205\u4e89\u5279\u5290\u5327\u35c7\u53a9\u3551\u53b0\u3553\u53c2\u5423\u356d\u3572\u3681\u5493\u54a3\u54b4\u54b9\u54d0\u54ef\u5518\u5523\u5528\u3598\u553f\u35a5\u35bf\u55d7\u35c5"],["8a40","\ud85f\udd84\u5525"],["8a43","\ud843\udc42\ud843\udd15\ud854\udd2b\u5590\ud84b\udcc6\u39ec\ud840\udf41\u8e46\ud853\uddb8\ud865\udce5\u4053\ud860\udcbe\u777a\ud84b\udc38\u3a34\u47d5\ud860\udd5d\ud85a\uddf2\ud853\uddea\u64dd\ud843\udd7c\ud843\udfb4\ud843\udcd5\ud844\udcf4\u648d\u8e7e\ud843\ude96\ud843\udc0b\ud843\udf64\ud84b\udca9\ud860\ude56\ud851\udcd3"],["8a64","\ud843\udd46\ud866\ude4d\ud860\udce9\u47f4\ud853\udea7\ud84b\udcc2\u9ab2\u3a67\ud865\uddf4\u3fed\u3506\ud854\udec7\ud865\udfd4\ud85e\udcc8\ud84b\udd44\u9d6e\u9815"],["8a76","\u43d9\ud858\udca5\u64b4\u54e3\ud84b\udd4c\ud84a\udfca\ud844\udc77\u39fb\ud844\udc6f"],["8aa1","\ud859\udeda\ud859\udf16\ud85e\udda0\u64ea\ud854\udc52\ud843\udc43\u8e68\ud848\udda1\ud862\udf4c\ud841\udf31"],["8aac","\u480b\ud840\udda9\u3ffa\u5873\ud84b\udd8d"],["8ab2","\ud851\uddc8\ud841\udcfc\ud858\udc97\ud843\udf4c\ud843\udd96\u5579\u40bb\u43ba"],["8abb","\u4ab4\ud84a\ude66\ud844\udc9d\u81aa\u98f5\ud843\udd9c\u6379\u39fe\ud849\udf75\u8dc0\u56a1\u647c\u3e43"],["8ac9","\ud869\ude01\ud843\ude09\ud84a\udecf\ud84b\udcc9"],["8ace","\ud844\udcc8\ud84e\uddc2\u3992\u3a06\ud860\ude9b\u3578\ud857\ude49\ud848\udcc7\u5652\ud843\udf31\ud84b\udcb2\ud865\udf20\u34bc\u6c3d\ud853\ude3b"],["8adf","\ud85d\udd74\ud84b\ude8b\ud848\ude08\ud869\ude5b\ud863\udccd\ud843\ude7a\ud843\udc34\ud85a\udc1c\u7f93\ud844\udccf\ud84a\udc03\ud84a\udd39\u35fb\ud854\udde3\ud843\ude8c\ud843\udf8d\ud843\udeaa\u3f93\ud843\udf30\ud843\udd47\ud844\udd4f\ud843\ude4c"],["8af6","\ud843\udeab\ud842\udfa9\ud843\udd48\ud844\udcc0\ud844\udd3d\u3ff9\ud849\ude96\u6432\ud843\udfad"],["8b40","\ud84c\udff4\ud85d\ude39\ud84a\udfce\ud843\udd7e\ud843\udd7f\ud84b\udc51\ud84b\udc55\u3a18\ud843\ude98\ud844\udcc7\ud843\udf2e\ud869\ude32\ud85a\udf50\ud863\udcd2\ud863\udd99\ud863\udcca\u95aa\u54cc\u82c4\u55b9"],["8b55","\ud867\udec3\u9c26\u9ab6\ud85d\udf5e\ud84b\uddee\u7140\u816d\u80ec\u5c1c\ud859\udd72\u8134\u3797\u535f\ud860\udcbd\u91b6\ud843\udefa\ud843\ude0f\ud843\ude77\ud843\udefb\u35dd\ud853\uddeb\u3609\ud843\udcd6\u56af\ud849\udfb5\ud844\udcc9\ud843\ude10\ud843\ude78\ud844\udc78\ud844\udd48\ud860\ude07\ud845\udc55\ud843\ude79\ud853\ude50\ud84b\udda4\u5a54\ud844\udc1d\ud844\udc1e\ud844\udcf5\ud844\udcf6\u579c\ud843\ude11"],["8ba1","\ud85d\ude94\ud860\udecd\ud843\udfb5\ud843\ude7b\ud854\udd7e\u3703\ud843\udfb6\ud844\udd80\ud854\uded8\ud868\udebd\ud852\uddda\ud846\udc3a\ud850\udd77\ud860\ude7c\u5899\u5268\u361a\ud855\udf3d\u7bb2\u5b68\u4800\u4b2c\u9f27\u49e7\u9c1f\u9b8d\ud856\udf74\ud84c\udd3d\u55fb\u35f2\u5689\u4e28\u5902\ud846\udfc1\ud87e\udc78\u9751\ud840\udc86\u4e5b\u4ebb\u353e\u5c23\u5f51\u5fc4\u38fa\u624c\u6535\u6b7a\u6c35\u6c3a\u706c\u722b\u4e2c\u72ad\ud852\udce9\u7f52\u793b\u7cf9\u7f53\ud858\ude6a\u34c1"],["8bde","\ud858\udf4b\u8002\u8080\ud859\ude12\ud85a\udd51\u535d\u8864\u89c1\ud85e\udcb2\u8ba0\u8d1d\u9485\u9578\u957f\u95e8\ud863\ude0f\u97e6\u9875\u98ce\u98de\u9963\ud866\udc10\u9c7c\u9e1f\u9ec4\u6b6f\uf907\u4e37\ud840\udc87\u961d\u6237\u94a2"],["8c40","\u503b\u6dfe\ud867\udc73\u9fa6\u3dc9\u888f\ud850\udd4e\u7077\u5cf5\u4b20\ud854\uddcd\u3559\ud857\udd30\u6122\ud862\ude32\u8fa7\u91f6\u7191\u6719\u73ba\ud84c\ude81\ud868\udd07\u3c8b\ud846\udd80\u4b10\u78e4\u7402\u51ae\ud861\udf0f\u4009\u6a63\ud868\udeba\u4223\u860f\ud842\ude6f\u7a2a\ud866\udd47\ud862\udeea\u9755\u704d\u5324\ud848\udc7e\u93f4\u76d9\ud862\udde3\u9fa7\u77dd\u4ea3\u4ff0\u50bc\u4e2f\u4f17\u9fa8\u5434\u7d8b\u5892\u58d0\ud847\uddb6\u5e92\u5e99\u5fc2\ud849\udf12\u658b"],["8ca1","\ud84c\udff9\u6919\u6a43\ud84f\udc63\u6cff"],["8ca7","\u7200\ud851\udd05\u738c\u3edb\ud852\ude13\u5b15\u74b9\u8b83\ud857\udca4\ud855\ude95\u7a93\u7bec\u7cc3\u7e6c\u82f8\u8597\u9fa9\u8890\u9faa\u8eb9\u9fab\u8fcf\u855f\u99e0\u9221\u9fac\ud863\uddb9\ud845\udc3f\u4071\u42a2\u5a1a"],["8cc9","\u9868\u676b\u4276\u573d"],["8cce","\u85d6\ud852\udd7b\u82bf\ud85c\udd0d\u4c81\ud85b\udd74\u5d7b\ud85a\udf15\ud85b\udfbe\u9fad\u9fae\u5b96\u9faf\u66e7\u7e5b\u6e57\u79ca\u3d88\u44c3\ud84c\ude56\ud849\udf96\u439a\u4536"],["8ce6","\u5cd5\ud84e\udf1a\u8af9\u5c78\u3d12\ud84d\udd51\u5d78\u9fb2\u7157\u4558\ud850\udcec\ud847\ude23\u4c77\u3978\u344a\ud840\udda4\ud85b\udc41\u8acc\u4fb4\ud840\ude39\u59bf\u816c\u9856\ud866\udcfa\u5f3b"],["8d40","\ud842\udf9f"],["8d42","\ud848\uddc1\ud862\udd6d\u4102\u46bb\ud864\udc79\u3f07\u9fb3\ud868\uddb5\u40f8\u37d6\u46f7\ud85b\udc46\u417c\ud861\udeb2\ud85c\udfff\u456d\u38d4\ud855\udc9a\u4561\u451b\u4d89\u4c7b\u4d76\u45ea\u3fc8\ud852\udf0f\u3661\u44de\u44bd\u41ed\u5d3e\u5d48\u5d56\u3dfc\u380f\u5da4\u5db9\u3820\u3838\u5e42\u5ebd\u5f25\u5f83\u3908\u3914\u393f\u394d\u60d7\u613d\u5ce5\u3989\u61b7\u61b9\u61cf\u39b8\u622c\u6290\u62e5\u6318\u39f8\u56b1"],["8da1","\u3a03\u63e2\u63fb\u6407\u645a\u3a4b\u64c0\u5d15\u5621\u9f9f\u3a97\u6586\u3abd\u65ff\u6653\u3af2\u6692\u3b22\u6716\u3b42\u67a4\u6800\u3b58\u684a\u6884\u3b72\u3b71\u3b7b\u6909\u6943\u725c\u6964\u699f\u6985\u3bbc\u69d6\u3bdd\u6a65\u6a74\u6a71\u6a82\u3bec\u6a99\u3bf2\u6aab\u6ab5\u6ad4\u6af6\u6b81\u6bc1\u6bea\u6c75\u6caa\u3ccb\u6d02\u6d06\u6d26\u6d81\u3cef\u6da4\u6db1\u6e15\u6e18\u6e29\u6e86\ud862\uddc0\u6ebb\u6ee2\u6eda\u9f7f\u6ee8\u6ee9\u6f24\u6f34\u3d46\ud84f\udf41\u6f81\u6fbe\u3d6a\u3d75\u71b7\u5c99\u3d8a\u702c\u3d91\u7050\u7054\u706f\u707f\u7089\ud840\udf25\u43c1\u35f1\ud843\uded8"],["8e40","\ud84f\uded7\u57be\ud85b\uded3\u713e\ud855\udfe0\u364e\u69a2\ud862\udfe9\u5b74\u7a49\ud856\udce1\ud865\udcd9\u7a65\u7a7d\ud856\uddac\u7abb\u7ab0\u7ac2\u7ac3\u71d1\ud859\udc8d\u41ca\u7ada\u7add\u7aea\u41ef\u54b2\ud857\udc01\u7b0b\u7b55\u7b29\ud854\udf0e\ud857\udcfe\u7ba2\u7b6f\u839c\ud856\udfb4\ud85b\udc7f\u7bd0\u8421\u7b92\u7bb8\ud857\udd20\u3dad\ud857\udc65\u8492\u7bfa\u7c06\u7c35\ud857\udcc1\u7c44\u7c83\ud852\udc82\u7ca6\u667d\ud851\udd78\u7cc9\u7cc7\u7ce6\u7c74\u7cf3\u7cf5\u7cce"],["8ea1","\u7e67\u451d\ud85b\ude44\u7d5d\ud85b\uded6\u748d\u7d89\u7dab\u7135\u7db3\u7dd2\ud850\udc57\ud858\udc29\u7de4\u3d13\u7df5\ud845\udff9\u7de5\ud860\udf6d\u7e1d\ud858\udd21\ud858\udd5a\u7e6e\u7e92\u432b\u946c\u7e27\u7f40\u7f41\u7f47\u7936\ud858\uded0\u99e1\u7f97\ud858\udf51\u7fa3\ud845\ude61\ud840\udc68\u455c\ud84d\udf66\u4503\ud860\udf3a\u7ffa\ud859\udc89\u8005\u8008\u801d\u8028\u802f\ud868\udc87\ud85b\udcc3\u803b\u803c\u8061\ud849\udf14\u4989\ud859\ude26\ud84f\udde3\ud859\udee8\u6725\u80a7\ud862\ude48\u8107\u811a\u58b0\ud849\udef6\u6c7f\ud859\udc98\ud853\udfb8\u64e7\ud845\udc8a\u8218\ud846\udc5e\u6a53\ud852\ude65\ud852\ude95\u447a\u8229\ud842\udf0d\ud85a\ude52\ud84f\udd7e\u4ff9\ud845\udcfd\u84e2\u8362\ud85a\udf0a\ud852\udda7\ud84d\udd30\ud845\udf73\ud84f\uddf8\u82aa\u691b\ud87e\udd94\u41db"],["8f40","\u854b\u82d0\u831a\ud843\ude16\ud845\udfb4\u36c1\ud84c\udd7d\ud84d\udd5a\u827b\u82e2\u8318\ud84f\ude8b\ud85b\udda3\ud85a\udf05\ud85a\udf97\ud84d\uddce\u3dbf\u831d\u55ec\u8385\u450b\ud85b\udda5\u83ac\u83c1\u83d3\u347e\ud85b\uded4\u6a57\u855a\u3496\ud85b\ude42\ud84b\udeef\u8458\ud856\udfe4\u8471\u3dd3\u44e4\u6aa7\u844a\ud84f\udcb5\u7958\u84a8\ud85a\udf96\ud85b\ude77\ud85b\ude43\u84de\u840f\u8391\u44a0\u8493\u84e4\ud857\udc91\u4240\ud857\udcc0\u4543\u8534\u5af2\ud85b\ude99\u4527\u8573\u4516\u67bf\u8616"],["8fa1","\ud861\ude25\ud861\ude3b\u85c1\ud85c\udc88\u8602\ud845\udd82\ud85c\udccd\ud87e\uddb2\u456a\u8628\u3648\ud846\udca2\u53f7\ud85c\udf9a\u867e\u8771\ud868\udcf8\u87ee\ud84b\udc27\u87b1\u87da\u880f\u5661\u866c\u6856\u460f\u8845\u8846\ud85d\udde0\ud84f\uddb9\ud85d\udde4\u885e\u889c\u465b\u88b4\u88b5\u63c1\u88c5\u7777\ud85d\udf0f\u8987\u898a\u89a6\u89a9\u89a7\u89bc\ud862\ude25\u89e7\ud85e\udd24\ud85e\udebd\u8a9c\u7793\u91fe\u8a90\ud85e\ude59\u7ae9\ud85e\udf3a\ud84f\udf8f\u4713\ud85e\udf38\u717c\u8b0c\u8b1f\ud855\udc30\ud855\udd65\u8b3f\u8b4c\u8b4d\u8aa9\ud852\ude7a\u8b90\u8b9b\u8aaf\ud845\udedf\u4615\u884f\u8c9b\ud85f\udd54\ud85f\udd8f\ud87e\uddd4\u3725\ud85f\udd53\u8cd6\ud85f\udd98\ud85f\uddbd\u8d12\u8d03\ud846\udd10\u8cdb\u705c\u8d11\ud853\udcc9\u3ed0\u8d77"],["9040","\u8da9\ud860\udc02\ud844\udc14\ud852\udd8a\u3b7c\ud860\uddbc\ud85c\udd0c\u7ae7\u8ead\u8eb6\u8ec3\u92d4\u8f19\u8f2d\ud860\udf65\ud861\udc12\u8fa5\u9303\ud868\ude9f\ud842\ude50\u8fb3\u492a\ud862\uddde\ud861\udd3d\ud84f\uddbb\u5ef8\ud84c\ude62\u8ff9\ud868\udc14\ud861\udebc\ud861\udd01\ud848\udf25\u3980\ud85b\uded7\u9037\ud861\udd3c\ud85e\udebe\u9061\ud861\udd6c\ud861\ude0b\u90a8\ud861\udf13\u90c4\ud861\udee6\u90ae\u90fd\u9167\u3af0\u91a9\u91c4\u7cac\ud862\udd33\ud847\ude89\u920e\u6c9f\u9241\u9262\ud855\uddb9\u92b9\ud862\udec6\ud84f\udc9b\ud862\udf0c\ud855\udddb"],["90a1","\ud843\udd31\u932c\u936b\ud862\udee1\ud862\udfeb\u708f\u5ac3\ud862\udee2\ud862\udee5\u4965\u9244\ud862\udfec\ud863\udc39\ud862\udfff\u9373\u945b\u8ebc\u9585\u95a6\u9426\u95a0\u6ff6\u42b9\ud849\ude7a\ud861\uded8\ud844\ude7c\ud84f\ude2e\u49df\u6c1c\u967b\u9696\u416c\u96a3\ud85b\uded5\u61da\u96b6\u78f5\ud862\udee0\u96bd\u53cc\u49a1\ud85b\udcb8\ud840\ude74\ud859\udc10\ud864\udcaf\ud864\udce5\ud852\uded1\ud846\udd15\ud84c\udf0a\u9731\u8642\u9736\u4a0f\u453d\u4585\ud852\udee9\u7075\u5b41\u971b\u975c\ud864\uddd5\u9757\u5b4a\ud864\uddeb\u975f\u9425\u50d0\ud84c\udcb7\ud84c\udcbc\u9789\u979f\u97b1\u97be\u97c0\u97d2\u97e0\ud855\udc6c\u97ee\u741c\ud865\udc33\u97ff\u97f5\ud865\udc1d\ud85e\udd7a\u4ad1\u9834\u9833\u984b\u9866\u3b0e\ud85c\udd75\u3d51\ud841\ude30\ud850\udd5c"],["9140","\ud855\udf06\u98ca\u98b7\u98c8\u98c7\u4aff\ud85b\udd27\ud845\uded3\u55b0\u98e1\u98e6\u98ec\u9378\u9939\ud852\ude29\u4b72\ud866\udc57\ud866\udd05\u99f5\u9a0c\u9a3b\u9a10\u9a58\ud855\udf25\u36c4\ud864\udcb1\ud866\udfd5\u9ae0\u9ae2\ud866\udf05\u9af4\u4c0e\u9b14\u9b2d\ud861\ude00\u5034\u9b34\ud85a\udda8\u38c3\ud84c\udc7d\u9b50\u9b40\ud867\udd3e\u5a45\ud846\udc63\u9b8e\ud850\ude4b\u9c02\u9bff\u9c0c\ud867\ude68\u9dd4\ud867\udfb7\ud868\udd92\ud868\uddab\ud868\udce1\ud868\udd23\ud868\udddf\u9d7e\u9d83\ud868\udd34\u9e0e\u6888"],["91a1","\u9dc4\ud848\udd5b\ud868\udd93\ud868\ude20\ud846\udd3b\ud868\ude33\u9d39\ud868\udcb9\ud868\udeb4\u9e90\u9e95\u9e9e\u9ea2\u4d34\u9eaa\u9eaf\ud850\udf64\u9ec1\u3b60\u39e5\u3d1d\u4f32\u37be\ud863\udc2b\u9f02\u9f08\u4b96\u9424\ud85b\udda2\u9f17\u9f16\u9f39\u569f\u568a\u9f45\u99b8\ud864\udc8b\u97f2\u847f\u9f62\u9f69\u7adc\u9f8e\u7216\u4bbe\ud852\udd75\ud852\uddbb\u7177\ud852\uddf8\ud850\udf48\ud852\ude51\u739e\ud862\udfda\ud846\udcfa\u799f\ud862\udd7e\ud863\ude36\u9369\u93f3\ud862\ude44\u92ec\u9381\u93cb\ud862\udd6c\ud851\udcb9\u7217\u3eeb\u7772\u7a43\u70d0\ud851\udc73\ud850\udff8\u717e\ud845\udfef\u70a3\ud846\udcbe\ud84d\udd99\u3ec7\ud846\udc85\ud855\udc2f\ud845\udff8\u3722\ud845\udefb\ud846\udc39\u36e1\ud845\udf74\ud846\udcd1\ud857\udf4b\u3723\ud845\udec0\u575b\ud852\ude25\ud844\udffe\ud844\udea8"],["9240","\ud844\udfc6\ud845\udcb6\u8503\ud84d\udea6\u8503\u8455\ud852\udd94\ud85c\udd65\ud84f\ude31\ud855\udd5c\ud84f\udefb\ud85c\udc52\u44f4\ud84d\udeee\ud866\udd9d\ud85b\udf26\u67f9\u3733\u3c15\u3de7\u586c\ud846\udd22\u6810\u4057\ud84d\udf3f\ud850\udce1\ud850\udc8b\ud850\udd0f\ud85b\udc21\u54cb\u569e\ud859\udeb1\u5692\ud843\udfdf\ud842\udfa8\ud843\ude0d\u93c6\ud862\udf13\u939c\u4ef8\u512b\u3819\ud851\udc36\u4ebc\ud841\udc65\ud840\udf7f\u4f4b\u4f8a\ud855\ude51\u5a68\ud840\uddab\ud840\udfcb\u3999\ud840\udf0a\ud841\udc14\u3435\u4f29\ud840\udec0\ud863\udeb3\ud840\ude75\u8ada\ud840\ude0c\u4e98"],["92a1","\u50cd\u510d\u4fa2\u4f03\ud852\ude0e\ud84f\ude8a\u4f42\u502e\u506c\u5081\u4fcc\u4fe5\u5058\u50fc\u5159\u515b\u515d\u515e\u6e76\ud84d\udd95\ud84f\ude39\ud84f\udebf\u6d72\ud846\udc84\ud84f\ude89\u51a8\u51c3\ud841\udde0\u44dd\ud841\udca3\ud841\udc92\ud841\udc91\u8d7a\ud862\ude9c\ud841\udf0e\u5259\u52a4\ud842\udc73\u52e1\u936e\u467a\u718c\ud850\udf8c\ud843\udc20\ud852\uddac\ud844\udce4\u69d1\ud843\ude1d\u7479\u3ede\u7499\u7414\u7456\u7398\u4b8e\ud852\udebc\ud850\udc8d\u53d0\u3584\u720f\ud850\udcc9\u55b4\ud840\udf45\u54cd\ud842\udfc6\u571d\u925d\u96f4\u9366\u57dd\u578d\u577f\u363e\u58cb\u5a99\ud862\ude46\ud845\udefa\ud845\udf6f\ud845\udf10\u5a2c\u59b8\u928f\u5a7e\u5acf\u5a12\ud856\udd46\ud846\uddf3\ud846\udc61\ud850\ude95\u36f5\u6d05\u7443\u5a21\ud857\ude83"],["9340","\u5a81\ud862\udfd7\ud841\udc13\u93e0\u748c\ud844\udf03\u7105\u4972\u9408\ud862\uddfb\u93bd\u37a0\u5c1e\u5c9e\u5e5e\u5e48\ud846\udd96\ud846\udd7c\ud84e\udeee\u5ecd\u5b4f\ud846\udd03\ud846\udd04\u3701\ud846\udca0\u36dd\ud845\udefe\u36d3\u812a\ud862\ude47\ud847\uddba\ud84d\udc72\ud862\udda8\u5f0c\u5f0e\ud846\udd27\ud845\udfab\u5a6b\ud845\udf3b\u5b44\u8614\ud85d\uddfd\u8860\u607e\ud84a\udc60\ud849\ude2b\u5fdb\u3eb8\ud849\uddaf\ud849\uddbe\ud864\udc88\ud85b\udf73\u61c0\ud840\udc3e\ud840\udc46\ud849\ude1b\u6199\u6198\u6075\ud84b\udc9b\ud84b\udd07\ud851\uded4\ud864\udd4d"],["93a1","\u6471\ud851\ude65\ud84a\udf6a\u3a29\ud84a\udf22\ud84d\udc50\ud866\udcea\ud84b\ude78\u6337\ud869\udc5b\u64b6\u6331\u63d1\ud852\udde3\ud84b\udd67\u62a4\ud84b\udca1\u643b\u656b\u6972\u3bf4\ud84c\udc8e\ud84c\udead\ud852\udd89\ud84c\udeab\u550d\ud84c\udee0\ud846\udcd9\ud865\udc3f\u66ce\ud84c\ude89\ud84c\uddb3\u3ae0\u4190\ud855\udd84\ud862\udf22\ud855\udd8f\ud845\udefc\ud855\udd5b\ud855\udc25\u78ee\ud84c\udd03\ud846\udc2a\ud84c\ude34\u3464\ud84c\ude0f\ud84c\udd82\ud850\udec9\u668e\ud85b\udd24\u666b\u4b93\u6630\ud85e\udc70\ud847\uddeb\u6663\ud84c\uded2\ud84c\udee1\u661e\ud856\udc72\u38d1\ud84e\udc3a\ud84d\udfbc\u3b99\ud84d\udfa2\ud84c\udffe\u74d0\u3b96\u678f\ud851\ude2a\u68b6\u681e\u3bc4\u6abe\u3863\ud84d\udfd5\ud851\udc87\u6a33\u6a52\u6ac9\u6b05\ud846\udd12\u6511\u6898\u6a4c\u3bd7\u6a7a\u6b57\ud84f\udfc0\ud84f\udc9a\u93a0\u92f2\ud862\udfea\ud862\udecb"],["9440","\u9289\ud860\udc1e\ud862\udddc\u9467\u6da5\u6f0b\ud852\uddec\u6d67\ud84f\udf7f\u3d8f\u6e04\ud850\udc3c\u5a3d\u6e0a\u5847\u6d24\u7842\u713b\ud850\udf1a\ud850\ude76\u70f1\u7250\u7287\u7294\ud851\udf8f\ud851\udf25\u5179\ud852\udea4\ud841\uddeb\u747a\ud84f\udef8\ud84d\ude5f\ud852\ude4a\ud852\udd17\ud857\udfe1\u3f06\u3eb1\ud852\udedf\ud863\udc23\ud84f\udf35\u60a7\u3ef3\u74cc\u743c\u9387\u7437\u449f\ud85b\uddea\u4551\u7583\u3f63\ud853\udcd9\ud853\udd06\u3f58\u7555\u7673\ud869\uddc6\u3b19\u7468\ud862\udecc\ud852\uddab\ud852\udd8e\u3afb"],["94a1","\u3dcd\ud852\ude4e\u3eff\ud852\uddc5\ud852\udcf3\u91fa\u5732\u9342\ud862\udee3\ud846\udc64\u50df\ud854\ude21\ud854\udde7\u7778\ud84c\ude32\u770e\u770f\u777b\ud851\ude97\ud84d\udf81\u3a5e\ud852\udcf0\u7438\u749b\u3ebf\ud852\udeba\ud852\udec7\u40c8\ud852\ude96\ud858\uddae\u9307\ud855\udd81\u781e\u788d\u7888\u78d2\u73d0\u7959\ud85d\udf41\ud855\udee3\u410e\u799b\u8496\u79a5\u6a2d\ud84f\udefa\u7a3a\u79f4\u416e\ud845\udee6\u4132\u9235\u79f1\ud843\udd4c\ud852\udd8c\ud840\ude99\ud84f\uddba\ud845\udf6e\u3597\u556b\u3570\u36aa\ud840\uddd4\ud843\udc0d\u7ae2\u5a59\ud849\udef5\ud856\udeaf\ud856\ude9c\u5a0d\ud840\ude5b\u78f0\u5a2a\ud856\udfc6\u7afe\u41f9\u7c5d\u7c6d\u4211\ud856\udfb3\ud857\udebc\ud857\udea6\u7ccd\ud852\uddf9\ud845\udfb0\u7c8e\u7c7c\u7cae\u6ab2\u7ddc\u7e07\u7dd3\u7f4e\ud858\ude61"],["9540","\ud858\udd5c\ud85e\udf48\u7d97\ud857\ude82\u426a\ud85a\udf75\ud842\udd16\u67d6\ud840\udc4e\ud84d\uddcf\u57c4\ud859\udc12\ud858\udff8\ud852\udd62\u7fdd\u7b27\ud842\udc2c\ud856\udee9\ud857\udd43\u7b0c\ud857\ude0e\u99e6\u8645\u9a63\u6a1c\ud84d\udc3f\u39e2\ud852\uddf7\ud859\uddad\u9a1f\ud859\udda0\u8480\ud85c\udd27\ud85b\udcd1\u44ea\u8137\u4402\u80c6\u8109\u8142\ud859\udfb4\u98c3\ud85a\ude42\u8262\u8265\ud85a\ude51\u8453\ud85b\udda7\u8610\ud85c\ude1b\u5a86\u417f\ud846\udc40\u5b2b\ud846\udca1\u5ae4\ud846\udcd8\u86a0\ud87e\uddbc\ud84f\udd8f\u882d\ud85d\udc22\u5a02"],["95a1","\u886e\u4f45\u8887\u88bf\u88e6\u8965\u894d\ud855\ude83\u8954\ud85d\udf85\ud85d\udf84\ud862\udff5\ud862\udfd9\ud862\udf9c\ud862\uddf9\u3ead\u84a3\u46f5\u46cf\u37f2\u8a3d\u8a1c\ud865\udc48\u5f4d\u922b\ud850\ude84\u65d4\u7129\u70c4\ud846\udc45\u9d6d\u8c9f\u8ce9\ud85f\udddc\u599a\u77c3\u59f0\u436e\u36d4\u8e2a\u8ea7\ud853\udc09\u8f30\u8f4a\u42f4\u6c58\u6fbb\ud848\udf21\u489b\u6f79\u6e8b\ud845\udfda\u9be9\u36b5\ud852\udd2f\u90bb\u9097\u5571\u4906\u91bb\u9404\ud862\ude4b\u4062\ud862\udefc\u9427\ud863\udc1d\ud863\udc3b\u84e5\u8a2b\u9599\u95a7\u9597\u9596\ud863\udd34\u7445\u3ec2\ud852\udcff\ud852\ude42\ud850\udfea\u3ee7\ud84c\ude25\u968f\ud863\udee7\ud863\ude66\ud863\ude65\u3ecc\ud852\udded\ud852\ude78\ud84f\udfee\u7412\u746b\u3efc\u9741\ud864\udcb0"],["9640","\u6847\u4a1d\ud864\udc93\ud855\udfdf\u975d\u9368\ud862\udd89\ud863\udc26\ud862\udf2f\ud858\udfbe\u92ba\u5b11\u8b69\u493c\u73f9\ud850\ude1b\u979b\u9771\u9938\ud843\udf26\u5dc1\ud862\udfc5\ud852\udeb2\u981f\ud865\udcda\u92f6\ud865\uddd7\u91e5\u44c0\ud862\udf50\ud852\ude67\ud862\udf64\u98dc\ud862\ude45\u3f00\u922a\u4925\u8414\u993b\u994d\ud85e\udf06\u3dfd\u999b\u4b6f\u99aa\u9a5c\ud862\udf65\ud856\udcc8\u6a8f\u9a21\u5afe\u9a2f\ud866\udcf1\u4b90\ud866\udd48\u99bc\u4bbd\u4b97\u937d\u5872\ud844\udf02\u5822\ud852\uddb8"],["96a1","\ud845\udce8\u7844\ud849\udf1f\ud84f\uddb8\u68c5\u3d7d\u9458\u3927\u6150\ud849\udf81\ud84a\udd6b\u6107\u9c4f\u9c53\u9c7b\u9c35\u9c10\u9b7f\u9bcf\ud867\ude2d\u9b9f\ud868\uddf5\ud868\udcfe\u9d21\u4cae\ud850\udd04\u9e18\u4cb0\u9d0c\ud868\uddb4\ud868\udced\ud868\udcf3\ud866\udd2f\u9da5\u84bd\ud85b\ude12\ud85b\udfdf\ud85a\udf82\u85fc\u4533\ud85b\udda4\ud85b\ude84\ud85b\uddf0\u8420\u85ee\ud85b\ude00\ud84d\udfd7\ud858\udc64\u79e2\ud84d\udd9c\ud84d\ude40\u492d\ud852\uddde\u3d62\u93db\u92be\u9348\ud840\udebf\u78b9\u9277\u944d\u4fe4\u3440\u9064\ud855\udd5d\u783d\u7854\u78b6\u784b\ud845\udf57\ud84c\uddc9\ud852\udd41\u369a\u4f72\u6fda\u6fd9\u701e\u701e\u5414\ud850\uddb5\u57bb\u58f3\u578a\u9d16\u57d7\u7134\u34af\ud850\uddac\u71eb\ud85b\udc40\ud853\udf97\u5b28\ud845\udfb5\ud862\ude49"],["9740","\u610c\u5ace\u5a0b\u42bc\ud851\udc88\u372c\u4b7b\ud862\uddfc\u93bb\u93b8\ud846\udcd6\ud843\udf1d\u8472\ud85b\udcc0\ud845\udc13\ud850\udefa\ud84b\udc26\ud850\udfc1\u5994\ud84f\uddb7\ud859\udf41\u7da8\ud858\udd5b\ud858\udca4\ud852\uddb9\ud852\udd8b\ud862\uddfa\u92e5\u73e2\u3ee9\u74b4\ud862\udf63\ud846\udc9f\u3ee1\ud852\udeb3\u6ad8\u73f3\u73fb\u3ed6\ud852\ude3e\ud852\ude94\ud845\udfd9\ud852\ude66\ud840\udfa7\ud845\udc24\ud852\udde5\u7448\ud852\udd16\u70a5\ud852\udd76\u9284\u73e6\u935f\ud841\udcfe\u9331\ud862\udece\ud862\ude16\u9386\ud862\udfe7\ud855\uddd5\u4935\ud862\ude82\u716b"],["97a1","\ud852\udd43\ud843\udcff\u56a4\ud841\ude1a\ud842\udfeb\ud843\udcb8\u5502\u79c4\ud845\udffa\u7dfe\ud845\udec2\ud852\ude50\ud846\udc52\u452e\u9401\u370a\ud862\udec0\ud852\uddad\u59b0\ud846\udcbf\ud846\udc83\ud85d\udc84\u5aa1\u36e2\ud84f\udd5b\u36b0\u925f\u5a79\ud862\ude81\ud846\udc62\u9374\u3ccd\ud842\udeb4\u4a96\u398a\u50f4\u3d69\u3d4c\ud844\udf9c\u7175\u42fb\ud860\ude18\u6e0f\ud864\udce4\u44eb\u6d57\ud85f\ude4f\u7067\u6caf\u3cd6\ud84f\udfed\ud84f\ude2d\u6e02\u6f0c\u3d6f\ud840\udff5\u7551\u36bc\u34c8\u4680\u3eda\u4871\u59c4\u926e\u493e\u8f41\ud863\udc1c\ud85a\udfc0\u5812\u57c8\u36d6\ud845\udc52\u70fe\ud850\udf62\ud852\ude71\ud84b\udfe3\ud844\udeb0\ud848\udfbd\u68b9\u6967\ud844\udf98\ud84d\udce5\ud85e\udff4\ud84d\udedf\ud862\ude83\ud84d\udfd6\ud84c\udffa\ud853\udc9f\u6a1a\ud84d\udead\ud85b\udcb7\u843e\u44df\u44ce"],["9840","\ud85b\udd26\ud85b\udd51\ud85b\udc82\ud85b\udfde\u6f17\ud85c\udd09\u833d\ud845\udf3a\u83ed\ud85b\udc80\ud85c\udc53\ud845\udfdb\u5989\u5a82\ud845\udfb3\u5a61\u5a71\ud846\udd05\ud850\uddfc\u372d\u59ef\ud845\udf3c\u36c7\u718e\u9390\u669a\ud850\udea5\u5a6e\u5a2b\ud850\ude93\u6a2b\ud84f\udef9\ud85d\udf36\ud851\udc5b\ud850\udeca\u711d\ud850\ude59\ud862\udde1\u4fb0\ud85b\udd28\u5cc2\ud851\udcce\ud85f\ude4d\ud850\udfbd\u6a0c\ud850\ude56\ud844\udf04\u70a6\u7133\ud850\udfe9\u3da5\u6cdf\ud87e\udc25\ud852\ude4f\u7e65\u59eb\u5d2f\u3df3\u5f5c\ud852\ude5d\ud845\udfdf\u7da4\u8426"],["98a1","\u5485\ud84e\udefa\ud84c\udf00\ud840\ude14\u577e\ud842\udcd5\ud841\ude19\u3fe5\ud847\udf9e\ud868\udeb6\u7003\ud864\udd5b\u5d70\u738f\u7cd3\ud862\ude59\ud865\udc20\u4fc8\u7fe7\u72cd\u7310\ud85e\udef4\u7338\u7339\ud855\udef6\u7341\u7348\u3ea9\ud85e\udf18\u906c\u71f5\ud852\udcf2\u73e1\u81f6\u3eca\u770c\u3ed1\u6ca2\u56fd\u7419\u741e\u741f\u3ee2\u3ef0\u3ef4\u3efa\u74d3\u3f0e\u3f53\u7542\u756d\u7572\u758d\u3f7c\u75c8\u75dc\u3fc0\u764d\u3fd7\u7674\u3fdc\u767a\ud853\udf5c\u7188\u5623\u8980\u5869\u401d\u7743\u4039\u6761\u4045\u35db\u7798\u406a\u406f\u5c5e\u77be\u77cb\u58f2\u7818\u70b9\u781c\u40a8\u7839\u7847\u7851\u7866\u8448\ud855\udd35\u7933\u6803\u7932\u4103"],["9940","\u4109\u7991\u7999\u8fbb\u7a06\u8fbc\u4167\u7a91\u41b2\u7abc\u8279\u41c4\u7acf\u7adb\u41cf\u4e21\u7b62\u7b6c\u7b7b\u7c12\u7c1b\u4260\u427a\u7c7b\u7c9c\u428c\u7cb8\u4294\u7ced\u8f93\u70c0\ud843\udccf\u7dcf\u7dd4\u7dd0\u7dfd\u7fae\u7fb4\u729f\u4397\u8020\u8025\u7b39\u802e\u8031\u8054\u3dcc\u57b4\u70a0\u80b7\u80e9\u43ed\u810c\u732a\u810e\u8112\u7560\u8114\u4401\u3b39\u8156\u8159\u815a"],["99a1","\u4413\u583a\u817c\u8184\u4425\u8193\u442d\u81a5\u57ef\u81c1\u81e4\u8254\u448f\u82a6\u8276\u82ca\u82d8\u82ff\u44b0\u8357\u9669\u698a\u8405\u70f5\u8464\u60e3\u8488\u4504\u84be\u84e1\u84f8\u8510\u8538\u8552\u453b\u856f\u8570\u85e0\u4577\u8672\u8692\u86b2\u86ef\u9645\u878b\u4606\u4617\u88ae\u88ff\u8924\u8947\u8991\ud85e\udd67\u8a29\u8a38\u8a94\u8ab4\u8c51\u8cd4\u8cf2\u8d1c\u4798\u585f\u8dc3\u47ed\u4eee\u8e3a\u55d8\u5754\u8e71\u55f5\u8eb0\u4837\u8ece\u8ee2\u8ee4\u8eed\u8ef2\u8fb7\u8fc1\u8fca\u8fcc\u9033\u99c4\u48ad\u98e0\u9213\u491e\u9228\u9258\u926b\u92b1\u92ae\u92bf"],["9a40","\u92e3\u92eb\u92f3\u92f4\u92fd\u9343\u9384\u93ad\u4945\u4951\u9ebf\u9417\u5301\u941d\u942d\u943e\u496a\u9454\u9479\u952d\u95a2\u49a7\u95f4\u9633\u49e5\u67a0\u4a24\u9740\u4a35\u97b2\u97c2\u5654\u4ae4\u60e8\u98b9\u4b19\u98f1\u5844\u990e\u9919\u51b4\u991c\u9937\u9942\u995d\u9962\u4b70\u99c5\u4b9d\u9a3c\u9b0f\u7a83\u9b69\u9b81\u9bdd\u9bf1\u9bf4\u4c6d\u9c20\u376f\ud846\udfc2\u9d49\u9c3a"],["9aa1","\u9efe\u5650\u9d93\u9dbd\u9dc0\u9dfc\u94f6\u8fb6\u9e7b\u9eac\u9eb1\u9ebd\u9ec6\u94dc\u9ee2\u9ef1\u9ef8\u7ac8\u9f44\ud840\udc94\ud840\udeb7\ud840\udfa0\u691a\u94c3\u59ac\ud841\udcd7\u5840\u94c1\u37b9\ud841\uddd5\ud841\ude15\ud841\ude76\ud845\udeba\u5757\u7173\ud842\udec2\ud842\udecd\ud842\udfbf\u546a\ud87e\udc3b\ud842\udfcb\u549e\ud842\udffb\ud843\udc3b\ud843\udc53\ud843\udc65\ud843\udc7c\u60e7\ud843\udc8d\u567a\ud843\udcb5\ud843\udcdd\ud843\udced\ud843\udd6f\ud843\uddb2\ud843\uddc8\u6955\u9c2f\u87a5\ud843\ude04\ud843\ude0e\ud843\uded7\ud843\udf90\ud843\udf2d\ud843\ude73\u5c20\ud843\udfbc\u5e0b\ud844\udc5c\ud844\udc4f\ud844\udc76\u671e\ud844\udc7b\ud844\udc88\ud844\udc96\u3647\ud844\udcbf\ud844\udcd3\ud844\udd2f\ud844\udd3b\u5364\u84ad\ud844\udee3\ud844\udf75\ud844\udf36\u8b81\ud845\udd77\ud845\ude19\ud845\udfc3\ud845\udfc7\u4e78\u70bb\ud846\udc2d\ud846\udd6a"],["9b40","\ud846\ude2d\ud846\ude45\ud847\udc2a\ud847\udc70\ud847\udcac\ud847\udec8\u62c3\ud847\uded5\ud847\udf15\u7198\u6855\ud848\udc45\u69e9\u36c8\ud848\ude7c\ud848\udfd7\ud848\udffa\ud849\udf2a\ud84a\udc71\ud84a\udd4f\u82fd\ud84a\udd67\ud84a\udd93\ud84a\uded5\u89a5\ud84a\udee8\u8fa0\ud84a\udf0e\u97b8\ud84a\udf3f\u9847\u9abd\ud84b\udc4c"],["9b62","\ud84b\udc88\ud84b\udcb7\ud856\udfe8\ud84b\udd08\ud84b\udd12\ud84b\uddb7\ud84b\udd95\ud84b\ude42\ud84b\udf74\ud84b\udfcc\ud84c\udc33\ud84c\udc66\ud84c\udf1f\ud84c\udfde\u5fb1\u6648\u66bf\ud85e\ude79\ud84d\udd67\ud84d\uddf3\u7201\ud852\uddba\u77d7\ud84d\ude1a\ud84d\udf16\u7e87\ud840\udf46\u58b5\u670e"],["9ba1","\u6918\ud84e\udea7\ud85d\ude57\ud857\udfe2\ud84f\ude11\ud84f\udeb9\ud85d\uddfe\ud848\udc9a\u48d0\u4ab8\ud850\udd19\ud862\ude9a\ud850\udeee\ud850\udf0d\ud850\udc3b\ud850\udf34\ud850\udf96\ud852\ude45\ud841\uddca\u51d2\ud841\ude11\u599f\ud847\udea8\u3bbe\ud84f\udcff\ud851\udc04\ud851\udcd6\u5788\ud851\ude74\u399b\ud851\udf2f\ud861\udde8\ud866\uddc9\u3762\ud848\uddc3\u8b5e\ud862\udf4e\u99d6\ud852\udc12\ud852\udcfb\ud852\ude15\u7209\ud852\udec0\ud843\udc78\u5965\ud853\udea5\ud853\udf86\ud841\udf79\u8eda\ud854\udc2c\u528f\u573f\u7171\ud854\ude99\ud855\udc19\ud84f\udf4a\ud852\udea7\u55bc\ud855\udc46\ud855\udc6e\ud85a\udf52\u91d4\u3473\ud855\udd3f\ud85d\ude32\ud855\udd5e\u4718\ud855\udd62\ud855\udd66\ud855\udfc7\ud852\udd3f\ud856\udc5d\u5066\u34fb\ud84c\udfcc\u60de\ud856\udd03\u477c\ud862\udd48\ud856\udeae\ud856\udf89\ud857\udc06\ud847\udd90\u57a1\u7151\u6fb6\ud858\udd02\ud85f\udc12\u9056\ud858\uddb2\ud853\udf9a\u8b62\ud859\udc02\ud859\udc4a"],["9c40","\u5d5b\ud85a\udff7\u8f36\ud859\udc84\ud846\udd1c\u8aea\ud852\uddf6\ud859\udc88\ud84f\udfef\ud859\udd12\u4bc0\ud859\uddbf\ud859\udeb5\ud849\udf1b\u9465\ud855\udfe1\u6195\u5a27\ud87e\udccd\u4fbb\u56b9\ud851\udd21\ud859\udefc\u4e6a\ud852\udd34\u9656\u6d8f\ud85b\udcbd\u3618\u8977\ud859\udf99\ud85a\udc6e\ud859\udc11\ud85a\udc5e\u71df\ud85a\udcc7\u7b42\ud864\udcc0\ud842\ude11\ud85a\udd26\u9104\ud85a\udd39\u7a45\u9df0\ud85a\uddfa\u9a26\ud85a\ude2d\u365f\ud859\udc69\ud840\udc21\u7983\ud85a\ude34\ud85a\udf5b\u5d2c\ud84d\udd19\u83cf\ud85a\udf9d\u46d0\ud85b\udca4\u753b\u8865\ud85b\uddae\u58b6"],["9ca1","\u371c\ud849\udd8d\ud85c\udc4b\ud85c\uddcd\u3c54\ud85c\ude80\ud85c\ude85\u9281\ud848\udd7a\ud85c\ude8b\u9330\ud85c\udee6\ud852\uddd0\u6c39\u949f\ud85d\udc50\ud843\udef8\u8827\u88f5\ud84a\udd26\ud861\udc73\ud845\udfb1\u6eb8\ud852\ude2a\ud846\udc20\u39a4\u36b9\u5c10\u79e3\u453f\u66b6\ud867\udcad\ud866\udca4\u8943\ud85d\udfcc\ud85e\udc58\u56d6\u40df\ud845\ude0a\u39a1\ud84d\udf2f\ud860\udce8\ud844\udfc5\u71ad\u8366\ud85e\udddd\ud864\udda8\u5a67\u4cb7\ud85c\udcaf\ud862\uddab\ud85e\uddfd\ud85e\ude0a\ud85e\udf0b\ud85f\udd66\ud850\udd7a\u7b43\u797e\ud860\udc09\u6fb5\ud868\udedf\u6a03\ud860\udf18\u53a2\ud85b\ude07\u93bf\u6836\u975d\ud860\udd6f\ud860\udc23\ud85a\uddb5\ud844\udfed\ud84c\ude2f\ud860\udc48\u5d85\ud863\udc30\ud860\udc83\u5715\u9823\ud862\udd49\u5dab\ud852\udd88\u65be\u69d5\u53d2\ud852\udea5\ud84f\udf81\u3c11\u6736\ud860\udc90\ud860\udcf4\ud860\udd2e\ud847\udfa1\ud860\udd4f"],["9d40","\ud860\udd89\ud860\uddaf\ud860\ude1a\ud860\udf06\ud860\udf2f\ud860\udf8a\u35ca\ud861\udc68\ud861\udeaa\u48fa\u63e6\ud862\udd56\u7808\u9255\ud862\uddb8\u43f2\ud862\udde7\u43df\ud862\udde8\ud862\udf46\ud862\udfd4\u59f8\ud863\udc09\u8f0b\ud863\udfc5\ud864\udcec\u7b51\ud864\udd10\ud864\udd3c\u3df7\ud864\udd5e\ud852\udeca\u8fd0\u728f\u568b\ud865\udce7\ud865\udde9\ud865\uddb0\ud865\uddb8\ud865\udf32\ud866\udcd1\ud866\udd49\ud866\udd6a\ud866\uddc3\ud866\ude28\ud866\udf0e\ud867\udd5a\ud867\udd9b\u7e9f\ud867\udef8\ud867\udf23\u4ca4\u9547\ud868\ude93\u71a2\ud868\udeff\u4d91\u9012\ud869\uddcb\u4d9c\ud843\udc9c\u8fbe\u55c1"],["9da1","\u8fba\ud849\udcb0\u8fb9\ud852\ude93\u4509\u7e7f\u6f56\u6ab1\u4eea\u34e4\ud862\udf2c\ud85e\udc9d\u373a\u8e80\ud845\udff5\ud860\udc24\ud862\udf6c\ud862\udf99\ud85e\ude3e\ud859\udeaf\u3deb\ud85d\ude55\ud84f\udcb7\ud855\ude35\ud856\udd56\u4e9a\ud857\ude81\ud858\ude58\u56bf\ud843\ude6d\u8e0e\u5b6d\ud84f\ude88\ud853\udc9e\u63de\u62d0\ud845\udff6\ud846\udc7b\u6530\u562d\ud857\udc4a\u541a\ud854\udf11\u3dc6\ud867\udd98\u4c7d\u5622\u561e\u7f49\ud857\uded8\u5975\ud84f\udd40\u8770\u4e1c\ud843\udfea\ud843\udd49\ud84d\udeba\u8117\u9d5e\u8d18\u763b\u9c45\u764e\u77b9\u9345\u5432\u8148\u82f7\u5625\u8132\u8418\u80bd\u55ea\u7962\u5643\u5416\ud843\ude9d\u35ce\u5605\u55f1\u66f1\ud860\udee2\u362d\u7534\u55f0\u55ba\u5497\u5572\ud843\udc41\ud843\udc96\u5ed0\ud854\udd48\ud843\ude76\ud84b\udc62"],["9e40","\ud843\udea2\u9eab\u7d5a\u55de\ud844\udc75\u629d\u976d\u5494\u8ccd\u71f6\u9176\u63fc\u63b9\u63fe\u5569\ud84a\udf43\u9c72\ud84b\udeb3\u519a\u34df\ud843\udda7\u51a7\u544d\u551e\u5513\u7666\u8e2d\ud85a\udc8a\u75b1\u80b6\u8804\u8786\u88c7\u81b6\u841c\ud844\udcc1\u44ec\u7304\ud851\udf06\u5b90\u830b\ud85a\udc93\u567b\ud849\udef4\ud85f\udd2f\ud850\udda3\ud85f\udd73\ud85b\uded0\ud85c\udeb6\u9170\ud844\uddd9\u9208\ud84f\udcfc\ud869\udea9\ud843\udeac\ud843\udef9\u7266\ud847\udca2\u474e\ud853\udfc2\ud85f\udff9\ud843\udfeb\u40fa"],["9ea1","\u9c5d\u651f\ud84b\udda0\u48f3\ud851\udfe0\ud867\udd7c\ud843\udfec\ud843\ude0a\u6062\ud85d\udda3\ud843\udfed"],["9ead","\ud858\udc48\ud844\udd87\u71a3\u7e8e\u9d50\u4e1a\u4e04\u3577\u5b0d\u6cb2\u5367\u36ac\u39dc\u537d\u36a5\ud851\ude18\u589a\ud852\udf6e\u822d\u544b\u57aa\ud856\ude95\ud842\udd79"],["9ec5","\u3a52\ud849\udc65\u7374\ud867\udeac\u4d09\u9bed\ud84f\udcfe\ud867\udf30\u4c5b\ud853\udfa9\ud865\udd9e\ud867\udfde\u845c\ud84f\uddb6\ud85c\udeb2\ud859\udfb3\ud84d\udf20\u632e\u7d25\ud84f\udef7\ud84f\ude2c\u3a2a\u9008\u52cc\u3e74\u367a\u45e9\ud841\udc8e\u7640\u5af0\ud843\udeb6\u787a\ud85f\udf2e\u58a7\u40bf\u567c\u9b8b\u5d74\u7654\ud869\udc34\u9e85\u4ce1\u75f9\u37fb\u6119\ud84c\udcda\ud850\udff2"],["9ef5","\u565d\ud844\udea9\u57a7\ud852\udd63\ud867\ude06\u5234\ud85c\udcae\u35ad\u6c4a\u9d7c"],["9f40","\u7c56\u9b39\u57de\ud845\udf6c\u5c53\u64d3\ud865\udcd0\ud858\udf35\ud85c\udd64\u86ad\ud843\udd28\ud85b\udd22\ud852\udee2\ud843\udd71"],["9f4f","\u51fe\ud847\udf0f\u5d8e\u9703\ud847\uddd1\u9e81\u904c\u7b1f\u9b02\u5cd1\u7ba3\u6268\u6335\u9aff\u7bcf\u9b2a\u7c7e\u9b2e\u7c42\u7c86\u9c15\u7bfc\u9b09\u9f17\u9c1b\ud852\udd3e\u9f5a\u5573\u5bc3\u4ffd\u9e98\u4ff2\u5260\u3e06\u52d1\u5767\u5056\u59b7\u5e12\u97c8\u9dab\u8f5c\u5469\u97b4\u9940\u97ba\u532c\u6130"],["9fa1","\u692c\u53da\u9c0a\u9d02\u4c3b\u9641\u6980\u50a6\u7546\ud845\udf6d\u99da\u5273"],["9fae","\u9159\u9681\u915c"],["9fb2","\u9151\ud863\ude97\u637f\ud85b\udd23\u6aca\u5611\u918e\u757a\u6285\ud840\udffc\u734f\u7c70\ud857\udc21\ud84f\udcfd"],["9fc1","\ud852\udd19\u76d6\u9b9d\u4e2a\ud843\udcd4\u83be\u8842"],["9fc9","\u5c4a\u69c0\u50ed\u577a\u521f\u5df5\u4ece\u6c31\ud840\uddf2\u4f39\u549c\u54da\u529a\u8d82\u35fe\u5f0c\u35f3"],["9fdb","\u6b52\u917c\u9fa5\u9b97\u982e\u98b4\u9aba\u9ea8\u9e84\u717a\u7b14"],["9fe7","\u6bfa\u8818\u7f78"],["9feb","\u5620\ud869\ude4a\u8e77\u9f53"],["9ff0","\u8dd4\u8e4f\u9e1c\u8e01\u6282\ud860\udf7d\u8e28\u8e75\u7ad3\ud852\ude77\u7a3e\u78d8\u6cea\u8a67\u7607"],["a040","\ud862\ude5a\u9f26\u6cce\u87d6\u75c3\ud868\udeb2\u7853\ud87e\udc40\u8d0c\u72e2\u7371\u8b2d\u7302\u74f1\u8ceb\ud852\udebb\u862f\u5fba\u88a0\u44b7"],["a055","\ud846\udc3b\ud85b\ude05"],["a058","\u8a7e\ud849\udd1b"],["a05b","\u60fd\u7667\u9ad7\u9d44\u936e\u9b8f\u87f5"],["a063","\u880f\u8cf7\u732c\u9721\u9bb0\u35d6\u72b2\u4c07\u7c51\u994a\ud858\udd59\u6159\u4c04\u9e96\u617d"],["a073","\u575f\u616f\u62a6\u6239\u62ce\u3a5c\u61e2\u53aa\ud84c\udff5\u6364\u6802\u35d2"],["a0a1","\u5d57\ud862\udfc2\u8fda\ud863\ude39"],["a0a6","\u50d9\ud847\udd46\u7906\u5332\u9638\ud843\udf3b\u4065"],["a0ae","\u77fe"],["a0b0","\u7cc2\ud857\udf1a\u7cda\u7a2d\u8066\u8063\u7d4d\u7505\u74f2\u8994\u821a\u670c\u8062\ud85d\udc86\u805b\u74f0\u8103\u7724\u8989\ud859\udfcc\u7553\ud85b\uded1\u87a9\u87ce\u81c8\u878c\u8a49\u8cad\u8b43\u772b\u74f8\u84da\u3635\u69b2\u8da6"],["a0d4","\u89a9\u7468\u6db9\u87c1\ud850\udc11\u74e7\u3ddb\u7176\u60a4\u619c\u3cd1\u7162\u6077"],["a0e2","\u7f71\ud862\udf2d\u7250\u60e9\u4b7e\u5220\u3c18\ud84f\udcc7\ud857\uded7\ud85d\ude56\ud855\udd31\ud846\udd44\ud844\udefe\ud866\udd03\ud85b\udddc\ud85c\udcad\u5cc1\ud858\uddad\ud862\ude0f\ud84d\ude77\ud840\udcee\ud85a\udc46\ud853\udf0e\u4562\u5b1f\ud858\udf4c\u9f50\u9ea6\ud858\ude6b"],["a3c0","\u2400",31,"\u2421"],["c6a1","\u2460",9,"\u2474",9,"\u2170",9,"\u4e36\u4e3f\u4e85\u4ea0\u5182\u5196\u51ab\u52f9\u5338\u5369\u53b6\u590a\u5b80\u5ddb\u2f33\u5e7f\u5ef4\u5f50\u5f61\u6534\u65e0\u7592\u7676\u8fb5\u96b6\u00a8\u02c6\u30fd\u30fe\u309d\u309e\u3003\u4edd\u3005\u3006\u3007\u30fc\uff3b\uff3d\u273d\u3041",23],["c740","\u3059",58,"\u30a1\u30a2\u30a3\u30a4"],["c7a1","\u30a5",81,"\u0410",5,"\u0401\u0416",4],["c840","\u041b",26,"\u0451\u0436",25,"\u21e7\u21b8\u21b9\u31cf\ud840\udccc\u4e5a\ud840\udc8a\u5202\u4491"],["c8a1","\u9fb0\u5188\u9fb1\ud85d\ude07"],["c8cd","\uffe2\uffe4\uff07\uff02\u3231\u2116\u2121\u309b\u309c\u2e80\u2e84\u2e86\u2e87\u2e88\u2e8a\u2e8c\u2e8d\u2e95\u2e9c\u2e9d\u2ea5\u2ea7\u2eaa\u2eac\u2eae\u2eb6\u2ebc\u2ebe\u2ec6\u2eca\u2ecc\u2ecd\u2ecf\u2ed6\u2ed7\u2ede\u2ee3"],["c8f5","\u0283\u0250\u025b\u0254\u0275\u0153\u00f8\u014b\u028a\u026a"],["f9fe","\uffed"],["fa40","\ud841\udd47\u92db\ud841\udddf\ud84f\udfc5\u854c\u42b5\u73ef\u51b5\u3649\ud852\udd42\ud862\udde4\u9344\ud846\udddb\u82ee\ud84f\udcc8\u783c\u6744\u62df\ud852\udd33\ud862\uddaa\ud840\udea0\ud85a\udfb3\ud844\udf05\u4fab\ud849\udced\u5008\ud85b\udd29\ud85e\ude84\ud84d\ude00\ud852\udeb1\ud849\udd13\u5029\ud840\udf7e\u5fa4\ud840\udf80\ud840\udf47\u6edb\ud841\udc1f\u507d\u5101\u347a\u510e\u986c\u3743\u8416\ud852\udda4\ud841\udc87\u5160\ud84c\udfb4\u516a\ud842\udfff\ud848\udcfc\ud840\udee5\ud849\udd30\ud841\udd8e\ud84c\ude33\ud846\udd83\u5b82\u877d\ud841\uddb3\ud84f\udc99\u51b2\u51b8"],["faa1","\u9d34\u51c9\u51cf\u51d1\u3cdc\u51d3\ud852\udea6\u51b3\u51e2\u5342\u51ed\u83cd\u693e\ud84d\udf2d\u5f7b\u520b\u5226\u523c\u52b5\u5257\u5294\u52b9\u52c5\u7c15\u8542\u52e0\u860d\ud85a\udf13\u5305\ud862\udede\u5549\u6ed9\ud84f\udf80\ud842\udd54\ud84f\udfec\u5333\u5344\ud842\udfe2\u6ccb\ud845\udf26\u681b\u73d5\u604a\u3eaa\u38cc\ud845\udee8\u71dd\u44a2\u536d\u5374\ud861\udeab\u537e\u537f\ud845\udd96\ud845\ude13\u77e6\u5393\ud862\ude9b\u53a0\u53ab\u53ae\u73a7\ud855\udf72\u3f59\u739c\u53c1\u53c5\u6c49\u4e49\u57fe\u53d9\u3aab\ud842\udf8f\u53e0\ud84f\udfeb\ud84b\udda3\u53f6\ud843\udc77\u5413\u7079\u552b\u6657\u6d5b\u546d\ud85a\udf53\ud843\udd74\u555d\u548f\u54a4\u47a6\ud845\udf0d\ud843\udedd\u3db4\ud843\udd4d"],["fb40","\ud862\uddbc\ud849\ude98\u5547\u4ced\u542f\u7417\u5586\u55a9\u5605\ud846\udcd7\ud850\udc3a\u4552\ud851\udc35\u66b3\ud844\udcb4\u5637\u66cd\ud84c\ude8a\u66a4\u66ad\u564d\u564f\u78f1\u56f1\u9787\u53fe\u5700\u56ef\u56ed\ud862\udf66\u3623\ud844\ude4f\u5746\ud850\udda5\u6c6e\u708b\u5742\u36b1\ud85b\udc7e\u57e6\ud845\udc16\u5803\ud845\udc54\ud850\udf63\u5826\ud852\udff5\u585c\u58aa\u3561\u58e0\u58dc\ud844\ude3c\u58fb\u5bff\u5743\ud868\udd50\ud850\ude78\u93d3\u35a1\u591f\u68a6\u36c3\u6e59"],["fba1","\ud845\ude3e\u5a24\u5553\ud845\ude92\u8505\u59c9\ud843\udd4e\ud85b\udc81\ud85b\udd2a\ud845\udfdc\u59d9\ud845\udffb\ud845\udfb2\ud85b\udda6\u6d71\ud846\udc28\ud845\uded5\u59f9\ud85b\ude45\u5aab\u5a63\u36e6\ud852\udda9\u5a77\u3708\u5a96\u7465\u5ad3\ud85b\udfa1\ud849\udd54\u3d85\ud846\udd11\u3732\ud845\udeb8\u5e83\u52d0\u5b76\u6588\u5b7c\ud85e\ude0e\u4004\u485d\ud840\ude04\u5bd5\u6160\ud846\ude34\ud856\uddcc\ud841\udda5\u5bf3\u5b9d\u4d10\u5c05\ud846\udf44\u5c13\u73ce\u5c14\ud847\udca5\ud85a\udf28\u5c49\u48dd\u5c85\u5ce9\u5cef\u5d8b\ud847\uddf9\ud847\ude37\u5d10\u5d18\u5d46\ud847\udea4\u5cba\u5dd7\u82fc\u382d\ud852\udd01\ud848\udc49\ud848\udd73\u8287\u3836\u3bc2\u5e2e\u6a8a\u5e75\u5e7a\ud851\udcbc\ud843\udcd3\u53a6\u4eb7\u5ed0\u53a8\ud845\udf71\u5e09\u5ef4\ud861\udc82"],["fc40","\u5ef9\u5efb\u38a0\u5efc\u683e\u941b\u5f0d\ud840\uddc1\ud87e\udc94\u3ade\u48ae\ud844\udf3a\u5f3a\ud85a\udc88\ud848\udfd0\u5f58\ud849\udc71\u5f63\u97bd\ud85b\ude6e\u5f72\u9340\ud862\ude36\u5fa7\u5db6\u3d5f\ud854\ude50\ud847\udf6a\ud85c\udcf8\ud849\ude68\u91d6\ud840\ude9e\ud862\ude29\u6031\u6685\ud846\udc77\u3963\u3dc7\u3639\u5790\ud849\udfb4\u7971\u3e40\u609e\u60a4\u60b3\ud852\udd82\ud852\udd8f\ud85e\ude53\u74a4\u50e1\u5aa0\u6164\u8424\u6142\ud87e\udca6\ud85b\uded2\u6181\u51f4\ud841\ude56\u6187\u5baa\ud84f\udfb7"],["fca1","\ud84a\udc5f\u61d3\ud862\udf9d\ud866\udd5d\u61d0\u3932\ud84a\udd80\ud84a\udcc1\u6023\u615c\u651e\u638b\ud840\udd18\u62c5\ud845\udf70\u62d5\ud84b\ude0d\u636c\ud852\udddf\u3a17\u6438\u63f8\ud844\udf8e\ud845\udffc\u6490\u6f8a\ud84b\ude36\u9814\ud850\udc8c\ud855\udf1d\u64e1\u64e5\u947b\u3a66\u643a\u3a57\u654d\u6f16\ud852\ude28\ud852\ude23\u6585\u656d\u655f\ud84c\udc7e\u65b5\ud852\udd40\u4b37\u65d1\u40d8\ud846\udc29\u65e0\u65e3\u5fdf\ud84d\udc00\u6618\ud84c\uddf7\ud84c\uddf8\u6644\ud84c\udda4\ud84c\udda5\u664b\ud843\ude75\u6667\ud854\udde6\u6673\u6674\ud847\ude3d\ud84c\ude31\ud861\uddf4\ud84c\uddc8\ud854\udf13\u77c5\ud84a\udcf7\u99a4\u6702\ud850\udf9c\ud852\ude21\u3b2b\u69fa\ud84d\udfc2\u675e\u6767\u6762\ud850\uddcd\ud864\udced\u67d7\u44e9\u6822\u6e50\u923c\u6801\ud84c\udfe6\ud85b\udda0\u685d"],["fd40","\ud84d\udc6f\u69e1\u6a0b\ud862\udedf\u6973\u68c3\ud84d\uddcd\u6901\u6900\u3d32\u3a01\ud84d\ude3c\u3b80\u67ac\u6961\ud862\ude4a\u42fc\u6936\u6998\u3ba1\ud840\udfc9\u8363\u5090\u69f9\ud84d\ude59\ud848\udd2a\u6a45\ud84d\udf03\u6a9d\u3bf3\u67b1\u6ac8\ud864\udd9c\u3c0d\u6b1d\ud842\udd23\u60de\u6b35\u6b74\ud849\udfcd\u6eb5\ud84e\udedb\ud840\udfb5\ud846\udd58\u3740\u5421\ud84e\udf5a\u6be1\ud84f\udefc\u6bdc\u6c37\ud849\udc8b\ud852\udcf1\ud85a\udf51\u6c5a\u8226\u6c79\ud84f\uddbc\u44c5\ud84f\uddbd\ud850\udda4\ud852\udd0c\ud852\udd00"],["fda1","\ud84f\udcc9\u36e5\u3ceb\ud843\udd32\u9b83\ud84c\uddf9\ud849\udc91\u7f8f\u6837\ud85b\udd25\ud85b\udda1\ud85b\uddeb\u6d96\u6d5c\u6e7c\u6f04\ud852\udd7f\ud850\udc85\ud85b\ude72\u8533\ud85b\udf74\u51c7\u6c9c\u6e1d\u842e\ud862\udf21\u6e2f\ud84f\ude2f\u7453\ud84f\udf82\u79cc\u6e4f\u5a91\ud84c\udc4b\u6ff8\u370d\u6f9d\ud84f\ude30\u6efa\ud845\udc97\ud850\udc3d\u4555\u93f0\u6f44\u6f5c\u3d4e\u6f74\ud864\udd70\u3d3b\u6f9f\ud850\udd44\u6fd3\ud850\udc91\ud850\udd55\ud850\udc39\ud84f\udff0\ud84f\udfb4\ud850\udd3f\u51df\ud850\udd56\ud850\udd57\ud850\udd40\ud858\udddd\u704b\u707e\u70a7\u7081\u70cc\u70d5\u70d6\u70df\u4104\u3de8\u71b4\u7196\ud850\ude77\u712b\u7145\u5a88\u714a\u716e\u5c9c\ud850\udf65\u714f\u9362\ud850\udec1\u712c\ud851\udc5a\ud852\ude27\ud852\ude22\u71ba\ud862\udfe8\u70bd\u720e"],["fe40","\u9442\u7215\u5911\u9443\u7224\u9341\ud855\ude05\u722e\u7240\ud852\udd74\u68bd\u7255\u7257\u3e55\ud84c\udc44\u680d\u6f3d\u7282\u732a\u732b\ud852\udc23\ud862\udc2b\u48ed\ud862\udc04\u7328\u732e\u73cf\u73aa\ud843\udc3a\ud85a\ude2e\u73c9\u7449\ud850\udde2\ud845\udee7\ud852\ude24\u6623\u36c5\ud852\uddb7\ud852\udd8d\ud852\uddfb\u73f7\u7415\u6903\ud852\ude26\u7439\ud841\uddc3\u3ed7\u745c\ud84a\udcad\u7460\ud863\udeb2\u7447\u73e4\u7476\u83b9\u746c\u3730\u7474\u93f1\u6a2c\u7482\u4953\ud852\ude8c"],["fea1","\ud850\udd5f\ud852\ude79\ud862\udf8f\u5b46\ud863\udc03\ud846\udc9e\u74c8\ud846\udd88\u750e\u74e9\u751e\ud863\uded9\ud846\ude4b\u5bd7\ud863\udeac\u9385\u754d\u754a\u7567\u756e\ud853\udf82\u3f04\ud853\udd13\u758e\u745d\u759e\u75b4\u7602\u762c\u7651\u764f\u766f\u7676\ud858\udff5\u7690\u81ef\u37f8\ud85a\udd11\ud85a\udd0e\u76a1\u76a5\u76b7\u76cc\ud85b\udf9f\u8462\ud854\udc9d\ud854\udd7d\ud847\ude1c\u771e\u7726\u7740\u64af\ud854\ude20\u7758\ud84c\udeac\u77af\ud862\udd64\ud862\udd68\ud845\udec1\u77f4\u7809\ud844\udf76\ud852\ude12\u68ca\u78af\u78c7\u78d3\u96a5\u792e\ud855\udde0\u78d7\u7934\u78b1\ud85d\ude0c\u8fb8\u8884\ud862\udf2b\ud858\udc83\ud849\ude1c\u7986\u8900\u6902\u7980\ud856\udc57\u799d\ud85e\udf39\u793c\u79a9\u6e2a\ud85c\udd26\u3ea8\u79c6\ud864\udd0d\u79d4"]]')},43531:(__unused_webpack_module,exports)=>{"use strict";exports.name=potentialName=>/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u{10000}-\u{EFFFF}][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u{10000}-\u{EFFFF}\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/u.test(potentialName),exports.qname=potentialQname=>/(?:^[A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u{10000}-\u{EFFFF}][A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u{10000}-\u{EFFFF}\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*:[A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u{10000}-\u{EFFFF}][A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u{10000}-\u{EFFFF}\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$)|(?:^[A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u{10000}-\u{EFFFF}][A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u{10000}-\u{EFFFF}\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$)/u.test(potentialQname)},43565:(__unused_webpack_module,exports)=>{"use strict";exports.parseJSONFromBytes=bytes=>{ |
| /*ThouShaltNotCache*/ |
| 239===bytes[0]&&187===bytes[1]&&191===bytes[2]&&(bytes=bytes.subarray(3));const jsonText=bytes.toString("utf-8");return JSON.parse(jsonText)}},43581:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $gOPD=__webpack_require__(75759);if($gOPD)try{$gOPD([],"length")}catch(e){$gOPD=null}module.exports=$gOPD},43648:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),ErrorEvent=__webpack_require__(92825),EventHandlerNonNull=__webpack_require__(70705),OnBeforeUnloadEventHandlerNonNull=__webpack_require__(29706),OnErrorEventHandlerNonNull=__webpack_require__(62490),reportException=__webpack_require__(57335);exports.appendHandler=(el,eventName)=>{ |
| /*ThouShaltNotCache*/ |
| idlUtils.tryImplForWrapper(el).addEventListener(eventName,event=>{ |
| /*ThouShaltNotCache*/ |
| const callback=exports.getCurrentEventHandlerValue(el,eventName);if(null===callback)return;const specialError=ErrorEvent.isImpl(event)&&"error"===event.type&&"Window"===event.currentTarget.constructor.name;let returnValue=null;"function"==typeof callback&&(returnValue=specialError?callback.call(event.currentTarget,event.message,event.filename,event.lineno,event.colno,event.error):callback.call(event.currentTarget,event)),"beforeunload"===event.type?null!==returnValue&&(event._canceledFlag=!0,""===event.returnValue&&(event.returnValue=returnValue)):specialError?!0===returnValue&&(event._canceledFlag=!0):!1===returnValue&&(event._canceledFlag=!0)})},exports.setupForSimpleEventAccessors=(prototype,events)=>{ |
| /*ThouShaltNotCache*/ |
| prototype._getEventHandlerFor=function(event){ |
| /*ThouShaltNotCache*/ |
| return this._eventHandlers?this._eventHandlers[event]:void 0},prototype._setEventHandlerFor=function(event,handler){ |
| /*ThouShaltNotCache*/ |
| this._registeredHandlers||(this._registeredHandlers=new Set,this._eventHandlers=Object.create(null)),this._registeredHandlers.has(event)||null===handler||(this._registeredHandlers.add(event),exports.appendHandler(this,event)),this._eventHandlers[event]=handler};for(const event of events)exports.createEventAccessor(prototype,event)},exports.getCurrentEventHandlerValue=(target,event)=>{ |
| /*ThouShaltNotCache*/ |
| const value=target._getEventHandlerFor(event);if(!value)return null;if(void 0!==value.body){let element,document,fn;"Window"===target.constructor.name?(element=null,document=idlUtils.implForWrapper(target.document)):(element=target,document=element.ownerDocument);const{body}=value,formOwner=null!==element&&element.form?element.form:null,window="Window"===target.constructor.name&&target._document?target:document.defaultView;try{Function(body)}catch(e){return window&&reportException(window,e),target._setEventHandlerFor(event,null),null}const createFunction=document.defaultView.Function;if("error"===event&&null===element){fn=createFunction(`with (arguments[0]) { return function onerror(event, source, lineno, colno, error) {\n${body}\n}; }${document?`\n//# sourceURL=${document.URL}`:""}`)(window),fn=OnErrorEventHandlerNonNull.convert(window,fn)}else{const calls=[];null!==element&&calls.push(idlUtils.wrapperForImpl(document)),null!==formOwner&&calls.push(idlUtils.wrapperForImpl(formOwner)),null!==element&&calls.push(idlUtils.wrapperForImpl(element));let wrapperBody=`with (arguments[0]) { return function on${event}(event) {\n${body}\n}; }`;for(const call of calls)wrapperBody=`with (arguments[0]) { return function () {\n${wrapperBody}\n}; }`;document&&(wrapperBody+=`\n//# sourceURL=${document.URL}`),fn=createFunction(wrapperBody)(window);for(const call of calls)fn=fn(call);fn="beforeunload"===event?OnBeforeUnloadEventHandlerNonNull.convert(window,fn):EventHandlerNonNull.convert(window,fn)}target._setEventHandlerFor(event,fn)}return target._getEventHandlerFor(event)},exports.createEventAccessor=(obj,event)=>{ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(obj,"on"+event,{configurable:!0,enumerable:!0,get(){ |
| /*ThouShaltNotCache*/ |
| return exports.getCurrentEventHandlerValue(this,event)},set(val){ |
| /*ThouShaltNotCache*/ |
| this._setEventHandlerFor(event,val)}})}},43986:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var hasToStringTag=__webpack_require__(88082)(),$toString=__webpack_require__(13190)("Object.prototype.toString"),isStandardArguments=function(value){ |
| /*ThouShaltNotCache*/ |
| return!(hasToStringTag&&value&&"object"==typeof value&&Symbol.toStringTag in value)&&"[object Arguments]"===$toString(value)},isLegacyArguments=function(value){ |
| /*ThouShaltNotCache*/ |
| return!!isStandardArguments(value)||null!==value&&"object"==typeof value&&"length"in value&&"number"==typeof value.length&&value.length>=0&&"[object Array]"!==$toString(value)&&"callee"in value&&"[object Function]"===$toString(value.callee)},supportsStandardArguments=function(){ |
| /*ThouShaltNotCache*/ |
| return isStandardArguments(arguments)}();isStandardArguments.isLegacyArguments=isLegacyArguments,module.exports=supportsStandardArguments?isStandardArguments:isLegacyArguments},44197:()=>{},44253:(__unused_webpack_module,exports)=>{var CSSOM={CSSValue:function(){}};CSSOM.CSSValue.prototype={constructor:CSSOM.CSSValue,set cssText(text){ |
| /*ThouShaltNotCache*/ |
| var name=this._getConstructorName();throw new Error('DOMException: property "cssText" of "'+name+'" is readonly and can not be replaced with "'+text+'"!')},get cssText(){ |
| /*ThouShaltNotCache*/ |
| var name=this._getConstructorName();throw new Error('getter "cssText" of "'+name+'" is not implemented!')},_getConstructorName:function(){return this.constructor.toString().match(/function\s([^\(]+)/)[1]}},exports.CSSValue=CSSOM.CSSValue},44303:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),create_SVGAnimatedRect=__webpack_require__(97850).create,create_SVGAnimatedPreserveAspectRatio=__webpack_require__(19317).create,EventHandlerNonNull=__webpack_require__(70705),OnBeforeUnloadEventHandlerNonNull=__webpack_require__(29706),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGGraphicsElement=__webpack_require__(27410);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGSVGElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGSVGElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGGraphicsElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGSVGElement extends globalObject.SVGGraphicsElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}createSVGNumber(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createSVGNumber' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].createSVGNumber())}createSVGRect(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createSVGRect' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].createSVGRect())}getElementById(elementId){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementById' called on an object that is not a valid instance of SVGSVGElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getElementById' on 'SVGSVGElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementById' on 'SVGSVGElement': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementById(...args))}suspendRedraw(maxWaitMilliseconds){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'suspendRedraw' called on an object that is not a valid instance of SVGSVGElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'suspendRedraw' on 'SVGSVGElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'suspendRedraw' on 'SVGSVGElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].suspendRedraw(...args)}unsuspendRedraw(suspendHandleID){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'unsuspendRedraw' called on an object that is not a valid instance of SVGSVGElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'unsuspendRedraw' on 'SVGSVGElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'unsuspendRedraw' on 'SVGSVGElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].unsuspendRedraw(...args)}unsuspendRedrawAll(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'unsuspendRedrawAll' called on an object that is not a valid instance of SVGSVGElement.");return esValue[implSymbol].unsuspendRedrawAll()}forceRedraw(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'forceRedraw' called on an object that is not a valid instance of SVGSVGElement.");return esValue[implSymbol].forceRedraw()}get viewBox(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get viewBox' called on an object that is not a valid instance of SVGSVGElement.");return utils.getSameObject(this,"viewBox",()=>create_SVGAnimatedRect(globalObject,[],{element:esValue[implSymbol],attribute:"viewBox"}))}get preserveAspectRatio(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get preserveAspectRatio' called on an object that is not a valid instance of SVGSVGElement.");return utils.getSameObject(this,"preserveAspectRatio",()=>create_SVGAnimatedPreserveAspectRatio(globalObject,[],{element:esValue[implSymbol]}))}get onafterprint(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onafterprint' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onafterprint)}set onafterprint(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onafterprint' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onafterprint' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onafterprint=V}get onbeforeprint(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeprint' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeprint)}set onbeforeprint(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeprint' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeprint' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onbeforeprint=V}get onbeforeunload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeunload' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeunload)}set onbeforeunload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeunload' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?OnBeforeUnloadEventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeunload' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onbeforeunload=V}get onhashchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onhashchange' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onhashchange)}set onhashchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onhashchange' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onhashchange' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onhashchange=V}get onlanguagechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onlanguagechange' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onlanguagechange)}set onlanguagechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onlanguagechange' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onlanguagechange' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onlanguagechange=V}get onmessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmessage' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmessage)}set onmessage(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmessage' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmessage' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onmessage=V}get onmessageerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmessageerror' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmessageerror)}set onmessageerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmessageerror' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmessageerror' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onmessageerror=V}get onoffline(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onoffline' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onoffline)}set onoffline(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onoffline' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onoffline' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onoffline=V}get ononline(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ononline' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ononline)}set ononline(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ononline' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ononline' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].ononline=V}get onpagehide(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpagehide' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpagehide)}set onpagehide(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpagehide' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpagehide' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onpagehide=V}get onpageshow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpageshow' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpageshow)}set onpageshow(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpageshow' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpageshow' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onpageshow=V}get onpopstate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpopstate' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpopstate)}set onpopstate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpopstate' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpopstate' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onpopstate=V}get onrejectionhandled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onrejectionhandled' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onrejectionhandled)}set onrejectionhandled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onrejectionhandled' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onrejectionhandled' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onrejectionhandled=V}get onstorage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onstorage' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onstorage)}set onstorage(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onstorage' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onstorage' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onstorage=V}get onunhandledrejection(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onunhandledrejection' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onunhandledrejection)}set onunhandledrejection(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onunhandledrejection' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onunhandledrejection' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onunhandledrejection=V}get onunload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onunload' called on an object that is not a valid instance of SVGSVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onunload)}set onunload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onunload' called on an object that is not a valid instance of SVGSVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onunload' property on 'SVGSVGElement': The provided value"}):null,esValue[implSymbol].onunload=V}}Object.defineProperties(SVGSVGElement.prototype,{createSVGNumber:{enumerable:!0},createSVGRect:{enumerable:!0},getElementById:{enumerable:!0},suspendRedraw:{enumerable:!0},unsuspendRedraw:{enumerable:!0},unsuspendRedrawAll:{enumerable:!0},forceRedraw:{enumerable:!0},viewBox:{enumerable:!0},preserveAspectRatio:{enumerable:!0},onafterprint:{enumerable:!0},onbeforeprint:{enumerable:!0},onbeforeunload:{enumerable:!0},onhashchange:{enumerable:!0},onlanguagechange:{enumerable:!0},onmessage:{enumerable:!0},onmessageerror:{enumerable:!0},onoffline:{enumerable:!0},ononline:{enumerable:!0},onpagehide:{enumerable:!0},onpageshow:{enumerable:!0},onpopstate:{enumerable:!0},onrejectionhandled:{enumerable:!0},onstorage:{enumerable:!0},onunhandledrejection:{enumerable:!0},onunload:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGSVGElement",configurable:!0}}),ctorRegistry.SVGSVGElement=SVGSVGElement,Object.defineProperty(globalObject,"SVGSVGElement",{configurable:!0,writable:!0,value:SVGSVGElement})};const Impl=__webpack_require__(6902)},44422:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,PageTransitionEventInit=__webpack_require__(21149);class PageTransitionEventImpl extends EventImpl{initPageTransitionEvent(type,bubbles,cancelable,persisted){ |
| /*ThouShaltNotCache*/ |
| this._dispatchFlag||(this.initEvent(type,bubbles,cancelable),this.persisted=persisted)}}PageTransitionEventImpl.defaultInit=PageTransitionEventInit.convert(void 0,void 0),exports.implementation=PageTransitionEventImpl},44432:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Parser=void 0;const index_js_1=__webpack_require__(56668),open_element_stack_js_1=__webpack_require__(46278),formatting_element_list_js_1=__webpack_require__(68321),default_js_1=__webpack_require__(57539),doctype=__webpack_require__(47572),foreignContent=__webpack_require__(91202),error_codes_js_1=__webpack_require__(96179),unicode=__webpack_require__(49489),html_js_1=__webpack_require__(61265),token_js_1=__webpack_require__(33255);var InsertionMode;!function(InsertionMode){ |
| /*ThouShaltNotCache*/ |
| InsertionMode[InsertionMode.INITIAL=0]="INITIAL",InsertionMode[InsertionMode.BEFORE_HTML=1]="BEFORE_HTML",InsertionMode[InsertionMode.BEFORE_HEAD=2]="BEFORE_HEAD",InsertionMode[InsertionMode.IN_HEAD=3]="IN_HEAD",InsertionMode[InsertionMode.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",InsertionMode[InsertionMode.AFTER_HEAD=5]="AFTER_HEAD",InsertionMode[InsertionMode.IN_BODY=6]="IN_BODY",InsertionMode[InsertionMode.TEXT=7]="TEXT",InsertionMode[InsertionMode.IN_TABLE=8]="IN_TABLE",InsertionMode[InsertionMode.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",InsertionMode[InsertionMode.IN_CAPTION=10]="IN_CAPTION",InsertionMode[InsertionMode.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",InsertionMode[InsertionMode.IN_TABLE_BODY=12]="IN_TABLE_BODY",InsertionMode[InsertionMode.IN_ROW=13]="IN_ROW",InsertionMode[InsertionMode.IN_CELL=14]="IN_CELL",InsertionMode[InsertionMode.IN_SELECT=15]="IN_SELECT",InsertionMode[InsertionMode.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",InsertionMode[InsertionMode.IN_TEMPLATE=17]="IN_TEMPLATE",InsertionMode[InsertionMode.AFTER_BODY=18]="AFTER_BODY",InsertionMode[InsertionMode.IN_FRAMESET=19]="IN_FRAMESET",InsertionMode[InsertionMode.AFTER_FRAMESET=20]="AFTER_FRAMESET",InsertionMode[InsertionMode.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",InsertionMode[InsertionMode.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(InsertionMode||(InsertionMode={}));const BASE_LOC={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},TABLE_STRUCTURE_TAGS=new Set([html_js_1.TAG_ID.TABLE,html_js_1.TAG_ID.TBODY,html_js_1.TAG_ID.TFOOT,html_js_1.TAG_ID.THEAD,html_js_1.TAG_ID.TR]),defaultParserOptions={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:default_js_1.defaultTreeAdapter,onParseError:null};function aaObtainFormattingElementEntry(p,token){ |
| /*ThouShaltNotCache*/ |
| let formattingElementEntry=p.activeFormattingElements.getElementEntryInScopeWithTagName(token.tagName);return formattingElementEntry?p.openElements.contains(formattingElementEntry.element)?p.openElements.hasInScope(token.tagID)||(formattingElementEntry=null):(p.activeFormattingElements.removeEntry(formattingElementEntry),formattingElementEntry=null):genericEndTagInBody(p,token),formattingElementEntry}function aaObtainFurthestBlock(p,formattingElementEntry){ |
| /*ThouShaltNotCache*/ |
| let furthestBlock=null,idx=p.openElements.stackTop;for(;idx>=0;idx--){const element=p.openElements.items[idx];if(element===formattingElementEntry.element)break;p._isSpecialElement(element,p.openElements.tagIDs[idx])&&(furthestBlock=element)}return furthestBlock||(p.openElements.shortenToLength(Math.max(idx,0)),p.activeFormattingElements.removeEntry(formattingElementEntry)),furthestBlock}function aaInnerLoop(p,furthestBlock,formattingElement){ |
| /*ThouShaltNotCache*/ |
| let lastElement=furthestBlock,nextElement=p.openElements.getCommonAncestor(furthestBlock);for(let i=0,element=nextElement;element!==formattingElement;i++,element=nextElement){nextElement=p.openElements.getCommonAncestor(element);const elementEntry=p.activeFormattingElements.getElementEntry(element),counterOverflow=elementEntry&&i>=3;!elementEntry||counterOverflow?(counterOverflow&&p.activeFormattingElements.removeEntry(elementEntry),p.openElements.remove(element)):(element=aaRecreateElementFromEntry(p,elementEntry),lastElement===furthestBlock&&(p.activeFormattingElements.bookmark=elementEntry),p.treeAdapter.detachNode(lastElement),p.treeAdapter.appendChild(element,lastElement),lastElement=element)}return lastElement}function aaRecreateElementFromEntry(p,elementEntry){ |
| /*ThouShaltNotCache*/ |
| const ns=p.treeAdapter.getNamespaceURI(elementEntry.element),newElement=p.treeAdapter.createElement(elementEntry.token.tagName,ns,elementEntry.token.attrs);return p.openElements.replace(elementEntry.element,newElement),elementEntry.element=newElement,newElement}function aaInsertLastNodeInCommonAncestor(p,commonAncestor,lastElement){ |
| /*ThouShaltNotCache*/ |
| const tn=p.treeAdapter.getTagName(commonAncestor),tid=(0,html_js_1.getTagID)(tn);if(p._isElementCausesFosterParenting(tid))p._fosterParentElement(lastElement);else{const ns=p.treeAdapter.getNamespaceURI(commonAncestor);tid===html_js_1.TAG_ID.TEMPLATE&&ns===html_js_1.NS.HTML&&(commonAncestor=p.treeAdapter.getTemplateContent(commonAncestor)),p.treeAdapter.appendChild(commonAncestor,lastElement)}}function aaReplaceFormattingElement(p,furthestBlock,formattingElementEntry){ |
| /*ThouShaltNotCache*/ |
| const ns=p.treeAdapter.getNamespaceURI(formattingElementEntry.element),{token}=formattingElementEntry,newElement=p.treeAdapter.createElement(token.tagName,ns,token.attrs);p._adoptNodes(furthestBlock,newElement),p.treeAdapter.appendChild(furthestBlock,newElement),p.activeFormattingElements.insertElementAfterBookmark(newElement,token),p.activeFormattingElements.removeEntry(formattingElementEntry),p.openElements.remove(formattingElementEntry.element),p.openElements.insertAfter(furthestBlock,newElement,token.tagID)}function callAdoptionAgency(p,token){ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<8;i++){const formattingElementEntry=aaObtainFormattingElementEntry(p,token);if(!formattingElementEntry)break;const furthestBlock=aaObtainFurthestBlock(p,formattingElementEntry);if(!furthestBlock)break;p.activeFormattingElements.bookmark=formattingElementEntry;const lastElement=aaInnerLoop(p,furthestBlock,formattingElementEntry.element),commonAncestor=p.openElements.getCommonAncestor(formattingElementEntry.element);p.treeAdapter.detachNode(lastElement),commonAncestor&&aaInsertLastNodeInCommonAncestor(p,commonAncestor,lastElement),aaReplaceFormattingElement(p,furthestBlock,formattingElementEntry)}}function appendComment(p,token){ |
| /*ThouShaltNotCache*/ |
| p._appendCommentNode(token,p.openElements.currentTmplContentOrNode)}function stopParsing(p,token){if( |
| /*ThouShaltNotCache*/ |
| p.stopped=!0,token.location){const target=p.fragmentContext?0:2;for(let i=p.openElements.stackTop;i>=target;i--)p._setEndLocation(p.openElements.items[i],token);if(!p.fragmentContext&&p.openElements.stackTop>=0){const htmlElement=p.openElements.items[0],htmlLocation=p.treeAdapter.getNodeSourceCodeLocation(htmlElement);if(htmlLocation&&!htmlLocation.endTag&&(p._setEndLocation(htmlElement,token),p.openElements.stackTop>=1)){const bodyElement=p.openElements.items[1],bodyLocation=p.treeAdapter.getNodeSourceCodeLocation(bodyElement);bodyLocation&&!bodyLocation.endTag&&p._setEndLocation(bodyElement,token)}}}}function tokenInInitialMode(p,token){ |
| /*ThouShaltNotCache*/ |
| p._err(token,error_codes_js_1.ERR.missingDoctype,!0),p.treeAdapter.setDocumentMode(p.document,html_js_1.DOCUMENT_MODE.QUIRKS),p.insertionMode=InsertionMode.BEFORE_HTML,p._processToken(token)}function tokenBeforeHtml(p,token){ |
| /*ThouShaltNotCache*/ |
| p._insertFakeRootElement(),p.insertionMode=InsertionMode.BEFORE_HEAD,p._processToken(token)}function tokenBeforeHead(p,token){ |
| /*ThouShaltNotCache*/ |
| p._insertFakeElement(html_js_1.TAG_NAMES.HEAD,html_js_1.TAG_ID.HEAD),p.headElement=p.openElements.current,p.insertionMode=InsertionMode.IN_HEAD,p._processToken(token)}function startTagInHead(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.BASE:case html_js_1.TAG_ID.BASEFONT:case html_js_1.TAG_ID.BGSOUND:case html_js_1.TAG_ID.LINK:case html_js_1.TAG_ID.META:p._appendElement(token,html_js_1.NS.HTML),token.ackSelfClosing=!0;break;case html_js_1.TAG_ID.TITLE:p._switchToTextParsing(token,index_js_1.TokenizerMode.RCDATA);break;case html_js_1.TAG_ID.NOSCRIPT:p.options.scriptingEnabled?p._switchToTextParsing(token,index_js_1.TokenizerMode.RAWTEXT):(p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.IN_HEAD_NO_SCRIPT);break;case html_js_1.TAG_ID.NOFRAMES:case html_js_1.TAG_ID.STYLE:p._switchToTextParsing(token,index_js_1.TokenizerMode.RAWTEXT);break;case html_js_1.TAG_ID.SCRIPT:p._switchToTextParsing(token,index_js_1.TokenizerMode.SCRIPT_DATA);break;case html_js_1.TAG_ID.TEMPLATE:p._insertTemplate(token),p.activeFormattingElements.insertMarker(),p.framesetOk=!1,p.insertionMode=InsertionMode.IN_TEMPLATE,p.tmplInsertionModeStack.unshift(InsertionMode.IN_TEMPLATE);break;case html_js_1.TAG_ID.HEAD:p._err(token,error_codes_js_1.ERR.misplacedStartTagForHeadElement);break;default:tokenInHead(p,token)}}function templateEndTagInHead(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.tmplCount>0?(p.openElements.generateImpliedEndTagsThoroughly(),p.openElements.currentTagId!==html_js_1.TAG_ID.TEMPLATE&&p._err(token,error_codes_js_1.ERR.closingOfElementWithOpenChildElements),p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.TEMPLATE),p.activeFormattingElements.clearToLastMarker(),p.tmplInsertionModeStack.shift(),p._resetInsertionMode()):p._err(token,error_codes_js_1.ERR.endTagWithoutMatchingOpenElement)}function tokenInHead(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.pop(),p.insertionMode=InsertionMode.AFTER_HEAD,p._processToken(token)}function tokenInHeadNoScript(p,token){ |
| /*ThouShaltNotCache*/ |
| const errCode=token.type===token_js_1.TokenType.EOF?error_codes_js_1.ERR.openElementsLeftAfterEof:error_codes_js_1.ERR.disallowedContentInNoscriptInHead;p._err(token,errCode),p.openElements.pop(),p.insertionMode=InsertionMode.IN_HEAD,p._processToken(token)}function tokenAfterHead(p,token){ |
| /*ThouShaltNotCache*/ |
| p._insertFakeElement(html_js_1.TAG_NAMES.BODY,html_js_1.TAG_ID.BODY),p.insertionMode=InsertionMode.IN_BODY,modeInBody(p,token)}function modeInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.type){case token_js_1.TokenType.CHARACTER:characterInBody(p,token);break;case token_js_1.TokenType.WHITESPACE_CHARACTER:whitespaceCharacterInBody(p,token);break;case token_js_1.TokenType.COMMENT:appendComment(p,token);break;case token_js_1.TokenType.START_TAG:startTagInBody(p,token);break;case token_js_1.TokenType.END_TAG:endTagInBody(p,token);break;case token_js_1.TokenType.EOF:eofInBody(p,token)}}function whitespaceCharacterInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._insertCharacters(token)}function characterInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._insertCharacters(token),p.framesetOk=!1}function areaStartTagInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._appendElement(token,html_js_1.NS.HTML),p.framesetOk=!1,token.ackSelfClosing=!0}function isHiddenInput(token){ |
| /*ThouShaltNotCache*/ |
| const inputType=(0,token_js_1.getTokenAttr)(token,html_js_1.ATTRS.TYPE);return null!=inputType&&"hidden"===inputType.toLowerCase()}function rawTextStartTagInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| p._switchToTextParsing(token,index_js_1.TokenizerMode.RAWTEXT)}function genericStartTagInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._insertElement(token,html_js_1.NS.HTML)}function startTagInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.I:case html_js_1.TAG_ID.S:case html_js_1.TAG_ID.B:case html_js_1.TAG_ID.U:case html_js_1.TAG_ID.EM:case html_js_1.TAG_ID.TT:case html_js_1.TAG_ID.BIG:case html_js_1.TAG_ID.CODE:case html_js_1.TAG_ID.FONT:case html_js_1.TAG_ID.SMALL:case html_js_1.TAG_ID.STRIKE:case html_js_1.TAG_ID.STRONG:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._insertElement(token,html_js_1.NS.HTML),p.activeFormattingElements.pushElement(p.openElements.current,token)}(p,token);break;case html_js_1.TAG_ID.A:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const activeElementEntry=p.activeFormattingElements.getElementEntryInScopeWithTagName(html_js_1.TAG_NAMES.A);activeElementEntry&&(callAdoptionAgency(p,token),p.openElements.remove(activeElementEntry.element),p.activeFormattingElements.removeEntry(activeElementEntry)),p._reconstructActiveFormattingElements(),p._insertElement(token,html_js_1.NS.HTML),p.activeFormattingElements.pushElement(p.openElements.current,token)}(p,token);break;case html_js_1.TAG_ID.H1:case html_js_1.TAG_ID.H2:case html_js_1.TAG_ID.H3:case html_js_1.TAG_ID.H4:case html_js_1.TAG_ID.H5:case html_js_1.TAG_ID.H6:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),void 0!==p.openElements.currentTagId&&html_js_1.NUMBERED_HEADERS.has(p.openElements.currentTagId)&&p.openElements.pop(),p._insertElement(token,html_js_1.NS.HTML)}(p,token);break;case html_js_1.TAG_ID.P:case html_js_1.TAG_ID.DL:case html_js_1.TAG_ID.OL:case html_js_1.TAG_ID.UL:case html_js_1.TAG_ID.DIV:case html_js_1.TAG_ID.DIR:case html_js_1.TAG_ID.NAV:case html_js_1.TAG_ID.MAIN:case html_js_1.TAG_ID.MENU:case html_js_1.TAG_ID.ASIDE:case html_js_1.TAG_ID.CENTER:case html_js_1.TAG_ID.FIGURE:case html_js_1.TAG_ID.FOOTER:case html_js_1.TAG_ID.HEADER:case html_js_1.TAG_ID.HGROUP:case html_js_1.TAG_ID.DIALOG:case html_js_1.TAG_ID.DETAILS:case html_js_1.TAG_ID.ADDRESS:case html_js_1.TAG_ID.ARTICLE:case html_js_1.TAG_ID.SEARCH:case html_js_1.TAG_ID.SECTION:case html_js_1.TAG_ID.SUMMARY:case html_js_1.TAG_ID.FIELDSET:case html_js_1.TAG_ID.BLOCKQUOTE:case html_js_1.TAG_ID.FIGCAPTION:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),p._insertElement(token,html_js_1.NS.HTML)}(p,token);break;case html_js_1.TAG_ID.LI:case html_js_1.TAG_ID.DD:case html_js_1.TAG_ID.DT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.framesetOk=!1;const tn=token.tagID;for(let i=p.openElements.stackTop;i>=0;i--){const elementId=p.openElements.tagIDs[i];if(tn===html_js_1.TAG_ID.LI&&elementId===html_js_1.TAG_ID.LI||(tn===html_js_1.TAG_ID.DD||tn===html_js_1.TAG_ID.DT)&&(elementId===html_js_1.TAG_ID.DD||elementId===html_js_1.TAG_ID.DT)){p.openElements.generateImpliedEndTagsWithExclusion(elementId),p.openElements.popUntilTagNamePopped(elementId);break}if(elementId!==html_js_1.TAG_ID.ADDRESS&&elementId!==html_js_1.TAG_ID.DIV&&elementId!==html_js_1.TAG_ID.P&&p._isSpecialElement(p.openElements.items[i],elementId))break}p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),p._insertElement(token,html_js_1.NS.HTML)}(p,token);break;case html_js_1.TAG_ID.BR:case html_js_1.TAG_ID.IMG:case html_js_1.TAG_ID.WBR:case html_js_1.TAG_ID.AREA:case html_js_1.TAG_ID.EMBED:case html_js_1.TAG_ID.KEYGEN:areaStartTagInBody(p,token);break;case html_js_1.TAG_ID.HR:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),p._appendElement(token,html_js_1.NS.HTML),p.framesetOk=!1,token.ackSelfClosing=!0}(p,token);break;case html_js_1.TAG_ID.RB:case html_js_1.TAG_ID.RTC:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInScope(html_js_1.TAG_ID.RUBY)&&p.openElements.generateImpliedEndTags(),p._insertElement(token,html_js_1.NS.HTML)}(p,token);break;case html_js_1.TAG_ID.RT:case html_js_1.TAG_ID.RP:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInScope(html_js_1.TAG_ID.RUBY)&&p.openElements.generateImpliedEndTagsWithExclusion(html_js_1.TAG_ID.RTC),p._insertElement(token,html_js_1.NS.HTML)}(p,token);break;case html_js_1.TAG_ID.PRE:case html_js_1.TAG_ID.LISTING:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),p._insertElement(token,html_js_1.NS.HTML),p.skipNextNewLine=!0,p.framesetOk=!1}(p,token);break;case html_js_1.TAG_ID.XMP:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),p._reconstructActiveFormattingElements(),p.framesetOk=!1,p._switchToTextParsing(token,index_js_1.TokenizerMode.RAWTEXT)}(p,token);break;case html_js_1.TAG_ID.SVG:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),foreignContent.adjustTokenSVGAttrs(token),foreignContent.adjustTokenXMLAttrs(token),token.selfClosing?p._appendElement(token,html_js_1.NS.SVG):p._insertElement(token,html_js_1.NS.SVG),token.ackSelfClosing=!0}(p,token);break;case html_js_1.TAG_ID.HTML:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| 0===p.openElements.tmplCount&&p.treeAdapter.adoptAttributes(p.openElements.items[0],token.attrs)}(p,token);break;case html_js_1.TAG_ID.BASE:case html_js_1.TAG_ID.LINK:case html_js_1.TAG_ID.META:case html_js_1.TAG_ID.STYLE:case html_js_1.TAG_ID.TITLE:case html_js_1.TAG_ID.SCRIPT:case html_js_1.TAG_ID.BGSOUND:case html_js_1.TAG_ID.BASEFONT:case html_js_1.TAG_ID.TEMPLATE:startTagInHead(p,token);break;case html_js_1.TAG_ID.BODY:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const bodyElement=p.openElements.tryPeekProperlyNestedBodyElement();bodyElement&&0===p.openElements.tmplCount&&(p.framesetOk=!1,p.treeAdapter.adoptAttributes(bodyElement,token.attrs))}(p,token);break;case html_js_1.TAG_ID.FORM:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const inTemplate=p.openElements.tmplCount>0;p.formElement&&!inTemplate||(p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),p._insertElement(token,html_js_1.NS.HTML),inTemplate||(p.formElement=p.openElements.current))}(p,token);break;case html_js_1.TAG_ID.NOBR:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p.openElements.hasInScope(html_js_1.TAG_ID.NOBR)&&(callAdoptionAgency(p,token),p._reconstructActiveFormattingElements()),p._insertElement(token,html_js_1.NS.HTML),p.activeFormattingElements.pushElement(p.openElements.current,token)}(p,token);break;case html_js_1.TAG_ID.MATH:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),foreignContent.adjustTokenMathMLAttrs(token),foreignContent.adjustTokenXMLAttrs(token),token.selfClosing?p._appendElement(token,html_js_1.NS.MATHML):p._insertElement(token,html_js_1.NS.MATHML),token.ackSelfClosing=!0}(p,token);break;case html_js_1.TAG_ID.TABLE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.treeAdapter.getDocumentMode(p.document)!==html_js_1.DOCUMENT_MODE.QUIRKS&&p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),p._insertElement(token,html_js_1.NS.HTML),p.framesetOk=!1,p.insertionMode=InsertionMode.IN_TABLE}(p,token);break;case html_js_1.TAG_ID.INPUT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._appendElement(token,html_js_1.NS.HTML),isHiddenInput(token)||(p.framesetOk=!1),token.ackSelfClosing=!0}(p,token);break;case html_js_1.TAG_ID.PARAM:case html_js_1.TAG_ID.TRACK:case html_js_1.TAG_ID.SOURCE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._appendElement(token,html_js_1.NS.HTML),token.ackSelfClosing=!0}(p,token);break;case html_js_1.TAG_ID.IMAGE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| token.tagName=html_js_1.TAG_NAMES.IMG,token.tagID=html_js_1.TAG_ID.IMG,areaStartTagInBody(p,token)}(p,token);break;case html_js_1.TAG_ID.BUTTON:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInScope(html_js_1.TAG_ID.BUTTON)&&(p.openElements.generateImpliedEndTags(),p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.BUTTON)),p._reconstructActiveFormattingElements(),p._insertElement(token,html_js_1.NS.HTML),p.framesetOk=!1}(p,token);break;case html_js_1.TAG_ID.APPLET:case html_js_1.TAG_ID.OBJECT:case html_js_1.TAG_ID.MARQUEE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._insertElement(token,html_js_1.NS.HTML),p.activeFormattingElements.insertMarker(),p.framesetOk=!1}(p,token);break;case html_js_1.TAG_ID.IFRAME:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.framesetOk=!1,p._switchToTextParsing(token,index_js_1.TokenizerMode.RAWTEXT)}(p,token);break;case html_js_1.TAG_ID.SELECT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._insertElement(token,html_js_1.NS.HTML),p.framesetOk=!1,p.insertionMode=p.insertionMode===InsertionMode.IN_TABLE||p.insertionMode===InsertionMode.IN_CAPTION||p.insertionMode===InsertionMode.IN_TABLE_BODY||p.insertionMode===InsertionMode.IN_ROW||p.insertionMode===InsertionMode.IN_CELL?InsertionMode.IN_SELECT_IN_TABLE:InsertionMode.IN_SELECT}(p,token);break;case html_js_1.TAG_ID.OPTION:case html_js_1.TAG_ID.OPTGROUP:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.currentTagId===html_js_1.TAG_ID.OPTION&&p.openElements.pop(),p._reconstructActiveFormattingElements(),p._insertElement(token,html_js_1.NS.HTML)}(p,token);break;case html_js_1.TAG_ID.NOEMBED:case html_js_1.TAG_ID.NOFRAMES:rawTextStartTagInBody(p,token);break;case html_js_1.TAG_ID.FRAMESET:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const bodyElement=p.openElements.tryPeekProperlyNestedBodyElement();p.framesetOk&&bodyElement&&(p.treeAdapter.detachNode(bodyElement),p.openElements.popAllUpToHtmlElement(),p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.IN_FRAMESET)}(p,token);break;case html_js_1.TAG_ID.TEXTAREA:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._insertElement(token,html_js_1.NS.HTML),p.skipNextNewLine=!0,p.tokenizer.state=index_js_1.TokenizerMode.RCDATA,p.originalInsertionMode=p.insertionMode,p.framesetOk=!1,p.insertionMode=InsertionMode.TEXT}(p,token);break;case html_js_1.TAG_ID.NOSCRIPT:p.options.scriptingEnabled?rawTextStartTagInBody(p,token):genericStartTagInBody(p,token);break;case html_js_1.TAG_ID.PLAINTEXT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)&&p._closePElement(),p._insertElement(token,html_js_1.NS.HTML),p.tokenizer.state=index_js_1.TokenizerMode.PLAINTEXT}(p,token);break;case html_js_1.TAG_ID.COL:case html_js_1.TAG_ID.TH:case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TR:case html_js_1.TAG_ID.HEAD:case html_js_1.TAG_ID.FRAME:case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.THEAD:case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.COLGROUP:break;default:genericStartTagInBody(p,token)}}function genericEndTagInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagName,tid=token.tagID;for(let i=p.openElements.stackTop;i>0;i--){const element=p.openElements.items[i],elementId=p.openElements.tagIDs[i];if(tid===elementId&&(tid!==html_js_1.TAG_ID.UNKNOWN||p.treeAdapter.getTagName(element)===tn)){p.openElements.generateImpliedEndTagsWithExclusion(tid),p.openElements.stackTop>=i&&p.openElements.shortenToLength(i);break}if(p._isSpecialElement(element,elementId))break}}function endTagInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.A:case html_js_1.TAG_ID.B:case html_js_1.TAG_ID.I:case html_js_1.TAG_ID.S:case html_js_1.TAG_ID.U:case html_js_1.TAG_ID.EM:case html_js_1.TAG_ID.TT:case html_js_1.TAG_ID.BIG:case html_js_1.TAG_ID.CODE:case html_js_1.TAG_ID.FONT:case html_js_1.TAG_ID.NOBR:case html_js_1.TAG_ID.SMALL:case html_js_1.TAG_ID.STRIKE:case html_js_1.TAG_ID.STRONG:callAdoptionAgency(p,token);break;case html_js_1.TAG_ID.P:!function(p){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInButtonScope(html_js_1.TAG_ID.P)||p._insertFakeElement(html_js_1.TAG_NAMES.P,html_js_1.TAG_ID.P),p._closePElement()}(p);break;case html_js_1.TAG_ID.DL:case html_js_1.TAG_ID.UL:case html_js_1.TAG_ID.OL:case html_js_1.TAG_ID.DIR:case html_js_1.TAG_ID.DIV:case html_js_1.TAG_ID.NAV:case html_js_1.TAG_ID.PRE:case html_js_1.TAG_ID.MAIN:case html_js_1.TAG_ID.MENU:case html_js_1.TAG_ID.ASIDE:case html_js_1.TAG_ID.BUTTON:case html_js_1.TAG_ID.CENTER:case html_js_1.TAG_ID.FIGURE:case html_js_1.TAG_ID.FOOTER:case html_js_1.TAG_ID.HEADER:case html_js_1.TAG_ID.HGROUP:case html_js_1.TAG_ID.DIALOG:case html_js_1.TAG_ID.ADDRESS:case html_js_1.TAG_ID.ARTICLE:case html_js_1.TAG_ID.DETAILS:case html_js_1.TAG_ID.SEARCH:case html_js_1.TAG_ID.SECTION:case html_js_1.TAG_ID.SUMMARY:case html_js_1.TAG_ID.LISTING:case html_js_1.TAG_ID.FIELDSET:case html_js_1.TAG_ID.BLOCKQUOTE:case html_js_1.TAG_ID.FIGCAPTION:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;p.openElements.hasInScope(tn)&&(p.openElements.generateImpliedEndTags(),p.openElements.popUntilTagNamePopped(tn))}(p,token);break;case html_js_1.TAG_ID.LI:!function(p){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInListItemScope(html_js_1.TAG_ID.LI)&&(p.openElements.generateImpliedEndTagsWithExclusion(html_js_1.TAG_ID.LI),p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.LI))}(p);break;case html_js_1.TAG_ID.DD:case html_js_1.TAG_ID.DT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;p.openElements.hasInScope(tn)&&(p.openElements.generateImpliedEndTagsWithExclusion(tn),p.openElements.popUntilTagNamePopped(tn))}(p,token);break;case html_js_1.TAG_ID.H1:case html_js_1.TAG_ID.H2:case html_js_1.TAG_ID.H3:case html_js_1.TAG_ID.H4:case html_js_1.TAG_ID.H5:case html_js_1.TAG_ID.H6:!function(p){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasNumberedHeaderInScope()&&(p.openElements.generateImpliedEndTags(),p.openElements.popUntilNumberedHeaderPopped())}(p);break;case html_js_1.TAG_ID.BR:!function(p){ |
| /*ThouShaltNotCache*/ |
| p._reconstructActiveFormattingElements(),p._insertFakeElement(html_js_1.TAG_NAMES.BR,html_js_1.TAG_ID.BR),p.openElements.pop(),p.framesetOk=!1}(p);break;case html_js_1.TAG_ID.BODY:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| if(p.openElements.hasInScope(html_js_1.TAG_ID.BODY)&&(p.insertionMode=InsertionMode.AFTER_BODY,p.options.sourceCodeLocationInfo)){const bodyElement=p.openElements.tryPeekProperlyNestedBodyElement();bodyElement&&p._setEndLocation(bodyElement,token)}}(p,token);break;case html_js_1.TAG_ID.HTML:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInScope(html_js_1.TAG_ID.BODY)&&(p.insertionMode=InsertionMode.AFTER_BODY,endTagAfterBody(p,token))}(p,token);break;case html_js_1.TAG_ID.FORM:!function(p){ |
| /*ThouShaltNotCache*/ |
| const inTemplate=p.openElements.tmplCount>0,{formElement}=p;inTemplate||(p.formElement=null),(formElement||inTemplate)&&p.openElements.hasInScope(html_js_1.TAG_ID.FORM)&&(p.openElements.generateImpliedEndTags(),inTemplate?p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.FORM):formElement&&p.openElements.remove(formElement))}(p);break;case html_js_1.TAG_ID.APPLET:case html_js_1.TAG_ID.OBJECT:case html_js_1.TAG_ID.MARQUEE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;p.openElements.hasInScope(tn)&&(p.openElements.generateImpliedEndTags(),p.openElements.popUntilTagNamePopped(tn),p.activeFormattingElements.clearToLastMarker())}(p,token);break;case html_js_1.TAG_ID.TEMPLATE:templateEndTagInHead(p,token);break;default:genericEndTagInBody(p,token)}}function eofInBody(p,token){ |
| /*ThouShaltNotCache*/ |
| p.tmplInsertionModeStack.length>0?eofInTemplate(p,token):stopParsing(p,token)}function characterInTable(p,token){ |
| /*ThouShaltNotCache*/ |
| if(void 0!==p.openElements.currentTagId&&TABLE_STRUCTURE_TAGS.has(p.openElements.currentTagId))switch(p.pendingCharacterTokens.length=0,p.hasNonWhitespacePendingCharacterToken=!1,p.originalInsertionMode=p.insertionMode,p.insertionMode=InsertionMode.IN_TABLE_TEXT,token.type){case token_js_1.TokenType.CHARACTER:characterInTableText(p,token);break;case token_js_1.TokenType.WHITESPACE_CHARACTER:whitespaceCharacterInTableText(p,token)}else tokenInTable(p,token)}function startTagInTable(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TH:case html_js_1.TAG_ID.TR:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.clearBackToTableContext(),p._insertFakeElement(html_js_1.TAG_NAMES.TBODY,html_js_1.TAG_ID.TBODY),p.insertionMode=InsertionMode.IN_TABLE_BODY,startTagInTableBody(p,token)}(p,token);break;case html_js_1.TAG_ID.STYLE:case html_js_1.TAG_ID.SCRIPT:case html_js_1.TAG_ID.TEMPLATE:startTagInHead(p,token);break;case html_js_1.TAG_ID.COL:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.clearBackToTableContext(),p._insertFakeElement(html_js_1.TAG_NAMES.COLGROUP,html_js_1.TAG_ID.COLGROUP),p.insertionMode=InsertionMode.IN_COLUMN_GROUP,startTagInColumnGroup(p,token)}(p,token);break;case html_js_1.TAG_ID.FORM:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.formElement||0!==p.openElements.tmplCount||(p._insertElement(token,html_js_1.NS.HTML),p.formElement=p.openElements.current,p.openElements.pop())}(p,token);break;case html_js_1.TAG_ID.TABLE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.hasInTableScope(html_js_1.TAG_ID.TABLE)&&(p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.TABLE),p._resetInsertionMode(),p._processStartTag(token))}(p,token);break;case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.THEAD:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.clearBackToTableContext(),p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.IN_TABLE_BODY}(p,token);break;case html_js_1.TAG_ID.INPUT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| isHiddenInput(token)?p._appendElement(token,html_js_1.NS.HTML):tokenInTable(p,token),token.ackSelfClosing=!0}(p,token);break;case html_js_1.TAG_ID.CAPTION:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.clearBackToTableContext(),p.activeFormattingElements.insertMarker(),p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.IN_CAPTION}(p,token);break;case html_js_1.TAG_ID.COLGROUP:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.clearBackToTableContext(),p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.IN_COLUMN_GROUP}(p,token);break;default:tokenInTable(p,token)}}function endTagInTable(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.TABLE:p.openElements.hasInTableScope(html_js_1.TAG_ID.TABLE)&&(p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.TABLE),p._resetInsertionMode());break;case html_js_1.TAG_ID.TEMPLATE:templateEndTagInHead(p,token);break;case html_js_1.TAG_ID.BODY:case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.COL:case html_js_1.TAG_ID.COLGROUP:case html_js_1.TAG_ID.HTML:case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.TH:case html_js_1.TAG_ID.THEAD:case html_js_1.TAG_ID.TR:break;default:tokenInTable(p,token)}}function tokenInTable(p,token){ |
| /*ThouShaltNotCache*/ |
| const savedFosterParentingState=p.fosterParentingEnabled;p.fosterParentingEnabled=!0,modeInBody(p,token),p.fosterParentingEnabled=savedFosterParentingState}function whitespaceCharacterInTableText(p,token){ |
| /*ThouShaltNotCache*/ |
| p.pendingCharacterTokens.push(token)}function characterInTableText(p,token){ |
| /*ThouShaltNotCache*/ |
| p.pendingCharacterTokens.push(token),p.hasNonWhitespacePendingCharacterToken=!0}function tokenInTableText(p,token){ |
| /*ThouShaltNotCache*/ |
| let i=0;if(p.hasNonWhitespacePendingCharacterToken)for(;i<p.pendingCharacterTokens.length;i++)tokenInTable(p,p.pendingCharacterTokens[i]);else for(;i<p.pendingCharacterTokens.length;i++)p._insertCharacters(p.pendingCharacterTokens[i]);p.insertionMode=p.originalInsertionMode,p._processToken(token)}exports.Parser=class{constructor(options,document,fragmentContext=null,scriptHandler=null){ |
| /*ThouShaltNotCache*/ |
| this.fragmentContext=fragmentContext,this.scriptHandler=scriptHandler,this.currentToken=null,this.stopped=!1,this.insertionMode=InsertionMode.INITIAL,this.originalInsertionMode=InsertionMode.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options=Object.assign(Object.assign({},defaultParserOptions),options),this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=null!=document?document:this.treeAdapter.createDocument(),this.tokenizer=new index_js_1.Tokenizer(this.options,this),this.activeFormattingElements=new formatting_element_list_js_1.FormattingElementList(this.treeAdapter),this.fragmentContextID=fragmentContext?(0,html_js_1.getTagID)(this.treeAdapter.getTagName(fragmentContext)):html_js_1.TAG_ID.UNKNOWN,this._setContextModes(null!=fragmentContext?fragmentContext:this.document,this.fragmentContextID),this.openElements=new open_element_stack_js_1.OpenElementStack(this.document,this.treeAdapter,this)}static parse(html,options){ |
| /*ThouShaltNotCache*/ |
| const parser=new this(options);return parser.tokenizer.write(html,!0),parser.document}static getFragmentParser(fragmentContext,options){ |
| /*ThouShaltNotCache*/ |
| const opts=Object.assign(Object.assign({},defaultParserOptions),options);null!=fragmentContext||(fragmentContext=opts.treeAdapter.createElement(html_js_1.TAG_NAMES.TEMPLATE,html_js_1.NS.HTML,[]));const documentMock=opts.treeAdapter.createElement("documentmock",html_js_1.NS.HTML,[]),parser=new this(opts,documentMock,fragmentContext);return parser.fragmentContextID===html_js_1.TAG_ID.TEMPLATE&&parser.tmplInsertionModeStack.unshift(InsertionMode.IN_TEMPLATE),parser._initTokenizerForFragmentParsing(),parser._insertFakeRootElement(),parser._resetInsertionMode(),parser._findFormInFragmentContext(),parser}getFragment(){ |
| /*ThouShaltNotCache*/ |
| const rootElement=this.treeAdapter.getFirstChild(this.document),fragment=this.treeAdapter.createDocumentFragment();return this._adoptNodes(rootElement,fragment),fragment}_err(token,code,beforeToken){ |
| /*ThouShaltNotCache*/ |
| var _a;if(!this.onParseError)return;const loc=null!==(_a=token.location)&&void 0!==_a?_a:BASE_LOC,err={code,startLine:loc.startLine,startCol:loc.startCol,startOffset:loc.startOffset,endLine:beforeToken?loc.startLine:loc.endLine,endCol:beforeToken?loc.startCol:loc.endCol,endOffset:beforeToken?loc.startOffset:loc.endOffset};this.onParseError(err)}onItemPush(node,tid,isTop){ |
| /*ThouShaltNotCache*/ |
| var _a,_b;null===(_b=(_a=this.treeAdapter).onItemPush)||void 0===_b||_b.call(_a,node),isTop&&this.openElements.stackTop>0&&this._setContextModes(node,tid)}onItemPop(node,isTop){ |
| /*ThouShaltNotCache*/ |
| var _a,_b;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(node,this.currentToken),null===(_b=(_a=this.treeAdapter).onItemPop)||void 0===_b||_b.call(_a,node,this.openElements.current),isTop){let current,currentTagId;0===this.openElements.stackTop&&this.fragmentContext?(current=this.fragmentContext,currentTagId=this.fragmentContextID):({current,currentTagId}=this.openElements),this._setContextModes(current,currentTagId)}}_setContextModes(current,tid){ |
| /*ThouShaltNotCache*/ |
| const isHTML=current===this.document||current&&this.treeAdapter.getNamespaceURI(current)===html_js_1.NS.HTML;this.currentNotInHTML=!isHTML,this.tokenizer.inForeignNode=!isHTML&&void 0!==current&&void 0!==tid&&!this._isIntegrationPoint(tid,current)}_switchToTextParsing(currentToken,nextTokenizerState){ |
| /*ThouShaltNotCache*/ |
| this._insertElement(currentToken,html_js_1.NS.HTML),this.tokenizer.state=nextTokenizerState,this.originalInsertionMode=this.insertionMode,this.insertionMode=InsertionMode.TEXT}switchToPlaintextParsing(){ |
| /*ThouShaltNotCache*/ |
| this.insertionMode=InsertionMode.TEXT,this.originalInsertionMode=InsertionMode.IN_BODY,this.tokenizer.state=index_js_1.TokenizerMode.PLAINTEXT}_getAdjustedCurrentElement(){ |
| /*ThouShaltNotCache*/ |
| return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){ |
| /*ThouShaltNotCache*/ |
| let node=this.fragmentContext;for(;node;){if(this.treeAdapter.getTagName(node)===html_js_1.TAG_NAMES.FORM){this.formElement=node;break}node=this.treeAdapter.getParentNode(node)}}_initTokenizerForFragmentParsing(){ |
| /*ThouShaltNotCache*/ |
| if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===html_js_1.NS.HTML)switch(this.fragmentContextID){case html_js_1.TAG_ID.TITLE:case html_js_1.TAG_ID.TEXTAREA:this.tokenizer.state=index_js_1.TokenizerMode.RCDATA;break;case html_js_1.TAG_ID.STYLE:case html_js_1.TAG_ID.XMP:case html_js_1.TAG_ID.IFRAME:case html_js_1.TAG_ID.NOEMBED:case html_js_1.TAG_ID.NOFRAMES:case html_js_1.TAG_ID.NOSCRIPT:this.tokenizer.state=index_js_1.TokenizerMode.RAWTEXT;break;case html_js_1.TAG_ID.SCRIPT:this.tokenizer.state=index_js_1.TokenizerMode.SCRIPT_DATA;break;case html_js_1.TAG_ID.PLAINTEXT:this.tokenizer.state=index_js_1.TokenizerMode.PLAINTEXT}}_setDocumentType(token){ |
| /*ThouShaltNotCache*/ |
| const name=token.name||"",publicId=token.publicId||"",systemId=token.systemId||"";if(this.treeAdapter.setDocumentType(this.document,name,publicId,systemId),token.location){const docTypeNode=this.treeAdapter.getChildNodes(this.document).find(node=>this.treeAdapter.isDocumentTypeNode(node));docTypeNode&&this.treeAdapter.setNodeSourceCodeLocation(docTypeNode,token.location)}}_attachElementToTree(element,location){ |
| /*ThouShaltNotCache*/ |
| if(this.options.sourceCodeLocationInfo){const loc=location&&Object.assign(Object.assign({},location),{startTag:location});this.treeAdapter.setNodeSourceCodeLocation(element,loc)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(element);else{const parent=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(null!=parent?parent:this.document,element)}}_appendElement(token,namespaceURI){ |
| /*ThouShaltNotCache*/ |
| const element=this.treeAdapter.createElement(token.tagName,namespaceURI,token.attrs);this._attachElementToTree(element,token.location)}_insertElement(token,namespaceURI){ |
| /*ThouShaltNotCache*/ |
| const element=this.treeAdapter.createElement(token.tagName,namespaceURI,token.attrs);this._attachElementToTree(element,token.location),this.openElements.push(element,token.tagID)}_insertFakeElement(tagName,tagID){ |
| /*ThouShaltNotCache*/ |
| const element=this.treeAdapter.createElement(tagName,html_js_1.NS.HTML,[]);this._attachElementToTree(element,null),this.openElements.push(element,tagID)}_insertTemplate(token){ |
| /*ThouShaltNotCache*/ |
| const tmpl=this.treeAdapter.createElement(token.tagName,html_js_1.NS.HTML,token.attrs),content=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(tmpl,content),this._attachElementToTree(tmpl,token.location),this.openElements.push(tmpl,token.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(content,null)}_insertFakeRootElement(){ |
| /*ThouShaltNotCache*/ |
| const element=this.treeAdapter.createElement(html_js_1.TAG_NAMES.HTML,html_js_1.NS.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(element,null),this.treeAdapter.appendChild(this.openElements.current,element),this.openElements.push(element,html_js_1.TAG_ID.HTML)}_appendCommentNode(token,parent){ |
| /*ThouShaltNotCache*/ |
| const commentNode=this.treeAdapter.createCommentNode(token.data);this.treeAdapter.appendChild(parent,commentNode),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(commentNode,token.location)}_insertCharacters(token){ |
| /*ThouShaltNotCache*/ |
| let parent,beforeElement;if(this._shouldFosterParentOnInsertion()?(({parent,beforeElement}=this._findFosterParentingLocation()),beforeElement?this.treeAdapter.insertTextBefore(parent,token.chars,beforeElement):this.treeAdapter.insertText(parent,token.chars)):(parent=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(parent,token.chars)),!token.location)return;const siblings=this.treeAdapter.getChildNodes(parent),textNodeIdx=beforeElement?siblings.lastIndexOf(beforeElement):siblings.length,textNode=siblings[textNodeIdx-1];if(this.treeAdapter.getNodeSourceCodeLocation(textNode)){const{endLine,endCol,endOffset}=token.location;this.treeAdapter.updateNodeSourceCodeLocation(textNode,{endLine,endCol,endOffset})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(textNode,token.location)}_adoptNodes(donor,recipient){ |
| /*ThouShaltNotCache*/ |
| for(let child=this.treeAdapter.getFirstChild(donor);child;child=this.treeAdapter.getFirstChild(donor))this.treeAdapter.detachNode(child),this.treeAdapter.appendChild(recipient,child)}_setEndLocation(element,closingToken){ |
| /*ThouShaltNotCache*/ |
| if(this.treeAdapter.getNodeSourceCodeLocation(element)&&closingToken.location){const ctLoc=closingToken.location,tn=this.treeAdapter.getTagName(element),endLoc=closingToken.type===token_js_1.TokenType.END_TAG&&tn===closingToken.tagName?{endTag:Object.assign({},ctLoc),endLine:ctLoc.endLine,endCol:ctLoc.endCol,endOffset:ctLoc.endOffset}:{endLine:ctLoc.startLine,endCol:ctLoc.startCol,endOffset:ctLoc.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(element,endLoc)}}shouldProcessStartTagTokenInForeignContent(token){ |
| /*ThouShaltNotCache*/ |
| if(!this.currentNotInHTML)return!1;let current,currentTagId;return 0===this.openElements.stackTop&&this.fragmentContext?(current=this.fragmentContext,currentTagId=this.fragmentContextID):({current,currentTagId}=this.openElements),(token.tagID!==html_js_1.TAG_ID.SVG||this.treeAdapter.getTagName(current)!==html_js_1.TAG_NAMES.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(current)!==html_js_1.NS.MATHML)&&(this.tokenizer.inForeignNode||(token.tagID===html_js_1.TAG_ID.MGLYPH||token.tagID===html_js_1.TAG_ID.MALIGNMARK)&&void 0!==currentTagId&&!this._isIntegrationPoint(currentTagId,current,html_js_1.NS.HTML))}_processToken(token){ |
| /*ThouShaltNotCache*/ |
| switch(token.type){case token_js_1.TokenType.CHARACTER:this.onCharacter(token);break;case token_js_1.TokenType.NULL_CHARACTER:this.onNullCharacter(token);break;case token_js_1.TokenType.COMMENT:this.onComment(token);break;case token_js_1.TokenType.DOCTYPE:this.onDoctype(token);break;case token_js_1.TokenType.START_TAG:this._processStartTag(token);break;case token_js_1.TokenType.END_TAG:this.onEndTag(token);break;case token_js_1.TokenType.EOF:this.onEof(token);break;case token_js_1.TokenType.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(token)}}_isIntegrationPoint(tid,element,foreignNS){ |
| /*ThouShaltNotCache*/ |
| const ns=this.treeAdapter.getNamespaceURI(element),attrs=this.treeAdapter.getAttrList(element);return foreignContent.isIntegrationPoint(tid,ns,attrs,foreignNS)}_reconstructActiveFormattingElements(){ |
| /*ThouShaltNotCache*/ |
| const listLength=this.activeFormattingElements.entries.length;if(listLength){const endIndex=this.activeFormattingElements.entries.findIndex(entry=>entry.type===formatting_element_list_js_1.EntryType.Marker||this.openElements.contains(entry.element));for(let i=-1===endIndex?listLength-1:endIndex-1;i>=0;i--){const entry=this.activeFormattingElements.entries[i];this._insertElement(entry.token,this.treeAdapter.getNamespaceURI(entry.element)),entry.element=this.openElements.current}}}_closeTableCell(){ |
| /*ThouShaltNotCache*/ |
| this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=InsertionMode.IN_ROW}_closePElement(){ |
| /*ThouShaltNotCache*/ |
| this.openElements.generateImpliedEndTagsWithExclusion(html_js_1.TAG_ID.P),this.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.P)}_resetInsertionMode(){ |
| /*ThouShaltNotCache*/ |
| for(let i=this.openElements.stackTop;i>=0;i--)switch(0===i&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[i]){case html_js_1.TAG_ID.TR:return void(this.insertionMode=InsertionMode.IN_ROW);case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.THEAD:case html_js_1.TAG_ID.TFOOT:return void(this.insertionMode=InsertionMode.IN_TABLE_BODY);case html_js_1.TAG_ID.CAPTION:return void(this.insertionMode=InsertionMode.IN_CAPTION);case html_js_1.TAG_ID.COLGROUP:return void(this.insertionMode=InsertionMode.IN_COLUMN_GROUP);case html_js_1.TAG_ID.TABLE:return void(this.insertionMode=InsertionMode.IN_TABLE);case html_js_1.TAG_ID.BODY:return void(this.insertionMode=InsertionMode.IN_BODY);case html_js_1.TAG_ID.FRAMESET:return void(this.insertionMode=InsertionMode.IN_FRAMESET);case html_js_1.TAG_ID.SELECT:return void this._resetInsertionModeForSelect(i);case html_js_1.TAG_ID.TEMPLATE:return void(this.insertionMode=this.tmplInsertionModeStack[0]);case html_js_1.TAG_ID.HTML:return void(this.insertionMode=this.headElement?InsertionMode.AFTER_HEAD:InsertionMode.BEFORE_HEAD);case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TH:if(i>0)return void(this.insertionMode=InsertionMode.IN_CELL);break;case html_js_1.TAG_ID.HEAD:if(i>0)return void(this.insertionMode=InsertionMode.IN_HEAD)}this.insertionMode=InsertionMode.IN_BODY}_resetInsertionModeForSelect(selectIdx){ |
| /*ThouShaltNotCache*/ |
| if(selectIdx>0)for(let i=selectIdx-1;i>0;i--){const tn=this.openElements.tagIDs[i];if(tn===html_js_1.TAG_ID.TEMPLATE)break;if(tn===html_js_1.TAG_ID.TABLE)return void(this.insertionMode=InsertionMode.IN_SELECT_IN_TABLE)}this.insertionMode=InsertionMode.IN_SELECT}_isElementCausesFosterParenting(tn){ |
| /*ThouShaltNotCache*/ |
| return TABLE_STRUCTURE_TAGS.has(tn)}_shouldFosterParentOnInsertion(){ |
| /*ThouShaltNotCache*/ |
| return this.fosterParentingEnabled&&void 0!==this.openElements.currentTagId&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){ |
| /*ThouShaltNotCache*/ |
| for(let i=this.openElements.stackTop;i>=0;i--){const openElement=this.openElements.items[i];switch(this.openElements.tagIDs[i]){case html_js_1.TAG_ID.TEMPLATE:if(this.treeAdapter.getNamespaceURI(openElement)===html_js_1.NS.HTML)return{parent:this.treeAdapter.getTemplateContent(openElement),beforeElement:null};break;case html_js_1.TAG_ID.TABLE:{const parent=this.treeAdapter.getParentNode(openElement);return parent?{parent,beforeElement:openElement}:{parent:this.openElements.items[i-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(element){ |
| /*ThouShaltNotCache*/ |
| const location=this._findFosterParentingLocation();location.beforeElement?this.treeAdapter.insertBefore(location.parent,element,location.beforeElement):this.treeAdapter.appendChild(location.parent,element)}_isSpecialElement(element,id){ |
| /*ThouShaltNotCache*/ |
| const ns=this.treeAdapter.getNamespaceURI(element);return html_js_1.SPECIAL_ELEMENTS[ns].has(id)}onCharacter(token){if( |
| /*ThouShaltNotCache*/ |
| this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._insertCharacters(token),p.framesetOk=!1}(this,token);else switch(this.insertionMode){case InsertionMode.INITIAL:tokenInInitialMode(this,token);break;case InsertionMode.BEFORE_HTML:tokenBeforeHtml(this,token);break;case InsertionMode.BEFORE_HEAD:tokenBeforeHead(this,token);break;case InsertionMode.IN_HEAD:tokenInHead(this,token);break;case InsertionMode.IN_HEAD_NO_SCRIPT:tokenInHeadNoScript(this,token);break;case InsertionMode.AFTER_HEAD:tokenAfterHead(this,token);break;case InsertionMode.IN_BODY:case InsertionMode.IN_CAPTION:case InsertionMode.IN_CELL:case InsertionMode.IN_TEMPLATE:characterInBody(this,token);break;case InsertionMode.TEXT:case InsertionMode.IN_SELECT:case InsertionMode.IN_SELECT_IN_TABLE:this._insertCharacters(token);break;case InsertionMode.IN_TABLE:case InsertionMode.IN_TABLE_BODY:case InsertionMode.IN_ROW:characterInTable(this,token);break;case InsertionMode.IN_TABLE_TEXT:characterInTableText(this,token);break;case InsertionMode.IN_COLUMN_GROUP:tokenInColumnGroup(this,token);break;case InsertionMode.AFTER_BODY:tokenAfterBody(this,token);break;case InsertionMode.AFTER_AFTER_BODY:tokenAfterAfterBody(this,token)}}onNullCharacter(token){if( |
| /*ThouShaltNotCache*/ |
| this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(p,token){ |
| /*ThouShaltNotCache*/ |
| token.chars=unicode.REPLACEMENT_CHARACTER,p._insertCharacters(token)}(this,token);else switch(this.insertionMode){case InsertionMode.INITIAL:tokenInInitialMode(this,token);break;case InsertionMode.BEFORE_HTML:tokenBeforeHtml(this,token);break;case InsertionMode.BEFORE_HEAD:tokenBeforeHead(this,token);break;case InsertionMode.IN_HEAD:tokenInHead(this,token);break;case InsertionMode.IN_HEAD_NO_SCRIPT:tokenInHeadNoScript(this,token);break;case InsertionMode.AFTER_HEAD:tokenAfterHead(this,token);break;case InsertionMode.TEXT:this._insertCharacters(token);break;case InsertionMode.IN_TABLE:case InsertionMode.IN_TABLE_BODY:case InsertionMode.IN_ROW:characterInTable(this,token);break;case InsertionMode.IN_COLUMN_GROUP:tokenInColumnGroup(this,token);break;case InsertionMode.AFTER_BODY:tokenAfterBody(this,token);break;case InsertionMode.AFTER_AFTER_BODY:tokenAfterAfterBody(this,token)}}onComment(token){if( |
| /*ThouShaltNotCache*/ |
| this.skipNextNewLine=!1,this.currentNotInHTML)appendComment(this,token);else switch(this.insertionMode){case InsertionMode.INITIAL:case InsertionMode.BEFORE_HTML:case InsertionMode.BEFORE_HEAD:case InsertionMode.IN_HEAD:case InsertionMode.IN_HEAD_NO_SCRIPT:case InsertionMode.AFTER_HEAD:case InsertionMode.IN_BODY:case InsertionMode.IN_TABLE:case InsertionMode.IN_CAPTION:case InsertionMode.IN_COLUMN_GROUP:case InsertionMode.IN_TABLE_BODY:case InsertionMode.IN_ROW:case InsertionMode.IN_CELL:case InsertionMode.IN_SELECT:case InsertionMode.IN_SELECT_IN_TABLE:case InsertionMode.IN_TEMPLATE:case InsertionMode.IN_FRAMESET:case InsertionMode.AFTER_FRAMESET:appendComment(this,token);break;case InsertionMode.IN_TABLE_TEXT:tokenInTableText(this,token);break;case InsertionMode.AFTER_BODY:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._appendCommentNode(token,p.openElements.items[0])}(this,token);break;case InsertionMode.AFTER_AFTER_BODY:case InsertionMode.AFTER_AFTER_FRAMESET:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._appendCommentNode(token,p.document)}(this,token)}}onDoctype(token){switch( |
| /*ThouShaltNotCache*/ |
| this.skipNextNewLine=!1,this.insertionMode){case InsertionMode.INITIAL:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._setDocumentType(token);const mode=token.forceQuirks?html_js_1.DOCUMENT_MODE.QUIRKS:doctype.getDocumentMode(token);doctype.isConforming(token)||p._err(token,error_codes_js_1.ERR.nonConformingDoctype);p.treeAdapter.setDocumentMode(p.document,mode),p.insertionMode=InsertionMode.BEFORE_HTML}(this,token);break;case InsertionMode.BEFORE_HEAD:case InsertionMode.IN_HEAD:case InsertionMode.IN_HEAD_NO_SCRIPT:case InsertionMode.AFTER_HEAD:this._err(token,error_codes_js_1.ERR.misplacedDoctype);break;case InsertionMode.IN_TABLE_TEXT:tokenInTableText(this,token)}}onStartTag(token){ |
| /*ThouShaltNotCache*/ |
| this.skipNextNewLine=!1,this.currentToken=token,this._processStartTag(token),token.selfClosing&&!token.ackSelfClosing&&this._err(token,error_codes_js_1.ERR.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(token){ |
| /*ThouShaltNotCache*/ |
| this.shouldProcessStartTagTokenInForeignContent(token)?function(p,token){ |
| /*ThouShaltNotCache*/ |
| if(foreignContent.causesExit(token))popUntilHtmlOrIntegrationPoint(p),p._startTagOutsideForeignContent(token);else{const current=p._getAdjustedCurrentElement(),currentNs=p.treeAdapter.getNamespaceURI(current);currentNs===html_js_1.NS.MATHML?foreignContent.adjustTokenMathMLAttrs(token):currentNs===html_js_1.NS.SVG&&(foreignContent.adjustTokenSVGTagName(token),foreignContent.adjustTokenSVGAttrs(token)),foreignContent.adjustTokenXMLAttrs(token),token.selfClosing?p._appendElement(token,currentNs):p._insertElement(token,currentNs),token.ackSelfClosing=!0}}(this,token):this._startTagOutsideForeignContent(token)}_startTagOutsideForeignContent(token){ |
| /*ThouShaltNotCache*/ |
| switch(this.insertionMode){case InsertionMode.INITIAL:tokenInInitialMode(this,token);break;case InsertionMode.BEFORE_HTML:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| token.tagID===html_js_1.TAG_ID.HTML?(p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.BEFORE_HEAD):tokenBeforeHtml(p,token)}(this,token);break;case InsertionMode.BEFORE_HEAD:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.HEAD:p._insertElement(token,html_js_1.NS.HTML),p.headElement=p.openElements.current,p.insertionMode=InsertionMode.IN_HEAD;break;default:tokenBeforeHead(p,token)}}(this,token);break;case InsertionMode.IN_HEAD:startTagInHead(this,token);break;case InsertionMode.IN_HEAD_NO_SCRIPT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.BASEFONT:case html_js_1.TAG_ID.BGSOUND:case html_js_1.TAG_ID.HEAD:case html_js_1.TAG_ID.LINK:case html_js_1.TAG_ID.META:case html_js_1.TAG_ID.NOFRAMES:case html_js_1.TAG_ID.STYLE:startTagInHead(p,token);break;case html_js_1.TAG_ID.NOSCRIPT:p._err(token,error_codes_js_1.ERR.nestedNoscriptInHead);break;default:tokenInHeadNoScript(p,token)}}(this,token);break;case InsertionMode.AFTER_HEAD:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.BODY:p._insertElement(token,html_js_1.NS.HTML),p.framesetOk=!1,p.insertionMode=InsertionMode.IN_BODY;break;case html_js_1.TAG_ID.FRAMESET:p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.IN_FRAMESET;break;case html_js_1.TAG_ID.BASE:case html_js_1.TAG_ID.BASEFONT:case html_js_1.TAG_ID.BGSOUND:case html_js_1.TAG_ID.LINK:case html_js_1.TAG_ID.META:case html_js_1.TAG_ID.NOFRAMES:case html_js_1.TAG_ID.SCRIPT:case html_js_1.TAG_ID.STYLE:case html_js_1.TAG_ID.TEMPLATE:case html_js_1.TAG_ID.TITLE:p._err(token,error_codes_js_1.ERR.abandonedHeadElementChild),p.openElements.push(p.headElement,html_js_1.TAG_ID.HEAD),startTagInHead(p,token),p.openElements.remove(p.headElement);break;case html_js_1.TAG_ID.HEAD:p._err(token,error_codes_js_1.ERR.misplacedStartTagForHeadElement);break;default:tokenAfterHead(p,token)}}(this,token);break;case InsertionMode.IN_BODY:startTagInBody(this,token);break;case InsertionMode.IN_TABLE:startTagInTable(this,token);break;case InsertionMode.IN_TABLE_TEXT:tokenInTableText(this,token);break;case InsertionMode.IN_CAPTION:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;TABLE_VOID_ELEMENTS.has(tn)?p.openElements.hasInTableScope(html_js_1.TAG_ID.CAPTION)&&(p.openElements.generateImpliedEndTags(),p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.CAPTION),p.activeFormattingElements.clearToLastMarker(),p.insertionMode=InsertionMode.IN_TABLE,startTagInTable(p,token)):startTagInBody(p,token)}(this,token);break;case InsertionMode.IN_COLUMN_GROUP:startTagInColumnGroup(this,token);break;case InsertionMode.IN_TABLE_BODY:startTagInTableBody(this,token);break;case InsertionMode.IN_ROW:startTagInRow(this,token);break;case InsertionMode.IN_CELL:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;TABLE_VOID_ELEMENTS.has(tn)?(p.openElements.hasInTableScope(html_js_1.TAG_ID.TD)||p.openElements.hasInTableScope(html_js_1.TAG_ID.TH))&&(p._closeTableCell(),startTagInRow(p,token)):startTagInBody(p,token)}(this,token);break;case InsertionMode.IN_SELECT:startTagInSelect(this,token);break;case InsertionMode.IN_SELECT_IN_TABLE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;tn===html_js_1.TAG_ID.CAPTION||tn===html_js_1.TAG_ID.TABLE||tn===html_js_1.TAG_ID.TBODY||tn===html_js_1.TAG_ID.TFOOT||tn===html_js_1.TAG_ID.THEAD||tn===html_js_1.TAG_ID.TR||tn===html_js_1.TAG_ID.TD||tn===html_js_1.TAG_ID.TH?(p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.SELECT),p._resetInsertionMode(),p._processStartTag(token)):startTagInSelect(p,token)}(this,token);break;case InsertionMode.IN_TEMPLATE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.BASE:case html_js_1.TAG_ID.BASEFONT:case html_js_1.TAG_ID.BGSOUND:case html_js_1.TAG_ID.LINK:case html_js_1.TAG_ID.META:case html_js_1.TAG_ID.NOFRAMES:case html_js_1.TAG_ID.SCRIPT:case html_js_1.TAG_ID.STYLE:case html_js_1.TAG_ID.TEMPLATE:case html_js_1.TAG_ID.TITLE:startTagInHead(p,token);break;case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.COLGROUP:case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.THEAD:p.tmplInsertionModeStack[0]=InsertionMode.IN_TABLE,p.insertionMode=InsertionMode.IN_TABLE,startTagInTable(p,token);break;case html_js_1.TAG_ID.COL:p.tmplInsertionModeStack[0]=InsertionMode.IN_COLUMN_GROUP,p.insertionMode=InsertionMode.IN_COLUMN_GROUP,startTagInColumnGroup(p,token);break;case html_js_1.TAG_ID.TR:p.tmplInsertionModeStack[0]=InsertionMode.IN_TABLE_BODY,p.insertionMode=InsertionMode.IN_TABLE_BODY,startTagInTableBody(p,token);break;case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TH:p.tmplInsertionModeStack[0]=InsertionMode.IN_ROW,p.insertionMode=InsertionMode.IN_ROW,startTagInRow(p,token);break;default:p.tmplInsertionModeStack[0]=InsertionMode.IN_BODY,p.insertionMode=InsertionMode.IN_BODY,startTagInBody(p,token)}}(this,token);break;case InsertionMode.AFTER_BODY:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| token.tagID===html_js_1.TAG_ID.HTML?startTagInBody(p,token):tokenAfterBody(p,token)}(this,token);break;case InsertionMode.IN_FRAMESET:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.FRAMESET:p._insertElement(token,html_js_1.NS.HTML);break;case html_js_1.TAG_ID.FRAME:p._appendElement(token,html_js_1.NS.HTML),token.ackSelfClosing=!0;break;case html_js_1.TAG_ID.NOFRAMES:startTagInHead(p,token)}}(this,token);break;case InsertionMode.AFTER_FRAMESET:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.NOFRAMES:startTagInHead(p,token)}}(this,token);break;case InsertionMode.AFTER_AFTER_BODY:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| token.tagID===html_js_1.TAG_ID.HTML?startTagInBody(p,token):tokenAfterAfterBody(p,token)}(this,token);break;case InsertionMode.AFTER_AFTER_FRAMESET:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.NOFRAMES:startTagInHead(p,token)}}(this,token)}}onEndTag(token){ |
| /*ThouShaltNotCache*/ |
| this.skipNextNewLine=!1,this.currentToken=token,this.currentNotInHTML?function(p,token){ |
| /*ThouShaltNotCache*/ |
| if(token.tagID===html_js_1.TAG_ID.P||token.tagID===html_js_1.TAG_ID.BR)return popUntilHtmlOrIntegrationPoint(p),void p._endTagOutsideForeignContent(token);for(let i=p.openElements.stackTop;i>0;i--){const element=p.openElements.items[i];if(p.treeAdapter.getNamespaceURI(element)===html_js_1.NS.HTML){p._endTagOutsideForeignContent(token);break}const tagName=p.treeAdapter.getTagName(element);if(tagName.toLowerCase()===token.tagName){token.tagName=tagName,p.openElements.shortenToLength(i);break}}}(this,token):this._endTagOutsideForeignContent(token)}_endTagOutsideForeignContent(token){ |
| /*ThouShaltNotCache*/ |
| switch(this.insertionMode){case InsertionMode.INITIAL:tokenInInitialMode(this,token);break;case InsertionMode.BEFORE_HTML:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;tn!==html_js_1.TAG_ID.HTML&&tn!==html_js_1.TAG_ID.HEAD&&tn!==html_js_1.TAG_ID.BODY&&tn!==html_js_1.TAG_ID.BR||tokenBeforeHtml(p,token)}(this,token);break;case InsertionMode.BEFORE_HEAD:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;tn===html_js_1.TAG_ID.HEAD||tn===html_js_1.TAG_ID.BODY||tn===html_js_1.TAG_ID.HTML||tn===html_js_1.TAG_ID.BR?tokenBeforeHead(p,token):p._err(token,error_codes_js_1.ERR.endTagWithoutMatchingOpenElement)}(this,token);break;case InsertionMode.IN_HEAD:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HEAD:p.openElements.pop(),p.insertionMode=InsertionMode.AFTER_HEAD;break;case html_js_1.TAG_ID.BODY:case html_js_1.TAG_ID.BR:case html_js_1.TAG_ID.HTML:tokenInHead(p,token);break;case html_js_1.TAG_ID.TEMPLATE:templateEndTagInHead(p,token);break;default:p._err(token,error_codes_js_1.ERR.endTagWithoutMatchingOpenElement)}}(this,token);break;case InsertionMode.IN_HEAD_NO_SCRIPT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.NOSCRIPT:p.openElements.pop(),p.insertionMode=InsertionMode.IN_HEAD;break;case html_js_1.TAG_ID.BR:tokenInHeadNoScript(p,token);break;default:p._err(token,error_codes_js_1.ERR.endTagWithoutMatchingOpenElement)}}(this,token);break;case InsertionMode.AFTER_HEAD:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.BODY:case html_js_1.TAG_ID.HTML:case html_js_1.TAG_ID.BR:tokenAfterHead(p,token);break;case html_js_1.TAG_ID.TEMPLATE:templateEndTagInHead(p,token);break;default:p._err(token,error_codes_js_1.ERR.endTagWithoutMatchingOpenElement)}}(this,token);break;case InsertionMode.IN_BODY:endTagInBody(this,token);break;case InsertionMode.TEXT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| var _a;token.tagID===html_js_1.TAG_ID.SCRIPT&&(null===(_a=p.scriptHandler)||void 0===_a||_a.call(p,p.openElements.current));p.openElements.pop(),p.insertionMode=p.originalInsertionMode}(this,token);break;case InsertionMode.IN_TABLE:endTagInTable(this,token);break;case InsertionMode.IN_TABLE_TEXT:tokenInTableText(this,token);break;case InsertionMode.IN_CAPTION:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;switch(tn){case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.TABLE:p.openElements.hasInTableScope(html_js_1.TAG_ID.CAPTION)&&(p.openElements.generateImpliedEndTags(),p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.CAPTION),p.activeFormattingElements.clearToLastMarker(),p.insertionMode=InsertionMode.IN_TABLE,tn===html_js_1.TAG_ID.TABLE&&endTagInTable(p,token));break;case html_js_1.TAG_ID.BODY:case html_js_1.TAG_ID.COL:case html_js_1.TAG_ID.COLGROUP:case html_js_1.TAG_ID.HTML:case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.TH:case html_js_1.TAG_ID.THEAD:case html_js_1.TAG_ID.TR:break;default:endTagInBody(p,token)}}(this,token);break;case InsertionMode.IN_COLUMN_GROUP:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.COLGROUP:p.openElements.currentTagId===html_js_1.TAG_ID.COLGROUP&&(p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE);break;case html_js_1.TAG_ID.TEMPLATE:templateEndTagInHead(p,token);break;case html_js_1.TAG_ID.COL:break;default:tokenInColumnGroup(p,token)}}(this,token);break;case InsertionMode.IN_TABLE_BODY:endTagInTableBody(this,token);break;case InsertionMode.IN_ROW:endTagInRow(this,token);break;case InsertionMode.IN_CELL:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;switch(tn){case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TH:p.openElements.hasInTableScope(tn)&&(p.openElements.generateImpliedEndTags(),p.openElements.popUntilTagNamePopped(tn),p.activeFormattingElements.clearToLastMarker(),p.insertionMode=InsertionMode.IN_ROW);break;case html_js_1.TAG_ID.TABLE:case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.THEAD:case html_js_1.TAG_ID.TR:p.openElements.hasInTableScope(tn)&&(p._closeTableCell(),endTagInRow(p,token));break;case html_js_1.TAG_ID.BODY:case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.COL:case html_js_1.TAG_ID.COLGROUP:case html_js_1.TAG_ID.HTML:break;default:endTagInBody(p,token)}}(this,token);break;case InsertionMode.IN_SELECT:endTagInSelect(this,token);break;case InsertionMode.IN_SELECT_IN_TABLE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;tn===html_js_1.TAG_ID.CAPTION||tn===html_js_1.TAG_ID.TABLE||tn===html_js_1.TAG_ID.TBODY||tn===html_js_1.TAG_ID.TFOOT||tn===html_js_1.TAG_ID.THEAD||tn===html_js_1.TAG_ID.TR||tn===html_js_1.TAG_ID.TD||tn===html_js_1.TAG_ID.TH?p.openElements.hasInTableScope(tn)&&(p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.SELECT),p._resetInsertionMode(),p.onEndTag(token)):endTagInSelect(p,token)}(this,token);break;case InsertionMode.IN_TEMPLATE:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| token.tagID===html_js_1.TAG_ID.TEMPLATE&&templateEndTagInHead(p,token)}(this,token);break;case InsertionMode.AFTER_BODY:endTagAfterBody(this,token);break;case InsertionMode.IN_FRAMESET:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| token.tagID!==html_js_1.TAG_ID.FRAMESET||p.openElements.isRootHtmlElementCurrent()||(p.openElements.pop(),p.fragmentContext||p.openElements.currentTagId===html_js_1.TAG_ID.FRAMESET||(p.insertionMode=InsertionMode.AFTER_FRAMESET))}(this,token);break;case InsertionMode.AFTER_FRAMESET:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| token.tagID===html_js_1.TAG_ID.HTML&&(p.insertionMode=InsertionMode.AFTER_AFTER_FRAMESET)}(this,token);break;case InsertionMode.AFTER_AFTER_BODY:tokenAfterAfterBody(this,token)}}onEof(token){ |
| /*ThouShaltNotCache*/ |
| switch(this.insertionMode){case InsertionMode.INITIAL:tokenInInitialMode(this,token);break;case InsertionMode.BEFORE_HTML:tokenBeforeHtml(this,token);break;case InsertionMode.BEFORE_HEAD:tokenBeforeHead(this,token);break;case InsertionMode.IN_HEAD:tokenInHead(this,token);break;case InsertionMode.IN_HEAD_NO_SCRIPT:tokenInHeadNoScript(this,token);break;case InsertionMode.AFTER_HEAD:tokenAfterHead(this,token);break;case InsertionMode.IN_BODY:case InsertionMode.IN_TABLE:case InsertionMode.IN_CAPTION:case InsertionMode.IN_COLUMN_GROUP:case InsertionMode.IN_TABLE_BODY:case InsertionMode.IN_ROW:case InsertionMode.IN_CELL:case InsertionMode.IN_SELECT:case InsertionMode.IN_SELECT_IN_TABLE:eofInBody(this,token);break;case InsertionMode.TEXT:!function(p,token){ |
| /*ThouShaltNotCache*/ |
| p._err(token,error_codes_js_1.ERR.eofInElementThatCanContainOnlyText),p.openElements.pop(),p.insertionMode=p.originalInsertionMode,p.onEof(token)}(this,token);break;case InsertionMode.IN_TABLE_TEXT:tokenInTableText(this,token);break;case InsertionMode.IN_TEMPLATE:eofInTemplate(this,token);break;case InsertionMode.AFTER_BODY:case InsertionMode.IN_FRAMESET:case InsertionMode.AFTER_FRAMESET:case InsertionMode.AFTER_AFTER_BODY:case InsertionMode.AFTER_AFTER_FRAMESET:stopParsing(this,token)}}onWhitespaceCharacter(token){ |
| /*ThouShaltNotCache*/ |
| if(this.skipNextNewLine&&(this.skipNextNewLine=!1,token.chars.charCodeAt(0)===unicode.CODE_POINTS.LINE_FEED)){if(1===token.chars.length)return;token.chars=token.chars.substr(1)}if(this.tokenizer.inForeignNode)this._insertCharacters(token);else switch(this.insertionMode){case InsertionMode.IN_HEAD:case InsertionMode.IN_HEAD_NO_SCRIPT:case InsertionMode.AFTER_HEAD:case InsertionMode.TEXT:case InsertionMode.IN_COLUMN_GROUP:case InsertionMode.IN_SELECT:case InsertionMode.IN_SELECT_IN_TABLE:case InsertionMode.IN_FRAMESET:case InsertionMode.AFTER_FRAMESET:this._insertCharacters(token);break;case InsertionMode.IN_BODY:case InsertionMode.IN_CAPTION:case InsertionMode.IN_CELL:case InsertionMode.IN_TEMPLATE:case InsertionMode.AFTER_BODY:case InsertionMode.AFTER_AFTER_BODY:case InsertionMode.AFTER_AFTER_FRAMESET:whitespaceCharacterInBody(this,token);break;case InsertionMode.IN_TABLE:case InsertionMode.IN_TABLE_BODY:case InsertionMode.IN_ROW:characterInTable(this,token);break;case InsertionMode.IN_TABLE_TEXT:whitespaceCharacterInTableText(this,token)}}};const TABLE_VOID_ELEMENTS=new Set([html_js_1.TAG_ID.CAPTION,html_js_1.TAG_ID.COL,html_js_1.TAG_ID.COLGROUP,html_js_1.TAG_ID.TBODY,html_js_1.TAG_ID.TD,html_js_1.TAG_ID.TFOOT,html_js_1.TAG_ID.TH,html_js_1.TAG_ID.THEAD,html_js_1.TAG_ID.TR]);function startTagInColumnGroup(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.COL:p._appendElement(token,html_js_1.NS.HTML),token.ackSelfClosing=!0;break;case html_js_1.TAG_ID.TEMPLATE:startTagInHead(p,token);break;default:tokenInColumnGroup(p,token)}}function tokenInColumnGroup(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.currentTagId===html_js_1.TAG_ID.COLGROUP&&(p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE,p._processToken(token))}function startTagInTableBody(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.TR:p.openElements.clearBackToTableBodyContext(),p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.IN_ROW;break;case html_js_1.TAG_ID.TH:case html_js_1.TAG_ID.TD:p.openElements.clearBackToTableBodyContext(),p._insertFakeElement(html_js_1.TAG_NAMES.TR,html_js_1.TAG_ID.TR),p.insertionMode=InsertionMode.IN_ROW,startTagInRow(p,token);break;case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.COL:case html_js_1.TAG_ID.COLGROUP:case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.THEAD:p.openElements.hasTableBodyContextInTableScope()&&(p.openElements.clearBackToTableBodyContext(),p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE,startTagInTable(p,token));break;default:startTagInTable(p,token)}}function endTagInTableBody(p,token){ |
| /*ThouShaltNotCache*/ |
| const tn=token.tagID;switch(token.tagID){case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.THEAD:p.openElements.hasInTableScope(tn)&&(p.openElements.clearBackToTableBodyContext(),p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE);break;case html_js_1.TAG_ID.TABLE:p.openElements.hasTableBodyContextInTableScope()&&(p.openElements.clearBackToTableBodyContext(),p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE,endTagInTable(p,token));break;case html_js_1.TAG_ID.BODY:case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.COL:case html_js_1.TAG_ID.COLGROUP:case html_js_1.TAG_ID.HTML:case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TH:case html_js_1.TAG_ID.TR:break;default:endTagInTable(p,token)}}function startTagInRow(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.TH:case html_js_1.TAG_ID.TD:p.openElements.clearBackToTableRowContext(),p._insertElement(token,html_js_1.NS.HTML),p.insertionMode=InsertionMode.IN_CELL,p.activeFormattingElements.insertMarker();break;case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.COL:case html_js_1.TAG_ID.COLGROUP:case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.THEAD:case html_js_1.TAG_ID.TR:p.openElements.hasInTableScope(html_js_1.TAG_ID.TR)&&(p.openElements.clearBackToTableRowContext(),p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE_BODY,startTagInTableBody(p,token));break;default:startTagInTable(p,token)}}function endTagInRow(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.TR:p.openElements.hasInTableScope(html_js_1.TAG_ID.TR)&&(p.openElements.clearBackToTableRowContext(),p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE_BODY);break;case html_js_1.TAG_ID.TABLE:p.openElements.hasInTableScope(html_js_1.TAG_ID.TR)&&(p.openElements.clearBackToTableRowContext(),p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE_BODY,endTagInTableBody(p,token));break;case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.TFOOT:case html_js_1.TAG_ID.THEAD:(p.openElements.hasInTableScope(token.tagID)||p.openElements.hasInTableScope(html_js_1.TAG_ID.TR))&&(p.openElements.clearBackToTableRowContext(),p.openElements.pop(),p.insertionMode=InsertionMode.IN_TABLE_BODY,endTagInTableBody(p,token));break;case html_js_1.TAG_ID.BODY:case html_js_1.TAG_ID.CAPTION:case html_js_1.TAG_ID.COL:case html_js_1.TAG_ID.COLGROUP:case html_js_1.TAG_ID.HTML:case html_js_1.TAG_ID.TD:case html_js_1.TAG_ID.TH:break;default:endTagInTable(p,token)}}function startTagInSelect(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.HTML:startTagInBody(p,token);break;case html_js_1.TAG_ID.OPTION:p.openElements.currentTagId===html_js_1.TAG_ID.OPTION&&p.openElements.pop(),p._insertElement(token,html_js_1.NS.HTML);break;case html_js_1.TAG_ID.OPTGROUP:p.openElements.currentTagId===html_js_1.TAG_ID.OPTION&&p.openElements.pop(),p.openElements.currentTagId===html_js_1.TAG_ID.OPTGROUP&&p.openElements.pop(),p._insertElement(token,html_js_1.NS.HTML);break;case html_js_1.TAG_ID.HR:p.openElements.currentTagId===html_js_1.TAG_ID.OPTION&&p.openElements.pop(),p.openElements.currentTagId===html_js_1.TAG_ID.OPTGROUP&&p.openElements.pop(),p._appendElement(token,html_js_1.NS.HTML),token.ackSelfClosing=!0;break;case html_js_1.TAG_ID.INPUT:case html_js_1.TAG_ID.KEYGEN:case html_js_1.TAG_ID.TEXTAREA:case html_js_1.TAG_ID.SELECT:p.openElements.hasInSelectScope(html_js_1.TAG_ID.SELECT)&&(p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.SELECT),p._resetInsertionMode(),token.tagID!==html_js_1.TAG_ID.SELECT&&p._processStartTag(token));break;case html_js_1.TAG_ID.SCRIPT:case html_js_1.TAG_ID.TEMPLATE:startTagInHead(p,token)}}function endTagInSelect(p,token){ |
| /*ThouShaltNotCache*/ |
| switch(token.tagID){case html_js_1.TAG_ID.OPTGROUP:p.openElements.stackTop>0&&p.openElements.currentTagId===html_js_1.TAG_ID.OPTION&&p.openElements.tagIDs[p.openElements.stackTop-1]===html_js_1.TAG_ID.OPTGROUP&&p.openElements.pop(),p.openElements.currentTagId===html_js_1.TAG_ID.OPTGROUP&&p.openElements.pop();break;case html_js_1.TAG_ID.OPTION:p.openElements.currentTagId===html_js_1.TAG_ID.OPTION&&p.openElements.pop();break;case html_js_1.TAG_ID.SELECT:p.openElements.hasInSelectScope(html_js_1.TAG_ID.SELECT)&&(p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.SELECT),p._resetInsertionMode());break;case html_js_1.TAG_ID.TEMPLATE:templateEndTagInHead(p,token)}}function eofInTemplate(p,token){ |
| /*ThouShaltNotCache*/ |
| p.openElements.tmplCount>0?(p.openElements.popUntilTagNamePopped(html_js_1.TAG_ID.TEMPLATE),p.activeFormattingElements.clearToLastMarker(),p.tmplInsertionModeStack.shift(),p._resetInsertionMode(),p.onEof(token)):stopParsing(p,token)}function endTagAfterBody(p,token){ |
| /*ThouShaltNotCache*/ |
| var _a;if(token.tagID===html_js_1.TAG_ID.HTML){if(p.fragmentContext||(p.insertionMode=InsertionMode.AFTER_AFTER_BODY),p.options.sourceCodeLocationInfo&&p.openElements.tagIDs[0]===html_js_1.TAG_ID.HTML){p._setEndLocation(p.openElements.items[0],token);const bodyElement=p.openElements.items[1];bodyElement&&!(null===(_a=p.treeAdapter.getNodeSourceCodeLocation(bodyElement))||void 0===_a?void 0:_a.endTag)&&p._setEndLocation(bodyElement,token)}}else tokenAfterBody(p,token)}function tokenAfterBody(p,token){ |
| /*ThouShaltNotCache*/ |
| p.insertionMode=InsertionMode.IN_BODY,modeInBody(p,token)}function tokenAfterAfterBody(p,token){ |
| /*ThouShaltNotCache*/ |
| p.insertionMode=InsertionMode.IN_BODY,modeInBody(p,token)}function popUntilHtmlOrIntegrationPoint(p){ |
| /*ThouShaltNotCache*/ |
| for(;p.treeAdapter.getNamespaceURI(p.openElements.current)!==html_js_1.NS.HTML&&void 0!==p.openElements.currentTagId&&!p._isIntegrationPoint(p.openElements.currentTagId,p.openElements.current);)p.openElements.pop()}},44476:(__unused_webpack_module,exports)=>{"use strict";const enumerationValues=new Set(["transparent","native"]);exports.enumerationValues=enumerationValues,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| const string=`${value}`;if(!enumerationValues.has(string))throw new globalObject.TypeError(`${context} '${string}' is not a valid enumeration value for EndingType`);return string}},44545:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),{serializeURL}=__webpack_require__(88499);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._window=privateData.window,this._document=privateData.document,this._actAsIfLocationReloadCalled=privateData.actAsIfLocationReloadCalled,this._state=null,this._globalObject=globalObject}_guardAgainstInactiveDocuments(){ |
| /*ThouShaltNotCache*/ |
| if(!this._window)throw DOMException.create(this._globalObject,["History object is associated with a document that is not fully active.","SecurityError"])}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._guardAgainstInactiveDocuments(),this._window._sessionHistory.length}get state(){ |
| /*ThouShaltNotCache*/ |
| return this._guardAgainstInactiveDocuments(),this._state}go(delta){ |
| /*ThouShaltNotCache*/ |
| this._guardAgainstInactiveDocuments(),0===delta?this._actAsIfLocationReloadCalled():this._window._sessionHistory.traverseByDelta(delta)}back(){ |
| /*ThouShaltNotCache*/ |
| this.go(-1)}forward(){ |
| /*ThouShaltNotCache*/ |
| this.go(1)}pushState(data,unused,url){ |
| /*ThouShaltNotCache*/ |
| this._sharedPushAndReplaceState(data,url,"push")}replaceState(data,unused,url){ |
| /*ThouShaltNotCache*/ |
| this._sharedPushAndReplaceState(data,url,"replace")}_sharedPushAndReplaceState(data,url,historyHandling){ |
| /*ThouShaltNotCache*/ |
| this._guardAgainstInactiveDocuments();let newURL=this._document._URL;if(null!==url&&url.length>0){if(newURL=this._document.encodingParseAURL(url),null===newURL)throw DOMException.create(this._globalObject,[`Could not parse url argument "${url}" to ${historyHandling}State() against base URL "${this._document.baseURLSerialized()}".`,"SecurityError"]);if(!function(document,targetURL){ |
| /*ThouShaltNotCache*/ |
| const documentURL=document._URL;if(targetURL.scheme!==documentURL.scheme||targetURL.username!==documentURL.username||targetURL.password!==documentURL.password||targetURL.host!==documentURL.host||targetURL.port!==documentURL.port)return!1;if("https"===targetURL.scheme||"http"===targetURL.scheme)return!0;if("file"===targetURL.scheme&&targetURL.path!==documentURL.path)return!1;if(targetURL.path.join("/")!==documentURL.path.join("/")||targetURL.query!==documentURL.query)return!1;return!0}(this._document,newURL))throw DOMException.create(this._globalObject,[`${historyHandling}State() cannot update history to the URL ${serializeURL(newURL)}.`,"SecurityError"])}if("push"===historyHandling){this._window._sessionHistory.removeAllEntriesAfterCurrentEntry(),this._window._sessionHistory.clearHistoryTraversalTasks();const newEntry={document:this._document,stateObject:data,url:newURL};this._window._sessionHistory.addEntryAfterCurrentEntry(newEntry),this._window._sessionHistory.updateCurrentEntry(newEntry)}else{const{currentEntry}=this._window._sessionHistory;currentEntry.stateObject=data,currentEntry.url=newURL}this._document._URL=newURL,this._document._clearBaseURLCache(),this._state=data,this._document._latestEntry=this._window._sessionHistory.currentEntry}}},44639:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLMediaElement=__webpack_require__(60378);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLVideoElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLVideoElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLMediaElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLVideoElement extends globalObject.HTMLMediaElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLVideoElement",new.target)}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLVideoElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLVideoElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'width' property on 'HTMLVideoElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("width",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of HTMLVideoElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("height");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of HTMLVideoElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'height' property on 'HTMLVideoElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("height",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get videoWidth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get videoWidth' called on an object that is not a valid instance of HTMLVideoElement.");return esValue[implSymbol].videoWidth}get videoHeight(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get videoHeight' called on an object that is not a valid instance of HTMLVideoElement.");return esValue[implSymbol].videoHeight}get poster(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get poster' called on an object that is not a valid instance of HTMLVideoElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("poster");if(null===value)return"";if(this._posterURLCacheKey===value)return this._posterURLCache;this._posterURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._posterURLCache=serializeURLwhatwg_url(urlRecord),this._posterURLCache):(this._posterURLCache=conversions.USVString(value),this._posterURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set poster(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set poster' called on an object that is not a valid instance of HTMLVideoElement.");V=conversions.USVString(V,{context:"Failed to set the 'poster' property on 'HTMLVideoElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("poster",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get playsInline(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get playsInline' called on an object that is not a valid instance of HTMLVideoElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("playsinline")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set playsInline(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set playsInline' called on an object that is not a valid instance of HTMLVideoElement.");V=conversions.boolean(V,{context:"Failed to set the 'playsInline' property on 'HTMLVideoElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("playsinline",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("playsinline")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLVideoElement.prototype,{width:{enumerable:!0},height:{enumerable:!0},videoWidth:{enumerable:!0},videoHeight:{enumerable:!0},poster:{enumerable:!0},playsInline:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLVideoElement",configurable:!0}}),ctorRegistry.HTMLVideoElement=HTMLVideoElement,Object.defineProperty(globalObject,"HTMLVideoElement",{configurable:!0,writable:!0,value:HTMLVideoElement})};const Impl=__webpack_require__(55718)},44658:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const tr46=__webpack_require__(60339),infra=__webpack_require__(26913),{utf8DecodeWithoutBOM}=__webpack_require__(43118),{percentDecodeString,utf8PercentEncodeCodePoint,utf8PercentEncodeString,isC0ControlPercentEncode,isFragmentPercentEncode,isQueryPercentEncode,isSpecialQueryPercentEncode,isPathPercentEncode,isUserinfoPercentEncode}=__webpack_require__(14434);function p(char){ |
| /*ThouShaltNotCache*/ |
| return char.codePointAt(0)}const specialSchemes={ftp:21,file:null,http:80,https:443,ws:80,wss:443},failure=Symbol("failure");function countSymbols(str){ |
| /*ThouShaltNotCache*/ |
| return[...str].length}function at(input,idx){ |
| /*ThouShaltNotCache*/ |
| const c=input[idx];return isNaN(c)?void 0:String.fromCodePoint(c)}function isSingleDot(buffer){ |
| /*ThouShaltNotCache*/ |
| return"."===buffer||"%2e"===buffer.toLowerCase()}function isWindowsDriveLetterString(string){ |
| /*ThouShaltNotCache*/ |
| return 2===string.length&&infra.isASCIIAlpha(string.codePointAt(0))&&(":"===string[1]||"|"===string[1])}function containsForbiddenHostCodePoint(string){ |
| /*ThouShaltNotCache*/ |
| return-1!==string.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|\/|:|<|>|\?|@|\[|\\|\]|\^|\|/u)}function isSpecialScheme(scheme){ |
| /*ThouShaltNotCache*/ |
| return void 0!==specialSchemes[scheme]}function isSpecial(url){ |
| /*ThouShaltNotCache*/ |
| return isSpecialScheme(url.scheme)}function isNotSpecial(url){ |
| /*ThouShaltNotCache*/ |
| return!isSpecialScheme(url.scheme)}function defaultPort(scheme){ |
| /*ThouShaltNotCache*/ |
| return specialSchemes[scheme]}function parseIPv4Number(input){ |
| /*ThouShaltNotCache*/ |
| if(""===input)return failure;let R=10;if(input.length>=2&&"0"===input.charAt(0)&&"x"===input.charAt(1).toLowerCase()?(input=input.substring(2),R=16):input.length>=2&&"0"===input.charAt(0)&&(input=input.substring(1),R=8),""===input)return 0;let regex=/[^0-7]/u;return 10===R&&(regex=/[^0-9]/u),16===R&&(regex=/[^0-9A-Fa-f]/u),regex.test(input)?failure:parseInt(input,R)}function parseHost(input,isOpaque=!1){ |
| /*ThouShaltNotCache*/ |
| if("["===input[0])return"]"!==input[input.length-1]?failure:function(input){ |
| /*ThouShaltNotCache*/ |
| const address=[0,0,0,0,0,0,0,0];let pieceIndex=0,compress=null,pointer=0;if((input=Array.from(input,c=>c.codePointAt(0)))[pointer]===p(":")){if(input[pointer+1]!==p(":"))return failure;pointer+=2,++pieceIndex,compress=pieceIndex}for(;pointer<input.length;){if(8===pieceIndex)return failure;if(input[pointer]===p(":")){if(null!==compress)return failure;++pointer,++pieceIndex,compress=pieceIndex;continue}let value=0,length=0;for(;length<4&&infra.isASCIIHex(input[pointer]);)value=16*value+parseInt(at(input,pointer),16),++pointer,++length;if(input[pointer]===p(".")){if(0===length)return failure;if(pointer-=length,pieceIndex>6)return failure;let numbersSeen=0;for(;void 0!==input[pointer];){let ipv4Piece=null;if(numbersSeen>0){if(!(input[pointer]===p(".")&&numbersSeen<4))return failure;++pointer}if(!infra.isASCIIDigit(input[pointer]))return failure;for(;infra.isASCIIDigit(input[pointer]);){const number=parseInt(at(input,pointer));if(null===ipv4Piece)ipv4Piece=number;else{if(0===ipv4Piece)return failure;ipv4Piece=10*ipv4Piece+number}if(ipv4Piece>255)return failure;++pointer}address[pieceIndex]=256*address[pieceIndex]+ipv4Piece,++numbersSeen,2!==numbersSeen&&4!==numbersSeen||++pieceIndex}if(4!==numbersSeen)return failure;break}if(input[pointer]===p(":")){if(++pointer,void 0===input[pointer])return failure}else if(void 0!==input[pointer])return failure;address[pieceIndex]=value,++pieceIndex}if(null!==compress){let swaps=pieceIndex-compress;for(pieceIndex=7;0!==pieceIndex&&swaps>0;){const temp=address[compress+swaps-1];address[compress+swaps-1]=address[pieceIndex],address[pieceIndex]=temp,--pieceIndex,--swaps}}else if(null===compress&&8!==pieceIndex)return failure;return address}(input.substring(1,input.length-1));if(isOpaque)return function(input){ |
| /*ThouShaltNotCache*/ |
| if(containsForbiddenHostCodePoint(input))return failure;return utf8PercentEncodeString(input,isC0ControlPercentEncode)}(input);const asciiDomain=function(domain,beStrict=!1){ |
| /*ThouShaltNotCache*/ |
| const result=tr46.toASCII(domain,{checkHyphens:beStrict,checkBidi:!0,checkJoiners:!0,useSTD3ASCIIRules:beStrict,transitionalProcessing:!1,verifyDNSLength:beStrict,ignoreInvalidPunycode:!1});if(null===result)return failure;if(!beStrict){if(""===result)return failure;if(containsForbiddenHostCodePoint(string=result)||-1!==string.search(/[\u0000-\u001F]|%|\u007F/u))return failure}var string;return result}(utf8DecodeWithoutBOM(percentDecodeString(input)));return asciiDomain===failure?failure:function(input){ |
| /*ThouShaltNotCache*/ |
| const parts=input.split(".");if(""===parts[parts.length-1]){if(1===parts.length)return!1;parts.pop()}const last=parts[parts.length-1];if(parseIPv4Number(last)!==failure)return!0;if(/^[0-9]+$/u.test(last))return!0;return!1}(asciiDomain)?function(input){ |
| /*ThouShaltNotCache*/ |
| const parts=input.split(".");if(""===parts[parts.length-1]&&parts.length>1&&parts.pop(),parts.length>4)return failure;const numbers=[];for(const part of parts){const n=parseIPv4Number(part);if(n===failure)return failure;numbers.push(n)}for(let i=0;i<numbers.length-1;++i)if(numbers[i]>255)return failure;if(numbers[numbers.length-1]>=256**(5-numbers.length))return failure;let ipv4=numbers.pop(),counter=0;for(const n of numbers)ipv4+=n*256**(3-counter),++counter;return ipv4}(asciiDomain):asciiDomain}function serializeHost(host){ |
| /*ThouShaltNotCache*/ |
| return"number"==typeof host?function(address){ |
| /*ThouShaltNotCache*/ |
| let output="",n=address;for(let i=1;i<=4;++i)output=String(n%256)+output,4!==i&&(output=`.${output}`),n=Math.floor(n/256);return output}(host):host instanceof Array?`[${function(address){ |
| /*ThouShaltNotCache*/ |
| let output="";const compress=function(address){ |
| /*ThouShaltNotCache*/ |
| let longestIndex=null,longestSize=1,foundIndex=null,foundSize=0;for(let pieceIndex=0;pieceIndex<address.length;++pieceIndex)0!==address[pieceIndex]?(foundSize>longestSize&&(longestIndex=foundIndex,longestSize=foundSize),foundIndex=null,foundSize=0):(null===foundIndex&&(foundIndex=pieceIndex),++foundSize);return foundSize>longestSize?foundIndex:longestIndex}(address);let ignore0=!1;for(let pieceIndex=0;pieceIndex<=7;++pieceIndex)if(!ignore0||0!==address[pieceIndex]){if(ignore0&&(ignore0=!1),compress===pieceIndex){output+=0===pieceIndex?"::":":",ignore0=!0;continue}output+=address[pieceIndex].toString(16),7!==pieceIndex&&(output+=":")}return output}(host)}]`:host}function shortenPath(url){ |
| /*ThouShaltNotCache*/ |
| const{path}=url;var string;0!==path.length&&("file"===url.scheme&&1===path.length&&(string=path[0],/^[A-Za-z]:$/u.test(string))||path.pop())}function includesCredentials(url){ |
| /*ThouShaltNotCache*/ |
| return""!==url.username||""!==url.password}function hasAnOpaquePath(url){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof url.path}function URLStateMachine(input,base,encodingOverride,url,stateOverride){if( |
| /*ThouShaltNotCache*/ |
| this.pointer=0,this.input=input,this.base=base||null,this.encodingOverride=encodingOverride||"utf-8",this.stateOverride=stateOverride,this.url=url,this.failure=!1,this.parseError=!1,!this.url){this.url={scheme:"",username:"",password:"",host:null,port:null,path:[],query:null,fragment:null};const res=function(string){ |
| /*ThouShaltNotCache*/ |
| let start=0,end=string.length;for(;start<end&&!(string.charCodeAt(start)>32);++start);for(;end>start&&!(string.charCodeAt(end-1)>32);--end);return string.substring(start,end)}(this.input);res!==this.input&&(this.parseError=!0),this.input=res}const res=function(url){ |
| /*ThouShaltNotCache*/ |
| return url.replace(/\u0009|\u000A|\u000D/gu,"")}(this.input);for(res!==this.input&&(this.parseError=!0),this.input=res,this.state=stateOverride||"scheme start",this.buffer="",this.atFlag=!1,this.arrFlag=!1,this.passwordTokenSeenFlag=!1,this.input=Array.from(this.input,c=>c.codePointAt(0));this.pointer<=this.input.length;++this.pointer){const c=this.input[this.pointer],cStr=isNaN(c)?void 0:String.fromCodePoint(c),ret=this[`parse ${this.state}`](c,cStr);if(!ret)break;if(ret===failure){this.failure=!0;break}}}URLStateMachine.prototype["parse scheme start"]=function(c,cStr){ |
| /*ThouShaltNotCache*/ |
| if(infra.isASCIIAlpha(c))this.buffer+=cStr.toLowerCase(),this.state="scheme";else{if(this.stateOverride)return this.parseError=!0,failure;this.state="no scheme",--this.pointer}return!0},URLStateMachine.prototype["parse scheme"]=function(c,cStr){ |
| /*ThouShaltNotCache*/ |
| if(infra.isASCIIAlphanumeric(c)||c===p("+")||c===p("-")||c===p("."))this.buffer+=cStr.toLowerCase();else if(c===p(":")){if(this.stateOverride){if(isSpecial(this.url)&&!isSpecialScheme(this.buffer))return!1;if(!isSpecial(this.url)&&isSpecialScheme(this.buffer))return!1;if((includesCredentials(this.url)||null!==this.url.port)&&"file"===this.buffer)return!1;if("file"===this.url.scheme&&""===this.url.host)return!1}if(this.url.scheme=this.buffer,this.stateOverride)return this.url.port===defaultPort(this.url.scheme)&&(this.url.port=null),!1;this.buffer="","file"===this.url.scheme?(this.input[this.pointer+1]===p("/")&&this.input[this.pointer+2]===p("/")||(this.parseError=!0),this.state="file"):isSpecial(this.url)&&null!==this.base&&this.base.scheme===this.url.scheme?this.state="special relative or authority":isSpecial(this.url)?this.state="special authority slashes":this.input[this.pointer+1]===p("/")?(this.state="path or authority",++this.pointer):(this.url.path="",this.state="opaque path")}else{if(this.stateOverride)return this.parseError=!0,failure;this.buffer="",this.state="no scheme",this.pointer=-1}return!0},URLStateMachine.prototype["parse no scheme"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return null===this.base||hasAnOpaquePath(this.base)&&c!==p("#")?failure:(hasAnOpaquePath(this.base)&&c===p("#")?(this.url.scheme=this.base.scheme,this.url.path=this.base.path,this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):"file"===this.base.scheme?(this.state="file",--this.pointer):(this.state="relative",--this.pointer),!0)},URLStateMachine.prototype["parse special relative or authority"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return c===p("/")&&this.input[this.pointer+1]===p("/")?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="relative",--this.pointer),!0},URLStateMachine.prototype["parse path or authority"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return c===p("/")?this.state="authority":(this.state="path",--this.pointer),!0},URLStateMachine.prototype["parse relative"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return this.url.scheme=this.base.scheme,c===p("/")?this.state="relative slash":isSpecial(this.url)&&c===p("\\")?(this.parseError=!0,this.state="relative slash"):(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query,c===p("?")?(this.url.query="",this.state="query"):c===p("#")?(this.url.fragment="",this.state="fragment"):isNaN(c)||(this.url.query=null,this.url.path.pop(),this.state="path",--this.pointer)),!0},URLStateMachine.prototype["parse relative slash"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return!isSpecial(this.url)||c!==p("/")&&c!==p("\\")?c===p("/")?this.state="authority":(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.state="path",--this.pointer):(c===p("\\")&&(this.parseError=!0),this.state="special authority ignore slashes"),!0},URLStateMachine.prototype["parse special authority slashes"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return c===p("/")&&this.input[this.pointer+1]===p("/")?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="special authority ignore slashes",--this.pointer),!0},URLStateMachine.prototype["parse special authority ignore slashes"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return c!==p("/")&&c!==p("\\")?(this.state="authority",--this.pointer):this.parseError=!0,!0},URLStateMachine.prototype["parse authority"]=function(c,cStr){ |
| /*ThouShaltNotCache*/ |
| if(c===p("@")){this.parseError=!0,this.atFlag&&(this.buffer=`%40${this.buffer}`),this.atFlag=!0;const len=countSymbols(this.buffer);for(let pointer=0;pointer<len;++pointer){const codePoint=this.buffer.codePointAt(pointer);if(codePoint===p(":")&&!this.passwordTokenSeenFlag){this.passwordTokenSeenFlag=!0;continue}const encodedCodePoints=utf8PercentEncodeCodePoint(codePoint,isUserinfoPercentEncode);this.passwordTokenSeenFlag?this.url.password+=encodedCodePoints:this.url.username+=encodedCodePoints}this.buffer=""}else if(isNaN(c)||c===p("/")||c===p("?")||c===p("#")||isSpecial(this.url)&&c===p("\\")){if(this.atFlag&&""===this.buffer)return this.parseError=!0,failure;this.pointer-=countSymbols(this.buffer)+1,this.buffer="",this.state="host"}else this.buffer+=cStr;return!0},URLStateMachine.prototype["parse hostname"]=URLStateMachine.prototype["parse host"]=function(c,cStr){ |
| /*ThouShaltNotCache*/ |
| if(this.stateOverride&&"file"===this.url.scheme)--this.pointer,this.state="file host";else if(c!==p(":")||this.arrFlag)if(isNaN(c)||c===p("/")||c===p("?")||c===p("#")||isSpecial(this.url)&&c===p("\\")){if(--this.pointer,isSpecial(this.url)&&""===this.buffer)return this.parseError=!0,failure;if(this.stateOverride&&""===this.buffer&&(includesCredentials(this.url)||null!==this.url.port))return this.parseError=!0,!1;const host=parseHost(this.buffer,isNotSpecial(this.url));if(host===failure)return failure;if(this.url.host=host,this.buffer="",this.state="path start",this.stateOverride)return!1}else c===p("[")?this.arrFlag=!0:c===p("]")&&(this.arrFlag=!1),this.buffer+=cStr;else{if(""===this.buffer)return this.parseError=!0,failure;if("hostname"===this.stateOverride)return!1;const host=parseHost(this.buffer,isNotSpecial(this.url));if(host===failure)return failure;this.url.host=host,this.buffer="",this.state="port"}return!0},URLStateMachine.prototype["parse port"]=function(c,cStr){ |
| /*ThouShaltNotCache*/ |
| if(infra.isASCIIDigit(c))this.buffer+=cStr;else{if(!(isNaN(c)||c===p("/")||c===p("?")||c===p("#")||isSpecial(this.url)&&c===p("\\")||this.stateOverride))return this.parseError=!0,failure;if(""!==this.buffer){const port=parseInt(this.buffer);if(port>65535)return this.parseError=!0,failure;this.url.port=port===defaultPort(this.url.scheme)?null:port,this.buffer=""}if(this.stateOverride)return!1;this.state="path start",--this.pointer}return!0};const fileOtherwiseCodePoints=new Set([p("/"),p("\\"),p("?"),p("#")]);function startsWithWindowsDriveLetter(input,pointer){ |
| /*ThouShaltNotCache*/ |
| const length=input.length-pointer;return length>=2&&(cp1=input[pointer],cp2=input[pointer+1],infra.isASCIIAlpha(cp1)&&(cp2===p(":")||cp2===p("|")))&&(2===length||fileOtherwiseCodePoints.has(input[pointer+2]));var cp1,cp2}function serializePath(url){ |
| /*ThouShaltNotCache*/ |
| if(hasAnOpaquePath(url))return url.path;let output="";for(const segment of url.path)output+=`/${segment}`;return output}URLStateMachine.prototype["parse file"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return this.url.scheme="file",this.url.host="",c===p("/")||c===p("\\")?(c===p("\\")&&(this.parseError=!0),this.state="file slash"):null!==this.base&&"file"===this.base.scheme?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query,c===p("?")?(this.url.query="",this.state="query"):c===p("#")?(this.url.fragment="",this.state="fragment"):isNaN(c)||(this.url.query=null,startsWithWindowsDriveLetter(this.input,this.pointer)?(this.parseError=!0,this.url.path=[]):shortenPath(this.url),this.state="path",--this.pointer)):(this.state="path",--this.pointer),!0},URLStateMachine.prototype["parse file slash"]=function(c){var string; |
| /*ThouShaltNotCache*/ |
| return c===p("/")||c===p("\\")?(c===p("\\")&&(this.parseError=!0),this.state="file host"):(null!==this.base&&"file"===this.base.scheme&&(!startsWithWindowsDriveLetter(this.input,this.pointer)&&(2===(string=this.base.path[0]).length&&infra.isASCIIAlpha(string.codePointAt(0))&&":"===string[1])&&this.url.path.push(this.base.path[0]),this.url.host=this.base.host),this.state="path",--this.pointer),!0},URLStateMachine.prototype["parse file host"]=function(c,cStr){ |
| /*ThouShaltNotCache*/ |
| if(isNaN(c)||c===p("/")||c===p("\\")||c===p("?")||c===p("#"))if(--this.pointer,!this.stateOverride&&isWindowsDriveLetterString(this.buffer))this.parseError=!0,this.state="path";else if(""===this.buffer){if(this.url.host="",this.stateOverride)return!1;this.state="path start"}else{let host=parseHost(this.buffer,isNotSpecial(this.url));if(host===failure)return failure;if("localhost"===host&&(host=""),this.url.host=host,this.stateOverride)return!1;this.buffer="",this.state="path start"}else this.buffer+=cStr;return!0},URLStateMachine.prototype["parse path start"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return isSpecial(this.url)?(c===p("\\")&&(this.parseError=!0),this.state="path",c!==p("/")&&c!==p("\\")&&--this.pointer):this.stateOverride||c!==p("?")?this.stateOverride||c!==p("#")?void 0!==c?(this.state="path",c!==p("/")&&--this.pointer):this.stateOverride&&null===this.url.host&&this.url.path.push(""):(this.url.fragment="",this.state="fragment"):(this.url.query="",this.state="query"),!0},URLStateMachine.prototype["parse path"]=function(c){var buffer; |
| /*ThouShaltNotCache*/ |
| return isNaN(c)||c===p("/")||isSpecial(this.url)&&c===p("\\")||!this.stateOverride&&(c===p("?")||c===p("#"))?(isSpecial(this.url)&&c===p("\\")&&(this.parseError=!0),".."===( |
| /*ThouShaltNotCache*/ |
| buffer=(buffer=this.buffer).toLowerCase())||"%2e."===buffer||".%2e"===buffer||"%2e%2e"===buffer?(shortenPath(this.url),c===p("/")||isSpecial(this.url)&&c===p("\\")||this.url.path.push("")):!isSingleDot(this.buffer)||c===p("/")||isSpecial(this.url)&&c===p("\\")?isSingleDot(this.buffer)||("file"===this.url.scheme&&0===this.url.path.length&&isWindowsDriveLetterString(this.buffer)&&(this.buffer=`${this.buffer[0]}:`),this.url.path.push(this.buffer)):this.url.path.push(""),this.buffer="",c===p("?")&&(this.url.query="",this.state="query"),c===p("#")&&(this.url.fragment="",this.state="fragment")):(c!==p("%")||infra.isASCIIHex(this.input[this.pointer+1])&&infra.isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.buffer+=utf8PercentEncodeCodePoint(c,isPathPercentEncode)),!0},URLStateMachine.prototype["parse opaque path"]=function(c){ |
| /*ThouShaltNotCache*/ |
| if(c===p("?"))this.url.query="",this.state="query";else if(c===p("#"))this.url.fragment="",this.state="fragment";else if(c===p(" ")){const remaining=this.input[this.pointer+1];remaining===p("?")||remaining===p("#")?this.url.path+="%20":this.url.path+=" "}else isNaN(c)||c===p("%")||(this.parseError=!0),c!==p("%")||infra.isASCIIHex(this.input[this.pointer+1])&&infra.isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),isNaN(c)||(this.url.path+=utf8PercentEncodeCodePoint(c,isC0ControlPercentEncode));return!0},URLStateMachine.prototype["parse query"]=function(c,cStr){if( |
| /*ThouShaltNotCache*/ |
| isSpecial(this.url)&&"ws"!==this.url.scheme&&"wss"!==this.url.scheme||(this.encodingOverride="utf-8"),!this.stateOverride&&c===p("#")||isNaN(c)){const queryPercentEncodePredicate=isSpecial(this.url)?isSpecialQueryPercentEncode:isQueryPercentEncode;this.url.query+=utf8PercentEncodeString(this.buffer,queryPercentEncodePredicate),this.buffer="",c===p("#")&&(this.url.fragment="",this.state="fragment")}else isNaN(c)||(c!==p("%")||infra.isASCIIHex(this.input[this.pointer+1])&&infra.isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.buffer+=cStr);return!0},URLStateMachine.prototype["parse fragment"]=function(c){ |
| /*ThouShaltNotCache*/ |
| return isNaN(c)||(c!==p("%")||infra.isASCIIHex(this.input[this.pointer+1])&&infra.isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.url.fragment+=utf8PercentEncodeCodePoint(c,isFragmentPercentEncode)),!0},module.exports.serializeURL=function(url,excludeFragment){ |
| /*ThouShaltNotCache*/ |
| let output=`${url.scheme}:`;return null!==url.host&&(output+="//",""===url.username&&""===url.password||(output+=url.username,""!==url.password&&(output+=`:${url.password}`),output+="@"),output+=serializeHost(url.host),null!==url.port&&(output+=`:${url.port}`)),null===url.host&&!hasAnOpaquePath(url)&&url.path.length>1&&""===url.path[0]&&(output+="/."),output+=serializePath(url),null!==url.query&&(output+=`?${url.query}`),excludeFragment||null===url.fragment||(output+=`#${url.fragment}`),output},module.exports.serializePath=serializePath,module.exports.serializeURLOrigin=function(url){ |
| /*ThouShaltNotCache*/ |
| switch(url.scheme){case"blob":{const pathURL=module.exports.parseURL(serializePath(url));return null===pathURL||"http"!==pathURL.scheme&&"https"!==pathURL.scheme?"null":module.exports.serializeURLOrigin(pathURL)}case"ftp":case"http":case"https":case"ws":case"wss":return function(tuple){ |
| /*ThouShaltNotCache*/ |
| let result=`${tuple.scheme}://`;return result+=serializeHost(tuple.host),null!==tuple.port&&(result+=`:${tuple.port}`),result}({scheme:url.scheme,host:url.host,port:url.port});default:return"null"}},module.exports.basicURLParse=function(input,options){ |
| /*ThouShaltNotCache*/ |
| void 0===options&&(options={});const usm=new URLStateMachine(input,options.baseURL,options.encodingOverride,options.url,options.stateOverride);return usm.failure?null:usm.url},module.exports.setTheUsername=function(url,username){ |
| /*ThouShaltNotCache*/ |
| url.username=utf8PercentEncodeString(username,isUserinfoPercentEncode)},module.exports.setThePassword=function(url,password){ |
| /*ThouShaltNotCache*/ |
| url.password=utf8PercentEncodeString(password,isUserinfoPercentEncode)},module.exports.serializeHost=serializeHost,module.exports.cannotHaveAUsernamePasswordPort=function(url){ |
| /*ThouShaltNotCache*/ |
| return null===url.host||""===url.host||"file"===url.scheme},module.exports.hasAnOpaquePath=hasAnOpaquePath,module.exports.serializeInteger=function(integer){ |
| /*ThouShaltNotCache*/ |
| return String(integer)},module.exports.parseURL=function(input,options){ |
| /*ThouShaltNotCache*/ |
| return void 0===options&&(options={}),module.exports.basicURLParse(input,{baseURL:options.baseURL,encodingOverride:options.encodingOverride})}},44898:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var isArgumentsObject=__webpack_require__(43986),isGeneratorFunction=__webpack_require__(34482),whichTypedArray=__webpack_require__(79045),isTypedArray=__webpack_require__(70750);function uncurryThis(f){ |
| /*ThouShaltNotCache*/ |
| return f.call.bind(f)}var BigIntSupported="undefined"!=typeof BigInt,SymbolSupported="undefined"!=typeof Symbol,ObjectToString=uncurryThis(Object.prototype.toString),numberValue=uncurryThis(Number.prototype.valueOf),stringValue=uncurryThis(String.prototype.valueOf),booleanValue=uncurryThis(Boolean.prototype.valueOf);if(BigIntSupported)var bigIntValue=uncurryThis(BigInt.prototype.valueOf);if(SymbolSupported)var symbolValue=uncurryThis(Symbol.prototype.valueOf);function checkBoxedPrimitive(value,prototypeValueOf){ |
| /*ThouShaltNotCache*/ |
| if("object"!=typeof value)return!1;try{return prototypeValueOf(value),!0}catch(e){return!1}}function isMapToString(value){ |
| /*ThouShaltNotCache*/ |
| return"[object Map]"===ObjectToString(value)}function isSetToString(value){ |
| /*ThouShaltNotCache*/ |
| return"[object Set]"===ObjectToString(value)}function isWeakMapToString(value){ |
| /*ThouShaltNotCache*/ |
| return"[object WeakMap]"===ObjectToString(value)}function isWeakSetToString(value){ |
| /*ThouShaltNotCache*/ |
| return"[object WeakSet]"===ObjectToString(value)}function isArrayBufferToString(value){ |
| /*ThouShaltNotCache*/ |
| return"[object ArrayBuffer]"===ObjectToString(value)}function isArrayBuffer(value){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof ArrayBuffer&&(isArrayBufferToString.working?isArrayBufferToString(value):value instanceof ArrayBuffer)}function isDataViewToString(value){ |
| /*ThouShaltNotCache*/ |
| return"[object DataView]"===ObjectToString(value)}function isDataView(value){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof DataView&&(isDataViewToString.working?isDataViewToString(value):value instanceof DataView)}exports.isArgumentsObject=isArgumentsObject,exports.isGeneratorFunction=isGeneratorFunction,exports.isTypedArray=isTypedArray,exports.isPromise=function(input){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof Promise&&input instanceof Promise||null!==input&&"object"==typeof input&&"function"==typeof input.then&&"function"==typeof input.catch},exports.isArrayBufferView=function(value){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(value):isTypedArray(value)||isDataView(value)},exports.isUint8Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Uint8Array"===whichTypedArray(value)},exports.isUint8ClampedArray=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Uint8ClampedArray"===whichTypedArray(value)},exports.isUint16Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Uint16Array"===whichTypedArray(value)},exports.isUint32Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Uint32Array"===whichTypedArray(value)},exports.isInt8Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Int8Array"===whichTypedArray(value)},exports.isInt16Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Int16Array"===whichTypedArray(value)},exports.isInt32Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Int32Array"===whichTypedArray(value)},exports.isFloat32Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Float32Array"===whichTypedArray(value)},exports.isFloat64Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"Float64Array"===whichTypedArray(value)},exports.isBigInt64Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"BigInt64Array"===whichTypedArray(value)},exports.isBigUint64Array=function(value){ |
| /*ThouShaltNotCache*/ |
| return"BigUint64Array"===whichTypedArray(value)},isMapToString.working="undefined"!=typeof Map&&isMapToString(new Map),exports.isMap=function(value){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof Map&&(isMapToString.working?isMapToString(value):value instanceof Map)},isSetToString.working="undefined"!=typeof Set&&isSetToString(new Set),exports.isSet=function(value){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof Set&&(isSetToString.working?isSetToString(value):value instanceof Set)},isWeakMapToString.working="undefined"!=typeof WeakMap&&isWeakMapToString(new WeakMap),exports.isWeakMap=function(value){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof WeakMap&&(isWeakMapToString.working?isWeakMapToString(value):value instanceof WeakMap)},isWeakSetToString.working="undefined"!=typeof WeakSet&&isWeakSetToString(new WeakSet),exports.isWeakSet=function(value){ |
| /*ThouShaltNotCache*/ |
| return isWeakSetToString(value)},isArrayBufferToString.working="undefined"!=typeof ArrayBuffer&&isArrayBufferToString(new ArrayBuffer),exports.isArrayBuffer=isArrayBuffer,isDataViewToString.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&isDataViewToString(new DataView(new ArrayBuffer(1),0,1)),exports.isDataView=isDataView;var SharedArrayBufferCopy="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function isSharedArrayBufferToString(value){ |
| /*ThouShaltNotCache*/ |
| return"[object SharedArrayBuffer]"===ObjectToString(value)}function isSharedArrayBuffer(value){ |
| /*ThouShaltNotCache*/ |
| return void 0!==SharedArrayBufferCopy&&(void 0===isSharedArrayBufferToString.working&&(isSharedArrayBufferToString.working=isSharedArrayBufferToString(new SharedArrayBufferCopy)),isSharedArrayBufferToString.working?isSharedArrayBufferToString(value):value instanceof SharedArrayBufferCopy)}function isNumberObject(value){ |
| /*ThouShaltNotCache*/ |
| return checkBoxedPrimitive(value,numberValue)}function isStringObject(value){ |
| /*ThouShaltNotCache*/ |
| return checkBoxedPrimitive(value,stringValue)}function isBooleanObject(value){ |
| /*ThouShaltNotCache*/ |
| return checkBoxedPrimitive(value,booleanValue)}function isBigIntObject(value){ |
| /*ThouShaltNotCache*/ |
| return BigIntSupported&&checkBoxedPrimitive(value,bigIntValue)}function isSymbolObject(value){ |
| /*ThouShaltNotCache*/ |
| return SymbolSupported&&checkBoxedPrimitive(value,symbolValue)}exports.isSharedArrayBuffer=isSharedArrayBuffer,exports.isAsyncFunction=function(value){ |
| /*ThouShaltNotCache*/ |
| return"[object AsyncFunction]"===ObjectToString(value)},exports.isMapIterator=function(value){ |
| /*ThouShaltNotCache*/ |
| return"[object Map Iterator]"===ObjectToString(value)},exports.isSetIterator=function(value){ |
| /*ThouShaltNotCache*/ |
| return"[object Set Iterator]"===ObjectToString(value)},exports.isGeneratorObject=function(value){ |
| /*ThouShaltNotCache*/ |
| return"[object Generator]"===ObjectToString(value)},exports.isWebAssemblyCompiledModule=function(value){ |
| /*ThouShaltNotCache*/ |
| return"[object WebAssembly.Module]"===ObjectToString(value)},exports.isNumberObject=isNumberObject,exports.isStringObject=isStringObject,exports.isBooleanObject=isBooleanObject,exports.isBigIntObject=isBigIntObject,exports.isSymbolObject=isSymbolObject,exports.isBoxedPrimitive=function(value){ |
| /*ThouShaltNotCache*/ |
| return isNumberObject(value)||isStringObject(value)||isBooleanObject(value)||isBigIntObject(value)||isSymbolObject(value)},exports.isAnyArrayBuffer=function(value){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof Uint8Array&&(isArrayBuffer(value)||isSharedArrayBuffer(value))},["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(method){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(exports,method,{enumerable:!1,value:function(){ |
| /*ThouShaltNotCache*/ |
| throw new Error(method+" is not supported in userland")}})})},45067:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].MimeType.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'MimeType'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class MimeType{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of MimeType.");return esValue[implSymbol].type}get description(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get description' called on an object that is not a valid instance of MimeType.");return esValue[implSymbol].description}get suffixes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get suffixes' called on an object that is not a valid instance of MimeType.");return esValue[implSymbol].suffixes}get enabledPlugin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get enabledPlugin' called on an object that is not a valid instance of MimeType.");return esValue[implSymbol].enabledPlugin}}Object.defineProperties(MimeType.prototype,{type:{enumerable:!0},description:{enumerable:!0},suffixes:{enumerable:!0},enabledPlugin:{enumerable:!0},[Symbol.toStringTag]:{value:"MimeType",configurable:!0}}),ctorRegistry.MimeType=MimeType,Object.defineProperty(globalObject,"MimeType",{configurable:!0,writable:!0,value:MimeType})};const Impl=__webpack_require__(73622)},45111:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLOptionElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLOptionElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLOptionElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLOptionElement",new.target)}get disabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get disabled' called on an object that is not a valid instance of HTMLOptionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set disabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set disabled' called on an object that is not a valid instance of HTMLOptionElement.");V=conversions.boolean(V,{context:"Failed to set the 'disabled' property on 'HTMLOptionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("disabled",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLOptionElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get label(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get label' called on an object that is not a valid instance of HTMLOptionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].label}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set label(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set label' called on an object that is not a valid instance of HTMLOptionElement.");V=conversions.DOMString(V,{context:"Failed to set the 'label' property on 'HTMLOptionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].label=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get defaultSelected(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultSelected' called on an object that is not a valid instance of HTMLOptionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("selected")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set defaultSelected(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set defaultSelected' called on an object that is not a valid instance of HTMLOptionElement.");V=conversions.boolean(V,{context:"Failed to set the 'defaultSelected' property on 'HTMLOptionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("selected",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("selected")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get selected(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selected' called on an object that is not a valid instance of HTMLOptionElement.");return esValue[implSymbol].selected}set selected(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selected' called on an object that is not a valid instance of HTMLOptionElement.");V=conversions.boolean(V,{context:"Failed to set the 'selected' property on 'HTMLOptionElement': The provided value",globals:globalObject}),esValue[implSymbol].selected=V}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLOptionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLOptionElement.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'HTMLOptionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].value=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get text(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get text' called on an object that is not a valid instance of HTMLOptionElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].text}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set text(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set text' called on an object that is not a valid instance of HTMLOptionElement.");V=conversions.DOMString(V,{context:"Failed to set the 'text' property on 'HTMLOptionElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].text=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get index(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get index' called on an object that is not a valid instance of HTMLOptionElement.");return esValue[implSymbol].index}}Object.defineProperties(HTMLOptionElement.prototype,{disabled:{enumerable:!0},form:{enumerable:!0},label:{enumerable:!0},defaultSelected:{enumerable:!0},selected:{enumerable:!0},value:{enumerable:!0},text:{enumerable:!0},index:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOptionElement",configurable:!0}}),ctorRegistry.HTMLOptionElement=HTMLOptionElement,Object.defineProperty(globalObject,"HTMLOptionElement",{configurable:!0,writable:!0,value:HTMLOptionElement})};const Impl=__webpack_require__(63414)},45121:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{appendAttribute}=__webpack_require__(91828),NODE_TYPE=__webpack_require__(53010),orderedSetParse=__webpack_require__(25835).parse,{createElement}=__webpack_require__(91662),{HTML_NS,XMLNS_NS}=__webpack_require__(36675),{cloningSteps,domSymbolTree}=__webpack_require__(35442),{asciiCaseInsensitiveMatch,asciiLowercase}=__webpack_require__(8337),HTMLCollection=__webpack_require__(16606);exports.clone=(node,document,cloneChildren)=>{let copy;switch( |
| /*ThouShaltNotCache*/ |
| void 0===document&&(document=node._ownerDocument),node.nodeType){case NODE_TYPE.DOCUMENT_NODE:copy=node._cloneDocument();break;case NODE_TYPE.DOCUMENT_TYPE_NODE:copy=document.implementation.createDocumentType(node.name,node.publicId,node.systemId);break;case NODE_TYPE.ELEMENT_NODE:copy=createElement(document,node._localName,node._namespaceURI,node._prefix,node._isValue,!1);for(const attribute of node._attributeList)appendAttribute(copy,exports.clone(attribute,document));break;case NODE_TYPE.ATTRIBUTE_NODE:copy=document._createAttribute({namespace:node._namespace,namespacePrefix:node._namespacePrefix,localName:node._localName,value:node._value});break;case NODE_TYPE.TEXT_NODE:copy=document.createTextNode(node._data);break;case NODE_TYPE.CDATA_SECTION_NODE:copy=document.createCDATASection(node._data);break;case NODE_TYPE.COMMENT_NODE:copy=document.createComment(node._data);break;case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:copy=document.createProcessingInstruction(node.target,node._data);break;case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:copy=document.createDocumentFragment()}if(node[cloningSteps]&&node[cloningSteps](copy,node,document,cloneChildren),cloneChildren)for(const child of domSymbolTree.childrenIterator(node)){const childCopy=exports.clone(child,document,!0);copy._append(childCopy)}return copy},exports.listOfElementsWithClassNames=(classNames,root)=>{ |
| /*ThouShaltNotCache*/ |
| const classes=orderedSetParse(classNames);return 0===classes.size?HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>[]}):HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>{ |
| /*ThouShaltNotCache*/ |
| const isQuirksMode="BackCompat"===root._ownerDocument.compatMode;return domSymbolTree.treeToArray(root,{filter(node){ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType!==NODE_TYPE.ELEMENT_NODE||node===root)return!1;const{classList}=node;if(isQuirksMode){for(const className of classes)if(!classList.tokenSet.some(cur=>asciiCaseInsensitiveMatch(cur,className)))return!1}else for(const className of classes)if(!classList.tokenSet.contains(className))return!1;return!0}})}})},exports.listOfElementsWithQualifiedName=(qualifiedName,root)=>{ |
| /*ThouShaltNotCache*/ |
| if("*"===qualifiedName)return HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>domSymbolTree.treeToArray(root,{filter:node=>node.nodeType===NODE_TYPE.ELEMENT_NODE&&node!==root})});if("html"===root._ownerDocument._parsingMode){const lowerQualifiedName=asciiLowercase(qualifiedName);return HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>domSymbolTree.treeToArray(root,{filter:node=> |
| /*ThouShaltNotCache*/ |
| node.nodeType===NODE_TYPE.ELEMENT_NODE&&node!==root&&(node._namespaceURI===HTML_NS?node._qualifiedName===lowerQualifiedName:node._qualifiedName===qualifiedName)})})}return HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>domSymbolTree.treeToArray(root,{filter:node=> |
| /*ThouShaltNotCache*/ |
| node.nodeType===NODE_TYPE.ELEMENT_NODE&&node!==root&&node._qualifiedName===qualifiedName})})},exports.listOfElementsWithNamespaceAndLocalName=(namespace,localName,root)=>( |
| /*ThouShaltNotCache*/ |
| ""===namespace&&(namespace=null),"*"===namespace&&"*"===localName?HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>domSymbolTree.treeToArray(root,{filter:node=>node.nodeType===NODE_TYPE.ELEMENT_NODE&&node!==root})}):"*"===namespace?HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>domSymbolTree.treeToArray(root,{filter:node=> |
| /*ThouShaltNotCache*/ |
| node.nodeType===NODE_TYPE.ELEMENT_NODE&&node!==root&&node._localName===localName})}):"*"===localName?HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>domSymbolTree.treeToArray(root,{filter:node=> |
| /*ThouShaltNotCache*/ |
| node.nodeType===NODE_TYPE.ELEMENT_NODE&&node!==root&&node._namespaceURI===namespace})}):HTMLCollection.createImpl(root._globalObject,[],{element:root,query:()=>domSymbolTree.treeToArray(root,{filter:node=> |
| /*ThouShaltNotCache*/ |
| node.nodeType===NODE_TYPE.ELEMENT_NODE&&node!==root&&(node._localName===localName&&node._namespaceURI===namespace)})})),exports.convertNodesIntoNode=(document,nodes)=>{ |
| /*ThouShaltNotCache*/ |
| if(1===nodes.length)return"string"==typeof nodes[0]?document.createTextNode(nodes[0]):nodes[0];const fragment=document.createDocumentFragment();for(let i=0;i<nodes.length;i++)fragment._append("string"==typeof nodes[i]?document.createTextNode(nodes[i]):nodes[i]);return fragment},exports.locateNamespacePrefix=(element,namespace)=>{ |
| /*ThouShaltNotCache*/ |
| if(element._namespaceURI===namespace&&null!==element._prefix)return element._prefix;for(const attribute of element._attributeList)if("xmlns"===attribute._namespacePrefix&&attribute._value===namespace)return attribute._localName;return null!==element.parentElement?exports.locateNamespacePrefix(element.parentElement,namespace):null},exports.locateNamespace=(node,prefix)=>{ |
| /*ThouShaltNotCache*/ |
| switch(node.nodeType){case NODE_TYPE.ELEMENT_NODE:if(null!==node._namespaceURI&&node._prefix===prefix)return node._namespaceURI;if(null===prefix){for(const attribute of node._attributeList)if(attribute._namespace===XMLNS_NS&&null===attribute._namespacePrefix&&"xmlns"===attribute._localName)return""!==attribute._value?attribute._value:null}else for(const attribute of node._attributeList)if(attribute._namespace===XMLNS_NS&&"xmlns"===attribute._namespacePrefix&&attribute._localName===prefix)return""!==attribute._value?attribute._value:null;return null===node.parentElement?null:exports.locateNamespace(node.parentElement,prefix);case NODE_TYPE.DOCUMENT_NODE:return null===node.documentElement?null:exports.locateNamespace(node.documentElement,prefix);case NODE_TYPE.DOCUMENT_TYPE_NODE:case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:return null;case NODE_TYPE.ATTRIBUTE_NODE:return null===node._element?null:exports.locateNamespace(node._element,prefix);default:return null===node.parentElement?null:exports.locateNamespace(node.parentElement,prefix)}}},45175:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},45309:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,parse:__webpack_require__(46274).parse,CSSGroupingRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.cssRules=[]}};CSSOM.CSSGroupingRule.prototype=new CSSOM.CSSRule,CSSOM.CSSGroupingRule.prototype.constructor=CSSOM.CSSGroupingRule,CSSOM.CSSGroupingRule.prototype.insertRule=function(rule,index){ |
| /*ThouShaltNotCache*/ |
| if(index<0||index>this.cssRules.length)throw new RangeError("INDEX_SIZE_ERR");var cssRule=CSSOM.parse(rule).cssRules[0];return cssRule.parentRule=this,this.cssRules.splice(index,0,cssRule),index},CSSOM.CSSGroupingRule.prototype.deleteRule=function(index){ |
| /*ThouShaltNotCache*/ |
| if(index<0||index>=this.cssRules.length)throw new RangeError("INDEX_SIZE_ERR");this.cssRules.splice(index,1)[0].parentRule=null},exports.CSSGroupingRule=CSSOM.CSSGroupingRule},45350:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348);function _typeof(o){ |
| /*ThouShaltNotCache*/ |
| return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){ |
| /*ThouShaltNotCache*/ |
| return typeof o}:function(o){ |
| /*ThouShaltNotCache*/ |
| return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},_typeof(o)}function _defineProperties(target,props){ |
| /*ThouShaltNotCache*/ |
| for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor)}}function _createClass(Constructor,protoProps,staticProps){ |
| /*ThouShaltNotCache*/ |
| return protoProps&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),Constructor}function _toPropertyKey(arg){ |
| /*ThouShaltNotCache*/ |
| var key=function(input,hint){ |
| /*ThouShaltNotCache*/ |
| if("object"!==_typeof(input)||null===input)return input;var prim=input[Symbol.toPrimitive];if(void 0!==prim){var res=prim.call(input,hint||"default");if("object"!==_typeof(res))return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===hint?String:Number)(input)}(arg,"string");return"symbol"===_typeof(key)?key:String(key)}var isDeepEqual,isDeepStrictEqual,_require$codes=__webpack_require__(88059).codes,ERR_AMBIGUOUS_ARGUMENT=_require$codes.ERR_AMBIGUOUS_ARGUMENT,ERR_INVALID_ARG_TYPE=_require$codes.ERR_INVALID_ARG_TYPE,ERR_INVALID_ARG_VALUE=_require$codes.ERR_INVALID_ARG_VALUE,ERR_INVALID_RETURN_VALUE=_require$codes.ERR_INVALID_RETURN_VALUE,ERR_MISSING_ARGS=_require$codes.ERR_MISSING_ARGS,AssertionError=__webpack_require__(10552),inspect=__webpack_require__(25411).inspect,_require$types=__webpack_require__(25411).types,isPromise=_require$types.isPromise,isRegExp=_require$types.isRegExp,objectAssign=__webpack_require__(42220)(),objectIs=__webpack_require__(94356)(),RegExpPrototypeTest=__webpack_require__(12857)("RegExp.prototype.test");new Map;function lazyLoadComparison(){ |
| /*ThouShaltNotCache*/ |
| var comparison=__webpack_require__(84173);isDeepEqual=comparison.isDeepEqual,isDeepStrictEqual=comparison.isDeepStrictEqual}var warned=!1,assert=module.exports=ok,NO_EXCEPTION_SENTINEL={};function innerFail(obj){ |
| /*ThouShaltNotCache*/ |
| if(obj.message instanceof Error)throw obj.message;throw new AssertionError(obj)}function innerOk(fn,argLen,value,message){ |
| /*ThouShaltNotCache*/ |
| if(!value){var generatedMessage=!1;if(0===argLen)generatedMessage=!0,message="No value argument passed to `assert.ok()`";else if(message instanceof Error)throw message;var err=new AssertionError({actual:value,expected:!0,message,operator:"==",stackStartFn:fn});throw err.generatedMessage=generatedMessage,err}}function ok(){ |
| /*ThouShaltNotCache*/ |
| for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++)args[_key]=arguments[_key];innerOk.apply(void 0,[ok,args.length].concat(args))}assert.fail=function fail(actual,expected,message,operator,stackStartFn){ |
| /*ThouShaltNotCache*/ |
| var internalMessage,argsLen=arguments.length;if(0===argsLen)internalMessage="Failed";else if(1===argsLen)message=actual,actual=void 0;else{if(!1===warned)warned=!0,(process.emitWarning?process.emitWarning:console.warn.bind(console))("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094");2===argsLen&&(operator="!=")}if(message instanceof Error)throw message;var errArgs={actual,expected,operator:void 0===operator?"fail":operator,stackStartFn:stackStartFn||fail};void 0!==message&&(errArgs.message=message);var err=new AssertionError(errArgs);throw internalMessage&&(err.message=internalMessage,err.generatedMessage=!0),err},assert.AssertionError=AssertionError,assert.ok=ok,assert.equal=function equal(actual,expected,message){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");actual!=expected&&innerFail({actual,expected,message,operator:"==",stackStartFn:equal})},assert.notEqual=function notEqual(actual,expected,message){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");actual==expected&&innerFail({actual,expected,message,operator:"!=",stackStartFn:notEqual})},assert.deepEqual=function deepEqual(actual,expected,message){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");void 0===isDeepEqual&&lazyLoadComparison(),isDeepEqual(actual,expected)||innerFail({actual,expected,message,operator:"deepEqual",stackStartFn:deepEqual})},assert.notDeepEqual=function notDeepEqual(actual,expected,message){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");void 0===isDeepEqual&&lazyLoadComparison(),isDeepEqual(actual,expected)&&innerFail({actual,expected,message,operator:"notDeepEqual",stackStartFn:notDeepEqual})},assert.deepStrictEqual=function deepStrictEqual(actual,expected,message){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");void 0===isDeepEqual&&lazyLoadComparison(),isDeepStrictEqual(actual,expected)||innerFail({actual,expected,message,operator:"deepStrictEqual",stackStartFn:deepStrictEqual})},assert.notDeepStrictEqual=function notDeepStrictEqual(actual,expected,message){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");void 0===isDeepEqual&&lazyLoadComparison();isDeepStrictEqual(actual,expected)&&innerFail({actual,expected,message,operator:"notDeepStrictEqual",stackStartFn:notDeepStrictEqual})},assert.strictEqual=function strictEqual(actual,expected,message){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");objectIs(actual,expected)||innerFail({actual,expected,message,operator:"strictEqual",stackStartFn:strictEqual})},assert.notStrictEqual=function notStrictEqual(actual,expected,message){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");objectIs(actual,expected)&&innerFail({actual,expected,message,operator:"notStrictEqual",stackStartFn:notStrictEqual})};var Comparison=_createClass(function Comparison(obj,keys,actual){ |
| /*ThouShaltNotCache*/ |
| var _this=this;!function(instance,Constructor){ |
| /*ThouShaltNotCache*/ |
| if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}(this,Comparison),keys.forEach(function(key){ |
| /*ThouShaltNotCache*/ |
| key in obj&&(void 0!==actual&&"string"==typeof actual[key]&&isRegExp(obj[key])&&RegExpPrototypeTest(obj[key],actual[key])?_this[key]=actual[key]:_this[key]=obj[key])})});function expectedException(actual,expected,msg,fn){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof expected){if(isRegExp(expected))return RegExpPrototypeTest(expected,actual);if(2===arguments.length)throw new ERR_INVALID_ARG_TYPE("expected",["Function","RegExp"],expected);if("object"!==_typeof(actual)||null===actual){var err=new AssertionError({actual,expected,message:msg,operator:"deepStrictEqual",stackStartFn:fn});throw err.operator=fn.name,err}var keys=Object.keys(expected);if(expected instanceof Error)keys.push("name","message");else if(0===keys.length)throw new ERR_INVALID_ARG_VALUE("error",expected,"may not be an empty object");return void 0===isDeepEqual&&lazyLoadComparison(),keys.forEach(function(key){ |
| /*ThouShaltNotCache*/ |
| "string"==typeof actual[key]&&isRegExp(expected[key])&&RegExpPrototypeTest(expected[key],actual[key])||function(actual,expected,key,message,keys,fn){ |
| /*ThouShaltNotCache*/ |
| if(!(key in actual)||!isDeepStrictEqual(actual[key],expected[key])){if(!message){var a=new Comparison(actual,keys),b=new Comparison(expected,keys,actual),err=new AssertionError({actual:a,expected:b,operator:"deepStrictEqual",stackStartFn:fn});throw err.actual=actual,err.expected=expected,err.operator=fn.name,err}innerFail({actual,expected,message,operator:fn.name,stackStartFn:fn})}}(actual,expected,key,msg,keys,fn)}),!0}return void 0!==expected.prototype&&actual instanceof expected||!Error.isPrototypeOf(expected)&&!0===expected.call({},actual)}function getActual(fn){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof fn)throw new ERR_INVALID_ARG_TYPE("fn","Function",fn);try{fn()}catch(e){return e}return NO_EXCEPTION_SENTINEL}function checkIsPromise(obj){ |
| /*ThouShaltNotCache*/ |
| return isPromise(obj)||null!==obj&&"object"===_typeof(obj)&&"function"==typeof obj.then&&"function"==typeof obj.catch}function waitForActual(promiseFn){ |
| /*ThouShaltNotCache*/ |
| return Promise.resolve().then(function(){ |
| /*ThouShaltNotCache*/ |
| var resultPromise;if("function"==typeof promiseFn){if(!checkIsPromise(resultPromise=promiseFn()))throw new ERR_INVALID_RETURN_VALUE("instance of Promise","promiseFn",resultPromise)}else{if(!checkIsPromise(promiseFn))throw new ERR_INVALID_ARG_TYPE("promiseFn",["Function","Promise"],promiseFn);resultPromise=promiseFn}return Promise.resolve().then(function(){ |
| /*ThouShaltNotCache*/ |
| return resultPromise}).then(function(){ |
| /*ThouShaltNotCache*/ |
| return NO_EXCEPTION_SENTINEL}).catch(function(e){ |
| /*ThouShaltNotCache*/ |
| return e})})}function expectsError(stackStartFn,actual,error,message){ |
| /*ThouShaltNotCache*/ |
| if("string"==typeof error){if(4===arguments.length)throw new ERR_INVALID_ARG_TYPE("error",["Object","Error","Function","RegExp"],error);if("object"===_typeof(actual)&&null!==actual){if(actual.message===error)throw new ERR_AMBIGUOUS_ARGUMENT("error/message",'The error message "'.concat(actual.message,'" is identical to the message.'))}else if(actual===error)throw new ERR_AMBIGUOUS_ARGUMENT("error/message",'The error "'.concat(actual,'" is identical to the message.'));message=error,error=void 0}else if(null!=error&&"object"!==_typeof(error)&&"function"!=typeof error)throw new ERR_INVALID_ARG_TYPE("error",["Object","Error","Function","RegExp"],error);if(actual===NO_EXCEPTION_SENTINEL){var details="";error&&error.name&&(details+=" (".concat(error.name,")")),details+=message?": ".concat(message):".";var fnType="rejects"===stackStartFn.name?"rejection":"exception";innerFail({actual:void 0,expected:error,operator:stackStartFn.name,message:"Missing expected ".concat(fnType).concat(details),stackStartFn})}if(error&&!expectedException(actual,error,message,stackStartFn))throw actual}function expectsNoError(stackStartFn,actual,error,message){ |
| /*ThouShaltNotCache*/ |
| if(actual!==NO_EXCEPTION_SENTINEL){if("string"==typeof error&&(message=error,error=void 0),!error||expectedException(actual,error)){var details=message?": ".concat(message):".",fnType="doesNotReject"===stackStartFn.name?"rejection":"exception";innerFail({actual,expected:error,operator:stackStartFn.name,message:"Got unwanted ".concat(fnType).concat(details,"\n")+'Actual message: "'.concat(actual&&actual.message,'"'),stackStartFn})}throw actual}}function internalMatch(string,regexp,message,fn,fnName){ |
| /*ThouShaltNotCache*/ |
| if(!isRegExp(regexp))throw new ERR_INVALID_ARG_TYPE("regexp","RegExp",regexp);var match="match"===fnName;if("string"!=typeof string||RegExpPrototypeTest(regexp,string)!==match){if(message instanceof Error)throw message;var generatedMessage=!message;message=message||("string"!=typeof string?'The "string" argument must be of type string. Received type '+"".concat(_typeof(string)," (").concat(inspect(string),")"):(match?"The input did not match the regular expression ":"The input was expected to not match the regular expression ")+"".concat(inspect(regexp),". Input:\n\n").concat(inspect(string),"\n"));var err=new AssertionError({actual:string,expected:regexp,message,operator:fnName,stackStartFn:fn});throw err.generatedMessage=generatedMessage,err}}function strict(){ |
| /*ThouShaltNotCache*/ |
| for(var _len6=arguments.length,args=new Array(_len6),_key6=0;_key6<_len6;_key6++)args[_key6]=arguments[_key6];innerOk.apply(void 0,[strict,args.length].concat(args))}assert.throws=function throws(promiseFn){ |
| /*ThouShaltNotCache*/ |
| for(var _len2=arguments.length,args=new Array(_len2>1?_len2-1:0),_key2=1;_key2<_len2;_key2++)args[_key2-1]=arguments[_key2];expectsError.apply(void 0,[throws,getActual(promiseFn)].concat(args))},assert.rejects=function rejects(promiseFn){ |
| /*ThouShaltNotCache*/ |
| for(var _len3=arguments.length,args=new Array(_len3>1?_len3-1:0),_key3=1;_key3<_len3;_key3++)args[_key3-1]=arguments[_key3];return waitForActual(promiseFn).then(function(result){ |
| /*ThouShaltNotCache*/ |
| return expectsError.apply(void 0,[rejects,result].concat(args))})},assert.doesNotThrow=function doesNotThrow(fn){ |
| /*ThouShaltNotCache*/ |
| for(var _len4=arguments.length,args=new Array(_len4>1?_len4-1:0),_key4=1;_key4<_len4;_key4++)args[_key4-1]=arguments[_key4];expectsNoError.apply(void 0,[doesNotThrow,getActual(fn)].concat(args))},assert.doesNotReject=function doesNotReject(fn){ |
| /*ThouShaltNotCache*/ |
| for(var _len5=arguments.length,args=new Array(_len5>1?_len5-1:0),_key5=1;_key5<_len5;_key5++)args[_key5-1]=arguments[_key5];return waitForActual(fn).then(function(result){ |
| /*ThouShaltNotCache*/ |
| return expectsNoError.apply(void 0,[doesNotReject,result].concat(args))})},assert.ifError=function ifError(err){ |
| /*ThouShaltNotCache*/ |
| if(null!=err){var message="ifError got unwanted exception: ";"object"===_typeof(err)&&"string"==typeof err.message?0===err.message.length&&err.constructor?message+=err.constructor.name:message+=err.message:message+=inspect(err);var newErr=new AssertionError({actual:err,expected:null,operator:"ifError",message,stackStartFn:ifError}),origStack=err.stack;if("string"==typeof origStack){var tmp2=origStack.split("\n");tmp2.shift();for(var tmp1=newErr.stack.split("\n"),i=0;i<tmp2.length;i++){var pos=tmp1.indexOf(tmp2[i]);if(-1!==pos){tmp1=tmp1.slice(0,pos);break}}newErr.stack="".concat(tmp1.join("\n"),"\n").concat(tmp2.join("\n"))}throw newErr}},assert.match=function match(string,regexp,message){ |
| /*ThouShaltNotCache*/ |
| internalMatch(string,regexp,message,match,"match")},assert.doesNotMatch=function doesNotMatch(string,regexp,message){ |
| /*ThouShaltNotCache*/ |
| internalMatch(string,regexp,message,doesNotMatch,"doesNotMatch")},assert.strict=objectAssign(strict,assert,{equal:assert.strictEqual,deepEqual:assert.deepStrictEqual,notEqual:assert.notStrictEqual,notDeepEqual:assert.notDeepStrictEqual}),assert.strict.strict=assert.strict},45586:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var reflectGetProto=__webpack_require__(81622),originalGetProto=__webpack_require__(89302),getDunderProto=__webpack_require__(38950);module.exports=reflectGetProto?function(O){ |
| /*ThouShaltNotCache*/ |
| return reflectGetProto(O)}:originalGetProto?function(O){ |
| /*ThouShaltNotCache*/ |
| if(!O||"object"!=typeof O&&"function"!=typeof O)throw new TypeError("getProto: not an object");return originalGetProto(O)}:getDunderProto?function(O){ |
| /*ThouShaltNotCache*/ |
| return getDunderProto(O)}:null},45914:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const webIDLConversions=__webpack_require__(40630),DOMException=__webpack_require__(3698),NODE_TYPE=__webpack_require__(53010),{HTML_NS}=__webpack_require__(36675),{getHTMLElementInterface}=__webpack_require__(91662),{shadowIncludingInclusiveDescendantsIterator}=__webpack_require__(54394),{isValidCustomElementName,tryUpgradeElement,enqueueCEUpgradeReaction}=__webpack_require__(91984),idlUtils=__webpack_require__(65554),IDLFunction=__webpack_require__(13787),HTMLUnknownElement=__webpack_require__(82116),LIFECYCLE_CALLBACKS=["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"];function convertToSequenceDOMString(obj){ |
| /*ThouShaltNotCache*/ |
| if(!obj||!obj[Symbol.iterator])throw new TypeError("Invalid Sequence");return Array.from(obj,webIDLConversions.DOMString)}module.exports={implementation:class{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._customElementDefinitions=[],this._elementDefinitionIsRunning=!1,this._whenDefinedPromiseMap=Object.create(null),this._globalObject=globalObject}define(name,constructor,options){ |
| /*ThouShaltNotCache*/ |
| const{_globalObject}=this,ctor=constructor.objectReference;if(!function(value){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof value)return!1;try{return new new Proxy(value,{construct:()=>({})}),!0}catch{return!1}}(ctor))throw new TypeError("Constructor argument is not a constructor.");if(!isValidCustomElementName(name))throw DOMException.create(_globalObject,["Name argument is not a valid custom element name.","SyntaxError"]);if(this._customElementDefinitions.some(entry=>entry.name===name))throw DOMException.create(_globalObject,["This name has already been registered in the registry.","NotSupportedError"]);if(this._customElementDefinitions.some(entry=>entry.objectReference===ctor))throw DOMException.create(_globalObject,["This constructor has already been registered in the registry.","NotSupportedError"]);let localName=name,extendsOption=null;if(void 0!==options&&options.extends&&(extendsOption=options.extends),null!==extendsOption){if(isValidCustomElementName(extendsOption))throw DOMException.create(_globalObject,["Option extends value can't be a valid custom element name.","NotSupportedError"]);if(getHTMLElementInterface(extendsOption)===HTMLUnknownElement)throw DOMException.create(_globalObject,[`${extendsOption} is an HTMLUnknownElement.`,"NotSupportedError"]);localName=extendsOption}if(this._elementDefinitionIsRunning)throw DOMException.create(_globalObject,["Invalid nested custom element definition.","NotSupportedError"]);this._elementDefinitionIsRunning=!0;let disableInternals=!1,disableShadow=!1,observedAttributes=[],formAssociated=!1;const lifecycleCallbacks={connectedCallback:null,disconnectedCallback:null,adoptedCallback:null,attributeChangedCallback:null};let caughtError;try{const{prototype}=ctor;if("object"!=typeof prototype)throw new TypeError("Invalid constructor prototype.");for(const callbackName of LIFECYCLE_CALLBACKS){const callbackValue=prototype[callbackName];void 0!==callbackValue&&(lifecycleCallbacks[callbackName]=IDLFunction.convert(_globalObject,callbackValue,{context:`The lifecycle callback "${callbackName}"`}))}if(null!==lifecycleCallbacks.attributeChangedCallback){const observedAttributesIterable=ctor.observedAttributes;void 0!==observedAttributesIterable&&(observedAttributes=convertToSequenceDOMString(observedAttributesIterable))}let disabledFeatures=[];const disabledFeaturesIterable=ctor.disabledFeatures;disabledFeaturesIterable&&(disabledFeatures=convertToSequenceDOMString(disabledFeaturesIterable));const formAssociatedValue=ctor.formAssociated;disableInternals=disabledFeatures.includes("internals"),disableShadow=disabledFeatures.includes("shadow"),formAssociated=webIDLConversions.boolean(formAssociatedValue)}catch(err){caughtError=err}finally{this._elementDefinitionIsRunning=!1}if(void 0!==caughtError)throw caughtError;const definition={name,localName,constructor,objectReference:ctor,formAssociated,observedAttributes,lifecycleCallbacks,disableShadow,disableInternals,constructionStack:[]};this._customElementDefinitions.push(definition);const document=idlUtils.implForWrapper(this._globalObject._document),upgradeCandidates=[];for(const candidate of shadowIncludingInclusiveDescendantsIterator(document))candidate._namespaceURI!==HTML_NS||candidate._localName!==localName||null!==extendsOption&&candidate._isValue!==name||upgradeCandidates.push(candidate);for(const upgradeCandidate of upgradeCandidates)enqueueCEUpgradeReaction(upgradeCandidate,definition);void 0!==this._whenDefinedPromiseMap[name]&&(this._whenDefinedPromiseMap[name].resolve(ctor),delete this._whenDefinedPromiseMap[name])}get(name){ |
| /*ThouShaltNotCache*/ |
| const definition=this._customElementDefinitions.find(entry=>entry.name===name);return definition&&definition.objectReference}whenDefined(name){ |
| /*ThouShaltNotCache*/ |
| if(!isValidCustomElementName(name))return Promise.reject(DOMException.create(this._globalObject,["Name argument is not a valid custom element name.","SyntaxError"]));const alreadyRegistered=this._customElementDefinitions.find(entry=>entry.name===name);if(alreadyRegistered)return Promise.resolve(alreadyRegistered.objectReference);if(void 0===this._whenDefinedPromiseMap[name]){let resolve;const promise=new Promise(r=>{ |
| /*ThouShaltNotCache*/ |
| resolve=r});this._whenDefinedPromiseMap[name]={promise,resolve}}return this._whenDefinedPromiseMap[name].promise}upgrade(root){ |
| /*ThouShaltNotCache*/ |
| for(const candidate of shadowIncludingInclusiveDescendantsIterator(root))candidate.nodeType===NODE_TYPE.ELEMENT_NODE&&tryUpgradeElement(candidate)}}}},46205:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventInit=(__webpack_require__(65554),__webpack_require__(75633));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="code";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned short"](value,{context:context+" has member 'code' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="reason";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.USVString(value,{context:context+" has member 'reason' that",globals:globalObject}),ret[key]=value):ret[key]=""}{const key="wasClean";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'wasClean' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},46220:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLDataListElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLDataListElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLDataListElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLDataListElement",new.target)}get options(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get options' called on an object that is not a valid instance of HTMLDataListElement.");return utils.getSameObject(this,"options",()=>utils.tryWrapperForImpl(esValue[implSymbol].options))}}Object.defineProperties(HTMLDataListElement.prototype,{options:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDataListElement",configurable:!0}}),ctorRegistry.HTMLDataListElement=HTMLDataListElement,Object.defineProperty(globalObject,"HTMLDataListElement",{configurable:!0,writable:!0,value:HTMLDataListElement})};const Impl=__webpack_require__(56311)},46274:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={parse:function(token){for( |
| /*ThouShaltNotCache*/ |
| var index,parentRule,prevScope,name,styleRule,mediaRule,containerRule,supportsRule,importRule,fontFaceRule,keyframesRule,documentRule,hostRule,startingStyleRule,layerBlockRule,character,i=0,state="before-selector",buffer="",valueParenthesisDepth=0,SIGNIFICANT_WHITESPACE={selector:!0,value:!0,"value-parenthesis":!0,atRule:!0,"importRule-begin":!0,importRule:!0,atBlock:!0,containerBlock:!0,conditionBlock:!0,"documentRule-begin":!0,layerBlock:!0},styleSheet=new CSSOM.CSSStyleSheet,currentScope=styleSheet,ancestorRules=[],hasAncestors=!1,priority="",atKeyframesRegExp=/@(-(?:\w+-)+)?keyframes/g,parseError=function(message){ |
| /*ThouShaltNotCache*/ |
| var lines=token.substring(0,i).split("\n"),lineCount=lines.length,charCount=lines.pop().length+1,error=new Error(message+" (line "+lineCount+", char "+charCount+")");throw error.line=lineCount,error.char=charCount,error.styleSheet=styleSheet,error};character=token.charAt(i);i++)switch(character){case" ":case"\t":case"\r":case"\n":case"\f":SIGNIFICANT_WHITESPACE[state]&&(buffer+=character);break;case'"':index=i+1;do{(index=token.indexOf('"',index)+1)||parseError('Unmatched "')}while("\\"===token[index-2]);switch(buffer+=token.slice(i,index),i=index-1,state){case"before-value":state="value";break;case"importRule-begin":state="importRule"}break;case"'":index=i+1;do{(index=token.indexOf("'",index)+1)||parseError("Unmatched '")}while("\\"===token[index-2]);switch(buffer+=token.slice(i,index),i=index-1,state){case"before-value":state="value";break;case"importRule-begin":state="importRule"}break;case"/":"*"===token.charAt(i+1)?(i+=2,-1===(index=token.indexOf("*/",i))?parseError("Missing */"):i=index+1):buffer+=character,"importRule-begin"===state&&(buffer+=" ",state="importRule");break;case"@":if(token.indexOf("@-moz-document",i)===i){state="documentRule-begin",(documentRule=new CSSOM.CSSDocumentRule).__starts=i,i+=13,buffer="";break}if(token.indexOf("@media",i)===i){state="atBlock",(mediaRule=new CSSOM.CSSMediaRule).__starts=i,i+=5,buffer="";break}if(token.indexOf("@container",i)===i){state="containerBlock",(containerRule=new CSSOM.CSSContainerRule).__starts=i,i+=9,buffer="";break}if(token.indexOf("@layer",i)===i){state="layerBlock",(layerBlockRule=new CSSOM.CSSLayerBlockRule).__starts=i,i+=5,buffer="";break}if(token.indexOf("@supports",i)===i){state="conditionBlock",(supportsRule=new CSSOM.CSSSupportsRule).__starts=i,i+=8,buffer="";break}if(token.indexOf("@host",i)===i){state="hostRule-begin",i+=4,(hostRule=new CSSOM.CSSHostRule).__starts=i,buffer="";break}if(token.indexOf("@starting-style",i)===i){state="startingStyleRule-begin",i+=14,(startingStyleRule=new CSSOM.CSSStartingStyleRule).__starts=i,buffer="";break}if(token.indexOf("@import",i)===i){state="importRule-begin",i+=6,buffer+="@import";break}if(token.indexOf("@font-face",i)===i){state="fontFaceRule-begin",i+=9,(fontFaceRule=new CSSOM.CSSFontFaceRule).__starts=i,buffer="";break}atKeyframesRegExp.lastIndex=i;var matchKeyframes=atKeyframesRegExp.exec(token);if(matchKeyframes&&matchKeyframes.index===i){state="keyframesRule-begin",(keyframesRule=new CSSOM.CSSKeyframesRule).__starts=i,keyframesRule._vendorPrefix=matchKeyframes[1],i+=matchKeyframes[0].length-1,buffer="";break}"selector"===state&&(state="atRule"),buffer+=character;break;case"{":"selector"===state||"atRule"===state?(styleRule.selectorText=buffer.trim(),styleRule.style.__starts=i,buffer="",state="before-name"):"atBlock"===state?(mediaRule.media.mediaText=buffer.trim(),parentRule&&ancestorRules.push(parentRule),currentScope=parentRule=mediaRule,mediaRule.parentStyleSheet=styleSheet,buffer="",state="before-selector"):"containerBlock"===state?(containerRule.containerText=buffer.trim(),parentRule&&ancestorRules.push(parentRule),currentScope=parentRule=containerRule,containerRule.parentStyleSheet=styleSheet,buffer="",state="before-selector"):"conditionBlock"===state?(supportsRule.conditionText=buffer.trim(),parentRule&&ancestorRules.push(parentRule),currentScope=parentRule=supportsRule,supportsRule.parentStyleSheet=styleSheet,buffer="",state="before-selector"):"layerBlock"===state?(layerBlockRule.layerNameText=buffer.trim(),parentRule&&ancestorRules.push(parentRule),currentScope=parentRule=layerBlockRule,layerBlockRule.parentStyleSheet=styleSheet,buffer="",state="before-selector"):"hostRule-begin"===state?(parentRule&&ancestorRules.push(parentRule),currentScope=parentRule=hostRule,hostRule.parentStyleSheet=styleSheet,buffer="",state="before-selector"):"startingStyleRule-begin"===state?(parentRule&&ancestorRules.push(parentRule),currentScope=parentRule=startingStyleRule,startingStyleRule.parentStyleSheet=styleSheet,buffer="",state="before-selector"):"fontFaceRule-begin"===state?(parentRule&&(fontFaceRule.parentRule=parentRule),fontFaceRule.parentStyleSheet=styleSheet,styleRule=fontFaceRule,buffer="",state="before-name"):"keyframesRule-begin"===state?(keyframesRule.name=buffer.trim(),parentRule&&(ancestorRules.push(parentRule),keyframesRule.parentRule=parentRule),keyframesRule.parentStyleSheet=styleSheet,currentScope=parentRule=keyframesRule,buffer="",state="keyframeRule-begin"):"keyframeRule-begin"===state?((styleRule=new CSSOM.CSSKeyframeRule).keyText=buffer.trim(),styleRule.__starts=i,buffer="",state="before-name"):"documentRule-begin"===state&&(documentRule.matcher.matcherText=buffer.trim(),parentRule&&(ancestorRules.push(parentRule),documentRule.parentRule=parentRule),currentScope=parentRule=documentRule,documentRule.parentStyleSheet=styleSheet,buffer="",state="before-selector");break;case":":"name"===state?(name=buffer.trim(),buffer="",state="before-value"):buffer+=character;break;case"(":if("value"===state)if("expression"===buffer.trim()){var info=new CSSOM.CSSValueExpression(token,i).parse();info.error?parseError(info.error):(buffer+=info.expression,i=info.idx)}else state="value-parenthesis",valueParenthesisDepth=1,buffer+=character;else"value-parenthesis"===state?(valueParenthesisDepth++,buffer+=character):buffer+=character;break;case")":"value-parenthesis"===state&&0===--valueParenthesisDepth&&(state="value"),buffer+=character;break;case"!":"value"===state&&token.indexOf("!important",i)===i?(priority="important",i+=9):buffer+=character;break;case";":switch(state){case"value":styleRule.style.setProperty(name,buffer.trim(),priority),priority="",buffer="",state="before-name";break;case"atRule":buffer="",state="before-selector";break;case"importRule":(importRule=new CSSOM.CSSImportRule).parentStyleSheet=importRule.styleSheet.parentStyleSheet=styleSheet,importRule.cssText=buffer+character,styleSheet.cssRules.push(importRule),buffer="",state="before-selector";break;default:buffer+=character}break;case"}":switch(state){case"value":styleRule.style.setProperty(name,buffer.trim(),priority),priority="";case"before-name":case"name":styleRule.__ends=i+1,parentRule&&(styleRule.parentRule=parentRule),styleRule.parentStyleSheet=styleSheet,currentScope.cssRules.push(styleRule),buffer="",state=currentScope.constructor===CSSOM.CSSKeyframesRule?"keyframeRule-begin":"before-selector";break;case"keyframeRule-begin":case"before-selector":case"selector":for(parentRule||parseError("Unexpected }"),hasAncestors=ancestorRules.length>0;ancestorRules.length>0;){if("CSSMediaRule"===(parentRule=ancestorRules.pop()).constructor.name||"CSSSupportsRule"===parentRule.constructor.name||"CSSContainerRule"===parentRule.constructor.name||"CSSLayerBlockRule"===parentRule.constructor.name||"CSSStartingStyleRule"===parentRule.constructor.name){prevScope=currentScope,(currentScope=parentRule).cssRules.push(prevScope);break}0===ancestorRules.length&&(hasAncestors=!1)}hasAncestors||(currentScope.__ends=i+1,styleSheet.cssRules.push(currentScope),currentScope=styleSheet,parentRule=null),buffer="",state="before-selector"}break;default:switch(state){case"before-selector":state="selector",(styleRule=new CSSOM.CSSStyleRule).__starts=i;break;case"before-name":state="name";break;case"before-value":state="value";break;case"importRule-begin":state="importRule"}buffer+=character}return styleSheet}};exports.parse=CSSOM.parse,CSSOM.CSSStyleSheet=__webpack_require__(75890).CSSStyleSheet,CSSOM.CSSStyleRule=__webpack_require__(65551).CSSStyleRule,CSSOM.CSSImportRule=__webpack_require__(73685).CSSImportRule,CSSOM.CSSGroupingRule=__webpack_require__(45309).CSSGroupingRule,CSSOM.CSSMediaRule=__webpack_require__(19502).CSSMediaRule,CSSOM.CSSContainerRule=__webpack_require__(38881).CSSContainerRule,CSSOM.CSSConditionRule=__webpack_require__(36799).CSSConditionRule,CSSOM.CSSSupportsRule=__webpack_require__(17388).CSSSupportsRule,CSSOM.CSSFontFaceRule=__webpack_require__(7684).CSSFontFaceRule,CSSOM.CSSHostRule=__webpack_require__(81018).CSSHostRule,CSSOM.CSSStartingStyleRule=__webpack_require__(59075).CSSStartingStyleRule,CSSOM.CSSStyleDeclaration=__webpack_require__(58473).CSSStyleDeclaration,CSSOM.CSSKeyframeRule=__webpack_require__(54940).CSSKeyframeRule,CSSOM.CSSKeyframesRule=__webpack_require__(84495).CSSKeyframesRule,CSSOM.CSSValueExpression=__webpack_require__(48119).CSSValueExpression,CSSOM.CSSDocumentRule=__webpack_require__(81813).CSSDocumentRule,CSSOM.CSSLayerBlockRule=__webpack_require__(61150).CSSLayerBlockRule},46278:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.OpenElementStack=void 0;const html_js_1=__webpack_require__(61265),IMPLICIT_END_TAG_REQUIRED=new Set([html_js_1.TAG_ID.DD,html_js_1.TAG_ID.DT,html_js_1.TAG_ID.LI,html_js_1.TAG_ID.OPTGROUP,html_js_1.TAG_ID.OPTION,html_js_1.TAG_ID.P,html_js_1.TAG_ID.RB,html_js_1.TAG_ID.RP,html_js_1.TAG_ID.RT,html_js_1.TAG_ID.RTC]),IMPLICIT_END_TAG_REQUIRED_THOROUGHLY=new Set([...IMPLICIT_END_TAG_REQUIRED,html_js_1.TAG_ID.CAPTION,html_js_1.TAG_ID.COLGROUP,html_js_1.TAG_ID.TBODY,html_js_1.TAG_ID.TD,html_js_1.TAG_ID.TFOOT,html_js_1.TAG_ID.TH,html_js_1.TAG_ID.THEAD,html_js_1.TAG_ID.TR]),SCOPING_ELEMENTS_HTML=new Set([html_js_1.TAG_ID.APPLET,html_js_1.TAG_ID.CAPTION,html_js_1.TAG_ID.HTML,html_js_1.TAG_ID.MARQUEE,html_js_1.TAG_ID.OBJECT,html_js_1.TAG_ID.TABLE,html_js_1.TAG_ID.TD,html_js_1.TAG_ID.TEMPLATE,html_js_1.TAG_ID.TH]),SCOPING_ELEMENTS_HTML_LIST=new Set([...SCOPING_ELEMENTS_HTML,html_js_1.TAG_ID.OL,html_js_1.TAG_ID.UL]),SCOPING_ELEMENTS_HTML_BUTTON=new Set([...SCOPING_ELEMENTS_HTML,html_js_1.TAG_ID.BUTTON]),SCOPING_ELEMENTS_MATHML=new Set([html_js_1.TAG_ID.ANNOTATION_XML,html_js_1.TAG_ID.MI,html_js_1.TAG_ID.MN,html_js_1.TAG_ID.MO,html_js_1.TAG_ID.MS,html_js_1.TAG_ID.MTEXT]),SCOPING_ELEMENTS_SVG=new Set([html_js_1.TAG_ID.DESC,html_js_1.TAG_ID.FOREIGN_OBJECT,html_js_1.TAG_ID.TITLE]),TABLE_ROW_CONTEXT=new Set([html_js_1.TAG_ID.TR,html_js_1.TAG_ID.TEMPLATE,html_js_1.TAG_ID.HTML]),TABLE_BODY_CONTEXT=new Set([html_js_1.TAG_ID.TBODY,html_js_1.TAG_ID.TFOOT,html_js_1.TAG_ID.THEAD,html_js_1.TAG_ID.TEMPLATE,html_js_1.TAG_ID.HTML]),TABLE_CONTEXT=new Set([html_js_1.TAG_ID.TABLE,html_js_1.TAG_ID.TEMPLATE,html_js_1.TAG_ID.HTML]),TABLE_CELLS=new Set([html_js_1.TAG_ID.TD,html_js_1.TAG_ID.TH]);exports.OpenElementStack=class{get currentTmplContentOrNode(){ |
| /*ThouShaltNotCache*/ |
| return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(document,treeAdapter,handler){ |
| /*ThouShaltNotCache*/ |
| this.treeAdapter=treeAdapter,this.handler=handler,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=html_js_1.TAG_ID.UNKNOWN,this.current=document}_indexOf(element){ |
| /*ThouShaltNotCache*/ |
| return this.items.lastIndexOf(element,this.stackTop)}_isInTemplate(){ |
| /*ThouShaltNotCache*/ |
| return this.currentTagId===html_js_1.TAG_ID.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===html_js_1.NS.HTML}_updateCurrentElement(){ |
| /*ThouShaltNotCache*/ |
| this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(element,tagID){ |
| /*ThouShaltNotCache*/ |
| this.stackTop++,this.items[this.stackTop]=element,this.current=element,this.tagIDs[this.stackTop]=tagID,this.currentTagId=tagID,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(element,tagID,!0)}pop(){ |
| /*ThouShaltNotCache*/ |
| const popped=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(popped,!0)}replace(oldElement,newElement){ |
| /*ThouShaltNotCache*/ |
| const idx=this._indexOf(oldElement);this.items[idx]=newElement,idx===this.stackTop&&(this.current=newElement)}insertAfter(referenceElement,newElement,newElementID){ |
| /*ThouShaltNotCache*/ |
| const insertionIdx=this._indexOf(referenceElement)+1;this.items.splice(insertionIdx,0,newElement),this.tagIDs.splice(insertionIdx,0,newElementID),this.stackTop++,insertionIdx===this.stackTop&&this._updateCurrentElement(),this.current&&void 0!==this.currentTagId&&this.handler.onItemPush(this.current,this.currentTagId,insertionIdx===this.stackTop)}popUntilTagNamePopped(tagName){ |
| /*ThouShaltNotCache*/ |
| let targetIdx=this.stackTop+1;do{targetIdx=this.tagIDs.lastIndexOf(tagName,targetIdx-1)}while(targetIdx>0&&this.treeAdapter.getNamespaceURI(this.items[targetIdx])!==html_js_1.NS.HTML);this.shortenToLength(Math.max(targetIdx,0))}shortenToLength(idx){ |
| /*ThouShaltNotCache*/ |
| for(;this.stackTop>=idx;){const popped=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(popped,this.stackTop<idx)}}popUntilElementPopped(element){ |
| /*ThouShaltNotCache*/ |
| const idx=this._indexOf(element);this.shortenToLength(Math.max(idx,0))}popUntilPopped(tagNames,targetNS){ |
| /*ThouShaltNotCache*/ |
| const idx=this._indexOfTagNames(tagNames,targetNS);this.shortenToLength(Math.max(idx,0))}popUntilNumberedHeaderPopped(){ |
| /*ThouShaltNotCache*/ |
| this.popUntilPopped(html_js_1.NUMBERED_HEADERS,html_js_1.NS.HTML)}popUntilTableCellPopped(){ |
| /*ThouShaltNotCache*/ |
| this.popUntilPopped(TABLE_CELLS,html_js_1.NS.HTML)}popAllUpToHtmlElement(){ |
| /*ThouShaltNotCache*/ |
| this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(tagNames,namespace){ |
| /*ThouShaltNotCache*/ |
| for(let i=this.stackTop;i>=0;i--)if(tagNames.has(this.tagIDs[i])&&this.treeAdapter.getNamespaceURI(this.items[i])===namespace)return i;return-1}clearBackTo(tagNames,targetNS){ |
| /*ThouShaltNotCache*/ |
| const idx=this._indexOfTagNames(tagNames,targetNS);this.shortenToLength(idx+1)}clearBackToTableContext(){ |
| /*ThouShaltNotCache*/ |
| this.clearBackTo(TABLE_CONTEXT,html_js_1.NS.HTML)}clearBackToTableBodyContext(){ |
| /*ThouShaltNotCache*/ |
| this.clearBackTo(TABLE_BODY_CONTEXT,html_js_1.NS.HTML)}clearBackToTableRowContext(){ |
| /*ThouShaltNotCache*/ |
| this.clearBackTo(TABLE_ROW_CONTEXT,html_js_1.NS.HTML)}remove(element){ |
| /*ThouShaltNotCache*/ |
| const idx=this._indexOf(element);idx>=0&&(idx===this.stackTop?this.pop():(this.items.splice(idx,1),this.tagIDs.splice(idx,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(element,!1)))}tryPeekProperlyNestedBodyElement(){ |
| /*ThouShaltNotCache*/ |
| return this.stackTop>=1&&this.tagIDs[1]===html_js_1.TAG_ID.BODY?this.items[1]:null}contains(element){ |
| /*ThouShaltNotCache*/ |
| return this._indexOf(element)>-1}getCommonAncestor(element){ |
| /*ThouShaltNotCache*/ |
| const elementIdx=this._indexOf(element)-1;return elementIdx>=0?this.items[elementIdx]:null}isRootHtmlElementCurrent(){ |
| /*ThouShaltNotCache*/ |
| return 0===this.stackTop&&this.tagIDs[0]===html_js_1.TAG_ID.HTML}hasInDynamicScope(tagName,htmlScope){ |
| /*ThouShaltNotCache*/ |
| for(let i=this.stackTop;i>=0;i--){const tn=this.tagIDs[i];switch(this.treeAdapter.getNamespaceURI(this.items[i])){case html_js_1.NS.HTML:if(tn===tagName)return!0;if(htmlScope.has(tn))return!1;break;case html_js_1.NS.SVG:if(SCOPING_ELEMENTS_SVG.has(tn))return!1;break;case html_js_1.NS.MATHML:if(SCOPING_ELEMENTS_MATHML.has(tn))return!1}}return!0}hasInScope(tagName){ |
| /*ThouShaltNotCache*/ |
| return this.hasInDynamicScope(tagName,SCOPING_ELEMENTS_HTML)}hasInListItemScope(tagName){ |
| /*ThouShaltNotCache*/ |
| return this.hasInDynamicScope(tagName,SCOPING_ELEMENTS_HTML_LIST)}hasInButtonScope(tagName){ |
| /*ThouShaltNotCache*/ |
| return this.hasInDynamicScope(tagName,SCOPING_ELEMENTS_HTML_BUTTON)}hasNumberedHeaderInScope(){ |
| /*ThouShaltNotCache*/ |
| for(let i=this.stackTop;i>=0;i--){const tn=this.tagIDs[i];switch(this.treeAdapter.getNamespaceURI(this.items[i])){case html_js_1.NS.HTML:if(html_js_1.NUMBERED_HEADERS.has(tn))return!0;if(SCOPING_ELEMENTS_HTML.has(tn))return!1;break;case html_js_1.NS.SVG:if(SCOPING_ELEMENTS_SVG.has(tn))return!1;break;case html_js_1.NS.MATHML:if(SCOPING_ELEMENTS_MATHML.has(tn))return!1}}return!0}hasInTableScope(tagName){ |
| /*ThouShaltNotCache*/ |
| for(let i=this.stackTop;i>=0;i--)if(this.treeAdapter.getNamespaceURI(this.items[i])===html_js_1.NS.HTML)switch(this.tagIDs[i]){case tagName:return!0;case html_js_1.TAG_ID.TABLE:case html_js_1.TAG_ID.HTML:return!1}return!0}hasTableBodyContextInTableScope(){ |
| /*ThouShaltNotCache*/ |
| for(let i=this.stackTop;i>=0;i--)if(this.treeAdapter.getNamespaceURI(this.items[i])===html_js_1.NS.HTML)switch(this.tagIDs[i]){case html_js_1.TAG_ID.TBODY:case html_js_1.TAG_ID.THEAD:case html_js_1.TAG_ID.TFOOT:return!0;case html_js_1.TAG_ID.TABLE:case html_js_1.TAG_ID.HTML:return!1}return!0}hasInSelectScope(tagName){ |
| /*ThouShaltNotCache*/ |
| for(let i=this.stackTop;i>=0;i--)if(this.treeAdapter.getNamespaceURI(this.items[i])===html_js_1.NS.HTML)switch(this.tagIDs[i]){case tagName:return!0;case html_js_1.TAG_ID.OPTION:case html_js_1.TAG_ID.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){ |
| /*ThouShaltNotCache*/ |
| for(;void 0!==this.currentTagId&&IMPLICIT_END_TAG_REQUIRED.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){ |
| /*ThouShaltNotCache*/ |
| for(;void 0!==this.currentTagId&&IMPLICIT_END_TAG_REQUIRED_THOROUGHLY.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(exclusionId){ |
| /*ThouShaltNotCache*/ |
| for(;void 0!==this.currentTagId&&this.currentTagId!==exclusionId&&IMPLICIT_END_TAG_REQUIRED_THOROUGHLY.has(this.currentTagId);)this.pop()}}},46369:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGGraphicsElement=__webpack_require__(27410);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGDefsElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGDefsElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGGraphicsElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGDefsElement extends globalObject.SVGGraphicsElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(SVGDefsElement.prototype,{[Symbol.toStringTag]:{value:"SVGDefsElement",configurable:!0}}),ctorRegistry.SVGDefsElement=SVGDefsElement,Object.defineProperty(globalObject,"SVGDefsElement",{configurable:!0,writable:!0,value:SVGDefsElement})};const Impl=__webpack_require__(33244)},46400:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const MIMEType=__webpack_require__(75009),whatwgEncoding=__webpack_require__(82881),{parseURL,serializeURL}=__webpack_require__(88499),sniffHTMLEncoding=__webpack_require__(29597),window=__webpack_require__(23842),HTMLElementImpl=__webpack_require__(52723).implementation,{evaluateJavaScriptURL}=__webpack_require__(4150),{parseIntoDocument}=__webpack_require__(6954),{fireAnEvent}=__webpack_require__(97130),{getAttributeValue}=__webpack_require__(91828),idlUtils=__webpack_require__(65554);function fireLoadEvent(document,frame,attaching){ |
| /*ThouShaltNotCache*/ |
| if(attaching)return void fireAnEvent("load",frame);const dummyPromise=Promise.resolve();document._queue.push(dummyPromise,function(){ |
| /*ThouShaltNotCache*/ |
| fireAnEvent("load",frame)})}function loadFrame(frame,attaching){ |
| /*ThouShaltNotCache*/ |
| frame._contentDocument&&(frame._contentDocument._defaultView?frame._contentDocument._defaultView.close():delete frame._contentDocument);const parentDoc=frame._ownerDocument;let url;const srcAttribute=getAttributeValue(frame,"src");url=""===srcAttribute?parseURL("about:blank"):parseURL(srcAttribute,{baseURL:parentDoc.baseURL()||void 0})||parseURL("about:blank");const serializedURL=serializeURL(url),wnd=window.createWindow({parsingMode:"html",url:"javascript"===url.scheme?parentDoc.URL:serializedURL,parentOrigin:parentDoc._origin,resourceLoader:parentDoc._defaultView._resourceLoader,referrer:parentDoc.URL,cookieJar:parentDoc._cookieJar,pool:parentDoc._pool,encoding:parentDoc._encoding,runScripts:parentDoc._defaultView._runScripts,commonForOrigin:parentDoc._defaultView._commonForOrigin,pretendToBeVisual:parentDoc._defaultView._pretendToBeVisual}),contentDoc=frame._contentDocument=idlUtils.implForWrapper(wnd._document),parent=parentDoc._defaultView,contentWindow=contentDoc._defaultView;contentWindow._parent=parent,contentWindow._top=parent.top,contentWindow._frameElement=frame,contentWindow._virtualConsole=parent._virtualConsole,parentDoc._origin===contentDoc._origin&&contentWindow._currentOriginData.windowsInSameOrigin.push(contentWindow);const noQueue=function(frame,attaching){ |
| /*ThouShaltNotCache*/ |
| return!!attaching&&0===Object.keys(frame._eventListeners).length}(frame,attaching);if("about:blank"===serializedURL)parseIntoDocument("<html><head></head><body></body></html>",contentDoc),contentDoc.close(noQueue),noQueue?fireLoadEvent(parentDoc,frame,noQueue):contentDoc.addEventListener("load",()=>{ |
| /*ThouShaltNotCache*/ |
| fireLoadEvent(parentDoc,frame)});else if("javascript"===url.scheme){parseIntoDocument("<html><head></head><body></body></html>",contentDoc),contentDoc.close(noQueue);const result=evaluateJavaScriptURL(contentWindow,url);"string"==typeof result&&(contentDoc.body.textContent=result),noQueue?fireLoadEvent(parentDoc,frame,noQueue):contentDoc.addEventListener("load",()=>{ |
| /*ThouShaltNotCache*/ |
| fireLoadEvent(parentDoc,frame)})}else!function(serializedURL,frame,document,contentDoc){ |
| /*ThouShaltNotCache*/ |
| const resourceLoader=document._resourceLoader;let request;request=resourceLoader.fetch(serializedURL,{element:frame,onLoad:function(data){ |
| /*ThouShaltNotCache*/ |
| const sniffOptions={defaultEncoding:document._encoding};if(request.response){const contentType=MIMEType.parse(request.response.headers["content-type"])||new MIMEType("text/plain");sniffOptions.transportLayerEncodingLabel=contentType.parameters.get("charset"),contentType&&(contentType.isXML()&&(contentDoc._parsingMode="xml"),contentDoc.contentType=contentType.essence)}const encoding=sniffHTMLEncoding(data,sniffOptions);contentDoc._encoding=encoding;const html=whatwgEncoding.decode(data,contentDoc._encoding);try{parseIntoDocument(html,contentDoc)}catch(error){const{DOMException}=contentDoc._globalObject;if("DOMException"!==error.constructor.name||error.code!==DOMException.SYNTAX_ERR||"xml"!==contentDoc._parsingMode)throw error;{const element=contentDoc.createElementNS("http://www.mozilla.org/newlayout/xml/parsererror.xml","parsererror");for(element.textContent=error.message;contentDoc.childNodes.length>0;)contentDoc.removeChild(contentDoc.lastChild);contentDoc.appendChild(element)}}return contentDoc.close(),new Promise((resolve,reject)=>{ |
| /*ThouShaltNotCache*/ |
| contentDoc.addEventListener("load",resolve),contentDoc.addEventListener("error",reject)})}})}(serializedURL,frame,parentDoc,contentDoc)}function refreshAccessors(document){ |
| /*ThouShaltNotCache*/ |
| const{_defaultView}=document;if(!_defaultView)return;const frames=document.querySelectorAll("iframe,frame");for(let i=0;i<_defaultView._length;++i)delete _defaultView[i];_defaultView._length=frames.length;for(let i=0;i<frames.length;++i){const frame=frames.item(i);Object.defineProperty(_defaultView,i,{configurable:!0,enumerable:!0,get:()=>frame.contentWindow})}}module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._contentDocument=null}_attrModified(name,value,oldVal){ |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldVal),"src"===name&&this._attached&&this._ownerDocument._defaultView&&loadFrame(this)}_detach(){ |
| /*ThouShaltNotCache*/ |
| super._detach(),this.contentWindow&&this.contentWindow.close(),refreshAccessors(this._ownerDocument)}_attach(){ |
| /*ThouShaltNotCache*/ |
| super._attach(),this._ownerDocument._defaultView&&loadFrame(this,!0),refreshAccessors(this._ownerDocument)}get contentDocument(){ |
| /*ThouShaltNotCache*/ |
| return this._contentDocument}get contentWindow(){ |
| /*ThouShaltNotCache*/ |
| return this.contentDocument?this.contentDocument._defaultView:null}}}},46411:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].PluginArray.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'PluginArray'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class PluginArray{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}refresh(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'refresh' called on an object that is not a valid instance of PluginArray.");return esValue[implSymbol].refresh()}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of PluginArray.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'PluginArray': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'PluginArray': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].item(...args)}namedItem(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'namedItem' called on an object that is not a valid instance of PluginArray.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'namedItem' on 'PluginArray': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'namedItem' on 'PluginArray': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].namedItem(...args)}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of PluginArray.");return esValue[implSymbol].length}}Object.defineProperties(PluginArray.prototype,{refresh:{enumerable:!0},item:{enumerable:!0},namedItem:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"PluginArray",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.PluginArray=PluginArray,Object.defineProperty(globalObject,"PluginArray",{configurable:!0,writable:!0,value:PluginArray})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(88198)},46751:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EndingType=(__webpack_require__(65554),__webpack_require__(44476));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="endings";let value=null==obj?void 0:obj[key];void 0!==value?(value=EndingType.convert(globalObject,value,{context:context+" has member 'endings' that"}),ret[key]=value):ret[key]="transparent"}{const key="type";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.DOMString(value,{context:context+" has member 'type' that",globals:globalObject}),ret[key]=value):ret[key]=""}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},46937:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLOListElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLOListElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLOListElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLOListElement",new.target)}get reversed(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get reversed' called on an object that is not a valid instance of HTMLOListElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("reversed")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set reversed(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set reversed' called on an object that is not a valid instance of HTMLOListElement.");V=conversions.boolean(V,{context:"Failed to set the 'reversed' property on 'HTMLOListElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("reversed",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("reversed")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get start(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get start' called on an object that is not a valid instance of HTMLOListElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].start}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set start(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set start' called on an object that is not a valid instance of HTMLOListElement.");V=conversions.long(V,{context:"Failed to set the 'start' property on 'HTMLOListElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].start=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLOListElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLOListElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLOListElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get compact(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get compact' called on an object that is not a valid instance of HTMLOListElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set compact(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set compact' called on an object that is not a valid instance of HTMLOListElement.");V=conversions.boolean(V,{context:"Failed to set the 'compact' property on 'HTMLOListElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("compact",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLOListElement.prototype,{reversed:{enumerable:!0},start:{enumerable:!0},type:{enumerable:!0},compact:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOListElement",configurable:!0}}),ctorRegistry.HTMLOListElement=HTMLOListElement,Object.defineProperty(globalObject,"HTMLOListElement",{configurable:!0,writable:!0,value:HTMLOListElement})};const Impl=__webpack_require__(4556)},47485:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLFrameElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLFrameElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLFrameElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLFrameElement",new.target)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get scrolling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scrolling' called on an object that is not a valid instance of HTMLFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("scrolling");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set scrolling(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set scrolling' called on an object that is not a valid instance of HTMLFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'scrolling' property on 'HTMLFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("scrolling",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLFrameElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get frameBorder(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get frameBorder' called on an object that is not a valid instance of HTMLFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("frameborder");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set frameBorder(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set frameBorder' called on an object that is not a valid instance of HTMLFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'frameBorder' property on 'HTMLFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("frameborder",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get longDesc(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get longDesc' called on an object that is not a valid instance of HTMLFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("longdesc");if(null===value)return"";if(this._longdescURLCacheKey===value)return this._longdescURLCache;this._longdescURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._longdescURLCache=serializeURLwhatwg_url(urlRecord),this._longdescURLCache):(this._longdescURLCache=conversions.USVString(value),this._longdescURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set longDesc(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set longDesc' called on an object that is not a valid instance of HTMLFrameElement.");V=conversions.USVString(V,{context:"Failed to set the 'longDesc' property on 'HTMLFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("longdesc",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get noResize(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get noResize' called on an object that is not a valid instance of HTMLFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("noresize")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set noResize(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set noResize' called on an object that is not a valid instance of HTMLFrameElement.");V=conversions.boolean(V,{context:"Failed to set the 'noResize' property on 'HTMLFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("noresize",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("noresize")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get contentDocument(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get contentDocument' called on an object that is not a valid instance of HTMLFrameElement.");return utils.tryWrapperForImpl(esValue[implSymbol].contentDocument)}get contentWindow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get contentWindow' called on an object that is not a valid instance of HTMLFrameElement.");return utils.tryWrapperForImpl(esValue[implSymbol].contentWindow)}get marginHeight(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get marginHeight' called on an object that is not a valid instance of HTMLFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("marginheight");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set marginHeight(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set marginHeight' called on an object that is not a valid instance of HTMLFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'marginHeight' property on 'HTMLFrameElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("marginheight",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get marginWidth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get marginWidth' called on an object that is not a valid instance of HTMLFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("marginwidth");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set marginWidth(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set marginWidth' called on an object that is not a valid instance of HTMLFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'marginWidth' property on 'HTMLFrameElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("marginwidth",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLFrameElement.prototype,{name:{enumerable:!0},scrolling:{enumerable:!0},src:{enumerable:!0},frameBorder:{enumerable:!0},longDesc:{enumerable:!0},noResize:{enumerable:!0},contentDocument:{enumerable:!0},contentWindow:{enumerable:!0},marginHeight:{enumerable:!0},marginWidth:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFrameElement",configurable:!0}}),ctorRegistry.HTMLFrameElement=HTMLFrameElement,Object.defineProperty(globalObject,"HTMLFrameElement",{configurable:!0,writable:!0,value:HTMLFrameElement})};const Impl=__webpack_require__(46400)},47487:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].NodeList.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'NodeList'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class NodeList{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of NodeList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'NodeList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'NodeList': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].item(...args))}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of NodeList.");return esValue[implSymbol].length}}Object.defineProperties(NodeList.prototype,{item:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"NodeList",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0},keys:{value:globalObject.Array.prototype.keys,configurable:!0,enumerable:!0,writable:!0},values:{value:globalObject.Array.prototype.values,configurable:!0,enumerable:!0,writable:!0},entries:{value:globalObject.Array.prototype.entries,configurable:!0,enumerable:!0,writable:!0},forEach:{value:globalObject.Array.prototype.forEach,configurable:!0,enumerable:!0,writable:!0}}),ctorRegistry.NodeList=NodeList,Object.defineProperty(globalObject,"NodeList",{configurable:!0,writable:!0,value:NodeList})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(68918)},47572:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isConforming=function(token){ |
| /*ThouShaltNotCache*/ |
| return token.name===VALID_DOCTYPE_NAME&&null===token.publicId&&(null===token.systemId||token.systemId===VALID_SYSTEM_ID)},exports.getDocumentMode=function(token){ |
| /*ThouShaltNotCache*/ |
| if(token.name!==VALID_DOCTYPE_NAME)return html_js_1.DOCUMENT_MODE.QUIRKS;const{systemId}=token;if(systemId&&systemId.toLowerCase()===QUIRKS_MODE_SYSTEM_ID)return html_js_1.DOCUMENT_MODE.QUIRKS;let{publicId}=token;if(null!==publicId){if(publicId=publicId.toLowerCase(),QUIRKS_MODE_PUBLIC_IDS.has(publicId))return html_js_1.DOCUMENT_MODE.QUIRKS;let prefixes=null===systemId?QUIRKS_MODE_NO_SYSTEM_ID_PUBLIC_ID_PREFIXES:QUIRKS_MODE_PUBLIC_ID_PREFIXES;if(hasPrefix(publicId,prefixes))return html_js_1.DOCUMENT_MODE.QUIRKS;if(prefixes=null===systemId?LIMITED_QUIRKS_PUBLIC_ID_PREFIXES:LIMITED_QUIRKS_WITH_SYSTEM_ID_PUBLIC_ID_PREFIXES,hasPrefix(publicId,prefixes))return html_js_1.DOCUMENT_MODE.LIMITED_QUIRKS}return html_js_1.DOCUMENT_MODE.NO_QUIRKS};const html_js_1=__webpack_require__(61265),VALID_DOCTYPE_NAME="html",VALID_SYSTEM_ID="about:legacy-compat",QUIRKS_MODE_SYSTEM_ID="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",QUIRKS_MODE_PUBLIC_ID_PREFIXES=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],QUIRKS_MODE_NO_SYSTEM_ID_PUBLIC_ID_PREFIXES=[...QUIRKS_MODE_PUBLIC_ID_PREFIXES,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],QUIRKS_MODE_PUBLIC_IDS=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),LIMITED_QUIRKS_PUBLIC_ID_PREFIXES=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],LIMITED_QUIRKS_WITH_SYSTEM_ID_PUBLIC_ID_PREFIXES=[...LIMITED_QUIRKS_PUBLIC_ID_PREFIXES,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function hasPrefix(publicId,prefixes){ |
| /*ThouShaltNotCache*/ |
| return prefixes.some(prefix=>publicId.startsWith(prefix))}},47604:module=>{"use strict";module.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},47691:()=>{},47766:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),NodeList=__webpack_require__(47487),HTMLCollection=__webpack_require__(16606),{addNwsapi}=__webpack_require__(1709),{domSymbolTree}=__webpack_require__(35442),NODE_TYPE=__webpack_require__(53010),{convertNodesIntoNode}=__webpack_require__(45121);function shouldAlwaysSelectNothing(elImpl){ |
| /*ThouShaltNotCache*/ |
| return elImpl===elImpl._ownerDocument&&!elImpl.documentElement}module.exports={implementation:class{get children(){ |
| /*ThouShaltNotCache*/ |
| return this._childrenList?this._childrenList._update():this._childrenList=HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>domSymbolTree.childrenToArray(this,{filter:node=>node.nodeType===NODE_TYPE.ELEMENT_NODE})}),this._childrenList}get firstElementChild(){ |
| /*ThouShaltNotCache*/ |
| for(const child of domSymbolTree.childrenIterator(this))if(child.nodeType===NODE_TYPE.ELEMENT_NODE)return child;return null}get lastElementChild(){ |
| /*ThouShaltNotCache*/ |
| for(const child of domSymbolTree.childrenIterator(this,{reverse:!0}))if(child.nodeType===NODE_TYPE.ELEMENT_NODE)return child;return null}get childElementCount(){ |
| /*ThouShaltNotCache*/ |
| return this.children.length}prepend(...nodes){ |
| /*ThouShaltNotCache*/ |
| this._preInsert(convertNodesIntoNode(this._ownerDocument,nodes),this.firstChild)}append(...nodes){ |
| /*ThouShaltNotCache*/ |
| this._append(convertNodesIntoNode(this._ownerDocument,nodes))}replaceChildren(...nodes){ |
| /*ThouShaltNotCache*/ |
| const node=convertNodesIntoNode(this._ownerDocument,nodes);this._preInsertValidity(node,null),this._replaceAll(node)}querySelector(selectors){ |
| /*ThouShaltNotCache*/ |
| if(shouldAlwaysSelectNothing(this))return null;const matcher=addNwsapi(this);return idlUtils.implForWrapper(matcher.first(selectors,idlUtils.wrapperForImpl(this)))}querySelectorAll(selectors){ |
| /*ThouShaltNotCache*/ |
| if(shouldAlwaysSelectNothing(this))return NodeList.createImpl(this._globalObject,[],{nodes:[]});const list=addNwsapi(this).select(selectors,idlUtils.wrapperForImpl(this));return NodeList.createImpl(this._globalObject,[],{nodes:list.map(n=>idlUtils.tryImplForWrapper(n))})}}}},47770:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),{getLabelsForLabelable}=__webpack_require__(28888);module.exports={implementation:class{constructor(globalObject,args,{targetElement}){ |
| /*ThouShaltNotCache*/ |
| this._targetElement=targetElement}get shadowRoot(){ |
| /*ThouShaltNotCache*/ |
| const shadow=this._targetElement._shadowRoot;return shadow&&shadow._availableToElementInternals?shadow:null}get labels(){ |
| /*ThouShaltNotCache*/ |
| if(!this._targetElement._ceDefinition.formAssociated)throw DOMException.create(this._targetElement._globalObject,["Accesing an ElementInternal's labels property is only supported for form-associated custom elements","NotSupportedError"]);return getLabelsForLabelable(this._targetElement)}_reflectGetTheElement(){ |
| /*ThouShaltNotCache*/ |
| return this._targetElement}_reflectGetTheContentAttribute(reflectedContentAttributeName){ |
| /*ThouShaltNotCache*/ |
| return this._targetElement._internalContentAttributeMap.get(reflectedContentAttributeName)??null}_reflectSetTheContentAttribute(reflectedContentAttributeName,value){ |
| /*ThouShaltNotCache*/ |
| this._targetElement._internalContentAttributeMap.set(reflectedContentAttributeName,value)}_reflectDeleteTheContentAttribute(reflectedContentAttributeName){ |
| /*ThouShaltNotCache*/ |
| this._targetElement._internalContentAttributeMap.delete(reflectedContentAttributeName)}}}},47791:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].AbstractRange.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'AbstractRange'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class AbstractRange{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get startContainer(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get startContainer' called on an object that is not a valid instance of AbstractRange.");return utils.tryWrapperForImpl(esValue[implSymbol].startContainer)}get startOffset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get startOffset' called on an object that is not a valid instance of AbstractRange.");return esValue[implSymbol].startOffset}get endContainer(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get endContainer' called on an object that is not a valid instance of AbstractRange.");return utils.tryWrapperForImpl(esValue[implSymbol].endContainer)}get endOffset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get endOffset' called on an object that is not a valid instance of AbstractRange.");return esValue[implSymbol].endOffset}get collapsed(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get collapsed' called on an object that is not a valid instance of AbstractRange.");return esValue[implSymbol].collapsed}}Object.defineProperties(AbstractRange.prototype,{startContainer:{enumerable:!0},startOffset:{enumerable:!0},endContainer:{enumerable:!0},endOffset:{enumerable:!0},collapsed:{enumerable:!0},[Symbol.toStringTag]:{value:"AbstractRange",configurable:!0}}),ctorRegistry.AbstractRange=AbstractRange,Object.defineProperty(globalObject,"AbstractRange",{configurable:!0,writable:!0,value:AbstractRange})};const Impl=__webpack_require__(59023)},47903:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,DefaultConstraintValidationImpl=__webpack_require__(11549).D,{mixin}=__webpack_require__(7586),{isDisabled,formOwner,getLabelsForLabelable}=__webpack_require__(28888),{asciiLowercase}=__webpack_require__(8337);class HTMLButtonElementImpl extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._customValidityErrorMessage="",this._labels=null,this._hasActivationBehavior=!0}_activationBehavior(){ |
| /*ThouShaltNotCache*/ |
| const{form}=this;form&&!isDisabled(this)&&("submit"===this.type&&form._doRequestSubmit(this),"reset"===this.type&&form._doReset())}_getValue(){ |
| /*ThouShaltNotCache*/ |
| const valueAttr=this.getAttributeNS(null,"value");return null===valueAttr?"":valueAttr}get labels(){ |
| /*ThouShaltNotCache*/ |
| return getLabelsForLabelable(this)}get form(){ |
| /*ThouShaltNotCache*/ |
| return formOwner(this)}get type(){ |
| /*ThouShaltNotCache*/ |
| const typeAttr=asciiLowercase(this.getAttributeNS(null,"type")||"");switch(typeAttr){case"submit":case"reset":case"button":return typeAttr;default:return"submit"}}set type(v){switch( |
| /*ThouShaltNotCache*/ |
| v=asciiLowercase(String(v))){case"submit":case"reset":case"button":this.setAttributeNS(null,"type",v);break;default:this.setAttributeNS(null,"type","submit")}}_barredFromConstraintValidationSpecialization(){ |
| /*ThouShaltNotCache*/ |
| return"reset"===this.type||"button"===this.type}}mixin(HTMLButtonElementImpl.prototype,DefaultConstraintValidationImpl.prototype),module.exports={implementation:HTMLButtonElementImpl}},48119:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSValue:__webpack_require__(44253).CSSValue,CSSValueExpression:function(token,idx){ |
| /*ThouShaltNotCache*/ |
| this._token=token,this._idx=idx}};CSSOM.CSSValueExpression.prototype=new CSSOM.CSSValue,CSSOM.CSSValueExpression.prototype.constructor=CSSOM.CSSValueExpression,CSSOM.CSSValueExpression.prototype.parse=function(){for( |
| /*ThouShaltNotCache*/ |
| var info,token=this._token,idx=this._idx,character="",expression="",error="",paren=[];;++idx){if(""===(character=token.charAt(idx))){error="css expression error: unfinished expression!";break}switch(character){case"(":paren.push(character),expression+=character;break;case")":paren.pop(character),expression+=character;break;case"/":(info=this._parseJSComment(token,idx))?info.error?error="css expression error: unfinished comment in expression!":idx=info.idx:(info=this._parseJSRexExp(token,idx))?(idx=info.idx,expression+=info.text):expression+=character;break;case"'":case'"':(info=this._parseJSString(token,idx,character))?(idx=info.idx,expression+=info.text):expression+=character;break;default:expression+=character}if(error)break;if(0===paren.length)break}return error?{error}:{idx,expression}},CSSOM.CSSValueExpression.prototype._parseJSComment=function(token,idx){ |
| /*ThouShaltNotCache*/ |
| var nextChar=token.charAt(idx+1);if("/"===nextChar||"*"===nextChar){var endIdx,commentEndChar,startIdx=idx;if("/"===nextChar?commentEndChar="\n":"*"===nextChar&&(commentEndChar="*/"),-1!==(endIdx=token.indexOf(commentEndChar,startIdx+1+1)))return{idx:endIdx=endIdx+commentEndChar.length-1,text:token.substring(idx,endIdx+1)};return{error:"css expression error: unfinished comment in expression!"}}return!1},CSSOM.CSSValueExpression.prototype._parseJSString=function(token,idx,sep){ |
| /*ThouShaltNotCache*/ |
| var endIdx=this._findMatchedIdx(token,idx,sep);return-1!==endIdx&&{idx:endIdx,text:token.substring(idx,endIdx+sep.length)}},CSSOM.CSSValueExpression.prototype._parseJSRexExp=function(token,idx){ |
| /*ThouShaltNotCache*/ |
| var before=token.substring(0,idx).replace(/\s+$/,"");if([/^$/,/\($/,/\[$/,/\!$/,/\+$/,/\-$/,/\*$/,/\/\s+/,/\%$/,/\=$/,/\>$/,/<$/,/\&$/,/\|$/,/\^$/,/\~$/,/\?$/,/\,$/,/delete$/,/in$/,/instanceof$/,/new$/,/typeof$/,/void$/].some(function(reg){ |
| /*ThouShaltNotCache*/ |
| return reg.test(before)})){return this._parseJSString(token,idx,"/")}return!1},CSSOM.CSSValueExpression.prototype._findMatchedIdx=function(token,idx,sep){for( |
| /*ThouShaltNotCache*/ |
| var endIdx,startIdx=idx;;){if(-1===(endIdx=token.indexOf(sep,startIdx+1))){endIdx=-1;break}var matched=token.substring(idx+1,endIdx).match(/\\+$/);if(!matched||matched[0]%2==0)break;startIdx=endIdx}return token.indexOf("\n",idx+1)<endIdx&&(endIdx=-1),endIdx},exports.CSSValueExpression=CSSOM.CSSValueExpression},48133:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},48184:module=>{"use strict";module.exports=function(nameForErrorMessage,window){ |
| /*ThouShaltNotCache*/ |
| if(!window)return;const error=new Error(`Not implemented: ${nameForErrorMessage}`);error.type="not implemented",window._virtualConsole.emit("jsdomError",error)}},48216:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,EventHandlerNonNull=__webpack_require__(70705),OnBeforeUnloadEventHandlerNonNull=__webpack_require__(29706),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLBodyElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLBodyElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLBodyElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLBodyElement",new.target)}get text(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get text' called on an object that is not a valid instance of HTMLBodyElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("text");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set text(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set text' called on an object that is not a valid instance of HTMLBodyElement.");V=conversions.DOMString(V,{context:"Failed to set the 'text' property on 'HTMLBodyElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("text",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get link(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get link' called on an object that is not a valid instance of HTMLBodyElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("link");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set link(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set link' called on an object that is not a valid instance of HTMLBodyElement.");V=conversions.DOMString(V,{context:"Failed to set the 'link' property on 'HTMLBodyElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("link",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get vLink(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get vLink' called on an object that is not a valid instance of HTMLBodyElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("vlink");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set vLink(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set vLink' called on an object that is not a valid instance of HTMLBodyElement.");V=conversions.DOMString(V,{context:"Failed to set the 'vLink' property on 'HTMLBodyElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("vlink",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get aLink(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get aLink' called on an object that is not a valid instance of HTMLBodyElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("alink");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set aLink(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set aLink' called on an object that is not a valid instance of HTMLBodyElement.");V=conversions.DOMString(V,{context:"Failed to set the 'aLink' property on 'HTMLBodyElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("alink",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get bgColor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get bgColor' called on an object that is not a valid instance of HTMLBodyElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("bgcolor");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set bgColor(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set bgColor' called on an object that is not a valid instance of HTMLBodyElement.");V=conversions.DOMString(V,{context:"Failed to set the 'bgColor' property on 'HTMLBodyElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("bgcolor",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get background(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get background' called on an object that is not a valid instance of HTMLBodyElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("background");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set background(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set background' called on an object that is not a valid instance of HTMLBodyElement.");V=conversions.DOMString(V,{context:"Failed to set the 'background' property on 'HTMLBodyElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("background",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get onafterprint(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onafterprint' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onafterprint)}set onafterprint(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onafterprint' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onafterprint' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onafterprint=V}get onbeforeprint(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeprint' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeprint)}set onbeforeprint(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeprint' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeprint' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onbeforeprint=V}get onbeforeunload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeunload' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeunload)}set onbeforeunload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeunload' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?OnBeforeUnloadEventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeunload' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onbeforeunload=V}get onhashchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onhashchange' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onhashchange)}set onhashchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onhashchange' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onhashchange' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onhashchange=V}get onlanguagechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onlanguagechange' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onlanguagechange)}set onlanguagechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onlanguagechange' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onlanguagechange' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onlanguagechange=V}get onmessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmessage' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmessage)}set onmessage(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmessage' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmessage' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onmessage=V}get onmessageerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmessageerror' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmessageerror)}set onmessageerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmessageerror' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmessageerror' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onmessageerror=V}get onoffline(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onoffline' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onoffline)}set onoffline(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onoffline' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onoffline' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onoffline=V}get ononline(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ononline' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ononline)}set ononline(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ononline' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ononline' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].ononline=V}get onpagehide(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpagehide' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpagehide)}set onpagehide(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpagehide' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpagehide' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onpagehide=V}get onpageshow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpageshow' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpageshow)}set onpageshow(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpageshow' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpageshow' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onpageshow=V}get onpopstate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpopstate' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpopstate)}set onpopstate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpopstate' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpopstate' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onpopstate=V}get onrejectionhandled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onrejectionhandled' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onrejectionhandled)}set onrejectionhandled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onrejectionhandled' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onrejectionhandled' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onrejectionhandled=V}get onstorage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onstorage' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onstorage)}set onstorage(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onstorage' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onstorage' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onstorage=V}get onunhandledrejection(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onunhandledrejection' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onunhandledrejection)}set onunhandledrejection(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onunhandledrejection' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onunhandledrejection' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onunhandledrejection=V}get onunload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onunload' called on an object that is not a valid instance of HTMLBodyElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onunload)}set onunload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onunload' called on an object that is not a valid instance of HTMLBodyElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onunload' property on 'HTMLBodyElement': The provided value"}):null,esValue[implSymbol].onunload=V}}Object.defineProperties(HTMLBodyElement.prototype,{text:{enumerable:!0},link:{enumerable:!0},vLink:{enumerable:!0},aLink:{enumerable:!0},bgColor:{enumerable:!0},background:{enumerable:!0},onafterprint:{enumerable:!0},onbeforeprint:{enumerable:!0},onbeforeunload:{enumerable:!0},onhashchange:{enumerable:!0},onlanguagechange:{enumerable:!0},onmessage:{enumerable:!0},onmessageerror:{enumerable:!0},onoffline:{enumerable:!0},ononline:{enumerable:!0},onpagehide:{enumerable:!0},onpageshow:{enumerable:!0},onpopstate:{enumerable:!0},onrejectionhandled:{enumerable:!0},onstorage:{enumerable:!0},onunhandledrejection:{enumerable:!0},onunload:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLBodyElement",configurable:!0}}),ctorRegistry.HTMLBodyElement=HTMLBodyElement,Object.defineProperty(globalObject,"HTMLBodyElement",{configurable:!0,writable:!0,value:HTMLBodyElement})};const Impl=__webpack_require__(8739)},48370:()=>{},48375:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{get areas(){ |
| /*ThouShaltNotCache*/ |
| return this.getElementsByTagName("AREA")}}}},48385:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{firstChildWithLocalName}=__webpack_require__(49397),{HTML_NS}=__webpack_require__(36675);exports.isSummaryForParentDetails=summaryElement=>{ |
| /*ThouShaltNotCache*/ |
| const parent=summaryElement.parentNode;return null!==parent&&("details"===parent._localName&&parent._namespaceURI===HTML_NS&&firstChildWithLocalName(parent,"summary")===summaryElement)}},48479:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,StorageEventInit=__webpack_require__(53818);class StorageEventImpl extends EventImpl{initStorageEvent(type,bubbles,cancelable,key,oldValue,newValue,url,storageArea){ |
| /*ThouShaltNotCache*/ |
| this._dispatchFlag||(this.initEvent(type,bubbles,cancelable),this.key=key,this.oldValue=oldValue,this.newValue=newValue,this.url=url,this.storageArea=storageArea)}}StorageEventImpl.defaultInit=StorageEventInit.convert(void 0,void 0),module.exports={implementation:StorageEventImpl}},48510:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var Duplex,process=__webpack_require__(60348);function CorkedRequest(state){ |
| /*ThouShaltNotCache*/ |
| var _this=this;this.next=null,this.entry=null,this.finish=function(){ |
| /*ThouShaltNotCache*/ |
| !function(corkReq,state,err){ |
| /*ThouShaltNotCache*/ |
| var entry=corkReq.entry;corkReq.entry=null;for(;entry;){var cb=entry.callback;state.pendingcb--,cb(err),entry=entry.next}state.corkedRequestsFree.next=corkReq}(_this,state)}}module.exports=Writable,Writable.WritableState=WritableState;var internalUtil={deprecate:__webpack_require__(64193)},Stream=__webpack_require__(55075),Buffer=__webpack_require__(81545).Buffer,OurUint8Array=(void 0!==__webpack_require__.g?__webpack_require__.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){};var realHasInstance,destroyImpl=__webpack_require__(7866),getHighWaterMark=__webpack_require__(97333).getHighWaterMark,_require$codes=__webpack_require__(98242).F,ERR_INVALID_ARG_TYPE=_require$codes.ERR_INVALID_ARG_TYPE,ERR_METHOD_NOT_IMPLEMENTED=_require$codes.ERR_METHOD_NOT_IMPLEMENTED,ERR_MULTIPLE_CALLBACK=_require$codes.ERR_MULTIPLE_CALLBACK,ERR_STREAM_CANNOT_PIPE=_require$codes.ERR_STREAM_CANNOT_PIPE,ERR_STREAM_DESTROYED=_require$codes.ERR_STREAM_DESTROYED,ERR_STREAM_NULL_VALUES=_require$codes.ERR_STREAM_NULL_VALUES,ERR_STREAM_WRITE_AFTER_END=_require$codes.ERR_STREAM_WRITE_AFTER_END,ERR_UNKNOWN_ENCODING=_require$codes.ERR_UNKNOWN_ENCODING,errorOrDestroy=destroyImpl.errorOrDestroy;function nop(){}function WritableState(options,stream,isDuplex){ |
| /*ThouShaltNotCache*/ |
| Duplex=Duplex||__webpack_require__(5380),options=options||{},"boolean"!=typeof isDuplex&&(isDuplex=stream instanceof Duplex),this.objectMode=!!options.objectMode,isDuplex&&(this.objectMode=this.objectMode||!!options.writableObjectMode),this.highWaterMark=getHighWaterMark(this,options,"writableHighWaterMark",isDuplex),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var noDecode=!1===options.decodeStrings;this.decodeStrings=!noDecode,this.defaultEncoding=options.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(er){ |
| /*ThouShaltNotCache*/ |
| !function(stream,er){ |
| /*ThouShaltNotCache*/ |
| var state=stream._writableState,sync=state.sync,cb=state.writecb;if("function"!=typeof cb)throw new ERR_MULTIPLE_CALLBACK;if(function(state){ |
| /*ThouShaltNotCache*/ |
| state.writing=!1,state.writecb=null,state.length-=state.writelen,state.writelen=0}(state),er)!function(stream,state,sync,er,cb){ |
| /*ThouShaltNotCache*/ |
| --state.pendingcb,sync?(process.nextTick(cb,er),process.nextTick(finishMaybe,stream,state),stream._writableState.errorEmitted=!0,errorOrDestroy(stream,er)):(cb(er),stream._writableState.errorEmitted=!0,errorOrDestroy(stream,er),finishMaybe(stream,state))}(stream,state,sync,er,cb);else{var finished=needFinish(state)||stream.destroyed;finished||state.corked||state.bufferProcessing||!state.bufferedRequest||clearBuffer(stream,state),sync?process.nextTick(afterWrite,stream,state,finished,cb):afterWrite(stream,state,finished,cb)}}(stream,er)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==options.emitClose,this.autoDestroy=!!options.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new CorkedRequest(this)}function Writable(options){var isDuplex=this instanceof( |
| /*ThouShaltNotCache*/ |
| Duplex=Duplex||__webpack_require__(5380));if(!isDuplex&&!realHasInstance.call(Writable,this))return new Writable(options);this._writableState=new WritableState(options,this,isDuplex),this.writable=!0,options&&("function"==typeof options.write&&(this._write=options.write),"function"==typeof options.writev&&(this._writev=options.writev),"function"==typeof options.destroy&&(this._destroy=options.destroy),"function"==typeof options.final&&(this._final=options.final)),Stream.call(this)}function doWrite(stream,state,writev,len,chunk,encoding,cb){ |
| /*ThouShaltNotCache*/ |
| state.writelen=len,state.writecb=cb,state.writing=!0,state.sync=!0,state.destroyed?state.onwrite(new ERR_STREAM_DESTROYED("write")):writev?stream._writev(chunk,state.onwrite):stream._write(chunk,encoding,state.onwrite),state.sync=!1}function afterWrite(stream,state,finished,cb){ |
| /*ThouShaltNotCache*/ |
| finished||function(stream,state){ |
| /*ThouShaltNotCache*/ |
| 0===state.length&&state.needDrain&&(state.needDrain=!1,stream.emit("drain"))}(stream,state),state.pendingcb--,cb(),finishMaybe(stream,state)}function clearBuffer(stream,state){ |
| /*ThouShaltNotCache*/ |
| state.bufferProcessing=!0;var entry=state.bufferedRequest;if(stream._writev&&entry&&entry.next){var l=state.bufferedRequestCount,buffer=new Array(l),holder=state.corkedRequestsFree;holder.entry=entry;for(var count=0,allBuffers=!0;entry;)buffer[count]=entry,entry.isBuf||(allBuffers=!1),entry=entry.next,count+=1;buffer.allBuffers=allBuffers,doWrite(stream,state,!0,state.length,buffer,"",holder.finish),state.pendingcb++,state.lastBufferedRequest=null,holder.next?(state.corkedRequestsFree=holder.next,holder.next=null):state.corkedRequestsFree=new CorkedRequest(state),state.bufferedRequestCount=0}else{for(;entry;){var chunk=entry.chunk,encoding=entry.encoding,cb=entry.callback;if(doWrite(stream,state,!1,state.objectMode?1:chunk.length,chunk,encoding,cb),entry=entry.next,state.bufferedRequestCount--,state.writing)break}null===entry&&(state.lastBufferedRequest=null)}state.bufferedRequest=entry,state.bufferProcessing=!1}function needFinish(state){ |
| /*ThouShaltNotCache*/ |
| return state.ending&&0===state.length&&null===state.bufferedRequest&&!state.finished&&!state.writing}function callFinal(stream,state){ |
| /*ThouShaltNotCache*/ |
| stream._final(function(err){ |
| /*ThouShaltNotCache*/ |
| state.pendingcb--,err&&errorOrDestroy(stream,err),state.prefinished=!0,stream.emit("prefinish"),finishMaybe(stream,state)})}function finishMaybe(stream,state){ |
| /*ThouShaltNotCache*/ |
| var need=needFinish(state);if(need&&(function(stream,state){ |
| /*ThouShaltNotCache*/ |
| state.prefinished||state.finalCalled||("function"!=typeof stream._final||state.destroyed?(state.prefinished=!0,stream.emit("prefinish")):(state.pendingcb++,state.finalCalled=!0,process.nextTick(callFinal,stream,state)))}(stream,state),0===state.pendingcb&&(state.finished=!0,stream.emit("finish"),state.autoDestroy))){var rState=stream._readableState;(!rState||rState.autoDestroy&&rState.endEmitted)&&stream.destroy()}return need}__webpack_require__(68808)(Writable,Stream),WritableState.prototype.getBuffer=function(){for( |
| /*ThouShaltNotCache*/ |
| var current=this.bufferedRequest,out=[];current;)out.push(current),current=current.next;return out},function(){ |
| /*ThouShaltNotCache*/ |
| try{Object.defineProperty(WritableState.prototype,"buffer",{get:internalUtil.deprecate(function(){ |
| /*ThouShaltNotCache*/ |
| return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(_){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(realHasInstance=Function.prototype[Symbol.hasInstance],Object.defineProperty(Writable,Symbol.hasInstance,{value:function(object){ |
| /*ThouShaltNotCache*/ |
| return!!realHasInstance.call(this,object)||this===Writable&&(object&&object._writableState instanceof WritableState)}})):realHasInstance=function(object){ |
| /*ThouShaltNotCache*/ |
| return object instanceof this},Writable.prototype.pipe=function(){ |
| /*ThouShaltNotCache*/ |
| errorOrDestroy(this,new ERR_STREAM_CANNOT_PIPE)},Writable.prototype.write=function(chunk,encoding,cb){ |
| /*ThouShaltNotCache*/ |
| var obj,state=this._writableState,ret=!1,isBuf=!state.objectMode&&(obj=chunk,Buffer.isBuffer(obj)||obj instanceof OurUint8Array);return isBuf&&!Buffer.isBuffer(chunk)&&(chunk=function(chunk){ |
| /*ThouShaltNotCache*/ |
| return Buffer.from(chunk)}(chunk)),"function"==typeof encoding&&(cb=encoding,encoding=null),isBuf?encoding="buffer":encoding||(encoding=state.defaultEncoding),"function"!=typeof cb&&(cb=nop),state.ending?function(stream,cb){ |
| /*ThouShaltNotCache*/ |
| var er=new ERR_STREAM_WRITE_AFTER_END;errorOrDestroy(stream,er),process.nextTick(cb,er)}(this,cb):(isBuf||function(stream,state,chunk,cb){ |
| /*ThouShaltNotCache*/ |
| var er;return null===chunk?er=new ERR_STREAM_NULL_VALUES:"string"==typeof chunk||state.objectMode||(er=new ERR_INVALID_ARG_TYPE("chunk",["string","Buffer"],chunk)),!er||(errorOrDestroy(stream,er),process.nextTick(cb,er),!1)}(this,state,chunk,cb))&&(state.pendingcb++,ret=function(stream,state,isBuf,chunk,encoding,cb){ |
| /*ThouShaltNotCache*/ |
| if(!isBuf){var newChunk=function(state,chunk,encoding){ |
| /*ThouShaltNotCache*/ |
| state.objectMode||!1===state.decodeStrings||"string"!=typeof chunk||(chunk=Buffer.from(chunk,encoding));return chunk}(state,chunk,encoding);chunk!==newChunk&&(isBuf=!0,encoding="buffer",chunk=newChunk)}var len=state.objectMode?1:chunk.length;state.length+=len;var ret=state.length<state.highWaterMark;ret||(state.needDrain=!0);if(state.writing||state.corked){var last=state.lastBufferedRequest;state.lastBufferedRequest={chunk,encoding,isBuf,callback:cb,next:null},last?last.next=state.lastBufferedRequest:state.bufferedRequest=state.lastBufferedRequest,state.bufferedRequestCount+=1}else doWrite(stream,state,!1,len,chunk,encoding,cb);return ret}(this,state,isBuf,chunk,encoding,cb)),ret},Writable.prototype.cork=function(){ |
| /*ThouShaltNotCache*/ |
| this._writableState.corked++},Writable.prototype.uncork=function(){ |
| /*ThouShaltNotCache*/ |
| var state=this._writableState;state.corked&&(state.corked--,state.writing||state.corked||state.bufferProcessing||!state.bufferedRequest||clearBuffer(this,state))},Writable.prototype.setDefaultEncoding=function(encoding){if( |
| /*ThouShaltNotCache*/ |
| "string"==typeof encoding&&(encoding=encoding.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((encoding+"").toLowerCase())>-1))throw new ERR_UNKNOWN_ENCODING(encoding);return this._writableState.defaultEncoding=encoding,this},Object.defineProperty(Writable.prototype,"writableBuffer",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(Writable.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._writableState.highWaterMark}}),Writable.prototype._write=function(chunk,encoding,cb){ |
| /*ThouShaltNotCache*/ |
| cb(new ERR_METHOD_NOT_IMPLEMENTED("_write()"))},Writable.prototype._writev=null,Writable.prototype.end=function(chunk,encoding,cb){ |
| /*ThouShaltNotCache*/ |
| var state=this._writableState;return"function"==typeof chunk?(cb=chunk,chunk=null,encoding=null):"function"==typeof encoding&&(cb=encoding,encoding=null),null!=chunk&&this.write(chunk,encoding),state.corked&&(state.corked=1,this.uncork()),state.ending||function(stream,state,cb){ |
| /*ThouShaltNotCache*/ |
| state.ending=!0,finishMaybe(stream,state),cb&&(state.finished?process.nextTick(cb):stream.once("finish",cb));state.ended=!0,stream.writable=!1}(this,state,cb),this},Object.defineProperty(Writable.prototype,"writableLength",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return this._writableState.length}}),Object.defineProperty(Writable.prototype,"destroyed",{enumerable:!1,get:function(){ |
| /*ThouShaltNotCache*/ |
| return void 0!==this._writableState&&this._writableState.destroyed},set:function(value){ |
| /*ThouShaltNotCache*/ |
| this._writableState&&(this._writableState.destroyed=value)}}),Writable.prototype.destroy=destroyImpl.destroy,Writable.prototype._undestroy=destroyImpl.undestroy,Writable.prototype._destroy=function(err,cb){ |
| /*ThouShaltNotCache*/ |
| cb(err)}},48648:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].ValidityState.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'ValidityState'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class ValidityState{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get valueMissing(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get valueMissing' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].valueMissing}get typeMismatch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get typeMismatch' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].typeMismatch}get patternMismatch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get patternMismatch' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].patternMismatch}get tooLong(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get tooLong' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].tooLong}get tooShort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get tooShort' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].tooShort}get rangeUnderflow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rangeUnderflow' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].rangeUnderflow}get rangeOverflow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rangeOverflow' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].rangeOverflow}get stepMismatch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get stepMismatch' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].stepMismatch}get badInput(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get badInput' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].badInput}get customError(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get customError' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].customError}get valid(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get valid' called on an object that is not a valid instance of ValidityState.");return esValue[implSymbol].valid}}Object.defineProperties(ValidityState.prototype,{valueMissing:{enumerable:!0},typeMismatch:{enumerable:!0},patternMismatch:{enumerable:!0},tooLong:{enumerable:!0},tooShort:{enumerable:!0},rangeUnderflow:{enumerable:!0},rangeOverflow:{enumerable:!0},stepMismatch:{enumerable:!0},badInput:{enumerable:!0},customError:{enumerable:!0},valid:{enumerable:!0},[Symbol.toStringTag]:{value:"ValidityState",configurable:!0}}),ctorRegistry.ValidityState=ValidityState,Object.defineProperty(globalObject,"ValidityState",{configurable:!0,writable:!0,value:ValidityState})};const Impl=__webpack_require__(13947)},48657:(module,__unused_webpack_exports,__webpack_require__)=>{var hasMap="function"==typeof Map&&Map.prototype,mapSizeDescriptor=Object.getOwnPropertyDescriptor&&hasMap?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,mapSize=hasMap&&mapSizeDescriptor&&"function"==typeof mapSizeDescriptor.get?mapSizeDescriptor.get:null,mapForEach=hasMap&&Map.prototype.forEach,hasSet="function"==typeof Set&&Set.prototype,setSizeDescriptor=Object.getOwnPropertyDescriptor&&hasSet?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,setSize=hasSet&&setSizeDescriptor&&"function"==typeof setSizeDescriptor.get?setSizeDescriptor.get:null,setForEach=hasSet&&Set.prototype.forEach,weakMapHas="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,weakSetHas="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,weakRefDeref="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,booleanValueOf=Boolean.prototype.valueOf,objectToString=Object.prototype.toString,functionToString=Function.prototype.toString,$match=String.prototype.match,$slice=String.prototype.slice,$replace=String.prototype.replace,$toUpperCase=String.prototype.toUpperCase,$toLowerCase=String.prototype.toLowerCase,$test=RegExp.prototype.test,$concat=Array.prototype.concat,$join=Array.prototype.join,$arrSlice=Array.prototype.slice,$floor=Math.floor,bigIntValueOf="function"==typeof BigInt?BigInt.prototype.valueOf:null,gOPS=Object.getOwnPropertySymbols,symToString="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,hasShammedSymbols="function"==typeof Symbol&&"object"==typeof Symbol.iterator,toStringTag="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===hasShammedSymbols||"symbol")?Symbol.toStringTag:null,isEnumerable=Object.prototype.propertyIsEnumerable,gPO=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(O){ |
| /*ThouShaltNotCache*/ |
| return O.__proto__}:null);function addNumericSeparator(num,str){ |
| /*ThouShaltNotCache*/ |
| if(num===1/0||num===-1/0||num!=num||num&&num>-1e3&&num<1e3||$test.call(/e/,str))return str;var sepRegex=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof num){var int=num<0?-$floor(-num):$floor(num);if(int!==num){var intStr=String(int),dec=$slice.call(str,intStr.length+1);return $replace.call(intStr,sepRegex,"$&_")+"."+$replace.call($replace.call(dec,/([0-9]{3})/g,"$&_"),/_$/,"")}}return $replace.call(str,sepRegex,"$&_")}var utilInspect=__webpack_require__(42634),inspectCustom=utilInspect.custom,inspectSymbol=isSymbol(inspectCustom)?inspectCustom:null,quotes={__proto__:null,double:'"',single:"'"},quoteREs={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};function wrapQuotes(s,defaultStyle,opts){ |
| /*ThouShaltNotCache*/ |
| var style=opts.quoteStyle||defaultStyle,quoteChar=quotes[style];return quoteChar+s+quoteChar}function quote(s){ |
| /*ThouShaltNotCache*/ |
| return $replace.call(String(s),/"/g,""")}function canTrustToString(obj){ |
| /*ThouShaltNotCache*/ |
| return!toStringTag||!("object"==typeof obj&&(toStringTag in obj||void 0!==obj[toStringTag]))}function isArray(obj){ |
| /*ThouShaltNotCache*/ |
| return"[object Array]"===toStr(obj)&&canTrustToString(obj)}function isRegExp(obj){ |
| /*ThouShaltNotCache*/ |
| return"[object RegExp]"===toStr(obj)&&canTrustToString(obj)}function isSymbol(obj){ |
| /*ThouShaltNotCache*/ |
| if(hasShammedSymbols)return obj&&"object"==typeof obj&&obj instanceof Symbol;if("symbol"==typeof obj)return!0;if(!obj||"object"!=typeof obj||!symToString)return!1;try{return symToString.call(obj),!0}catch(e){}return!1}module.exports=function inspect_(obj,options,depth,seen){ |
| /*ThouShaltNotCache*/ |
| var opts=options||{};if(has(opts,"quoteStyle")&&!has(quotes,opts.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(has(opts,"maxStringLength")&&("number"==typeof opts.maxStringLength?opts.maxStringLength<0&&opts.maxStringLength!==1/0:null!==opts.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var customInspect=!has(opts,"customInspect")||opts.customInspect;if("boolean"!=typeof customInspect&&"symbol"!==customInspect)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(has(opts,"indent")&&null!==opts.indent&&"\t"!==opts.indent&&!(parseInt(opts.indent,10)===opts.indent&&opts.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(has(opts,"numericSeparator")&&"boolean"!=typeof opts.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var numericSeparator=opts.numericSeparator;if(void 0===obj)return"undefined";if(null===obj)return"null";if("boolean"==typeof obj)return obj?"true":"false";if("string"==typeof obj)return inspectString(obj,opts);if("number"==typeof obj){if(0===obj)return 1/0/obj>0?"0":"-0";var str=String(obj);return numericSeparator?addNumericSeparator(obj,str):str}if("bigint"==typeof obj){var bigIntStr=String(obj)+"n";return numericSeparator?addNumericSeparator(obj,bigIntStr):bigIntStr}var maxDepth=void 0===opts.depth?5:opts.depth;if(void 0===depth&&(depth=0),depth>=maxDepth&&maxDepth>0&&"object"==typeof obj)return isArray(obj)?"[Array]":"[Object]";var indent=function(opts,depth){ |
| /*ThouShaltNotCache*/ |
| var baseIndent;if("\t"===opts.indent)baseIndent="\t";else{if(!("number"==typeof opts.indent&&opts.indent>0))return null;baseIndent=$join.call(Array(opts.indent+1)," ")}return{base:baseIndent,prev:$join.call(Array(depth+1),baseIndent)}}(opts,depth);if(void 0===seen)seen=[];else if(indexOf(seen,obj)>=0)return"[Circular]";function inspect(value,from,noIndent){if( |
| /*ThouShaltNotCache*/ |
| from&&(seen=$arrSlice.call(seen)).push(from),noIndent){var newOpts={depth:opts.depth};return has(opts,"quoteStyle")&&(newOpts.quoteStyle=opts.quoteStyle),inspect_(value,newOpts,depth+1,seen)}return inspect_(value,opts,depth+1,seen)}if("function"==typeof obj&&!isRegExp(obj)){var name=function(f){ |
| /*ThouShaltNotCache*/ |
| if(f.name)return f.name;var m=$match.call(functionToString.call(f),/^function\s*([\w$]+)/);if(m)return m[1];return null}(obj),keys=arrObjKeys(obj,inspect);return"[Function"+(name?": "+name:" (anonymous)")+"]"+(keys.length>0?" { "+$join.call(keys,", ")+" }":"")}if(isSymbol(obj)){var symString=hasShammedSymbols?$replace.call(String(obj),/^(Symbol\(.*\))_[^)]*$/,"$1"):symToString.call(obj);return"object"!=typeof obj||hasShammedSymbols?symString:markBoxed(symString)}if(function(x){ |
| /*ThouShaltNotCache*/ |
| if(!x||"object"!=typeof x)return!1;if("undefined"!=typeof HTMLElement&&x instanceof HTMLElement)return!0;return"string"==typeof x.nodeName&&"function"==typeof x.getAttribute}(obj)){for(var s="<"+$toLowerCase.call(String(obj.nodeName)),attrs=obj.attributes||[],i=0;i<attrs.length;i++)s+=" "+attrs[i].name+"="+wrapQuotes(quote(attrs[i].value),"double",opts);return s+=">",obj.childNodes&&obj.childNodes.length&&(s+="..."),s+="</"+$toLowerCase.call(String(obj.nodeName))+">"}if(isArray(obj)){if(0===obj.length)return"[]";var xs=arrObjKeys(obj,inspect);return indent&&!function(xs){ |
| /*ThouShaltNotCache*/ |
| for(var i=0;i<xs.length;i++)if(indexOf(xs[i],"\n")>=0)return!1;return!0}(xs)?"["+indentedJoin(xs,indent)+"]":"[ "+$join.call(xs,", ")+" ]"}if(function(obj){ |
| /*ThouShaltNotCache*/ |
| return"[object Error]"===toStr(obj)&&canTrustToString(obj)}(obj)){var parts=arrObjKeys(obj,inspect);return"cause"in Error.prototype||!("cause"in obj)||isEnumerable.call(obj,"cause")?0===parts.length?"["+String(obj)+"]":"{ ["+String(obj)+"] "+$join.call(parts,", ")+" }":"{ ["+String(obj)+"] "+$join.call($concat.call("[cause]: "+inspect(obj.cause),parts),", ")+" }"}if("object"==typeof obj&&customInspect){if(inspectSymbol&&"function"==typeof obj[inspectSymbol]&&utilInspect)return utilInspect(obj,{depth:maxDepth-depth});if("symbol"!==customInspect&&"function"==typeof obj.inspect)return obj.inspect()}if(function(x){ |
| /*ThouShaltNotCache*/ |
| if(!mapSize||!x||"object"!=typeof x)return!1;try{mapSize.call(x);try{setSize.call(x)}catch(s){return!0}return x instanceof Map}catch(e){}return!1}(obj)){var mapParts=[];return mapForEach&&mapForEach.call(obj,function(value,key){ |
| /*ThouShaltNotCache*/ |
| mapParts.push(inspect(key,obj,!0)+" => "+inspect(value,obj))}),collectionOf("Map",mapSize.call(obj),mapParts,indent)}if(function(x){ |
| /*ThouShaltNotCache*/ |
| if(!setSize||!x||"object"!=typeof x)return!1;try{setSize.call(x);try{mapSize.call(x)}catch(m){return!0}return x instanceof Set}catch(e){}return!1}(obj)){var setParts=[];return setForEach&&setForEach.call(obj,function(value){ |
| /*ThouShaltNotCache*/ |
| setParts.push(inspect(value,obj))}),collectionOf("Set",setSize.call(obj),setParts,indent)}if(function(x){ |
| /*ThouShaltNotCache*/ |
| if(!weakMapHas||!x||"object"!=typeof x)return!1;try{weakMapHas.call(x,weakMapHas);try{weakSetHas.call(x,weakSetHas)}catch(s){return!0}return x instanceof WeakMap}catch(e){}return!1}(obj))return weakCollectionOf("WeakMap");if(function(x){ |
| /*ThouShaltNotCache*/ |
| if(!weakSetHas||!x||"object"!=typeof x)return!1;try{weakSetHas.call(x,weakSetHas);try{weakMapHas.call(x,weakMapHas)}catch(s){return!0}return x instanceof WeakSet}catch(e){}return!1}(obj))return weakCollectionOf("WeakSet");if(function(x){ |
| /*ThouShaltNotCache*/ |
| if(!weakRefDeref||!x||"object"!=typeof x)return!1;try{return weakRefDeref.call(x),!0}catch(e){}return!1}(obj))return weakCollectionOf("WeakRef");if(function(obj){ |
| /*ThouShaltNotCache*/ |
| return"[object Number]"===toStr(obj)&&canTrustToString(obj)}(obj))return markBoxed(inspect(Number(obj)));if(function(obj){ |
| /*ThouShaltNotCache*/ |
| if(!obj||"object"!=typeof obj||!bigIntValueOf)return!1;try{return bigIntValueOf.call(obj),!0}catch(e){}return!1}(obj))return markBoxed(inspect(bigIntValueOf.call(obj)));if(function(obj){ |
| /*ThouShaltNotCache*/ |
| return"[object Boolean]"===toStr(obj)&&canTrustToString(obj)}(obj))return markBoxed(booleanValueOf.call(obj));if(function(obj){ |
| /*ThouShaltNotCache*/ |
| return"[object String]"===toStr(obj)&&canTrustToString(obj)}(obj))return markBoxed(inspect(String(obj)));if("undefined"!=typeof window&&obj===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&obj===globalThis||void 0!==__webpack_require__.g&&obj===__webpack_require__.g)return"{ [object globalThis] }";if(!function(obj){ |
| /*ThouShaltNotCache*/ |
| return"[object Date]"===toStr(obj)&&canTrustToString(obj)}(obj)&&!isRegExp(obj)){var ys=arrObjKeys(obj,inspect),isPlainObject=gPO?gPO(obj)===Object.prototype:obj instanceof Object||obj.constructor===Object,protoTag=obj instanceof Object?"":"null prototype",stringTag=!isPlainObject&&toStringTag&&Object(obj)===obj&&toStringTag in obj?$slice.call(toStr(obj),8,-1):protoTag?"Object":"",tag=(isPlainObject||"function"!=typeof obj.constructor?"":obj.constructor.name?obj.constructor.name+" ":"")+(stringTag||protoTag?"["+$join.call($concat.call([],stringTag||[],protoTag||[]),": ")+"] ":"");return 0===ys.length?tag+"{}":indent?tag+"{"+indentedJoin(ys,indent)+"}":tag+"{ "+$join.call(ys,", ")+" }"}return String(obj)};var hasOwn=Object.prototype.hasOwnProperty||function(key){ |
| /*ThouShaltNotCache*/ |
| return key in this};function has(obj,key){ |
| /*ThouShaltNotCache*/ |
| return hasOwn.call(obj,key)}function toStr(obj){ |
| /*ThouShaltNotCache*/ |
| return objectToString.call(obj)}function indexOf(xs,x){ |
| /*ThouShaltNotCache*/ |
| if(xs.indexOf)return xs.indexOf(x);for(var i=0,l=xs.length;i<l;i++)if(xs[i]===x)return i;return-1}function inspectString(str,opts){ |
| /*ThouShaltNotCache*/ |
| if(str.length>opts.maxStringLength){var remaining=str.length-opts.maxStringLength,trailer="... "+remaining+" more character"+(remaining>1?"s":"");return inspectString($slice.call(str,0,opts.maxStringLength),opts)+trailer}var quoteRE=quoteREs[opts.quoteStyle||"single"];return quoteRE.lastIndex=0,wrapQuotes($replace.call($replace.call(str,quoteRE,"\\$1"),/[\x00-\x1f]/g,lowbyte),"single",opts)}function lowbyte(c){ |
| /*ThouShaltNotCache*/ |
| var n=c.charCodeAt(0),x={8:"b",9:"t",10:"n",12:"f",13:"r"}[n];return x?"\\"+x:"\\x"+(n<16?"0":"")+$toUpperCase.call(n.toString(16))}function markBoxed(str){ |
| /*ThouShaltNotCache*/ |
| return"Object("+str+")"}function weakCollectionOf(type){ |
| /*ThouShaltNotCache*/ |
| return type+" { ? }"}function collectionOf(type,size,entries,indent){return type+" ("+size+") {"+(indent?indentedJoin(entries,indent):$join.call(entries,", "))+"}"}function indentedJoin(xs,indent){ |
| /*ThouShaltNotCache*/ |
| if(0===xs.length)return"";var lineJoiner="\n"+indent.prev+indent.base;return lineJoiner+$join.call(xs,","+lineJoiner)+"\n"+indent.prev}function arrObjKeys(obj,inspect){ |
| /*ThouShaltNotCache*/ |
| var isArr=isArray(obj),xs=[];if(isArr){xs.length=obj.length;for(var i=0;i<obj.length;i++)xs[i]=has(obj,i)?inspect(obj[i],obj):""}var symMap,syms="function"==typeof gOPS?gOPS(obj):[];if(hasShammedSymbols){symMap={};for(var k=0;k<syms.length;k++)symMap["$"+syms[k]]=syms[k]}for(var key in obj)has(obj,key)&&(isArr&&String(Number(key))===key&&key<obj.length||hasShammedSymbols&&symMap["$"+key]instanceof Symbol||($test.call(/[^\w$]/,key)?xs.push(inspect(key,obj)+": "+inspect(obj[key],obj)):xs.push(key+": "+inspect(obj[key],obj))));if("function"==typeof gOPS)for(var j=0;j<syms.length;j++)isEnumerable.call(obj,syms[j])&&xs.push("["+inspect(syms[j])+"]: "+inspect(obj[syms[j]],obj));return xs}},48665:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630),__webpack_require__(65554);const HTMLElement=__webpack_require__(8904),EventInit=__webpack_require__(75633);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="submitter";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:HTMLElement.convert(globalObject,value,{context:context+" has member 'submitter' that"}),ret[key]=value):ret[key]=null}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},48666:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Node=__webpack_require__(13079),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,AbstractRange=__webpack_require__(47791);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Range.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Range'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| AbstractRange._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Range extends globalObject.AbstractRange{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}setStart(node,offset){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setStart' called on an object that is not a valid instance of Range.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'setStart' on 'Range': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'setStart' on 'Range': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setStart' on 'Range': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setStart(...args)}setEnd(node,offset){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setEnd' called on an object that is not a valid instance of Range.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'setEnd' on 'Range': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'setEnd' on 'Range': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setEnd' on 'Range': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setEnd(...args)}setStartBefore(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setStartBefore' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setStartBefore' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'setStartBefore' on 'Range': parameter 1"}),args.push(curArg)}return esValue[implSymbol].setStartBefore(...args)}setStartAfter(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setStartAfter' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setStartAfter' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'setStartAfter' on 'Range': parameter 1"}),args.push(curArg)}return esValue[implSymbol].setStartAfter(...args)}setEndBefore(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setEndBefore' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setEndBefore' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'setEndBefore' on 'Range': parameter 1"}),args.push(curArg)}return esValue[implSymbol].setEndBefore(...args)}setEndAfter(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setEndAfter' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setEndAfter' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'setEndAfter' on 'Range': parameter 1"}),args.push(curArg)}return esValue[implSymbol].setEndAfter(...args)}collapse(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'collapse' called on an object that is not a valid instance of Range.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'collapse' on 'Range': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].collapse(...args)}selectNode(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'selectNode' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'selectNode' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'selectNode' on 'Range': parameter 1"}),args.push(curArg)}return esValue[implSymbol].selectNode(...args)}selectNodeContents(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'selectNodeContents' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'selectNodeContents' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'selectNodeContents' on 'Range': parameter 1"}),args.push(curArg)}return esValue[implSymbol].selectNodeContents(...args)}compareBoundaryPoints(how,sourceRange){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'compareBoundaryPoints' called on an object that is not a valid instance of Range.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'compareBoundaryPoints' on 'Range': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned short"](curArg,{context:"Failed to execute 'compareBoundaryPoints' on 'Range': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=exports.convert(globalObject,curArg,{context:"Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2"}),args.push(curArg)}return esValue[implSymbol].compareBoundaryPoints(...args)}deleteContents(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteContents' called on an object that is not a valid instance of Range.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].deleteContents()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}extractContents(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'extractContents' called on an object that is not a valid instance of Range.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].extractContents())}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}cloneContents(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'cloneContents' called on an object that is not a valid instance of Range.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].cloneContents())}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}insertNode(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertNode' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'insertNode' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'insertNode' on 'Range': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].insertNode(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}surroundContents(newParent){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'surroundContents' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'surroundContents' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'surroundContents' on 'Range': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].surroundContents(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}cloneRange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'cloneRange' called on an object that is not a valid instance of Range.");return utils.tryWrapperForImpl(esValue[implSymbol].cloneRange())}detach(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'detach' called on an object that is not a valid instance of Range.");return esValue[implSymbol].detach()}isPointInRange(node,offset){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'isPointInRange' called on an object that is not a valid instance of Range.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'isPointInRange' on 'Range': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'isPointInRange' on 'Range': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'isPointInRange' on 'Range': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].isPointInRange(...args)}comparePoint(node,offset){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'comparePoint' called on an object that is not a valid instance of Range.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'comparePoint' on 'Range': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'comparePoint' on 'Range': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'comparePoint' on 'Range': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].comparePoint(...args)}intersectsNode(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'intersectsNode' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'intersectsNode' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'intersectsNode' on 'Range': parameter 1"}),args.push(curArg)}return esValue[implSymbol].intersectsNode(...args)}toString(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toString' called on an object that is not a valid instance of Range.");return esValue[implSymbol].toString()}createContextualFragment(fragment){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createContextualFragment' called on an object that is not a valid instance of Range.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createContextualFragment' on 'Range': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createContextualFragment' on 'Range': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].createContextualFragment(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get commonAncestorContainer(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get commonAncestorContainer' called on an object that is not a valid instance of Range.");return utils.tryWrapperForImpl(esValue[implSymbol].commonAncestorContainer)}}Object.defineProperties(Range.prototype,{setStart:{enumerable:!0},setEnd:{enumerable:!0},setStartBefore:{enumerable:!0},setStartAfter:{enumerable:!0},setEndBefore:{enumerable:!0},setEndAfter:{enumerable:!0},collapse:{enumerable:!0},selectNode:{enumerable:!0},selectNodeContents:{enumerable:!0},compareBoundaryPoints:{enumerable:!0},deleteContents:{enumerable:!0},extractContents:{enumerable:!0},cloneContents:{enumerable:!0},insertNode:{enumerable:!0},surroundContents:{enumerable:!0},cloneRange:{enumerable:!0},detach:{enumerable:!0},isPointInRange:{enumerable:!0},comparePoint:{enumerable:!0},intersectsNode:{enumerable:!0},toString:{enumerable:!0},createContextualFragment:{enumerable:!0},commonAncestorContainer:{enumerable:!0},[Symbol.toStringTag]:{value:"Range",configurable:!0},START_TO_START:{value:0,enumerable:!0},START_TO_END:{value:1,enumerable:!0},END_TO_END:{value:2,enumerable:!0},END_TO_START:{value:3,enumerable:!0}}),Object.defineProperties(Range,{START_TO_START:{value:0,enumerable:!0},START_TO_END:{value:1,enumerable:!0},END_TO_END:{value:2,enumerable:!0},END_TO_START:{value:3,enumerable:!0}}),ctorRegistry.Range=Range,Object.defineProperty(globalObject,"Range",{configurable:!0,writable:!0,value:Range})};const Impl=__webpack_require__(9113)},48728:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Location.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Location'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| utils.define(wrapper,function(globalObject){ |
| /*ThouShaltNotCache*/ |
| let unforgeables=unforgeablesMap.get(globalObject);return void 0===unforgeables&&(unforgeables=Object.create(null),utils.define(unforgeables,{assign(url){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'assign' called on an object that is not a valid instance of Location.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'assign' on 'Location': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'assign' on 'Location': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].assign(...args)},replace(url){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replace' called on an object that is not a valid instance of Location.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'replace' on 'Location': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'replace' on 'Location': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].replace(...args)},reload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reload' called on an object that is not a valid instance of Location.");return esValue[implSymbol].reload()},get href(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get href' called on an object that is not a valid instance of Location.");return esValue[implSymbol].href},set href(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set href' called on an object that is not a valid instance of Location.");V=conversions.USVString(V,{context:"Failed to set the 'href' property on 'Location': The provided value",globals:globalObject}),esValue[implSymbol].href=V},toString(){if(!exports.is(this))throw new globalObject.TypeError("'toString' called on an object that is not a valid instance of Location.");return this[implSymbol].href},get origin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get origin' called on an object that is not a valid instance of Location.");return esValue[implSymbol].origin},get protocol(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get protocol' called on an object that is not a valid instance of Location.");return esValue[implSymbol].protocol},set protocol(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set protocol' called on an object that is not a valid instance of Location.");V=conversions.USVString(V,{context:"Failed to set the 'protocol' property on 'Location': The provided value",globals:globalObject}),esValue[implSymbol].protocol=V},get host(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get host' called on an object that is not a valid instance of Location.");return esValue[implSymbol].host},set host(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set host' called on an object that is not a valid instance of Location.");V=conversions.USVString(V,{context:"Failed to set the 'host' property on 'Location': The provided value",globals:globalObject}),esValue[implSymbol].host=V},get hostname(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hostname' called on an object that is not a valid instance of Location.");return esValue[implSymbol].hostname},set hostname(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hostname' called on an object that is not a valid instance of Location.");V=conversions.USVString(V,{context:"Failed to set the 'hostname' property on 'Location': The provided value",globals:globalObject}),esValue[implSymbol].hostname=V},get port(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get port' called on an object that is not a valid instance of Location.");return esValue[implSymbol].port},set port(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set port' called on an object that is not a valid instance of Location.");V=conversions.USVString(V,{context:"Failed to set the 'port' property on 'Location': The provided value",globals:globalObject}),esValue[implSymbol].port=V},get pathname(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pathname' called on an object that is not a valid instance of Location.");return esValue[implSymbol].pathname},set pathname(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set pathname' called on an object that is not a valid instance of Location.");V=conversions.USVString(V,{context:"Failed to set the 'pathname' property on 'Location': The provided value",globals:globalObject}),esValue[implSymbol].pathname=V},get search(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get search' called on an object that is not a valid instance of Location.");return esValue[implSymbol].search},set search(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set search' called on an object that is not a valid instance of Location.");V=conversions.USVString(V,{context:"Failed to set the 'search' property on 'Location': The provided value",globals:globalObject}),esValue[implSymbol].search=V},get hash(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hash' called on an object that is not a valid instance of Location.");return esValue[implSymbol].hash},set hash(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hash' called on an object that is not a valid instance of Location.");V=conversions.USVString(V,{context:"Failed to set the 'hash' property on 'Location': The provided value",globals:globalObject}),esValue[implSymbol].hash=V}}),Object.defineProperties(unforgeables,{assign:{configurable:!1,writable:!1},replace:{configurable:!1,writable:!1},reload:{configurable:!1,writable:!1},href:{configurable:!1},toString:{configurable:!1,writable:!1},origin:{configurable:!1},protocol:{configurable:!1},host:{configurable:!1},hostname:{configurable:!1},port:{configurable:!1},pathname:{configurable:!1},search:{configurable:!1},hash:{configurable:!1}}),unforgeablesMap.set(globalObject,unforgeables)),unforgeables}(globalObject))},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const unforgeablesMap=new WeakMap,exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Location{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(Location.prototype,{[Symbol.toStringTag]:{value:"Location",configurable:!0}}),ctorRegistry.Location=Location,Object.defineProperty(globalObject,"Location",{configurable:!0,writable:!0,value:Location})};const Impl=__webpack_require__(26566)},48805:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),DOMException=__webpack_require__(3698),{serializeURL}=__webpack_require__(88499),HTMLElementImpl=__webpack_require__(52723).implementation,{domSymbolTree}=__webpack_require__(35442),{fireAnEvent}=__webpack_require__(97130),{formOwner,isListed,isSubmittable,isSubmitButton}=__webpack_require__(28888),HTMLFormControlsCollection=__webpack_require__(25386),notImplemented=__webpack_require__(48184),SubmitEvent=__webpack_require__(62099),encTypes=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]),methods=new Set(["get","post","dialog"]),constraintValidationPositiveResult=Symbol("positive"),constraintValidationNegativeResult=Symbol("negative");class HTMLFormElementImpl extends HTMLElementImpl{_descendantAdded(parent,child){ |
| /*ThouShaltNotCache*/ |
| const form=this;for(const el of domSymbolTree.treeIterator(child))"function"==typeof el._changedFormOwner&&el._changedFormOwner(form);super._descendantAdded(parent,child)}_descendantRemoved(parent,child){ |
| /*ThouShaltNotCache*/ |
| for(const el of domSymbolTree.treeIterator(child))"function"==typeof el._changedFormOwner&&el._changedFormOwner(null);super._descendantRemoved(parent,child)}_getSubmittableElementNodes(){ |
| /*ThouShaltNotCache*/ |
| return domSymbolTree.treeToArray(this.getRootNode({}),{filter:node=> |
| /*ThouShaltNotCache*/ |
| !!isSubmittable(node)&&formOwner(node)===this})}_getElementNodes(){ |
| /*ThouShaltNotCache*/ |
| return domSymbolTree.treeToArray(this.getRootNode({}),{filter:node=> |
| /*ThouShaltNotCache*/ |
| !(!isListed(node)||"input"===node._localName&&"image"===node.type)&&formOwner(node)===this})}get elements(){ |
| /*ThouShaltNotCache*/ |
| return HTMLFormControlsCollection.createImpl(this._globalObject,[],{element:this.getRootNode({}),query:()=>this._getElementNodes()})}[idlUtils.indexedGet](index){ |
| /*ThouShaltNotCache*/ |
| return this._getElementNodes()[index]||null}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return Object.keys(this._getElementNodes())}get length(){ |
| /*ThouShaltNotCache*/ |
| return this.elements.length}_doRequestSubmit(submitter){ |
| /*ThouShaltNotCache*/ |
| this.isConnected&&this.requestSubmit(submitter)}submit(){ |
| /*ThouShaltNotCache*/ |
| notImplemented("HTMLFormElement.prototype.submit",this._ownerDocument._defaultView)}requestSubmit(submitter=null){ |
| /*ThouShaltNotCache*/ |
| if(null!==submitter){if(!isSubmitButton(submitter))throw new TypeError("The specified element is not a submit button");if(submitter.form!==this)throw DOMException.create(this._globalObject,["The specified element is not owned by this form element","NotFoundError"])}(this.hasAttributeNS(null,"novalidate")||this.reportValidity())&&fireAnEvent("submit",this,SubmitEvent,{bubbles:!0,cancelable:!0,submitter})&¬Implemented("HTMLFormElement.prototype.requestSubmit",this._ownerDocument._defaultView)}_doReset(){ |
| /*ThouShaltNotCache*/ |
| this.isConnected&&this.reset()}reset(){ |
| /*ThouShaltNotCache*/ |
| if(fireAnEvent("reset",this,void 0,{bubbles:!0,cancelable:!0}))for(const el of this.elements)"function"==typeof el._formReset&&el._formReset()}get method(){ |
| /*ThouShaltNotCache*/ |
| let method=this.getAttributeNS(null,"method");return method&&(method=method.toLowerCase()),methods.has(method)?method:"get"}set method(V){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"method",V)}get enctype(){ |
| /*ThouShaltNotCache*/ |
| let type=this.getAttributeNS(null,"enctype");return type&&(type=type.toLowerCase()),encTypes.has(type)?type:"application/x-www-form-urlencoded"}set enctype(V){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"enctype",V)}get action(){ |
| /*ThouShaltNotCache*/ |
| const attributeValue=this.getAttributeNS(null,"action");if(null===attributeValue||""===attributeValue)return this._ownerDocument.URL;const urlRecord=this._ownerDocument.encodingParseAURL(attributeValue);return null===urlRecord?attributeValue:serializeURL(urlRecord)}set action(V){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"action",V)}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| return this._staticallyValidateConstraints().result===constraintValidationPositiveResult}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| return this.checkValidity()}_staticallyValidateConstraints(){ |
| /*ThouShaltNotCache*/ |
| const controls=[];for(const el of this.elements)el.form===this&&isSubmittable(el)&&controls.push(el);const invalidControls=[];for(const control of controls)control._isCandidateForConstraintValidation()&&!control._satisfiesConstraints()&&invalidControls.push(control);if(0===invalidControls.length)return{result:constraintValidationPositiveResult};const unhandledInvalidControls=[];for(const invalidControl of invalidControls){fireAnEvent("invalid",invalidControl,void 0,{cancelable:!0})&&unhandledInvalidControls.push(invalidControl)}return{result:constraintValidationNegativeResult,unhandledInvalidControls}}}module.exports={implementation:HTMLFormElementImpl}},48902:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{nodeRoot}=__webpack_require__(95995),{mixin}=__webpack_require__(7586),DocumentFragment=__webpack_require__(94581).implementation,DocumentOrShadowRootImpl=__webpack_require__(37542).implementation,InnerHTMLImpl=__webpack_require__(18742).D;class ShadowRootImpl extends DocumentFragment{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData);const{mode}=privateData;this._mode=mode,this._availableToElementInternals=!1}_getTheParent(event){ |
| /*ThouShaltNotCache*/ |
| return event.composed||this!==nodeRoot(event._path[0].item)?this._host:null}get mode(){ |
| /*ThouShaltNotCache*/ |
| return this._mode}get host(){ |
| /*ThouShaltNotCache*/ |
| return this._host}}mixin(ShadowRootImpl.prototype,DocumentOrShadowRootImpl.prototype),mixin(ShadowRootImpl.prototype,InnerHTMLImpl.prototype),module.exports={implementation:ShadowRootImpl}},48960:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSStyleSheet:__webpack_require__(75890).CSSStyleSheet,CSSRule:__webpack_require__(74056).CSSRule,CSSStyleRule:__webpack_require__(65551).CSSStyleRule,CSSGroupingRule:__webpack_require__(45309).CSSGroupingRule,CSSConditionRule:__webpack_require__(36799).CSSConditionRule,CSSMediaRule:__webpack_require__(19502).CSSMediaRule,CSSContainerRule:__webpack_require__(38881).CSSContainerRule,CSSSupportsRule:__webpack_require__(17388).CSSSupportsRule,CSSStyleDeclaration:__webpack_require__(58473).CSSStyleDeclaration,CSSKeyframeRule:__webpack_require__(54940).CSSKeyframeRule,CSSKeyframesRule:__webpack_require__(84495).CSSKeyframesRule,CSSLayerBlockRule:__webpack_require__(61150).CSSLayerBlockRule,clone:function clone(stylesheet){ |
| /*ThouShaltNotCache*/ |
| var cloned=new CSSOM.CSSStyleSheet,rules=stylesheet.cssRules;if(!rules)return cloned;for(var i=0,rulesLength=rules.length;i<rulesLength;i++){var rule=rules[i],ruleClone=cloned.cssRules[i]=new rule.constructor,style=rule.style;if(style){for(var styleClone=ruleClone.style=new CSSOM.CSSStyleDeclaration,j=0,styleLength=style.length;j<styleLength;j++){var name=styleClone[j]=style[j];styleClone[name]=style[name],styleClone._importants[name]=style.getPropertyPriority(name)}styleClone.length=style.length}rule.hasOwnProperty("keyText")&&(ruleClone.keyText=rule.keyText),rule.hasOwnProperty("selectorText")&&(ruleClone.selectorText=rule.selectorText),rule.hasOwnProperty("mediaText")&&(ruleClone.mediaText=rule.mediaText),rule.hasOwnProperty("conditionText")&&(ruleClone.conditionText=rule.conditionText),rule.hasOwnProperty("layerName")&&(ruleClone.layerName=rule.layerName),rule.hasOwnProperty("cssRules")&&(ruleClone.cssRules=clone(rule).cssRules)}return cloned}};exports.clone=CSSOM.clone},48973:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{asciiLowercase}=__webpack_require__(90383);exports.dashedToCamelCase=function(dashed){ |
| /*ThouShaltNotCache*/ |
| if(dashed.startsWith("--"))return dashed;let camel="",nextCap=!1,i=/^-webkit-/.test(dashed)?1:0;for(;i<dashed.length;i++)"-"!==dashed[i]?(camel+=nextCap?dashed[i].toUpperCase():dashed[i],nextCap=!1):nextCap=!0;return camel},exports.camelCaseToDashed=function(camelCase){ |
| /*ThouShaltNotCache*/ |
| if(camelCase.startsWith("--"))return camelCase;const dashed=asciiLowercase(camelCase.replace(/(?<=[a-z])[A-Z]/g,"-$&"));return/^webkit-/.test(dashed)?`-${dashed}`:dashed}},49062:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLQuoteElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLQuoteElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLQuoteElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLQuoteElement",new.target)}get cite(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cite' called on an object that is not a valid instance of HTMLQuoteElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("cite");if(null===value)return"";if(this._citeURLCacheKey===value)return this._citeURLCache;this._citeURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._citeURLCache=serializeURLwhatwg_url(urlRecord),this._citeURLCache):(this._citeURLCache=conversions.USVString(value),this._citeURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set cite(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set cite' called on an object that is not a valid instance of HTMLQuoteElement.");V=conversions.USVString(V,{context:"Failed to set the 'cite' property on 'HTMLQuoteElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("cite",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLQuoteElement.prototype,{cite:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLQuoteElement",configurable:!0}}),ctorRegistry.HTMLQuoteElement=HTMLQuoteElement,Object.defineProperty(globalObject,"HTMLQuoteElement",{configurable:!0,writable:!0,value:HTMLQuoteElement})};const Impl=__webpack_require__(14757)},49159:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,notImplemented=__webpack_require__(48184),idlUtils=__webpack_require__(65554),{Canvas}=__webpack_require__(7586);class HTMLCanvasElementImpl extends HTMLElementImpl{_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| !this._canvas||"width"!==name&&"height"!==name||(this._canvas[name]=parseInt(value)),super._attrModified(name,value,oldValue)}_getCanvas(){ |
| /*ThouShaltNotCache*/ |
| return Canvas&&!this._canvas&&(this._canvas=Canvas.createCanvas(this.width,this.height)),this._canvas}getContext(contextId){ |
| /*ThouShaltNotCache*/ |
| const canvas=this._getCanvas();return canvas?(this._context||(this._context=canvas.getContext(contextId)||null,this._context&&(this._context.canvas=idlUtils.wrapperForImpl(this),wrapNodeCanvasMethod(this._context,"createPattern"),wrapNodeCanvasMethod(this._context,"drawImage"))),this._context):(notImplemented("HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)",this._ownerDocument._defaultView),null)}toDataURL(...args){ |
| /*ThouShaltNotCache*/ |
| const canvas=this._getCanvas();return canvas?canvas.toDataURL(...args):(notImplemented("HTMLCanvasElement.prototype.toDataURL (without installing the canvas npm package)",this._ownerDocument._defaultView),null)}toBlob(callback,type,qualityArgument){ |
| /*ThouShaltNotCache*/ |
| const window=this._ownerDocument._defaultView,canvas=this._getCanvas();if(canvas){const options={};switch(type){case"image/jpg":case"image/jpeg":type="image/jpeg",options.quality=qualityArgument;break;default:type="image/png"}canvas.toBuffer((err,buff)=>{ |
| /*ThouShaltNotCache*/ |
| if(err)throw err;callback(new window.Blob([buff],{type}))},type,options)}else notImplemented("HTMLCanvasElement.prototype.toBlob (without installing the canvas npm package)",window)}get width(){ |
| /*ThouShaltNotCache*/ |
| const parsed=parseInt(this.getAttributeNS(null,"width"));return isNaN(parsed)||parsed<0||parsed>2147483647?300:parsed}set width(v){ |
| /*ThouShaltNotCache*/ |
| v=v>2147483647?300:v,this.setAttributeNS(null,"width",String(v))}get height(){ |
| /*ThouShaltNotCache*/ |
| const parsed=parseInt(this.getAttributeNS(null,"height"));return isNaN(parsed)||parsed<0||parsed>2147483647?150:parsed}set height(v){ |
| /*ThouShaltNotCache*/ |
| v=v>2147483647?150:v,this.setAttributeNS(null,"height",String(v))}}function wrapNodeCanvasMethod(ctx,name){ |
| /*ThouShaltNotCache*/ |
| const prev=ctx[name];ctx[name]=function(image,...rest){ |
| /*ThouShaltNotCache*/ |
| const impl=idlUtils.implForWrapper(image);return impl&&(impl instanceof HTMLCanvasElementImpl&&!impl._canvas&&impl._getCanvas(),image=impl._image||impl._canvas),prev.call(ctx,image,...rest)}}module.exports={implementation:HTMLCanvasElementImpl}},49397:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{domSymbolTree}=__webpack_require__(35442),{HTML_NS}=__webpack_require__(36675);exports.closest=(e,localName,namespace=HTML_NS)=>{ |
| /*ThouShaltNotCache*/ |
| for(;e;){if(e.localName===localName&&e.namespaceURI===namespace)return e;e=domSymbolTree.parent(e)}return null},exports.childrenByLocalName=(parent,localName,namespace=HTML_NS)=>domSymbolTree.childrenToArray(parent,{filter:node=>node._localName===localName&&node._namespaceURI===namespace}),exports.descendantsByLocalName=(parent,localName,namespace=HTML_NS)=>domSymbolTree.treeToArray(parent,{filter:node=>node._localName===localName&&node._namespaceURI===namespace&&node!==parent}),exports.childrenByLocalNames=(parent,localNamesSet,namespace=HTML_NS)=>domSymbolTree.childrenToArray(parent,{filter:node=>localNamesSet.has(node._localName)&&node._namespaceURI===namespace}),exports.descendantsByLocalNames=(parent,localNamesSet,namespace=HTML_NS)=>domSymbolTree.treeToArray(parent,{filter:node=>localNamesSet.has(node._localName)&&node._namespaceURI===namespace&&node!==parent}),exports.firstChildWithLocalName=(parent,localName,namespace=HTML_NS)=>{ |
| /*ThouShaltNotCache*/ |
| const iterator=domSymbolTree.childrenIterator(parent);for(const child of iterator)if(child._localName===localName&&child._namespaceURI===namespace)return child;return null},exports.firstChildWithLocalNames=(parent,localNamesSet,namespace=HTML_NS)=>{ |
| /*ThouShaltNotCache*/ |
| const iterator=domSymbolTree.childrenIterator(parent);for(const child of iterator)if(localNamesSet.has(child._localName)&&child._namespaceURI===namespace)return child;return null},exports.firstDescendantWithLocalName=(parent,localName,namespace=HTML_NS)=>{ |
| /*ThouShaltNotCache*/ |
| const iterator=domSymbolTree.treeIterator(parent);for(const descendant of iterator)if(descendant._localName===localName&&descendant._namespaceURI===namespace)return descendant;return null}},49489:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SEQUENCES=exports.CODE_POINTS=exports.REPLACEMENT_CHARACTER=void 0,exports.isSurrogate=function(cp){ |
| /*ThouShaltNotCache*/ |
| return cp>=55296&&cp<=57343},exports.isSurrogatePair=function(cp){ |
| /*ThouShaltNotCache*/ |
| return cp>=56320&&cp<=57343},exports.getSurrogatePairCodePoint=function(cp1,cp2){ |
| /*ThouShaltNotCache*/ |
| return 1024*(cp1-55296)+9216+cp2},exports.isControlCodePoint=function(cp){ |
| /*ThouShaltNotCache*/ |
| return 32!==cp&&10!==cp&&13!==cp&&9!==cp&&12!==cp&&cp>=1&&cp<=31||cp>=127&&cp<=159},exports.isUndefinedCodePoint=function(cp){ |
| /*ThouShaltNotCache*/ |
| return cp>=64976&&cp<=65007||UNDEFINED_CODE_POINTS.has(cp)};const UNDEFINED_CODE_POINTS=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]);var CODE_POINTS;exports.REPLACEMENT_CHARACTER="\ufffd",function(CODE_POINTS){ |
| /*ThouShaltNotCache*/ |
| CODE_POINTS[CODE_POINTS.EOF=-1]="EOF",CODE_POINTS[CODE_POINTS.NULL=0]="NULL",CODE_POINTS[CODE_POINTS.TABULATION=9]="TABULATION",CODE_POINTS[CODE_POINTS.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",CODE_POINTS[CODE_POINTS.LINE_FEED=10]="LINE_FEED",CODE_POINTS[CODE_POINTS.FORM_FEED=12]="FORM_FEED",CODE_POINTS[CODE_POINTS.SPACE=32]="SPACE",CODE_POINTS[CODE_POINTS.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",CODE_POINTS[CODE_POINTS.QUOTATION_MARK=34]="QUOTATION_MARK",CODE_POINTS[CODE_POINTS.AMPERSAND=38]="AMPERSAND",CODE_POINTS[CODE_POINTS.APOSTROPHE=39]="APOSTROPHE",CODE_POINTS[CODE_POINTS.HYPHEN_MINUS=45]="HYPHEN_MINUS",CODE_POINTS[CODE_POINTS.SOLIDUS=47]="SOLIDUS",CODE_POINTS[CODE_POINTS.DIGIT_0=48]="DIGIT_0",CODE_POINTS[CODE_POINTS.DIGIT_9=57]="DIGIT_9",CODE_POINTS[CODE_POINTS.SEMICOLON=59]="SEMICOLON",CODE_POINTS[CODE_POINTS.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",CODE_POINTS[CODE_POINTS.EQUALS_SIGN=61]="EQUALS_SIGN",CODE_POINTS[CODE_POINTS.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",CODE_POINTS[CODE_POINTS.QUESTION_MARK=63]="QUESTION_MARK",CODE_POINTS[CODE_POINTS.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",CODE_POINTS[CODE_POINTS.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",CODE_POINTS[CODE_POINTS.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",CODE_POINTS[CODE_POINTS.GRAVE_ACCENT=96]="GRAVE_ACCENT",CODE_POINTS[CODE_POINTS.LATIN_SMALL_A=97]="LATIN_SMALL_A",CODE_POINTS[CODE_POINTS.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"}(CODE_POINTS||(exports.CODE_POINTS=CODE_POINTS={})),exports.SEQUENCES={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"}},49938:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},50090:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348),Buffer=__webpack_require__(81545).Buffer;const fs=__webpack_require__(16298),{fileURLToPath}=__webpack_require__(41837),{parseURL}=__webpack_require__(88499),dataURLFromRecord=__webpack_require__(78609).fromURLRecord,packageVersion=__webpack_require__(92949).rE,agentFactory=__webpack_require__(14517),Request=__webpack_require__(57175),IS_BROWSER="[object process]"!==Object.prototype.toString.call(process);module.exports=class{constructor({strictSSL=!0,proxy,userAgent=`Mozilla/5.0 (${process.platform||"unknown OS"}) AppleWebKit/537.36 (KHTML, like Gecko) jsdom/${packageVersion}`}={}){ |
| /*ThouShaltNotCache*/ |
| this._strictSSL=strictSSL,this._proxy=proxy,this._userAgent=userAgent}_readDataURL(urlRecord){ |
| /*ThouShaltNotCache*/ |
| const dataURL=dataURLFromRecord(urlRecord);let timeoutId;const promise=new Promise(resolve=>{ |
| /*ThouShaltNotCache*/ |
| timeoutId=setTimeout(resolve,0,Buffer.from(dataURL.body))});return promise.abort=()=>{ |
| /*ThouShaltNotCache*/ |
| void 0!==timeoutId&&clearTimeout(timeoutId)},promise}_readFile(filePath){ |
| /*ThouShaltNotCache*/ |
| let readableStream,abort;const promise=new Promise((resolve,reject)=>{ |
| /*ThouShaltNotCache*/ |
| readableStream=fs.createReadStream(filePath);let data=Buffer.alloc(0);abort=reject,readableStream.on("error",reject),readableStream.on("data",chunk=>{ |
| /*ThouShaltNotCache*/ |
| data=Buffer.concat([data,chunk])}),readableStream.on("end",()=>{ |
| /*ThouShaltNotCache*/ |
| resolve(data)})});return promise.abort=()=>{ |
| /*ThouShaltNotCache*/ |
| readableStream.destroy();const error=new Error("request canceled by user");error.isAbortError=!0,abort(error)},promise}fetch(urlString,{accept,cookieJar,referrer}={}){ |
| /*ThouShaltNotCache*/ |
| const url=parseURL(urlString);if(!url)return Promise.reject(new Error(`Tried to fetch invalid URL ${urlString}`));switch(url.scheme){case"data":return this._readDataURL(url);case"http":case"https":{const agents=agentFactory(this._proxy,this._strictSSL),headers={"User-Agent":this._userAgent,"Accept-Language":"en","Accept-Encoding":"gzip",Accept:accept||"*/*"};referrer&&!IS_BROWSER&&(headers.Referer=referrer);const requestClient=new Request(urlString,{followRedirects:!0,cookieJar,agents},{headers}),promise=new Promise((resolve,reject)=>{ |
| /*ThouShaltNotCache*/ |
| const accumulated=[];requestClient.once("response",res=>{ |
| /*ThouShaltNotCache*/ |
| promise.response=res;const{statusCode}=res;(statusCode<200||statusCode>299)&&(requestClient.abort(),reject(new Error(`Resource was not loaded. Status: ${statusCode}`)))}),requestClient.on("data",chunk=>{ |
| /*ThouShaltNotCache*/ |
| accumulated.push(chunk)}),requestClient.on("end",()=>resolve(Buffer.concat(accumulated))),requestClient.on("error",reject)});return requestClient.on("end",()=>{ |
| /*ThouShaltNotCache*/ |
| promise.href=requestClient.currentURL}),promise.abort=requestClient.abort.bind(requestClient),promise.getHeader=name=>headers[name]||requestClient.getHeader(name),requestClient.end(),promise}case"file":try{return this._readFile(fileURLToPath(urlString))}catch(e){return Promise.reject(e)}default:return Promise.reject(new Error(`Tried to fetch URL ${urlString} with invalid scheme ${url.scheme}`))}}}},50199:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLOutputElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLOutputElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLOutputElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLOutputElement",new.target)}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'checkValidity' called on an object that is not a valid instance of HTMLOutputElement.");return esValue[implSymbol].checkValidity()}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reportValidity' called on an object that is not a valid instance of HTMLOutputElement.");return esValue[implSymbol].reportValidity()}setCustomValidity(error){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setCustomValidity' called on an object that is not a valid instance of HTMLOutputElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setCustomValidity' on 'HTMLOutputElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setCustomValidity' on 'HTMLOutputElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setCustomValidity(...args)}get htmlFor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get htmlFor' called on an object that is not a valid instance of HTMLOutputElement.");return utils.getSameObject(this,"htmlFor",()=>utils.tryWrapperForImpl(esValue[implSymbol].htmlFor))}set htmlFor(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set htmlFor' called on an object that is not a valid instance of HTMLOutputElement.");const Q=esValue.htmlFor;if(!utils.isObject(Q))throw new globalObject.TypeError("Property 'htmlFor' is not an object");Reflect.set(Q,"value",V)}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLOutputElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLOutputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLOutputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLOutputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLOutputElement.");return esValue[implSymbol].type}get defaultValue(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultValue' called on an object that is not a valid instance of HTMLOutputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].defaultValue}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set defaultValue(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set defaultValue' called on an object that is not a valid instance of HTMLOutputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'defaultValue' property on 'HTMLOutputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].defaultValue=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLOutputElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLOutputElement.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'HTMLOutputElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].value=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get willValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get willValidate' called on an object that is not a valid instance of HTMLOutputElement.");return esValue[implSymbol].willValidate}get validity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validity' called on an object that is not a valid instance of HTMLOutputElement.");return utils.tryWrapperForImpl(esValue[implSymbol].validity)}get validationMessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validationMessage' called on an object that is not a valid instance of HTMLOutputElement.");return esValue[implSymbol].validationMessage}get labels(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get labels' called on an object that is not a valid instance of HTMLOutputElement.");return utils.tryWrapperForImpl(esValue[implSymbol].labels)}}Object.defineProperties(HTMLOutputElement.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},htmlFor:{enumerable:!0},form:{enumerable:!0},name:{enumerable:!0},type:{enumerable:!0},defaultValue:{enumerable:!0},value:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOutputElement",configurable:!0}}),ctorRegistry.HTMLOutputElement=HTMLOutputElement,Object.defineProperty(globalObject,"HTMLOutputElement",{configurable:!0,writable:!0,value:HTMLOutputElement})};const Impl=__webpack_require__(57118)},50256:module=>{"use strict";module.exports=class{constructor(){ |
| /*ThouShaltNotCache*/ |
| this.parent=null,this.previousSibling=null,this.nextSibling=null,this.firstChild=null,this.lastChild=null,this.childrenVersion=0,this.childIndexCachedUpTo=null,this.cachedIndex=-1,this.cachedIndexVersion=NaN}get isAttached(){ |
| /*ThouShaltNotCache*/ |
| return Boolean(this.parent||this.previousSibling||this.nextSibling)}get hasChildren(){ |
| /*ThouShaltNotCache*/ |
| return Boolean(this.firstChild)}childrenChanged(){ |
| /*ThouShaltNotCache*/ |
| this.childrenVersion=this.childrenVersion+1&4294967295,this.childIndexCachedUpTo=null}getCachedIndex(parentNode){ |
| /*ThouShaltNotCache*/ |
| return this.cachedIndexVersion!==parentNode.childrenVersion?(this.cachedIndexVersion=NaN,-1):this.cachedIndex}setCachedIndex(parentNode,index){ |
| /*ThouShaltNotCache*/ |
| this.cachedIndexVersion=parentNode.childrenVersion,this.cachedIndex=index}}},50259:module=>{"use strict";module.exports.STATUS_MAPPING={mapped:1,valid:2,disallowed:3,deviation:6,ignored:7}},50695:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),StorageEvent=__webpack_require__(86036),idlUtils=__webpack_require__(65554),{fireAnEvent}=__webpack_require__(97130);class StorageImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| const{associatedWindow,storageArea,url,type,storageQuota}=privateData;this._associatedWindow=associatedWindow,this._items=storageArea,this._url=url,this._type=type,this._quota=storageQuota,this._globalObject=globalObject}_dispatchStorageEvent(key,oldValue,newValue){ |
| /*ThouShaltNotCache*/ |
| return this._associatedWindow._currentOriginData.windowsInSameOrigin.filter(target=>target!==this._associatedWindow).forEach(target=>fireAnEvent("storage",target,StorageEvent,{key,oldValue,newValue,url:this._url,storageArea:target["_"+this._type]}))}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._items.size}key(n){ |
| /*ThouShaltNotCache*/ |
| return n>=this._items.size?null:[...this._items.keys()][n]}getItem(key){ |
| /*ThouShaltNotCache*/ |
| return this._items.has(key)?this._items.get(key):null}setItem(key,value){ |
| /*ThouShaltNotCache*/ |
| const oldValue=this._items.get(key)||null;if(oldValue===value)return;let itemsTotalLength=key.length+value.length;for(const[curKey,curValue]of this._items)key!==curKey&&(itemsTotalLength+=curKey.length+curValue.length);if(itemsTotalLength>this._quota)throw DOMException.create(this._globalObject,[`The ${this._quota}-code unit storage quota has been exceeded.`,"QuotaExceededError"]);setTimeout(this._dispatchStorageEvent.bind(this),0,key,oldValue,value),this._items.set(key,value)}removeItem(key){ |
| /*ThouShaltNotCache*/ |
| this._items.has(key)&&(setTimeout(this._dispatchStorageEvent.bind(this),0,key,this._items.get(key),null),this._items.delete(key))}clear(){ |
| /*ThouShaltNotCache*/ |
| this._items.size>0&&(setTimeout(this._dispatchStorageEvent.bind(this),0,null,null,null),this._items.clear())}get[idlUtils.supportedPropertyNames](){ |
| /*ThouShaltNotCache*/ |
| return this._items.keys()}}module.exports={implementation:StorageImpl}},50753:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const cssom=__webpack_require__(84765),cssstyle=__webpack_require__(65215);exports.addToCore=core=>{ |
| /*ThouShaltNotCache*/ |
| core.StyleSheet=cssom.StyleSheet,core.MediaList=cssom.MediaList,core.CSSStyleSheet=cssom.CSSStyleSheet,core.CSSRule=cssom.CSSRule,core.CSSStyleRule=cssom.CSSStyleRule,core.CSSMediaRule=cssom.CSSMediaRule,core.CSSImportRule=cssom.CSSImportRule,core.CSSStyleDeclaration=cssstyle.CSSStyleDeclaration}},50826:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},50913:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SaxesParser=exports.EVENTS=void 0;const ed5=__webpack_require__(37397),ed2=__webpack_require__(10383),NSed3=__webpack_require__(97056);var isS=ed5.isS,isChar10=ed5.isChar,isNameStartChar=ed5.isNameStartChar,isNameChar=ed5.isNameChar,S_LIST=ed5.S_LIST,NAME_RE=ed5.NAME_RE,isChar11=ed2.isChar,isNCNameStartChar=NSed3.isNCNameStartChar,isNCNameChar=NSed3.isNCNameChar,NC_NAME_RE=NSed3.NC_NAME_RE;const XML_NAMESPACE="http://www.w3.org/XML/1998/namespace",XMLNS_NAMESPACE="http://www.w3.org/2000/xmlns/",rootNS={__proto__:null,xml:XML_NAMESPACE,xmlns:XMLNS_NAMESPACE},XML_ENTITIES={__proto__:null,amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},isQuote=c=>34===c||39===c,QUOTES=[34,39],DOCTYPE_TERMINATOR=[...QUOTES,91,62],DTD_TERMINATOR=[...QUOTES,60,93],XML_DECL_NAME_TERMINATOR=[61,63,...S_LIST],ATTRIB_VALUE_UNQUOTED_TERMINATOR=[...S_LIST,62,38,60];function nsPairCheck(parser,prefix,uri){ |
| /*ThouShaltNotCache*/ |
| switch(prefix){case"xml":uri!==XML_NAMESPACE&&parser.fail(`xml prefix must be bound to ${XML_NAMESPACE}.`);break;case"xmlns":uri!==XMLNS_NAMESPACE&&parser.fail(`xmlns prefix must be bound to ${XMLNS_NAMESPACE}.`)}switch(uri){case XMLNS_NAMESPACE:parser.fail(""===prefix?`the default namespace may not be set to ${uri}.`:`may not assign a prefix (even "xmlns") to the URI ${XMLNS_NAMESPACE}.`);break;case XML_NAMESPACE:switch(prefix){case"xml":break;case"":parser.fail(`the default namespace may not be set to ${uri}.`);break;default:parser.fail("may not assign the xml namespace to another prefix.")}}}const isNCName=name=>NC_NAME_RE.test(name),isName=name=>NAME_RE.test(name);exports.EVENTS=["xmldecl","text","processinginstruction","doctype","comment","opentagstart","attribute","opentag","closetag","cdata","error","end","ready"];const EVENT_NAME_TO_HANDLER_NAME={xmldecl:"xmldeclHandler",text:"textHandler",processinginstruction:"piHandler",doctype:"doctypeHandler",comment:"commentHandler",opentagstart:"openTagStartHandler",attribute:"attributeHandler",opentag:"openTagHandler",closetag:"closeTagHandler",cdata:"cdataHandler",error:"errorHandler",end:"endHandler",ready:"readyHandler"};exports.SaxesParser=class{constructor(opt){ |
| /*ThouShaltNotCache*/ |
| this.opt=null!=opt?opt:{},this.fragmentOpt=!!this.opt.fragment;const xmlnsOpt=this.xmlnsOpt=!!this.opt.xmlns;if(this.trackPosition=!1!==this.opt.position,this.fileName=this.opt.fileName,xmlnsOpt){this.nameStartCheck=isNCNameStartChar,this.nameCheck=isNCNameChar,this.isName=isNCName,this.processAttribs=this.processAttribsNS,this.pushAttrib=this.pushAttribNS,this.ns=Object.assign({__proto__:null},rootNS);const additional=this.opt.additionalNamespaces;null!=additional&&(!function(parser,mapping){ |
| /*ThouShaltNotCache*/ |
| for(const local of Object.keys(mapping))nsPairCheck(parser,local,mapping[local])}(this,additional),Object.assign(this.ns,additional))}else this.nameStartCheck=isNameStartChar,this.nameCheck=isNameChar,this.isName=isName,this.processAttribs=this.processAttribsPlain,this.pushAttrib=this.pushAttribPlain;this.stateTable=[this.sBegin,this.sBeginWhitespace,this.sDoctype,this.sDoctypeQuote,this.sDTD,this.sDTDQuoted,this.sDTDOpenWaka,this.sDTDOpenWakaBang,this.sDTDComment,this.sDTDCommentEnding,this.sDTDCommentEnded,this.sDTDPI,this.sDTDPIEnding,this.sText,this.sEntity,this.sOpenWaka,this.sOpenWakaBang,this.sComment,this.sCommentEnding,this.sCommentEnded,this.sCData,this.sCDataEnding,this.sCDataEnding2,this.sPIFirstChar,this.sPIRest,this.sPIBody,this.sPIEnding,this.sXMLDeclNameStart,this.sXMLDeclName,this.sXMLDeclEq,this.sXMLDeclValueStart,this.sXMLDeclValue,this.sXMLDeclSeparator,this.sXMLDeclEnding,this.sOpenTag,this.sOpenTagSlash,this.sAttrib,this.sAttribName,this.sAttribNameSawWhite,this.sAttribValue,this.sAttribValueQuoted,this.sAttribValueClosed,this.sAttribValueUnquoted,this.sCloseTag,this.sCloseTagSawWhite],this._init()}get closed(){ |
| /*ThouShaltNotCache*/ |
| return this._closed}_init(){ |
| /*ThouShaltNotCache*/ |
| var _a;this.openWakaBang="",this.text="",this.name="",this.piTarget="",this.entity="",this.q=null,this.tags=[],this.tag=null,this.topNS=null,this.chunk="",this.chunkPosition=0,this.i=0,this.prevI=0,this.carriedFromPrevious=void 0,this.forbiddenState=0,this.attribList=[];const{fragmentOpt}=this;this.state=fragmentOpt?13:0,this.reportedTextBeforeRoot=this.reportedTextAfterRoot=this.closedRoot=this.sawRoot=fragmentOpt,this.xmlDeclPossible=!fragmentOpt,this.xmlDeclExpects=["version"],this.entityReturnState=void 0;let{defaultXMLVersion}=this.opt;if(void 0===defaultXMLVersion){if(!0===this.opt.forceXMLVersion)throw new Error("forceXMLVersion set but defaultXMLVersion is not set");defaultXMLVersion="1.0"}this.setXMLVersion(defaultXMLVersion),this.positionAtNewLine=0,this.doctype=!1,this._closed=!1,this.xmlDecl={version:void 0,encoding:void 0,standalone:void 0},this.line=1,this.column=0,this.ENTITIES=Object.create(XML_ENTITIES),null===(_a=this.readyHandler)||void 0===_a||_a.call(this)}get position(){ |
| /*ThouShaltNotCache*/ |
| return this.chunkPosition+this.i}get columnIndex(){ |
| /*ThouShaltNotCache*/ |
| return this.position-this.positionAtNewLine}on(name,handler){ |
| /*ThouShaltNotCache*/ |
| this[EVENT_NAME_TO_HANDLER_NAME[name]]=handler}off(name){ |
| /*ThouShaltNotCache*/ |
| this[EVENT_NAME_TO_HANDLER_NAME[name]]=void 0}makeError(message){ |
| /*ThouShaltNotCache*/ |
| var _a;let msg=null!==(_a=this.fileName)&&void 0!==_a?_a:"";return this.trackPosition&&(msg.length>0&&(msg+=":"),msg+=`${this.line}:${this.column}`),msg.length>0&&(msg+=": "),new Error(msg+message)}fail(message){ |
| /*ThouShaltNotCache*/ |
| const err=this.makeError(message),handler=this.errorHandler;if(void 0===handler)throw err;return handler(err),this}write(chunk){ |
| /*ThouShaltNotCache*/ |
| if(this.closed)return this.fail("cannot write after close; assign an onready handler.");let end=!1;null===chunk?(end=!0,chunk=""):"object"==typeof chunk&&(chunk=chunk.toString()),void 0!==this.carriedFromPrevious&&(chunk=`${this.carriedFromPrevious}${chunk}`,this.carriedFromPrevious=void 0);let limit=chunk.length;const lastCode=chunk.charCodeAt(limit-1);!end&&(13===lastCode||lastCode>=55296&&lastCode<=56319)&&(this.carriedFromPrevious=chunk[limit-1],limit--,chunk=chunk.slice(0,limit));const{stateTable}=this;for(this.chunk=chunk,this.i=0;this.i<limit;)stateTable[this.state].call(this);return this.chunkPosition+=limit,end?this.end():this}close(){ |
| /*ThouShaltNotCache*/ |
| return this.write(null)}getCode10(){ |
| /*ThouShaltNotCache*/ |
| const{chunk,i}=this;if(this.prevI=i,this.i=i+1,i>=chunk.length)return-1;const code=chunk.charCodeAt(i);if(this.column++,code<55296){if(code>=32||9===code)return code;switch(code){case 10:return this.line++,this.column=0,this.positionAtNewLine=this.position,10;case 13:return 10===chunk.charCodeAt(i+1)&&(this.i=i+2),this.line++,this.column=0,this.positionAtNewLine=this.position,-2;default:return this.fail("disallowed character."),code}}if(code>56319)return code>=57344&&code<=65533||this.fail("disallowed character."),code;const final=65536+1024*(code-55296)+(chunk.charCodeAt(i+1)-56320);return this.i=i+2,final>1114111&&this.fail("disallowed character."),final}getCode11(){ |
| /*ThouShaltNotCache*/ |
| const{chunk,i}=this;if(this.prevI=i,this.i=i+1,i>=chunk.length)return-1;const code=chunk.charCodeAt(i);if(this.column++,code<55296){if(code>31&&code<127||code>159&&8232!==code||9===code)return code;switch(code){case 10:return this.line++,this.column=0,this.positionAtNewLine=this.position,10;case 13:{const next=chunk.charCodeAt(i+1);10!==next&&133!==next||(this.i=i+2)}case 133:case 8232:return this.line++,this.column=0,this.positionAtNewLine=this.position,-2;default:return this.fail("disallowed character."),code}}if(code>56319)return code>=57344&&code<=65533||this.fail("disallowed character."),code;const final=65536+1024*(code-55296)+(chunk.charCodeAt(i+1)-56320);return this.i=i+2,final>1114111&&this.fail("disallowed character."),final}getCodeNorm(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCode();return-2===c?10:c}unget(){ |
| /*ThouShaltNotCache*/ |
| this.i=this.prevI,this.column--}captureTo(chars){ |
| /*ThouShaltNotCache*/ |
| let{i:start}=this;const{chunk}=this;for(;;){const c=this.getCode(),isNLLike=-2===c,final=isNLLike?10:c;if(-1===final||chars.includes(final))return this.text+=chunk.slice(start,this.prevI),final;isNLLike&&(this.text+=`${chunk.slice(start,this.prevI)}\n`,start=this.i)}}captureToChar(char){ |
| /*ThouShaltNotCache*/ |
| let{i:start}=this;const{chunk}=this;for(;;){let c=this.getCode();switch(c){case-2:this.text+=`${chunk.slice(start,this.prevI)}\n`,start=this.i,c=10;break;case-1:return this.text+=chunk.slice(start),!1}if(c===char)return this.text+=chunk.slice(start,this.prevI),!0}}captureNameChars(){ |
| /*ThouShaltNotCache*/ |
| const{chunk,i:start}=this;for(;;){const c=this.getCode();if(-1===c)return this.name+=chunk.slice(start),-1;if(!isNameChar(c))return this.name+=chunk.slice(start,this.prevI),-2===c?10:c}}skipSpaces(){ |
| /*ThouShaltNotCache*/ |
| for(;;){const c=this.getCodeNorm();if(-1===c||!isS(c))return c}}setXMLVersion(version){ |
| /*ThouShaltNotCache*/ |
| this.currentXMLVersion=version,"1.0"===version?(this.isChar=isChar10,this.getCode=this.getCode10):(this.isChar=isChar11,this.getCode=this.getCode11)}sBegin(){ |
| /*ThouShaltNotCache*/ |
| 65279===this.chunk.charCodeAt(0)&&(this.i++,this.column++),this.state=1}sBeginWhitespace(){ |
| /*ThouShaltNotCache*/ |
| const iBefore=this.i,c=this.skipSpaces();switch(this.prevI!==iBefore&&(this.xmlDeclPossible=!1),c){case 60:if(this.state=15,0!==this.text.length)throw new Error("no-empty text at start");break;case-1:break;default:this.unget(),this.state=13,this.xmlDeclPossible=!1}}sDoctype(){ |
| /*ThouShaltNotCache*/ |
| var _a;const c=this.captureTo(DOCTYPE_TERMINATOR);switch(c){case 62:null===(_a=this.doctypeHandler)||void 0===_a||_a.call(this,this.text),this.text="",this.state=13,this.doctype=!0;break;case-1:break;default:this.text+=String.fromCodePoint(c),91===c?this.state=4:isQuote(c)&&(this.state=3,this.q=c)}}sDoctypeQuote(){ |
| /*ThouShaltNotCache*/ |
| const q=this.q;this.captureToChar(q)&&(this.text+=String.fromCodePoint(q),this.q=null,this.state=2)}sDTD(){ |
| /*ThouShaltNotCache*/ |
| const c=this.captureTo(DTD_TERMINATOR);-1!==c&&(this.text+=String.fromCodePoint(c),93===c?this.state=2:60===c?this.state=6:isQuote(c)&&(this.state=5,this.q=c))}sDTDQuoted(){ |
| /*ThouShaltNotCache*/ |
| const q=this.q;this.captureToChar(q)&&(this.text+=String.fromCodePoint(q),this.state=4,this.q=null)}sDTDOpenWaka(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();switch(this.text+=String.fromCodePoint(c),c){case 33:this.state=7,this.openWakaBang="";break;case 63:this.state=11;break;default:this.state=4}}sDTDOpenWakaBang(){ |
| /*ThouShaltNotCache*/ |
| const char=String.fromCodePoint(this.getCodeNorm()),owb=this.openWakaBang+=char;this.text+=char,"-"!==owb&&(this.state="--"===owb?8:4,this.openWakaBang="")}sDTDComment(){ |
| /*ThouShaltNotCache*/ |
| this.captureToChar(45)&&(this.text+="-",this.state=9)}sDTDCommentEnding(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();this.text+=String.fromCodePoint(c),this.state=45===c?10:8}sDTDCommentEnded(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();this.text+=String.fromCodePoint(c),62===c?this.state=4:(this.fail("malformed comment."),this.state=8)}sDTDPI(){ |
| /*ThouShaltNotCache*/ |
| this.captureToChar(63)&&(this.text+="?",this.state=12)}sDTDPIEnding(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();this.text+=String.fromCodePoint(c),62===c&&(this.state=4)}sText(){ |
| /*ThouShaltNotCache*/ |
| 0!==this.tags.length?this.handleTextInRoot():this.handleTextOutsideRoot()}sEntity(){ |
| /*ThouShaltNotCache*/ |
| let{i:start}=this;const{chunk}=this;loop:for(;;)switch(this.getCode()){case-2:this.entity+=`${chunk.slice(start,this.prevI)}\n`,start=this.i;break;case 59:{const{entityReturnState}=this,entity=this.entity+chunk.slice(start,this.prevI);let parsed;this.state=entityReturnState,""===entity?(this.fail("empty entity name."),parsed="&;"):(parsed=this.parseEntity(entity),this.entity=""),13===entityReturnState&&void 0===this.textHandler||(this.text+=parsed);break loop}case-1:this.entity+=chunk.slice(start);break loop}}sOpenWaka(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCode();if(isNameStartChar(c))this.state=34,this.unget(),this.xmlDeclPossible=!1;else switch(c){case 47:this.state=43,this.xmlDeclPossible=!1;break;case 33:this.state=16,this.openWakaBang="",this.xmlDeclPossible=!1;break;case 63:this.state=23;break;default:this.fail("disallowed character in tag name"),this.state=13,this.xmlDeclPossible=!1}}sOpenWakaBang(){switch( |
| /*ThouShaltNotCache*/ |
| this.openWakaBang+=String.fromCodePoint(this.getCodeNorm()),this.openWakaBang){case"[CDATA[":this.sawRoot||this.reportedTextBeforeRoot||(this.fail("text data outside of root node."),this.reportedTextBeforeRoot=!0),this.closedRoot&&!this.reportedTextAfterRoot&&(this.fail("text data outside of root node."),this.reportedTextAfterRoot=!0),this.state=20,this.openWakaBang="";break;case"--":this.state=17,this.openWakaBang="";break;case"DOCTYPE":this.state=2,(this.doctype||this.sawRoot)&&this.fail("inappropriately located doctype declaration."),this.openWakaBang="";break;default:this.openWakaBang.length>=7&&this.fail("incorrect syntax.")}}sComment(){ |
| /*ThouShaltNotCache*/ |
| this.captureToChar(45)&&(this.state=18)}sCommentEnding(){ |
| /*ThouShaltNotCache*/ |
| var _a;const c=this.getCodeNorm();45===c?(this.state=19,null===(_a=this.commentHandler)||void 0===_a||_a.call(this,this.text),this.text=""):(this.text+=`-${String.fromCodePoint(c)}`,this.state=17)}sCommentEnded(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();62!==c?(this.fail("malformed comment."),this.text+=`--${String.fromCodePoint(c)}`,this.state=17):this.state=13}sCData(){ |
| /*ThouShaltNotCache*/ |
| this.captureToChar(93)&&(this.state=21)}sCDataEnding(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();93===c?this.state=22:(this.text+=`]${String.fromCodePoint(c)}`,this.state=20)}sCDataEnding2(){ |
| /*ThouShaltNotCache*/ |
| var _a;const c=this.getCodeNorm();switch(c){case 62:null===(_a=this.cdataHandler)||void 0===_a||_a.call(this,this.text),this.text="",this.state=13;break;case 93:this.text+="]";break;default:this.text+=`]]${String.fromCodePoint(c)}`,this.state=20}}sPIFirstChar(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();this.nameStartCheck(c)?(this.piTarget+=String.fromCodePoint(c),this.state=24):63===c||isS(c)?(this.fail("processing instruction without a target."),this.state=63===c?26:25):(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(c),this.state=24)}sPIRest(){ |
| /*ThouShaltNotCache*/ |
| const{chunk,i:start}=this;for(;;){const c=this.getCodeNorm();if(-1===c)return void(this.piTarget+=chunk.slice(start));if(!this.nameCheck(c)){this.piTarget+=chunk.slice(start,this.prevI);const isQuestion=63===c;isQuestion||isS(c)?"xml"===this.piTarget?(this.xmlDeclPossible||this.fail("an XML declaration must be at the start of the document."),this.state=isQuestion?33:27):this.state=isQuestion?26:25:(this.fail("disallowed character in processing instruction name."),this.piTarget+=String.fromCodePoint(c));break}}}sPIBody(){ |
| /*ThouShaltNotCache*/ |
| if(0===this.text.length){const c=this.getCodeNorm();63===c?this.state=26:isS(c)||(this.text=String.fromCodePoint(c))}else this.captureToChar(63)&&(this.state=26)}sPIEnding(){ |
| /*ThouShaltNotCache*/ |
| var _a;const c=this.getCodeNorm();if(62===c){const{piTarget}=this;"xml"===piTarget.toLowerCase()&&this.fail("the XML declaration must appear at the start of the document."),null===(_a=this.piHandler)||void 0===_a||_a.call(this,{target:piTarget,body:this.text}),this.piTarget=this.text="",this.state=13}else 63===c?this.text+="?":(this.text+=`?${String.fromCodePoint(c)}`,this.state=25);this.xmlDeclPossible=!1}sXMLDeclNameStart(){ |
| /*ThouShaltNotCache*/ |
| const c=this.skipSpaces();63!==c?-1!==c&&(this.state=28,this.name=String.fromCodePoint(c)):this.state=33}sXMLDeclName(){ |
| /*ThouShaltNotCache*/ |
| const c=this.captureTo(XML_DECL_NAME_TERMINATOR);if(63===c)return this.state=33,this.name+=this.text,this.text="",void this.fail("XML declaration is incomplete.");if(isS(c)||61===c){if(this.name+=this.text,this.text="",!this.xmlDeclExpects.includes(this.name))switch(this.name.length){case 0:this.fail("did not expect any more name/value pairs.");break;case 1:this.fail(`expected the name ${this.xmlDeclExpects[0]}.`);break;default:this.fail(`expected one of ${this.xmlDeclExpects.join(", ")}`)}this.state=61===c?30:29}}sXMLDeclEq(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();if(63===c)return this.state=33,void this.fail("XML declaration is incomplete.");isS(c)||(61!==c&&this.fail("value required."),this.state=30)}sXMLDeclValueStart(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();if(63===c)return this.state=33,void this.fail("XML declaration is incomplete.");isS(c)||(isQuote(c)?this.q=c:(this.fail("value must be quoted."),this.q=32),this.state=31)}sXMLDeclValue(){ |
| /*ThouShaltNotCache*/ |
| const c=this.captureTo([this.q,63]);if(63===c)return this.state=33,this.text="",void this.fail("XML declaration is incomplete.");if(-1===c)return;const value=this.text;switch(this.text="",this.name){case"version":{this.xmlDeclExpects=["encoding","standalone"];const version=value;this.xmlDecl.version=version,/^1\.[0-9]+$/.test(version)?this.opt.forceXMLVersion||this.setXMLVersion(version):this.fail("version number must match /^1\\.[0-9]+$/.");break}case"encoding":/^[A-Za-z][A-Za-z0-9._-]*$/.test(value)||this.fail("encoding value must match /^[A-Za-z0-9][A-Za-z0-9._-]*$/."),this.xmlDeclExpects=["standalone"],this.xmlDecl.encoding=value;break;case"standalone":"yes"!==value&&"no"!==value&&this.fail('standalone value must match "yes" or "no".'),this.xmlDeclExpects=[],this.xmlDecl.standalone=value}this.name="",this.state=32}sXMLDeclSeparator(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();63!==c?(isS(c)||(this.fail("whitespace required."),this.unget()),this.state=27):this.state=33}sXMLDeclEnding(){ |
| /*ThouShaltNotCache*/ |
| var _a;62===this.getCodeNorm()?("xml"!==this.piTarget?this.fail("processing instructions are not allowed before root."):"version"!==this.name&&this.xmlDeclExpects.includes("version")&&this.fail("XML declaration must contain a version."),null===(_a=this.xmldeclHandler)||void 0===_a||_a.call(this,this.xmlDecl),this.name="",this.piTarget=this.text="",this.state=13):this.fail("The character ? is disallowed anywhere in XML declarations."),this.xmlDeclPossible=!1}sOpenTag(){ |
| /*ThouShaltNotCache*/ |
| var _a;const c=this.captureNameChars();if(-1===c)return;const tag=this.tag={name:this.name,attributes:Object.create(null)};switch(this.name="",this.xmlnsOpt&&(this.topNS=tag.ns=Object.create(null)),null===(_a=this.openTagStartHandler)||void 0===_a||_a.call(this,tag),this.sawRoot=!0,!this.fragmentOpt&&this.closedRoot&&this.fail("documents may contain only one root."),c){case 62:this.openTag();break;case 47:this.state=35;break;default:isS(c)||this.fail("disallowed character in tag name."),this.state=36}}sOpenTagSlash(){ |
| /*ThouShaltNotCache*/ |
| 62===this.getCode()?this.openSelfClosingTag():(this.fail("forward-slash in opening tag not followed by >."),this.state=36)}sAttrib(){ |
| /*ThouShaltNotCache*/ |
| const c=this.skipSpaces();-1!==c&&(isNameStartChar(c)?(this.unget(),this.state=37):62===c?this.openTag():47===c?this.state=35:this.fail("disallowed character in attribute name."))}sAttribName(){ |
| /*ThouShaltNotCache*/ |
| const c=this.captureNameChars();61===c?this.state=39:isS(c)?this.state=38:62===c?(this.fail("attribute without value."),this.pushAttrib(this.name,this.name),this.name=this.text="",this.openTag()):-1!==c&&this.fail("disallowed character in attribute name.")}sAttribNameSawWhite(){ |
| /*ThouShaltNotCache*/ |
| const c=this.skipSpaces();switch(c){case-1:return;case 61:this.state=39;break;default:this.fail("attribute without value."),this.text="",this.name="",62===c?this.openTag():isNameStartChar(c)?(this.unget(),this.state=37):(this.fail("disallowed character in attribute name."),this.state=36)}}sAttribValue(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();isQuote(c)?(this.q=c,this.state=40):isS(c)||(this.fail("unquoted attribute value."),this.state=42,this.unget())}sAttribValueQuoted(){ |
| /*ThouShaltNotCache*/ |
| const{q,chunk}=this;let{i:start}=this;for(;;)switch(this.getCode()){case q:return this.pushAttrib(this.name,this.text+chunk.slice(start,this.prevI)),this.name=this.text="",this.q=null,void(this.state=41);case 38:return this.text+=chunk.slice(start,this.prevI),this.state=14,void(this.entityReturnState=40);case 10:case-2:case 9:this.text+=`${chunk.slice(start,this.prevI)} `,start=this.i;break;case 60:return this.text+=chunk.slice(start,this.prevI),void this.fail("disallowed character.");case-1:return void(this.text+=chunk.slice(start))}}sAttribValueClosed(){ |
| /*ThouShaltNotCache*/ |
| const c=this.getCodeNorm();isS(c)?this.state=36:62===c?this.openTag():47===c?this.state=35:isNameStartChar(c)?(this.fail("no whitespace between attributes."),this.unget(),this.state=37):this.fail("disallowed character in attribute name.")}sAttribValueUnquoted(){ |
| /*ThouShaltNotCache*/ |
| const c=this.captureTo(ATTRIB_VALUE_UNQUOTED_TERMINATOR);switch(c){case 38:this.state=14,this.entityReturnState=42;break;case 60:this.fail("disallowed character.");break;case-1:break;default:this.text.includes("]]>")&&this.fail('the string "]]>" is disallowed in char data.'),this.pushAttrib(this.name,this.text),this.name=this.text="",62===c?this.openTag():this.state=36}}sCloseTag(){ |
| /*ThouShaltNotCache*/ |
| const c=this.captureNameChars();62===c?this.closeTag():isS(c)?this.state=44:-1!==c&&this.fail("disallowed character in closing tag.")}sCloseTagSawWhite(){ |
| /*ThouShaltNotCache*/ |
| switch(this.skipSpaces()){case 62:this.closeTag();break;case-1:break;default:this.fail("disallowed character in closing tag.")}}handleTextInRoot(){ |
| /*ThouShaltNotCache*/ |
| let{i:start,forbiddenState}=this;const{chunk,textHandler:handler}=this;scanLoop:for(;;)switch(this.getCode()){case 60:if(this.state=15,void 0!==handler){const{text}=this,slice=chunk.slice(start,this.prevI);0!==text.length?(handler(text+slice),this.text=""):0!==slice.length&&handler(slice)}forbiddenState=0;break scanLoop;case 38:this.state=14,this.entityReturnState=13,void 0!==handler&&(this.text+=chunk.slice(start,this.prevI)),forbiddenState=0;break scanLoop;case 93:switch(forbiddenState){case 0:forbiddenState=1;break;case 1:forbiddenState=2;break;case 2:break;default:throw new Error("impossible state")}break;case 62:2===forbiddenState&&this.fail('the string "]]>" is disallowed in char data.'),forbiddenState=0;break;case-2:void 0!==handler&&(this.text+=`${chunk.slice(start,this.prevI)}\n`),start=this.i,forbiddenState=0;break;case-1:void 0!==handler&&(this.text+=chunk.slice(start));break scanLoop;default:forbiddenState=0}this.forbiddenState=forbiddenState}handleTextOutsideRoot(){ |
| /*ThouShaltNotCache*/ |
| let{i:start}=this;const{chunk,textHandler:handler}=this;let nonSpace=!1;outRootLoop:for(;;){const code=this.getCode();switch(code){case 60:if(this.state=15,void 0!==handler){const{text}=this,slice=chunk.slice(start,this.prevI);0!==text.length?(handler(text+slice),this.text=""):0!==slice.length&&handler(slice)}break outRootLoop;case 38:this.state=14,this.entityReturnState=13,void 0!==handler&&(this.text+=chunk.slice(start,this.prevI)),nonSpace=!0;break outRootLoop;case-2:void 0!==handler&&(this.text+=`${chunk.slice(start,this.prevI)}\n`),start=this.i;break;case-1:void 0!==handler&&(this.text+=chunk.slice(start));break outRootLoop;default:isS(code)||(nonSpace=!0)}}nonSpace&&(this.sawRoot||this.reportedTextBeforeRoot||(this.fail("text data outside of root node."),this.reportedTextBeforeRoot=!0),this.closedRoot&&!this.reportedTextAfterRoot&&(this.fail("text data outside of root node."),this.reportedTextAfterRoot=!0))}pushAttribNS(name,value){ |
| /*ThouShaltNotCache*/ |
| var _a;const{prefix,local}=this.qname(name),attr={name,prefix,local,value};if(this.attribList.push(attr),null===(_a=this.attributeHandler)||void 0===_a||_a.call(this,attr),"xmlns"===prefix){const trimmed=value.trim();"1.0"===this.currentXMLVersion&&""===trimmed&&this.fail("invalid attempt to undefine prefix in XML 1.0"),this.topNS[local]=trimmed,nsPairCheck(this,local,trimmed)}else if("xmlns"===name){const trimmed=value.trim();this.topNS[""]=trimmed,nsPairCheck(this,"",trimmed)}}pushAttribPlain(name,value){ |
| /*ThouShaltNotCache*/ |
| var _a;const attr={name,value};this.attribList.push(attr),null===(_a=this.attributeHandler)||void 0===_a||_a.call(this,attr)}end(){ |
| /*ThouShaltNotCache*/ |
| var _a,_b;this.sawRoot||this.fail("document must contain a root element.");const{tags}=this;for(;tags.length>0;){const tag=tags.pop();this.fail(`unclosed tag: ${tag.name}`)}0!==this.state&&13!==this.state&&this.fail("unexpected end.");const{text}=this;return 0!==text.length&&(null===(_a=this.textHandler)||void 0===_a||_a.call(this,text),this.text=""),this._closed=!0,null===(_b=this.endHandler)||void 0===_b||_b.call(this),this._init(),this}resolve(prefix){ |
| /*ThouShaltNotCache*/ |
| var _a,_b;let uri=this.topNS[prefix];if(void 0!==uri)return uri;const{tags}=this;for(let index=tags.length-1;index>=0;index--)if(uri=tags[index].ns[prefix],void 0!==uri)return uri;return uri=this.ns[prefix],void 0!==uri?uri:null===(_b=(_a=this.opt).resolvePrefix)||void 0===_b?void 0:_b.call(_a,prefix)}qname(name){ |
| /*ThouShaltNotCache*/ |
| const colon=name.indexOf(":");if(-1===colon)return{prefix:"",local:name};const local=name.slice(colon+1),prefix=name.slice(0,colon);return(""===prefix||""===local||local.includes(":"))&&this.fail(`malformed name: ${name}.`),{prefix,local}}processAttribsNS(){ |
| /*ThouShaltNotCache*/ |
| var _a;const{attribList}=this,tag=this.tag;{const{prefix,local}=this.qname(tag.name);tag.prefix=prefix,tag.local=local;const uri=tag.uri=null!==(_a=this.resolve(prefix))&&void 0!==_a?_a:"";""!==prefix&&("xmlns"===prefix&&this.fail('tags may not have "xmlns" as prefix.'),""===uri&&(this.fail(`unbound namespace prefix: ${JSON.stringify(prefix)}.`),tag.uri=prefix))}if(0===attribList.length)return;const{attributes}=tag,seen=new Set;for(const attr of attribList){const{name,prefix,local}=attr;let uri,eqname;""===prefix?(uri="xmlns"===name?XMLNS_NAMESPACE:"",eqname=name):(uri=this.resolve(prefix),void 0===uri&&(this.fail(`unbound namespace prefix: ${JSON.stringify(prefix)}.`),uri=prefix),eqname=`{${uri}}${local}`),seen.has(eqname)&&this.fail(`duplicate attribute: ${eqname}.`),seen.add(eqname),attr.uri=uri,attributes[name]=attr}this.attribList=[]}processAttribsPlain(){ |
| /*ThouShaltNotCache*/ |
| const{attribList}=this,attributes=this.tag.attributes;for(const{name,value}of attribList)void 0!==attributes[name]&&this.fail(`duplicate attribute: ${name}.`),attributes[name]=value;this.attribList=[]}openTag(){ |
| /*ThouShaltNotCache*/ |
| var _a;this.processAttribs();const{tags}=this,tag=this.tag;tag.isSelfClosing=!1,null===(_a=this.openTagHandler)||void 0===_a||_a.call(this,tag),tags.push(tag),this.state=13,this.name=""}openSelfClosingTag(){ |
| /*ThouShaltNotCache*/ |
| var _a,_b,_c;this.processAttribs();const{tags}=this,tag=this.tag;tag.isSelfClosing=!0,null===(_a=this.openTagHandler)||void 0===_a||_a.call(this,tag),null===(_b=this.closeTagHandler)||void 0===_b||_b.call(this,tag);null===(this.tag=null!==(_c=tags[tags.length-1])&&void 0!==_c?_c:null)&&(this.closedRoot=!0),this.state=13,this.name=""}closeTag(){ |
| /*ThouShaltNotCache*/ |
| const{tags,name}=this;if(this.state=13,this.name="",""===name)return this.fail("weird empty close tag."),void(this.text+="</>");const handler=this.closeTagHandler;let l=tags.length;for(;l-- >0;){const tag=this.tag=tags.pop();if(this.topNS=tag.ns,null==handler||handler(tag),tag.name===name)break;this.fail("unexpected close tag.")}0===l?this.closedRoot=!0:l<0&&(this.fail(`unmatched closing tag: ${name}.`),this.text+=`</${name}>`)}parseEntity(entity){ |
| /*ThouShaltNotCache*/ |
| if("#"!==entity[0]){const defined=this.ENTITIES[entity];return void 0!==defined?defined:(this.fail(this.isName(entity)?"undefined entity.":"disallowed character in entity name."),`&${entity};`)}let num=NaN;return"x"===entity[1]&&/^#x[0-9a-f]+$/i.test(entity)?num=parseInt(entity.slice(2),16):/^#[0-9]+$/.test(entity)&&(num=parseInt(entity.slice(1),10)),this.isChar(num)?String.fromCodePoint(num):(this.fail("malformed character entity."),`&${entity};`)}}},51091:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SlotableMixinImpl=__webpack_require__(81006).implementation,CharacterDataImpl=__webpack_require__(51571).implementation,idlUtils=__webpack_require__(65554),{domSymbolTree}=__webpack_require__(35442),DOMException=__webpack_require__(3698),NODE_TYPE=__webpack_require__(53010),{mixin}=__webpack_require__(7586);class TextImpl extends CharacterDataImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,{data:args[0],ownerDocument:idlUtils.implForWrapper(globalObject._document),...privateData}),this._initSlotableMixin(),this.nodeType=NODE_TYPE.TEXT_NODE}splitText(offset){ |
| /*ThouShaltNotCache*/ |
| const{length}=this;if(offset>length)throw DOMException.create(this._globalObject,["The index is not in the allowed range.","IndexSizeError"]);const count=length-offset,newData=this.substringData(offset,count),newNode=this._ownerDocument.createTextNode(newData),parent=domSymbolTree.parent(this);if(null!==parent){parent._insert(newNode,this.nextSibling);for(const range of this._referencedRanges){const{_start,_end}=range;_start.node===this&&_start.offset>offset&&range._setLiveRangeStart(newNode,_start.offset-offset),_end.node===this&&_end.offset>offset&&range._setLiveRangeEnd(newNode,_end.offset-offset)}const nodeIndex=domSymbolTree.index(this);for(const range of parent._referencedRanges){const{_start,_end}=range;_start.node===parent&&_start.offset===nodeIndex+1&&range._setLiveRangeStart(parent,_start.offset+1),_end.node===parent&&_end.offset===nodeIndex+1&&range._setLiveRangeEnd(parent,_end.offset+1)}}return this.replaceData(offset,count,""),newNode}get wholeText(){ |
| /*ThouShaltNotCache*/ |
| let next,wholeText=this.textContent,current=this;for(;(next=domSymbolTree.previousSibling(current))&&next.nodeType===NODE_TYPE.TEXT_NODE;)wholeText=next.textContent+wholeText,current=next;for(current=this;(next=domSymbolTree.nextSibling(current))&&next.nodeType===NODE_TYPE.TEXT_NODE;)wholeText+=next.textContent,current=next;return wholeText}}mixin(TextImpl.prototype,SlotableMixinImpl.prototype),module.exports={implementation:TextImpl}},51227:(module,exports,__webpack_require__)=>{var process=__webpack_require__(60348);exports.formatArgs=function(args){if( |
| /*ThouShaltNotCache*/ |
| args[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+args[0]+(this.useColors?"%c ":" ")+"+"+module.exports.humanize(this.diff),!this.useColors)return;const c="color: "+this.color;args.splice(1,0,c,"color: inherit");let index=0,lastC=0;args[0].replace(/%[a-zA-Z%]/g,match=>{ |
| /*ThouShaltNotCache*/ |
| "%%"!==match&&(index++,"%c"===match&&(lastC=index))}),args.splice(lastC,0,c)},exports.save=function(namespaces){ |
| /*ThouShaltNotCache*/ |
| try{namespaces?exports.storage.setItem("debug",namespaces):exports.storage.removeItem("debug")}catch(error){}},exports.load=function(){ |
| /*ThouShaltNotCache*/ |
| let r;try{r=exports.storage.getItem("debug")||exports.storage.getItem("DEBUG")}catch(error){}!r&&void 0!==process&&"env"in process&&(r=process.env.DEBUG);return r},exports.useColors=function(){ |
| /*ThouShaltNotCache*/ |
| if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let m;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&(m=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(m[1],10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},exports.storage=function(){ |
| /*ThouShaltNotCache*/ |
| try{return localStorage}catch(error){}}(),exports.destroy=(()=>{ |
| /*ThouShaltNotCache*/ |
| let warned=!1;return()=>{ |
| /*ThouShaltNotCache*/ |
| warned||(warned=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),exports.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],exports.log=console.debug||console.log||(()=>{}),module.exports=__webpack_require__(18630)(exports);const{formatters}=module.exports;formatters.j=function(v){ |
| /*ThouShaltNotCache*/ |
| try{return JSON.stringify(v)}catch(error){return"[UnexpectedJSONParseError]: "+error.message}}},51289:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630),__webpack_require__(65554);const EventTarget=__webpack_require__(87950),UIEventInit=__webpack_require__(65343);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| UIEventInit._convertInherit(globalObject,obj,ret,{context});{const key="relatedTarget";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:EventTarget.convert(globalObject,value,{context:context+" has member 'relatedTarget' that"}),ret[key]=value):ret[key]=null}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},51337:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),Node=__webpack_require__(13079),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].TreeWalker.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'TreeWalker'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class TreeWalker{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}parentNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'parentNode' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].parentNode())}firstChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'firstChild' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].firstChild())}lastChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'lastChild' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].lastChild())}previousSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'previousSibling' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].previousSibling())}nextSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'nextSibling' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].nextSibling())}previousNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'previousNode' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].previousNode())}nextNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'nextNode' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].nextNode())}get root(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get root' called on an object that is not a valid instance of TreeWalker.");return utils.getSameObject(this,"root",()=>utils.tryWrapperForImpl(esValue[implSymbol].root))}get whatToShow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get whatToShow' called on an object that is not a valid instance of TreeWalker.");return esValue[implSymbol].whatToShow}get filter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get filter' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].filter)}get currentNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get currentNode' called on an object that is not a valid instance of TreeWalker.");return utils.tryWrapperForImpl(esValue[implSymbol].currentNode)}set currentNode(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set currentNode' called on an object that is not a valid instance of TreeWalker.");V=Node.convert(globalObject,V,{context:"Failed to set the 'currentNode' property on 'TreeWalker': The provided value"}),esValue[implSymbol].currentNode=V}}Object.defineProperties(TreeWalker.prototype,{parentNode:{enumerable:!0},firstChild:{enumerable:!0},lastChild:{enumerable:!0},previousSibling:{enumerable:!0},nextSibling:{enumerable:!0},previousNode:{enumerable:!0},nextNode:{enumerable:!0},root:{enumerable:!0},whatToShow:{enumerable:!0},filter:{enumerable:!0},currentNode:{enumerable:!0},[Symbol.toStringTag]:{value:"TreeWalker",configurable:!0}}),ctorRegistry.TreeWalker=TreeWalker,Object.defineProperty(globalObject,"TreeWalker",{configurable:!0,writable:!0,value:TreeWalker})};const Impl=__webpack_require__(56971)},51558:(__unused_webpack_module,exports)=>{exports.endianness=function(){ |
| /*ThouShaltNotCache*/ |
| return"LE"},exports.hostname=function(){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof location?location.hostname:""},exports.loadavg=function(){ |
| /*ThouShaltNotCache*/ |
| return[]},exports.uptime=function(){ |
| /*ThouShaltNotCache*/ |
| return 0},exports.freemem=function(){ |
| /*ThouShaltNotCache*/ |
| return Number.MAX_VALUE},exports.totalmem=function(){ |
| /*ThouShaltNotCache*/ |
| return Number.MAX_VALUE},exports.cpus=function(){ |
| /*ThouShaltNotCache*/ |
| return[]},exports.type=function(){ |
| /*ThouShaltNotCache*/ |
| return"Browser"},exports.release=function(){ |
| /*ThouShaltNotCache*/ |
| return"undefined"!=typeof navigator?navigator.appVersion:""},exports.networkInterfaces=exports.getNetworkInterfaces=function(){ |
| /*ThouShaltNotCache*/ |
| return{}},exports.arch=function(){ |
| /*ThouShaltNotCache*/ |
| return"javascript"},exports.platform=function(){ |
| /*ThouShaltNotCache*/ |
| return"browser"},exports.tmpdir=exports.tmpDir=function(){ |
| /*ThouShaltNotCache*/ |
| return"/tmp"},exports.EOL="\n",exports.homedir=function(){ |
| /*ThouShaltNotCache*/ |
| return"/"}},51571:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),{mixin}=__webpack_require__(7586),NodeImpl=__webpack_require__(59550).implementation,ChildNodeImpl=__webpack_require__(55564).implementation,NonDocumentTypeChildNodeImpl=__webpack_require__(59258).implementation,{TEXT_NODE}=__webpack_require__(53010),{MUTATION_TYPE,queueMutationRecord}=__webpack_require__(20322);class CharacterDataImpl extends NodeImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._data=privateData.data}get data(){ |
| /*ThouShaltNotCache*/ |
| return this._data}set data(data){ |
| /*ThouShaltNotCache*/ |
| this.replaceData(0,this.length,data)}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._data.length}substringData(offset,count){ |
| /*ThouShaltNotCache*/ |
| const{length}=this;if(offset>length)throw DOMException.create(this._globalObject,["The index is not in the allowed range.","IndexSizeError"]);return offset+count>length?this._data.slice(offset):this._data.slice(offset,offset+count)}appendData(data){ |
| /*ThouShaltNotCache*/ |
| this.replaceData(this.length,0,data)}insertData(offset,data){ |
| /*ThouShaltNotCache*/ |
| this.replaceData(offset,0,data)}deleteData(offset,count){ |
| /*ThouShaltNotCache*/ |
| this.replaceData(offset,count,"")}replaceData(offset,count,data){ |
| /*ThouShaltNotCache*/ |
| const{length}=this;if(offset>length)throw DOMException.create(this._globalObject,["The index is not in the allowed range.","IndexSizeError"]);offset+count>length&&(count=length-offset),queueMutationRecord(MUTATION_TYPE.CHARACTER_DATA,this,null,null,this._data,[],[],null,null);const start=this._data.slice(0,offset),end=this._data.slice(offset+count);this._data=start+data+end;for(const range of this._referencedRanges){const{_start,_end}=range;_start.node===this&&_start.offset>offset&&_start.offset<=offset+count&&range._setLiveRangeStart(this,offset),_end.node===this&&_end.offset>offset&&_end.offset<=offset+count&&range._setLiveRangeEnd(this,offset),_start.node===this&&_start.offset>offset+count&&range._setLiveRangeStart(this,_start.offset+data.length-count),_end.node===this&&_end.offset>offset+count&&range._setLiveRangeEnd(this,_end.offset+data.length-count)}this.nodeType===TEXT_NODE&&this.parentNode&&this.parentNode._childTextContentChangeSteps()}}mixin(CharacterDataImpl.prototype,NonDocumentTypeChildNodeImpl.prototype),mixin(CharacterDataImpl.prototype,ChildNodeImpl.prototype),module.exports={implementation:CharacterDataImpl}},51665:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},51845:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,EventHandlerNonNull=__webpack_require__(70705),OnBeforeUnloadEventHandlerNonNull=__webpack_require__(29706),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLFrameSetElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLFrameSetElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLFrameSetElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLFrameSetElement",new.target)}get cols(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cols' called on an object that is not a valid instance of HTMLFrameSetElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("cols");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set cols(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set cols' called on an object that is not a valid instance of HTMLFrameSetElement.");V=conversions.DOMString(V,{context:"Failed to set the 'cols' property on 'HTMLFrameSetElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("cols",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rows(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rows' called on an object that is not a valid instance of HTMLFrameSetElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("rows");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rows(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rows' called on an object that is not a valid instance of HTMLFrameSetElement.");V=conversions.DOMString(V,{context:"Failed to set the 'rows' property on 'HTMLFrameSetElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("rows",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get onafterprint(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onafterprint' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onafterprint)}set onafterprint(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onafterprint' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onafterprint' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onafterprint=V}get onbeforeprint(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeprint' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeprint)}set onbeforeprint(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeprint' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeprint' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onbeforeprint=V}get onbeforeunload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeunload' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeunload)}set onbeforeunload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeunload' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?OnBeforeUnloadEventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeunload' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onbeforeunload=V}get onhashchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onhashchange' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onhashchange)}set onhashchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onhashchange' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onhashchange' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onhashchange=V}get onlanguagechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onlanguagechange' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onlanguagechange)}set onlanguagechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onlanguagechange' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onlanguagechange' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onlanguagechange=V}get onmessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmessage' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmessage)}set onmessage(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmessage' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmessage' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onmessage=V}get onmessageerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmessageerror' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmessageerror)}set onmessageerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmessageerror' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmessageerror' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onmessageerror=V}get onoffline(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onoffline' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onoffline)}set onoffline(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onoffline' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onoffline' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onoffline=V}get ononline(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ononline' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ononline)}set ononline(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ononline' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ononline' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].ononline=V}get onpagehide(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpagehide' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpagehide)}set onpagehide(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpagehide' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpagehide' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onpagehide=V}get onpageshow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpageshow' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpageshow)}set onpageshow(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpageshow' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpageshow' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onpageshow=V}get onpopstate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpopstate' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpopstate)}set onpopstate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpopstate' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpopstate' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onpopstate=V}get onrejectionhandled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onrejectionhandled' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onrejectionhandled)}set onrejectionhandled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onrejectionhandled' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onrejectionhandled' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onrejectionhandled=V}get onstorage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onstorage' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onstorage)}set onstorage(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onstorage' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onstorage' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onstorage=V}get onunhandledrejection(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onunhandledrejection' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onunhandledrejection)}set onunhandledrejection(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onunhandledrejection' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onunhandledrejection' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onunhandledrejection=V}get onunload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onunload' called on an object that is not a valid instance of HTMLFrameSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onunload)}set onunload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onunload' called on an object that is not a valid instance of HTMLFrameSetElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onunload' property on 'HTMLFrameSetElement': The provided value"}):null,esValue[implSymbol].onunload=V}}Object.defineProperties(HTMLFrameSetElement.prototype,{cols:{enumerable:!0},rows:{enumerable:!0},onafterprint:{enumerable:!0},onbeforeprint:{enumerable:!0},onbeforeunload:{enumerable:!0},onhashchange:{enumerable:!0},onlanguagechange:{enumerable:!0},onmessage:{enumerable:!0},onmessageerror:{enumerable:!0},onoffline:{enumerable:!0},ononline:{enumerable:!0},onpagehide:{enumerable:!0},onpageshow:{enumerable:!0},onpopstate:{enumerable:!0},onrejectionhandled:{enumerable:!0},onstorage:{enumerable:!0},onunhandledrejection:{enumerable:!0},onunload:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFrameSetElement",configurable:!0}}),ctorRegistry.HTMLFrameSetElement=HTMLFrameSetElement,Object.defineProperty(globalObject,"HTMLFrameSetElement",{configurable:!0,writable:!0,value:HTMLFrameSetElement})};const Impl=__webpack_require__(56688)},51870:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventModifierInit=(__webpack_require__(65554),__webpack_require__(68032));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventModifierInit._convertInherit(globalObject,obj,ret,{context});{const key="charCode";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long"](value,{context:context+" has member 'charCode' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="code";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.DOMString(value,{context:context+" has member 'code' that",globals:globalObject}),ret[key]=value):ret[key]=""}{const key="isComposing";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'isComposing' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="key";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.DOMString(value,{context:context+" has member 'key' that",globals:globalObject}),ret[key]=value):ret[key]=""}{const key="keyCode";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long"](value,{context:context+" has member 'keyCode' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="location";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long"](value,{context:context+" has member 'location' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="repeat";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'repeat' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},51872:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var ERR_STREAM_PREMATURE_CLOSE=__webpack_require__(98242).F.ERR_STREAM_PREMATURE_CLOSE;function noop(){}module.exports=function eos(stream,opts,callback){ |
| /*ThouShaltNotCache*/ |
| if("function"==typeof opts)return eos(stream,null,opts);opts||(opts={}),callback=function(callback){ |
| /*ThouShaltNotCache*/ |
| var called=!1;return function(){ |
| /*ThouShaltNotCache*/ |
| if(!called){called=!0;for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++)args[_key]=arguments[_key];callback.apply(this,args)}}}(callback||noop);var readable=opts.readable||!1!==opts.readable&&stream.readable,writable=opts.writable||!1!==opts.writable&&stream.writable,onlegacyfinish=function(){ |
| /*ThouShaltNotCache*/ |
| stream.writable||onfinish()},writableEnded=stream._writableState&&stream._writableState.finished,onfinish=function(){ |
| /*ThouShaltNotCache*/ |
| writable=!1,writableEnded=!0,readable||callback.call(stream)},readableEnded=stream._readableState&&stream._readableState.endEmitted,onend=function(){ |
| /*ThouShaltNotCache*/ |
| readable=!1,readableEnded=!0,writable||callback.call(stream)},onerror=function(err){ |
| /*ThouShaltNotCache*/ |
| callback.call(stream,err)},onclose=function(){ |
| /*ThouShaltNotCache*/ |
| var err;return readable&&!readableEnded?(stream._readableState&&stream._readableState.ended||(err=new ERR_STREAM_PREMATURE_CLOSE),callback.call(stream,err)):writable&&!writableEnded?(stream._writableState&&stream._writableState.ended||(err=new ERR_STREAM_PREMATURE_CLOSE),callback.call(stream,err)):void 0},onrequest=function(){ |
| /*ThouShaltNotCache*/ |
| stream.req.on("finish",onfinish)};return!function(stream){ |
| /*ThouShaltNotCache*/ |
| return stream.setHeader&&"function"==typeof stream.abort}(stream)?writable&&!stream._writableState&&(stream.on("end",onlegacyfinish),stream.on("close",onlegacyfinish)):(stream.on("complete",onfinish),stream.on("abort",onclose),stream.req?onrequest():stream.on("request",onrequest)),stream.on("end",onend),stream.on("finish",onfinish),!1!==opts.error&&stream.on("error",onerror),stream.on("close",onclose),function(){ |
| /*ThouShaltNotCache*/ |
| stream.removeListener("complete",onfinish),stream.removeListener("abort",onclose),stream.removeListener("request",onrequest),stream.req&&stream.req.removeListener("finish",onfinish),stream.removeListener("end",onlegacyfinish),stream.removeListener("close",onlegacyfinish),stream.removeListener("finish",onfinish),stream.removeListener("end",onend),stream.removeListener("error",onerror),stream.removeListener("close",onclose)}}},51917:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554);exports.implementation=class{get length(){ |
| /*ThouShaltNotCache*/ |
| return 0}item(){ |
| /*ThouShaltNotCache*/ |
| return null}namedItem(){ |
| /*ThouShaltNotCache*/ |
| return null}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return[]}}},52090:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),AbortSignal=(__webpack_require__(65554),__webpack_require__(60809)),EventListenerOptions=__webpack_require__(55677);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventListenerOptions._convertInherit(globalObject,obj,ret,{context});{const key="once";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'once' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="passive";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'passive' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="signal";let value=null==obj?void 0:obj[key];void 0!==value&&(value=AbortSignal.convert(globalObject,value,{context:context+" has member 'signal' that"}),ret[key]=value)}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},52128:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SVGGraphicsElementImpl=__webpack_require__(81041).implementation;module.exports={implementation:class extends SVGGraphicsElementImpl{}}},52148:function(module){!function(global,factory){"use strict"; |
| /*ThouShaltNotCache*/module.exports=factory}(0,function Factory(global,Export){ |
| /*ThouShaltNotCache*/ |
| var reOptimizer,reValidator,NAMESPACE,QUIRKS_MODE,HTML_DOCUMENT,_closest,_matches,_querySelector,_querySelectorDoc,_querySelectorAllDoc,lastContext,idx,len,set,parent,parents,nodes,emptyNL,doc=global.document,root=doc.documentElement,slice=Array.prototype.slice,WSP="[\\x20\\t\\r\\n\\f]",CFG={operators:"[~*^$|]=|=",combinators:"[\\x20\\t>+~](?=[^>+~])"},NOT_double_enc='(?=(?:[^"]*["][^"]*["])*[^"]*$)',NOT_single_enc="(?=(?:[^']*['][^']*['])*[^']*$)",NOT_parens_enc="(?![^\\x28]*\\x29)",NOT_square_enc="(?![^\\x5b]*\\x5d)",REX={HasEscapes:RegExp("\\\\"),HexNumbers:RegExp("^[0-9a-fA-F]"),EscOrQuote:RegExp("^\\\\|[\\x22\\x27]"),RegExpChar:RegExp("(?!\\\\)[\\\\^$.,*+?()[\\]{}|\\/]","g"),TrimSpaces:RegExp("^"+WSP+"+|"+WSP+"+$|[\\r\\n\\f]","g"),SplitGroup:RegExp("(\\([^)]*\\)|\\[[^[]*\\]|\\\\.|[^,])+","g"),CommaGroup:RegExp("(\\s*,\\s*)"+NOT_square_enc+NOT_parens_enc,"g"),FixEscapes:RegExp("\\\\([0-9a-fA-F]{1,6}"+WSP+"?|.)|([\\x22\\x27])","g"),CombineWSP:RegExp("[\\n\\r\\f\\x20]+"+NOT_single_enc+NOT_double_enc,"g"),TabCharWSP:RegExp("(\\x20?\\t+\\x20?)"+NOT_single_enc+NOT_double_enc,"g"),PseudosWSP:RegExp("\\s+([-+])\\s+"+NOT_square_enc,"g")},STD={combinator:RegExp("\\s?([>+~])\\s?","g"),apimethods:RegExp("^(?:\\w+|\\*)\\|"),namespaces:RegExp("(\\*|\\w+)\\|[\\w-]+")},GROUPS_linguistic="(dir|lang)(?:\\x28\\s?([-\\w]{2,})\\s?\\x29)",GROUPS_logicalsel="(is|where|matches|not|has)(?:\\x28\\s?([^()]*|.*)\\s?\\x29)",GROUPS_locationpc="(any\\-link|link|visited|target|defined)\\b",GROUPS_useraction="(hover|active|focus\\-within|focus\\-visible|focus)\\b",GROUPS_structural="(scope|root|empty|(?:(?:first|last|only)(?:-child|\\-of\\-type)))\\b",GROUPS_inputstate="(enabled|disabled|read\\-only|read\\-write|placeholder\\-shown|default)\\b",GROUPS_inputvalue="(checked|indeterminate|required|optional|valid|invalid|in\\-range|out\\-of\\-range)\\b",GROUPS_rsrc_state="(playing|paused|seeking|buffering|stalled|muted|volume-locked)\\b",GROUPS_disp_state="(open|closed|modal|fullscreen|picture-in-picture)\\b",GROUPS_time_state="(current|past|future)\\b",GROUPS_pseudo_nop="(autofill|-webkit\\-autofill)\\b",GROUPS_pseudo_sng="(after|before|first\\-letter|first\\-line)\\b",GROUPS_pseudo_dbl=":(after|before|first\\-letter|first\\-line|selection|placeholder|-webkit-[-a-zA-Z0-9]{2,})\\b",Patterns={treestruct:RegExp("^:(?:"+"(nth(?:-last)?(?:-child|-of\\-type))(?:\\x28\\s?(even|odd|(?:[-+]?\\d*)(?:n\\s?[-+]?\\s?\\d*)?)\\s?\\x29)"+")(.*)","i"),structural:RegExp("^:(?:"+GROUPS_structural+")(.*)","i"),linguistic:RegExp("^:(?:"+GROUPS_linguistic+")(.*)","i"),useraction:RegExp("^:(?:"+GROUPS_useraction+")(.*)","i"),inputstate:RegExp("^:(?:"+GROUPS_inputstate+")(.*)","i"),inputvalue:RegExp("^:(?:"+GROUPS_inputvalue+")(.*)","i"),rsrc_state:RegExp("^:(?:"+GROUPS_rsrc_state+")(.*)","i"),disp_state:RegExp("^:(?:"+GROUPS_disp_state+")(.*)","i"),time_state:RegExp("^:(?:"+GROUPS_time_state+")(.*)","i"),locationpc:RegExp("^:(?:"+GROUPS_locationpc+")(.*)","i"),logicalsel:RegExp("^:(?:"+GROUPS_logicalsel+")(.*)","i"),pseudo_nop:RegExp("^:(?:"+GROUPS_pseudo_nop+")(.*)","i"),pseudo_sng:RegExp("^:(?:"+GROUPS_pseudo_sng+")(.*)","i"),pseudo_dbl:RegExp("^:(?:"+GROUPS_pseudo_dbl+")(.*)","i"),children:RegExp("^"+WSP+"?\\>"+WSP+"?(.*)"),adjacent:RegExp("^"+WSP+"?\\+"+WSP+"?(.*)"),relative:RegExp("^"+WSP+"?\\~"+WSP+"?(.*)"),ancestor:RegExp("^"+WSP+"+(.*)"),universal:RegExp("^(\\*)(.*)"),namespace:RegExp("^(\\*|[\\w-]+)?\\|(.*)")},RTL=RegExp("^(?:[\\u0627-\\u064a]|[\\u0591-\\u08ff]|[\\ufb1d-\\ufdfd]|[\\ufe70-\\ufefc])+$"),qsInvalid=" is not a valid selector",reNthElem=RegExp("(:nth(?:-last)?-child)","i"),reNthType=RegExp("(:nth(?:-last)?-of-type)","i"),Config={IDS_DUPES:!0,ANODELIST:!1,LOGERRORS:!0,USR_EVENT:!0,VERBOSITY:!0},ATTR_STD_OPS={"=":1,"^=":1,"$=":1,"|=":1,"*=":1,"~=":1},HTML_TABLE={accept:1,"accept-charset":1,align:1,alink:1,axis:1,bgcolor:1,charset:1,checked:1,clear:1,codetype:1,color:1,compact:1,declare:1,defer:1,dir:1,direction:1,disabled:1,enctype:1,face:1,frame:1,hreflang:1,"http-equiv":1,lang:1,language:1,link:1,media:1,method:1,multiple:1,nohref:1,noresize:1,noshade:1,nowrap:1,readonly:1,rel:1,rev:1,rules:1,scope:1,scrolling:1,selected:1,shape:1,target:1,text:1,type:1,valign:1,valuetype:1,vlink:1},Combinators={},Selectors={},Operators={"=":{p1:"^",p2:"$",p3:"true"},"^=":{p1:"^",p2:"",p3:"true"},"$=":{p1:"",p2:"$",p3:"true"},"*=":{p1:"",p2:"",p3:"true"},"|=":{p1:"^",p2:"(-|$)",p3:"true"},"~=":{p1:"(^|\\s)",p2:"(\\s|$)",p3:"true"}},concatCall=function(nodes,callback){for( |
| /*ThouShaltNotCache*/ |
| var i=0,l=nodes.length,list=Array(l);l>i&&!1!==callback(list[i]=nodes[i]);)++i;return list},concatList=function(list,nodes){for( |
| /*ThouShaltNotCache*/ |
| var i=-1,l=nodes.length;l--;)list[list.length]=nodes[++i];return list},toNodeList=0==Config.ANODELIST?function(x){ |
| /*ThouShaltNotCache*/ |
| return x}:(emptyNL=doc.createDocumentFragment().childNodes,function(nodeArray){ |
| /*ThouShaltNotCache*/ |
| if(nodeArray instanceof global.NodeList)return nodeArray;Array.isArray(nodeArray)||(nodeArray=[nodeArray]);var fakeNL=Object.create(emptyNL,{length:{value:nodeArray.length,enumerable:!1},item:{value:function(i){ |
| /*ThouShaltNotCache*/ |
| return this[+i||0]},enumerable:!1}});return nodeArray.forEach(function(v,i){ |
| /*ThouShaltNotCache*/ |
| fakeNL[i]=v}),fakeNL}),documentOrder=function(a,b){ |
| /*ThouShaltNotCache*/ |
| return hasDupes||a!==b?4&a.compareDocumentPosition(b)?-1:1:(hasDupes=!0,0)},hasDupes=!1,unique=function(nodes){for( |
| /*ThouShaltNotCache*/ |
| var i=0,j=-1,l=nodes.length+1,list=[];--l;)nodes[i++]!==nodes[i]&&(list[++j]=nodes[i-1]);return hasDupes=!1,list},switchContext=function(context,force){ |
| /*ThouShaltNotCache*/ |
| var oldDoc=doc;return doc=context.ownerDocument||context,(force||oldDoc!==doc)&&(root=doc.documentElement,HTML_DOCUMENT=isHTML(doc),QUIRKS_MODE=HTML_DOCUMENT&&doc.compatMode.indexOf("CSS")<0,NAMESPACE=root&&root.namespaceURI,Snapshot.doc=doc,Snapshot.root=root),Snapshot.from=context},convertEscapes=function(str){ |
| /*ThouShaltNotCache*/ |
| return REX.HasEscapes.test(str)?str.replace(REX.FixEscapes,function(substring,p1,p2){ |
| /*ThouShaltNotCache*/ |
| return p2?"\\"+p2:REX.HexNumbers.test(p1)?function(codePoint){ |
| /*ThouShaltNotCache*/ |
| if(codePoint<1||codePoint>1114111||codePoint>55295&&codePoint<57344)return"\\ufffd";if(codePoint<65536){var lowHex="000"+codePoint.toString(16);return"\\u"+lowHex.substr(lowHex.length-4)}return"\\u"+(55296+(codePoint-65536>>10)).toString(16)+"\\u"+((codePoint-65536)%1024+56320).toString(16)}(parseInt(p1,16)):REX.EscOrQuote.test(p1)?substring:p1}):str},unescapeIdentifier=function(str){ |
| /*ThouShaltNotCache*/ |
| return REX.HasEscapes.test(str)?str.replace(REX.FixEscapes,function(substring,p1,p2){ |
| /*ThouShaltNotCache*/ |
| return p2||(REX.HexNumbers.test(p1)? |
| /*ThouShaltNotCache*/ |
| (codePoint=parseInt(p1,16))<1||codePoint>1114111||codePoint>55295&&codePoint<57344?"\ufffd":codePoint<65536?String.fromCharCode(codePoint):String.fromCodePoint?String.fromCodePoint(codePoint):String.fromCharCode(55296+(codePoint-65536>>10),(codePoint-65536)%1024+56320):REX.EscOrQuote.test(p1)?substring:p1);var codePoint}):str},method__="getElementById",method__$0="getElementsByTagName",method__$2="getElementsByClassName",compat={"#":function(c,n){ |
| /*ThouShaltNotCache*/ |
| return REX.HasEscapes.test(n)&&(n=unescapeIdentifier(n)),function(e,f){ |
| /*ThouShaltNotCache*/ |
| return byId(n,c)}},"*":function(c,n){ |
| /*ThouShaltNotCache*/ |
| return REX.HasEscapes.test(n)&&(n=unescapeIdentifier(n)),function(e,f){ |
| /*ThouShaltNotCache*/ |
| return byTag(n,c)}},"|":function(c,n){ |
| /*ThouShaltNotCache*/ |
| return REX.HasEscapes.test(n)&&(n=unescapeIdentifier(n)),function(e,f){ |
| /*ThouShaltNotCache*/ |
| return byTagNS(n,c)}},".":function(c,n){ |
| /*ThouShaltNotCache*/ |
| return REX.HasEscapes.test(n)&&(n=unescapeIdentifier(n)),function(e,f){ |
| /*ThouShaltNotCache*/ |
| return byClass(n,c)}}},byId=function(id,context){ |
| /*ThouShaltNotCache*/ |
| var e,i,l,nodes,api=method__;if(!1===Config.IDS_DUPES){if(api in context)return(e=context[api](id))?[e]:none}else if("all"in context){if(e=context.all[id]){if(1==e.nodeType)return e.getAttribute("id")!=id?[]:[e];if("length"==id)return(e=context[api](id))?[e]:none;for(i=0,l=e.length,nodes=[];l>i;++i)e[i].id==id&&(nodes[nodes.length]=e[i]);return nodes&&nodes.length?nodes:[nodes]}return none}return function(id,context){for( |
| /*ThouShaltNotCache*/ |
| var node=context,nodes=[],next=node.firstElementChild;node=next;)if(node.id==id&&(nodes[nodes.length]=node),!(next=node.firstElementChild||node.nextElementSibling))for(;!next&&(node=node.parentElement)&&node!==context;)next=node.nextElementSibling;return nodes}(id,context)},byTagNS=function(context,tag){ |
| /*ThouShaltNotCache*/ |
| return byTag(tag,context)},byTag=function(tag,context){ |
| /*ThouShaltNotCache*/ |
| var e,nodes,api=method__$0;if(api in context)return slice.call(context[api](tag));if(tag=tag.toLowerCase(),e=context.firstElementChild){if(!e.nextElementSibling&&"*"!=tag&&e.localName!=tag)return slice.call(e[api](tag));nodes=[];do{"*"!=tag&&e.localName!=tag||(nodes[nodes.length]=e),concatList(nodes,e[api](tag))}while(e=e.nextElementSibling)}else nodes=none;return Config.ANODELIST?nodes instanceof global.NodeList?nodes:toNodeList(nodes):nodes},byClass=function(cls,context){ |
| /*ThouShaltNotCache*/ |
| var e,nodes,reCls,api=method__$2;if(api in context)return slice.call(context[api](cls));if(e=context.firstElementChild){if(reCls=RegExp("(^|\\s)"+cls+"(\\s|$)",QUIRKS_MODE?"i":""),!e.nextElementSibling&&!reCls.test(e.className))return slice.call(e[api](cls));nodes=[];do{reCls.test(e.className)&&(nodes[nodes.length]=e),concatList(nodes,e[api](cls))}while(e=e.nextElementSibling)}else nodes=none;return Config.ANODELIST?nodes instanceof global.NodeList?nodes:toNodeList(nodes):nodes},nthElement=(idx=0,len=0,set=0,parent=void 0,parents=Array(),nodes=Array(),function(element,dir){ |
| /*ThouShaltNotCache*/ |
| if(2==dir)return idx=0,len=0,set=0,nodes.length=0,parents.length=0,parent=void 0,-1;var e,i,j,k,l;if(parent===element.parentElement)i=set,j=idx,l=len;else{for(l=parents.length,parent=element.parentElement,i=-1,j=0,k=l-1;l>j;++j,--k){if(parents[j]===parent){i=j;break}if(parents[k]===parent){i=k;break}}if(i<0){for(parents[i=l]=parent,l=0,nodes[i]=Array(),e=parent&&parent.firstElementChild||element;e;)nodes[i][l]=e,e===element&&(j=l),e=e.nextElementSibling,++l;if(set=i,idx=0,len=l,l<2)return l}else l=nodes[i].length,set=i}if(element!==nodes[i][j]&&element!==nodes[i][j=0])for(j=0,e=nodes[i],k=l-1;l>j&&e[j]!==element;++j,--k)if(e[k]===element){j=k;break}return idx=j+1,len=l,dir?l-j:idx}),nthOfType=function(){ |
| /*ThouShaltNotCache*/ |
| var idx=0,len=0,set=0,parent=void 0,parents=Array(),nodes=Array();return function(element,dir){ |
| /*ThouShaltNotCache*/ |
| if(2==dir)return idx=0,len=0,set=0,nodes.length=0,parents.length=0,parent=void 0,-1;var e,i,j,k,l,name=element.localName;if(nodes[set]&&nodes[set][name]&&parent===element.parentElement)i=set,j=idx,l=len;else{for(l=parents.length,parent=element.parentElement,i=-1,j=0,k=l-1;l>j;++j,--k){if(parents[j]===parent){i=j;break}if(parents[k]===parent){i=k;break}}if(i<0||!nodes[i][name]){for(parents[i=l]=parent,nodes[i]||(nodes[i]=Object()),l=0,nodes[i][name]=Array(),e=parent&&parent.firstElementChild||element;e;)e===element&&(j=l),e.localName==name&&(nodes[i][name][l]=e,++l),e=e.nextElementSibling;if(set=i,idx=j,len=l,l<2)return l}else l=nodes[i][name].length,set=i}if(element!==nodes[i][name][j]&&element!==nodes[i][name][j=0])for(j=0,e=nodes[i][name],k=l-1;l>j&&e[j]!==element;++j,--k)if(e[k]===element){j=k;break}return idx=j+1,len=l,dir?l-j:idx}}(),isHTML=function(node){ |
| /*ThouShaltNotCache*/ |
| var doc=node.ownerDocument||node;return 9==doc.nodeType&&"contentType"in doc?doc.contentType.indexOf("/html")>0:"div"==doc.createElement("DiV").localName},isContentEditable=function(node){ |
| /*ThouShaltNotCache*/ |
| var attrValue="inherit";switch(node.hasAttribute("contenteditable")&&(attrValue=node.getAttribute("contenteditable")),attrValue){case"":case"plaintext-only":case"true":return!0;case"false":return!1;default:return!(!node.parentNode||1!==node.parentNode.nodeType)&&isContentEditable(node.parentNode)}},emit=function(message,proto){if(Config.VERBOSITY)throw proto?new proto(message):new global.DOMException(message,"SyntaxError");Config.LOGERRORS&&console&&console.log&&console.log(message)},setIdentifierSyntax=function(){ |
| /*ThouShaltNotCache*/ |
| var unicode="\\\\[0-9a-fA-F]{1,6}(?:\\r\\n|\\s)?",identifier="-?(?:[a-zA-Z_-]|[^\\x00-\\x9f]|\\\\[^\\r\\n\\f0-9a-fA-F]|"+unicode+")(?:-{2}|[0-9]|[a-zA-Z_-]|[^\\x00-\\x9f]|\\\\[^\\r\\n\\f0-9a-fA-F]|"+unicode+")*",attrparser=identifier+"|\"[^\"\\\\]*(?:\\\\.[^\"\\\\]*)*(?:\"|$)|'[^'\\\\]*(?:\\\\.[^'\\\\]*)*(?:'|$)",attributes="\\[(?:\\*\\|)?"+WSP+"?("+identifier+"(?::"+identifier+")?)"+WSP+"?(?:("+CFG.operators+")"+WSP+"?(?:"+attrparser+"))?(?:"+WSP+"?\\b(i))?"+WSP+"?(?:\\]|$)",attrmatcher=attributes.replace(attrparser,"([\\x22\\x27]?)((?!\\3)*|(?:\\\\?.)*?)(?:\\3|$)"),standardValidator="(?="+WSP+"?[^>+~(){}<>])(?:(?:\\*|\\*\\|)|(?:[.#]?"+identifier+")+|(?:"+attributes+")+|(?:::?[-\\w]+"+("(?:\\x28"+WSP+"*(?:(?:[-+]?\\d*)(?:n\\s?[-+]?\\s?\\d*)?)?|(?:\\*|\\*\\|)|(?:(?::[-\\w]+(?:\\x28(?:[-+]?\\d*)(?:n\\s?[-+]?\\s?\\d*)?(?:\\x29|$))?|)|(?:[.#]?"+identifier+")|(?:"+attributes+"))+|(?:"+WSP+"?[>+~][^>+~]"+WSP+"?)|(?:"+WSP+"?,"+WSP+"?)|(?:"+WSP+"?)|(?:\\x29|$))*")+")|(?:"+WSP+"?"+CFG.combinators+WSP+"?)|(?:"+WSP+"?,"+WSP+"?)|(?:"+WSP+"?))+";reOptimizer=RegExp("(?:([.:#*]?)("+identifier+")(?::[-\\w]+|\\[[^\\]]+(?:\\]|$)|\\x28[^\\x29]+(?:\\x29|$))*)$"),reValidator=RegExp(standardValidator,"g"),Patterns.id=RegExp("^#("+identifier+")(.*)"),Patterns.tagName=RegExp("^("+identifier+")(.*)"),Patterns.className=RegExp("^\\.("+identifier+")(.*)"),Patterns.attribute=RegExp("^(?:"+attrmatcher+")(.*)")},S_VARS=[],M_VARS=[],N_VARS=[],S_TEST="if(f(c[k])){break main;}",N_TEST="if(f(c.item(k))){break main;}",compile=(S_VARS=[],M_VARS=[],N_VARS=[],function(selector,mode,callback){ |
| /*ThouShaltNotCache*/ |
| var factory,source,head="",loop="",macro="",vars="";switch(mode){case!0:if(selectLambdas[selector])return selectLambdas[selector];macro="r[++j]=c[k];"+(callback?S_TEST:"")+"continue main;",head="var e,n,o,j=r.length-1,k=-1",loop="main:while((e=c[++k]))";break;case!1:if(matchLambdas[selector])return matchLambdas[selector];macro=(callback?"f(c);":"")+"r=true;",head="var e,n,o",loop="e=c;";break;case null:if(selectLambdas[selector])return selectLambdas[selector];macro="r[++j]=c.item(k);"+(callback?N_TEST:"")+"r=true;",head="var e,n,o",loop="main:while((e=c.item(++k)))"}return source=compileSelector(selector,macro,mode,callback),loop+=mode||null===mode?"{"+source+"}":source,(mode||null===mode&&selector.includes(":nth"))&&(loop+=reNthElem.test(selector)?"s.nthElement(null, 2);":"",loop+=reNthType.test(selector)?"s.nthOfType(null, 2);":""),(S_VARS[0]||M_VARS[0]||N_VARS[0])&&(vars=","+(S_VARS.join(",")||M_VARS.join(",")||N_VARS[0]),S_VARS.length=0,M_VARS.length=0,N_VARS.length=0),factory=Function("s",'"use strict";return function Resolver(c,f,x,r){'+head+vars+";"+loop+"return r;}")(Snapshot),mode||null===mode?selectLambdas[selector]=factory:matchLambdas[selector]=factory}),compileSelector=function(expression,source,mode,callback){ |
| /*ThouShaltNotCache*/ |
| var a,b,n,f,name,NS,compat,expr,match,result,status,symbol,test,type,vars,k=0,selector=expression;selector=selector.replace(STD.combinator,"$1");selector_recursion_label:for(;selector;){switch(++k,symbol=STD.apimethods.test(selector)?"|":selector[0]){case"*":match=selector.match(Patterns.universal);break;case"#":source="if((/^"+(match=selector.match(Patterns.id))[1]+'$/.test(e.getAttribute("id")))){'+source+"}";break;case".":match=selector.match(Patterns.className),compat=(QUIRKS_MODE?"i":"")+'.test(e.getAttribute("class"))',source="if((/(^|\\s)"+match[1]+"(\\s|$)/"+compat+")){"+source+"}";break;case/[_a-z]/i.test(symbol)?symbol:void 0:source='if((e.localName=="'+(match=selector.match(Patterns.tagName))[1]+'")){'+source+"}";break;case"|":"*"==(match=selector.match(Patterns.namespace))[1]?source="if(true){"+source+"}":match[1]?"string"==typeof match[1]&&root.prefix==match[1]?source='if((e.namespaceURI=="'+NAMESPACE+'")){'+source+"}":emit("'undefined'"+qsInvalid):source="if((!e.namespaceURI)){"+source+"}";break;case"[":if(NS=(match=selector.match(Patterns.attribute))[0].match(STD.namespaces),expr=2==(expr=(name=match[1]).split(":")).length?expr[1]:expr[0],match[2]&&!(test=Operators[match[2]]))return emit("'undefined'"+qsInvalid),"";if(""===match[4])test="~="==match[2]?{p1:"^\\s",p2:"+$",p3:"true"}:match[2]in ATTR_STD_OPS&&"~="!=match[2]?{p1:"^",p2:"$",p3:"true"}:test;else{if("~="==match[2]&&match[4].includes(" "))break;match[4]&&(match[4]=convertEscapes(match[4]).replace(REX.RegExpChar,"\\$&"))}type="i"==match[5]||HTML_DOCUMENT&&HTML_TABLE[expr.toLowerCase()]?"i":"",source="if(("+(match[2]?!match[4]&&ATTR_STD_OPS[match[2]]&&"~="!=match[2]?'e.getAttribute&&e.getAttribute("'+name+'")==""':"(/"+test.p1+match[4]+test.p2+"/"+type+').test(e.getAttribute&&e.getAttribute("'+name+'"))=='+test.p3:NS?'s.hasAttributeNS(e,"'+name+'")':'e.hasAttribute&&e.hasAttribute("'+name+'")')+")){"+source+"}";break;case"~":match=selector.match(Patterns.relative),source="var N"+k+"=e;while(e&&(e=e.previousElementSibling)){"+source+"}e=N"+k+";";break;case"+":match=selector.match(Patterns.adjacent),source="var N"+k+"=e;if(e&&(e=e.previousElementSibling)){"+source+"}e=N"+k+";";break;case"\t":case" ":match=selector.match(Patterns.ancestor),source="var N"+k+"=e;while(e&&(e=e.parentElement)){"+source+"}e=N"+k+";";break;case">":match=selector.match(Patterns.children),source="var N"+k+"=e;if(e&&(e=e.parentElement)){"+source+"}e=N"+k+";";break;case symbol in Combinators?symbol:void 0:match[match.length-1]="*",source=Combinators[symbol](match)+source;break;case":":if(match=selector.match(Patterns.structural))switch(match[1]=match[1].toLowerCase(),match[1]){case"scope":source="if(e===(s.from.nodeType===9?s.root:s.from)){"+source+"}";break;case"root":source="if((e===s.root)){"+source+(mode?"break main;":"")+"}";break;case"empty":source="n=e.firstChild;while(n&&!(/1|3/).test(n.nodeType)){n=n.nextSibling}if(!n){"+source+"}";break;case"only-child":source="if((!e.nextElementSibling&&!e.previousElementSibling)){"+source+"}";break;case"last-child":source="if((!e.nextElementSibling)){"+source+"}";break;case"first-child":source="if((!e.previousElementSibling)){"+source+"}";break;case"only-of-type":source="o=e.localName;n=e;while((n=n.nextElementSibling)&&n.localName!=o);if(!n){n=e;while((n=n.previousElementSibling)&&n.localName!=o);}if(!n){"+source+"}";break;case"last-of-type":source="n=e;o=e.localName;while((n=n.nextElementSibling)&&n.localName!=o);if(!n){"+source+"}";break;case"first-of-type":source="n=e;o=e.localName;while((n=n.previousElementSibling)&&n.localName!=o);if(!n){"+source+"}";break;default:emit("'undefined'"+qsInvalid)}else if(match=selector.match(Patterns.treestruct))switch(match[1]=match[1].toLowerCase(),match[1]){case"nth-child":case"nth-of-type":case"nth-last-child":case"nth-last-of-type":if(expr=/-of-type/i.test(match[1]),match[1]&&match[2]){if(type=/last/i.test(match[1]),"n"==match[2]){source="if(true){"+source+"}";break}if("1"==match[2]){test=type?"next":"previous",source=expr?"n=e;o=e.localName;while((n=n."+test+"ElementSibling)&&n.localName!=o);if(!n){"+source+"}":"if(!e."+test+"ElementSibling){"+source+"}";break}"even"==match[2]||"2n0"==match[2]||"2n+0"==match[2]||"2n"==match[2]?test="n%2==0":"odd"==match[2]||"2n1"==match[2]||"2n+1"==match[2]?test="n%2==1":(f=/n/i.test(match[2]),n=match[2].split("n"),a=parseInt(n[0],10)||0,b=parseInt(n[1],10)||0,"-"==n[0]&&(a=-1),"+"==n[0]&&(a=1),test=(b?"(n"+(b>0?"-":"+")+Math.abs(b)+")":"n")+"%"+a+"==0",test=a>=1?f?"n>"+(b-1)+(1!=Math.abs(a)?"&&"+test:""):"n=="+a:a<=-1?f?"n<"+(b+1)+(1!=Math.abs(a)?"&&"+test:""):"n=="+a:0===a?n[0]?"n=="+b:"n>"+(b-1):"false"),source="n=s.nth"+(expr=expr?"OfType":"Element")+"(e,"+(type=type?"true":"false")+");if(("+test+")){"+source+"}"}else emit("'undefined'"+qsInvalid);break;default:emit("'undefined'"+qsInvalid)}else if(match=selector.match(Patterns.logicalsel))switch(match[1]=match[1].toLowerCase(),expr=(expr=match[2].replace(REX.CommaGroup,",").replace(REX.TrimSpaces,"")).replace(/\x22/g,'\\"'),match[1]){case"is":source='try{if(s.match("'+expr+'",e)){'+source+"}}catch(E){console.log(E)}";break;case"where":case"matches":source='if(s.match("'+expr+'",e)){'+source+"}";break;case"not":source='if(!s.match("'+expr+'",e)){'+source+"}";break;case"has":source=/^\s*(\+|\~)/.test(match[2])?"if(e.parentElement&&Array.from(e.parentElement"+(/^\s*[+]/.test(match[2])?'.querySelectorAll("*'+expr+'")':".children")+").includes(e.nextElementSibling)){"+source+"}":'if(e.querySelector(":scope '+expr+'")){'+source+"}";break;default:emit("'undefined'"+qsInvalid)}else if(match=selector.match(Patterns.linguistic))switch(match[1]=match[1].toLowerCase(),match[1]){case"dir":source="var p;if(((/"+match[2]+'/i.test(e.dir))||(p=s.ancestor("[dir]", e))&&(/'+match[2]+'/i.test(p.dir))||(e.dir==""||e.dir=="auto")&&('+("ltr"==match[2]?"!":"")+RTL+".test(e.textContent)))){"+source+"};";break;case"lang":expr="(?:^|-)"+match[2]+"(?:-|$)",source='var p;if(((e.isConnected&&(e.lang==""&&(p=s.ancestor("[lang]",e)))&&(p.lang=="'+match[2]+'")||/'+expr+"/i.test(e.lang)))){"+source+"};";break;default:emit("'undefined'"+qsInvalid)}else if(match=selector.match(Patterns.locationpc))switch(match[1]=match[1].toLowerCase(),match[1]){case"any-link":source='if((/^a|area$/i.test(e.localName)&&e.hasAttribute("href")||e.visited)){'+source+"}";break;case"link":source='if((/^a|area$/i.test(e.localName)&&e.hasAttribute("href"))){'+source+"}";break;case"visited":source='if((/^a|area$/i.test(e.localName)&&e.hasAttribute("href")&&e.visited)){'+source+"}";break;case"target":source="if(((s.doc.compareDocumentPosition(e)&16)&&s.doc.location.hash&&e.id==s.doc.location.hash.slice(1))){"+source+"}";break;case"defined":source="n=s.doc.defaultView.customElements.get(e.localName);if(n&&e instanceof n){"+source+"}";break;default:emit("'undefined'"+qsInvalid)}else if(match=selector.match(Patterns.useraction))switch(match[1]=match[1].toLowerCase(),match[1]){case"hover":source="if(e===s.HOVER){"+source+"}";break;case"active":source="if(e===s.doc.activeElement){"+source+"}";break;case"focus":source="if(s.isFocusable(e)){"+source+"}";break;case"focus-visible":source="if(n=s.isFocusable(e)){if(e!==n){while(e){e=e.parentElement;if(e===n)break;}}}if((e===n||e.autofocus)){"+source+"}";break;case"focus-within":source="if(n=s.isFocusable(e)){if(n!==e){while(n){n=n.parentElement;if(n===e)break;}}}if((n===e||n.autofocus)){"+source+"}";break;default:emit("'undefined'"+qsInvalid)}else if(match=selector.match(Patterns.inputstate))switch(match[1]=match[1].toLowerCase(),match[1]){case"enabled":source='if((("form" in e||/^optgroup$/i.test(e.localName))&&"disabled" in e &&e.disabled===false)){'+source+"}";break;case"disabled":source='if((("form" in e||/^optgroup$/i.test(e.localName))&&"disabled" in e)){var x=0,N=[],F=false,L=false;if(!(/^(optgroup|option)$/i.test(e.localName))){n=e.parentElement;while(n){if(n.localName=="fieldset"){N[x++]=n;if(n.disabled===true){F=true;break;}}n=n.parentElement;}for(var x=0;x<N.length;x++){if((n=s.first("legend",N[x]))&&n.contains(e)){L=true;break;}}}if(e.disabled===true||(F&&!L)){'+source+"}}";break;case"read-only":source='if((/^textarea$/i.test(e.localName)&&(e.readOnly||e.disabled))||(/^input$/i.test(e.localName)&&("|date|datetime-local|email|month|number|password|search|tel|text|time|url|week|".includes("|"+e.type+"|")?(e.readOnly||e.disabled):true))||(!/^(?:input|textarea)$/i.test(e.localName) && !s.isContentEditable(e))){'+source+"}";break;case"read-write":source='if((/^textarea$/i.test(e.localName)&&!e.readOnly&&!e.disabled)||(/^input$/i.test(e.localName)&&"|date|datetime-local|email|month|number|password|search|tel|text|time|url|week|".includes("|"+e.type+"|")&&!e.readOnly&&!e.disabled)||(!/^(?:input|textarea)$/i.test(e.localName) && s.isContentEditable(e))){'+source+"}";break;case"placeholder-shown":source='if(((/^input|textarea$/i.test(e.localName))&&e.hasAttribute("placeholder")&&("|textarea|password|number|search|email|text|tel|url|".includes("|"+e.type+"|"))&&(!s.match(":focus",e)))){'+source+"}";break;case"default":source='if(("form" in e && e.form)){var x=0;n=[];if(e.type=="image")n=e.form.getElementsByTagName("input");if(e.type=="submit")n=e.form.elements;while(n[x]&&e!==n[x]){if(n[x].type=="image")break;if(n[x].type=="submit")break;x++;}}if((e.form&&(e===n[x]&&"|image|submit|".includes("|"+e.type+"|"))||((/^option$/i.test(e.localName))&&e.defaultSelected)||(("|radio|checkbox|".includes("|"+e.type+"|"))&&e.defaultChecked))){'+source+"}";break;default:emit("'undefined'"+qsInvalid)}else if(match=selector.match(Patterns.inputvalue))switch(match[1]=match[1].toLowerCase(),match[1]){case"checked":source='if((/^input$/i.test(e.localName)&&("|radio|checkbox|".includes("|"+e.type+"|")&&e.checked)||(/^option$/i.test(e.localName)&&(e.selected||e.checked)))){'+source+"}";break;case"indeterminate":source='if((/^progress$/i.test(e.localName)&&!e.hasAttribute("value"))||(/^input$/i.test(e.localName)&&("checkbox"==e.type&&e.indeterminate)||("radio"==e.type&&e.name&&!s.first("input[name="+e.name+"]:checked",e.form)))){'+source+"}";break;case"required":source="if((/^input|select|textarea$/i.test(e.localName)&&e.required)){"+source+"}";break;case"optional":source="if((/^input|select|textarea$/i.test(e.localName)&&!e.required)){"+source+"}";break;case"invalid":source='if((((/^form$/i.test(e.localName)&&!e.noValidate)||(e.willValidate&&!e.formNoValidate))&&!e.checkValidity())||(/^fieldset$/i.test(e.localName)&&s.first(":invalid",e))){'+source+"}";break;case"valid":source='if((((/^form$/i.test(e.localName)&&!e.noValidate)||(e.willValidate&&!e.formNoValidate))&&e.checkValidity())||(/^fieldset$/i.test(e.localName)&&s.first(":valid",e))){'+source+"}";break;case"in-range":source='if((/^input$/i.test(e.localName))&&(e.willValidate&&!e.formNoValidate)&&(!e.validity.rangeUnderflow&&!e.validity.rangeOverflow)&&("|date|datetime-local|month|number|range|time|week|".includes("|"+e.type+"|"))&&("range"==e.type||e.getAttribute("min")||e.getAttribute("max"))){'+source+"}";break;case"out-of-range":source='if((/^input$/i.test(e.localName))&&(e.willValidate&&!e.formNoValidate)&&(e.validity.rangeUnderflow||e.validity.rangeOverflow)&&("|date|datetime-local|month|number|range|time|week|".includes("|"+e.type+"|"))&&("range"==e.type||e.getAttribute("min")||e.getAttribute("max"))){'+source+"}";break;default:emit("'undefined'"+qsInvalid)}else if(match=selector.match(Patterns.rsrc_state))switch(match[1]=match[1].toLowerCase(),match[1]){case"playing":source="if(s.isPlaying(e)){"+source+"}";break;case"paused":case"seeking":source="if(!s.isPlaying(e)){"+source+"}";break;case"buffering":case"stalled":case"volume-locked":default:break;case"muted":source='if(e.localName=="audio"&&e.getAttribute("muted")){'+source+"}"}else{if(match=selector.match(Patterns.pseudo_nop))break;if(match=selector.match(Patterns.pseudo_sng))source='if(e.element&&e.type.toLowerCase()==":'+match[0].toLowerCase()+'"){e=e.element;'+source+"}";else if(match=selector.match(Patterns.pseudo_dbl))source='if(e.element&&e.type.toLowerCase()=="'+match[0].toLowerCase()+'"){e=e.element;'+source+"}";else{for(expr in expr=!1,status=!1,Selectors)if((match=selector.match(Selectors[expr].Expression))&&("match"in(result=Selectors[expr].Callback(match,source,mode,callback))&&(match=result.match),vars=result.modvar,mode?vars&&S_VARS.indexOf(vars)<0&&(S_VARS[S_VARS.length]=vars):vars&&M_VARS.indexOf(vars)<0&&(M_VARS[M_VARS.length]=vars),source=result.source,status=result.status))break;if(!status)return emit("unknown pseudo-class selector '"+selector+"'"),"";if(!expr)return emit("unknown token in selector '"+selector+"'"),""}}break;default:emit("'undefined'"+qsInvalid);break selector_recursion_label}if(!match)return emit("'undefined'"+qsInvalid),"";selector=match.pop()}return source},makeref=function(selectors,element){ |
| /*ThouShaltNotCache*/ |
| return 9===element.nodeType&&(element=element.documentElement),selectors.replace(/:scope/i,element.localName+(element.id?"#"+escape(element.id):"")+(element.className?"."+escape(element.classList[0]):""))},ancestor=function(selectors,element,callback){for( |
| /*ThouShaltNotCache*/ |
| parse(selectors,!0),selectors=makeref(selectors,element);element&&!match(selectors,element,callback);)element=element.parentElement;return element},match_assert=function(f,element,callback){ |
| /*ThouShaltNotCache*/ |
| for(var i=0,l=f.length,r=!1;l>i;++i)f[i](element,callback,null,!1)&&(r=!0);return r},parse=function(selectors,type){ |
| /*ThouShaltNotCache*/ |
| var parsed;return 0===arguments.length?(emit("Not enough arguments",TypeError),Config.VERBOSITY?void 0:!!type&&none):""===arguments[0]?(emit("''"+qsInvalid),Config.VERBOSITY?void 0:!!type&&none):("string"!=typeof selectors&&(selectors=""+selectors),/:scope/i.test(selectors)&&(selectors=makeref(selectors,Snapshot.from)),parsed=selectors.replace(/\x00|\\$/g,"\ufffd").replace(REX.CombineWSP," ").replace(REX.PseudosWSP,"$1").replace(REX.TabCharWSP,"\t").replace(REX.CommaGroup,",").replace(REX.TrimSpaces,""),(selectors=parsed.match(reValidator))&&selectors.join("")==parsed?(selectors=parsed.match(REX.SplitGroup),","==parsed[parsed.length-1]?(emit(qsInvalid),Config.VERBOSITY?void 0:!!type&&none):selectors):(emit("'"+selectors+"'"+qsInvalid),Config.VERBOSITY?void 0:!!type&&none))},match=function(selectors,element,callback){ |
| /*ThouShaltNotCache*/ |
| return element&&matchResolvers[selectors]||(matchResolvers[selectors]=function(selectors,callback){ |
| /*ThouShaltNotCache*/ |
| for(var i=0,l=selectors.length,f=[];l>i;++i)f[i]=compile(selectors[i],!1,callback);return{factory:f}}(parse(selectors,!1),callback)),match_assert(matchResolvers[selectors].factory,element,callback)},first=function(selectors,context,callback){ |
| /*ThouShaltNotCache*/ |
| return select(selectors,context,"function"==typeof callback?function(element){ |
| /*ThouShaltNotCache*/ |
| return callback(element),!1}:function(){ |
| /*ThouShaltNotCache*/ |
| return!1})[0]||null},select=function(selectors,context,callback){ |
| /*ThouShaltNotCache*/ |
| var resolver,nodes=[];if(0==arguments.length&&emit("Not enough arguments",TypeError),context||(context=doc),lastContext!==context&&(lastContext=switchContext(context)),selectors&&(resolver=selectResolvers[selectors])&&resolver.context===context&&resolver.callback===callback){var f=resolver.factory,h=resolver.htmlset,n=resolver.nodeset;if(n.length>1){for(var list,i=0,l=n.length;l>i;++i)list=compat[n[i][0]](context,n[i].slice(1))(),null!==f[i]?f[i](list,callback,context,nodes):nodes=nodes.concat(list);l>1&&nodes.length>1&&(nodes.sort(documentOrder),hasDupes&&(nodes=unique(nodes)))}else nodes=f[0]?f[0](h[0](),callback,context,nodes):h[0]();return"function"==typeof callback&&(nodes=concatCall(nodes,callback)),Config.ANODELIST?nodes instanceof global.NodeList?nodes:toNodeList(nodes):nodes}return selectResolvers[selectors]=collect(parse(selectors,!0),context,callback),nodes=selectResolvers[selectors].results,"function"==typeof callback&&(nodes=concatCall(nodes,callback)),Config.ANODELIST?nodes instanceof global.NodeList?nodes:toNodeList(nodes):nodes},optimize=function(selector,token){ |
| /*ThouShaltNotCache*/ |
| var index=token.index,length=token[1].length+token[2].length;return selector.slice(0,index)+(" >+~".indexOf(selector.charAt(index-1))>-1&&":[".indexOf(selector.charAt(index+length+1))>-1?"*":"")+selector.slice(index+length-("*"==token[1]?1:0))},collect=function(selectors,context,callback){ |
| /*ThouShaltNotCache*/ |
| var i,l,type,seen={},token=["","*","*"],optimized=selectors,factory=[],htmlset=[],nodeset=[],results=[];for(i=0,l=selectors.length;l>i;++i)!seen[selectors[i]]&&(seen[selectors[i]]=!0)&&((type=selectors[i].match(reOptimizer))&&":"!=type[1]&&(token=type)?(token[1]||(token[1]="*"),optimized[i]=optimize(optimized[i],token)):token=["","*","*"]),nodeset[i]=token[1]+token[2],htmlset[i]=compat[token[1]](context,token[2]),factory[i]=compile(optimized[i],!0,null),factory[i]?factory[i](htmlset[i](),callback,context,results):results.concat(htmlset[i]());return l>1&&(results.sort(documentOrder),hasDupes&&(results=unique(results))),{callback,context,factory,htmlset,nodeset,results}},none=( |
| /*ThouShaltNotCache*/ |
| doc.addEventListener("mouseover",function(e){ |
| /*ThouShaltNotCache*/ |
| Snapshot.HOVER=e.target},!0),doc.addEventListener("mouseout",function(e){ |
| /*ThouShaltNotCache*/ |
| Snapshot.HOVER=null},!0),Array()),matchLambdas={},selectLambdas={},matchResolvers={},selectResolvers={},Snapshot={doc,from:doc,root,byTag,first,match,ancestor,nthOfType,nthElement,isFocusable:function(node){ |
| /*ThouShaltNotCache*/ |
| var doc=node.ownerDocument;return(!node.contentDocument||"iframe"!=node.localName)&&(!(!doc.hasFocus()||node!==doc.activeElement||!node.type&&!node.href&&"number"!=typeof node.tabIndex)&&node)},isContentEditable,hasAttributeNS:function(e,name){ |
| /*ThouShaltNotCache*/ |
| var i,l,attr=e.getAttributeNames();for(name=RegExp(":?"+name+"$",HTML_DOCUMENT?"i":""),i=0,l=attr.length;l>i;++i)if(name.test(attr[i]))return!0;return!1}},Dom={lastMatched:undefined,lastSelected:undefined,matchLambdas,selectLambdas,matchResolvers,selectResolvers,CFG,S_BODY:"r[++j]=c[k];",M_BODY:"",N_BODY:"",S_TEST,M_TEST:"f(c);",N_TEST,byId,byTag,byClass,match,first,select,closest:ancestor,compile,configure:function(option,clear){ |
| /*ThouShaltNotCache*/ |
| if("string"==typeof option)return!!Config[option];if("object"!=typeof option)return Config;for(var i in option)Config[i]=!!option[i];return clear&&(matchResolvers={},selectResolvers={}),setIdentifierSyntax(),!0},emit,Config,Snapshot,Version:"nwsapi-2.2.21",install:function(all){function parseQSArgs(){ |
| /*ThouShaltNotCache*/ |
| var method=arguments[arguments.length-1];return arguments.length<2?method.apply(this,[]):arguments.length<3?method.apply(this,[arguments[0],this]):method.apply(this,[arguments[0],this,"function"==typeof arguments[1]?arguments[1]:void 0])} |
| /*ThouShaltNotCache*/ |
| _closest=Element.prototype.closest,_matches=Element.prototype.matches,_querySelector=Element.prototype.querySelector,Element.prototype.querySelectorAll,_querySelectorDoc=Document.prototype.querySelector,_querySelectorAllDoc=Document.prototype.querySelectorAll,Element.prototype.closest=HTMLElement.prototype.closest=function(){ |
| /*ThouShaltNotCache*/ |
| return parseQSArgs.apply(this,[].slice.call(arguments).concat(ancestor))},Element.prototype.matches=HTMLElement.prototype.matches=function(){ |
| /*ThouShaltNotCache*/ |
| return parseQSArgs.apply(this,[].slice.call(arguments).concat(match))},Element.prototype.querySelector=HTMLElement.prototype.querySelector=function(){ |
| /*ThouShaltNotCache*/ |
| return parseQSArgs.apply(this,[].slice.call(arguments).concat(first))},Element.prototype.querySelectorAll=HTMLElement.prototype.querySelectorAll=function(){ |
| /*ThouShaltNotCache*/ |
| return parseQSArgs.apply(this,[].slice.call(arguments).concat(select))},Document.prototype.querySelector=DocumentFragment.prototype.querySelector=function(){ |
| /*ThouShaltNotCache*/ |
| return parseQSArgs.apply(this,[].slice.call(arguments).concat(first))},Document.prototype.querySelectorAll=DocumentFragment.prototype.querySelectorAll=function(){ |
| /*ThouShaltNotCache*/ |
| return parseQSArgs.apply(this,[].slice.call(arguments).concat(select))},all&&doc.addEventListener("load",function(e){ |
| /*ThouShaltNotCache*/ |
| var c,d,r,s,t=e.target;/iframe/i.test(t.localName)&&(c="("+Export+")(this, "+Factory+");",(s=(d=t.ownerDocument).createElement("script")).textContent=c+"NW.Dom.install(true)",(r=d.documentElement).removeChild(r.insertBefore(s,r.firstChild)))},!0)},uninstall:function(){ |
| /*ThouShaltNotCache*/ |
| _closest&&(Element.prototype.closest=_closest,HTMLElement.prototype.closest=_closest),_matches&&(Element.prototype.matches=_matches,HTMLElement.prototype.matches=_matches),_querySelector&&(Element.prototype.querySelector=HTMLElement.prototype.querySelector=_querySelector,Element.prototype.querySelectorAll=HTMLElement.prototype.querySelectorAll=_querySelector),_querySelectorAllDoc&&(Document.prototype.querySelector=DocumentFragment.prototype.querySelector=_querySelectorDoc,Document.prototype.querySelectorAll=DocumentFragment.prototype.querySelectorAll=_querySelectorAllDoc)},Operators,Selectors,registerCombinator:function(combinator,resolver){for( |
| /*ThouShaltNotCache*/ |
| var symbol,i=0,l=combinator.length;l>i;++i)if("="!=combinator[i]){symbol=combinator[i];break}CFG.combinators.indexOf(symbol)<0?(CFG.combinators=CFG.combinators.replace("](",symbol+"]("),CFG.combinators=CFG.combinators.replace("])",symbol+"])"),Combinators[combinator]=resolver,setIdentifierSyntax()):console.warn("Warning: the '"+combinator+"' combinator is already registered.")},registerOperator:function(operator,resolver){for( |
| /*ThouShaltNotCache*/ |
| var symbol,i=0,l=operator.length;l>i;++i)if("="!=operator[i]){symbol=operator[i];break}CFG.operators.indexOf(symbol)<0&&!Operators[operator]?(CFG.operators=CFG.operators.replace("]=",symbol+"]="),Operators[operator]=resolver,setIdentifierSyntax()):console.warn("Warning: the '"+operator+"' operator is already registered.")},registerSelector:function(name,rexp,func){ |
| /*ThouShaltNotCache*/ |
| Selectors[name]||(Selectors[name]={Expression:rexp,Callback:func})}};return function(doc){ |
| /*ThouShaltNotCache*/ |
| setIdentifierSyntax(),lastContext=switchContext(doc,!0)}(doc),Dom})},52334:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(17092).Buffer;function Utf7Codec(codecOptions,iconv){ |
| /*ThouShaltNotCache*/ |
| this.iconv=iconv}exports.utf7=Utf7Codec,exports.unicode11utf7="utf7",Utf7Codec.prototype.encoder=Utf7Encoder,Utf7Codec.prototype.decoder=Utf7Decoder,Utf7Codec.prototype.bomAware=!0;var nonDirectChars=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function Utf7Encoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.iconv=codec.iconv}function Utf7Decoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.iconv=codec.iconv,this.inBase64=!1,this.base64Accum=""}Utf7Encoder.prototype.write=function(str){ |
| /*ThouShaltNotCache*/ |
| return Buffer.from(str.replace(nonDirectChars,function(chunk){ |
| /*ThouShaltNotCache*/ |
| return"+"+("+"===chunk?"":this.iconv.encode(chunk,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))},Utf7Encoder.prototype.end=function(){};for(var base64Regex=/[A-Za-z0-9\/+]/,base64Chars=[],i=0;i<256;i++)base64Chars[i]=base64Regex.test(String.fromCharCode(i));var plusChar="+".charCodeAt(0),minusChar="-".charCodeAt(0),andChar="&".charCodeAt(0);function Utf7IMAPCodec(codecOptions,iconv){ |
| /*ThouShaltNotCache*/ |
| this.iconv=iconv}function Utf7IMAPEncoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.iconv=codec.iconv,this.inBase64=!1,this.base64Accum=Buffer.alloc(6),this.base64AccumIdx=0}function Utf7IMAPDecoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.iconv=codec.iconv,this.inBase64=!1,this.base64Accum=""}Utf7Decoder.prototype.write=function(buf){for( |
| /*ThouShaltNotCache*/ |
| var res="",lastI=0,inBase64=this.inBase64,base64Accum=this.base64Accum,i=0;i<buf.length;i++)if(inBase64){if(!base64Chars[buf[i]]){if(i==lastI&&buf[i]==minusChar)res+="+";else{var b64str=base64Accum+this.iconv.decode(buf.slice(lastI,i),"ascii");res+=this.iconv.decode(Buffer.from(b64str,"base64"),"utf16-be")}buf[i]!=minusChar&&i--,lastI=i+1,inBase64=!1,base64Accum=""}}else buf[i]==plusChar&&(res+=this.iconv.decode(buf.slice(lastI,i),"ascii"),lastI=i+1,inBase64=!0);if(inBase64){var canBeDecoded=(b64str=base64Accum+this.iconv.decode(buf.slice(lastI),"ascii")).length-b64str.length%8;base64Accum=b64str.slice(canBeDecoded),b64str=b64str.slice(0,canBeDecoded),res+=this.iconv.decode(Buffer.from(b64str,"base64"),"utf16-be")}else res+=this.iconv.decode(buf.slice(lastI),"ascii");return this.inBase64=inBase64,this.base64Accum=base64Accum,res},Utf7Decoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| var res="";return this.inBase64&&this.base64Accum.length>0&&(res=this.iconv.decode(Buffer.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",res},exports.utf7imap=Utf7IMAPCodec,Utf7IMAPCodec.prototype.encoder=Utf7IMAPEncoder,Utf7IMAPCodec.prototype.decoder=Utf7IMAPDecoder,Utf7IMAPCodec.prototype.bomAware=!0,Utf7IMAPEncoder.prototype.write=function(str){for( |
| /*ThouShaltNotCache*/ |
| var inBase64=this.inBase64,base64Accum=this.base64Accum,base64AccumIdx=this.base64AccumIdx,buf=Buffer.alloc(5*str.length+10),bufIdx=0,i=0;i<str.length;i++){var uChar=str.charCodeAt(i);32<=uChar&&uChar<=126?(inBase64&&(base64AccumIdx>0&&(bufIdx+=buf.write(base64Accum.slice(0,base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),bufIdx),base64AccumIdx=0),buf[bufIdx++]=minusChar,inBase64=!1),inBase64||(buf[bufIdx++]=uChar,uChar===andChar&&(buf[bufIdx++]=minusChar))):(inBase64||(buf[bufIdx++]=andChar,inBase64=!0),inBase64&&(base64Accum[base64AccumIdx++]=uChar>>8,base64Accum[base64AccumIdx++]=255&uChar,base64AccumIdx==base64Accum.length&&(bufIdx+=buf.write(base64Accum.toString("base64").replace(/\//g,","),bufIdx),base64AccumIdx=0)))}return this.inBase64=inBase64,this.base64AccumIdx=base64AccumIdx,buf.slice(0,bufIdx)},Utf7IMAPEncoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| var buf=Buffer.alloc(10),bufIdx=0;return this.inBase64&&(this.base64AccumIdx>0&&(bufIdx+=buf.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),bufIdx),this.base64AccumIdx=0),buf[bufIdx++]=minusChar,this.inBase64=!1),buf.slice(0,bufIdx)};var base64IMAPChars=base64Chars.slice();base64IMAPChars[",".charCodeAt(0)]=!0,Utf7IMAPDecoder.prototype.write=function(buf){for( |
| /*ThouShaltNotCache*/ |
| var res="",lastI=0,inBase64=this.inBase64,base64Accum=this.base64Accum,i=0;i<buf.length;i++)if(inBase64){if(!base64IMAPChars[buf[i]]){if(i==lastI&&buf[i]==minusChar)res+="&";else{var b64str=base64Accum+this.iconv.decode(buf.slice(lastI,i),"ascii").replace(/,/g,"/");res+=this.iconv.decode(Buffer.from(b64str,"base64"),"utf16-be")}buf[i]!=minusChar&&i--,lastI=i+1,inBase64=!1,base64Accum=""}}else buf[i]==andChar&&(res+=this.iconv.decode(buf.slice(lastI,i),"ascii"),lastI=i+1,inBase64=!0);if(inBase64){var canBeDecoded=(b64str=base64Accum+this.iconv.decode(buf.slice(lastI),"ascii").replace(/,/g,"/")).length-b64str.length%8;base64Accum=b64str.slice(canBeDecoded),b64str=b64str.slice(0,canBeDecoded),res+=this.iconv.decode(Buffer.from(b64str,"base64"),"utf16-be")}else res+=this.iconv.decode(buf.slice(lastI),"ascii");return this.inBase64=inBase64,this.base64Accum=base64Accum,res},Utf7IMAPDecoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| var res="";return this.inBase64&&this.base64Accum.length>0&&(res=this.iconv.decode(Buffer.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",res}},52476:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLMapElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLMapElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLMapElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLMapElement",new.target)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLMapElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLMapElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLMapElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get areas(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get areas' called on an object that is not a valid instance of HTMLMapElement.");return utils.getSameObject(this,"areas",()=>utils.tryWrapperForImpl(esValue[implSymbol].areas))}}Object.defineProperties(HTMLMapElement.prototype,{name:{enumerable:!0},areas:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMapElement",configurable:!0}}),ctorRegistry.HTMLMapElement=HTMLMapElement,Object.defineProperty(globalObject,"HTMLMapElement",{configurable:!0,writable:!0,value:HTMLMapElement})};const Impl=__webpack_require__(48375)},52542:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ProgressEventInit=__webpack_require__(98512),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].ProgressEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'ProgressEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","DedicatedWorker","SharedWorker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class ProgressEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'ProgressEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'ProgressEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=ProgressEventInit.convert(globalObject,curArg,{context:"Failed to construct 'ProgressEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get lengthComputable(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lengthComputable' called on an object that is not a valid instance of ProgressEvent.");return esValue[implSymbol].lengthComputable}get loaded(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get loaded' called on an object that is not a valid instance of ProgressEvent.");return esValue[implSymbol].loaded}get total(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get total' called on an object that is not a valid instance of ProgressEvent.");return esValue[implSymbol].total}}Object.defineProperties(ProgressEvent.prototype,{lengthComputable:{enumerable:!0},loaded:{enumerable:!0},total:{enumerable:!0},[Symbol.toStringTag]:{value:"ProgressEvent",configurable:!0}}),ctorRegistry.ProgressEvent=ProgressEvent,Object.defineProperty(globalObject,"ProgressEvent",{configurable:!0,writable:!0,value:ProgressEvent})};const Impl=__webpack_require__(8933)},52723:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),ElementImpl=__webpack_require__(89698).implementation,DOMException=__webpack_require__(3698),MouseEvent=__webpack_require__(94646),ElementInternals=__webpack_require__(95085),ElementCSSInlineStyleImpl=__webpack_require__(75359).implementation,GlobalEventHandlersImpl=__webpack_require__(54122).implementation,HTMLOrSVGElementImpl=__webpack_require__(25628).D,{firstChildWithLocalName}=__webpack_require__(49397),{isDisabled}=__webpack_require__(28888),{fireAnEvent}=__webpack_require__(97130),{asciiLowercase}=__webpack_require__(8337),{lookupCEDefinition}=__webpack_require__(91984);class HTMLElementImpl extends ElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._initHTMLOrSVGElement(),this._initElementCSSInlineStyle(),this._initGlobalEvents(),this._clickInProgress=!1,this._hasActivationBehavior="summary"===this._localName,this._attachedInternals=null}_activationBehavior(){ |
| /*ThouShaltNotCache*/ |
| const parent=this.parentNode;parent&&"details"===parent._localName&&this===firstChildWithLocalName(parent,"summary")&&(parent.hasAttributeNS(null,"open")?parent.removeAttributeNS(null,"open"):parent.setAttributeNS(null,"open",""))}get translate(){ |
| /*ThouShaltNotCache*/ |
| const translateAttr=this.getAttributeNS(null,"translate"),translateAttrString=asciiLowercase(translateAttr||"");return!!("yes"===translateAttrString||translateAttr&&""===translateAttrString)||"no"!==translateAttrString&&(this===this.ownerDocument.documentElement||this.parentElement&&this.parentElement.translate)}set translate(value){ |
| /*ThouShaltNotCache*/ |
| !0===value?this.setAttributeNS(null,"translate","yes"):this.setAttributeNS(null,"translate","no")}click(){ |
| /*ThouShaltNotCache*/ |
| isDisabled(this)||this._clickInProgress||(this._clickInProgress=!0,fireAnEvent("click",this,MouseEvent,{bubbles:!0,cancelable:!0,composed:!0,isTrusted:!1,view:this.ownerDocument.defaultView}),this._clickInProgress=!1)}get draggable(){ |
| /*ThouShaltNotCache*/ |
| const attributeValue=asciiLowercase(this.getAttributeNS(null,"draggable")||"");return"true"===attributeValue||"false"!==attributeValue&&("img"===this._localName||"a"===this._localName&&this.hasAttributeNS(null,"href"))}set draggable(value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"draggable",String(value))}get dir(){ |
| /*ThouShaltNotCache*/ |
| let dirValue=this.getAttributeNS(null,"dir");return null!==dirValue&&(dirValue=dirValue.toLowerCase(),["ltr","rtl","auto"].includes(dirValue))?dirValue:""}set dir(value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"dir",value)}attachInternals(){ |
| /*ThouShaltNotCache*/ |
| if(null!==this._isValue)throw DOMException.create(this._globalObject,["Unable to attach ElementInternals to a customized built-in element.","NotSupportedError"]);const definition=lookupCEDefinition(this._ownerDocument,this._namespaceURI,this._localName,null);if(null===definition)throw DOMException.create(this._globalObject,["Unable to attach ElementInternals to non-custom elements.","NotSupportedError"]);if(!0===definition.disableInternals)throw DOMException.create(this._globalObject,["ElementInternals is disabled by disabledFeature static field.","NotSupportedError"]);if(null!==this._attachedInternals)throw DOMException.create(this._globalObject,["ElementInternals for the specified element was already attached.","NotSupportedError"]);if("precustomized"!==this._ceState&&"custom"!==this._ceState)throw DOMException.create(this._globalObject,["The attachInternals() function cannot be called prior to the execution of the custom element constructor.","NotSupportedError"]);return this._attachedInternals=ElementInternals.createImpl(this._globalObject,[],{targetElement:this}),this._attachedInternals}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| "style"!==name||value===oldValue||this._settingCssText?name.startsWith("on")&&this._globalEventChanged(name.substring(2)):(this._settingCssText=!0,this._style.cssText=value,this._settingCssText=!1),super._attrModified(name,value,oldValue)}get offsetParent(){ |
| /*ThouShaltNotCache*/ |
| return null}get offsetTop(){ |
| /*ThouShaltNotCache*/ |
| return 0}get offsetLeft(){ |
| /*ThouShaltNotCache*/ |
| return 0}get offsetWidth(){ |
| /*ThouShaltNotCache*/ |
| return 0}get offsetHeight(){ |
| /*ThouShaltNotCache*/ |
| return 0}}mixin(HTMLElementImpl.prototype,ElementCSSInlineStyleImpl.prototype),mixin(HTMLElementImpl.prototype,GlobalEventHandlersImpl.prototype),mixin(HTMLElementImpl.prototype,HTMLOrSVGElementImpl.prototype),module.exports={implementation:HTMLElementImpl}},52945:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,MessageEventInit=__webpack_require__(14700);class MessageEventImpl extends EventImpl{initMessageEvent(type,bubbles,cancelable,data,origin,lastEventId,source,ports){ |
| /*ThouShaltNotCache*/ |
| this._dispatchFlag||(this.initEvent(type,bubbles,cancelable),this.data=data,this.origin=origin,this.lastEventId=lastEventId,this.source=source,this.ports=ports)}}MessageEventImpl.defaultInit=MessageEventInit.convert(void 0,void 0),module.exports={implementation:MessageEventImpl}},52953:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,{asciiLowercase,parseNonNegativeInteger}=__webpack_require__(8337),{closest}=__webpack_require__(49397);function reflectedAttributeClampedToRange(attrValue,min,max,defaultValue=0){ |
| /*ThouShaltNotCache*/ |
| if(null===attrValue)return defaultValue;const parsed=parseNonNegativeInteger(attrValue);return null===parsed?defaultValue:parsed<min?min:parsed>max?max:parsed}module.exports={implementation:class extends HTMLElementImpl{get colSpan(){ |
| /*ThouShaltNotCache*/ |
| return reflectedAttributeClampedToRange(this.getAttributeNS(null,"colspan"),1,1e3,1)}set colSpan(V){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"colspan",String(V))}get rowSpan(){ |
| /*ThouShaltNotCache*/ |
| return reflectedAttributeClampedToRange(this.getAttributeNS(null,"rowspan"),0,65534,1)}set rowSpan(V){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"rowspan",String(V))}get cellIndex(){ |
| /*ThouShaltNotCache*/ |
| const tr=closest(this,"tr");return null===tr?-1:tr.cells.indexOf(this)}get scope(){ |
| /*ThouShaltNotCache*/ |
| let value=this.getAttributeNS(null,"scope");return null===value?"":(value=asciiLowercase(value),"row"===value||"col"===value||"rowgroup"===value||"colgroup"===value?value:"")}set scope(V){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"scope",V)}}}},53010:module=>{"use strict";module.exports=Object.freeze({ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12})},53140:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLLinkElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLLinkElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLLinkElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLLinkElement",new.target)}get href(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get href' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("href");if(null===value)return"";if(this._hrefURLCacheKey===value)return this._hrefURLCache;this._hrefURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._hrefURLCache=serializeURLwhatwg_url(urlRecord),this._hrefURLCache):(this._hrefURLCache=conversions.USVString(value),this._hrefURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set href(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set href' called on an object that is not a valid instance of HTMLLinkElement.");V=conversions.USVString(V,{context:"Failed to set the 'href' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("href",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get crossOrigin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get crossOrigin' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("crossorigin")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set crossOrigin(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set crossOrigin' called on an object that is not a valid instance of HTMLLinkElement.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'crossOrigin' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("crossorigin"):esValue[implSymbol]._reflectSetTheContentAttribute("crossorigin",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rel' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("rel");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rel' called on an object that is not a valid instance of HTMLLinkElement.");V=conversions.DOMString(V,{context:"Failed to set the 'rel' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("rel",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get relList(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get relList' called on an object that is not a valid instance of HTMLLinkElement.");return utils.getSameObject(this,"relList",()=>utils.tryWrapperForImpl(esValue[implSymbol].relList))}set relList(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set relList' called on an object that is not a valid instance of HTMLLinkElement.");const Q=esValue.relList;if(!utils.isObject(Q))throw new globalObject.TypeError("Property 'relList' is not an object");Reflect.set(Q,"value",V)}get media(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get media' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("media");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set media(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set media' called on an object that is not a valid instance of HTMLLinkElement.");V=conversions.DOMString(V,{context:"Failed to set the 'media' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("media",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hreflang(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hreflang' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("hreflang");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hreflang(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hreflang' called on an object that is not a valid instance of HTMLLinkElement.");V=conversions.DOMString(V,{context:"Failed to set the 'hreflang' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("hreflang",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLLinkElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get charset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get charset' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("charset");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set charset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set charset' called on an object that is not a valid instance of HTMLLinkElement.");V=conversions.DOMString(V,{context:"Failed to set the 'charset' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("charset",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rev(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rev' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("rev");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rev(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rev' called on an object that is not a valid instance of HTMLLinkElement.");V=conversions.DOMString(V,{context:"Failed to set the 'rev' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("rev",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get target(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get target' called on an object that is not a valid instance of HTMLLinkElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("target");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set target(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set target' called on an object that is not a valid instance of HTMLLinkElement.");V=conversions.DOMString(V,{context:"Failed to set the 'target' property on 'HTMLLinkElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("target",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get sheet(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get sheet' called on an object that is not a valid instance of HTMLLinkElement.");return utils.tryWrapperForImpl(esValue[implSymbol].sheet)}}Object.defineProperties(HTMLLinkElement.prototype,{href:{enumerable:!0},crossOrigin:{enumerable:!0},rel:{enumerable:!0},relList:{enumerable:!0},media:{enumerable:!0},hreflang:{enumerable:!0},type:{enumerable:!0},charset:{enumerable:!0},rev:{enumerable:!0},target:{enumerable:!0},sheet:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLLinkElement",configurable:!0}}),ctorRegistry.HTMLLinkElement=HTMLLinkElement,Object.defineProperty(globalObject,"HTMLLinkElement",{configurable:!0,writable:!0,value:HTMLLinkElement})};const Impl=__webpack_require__(85247)},53195:module=>{"use strict";module.exports.NAMESPACES={HTML:"http://www.w3.org/1999/xhtml",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"},module.exports.NODE_TYPES={ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12},module.exports.VOID_ELEMENTS=new Set(["area","base","basefont","bgsound","br","col","embed","frame","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"])},53299:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),PopStateEventInit=__webpack_require__(60889),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].PopStateEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'PopStateEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class PopStateEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'PopStateEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'PopStateEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=PopStateEventInit.convert(globalObject,curArg,{context:"Failed to construct 'PopStateEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get state(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get state' called on an object that is not a valid instance of PopStateEvent.");return esValue[implSymbol].state}}Object.defineProperties(PopStateEvent.prototype,{state:{enumerable:!0},[Symbol.toStringTag]:{value:"PopStateEvent",configurable:!0}}),ctorRegistry.PopStateEvent=PopStateEvent,Object.defineProperty(globalObject,"PopStateEvent",{configurable:!0,writable:!0,value:PopStateEvent})};const Impl=__webpack_require__(42586)},53558:(__unused_webpack_module,exports)=>{"use strict";exports.D=class{get cookieEnabled(){ |
| /*ThouShaltNotCache*/ |
| return!0}}},53686:(__unused_webpack_module,exports,__webpack_require__)=>{var xhr;function getXHR(){ |
| /*ThouShaltNotCache*/ |
| if(void 0!==xhr)return xhr;if(__webpack_require__.g.XMLHttpRequest){xhr=new __webpack_require__.g.XMLHttpRequest;try{xhr.open("GET",__webpack_require__.g.XDomainRequest?"/":"https://example.com")}catch(e){xhr=null}}else xhr=null;return xhr}function checkTypeSupport(type){ |
| /*ThouShaltNotCache*/ |
| var xhr=getXHR();if(!xhr)return!1;try{return xhr.responseType=type,xhr.responseType===type}catch(e){}return!1}function isFunction(value){ |
| /*ThouShaltNotCache*/ |
| return"function"==typeof value}exports.fetch=isFunction(__webpack_require__.g.fetch)&&isFunction(__webpack_require__.g.ReadableStream),exports.writableStream=isFunction(__webpack_require__.g.WritableStream),exports.abortController=isFunction(__webpack_require__.g.AbortController),exports.arraybuffer=exports.fetch||checkTypeSupport("arraybuffer"),exports.msstream=!exports.fetch&&checkTypeSupport("ms-stream"),exports.mozchunkedarraybuffer=!exports.fetch&&checkTypeSupport("moz-chunked-arraybuffer"),exports.overrideMimeType=exports.fetch||!!getXHR()&&isFunction(getXHR().overrideMimeType),xhr=null},53713:module=>{"use strict";module.exports={implementation:class{}}},53739:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{HTML_NS}=__webpack_require__(36675),{createElement,getValidTagNames}=__webpack_require__(91662),{implForWrapper,wrapperForImpl}=__webpack_require__(65554),ALREADY_CONSTRUCTED_MARKER=Symbol("already-constructed-marker");module.exports={HTMLConstructor:function HTMLConstructor(globalObject,constructorName,newTarget){ |
| /*ThouShaltNotCache*/ |
| const registry=implForWrapper(globalObject._customElementRegistry);if(newTarget===HTMLConstructor)throw new TypeError("Invalid constructor");const definition=registry._customElementDefinitions.find(entry=>entry.objectReference===newTarget);if(void 0===definition)throw new TypeError("Invalid constructor, the constructor is not part of the custom element registry");let isValue=null;if(definition.localName===definition.name){if("HTMLElement"!==constructorName)throw new TypeError("Invalid constructor, autonomous custom element should extend from HTMLElement")}else{if(!getValidTagNames(HTML_NS,constructorName).includes(definition.localName))throw new TypeError(`${definition.localName} is not valid local name for ${constructorName}`);isValue=definition.name}let{prototype}=newTarget;if(null!==prototype&&"object"==typeof prototype||(prototype=globalObject.HTMLElement.prototype),0===definition.constructionStack.length){const documentImpl=implForWrapper(globalObject.document),elementImpl=createElement(documentImpl,definition.localName,HTML_NS),element=wrapperForImpl(elementImpl);return Object.setPrototypeOf(element,prototype),elementImpl._ceState="custom",elementImpl._ceDefinition=definition,elementImpl._isValue=isValue,element}const elementImpl=definition.constructionStack[definition.constructionStack.length-1],element=wrapperForImpl(elementImpl);if(elementImpl===ALREADY_CONSTRUCTED_MARKER)throw new TypeError("This instance is already constructed");return Object.setPrototypeOf(element,prototype),definition.constructionStack[definition.constructionStack.length-1]=ALREADY_CONSTRUCTED_MARKER,element}}},53818:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),Storage=(__webpack_require__(65554),__webpack_require__(93182)),EventInit=__webpack_require__(75633);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="key";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:conversions.DOMString(value,{context:context+" has member 'key' that",globals:globalObject}),ret[key]=value):ret[key]=null}{const key="newValue";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:conversions.DOMString(value,{context:context+" has member 'newValue' that",globals:globalObject}),ret[key]=value):ret[key]=null}{const key="oldValue";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:conversions.DOMString(value,{context:context+" has member 'oldValue' that",globals:globalObject}),ret[key]=value):ret[key]=null}{const key="storageArea";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:Storage.convert(globalObject,value,{context:context+" has member 'storageArea' that"}),ret[key]=value):ret[key]=null}{const key="url";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.USVString(value,{context:context+" has member 'url' that",globals:globalObject}),ret[key]=value):ret[key]=""}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},53833:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},53930:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},54049:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const NodeList=__webpack_require__(47487);module.exports={implementation:class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this.type=privateData.type,this.target=privateData.target,this.previousSibling=privateData.previousSibling,this.nextSibling=privateData.nextSibling,this.attributeName=privateData.attributeName,this.attributeNamespace=privateData.attributeNamespace,this.oldValue=privateData.oldValue,this._addedNodes=privateData.addedNodes,this._removedNodes=privateData.removedNodes}get addedNodes(){ |
| /*ThouShaltNotCache*/ |
| return NodeList.createImpl(this._globalObject,[],{nodes:this._addedNodes})}get removedNodes(){ |
| /*ThouShaltNotCache*/ |
| return NodeList.createImpl(this._globalObject,[],{nodes:this._removedNodes})}}}},54064:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),UIEventInit=__webpack_require__(65343),EventImpl=__webpack_require__(88402).implementation;function isWindow(val){ |
| /*ThouShaltNotCache*/ |
| if("object"!=typeof val)return!1;const wrapper=idlUtils.wrapperForImpl(val);return"object"==typeof wrapper?wrapper===wrapper._globalProxy:isWindow(idlUtils.implForWrapper(val))}class UIEventImpl extends EventImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| const eventInitDict=args[1];if(eventInitDict&&null!==eventInitDict.view&&void 0!==eventInitDict.view&&!isWindow(eventInitDict.view))throw new TypeError(`Failed to construct '${new.target.name.replace(/Impl$/,"")}': member view is not of type Window.`);super(globalObject,args,privateData)}initUIEvent(type,bubbles,cancelable,view,detail){ |
| /*ThouShaltNotCache*/ |
| if(null!==view&&!isWindow(view))throw new TypeError(`Failed to execute 'initUIEvent' on '${this.constructor.name.replace(/Impl$/,"")}': parameter 4 is not of type 'Window'.`);this._dispatchFlag||(this.initEvent(type,bubbles,cancelable),this.view=view,this.detail=detail)}}UIEventImpl.defaultInit=UIEventInit.convert(void 0,void 0),module.exports={implementation:UIEventImpl}},54090:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const UIEventImpl=__webpack_require__(54064).implementation,FocusEventInit=__webpack_require__(51289);class FocusEventImpl extends UIEventImpl{}FocusEventImpl.defaultInit=FocusEventInit.convert(void 0,void 0),exports.implementation=FocusEventImpl},54120:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,{getLabelsForLabelable}=__webpack_require__(28888),{parseFloatingPointNumber}=__webpack_require__(8337);module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._labels=null}get _isDeterminate(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"value")}get _value(){ |
| /*ThouShaltNotCache*/ |
| const valueAttr=this.getAttributeNS(null,"value");if(null!==valueAttr){const parsedValue=parseFloatingPointNumber(valueAttr);if(null!==parsedValue&&parsedValue>0)return parsedValue}return 0}get _currentValue(){ |
| /*ThouShaltNotCache*/ |
| const value=this._value;return value>this._maximumValue?this._maximumValue:value}get _maximumValue(){ |
| /*ThouShaltNotCache*/ |
| const maxAttr=this.getAttributeNS(null,"max");if(null!==maxAttr){const parsedMax=parseFloatingPointNumber(maxAttr);if(null!==parsedMax&&parsedMax>0)return parsedMax}return 1}get value(){ |
| /*ThouShaltNotCache*/ |
| return this._isDeterminate?this._currentValue:0}set value(value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"value",value)}get position(){ |
| /*ThouShaltNotCache*/ |
| return this._isDeterminate?this._currentValue/this._maximumValue:-1}get labels(){ |
| /*ThouShaltNotCache*/ |
| return getLabelsForLabelable(this)}}}},54122:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{appendHandler,createEventAccessor}=__webpack_require__(43648),events=new Set(["abort","auxclick","beforeinput","beforematch","beforetoggle","blur","cancel","canplay","canplaythrough","change","click","close","contextlost","contextmenu","contextrestored","copy","cuechange","cut","dblclick","drag","dragend","dragenter","dragleave","dragover","dragstart","drop","durationchange","emptied","ended","error","focus","formdata","input","invalid","keydown","keypress","keyup","load","loadeddata","loadedmetadata","loadstart","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","paste","pause","play","playing","progress","ratechange","reset","resize","scroll","scrollend","securitypolicyviolation","seeked","seeking","select","slotchange","stalled","submit","suspend","timeupdate","toggle","volumechange","waiting","webkitanimationend","webkitanimationiteration","webkitanimationstart","webkittransitionend","wheel","touchstart","touchend","touchmove","touchcancel"]);class GlobalEventHandlersImpl{_initGlobalEvents(){ |
| /*ThouShaltNotCache*/ |
| this._registeredHandlers=new Set,this._eventHandlers=Object.create(null)}_getEventHandlerTarget(){ |
| /*ThouShaltNotCache*/ |
| return this}_getEventHandlerFor(event){ |
| /*ThouShaltNotCache*/ |
| const target=this._getEventHandlerTarget(event);return target?target._eventHandlers[event]:null}_setEventHandlerFor(event,handler){ |
| /*ThouShaltNotCache*/ |
| const target=this._getEventHandlerTarget(event);target&&(target._registeredHandlers.has(event)||null===handler||(target._registeredHandlers.add(event),appendHandler(target,event)),target._eventHandlers[event]=handler)}_globalEventChanged(event){ |
| /*ThouShaltNotCache*/ |
| const propName="on"+event;if(!(propName in this))return;if("dangerously"!==("_runScripts"in this?this._runScripts:(this._ownerDocument._defaultView||{})._runScripts))return;const val=this.getAttributeNS(null,propName),handler=null===val?null:{body:val};this._setEventHandlerFor(event,handler)}}for(const event of events)createEventAccessor(GlobalEventHandlersImpl.prototype,event);module.exports={implementation:GlobalEventHandlersImpl}},54236:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLSpanElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLSpanElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLSpanElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLSpanElement",new.target)}}Object.defineProperties(HTMLSpanElement.prototype,{[Symbol.toStringTag]:{value:"HTMLSpanElement",configurable:!0}}),ctorRegistry.HTMLSpanElement=HTMLSpanElement,Object.defineProperty(globalObject,"HTMLSpanElement",{configurable:!0,writable:!0,value:HTMLSpanElement})};const Impl=__webpack_require__(65199)},54394:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const NODE_TYPE=__webpack_require__(53010),{nodeRoot}=__webpack_require__(95995),{HTML_NS}=__webpack_require__(36675),{domSymbolTree}=__webpack_require__(35442),{signalSlotList,queueMutationObserverMicrotask}=__webpack_require__(20322),VALID_HOST_ELEMENT_NAME=new Set(["article","aside","blockquote","body","div","footer","h1","h2","h3","h4","h5","h6","header","main","nav","p","section","span"]);function isNode(nodeImpl){ |
| /*ThouShaltNotCache*/ |
| return Boolean(nodeImpl&&"nodeType"in nodeImpl)}function isShadowRoot(nodeImpl){ |
| /*ThouShaltNotCache*/ |
| return Boolean(nodeImpl&&nodeImpl.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE&&"host"in nodeImpl)}function isSlotable(nodeImpl){ |
| /*ThouShaltNotCache*/ |
| return nodeImpl&&(nodeImpl.nodeType===NODE_TYPE.ELEMENT_NODE||nodeImpl.nodeType===NODE_TYPE.TEXT_NODE)}function isSlot(nodeImpl){ |
| /*ThouShaltNotCache*/ |
| return nodeImpl&&"slot"===nodeImpl.localName&&nodeImpl._namespaceURI===HTML_NS}function isShadowInclusiveAncestor(ancestor,node){ |
| /*ThouShaltNotCache*/ |
| for(;isNode(node);){if(node===ancestor)return!0;node=isShadowRoot(node)?node.host:domSymbolTree.parent(node)}return!1}function assignSlotable(slot){ |
| /*ThouShaltNotCache*/ |
| const slotables=findSlotable(slot);let shouldFireSlotChange=!1;if(slotables.length!==slot._assignedNodes.length)shouldFireSlotChange=!0;else for(let i=0;i<slotables.length;i++)if(slotables[i]!==slot._assignedNodes[i]){shouldFireSlotChange=!0;break}shouldFireSlotChange&&signalSlotChange(slot),slot._assignedNodes=slotables;for(const slotable of slotables)slotable._assignedSlot=slot}function findSlotable(slot){ |
| /*ThouShaltNotCache*/ |
| const result=[],root=nodeRoot(slot);if(!isShadowRoot(root))return result;for(const slotable of domSymbolTree.treeIterator(root.host)){findSlot(slotable)===slot&&result.push(slotable)}return result}function findSlot(slotable,openFlag){ |
| /*ThouShaltNotCache*/ |
| const{parentNode:parent}=slotable;if(!parent)return null;const shadow=parent._shadowRoot;if(!shadow||openFlag&&"open"!==shadow.mode)return null;for(const child of domSymbolTree.treeIterator(shadow))if(isSlot(child)&&child.name===slotable._slotableName)return child;return null}function signalSlotChange(slot){ |
| /*ThouShaltNotCache*/ |
| signalSlotList.some(entry=>entry===slot)||signalSlotList.push(slot),queueMutationObserverMicrotask()}function*shadowIncludingInclusiveDescendantsIterator(node){yield node,node._shadowRoot&&(yield*shadowIncludingInclusiveDescendantsIterator(node._shadowRoot));for(const child of domSymbolTree.childrenIterator(node))yield*shadowIncludingInclusiveDescendantsIterator(child)}module.exports={isValidHostElementName:function(name){ |
| /*ThouShaltNotCache*/ |
| return VALID_HOST_ELEMENT_NAME.has(name)},isNode,isSlotable,isSlot,isShadowRoot,isShadowInclusiveAncestor,retarget:function(a,b){ |
| /*ThouShaltNotCache*/ |
| for(;;){if(!isNode(a))return a;const aRoot=nodeRoot(a);if(!isShadowRoot(aRoot)||isNode(b)&&isShadowInclusiveAncestor(aRoot,b))return a;a=nodeRoot(a).host}},getEventTargetParent:function(eventTarget,event){ |
| /*ThouShaltNotCache*/ |
| return eventTarget._getTheParent?eventTarget._getTheParent(event):null},shadowIncludingRoot:function shadowIncludingRoot(node){ |
| /*ThouShaltNotCache*/ |
| const root=nodeRoot(node);return isShadowRoot(root)?shadowIncludingRoot(root.host):root},assignSlot:function(slotable){ |
| /*ThouShaltNotCache*/ |
| const slot=findSlot(slotable);slot&&assignSlotable(slot)},assignSlotable,assignSlotableForTree:function(root){ |
| /*ThouShaltNotCache*/ |
| for(const slot of domSymbolTree.treeIterator(root))isSlot(slot)&&assignSlotable(slot)},findSlot,findFlattenedSlotables:function findFlattenedSlotables(slot){ |
| /*ThouShaltNotCache*/ |
| const result=[];if(!isShadowRoot(nodeRoot(slot)))return result;const slotables=findSlotable(slot);if(0===slotables.length)for(const child of domSymbolTree.childrenIterator(slot))isSlotable(child)&&slotables.push(child);for(const node of slotables)if(isSlot(node)&&isShadowRoot(nodeRoot(node))){const temporaryResult=findFlattenedSlotables(node);result.push(...temporaryResult)}else result.push(node);return result},signalSlotChange,shadowIncludingInclusiveDescendantsIterator,shadowIncludingDescendantsIterator:function*(node){ |
| /*ThouShaltNotCache*/ |
| node._shadowRoot&&(yield*shadowIncludingInclusiveDescendantsIterator(node._shadowRoot));for(const child of domSymbolTree.childrenIterator(node))yield*shadowIncludingInclusiveDescendantsIterator(child)}}},54433:()=>{},54940:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSStyleDeclaration:__webpack_require__(58473).CSSStyleDeclaration,CSSKeyframeRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.keyText="",this.style=new CSSOM.CSSStyleDeclaration,this.style.parentRule=this}};CSSOM.CSSKeyframeRule.prototype=new CSSOM.CSSRule,CSSOM.CSSKeyframeRule.prototype.constructor=CSSOM.CSSKeyframeRule,CSSOM.CSSKeyframeRule.prototype.type=8,Object.defineProperty(CSSOM.CSSKeyframeRule.prototype,"cssText",{get:function(){ |
| /*ThouShaltNotCache*/ |
| return this.keyText+" {"+this.style.cssText+"} "}}),exports.CSSKeyframeRule=CSSOM.CSSKeyframeRule},55075:(module,__unused_webpack_exports,__webpack_require__)=>{module.exports=__webpack_require__(70497).EventEmitter},55267:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},55399:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const urlencoded=__webpack_require__(72750);exports.implementation=class{constructor(globalObject,constructorArgs,{doNotStripQMark=!1}){ |
| /*ThouShaltNotCache*/ |
| let init=constructorArgs[0];if(this._list=[],this._url=null,doNotStripQMark||"string"!=typeof init||"?"!==init[0]||(init=init.slice(1)),Array.isArray(init))for(const pair of init){if(2!==pair.length)throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element does not contain exactly two elements.");this._list.push([pair[0],pair[1]])}else if("object"==typeof init&&null===Object.getPrototypeOf(init))for(const name of Object.keys(init)){const value=init[name];this._list.push([name,value])}else this._list=urlencoded.parseUrlencodedString(init)}_updateSteps(){ |
| /*ThouShaltNotCache*/ |
| if(null!==this._url){let serializedQuery=urlencoded.serializeUrlencoded(this._list);""===serializedQuery&&(serializedQuery=null),this._url._url.query=serializedQuery}}get size(){ |
| /*ThouShaltNotCache*/ |
| return this._list.length}append(name,value){ |
| /*ThouShaltNotCache*/ |
| this._list.push([name,value]),this._updateSteps()}delete(name,value){ |
| /*ThouShaltNotCache*/ |
| let i=0;for(;i<this._list.length;)this._list[i][0]!==name||void 0!==value&&this._list[i][1]!==value?i++:this._list.splice(i,1);this._updateSteps()}get(name){ |
| /*ThouShaltNotCache*/ |
| for(const tuple of this._list)if(tuple[0]===name)return tuple[1];return null}getAll(name){ |
| /*ThouShaltNotCache*/ |
| const output=[];for(const tuple of this._list)tuple[0]===name&&output.push(tuple[1]);return output}has(name,value){ |
| /*ThouShaltNotCache*/ |
| for(const tuple of this._list)if(tuple[0]===name&&(void 0===value||tuple[1]===value))return!0;return!1}set(name,value){ |
| /*ThouShaltNotCache*/ |
| let found=!1,i=0;for(;i<this._list.length;)this._list[i][0]===name?found?this._list.splice(i,1):(found=!0,this._list[i][1]=value,i++):i++;found||this._list.push([name,value]),this._updateSteps()}sort(){ |
| /*ThouShaltNotCache*/ |
| this._list.sort((a,b)=> |
| /*ThouShaltNotCache*/ |
| a[0]<b[0]?-1:a[0]>b[0]?1:0),this._updateSteps()}[Symbol.iterator](){ |
| /*ThouShaltNotCache*/ |
| return this._list[Symbol.iterator]()}toString(){ |
| /*ThouShaltNotCache*/ |
| return urlencoded.serializeUrlencoded(this._list)}}},55558:()=>{},55564:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{convertNodesIntoNode}=__webpack_require__(45121);module.exports={implementation:class{remove(){ |
| /*ThouShaltNotCache*/ |
| this.parentNode&&this.parentNode._remove(this)}after(...nodes){ |
| /*ThouShaltNotCache*/ |
| const parent=this.parentNode;if(parent){let viableNextSibling=this.nextSibling,idx=viableNextSibling?nodes.indexOf(viableNextSibling):-1;for(;-1!==idx&&(viableNextSibling=viableNextSibling.nextSibling,viableNextSibling);)idx=nodes.indexOf(viableNextSibling);parent._preInsert(convertNodesIntoNode(this._ownerDocument,nodes),viableNextSibling)}}before(...nodes){ |
| /*ThouShaltNotCache*/ |
| const parent=this.parentNode;if(parent){let viablePreviousSibling=this.previousSibling,idx=viablePreviousSibling?nodes.indexOf(viablePreviousSibling):-1;for(;-1!==idx&&(viablePreviousSibling=viablePreviousSibling.previousSibling,viablePreviousSibling);)idx=nodes.indexOf(viablePreviousSibling);parent._preInsert(convertNodesIntoNode(this._ownerDocument,nodes),viablePreviousSibling?viablePreviousSibling.nextSibling:parent.firstChild)}}replaceWith(...nodes){ |
| /*ThouShaltNotCache*/ |
| const parent=this.parentNode;if(parent){let viableNextSibling=this.nextSibling,idx=viableNextSibling?nodes.indexOf(viableNextSibling):-1;for(;-1!==idx&&(viableNextSibling=viableNextSibling.nextSibling,viableNextSibling);)idx=nodes.indexOf(viableNextSibling);const node=convertNodesIntoNode(this._ownerDocument,nodes);this.parentNode===parent?parent._replace(node,this):parent._preInsert(node,viableNextSibling)}}}}},55677:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630);__webpack_require__(65554);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="capture";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'capture' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},55699:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLUListElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLUListElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLUListElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLUListElement",new.target)}get compact(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get compact' called on an object that is not a valid instance of HTMLUListElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set compact(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set compact' called on an object that is not a valid instance of HTMLUListElement.");V=conversions.boolean(V,{context:"Failed to set the 'compact' property on 'HTMLUListElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("compact",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLUListElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLUListElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLUListElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLUListElement.prototype,{compact:{enumerable:!0},type:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLUListElement",configurable:!0}}),ctorRegistry.HTMLUListElement=HTMLUListElement,Object.defineProperty(globalObject,"HTMLUListElement",{configurable:!0,writable:!0,value:HTMLUListElement})};const Impl=__webpack_require__(86258)},55717:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),NodeImpl=__webpack_require__(59550).implementation,ChildNodeImpl=__webpack_require__(55564).implementation,NODE_TYPE=__webpack_require__(53010);class DocumentTypeImpl extends NodeImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this.nodeType=NODE_TYPE.DOCUMENT_TYPE_NODE,this.name=privateData.name,this.publicId=privateData.publicId,this.systemId=privateData.systemId}}mixin(DocumentTypeImpl.prototype,ChildNodeImpl.prototype),module.exports={implementation:DocumentTypeImpl}},55718:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLMediaElementImpl=__webpack_require__(8161).implementation;module.exports={implementation:class extends HTMLMediaElementImpl{get videoWidth(){ |
| /*ThouShaltNotCache*/ |
| return 0}get videoHeight(){ |
| /*ThouShaltNotCache*/ |
| return 0}}}},55722:module=>{"use strict";const TREE=Symbol(),ROOT=Symbol(),NEXT=Symbol(),ITERATE_FUNC=Symbol();class TreeIterator{constructor(tree,root,firstResult,iterateFunction){ |
| /*ThouShaltNotCache*/ |
| this[TREE]=tree,this[ROOT]=root,this[NEXT]=firstResult,this[ITERATE_FUNC]=iterateFunction}next(){ |
| /*ThouShaltNotCache*/ |
| const tree=this[TREE],iterateFunc=this[ITERATE_FUNC],root=this[ROOT];if(!this[NEXT])return{done:!0,value:root};const value=this[NEXT];return this[NEXT]=1===iterateFunc?tree._node(value).previousSibling:2===iterateFunc?tree._node(value).nextSibling:3===iterateFunc?tree._node(value).parent:4===iterateFunc?tree.preceding(value,{root}):tree.following(value,{root}),{done:!1,value}}}Object.defineProperty(TreeIterator.prototype,Symbol.iterator,{value:function(){ |
| /*ThouShaltNotCache*/ |
| return this},writable:!1}),TreeIterator.PREV=1,TreeIterator.NEXT=2,TreeIterator.PARENT=3,TreeIterator.PRECEDING=4,TreeIterator.FOLLOWING=5,Object.freeze(TreeIterator),Object.freeze(TreeIterator.prototype),module.exports=TreeIterator},55845:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),NODE_TYPE=__webpack_require__(53010),{nodeLength,nodeRoot}=__webpack_require__(95995),{domSymbolTree}=__webpack_require__(35442),{compareBoundaryPointsPosition}=__webpack_require__(75142),{setBoundaryPointStart,setBoundaryPointEnd}=__webpack_require__(9113),Range=__webpack_require__(48666),{implForWrapper}=__webpack_require__(65554),{fireAnEvent}=__webpack_require__(97130),SELECTION_DIRECTION_FORWARDS=1,SELECTION_DIRECTION_BACKWARDS=-1,SELECTION_DIRECTION_DIRECTIONLESS=0;module.exports={implementation:class{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._range=null,this._direction=SELECTION_DIRECTION_DIRECTIONLESS,this._globalObject=globalObject}get anchorNode(){ |
| /*ThouShaltNotCache*/ |
| const anchor=this._anchor;return anchor?anchor.node:null}get anchorOffset(){ |
| /*ThouShaltNotCache*/ |
| const anchor=this._anchor;return anchor?anchor.offset:0}get focusNode(){ |
| /*ThouShaltNotCache*/ |
| const focus=this._focus;return focus?focus.node:null}get focusOffset(){ |
| /*ThouShaltNotCache*/ |
| const focus=this._focus;return focus?focus.offset:0}get isCollapsed(){ |
| /*ThouShaltNotCache*/ |
| return null===this._range||this._range.collapsed}get rangeCount(){ |
| /*ThouShaltNotCache*/ |
| return this._isEmpty()?0:1}get type(){ |
| /*ThouShaltNotCache*/ |
| return this._isEmpty()?"None":this._range.collapsed?"Caret":"Range"}getRangeAt(index){ |
| /*ThouShaltNotCache*/ |
| if(0!==index||this._isEmpty())throw DOMException.create(this._globalObject,["Invalid range index.","IndexSizeError"]);return this._range}addRange(range){ |
| /*ThouShaltNotCache*/ |
| range._root===implForWrapper(this._globalObject._document)&&0===this.rangeCount&&this._associateRange(range)}removeRange(range){ |
| /*ThouShaltNotCache*/ |
| if(range!==this._range)throw DOMException.create(this._globalObject,["Invalid range.","NotFoundError"]);this._associateRange(null)}removeAllRanges(){ |
| /*ThouShaltNotCache*/ |
| this._associateRange(null)}empty(){ |
| /*ThouShaltNotCache*/ |
| this.removeAllRanges()}collapse(node,offset){ |
| /*ThouShaltNotCache*/ |
| if(null===node)return void this.removeAllRanges();if(node.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE)throw DOMException.create(this._globalObject,["DocumentType Node can't be used as boundary point.","InvalidNodeTypeError"]);if(offset>nodeLength(node))throw DOMException.create(this._globalObject,["Invalid range index.","IndexSizeError"]);if(nodeRoot(node)!==implForWrapper(this._globalObject._document))return;const newRange=Range.createImpl(this._globalObject,[],{start:{node,offset:0},end:{node,offset:0}});setBoundaryPointStart(newRange,node,offset),setBoundaryPointEnd(newRange,node,offset),this._associateRange(newRange)}setPosition(node,offset){ |
| /*ThouShaltNotCache*/ |
| this.collapse(node,offset)}collapseToStart(){ |
| /*ThouShaltNotCache*/ |
| if(this._isEmpty())throw DOMException.create(this._globalObject,["There is no selection to collapse.","InvalidStateError"]);const{node,offset}=this._range._start,newRange=Range.createImpl(this._globalObject,[],{start:{node,offset},end:{node,offset}});this._associateRange(newRange)}collapseToEnd(){ |
| /*ThouShaltNotCache*/ |
| if(this._isEmpty())throw DOMException.create(this._globalObject,["There is no selection to collapse.","InvalidStateError"]);const{node,offset}=this._range._end,newRange=Range.createImpl(this._globalObject,[],{start:{node,offset},end:{node,offset}});this._associateRange(newRange)}extend(node,offset){ |
| /*ThouShaltNotCache*/ |
| if(nodeRoot(node)!==implForWrapper(this._globalObject._document))return;if(this._isEmpty())throw DOMException.create(this._globalObject,["There is no selection to extend.","InvalidStateError"]);const{_anchor:oldAnchor}=this,newFocus={node,offset},newRange=Range.createImpl(this._globalObject,[],{start:{node,offset:0},end:{node,offset:0}});nodeRoot(node)!==this._range._root?(setBoundaryPointStart(newRange,newFocus.node,newFocus.offset),setBoundaryPointEnd(newRange,newFocus.node,newFocus.offset)):compareBoundaryPointsPosition(oldAnchor,newFocus)<=0?(setBoundaryPointStart(newRange,oldAnchor.node,oldAnchor.offset),setBoundaryPointEnd(newRange,newFocus.node,newFocus.offset)):(setBoundaryPointStart(newRange,newFocus.node,newFocus.offset),setBoundaryPointEnd(newRange,oldAnchor.node,oldAnchor.offset)),this._associateRange(newRange),this._direction=-1===compareBoundaryPointsPosition(newFocus,oldAnchor)?SELECTION_DIRECTION_BACKWARDS:SELECTION_DIRECTION_FORWARDS}setBaseAndExtent(anchorNode,anchorOffset,focusNode,focusOffset){ |
| /*ThouShaltNotCache*/ |
| if(anchorOffset>nodeLength(anchorNode)||focusOffset>nodeLength(focusNode))throw DOMException.create(this._globalObject,["Invalid anchor or focus offset.","IndexSizeError"]);const document=implForWrapper(this._globalObject._document);if(document!==nodeRoot(anchorNode)||document!==nodeRoot(focusNode))return;const anchor={node:anchorNode,offset:anchorOffset},focus={node:focusNode,offset:focusOffset};let newRange;newRange=-1===compareBoundaryPointsPosition(anchor,focus)?Range.createImpl(this._globalObject,[],{start:{node:anchor.node,offset:anchor.offset},end:{node:focus.node,offset:focus.offset}}):Range.createImpl(this._globalObject,[],{start:{node:focus.node,offset:focus.offset},end:{node:anchor.node,offset:anchor.offset}}),this._associateRange(newRange),this._direction=-1===compareBoundaryPointsPosition(focus,anchor)?SELECTION_DIRECTION_BACKWARDS:SELECTION_DIRECTION_FORWARDS}selectAllChildren(node){ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE)throw DOMException.create(this._globalObject,["DocumentType Node can't be used as boundary point.","InvalidNodeTypeError"]);if(implForWrapper(this._globalObject._document)!==nodeRoot(node))return;const length=domSymbolTree.childrenCount(node),newRange=Range.createImpl(this._globalObject,[],{start:{node,offset:0},end:{node,offset:0}});setBoundaryPointStart(newRange,node,0),setBoundaryPointEnd(newRange,node,length),this._associateRange(newRange)}deleteFromDocument(){ |
| /*ThouShaltNotCache*/ |
| this._isEmpty()||this._range.deleteContents()}containsNode(node,allowPartialContainment){ |
| /*ThouShaltNotCache*/ |
| if(this._isEmpty()||nodeRoot(node)!==implForWrapper(this._globalObject._document))return!1;const{_start,_end}=this._range,startIsBeforeNode=-1===compareBoundaryPointsPosition(_start,{node,offset:0}),endIsAfterNode=1===compareBoundaryPointsPosition(_end,{node,offset:nodeLength(node)});return allowPartialContainment?startIsBeforeNode||endIsAfterNode:startIsBeforeNode&&endIsAfterNode}toString(){ |
| /*ThouShaltNotCache*/ |
| return this._range?this._range.toString():""}_isEmpty(){ |
| /*ThouShaltNotCache*/ |
| return null===this._range}get _anchor(){ |
| /*ThouShaltNotCache*/ |
| return this._range?this._direction===SELECTION_DIRECTION_FORWARDS?this._range._start:this._range._end:null}get _focus(){ |
| /*ThouShaltNotCache*/ |
| return this._range?this._direction===SELECTION_DIRECTION_FORWARDS?this._range._end:this._range._start:null}_associateRange(newRange){ |
| /*ThouShaltNotCache*/ |
| const didSelectionChange=this._range!==newRange&&(null===newRange||null===this._range||0!==compareBoundaryPointsPosition(newRange._start,this._range._start)||0!==compareBoundaryPointsPosition(newRange._end,this._range._end));if(this._range=newRange,this._direction=null===newRange?SELECTION_DIRECTION_DIRECTIONLESS:SELECTION_DIRECTION_FORWARDS,didSelectionChange){const document=this._globalObject._document;setTimeout(()=>{ |
| /*ThouShaltNotCache*/ |
| fireAnEvent("selectionchange",implForWrapper(document))},0)}}}}},55914:module=>{"use strict";module.exports=JSON.parse('[["a140","\ue4c6",62],["a180","\ue505",32],["a240","\ue526",62],["a280","\ue565",32],["a2ab","\ue766",5],["a2e3","\u20ac\ue76d"],["a2ef","\ue76e\ue76f"],["a2fd","\ue770\ue771"],["a340","\ue586",62],["a380","\ue5c5",31,"\u3000"],["a440","\ue5e6",62],["a480","\ue625",32],["a4f4","\ue772",10],["a540","\ue646",62],["a580","\ue685",32],["a5f7","\ue77d",7],["a640","\ue6a6",62],["a680","\ue6e5",32],["a6b9","\ue785",7],["a6d9","\ue78d",6],["a6ec","\ue794\ue795"],["a6f3","\ue796"],["a6f6","\ue797",8],["a740","\ue706",62],["a780","\ue745",32],["a7c2","\ue7a0",14],["a7f2","\ue7af",12],["a896","\ue7bc",10],["a8bc","\u1e3f"],["a8bf","\u01f9"],["a8c1","\ue7c9\ue7ca\ue7cb\ue7cc"],["a8ea","\ue7cd",20],["a958","\ue7e2"],["a95b","\ue7e3"],["a95d","\ue7e4\ue7e5\ue7e6"],["a989","\u303e\u2ff0",11],["a997","\ue7f4",12],["a9f0","\ue801",14],["aaa1","\ue000",93],["aba1","\ue05e",93],["aca1","\ue0bc",93],["ada1","\ue11a",93],["aea1","\ue178",93],["afa1","\ue1d6",93],["d7fa","\ue810",4],["f8a1","\ue234",93],["f9a1","\ue292",93],["faa1","\ue2f0",93],["fba1","\ue34e",93],["fca1","\ue3ac",93],["fda1","\ue40a",93],["fe50","\u2e81\ue816\ue817\ue818\u2e84\u3473\u3447\u2e88\u2e8b\ue81e\u359e\u361a\u360e\u2e8c\u2e97\u396e\u3918\ue826\u39cf\u39df\u3a73\u39d0\ue82b\ue82c\u3b4e\u3c6e\u3ce0\u2ea7\ue831\ue832\u2eaa\u4056\u415f\u2eae\u4337\u2eb3\u2eb6\u2eb7\ue83b\u43b1\u43ac\u2ebb\u43dd\u44d6\u4661\u464c\ue843"],["fe80","\u4723\u4729\u477c\u478d\u2eca\u4947\u497a\u497d\u4982\u4983\u4985\u4986\u499f\u499b\u49b7\u49b6\ue854\ue855\u4ca3\u4c9f\u4ca0\u4ca1\u4c77\u4ca2\u4d13",6,"\u4dae\ue864\ue468",93],["8135f437","\ue7c7"]]')},56004:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";module.exports=Transform;var _require$codes=__webpack_require__(98242).F,ERR_METHOD_NOT_IMPLEMENTED=_require$codes.ERR_METHOD_NOT_IMPLEMENTED,ERR_MULTIPLE_CALLBACK=_require$codes.ERR_MULTIPLE_CALLBACK,ERR_TRANSFORM_ALREADY_TRANSFORMING=_require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,ERR_TRANSFORM_WITH_LENGTH_0=_require$codes.ERR_TRANSFORM_WITH_LENGTH_0,Duplex=__webpack_require__(5380);function afterTransform(er,data){ |
| /*ThouShaltNotCache*/ |
| var ts=this._transformState;ts.transforming=!1;var cb=ts.writecb;if(null===cb)return this.emit("error",new ERR_MULTIPLE_CALLBACK);ts.writechunk=null,ts.writecb=null,null!=data&&this.push(data),cb(er);var rs=this._readableState;rs.reading=!1,(rs.needReadable||rs.length<rs.highWaterMark)&&this._read(rs.highWaterMark)}function Transform(options){ |
| /*ThouShaltNotCache*/ |
| if(!(this instanceof Transform))return new Transform(options);Duplex.call(this,options),this._transformState={afterTransform:afterTransform.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,options&&("function"==typeof options.transform&&(this._transform=options.transform),"function"==typeof options.flush&&(this._flush=options.flush)),this.on("prefinish",prefinish)}function prefinish(){ |
| /*ThouShaltNotCache*/ |
| var _this=this;"function"!=typeof this._flush||this._readableState.destroyed?done(this,null,null):this._flush(function(er,data){ |
| /*ThouShaltNotCache*/ |
| done(_this,er,data)})}function done(stream,er,data){ |
| /*ThouShaltNotCache*/ |
| if(er)return stream.emit("error",er);if(null!=data&&stream.push(data),stream._writableState.length)throw new ERR_TRANSFORM_WITH_LENGTH_0;if(stream._transformState.transforming)throw new ERR_TRANSFORM_ALREADY_TRANSFORMING;return stream.push(null)}__webpack_require__(68808)(Transform,Duplex),Transform.prototype.push=function(chunk,encoding){ |
| /*ThouShaltNotCache*/ |
| return this._transformState.needTransform=!1,Duplex.prototype.push.call(this,chunk,encoding)},Transform.prototype._transform=function(chunk,encoding,cb){ |
| /*ThouShaltNotCache*/ |
| cb(new ERR_METHOD_NOT_IMPLEMENTED("_transform()"))},Transform.prototype._write=function(chunk,encoding,cb){ |
| /*ThouShaltNotCache*/ |
| var ts=this._transformState;if(ts.writecb=cb,ts.writechunk=chunk,ts.writeencoding=encoding,!ts.transforming){var rs=this._readableState;(ts.needTransform||rs.needReadable||rs.length<rs.highWaterMark)&&this._read(rs.highWaterMark)}},Transform.prototype._read=function(n){ |
| /*ThouShaltNotCache*/ |
| var ts=this._transformState;null===ts.writechunk||ts.transforming?ts.needTransform=!0:(ts.transforming=!0,this._transform(ts.writechunk,ts.writeencoding,ts.afterTransform))},Transform.prototype._destroy=function(err,cb){ |
| /*ThouShaltNotCache*/ |
| Duplex.prototype._destroy.call(this,err,function(err2){ |
| /*ThouShaltNotCache*/ |
| cb(err2)})}},56114:module=>{"use strict";module.exports=Math.pow},56221:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,parseInteger_helpers_strings=__webpack_require__(8337).parseInteger,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLLIElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLLIElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLLIElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLLIElement",new.target)}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLLIElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("value");return null!==value&&(value=parseInteger_helpers_strings(value),null!==value&&conversions.long(value)===value)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLLIElement.");V=conversions.long(V,{context:"Failed to set the 'value' property on 'HTMLLIElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("value",String(V))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLLIElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLLIElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLLIElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLLIElement.prototype,{value:{enumerable:!0},type:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLLIElement",configurable:!0}}),ctorRegistry.HTMLLIElement=HTMLLIElement,Object.defineProperty(globalObject,"HTMLLIElement",{configurable:!0,writable:!0,value:HTMLLIElement})};const Impl=__webpack_require__(9496)},56311:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLCollection=__webpack_require__(16606),HTMLElementImpl=__webpack_require__(52723).implementation,{descendantsByLocalName}=__webpack_require__(49397);module.exports={implementation:class extends HTMLElementImpl{get options(){ |
| /*ThouShaltNotCache*/ |
| return HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>descendantsByLocalName(this,"option")})}}}},56334:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const ResourceLoader=__webpack_require__(50090);module.exports=class extends ResourceLoader{fetch(){ |
| /*ThouShaltNotCache*/ |
| return null}}},56406:module=>{"use strict";module.exports=JSON.parse('[["0","\\u0000",127],["8ea1","\uff61",62],["a1a1","\u3000\u3001\u3002\uff0c\uff0e\u30fb\uff1a\uff1b\uff1f\uff01\u309b\u309c\u00b4\uff40\u00a8\uff3e\uffe3\uff3f\u30fd\u30fe\u309d\u309e\u3003\u4edd\u3005\u3006\u3007\u30fc\u2015\u2010\uff0f\uff3c\uff5e\u2225\uff5c\u2026\u2025\u2018\u2019\u201c\u201d\uff08\uff09\u3014\u3015\uff3b\uff3d\uff5b\uff5d\u3008",9,"\uff0b\uff0d\u00b1\u00d7\u00f7\uff1d\u2260\uff1c\uff1e\u2266\u2267\u221e\u2234\u2642\u2640\u00b0\u2032\u2033\u2103\uffe5\uff04\uffe0\uffe1\uff05\uff03\uff06\uff0a\uff20\u00a7\u2606\u2605\u25cb\u25cf\u25ce\u25c7"],["a2a1","\u25c6\u25a1\u25a0\u25b3\u25b2\u25bd\u25bc\u203b\u3012\u2192\u2190\u2191\u2193\u3013"],["a2ba","\u2208\u220b\u2286\u2287\u2282\u2283\u222a\u2229"],["a2ca","\u2227\u2228\uffe2\u21d2\u21d4\u2200\u2203"],["a2dc","\u2220\u22a5\u2312\u2202\u2207\u2261\u2252\u226a\u226b\u221a\u223d\u221d\u2235\u222b\u222c"],["a2f2","\u212b\u2030\u266f\u266d\u266a\u2020\u2021\u00b6"],["a2fe","\u25ef"],["a3b0","\uff10",9],["a3c1","\uff21",25],["a3e1","\uff41",25],["a4a1","\u3041",82],["a5a1","\u30a1",85],["a6a1","\u0391",16,"\u03a3",6],["a6c1","\u03b1",16,"\u03c3",6],["a7a1","\u0410",5,"\u0401\u0416",25],["a7d1","\u0430",5,"\u0451\u0436",25],["a8a1","\u2500\u2502\u250c\u2510\u2518\u2514\u251c\u252c\u2524\u2534\u253c\u2501\u2503\u250f\u2513\u251b\u2517\u2523\u2533\u252b\u253b\u254b\u2520\u252f\u2528\u2537\u253f\u251d\u2530\u2525\u2538\u2542"],["ada1","\u2460",19,"\u2160",9],["adc0","\u3349\u3314\u3322\u334d\u3318\u3327\u3303\u3336\u3351\u3357\u330d\u3326\u3323\u332b\u334a\u333b\u339c\u339d\u339e\u338e\u338f\u33c4\u33a1"],["addf","\u337b\u301d\u301f\u2116\u33cd\u2121\u32a4",4,"\u3231\u3232\u3239\u337e\u337d\u337c\u2252\u2261\u222b\u222e\u2211\u221a\u22a5\u2220\u221f\u22bf\u2235\u2229\u222a"],["b0a1","\u4e9c\u5516\u5a03\u963f\u54c0\u611b\u6328\u59f6\u9022\u8475\u831c\u7a50\u60aa\u63e1\u6e25\u65ed\u8466\u82a6\u9bf5\u6893\u5727\u65a1\u6271\u5b9b\u59d0\u867b\u98f4\u7d62\u7dbe\u9b8e\u6216\u7c9f\u88b7\u5b89\u5eb5\u6309\u6697\u6848\u95c7\u978d\u674f\u4ee5\u4f0a\u4f4d\u4f9d\u5049\u56f2\u5937\u59d4\u5a01\u5c09\u60df\u610f\u6170\u6613\u6905\u70ba\u754f\u7570\u79fb\u7dad\u7def\u80c3\u840e\u8863\u8b02\u9055\u907a\u533b\u4e95\u4ea5\u57df\u80b2\u90c1\u78ef\u4e00\u58f1\u6ea2\u9038\u7a32\u8328\u828b\u9c2f\u5141\u5370\u54bd\u54e1\u56e0\u59fb\u5f15\u98f2\u6deb\u80e4\u852d"],["b1a1","\u9662\u9670\u96a0\u97fb\u540b\u53f3\u5b87\u70cf\u7fbd\u8fc2\u96e8\u536f\u9d5c\u7aba\u4e11\u7893\u81fc\u6e26\u5618\u5504\u6b1d\u851a\u9c3b\u59e5\u53a9\u6d66\u74dc\u958f\u5642\u4e91\u904b\u96f2\u834f\u990c\u53e1\u55b6\u5b30\u5f71\u6620\u66f3\u6804\u6c38\u6cf3\u6d29\u745b\u76c8\u7a4e\u9834\u82f1\u885b\u8a60\u92ed\u6db2\u75ab\u76ca\u99c5\u60a6\u8b01\u8d8a\u95b2\u698e\u53ad\u5186\u5712\u5830\u5944\u5bb4\u5ef6\u6028\u63a9\u63f4\u6cbf\u6f14\u708e\u7114\u7159\u71d5\u733f\u7e01\u8276\u82d1\u8597\u9060\u925b\u9d1b\u5869\u65bc\u6c5a\u7525\u51f9\u592e\u5965\u5f80\u5fdc"],["b2a1","\u62bc\u65fa\u6a2a\u6b27\u6bb4\u738b\u7fc1\u8956\u9d2c\u9d0e\u9ec4\u5ca1\u6c96\u837b\u5104\u5c4b\u61b6\u81c6\u6876\u7261\u4e59\u4ffa\u5378\u6069\u6e29\u7a4f\u97f3\u4e0b\u5316\u4eee\u4f55\u4f3d\u4fa1\u4f73\u52a0\u53ef\u5609\u590f\u5ac1\u5bb6\u5be1\u79d1\u6687\u679c\u67b6\u6b4c\u6cb3\u706b\u73c2\u798d\u79be\u7a3c\u7b87\u82b1\u82db\u8304\u8377\u83ef\u83d3\u8766\u8ab2\u5629\u8ca8\u8fe6\u904e\u971e\u868a\u4fc4\u5ce8\u6211\u7259\u753b\u81e5\u82bd\u86fe\u8cc0\u96c5\u9913\u99d5\u4ecb\u4f1a\u89e3\u56de\u584a\u58ca\u5efb\u5feb\u602a\u6094\u6062\u61d0\u6212\u62d0\u6539"],["b3a1","\u9b41\u6666\u68b0\u6d77\u7070\u754c\u7686\u7d75\u82a5\u87f9\u958b\u968e\u8c9d\u51f1\u52be\u5916\u54b3\u5bb3\u5d16\u6168\u6982\u6daf\u788d\u84cb\u8857\u8a72\u93a7\u9ab8\u6d6c\u99a8\u86d9\u57a3\u67ff\u86ce\u920e\u5283\u5687\u5404\u5ed3\u62e1\u64b9\u683c\u6838\u6bbb\u7372\u78ba\u7a6b\u899a\u89d2\u8d6b\u8f03\u90ed\u95a3\u9694\u9769\u5b66\u5cb3\u697d\u984d\u984e\u639b\u7b20\u6a2b\u6a7f\u68b6\u9c0d\u6f5f\u5272\u559d\u6070\u62ec\u6d3b\u6e07\u6ed1\u845b\u8910\u8f44\u4e14\u9c39\u53f6\u691b\u6a3a\u9784\u682a\u515c\u7ac3\u84b2\u91dc\u938c\u565b\u9d28\u6822\u8305\u8431"],["b4a1","\u7ca5\u5208\u82c5\u74e6\u4e7e\u4f83\u51a0\u5bd2\u520a\u52d8\u52e7\u5dfb\u559a\u582a\u59e6\u5b8c\u5b98\u5bdb\u5e72\u5e79\u60a3\u611f\u6163\u61be\u63db\u6562\u67d1\u6853\u68fa\u6b3e\u6b53\u6c57\u6f22\u6f97\u6f45\u74b0\u7518\u76e3\u770b\u7aff\u7ba1\u7c21\u7de9\u7f36\u7ff0\u809d\u8266\u839e\u89b3\u8acc\u8cab\u9084\u9451\u9593\u9591\u95a2\u9665\u97d3\u9928\u8218\u4e38\u542b\u5cb8\u5dcc\u73a9\u764c\u773c\u5ca9\u7feb\u8d0b\u96c1\u9811\u9854\u9858\u4f01\u4f0e\u5371\u559c\u5668\u57fa\u5947\u5b09\u5bc4\u5c90\u5e0c\u5e7e\u5fcc\u63ee\u673a\u65d7\u65e2\u671f\u68cb\u68c4"],["b5a1","\u6a5f\u5e30\u6bc5\u6c17\u6c7d\u757f\u7948\u5b63\u7a00\u7d00\u5fbd\u898f\u8a18\u8cb4\u8d77\u8ecc\u8f1d\u98e2\u9a0e\u9b3c\u4e80\u507d\u5100\u5993\u5b9c\u622f\u6280\u64ec\u6b3a\u72a0\u7591\u7947\u7fa9\u87fb\u8abc\u8b70\u63ac\u83ca\u97a0\u5409\u5403\u55ab\u6854\u6a58\u8a70\u7827\u6775\u9ecd\u5374\u5ba2\u811a\u8650\u9006\u4e18\u4e45\u4ec7\u4f11\u53ca\u5438\u5bae\u5f13\u6025\u6551\u673d\u6c42\u6c72\u6ce3\u7078\u7403\u7a76\u7aae\u7b08\u7d1a\u7cfe\u7d66\u65e7\u725b\u53bb\u5c45\u5de8\u62d2\u62e0\u6319\u6e20\u865a\u8a31\u8ddd\u92f8\u6f01\u79a6\u9b5a\u4ea8\u4eab\u4eac"],["b6a1","\u4f9b\u4fa0\u50d1\u5147\u7af6\u5171\u51f6\u5354\u5321\u537f\u53eb\u55ac\u5883\u5ce1\u5f37\u5f4a\u602f\u6050\u606d\u631f\u6559\u6a4b\u6cc1\u72c2\u72ed\u77ef\u80f8\u8105\u8208\u854e\u90f7\u93e1\u97ff\u9957\u9a5a\u4ef0\u51dd\u5c2d\u6681\u696d\u5c40\u66f2\u6975\u7389\u6850\u7c81\u50c5\u52e4\u5747\u5dfe\u9326\u65a4\u6b23\u6b3d\u7434\u7981\u79bd\u7b4b\u7dca\u82b9\u83cc\u887f\u895f\u8b39\u8fd1\u91d1\u541f\u9280\u4e5d\u5036\u53e5\u533a\u72d7\u7396\u77e9\u82e6\u8eaf\u99c6\u99c8\u99d2\u5177\u611a\u865e\u55b0\u7a7a\u5076\u5bd3\u9047\u9685\u4e32\u6adb\u91e7\u5c51\u5c48"],["b7a1","\u6398\u7a9f\u6c93\u9774\u8f61\u7aaa\u718a\u9688\u7c82\u6817\u7e70\u6851\u936c\u52f2\u541b\u85ab\u8a13\u7fa4\u8ecd\u90e1\u5366\u8888\u7941\u4fc2\u50be\u5211\u5144\u5553\u572d\u73ea\u578b\u5951\u5f62\u5f84\u6075\u6176\u6167\u61a9\u63b2\u643a\u656c\u666f\u6842\u6e13\u7566\u7a3d\u7cfb\u7d4c\u7d99\u7e4b\u7f6b\u830e\u834a\u86cd\u8a08\u8a63\u8b66\u8efd\u981a\u9d8f\u82b8\u8fce\u9be8\u5287\u621f\u6483\u6fc0\u9699\u6841\u5091\u6b20\u6c7a\u6f54\u7a74\u7d50\u8840\u8a23\u6708\u4ef6\u5039\u5026\u5065\u517c\u5238\u5263\u55a7\u570f\u5805\u5acc\u5efa\u61b2\u61f8\u62f3\u6372"],["b8a1","\u691c\u6a29\u727d\u72ac\u732e\u7814\u786f\u7d79\u770c\u80a9\u898b\u8b19\u8ce2\u8ed2\u9063\u9375\u967a\u9855\u9a13\u9e78\u5143\u539f\u53b3\u5e7b\u5f26\u6e1b\u6e90\u7384\u73fe\u7d43\u8237\u8a00\u8afa\u9650\u4e4e\u500b\u53e4\u547c\u56fa\u59d1\u5b64\u5df1\u5eab\u5f27\u6238\u6545\u67af\u6e56\u72d0\u7cca\u88b4\u80a1\u80e1\u83f0\u864e\u8a87\u8de8\u9237\u96c7\u9867\u9f13\u4e94\u4e92\u4f0d\u5348\u5449\u543e\u5a2f\u5f8c\u5fa1\u609f\u68a7\u6a8e\u745a\u7881\u8a9e\u8aa4\u8b77\u9190\u4e5e\u9bc9\u4ea4\u4f7c\u4faf\u5019\u5016\u5149\u516c\u529f\u52b9\u52fe\u539a\u53e3\u5411"],["b9a1","\u540e\u5589\u5751\u57a2\u597d\u5b54\u5b5d\u5b8f\u5de5\u5de7\u5df7\u5e78\u5e83\u5e9a\u5eb7\u5f18\u6052\u614c\u6297\u62d8\u63a7\u653b\u6602\u6643\u66f4\u676d\u6821\u6897\u69cb\u6c5f\u6d2a\u6d69\u6e2f\u6e9d\u7532\u7687\u786c\u7a3f\u7ce0\u7d05\u7d18\u7d5e\u7db1\u8015\u8003\u80af\u80b1\u8154\u818f\u822a\u8352\u884c\u8861\u8b1b\u8ca2\u8cfc\u90ca\u9175\u9271\u783f\u92fc\u95a4\u964d\u9805\u9999\u9ad8\u9d3b\u525b\u52ab\u53f7\u5408\u58d5\u62f7\u6fe0\u8c6a\u8f5f\u9eb9\u514b\u523b\u544a\u56fd\u7a40\u9177\u9d60\u9ed2\u7344\u6f09\u8170\u7511\u5ffd\u60da\u9aa8\u72db\u8fbc"],["baa1","\u6b64\u9803\u4eca\u56f0\u5764\u58be\u5a5a\u6068\u61c7\u660f\u6606\u6839\u68b1\u6df7\u75d5\u7d3a\u826e\u9b42\u4e9b\u4f50\u53c9\u5506\u5d6f\u5de6\u5dee\u67fb\u6c99\u7473\u7802\u8a50\u9396\u88df\u5750\u5ea7\u632b\u50b5\u50ac\u518d\u6700\u54c9\u585e\u59bb\u5bb0\u5f69\u624d\u63a1\u683d\u6b73\u6e08\u707d\u91c7\u7280\u7815\u7826\u796d\u658e\u7d30\u83dc\u88c1\u8f09\u969b\u5264\u5728\u6750\u7f6a\u8ca1\u51b4\u5742\u962a\u583a\u698a\u80b4\u54b2\u5d0e\u57fc\u7895\u9dfa\u4f5c\u524a\u548b\u643e\u6628\u6714\u67f5\u7a84\u7b56\u7d22\u932f\u685c\u9bad\u7b39\u5319\u518a\u5237"],["bba1","\u5bdf\u62f6\u64ae\u64e6\u672d\u6bba\u85a9\u96d1\u7690\u9bd6\u634c\u9306\u9bab\u76bf\u6652\u4e09\u5098\u53c2\u5c71\u60e8\u6492\u6563\u685f\u71e6\u73ca\u7523\u7b97\u7e82\u8695\u8b83\u8cdb\u9178\u9910\u65ac\u66ab\u6b8b\u4ed5\u4ed4\u4f3a\u4f7f\u523a\u53f8\u53f2\u55e3\u56db\u58eb\u59cb\u59c9\u59ff\u5b50\u5c4d\u5e02\u5e2b\u5fd7\u601d\u6307\u652f\u5b5c\u65af\u65bd\u65e8\u679d\u6b62\u6b7b\u6c0f\u7345\u7949\u79c1\u7cf8\u7d19\u7d2b\u80a2\u8102\u81f3\u8996\u8a5e\u8a69\u8a66\u8a8c\u8aee\u8cc7\u8cdc\u96cc\u98fc\u6b6f\u4e8b\u4f3c\u4f8d\u5150\u5b57\u5bfa\u6148\u6301\u6642"],["bca1","\u6b21\u6ecb\u6cbb\u723e\u74bd\u75d4\u78c1\u793a\u800c\u8033\u81ea\u8494\u8f9e\u6c50\u9e7f\u5f0f\u8b58\u9d2b\u7afa\u8ef8\u5b8d\u96eb\u4e03\u53f1\u57f7\u5931\u5ac9\u5ba4\u6089\u6e7f\u6f06\u75be\u8cea\u5b9f\u8500\u7be0\u5072\u67f4\u829d\u5c61\u854a\u7e1e\u820e\u5199\u5c04\u6368\u8d66\u659c\u716e\u793e\u7d17\u8005\u8b1d\u8eca\u906e\u86c7\u90aa\u501f\u52fa\u5c3a\u6753\u707c\u7235\u914c\u91c8\u932b\u82e5\u5bc2\u5f31\u60f9\u4e3b\u53d6\u5b88\u624b\u6731\u6b8a\u72e9\u73e0\u7a2e\u816b\u8da3\u9152\u9996\u5112\u53d7\u546a\u5bff\u6388\u6a39\u7dac\u9700\u56da\u53ce\u5468"],["bda1","\u5b97\u5c31\u5dde\u4fee\u6101\u62fe\u6d32\u79c0\u79cb\u7d42\u7e4d\u7fd2\u81ed\u821f\u8490\u8846\u8972\u8b90\u8e74\u8f2f\u9031\u914b\u916c\u96c6\u919c\u4ec0\u4f4f\u5145\u5341\u5f93\u620e\u67d4\u6c41\u6e0b\u7363\u7e26\u91cd\u9283\u53d4\u5919\u5bbf\u6dd1\u795d\u7e2e\u7c9b\u587e\u719f\u51fa\u8853\u8ff0\u4fca\u5cfb\u6625\u77ac\u7ae3\u821c\u99ff\u51c6\u5faa\u65ec\u696f\u6b89\u6df3\u6e96\u6f64\u76fe\u7d14\u5de1\u9075\u9187\u9806\u51e6\u521d\u6240\u6691\u66d9\u6e1a\u5eb6\u7dd2\u7f72\u66f8\u85af\u85f7\u8af8\u52a9\u53d9\u5973\u5e8f\u5f90\u6055\u92e4\u9664\u50b7\u511f"],["bea1","\u52dd\u5320\u5347\u53ec\u54e8\u5546\u5531\u5617\u5968\u59be\u5a3c\u5bb5\u5c06\u5c0f\u5c11\u5c1a\u5e84\u5e8a\u5ee0\u5f70\u627f\u6284\u62db\u638c\u6377\u6607\u660c\u662d\u6676\u677e\u68a2\u6a1f\u6a35\u6cbc\u6d88\u6e09\u6e58\u713c\u7126\u7167\u75c7\u7701\u785d\u7901\u7965\u79f0\u7ae0\u7b11\u7ca7\u7d39\u8096\u83d6\u848b\u8549\u885d\u88f3\u8a1f\u8a3c\u8a54\u8a73\u8c61\u8cde\u91a4\u9266\u937e\u9418\u969c\u9798\u4e0a\u4e08\u4e1e\u4e57\u5197\u5270\u57ce\u5834\u58cc\u5b22\u5e38\u60c5\u64fe\u6761\u6756\u6d44\u72b6\u7573\u7a63\u84b8\u8b72\u91b8\u9320\u5631\u57f4\u98fe"],["bfa1","\u62ed\u690d\u6b96\u71ed\u7e54\u8077\u8272\u89e6\u98df\u8755\u8fb1\u5c3b\u4f38\u4fe1\u4fb5\u5507\u5a20\u5bdd\u5be9\u5fc3\u614e\u632f\u65b0\u664b\u68ee\u699b\u6d78\u6df1\u7533\u75b9\u771f\u795e\u79e6\u7d33\u81e3\u82af\u85aa\u89aa\u8a3a\u8eab\u8f9b\u9032\u91dd\u9707\u4eba\u4ec1\u5203\u5875\u58ec\u5c0b\u751a\u5c3d\u814e\u8a0a\u8fc5\u9663\u976d\u7b25\u8acf\u9808\u9162\u56f3\u53a8\u9017\u5439\u5782\u5e25\u63a8\u6c34\u708a\u7761\u7c8b\u7fe0\u8870\u9042\u9154\u9310\u9318\u968f\u745e\u9ac4\u5d07\u5d69\u6570\u67a2\u8da8\u96db\u636e\u6749\u6919\u83c5\u9817\u96c0\u88fe"],["c0a1","\u6f84\u647a\u5bf8\u4e16\u702c\u755d\u662f\u51c4\u5236\u52e2\u59d3\u5f81\u6027\u6210\u653f\u6574\u661f\u6674\u68f2\u6816\u6b63\u6e05\u7272\u751f\u76db\u7cbe\u8056\u58f0\u88fd\u897f\u8aa0\u8a93\u8acb\u901d\u9192\u9752\u9759\u6589\u7a0e\u8106\u96bb\u5e2d\u60dc\u621a\u65a5\u6614\u6790\u77f3\u7a4d\u7c4d\u7e3e\u810a\u8cac\u8d64\u8de1\u8e5f\u78a9\u5207\u62d9\u63a5\u6442\u6298\u8a2d\u7a83\u7bc0\u8aac\u96ea\u7d76\u820c\u8749\u4ed9\u5148\u5343\u5360\u5ba3\u5c02\u5c16\u5ddd\u6226\u6247\u64b0\u6813\u6834\u6cc9\u6d45\u6d17\u67d3\u6f5c\u714e\u717d\u65cb\u7a7f\u7bad\u7dda"],["c1a1","\u7e4a\u7fa8\u817a\u821b\u8239\u85a6\u8a6e\u8cce\u8df5\u9078\u9077\u92ad\u9291\u9583\u9bae\u524d\u5584\u6f38\u7136\u5168\u7985\u7e55\u81b3\u7cce\u564c\u5851\u5ca8\u63aa\u66fe\u66fd\u695a\u72d9\u758f\u758e\u790e\u7956\u79df\u7c97\u7d20\u7d44\u8607\u8a34\u963b\u9061\u9f20\u50e7\u5275\u53cc\u53e2\u5009\u55aa\u58ee\u594f\u723d\u5b8b\u5c64\u531d\u60e3\u60f3\u635c\u6383\u633f\u63bb\u64cd\u65e9\u66f9\u5de3\u69cd\u69fd\u6f15\u71e5\u4e89\u75e9\u76f8\u7a93\u7cdf\u7dcf\u7d9c\u8061\u8349\u8358\u846c\u84bc\u85fb\u88c5\u8d70\u9001\u906d\u9397\u971c\u9a12\u50cf\u5897\u618e"],["c2a1","\u81d3\u8535\u8d08\u9020\u4fc3\u5074\u5247\u5373\u606f\u6349\u675f\u6e2c\u8db3\u901f\u4fd7\u5c5e\u8cca\u65cf\u7d9a\u5352\u8896\u5176\u63c3\u5b58\u5b6b\u5c0a\u640d\u6751\u905c\u4ed6\u591a\u592a\u6c70\u8a51\u553e\u5815\u59a5\u60f0\u6253\u67c1\u8235\u6955\u9640\u99c4\u9a28\u4f53\u5806\u5bfe\u8010\u5cb1\u5e2f\u5f85\u6020\u614b\u6234\u66ff\u6cf0\u6ede\u80ce\u817f\u82d4\u888b\u8cb8\u9000\u902e\u968a\u9edb\u9bdb\u4ee3\u53f0\u5927\u7b2c\u918d\u984c\u9df9\u6edd\u7027\u5353\u5544\u5b85\u6258\u629e\u62d3\u6ca2\u6fef\u7422\u8a17\u9438\u6fc1\u8afe\u8338\u51e7\u86f8\u53ea"],["c3a1","\u53e9\u4f46\u9054\u8fb0\u596a\u8131\u5dfd\u7aea\u8fbf\u68da\u8c37\u72f8\u9c48\u6a3d\u8ab0\u4e39\u5358\u5606\u5766\u62c5\u63a2\u65e6\u6b4e\u6de1\u6e5b\u70ad\u77ed\u7aef\u7baa\u7dbb\u803d\u80c6\u86cb\u8a95\u935b\u56e3\u58c7\u5f3e\u65ad\u6696\u6a80\u6bb5\u7537\u8ac7\u5024\u77e5\u5730\u5f1b\u6065\u667a\u6c60\u75f4\u7a1a\u7f6e\u81f4\u8718\u9045\u99b3\u7bc9\u755c\u7af9\u7b51\u84c4\u9010\u79e9\u7a92\u8336\u5ae1\u7740\u4e2d\u4ef2\u5b99\u5fe0\u62bd\u663c\u67f1\u6ce8\u866b\u8877\u8a3b\u914e\u92f3\u99d0\u6a17\u7026\u732a\u82e7\u8457\u8caf\u4e01\u5146\u51cb\u558b\u5bf5"],["c4a1","\u5e16\u5e33\u5e81\u5f14\u5f35\u5f6b\u5fb4\u61f2\u6311\u66a2\u671d\u6f6e\u7252\u753a\u773a\u8074\u8139\u8178\u8776\u8abf\u8adc\u8d85\u8df3\u929a\u9577\u9802\u9ce5\u52c5\u6357\u76f4\u6715\u6c88\u73cd\u8cc3\u93ae\u9673\u6d25\u589c\u690e\u69cc\u8ffd\u939a\u75db\u901a\u585a\u6802\u63b4\u69fb\u4f43\u6f2c\u67d8\u8fbb\u8526\u7db4\u9354\u693f\u6f70\u576a\u58f7\u5b2c\u7d2c\u722a\u540a\u91e3\u9db4\u4ead\u4f4e\u505c\u5075\u5243\u8c9e\u5448\u5824\u5b9a\u5e1d\u5e95\u5ead\u5ef7\u5f1f\u608c\u62b5\u633a\u63d0\u68af\u6c40\u7887\u798e\u7a0b\u7de0\u8247\u8a02\u8ae6\u8e44\u9013"],["c5a1","\u90b8\u912d\u91d8\u9f0e\u6ce5\u6458\u64e2\u6575\u6ef4\u7684\u7b1b\u9069\u93d1\u6eba\u54f2\u5fb9\u64a4\u8f4d\u8fed\u9244\u5178\u586b\u5929\u5c55\u5e97\u6dfb\u7e8f\u751c\u8cbc\u8ee2\u985b\u70b9\u4f1d\u6bbf\u6fb1\u7530\u96fb\u514e\u5410\u5835\u5857\u59ac\u5c60\u5f92\u6597\u675c\u6e21\u767b\u83df\u8ced\u9014\u90fd\u934d\u7825\u783a\u52aa\u5ea6\u571f\u5974\u6012\u5012\u515a\u51ac\u51cd\u5200\u5510\u5854\u5858\u5957\u5b95\u5cf6\u5d8b\u60bc\u6295\u642d\u6771\u6843\u68bc\u68df\u76d7\u6dd8\u6e6f\u6d9b\u706f\u71c8\u5f53\u75d8\u7977\u7b49\u7b54\u7b52\u7cd6\u7d71\u5230"],["c6a1","\u8463\u8569\u85e4\u8a0e\u8b04\u8c46\u8e0f\u9003\u900f\u9419\u9676\u982d\u9a30\u95d8\u50cd\u52d5\u540c\u5802\u5c0e\u61a7\u649e\u6d1e\u77b3\u7ae5\u80f4\u8404\u9053\u9285\u5ce0\u9d07\u533f\u5f97\u5fb3\u6d9c\u7279\u7763\u79bf\u7be4\u6bd2\u72ec\u8aad\u6803\u6a61\u51f8\u7a81\u6934\u5c4a\u9cf6\u82eb\u5bc5\u9149\u701e\u5678\u5c6f\u60c7\u6566\u6c8c\u8c5a\u9041\u9813\u5451\u66c7\u920d\u5948\u90a3\u5185\u4e4d\u51ea\u8599\u8b0e\u7058\u637a\u934b\u6962\u99b4\u7e04\u7577\u5357\u6960\u8edf\u96e3\u6c5d\u4e8c\u5c3c\u5f10\u8fe9\u5302\u8cd1\u8089\u8679\u5eff\u65e5\u4e73\u5165"],["c7a1","\u5982\u5c3f\u97ee\u4efb\u598a\u5fcd\u8a8d\u6fe1\u79b0\u7962\u5be7\u8471\u732b\u71b1\u5e74\u5ff5\u637b\u649a\u71c3\u7c98\u4e43\u5efc\u4e4b\u57dc\u56a2\u60a9\u6fc3\u7d0d\u80fd\u8133\u81bf\u8fb2\u8997\u86a4\u5df4\u628a\u64ad\u8987\u6777\u6ce2\u6d3e\u7436\u7834\u5a46\u7f75\u82ad\u99ac\u4ff3\u5ec3\u62dd\u6392\u6557\u676f\u76c3\u724c\u80cc\u80ba\u8f29\u914d\u500d\u57f9\u5a92\u6885\u6973\u7164\u72fd\u8cb7\u58f2\u8ce0\u966a\u9019\u877f\u79e4\u77e7\u8429\u4f2f\u5265\u535a\u62cd\u67cf\u6cca\u767d\u7b94\u7c95\u8236\u8584\u8feb\u66dd\u6f20\u7206\u7e1b\u83ab\u99c1\u9ea6"],["c8a1","\u51fd\u7bb1\u7872\u7bb8\u8087\u7b48\u6ae8\u5e61\u808c\u7551\u7560\u516b\u9262\u6e8c\u767a\u9197\u9aea\u4f10\u7f70\u629c\u7b4f\u95a5\u9ce9\u567a\u5859\u86e4\u96bc\u4f34\u5224\u534a\u53cd\u53db\u5e06\u642c\u6591\u677f\u6c3e\u6c4e\u7248\u72af\u73ed\u7554\u7e41\u822c\u85e9\u8ca9\u7bc4\u91c6\u7169\u9812\u98ef\u633d\u6669\u756a\u76e4\u78d0\u8543\u86ee\u532a\u5351\u5426\u5983\u5e87\u5f7c\u60b2\u6249\u6279\u62ab\u6590\u6bd4\u6ccc\u75b2\u76ae\u7891\u79d8\u7dcb\u7f77\u80a5\u88ab\u8ab9\u8cbb\u907f\u975e\u98db\u6a0b\u7c38\u5099\u5c3e\u5fae\u6787\u6bd8\u7435\u7709\u7f8e"],["c9a1","\u9f3b\u67ca\u7a17\u5339\u758b\u9aed\u5f66\u819d\u83f1\u8098\u5f3c\u5fc5\u7562\u7b46\u903c\u6867\u59eb\u5a9b\u7d10\u767e\u8b2c\u4ff5\u5f6a\u6a19\u6c37\u6f02\u74e2\u7968\u8868\u8a55\u8c79\u5edf\u63cf\u75c5\u79d2\u82d7\u9328\u92f2\u849c\u86ed\u9c2d\u54c1\u5f6c\u658c\u6d5c\u7015\u8ca7\u8cd3\u983b\u654f\u74f6\u4e0d\u4ed8\u57e0\u592b\u5a66\u5bcc\u51a8\u5e03\u5e9c\u6016\u6276\u6577\u65a7\u666e\u6d6e\u7236\u7b26\u8150\u819a\u8299\u8b5c\u8ca0\u8ce6\u8d74\u961c\u9644\u4fae\u64ab\u6b66\u821e\u8461\u856a\u90e8\u5c01\u6953\u98a8\u847a\u8557\u4f0f\u526f\u5fa9\u5e45\u670d"],["caa1","\u798f\u8179\u8907\u8986\u6df5\u5f17\u6255\u6cb8\u4ecf\u7269\u9b92\u5206\u543b\u5674\u58b3\u61a4\u626e\u711a\u596e\u7c89\u7cde\u7d1b\u96f0\u6587\u805e\u4e19\u4f75\u5175\u5840\u5e63\u5e73\u5f0a\u67c4\u4e26\u853d\u9589\u965b\u7c73\u9801\u50fb\u58c1\u7656\u78a7\u5225\u77a5\u8511\u7b86\u504f\u5909\u7247\u7bc7\u7de8\u8fba\u8fd4\u904d\u4fbf\u52c9\u5a29\u5f01\u97ad\u4fdd\u8217\u92ea\u5703\u6355\u6b69\u752b\u88dc\u8f14\u7a42\u52df\u5893\u6155\u620a\u66ae\u6bcd\u7c3f\u83e9\u5023\u4ff8\u5305\u5446\u5831\u5949\u5b9d\u5cf0\u5cef\u5d29\u5e96\u62b1\u6367\u653e\u65b9\u670b"],["cba1","\u6cd5\u6ce1\u70f9\u7832\u7e2b\u80de\u82b3\u840c\u84ec\u8702\u8912\u8a2a\u8c4a\u90a6\u92d2\u98fd\u9cf3\u9d6c\u4e4f\u4ea1\u508d\u5256\u574a\u59a8\u5e3d\u5fd8\u5fd9\u623f\u66b4\u671b\u67d0\u68d2\u5192\u7d21\u80aa\u81a8\u8b00\u8c8c\u8cbf\u927e\u9632\u5420\u982c\u5317\u50d5\u535c\u58a8\u64b2\u6734\u7267\u7766\u7a46\u91e6\u52c3\u6ca1\u6b86\u5800\u5e4c\u5954\u672c\u7ffb\u51e1\u76c6\u6469\u78e8\u9b54\u9ebb\u57cb\u59b9\u6627\u679a\u6bce\u54e9\u69d9\u5e55\u819c\u6795\u9baa\u67fe\u9c52\u685d\u4ea6\u4fe3\u53c8\u62b9\u672b\u6cab\u8fc4\u4fad\u7e6d\u9ebf\u4e07\u6162\u6e80"],["cca1","\u6f2b\u8513\u5473\u672a\u9b45\u5df3\u7b95\u5cac\u5bc6\u871c\u6e4a\u84d1\u7a14\u8108\u5999\u7c8d\u6c11\u7720\u52d9\u5922\u7121\u725f\u77db\u9727\u9d61\u690b\u5a7f\u5a18\u51a5\u540d\u547d\u660e\u76df\u8ff7\u9298\u9cf4\u59ea\u725d\u6ec5\u514d\u68c9\u7dbf\u7dec\u9762\u9eba\u6478\u6a21\u8302\u5984\u5b5f\u6bdb\u731b\u76f2\u7db2\u8017\u8499\u5132\u6728\u9ed9\u76ee\u6762\u52ff\u9905\u5c24\u623b\u7c7e\u8cb0\u554f\u60b6\u7d0b\u9580\u5301\u4e5f\u51b6\u591c\u723a\u8036\u91ce\u5f25\u77e2\u5384\u5f79\u7d04\u85ac\u8a33\u8e8d\u9756\u67f3\u85ae\u9453\u6109\u6108\u6cb9\u7652"],["cda1","\u8aed\u8f38\u552f\u4f51\u512a\u52c7\u53cb\u5ba5\u5e7d\u60a0\u6182\u63d6\u6709\u67da\u6e67\u6d8c\u7336\u7337\u7531\u7950\u88d5\u8a98\u904a\u9091\u90f5\u96c4\u878d\u5915\u4e88\u4f59\u4e0e\u8a89\u8f3f\u9810\u50ad\u5e7c\u5996\u5bb9\u5eb8\u63da\u63fa\u64c1\u66dc\u694a\u69d8\u6d0b\u6eb6\u7194\u7528\u7aaf\u7f8a\u8000\u8449\u84c9\u8981\u8b21\u8e0a\u9065\u967d\u990a\u617e\u6291\u6b32\u6c83\u6d74\u7fcc\u7ffc\u6dc0\u7f85\u87ba\u88f8\u6765\u83b1\u983c\u96f7\u6d1b\u7d61\u843d\u916a\u4e71\u5375\u5d50\u6b04\u6feb\u85cd\u862d\u89a7\u5229\u540f\u5c65\u674e\u68a8\u7406\u7483"],["cea1","\u75e2\u88cf\u88e1\u91cc\u96e2\u9678\u5f8b\u7387\u7acb\u844e\u63a0\u7565\u5289\u6d41\u6e9c\u7409\u7559\u786b\u7c92\u9686\u7adc\u9f8d\u4fb6\u616e\u65c5\u865c\u4e86\u4eae\u50da\u4e21\u51cc\u5bee\u6599\u6881\u6dbc\u731f\u7642\u77ad\u7a1c\u7ce7\u826f\u8ad2\u907c\u91cf\u9675\u9818\u529b\u7dd1\u502b\u5398\u6797\u6dcb\u71d0\u7433\u81e8\u8f2a\u96a3\u9c57\u9e9f\u7460\u5841\u6d99\u7d2f\u985e\u4ee4\u4f36\u4f8b\u51b7\u52b1\u5dba\u601c\u73b2\u793c\u82d3\u9234\u96b7\u96f6\u970a\u9e97\u9f62\u66a6\u6b74\u5217\u52a3\u70c8\u88c2\u5ec9\u604b\u6190\u6f23\u7149\u7c3e\u7df4\u806f"],["cfa1","\u84ee\u9023\u932c\u5442\u9b6f\u6ad3\u7089\u8cc2\u8def\u9732\u52b4\u5a41\u5eca\u5f04\u6717\u697c\u6994\u6d6a\u6f0f\u7262\u72fc\u7bed\u8001\u807e\u874b\u90ce\u516d\u9e93\u7984\u808b\u9332\u8ad6\u502d\u548c\u8a71\u6b6a\u8cc4\u8107\u60d1\u67a0\u9df2\u4e99\u4e98\u9c10\u8a6b\u85c1\u8568\u6900\u6e7e\u7897\u8155"],["d0a1","\u5f0c\u4e10\u4e15\u4e2a\u4e31\u4e36\u4e3c\u4e3f\u4e42\u4e56\u4e58\u4e82\u4e85\u8c6b\u4e8a\u8212\u5f0d\u4e8e\u4e9e\u4e9f\u4ea0\u4ea2\u4eb0\u4eb3\u4eb6\u4ece\u4ecd\u4ec4\u4ec6\u4ec2\u4ed7\u4ede\u4eed\u4edf\u4ef7\u4f09\u4f5a\u4f30\u4f5b\u4f5d\u4f57\u4f47\u4f76\u4f88\u4f8f\u4f98\u4f7b\u4f69\u4f70\u4f91\u4f6f\u4f86\u4f96\u5118\u4fd4\u4fdf\u4fce\u4fd8\u4fdb\u4fd1\u4fda\u4fd0\u4fe4\u4fe5\u501a\u5028\u5014\u502a\u5025\u5005\u4f1c\u4ff6\u5021\u5029\u502c\u4ffe\u4fef\u5011\u5006\u5043\u5047\u6703\u5055\u5050\u5048\u505a\u5056\u506c\u5078\u5080\u509a\u5085\u50b4\u50b2"],["d1a1","\u50c9\u50ca\u50b3\u50c2\u50d6\u50de\u50e5\u50ed\u50e3\u50ee\u50f9\u50f5\u5109\u5101\u5102\u5116\u5115\u5114\u511a\u5121\u513a\u5137\u513c\u513b\u513f\u5140\u5152\u514c\u5154\u5162\u7af8\u5169\u516a\u516e\u5180\u5182\u56d8\u518c\u5189\u518f\u5191\u5193\u5195\u5196\u51a4\u51a6\u51a2\u51a9\u51aa\u51ab\u51b3\u51b1\u51b2\u51b0\u51b5\u51bd\u51c5\u51c9\u51db\u51e0\u8655\u51e9\u51ed\u51f0\u51f5\u51fe\u5204\u520b\u5214\u520e\u5227\u522a\u522e\u5233\u5239\u524f\u5244\u524b\u524c\u525e\u5254\u526a\u5274\u5269\u5273\u527f\u527d\u528d\u5294\u5292\u5271\u5288\u5291\u8fa8"],["d2a1","\u8fa7\u52ac\u52ad\u52bc\u52b5\u52c1\u52cd\u52d7\u52de\u52e3\u52e6\u98ed\u52e0\u52f3\u52f5\u52f8\u52f9\u5306\u5308\u7538\u530d\u5310\u530f\u5315\u531a\u5323\u532f\u5331\u5333\u5338\u5340\u5346\u5345\u4e17\u5349\u534d\u51d6\u535e\u5369\u536e\u5918\u537b\u5377\u5382\u5396\u53a0\u53a6\u53a5\u53ae\u53b0\u53b6\u53c3\u7c12\u96d9\u53df\u66fc\u71ee\u53ee\u53e8\u53ed\u53fa\u5401\u543d\u5440\u542c\u542d\u543c\u542e\u5436\u5429\u541d\u544e\u548f\u5475\u548e\u545f\u5471\u5477\u5470\u5492\u547b\u5480\u5476\u5484\u5490\u5486\u54c7\u54a2\u54b8\u54a5\u54ac\u54c4\u54c8\u54a8"],["d3a1","\u54ab\u54c2\u54a4\u54be\u54bc\u54d8\u54e5\u54e6\u550f\u5514\u54fd\u54ee\u54ed\u54fa\u54e2\u5539\u5540\u5563\u554c\u552e\u555c\u5545\u5556\u5557\u5538\u5533\u555d\u5599\u5580\u54af\u558a\u559f\u557b\u557e\u5598\u559e\u55ae\u557c\u5583\u55a9\u5587\u55a8\u55da\u55c5\u55df\u55c4\u55dc\u55e4\u55d4\u5614\u55f7\u5616\u55fe\u55fd\u561b\u55f9\u564e\u5650\u71df\u5634\u5636\u5632\u5638\u566b\u5664\u562f\u566c\u566a\u5686\u5680\u568a\u56a0\u5694\u568f\u56a5\u56ae\u56b6\u56b4\u56c2\u56bc\u56c1\u56c3\u56c0\u56c8\u56ce\u56d1\u56d3\u56d7\u56ee\u56f9\u5700\u56ff\u5704\u5709"],["d4a1","\u5708\u570b\u570d\u5713\u5718\u5716\u55c7\u571c\u5726\u5737\u5738\u574e\u573b\u5740\u574f\u5769\u57c0\u5788\u5761\u577f\u5789\u5793\u57a0\u57b3\u57a4\u57aa\u57b0\u57c3\u57c6\u57d4\u57d2\u57d3\u580a\u57d6\u57e3\u580b\u5819\u581d\u5872\u5821\u5862\u584b\u5870\u6bc0\u5852\u583d\u5879\u5885\u58b9\u589f\u58ab\u58ba\u58de\u58bb\u58b8\u58ae\u58c5\u58d3\u58d1\u58d7\u58d9\u58d8\u58e5\u58dc\u58e4\u58df\u58ef\u58fa\u58f9\u58fb\u58fc\u58fd\u5902\u590a\u5910\u591b\u68a6\u5925\u592c\u592d\u5932\u5938\u593e\u7ad2\u5955\u5950\u594e\u595a\u5958\u5962\u5960\u5967\u596c\u5969"],["d5a1","\u5978\u5981\u599d\u4f5e\u4fab\u59a3\u59b2\u59c6\u59e8\u59dc\u598d\u59d9\u59da\u5a25\u5a1f\u5a11\u5a1c\u5a09\u5a1a\u5a40\u5a6c\u5a49\u5a35\u5a36\u5a62\u5a6a\u5a9a\u5abc\u5abe\u5acb\u5ac2\u5abd\u5ae3\u5ad7\u5ae6\u5ae9\u5ad6\u5afa\u5afb\u5b0c\u5b0b\u5b16\u5b32\u5ad0\u5b2a\u5b36\u5b3e\u5b43\u5b45\u5b40\u5b51\u5b55\u5b5a\u5b5b\u5b65\u5b69\u5b70\u5b73\u5b75\u5b78\u6588\u5b7a\u5b80\u5b83\u5ba6\u5bb8\u5bc3\u5bc7\u5bc9\u5bd4\u5bd0\u5be4\u5be6\u5be2\u5bde\u5be5\u5beb\u5bf0\u5bf6\u5bf3\u5c05\u5c07\u5c08\u5c0d\u5c13\u5c20\u5c22\u5c28\u5c38\u5c39\u5c41\u5c46\u5c4e\u5c53"],["d6a1","\u5c50\u5c4f\u5b71\u5c6c\u5c6e\u4e62\u5c76\u5c79\u5c8c\u5c91\u5c94\u599b\u5cab\u5cbb\u5cb6\u5cbc\u5cb7\u5cc5\u5cbe\u5cc7\u5cd9\u5ce9\u5cfd\u5cfa\u5ced\u5d8c\u5cea\u5d0b\u5d15\u5d17\u5d5c\u5d1f\u5d1b\u5d11\u5d14\u5d22\u5d1a\u5d19\u5d18\u5d4c\u5d52\u5d4e\u5d4b\u5d6c\u5d73\u5d76\u5d87\u5d84\u5d82\u5da2\u5d9d\u5dac\u5dae\u5dbd\u5d90\u5db7\u5dbc\u5dc9\u5dcd\u5dd3\u5dd2\u5dd6\u5ddb\u5deb\u5df2\u5df5\u5e0b\u5e1a\u5e19\u5e11\u5e1b\u5e36\u5e37\u5e44\u5e43\u5e40\u5e4e\u5e57\u5e54\u5e5f\u5e62\u5e64\u5e47\u5e75\u5e76\u5e7a\u9ebc\u5e7f\u5ea0\u5ec1\u5ec2\u5ec8\u5ed0\u5ecf"],["d7a1","\u5ed6\u5ee3\u5edd\u5eda\u5edb\u5ee2\u5ee1\u5ee8\u5ee9\u5eec\u5ef1\u5ef3\u5ef0\u5ef4\u5ef8\u5efe\u5f03\u5f09\u5f5d\u5f5c\u5f0b\u5f11\u5f16\u5f29\u5f2d\u5f38\u5f41\u5f48\u5f4c\u5f4e\u5f2f\u5f51\u5f56\u5f57\u5f59\u5f61\u5f6d\u5f73\u5f77\u5f83\u5f82\u5f7f\u5f8a\u5f88\u5f91\u5f87\u5f9e\u5f99\u5f98\u5fa0\u5fa8\u5fad\u5fbc\u5fd6\u5ffb\u5fe4\u5ff8\u5ff1\u5fdd\u60b3\u5fff\u6021\u6060\u6019\u6010\u6029\u600e\u6031\u601b\u6015\u602b\u6026\u600f\u603a\u605a\u6041\u606a\u6077\u605f\u604a\u6046\u604d\u6063\u6043\u6064\u6042\u606c\u606b\u6059\u6081\u608d\u60e7\u6083\u609a"],["d8a1","\u6084\u609b\u6096\u6097\u6092\u60a7\u608b\u60e1\u60b8\u60e0\u60d3\u60b4\u5ff0\u60bd\u60c6\u60b5\u60d8\u614d\u6115\u6106\u60f6\u60f7\u6100\u60f4\u60fa\u6103\u6121\u60fb\u60f1\u610d\u610e\u6147\u613e\u6128\u6127\u614a\u613f\u613c\u612c\u6134\u613d\u6142\u6144\u6173\u6177\u6158\u6159\u615a\u616b\u6174\u616f\u6165\u6171\u615f\u615d\u6153\u6175\u6199\u6196\u6187\u61ac\u6194\u619a\u618a\u6191\u61ab\u61ae\u61cc\u61ca\u61c9\u61f7\u61c8\u61c3\u61c6\u61ba\u61cb\u7f79\u61cd\u61e6\u61e3\u61f6\u61fa\u61f4\u61ff\u61fd\u61fc\u61fe\u6200\u6208\u6209\u620d\u620c\u6214\u621b"],["d9a1","\u621e\u6221\u622a\u622e\u6230\u6232\u6233\u6241\u624e\u625e\u6263\u625b\u6260\u6268\u627c\u6282\u6289\u627e\u6292\u6293\u6296\u62d4\u6283\u6294\u62d7\u62d1\u62bb\u62cf\u62ff\u62c6\u64d4\u62c8\u62dc\u62cc\u62ca\u62c2\u62c7\u629b\u62c9\u630c\u62ee\u62f1\u6327\u6302\u6308\u62ef\u62f5\u6350\u633e\u634d\u641c\u634f\u6396\u638e\u6380\u63ab\u6376\u63a3\u638f\u6389\u639f\u63b5\u636b\u6369\u63be\u63e9\u63c0\u63c6\u63e3\u63c9\u63d2\u63f6\u63c4\u6416\u6434\u6406\u6413\u6426\u6436\u651d\u6417\u6428\u640f\u6467\u646f\u6476\u644e\u652a\u6495\u6493\u64a5\u64a9\u6488\u64bc"],["daa1","\u64da\u64d2\u64c5\u64c7\u64bb\u64d8\u64c2\u64f1\u64e7\u8209\u64e0\u64e1\u62ac\u64e3\u64ef\u652c\u64f6\u64f4\u64f2\u64fa\u6500\u64fd\u6518\u651c\u6505\u6524\u6523\u652b\u6534\u6535\u6537\u6536\u6538\u754b\u6548\u6556\u6555\u654d\u6558\u655e\u655d\u6572\u6578\u6582\u6583\u8b8a\u659b\u659f\u65ab\u65b7\u65c3\u65c6\u65c1\u65c4\u65cc\u65d2\u65db\u65d9\u65e0\u65e1\u65f1\u6772\u660a\u6603\u65fb\u6773\u6635\u6636\u6634\u661c\u664f\u6644\u6649\u6641\u665e\u665d\u6664\u6667\u6668\u665f\u6662\u6670\u6683\u6688\u668e\u6689\u6684\u6698\u669d\u66c1\u66b9\u66c9\u66be\u66bc"],["dba1","\u66c4\u66b8\u66d6\u66da\u66e0\u663f\u66e6\u66e9\u66f0\u66f5\u66f7\u670f\u6716\u671e\u6726\u6727\u9738\u672e\u673f\u6736\u6741\u6738\u6737\u6746\u675e\u6760\u6759\u6763\u6764\u6789\u6770\u67a9\u677c\u676a\u678c\u678b\u67a6\u67a1\u6785\u67b7\u67ef\u67b4\u67ec\u67b3\u67e9\u67b8\u67e4\u67de\u67dd\u67e2\u67ee\u67b9\u67ce\u67c6\u67e7\u6a9c\u681e\u6846\u6829\u6840\u684d\u6832\u684e\u68b3\u682b\u6859\u6863\u6877\u687f\u689f\u688f\u68ad\u6894\u689d\u689b\u6883\u6aae\u68b9\u6874\u68b5\u68a0\u68ba\u690f\u688d\u687e\u6901\u68ca\u6908\u68d8\u6922\u6926\u68e1\u690c\u68cd"],["dca1","\u68d4\u68e7\u68d5\u6936\u6912\u6904\u68d7\u68e3\u6925\u68f9\u68e0\u68ef\u6928\u692a\u691a\u6923\u6921\u68c6\u6979\u6977\u695c\u6978\u696b\u6954\u697e\u696e\u6939\u6974\u693d\u6959\u6930\u6961\u695e\u695d\u6981\u696a\u69b2\u69ae\u69d0\u69bf\u69c1\u69d3\u69be\u69ce\u5be8\u69ca\u69dd\u69bb\u69c3\u69a7\u6a2e\u6991\u69a0\u699c\u6995\u69b4\u69de\u69e8\u6a02\u6a1b\u69ff\u6b0a\u69f9\u69f2\u69e7\u6a05\u69b1\u6a1e\u69ed\u6a14\u69eb\u6a0a\u6a12\u6ac1\u6a23\u6a13\u6a44\u6a0c\u6a72\u6a36\u6a78\u6a47\u6a62\u6a59\u6a66\u6a48\u6a38\u6a22\u6a90\u6a8d\u6aa0\u6a84\u6aa2\u6aa3"],["dda1","\u6a97\u8617\u6abb\u6ac3\u6ac2\u6ab8\u6ab3\u6aac\u6ade\u6ad1\u6adf\u6aaa\u6ada\u6aea\u6afb\u6b05\u8616\u6afa\u6b12\u6b16\u9b31\u6b1f\u6b38\u6b37\u76dc\u6b39\u98ee\u6b47\u6b43\u6b49\u6b50\u6b59\u6b54\u6b5b\u6b5f\u6b61\u6b78\u6b79\u6b7f\u6b80\u6b84\u6b83\u6b8d\u6b98\u6b95\u6b9e\u6ba4\u6baa\u6bab\u6baf\u6bb2\u6bb1\u6bb3\u6bb7\u6bbc\u6bc6\u6bcb\u6bd3\u6bdf\u6bec\u6beb\u6bf3\u6bef\u9ebe\u6c08\u6c13\u6c14\u6c1b\u6c24\u6c23\u6c5e\u6c55\u6c62\u6c6a\u6c82\u6c8d\u6c9a\u6c81\u6c9b\u6c7e\u6c68\u6c73\u6c92\u6c90\u6cc4\u6cf1\u6cd3\u6cbd\u6cd7\u6cc5\u6cdd\u6cae\u6cb1\u6cbe"],["dea1","\u6cba\u6cdb\u6cef\u6cd9\u6cea\u6d1f\u884d\u6d36\u6d2b\u6d3d\u6d38\u6d19\u6d35\u6d33\u6d12\u6d0c\u6d63\u6d93\u6d64\u6d5a\u6d79\u6d59\u6d8e\u6d95\u6fe4\u6d85\u6df9\u6e15\u6e0a\u6db5\u6dc7\u6de6\u6db8\u6dc6\u6dec\u6dde\u6dcc\u6de8\u6dd2\u6dc5\u6dfa\u6dd9\u6de4\u6dd5\u6dea\u6dee\u6e2d\u6e6e\u6e2e\u6e19\u6e72\u6e5f\u6e3e\u6e23\u6e6b\u6e2b\u6e76\u6e4d\u6e1f\u6e43\u6e3a\u6e4e\u6e24\u6eff\u6e1d\u6e38\u6e82\u6eaa\u6e98\u6ec9\u6eb7\u6ed3\u6ebd\u6eaf\u6ec4\u6eb2\u6ed4\u6ed5\u6e8f\u6ea5\u6ec2\u6e9f\u6f41\u6f11\u704c\u6eec\u6ef8\u6efe\u6f3f\u6ef2\u6f31\u6eef\u6f32\u6ecc"],["dfa1","\u6f3e\u6f13\u6ef7\u6f86\u6f7a\u6f78\u6f81\u6f80\u6f6f\u6f5b\u6ff3\u6f6d\u6f82\u6f7c\u6f58\u6f8e\u6f91\u6fc2\u6f66\u6fb3\u6fa3\u6fa1\u6fa4\u6fb9\u6fc6\u6faa\u6fdf\u6fd5\u6fec\u6fd4\u6fd8\u6ff1\u6fee\u6fdb\u7009\u700b\u6ffa\u7011\u7001\u700f\u6ffe\u701b\u701a\u6f74\u701d\u7018\u701f\u7030\u703e\u7032\u7051\u7063\u7099\u7092\u70af\u70f1\u70ac\u70b8\u70b3\u70ae\u70df\u70cb\u70dd\u70d9\u7109\u70fd\u711c\u7119\u7165\u7155\u7188\u7166\u7162\u714c\u7156\u716c\u718f\u71fb\u7184\u7195\u71a8\u71ac\u71d7\u71b9\u71be\u71d2\u71c9\u71d4\u71ce\u71e0\u71ec\u71e7\u71f5\u71fc"],["e0a1","\u71f9\u71ff\u720d\u7210\u721b\u7228\u722d\u722c\u7230\u7232\u723b\u723c\u723f\u7240\u7246\u724b\u7258\u7274\u727e\u7282\u7281\u7287\u7292\u7296\u72a2\u72a7\u72b9\u72b2\u72c3\u72c6\u72c4\u72ce\u72d2\u72e2\u72e0\u72e1\u72f9\u72f7\u500f\u7317\u730a\u731c\u7316\u731d\u7334\u732f\u7329\u7325\u733e\u734e\u734f\u9ed8\u7357\u736a\u7368\u7370\u7378\u7375\u737b\u737a\u73c8\u73b3\u73ce\u73bb\u73c0\u73e5\u73ee\u73de\u74a2\u7405\u746f\u7425\u73f8\u7432\u743a\u7455\u743f\u745f\u7459\u7441\u745c\u7469\u7470\u7463\u746a\u7476\u747e\u748b\u749e\u74a7\u74ca\u74cf\u74d4\u73f1"],["e1a1","\u74e0\u74e3\u74e7\u74e9\u74ee\u74f2\u74f0\u74f1\u74f8\u74f7\u7504\u7503\u7505\u750c\u750e\u750d\u7515\u7513\u751e\u7526\u752c\u753c\u7544\u754d\u754a\u7549\u755b\u7546\u755a\u7569\u7564\u7567\u756b\u756d\u7578\u7576\u7586\u7587\u7574\u758a\u7589\u7582\u7594\u759a\u759d\u75a5\u75a3\u75c2\u75b3\u75c3\u75b5\u75bd\u75b8\u75bc\u75b1\u75cd\u75ca\u75d2\u75d9\u75e3\u75de\u75fe\u75ff\u75fc\u7601\u75f0\u75fa\u75f2\u75f3\u760b\u760d\u7609\u761f\u7627\u7620\u7621\u7622\u7624\u7634\u7630\u763b\u7647\u7648\u7646\u765c\u7658\u7661\u7662\u7668\u7669\u766a\u7667\u766c\u7670"],["e2a1","\u7672\u7676\u7678\u767c\u7680\u7683\u7688\u768b\u768e\u7696\u7693\u7699\u769a\u76b0\u76b4\u76b8\u76b9\u76ba\u76c2\u76cd\u76d6\u76d2\u76de\u76e1\u76e5\u76e7\u76ea\u862f\u76fb\u7708\u7707\u7704\u7729\u7724\u771e\u7725\u7726\u771b\u7737\u7738\u7747\u775a\u7768\u776b\u775b\u7765\u777f\u777e\u7779\u778e\u778b\u7791\u77a0\u779e\u77b0\u77b6\u77b9\u77bf\u77bc\u77bd\u77bb\u77c7\u77cd\u77d7\u77da\u77dc\u77e3\u77ee\u77fc\u780c\u7812\u7926\u7820\u792a\u7845\u788e\u7874\u7886\u787c\u789a\u788c\u78a3\u78b5\u78aa\u78af\u78d1\u78c6\u78cb\u78d4\u78be\u78bc\u78c5\u78ca\u78ec"],["e3a1","\u78e7\u78da\u78fd\u78f4\u7907\u7912\u7911\u7919\u792c\u792b\u7940\u7960\u7957\u795f\u795a\u7955\u7953\u797a\u797f\u798a\u799d\u79a7\u9f4b\u79aa\u79ae\u79b3\u79b9\u79ba\u79c9\u79d5\u79e7\u79ec\u79e1\u79e3\u7a08\u7a0d\u7a18\u7a19\u7a20\u7a1f\u7980\u7a31\u7a3b\u7a3e\u7a37\u7a43\u7a57\u7a49\u7a61\u7a62\u7a69\u9f9d\u7a70\u7a79\u7a7d\u7a88\u7a97\u7a95\u7a98\u7a96\u7aa9\u7ac8\u7ab0\u7ab6\u7ac5\u7ac4\u7abf\u9083\u7ac7\u7aca\u7acd\u7acf\u7ad5\u7ad3\u7ad9\u7ada\u7add\u7ae1\u7ae2\u7ae6\u7aed\u7af0\u7b02\u7b0f\u7b0a\u7b06\u7b33\u7b18\u7b19\u7b1e\u7b35\u7b28\u7b36\u7b50"],["e4a1","\u7b7a\u7b04\u7b4d\u7b0b\u7b4c\u7b45\u7b75\u7b65\u7b74\u7b67\u7b70\u7b71\u7b6c\u7b6e\u7b9d\u7b98\u7b9f\u7b8d\u7b9c\u7b9a\u7b8b\u7b92\u7b8f\u7b5d\u7b99\u7bcb\u7bc1\u7bcc\u7bcf\u7bb4\u7bc6\u7bdd\u7be9\u7c11\u7c14\u7be6\u7be5\u7c60\u7c00\u7c07\u7c13\u7bf3\u7bf7\u7c17\u7c0d\u7bf6\u7c23\u7c27\u7c2a\u7c1f\u7c37\u7c2b\u7c3d\u7c4c\u7c43\u7c54\u7c4f\u7c40\u7c50\u7c58\u7c5f\u7c64\u7c56\u7c65\u7c6c\u7c75\u7c83\u7c90\u7ca4\u7cad\u7ca2\u7cab\u7ca1\u7ca8\u7cb3\u7cb2\u7cb1\u7cae\u7cb9\u7cbd\u7cc0\u7cc5\u7cc2\u7cd8\u7cd2\u7cdc\u7ce2\u9b3b\u7cef\u7cf2\u7cf4\u7cf6\u7cfa\u7d06"],["e5a1","\u7d02\u7d1c\u7d15\u7d0a\u7d45\u7d4b\u7d2e\u7d32\u7d3f\u7d35\u7d46\u7d73\u7d56\u7d4e\u7d72\u7d68\u7d6e\u7d4f\u7d63\u7d93\u7d89\u7d5b\u7d8f\u7d7d\u7d9b\u7dba\u7dae\u7da3\u7db5\u7dc7\u7dbd\u7dab\u7e3d\u7da2\u7daf\u7ddc\u7db8\u7d9f\u7db0\u7dd8\u7ddd\u7de4\u7dde\u7dfb\u7df2\u7de1\u7e05\u7e0a\u7e23\u7e21\u7e12\u7e31\u7e1f\u7e09\u7e0b\u7e22\u7e46\u7e66\u7e3b\u7e35\u7e39\u7e43\u7e37\u7e32\u7e3a\u7e67\u7e5d\u7e56\u7e5e\u7e59\u7e5a\u7e79\u7e6a\u7e69\u7e7c\u7e7b\u7e83\u7dd5\u7e7d\u8fae\u7e7f\u7e88\u7e89\u7e8c\u7e92\u7e90\u7e93\u7e94\u7e96\u7e8e\u7e9b\u7e9c\u7f38\u7f3a"],["e6a1","\u7f45\u7f4c\u7f4d\u7f4e\u7f50\u7f51\u7f55\u7f54\u7f58\u7f5f\u7f60\u7f68\u7f69\u7f67\u7f78\u7f82\u7f86\u7f83\u7f88\u7f87\u7f8c\u7f94\u7f9e\u7f9d\u7f9a\u7fa3\u7faf\u7fb2\u7fb9\u7fae\u7fb6\u7fb8\u8b71\u7fc5\u7fc6\u7fca\u7fd5\u7fd4\u7fe1\u7fe6\u7fe9\u7ff3\u7ff9\u98dc\u8006\u8004\u800b\u8012\u8018\u8019\u801c\u8021\u8028\u803f\u803b\u804a\u8046\u8052\u8058\u805a\u805f\u8062\u8068\u8073\u8072\u8070\u8076\u8079\u807d\u807f\u8084\u8086\u8085\u809b\u8093\u809a\u80ad\u5190\u80ac\u80db\u80e5\u80d9\u80dd\u80c4\u80da\u80d6\u8109\u80ef\u80f1\u811b\u8129\u8123\u812f\u814b"],["e7a1","\u968b\u8146\u813e\u8153\u8151\u80fc\u8171\u816e\u8165\u8166\u8174\u8183\u8188\u818a\u8180\u8182\u81a0\u8195\u81a4\u81a3\u815f\u8193\u81a9\u81b0\u81b5\u81be\u81b8\u81bd\u81c0\u81c2\u81ba\u81c9\u81cd\u81d1\u81d9\u81d8\u81c8\u81da\u81df\u81e0\u81e7\u81fa\u81fb\u81fe\u8201\u8202\u8205\u8207\u820a\u820d\u8210\u8216\u8229\u822b\u8238\u8233\u8240\u8259\u8258\u825d\u825a\u825f\u8264\u8262\u8268\u826a\u826b\u822e\u8271\u8277\u8278\u827e\u828d\u8292\u82ab\u829f\u82bb\u82ac\u82e1\u82e3\u82df\u82d2\u82f4\u82f3\u82fa\u8393\u8303\u82fb\u82f9\u82de\u8306\u82dc\u8309\u82d9"],["e8a1","\u8335\u8334\u8316\u8332\u8331\u8340\u8339\u8350\u8345\u832f\u832b\u8317\u8318\u8385\u839a\u83aa\u839f\u83a2\u8396\u8323\u838e\u8387\u838a\u837c\u83b5\u8373\u8375\u83a0\u8389\u83a8\u83f4\u8413\u83eb\u83ce\u83fd\u8403\u83d8\u840b\u83c1\u83f7\u8407\u83e0\u83f2\u840d\u8422\u8420\u83bd\u8438\u8506\u83fb\u846d\u842a\u843c\u855a\u8484\u8477\u846b\u84ad\u846e\u8482\u8469\u8446\u842c\u846f\u8479\u8435\u84ca\u8462\u84b9\u84bf\u849f\u84d9\u84cd\u84bb\u84da\u84d0\u84c1\u84c6\u84d6\u84a1\u8521\u84ff\u84f4\u8517\u8518\u852c\u851f\u8515\u8514\u84fc\u8540\u8563\u8558\u8548"],["e9a1","\u8541\u8602\u854b\u8555\u8580\u85a4\u8588\u8591\u858a\u85a8\u856d\u8594\u859b\u85ea\u8587\u859c\u8577\u857e\u8590\u85c9\u85ba\u85cf\u85b9\u85d0\u85d5\u85dd\u85e5\u85dc\u85f9\u860a\u8613\u860b\u85fe\u85fa\u8606\u8622\u861a\u8630\u863f\u864d\u4e55\u8654\u865f\u8667\u8671\u8693\u86a3\u86a9\u86aa\u868b\u868c\u86b6\u86af\u86c4\u86c6\u86b0\u86c9\u8823\u86ab\u86d4\u86de\u86e9\u86ec\u86df\u86db\u86ef\u8712\u8706\u8708\u8700\u8703\u86fb\u8711\u8709\u870d\u86f9\u870a\u8734\u873f\u8737\u873b\u8725\u8729\u871a\u8760\u875f\u8778\u874c\u874e\u8774\u8757\u8768\u876e\u8759"],["eaa1","\u8753\u8763\u876a\u8805\u87a2\u879f\u8782\u87af\u87cb\u87bd\u87c0\u87d0\u96d6\u87ab\u87c4\u87b3\u87c7\u87c6\u87bb\u87ef\u87f2\u87e0\u880f\u880d\u87fe\u87f6\u87f7\u880e\u87d2\u8811\u8816\u8815\u8822\u8821\u8831\u8836\u8839\u8827\u883b\u8844\u8842\u8852\u8859\u885e\u8862\u886b\u8881\u887e\u889e\u8875\u887d\u88b5\u8872\u8882\u8897\u8892\u88ae\u8899\u88a2\u888d\u88a4\u88b0\u88bf\u88b1\u88c3\u88c4\u88d4\u88d8\u88d9\u88dd\u88f9\u8902\u88fc\u88f4\u88e8\u88f2\u8904\u890c\u890a\u8913\u8943\u891e\u8925\u892a\u892b\u8941\u8944\u893b\u8936\u8938\u894c\u891d\u8960\u895e"],["eba1","\u8966\u8964\u896d\u896a\u896f\u8974\u8977\u897e\u8983\u8988\u898a\u8993\u8998\u89a1\u89a9\u89a6\u89ac\u89af\u89b2\u89ba\u89bd\u89bf\u89c0\u89da\u89dc\u89dd\u89e7\u89f4\u89f8\u8a03\u8a16\u8a10\u8a0c\u8a1b\u8a1d\u8a25\u8a36\u8a41\u8a5b\u8a52\u8a46\u8a48\u8a7c\u8a6d\u8a6c\u8a62\u8a85\u8a82\u8a84\u8aa8\u8aa1\u8a91\u8aa5\u8aa6\u8a9a\u8aa3\u8ac4\u8acd\u8ac2\u8ada\u8aeb\u8af3\u8ae7\u8ae4\u8af1\u8b14\u8ae0\u8ae2\u8af7\u8ade\u8adb\u8b0c\u8b07\u8b1a\u8ae1\u8b16\u8b10\u8b17\u8b20\u8b33\u97ab\u8b26\u8b2b\u8b3e\u8b28\u8b41\u8b4c\u8b4f\u8b4e\u8b49\u8b56\u8b5b\u8b5a\u8b6b"],["eca1","\u8b5f\u8b6c\u8b6f\u8b74\u8b7d\u8b80\u8b8c\u8b8e\u8b92\u8b93\u8b96\u8b99\u8b9a\u8c3a\u8c41\u8c3f\u8c48\u8c4c\u8c4e\u8c50\u8c55\u8c62\u8c6c\u8c78\u8c7a\u8c82\u8c89\u8c85\u8c8a\u8c8d\u8c8e\u8c94\u8c7c\u8c98\u621d\u8cad\u8caa\u8cbd\u8cb2\u8cb3\u8cae\u8cb6\u8cc8\u8cc1\u8ce4\u8ce3\u8cda\u8cfd\u8cfa\u8cfb\u8d04\u8d05\u8d0a\u8d07\u8d0f\u8d0d\u8d10\u9f4e\u8d13\u8ccd\u8d14\u8d16\u8d67\u8d6d\u8d71\u8d73\u8d81\u8d99\u8dc2\u8dbe\u8dba\u8dcf\u8dda\u8dd6\u8dcc\u8ddb\u8dcb\u8dea\u8deb\u8ddf\u8de3\u8dfc\u8e08\u8e09\u8dff\u8e1d\u8e1e\u8e10\u8e1f\u8e42\u8e35\u8e30\u8e34\u8e4a"],["eda1","\u8e47\u8e49\u8e4c\u8e50\u8e48\u8e59\u8e64\u8e60\u8e2a\u8e63\u8e55\u8e76\u8e72\u8e7c\u8e81\u8e87\u8e85\u8e84\u8e8b\u8e8a\u8e93\u8e91\u8e94\u8e99\u8eaa\u8ea1\u8eac\u8eb0\u8ec6\u8eb1\u8ebe\u8ec5\u8ec8\u8ecb\u8edb\u8ee3\u8efc\u8efb\u8eeb\u8efe\u8f0a\u8f05\u8f15\u8f12\u8f19\u8f13\u8f1c\u8f1f\u8f1b\u8f0c\u8f26\u8f33\u8f3b\u8f39\u8f45\u8f42\u8f3e\u8f4c\u8f49\u8f46\u8f4e\u8f57\u8f5c\u8f62\u8f63\u8f64\u8f9c\u8f9f\u8fa3\u8fad\u8faf\u8fb7\u8fda\u8fe5\u8fe2\u8fea\u8fef\u9087\u8ff4\u9005\u8ff9\u8ffa\u9011\u9015\u9021\u900d\u901e\u9016\u900b\u9027\u9036\u9035\u9039\u8ff8"],["eea1","\u904f\u9050\u9051\u9052\u900e\u9049\u903e\u9056\u9058\u905e\u9068\u906f\u9076\u96a8\u9072\u9082\u907d\u9081\u9080\u908a\u9089\u908f\u90a8\u90af\u90b1\u90b5\u90e2\u90e4\u6248\u90db\u9102\u9112\u9119\u9132\u9130\u914a\u9156\u9158\u9163\u9165\u9169\u9173\u9172\u918b\u9189\u9182\u91a2\u91ab\u91af\u91aa\u91b5\u91b4\u91ba\u91c0\u91c1\u91c9\u91cb\u91d0\u91d6\u91df\u91e1\u91db\u91fc\u91f5\u91f6\u921e\u91ff\u9214\u922c\u9215\u9211\u925e\u9257\u9245\u9249\u9264\u9248\u9295\u923f\u924b\u9250\u929c\u9296\u9293\u929b\u925a\u92cf\u92b9\u92b7\u92e9\u930f\u92fa\u9344\u932e"],["efa1","\u9319\u9322\u931a\u9323\u933a\u9335\u933b\u935c\u9360\u937c\u936e\u9356\u93b0\u93ac\u93ad\u9394\u93b9\u93d6\u93d7\u93e8\u93e5\u93d8\u93c3\u93dd\u93d0\u93c8\u93e4\u941a\u9414\u9413\u9403\u9407\u9410\u9436\u942b\u9435\u9421\u943a\u9441\u9452\u9444\u945b\u9460\u9462\u945e\u946a\u9229\u9470\u9475\u9477\u947d\u945a\u947c\u947e\u9481\u947f\u9582\u9587\u958a\u9594\u9596\u9598\u9599\u95a0\u95a8\u95a7\u95ad\u95bc\u95bb\u95b9\u95be\u95ca\u6ff6\u95c3\u95cd\u95cc\u95d5\u95d4\u95d6\u95dc\u95e1\u95e5\u95e2\u9621\u9628\u962e\u962f\u9642\u964c\u964f\u964b\u9677\u965c\u965e"],["f0a1","\u965d\u965f\u9666\u9672\u966c\u968d\u9698\u9695\u9697\u96aa\u96a7\u96b1\u96b2\u96b0\u96b4\u96b6\u96b8\u96b9\u96ce\u96cb\u96c9\u96cd\u894d\u96dc\u970d\u96d5\u96f9\u9704\u9706\u9708\u9713\u970e\u9711\u970f\u9716\u9719\u9724\u972a\u9730\u9739\u973d\u973e\u9744\u9746\u9748\u9742\u9749\u975c\u9760\u9764\u9766\u9768\u52d2\u976b\u9771\u9779\u9785\u977c\u9781\u977a\u9786\u978b\u978f\u9790\u979c\u97a8\u97a6\u97a3\u97b3\u97b4\u97c3\u97c6\u97c8\u97cb\u97dc\u97ed\u9f4f\u97f2\u7adf\u97f6\u97f5\u980f\u980c\u9838\u9824\u9821\u9837\u983d\u9846\u984f\u984b\u986b\u986f\u9870"],["f1a1","\u9871\u9874\u9873\u98aa\u98af\u98b1\u98b6\u98c4\u98c3\u98c6\u98e9\u98eb\u9903\u9909\u9912\u9914\u9918\u9921\u991d\u991e\u9924\u9920\u992c\u992e\u993d\u993e\u9942\u9949\u9945\u9950\u994b\u9951\u9952\u994c\u9955\u9997\u9998\u99a5\u99ad\u99ae\u99bc\u99df\u99db\u99dd\u99d8\u99d1\u99ed\u99ee\u99f1\u99f2\u99fb\u99f8\u9a01\u9a0f\u9a05\u99e2\u9a19\u9a2b\u9a37\u9a45\u9a42\u9a40\u9a43\u9a3e\u9a55\u9a4d\u9a5b\u9a57\u9a5f\u9a62\u9a65\u9a64\u9a69\u9a6b\u9a6a\u9aad\u9ab0\u9abc\u9ac0\u9acf\u9ad1\u9ad3\u9ad4\u9ade\u9adf\u9ae2\u9ae3\u9ae6\u9aef\u9aeb\u9aee\u9af4\u9af1\u9af7"],["f2a1","\u9afb\u9b06\u9b18\u9b1a\u9b1f\u9b22\u9b23\u9b25\u9b27\u9b28\u9b29\u9b2a\u9b2e\u9b2f\u9b32\u9b44\u9b43\u9b4f\u9b4d\u9b4e\u9b51\u9b58\u9b74\u9b93\u9b83\u9b91\u9b96\u9b97\u9b9f\u9ba0\u9ba8\u9bb4\u9bc0\u9bca\u9bb9\u9bc6\u9bcf\u9bd1\u9bd2\u9be3\u9be2\u9be4\u9bd4\u9be1\u9c3a\u9bf2\u9bf1\u9bf0\u9c15\u9c14\u9c09\u9c13\u9c0c\u9c06\u9c08\u9c12\u9c0a\u9c04\u9c2e\u9c1b\u9c25\u9c24\u9c21\u9c30\u9c47\u9c32\u9c46\u9c3e\u9c5a\u9c60\u9c67\u9c76\u9c78\u9ce7\u9cec\u9cf0\u9d09\u9d08\u9ceb\u9d03\u9d06\u9d2a\u9d26\u9daf\u9d23\u9d1f\u9d44\u9d15\u9d12\u9d41\u9d3f\u9d3e\u9d46\u9d48"],["f3a1","\u9d5d\u9d5e\u9d64\u9d51\u9d50\u9d59\u9d72\u9d89\u9d87\u9dab\u9d6f\u9d7a\u9d9a\u9da4\u9da9\u9db2\u9dc4\u9dc1\u9dbb\u9db8\u9dba\u9dc6\u9dcf\u9dc2\u9dd9\u9dd3\u9df8\u9de6\u9ded\u9def\u9dfd\u9e1a\u9e1b\u9e1e\u9e75\u9e79\u9e7d\u9e81\u9e88\u9e8b\u9e8c\u9e92\u9e95\u9e91\u9e9d\u9ea5\u9ea9\u9eb8\u9eaa\u9ead\u9761\u9ecc\u9ece\u9ecf\u9ed0\u9ed4\u9edc\u9ede\u9edd\u9ee0\u9ee5\u9ee8\u9eef\u9ef4\u9ef6\u9ef7\u9ef9\u9efb\u9efc\u9efd\u9f07\u9f08\u76b7\u9f15\u9f21\u9f2c\u9f3e\u9f4a\u9f52\u9f54\u9f63\u9f5f\u9f60\u9f61\u9f66\u9f67\u9f6c\u9f6a\u9f77\u9f72\u9f76\u9f95\u9f9c\u9fa0"],["f4a1","\u582f\u69c7\u9059\u7464\u51dc\u7199"],["f9a1","\u7e8a\u891c\u9348\u9288\u84dc\u4fc9\u70bb\u6631\u68c8\u92f9\u66fb\u5f45\u4e28\u4ee1\u4efc\u4f00\u4f03\u4f39\u4f56\u4f92\u4f8a\u4f9a\u4f94\u4fcd\u5040\u5022\u4fff\u501e\u5046\u5070\u5042\u5094\u50f4\u50d8\u514a\u5164\u519d\u51be\u51ec\u5215\u529c\u52a6\u52c0\u52db\u5300\u5307\u5324\u5372\u5393\u53b2\u53dd\ufa0e\u549c\u548a\u54a9\u54ff\u5586\u5759\u5765\u57ac\u57c8\u57c7\ufa0f\ufa10\u589e\u58b2\u590b\u5953\u595b\u595d\u5963\u59a4\u59ba\u5b56\u5bc0\u752f\u5bd8\u5bec\u5c1e\u5ca6\u5cba\u5cf5\u5d27\u5d53\ufa11\u5d42\u5d6d\u5db8\u5db9\u5dd0\u5f21\u5f34\u5f67\u5fb7"],["faa1","\u5fde\u605d\u6085\u608a\u60de\u60d5\u6120\u60f2\u6111\u6137\u6130\u6198\u6213\u62a6\u63f5\u6460\u649d\u64ce\u654e\u6600\u6615\u663b\u6609\u662e\u661e\u6624\u6665\u6657\u6659\ufa12\u6673\u6699\u66a0\u66b2\u66bf\u66fa\u670e\uf929\u6766\u67bb\u6852\u67c0\u6801\u6844\u68cf\ufa13\u6968\ufa14\u6998\u69e2\u6a30\u6a6b\u6a46\u6a73\u6a7e\u6ae2\u6ae4\u6bd6\u6c3f\u6c5c\u6c86\u6c6f\u6cda\u6d04\u6d87\u6d6f\u6d96\u6dac\u6dcf\u6df8\u6df2\u6dfc\u6e39\u6e5c\u6e27\u6e3c\u6ebf\u6f88\u6fb5\u6ff5\u7005\u7007\u7028\u7085\u70ab\u710f\u7104\u715c\u7146\u7147\ufa15\u71c1\u71fe\u72b1"],["fba1","\u72be\u7324\ufa16\u7377\u73bd\u73c9\u73d6\u73e3\u73d2\u7407\u73f5\u7426\u742a\u7429\u742e\u7462\u7489\u749f\u7501\u756f\u7682\u769c\u769e\u769b\u76a6\ufa17\u7746\u52af\u7821\u784e\u7864\u787a\u7930\ufa18\ufa19\ufa1a\u7994\ufa1b\u799b\u7ad1\u7ae7\ufa1c\u7aeb\u7b9e\ufa1d\u7d48\u7d5c\u7db7\u7da0\u7dd6\u7e52\u7f47\u7fa1\ufa1e\u8301\u8362\u837f\u83c7\u83f6\u8448\u84b4\u8553\u8559\u856b\ufa1f\u85b0\ufa20\ufa21\u8807\u88f5\u8a12\u8a37\u8a79\u8aa7\u8abe\u8adf\ufa22\u8af6\u8b53\u8b7f\u8cf0\u8cf4\u8d12\u8d76\ufa23\u8ecf\ufa24\ufa25\u9067\u90de\ufa26\u9115\u9127\u91da"],["fca1","\u91d7\u91de\u91ed\u91ee\u91e4\u91e5\u9206\u9210\u920a\u923a\u9240\u923c\u924e\u9259\u9251\u9239\u9267\u92a7\u9277\u9278\u92e7\u92d7\u92d9\u92d0\ufa27\u92d5\u92e0\u92d3\u9325\u9321\u92fb\ufa28\u931e\u92ff\u931d\u9302\u9370\u9357\u93a4\u93c6\u93de\u93f8\u9431\u9445\u9448\u9592\uf9dc\ufa29\u969d\u96af\u9733\u973b\u9743\u974d\u974f\u9751\u9755\u9857\u9865\ufa2a\ufa2b\u9927\ufa2c\u999e\u9a4e\u9ad9\u9adc\u9b75\u9b72\u9b8f\u9bb1\u9bbb\u9c00\u9d70\u9d6b\ufa2d\u9e19\u9ed1"],["fcf1","\u2170",9,"\uffe2\uffe4\uff07\uff02"],["8fa2af","\u02d8\u02c7\u00b8\u02d9\u02dd\u00af\u02db\u02da\uff5e\u0384\u0385"],["8fa2c2","\u00a1\u00a6\u00bf"],["8fa2eb","\u00ba\u00aa\u00a9\u00ae\u2122\u00a4\u2116"],["8fa6e1","\u0386\u0388\u0389\u038a\u03aa"],["8fa6e7","\u038c"],["8fa6e9","\u038e\u03ab"],["8fa6ec","\u038f"],["8fa6f1","\u03ac\u03ad\u03ae\u03af\u03ca\u0390\u03cc\u03c2\u03cd\u03cb\u03b0\u03ce"],["8fa7c2","\u0402",10,"\u040e\u040f"],["8fa7f2","\u0452",10,"\u045e\u045f"],["8fa9a1","\u00c6\u0110"],["8fa9a4","\u0126"],["8fa9a6","\u0132"],["8fa9a8","\u0141\u013f"],["8fa9ab","\u014a\u00d8\u0152"],["8fa9af","\u0166\u00de"],["8fa9c1","\u00e6\u0111\u00f0\u0127\u0131\u0133\u0138\u0142\u0140\u0149\u014b\u00f8\u0153\u00df\u0167\u00fe"],["8faaa1","\u00c1\u00c0\u00c4\u00c2\u0102\u01cd\u0100\u0104\u00c5\u00c3\u0106\u0108\u010c\u00c7\u010a\u010e\u00c9\u00c8\u00cb\u00ca\u011a\u0116\u0112\u0118"],["8faaba","\u011c\u011e\u0122\u0120\u0124\u00cd\u00cc\u00cf\u00ce\u01cf\u0130\u012a\u012e\u0128\u0134\u0136\u0139\u013d\u013b\u0143\u0147\u0145\u00d1\u00d3\u00d2\u00d6\u00d4\u01d1\u0150\u014c\u00d5\u0154\u0158\u0156\u015a\u015c\u0160\u015e\u0164\u0162\u00da\u00d9\u00dc\u00db\u016c\u01d3\u0170\u016a\u0172\u016e\u0168\u01d7\u01db\u01d9\u01d5\u0174\u00dd\u0178\u0176\u0179\u017d\u017b"],["8faba1","\u00e1\u00e0\u00e4\u00e2\u0103\u01ce\u0101\u0105\u00e5\u00e3\u0107\u0109\u010d\u00e7\u010b\u010f\u00e9\u00e8\u00eb\u00ea\u011b\u0117\u0113\u0119\u01f5\u011d\u011f"],["8fabbd","\u0121\u0125\u00ed\u00ec\u00ef\u00ee\u01d0"],["8fabc5","\u012b\u012f\u0129\u0135\u0137\u013a\u013e\u013c\u0144\u0148\u0146\u00f1\u00f3\u00f2\u00f6\u00f4\u01d2\u0151\u014d\u00f5\u0155\u0159\u0157\u015b\u015d\u0161\u015f\u0165\u0163\u00fa\u00f9\u00fc\u00fb\u016d\u01d4\u0171\u016b\u0173\u016f\u0169\u01d8\u01dc\u01da\u01d6\u0175\u00fd\u00ff\u0177\u017a\u017e\u017c"],["8fb0a1","\u4e02\u4e04\u4e05\u4e0c\u4e12\u4e1f\u4e23\u4e24\u4e28\u4e2b\u4e2e\u4e2f\u4e30\u4e35\u4e40\u4e41\u4e44\u4e47\u4e51\u4e5a\u4e5c\u4e63\u4e68\u4e69\u4e74\u4e75\u4e79\u4e7f\u4e8d\u4e96\u4e97\u4e9d\u4eaf\u4eb9\u4ec3\u4ed0\u4eda\u4edb\u4ee0\u4ee1\u4ee2\u4ee8\u4eef\u4ef1\u4ef3\u4ef5\u4efd\u4efe\u4eff\u4f00\u4f02\u4f03\u4f08\u4f0b\u4f0c\u4f12\u4f15\u4f16\u4f17\u4f19\u4f2e\u4f31\u4f60\u4f33\u4f35\u4f37\u4f39\u4f3b\u4f3e\u4f40\u4f42\u4f48\u4f49\u4f4b\u4f4c\u4f52\u4f54\u4f56\u4f58\u4f5f\u4f63\u4f6a\u4f6c\u4f6e\u4f71\u4f77\u4f78\u4f79\u4f7a\u4f7d\u4f7e\u4f81\u4f82\u4f84"],["8fb1a1","\u4f85\u4f89\u4f8a\u4f8c\u4f8e\u4f90\u4f92\u4f93\u4f94\u4f97\u4f99\u4f9a\u4f9e\u4f9f\u4fb2\u4fb7\u4fb9\u4fbb\u4fbc\u4fbd\u4fbe\u4fc0\u4fc1\u4fc5\u4fc6\u4fc8\u4fc9\u4fcb\u4fcc\u4fcd\u4fcf\u4fd2\u4fdc\u4fe0\u4fe2\u4ff0\u4ff2\u4ffc\u4ffd\u4fff\u5000\u5001\u5004\u5007\u500a\u500c\u500e\u5010\u5013\u5017\u5018\u501b\u501c\u501d\u501e\u5022\u5027\u502e\u5030\u5032\u5033\u5035\u5040\u5041\u5042\u5045\u5046\u504a\u504c\u504e\u5051\u5052\u5053\u5057\u5059\u505f\u5060\u5062\u5063\u5066\u5067\u506a\u506d\u5070\u5071\u503b\u5081\u5083\u5084\u5086\u508a\u508e\u508f\u5090"],["8fb2a1","\u5092\u5093\u5094\u5096\u509b\u509c\u509e",4,"\u50aa\u50af\u50b0\u50b9\u50ba\u50bd\u50c0\u50c3\u50c4\u50c7\u50cc\u50ce\u50d0\u50d3\u50d4\u50d8\u50dc\u50dd\u50df\u50e2\u50e4\u50e6\u50e8\u50e9\u50ef\u50f1\u50f6\u50fa\u50fe\u5103\u5106\u5107\u5108\u510b\u510c\u510d\u510e\u50f2\u5110\u5117\u5119\u511b\u511c\u511d\u511e\u5123\u5127\u5128\u512c\u512d\u512f\u5131\u5133\u5134\u5135\u5138\u5139\u5142\u514a\u514f\u5153\u5155\u5157\u5158\u515f\u5164\u5166\u517e\u5183\u5184\u518b\u518e\u5198\u519d\u51a1\u51a3\u51ad\u51b8\u51ba\u51bc\u51be\u51bf\u51c2"],["8fb3a1","\u51c8\u51cf\u51d1\u51d2\u51d3\u51d5\u51d8\u51de\u51e2\u51e5\u51ee\u51f2\u51f3\u51f4\u51f7\u5201\u5202\u5205\u5212\u5213\u5215\u5216\u5218\u5222\u5228\u5231\u5232\u5235\u523c\u5245\u5249\u5255\u5257\u5258\u525a\u525c\u525f\u5260\u5261\u5266\u526e\u5277\u5278\u5279\u5280\u5282\u5285\u528a\u528c\u5293\u5295\u5296\u5297\u5298\u529a\u529c\u52a4\u52a5\u52a6\u52a7\u52af\u52b0\u52b6\u52b7\u52b8\u52ba\u52bb\u52bd\u52c0\u52c4\u52c6\u52c8\u52cc\u52cf\u52d1\u52d4\u52d6\u52db\u52dc\u52e1\u52e5\u52e8\u52e9\u52ea\u52ec\u52f0\u52f1\u52f4\u52f6\u52f7\u5300\u5303\u530a\u530b"],["8fb4a1","\u530c\u5311\u5313\u5318\u531b\u531c\u531e\u531f\u5325\u5327\u5328\u5329\u532b\u532c\u532d\u5330\u5332\u5335\u533c\u533d\u533e\u5342\u534c\u534b\u5359\u535b\u5361\u5363\u5365\u536c\u536d\u5372\u5379\u537e\u5383\u5387\u5388\u538e\u5393\u5394\u5399\u539d\u53a1\u53a4\u53aa\u53ab\u53af\u53b2\u53b4\u53b5\u53b7\u53b8\u53ba\u53bd\u53c0\u53c5\u53cf\u53d2\u53d3\u53d5\u53da\u53dd\u53de\u53e0\u53e6\u53e7\u53f5\u5402\u5413\u541a\u5421\u5427\u5428\u542a\u542f\u5431\u5434\u5435\u5443\u5444\u5447\u544d\u544f\u545e\u5462\u5464\u5466\u5467\u5469\u546b\u546d\u546e\u5474\u547f"],["8fb5a1","\u5481\u5483\u5485\u5488\u5489\u548d\u5491\u5495\u5496\u549c\u549f\u54a1\u54a6\u54a7\u54a9\u54aa\u54ad\u54ae\u54b1\u54b7\u54b9\u54ba\u54bb\u54bf\u54c6\u54ca\u54cd\u54ce\u54e0\u54ea\u54ec\u54ef\u54f6\u54fc\u54fe\u54ff\u5500\u5501\u5505\u5508\u5509\u550c\u550d\u550e\u5515\u552a\u552b\u5532\u5535\u5536\u553b\u553c\u553d\u5541\u5547\u5549\u554a\u554d\u5550\u5551\u5558\u555a\u555b\u555e\u5560\u5561\u5564\u5566\u557f\u5581\u5582\u5586\u5588\u558e\u558f\u5591\u5592\u5593\u5594\u5597\u55a3\u55a4\u55ad\u55b2\u55bf\u55c1\u55c3\u55c6\u55c9\u55cb\u55cc\u55ce\u55d1\u55d2"],["8fb6a1","\u55d3\u55d7\u55d8\u55db\u55de\u55e2\u55e9\u55f6\u55ff\u5605\u5608\u560a\u560d",5,"\u5619\u562c\u5630\u5633\u5635\u5637\u5639\u563b\u563c\u563d\u563f\u5640\u5641\u5643\u5644\u5646\u5649\u564b\u564d\u564f\u5654\u565e\u5660\u5661\u5662\u5663\u5666\u5669\u566d\u566f\u5671\u5672\u5675\u5684\u5685\u5688\u568b\u568c\u5695\u5699\u569a\u569d\u569e\u569f\u56a6\u56a7\u56a8\u56a9\u56ab\u56ac\u56ad\u56b1\u56b3\u56b7\u56be\u56c5\u56c9\u56ca\u56cb\u56cf\u56d0\u56cc\u56cd\u56d9\u56dc\u56dd\u56df\u56e1\u56e4",4,"\u56f1\u56eb\u56ed"],["8fb7a1","\u56f6\u56f7\u5701\u5702\u5707\u570a\u570c\u5711\u5715\u571a\u571b\u571d\u5720\u5722\u5723\u5724\u5725\u5729\u572a\u572c\u572e\u572f\u5733\u5734\u573d\u573e\u573f\u5745\u5746\u574c\u574d\u5752\u5762\u5765\u5767\u5768\u576b\u576d",4,"\u5773\u5774\u5775\u5777\u5779\u577a\u577b\u577c\u577e\u5781\u5783\u578c\u5794\u5797\u5799\u579a\u579c\u579d\u579e\u579f\u57a1\u5795\u57a7\u57a8\u57a9\u57ac\u57b8\u57bd\u57c7\u57c8\u57cc\u57cf\u57d5\u57dd\u57de\u57e4\u57e6\u57e7\u57e9\u57ed\u57f0\u57f5\u57f6\u57f8\u57fd\u57fe\u57ff\u5803\u5804\u5808\u5809\u57e1"],["8fb8a1","\u580c\u580d\u581b\u581e\u581f\u5820\u5826\u5827\u582d\u5832\u5839\u583f\u5849\u584c\u584d\u584f\u5850\u5855\u585f\u5861\u5864\u5867\u5868\u5878\u587c\u587f\u5880\u5881\u5887\u5888\u5889\u588a\u588c\u588d\u588f\u5890\u5894\u5896\u589d\u58a0\u58a1\u58a2\u58a6\u58a9\u58b1\u58b2\u58c4\u58bc\u58c2\u58c8\u58cd\u58ce\u58d0\u58d2\u58d4\u58d6\u58da\u58dd\u58e1\u58e2\u58e9\u58f3\u5905\u5906\u590b\u590c\u5912\u5913\u5914\u8641\u591d\u5921\u5923\u5924\u5928\u592f\u5930\u5933\u5935\u5936\u593f\u5943\u5946\u5952\u5953\u5959\u595b\u595d\u595e\u595f\u5961\u5963\u596b\u596d"],["8fb9a1","\u596f\u5972\u5975\u5976\u5979\u597b\u597c\u598b\u598c\u598e\u5992\u5995\u5997\u599f\u59a4\u59a7\u59ad\u59ae\u59af\u59b0\u59b3\u59b7\u59ba\u59bc\u59c1\u59c3\u59c4\u59c8\u59ca\u59cd\u59d2\u59dd\u59de\u59df\u59e3\u59e4\u59e7\u59ee\u59ef\u59f1\u59f2\u59f4\u59f7\u5a00\u5a04\u5a0c\u5a0d\u5a0e\u5a12\u5a13\u5a1e\u5a23\u5a24\u5a27\u5a28\u5a2a\u5a2d\u5a30\u5a44\u5a45\u5a47\u5a48\u5a4c\u5a50\u5a55\u5a5e\u5a63\u5a65\u5a67\u5a6d\u5a77\u5a7a\u5a7b\u5a7e\u5a8b\u5a90\u5a93\u5a96\u5a99\u5a9c\u5a9e\u5a9f\u5aa0\u5aa2\u5aa7\u5aac\u5ab1\u5ab2\u5ab3\u5ab5\u5ab8\u5aba\u5abb\u5abf"],["8fbaa1","\u5ac4\u5ac6\u5ac8\u5acf\u5ada\u5adc\u5ae0\u5ae5\u5aea\u5aee\u5af5\u5af6\u5afd\u5b00\u5b01\u5b08\u5b17\u5b34\u5b19\u5b1b\u5b1d\u5b21\u5b25\u5b2d\u5b38\u5b41\u5b4b\u5b4c\u5b52\u5b56\u5b5e\u5b68\u5b6e\u5b6f\u5b7c\u5b7d\u5b7e\u5b7f\u5b81\u5b84\u5b86\u5b8a\u5b8e\u5b90\u5b91\u5b93\u5b94\u5b96\u5ba8\u5ba9\u5bac\u5bad\u5baf\u5bb1\u5bb2\u5bb7\u5bba\u5bbc\u5bc0\u5bc1\u5bcd\u5bcf\u5bd6",4,"\u5be0\u5bef\u5bf1\u5bf4\u5bfd\u5c0c\u5c17\u5c1e\u5c1f\u5c23\u5c26\u5c29\u5c2b\u5c2c\u5c2e\u5c30\u5c32\u5c35\u5c36\u5c59\u5c5a\u5c5c\u5c62\u5c63\u5c67\u5c68\u5c69"],["8fbba1","\u5c6d\u5c70\u5c74\u5c75\u5c7a\u5c7b\u5c7c\u5c7d\u5c87\u5c88\u5c8a\u5c8f\u5c92\u5c9d\u5c9f\u5ca0\u5ca2\u5ca3\u5ca6\u5caa\u5cb2\u5cb4\u5cb5\u5cba\u5cc9\u5ccb\u5cd2\u5cdd\u5cd7\u5cee\u5cf1\u5cf2\u5cf4\u5d01\u5d06\u5d0d\u5d12\u5d2b\u5d23\u5d24\u5d26\u5d27\u5d31\u5d34\u5d39\u5d3d\u5d3f\u5d42\u5d43\u5d46\u5d48\u5d55\u5d51\u5d59\u5d4a\u5d5f\u5d60\u5d61\u5d62\u5d64\u5d6a\u5d6d\u5d70\u5d79\u5d7a\u5d7e\u5d7f\u5d81\u5d83\u5d88\u5d8a\u5d92\u5d93\u5d94\u5d95\u5d99\u5d9b\u5d9f\u5da0\u5da7\u5dab\u5db0\u5db4\u5db8\u5db9\u5dc3\u5dc7\u5dcb\u5dd0\u5dce\u5dd8\u5dd9\u5de0\u5de4"],["8fbca1","\u5de9\u5df8\u5df9\u5e00\u5e07\u5e0d\u5e12\u5e14\u5e15\u5e18\u5e1f\u5e20\u5e2e\u5e28\u5e32\u5e35\u5e3e\u5e4b\u5e50\u5e49\u5e51\u5e56\u5e58\u5e5b\u5e5c\u5e5e\u5e68\u5e6a",4,"\u5e70\u5e80\u5e8b\u5e8e\u5ea2\u5ea4\u5ea5\u5ea8\u5eaa\u5eac\u5eb1\u5eb3\u5ebd\u5ebe\u5ebf\u5ec6\u5ecc\u5ecb\u5ece\u5ed1\u5ed2\u5ed4\u5ed5\u5edc\u5ede\u5ee5\u5eeb\u5f02\u5f06\u5f07\u5f08\u5f0e\u5f19\u5f1c\u5f1d\u5f21\u5f22\u5f23\u5f24\u5f28\u5f2b\u5f2c\u5f2e\u5f30\u5f34\u5f36\u5f3b\u5f3d\u5f3f\u5f40\u5f44\u5f45\u5f47\u5f4d\u5f50\u5f54\u5f58\u5f5b\u5f60\u5f63\u5f64\u5f67"],["8fbda1","\u5f6f\u5f72\u5f74\u5f75\u5f78\u5f7a\u5f7d\u5f7e\u5f89\u5f8d\u5f8f\u5f96\u5f9c\u5f9d\u5fa2\u5fa7\u5fab\u5fa4\u5fac\u5faf\u5fb0\u5fb1\u5fb8\u5fc4\u5fc7\u5fc8\u5fc9\u5fcb\u5fd0",4,"\u5fde\u5fe1\u5fe2\u5fe8\u5fe9\u5fea\u5fec\u5fed\u5fee\u5fef\u5ff2\u5ff3\u5ff6\u5ffa\u5ffc\u6007\u600a\u600d\u6013\u6014\u6017\u6018\u601a\u601f\u6024\u602d\u6033\u6035\u6040\u6047\u6048\u6049\u604c\u6051\u6054\u6056\u6057\u605d\u6061\u6067\u6071\u607e\u607f\u6082\u6086\u6088\u608a\u608e\u6091\u6093\u6095\u6098\u609d\u609e\u60a2\u60a4\u60a5\u60a8\u60b0\u60b1\u60b7"],["8fbea1","\u60bb\u60be\u60c2\u60c4\u60c8\u60c9\u60ca\u60cb\u60ce\u60cf\u60d4\u60d5\u60d9\u60db\u60dd\u60de\u60e2\u60e5\u60f2\u60f5\u60f8\u60fc\u60fd\u6102\u6107\u610a\u610c\u6110",4,"\u6116\u6117\u6119\u611c\u611e\u6122\u612a\u612b\u6130\u6131\u6135\u6136\u6137\u6139\u6141\u6145\u6146\u6149\u615e\u6160\u616c\u6172\u6178\u617b\u617c\u617f\u6180\u6181\u6183\u6184\u618b\u618d\u6192\u6193\u6197\u6198\u619c\u619d\u619f\u61a0\u61a5\u61a8\u61aa\u61ad\u61b8\u61b9\u61bc\u61c0\u61c1\u61c2\u61ce\u61cf\u61d5\u61dc\u61dd\u61de\u61df\u61e1\u61e2\u61e7\u61e9\u61e5"],["8fbfa1","\u61ec\u61ed\u61ef\u6201\u6203\u6204\u6207\u6213\u6215\u621c\u6220\u6222\u6223\u6227\u6229\u622b\u6239\u623d\u6242\u6243\u6244\u6246\u624c\u6250\u6251\u6252\u6254\u6256\u625a\u625c\u6264\u626d\u626f\u6273\u627a\u627d\u628d\u628e\u628f\u6290\u62a6\u62a8\u62b3\u62b6\u62b7\u62ba\u62be\u62bf\u62c4\u62ce\u62d5\u62d6\u62da\u62ea\u62f2\u62f4\u62fc\u62fd\u6303\u6304\u630a\u630b\u630d\u6310\u6313\u6316\u6318\u6329\u632a\u632d\u6335\u6336\u6339\u633c\u6341\u6342\u6343\u6344\u6346\u634a\u634b\u634e\u6352\u6353\u6354\u6358\u635b\u6365\u6366\u636c\u636d\u6371\u6374\u6375"],["8fc0a1","\u6378\u637c\u637d\u637f\u6382\u6384\u6387\u638a\u6390\u6394\u6395\u6399\u639a\u639e\u63a4\u63a6\u63ad\u63ae\u63af\u63bd\u63c1\u63c5\u63c8\u63ce\u63d1\u63d3\u63d4\u63d5\u63dc\u63e0\u63e5\u63ea\u63ec\u63f2\u63f3\u63f5\u63f8\u63f9\u6409\u640a\u6410\u6412\u6414\u6418\u641e\u6420\u6422\u6424\u6425\u6429\u642a\u642f\u6430\u6435\u643d\u643f\u644b\u644f\u6451\u6452\u6453\u6454\u645a\u645b\u645c\u645d\u645f\u6460\u6461\u6463\u646d\u6473\u6474\u647b\u647d\u6485\u6487\u648f\u6490\u6491\u6498\u6499\u649b\u649d\u649f\u64a1\u64a3\u64a6\u64a8\u64ac\u64b3\u64bd\u64be\u64bf"],["8fc1a1","\u64c4\u64c9\u64ca\u64cb\u64cc\u64ce\u64d0\u64d1\u64d5\u64d7\u64e4\u64e5\u64e9\u64ea\u64ed\u64f0\u64f5\u64f7\u64fb\u64ff\u6501\u6504\u6508\u6509\u650a\u650f\u6513\u6514\u6516\u6519\u651b\u651e\u651f\u6522\u6526\u6529\u652e\u6531\u653a\u653c\u653d\u6543\u6547\u6549\u6550\u6552\u6554\u655f\u6560\u6567\u656b\u657a\u657d\u6581\u6585\u658a\u6592\u6595\u6598\u659d\u65a0\u65a3\u65a6\u65ae\u65b2\u65b3\u65b4\u65bf\u65c2\u65c8\u65c9\u65ce\u65d0\u65d4\u65d6\u65d8\u65df\u65f0\u65f2\u65f4\u65f5\u65f9\u65fe\u65ff\u6600\u6604\u6608\u6609\u660d\u6611\u6612\u6615\u6616\u661d"],["8fc2a1","\u661e\u6621\u6622\u6623\u6624\u6626\u6629\u662a\u662b\u662c\u662e\u6630\u6631\u6633\u6639\u6637\u6640\u6645\u6646\u664a\u664c\u6651\u664e\u6657\u6658\u6659\u665b\u665c\u6660\u6661\u66fb\u666a\u666b\u666c\u667e\u6673\u6675\u667f\u6677\u6678\u6679\u667b\u6680\u667c\u668b\u668c\u668d\u6690\u6692\u6699\u669a\u669b\u669c\u669f\u66a0\u66a4\u66ad\u66b1\u66b2\u66b5\u66bb\u66bf\u66c0\u66c2\u66c3\u66c8\u66cc\u66ce\u66cf\u66d4\u66db\u66df\u66e8\u66eb\u66ec\u66ee\u66fa\u6705\u6707\u670e\u6713\u6719\u671c\u6720\u6722\u6733\u673e\u6745\u6747\u6748\u674c\u6754\u6755\u675d"],["8fc3a1","\u6766\u676c\u676e\u6774\u6776\u677b\u6781\u6784\u678e\u678f\u6791\u6793\u6796\u6798\u6799\u679b\u67b0\u67b1\u67b2\u67b5\u67bb\u67bc\u67bd\u67f9\u67c0\u67c2\u67c3\u67c5\u67c8\u67c9\u67d2\u67d7\u67d9\u67dc\u67e1\u67e6\u67f0\u67f2\u67f6\u67f7\u6852\u6814\u6819\u681d\u681f\u6828\u6827\u682c\u682d\u682f\u6830\u6831\u6833\u683b\u683f\u6844\u6845\u684a\u684c\u6855\u6857\u6858\u685b\u686b\u686e",4,"\u6875\u6879\u687a\u687b\u687c\u6882\u6884\u6886\u6888\u6896\u6898\u689a\u689c\u68a1\u68a3\u68a5\u68a9\u68aa\u68ae\u68b2\u68bb\u68c5\u68c8\u68cc\u68cf"],["8fc4a1","\u68d0\u68d1\u68d3\u68d6\u68d9\u68dc\u68dd\u68e5\u68e8\u68ea\u68eb\u68ec\u68ed\u68f0\u68f1\u68f5\u68f6\u68fb\u68fc\u68fd\u6906\u6909\u690a\u6910\u6911\u6913\u6916\u6917\u6931\u6933\u6935\u6938\u693b\u6942\u6945\u6949\u694e\u6957\u695b\u6963\u6964\u6965\u6966\u6968\u6969\u696c\u6970\u6971\u6972\u697a\u697b\u697f\u6980\u698d\u6992\u6996\u6998\u69a1\u69a5\u69a6\u69a8\u69ab\u69ad\u69af\u69b7\u69b8\u69ba\u69bc\u69c5\u69c8\u69d1\u69d6\u69d7\u69e2\u69e5\u69ee\u69ef\u69f1\u69f3\u69f5\u69fe\u6a00\u6a01\u6a03\u6a0f\u6a11\u6a15\u6a1a\u6a1d\u6a20\u6a24\u6a28\u6a30\u6a32"],["8fc5a1","\u6a34\u6a37\u6a3b\u6a3e\u6a3f\u6a45\u6a46\u6a49\u6a4a\u6a4e\u6a50\u6a51\u6a52\u6a55\u6a56\u6a5b\u6a64\u6a67\u6a6a\u6a71\u6a73\u6a7e\u6a81\u6a83\u6a86\u6a87\u6a89\u6a8b\u6a91\u6a9b\u6a9d\u6a9e\u6a9f\u6aa5\u6aab\u6aaf\u6ab0\u6ab1\u6ab4\u6abd\u6abe\u6abf\u6ac6\u6ac9\u6ac8\u6acc\u6ad0\u6ad4\u6ad5\u6ad6\u6adc\u6add\u6ae4\u6ae7\u6aec\u6af0\u6af1\u6af2\u6afc\u6afd\u6b02\u6b03\u6b06\u6b07\u6b09\u6b0f\u6b10\u6b11\u6b17\u6b1b\u6b1e\u6b24\u6b28\u6b2b\u6b2c\u6b2f\u6b35\u6b36\u6b3b\u6b3f\u6b46\u6b4a\u6b4d\u6b52\u6b56\u6b58\u6b5d\u6b60\u6b67\u6b6b\u6b6e\u6b70\u6b75\u6b7d"],["8fc6a1","\u6b7e\u6b82\u6b85\u6b97\u6b9b\u6b9f\u6ba0\u6ba2\u6ba3\u6ba8\u6ba9\u6bac\u6bad\u6bae\u6bb0\u6bb8\u6bb9\u6bbd\u6bbe\u6bc3\u6bc4\u6bc9\u6bcc\u6bd6\u6bda\u6be1\u6be3\u6be6\u6be7\u6bee\u6bf1\u6bf7\u6bf9\u6bff\u6c02\u6c04\u6c05\u6c09\u6c0d\u6c0e\u6c10\u6c12\u6c19\u6c1f\u6c26\u6c27\u6c28\u6c2c\u6c2e\u6c33\u6c35\u6c36\u6c3a\u6c3b\u6c3f\u6c4a\u6c4b\u6c4d\u6c4f\u6c52\u6c54\u6c59\u6c5b\u6c5c\u6c6b\u6c6d\u6c6f\u6c74\u6c76\u6c78\u6c79\u6c7b\u6c85\u6c86\u6c87\u6c89\u6c94\u6c95\u6c97\u6c98\u6c9c\u6c9f\u6cb0\u6cb2\u6cb4\u6cc2\u6cc6\u6ccd\u6ccf\u6cd0\u6cd1\u6cd2\u6cd4\u6cd6"],["8fc7a1","\u6cda\u6cdc\u6ce0\u6ce7\u6ce9\u6ceb\u6cec\u6cee\u6cf2\u6cf4\u6d04\u6d07\u6d0a\u6d0e\u6d0f\u6d11\u6d13\u6d1a\u6d26\u6d27\u6d28\u6c67\u6d2e\u6d2f\u6d31\u6d39\u6d3c\u6d3f\u6d57\u6d5e\u6d5f\u6d61\u6d65\u6d67\u6d6f\u6d70\u6d7c\u6d82\u6d87\u6d91\u6d92\u6d94\u6d96\u6d97\u6d98\u6daa\u6dac\u6db4\u6db7\u6db9\u6dbd\u6dbf\u6dc4\u6dc8\u6dca\u6dce\u6dcf\u6dd6\u6ddb\u6ddd\u6ddf\u6de0\u6de2\u6de5\u6de9\u6def\u6df0\u6df4\u6df6\u6dfc\u6e00\u6e04\u6e1e\u6e22\u6e27\u6e32\u6e36\u6e39\u6e3b\u6e3c\u6e44\u6e45\u6e48\u6e49\u6e4b\u6e4f\u6e51\u6e52\u6e53\u6e54\u6e57\u6e5c\u6e5d\u6e5e"],["8fc8a1","\u6e62\u6e63\u6e68\u6e73\u6e7b\u6e7d\u6e8d\u6e93\u6e99\u6ea0\u6ea7\u6ead\u6eae\u6eb1\u6eb3\u6ebb\u6ebf\u6ec0\u6ec1\u6ec3\u6ec7\u6ec8\u6eca\u6ecd\u6ece\u6ecf\u6eeb\u6eed\u6eee\u6ef9\u6efb\u6efd\u6f04\u6f08\u6f0a\u6f0c\u6f0d\u6f16\u6f18\u6f1a\u6f1b\u6f26\u6f29\u6f2a\u6f2f\u6f30\u6f33\u6f36\u6f3b\u6f3c\u6f2d\u6f4f\u6f51\u6f52\u6f53\u6f57\u6f59\u6f5a\u6f5d\u6f5e\u6f61\u6f62\u6f68\u6f6c\u6f7d\u6f7e\u6f83\u6f87\u6f88\u6f8b\u6f8c\u6f8d\u6f90\u6f92\u6f93\u6f94\u6f96\u6f9a\u6f9f\u6fa0\u6fa5\u6fa6\u6fa7\u6fa8\u6fae\u6faf\u6fb0\u6fb5\u6fb6\u6fbc\u6fc5\u6fc7\u6fc8\u6fca"],["8fc9a1","\u6fda\u6fde\u6fe8\u6fe9\u6ff0\u6ff5\u6ff9\u6ffc\u6ffd\u7000\u7005\u7006\u7007\u700d\u7017\u7020\u7023\u702f\u7034\u7037\u7039\u703c\u7043\u7044\u7048\u7049\u704a\u704b\u7054\u7055\u705d\u705e\u704e\u7064\u7065\u706c\u706e\u7075\u7076\u707e\u7081\u7085\u7086\u7094",4,"\u709b\u70a4\u70ab\u70b0\u70b1\u70b4\u70b7\u70ca\u70d1\u70d3\u70d4\u70d5\u70d6\u70d8\u70dc\u70e4\u70fa\u7103",4,"\u710b\u710c\u710f\u711e\u7120\u712b\u712d\u712f\u7130\u7131\u7138\u7141\u7145\u7146\u7147\u714a\u714b\u7150\u7152\u7157\u715a\u715c\u715e\u7160"],["8fcaa1","\u7168\u7179\u7180\u7185\u7187\u718c\u7192\u719a\u719b\u71a0\u71a2\u71af\u71b0\u71b2\u71b3\u71ba\u71bf\u71c0\u71c1\u71c4\u71cb\u71cc\u71d3\u71d6\u71d9\u71da\u71dc\u71f8\u71fe\u7200\u7207\u7208\u7209\u7213\u7217\u721a\u721d\u721f\u7224\u722b\u722f\u7234\u7238\u7239\u7241\u7242\u7243\u7245\u724e\u724f\u7250\u7253\u7255\u7256\u725a\u725c\u725e\u7260\u7263\u7268\u726b\u726e\u726f\u7271\u7277\u7278\u727b\u727c\u727f\u7284\u7289\u728d\u728e\u7293\u729b\u72a8\u72ad\u72ae\u72b1\u72b4\u72be\u72c1\u72c7\u72c9\u72cc\u72d5\u72d6\u72d8\u72df\u72e5\u72f3\u72f4\u72fa\u72fb"],["8fcba1","\u72fe\u7302\u7304\u7305\u7307\u730b\u730d\u7312\u7313\u7318\u7319\u731e\u7322\u7324\u7327\u7328\u732c\u7331\u7332\u7335\u733a\u733b\u733d\u7343\u734d\u7350\u7352\u7356\u7358\u735d\u735e\u735f\u7360\u7366\u7367\u7369\u736b\u736c\u736e\u736f\u7371\u7377\u7379\u737c\u7380\u7381\u7383\u7385\u7386\u738e\u7390\u7393\u7395\u7397\u7398\u739c\u739e\u739f\u73a0\u73a2\u73a5\u73a6\u73aa\u73ab\u73ad\u73b5\u73b7\u73b9\u73bc\u73bd\u73bf\u73c5\u73c6\u73c9\u73cb\u73cc\u73cf\u73d2\u73d3\u73d6\u73d9\u73dd\u73e1\u73e3\u73e6\u73e7\u73e9\u73f4\u73f5\u73f7\u73f9\u73fa\u73fb\u73fd"],["8fcca1","\u73ff\u7400\u7401\u7404\u7407\u740a\u7411\u741a\u741b\u7424\u7426\u7428",9,"\u7439\u7440\u7443\u7444\u7446\u7447\u744b\u744d\u7451\u7452\u7457\u745d\u7462\u7466\u7467\u7468\u746b\u746d\u746e\u7471\u7472\u7480\u7481\u7485\u7486\u7487\u7489\u748f\u7490\u7491\u7492\u7498\u7499\u749a\u749c\u749f\u74a0\u74a1\u74a3\u74a6\u74a8\u74a9\u74aa\u74ab\u74ae\u74af\u74b1\u74b2\u74b5\u74b9\u74bb\u74bf\u74c8\u74c9\u74cc\u74d0\u74d3\u74d8\u74da\u74db\u74de\u74df\u74e4\u74e8\u74ea\u74eb\u74ef\u74f4\u74fa\u74fb\u74fc\u74ff\u7506"],["8fcda1","\u7512\u7516\u7517\u7520\u7521\u7524\u7527\u7529\u752a\u752f\u7536\u7539\u753d\u753e\u753f\u7540\u7543\u7547\u7548\u754e\u7550\u7552\u7557\u755e\u755f\u7561\u756f\u7571\u7579",5,"\u7581\u7585\u7590\u7592\u7593\u7595\u7599\u759c\u75a2\u75a4\u75b4\u75ba\u75bf\u75c0\u75c1\u75c4\u75c6\u75cc\u75ce\u75cf\u75d7\u75dc\u75df\u75e0\u75e1\u75e4\u75e7\u75ec\u75ee\u75ef\u75f1\u75f9\u7600\u7602\u7603\u7604\u7607\u7608\u760a\u760c\u760f\u7612\u7613\u7615\u7616\u7619\u761b\u761c\u761d\u761e\u7623\u7625\u7626\u7629\u762d\u7632\u7633\u7635\u7638\u7639"],["8fcea1","\u763a\u763c\u764a\u7640\u7641\u7643\u7644\u7645\u7649\u764b\u7655\u7659\u765f\u7664\u7665\u766d\u766e\u766f\u7671\u7674\u7681\u7685\u768c\u768d\u7695\u769b\u769c\u769d\u769f\u76a0\u76a2",6,"\u76aa\u76ad\u76bd\u76c1\u76c5\u76c9\u76cb\u76cc\u76ce\u76d4\u76d9\u76e0\u76e6\u76e8\u76ec\u76f0\u76f1\u76f6\u76f9\u76fc\u7700\u7706\u770a\u770e\u7712\u7714\u7715\u7717\u7719\u771a\u771c\u7722\u7728\u772d\u772e\u772f\u7734\u7735\u7736\u7739\u773d\u773e\u7742\u7745\u7746\u774a\u774d\u774e\u774f\u7752\u7756\u7757\u775c\u775e\u775f\u7760\u7762"],["8fcfa1","\u7764\u7767\u776a\u776c\u7770\u7772\u7773\u7774\u777a\u777d\u7780\u7784\u778c\u778d\u7794\u7795\u7796\u779a\u779f\u77a2\u77a7\u77aa\u77ae\u77af\u77b1\u77b5\u77be\u77c3\u77c9\u77d1\u77d2\u77d5\u77d9\u77de\u77df\u77e0\u77e4\u77e6\u77ea\u77ec\u77f0\u77f1\u77f4\u77f8\u77fb\u7805\u7806\u7809\u780d\u780e\u7811\u781d\u7821\u7822\u7823\u782d\u782e\u7830\u7835\u7837\u7843\u7844\u7847\u7848\u784c\u784e\u7852\u785c\u785e\u7860\u7861\u7863\u7864\u7868\u786a\u786e\u787a\u787e\u788a\u788f\u7894\u7898\u78a1\u789d\u789e\u789f\u78a4\u78a8\u78ac\u78ad\u78b0\u78b1\u78b2\u78b3"],["8fd0a1","\u78bb\u78bd\u78bf\u78c7\u78c8\u78c9\u78cc\u78ce\u78d2\u78d3\u78d5\u78d6\u78e4\u78db\u78df\u78e0\u78e1\u78e6\u78ea\u78f2\u78f3\u7900\u78f6\u78f7\u78fa\u78fb\u78ff\u7906\u790c\u7910\u791a\u791c\u791e\u791f\u7920\u7925\u7927\u7929\u792d\u7931\u7934\u7935\u793b\u793d\u793f\u7944\u7945\u7946\u794a\u794b\u794f\u7951\u7954\u7958\u795b\u795c\u7967\u7969\u796b\u7972\u7979\u797b\u797c\u797e\u798b\u798c\u7991\u7993\u7994\u7995\u7996\u7998\u799b\u799c\u79a1\u79a8\u79a9\u79ab\u79af\u79b1\u79b4\u79b8\u79bb\u79c2\u79c4\u79c7\u79c8\u79ca\u79cf\u79d4\u79d6\u79da\u79dd\u79de"],["8fd1a1","\u79e0\u79e2\u79e5\u79ea\u79eb\u79ed\u79f1\u79f8\u79fc\u7a02\u7a03\u7a07\u7a09\u7a0a\u7a0c\u7a11\u7a15\u7a1b\u7a1e\u7a21\u7a27\u7a2b\u7a2d\u7a2f\u7a30\u7a34\u7a35\u7a38\u7a39\u7a3a\u7a44\u7a45\u7a47\u7a48\u7a4c\u7a55\u7a56\u7a59\u7a5c\u7a5d\u7a5f\u7a60\u7a65\u7a67\u7a6a\u7a6d\u7a75\u7a78\u7a7e\u7a80\u7a82\u7a85\u7a86\u7a8a\u7a8b\u7a90\u7a91\u7a94\u7a9e\u7aa0\u7aa3\u7aac\u7ab3\u7ab5\u7ab9\u7abb\u7abc\u7ac6\u7ac9\u7acc\u7ace\u7ad1\u7adb\u7ae8\u7ae9\u7aeb\u7aec\u7af1\u7af4\u7afb\u7afd\u7afe\u7b07\u7b14\u7b1f\u7b23\u7b27\u7b29\u7b2a\u7b2b\u7b2d\u7b2e\u7b2f\u7b30"],["8fd2a1","\u7b31\u7b34\u7b3d\u7b3f\u7b40\u7b41\u7b47\u7b4e\u7b55\u7b60\u7b64\u7b66\u7b69\u7b6a\u7b6d\u7b6f\u7b72\u7b73\u7b77\u7b84\u7b89\u7b8e\u7b90\u7b91\u7b96\u7b9b\u7b9e\u7ba0\u7ba5\u7bac\u7baf\u7bb0\u7bb2\u7bb5\u7bb6\u7bba\u7bbb\u7bbc\u7bbd\u7bc2\u7bc5\u7bc8\u7bca\u7bd4\u7bd6\u7bd7\u7bd9\u7bda\u7bdb\u7be8\u7bea\u7bf2\u7bf4\u7bf5\u7bf8\u7bf9\u7bfa\u7bfc\u7bfe\u7c01\u7c02\u7c03\u7c04\u7c06\u7c09\u7c0b\u7c0c\u7c0e\u7c0f\u7c19\u7c1b\u7c20\u7c25\u7c26\u7c28\u7c2c\u7c31\u7c33\u7c34\u7c36\u7c39\u7c3a\u7c46\u7c4a\u7c55\u7c51\u7c52\u7c53\u7c59",5],["8fd3a1","\u7c61\u7c63\u7c67\u7c69\u7c6d\u7c6e\u7c70\u7c72\u7c79\u7c7c\u7c7d\u7c86\u7c87\u7c8f\u7c94\u7c9e\u7ca0\u7ca6\u7cb0\u7cb6\u7cb7\u7cba\u7cbb\u7cbc\u7cbf\u7cc4\u7cc7\u7cc8\u7cc9\u7ccd\u7ccf\u7cd3\u7cd4\u7cd5\u7cd7\u7cd9\u7cda\u7cdd\u7ce6\u7ce9\u7ceb\u7cf5\u7d03\u7d07\u7d08\u7d09\u7d0f\u7d11\u7d12\u7d13\u7d16\u7d1d\u7d1e\u7d23\u7d26\u7d2a\u7d2d\u7d31\u7d3c\u7d3d\u7d3e\u7d40\u7d41\u7d47\u7d48\u7d4d\u7d51\u7d53\u7d57\u7d59\u7d5a\u7d5c\u7d5d\u7d65\u7d67\u7d6a\u7d70\u7d78\u7d7a\u7d7b\u7d7f\u7d81\u7d82\u7d83\u7d85\u7d86\u7d88\u7d8b\u7d8c\u7d8d\u7d91\u7d96\u7d97\u7d9d"],["8fd4a1","\u7d9e\u7da6\u7da7\u7daa\u7db3\u7db6\u7db7\u7db9\u7dc2",4,"\u7dcc\u7dcd\u7dce\u7dd7\u7dd9\u7e00\u7de2\u7de5\u7de6\u7dea\u7deb\u7ded\u7df1\u7df5\u7df6\u7df9\u7dfa\u7e08\u7e10\u7e11\u7e15\u7e17\u7e1c\u7e1d\u7e20\u7e27\u7e28\u7e2c\u7e2d\u7e2f\u7e33\u7e36\u7e3f\u7e44\u7e45\u7e47\u7e4e\u7e50\u7e52\u7e58\u7e5f\u7e61\u7e62\u7e65\u7e6b\u7e6e\u7e6f\u7e73\u7e78\u7e7e\u7e81\u7e86\u7e87\u7e8a\u7e8d\u7e91\u7e95\u7e98\u7e9a\u7e9d\u7e9e\u7f3c\u7f3b\u7f3d\u7f3e\u7f3f\u7f43\u7f44\u7f47\u7f4f\u7f52\u7f53\u7f5b\u7f5c\u7f5d\u7f61\u7f63\u7f64\u7f65\u7f66\u7f6d"],["8fd5a1","\u7f71\u7f7d\u7f7e\u7f7f\u7f80\u7f8b\u7f8d\u7f8f\u7f90\u7f91\u7f96\u7f97\u7f9c\u7fa1\u7fa2\u7fa6\u7faa\u7fad\u7fb4\u7fbc\u7fbf\u7fc0\u7fc3\u7fc8\u7fce\u7fcf\u7fdb\u7fdf\u7fe3\u7fe5\u7fe8\u7fec\u7fee\u7fef\u7ff2\u7ffa\u7ffd\u7ffe\u7fff\u8007\u8008\u800a\u800d\u800e\u800f\u8011\u8013\u8014\u8016\u801d\u801e\u801f\u8020\u8024\u8026\u802c\u802e\u8030\u8034\u8035\u8037\u8039\u803a\u803c\u803e\u8040\u8044\u8060\u8064\u8066\u806d\u8071\u8075\u8081\u8088\u808e\u809c\u809e\u80a6\u80a7\u80ab\u80b8\u80b9\u80c8\u80cd\u80cf\u80d2\u80d4\u80d5\u80d7\u80d8\u80e0\u80ed\u80ee"],["8fd6a1","\u80f0\u80f2\u80f3\u80f6\u80f9\u80fa\u80fe\u8103\u810b\u8116\u8117\u8118\u811c\u811e\u8120\u8124\u8127\u812c\u8130\u8135\u813a\u813c\u8145\u8147\u814a\u814c\u8152\u8157\u8160\u8161\u8167\u8168\u8169\u816d\u816f\u8177\u8181\u8190\u8184\u8185\u8186\u818b\u818e\u8196\u8198\u819b\u819e\u81a2\u81ae\u81b2\u81b4\u81bb\u81cb\u81c3\u81c5\u81ca\u81ce\u81cf\u81d5\u81d7\u81db\u81dd\u81de\u81e1\u81e4\u81eb\u81ec\u81f0\u81f1\u81f2\u81f5\u81f6\u81f8\u81f9\u81fd\u81ff\u8200\u8203\u820f\u8213\u8214\u8219\u821a\u821d\u8221\u8222\u8228\u8232\u8234\u823a\u8243\u8244\u8245\u8246"],["8fd7a1","\u824b\u824e\u824f\u8251\u8256\u825c\u8260\u8263\u8267\u826d\u8274\u827b\u827d\u827f\u8280\u8281\u8283\u8284\u8287\u8289\u828a\u828e\u8291\u8294\u8296\u8298\u829a\u829b\u82a0\u82a1\u82a3\u82a4\u82a7\u82a8\u82a9\u82aa\u82ae\u82b0\u82b2\u82b4\u82b7\u82ba\u82bc\u82be\u82bf\u82c6\u82d0\u82d5\u82da\u82e0\u82e2\u82e4\u82e8\u82ea\u82ed\u82ef\u82f6\u82f7\u82fd\u82fe\u8300\u8301\u8307\u8308\u830a\u830b\u8354\u831b\u831d\u831e\u831f\u8321\u8322\u832c\u832d\u832e\u8330\u8333\u8337\u833a\u833c\u833d\u8342\u8343\u8344\u8347\u834d\u834e\u8351\u8355\u8356\u8357\u8370\u8378"],["8fd8a1","\u837d\u837f\u8380\u8382\u8384\u8386\u838d\u8392\u8394\u8395\u8398\u8399\u839b\u839c\u839d\u83a6\u83a7\u83a9\u83ac\u83be\u83bf\u83c0\u83c7\u83c9\u83cf\u83d0\u83d1\u83d4\u83dd\u8353\u83e8\u83ea\u83f6\u83f8\u83f9\u83fc\u8401\u8406\u840a\u840f\u8411\u8415\u8419\u83ad\u842f\u8439\u8445\u8447\u8448\u844a\u844d\u844f\u8451\u8452\u8456\u8458\u8459\u845a\u845c\u8460\u8464\u8465\u8467\u846a\u8470\u8473\u8474\u8476\u8478\u847c\u847d\u8481\u8485\u8492\u8493\u8495\u849e\u84a6\u84a8\u84a9\u84aa\u84af\u84b1\u84b4\u84ba\u84bd\u84be\u84c0\u84c2\u84c7\u84c8\u84cc\u84cf\u84d3"],["8fd9a1","\u84dc\u84e7\u84ea\u84ef\u84f0\u84f1\u84f2\u84f7\u8532\u84fa\u84fb\u84fd\u8502\u8503\u8507\u850c\u850e\u8510\u851c\u851e\u8522\u8523\u8524\u8525\u8527\u852a\u852b\u852f\u8533\u8534\u8536\u853f\u8546\u854f",4,"\u8556\u8559\u855c",6,"\u8564\u856b\u856f\u8579\u857a\u857b\u857d\u857f\u8581\u8585\u8586\u8589\u858b\u858c\u858f\u8593\u8598\u859d\u859f\u85a0\u85a2\u85a5\u85a7\u85b4\u85b6\u85b7\u85b8\u85bc\u85bd\u85be\u85bf\u85c2\u85c7\u85ca\u85cb\u85ce\u85ad\u85d8\u85da\u85df\u85e0\u85e6\u85e8\u85ed\u85f3\u85f6\u85fc"],["8fdaa1","\u85ff\u8600\u8604\u8605\u860d\u860e\u8610\u8611\u8612\u8618\u8619\u861b\u861e\u8621\u8627\u8629\u8636\u8638\u863a\u863c\u863d\u8640\u8642\u8646\u8652\u8653\u8656\u8657\u8658\u8659\u865d\u8660",4,"\u8669\u866c\u866f\u8675\u8676\u8677\u867a\u868d\u8691\u8696\u8698\u869a\u869c\u86a1\u86a6\u86a7\u86a8\u86ad\u86b1\u86b3\u86b4\u86b5\u86b7\u86b8\u86b9\u86bf\u86c0\u86c1\u86c3\u86c5\u86d1\u86d2\u86d5\u86d7\u86da\u86dc\u86e0\u86e3\u86e5\u86e7\u8688\u86fa\u86fc\u86fd\u8704\u8705\u8707\u870b\u870e\u870f\u8710\u8713\u8714\u8719\u871e\u871f\u8721\u8723"],["8fdba1","\u8728\u872e\u872f\u8731\u8732\u8739\u873a\u873c\u873d\u873e\u8740\u8743\u8745\u874d\u8758\u875d\u8761\u8764\u8765\u876f\u8771\u8772\u877b\u8783",6,"\u878b\u878c\u8790\u8793\u8795\u8797\u8798\u8799\u879e\u87a0\u87a3\u87a7\u87ac\u87ad\u87ae\u87b1\u87b5\u87be\u87bf\u87c1\u87c8\u87c9\u87ca\u87ce\u87d5\u87d6\u87d9\u87da\u87dc\u87df\u87e2\u87e3\u87e4\u87ea\u87eb\u87ed\u87f1\u87f3\u87f8\u87fa\u87ff\u8801\u8803\u8806\u8809\u880a\u880b\u8810\u8819\u8812\u8813\u8814\u8818\u881a\u881b\u881c\u881e\u881f\u8828\u882d\u882e\u8830\u8832\u8835"],["8fdca1","\u883a\u883c\u8841\u8843\u8845\u8848\u8849\u884a\u884b\u884e\u8851\u8855\u8856\u8858\u885a\u885c\u885f\u8860\u8864\u8869\u8871\u8879\u887b\u8880\u8898\u889a\u889b\u889c\u889f\u88a0\u88a8\u88aa\u88ba\u88bd\u88be\u88c0\u88ca",4,"\u88d1\u88d2\u88d3\u88db\u88de\u88e7\u88ef\u88f0\u88f1\u88f5\u88f7\u8901\u8906\u890d\u890e\u890f\u8915\u8916\u8918\u8919\u891a\u891c\u8920\u8926\u8927\u8928\u8930\u8931\u8932\u8935\u8939\u893a\u893e\u8940\u8942\u8945\u8946\u8949\u894f\u8952\u8957\u895a\u895b\u895c\u8961\u8962\u8963\u896b\u896e\u8970\u8973\u8975\u897a"],["8fdda1","\u897b\u897c\u897d\u8989\u898d\u8990\u8994\u8995\u899b\u899c\u899f\u89a0\u89a5\u89b0\u89b4\u89b5\u89b6\u89b7\u89bc\u89d4",4,"\u89e5\u89e9\u89eb\u89ed\u89f1\u89f3\u89f6\u89f9\u89fd\u89ff\u8a04\u8a05\u8a07\u8a0f\u8a11\u8a12\u8a14\u8a15\u8a1e\u8a20\u8a22\u8a24\u8a26\u8a2b\u8a2c\u8a2f\u8a35\u8a37\u8a3d\u8a3e\u8a40\u8a43\u8a45\u8a47\u8a49\u8a4d\u8a4e\u8a53\u8a56\u8a57\u8a58\u8a5c\u8a5d\u8a61\u8a65\u8a67\u8a75\u8a76\u8a77\u8a79\u8a7a\u8a7b\u8a7e\u8a7f\u8a80\u8a83\u8a86\u8a8b\u8a8f\u8a90\u8a92\u8a96\u8a97\u8a99\u8a9f\u8aa7\u8aa9\u8aae\u8aaf\u8ab3"],["8fdea1","\u8ab6\u8ab7\u8abb\u8abe\u8ac3\u8ac6\u8ac8\u8ac9\u8aca\u8ad1\u8ad3\u8ad4\u8ad5\u8ad7\u8add\u8adf\u8aec\u8af0\u8af4\u8af5\u8af6\u8afc\u8aff\u8b05\u8b06\u8b0b\u8b11\u8b1c\u8b1e\u8b1f\u8b0a\u8b2d\u8b30\u8b37\u8b3c\u8b42",4,"\u8b48\u8b52\u8b53\u8b54\u8b59\u8b4d\u8b5e\u8b63\u8b6d\u8b76\u8b78\u8b79\u8b7c\u8b7e\u8b81\u8b84\u8b85\u8b8b\u8b8d\u8b8f\u8b94\u8b95\u8b9c\u8b9e\u8b9f\u8c38\u8c39\u8c3d\u8c3e\u8c45\u8c47\u8c49\u8c4b\u8c4f\u8c51\u8c53\u8c54\u8c57\u8c58\u8c5b\u8c5d\u8c59\u8c63\u8c64\u8c66\u8c68\u8c69\u8c6d\u8c73\u8c75\u8c76\u8c7b\u8c7e\u8c86"],["8fdfa1","\u8c87\u8c8b\u8c90\u8c92\u8c93\u8c99\u8c9b\u8c9c\u8ca4\u8cb9\u8cba\u8cc5\u8cc6\u8cc9\u8ccb\u8ccf\u8cd6\u8cd5\u8cd9\u8cdd\u8ce1\u8ce8\u8cec\u8cef\u8cf0\u8cf2\u8cf5\u8cf7\u8cf8\u8cfe\u8cff\u8d01\u8d03\u8d09\u8d12\u8d17\u8d1b\u8d65\u8d69\u8d6c\u8d6e\u8d7f\u8d82\u8d84\u8d88\u8d8d\u8d90\u8d91\u8d95\u8d9e\u8d9f\u8da0\u8da6\u8dab\u8dac\u8daf\u8db2\u8db5\u8db7\u8db9\u8dbb\u8dc0\u8dc5\u8dc6\u8dc7\u8dc8\u8dca\u8dce\u8dd1\u8dd4\u8dd5\u8dd7\u8dd9\u8de4\u8de5\u8de7\u8dec\u8df0\u8dbc\u8df1\u8df2\u8df4\u8dfd\u8e01\u8e04\u8e05\u8e06\u8e0b\u8e11\u8e14\u8e16\u8e20\u8e21\u8e22"],["8fe0a1","\u8e23\u8e26\u8e27\u8e31\u8e33\u8e36\u8e37\u8e38\u8e39\u8e3d\u8e40\u8e41\u8e4b\u8e4d\u8e4e\u8e4f\u8e54\u8e5b\u8e5c\u8e5d\u8e5e\u8e61\u8e62\u8e69\u8e6c\u8e6d\u8e6f\u8e70\u8e71\u8e79\u8e7a\u8e7b\u8e82\u8e83\u8e89\u8e90\u8e92\u8e95\u8e9a\u8e9b\u8e9d\u8e9e\u8ea2\u8ea7\u8ea9\u8ead\u8eae\u8eb3\u8eb5\u8eba\u8ebb\u8ec0\u8ec1\u8ec3\u8ec4\u8ec7\u8ecf\u8ed1\u8ed4\u8edc\u8ee8\u8eee\u8ef0\u8ef1\u8ef7\u8ef9\u8efa\u8eed\u8f00\u8f02\u8f07\u8f08\u8f0f\u8f10\u8f16\u8f17\u8f18\u8f1e\u8f20\u8f21\u8f23\u8f25\u8f27\u8f28\u8f2c\u8f2d\u8f2e\u8f34\u8f35\u8f36\u8f37\u8f3a\u8f40\u8f41"],["8fe1a1","\u8f43\u8f47\u8f4f\u8f51",4,"\u8f58\u8f5d\u8f5e\u8f65\u8f9d\u8fa0\u8fa1\u8fa4\u8fa5\u8fa6\u8fb5\u8fb6\u8fb8\u8fbe\u8fc0\u8fc1\u8fc6\u8fca\u8fcb\u8fcd\u8fd0\u8fd2\u8fd3\u8fd5\u8fe0\u8fe3\u8fe4\u8fe8\u8fee\u8ff1\u8ff5\u8ff6\u8ffb\u8ffe\u9002\u9004\u9008\u900c\u9018\u901b\u9028\u9029\u902f\u902a\u902c\u902d\u9033\u9034\u9037\u903f\u9043\u9044\u904c\u905b\u905d\u9062\u9066\u9067\u906c\u9070\u9074\u9079\u9085\u9088\u908b\u908c\u908e\u9090\u9095\u9097\u9098\u9099\u909b\u90a0\u90a1\u90a2\u90a5\u90b0\u90b2\u90b3\u90b4\u90b6\u90bd\u90cc\u90be\u90c3"],["8fe2a1","\u90c4\u90c5\u90c7\u90c8\u90d5\u90d7\u90d8\u90d9\u90dc\u90dd\u90df\u90e5\u90d2\u90f6\u90eb\u90ef\u90f0\u90f4\u90fe\u90ff\u9100\u9104\u9105\u9106\u9108\u910d\u9110\u9114\u9116\u9117\u9118\u911a\u911c\u911e\u9120\u9125\u9122\u9123\u9127\u9129\u912e\u912f\u9131\u9134\u9136\u9137\u9139\u913a\u913c\u913d\u9143\u9147\u9148\u914f\u9153\u9157\u9159\u915a\u915b\u9161\u9164\u9167\u916d\u9174\u9179\u917a\u917b\u9181\u9183\u9185\u9186\u918a\u918e\u9191\u9193\u9194\u9195\u9198\u919e\u91a1\u91a6\u91a8\u91ac\u91ad\u91ae\u91b0\u91b1\u91b2\u91b3\u91b6\u91bb\u91bc\u91bd\u91bf"],["8fe3a1","\u91c2\u91c3\u91c5\u91d3\u91d4\u91d7\u91d9\u91da\u91de\u91e4\u91e5\u91e9\u91ea\u91ec",5,"\u91f7\u91f9\u91fb\u91fd\u9200\u9201\u9204\u9205\u9206\u9207\u9209\u920a\u920c\u9210\u9212\u9213\u9216\u9218\u921c\u921d\u9223\u9224\u9225\u9226\u9228\u922e\u922f\u9230\u9233\u9235\u9236\u9238\u9239\u923a\u923c\u923e\u9240\u9242\u9243\u9246\u9247\u924a\u924d\u924e\u924f\u9251\u9258\u9259\u925c\u925d\u9260\u9261\u9265\u9267\u9268\u9269\u926e\u926f\u9270\u9275",4,"\u927b\u927c\u927d\u927f\u9288\u9289\u928a\u928d\u928e\u9292\u9297"],["8fe4a1","\u9299\u929f\u92a0\u92a4\u92a5\u92a7\u92a8\u92ab\u92af\u92b2\u92b6\u92b8\u92ba\u92bb\u92bc\u92bd\u92bf",4,"\u92c5\u92c6\u92c7\u92c8\u92cb\u92cc\u92cd\u92ce\u92d0\u92d3\u92d5\u92d7\u92d8\u92d9\u92dc\u92dd\u92df\u92e0\u92e1\u92e3\u92e5\u92e7\u92e8\u92ec\u92ee\u92f0\u92f9\u92fb\u92ff\u9300\u9302\u9308\u930d\u9311\u9314\u9315\u931c\u931d\u931e\u931f\u9321\u9324\u9325\u9327\u9329\u932a\u9333\u9334\u9336\u9337\u9347\u9348\u9349\u9350\u9351\u9352\u9355\u9357\u9358\u935a\u935e\u9364\u9365\u9367\u9369\u936a\u936d\u936f\u9370\u9371\u9373\u9374\u9376"],["8fe5a1","\u937a\u937d\u937f\u9380\u9381\u9382\u9388\u938a\u938b\u938d\u938f\u9392\u9395\u9398\u939b\u939e\u93a1\u93a3\u93a4\u93a6\u93a8\u93ab\u93b4\u93b5\u93b6\u93ba\u93a9\u93c1\u93c4\u93c5\u93c6\u93c7\u93c9",4,"\u93d3\u93d9\u93dc\u93de\u93df\u93e2\u93e6\u93e7\u93f9\u93f7\u93f8\u93fa\u93fb\u93fd\u9401\u9402\u9404\u9408\u9409\u940d\u940e\u940f\u9415\u9416\u9417\u941f\u942e\u942f\u9431\u9432\u9433\u9434\u943b\u943f\u943d\u9443\u9445\u9448\u944a\u944c\u9455\u9459\u945c\u945f\u9461\u9463\u9468\u946b\u946d\u946e\u946f\u9471\u9472\u9484\u9483\u9578\u9579"],["8fe6a1","\u957e\u9584\u9588\u958c\u958d\u958e\u959d\u959e\u959f\u95a1\u95a6\u95a9\u95ab\u95ac\u95b4\u95b6\u95ba\u95bd\u95bf\u95c6\u95c8\u95c9\u95cb\u95d0\u95d1\u95d2\u95d3\u95d9\u95da\u95dd\u95de\u95df\u95e0\u95e4\u95e6\u961d\u961e\u9622\u9624\u9625\u9626\u962c\u9631\u9633\u9637\u9638\u9639\u963a\u963c\u963d\u9641\u9652\u9654\u9656\u9657\u9658\u9661\u966e\u9674\u967b\u967c\u967e\u967f\u9681\u9682\u9683\u9684\u9689\u9691\u9696\u969a\u969d\u969f\u96a4\u96a5\u96a6\u96a9\u96ae\u96af\u96b3\u96ba\u96ca\u96d2\u5db2\u96d8\u96da\u96dd\u96de\u96df\u96e9\u96ef\u96f1\u96fa\u9702"],["8fe7a1","\u9703\u9705\u9709\u971a\u971b\u971d\u9721\u9722\u9723\u9728\u9731\u9733\u9741\u9743\u974a\u974e\u974f\u9755\u9757\u9758\u975a\u975b\u9763\u9767\u976a\u976e\u9773\u9776\u9777\u9778\u977b\u977d\u977f\u9780\u9789\u9795\u9796\u9797\u9799\u979a\u979e\u979f\u97a2\u97ac\u97ae\u97b1\u97b2\u97b5\u97b6\u97b8\u97b9\u97ba\u97bc\u97be\u97bf\u97c1\u97c4\u97c5\u97c7\u97c9\u97ca\u97cc\u97cd\u97ce\u97d0\u97d1\u97d4\u97d7\u97d8\u97d9\u97dd\u97de\u97e0\u97db\u97e1\u97e4\u97ef\u97f1\u97f4\u97f7\u97f8\u97fa\u9807\u980a\u9819\u980d\u980e\u9814\u9816\u981c\u981e\u9820\u9823\u9826"],["8fe8a1","\u982b\u982e\u982f\u9830\u9832\u9833\u9835\u9825\u983e\u9844\u9847\u984a\u9851\u9852\u9853\u9856\u9857\u9859\u985a\u9862\u9863\u9865\u9866\u986a\u986c\u98ab\u98ad\u98ae\u98b0\u98b4\u98b7\u98b8\u98ba\u98bb\u98bf\u98c2\u98c5\u98c8\u98cc\u98e1\u98e3\u98e5\u98e6\u98e7\u98ea\u98f3\u98f6\u9902\u9907\u9908\u9911\u9915\u9916\u9917\u991a\u991b\u991c\u991f\u9922\u9926\u9927\u992b\u9931",4,"\u9939\u993a\u993b\u993c\u9940\u9941\u9946\u9947\u9948\u994d\u994e\u9954\u9958\u9959\u995b\u995c\u995e\u995f\u9960\u999b\u999d\u999f\u99a6\u99b0\u99b1\u99b2\u99b5"],["8fe9a1","\u99b9\u99ba\u99bd\u99bf\u99c3\u99c9\u99d3\u99d4\u99d9\u99da\u99dc\u99de\u99e7\u99ea\u99eb\u99ec\u99f0\u99f4\u99f5\u99f9\u99fd\u99fe\u9a02\u9a03\u9a04\u9a0b\u9a0c\u9a10\u9a11\u9a16\u9a1e\u9a20\u9a22\u9a23\u9a24\u9a27\u9a2d\u9a2e\u9a33\u9a35\u9a36\u9a38\u9a47\u9a41\u9a44\u9a4a\u9a4b\u9a4c\u9a4e\u9a51\u9a54\u9a56\u9a5d\u9aaa\u9aac\u9aae\u9aaf\u9ab2\u9ab4\u9ab5\u9ab6\u9ab9\u9abb\u9abe\u9abf\u9ac1\u9ac3\u9ac6\u9ac8\u9ace\u9ad0\u9ad2\u9ad5\u9ad6\u9ad7\u9adb\u9adc\u9ae0\u9ae4\u9ae5\u9ae7\u9ae9\u9aec\u9af2\u9af3\u9af5\u9af9\u9afa\u9afd\u9aff",4],["8feaa1","\u9b04\u9b05\u9b08\u9b09\u9b0b\u9b0c\u9b0d\u9b0e\u9b10\u9b12\u9b16\u9b19\u9b1b\u9b1c\u9b20\u9b26\u9b2b\u9b2d\u9b33\u9b34\u9b35\u9b37\u9b39\u9b3a\u9b3d\u9b48\u9b4b\u9b4c\u9b55\u9b56\u9b57\u9b5b\u9b5e\u9b61\u9b63\u9b65\u9b66\u9b68\u9b6a",4,"\u9b73\u9b75\u9b77\u9b78\u9b79\u9b7f\u9b80\u9b84\u9b85\u9b86\u9b87\u9b89\u9b8a\u9b8b\u9b8d\u9b8f\u9b90\u9b94\u9b9a\u9b9d\u9b9e\u9ba6\u9ba7\u9ba9\u9bac\u9bb0\u9bb1\u9bb2\u9bb7\u9bb8\u9bbb\u9bbc\u9bbe\u9bbf\u9bc1\u9bc7\u9bc8\u9bce\u9bd0\u9bd7\u9bd8\u9bdd\u9bdf\u9be5\u9be7\u9bea\u9beb\u9bef\u9bf3\u9bf7\u9bf8"],["8feba1","\u9bf9\u9bfa\u9bfd\u9bff\u9c00\u9c02\u9c0b\u9c0f\u9c11\u9c16\u9c18\u9c19\u9c1a\u9c1c\u9c1e\u9c22\u9c23\u9c26",4,"\u9c31\u9c35\u9c36\u9c37\u9c3d\u9c41\u9c43\u9c44\u9c45\u9c49\u9c4a\u9c4e\u9c4f\u9c50\u9c53\u9c54\u9c56\u9c58\u9c5b\u9c5d\u9c5e\u9c5f\u9c63\u9c69\u9c6a\u9c5c\u9c6b\u9c68\u9c6e\u9c70\u9c72\u9c75\u9c77\u9c7b\u9ce6\u9cf2\u9cf7\u9cf9\u9d0b\u9d02\u9d11\u9d17\u9d18\u9d1c\u9d1d\u9d1e\u9d2f\u9d30\u9d32\u9d33\u9d34\u9d3a\u9d3c\u9d45\u9d3d\u9d42\u9d43\u9d47\u9d4a\u9d53\u9d54\u9d5f\u9d63\u9d62\u9d65\u9d69\u9d6a\u9d6b\u9d70\u9d76\u9d77\u9d7b"],["8feca1","\u9d7c\u9d7e\u9d83\u9d84\u9d86\u9d8a\u9d8d\u9d8e\u9d92\u9d93\u9d95\u9d96\u9d97\u9d98\u9da1\u9daa\u9dac\u9dae\u9db1\u9db5\u9db9\u9dbc\u9dbf\u9dc3\u9dc7\u9dc9\u9dca\u9dd4\u9dd5\u9dd6\u9dd7\u9dda\u9dde\u9ddf\u9de0\u9de5\u9de7\u9de9\u9deb\u9dee\u9df0\u9df3\u9df4\u9dfe\u9e0a\u9e02\u9e07\u9e0e\u9e10\u9e11\u9e12\u9e15\u9e16\u9e19\u9e1c\u9e1d\u9e7a\u9e7b\u9e7c\u9e80\u9e82\u9e83\u9e84\u9e85\u9e87\u9e8e\u9e8f\u9e96\u9e98\u9e9b\u9e9e\u9ea4\u9ea8\u9eac\u9eae\u9eaf\u9eb0\u9eb3\u9eb4\u9eb5\u9ec6\u9ec8\u9ecb\u9ed5\u9edf\u9ee4\u9ee7\u9eec\u9eed\u9eee\u9ef0\u9ef1\u9ef2\u9ef5"],["8feda1","\u9ef8\u9eff\u9f02\u9f03\u9f09\u9f0f\u9f10\u9f11\u9f12\u9f14\u9f16\u9f17\u9f19\u9f1a\u9f1b\u9f1f\u9f22\u9f26\u9f2a\u9f2b\u9f2f\u9f31\u9f32\u9f34\u9f37\u9f39\u9f3a\u9f3c\u9f3d\u9f3f\u9f41\u9f43",4,"\u9f53\u9f55\u9f56\u9f57\u9f58\u9f5a\u9f5d\u9f5e\u9f68\u9f69\u9f6d",4,"\u9f73\u9f75\u9f7a\u9f7d\u9f8f\u9f90\u9f91\u9f92\u9f94\u9f96\u9f97\u9f9e\u9fa1\u9fa2\u9fa3\u9fa5"]]')},56476:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,XMLHttpRequestEventTarget=__webpack_require__(62452);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].XMLHttpRequestUpload.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'XMLHttpRequestUpload'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| XMLHttpRequestEventTarget._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","DedicatedWorker","SharedWorker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class XMLHttpRequestUpload extends globalObject.XMLHttpRequestEventTarget{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(XMLHttpRequestUpload.prototype,{[Symbol.toStringTag]:{value:"XMLHttpRequestUpload",configurable:!0}}),ctorRegistry.XMLHttpRequestUpload=XMLHttpRequestUpload,Object.defineProperty(globalObject,"XMLHttpRequestUpload",{configurable:!0,writable:!0,value:XMLHttpRequestUpload})};const Impl=__webpack_require__(36800)},56668:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Tokenizer=exports.TokenizerMode=void 0;const preprocessor_js_1=__webpack_require__(58249),unicode_js_1=__webpack_require__(49489),token_js_1=__webpack_require__(33255),decode_1=__webpack_require__(57837),error_codes_js_1=__webpack_require__(96179),html_js_1=__webpack_require__(61265);var State;function isAsciiUpper(cp){ |
| /*ThouShaltNotCache*/ |
| return cp>=unicode_js_1.CODE_POINTS.LATIN_CAPITAL_A&&cp<=unicode_js_1.CODE_POINTS.LATIN_CAPITAL_Z}function isAsciiLetter(cp){ |
| /*ThouShaltNotCache*/ |
| return function(cp){ |
| /*ThouShaltNotCache*/ |
| return cp>=unicode_js_1.CODE_POINTS.LATIN_SMALL_A&&cp<=unicode_js_1.CODE_POINTS.LATIN_SMALL_Z}(cp)||isAsciiUpper(cp)}function isAsciiAlphaNumeric(cp){ |
| /*ThouShaltNotCache*/ |
| return isAsciiLetter(cp)||function(cp){ |
| /*ThouShaltNotCache*/ |
| return cp>=unicode_js_1.CODE_POINTS.DIGIT_0&&cp<=unicode_js_1.CODE_POINTS.DIGIT_9}(cp)}function toAsciiLower(cp){ |
| /*ThouShaltNotCache*/ |
| return cp+32}function isWhitespace(cp){ |
| /*ThouShaltNotCache*/ |
| return cp===unicode_js_1.CODE_POINTS.SPACE||cp===unicode_js_1.CODE_POINTS.LINE_FEED||cp===unicode_js_1.CODE_POINTS.TABULATION||cp===unicode_js_1.CODE_POINTS.FORM_FEED}function isScriptDataDoubleEscapeSequenceEnd(cp){ |
| /*ThouShaltNotCache*/ |
| return isWhitespace(cp)||cp===unicode_js_1.CODE_POINTS.SOLIDUS||cp===unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN}!function(State){ |
| /*ThouShaltNotCache*/ |
| State[State.DATA=0]="DATA",State[State.RCDATA=1]="RCDATA",State[State.RAWTEXT=2]="RAWTEXT",State[State.SCRIPT_DATA=3]="SCRIPT_DATA",State[State.PLAINTEXT=4]="PLAINTEXT",State[State.TAG_OPEN=5]="TAG_OPEN",State[State.END_TAG_OPEN=6]="END_TAG_OPEN",State[State.TAG_NAME=7]="TAG_NAME",State[State.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",State[State.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",State[State.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",State[State.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",State[State.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",State[State.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",State[State.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",State[State.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",State[State.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",State[State.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",State[State.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",State[State.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",State[State.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",State[State.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",State[State.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",State[State.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",State[State.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",State[State.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",State[State.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",State[State.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",State[State.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",State[State.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",State[State.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",State[State.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",State[State.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",State[State.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",State[State.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",State[State.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",State[State.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",State[State.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",State[State.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",State[State.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",State[State.BOGUS_COMMENT=40]="BOGUS_COMMENT",State[State.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",State[State.COMMENT_START=42]="COMMENT_START",State[State.COMMENT_START_DASH=43]="COMMENT_START_DASH",State[State.COMMENT=44]="COMMENT",State[State.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",State[State.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",State[State.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",State[State.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",State[State.COMMENT_END_DASH=49]="COMMENT_END_DASH",State[State.COMMENT_END=50]="COMMENT_END",State[State.COMMENT_END_BANG=51]="COMMENT_END_BANG",State[State.DOCTYPE=52]="DOCTYPE",State[State.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",State[State.DOCTYPE_NAME=54]="DOCTYPE_NAME",State[State.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",State[State.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",State[State.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",State[State.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",State[State.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",State[State.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",State[State.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",State[State.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",State[State.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",State[State.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",State[State.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",State[State.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",State[State.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",State[State.CDATA_SECTION=68]="CDATA_SECTION",State[State.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",State[State.CDATA_SECTION_END=70]="CDATA_SECTION_END",State[State.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",State[State.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"}(State||(State={})),exports.TokenizerMode={DATA:State.DATA,RCDATA:State.RCDATA,RAWTEXT:State.RAWTEXT,SCRIPT_DATA:State.SCRIPT_DATA,PLAINTEXT:State.PLAINTEXT,CDATA_SECTION:State.CDATA_SECTION};exports.Tokenizer=class{constructor(options,handler){ |
| /*ThouShaltNotCache*/ |
| this.options=options,this.handler=handler,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=State.DATA,this.returnState=State.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new preprocessor_js_1.Preprocessor(handler),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new decode_1.EntityDecoder(decode_1.htmlDecodeTree,(cp,consumed)=>{ |
| /*ThouShaltNotCache*/ |
| this.preprocessor.pos=this.entityStartPos+consumed-1,this._flushCodePointConsumedAsCharacterReference(cp)},handler.onParseError?{missingSemicolonAfterCharacterReference:()=>{ |
| /*ThouShaltNotCache*/ |
| this._err(error_codes_js_1.ERR.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:consumed=>{ |
| /*ThouShaltNotCache*/ |
| this._err(error_codes_js_1.ERR.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+consumed)},validateNumericCharacterReference:code=>{ |
| /*ThouShaltNotCache*/ |
| const error=function(code){ |
| /*ThouShaltNotCache*/ |
| return code===unicode_js_1.CODE_POINTS.NULL?error_codes_js_1.ERR.nullCharacterReference:code>1114111?error_codes_js_1.ERR.characterReferenceOutsideUnicodeRange:(0,unicode_js_1.isSurrogate)(code)?error_codes_js_1.ERR.surrogateCharacterReference:(0,unicode_js_1.isUndefinedCodePoint)(code)?error_codes_js_1.ERR.noncharacterCharacterReference:(0,unicode_js_1.isControlCodePoint)(code)||code===unicode_js_1.CODE_POINTS.CARRIAGE_RETURN?error_codes_js_1.ERR.controlCharacterReference:null}(code);error&&this._err(error,1)}}:void 0)}_err(code,cpOffset=0){ |
| /*ThouShaltNotCache*/ |
| var _a,_b;null===(_b=(_a=this.handler).onParseError)||void 0===_b||_b.call(_a,this.preprocessor.getError(code,cpOffset))}getCurrentLocation(offset){ |
| /*ThouShaltNotCache*/ |
| return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-offset,startOffset:this.preprocessor.offset-offset,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){ |
| /*ThouShaltNotCache*/ |
| if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const cp=this._consume();this._ensureHibernation()||this._callState(cp)}this.inLoop=!1}}pause(){ |
| /*ThouShaltNotCache*/ |
| this.paused=!0}resume(writeCallback){ |
| /*ThouShaltNotCache*/ |
| if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null==writeCallback||writeCallback())}write(chunk,isLastChunk,writeCallback){ |
| /*ThouShaltNotCache*/ |
| this.active=!0,this.preprocessor.write(chunk,isLastChunk),this._runParsingLoop(),this.paused||null==writeCallback||writeCallback()}insertHtmlAtCurrentPos(chunk){ |
| /*ThouShaltNotCache*/ |
| this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(chunk),this._runParsingLoop()}_ensureHibernation(){ |
| /*ThouShaltNotCache*/ |
| return!!this.preprocessor.endOfChunkHit&&(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0)}_consume(){ |
| /*ThouShaltNotCache*/ |
| return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(count){ |
| /*ThouShaltNotCache*/ |
| this.consumedAfterSnapshot+=count;for(let i=0;i<count;i++)this.preprocessor.advance()}_consumeSequenceIfMatch(pattern,caseSensitive){ |
| /*ThouShaltNotCache*/ |
| return!!this.preprocessor.startsWith(pattern,caseSensitive)&&(this._advanceBy(pattern.length-1),!0)}_createStartTagToken(){ |
| /*ThouShaltNotCache*/ |
| this.currentToken={type:token_js_1.TokenType.START_TAG,tagName:"",tagID:html_js_1.TAG_ID.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){ |
| /*ThouShaltNotCache*/ |
| this.currentToken={type:token_js_1.TokenType.END_TAG,tagName:"",tagID:html_js_1.TAG_ID.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(offset){ |
| /*ThouShaltNotCache*/ |
| this.currentToken={type:token_js_1.TokenType.COMMENT,data:"",location:this.getCurrentLocation(offset)}}_createDoctypeToken(initialName){ |
| /*ThouShaltNotCache*/ |
| this.currentToken={type:token_js_1.TokenType.DOCTYPE,name:initialName,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(type,chars){ |
| /*ThouShaltNotCache*/ |
| this.currentCharacterToken={type,chars,location:this.currentLocation}}_createAttr(attrNameFirstCh){ |
| /*ThouShaltNotCache*/ |
| this.currentAttr={name:attrNameFirstCh,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){ |
| /*ThouShaltNotCache*/ |
| var _a,_b;const token=this.currentToken;if(null===(0,token_js_1.getTokenAttr)(token,this.currentAttr.name)){if(token.attrs.push(this.currentAttr),token.location&&this.currentLocation){(null!==(_a=(_b=token.location).attrs)&&void 0!==_a?_a:_b.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(error_codes_js_1.ERR.duplicateAttribute)}_leaveAttrValue(){ |
| /*ThouShaltNotCache*/ |
| this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(ct){ |
| /*ThouShaltNotCache*/ |
| this._emitCurrentCharacterToken(ct.location),this.currentToken=null,ct.location&&(ct.location.endLine=this.preprocessor.line,ct.location.endCol=this.preprocessor.col+1,ct.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){ |
| /*ThouShaltNotCache*/ |
| const ct=this.currentToken;this.prepareToken(ct),ct.tagID=(0,html_js_1.getTagID)(ct.tagName),ct.type===token_js_1.TokenType.START_TAG?(this.lastStartTagName=ct.tagName,this.handler.onStartTag(ct)):(ct.attrs.length>0&&this._err(error_codes_js_1.ERR.endTagWithAttributes),ct.selfClosing&&this._err(error_codes_js_1.ERR.endTagWithTrailingSolidus),this.handler.onEndTag(ct)),this.preprocessor.dropParsedChunk()}emitCurrentComment(ct){ |
| /*ThouShaltNotCache*/ |
| this.prepareToken(ct),this.handler.onComment(ct),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(ct){ |
| /*ThouShaltNotCache*/ |
| this.prepareToken(ct),this.handler.onDoctype(ct),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(nextLocation){ |
| /*ThouShaltNotCache*/ |
| if(this.currentCharacterToken){switch(nextLocation&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=nextLocation.startLine,this.currentCharacterToken.location.endCol=nextLocation.startCol,this.currentCharacterToken.location.endOffset=nextLocation.startOffset),this.currentCharacterToken.type){case token_js_1.TokenType.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case token_js_1.TokenType.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case token_js_1.TokenType.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){ |
| /*ThouShaltNotCache*/ |
| const location=this.getCurrentLocation(0);location&&(location.endLine=location.startLine,location.endCol=location.startCol,location.endOffset=location.startOffset),this._emitCurrentCharacterToken(location),this.handler.onEof({type:token_js_1.TokenType.EOF,location}),this.active=!1}_appendCharToCurrentCharacterToken(type,ch){ |
| /*ThouShaltNotCache*/ |
| if(this.currentCharacterToken){if(this.currentCharacterToken.type===type)return void(this.currentCharacterToken.chars+=ch);this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(type,ch)}_emitCodePoint(cp){ |
| /*ThouShaltNotCache*/ |
| const type=isWhitespace(cp)?token_js_1.TokenType.WHITESPACE_CHARACTER:cp===unicode_js_1.CODE_POINTS.NULL?token_js_1.TokenType.NULL_CHARACTER:token_js_1.TokenType.CHARACTER;this._appendCharToCurrentCharacterToken(type,String.fromCodePoint(cp))}_emitChars(ch){ |
| /*ThouShaltNotCache*/ |
| this._appendCharToCurrentCharacterToken(token_js_1.TokenType.CHARACTER,ch)}_startCharacterReference(){ |
| /*ThouShaltNotCache*/ |
| this.returnState=this.state,this.state=State.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?decode_1.DecodingMode.Attribute:decode_1.DecodingMode.Legacy)}_isCharacterReferenceInAttribute(){ |
| /*ThouShaltNotCache*/ |
| return this.returnState===State.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===State.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===State.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(cp){ |
| /*ThouShaltNotCache*/ |
| this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(cp):this._emitCodePoint(cp)}_callState(cp){ |
| /*ThouShaltNotCache*/ |
| switch(this.state){case State.DATA:this._stateData(cp);break;case State.RCDATA:this._stateRcdata(cp);break;case State.RAWTEXT:this._stateRawtext(cp);break;case State.SCRIPT_DATA:this._stateScriptData(cp);break;case State.PLAINTEXT:this._statePlaintext(cp);break;case State.TAG_OPEN:this._stateTagOpen(cp);break;case State.END_TAG_OPEN:this._stateEndTagOpen(cp);break;case State.TAG_NAME:this._stateTagName(cp);break;case State.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(cp);break;case State.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(cp);break;case State.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(cp);break;case State.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(cp);break;case State.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(cp);break;case State.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(cp);break;case State.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(cp);break;case State.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(cp);break;case State.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(cp);break;case State.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(cp);break;case State.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(cp);break;case State.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(cp);break;case State.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(cp);break;case State.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(cp);break;case State.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(cp);break;case State.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(cp);break;case State.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(cp);break;case State.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(cp);break;case State.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(cp);break;case State.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(cp);break;case State.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(cp);break;case State.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(cp);break;case State.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(cp);break;case State.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(cp);break;case State.ATTRIBUTE_NAME:this._stateAttributeName(cp);break;case State.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(cp);break;case State.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(cp);break;case State.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(cp);break;case State.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(cp);break;case State.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(cp);break;case State.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(cp);break;case State.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(cp);break;case State.BOGUS_COMMENT:this._stateBogusComment(cp);break;case State.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(cp);break;case State.COMMENT_START:this._stateCommentStart(cp);break;case State.COMMENT_START_DASH:this._stateCommentStartDash(cp);break;case State.COMMENT:this._stateComment(cp);break;case State.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(cp);break;case State.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(cp);break;case State.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(cp);break;case State.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(cp);break;case State.COMMENT_END_DASH:this._stateCommentEndDash(cp);break;case State.COMMENT_END:this._stateCommentEnd(cp);break;case State.COMMENT_END_BANG:this._stateCommentEndBang(cp);break;case State.DOCTYPE:this._stateDoctype(cp);break;case State.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(cp);break;case State.DOCTYPE_NAME:this._stateDoctypeName(cp);break;case State.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(cp);break;case State.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(cp);break;case State.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(cp);break;case State.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(cp);break;case State.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(cp);break;case State.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(cp);break;case State.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(cp);break;case State.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(cp);break;case State.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(cp);break;case State.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(cp);break;case State.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(cp);break;case State.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(cp);break;case State.BOGUS_DOCTYPE:this._stateBogusDoctype(cp);break;case State.CDATA_SECTION:this._stateCdataSection(cp);break;case State.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(cp);break;case State.CDATA_SECTION_END:this._stateCdataSectionEnd(cp);break;case State.CHARACTER_REFERENCE:this._stateCharacterReference();break;case State.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(cp);break;default:throw new Error("Unknown state")}}_stateData(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.TAG_OPEN;break;case unicode_js_1.CODE_POINTS.AMPERSAND:this._startCharacterReference();break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this._emitCodePoint(cp);break;case unicode_js_1.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(cp)}}_stateRcdata(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.AMPERSAND:this._startCharacterReference();break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.RCDATA_LESS_THAN_SIGN;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(cp)}}_stateRawtext(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.RAWTEXT_LESS_THAN_SIGN;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(cp)}}_stateScriptData(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.SCRIPT_DATA_LESS_THAN_SIGN;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(cp)}}_statePlaintext(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._emitEOFToken();break;default:this._emitCodePoint(cp)}}_stateTagOpen(cp){ |
| /*ThouShaltNotCache*/ |
| if(isAsciiLetter(cp))this._createStartTagToken(),this.state=State.TAG_NAME,this._stateTagName(cp);else switch(cp){case unicode_js_1.CODE_POINTS.EXCLAMATION_MARK:this.state=State.MARKUP_DECLARATION_OPEN;break;case unicode_js_1.CODE_POINTS.SOLIDUS:this.state=State.END_TAG_OPEN;break;case unicode_js_1.CODE_POINTS.QUESTION_MARK:this._err(error_codes_js_1.ERR.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=State.BOGUS_COMMENT,this._stateBogusComment(cp);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=State.DATA,this._stateData(cp)}}_stateEndTagOpen(cp){ |
| /*ThouShaltNotCache*/ |
| if(isAsciiLetter(cp))this._createEndTagToken(),this.state=State.TAG_NAME,this._stateTagName(cp);else switch(cp){case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.missingEndTagName),this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=State.BOGUS_COMMENT,this._stateBogusComment(cp)}}_stateTagName(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:this.state=State.BEFORE_ATTRIBUTE_NAME;break;case unicode_js_1.CODE_POINTS.SOLIDUS:this.state=State.SELF_CLOSING_START_TAG;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.DATA,this.emitCurrentTagToken();break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),token.tagName+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInTag),this._emitEOFToken();break;default:token.tagName+=String.fromCodePoint(isAsciiUpper(cp)?toAsciiLower(cp):cp)}}_stateRcdataLessThanSign(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.SOLIDUS?this.state=State.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=State.RCDATA,this._stateRcdata(cp))}_stateRcdataEndTagOpen(cp){ |
| /*ThouShaltNotCache*/ |
| isAsciiLetter(cp)?(this.state=State.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(cp)):(this._emitChars("</"),this.state=State.RCDATA,this._stateRcdata(cp))}handleSpecialEndTag(_cp){ |
| /*ThouShaltNotCache*/ |
| if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=State.BEFORE_ATTRIBUTE_NAME,!1;case unicode_js_1.CODE_POINTS.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=State.SELF_CLOSING_START_TAG,!1;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=State.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(cp){ |
| /*ThouShaltNotCache*/ |
| this.handleSpecialEndTag(cp)&&(this._emitChars("</"),this.state=State.RCDATA,this._stateRcdata(cp))}_stateRawtextLessThanSign(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.SOLIDUS?this.state=State.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=State.RAWTEXT,this._stateRawtext(cp))}_stateRawtextEndTagOpen(cp){ |
| /*ThouShaltNotCache*/ |
| isAsciiLetter(cp)?(this.state=State.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(cp)):(this._emitChars("</"),this.state=State.RAWTEXT,this._stateRawtext(cp))}_stateRawtextEndTagName(cp){ |
| /*ThouShaltNotCache*/ |
| this.handleSpecialEndTag(cp)&&(this._emitChars("</"),this.state=State.RAWTEXT,this._stateRawtext(cp))}_stateScriptDataLessThanSign(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.SOLIDUS:this.state=State.SCRIPT_DATA_END_TAG_OPEN;break;case unicode_js_1.CODE_POINTS.EXCLAMATION_MARK:this.state=State.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=State.SCRIPT_DATA,this._stateScriptData(cp)}}_stateScriptDataEndTagOpen(cp){ |
| /*ThouShaltNotCache*/ |
| isAsciiLetter(cp)?(this.state=State.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(cp)):(this._emitChars("</"),this.state=State.SCRIPT_DATA,this._stateScriptData(cp))}_stateScriptDataEndTagName(cp){ |
| /*ThouShaltNotCache*/ |
| this.handleSpecialEndTag(cp)&&(this._emitChars("</"),this.state=State.SCRIPT_DATA,this._stateScriptData(cp))}_stateScriptDataEscapeStart(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.HYPHEN_MINUS?(this.state=State.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=State.SCRIPT_DATA,this._stateScriptData(cp))}_stateScriptDataEscapeStartDash(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.HYPHEN_MINUS?(this.state=State.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=State.SCRIPT_DATA,this._stateScriptData(cp))}_stateScriptDataEscaped(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this.state=State.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(cp)}}_stateScriptDataEscapedDash(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this.state=State.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this.state=State.SCRIPT_DATA_ESCAPED,this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=State.SCRIPT_DATA_ESCAPED,this._emitCodePoint(cp)}}_stateScriptDataEscapedDashDash(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this._emitChars("-");break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.SCRIPT_DATA,this._emitChars(">");break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this.state=State.SCRIPT_DATA_ESCAPED,this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=State.SCRIPT_DATA_ESCAPED,this._emitCodePoint(cp)}}_stateScriptDataEscapedLessThanSign(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.SOLIDUS?this.state=State.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:isAsciiLetter(cp)?(this._emitChars("<"),this.state=State.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(cp)):(this._emitChars("<"),this.state=State.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(cp))}_stateScriptDataEscapedEndTagOpen(cp){ |
| /*ThouShaltNotCache*/ |
| isAsciiLetter(cp)?(this.state=State.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(cp)):(this._emitChars("</"),this.state=State.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(cp))}_stateScriptDataEscapedEndTagName(cp){ |
| /*ThouShaltNotCache*/ |
| this.handleSpecialEndTag(cp)&&(this._emitChars("</"),this.state=State.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(cp))}_stateScriptDataDoubleEscapeStart(cp){ |
| /*ThouShaltNotCache*/ |
| if(this.preprocessor.startsWith(unicode_js_1.SEQUENCES.SCRIPT,!1)&&isScriptDataDoubleEscapeSequenceEnd(this.preprocessor.peek(unicode_js_1.SEQUENCES.SCRIPT.length))){this._emitCodePoint(cp);for(let i=0;i<unicode_js_1.SEQUENCES.SCRIPT.length;i++)this._emitCodePoint(this._consume());this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=State.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(cp))}_stateScriptDataDoubleEscaped(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(cp)}}_stateScriptDataDoubleEscapedDash(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(cp)}}_stateScriptDataDoubleEscapedDashDash(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this._emitChars("-");break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.SCRIPT_DATA,this._emitChars(">");break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(unicode_js_1.REPLACEMENT_CHARACTER);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(cp)}}_stateScriptDataDoubleEscapedLessThanSign(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.SOLIDUS?(this.state=State.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(cp))}_stateScriptDataDoubleEscapeEnd(cp){ |
| /*ThouShaltNotCache*/ |
| if(this.preprocessor.startsWith(unicode_js_1.SEQUENCES.SCRIPT,!1)&&isScriptDataDoubleEscapeSequenceEnd(this.preprocessor.peek(unicode_js_1.SEQUENCES.SCRIPT.length))){this._emitCodePoint(cp);for(let i=0;i<unicode_js_1.SEQUENCES.SCRIPT.length;i++)this._emitCodePoint(this._consume());this.state=State.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=State.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(cp))}_stateBeforeAttributeName(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.SOLIDUS:case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:case unicode_js_1.CODE_POINTS.EOF:this.state=State.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(cp);break;case unicode_js_1.CODE_POINTS.EQUALS_SIGN:this._err(error_codes_js_1.ERR.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=State.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=State.ATTRIBUTE_NAME,this._stateAttributeName(cp)}}_stateAttributeName(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:case unicode_js_1.CODE_POINTS.SOLIDUS:case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:case unicode_js_1.CODE_POINTS.EOF:this._leaveAttrName(),this.state=State.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(cp);break;case unicode_js_1.CODE_POINTS.EQUALS_SIGN:this._leaveAttrName(),this.state=State.BEFORE_ATTRIBUTE_VALUE;break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:case unicode_js_1.CODE_POINTS.APOSTROPHE:case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:this._err(error_codes_js_1.ERR.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(cp);break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this.currentAttr.name+=unicode_js_1.REPLACEMENT_CHARACTER;break;default:this.currentAttr.name+=String.fromCodePoint(isAsciiUpper(cp)?toAsciiLower(cp):cp)}}_stateAfterAttributeName(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.SOLIDUS:this.state=State.SELF_CLOSING_START_TAG;break;case unicode_js_1.CODE_POINTS.EQUALS_SIGN:this.state=State.BEFORE_ATTRIBUTE_VALUE;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.DATA,this.emitCurrentTagToken();break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=State.ATTRIBUTE_NAME,this._stateAttributeName(cp)}}_stateBeforeAttributeValue(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:this.state=State.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case unicode_js_1.CODE_POINTS.APOSTROPHE:this.state=State.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.missingAttributeValue),this.state=State.DATA,this.emitCurrentTagToken();break;default:this.state=State.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(cp)}}_stateAttributeValueDoubleQuoted(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.QUOTATION_MARK:this.state=State.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case unicode_js_1.CODE_POINTS.AMPERSAND:this._startCharacterReference();break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this.currentAttr.value+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(cp)}}_stateAttributeValueSingleQuoted(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.APOSTROPHE:this.state=State.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case unicode_js_1.CODE_POINTS.AMPERSAND:this._startCharacterReference();break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this.currentAttr.value+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(cp)}}_stateAttributeValueUnquoted(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:this._leaveAttrValue(),this.state=State.BEFORE_ATTRIBUTE_NAME;break;case unicode_js_1.CODE_POINTS.AMPERSAND:this._startCharacterReference();break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=State.DATA,this.emitCurrentTagToken();break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this.currentAttr.value+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:case unicode_js_1.CODE_POINTS.APOSTROPHE:case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:case unicode_js_1.CODE_POINTS.EQUALS_SIGN:case unicode_js_1.CODE_POINTS.GRAVE_ACCENT:this._err(error_codes_js_1.ERR.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(cp);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(cp)}}_stateAfterAttributeValueQuoted(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:this._leaveAttrValue(),this.state=State.BEFORE_ATTRIBUTE_NAME;break;case unicode_js_1.CODE_POINTS.SOLIDUS:this._leaveAttrValue(),this.state=State.SELF_CLOSING_START_TAG;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=State.DATA,this.emitCurrentTagToken();break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInTag),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.missingWhitespaceBetweenAttributes),this.state=State.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(cp)}}_stateSelfClosingStartTag(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=State.DATA,this.emitCurrentTagToken();break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInTag),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.unexpectedSolidusInTag),this.state=State.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(cp)}}_stateBogusComment(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.DATA,this.emitCurrentComment(token);break;case unicode_js_1.CODE_POINTS.EOF:this.emitCurrentComment(token),this._emitEOFToken();break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),token.data+=unicode_js_1.REPLACEMENT_CHARACTER;break;default:token.data+=String.fromCodePoint(cp)}}_stateMarkupDeclarationOpen(cp){ |
| /*ThouShaltNotCache*/ |
| this._consumeSequenceIfMatch(unicode_js_1.SEQUENCES.DASH_DASH,!0)?(this._createCommentToken(unicode_js_1.SEQUENCES.DASH_DASH.length+1),this.state=State.COMMENT_START):this._consumeSequenceIfMatch(unicode_js_1.SEQUENCES.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(unicode_js_1.SEQUENCES.DOCTYPE.length+1),this.state=State.DOCTYPE):this._consumeSequenceIfMatch(unicode_js_1.SEQUENCES.CDATA_START,!0)?this.inForeignNode?this.state=State.CDATA_SECTION:(this._err(error_codes_js_1.ERR.cdataInHtmlContent),this._createCommentToken(unicode_js_1.SEQUENCES.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=State.BOGUS_COMMENT):this._ensureHibernation()||(this._err(error_codes_js_1.ERR.incorrectlyOpenedComment),this._createCommentToken(2),this.state=State.BOGUS_COMMENT,this._stateBogusComment(cp))}_stateCommentStart(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this.state=State.COMMENT_START_DASH;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:{this._err(error_codes_js_1.ERR.abruptClosingOfEmptyComment),this.state=State.DATA;const token=this.currentToken;this.emitCurrentComment(token);break}default:this.state=State.COMMENT,this._stateComment(cp)}}_stateCommentStartDash(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this.state=State.COMMENT_END;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.abruptClosingOfEmptyComment),this.state=State.DATA,this.emitCurrentComment(token);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInComment),this.emitCurrentComment(token),this._emitEOFToken();break;default:token.data+="-",this.state=State.COMMENT,this._stateComment(cp)}}_stateComment(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this.state=State.COMMENT_END_DASH;break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:token.data+="<",this.state=State.COMMENT_LESS_THAN_SIGN;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),token.data+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInComment),this.emitCurrentComment(token),this._emitEOFToken();break;default:token.data+=String.fromCodePoint(cp)}}_stateCommentLessThanSign(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.EXCLAMATION_MARK:token.data+="!",this.state=State.COMMENT_LESS_THAN_SIGN_BANG;break;case unicode_js_1.CODE_POINTS.LESS_THAN_SIGN:token.data+="<";break;default:this.state=State.COMMENT,this._stateComment(cp)}}_stateCommentLessThanSignBang(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.HYPHEN_MINUS?this.state=State.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=State.COMMENT,this._stateComment(cp))}_stateCommentLessThanSignBangDash(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.HYPHEN_MINUS?this.state=State.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=State.COMMENT_END_DASH,this._stateCommentEndDash(cp))}_stateCommentLessThanSignBangDashDash(cp){ |
| /*ThouShaltNotCache*/ |
| cp!==unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN&&cp!==unicode_js_1.CODE_POINTS.EOF&&this._err(error_codes_js_1.ERR.nestedComment),this.state=State.COMMENT_END,this._stateCommentEnd(cp)}_stateCommentEndDash(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:this.state=State.COMMENT_END;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInComment),this.emitCurrentComment(token),this._emitEOFToken();break;default:token.data+="-",this.state=State.COMMENT,this._stateComment(cp)}}_stateCommentEnd(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.DATA,this.emitCurrentComment(token);break;case unicode_js_1.CODE_POINTS.EXCLAMATION_MARK:this.state=State.COMMENT_END_BANG;break;case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:token.data+="-";break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInComment),this.emitCurrentComment(token),this._emitEOFToken();break;default:token.data+="--",this.state=State.COMMENT,this._stateComment(cp)}}_stateCommentEndBang(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.HYPHEN_MINUS:token.data+="--!",this.state=State.COMMENT_END_DASH;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.incorrectlyClosedComment),this.state=State.DATA,this.emitCurrentComment(token);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInComment),this.emitCurrentComment(token),this._emitEOFToken();break;default:token.data+="--!",this.state=State.COMMENT,this._stateComment(cp)}}_stateDoctype(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:this.state=State.BEFORE_DOCTYPE_NAME;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(cp);break;case unicode_js_1.CODE_POINTS.EOF:{this._err(error_codes_js_1.ERR.eofInDoctype),this._createDoctypeToken(null);const token=this.currentToken;token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break}default:this._err(error_codes_js_1.ERR.missingWhitespaceBeforeDoctypeName),this.state=State.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(cp)}}_stateBeforeDoctypeName(cp){ |
| /*ThouShaltNotCache*/ |
| if(isAsciiUpper(cp))this._createDoctypeToken(String.fromCharCode(toAsciiLower(cp))),this.state=State.DOCTYPE_NAME;else switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),this._createDoctypeToken(unicode_js_1.REPLACEMENT_CHARACTER),this.state=State.DOCTYPE_NAME;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:{this._err(error_codes_js_1.ERR.missingDoctypeName),this._createDoctypeToken(null);const token=this.currentToken;token.forceQuirks=!0,this.emitCurrentDoctype(token),this.state=State.DATA;break}case unicode_js_1.CODE_POINTS.EOF:{this._err(error_codes_js_1.ERR.eofInDoctype),this._createDoctypeToken(null);const token=this.currentToken;token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(cp)),this.state=State.DOCTYPE_NAME}}_stateDoctypeName(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:this.state=State.AFTER_DOCTYPE_NAME;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.DATA,this.emitCurrentDoctype(token);break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),token.name+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:token.name+=String.fromCodePoint(isAsciiUpper(cp)?toAsciiLower(cp):cp)}}_stateAfterDoctypeName(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.DATA,this.emitCurrentDoctype(token);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(unicode_js_1.SEQUENCES.PUBLIC,!1)?this.state=State.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(unicode_js_1.SEQUENCES.SYSTEM,!1)?this.state=State.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(error_codes_js_1.ERR.invalidCharacterSequenceAfterDoctypeName),token.forceQuirks=!0,this.state=State.BOGUS_DOCTYPE,this._stateBogusDoctype(cp))}}_stateAfterDoctypePublicKeyword(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:this.state=State.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:this._err(error_codes_js_1.ERR.missingWhitespaceAfterDoctypePublicKeyword),token.publicId="",this.state=State.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case unicode_js_1.CODE_POINTS.APOSTROPHE:this._err(error_codes_js_1.ERR.missingWhitespaceAfterDoctypePublicKeyword),token.publicId="",this.state=State.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.missingDoctypePublicIdentifier),token.forceQuirks=!0,this.state=State.DATA,this.emitCurrentDoctype(token);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.missingQuoteBeforeDoctypePublicIdentifier),token.forceQuirks=!0,this.state=State.BOGUS_DOCTYPE,this._stateBogusDoctype(cp)}}_stateBeforeDoctypePublicIdentifier(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:token.publicId="",this.state=State.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case unicode_js_1.CODE_POINTS.APOSTROPHE:token.publicId="",this.state=State.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.missingDoctypePublicIdentifier),token.forceQuirks=!0,this.state=State.DATA,this.emitCurrentDoctype(token);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.missingQuoteBeforeDoctypePublicIdentifier),token.forceQuirks=!0,this.state=State.BOGUS_DOCTYPE,this._stateBogusDoctype(cp)}}_stateDoctypePublicIdentifierDoubleQuoted(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.QUOTATION_MARK:this.state=State.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),token.publicId+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.abruptDoctypePublicIdentifier),token.forceQuirks=!0,this.emitCurrentDoctype(token),this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:token.publicId+=String.fromCodePoint(cp)}}_stateDoctypePublicIdentifierSingleQuoted(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.APOSTROPHE:this.state=State.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),token.publicId+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.abruptDoctypePublicIdentifier),token.forceQuirks=!0,this.emitCurrentDoctype(token),this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:token.publicId+=String.fromCodePoint(cp)}}_stateAfterDoctypePublicIdentifier(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:this.state=State.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.DATA,this.emitCurrentDoctype(token);break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:this._err(error_codes_js_1.ERR.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),token.systemId="",this.state=State.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case unicode_js_1.CODE_POINTS.APOSTROPHE:this._err(error_codes_js_1.ERR.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),token.systemId="",this.state=State.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.missingQuoteBeforeDoctypeSystemIdentifier),token.forceQuirks=!0,this.state=State.BOGUS_DOCTYPE,this._stateBogusDoctype(cp)}}_stateBetweenDoctypePublicAndSystemIdentifiers(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.emitCurrentDoctype(token),this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:token.systemId="",this.state=State.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case unicode_js_1.CODE_POINTS.APOSTROPHE:token.systemId="",this.state=State.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.missingQuoteBeforeDoctypeSystemIdentifier),token.forceQuirks=!0,this.state=State.BOGUS_DOCTYPE,this._stateBogusDoctype(cp)}}_stateAfterDoctypeSystemKeyword(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:this.state=State.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:this._err(error_codes_js_1.ERR.missingWhitespaceAfterDoctypeSystemKeyword),token.systemId="",this.state=State.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case unicode_js_1.CODE_POINTS.APOSTROPHE:this._err(error_codes_js_1.ERR.missingWhitespaceAfterDoctypeSystemKeyword),token.systemId="",this.state=State.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.missingDoctypeSystemIdentifier),token.forceQuirks=!0,this.state=State.DATA,this.emitCurrentDoctype(token);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.missingQuoteBeforeDoctypeSystemIdentifier),token.forceQuirks=!0,this.state=State.BOGUS_DOCTYPE,this._stateBogusDoctype(cp)}}_stateBeforeDoctypeSystemIdentifier(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.QUOTATION_MARK:token.systemId="",this.state=State.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case unicode_js_1.CODE_POINTS.APOSTROPHE:token.systemId="",this.state=State.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.missingDoctypeSystemIdentifier),token.forceQuirks=!0,this.state=State.DATA,this.emitCurrentDoctype(token);break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.missingQuoteBeforeDoctypeSystemIdentifier),token.forceQuirks=!0,this.state=State.BOGUS_DOCTYPE,this._stateBogusDoctype(cp)}}_stateDoctypeSystemIdentifierDoubleQuoted(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.QUOTATION_MARK:this.state=State.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),token.systemId+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.abruptDoctypeSystemIdentifier),token.forceQuirks=!0,this.emitCurrentDoctype(token),this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:token.systemId+=String.fromCodePoint(cp)}}_stateDoctypeSystemIdentifierSingleQuoted(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.APOSTROPHE:this.state=State.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter),token.systemId+=unicode_js_1.REPLACEMENT_CHARACTER;break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this._err(error_codes_js_1.ERR.abruptDoctypeSystemIdentifier),token.forceQuirks=!0,this.emitCurrentDoctype(token),this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:token.systemId+=String.fromCodePoint(cp)}}_stateAfterDoctypeSystemIdentifier(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.SPACE:case unicode_js_1.CODE_POINTS.LINE_FEED:case unicode_js_1.CODE_POINTS.TABULATION:case unicode_js_1.CODE_POINTS.FORM_FEED:break;case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.emitCurrentDoctype(token),this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInDoctype),token.forceQuirks=!0,this.emitCurrentDoctype(token),this._emitEOFToken();break;default:this._err(error_codes_js_1.ERR.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=State.BOGUS_DOCTYPE,this._stateBogusDoctype(cp)}}_stateBogusDoctype(cp){ |
| /*ThouShaltNotCache*/ |
| const token=this.currentToken;switch(cp){case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.emitCurrentDoctype(token),this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.NULL:this._err(error_codes_js_1.ERR.unexpectedNullCharacter);break;case unicode_js_1.CODE_POINTS.EOF:this.emitCurrentDoctype(token),this._emitEOFToken()}}_stateCdataSection(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.RIGHT_SQUARE_BRACKET:this.state=State.CDATA_SECTION_BRACKET;break;case unicode_js_1.CODE_POINTS.EOF:this._err(error_codes_js_1.ERR.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(cp)}}_stateCdataSectionBracket(cp){ |
| /*ThouShaltNotCache*/ |
| cp===unicode_js_1.CODE_POINTS.RIGHT_SQUARE_BRACKET?this.state=State.CDATA_SECTION_END:(this._emitChars("]"),this.state=State.CDATA_SECTION,this._stateCdataSection(cp))}_stateCdataSectionEnd(cp){ |
| /*ThouShaltNotCache*/ |
| switch(cp){case unicode_js_1.CODE_POINTS.GREATER_THAN_SIGN:this.state=State.DATA;break;case unicode_js_1.CODE_POINTS.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=State.CDATA_SECTION,this._stateCdataSection(cp)}}_stateCharacterReference(){ |
| /*ThouShaltNotCache*/ |
| let length=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(length<0){if(!this.preprocessor.lastChunkWritten)return this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,void(this.preprocessor.endOfChunkHit=!0);length=this.entityDecoder.end()}0===length?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(unicode_js_1.CODE_POINTS.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&isAsciiAlphaNumeric(this.preprocessor.peek(1))?State.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(cp){ |
| /*ThouShaltNotCache*/ |
| isAsciiAlphaNumeric(cp)?this._flushCodePointConsumedAsCharacterReference(cp):(cp===unicode_js_1.CODE_POINTS.SEMICOLON&&this._err(error_codes_js_1.ERR.unknownNamedCharacterReference),this.state=this.returnState,this._callState(cp))}}},56672:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var backgroundImage_export_parse,backgroundImage_export_isValid,backgroundImage_export_definition,backgroundPosition_export_parse,backgroundPosition_export_isValid,backgroundPosition_export_definition,backgroundRepeat_export_parse,backgroundRepeat_export_isValid,backgroundRepeat_export_definition,backgroundAttachment_export_parse,backgroundAttachment_export_isValid,backgroundAttachment_export_definition,backgroundColor_export_parse,backgroundColor_export_isValid,backgroundColor_export_definition,background_export_definition,external_dependency_parsers_0=__webpack_require__(34863),external_dependency_strings_1=__webpack_require__(90383);backgroundImage_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| return external_dependency_parsers_0.parseImage(v)},backgroundImage_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof external_dependency_parsers_0.parseKeyword(v,["none"])||"string"==typeof backgroundImage_export_parse(v)},backgroundImage_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("background",""),this._setProperty("background-image",v)):this._setProperty("background-image",backgroundImage_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("background-image")},enumerable:!0,configurable:!0},backgroundPosition_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const parts=external_dependency_parsers_0.splitValue(v);if(!parts.length||parts.length>2)return;const validKeywordsX=["left","center","right"],validKeywordsY=["top","center","bottom"];if(1===parts.length){const dim=external_dependency_parsers_0.parseMeasurement(parts[0]);if(dim)return dim;const validKeywords=new Set([...validKeywordsX,...validKeywordsY]);return external_dependency_parsers_0.parseKeyword(v,[...validKeywords])}const[partX,partY]=parts,posX=external_dependency_parsers_0.parseMeasurement(partX)||external_dependency_parsers_0.parseKeyword(partX,validKeywordsX);if(posX){const posY=external_dependency_parsers_0.parseMeasurement(partY)||external_dependency_parsers_0.parseKeyword(partY,validKeywordsY);if(posY)return`${posX} ${posY}`}},backgroundPosition_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof backgroundPosition_export_parse(v)},backgroundPosition_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("background",""),this._setProperty("background-position",v)):this._setProperty("background-position",backgroundPosition_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("background-position")},enumerable:!0,configurable:!0},backgroundRepeat_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["repeat","repeat-x","repeat-y","no-repeat","space","round"])},backgroundRepeat_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof backgroundRepeat_export_parse(v)},backgroundRepeat_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("background",""),this._setProperty("background-repeat",v)):this._setProperty("background-repeat",backgroundRepeat_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("background-repeat")},enumerable:!0,configurable:!0},backgroundAttachment_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["fixed","scroll","local"])},backgroundAttachment_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof backgroundAttachment_export_parse(v)},backgroundAttachment_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("background",""),this._setProperty("background-attachment",v)):this._setProperty("background-attachment",backgroundAttachment_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("background-attachment")},enumerable:!0,configurable:!0},backgroundColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},backgroundColor_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof external_dependency_parsers_0.parseKeyword(v)||external_dependency_parsers_0.isValidColor(v)},backgroundColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("background",""),this._setProperty("background-color",v)):this._setProperty("background-color",backgroundColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("background-color")},enumerable:!0,configurable:!0};const background_local_var_shorthandFor=new Map([["background-image",{parse:backgroundImage_export_parse,isValid:backgroundImage_export_isValid,definition:backgroundImage_export_definition}],["background-position",{parse:backgroundPosition_export_parse,isValid:backgroundPosition_export_isValid,definition:backgroundPosition_export_definition}],["background-repeat",{parse:backgroundRepeat_export_parse,isValid:backgroundRepeat_export_isValid,definition:backgroundRepeat_export_definition}],["background-attachment",{parse:backgroundAttachment_export_parse,isValid:backgroundAttachment_export_isValid,definition:backgroundAttachment_export_definition}],["background-color",{parse:backgroundColor_export_parse,isValid:backgroundColor_export_isValid,definition:backgroundColor_export_definition}]]);var borderWidth_export_parse,borderWidth_export_isValid,borderWidth_export_definition,borderStyle_export_parse,borderStyle_export_isValid,borderStyle_export_definition,borderColor_export_parse,borderColor_export_isValid,borderColor_export_definition,border_export_definition;background_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),/^none$/i.test(v)){for(const[key]of background_local_var_shorthandFor)this._setProperty(key,"");this._setProperty("background",external_dependency_strings_1.asciiLowercase(v))}else if(external_dependency_parsers_0.hasVarFunc(v)){for(const[key]of background_local_var_shorthandFor)this._setProperty(key,"");this._setProperty("background",v)}else this._shorthandSetter("background",v,background_local_var_shorthandFor)},get(){ |
| /*ThouShaltNotCache*/ |
| let val=this.getPropertyValue("background");return external_dependency_parsers_0.hasVarFunc(val)?val:(val=this._shorthandGetter("background",background_local_var_shorthandFor),external_dependency_parsers_0.hasVarFunc(val)?"":val)},enumerable:!0,configurable:!0},borderWidth_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const key=external_dependency_parsers_0.parseKeyword(v,["thin","medium","thick"]);return key||external_dependency_parsers_0.parseLength(v,!0)},borderWidth_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof borderWidth_export_parse(v)},borderWidth_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v))this._setProperty("border",""),this._setProperty("border-width",v);else{const positions=["top","right","bottom","left"];this._implicitSetter("border","width",v,borderWidth_export_isValid,borderWidth_export_parse,positions)}},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-width")},enumerable:!0,configurable:!0},borderStyle_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["none","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"])},borderStyle_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof borderStyle_export_parse(v)},borderStyle_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),/^none$/i.test(v)&&(v=""),external_dependency_parsers_0.hasVarFunc(v))return this._setProperty("border",""),void this._setProperty("border-style",v);this._implicitSetter("border","style",v,borderStyle_export_isValid,borderStyle_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-style")},enumerable:!0,configurable:!0},borderColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},borderColor_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof external_dependency_parsers_0.parseKeyword(v)||external_dependency_parsers_0.isValidColor(v)},borderColor_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v))this._setProperty("border",""),this._setProperty("border-color",v);else{const positions=["top","right","bottom","left"];this._implicitSetter("border","color",v,borderColor_export_isValid,borderColor_export_parse,positions)}},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-color")},enumerable:!0,configurable:!0};const border_local_var_shorthandFor=new Map([["border-width",{parse:borderWidth_export_parse,isValid:borderWidth_export_isValid,definition:borderWidth_export_definition}],["border-style",{parse:borderStyle_export_parse,isValid:borderStyle_export_isValid,definition:borderStyle_export_definition}],["border-color",{parse:borderColor_export_parse,isValid:borderColor_export_isValid,definition:borderColor_export_definition}]]);var borderTopWidth_export_parse,borderTopWidth_export_isValid,borderTopWidth_export_definition,borderTopStyle_export_parse,borderTopStyle_export_isValid,borderTopStyle_export_definition,borderTopColor_export_parse,borderTopColor_export_isValid,borderTopColor_export_definition,borderBottom_export_definition;border_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),/^none$/i.test(v)&&(v=""),external_dependency_parsers_0.hasVarFunc(v)){for(const[key]of border_local_var_shorthandFor)this._setProperty(key,"");this._setProperty("border",v)}else this._midShorthandSetter("border",v,border_local_var_shorthandFor,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| let val=this.getPropertyValue("border");return external_dependency_parsers_0.hasVarFunc(val)?val:(val=this._shorthandGetter("border",border_local_var_shorthandFor),external_dependency_parsers_0.hasVarFunc(val)?"":val)},enumerable:!0,configurable:!0},borderTopWidth_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const key=external_dependency_parsers_0.parseKeyword(v,["thin","medium","thick"]);return key||external_dependency_parsers_0.parseLength(v,!0)},borderTopWidth_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof borderTopWidth_export_parse(v)},borderTopWidth_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-top",""),this._setProperty("border-width","")),this._setProperty("border-top-width",borderTopWidth_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-top-width")},enumerable:!0,configurable:!0},borderTopStyle_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["none","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"])},borderTopStyle_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof borderTopStyle_export_parse(v)},borderTopStyle_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global);const val=borderTopStyle_export_parse(v);if("none"===val||"hidden"===val||""===v)return this._setProperty("border-top-style",""),this._setProperty("border-top-color",""),void this._setProperty("border-top-width","");external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-top",""),this._setProperty("border-style","")),this._setProperty("border-top-style",val)},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-top-style")},enumerable:!0,configurable:!0},borderTopColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},borderTopColor_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof external_dependency_parsers_0.parseKeyword(v)||external_dependency_parsers_0.isValidColor(v)},borderTopColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-top",""),this._setProperty("border-color","")),this._setProperty("border-top-color",borderTopColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-top-color")},enumerable:!0,configurable:!0};const borderBottom_local_var_shorthandFor=new Map([["border-bottom-width",{parse:borderTopWidth_export_parse,isValid:borderTopWidth_export_isValid,definition:borderTopWidth_export_definition}],["border-bottom-style",{parse:borderTopStyle_export_parse,isValid:borderTopStyle_export_isValid,definition:borderTopStyle_export_definition}],["border-bottom-color",{parse:borderTopColor_export_parse,isValid:borderTopColor_export_isValid,definition:borderTopColor_export_definition}]]);var borderBottomColor_export_parse,borderBottomColor_export_definition,borderBottomStyle_export_parse,borderBottomStyle_export_definition,borderBottomWidth_export_parse,borderBottomWidth_export_definition,borderCollapse_export_parse,borderCollapse_export_definition,borderLeft_export_definition;borderBottom_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)){for(const[key]of borderBottom_local_var_shorthandFor)this._setProperty(key,"");this._setProperty("border",""),this._setProperty("border-bottom",v)}else this._shorthandSetter("border-bottom",v,borderBottom_local_var_shorthandFor)},get(){ |
| /*ThouShaltNotCache*/ |
| let val=this.getPropertyValue("border-bottom");return external_dependency_parsers_0.hasVarFunc(val)?val:(val=this._shorthandGetter("border-bottom",borderBottom_local_var_shorthandFor),external_dependency_parsers_0.hasVarFunc(val)?"":val)},enumerable:!0,configurable:!0},borderBottomColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},borderBottomColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-bottom",""),this._setProperty("border-color","")),this._setProperty("border-bottom-color",borderBottomColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-bottom-color")},enumerable:!0,configurable:!0},borderBottomStyle_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["none","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"])},borderBottomStyle_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global);const val=borderBottomStyle_export_parse(v);if("none"===val||"hidden"===val)return this._setProperty("border-bottom-style",""),this._setProperty("border-bottom-color",""),void this._setProperty("border-bottom-width","");external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-bottom",""),this._setProperty("border-style","")),this._setProperty("border-bottom-style",val)},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-bottom-style")},enumerable:!0,configurable:!0},borderBottomWidth_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const key=external_dependency_parsers_0.parseKeyword(v,["thin","medium","thick"]);return key||external_dependency_parsers_0.parseLength(v,!0)},borderBottomWidth_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-bottom",""),this._setProperty("border-width","")),this._setProperty("border-bottom-width",borderBottomWidth_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-bottom-width")},enumerable:!0,configurable:!0},borderCollapse_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| return external_dependency_parsers_0.parseKeyword(v,["collapse","separate"])},borderCollapse_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("border-collapse",borderCollapse_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-collapse")},enumerable:!0,configurable:!0};const borderLeft_local_var_shorthandFor=new Map([["border-left-width",{parse:borderTopWidth_export_parse,isValid:borderTopWidth_export_isValid,definition:borderTopWidth_export_definition}],["border-left-style",{parse:borderTopStyle_export_parse,isValid:borderTopStyle_export_isValid,definition:borderTopStyle_export_definition}],["border-left-color",{parse:borderTopColor_export_parse,isValid:borderTopColor_export_isValid,definition:borderTopColor_export_definition}]]);var borderLeftColor_export_parse,borderLeftColor_export_definition,borderLeftStyle_export_parse,borderLeftStyle_export_definition,borderLeftWidth_export_parse,borderLeftWidth_export_definition,borderRight_export_definition;borderLeft_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)){for(const[key]of borderLeft_local_var_shorthandFor)this._setProperty(key,"");this._setProperty("border",""),this._setProperty("border-left",v)}else this._shorthandSetter("border-left",v,borderLeft_local_var_shorthandFor)},get(){ |
| /*ThouShaltNotCache*/ |
| let val=this.getPropertyValue("border-left");return external_dependency_parsers_0.hasVarFunc(val)?val:(val=this._shorthandGetter("border-left",borderLeft_local_var_shorthandFor),external_dependency_parsers_0.hasVarFunc(val)?"":val)},enumerable:!0,configurable:!0},borderLeftColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},borderLeftColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-left",""),this._setProperty("border-color","")),this._setProperty("border-left-color",borderLeftColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-left-color")},enumerable:!0,configurable:!0},borderLeftStyle_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["none","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"])},borderLeftStyle_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global);const val=borderLeftStyle_export_parse(v);if("none"===val||"hidden"===val)return this._setProperty("border-left-style",""),this._setProperty("border-left-color",""),void this._setProperty("border-left-width","");external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-left",""),this._setProperty("border-style","")),this._setProperty("border-left-style",val)},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-left-style")},enumerable:!0,configurable:!0},borderLeftWidth_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const key=external_dependency_parsers_0.parseKeyword(v,["thin","medium","thick"]);return key||external_dependency_parsers_0.parseLength(v,!0)},borderLeftWidth_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-left",""),this._setProperty("border-width","")),this._setProperty("border-left-width",borderLeftWidth_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-left-width")},enumerable:!0,configurable:!0};const borderRight_local_var_shorthandFor=new Map([["border-right-width",{parse:borderTopWidth_export_parse,isValid:borderTopWidth_export_isValid,definition:borderTopWidth_export_definition}],["border-right-style",{parse:borderTopStyle_export_parse,isValid:borderTopStyle_export_isValid,definition:borderTopStyle_export_definition}],["border-right-color",{parse:borderTopColor_export_parse,isValid:borderTopColor_export_isValid,definition:borderTopColor_export_definition}]]);var borderRightColor_export_parse,borderRightColor_export_definition,borderRightStyle_export_parse,borderRightStyle_export_definition,borderRightWidth_export_parse,borderRightWidth_export_definition,borderSpacing_export_parse,borderSpacing_export_definition,borderTop_export_definition;borderRight_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)){for(const[key]of borderRight_local_var_shorthandFor)this._setProperty(key,"");this._setProperty("border",""),this._setProperty("border-right",v)}else this._shorthandSetter("border-right",v,borderRight_local_var_shorthandFor)},get(){ |
| /*ThouShaltNotCache*/ |
| let val=this.getPropertyValue("border-right");return external_dependency_parsers_0.hasVarFunc(val)?val:(val=this._shorthandGetter("border-right",borderRight_local_var_shorthandFor),external_dependency_parsers_0.hasVarFunc(val)?"":val)},enumerable:!0,configurable:!0},borderRightColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},borderRightColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-right",""),this._setProperty("border-color","")),this._setProperty("border-right-color",borderRightColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-right-color")},enumerable:!0,configurable:!0},borderRightStyle_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["none","hidden","dotted","dashed","solid","double","groove","ridge","inset","outset"])},borderRightStyle_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global);const val=borderRightStyle_export_parse(v);if("none"===val||"hidden"===val)return this._setProperty("border-right-style",""),this._setProperty("border-right-color",""),void this._setProperty("border-right-width","");external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-right",""),this._setProperty("border-style","")),this._setProperty("border-right-style",val)},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-right-style")},enumerable:!0,configurable:!0},borderRightWidth_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const key=external_dependency_parsers_0.parseKeyword(v,["thin","medium","thick"]);return key||external_dependency_parsers_0.parseLength(v,!0)},borderRightWidth_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)&&(this._setProperty("border",""),this._setProperty("border-right",""),this._setProperty("border-width","")),this._setProperty("border-right-width",borderRightWidth_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-right-width")},enumerable:!0,configurable:!0},borderSpacing_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| if(""===v)return v;const key=external_dependency_parsers_0.parseKeyword(v);if(key)return key;const parts=external_dependency_parsers_0.splitValue(v);if(!parts.length||parts.length>2)return;const val=[];for(const part of parts){const dim=external_dependency_parsers_0.parseLength(part);if(!dim)return;val.push(dim)}return val.join(" ")},borderSpacing_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("border-spacing",borderSpacing_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("border-spacing")},enumerable:!0,configurable:!0};const borderTop_local_var_shorthandFor=new Map([["border-top-width",{parse:borderTopWidth_export_parse,isValid:borderTopWidth_export_isValid,definition:borderTopWidth_export_definition}],["border-top-style",{parse:borderTopStyle_export_parse,isValid:borderTopStyle_export_isValid,definition:borderTopStyle_export_definition}],["border-top-color",{parse:borderTopColor_export_parse,isValid:borderTopColor_export_isValid,definition:borderTopColor_export_definition}]]);var bottom_export_parse,bottom_export_definition,clear_export_parse,clear_export_definition,clip_export_parse,clip_export_definition,color_export_parse,color_export_definition,flexGrow_export_parse,flexGrow_export_isValid,flexGrow_export_definition,flexShrink_export_parse,flexShrink_export_isValid,flexShrink_export_definition,flexBasis_export_parse,flexBasis_export_isValid,flexBasis_export_definition,flex_export_parse,flex_export_definition;borderTop_export_definition={set(v){if( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)){for(const[key]of borderTop_local_var_shorthandFor)this._setProperty(key,"");this._setProperty("border",""),this._setProperty("border-top",v)}else this._shorthandSetter("border-top",v,borderTop_local_var_shorthandFor)},get(){ |
| /*ThouShaltNotCache*/ |
| let val=this.getPropertyValue("border-top");return external_dependency_parsers_0.hasVarFunc(val)?val:(val=this._shorthandGetter("border-top",borderTop_local_var_shorthandFor),external_dependency_parsers_0.hasVarFunc(val)?"":val)},enumerable:!0,configurable:!0},bottom_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const dim=external_dependency_parsers_0.parseMeasurement(v);return dim||external_dependency_parsers_0.parseKeyword(v,["auto"])},bottom_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("bottom",bottom_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("bottom")},enumerable:!0,configurable:!0},clear_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["inline-start","inline-end","block-start","block-end","left","right","top","bottom","both-inline","both-block","both","none"])},clear_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("clear",clear_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("clear")},enumerable:!0,configurable:!0},clip_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| if(""===v)return v;const val=external_dependency_parsers_0.parseKeyword(v,["auto"]);if(val)return val;const matches=(v=external_dependency_strings_1.asciiLowercase(v)).match(/^rect\(\s*(.*)\s*\)$/);if(!matches)return;const parts=matches[1].split(/\s*,\s*/);if(4!==parts.length)return;return parts.every(function(part,index){ |
| /*ThouShaltNotCache*/ |
| const measurement=external_dependency_parsers_0.parseMeasurement(part.trim());return parts[index]=measurement,"string"==typeof measurement})?`rect(${parts.join(", ")})`:void 0},clip_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("clip",clip_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("clip")},enumerable:!0,configurable:!0},color_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},color_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("color",color_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("color")},enumerable:!0,configurable:!0},flexGrow_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| return external_dependency_parsers_0.parseNumber(v,!0)},flexGrow_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof flexGrow_export_parse(v)},flexGrow_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("flex",""),this._setProperty("flex-grow",v)):this._setProperty("flex-grow",flexGrow_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("flex-grow")},enumerable:!0,configurable:!0},flexShrink_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| return external_dependency_parsers_0.parseNumber(v,!0)},flexShrink_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof flexShrink_export_parse(v)},flexShrink_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("flex",""),this._setProperty("flex-shrink",v)):this._setProperty("flex-shrink",flexShrink_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("flex-shrink")},enumerable:!0,configurable:!0},flexBasis_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v);if(val)return val;return external_dependency_parsers_0.parseKeyword(v,["content","auto","min-content","max-content"])},flexBasis_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof flexBasis_export_parse(v)},flexBasis_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("flex",""),this._setProperty("flex-basis",v)):this._setProperty("flex-basis",flexBasis_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("flex-basis")},enumerable:!0,configurable:!0};const flex_local_var_shorthandFor=new Map([["flex-grow",{parse:flexGrow_export_parse,isValid:flexGrow_export_isValid,definition:flexGrow_export_definition}],["flex-shrink",{parse:flexShrink_export_parse,isValid:flexShrink_export_isValid,definition:flexShrink_export_definition}],["flex-basis",{parse:flexBasis_export_parse,isValid:flexBasis_export_isValid,definition:flexBasis_export_definition}]]);var float_export_parse,float_export_definition,floodColor_export_parse,floodColor_export_definition,fontStyle_export_parse,fontStyle_export_isValid,fontStyle_export_definition,fontVariant_export_parse,fontVariant_export_isValid,fontVariant_export_definition,fontWeight_export_parse,fontWeight_export_isValid,fontWeight_export_definition,fontSize_export_parse,fontSize_export_isValid,fontSize_export_definition,lineHeight_export_parse,lineHeight_export_isValid,lineHeight_export_definition,fontFamily_export_parse,fontFamily_export_isValid,fontFamily_export_definition,font_export_parse,font_export_definition;flex_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const key=external_dependency_parsers_0.parseKeyword(v,["auto","none"]);if(key)return"auto"===key?"1 1 auto":"none"===key?"0 0 auto":"initial"===key?"0 1 auto":void 0;const obj=external_dependency_parsers_0.parseShorthand(v,flex_local_var_shorthandFor);if(obj){const flex={"flex-grow":"1","flex-shrink":"1","flex-basis":"0%"},items=Object.entries(obj);for(const[property,value]of items)flex[property]=value;return[...Object.values(flex)].join(" ")}},flex_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._shorthandSetter("flex","",flex_local_var_shorthandFor),this._setProperty("flex",v)):this._shorthandSetter("flex",flex_export_parse(v),flex_local_var_shorthandFor)},get(){ |
| /*ThouShaltNotCache*/ |
| let val=this.getPropertyValue("flex");return external_dependency_parsers_0.hasVarFunc(val)?val:(val=this._shorthandGetter("flex",flex_local_var_shorthandFor),external_dependency_parsers_0.hasVarFunc(val)?"":val)},enumerable:!0,configurable:!0},float_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["left","right","none","inline-start","inline-end"])},float_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("float",float_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("float")},enumerable:!0,configurable:!0},floodColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},floodColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("flood-color",floodColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("flood-color")},enumerable:!0,configurable:!0},fontStyle_export_parse=function(v){return external_dependency_parsers_0.parseKeyword(v,["normal","italic","oblique"])},fontStyle_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof fontStyle_export_parse(v)},fontStyle_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("font",""),this._setProperty("font-style",v)):this._setProperty("font-style",fontStyle_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("font-style")},enumerable:!0,configurable:!0},fontVariant_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const num=external_dependency_parsers_0.parseNumber(v,!0);if(num&&parseFloat(num)<=1e3)return num;return external_dependency_parsers_0.parseKeyword(v,["normal","none","small-caps"])},fontVariant_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof fontVariant_export_parse(v)},fontVariant_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("font",""),this._setProperty("font-valiant",v)):this._setProperty("font-variant",fontVariant_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("font-variant")},enumerable:!0,configurable:!0},fontWeight_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const num=external_dependency_parsers_0.parseNumber(v,!0);if(num&&parseFloat(num)<=1e3)return num;return external_dependency_parsers_0.parseKeyword(v,["normal","bold","lighter","bolder"])},fontWeight_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof fontWeight_export_parse(v)},fontWeight_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("font",""),this._setProperty("font-weight",v)):this._setProperty("font-weight",fontWeight_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("font-weight")},enumerable:!0,configurable:!0},fontSize_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v,!0);if(val)return val;return external_dependency_parsers_0.parseKeyword(v,["xx-small","x-small","small","medium","large","x-large","xx-large","xxx-large","smaller","larger"])},fontSize_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof fontSize_export_parse(v)},fontSize_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("font",""),this._setProperty("font-size",v)):this._setProperty("font-size",fontSize_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("font-size")},enumerable:!0,configurable:!0},lineHeight_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseKeyword(v,["normal"]);if(val)return val;const num=external_dependency_parsers_0.parseNumber(v,!0);return num||external_dependency_parsers_0.parseMeasurement(v,!0)},lineHeight_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof lineHeight_export_parse(v)},lineHeight_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("font",""),this._setProperty("line-height",v)):this._setProperty("line-height",lineHeight_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("line-height")},enumerable:!0,configurable:!0},fontFamily_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| if(""===v)return v;const keywords=["serif","sans-serif","cursive","fantasy","monospace","system-ui","math","ui-serif","ui-sans-serif","ui-monospace","ui-rounded"],genericValues=["fangsong","kai","khmer-mul","nastaliq"],val=external_dependency_parsers_0.splitValue(v,{delimiter:","}),font=[];let valid=!1;for(const i of val){const str=external_dependency_parsers_0.parseString(i);if(str){font.push(str),valid=!0;continue}const key=external_dependency_parsers_0.parseKeyword(i,keywords);if(key){font.push(key),valid=!0;continue}const obj=external_dependency_parsers_0.parseFunction(i);if(obj){const{name,value}=obj;if("generic"===name&&genericValues.includes(value)){font.push(`${name}(${value})`),valid=!0;continue}}if("undefined"!==i&&/^(?:[A-Z][A-Za-z\d-]+(?:\s+[A-Z][A-Za-z\d-]+)*|-?[a-z][a-z-]+)$/.test(i))font.push(i.trim()),valid=!0;else if(!valid)return}return font.join(", ")},fontFamily_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof fontFamily_export_parse(v)},fontFamily_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("font",""),this._setProperty("font-family",v)):this._setProperty("font-family",fontFamily_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("font-family")},enumerable:!0,configurable:!0};const font_local_var_shorthandFor=new Map([["font-style",{parse:fontStyle_export_parse,isValid:fontStyle_export_isValid,definition:fontStyle_export_definition}],["font-variant",{parse:fontVariant_export_parse,isValid:fontVariant_export_isValid,definition:fontVariant_export_definition}],["font-weight",{parse:fontWeight_export_parse,isValid:fontWeight_export_isValid,definition:fontWeight_export_definition}],["font-size",{parse:fontSize_export_parse,isValid:fontSize_export_isValid,definition:fontSize_export_definition}],["line-height",{parse:lineHeight_export_parse,isValid:lineHeight_export_isValid,definition:lineHeight_export_definition}],["font-family",{parse:fontFamily_export_parse,isValid:fontFamily_export_isValid,definition:fontFamily_export_definition}]]);var height_export_parse,height_export_definition,left_export_parse,left_export_definition,lightingColor_export_parse,lightingColor_export_definition,margin_export_parse,margin_export_isValid,margin_export_definition;font_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const key=external_dependency_parsers_0.parseKeyword(v,["caption","icon","menu","message-box","small-caption","status-bar"]);if(key)return key;const[fontBlock,...families]=external_dependency_parsers_0.splitValue(v,{delimiter:","}),[fontBlockA,fontBlockB]=external_dependency_parsers_0.splitValue(fontBlock,{delimiter:"/"}),font={"font-style":"normal","font-variant":"normal","font-weight":"normal"},fontFamilies=new Set;if(fontBlockB){const[lineB,...familiesB]=fontBlockB.trim().split(" ");if(!lineB||!lineHeight_export_isValid(lineB)||!familiesB.length)return;const lineHeightB=lineHeight_export_parse(lineB),familyB=familiesB.join(" ");if(!fontFamily_export_isValid(familyB))return;fontFamilies.add(fontFamily_export_parse(familyB));const parts=external_dependency_parsers_0.splitValue(fontBlockA.trim()),properties=["font-style","font-variant","font-weight","font-size"];for(const part of parts)if("normal"!==part)for(const property of properties)switch(property){case"font-style":case"font-variant":case"font-weight":case"font-size":{const value=font_local_var_shorthandFor.get(property);value.isValid(part)&&(font[property]=value.parse(part));break}}if(!Object.hasOwn(font,"font-size"))return;font["line-height"]=lineHeightB}else{const revParts=[...external_dependency_parsers_0.splitValue(fontBlockA.trim())].reverse(),revFontFamily=[],properties=["font-style","font-variant","font-weight","line-height"];let fontSizeA;font["font-style"]="normal",font["font-variant"]="normal",font["font-weight"]="normal",font["line-height"]="normal";for(const part of revParts)if(fontSizeA){if("normal"===part)continue;for(const property of properties)switch(property){case"font-style":case"font-variant":case"font-weight":case"line-height":{const value=font_local_var_shorthandFor.get(property);value.isValid(part)&&(font[property]=value.parse(part));break}}}else if(fontSize_export_isValid(part))fontSizeA=fontSize_export_parse(part);else{if(!fontFamily_export_isValid(part))return;revFontFamily.push(part)}const family=revFontFamily.reverse().join(" ");if(!fontSizeA||!fontFamily_export_isValid(family))return;font["font-size"]=fontSizeA,fontFamilies.add(fontFamily_export_parse(family))}for(const family of families){if(!fontFamily_export_isValid(family))return;fontFamilies.add(fontFamily_export_parse(family))}return font["font-family"]=[...fontFamilies].join(", "),font},font_export_definition={set(v){if(""===( |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global))||external_dependency_parsers_0.hasVarFunc(v)){for(const[key]of font_local_var_shorthandFor)this._setProperty(key,"");this._setProperty("font",v)}else{const obj=font_export_parse(v);if(!obj)return;const str=new Set;for(const[key]of font_local_var_shorthandFor){const val=obj[key];"string"==typeof val&&(this._setProperty(key,val),val&&"normal"!==val&&!str.has(val)&&("line-height"===key?str.add(`/ ${val}`):str.add(val)))}this._setProperty("font",[...str].join(" "))}},get(){ |
| /*ThouShaltNotCache*/ |
| const val=this.getPropertyValue("font");if(external_dependency_parsers_0.hasVarFunc(val))return val;const str=new Set;for(const[key]of font_local_var_shorthandFor){const v=this.getPropertyValue(key);if(external_dependency_parsers_0.hasVarFunc(v))return"";v&&"normal"!==v&&!str.has(v)&&("line-height"===key?str.add(`/ ${v}`):str.add(`${v}`))}return[...str].join(" ")},enumerable:!0,configurable:!0},height_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const dim=external_dependency_parsers_0.parseMeasurement(v,!0);if(dim)return dim;return external_dependency_parsers_0.parseKeyword(v,["auto","min-content","max-content","fit-content"])},height_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("height",height_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("height")},enumerable:!0,configurable:!0},left_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const dim=external_dependency_parsers_0.parseMeasurement(v);return dim||external_dependency_parsers_0.parseKeyword(v,["auto"])},left_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("left",left_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("left")},enumerable:!0,configurable:!0},lightingColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},lightingColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("lighting-color",lightingColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("lighting-color")},enumerable:!0,configurable:!0};const margin_local_var_positions=["top","right","bottom","left"];var marginBottom_export_parse,marginBottom_export_isValid,marginBottom_export_definition,marginLeft_export_parse,marginLeft_export_isValid,marginLeft_export_definition,marginRight_export_parse,marginRight_export_isValid,marginRight_export_definition,marginTop_export_parse,marginTop_export_isValid,marginTop_export_definition,opacity_export_parse,opacity_export_definition,outlineColor_export_parse,outlineColor_export_definition,padding_export_parse,padding_export_isValid,padding_export_definition;margin_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v);return val||external_dependency_parsers_0.parseKeyword(v,["auto"])},margin_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof margin_export_parse(v)},margin_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._implicitSetter("margin","","",margin_export_isValid,margin_export_parse,margin_local_var_positions),this._setProperty("margin",v)):this._implicitSetter("margin","",v,margin_export_isValid,margin_export_parse,margin_local_var_positions)},get(){ |
| /*ThouShaltNotCache*/ |
| const val=this._implicitGetter("margin",margin_local_var_positions);return""===val?this.getPropertyValue("margin"):external_dependency_parsers_0.hasVarFunc(val)?"":val},enumerable:!0,configurable:!0},marginBottom_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v);return val||external_dependency_parsers_0.parseKeyword(v,["auto"])},marginBottom_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof marginBottom_export_parse(v)},marginBottom_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("margin",""),this._setProperty("margin-bottom",v)):this._subImplicitSetter("margin","bottom",v,marginBottom_export_isValid,marginBottom_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("margin-bottom")},enumerable:!0,configurable:!0},marginLeft_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v);return val||external_dependency_parsers_0.parseKeyword(v,["auto"])},marginLeft_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof marginLeft_export_parse(v)},marginLeft_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("margin",""),this._setProperty("margin-left",v)):this._subImplicitSetter("margin","left",v,marginLeft_export_isValid,marginLeft_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("margin-left")},enumerable:!0,configurable:!0},marginRight_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v);return val||external_dependency_parsers_0.parseKeyword(v,["auto"])},marginRight_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof marginRight_export_parse(v)},marginRight_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("margin",""),this._setProperty("margin-right",v)):this._subImplicitSetter("margin","right",v,marginRight_export_isValid,marginRight_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("margin-right")},enumerable:!0,configurable:!0},marginTop_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v);return val||external_dependency_parsers_0.parseKeyword(v,["auto"])},marginTop_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof marginTop_export_parse(v)},marginTop_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("margin",""),this._setProperty("margin-top",v)):this._subImplicitSetter("margin","top",v,marginTop_export_isValid,marginTop_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("margin-top")},enumerable:!0,configurable:!0},opacity_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| let num=external_dependency_parsers_0.parseNumber(v);if(num)return num=parseFloat(num),num<0?"0":num>1?"1":`${num}`;let pct=external_dependency_parsers_0.parsePercent(v);return pct?(pct=parseFloat(pct),pct<0?"0%":pct>100?"100%":`${pct}%`):external_dependency_parsers_0.parseKeyword(v)},opacity_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("opacity",opacity_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("opacity")},enumerable:!0,configurable:!0},outlineColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},outlineColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("outline-color",outlineColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("outline-color")},enumerable:!0,configurable:!0};const padding_local_var_positions=["top","right","bottom","left"];var paddingBottom_export_parse,paddingBottom_export_isValid,paddingBottom_export_definition,paddingLeft_export_parse,paddingLeft_export_isValid,paddingLeft_export_definition,paddingRight_export_parse,paddingRight_export_isValid,paddingRight_export_definition,paddingTop_export_parse,paddingTop_export_isValid,paddingTop_export_definition,right_export_parse,right_export_definition,stopColor_export_parse,stopColor_export_definition,top_export_parse,top_export_definition,webkitBorderAfterColor_export_parse,webkitBorderAfterColor_export_definition,webkitBorderBeforeColor_export_parse,webkitBorderBeforeColor_export_definition,webkitBorderEndColor_export_parse,webkitBorderEndColor_export_definition,webkitBorderStartColor_export_parse,webkitBorderStartColor_export_definition,webkitColumnRuleColor_export_parse,webkitColumnRuleColor_export_definition,webkitTapHighlightColor_export_parse,webkitTapHighlightColor_export_definition,webkitTextEmphasisColor_export_parse,webkitTextEmphasisColor_export_definition,webkitTextFillColor_export_parse,webkitTextFillColor_export_definition,webkitTextStrokeColor_export_parse,webkitTextStrokeColor_export_definition,width_export_parse,width_export_definition;padding_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v,!0);return val||external_dependency_parsers_0.parseKeyword(v)},padding_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof padding_export_parse(v)},padding_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._implicitSetter("padding","","",padding_export_isValid,padding_export_parse,padding_local_var_positions),this._setProperty("padding",v)):this._implicitSetter("padding","",v,padding_export_isValid,padding_export_parse,padding_local_var_positions)},get(){ |
| /*ThouShaltNotCache*/ |
| const val=this._implicitGetter("padding",padding_local_var_positions);return""===val?this.getPropertyValue("padding"):external_dependency_parsers_0.hasVarFunc(val)?"":val},enumerable:!0,configurable:!0},paddingBottom_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v,!0);return val||external_dependency_parsers_0.parseKeyword(v)},paddingBottom_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof paddingBottom_export_parse(v)},paddingBottom_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("padding",""),this._setProperty("padding-bottom",v)):this._subImplicitSetter("padding","bottom",v,paddingBottom_export_isValid,paddingBottom_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("padding-bottom")},enumerable:!0,configurable:!0},paddingLeft_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v,!0);return val||external_dependency_parsers_0.parseKeyword(v)},paddingLeft_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof paddingLeft_export_parse(v)},paddingLeft_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("padding",""),this._setProperty("padding-left",v)):this._subImplicitSetter("padding","left",v,paddingLeft_export_isValid,paddingLeft_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("padding-left")},enumerable:!0,configurable:!0},paddingRight_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v,!0);return val||external_dependency_parsers_0.parseKeyword(v)},paddingRight_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof paddingRight_export_parse(v)},paddingRight_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("padding",""),this._setProperty("padding-right",v)):this._subImplicitSetter("padding","right",v,paddingRight_export_isValid,paddingRight_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("padding-right")},enumerable:!0,configurable:!0},paddingTop_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseMeasurement(v,!0);return val||external_dependency_parsers_0.parseKeyword(v)},paddingTop_export_isValid=function(v){ |
| /*ThouShaltNotCache*/ |
| return""===v||"string"==typeof paddingTop_export_parse(v)},paddingTop_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),external_dependency_parsers_0.hasVarFunc(v)?(this._setProperty("padding",""),this._setProperty("padding-top",v)):this._subImplicitSetter("padding","top",v,paddingTop_export_isValid,paddingTop_export_parse,["top","right","bottom","left"])},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("padding-top")},enumerable:!0,configurable:!0},right_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const dim=external_dependency_parsers_0.parseMeasurement(v);return dim||external_dependency_parsers_0.parseKeyword(v,["auto"])},right_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("right",right_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("right")},enumerable:!0,configurable:!0},stopColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},stopColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("stop-color",stopColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("stop-color")},enumerable:!0,configurable:!0},top_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const dim=external_dependency_parsers_0.parseMeasurement(v);return dim||external_dependency_parsers_0.parseKeyword(v,["auto"])},top_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("top",top_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("top")},enumerable:!0,configurable:!0},webkitBorderAfterColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitBorderAfterColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-border-after-color",webkitBorderAfterColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-border-after-color")},enumerable:!0,configurable:!0},webkitBorderBeforeColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitBorderBeforeColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-border-before-color",webkitBorderBeforeColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-border-before-color")},enumerable:!0,configurable:!0},webkitBorderEndColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitBorderEndColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-border-end-color",webkitBorderEndColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-border-end-color")},enumerable:!0,configurable:!0},webkitBorderStartColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitBorderStartColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-border-start-color",webkitBorderStartColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-border-start-color")},enumerable:!0,configurable:!0},webkitColumnRuleColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitColumnRuleColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-column-rule-color",webkitColumnRuleColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-column-rule-color")},enumerable:!0,configurable:!0},webkitTapHighlightColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitTapHighlightColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-tap-highlight-color",webkitTapHighlightColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-tap-highlight-color")},enumerable:!0,configurable:!0},webkitTextEmphasisColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitTextEmphasisColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-text-emphasis-color",webkitTextEmphasisColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-text-emphasis-color")},enumerable:!0,configurable:!0},webkitTextFillColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitTextFillColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-text-fill-color",webkitTextFillColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-text-fill-color")},enumerable:!0,configurable:!0},webkitTextStrokeColor_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const val=external_dependency_parsers_0.parseColor(v);return val||external_dependency_parsers_0.parseKeyword(v)},webkitTextStrokeColor_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("-webkit-text-stroke-color",webkitTextStrokeColor_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("-webkit-text-stroke-color")},enumerable:!0,configurable:!0},width_export_parse=function(v){ |
| /*ThouShaltNotCache*/ |
| const dim=external_dependency_parsers_0.parseMeasurement(v,!0);if(dim)return dim;return external_dependency_parsers_0.parseKeyword(v,["auto","min-content","max-content","fit-content"])},width_export_definition={set(v){ |
| /*ThouShaltNotCache*/ |
| v=external_dependency_parsers_0.prepareValue(v,this._global),this._setProperty("width",width_export_parse(v))},get(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("width")},enumerable:!0,configurable:!0},module.exports={backgroundImage:backgroundImage_export_definition,"background-image":backgroundImage_export_definition,backgroundPosition:backgroundPosition_export_definition,"background-position":backgroundPosition_export_definition,backgroundRepeat:backgroundRepeat_export_definition,"background-repeat":backgroundRepeat_export_definition,backgroundAttachment:backgroundAttachment_export_definition,"background-attachment":backgroundAttachment_export_definition,backgroundColor:backgroundColor_export_definition,"background-color":backgroundColor_export_definition,background:background_export_definition,borderWidth:borderWidth_export_definition,"border-width":borderWidth_export_definition,borderStyle:borderStyle_export_definition,"border-style":borderStyle_export_definition,borderColor:borderColor_export_definition,"border-color":borderColor_export_definition,border:border_export_definition,borderTopWidth:borderTopWidth_export_definition,"border-top-width":borderTopWidth_export_definition,borderTopStyle:borderTopStyle_export_definition,"border-top-style":borderTopStyle_export_definition,borderTopColor:borderTopColor_export_definition,"border-top-color":borderTopColor_export_definition,borderBottom:borderBottom_export_definition,"border-bottom":borderBottom_export_definition,borderBottomColor:borderBottomColor_export_definition,"border-bottom-color":borderBottomColor_export_definition,borderBottomStyle:borderBottomStyle_export_definition,"border-bottom-style":borderBottomStyle_export_definition,borderBottomWidth:borderBottomWidth_export_definition,"border-bottom-width":borderBottomWidth_export_definition,borderCollapse:borderCollapse_export_definition,"border-collapse":borderCollapse_export_definition,borderLeft:borderLeft_export_definition,"border-left":borderLeft_export_definition,borderLeftColor:borderLeftColor_export_definition,"border-left-color":borderLeftColor_export_definition,borderLeftStyle:borderLeftStyle_export_definition,"border-left-style":borderLeftStyle_export_definition,borderLeftWidth:borderLeftWidth_export_definition,"border-left-width":borderLeftWidth_export_definition,borderRight:borderRight_export_definition,"border-right":borderRight_export_definition,borderRightColor:borderRightColor_export_definition,"border-right-color":borderRightColor_export_definition,borderRightStyle:borderRightStyle_export_definition,"border-right-style":borderRightStyle_export_definition,borderRightWidth:borderRightWidth_export_definition,"border-right-width":borderRightWidth_export_definition,borderSpacing:borderSpacing_export_definition,"border-spacing":borderSpacing_export_definition,borderTop:borderTop_export_definition,"border-top":borderTop_export_definition,bottom:bottom_export_definition,clear:clear_export_definition,clip:clip_export_definition,color:color_export_definition,flexGrow:flexGrow_export_definition,"flex-grow":flexGrow_export_definition,flexShrink:flexShrink_export_definition,"flex-shrink":flexShrink_export_definition,flexBasis:flexBasis_export_definition,"flex-basis":flexBasis_export_definition,flex:flex_export_definition,float:float_export_definition,floodColor:floodColor_export_definition,"flood-color":floodColor_export_definition,fontStyle:fontStyle_export_definition,"font-style":fontStyle_export_definition,fontVariant:fontVariant_export_definition,"font-variant":fontVariant_export_definition,fontWeight:fontWeight_export_definition,"font-weight":fontWeight_export_definition,fontSize:fontSize_export_definition,"font-size":fontSize_export_definition,lineHeight:lineHeight_export_definition,"line-height":lineHeight_export_definition,fontFamily:fontFamily_export_definition,"font-family":fontFamily_export_definition,font:font_export_definition,height:height_export_definition,left:left_export_definition,lightingColor:lightingColor_export_definition,"lighting-color":lightingColor_export_definition,margin:margin_export_definition,marginBottom:marginBottom_export_definition,"margin-bottom":marginBottom_export_definition,marginLeft:marginLeft_export_definition,"margin-left":marginLeft_export_definition,marginRight:marginRight_export_definition,"margin-right":marginRight_export_definition,marginTop:marginTop_export_definition,"margin-top":marginTop_export_definition,opacity:opacity_export_definition,outlineColor:outlineColor_export_definition,"outline-color":outlineColor_export_definition,padding:padding_export_definition,paddingBottom:paddingBottom_export_definition,"padding-bottom":paddingBottom_export_definition,paddingLeft:paddingLeft_export_definition,"padding-left":paddingLeft_export_definition,paddingRight:paddingRight_export_definition,"padding-right":paddingRight_export_definition,paddingTop:paddingTop_export_definition,"padding-top":paddingTop_export_definition,right:right_export_definition,stopColor:stopColor_export_definition,"stop-color":stopColor_export_definition,top:top_export_definition,webkitBorderAfterColor:webkitBorderAfterColor_export_definition,"-webkit-border-after-color":webkitBorderAfterColor_export_definition,WebkitBorderAfterColor:webkitBorderAfterColor_export_definition,webkitBorderBeforeColor:webkitBorderBeforeColor_export_definition,"-webkit-border-before-color":webkitBorderBeforeColor_export_definition,WebkitBorderBeforeColor:webkitBorderBeforeColor_export_definition,webkitBorderEndColor:webkitBorderEndColor_export_definition,"-webkit-border-end-color":webkitBorderEndColor_export_definition,WebkitBorderEndColor:webkitBorderEndColor_export_definition,webkitBorderStartColor:webkitBorderStartColor_export_definition,"-webkit-border-start-color":webkitBorderStartColor_export_definition,WebkitBorderStartColor:webkitBorderStartColor_export_definition,webkitColumnRuleColor:webkitColumnRuleColor_export_definition,"-webkit-column-rule-color":webkitColumnRuleColor_export_definition,WebkitColumnRuleColor:webkitColumnRuleColor_export_definition,webkitTapHighlightColor:webkitTapHighlightColor_export_definition,"-webkit-tap-highlight-color":webkitTapHighlightColor_export_definition,WebkitTapHighlightColor:webkitTapHighlightColor_export_definition,webkitTextEmphasisColor:webkitTextEmphasisColor_export_definition,"-webkit-text-emphasis-color":webkitTextEmphasisColor_export_definition,WebkitTextEmphasisColor:webkitTextEmphasisColor_export_definition,webkitTextFillColor:webkitTextFillColor_export_definition,"-webkit-text-fill-color":webkitTextFillColor_export_definition,WebkitTextFillColor:webkitTextFillColor_export_definition,webkitTextStrokeColor:webkitTextStrokeColor_export_definition,"-webkit-text-stroke-color":webkitTextStrokeColor_export_definition,WebkitTextStrokeColor:webkitTextStrokeColor_export_definition,width:width_export_definition}},56688:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),HTMLElementImpl=__webpack_require__(52723).implementation,WindowEventHandlersImpl=__webpack_require__(84693).implementation;class HTMLFrameSetElementImpl extends HTMLElementImpl{constructor(...args){ |
| /*ThouShaltNotCache*/ |
| super(...args),this._proxyWindowEventsToWindow()}}mixin(HTMLFrameSetElementImpl.prototype,WindowEventHandlersImpl.prototype),module.exports={implementation:HTMLFrameSetElementImpl}},56971:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),{filter,FILTER_ACCEPT,FILTER_REJECT,FILTER_SKIP}=__webpack_require__(69573);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._active=!1,this.root=privateData.root,this.currentNode=this.root,this.whatToShow=privateData.whatToShow,this.filter=privateData.filter,this._globalObject=globalObject}get currentNode(){ |
| /*ThouShaltNotCache*/ |
| return this._currentNode}set currentNode(node){ |
| /*ThouShaltNotCache*/ |
| if(null===node)throw DOMException.create(this._globalObject,["Cannot set currentNode to null","NotSupportedError"]);this._currentNode=node}parentNode(){ |
| /*ThouShaltNotCache*/ |
| let node=this._currentNode;for(;null!==node&&node!==this.root;)if(node=node.parentNode,null!==node&&filter(this,node)===FILTER_ACCEPT)return this._currentNode=node;return null}firstChild(){ |
| /*ThouShaltNotCache*/ |
| return this._traverseChildren(false)}lastChild(){ |
| /*ThouShaltNotCache*/ |
| return this._traverseChildren(true)}previousSibling(){ |
| /*ThouShaltNotCache*/ |
| return this._traverseSiblings(true)}nextSibling(){ |
| /*ThouShaltNotCache*/ |
| return this._traverseSiblings(false)}previousNode(){ |
| /*ThouShaltNotCache*/ |
| let node=this._currentNode;for(;node!==this.root;){let sibling=node.previousSibling;for(;null!==sibling;){node=sibling;let result=filter(this,node);for(;result!==FILTER_REJECT&&node.hasChildNodes();)node=node.lastChild,result=filter(this,node);if(result===FILTER_ACCEPT)return this._currentNode=node;sibling=node.previousSibling}if(node===this.root||null===node.parentNode)return null;if(node=node.parentNode,filter(this,node)===FILTER_ACCEPT)return this._currentNode=node}return null}nextNode(){ |
| /*ThouShaltNotCache*/ |
| let node=this._currentNode,result=FILTER_ACCEPT;for(;;){for(;result!==FILTER_REJECT&&node.hasChildNodes();)if(node=node.firstChild,result=filter(this,node),result===FILTER_ACCEPT)return this._currentNode=node;do{if(node===this.root)return null;const sibling=node.nextSibling;if(null!==sibling){node=sibling;break}node=node.parentNode}while(null!==node);if(null===node)return null;if(result=filter(this,node),result===FILTER_ACCEPT)return this._currentNode=node}}_traverseChildren(type){ |
| /*ThouShaltNotCache*/ |
| let node=this._currentNode;if(node=false===type?node.firstChild:node.lastChild,null===node)return null;main:for(;;){const result=filter(this,node);if(result===FILTER_ACCEPT)return this._currentNode=node;if(result===FILTER_SKIP){const child=false===type?node.firstChild:node.lastChild;if(null!==child){node=child;continue}}for(;;){const sibling=false===type?node.nextSibling:node.previousSibling;if(null!==sibling){node=sibling;continue main}const parent=node.parentNode;if(null===parent||parent===this.root||parent===this._currentNode)return null;node=parent}}}_traverseSiblings(type){ |
| /*ThouShaltNotCache*/ |
| let node=this._currentNode;if(node===this.root)return null;for(;;){let sibling=false===type?node.nextSibling:node.previousSibling;for(;null!==sibling;){node=sibling;const result=filter(this,node);if(result===FILTER_ACCEPT)return this._currentNode=node;sibling=false===type?node.firstChild:node.lastChild,result!==FILTER_REJECT&&null!==sibling||(sibling=false===type?node.nextSibling:node.previousSibling)}if(node=node.parentNode,null===node||node===this.root)return null;if(filter(this,node)===FILTER_ACCEPT)return null}}}},57012:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGNumber.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGNumber'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGNumber{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of SVGNumber.");return esValue[implSymbol].value}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of SVGNumber.");V=conversions.float(V,{context:"Failed to set the 'value' property on 'SVGNumber': The provided value",globals:globalObject}),esValue[implSymbol].value=V}}Object.defineProperties(SVGNumber.prototype,{value:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGNumber",configurable:!0}}),ctorRegistry.SVGNumber=SVGNumber,Object.defineProperty(globalObject,"SVGNumber",{configurable:!0,writable:!0,value:SVGNumber})};const Impl=__webpack_require__(33550)},57052:module=>{"use strict";module.exports=Function.prototype.apply},57118:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMTokenList=__webpack_require__(7226),HTMLElementImpl=__webpack_require__(52723).implementation,DefaultConstraintValidationImpl=__webpack_require__(11549).D,{mixin}=__webpack_require__(7586),{getLabelsForLabelable,formOwner}=__webpack_require__(28888);class HTMLOutputElementImpl extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._labels=null,this._defaultValueOverride=null,this._customValidityErrorMessage=""}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldValue),"for"===name&&void 0!==this._htmlFor&&this._htmlFor.attrModified()}_barredFromConstraintValidationSpecialization(){ |
| /*ThouShaltNotCache*/ |
| return!0}_formReset(){ |
| /*ThouShaltNotCache*/ |
| this.textContent=this.defaultValue,this._defaultValueOverride=null}get htmlFor(){ |
| /*ThouShaltNotCache*/ |
| return void 0===this._htmlFor&&(this._htmlFor=DOMTokenList.createImpl(this._globalObject,[],{element:this,attributeLocalName:"for"})),this._htmlFor}get type(){ |
| /*ThouShaltNotCache*/ |
| return"output"}get labels(){ |
| /*ThouShaltNotCache*/ |
| return getLabelsForLabelable(this)}get form(){ |
| /*ThouShaltNotCache*/ |
| return formOwner(this)}get value(){ |
| /*ThouShaltNotCache*/ |
| return this.textContent}set value(val){ |
| /*ThouShaltNotCache*/ |
| this._defaultValueOverride=this.defaultValue,this.textContent=val}get defaultValue(){ |
| /*ThouShaltNotCache*/ |
| return null!==this._defaultValueOverride?this._defaultValueOverride:this.textContent}set defaultValue(val){ |
| /*ThouShaltNotCache*/ |
| null!==this._defaultValueOverride?this._defaultValueOverride=val:this.textContent=val}}mixin(HTMLOutputElementImpl.prototype,DefaultConstraintValidationImpl.prototype),module.exports={implementation:HTMLOutputElementImpl}},57175:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348);const http=__webpack_require__(78022),https=__webpack_require__(30239),{Writable}=__webpack_require__(34640),zlib=__webpack_require__(47691),ver=process.version.replace("v","").split("."),majorNodeVersion=Number.parseInt(ver[0]);function abortRequest(clientRequest){ |
| /*ThouShaltNotCache*/ |
| clientRequest.destroy(),clientRequest.removeAllListeners(),clientRequest.on("error",()=>{})}module.exports=class extends Writable{constructor(url,clientOptions,requestOptions){ |
| /*ThouShaltNotCache*/ |
| super(),Object.assign(this,clientOptions),this.currentURL=url,this._requestOptions=requestOptions,this.headers=requestOptions.headers,this._ended=!1,this._redirectCount=0,this._requestBodyBuffers=[],this._bufferIndex=0,this._performRequest()}abort(){ |
| /*ThouShaltNotCache*/ |
| abortRequest(this._currentRequest),this.emit("abort"),this.removeAllListeners()}pipeRequest(form){ |
| /*ThouShaltNotCache*/ |
| form.pipe(this._currentRequest)}write(data,encoding){ |
| /*ThouShaltNotCache*/ |
| data.length>0&&(this._requestBodyBuffers.push({data,encoding}),this._currentRequest.write(data,encoding))}end(){ |
| /*ThouShaltNotCache*/ |
| this.emit("request",this._currentRequest),this._ended=!0,this._currentRequest.end()}setHeader(name,value){ |
| /*ThouShaltNotCache*/ |
| this.headers[name]=value,this._currentRequest.setHeader(name,value)}removeHeader(name){ |
| /*ThouShaltNotCache*/ |
| delete this.headers[name],this._currentRequest.removeHeader(name)}toJSON(){ |
| /*ThouShaltNotCache*/ |
| const{method,headers}=this._requestOptions;return{uri:new URL(this.currentURL),method,headers}}_writeNext(error){ |
| /*ThouShaltNotCache*/ |
| if(this._currentRequest)if(error)this.emit("error",error);else if(this._bufferIndex<this._requestBodyBuffers.length){const buffer=this._requestBodyBuffers[this._bufferIndex++];this._currentRequest.writableEnded||this._currentRequest.write(buffer.data,buffer.encoding,this._writeNext.bind(this))}else this._ended&&this._currentRequest.end()}_performRequest(){ |
| /*ThouShaltNotCache*/ |
| const urlOptions=new URL(this.currentURL),scheme=urlOptions.protocol,requestOptions={...this._requestOptions,agent:this.agents[scheme.substring(0,scheme.length-1)],protocol:urlOptions.protocol,hostname:urlOptions.hostname,port:urlOptions.port,path:urlOptions.pathname+urlOptions.search},{request}="https:"===scheme?https:http;let cookies;this._currentRequest=request(requestOptions,response=>{ |
| /*ThouShaltNotCache*/ |
| this._processResponse(response)}),0===this._redirectCount&&(this.originalCookieHeader=this.getHeader("Cookie")),this.cookieJar&&(cookies=this.cookieJar.getCookieStringSync(this.currentURL)),cookies&&cookies.length&&(this.originalCookieHeader?this.setHeader("Cookie",this.originalCookieHeader+"; "+cookies):this.setHeader("Cookie",cookies));for(const event of["connect","error","socket","timeout"])this._currentRequest.on(event,(...args)=>{ |
| /*ThouShaltNotCache*/ |
| this.emit(event,...args)});this._isRedirect&&(this._bufferIndex=0,this._writeNext())}_processResponse(response){ |
| /*ThouShaltNotCache*/ |
| const cookies=response.headers["set-cookie"];if(this.cookieJar&&Array.isArray(cookies))try{cookies.forEach(cookie=>{ |
| /*ThouShaltNotCache*/ |
| this.cookieJar.setCookieSync(cookie,this.currentURL,{ignoreError:!0})})}catch(e){this.emit("error",e)}const{statusCode}=response,{location}=response.headers,catchResErrors=err=>{ |
| /*ThouShaltNotCache*/ |
| majorNodeVersion>=15&&"aborted"===err.message||this.emit("error",err)};response.on("error",catchResErrors);let redirectAddress=null,resendWithAuth=!1;if("string"==typeof location&&location.length&&this.followRedirects&&statusCode>=300&&statusCode<400?redirectAddress=location:401===statusCode&&/^Basic /i.test(response.headers["www-authenticate"]||"")&&this.user&&this.user.length&&(this._requestOptions.auth=`${this.user}:${this.pass}`,resendWithAuth=!0),redirectAddress||resendWithAuth){if(++this._redirectCount>21){const redirectError=new Error("Maximum number of redirects exceeded");return redirectError.code="ERR_TOO_MANY_REDIRECTS",void this.emit("error",redirectError)}abortRequest(this._currentRequest),response.destroy(),this._isRedirect=!0,((301===statusCode||302===statusCode)&&"POST"===this._requestOptions.method||303===statusCode&&!/^(?:GET|HEAD)$/.test(this._requestOptions.method))&&(this._requestOptions.method="GET",this._requestBodyBuffers=[]);let previousHostName=this._removeMatchingHeaders(/^host$/i);previousHostName||(previousHostName=new URL(this.currentURL).hostname);const previousURL=this.currentURL;if(!resendWithAuth){let nextURL;try{nextURL=new URL(redirectAddress,this.currentURL)}catch(e){return void this.emit("error",e)}nextURL.hostname!==previousHostName&&this._removeMatchingHeaders(/^authorization$/i),this.currentURL=nextURL.toString()}this.headers.Referer=previousURL,this.emit("redirect",response,this.headers,this.currentURL);try{this._performRequest()}catch(cause){this.emit("error",cause)}}else{let pipeline=response;const acceptEncoding=this.headers["Accept-Encoding"];if("string"==typeof acceptEncoding&&(acceptEncoding.includes("gzip")||acceptEncoding.includes("deflate"))&&"HEAD"!==this._requestOptions.method&&statusCode>=200&&204!==statusCode&&304!==statusCode){const zlibOptions={flush:(zlib.constants??zlib).Z_SYNC_FLUSH,finishFlush:(zlib.constants??zlib).Z_SYNC_FLUSH},contentEncoding=(response.headers["content-encoding"]||"identity").trim().toLowerCase();"gzip"===contentEncoding?(pipeline=zlib.createGunzip(zlibOptions),response.pipe(pipeline)):"deflate"===contentEncoding&&(pipeline=zlib.createInflate(zlibOptions),response.pipe(pipeline))}pipeline.removeAllListeners("error"),this.emit("response",response,this.currentURL),pipeline.on("data",bytes=>this.emit("data",bytes)),pipeline.once("end",bytes=>this.emit("end",bytes)),pipeline.on("error",catchResErrors),pipeline.on("close",()=>this.emit("close")),this._requestBodyBuffers=[]}}getHeader(key,value){ |
| /*ThouShaltNotCache*/ |
| return this._currentRequest?this._currentRequest.getHeader(key,value):null}_removeMatchingHeaders(regex){ |
| /*ThouShaltNotCache*/ |
| let lastValue;for(const header in this.headers)regex.test(header)&&(lastValue=this.headers[header],delete this.headers[header]);return lastValue}}},57335:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const util=__webpack_require__(25411),idlUtils=__webpack_require__(65554),ErrorEvent=__webpack_require__(92825),{createAnEvent}=__webpack_require__(97130),errorReportingMode=Symbol("error reporting mode");module.exports=function(window,error,filenameHint){ |
| /*ThouShaltNotCache*/ |
| const stack=error&&error.stack,lines=stack&&stack.split("\n");let pieces;if(lines)for(let i=1;i<lines.length&&!pieces;++i)pieces=lines[i].match(/at (?:(.+)\s+)?\(?(?:(.+?):(\d+):(\d+)|([^)]+))\)?/);const fileName=pieces&&pieces[2]||filenameHint||window._document.URL;if(!function(line,col,target,errorObject,message,location){ |
| /*ThouShaltNotCache*/ |
| if(target[errorReportingMode])return!1;target[errorReportingMode]=!0,"string"!=typeof message&&(message="uncaught exception: "+util.inspect(errorObject));const event=createAnEvent("error",target._globalObject,ErrorEvent,{cancelable:!0,message,filename:location,lineno:line,colno:col,error:errorObject});try{target._dispatch(event)}finally{return target[errorReportingMode]=!1,event.defaultPrevented}}(pieces&&parseInt(pieces[3])||0,pieces&&parseInt(pieces[4])||0,idlUtils.implForWrapper(window),error,error&&error.message,fileName)){const errorString=(x=error)&&x.name&&void 0!==x.message&&x.stack?`[${error.name}: ${error.message}]`:util.inspect(error),jsdomError=new Error(`Uncaught ${errorString}`);jsdomError.detail=error,jsdomError.type="unhandled exception",window._virtualConsole.emit("jsdomError",jsdomError)}var x}},57397:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),create_SVGAnimatedString=__webpack_require__(63029).create,EventHandlerNonNull=__webpack_require__(70705),OnErrorEventHandlerNonNull=__webpack_require__(62490),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Element=__webpack_require__(88571);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Element._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGElement extends globalObject.Element{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}focus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'focus' called on an object that is not a valid instance of SVGElement.");return esValue[implSymbol].focus()}blur(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'blur' called on an object that is not a valid instance of SVGElement.");return esValue[implSymbol].blur()}get className(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get className' called on an object that is not a valid instance of SVGElement.");return utils.getSameObject(this,"className",()=>create_SVGAnimatedString(globalObject,[],{element:esValue[implSymbol],attribute:"class"}))}get ownerSVGElement(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ownerSVGElement' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ownerSVGElement)}get viewportElement(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get viewportElement' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].viewportElement)}get style(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get style' called on an object that is not a valid instance of SVGElement.");return utils.getSameObject(this,"style",()=>utils.tryWrapperForImpl(esValue[implSymbol].style))}set style(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set style' called on an object that is not a valid instance of SVGElement.");const Q=esValue.style;if(!utils.isObject(Q))throw new globalObject.TypeError("Property 'style' is not an object");Reflect.set(Q,"cssText",V)}get onabort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onabort' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onabort)}set onabort(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onabort' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onabort' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onabort=V}get onauxclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onauxclick' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onauxclick)}set onauxclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onauxclick' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onauxclick' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onauxclick=V}get onbeforeinput(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeinput' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeinput)}set onbeforeinput(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeinput' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeinput' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onbeforeinput=V}get onbeforematch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforematch' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforematch)}set onbeforematch(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforematch' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforematch' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onbeforematch=V}get onbeforetoggle(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforetoggle' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforetoggle)}set onbeforetoggle(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforetoggle' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforetoggle' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onbeforetoggle=V}get onblur(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onblur' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onblur)}set onblur(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onblur' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onblur' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onblur=V}get oncancel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncancel' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncancel)}set oncancel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncancel' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncancel' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncancel=V}get oncanplay(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncanplay' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncanplay)}set oncanplay(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncanplay' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncanplay' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncanplay=V}get oncanplaythrough(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncanplaythrough' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncanplaythrough)}set oncanplaythrough(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncanplaythrough' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncanplaythrough' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncanplaythrough=V}get onchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onchange' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onchange)}set onchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onchange' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onchange' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onchange=V}get onclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onclick' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onclick)}set onclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onclick' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onclick' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onclick=V}get onclose(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onclose' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onclose)}set onclose(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onclose' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onclose' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onclose=V}get oncontextlost(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextlost' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextlost)}set oncontextlost(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextlost' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextlost' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncontextlost=V}get oncontextmenu(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextmenu' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextmenu)}set oncontextmenu(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextmenu' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextmenu' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncontextmenu=V}get oncontextrestored(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextrestored' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextrestored)}set oncontextrestored(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextrestored' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextrestored' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncontextrestored=V}get oncopy(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncopy' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncopy)}set oncopy(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncopy' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncopy' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncopy=V}get oncuechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncuechange' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncuechange)}set oncuechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncuechange' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncuechange' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncuechange=V}get oncut(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncut' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oncut)}set oncut(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncut' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncut' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oncut=V}get ondblclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondblclick' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondblclick)}set ondblclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondblclick' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondblclick' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondblclick=V}get ondrag(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondrag' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondrag)}set ondrag(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondrag' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondrag' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondrag=V}get ondragend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragend' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragend)}set ondragend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragend' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragend' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondragend=V}get ondragenter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragenter' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragenter)}set ondragenter(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragenter' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragenter' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondragenter=V}get ondragleave(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragleave' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragleave)}set ondragleave(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragleave' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragleave' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondragleave=V}get ondragover(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragover' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragover)}set ondragover(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragover' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragover' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondragover=V}get ondragstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragstart' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragstart)}set ondragstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragstart' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragstart' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondragstart=V}get ondrop(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondrop' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondrop)}set ondrop(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondrop' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondrop' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondrop=V}get ondurationchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondurationchange' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ondurationchange)}set ondurationchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondurationchange' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondurationchange' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ondurationchange=V}get onemptied(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onemptied' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onemptied)}set onemptied(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onemptied' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onemptied' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onemptied=V}get onended(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onended' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onended)}set onended(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onended' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onended' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onended=V}get onerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onerror' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onerror)}set onerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onerror' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?OnErrorEventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onerror' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onerror=V}get onfocus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onfocus' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onfocus)}set onfocus(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onfocus' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onfocus' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onfocus=V}get onformdata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onformdata' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onformdata)}set onformdata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onformdata' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onformdata' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onformdata=V}get oninput(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oninput' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oninput)}set oninput(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oninput' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oninput' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oninput=V}get oninvalid(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oninvalid' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].oninvalid)}set oninvalid(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oninvalid' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oninvalid' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].oninvalid=V}get onkeydown(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeydown' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeydown)}set onkeydown(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeydown' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeydown' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onkeydown=V}get onkeypress(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeypress' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeypress)}set onkeypress(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeypress' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeypress' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onkeypress=V}get onkeyup(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeyup' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeyup)}set onkeyup(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeyup' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeyup' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onkeyup=V}get onload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onload' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onload)}set onload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onload' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onload' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onload=V}get onloadeddata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadeddata' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadeddata)}set onloadeddata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadeddata' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadeddata' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onloadeddata=V}get onloadedmetadata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadedmetadata' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadedmetadata)}set onloadedmetadata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadedmetadata' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadedmetadata' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onloadedmetadata=V}get onloadstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadstart' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadstart)}set onloadstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadstart' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadstart' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onloadstart=V}get onmousedown(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmousedown' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmousedown)}set onmousedown(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmousedown' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmousedown' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onmousedown=V}get onmouseenter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(exports.is(esValue))return utils.tryWrapperForImpl(esValue[implSymbol].onmouseenter)}set onmouseenter(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;exports.is(esValue)&&(V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseenter' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onmouseenter=V)}get onmouseleave(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(exports.is(esValue))return utils.tryWrapperForImpl(esValue[implSymbol].onmouseleave)}set onmouseleave(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;exports.is(esValue)&&(V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseleave' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onmouseleave=V)}get onmousemove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmousemove' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmousemove)}set onmousemove(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmousemove' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmousemove' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onmousemove=V}get onmouseout(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseout' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseout)}set onmouseout(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseout' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseout' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onmouseout=V}get onmouseover(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseover' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseover)}set onmouseover(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseover' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseover' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onmouseover=V}get onmouseup(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseup' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseup)}set onmouseup(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseup' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseup' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onmouseup=V}get onpaste(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpaste' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpaste)}set onpaste(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpaste' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpaste' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onpaste=V}get onpause(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpause' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onpause)}set onpause(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpause' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpause' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onpause=V}get onplay(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onplay' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onplay)}set onplay(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onplay' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onplay' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onplay=V}get onplaying(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onplaying' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onplaying)}set onplaying(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onplaying' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onplaying' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onplaying=V}get onprogress(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onprogress' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onprogress)}set onprogress(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onprogress' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onprogress' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onprogress=V}get onratechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onratechange' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onratechange)}set onratechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onratechange' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onratechange' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onratechange=V}get onreset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onreset' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onreset)}set onreset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onreset' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onreset' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onreset=V}get onresize(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onresize' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onresize)}set onresize(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onresize' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onresize' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onresize=V}get onscroll(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onscroll' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onscroll)}set onscroll(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onscroll' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onscroll' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onscroll=V}get onscrollend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onscrollend' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onscrollend)}set onscrollend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onscrollend' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onscrollend' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onscrollend=V}get onsecuritypolicyviolation(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsecuritypolicyviolation' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onsecuritypolicyviolation)}set onsecuritypolicyviolation(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsecuritypolicyviolation' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsecuritypolicyviolation' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onsecuritypolicyviolation=V}get onseeked(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onseeked' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onseeked)}set onseeked(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onseeked' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onseeked' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onseeked=V}get onseeking(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onseeking' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onseeking)}set onseeking(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onseeking' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onseeking' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onseeking=V}get onselect(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onselect' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onselect)}set onselect(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onselect' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onselect' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onselect=V}get onslotchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onslotchange' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onslotchange)}set onslotchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onslotchange' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onslotchange' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onslotchange=V}get onstalled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onstalled' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onstalled)}set onstalled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onstalled' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onstalled' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onstalled=V}get onsubmit(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsubmit' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onsubmit)}set onsubmit(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsubmit' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsubmit' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onsubmit=V}get onsuspend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsuspend' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onsuspend)}set onsuspend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsuspend' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsuspend' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onsuspend=V}get ontimeupdate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontimeupdate' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontimeupdate)}set ontimeupdate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontimeupdate' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontimeupdate' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ontimeupdate=V}get ontoggle(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontoggle' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontoggle)}set ontoggle(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontoggle' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontoggle' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ontoggle=V}get onvolumechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onvolumechange' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onvolumechange)}set onvolumechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onvolumechange' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onvolumechange' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onvolumechange=V}get onwaiting(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwaiting' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwaiting)}set onwaiting(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwaiting' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwaiting' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onwaiting=V}get onwebkitanimationend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationend' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationend)}set onwebkitanimationend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationend' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationend' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onwebkitanimationend=V}get onwebkitanimationiteration(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationiteration' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationiteration)}set onwebkitanimationiteration(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationiteration' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationiteration' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onwebkitanimationiteration=V}get onwebkitanimationstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationstart' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationstart)}set onwebkitanimationstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationstart' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationstart' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onwebkitanimationstart=V}get onwebkittransitionend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkittransitionend' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkittransitionend)}set onwebkittransitionend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkittransitionend' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkittransitionend' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onwebkittransitionend=V}get onwheel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwheel' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].onwheel)}set onwheel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwheel' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwheel' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].onwheel=V}get ontouchstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchstart' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchstart)}set ontouchstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchstart' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchstart' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ontouchstart=V}get ontouchend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchend' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchend)}set ontouchend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchend' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchend' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ontouchend=V}get ontouchmove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchmove' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchmove)}set ontouchmove(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchmove' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchmove' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ontouchmove=V}get ontouchcancel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchcancel' called on an object that is not a valid instance of SVGElement.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchcancel)}set ontouchcancel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchcancel' called on an object that is not a valid instance of SVGElement.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchcancel' property on 'SVGElement': The provided value"}):null,esValue[implSymbol].ontouchcancel=V}get dataset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get dataset' called on an object that is not a valid instance of SVGElement.");return utils.getSameObject(this,"dataset",()=>utils.tryWrapperForImpl(esValue[implSymbol].dataset))}get nonce(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nonce' called on an object that is not a valid instance of SVGElement.");const value=esValue[implSymbol]._reflectGetTheContentAttribute("nonce");return null===value?"":value}set nonce(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set nonce' called on an object that is not a valid instance of SVGElement.");V=conversions.DOMString(V,{context:"Failed to set the 'nonce' property on 'SVGElement': The provided value",globals:globalObject}),esValue[implSymbol]._reflectSetTheContentAttribute("nonce",V)}get tabIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get tabIndex' called on an object that is not a valid instance of SVGElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].tabIndex}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set tabIndex(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set tabIndex' called on an object that is not a valid instance of SVGElement.");V=conversions.long(V,{context:"Failed to set the 'tabIndex' property on 'SVGElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].tabIndex=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(SVGElement.prototype,{focus:{enumerable:!0},blur:{enumerable:!0},className:{enumerable:!0},ownerSVGElement:{enumerable:!0},viewportElement:{enumerable:!0},style:{enumerable:!0},onabort:{enumerable:!0},onauxclick:{enumerable:!0},onbeforeinput:{enumerable:!0},onbeforematch:{enumerable:!0},onbeforetoggle:{enumerable:!0},onblur:{enumerable:!0},oncancel:{enumerable:!0},oncanplay:{enumerable:!0},oncanplaythrough:{enumerable:!0},onchange:{enumerable:!0},onclick:{enumerable:!0},onclose:{enumerable:!0},oncontextlost:{enumerable:!0},oncontextmenu:{enumerable:!0},oncontextrestored:{enumerable:!0},oncopy:{enumerable:!0},oncuechange:{enumerable:!0},oncut:{enumerable:!0},ondblclick:{enumerable:!0},ondrag:{enumerable:!0},ondragend:{enumerable:!0},ondragenter:{enumerable:!0},ondragleave:{enumerable:!0},ondragover:{enumerable:!0},ondragstart:{enumerable:!0},ondrop:{enumerable:!0},ondurationchange:{enumerable:!0},onemptied:{enumerable:!0},onended:{enumerable:!0},onerror:{enumerable:!0},onfocus:{enumerable:!0},onformdata:{enumerable:!0},oninput:{enumerable:!0},oninvalid:{enumerable:!0},onkeydown:{enumerable:!0},onkeypress:{enumerable:!0},onkeyup:{enumerable:!0},onload:{enumerable:!0},onloadeddata:{enumerable:!0},onloadedmetadata:{enumerable:!0},onloadstart:{enumerable:!0},onmousedown:{enumerable:!0},onmouseenter:{enumerable:!0},onmouseleave:{enumerable:!0},onmousemove:{enumerable:!0},onmouseout:{enumerable:!0},onmouseover:{enumerable:!0},onmouseup:{enumerable:!0},onpaste:{enumerable:!0},onpause:{enumerable:!0},onplay:{enumerable:!0},onplaying:{enumerable:!0},onprogress:{enumerable:!0},onratechange:{enumerable:!0},onreset:{enumerable:!0},onresize:{enumerable:!0},onscroll:{enumerable:!0},onscrollend:{enumerable:!0},onsecuritypolicyviolation:{enumerable:!0},onseeked:{enumerable:!0},onseeking:{enumerable:!0},onselect:{enumerable:!0},onslotchange:{enumerable:!0},onstalled:{enumerable:!0},onsubmit:{enumerable:!0},onsuspend:{enumerable:!0},ontimeupdate:{enumerable:!0},ontoggle:{enumerable:!0},onvolumechange:{enumerable:!0},onwaiting:{enumerable:!0},onwebkitanimationend:{enumerable:!0},onwebkitanimationiteration:{enumerable:!0},onwebkitanimationstart:{enumerable:!0},onwebkittransitionend:{enumerable:!0},onwheel:{enumerable:!0},ontouchstart:{enumerable:!0},ontouchend:{enumerable:!0},ontouchmove:{enumerable:!0},ontouchcancel:{enumerable:!0},dataset:{enumerable:!0},nonce:{enumerable:!0},tabIndex:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGElement",configurable:!0}}),ctorRegistry.SVGElement=SVGElement,Object.defineProperty(globalObject,"SVGElement",{configurable:!0,writable:!0,value:SVGElement})};const Impl=__webpack_require__(1608)},57424:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},57539:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.defaultTreeAdapter=void 0;const html_js_1=__webpack_require__(61265);exports.defaultTreeAdapter={createDocument:()=>({nodeName:"#document",mode:html_js_1.DOCUMENT_MODE.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:"#document-fragment",childNodes:[]}),createElement:(tagName,namespaceURI,attrs)=>({nodeName:tagName,tagName,attrs,namespaceURI,childNodes:[],parentNode:null}),createCommentNode:data=>({nodeName:"#comment",data,parentNode:null}),createTextNode:value=>({nodeName:"#text",value,parentNode:null}),appendChild(parentNode,newNode){ |
| /*ThouShaltNotCache*/ |
| parentNode.childNodes.push(newNode),newNode.parentNode=parentNode},insertBefore(parentNode,newNode,referenceNode){ |
| /*ThouShaltNotCache*/ |
| const insertionIdx=parentNode.childNodes.indexOf(referenceNode);parentNode.childNodes.splice(insertionIdx,0,newNode),newNode.parentNode=parentNode},setTemplateContent(templateElement,contentElement){ |
| /*ThouShaltNotCache*/ |
| templateElement.content=contentElement},getTemplateContent:templateElement=>templateElement.content,setDocumentType(document,name,publicId,systemId){ |
| /*ThouShaltNotCache*/ |
| const doctypeNode=document.childNodes.find(node=>"#documentType"===node.nodeName);if(doctypeNode)doctypeNode.name=name,doctypeNode.publicId=publicId,doctypeNode.systemId=systemId;else{const node={nodeName:"#documentType",name,publicId,systemId,parentNode:null};exports.defaultTreeAdapter.appendChild(document,node)}},setDocumentMode(document,mode){ |
| /*ThouShaltNotCache*/ |
| document.mode=mode},getDocumentMode:document=>document.mode,detachNode(node){ |
| /*ThouShaltNotCache*/ |
| if(node.parentNode){const idx=node.parentNode.childNodes.indexOf(node);node.parentNode.childNodes.splice(idx,1),node.parentNode=null}},insertText(parentNode,text){ |
| /*ThouShaltNotCache*/ |
| if(parentNode.childNodes.length>0){const prevNode=parentNode.childNodes[parentNode.childNodes.length-1];if(exports.defaultTreeAdapter.isTextNode(prevNode))return void(prevNode.value+=text)}exports.defaultTreeAdapter.appendChild(parentNode,exports.defaultTreeAdapter.createTextNode(text))},insertTextBefore(parentNode,text,referenceNode){ |
| /*ThouShaltNotCache*/ |
| const prevNode=parentNode.childNodes[parentNode.childNodes.indexOf(referenceNode)-1];prevNode&&exports.defaultTreeAdapter.isTextNode(prevNode)?prevNode.value+=text:exports.defaultTreeAdapter.insertBefore(parentNode,exports.defaultTreeAdapter.createTextNode(text),referenceNode)},adoptAttributes(recipient,attrs){ |
| /*ThouShaltNotCache*/ |
| const recipientAttrsMap=new Set(recipient.attrs.map(attr=>attr.name));for(let j=0;j<attrs.length;j++)recipientAttrsMap.has(attrs[j].name)||recipient.attrs.push(attrs[j])},getFirstChild:node=>node.childNodes[0],getChildNodes:node=>node.childNodes,getParentNode:node=>node.parentNode,getAttrList:element=>element.attrs,getTagName:element=>element.tagName,getNamespaceURI:element=>element.namespaceURI,getTextNodeContent:textNode=>textNode.value,getCommentNodeContent:commentNode=>commentNode.data,getDocumentTypeNodeName:doctypeNode=>doctypeNode.name,getDocumentTypeNodePublicId:doctypeNode=>doctypeNode.publicId,getDocumentTypeNodeSystemId:doctypeNode=>doctypeNode.systemId,isTextNode:node=>"#text"===node.nodeName,isCommentNode:node=>"#comment"===node.nodeName,isDocumentTypeNode:node=>"#documentType"===node.nodeName,isElementNode:node=>Object.prototype.hasOwnProperty.call(node,"tagName"),setNodeSourceCodeLocation(node,location){ |
| /*ThouShaltNotCache*/ |
| node.sourceCodeLocation=location},getNodeSourceCodeLocation:node=>node.sourceCodeLocation,updateNodeSourceCodeLocation(node,endLocation){ |
| /*ThouShaltNotCache*/ |
| node.sourceCodeLocation=Object.assign(Object.assign({},node.sourceCodeLocation),endLocation)}}},57680:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(81545).Buffer,process=__webpack_require__(60348);const nodeURL=__webpack_require__(41837),DOMException=__webpack_require__(3698),{parseURL,serializeURL,serializeURLOrigin}=__webpack_require__(88499),WebSocket=__webpack_require__(95869),{setupForSimpleEventAccessors}=__webpack_require__(43648),{fireAnEvent}=__webpack_require__(97130),{isArrayBuffer}=__webpack_require__(65554),{copyToArrayBufferInNewRealm}=__webpack_require__(10575),EventTargetImpl=__webpack_require__(94925).implementation,idlUtils=__webpack_require__(65554),Blob=__webpack_require__(23852),CloseEvent=__webpack_require__(16375),MessageEvent=__webpack_require__(6426),productions={token:/^[!#$%&'*+\-.^_`|~\dA-Za-z]+$/},readyStateWSToDOM=[];function verifySecWebSocketProtocol(str){ |
| /*ThouShaltNotCache*/ |
| return productions.token.test(str)}readyStateWSToDOM[WebSocket.CONNECTING]=0,readyStateWSToDOM[WebSocket.OPEN]=1,readyStateWSToDOM[WebSocket.CLOSING]=2,readyStateWSToDOM[WebSocket.CLOSED]=3;class PromiseQueues extends WeakMap{get(window){ |
| /*ThouShaltNotCache*/ |
| const cur=super.get(window);return void 0!==cur?cur:Promise.resolve()}}const openSockets=new WeakMap,openingQueues=new PromiseQueues;class WebSocketImpl extends EventTargetImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._ownerDocument=idlUtils.implForWrapper(globalObject._document);const url=args[0];let protocols=void 0!==args[1]?args[1]:[];const urlRecord=parseURL(url);if(null===urlRecord)throw DOMException.create(this._globalObject,[`The URL '${url}' is invalid.`,"SyntaxError"]);if("ws"!==urlRecord.scheme&&"wss"!==urlRecord.scheme)throw DOMException.create(this._globalObject,[`The URL's scheme must be either 'ws' or 'wss'. '${urlRecord.scheme}' is not allowed.`,"SyntaxError"]);if(null!==urlRecord.fragment)throw DOMException.create(this._globalObject,[`The URL contains a fragment identifier ('${urlRecord.fragment}'). Fragment identifiers are not allowed in WebSocket URLs.`,"SyntaxError"]);"string"==typeof protocols&&(protocols=[protocols]);const protocolSet=new Set;for(const protocol of protocols){if(!verifySecWebSocketProtocol(protocol))throw DOMException.create(this._globalObject,[`The subprotocol '${protocol}' is invalid.`,"SyntaxError"]);const lowered=protocol.toLowerCase();if(protocolSet.has(lowered))throw DOMException.create(this._globalObject,[`The subprotocol '${protocol}' is duplicated.`,"SyntaxError"]);protocolSet.add(lowered)}this._urlRecord=urlRecord,this.url=serializeURL(urlRecord);const nodeParsedURL=nodeURL.parse(this.url);this.extensions="",this.binaryType="blob",this._ws=null,this._readyState=0,this._requiredToFail=!1,this.bufferedAmount=0,this._sendQueue=[];let openSocketsForWindow=openSockets.get(globalObject._globalProxy);void 0===openSocketsForWindow&&(openSocketsForWindow=new Set,openSockets.set(globalObject._globalProxy,openSocketsForWindow)),openSocketsForWindow.add(this),openingQueues.set(this._ownerDocument,openingQueues.get(this._ownerDocument).then(()=>new Promise(resolve=>{ |
| /*ThouShaltNotCache*/ |
| if(this._requiredToFail)return resolve(),this._readyState=3,void this._onConnectionClosed(1006,"");this._ws=new WebSocket(this.url,protocols,{headers:{"user-agent":globalObject.navigator.userAgent,cookie:this._ownerDocument._cookieJar.getCookieStringSync(nodeParsedURL,{http:!0}),origin:globalObject._origin},rejectUnauthorized:globalObject._resourceLoader._strictSSL}),this._ws.once("open",()=>{ |
| /*ThouShaltNotCache*/ |
| resolve(),this._onConnectionEstablished()}),this._ws.on("message",this._onMessageReceived.bind(this)),this._ws.once("close",(...closeArgs)=>{ |
| /*ThouShaltNotCache*/ |
| resolve(),this._onConnectionClosed(...closeArgs)}),this._ws.once("upgrade",({headers})=>{ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(headers["set-cookie"]))for(const cookie of headers["set-cookie"])this._ownerDocument._cookieJar.setCookieSync(cookie,nodeParsedURL,{http:!0,ignoreError:!0});else void 0!==headers["set-cookie"]&&this._ownerDocument._cookieJar.setCookieSync(headers["set-cookie"],nodeParsedURL,{http:!0,ignoreError:!0})}),this._ws.once("error",()=>{ |
| /*ThouShaltNotCache*/ |
| resolve(),this._requiredToFail=!0})})))}_makeDisappear(){ |
| /*ThouShaltNotCache*/ |
| this._eventListeners=Object.create(null),this._close(1001)}static cleanUpWindow(window){ |
| /*ThouShaltNotCache*/ |
| const openSocketsForWindow=openSockets.get(window._globalProxy);if(void 0!==openSocketsForWindow)for(const ws of openSocketsForWindow)ws._makeDisappear()}_onConnectionEstablished(){ |
| /*ThouShaltNotCache*/ |
| null!==this._ws.extensions&&(this.extensions=Object.keys(this._ws.extensions).join(", ")),fireAnEvent("open",this)}_onMessageReceived(data,isBinary){ |
| /*ThouShaltNotCache*/ |
| if(1!==this.readyState)return;let dataForEvent;isBinary?"arraybuffer"===this.binaryType?dataForEvent=isArrayBuffer(data)?data:Array.isArray(data)?copyToArrayBufferInNewRealm(Buffer.concat(data),this._globalObject):copyToArrayBufferInNewRealm(data,this._globalObject):(Array.isArray(data)||(data=[data]),dataForEvent=Blob.create(this._globalObject,[data,{type:""}])):dataForEvent=data.toString(),fireAnEvent("message",this,MessageEvent,{data:dataForEvent,origin:serializeURLOrigin(this._urlRecord)})}_onConnectionClosed(code,reason){openSockets.get(this._ownerDocument._defaultView).delete(this);const wasClean=!this._requiredToFail;this._requiredToFail&&fireAnEvent("error",this),fireAnEvent("close",this,CloseEvent,{wasClean,code,reason:reason.toString()})}get readyState(){ |
| /*ThouShaltNotCache*/ |
| return null!==this._ws?readyStateWSToDOM[this._ws.readyState]:this._readyState}get protocol(){ |
| /*ThouShaltNotCache*/ |
| return null===this._ws?"":this._ws.protocol}close(code=void 0,reason=void 0){ |
| /*ThouShaltNotCache*/ |
| if(void 0!==code&&1e3!==code&&!(code>=3e3&&code<=4999))throw DOMException.create(this._globalObject,[`The code must be either 1000, or between 3000 and 4999. ${code} is neither.`,"InvalidAccessError"]);if(void 0!==reason&&Buffer.byteLength(reason,"utf8")>123)throw DOMException.create(this._globalObject,["The message must not be greater than 123 bytes.","SyntaxError"]);this._close(code,reason)}_close(code=void 0,reason=void 0){ |
| /*ThouShaltNotCache*/ |
| 0===this.readyState?(this._requiredToFail=!0,null!==this._ws?this._ws.terminate():this._readyState=2):1===this.readyState&&this._ws.close(code,reason)}send(data){ |
| /*ThouShaltNotCache*/ |
| if(0===this.readyState)throw DOMException.create(this._globalObject,["Still in CONNECTING state.","InvalidStateError"]);if(1!==this.readyState)return;let length;Blob.isImpl(data)&&(data=data._buffer),length="string"==typeof data?Buffer.byteLength(data,"utf8"):data.byteLength,this.bufferedAmount+=length,this._sendQueue.push([data,length]),this._scheduleSend()}_actuallySend(){ |
| /*ThouShaltNotCache*/ |
| for(const[data,length]of this._sendQueue.splice(0))this._ws.send(data,{binary:"string"!=typeof data},()=>{ |
| /*ThouShaltNotCache*/ |
| this.bufferedAmount-=length})}_scheduleSend(){ |
| /*ThouShaltNotCache*/ |
| this._dequeueScheduled||(this._dequeueScheduled=!0,process.nextTick(()=>{ |
| /*ThouShaltNotCache*/ |
| this._dequeueScheduled=!1,this._actuallySend()}))}}setupForSimpleEventAccessors(WebSocketImpl.prototype,["open","message","error","close"]),exports.implementation=WebSocketImpl},57809:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348);function assertPath(path){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof path)throw new TypeError("Path must be a string. Received "+JSON.stringify(path))}function normalizeStringPosix(path,allowAboveRoot){for( |
| /*ThouShaltNotCache*/ |
| var code,res="",lastSegmentLength=0,lastSlash=-1,dots=0,i=0;i<=path.length;++i){if(i<path.length)code=path.charCodeAt(i);else{if(47===code)break;code=47}if(47===code){if(lastSlash===i-1||1===dots);else if(lastSlash!==i-1&&2===dots){if(res.length<2||2!==lastSegmentLength||46!==res.charCodeAt(res.length-1)||46!==res.charCodeAt(res.length-2))if(res.length>2){var lastSlashIndex=res.lastIndexOf("/");if(lastSlashIndex!==res.length-1){-1===lastSlashIndex?(res="",lastSegmentLength=0):lastSegmentLength=(res=res.slice(0,lastSlashIndex)).length-1-res.lastIndexOf("/"),lastSlash=i,dots=0;continue}}else if(2===res.length||1===res.length){res="",lastSegmentLength=0,lastSlash=i,dots=0;continue}allowAboveRoot&&(res.length>0?res+="/..":res="..",lastSegmentLength=2)}else res.length>0?res+="/"+path.slice(lastSlash+1,i):res=path.slice(lastSlash+1,i),lastSegmentLength=i-lastSlash-1;lastSlash=i,dots=0}else 46===code&&-1!==dots?++dots:dots=-1}return res}var posix={resolve:function(){for( |
| /*ThouShaltNotCache*/ |
| var cwd,resolvedPath="",resolvedAbsolute=!1,i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path;i>=0?path=arguments[i]:(void 0===cwd&&(cwd=process.cwd()),path=cwd),assertPath(path),0!==path.length&&(resolvedPath=path+"/"+resolvedPath,resolvedAbsolute=47===path.charCodeAt(0))}return resolvedPath=normalizeStringPosix(resolvedPath,!resolvedAbsolute),resolvedAbsolute?resolvedPath.length>0?"/"+resolvedPath:"/":resolvedPath.length>0?resolvedPath:"."},normalize:function(path){if( |
| /*ThouShaltNotCache*/ |
| assertPath(path),0===path.length)return".";var isAbsolute=47===path.charCodeAt(0),trailingSeparator=47===path.charCodeAt(path.length-1);return 0!==(path=normalizeStringPosix(path,!isAbsolute)).length||isAbsolute||(path="."),path.length>0&&trailingSeparator&&(path+="/"),isAbsolute?"/"+path:path},isAbsolute:function(path){ |
| /*ThouShaltNotCache*/ |
| return assertPath(path),path.length>0&&47===path.charCodeAt(0)},join:function(){ |
| /*ThouShaltNotCache*/ |
| if(0===arguments.length)return".";for(var joined,i=0;i<arguments.length;++i){var arg=arguments[i];assertPath(arg),arg.length>0&&(void 0===joined?joined=arg:joined+="/"+arg)}return void 0===joined?".":posix.normalize(joined)},relative:function(from,to){if( |
| /*ThouShaltNotCache*/ |
| assertPath(from),assertPath(to),from===to)return"";if((from=posix.resolve(from))===(to=posix.resolve(to)))return"";for(var fromStart=1;fromStart<from.length&&47===from.charCodeAt(fromStart);++fromStart);for(var fromEnd=from.length,fromLen=fromEnd-fromStart,toStart=1;toStart<to.length&&47===to.charCodeAt(toStart);++toStart);for(var toLen=to.length-toStart,length=fromLen<toLen?fromLen:toLen,lastCommonSep=-1,i=0;i<=length;++i){if(i===length){if(toLen>length){if(47===to.charCodeAt(toStart+i))return to.slice(toStart+i+1);if(0===i)return to.slice(toStart+i)}else fromLen>length&&(47===from.charCodeAt(fromStart+i)?lastCommonSep=i:0===i&&(lastCommonSep=0));break}var fromCode=from.charCodeAt(fromStart+i);if(fromCode!==to.charCodeAt(toStart+i))break;47===fromCode&&(lastCommonSep=i)}var out="";for(i=fromStart+lastCommonSep+1;i<=fromEnd;++i)i!==fromEnd&&47!==from.charCodeAt(i)||(0===out.length?out+="..":out+="/..");return out.length>0?out+to.slice(toStart+lastCommonSep):(toStart+=lastCommonSep,47===to.charCodeAt(toStart)&&++toStart,to.slice(toStart))},_makeLong:function(path){ |
| /*ThouShaltNotCache*/ |
| return path},dirname:function(path){if( |
| /*ThouShaltNotCache*/ |
| assertPath(path),0===path.length)return".";for(var code=path.charCodeAt(0),hasRoot=47===code,end=-1,matchedSlash=!0,i=path.length-1;i>=1;--i)if(47===(code=path.charCodeAt(i))){if(!matchedSlash){end=i;break}}else matchedSlash=!1;return-1===end?hasRoot?"/":".":hasRoot&&1===end?"//":path.slice(0,end)},basename:function(path,ext){ |
| /*ThouShaltNotCache*/ |
| if(void 0!==ext&&"string"!=typeof ext)throw new TypeError('"ext" argument must be a string');assertPath(path);var i,start=0,end=-1,matchedSlash=!0;if(void 0!==ext&&ext.length>0&&ext.length<=path.length){if(ext.length===path.length&&ext===path)return"";var extIdx=ext.length-1,firstNonSlashEnd=-1;for(i=path.length-1;i>=0;--i){var code=path.charCodeAt(i);if(47===code){if(!matchedSlash){start=i+1;break}}else-1===firstNonSlashEnd&&(matchedSlash=!1,firstNonSlashEnd=i+1),extIdx>=0&&(code===ext.charCodeAt(extIdx)?-1===--extIdx&&(end=i):(extIdx=-1,end=firstNonSlashEnd))}return start===end?end=firstNonSlashEnd:-1===end&&(end=path.length),path.slice(start,end)}for(i=path.length-1;i>=0;--i)if(47===path.charCodeAt(i)){if(!matchedSlash){start=i+1;break}}else-1===end&&(matchedSlash=!1,end=i+1);return-1===end?"":path.slice(start,end)},extname:function(path){ |
| /*ThouShaltNotCache*/ |
| assertPath(path);for(var startDot=-1,startPart=0,end=-1,matchedSlash=!0,preDotState=0,i=path.length-1;i>=0;--i){var code=path.charCodeAt(i);if(47!==code)-1===end&&(matchedSlash=!1,end=i+1),46===code?-1===startDot?startDot=i:1!==preDotState&&(preDotState=1):-1!==startDot&&(preDotState=-1);else if(!matchedSlash){startPart=i+1;break}}return-1===startDot||-1===end||0===preDotState||1===preDotState&&startDot===end-1&&startDot===startPart+1?"":path.slice(startDot,end)},format:function(pathObject){ |
| /*ThouShaltNotCache*/ |
| if(null===pathObject||"object"!=typeof pathObject)throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof pathObject);return function(sep,pathObject){ |
| /*ThouShaltNotCache*/ |
| var dir=pathObject.dir||pathObject.root,base=pathObject.base||(pathObject.name||"")+(pathObject.ext||"");return dir?dir===pathObject.root?dir+base:dir+sep+base:base}("/",pathObject)},parse:function(path){ |
| /*ThouShaltNotCache*/ |
| assertPath(path);var ret={root:"",dir:"",base:"",ext:"",name:""};if(0===path.length)return ret;var start,code=path.charCodeAt(0),isAbsolute=47===code;isAbsolute?(ret.root="/",start=1):start=0;for(var startDot=-1,startPart=0,end=-1,matchedSlash=!0,i=path.length-1,preDotState=0;i>=start;--i)if(47!==(code=path.charCodeAt(i)))-1===end&&(matchedSlash=!1,end=i+1),46===code?-1===startDot?startDot=i:1!==preDotState&&(preDotState=1):-1!==startDot&&(preDotState=-1);else if(!matchedSlash){startPart=i+1;break}return-1===startDot||-1===end||0===preDotState||1===preDotState&&startDot===end-1&&startDot===startPart+1?-1!==end&&(ret.base=ret.name=0===startPart&&isAbsolute?path.slice(1,end):path.slice(startPart,end)):(0===startPart&&isAbsolute?(ret.name=path.slice(1,startDot),ret.base=path.slice(1,end)):(ret.name=path.slice(startPart,startDot),ret.base=path.slice(startPart,end)),ret.ext=path.slice(startDot,end)),startPart>0?ret.dir=path.slice(0,startPart-1):isAbsolute&&(ret.dir="/"),ret},sep:"/",delimiter:":",win32:null,posix:null};posix.posix=posix,module.exports=posix},57837:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.fromCodePoint=exports.replaceCodePoint=exports.decodeCodePoint=exports.xmlDecodeTree=exports.htmlDecodeTree=exports.EntityDecoder=exports.DecodingMode=exports.BinTrieFlags=void 0,exports.determineBranch=determineBranch,exports.decodeHTML=function(htmlString,mode=DecodingMode.Legacy){ |
| /*ThouShaltNotCache*/ |
| return htmlDecoder(htmlString,mode)},exports.decodeHTMLAttribute=function(htmlAttribute){ |
| /*ThouShaltNotCache*/ |
| return htmlDecoder(htmlAttribute,DecodingMode.Attribute)},exports.decodeHTMLStrict=function(htmlString){ |
| /*ThouShaltNotCache*/ |
| return htmlDecoder(htmlString,DecodingMode.Strict)},exports.decodeXML=function(xmlString){ |
| /*ThouShaltNotCache*/ |
| return xmlDecoder(xmlString,DecodingMode.Strict)};const decode_data_html_js_1=__webpack_require__(76844),decode_data_xml_js_1=__webpack_require__(43212),decode_codepoint_js_1=__webpack_require__(91541);var CharCodes;!function(CharCodes){ |
| /*ThouShaltNotCache*/ |
| CharCodes[CharCodes.NUM=35]="NUM",CharCodes[CharCodes.SEMI=59]="SEMI",CharCodes[CharCodes.EQUALS=61]="EQUALS",CharCodes[CharCodes.ZERO=48]="ZERO",CharCodes[CharCodes.NINE=57]="NINE",CharCodes[CharCodes.LOWER_A=97]="LOWER_A",CharCodes[CharCodes.LOWER_F=102]="LOWER_F",CharCodes[CharCodes.LOWER_X=120]="LOWER_X",CharCodes[CharCodes.LOWER_Z=122]="LOWER_Z",CharCodes[CharCodes.UPPER_A=65]="UPPER_A",CharCodes[CharCodes.UPPER_F=70]="UPPER_F",CharCodes[CharCodes.UPPER_Z=90]="UPPER_Z"}(CharCodes||(CharCodes={}));var BinTrieFlags,EntityDecoderState,DecodingMode;function isNumber(code){ |
| /*ThouShaltNotCache*/ |
| return code>=CharCodes.ZERO&&code<=CharCodes.NINE}function isHexadecimalCharacter(code){ |
| /*ThouShaltNotCache*/ |
| return code>=CharCodes.UPPER_A&&code<=CharCodes.UPPER_F||code>=CharCodes.LOWER_A&&code<=CharCodes.LOWER_F}function isEntityInAttributeInvalidEnd(code){ |
| /*ThouShaltNotCache*/ |
| return code===CharCodes.EQUALS||function(code){ |
| /*ThouShaltNotCache*/ |
| return code>=CharCodes.UPPER_A&&code<=CharCodes.UPPER_Z||code>=CharCodes.LOWER_A&&code<=CharCodes.LOWER_Z||isNumber(code)}(code)}!function(BinTrieFlags){ |
| /*ThouShaltNotCache*/ |
| BinTrieFlags[BinTrieFlags.VALUE_LENGTH=49152]="VALUE_LENGTH",BinTrieFlags[BinTrieFlags.BRANCH_LENGTH=16256]="BRANCH_LENGTH",BinTrieFlags[BinTrieFlags.JUMP_TABLE=127]="JUMP_TABLE"}(BinTrieFlags||(exports.BinTrieFlags=BinTrieFlags={})),function(EntityDecoderState){ |
| /*ThouShaltNotCache*/ |
| EntityDecoderState[EntityDecoderState.EntityStart=0]="EntityStart",EntityDecoderState[EntityDecoderState.NumericStart=1]="NumericStart",EntityDecoderState[EntityDecoderState.NumericDecimal=2]="NumericDecimal",EntityDecoderState[EntityDecoderState.NumericHex=3]="NumericHex",EntityDecoderState[EntityDecoderState.NamedEntity=4]="NamedEntity"}(EntityDecoderState||(EntityDecoderState={})),function(DecodingMode){ |
| /*ThouShaltNotCache*/ |
| DecodingMode[DecodingMode.Legacy=0]="Legacy",DecodingMode[DecodingMode.Strict=1]="Strict",DecodingMode[DecodingMode.Attribute=2]="Attribute"}(DecodingMode||(exports.DecodingMode=DecodingMode={}));class EntityDecoder{constructor(decodeTree,emitCodePoint,errors){ |
| /*ThouShaltNotCache*/ |
| this.decodeTree=decodeTree,this.emitCodePoint=emitCodePoint,this.errors=errors,this.state=EntityDecoderState.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=DecodingMode.Strict}startEntity(decodeMode){ |
| /*ThouShaltNotCache*/ |
| this.decodeMode=decodeMode,this.state=EntityDecoderState.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(input,offset){ |
| /*ThouShaltNotCache*/ |
| switch(this.state){case EntityDecoderState.EntityStart:return input.charCodeAt(offset)===CharCodes.NUM?(this.state=EntityDecoderState.NumericStart,this.consumed+=1,this.stateNumericStart(input,offset+1)):(this.state=EntityDecoderState.NamedEntity,this.stateNamedEntity(input,offset));case EntityDecoderState.NumericStart:return this.stateNumericStart(input,offset);case EntityDecoderState.NumericDecimal:return this.stateNumericDecimal(input,offset);case EntityDecoderState.NumericHex:return this.stateNumericHex(input,offset);case EntityDecoderState.NamedEntity:return this.stateNamedEntity(input,offset)}}stateNumericStart(input,offset){ |
| /*ThouShaltNotCache*/ |
| return offset>=input.length?-1:(32|input.charCodeAt(offset))===CharCodes.LOWER_X?(this.state=EntityDecoderState.NumericHex,this.consumed+=1,this.stateNumericHex(input,offset+1)):(this.state=EntityDecoderState.NumericDecimal,this.stateNumericDecimal(input,offset))}addToNumericResult(input,start,end,base){ |
| /*ThouShaltNotCache*/ |
| if(start!==end){const digitCount=end-start;this.result=this.result*Math.pow(base,digitCount)+Number.parseInt(input.substr(start,digitCount),base),this.consumed+=digitCount}}stateNumericHex(input,offset){ |
| /*ThouShaltNotCache*/ |
| const startIndex=offset;for(;offset<input.length;){const char=input.charCodeAt(offset);if(!isNumber(char)&&!isHexadecimalCharacter(char))return this.addToNumericResult(input,startIndex,offset,16),this.emitNumericEntity(char,3);offset+=1}return this.addToNumericResult(input,startIndex,offset,16),-1}stateNumericDecimal(input,offset){ |
| /*ThouShaltNotCache*/ |
| const startIndex=offset;for(;offset<input.length;){const char=input.charCodeAt(offset);if(!isNumber(char))return this.addToNumericResult(input,startIndex,offset,10),this.emitNumericEntity(char,2);offset+=1}return this.addToNumericResult(input,startIndex,offset,10),-1}emitNumericEntity(lastCp,expectedLength){ |
| /*ThouShaltNotCache*/ |
| var _a;if(this.consumed<=expectedLength)return null===(_a=this.errors)||void 0===_a||_a.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(lastCp===CharCodes.SEMI)this.consumed+=1;else if(this.decodeMode===DecodingMode.Strict)return 0;return this.emitCodePoint((0,decode_codepoint_js_1.replaceCodePoint)(this.result),this.consumed),this.errors&&(lastCp!==CharCodes.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(input,offset){ |
| /*ThouShaltNotCache*/ |
| const{decodeTree}=this;let current=decodeTree[this.treeIndex],valueLength=(current&BinTrieFlags.VALUE_LENGTH)>>14;for(;offset<input.length;offset++,this.excess++){const char=input.charCodeAt(offset);if(this.treeIndex=determineBranch(decodeTree,current,this.treeIndex+Math.max(1,valueLength),char),this.treeIndex<0)return 0===this.result||this.decodeMode===DecodingMode.Attribute&&(0===valueLength||isEntityInAttributeInvalidEnd(char))?0:this.emitNotTerminatedNamedEntity();if(current=decodeTree[this.treeIndex],valueLength=(current&BinTrieFlags.VALUE_LENGTH)>>14,0!==valueLength){if(char===CharCodes.SEMI)return this.emitNamedEntityData(this.treeIndex,valueLength,this.consumed+this.excess);this.decodeMode!==DecodingMode.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){ |
| /*ThouShaltNotCache*/ |
| var _a;const{result,decodeTree}=this,valueLength=(decodeTree[result]&BinTrieFlags.VALUE_LENGTH)>>14;return this.emitNamedEntityData(result,valueLength,this.consumed),null===(_a=this.errors)||void 0===_a||_a.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(result,valueLength,consumed){ |
| /*ThouShaltNotCache*/ |
| const{decodeTree}=this;return this.emitCodePoint(1===valueLength?decodeTree[result]&~BinTrieFlags.VALUE_LENGTH:decodeTree[result+1],consumed),3===valueLength&&this.emitCodePoint(decodeTree[result+2],consumed),consumed}end(){ |
| /*ThouShaltNotCache*/ |
| var _a;switch(this.state){case EntityDecoderState.NamedEntity:return 0===this.result||this.decodeMode===DecodingMode.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case EntityDecoderState.NumericDecimal:return this.emitNumericEntity(0,2);case EntityDecoderState.NumericHex:return this.emitNumericEntity(0,3);case EntityDecoderState.NumericStart:return null===(_a=this.errors)||void 0===_a||_a.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case EntityDecoderState.EntityStart:return 0}}}function getDecoder(decodeTree){ |
| /*ThouShaltNotCache*/ |
| let returnValue="";const decoder=new EntityDecoder(decodeTree,data=>returnValue+=(0,decode_codepoint_js_1.fromCodePoint)(data));return function(input,decodeMode){ |
| /*ThouShaltNotCache*/ |
| let lastIndex=0,offset=0;for(;(offset=input.indexOf("&",offset))>=0;){returnValue+=input.slice(lastIndex,offset),decoder.startEntity(decodeMode);const length=decoder.write(input,offset+1);if(length<0){lastIndex=offset+decoder.end();break}lastIndex=offset+length,offset=0===length?lastIndex+1:lastIndex}const result=returnValue+input.slice(lastIndex);return returnValue="",result}}function determineBranch(decodeTree,current,nodeIndex,char){ |
| /*ThouShaltNotCache*/ |
| const branchCount=(current&BinTrieFlags.BRANCH_LENGTH)>>7,jumpOffset=current&BinTrieFlags.JUMP_TABLE;if(0===branchCount)return 0!==jumpOffset&&char===jumpOffset?nodeIndex:-1;if(jumpOffset){const value=char-jumpOffset;return value<0||value>=branchCount?-1:decodeTree[nodeIndex+value]-1}let lo=nodeIndex,hi=lo+branchCount-1;for(;lo<=hi;){const mid=lo+hi>>>1,midValue=decodeTree[mid];if(midValue<char)lo=mid+1;else{if(!(midValue>char))return decodeTree[mid+branchCount];hi=mid-1}}return-1}exports.EntityDecoder=EntityDecoder;const htmlDecoder=getDecoder(decode_data_html_js_1.htmlDecodeTree),xmlDecoder=getDecoder(decode_data_xml_js_1.xmlDecodeTree);var decode_data_html_js_2=__webpack_require__(76844);Object.defineProperty(exports,"htmlDecodeTree",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return decode_data_html_js_2.htmlDecodeTree}});var decode_data_xml_js_2=__webpack_require__(43212);Object.defineProperty(exports,"xmlDecodeTree",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return decode_data_xml_js_2.xmlDecodeTree}});var decode_codepoint_js_2=__webpack_require__(91541);Object.defineProperty(exports,"decodeCodePoint",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return decode_codepoint_js_2.decodeCodePoint}}),Object.defineProperty(exports,"replaceCodePoint",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return decode_codepoint_js_2.replaceCodePoint}}),Object.defineProperty(exports,"fromCodePoint",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return decode_codepoint_js_2.fromCodePoint}})},57885:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Store=void 0;exports.Store=class{constructor(){ |
| /*ThouShaltNotCache*/ |
| this.synchronous=!1}findCookie(_domain,_path,_key,_callback){ |
| /*ThouShaltNotCache*/ |
| throw new Error("findCookie is not implemented")}findCookies(_domain,_path,_allowSpecialUseDomain=!1,_callback){ |
| /*ThouShaltNotCache*/ |
| throw new Error("findCookies is not implemented")}putCookie(_cookie,_callback){ |
| /*ThouShaltNotCache*/ |
| throw new Error("putCookie is not implemented")}updateCookie(_oldCookie,_newCookie,_callback){ |
| /*ThouShaltNotCache*/ |
| throw new Error("updateCookie is not implemented")}removeCookie(_domain,_path,_key,_callback){ |
| /*ThouShaltNotCache*/ |
| throw new Error("removeCookie is not implemented")}removeCookies(_domain,_path,_callback){ |
| /*ThouShaltNotCache*/ |
| throw new Error("removeCookies is not implemented")}removeAllCookies(_callback){ |
| /*ThouShaltNotCache*/ |
| throw new Error("removeAllCookies is not implemented")}getAllCookies(_callback){ |
| /*ThouShaltNotCache*/ |
| throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}}},58077:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";function extractHostname(url,urlIsValidHostname){ |
| /*ThouShaltNotCache*/ |
| let start=0,end=url.length,hasUpper=!1;if(!urlIsValidHostname){if(url.startsWith("data:"))return null;for(;start<url.length&&url.charCodeAt(start)<=32;)start+=1;for(;end>start+1&&url.charCodeAt(end-1)<=32;)end-=1;if(47===url.charCodeAt(start)&&47===url.charCodeAt(start+1))start+=2;else{const indexOfProtocol=url.indexOf(":/",start);if(-1!==indexOfProtocol){const protocolSize=indexOfProtocol-start,c0=url.charCodeAt(start),c1=url.charCodeAt(start+1),c2=url.charCodeAt(start+2),c3=url.charCodeAt(start+3),c4=url.charCodeAt(start+4);if(5===protocolSize&&104===c0&&116===c1&&116===c2&&112===c3&&115===c4);else if(4===protocolSize&&104===c0&&116===c1&&116===c2&&112===c3);else if(3===protocolSize&&119===c0&&115===c1&&115===c2);else if(2===protocolSize&&119===c0&&115===c1);else for(let i=start;i<indexOfProtocol;i+=1){const lowerCaseCode=32|url.charCodeAt(i);if(!(lowerCaseCode>=97&&lowerCaseCode<=122||lowerCaseCode>=48&&lowerCaseCode<=57||46===lowerCaseCode||45===lowerCaseCode||43===lowerCaseCode))return null}for(start=indexOfProtocol+2;47===url.charCodeAt(start);)start+=1}}let indexOfIdentifier=-1,indexOfClosingBracket=-1,indexOfPort=-1;for(let i=start;i<end;i+=1){const code=url.charCodeAt(i);if(35===code||47===code||63===code){end=i;break}64===code?indexOfIdentifier=i:93===code?indexOfClosingBracket=i:58===code?indexOfPort=i:code>=65&&code<=90&&(hasUpper=!0)}if(-1!==indexOfIdentifier&&indexOfIdentifier>start&&indexOfIdentifier<end&&(start=indexOfIdentifier+1),91===url.charCodeAt(start))return-1!==indexOfClosingBracket?url.slice(start+1,indexOfClosingBracket).toLowerCase():null;-1!==indexOfPort&&indexOfPort>start&&indexOfPort<end&&(end=indexOfPort)}for(;end>start+1&&46===url.charCodeAt(end-1);)end-=1;const hostname=0!==start||end!==url.length?url.slice(start,end):url;return hasUpper?hostname.toLowerCase():hostname}function isValidAscii(code){ |
| /*ThouShaltNotCache*/ |
| return code>=97&&code<=122||code>=48&&code<=57||code>127}function is_valid(hostname){ |
| /*ThouShaltNotCache*/ |
| if(hostname.length>255)return!1;if(0===hostname.length)return!1;if(!isValidAscii(hostname.charCodeAt(0))&&46!==hostname.charCodeAt(0)&&95!==hostname.charCodeAt(0))return!1;let lastDotIndex=-1,lastCharCode=-1;const len=hostname.length;for(let i=0;i<len;i+=1){const code=hostname.charCodeAt(i);if(46===code){if(i-lastDotIndex>64||46===lastCharCode||45===lastCharCode||95===lastCharCode)return!1;lastDotIndex=i}else if(!function(code){return code>=97&&code<=122||code>=48&&code<=57||code>127}(code)&&45!==code&&95!==code)return!1;lastCharCode=code}return len-lastDotIndex-1<=63&&45!==lastCharCode}__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{getDomain:()=>es6_getDomain,getDomainWithoutSuffix:()=>es6_getDomainWithoutSuffix,getHostname:()=>getHostname,getPublicSuffix:()=>getPublicSuffix,getSubdomain:()=>es6_getSubdomain,parse:()=>parse});const DEFAULT_OPTIONS=function({allowIcannDomains=!0,allowPrivateDomains=!1,detectIp=!0,extractHostname=!0,mixedInputs=!0,validHosts=null,validateHostname=!0}){ |
| /*ThouShaltNotCache*/ |
| return{allowIcannDomains,allowPrivateDomains,detectIp,extractHostname,mixedInputs,validHosts,validateHostname}}({});function parseImpl(url,step,suffixLookup,partialOptions,result){ |
| /*ThouShaltNotCache*/ |
| const options=function(options){ |
| /*ThouShaltNotCache*/ |
| return void 0===options?DEFAULT_OPTIONS:function({allowIcannDomains=!0,allowPrivateDomains=!1,detectIp=!0,extractHostname=!0,mixedInputs=!0,validHosts=null,validateHostname=!0}){return{allowIcannDomains,allowPrivateDomains,detectIp,extractHostname,mixedInputs,validHosts,validateHostname}}(options)}(partialOptions);return"string"!=typeof url?result:(options.extractHostname?options.mixedInputs?result.hostname=extractHostname(url,is_valid(url)):result.hostname=extractHostname(url,!1):result.hostname=url,0===step||null===result.hostname||options.detectIp&&(result.isIp=function(hostname){ |
| /*ThouShaltNotCache*/ |
| if(hostname.length<3)return!1;let start=hostname.startsWith("[")?1:0,end=hostname.length;if("]"===hostname[end-1]&&(end-=1),end-start>39)return!1;let hasColon=!1;for(;start<end;start+=1){const code=hostname.charCodeAt(start);if(58===code)hasColon=!0;else if(!(code>=48&&code<=57||code>=97&&code<=102||code>=65&&code<=90))return!1}return hasColon}(hostname=result.hostname)||function(hostname){ |
| /*ThouShaltNotCache*/ |
| if(hostname.length<7)return!1;if(hostname.length>15)return!1;let numberOfDots=0;for(let i=0;i<hostname.length;i+=1){const code=hostname.charCodeAt(i);if(46===code)numberOfDots+=1;else if(code<48||code>57)return!1}return 3===numberOfDots&&46!==hostname.charCodeAt(0)&&46!==hostname.charCodeAt(hostname.length-1)}(hostname),result.isIp)?result:options.validateHostname&&options.extractHostname&&!is_valid(result.hostname)?(result.hostname=null,result):(suffixLookup(result.hostname,options,result),2===step||null===result.publicSuffix?result:(result.domain=function(suffix,hostname,options){ |
| /*ThouShaltNotCache*/ |
| if(null!==options.validHosts){const validHosts=options.validHosts;for(const vhost of validHosts)if(function(hostname,vhost){ |
| /*ThouShaltNotCache*/ |
| return!!hostname.endsWith(vhost)&&(hostname.length===vhost.length||"."===hostname[hostname.length-vhost.length-1])}(hostname,vhost))return vhost}let numberOfLeadingDots=0;if(hostname.startsWith("."))for(;numberOfLeadingDots<hostname.length&&"."===hostname[numberOfLeadingDots];)numberOfLeadingDots+=1;return suffix.length===hostname.length-numberOfLeadingDots?null:function(hostname,publicSuffix){ |
| /*ThouShaltNotCache*/ |
| const publicSuffixIndex=hostname.length-publicSuffix.length-2,lastDotBeforeSuffixIndex=hostname.lastIndexOf(".",publicSuffixIndex);return-1===lastDotBeforeSuffixIndex?hostname:hostname.slice(lastDotBeforeSuffixIndex+1)}(hostname,suffix)}(result.publicSuffix,result.hostname,options),3===step||null===result.domain?result:(result.subdomain=function(hostname,domain){ |
| /*ThouShaltNotCache*/ |
| return domain.length===hostname.length?"":hostname.slice(0,-domain.length-1)}(result.hostname,result.domain),4===step||(result.domainWithoutSuffix=(domain=result.domain,suffix=result.publicSuffix,domain.slice(0,-suffix.length-1))),result))));var hostname,domain,suffix}const exceptions=function(){ |
| /*ThouShaltNotCache*/ |
| const _0=[1,{}],_1=[2,{}],_2=[0,{city:_0}];return[0,{ck:[0,{www:_0}],jp:[0,{kawasaki:_2,kitakyushu:_2,kobe:_2,nagoya:_2,sapporo:_2,sendai:_2,yokohama:_2}],dev:[0,{hrsn:[0,{psl:[0,{wc:[0,{ignored:_1,sub:[0,{ignored:_1}]}]}]}]}]}]}(),rules=function(){ |
| /*ThouShaltNotCache*/ |
| const _3=[1,{}],_4=[2,{}],_5=[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3}],_6=[1,{com:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3}],_7=[0,{"*":_4}],_8=[2,{s:_7}],_9=[0,{relay:_4}],_10=[2,{id:_4}],_11=[1,{gov:_3}],_12=[0,{"transfer-webapp":_4}],_13=[0,{notebook:_4,studio:_4}],_14=[0,{labeling:_4,notebook:_4,studio:_4}],_15=[0,{notebook:_4}],_16=[0,{labeling:_4,notebook:_4,"notebook-fips":_4,studio:_4}],_17=[0,{notebook:_4,"notebook-fips":_4,studio:_4,"studio-fips":_4}],_18=[0,{"*":_3}],_19=[1,{co:_4}],_20=[0,{objects:_4}],_21=[2,{nodes:_4}],_22=[0,{my:_7}],_23=[0,{s3:_4,"s3-accesspoint":_4,"s3-website":_4}],_24=[0,{s3:_4,"s3-accesspoint":_4}],_25=[0,{direct:_4}],_26=[0,{"webview-assets":_4}],_27=[0,{vfs:_4,"webview-assets":_4}],_28=[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_23,s3:_4,"s3-accesspoint":_4,"s3-object-lambda":_4,"s3-website":_4,"aws-cloud9":_26,cloud9:_27}],_29=[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_24,s3:_4,"s3-accesspoint":_4,"s3-object-lambda":_4,"s3-website":_4,"aws-cloud9":_26,cloud9:_27}],_30=[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_23,s3:_4,"s3-accesspoint":_4,"s3-object-lambda":_4,"s3-website":_4,"analytics-gateway":_4,"aws-cloud9":_26,cloud9:_27}],_31=[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_23,s3:_4,"s3-accesspoint":_4,"s3-object-lambda":_4,"s3-website":_4}],_32=[0,{s3:_4,"s3-accesspoint":_4,"s3-accesspoint-fips":_4,"s3-fips":_4,"s3-website":_4}],_33=[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_32,s3:_4,"s3-accesspoint":_4,"s3-accesspoint-fips":_4,"s3-fips":_4,"s3-object-lambda":_4,"s3-website":_4,"aws-cloud9":_26,cloud9:_27}],_34=[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_32,s3:_4,"s3-accesspoint":_4,"s3-accesspoint-fips":_4,"s3-deprecated":_4,"s3-fips":_4,"s3-object-lambda":_4,"s3-website":_4,"analytics-gateway":_4,"aws-cloud9":_26,cloud9:_27}],_36=[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:[0,{s3:_4,"s3-accesspoint":_4,"s3-accesspoint-fips":_4,"s3-fips":_4}],s3:_4,"s3-accesspoint":_4,"s3-accesspoint-fips":_4,"s3-fips":_4,"s3-object-lambda":_4,"s3-website":_4}],_37=[0,{auth:_4}],_38=[0,{auth:_4,"auth-fips":_4}],_39=[0,{"auth-fips":_4}],_40=[0,{apps:_4}],_41=[0,{paas:_4}],_42=[2,{eu:_4}],_43=[0,{app:_4}],_44=[0,{site:_4}],_45=[1,{com:_3,edu:_3,net:_3,org:_3}],_46=[0,{j:_4}],_47=[0,{dyn:_4}],_48=[1,{co:_3,com:_3,edu:_3,gov:_3,net:_3,org:_3}],_49=[0,{p:_4}],_50=[0,{user:_4}],_51=[0,{shop:_4}],_52=[0,{cdn:_4}],_53=[0,{cust:_4,reservd:_4}],_54=[0,{cust:_4}],_55=[0,{s3:_4}],_56=[1,{biz:_3,com:_3,edu:_3,gov:_3,info:_3,net:_3,org:_3}],_57=[0,{ipfs:_4}],_58=[1,{framer:_4}],_59=[0,{forgot:_4}],_60=[1,{gs:_3}],_61=[0,{nes:_3}],_62=[1,{k12:_3,cc:_3,lib:_3}],_63=[1,{cc:_3,lib:_3}];return[0,{ac:[1,{com:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3,drr:_4,feedback:_4,forms:_4}],ad:_3,ae:[1,{ac:_3,co:_3,gov:_3,mil:_3,net:_3,org:_3,sch:_3}],aero:[1,{airline:_3,airport:_3,"accident-investigation":_3,"accident-prevention":_3,aerobatic:_3,aeroclub:_3,aerodrome:_3,agents:_3,"air-surveillance":_3,"air-traffic-control":_3,aircraft:_3,airtraffic:_3,ambulance:_3,association:_3,author:_3,ballooning:_3,broker:_3,caa:_3,cargo:_3,catering:_3,certification:_3,championship:_3,charter:_3,civilaviation:_3,club:_3,conference:_3,consultant:_3,consulting:_3,control:_3,council:_3,crew:_3,design:_3,dgca:_3,educator:_3,emergency:_3,engine:_3,engineer:_3,entertainment:_3,equipment:_3,exchange:_3,express:_3,federation:_3,flight:_3,freight:_3,fuel:_3,gliding:_3,government:_3,groundhandling:_3,group:_3,hanggliding:_3,homebuilt:_3,insurance:_3,journal:_3,journalist:_3,leasing:_3,logistics:_3,magazine:_3,maintenance:_3,marketplace:_3,media:_3,microlight:_3,modelling:_3,navigation:_3,parachuting:_3,paragliding:_3,"passenger-association":_3,pilot:_3,press:_3,production:_3,recreation:_3,repbody:_3,res:_3,research:_3,rotorcraft:_3,safety:_3,scientist:_3,services:_3,show:_3,skydiving:_3,software:_3,student:_3,taxi:_3,trader:_3,trading:_3,trainer:_3,union:_3,workinggroup:_3,works:_3}],af:_5,ag:[1,{co:_3,com:_3,net:_3,nom:_3,org:_3,obj:_4}],ai:[1,{com:_3,net:_3,off:_3,org:_3,uwu:_4,framer:_4}],al:_6,am:[1,{co:_3,com:_3,commune:_3,net:_3,org:_3,radio:_4}],ao:[1,{co:_3,ed:_3,edu:_3,gov:_3,gv:_3,it:_3,og:_3,org:_3,pb:_3}],aq:_3,ar:[1,{bet:_3,com:_3,coop:_3,edu:_3,gob:_3,gov:_3,int:_3,mil:_3,musica:_3,mutual:_3,net:_3,org:_3,seg:_3,senasa:_3,tur:_3}],arpa:[1,{e164:_3,home:_3,"in-addr":_3,ip6:_3,iris:_3,uri:_3,urn:_3}],as:_11,asia:[1,{cloudns:_4,daemon:_4,dix:_4}],at:[1,{ac:[1,{sth:_3}],co:_3,gv:_3,or:_3,funkfeuer:[0,{wien:_4}],futurecms:[0,{"*":_4,ex:_7,in:_7}],futurehosting:_4,futuremailing:_4,ortsinfo:[0,{ex:_7,kunden:_7}],biz:_4,info:_4,"123webseite":_4,priv:_4,myspreadshop:_4,"12hp":_4,"2ix":_4,"4lima":_4,"lima-city":_4}],au:[1,{asn:_3,com:[1,{cloudlets:[0,{mel:_4}],myspreadshop:_4}],edu:[1,{act:_3,catholic:_3,nsw:[1,{schools:_3}],nt:_3,qld:_3,sa:_3,tas:_3,vic:_3,wa:_3}],gov:[1,{qld:_3,sa:_3,tas:_3,vic:_3,wa:_3}],id:_3,net:_3,org:_3,conf:_3,oz:_3,act:_3,nsw:_3,nt:_3,qld:_3,sa:_3,tas:_3,vic:_3,wa:_3}],aw:[1,{com:_3}],ax:_3,az:[1,{biz:_3,co:_3,com:_3,edu:_3,gov:_3,info:_3,int:_3,mil:_3,name:_3,net:_3,org:_3,pp:_3,pro:_3}],ba:[1,{com:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3,rs:_4}],bb:[1,{biz:_3,co:_3,com:_3,edu:_3,gov:_3,info:_3,net:_3,org:_3,store:_3,tv:_3}],bd:_18,be:[1,{ac:_3,cloudns:_4,webhosting:_4,interhostsolutions:[0,{cloud:_4}],kuleuven:[0,{ezproxy:_4}],"123website":_4,myspreadshop:_4,transurl:_7}],bf:_11,bg:[1,{0:_3,1:_3,2:_3,3:_3,4:_3,5:_3,6:_3,7:_3,8:_3,9:_3,a:_3,b:_3,c:_3,d:_3,e:_3,f:_3,g:_3,h:_3,i:_3,j:_3,k:_3,l:_3,m:_3,n:_3,o:_3,p:_3,q:_3,r:_3,s:_3,t:_3,u:_3,v:_3,w:_3,x:_3,y:_3,z:_3,barsy:_4}],bh:_5,bi:[1,{co:_3,com:_3,edu:_3,or:_3,org:_3}],biz:[1,{activetrail:_4,"cloud-ip":_4,cloudns:_4,jozi:_4,dyndns:_4,"for-better":_4,"for-more":_4,"for-some":_4,"for-the":_4,selfip:_4,webhop:_4,orx:_4,mmafan:_4,myftp:_4,"no-ip":_4,dscloud:_4}],bj:[1,{africa:_3,agro:_3,architectes:_3,assur:_3,avocats:_3,co:_3,com:_3,eco:_3,econo:_3,edu:_3,info:_3,loisirs:_3,money:_3,net:_3,org:_3,ote:_3,restaurant:_3,resto:_3,tourism:_3,univ:_3}],bm:_5,bn:[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3,co:_4}],bo:[1,{com:_3,edu:_3,gob:_3,int:_3,mil:_3,net:_3,org:_3,tv:_3,web:_3,academia:_3,agro:_3,arte:_3,blog:_3,bolivia:_3,ciencia:_3,cooperativa:_3,democracia:_3,deporte:_3,ecologia:_3,economia:_3,empresa:_3,indigena:_3,industria:_3,info:_3,medicina:_3,movimiento:_3,musica:_3,natural:_3,nombre:_3,noticias:_3,patria:_3,plurinacional:_3,politica:_3,profesional:_3,pueblo:_3,revista:_3,salud:_3,tecnologia:_3,tksat:_3,transporte:_3,wiki:_3}],br:[1,{"9guacu":_3,abc:_3,adm:_3,adv:_3,agr:_3,aju:_3,am:_3,anani:_3,aparecida:_3,app:_3,arq:_3,art:_3,ato:_3,b:_3,barueri:_3,belem:_3,bet:_3,bhz:_3,bib:_3,bio:_3,blog:_3,bmd:_3,boavista:_3,bsb:_3,campinagrande:_3,campinas:_3,caxias:_3,cim:_3,cng:_3,cnt:_3,com:[1,{simplesite:_4}],contagem:_3,coop:_3,coz:_3,cri:_3,cuiaba:_3,curitiba:_3,def:_3,des:_3,det:_3,dev:_3,ecn:_3,eco:_3,edu:_3,emp:_3,enf:_3,eng:_3,esp:_3,etc:_3,eti:_3,far:_3,feira:_3,flog:_3,floripa:_3,fm:_3,fnd:_3,fortal:_3,fot:_3,foz:_3,fst:_3,g12:_3,geo:_3,ggf:_3,goiania:_3,gov:[1,{ac:_3,al:_3,am:_3,ap:_3,ba:_3,ce:_3,df:_3,es:_3,go:_3,ma:_3,mg:_3,ms:_3,mt:_3,pa:_3,pb:_3,pe:_3,pi:_3,pr:_3,rj:_3,rn:_3,ro:_3,rr:_3,rs:_3,sc:_3,se:_3,sp:_3,to:_3}],gru:_3,imb:_3,ind:_3,inf:_3,jab:_3,jampa:_3,jdf:_3,joinville:_3,jor:_3,jus:_3,leg:[1,{ac:_4,al:_4,am:_4,ap:_4,ba:_4,ce:_4,df:_4,es:_4,go:_4,ma:_4,mg:_4,ms:_4,mt:_4,pa:_4,pb:_4,pe:_4,pi:_4,pr:_4,rj:_4,rn:_4,ro:_4,rr:_4,rs:_4,sc:_4,se:_4,sp:_4,to:_4}],leilao:_3,lel:_3,log:_3,londrina:_3,macapa:_3,maceio:_3,manaus:_3,maringa:_3,mat:_3,med:_3,mil:_3,morena:_3,mp:_3,mus:_3,natal:_3,net:_3,niteroi:_3,nom:_18,not:_3,ntr:_3,odo:_3,ong:_3,org:_3,osasco:_3,palmas:_3,poa:_3,ppg:_3,pro:_3,psc:_3,psi:_3,pvh:_3,qsl:_3,radio:_3,rec:_3,recife:_3,rep:_3,ribeirao:_3,rio:_3,riobranco:_3,riopreto:_3,salvador:_3,sampa:_3,santamaria:_3,santoandre:_3,saobernardo:_3,saogonca:_3,seg:_3,sjc:_3,slg:_3,slz:_3,sorocaba:_3,srv:_3,taxi:_3,tc:_3,tec:_3,teo:_3,the:_3,tmp:_3,trd:_3,tur:_3,tv:_3,udi:_3,vet:_3,vix:_3,vlog:_3,wiki:_3,zlg:_3}],bs:[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3,we:_4}],bt:_5,bv:_3,bw:[1,{ac:_3,co:_3,gov:_3,net:_3,org:_3}],by:[1,{gov:_3,mil:_3,com:_3,of:_3,mediatech:_4}],bz:[1,{co:_3,com:_3,edu:_3,gov:_3,net:_3,org:_3,za:_4,mydns:_4,gsj:_4}],ca:[1,{ab:_3,bc:_3,mb:_3,nb:_3,nf:_3,nl:_3,ns:_3,nt:_3,nu:_3,on:_3,pe:_3,qc:_3,sk:_3,yk:_3,gc:_3,barsy:_4,awdev:_7,co:_4,"no-ip":_4,myspreadshop:_4,box:_4}],cat:_3,cc:[1,{cleverapps:_4,cloudns:_4,ftpaccess:_4,"game-server":_4,myphotos:_4,scrapping:_4,twmail:_4,csx:_4,fantasyleague:_4,spawn:[0,{instances:_4}]}],cd:_11,cf:_3,cg:_3,ch:[1,{square7:_4,cloudns:_4,cloudscale:[0,{cust:_4,lpg:_20,rma:_20}],flow:[0,{ae:[0,{alp1:_4}],appengine:_4}],"linkyard-cloud":_4,gotdns:_4,dnsking:_4,"123website":_4,myspreadshop:_4,firenet:[0,{"*":_4,svc:_7}],"12hp":_4,"2ix":_4,"4lima":_4,"lima-city":_4}],ci:[1,{ac:_3,"xn--aroport-bya":_3,a\u00e9roport:_3,asso:_3,co:_3,com:_3,ed:_3,edu:_3,go:_3,gouv:_3,int:_3,net:_3,or:_3,org:_3}],ck:_18,cl:[1,{co:_3,gob:_3,gov:_3,mil:_3,cloudns:_4}],cm:[1,{co:_3,com:_3,gov:_3,net:_3}],cn:[1,{ac:_3,com:[1,{amazonaws:[0,{"cn-north-1":[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_23,s3:_4,"s3-accesspoint":_4,"s3-deprecated":_4,"s3-object-lambda":_4,"s3-website":_4}],"cn-northwest-1":[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_24,s3:_4,"s3-accesspoint":_4,"s3-object-lambda":_4,"s3-website":_4}],compute:_7,airflow:[0,{"cn-north-1":_7,"cn-northwest-1":_7}],eb:[0,{"cn-north-1":_4,"cn-northwest-1":_4}],elb:_7}],sagemaker:[0,{"cn-north-1":_13,"cn-northwest-1":_13}]}],edu:_3,gov:_3,mil:_3,net:_3,org:_3,"xn--55qx5d":_3,\u516c\u53f8:_3,"xn--od0alg":_3,\u7db2\u7d61:_3,"xn--io0a7i":_3,\u7f51\u7edc:_3,ah:_3,bj:_3,cq:_3,fj:_3,gd:_3,gs:_3,gx:_3,gz:_3,ha:_3,hb:_3,he:_3,hi:_3,hk:_3,hl:_3,hn:_3,jl:_3,js:_3,jx:_3,ln:_3,mo:_3,nm:_3,nx:_3,qh:_3,sc:_3,sd:_3,sh:[1,{as:_4}],sn:_3,sx:_3,tj:_3,tw:_3,xj:_3,xz:_3,yn:_3,zj:_3,"canva-apps":_4,canvasite:_22,myqnapcloud:_4,quickconnect:_25}],co:[1,{com:_3,edu:_3,gov:_3,mil:_3,net:_3,nom:_3,org:_3,carrd:_4,crd:_4,otap:_7,leadpages:_4,lpages:_4,mypi:_4,xmit:_7,firewalledreplit:_10,repl:_10,supabase:_4}],com:[1,{a2hosted:_4,cpserver:_4,adobeaemcloud:[2,{dev:_7}],africa:_4,airkitapps:_4,"airkitapps-au":_4,aivencloud:_4,alibabacloudcs:_4,kasserver:_4,amazonaws:[0,{"af-south-1":_28,"ap-east-1":_29,"ap-northeast-1":_30,"ap-northeast-2":_30,"ap-northeast-3":_28,"ap-south-1":_30,"ap-south-2":_31,"ap-southeast-1":_30,"ap-southeast-2":_30,"ap-southeast-3":_31,"ap-southeast-4":_31,"ap-southeast-5":[0,{"execute-api":_4,dualstack:_23,s3:_4,"s3-accesspoint":_4,"s3-deprecated":_4,"s3-object-lambda":_4,"s3-website":_4}],"ca-central-1":_33,"ca-west-1":[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_32,s3:_4,"s3-accesspoint":_4,"s3-accesspoint-fips":_4,"s3-fips":_4,"s3-object-lambda":_4,"s3-website":_4}],"eu-central-1":_30,"eu-central-2":_31,"eu-north-1":_29,"eu-south-1":_28,"eu-south-2":_31,"eu-west-1":[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_23,s3:_4,"s3-accesspoint":_4,"s3-deprecated":_4,"s3-object-lambda":_4,"s3-website":_4,"analytics-gateway":_4,"aws-cloud9":_26,cloud9:_27}],"eu-west-2":_29,"eu-west-3":_28,"il-central-1":[0,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_23,s3:_4,"s3-accesspoint":_4,"s3-object-lambda":_4,"s3-website":_4,"aws-cloud9":_26,cloud9:[0,{vfs:_4}]}],"me-central-1":_31,"me-south-1":_29,"sa-east-1":_28,"us-east-1":[2,{"execute-api":_4,"emrappui-prod":_4,"emrnotebooks-prod":_4,"emrstudio-prod":_4,dualstack:_32,s3:_4,"s3-accesspoint":_4,"s3-accesspoint-fips":_4,"s3-deprecated":_4,"s3-fips":_4,"s3-object-lambda":_4,"s3-website":_4,"analytics-gateway":_4,"aws-cloud9":_26,cloud9:_27}],"us-east-2":_34,"us-gov-east-1":_36,"us-gov-west-1":_36,"us-west-1":_33,"us-west-2":_34,compute:_7,"compute-1":_7,airflow:[0,{"af-south-1":_7,"ap-east-1":_7,"ap-northeast-1":_7,"ap-northeast-2":_7,"ap-northeast-3":_7,"ap-south-1":_7,"ap-south-2":_7,"ap-southeast-1":_7,"ap-southeast-2":_7,"ap-southeast-3":_7,"ap-southeast-4":_7,"ca-central-1":_7,"ca-west-1":_7,"eu-central-1":_7,"eu-central-2":_7,"eu-north-1":_7,"eu-south-1":_7,"eu-south-2":_7,"eu-west-1":_7,"eu-west-2":_7,"eu-west-3":_7,"il-central-1":_7,"me-central-1":_7,"me-south-1":_7,"sa-east-1":_7,"us-east-1":_7,"us-east-2":_7,"us-west-1":_7,"us-west-2":_7}],s3:_4,"s3-1":_4,"s3-ap-east-1":_4,"s3-ap-northeast-1":_4,"s3-ap-northeast-2":_4,"s3-ap-northeast-3":_4,"s3-ap-south-1":_4,"s3-ap-southeast-1":_4,"s3-ap-southeast-2":_4,"s3-ca-central-1":_4,"s3-eu-central-1":_4,"s3-eu-north-1":_4,"s3-eu-west-1":_4,"s3-eu-west-2":_4,"s3-eu-west-3":_4,"s3-external-1":_4,"s3-fips-us-gov-east-1":_4,"s3-fips-us-gov-west-1":_4,"s3-global":[0,{accesspoint:[0,{mrap:_4}]}],"s3-me-south-1":_4,"s3-sa-east-1":_4,"s3-us-east-2":_4,"s3-us-gov-east-1":_4,"s3-us-gov-west-1":_4,"s3-us-west-1":_4,"s3-us-west-2":_4,"s3-website-ap-northeast-1":_4,"s3-website-ap-southeast-1":_4,"s3-website-ap-southeast-2":_4,"s3-website-eu-west-1":_4,"s3-website-sa-east-1":_4,"s3-website-us-east-1":_4,"s3-website-us-gov-west-1":_4,"s3-website-us-west-1":_4,"s3-website-us-west-2":_4,elb:_7}],amazoncognito:[0,{"af-south-1":_37,"ap-east-1":_37,"ap-northeast-1":_37,"ap-northeast-2":_37,"ap-northeast-3":_37,"ap-south-1":_37,"ap-south-2":_37,"ap-southeast-1":_37,"ap-southeast-2":_37,"ap-southeast-3":_37,"ap-southeast-4":_37,"ap-southeast-5":_37,"ca-central-1":_37,"ca-west-1":_37,"eu-central-1":_37,"eu-central-2":_37,"eu-north-1":_37,"eu-south-1":_37,"eu-south-2":_37,"eu-west-1":_37,"eu-west-2":_37,"eu-west-3":_37,"il-central-1":_37,"me-central-1":_37,"me-south-1":_37,"sa-east-1":_37,"us-east-1":_38,"us-east-2":_38,"us-gov-east-1":_39,"us-gov-west-1":_39,"us-west-1":_38,"us-west-2":_38}],amplifyapp:_4,awsapprunner:_7,awsapps:_4,elasticbeanstalk:[2,{"af-south-1":_4,"ap-east-1":_4,"ap-northeast-1":_4,"ap-northeast-2":_4,"ap-northeast-3":_4,"ap-south-1":_4,"ap-southeast-1":_4,"ap-southeast-2":_4,"ap-southeast-3":_4,"ca-central-1":_4,"eu-central-1":_4,"eu-north-1":_4,"eu-south-1":_4,"eu-west-1":_4,"eu-west-2":_4,"eu-west-3":_4,"il-central-1":_4,"me-south-1":_4,"sa-east-1":_4,"us-east-1":_4,"us-east-2":_4,"us-gov-east-1":_4,"us-gov-west-1":_4,"us-west-1":_4,"us-west-2":_4}],awsglobalaccelerator:_4,siiites:_4,appspacehosted:_4,appspaceusercontent:_4,"on-aptible":_4,myasustor:_4,"balena-devices":_4,boutir:_4,bplaced:_4,cafjs:_4,"canva-apps":_4,"cdn77-storage":_4,br:_4,cn:_4,de:_4,eu:_4,jpn:_4,mex:_4,ru:_4,sa:_4,uk:_4,us:_4,za:_4,"clever-cloud":[0,{services:_7}],dnsabr:_4,"ip-ddns":_4,jdevcloud:_4,wpdevcloud:_4,"cf-ipfs":_4,"cloudflare-ipfs":_4,trycloudflare:_4,co:_4,devinapps:_7,builtwithdark:_4,datadetect:[0,{demo:_4,instance:_4}],dattolocal:_4,dattorelay:_4,dattoweb:_4,mydatto:_4,digitaloceanspaces:_7,discordsays:_4,discordsez:_4,drayddns:_4,dreamhosters:_4,durumis:_4,mydrobo:_4,blogdns:_4,cechire:_4,dnsalias:_4,dnsdojo:_4,doesntexist:_4,dontexist:_4,doomdns:_4,"dyn-o-saur":_4,dynalias:_4,"dyndns-at-home":_4,"dyndns-at-work":_4,"dyndns-blog":_4,"dyndns-free":_4,"dyndns-home":_4,"dyndns-ip":_4,"dyndns-mail":_4,"dyndns-office":_4,"dyndns-pics":_4,"dyndns-remote":_4,"dyndns-server":_4,"dyndns-web":_4,"dyndns-wiki":_4,"dyndns-work":_4,"est-a-la-maison":_4,"est-a-la-masion":_4,"est-le-patron":_4,"est-mon-blogueur":_4,"from-ak":_4,"from-al":_4,"from-ar":_4,"from-ca":_4,"from-ct":_4,"from-dc":_4,"from-de":_4,"from-fl":_4,"from-ga":_4,"from-hi":_4,"from-ia":_4,"from-id":_4,"from-il":_4,"from-in":_4,"from-ks":_4,"from-ky":_4,"from-ma":_4,"from-md":_4,"from-mi":_4,"from-mn":_4,"from-mo":_4,"from-ms":_4,"from-mt":_4,"from-nc":_4,"from-nd":_4,"from-ne":_4,"from-nh":_4,"from-nj":_4,"from-nm":_4,"from-nv":_4,"from-oh":_4,"from-ok":_4,"from-or":_4,"from-pa":_4,"from-pr":_4,"from-ri":_4,"from-sc":_4,"from-sd":_4,"from-tn":_4,"from-tx":_4,"from-ut":_4,"from-va":_4,"from-vt":_4,"from-wa":_4,"from-wi":_4,"from-wv":_4,"from-wy":_4,getmyip:_4,gotdns:_4,"hobby-site":_4,homelinux:_4,homeunix:_4,iamallama:_4,"is-a-anarchist":_4,"is-a-blogger":_4,"is-a-bookkeeper":_4,"is-a-bulls-fan":_4,"is-a-caterer":_4,"is-a-chef":_4,"is-a-conservative":_4,"is-a-cpa":_4,"is-a-cubicle-slave":_4,"is-a-democrat":_4,"is-a-designer":_4,"is-a-doctor":_4,"is-a-financialadvisor":_4,"is-a-geek":_4,"is-a-green":_4,"is-a-guru":_4,"is-a-hard-worker":_4,"is-a-hunter":_4,"is-a-landscaper":_4,"is-a-lawyer":_4,"is-a-liberal":_4,"is-a-libertarian":_4,"is-a-llama":_4,"is-a-musician":_4,"is-a-nascarfan":_4,"is-a-nurse":_4,"is-a-painter":_4,"is-a-personaltrainer":_4,"is-a-photographer":_4,"is-a-player":_4,"is-a-republican":_4,"is-a-rockstar":_4,"is-a-socialist":_4,"is-a-student":_4,"is-a-teacher":_4,"is-a-techie":_4,"is-a-therapist":_4,"is-an-accountant":_4,"is-an-actor":_4,"is-an-actress":_4,"is-an-anarchist":_4,"is-an-artist":_4,"is-an-engineer":_4,"is-an-entertainer":_4,"is-certified":_4,"is-gone":_4,"is-into-anime":_4,"is-into-cars":_4,"is-into-cartoons":_4,"is-into-games":_4,"is-leet":_4,"is-not-certified":_4,"is-slick":_4,"is-uberleet":_4,"is-with-theband":_4,"isa-geek":_4,"isa-hockeynut":_4,issmarterthanyou:_4,"likes-pie":_4,likescandy:_4,"neat-url":_4,"saves-the-whales":_4,selfip:_4,"sells-for-less":_4,"sells-for-u":_4,servebbs:_4,"simple-url":_4,"space-to-rent":_4,"teaches-yoga":_4,writesthisblog:_4,ddnsfree:_4,ddnsgeek:_4,giize:_4,gleeze:_4,kozow:_4,loseyourip:_4,ooguy:_4,theworkpc:_4,mytuleap:_4,"tuleap-partners":_4,encoreapi:_4,evennode:[0,{"eu-1":_4,"eu-2":_4,"eu-3":_4,"eu-4":_4,"us-1":_4,"us-2":_4,"us-3":_4,"us-4":_4}],onfabrica:_4,"fastly-edge":_4,"fastly-terrarium":_4,"fastvps-server":_4,mydobiss:_4,firebaseapp:_4,fldrv:_4,forgeblocks:_4,framercanvas:_4,"freebox-os":_4,freeboxos:_4,freemyip:_4,aliases121:_4,gentapps:_4,gentlentapis:_4,githubusercontent:_4,"0emm":_7,appspot:[2,{r:_7}],blogspot:_4,codespot:_4,googleapis:_4,googlecode:_4,pagespeedmobilizer:_4,withgoogle:_4,withyoutube:_4,grayjayleagues:_4,hatenablog:_4,hatenadiary:_4,herokuapp:_4,gr:_4,smushcdn:_4,wphostedmail:_4,wpmucdn:_4,pixolino:_4,"apps-1and1":_4,"live-website":_4,dopaas:_4,"hosted-by-previder":_41,hosteur:[0,{"rag-cloud":_4,"rag-cloud-ch":_4}],"ik-server":[0,{jcloud:_4,"jcloud-ver-jpc":_4}],jelastic:[0,{demo:_4}],massivegrid:_41,wafaicloud:[0,{jed:_4,ryd:_4}],webadorsite:_4,joyent:[0,{cns:_7}],lpusercontent:_4,linode:[0,{members:_4,nodebalancer:_7}],linodeobjects:_7,linodeusercontent:[0,{ip:_4}],localtonet:_4,lovableproject:_4,barsycenter:_4,barsyonline:_4,modelscape:_4,mwcloudnonprod:_4,polyspace:_4,mazeplay:_4,miniserver:_4,atmeta:_4,fbsbx:_40,meteorapp:_42,routingthecloud:_4,mydbserver:_4,hostedpi:_4,"mythic-beasts":[0,{caracal:_4,customer:_4,fentiger:_4,lynx:_4,ocelot:_4,oncilla:_4,onza:_4,sphinx:_4,vs:_4,x:_4,yali:_4}],nospamproxy:[0,{cloud:[2,{o365:_4}]}],"4u":_4,nfshost:_4,"3utilities":_4,blogsyte:_4,ciscofreak:_4,damnserver:_4,ddnsking:_4,ditchyourip:_4,dnsiskinky:_4,dynns:_4,geekgalaxy:_4,"health-carereform":_4,homesecuritymac:_4,homesecuritypc:_4,myactivedirectory:_4,mysecuritycamera:_4,myvnc:_4,"net-freaks":_4,onthewifi:_4,point2this:_4,quicksytes:_4,securitytactics:_4,servebeer:_4,servecounterstrike:_4,serveexchange:_4,serveftp:_4,servegame:_4,servehalflife:_4,servehttp:_4,servehumour:_4,serveirc:_4,servemp3:_4,servep2p:_4,servepics:_4,servequake:_4,servesarcasm:_4,stufftoread:_4,unusualperson:_4,workisboring:_4,myiphost:_4,observableusercontent:[0,{static:_4}],simplesite:_4,orsites:_4,operaunite:_4,"customer-oci":[0,{"*":_4,oci:_7,ocp:_7,ocs:_7}],oraclecloudapps:_7,oraclegovcloudapps:_7,"authgear-staging":_4,authgearapps:_4,skygearapp:_4,outsystemscloud:_4,ownprovider:_4,pgfog:_4,pagexl:_4,gotpantheon:_4,paywhirl:_7,upsunapp:_4,"postman-echo":_4,prgmr:[0,{xen:_4}],pythonanywhere:_42,qa2:_4,"alpha-myqnapcloud":_4,"dev-myqnapcloud":_4,mycloudnas:_4,mynascloud:_4,myqnapcloud:_4,qualifioapp:_4,ladesk:_4,qbuser:_4,quipelements:_7,rackmaze:_4,"readthedocs-hosted":_4,rhcloud:_4,onrender:_4,render:_43,"subsc-pay":_4,"180r":_4,dojin:_4,sakuratan:_4,sakuraweb:_4,x0:_4,code:[0,{builder:_7,"dev-builder":_7,"stg-builder":_7}],salesforce:[0,{platform:[0,{"code-builder-stg":[0,{test:[0,{"001":_7}]}]}]}],logoip:_4,scrysec:_4,"firewall-gateway":_4,myshopblocks:_4,myshopify:_4,shopitsite:_4,"1kapp":_4,appchizi:_4,applinzi:_4,sinaapp:_4,vipsinaapp:_4,streamlitapp:_4,"try-snowplow":_4,"playstation-cloud":_4,myspreadshop:_4,"w-corp-staticblitz":_4,"w-credentialless-staticblitz":_4,"w-staticblitz":_4,"stackhero-network":_4,stdlib:[0,{api:_4}],strapiapp:[2,{media:_4}],"streak-link":_4,streaklinks:_4,streakusercontent:_4,"temp-dns":_4,dsmynas:_4,familyds:_4,mytabit:_4,taveusercontent:_4,"tb-hosting":_44,reservd:_4,thingdustdata:_4,"townnews-staging":_4,typeform:[0,{pro:_4}],hk:_4,it:_4,"deus-canvas":_4,vultrobjects:_7,wafflecell:_4,hotelwithflight:_4,"reserve-online":_4,cprapid:_4,pleskns:_4,remotewd:_4,wiardweb:[0,{pages:_4}],wixsite:_4,wixstudio:_4,messwithdns:_4,"woltlab-demo":_4,wpenginepowered:[2,{js:_4}],xnbay:[2,{u2:_4,"u2-local":_4}],yolasite:_4}],coop:_3,cr:[1,{ac:_3,co:_3,ed:_3,fi:_3,go:_3,or:_3,sa:_3}],cu:[1,{com:_3,edu:_3,gob:_3,inf:_3,nat:_3,net:_3,org:_3}],cv:[1,{com:_3,edu:_3,id:_3,int:_3,net:_3,nome:_3,org:_3,publ:_3}],cw:_45,cx:[1,{gov:_3,cloudns:_4,ath:_4,info:_4,assessments:_4,calculators:_4,funnels:_4,paynow:_4,quizzes:_4,researched:_4,tests:_4}],cy:[1,{ac:_3,biz:_3,com:[1,{scaleforce:_46}],ekloges:_3,gov:_3,ltd:_3,mil:_3,net:_3,org:_3,press:_3,pro:_3,tm:_3}],cz:[1,{contentproxy9:[0,{rsc:_4}],realm:_4,e4:_4,co:_4,metacentrum:[0,{cloud:_7,custom:_4}],muni:[0,{cloud:[0,{flt:_4,usr:_4}]}]}],de:[1,{bplaced:_4,square7:_4,com:_4,cosidns:_47,dnsupdater:_4,"dynamisches-dns":_4,"internet-dns":_4,"l-o-g-i-n":_4,ddnss:[2,{dyn:_4,dyndns:_4}],"dyn-ip24":_4,dyndns1:_4,"home-webserver":[2,{dyn:_4}],"myhome-server":_4,dnshome:_4,fuettertdasnetz:_4,isteingeek:_4,istmein:_4,lebtimnetz:_4,leitungsen:_4,traeumtgerade:_4,frusky:_7,goip:_4,"xn--gnstigbestellen-zvb":_4,g\u00fcnstigbestellen:_4,"xn--gnstigliefern-wob":_4,g\u00fcnstigliefern:_4,"hs-heilbronn":[0,{it:[0,{pages:_4,"pages-research":_4}]}],"dyn-berlin":_4,"in-berlin":_4,"in-brb":_4,"in-butter":_4,"in-dsl":_4,"in-vpn":_4,iservschule:_4,"mein-iserv":_4,schulplattform:_4,schulserver:_4,"test-iserv":_4,keymachine:_4,"git-repos":_4,"lcube-server":_4,"svn-repos":_4,barsy:_4,webspaceconfig:_4,"123webseite":_4,rub:_4,"ruhr-uni-bochum":[2,{noc:[0,{io:_4}]}],logoip:_4,"firewall-gateway":_4,"my-gateway":_4,"my-router":_4,spdns:_4,speedpartner:[0,{customer:_4}],myspreadshop:_4,"taifun-dns":_4,"12hp":_4,"2ix":_4,"4lima":_4,"lima-city":_4,"dd-dns":_4,"dray-dns":_4,draydns:_4,"dyn-vpn":_4,dynvpn:_4,"mein-vigor":_4,"my-vigor":_4,"my-wan":_4,"syno-ds":_4,"synology-diskstation":_4,"synology-ds":_4,uberspace:_7,"virtual-user":_4,virtualuser:_4,"community-pro":_4,diskussionsbereich:_4}],dj:_3,dk:[1,{biz:_4,co:_4,firm:_4,reg:_4,store:_4,"123hjemmeside":_4,myspreadshop:_4}],dm:_48,do:[1,{art:_3,com:_3,edu:_3,gob:_3,gov:_3,mil:_3,net:_3,org:_3,sld:_3,web:_3}],dz:[1,{art:_3,asso:_3,com:_3,edu:_3,gov:_3,net:_3,org:_3,pol:_3,soc:_3,tm:_3}],ec:[1,{com:_3,edu:_3,fin:_3,gob:_3,gov:_3,info:_3,k12:_3,med:_3,mil:_3,net:_3,org:_3,pro:_3,base:_4,official:_4}],edu:[1,{rit:[0,{"git-pages":_4}]}],ee:[1,{aip:_3,com:_3,edu:_3,fie:_3,gov:_3,lib:_3,med:_3,org:_3,pri:_3,riik:_3}],eg:[1,{ac:_3,com:_3,edu:_3,eun:_3,gov:_3,info:_3,me:_3,mil:_3,name:_3,net:_3,org:_3,sci:_3,sport:_3,tv:_3}],er:_18,es:[1,{com:_3,edu:_3,gob:_3,nom:_3,org:_3,"123miweb":_4,myspreadshop:_4}],et:[1,{biz:_3,com:_3,edu:_3,gov:_3,info:_3,name:_3,net:_3,org:_3}],eu:[1,{airkitapps:_4,cloudns:_4,dogado:[0,{jelastic:_4}],barsy:_4,spdns:_4,transurl:_7,diskstation:_4}],fi:[1,{aland:_3,dy:_4,"xn--hkkinen-5wa":_4,h\u00e4kkinen:_4,iki:_4,cloudplatform:[0,{fi:_4}],datacenter:[0,{demo:_4,paas:_4}],kapsi:_4,"123kotisivu":_4,myspreadshop:_4}],fj:[1,{ac:_3,biz:_3,com:_3,gov:_3,info:_3,mil:_3,name:_3,net:_3,org:_3,pro:_3}],fk:_18,fm:[1,{com:_3,edu:_3,net:_3,org:_3,radio:_4,user:_7}],fo:_3,fr:[1,{asso:_3,com:_3,gouv:_3,nom:_3,prd:_3,tm:_3,avoues:_3,cci:_3,greta:_3,"huissier-justice":_3,"en-root":_4,"fbx-os":_4,fbxos:_4,"freebox-os":_4,freeboxos:_4,goupile:_4,"123siteweb":_4,"on-web":_4,"chirurgiens-dentistes-en-france":_4,dedibox:_4,aeroport:_4,avocat:_4,chambagri:_4,"chirurgiens-dentistes":_4,"experts-comptables":_4,medecin:_4,notaires:_4,pharmacien:_4,port:_4,veterinaire:_4,myspreadshop:_4,ynh:_4}],ga:_3,gb:_3,gd:[1,{edu:_3,gov:_3}],ge:[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3,pvt:_3,school:_3}],gf:_3,gg:[1,{co:_3,net:_3,org:_3,botdash:_4,kaas:_4,stackit:_4,panel:[2,{daemon:_4}]}],gh:[1,{com:_3,edu:_3,gov:_3,mil:_3,org:_3}],gi:[1,{com:_3,edu:_3,gov:_3,ltd:_3,mod:_3,org:_3}],gl:[1,{co:_3,com:_3,edu:_3,net:_3,org:_3,biz:_4}],gm:_3,gn:[1,{ac:_3,com:_3,edu:_3,gov:_3,net:_3,org:_3}],gov:_3,gp:[1,{asso:_3,com:_3,edu:_3,mobi:_3,net:_3,org:_3}],gq:_3,gr:[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3,barsy:_4,simplesite:_4}],gs:_3,gt:[1,{com:_3,edu:_3,gob:_3,ind:_3,mil:_3,net:_3,org:_3}],gu:[1,{com:_3,edu:_3,gov:_3,guam:_3,info:_3,net:_3,org:_3,web:_3}],gw:_3,gy:_48,hk:[1,{com:_3,edu:_3,gov:_3,idv:_3,net:_3,org:_3,"xn--ciqpn":_3,\u4e2a\u4eba:_3,"xn--gmqw5a":_3,\u500b\u4eba:_3,"xn--55qx5d":_3,\u516c\u53f8:_3,"xn--mxtq1m":_3,\u653f\u5e9c:_3,"xn--lcvr32d":_3,\u654e\u80b2:_3,"xn--wcvs22d":_3,\u6559\u80b2:_3,"xn--gmq050i":_3,\u7b87\u4eba:_3,"xn--uc0atv":_3,\u7d44\u7e54:_3,"xn--uc0ay4a":_3,\u7d44\u7ec7:_3,"xn--od0alg":_3,\u7db2\u7d61:_3,"xn--zf0avx":_3,\u7db2\u7edc:_3,"xn--mk0axi":_3,\u7ec4\u7e54:_3,"xn--tn0ag":_3,\u7ec4\u7ec7:_3,"xn--od0aq3b":_3,\u7f51\u7d61:_3,"xn--io0a7i":_3,\u7f51\u7edc:_3,inc:_4,ltd:_4}],hm:_3,hn:[1,{com:_3,edu:_3,gob:_3,mil:_3,net:_3,org:_3}],hr:[1,{com:_3,from:_3,iz:_3,name:_3,brendly:_51}],ht:[1,{adult:_3,art:_3,asso:_3,com:_3,coop:_3,edu:_3,firm:_3,gouv:_3,info:_3,med:_3,net:_3,org:_3,perso:_3,pol:_3,pro:_3,rel:_3,shop:_3,rt:_4}],hu:[1,{2e3:_3,agrar:_3,bolt:_3,casino:_3,city:_3,co:_3,erotica:_3,erotika:_3,film:_3,forum:_3,games:_3,hotel:_3,info:_3,ingatlan:_3,jogasz:_3,konyvelo:_3,lakas:_3,media:_3,news:_3,org:_3,priv:_3,reklam:_3,sex:_3,shop:_3,sport:_3,suli:_3,szex:_3,tm:_3,tozsde:_3,utazas:_3,video:_3}],id:[1,{ac:_3,biz:_3,co:_3,desa:_3,go:_3,mil:_3,my:_3,net:_3,or:_3,ponpes:_3,sch:_3,web:_3,zone:_4}],ie:[1,{gov:_3,myspreadshop:_4}],il:[1,{ac:_3,co:[1,{ravpage:_4,mytabit:_4,tabitorder:_4}],gov:_3,idf:_3,k12:_3,muni:_3,net:_3,org:_3}],"xn--4dbrk0ce":[1,{"xn--4dbgdty6c":_3,"xn--5dbhl8d":_3,"xn--8dbq2a":_3,"xn--hebda8b":_3}],\u05d9\u05e9\u05e8\u05d0\u05dc:[1,{\u05d0\u05e7\u05d3\u05de\u05d9\u05d4:_3,\u05d9\u05e9\u05d5\u05d1:_3,\u05e6\u05d4\u05dc:_3,\u05de\u05de\u05e9\u05dc:_3}],im:[1,{ac:_3,co:[1,{ltd:_3,plc:_3}],com:_3,net:_3,org:_3,tt:_3,tv:_3}],in:[1,{"5g":_3,"6g":_3,ac:_3,ai:_3,am:_3,bihar:_3,biz:_3,business:_3,ca:_3,cn:_3,co:_3,com:_3,coop:_3,cs:_3,delhi:_3,dr:_3,edu:_3,er:_3,firm:_3,gen:_3,gov:_3,gujarat:_3,ind:_3,info:_3,int:_3,internet:_3,io:_3,me:_3,mil:_3,net:_3,nic:_3,org:_3,pg:_3,post:_3,pro:_3,res:_3,travel:_3,tv:_3,uk:_3,up:_3,us:_3,cloudns:_4,barsy:_4,web:_4,supabase:_4}],info:[1,{cloudns:_4,"dynamic-dns":_4,"barrel-of-knowledge":_4,"barrell-of-knowledge":_4,dyndns:_4,"for-our":_4,"groks-the":_4,"groks-this":_4,"here-for-more":_4,knowsitall:_4,selfip:_4,webhop:_4,barsy:_4,mayfirst:_4,mittwald:_4,mittwaldserver:_4,typo3server:_4,dvrcam:_4,ilovecollege:_4,"no-ip":_4,forumz:_4,nsupdate:_4,dnsupdate:_4,"v-info":_4}],int:[1,{eu:_3}],io:[1,{2038:_4,co:_3,com:_3,edu:_3,gov:_3,mil:_3,net:_3,nom:_3,org:_3,"on-acorn":_7,myaddr:_4,apigee:_4,"b-data":_4,beagleboard:_4,bitbucket:_4,bluebite:_4,boxfuse:_4,brave:_8,browsersafetymark:_4,bubble:_52,bubbleapps:_4,bigv:[0,{uk0:_4}],cleverapps:_4,cloudbeesusercontent:_4,dappnode:[0,{dyndns:_4}],darklang:_4,definima:_4,dedyn:_4,"fh-muenster":_4,shw:_4,forgerock:[0,{id:_4}],github:_4,gitlab:_4,lolipop:_4,"hasura-app":_4,hostyhosting:_4,hypernode:_4,moonscale:_7,beebyte:_41,beebyteapp:[0,{sekd1:_4}],jele:_4,webthings:_4,loginline:_4,barsy:_4,azurecontainer:_7,ngrok:[2,{ap:_4,au:_4,eu:_4,in:_4,jp:_4,sa:_4,us:_4}],nodeart:[0,{stage:_4}],pantheonsite:_4,pstmn:[2,{mock:_4}],protonet:_4,qcx:[2,{sys:_7}],qoto:_4,vaporcloud:_4,myrdbx:_4,"rb-hosting":_44,"on-k3s":_7,"on-rio":_7,readthedocs:_4,resindevice:_4,resinstaging:[0,{devices:_4}],hzc:_4,sandcats:_4,scrypted:[0,{client:_4}],"mo-siemens":_4,lair:_40,stolos:_7,musician:_4,utwente:_4,edugit:_4,telebit:_4,thingdust:[0,{dev:_53,disrec:_53,prod:_54,testing:_53}],tickets:_4,webflow:_4,webflowtest:_4,editorx:_4,wixstudio:_4,basicserver:_4,virtualserver:_4}],iq:_6,ir:[1,{ac:_3,co:_3,gov:_3,id:_3,net:_3,org:_3,sch:_3,"xn--mgba3a4f16a":_3,\u0627\u06cc\u0631\u0627\u0646:_3,"xn--mgba3a4fra":_3,\u0627\u064a\u0631\u0627\u0646:_3,arvanedge:_4}],is:_3,it:[1,{edu:_3,gov:_3,abr:_3,abruzzo:_3,"aosta-valley":_3,aostavalley:_3,bas:_3,basilicata:_3,cal:_3,calabria:_3,cam:_3,campania:_3,"emilia-romagna":_3,emiliaromagna:_3,emr:_3,"friuli-v-giulia":_3,"friuli-ve-giulia":_3,"friuli-vegiulia":_3,"friuli-venezia-giulia":_3,"friuli-veneziagiulia":_3,"friuli-vgiulia":_3,"friuliv-giulia":_3,"friulive-giulia":_3,friulivegiulia:_3,"friulivenezia-giulia":_3,friuliveneziagiulia:_3,friulivgiulia:_3,fvg:_3,laz:_3,lazio:_3,lig:_3,liguria:_3,lom:_3,lombardia:_3,lombardy:_3,lucania:_3,mar:_3,marche:_3,mol:_3,molise:_3,piedmont:_3,piemonte:_3,pmn:_3,pug:_3,puglia:_3,sar:_3,sardegna:_3,sardinia:_3,sic:_3,sicilia:_3,sicily:_3,taa:_3,tos:_3,toscana:_3,"trentin-sud-tirol":_3,"xn--trentin-sd-tirol-rzb":_3,"trentin-s\u00fcd-tirol":_3,"trentin-sudtirol":_3,"xn--trentin-sdtirol-7vb":_3,"trentin-s\u00fcdtirol":_3,"trentin-sued-tirol":_3,"trentin-suedtirol":_3,trentino:_3,"trentino-a-adige":_3,"trentino-aadige":_3,"trentino-alto-adige":_3,"trentino-altoadige":_3,"trentino-s-tirol":_3,"trentino-stirol":_3,"trentino-sud-tirol":_3,"xn--trentino-sd-tirol-c3b":_3,"trentino-s\u00fcd-tirol":_3,"trentino-sudtirol":_3,"xn--trentino-sdtirol-szb":_3,"trentino-s\u00fcdtirol":_3,"trentino-sued-tirol":_3,"trentino-suedtirol":_3,"trentinoa-adige":_3,trentinoaadige:_3,"trentinoalto-adige":_3,trentinoaltoadige:_3,"trentinos-tirol":_3,trentinostirol:_3,"trentinosud-tirol":_3,"xn--trentinosd-tirol-rzb":_3,"trentinos\u00fcd-tirol":_3,trentinosudtirol:_3,"xn--trentinosdtirol-7vb":_3,trentinos\u00fcdtirol:_3,"trentinosued-tirol":_3,trentinosuedtirol:_3,"trentinsud-tirol":_3,"xn--trentinsd-tirol-6vb":_3,"trentins\u00fcd-tirol":_3,trentinsudtirol:_3,"xn--trentinsdtirol-nsb":_3,trentins\u00fcdtirol:_3,"trentinsued-tirol":_3,trentinsuedtirol:_3,tuscany:_3,umb:_3,umbria:_3,"val-d-aosta":_3,"val-daosta":_3,"vald-aosta":_3,valdaosta:_3,"valle-aosta":_3,"valle-d-aosta":_3,"valle-daosta":_3,valleaosta:_3,"valled-aosta":_3,valledaosta:_3,"vallee-aoste":_3,"xn--valle-aoste-ebb":_3,"vall\u00e9e-aoste":_3,"vallee-d-aoste":_3,"xn--valle-d-aoste-ehb":_3,"vall\u00e9e-d-aoste":_3,valleeaoste:_3,"xn--valleaoste-e7a":_3,vall\u00e9eaoste:_3,valleedaoste:_3,"xn--valledaoste-ebb":_3,vall\u00e9edaoste:_3,vao:_3,vda:_3,ven:_3,veneto:_3,ag:_3,agrigento:_3,al:_3,alessandria:_3,"alto-adige":_3,altoadige:_3,an:_3,ancona:_3,"andria-barletta-trani":_3,"andria-trani-barletta":_3,andriabarlettatrani:_3,andriatranibarletta:_3,ao:_3,aosta:_3,aoste:_3,ap:_3,aq:_3,aquila:_3,ar:_3,arezzo:_3,"ascoli-piceno":_3,ascolipiceno:_3,asti:_3,at:_3,av:_3,avellino:_3,ba:_3,balsan:_3,"balsan-sudtirol":_3,"xn--balsan-sdtirol-nsb":_3,"balsan-s\u00fcdtirol":_3,"balsan-suedtirol":_3,bari:_3,"barletta-trani-andria":_3,barlettatraniandria:_3,belluno:_3,benevento:_3,bergamo:_3,bg:_3,bi:_3,biella:_3,bl:_3,bn:_3,bo:_3,bologna:_3,bolzano:_3,"bolzano-altoadige":_3,bozen:_3,"bozen-sudtirol":_3,"xn--bozen-sdtirol-2ob":_3,"bozen-s\u00fcdtirol":_3,"bozen-suedtirol":_3,br:_3,brescia:_3,brindisi:_3,bs:_3,bt:_3,bulsan:_3,"bulsan-sudtirol":_3,"xn--bulsan-sdtirol-nsb":_3,"bulsan-s\u00fcdtirol":_3,"bulsan-suedtirol":_3,bz:_3,ca:_3,cagliari:_3,caltanissetta:_3,"campidano-medio":_3,campidanomedio:_3,campobasso:_3,"carbonia-iglesias":_3,carboniaiglesias:_3,"carrara-massa":_3,carraramassa:_3,caserta:_3,catania:_3,catanzaro:_3,cb:_3,ce:_3,"cesena-forli":_3,"xn--cesena-forl-mcb":_3,"cesena-forl\u00ec":_3,cesenaforli:_3,"xn--cesenaforl-i8a":_3,cesenaforl\u00ec:_3,ch:_3,chieti:_3,ci:_3,cl:_3,cn:_3,co:_3,como:_3,cosenza:_3,cr:_3,cremona:_3,crotone:_3,cs:_3,ct:_3,cuneo:_3,cz:_3,"dell-ogliastra":_3,dellogliastra:_3,en:_3,enna:_3,fc:_3,fe:_3,fermo:_3,ferrara:_3,fg:_3,fi:_3,firenze:_3,florence:_3,fm:_3,foggia:_3,"forli-cesena":_3,"xn--forl-cesena-fcb":_3,"forl\u00ec-cesena":_3,forlicesena:_3,"xn--forlcesena-c8a":_3,forl\u00eccesena:_3,fr:_3,frosinone:_3,ge:_3,genoa:_3,genova:_3,go:_3,gorizia:_3,gr:_3,grosseto:_3,"iglesias-carbonia":_3,iglesiascarbonia:_3,im:_3,imperia:_3,is:_3,isernia:_3,kr:_3,"la-spezia":_3,laquila:_3,laspezia:_3,latina:_3,lc:_3,le:_3,lecce:_3,lecco:_3,li:_3,livorno:_3,lo:_3,lodi:_3,lt:_3,lu:_3,lucca:_3,macerata:_3,mantova:_3,"massa-carrara":_3,massacarrara:_3,matera:_3,mb:_3,mc:_3,me:_3,"medio-campidano":_3,mediocampidano:_3,messina:_3,mi:_3,milan:_3,milano:_3,mn:_3,mo:_3,modena:_3,monza:_3,"monza-brianza":_3,"monza-e-della-brianza":_3,monzabrianza:_3,monzaebrianza:_3,monzaedellabrianza:_3,ms:_3,mt:_3,na:_3,naples:_3,napoli:_3,no:_3,novara:_3,nu:_3,nuoro:_3,og:_3,ogliastra:_3,"olbia-tempio":_3,olbiatempio:_3,or:_3,oristano:_3,ot:_3,pa:_3,padova:_3,padua:_3,palermo:_3,parma:_3,pavia:_3,pc:_3,pd:_3,pe:_3,perugia:_3,"pesaro-urbino":_3,pesarourbino:_3,pescara:_3,pg:_3,pi:_3,piacenza:_3,pisa:_3,pistoia:_3,pn:_3,po:_3,pordenone:_3,potenza:_3,pr:_3,prato:_3,pt:_3,pu:_3,pv:_3,pz:_3,ra:_3,ragusa:_3,ravenna:_3,rc:_3,re:_3,"reggio-calabria":_3,"reggio-emilia":_3,reggiocalabria:_3,reggioemilia:_3,rg:_3,ri:_3,rieti:_3,rimini:_3,rm:_3,rn:_3,ro:_3,roma:_3,rome:_3,rovigo:_3,sa:_3,salerno:_3,sassari:_3,savona:_3,si:_3,siena:_3,siracusa:_3,so:_3,sondrio:_3,sp:_3,sr:_3,ss:_3,"xn--sdtirol-n2a":_3,s\u00fcdtirol:_3,suedtirol:_3,sv:_3,ta:_3,taranto:_3,te:_3,"tempio-olbia":_3,tempioolbia:_3,teramo:_3,terni:_3,tn:_3,to:_3,torino:_3,tp:_3,tr:_3,"trani-andria-barletta":_3,"trani-barletta-andria":_3,traniandriabarletta:_3,tranibarlettaandria:_3,trapani:_3,trento:_3,treviso:_3,trieste:_3,ts:_3,turin:_3,tv:_3,ud:_3,udine:_3,"urbino-pesaro":_3,urbinopesaro:_3,va:_3,varese:_3,vb:_3,vc:_3,ve:_3,venezia:_3,venice:_3,verbania:_3,vercelli:_3,verona:_3,vi:_3,"vibo-valentia":_3,vibovalentia:_3,vicenza:_3,viterbo:_3,vr:_3,vs:_3,vt:_3,vv:_3,"12chars":_4,ibxos:_4,iliadboxos:_4,neen:[0,{jc:_4}],"123homepage":_4,"16-b":_4,"32-b":_4,"64-b":_4,myspreadshop:_4,syncloud:_4}],je:[1,{co:_3,net:_3,org:_3,of:_4}],jm:_18,jo:[1,{agri:_3,ai:_3,com:_3,edu:_3,eng:_3,fm:_3,gov:_3,mil:_3,net:_3,org:_3,per:_3,phd:_3,sch:_3,tv:_3}],jobs:_3,jp:[1,{ac:_3,ad:_3,co:_3,ed:_3,go:_3,gr:_3,lg:_3,ne:[1,{aseinet:_50,gehirn:_4,ivory:_4,"mail-box":_4,mints:_4,mokuren:_4,opal:_4,sakura:_4,sumomo:_4,topaz:_4}],or:_3,aichi:[1,{aisai:_3,ama:_3,anjo:_3,asuke:_3,chiryu:_3,chita:_3,fuso:_3,gamagori:_3,handa:_3,hazu:_3,hekinan:_3,higashiura:_3,ichinomiya:_3,inazawa:_3,inuyama:_3,isshiki:_3,iwakura:_3,kanie:_3,kariya:_3,kasugai:_3,kira:_3,kiyosu:_3,komaki:_3,konan:_3,kota:_3,mihama:_3,miyoshi:_3,nishio:_3,nisshin:_3,obu:_3,oguchi:_3,oharu:_3,okazaki:_3,owariasahi:_3,seto:_3,shikatsu:_3,shinshiro:_3,shitara:_3,tahara:_3,takahama:_3,tobishima:_3,toei:_3,togo:_3,tokai:_3,tokoname:_3,toyoake:_3,toyohashi:_3,toyokawa:_3,toyone:_3,toyota:_3,tsushima:_3,yatomi:_3}],akita:[1,{akita:_3,daisen:_3,fujisato:_3,gojome:_3,hachirogata:_3,happou:_3,higashinaruse:_3,honjo:_3,honjyo:_3,ikawa:_3,kamikoani:_3,kamioka:_3,katagami:_3,kazuno:_3,kitaakita:_3,kosaka:_3,kyowa:_3,misato:_3,mitane:_3,moriyoshi:_3,nikaho:_3,noshiro:_3,odate:_3,oga:_3,ogata:_3,semboku:_3,yokote:_3,yurihonjo:_3}],aomori:[1,{aomori:_3,gonohe:_3,hachinohe:_3,hashikami:_3,hiranai:_3,hirosaki:_3,itayanagi:_3,kuroishi:_3,misawa:_3,mutsu:_3,nakadomari:_3,noheji:_3,oirase:_3,owani:_3,rokunohe:_3,sannohe:_3,shichinohe:_3,shingo:_3,takko:_3,towada:_3,tsugaru:_3,tsuruta:_3}],chiba:[1,{abiko:_3,asahi:_3,chonan:_3,chosei:_3,choshi:_3,chuo:_3,funabashi:_3,futtsu:_3,hanamigawa:_3,ichihara:_3,ichikawa:_3,ichinomiya:_3,inzai:_3,isumi:_3,kamagaya:_3,kamogawa:_3,kashiwa:_3,katori:_3,katsuura:_3,kimitsu:_3,kisarazu:_3,kozaki:_3,kujukuri:_3,kyonan:_3,matsudo:_3,midori:_3,mihama:_3,minamiboso:_3,mobara:_3,mutsuzawa:_3,nagara:_3,nagareyama:_3,narashino:_3,narita:_3,noda:_3,oamishirasato:_3,omigawa:_3,onjuku:_3,otaki:_3,sakae:_3,sakura:_3,shimofusa:_3,shirako:_3,shiroi:_3,shisui:_3,sodegaura:_3,sosa:_3,tako:_3,tateyama:_3,togane:_3,tohnosho:_3,tomisato:_3,urayasu:_3,yachimata:_3,yachiyo:_3,yokaichiba:_3,yokoshibahikari:_3,yotsukaido:_3}],ehime:[1,{ainan:_3,honai:_3,ikata:_3,imabari:_3,iyo:_3,kamijima:_3,kihoku:_3,kumakogen:_3,masaki:_3,matsuno:_3,matsuyama:_3,namikata:_3,niihama:_3,ozu:_3,saijo:_3,seiyo:_3,shikokuchuo:_3,tobe:_3,toon:_3,uchiko:_3,uwajima:_3,yawatahama:_3}],fukui:[1,{echizen:_3,eiheiji:_3,fukui:_3,ikeda:_3,katsuyama:_3,mihama:_3,minamiechizen:_3,obama:_3,ohi:_3,ono:_3,sabae:_3,sakai:_3,takahama:_3,tsuruga:_3,wakasa:_3}],fukuoka:[1,{ashiya:_3,buzen:_3,chikugo:_3,chikuho:_3,chikujo:_3,chikushino:_3,chikuzen:_3,chuo:_3,dazaifu:_3,fukuchi:_3,hakata:_3,higashi:_3,hirokawa:_3,hisayama:_3,iizuka:_3,inatsuki:_3,kaho:_3,kasuga:_3,kasuya:_3,kawara:_3,keisen:_3,koga:_3,kurate:_3,kurogi:_3,kurume:_3,minami:_3,miyako:_3,miyama:_3,miyawaka:_3,mizumaki:_3,munakata:_3,nakagawa:_3,nakama:_3,nishi:_3,nogata:_3,ogori:_3,okagaki:_3,okawa:_3,oki:_3,omuta:_3,onga:_3,onojo:_3,oto:_3,saigawa:_3,sasaguri:_3,shingu:_3,shinyoshitomi:_3,shonai:_3,soeda:_3,sue:_3,tachiarai:_3,tagawa:_3,takata:_3,toho:_3,toyotsu:_3,tsuiki:_3,ukiha:_3,umi:_3,usui:_3,yamada:_3,yame:_3,yanagawa:_3,yukuhashi:_3}],fukushima:[1,{aizubange:_3,aizumisato:_3,aizuwakamatsu:_3,asakawa:_3,bandai:_3,date:_3,fukushima:_3,furudono:_3,futaba:_3,hanawa:_3,higashi:_3,hirata:_3,hirono:_3,iitate:_3,inawashiro:_3,ishikawa:_3,iwaki:_3,izumizaki:_3,kagamiishi:_3,kaneyama:_3,kawamata:_3,kitakata:_3,kitashiobara:_3,koori:_3,koriyama:_3,kunimi:_3,miharu:_3,mishima:_3,namie:_3,nango:_3,nishiaizu:_3,nishigo:_3,okuma:_3,omotego:_3,ono:_3,otama:_3,samegawa:_3,shimogo:_3,shirakawa:_3,showa:_3,soma:_3,sukagawa:_3,taishin:_3,tamakawa:_3,tanagura:_3,tenei:_3,yabuki:_3,yamato:_3,yamatsuri:_3,yanaizu:_3,yugawa:_3}],gifu:[1,{anpachi:_3,ena:_3,gifu:_3,ginan:_3,godo:_3,gujo:_3,hashima:_3,hichiso:_3,hida:_3,higashishirakawa:_3,ibigawa:_3,ikeda:_3,kakamigahara:_3,kani:_3,kasahara:_3,kasamatsu:_3,kawaue:_3,kitagata:_3,mino:_3,minokamo:_3,mitake:_3,mizunami:_3,motosu:_3,nakatsugawa:_3,ogaki:_3,sakahogi:_3,seki:_3,sekigahara:_3,shirakawa:_3,tajimi:_3,takayama:_3,tarui:_3,toki:_3,tomika:_3,wanouchi:_3,yamagata:_3,yaotsu:_3,yoro:_3}],gunma:[1,{annaka:_3,chiyoda:_3,fujioka:_3,higashiagatsuma:_3,isesaki:_3,itakura:_3,kanna:_3,kanra:_3,katashina:_3,kawaba:_3,kiryu:_3,kusatsu:_3,maebashi:_3,meiwa:_3,midori:_3,minakami:_3,naganohara:_3,nakanojo:_3,nanmoku:_3,numata:_3,oizumi:_3,ora:_3,ota:_3,shibukawa:_3,shimonita:_3,shinto:_3,showa:_3,takasaki:_3,takayama:_3,tamamura:_3,tatebayashi:_3,tomioka:_3,tsukiyono:_3,tsumagoi:_3,ueno:_3,yoshioka:_3}],hiroshima:[1,{asaminami:_3,daiwa:_3,etajima:_3,fuchu:_3,fukuyama:_3,hatsukaichi:_3,higashihiroshima:_3,hongo:_3,jinsekikogen:_3,kaita:_3,kui:_3,kumano:_3,kure:_3,mihara:_3,miyoshi:_3,naka:_3,onomichi:_3,osakikamijima:_3,otake:_3,saka:_3,sera:_3,seranishi:_3,shinichi:_3,shobara:_3,takehara:_3}],hokkaido:[1,{abashiri:_3,abira:_3,aibetsu:_3,akabira:_3,akkeshi:_3,asahikawa:_3,ashibetsu:_3,ashoro:_3,assabu:_3,atsuma:_3,bibai:_3,biei:_3,bifuka:_3,bihoro:_3,biratori:_3,chippubetsu:_3,chitose:_3,date:_3,ebetsu:_3,embetsu:_3,eniwa:_3,erimo:_3,esan:_3,esashi:_3,fukagawa:_3,fukushima:_3,furano:_3,furubira:_3,haboro:_3,hakodate:_3,hamatonbetsu:_3,hidaka:_3,higashikagura:_3,higashikawa:_3,hiroo:_3,hokuryu:_3,hokuto:_3,honbetsu:_3,horokanai:_3,horonobe:_3,ikeda:_3,imakane:_3,ishikari:_3,iwamizawa:_3,iwanai:_3,kamifurano:_3,kamikawa:_3,kamishihoro:_3,kamisunagawa:_3,kamoenai:_3,kayabe:_3,kembuchi:_3,kikonai:_3,kimobetsu:_3,kitahiroshima:_3,kitami:_3,kiyosato:_3,koshimizu:_3,kunneppu:_3,kuriyama:_3,kuromatsunai:_3,kushiro:_3,kutchan:_3,kyowa:_3,mashike:_3,matsumae:_3,mikasa:_3,minamifurano:_3,mombetsu:_3,moseushi:_3,mukawa:_3,muroran:_3,naie:_3,nakagawa:_3,nakasatsunai:_3,nakatombetsu:_3,nanae:_3,nanporo:_3,nayoro:_3,nemuro:_3,niikappu:_3,niki:_3,nishiokoppe:_3,noboribetsu:_3,numata:_3,obihiro:_3,obira:_3,oketo:_3,okoppe:_3,otaru:_3,otobe:_3,otofuke:_3,otoineppu:_3,oumu:_3,ozora:_3,pippu:_3,rankoshi:_3,rebun:_3,rikubetsu:_3,rishiri:_3,rishirifuji:_3,saroma:_3,sarufutsu:_3,shakotan:_3,shari:_3,shibecha:_3,shibetsu:_3,shikabe:_3,shikaoi:_3,shimamaki:_3,shimizu:_3,shimokawa:_3,shinshinotsu:_3,shintoku:_3,shiranuka:_3,shiraoi:_3,shiriuchi:_3,sobetsu:_3,sunagawa:_3,taiki:_3,takasu:_3,takikawa:_3,takinoue:_3,teshikaga:_3,tobetsu:_3,tohma:_3,tomakomai:_3,tomari:_3,toya:_3,toyako:_3,toyotomi:_3,toyoura:_3,tsubetsu:_3,tsukigata:_3,urakawa:_3,urausu:_3,uryu:_3,utashinai:_3,wakkanai:_3,wassamu:_3,yakumo:_3,yoichi:_3}],hyogo:[1,{aioi:_3,akashi:_3,ako:_3,amagasaki:_3,aogaki:_3,asago:_3,ashiya:_3,awaji:_3,fukusaki:_3,goshiki:_3,harima:_3,himeji:_3,ichikawa:_3,inagawa:_3,itami:_3,kakogawa:_3,kamigori:_3,kamikawa:_3,kasai:_3,kasuga:_3,kawanishi:_3,miki:_3,minamiawaji:_3,nishinomiya:_3,nishiwaki:_3,ono:_3,sanda:_3,sannan:_3,sasayama:_3,sayo:_3,shingu:_3,shinonsen:_3,shiso:_3,sumoto:_3,taishi:_3,taka:_3,takarazuka:_3,takasago:_3,takino:_3,tamba:_3,tatsuno:_3,toyooka:_3,yabu:_3,yashiro:_3,yoka:_3,yokawa:_3}],ibaraki:[1,{ami:_3,asahi:_3,bando:_3,chikusei:_3,daigo:_3,fujishiro:_3,hitachi:_3,hitachinaka:_3,hitachiomiya:_3,hitachiota:_3,ibaraki:_3,ina:_3,inashiki:_3,itako:_3,iwama:_3,joso:_3,kamisu:_3,kasama:_3,kashima:_3,kasumigaura:_3,koga:_3,miho:_3,mito:_3,moriya:_3,naka:_3,namegata:_3,oarai:_3,ogawa:_3,omitama:_3,ryugasaki:_3,sakai:_3,sakuragawa:_3,shimodate:_3,shimotsuma:_3,shirosato:_3,sowa:_3,suifu:_3,takahagi:_3,tamatsukuri:_3,tokai:_3,tomobe:_3,tone:_3,toride:_3,tsuchiura:_3,tsukuba:_3,uchihara:_3,ushiku:_3,yachiyo:_3,yamagata:_3,yawara:_3,yuki:_3}],ishikawa:[1,{anamizu:_3,hakui:_3,hakusan:_3,kaga:_3,kahoku:_3,kanazawa:_3,kawakita:_3,komatsu:_3,nakanoto:_3,nanao:_3,nomi:_3,nonoichi:_3,noto:_3,shika:_3,suzu:_3,tsubata:_3,tsurugi:_3,uchinada:_3,wajima:_3}],iwate:[1,{fudai:_3,fujisawa:_3,hanamaki:_3,hiraizumi:_3,hirono:_3,ichinohe:_3,ichinoseki:_3,iwaizumi:_3,iwate:_3,joboji:_3,kamaishi:_3,kanegasaki:_3,karumai:_3,kawai:_3,kitakami:_3,kuji:_3,kunohe:_3,kuzumaki:_3,miyako:_3,mizusawa:_3,morioka:_3,ninohe:_3,noda:_3,ofunato:_3,oshu:_3,otsuchi:_3,rikuzentakata:_3,shiwa:_3,shizukuishi:_3,sumita:_3,tanohata:_3,tono:_3,yahaba:_3,yamada:_3}],kagawa:[1,{ayagawa:_3,higashikagawa:_3,kanonji:_3,kotohira:_3,manno:_3,marugame:_3,mitoyo:_3,naoshima:_3,sanuki:_3,tadotsu:_3,takamatsu:_3,tonosho:_3,uchinomi:_3,utazu:_3,zentsuji:_3}],kagoshima:[1,{akune:_3,amami:_3,hioki:_3,isa:_3,isen:_3,izumi:_3,kagoshima:_3,kanoya:_3,kawanabe:_3,kinko:_3,kouyama:_3,makurazaki:_3,matsumoto:_3,minamitane:_3,nakatane:_3,nishinoomote:_3,satsumasendai:_3,soo:_3,tarumizu:_3,yusui:_3}],kanagawa:[1,{aikawa:_3,atsugi:_3,ayase:_3,chigasaki:_3,ebina:_3,fujisawa:_3,hadano:_3,hakone:_3,hiratsuka:_3,isehara:_3,kaisei:_3,kamakura:_3,kiyokawa:_3,matsuda:_3,minamiashigara:_3,miura:_3,nakai:_3,ninomiya:_3,odawara:_3,oi:_3,oiso:_3,sagamihara:_3,samukawa:_3,tsukui:_3,yamakita:_3,yamato:_3,yokosuka:_3,yugawara:_3,zama:_3,zushi:_3}],kochi:[1,{aki:_3,geisei:_3,hidaka:_3,higashitsuno:_3,ino:_3,kagami:_3,kami:_3,kitagawa:_3,kochi:_3,mihara:_3,motoyama:_3,muroto:_3,nahari:_3,nakamura:_3,nankoku:_3,nishitosa:_3,niyodogawa:_3,ochi:_3,okawa:_3,otoyo:_3,otsuki:_3,sakawa:_3,sukumo:_3,susaki:_3,tosa:_3,tosashimizu:_3,toyo:_3,tsuno:_3,umaji:_3,yasuda:_3,yusuhara:_3}],kumamoto:[1,{amakusa:_3,arao:_3,aso:_3,choyo:_3,gyokuto:_3,kamiamakusa:_3,kikuchi:_3,kumamoto:_3,mashiki:_3,mifune:_3,minamata:_3,minamioguni:_3,nagasu:_3,nishihara:_3,oguni:_3,ozu:_3,sumoto:_3,takamori:_3,uki:_3,uto:_3,yamaga:_3,yamato:_3,yatsushiro:_3}],kyoto:[1,{ayabe:_3,fukuchiyama:_3,higashiyama:_3,ide:_3,ine:_3,joyo:_3,kameoka:_3,kamo:_3,kita:_3,kizu:_3,kumiyama:_3,kyotamba:_3,kyotanabe:_3,kyotango:_3,maizuru:_3,minami:_3,minamiyamashiro:_3,miyazu:_3,muko:_3,nagaokakyo:_3,nakagyo:_3,nantan:_3,oyamazaki:_3,sakyo:_3,seika:_3,tanabe:_3,uji:_3,ujitawara:_3,wazuka:_3,yamashina:_3,yawata:_3}],mie:[1,{asahi:_3,inabe:_3,ise:_3,kameyama:_3,kawagoe:_3,kiho:_3,kisosaki:_3,kiwa:_3,komono:_3,kumano:_3,kuwana:_3,matsusaka:_3,meiwa:_3,mihama:_3,minamiise:_3,misugi:_3,miyama:_3,nabari:_3,shima:_3,suzuka:_3,tado:_3,taiki:_3,taki:_3,tamaki:_3,toba:_3,tsu:_3,udono:_3,ureshino:_3,watarai:_3,yokkaichi:_3}],miyagi:[1,{furukawa:_3,higashimatsushima:_3,ishinomaki:_3,iwanuma:_3,kakuda:_3,kami:_3,kawasaki:_3,marumori:_3,matsushima:_3,minamisanriku:_3,misato:_3,murata:_3,natori:_3,ogawara:_3,ohira:_3,onagawa:_3,osaki:_3,rifu:_3,semine:_3,shibata:_3,shichikashuku:_3,shikama:_3,shiogama:_3,shiroishi:_3,tagajo:_3,taiwa:_3,tome:_3,tomiya:_3,wakuya:_3,watari:_3,yamamoto:_3,zao:_3}],miyazaki:[1,{aya:_3,ebino:_3,gokase:_3,hyuga:_3,kadogawa:_3,kawaminami:_3,kijo:_3,kitagawa:_3,kitakata:_3,kitaura:_3,kobayashi:_3,kunitomi:_3,kushima:_3,mimata:_3,miyakonojo:_3,miyazaki:_3,morotsuka:_3,nichinan:_3,nishimera:_3,nobeoka:_3,saito:_3,shiiba:_3,shintomi:_3,takaharu:_3,takanabe:_3,takazaki:_3,tsuno:_3}],nagano:[1,{achi:_3,agematsu:_3,anan:_3,aoki:_3,asahi:_3,azumino:_3,chikuhoku:_3,chikuma:_3,chino:_3,fujimi:_3,hakuba:_3,hara:_3,hiraya:_3,iida:_3,iijima:_3,iiyama:_3,iizuna:_3,ikeda:_3,ikusaka:_3,ina:_3,karuizawa:_3,kawakami:_3,kiso:_3,kisofukushima:_3,kitaaiki:_3,komagane:_3,komoro:_3,matsukawa:_3,matsumoto:_3,miasa:_3,minamiaiki:_3,minamimaki:_3,minamiminowa:_3,minowa:_3,miyada:_3,miyota:_3,mochizuki:_3,nagano:_3,nagawa:_3,nagiso:_3,nakagawa:_3,nakano:_3,nozawaonsen:_3,obuse:_3,ogawa:_3,okaya:_3,omachi:_3,omi:_3,ookuwa:_3,ooshika:_3,otaki:_3,otari:_3,sakae:_3,sakaki:_3,saku:_3,sakuho:_3,shimosuwa:_3,shinanomachi:_3,shiojiri:_3,suwa:_3,suzaka:_3,takagi:_3,takamori:_3,takayama:_3,tateshina:_3,tatsuno:_3,togakushi:_3,togura:_3,tomi:_3,ueda:_3,wada:_3,yamagata:_3,yamanouchi:_3,yasaka:_3,yasuoka:_3}],nagasaki:[1,{chijiwa:_3,futsu:_3,goto:_3,hasami:_3,hirado:_3,iki:_3,isahaya:_3,kawatana:_3,kuchinotsu:_3,matsuura:_3,nagasaki:_3,obama:_3,omura:_3,oseto:_3,saikai:_3,sasebo:_3,seihi:_3,shimabara:_3,shinkamigoto:_3,togitsu:_3,tsushima:_3,unzen:_3}],nara:[1,{ando:_3,gose:_3,heguri:_3,higashiyoshino:_3,ikaruga:_3,ikoma:_3,kamikitayama:_3,kanmaki:_3,kashiba:_3,kashihara:_3,katsuragi:_3,kawai:_3,kawakami:_3,kawanishi:_3,koryo:_3,kurotaki:_3,mitsue:_3,miyake:_3,nara:_3,nosegawa:_3,oji:_3,ouda:_3,oyodo:_3,sakurai:_3,sango:_3,shimoichi:_3,shimokitayama:_3,shinjo:_3,soni:_3,takatori:_3,tawaramoto:_3,tenkawa:_3,tenri:_3,uda:_3,yamatokoriyama:_3,yamatotakada:_3,yamazoe:_3,yoshino:_3}],niigata:[1,{aga:_3,agano:_3,gosen:_3,itoigawa:_3,izumozaki:_3,joetsu:_3,kamo:_3,kariwa:_3,kashiwazaki:_3,minamiuonuma:_3,mitsuke:_3,muika:_3,murakami:_3,myoko:_3,nagaoka:_3,niigata:_3,ojiya:_3,omi:_3,sado:_3,sanjo:_3,seiro:_3,seirou:_3,sekikawa:_3,shibata:_3,tagami:_3,tainai:_3,tochio:_3,tokamachi:_3,tsubame:_3,tsunan:_3,uonuma:_3,yahiko:_3,yoita:_3,yuzawa:_3}],oita:[1,{beppu:_3,bungoono:_3,bungotakada:_3,hasama:_3,hiji:_3,himeshima:_3,hita:_3,kamitsue:_3,kokonoe:_3,kuju:_3,kunisaki:_3,kusu:_3,oita:_3,saiki:_3,taketa:_3,tsukumi:_3,usa:_3,usuki:_3,yufu:_3}],okayama:[1,{akaiwa:_3,asakuchi:_3,bizen:_3,hayashima:_3,ibara:_3,kagamino:_3,kasaoka:_3,kibichuo:_3,kumenan:_3,kurashiki:_3,maniwa:_3,misaki:_3,nagi:_3,niimi:_3,nishiawakura:_3,okayama:_3,satosho:_3,setouchi:_3,shinjo:_3,shoo:_3,soja:_3,takahashi:_3,tamano:_3,tsuyama:_3,wake:_3,yakage:_3}],okinawa:[1,{aguni:_3,ginowan:_3,ginoza:_3,gushikami:_3,haebaru:_3,higashi:_3,hirara:_3,iheya:_3,ishigaki:_3,ishikawa:_3,itoman:_3,izena:_3,kadena:_3,kin:_3,kitadaito:_3,kitanakagusuku:_3,kumejima:_3,kunigami:_3,minamidaito:_3,motobu:_3,nago:_3,naha:_3,nakagusuku:_3,nakijin:_3,nanjo:_3,nishihara:_3,ogimi:_3,okinawa:_3,onna:_3,shimoji:_3,taketomi:_3,tarama:_3,tokashiki:_3,tomigusuku:_3,tonaki:_3,urasoe:_3,uruma:_3,yaese:_3,yomitan:_3,yonabaru:_3,yonaguni:_3,zamami:_3}],osaka:[1,{abeno:_3,chihayaakasaka:_3,chuo:_3,daito:_3,fujiidera:_3,habikino:_3,hannan:_3,higashiosaka:_3,higashisumiyoshi:_3,higashiyodogawa:_3,hirakata:_3,ibaraki:_3,ikeda:_3,izumi:_3,izumiotsu:_3,izumisano:_3,kadoma:_3,kaizuka:_3,kanan:_3,kashiwara:_3,katano:_3,kawachinagano:_3,kishiwada:_3,kita:_3,kumatori:_3,matsubara:_3,minato:_3,minoh:_3,misaki:_3,moriguchi:_3,neyagawa:_3,nishi:_3,nose:_3,osakasayama:_3,sakai:_3,sayama:_3,sennan:_3,settsu:_3,shijonawate:_3,shimamoto:_3,suita:_3,tadaoka:_3,taishi:_3,tajiri:_3,takaishi:_3,takatsuki:_3,tondabayashi:_3,toyonaka:_3,toyono:_3,yao:_3}],saga:[1,{ariake:_3,arita:_3,fukudomi:_3,genkai:_3,hamatama:_3,hizen:_3,imari:_3,kamimine:_3,kanzaki:_3,karatsu:_3,kashima:_3,kitagata:_3,kitahata:_3,kiyama:_3,kouhoku:_3,kyuragi:_3,nishiarita:_3,ogi:_3,omachi:_3,ouchi:_3,saga:_3,shiroishi:_3,taku:_3,tara:_3,tosu:_3,yoshinogari:_3}],saitama:[1,{arakawa:_3,asaka:_3,chichibu:_3,fujimi:_3,fujimino:_3,fukaya:_3,hanno:_3,hanyu:_3,hasuda:_3,hatogaya:_3,hatoyama:_3,hidaka:_3,higashichichibu:_3,higashimatsuyama:_3,honjo:_3,ina:_3,iruma:_3,iwatsuki:_3,kamiizumi:_3,kamikawa:_3,kamisato:_3,kasukabe:_3,kawagoe:_3,kawaguchi:_3,kawajima:_3,kazo:_3,kitamoto:_3,koshigaya:_3,kounosu:_3,kuki:_3,kumagaya:_3,matsubushi:_3,minano:_3,misato:_3,miyashiro:_3,miyoshi:_3,moroyama:_3,nagatoro:_3,namegawa:_3,niiza:_3,ogano:_3,ogawa:_3,ogose:_3,okegawa:_3,omiya:_3,otaki:_3,ranzan:_3,ryokami:_3,saitama:_3,sakado:_3,satte:_3,sayama:_3,shiki:_3,shiraoka:_3,soka:_3,sugito:_3,toda:_3,tokigawa:_3,tokorozawa:_3,tsurugashima:_3,urawa:_3,warabi:_3,yashio:_3,yokoze:_3,yono:_3,yorii:_3,yoshida:_3,yoshikawa:_3,yoshimi:_3}],shiga:[1,{aisho:_3,gamo:_3,higashiomi:_3,hikone:_3,koka:_3,konan:_3,kosei:_3,koto:_3,kusatsu:_3,maibara:_3,moriyama:_3,nagahama:_3,nishiazai:_3,notogawa:_3,omihachiman:_3,otsu:_3,ritto:_3,ryuoh:_3,takashima:_3,takatsuki:_3,torahime:_3,toyosato:_3,yasu:_3}],shimane:[1,{akagi:_3,ama:_3,gotsu:_3,hamada:_3,higashiizumo:_3,hikawa:_3,hikimi:_3,izumo:_3,kakinoki:_3,masuda:_3,matsue:_3,misato:_3,nishinoshima:_3,ohda:_3,okinoshima:_3,okuizumo:_3,shimane:_3,tamayu:_3,tsuwano:_3,unnan:_3,yakumo:_3,yasugi:_3,yatsuka:_3}],shizuoka:[1,{arai:_3,atami:_3,fuji:_3,fujieda:_3,fujikawa:_3,fujinomiya:_3,fukuroi:_3,gotemba:_3,haibara:_3,hamamatsu:_3,higashiizu:_3,ito:_3,iwata:_3,izu:_3,izunokuni:_3,kakegawa:_3,kannami:_3,kawanehon:_3,kawazu:_3,kikugawa:_3,kosai:_3,makinohara:_3,matsuzaki:_3,minamiizu:_3,mishima:_3,morimachi:_3,nishiizu:_3,numazu:_3,omaezaki:_3,shimada:_3,shimizu:_3,shimoda:_3,shizuoka:_3,susono:_3,yaizu:_3,yoshida:_3}],tochigi:[1,{ashikaga:_3,bato:_3,haga:_3,ichikai:_3,iwafune:_3,kaminokawa:_3,kanuma:_3,karasuyama:_3,kuroiso:_3,mashiko:_3,mibu:_3,moka:_3,motegi:_3,nasu:_3,nasushiobara:_3,nikko:_3,nishikata:_3,nogi:_3,ohira:_3,ohtawara:_3,oyama:_3,sakura:_3,sano:_3,shimotsuke:_3,shioya:_3,takanezawa:_3,tochigi:_3,tsuga:_3,ujiie:_3,utsunomiya:_3,yaita:_3}],tokushima:[1,{aizumi:_3,anan:_3,ichiba:_3,itano:_3,kainan:_3,komatsushima:_3,matsushige:_3,mima:_3,minami:_3,miyoshi:_3,mugi:_3,nakagawa:_3,naruto:_3,sanagochi:_3,shishikui:_3,tokushima:_3,wajiki:_3}],tokyo:[1,{adachi:_3,akiruno:_3,akishima:_3,aogashima:_3,arakawa:_3,bunkyo:_3,chiyoda:_3,chofu:_3,chuo:_3,edogawa:_3,fuchu:_3,fussa:_3,hachijo:_3,hachioji:_3,hamura:_3,higashikurume:_3,higashimurayama:_3,higashiyamato:_3,hino:_3,hinode:_3,hinohara:_3,inagi:_3,itabashi:_3,katsushika:_3,kita:_3,kiyose:_3,kodaira:_3,koganei:_3,kokubunji:_3,komae:_3,koto:_3,kouzushima:_3,kunitachi:_3,machida:_3,meguro:_3,minato:_3,mitaka:_3,mizuho:_3,musashimurayama:_3,musashino:_3,nakano:_3,nerima:_3,ogasawara:_3,okutama:_3,ome:_3,oshima:_3,ota:_3,setagaya:_3,shibuya:_3,shinagawa:_3,shinjuku:_3,suginami:_3,sumida:_3,tachikawa:_3,taito:_3,tama:_3,toshima:_3}],tottori:[1,{chizu:_3,hino:_3,kawahara:_3,koge:_3,kotoura:_3,misasa:_3,nanbu:_3,nichinan:_3,sakaiminato:_3,tottori:_3,wakasa:_3,yazu:_3,yonago:_3}],toyama:[1,{asahi:_3,fuchu:_3,fukumitsu:_3,funahashi:_3,himi:_3,imizu:_3,inami:_3,johana:_3,kamiichi:_3,kurobe:_3,nakaniikawa:_3,namerikawa:_3,nanto:_3,nyuzen:_3,oyabe:_3,taira:_3,takaoka:_3,tateyama:_3,toga:_3,tonami:_3,toyama:_3,unazuki:_3,uozu:_3,yamada:_3}],wakayama:[1,{arida:_3,aridagawa:_3,gobo:_3,hashimoto:_3,hidaka:_3,hirogawa:_3,inami:_3,iwade:_3,kainan:_3,kamitonda:_3,katsuragi:_3,kimino:_3,kinokawa:_3,kitayama:_3,koya:_3,koza:_3,kozagawa:_3,kudoyama:_3,kushimoto:_3,mihama:_3,misato:_3,nachikatsuura:_3,shingu:_3,shirahama:_3,taiji:_3,tanabe:_3,wakayama:_3,yuasa:_3,yura:_3}],yamagata:[1,{asahi:_3,funagata:_3,higashine:_3,iide:_3,kahoku:_3,kaminoyama:_3,kaneyama:_3,kawanishi:_3,mamurogawa:_3,mikawa:_3,murayama:_3,nagai:_3,nakayama:_3,nanyo:_3,nishikawa:_3,obanazawa:_3,oe:_3,oguni:_3,ohkura:_3,oishida:_3,sagae:_3,sakata:_3,sakegawa:_3,shinjo:_3,shirataka:_3,shonai:_3,takahata:_3,tendo:_3,tozawa:_3,tsuruoka:_3,yamagata:_3,yamanobe:_3,yonezawa:_3,yuza:_3}],yamaguchi:[1,{abu:_3,hagi:_3,hikari:_3,hofu:_3,iwakuni:_3,kudamatsu:_3,mitou:_3,nagato:_3,oshima:_3,shimonoseki:_3,shunan:_3,tabuse:_3,tokuyama:_3,toyota:_3,ube:_3,yuu:_3}],yamanashi:[1,{chuo:_3,doshi:_3,fuefuki:_3,fujikawa:_3,fujikawaguchiko:_3,fujiyoshida:_3,hayakawa:_3,hokuto:_3,ichikawamisato:_3,kai:_3,kofu:_3,koshu:_3,kosuge:_3,"minami-alps":_3,minobu:_3,nakamichi:_3,nanbu:_3,narusawa:_3,nirasaki:_3,nishikatsura:_3,oshino:_3,otsuki:_3,showa:_3,tabayama:_3,tsuru:_3,uenohara:_3,yamanakako:_3,yamanashi:_3}],"xn--ehqz56n":_3,\u4e09\u91cd:_3,"xn--1lqs03n":_3,\u4eac\u90fd:_3,"xn--qqqt11m":_3,\u4f50\u8cc0:_3,"xn--f6qx53a":_3,\u5175\u5eab:_3,"xn--djrs72d6uy":_3,\u5317\u6d77\u9053:_3,"xn--mkru45i":_3,\u5343\u8449:_3,"xn--0trq7p7nn":_3,\u548c\u6b4c\u5c71:_3,"xn--5js045d":_3,\u57fc\u7389:_3,"xn--kbrq7o":_3,\u5927\u5206:_3,"xn--pssu33l":_3,\u5927\u962a:_3,"xn--ntsq17g":_3,\u5948\u826f:_3,"xn--uisz3g":_3,\u5bae\u57ce:_3,"xn--6btw5a":_3,\u5bae\u5d0e:_3,"xn--1ctwo":_3,\u5bcc\u5c71:_3,"xn--6orx2r":_3,\u5c71\u53e3:_3,"xn--rht61e":_3,\u5c71\u5f62:_3,"xn--rht27z":_3,\u5c71\u68a8:_3,"xn--nit225k":_3,\u5c90\u961c:_3,"xn--rht3d":_3,\u5ca1\u5c71:_3,"xn--djty4k":_3,\u5ca9\u624b:_3,"xn--klty5x":_3,\u5cf6\u6839:_3,"xn--kltx9a":_3,\u5e83\u5cf6:_3,"xn--kltp7d":_3,\u5fb3\u5cf6:_3,"xn--c3s14m":_3,\u611b\u5a9b:_3,"xn--vgu402c":_3,\u611b\u77e5:_3,"xn--efvn9s":_3,\u65b0\u6f5f:_3,"xn--1lqs71d":_3,\u6771\u4eac:_3,"xn--4pvxs":_3,\u6803\u6728:_3,"xn--uuwu58a":_3,\u6c96\u7e04:_3,"xn--zbx025d":_3,\u6ecb\u8cc0:_3,"xn--8pvr4u":_3,\u718a\u672c:_3,"xn--5rtp49c":_3,\u77f3\u5ddd:_3,"xn--ntso0iqx3a":_3,\u795e\u5948\u5ddd:_3,"xn--elqq16h":_3,\u798f\u4e95:_3,"xn--4it168d":_3,\u798f\u5ca1:_3,"xn--klt787d":_3,\u798f\u5cf6:_3,"xn--rny31h":_3,\u79cb\u7530:_3,"xn--7t0a264c":_3,\u7fa4\u99ac:_3,"xn--uist22h":_3,\u8328\u57ce:_3,"xn--8ltr62k":_3,\u9577\u5d0e:_3,"xn--2m4a15e":_3,\u9577\u91ce:_3,"xn--32vp30h":_3,\u9752\u68ee:_3,"xn--4it797k":_3,\u9759\u5ca1:_3,"xn--5rtq34k":_3,\u9999\u5ddd:_3,"xn--k7yn95e":_3,\u9ad8\u77e5:_3,"xn--tor131o":_3,\u9ce5\u53d6:_3,"xn--d5qv7z876c":_3,\u9e7f\u5150\u5cf6:_3,kawasaki:_18,kitakyushu:_18,kobe:_18,nagoya:_18,sapporo:_18,sendai:_18,yokohama:_18,buyshop:_4,fashionstore:_4,handcrafted:_4,kawaiishop:_4,supersale:_4,theshop:_4,"0am":_4,"0g0":_4,"0j0":_4,"0t0":_4,mydns:_4,pgw:_4,wjg:_4,usercontent:_4,angry:_4,babyblue:_4,babymilk:_4,backdrop:_4,bambina:_4,bitter:_4,blush:_4,boo:_4,boy:_4,boyfriend:_4,but:_4,candypop:_4,capoo:_4,catfood:_4,cheap:_4,chicappa:_4,chillout:_4,chips:_4,chowder:_4,chu:_4,ciao:_4,cocotte:_4,coolblog:_4,cranky:_4,cutegirl:_4,daa:_4,deca:_4,deci:_4,digick:_4,egoism:_4,fakefur:_4,fem:_4,flier:_4,floppy:_4,fool:_4,frenchkiss:_4,girlfriend:_4,girly:_4,gloomy:_4,gonna:_4,greater:_4,hacca:_4,heavy:_4,her:_4,hiho:_4,hippy:_4,holy:_4,hungry:_4,icurus:_4,itigo:_4,jellybean:_4,kikirara:_4,kill:_4,kilo:_4,kuron:_4,littlestar:_4,lolipopmc:_4,lolitapunk:_4,lomo:_4,lovepop:_4,lovesick:_4,main:_4,mods:_4,mond:_4,mongolian:_4,moo:_4,namaste:_4,nikita:_4,nobushi:_4,noor:_4,oops:_4,parallel:_4,parasite:_4,pecori:_4,peewee:_4,penne:_4,pepper:_4,perma:_4,pigboat:_4,pinoko:_4,punyu:_4,pupu:_4,pussycat:_4,pya:_4,raindrop:_4,readymade:_4,sadist:_4,schoolbus:_4,secret:_4,staba:_4,stripper:_4,sub:_4,sunnyday:_4,thick:_4,tonkotsu:_4,under:_4,upper:_4,velvet:_4,verse:_4,versus:_4,vivian:_4,watson:_4,weblike:_4,whitesnow:_4,zombie:_4,hateblo:_4,hatenablog:_4,hatenadiary:_4,"2-d":_4,bona:_4,crap:_4,daynight:_4,eek:_4,flop:_4,halfmoon:_4,jeez:_4,matrix:_4,mimoza:_4,netgamers:_4,nyanta:_4,o0o0:_4,rdy:_4,rgr:_4,rulez:_4,sakurastorage:[0,{isk01:_55,isk02:_55}],saloon:_4,sblo:_4,skr:_4,tank:_4,"uh-oh":_4,undo:_4,webaccel:[0,{rs:_4,user:_4}],websozai:_4,xii:_4}],ke:[1,{ac:_3,co:_3,go:_3,info:_3,me:_3,mobi:_3,ne:_3,or:_3,sc:_3}],kg:[1,{com:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3,us:_4}],kh:_18,ki:_56,km:[1,{ass:_3,com:_3,edu:_3,gov:_3,mil:_3,nom:_3,org:_3,prd:_3,tm:_3,asso:_3,coop:_3,gouv:_3,medecin:_3,notaires:_3,pharmaciens:_3,presse:_3,veterinaire:_3}],kn:[1,{edu:_3,gov:_3,net:_3,org:_3}],kp:[1,{com:_3,edu:_3,gov:_3,org:_3,rep:_3,tra:_3}],kr:[1,{ac:_3,ai:_3,co:_3,es:_3,go:_3,hs:_3,io:_3,it:_3,kg:_3,me:_3,mil:_3,ms:_3,ne:_3,or:_3,pe:_3,re:_3,sc:_3,busan:_3,chungbuk:_3,chungnam:_3,daegu:_3,daejeon:_3,gangwon:_3,gwangju:_3,gyeongbuk:_3,gyeonggi:_3,gyeongnam:_3,incheon:_3,jeju:_3,jeonbuk:_3,jeonnam:_3,seoul:_3,ulsan:_3,c01:_4,"eliv-dns":_4}],kw:[1,{com:_3,edu:_3,emb:_3,gov:_3,ind:_3,net:_3,org:_3}],ky:_45,kz:[1,{com:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3,jcloud:_4}],la:[1,{com:_3,edu:_3,gov:_3,info:_3,int:_3,net:_3,org:_3,per:_3,bnr:_4}],lb:_5,lc:[1,{co:_3,com:_3,edu:_3,gov:_3,net:_3,org:_3,oy:_4}],li:_3,lk:[1,{ac:_3,assn:_3,com:_3,edu:_3,gov:_3,grp:_3,hotel:_3,int:_3,ltd:_3,net:_3,ngo:_3,org:_3,sch:_3,soc:_3,web:_3}],lr:_5,ls:[1,{ac:_3,biz:_3,co:_3,edu:_3,gov:_3,info:_3,net:_3,org:_3,sc:_3}],lt:_11,lu:[1,{"123website":_4}],lv:[1,{asn:_3,com:_3,conf:_3,edu:_3,gov:_3,id:_3,mil:_3,net:_3,org:_3}],ly:[1,{com:_3,edu:_3,gov:_3,id:_3,med:_3,net:_3,org:_3,plc:_3,sch:_3}],ma:[1,{ac:_3,co:_3,gov:_3,net:_3,org:_3,press:_3}],mc:[1,{asso:_3,tm:_3}],md:[1,{ir:_4}],me:[1,{ac:_3,co:_3,edu:_3,gov:_3,its:_3,net:_3,org:_3,priv:_3,c66:_4,craft:_4,edgestack:_4,filegear:_4,glitch:_4,"filegear-sg":_4,lohmus:_4,barsy:_4,mcdir:_4,brasilia:_4,ddns:_4,dnsfor:_4,hopto:_4,loginto:_4,noip:_4,webhop:_4,soundcast:_4,tcp4:_4,vp4:_4,diskstation:_4,dscloud:_4,i234:_4,myds:_4,synology:_4,transip:_44,nohost:_4}],mg:[1,{co:_3,com:_3,edu:_3,gov:_3,mil:_3,nom:_3,org:_3,prd:_3}],mh:_3,mil:_3,mk:[1,{com:_3,edu:_3,gov:_3,inf:_3,name:_3,net:_3,org:_3}],ml:[1,{ac:_3,art:_3,asso:_3,com:_3,edu:_3,gouv:_3,gov:_3,info:_3,inst:_3,net:_3,org:_3,pr:_3,presse:_3}],mm:_18,mn:[1,{edu:_3,gov:_3,org:_3,nyc:_4}],mo:_5,mobi:[1,{barsy:_4,dscloud:_4}],mp:[1,{ju:_4}],mq:_3,mr:_11,ms:[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3,minisite:_4}],mt:_45,mu:[1,{ac:_3,co:_3,com:_3,gov:_3,net:_3,or:_3,org:_3}],museum:_3,mv:[1,{aero:_3,biz:_3,com:_3,coop:_3,edu:_3,gov:_3,info:_3,int:_3,mil:_3,museum:_3,name:_3,net:_3,org:_3,pro:_3}],mw:[1,{ac:_3,biz:_3,co:_3,com:_3,coop:_3,edu:_3,gov:_3,int:_3,net:_3,org:_3}],mx:[1,{com:_3,edu:_3,gob:_3,net:_3,org:_3}],my:[1,{biz:_3,com:_3,edu:_3,gov:_3,mil:_3,name:_3,net:_3,org:_3}],mz:[1,{ac:_3,adv:_3,co:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3}],na:[1,{alt:_3,co:_3,com:_3,gov:_3,net:_3,org:_3}],name:[1,{her:_59,his:_59}],nc:[1,{asso:_3,nom:_3}],ne:_3,net:[1,{adobeaemcloud:_4,"adobeio-static":_4,adobeioruntime:_4,akadns:_4,akamai:_4,"akamai-staging":_4,akamaiedge:_4,"akamaiedge-staging":_4,akamaihd:_4,"akamaihd-staging":_4,akamaiorigin:_4,"akamaiorigin-staging":_4,akamaized:_4,"akamaized-staging":_4,edgekey:_4,"edgekey-staging":_4,edgesuite:_4,"edgesuite-staging":_4,alwaysdata:_4,myamaze:_4,cloudfront:_4,appudo:_4,"atlassian-dev":[0,{prod:_52}],myfritz:_4,onavstack:_4,shopselect:_4,blackbaudcdn:_4,boomla:_4,bplaced:_4,square7:_4,cdn77:[0,{r:_4}],"cdn77-ssl":_4,gb:_4,hu:_4,jp:_4,se:_4,uk:_4,clickrising:_4,"ddns-ip":_4,"dns-cloud":_4,"dns-dynamic":_4,cloudaccess:_4,cloudflare:[2,{cdn:_4}],cloudflareanycast:_52,cloudflarecn:_52,cloudflareglobal:_52,ctfcloud:_4,"feste-ip":_4,"knx-server":_4,"static-access":_4,cryptonomic:_7,dattolocal:_4,mydatto:_4,debian:_4,definima:_4,deno:_4,"at-band-camp":_4,blogdns:_4,"broke-it":_4,buyshouses:_4,dnsalias:_4,dnsdojo:_4,"does-it":_4,dontexist:_4,dynalias:_4,dynathome:_4,endofinternet:_4,"from-az":_4,"from-co":_4,"from-la":_4,"from-ny":_4,"gets-it":_4,"ham-radio-op":_4,homeftp:_4,homeip:_4,homelinux:_4,homeunix:_4,"in-the-band":_4,"is-a-chef":_4,"is-a-geek":_4,"isa-geek":_4,"kicks-ass":_4,"office-on-the":_4,podzone:_4,"scrapper-site":_4,selfip:_4,"sells-it":_4,servebbs:_4,serveftp:_4,thruhere:_4,webhop:_4,casacam:_4,dynu:_4,dynv6:_4,twmail:_4,ru:_4,channelsdvr:[2,{u:_4}],fastly:[0,{freetls:_4,map:_4,prod:[0,{a:_4,global:_4}],ssl:[0,{a:_4,b:_4,global:_4}]}],fastlylb:[2,{map:_4}],edgeapp:_4,"keyword-on":_4,"live-on":_4,"server-on":_4,"cdn-edges":_4,heteml:_4,cloudfunctions:_4,"grafana-dev":_4,iobb:_4,moonscale:_4,"in-dsl":_4,"in-vpn":_4,oninferno:_4,botdash:_4,"apps-1and1":_4,ipifony:_4,cloudjiffy:[2,{"fra1-de":_4,"west1-us":_4}],elastx:[0,{"jls-sto1":_4,"jls-sto2":_4,"jls-sto3":_4}],massivegrid:[0,{paas:[0,{"fr-1":_4,"lon-1":_4,"lon-2":_4,"ny-1":_4,"ny-2":_4,"sg-1":_4}]}],saveincloud:[0,{jelastic:_4,"nordeste-idc":_4}],scaleforce:_46,kinghost:_4,uni5:_4,krellian:_4,ggff:_4,localcert:_4,localhostcert:_4,localto:_7,barsy:_4,memset:_4,"azure-api":_4,"azure-mobile":_4,azureedge:_4,azurefd:_4,azurestaticapps:[2,{1:_4,2:_4,3:_4,4:_4,5:_4,6:_4,7:_4,centralus:_4,eastasia:_4,eastus2:_4,westeurope:_4,westus2:_4}],azurewebsites:_4,cloudapp:_4,trafficmanager:_4,windows:[0,{core:[0,{blob:_4}],servicebus:_4}],mynetname:[0,{sn:_4}],routingthecloud:_4,bounceme:_4,ddns:_4,"eating-organic":_4,mydissent:_4,myeffect:_4,mymediapc:_4,mypsx:_4,mysecuritycamera:_4,nhlfan:_4,"no-ip":_4,pgafan:_4,privatizehealthinsurance:_4,redirectme:_4,serveblog:_4,serveminecraft:_4,sytes:_4,dnsup:_4,hicam:_4,"now-dns":_4,ownip:_4,vpndns:_4,cloudycluster:_4,ovh:[0,{hosting:_7,webpaas:_7}],rackmaze:_4,myradweb:_4,in:_4,"subsc-pay":_4,squares:_4,schokokeks:_4,"firewall-gateway":_4,seidat:_4,senseering:_4,siteleaf:_4,mafelo:_4,myspreadshop:_4,"vps-host":[2,{jelastic:[0,{atl:_4,njs:_4,ric:_4}]}],srcf:[0,{soc:_4,user:_4}],supabase:_4,dsmynas:_4,familyds:_4,ts:[2,{c:_7}],torproject:[2,{pages:_4}],vusercontent:_4,"reserve-online":_4,"community-pro":_4,meinforum:_4,yandexcloud:[2,{storage:_4,website:_4}],za:_4}],nf:[1,{arts:_3,com:_3,firm:_3,info:_3,net:_3,other:_3,per:_3,rec:_3,store:_3,web:_3}],ng:[1,{com:_3,edu:_3,gov:_3,i:_3,mil:_3,mobi:_3,name:_3,net:_3,org:_3,sch:_3,biz:[2,{co:_4,dl:_4,go:_4,lg:_4,on:_4}],col:_4,firm:_4,gen:_4,ltd:_4,ngo:_4,plc:_4}],ni:[1,{ac:_3,biz:_3,co:_3,com:_3,edu:_3,gob:_3,in:_3,info:_3,int:_3,mil:_3,net:_3,nom:_3,org:_3,web:_3}],nl:[1,{co:_4,"hosting-cluster":_4,gov:_4,khplay:_4,"123website":_4,myspreadshop:_4,transurl:_7,cistron:_4,demon:_4}],no:[1,{fhs:_3,folkebibl:_3,fylkesbibl:_3,idrett:_3,museum:_3,priv:_3,vgs:_3,dep:_3,herad:_3,kommune:_3,mil:_3,stat:_3,aa:_60,ah:_60,bu:_60,fm:_60,hl:_60,hm:_60,"jan-mayen":_60,mr:_60,nl:_60,nt:_60,of:_60,ol:_60,oslo:_60,rl:_60,sf:_60,st:_60,svalbard:_60,tm:_60,tr:_60,va:_60,vf:_60,akrehamn:_3,"xn--krehamn-dxa":_3,\u00e5krehamn:_3,algard:_3,"xn--lgrd-poac":_3,\u00e5lg\u00e5rd:_3,arna:_3,bronnoysund:_3,"xn--brnnysund-m8ac":_3,br\u00f8nn\u00f8ysund:_3,brumunddal:_3,bryne:_3,drobak:_3,"xn--drbak-wua":_3,dr\u00f8bak:_3,egersund:_3,fetsund:_3,floro:_3,"xn--flor-jra":_3,flor\u00f8:_3,fredrikstad:_3,hokksund:_3,honefoss:_3,"xn--hnefoss-q1a":_3,h\u00f8nefoss:_3,jessheim:_3,jorpeland:_3,"xn--jrpeland-54a":_3,j\u00f8rpeland:_3,kirkenes:_3,kopervik:_3,krokstadelva:_3,langevag:_3,"xn--langevg-jxa":_3,langev\u00e5g:_3,leirvik:_3,mjondalen:_3,"xn--mjndalen-64a":_3,mj\u00f8ndalen:_3,"mo-i-rana":_3,mosjoen:_3,"xn--mosjen-eya":_3,mosj\u00f8en:_3,nesoddtangen:_3,orkanger:_3,osoyro:_3,"xn--osyro-wua":_3,os\u00f8yro:_3,raholt:_3,"xn--rholt-mra":_3,r\u00e5holt:_3,sandnessjoen:_3,"xn--sandnessjen-ogb":_3,sandnessj\u00f8en:_3,skedsmokorset:_3,slattum:_3,spjelkavik:_3,stathelle:_3,stavern:_3,stjordalshalsen:_3,"xn--stjrdalshalsen-sqb":_3,stj\u00f8rdalshalsen:_3,tananger:_3,tranby:_3,vossevangen:_3,aarborte:_3,aejrie:_3,afjord:_3,"xn--fjord-lra":_3,\u00e5fjord:_3,agdenes:_3,akershus:_61,aknoluokta:_3,"xn--koluokta-7ya57h":_3,\u00e1k\u014boluokta:_3,al:_3,"xn--l-1fa":_3,\u00e5l:_3,alaheadju:_3,"xn--laheadju-7ya":_3,\u00e1laheadju:_3,alesund:_3,"xn--lesund-hua":_3,\u00e5lesund:_3,alstahaug:_3,alta:_3,"xn--lt-liac":_3,\u00e1lt\u00e1:_3,alvdal:_3,amli:_3,"xn--mli-tla":_3,\u00e5mli:_3,amot:_3,"xn--mot-tla":_3,\u00e5mot:_3,andasuolo:_3,andebu:_3,andoy:_3,"xn--andy-ira":_3,and\u00f8y:_3,ardal:_3,"xn--rdal-poa":_3,\u00e5rdal:_3,aremark:_3,arendal:_3,"xn--s-1fa":_3,\u00e5s:_3,aseral:_3,"xn--seral-lra":_3,\u00e5seral:_3,asker:_3,askim:_3,askoy:_3,"xn--asky-ira":_3,ask\u00f8y:_3,askvoll:_3,asnes:_3,"xn--snes-poa":_3,\u00e5snes:_3,audnedaln:_3,aukra:_3,aure:_3,aurland:_3,"aurskog-holand":_3,"xn--aurskog-hland-jnb":_3,"aurskog-h\u00f8land":_3,austevoll:_3,austrheim:_3,averoy:_3,"xn--avery-yua":_3,aver\u00f8y:_3,badaddja:_3,"xn--bdddj-mrabd":_3,b\u00e5d\u00e5ddj\u00e5:_3,"xn--brum-voa":_3,b\u00e6rum:_3,bahcavuotna:_3,"xn--bhcavuotna-s4a":_3,b\u00e1hcavuotna:_3,bahccavuotna:_3,"xn--bhccavuotna-k7a":_3,b\u00e1hccavuotna:_3,baidar:_3,"xn--bidr-5nac":_3,b\u00e1id\u00e1r:_3,bajddar:_3,"xn--bjddar-pta":_3,b\u00e1jddar:_3,balat:_3,"xn--blt-elab":_3,b\u00e1l\u00e1t:_3,balestrand:_3,ballangen:_3,balsfjord:_3,bamble:_3,bardu:_3,barum:_3,batsfjord:_3,"xn--btsfjord-9za":_3,b\u00e5tsfjord:_3,bearalvahki:_3,"xn--bearalvhki-y4a":_3,bearalv\u00e1hki:_3,beardu:_3,beiarn:_3,berg:_3,bergen:_3,berlevag:_3,"xn--berlevg-jxa":_3,berlev\u00e5g:_3,bievat:_3,"xn--bievt-0qa":_3,biev\u00e1t:_3,bindal:_3,birkenes:_3,bjarkoy:_3,"xn--bjarky-fya":_3,bjark\u00f8y:_3,bjerkreim:_3,bjugn:_3,bodo:_3,"xn--bod-2na":_3,bod\u00f8:_3,bokn:_3,bomlo:_3,"xn--bmlo-gra":_3,b\u00f8mlo:_3,bremanger:_3,bronnoy:_3,"xn--brnny-wuac":_3,br\u00f8nn\u00f8y:_3,budejju:_3,buskerud:_61,bygland:_3,bykle:_3,cahcesuolo:_3,"xn--hcesuolo-7ya35b":_3,\u010d\u00e1hcesuolo:_3,davvenjarga:_3,"xn--davvenjrga-y4a":_3,davvenj\u00e1rga:_3,davvesiida:_3,deatnu:_3,dielddanuorri:_3,divtasvuodna:_3,divttasvuotna:_3,donna:_3,"xn--dnna-gra":_3,d\u00f8nna:_3,dovre:_3,drammen:_3,drangedal:_3,dyroy:_3,"xn--dyry-ira":_3,dyr\u00f8y:_3,eid:_3,eidfjord:_3,eidsberg:_3,eidskog:_3,eidsvoll:_3,eigersund:_3,elverum:_3,enebakk:_3,engerdal:_3,etne:_3,etnedal:_3,evenassi:_3,"xn--eveni-0qa01ga":_3,even\u00e1\u0161\u0161i:_3,evenes:_3,"evje-og-hornnes":_3,farsund:_3,fauske:_3,fedje:_3,fet:_3,finnoy:_3,"xn--finny-yua":_3,finn\u00f8y:_3,fitjar:_3,fjaler:_3,fjell:_3,fla:_3,"xn--fl-zia":_3,fl\u00e5:_3,flakstad:_3,flatanger:_3,flekkefjord:_3,flesberg:_3,flora:_3,folldal:_3,forde:_3,"xn--frde-gra":_3,f\u00f8rde:_3,forsand:_3,fosnes:_3,"xn--frna-woa":_3,fr\u00e6na:_3,frana:_3,frei:_3,frogn:_3,froland:_3,frosta:_3,froya:_3,"xn--frya-hra":_3,fr\u00f8ya:_3,fuoisku:_3,fuossko:_3,fusa:_3,fyresdal:_3,gaivuotna:_3,"xn--givuotna-8ya":_3,g\u00e1ivuotna:_3,galsa:_3,"xn--gls-elac":_3,g\u00e1ls\u00e1:_3,gamvik:_3,gangaviika:_3,"xn--ggaviika-8ya47h":_3,g\u00e1\u014bgaviika:_3,gaular:_3,gausdal:_3,giehtavuoatna:_3,gildeskal:_3,"xn--gildeskl-g0a":_3,gildesk\u00e5l:_3,giske:_3,gjemnes:_3,gjerdrum:_3,gjerstad:_3,gjesdal:_3,gjovik:_3,"xn--gjvik-wua":_3,gj\u00f8vik:_3,gloppen:_3,gol:_3,gran:_3,grane:_3,granvin:_3,gratangen:_3,grimstad:_3,grong:_3,grue:_3,gulen:_3,guovdageaidnu:_3,ha:_3,"xn--h-2fa":_3,h\u00e5:_3,habmer:_3,"xn--hbmer-xqa":_3,h\u00e1bmer:_3,hadsel:_3,"xn--hgebostad-g3a":_3,h\u00e6gebostad:_3,hagebostad:_3,halden:_3,halsa:_3,hamar:_3,hamaroy:_3,hammarfeasta:_3,"xn--hmmrfeasta-s4ac":_3,h\u00e1mm\u00e1rfeasta:_3,hammerfest:_3,hapmir:_3,"xn--hpmir-xqa":_3,h\u00e1pmir:_3,haram:_3,hareid:_3,harstad:_3,hasvik:_3,hattfjelldal:_3,haugesund:_3,hedmark:[0,{os:_3,valer:_3,"xn--vler-qoa":_3,v\u00e5ler:_3}],hemne:_3,hemnes:_3,hemsedal:_3,hitra:_3,hjartdal:_3,hjelmeland:_3,hobol:_3,"xn--hobl-ira":_3,hob\u00f8l:_3,hof:_3,hol:_3,hole:_3,holmestrand:_3,holtalen:_3,"xn--holtlen-hxa":_3,holt\u00e5len:_3,hordaland:[0,{os:_3}],hornindal:_3,horten:_3,hoyanger:_3,"xn--hyanger-q1a":_3,h\u00f8yanger:_3,hoylandet:_3,"xn--hylandet-54a":_3,h\u00f8ylandet:_3,hurdal:_3,hurum:_3,hvaler:_3,hyllestad:_3,ibestad:_3,inderoy:_3,"xn--indery-fya":_3,inder\u00f8y:_3,iveland:_3,ivgu:_3,jevnaker:_3,jolster:_3,"xn--jlster-bya":_3,j\u00f8lster:_3,jondal:_3,kafjord:_3,"xn--kfjord-iua":_3,k\u00e5fjord:_3,karasjohka:_3,"xn--krjohka-hwab49j":_3,k\u00e1r\u00e1\u0161johka:_3,karasjok:_3,karlsoy:_3,karmoy:_3,"xn--karmy-yua":_3,karm\u00f8y:_3,kautokeino:_3,klabu:_3,"xn--klbu-woa":_3,kl\u00e6bu:_3,klepp:_3,kongsberg:_3,kongsvinger:_3,kraanghke:_3,"xn--kranghke-b0a":_3,kr\u00e5anghke:_3,kragero:_3,"xn--krager-gya":_3,krager\u00f8:_3,kristiansand:_3,kristiansund:_3,krodsherad:_3,"xn--krdsherad-m8a":_3,kr\u00f8dsherad:_3,"xn--kvfjord-nxa":_3,kv\u00e6fjord:_3,"xn--kvnangen-k0a":_3,kv\u00e6nangen:_3,kvafjord:_3,kvalsund:_3,kvam:_3,kvanangen:_3,kvinesdal:_3,kvinnherad:_3,kviteseid:_3,kvitsoy:_3,"xn--kvitsy-fya":_3,kvits\u00f8y:_3,laakesvuemie:_3,"xn--lrdal-sra":_3,l\u00e6rdal:_3,lahppi:_3,"xn--lhppi-xqa":_3,l\u00e1hppi:_3,lardal:_3,larvik:_3,lavagis:_3,lavangen:_3,leangaviika:_3,"xn--leagaviika-52b":_3,lea\u014bgaviika:_3,lebesby:_3,leikanger:_3,leirfjord:_3,leka:_3,leksvik:_3,lenvik:_3,lerdal:_3,lesja:_3,levanger:_3,lier:_3,lierne:_3,lillehammer:_3,lillesand:_3,lindas:_3,"xn--linds-pra":_3,lind\u00e5s:_3,lindesnes:_3,loabat:_3,"xn--loabt-0qa":_3,loab\u00e1t:_3,lodingen:_3,"xn--ldingen-q1a":_3,l\u00f8dingen:_3,lom:_3,loppa:_3,lorenskog:_3,"xn--lrenskog-54a":_3,l\u00f8renskog:_3,loten:_3,"xn--lten-gra":_3,l\u00f8ten:_3,lund:_3,lunner:_3,luroy:_3,"xn--lury-ira":_3,lur\u00f8y:_3,luster:_3,lyngdal:_3,lyngen:_3,malatvuopmi:_3,"xn--mlatvuopmi-s4a":_3,m\u00e1latvuopmi:_3,malselv:_3,"xn--mlselv-iua":_3,m\u00e5lselv:_3,malvik:_3,mandal:_3,marker:_3,marnardal:_3,masfjorden:_3,masoy:_3,"xn--msy-ula0h":_3,m\u00e5s\u00f8y:_3,"matta-varjjat":_3,"xn--mtta-vrjjat-k7af":_3,"m\u00e1tta-v\u00e1rjjat":_3,meland:_3,meldal:_3,melhus:_3,meloy:_3,"xn--mely-ira":_3,mel\u00f8y:_3,meraker:_3,"xn--merker-kua":_3,mer\u00e5ker:_3,midsund:_3,"midtre-gauldal":_3,moareke:_3,"xn--moreke-jua":_3,mo\u00e5reke:_3,modalen:_3,modum:_3,molde:_3,"more-og-romsdal":[0,{heroy:_3,sande:_3}],"xn--mre-og-romsdal-qqb":[0,{"xn--hery-ira":_3,sande:_3}],"m\u00f8re-og-romsdal":[0,{her\u00f8y:_3,sande:_3}],moskenes:_3,moss:_3,mosvik:_3,muosat:_3,"xn--muost-0qa":_3,muos\u00e1t:_3,naamesjevuemie:_3,"xn--nmesjevuemie-tcba":_3,n\u00e5\u00e5mesjevuemie:_3,"xn--nry-yla5g":_3,n\u00e6r\u00f8y:_3,namdalseid:_3,namsos:_3,namsskogan:_3,nannestad:_3,naroy:_3,narviika:_3,narvik:_3,naustdal:_3,navuotna:_3,"xn--nvuotna-hwa":_3,n\u00e1vuotna:_3,"nedre-eiker":_3,nesna:_3,nesodden:_3,nesseby:_3,nesset:_3,nissedal:_3,nittedal:_3,"nord-aurdal":_3,"nord-fron":_3,"nord-odal":_3,norddal:_3,nordkapp:_3,nordland:[0,{bo:_3,"xn--b-5ga":_3,b\u00f8:_3,heroy:_3,"xn--hery-ira":_3,her\u00f8y:_3}],"nordre-land":_3,nordreisa:_3,"nore-og-uvdal":_3,notodden:_3,notteroy:_3,"xn--nttery-byae":_3,n\u00f8tter\u00f8y:_3,odda:_3,oksnes:_3,"xn--ksnes-uua":_3,\u00f8ksnes:_3,omasvuotna:_3,oppdal:_3,oppegard:_3,"xn--oppegrd-ixa":_3,oppeg\u00e5rd:_3,orkdal:_3,orland:_3,"xn--rland-uua":_3,\u00f8rland:_3,orskog:_3,"xn--rskog-uua":_3,\u00f8rskog:_3,orsta:_3,"xn--rsta-fra":_3,\u00f8rsta:_3,osen:_3,osteroy:_3,"xn--ostery-fya":_3,oster\u00f8y:_3,ostfold:[0,{valer:_3}],"xn--stfold-9xa":[0,{"xn--vler-qoa":_3}],\u00f8stfold:[0,{v\u00e5ler:_3}],"ostre-toten":_3,"xn--stre-toten-zcb":_3,"\u00f8stre-toten":_3,overhalla:_3,"ovre-eiker":_3,"xn--vre-eiker-k8a":_3,"\u00f8vre-eiker":_3,oyer:_3,"xn--yer-zna":_3,\u00f8yer:_3,oygarden:_3,"xn--ygarden-p1a":_3,\u00f8ygarden:_3,"oystre-slidre":_3,"xn--ystre-slidre-ujb":_3,"\u00f8ystre-slidre":_3,porsanger:_3,porsangu:_3,"xn--porsgu-sta26f":_3,pors\u00e1\u014bgu:_3,porsgrunn:_3,rade:_3,"xn--rde-ula":_3,r\u00e5de:_3,radoy:_3,"xn--rady-ira":_3,rad\u00f8y:_3,"xn--rlingen-mxa":_3,r\u00e6lingen:_3,rahkkeravju:_3,"xn--rhkkervju-01af":_3,r\u00e1hkker\u00e1vju:_3,raisa:_3,"xn--risa-5na":_3,r\u00e1isa:_3,rakkestad:_3,ralingen:_3,rana:_3,randaberg:_3,rauma:_3,rendalen:_3,rennebu:_3,rennesoy:_3,"xn--rennesy-v1a":_3,rennes\u00f8y:_3,rindal:_3,ringebu:_3,ringerike:_3,ringsaker:_3,risor:_3,"xn--risr-ira":_3,ris\u00f8r:_3,rissa:_3,roan:_3,rodoy:_3,"xn--rdy-0nab":_3,r\u00f8d\u00f8y:_3,rollag:_3,romsa:_3,romskog:_3,"xn--rmskog-bya":_3,r\u00f8mskog:_3,roros:_3,"xn--rros-gra":_3,r\u00f8ros:_3,rost:_3,"xn--rst-0na":_3,r\u00f8st:_3,royken:_3,"xn--ryken-vua":_3,r\u00f8yken:_3,royrvik:_3,"xn--ryrvik-bya":_3,r\u00f8yrvik:_3,ruovat:_3,rygge:_3,salangen:_3,salat:_3,"xn--slat-5na":_3,s\u00e1lat:_3,"xn--slt-elab":_3,s\u00e1l\u00e1t:_3,saltdal:_3,samnanger:_3,sandefjord:_3,sandnes:_3,sandoy:_3,"xn--sandy-yua":_3,sand\u00f8y:_3,sarpsborg:_3,sauda:_3,sauherad:_3,sel:_3,selbu:_3,selje:_3,seljord:_3,siellak:_3,sigdal:_3,siljan:_3,sirdal:_3,skanit:_3,"xn--sknit-yqa":_3,sk\u00e1nit:_3,skanland:_3,"xn--sknland-fxa":_3,sk\u00e5nland:_3,skaun:_3,skedsmo:_3,ski:_3,skien:_3,skierva:_3,"xn--skierv-uta":_3,skierv\u00e1:_3,skiptvet:_3,skjak:_3,"xn--skjk-soa":_3,skj\u00e5k:_3,skjervoy:_3,"xn--skjervy-v1a":_3,skjerv\u00f8y:_3,skodje:_3,smola:_3,"xn--smla-hra":_3,sm\u00f8la:_3,snaase:_3,"xn--snase-nra":_3,sn\u00e5ase:_3,snasa:_3,"xn--snsa-roa":_3,sn\u00e5sa:_3,snillfjord:_3,snoasa:_3,sogndal:_3,sogne:_3,"xn--sgne-gra":_3,s\u00f8gne:_3,sokndal:_3,sola:_3,solund:_3,somna:_3,"xn--smna-gra":_3,s\u00f8mna:_3,"sondre-land":_3,"xn--sndre-land-0cb":_3,"s\u00f8ndre-land":_3,songdalen:_3,"sor-aurdal":_3,"xn--sr-aurdal-l8a":_3,"s\u00f8r-aurdal":_3,"sor-fron":_3,"xn--sr-fron-q1a":_3,"s\u00f8r-fron":_3,"sor-odal":_3,"xn--sr-odal-q1a":_3,"s\u00f8r-odal":_3,"sor-varanger":_3,"xn--sr-varanger-ggb":_3,"s\u00f8r-varanger":_3,sorfold:_3,"xn--srfold-bya":_3,s\u00f8rfold:_3,sorreisa:_3,"xn--srreisa-q1a":_3,s\u00f8rreisa:_3,sortland:_3,sorum:_3,"xn--srum-gra":_3,s\u00f8rum:_3,spydeberg:_3,stange:_3,stavanger:_3,steigen:_3,steinkjer:_3,stjordal:_3,"xn--stjrdal-s1a":_3,stj\u00f8rdal:_3,stokke:_3,"stor-elvdal":_3,stord:_3,stordal:_3,storfjord:_3,strand:_3,stranda:_3,stryn:_3,sula:_3,suldal:_3,sund:_3,sunndal:_3,surnadal:_3,sveio:_3,svelvik:_3,sykkylven:_3,tana:_3,telemark:[0,{bo:_3,"xn--b-5ga":_3,b\u00f8:_3}],time:_3,tingvoll:_3,tinn:_3,tjeldsund:_3,tjome:_3,"xn--tjme-hra":_3,tj\u00f8me:_3,tokke:_3,tolga:_3,tonsberg:_3,"xn--tnsberg-q1a":_3,t\u00f8nsberg:_3,torsken:_3,"xn--trna-woa":_3,tr\u00e6na:_3,trana:_3,tranoy:_3,"xn--trany-yua":_3,tran\u00f8y:_3,troandin:_3,trogstad:_3,"xn--trgstad-r1a":_3,tr\u00f8gstad:_3,tromsa:_3,tromso:_3,"xn--troms-zua":_3,troms\u00f8:_3,trondheim:_3,trysil:_3,tvedestrand:_3,tydal:_3,tynset:_3,tysfjord:_3,tysnes:_3,"xn--tysvr-vra":_3,tysv\u00e6r:_3,tysvar:_3,ullensaker:_3,ullensvang:_3,ulvik:_3,unjarga:_3,"xn--unjrga-rta":_3,unj\u00e1rga:_3,utsira:_3,vaapste:_3,vadso:_3,"xn--vads-jra":_3,vads\u00f8:_3,"xn--vry-yla5g":_3,v\u00e6r\u00f8y:_3,vaga:_3,"xn--vg-yiab":_3,v\u00e5g\u00e5:_3,vagan:_3,"xn--vgan-qoa":_3,v\u00e5gan:_3,vagsoy:_3,"xn--vgsy-qoa0j":_3,v\u00e5gs\u00f8y:_3,vaksdal:_3,valle:_3,vang:_3,vanylven:_3,vardo:_3,"xn--vard-jra":_3,vard\u00f8:_3,varggat:_3,"xn--vrggt-xqad":_3,v\u00e1rgg\u00e1t:_3,varoy:_3,vefsn:_3,vega:_3,vegarshei:_3,"xn--vegrshei-c0a":_3,veg\u00e5rshei:_3,vennesla:_3,verdal:_3,verran:_3,vestby:_3,vestfold:[0,{sande:_3}],vestnes:_3,"vestre-slidre":_3,"vestre-toten":_3,vestvagoy:_3,"xn--vestvgy-ixa6o":_3,vestv\u00e5g\u00f8y:_3,vevelstad:_3,vik:_3,vikna:_3,vindafjord:_3,voagat:_3,volda:_3,voss:_3,co:_4,"123hjemmeside":_4,myspreadshop:_4}],np:_18,nr:_56,nu:[1,{merseine:_4,mine:_4,shacknet:_4,enterprisecloud:_4}],nz:[1,{ac:_3,co:_3,cri:_3,geek:_3,gen:_3,govt:_3,health:_3,iwi:_3,kiwi:_3,maori:_3,"xn--mori-qsa":_3,m\u0101ori:_3,mil:_3,net:_3,org:_3,parliament:_3,school:_3,cloudns:_4}],om:[1,{co:_3,com:_3,edu:_3,gov:_3,med:_3,museum:_3,net:_3,org:_3,pro:_3}],onion:_3,org:[1,{altervista:_4,pimienta:_4,poivron:_4,potager:_4,sweetpepper:_4,cdn77:[0,{c:_4,rsc:_4}],"cdn77-secure":[0,{origin:[0,{ssl:_4}]}],ae:_4,cloudns:_4,"ip-dynamic":_4,ddnss:_4,dpdns:_4,duckdns:_4,tunk:_4,blogdns:_4,blogsite:_4,boldlygoingnowhere:_4,dnsalias:_4,dnsdojo:_4,doesntexist:_4,dontexist:_4,doomdns:_4,dvrdns:_4,dynalias:_4,dyndns:[2,{go:_4,home:_4}],endofinternet:_4,endoftheinternet:_4,"from-me":_4,"game-host":_4,gotdns:_4,"hobby-site":_4,homedns:_4,homeftp:_4,homelinux:_4,homeunix:_4,"is-a-bruinsfan":_4,"is-a-candidate":_4,"is-a-celticsfan":_4,"is-a-chef":_4,"is-a-geek":_4,"is-a-knight":_4,"is-a-linux-user":_4,"is-a-patsfan":_4,"is-a-soxfan":_4,"is-found":_4,"is-lost":_4,"is-saved":_4,"is-very-bad":_4,"is-very-evil":_4,"is-very-good":_4,"is-very-nice":_4,"is-very-sweet":_4,"isa-geek":_4,"kicks-ass":_4,misconfused:_4,podzone:_4,readmyblog:_4,selfip:_4,sellsyourhome:_4,servebbs:_4,serveftp:_4,servegame:_4,"stuff-4-sale":_4,webhop:_4,accesscam:_4,camdvr:_4,freeddns:_4,mywire:_4,webredirect:_4,twmail:_4,eu:[2,{al:_4,asso:_4,at:_4,au:_4,be:_4,bg:_4,ca:_4,cd:_4,ch:_4,cn:_4,cy:_4,cz:_4,de:_4,dk:_4,edu:_4,ee:_4,es:_4,fi:_4,fr:_4,gr:_4,hr:_4,hu:_4,ie:_4,il:_4,in:_4,int:_4,is:_4,it:_4,jp:_4,kr:_4,lt:_4,lu:_4,lv:_4,me:_4,mk:_4,mt:_4,my:_4,net:_4,ng:_4,nl:_4,no:_4,nz:_4,pl:_4,pt:_4,ro:_4,ru:_4,se:_4,si:_4,sk:_4,tr:_4,uk:_4,us:_4}],fedorainfracloud:_4,fedorapeople:_4,fedoraproject:[0,{cloud:_4,os:_43,stg:[0,{os:_43}]}],freedesktop:_4,hatenadiary:_4,hepforge:_4,"in-dsl":_4,"in-vpn":_4,js:_4,barsy:_4,mayfirst:_4,routingthecloud:_4,bmoattachments:_4,"cable-modem":_4,collegefan:_4,couchpotatofries:_4,hopto:_4,mlbfan:_4,myftp:_4,mysecuritycamera:_4,nflfan:_4,"no-ip":_4,"read-books":_4,ufcfan:_4,zapto:_4,dynserv:_4,"now-dns":_4,"is-local":_4,httpbin:_4,pubtls:_4,jpn:_4,"my-firewall":_4,myfirewall:_4,spdns:_4,"small-web":_4,dsmynas:_4,familyds:_4,teckids:_55,tuxfamily:_4,diskstation:_4,hk:_4,us:_4,toolforge:_4,wmcloud:_4,wmflabs:_4,za:_4}],pa:[1,{abo:_3,ac:_3,com:_3,edu:_3,gob:_3,ing:_3,med:_3,net:_3,nom:_3,org:_3,sld:_3}],pe:[1,{com:_3,edu:_3,gob:_3,mil:_3,net:_3,nom:_3,org:_3}],pf:[1,{com:_3,edu:_3,org:_3}],pg:_18,ph:[1,{com:_3,edu:_3,gov:_3,i:_3,mil:_3,net:_3,ngo:_3,org:_3,cloudns:_4}],pk:[1,{ac:_3,biz:_3,com:_3,edu:_3,fam:_3,gkp:_3,gob:_3,gog:_3,gok:_3,gop:_3,gos:_3,gov:_3,net:_3,org:_3,web:_3}],pl:[1,{com:_3,net:_3,org:_3,agro:_3,aid:_3,atm:_3,auto:_3,biz:_3,edu:_3,gmina:_3,gsm:_3,info:_3,mail:_3,media:_3,miasta:_3,mil:_3,nieruchomosci:_3,nom:_3,pc:_3,powiat:_3,priv:_3,realestate:_3,rel:_3,sex:_3,shop:_3,sklep:_3,sos:_3,szkola:_3,targi:_3,tm:_3,tourism:_3,travel:_3,turystyka:_3,gov:[1,{ap:_3,griw:_3,ic:_3,is:_3,kmpsp:_3,konsulat:_3,kppsp:_3,kwp:_3,kwpsp:_3,mup:_3,mw:_3,oia:_3,oirm:_3,oke:_3,oow:_3,oschr:_3,oum:_3,pa:_3,pinb:_3,piw:_3,po:_3,pr:_3,psp:_3,psse:_3,pup:_3,rzgw:_3,sa:_3,sdn:_3,sko:_3,so:_3,sr:_3,starostwo:_3,ug:_3,ugim:_3,um:_3,umig:_3,upow:_3,uppo:_3,us:_3,uw:_3,uzs:_3,wif:_3,wiih:_3,winb:_3,wios:_3,witd:_3,wiw:_3,wkz:_3,wsa:_3,wskr:_3,wsse:_3,wuoz:_3,wzmiuw:_3,zp:_3,zpisdn:_3}],augustow:_3,"babia-gora":_3,bedzin:_3,beskidy:_3,bialowieza:_3,bialystok:_3,bielawa:_3,bieszczady:_3,boleslawiec:_3,bydgoszcz:_3,bytom:_3,cieszyn:_3,czeladz:_3,czest:_3,dlugoleka:_3,elblag:_3,elk:_3,glogow:_3,gniezno:_3,gorlice:_3,grajewo:_3,ilawa:_3,jaworzno:_3,"jelenia-gora":_3,jgora:_3,kalisz:_3,karpacz:_3,kartuzy:_3,kaszuby:_3,katowice:_3,"kazimierz-dolny":_3,kepno:_3,ketrzyn:_3,klodzko:_3,kobierzyce:_3,kolobrzeg:_3,konin:_3,konskowola:_3,kutno:_3,lapy:_3,lebork:_3,legnica:_3,lezajsk:_3,limanowa:_3,lomza:_3,lowicz:_3,lubin:_3,lukow:_3,malbork:_3,malopolska:_3,mazowsze:_3,mazury:_3,mielec:_3,mielno:_3,mragowo:_3,naklo:_3,nowaruda:_3,nysa:_3,olawa:_3,olecko:_3,olkusz:_3,olsztyn:_3,opoczno:_3,opole:_3,ostroda:_3,ostroleka:_3,ostrowiec:_3,ostrowwlkp:_3,pila:_3,pisz:_3,podhale:_3,podlasie:_3,polkowice:_3,pomorskie:_3,pomorze:_3,prochowice:_3,pruszkow:_3,przeworsk:_3,pulawy:_3,radom:_3,"rawa-maz":_3,rybnik:_3,rzeszow:_3,sanok:_3,sejny:_3,skoczow:_3,slask:_3,slupsk:_3,sosnowiec:_3,"stalowa-wola":_3,starachowice:_3,stargard:_3,suwalki:_3,swidnica:_3,swiebodzin:_3,swinoujscie:_3,szczecin:_3,szczytno:_3,tarnobrzeg:_3,tgory:_3,turek:_3,tychy:_3,ustka:_3,walbrzych:_3,warmia:_3,warszawa:_3,waw:_3,wegrow:_3,wielun:_3,wlocl:_3,wloclawek:_3,wodzislaw:_3,wolomin:_3,wroclaw:_3,zachpomor:_3,zagan:_3,zarow:_3,zgora:_3,zgorzelec:_3,art:_4,gliwice:_4,krakow:_4,poznan:_4,wroc:_4,zakopane:_4,beep:_4,"ecommerce-shop":_4,cfolks:_4,dfirma:_4,dkonto:_4,you2:_4,shoparena:_4,homesklep:_4,sdscloud:_4,unicloud:_4,lodz:_4,pabianice:_4,plock:_4,sieradz:_4,skierniewice:_4,zgierz:_4,krasnik:_4,leczna:_4,lubartow:_4,lublin:_4,poniatowa:_4,swidnik:_4,co:_4,torun:_4,simplesite:_4,myspreadshop:_4,gda:_4,gdansk:_4,gdynia:_4,med:_4,sopot:_4,bielsko:_4}],pm:[1,{own:_4,name:_4}],pn:[1,{co:_3,edu:_3,gov:_3,net:_3,org:_3}],post:_3,pr:[1,{biz:_3,com:_3,edu:_3,gov:_3,info:_3,isla:_3,name:_3,net:_3,org:_3,pro:_3,ac:_3,est:_3,prof:_3}],pro:[1,{aaa:_3,aca:_3,acct:_3,avocat:_3,bar:_3,cpa:_3,eng:_3,jur:_3,law:_3,med:_3,recht:_3,"12chars":_4,cloudns:_4,barsy:_4,ngrok:_4}],ps:[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3,plo:_3,sec:_3}],pt:[1,{com:_3,edu:_3,gov:_3,int:_3,net:_3,nome:_3,org:_3,publ:_3,"123paginaweb":_4}],pw:[1,{gov:_3,cloudns:_4,x443:_4}],py:[1,{com:_3,coop:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3}],qa:[1,{com:_3,edu:_3,gov:_3,mil:_3,name:_3,net:_3,org:_3,sch:_3}],re:[1,{asso:_3,com:_3,netlib:_4,can:_4}],ro:[1,{arts:_3,com:_3,firm:_3,info:_3,nom:_3,nt:_3,org:_3,rec:_3,store:_3,tm:_3,www:_3,co:_4,shop:_4,barsy:_4}],rs:[1,{ac:_3,co:_3,edu:_3,gov:_3,in:_3,org:_3,brendly:_51,barsy:_4,ox:_4}],ru:[1,{ac:_4,edu:_4,gov:_4,int:_4,mil:_4,eurodir:_4,adygeya:_4,bashkiria:_4,bir:_4,cbg:_4,com:_4,dagestan:_4,grozny:_4,kalmykia:_4,kustanai:_4,marine:_4,mordovia:_4,msk:_4,mytis:_4,nalchik:_4,nov:_4,pyatigorsk:_4,spb:_4,vladikavkaz:_4,vladimir:_4,na4u:_4,mircloud:_4,myjino:[2,{hosting:_7,landing:_7,spectrum:_7,vps:_7}],cldmail:[0,{hb:_4}],mcdir:[2,{vps:_4}],mcpre:_4,net:_4,org:_4,pp:_4,lk3:_4,ras:_4}],rw:[1,{ac:_3,co:_3,coop:_3,gov:_3,mil:_3,net:_3,org:_3}],sa:[1,{com:_3,edu:_3,gov:_3,med:_3,net:_3,org:_3,pub:_3,sch:_3}],sb:_5,sc:_5,sd:[1,{com:_3,edu:_3,gov:_3,info:_3,med:_3,net:_3,org:_3,tv:_3}],se:[1,{a:_3,ac:_3,b:_3,bd:_3,brand:_3,c:_3,d:_3,e:_3,f:_3,fh:_3,fhsk:_3,fhv:_3,g:_3,h:_3,i:_3,k:_3,komforb:_3,kommunalforbund:_3,komvux:_3,l:_3,lanbib:_3,m:_3,n:_3,naturbruksgymn:_3,o:_3,org:_3,p:_3,parti:_3,pp:_3,press:_3,r:_3,s:_3,t:_3,tm:_3,u:_3,w:_3,x:_3,y:_3,z:_3,com:_4,iopsys:_4,"123minsida":_4,itcouldbewor:_4,myspreadshop:_4}],sg:[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3,enscaled:_4}],sh:[1,{com:_3,gov:_3,mil:_3,net:_3,org:_3,hashbang:_4,botda:_4,platform:[0,{ent:_4,eu:_4,us:_4}],now:_4}],si:[1,{f5:_4,gitapp:_4,gitpage:_4}],sj:_3,sk:_3,sl:_5,sm:_3,sn:[1,{art:_3,com:_3,edu:_3,gouv:_3,org:_3,perso:_3,univ:_3}],so:[1,{com:_3,edu:_3,gov:_3,me:_3,net:_3,org:_3,surveys:_4}],sr:_3,ss:[1,{biz:_3,co:_3,com:_3,edu:_3,gov:_3,me:_3,net:_3,org:_3,sch:_3}],st:[1,{co:_3,com:_3,consulado:_3,edu:_3,embaixada:_3,mil:_3,net:_3,org:_3,principe:_3,saotome:_3,store:_3,helioho:_4,kirara:_4,noho:_4}],su:[1,{abkhazia:_4,adygeya:_4,aktyubinsk:_4,arkhangelsk:_4,armenia:_4,ashgabad:_4,azerbaijan:_4,balashov:_4,bashkiria:_4,bryansk:_4,bukhara:_4,chimkent:_4,dagestan:_4,"east-kazakhstan":_4,exnet:_4,georgia:_4,grozny:_4,ivanovo:_4,jambyl:_4,kalmykia:_4,kaluga:_4,karacol:_4,karaganda:_4,karelia:_4,khakassia:_4,krasnodar:_4,kurgan:_4,kustanai:_4,lenug:_4,mangyshlak:_4,mordovia:_4,msk:_4,murmansk:_4,nalchik:_4,navoi:_4,"north-kazakhstan":_4,nov:_4,obninsk:_4,penza:_4,pokrovsk:_4,sochi:_4,spb:_4,tashkent:_4,termez:_4,togliatti:_4,troitsk:_4,tselinograd:_4,tula:_4,tuva:_4,vladikavkaz:_4,vladimir:_4,vologda:_4}],sv:[1,{com:_3,edu:_3,gob:_3,org:_3,red:_3}],sx:_11,sy:_6,sz:[1,{ac:_3,co:_3,org:_3}],tc:_3,td:_3,tel:_3,tf:[1,{sch:_4}],tg:_3,th:[1,{ac:_3,co:_3,go:_3,in:_3,mi:_3,net:_3,or:_3,online:_4,shop:_4}],tj:[1,{ac:_3,biz:_3,co:_3,com:_3,edu:_3,go:_3,gov:_3,int:_3,mil:_3,name:_3,net:_3,nic:_3,org:_3,test:_3,web:_3}],tk:_3,tl:_11,tm:[1,{co:_3,com:_3,edu:_3,gov:_3,mil:_3,net:_3,nom:_3,org:_3}],tn:[1,{com:_3,ens:_3,fin:_3,gov:_3,ind:_3,info:_3,intl:_3,mincom:_3,nat:_3,net:_3,org:_3,perso:_3,tourism:_3,orangecloud:_4}],to:[1,{611:_4,com:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3,oya:_4,x0:_4,quickconnect:_25,vpnplus:_4}],tr:[1,{av:_3,bbs:_3,bel:_3,biz:_3,com:_3,dr:_3,edu:_3,gen:_3,gov:_3,info:_3,k12:_3,kep:_3,mil:_3,name:_3,net:_3,org:_3,pol:_3,tel:_3,tsk:_3,tv:_3,web:_3,nc:_11}],tt:[1,{biz:_3,co:_3,com:_3,edu:_3,gov:_3,info:_3,mil:_3,name:_3,net:_3,org:_3,pro:_3}],tv:[1,{"better-than":_4,dyndns:_4,"on-the-web":_4,"worse-than":_4,from:_4,sakura:_4}],tw:[1,{club:_3,com:[1,{mymailer:_4}],ebiz:_3,edu:_3,game:_3,gov:_3,idv:_3,mil:_3,net:_3,org:_3,url:_4,mydns:_4}],tz:[1,{ac:_3,co:_3,go:_3,hotel:_3,info:_3,me:_3,mil:_3,mobi:_3,ne:_3,or:_3,sc:_3,tv:_3}],ua:[1,{com:_3,edu:_3,gov:_3,in:_3,net:_3,org:_3,cherkassy:_3,cherkasy:_3,chernigov:_3,chernihiv:_3,chernivtsi:_3,chernovtsy:_3,ck:_3,cn:_3,cr:_3,crimea:_3,cv:_3,dn:_3,dnepropetrovsk:_3,dnipropetrovsk:_3,donetsk:_3,dp:_3,if:_3,"ivano-frankivsk":_3,kh:_3,kharkiv:_3,kharkov:_3,kherson:_3,khmelnitskiy:_3,khmelnytskyi:_3,kiev:_3,kirovograd:_3,km:_3,kr:_3,kropyvnytskyi:_3,krym:_3,ks:_3,kv:_3,kyiv:_3,lg:_3,lt:_3,lugansk:_3,luhansk:_3,lutsk:_3,lv:_3,lviv:_3,mk:_3,mykolaiv:_3,nikolaev:_3,od:_3,odesa:_3,odessa:_3,pl:_3,poltava:_3,rivne:_3,rovno:_3,rv:_3,sb:_3,sebastopol:_3,sevastopol:_3,sm:_3,sumy:_3,te:_3,ternopil:_3,uz:_3,uzhgorod:_3,uzhhorod:_3,vinnica:_3,vinnytsia:_3,vn:_3,volyn:_3,yalta:_3,zakarpattia:_3,zaporizhzhe:_3,zaporizhzhia:_3,zhitomir:_3,zhytomyr:_3,zp:_3,zt:_3,cc:_4,inf:_4,ltd:_4,cx:_4,ie:_4,biz:_4,co:_4,pp:_4,v:_4}],ug:[1,{ac:_3,co:_3,com:_3,edu:_3,go:_3,gov:_3,mil:_3,ne:_3,or:_3,org:_3,sc:_3,us:_3}],uk:[1,{ac:_3,co:[1,{bytemark:[0,{dh:_4,vm:_4}],layershift:_46,barsy:_4,barsyonline:_4,retrosnub:_54,"nh-serv":_4,"no-ip":_4,adimo:_4,myspreadshop:_4}],gov:[1,{api:_4,campaign:_4,service:_4}],ltd:_3,me:_3,net:_3,nhs:_3,org:[1,{glug:_4,lug:_4,lugs:_4,affinitylottery:_4,raffleentry:_4,weeklylottery:_4}],plc:_3,police:_3,sch:_18,conn:_4,copro:_4,hosp:_4,"independent-commission":_4,"independent-inquest":_4,"independent-inquiry":_4,"independent-panel":_4,"independent-review":_4,"public-inquiry":_4,"royal-commission":_4,pymnt:_4,barsy:_4,nimsite:_4,oraclegovcloudapps:_7}],us:[1,{dni:_3,isa:_3,nsn:_3,ak:_62,al:_62,ar:_62,as:_62,az:_62,ca:_62,co:_62,ct:_62,dc:_62,de:[1,{cc:_3,lib:_4}],fl:_62,ga:_62,gu:_62,hi:_63,ia:_62,id:_62,il:_62,in:_62,ks:_62,ky:_62,la:_62,ma:[1,{k12:[1,{chtr:_3,paroch:_3,pvt:_3}],cc:_3,lib:_3}],md:_62,me:_62,mi:[1,{k12:_3,cc:_3,lib:_3,"ann-arbor":_3,cog:_3,dst:_3,eaton:_3,gen:_3,mus:_3,tec:_3,washtenaw:_3}],mn:_62,mo:_62,ms:_62,mt:_62,nc:_62,nd:_63,ne:_62,nh:_62,nj:_62,nm:_62,nv:_62,ny:_62,oh:_62,ok:_62,or:_62,pa:_62,pr:_62,ri:_63,sc:_62,sd:_63,tn:_62,tx:_62,ut:_62,va:_62,vi:_62,vt:_62,wa:_62,wi:_62,wv:[1,{cc:_3}],wy:_62,cloudns:_4,"is-by":_4,"land-4-sale":_4,"stuff-4-sale":_4,heliohost:_4,enscaled:[0,{phx:_4}],mircloud:_4,ngo:_4,golffan:_4,noip:_4,pointto:_4,freeddns:_4,srv:[2,{gh:_4,gl:_4}],platterp:_4,servername:_4}],uy:[1,{com:_3,edu:_3,gub:_3,mil:_3,net:_3,org:_3}],uz:[1,{co:_3,com:_3,net:_3,org:_3}],va:_3,vc:[1,{com:_3,edu:_3,gov:_3,mil:_3,net:_3,org:_3,gv:[2,{d:_4}],"0e":_7,mydns:_4}],ve:[1,{arts:_3,bib:_3,co:_3,com:_3,e12:_3,edu:_3,emprende:_3,firm:_3,gob:_3,gov:_3,info:_3,int:_3,mil:_3,net:_3,nom:_3,org:_3,rar:_3,rec:_3,store:_3,tec:_3,web:_3}],vg:[1,{edu:_3}],vi:[1,{co:_3,com:_3,k12:_3,net:_3,org:_3}],vn:[1,{ac:_3,ai:_3,biz:_3,com:_3,edu:_3,gov:_3,health:_3,id:_3,info:_3,int:_3,io:_3,name:_3,net:_3,org:_3,pro:_3,angiang:_3,bacgiang:_3,backan:_3,baclieu:_3,bacninh:_3,"baria-vungtau":_3,bentre:_3,binhdinh:_3,binhduong:_3,binhphuoc:_3,binhthuan:_3,camau:_3,cantho:_3,caobang:_3,daklak:_3,daknong:_3,danang:_3,dienbien:_3,dongnai:_3,dongthap:_3,gialai:_3,hagiang:_3,haiduong:_3,haiphong:_3,hanam:_3,hanoi:_3,hatinh:_3,haugiang:_3,hoabinh:_3,hungyen:_3,khanhhoa:_3,kiengiang:_3,kontum:_3,laichau:_3,lamdong:_3,langson:_3,laocai:_3,longan:_3,namdinh:_3,nghean:_3,ninhbinh:_3,ninhthuan:_3,phutho:_3,phuyen:_3,quangbinh:_3,quangnam:_3,quangngai:_3,quangninh:_3,quangtri:_3,soctrang:_3,sonla:_3,tayninh:_3,thaibinh:_3,thainguyen:_3,thanhhoa:_3,thanhphohochiminh:_3,thuathienhue:_3,tiengiang:_3,travinh:_3,tuyenquang:_3,vinhlong:_3,vinhphuc:_3,yenbai:_3}],vu:_45,wf:[1,{biz:_4,sch:_4}],ws:[1,{com:_3,edu:_3,gov:_3,net:_3,org:_3,advisor:_7,cloud66:_4,dyndns:_4,mypets:_4}],yt:[1,{org:_4}],"xn--mgbaam7a8h":_3,\u0627\u0645\u0627\u0631\u0627\u062a:_3,"xn--y9a3aq":_3,\u0570\u0561\u0575:_3,"xn--54b7fta0cc":_3,\u09ac\u09be\u0982\u09b2\u09be:_3,"xn--90ae":_3,\u0431\u0433:_3,"xn--mgbcpq6gpa1a":_3,\u0627\u0644\u0628\u062d\u0631\u064a\u0646:_3,"xn--90ais":_3,\u0431\u0435\u043b:_3,"xn--fiqs8s":_3,\u4e2d\u56fd:_3,"xn--fiqz9s":_3,\u4e2d\u570b:_3,"xn--lgbbat1ad8j":_3,\u0627\u0644\u062c\u0632\u0627\u0626\u0631:_3,"xn--wgbh1c":_3,\u0645\u0635\u0631:_3,"xn--e1a4c":_3,\u0435\u044e:_3,"xn--qxa6a":_3,\u03b5\u03c5:_3,"xn--mgbah1a3hjkrd":_3,\u0645\u0648\u0631\u064a\u062a\u0627\u0646\u064a\u0627:_3,"xn--node":_3,\u10d2\u10d4:_3,"xn--qxam":_3,\u03b5\u03bb:_3,"xn--j6w193g":[1,{"xn--gmqw5a":_3,"xn--55qx5d":_3,"xn--mxtq1m":_3,"xn--wcvs22d":_3,"xn--uc0atv":_3,"xn--od0alg":_3}],\u9999\u6e2f:[1,{\u500b\u4eba:_3,\u516c\u53f8:_3,\u653f\u5e9c:_3,\u6559\u80b2:_3,\u7d44\u7e54:_3,\u7db2\u7d61:_3}],"xn--2scrj9c":_3,\u0cad\u0cbe\u0cb0\u0ca4:_3,"xn--3hcrj9c":_3,\u0b2d\u0b3e\u0b30\u0b24:_3,"xn--45br5cyl":_3,\u09ad\u09be\u09f0\u09a4:_3,"xn--h2breg3eve":_3,\u092d\u093e\u0930\u0924\u092e\u094d:_3,"xn--h2brj9c8c":_3,\u092d\u093e\u0930\u094b\u0924:_3,"xn--mgbgu82a":_3,\u0680\u0627\u0631\u062a:_3,"xn--rvc1e0am3e":_3,\u0d2d\u0d3e\u0d30\u0d24\u0d02:_3,"xn--h2brj9c":_3,\u092d\u093e\u0930\u0924:_3,"xn--mgbbh1a":_3,\u0628\u0627\u0631\u062a:_3,"xn--mgbbh1a71e":_3,\u0628\u06be\u0627\u0631\u062a:_3,"xn--fpcrj9c3d":_3,\u0c2d\u0c3e\u0c30\u0c24\u0c4d:_3,"xn--gecrj9c":_3,\u0aad\u0abe\u0ab0\u0aa4:_3,"xn--s9brj9c":_3,\u0a2d\u0a3e\u0a30\u0a24:_3,"xn--45brj9c":_3,\u09ad\u09be\u09b0\u09a4:_3,"xn--xkc2dl3a5ee0h":_3,\u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0bbe:_3,"xn--mgba3a4f16a":_3,\u0627\u06cc\u0631\u0627\u0646:_3,"xn--mgba3a4fra":_3,\u0627\u064a\u0631\u0627\u0646:_3,"xn--mgbtx2b":_3,\u0639\u0631\u0627\u0642:_3,"xn--mgbayh7gpa":_3,\u0627\u0644\u0627\u0631\u062f\u0646:_3,"xn--3e0b707e":_3,\ud55c\uad6d:_3,"xn--80ao21a":_3,\u049b\u0430\u0437:_3,"xn--q7ce6a":_3,\u0ea5\u0eb2\u0ea7:_3,"xn--fzc2c9e2c":_3,\u0dbd\u0d82\u0d9a\u0dcf:_3,"xn--xkc2al3hye2a":_3,\u0b87\u0bb2\u0b99\u0bcd\u0b95\u0bc8:_3,"xn--mgbc0a9azcg":_3,\u0627\u0644\u0645\u063a\u0631\u0628:_3,"xn--d1alf":_3,\u043c\u043a\u0434:_3,"xn--l1acc":_3,\u043c\u043e\u043d:_3,"xn--mix891f":_3,\u6fb3\u9580:_3,"xn--mix082f":_3,\u6fb3\u95e8:_3,"xn--mgbx4cd0ab":_3,\u0645\u0644\u064a\u0633\u064a\u0627:_3,"xn--mgb9awbf":_3,\u0639\u0645\u0627\u0646:_3,"xn--mgbai9azgqp6j":_3,\u067e\u0627\u06a9\u0633\u062a\u0627\u0646:_3,"xn--mgbai9a5eva00b":_3,\u067e\u0627\u0643\u0633\u062a\u0627\u0646:_3,"xn--ygbi2ammx":_3,\u0641\u0644\u0633\u0637\u064a\u0646:_3,"xn--90a3ac":[1,{"xn--80au":_3,"xn--90azh":_3,"xn--d1at":_3,"xn--c1avg":_3,"xn--o1ac":_3,"xn--o1ach":_3}],\u0441\u0440\u0431:[1,{\u0430\u043a:_3,\u043e\u0431\u0440:_3,\u043e\u0434:_3,\u043e\u0440\u0433:_3,\u043f\u0440:_3,\u0443\u043f\u0440:_3}],"xn--p1ai":_3,\u0440\u0444:_3,"xn--wgbl6a":_3,\u0642\u0637\u0631:_3,"xn--mgberp4a5d4ar":_3,\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629:_3,"xn--mgberp4a5d4a87g":_3,\u0627\u0644\u0633\u0639\u0648\u062f\u06cc\u0629:_3,"xn--mgbqly7c0a67fbc":_3,\u0627\u0644\u0633\u0639\u0648\u062f\u06cc\u06c3:_3,"xn--mgbqly7cvafr":_3,\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0647:_3,"xn--mgbpl2fh":_3,\u0633\u0648\u062f\u0627\u0646:_3,"xn--yfro4i67o":_3,\u65b0\u52a0\u5761:_3,"xn--clchc0ea0b2g2a9gcd":_3,\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd:_3,"xn--ogbpf8fl":_3,\u0633\u0648\u0631\u064a\u0629:_3,"xn--mgbtf8fl":_3,\u0633\u0648\u0631\u064a\u0627:_3,"xn--o3cw4h":[1,{"xn--o3cyx2a":_3,"xn--12co0c3b4eva":_3,"xn--m3ch0j3a":_3,"xn--h3cuzk1di":_3,"xn--12c1fe0br":_3,"xn--12cfi8ixb8l":_3}],\u0e44\u0e17\u0e22:[1,{\u0e17\u0e2b\u0e32\u0e23:_3,\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08:_3,\u0e40\u0e19\u0e47\u0e15:_3,\u0e23\u0e31\u0e10\u0e1a\u0e32\u0e25:_3,\u0e28\u0e36\u0e01\u0e29\u0e32:_3,\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23:_3}],"xn--pgbs0dh":_3,\u062a\u0648\u0646\u0633:_3,"xn--kpry57d":_3,\u53f0\u7063:_3,"xn--kprw13d":_3,\u53f0\u6e7e:_3,"xn--nnx388a":_3,\u81fa\u7063:_3,"xn--j1amh":_3,\u0443\u043a\u0440:_3,"xn--mgb2ddes":_3,\u0627\u0644\u064a\u0645\u0646:_3,xxx:_3,ye:_6,za:[0,{ac:_3,agric:_3,alt:_3,co:_3,edu:_3,gov:_3,grondar:_3,law:_3,mil:_3,net:_3,ngo:_3,nic:_3,nis:_3,nom:_3,org:_3,school:_3,tm:_3,web:_3}],zm:[1,{ac:_3,biz:_3,co:_3,com:_3,edu:_3,gov:_3,info:_3,mil:_3,net:_3,org:_3,sch:_3}],zw:[1,{ac:_3,co:_3,gov:_3,mil:_3,org:_3}],aaa:_3,aarp:_3,abb:_3,abbott:_3,abbvie:_3,abc:_3,able:_3,abogado:_3,abudhabi:_3,academy:[1,{official:_4}],accenture:_3,accountant:_3,accountants:_3,aco:_3,actor:_3,ads:_3,adult:_3,aeg:_3,aetna:_3,afl:_3,africa:_3,agakhan:_3,agency:_3,aig:_3,airbus:_3,airforce:_3,airtel:_3,akdn:_3,alibaba:_3,alipay:_3,allfinanz:_3,allstate:_3,ally:_3,alsace:_3,alstom:_3,amazon:_3,americanexpress:_3,americanfamily:_3,amex:_3,amfam:_3,amica:_3,amsterdam:_3,analytics:_3,android:_3,anquan:_3,anz:_3,aol:_3,apartments:_3,app:[1,{adaptable:_4,aiven:_4,beget:_7,brave:_8,clerk:_4,clerkstage:_4,wnext:_4,csb:[2,{preview:_4}],convex:_4,deta:_4,ondigitalocean:_4,easypanel:_4,encr:_4,evervault:_9,expo:[2,{staging:_4}],edgecompute:_4,"on-fleek":_4,flutterflow:_4,e2b:_4,framer:_4,hosted:_7,run:_7,web:_4,hasura:_4,botdash:_4,loginline:_4,lovable:_4,medusajs:_4,messerli:_4,netfy:_4,netlify:_4,ngrok:_4,"ngrok-free":_4,developer:_7,noop:_4,northflank:_7,upsun:_7,replit:_10,nyat:_4,snowflake:[0,{"*":_4,privatelink:_7}],streamlit:_4,storipress:_4,telebit:_4,typedream:_4,vercel:_4,bookonline:_4,wdh:_4,windsurf:_4,zeabur:_4,zerops:_7}],apple:_3,aquarelle:_3,arab:_3,aramco:_3,archi:_3,army:_3,art:_3,arte:_3,asda:_3,associates:_3,athleta:_3,attorney:_3,auction:_3,audi:_3,audible:_3,audio:_3,auspost:_3,author:_3,auto:_3,autos:_3,aws:[1,{sagemaker:[0,{"ap-northeast-1":_14,"ap-northeast-2":_14,"ap-south-1":_14,"ap-southeast-1":_14,"ap-southeast-2":_14,"ca-central-1":_16,"eu-central-1":_14,"eu-west-1":_14,"eu-west-2":_14,"us-east-1":_16,"us-east-2":_16,"us-west-2":_16,"af-south-1":_13,"ap-east-1":_13,"ap-northeast-3":_13,"ap-south-2":_15,"ap-southeast-3":_13,"ap-southeast-4":_15,"ca-west-1":[0,{notebook:_4,"notebook-fips":_4}],"eu-central-2":_13,"eu-north-1":_13,"eu-south-1":_13,"eu-south-2":_13,"eu-west-3":_13,"il-central-1":_13,"me-central-1":_13,"me-south-1":_13,"sa-east-1":_13,"us-gov-east-1":_17,"us-gov-west-1":_17,"us-west-1":[0,{notebook:_4,"notebook-fips":_4,studio:_4}],experiments:_7}],repost:[0,{private:_7}],on:[0,{"ap-northeast-1":_12,"ap-southeast-1":_12,"ap-southeast-2":_12,"eu-central-1":_12,"eu-north-1":_12,"eu-west-1":_12,"us-east-1":_12,"us-east-2":_12,"us-west-2":_12}]}],axa:_3,azure:_3,baby:_3,baidu:_3,banamex:_3,band:_3,bank:_3,bar:_3,barcelona:_3,barclaycard:_3,barclays:_3,barefoot:_3,bargains:_3,baseball:_3,basketball:[1,{aus:_4,nz:_4}],bauhaus:_3,bayern:_3,bbc:_3,bbt:_3,bbva:_3,bcg:_3,bcn:_3,beats:_3,beauty:_3,beer:_3,bentley:_3,berlin:_3,best:_3,bestbuy:_3,bet:_3,bharti:_3,bible:_3,bid:_3,bike:_3,bing:_3,bingo:_3,bio:_3,black:_3,blackfriday:_3,blockbuster:_3,blog:_3,bloomberg:_3,blue:_3,bms:_3,bmw:_3,bnpparibas:_3,boats:_3,boehringer:_3,bofa:_3,bom:_3,bond:_3,boo:_3,book:_3,booking:_3,bosch:_3,bostik:_3,boston:_3,bot:_3,boutique:_3,box:_3,bradesco:_3,bridgestone:_3,broadway:_3,broker:_3,brother:_3,brussels:_3,build:[1,{v0:_4,windsurf:_4}],builders:[1,{cloudsite:_4}],business:_19,buy:_3,buzz:_3,bzh:_3,cab:_3,cafe:_3,cal:_3,call:_3,calvinklein:_3,cam:_3,camera:_3,camp:[1,{emf:[0,{at:_4}]}],canon:_3,capetown:_3,capital:_3,capitalone:_3,car:_3,caravan:_3,cards:_3,care:_3,career:_3,careers:_3,cars:_3,casa:[1,{nabu:[0,{ui:_4}]}],case:_3,cash:_3,casino:_3,catering:_3,catholic:_3,cba:_3,cbn:_3,cbre:_3,center:_3,ceo:_3,cern:_3,cfa:_3,cfd:_3,chanel:_3,channel:_3,charity:_3,chase:_3,chat:_3,cheap:_3,chintai:_3,christmas:_3,chrome:_3,church:_3,cipriani:_3,circle:_3,cisco:_3,citadel:_3,citi:_3,citic:_3,city:_3,claims:_3,cleaning:_3,click:_3,clinic:_3,clinique:_3,clothing:_3,cloud:[1,{convex:_4,elementor:_4,encoway:[0,{eu:_4}],statics:_7,ravendb:_4,axarnet:[0,{"es-1":_4}],diadem:_4,jelastic:[0,{vip:_4}],jele:_4,"jenv-aruba":[0,{aruba:[0,{eur:[0,{it1:_4}]}],it1:_4}],keliweb:[2,{cs:_4}],oxa:[2,{tn:_4,uk:_4}],primetel:[2,{uk:_4}],reclaim:[0,{ca:_4,uk:_4,us:_4}],trendhosting:[0,{ch:_4,de:_4}],jotelulu:_4,kuleuven:_4,laravel:_4,linkyard:_4,magentosite:_7,matlab:_4,observablehq:_4,perspecta:_4,vapor:_4,"on-rancher":_7,scw:[0,{baremetal:[0,{"fr-par-1":_4,"fr-par-2":_4,"nl-ams-1":_4}],"fr-par":[0,{cockpit:_4,fnc:[2,{functions:_4}],k8s:_21,s3:_4,"s3-website":_4,whm:_4}],instances:[0,{priv:_4,pub:_4}],k8s:_4,"nl-ams":[0,{cockpit:_4,k8s:_21,s3:_4,"s3-website":_4,whm:_4}],"pl-waw":[0,{cockpit:_4,k8s:_21,s3:_4,"s3-website":_4}],scalebook:_4,smartlabeling:_4}],servebolt:_4,onstackit:[0,{runs:_4}],trafficplex:_4,"unison-services":_4,urown:_4,voorloper:_4,zap:_4}],club:[1,{cloudns:_4,jele:_4,barsy:_4}],clubmed:_3,coach:_3,codes:[1,{owo:_7}],coffee:_3,college:_3,cologne:_3,commbank:_3,community:[1,{nog:_4,ravendb:_4,myforum:_4}],company:_3,compare:_3,computer:_3,comsec:_3,condos:_3,construction:_3,consulting:_3,contact:_3,contractors:_3,cooking:_3,cool:[1,{elementor:_4,de:_4}],corsica:_3,country:_3,coupon:_3,coupons:_3,courses:_3,cpa:_3,credit:_3,creditcard:_3,creditunion:_3,cricket:_3,crown:_3,crs:_3,cruise:_3,cruises:_3,cuisinella:_3,cymru:_3,cyou:_3,dad:_3,dance:_3,data:_3,date:_3,dating:_3,datsun:_3,day:_3,dclk:_3,dds:_3,deal:_3,dealer:_3,deals:_3,degree:_3,delivery:_3,dell:_3,deloitte:_3,delta:_3,democrat:_3,dental:_3,dentist:_3,desi:_3,design:[1,{graphic:_4,bss:_4}],dev:[1,{"12chars":_4,myaddr:_4,panel:_4,lcl:_7,lclstage:_7,stg:_7,stgstage:_7,pages:_4,r2:_4,workers:_4,deno:_4,"deno-staging":_4,deta:_4,evervault:_9,fly:_4,githubpreview:_4,gateway:_7,hrsn:[2,{psl:[0,{sub:_4,wc:[0,{"*":_4,sub:_7}]}]}],botdash:_4,inbrowser:_7,"is-a-good":_4,"is-a":_4,iserv:_4,runcontainers:_4,localcert:[0,{user:_7}],loginline:_4,barsy:_4,mediatech:_4,modx:_4,ngrok:_4,"ngrok-free":_4,"is-a-fullstack":_4,"is-cool":_4,"is-not-a":_4,localplayer:_4,xmit:_4,"platter-app":_4,replit:[2,{archer:_4,bones:_4,canary:_4,global:_4,hacker:_4,id:_4,janeway:_4,kim:_4,kira:_4,kirk:_4,odo:_4,paris:_4,picard:_4,pike:_4,prerelease:_4,reed:_4,riker:_4,sisko:_4,spock:_4,staging:_4,sulu:_4,tarpit:_4,teams:_4,tucker:_4,wesley:_4,worf:_4}],crm:[0,{d:_7,w:_7,wa:_7,wb:_7,wc:_7,wd:_7,we:_7,wf:_7}],vercel:_4,webhare:_7}],dhl:_3,diamonds:_3,diet:_3,digital:[1,{cloudapps:[2,{london:_4}]}],direct:[1,{libp2p:_4}],directory:_3,discount:_3,discover:_3,dish:_3,diy:_3,dnp:_3,docs:_3,doctor:_3,dog:_3,domains:_3,dot:_3,download:_3,drive:_3,dtv:_3,dubai:_3,dunlop:_3,dupont:_3,durban:_3,dvag:_3,dvr:_3,earth:_3,eat:_3,eco:_3,edeka:_3,education:_19,email:[1,{crisp:[0,{on:_4}],tawk:_49,tawkto:_49}],emerck:_3,energy:_3,engineer:_3,engineering:_3,enterprises:_3,epson:_3,equipment:_3,ericsson:_3,erni:_3,esq:_3,estate:[1,{compute:_7}],eurovision:_3,eus:[1,{party:_50}],events:[1,{koobin:_4,co:_4}],exchange:_3,expert:_3,exposed:_3,express:_3,extraspace:_3,fage:_3,fail:_3,fairwinds:_3,faith:_3,family:_3,fan:_3,fans:_3,farm:[1,{storj:_4}],farmers:_3,fashion:_3,fast:_3,fedex:_3,feedback:_3,ferrari:_3,ferrero:_3,fidelity:_3,fido:_3,film:_3,final:_3,finance:_3,financial:_19,fire:_3,firestone:_3,firmdale:_3,fish:_3,fishing:_3,fit:_3,fitness:_3,flickr:_3,flights:_3,flir:_3,florist:_3,flowers:_3,fly:_3,foo:_3,food:_3,football:_3,ford:_3,forex:_3,forsale:_3,forum:_3,foundation:_3,fox:_3,free:_3,fresenius:_3,frl:_3,frogans:_3,frontier:_3,ftr:_3,fujitsu:_3,fun:_3,fund:_3,furniture:_3,futbol:_3,fyi:_3,gal:_3,gallery:_3,gallo:_3,gallup:_3,game:_3,games:[1,{pley:_4,sheezy:_4}],gap:_3,garden:_3,gay:[1,{pages:_4}],gbiz:_3,gdn:[1,{cnpy:_4}],gea:_3,gent:_3,genting:_3,george:_3,ggee:_3,gift:_3,gifts:_3,gives:_3,giving:_3,glass:_3,gle:_3,global:[1,{appwrite:_4}],globo:_3,gmail:_3,gmbh:_3,gmo:_3,gmx:_3,godaddy:_3,gold:_3,goldpoint:_3,golf:_3,goo:_3,goodyear:_3,goog:[1,{cloud:_4,translate:_4,usercontent:_7}],google:_3,gop:_3,got:_3,grainger:_3,graphics:_3,gratis:_3,green:_3,gripe:_3,grocery:_3,group:[1,{discourse:_4}],gucci:_3,guge:_3,guide:_3,guitars:_3,guru:_3,hair:_3,hamburg:_3,hangout:_3,haus:_3,hbo:_3,hdfc:_3,hdfcbank:_3,health:[1,{hra:_4}],healthcare:_3,help:_3,helsinki:_3,here:_3,hermes:_3,hiphop:_3,hisamitsu:_3,hitachi:_3,hiv:_3,hkt:_3,hockey:_3,holdings:_3,holiday:_3,homedepot:_3,homegoods:_3,homes:_3,homesense:_3,honda:_3,horse:_3,hospital:_3,host:[1,{cloudaccess:_4,freesite:_4,easypanel:_4,fastvps:_4,myfast:_4,tempurl:_4,wpmudev:_4,jele:_4,mircloud:_4,wp2:_4,half:_4}],hosting:[1,{opencraft:_4}],hot:_3,hotels:_3,hotmail:_3,house:_3,how:_3,hsbc:_3,hughes:_3,hyatt:_3,hyundai:_3,ibm:_3,icbc:_3,ice:_3,icu:_3,ieee:_3,ifm:_3,ikano:_3,imamat:_3,imdb:_3,immo:_3,immobilien:_3,inc:_3,industries:_3,infiniti:_3,ing:_3,ink:_3,institute:_3,insurance:_3,insure:_3,international:_3,intuit:_3,investments:_3,ipiranga:_3,irish:_3,ismaili:_3,ist:_3,istanbul:_3,itau:_3,itv:_3,jaguar:_3,java:_3,jcb:_3,jeep:_3,jetzt:_3,jewelry:_3,jio:_3,jll:_3,jmp:_3,jnj:_3,joburg:_3,jot:_3,joy:_3,jpmorgan:_3,jprs:_3,juegos:_3,juniper:_3,kaufen:_3,kddi:_3,kerryhotels:_3,kerryproperties:_3,kfh:_3,kia:_3,kids:_3,kim:_3,kindle:_3,kitchen:_3,kiwi:_3,koeln:_3,komatsu:_3,kosher:_3,kpmg:_3,kpn:_3,krd:[1,{co:_4,edu:_4}],kred:_3,kuokgroup:_3,kyoto:_3,lacaixa:_3,lamborghini:_3,lamer:_3,lancaster:_3,land:_3,landrover:_3,lanxess:_3,lasalle:_3,lat:_3,latino:_3,latrobe:_3,law:_3,lawyer:_3,lds:_3,lease:_3,leclerc:_3,lefrak:_3,legal:_3,lego:_3,lexus:_3,lgbt:_3,lidl:_3,life:_3,lifeinsurance:_3,lifestyle:_3,lighting:_3,like:_3,lilly:_3,limited:_3,limo:_3,lincoln:_3,link:[1,{myfritz:_4,cyon:_4,dweb:_7,inbrowser:_7,nftstorage:_57,mypep:_4,storacha:_57,w3s:_57}],live:[1,{aem:_4,hlx:_4,ewp:_7}],living:_3,llc:_3,llp:_3,loan:_3,loans:_3,locker:_3,locus:_3,lol:[1,{omg:_4}],london:_3,lotte:_3,lotto:_3,love:_3,lpl:_3,lplfinancial:_3,ltd:_3,ltda:_3,lundbeck:_3,luxe:_3,luxury:_3,madrid:_3,maif:_3,maison:_3,makeup:_3,man:_3,management:_3,mango:_3,map:_3,market:_3,marketing:_3,markets:_3,marriott:_3,marshalls:_3,mattel:_3,mba:_3,mckinsey:_3,med:_3,media:_58,meet:_3,melbourne:_3,meme:_3,memorial:_3,men:_3,menu:[1,{barsy:_4,barsyonline:_4}],merck:_3,merckmsd:_3,miami:_3,microsoft:_3,mini:_3,mint:_3,mit:_3,mitsubishi:_3,mlb:_3,mls:_3,mma:_3,mobile:_3,moda:_3,moe:_3,moi:_3,mom:[1,{ind:_4}],monash:_3,money:_3,monster:_3,mormon:_3,mortgage:_3,moscow:_3,moto:_3,motorcycles:_3,mov:_3,movie:_3,msd:_3,mtn:_3,mtr:_3,music:_3,nab:_3,nagoya:_3,navy:_3,nba:_3,nec:_3,netbank:_3,netflix:_3,network:[1,{alces:_7,co:_4,arvo:_4,azimuth:_4,tlon:_4}],neustar:_3,new:_3,news:[1,{noticeable:_4}],next:_3,nextdirect:_3,nexus:_3,nfl:_3,ngo:_3,nhk:_3,nico:_3,nike:_3,nikon:_3,ninja:_3,nissan:_3,nissay:_3,nokia:_3,norton:_3,now:_3,nowruz:_3,nowtv:_3,nra:_3,nrw:_3,ntt:_3,nyc:_3,obi:_3,observer:_3,office:_3,okinawa:_3,olayan:_3,olayangroup:_3,ollo:_3,omega:_3,one:[1,{kin:_7,service:_4}],ong:[1,{obl:_4}],onl:_3,online:[1,{eero:_4,"eero-stage":_4,websitebuilder:_4,barsy:_4}],ooo:_3,open:_3,oracle:_3,orange:[1,{tech:_4}],organic:_3,origins:_3,osaka:_3,otsuka:_3,ott:_3,ovh:[1,{nerdpol:_4}],page:[1,{aem:_4,hlx:_4,hlx3:_4,translated:_4,codeberg:_4,heyflow:_4,prvcy:_4,rocky:_4,pdns:_4,plesk:_4}],panasonic:_3,paris:_3,pars:_3,partners:_3,parts:_3,party:_3,pay:_3,pccw:_3,pet:_3,pfizer:_3,pharmacy:_3,phd:_3,philips:_3,phone:_3,photo:_3,photography:_3,photos:_58,physio:_3,pics:_3,pictet:_3,pictures:[1,{1337:_4}],pid:_3,pin:_3,ping:_3,pink:_3,pioneer:_3,pizza:[1,{ngrok:_4}],place:_19,play:_3,playstation:_3,plumbing:_3,plus:_3,pnc:_3,pohl:_3,poker:_3,politie:_3,porn:_3,pramerica:_3,praxi:_3,press:_3,prime:_3,prod:_3,productions:_3,prof:_3,progressive:_3,promo:_3,properties:_3,property:_3,protection:_3,pru:_3,prudential:_3,pub:[1,{id:_7,kin:_7,barsy:_4}],pwc:_3,qpon:_3,quebec:_3,quest:_3,racing:_3,radio:_3,read:_3,realestate:_3,realtor:_3,realty:_3,recipes:_3,red:_3,redstone:_3,redumbrella:_3,rehab:_3,reise:_3,reisen:_3,reit:_3,reliance:_3,ren:_3,rent:_3,rentals:_3,repair:_3,report:_3,republican:_3,rest:_3,restaurant:_3,review:_3,reviews:_3,rexroth:_3,rich:_3,richardli:_3,ricoh:_3,ril:_3,rio:_3,rip:[1,{clan:_4}],rocks:[1,{myddns:_4,stackit:_4,"lima-city":_4,webspace:_4}],rodeo:_3,rogers:_3,room:_3,rsvp:_3,rugby:_3,ruhr:_3,run:[1,{appwrite:_7,development:_4,ravendb:_4,liara:[2,{iran:_4}],servers:_4,build:_7,code:_7,database:_7,migration:_7,onporter:_4,repl:_4,stackit:_4,val:[0,{express:_4,web:_4}],wix:_4}],rwe:_3,ryukyu:_3,saarland:_3,safe:_3,safety:_3,sakura:_3,sale:_3,salon:_3,samsclub:_3,samsung:_3,sandvik:_3,sandvikcoromant:_3,sanofi:_3,sap:_3,sarl:_3,sas:_3,save:_3,saxo:_3,sbi:_3,sbs:_3,scb:_3,schaeffler:_3,schmidt:_3,scholarships:_3,school:_3,schule:_3,schwarz:_3,science:_3,scot:[1,{gov:[2,{service:_4}]}],search:_3,seat:_3,secure:_3,security:_3,seek:_3,select:_3,sener:_3,services:[1,{loginline:_4}],seven:_3,sew:_3,sex:_3,sexy:_3,sfr:_3,shangrila:_3,sharp:_3,shell:_3,shia:_3,shiksha:_3,shoes:_3,shop:[1,{base:_4,hoplix:_4,barsy:_4,barsyonline:_4,shopware:_4}],shopping:_3,shouji:_3,show:_3,silk:_3,sina:_3,singles:_3,site:[1,{square:_4,canva:_22,cloudera:_7,convex:_4,cyon:_4,fastvps:_4,figma:_4,heyflow:_4,jele:_4,jouwweb:_4,loginline:_4,barsy:_4,notion:_4,omniwe:_4,opensocial:_4,madethis:_4,platformsh:_7,tst:_7,byen:_4,srht:_4,novecore:_4,cpanel:_4,wpsquared:_4}],ski:_3,skin:_3,sky:_3,skype:_3,sling:_3,smart:_3,smile:_3,sncf:_3,soccer:_3,social:_3,softbank:_3,software:_3,sohu:_3,solar:_3,solutions:_3,song:_3,sony:_3,soy:_3,spa:_3,space:[1,{myfast:_4,heiyu:_4,hf:[2,{static:_4}],"app-ionos":_4,project:_4,uber:_4,xs4all:_4}],sport:_3,spot:_3,srl:_3,stada:_3,staples:_3,star:_3,statebank:_3,statefarm:_3,stc:_3,stcgroup:_3,stockholm:_3,storage:_3,store:[1,{barsy:_4,sellfy:_4,shopware:_4,storebase:_4}],stream:_3,studio:_3,study:_3,style:_3,sucks:_3,supplies:_3,supply:_3,support:[1,{barsy:_4}],surf:_3,surgery:_3,suzuki:_3,swatch:_3,swiss:_3,sydney:_3,systems:[1,{knightpoint:_4}],tab:_3,taipei:_3,talk:_3,taobao:_3,target:_3,tatamotors:_3,tatar:_3,tattoo:_3,tax:_3,taxi:_3,tci:_3,tdk:_3,team:[1,{discourse:_4,jelastic:_4}],tech:[1,{cleverapps:_4}],technology:_19,temasek:_3,tennis:_3,teva:_3,thd:_3,theater:_3,theatre:_3,tiaa:_3,tickets:_3,tienda:_3,tips:_3,tires:_3,tirol:_3,tjmaxx:_3,tjx:_3,tkmaxx:_3,tmall:_3,today:[1,{prequalifyme:_4}],tokyo:_3,tools:[1,{addr:_47,myaddr:_4}],top:[1,{ntdll:_4,wadl:_7}],toray:_3,toshiba:_3,total:_3,tours:_3,town:_3,toyota:_3,toys:_3,trade:_3,trading:_3,training:_3,travel:_3,travelers:_3,travelersinsurance:_3,trust:_3,trv:_3,tube:_3,tui:_3,tunes:_3,tushu:_3,tvs:_3,ubank:_3,ubs:_3,unicom:_3,university:_3,uno:_3,uol:_3,ups:_3,vacations:_3,vana:_3,vanguard:_3,vegas:_3,ventures:_3,verisign:_3,versicherung:_3,vet:_3,viajes:_3,video:_3,vig:_3,viking:_3,villas:_3,vin:_3,vip:_3,virgin:_3,visa:_3,vision:_3,viva:_3,vivo:_3,vlaanderen:_3,vodka:_3,volvo:_3,vote:_3,voting:_3,voto:_3,voyage:_3,wales:_3,walmart:_3,walter:_3,wang:_3,wanggou:_3,watch:_3,watches:_3,weather:_3,weatherchannel:_3,webcam:_3,weber:_3,website:_58,wed:_3,wedding:_3,weibo:_3,weir:_3,whoswho:_3,wien:_3,wiki:_58,williamhill:_3,win:_3,windows:_3,wine:_3,winners:_3,wme:_3,wolterskluwer:_3,woodside:_3,work:_3,works:_3,world:_3,wow:_3,wtc:_3,wtf:_3,xbox:_3,xerox:_3,xihuan:_3,xin:_3,"xn--11b4c3d":_3,\u0915\u0949\u092e:_3,"xn--1ck2e1b":_3,\u30bb\u30fc\u30eb:_3,"xn--1qqw23a":_3,\u4f5b\u5c71:_3,"xn--30rr7y":_3,\u6148\u5584:_3,"xn--3bst00m":_3,\u96c6\u56e2:_3,"xn--3ds443g":_3,\u5728\u7ebf:_3,"xn--3pxu8k":_3,\u70b9\u770b:_3,"xn--42c2d9a":_3,\u0e04\u0e2d\u0e21:_3,"xn--45q11c":_3,\u516b\u5366:_3,"xn--4gbrim":_3,\u0645\u0648\u0642\u0639:_3,"xn--55qw42g":_3,\u516c\u76ca:_3,"xn--55qx5d":_3,\u516c\u53f8:_3,"xn--5su34j936bgsg":_3,\u9999\u683c\u91cc\u62c9:_3,"xn--5tzm5g":_3,\u7f51\u7ad9:_3,"xn--6frz82g":_3,\u79fb\u52a8:_3,"xn--6qq986b3xl":_3,\u6211\u7231\u4f60:_3,"xn--80adxhks":_3,\u043c\u043e\u0441\u043a\u0432\u0430:_3,"xn--80aqecdr1a":_3,\u043a\u0430\u0442\u043e\u043b\u0438\u043a:_3,"xn--80asehdb":_3,\u043e\u043d\u043b\u0430\u0439\u043d:_3,"xn--80aswg":_3,\u0441\u0430\u0439\u0442:_3,"xn--8y0a063a":_3,\u8054\u901a:_3,"xn--9dbq2a":_3,\u05e7\u05d5\u05dd:_3,"xn--9et52u":_3,\u65f6\u5c1a:_3,"xn--9krt00a":_3,\u5fae\u535a:_3,"xn--b4w605ferd":_3,\u6de1\u9a6c\u9521:_3,"xn--bck1b9a5dre4c":_3,\u30d5\u30a1\u30c3\u30b7\u30e7\u30f3:_3,"xn--c1avg":_3,\u043e\u0440\u0433:_3,"xn--c2br7g":_3,\u0928\u0947\u091f:_3,"xn--cck2b3b":_3,\u30b9\u30c8\u30a2:_3,"xn--cckwcxetd":_3,\u30a2\u30de\u30be\u30f3:_3,"xn--cg4bki":_3,\uc0bc\uc131:_3,"xn--czr694b":_3,\u5546\u6807:_3,"xn--czrs0t":_3,\u5546\u5e97:_3,"xn--czru2d":_3,\u5546\u57ce:_3,"xn--d1acj3b":_3,\u0434\u0435\u0442\u0438:_3,"xn--eckvdtc9d":_3,\u30dd\u30a4\u30f3\u30c8:_3,"xn--efvy88h":_3,\u65b0\u95fb:_3,"xn--fct429k":_3,\u5bb6\u96fb:_3,"xn--fhbei":_3,\u0643\u0648\u0645:_3,"xn--fiq228c5hs":_3,\u4e2d\u6587\u7f51:_3,"xn--fiq64b":_3,\u4e2d\u4fe1:_3,"xn--fjq720a":_3,\u5a31\u4e50:_3,"xn--flw351e":_3,\u8c37\u6b4c:_3,"xn--fzys8d69uvgm":_3,\u96fb\u8a0a\u76c8\u79d1:_3,"xn--g2xx48c":_3,\u8d2d\u7269:_3,"xn--gckr3f0f":_3,\u30af\u30e9\u30a6\u30c9:_3,"xn--gk3at1e":_3,\u901a\u8ca9:_3,"xn--hxt814e":_3,\u7f51\u5e97:_3,"xn--i1b6b1a6a2e":_3,\u0938\u0902\u0917\u0920\u0928:_3,"xn--imr513n":_3,\u9910\u5385:_3,"xn--io0a7i":_3,\u7f51\u7edc:_3,"xn--j1aef":_3,\u043a\u043e\u043c:_3,"xn--jlq480n2rg":_3,\u4e9a\u9a6c\u900a:_3,"xn--jvr189m":_3,\u98df\u54c1:_3,"xn--kcrx77d1x4a":_3,\u98de\u5229\u6d66:_3,"xn--kput3i":_3,\u624b\u673a:_3,"xn--mgba3a3ejt":_3,\u0627\u0631\u0627\u0645\u0643\u0648:_3,"xn--mgba7c0bbn0a":_3,\u0627\u0644\u0639\u0644\u064a\u0627\u0646:_3,"xn--mgbab2bd":_3,\u0628\u0627\u0632\u0627\u0631:_3,"xn--mgbca7dzdo":_3,\u0627\u0628\u0648\u0638\u0628\u064a:_3,"xn--mgbi4ecexp":_3,\u0643\u0627\u062b\u0648\u0644\u064a\u0643:_3,"xn--mgbt3dhd":_3,\u0647\u0645\u0631\u0627\u0647:_3,"xn--mk1bu44c":_3,\ub2f7\ucef4:_3,"xn--mxtq1m":_3,\u653f\u5e9c:_3,"xn--ngbc5azd":_3,\u0634\u0628\u0643\u0629:_3,"xn--ngbe9e0a":_3,\u0628\u064a\u062a\u0643:_3,"xn--ngbrx":_3,\u0639\u0631\u0628:_3,"xn--nqv7f":_3,\u673a\u6784:_3,"xn--nqv7fs00ema":_3,\u7ec4\u7ec7\u673a\u6784:_3,"xn--nyqy26a":_3,\u5065\u5eb7:_3,"xn--otu796d":_3,\u62db\u8058:_3,"xn--p1acf":[1,{"xn--90amc":_4,"xn--j1aef":_4,"xn--j1ael8b":_4,"xn--h1ahn":_4,"xn--j1adp":_4,"xn--c1avg":_4,"xn--80aaa0cvac":_4,"xn--h1aliz":_4,"xn--90a1af":_4,"xn--41a":_4}],\u0440\u0443\u0441:[1,{\u0431\u0438\u0437:_4,\u043a\u043e\u043c:_4,\u043a\u0440\u044b\u043c:_4,\u043c\u0438\u0440:_4,\u043c\u0441\u043a:_4,\u043e\u0440\u0433:_4,\u0441\u0430\u043c\u0430\u0440\u0430:_4,\u0441\u043e\u0447\u0438:_4,\u0441\u043f\u0431:_4,\u044f:_4}],"xn--pssy2u":_3,\u5927\u62ff:_3,"xn--q9jyb4c":_3,\u307f\u3093\u306a:_3,"xn--qcka1pmc":_3,\u30b0\u30fc\u30b0\u30eb:_3,"xn--rhqv96g":_3,\u4e16\u754c:_3,"xn--rovu88b":_3,\u66f8\u7c4d:_3,"xn--ses554g":_3,\u7f51\u5740:_3,"xn--t60b56a":_3,\ub2f7\ub137:_3,"xn--tckwe":_3,\u30b3\u30e0:_3,"xn--tiq49xqyj":_3,\u5929\u4e3b\u6559:_3,"xn--unup4y":_3,\u6e38\u620f:_3,"xn--vermgensberater-ctb":_3,verm\u00f6gensberater:_3,"xn--vermgensberatung-pwb":_3,verm\u00f6gensberatung:_3,"xn--vhquv":_3,\u4f01\u4e1a:_3,"xn--vuq861b":_3,\u4fe1\u606f:_3,"xn--w4r85el8fhu5dnra":_3,\u5609\u91cc\u5927\u9152\u5e97:_3,"xn--w4rs40l":_3,\u5609\u91cc:_3,"xn--xhq521b":_3,\u5e7f\u4e1c:_3,"xn--zfr164b":_3,\u653f\u52a1:_3,xyz:[1,{botdash:_4,telebit:_7}],yachts:_3,yahoo:_3,yamaxun:_3,yandex:_3,yodobashi:_3,yoga:_3,yokohama:_3,you:_3,youtube:_3,yun:_3,zappos:_3,zara:_3,zero:_3,zip:_3,zone:[1,{cloud66:_4,triton:_7,stackit:_4,lima:_4}],zuerich:_3}]}();function lookupInTrie(parts,trie,index,allowedMask){ |
| /*ThouShaltNotCache*/ |
| let result=null,node=trie;for(;void 0!==node&&(0!==(node[0]&allowedMask)&&(result={index:index+1,isIcann:1===node[0],isPrivate:2===node[0]}),-1!==index);){const succ=node[1];node=Object.prototype.hasOwnProperty.call(succ,parts[index])?succ[parts[index]]:succ["*"],index-=1}return result}function suffixLookup(hostname,options,out){ |
| /*ThouShaltNotCache*/ |
| var _a;if(function(hostname,options,out){ |
| /*ThouShaltNotCache*/ |
| if(!options.allowPrivateDomains&&hostname.length>3){const last=hostname.length-1,c3=hostname.charCodeAt(last),c2=hostname.charCodeAt(last-1),c1=hostname.charCodeAt(last-2),c0=hostname.charCodeAt(last-3);if(109===c3&&111===c2&&99===c1&&46===c0)return out.isIcann=!0,out.isPrivate=!1,out.publicSuffix="com",!0;if(103===c3&&114===c2&&111===c1&&46===c0)return out.isIcann=!0,out.isPrivate=!1,out.publicSuffix="org",!0;if(117===c3&&100===c2&&101===c1&&46===c0)return out.isIcann=!0,out.isPrivate=!1,out.publicSuffix="edu",!0;if(118===c3&&111===c2&&103===c1&&46===c0)return out.isIcann=!0,out.isPrivate=!1,out.publicSuffix="gov",!0;if(116===c3&&101===c2&&110===c1&&46===c0)return out.isIcann=!0,out.isPrivate=!1,out.publicSuffix="net",!0;if(101===c3&&100===c2&&46===c1)return out.isIcann=!0,out.isPrivate=!1,out.publicSuffix="de",!0}return!1}(hostname,options,out))return;const hostnameParts=hostname.split("."),allowedMask=(options.allowPrivateDomains?2:0)|(options.allowIcannDomains?1:0),exceptionMatch=lookupInTrie(hostnameParts,exceptions,hostnameParts.length-1,allowedMask);if(null!==exceptionMatch)return out.isIcann=exceptionMatch.isIcann,out.isPrivate=exceptionMatch.isPrivate,void(out.publicSuffix=hostnameParts.slice(exceptionMatch.index+1).join("."));const rulesMatch=lookupInTrie(hostnameParts,rules,hostnameParts.length-1,allowedMask);if(null!==rulesMatch)return out.isIcann=rulesMatch.isIcann,out.isPrivate=rulesMatch.isPrivate,void(out.publicSuffix=hostnameParts.slice(rulesMatch.index).join("."));out.isIcann=!1,out.isPrivate=!1,out.publicSuffix=null!==(_a=hostnameParts[hostnameParts.length-1])&&void 0!==_a?_a:null}const RESULT={domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null};function parse(url,options={}){ |
| /*ThouShaltNotCache*/ |
| return parseImpl(url,5,suffixLookup,options,{domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null})}function getHostname(url,options={}){var result; |
| /*ThouShaltNotCache*/ |
| /*ThouShaltNotCache*/ |
| return(result=RESULT).domain=null,result.domainWithoutSuffix=null,result.hostname=null,result.isIcann=null,result.isIp=null,result.isPrivate=null,result.publicSuffix=null,result.subdomain=null,parseImpl(url,0,suffixLookup,options,RESULT).hostname}function getPublicSuffix(url,options={}){var result; |
| /*ThouShaltNotCache*/ |
| return(result=RESULT).domain=null,result.domainWithoutSuffix=null,result.hostname=null,result.isIcann=null,result.isIp=null,result.isPrivate=null,result.publicSuffix=null,result.subdomain=null,parseImpl(url,2,suffixLookup,options,RESULT).publicSuffix}function es6_getDomain(url,options={}){var result; |
| /*ThouShaltNotCache*/ |
| return(result=RESULT).domain=null,result.domainWithoutSuffix=null,result.hostname=null,result.isIcann=null,result.isIp=null,result.isPrivate=null,result.publicSuffix=null,result.subdomain=null,parseImpl(url,3,suffixLookup,options,RESULT).domain}function es6_getSubdomain(url,options={}){var result; |
| /*ThouShaltNotCache*/ |
| return(result=RESULT).domain=null,result.domainWithoutSuffix=null,result.hostname=null,result.isIcann=null,result.isIp=null,result.isPrivate=null,result.publicSuffix=null,result.subdomain=null,parseImpl(url,4,suffixLookup,options,RESULT).subdomain}function es6_getDomainWithoutSuffix(url,options={}){var result; |
| /*ThouShaltNotCache*/ |
| return(result=RESULT).domain=null,result.domainWithoutSuffix=null,result.hostname=null,result.isIcann=null,result.isIp=null,result.isPrivate=null,result.publicSuffix=null,result.subdomain=null,parseImpl(url,5,suffixLookup,options,RESULT).domainWithoutSuffix}},58157:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,parseInteger_helpers_strings=__webpack_require__(8337).parseInteger,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLPreElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLPreElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLPreElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLPreElement",new.target)}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLPreElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null!==value&&(value=parseInteger_helpers_strings(value),null!==value&&conversions.long(value)===value)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLPreElement.");V=conversions.long(V,{context:"Failed to set the 'width' property on 'HTMLPreElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",String(V))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLPreElement.prototype,{width:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLPreElement",configurable:!0}}),ctorRegistry.HTMLPreElement=HTMLPreElement,Object.defineProperty(globalObject,"HTMLPreElement",{configurable:!0,writable:!0,value:HTMLPreElement})};const Impl=__webpack_require__(74880)},58249:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Preprocessor=void 0;const unicode_js_1=__webpack_require__(49489),error_codes_js_1=__webpack_require__(96179);exports.Preprocessor=class{constructor(handler){ |
| /*ThouShaltNotCache*/ |
| this.handler=handler,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){ |
| /*ThouShaltNotCache*/ |
| return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){ |
| /*ThouShaltNotCache*/ |
| return this.droppedBufferSize+this.pos}getError(code,cpOffset){ |
| /*ThouShaltNotCache*/ |
| const{line,col,offset}=this,startCol=col+cpOffset,startOffset=offset+cpOffset;return{code,startLine:line,endLine:line,startCol,endCol:startCol,startOffset,endOffset:startOffset}}_err(code){ |
| /*ThouShaltNotCache*/ |
| this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(code,0)))}_addGap(){ |
| /*ThouShaltNotCache*/ |
| this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(cp){ |
| /*ThouShaltNotCache*/ |
| if(this.pos!==this.html.length-1){const nextCp=this.html.charCodeAt(this.pos+1);if((0,unicode_js_1.isSurrogatePair)(nextCp))return this.pos++,this._addGap(),(0,unicode_js_1.getSurrogatePairCodePoint)(cp,nextCp)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,unicode_js_1.CODE_POINTS.EOF;return this._err(error_codes_js_1.ERR.surrogateInInputStream),cp}willDropParsedChunk(){ |
| /*ThouShaltNotCache*/ |
| return this.pos>this.bufferWaterline}dropParsedChunk(){ |
| /*ThouShaltNotCache*/ |
| this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(chunk,isLastChunk){ |
| /*ThouShaltNotCache*/ |
| this.html.length>0?this.html+=chunk:this.html=chunk,this.endOfChunkHit=!1,this.lastChunkWritten=isLastChunk}insertHtmlAtCurrentPos(chunk){ |
| /*ThouShaltNotCache*/ |
| this.html=this.html.substring(0,this.pos+1)+chunk+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(pattern,caseSensitive){ |
| /*ThouShaltNotCache*/ |
| if(this.pos+pattern.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(caseSensitive)return this.html.startsWith(pattern,this.pos);for(let i=0;i<pattern.length;i++){if((32|this.html.charCodeAt(this.pos+i))!==pattern.charCodeAt(i))return!1}return!0}peek(offset){ |
| /*ThouShaltNotCache*/ |
| const pos=this.pos+offset;if(pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,unicode_js_1.CODE_POINTS.EOF;const code=this.html.charCodeAt(pos);return code===unicode_js_1.CODE_POINTS.CARRIAGE_RETURN?unicode_js_1.CODE_POINTS.LINE_FEED:code}advance(){if( |
| /*ThouShaltNotCache*/ |
| this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,unicode_js_1.CODE_POINTS.EOF;let cp=this.html.charCodeAt(this.pos);if(cp===unicode_js_1.CODE_POINTS.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,unicode_js_1.CODE_POINTS.LINE_FEED;if(cp===unicode_js_1.CODE_POINTS.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,(0,unicode_js_1.isSurrogate)(cp)&&(cp=this._processSurrogate(cp));return null===this.handler.onParseError||cp>31&&cp<127||cp===unicode_js_1.CODE_POINTS.LINE_FEED||cp===unicode_js_1.CODE_POINTS.CARRIAGE_RETURN||cp>159&&cp<64976||this._checkForProblematicCharacters(cp),cp}_checkForProblematicCharacters(cp){ |
| /*ThouShaltNotCache*/ |
| (0,unicode_js_1.isControlCodePoint)(cp)?this._err(error_codes_js_1.ERR.controlCharacterInInputStream):(0,unicode_js_1.isUndefinedCodePoint)(cp)&&this._err(error_codes_js_1.ERR.noncharacterInInputStream)}retreat(count){for( |
| /*ThouShaltNotCache*/ |
| this.pos-=count;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}},58428:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),StaticRangeInit=__webpack_require__(94546),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,AbstractRange=__webpack_require__(47791);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].StaticRange.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'StaticRange'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| AbstractRange._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class StaticRange extends globalObject.AbstractRange{constructor(init){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'StaticRange': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=StaticRangeInit.convert(globalObject,curArg,{context:"Failed to construct 'StaticRange': parameter 1"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}}Object.defineProperties(StaticRange.prototype,{[Symbol.toStringTag]:{value:"StaticRange",configurable:!0}}),ctorRegistry.StaticRange=StaticRange,Object.defineProperty(globalObject,"StaticRange",{configurable:!0,writable:!0,value:StaticRange})};const Impl=__webpack_require__(27663)},58473:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSStyleDeclaration:function(){ |
| /*ThouShaltNotCache*/ |
| this.length=0,this.parentRule=null,this._importants={}}};CSSOM.CSSStyleDeclaration.prototype={constructor:CSSOM.CSSStyleDeclaration,getPropertyValue:function(name){ |
| /*ThouShaltNotCache*/ |
| return this[name]||""},setProperty:function(name,value,priority){ |
| /*ThouShaltNotCache*/ |
| this[name]?Array.prototype.indexOf.call(this,name)<0&&(this[this.length]=name,this.length++):(this[this.length]=name,this.length++);this[name]=value+"",this._importants[name]=priority},removeProperty:function(name){ |
| /*ThouShaltNotCache*/ |
| if(!(name in this))return"";var index=Array.prototype.indexOf.call(this,name);if(index<0)return"";var prevValue=this[name];return this[name]="",Array.prototype.splice.call(this,index,1),prevValue},getPropertyCSSValue:function(){},getPropertyPriority:function(name){ |
| /*ThouShaltNotCache*/ |
| return this._importants[name]||""},getPropertyShorthand:function(){},isPropertyImplicit:function(){},get cssText(){for( |
| /*ThouShaltNotCache*/ |
| var properties=[],i=0,length=this.length;i<length;++i){var name=this[i],value=this.getPropertyValue(name),priority=this.getPropertyPriority(name);priority&&(priority=" !"+priority),properties[i]=name+": "+value+priority+";"}return properties.join(" ")},set cssText(text){ |
| /*ThouShaltNotCache*/ |
| var i,name;for(i=this.length;i--;)this[name=this[i]]="";Array.prototype.splice.call(this,0,this.length),this._importants={};var dummyRule=CSSOM.parse("#bogus{"+text+"}").cssRules[0].style,length=dummyRule.length;for(i=0;i<length;++i)name=dummyRule[i],this.setProperty(dummyRule[i],dummyRule.getPropertyValue(name),dummyRule.getPropertyPriority(name))}},exports.CSSStyleDeclaration=CSSOM.CSSStyleDeclaration,CSSOM.parse=__webpack_require__(46274).parse},58625:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},58697:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const HTMLCollectionImpl=__webpack_require__(98157).implementation,RadioNodeList=__webpack_require__(80548);exports.implementation=class extends HTMLCollectionImpl{namedItem(name){ |
| /*ThouShaltNotCache*/ |
| if(""===name)return null;this._update();const nodeList=RadioNodeList.createImpl(this._globalObject,[],{element:this,query:()=>this._list.filter(e=>e.getAttributeNS(null,"id")===name||e.getAttributeNS(null,"name")===name)});switch(nodeList.length){case 0:return null;case 1:return nodeList.item(0);default:return nodeList}}}},58951:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLLegendElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLLegendElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLLegendElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLLegendElement",new.target)}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLLegendElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLLegendElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLLegendElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLLegendElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLLegendElement.prototype,{form:{enumerable:!0},align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLLegendElement",configurable:!0}}),ctorRegistry.HTMLLegendElement=HTMLLegendElement,Object.defineProperty(globalObject,"HTMLLegendElement",{configurable:!0,writable:!0,value:HTMLLegendElement})};const Impl=__webpack_require__(16822)},59023:module=>{"use strict";module.exports={implementation:class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| const{start,end}=privateData;this._start=start,this._end=end,this._globalObject=globalObject}get startContainer(){ |
| /*ThouShaltNotCache*/ |
| return this._start.node}get startOffset(){ |
| /*ThouShaltNotCache*/ |
| return this._start.offset}get endContainer(){ |
| /*ThouShaltNotCache*/ |
| return this._end.node}get endOffset(){ |
| /*ThouShaltNotCache*/ |
| return this._end.offset}get collapsed(){ |
| /*ThouShaltNotCache*/ |
| const{_start,_end}=this;return _start.node===_end.node&&_start.offset===_end.offset}}}},59075:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSStartingStyleRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.cssRules=[]}};CSSOM.CSSStartingStyleRule.prototype=new CSSOM.CSSRule,CSSOM.CSSStartingStyleRule.prototype.constructor=CSSOM.CSSStartingStyleRule,CSSOM.CSSStartingStyleRule.prototype.type=1002,Object.defineProperty(CSSOM.CSSStartingStyleRule.prototype,"cssText",{get:function(){for( |
| /*ThouShaltNotCache*/ |
| var cssTexts=[],i=0,length=this.cssRules.length;i<length;i++)cssTexts.push(this.cssRules[i].cssText);return"@starting-style {"+cssTexts.join("")+"}"}}),exports.CSSStartingStyleRule=CSSOM.CSSStartingStyleRule},59085:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),EventModifierMixinImpl=__webpack_require__(3632).D,UIEventImpl=__webpack_require__(54064).implementation,MouseEventInit=__webpack_require__(12920);class MouseEventImpl extends UIEventImpl{get x(){ |
| /*ThouShaltNotCache*/ |
| return this.clientX}get y(){ |
| /*ThouShaltNotCache*/ |
| return this.clientY}get pageX(){ |
| /*ThouShaltNotCache*/ |
| return this.clientX}get pageY(){ |
| /*ThouShaltNotCache*/ |
| return this.clientY}get offsetX(){ |
| /*ThouShaltNotCache*/ |
| return this.pageX}get offsetY(){ |
| /*ThouShaltNotCache*/ |
| return this.pageY}initMouseEvent(type,bubbles,cancelable,view,detail,screenX,screenY,clientX,clientY,ctrlKey,altKey,shiftKey,metaKey,button,relatedTarget){ |
| /*ThouShaltNotCache*/ |
| this._dispatchFlag||(this.initUIEvent(type,bubbles,cancelable,view,detail),this.screenX=screenX,this.screenY=screenY,this.clientX=clientX,this.clientY=clientY,this.ctrlKey=ctrlKey,this.altKey=altKey,this.shiftKey=shiftKey,this.metaKey=metaKey,this.button=button,this.relatedTarget=relatedTarget)}}mixin(MouseEventImpl.prototype,EventModifierMixinImpl.prototype),MouseEventImpl.defaultInit=MouseEventInit.convert(void 0,void 0),module.exports={implementation:MouseEventImpl}},59237:(__unused_webpack_module,exports)=>{"use strict";exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._element=privateData.element,this._attribute=privateData.attribute,this._attributeDeprecated=privateData.attributeDeprecated,this._attributeDeprecatedNamespace=privateData.attributeDeprecatedNamespace,this._initialValue=privateData.initialValue}get baseVal(){ |
| /*ThouShaltNotCache*/ |
| return this._element.hasAttributeNS(null,this._attribute)?this._element.getAttributeNS(null,this._attribute):void 0!==this._attributeDeprecated&&this._element.hasAttributeNS(this._attributeDeprecatedNamespace,this._attributeDeprecated)?this._element.getAttributeNS(this._attributeDeprecatedNamespace,this._attributeDeprecated):void 0!==this._initialValue?this._initialValue:""}set baseVal(base){ |
| /*ThouShaltNotCache*/ |
| !this._element.hasAttributeNS(null,this._attribute)&&void 0!==this._attributeDeprecated&&this._element.hasAttributeNS(null,this._attributeDeprecated)?this._element.setAttributeNS(null,this._attributeDeprecated,base):this._element.setAttributeNS(null,this._attribute,base)}get animVal(){ |
| /*ThouShaltNotCache*/ |
| return this.baseVal}}},59258:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{domSymbolTree}=__webpack_require__(35442),NODE_TYPE=__webpack_require__(53010);module.exports={implementation:class{get nextElementSibling(){ |
| /*ThouShaltNotCache*/ |
| for(const sibling of domSymbolTree.nextSiblingsIterator(this))if(sibling.nodeType===NODE_TYPE.ELEMENT_NODE)return sibling;return null}get previousElementSibling(){ |
| /*ThouShaltNotCache*/ |
| for(const sibling of domSymbolTree.previousSiblingsIterator(this))if(sibling.nodeType===NODE_TYPE.ELEMENT_NODE)return sibling;return null}}}},59452:()=>{},59469:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{setupForSimpleEventAccessors}=__webpack_require__(43648),{fireAnEvent}=__webpack_require__(97130),EventTargetImpl=__webpack_require__(94925).implementation,AbortSignal=__webpack_require__(60809),DOMException=__webpack_require__(3698);class AbortSignalImpl extends EventTargetImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._ownerDocument=globalObject.document,this.reason=void 0,this.abortAlgorithms=new Set,this._dependent=!1,this._sourceSignals=new Set,this._dependentSignals=new Set}get aborted(){ |
| /*ThouShaltNotCache*/ |
| return void 0!==this.reason}throwIfAborted(){ |
| /*ThouShaltNotCache*/ |
| if(this.aborted)throw this.reason}static abort(globalObject,reason){ |
| /*ThouShaltNotCache*/ |
| const abortSignal=AbortSignal.createImpl(globalObject,[]);return abortSignal.reason=void 0!==reason?reason:DOMException.create(globalObject,["The operation was aborted.","AbortError"]),abortSignal}static any(globalObject,signals){ |
| /*ThouShaltNotCache*/ |
| const resultSignal=AbortSignal.createImpl(globalObject,[]);for(const signal of signals)if(signal.aborted)return resultSignal.reason=signal.reason,resultSignal;resultSignal.dependent=!0;for(const signal of signals)if(signal.dependent)for(const sourceSignal of signal._sourceSignals)sourceSignal.aborted||sourceSignal.dependent||(resultSignal._sourceSignals.add(sourceSignal),sourceSignal._dependentSignals.add(resultSignal));else resultSignal._sourceSignals.add(signal),signal._dependentSignals.add(resultSignal);return resultSignal}static timeout(globalObject,milliseconds){ |
| /*ThouShaltNotCache*/ |
| const signal=AbortSignal.createImpl(globalObject,[]);return globalObject.setTimeout(()=>{ |
| /*ThouShaltNotCache*/ |
| signal._signalAbort(DOMException.create(globalObject,["The operation timed out.","TimeoutError"]))},milliseconds),signal}_signalAbort(reason){ |
| /*ThouShaltNotCache*/ |
| if(this.aborted)return;this.reason=void 0!==reason?reason:DOMException.create(this._globalObject,["The operation was aborted.","AbortError"]);const dependentSignalsToAbort=[];for(const dependentSignal of this._dependentSignals)dependentSignal.aborted||(dependentSignal.reason=this.reason,dependentSignalsToAbort.push(dependentSignal));this._runAbortStep();for(const dependentSignal of dependentSignalsToAbort)dependentSignal._runAbortStep()}_runAbortStep(){ |
| /*ThouShaltNotCache*/ |
| for(const algorithm of this.abortAlgorithms)algorithm();this.abortAlgorithms.clear(),fireAnEvent("abort",this)}_addAlgorithm(algorithm){ |
| /*ThouShaltNotCache*/ |
| this.aborted||this.abortAlgorithms.add(algorithm)}_removeAlgorithm(algorithm){ |
| /*ThouShaltNotCache*/ |
| this.abortAlgorithms.delete(algorithm)}}setupForSimpleEventAccessors(AbortSignalImpl.prototype,["abort"]),module.exports={implementation:AbortSignalImpl}},59550:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),EventTargetImpl=__webpack_require__(94925).implementation,{simultaneousIterators}=__webpack_require__(7586),NODE_TYPE=__webpack_require__(53010),NODE_DOCUMENT_POSITION=__webpack_require__(84699),{clone,locateNamespacePrefix,locateNamespace}=__webpack_require__(45121),{setAnExistingAttributeValue}=__webpack_require__(91828),NodeList=__webpack_require__(47487),{nodeRoot,nodeLength,isInclusiveAncestor}=__webpack_require__(95995),{domSymbolTree}=__webpack_require__(35442),{queueTreeMutationRecord}=__webpack_require__(20322),{enqueueCECallbackReaction,tryUpgradeElement}=__webpack_require__(91984),{isShadowRoot,shadowIncludingRoot,assignSlot,assignSlotableForTree,assignSlotable,signalSlotChange,isSlot,shadowIncludingInclusiveDescendantsIterator,shadowIncludingDescendantsIterator}=__webpack_require__(54394),{invalidateStyleCache}=__webpack_require__(34132);function nodeEquals(a,b){ |
| /*ThouShaltNotCache*/ |
| if(a.nodeType!==b.nodeType)return!1;switch(a.nodeType){case NODE_TYPE.DOCUMENT_TYPE_NODE:if(a.name!==b.name||a.publicId!==b.publicId||a.systemId!==b.systemId)return!1;break;case NODE_TYPE.ELEMENT_NODE:if(a._namespaceURI!==b._namespaceURI||a._prefix!==b._prefix||a._localName!==b._localName||a._attributeList.length!==b._attributeList.length)return!1;break;case NODE_TYPE.ATTRIBUTE_NODE:if(a._namespace!==b._namespace||a._localName!==b._localName||a._value!==b._value)return!1;break;case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:if(a._target!==b._target||a._data!==b._data)return!1;break;case NODE_TYPE.TEXT_NODE:case NODE_TYPE.COMMENT_NODE:if(a._data!==b._data)return!1}if(a.nodeType===NODE_TYPE.ELEMENT_NODE&&!function(elementA,elementB){ |
| /*ThouShaltNotCache*/ |
| const listA=elementA._attributeList,listB=elementB._attributeList,lengthA=listA.length,lengthB=listB.length;if(lengthA!==lengthB)return!1;for(let i=0;i<lengthA;++i){const attrA=listA[i];if(!listB.some(attrB=>nodeEquals(attrA,attrB)))return!1}return!0}(a,b))return!1;for(const nodes of simultaneousIterators(domSymbolTree.childrenIterator(a),domSymbolTree.childrenIterator(b))){if(!nodes[0]||!nodes[1])return!1;if(!nodeEquals(nodes[0],nodes[1]))return!1}return!0}function isHostInclusiveAncestor(nodeImplA,nodeImplB){ |
| /*ThouShaltNotCache*/ |
| for(const ancestor of domSymbolTree.ancestorsIterator(nodeImplB))if(ancestor===nodeImplA)return!0;const rootImplB=nodeRoot(nodeImplB);return!!rootImplB._host&&isHostInclusiveAncestor(nodeImplA,rootImplB._host)}module.exports={implementation:class extends EventTargetImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),domSymbolTree.initialize(this),this._ownerDocument=privateData.ownerDocument,this._childNodesList=null,this._childrenList=null,this._version=0,this._memoizedQueries={},this._registeredObserverList=[],this._referencedRanges=new Set}_getTheParent(){ |
| /*ThouShaltNotCache*/ |
| return this._assignedSlot?this._assignedSlot:domSymbolTree.parent(this)}get parentNode(){ |
| /*ThouShaltNotCache*/ |
| return domSymbolTree.parent(this)}getRootNode(options){ |
| /*ThouShaltNotCache*/ |
| return options.composed?shadowIncludingRoot(this):nodeRoot(this)}get nodeName(){ |
| /*ThouShaltNotCache*/ |
| switch(this.nodeType){case NODE_TYPE.ELEMENT_NODE:return this.tagName;case NODE_TYPE.ATTRIBUTE_NODE:return this._qualifiedName;case NODE_TYPE.TEXT_NODE:return"#text";case NODE_TYPE.CDATA_SECTION_NODE:return"#cdata-section";case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:return this.target;case NODE_TYPE.COMMENT_NODE:return"#comment";case NODE_TYPE.DOCUMENT_NODE:return"#document";case NODE_TYPE.DOCUMENT_TYPE_NODE:return this.name;case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:return"#document-fragment"}return null}get firstChild(){ |
| /*ThouShaltNotCache*/ |
| return domSymbolTree.firstChild(this)}get isConnected(){ |
| /*ThouShaltNotCache*/ |
| const root=shadowIncludingRoot(this);return root&&root.nodeType===NODE_TYPE.DOCUMENT_NODE}get ownerDocument(){ |
| /*ThouShaltNotCache*/ |
| return this.nodeType===NODE_TYPE.DOCUMENT_NODE?null:this._ownerDocument}get lastChild(){ |
| /*ThouShaltNotCache*/ |
| return domSymbolTree.lastChild(this)}get childNodes(){ |
| /*ThouShaltNotCache*/ |
| return this._childNodesList?this._childNodesList._update():this._childNodesList=NodeList.createImpl(this._globalObject,[],{element:this,query:()=>domSymbolTree.childrenToArray(this)}),this._childNodesList}get nextSibling(){ |
| /*ThouShaltNotCache*/ |
| return domSymbolTree.nextSibling(this)}get previousSibling(){ |
| /*ThouShaltNotCache*/ |
| return domSymbolTree.previousSibling(this)}_modified(){ |
| /*ThouShaltNotCache*/ |
| this._version++;for(const ancestor of domSymbolTree.ancestorsIterator(this))ancestor._version++;this._childrenList&&this._childrenList._update(),this._childNodesList&&this._childNodesList._update(),this._clearMemoizedQueries(),invalidateStyleCache(this)}_childTextContentChangeSteps(){ |
| /*ThouShaltNotCache*/ |
| invalidateStyleCache(this)}_clearMemoizedQueries(){ |
| /*ThouShaltNotCache*/ |
| this._memoizedQueries={};const myParent=domSymbolTree.parent(this);myParent&&myParent._clearMemoizedQueries()}_descendantRemoved(parent,child){ |
| /*ThouShaltNotCache*/ |
| const myParent=domSymbolTree.parent(this);myParent&&myParent._descendantRemoved(parent,child)}_descendantAdded(parent,child){ |
| /*ThouShaltNotCache*/ |
| const myParent=domSymbolTree.parent(this);myParent&&myParent._descendantAdded(parent,child)}_attach(){ |
| /*ThouShaltNotCache*/ |
| this._attached=!0;for(const child of domSymbolTree.childrenIterator(this))child._attach&&child._attach()}_detach(){ |
| /*ThouShaltNotCache*/ |
| this._attached=!1,this._ownerDocument&&this._ownerDocument._lastFocusedElement===this&&(this._ownerDocument._lastFocusedElement=null);for(const child of domSymbolTree.childrenIterator(this))child._detach&&child._detach()}hasChildNodes(){ |
| /*ThouShaltNotCache*/ |
| return domSymbolTree.hasChildren(this)}normalize(){ |
| /*ThouShaltNotCache*/ |
| for(const node of domSymbolTree.treeToArray(this)){const parentNode=domSymbolTree.parent(node);if(null===parentNode||node.nodeType!==NODE_TYPE.TEXT_NODE)continue;let length=nodeLength(node);if(0===length){parentNode._remove(node);continue}const continuousExclusiveTextNodes=[];for(const currentNode of domSymbolTree.previousSiblingsIterator(node)){if(currentNode.nodeType!==NODE_TYPE.TEXT_NODE)break;continuousExclusiveTextNodes.unshift(currentNode)}for(const currentNode of domSymbolTree.nextSiblingsIterator(node)){if(currentNode.nodeType!==NODE_TYPE.TEXT_NODE)break;continuousExclusiveTextNodes.push(currentNode)}const data=continuousExclusiveTextNodes.reduce((d,n)=>d+n._data,"");node.replaceData(length,0,data);let currentNode=domSymbolTree.nextSibling(node);for(;currentNode&¤tNode.nodeType===NODE_TYPE.TEXT_NODE;){const currentNodeIndex=domSymbolTree.index(currentNode);for(const range of node._referencedRanges){const{_start,_end}=range;_start.node===currentNode&&range._setLiveRangeStart(node,_start.offset+length),_end.node===currentNode&&range._setLiveRangeEnd(node,_end.offset+length)}for(const range of parentNode._referencedRanges){const{_start,_end}=range;_start.node===parentNode&&_start.offset===currentNodeIndex&&range._setLiveRangeStart(node,length),_end.node===parentNode&&_end.offset===currentNodeIndex&&range._setLiveRangeEnd(node,length)}length+=nodeLength(currentNode),currentNode=domSymbolTree.nextSibling(currentNode)}for(const continuousExclusiveTextNode of continuousExclusiveTextNodes)parentNode._remove(continuousExclusiveTextNode)}}get parentElement(){ |
| /*ThouShaltNotCache*/ |
| const parentNode=domSymbolTree.parent(this);return null!==parentNode&&parentNode.nodeType===NODE_TYPE.ELEMENT_NODE?parentNode:null}get baseURI(){ |
| /*ThouShaltNotCache*/ |
| return this._ownerDocument.baseURLSerialized()}compareDocumentPosition(other){ |
| /*ThouShaltNotCache*/ |
| let node1=other,node2=this,attr1=null,attr2=null;if(node1.nodeType===NODE_TYPE.ATTRIBUTE_NODE&&(attr1=node1,node1=attr1._element),node2.nodeType===NODE_TYPE.ATTRIBUTE_NODE&&(attr2=node2,node2=attr2._element,null!==attr1&&null!==node1&&node2===node1))for(const attr of node2._attributeList){if(nodeEquals(attr,attr1))return NODE_DOCUMENT_POSITION.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC|NODE_DOCUMENT_POSITION.DOCUMENT_POSITION_PRECEDING;if(nodeEquals(attr,attr2))return NODE_DOCUMENT_POSITION.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC|NODE_DOCUMENT_POSITION.DOCUMENT_POSITION_FOLLOWING}const result=domSymbolTree.compareTreePosition(node2,node1);return result===NODE_DOCUMENT_POSITION.DOCUMENT_POSITION_DISCONNECTED?NODE_DOCUMENT_POSITION.DOCUMENT_POSITION_DISCONNECTED|NODE_DOCUMENT_POSITION.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC|NODE_DOCUMENT_POSITION.DOCUMENT_POSITION_FOLLOWING:result}lookupPrefix(namespace){ |
| /*ThouShaltNotCache*/ |
| if(null===namespace||""===namespace)return null;switch(this.nodeType){case NODE_TYPE.ELEMENT_NODE:return locateNamespacePrefix(this,namespace);case NODE_TYPE.DOCUMENT_NODE:return null!==this.documentElement?locateNamespacePrefix(this.documentElement,namespace):null;case NODE_TYPE.DOCUMENT_TYPE_NODE:case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:return null;case NODE_TYPE.ATTRIBUTE_NODE:return null!==this._element?locateNamespacePrefix(this._element,namespace):null;default:return null!==this.parentElement?locateNamespacePrefix(this.parentElement,namespace):null}}lookupNamespaceURI(prefix){ |
| /*ThouShaltNotCache*/ |
| return""===prefix&&(prefix=null),locateNamespace(this,prefix)}isDefaultNamespace(namespace){ |
| /*ThouShaltNotCache*/ |
| ""===namespace&&(namespace=null);return locateNamespace(this,null)===namespace}contains(other){ |
| /*ThouShaltNotCache*/ |
| return isInclusiveAncestor(this,other)}isEqualNode(node){ |
| /*ThouShaltNotCache*/ |
| return null!==node&&(this===node||nodeEquals(this,node))}isSameNode(node){ |
| /*ThouShaltNotCache*/ |
| return this===node}cloneNode(deep){ |
| /*ThouShaltNotCache*/ |
| if(isShadowRoot(this))throw DOMException.create(this._globalObject,["ShadowRoot nodes are not clonable.","NotSupportedError"]);return deep=Boolean(deep),clone(this,void 0,deep)}get nodeValue(){ |
| /*ThouShaltNotCache*/ |
| switch(this.nodeType){case NODE_TYPE.ATTRIBUTE_NODE:return this._value;case NODE_TYPE.TEXT_NODE:case NODE_TYPE.CDATA_SECTION_NODE:case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:case NODE_TYPE.COMMENT_NODE:return this._data;default:return null}}set nodeValue(value){switch( |
| /*ThouShaltNotCache*/ |
| null===value&&(value=""),this.nodeType){case NODE_TYPE.ATTRIBUTE_NODE:setAnExistingAttributeValue(this,value);break;case NODE_TYPE.TEXT_NODE:case NODE_TYPE.CDATA_SECTION_NODE:case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:case NODE_TYPE.COMMENT_NODE:this.replaceData(0,this.length,value)}}get textContent(){ |
| /*ThouShaltNotCache*/ |
| switch(this.nodeType){case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:case NODE_TYPE.ELEMENT_NODE:{let text="";for(const child of domSymbolTree.treeIterator(this))child.nodeType!==NODE_TYPE.TEXT_NODE&&child.nodeType!==NODE_TYPE.CDATA_SECTION_NODE||(text+=child.nodeValue);return text}case NODE_TYPE.ATTRIBUTE_NODE:return this._value;case NODE_TYPE.TEXT_NODE:case NODE_TYPE.CDATA_SECTION_NODE:case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:case NODE_TYPE.COMMENT_NODE:return this._data;default:return null}}set textContent(value){switch( |
| /*ThouShaltNotCache*/ |
| null===value&&(value=""),this.nodeType){case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:case NODE_TYPE.ELEMENT_NODE:{let nodeImpl=null;""!==value&&(nodeImpl=this._ownerDocument.createTextNode(value)),this._replaceAll(nodeImpl);break}case NODE_TYPE.ATTRIBUTE_NODE:setAnExistingAttributeValue(this,value);break;case NODE_TYPE.TEXT_NODE:case NODE_TYPE.CDATA_SECTION_NODE:case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:case NODE_TYPE.COMMENT_NODE:this.replaceData(0,this.length,value)}}insertBefore(nodeImpl,childImpl){ |
| /*ThouShaltNotCache*/ |
| return this._preInsert(nodeImpl,childImpl)}appendChild(nodeImpl){ |
| /*ThouShaltNotCache*/ |
| return this._append(nodeImpl)}replaceChild(nodeImpl,childImpl){ |
| /*ThouShaltNotCache*/ |
| return this._replace(nodeImpl,childImpl)}removeChild(oldChildImpl){ |
| /*ThouShaltNotCache*/ |
| return this._preRemove(oldChildImpl)}_preInsertValidity(nodeImpl,childImpl){ |
| /*ThouShaltNotCache*/ |
| const{nodeType}=nodeImpl,parentType=this.nodeType;if(parentType!==NODE_TYPE.DOCUMENT_NODE&&parentType!==NODE_TYPE.DOCUMENT_FRAGMENT_NODE&&parentType!==NODE_TYPE.ELEMENT_NODE)throw DOMException.create(this._globalObject,[`Node can't be inserted in a ${this.nodeName} parent.`,"HierarchyRequestError"]);if(isHostInclusiveAncestor(nodeImpl,this))throw DOMException.create(this._globalObject,["The operation would yield an incorrect node tree.","HierarchyRequestError"]);if(childImpl&&domSymbolTree.parent(childImpl)!==this)throw DOMException.create(this._globalObject,["The child can not be found in the parent.","NotFoundError"]);if(nodeType!==NODE_TYPE.DOCUMENT_FRAGMENT_NODE&&nodeType!==NODE_TYPE.DOCUMENT_TYPE_NODE&&nodeType!==NODE_TYPE.ELEMENT_NODE&&nodeType!==NODE_TYPE.TEXT_NODE&&nodeType!==NODE_TYPE.CDATA_SECTION_NODE&&nodeType!==NODE_TYPE.PROCESSING_INSTRUCTION_NODE&&nodeType!==NODE_TYPE.COMMENT_NODE)throw DOMException.create(this._globalObject,[`${nodeImpl.nodeName} node can't be inserted in parent node.`,"HierarchyRequestError"]);if(nodeType===NODE_TYPE.TEXT_NODE&&parentType===NODE_TYPE.DOCUMENT_NODE||nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE&&parentType!==NODE_TYPE.DOCUMENT_NODE)throw DOMException.create(this._globalObject,[`${nodeImpl.nodeName} node can't be inserted in ${this.nodeName} parent.`,"HierarchyRequestError"]);if(parentType===NODE_TYPE.DOCUMENT_NODE){const nodeChildren=domSymbolTree.childrenToArray(nodeImpl),parentChildren=domSymbolTree.childrenToArray(this);switch(nodeType){case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:{const nodeChildrenElements=nodeChildren.filter(child=>child.nodeType===NODE_TYPE.ELEMENT_NODE);if(nodeChildrenElements.length>1)throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeImpl.nodeName} node in ${this.nodeName} node.`,"HierarchyRequestError"]);if(nodeChildren.some(child=>child.nodeType===NODE_TYPE.TEXT_NODE))throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeImpl.nodeName} node in ${this.nodeName} node.`,"HierarchyRequestError"]);if(1===nodeChildrenElements.length&&(parentChildren.some(child=>child.nodeType===NODE_TYPE.ELEMENT_NODE)||childImpl&&childImpl.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE||childImpl&&domSymbolTree.nextSibling(childImpl)&&domSymbolTree.nextSibling(childImpl).nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE))throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeImpl.nodeName} node in ${this.nodeName} node.`,"HierarchyRequestError"]);break}case NODE_TYPE.ELEMENT_NODE:if(parentChildren.some(child=>child.nodeType===NODE_TYPE.ELEMENT_NODE)||childImpl&&childImpl.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE||childImpl&&domSymbolTree.nextSibling(childImpl)&&domSymbolTree.nextSibling(childImpl).nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE)throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeImpl.nodeName} node in ${this.nodeName} node.`,"HierarchyRequestError"]);break;case NODE_TYPE.DOCUMENT_TYPE_NODE:if(parentChildren.some(child=>child.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE)||childImpl&&domSymbolTree.previousSibling(childImpl)&&domSymbolTree.previousSibling(childImpl).nodeType===NODE_TYPE.ELEMENT_NODE||!childImpl&&parentChildren.some(child=>child.nodeType===NODE_TYPE.ELEMENT_NODE))throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeImpl.nodeName} node in ${this.nodeName} node.`,"HierarchyRequestError"])}}}_preInsert(nodeImpl,childImpl){ |
| /*ThouShaltNotCache*/ |
| this._preInsertValidity(nodeImpl,childImpl);let referenceChildImpl=childImpl;return referenceChildImpl===nodeImpl&&(referenceChildImpl=domSymbolTree.nextSibling(nodeImpl)),this._ownerDocument._adoptNode(nodeImpl),this._insert(nodeImpl,referenceChildImpl),nodeImpl}_insert(nodeImpl,childImpl,suppressObservers){ |
| /*ThouShaltNotCache*/ |
| const count=nodeImpl.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE?domSymbolTree.childrenCount(nodeImpl):1;if(childImpl){const childIndex=domSymbolTree.index(childImpl);for(const range of this._referencedRanges){const{_start,_end}=range;_start.offset>childIndex&&range._setLiveRangeStart(this,_start.offset+count),_end.offset>childIndex&&range._setLiveRangeEnd(this,_end.offset+count)}}const nodesImpl=nodeImpl.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE?domSymbolTree.childrenToArray(nodeImpl):[nodeImpl];if(nodeImpl.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE){let grandChildImpl;for(;grandChildImpl=domSymbolTree.firstChild(nodeImpl);)nodeImpl._remove(grandChildImpl,!0)}nodeImpl.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE&&queueTreeMutationRecord(nodeImpl,[],nodesImpl,null,null);const previousChildImpl=childImpl?domSymbolTree.previousSibling(childImpl):domSymbolTree.lastChild(this);let isConnected;for(const node of nodesImpl){childImpl?domSymbolTree.insertBefore(childImpl,node):domSymbolTree.appendChild(this,node),this.nodeType!==NODE_TYPE.ELEMENT_NODE||null===this._shadowRoot||node.nodeType!==NODE_TYPE.ELEMENT_NODE&&node.nodeType!==NODE_TYPE.TEXT_NODE||assignSlot(node),this._modified(),node.nodeType!==NODE_TYPE.TEXT_NODE&&node.nodeType!==NODE_TYPE.CDATA_SECTION_NODE||this._childTextContentChangeSteps(),isSlot(this)&&0===this._assignedNodes.length&&isShadowRoot(nodeRoot(this))&&signalSlotChange(this);const root=nodeRoot(node);if(isShadowRoot(root)&&assignSlotableForTree(root),this._attached&&nodeImpl._attach&&node._attach(),this._descendantAdded(this,node),void 0===isConnected&&(isConnected=node.isConnected),isConnected)for(const inclusiveDescendant of shadowIncludingInclusiveDescendantsIterator(node))"custom"===inclusiveDescendant._ceState?enqueueCECallbackReaction(inclusiveDescendant,"connectedCallback",[]):tryUpgradeElement(inclusiveDescendant)}suppressObservers||queueTreeMutationRecord(this,nodesImpl,[],previousChildImpl,childImpl)}_append(nodeImpl){ |
| /*ThouShaltNotCache*/ |
| return this._preInsert(nodeImpl,null)}_replace(nodeImpl,childImpl){ |
| /*ThouShaltNotCache*/ |
| const{nodeType,nodeName}=nodeImpl,{nodeType:parentType,nodeName:parentName}=this;if(parentType!==NODE_TYPE.DOCUMENT_NODE&&parentType!==NODE_TYPE.DOCUMENT_FRAGMENT_NODE&&parentType!==NODE_TYPE.ELEMENT_NODE)throw DOMException.create(this._globalObject,[`Node can't be inserted in a ${parentName} parent.`,"HierarchyRequestError"]);if(isHostInclusiveAncestor(nodeImpl,this))throw DOMException.create(this._globalObject,["The operation would yield an incorrect node tree.","HierarchyRequestError"]);if(childImpl&&domSymbolTree.parent(childImpl)!==this)throw DOMException.create(this._globalObject,["The child can not be found in the parent.","NotFoundError"]);if(nodeType!==NODE_TYPE.DOCUMENT_FRAGMENT_NODE&&nodeType!==NODE_TYPE.DOCUMENT_TYPE_NODE&&nodeType!==NODE_TYPE.ELEMENT_NODE&&nodeType!==NODE_TYPE.TEXT_NODE&&nodeType!==NODE_TYPE.CDATA_SECTION_NODE&&nodeType!==NODE_TYPE.PROCESSING_INSTRUCTION_NODE&&nodeType!==NODE_TYPE.COMMENT_NODE)throw DOMException.create(this._globalObject,[`${nodeName} node can't be inserted in parent node.`,"HierarchyRequestError"]);if(nodeType===NODE_TYPE.TEXT_NODE&&parentType===NODE_TYPE.DOCUMENT_NODE||nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE&&parentType!==NODE_TYPE.DOCUMENT_NODE)throw DOMException.create(this._globalObject,[`${nodeName} node can't be inserted in ${parentName} parent.`,"HierarchyRequestError"]);if(parentType===NODE_TYPE.DOCUMENT_NODE){const nodeChildren=domSymbolTree.childrenToArray(nodeImpl),parentChildren=domSymbolTree.childrenToArray(this);switch(nodeType){case NODE_TYPE.DOCUMENT_FRAGMENT_NODE:{const nodeChildrenElements=nodeChildren.filter(child=>child.nodeType===NODE_TYPE.ELEMENT_NODE);if(nodeChildrenElements.length>1)throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeName} node in ${parentName} node.`,"HierarchyRequestError"]);if(nodeChildren.some(child=>child.nodeType===NODE_TYPE.TEXT_NODE))throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeName} node in ${parentName} node.`,"HierarchyRequestError"]);const parentChildElements=parentChildren.filter(child=>child.nodeType===NODE_TYPE.ELEMENT_NODE);if(1===nodeChildrenElements.length&&(1===parentChildElements.length&&parentChildElements[0]!==childImpl||childImpl&&domSymbolTree.nextSibling(childImpl)&&domSymbolTree.nextSibling(childImpl).nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE))throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeName} node in ${parentName} node.`,"HierarchyRequestError"]);break}case NODE_TYPE.ELEMENT_NODE:if(parentChildren.some(child=>child.nodeType===NODE_TYPE.ELEMENT_NODE&&child!==childImpl)||childImpl&&domSymbolTree.nextSibling(childImpl)&&domSymbolTree.nextSibling(childImpl).nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE)throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeName} node in ${parentName} node.`,"HierarchyRequestError"]);break;case NODE_TYPE.DOCUMENT_TYPE_NODE:if(parentChildren.some(child=>child.nodeType===NODE_TYPE.DOCUMENT_TYPE_NODE&&child!==childImpl)||childImpl&&domSymbolTree.previousSibling(childImpl)&&domSymbolTree.previousSibling(childImpl).nodeType===NODE_TYPE.ELEMENT_NODE)throw DOMException.create(this._globalObject,[`Invalid insertion of ${nodeName} node in ${parentName} node.`,"HierarchyRequestError"])}}let referenceChildImpl=domSymbolTree.nextSibling(childImpl);referenceChildImpl===nodeImpl&&(referenceChildImpl=domSymbolTree.nextSibling(nodeImpl));const previousSiblingImpl=domSymbolTree.previousSibling(childImpl);this._ownerDocument._adoptNode(nodeImpl);let removedNodesImpl=[];domSymbolTree.parent(childImpl)&&(removedNodesImpl=[childImpl],this._remove(childImpl,!0));const nodesImpl=nodeImpl.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE?domSymbolTree.childrenToArray(nodeImpl):[nodeImpl];return this._insert(nodeImpl,referenceChildImpl,!0),queueTreeMutationRecord(this,nodesImpl,removedNodesImpl,previousSiblingImpl,referenceChildImpl),childImpl}_replaceAll(nodeImpl){ |
| /*ThouShaltNotCache*/ |
| null!==nodeImpl&&this._ownerDocument._adoptNode(nodeImpl);const removedNodesImpl=domSymbolTree.childrenToArray(this);let addedNodesImpl;addedNodesImpl=null===nodeImpl?[]:nodeImpl.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE?domSymbolTree.childrenToArray(nodeImpl):[nodeImpl];for(const childImpl of domSymbolTree.childrenIterator(this))this._remove(childImpl,!0);null!==nodeImpl&&this._insert(nodeImpl,null,!0),(addedNodesImpl.length>0||removedNodesImpl.length>0)&&queueTreeMutationRecord(this,addedNodesImpl,removedNodesImpl,null,null)}_preRemove(childImpl){ |
| /*ThouShaltNotCache*/ |
| if(domSymbolTree.parent(childImpl)!==this)throw DOMException.create(this._globalObject,["The node to be removed is not a child of this node.","NotFoundError"]);return this._remove(childImpl),childImpl}_remove(nodeImpl,suppressObservers){ |
| /*ThouShaltNotCache*/ |
| const index=domSymbolTree.index(nodeImpl);for(const descendant of domSymbolTree.treeIterator(nodeImpl))for(const range of descendant._referencedRanges){const{_start,_end}=range;_start.node===descendant&&range._setLiveRangeStart(this,index),_end.node===descendant&&range._setLiveRangeEnd(this,index)}for(const range of this._referencedRanges){const{_start,_end}=range;_start.node===this&&_start.offset>index&&range._setLiveRangeStart(this,_start.offset-1),_end.node===this&&_end.offset>index&&range._setLiveRangeEnd(this,_end.offset-1)}this._ownerDocument&&this._ownerDocument._runPreRemovingSteps(nodeImpl);const oldPreviousSiblingImpl=domSymbolTree.previousSibling(nodeImpl),oldNextSiblingImpl=domSymbolTree.nextSibling(nodeImpl);domSymbolTree.remove(nodeImpl),nodeImpl._assignedSlot&&assignSlotable(nodeImpl._assignedSlot),isSlot(this)&&0===this._assignedNodes.length&&isShadowRoot(nodeRoot(this))&&signalSlotChange(this);let hasSlotDescendant=isSlot(nodeImpl);if(!hasSlotDescendant)for(const child of domSymbolTree.treeIterator(nodeImpl))if(isSlot(child)){hasSlotDescendant=!0;break}if(hasSlotDescendant&&(assignSlotableForTree(nodeRoot(this)),assignSlotableForTree(nodeImpl)),this._modified(),nodeImpl._detach(),this._descendantRemoved(this,nodeImpl),this.isConnected){"custom"===nodeImpl._ceState&&enqueueCECallbackReaction(nodeImpl,"disconnectedCallback",[]);for(const descendantImpl of shadowIncludingDescendantsIterator(nodeImpl))"custom"===descendantImpl._ceState&&enqueueCECallbackReaction(descendantImpl,"disconnectedCallback",[])}suppressObservers||queueTreeMutationRecord(this,[],[nodeImpl],oldPreviousSiblingImpl,oldNextSiblingImpl),nodeImpl.nodeType===NODE_TYPE.TEXT_NODE&&this._childTextContentChangeSteps()}}}},59973:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const AbortSignal=__webpack_require__(60809);module.exports={implementation:class{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this.signal=AbortSignal.createImpl(globalObject,[])}abort(reason){ |
| /*ThouShaltNotCache*/ |
| this.signal._signalAbort(reason)}}}},60183:()=>{},60191:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),idlUtils=__webpack_require__(65554),{attach,detach}=__webpack_require__(19104);class List{_initList({element,attribute,readOnly=!1}){ |
| /*ThouShaltNotCache*/ |
| this._element=element,this._attribute=attribute,this._attributeRegistryEntry=element.constructor.attributeRegistry.get(attribute),this._readOnly=readOnly,this._list=[],this._version=-1}get _needsResync(){ |
| /*ThouShaltNotCache*/ |
| return this._version<this._element._version}_synchronize(){ |
| /*ThouShaltNotCache*/ |
| if(!this._needsResync)return;let value=[];this._element.hasAttributeNS(null,this._attribute)&&(value=this._attributeRegistryEntry.getValue(this._element.getAttributeNS(null,this._attribute))),0===value.length&&void 0!==this._attributeRegistryEntry.initialValue&&(value=this._attributeRegistryEntry.getValue(this._attributeRegistryEntry.initialValue)),this._list=value,this._version=this._element._version}_reserialize(){ |
| /*ThouShaltNotCache*/ |
| const elements=this._list;this._element.setAttributeNS(null,this._attribute,this._attributeRegistryEntry.serialize(elements)),this._version=this._element._version}[idlUtils.supportsPropertyIndex](index){ |
| /*ThouShaltNotCache*/ |
| return this._synchronize(),index>=0&&index<this.length}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return this._synchronize(),this._list.keys()}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._synchronize(),this._list.length}get numberOfItems(){ |
| /*ThouShaltNotCache*/ |
| return this._synchronize(),this._list.length}clear(){if( |
| /*ThouShaltNotCache*/ |
| this._synchronize(),this._readOnly)throw DOMException.create(this._globalObject,["Attempting to modify a read-only list","NoModificationAllowedError"]);for(const item of this._list)detach(item);this._list.length=0,this._reserialize()}initialize(newItem){if( |
| /*ThouShaltNotCache*/ |
| this._synchronize(),this._readOnly)throw DOMException.create(this._globalObject,["Attempting to modify a read-only list","NoModificationAllowedError"]);for(const item of this._list)detach(item);this._list.length=0,attach(newItem,this),this._list.push(newItem),this._reserialize()}getItem(index){if( |
| /*ThouShaltNotCache*/ |
| this._synchronize(),index>=this._list.length)throw DOMException.create(this._globalObject,[`The index provided (${index}) is greater than or equal to the maximum bound (${this._list.length}).`,"IndexSizeError"]);return this._list[index]}insertItemBefore(newItem,index){if( |
| /*ThouShaltNotCache*/ |
| this._synchronize(),this._readOnly)throw DOMException.create(this._globalObject,["Attempting to modify a read-only list","NoModificationAllowedError"]);return index>this._list.length&&(index=this._list.length),this._list.splice(index,0,newItem),attach(newItem,this),this._reserialize(),newItem}replaceItem(newItem,index){if( |
| /*ThouShaltNotCache*/ |
| this._synchronize(),this._readOnly)throw DOMException.create(this._globalObject,["Attempting to modify a read-only list","NoModificationAllowedError"]);if(index>=this._list.length)throw DOMException.create(this._globalObject,[`The index provided (${index}) is greater than or equal to the maximum bound (${this._list.length}).`,"IndexSizeError"]);return detach(this._list[index]),this._list[index]=newItem,attach(newItem,this),this._reserialize(),newItem}removeItem(index){if( |
| /*ThouShaltNotCache*/ |
| this._synchronize(),this._readOnly)throw DOMException.create(this._globalObject,["Attempting to modify a read-only list","NoModificationAllowedError"]);if(index>=this._list.length)throw DOMException.create(this._globalObject,[`The index provided (${index}) is greater than or equal to the maximum bound (${this._list.length}).`,"IndexSizeError"]);const item=this._list[index];return detach(item),this._list.splice(index,1),this._reserialize(),item}appendItem(newItem){ |
| /*ThouShaltNotCache*/ |
| return this._synchronize(),this._list.push(newItem),attach(newItem,this),this._reserialize(),newItem}[idlUtils.indexedSetNew](index,value){ |
| /*ThouShaltNotCache*/ |
| this.replaceItem(value,index)}[idlUtils.indexedSetExisting](index,value){ |
| /*ThouShaltNotCache*/ |
| this.replaceItem(value,index)}}module.exports=List},60339:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const punycode=__webpack_require__(65865),regexes=__webpack_require__(21692),mappingTable=__webpack_require__(92472),{STATUS_MAPPING}=__webpack_require__(50259);function containsNonASCII(str){ |
| /*ThouShaltNotCache*/ |
| return/[^\x00-\x7F]/u.test(str)}function findStatus(val){ |
| /*ThouShaltNotCache*/ |
| let start=0,end=mappingTable.length-1;for(;start<=end;){const mid=Math.floor((start+end)/2),target=mappingTable[mid],min=Array.isArray(target[0])?target[0][0]:target[0],max=Array.isArray(target[0])?target[0][1]:target[0];if(min<=val&&max>=val)return target.slice(1);min>val?end=mid-1:start=mid+1}return null}function validateLabel(label,{checkHyphens,checkBidi,checkJoiners,transitionalProcessing,useSTD3ASCIIRules,isBidi}){ |
| /*ThouShaltNotCache*/ |
| if(0===label.length)return!0;if(label.normalize("NFC")!==label)return!1;const codePoints=Array.from(label);if(checkHyphens&&("-"===codePoints[2]&&"-"===codePoints[3]||label.startsWith("-")||label.endsWith("-")))return!1;if(!checkHyphens&&label.startsWith("xn--"))return!1;if(label.includes("."))return!1;if(regexes.combiningMarks.test(codePoints[0]))return!1;for(const ch of codePoints){const codePoint=ch.codePointAt(0),[status]=findStatus(codePoint);if(transitionalProcessing){if(status!==STATUS_MAPPING.valid)return!1}else if(status!==STATUS_MAPPING.valid&&status!==STATUS_MAPPING.deviation)return!1;if(useSTD3ASCIIRules&&codePoint<=127&&!/^(?:[a-z]|[0-9]|-)$/u.test(ch))return!1}if(checkJoiners){let last=0;for(const[i,ch]of codePoints.entries())if("\u200c"===ch||"\u200d"===ch){if(i>0){if(regexes.combiningClassVirama.test(codePoints[i-1]))continue;if("\u200c"===ch){const next=codePoints.indexOf("\u200c",i+1),test=next<0?codePoints.slice(last):codePoints.slice(last,next);if(regexes.validZWNJ.test(test.join(""))){last=i+1;continue}}}return!1}}if(checkBidi&&isBidi){let rtl;if(regexes.bidiS1LTR.test(codePoints[0]))rtl=!1;else{if(!regexes.bidiS1RTL.test(codePoints[0]))return!1;rtl=!0}if(rtl){if(!regexes.bidiS2.test(label)||!regexes.bidiS3.test(label)||regexes.bidiS4EN.test(label)&®exes.bidiS4AN.test(label))return!1}else if(!regexes.bidiS5.test(label)||!regexes.bidiS6.test(label))return!1}return!0}function processing(domainName,options){ |
| /*ThouShaltNotCache*/ |
| let string=function(domainName,{transitionalProcessing}){ |
| /*ThouShaltNotCache*/ |
| let processed="";for(const ch of domainName){const[status,mapping]=findStatus(ch.codePointAt(0));switch(status){case STATUS_MAPPING.disallowed:processed+=ch;break;case STATUS_MAPPING.ignored:break;case STATUS_MAPPING.mapped:processed+=transitionalProcessing&&"\u1e9e"===ch?"ss":mapping;break;case STATUS_MAPPING.deviation:processed+=transitionalProcessing?mapping:ch;break;case STATUS_MAPPING.valid:processed+=ch}}return processed}(domainName,options);string=string.normalize("NFC");const labels=string.split("."),isBidi=function(labels){ |
| /*ThouShaltNotCache*/ |
| const domain=labels.map(label=>{ |
| /*ThouShaltNotCache*/ |
| if(label.startsWith("xn--"))try{return punycode.decode(label.substring(4))}catch{return""}return label}).join(".");return regexes.bidiDomain.test(domain)}(labels);let error=!1;for(const[i,origLabel]of labels.entries()){let label=origLabel,transitionalProcessingForThisLabel=options.transitionalProcessing;if(label.startsWith("xn--")){if(containsNonASCII(label)){error=!0;continue}try{label=punycode.decode(label.substring(4))}catch{if(!options.ignoreInvalidPunycode){error=!0;continue}}labels[i]=label,""!==label&&containsNonASCII(label)||(error=!0),transitionalProcessingForThisLabel=!1}if(error)continue;validateLabel(label,{...options,transitionalProcessing:transitionalProcessingForThisLabel,isBidi})||(error=!0)}return{string:labels.join("."),error}}module.exports={toASCII:function(domainName,{checkHyphens=!1,checkBidi=!1,checkJoiners=!1,useSTD3ASCIIRules=!1,verifyDNSLength=!1,transitionalProcessing=!1,ignoreInvalidPunycode=!1}={}){ |
| /*ThouShaltNotCache*/ |
| const result=processing(domainName,{checkHyphens,checkBidi,checkJoiners,useSTD3ASCIIRules,transitionalProcessing,ignoreInvalidPunycode});let labels=result.string.split(".");if(labels=labels.map(l=>{ |
| /*ThouShaltNotCache*/ |
| if(containsNonASCII(l))try{return`xn--${punycode.encode(l)}`}catch{result.error=!0}return l}),verifyDNSLength){const total=labels.join(".").length;(total>253||0===total)&&(result.error=!0);for(let i=0;i<labels.length;++i)if(labels[i].length>63||0===labels[i].length){result.error=!0;break}}return result.error?null:labels.join(".")},toUnicode:function(domainName,{checkHyphens=!1,checkBidi=!1,checkJoiners=!1,useSTD3ASCIIRules=!1,transitionalProcessing=!1,ignoreInvalidPunycode=!1}={}){ |
| /*ThouShaltNotCache*/ |
| const result=processing(domainName,{checkHyphens,checkBidi,checkJoiners,useSTD3ASCIIRules,transitionalProcessing,ignoreInvalidPunycode});return{domain:result.string,error:result.error}}}},60348:module=>{var cachedSetTimeout,cachedClearTimeout,process=module.exports={};function defaultSetTimout(){ |
| /*ThouShaltNotCache*/ |
| throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){ |
| /*ThouShaltNotCache*/ |
| throw new Error("clearTimeout has not been defined")}function runTimeout(fun){ |
| /*ThouShaltNotCache*/ |
| if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e){return cachedSetTimeout.call(this,fun,0)}}}!function(){ |
| /*ThouShaltNotCache*/ |
| try{cachedSetTimeout="function"==typeof setTimeout?setTimeout:defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{cachedClearTimeout="function"==typeof clearTimeout?clearTimeout:defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}}();var currentQueue,queue=[],draining=!1,queueIndex=-1;function cleanUpNextTick(){ |
| /*ThouShaltNotCache*/ |
| draining&¤tQueue&&(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){ |
| /*ThouShaltNotCache*/ |
| if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,function(marker){ |
| /*ThouShaltNotCache*/ |
| if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e){return cachedClearTimeout.call(this,marker)}}}(timeout)}}function Item(fun,array){ |
| /*ThouShaltNotCache*/ |
| this.fun=fun,this.array=array}function noop(){}process.nextTick=function(fun){ |
| /*ThouShaltNotCache*/ |
| var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),1!==queue.length||draining||runTimeout(drainQueue)},Item.prototype.run=function(){ |
| /*ThouShaltNotCache*/ |
| this.fun.apply(null,this.array)},process.title="browser",process.browser=!0,process.env={},process.argv=[],process.version="",process.versions={},process.on=noop,process.addListener=noop,process.once=noop,process.off=noop,process.removeListener=noop,process.removeAllListeners=noop,process.emit=noop,process.prependListener=noop,process.prependOnceListener=noop,process.listeners=function(name){ |
| /*ThouShaltNotCache*/ |
| return[]},process.binding=function(name){ |
| /*ThouShaltNotCache*/ |
| throw new Error("process.binding is not supported")},process.cwd=function(){ |
| /*ThouShaltNotCache*/ |
| return"/"},process.chdir=function(dir){ |
| /*ThouShaltNotCache*/ |
| throw new Error("process.chdir is not supported")},process.umask=function(){ |
| /*ThouShaltNotCache*/ |
| return 0}},60377:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var origSymbol="undefined"!=typeof Symbol&&Symbol,hasSymbolSham=__webpack_require__(4379);module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| return"function"==typeof origSymbol&&("function"==typeof Symbol&&("symbol"==typeof origSymbol("foo")&&("symbol"==typeof Symbol("bar")&&hasSymbolSham())))}},60378:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),TextTrackKind=__webpack_require__(34107),serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLMediaElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLMediaElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLMediaElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}load(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'load' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].load()}canPlayType(type){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'canPlayType' called on an object that is not a valid instance of HTMLMediaElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'canPlayType' on 'HTMLMediaElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'canPlayType' on 'HTMLMediaElement': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].canPlayType(...args))}play(){ |
| /*ThouShaltNotCache*/ |
| try{const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'play' called on an object that is not a valid instance of HTMLMediaElement.");return utils.tryWrapperForImpl(esValue[implSymbol].play())}catch(e){return globalObject.Promise.reject(e)}}pause(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'pause' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].pause()}addTextTrack(kind){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'addTextTrack' called on an object that is not a valid instance of HTMLMediaElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'addTextTrack' on 'HTMLMediaElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=TextTrackKind.convert(globalObject,curArg,{context:"Failed to execute 'addTextTrack' on 'HTMLMediaElement': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to execute 'addTextTrack' on 'HTMLMediaElement': parameter 2",globals:globalObject}):"",args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to execute 'addTextTrack' on 'HTMLMediaElement': parameter 3",globals:globalObject}):"",args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].addTextTrack(...args))}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLMediaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLMediaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get currentSrc(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get currentSrc' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].currentSrc}get crossOrigin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get crossOrigin' called on an object that is not a valid instance of HTMLMediaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("crossorigin")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set crossOrigin(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set crossOrigin' called on an object that is not a valid instance of HTMLMediaElement.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'crossOrigin' property on 'HTMLMediaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("crossorigin"):esValue[implSymbol]._reflectSetTheContentAttribute("crossorigin",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get networkState(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get networkState' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].networkState}get preload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get preload' called on an object that is not a valid instance of HTMLMediaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("preload");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set preload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set preload' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'preload' property on 'HTMLMediaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("preload",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get buffered(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get buffered' called on an object that is not a valid instance of HTMLMediaElement.");return utils.tryWrapperForImpl(esValue[implSymbol].buffered)}get readyState(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get readyState' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].readyState}get seeking(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get seeking' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].seeking}get currentTime(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get currentTime' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].currentTime}set currentTime(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set currentTime' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.double(V,{context:"Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided value",globals:globalObject}),esValue[implSymbol].currentTime=V}get duration(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get duration' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].duration}get paused(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get paused' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].paused}get defaultPlaybackRate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultPlaybackRate' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].defaultPlaybackRate}set defaultPlaybackRate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set defaultPlaybackRate' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.double(V,{context:"Failed to set the 'defaultPlaybackRate' property on 'HTMLMediaElement': The provided value",globals:globalObject}),esValue[implSymbol].defaultPlaybackRate=V}get playbackRate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get playbackRate' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].playbackRate}set playbackRate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set playbackRate' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.double(V,{context:"Failed to set the 'playbackRate' property on 'HTMLMediaElement': The provided value",globals:globalObject}),esValue[implSymbol].playbackRate=V}get played(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get played' called on an object that is not a valid instance of HTMLMediaElement.");return utils.tryWrapperForImpl(esValue[implSymbol].played)}get seekable(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get seekable' called on an object that is not a valid instance of HTMLMediaElement.");return utils.tryWrapperForImpl(esValue[implSymbol].seekable)}get ended(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ended' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].ended}get autoplay(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get autoplay' called on an object that is not a valid instance of HTMLMediaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("autoplay")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set autoplay(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set autoplay' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.boolean(V,{context:"Failed to set the 'autoplay' property on 'HTMLMediaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("autoplay",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("autoplay")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get loop(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get loop' called on an object that is not a valid instance of HTMLMediaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("loop")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set loop(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set loop' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.boolean(V,{context:"Failed to set the 'loop' property on 'HTMLMediaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("loop",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("loop")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get controls(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get controls' called on an object that is not a valid instance of HTMLMediaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("controls")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set controls(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set controls' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.boolean(V,{context:"Failed to set the 'controls' property on 'HTMLMediaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("controls",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("controls")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get volume(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get volume' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].volume}set volume(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set volume' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.double(V,{context:"Failed to set the 'volume' property on 'HTMLMediaElement': The provided value",globals:globalObject}),esValue[implSymbol].volume=V}get muted(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get muted' called on an object that is not a valid instance of HTMLMediaElement.");return esValue[implSymbol].muted}set muted(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set muted' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.boolean(V,{context:"Failed to set the 'muted' property on 'HTMLMediaElement': The provided value",globals:globalObject}),esValue[implSymbol].muted=V}get defaultMuted(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultMuted' called on an object that is not a valid instance of HTMLMediaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("muted")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set defaultMuted(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set defaultMuted' called on an object that is not a valid instance of HTMLMediaElement.");V=conversions.boolean(V,{context:"Failed to set the 'defaultMuted' property on 'HTMLMediaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("muted",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("muted")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get audioTracks(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get audioTracks' called on an object that is not a valid instance of HTMLMediaElement.");return utils.getSameObject(this,"audioTracks",()=>utils.tryWrapperForImpl(esValue[implSymbol].audioTracks))}get videoTracks(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get videoTracks' called on an object that is not a valid instance of HTMLMediaElement.");return utils.getSameObject(this,"videoTracks",()=>utils.tryWrapperForImpl(esValue[implSymbol].videoTracks))}get textTracks(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get textTracks' called on an object that is not a valid instance of HTMLMediaElement.");return utils.getSameObject(this,"textTracks",()=>utils.tryWrapperForImpl(esValue[implSymbol].textTracks))}}Object.defineProperties(HTMLMediaElement.prototype,{load:{enumerable:!0},canPlayType:{enumerable:!0},play:{enumerable:!0},pause:{enumerable:!0},addTextTrack:{enumerable:!0},src:{enumerable:!0},currentSrc:{enumerable:!0},crossOrigin:{enumerable:!0},networkState:{enumerable:!0},preload:{enumerable:!0},buffered:{enumerable:!0},readyState:{enumerable:!0},seeking:{enumerable:!0},currentTime:{enumerable:!0},duration:{enumerable:!0},paused:{enumerable:!0},defaultPlaybackRate:{enumerable:!0},playbackRate:{enumerable:!0},played:{enumerable:!0},seekable:{enumerable:!0},ended:{enumerable:!0},autoplay:{enumerable:!0},loop:{enumerable:!0},controls:{enumerable:!0},volume:{enumerable:!0},muted:{enumerable:!0},defaultMuted:{enumerable:!0},audioTracks:{enumerable:!0},videoTracks:{enumerable:!0},textTracks:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMediaElement",configurable:!0},NETWORK_EMPTY:{value:0,enumerable:!0},NETWORK_IDLE:{value:1,enumerable:!0},NETWORK_LOADING:{value:2,enumerable:!0},NETWORK_NO_SOURCE:{value:3,enumerable:!0},HAVE_NOTHING:{value:0,enumerable:!0},HAVE_METADATA:{value:1,enumerable:!0},HAVE_CURRENT_DATA:{value:2,enumerable:!0},HAVE_FUTURE_DATA:{value:3,enumerable:!0},HAVE_ENOUGH_DATA:{value:4,enumerable:!0}}),Object.defineProperties(HTMLMediaElement,{NETWORK_EMPTY:{value:0,enumerable:!0},NETWORK_IDLE:{value:1,enumerable:!0},NETWORK_LOADING:{value:2,enumerable:!0},NETWORK_NO_SOURCE:{value:3,enumerable:!0},HAVE_NOTHING:{value:0,enumerable:!0},HAVE_METADATA:{value:1,enumerable:!0},HAVE_CURRENT_DATA:{value:2,enumerable:!0},HAVE_FUTURE_DATA:{value:3,enumerable:!0},HAVE_ENOUGH_DATA:{value:4,enumerable:!0}}),ctorRegistry.HTMLMediaElement=HTMLMediaElement,Object.defineProperty(globalObject,"HTMLMediaElement",{configurable:!0,writable:!0,value:HTMLMediaElement})};const Impl=__webpack_require__(8161)},60678:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554);exports.implementation=class extends Array{constructor(){ |
| /*ThouShaltNotCache*/ |
| super(0)}item(index){ |
| /*ThouShaltNotCache*/ |
| return this[index]||null}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return this.keys()}}},60809:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),EventHandlerNonNull=__webpack_require__(70705),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,EventTarget=__webpack_require__(87950);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].AbortSignal.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'AbortSignal'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| EventTarget._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class AbortSignal extends globalObject.EventTarget{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}throwIfAborted(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'throwIfAborted' called on an object that is not a valid instance of AbortSignal.");return esValue[implSymbol].throwIfAborted()}get aborted(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get aborted' called on an object that is not a valid instance of AbortSignal.");return esValue[implSymbol].aborted}get reason(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get reason' called on an object that is not a valid instance of AbortSignal.");return esValue[implSymbol].reason}get onabort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onabort' called on an object that is not a valid instance of AbortSignal.");return utils.tryWrapperForImpl(esValue[implSymbol].onabort)}set onabort(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onabort' called on an object that is not a valid instance of AbortSignal.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onabort' property on 'AbortSignal': The provided value"}):null,esValue[implSymbol].onabort=V}static abort(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];void 0!==curArg&&(curArg=conversions.any(curArg,{context:"Failed to execute 'abort' on 'AbortSignal': parameter 1",globals:globalObject})),args.push(curArg)}return utils.tryWrapperForImpl(Impl.implementation.abort(globalObject,...args))}static timeout(milliseconds){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'timeout' on 'AbortSignal': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long long"](curArg,{context:"Failed to execute 'timeout' on 'AbortSignal': parameter 1",globals:globalObject,enforceRange:!0}),args.push(curArg)}return utils.tryWrapperForImpl(Impl.implementation.timeout(globalObject,...args))}static any(signals){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'any' on 'AbortSignal': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to execute 'any' on 'AbortSignal': parameter 1 is not an iterable object.");{const V=[],tmp=curArg;for(let nextItem of tmp)nextItem=exports.convert(globalObject,nextItem,{context:"Failed to execute 'any' on 'AbortSignal': parameter 1's element"}),V.push(nextItem);curArg=V}args.push(curArg)}return utils.tryWrapperForImpl(Impl.implementation.any(globalObject,...args))}}Object.defineProperties(AbortSignal.prototype,{throwIfAborted:{enumerable:!0},aborted:{enumerable:!0},reason:{enumerable:!0},onabort:{enumerable:!0},[Symbol.toStringTag]:{value:"AbortSignal",configurable:!0}}),Object.defineProperties(AbortSignal,{abort:{enumerable:!0},timeout:{enumerable:!0},any:{enumerable:!0}}),ctorRegistry.AbortSignal=AbortSignal,Object.defineProperty(globalObject,"AbortSignal",{configurable:!0,writable:!0,value:AbortSignal})};const Impl=__webpack_require__(59469)},60889:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventInit=(__webpack_require__(65554),__webpack_require__(75633));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="state";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.any(value,{context:context+" has member 'state' that",globals:globalObject}),ret[key]=value):ret[key]=null}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},60904:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGStringList.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGStringList'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGStringList{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}clear(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'clear' called on an object that is not a valid instance of SVGStringList.");return esValue[implSymbol].clear()}initialize(newItem){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initialize' called on an object that is not a valid instance of SVGStringList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initialize' on 'SVGStringList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initialize' on 'SVGStringList': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].initialize(...args)}getItem(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getItem' called on an object that is not a valid instance of SVGStringList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getItem' on 'SVGStringList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'getItem' on 'SVGStringList': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].getItem(...args)}insertItemBefore(newItem,index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertItemBefore' called on an object that is not a valid instance of SVGStringList.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'insertItemBefore' on 'SVGStringList': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'insertItemBefore' on 'SVGStringList': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'insertItemBefore' on 'SVGStringList': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].insertItemBefore(...args)}replaceItem(newItem,index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceItem' called on an object that is not a valid instance of SVGStringList.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'replaceItem' on 'SVGStringList': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'replaceItem' on 'SVGStringList': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'replaceItem' on 'SVGStringList': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].replaceItem(...args)}removeItem(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeItem' called on an object that is not a valid instance of SVGStringList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'removeItem' on 'SVGStringList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'removeItem' on 'SVGStringList': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].removeItem(...args)}appendItem(newItem){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'appendItem' called on an object that is not a valid instance of SVGStringList.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'appendItem' on 'SVGStringList': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'appendItem' on 'SVGStringList': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].appendItem(...args)}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of SVGStringList.");return esValue[implSymbol].length}get numberOfItems(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get numberOfItems' called on an object that is not a valid instance of SVGStringList.");return esValue[implSymbol].numberOfItems}}Object.defineProperties(SVGStringList.prototype,{clear:{enumerable:!0},initialize:{enumerable:!0},getItem:{enumerable:!0},insertItemBefore:{enumerable:!0},replaceItem:{enumerable:!0},removeItem:{enumerable:!0},appendItem:{enumerable:!0},length:{enumerable:!0},numberOfItems:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGStringList",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.SVGStringList=SVGStringList,Object.defineProperty(globalObject,"SVGStringList",{configurable:!0,writable:!0,value:SVGStringList})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0;if(target[implSymbol][utils.supportsPropertyIndex](index)){const indexedValue=target[implSymbol].getItem(index);return{writable:!0,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)}}ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){const globalObject=this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;let indexedValue=V;indexedValue=conversions.DOMString(indexedValue,{context:"Failed to set the "+index+" property on 'SVGStringList': The provided value",globals:globalObject});return!target[implSymbol][utils.supportsPropertyIndex](index)?target[implSymbol][utils.indexedSetNew](index,indexedValue):target[implSymbol][utils.indexedSetExisting](index,indexedValue),!0}}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0;if(target[implSymbol][utils.supportsPropertyIndex](index)){const indexedValue=target[implSymbol].getItem(index);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)}}}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);const globalObject=this._globalObject;if(utils.isArrayIndexPropName(P)){if(desc.get||desc.set)return!1;const index=P>>>0;let indexedValue=desc.value;indexedValue=conversions.DOMString(indexedValue,{context:"Failed to set the "+index+" property on 'SVGStringList': The provided value",globals:globalObject});return!target[implSymbol][utils.supportsPropertyIndex](index)?target[implSymbol][utils.indexedSetNew](index,indexedValue):target[implSymbol][utils.indexedSetExisting](index,indexedValue),!0}return Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!target[implSymbol][utils.supportsPropertyIndex](index)}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(17070)},61012:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{domSymbolTree}=__webpack_require__(35442),{CDATA_SECTION_NODE,TEXT_NODE}=__webpack_require__(53010);exports.childTextContent=node=>{ |
| /*ThouShaltNotCache*/ |
| let result="";const iterator=domSymbolTree.childrenIterator(node);for(const child of iterator)child.nodeType!==TEXT_NODE&&child.nodeType!==CDATA_SECTION_NODE||(result+=child.data);return result}},61150:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSGroupingRule:__webpack_require__(45309).CSSGroupingRule,CSSLayerBlockRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSGroupingRule.call(this),this.layerName="",this.cssRules=[]}};CSSOM.CSSLayerBlockRule.prototype=new CSSOM.CSSGroupingRule,CSSOM.CSSLayerBlockRule.prototype.constructor=CSSOM.CSSLayerBlockRule,CSSOM.CSSLayerBlockRule.prototype.type=18,Object.defineProperties(CSSOM.CSSLayerBlockRule.prototype,{layerNameText:{get:function(){ |
| /*ThouShaltNotCache*/ |
| return this.layerName},set:function(value){ |
| /*ThouShaltNotCache*/ |
| this.layerName=value},configurable:!0,enumerable:!0},cssText:{get:function(){for( |
| /*ThouShaltNotCache*/ |
| var cssTexts=[],i=0,length=this.cssRules.length;i<length;i++)cssTexts.push(this.cssRules[i].cssText);return"@layer "+this.layerNameText+" {"+cssTexts.join("")+"}"},configurable:!0,enumerable:!0}}),exports.CSSLayerBlockRule=CSSOM.CSSLayerBlockRule},61194:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const whatwgURL=__webpack_require__(88499),{asciiCaseInsensitiveMatch}=__webpack_require__(8337),{navigate}=__webpack_require__(4150);function reinitializeURL(hheu){ |
| /*ThouShaltNotCache*/ |
| null!==hheu.url&&"blob"===hheu.url.scheme&&whatwgURL.hasAnOpaquePath(hheu.url)||function(hheu){ |
| /*ThouShaltNotCache*/ |
| const href=hheu.getAttributeNS(null,"href");if(null===href)return void(hheu.url=null);const parsed=hheu._ownerDocument.encodingParseAURL(href);hheu.url=null===parsed?null:parsed}(hheu)}function updateHref(hheu){ |
| /*ThouShaltNotCache*/ |
| hheu.setAttributeNS(null,"href",whatwgURL.serializeURL(hheu.url))}exports.D=class{_htmlHyperlinkElementUtilsSetup(){ |
| /*ThouShaltNotCache*/ |
| this.url=null}_cannotNavigate(){ |
| /*ThouShaltNotCache*/ |
| return"a"!==this._localName&&!this.isConnected}_getAnElementsTarget(){ |
| /*ThouShaltNotCache*/ |
| if(this.hasAttributeNS(null,"target"))return this.getAttributeNS(null,"target");const baseEl=this._ownerDocument.querySelector("base[target]");return baseEl?baseEl.getAttributeNS(null,"target"):""}_chooseABrowsingContext(name,current){ |
| /*ThouShaltNotCache*/ |
| let chosen=null;return""===name||asciiCaseInsensitiveMatch(name,"_self")?chosen=current:asciiCaseInsensitiveMatch(name,"_parent")?chosen=current.parent:asciiCaseInsensitiveMatch(name,"_top")?chosen=current.top:asciiCaseInsensitiveMatch(name,"_blank"),chosen}_followAHyperlink(){ |
| /*ThouShaltNotCache*/ |
| if(this._cannotNavigate())return;const source=this._ownerDocument._defaultView;let targetAttributeValue="";"a"!==this._localName&&"area"!==this._localName||(targetAttributeValue=this._getAnElementsTarget());const noopener=this.relList.contains("noreferrer")||this.relList.contains("noopener"),target=this._chooseABrowsingContext(targetAttributeValue,source,noopener);if(null===target)return;const url=this._ownerDocument.encodingParseAURL(this.href);null!==url&&setTimeout(()=>{ |
| /*ThouShaltNotCache*/ |
| navigate(target,url,{})},0)}toString(){ |
| /*ThouShaltNotCache*/ |
| return this.href}get href(){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;if(null===url){const href=this.getAttributeNS(null,"href");return null===href?"":href}return whatwgURL.serializeURL(url)}set href(v){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"href",v)}get origin(){ |
| /*ThouShaltNotCache*/ |
| return reinitializeURL(this),null===this.url?"":whatwgURL.serializeURLOrigin(this.url)}get protocol(){ |
| /*ThouShaltNotCache*/ |
| return reinitializeURL(this),null===this.url?":":this.url.scheme+":"}set protocol(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this),null!==this.url&&(whatwgURL.basicURLParse(v+":",{url:this.url,stateOverride:"scheme start"}),updateHref(this))}get username(){ |
| /*ThouShaltNotCache*/ |
| return reinitializeURL(this),null===this.url?"":this.url.username}set username(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;null===url||whatwgURL.cannotHaveAUsernamePasswordPort(url)||(whatwgURL.setTheUsername(url,v),updateHref(this))}get password(){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;return null===url?"":url.password}set password(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;null===url||whatwgURL.cannotHaveAUsernamePasswordPort(url)||(whatwgURL.setThePassword(url,v),updateHref(this))}get host(){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;return null===url||null===url.host?"":null===url.port?whatwgURL.serializeHost(url.host):whatwgURL.serializeHost(url.host)+":"+whatwgURL.serializeInteger(url.port)}set host(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;null===url||whatwgURL.hasAnOpaquePath(url)||(whatwgURL.basicURLParse(v,{url,stateOverride:"host"}),updateHref(this))}get hostname(){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;return null===url||null===url.host?"":whatwgURL.serializeHost(url.host)}set hostname(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;null===url||whatwgURL.hasAnOpaquePath(url)||(whatwgURL.basicURLParse(v,{url,stateOverride:"hostname"}),updateHref(this))}get port(){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;return null===url||null===url.port?"":whatwgURL.serializeInteger(url.port)}set port(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;null===url||whatwgURL.cannotHaveAUsernamePasswordPort(url)||(""===v?url.port=null:whatwgURL.basicURLParse(v,{url,stateOverride:"port"}),updateHref(this))}get pathname(){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;return null===url?"":whatwgURL.serializePath(url)}set pathname(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;null===url||whatwgURL.hasAnOpaquePath(url)||(url.path=[],whatwgURL.basicURLParse(v,{url,stateOverride:"path start"}),updateHref(this))}get search(){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;return null===url||null===url.query||""===url.query?"":"?"+url.query}set search(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;if(null!==url){if(""===v)url.query=null;else{const input="?"===v[0]?v.substring(1):v;url.query="",whatwgURL.basicURLParse(input,{url,stateOverride:"query",encodingOverride:this._ownerDocument.charset})}updateHref(this)}}get hash(){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;return null===url||null===url.fragment||""===url.fragment?"":"#"+url.fragment}set hash(v){ |
| /*ThouShaltNotCache*/ |
| reinitializeURL(this);const{url}=this;if(null!==url){if(""===v)url.fragment=null;else{const input="#"===v[0]?v.substring(1):v;url.fragment="",whatwgURL.basicURLParse(input,{url,stateOverride:"fragment"})}updateHref(this)}}}},61243:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{fireAnEvent}=__webpack_require__(97130),HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._taskQueue=null}_dispatchToggleEvent(){ |
| /*ThouShaltNotCache*/ |
| this._taskQueue=null,fireAnEvent("toggle",this)}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldValue),"open"===name&&null===this._taskQueue&&(value!==oldValue&&null!==value&&null===oldValue||null===value&&null!==oldValue)&&(this._taskQueue=setTimeout(this._dispatchToggleEvent.bind(this),0))}}}},61265:(__unused_webpack_module,exports)=>{"use strict";var NS,ATTRS,DOCUMENT_MODE,TAG_NAMES,TAG_ID;Object.defineProperty(exports,"__esModule",{value:!0}),exports.NUMBERED_HEADERS=exports.SPECIAL_ELEMENTS=exports.TAG_ID=exports.TAG_NAMES=exports.DOCUMENT_MODE=exports.ATTRS=exports.NS=void 0,exports.getTagID=function(tagName){ |
| /*ThouShaltNotCache*/ |
| var _a;return null!==(_a=TAG_NAME_TO_ID.get(tagName))&&void 0!==_a?_a:TAG_ID.UNKNOWN},exports.hasUnescapedText=function(tn,scriptingEnabled){ |
| /*ThouShaltNotCache*/ |
| return UNESCAPED_TEXT.has(tn)||scriptingEnabled&&tn===TAG_NAMES.NOSCRIPT},function(NS){ |
| /*ThouShaltNotCache*/ |
| NS.HTML="http://www.w3.org/1999/xhtml",NS.MATHML="http://www.w3.org/1998/Math/MathML",NS.SVG="http://www.w3.org/2000/svg",NS.XLINK="http://www.w3.org/1999/xlink",NS.XML="http://www.w3.org/XML/1998/namespace",NS.XMLNS="http://www.w3.org/2000/xmlns/"}(NS||(exports.NS=NS={})),function(ATTRS){ |
| /*ThouShaltNotCache*/ |
| ATTRS.TYPE="type",ATTRS.ACTION="action",ATTRS.ENCODING="encoding",ATTRS.PROMPT="prompt",ATTRS.NAME="name",ATTRS.COLOR="color",ATTRS.FACE="face",ATTRS.SIZE="size"}(ATTRS||(exports.ATTRS=ATTRS={})),function(DOCUMENT_MODE){ |
| /*ThouShaltNotCache*/ |
| DOCUMENT_MODE.NO_QUIRKS="no-quirks",DOCUMENT_MODE.QUIRKS="quirks",DOCUMENT_MODE.LIMITED_QUIRKS="limited-quirks"}(DOCUMENT_MODE||(exports.DOCUMENT_MODE=DOCUMENT_MODE={})),function(TAG_NAMES){ |
| /*ThouShaltNotCache*/ |
| TAG_NAMES.A="a",TAG_NAMES.ADDRESS="address",TAG_NAMES.ANNOTATION_XML="annotation-xml",TAG_NAMES.APPLET="applet",TAG_NAMES.AREA="area",TAG_NAMES.ARTICLE="article",TAG_NAMES.ASIDE="aside",TAG_NAMES.B="b",TAG_NAMES.BASE="base",TAG_NAMES.BASEFONT="basefont",TAG_NAMES.BGSOUND="bgsound",TAG_NAMES.BIG="big",TAG_NAMES.BLOCKQUOTE="blockquote",TAG_NAMES.BODY="body",TAG_NAMES.BR="br",TAG_NAMES.BUTTON="button",TAG_NAMES.CAPTION="caption",TAG_NAMES.CENTER="center",TAG_NAMES.CODE="code",TAG_NAMES.COL="col",TAG_NAMES.COLGROUP="colgroup",TAG_NAMES.DD="dd",TAG_NAMES.DESC="desc",TAG_NAMES.DETAILS="details",TAG_NAMES.DIALOG="dialog",TAG_NAMES.DIR="dir",TAG_NAMES.DIV="div",TAG_NAMES.DL="dl",TAG_NAMES.DT="dt",TAG_NAMES.EM="em",TAG_NAMES.EMBED="embed",TAG_NAMES.FIELDSET="fieldset",TAG_NAMES.FIGCAPTION="figcaption",TAG_NAMES.FIGURE="figure",TAG_NAMES.FONT="font",TAG_NAMES.FOOTER="footer",TAG_NAMES.FOREIGN_OBJECT="foreignObject",TAG_NAMES.FORM="form",TAG_NAMES.FRAME="frame",TAG_NAMES.FRAMESET="frameset",TAG_NAMES.H1="h1",TAG_NAMES.H2="h2",TAG_NAMES.H3="h3",TAG_NAMES.H4="h4",TAG_NAMES.H5="h5",TAG_NAMES.H6="h6",TAG_NAMES.HEAD="head",TAG_NAMES.HEADER="header",TAG_NAMES.HGROUP="hgroup",TAG_NAMES.HR="hr",TAG_NAMES.HTML="html",TAG_NAMES.I="i",TAG_NAMES.IMG="img",TAG_NAMES.IMAGE="image",TAG_NAMES.INPUT="input",TAG_NAMES.IFRAME="iframe",TAG_NAMES.KEYGEN="keygen",TAG_NAMES.LABEL="label",TAG_NAMES.LI="li",TAG_NAMES.LINK="link",TAG_NAMES.LISTING="listing",TAG_NAMES.MAIN="main",TAG_NAMES.MALIGNMARK="malignmark",TAG_NAMES.MARQUEE="marquee",TAG_NAMES.MATH="math",TAG_NAMES.MENU="menu",TAG_NAMES.META="meta",TAG_NAMES.MGLYPH="mglyph",TAG_NAMES.MI="mi",TAG_NAMES.MO="mo",TAG_NAMES.MN="mn",TAG_NAMES.MS="ms",TAG_NAMES.MTEXT="mtext",TAG_NAMES.NAV="nav",TAG_NAMES.NOBR="nobr",TAG_NAMES.NOFRAMES="noframes",TAG_NAMES.NOEMBED="noembed",TAG_NAMES.NOSCRIPT="noscript",TAG_NAMES.OBJECT="object",TAG_NAMES.OL="ol",TAG_NAMES.OPTGROUP="optgroup",TAG_NAMES.OPTION="option",TAG_NAMES.P="p",TAG_NAMES.PARAM="param",TAG_NAMES.PLAINTEXT="plaintext",TAG_NAMES.PRE="pre",TAG_NAMES.RB="rb",TAG_NAMES.RP="rp",TAG_NAMES.RT="rt",TAG_NAMES.RTC="rtc",TAG_NAMES.RUBY="ruby",TAG_NAMES.S="s",TAG_NAMES.SCRIPT="script",TAG_NAMES.SEARCH="search",TAG_NAMES.SECTION="section",TAG_NAMES.SELECT="select",TAG_NAMES.SOURCE="source",TAG_NAMES.SMALL="small",TAG_NAMES.SPAN="span",TAG_NAMES.STRIKE="strike",TAG_NAMES.STRONG="strong",TAG_NAMES.STYLE="style",TAG_NAMES.SUB="sub",TAG_NAMES.SUMMARY="summary",TAG_NAMES.SUP="sup",TAG_NAMES.TABLE="table",TAG_NAMES.TBODY="tbody",TAG_NAMES.TEMPLATE="template",TAG_NAMES.TEXTAREA="textarea",TAG_NAMES.TFOOT="tfoot",TAG_NAMES.TD="td",TAG_NAMES.TH="th",TAG_NAMES.THEAD="thead",TAG_NAMES.TITLE="title",TAG_NAMES.TR="tr",TAG_NAMES.TRACK="track",TAG_NAMES.TT="tt",TAG_NAMES.U="u",TAG_NAMES.UL="ul",TAG_NAMES.SVG="svg",TAG_NAMES.VAR="var",TAG_NAMES.WBR="wbr",TAG_NAMES.XMP="xmp"}(TAG_NAMES||(exports.TAG_NAMES=TAG_NAMES={})),function(TAG_ID){ |
| /*ThouShaltNotCache*/ |
| TAG_ID[TAG_ID.UNKNOWN=0]="UNKNOWN",TAG_ID[TAG_ID.A=1]="A",TAG_ID[TAG_ID.ADDRESS=2]="ADDRESS",TAG_ID[TAG_ID.ANNOTATION_XML=3]="ANNOTATION_XML",TAG_ID[TAG_ID.APPLET=4]="APPLET",TAG_ID[TAG_ID.AREA=5]="AREA",TAG_ID[TAG_ID.ARTICLE=6]="ARTICLE",TAG_ID[TAG_ID.ASIDE=7]="ASIDE",TAG_ID[TAG_ID.B=8]="B",TAG_ID[TAG_ID.BASE=9]="BASE",TAG_ID[TAG_ID.BASEFONT=10]="BASEFONT",TAG_ID[TAG_ID.BGSOUND=11]="BGSOUND",TAG_ID[TAG_ID.BIG=12]="BIG",TAG_ID[TAG_ID.BLOCKQUOTE=13]="BLOCKQUOTE",TAG_ID[TAG_ID.BODY=14]="BODY",TAG_ID[TAG_ID.BR=15]="BR",TAG_ID[TAG_ID.BUTTON=16]="BUTTON",TAG_ID[TAG_ID.CAPTION=17]="CAPTION",TAG_ID[TAG_ID.CENTER=18]="CENTER",TAG_ID[TAG_ID.CODE=19]="CODE",TAG_ID[TAG_ID.COL=20]="COL",TAG_ID[TAG_ID.COLGROUP=21]="COLGROUP",TAG_ID[TAG_ID.DD=22]="DD",TAG_ID[TAG_ID.DESC=23]="DESC",TAG_ID[TAG_ID.DETAILS=24]="DETAILS",TAG_ID[TAG_ID.DIALOG=25]="DIALOG",TAG_ID[TAG_ID.DIR=26]="DIR",TAG_ID[TAG_ID.DIV=27]="DIV",TAG_ID[TAG_ID.DL=28]="DL",TAG_ID[TAG_ID.DT=29]="DT",TAG_ID[TAG_ID.EM=30]="EM",TAG_ID[TAG_ID.EMBED=31]="EMBED",TAG_ID[TAG_ID.FIELDSET=32]="FIELDSET",TAG_ID[TAG_ID.FIGCAPTION=33]="FIGCAPTION",TAG_ID[TAG_ID.FIGURE=34]="FIGURE",TAG_ID[TAG_ID.FONT=35]="FONT",TAG_ID[TAG_ID.FOOTER=36]="FOOTER",TAG_ID[TAG_ID.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",TAG_ID[TAG_ID.FORM=38]="FORM",TAG_ID[TAG_ID.FRAME=39]="FRAME",TAG_ID[TAG_ID.FRAMESET=40]="FRAMESET",TAG_ID[TAG_ID.H1=41]="H1",TAG_ID[TAG_ID.H2=42]="H2",TAG_ID[TAG_ID.H3=43]="H3",TAG_ID[TAG_ID.H4=44]="H4",TAG_ID[TAG_ID.H5=45]="H5",TAG_ID[TAG_ID.H6=46]="H6",TAG_ID[TAG_ID.HEAD=47]="HEAD",TAG_ID[TAG_ID.HEADER=48]="HEADER",TAG_ID[TAG_ID.HGROUP=49]="HGROUP",TAG_ID[TAG_ID.HR=50]="HR",TAG_ID[TAG_ID.HTML=51]="HTML",TAG_ID[TAG_ID.I=52]="I",TAG_ID[TAG_ID.IMG=53]="IMG",TAG_ID[TAG_ID.IMAGE=54]="IMAGE",TAG_ID[TAG_ID.INPUT=55]="INPUT",TAG_ID[TAG_ID.IFRAME=56]="IFRAME",TAG_ID[TAG_ID.KEYGEN=57]="KEYGEN",TAG_ID[TAG_ID.LABEL=58]="LABEL",TAG_ID[TAG_ID.LI=59]="LI",TAG_ID[TAG_ID.LINK=60]="LINK",TAG_ID[TAG_ID.LISTING=61]="LISTING",TAG_ID[TAG_ID.MAIN=62]="MAIN",TAG_ID[TAG_ID.MALIGNMARK=63]="MALIGNMARK",TAG_ID[TAG_ID.MARQUEE=64]="MARQUEE",TAG_ID[TAG_ID.MATH=65]="MATH",TAG_ID[TAG_ID.MENU=66]="MENU",TAG_ID[TAG_ID.META=67]="META",TAG_ID[TAG_ID.MGLYPH=68]="MGLYPH",TAG_ID[TAG_ID.MI=69]="MI",TAG_ID[TAG_ID.MO=70]="MO",TAG_ID[TAG_ID.MN=71]="MN",TAG_ID[TAG_ID.MS=72]="MS",TAG_ID[TAG_ID.MTEXT=73]="MTEXT",TAG_ID[TAG_ID.NAV=74]="NAV",TAG_ID[TAG_ID.NOBR=75]="NOBR",TAG_ID[TAG_ID.NOFRAMES=76]="NOFRAMES",TAG_ID[TAG_ID.NOEMBED=77]="NOEMBED",TAG_ID[TAG_ID.NOSCRIPT=78]="NOSCRIPT",TAG_ID[TAG_ID.OBJECT=79]="OBJECT",TAG_ID[TAG_ID.OL=80]="OL",TAG_ID[TAG_ID.OPTGROUP=81]="OPTGROUP",TAG_ID[TAG_ID.OPTION=82]="OPTION",TAG_ID[TAG_ID.P=83]="P",TAG_ID[TAG_ID.PARAM=84]="PARAM",TAG_ID[TAG_ID.PLAINTEXT=85]="PLAINTEXT",TAG_ID[TAG_ID.PRE=86]="PRE",TAG_ID[TAG_ID.RB=87]="RB",TAG_ID[TAG_ID.RP=88]="RP",TAG_ID[TAG_ID.RT=89]="RT",TAG_ID[TAG_ID.RTC=90]="RTC",TAG_ID[TAG_ID.RUBY=91]="RUBY",TAG_ID[TAG_ID.S=92]="S",TAG_ID[TAG_ID.SCRIPT=93]="SCRIPT",TAG_ID[TAG_ID.SEARCH=94]="SEARCH",TAG_ID[TAG_ID.SECTION=95]="SECTION",TAG_ID[TAG_ID.SELECT=96]="SELECT",TAG_ID[TAG_ID.SOURCE=97]="SOURCE",TAG_ID[TAG_ID.SMALL=98]="SMALL",TAG_ID[TAG_ID.SPAN=99]="SPAN",TAG_ID[TAG_ID.STRIKE=100]="STRIKE",TAG_ID[TAG_ID.STRONG=101]="STRONG",TAG_ID[TAG_ID.STYLE=102]="STYLE",TAG_ID[TAG_ID.SUB=103]="SUB",TAG_ID[TAG_ID.SUMMARY=104]="SUMMARY",TAG_ID[TAG_ID.SUP=105]="SUP",TAG_ID[TAG_ID.TABLE=106]="TABLE",TAG_ID[TAG_ID.TBODY=107]="TBODY",TAG_ID[TAG_ID.TEMPLATE=108]="TEMPLATE",TAG_ID[TAG_ID.TEXTAREA=109]="TEXTAREA",TAG_ID[TAG_ID.TFOOT=110]="TFOOT",TAG_ID[TAG_ID.TD=111]="TD",TAG_ID[TAG_ID.TH=112]="TH",TAG_ID[TAG_ID.THEAD=113]="THEAD",TAG_ID[TAG_ID.TITLE=114]="TITLE",TAG_ID[TAG_ID.TR=115]="TR",TAG_ID[TAG_ID.TRACK=116]="TRACK",TAG_ID[TAG_ID.TT=117]="TT",TAG_ID[TAG_ID.U=118]="U",TAG_ID[TAG_ID.UL=119]="UL",TAG_ID[TAG_ID.SVG=120]="SVG",TAG_ID[TAG_ID.VAR=121]="VAR",TAG_ID[TAG_ID.WBR=122]="WBR",TAG_ID[TAG_ID.XMP=123]="XMP"}(TAG_ID||(exports.TAG_ID=TAG_ID={}));const TAG_NAME_TO_ID=new Map([[TAG_NAMES.A,TAG_ID.A],[TAG_NAMES.ADDRESS,TAG_ID.ADDRESS],[TAG_NAMES.ANNOTATION_XML,TAG_ID.ANNOTATION_XML],[TAG_NAMES.APPLET,TAG_ID.APPLET],[TAG_NAMES.AREA,TAG_ID.AREA],[TAG_NAMES.ARTICLE,TAG_ID.ARTICLE],[TAG_NAMES.ASIDE,TAG_ID.ASIDE],[TAG_NAMES.B,TAG_ID.B],[TAG_NAMES.BASE,TAG_ID.BASE],[TAG_NAMES.BASEFONT,TAG_ID.BASEFONT],[TAG_NAMES.BGSOUND,TAG_ID.BGSOUND],[TAG_NAMES.BIG,TAG_ID.BIG],[TAG_NAMES.BLOCKQUOTE,TAG_ID.BLOCKQUOTE],[TAG_NAMES.BODY,TAG_ID.BODY],[TAG_NAMES.BR,TAG_ID.BR],[TAG_NAMES.BUTTON,TAG_ID.BUTTON],[TAG_NAMES.CAPTION,TAG_ID.CAPTION],[TAG_NAMES.CENTER,TAG_ID.CENTER],[TAG_NAMES.CODE,TAG_ID.CODE],[TAG_NAMES.COL,TAG_ID.COL],[TAG_NAMES.COLGROUP,TAG_ID.COLGROUP],[TAG_NAMES.DD,TAG_ID.DD],[TAG_NAMES.DESC,TAG_ID.DESC],[TAG_NAMES.DETAILS,TAG_ID.DETAILS],[TAG_NAMES.DIALOG,TAG_ID.DIALOG],[TAG_NAMES.DIR,TAG_ID.DIR],[TAG_NAMES.DIV,TAG_ID.DIV],[TAG_NAMES.DL,TAG_ID.DL],[TAG_NAMES.DT,TAG_ID.DT],[TAG_NAMES.EM,TAG_ID.EM],[TAG_NAMES.EMBED,TAG_ID.EMBED],[TAG_NAMES.FIELDSET,TAG_ID.FIELDSET],[TAG_NAMES.FIGCAPTION,TAG_ID.FIGCAPTION],[TAG_NAMES.FIGURE,TAG_ID.FIGURE],[TAG_NAMES.FONT,TAG_ID.FONT],[TAG_NAMES.FOOTER,TAG_ID.FOOTER],[TAG_NAMES.FOREIGN_OBJECT,TAG_ID.FOREIGN_OBJECT],[TAG_NAMES.FORM,TAG_ID.FORM],[TAG_NAMES.FRAME,TAG_ID.FRAME],[TAG_NAMES.FRAMESET,TAG_ID.FRAMESET],[TAG_NAMES.H1,TAG_ID.H1],[TAG_NAMES.H2,TAG_ID.H2],[TAG_NAMES.H3,TAG_ID.H3],[TAG_NAMES.H4,TAG_ID.H4],[TAG_NAMES.H5,TAG_ID.H5],[TAG_NAMES.H6,TAG_ID.H6],[TAG_NAMES.HEAD,TAG_ID.HEAD],[TAG_NAMES.HEADER,TAG_ID.HEADER],[TAG_NAMES.HGROUP,TAG_ID.HGROUP],[TAG_NAMES.HR,TAG_ID.HR],[TAG_NAMES.HTML,TAG_ID.HTML],[TAG_NAMES.I,TAG_ID.I],[TAG_NAMES.IMG,TAG_ID.IMG],[TAG_NAMES.IMAGE,TAG_ID.IMAGE],[TAG_NAMES.INPUT,TAG_ID.INPUT],[TAG_NAMES.IFRAME,TAG_ID.IFRAME],[TAG_NAMES.KEYGEN,TAG_ID.KEYGEN],[TAG_NAMES.LABEL,TAG_ID.LABEL],[TAG_NAMES.LI,TAG_ID.LI],[TAG_NAMES.LINK,TAG_ID.LINK],[TAG_NAMES.LISTING,TAG_ID.LISTING],[TAG_NAMES.MAIN,TAG_ID.MAIN],[TAG_NAMES.MALIGNMARK,TAG_ID.MALIGNMARK],[TAG_NAMES.MARQUEE,TAG_ID.MARQUEE],[TAG_NAMES.MATH,TAG_ID.MATH],[TAG_NAMES.MENU,TAG_ID.MENU],[TAG_NAMES.META,TAG_ID.META],[TAG_NAMES.MGLYPH,TAG_ID.MGLYPH],[TAG_NAMES.MI,TAG_ID.MI],[TAG_NAMES.MO,TAG_ID.MO],[TAG_NAMES.MN,TAG_ID.MN],[TAG_NAMES.MS,TAG_ID.MS],[TAG_NAMES.MTEXT,TAG_ID.MTEXT],[TAG_NAMES.NAV,TAG_ID.NAV],[TAG_NAMES.NOBR,TAG_ID.NOBR],[TAG_NAMES.NOFRAMES,TAG_ID.NOFRAMES],[TAG_NAMES.NOEMBED,TAG_ID.NOEMBED],[TAG_NAMES.NOSCRIPT,TAG_ID.NOSCRIPT],[TAG_NAMES.OBJECT,TAG_ID.OBJECT],[TAG_NAMES.OL,TAG_ID.OL],[TAG_NAMES.OPTGROUP,TAG_ID.OPTGROUP],[TAG_NAMES.OPTION,TAG_ID.OPTION],[TAG_NAMES.P,TAG_ID.P],[TAG_NAMES.PARAM,TAG_ID.PARAM],[TAG_NAMES.PLAINTEXT,TAG_ID.PLAINTEXT],[TAG_NAMES.PRE,TAG_ID.PRE],[TAG_NAMES.RB,TAG_ID.RB],[TAG_NAMES.RP,TAG_ID.RP],[TAG_NAMES.RT,TAG_ID.RT],[TAG_NAMES.RTC,TAG_ID.RTC],[TAG_NAMES.RUBY,TAG_ID.RUBY],[TAG_NAMES.S,TAG_ID.S],[TAG_NAMES.SCRIPT,TAG_ID.SCRIPT],[TAG_NAMES.SEARCH,TAG_ID.SEARCH],[TAG_NAMES.SECTION,TAG_ID.SECTION],[TAG_NAMES.SELECT,TAG_ID.SELECT],[TAG_NAMES.SOURCE,TAG_ID.SOURCE],[TAG_NAMES.SMALL,TAG_ID.SMALL],[TAG_NAMES.SPAN,TAG_ID.SPAN],[TAG_NAMES.STRIKE,TAG_ID.STRIKE],[TAG_NAMES.STRONG,TAG_ID.STRONG],[TAG_NAMES.STYLE,TAG_ID.STYLE],[TAG_NAMES.SUB,TAG_ID.SUB],[TAG_NAMES.SUMMARY,TAG_ID.SUMMARY],[TAG_NAMES.SUP,TAG_ID.SUP],[TAG_NAMES.TABLE,TAG_ID.TABLE],[TAG_NAMES.TBODY,TAG_ID.TBODY],[TAG_NAMES.TEMPLATE,TAG_ID.TEMPLATE],[TAG_NAMES.TEXTAREA,TAG_ID.TEXTAREA],[TAG_NAMES.TFOOT,TAG_ID.TFOOT],[TAG_NAMES.TD,TAG_ID.TD],[TAG_NAMES.TH,TAG_ID.TH],[TAG_NAMES.THEAD,TAG_ID.THEAD],[TAG_NAMES.TITLE,TAG_ID.TITLE],[TAG_NAMES.TR,TAG_ID.TR],[TAG_NAMES.TRACK,TAG_ID.TRACK],[TAG_NAMES.TT,TAG_ID.TT],[TAG_NAMES.U,TAG_ID.U],[TAG_NAMES.UL,TAG_ID.UL],[TAG_NAMES.SVG,TAG_ID.SVG],[TAG_NAMES.VAR,TAG_ID.VAR],[TAG_NAMES.WBR,TAG_ID.WBR],[TAG_NAMES.XMP,TAG_ID.XMP]]);const $=TAG_ID;exports.SPECIAL_ELEMENTS={[NS.HTML]:new Set([$.ADDRESS,$.APPLET,$.AREA,$.ARTICLE,$.ASIDE,$.BASE,$.BASEFONT,$.BGSOUND,$.BLOCKQUOTE,$.BODY,$.BR,$.BUTTON,$.CAPTION,$.CENTER,$.COL,$.COLGROUP,$.DD,$.DETAILS,$.DIR,$.DIV,$.DL,$.DT,$.EMBED,$.FIELDSET,$.FIGCAPTION,$.FIGURE,$.FOOTER,$.FORM,$.FRAME,$.FRAMESET,$.H1,$.H2,$.H3,$.H4,$.H5,$.H6,$.HEAD,$.HEADER,$.HGROUP,$.HR,$.HTML,$.IFRAME,$.IMG,$.INPUT,$.LI,$.LINK,$.LISTING,$.MAIN,$.MARQUEE,$.MENU,$.META,$.NAV,$.NOEMBED,$.NOFRAMES,$.NOSCRIPT,$.OBJECT,$.OL,$.P,$.PARAM,$.PLAINTEXT,$.PRE,$.SCRIPT,$.SECTION,$.SELECT,$.SOURCE,$.STYLE,$.SUMMARY,$.TABLE,$.TBODY,$.TD,$.TEMPLATE,$.TEXTAREA,$.TFOOT,$.TH,$.THEAD,$.TITLE,$.TR,$.TRACK,$.UL,$.WBR,$.XMP]),[NS.MATHML]:new Set([$.MI,$.MO,$.MN,$.MS,$.MTEXT,$.ANNOTATION_XML]),[NS.SVG]:new Set([$.TITLE,$.FOREIGN_OBJECT,$.DESC]),[NS.XLINK]:new Set,[NS.XML]:new Set,[NS.XMLNS]:new Set},exports.NUMBERED_HEADERS=new Set([$.H1,$.H2,$.H3,$.H4,$.H5,$.H6]);const UNESCAPED_TEXT=new Set([TAG_NAMES.STYLE,TAG_NAMES.SCRIPT,TAG_NAMES.XMP,TAG_NAMES.IFRAME,TAG_NAMES.NOEMBED,TAG_NAMES.NOFRAMES,TAG_NAMES.PLAINTEXT])},61394:(__unused_webpack_module,exports)=>{"use strict";const enumerationValues=new Set(["blob","arraybuffer"]);exports.enumerationValues=enumerationValues,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| const string=`${value}`;if(!enumerationValues.has(string))throw new globalObject.TypeError(`${context} '${string}' is not a valid enumeration value for BinaryType`);return string}},61462:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ElementCreationOptions=__webpack_require__(64150),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,Node=__webpack_require__(13079),NodeFilter=__webpack_require__(8029),HTMLElement=__webpack_require__(8904),EventHandlerNonNull=__webpack_require__(70705),OnErrorEventHandlerNonNull=__webpack_require__(62490),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Document.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Document'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Node._internalSetup(wrapper,globalObject),utils.define(wrapper,function(globalObject){ |
| /*ThouShaltNotCache*/ |
| let unforgeables=unforgeablesMap.get(globalObject);return void 0===unforgeables&&(unforgeables=Object.create(null),utils.define(unforgeables,{get location(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get location' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].location)},set location(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set location' called on an object that is not a valid instance of Document.");const Q=esValue.location;if(!utils.isObject(Q))throw new globalObject.TypeError("Property 'location' is not an object");Reflect.set(Q,"href",V)}}),Object.defineProperties(unforgeables,{location:{configurable:!1}}),unforgeablesMap.set(globalObject,unforgeables)),unforgeables}(globalObject))},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const unforgeablesMap=new WeakMap,exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Document extends globalObject.Node{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}getElementsByTagName(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementsByTagName' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getElementsByTagName' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByTagName' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementsByTagName(...args))}getElementsByTagNameNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementsByTagNameNS' called on an object that is not a valid instance of Document.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByTagNameNS' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByTagNameNS' on 'Document': parameter 2",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementsByTagNameNS(...args))}getElementsByClassName(classNames){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementsByClassName' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getElementsByClassName' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByClassName' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementsByClassName(...args))}createElement(localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createElement' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createElement' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createElement' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=null==curArg?ElementCreationOptions.convert(globalObject,curArg,{context:"Failed to execute 'createElement' on 'Document': parameter 2"}):utils.isObject(curArg)?ElementCreationOptions.convert(globalObject,curArg,{context:"Failed to execute 'createElement' on 'Document': parameter 2 dictionary"}):conversions.DOMString(curArg,{context:"Failed to execute 'createElement' on 'Document': parameter 2",globals:globalObject})),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].createElement(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}createElementNS(namespace,qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createElementNS' called on an object that is not a valid instance of Document.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'createElementNS' on 'Document': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'createElementNS' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createElementNS' on 'Document': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=null==curArg?ElementCreationOptions.convert(globalObject,curArg,{context:"Failed to execute 'createElementNS' on 'Document': parameter 3"}):utils.isObject(curArg)?ElementCreationOptions.convert(globalObject,curArg,{context:"Failed to execute 'createElementNS' on 'Document': parameter 3 dictionary"}):conversions.DOMString(curArg,{context:"Failed to execute 'createElementNS' on 'Document': parameter 3",globals:globalObject})),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].createElementNS(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}createDocumentFragment(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createDocumentFragment' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].createDocumentFragment())}createTextNode(data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createTextNode' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createTextNode' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createTextNode' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createTextNode(...args))}createCDATASection(data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createCDATASection' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createCDATASection' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createCDATASection' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createCDATASection(...args))}createComment(data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createComment' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createComment' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createComment' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createComment(...args))}createProcessingInstruction(target,data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createProcessingInstruction' called on an object that is not a valid instance of Document.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createProcessingInstruction' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createProcessingInstruction' on 'Document': parameter 2",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createProcessingInstruction(...args))}importNode(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'importNode' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'importNode' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'importNode' on 'Document': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'importNode' on 'Document': parameter 2",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].importNode(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}adoptNode(node){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'adoptNode' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'adoptNode' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'adoptNode' on 'Document': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].adoptNode(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}createAttribute(localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createAttribute' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createAttribute' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createAttribute' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createAttribute(...args))}createAttributeNS(namespace,qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createAttributeNS' called on an object that is not a valid instance of Document.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'createAttributeNS' on 'Document': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'createAttributeNS' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createAttributeNS' on 'Document': parameter 2",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createAttributeNS(...args))}createEvent(interface_){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createEvent' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createEvent' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createEvent' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createEvent(...args))}createRange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createRange' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].createRange())}createNodeIterator(root){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createNodeIterator' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createNodeIterator' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'createNodeIterator' on 'Document': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions["unsigned long"](curArg,{context:"Failed to execute 'createNodeIterator' on 'Document': parameter 2",globals:globalObject}):4294967295,args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg?null==curArg?null:NodeFilter.convert(globalObject,curArg,{context:"Failed to execute 'createNodeIterator' on 'Document': parameter 3"}):null,args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createNodeIterator(...args))}createTreeWalker(root){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createTreeWalker' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'createTreeWalker' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'createTreeWalker' on 'Document': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions["unsigned long"](curArg,{context:"Failed to execute 'createTreeWalker' on 'Document': parameter 2",globals:globalObject}):4294967295,args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg?null==curArg?null:NodeFilter.convert(globalObject,curArg,{context:"Failed to execute 'createTreeWalker' on 'Document': parameter 3"}):null,args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createTreeWalker(...args))}getElementsByName(elementName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementsByName' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getElementsByName' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByName' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementsByName(...args))}open(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'open' called on an object that is not a valid instance of Document.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to execute 'open' on 'Document': parameter 1",globals:globalObject}):"text/html",args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to execute 'open' on 'Document': parameter 2",globals:globalObject}):"",args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].open(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}close(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'close' called on an object that is not a valid instance of Document.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].close()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}write(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'write' called on an object that is not a valid instance of Document.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'write' on 'Document': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].write(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}writeln(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'writeln' called on an object that is not a valid instance of Document.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'writeln' on 'Document': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].writeln(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}hasFocus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'hasFocus' called on an object that is not a valid instance of Document.");return esValue[implSymbol].hasFocus()}clear(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'clear' called on an object that is not a valid instance of Document.");return esValue[implSymbol].clear()}captureEvents(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'captureEvents' called on an object that is not a valid instance of Document.");return esValue[implSymbol].captureEvents()}releaseEvents(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'releaseEvents' called on an object that is not a valid instance of Document.");return esValue[implSymbol].releaseEvents()}getSelection(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getSelection' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].getSelection())}getElementById(elementId){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementById' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getElementById' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementById' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementById(...args))}prepend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'prepend' called on an object that is not a valid instance of Document.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'prepend' on 'Document': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].prepend(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}append(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'append' called on an object that is not a valid instance of Document.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'append' on 'Document': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].append(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}replaceChildren(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceChildren' called on an object that is not a valid instance of Document.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'replaceChildren' on 'Document': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].replaceChildren(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}querySelector(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'querySelector' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'querySelector' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'querySelector' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].querySelector(...args))}querySelectorAll(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'querySelectorAll' called on an object that is not a valid instance of Document.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'querySelectorAll' on 'Document': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'querySelectorAll' on 'Document': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].querySelectorAll(...args))}get implementation(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get implementation' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"implementation",()=>utils.tryWrapperForImpl(esValue[implSymbol].implementation))}get URL(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get URL' called on an object that is not a valid instance of Document.");return esValue[implSymbol].URL}get documentURI(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get documentURI' called on an object that is not a valid instance of Document.");return esValue[implSymbol].documentURI}get compatMode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get compatMode' called on an object that is not a valid instance of Document.");return esValue[implSymbol].compatMode}get characterSet(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get characterSet' called on an object that is not a valid instance of Document.");return esValue[implSymbol].characterSet}get charset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get charset' called on an object that is not a valid instance of Document.");return esValue[implSymbol].charset}get inputEncoding(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get inputEncoding' called on an object that is not a valid instance of Document.");return esValue[implSymbol].inputEncoding}get contentType(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get contentType' called on an object that is not a valid instance of Document.");return esValue[implSymbol].contentType}get doctype(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get doctype' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].doctype)}get documentElement(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get documentElement' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].documentElement)}get referrer(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get referrer' called on an object that is not a valid instance of Document.");return esValue[implSymbol].referrer}get cookie(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cookie' called on an object that is not a valid instance of Document.");return esValue[implSymbol].cookie}set cookie(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set cookie' called on an object that is not a valid instance of Document.");V=conversions.USVString(V,{context:"Failed to set the 'cookie' property on 'Document': The provided value",globals:globalObject}),esValue[implSymbol].cookie=V}get lastModified(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lastModified' called on an object that is not a valid instance of Document.");return esValue[implSymbol].lastModified}get readyState(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get readyState' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].readyState)}get title(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get title' called on an object that is not a valid instance of Document.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].title}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set title(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set title' called on an object that is not a valid instance of Document.");V=conversions.DOMString(V,{context:"Failed to set the 'title' property on 'Document': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].title=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get dir(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get dir' called on an object that is not a valid instance of Document.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].dir}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set dir(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set dir' called on an object that is not a valid instance of Document.");V=conversions.DOMString(V,{context:"Failed to set the 'dir' property on 'Document': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].dir=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get body(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get body' called on an object that is not a valid instance of Document.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].body)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set body(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set body' called on an object that is not a valid instance of Document.");V=null==V?null:HTMLElement.convert(globalObject,V,{context:"Failed to set the 'body' property on 'Document': The provided value"}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].body=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get head(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get head' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].head)}get images(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get images' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"images",()=>utils.tryWrapperForImpl(esValue[implSymbol].images))}get embeds(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get embeds' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"embeds",()=>utils.tryWrapperForImpl(esValue[implSymbol].embeds))}get plugins(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get plugins' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"plugins",()=>utils.tryWrapperForImpl(esValue[implSymbol].plugins))}get links(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get links' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"links",()=>utils.tryWrapperForImpl(esValue[implSymbol].links))}get forms(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get forms' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"forms",()=>utils.tryWrapperForImpl(esValue[implSymbol].forms))}get scripts(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scripts' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"scripts",()=>utils.tryWrapperForImpl(esValue[implSymbol].scripts))}get currentScript(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get currentScript' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].currentScript)}get defaultView(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultView' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].defaultView)}get onreadystatechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(exports.is(esValue))return utils.tryWrapperForImpl(esValue[implSymbol].onreadystatechange)}set onreadystatechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;exports.is(esValue)&&(V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onreadystatechange' property on 'Document': The provided value"}):null,esValue[implSymbol].onreadystatechange=V)}get anchors(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get anchors' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"anchors",()=>utils.tryWrapperForImpl(esValue[implSymbol].anchors))}get applets(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get applets' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"applets",()=>utils.tryWrapperForImpl(esValue[implSymbol].applets))}get styleSheets(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get styleSheets' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"styleSheets",()=>utils.tryWrapperForImpl(esValue[implSymbol].styleSheets))}get hidden(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hidden' called on an object that is not a valid instance of Document.");return esValue[implSymbol].hidden}get visibilityState(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get visibilityState' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].visibilityState)}get onvisibilitychange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onvisibilitychange' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onvisibilitychange)}set onvisibilitychange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onvisibilitychange' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onvisibilitychange' property on 'Document': The provided value"}):null,esValue[implSymbol].onvisibilitychange=V}get onabort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onabort' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onabort)}set onabort(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onabort' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onabort' property on 'Document': The provided value"}):null,esValue[implSymbol].onabort=V}get onauxclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onauxclick' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onauxclick)}set onauxclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onauxclick' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onauxclick' property on 'Document': The provided value"}):null,esValue[implSymbol].onauxclick=V}get onbeforeinput(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforeinput' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforeinput)}set onbeforeinput(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforeinput' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforeinput' property on 'Document': The provided value"}):null,esValue[implSymbol].onbeforeinput=V}get onbeforematch(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforematch' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforematch)}set onbeforematch(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforematch' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforematch' property on 'Document': The provided value"}):null,esValue[implSymbol].onbeforematch=V}get onbeforetoggle(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onbeforetoggle' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onbeforetoggle)}set onbeforetoggle(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onbeforetoggle' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onbeforetoggle' property on 'Document': The provided value"}):null,esValue[implSymbol].onbeforetoggle=V}get onblur(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onblur' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onblur)}set onblur(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onblur' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onblur' property on 'Document': The provided value"}):null,esValue[implSymbol].onblur=V}get oncancel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncancel' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncancel)}set oncancel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncancel' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncancel' property on 'Document': The provided value"}):null,esValue[implSymbol].oncancel=V}get oncanplay(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncanplay' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncanplay)}set oncanplay(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncanplay' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncanplay' property on 'Document': The provided value"}):null,esValue[implSymbol].oncanplay=V}get oncanplaythrough(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncanplaythrough' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncanplaythrough)}set oncanplaythrough(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncanplaythrough' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncanplaythrough' property on 'Document': The provided value"}):null,esValue[implSymbol].oncanplaythrough=V}get onchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onchange' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onchange)}set onchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onchange' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onchange' property on 'Document': The provided value"}):null,esValue[implSymbol].onchange=V}get onclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onclick' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onclick)}set onclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onclick' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onclick' property on 'Document': The provided value"}):null,esValue[implSymbol].onclick=V}get onclose(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onclose' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onclose)}set onclose(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onclose' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onclose' property on 'Document': The provided value"}):null,esValue[implSymbol].onclose=V}get oncontextlost(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextlost' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextlost)}set oncontextlost(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextlost' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextlost' property on 'Document': The provided value"}):null,esValue[implSymbol].oncontextlost=V}get oncontextmenu(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextmenu' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextmenu)}set oncontextmenu(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextmenu' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextmenu' property on 'Document': The provided value"}):null,esValue[implSymbol].oncontextmenu=V}get oncontextrestored(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncontextrestored' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncontextrestored)}set oncontextrestored(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncontextrestored' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncontextrestored' property on 'Document': The provided value"}):null,esValue[implSymbol].oncontextrestored=V}get oncopy(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncopy' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncopy)}set oncopy(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncopy' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncopy' property on 'Document': The provided value"}):null,esValue[implSymbol].oncopy=V}get oncuechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncuechange' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncuechange)}set oncuechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncuechange' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncuechange' property on 'Document': The provided value"}):null,esValue[implSymbol].oncuechange=V}get oncut(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oncut' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oncut)}set oncut(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oncut' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oncut' property on 'Document': The provided value"}):null,esValue[implSymbol].oncut=V}get ondblclick(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondblclick' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondblclick)}set ondblclick(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondblclick' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondblclick' property on 'Document': The provided value"}):null,esValue[implSymbol].ondblclick=V}get ondrag(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondrag' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondrag)}set ondrag(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondrag' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondrag' property on 'Document': The provided value"}):null,esValue[implSymbol].ondrag=V}get ondragend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragend' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragend)}set ondragend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragend' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragend' property on 'Document': The provided value"}):null,esValue[implSymbol].ondragend=V}get ondragenter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragenter' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragenter)}set ondragenter(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragenter' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragenter' property on 'Document': The provided value"}):null,esValue[implSymbol].ondragenter=V}get ondragleave(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragleave' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragleave)}set ondragleave(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragleave' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragleave' property on 'Document': The provided value"}):null,esValue[implSymbol].ondragleave=V}get ondragover(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragover' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragover)}set ondragover(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragover' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragover' property on 'Document': The provided value"}):null,esValue[implSymbol].ondragover=V}get ondragstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondragstart' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondragstart)}set ondragstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondragstart' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondragstart' property on 'Document': The provided value"}):null,esValue[implSymbol].ondragstart=V}get ondrop(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondrop' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondrop)}set ondrop(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondrop' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondrop' property on 'Document': The provided value"}):null,esValue[implSymbol].ondrop=V}get ondurationchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ondurationchange' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ondurationchange)}set ondurationchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ondurationchange' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ondurationchange' property on 'Document': The provided value"}):null,esValue[implSymbol].ondurationchange=V}get onemptied(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onemptied' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onemptied)}set onemptied(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onemptied' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onemptied' property on 'Document': The provided value"}):null,esValue[implSymbol].onemptied=V}get onended(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onended' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onended)}set onended(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onended' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onended' property on 'Document': The provided value"}):null,esValue[implSymbol].onended=V}get onerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onerror' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onerror)}set onerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onerror' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?OnErrorEventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onerror' property on 'Document': The provided value"}):null,esValue[implSymbol].onerror=V}get onfocus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onfocus' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onfocus)}set onfocus(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onfocus' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onfocus' property on 'Document': The provided value"}):null,esValue[implSymbol].onfocus=V}get onformdata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onformdata' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onformdata)}set onformdata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onformdata' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onformdata' property on 'Document': The provided value"}):null,esValue[implSymbol].onformdata=V}get oninput(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oninput' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oninput)}set oninput(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oninput' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oninput' property on 'Document': The provided value"}):null,esValue[implSymbol].oninput=V}get oninvalid(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oninvalid' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].oninvalid)}set oninvalid(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set oninvalid' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'oninvalid' property on 'Document': The provided value"}):null,esValue[implSymbol].oninvalid=V}get onkeydown(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeydown' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeydown)}set onkeydown(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeydown' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeydown' property on 'Document': The provided value"}):null,esValue[implSymbol].onkeydown=V}get onkeypress(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeypress' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeypress)}set onkeypress(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeypress' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeypress' property on 'Document': The provided value"}):null,esValue[implSymbol].onkeypress=V}get onkeyup(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onkeyup' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onkeyup)}set onkeyup(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onkeyup' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onkeyup' property on 'Document': The provided value"}):null,esValue[implSymbol].onkeyup=V}get onload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onload' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onload)}set onload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onload' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onload' property on 'Document': The provided value"}):null,esValue[implSymbol].onload=V}get onloadeddata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadeddata' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadeddata)}set onloadeddata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadeddata' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadeddata' property on 'Document': The provided value"}):null,esValue[implSymbol].onloadeddata=V}get onloadedmetadata(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadedmetadata' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadedmetadata)}set onloadedmetadata(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadedmetadata' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadedmetadata' property on 'Document': The provided value"}):null,esValue[implSymbol].onloadedmetadata=V}get onloadstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadstart' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadstart)}set onloadstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadstart' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadstart' property on 'Document': The provided value"}):null,esValue[implSymbol].onloadstart=V}get onmousedown(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmousedown' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onmousedown)}set onmousedown(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmousedown' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmousedown' property on 'Document': The provided value"}):null,esValue[implSymbol].onmousedown=V}get onmouseenter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(exports.is(esValue))return utils.tryWrapperForImpl(esValue[implSymbol].onmouseenter)}set onmouseenter(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;exports.is(esValue)&&(V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseenter' property on 'Document': The provided value"}):null,esValue[implSymbol].onmouseenter=V)}get onmouseleave(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(exports.is(esValue))return utils.tryWrapperForImpl(esValue[implSymbol].onmouseleave)}set onmouseleave(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;exports.is(esValue)&&(V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseleave' property on 'Document': The provided value"}):null,esValue[implSymbol].onmouseleave=V)}get onmousemove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmousemove' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onmousemove)}set onmousemove(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmousemove' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmousemove' property on 'Document': The provided value"}):null,esValue[implSymbol].onmousemove=V}get onmouseout(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseout' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseout)}set onmouseout(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseout' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseout' property on 'Document': The provided value"}):null,esValue[implSymbol].onmouseout=V}get onmouseover(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseover' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseover)}set onmouseover(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseover' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseover' property on 'Document': The provided value"}):null,esValue[implSymbol].onmouseover=V}get onmouseup(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onmouseup' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onmouseup)}set onmouseup(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onmouseup' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onmouseup' property on 'Document': The provided value"}):null,esValue[implSymbol].onmouseup=V}get onpaste(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpaste' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onpaste)}set onpaste(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpaste' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpaste' property on 'Document': The provided value"}):null,esValue[implSymbol].onpaste=V}get onpause(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onpause' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onpause)}set onpause(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onpause' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onpause' property on 'Document': The provided value"}):null,esValue[implSymbol].onpause=V}get onplay(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onplay' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onplay)}set onplay(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onplay' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onplay' property on 'Document': The provided value"}):null,esValue[implSymbol].onplay=V}get onplaying(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onplaying' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onplaying)}set onplaying(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onplaying' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onplaying' property on 'Document': The provided value"}):null,esValue[implSymbol].onplaying=V}get onprogress(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onprogress' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onprogress)}set onprogress(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onprogress' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onprogress' property on 'Document': The provided value"}):null,esValue[implSymbol].onprogress=V}get onratechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onratechange' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onratechange)}set onratechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onratechange' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onratechange' property on 'Document': The provided value"}):null,esValue[implSymbol].onratechange=V}get onreset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onreset' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onreset)}set onreset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onreset' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onreset' property on 'Document': The provided value"}):null,esValue[implSymbol].onreset=V}get onresize(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onresize' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onresize)}set onresize(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onresize' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onresize' property on 'Document': The provided value"}):null,esValue[implSymbol].onresize=V}get onscroll(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onscroll' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onscroll)}set onscroll(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onscroll' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onscroll' property on 'Document': The provided value"}):null,esValue[implSymbol].onscroll=V}get onscrollend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onscrollend' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onscrollend)}set onscrollend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onscrollend' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onscrollend' property on 'Document': The provided value"}):null,esValue[implSymbol].onscrollend=V}get onsecuritypolicyviolation(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsecuritypolicyviolation' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onsecuritypolicyviolation)}set onsecuritypolicyviolation(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsecuritypolicyviolation' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsecuritypolicyviolation' property on 'Document': The provided value"}):null,esValue[implSymbol].onsecuritypolicyviolation=V}get onseeked(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onseeked' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onseeked)}set onseeked(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onseeked' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onseeked' property on 'Document': The provided value"}):null,esValue[implSymbol].onseeked=V}get onseeking(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onseeking' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onseeking)}set onseeking(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onseeking' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onseeking' property on 'Document': The provided value"}):null,esValue[implSymbol].onseeking=V}get onselect(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onselect' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onselect)}set onselect(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onselect' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onselect' property on 'Document': The provided value"}):null,esValue[implSymbol].onselect=V}get onslotchange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onslotchange' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onslotchange)}set onslotchange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onslotchange' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onslotchange' property on 'Document': The provided value"}):null,esValue[implSymbol].onslotchange=V}get onstalled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onstalled' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onstalled)}set onstalled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onstalled' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onstalled' property on 'Document': The provided value"}):null,esValue[implSymbol].onstalled=V}get onsubmit(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsubmit' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onsubmit)}set onsubmit(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsubmit' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsubmit' property on 'Document': The provided value"}):null,esValue[implSymbol].onsubmit=V}get onsuspend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onsuspend' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onsuspend)}set onsuspend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onsuspend' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onsuspend' property on 'Document': The provided value"}):null,esValue[implSymbol].onsuspend=V}get ontimeupdate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontimeupdate' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ontimeupdate)}set ontimeupdate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontimeupdate' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontimeupdate' property on 'Document': The provided value"}):null,esValue[implSymbol].ontimeupdate=V}get ontoggle(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontoggle' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ontoggle)}set ontoggle(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontoggle' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontoggle' property on 'Document': The provided value"}):null,esValue[implSymbol].ontoggle=V}get onvolumechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onvolumechange' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onvolumechange)}set onvolumechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onvolumechange' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onvolumechange' property on 'Document': The provided value"}):null,esValue[implSymbol].onvolumechange=V}get onwaiting(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwaiting' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onwaiting)}set onwaiting(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwaiting' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwaiting' property on 'Document': The provided value"}):null,esValue[implSymbol].onwaiting=V}get onwebkitanimationend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationend' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationend)}set onwebkitanimationend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationend' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationend' property on 'Document': The provided value"}):null,esValue[implSymbol].onwebkitanimationend=V}get onwebkitanimationiteration(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationiteration' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationiteration)}set onwebkitanimationiteration(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationiteration' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationiteration' property on 'Document': The provided value"}):null,esValue[implSymbol].onwebkitanimationiteration=V}get onwebkitanimationstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkitanimationstart' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkitanimationstart)}set onwebkitanimationstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkitanimationstart' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkitanimationstart' property on 'Document': The provided value"}):null,esValue[implSymbol].onwebkitanimationstart=V}get onwebkittransitionend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwebkittransitionend' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onwebkittransitionend)}set onwebkittransitionend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwebkittransitionend' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwebkittransitionend' property on 'Document': The provided value"}):null,esValue[implSymbol].onwebkittransitionend=V}get onwheel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onwheel' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].onwheel)}set onwheel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onwheel' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onwheel' property on 'Document': The provided value"}):null,esValue[implSymbol].onwheel=V}get ontouchstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchstart' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchstart)}set ontouchstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchstart' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchstart' property on 'Document': The provided value"}):null,esValue[implSymbol].ontouchstart=V}get ontouchend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchend' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchend)}set ontouchend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchend' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchend' property on 'Document': The provided value"}):null,esValue[implSymbol].ontouchend=V}get ontouchmove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchmove' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchmove)}set ontouchmove(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchmove' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchmove' property on 'Document': The provided value"}):null,esValue[implSymbol].ontouchmove=V}get ontouchcancel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontouchcancel' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].ontouchcancel)}set ontouchcancel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontouchcancel' called on an object that is not a valid instance of Document.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontouchcancel' property on 'Document': The provided value"}):null,esValue[implSymbol].ontouchcancel=V}get activeElement(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get activeElement' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].activeElement)}get children(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get children' called on an object that is not a valid instance of Document.");return utils.getSameObject(this,"children",()=>utils.tryWrapperForImpl(esValue[implSymbol].children))}get firstElementChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get firstElementChild' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].firstElementChild)}get lastElementChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lastElementChild' called on an object that is not a valid instance of Document.");return utils.tryWrapperForImpl(esValue[implSymbol].lastElementChild)}get childElementCount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get childElementCount' called on an object that is not a valid instance of Document.");return esValue[implSymbol].childElementCount}}Object.defineProperties(Document.prototype,{getElementsByTagName:{enumerable:!0},getElementsByTagNameNS:{enumerable:!0},getElementsByClassName:{enumerable:!0},createElement:{enumerable:!0},createElementNS:{enumerable:!0},createDocumentFragment:{enumerable:!0},createTextNode:{enumerable:!0},createCDATASection:{enumerable:!0},createComment:{enumerable:!0},createProcessingInstruction:{enumerable:!0},importNode:{enumerable:!0},adoptNode:{enumerable:!0},createAttribute:{enumerable:!0},createAttributeNS:{enumerable:!0},createEvent:{enumerable:!0},createRange:{enumerable:!0},createNodeIterator:{enumerable:!0},createTreeWalker:{enumerable:!0},getElementsByName:{enumerable:!0},open:{enumerable:!0},close:{enumerable:!0},write:{enumerable:!0},writeln:{enumerable:!0},hasFocus:{enumerable:!0},clear:{enumerable:!0},captureEvents:{enumerable:!0},releaseEvents:{enumerable:!0},getSelection:{enumerable:!0},getElementById:{enumerable:!0},prepend:{enumerable:!0},append:{enumerable:!0},replaceChildren:{enumerable:!0},querySelector:{enumerable:!0},querySelectorAll:{enumerable:!0},implementation:{enumerable:!0},URL:{enumerable:!0},documentURI:{enumerable:!0},compatMode:{enumerable:!0},characterSet:{enumerable:!0},charset:{enumerable:!0},inputEncoding:{enumerable:!0},contentType:{enumerable:!0},doctype:{enumerable:!0},documentElement:{enumerable:!0},referrer:{enumerable:!0},cookie:{enumerable:!0},lastModified:{enumerable:!0},readyState:{enumerable:!0},title:{enumerable:!0},dir:{enumerable:!0},body:{enumerable:!0},head:{enumerable:!0},images:{enumerable:!0},embeds:{enumerable:!0},plugins:{enumerable:!0},links:{enumerable:!0},forms:{enumerable:!0},scripts:{enumerable:!0},currentScript:{enumerable:!0},defaultView:{enumerable:!0},onreadystatechange:{enumerable:!0},anchors:{enumerable:!0},applets:{enumerable:!0},styleSheets:{enumerable:!0},hidden:{enumerable:!0},visibilityState:{enumerable:!0},onvisibilitychange:{enumerable:!0},onabort:{enumerable:!0},onauxclick:{enumerable:!0},onbeforeinput:{enumerable:!0},onbeforematch:{enumerable:!0},onbeforetoggle:{enumerable:!0},onblur:{enumerable:!0},oncancel:{enumerable:!0},oncanplay:{enumerable:!0},oncanplaythrough:{enumerable:!0},onchange:{enumerable:!0},onclick:{enumerable:!0},onclose:{enumerable:!0},oncontextlost:{enumerable:!0},oncontextmenu:{enumerable:!0},oncontextrestored:{enumerable:!0},oncopy:{enumerable:!0},oncuechange:{enumerable:!0},oncut:{enumerable:!0},ondblclick:{enumerable:!0},ondrag:{enumerable:!0},ondragend:{enumerable:!0},ondragenter:{enumerable:!0},ondragleave:{enumerable:!0},ondragover:{enumerable:!0},ondragstart:{enumerable:!0},ondrop:{enumerable:!0},ondurationchange:{enumerable:!0},onemptied:{enumerable:!0},onended:{enumerable:!0},onerror:{enumerable:!0},onfocus:{enumerable:!0},onformdata:{enumerable:!0},oninput:{enumerable:!0},oninvalid:{enumerable:!0},onkeydown:{enumerable:!0},onkeypress:{enumerable:!0},onkeyup:{enumerable:!0},onload:{enumerable:!0},onloadeddata:{enumerable:!0},onloadedmetadata:{enumerable:!0},onloadstart:{enumerable:!0},onmousedown:{enumerable:!0},onmouseenter:{enumerable:!0},onmouseleave:{enumerable:!0},onmousemove:{enumerable:!0},onmouseout:{enumerable:!0},onmouseover:{enumerable:!0},onmouseup:{enumerable:!0},onpaste:{enumerable:!0},onpause:{enumerable:!0},onplay:{enumerable:!0},onplaying:{enumerable:!0},onprogress:{enumerable:!0},onratechange:{enumerable:!0},onreset:{enumerable:!0},onresize:{enumerable:!0},onscroll:{enumerable:!0},onscrollend:{enumerable:!0},onsecuritypolicyviolation:{enumerable:!0},onseeked:{enumerable:!0},onseeking:{enumerable:!0},onselect:{enumerable:!0},onslotchange:{enumerable:!0},onstalled:{enumerable:!0},onsubmit:{enumerable:!0},onsuspend:{enumerable:!0},ontimeupdate:{enumerable:!0},ontoggle:{enumerable:!0},onvolumechange:{enumerable:!0},onwaiting:{enumerable:!0},onwebkitanimationend:{enumerable:!0},onwebkitanimationiteration:{enumerable:!0},onwebkitanimationstart:{enumerable:!0},onwebkittransitionend:{enumerable:!0},onwheel:{enumerable:!0},ontouchstart:{enumerable:!0},ontouchend:{enumerable:!0},ontouchmove:{enumerable:!0},ontouchcancel:{enumerable:!0},activeElement:{enumerable:!0},children:{enumerable:!0},firstElementChild:{enumerable:!0},lastElementChild:{enumerable:!0},childElementCount:{enumerable:!0},[Symbol.toStringTag]:{value:"Document",configurable:!0},[Symbol.unscopables]:{value:{prepend:!0,append:!0,replaceChildren:!0,__proto__:null},configurable:!0}}),ctorRegistry.Document=Document,Object.defineProperty(globalObject,"Document",{configurable:!0,writable:!0,value:Document})};const Impl=__webpack_require__(21453)},61851:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var bind=__webpack_require__(15465),$apply=__webpack_require__(57052),actualApply=__webpack_require__(81978);module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| return actualApply(bind,$apply,arguments)}},62072:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="attributeFilter";let value=null==obj?void 0:obj[key];if(void 0!==value){if(!utils.isObject(value))throw new globalObject.TypeError(context+" has member 'attributeFilter' that is not an iterable object.");{const V=[],tmp=value;for(let nextItem of tmp)nextItem=conversions.DOMString(nextItem,{context:context+" has member 'attributeFilter' that's element",globals:globalObject}),V.push(nextItem);value=V}ret[key]=value}}{const key="attributeOldValue";let value=null==obj?void 0:obj[key];void 0!==value&&(value=conversions.boolean(value,{context:context+" has member 'attributeOldValue' that",globals:globalObject}),ret[key]=value)}{const key="attributes";let value=null==obj?void 0:obj[key];void 0!==value&&(value=conversions.boolean(value,{context:context+" has member 'attributes' that",globals:globalObject}),ret[key]=value)}{const key="characterData";let value=null==obj?void 0:obj[key];void 0!==value&&(value=conversions.boolean(value,{context:context+" has member 'characterData' that",globals:globalObject}),ret[key]=value)}{const key="characterDataOldValue";let value=null==obj?void 0:obj[key];void 0!==value&&(value=conversions.boolean(value,{context:context+" has member 'characterDataOldValue' that",globals:globalObject}),ret[key]=value)}{const key="childList";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'childList' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="subtree";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'subtree' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},62099:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),SubmitEventInit=__webpack_require__(48665),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SubmitEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SubmitEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SubmitEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'SubmitEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'SubmitEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=SubmitEventInit.convert(globalObject,curArg,{context:"Failed to construct 'SubmitEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get submitter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get submitter' called on an object that is not a valid instance of SubmitEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].submitter)}}Object.defineProperties(SubmitEvent.prototype,{submitter:{enumerable:!0},[Symbol.toStringTag]:{value:"SubmitEvent",configurable:!0}}),ctorRegistry.SubmitEvent=SubmitEvent,Object.defineProperty(globalObject,"SubmitEvent",{configurable:!0,writable:!0,value:SubmitEvent})};const Impl=__webpack_require__(37666)},62304:module=>{"use strict";module.exports=new Set(["background","background-attachment","background-color","background-image","background-position","background-repeat","border","border-bottom","border-bottom-color","border-bottom-style","border-bottom-width","border-collapse","border-color","border-left","border-left-color","border-left-style","border-left-width","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-style","border-top-width","border-width","bottom","clear","clip","color","flex","flex-basis","flex-grow","flex-shrink","float","flood-color","font","font-family","font-size","font-style","font-variant","font-weight","height","left","lighting-color","line-height","margin","margin-bottom","margin-left","margin-right","margin-top","opacity","outline-color","padding","padding-bottom","padding-left","padding-right","padding-top","right","stop-color","top","-webkit-border-after-color","-webkit-border-before-color","-webkit-border-end-color","-webkit-border-start-color","-webkit-column-rule-color","-webkit-tap-highlight-color","-webkit-text-emphasis-color","-webkit-text-fill-color","-webkit-text-stroke-color","width"])},62309:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),CustomElementConstructor=__webpack_require__(21016),ElementDefinitionOptions=__webpack_require__(31582),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,Node=__webpack_require__(13079),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].CustomElementRegistry.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'CustomElementRegistry'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class CustomElementRegistry{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}define(name,constructor){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'define' called on an object that is not a valid instance of CustomElementRegistry.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'define' on 'CustomElementRegistry': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'define' on 'CustomElementRegistry': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=CustomElementConstructor.convert(globalObject,curArg,{context:"Failed to execute 'define' on 'CustomElementRegistry': parameter 2"}),args.push(curArg)}{let curArg=arguments[2];curArg=ElementDefinitionOptions.convert(globalObject,curArg,{context:"Failed to execute 'define' on 'CustomElementRegistry': parameter 3"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].define(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get' called on an object that is not a valid instance of CustomElementRegistry.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'get' on 'CustomElementRegistry': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'get' on 'CustomElementRegistry': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].get(...args)}whenDefined(name){ |
| /*ThouShaltNotCache*/ |
| try{const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'whenDefined' called on an object that is not a valid instance of CustomElementRegistry.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'whenDefined' on 'CustomElementRegistry': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'whenDefined' on 'CustomElementRegistry': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].whenDefined(...args))}catch(e){return globalObject.Promise.reject(e)}}upgrade(root){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'upgrade' called on an object that is not a valid instance of CustomElementRegistry.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'upgrade' on 'CustomElementRegistry': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'upgrade' on 'CustomElementRegistry': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].upgrade(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(CustomElementRegistry.prototype,{define:{enumerable:!0},get:{enumerable:!0},whenDefined:{enumerable:!0},upgrade:{enumerable:!0},[Symbol.toStringTag]:{value:"CustomElementRegistry",configurable:!0}}),ctorRegistry.CustomElementRegistry=CustomElementRegistry,Object.defineProperty(globalObject,"CustomElementRegistry",{configurable:!0,writable:!0,value:CustomElementRegistry})};const Impl=__webpack_require__(45914)},62452:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),EventHandlerNonNull=__webpack_require__(70705),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,EventTarget=__webpack_require__(87950);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].XMLHttpRequestEventTarget.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'XMLHttpRequestEventTarget'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| EventTarget._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","DedicatedWorker","SharedWorker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class XMLHttpRequestEventTarget extends globalObject.EventTarget{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get onloadstart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadstart' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadstart)}set onloadstart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadstart' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadstart' property on 'XMLHttpRequestEventTarget': The provided value"}):null,esValue[implSymbol].onloadstart=V}get onprogress(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onprogress' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");return utils.tryWrapperForImpl(esValue[implSymbol].onprogress)}set onprogress(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onprogress' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onprogress' property on 'XMLHttpRequestEventTarget': The provided value"}):null,esValue[implSymbol].onprogress=V}get onabort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onabort' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");return utils.tryWrapperForImpl(esValue[implSymbol].onabort)}set onabort(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onabort' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onabort' property on 'XMLHttpRequestEventTarget': The provided value"}):null,esValue[implSymbol].onabort=V}get onerror(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onerror' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");return utils.tryWrapperForImpl(esValue[implSymbol].onerror)}set onerror(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onerror' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onerror' property on 'XMLHttpRequestEventTarget': The provided value"}):null,esValue[implSymbol].onerror=V}get onload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onload' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");return utils.tryWrapperForImpl(esValue[implSymbol].onload)}set onload(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onload' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onload' property on 'XMLHttpRequestEventTarget': The provided value"}):null,esValue[implSymbol].onload=V}get ontimeout(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ontimeout' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");return utils.tryWrapperForImpl(esValue[implSymbol].ontimeout)}set ontimeout(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ontimeout' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'ontimeout' property on 'XMLHttpRequestEventTarget': The provided value"}):null,esValue[implSymbol].ontimeout=V}get onloadend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onloadend' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");return utils.tryWrapperForImpl(esValue[implSymbol].onloadend)}set onloadend(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onloadend' called on an object that is not a valid instance of XMLHttpRequestEventTarget.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onloadend' property on 'XMLHttpRequestEventTarget': The provided value"}):null,esValue[implSymbol].onloadend=V}}Object.defineProperties(XMLHttpRequestEventTarget.prototype,{onloadstart:{enumerable:!0},onprogress:{enumerable:!0},onabort:{enumerable:!0},onerror:{enumerable:!0},onload:{enumerable:!0},ontimeout:{enumerable:!0},onloadend:{enumerable:!0},[Symbol.toStringTag]:{value:"XMLHttpRequestEventTarget",configurable:!0}}),ctorRegistry.XMLHttpRequestEventTarget=XMLHttpRequestEventTarget,Object.defineProperty(globalObject,"XMLHttpRequestEventTarget",{configurable:!0,writable:!0,value:XMLHttpRequestEventTarget})};const Impl=__webpack_require__(73542)},62490:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| function invokeTheCallbackFunction(...args){ |
| /*ThouShaltNotCache*/ |
| const thisArg=utils.tryWrapperForImpl(this);let callResult;if("function"==typeof value){for(let i=0;i<Math.min(args.length,5);i++)args[i]=utils.tryWrapperForImpl(args[i]);if(args.length<1)for(let i=args.length;i<1;i++)args[i]=void 0;else args.length>5&&(args.length=5);callResult=Reflect.apply(value,thisArg,args)}return callResult=conversions.any(callResult,{context,globals:globalObject}),callResult}return invokeTheCallbackFunction.construct=(...args)=>{ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<Math.min(args.length,5);i++)args[i]=utils.tryWrapperForImpl(args[i]);if(args.length<1)for(let i=args.length;i<1;i++)args[i]=void 0;else args.length>5&&(args.length=5);let callResult=Reflect.construct(value,args);return callResult=conversions.any(callResult,{context,globals:globalObject}),callResult},invokeTheCallbackFunction[utils.wrapperSymbol]=value,invokeTheCallbackFunction.objectReference=value,invokeTheCallbackFunction}},62671:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),DOMRectInit=__webpack_require__(66259),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DOMRectReadOnly.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DOMRectReadOnly'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DOMRectReadOnly{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions["unrestricted double"](curArg,{context:"Failed to construct 'DOMRectReadOnly': parameter 1",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions["unrestricted double"](curArg,{context:"Failed to construct 'DOMRectReadOnly': parameter 2",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg?conversions["unrestricted double"](curArg,{context:"Failed to construct 'DOMRectReadOnly': parameter 3",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?conversions["unrestricted double"](curArg,{context:"Failed to construct 'DOMRectReadOnly': parameter 4",globals:globalObject}):0,args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}toJSON(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toJSON' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].toJSON()}get x(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get x' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].x}get y(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get y' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].y}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].width}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].height}get top(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get top' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].top}get right(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get right' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].right}get bottom(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get bottom' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].bottom}get left(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get left' called on an object that is not a valid instance of DOMRectReadOnly.");return esValue[implSymbol].left}static fromRect(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];curArg=DOMRectInit.convert(globalObject,curArg,{context:"Failed to execute 'fromRect' on 'DOMRectReadOnly': parameter 1"}),args.push(curArg)}return utils.tryWrapperForImpl(Impl.implementation.fromRect(globalObject,...args))}}Object.defineProperties(DOMRectReadOnly.prototype,{toJSON:{enumerable:!0},x:{enumerable:!0},y:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},top:{enumerable:!0},right:{enumerable:!0},bottom:{enumerable:!0},left:{enumerable:!0},[Symbol.toStringTag]:{value:"DOMRectReadOnly",configurable:!0}}),Object.defineProperties(DOMRectReadOnly,{fromRect:{enumerable:!0}}),ctorRegistry.DOMRectReadOnly=DOMRectReadOnly,Object.defineProperty(globalObject,"DOMRectReadOnly",{configurable:!0,writable:!0,value:DOMRectReadOnly})};const Impl=__webpack_require__(15037)},62778:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLHeadElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLHeadElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLHeadElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLHeadElement",new.target)}}Object.defineProperties(HTMLHeadElement.prototype,{[Symbol.toStringTag]:{value:"HTMLHeadElement",configurable:!0}}),ctorRegistry.HTMLHeadElement=HTMLHeadElement,Object.defineProperty(globalObject,"HTMLHeadElement",{configurable:!0,writable:!0,value:HTMLHeadElement})};const Impl=__webpack_require__(13697)},62983:()=>{},62995:module=>{"use strict";module.exports=new Set(["-webkit-line-clamp","accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","anchor-scope","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","azimuth","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","baseline-shift","baseline-source","block-ellipsis","block-size","block-step","block-step-align","block-step-insert","block-step-round","block-step-size","bookmark-label","bookmark-level","bookmark-state","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-boundary","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","box-snap","break-after","break-before","break-inside","caption-side","caret","caret-color","caret-shape","clear","clip","clip-path","clip-rule","color","color-adjust","color-interpolation-filters","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-break","column-rule-color","column-rule-outset","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","continue","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","dynamic-range-limit","elevation","empty-cells","fill","fill-break","fill-color","fill-image","fill-opacity","fill-origin","fill-position","fill-repeat","fill-rule","fill-size","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","float-defer","float-offset","float-reference","flood-color","flood-opacity","flow-from","flow-into","font","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","font-width","footnote-display","footnote-policy","forced-color-adjust","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphenate-limit-last","hyphenate-limit-lines","hyphenate-limit-zone","hyphens","image-orientation","image-rendering","image-resolution","initial-letter","initial-letter-align","initial-letter-wrap","inline-size","inline-sizing","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","interpolate-size","isolation","item-cross","item-direction","item-flow","item-pack","item-slack","item-track","item-wrap","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-clamp","line-fit-edge","line-grid","line-height","line-height-step","line-padding","line-snap","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-break","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-knockout-left","marker-knockout-right","marker-mid","marker-pattern","marker-segment","marker-side","marker-start","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-lines","max-width","min-block-size","min-height","min-inline-size","min-intrinsic-sizing","min-width","mix-blend-mode","nav-down","nav-left","nav-right","nav-up","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-clip-margin-block","overflow-clip-margin-block-end","overflow-clip-margin-block-start","overflow-clip-margin-bottom","overflow-clip-margin-inline","overflow-clip-margin-inline-end","overflow-clip-margin-inline-start","overflow-clip-margin-left","overflow-clip-margin-right","overflow-clip-margin-top","overflow-inline","overflow-wrap","overflow-x","overflow-y","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pitch","pitch-range","place-content","place-items","place-self","play-during","position","position-anchor","position-area","position-try","position-try-fallbacks","position-try-order","position-visibility","print-color-adjust","quotes","reading-flow","region-fragment","resize","rest","rest-after","rest-before","richness","right","rotate","row-gap","row-rule","row-rule-break","row-rule-color","row-rule-outset","row-rule-style","row-rule-width","ruby-align","ruby-merge","ruby-overhang","ruby-position","rule","rule-break","rule-color","rule-outset","rule-paint-order","rule-style","rule-width","running","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-marker-group","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-start-target","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-inside","shape-margin","shape-outside","slider-orientation","spatial-navigation-action","spatial-navigation-contain","spatial-navigation-function","speak","speak-as","speak-header","speak-numeral","speak-punctuation","speech-rate","stress","string-set","stroke","stroke-align","stroke-alignment","stroke-break","stroke-color","stroke-dash-corner","stroke-dash-justify","stroke-dashadjust","stroke-dasharray","stroke-dashcorner","stroke-dashoffset","stroke-image","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-origin","stroke-position","stroke-repeat","stroke-size","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-autospace","text-box","text-box-edge","text-box-trim","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-box","text-decoration-skip-ink","text-decoration-skip-inset","text-decoration-skip-self","text-decoration-skip-spaces","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-skip","text-emphasis-style","text-group-align","text-indent","text-justify","text-orientation","text-overflow","text-shadow","text-spacing","text-spacing-trim","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-select","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-class","view-transition-group","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","volume","white-space","white-space-collapse","white-space-trim","widows","width","will-change","word-break","word-space-transform","word-spacing","word-wrap","wrap-after","wrap-before","wrap-flow","wrap-inside","wrap-through","writing-mode","z-index"])},63027:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLSourceElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLSourceElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLSourceElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLSourceElement",new.target)}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLSourceElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLSourceElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLSourceElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLSourceElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLSourceElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLSourceElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get srcset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get srcset' called on an object that is not a valid instance of HTMLSourceElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("srcset");return null===value?"":conversions.USVString(value)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set srcset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set srcset' called on an object that is not a valid instance of HTMLSourceElement.");V=conversions.USVString(V,{context:"Failed to set the 'srcset' property on 'HTMLSourceElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("srcset",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get sizes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get sizes' called on an object that is not a valid instance of HTMLSourceElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("sizes");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set sizes(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set sizes' called on an object that is not a valid instance of HTMLSourceElement.");V=conversions.DOMString(V,{context:"Failed to set the 'sizes' property on 'HTMLSourceElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("sizes",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get media(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get media' called on an object that is not a valid instance of HTMLSourceElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("media");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set media(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set media' called on an object that is not a valid instance of HTMLSourceElement.");V=conversions.DOMString(V,{context:"Failed to set the 'media' property on 'HTMLSourceElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("media",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLSourceElement.prototype,{src:{enumerable:!0},type:{enumerable:!0},srcset:{enumerable:!0},sizes:{enumerable:!0},media:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLSourceElement",configurable:!0}}),ctorRegistry.HTMLSourceElement=HTMLSourceElement,Object.defineProperty(globalObject,"HTMLSourceElement",{configurable:!0,writable:!0,value:HTMLSourceElement})};const Impl=__webpack_require__(32186)},63029:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGAnimatedString.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGAnimatedString'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGAnimatedString{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get baseVal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get baseVal' called on an object that is not a valid instance of SVGAnimatedString.");return esValue[implSymbol].baseVal}set baseVal(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set baseVal' called on an object that is not a valid instance of SVGAnimatedString.");V=conversions.DOMString(V,{context:"Failed to set the 'baseVal' property on 'SVGAnimatedString': The provided value",globals:globalObject}),esValue[implSymbol].baseVal=V}get animVal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get animVal' called on an object that is not a valid instance of SVGAnimatedString.");return esValue[implSymbol].animVal}}Object.defineProperties(SVGAnimatedString.prototype,{baseVal:{enumerable:!0},animVal:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGAnimatedString",configurable:!0}}),ctorRegistry.SVGAnimatedString=SVGAnimatedString,Object.defineProperty(globalObject,"SVGAnimatedString",{configurable:!0,writable:!0,value:SVGAnimatedString})};const Impl=__webpack_require__(59237)},63414:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,NODE_TYPE=__webpack_require__(53010),{stripAndCollapseASCIIWhitespace}=__webpack_require__(8337),{domSymbolTree}=__webpack_require__(35442),{HTML_NS,SVG_NS}=__webpack_require__(36675),{closest}=__webpack_require__(49397),{formOwner}=__webpack_require__(28888);function childTextContentExcludingDescendantsOfScript(root){ |
| /*ThouShaltNotCache*/ |
| let text="";for(const child of domSymbolTree.childrenIterator(root))("script"!==child._localName||child._namespaceURI!==HTML_NS&&child._namespaceURI!==SVG_NS)&&(child.nodeType===NODE_TYPE.TEXT_NODE||child.nodeType===NODE_TYPE.CDATA_SECTION_NODE?text+=child.nodeValue:text+=childTextContentExcludingDescendantsOfScript(child));return text}module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._selectedness=!1,this._dirtyness=!1}_removeOtherSelectedness(){ |
| /*ThouShaltNotCache*/ |
| const select=this._selectNode;if(select&&!select.hasAttributeNS(null,"multiple"))for(const option of select.options)option!==this&&(option._selectedness=!1)}_askForAReset(){ |
| /*ThouShaltNotCache*/ |
| const select=this._selectNode;select&&select._askedForAReset()}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| this._dirtyness||"selected"!==name||(this._selectedness=this.hasAttributeNS(null,"selected"),this._selectedness&&this._removeOtherSelectedness(),this._askForAReset()),super._attrModified(name,value,oldValue)}get _selectNode(){ |
| /*ThouShaltNotCache*/ |
| let select=domSymbolTree.parent(this);return select&&("select"===select._localName||(select=domSymbolTree.parent(select),select&&"select"===select._localName))?select:null}get form(){ |
| /*ThouShaltNotCache*/ |
| return formOwner(this)}get text(){ |
| /*ThouShaltNotCache*/ |
| return stripAndCollapseASCIIWhitespace(childTextContentExcludingDescendantsOfScript(this))}set text(value){ |
| /*ThouShaltNotCache*/ |
| this.textContent=value}_getValue(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"value")?this.getAttributeNS(null,"value"):this.text}get value(){ |
| /*ThouShaltNotCache*/ |
| return this._getValue()}set value(value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"value",value)}get index(){ |
| /*ThouShaltNotCache*/ |
| const select=closest(this,"select");return null===select?0:select.options.indexOf(this)}get selected(){ |
| /*ThouShaltNotCache*/ |
| return this._selectedness}set selected(s){ |
| /*ThouShaltNotCache*/ |
| this._dirtyness=!0,this._selectedness=Boolean(s),this._selectedness&&this._removeOtherSelectedness(),this._askForAReset(),this._modified()}get label(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"label")?this.getAttributeNS(null,"label"):this.text}set label(value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"label",value)}}}},64150:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630);__webpack_require__(65554);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="is";let value=null==obj?void 0:obj[key];void 0!==value&&(value=conversions.DOMString(value,{context:context+" has member 'is' that",globals:globalObject}),ret[key]=value)}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},64193:(module,__unused_webpack_exports,__webpack_require__)=>{function config(name){ |
| /*ThouShaltNotCache*/ |
| try{if(!__webpack_require__.g.localStorage)return!1}catch(_){return!1}var val=__webpack_require__.g.localStorage[name];return null!=val&&"true"===String(val).toLowerCase()}module.exports=function(fn,msg){ |
| /*ThouShaltNotCache*/ |
| if(config("noDeprecation"))return fn;var warned=!1;return function(){ |
| /*ThouShaltNotCache*/ |
| if(!warned){if(config("throwDeprecation"))throw new Error(msg);config("traceDeprecation")?console.trace(msg):console.warn(msg),warned=!0}return fn.apply(this,arguments)}}},64218:module=>{"use strict";module.exports=Math.floor},64257:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),DOMRectInit=__webpack_require__(66259),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,DOMRectReadOnly=__webpack_require__(62671);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DOMRect.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DOMRect'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| DOMRectReadOnly._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DOMRect extends globalObject.DOMRectReadOnly{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions["unrestricted double"](curArg,{context:"Failed to construct 'DOMRect': parameter 1",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?conversions["unrestricted double"](curArg,{context:"Failed to construct 'DOMRect': parameter 2",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg?conversions["unrestricted double"](curArg,{context:"Failed to construct 'DOMRect': parameter 3",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?conversions["unrestricted double"](curArg,{context:"Failed to construct 'DOMRect': parameter 4",globals:globalObject}):0,args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get x(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get x' called on an object that is not a valid instance of DOMRect.");return esValue[implSymbol].x}set x(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set x' called on an object that is not a valid instance of DOMRect.");V=conversions["unrestricted double"](V,{context:"Failed to set the 'x' property on 'DOMRect': The provided value",globals:globalObject}),esValue[implSymbol].x=V}get y(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get y' called on an object that is not a valid instance of DOMRect.");return esValue[implSymbol].y}set y(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set y' called on an object that is not a valid instance of DOMRect.");V=conversions["unrestricted double"](V,{context:"Failed to set the 'y' property on 'DOMRect': The provided value",globals:globalObject}),esValue[implSymbol].y=V}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of DOMRect.");return esValue[implSymbol].width}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of DOMRect.");V=conversions["unrestricted double"](V,{context:"Failed to set the 'width' property on 'DOMRect': The provided value",globals:globalObject}),esValue[implSymbol].width=V}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of DOMRect.");return esValue[implSymbol].height}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of DOMRect.");V=conversions["unrestricted double"](V,{context:"Failed to set the 'height' property on 'DOMRect': The provided value",globals:globalObject}),esValue[implSymbol].height=V}static fromRect(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];curArg=DOMRectInit.convert(globalObject,curArg,{context:"Failed to execute 'fromRect' on 'DOMRect': parameter 1"}),args.push(curArg)}return utils.tryWrapperForImpl(Impl.implementation.fromRect(globalObject,...args))}}Object.defineProperties(DOMRect.prototype,{x:{enumerable:!0},y:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},[Symbol.toStringTag]:{value:"DOMRect",configurable:!0}}),Object.defineProperties(DOMRect,{fromRect:{enumerable:!0}}),ctorRegistry.DOMRect=DOMRect,Object.defineProperty(globalObject,"DOMRect",{configurable:!0,writable:!0,value:DOMRect})};const Impl=__webpack_require__(3519)},64491:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var slice=Array.prototype.slice,isArgs=__webpack_require__(89267),origKeys=Object.keys,keysShim=origKeys?function(o){ |
| /*ThouShaltNotCache*/ |
| return origKeys(o)}:__webpack_require__(34717),originalKeys=Object.keys;keysShim.shim=function(){ |
| /*ThouShaltNotCache*/ |
| if(Object.keys){var keysWorksWithArguments=function(){ |
| /*ThouShaltNotCache*/ |
| var args=Object.keys(arguments);return args&&args.length===arguments.length}(1,2);keysWorksWithArguments||(Object.keys=function(object){ |
| /*ThouShaltNotCache*/ |
| return isArgs(object)?originalKeys(slice.call(object)):originalKeys(object)})}else Object.keys=keysShim;return Object.keys||keysShim},module.exports=keysShim},64626:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),{fireAnEvent}=__webpack_require__(97130);module.exports=class{constructor(document){ |
| /*ThouShaltNotCache*/ |
| this._document=document,this._defaultEncoding=document._encoding,this._resourceLoader=document._defaultView?document._defaultView._resourceLoader:null,this._requestManager=document._requestManager,this._queue=document._queue,this._deferQueue=document._deferQueue,this._asyncQueue=document._asyncQueue}fetch(url,{element,onLoad,onError}){ |
| /*ThouShaltNotCache*/ |
| const request=this._resourceLoader.fetch(url,{cookieJar:this._document._cookieJar,element:idlUtils.wrapperForImpl(element),referrer:this._document.URL});if(null===request)return null;this._requestManager.add(request);const onErrorWrapped=error=>{ |
| /*ThouShaltNotCache*/ |
| this._requestManager.remove(request),onError&&onError(error),fireAnEvent("error",element);const err=new Error(`Could not load ${element.localName}: "${url}"`);return err.type="resource loading",err.detail=error,this._document._defaultView._virtualConsole.emit("jsdomError",err),Promise.resolve()},onLoadWrapped=data=>{ |
| /*ThouShaltNotCache*/ |
| this._requestManager.remove(request),this._addCookies(url,request.response?request.response.headers:{});try{const result=onLoad?onLoad(data):void 0;return Promise.resolve(result).then(()=>( |
| /*ThouShaltNotCache*/ |
| fireAnEvent("load",element),Promise.resolve())).catch(err=>onErrorWrapped(err))}catch(err){return onErrorWrapped(err)}};return"script"===element.localName&&element.hasAttributeNS(null,"async")?this._asyncQueue.push(request,onLoadWrapped,onErrorWrapped,this._queue.getLastScript()):"script"===element.localName&&element.hasAttributeNS(null,"defer")&&"interactive"!==this._document.readyState?this._deferQueue.push(request,onLoadWrapped,onErrorWrapped,!1,element):this._queue.push(request,onLoadWrapped,onErrorWrapped,!1,element),request}_addCookies(url,headers){ |
| /*ThouShaltNotCache*/ |
| let cookies=headers["set-cookie"];cookies&&(Array.isArray(cookies)||(cookies=[cookies]),cookies.forEach(cookie=>{ |
| /*ThouShaltNotCache*/ |
| this._document._cookieJar.setCookieSync(cookie,url,{http:!0,ignoreError:!0})}))}}},64736:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLFieldSetElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLFieldSetElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLFieldSetElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLFieldSetElement",new.target)}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'checkValidity' called on an object that is not a valid instance of HTMLFieldSetElement.");return esValue[implSymbol].checkValidity()}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reportValidity' called on an object that is not a valid instance of HTMLFieldSetElement.");return esValue[implSymbol].reportValidity()}setCustomValidity(error){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setCustomValidity' called on an object that is not a valid instance of HTMLFieldSetElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setCustomValidity' on 'HTMLFieldSetElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setCustomValidity' on 'HTMLFieldSetElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setCustomValidity(...args)}get disabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get disabled' called on an object that is not a valid instance of HTMLFieldSetElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set disabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set disabled' called on an object that is not a valid instance of HTMLFieldSetElement.");V=conversions.boolean(V,{context:"Failed to set the 'disabled' property on 'HTMLFieldSetElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("disabled",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLFieldSetElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLFieldSetElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLFieldSetElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLFieldSetElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLFieldSetElement.");return esValue[implSymbol].type}get elements(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get elements' called on an object that is not a valid instance of HTMLFieldSetElement.");return utils.getSameObject(this,"elements",()=>utils.tryWrapperForImpl(esValue[implSymbol].elements))}get willValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get willValidate' called on an object that is not a valid instance of HTMLFieldSetElement.");return esValue[implSymbol].willValidate}get validity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validity' called on an object that is not a valid instance of HTMLFieldSetElement.");return utils.getSameObject(this,"validity",()=>utils.tryWrapperForImpl(esValue[implSymbol].validity))}get validationMessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validationMessage' called on an object that is not a valid instance of HTMLFieldSetElement.");return esValue[implSymbol].validationMessage}}Object.defineProperties(HTMLFieldSetElement.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},name:{enumerable:!0},type:{enumerable:!0},elements:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFieldSetElement",configurable:!0}}),ctorRegistry.HTMLFieldSetElement=HTMLFieldSetElement,Object.defineProperty(globalObject,"HTMLFieldSetElement",{configurable:!0,writable:!0,value:HTMLFieldSetElement})};const Impl=__webpack_require__(94331)},65049:module=>{"use strict";var $defineProperty=Object.defineProperty||!1;if($defineProperty)try{$defineProperty({},"a",{value:1})}catch(e){$defineProperty=!1}module.exports=$defineProperty},65199:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},65215:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const CSSOM=__webpack_require__(84765),allExtraProperties=__webpack_require__(4061),allProperties=__webpack_require__(62995),implementedProperties=__webpack_require__(62304),generatedProperties=__webpack_require__(56672),{hasVarFunc,parseKeyword,parseShorthand,prepareValue,splitValue}=__webpack_require__(34863),{dashedToCamelCase}=__webpack_require__(48973),{getPropertyDescriptor}=__webpack_require__(34212),{asciiLowercase}=__webpack_require__(90383);class CSSStyleDeclaration{constructor(onChangeCallback,opt={}){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperties(this,{constructor:{enumerable:!1,writable:!0},_global:{value:globalThis,enumerable:!1,writable:!0},_ownerNode:{value:null,enumerable:!1,writable:!0},_parentNode:{value:null,enumerable:!1,writable:!0},_onChange:{value:null,enumerable:!1,writable:!0},_values:{value:new Map,enumerable:!1,writable:!0},_priorities:{value:new Map,enumerable:!1,writable:!0},_length:{value:0,enumerable:!1,writable:!0},_computed:{value:!1,enumerable:!1,writable:!0},_readonly:{value:!1,enumerable:!1,writable:!0},_setInProgress:{value:!1,enumerable:!1,writable:!0}});const{context}=opt;if(context)if("function"==typeof context.getComputedStyle)this._global=context,this._computed=!0,this._readonly=!0;else if(1===context.nodeType&&Object.hasOwn(context,"style"))this._global=context.ownerDocument.defaultView,this._ownerNode=context;else if(Object.hasOwn(context,"parentRule")){this._parentRule=context;const window=context?.parentStyleSheet?.ownerNode?.ownerDocument?.defaultView;window&&(this._global=window)}"function"==typeof onChangeCallback&&(this._onChange=onChangeCallback)}get cssText(){ |
| /*ThouShaltNotCache*/ |
| if(this._computed)return"";const properties=[];for(let i=0;i<this._length;i++){const property=this[i],value=this.getPropertyValue(property),priority=this.getPropertyPriority(property);"important"===priority?properties.push(`${property}: ${value} !${priority};`):properties.push(`${property}: ${value};`)}return properties.join(" ")}set cssText(value){ |
| /*ThouShaltNotCache*/ |
| if(this._readonly){const msg="cssText can not be modified.",name="NoModificationAllowedError";throw new this._global.DOMException(msg,name)}if(Array.prototype.splice.call(this,0,this._length),this._values.clear(),this._priorities.clear(),this._parentRule||this._ownerNode&&this._setInProgress)return;let dummyRule;this._setInProgress=!0;try{dummyRule=CSSOM.parse(`#bogus{${value}}`).cssRules[0].style}catch{return}for(let i=0;i<dummyRule.length;i++){const property=dummyRule[i];this.setProperty(property,dummyRule.getPropertyValue(property),dummyRule.getPropertyPriority(property))}this._setInProgress=!1,"function"==typeof this._onChange&&this._onChange(this.cssText)}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._length}set length(len){ |
| /*ThouShaltNotCache*/ |
| for(let i=len;i<this._length;i++)delete this[i];this._length=len}get parentRule(){ |
| /*ThouShaltNotCache*/ |
| return this._parentRule}get cssFloat(){ |
| /*ThouShaltNotCache*/ |
| return this.getPropertyValue("float")}set cssFloat(value){ |
| /*ThouShaltNotCache*/ |
| this._setProperty("float",value)}getPropertyPriority(property){ |
| /*ThouShaltNotCache*/ |
| return this._priorities.get(property)||""}getPropertyValue(property){ |
| /*ThouShaltNotCache*/ |
| return this._values.has(property)?this._values.get(property).toString():""}item(...args){ |
| /*ThouShaltNotCache*/ |
| if(!args.length){const msg="1 argument required, but only 0 present.";throw new this._global.TypeError(msg)}let[index]=args;return index=parseInt(index),Number.isNaN(index)||index<0||index>=this._length?"":this[index]}removeProperty(property){ |
| /*ThouShaltNotCache*/ |
| if(this._readonly){const msg=`Property ${property} can not be modified.`,name="NoModificationAllowedError";throw new this._global.DOMException(msg,name)}if(!this._values.has(property))return"";const prevValue=this._values.get(property);this._values.delete(property),this._priorities.delete(property);const index=Array.prototype.indexOf.call(this,property);return index>=0&&(Array.prototype.splice.call(this,index,1),"function"==typeof this._onChange&&this._onChange(this.cssText)),prevValue}setProperty(property,value,priority=null){ |
| /*ThouShaltNotCache*/ |
| if(this._readonly){const msg=`Property ${property} can not be modified.`,name="NoModificationAllowedError";throw new this._global.DOMException(msg,name)}if(""===(value=prepareValue(value,this._global)))return this[property]="",void this.removeProperty(property);property.startsWith("--")?this._setProperty(property,value):(property=asciiLowercase(property),(allProperties.has(property)||allExtraProperties.has(property))&&(this[property]=value,priority?this._priorities.set(property,priority):this._priorities.delete(property)))}}Object.defineProperties(CSSStyleDeclaration.prototype,{_shorthandGetter:{value(property,shorthandFor){ |
| /*ThouShaltNotCache*/ |
| const parts=[];for(const key of shorthandFor.keys()){const val=this.getPropertyValue(key);if(hasVarFunc(val))return"";""!==val&&parts.push(val)}return parts.length?parts.join(" "):this._values.has(property)?this.getPropertyValue(property):""},enumerable:!1},_implicitGetter:{value(property,positions=[]){ |
| /*ThouShaltNotCache*/ |
| const parts=[];for(const position of positions){const val=this.getPropertyValue(`${property}-${position}`);if(""===val||hasVarFunc(val))return"";parts.push(val)}if(!parts.length)return"";switch(positions.length){case 4:{const[top,right,bottom,left]=parts;return top===right&&top===bottom&&right===left?top:top!==right&&top===bottom&&right===left?`${top} ${right}`:top!==right&&top!==bottom&&right===left?`${top} ${right} ${bottom}`:`${top} ${right} ${bottom} ${left}`}case 2:{const[x,y]=parts;return x===y?x:`${x} ${y}`}default:return""}},enumerable:!1},_setProperty:{value(property,val,priority=null){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof val)return;if(""===val)return void this.removeProperty(property);let originalText="";if("function"==typeof this._onChange&&(originalText=this.cssText),this._values.has(property)){Array.prototype.indexOf.call(this,property)<0&&(this[this._length]=property,this._length++)}else this[this._length]=property,this._length++;this._values.set(property,val),priority?this._priorities.set(property,priority):this._priorities.delete(property),"function"!=typeof this._onChange||this.cssText===originalText||this._setInProgress||this._onChange(this.cssText)},enumerable:!1},_shorthandSetter:{value(property,val,shorthandFor){ |
| /*ThouShaltNotCache*/ |
| val=prepareValue(val,this._global);const obj=parseShorthand(val,shorthandFor);if(!obj)return;for(const subprop of Object.keys(obj)){const camel=dashedToCamelCase(subprop);this[camel]=obj[subprop],obj[subprop]=this[camel],this.removeProperty(subprop),""!==obj[subprop]&&this._values.set(subprop,obj[subprop])}for(const[subprop]of shorthandFor)Object.hasOwn(obj,subprop)||(this.removeProperty(subprop),this._values.delete(subprop));this.removeProperty(property);const calculated=this._shorthandGetter(property,shorthandFor);return""!==calculated&&this._setProperty(property,calculated),obj},enumerable:!1},_midShorthandSetter:{value(property,val,shorthandFor,positions=[]){ |
| /*ThouShaltNotCache*/ |
| val=prepareValue(val,this._global);if(this._shorthandSetter(property,val,shorthandFor))for(const position of positions)this.removeProperty(`${property}-${position}`),this._values.set(`${property}-${position}`,val)},enumerable:!1},_implicitSetter:{value(prefix,part,val,isValid,parser,positions=[]){if("string"!=typeof( |
| /*ThouShaltNotCache*/ |
| val=prepareValue(val,this._global)))return;part||="",part&&(part=`-${part}`);let parts=[];if(""===val)parts.push(val);else{const key=parseKeyword(val);key?parts.push(key):parts.push(...splitValue(val))}if(parts.length&&!(parts.length>positions.length)&&parts.every(isValid)){switch(parts=parts.map(p=>parser(p)),this._setProperty(`${prefix}${part}`,parts.join(" ")),positions.length){case 4:1===parts.length?parts.push(parts[0],parts[0],parts[0]):2===parts.length?parts.push(parts[0],parts[1]):3===parts.length&&parts.push(parts[1]);break;case 2:1===parts.length&&parts.push(parts[0])}for(let i=0;i<positions.length;i++){const property=`${prefix}-${positions[i]}${part}`;this.removeProperty(property),this._values.set(property,parts[i])}}},enumerable:!1},_subImplicitSetter:{value(prefix,part,val,isValid,parser,positions=[]){if("string"!=typeof( |
| /*ThouShaltNotCache*/ |
| val=prepareValue(val,this._global))||!isValid(val))return;val=parser(val);const property=`${prefix}-${part}`;this._setProperty(property,val);const combinedPriority=this.getPropertyPriority(prefix),subparts=[];for(const position of positions)subparts.push(`${prefix}-${position}`);const parts=subparts.map(subpart=>this._values.get(subpart)),priorities=subparts.map(subpart=>this.getPropertyPriority(subpart)),[priority]=priorities;if(priority===combinedPriority&&parts.every(p=>p)&&priorities.every(p=>p===priority)){for(let i=0;i<subparts.length;i++)this.removeProperty(subparts[i]),this._values.set(subparts[i],parts[i]);this._setProperty(prefix,parts.join(" "),priority)}else{this.removeProperty(prefix);for(let i=0;i<subparts.length;i++){const subPriority=subparts[i]===property?"":priorities[i]||combinedPriority;this._setProperty(subparts[i],parts[i],subPriority)}}},enumerable:!1}}),Object.defineProperties(CSSStyleDeclaration.prototype,generatedProperties),[...allProperties,...allExtraProperties].forEach(function(property){ |
| /*ThouShaltNotCache*/ |
| if(!implementedProperties.has(property)){const declaration=getPropertyDescriptor(property);Object.defineProperty(CSSStyleDeclaration.prototype,property,declaration);const camel=dashedToCamelCase(property);if(Object.defineProperty(CSSStyleDeclaration.prototype,camel,declaration),/^webkit[A-Z]/.test(camel)){const pascal=camel.replace(/^webkit/,"Webkit");Object.defineProperty(CSSStyleDeclaration.prototype,pascal,declaration)}}}),exports.CSSStyleDeclaration=CSSStyleDeclaration},65343:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),EventInit=__webpack_require__(75633);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="detail";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.long(value,{context:context+" has member 'detail' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="view";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:utils.tryImplForWrapper(value),ret[key]=value):ret[key]=null}{const key="which";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long"](value,{context:context+" has member 'which' that",globals:globalObject}),ret[key]=value):ret[key]=0}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},65551:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSStyleDeclaration:__webpack_require__(58473).CSSStyleDeclaration,CSSRule:__webpack_require__(74056).CSSRule,CSSStyleRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.selectorText="",this.style=new CSSOM.CSSStyleDeclaration,this.style.parentRule=this}};CSSOM.CSSStyleRule.prototype=new CSSOM.CSSRule,CSSOM.CSSStyleRule.prototype.constructor=CSSOM.CSSStyleRule,CSSOM.CSSStyleRule.prototype.type=1,Object.defineProperty(CSSOM.CSSStyleRule.prototype,"cssText",{get:function(){return this.selectorText?this.selectorText+" {"+this.style.cssText+"}":""},set:function(cssText){ |
| /*ThouShaltNotCache*/ |
| var rule=CSSOM.CSSStyleRule.parse(cssText);this.style=rule.style,this.selectorText=rule.selectorText}}),CSSOM.CSSStyleRule.parse=function(ruleText){for( |
| /*ThouShaltNotCache*/ |
| var index,name,character,i=0,state="selector",j=i,buffer="",SIGNIFICANT_WHITESPACE={selector:!0,value:!0},styleRule=new CSSOM.CSSStyleRule,priority="";character=ruleText.charAt(i);i++)switch(character){case" ":case"\t":case"\r":case"\n":case"\f":if(SIGNIFICANT_WHITESPACE[state])switch(ruleText.charAt(i-1)){case" ":case"\t":case"\r":case"\n":case"\f":break;default:buffer+=" "}break;case'"':if(j=i+1,!(index=ruleText.indexOf('"',j)+1))throw'" is missing';buffer+=ruleText.slice(i,index),i=index-1;break;case"'":if(j=i+1,!(index=ruleText.indexOf("'",j)+1))throw"' is missing";buffer+=ruleText.slice(i,index),i=index-1;break;case"/":if("*"===ruleText.charAt(i+1)){if(i+=2,-1===(index=ruleText.indexOf("*/",i)))throw new SyntaxError("Missing */");i=index+1}else buffer+=character;break;case"{":"selector"===state&&(styleRule.selectorText=buffer.trim(),buffer="",state="name");break;case":":"name"===state?(name=buffer.trim(),buffer="",state="value"):buffer+=character;break;case"!":"value"===state&&ruleText.indexOf("!important",i)===i?(priority="important",i+=9):buffer+=character;break;case";":"value"===state?(styleRule.style.setProperty(name,buffer.trim(),priority),priority="",buffer="",state="name"):buffer+=character;break;case"}":if("value"===state)styleRule.style.setProperty(name,buffer.trim(),priority),priority="",buffer="";else{if("name"===state)break;buffer+=character}state="selector";break;default:buffer+=character}return styleRule},exports.CSSStyleRule=CSSOM.CSSStyleRule},65554:(module,exports)=>{"use strict";const hasOwn=Function.prototype.call.bind(Object.prototype.hasOwnProperty);const wrapperSymbol=Symbol("wrapper"),implSymbol=Symbol("impl"),sameObjectCaches=Symbol("SameObject caches"),ctorRegistrySymbol=Symbol.for("[webidl2js] constructor registry"),AsyncIteratorPrototype=Object.getPrototypeOf(Object.getPrototypeOf(async function*(){}).prototype);function initCtorRegistry(globalObject){ |
| /*ThouShaltNotCache*/ |
| if(hasOwn(globalObject,ctorRegistrySymbol))return globalObject[ctorRegistrySymbol];const ctorRegistry=Object.create(null);ctorRegistry["%Object.prototype%"]=globalObject.Object.prototype,ctorRegistry["%IteratorPrototype%"]=Object.getPrototypeOf(Object.getPrototypeOf((new globalObject.Array)[Symbol.iterator]()));try{ctorRegistry["%AsyncIteratorPrototype%"]=Object.getPrototypeOf(Object.getPrototypeOf(globalObject.eval("(async function* () {})").prototype))}catch{ctorRegistry["%AsyncIteratorPrototype%"]=AsyncIteratorPrototype}return globalObject[ctorRegistrySymbol]=ctorRegistry,ctorRegistry}function wrapperForImpl(impl){ |
| /*ThouShaltNotCache*/ |
| return impl?impl[wrapperSymbol]:null}function implForWrapper(wrapper){ |
| /*ThouShaltNotCache*/ |
| return wrapper?wrapper[implSymbol]:null}const iterInternalSymbol=Symbol("internal");const byteLengthGetter=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;const supportsPropertyIndex=Symbol("supports property index"),supportedPropertyIndices=Symbol("supported property indices"),supportsPropertyName=Symbol("supports property name"),supportedPropertyNames=Symbol("supported property names"),indexedGet=Symbol("indexed property get"),indexedSetNew=Symbol("indexed property set new"),indexedSetExisting=Symbol("indexed property set existing"),namedGet=Symbol("named property get"),namedSetNew=Symbol("named property set new"),namedSetExisting=Symbol("named property set existing"),namedDelete=Symbol("named property delete"),asyncIteratorNext=Symbol("async iterator get the next iteration result"),asyncIteratorReturn=Symbol("async iterator return steps"),asyncIteratorInit=Symbol("async iterator initialization steps"),asyncIteratorEOI=Symbol("async iterator end of iteration");module.exports={isObject:function(value){ |
| /*ThouShaltNotCache*/ |
| return"object"==typeof value&&null!==value||"function"==typeof value},hasOwn,define:function(target,source){ |
| /*ThouShaltNotCache*/ |
| for(const key of Reflect.ownKeys(source)){const descriptor=Reflect.getOwnPropertyDescriptor(source,key);if(descriptor&&!Reflect.defineProperty(target,key,descriptor))throw new TypeError(`Cannot redefine property: ${String(key)}`)}},newObjectInRealm:function(globalObject,object){ |
| /*ThouShaltNotCache*/ |
| const ctorRegistry=initCtorRegistry(globalObject);return Object.defineProperties(Object.create(ctorRegistry["%Object.prototype%"]),Object.getOwnPropertyDescriptors(object))},wrapperSymbol,implSymbol,getSameObject:function(wrapper,prop,creator){ |
| /*ThouShaltNotCache*/ |
| return wrapper[sameObjectCaches]||(wrapper[sameObjectCaches]=Object.create(null)),prop in wrapper[sameObjectCaches]||(wrapper[sameObjectCaches][prop]=creator()),wrapper[sameObjectCaches][prop]},ctorRegistrySymbol,initCtorRegistry,wrapperForImpl,implForWrapper,tryWrapperForImpl:function(impl){ |
| /*ThouShaltNotCache*/ |
| const wrapper=wrapperForImpl(impl);return wrapper||impl},tryImplForWrapper:function(wrapper){ |
| /*ThouShaltNotCache*/ |
| const impl=implForWrapper(wrapper);return impl||wrapper},iterInternalSymbol,isArrayBuffer:function(value){ |
| /*ThouShaltNotCache*/ |
| try{return byteLengthGetter.call(value),!0}catch(e){return!1}},isArrayIndexPropName:function(P){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof P)return!1;const i=P>>>0;return i!==2**32-1&&P===`${i}`},supportsPropertyIndex,supportedPropertyIndices,supportsPropertyName,supportedPropertyNames,indexedGet,indexedSetNew,indexedSetExisting,namedGet,namedSetNew,namedSetExisting,namedDelete,asyncIteratorNext,asyncIteratorReturn,asyncIteratorInit,asyncIteratorEOI,iteratorResult:function([key,value],kind){ |
| /*ThouShaltNotCache*/ |
| let result;switch(kind){case"key":result=key;break;case"value":result=value;break;case"key+value":result=[key,value]}return{value:result,done:!1}}}},65768:(__unused_webpack_module,exports)=>{"use strict";exports.byteLength=function(b64){ |
| /*ThouShaltNotCache*/ |
| var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return 3*(validLen+placeHoldersLen)/4-placeHoldersLen},exports.toByteArray=function(b64){ |
| /*ThouShaltNotCache*/ |
| var tmp,i,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(function(b64,validLen,placeHoldersLen){ |
| /*ThouShaltNotCache*/ |
| return 3*(validLen+placeHoldersLen)/4-placeHoldersLen}(0,validLen,placeHoldersLen)),curByte=0,len=placeHoldersLen>0?validLen-4:validLen;for(i=0;i<len;i+=4)tmp=revLookup[b64.charCodeAt(i)]<<18|revLookup[b64.charCodeAt(i+1)]<<12|revLookup[b64.charCodeAt(i+2)]<<6|revLookup[b64.charCodeAt(i+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=255&tmp;2===placeHoldersLen&&(tmp=revLookup[b64.charCodeAt(i)]<<2|revLookup[b64.charCodeAt(i+1)]>>4,arr[curByte++]=255&tmp);1===placeHoldersLen&&(tmp=revLookup[b64.charCodeAt(i)]<<10|revLookup[b64.charCodeAt(i+1)]<<4|revLookup[b64.charCodeAt(i+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=255&tmp);return arr},exports.fromByteArray=function(uint8){for( |
| /*ThouShaltNotCache*/ |
| var tmp,len=uint8.length,extraBytes=len%3,parts=[],i=0,len2=len-extraBytes;i<len2;i+=16383)parts.push(encodeChunk(uint8,i,i+16383>len2?len2:i+16383));1===extraBytes?(tmp=uint8[len-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):2===extraBytes&&(tmp=(uint8[len-2]<<8)+uint8[len-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"="));return parts.join("")};for(var lookup=[],revLookup=[],Arr="undefined"!=typeof Uint8Array?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0;i<64;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;function getLens(b64){ |
| /*ThouShaltNotCache*/ |
| var len=b64.length;if(len%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");return-1===validLen&&(validLen=len),[validLen,validLen===len?0:4-validLen%4]}function tripletToBase64(num){ |
| /*ThouShaltNotCache*/ |
| return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[63&num]}function encodeChunk(uint8,start,end){for( |
| /*ThouShaltNotCache*/ |
| var tmp,output=[],i=start;i<end;i+=3)tmp=(uint8[i]<<16&16711680)+(uint8[i+1]<<8&65280)+(255&uint8[i+2]),output.push(tripletToBase64(tmp));return output.join("")}revLookup["-".charCodeAt(0)]=62,revLookup["_".charCodeAt(0)]=63},65811:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Document=__webpack_require__(61462);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].XMLDocument.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'XMLDocument'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Document._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class XMLDocument extends globalObject.Document{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(XMLDocument.prototype,{[Symbol.toStringTag]:{value:"XMLDocument",configurable:!0}}),ctorRegistry.XMLDocument=XMLDocument,Object.defineProperty(globalObject,"XMLDocument",{configurable:!0,writable:!0,value:XMLDocument})};const Impl=__webpack_require__(8074)},65865:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{decode:()=>decode,default:()=>__WEBPACK_DEFAULT_EXPORT__,encode:()=>encode,toASCII:()=>toASCII,toUnicode:()=>toUnicode,ucs2decode:()=>ucs2decode,ucs2encode:()=>ucs2encode});const maxInt=2147483647,regexPunycode=/^xn--/,regexNonASCII=/[^\0-\x7F]/,regexSeparators=/[\x2E\u3002\uFF0E\uFF61]/g,errors={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},floor=Math.floor,stringFromCharCode=String.fromCharCode;function error(type){ |
| /*ThouShaltNotCache*/ |
| throw new RangeError(errors[type])}function mapDomain(domain,callback){ |
| /*ThouShaltNotCache*/ |
| const parts=domain.split("@");let result="";parts.length>1&&(result=parts[0]+"@",domain=parts[1]);const encoded=function(array,callback){ |
| /*ThouShaltNotCache*/ |
| const result=[];let length=array.length;for(;length--;)result[length]=callback(array[length]);return result}((domain=domain.replace(regexSeparators,".")).split("."),callback).join(".");return result+encoded}function ucs2decode(string){ |
| /*ThouShaltNotCache*/ |
| const output=[];let counter=0;const length=string.length;for(;counter<length;){const value=string.charCodeAt(counter++);if(value>=55296&&value<=56319&&counter<length){const extra=string.charCodeAt(counter++);56320==(64512&extra)?output.push(((1023&value)<<10)+(1023&extra)+65536):(output.push(value),counter--)}else output.push(value)}return output}const ucs2encode=codePoints=>String.fromCodePoint(...codePoints),basicToDigit=function(codePoint){ |
| /*ThouShaltNotCache*/ |
| return codePoint>=48&&codePoint<58?codePoint-48+26:codePoint>=65&&codePoint<91?codePoint-65:codePoint>=97&&codePoint<123?codePoint-97:36},digitToBasic=function(digit,flag){ |
| /*ThouShaltNotCache*/ |
| return digit+22+75*(digit<26)-((0!=flag)<<5)},adapt=function(delta,numPoints,firstTime){ |
| /*ThouShaltNotCache*/ |
| let k=0;for(delta=firstTime?floor(delta/700):delta>>1,delta+=floor(delta/numPoints);delta>455;k+=36)delta=floor(delta/35);return floor(k+36*delta/(delta+38))},decode=function(input){ |
| /*ThouShaltNotCache*/ |
| const output=[],inputLength=input.length;let i=0,n=128,bias=72,basic=input.lastIndexOf("-");basic<0&&(basic=0);for(let j=0;j<basic;++j)input.charCodeAt(j)>=128&&error("not-basic"),output.push(input.charCodeAt(j));for(let index=basic>0?basic+1:0;index<inputLength;){const oldi=i;for(let w=1,k=36;;k+=36){index>=inputLength&&error("invalid-input");const digit=basicToDigit(input.charCodeAt(index++));digit>=36&&error("invalid-input"),digit>floor((maxInt-i)/w)&&error("overflow"),i+=digit*w;const t=k<=bias?1:k>=bias+26?26:k-bias;if(digit<t)break;const baseMinusT=36-t;w>floor(maxInt/baseMinusT)&&error("overflow"),w*=baseMinusT}const out=output.length+1;bias=adapt(i-oldi,out,0==oldi),floor(i/out)>maxInt-n&&error("overflow"),n+=floor(i/out),i%=out,output.splice(i++,0,n)}return String.fromCodePoint(...output)},encode=function(input){ |
| /*ThouShaltNotCache*/ |
| const output=[],inputLength=(input=ucs2decode(input)).length;let n=128,delta=0,bias=72;for(const currentValue of input)currentValue<128&&output.push(stringFromCharCode(currentValue));const basicLength=output.length;let handledCPCount=basicLength;for(basicLength&&output.push("-");handledCPCount<inputLength;){let m=maxInt;for(const currentValue of input)currentValue>=n&¤tValue<m&&(m=currentValue);const handledCPCountPlusOne=handledCPCount+1;m-n>floor((maxInt-delta)/handledCPCountPlusOne)&&error("overflow"),delta+=(m-n)*handledCPCountPlusOne,n=m;for(const currentValue of input)if(currentValue<n&&++delta>maxInt&&error("overflow"),currentValue===n){let q=delta;for(let k=36;;k+=36){const t=k<=bias?1:k>=bias+26?26:k-bias;if(q<t)break;const qMinusT=q-t,baseMinusT=36-t;output.push(stringFromCharCode(digitToBasic(t+qMinusT%baseMinusT,0))),q=floor(qMinusT/baseMinusT)}output.push(stringFromCharCode(digitToBasic(q,0))),bias=adapt(delta,handledCPCountPlusOne,handledCPCount===basicLength),delta=0,++handledCPCount}++delta,++n}return output.join("")},toUnicode=function(input){ |
| /*ThouShaltNotCache*/ |
| return mapDomain(input,function(string){ |
| /*ThouShaltNotCache*/ |
| return regexPunycode.test(string)?decode(string.slice(4).toLowerCase()):string})},toASCII=function(input){ |
| /*ThouShaltNotCache*/ |
| return mapDomain(input,function(string){ |
| /*ThouShaltNotCache*/ |
| return regexNonASCII.test(string)?"xn--"+encode(string):string})},__WEBPACK_DEFAULT_EXPORT__={version:"2.3.1",ucs2:{decode:ucs2decode,encode:ucs2encode},decode,encode,toASCII,toUnicode}},65922:module=>{"use strict";module.exports=class{constructor({paused,asyncQueue}={}){ |
| /*ThouShaltNotCache*/ |
| this.paused=Boolean(paused),this._asyncQueue=asyncQueue}getLastScript(){ |
| /*ThouShaltNotCache*/ |
| let head=this.tail;for(;head;){if(head.isScript)return head;head=head.prev}return null}_moreScripts(){ |
| /*ThouShaltNotCache*/ |
| let found=!1,head=this.tail;for(;head&&!found;)found=head.isScript,head=head.prev;return found}_notify(){ |
| /*ThouShaltNotCache*/ |
| this._listener&&this._listener()}setListener(listener){ |
| /*ThouShaltNotCache*/ |
| this._listener=listener}push(request,onLoad,onError,keepLast,element){ |
| /*ThouShaltNotCache*/ |
| const isScript=!!element&&"script"===element.localName;if(!request){if(isScript&&!this._moreScripts())return onLoad();request=Promise.resolve()}const q=this,item={isScript,err:null,element,fired:!1,data:null,keepLast,prev:q.tail,check(){ |
| /*ThouShaltNotCache*/ |
| if(!q.paused&&!this.prev&&this.fired){let promise;this.err&&onError&&(promise=onError(this.err)),!this.err&&onLoad&&(promise=onLoad(this.data)),Promise.resolve(promise).then(()=>{ |
| /*ThouShaltNotCache*/ |
| this.next?(this.next.prev=null,this.next.check()):(q.tail=null,q._notify()),this.finished=!0,q._asyncQueue&&q._asyncQueue.notifyItem(this)})}}};return q.tail?q.tail.keepLast?(q.tail.prev&&(q.tail.prev.next=item),item.prev=q.tail.prev,q.tail.prev=item,item.next=q.tail):(q.tail.next=item,q.tail=item):q.tail=item,request.then(data=>{ |
| /*ThouShaltNotCache*/ |
| item.fired=1,item.data=data,item.check()}).catch(err=>{ |
| /*ThouShaltNotCache*/ |
| item.fired=!0,item.err=err,item.check()})}resume(){ |
| /*ThouShaltNotCache*/ |
| if(!this.paused)return;this.paused=!1;let head=this.tail;for(;head&&head.prev;)head=head.prev;head&&head.check()}}},65949:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Document=__webpack_require__(61462),Blob=__webpack_require__(23852),FormData=__webpack_require__(88629),EventHandlerNonNull=__webpack_require__(70705),XMLHttpRequestResponseType=__webpack_require__(31430),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,XMLHttpRequestEventTarget=__webpack_require__(62452);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].XMLHttpRequest.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'XMLHttpRequest'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| XMLHttpRequestEventTarget._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","DedicatedWorker","SharedWorker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class XMLHttpRequest extends globalObject.XMLHttpRequestEventTarget{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}open(method,url){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'open' called on an object that is not a valid instance of XMLHttpRequest.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'open' on 'XMLHttpRequest': 2 arguments required, but only ${arguments.length} present.`);const args=[];switch(arguments.length){case 2:{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 2",globals:globalObject}),args.push(curArg)}break;case 3:{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions.boolean(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 3",globals:globalObject}),args.push(curArg)}break;case 4:{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions.boolean(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?null==curArg?null:conversions.USVString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 4",globals:globalObject}):null,args.push(curArg)}break;default:{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions.boolean(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?null==curArg?null:conversions.USVString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 4",globals:globalObject}):null,args.push(curArg)}{let curArg=arguments[4];curArg=void 0!==curArg?null==curArg?null:conversions.USVString(curArg,{context:"Failed to execute 'open' on 'XMLHttpRequest': parameter 5",globals:globalObject}):null,args.push(curArg)}}return esValue[implSymbol].open(...args)}setRequestHeader(name,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setRequestHeader' called on an object that is not a valid instance of XMLHttpRequest.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'setRequestHeader' on 'XMLHttpRequest': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'setRequestHeader' on 'XMLHttpRequest': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'setRequestHeader' on 'XMLHttpRequest': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setRequestHeader(...args)}send(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'send' called on an object that is not a valid instance of XMLHttpRequest.");const args=[];{let curArg=arguments[0];void 0!==curArg?null==curArg?curArg=null:Document.is(curArg)||Blob.is(curArg)||FormData.is(curArg)?curArg=utils.implForWrapper(curArg):utils.isArrayBuffer(curArg)||ArrayBuffer.isView(curArg)||(curArg=conversions.USVString(curArg,{context:"Failed to execute 'send' on 'XMLHttpRequest': parameter 1",globals:globalObject})):curArg=null,args.push(curArg)}return esValue[implSymbol].send(...args)}abort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'abort' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].abort()}getResponseHeader(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getResponseHeader' called on an object that is not a valid instance of XMLHttpRequest.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getResponseHeader' on 'XMLHttpRequest': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'getResponseHeader' on 'XMLHttpRequest': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].getResponseHeader(...args)}getAllResponseHeaders(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getAllResponseHeaders' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].getAllResponseHeaders()}overrideMimeType(mime){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'overrideMimeType' called on an object that is not a valid instance of XMLHttpRequest.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'overrideMimeType' on 'XMLHttpRequest': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'overrideMimeType' on 'XMLHttpRequest': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].overrideMimeType(...args)}get onreadystatechange(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get onreadystatechange' called on an object that is not a valid instance of XMLHttpRequest.");return utils.tryWrapperForImpl(esValue[implSymbol].onreadystatechange)}set onreadystatechange(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set onreadystatechange' called on an object that is not a valid instance of XMLHttpRequest.");V=utils.isObject(V)?EventHandlerNonNull.convert(globalObject,V,{context:"Failed to set the 'onreadystatechange' property on 'XMLHttpRequest': The provided value"}):null,esValue[implSymbol].onreadystatechange=V}get readyState(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get readyState' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].readyState}get timeout(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get timeout' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].timeout}set timeout(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set timeout' called on an object that is not a valid instance of XMLHttpRequest.");V=conversions["unsigned long"](V,{context:"Failed to set the 'timeout' property on 'XMLHttpRequest': The provided value",globals:globalObject}),esValue[implSymbol].timeout=V}get withCredentials(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get withCredentials' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].withCredentials}set withCredentials(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set withCredentials' called on an object that is not a valid instance of XMLHttpRequest.");V=conversions.boolean(V,{context:"Failed to set the 'withCredentials' property on 'XMLHttpRequest': The provided value",globals:globalObject}),esValue[implSymbol].withCredentials=V}get upload(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get upload' called on an object that is not a valid instance of XMLHttpRequest.");return utils.getSameObject(this,"upload",()=>utils.tryWrapperForImpl(esValue[implSymbol].upload))}get responseURL(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get responseURL' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].responseURL}get status(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get status' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].status}get statusText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get statusText' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].statusText}get responseType(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get responseType' called on an object that is not a valid instance of XMLHttpRequest.");return utils.tryWrapperForImpl(esValue[implSymbol].responseType)}set responseType(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set responseType' called on an object that is not a valid instance of XMLHttpRequest.");V=`${V}`,XMLHttpRequestResponseType.enumerationValues.has(V)&&(esValue[implSymbol].responseType=V)}get response(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get response' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].response}get responseText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get responseText' called on an object that is not a valid instance of XMLHttpRequest.");return esValue[implSymbol].responseText}get responseXML(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get responseXML' called on an object that is not a valid instance of XMLHttpRequest.");return utils.tryWrapperForImpl(esValue[implSymbol].responseXML)}}Object.defineProperties(XMLHttpRequest.prototype,{open:{enumerable:!0},setRequestHeader:{enumerable:!0},send:{enumerable:!0},abort:{enumerable:!0},getResponseHeader:{enumerable:!0},getAllResponseHeaders:{enumerable:!0},overrideMimeType:{enumerable:!0},onreadystatechange:{enumerable:!0},readyState:{enumerable:!0},timeout:{enumerable:!0},withCredentials:{enumerable:!0},upload:{enumerable:!0},responseURL:{enumerable:!0},status:{enumerable:!0},statusText:{enumerable:!0},responseType:{enumerable:!0},response:{enumerable:!0},responseText:{enumerable:!0},responseXML:{enumerable:!0},[Symbol.toStringTag]:{value:"XMLHttpRequest",configurable:!0},UNSENT:{value:0,enumerable:!0},OPENED:{value:1,enumerable:!0},HEADERS_RECEIVED:{value:2,enumerable:!0},LOADING:{value:3,enumerable:!0},DONE:{value:4,enumerable:!0}}),Object.defineProperties(XMLHttpRequest,{UNSENT:{value:0,enumerable:!0},OPENED:{value:1,enumerable:!0},HEADERS_RECEIVED:{value:2,enumerable:!0},LOADING:{value:3,enumerable:!0},DONE:{value:4,enumerable:!0}}),ctorRegistry.XMLHttpRequest=XMLHttpRequest,Object.defineProperty(globalObject,"XMLHttpRequest",{configurable:!0,writable:!0,value:XMLHttpRequest})};const Impl=__webpack_require__(29951)},65978:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},66259:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630);__webpack_require__(65554);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="height";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unrestricted double"](value,{context:context+" has member 'height' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="width";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unrestricted double"](value,{context:context+" has member 'width' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="x";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unrestricted double"](value,{context:context+" has member 'x' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="y";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unrestricted double"](value,{context:context+" has member 'y' that",globals:globalObject}),ret[key]=value):ret[key]=0}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},66473:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const MouseEventImpl=__webpack_require__(59085).implementation,WheelEventInit=__webpack_require__(82468);class WheelEventImpl extends MouseEventImpl{}WheelEventImpl.defaultInit=WheelEventInit.convert(void 0,void 0),module.exports={implementation:WheelEventImpl}},66773:(__unused_webpack_module,exports)=>{exports.read=function(buffer,offset,isLE,mLen,nBytes){ |
| /*ThouShaltNotCache*/ |
| var e,m,eLen=8*nBytes-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=256*e+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=256*m+buffer[offset+i],i+=d,nBits-=8);if(0===e)e=1-eBias;else{if(e===eMax)return m?NaN:1/0*(s?-1:1);m+=Math.pow(2,mLen),e-=eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)},exports.write=function(buffer,value,offset,isLE,mLen,nBytes){ |
| /*ThouShaltNotCache*/ |
| var e,m,c,eLen=8*nBytes-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=23===mLen?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||0===value&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),(value+=e+eBias>=1?rt/c:rt*Math.pow(2,1-eBias))*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e+=eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=255&m,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=255&e,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=128*s}},67108:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const vm=__webpack_require__(62983),whatwgEncoding=__webpack_require__(82881),MIMEType=__webpack_require__(75009),{serializeURL}=__webpack_require__(88499),HTMLElementImpl=__webpack_require__(52723).implementation,reportException=__webpack_require__(57335),{domSymbolTree,cloningSteps}=__webpack_require__(35442),{asciiLowercase}=__webpack_require__(8337),{childTextContent}=__webpack_require__(61012),nodeTypes=__webpack_require__(53010),jsMIMETypes=new Set(["application/ecmascript","application/javascript","application/x-ecmascript","application/x-javascript","text/ecmascript","text/javascript","text/javascript1.0","text/javascript1.1","text/javascript1.2","text/javascript1.3","text/javascript1.4","text/javascript1.5","text/jscript","text/livescript","text/x-ecmascript","text/x-javascript"]);module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._alreadyStarted=!1,this._parserInserted=!1}_attach(){ |
| /*ThouShaltNotCache*/ |
| super._attach(),this._parserInserted&&!this._isMovingDueToDocumentWrite||this._eval()}_canRunScript(){ |
| /*ThouShaltNotCache*/ |
| const document=this._ownerDocument;return!(!document._defaultView||"dangerously"!==document._defaultView._runScripts||document._scriptingDisabled)}_fetchExternalScript(){ |
| /*ThouShaltNotCache*/ |
| const document=this._ownerDocument,resourceLoader=document._resourceLoader,defaultEncoding=whatwgEncoding.labelToName(this.getAttributeNS(null,"charset"))||document._encoding;let request;if(!this._canRunScript())return;const src=this.getAttributeNS(null,"src"),url=this._ownerDocument.encodingParseAURL(src);if(null===url)return;const urlString=serializeURL(url);request=resourceLoader.fetch(urlString,{element:this,onLoad:data=>{ |
| /*ThouShaltNotCache*/ |
| const{response}=request;let contentType;if(response&&void 0!==response.statusCode&&response.statusCode>=400)throw new Error("Status code: "+response.statusCode);response&&(contentType=MIMEType.parse(response.headers["content-type"])||new MIMEType("text/plain"));const encoding=whatwgEncoding.getBOMEncoding(data)||contentType&&whatwgEncoding.labelToName(contentType.parameters.get("charset"))||defaultEncoding,script=whatwgEncoding.decode(data,encoding);this._innerEval(script,urlString)}})}_fetchInternalScript(){ |
| /*ThouShaltNotCache*/ |
| const document=this._ownerDocument;this._canRunScript()&&document._queue.push(null,()=>{ |
| /*ThouShaltNotCache*/ |
| this._innerEval(this.text,document.URL)},null,!1,this)}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldValue),this._attached&&!this._startedEval&&"src"===name&&null===oldValue&&null!==value&&this._fetchExternalScript()}_poppedOffStackOfOpenElements(){ |
| /*ThouShaltNotCache*/ |
| this._eval()}_eval(){ |
| /*ThouShaltNotCache*/ |
| if(this._alreadyStarted)return;if(!this.hasAttributeNS(null,"src")&&0===this.text.length)return;if(!this._attached)return;"classic"===function(typeString){ |
| /*ThouShaltNotCache*/ |
| const lowercased=asciiLowercase(typeString);if(jsMIMETypes.has(lowercased))return"classic";if("module"===lowercased)return"module";return null}(this._getTypeString())&&(this._alreadyStarted=!0,this.hasAttributeNS(null,"src")?this._fetchExternalScript():this._fetchInternalScript())}_innerEval(text,filename){ |
| /*ThouShaltNotCache*/ |
| this._ownerDocument._writeAfterElement=this,function(element,code,filename){ |
| /*ThouShaltNotCache*/ |
| const document=element.ownerDocument,window=document&&document._global;if(window){document._currentScript=element;let lineOffset=0;if(!element.hasAttributeNS(null,"src"))for(const child of domSymbolTree.childrenIterator(element))if(child.nodeType===nodeTypes.TEXT_NODE){child.sourceCodeLocation&&(lineOffset=child.sourceCodeLocation.startLine-1);break}try{vm.runInContext(code,window,{filename,lineOffset,displayErrors:!1})}catch(e){reportException(window,e,filename)}finally{document._currentScript=null}}}(this,text,filename),delete this._ownerDocument._writeAfterElement}_getTypeString(){ |
| /*ThouShaltNotCache*/ |
| const typeAttr=this.getAttributeNS(null,"type"),langAttr=this.getAttributeNS(null,"language");return""===typeAttr||null===typeAttr&&""===langAttr||null===typeAttr&&null===langAttr?"text/javascript":null!==typeAttr?typeAttr.trim():null!==langAttr?"text/"+langAttr:null}get text(){ |
| /*ThouShaltNotCache*/ |
| return childTextContent(this)}set text(text){ |
| /*ThouShaltNotCache*/ |
| this.textContent=text}[cloningSteps](copy,node){ |
| /*ThouShaltNotCache*/ |
| copy._alreadyStarted=node._alreadyStarted}}}},67411:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const XMLDocument=__webpack_require__(65811),Document=__webpack_require__(61462),{wrapperForImpl}=__webpack_require__(65554);exports.createImpl=(globalObject,options,{alwaysUseDocumentClass=!1}={})=> |
| /*ThouShaltNotCache*/ |
| "xml"!==options.parsingMode||alwaysUseDocumentClass?Document.createImpl(globalObject,[],{options}):XMLDocument.createImpl(globalObject,[],{options}),exports.createWrapper=(...args)=>wrapperForImpl(exports.createImpl(...args))},68019:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),EventModifierMixinImpl=__webpack_require__(3632).D,UIEventImpl=__webpack_require__(54064).implementation,KeyboardEventInit=__webpack_require__(51870);class KeyboardEventImpl extends UIEventImpl{initKeyboardEvent(type,bubbles,cancelable,view,key,location,ctrlKey,altKey,shiftKey,metaKey){ |
| /*ThouShaltNotCache*/ |
| this._dispatchFlag||(this.initUIEvent(type,bubbles,cancelable,view,0),this.key=key,this.location=location,this.ctrlKey=ctrlKey,this.altKey=altKey,this.shiftKey=shiftKey,this.metaKey=metaKey)}}mixin(KeyboardEventImpl.prototype,EventModifierMixinImpl.prototype),KeyboardEventImpl.defaultInit=KeyboardEventInit.convert(void 0,void 0),module.exports={implementation:KeyboardEventImpl}},68032:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),UIEventInit=(__webpack_require__(65554),__webpack_require__(65343));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| UIEventInit._convertInherit(globalObject,obj,ret,{context});{const key="altKey";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'altKey' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="ctrlKey";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'ctrlKey' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="metaKey";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'metaKey' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierAltGraph";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierAltGraph' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierCapsLock";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierCapsLock' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierFn";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierFn' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierFnLock";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierFnLock' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierHyper";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierHyper' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierNumLock";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierNumLock' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierScrollLock";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierScrollLock' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierSuper";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierSuper' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierSymbol";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierSymbol' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="modifierSymbolLock";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'modifierSymbolLock' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="shiftKey";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'shiftKey' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},68059:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLFontElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLFontElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLFontElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLFontElement",new.target)}get color(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get color' called on an object that is not a valid instance of HTMLFontElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("color");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set color(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set color' called on an object that is not a valid instance of HTMLFontElement.");V=conversions.DOMString(V,{context:"Failed to set the 'color' property on 'HTMLFontElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("color",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get face(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get face' called on an object that is not a valid instance of HTMLFontElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("face");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set face(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set face' called on an object that is not a valid instance of HTMLFontElement.");V=conversions.DOMString(V,{context:"Failed to set the 'face' property on 'HTMLFontElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("face",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get size(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get size' called on an object that is not a valid instance of HTMLFontElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("size");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set size(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set size' called on an object that is not a valid instance of HTMLFontElement.");V=conversions.DOMString(V,{context:"Failed to set the 'size' property on 'HTMLFontElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("size",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLFontElement.prototype,{color:{enumerable:!0},face:{enumerable:!0},size:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFontElement",configurable:!0}}),ctorRegistry.HTMLFontElement=HTMLFontElement,Object.defineProperty(globalObject,"HTMLFontElement",{configurable:!0,writable:!0,value:HTMLFontElement})};const Impl=__webpack_require__(50826)},68321:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.FormattingElementList=exports.EntryType=void 0;var EntryType;!function(EntryType){ |
| /*ThouShaltNotCache*/ |
| EntryType[EntryType.Marker=0]="Marker",EntryType[EntryType.Element=1]="Element"}(EntryType||(exports.EntryType=EntryType={}));const MARKER={type:EntryType.Marker};exports.FormattingElementList=class{constructor(treeAdapter){ |
| /*ThouShaltNotCache*/ |
| this.treeAdapter=treeAdapter,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(newElement,neAttrs){ |
| /*ThouShaltNotCache*/ |
| const candidates=[],neAttrsLength=neAttrs.length,neTagName=this.treeAdapter.getTagName(newElement),neNamespaceURI=this.treeAdapter.getNamespaceURI(newElement);for(let i=0;i<this.entries.length;i++){const entry=this.entries[i];if(entry.type===EntryType.Marker)break;const{element}=entry;if(this.treeAdapter.getTagName(element)===neTagName&&this.treeAdapter.getNamespaceURI(element)===neNamespaceURI){const elementAttrs=this.treeAdapter.getAttrList(element);elementAttrs.length===neAttrsLength&&candidates.push({idx:i,attrs:elementAttrs})}}return candidates}_ensureNoahArkCondition(newElement){ |
| /*ThouShaltNotCache*/ |
| if(this.entries.length<3)return;const neAttrs=this.treeAdapter.getAttrList(newElement),candidates=this._getNoahArkConditionCandidates(newElement,neAttrs);if(candidates.length<3)return;const neAttrsMap=new Map(neAttrs.map(neAttr=>[neAttr.name,neAttr.value]));let validCandidates=0;for(let i=0;i<candidates.length;i++){const candidate=candidates[i];candidate.attrs.every(cAttr=>neAttrsMap.get(cAttr.name)===cAttr.value)&&(validCandidates+=1,validCandidates>=3&&this.entries.splice(candidate.idx,1))}}insertMarker(){ |
| /*ThouShaltNotCache*/ |
| this.entries.unshift(MARKER)}pushElement(element,token){ |
| /*ThouShaltNotCache*/ |
| this._ensureNoahArkCondition(element),this.entries.unshift({type:EntryType.Element,element,token})}insertElementAfterBookmark(element,token){ |
| /*ThouShaltNotCache*/ |
| const bookmarkIdx=this.entries.indexOf(this.bookmark);this.entries.splice(bookmarkIdx,0,{type:EntryType.Element,element,token})}removeEntry(entry){ |
| /*ThouShaltNotCache*/ |
| const entryIndex=this.entries.indexOf(entry);-1!==entryIndex&&this.entries.splice(entryIndex,1)}clearToLastMarker(){ |
| /*ThouShaltNotCache*/ |
| const markerIdx=this.entries.indexOf(MARKER);-1===markerIdx?this.entries.length=0:this.entries.splice(0,markerIdx+1)}getElementEntryInScopeWithTagName(tagName){ |
| /*ThouShaltNotCache*/ |
| const entry=this.entries.find(entry=>entry.type===EntryType.Marker||this.treeAdapter.getTagName(entry.element)===tagName);return entry&&entry.type===EntryType.Element?entry:null}getElementEntry(element){ |
| /*ThouShaltNotCache*/ |
| return this.entries.find(entry=>entry.type===EntryType.Element&&entry.element===element)}}},68329:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,Document=__webpack_require__(61462),DocumentFragment=__webpack_require__(414),{cloningSteps,domSymbolTree}=__webpack_require__(35442),{clone}=__webpack_require__(45121);module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData);const doc=this._appropriateTemplateContentsOwnerDocument(this._ownerDocument);this._templateContents=DocumentFragment.createImpl(this._globalObject,[],{ownerDocument:doc,host:this})}_appropriateTemplateContentsOwnerDocument(doc){ |
| /*ThouShaltNotCache*/ |
| if(!doc._isInertTemplateDocument){if(void 0===doc._associatedInertTemplateDocument){const newDoc=Document.createImpl(this._globalObject,[],{options:{parsingMode:doc._parsingMode,encoding:doc._encoding}});newDoc._isInertTemplateDocument=!0,doc._associatedInertTemplateDocument=newDoc}doc=doc._associatedInertTemplateDocument}return doc}_adoptingSteps(){this._appropriateTemplateContentsOwnerDocument(this._ownerDocument)._adoptNode(this._templateContents)}get content(){ |
| /*ThouShaltNotCache*/ |
| return this._templateContents}[cloningSteps](copy,node,document,cloneChildren){ |
| /*ThouShaltNotCache*/ |
| if(cloneChildren)for(const child of domSymbolTree.childrenIterator(node._templateContents)){const childCopy=clone(child,copy._templateContents._ownerDocument,!0);copy._templateContents.appendChild(childCopy)}}}}},68346:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var e,o,a=__webpack_require__(34556),n=__webpack_require__(98872),t=__webpack_require__(80181),r=__webpack_require__(80414);function convertNaNToZero(e){ |
| /*ThouShaltNotCache*/ |
| return[Number.isNaN(e[0])?0:e[0],Number.isNaN(e[1])?0:e[1],Number.isNaN(e[2])?0:e[2]]}function colorData_to_XYZ_D50(e){ |
| /*ThouShaltNotCache*/ |
| switch(e.colorNotation){case exports.ColorNotation.HEX:case exports.ColorNotation.RGB:case exports.ColorNotation.sRGB:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.sRGB_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.Linear_sRGB:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.lin_sRGB_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.Display_P3:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.P3_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.Rec2020:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.rec_2020_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.A98_RGB:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.a98_RGB_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.ProPhoto_RGB:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.ProPhoto_RGB_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.HSL:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.HSL_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.HWB:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.HWB_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.Lab:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.Lab_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.OKLab:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.OKLab_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.LCH:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.LCH_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.OKLCH:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.OKLCH_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.XYZ_D50:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.XYZ_D50_to_XYZ_D50(convertNaNToZero(e.channels))};case exports.ColorNotation.XYZ_D65:return{...e,colorNotation:exports.ColorNotation.XYZ_D50,channels:n.XYZ_D65_to_XYZ_D50(convertNaNToZero(e.channels))};default:throw new Error("Unsupported color notation")}}exports.ColorNotation=void 0,(e=exports.ColorNotation||(exports.ColorNotation={})).A98_RGB="a98-rgb",e.Display_P3="display-p3",e.HEX="hex",e.HSL="hsl",e.HWB="hwb",e.LCH="lch",e.Lab="lab",e.Linear_sRGB="srgb-linear",e.OKLCH="oklch",e.OKLab="oklab",e.ProPhoto_RGB="prophoto-rgb",e.RGB="rgb",e.sRGB="srgb",e.Rec2020="rec2020",e.XYZ_D50="xyz-d50",e.XYZ_D65="xyz-d65",exports.SyntaxFlag=void 0,(o=exports.SyntaxFlag||(exports.SyntaxFlag={})).ColorKeyword="color-keyword",o.HasAlpha="has-alpha",o.HasDimensionValues="has-dimension-values",o.HasNoneKeywords="has-none-keywords",o.HasNumberValues="has-number-values",o.HasPercentageAlpha="has-percentage-alpha",o.HasPercentageValues="has-percentage-values",o.HasVariableAlpha="has-variable-alpha",o.Hex="hex",o.LegacyHSL="legacy-hsl",o.LegacyRGB="legacy-rgb",o.NamedColor="named-color",o.RelativeColorSyntax="relative-color-syntax",o.ColorMix="color-mix",o.ColorMixVariadic="color-mix-variadic",o.ContrastColor="contrast-color",o.Experimental="experimental";const s=new Set([exports.ColorNotation.A98_RGB,exports.ColorNotation.Display_P3,exports.ColorNotation.HEX,exports.ColorNotation.Linear_sRGB,exports.ColorNotation.ProPhoto_RGB,exports.ColorNotation.RGB,exports.ColorNotation.sRGB,exports.ColorNotation.Rec2020,exports.ColorNotation.XYZ_D50,exports.ColorNotation.XYZ_D65]);function colorDataTo(e,o){ |
| /*ThouShaltNotCache*/ |
| const a={...e};if(e.colorNotation!==o){const e=colorData_to_XYZ_D50(a);switch(o){case exports.ColorNotation.HEX:case exports.ColorNotation.RGB:a.colorNotation=exports.ColorNotation.RGB,a.channels=n.XYZ_D50_to_sRGB(e.channels);break;case exports.ColorNotation.sRGB:a.colorNotation=exports.ColorNotation.sRGB,a.channels=n.XYZ_D50_to_sRGB(e.channels);break;case exports.ColorNotation.Linear_sRGB:a.colorNotation=exports.ColorNotation.Linear_sRGB,a.channels=n.XYZ_D50_to_lin_sRGB(e.channels);break;case exports.ColorNotation.Display_P3:a.colorNotation=exports.ColorNotation.Display_P3,a.channels=n.XYZ_D50_to_P3(e.channels);break;case exports.ColorNotation.Rec2020:a.colorNotation=exports.ColorNotation.Rec2020,a.channels=n.XYZ_D50_to_rec_2020(e.channels);break;case exports.ColorNotation.ProPhoto_RGB:a.colorNotation=exports.ColorNotation.ProPhoto_RGB,a.channels=n.XYZ_D50_to_ProPhoto(e.channels);break;case exports.ColorNotation.A98_RGB:a.colorNotation=exports.ColorNotation.A98_RGB,a.channels=n.XYZ_D50_to_a98_RGB(e.channels);break;case exports.ColorNotation.HSL:a.colorNotation=exports.ColorNotation.HSL,a.channels=n.XYZ_D50_to_HSL(e.channels);break;case exports.ColorNotation.HWB:a.colorNotation=exports.ColorNotation.HWB,a.channels=n.XYZ_D50_to_HWB(e.channels);break;case exports.ColorNotation.Lab:a.colorNotation=exports.ColorNotation.Lab,a.channels=n.XYZ_D50_to_Lab(e.channels);break;case exports.ColorNotation.LCH:a.colorNotation=exports.ColorNotation.LCH,a.channels=n.XYZ_D50_to_LCH(e.channels);break;case exports.ColorNotation.OKLCH:a.colorNotation=exports.ColorNotation.OKLCH,a.channels=n.XYZ_D50_to_OKLCH(e.channels);break;case exports.ColorNotation.OKLab:a.colorNotation=exports.ColorNotation.OKLab,a.channels=n.XYZ_D50_to_OKLab(e.channels);break;case exports.ColorNotation.XYZ_D50:a.colorNotation=exports.ColorNotation.XYZ_D50,a.channels=n.XYZ_D50_to_XYZ_D50(e.channels);break;case exports.ColorNotation.XYZ_D65:a.colorNotation=exports.ColorNotation.XYZ_D65,a.channels=n.XYZ_D50_to_XYZ_D65(e.channels);break;default:throw new Error("Unsupported color notation")}}else a.channels=convertNaNToZero(e.channels);if(o===e.colorNotation)a.channels=carryForwardMissingComponents(e.channels,[0,1,2],a.channels,[0,1,2]);else if(s.has(o)&&s.has(e.colorNotation))a.channels=carryForwardMissingComponents(e.channels,[0,1,2],a.channels,[0,1,2]);else switch(o){case exports.ColorNotation.HSL:switch(e.colorNotation){case exports.ColorNotation.HWB:a.channels=carryForwardMissingComponents(e.channels,[0],a.channels,[0]);break;case exports.ColorNotation.Lab:case exports.ColorNotation.OKLab:a.channels=carryForwardMissingComponents(e.channels,[2],a.channels,[0]);break;case exports.ColorNotation.LCH:case exports.ColorNotation.OKLCH:a.channels=carryForwardMissingComponents(e.channels,[0,1,2],a.channels,[2,1,0])}break;case exports.ColorNotation.HWB:switch(e.colorNotation){case exports.ColorNotation.HSL:a.channels=carryForwardMissingComponents(e.channels,[0],a.channels,[0]);break;case exports.ColorNotation.LCH:case exports.ColorNotation.OKLCH:a.channels=carryForwardMissingComponents(e.channels,[0],a.channels,[2])}break;case exports.ColorNotation.Lab:case exports.ColorNotation.OKLab:switch(e.colorNotation){case exports.ColorNotation.HSL:a.channels=carryForwardMissingComponents(e.channels,[0],a.channels,[2]);break;case exports.ColorNotation.Lab:case exports.ColorNotation.OKLab:a.channels=carryForwardMissingComponents(e.channels,[0,1,2],a.channels,[0,1,2]);break;case exports.ColorNotation.LCH:case exports.ColorNotation.OKLCH:a.channels=carryForwardMissingComponents(e.channels,[0],a.channels,[0])}break;case exports.ColorNotation.LCH:case exports.ColorNotation.OKLCH:switch(e.colorNotation){case exports.ColorNotation.HSL:a.channels=carryForwardMissingComponents(e.channels,[0,1,2],a.channels,[2,1,0]);break;case exports.ColorNotation.HWB:a.channels=carryForwardMissingComponents(e.channels,[0],a.channels,[2]);break;case exports.ColorNotation.Lab:case exports.ColorNotation.OKLab:a.channels=carryForwardMissingComponents(e.channels,[0],a.channels,[0]);break;case exports.ColorNotation.LCH:case exports.ColorNotation.OKLCH:a.channels=carryForwardMissingComponents(e.channels,[0,1,2],a.channels,[0,1,2])}}return a.channels=function(e,o){ |
| /*ThouShaltNotCache*/ |
| const a=[...e];switch(o){case exports.ColorNotation.HSL:!Number.isNaN(a[1])&&reducePrecision(a[1],4)<=0&&(a[0]=Number.NaN);break;case exports.ColorNotation.HWB:Math.max(0,reducePrecision(a[1],4))+Math.max(0,reducePrecision(a[2],4))>=100&&(a[0]=Number.NaN);break;case exports.ColorNotation.LCH:!Number.isNaN(a[1])&&reducePrecision(a[1],4)<=0&&(a[2]=Number.NaN);break;case exports.ColorNotation.OKLCH:!Number.isNaN(a[1])&&reducePrecision(a[1],6)<=0&&(a[2]=Number.NaN)}return a}(a.channels,o),a}function convertPowerlessComponentsToZeroValuesForDisplay(e,o){ |
| /*ThouShaltNotCache*/ |
| const a=[...e];switch(o){case exports.ColorNotation.HSL:(reducePrecision(a[2])<=0||reducePrecision(a[2])>=100)&&(a[0]=Number.NaN,a[1]=Number.NaN),reducePrecision(a[1])<=0&&(a[0]=Number.NaN);break;case exports.ColorNotation.HWB:Math.max(0,reducePrecision(a[1]))+Math.max(0,reducePrecision(a[2]))>=100&&(a[0]=Number.NaN);break;case exports.ColorNotation.Lab:(reducePrecision(a[0])<=0||reducePrecision(a[0])>=100)&&(a[1]=Number.NaN,a[2]=Number.NaN);break;case exports.ColorNotation.LCH:reducePrecision(a[1])<=0&&(a[2]=Number.NaN),(reducePrecision(a[0])<=0||reducePrecision(a[0])>=100)&&(a[1]=Number.NaN,a[2]=Number.NaN);break;case exports.ColorNotation.OKLab:(reducePrecision(a[0])<=0||reducePrecision(a[0])>=1)&&(a[1]=Number.NaN,a[2]=Number.NaN);break;case exports.ColorNotation.OKLCH:reducePrecision(a[1])<=0&&(a[2]=Number.NaN),(reducePrecision(a[0])<=0||reducePrecision(a[0])>=1)&&(a[1]=Number.NaN,a[2]=Number.NaN)}return a}function carryForwardMissingComponents(e,o,a,n){ |
| /*ThouShaltNotCache*/ |
| const t=[...a];for(const a of o)Number.isNaN(e[o[a]])&&(t[n[a]]=Number.NaN);return t}function normalizeRelativeColorDataChannels(e){ |
| /*ThouShaltNotCache*/ |
| const o=new Map;switch(e.colorNotation){case exports.ColorNotation.RGB:case exports.ColorNotation.HEX:o.set("r",dummyNumberToken(255*e.channels[0])),o.set("g",dummyNumberToken(255*e.channels[1])),o.set("b",dummyNumberToken(255*e.channels[2])),"number"==typeof e.alpha&&o.set("alpha",dummyNumberToken(e.alpha));break;case exports.ColorNotation.HSL:o.set("h",dummyNumberToken(e.channels[0])),o.set("s",dummyNumberToken(e.channels[1])),o.set("l",dummyNumberToken(e.channels[2])),"number"==typeof e.alpha&&o.set("alpha",dummyNumberToken(e.alpha));break;case exports.ColorNotation.HWB:o.set("h",dummyNumberToken(e.channels[0])),o.set("w",dummyNumberToken(e.channels[1])),o.set("b",dummyNumberToken(e.channels[2])),"number"==typeof e.alpha&&o.set("alpha",dummyNumberToken(e.alpha));break;case exports.ColorNotation.Lab:case exports.ColorNotation.OKLab:o.set("l",dummyNumberToken(e.channels[0])),o.set("a",dummyNumberToken(e.channels[1])),o.set("b",dummyNumberToken(e.channels[2])),"number"==typeof e.alpha&&o.set("alpha",dummyNumberToken(e.alpha));break;case exports.ColorNotation.LCH:case exports.ColorNotation.OKLCH:o.set("l",dummyNumberToken(e.channels[0])),o.set("c",dummyNumberToken(e.channels[1])),o.set("h",dummyNumberToken(e.channels[2])),"number"==typeof e.alpha&&o.set("alpha",dummyNumberToken(e.alpha));break;case exports.ColorNotation.sRGB:case exports.ColorNotation.A98_RGB:case exports.ColorNotation.Display_P3:case exports.ColorNotation.Rec2020:case exports.ColorNotation.Linear_sRGB:case exports.ColorNotation.ProPhoto_RGB:o.set("r",dummyNumberToken(e.channels[0])),o.set("g",dummyNumberToken(e.channels[1])),o.set("b",dummyNumberToken(e.channels[2])),"number"==typeof e.alpha&&o.set("alpha",dummyNumberToken(e.alpha));break;case exports.ColorNotation.XYZ_D50:case exports.ColorNotation.XYZ_D65:o.set("x",dummyNumberToken(e.channels[0])),o.set("y",dummyNumberToken(e.channels[1])),o.set("z",dummyNumberToken(e.channels[2])),"number"==typeof e.alpha&&o.set("alpha",dummyNumberToken(e.alpha))}return o}function noneToZeroInRelativeColorDataChannels(e){ |
| /*ThouShaltNotCache*/ |
| const o=new Map(e);for(const[a,n]of e)Number.isNaN(n[4].value)&&o.set(a,dummyNumberToken(0));return o}function dummyNumberToken(e){ |
| /*ThouShaltNotCache*/ |
| return Number.isNaN(e)?[a.TokenType.Number,"none",-1,-1,{value:Number.NaN,type:a.NumberType.Number}]:[a.TokenType.Number,e.toString(),-1,-1,{value:e,type:a.NumberType.Number}]}function reducePrecision(e,o=7){ |
| /*ThouShaltNotCache*/ |
| if(Number.isNaN(e))return 0;const a=Math.pow(10,o);return Math.round(e*a)/a}function normalize(e,o,a,n){ |
| /*ThouShaltNotCache*/ |
| return Math.min(Math.max(e/o,a),n)}const l=/[A-Z]/g;function toLowerCaseAZ(e){ |
| /*ThouShaltNotCache*/ |
| return e.replace(l,e=>String.fromCharCode(e.charCodeAt(0)+32))}function normalize_Color_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenIdent(e)&&"none"===toLowerCaseAZ(e[4].value))return n.syntaxFlags.add(exports.SyntaxFlag.HasNoneKeywords),[a.TokenType.Number,"none",e[2],e[3],{value:Number.NaN,type:a.NumberType.Number}];if(a.isTokenPercentage(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=normalize(e[4].value,100,-2147483647,2147483647);return 3===o&&(t=normalize(e[4].value,100,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=normalize(e[4].value,1,-2147483647,2147483647);return 3===o&&(t=normalize(e[4].value,1,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}const i=new Set(["srgb","srgb-linear","display-p3","a98-rgb","prophoto-rgb","rec2020","xyz","xyz-d50","xyz-d65"]);function colorSpaceNameToColorNotation(e){ |
| /*ThouShaltNotCache*/ |
| switch(e){case"srgb":return exports.ColorNotation.sRGB;case"srgb-linear":return exports.ColorNotation.Linear_sRGB;case"display-p3":return exports.ColorNotation.Display_P3;case"a98-rgb":return exports.ColorNotation.A98_RGB;case"prophoto-rgb":return exports.ColorNotation.ProPhoto_RGB;case"rec2020":return exports.ColorNotation.Rec2020;case"xyz":case"xyz-d65":return exports.ColorNotation.XYZ_D65;case"xyz-d50":return exports.ColorNotation.XYZ_D50;default:throw new Error("Unknown color space name: "+e)}}const u=new Set(["srgb","srgb-linear","display-p3","a98-rgb","prophoto-rgb","rec2020","lab","oklab","xyz","xyz-d50","xyz-d65"]),c=new Set(["hsl","hwb","lch","oklch"]),p=new Set(["shorter","longer","increasing","decreasing"]);function colorMixComponents(e,o){ |
| /*ThouShaltNotCache*/ |
| const n=[];let s=1,l=!1,i=!1;for(let s=0;s<e.length;s++){let u=e[s];if(!t.isWhiteSpaceOrCommentNode(u)){if(!t.isTokenNode(u)||!a.isTokenComma(u.value)){if(!l){const e=o(u);if(e){l=e;continue}}if(!i){if(t.isFunctionNode(u)&&r.mathFunctionNames.has(toLowerCaseAZ(u.getName()))){if([[u]]=r.calcFromComponentValues([[u]],{censorIntoStandardRepresentableValues:!0,precision:-1,toCanonicalUnits:!0,rawPercentages:!0}),!u||!t.isTokenNode(u)||!a.isTokenNumeric(u.value))return!1;Number.isNaN(u.value[4].value)&&(u.value[4].value=0)}if(t.isTokenNode(u)&&a.isTokenPercentage(u.value)&&u.value[4].value>=0){i=u.value[4].value;continue}}return!1}if(!l)return!1;n.push({color:l,percentage:i}),l=!1,i=!1}}l&&n.push({color:l,percentage:i});let u=0,c=0;for(let e=0;e<n.length;e++){const o=n[e].percentage;if(!1!==o){if(o<0||o>100)return!1;u+=o}else c++}const p=Math.max(0,100-u);u=0;for(let e=0;e<n.length;e++)!1===n[e].percentage&&(n[e].percentage=p/c),u+=n[e].percentage;if(0===u)return{colors:[{color:{channels:[0,0,0],colorNotation:exports.ColorNotation.sRGB,alpha:0,syntaxFlags:new Set},percentage:0}],alphaMultiplier:0};if(u>100)for(let e=0;e<n.length;e++){let o=n[e].percentage;o=o/u*100,n[e].percentage=o}if(u<100){s=u/100;for(let e=0;e<n.length;e++){let o=n[e].percentage;o=o/u*100,n[e].percentage=o}}return{colors:n,alphaMultiplier:s}}function colorMixRectangular(e,o){ |
| /*ThouShaltNotCache*/ |
| if(!o||!o.colors.length)return!1;const a=o.colors.slice();a.reverse();let n=exports.ColorNotation.RGB;switch(e){case"srgb":n=exports.ColorNotation.RGB;break;case"srgb-linear":n=exports.ColorNotation.Linear_sRGB;break;case"display-p3":n=exports.ColorNotation.Display_P3;break;case"a98-rgb":n=exports.ColorNotation.A98_RGB;break;case"prophoto-rgb":n=exports.ColorNotation.ProPhoto_RGB;break;case"rec2020":n=exports.ColorNotation.Rec2020;break;case"lab":n=exports.ColorNotation.Lab;break;case"oklab":n=exports.ColorNotation.OKLab;break;case"xyz-d50":n=exports.ColorNotation.XYZ_D50;break;case"xyz":case"xyz-d65":n=exports.ColorNotation.XYZ_D65;break;default:return!1}if(1===a.length){const e=colorDataTo(a[0].color,n);return e.colorNotation=n,e.syntaxFlags.add(exports.SyntaxFlag.ColorMixVariadic),"number"==typeof e.alpha&&(e.alpha=e.alpha*o.alphaMultiplier,e)}for(;a.length>=2;){const e=a.pop(),o=a.pop();if(!e||!o)return!1;const t=colorMixRectangularPair(n,e.color,e.percentage,o.color,o.percentage);if(!t)return!1;a.push({color:t,percentage:e.percentage+o.percentage})}const t=a[0]?.color;return!!t&&(o.colors.some(e=>e.color.syntaxFlags.has(exports.SyntaxFlag.Experimental))&&t.syntaxFlags.add(exports.SyntaxFlag.Experimental),"number"==typeof t.alpha&&(t.alpha=t.alpha*o.alphaMultiplier,2!==o.colors.length&&t.syntaxFlags.add(exports.SyntaxFlag.ColorMixVariadic),t))}function colorMixRectangularPair(e,o,a,n,t){ |
| /*ThouShaltNotCache*/ |
| const r=a/(a+t);let s=o.alpha;if("number"!=typeof s)return!1;let l=n.alpha;if("number"!=typeof l)return!1;s=Number.isNaN(s)?l:s,l=Number.isNaN(l)?s:l;const i=colorDataTo(o,e).channels,u=colorDataTo(n,e).channels;i[0]=fillInMissingComponent(i[0],u[0]),u[0]=fillInMissingComponent(u[0],i[0]),i[1]=fillInMissingComponent(i[1],u[1]),u[1]=fillInMissingComponent(u[1],i[1]),i[2]=fillInMissingComponent(i[2],u[2]),u[2]=fillInMissingComponent(u[2],i[2]),i[0]=premultiply(i[0],s),i[1]=premultiply(i[1],s),i[2]=premultiply(i[2],s),u[0]=premultiply(u[0],l),u[1]=premultiply(u[1],l),u[2]=premultiply(u[2],l);const c=interpolate(s,l,r);return{colorNotation:e,channels:[un_premultiply(interpolate(i[0],u[0],r),c),un_premultiply(interpolate(i[1],u[1],r),c),un_premultiply(interpolate(i[2],u[2],r),c)],alpha:c,syntaxFlags:new Set([exports.SyntaxFlag.ColorMix])}}function colorMixPolar(e,o,a){ |
| /*ThouShaltNotCache*/ |
| if(!a||!a.colors.length)return!1;const n=a.colors.slice();n.reverse();let t=exports.ColorNotation.HSL;switch(e){case"hsl":t=exports.ColorNotation.HSL;break;case"hwb":t=exports.ColorNotation.HWB;break;case"lch":t=exports.ColorNotation.LCH;break;case"oklch":t=exports.ColorNotation.OKLCH;break;default:return!1}if(1===n.length){const e=colorDataTo(n[0].color,t);return e.colorNotation=t,e.syntaxFlags.add(exports.SyntaxFlag.ColorMixVariadic),"number"==typeof e.alpha&&(e.alpha=e.alpha*a.alphaMultiplier,e)}for(;n.length>=2;){const e=n.pop(),a=n.pop();if(!e||!a)return!1;const r=colorMixPolarPair(t,o,e.color,e.percentage,a.color,a.percentage);if(!r)return!1;n.push({color:r,percentage:e.percentage+a.percentage})}const r=n[0]?.color;return!!r&&(a.colors.some(e=>e.color.syntaxFlags.has(exports.SyntaxFlag.Experimental))&&r.syntaxFlags.add(exports.SyntaxFlag.Experimental),"number"==typeof r.alpha&&(r.alpha=r.alpha*a.alphaMultiplier,2!==a.colors.length&&r.syntaxFlags.add(exports.SyntaxFlag.ColorMixVariadic),r))}function colorMixPolarPair(e,o,a,n,t,r){ |
| /*ThouShaltNotCache*/ |
| const s=n/(n+r);let l=0,i=0,u=0,c=0,p=0,N=0,m=a.alpha;if("number"!=typeof m)return!1;let h=t.alpha;if("number"!=typeof h)return!1;m=Number.isNaN(m)?h:m,h=Number.isNaN(h)?m:h;const x=colorDataTo(a,e).channels,y=colorDataTo(t,e).channels;switch(e){case exports.ColorNotation.HSL:case exports.ColorNotation.HWB:l=x[0],i=y[0],u=x[1],c=y[1],p=x[2],N=y[2];break;case exports.ColorNotation.LCH:case exports.ColorNotation.OKLCH:u=x[0],c=y[0],p=x[1],N=y[1],l=x[2],i=y[2]}l=fillInMissingComponent(l,i),Number.isNaN(l)&&(l=0),i=fillInMissingComponent(i,l),Number.isNaN(i)&&(i=0),u=fillInMissingComponent(u,c),c=fillInMissingComponent(c,u),p=fillInMissingComponent(p,N),N=fillInMissingComponent(N,p);const b=i-l;switch(o){case"shorter":b>180?l+=360:b<-180&&(i+=360);break;case"longer":-180<b&&b<180&&(b>0?l+=360:i+=360);break;case"increasing":b<0&&(i+=360);break;case"decreasing":b>0&&(l+=360);break;default:throw new Error("Unknown hue interpolation method")}u=premultiply(u,m),p=premultiply(p,m),c=premultiply(c,h),N=premultiply(N,h);let C=[0,0,0];const d=interpolate(m,h,s);switch(e){case exports.ColorNotation.HSL:case exports.ColorNotation.HWB:C=[interpolate(l,i,s),un_premultiply(interpolate(u,c,s),d),un_premultiply(interpolate(p,N,s),d)];break;case exports.ColorNotation.LCH:case exports.ColorNotation.OKLCH:C=[un_premultiply(interpolate(u,c,s),d),un_premultiply(interpolate(p,N,s),d),interpolate(l,i,s)]}return{colorNotation:e,channels:C,alpha:d,syntaxFlags:new Set([exports.SyntaxFlag.ColorMix])}}function fillInMissingComponent(e,o){ |
| /*ThouShaltNotCache*/ |
| return Number.isNaN(e)?o:e}function interpolate(e,o,a){ |
| /*ThouShaltNotCache*/ |
| return e*a+o*(1-a)}function premultiply(e,o){ |
| /*ThouShaltNotCache*/ |
| return Number.isNaN(o)?e:Number.isNaN(e)?Number.NaN:e*o}function un_premultiply(e,o){ |
| /*ThouShaltNotCache*/ |
| return 0===o||Number.isNaN(o)?e:Number.isNaN(e)?Number.NaN:e/o}function normalizeHue(e){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenNumber(e))return e[4].value=e[4].value%360,e[1]=e[4].value.toString(),e;if(a.isTokenDimension(e)){let o=e[4].value;switch(toLowerCaseAZ(e[4].unit)){case"deg":break;case"rad":o=180*e[4].value/Math.PI;break;case"grad":o=.9*e[4].value;break;case"turn":o=360*e[4].value;break;default:return!1}return o%=360,[a.TokenType.Number,o.toString(),e[2],e[3],{value:o,type:a.NumberType.Number}]}return!1}function normalize_legacy_HSL_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(0===o){const o=normalizeHue(e);return!1!==o&&(a.isTokenDimension(e)&&n.syntaxFlags.add(exports.SyntaxFlag.HasDimensionValues),o)}if(a.isTokenPercentage(e)){3===o?n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageAlpha):n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=normalize(e[4].value,1,0,100);return 3===o&&(t=normalize(e[4].value,100,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){if(3!==o)return!1;let n=normalize(e[4].value,1,0,100);return 3===o&&(n=normalize(e[4].value,1,0,1)),[a.TokenType.Number,n.toString(),e[2],e[3],{value:n,type:a.NumberType.Number}]}return!1}function normalize_modern_HSL_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenIdent(e)&&"none"===toLowerCaseAZ(e[4].value))return n.syntaxFlags.add(exports.SyntaxFlag.HasNoneKeywords),[a.TokenType.Number,"none",e[2],e[3],{value:Number.NaN,type:a.NumberType.Number}];if(0===o){const o=normalizeHue(e);return!1!==o&&(a.isTokenDimension(e)&&n.syntaxFlags.add(exports.SyntaxFlag.HasDimensionValues),o)}if(a.isTokenPercentage(e)){3===o?n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageAlpha):n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=e[4].value;return 3===o?t=normalize(e[4].value,100,0,1):1===o&&(t=normalize(e[4].value,1,0,2147483647)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=e[4].value;return 3===o?t=normalize(e[4].value,1,0,1):1===o&&(t=normalize(e[4].value,1,0,2147483647)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}function threeChannelLegacySyntax(e,o,n,s){ |
| /*ThouShaltNotCache*/ |
| const l=[],i=[],u=[],c=[],p={colorNotation:n,channels:[0,0,0],alpha:1,syntaxFlags:new Set(s)};let N=l;for(let o=0;o<e.value.length;o++){let n=e.value[o];if(!t.isWhitespaceNode(n)&&!t.isCommentNode(n)){if(t.isTokenNode(n)&&a.isTokenComma(n.value)){if(N===l){N=i;continue}if(N===i){N=u;continue}if(N===u){N=c;continue}if(N===c)return!1}if(t.isFunctionNode(n)){if(N===c&&"var"===n.getName().toLowerCase()){p.syntaxFlags.add(exports.SyntaxFlag.HasVariableAlpha),N.push(n);continue}if(!r.mathFunctionNames.has(n.getName().toLowerCase()))return!1;const[[e]]=r.calcFromComponentValues([[n]],{censorIntoStandardRepresentableValues:!0,precision:-1,toCanonicalUnits:!0,rawPercentages:!0});if(!e||!t.isTokenNode(e)||!a.isTokenNumeric(e.value))return!1;Number.isNaN(e.value[4].value)&&(e.value[4].value=0),n=e}if(!t.isTokenNode(n))return!1;N.push(n)}}if(1!==N.length)return!1;if(1!==l.length||1!==i.length||1!==u.length)return!1;if(!t.isTokenNode(l[0])||!t.isTokenNode(i[0])||!t.isTokenNode(u[0]))return!1;const m=o(l[0].value,0,p);if(!m||!a.isTokenNumber(m))return!1;const h=o(i[0].value,1,p);if(!h||!a.isTokenNumber(h))return!1;const x=o(u[0].value,2,p);if(!x||!a.isTokenNumber(x))return!1;const y=[m,h,x];if(1===c.length)if(p.syntaxFlags.add(exports.SyntaxFlag.HasAlpha),t.isTokenNode(c[0])){const e=o(c[0].value,3,p);if(!e||!a.isTokenNumber(e))return!1;y.push(e)}else p.alpha=c[0];return p.channels=[y[0][4].value,y[1][4].value,y[2][4].value],4===y.length&&(p.alpha=y[3][4].value),p}function threeChannelSpaceSeparated(e,o,n,s,l){ |
| /*ThouShaltNotCache*/ |
| const i=[],u=[],c=[],p=[];let N,m,h=!1;const x={colorNotation:n,channels:[0,0,0],alpha:1,syntaxFlags:new Set(s)};let y=i;for(let o=0;o<e.value.length;o++){let s=e.value[o];if(t.isWhitespaceNode(s)||t.isCommentNode(s))for(;t.isWhitespaceNode(e.value[o+1])||t.isCommentNode(e.value[o+1]);)o++;else if(y===i&&i.length&&(y=u),y===u&&u.length&&(y=c),t.isTokenNode(s)&&a.isTokenDelim(s.value)&&"/"===s.value[4].value){if(y===p)return!1;y=p}else{if(t.isFunctionNode(s)){if(y===p&&"var"===s.getName().toLowerCase()){x.syntaxFlags.add(exports.SyntaxFlag.HasVariableAlpha),y.push(s);continue}if(!r.mathFunctionNames.has(s.getName().toLowerCase()))return!1;const[[e]]=r.calcFromComponentValues([[s]],{censorIntoStandardRepresentableValues:!0,globals:m,precision:-1,toCanonicalUnits:!0,rawPercentages:!0});if(!e||!t.isTokenNode(e)||!a.isTokenNumeric(e.value))return!1;Number.isNaN(e.value[4].value)&&(e.value[4].value=0),s=e}if(y===i&&0===i.length&&t.isTokenNode(s)&&a.isTokenIdent(s.value)&&"from"===s.value[4].value.toLowerCase()){if(h)return!1;for(;t.isWhitespaceNode(e.value[o+1])||t.isCommentNode(e.value[o+1]);)o++;if(o++,s=e.value[o],h=l(s),!1===h)return!1;h.syntaxFlags.has(exports.SyntaxFlag.Experimental)&&x.syntaxFlags.add(exports.SyntaxFlag.Experimental),x.syntaxFlags.add(exports.SyntaxFlag.RelativeColorSyntax),h.colorNotation!==n&&(h=colorDataTo(h,n)),N=normalizeRelativeColorDataChannels(h),m=noneToZeroInRelativeColorDataChannels(N)}else{if(!t.isTokenNode(s))return!1;if(a.isTokenIdent(s.value)&&N){const e=s.value[4].value.toLowerCase();if(N.has(e)){y.push(new t.TokenNode(N.get(e)));continue}}y.push(s)}}}if(1!==y.length)return!1;if(1!==i.length||1!==u.length||1!==c.length)return!1;if(!t.isTokenNode(i[0])||!t.isTokenNode(u[0])||!t.isTokenNode(c[0]))return!1;if(N&&!N.has("alpha"))return!1;const b=o(i[0].value,0,x);if(!b||!a.isTokenNumber(b))return!1;const C=o(u[0].value,1,x);if(!C||!a.isTokenNumber(C))return!1;const d=o(c[0].value,2,x);if(!d||!a.isTokenNumber(d))return!1;const g=[b,C,d];if(1===p.length)if(x.syntaxFlags.add(exports.SyntaxFlag.HasAlpha),t.isTokenNode(p[0])){const e=o(p[0].value,3,x);if(!e||!a.isTokenNumber(e))return!1;g.push(e)}else x.alpha=p[0];else if(N&&N.has("alpha")){const e=o(N.get("alpha"),3,x);if(!e||!a.isTokenNumber(e))return!1;g.push(e)}return x.channels=[g[0][4].value,g[1][4].value,g[2][4].value],4===g.length&&(x.alpha=g[3][4].value),x}function hsl(e,o){ |
| /*ThouShaltNotCache*/ |
| if(e.value.some(e=>t.isTokenNode(e)&&a.isTokenComma(e.value))){const o=function(e){ |
| /*ThouShaltNotCache*/ |
| return threeChannelLegacySyntax(e,normalize_legacy_HSL_ChannelValues,exports.ColorNotation.HSL,[exports.SyntaxFlag.LegacyHSL])}(e);if(!1!==o)return o}{const a=function(e,o){ |
| /*ThouShaltNotCache*/ |
| return threeChannelSpaceSeparated(e,normalize_modern_HSL_ChannelValues,exports.ColorNotation.HSL,[],o)}(e,o);if(!1!==a)return a}return!1}function normalize_HWB_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenIdent(e)&&"none"===toLowerCaseAZ(e[4].value))return n.syntaxFlags.add(exports.SyntaxFlag.HasNoneKeywords),[a.TokenType.Number,"none",e[2],e[3],{value:Number.NaN,type:a.NumberType.Number}];if(0===o){const o=normalizeHue(e);return!1!==o&&(a.isTokenDimension(e)&&n.syntaxFlags.add(exports.SyntaxFlag.HasDimensionValues),o)}if(a.isTokenPercentage(e)){3===o?n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageAlpha):n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=e[4].value;return 3===o&&(t=normalize(e[4].value,100,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=e[4].value;return 3===o&&(t=normalize(e[4].value,1,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}function normalize_Lab_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenIdent(e)&&"none"===toLowerCaseAZ(e[4].value))return n.syntaxFlags.add(exports.SyntaxFlag.HasNoneKeywords),[a.TokenType.Number,"none",e[2],e[3],{value:Number.NaN,type:a.NumberType.Number}];if(a.isTokenPercentage(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=normalize(e[4].value,1,0,100);return 1===o||2===o?t=normalize(e[4].value,.8,-2147483647,2147483647):3===o&&(t=normalize(e[4].value,100,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=normalize(e[4].value,1,0,100);return 1===o||2===o?t=normalize(e[4].value,1,-2147483647,2147483647):3===o&&(t=normalize(e[4].value,1,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}function normalize_LCH_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenIdent(e)&&"none"===toLowerCaseAZ(e[4].value))return n.syntaxFlags.add(exports.SyntaxFlag.HasNoneKeywords),[a.TokenType.Number,"none",e[2],e[3],{value:Number.NaN,type:a.NumberType.Number}];if(2===o){const o=normalizeHue(e);return!1!==o&&(a.isTokenDimension(e)&&n.syntaxFlags.add(exports.SyntaxFlag.HasDimensionValues),o)}if(a.isTokenPercentage(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=normalize(e[4].value,1,0,100);return 1===o?t=normalize(e[4].value,100/150,0,2147483647):3===o&&(t=normalize(e[4].value,100,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=normalize(e[4].value,1,0,100);return 1===o?t=normalize(e[4].value,1,0,2147483647):3===o&&(t=normalize(e[4].value,1,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}const N=new Map;for(const[e,o]of Object.entries(n.namedColors))N.set(e,o);function normalize_OKLab_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenIdent(e)&&"none"===toLowerCaseAZ(e[4].value))return n.syntaxFlags.add(exports.SyntaxFlag.HasNoneKeywords),[a.TokenType.Number,"none",e[2],e[3],{value:Number.NaN,type:a.NumberType.Number}];if(a.isTokenPercentage(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=normalize(e[4].value,100,0,1);return 1===o||2===o?t=normalize(e[4].value,250,-2147483647,2147483647):3===o&&(t=normalize(e[4].value,100,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=normalize(e[4].value,1,0,1);return 1===o||2===o?t=normalize(e[4].value,1,-2147483647,2147483647):3===o&&(t=normalize(e[4].value,1,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}function normalize_OKLCH_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenIdent(e)&&"none"===toLowerCaseAZ(e[4].value))return n.syntaxFlags.add(exports.SyntaxFlag.HasNoneKeywords),[a.TokenType.Number,"none",e[2],e[3],{value:Number.NaN,type:a.NumberType.Number}];if(2===o){const o=normalizeHue(e);return!1!==o&&(a.isTokenDimension(e)&&n.syntaxFlags.add(exports.SyntaxFlag.HasDimensionValues),o)}if(a.isTokenPercentage(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=normalize(e[4].value,100,0,1);return 1===o?t=normalize(e[4].value,250,0,2147483647):3===o&&(t=normalize(e[4].value,100,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=normalize(e[4].value,1,0,1);return 1===o?t=normalize(e[4].value,1,0,2147483647):3===o&&(t=normalize(e[4].value,1,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}function normalize_legacy_sRGB_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenPercentage(e)){3===o?n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageAlpha):n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);const t=normalize(e[4].value,100,0,1);return[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=normalize(e[4].value,255,0,1);return 3===o&&(t=normalize(e[4].value,1,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}function normalize_modern_sRGB_ChannelValues(e,o,n){ |
| /*ThouShaltNotCache*/ |
| if(a.isTokenIdent(e)&&"none"===e[4].value.toLowerCase())return n.syntaxFlags.add(exports.SyntaxFlag.HasNoneKeywords),[a.TokenType.Number,"none",e[2],e[3],{value:Number.NaN,type:a.NumberType.Number}];if(a.isTokenPercentage(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasPercentageValues);let t=normalize(e[4].value,100,-2147483647,2147483647);return 3===o&&(t=normalize(e[4].value,100,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}if(a.isTokenNumber(e)){3!==o&&n.syntaxFlags.add(exports.SyntaxFlag.HasNumberValues);let t=normalize(e[4].value,255,-2147483647,2147483647);return 3===o&&(t=normalize(e[4].value,1,0,1)),[a.TokenType.Number,t.toString(),e[2],e[3],{value:t,type:a.NumberType.Number}]}return!1}function rgb(e,o){ |
| /*ThouShaltNotCache*/ |
| if(e.value.some(e=>t.isTokenNode(e)&&a.isTokenComma(e.value))){const o=function(e){ |
| /*ThouShaltNotCache*/ |
| return threeChannelLegacySyntax(e,normalize_legacy_sRGB_ChannelValues,exports.ColorNotation.RGB,[exports.SyntaxFlag.LegacyRGB])}(e);if(!1!==o)return(!o.syntaxFlags.has(exports.SyntaxFlag.HasNumberValues)||!o.syntaxFlags.has(exports.SyntaxFlag.HasPercentageValues))&&o}else{const a=function(e,o){ |
| /*ThouShaltNotCache*/ |
| return threeChannelSpaceSeparated(e,normalize_modern_sRGB_ChannelValues,exports.ColorNotation.RGB,[],o)}(e,o);if(!1!==a)return a}return!1}function XYZ_D50_to_sRGB_Gamut(e){ |
| /*ThouShaltNotCache*/ |
| const o=n.XYZ_D50_to_sRGB(e);if(n.inGamut(o))return n.clip(o);let a=e;return a=n.XYZ_D50_to_OKLCH(a),a[0]<1e-6&&(a=[0,0,0]),a[0]>.999999&&(a=[1,0,0]),n.gam_sRGB(n.mapGamutRayTrace(a,oklch_to_lin_srgb,lin_srgb_to_oklch))}function oklch_to_lin_srgb(e){ |
| /*ThouShaltNotCache*/ |
| return e=n.OKLCH_to_OKLab(e),e=n.OKLab_to_XYZ(e),n.XYZ_to_lin_sRGB(e)}function lin_srgb_to_oklch(e){ |
| /*ThouShaltNotCache*/ |
| return e=n.lin_sRGB_to_XYZ(e),e=n.XYZ_to_OKLab(e),n.OKLab_to_OKLCH(e)}function oklch_to_lin_p3(e){ |
| /*ThouShaltNotCache*/ |
| return e=n.OKLCH_to_OKLab(e),e=n.OKLab_to_XYZ(e),n.XYZ_to_lin_P3(e)}function lin_p3_to_oklch(e){ |
| /*ThouShaltNotCache*/ |
| return e=n.lin_P3_to_XYZ(e),e=n.XYZ_to_OKLab(e),n.OKLab_to_OKLCH(e)}function toPrecision(e,o=7){ |
| /*ThouShaltNotCache*/ |
| e=+e,o=+o;const a=(Math.floor(Math.abs(e))+"").length;if(o>a)return+e.toFixed(o-a);{const n=10**(a-o);return Math.round(e/n)*n}}function serializeWithAlpha(e,o,n,r){ |
| /*ThouShaltNotCache*/ |
| const s=[a.TokenType.CloseParen,")",-1,-1,void 0];if("number"==typeof e.alpha){const l=Math.min(1,Math.max(0,toPrecision(Number.isNaN(e.alpha)?0:e.alpha)));return 1===toPrecision(l,4)?new t.FunctionNode(o,s,r):new t.FunctionNode(o,s,[...r,new t.WhitespaceNode([n]),new t.TokenNode([a.TokenType.Delim,"/",-1,-1,{value:"/"}]),new t.WhitespaceNode([n]),new t.TokenNode([a.TokenType.Number,toPrecision(l,4).toString(),-1,-1,{value:e.alpha,type:a.NumberType.Integer}])])}return new t.FunctionNode(o,s,[...r,new t.WhitespaceNode([n]),new t.TokenNode([a.TokenType.Delim,"/",-1,-1,{value:"/"}]),new t.WhitespaceNode([n]),e.alpha])}exports.color=function color(e){ |
| /*ThouShaltNotCache*/ |
| if(t.isFunctionNode(e))switch(toLowerCaseAZ(e.getName())){case"rgb":case"rgba":return rgb(e,color);case"hsl":case"hsla":return hsl(e,color);case"hwb":return o=color,threeChannelSpaceSeparated(e,normalize_HWB_ChannelValues,exports.ColorNotation.HWB,[],o);case"lab":return function(e,o){ |
| /*ThouShaltNotCache*/ |
| return threeChannelSpaceSeparated(e,normalize_Lab_ChannelValues,exports.ColorNotation.Lab,[],o)}(e,color);case"lch":return function(e,o){ |
| /*ThouShaltNotCache*/ |
| return threeChannelSpaceSeparated(e,normalize_LCH_ChannelValues,exports.ColorNotation.LCH,[],o)}(e,color);case"oklab":return function(e,o){ |
| /*ThouShaltNotCache*/ |
| return threeChannelSpaceSeparated(e,normalize_OKLab_ChannelValues,exports.ColorNotation.OKLab,[],o)}(e,color);case"oklch":return function(e,o){ |
| /*ThouShaltNotCache*/ |
| return threeChannelSpaceSeparated(e,normalize_OKLCH_ChannelValues,exports.ColorNotation.OKLCH,[],o)}(e,color);case"color":return function(e,o){ |
| /*ThouShaltNotCache*/ |
| const n=[],s=[],l=[],u=[];let c,p,N=!1,m=!1;const h={colorNotation:exports.ColorNotation.sRGB,channels:[0,0,0],alpha:1,syntaxFlags:new Set([])};let x=n;for(let y=0;y<e.value.length;y++){let b=e.value[y];if(t.isWhitespaceNode(b)||t.isCommentNode(b))for(;t.isWhitespaceNode(e.value[y+1])||t.isCommentNode(e.value[y+1]);)y++;else if(x===n&&n.length&&(x=s),x===s&&s.length&&(x=l),t.isTokenNode(b)&&a.isTokenDelim(b.value)&&"/"===b.value[4].value){if(x===u)return!1;x=u}else{if(t.isFunctionNode(b)){if(x===u&&"var"===toLowerCaseAZ(b.getName())){h.syntaxFlags.add(exports.SyntaxFlag.HasVariableAlpha),x.push(b);continue}if(!r.mathFunctionNames.has(toLowerCaseAZ(b.getName())))return!1;const[[e]]=r.calcFromComponentValues([[b]],{censorIntoStandardRepresentableValues:!0,globals:p,precision:-1,toCanonicalUnits:!0,rawPercentages:!0});if(!e||!t.isTokenNode(e)||!a.isTokenNumeric(e.value))return!1;Number.isNaN(e.value[4].value)&&(e.value[4].value=0),b=e}if(x===n&&0===n.length&&t.isTokenNode(b)&&a.isTokenIdent(b.value)&&i.has(toLowerCaseAZ(b.value[4].value))){if(N)return!1;N=toLowerCaseAZ(b.value[4].value),h.colorNotation=colorSpaceNameToColorNotation(N),m&&(m.colorNotation!==h.colorNotation&&(m=colorDataTo(m,h.colorNotation)),c=normalizeRelativeColorDataChannels(m),p=noneToZeroInRelativeColorDataChannels(c))}else if(x===n&&0===n.length&&t.isTokenNode(b)&&a.isTokenIdent(b.value)&&"from"===toLowerCaseAZ(b.value[4].value)){if(m)return!1;if(N)return!1;for(;t.isWhitespaceNode(e.value[y+1])||t.isCommentNode(e.value[y+1]);)y++;if(y++,b=e.value[y],m=o(b),!1===m)return!1;m.syntaxFlags.has(exports.SyntaxFlag.Experimental)&&h.syntaxFlags.add(exports.SyntaxFlag.Experimental),h.syntaxFlags.add(exports.SyntaxFlag.RelativeColorSyntax)}else{if(!t.isTokenNode(b))return!1;if(a.isTokenIdent(b.value)&&c&&c.has(toLowerCaseAZ(b.value[4].value))){x.push(new t.TokenNode(c.get(toLowerCaseAZ(b.value[4].value))));continue}x.push(b)}}}if(!N)return!1;if(1!==x.length)return!1;if(1!==n.length||1!==s.length||1!==l.length)return!1;if(!t.isTokenNode(n[0])||!t.isTokenNode(s[0])||!t.isTokenNode(l[0]))return!1;if(c&&!c.has("alpha"))return!1;const y=normalize_Color_ChannelValues(n[0].value,0,h);if(!y||!a.isTokenNumber(y))return!1;const b=normalize_Color_ChannelValues(s[0].value,1,h);if(!b||!a.isTokenNumber(b))return!1;const C=normalize_Color_ChannelValues(l[0].value,2,h);if(!C||!a.isTokenNumber(C))return!1;const d=[y,b,C];if(1===u.length)if(h.syntaxFlags.add(exports.SyntaxFlag.HasAlpha),t.isTokenNode(u[0])){const e=normalize_Color_ChannelValues(u[0].value,3,h);if(!e||!a.isTokenNumber(e))return!1;d.push(e)}else h.alpha=u[0];else if(c&&c.has("alpha")){const e=normalize_Color_ChannelValues(c.get("alpha"),3,h);if(!e||!a.isTokenNumber(e))return!1;d.push(e)}return h.channels=[d[0][4].value,d[1][4].value,d[2][4].value],4===d.length&&(h.alpha=d[3][4].value),h}(e,color);case"color-mix":return function(e,o){ |
| /*ThouShaltNotCache*/ |
| let n=null,r=null,s=null,l=!1;for(let i=0;i<e.value.length;i++){const N=e.value[i];if(!t.isWhiteSpaceOrCommentNode(N)){if(t.isTokenNode(N)&&a.isTokenIdent(N.value)){if(!n&&"in"===toLowerCaseAZ(N.value[4].value)){n=N;continue}if(n&&!r){r=toLowerCaseAZ(N.value[4].value);continue}if(n&&r&&!s&&c.has(r)){s=toLowerCaseAZ(N.value[4].value);continue}if(n&&r&&s&&!l&&"hue"===toLowerCaseAZ(N.value[4].value)){l=!0;continue}return!1}return!(!t.isTokenNode(N)||!a.isTokenComma(N.value))&&!!r&&(s||l?!!(r&&s&&l&&c.has(r)&&p.has(s))&&colorMixPolar(r,s,colorMixComponents(e.value.slice(i+1),o)):u.has(r)?colorMixRectangular(r,colorMixComponents(e.value.slice(i+1),o)):!!c.has(r)&&colorMixPolar(r,"shorter",colorMixComponents(e.value.slice(i+1),o)))}}return!1}(e,color);case"contrast-color":return function(e,o){ |
| /*ThouShaltNotCache*/ |
| let a=!1;for(let n=0;n<e.value.length;n++){const r=e.value[n];if(!t.isWhitespaceNode(r)&&!t.isCommentNode(r)&&(a||(a=o(r),!a)))return!1}if(!a)return!1;a.channels=convertNaNToZero(a.channels),a.channels=XYZ_D50_to_sRGB_Gamut(colorData_to_XYZ_D50(a).channels),a.colorNotation=exports.ColorNotation.sRGB;const r={colorNotation:exports.ColorNotation.sRGB,channels:[0,0,0],alpha:1,syntaxFlags:new Set([exports.SyntaxFlag.ContrastColor,exports.SyntaxFlag.Experimental])},s=n.contrast_ratio_wcag_2_1(a.channels,[1,1,1]),l=n.contrast_ratio_wcag_2_1(a.channels,[0,0,0]);return r.channels=s>l?[1,1,1]:[0,0,0],r}(e,color)}var o;if(t.isTokenNode(e)){if(a.isTokenHash(e.value))return function(e){ |
| /*ThouShaltNotCache*/ |
| const o=toLowerCaseAZ(e[4].value);if(o.match(/[^a-f0-9]/))return!1;const a={colorNotation:exports.ColorNotation.HEX,channels:[0,0,0],alpha:1,syntaxFlags:new Set([exports.SyntaxFlag.Hex])},n=o.length;if(3===n){const e=o[0],n=o[1],t=o[2];return a.channels=[parseInt(e+e,16)/255,parseInt(n+n,16)/255,parseInt(t+t,16)/255],a}if(6===n){const e=o[0]+o[1],n=o[2]+o[3],t=o[4]+o[5];return a.channels=[parseInt(e,16)/255,parseInt(n,16)/255,parseInt(t,16)/255],a}if(4===n){const e=o[0],n=o[1],t=o[2],r=o[3];return a.channels=[parseInt(e+e,16)/255,parseInt(n+n,16)/255,parseInt(t+t,16)/255],a.alpha=parseInt(r+r,16)/255,a.syntaxFlags.add(exports.SyntaxFlag.HasAlpha),a}if(8===n){const e=o[0]+o[1],n=o[2]+o[3],t=o[4]+o[5],r=o[6]+o[7];return a.channels=[parseInt(e,16)/255,parseInt(n,16)/255,parseInt(t,16)/255],a.alpha=parseInt(r,16)/255,a.syntaxFlags.add(exports.SyntaxFlag.HasAlpha),a}return!1}(e.value);if(a.isTokenIdent(e.value)){const o=function(e){ |
| /*ThouShaltNotCache*/ |
| const o=N.get(toLowerCaseAZ(e));return!!o&&{colorNotation:exports.ColorNotation.RGB,channels:[o[0]/255,o[1]/255,o[2]/255],alpha:1,syntaxFlags:new Set([exports.SyntaxFlag.ColorKeyword,exports.SyntaxFlag.NamedColor])}}(e.value[4].value);return!1!==o?o:"transparent"===toLowerCaseAZ(e.value[4].value)&&{colorNotation:exports.ColorNotation.RGB,channels:[0,0,0],alpha:0,syntaxFlags:new Set([exports.SyntaxFlag.ColorKeyword])}}}return!1},exports.colorDataFitsDisplayP3_Gamut=function(e){ |
| /*ThouShaltNotCache*/ |
| const o={...e,channels:[...e.channels]};return o.channels=convertPowerlessComponentsToZeroValuesForDisplay(o.channels,o.colorNotation),!colorDataTo(o,exports.ColorNotation.Display_P3).channels.find(e=>e<-1e-5||e>1.00001)},exports.colorDataFitsRGB_Gamut=function(e){ |
| /*ThouShaltNotCache*/ |
| const o={...e,channels:[...e.channels]};return o.channels=convertPowerlessComponentsToZeroValuesForDisplay(o.channels,o.colorNotation),!colorDataTo(o,exports.ColorNotation.RGB).channels.find(e=>e<-1e-5||e>1.00001)},exports.serializeHSL=function(e,o=!0){ |
| /*ThouShaltNotCache*/ |
| e.channels=convertPowerlessComponentsToZeroValuesForDisplay(e.channels,e.colorNotation);let r=e.channels.map(e=>Number.isNaN(e)?0:e);r=o?n.XYZ_D50_to_HSL(n.sRGB_to_XYZ_D50(XYZ_D50_to_sRGB_Gamut(colorData_to_XYZ_D50(e).channels))):n.XYZ_D50_to_HSL(colorData_to_XYZ_D50(e).channels),r=r.map(e=>Number.isNaN(e)?0:e);const s=Math.min(360,Math.max(0,Math.round(toPrecision(r[0])))),l=Math.min(100,Math.max(0,Math.round(toPrecision(r[1])))),i=Math.min(100,Math.max(0,Math.round(toPrecision(r[2])))),u=[a.TokenType.CloseParen,")",-1,-1,void 0],c=[a.TokenType.Whitespace," ",-1,-1,void 0],p=[a.TokenType.Comma,",",-1,-1,void 0],N=[new t.TokenNode([a.TokenType.Number,s.toString(),-1,-1,{value:r[0],type:a.NumberType.Integer}]),new t.TokenNode(p),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Percentage,l.toString()+"%",-1,-1,{value:r[1]}]),new t.TokenNode(p),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Percentage,i.toString()+"%",-1,-1,{value:r[2]}])];if("number"==typeof e.alpha){const o=Math.min(1,Math.max(0,toPrecision(Number.isNaN(e.alpha)?0:e.alpha)));return 1===toPrecision(o,4)?new t.FunctionNode([a.TokenType.Function,"hsl(",-1,-1,{value:"hsl"}],u,N):new t.FunctionNode([a.TokenType.Function,"hsla(",-1,-1,{value:"hsla"}],u,[...N,new t.TokenNode(p),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Number,toPrecision(o,4).toString(),-1,-1,{value:e.alpha,type:a.NumberType.Number}])])}return new t.FunctionNode([a.TokenType.Function,"hsla(",-1,-1,{value:"hsla"}],u,[...N,new t.TokenNode(p),new t.WhitespaceNode([c]),e.alpha])},exports.serializeOKLCH=function(e){ |
| /*ThouShaltNotCache*/ |
| e.channels=convertPowerlessComponentsToZeroValuesForDisplay(e.channels,e.colorNotation);let o=e.channels.map(e=>Number.isNaN(e)?0:e);e.colorNotation!==exports.ColorNotation.OKLCH&&(o=n.XYZ_D50_to_OKLCH(colorData_to_XYZ_D50(e).channels));const r=toPrecision(o[0],6),s=toPrecision(o[1],6),l=toPrecision(o[2],6),i=[a.TokenType.Function,"oklch(",-1,-1,{value:"oklch"}],u=[a.TokenType.Whitespace," ",-1,-1,void 0];return serializeWithAlpha(e,i,u,[new t.TokenNode([a.TokenType.Number,r.toString(),-1,-1,{value:o[0],type:a.NumberType.Number}]),new t.WhitespaceNode([u]),new t.TokenNode([a.TokenType.Number,s.toString(),-1,-1,{value:o[1],type:a.NumberType.Number}]),new t.WhitespaceNode([u]),new t.TokenNode([a.TokenType.Number,l.toString(),-1,-1,{value:o[2],type:a.NumberType.Number}])])},exports.serializeP3=function(e,o=!0){ |
| /*ThouShaltNotCache*/ |
| e.channels=convertPowerlessComponentsToZeroValuesForDisplay(e.channels,e.colorNotation);let r=e.channels.map(e=>Number.isNaN(e)?0:e);o?r=function(e){ |
| /*ThouShaltNotCache*/ |
| const o=n.XYZ_D50_to_P3(e);if(n.inGamut(o))return n.clip(o);let a=e;return a=n.XYZ_D50_to_OKLCH(a),a[0]<1e-6&&(a=[0,0,0]),a[0]>.999999&&(a=[1,0,0]),n.gam_P3(n.mapGamutRayTrace(a,oklch_to_lin_p3,lin_p3_to_oklch))}(colorData_to_XYZ_D50(e).channels):e.colorNotation!==exports.ColorNotation.Display_P3&&(r=n.XYZ_D50_to_P3(colorData_to_XYZ_D50(e).channels));const s=o?Math.min(1,Math.max(0,toPrecision(r[0],6))):toPrecision(r[0],6),l=o?Math.min(1,Math.max(0,toPrecision(r[1],6))):toPrecision(r[1],6),i=o?Math.min(1,Math.max(0,toPrecision(r[2],6))):toPrecision(r[2],6),u=[a.TokenType.Function,"color(",-1,-1,{value:"color"}],c=[a.TokenType.Whitespace," ",-1,-1,void 0];return serializeWithAlpha(e,u,c,[new t.TokenNode([a.TokenType.Ident,"display-p3",-1,-1,{value:"display-p3"}]),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Number,s.toString(),-1,-1,{value:r[0],type:a.NumberType.Number}]),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Number,l.toString(),-1,-1,{value:r[1],type:a.NumberType.Number}]),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Number,i.toString(),-1,-1,{value:r[2],type:a.NumberType.Number}])])},exports.serializeRGB=function(e,o=!0){ |
| /*ThouShaltNotCache*/ |
| e.channels=convertPowerlessComponentsToZeroValuesForDisplay(e.channels,e.colorNotation);let r=e.channels.map(e=>Number.isNaN(e)?0:e);r=o?XYZ_D50_to_sRGB_Gamut(colorData_to_XYZ_D50(e).channels):n.XYZ_D50_to_sRGB(colorData_to_XYZ_D50(e).channels);const s=Math.min(255,Math.max(0,Math.round(255*toPrecision(r[0])))),l=Math.min(255,Math.max(0,Math.round(255*toPrecision(r[1])))),i=Math.min(255,Math.max(0,Math.round(255*toPrecision(r[2])))),u=[a.TokenType.CloseParen,")",-1,-1,void 0],c=[a.TokenType.Whitespace," ",-1,-1,void 0],p=[a.TokenType.Comma,",",-1,-1,void 0],N=[new t.TokenNode([a.TokenType.Number,s.toString(),-1,-1,{value:Math.min(255,255*Math.max(0,r[0])),type:a.NumberType.Integer}]),new t.TokenNode(p),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Number,l.toString(),-1,-1,{value:Math.min(255,255*Math.max(0,r[1])),type:a.NumberType.Integer}]),new t.TokenNode(p),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Number,i.toString(),-1,-1,{value:Math.min(255,255*Math.max(0,r[2])),type:a.NumberType.Integer}])];if("number"==typeof e.alpha){const o=Math.min(1,Math.max(0,toPrecision(Number.isNaN(e.alpha)?0:e.alpha)));return 1===toPrecision(o,4)?new t.FunctionNode([a.TokenType.Function,"rgb(",-1,-1,{value:"rgb"}],u,N):new t.FunctionNode([a.TokenType.Function,"rgba(",-1,-1,{value:"rgba"}],u,[...N,new t.TokenNode(p),new t.WhitespaceNode([c]),new t.TokenNode([a.TokenType.Number,toPrecision(o,4).toString(),-1,-1,{value:e.alpha,type:a.NumberType.Number}])])}return new t.FunctionNode([a.TokenType.Function,"rgba(",-1,-1,{value:"rgba"}],u,[...N,new t.TokenNode(p),new t.WhitespaceNode([c]),e.alpha])}},68624:module=>{"use strict";module.exports=Math.min},68721:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const hasOwnProp=Object.prototype.hasOwnProperty,namedPropertiesTracker=__webpack_require__(91255),NODE_TYPE=__webpack_require__(53010),HTMLCollection=__webpack_require__(16606),{treeOrderSorter}=__webpack_require__(7586),idlUtils=__webpack_require__(65554);function isNamedPropertyElement(element){ |
| /*ThouShaltNotCache*/ |
| if("contentWindow"in element&&!hasOwnProp.call(element,"contentWindow"))return!0;switch(element._localName){case"a":case"area":case"embed":case"form":case"frameset":case"img":case"object":return!0;default:return!1}}function namedPropertyResolver(window,name,values){const document=window._document,objects=HTMLCollection.create(window,[],{element:idlUtils.implForWrapper(document.documentElement),query: |
| /*ThouShaltNotCache*/ |
| function(){ |
| /*ThouShaltNotCache*/ |
| const results=[];for(const node of values().keys())node.nodeType===NODE_TYPE.ELEMENT_NODE&&(node.getAttributeNS(null,"id")===name||node.getAttributeNS(null,"name")===name&&isNamedPropertyElement(node))&&results.push(node);return results.sort(treeOrderSorter),results}}),{length}=objects;for(let i=0;i<length;++i){const node=objects[i];if("contentWindow"in node&&!hasOwnProp.call(node,"contentWindow")&&node.getAttributeNS(null,"name")===name)return node.contentWindow}if(0!==length)return 1===length?objects[0]:objects}exports.initializeWindow=function(window,windowProxy){ |
| /*ThouShaltNotCache*/ |
| namedPropertiesTracker.create(window,windowProxy,namedPropertyResolver.bind(null))},exports.elementAttributeModified=function(element,name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| if(!element._attached)return;const useName=isNamedPropertyElement(element);if("id"===name||"name"===name&&useName){const tracker=namedPropertiesTracker.get(element._ownerDocument._global);tracker&&("id"!==name||useName&&element.getAttributeNS(null,"name")===oldValue||tracker.untrack(oldValue,element),"name"===name&&element.getAttributeNS(null,"id")!==oldValue&&tracker.untrack(oldValue,element),tracker.track(value,element))}},exports.nodeAttachedToDocument=function(node){ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType!==NODE_TYPE.ELEMENT_NODE)return;const tracker=namedPropertiesTracker.get(node._ownerDocument._global);tracker&&(tracker.track(node.getAttributeNS(null,"id"),node),isNamedPropertyElement(node)&&tracker.track(node.getAttributeNS(null,"name"),node))},exports.nodeDetachedFromDocument=function(node){ |
| /*ThouShaltNotCache*/ |
| if(node.nodeType!==NODE_TYPE.ELEMENT_NODE)return;const tracker=namedPropertiesTracker.get(node._ownerDocument._global);tracker&&(tracker.untrack(node.getAttributeNS(null,"id"),node),isNamedPropertyElement(node)&&tracker.untrack(node.getAttributeNS(null,"name"),node))}},68808:module=>{"function"==typeof Object.create?module.exports=function(ctor,superCtor){ |
| /*ThouShaltNotCache*/ |
| superCtor&&(ctor.super_=superCtor,ctor.prototype=Object.create(superCtor.prototype,{constructor:{value:ctor,enumerable:!1,writable:!0,configurable:!0}}))}:module.exports=function(ctor,superCtor){ |
| /*ThouShaltNotCache*/ |
| if(superCtor){ctor.super_=superCtor;var TempCtor=function(){};TempCtor.prototype=superCtor.prototype,ctor.prototype=new TempCtor,ctor.prototype.constructor=ctor}}},68918:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| privateData.nodes?(this._list=[...privateData.nodes],this._isLive=!1):(this._list=[],this._isLive=!0,this._version=-1,this._element=privateData.element,this._query=privateData.query,this._update())}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.length}item(index){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list[index]||null}_update(){ |
| /*ThouShaltNotCache*/ |
| if(this._isLive&&this._version<this._element._version){const snapshot=this._query();for(let i=0;i<snapshot.length;i++)this._list[i]=snapshot[i];this._list.length=snapshot.length,this._version=this._element._version}}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.keys()}}},69081:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),FileList=__webpack_require__(34633),Decimal=__webpack_require__(21696),HTMLElementImpl=__webpack_require__(52723).implementation,idlUtils=__webpack_require__(65554),DefaultConstraintValidationImpl=__webpack_require__(11549).D,ValidityState=__webpack_require__(48648),{mixin}=__webpack_require__(7586),{domSymbolTree,cloningSteps}=__webpack_require__(35442),{getLabelsForLabelable,formOwner}=__webpack_require__(28888),{fireAnEvent}=__webpack_require__(97130),{isDisabled,isValidEmailAddress,isValidAbsoluteURL,sanitizeValueByType}=__webpack_require__(28888),{asciiCaseInsensitiveMatch,asciiLowercase,parseFloatingPointNumber,splitOnCommas}=__webpack_require__(8337),{isDate}=__webpack_require__(82709),{convertStringToNumberByType,convertStringToDateByType,serializeDateByType,convertNumberToStringByType}=__webpack_require__(92878),filesSymbol=Symbol("files"),inputAllowedTypes=new Set(["hidden","text","search","tel","url","email","password","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]),variableLengthSelectionAllowedTypes=new Set(["text","search","url","tel","password"]),numericTypes=new Set(["date","month","week","time","datetime-local","number","range"]),applicableTypesForIDLMember={valueAsDate:new Set(["date","month","week","time"]),valueAsNumber:numericTypes,select:new Set(["text","search","url","tel","email","password","date","month","week","time","datetime-local","number","color","file"]),selectionStart:variableLengthSelectionAllowedTypes,selectionEnd:variableLengthSelectionAllowedTypes,selectionDirection:variableLengthSelectionAllowedTypes,setRangeText:variableLengthSelectionAllowedTypes,setSelectionRange:variableLengthSelectionAllowedTypes,stepDown:numericTypes,stepUp:numericTypes},lengthPatternSizeTypes=new Set(["text","search","url","tel","email","password"]),readonlyTypes=new Set([...lengthPatternSizeTypes,"date","month","week","time","datetime-local","number"]),applicableTypesForContentAttribute={list:new Set(["text","search","url","tel","email",...numericTypes,"color"]),max:numericTypes,maxlength:lengthPatternSizeTypes,min:numericTypes,minlength:lengthPatternSizeTypes,multiple:new Set(["email","file"]),pattern:lengthPatternSizeTypes,readonly:readonlyTypes,required:new Set([...readonlyTypes,"checkbox","radio","file"]),step:numericTypes},valueAttributeDefaultMode=new Set(["hidden","submit","image","reset","button"]),valueAttributeDefaultOnMode=new Set(["checkbox","radio"]);function valueAttributeMode(type){ |
| /*ThouShaltNotCache*/ |
| return valueAttributeDefaultMode.has(type)?"default":valueAttributeDefaultOnMode.has(type)?"default/on":"file"===type?"filename":"value"}function getTypeFromAttribute(typeAttribute){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof typeAttribute)return"text";const type=asciiLowercase(typeAttribute);return inputAllowedTypes.has(type)?type:"text"}class HTMLInputElementImpl extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._selectionStart=this._selectionEnd=0,this._selectionDirection="none",this._value="",this._dirtyValue=!1,this._checkedness=!1,this._dirtyCheckedness=!1,this._preCheckedRadioState=null,this._legacyActivationBehaviorPreviousIndeterminateState=!1,this.indeterminate=!1,this._customValidityErrorMessage="",this._labels=null,this._hasActivationBehavior=!0}get _convertStringToNumber(){ |
| /*ThouShaltNotCache*/ |
| return convertStringToNumberByType[this.type]}get _convertNumberToString(){ |
| /*ThouShaltNotCache*/ |
| return convertNumberToStringByType[this.type]}get _convertDateToString(){ |
| /*ThouShaltNotCache*/ |
| return serializeDateByType[this.type]}get _convertStringToDate(){ |
| /*ThouShaltNotCache*/ |
| return convertStringToDateByType[this.type]}_isStepAligned(v){ |
| /*ThouShaltNotCache*/ |
| return new Decimal(v).minus(this._stepBase).modulo(this._allowedValueStep).isZero()}_stepAlign(v,roundUp){ |
| /*ThouShaltNotCache*/ |
| const allowedValueStep=this._allowedValueStep,stepBase=this._stepBase;return new Decimal(v).minus(stepBase).toNearest(allowedValueStep,roundUp?Decimal.ROUND_UP:Decimal.ROUND_DOWN).add(stepBase)}_getValue(){ |
| /*ThouShaltNotCache*/ |
| return this._value}_legacyPreActivationBehavior(){ |
| /*ThouShaltNotCache*/ |
| "checkbox"===this.type?(this.checked=!this.checked,this._legacyActivationBehaviorPreviousIndeterminateState=this.indeterminate,this.indeterminate=!1):"radio"===this.type&&(this._preCheckedRadioState=this.checked,this.checked=!0)}_legacyCanceledActivationBehavior(){ |
| /*ThouShaltNotCache*/ |
| "checkbox"===this.type?(this.checked=!this.checked,this.indeterminate=this._legacyActivationBehaviorPreviousIndeterminateState):"radio"===this.type&&null!==this._preCheckedRadioState&&(this.checked=this._preCheckedRadioState,this._preCheckedRadioState=null)}_activationBehavior(event){ |
| /*ThouShaltNotCache*/ |
| if(!this._mutable&&"checkbox"!==this.type&&"radio"!==this.type)return;const{form}=this;"checkbox"===this.type||"radio"===this.type&&!this._preCheckedRadioState?this.isConnected&&(fireAnEvent("input",this,void 0,{bubbles:!0}),fireAnEvent("change",this,void 0,{bubbles:!0})):form&&"image"===this.type?(this._selectedCoordinate={x:event.offsetX,y:event.offsetY},form._doRequestSubmit(this)):form&&"submit"===this.type?form._doRequestSubmit(this):form&&"reset"===this.type&&form._doReset()}_attrModified(name,value,oldVal){ |
| /*ThouShaltNotCache*/ |
| const wrapper=idlUtils.wrapperForImpl(this);if(this._dirtyValue||"value"!==name||(this._value=sanitizeValueByType(this,wrapper.defaultValue)),this._dirtyCheckedness||"checked"!==name||(this._checkedness=wrapper.defaultChecked,this._checkedness&&this._removeOtherRadioCheckedness()),"name"!==name&&"type"!==name||this._checkedness&&this._removeOtherRadioCheckedness(),"type"===name){const prevType=getTypeFromAttribute(oldVal),curType=getTypeFromAttribute(value);if(prevType!==curType){const prevValueMode=valueAttributeMode(prevType),curValueMode=valueAttributeMode(curType);"value"!==prevValueMode||""===this._value||"default"!==curValueMode&&"default/on"!==curValueMode?"value"!==prevValueMode&&"value"===curValueMode?(this._value=this.getAttributeNS(null,"value")||"",this._dirtyValue=!1):"filename"!==prevValueMode&&"filename"===curValueMode&&(this._value=""):this.setAttributeNS(null,"value",this._value),this._signalATypeChange(),this._value=sanitizeValueByType(this,this._value);const previouslySelectable=this._idlMemberApplies("setRangeText",prevType),nowSelectable=this._idlMemberApplies("setRangeText",curType);!previouslySelectable&&nowSelectable&&(this._selectionStart=0,this._selectionEnd=0,this._selectionDirection="none")}}super._attrModified(name,value,oldVal)}_signalATypeChange(){ |
| /*ThouShaltNotCache*/ |
| this._checkedness&&this._removeOtherRadioCheckedness()}_formReset(){ |
| /*ThouShaltNotCache*/ |
| const wrapper=idlUtils.wrapperForImpl(this);this._value=sanitizeValueByType(this,wrapper.defaultValue),this._dirtyValue=!1,this._checkedness=wrapper.defaultChecked,this._dirtyCheckedness=!1,this._checkedness&&this._removeOtherRadioCheckedness()}_changedFormOwner(){ |
| /*ThouShaltNotCache*/ |
| this._checkedness&&this._removeOtherRadioCheckedness()}get _otherRadioGroupElements(){ |
| /*ThouShaltNotCache*/ |
| const wrapper=idlUtils.wrapperForImpl(this),root=this._radioButtonGroupRoot;if(!root)return[];const result=[],descendants=domSymbolTree.treeIterator(root);for(const candidate of descendants){if(candidate._radioButtonGroupRoot!==root)continue;const candidateWrapper=idlUtils.wrapperForImpl(candidate);candidateWrapper.name&&candidateWrapper.name===wrapper.name&&(candidate!==this&&result.push(candidate))}return result}_removeOtherRadioCheckedness(){ |
| /*ThouShaltNotCache*/ |
| for(const radioGroupElement of this._otherRadioGroupElements)radioGroupElement._checkedness=!1}get _radioButtonGroupRoot(){ |
| /*ThouShaltNotCache*/ |
| const wrapper=idlUtils.wrapperForImpl(this);if("radio"!==this.type||!wrapper.name)return null;let e=domSymbolTree.parent(this);for(;e;){if(!domSymbolTree.parent(e)||"form"===e._localName)return e;e=domSymbolTree.parent(e)}return null}_someInRadioGroup(name){ |
| /*ThouShaltNotCache*/ |
| return!!this[name]||this._otherRadioGroupElements.some(radioGroupElement=>radioGroupElement[name])}get _mutable(){ |
| /*ThouShaltNotCache*/ |
| return!isDisabled(this)&&!this._hasAttributeAndApplies("readonly")}get labels(){ |
| /*ThouShaltNotCache*/ |
| return getLabelsForLabelable(this)}get form(){ |
| /*ThouShaltNotCache*/ |
| return formOwner(this)}get checked(){ |
| /*ThouShaltNotCache*/ |
| return this._checkedness}set checked(checked){ |
| /*ThouShaltNotCache*/ |
| this._checkedness=Boolean(checked),this._dirtyCheckedness=!0,this._checkedness&&this._removeOtherRadioCheckedness()}get value(){ |
| /*ThouShaltNotCache*/ |
| switch(valueAttributeMode(this.type)){case"value":return this._getValue();case"default":{const attr=this.getAttributeNS(null,"value");return null!==attr?attr:""}case"default/on":{const attr=this.getAttributeNS(null,"value");return null!==attr?attr:"on"}case"filename":return this.files.length?"C:\\fakepath\\"+this.files[0].name:"";default:throw new Error("jsdom internal error: unknown value attribute mode")}}set value(val){ |
| /*ThouShaltNotCache*/ |
| switch(valueAttributeMode(this.type)){case"value":{const oldValue=this._value;this._value=sanitizeValueByType(this,val),this._dirtyValue=!0,oldValue!==this._value&&(this._selectionStart=this._selectionEnd=this._getValueLength(),this._selectionDirection="none");break}case"default":case"default/on":this.setAttributeNS(null,"value",val);break;case"filename":if(""!==val)throw DOMException.create(this._globalObject,["This input element accepts a filename, which may only be programmatically set to the empty string.","InvalidStateError"]);this.files.length=0;break;default:throw new Error("jsdom internal error: unknown value attribute mode")}}get valueAsDate(){ |
| /*ThouShaltNotCache*/ |
| if(!this._idlMemberApplies("valueAsDate"))return null;const window=this._ownerDocument._defaultView,convertedValue=this._convertStringToDate(this._value);return convertedValue instanceof Date?new window.Date(convertedValue.getTime()):null}set valueAsDate(v){ |
| /*ThouShaltNotCache*/ |
| if(!this._idlMemberApplies("valueAsDate"))throw DOMException.create(this._globalObject,["Failed to set the 'valueAsDate' property on 'HTMLInputElement': This input element does not support Date values.","InvalidStateError"]);if(null!==v&&!isDate(v))throw new TypeError("Failed to set the 'valueAsDate' property on 'HTMLInputElement': The provided value is not a Date.");null===v||isNaN(v)?this._value="":this._value=this._convertDateToString(v)}get valueAsNumber(){ |
| /*ThouShaltNotCache*/ |
| if(!this._idlMemberApplies("valueAsNumber"))return NaN;const parsedValue=this._convertStringToNumber(this._value);return null!==parsedValue?parsedValue:NaN}set valueAsNumber(v){ |
| /*ThouShaltNotCache*/ |
| if(!isFinite(v)&&!isNaN(v))throw new TypeError("Failed to set infinite value as Number");if(!this._idlMemberApplies("valueAsNumber"))throw DOMException.create(this._globalObject,["Failed to set the 'valueAsNumber' property on 'HTMLInputElement': This input element does not support Number values.","InvalidStateError"]);isNaN(v)?this._value="":this._value=this._convertNumberToString(v)}_stepUpdate(n,isUp){ |
| /*ThouShaltNotCache*/ |
| const methodName=isUp?"stepUp":"stepDown";if(!this._idlMemberApplies(methodName))throw DOMException.create(this._globalObject,[`Failed to invoke '${methodName}' method on 'HTMLInputElement': This input element does not support Number values.`,"InvalidStateError"]);const allowedValueStep=this._allowedValueStep;if(null===allowedValueStep)throw DOMException.create(this._globalObject,[`Failed to invoke '${methodName}' method on 'HTMLInputElement': This input element does not support value step.`,"InvalidStateError"]);const min=this._minimum,max=this._maximum;if(null!==min&&null!==max){if(min>max)return;const candidateStepValue=this._stepAlign(Decimal.add(min,allowedValueStep),!1);if(candidateStepValue.lt(min)||candidateStepValue.gt(max))return}let value=0;try{value=this.valueAsNumber,isNaN(value)&&(value=0)}catch{}value=new Decimal(value);const valueBeforeStepping=value;if(this._isStepAligned(value)){let delta=Decimal.mul(n,allowedValueStep);isUp||(delta=delta.neg()),value=value.add(delta)}else value=this._stepAlign(value,isUp);null!==min&&value.lt(min)&&(value=this._stepAlign(min,!0)),null!==max&&value.gt(max)&&(value=this._stepAlign(max,!1)),(isUp?value.lt(valueBeforeStepping):value.gt(valueBeforeStepping))||(this._value=this._convertNumberToString(value.toNumber()))}stepDown(n=1){ |
| /*ThouShaltNotCache*/ |
| return this._stepUpdate(n,!1)}stepUp(n=1){ |
| /*ThouShaltNotCache*/ |
| return this._stepUpdate(n,!0)}get files(){ |
| /*ThouShaltNotCache*/ |
| return"file"===this.type?this[filesSymbol]||=FileList.createImpl(this._globalObject):this[filesSymbol]=null,this[filesSymbol]}set files(value){ |
| /*ThouShaltNotCache*/ |
| "file"===this.type&&null!==value&&(this[filesSymbol]=value)}get type(){return getTypeFromAttribute(this.getAttributeNS(null,"type"))}set type(type){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"type",type)}_dispatchSelectEvent(){ |
| /*ThouShaltNotCache*/ |
| setTimeout(()=>fireAnEvent("select",this,void 0,{bubbles:!0,cancelable:!1}),0)}_getValueLength(){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof this.value?this.value.length:0}select(){ |
| /*ThouShaltNotCache*/ |
| this._idlMemberApplies("select")&&(this._selectionStart=0,this._selectionEnd=this._getValueLength(),this._selectionDirection="none",this._dispatchSelectEvent())}get selectionStart(){ |
| /*ThouShaltNotCache*/ |
| return this._idlMemberApplies("selectionStart")?this._selectionStart:null}set selectionStart(start){ |
| /*ThouShaltNotCache*/ |
| if(!this._idlMemberApplies("selectionStart"))throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);this.setSelectionRange(start,Math.max(start,this._selectionEnd),this._selectionDirection)}get selectionEnd(){ |
| /*ThouShaltNotCache*/ |
| return this._idlMemberApplies("selectionEnd")?this._selectionEnd:null}set selectionEnd(end){ |
| /*ThouShaltNotCache*/ |
| if(!this._idlMemberApplies("selectionEnd"))throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);this.setSelectionRange(this._selectionStart,end,this._selectionDirection)}get selectionDirection(){ |
| /*ThouShaltNotCache*/ |
| return this._idlMemberApplies("selectionDirection")?this._selectionDirection:null}set selectionDirection(dir){ |
| /*ThouShaltNotCache*/ |
| if(!this._idlMemberApplies("selectionDirection"))throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);this.setSelectionRange(this._selectionStart,this._selectionEnd,dir)}setSelectionRange(start,end,dir){ |
| /*ThouShaltNotCache*/ |
| if(!this._idlMemberApplies("setSelectionRange"))throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);this._selectionEnd=Math.min(end,this._getValueLength()),this._selectionStart=Math.min(start,this._selectionEnd),this._selectionDirection="forward"===dir||"backward"===dir?dir:"none",this._dispatchSelectEvent()}setRangeText(repl,start,end,selectionMode="preserve"){ |
| /*ThouShaltNotCache*/ |
| if(!this._idlMemberApplies("setRangeText"))throw DOMException.create(this._globalObject,["The object is in an invalid state.","InvalidStateError"]);if(arguments.length<2)start=this._selectionStart,end=this._selectionEnd;else if(start>end)throw DOMException.create(this._globalObject,["The index is not in the allowed range.","IndexSizeError"]);start=Math.min(start,this._getValueLength()),end=Math.min(end,this._getValueLength());const val=this.value;let selStart=this._selectionStart,selEnd=this._selectionEnd;this.value=val.slice(0,start)+repl+val.slice(end);const newEnd=start+repl.length;if("select"===selectionMode)this.setSelectionRange(start,newEnd);else if("start"===selectionMode)this.setSelectionRange(start,start);else if("end"===selectionMode)this.setSelectionRange(newEnd,newEnd);else{const delta=repl.length-(end-start);selStart>end?selStart+=delta:selStart>start&&(selStart=start),selEnd>end?selEnd+=delta:selEnd>start&&(selEnd=newEnd),this.setSelectionRange(selStart,selEnd)}}get list(){ |
| /*ThouShaltNotCache*/ |
| const id=this._getAttributeIfApplies("list");if(!id)return null;const el=this.getRootNode({}).getElementById(id);return el&&"datalist"===el.localName?el:null}get _minimum(){ |
| /*ThouShaltNotCache*/ |
| let min=this._defaultMinimum;const attr=this._getAttributeIfApplies("min");if(null!==attr&&void 0!==this._convertStringToNumber){const parsed=this._convertStringToNumber(attr);null!==parsed&&(min=parsed)}return min}get _maximum(){ |
| /*ThouShaltNotCache*/ |
| let max=this._defaultMaximum;const attr=this._getAttributeIfApplies("max");if(null!==attr&&void 0!==this._convertStringToNumber){const parsed=this._convertStringToNumber(attr);null!==parsed&&(max=parsed)}return max}get _defaultMinimum(){ |
| /*ThouShaltNotCache*/ |
| return"range"===this.type?0:null}get _defaultMaximum(){ |
| /*ThouShaltNotCache*/ |
| return"range"===this.type?100:null}get _allowedValueStep(){ |
| /*ThouShaltNotCache*/ |
| if(!this._contentAttributeApplies("step"))return null;const attr=this.getAttributeNS(null,"step");if(null===attr)return this._defaultStep*this._stepScaleFactor;if(asciiCaseInsensitiveMatch(attr,"any"))return null;const parsedStep=parseFloatingPointNumber(attr);return null===parsedStep||parsedStep<=0?this._defaultStep*this._stepScaleFactor:parsedStep*this._stepScaleFactor}get _stepScaleFactor(){switch(this.type){case"week":return 6048e5;case"date":return 864e5;case"datetime-local":case"datetime":case"time":return 1e3}return 1}get _defaultStep(){ |
| /*ThouShaltNotCache*/ |
| return"datetime-local"===this.type||"datetime"===this.type||"time"===this.type?60:1}get _stepBase(){ |
| /*ThouShaltNotCache*/ |
| if(this._hasAttributeAndApplies("min")){const min=this._convertStringToNumber(this.getAttributeNS(null,"min"));if(null!==min)return min}if(this.hasAttributeNS(null,"value")){const value=this._convertStringToNumber(this.getAttributeNS(null,"value"));if(null!==value)return value}return null!==this._defaultStepBase?this._defaultStepBase:0}get _defaultStepBase(){ |
| /*ThouShaltNotCache*/ |
| return"week"===this.type?-2592e5:null}_contentAttributeApplies(attribute){ |
| /*ThouShaltNotCache*/ |
| return applicableTypesForContentAttribute[attribute].has(this.type)}_hasAttributeAndApplies(attribute){ |
| /*ThouShaltNotCache*/ |
| return this._contentAttributeApplies(attribute)&&this.hasAttributeNS(null,attribute)}_getAttributeIfApplies(attribute){ |
| /*ThouShaltNotCache*/ |
| return this._contentAttributeApplies(attribute)?this.getAttributeNS(null,attribute):null}_idlMemberApplies(member,type=this.type){ |
| /*ThouShaltNotCache*/ |
| return applicableTypesForIDLMember[member].has(type)}_barredFromConstraintValidationSpecialization(){ |
| /*ThouShaltNotCache*/ |
| const willNotValidateTypes=new Set(["hidden","reset","button"]),readOnly=this._hasAttributeAndApplies("readonly");return willNotValidateTypes.has(this.type)||readOnly}get _required(){ |
| /*ThouShaltNotCache*/ |
| return this._hasAttributeAndApplies("required")}get _hasAPeriodicDomain(){ |
| /*ThouShaltNotCache*/ |
| return"time"===this.type}get _hasAReversedRange(){ |
| /*ThouShaltNotCache*/ |
| return this._hasAPeriodicDomain&&this._maximum<this._minimum}get validity(){ |
| /*ThouShaltNotCache*/ |
| if(!this._validity){const reversedRangeSufferingOverUnderflow=()=>{ |
| /*ThouShaltNotCache*/ |
| const parsedValue=this._convertStringToNumber(this._value);return null!==parsedValue&&parsedValue>this._maximum&&parsedValue<this._minimum},state={valueMissing:()=>{ |
| /*ThouShaltNotCache*/ |
| if(this._required&&"value"===valueAttributeMode(this.type)&&this._mutable&&""===this._value)return!0;switch(this.type){case"checkbox":if(this._required&&!this._checkedness)return!0;break;case"radio":if(this._someInRadioGroup("_required")&&!this._someInRadioGroup("checked"))return!0;break;case"file":if(this._required&&0===this.files.length)return!0}return!1},tooLong:()=>!1,tooShort:()=>!1,rangeOverflow:()=>{ |
| /*ThouShaltNotCache*/ |
| if(this._hasAReversedRange)return reversedRangeSufferingOverUnderflow();if(null!==this._maximum){const parsedValue=this._convertStringToNumber(this._value);if(null!==parsedValue&&parsedValue>this._maximum)return!0}return!1},rangeUnderflow:()=>{ |
| /*ThouShaltNotCache*/ |
| if(this._hasAReversedRange)return reversedRangeSufferingOverUnderflow();if(null!==this._minimum){const parsedValue=this._convertStringToNumber(this._value);if(null!==parsedValue&&parsedValue<this._minimum)return!0}return!1},patternMismatch:()=>{ |
| /*ThouShaltNotCache*/ |
| if(""===this._value||!this._hasAttributeAndApplies("pattern"))return!1;let regExp;try{const pattern=this.getAttributeNS(null,"pattern");new RegExp(pattern,"u"),regExp=new RegExp("^(?:"+pattern+")$","u")}catch{return!1}return this._hasAttributeAndApplies("multiple")?!splitOnCommas(this._value).every(value=>regExp.test(value)):!regExp.test(this._value)},stepMismatch:()=>{if(null===this._allowedValueStep)return!1;const number=this._convertStringToNumber(this._value);return null!==number&&!this._isStepAligned(number)},typeMismatch:()=>{ |
| /*ThouShaltNotCache*/ |
| switch(this.type){case"url":if(""!==this._value&&!isValidAbsoluteURL(this._value))return!0;break;case"email":if(""!==this._value&&!isValidEmailAddress(this._getValue(),this.hasAttributeNS(null,"multiple")))return!0}return!1}};this._validity=ValidityState.createImpl(this._globalObject,[],{element:this,state})}return this._validity}[cloningSteps](copy,node){ |
| /*ThouShaltNotCache*/ |
| copy._value=node._value,copy._checkedness=node._checkedness,copy._dirtyValue=node._dirtyValue,copy._dirtyCheckedness=node._dirtyCheckedness}}mixin(HTMLInputElementImpl.prototype,DefaultConstraintValidationImpl.prototype),module.exports={implementation:HTMLInputElementImpl}},69338:module=>{module.exports='\n/*\n * The default style sheet used to render HTML.\n *\n * Copyright (C) 2000 Lars Knoll ([email protected])\n * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public License\n * along with this library; see the file COPYING.LIB. If not, write to\n * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\n * Boston, MA 02110-1301, USA.\n *\n */\n\n@namespace "http://www.w3.org/1999/xhtml";\n\nhtml {\n display: block\n}\n\n:root {\n scroll-blocks-on: start-touch wheel-event\n}\n\n/* children of the <head> element all have display:none */\nhead {\n display: none\n}\n\nmeta {\n display: none\n}\n\ntitle {\n display: none\n}\n\nlink {\n display: none\n}\n\nstyle {\n display: none\n}\n\nscript {\n display: none\n}\n\n/* generic block-level elements */\n\nbody {\n display: block;\n margin: 8px\n}\n\np {\n display: block;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1__qem;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n}\n\ndiv {\n display: block\n}\n\nlayer {\n display: block\n}\n\narticle, aside, footer, header, hgroup, main, nav, section {\n display: block\n}\n\nmarquee {\n display: inline-block;\n}\n\naddress {\n display: block\n}\n\nblockquote {\n display: block;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 40px;\n -webkit-margin-end: 40px;\n}\n\nfigcaption {\n display: block\n}\n\nfigure {\n display: block;\n -webkit-margin-before: 1em;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 40px;\n -webkit-margin-end: 40px;\n}\n\nq {\n display: inline\n}\n\n/* nwmatcher does not support ::before and ::after, so we can\'t render q\ncorrectly: https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3\nTODO: add q::before and q::after selectors\n*/\n\ncenter {\n display: block;\n /* special centering to be able to emulate the html4/netscape behaviour */\n text-align: -webkit-center\n}\n\nhr {\n display: block;\n -webkit-margin-before: 0.5em;\n -webkit-margin-after: 0.5em;\n -webkit-margin-start: auto;\n -webkit-margin-end: auto;\n border-style: inset;\n border-width: 1px;\n box-sizing: border-box\n}\n\nmap {\n display: inline\n}\n\nvideo {\n object-fit: contain;\n}\n\n/* heading elements */\n\nh1 {\n display: block;\n font-size: 2em;\n -webkit-margin-before: 0.67__qem;\n -webkit-margin-after: 0.67em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\narticle h1,\naside h1,\nnav h1,\nsection h1 {\n font-size: 1.5em;\n -webkit-margin-before: 0.83__qem;\n -webkit-margin-after: 0.83em;\n}\n\narticle article h1,\narticle aside h1,\narticle nav h1,\narticle section h1,\naside article h1,\naside aside h1,\naside nav h1,\naside section h1,\nnav article h1,\nnav aside h1,\nnav nav h1,\nnav section h1,\nsection article h1,\nsection aside h1,\nsection nav h1,\nsection section h1 {\n font-size: 1.17em;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n}\n\n/* Remaining selectors are deleted because nwmatcher does not support\n:matches() and expanding the selectors manually would be far too verbose.\nAlso see https://html.spec.whatwg.org/multipage/rendering.html#sections-and-headings\nTODO: rewrite to use :matches() when nwmatcher supports it.\n*/\n\nh2 {\n display: block;\n font-size: 1.5em;\n -webkit-margin-before: 0.83__qem;\n -webkit-margin-after: 0.83em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\nh3 {\n display: block;\n font-size: 1.17em;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\nh4 {\n display: block;\n -webkit-margin-before: 1.33__qem;\n -webkit-margin-after: 1.33em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\nh5 {\n display: block;\n font-size: .83em;\n -webkit-margin-before: 1.67__qem;\n -webkit-margin-after: 1.67em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\nh6 {\n display: block;\n font-size: .67em;\n -webkit-margin-before: 2.33__qem;\n -webkit-margin-after: 2.33em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n font-weight: bold\n}\n\n/* tables */\n\ntable {\n display: table;\n border-collapse: separate;\n border-spacing: 2px;\n border-color: gray\n}\n\nthead {\n display: table-header-group;\n vertical-align: middle;\n border-color: inherit\n}\n\ntbody {\n display: table-row-group;\n vertical-align: middle;\n border-color: inherit\n}\n\ntfoot {\n display: table-footer-group;\n vertical-align: middle;\n border-color: inherit\n}\n\n/* for tables without table section elements (can happen with XHTML or dynamically created tables) */\ntable > tr {\n vertical-align: middle;\n}\n\ncol {\n display: table-column\n}\n\ncolgroup {\n display: table-column-group\n}\n\ntr {\n display: table-row;\n vertical-align: inherit;\n border-color: inherit\n}\n\ntd, th {\n display: table-cell;\n vertical-align: inherit\n}\n\nth {\n font-weight: bold\n}\n\ncaption {\n display: table-caption;\n text-align: -webkit-center\n}\n\n/* lists */\n\nul, menu, dir {\n display: block;\n list-style-type: disc;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n -webkit-padding-start: 40px\n}\n\nol {\n display: block;\n list-style-type: decimal;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n -webkit-padding-start: 40px\n}\n\nli {\n display: list-item;\n text-align: -webkit-match-parent;\n}\n\nul ul, ol ul {\n list-style-type: circle\n}\n\nol ol ul, ol ul ul, ul ol ul, ul ul ul {\n list-style-type: square\n}\n\ndd {\n display: block;\n -webkit-margin-start: 40px\n}\n\ndl {\n display: block;\n -webkit-margin-before: 1__qem;\n -webkit-margin-after: 1em;\n -webkit-margin-start: 0;\n -webkit-margin-end: 0;\n}\n\ndt {\n display: block\n}\n\nol ul, ul ol, ul ul, ol ol {\n -webkit-margin-before: 0;\n -webkit-margin-after: 0\n}\n\n/* form elements */\n\nform {\n display: block;\n margin-top: 0__qem;\n}\n\nlabel {\n cursor: default;\n}\n\nlegend {\n display: block;\n -webkit-padding-start: 2px;\n -webkit-padding-end: 2px;\n border: none\n}\n\nfieldset {\n display: block;\n -webkit-margin-start: 2px;\n -webkit-margin-end: 2px;\n -webkit-padding-before: 0.35em;\n -webkit-padding-start: 0.75em;\n -webkit-padding-end: 0.75em;\n -webkit-padding-after: 0.625em;\n border: 2px groove ThreeDFace;\n min-width: -webkit-min-content;\n}\n\nbutton {\n -webkit-appearance: button;\n}\n\n/* Form controls don\'t go vertical. */\ninput, textarea, select, button, meter, progress {\n -webkit-writing-mode: horizontal-tb !important;\n}\n\ninput, textarea, select, button {\n margin: 0__qem;\n font: -webkit-small-control;\n text-rendering: auto; /* FIXME: Remove when tabs work with optimizeLegibility. */\n color: initial;\n letter-spacing: normal;\n word-spacing: normal;\n line-height: normal;\n text-transform: none;\n text-indent: 0;\n text-shadow: none;\n display: inline-block;\n text-align: start;\n}\n\n/* TODO: Add " i" to attribute matchers to support case-insensitive matching */\ninput[type="hidden"] {\n display: none\n}\n\ninput {\n -webkit-appearance: textfield;\n padding: 1px;\n background-color: white;\n border: 2px inset;\n -webkit-rtl-ordering: logical;\n -webkit-user-select: text;\n cursor: auto;\n}\n\ninput[type="search"] {\n -webkit-appearance: searchfield;\n box-sizing: border-box;\n}\n\nselect {\n border-radius: 5px;\n}\n\ntextarea {\n -webkit-appearance: textarea;\n background-color: white;\n border: 1px solid;\n -webkit-rtl-ordering: logical;\n -webkit-user-select: text;\n flex-direction: column;\n resize: auto;\n cursor: auto;\n padding: 2px;\n white-space: pre-wrap;\n word-wrap: break-word;\n}\n\ninput[type="password"] {\n -webkit-text-security: disc !important;\n}\n\ninput[type="hidden"], input[type="image"], input[type="file"] {\n -webkit-appearance: initial;\n padding: initial;\n background-color: initial;\n border: initial;\n}\n\ninput[type="file"] {\n align-items: baseline;\n color: inherit;\n text-align: start !important;\n}\n\ninput[type="radio"], input[type="checkbox"] {\n margin: 3px 0.5ex;\n padding: initial;\n background-color: initial;\n border: initial;\n}\n\ninput[type="button"], input[type="submit"], input[type="reset"] {\n -webkit-appearance: push-button;\n -webkit-user-select: none;\n white-space: pre\n}\n\ninput[type="button"], input[type="submit"], input[type="reset"], button {\n align-items: flex-start;\n text-align: center;\n cursor: default;\n color: ButtonText;\n padding: 2px 6px 3px 6px;\n border: 2px outset ButtonFace;\n background-color: ButtonFace;\n box-sizing: border-box\n}\n\ninput[type="range"] {\n -webkit-appearance: slider-horizontal;\n padding: initial;\n border: initial;\n margin: 2px;\n color: #909090;\n}\n\ninput[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled,\nbutton:disabled, select:disabled, optgroup:disabled, option:disabled,\nselect[disabled]>option {\n color: GrayText\n}\n\ninput[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, button:active {\n border-style: inset\n}\n\ninput[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, button:active:disabled {\n border-style: outset\n}\n\ndatalist {\n display: none\n}\n\narea {\n display: inline;\n cursor: pointer;\n}\n\nparam {\n display: none\n}\n\ninput[type="checkbox"] {\n -webkit-appearance: checkbox;\n box-sizing: border-box;\n}\n\ninput[type="radio"] {\n -webkit-appearance: radio;\n box-sizing: border-box;\n}\n\ninput[type="color"] {\n -webkit-appearance: square-button;\n width: 44px;\n height: 23px;\n background-color: ButtonFace;\n /* Same as native_theme_base. */\n border: 1px #a9a9a9 solid;\n padding: 1px 2px;\n}\n\ninput[type="color"][list] {\n -webkit-appearance: menulist;\n width: 88px;\n height: 23px\n}\n\nselect {\n -webkit-appearance: menulist;\n box-sizing: border-box;\n align-items: center;\n border: 1px solid;\n white-space: pre;\n -webkit-rtl-ordering: logical;\n color: black;\n background-color: white;\n cursor: default;\n}\n\noptgroup {\n font-weight: bolder;\n display: block;\n}\n\noption {\n font-weight: normal;\n display: block;\n padding: 0 2px 1px 2px;\n white-space: pre;\n min-height: 1.2em;\n}\n\noutput {\n display: inline;\n}\n\n/* meter */\n\nmeter {\n -webkit-appearance: meter;\n box-sizing: border-box;\n display: inline-block;\n height: 1em;\n width: 5em;\n vertical-align: -0.2em;\n}\n\n/* progress */\n\nprogress {\n -webkit-appearance: progress-bar;\n box-sizing: border-box;\n display: inline-block;\n height: 1em;\n width: 10em;\n vertical-align: -0.2em;\n}\n\n/* inline elements */\n\nu, ins {\n text-decoration: underline\n}\n\nstrong, b {\n font-weight: bold\n}\n\ni, cite, em, var, address, dfn {\n font-style: italic\n}\n\ntt, code, kbd, samp {\n font-family: monospace\n}\n\npre, xmp, plaintext, listing {\n display: block;\n font-family: monospace;\n white-space: pre;\n margin: 1__qem 0\n}\n\nmark {\n background-color: yellow;\n color: black\n}\n\nbig {\n font-size: larger\n}\n\nsmall {\n font-size: smaller\n}\n\ns, strike, del {\n text-decoration: line-through\n}\n\nsub {\n vertical-align: sub;\n font-size: smaller\n}\n\nsup {\n vertical-align: super;\n font-size: smaller\n}\n\nnobr {\n white-space: nowrap\n}\n\n/* states */\n\n:focus {\n outline: auto 5px -webkit-focus-ring-color\n}\n\n/* Read-only text fields do not show a focus ring but do still receive focus */\nhtml:focus, body:focus, input[readonly]:focus {\n outline: none\n}\n\nembed:focus, iframe:focus, object:focus {\n outline: none\n}\n\ninput:focus, textarea:focus, select:focus {\n outline-offset: -2px\n}\n\ninput[type="button"]:focus,\ninput[type="checkbox"]:focus,\ninput[type="file"]:focus,\ninput[type="hidden"]:focus,\ninput[type="image"]:focus,\ninput[type="radio"]:focus,\ninput[type="reset"]:focus,\ninput[type="search"]:focus,\ninput[type="submit"]:focus {\n outline-offset: 0\n}\n\n/* HTML5 ruby elements */\n\nruby, rt {\n text-indent: 0; /* blocks used for ruby rendering should not trigger this */\n}\n\nrt {\n line-height: normal;\n -webkit-text-emphasis: none;\n}\n\nruby > rt {\n display: block;\n font-size: 50%;\n text-align: start;\n}\n\nruby > rp {\n display: none;\n}\n\n/* other elements */\n\nnoframes {\n display: none\n}\n\nframeset, frame {\n display: block\n}\n\nframeset {\n border-color: inherit\n}\n\niframe {\n border: 2px inset\n}\n\ndetails {\n display: block\n}\n\nsummary {\n display: block\n}\n\ntemplate {\n display: none\n}\n\nbdi, output {\n unicode-bidi: -webkit-isolate;\n}\n\nbdo {\n unicode-bidi: bidi-override;\n}\n\ntextarea[dir=auto] {\n unicode-bidi: -webkit-plaintext;\n}\n\ndialog:not([open]) {\n display: none\n}\n\ndialog {\n position: absolute;\n left: 0;\n right: 0;\n width: -webkit-fit-content;\n height: -webkit-fit-content;\n margin: auto;\n border: solid;\n padding: 1em;\n background: white;\n color: black\n}\n\n[hidden] {\n display: none\n}\n\n/* noscript is handled internally, as it depends on settings. */\n\n'},69404:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(17092).Buffer;function SBCSCodec(codecOptions,iconv){ |
| /*ThouShaltNotCache*/ |
| if(!codecOptions)throw new Error("SBCS codec is called without the data.");if(!codecOptions.chars||128!==codecOptions.chars.length&&256!==codecOptions.chars.length)throw new Error("Encoding '"+codecOptions.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(128===codecOptions.chars.length){for(var asciiString="",i=0;i<128;i++)asciiString+=String.fromCharCode(i);codecOptions.chars=asciiString+codecOptions.chars}this.decodeBuf=Buffer.from(codecOptions.chars,"ucs2");var encodeBuf=Buffer.alloc(65536,iconv.defaultCharSingleByte.charCodeAt(0));for(i=0;i<codecOptions.chars.length;i++)encodeBuf[codecOptions.chars.charCodeAt(i)]=i;this.encodeBuf=encodeBuf}function SBCSEncoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.encodeBuf=codec.encodeBuf}function SBCSDecoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.decodeBuf=codec.decodeBuf}exports._sbcs=SBCSCodec,SBCSCodec.prototype.encoder=SBCSEncoder,SBCSCodec.prototype.decoder=SBCSDecoder,SBCSEncoder.prototype.write=function(str){for( |
| /*ThouShaltNotCache*/ |
| var buf=Buffer.alloc(str.length),i=0;i<str.length;i++)buf[i]=this.encodeBuf[str.charCodeAt(i)];return buf},SBCSEncoder.prototype.end=function(){},SBCSDecoder.prototype.write=function(buf){for( |
| /*ThouShaltNotCache*/ |
| var decodeBuf=this.decodeBuf,newBuf=Buffer.alloc(2*buf.length),idx1=0,idx2=0,i=0;i<buf.length;i++)idx1=2*buf[i],newBuf[idx2=2*i]=decodeBuf[idx1],newBuf[idx2+1]=decodeBuf[idx1+1];return newBuf.toString("ucs2")},SBCSDecoder.prototype.end=function(){}},69444:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{parseIntoDocument}=__webpack_require__(6954),idlUtils=__webpack_require__(65554),Document=__webpack_require__(61462);exports.implementation=class{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}parseFromString(string,contentType){ |
| /*ThouShaltNotCache*/ |
| switch(String(contentType)){case"text/html":return this.createScriptingDisabledDocument("html",contentType,string);case"text/xml":case"application/xml":case"application/xhtml+xml":case"image/svg+xml":try{return this.createScriptingDisabledDocument("xml",contentType,string)}catch(error){const document=this.createScriptingDisabledDocument("xml",contentType),element=document.createElementNS("http://www.mozilla.org/newlayout/xml/parsererror.xml","parsererror");return element.textContent=error.message,document.appendChild(element),document}default:throw new TypeError("Invalid contentType")}}createScriptingDisabledDocument(parsingMode,contentType,string){ |
| /*ThouShaltNotCache*/ |
| const document=Document.createImpl(this._globalObject,[],{options:{parsingMode,encoding:"UTF-8",contentType,readyState:"complete",scriptingDisabled:!0,url:idlUtils.implForWrapper(this._globalObject._document).URL}});return void 0!==string&&parseIntoDocument(string,document),document}}},69472:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var bind=__webpack_require__(15465),$TypeError=__webpack_require__(1953),$call=__webpack_require__(35118),$actualApply=__webpack_require__(81978);module.exports=function(args){ |
| /*ThouShaltNotCache*/ |
| if(args.length<1||"function"!=typeof args[0])throw new $TypeError("a function is required");return $actualApply(bind,$call,args)}},69573:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),conversions=__webpack_require__(40630);exports.FILTER_ACCEPT=1,exports.FILTER_REJECT=2,exports.FILTER_SKIP=3,exports.filter=(nodeIteratorOrTreeWalkerImpl,nodeImpl)=>{ |
| /*ThouShaltNotCache*/ |
| if(nodeIteratorOrTreeWalkerImpl._active)throw DOMException.create(nodeIteratorOrTreeWalkerImpl._globalObject,["Recursive node filtering","InvalidStateError"]);if(!(1<<nodeImpl.nodeType-1&nodeIteratorOrTreeWalkerImpl.whatToShow))return exports.FILTER_SKIP;const{filter}=nodeIteratorOrTreeWalkerImpl;if(null===filter)return exports.FILTER_ACCEPT;let result;nodeIteratorOrTreeWalkerImpl._active=!0;try{result=filter(nodeImpl)}finally{nodeIteratorOrTreeWalkerImpl._active=!1}return result=conversions["unsigned short"](result),result}},69583:(__unused_webpack_module,exports)=>{"use strict";exports.removeLeadingAndTrailingHTTPWhitespace=string=>string.replace(/^[ \t\n\r]+/u,"").replace(/[ \t\n\r]+$/u,""),exports.removeTrailingHTTPWhitespace=string=>string.replace(/[ \t\n\r]+$/u,""),exports.isHTTPWhitespaceChar=char=>" "===char||"\t"===char||"\n"===char||"\r"===char,exports.solelyContainsHTTPTokenCodePoints=string=>/^[-!#$%&'*+.^_`|~A-Za-z0-9]*$/u.test(string),exports.soleyContainsHTTPQuotedStringTokenCodePoints=string=>/^[\t\u0020-\u007E\u0080-\u00FF]*$/u.test(string),exports.asciiLowercase=string=>string.replace(/[A-Z]/gu,l=>l.toLowerCase()),exports.collectAnHTTPQuotedString=(input,position)=>{ |
| /*ThouShaltNotCache*/ |
| let value="";for(position++;;){for(;position<input.length&&'"'!==input[position]&&"\\"!==input[position];)value+=input[position],++position;if(position>=input.length)break;const quoteOrBackslash=input[position];if(++position,"\\"!==quoteOrBackslash)break;if(position>=input.length){value+="\\";break}value+=input[position],++position}return[value,position]}},69603:(__unused_webpack_module,exports)=>{"use strict";exports.implementation=class{}},69672:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),KeyboardEventInit=__webpack_require__(51870),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,UIEvent=__webpack_require__(88365);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].KeyboardEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'KeyboardEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| UIEvent._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class KeyboardEvent extends globalObject.UIEvent{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'KeyboardEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'KeyboardEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=KeyboardEventInit.convert(globalObject,curArg,{context:"Failed to construct 'KeyboardEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}getModifierState(keyArg){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getModifierState' called on an object that is not a valid instance of KeyboardEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getModifierState' on 'KeyboardEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getModifierState' on 'KeyboardEvent': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].getModifierState(...args)}initKeyboardEvent(typeArg){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initKeyboardEvent' called on an object that is not a valid instance of KeyboardEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?null==curArg?null:utils.tryImplForWrapper(curArg):null,args.push(curArg)}{let curArg=arguments[4];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 5",globals:globalObject}):"",args.push(curArg)}{let curArg=arguments[5];curArg=void 0!==curArg?conversions["unsigned long"](curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 6",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[6];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 7",globals:globalObject}),args.push(curArg)}{let curArg=arguments[7];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 8",globals:globalObject}),args.push(curArg)}{let curArg=arguments[8];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 9",globals:globalObject}),args.push(curArg)}{let curArg=arguments[9];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initKeyboardEvent' on 'KeyboardEvent': parameter 10",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].initKeyboardEvent(...args)}get key(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get key' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].key}get code(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get code' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].code}get location(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get location' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].location}get ctrlKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ctrlKey' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].ctrlKey}get shiftKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get shiftKey' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].shiftKey}get altKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get altKey' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].altKey}get metaKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get metaKey' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].metaKey}get repeat(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get repeat' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].repeat}get isComposing(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get isComposing' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].isComposing}get charCode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get charCode' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].charCode}get keyCode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get keyCode' called on an object that is not a valid instance of KeyboardEvent.");return esValue[implSymbol].keyCode}}Object.defineProperties(KeyboardEvent.prototype,{getModifierState:{enumerable:!0},initKeyboardEvent:{enumerable:!0},key:{enumerable:!0},code:{enumerable:!0},location:{enumerable:!0},ctrlKey:{enumerable:!0},shiftKey:{enumerable:!0},altKey:{enumerable:!0},metaKey:{enumerable:!0},repeat:{enumerable:!0},isComposing:{enumerable:!0},charCode:{enumerable:!0},keyCode:{enumerable:!0},[Symbol.toStringTag]:{value:"KeyboardEvent",configurable:!0},DOM_KEY_LOCATION_STANDARD:{value:0,enumerable:!0},DOM_KEY_LOCATION_LEFT:{value:1,enumerable:!0},DOM_KEY_LOCATION_RIGHT:{value:2,enumerable:!0},DOM_KEY_LOCATION_NUMPAD:{value:3,enumerable:!0}}),Object.defineProperties(KeyboardEvent,{DOM_KEY_LOCATION_STANDARD:{value:0,enumerable:!0},DOM_KEY_LOCATION_LEFT:{value:1,enumerable:!0},DOM_KEY_LOCATION_RIGHT:{value:2,enumerable:!0},DOM_KEY_LOCATION_NUMPAD:{value:3,enumerable:!0}}),ctorRegistry.KeyboardEvent=KeyboardEvent,Object.defineProperty(globalObject,"KeyboardEvent",{configurable:!0,writable:!0,value:KeyboardEvent})};const Impl=__webpack_require__(68019)},70172:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Node=__webpack_require__(13079);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Attr.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Attr'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Node._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Attr extends globalObject.Node{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get namespaceURI(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get namespaceURI' called on an object that is not a valid instance of Attr.");return esValue[implSymbol].namespaceURI}get prefix(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get prefix' called on an object that is not a valid instance of Attr.");return esValue[implSymbol].prefix}get localName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get localName' called on an object that is not a valid instance of Attr.");return esValue[implSymbol].localName}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of Attr.");return esValue[implSymbol].name}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of Attr.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of Attr.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'Attr': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].value=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ownerElement(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ownerElement' called on an object that is not a valid instance of Attr.");return utils.tryWrapperForImpl(esValue[implSymbol].ownerElement)}get specified(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get specified' called on an object that is not a valid instance of Attr.");return esValue[implSymbol].specified}}Object.defineProperties(Attr.prototype,{namespaceURI:{enumerable:!0},prefix:{enumerable:!0},localName:{enumerable:!0},name:{enumerable:!0},value:{enumerable:!0},ownerElement:{enumerable:!0},specified:{enumerable:!0},[Symbol.toStringTag]:{value:"Attr",configurable:!0}}),ctorRegistry.Attr=Attr,Object.defineProperty(globalObject,"Attr",{configurable:!0,writable:!0,value:Attr})};const Impl=__webpack_require__(72031)},70195:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var Buffer=__webpack_require__(81545).Buffer,__createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);desc&&!("get"in desc?!m.__esModule:desc.writable||desc.configurable)||(desc={enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return m[k]}}),Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k),o[k2]=m[k]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(o,"default",{enumerable:!0,value:v})}:function(o,v){ |
| /*ThouShaltNotCache*/ |
| o.default=v}),__importStar=this&&this.__importStar||function(mod){ |
| /*ThouShaltNotCache*/ |
| if(mod&&mod.__esModule)return mod;var result={};if(null!=mod)for(var k in mod)"default"!==k&&Object.prototype.hasOwnProperty.call(mod,k)&&__createBinding(result,mod,k);return __setModuleDefault(result,mod),result},__importDefault=this&&this.__importDefault||function(mod){ |
| /*ThouShaltNotCache*/ |
| return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:!0}),exports.HttpProxyAgent=void 0;const net=__importStar(__webpack_require__(82524)),tls=__importStar(__webpack_require__(34458)),debug_1=__importDefault(__webpack_require__(51227)),events_1=__webpack_require__(70497),agent_base_1=__webpack_require__(2987),url_1=__webpack_require__(41837),debug=(0,debug_1.default)("http-proxy-agent");class HttpProxyAgent extends agent_base_1.Agent{constructor(proxy,opts){ |
| /*ThouShaltNotCache*/ |
| super(opts),this.proxy="string"==typeof proxy?new url_1.URL(proxy):proxy,this.proxyHeaders=opts?.headers??{},debug("Creating new HttpProxyAgent instance: %o",this.proxy.href);const host=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),port=this.proxy.port?parseInt(this.proxy.port,10):"https:"===this.proxy.protocol?443:80;this.connectOpts={...opts?omit(opts,"headers"):null,host,port}}addRequest(req,opts){ |
| /*ThouShaltNotCache*/ |
| req._header=null,this.setRequestProps(req,opts),super.addRequest(req,opts)}setRequestProps(req,opts){ |
| /*ThouShaltNotCache*/ |
| const{proxy}=this,base=`${opts.secureEndpoint?"https:":"http:"}//${req.getHeader("host")||"localhost"}`,url=new url_1.URL(req.path,base);80!==opts.port&&(url.port=String(opts.port)),req.path=String(url);const headers="function"==typeof this.proxyHeaders?this.proxyHeaders():{...this.proxyHeaders};if(proxy.username||proxy.password){const auth=`${decodeURIComponent(proxy.username)}:${decodeURIComponent(proxy.password)}`;headers["Proxy-Authorization"]=`Basic ${Buffer.from(auth).toString("base64")}`}headers["Proxy-Connection"]||(headers["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(const name of Object.keys(headers)){const value=headers[name];value&&req.setHeader(name,value)}}async connect(req,opts){let first,endOfHeaders,socket; |
| /*ThouShaltNotCache*/ |
| return req._header=null,req.path.includes("://")||this.setRequestProps(req,opts),debug("Regenerating stored HTTP header string for request"),req._implicitHeader(),req.outputData&&req.outputData.length>0&&(debug("Patching connection write() output buffer with updated header"),first=req.outputData[0].data,endOfHeaders=first.indexOf("\r\n\r\n")+4,req.outputData[0].data=req._header+first.substring(endOfHeaders),debug("Output buffer: %o",req.outputData[0].data)),"https:"===this.proxy.protocol?(debug("Creating `tls.Socket`: %o",this.connectOpts),socket=tls.connect(this.connectOpts)):(debug("Creating `net.Socket`: %o",this.connectOpts),socket=net.connect(this.connectOpts)),await(0,events_1.once)(socket,"connect"),socket}}function omit(obj,...keys){ |
| /*ThouShaltNotCache*/ |
| const ret={};let key;for(key in obj)keys.includes(key)||(ret[key]=obj[key]);return ret}HttpProxyAgent.protocols=["http","https"],exports.HttpProxyAgent=HttpProxyAgent},70497:module=>{"use strict";var ReflectOwnKeys,R="object"==typeof Reflect?Reflect:null,ReflectApply=R&&"function"==typeof R.apply?R.apply:function(target,receiver,args){ |
| /*ThouShaltNotCache*/ |
| return Function.prototype.apply.call(target,receiver,args)};ReflectOwnKeys=R&&"function"==typeof R.ownKeys?R.ownKeys:Object.getOwnPropertySymbols?function(target){ |
| /*ThouShaltNotCache*/ |
| return Object.getOwnPropertyNames(target).concat(Object.getOwnPropertySymbols(target))}:function(target){ |
| /*ThouShaltNotCache*/ |
| return Object.getOwnPropertyNames(target)};var NumberIsNaN=Number.isNaN||function(value){ |
| /*ThouShaltNotCache*/ |
| return value!=value};function EventEmitter(){ |
| /*ThouShaltNotCache*/ |
| EventEmitter.init.call(this)}module.exports=EventEmitter,module.exports.once=function(emitter,name){ |
| /*ThouShaltNotCache*/ |
| return new Promise(function(resolve,reject){ |
| /*ThouShaltNotCache*/ |
| function errorListener(err){ |
| /*ThouShaltNotCache*/ |
| emitter.removeListener(name,resolver),reject(err)}function resolver(){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof emitter.removeListener&&emitter.removeListener("error",errorListener),resolve([].slice.call(arguments))}eventTargetAgnosticAddListener(emitter,name,resolver,{once:!0}),"error"!==name&&function(emitter,handler,flags){ |
| /*ThouShaltNotCache*/ |
| "function"==typeof emitter.on&&eventTargetAgnosticAddListener(emitter,"error",handler,flags)}(emitter,errorListener,{once:!0})})},EventEmitter.EventEmitter=EventEmitter,EventEmitter.prototype._events=void 0,EventEmitter.prototype._eventsCount=0,EventEmitter.prototype._maxListeners=void 0;var defaultMaxListeners=10;function checkListener(listener){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof listener)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof listener)}function _getMaxListeners(that){ |
| /*ThouShaltNotCache*/ |
| return void 0===that._maxListeners?EventEmitter.defaultMaxListeners:that._maxListeners}function _addListener(target,type,listener,prepend){ |
| /*ThouShaltNotCache*/ |
| var m,events,existing,warning;if(checkListener(listener),void 0===(events=target._events)?(events=target._events=Object.create(null),target._eventsCount=0):(void 0!==events.newListener&&(target.emit("newListener",type,listener.listener?listener.listener:listener),events=target._events),existing=events[type]),void 0===existing)existing=events[type]=listener,++target._eventsCount;else if("function"==typeof existing?existing=events[type]=prepend?[listener,existing]:[existing,listener]:prepend?existing.unshift(listener):existing.push(listener),(m=_getMaxListeners(target))>0&&existing.length>m&&!existing.warned){existing.warned=!0;var w=new Error("Possible EventEmitter memory leak detected. "+existing.length+" "+String(type)+" listeners added. Use emitter.setMaxListeners() to increase limit");w.name="MaxListenersExceededWarning",w.emitter=target,w.type=type,w.count=existing.length,warning=w, |
| /*ThouShaltNotCache*/ |
| console&&console.warn&&console.warn(warning)}return target}function onceWrapper(){ |
| /*ThouShaltNotCache*/ |
| if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function _onceWrap(target,type,listener){ |
| /*ThouShaltNotCache*/ |
| var state={fired:!1,wrapFn:void 0,target,type,listener},wrapped=onceWrapper.bind(state);return wrapped.listener=listener,state.wrapFn=wrapped,wrapped}function _listeners(target,type,unwrap){ |
| /*ThouShaltNotCache*/ |
| var events=target._events;if(void 0===events)return[];var evlistener=events[type];return void 0===evlistener?[]:"function"==typeof evlistener?unwrap?[evlistener.listener||evlistener]:[evlistener]:unwrap?function(arr){for( |
| /*ThouShaltNotCache*/ |
| var ret=new Array(arr.length),i=0;i<ret.length;++i)ret[i]=arr[i].listener||arr[i];return ret}(evlistener):arrayClone(evlistener,evlistener.length)}function listenerCount(type){ |
| /*ThouShaltNotCache*/ |
| var events=this._events;if(void 0!==events){var evlistener=events[type];if("function"==typeof evlistener)return 1;if(void 0!==evlistener)return evlistener.length}return 0}function arrayClone(arr,n){for( |
| /*ThouShaltNotCache*/ |
| var copy=new Array(n),i=0;i<n;++i)copy[i]=arr[i];return copy}function eventTargetAgnosticAddListener(emitter,name,listener,flags){ |
| /*ThouShaltNotCache*/ |
| if("function"==typeof emitter.on)flags.once?emitter.once(name,listener):emitter.on(name,listener);else{if("function"!=typeof emitter.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof emitter);emitter.addEventListener(name,function wrapListener(arg){ |
| /*ThouShaltNotCache*/ |
| flags.once&&emitter.removeEventListener(name,wrapListener),listener(arg)})}}Object.defineProperty(EventEmitter,"defaultMaxListeners",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return defaultMaxListeners},set:function(arg){ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof arg||arg<0||NumberIsNaN(arg))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+arg+".");defaultMaxListeners=arg}}),EventEmitter.init=function(){ |
| /*ThouShaltNotCache*/ |
| void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},EventEmitter.prototype.setMaxListeners=function(n){ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof n||n<0||NumberIsNaN(n))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+n+".");return this._maxListeners=n,this},EventEmitter.prototype.getMaxListeners=function(){ |
| /*ThouShaltNotCache*/ |
| return _getMaxListeners(this)},EventEmitter.prototype.emit=function(type){for( |
| /*ThouShaltNotCache*/ |
| var args=[],i=1;i<arguments.length;i++)args.push(arguments[i]);var doError="error"===type,events=this._events;if(void 0!==events)doError=doError&&void 0===events.error;else if(!doError)return!1;if(doError){var er;if(args.length>0&&(er=args[0]),er instanceof Error)throw er;var err=new Error("Unhandled error."+(er?" ("+er.message+")":""));throw err.context=er,err}var handler=events[type];if(void 0===handler)return!1;if("function"==typeof handler)ReflectApply(handler,this,args);else{var len=handler.length,listeners=arrayClone(handler,len);for(i=0;i<len;++i)ReflectApply(listeners[i],this,args)}return!0},EventEmitter.prototype.addListener=function(type,listener){ |
| /*ThouShaltNotCache*/ |
| return _addListener(this,type,listener,!1)},EventEmitter.prototype.on=EventEmitter.prototype.addListener,EventEmitter.prototype.prependListener=function(type,listener){ |
| /*ThouShaltNotCache*/ |
| return _addListener(this,type,listener,!0)},EventEmitter.prototype.once=function(type,listener){ |
| /*ThouShaltNotCache*/ |
| return checkListener(listener),this.on(type,_onceWrap(this,type,listener)),this},EventEmitter.prototype.prependOnceListener=function(type,listener){ |
| /*ThouShaltNotCache*/ |
| return checkListener(listener),this.prependListener(type,_onceWrap(this,type,listener)),this},EventEmitter.prototype.removeListener=function(type,listener){ |
| /*ThouShaltNotCache*/ |
| var list,events,position,i,originalListener;if(checkListener(listener),void 0===(events=this._events))return this;if(void 0===(list=events[type]))return this;if(list===listener||list.listener===listener)0===--this._eventsCount?this._events=Object.create(null):(delete events[type],events.removeListener&&this.emit("removeListener",type,list.listener||listener));else if("function"!=typeof list){for(position=-1,i=list.length-1;i>=0;i--)if(list[i]===listener||list[i].listener===listener){originalListener=list[i].listener,position=i;break}if(position<0)return this;0===position?list.shift():function(list,index){ |
| /*ThouShaltNotCache*/ |
| for(;index+1<list.length;index++)list[index]=list[index+1];list.pop()}(list,position),1===list.length&&(events[type]=list[0]),void 0!==events.removeListener&&this.emit("removeListener",type,originalListener||listener)}return this},EventEmitter.prototype.off=EventEmitter.prototype.removeListener,EventEmitter.prototype.removeAllListeners=function(type){ |
| /*ThouShaltNotCache*/ |
| var listeners,events,i;if(void 0===(events=this._events))return this;if(void 0===events.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==events[type]&&(0===--this._eventsCount?this._events=Object.create(null):delete events[type]),this;if(0===arguments.length){var key,keys=Object.keys(events);for(i=0;i<keys.length;++i)"removeListener"!==(key=keys[i])&&this.removeAllListeners(key);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(listeners=events[type]))this.removeListener(type,listeners);else if(void 0!==listeners)for(i=listeners.length-1;i>=0;i--)this.removeListener(type,listeners[i]);return this},EventEmitter.prototype.listeners=function(type){ |
| /*ThouShaltNotCache*/ |
| return _listeners(this,type,!0)},EventEmitter.prototype.rawListeners=function(type){ |
| /*ThouShaltNotCache*/ |
| return _listeners(this,type,!1)},EventEmitter.listenerCount=function(emitter,type){ |
| /*ThouShaltNotCache*/ |
| return"function"==typeof emitter.listenerCount?emitter.listenerCount(type):listenerCount.call(emitter,type)},EventEmitter.prototype.listenerCount=listenerCount,EventEmitter.prototype.eventNames=function(){ |
| /*ThouShaltNotCache*/ |
| return this._eventsCount>0?ReflectOwnKeys(this._events):[]}},70705:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| function invokeTheCallbackFunction(event){ |
| /*ThouShaltNotCache*/ |
| const thisArg=utils.tryWrapperForImpl(this);let callResult;return"function"==typeof value&&(event=utils.tryWrapperForImpl(event),callResult=Reflect.apply(value,thisArg,[event])),callResult=conversions.any(callResult,{context,globals:globalObject}),callResult}return invokeTheCallbackFunction.construct=event=>{ |
| /*ThouShaltNotCache*/ |
| event=utils.tryWrapperForImpl(event);let callResult=Reflect.construct(value,[event]);return callResult=conversions.any(callResult,{context,globals:globalObject}),callResult},invokeTheCallbackFunction[utils.wrapperSymbol]=value,invokeTheCallbackFunction.objectReference=value,invokeTheCallbackFunction}},70750:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var whichTypedArray=__webpack_require__(79045);module.exports=function(value){ |
| /*ThouShaltNotCache*/ |
| return!!whichTypedArray(value)}},71191:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{isForbidden,isForbiddenResponse,isPrivilegedNoCORSRequest,isNoCORSSafelistedRequest,isCORSWhitelisted}=__webpack_require__(39861),HeaderList=__webpack_require__(15722);function assertName(name){ |
| /*ThouShaltNotCache*/ |
| if(!name.match(/^[!#$%&'*+\-.^`|~\w]+$/))throw new TypeError("name is invalid")}function assertValue(value){ |
| /*ThouShaltNotCache*/ |
| if(value.match(/[\0\r\n]/))throw new TypeError("value is invalid")}function normalizeValue(potentialValue){ |
| /*ThouShaltNotCache*/ |
| return potentialValue.replace(/^[\n\r\t ]+|[\n\r\t ]+$/g,"")}class HeadersImpl{constructor(globalObject,args){ |
| /*ThouShaltNotCache*/ |
| this.guard="none",this.headersList=new HeaderList,args[0]&&this._fill(args[0])}_fill(init){ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(init))for(const header of init){if(2!==header.length)throw new TypeError("init is invalid");this.append(header[0],header[1])}else for(const key of Object.keys(init))this.append(key,init[key])}has(name){ |
| /*ThouShaltNotCache*/ |
| return assertName(name),this.headersList.contains(name)}getSetCookie(){ |
| /*ThouShaltNotCache*/ |
| return this.headersList.get("Set-Cookie")||[]}get(name){ |
| /*ThouShaltNotCache*/ |
| assertName(name);const r=this.headersList.get(name);return r?r.join(", "):null}_removePrivilegedNoCORSHeaders(){ |
| /*ThouShaltNotCache*/ |
| this.headersList.delete("range")}append(name,value){switch( |
| /*ThouShaltNotCache*/ |
| value=normalizeValue(value),assertName(name),assertValue(value),this.guard){case"immutable":throw new TypeError("Headers is immutable");case"request":if(isForbidden(name))return;break;case"request-no-cors":if(!isCORSWhitelisted(name,value))return;break;case"response":if(isForbiddenResponse(name))return}this.headersList.append(name,value),this._removePrivilegedNoCORSHeaders()}set(name,value){switch( |
| /*ThouShaltNotCache*/ |
| value=normalizeValue(value),assertName(name),assertValue(value),this.guard){case"immutable":throw new TypeError("Headers is immutable");case"request":if(isForbidden(name))return;break;case"request-no-cors":if(!isCORSWhitelisted(name,value))return;break;case"response":if(isForbiddenResponse(name))return}this.headersList.set(name,value),this._removePrivilegedNoCORSHeaders()}delete(name){switch( |
| /*ThouShaltNotCache*/ |
| assertName(name),this.guard){case"immutable":throw new TypeError("Headers is immutable");case"request":if(isForbidden(name))return;break;case"request-no-cors":if(!isNoCORSSafelistedRequest(name)&&!isPrivilegedNoCORSRequest(name))return;break;case"response":if(isForbiddenResponse(name))return}this.headersList.delete(name),this._removePrivilegedNoCORSHeaders()}*[Symbol.iterator](){ |
| /*ThouShaltNotCache*/ |
| for(const header of this.headersList.sortAndCombine())yield header}}exports.implementation=HeadersImpl},71237:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.ParameterError=void 0,exports.isNonEmptyString=function(data){ |
| /*ThouShaltNotCache*/ |
| return isString(data)&&""!==data},exports.isDate=function(data){ |
| /*ThouShaltNotCache*/ |
| return data instanceof Date&&isInteger(data.getTime())},exports.isEmptyString=function(data){ |
| /*ThouShaltNotCache*/ |
| return""===data||data instanceof String&&""===data.toString()},exports.isString=isString,exports.isObject=isObject,exports.isInteger=isInteger,exports.validate=function(bool,cbOrMessage,message){ |
| /*ThouShaltNotCache*/ |
| if(bool)return;const cb="function"==typeof cbOrMessage?cbOrMessage:void 0;let options="function"==typeof cbOrMessage?message:cbOrMessage;isObject(options)||(options="[object Object]");const err=new ParameterError((0,utils_1.safeToString)(options));if(!cb)throw err;cb(err)};const utils_1=__webpack_require__(19021);function isString(data){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof data||data instanceof String}function isObject(data){ |
| /*ThouShaltNotCache*/ |
| return"[object Object]"===(0,utils_1.objectToString)(data)}function isInteger(data){ |
| /*ThouShaltNotCache*/ |
| return"number"==typeof data&&data%1==0}class ParameterError extends Error{}exports.ParameterError=ParameterError},71400:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLDataElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLDataElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLDataElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLDataElement",new.target)}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLDataElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("value");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLDataElement.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'HTMLDataElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("value",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLDataElement.prototype,{value:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDataElement",configurable:!0}}),ctorRegistry.HTMLDataElement=HTMLDataElement,Object.defineProperty(globalObject,"HTMLDataElement",{configurable:!0,writable:!0,value:HTMLDataElement})};const Impl=__webpack_require__(42659)},71419:(__unused_webpack_module,exports)=>{"use strict";function PrependBOMWrapper(encoder,options){ |
| /*ThouShaltNotCache*/ |
| this.encoder=encoder,this.addBOM=!0}function StripBOMWrapper(decoder,options){ |
| /*ThouShaltNotCache*/ |
| this.decoder=decoder,this.pass=!1,this.options=options||{}}exports.PrependBOM=PrependBOMWrapper,PrependBOMWrapper.prototype.write=function(str){ |
| /*ThouShaltNotCache*/ |
| return this.addBOM&&(str="\ufeff"+str,this.addBOM=!1),this.encoder.write(str)},PrependBOMWrapper.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| return this.encoder.end()},exports.StripBOM=StripBOMWrapper,StripBOMWrapper.prototype.write=function(buf){ |
| /*ThouShaltNotCache*/ |
| var res=this.decoder.write(buf);return this.pass||!res||("\ufeff"===res[0]&&(res=res.slice(1),"function"==typeof this.options.stripBOM&&this.options.stripBOM()),this.pass=!0),res},StripBOMWrapper.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| return this.decoder.end()}},71537:(__unused_webpack_module,exports)=>{exports._=class{encode(str){ |
| /*ThouShaltNotCache*/ |
| const arr=new Uint8Array(str.length);for(let i=0;i<str.length;i++)arr[i]=str.charCodeAt(i);return arr}},exports.A=class{decode(arr){ |
| /*ThouShaltNotCache*/ |
| let str="";for(let i=0;i<arr.length;i++)str+=String.fromCharCode(arr[i]);return str}}},71661:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const nodeTypes=__webpack_require__(53010),{domSymbolTree}=__webpack_require__(35442);exports.getFirstChild=node=>node.firstChild,exports.getChildNodes=node=>domSymbolTree.childrenToArray(node),exports.getParentNode=node=>node.parentNode,exports.getAttrList=element=>{ |
| /*ThouShaltNotCache*/ |
| const attributeList=[...element._attributeList];return element._isValue&&attributeList.every(attr=>"is"!==attr.name)&&attributeList.unshift({name:"is",namespace:null,prefix:null,value:element._isValue}),attributeList},exports.getTagName=element=>element._qualifiedName,exports.getNamespaceURI=element=>element.namespaceURI,exports.getTextNodeContent=exports.getCommentNodeContent=node=>node.data,exports.getDocumentTypeNodeName=node=>node.name,exports.getDocumentTypeNodePublicId=node=>node.publicId,exports.getDocumentTypeNodeSystemId=node=>node.systemId,exports.getTemplateContent=templateElement=>templateElement._templateContents,exports.getDocumentMode=document=>document._mode,exports.isTextNode=node=>node.nodeType===nodeTypes.TEXT_NODE,exports.isCommentNode=node=>node.nodeType===nodeTypes.COMMENT_NODE,exports.isDocumentTypeNode=node=>node.nodeType===nodeTypes.DOCUMENT_TYPE_NODE,exports.isElementNode=node=>node.nodeType===nodeTypes.ELEMENT_NODE,exports.setNodeSourceCodeLocation=(node,location)=>{ |
| /*ThouShaltNotCache*/ |
| node.sourceCodeLocation=location},exports.getNodeSourceCodeLocation=node=>node.sourceCodeLocation,exports.updateNodeSourceCodeLocation=(node,endLocation)=>{ |
| /*ThouShaltNotCache*/ |
| Object.assign(node.sourceCodeLocation,endLocation)}},71725:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,parseFloatingPointNumber_helpers_strings=__webpack_require__(8337).parseFloatingPointNumber,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLProgressElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLProgressElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLProgressElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLProgressElement",new.target)}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLProgressElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLProgressElement.");V=conversions.double(V,{context:"Failed to set the 'value' property on 'HTMLProgressElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].value=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get max(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get max' called on an object that is not a valid instance of HTMLProgressElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("max");return null!==value&&(value=parseFloatingPointNumber_helpers_strings(value),null!==value&&value>0)?value:1}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set max(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set max' called on an object that is not a valid instance of HTMLProgressElement.");V=conversions.double(V,{context:"Failed to set the 'max' property on 'HTMLProgressElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V>0&&esValue[implSymbol]._reflectSetTheContentAttribute("max",String(V))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get position(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get position' called on an object that is not a valid instance of HTMLProgressElement.");return esValue[implSymbol].position}get labels(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get labels' called on an object that is not a valid instance of HTMLProgressElement.");return utils.tryWrapperForImpl(esValue[implSymbol].labels)}}Object.defineProperties(HTMLProgressElement.prototype,{value:{enumerable:!0},max:{enumerable:!0},position:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLProgressElement",configurable:!0}}),ctorRegistry.HTMLProgressElement=HTMLProgressElement,Object.defineProperty(globalObject,"HTMLProgressElement",{configurable:!0,writable:!0,value:HTMLProgressElement})};const Impl=__webpack_require__(54120)},71981:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const CharacterDataImpl=__webpack_require__(51571).implementation,NODE_TYPE=__webpack_require__(53010);module.exports={implementation:class extends CharacterDataImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this.nodeType=NODE_TYPE.PROCESSING_INSTRUCTION_NODE,this._target=privateData.target}get target(){ |
| /*ThouShaltNotCache*/ |
| return this._target}}}},71998:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,CloseEventInit=__webpack_require__(46205);class CloseEventImpl extends EventImpl{}CloseEventImpl.defaultInit=CloseEventInit.convert(void 0,void 0),exports.implementation=CloseEventImpl},72031:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{setAnExistingAttributeValue}=__webpack_require__(91828),NodeImpl=__webpack_require__(59550).implementation,{ATTRIBUTE_NODE}=__webpack_require__(53010);exports.implementation=class extends NodeImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._namespace=void 0!==privateData.namespace?privateData.namespace:null,this._namespacePrefix=void 0!==privateData.namespacePrefix?privateData.namespacePrefix:null,this._localName=privateData.localName,this._value=void 0!==privateData.value?privateData.value:"",this._element=void 0!==privateData.element?privateData.element:null,this.nodeType=ATTRIBUTE_NODE,this.specified=!0}get namespaceURI(){ |
| /*ThouShaltNotCache*/ |
| return this._namespace}get prefix(){ |
| /*ThouShaltNotCache*/ |
| return this._namespacePrefix}get localName(){ |
| /*ThouShaltNotCache*/ |
| return this._localName}get name(){ |
| /*ThouShaltNotCache*/ |
| return this._qualifiedName}get nodeName(){ |
| /*ThouShaltNotCache*/ |
| return this._qualifiedName}get value(){ |
| /*ThouShaltNotCache*/ |
| return this._value}set value(value){ |
| /*ThouShaltNotCache*/ |
| setAnExistingAttributeValue(this,value)}get ownerElement(){ |
| /*ThouShaltNotCache*/ |
| return this._element}get _qualifiedName(){ |
| /*ThouShaltNotCache*/ |
| return null===this._namespacePrefix?this._localName:this._namespacePrefix+":"+this._localName}}},72069:module=>{"use strict";module.exports="undefined"!=typeof Reflect&&Reflect&&Reflect.apply},72174:()=>{},72324:module=>{"use strict";module.exports=JSON.parse('[["0","\\u0000",127],["a140","\u3000\uff0c\u3001\u3002\uff0e\u2027\uff1b\uff1a\uff1f\uff01\ufe30\u2026\u2025\ufe50\ufe51\ufe52\u00b7\ufe54\ufe55\ufe56\ufe57\uff5c\u2013\ufe31\u2014\ufe33\u2574\ufe34\ufe4f\uff08\uff09\ufe35\ufe36\uff5b\uff5d\ufe37\ufe38\u3014\u3015\ufe39\ufe3a\u3010\u3011\ufe3b\ufe3c\u300a\u300b\ufe3d\ufe3e\u3008\u3009\ufe3f\ufe40\u300c\u300d\ufe41\ufe42\u300e\u300f\ufe43\ufe44\ufe59\ufe5a"],["a1a1","\ufe5b\ufe5c\ufe5d\ufe5e\u2018\u2019\u201c\u201d\u301d\u301e\u2035\u2032\uff03\uff06\uff0a\u203b\u00a7\u3003\u25cb\u25cf\u25b3\u25b2\u25ce\u2606\u2605\u25c7\u25c6\u25a1\u25a0\u25bd\u25bc\u32a3\u2105\u00af\uffe3\uff3f\u02cd\ufe49\ufe4a\ufe4d\ufe4e\ufe4b\ufe4c\ufe5f\ufe60\ufe61\uff0b\uff0d\u00d7\u00f7\u00b1\u221a\uff1c\uff1e\uff1d\u2266\u2267\u2260\u221e\u2252\u2261\ufe62",4,"\uff5e\u2229\u222a\u22a5\u2220\u221f\u22bf\u33d2\u33d1\u222b\u222e\u2235\u2234\u2640\u2642\u2295\u2299\u2191\u2193\u2190\u2192\u2196\u2197\u2199\u2198\u2225\u2223\uff0f"],["a240","\uff3c\u2215\ufe68\uff04\uffe5\u3012\uffe0\uffe1\uff05\uff20\u2103\u2109\ufe69\ufe6a\ufe6b\u33d5\u339c\u339d\u339e\u33ce\u33a1\u338e\u338f\u33c4\u00b0\u5159\u515b\u515e\u515d\u5161\u5163\u55e7\u74e9\u7cce\u2581",7,"\u258f\u258e\u258d\u258c\u258b\u258a\u2589\u253c\u2534\u252c\u2524\u251c\u2594\u2500\u2502\u2595\u250c\u2510\u2514\u2518\u256d"],["a2a1","\u256e\u2570\u256f\u2550\u255e\u256a\u2561\u25e2\u25e3\u25e5\u25e4\u2571\u2572\u2573\uff10",9,"\u2160",9,"\u3021",8,"\u5341\u5344\u5345\uff21",25,"\uff41",21],["a340","\uff57\uff58\uff59\uff5a\u0391",16,"\u03a3",6,"\u03b1",16,"\u03c3",6,"\u3105",10],["a3a1","\u3110",25,"\u02d9\u02c9\u02ca\u02c7\u02cb"],["a3e1","\u20ac"],["a440","\u4e00\u4e59\u4e01\u4e03\u4e43\u4e5d\u4e86\u4e8c\u4eba\u513f\u5165\u516b\u51e0\u5200\u5201\u529b\u5315\u5341\u535c\u53c8\u4e09\u4e0b\u4e08\u4e0a\u4e2b\u4e38\u51e1\u4e45\u4e48\u4e5f\u4e5e\u4e8e\u4ea1\u5140\u5203\u52fa\u5343\u53c9\u53e3\u571f\u58eb\u5915\u5927\u5973\u5b50\u5b51\u5b53\u5bf8\u5c0f\u5c22\u5c38\u5c71\u5ddd\u5de5\u5df1\u5df2\u5df3\u5dfe\u5e72\u5efe\u5f0b\u5f13\u624d"],["a4a1","\u4e11\u4e10\u4e0d\u4e2d\u4e30\u4e39\u4e4b\u5c39\u4e88\u4e91\u4e95\u4e92\u4e94\u4ea2\u4ec1\u4ec0\u4ec3\u4ec6\u4ec7\u4ecd\u4eca\u4ecb\u4ec4\u5143\u5141\u5167\u516d\u516e\u516c\u5197\u51f6\u5206\u5207\u5208\u52fb\u52fe\u52ff\u5316\u5339\u5348\u5347\u5345\u535e\u5384\u53cb\u53ca\u53cd\u58ec\u5929\u592b\u592a\u592d\u5b54\u5c11\u5c24\u5c3a\u5c6f\u5df4\u5e7b\u5eff\u5f14\u5f15\u5fc3\u6208\u6236\u624b\u624e\u652f\u6587\u6597\u65a4\u65b9\u65e5\u66f0\u6708\u6728\u6b20\u6b62\u6b79\u6bcb\u6bd4\u6bdb\u6c0f\u6c34\u706b\u722a\u7236\u723b\u7247\u7259\u725b\u72ac\u738b\u4e19"],["a540","\u4e16\u4e15\u4e14\u4e18\u4e3b\u4e4d\u4e4f\u4e4e\u4ee5\u4ed8\u4ed4\u4ed5\u4ed6\u4ed7\u4ee3\u4ee4\u4ed9\u4ede\u5145\u5144\u5189\u518a\u51ac\u51f9\u51fa\u51f8\u520a\u52a0\u529f\u5305\u5306\u5317\u531d\u4edf\u534a\u5349\u5361\u5360\u536f\u536e\u53bb\u53ef\u53e4\u53f3\u53ec\u53ee\u53e9\u53e8\u53fc\u53f8\u53f5\u53eb\u53e6\u53ea\u53f2\u53f1\u53f0\u53e5\u53ed\u53fb\u56db\u56da\u5916"],["a5a1","\u592e\u5931\u5974\u5976\u5b55\u5b83\u5c3c\u5de8\u5de7\u5de6\u5e02\u5e03\u5e73\u5e7c\u5f01\u5f18\u5f17\u5fc5\u620a\u6253\u6254\u6252\u6251\u65a5\u65e6\u672e\u672c\u672a\u672b\u672d\u6b63\u6bcd\u6c11\u6c10\u6c38\u6c41\u6c40\u6c3e\u72af\u7384\u7389\u74dc\u74e6\u7518\u751f\u7528\u7529\u7530\u7531\u7532\u7533\u758b\u767d\u76ae\u76bf\u76ee\u77db\u77e2\u77f3\u793a\u79be\u7a74\u7acb\u4e1e\u4e1f\u4e52\u4e53\u4e69\u4e99\u4ea4\u4ea6\u4ea5\u4eff\u4f09\u4f19\u4f0a\u4f15\u4f0d\u4f10\u4f11\u4f0f\u4ef2\u4ef6\u4efb\u4ef0\u4ef3\u4efd\u4f01\u4f0b\u5149\u5147\u5146\u5148\u5168"],["a640","\u5171\u518d\u51b0\u5217\u5211\u5212\u520e\u5216\u52a3\u5308\u5321\u5320\u5370\u5371\u5409\u540f\u540c\u540a\u5410\u5401\u540b\u5404\u5411\u540d\u5408\u5403\u540e\u5406\u5412\u56e0\u56de\u56dd\u5733\u5730\u5728\u572d\u572c\u572f\u5729\u5919\u591a\u5937\u5938\u5984\u5978\u5983\u597d\u5979\u5982\u5981\u5b57\u5b58\u5b87\u5b88\u5b85\u5b89\u5bfa\u5c16\u5c79\u5dde\u5e06\u5e76\u5e74"],["a6a1","\u5f0f\u5f1b\u5fd9\u5fd6\u620e\u620c\u620d\u6210\u6263\u625b\u6258\u6536\u65e9\u65e8\u65ec\u65ed\u66f2\u66f3\u6709\u673d\u6734\u6731\u6735\u6b21\u6b64\u6b7b\u6c16\u6c5d\u6c57\u6c59\u6c5f\u6c60\u6c50\u6c55\u6c61\u6c5b\u6c4d\u6c4e\u7070\u725f\u725d\u767e\u7af9\u7c73\u7cf8\u7f36\u7f8a\u7fbd\u8001\u8003\u800c\u8012\u8033\u807f\u8089\u808b\u808c\u81e3\u81ea\u81f3\u81fc\u820c\u821b\u821f\u826e\u8272\u827e\u866b\u8840\u884c\u8863\u897f\u9621\u4e32\u4ea8\u4f4d\u4f4f\u4f47\u4f57\u4f5e\u4f34\u4f5b\u4f55\u4f30\u4f50\u4f51\u4f3d\u4f3a\u4f38\u4f43\u4f54\u4f3c\u4f46\u4f63"],["a740","\u4f5c\u4f60\u4f2f\u4f4e\u4f36\u4f59\u4f5d\u4f48\u4f5a\u514c\u514b\u514d\u5175\u51b6\u51b7\u5225\u5224\u5229\u522a\u5228\u52ab\u52a9\u52aa\u52ac\u5323\u5373\u5375\u541d\u542d\u541e\u543e\u5426\u544e\u5427\u5446\u5443\u5433\u5448\u5442\u541b\u5429\u544a\u5439\u543b\u5438\u542e\u5435\u5436\u5420\u543c\u5440\u5431\u542b\u541f\u542c\u56ea\u56f0\u56e4\u56eb\u574a\u5751\u5740\u574d"],["a7a1","\u5747\u574e\u573e\u5750\u574f\u573b\u58ef\u593e\u599d\u5992\u59a8\u599e\u59a3\u5999\u5996\u598d\u59a4\u5993\u598a\u59a5\u5b5d\u5b5c\u5b5a\u5b5b\u5b8c\u5b8b\u5b8f\u5c2c\u5c40\u5c41\u5c3f\u5c3e\u5c90\u5c91\u5c94\u5c8c\u5deb\u5e0c\u5e8f\u5e87\u5e8a\u5ef7\u5f04\u5f1f\u5f64\u5f62\u5f77\u5f79\u5fd8\u5fcc\u5fd7\u5fcd\u5ff1\u5feb\u5ff8\u5fea\u6212\u6211\u6284\u6297\u6296\u6280\u6276\u6289\u626d\u628a\u627c\u627e\u6279\u6273\u6292\u626f\u6298\u626e\u6295\u6293\u6291\u6286\u6539\u653b\u6538\u65f1\u66f4\u675f\u674e\u674f\u6750\u6751\u675c\u6756\u675e\u6749\u6746\u6760"],["a840","\u6753\u6757\u6b65\u6bcf\u6c42\u6c5e\u6c99\u6c81\u6c88\u6c89\u6c85\u6c9b\u6c6a\u6c7a\u6c90\u6c70\u6c8c\u6c68\u6c96\u6c92\u6c7d\u6c83\u6c72\u6c7e\u6c74\u6c86\u6c76\u6c8d\u6c94\u6c98\u6c82\u7076\u707c\u707d\u7078\u7262\u7261\u7260\u72c4\u72c2\u7396\u752c\u752b\u7537\u7538\u7682\u76ef\u77e3\u79c1\u79c0\u79bf\u7a76\u7cfb\u7f55\u8096\u8093\u809d\u8098\u809b\u809a\u80b2\u826f\u8292"],["a8a1","\u828b\u828d\u898b\u89d2\u8a00\u8c37\u8c46\u8c55\u8c9d\u8d64\u8d70\u8db3\u8eab\u8eca\u8f9b\u8fb0\u8fc2\u8fc6\u8fc5\u8fc4\u5de1\u9091\u90a2\u90aa\u90a6\u90a3\u9149\u91c6\u91cc\u9632\u962e\u9631\u962a\u962c\u4e26\u4e56\u4e73\u4e8b\u4e9b\u4e9e\u4eab\u4eac\u4f6f\u4f9d\u4f8d\u4f73\u4f7f\u4f6c\u4f9b\u4f8b\u4f86\u4f83\u4f70\u4f75\u4f88\u4f69\u4f7b\u4f96\u4f7e\u4f8f\u4f91\u4f7a\u5154\u5152\u5155\u5169\u5177\u5176\u5178\u51bd\u51fd\u523b\u5238\u5237\u523a\u5230\u522e\u5236\u5241\u52be\u52bb\u5352\u5354\u5353\u5351\u5366\u5377\u5378\u5379\u53d6\u53d4\u53d7\u5473\u5475"],["a940","\u5496\u5478\u5495\u5480\u547b\u5477\u5484\u5492\u5486\u547c\u5490\u5471\u5476\u548c\u549a\u5462\u5468\u548b\u547d\u548e\u56fa\u5783\u5777\u576a\u5769\u5761\u5766\u5764\u577c\u591c\u5949\u5947\u5948\u5944\u5954\u59be\u59bb\u59d4\u59b9\u59ae\u59d1\u59c6\u59d0\u59cd\u59cb\u59d3\u59ca\u59af\u59b3\u59d2\u59c5\u5b5f\u5b64\u5b63\u5b97\u5b9a\u5b98\u5b9c\u5b99\u5b9b\u5c1a\u5c48\u5c45"],["a9a1","\u5c46\u5cb7\u5ca1\u5cb8\u5ca9\u5cab\u5cb1\u5cb3\u5e18\u5e1a\u5e16\u5e15\u5e1b\u5e11\u5e78\u5e9a\u5e97\u5e9c\u5e95\u5e96\u5ef6\u5f26\u5f27\u5f29\u5f80\u5f81\u5f7f\u5f7c\u5fdd\u5fe0\u5ffd\u5ff5\u5fff\u600f\u6014\u602f\u6035\u6016\u602a\u6015\u6021\u6027\u6029\u602b\u601b\u6216\u6215\u623f\u623e\u6240\u627f\u62c9\u62cc\u62c4\u62bf\u62c2\u62b9\u62d2\u62db\u62ab\u62d3\u62d4\u62cb\u62c8\u62a8\u62bd\u62bc\u62d0\u62d9\u62c7\u62cd\u62b5\u62da\u62b1\u62d8\u62d6\u62d7\u62c6\u62ac\u62ce\u653e\u65a7\u65bc\u65fa\u6614\u6613\u660c\u6606\u6602\u660e\u6600\u660f\u6615\u660a"],["aa40","\u6607\u670d\u670b\u676d\u678b\u6795\u6771\u679c\u6773\u6777\u6787\u679d\u6797\u676f\u6770\u677f\u6789\u677e\u6790\u6775\u679a\u6793\u677c\u676a\u6772\u6b23\u6b66\u6b67\u6b7f\u6c13\u6c1b\u6ce3\u6ce8\u6cf3\u6cb1\u6ccc\u6ce5\u6cb3\u6cbd\u6cbe\u6cbc\u6ce2\u6cab\u6cd5\u6cd3\u6cb8\u6cc4\u6cb9\u6cc1\u6cae\u6cd7\u6cc5\u6cf1\u6cbf\u6cbb\u6ce1\u6cdb\u6cca\u6cac\u6cef\u6cdc\u6cd6\u6ce0"],["aaa1","\u7095\u708e\u7092\u708a\u7099\u722c\u722d\u7238\u7248\u7267\u7269\u72c0\u72ce\u72d9\u72d7\u72d0\u73a9\u73a8\u739f\u73ab\u73a5\u753d\u759d\u7599\u759a\u7684\u76c2\u76f2\u76f4\u77e5\u77fd\u793e\u7940\u7941\u79c9\u79c8\u7a7a\u7a79\u7afa\u7cfe\u7f54\u7f8c\u7f8b\u8005\u80ba\u80a5\u80a2\u80b1\u80a1\u80ab\u80a9\u80b4\u80aa\u80af\u81e5\u81fe\u820d\u82b3\u829d\u8299\u82ad\u82bd\u829f\u82b9\u82b1\u82ac\u82a5\u82af\u82b8\u82a3\u82b0\u82be\u82b7\u864e\u8671\u521d\u8868\u8ecb\u8fce\u8fd4\u8fd1\u90b5\u90b8\u90b1\u90b6\u91c7\u91d1\u9577\u9580\u961c\u9640\u963f\u963b\u9644"],["ab40","\u9642\u96b9\u96e8\u9752\u975e\u4e9f\u4ead\u4eae\u4fe1\u4fb5\u4faf\u4fbf\u4fe0\u4fd1\u4fcf\u4fdd\u4fc3\u4fb6\u4fd8\u4fdf\u4fca\u4fd7\u4fae\u4fd0\u4fc4\u4fc2\u4fda\u4fce\u4fde\u4fb7\u5157\u5192\u5191\u51a0\u524e\u5243\u524a\u524d\u524c\u524b\u5247\u52c7\u52c9\u52c3\u52c1\u530d\u5357\u537b\u539a\u53db\u54ac\u54c0\u54a8\u54ce\u54c9\u54b8\u54a6\u54b3\u54c7\u54c2\u54bd\u54aa\u54c1"],["aba1","\u54c4\u54c8\u54af\u54ab\u54b1\u54bb\u54a9\u54a7\u54bf\u56ff\u5782\u578b\u57a0\u57a3\u57a2\u57ce\u57ae\u5793\u5955\u5951\u594f\u594e\u5950\u59dc\u59d8\u59ff\u59e3\u59e8\u5a03\u59e5\u59ea\u59da\u59e6\u5a01\u59fb\u5b69\u5ba3\u5ba6\u5ba4\u5ba2\u5ba5\u5c01\u5c4e\u5c4f\u5c4d\u5c4b\u5cd9\u5cd2\u5df7\u5e1d\u5e25\u5e1f\u5e7d\u5ea0\u5ea6\u5efa\u5f08\u5f2d\u5f65\u5f88\u5f85\u5f8a\u5f8b\u5f87\u5f8c\u5f89\u6012\u601d\u6020\u6025\u600e\u6028\u604d\u6070\u6068\u6062\u6046\u6043\u606c\u606b\u606a\u6064\u6241\u62dc\u6316\u6309\u62fc\u62ed\u6301\u62ee\u62fd\u6307\u62f1\u62f7"],["ac40","\u62ef\u62ec\u62fe\u62f4\u6311\u6302\u653f\u6545\u65ab\u65bd\u65e2\u6625\u662d\u6620\u6627\u662f\u661f\u6628\u6631\u6624\u66f7\u67ff\u67d3\u67f1\u67d4\u67d0\u67ec\u67b6\u67af\u67f5\u67e9\u67ef\u67c4\u67d1\u67b4\u67da\u67e5\u67b8\u67cf\u67de\u67f3\u67b0\u67d9\u67e2\u67dd\u67d2\u6b6a\u6b83\u6b86\u6bb5\u6bd2\u6bd7\u6c1f\u6cc9\u6d0b\u6d32\u6d2a\u6d41\u6d25\u6d0c\u6d31\u6d1e\u6d17"],["aca1","\u6d3b\u6d3d\u6d3e\u6d36\u6d1b\u6cf5\u6d39\u6d27\u6d38\u6d29\u6d2e\u6d35\u6d0e\u6d2b\u70ab\u70ba\u70b3\u70ac\u70af\u70ad\u70b8\u70ae\u70a4\u7230\u7272\u726f\u7274\u72e9\u72e0\u72e1\u73b7\u73ca\u73bb\u73b2\u73cd\u73c0\u73b3\u751a\u752d\u754f\u754c\u754e\u754b\u75ab\u75a4\u75a5\u75a2\u75a3\u7678\u7686\u7687\u7688\u76c8\u76c6\u76c3\u76c5\u7701\u76f9\u76f8\u7709\u770b\u76fe\u76fc\u7707\u77dc\u7802\u7814\u780c\u780d\u7946\u7949\u7948\u7947\u79b9\u79ba\u79d1\u79d2\u79cb\u7a7f\u7a81\u7aff\u7afd\u7c7d\u7d02\u7d05\u7d00\u7d09\u7d07\u7d04\u7d06\u7f38\u7f8e\u7fbf\u8004"],["ad40","\u8010\u800d\u8011\u8036\u80d6\u80e5\u80da\u80c3\u80c4\u80cc\u80e1\u80db\u80ce\u80de\u80e4\u80dd\u81f4\u8222\u82e7\u8303\u8305\u82e3\u82db\u82e6\u8304\u82e5\u8302\u8309\u82d2\u82d7\u82f1\u8301\u82dc\u82d4\u82d1\u82de\u82d3\u82df\u82ef\u8306\u8650\u8679\u867b\u867a\u884d\u886b\u8981\u89d4\u8a08\u8a02\u8a03\u8c9e\u8ca0\u8d74\u8d73\u8db4\u8ecd\u8ecc\u8ff0\u8fe6\u8fe2\u8fea\u8fe5"],["ada1","\u8fed\u8feb\u8fe4\u8fe8\u90ca\u90ce\u90c1\u90c3\u914b\u914a\u91cd\u9582\u9650\u964b\u964c\u964d\u9762\u9769\u97cb\u97ed\u97f3\u9801\u98a8\u98db\u98df\u9996\u9999\u4e58\u4eb3\u500c\u500d\u5023\u4fef\u5026\u5025\u4ff8\u5029\u5016\u5006\u503c\u501f\u501a\u5012\u5011\u4ffa\u5000\u5014\u5028\u4ff1\u5021\u500b\u5019\u5018\u4ff3\u4fee\u502d\u502a\u4ffe\u502b\u5009\u517c\u51a4\u51a5\u51a2\u51cd\u51cc\u51c6\u51cb\u5256\u525c\u5254\u525b\u525d\u532a\u537f\u539f\u539d\u53df\u54e8\u5510\u5501\u5537\u54fc\u54e5\u54f2\u5506\u54fa\u5514\u54e9\u54ed\u54e1\u5509\u54ee\u54ea"],["ae40","\u54e6\u5527\u5507\u54fd\u550f\u5703\u5704\u57c2\u57d4\u57cb\u57c3\u5809\u590f\u5957\u5958\u595a\u5a11\u5a18\u5a1c\u5a1f\u5a1b\u5a13\u59ec\u5a20\u5a23\u5a29\u5a25\u5a0c\u5a09\u5b6b\u5c58\u5bb0\u5bb3\u5bb6\u5bb4\u5bae\u5bb5\u5bb9\u5bb8\u5c04\u5c51\u5c55\u5c50\u5ced\u5cfd\u5cfb\u5cea\u5ce8\u5cf0\u5cf6\u5d01\u5cf4\u5dee\u5e2d\u5e2b\u5eab\u5ead\u5ea7\u5f31\u5f92\u5f91\u5f90\u6059"],["aea1","\u6063\u6065\u6050\u6055\u606d\u6069\u606f\u6084\u609f\u609a\u608d\u6094\u608c\u6085\u6096\u6247\u62f3\u6308\u62ff\u634e\u633e\u632f\u6355\u6342\u6346\u634f\u6349\u633a\u6350\u633d\u632a\u632b\u6328\u634d\u634c\u6548\u6549\u6599\u65c1\u65c5\u6642\u6649\u664f\u6643\u6652\u664c\u6645\u6641\u66f8\u6714\u6715\u6717\u6821\u6838\u6848\u6846\u6853\u6839\u6842\u6854\u6829\u68b3\u6817\u684c\u6851\u683d\u67f4\u6850\u6840\u683c\u6843\u682a\u6845\u6813\u6818\u6841\u6b8a\u6b89\u6bb7\u6c23\u6c27\u6c28\u6c26\u6c24\u6cf0\u6d6a\u6d95\u6d88\u6d87\u6d66\u6d78\u6d77\u6d59\u6d93"],["af40","\u6d6c\u6d89\u6d6e\u6d5a\u6d74\u6d69\u6d8c\u6d8a\u6d79\u6d85\u6d65\u6d94\u70ca\u70d8\u70e4\u70d9\u70c8\u70cf\u7239\u7279\u72fc\u72f9\u72fd\u72f8\u72f7\u7386\u73ed\u7409\u73ee\u73e0\u73ea\u73de\u7554\u755d\u755c\u755a\u7559\u75be\u75c5\u75c7\u75b2\u75b3\u75bd\u75bc\u75b9\u75c2\u75b8\u768b\u76b0\u76ca\u76cd\u76ce\u7729\u771f\u7720\u7728\u77e9\u7830\u7827\u7838\u781d\u7834\u7837"],["afa1","\u7825\u782d\u7820\u781f\u7832\u7955\u7950\u7960\u795f\u7956\u795e\u795d\u7957\u795a\u79e4\u79e3\u79e7\u79df\u79e6\u79e9\u79d8\u7a84\u7a88\u7ad9\u7b06\u7b11\u7c89\u7d21\u7d17\u7d0b\u7d0a\u7d20\u7d22\u7d14\u7d10\u7d15\u7d1a\u7d1c\u7d0d\u7d19\u7d1b\u7f3a\u7f5f\u7f94\u7fc5\u7fc1\u8006\u8018\u8015\u8019\u8017\u803d\u803f\u80f1\u8102\u80f0\u8105\u80ed\u80f4\u8106\u80f8\u80f3\u8108\u80fd\u810a\u80fc\u80ef\u81ed\u81ec\u8200\u8210\u822a\u822b\u8228\u822c\u82bb\u832b\u8352\u8354\u834a\u8338\u8350\u8349\u8335\u8334\u834f\u8332\u8339\u8336\u8317\u8340\u8331\u8328\u8343"],["b040","\u8654\u868a\u86aa\u8693\u86a4\u86a9\u868c\u86a3\u869c\u8870\u8877\u8881\u8882\u887d\u8879\u8a18\u8a10\u8a0e\u8a0c\u8a15\u8a0a\u8a17\u8a13\u8a16\u8a0f\u8a11\u8c48\u8c7a\u8c79\u8ca1\u8ca2\u8d77\u8eac\u8ed2\u8ed4\u8ecf\u8fb1\u9001\u9006\u8ff7\u9000\u8ffa\u8ff4\u9003\u8ffd\u9005\u8ff8\u9095\u90e1\u90dd\u90e2\u9152\u914d\u914c\u91d8\u91dd\u91d7\u91dc\u91d9\u9583\u9662\u9663\u9661"],["b0a1","\u965b\u965d\u9664\u9658\u965e\u96bb\u98e2\u99ac\u9aa8\u9ad8\u9b25\u9b32\u9b3c\u4e7e\u507a\u507d\u505c\u5047\u5043\u504c\u505a\u5049\u5065\u5076\u504e\u5055\u5075\u5074\u5077\u504f\u500f\u506f\u506d\u515c\u5195\u51f0\u526a\u526f\u52d2\u52d9\u52d8\u52d5\u5310\u530f\u5319\u533f\u5340\u533e\u53c3\u66fc\u5546\u556a\u5566\u5544\u555e\u5561\u5543\u554a\u5531\u5556\u554f\u5555\u552f\u5564\u5538\u552e\u555c\u552c\u5563\u5533\u5541\u5557\u5708\u570b\u5709\u57df\u5805\u580a\u5806\u57e0\u57e4\u57fa\u5802\u5835\u57f7\u57f9\u5920\u5962\u5a36\u5a41\u5a49\u5a66\u5a6a\u5a40"],["b140","\u5a3c\u5a62\u5a5a\u5a46\u5a4a\u5b70\u5bc7\u5bc5\u5bc4\u5bc2\u5bbf\u5bc6\u5c09\u5c08\u5c07\u5c60\u5c5c\u5c5d\u5d07\u5d06\u5d0e\u5d1b\u5d16\u5d22\u5d11\u5d29\u5d14\u5d19\u5d24\u5d27\u5d17\u5de2\u5e38\u5e36\u5e33\u5e37\u5eb7\u5eb8\u5eb6\u5eb5\u5ebe\u5f35\u5f37\u5f57\u5f6c\u5f69\u5f6b\u5f97\u5f99\u5f9e\u5f98\u5fa1\u5fa0\u5f9c\u607f\u60a3\u6089\u60a0\u60a8\u60cb\u60b4\u60e6\u60bd"],["b1a1","\u60c5\u60bb\u60b5\u60dc\u60bc\u60d8\u60d5\u60c6\u60df\u60b8\u60da\u60c7\u621a\u621b\u6248\u63a0\u63a7\u6372\u6396\u63a2\u63a5\u6377\u6367\u6398\u63aa\u6371\u63a9\u6389\u6383\u639b\u636b\u63a8\u6384\u6388\u6399\u63a1\u63ac\u6392\u638f\u6380\u637b\u6369\u6368\u637a\u655d\u6556\u6551\u6559\u6557\u555f\u654f\u6558\u6555\u6554\u659c\u659b\u65ac\u65cf\u65cb\u65cc\u65ce\u665d\u665a\u6664\u6668\u6666\u665e\u66f9\u52d7\u671b\u6881\u68af\u68a2\u6893\u68b5\u687f\u6876\u68b1\u68a7\u6897\u68b0\u6883\u68c4\u68ad\u6886\u6885\u6894\u689d\u68a8\u689f\u68a1\u6882\u6b32\u6bba"],["b240","\u6beb\u6bec\u6c2b\u6d8e\u6dbc\u6df3\u6dd9\u6db2\u6de1\u6dcc\u6de4\u6dfb\u6dfa\u6e05\u6dc7\u6dcb\u6daf\u6dd1\u6dae\u6dde\u6df9\u6db8\u6df7\u6df5\u6dc5\u6dd2\u6e1a\u6db5\u6dda\u6deb\u6dd8\u6dea\u6df1\u6dee\u6de8\u6dc6\u6dc4\u6daa\u6dec\u6dbf\u6de6\u70f9\u7109\u710a\u70fd\u70ef\u723d\u727d\u7281\u731c\u731b\u7316\u7313\u7319\u7387\u7405\u740a\u7403\u7406\u73fe\u740d\u74e0\u74f6"],["b2a1","\u74f7\u751c\u7522\u7565\u7566\u7562\u7570\u758f\u75d4\u75d5\u75b5\u75ca\u75cd\u768e\u76d4\u76d2\u76db\u7737\u773e\u773c\u7736\u7738\u773a\u786b\u7843\u784e\u7965\u7968\u796d\u79fb\u7a92\u7a95\u7b20\u7b28\u7b1b\u7b2c\u7b26\u7b19\u7b1e\u7b2e\u7c92\u7c97\u7c95\u7d46\u7d43\u7d71\u7d2e\u7d39\u7d3c\u7d40\u7d30\u7d33\u7d44\u7d2f\u7d42\u7d32\u7d31\u7f3d\u7f9e\u7f9a\u7fcc\u7fce\u7fd2\u801c\u804a\u8046\u812f\u8116\u8123\u812b\u8129\u8130\u8124\u8202\u8235\u8237\u8236\u8239\u838e\u839e\u8398\u8378\u83a2\u8396\u83bd\u83ab\u8392\u838a\u8393\u8389\u83a0\u8377\u837b\u837c"],["b340","\u8386\u83a7\u8655\u5f6a\u86c7\u86c0\u86b6\u86c4\u86b5\u86c6\u86cb\u86b1\u86af\u86c9\u8853\u889e\u8888\u88ab\u8892\u8896\u888d\u888b\u8993\u898f\u8a2a\u8a1d\u8a23\u8a25\u8a31\u8a2d\u8a1f\u8a1b\u8a22\u8c49\u8c5a\u8ca9\u8cac\u8cab\u8ca8\u8caa\u8ca7\u8d67\u8d66\u8dbe\u8dba\u8edb\u8edf\u9019\u900d\u901a\u9017\u9023\u901f\u901d\u9010\u9015\u901e\u9020\u900f\u9022\u9016\u901b\u9014"],["b3a1","\u90e8\u90ed\u90fd\u9157\u91ce\u91f5\u91e6\u91e3\u91e7\u91ed\u91e9\u9589\u966a\u9675\u9673\u9678\u9670\u9674\u9676\u9677\u966c\u96c0\u96ea\u96e9\u7ae0\u7adf\u9802\u9803\u9b5a\u9ce5\u9e75\u9e7f\u9ea5\u9ebb\u50a2\u508d\u5085\u5099\u5091\u5080\u5096\u5098\u509a\u6700\u51f1\u5272\u5274\u5275\u5269\u52de\u52dd\u52db\u535a\u53a5\u557b\u5580\u55a7\u557c\u558a\u559d\u5598\u5582\u559c\u55aa\u5594\u5587\u558b\u5583\u55b3\u55ae\u559f\u553e\u55b2\u559a\u55bb\u55ac\u55b1\u557e\u5589\u55ab\u5599\u570d\u582f\u582a\u5834\u5824\u5830\u5831\u5821\u581d\u5820\u58f9\u58fa\u5960"],["b440","\u5a77\u5a9a\u5a7f\u5a92\u5a9b\u5aa7\u5b73\u5b71\u5bd2\u5bcc\u5bd3\u5bd0\u5c0a\u5c0b\u5c31\u5d4c\u5d50\u5d34\u5d47\u5dfd\u5e45\u5e3d\u5e40\u5e43\u5e7e\u5eca\u5ec1\u5ec2\u5ec4\u5f3c\u5f6d\u5fa9\u5faa\u5fa8\u60d1\u60e1\u60b2\u60b6\u60e0\u611c\u6123\u60fa\u6115\u60f0\u60fb\u60f4\u6168\u60f1\u610e\u60f6\u6109\u6100\u6112\u621f\u6249\u63a3\u638c\u63cf\u63c0\u63e9\u63c9\u63c6\u63cd"],["b4a1","\u63d2\u63e3\u63d0\u63e1\u63d6\u63ed\u63ee\u6376\u63f4\u63ea\u63db\u6452\u63da\u63f9\u655e\u6566\u6562\u6563\u6591\u6590\u65af\u666e\u6670\u6674\u6676\u666f\u6691\u667a\u667e\u6677\u66fe\u66ff\u671f\u671d\u68fa\u68d5\u68e0\u68d8\u68d7\u6905\u68df\u68f5\u68ee\u68e7\u68f9\u68d2\u68f2\u68e3\u68cb\u68cd\u690d\u6912\u690e\u68c9\u68da\u696e\u68fb\u6b3e\u6b3a\u6b3d\u6b98\u6b96\u6bbc\u6bef\u6c2e\u6c2f\u6c2c\u6e2f\u6e38\u6e54\u6e21\u6e32\u6e67\u6e4a\u6e20\u6e25\u6e23\u6e1b\u6e5b\u6e58\u6e24\u6e56\u6e6e\u6e2d\u6e26\u6e6f\u6e34\u6e4d\u6e3a\u6e2c\u6e43\u6e1d\u6e3e\u6ecb"],["b540","\u6e89\u6e19\u6e4e\u6e63\u6e44\u6e72\u6e69\u6e5f\u7119\u711a\u7126\u7130\u7121\u7136\u716e\u711c\u724c\u7284\u7280\u7336\u7325\u7334\u7329\u743a\u742a\u7433\u7422\u7425\u7435\u7436\u7434\u742f\u741b\u7426\u7428\u7525\u7526\u756b\u756a\u75e2\u75db\u75e3\u75d9\u75d8\u75de\u75e0\u767b\u767c\u7696\u7693\u76b4\u76dc\u774f\u77ed\u785d\u786c\u786f\u7a0d\u7a08\u7a0b\u7a05\u7a00\u7a98"],["b5a1","\u7a97\u7a96\u7ae5\u7ae3\u7b49\u7b56\u7b46\u7b50\u7b52\u7b54\u7b4d\u7b4b\u7b4f\u7b51\u7c9f\u7ca5\u7d5e\u7d50\u7d68\u7d55\u7d2b\u7d6e\u7d72\u7d61\u7d66\u7d62\u7d70\u7d73\u5584\u7fd4\u7fd5\u800b\u8052\u8085\u8155\u8154\u814b\u8151\u814e\u8139\u8146\u813e\u814c\u8153\u8174\u8212\u821c\u83e9\u8403\u83f8\u840d\u83e0\u83c5\u840b\u83c1\u83ef\u83f1\u83f4\u8457\u840a\u83f0\u840c\u83cc\u83fd\u83f2\u83ca\u8438\u840e\u8404\u83dc\u8407\u83d4\u83df\u865b\u86df\u86d9\u86ed\u86d4\u86db\u86e4\u86d0\u86de\u8857\u88c1\u88c2\u88b1\u8983\u8996\u8a3b\u8a60\u8a55\u8a5e\u8a3c\u8a41"],["b640","\u8a54\u8a5b\u8a50\u8a46\u8a34\u8a3a\u8a36\u8a56\u8c61\u8c82\u8caf\u8cbc\u8cb3\u8cbd\u8cc1\u8cbb\u8cc0\u8cb4\u8cb7\u8cb6\u8cbf\u8cb8\u8d8a\u8d85\u8d81\u8dce\u8ddd\u8dcb\u8dda\u8dd1\u8dcc\u8ddb\u8dc6\u8efb\u8ef8\u8efc\u8f9c\u902e\u9035\u9031\u9038\u9032\u9036\u9102\u90f5\u9109\u90fe\u9163\u9165\u91cf\u9214\u9215\u9223\u9209\u921e\u920d\u9210\u9207\u9211\u9594\u958f\u958b\u9591"],["b6a1","\u9593\u9592\u958e\u968a\u968e\u968b\u967d\u9685\u9686\u968d\u9672\u9684\u96c1\u96c5\u96c4\u96c6\u96c7\u96ef\u96f2\u97cc\u9805\u9806\u9808\u98e7\u98ea\u98ef\u98e9\u98f2\u98ed\u99ae\u99ad\u9ec3\u9ecd\u9ed1\u4e82\u50ad\u50b5\u50b2\u50b3\u50c5\u50be\u50ac\u50b7\u50bb\u50af\u50c7\u527f\u5277\u527d\u52df\u52e6\u52e4\u52e2\u52e3\u532f\u55df\u55e8\u55d3\u55e6\u55ce\u55dc\u55c7\u55d1\u55e3\u55e4\u55ef\u55da\u55e1\u55c5\u55c6\u55e5\u55c9\u5712\u5713\u585e\u5851\u5858\u5857\u585a\u5854\u586b\u584c\u586d\u584a\u5862\u5852\u584b\u5967\u5ac1\u5ac9\u5acc\u5abe\u5abd\u5abc"],["b740","\u5ab3\u5ac2\u5ab2\u5d69\u5d6f\u5e4c\u5e79\u5ec9\u5ec8\u5f12\u5f59\u5fac\u5fae\u611a\u610f\u6148\u611f\u60f3\u611b\u60f9\u6101\u6108\u614e\u614c\u6144\u614d\u613e\u6134\u6127\u610d\u6106\u6137\u6221\u6222\u6413\u643e\u641e\u642a\u642d\u643d\u642c\u640f\u641c\u6414\u640d\u6436\u6416\u6417\u6406\u656c\u659f\u65b0\u6697\u6689\u6687\u6688\u6696\u6684\u6698\u668d\u6703\u6994\u696d"],["b7a1","\u695a\u6977\u6960\u6954\u6975\u6930\u6982\u694a\u6968\u696b\u695e\u6953\u6979\u6986\u695d\u6963\u695b\u6b47\u6b72\u6bc0\u6bbf\u6bd3\u6bfd\u6ea2\u6eaf\u6ed3\u6eb6\u6ec2\u6e90\u6e9d\u6ec7\u6ec5\u6ea5\u6e98\u6ebc\u6eba\u6eab\u6ed1\u6e96\u6e9c\u6ec4\u6ed4\u6eaa\u6ea7\u6eb4\u714e\u7159\u7169\u7164\u7149\u7167\u715c\u716c\u7166\u714c\u7165\u715e\u7146\u7168\u7156\u723a\u7252\u7337\u7345\u733f\u733e\u746f\u745a\u7455\u745f\u745e\u7441\u743f\u7459\u745b\u745c\u7576\u7578\u7600\u75f0\u7601\u75f2\u75f1\u75fa\u75ff\u75f4\u75f3\u76de\u76df\u775b\u776b\u7766\u775e\u7763"],["b840","\u7779\u776a\u776c\u775c\u7765\u7768\u7762\u77ee\u788e\u78b0\u7897\u7898\u788c\u7889\u787c\u7891\u7893\u787f\u797a\u797f\u7981\u842c\u79bd\u7a1c\u7a1a\u7a20\u7a14\u7a1f\u7a1e\u7a9f\u7aa0\u7b77\u7bc0\u7b60\u7b6e\u7b67\u7cb1\u7cb3\u7cb5\u7d93\u7d79\u7d91\u7d81\u7d8f\u7d5b\u7f6e\u7f69\u7f6a\u7f72\u7fa9\u7fa8\u7fa4\u8056\u8058\u8086\u8084\u8171\u8170\u8178\u8165\u816e\u8173\u816b"],["b8a1","\u8179\u817a\u8166\u8205\u8247\u8482\u8477\u843d\u8431\u8475\u8466\u846b\u8449\u846c\u845b\u843c\u8435\u8461\u8463\u8469\u846d\u8446\u865e\u865c\u865f\u86f9\u8713\u8708\u8707\u8700\u86fe\u86fb\u8702\u8703\u8706\u870a\u8859\u88df\u88d4\u88d9\u88dc\u88d8\u88dd\u88e1\u88ca\u88d5\u88d2\u899c\u89e3\u8a6b\u8a72\u8a73\u8a66\u8a69\u8a70\u8a87\u8a7c\u8a63\u8aa0\u8a71\u8a85\u8a6d\u8a62\u8a6e\u8a6c\u8a79\u8a7b\u8a3e\u8a68\u8c62\u8c8a\u8c89\u8cca\u8cc7\u8cc8\u8cc4\u8cb2\u8cc3\u8cc2\u8cc5\u8de1\u8ddf\u8de8\u8def\u8df3\u8dfa\u8dea\u8de4\u8de6\u8eb2\u8f03\u8f09\u8efe\u8f0a"],["b940","\u8f9f\u8fb2\u904b\u904a\u9053\u9042\u9054\u903c\u9055\u9050\u9047\u904f\u904e\u904d\u9051\u903e\u9041\u9112\u9117\u916c\u916a\u9169\u91c9\u9237\u9257\u9238\u923d\u9240\u923e\u925b\u924b\u9264\u9251\u9234\u9249\u924d\u9245\u9239\u923f\u925a\u9598\u9698\u9694\u9695\u96cd\u96cb\u96c9\u96ca\u96f7\u96fb\u96f9\u96f6\u9756\u9774\u9776\u9810\u9811\u9813\u980a\u9812\u980c\u98fc\u98f4"],["b9a1","\u98fd\u98fe\u99b3\u99b1\u99b4\u9ae1\u9ce9\u9e82\u9f0e\u9f13\u9f20\u50e7\u50ee\u50e5\u50d6\u50ed\u50da\u50d5\u50cf\u50d1\u50f1\u50ce\u50e9\u5162\u51f3\u5283\u5282\u5331\u53ad\u55fe\u5600\u561b\u5617\u55fd\u5614\u5606\u5609\u560d\u560e\u55f7\u5616\u561f\u5608\u5610\u55f6\u5718\u5716\u5875\u587e\u5883\u5893\u588a\u5879\u5885\u587d\u58fd\u5925\u5922\u5924\u596a\u5969\u5ae1\u5ae6\u5ae9\u5ad7\u5ad6\u5ad8\u5ae3\u5b75\u5bde\u5be7\u5be1\u5be5\u5be6\u5be8\u5be2\u5be4\u5bdf\u5c0d\u5c62\u5d84\u5d87\u5e5b\u5e63\u5e55\u5e57\u5e54\u5ed3\u5ed6\u5f0a\u5f46\u5f70\u5fb9\u6147"],["ba40","\u613f\u614b\u6177\u6162\u6163\u615f\u615a\u6158\u6175\u622a\u6487\u6458\u6454\u64a4\u6478\u645f\u647a\u6451\u6467\u6434\u646d\u647b\u6572\u65a1\u65d7\u65d6\u66a2\u66a8\u669d\u699c\u69a8\u6995\u69c1\u69ae\u69d3\u69cb\u699b\u69b7\u69bb\u69ab\u69b4\u69d0\u69cd\u69ad\u69cc\u69a6\u69c3\u69a3\u6b49\u6b4c\u6c33\u6f33\u6f14\u6efe\u6f13\u6ef4\u6f29\u6f3e\u6f20\u6f2c\u6f0f\u6f02\u6f22"],["baa1","\u6eff\u6eef\u6f06\u6f31\u6f38\u6f32\u6f23\u6f15\u6f2b\u6f2f\u6f88\u6f2a\u6eec\u6f01\u6ef2\u6ecc\u6ef7\u7194\u7199\u717d\u718a\u7184\u7192\u723e\u7292\u7296\u7344\u7350\u7464\u7463\u746a\u7470\u746d\u7504\u7591\u7627\u760d\u760b\u7609\u7613\u76e1\u76e3\u7784\u777d\u777f\u7761\u78c1\u789f\u78a7\u78b3\u78a9\u78a3\u798e\u798f\u798d\u7a2e\u7a31\u7aaa\u7aa9\u7aed\u7aef\u7ba1\u7b95\u7b8b\u7b75\u7b97\u7b9d\u7b94\u7b8f\u7bb8\u7b87\u7b84\u7cb9\u7cbd\u7cbe\u7dbb\u7db0\u7d9c\u7dbd\u7dbe\u7da0\u7dca\u7db4\u7db2\u7db1\u7dba\u7da2\u7dbf\u7db5\u7db8\u7dad\u7dd2\u7dc7\u7dac"],["bb40","\u7f70\u7fe0\u7fe1\u7fdf\u805e\u805a\u8087\u8150\u8180\u818f\u8188\u818a\u817f\u8182\u81e7\u81fa\u8207\u8214\u821e\u824b\u84c9\u84bf\u84c6\u84c4\u8499\u849e\u84b2\u849c\u84cb\u84b8\u84c0\u84d3\u8490\u84bc\u84d1\u84ca\u873f\u871c\u873b\u8722\u8725\u8734\u8718\u8755\u8737\u8729\u88f3\u8902\u88f4\u88f9\u88f8\u88fd\u88e8\u891a\u88ef\u8aa6\u8a8c\u8a9e\u8aa3\u8a8d\u8aa1\u8a93\u8aa4"],["bba1","\u8aaa\u8aa5\u8aa8\u8a98\u8a91\u8a9a\u8aa7\u8c6a\u8c8d\u8c8c\u8cd3\u8cd1\u8cd2\u8d6b\u8d99\u8d95\u8dfc\u8f14\u8f12\u8f15\u8f13\u8fa3\u9060\u9058\u905c\u9063\u9059\u905e\u9062\u905d\u905b\u9119\u9118\u911e\u9175\u9178\u9177\u9174\u9278\u9280\u9285\u9298\u9296\u927b\u9293\u929c\u92a8\u927c\u9291\u95a1\u95a8\u95a9\u95a3\u95a5\u95a4\u9699\u969c\u969b\u96cc\u96d2\u9700\u977c\u9785\u97f6\u9817\u9818\u98af\u98b1\u9903\u9905\u990c\u9909\u99c1\u9aaf\u9ab0\u9ae6\u9b41\u9b42\u9cf4\u9cf6\u9cf3\u9ebc\u9f3b\u9f4a\u5104\u5100\u50fb\u50f5\u50f9\u5102\u5108\u5109\u5105\u51dc"],["bc40","\u5287\u5288\u5289\u528d\u528a\u52f0\u53b2\u562e\u563b\u5639\u5632\u563f\u5634\u5629\u5653\u564e\u5657\u5674\u5636\u562f\u5630\u5880\u589f\u589e\u58b3\u589c\u58ae\u58a9\u58a6\u596d\u5b09\u5afb\u5b0b\u5af5\u5b0c\u5b08\u5bee\u5bec\u5be9\u5beb\u5c64\u5c65\u5d9d\u5d94\u5e62\u5e5f\u5e61\u5ee2\u5eda\u5edf\u5edd\u5ee3\u5ee0\u5f48\u5f71\u5fb7\u5fb5\u6176\u6167\u616e\u615d\u6155\u6182"],["bca1","\u617c\u6170\u616b\u617e\u61a7\u6190\u61ab\u618e\u61ac\u619a\u61a4\u6194\u61ae\u622e\u6469\u646f\u6479\u649e\u64b2\u6488\u6490\u64b0\u64a5\u6493\u6495\u64a9\u6492\u64ae\u64ad\u64ab\u649a\u64ac\u6499\u64a2\u64b3\u6575\u6577\u6578\u66ae\u66ab\u66b4\u66b1\u6a23\u6a1f\u69e8\u6a01\u6a1e\u6a19\u69fd\u6a21\u6a13\u6a0a\u69f3\u6a02\u6a05\u69ed\u6a11\u6b50\u6b4e\u6ba4\u6bc5\u6bc6\u6f3f\u6f7c\u6f84\u6f51\u6f66\u6f54\u6f86\u6f6d\u6f5b\u6f78\u6f6e\u6f8e\u6f7a\u6f70\u6f64\u6f97\u6f58\u6ed5\u6f6f\u6f60\u6f5f\u719f\u71ac\u71b1\u71a8\u7256\u729b\u734e\u7357\u7469\u748b\u7483"],["bd40","\u747e\u7480\u757f\u7620\u7629\u761f\u7624\u7626\u7621\u7622\u769a\u76ba\u76e4\u778e\u7787\u778c\u7791\u778b\u78cb\u78c5\u78ba\u78ca\u78be\u78d5\u78bc\u78d0\u7a3f\u7a3c\u7a40\u7a3d\u7a37\u7a3b\u7aaf\u7aae\u7bad\u7bb1\u7bc4\u7bb4\u7bc6\u7bc7\u7bc1\u7ba0\u7bcc\u7cca\u7de0\u7df4\u7def\u7dfb\u7dd8\u7dec\u7ddd\u7de8\u7de3\u7dda\u7dde\u7de9\u7d9e\u7dd9\u7df2\u7df9\u7f75\u7f77\u7faf"],["bda1","\u7fe9\u8026\u819b\u819c\u819d\u81a0\u819a\u8198\u8517\u853d\u851a\u84ee\u852c\u852d\u8513\u8511\u8523\u8521\u8514\u84ec\u8525\u84ff\u8506\u8782\u8774\u8776\u8760\u8766\u8778\u8768\u8759\u8757\u874c\u8753\u885b\u885d\u8910\u8907\u8912\u8913\u8915\u890a\u8abc\u8ad2\u8ac7\u8ac4\u8a95\u8acb\u8af8\u8ab2\u8ac9\u8ac2\u8abf\u8ab0\u8ad6\u8acd\u8ab6\u8ab9\u8adb\u8c4c\u8c4e\u8c6c\u8ce0\u8cde\u8ce6\u8ce4\u8cec\u8ced\u8ce2\u8ce3\u8cdc\u8cea\u8ce1\u8d6d\u8d9f\u8da3\u8e2b\u8e10\u8e1d\u8e22\u8e0f\u8e29\u8e1f\u8e21\u8e1e\u8eba\u8f1d\u8f1b\u8f1f\u8f29\u8f26\u8f2a\u8f1c\u8f1e"],["be40","\u8f25\u9069\u906e\u9068\u906d\u9077\u9130\u912d\u9127\u9131\u9187\u9189\u918b\u9183\u92c5\u92bb\u92b7\u92ea\u92ac\u92e4\u92c1\u92b3\u92bc\u92d2\u92c7\u92f0\u92b2\u95ad\u95b1\u9704\u9706\u9707\u9709\u9760\u978d\u978b\u978f\u9821\u982b\u981c\u98b3\u990a\u9913\u9912\u9918\u99dd\u99d0\u99df\u99db\u99d1\u99d5\u99d2\u99d9\u9ab7\u9aee\u9aef\u9b27\u9b45\u9b44\u9b77\u9b6f\u9d06\u9d09"],["bea1","\u9d03\u9ea9\u9ebe\u9ece\u58a8\u9f52\u5112\u5118\u5114\u5110\u5115\u5180\u51aa\u51dd\u5291\u5293\u52f3\u5659\u566b\u5679\u5669\u5664\u5678\u566a\u5668\u5665\u5671\u566f\u566c\u5662\u5676\u58c1\u58be\u58c7\u58c5\u596e\u5b1d\u5b34\u5b78\u5bf0\u5c0e\u5f4a\u61b2\u6191\u61a9\u618a\u61cd\u61b6\u61be\u61ca\u61c8\u6230\u64c5\u64c1\u64cb\u64bb\u64bc\u64da\u64c4\u64c7\u64c2\u64cd\u64bf\u64d2\u64d4\u64be\u6574\u66c6\u66c9\u66b9\u66c4\u66c7\u66b8\u6a3d\u6a38\u6a3a\u6a59\u6a6b\u6a58\u6a39\u6a44\u6a62\u6a61\u6a4b\u6a47\u6a35\u6a5f\u6a48\u6b59\u6b77\u6c05\u6fc2\u6fb1\u6fa1"],["bf40","\u6fc3\u6fa4\u6fc1\u6fa7\u6fb3\u6fc0\u6fb9\u6fb6\u6fa6\u6fa0\u6fb4\u71be\u71c9\u71d0\u71d2\u71c8\u71d5\u71b9\u71ce\u71d9\u71dc\u71c3\u71c4\u7368\u749c\u74a3\u7498\u749f\u749e\u74e2\u750c\u750d\u7634\u7638\u763a\u76e7\u76e5\u77a0\u779e\u779f\u77a5\u78e8\u78da\u78ec\u78e7\u79a6\u7a4d\u7a4e\u7a46\u7a4c\u7a4b\u7aba\u7bd9\u7c11\u7bc9\u7be4\u7bdb\u7be1\u7be9\u7be6\u7cd5\u7cd6\u7e0a"],["bfa1","\u7e11\u7e08\u7e1b\u7e23\u7e1e\u7e1d\u7e09\u7e10\u7f79\u7fb2\u7ff0\u7ff1\u7fee\u8028\u81b3\u81a9\u81a8\u81fb\u8208\u8258\u8259\u854a\u8559\u8548\u8568\u8569\u8543\u8549\u856d\u856a\u855e\u8783\u879f\u879e\u87a2\u878d\u8861\u892a\u8932\u8925\u892b\u8921\u89aa\u89a6\u8ae6\u8afa\u8aeb\u8af1\u8b00\u8adc\u8ae7\u8aee\u8afe\u8b01\u8b02\u8af7\u8aed\u8af3\u8af6\u8afc\u8c6b\u8c6d\u8c93\u8cf4\u8e44\u8e31\u8e34\u8e42\u8e39\u8e35\u8f3b\u8f2f\u8f38\u8f33\u8fa8\u8fa6\u9075\u9074\u9078\u9072\u907c\u907a\u9134\u9192\u9320\u9336\u92f8\u9333\u932f\u9322\u92fc\u932b\u9304\u931a"],["c040","\u9310\u9326\u9321\u9315\u932e\u9319\u95bb\u96a7\u96a8\u96aa\u96d5\u970e\u9711\u9716\u970d\u9713\u970f\u975b\u975c\u9766\u9798\u9830\u9838\u983b\u9837\u982d\u9839\u9824\u9910\u9928\u991e\u991b\u9921\u991a\u99ed\u99e2\u99f1\u9ab8\u9abc\u9afb\u9aed\u9b28\u9b91\u9d15\u9d23\u9d26\u9d28\u9d12\u9d1b\u9ed8\u9ed4\u9f8d\u9f9c\u512a\u511f\u5121\u5132\u52f5\u568e\u5680\u5690\u5685\u5687"],["c0a1","\u568f\u58d5\u58d3\u58d1\u58ce\u5b30\u5b2a\u5b24\u5b7a\u5c37\u5c68\u5dbc\u5dba\u5dbd\u5db8\u5e6b\u5f4c\u5fbd\u61c9\u61c2\u61c7\u61e6\u61cb\u6232\u6234\u64ce\u64ca\u64d8\u64e0\u64f0\u64e6\u64ec\u64f1\u64e2\u64ed\u6582\u6583\u66d9\u66d6\u6a80\u6a94\u6a84\u6aa2\u6a9c\u6adb\u6aa3\u6a7e\u6a97\u6a90\u6aa0\u6b5c\u6bae\u6bda\u6c08\u6fd8\u6ff1\u6fdf\u6fe0\u6fdb\u6fe4\u6feb\u6fef\u6f80\u6fec\u6fe1\u6fe9\u6fd5\u6fee\u6ff0\u71e7\u71df\u71ee\u71e6\u71e5\u71ed\u71ec\u71f4\u71e0\u7235\u7246\u7370\u7372\u74a9\u74b0\u74a6\u74a8\u7646\u7642\u764c\u76ea\u77b3\u77aa\u77b0\u77ac"],["c140","\u77a7\u77ad\u77ef\u78f7\u78fa\u78f4\u78ef\u7901\u79a7\u79aa\u7a57\u7abf\u7c07\u7c0d\u7bfe\u7bf7\u7c0c\u7be0\u7ce0\u7cdc\u7cde\u7ce2\u7cdf\u7cd9\u7cdd\u7e2e\u7e3e\u7e46\u7e37\u7e32\u7e43\u7e2b\u7e3d\u7e31\u7e45\u7e41\u7e34\u7e39\u7e48\u7e35\u7e3f\u7e2f\u7f44\u7ff3\u7ffc\u8071\u8072\u8070\u806f\u8073\u81c6\u81c3\u81ba\u81c2\u81c0\u81bf\u81bd\u81c9\u81be\u81e8\u8209\u8271\u85aa"],["c1a1","\u8584\u857e\u859c\u8591\u8594\u85af\u859b\u8587\u85a8\u858a\u8667\u87c0\u87d1\u87b3\u87d2\u87c6\u87ab\u87bb\u87ba\u87c8\u87cb\u893b\u8936\u8944\u8938\u893d\u89ac\u8b0e\u8b17\u8b19\u8b1b\u8b0a\u8b20\u8b1d\u8b04\u8b10\u8c41\u8c3f\u8c73\u8cfa\u8cfd\u8cfc\u8cf8\u8cfb\u8da8\u8e49\u8e4b\u8e48\u8e4a\u8f44\u8f3e\u8f42\u8f45\u8f3f\u907f\u907d\u9084\u9081\u9082\u9080\u9139\u91a3\u919e\u919c\u934d\u9382\u9328\u9375\u934a\u9365\u934b\u9318\u937e\u936c\u935b\u9370\u935a\u9354\u95ca\u95cb\u95cc\u95c8\u95c6\u96b1\u96b8\u96d6\u971c\u971e\u97a0\u97d3\u9846\u98b6\u9935\u9a01"],["c240","\u99ff\u9bae\u9bab\u9baa\u9bad\u9d3b\u9d3f\u9e8b\u9ecf\u9ede\u9edc\u9edd\u9edb\u9f3e\u9f4b\u53e2\u5695\u56ae\u58d9\u58d8\u5b38\u5f5d\u61e3\u6233\u64f4\u64f2\u64fe\u6506\u64fa\u64fb\u64f7\u65b7\u66dc\u6726\u6ab3\u6aac\u6ac3\u6abb\u6ab8\u6ac2\u6aae\u6aaf\u6b5f\u6b78\u6baf\u7009\u700b\u6ffe\u7006\u6ffa\u7011\u700f\u71fb\u71fc\u71fe\u71f8\u7377\u7375\u74a7\u74bf\u7515\u7656\u7658"],["c2a1","\u7652\u77bd\u77bf\u77bb\u77bc\u790e\u79ae\u7a61\u7a62\u7a60\u7ac4\u7ac5\u7c2b\u7c27\u7c2a\u7c1e\u7c23\u7c21\u7ce7\u7e54\u7e55\u7e5e\u7e5a\u7e61\u7e52\u7e59\u7f48\u7ff9\u7ffb\u8077\u8076\u81cd\u81cf\u820a\u85cf\u85a9\u85cd\u85d0\u85c9\u85b0\u85ba\u85b9\u85a6\u87ef\u87ec\u87f2\u87e0\u8986\u89b2\u89f4\u8b28\u8b39\u8b2c\u8b2b\u8c50\u8d05\u8e59\u8e63\u8e66\u8e64\u8e5f\u8e55\u8ec0\u8f49\u8f4d\u9087\u9083\u9088\u91ab\u91ac\u91d0\u9394\u938a\u9396\u93a2\u93b3\u93ae\u93ac\u93b0\u9398\u939a\u9397\u95d4\u95d6\u95d0\u95d5\u96e2\u96dc\u96d9\u96db\u96de\u9724\u97a3\u97a6"],["c340","\u97ad\u97f9\u984d\u984f\u984c\u984e\u9853\u98ba\u993e\u993f\u993d\u992e\u99a5\u9a0e\u9ac1\u9b03\u9b06\u9b4f\u9b4e\u9b4d\u9bca\u9bc9\u9bfd\u9bc8\u9bc0\u9d51\u9d5d\u9d60\u9ee0\u9f15\u9f2c\u5133\u56a5\u58de\u58df\u58e2\u5bf5\u9f90\u5eec\u61f2\u61f7\u61f6\u61f5\u6500\u650f\u66e0\u66dd\u6ae5\u6add\u6ada\u6ad3\u701b\u701f\u7028\u701a\u701d\u7015\u7018\u7206\u720d\u7258\u72a2\u7378"],["c3a1","\u737a\u74bd\u74ca\u74e3\u7587\u7586\u765f\u7661\u77c7\u7919\u79b1\u7a6b\u7a69\u7c3e\u7c3f\u7c38\u7c3d\u7c37\u7c40\u7e6b\u7e6d\u7e79\u7e69\u7e6a\u7f85\u7e73\u7fb6\u7fb9\u7fb8\u81d8\u85e9\u85dd\u85ea\u85d5\u85e4\u85e5\u85f7\u87fb\u8805\u880d\u87f9\u87fe\u8960\u895f\u8956\u895e\u8b41\u8b5c\u8b58\u8b49\u8b5a\u8b4e\u8b4f\u8b46\u8b59\u8d08\u8d0a\u8e7c\u8e72\u8e87\u8e76\u8e6c\u8e7a\u8e74\u8f54\u8f4e\u8fad\u908a\u908b\u91b1\u91ae\u93e1\u93d1\u93df\u93c3\u93c8\u93dc\u93dd\u93d6\u93e2\u93cd\u93d8\u93e4\u93d7\u93e8\u95dc\u96b4\u96e3\u972a\u9727\u9761\u97dc\u97fb\u985e"],["c440","\u9858\u985b\u98bc\u9945\u9949\u9a16\u9a19\u9b0d\u9be8\u9be7\u9bd6\u9bdb\u9d89\u9d61\u9d72\u9d6a\u9d6c\u9e92\u9e97\u9e93\u9eb4\u52f8\u56a8\u56b7\u56b6\u56b4\u56bc\u58e4\u5b40\u5b43\u5b7d\u5bf6\u5dc9\u61f8\u61fa\u6518\u6514\u6519\u66e6\u6727\u6aec\u703e\u7030\u7032\u7210\u737b\u74cf\u7662\u7665\u7926\u792a\u792c\u792b\u7ac7\u7af6\u7c4c\u7c43\u7c4d\u7cef\u7cf0\u8fae\u7e7d\u7e7c"],["c4a1","\u7e82\u7f4c\u8000\u81da\u8266\u85fb\u85f9\u8611\u85fa\u8606\u860b\u8607\u860a\u8814\u8815\u8964\u89ba\u89f8\u8b70\u8b6c\u8b66\u8b6f\u8b5f\u8b6b\u8d0f\u8d0d\u8e89\u8e81\u8e85\u8e82\u91b4\u91cb\u9418\u9403\u93fd\u95e1\u9730\u98c4\u9952\u9951\u99a8\u9a2b\u9a30\u9a37\u9a35\u9c13\u9c0d\u9e79\u9eb5\u9ee8\u9f2f\u9f5f\u9f63\u9f61\u5137\u5138\u56c1\u56c0\u56c2\u5914\u5c6c\u5dcd\u61fc\u61fe\u651d\u651c\u6595\u66e9\u6afb\u6b04\u6afa\u6bb2\u704c\u721b\u72a7\u74d6\u74d4\u7669\u77d3\u7c50\u7e8f\u7e8c\u7fbc\u8617\u862d\u861a\u8823\u8822\u8821\u881f\u896a\u896c\u89bd\u8b74"],["c540","\u8b77\u8b7d\u8d13\u8e8a\u8e8d\u8e8b\u8f5f\u8faf\u91ba\u942e\u9433\u9435\u943a\u9438\u9432\u942b\u95e2\u9738\u9739\u9732\u97ff\u9867\u9865\u9957\u9a45\u9a43\u9a40\u9a3e\u9acf\u9b54\u9b51\u9c2d\u9c25\u9daf\u9db4\u9dc2\u9db8\u9e9d\u9eef\u9f19\u9f5c\u9f66\u9f67\u513c\u513b\u56c8\u56ca\u56c9\u5b7f\u5dd4\u5dd2\u5f4e\u61ff\u6524\u6b0a\u6b61\u7051\u7058\u7380\u74e4\u758a\u766e\u766c"],["c5a1","\u79b3\u7c60\u7c5f\u807e\u807d\u81df\u8972\u896f\u89fc\u8b80\u8d16\u8d17\u8e91\u8e93\u8f61\u9148\u9444\u9451\u9452\u973d\u973e\u97c3\u97c1\u986b\u9955\u9a55\u9a4d\u9ad2\u9b1a\u9c49\u9c31\u9c3e\u9c3b\u9dd3\u9dd7\u9f34\u9f6c\u9f6a\u9f94\u56cc\u5dd6\u6200\u6523\u652b\u652a\u66ec\u6b10\u74da\u7aca\u7c64\u7c63\u7c65\u7e93\u7e96\u7e94\u81e2\u8638\u863f\u8831\u8b8a\u9090\u908f\u9463\u9460\u9464\u9768\u986f\u995c\u9a5a\u9a5b\u9a57\u9ad3\u9ad4\u9ad1\u9c54\u9c57\u9c56\u9de5\u9e9f\u9ef4\u56d1\u58e9\u652c\u705e\u7671\u7672\u77d7\u7f50\u7f88\u8836\u8839\u8862\u8b93\u8b92"],["c640","\u8b96\u8277\u8d1b\u91c0\u946a\u9742\u9748\u9744\u97c6\u9870\u9a5f\u9b22\u9b58\u9c5f\u9df9\u9dfa\u9e7c\u9e7d\u9f07\u9f77\u9f72\u5ef3\u6b16\u7063\u7c6c\u7c6e\u883b\u89c0\u8ea1\u91c1\u9472\u9470\u9871\u995e\u9ad6\u9b23\u9ecc\u7064\u77da\u8b9a\u9477\u97c9\u9a62\u9a65\u7e9c\u8b9c\u8eaa\u91c5\u947d\u947e\u947c\u9c77\u9c78\u9ef7\u8c54\u947f\u9e1a\u7228\u9a6a\u9b31\u9e1b\u9e1e\u7c72"],["c940","\u4e42\u4e5c\u51f5\u531a\u5382\u4e07\u4e0c\u4e47\u4e8d\u56d7\ufa0c\u5c6e\u5f73\u4e0f\u5187\u4e0e\u4e2e\u4e93\u4ec2\u4ec9\u4ec8\u5198\u52fc\u536c\u53b9\u5720\u5903\u592c\u5c10\u5dff\u65e1\u6bb3\u6bcc\u6c14\u723f\u4e31\u4e3c\u4ee8\u4edc\u4ee9\u4ee1\u4edd\u4eda\u520c\u531c\u534c\u5722\u5723\u5917\u592f\u5b81\u5b84\u5c12\u5c3b\u5c74\u5c73\u5e04\u5e80\u5e82\u5fc9\u6209\u6250\u6c15"],["c9a1","\u6c36\u6c43\u6c3f\u6c3b\u72ae\u72b0\u738a\u79b8\u808a\u961e\u4f0e\u4f18\u4f2c\u4ef5\u4f14\u4ef1\u4f00\u4ef7\u4f08\u4f1d\u4f02\u4f05\u4f22\u4f13\u4f04\u4ef4\u4f12\u51b1\u5213\u5209\u5210\u52a6\u5322\u531f\u534d\u538a\u5407\u56e1\u56df\u572e\u572a\u5734\u593c\u5980\u597c\u5985\u597b\u597e\u5977\u597f\u5b56\u5c15\u5c25\u5c7c\u5c7a\u5c7b\u5c7e\u5ddf\u5e75\u5e84\u5f02\u5f1a\u5f74\u5fd5\u5fd4\u5fcf\u625c\u625e\u6264\u6261\u6266\u6262\u6259\u6260\u625a\u6265\u65ef\u65ee\u673e\u6739\u6738\u673b\u673a\u673f\u673c\u6733\u6c18\u6c46\u6c52\u6c5c\u6c4f\u6c4a\u6c54\u6c4b"],["ca40","\u6c4c\u7071\u725e\u72b4\u72b5\u738e\u752a\u767f\u7a75\u7f51\u8278\u827c\u8280\u827d\u827f\u864d\u897e\u9099\u9097\u9098\u909b\u9094\u9622\u9624\u9620\u9623\u4f56\u4f3b\u4f62\u4f49\u4f53\u4f64\u4f3e\u4f67\u4f52\u4f5f\u4f41\u4f58\u4f2d\u4f33\u4f3f\u4f61\u518f\u51b9\u521c\u521e\u5221\u52ad\u52ae\u5309\u5363\u5372\u538e\u538f\u5430\u5437\u542a\u5454\u5445\u5419\u541c\u5425\u5418"],["caa1","\u543d\u544f\u5441\u5428\u5424\u5447\u56ee\u56e7\u56e5\u5741\u5745\u574c\u5749\u574b\u5752\u5906\u5940\u59a6\u5998\u59a0\u5997\u598e\u59a2\u5990\u598f\u59a7\u59a1\u5b8e\u5b92\u5c28\u5c2a\u5c8d\u5c8f\u5c88\u5c8b\u5c89\u5c92\u5c8a\u5c86\u5c93\u5c95\u5de0\u5e0a\u5e0e\u5e8b\u5e89\u5e8c\u5e88\u5e8d\u5f05\u5f1d\u5f78\u5f76\u5fd2\u5fd1\u5fd0\u5fed\u5fe8\u5fee\u5ff3\u5fe1\u5fe4\u5fe3\u5ffa\u5fef\u5ff7\u5ffb\u6000\u5ff4\u623a\u6283\u628c\u628e\u628f\u6294\u6287\u6271\u627b\u627a\u6270\u6281\u6288\u6277\u627d\u6272\u6274\u6537\u65f0\u65f4\u65f3\u65f2\u65f5\u6745\u6747"],["cb40","\u6759\u6755\u674c\u6748\u675d\u674d\u675a\u674b\u6bd0\u6c19\u6c1a\u6c78\u6c67\u6c6b\u6c84\u6c8b\u6c8f\u6c71\u6c6f\u6c69\u6c9a\u6c6d\u6c87\u6c95\u6c9c\u6c66\u6c73\u6c65\u6c7b\u6c8e\u7074\u707a\u7263\u72bf\u72bd\u72c3\u72c6\u72c1\u72ba\u72c5\u7395\u7397\u7393\u7394\u7392\u753a\u7539\u7594\u7595\u7681\u793d\u8034\u8095\u8099\u8090\u8092\u809c\u8290\u828f\u8285\u828e\u8291\u8293"],["cba1","\u828a\u8283\u8284\u8c78\u8fc9\u8fbf\u909f\u90a1\u90a5\u909e\u90a7\u90a0\u9630\u9628\u962f\u962d\u4e33\u4f98\u4f7c\u4f85\u4f7d\u4f80\u4f87\u4f76\u4f74\u4f89\u4f84\u4f77\u4f4c\u4f97\u4f6a\u4f9a\u4f79\u4f81\u4f78\u4f90\u4f9c\u4f94\u4f9e\u4f92\u4f82\u4f95\u4f6b\u4f6e\u519e\u51bc\u51be\u5235\u5232\u5233\u5246\u5231\u52bc\u530a\u530b\u533c\u5392\u5394\u5487\u547f\u5481\u5491\u5482\u5488\u546b\u547a\u547e\u5465\u546c\u5474\u5466\u548d\u546f\u5461\u5460\u5498\u5463\u5467\u5464\u56f7\u56f9\u576f\u5772\u576d\u576b\u5771\u5770\u5776\u5780\u5775\u577b\u5773\u5774\u5762"],["cc40","\u5768\u577d\u590c\u5945\u59b5\u59ba\u59cf\u59ce\u59b2\u59cc\u59c1\u59b6\u59bc\u59c3\u59d6\u59b1\u59bd\u59c0\u59c8\u59b4\u59c7\u5b62\u5b65\u5b93\u5b95\u5c44\u5c47\u5cae\u5ca4\u5ca0\u5cb5\u5caf\u5ca8\u5cac\u5c9f\u5ca3\u5cad\u5ca2\u5caa\u5ca7\u5c9d\u5ca5\u5cb6\u5cb0\u5ca6\u5e17\u5e14\u5e19\u5f28\u5f22\u5f23\u5f24\u5f54\u5f82\u5f7e\u5f7d\u5fde\u5fe5\u602d\u6026\u6019\u6032\u600b"],["cca1","\u6034\u600a\u6017\u6033\u601a\u601e\u602c\u6022\u600d\u6010\u602e\u6013\u6011\u600c\u6009\u601c\u6214\u623d\u62ad\u62b4\u62d1\u62be\u62aa\u62b6\u62ca\u62ae\u62b3\u62af\u62bb\u62a9\u62b0\u62b8\u653d\u65a8\u65bb\u6609\u65fc\u6604\u6612\u6608\u65fb\u6603\u660b\u660d\u6605\u65fd\u6611\u6610\u66f6\u670a\u6785\u676c\u678e\u6792\u6776\u677b\u6798\u6786\u6784\u6774\u678d\u678c\u677a\u679f\u6791\u6799\u6783\u677d\u6781\u6778\u6779\u6794\u6b25\u6b80\u6b7e\u6bde\u6c1d\u6c93\u6cec\u6ceb\u6cee\u6cd9\u6cb6\u6cd4\u6cad\u6ce7\u6cb7\u6cd0\u6cc2\u6cba\u6cc3\u6cc6\u6ced\u6cf2"],["cd40","\u6cd2\u6cdd\u6cb4\u6c8a\u6c9d\u6c80\u6cde\u6cc0\u6d30\u6ccd\u6cc7\u6cb0\u6cf9\u6ccf\u6ce9\u6cd1\u7094\u7098\u7085\u7093\u7086\u7084\u7091\u7096\u7082\u709a\u7083\u726a\u72d6\u72cb\u72d8\u72c9\u72dc\u72d2\u72d4\u72da\u72cc\u72d1\u73a4\u73a1\u73ad\u73a6\u73a2\u73a0\u73ac\u739d\u74dd\u74e8\u753f\u7540\u753e\u758c\u7598\u76af\u76f3\u76f1\u76f0\u76f5\u77f8\u77fc\u77f9\u77fb\u77fa"],["cda1","\u77f7\u7942\u793f\u79c5\u7a78\u7a7b\u7afb\u7c75\u7cfd\u8035\u808f\u80ae\u80a3\u80b8\u80b5\u80ad\u8220\u82a0\u82c0\u82ab\u829a\u8298\u829b\u82b5\u82a7\u82ae\u82bc\u829e\u82ba\u82b4\u82a8\u82a1\u82a9\u82c2\u82a4\u82c3\u82b6\u82a2\u8670\u866f\u866d\u866e\u8c56\u8fd2\u8fcb\u8fd3\u8fcd\u8fd6\u8fd5\u8fd7\u90b2\u90b4\u90af\u90b3\u90b0\u9639\u963d\u963c\u963a\u9643\u4fcd\u4fc5\u4fd3\u4fb2\u4fc9\u4fcb\u4fc1\u4fd4\u4fdc\u4fd9\u4fbb\u4fb3\u4fdb\u4fc7\u4fd6\u4fba\u4fc0\u4fb9\u4fec\u5244\u5249\u52c0\u52c2\u533d\u537c\u5397\u5396\u5399\u5398\u54ba\u54a1\u54ad\u54a5\u54cf"],["ce40","\u54c3\u830d\u54b7\u54ae\u54d6\u54b6\u54c5\u54c6\u54a0\u5470\u54bc\u54a2\u54be\u5472\u54de\u54b0\u57b5\u579e\u579f\u57a4\u578c\u5797\u579d\u579b\u5794\u5798\u578f\u5799\u57a5\u579a\u5795\u58f4\u590d\u5953\u59e1\u59de\u59ee\u5a00\u59f1\u59dd\u59fa\u59fd\u59fc\u59f6\u59e4\u59f2\u59f7\u59db\u59e9\u59f3\u59f5\u59e0\u59fe\u59f4\u59ed\u5ba8\u5c4c\u5cd0\u5cd8\u5ccc\u5cd7\u5ccb\u5cdb"],["cea1","\u5cde\u5cda\u5cc9\u5cc7\u5cca\u5cd6\u5cd3\u5cd4\u5ccf\u5cc8\u5cc6\u5cce\u5cdf\u5cf8\u5df9\u5e21\u5e22\u5e23\u5e20\u5e24\u5eb0\u5ea4\u5ea2\u5e9b\u5ea3\u5ea5\u5f07\u5f2e\u5f56\u5f86\u6037\u6039\u6054\u6072\u605e\u6045\u6053\u6047\u6049\u605b\u604c\u6040\u6042\u605f\u6024\u6044\u6058\u6066\u606e\u6242\u6243\u62cf\u630d\u630b\u62f5\u630e\u6303\u62eb\u62f9\u630f\u630c\u62f8\u62f6\u6300\u6313\u6314\u62fa\u6315\u62fb\u62f0\u6541\u6543\u65aa\u65bf\u6636\u6621\u6632\u6635\u661c\u6626\u6622\u6633\u662b\u663a\u661d\u6634\u6639\u662e\u670f\u6710\u67c1\u67f2\u67c8\u67ba"],["cf40","\u67dc\u67bb\u67f8\u67d8\u67c0\u67b7\u67c5\u67eb\u67e4\u67df\u67b5\u67cd\u67b3\u67f7\u67f6\u67ee\u67e3\u67c2\u67b9\u67ce\u67e7\u67f0\u67b2\u67fc\u67c6\u67ed\u67cc\u67ae\u67e6\u67db\u67fa\u67c9\u67ca\u67c3\u67ea\u67cb\u6b28\u6b82\u6b84\u6bb6\u6bd6\u6bd8\u6be0\u6c20\u6c21\u6d28\u6d34\u6d2d\u6d1f\u6d3c\u6d3f\u6d12\u6d0a\u6cda\u6d33\u6d04\u6d19\u6d3a\u6d1a\u6d11\u6d00\u6d1d\u6d42"],["cfa1","\u6d01\u6d18\u6d37\u6d03\u6d0f\u6d40\u6d07\u6d20\u6d2c\u6d08\u6d22\u6d09\u6d10\u70b7\u709f\u70be\u70b1\u70b0\u70a1\u70b4\u70b5\u70a9\u7241\u7249\u724a\u726c\u7270\u7273\u726e\u72ca\u72e4\u72e8\u72eb\u72df\u72ea\u72e6\u72e3\u7385\u73cc\u73c2\u73c8\u73c5\u73b9\u73b6\u73b5\u73b4\u73eb\u73bf\u73c7\u73be\u73c3\u73c6\u73b8\u73cb\u74ec\u74ee\u752e\u7547\u7548\u75a7\u75aa\u7679\u76c4\u7708\u7703\u7704\u7705\u770a\u76f7\u76fb\u76fa\u77e7\u77e8\u7806\u7811\u7812\u7805\u7810\u780f\u780e\u7809\u7803\u7813\u794a\u794c\u794b\u7945\u7944\u79d5\u79cd\u79cf\u79d6\u79ce\u7a80"],["d040","\u7a7e\u7ad1\u7b00\u7b01\u7c7a\u7c78\u7c79\u7c7f\u7c80\u7c81\u7d03\u7d08\u7d01\u7f58\u7f91\u7f8d\u7fbe\u8007\u800e\u800f\u8014\u8037\u80d8\u80c7\u80e0\u80d1\u80c8\u80c2\u80d0\u80c5\u80e3\u80d9\u80dc\u80ca\u80d5\u80c9\u80cf\u80d7\u80e6\u80cd\u81ff\u8221\u8294\u82d9\u82fe\u82f9\u8307\u82e8\u8300\u82d5\u833a\u82eb\u82d6\u82f4\u82ec\u82e1\u82f2\u82f5\u830c\u82fb\u82f6\u82f0\u82ea"],["d0a1","\u82e4\u82e0\u82fa\u82f3\u82ed\u8677\u8674\u867c\u8673\u8841\u884e\u8867\u886a\u8869\u89d3\u8a04\u8a07\u8d72\u8fe3\u8fe1\u8fee\u8fe0\u90f1\u90bd\u90bf\u90d5\u90c5\u90be\u90c7\u90cb\u90c8\u91d4\u91d3\u9654\u964f\u9651\u9653\u964a\u964e\u501e\u5005\u5007\u5013\u5022\u5030\u501b\u4ff5\u4ff4\u5033\u5037\u502c\u4ff6\u4ff7\u5017\u501c\u5020\u5027\u5035\u502f\u5031\u500e\u515a\u5194\u5193\u51ca\u51c4\u51c5\u51c8\u51ce\u5261\u525a\u5252\u525e\u525f\u5255\u5262\u52cd\u530e\u539e\u5526\u54e2\u5517\u5512\u54e7\u54f3\u54e4\u551a\u54ff\u5504\u5508\u54eb\u5511\u5505\u54f1"],["d140","\u550a\u54fb\u54f7\u54f8\u54e0\u550e\u5503\u550b\u5701\u5702\u57cc\u5832\u57d5\u57d2\u57ba\u57c6\u57bd\u57bc\u57b8\u57b6\u57bf\u57c7\u57d0\u57b9\u57c1\u590e\u594a\u5a19\u5a16\u5a2d\u5a2e\u5a15\u5a0f\u5a17\u5a0a\u5a1e\u5a33\u5b6c\u5ba7\u5bad\u5bac\u5c03\u5c56\u5c54\u5cec\u5cff\u5cee\u5cf1\u5cf7\u5d00\u5cf9\u5e29\u5e28\u5ea8\u5eae\u5eaa\u5eac\u5f33\u5f30\u5f67\u605d\u605a\u6067"],["d1a1","\u6041\u60a2\u6088\u6080\u6092\u6081\u609d\u6083\u6095\u609b\u6097\u6087\u609c\u608e\u6219\u6246\u62f2\u6310\u6356\u632c\u6344\u6345\u6336\u6343\u63e4\u6339\u634b\u634a\u633c\u6329\u6341\u6334\u6358\u6354\u6359\u632d\u6347\u6333\u635a\u6351\u6338\u6357\u6340\u6348\u654a\u6546\u65c6\u65c3\u65c4\u65c2\u664a\u665f\u6647\u6651\u6712\u6713\u681f\u681a\u6849\u6832\u6833\u683b\u684b\u684f\u6816\u6831\u681c\u6835\u682b\u682d\u682f\u684e\u6844\u6834\u681d\u6812\u6814\u6826\u6828\u682e\u684d\u683a\u6825\u6820\u6b2c\u6b2f\u6b2d\u6b31\u6b34\u6b6d\u8082\u6b88\u6be6\u6be4"],["d240","\u6be8\u6be3\u6be2\u6be7\u6c25\u6d7a\u6d63\u6d64\u6d76\u6d0d\u6d61\u6d92\u6d58\u6d62\u6d6d\u6d6f\u6d91\u6d8d\u6def\u6d7f\u6d86\u6d5e\u6d67\u6d60\u6d97\u6d70\u6d7c\u6d5f\u6d82\u6d98\u6d2f\u6d68\u6d8b\u6d7e\u6d80\u6d84\u6d16\u6d83\u6d7b\u6d7d\u6d75\u6d90\u70dc\u70d3\u70d1\u70dd\u70cb\u7f39\u70e2\u70d7\u70d2\u70de\u70e0\u70d4\u70cd\u70c5\u70c6\u70c7\u70da\u70ce\u70e1\u7242\u7278"],["d2a1","\u7277\u7276\u7300\u72fa\u72f4\u72fe\u72f6\u72f3\u72fb\u7301\u73d3\u73d9\u73e5\u73d6\u73bc\u73e7\u73e3\u73e9\u73dc\u73d2\u73db\u73d4\u73dd\u73da\u73d7\u73d8\u73e8\u74de\u74df\u74f4\u74f5\u7521\u755b\u755f\u75b0\u75c1\u75bb\u75c4\u75c0\u75bf\u75b6\u75ba\u768a\u76c9\u771d\u771b\u7710\u7713\u7712\u7723\u7711\u7715\u7719\u771a\u7722\u7727\u7823\u782c\u7822\u7835\u782f\u7828\u782e\u782b\u7821\u7829\u7833\u782a\u7831\u7954\u795b\u794f\u795c\u7953\u7952\u7951\u79eb\u79ec\u79e0\u79ee\u79ed\u79ea\u79dc\u79de\u79dd\u7a86\u7a89\u7a85\u7a8b\u7a8c\u7a8a\u7a87\u7ad8\u7b10"],["d340","\u7b04\u7b13\u7b05\u7b0f\u7b08\u7b0a\u7b0e\u7b09\u7b12\u7c84\u7c91\u7c8a\u7c8c\u7c88\u7c8d\u7c85\u7d1e\u7d1d\u7d11\u7d0e\u7d18\u7d16\u7d13\u7d1f\u7d12\u7d0f\u7d0c\u7f5c\u7f61\u7f5e\u7f60\u7f5d\u7f5b\u7f96\u7f92\u7fc3\u7fc2\u7fc0\u8016\u803e\u8039\u80fa\u80f2\u80f9\u80f5\u8101\u80fb\u8100\u8201\u822f\u8225\u8333\u832d\u8344\u8319\u8351\u8325\u8356\u833f\u8341\u8326\u831c\u8322"],["d3a1","\u8342\u834e\u831b\u832a\u8308\u833c\u834d\u8316\u8324\u8320\u8337\u832f\u8329\u8347\u8345\u834c\u8353\u831e\u832c\u834b\u8327\u8348\u8653\u8652\u86a2\u86a8\u8696\u868d\u8691\u869e\u8687\u8697\u8686\u868b\u869a\u8685\u86a5\u8699\u86a1\u86a7\u8695\u8698\u868e\u869d\u8690\u8694\u8843\u8844\u886d\u8875\u8876\u8872\u8880\u8871\u887f\u886f\u8883\u887e\u8874\u887c\u8a12\u8c47\u8c57\u8c7b\u8ca4\u8ca3\u8d76\u8d78\u8db5\u8db7\u8db6\u8ed1\u8ed3\u8ffe\u8ff5\u9002\u8fff\u8ffb\u9004\u8ffc\u8ff6\u90d6\u90e0\u90d9\u90da\u90e3\u90df\u90e5\u90d8\u90db\u90d7\u90dc\u90e4\u9150"],["d440","\u914e\u914f\u91d5\u91e2\u91da\u965c\u965f\u96bc\u98e3\u9adf\u9b2f\u4e7f\u5070\u506a\u5061\u505e\u5060\u5053\u504b\u505d\u5072\u5048\u504d\u5041\u505b\u504a\u5062\u5015\u5045\u505f\u5069\u506b\u5063\u5064\u5046\u5040\u506e\u5073\u5057\u5051\u51d0\u526b\u526d\u526c\u526e\u52d6\u52d3\u532d\u539c\u5575\u5576\u553c\u554d\u5550\u5534\u552a\u5551\u5562\u5536\u5535\u5530\u5552\u5545"],["d4a1","\u550c\u5532\u5565\u554e\u5539\u5548\u552d\u553b\u5540\u554b\u570a\u5707\u57fb\u5814\u57e2\u57f6\u57dc\u57f4\u5800\u57ed\u57fd\u5808\u57f8\u580b\u57f3\u57cf\u5807\u57ee\u57e3\u57f2\u57e5\u57ec\u57e1\u580e\u57fc\u5810\u57e7\u5801\u580c\u57f1\u57e9\u57f0\u580d\u5804\u595c\u5a60\u5a58\u5a55\u5a67\u5a5e\u5a38\u5a35\u5a6d\u5a50\u5a5f\u5a65\u5a6c\u5a53\u5a64\u5a57\u5a43\u5a5d\u5a52\u5a44\u5a5b\u5a48\u5a8e\u5a3e\u5a4d\u5a39\u5a4c\u5a70\u5a69\u5a47\u5a51\u5a56\u5a42\u5a5c\u5b72\u5b6e\u5bc1\u5bc0\u5c59\u5d1e\u5d0b\u5d1d\u5d1a\u5d20\u5d0c\u5d28\u5d0d\u5d26\u5d25\u5d0f"],["d540","\u5d30\u5d12\u5d23\u5d1f\u5d2e\u5e3e\u5e34\u5eb1\u5eb4\u5eb9\u5eb2\u5eb3\u5f36\u5f38\u5f9b\u5f96\u5f9f\u608a\u6090\u6086\u60be\u60b0\u60ba\u60d3\u60d4\u60cf\u60e4\u60d9\u60dd\u60c8\u60b1\u60db\u60b7\u60ca\u60bf\u60c3\u60cd\u60c0\u6332\u6365\u638a\u6382\u637d\u63bd\u639e\u63ad\u639d\u6397\u63ab\u638e\u636f\u6387\u6390\u636e\u63af\u6375\u639c\u636d\u63ae\u637c\u63a4\u633b\u639f"],["d5a1","\u6378\u6385\u6381\u6391\u638d\u6370\u6553\u65cd\u6665\u6661\u665b\u6659\u665c\u6662\u6718\u6879\u6887\u6890\u689c\u686d\u686e\u68ae\u68ab\u6956\u686f\u68a3\u68ac\u68a9\u6875\u6874\u68b2\u688f\u6877\u6892\u687c\u686b\u6872\u68aa\u6880\u6871\u687e\u689b\u6896\u688b\u68a0\u6889\u68a4\u6878\u687b\u6891\u688c\u688a\u687d\u6b36\u6b33\u6b37\u6b38\u6b91\u6b8f\u6b8d\u6b8e\u6b8c\u6c2a\u6dc0\u6dab\u6db4\u6db3\u6e74\u6dac\u6de9\u6de2\u6db7\u6df6\u6dd4\u6e00\u6dc8\u6de0\u6ddf\u6dd6\u6dbe\u6de5\u6ddc\u6ddd\u6ddb\u6df4\u6dca\u6dbd\u6ded\u6df0\u6dba\u6dd5\u6dc2\u6dcf\u6dc9"],["d640","\u6dd0\u6df2\u6dd3\u6dfd\u6dd7\u6dcd\u6de3\u6dbb\u70fa\u710d\u70f7\u7117\u70f4\u710c\u70f0\u7104\u70f3\u7110\u70fc\u70ff\u7106\u7113\u7100\u70f8\u70f6\u710b\u7102\u710e\u727e\u727b\u727c\u727f\u731d\u7317\u7307\u7311\u7318\u730a\u7308\u72ff\u730f\u731e\u7388\u73f6\u73f8\u73f5\u7404\u7401\u73fd\u7407\u7400\u73fa\u73fc\u73ff\u740c\u740b\u73f4\u7408\u7564\u7563\u75ce\u75d2\u75cf"],["d6a1","\u75cb\u75cc\u75d1\u75d0\u768f\u7689\u76d3\u7739\u772f\u772d\u7731\u7732\u7734\u7733\u773d\u7725\u773b\u7735\u7848\u7852\u7849\u784d\u784a\u784c\u7826\u7845\u7850\u7964\u7967\u7969\u796a\u7963\u796b\u7961\u79bb\u79fa\u79f8\u79f6\u79f7\u7a8f\u7a94\u7a90\u7b35\u7b47\u7b34\u7b25\u7b30\u7b22\u7b24\u7b33\u7b18\u7b2a\u7b1d\u7b31\u7b2b\u7b2d\u7b2f\u7b32\u7b38\u7b1a\u7b23\u7c94\u7c98\u7c96\u7ca3\u7d35\u7d3d\u7d38\u7d36\u7d3a\u7d45\u7d2c\u7d29\u7d41\u7d47\u7d3e\u7d3f\u7d4a\u7d3b\u7d28\u7f63\u7f95\u7f9c\u7f9d\u7f9b\u7fca\u7fcb\u7fcd\u7fd0\u7fd1\u7fc7\u7fcf\u7fc9\u801f"],["d740","\u801e\u801b\u8047\u8043\u8048\u8118\u8125\u8119\u811b\u812d\u811f\u812c\u811e\u8121\u8115\u8127\u811d\u8122\u8211\u8238\u8233\u823a\u8234\u8232\u8274\u8390\u83a3\u83a8\u838d\u837a\u8373\u83a4\u8374\u838f\u8381\u8395\u8399\u8375\u8394\u83a9\u837d\u8383\u838c\u839d\u839b\u83aa\u838b\u837e\u83a5\u83af\u8388\u8397\u83b0\u837f\u83a6\u8387\u83ae\u8376\u839a\u8659\u8656\u86bf\u86b7"],["d7a1","\u86c2\u86c1\u86c5\u86ba\u86b0\u86c8\u86b9\u86b3\u86b8\u86cc\u86b4\u86bb\u86bc\u86c3\u86bd\u86be\u8852\u8889\u8895\u88a8\u88a2\u88aa\u889a\u8891\u88a1\u889f\u8898\u88a7\u8899\u889b\u8897\u88a4\u88ac\u888c\u8893\u888e\u8982\u89d6\u89d9\u89d5\u8a30\u8a27\u8a2c\u8a1e\u8c39\u8c3b\u8c5c\u8c5d\u8c7d\u8ca5\u8d7d\u8d7b\u8d79\u8dbc\u8dc2\u8db9\u8dbf\u8dc1\u8ed8\u8ede\u8edd\u8edc\u8ed7\u8ee0\u8ee1\u9024\u900b\u9011\u901c\u900c\u9021\u90ef\u90ea\u90f0\u90f4\u90f2\u90f3\u90d4\u90eb\u90ec\u90e9\u9156\u9158\u915a\u9153\u9155\u91ec\u91f4\u91f1\u91f3\u91f8\u91e4\u91f9\u91ea"],["d840","\u91eb\u91f7\u91e8\u91ee\u957a\u9586\u9588\u967c\u966d\u966b\u9671\u966f\u96bf\u976a\u9804\u98e5\u9997\u509b\u5095\u5094\u509e\u508b\u50a3\u5083\u508c\u508e\u509d\u5068\u509c\u5092\u5082\u5087\u515f\u51d4\u5312\u5311\u53a4\u53a7\u5591\u55a8\u55a5\u55ad\u5577\u5645\u55a2\u5593\u5588\u558f\u55b5\u5581\u55a3\u5592\u55a4\u557d\u558c\u55a6\u557f\u5595\u55a1\u558e\u570c\u5829\u5837"],["d8a1","\u5819\u581e\u5827\u5823\u5828\u57f5\u5848\u5825\u581c\u581b\u5833\u583f\u5836\u582e\u5839\u5838\u582d\u582c\u583b\u5961\u5aaf\u5a94\u5a9f\u5a7a\u5aa2\u5a9e\u5a78\u5aa6\u5a7c\u5aa5\u5aac\u5a95\u5aae\u5a37\u5a84\u5a8a\u5a97\u5a83\u5a8b\u5aa9\u5a7b\u5a7d\u5a8c\u5a9c\u5a8f\u5a93\u5a9d\u5bea\u5bcd\u5bcb\u5bd4\u5bd1\u5bca\u5bce\u5c0c\u5c30\u5d37\u5d43\u5d6b\u5d41\u5d4b\u5d3f\u5d35\u5d51\u5d4e\u5d55\u5d33\u5d3a\u5d52\u5d3d\u5d31\u5d59\u5d42\u5d39\u5d49\u5d38\u5d3c\u5d32\u5d36\u5d40\u5d45\u5e44\u5e41\u5f58\u5fa6\u5fa5\u5fab\u60c9\u60b9\u60cc\u60e2\u60ce\u60c4\u6114"],["d940","\u60f2\u610a\u6116\u6105\u60f5\u6113\u60f8\u60fc\u60fe\u60c1\u6103\u6118\u611d\u6110\u60ff\u6104\u610b\u624a\u6394\u63b1\u63b0\u63ce\u63e5\u63e8\u63ef\u63c3\u649d\u63f3\u63ca\u63e0\u63f6\u63d5\u63f2\u63f5\u6461\u63df\u63be\u63dd\u63dc\u63c4\u63d8\u63d3\u63c2\u63c7\u63cc\u63cb\u63c8\u63f0\u63d7\u63d9\u6532\u6567\u656a\u6564\u655c\u6568\u6565\u658c\u659d\u659e\u65ae\u65d0\u65d2"],["d9a1","\u667c\u666c\u667b\u6680\u6671\u6679\u666a\u6672\u6701\u690c\u68d3\u6904\u68dc\u692a\u68ec\u68ea\u68f1\u690f\u68d6\u68f7\u68eb\u68e4\u68f6\u6913\u6910\u68f3\u68e1\u6907\u68cc\u6908\u6970\u68b4\u6911\u68ef\u68c6\u6914\u68f8\u68d0\u68fd\u68fc\u68e8\u690b\u690a\u6917\u68ce\u68c8\u68dd\u68de\u68e6\u68f4\u68d1\u6906\u68d4\u68e9\u6915\u6925\u68c7\u6b39\u6b3b\u6b3f\u6b3c\u6b94\u6b97\u6b99\u6b95\u6bbd\u6bf0\u6bf2\u6bf3\u6c30\u6dfc\u6e46\u6e47\u6e1f\u6e49\u6e88\u6e3c\u6e3d\u6e45\u6e62\u6e2b\u6e3f\u6e41\u6e5d\u6e73\u6e1c\u6e33\u6e4b\u6e40\u6e51\u6e3b\u6e03\u6e2e\u6e5e"],["da40","\u6e68\u6e5c\u6e61\u6e31\u6e28\u6e60\u6e71\u6e6b\u6e39\u6e22\u6e30\u6e53\u6e65\u6e27\u6e78\u6e64\u6e77\u6e55\u6e79\u6e52\u6e66\u6e35\u6e36\u6e5a\u7120\u711e\u712f\u70fb\u712e\u7131\u7123\u7125\u7122\u7132\u711f\u7128\u713a\u711b\u724b\u725a\u7288\u7289\u7286\u7285\u728b\u7312\u730b\u7330\u7322\u7331\u7333\u7327\u7332\u732d\u7326\u7323\u7335\u730c\u742e\u742c\u7430\u742b\u7416"],["daa1","\u741a\u7421\u742d\u7431\u7424\u7423\u741d\u7429\u7420\u7432\u74fb\u752f\u756f\u756c\u75e7\u75da\u75e1\u75e6\u75dd\u75df\u75e4\u75d7\u7695\u7692\u76da\u7746\u7747\u7744\u774d\u7745\u774a\u774e\u774b\u774c\u77de\u77ec\u7860\u7864\u7865\u785c\u786d\u7871\u786a\u786e\u7870\u7869\u7868\u785e\u7862\u7974\u7973\u7972\u7970\u7a02\u7a0a\u7a03\u7a0c\u7a04\u7a99\u7ae6\u7ae4\u7b4a\u7b3b\u7b44\u7b48\u7b4c\u7b4e\u7b40\u7b58\u7b45\u7ca2\u7c9e\u7ca8\u7ca1\u7d58\u7d6f\u7d63\u7d53\u7d56\u7d67\u7d6a\u7d4f\u7d6d\u7d5c\u7d6b\u7d52\u7d54\u7d69\u7d51\u7d5f\u7d4e\u7f3e\u7f3f\u7f65"],["db40","\u7f66\u7fa2\u7fa0\u7fa1\u7fd7\u8051\u804f\u8050\u80fe\u80d4\u8143\u814a\u8152\u814f\u8147\u813d\u814d\u813a\u81e6\u81ee\u81f7\u81f8\u81f9\u8204\u823c\u823d\u823f\u8275\u833b\u83cf\u83f9\u8423\u83c0\u83e8\u8412\u83e7\u83e4\u83fc\u83f6\u8410\u83c6\u83c8\u83eb\u83e3\u83bf\u8401\u83dd\u83e5\u83d8\u83ff\u83e1\u83cb\u83ce\u83d6\u83f5\u83c9\u8409\u840f\u83de\u8411\u8406\u83c2\u83f3"],["dba1","\u83d5\u83fa\u83c7\u83d1\u83ea\u8413\u83c3\u83ec\u83ee\u83c4\u83fb\u83d7\u83e2\u841b\u83db\u83fe\u86d8\u86e2\u86e6\u86d3\u86e3\u86da\u86ea\u86dd\u86eb\u86dc\u86ec\u86e9\u86d7\u86e8\u86d1\u8848\u8856\u8855\u88ba\u88d7\u88b9\u88b8\u88c0\u88be\u88b6\u88bc\u88b7\u88bd\u88b2\u8901\u88c9\u8995\u8998\u8997\u89dd\u89da\u89db\u8a4e\u8a4d\u8a39\u8a59\u8a40\u8a57\u8a58\u8a44\u8a45\u8a52\u8a48\u8a51\u8a4a\u8a4c\u8a4f\u8c5f\u8c81\u8c80\u8cba\u8cbe\u8cb0\u8cb9\u8cb5\u8d84\u8d80\u8d89\u8dd8\u8dd3\u8dcd\u8dc7\u8dd6\u8ddc\u8dcf\u8dd5\u8dd9\u8dc8\u8dd7\u8dc5\u8eef\u8ef7\u8efa"],["dc40","\u8ef9\u8ee6\u8eee\u8ee5\u8ef5\u8ee7\u8ee8\u8ef6\u8eeb\u8ef1\u8eec\u8ef4\u8ee9\u902d\u9034\u902f\u9106\u912c\u9104\u90ff\u90fc\u9108\u90f9\u90fb\u9101\u9100\u9107\u9105\u9103\u9161\u9164\u915f\u9162\u9160\u9201\u920a\u9225\u9203\u921a\u9226\u920f\u920c\u9200\u9212\u91ff\u91fd\u9206\u9204\u9227\u9202\u921c\u9224\u9219\u9217\u9205\u9216\u957b\u958d\u958c\u9590\u9687\u967e\u9688"],["dca1","\u9689\u9683\u9680\u96c2\u96c8\u96c3\u96f1\u96f0\u976c\u9770\u976e\u9807\u98a9\u98eb\u9ce6\u9ef9\u4e83\u4e84\u4eb6\u50bd\u50bf\u50c6\u50ae\u50c4\u50ca\u50b4\u50c8\u50c2\u50b0\u50c1\u50ba\u50b1\u50cb\u50c9\u50b6\u50b8\u51d7\u527a\u5278\u527b\u527c\u55c3\u55db\u55cc\u55d0\u55cb\u55ca\u55dd\u55c0\u55d4\u55c4\u55e9\u55bf\u55d2\u558d\u55cf\u55d5\u55e2\u55d6\u55c8\u55f2\u55cd\u55d9\u55c2\u5714\u5853\u5868\u5864\u584f\u584d\u5849\u586f\u5855\u584e\u585d\u5859\u5865\u585b\u583d\u5863\u5871\u58fc\u5ac7\u5ac4\u5acb\u5aba\u5ab8\u5ab1\u5ab5\u5ab0\u5abf\u5ac8\u5abb\u5ac6"],["dd40","\u5ab7\u5ac0\u5aca\u5ab4\u5ab6\u5acd\u5ab9\u5a90\u5bd6\u5bd8\u5bd9\u5c1f\u5c33\u5d71\u5d63\u5d4a\u5d65\u5d72\u5d6c\u5d5e\u5d68\u5d67\u5d62\u5df0\u5e4f\u5e4e\u5e4a\u5e4d\u5e4b\u5ec5\u5ecc\u5ec6\u5ecb\u5ec7\u5f40\u5faf\u5fad\u60f7\u6149\u614a\u612b\u6145\u6136\u6132\u612e\u6146\u612f\u614f\u6129\u6140\u6220\u9168\u6223\u6225\u6224\u63c5\u63f1\u63eb\u6410\u6412\u6409\u6420\u6424"],["dda1","\u6433\u6443\u641f\u6415\u6418\u6439\u6437\u6422\u6423\u640c\u6426\u6430\u6428\u6441\u6435\u642f\u640a\u641a\u6440\u6425\u6427\u640b\u63e7\u641b\u642e\u6421\u640e\u656f\u6592\u65d3\u6686\u668c\u6695\u6690\u668b\u668a\u6699\u6694\u6678\u6720\u6966\u695f\u6938\u694e\u6962\u6971\u693f\u6945\u696a\u6939\u6942\u6957\u6959\u697a\u6948\u6949\u6935\u696c\u6933\u693d\u6965\u68f0\u6978\u6934\u6969\u6940\u696f\u6944\u6976\u6958\u6941\u6974\u694c\u693b\u694b\u6937\u695c\u694f\u6951\u6932\u6952\u692f\u697b\u693c\u6b46\u6b45\u6b43\u6b42\u6b48\u6b41\u6b9b\ufa0d\u6bfb\u6bfc"],["de40","\u6bf9\u6bf7\u6bf8\u6e9b\u6ed6\u6ec8\u6e8f\u6ec0\u6e9f\u6e93\u6e94\u6ea0\u6eb1\u6eb9\u6ec6\u6ed2\u6ebd\u6ec1\u6e9e\u6ec9\u6eb7\u6eb0\u6ecd\u6ea6\u6ecf\u6eb2\u6ebe\u6ec3\u6edc\u6ed8\u6e99\u6e92\u6e8e\u6e8d\u6ea4\u6ea1\u6ebf\u6eb3\u6ed0\u6eca\u6e97\u6eae\u6ea3\u7147\u7154\u7152\u7163\u7160\u7141\u715d\u7162\u7172\u7178\u716a\u7161\u7142\u7158\u7143\u714b\u7170\u715f\u7150\u7153"],["dea1","\u7144\u714d\u715a\u724f\u728d\u728c\u7291\u7290\u728e\u733c\u7342\u733b\u733a\u7340\u734a\u7349\u7444\u744a\u744b\u7452\u7451\u7457\u7440\u744f\u7450\u744e\u7442\u7446\u744d\u7454\u74e1\u74ff\u74fe\u74fd\u751d\u7579\u7577\u6983\u75ef\u760f\u7603\u75f7\u75fe\u75fc\u75f9\u75f8\u7610\u75fb\u75f6\u75ed\u75f5\u75fd\u7699\u76b5\u76dd\u7755\u775f\u7760\u7752\u7756\u775a\u7769\u7767\u7754\u7759\u776d\u77e0\u7887\u789a\u7894\u788f\u7884\u7895\u7885\u7886\u78a1\u7883\u7879\u7899\u7880\u7896\u787b\u797c\u7982\u797d\u7979\u7a11\u7a18\u7a19\u7a12\u7a17\u7a15\u7a22\u7a13"],["df40","\u7a1b\u7a10\u7aa3\u7aa2\u7a9e\u7aeb\u7b66\u7b64\u7b6d\u7b74\u7b69\u7b72\u7b65\u7b73\u7b71\u7b70\u7b61\u7b78\u7b76\u7b63\u7cb2\u7cb4\u7caf\u7d88\u7d86\u7d80\u7d8d\u7d7f\u7d85\u7d7a\u7d8e\u7d7b\u7d83\u7d7c\u7d8c\u7d94\u7d84\u7d7d\u7d92\u7f6d\u7f6b\u7f67\u7f68\u7f6c\u7fa6\u7fa5\u7fa7\u7fdb\u7fdc\u8021\u8164\u8160\u8177\u815c\u8169\u815b\u8162\u8172\u6721\u815e\u8176\u8167\u816f"],["dfa1","\u8144\u8161\u821d\u8249\u8244\u8240\u8242\u8245\u84f1\u843f\u8456\u8476\u8479\u848f\u848d\u8465\u8451\u8440\u8486\u8467\u8430\u844d\u847d\u845a\u8459\u8474\u8473\u845d\u8507\u845e\u8437\u843a\u8434\u847a\u8443\u8478\u8432\u8445\u8429\u83d9\u844b\u842f\u8442\u842d\u845f\u8470\u8439\u844e\u844c\u8452\u846f\u84c5\u848e\u843b\u8447\u8436\u8433\u8468\u847e\u8444\u842b\u8460\u8454\u846e\u8450\u870b\u8704\u86f7\u870c\u86fa\u86d6\u86f5\u874d\u86f8\u870e\u8709\u8701\u86f6\u870d\u8705\u88d6\u88cb\u88cd\u88ce\u88de\u88db\u88da\u88cc\u88d0\u8985\u899b\u89df\u89e5\u89e4"],["e040","\u89e1\u89e0\u89e2\u89dc\u89e6\u8a76\u8a86\u8a7f\u8a61\u8a3f\u8a77\u8a82\u8a84\u8a75\u8a83\u8a81\u8a74\u8a7a\u8c3c\u8c4b\u8c4a\u8c65\u8c64\u8c66\u8c86\u8c84\u8c85\u8ccc\u8d68\u8d69\u8d91\u8d8c\u8d8e\u8d8f\u8d8d\u8d93\u8d94\u8d90\u8d92\u8df0\u8de0\u8dec\u8df1\u8dee\u8dd0\u8de9\u8de3\u8de2\u8de7\u8df2\u8deb\u8df4\u8f06\u8eff\u8f01\u8f00\u8f05\u8f07\u8f08\u8f02\u8f0b\u9052\u903f"],["e0a1","\u9044\u9049\u903d\u9110\u910d\u910f\u9111\u9116\u9114\u910b\u910e\u916e\u916f\u9248\u9252\u9230\u923a\u9266\u9233\u9265\u925e\u9283\u922e\u924a\u9246\u926d\u926c\u924f\u9260\u9267\u926f\u9236\u9261\u9270\u9231\u9254\u9263\u9250\u9272\u924e\u9253\u924c\u9256\u9232\u959f\u959c\u959e\u959b\u9692\u9693\u9691\u9697\u96ce\u96fa\u96fd\u96f8\u96f5\u9773\u9777\u9778\u9772\u980f\u980d\u980e\u98ac\u98f6\u98f9\u99af\u99b2\u99b0\u99b5\u9aad\u9aab\u9b5b\u9cea\u9ced\u9ce7\u9e80\u9efd\u50e6\u50d4\u50d7\u50e8\u50f3\u50db\u50ea\u50dd\u50e4\u50d3\u50ec\u50f0\u50ef\u50e3\u50e0"],["e140","\u51d8\u5280\u5281\u52e9\u52eb\u5330\u53ac\u5627\u5615\u560c\u5612\u55fc\u560f\u561c\u5601\u5613\u5602\u55fa\u561d\u5604\u55ff\u55f9\u5889\u587c\u5890\u5898\u5886\u5881\u587f\u5874\u588b\u587a\u5887\u5891\u588e\u5876\u5882\u5888\u587b\u5894\u588f\u58fe\u596b\u5adc\u5aee\u5ae5\u5ad5\u5aea\u5ada\u5aed\u5aeb\u5af3\u5ae2\u5ae0\u5adb\u5aec\u5ade\u5add\u5ad9\u5ae8\u5adf\u5b77\u5be0"],["e1a1","\u5be3\u5c63\u5d82\u5d80\u5d7d\u5d86\u5d7a\u5d81\u5d77\u5d8a\u5d89\u5d88\u5d7e\u5d7c\u5d8d\u5d79\u5d7f\u5e58\u5e59\u5e53\u5ed8\u5ed1\u5ed7\u5ece\u5edc\u5ed5\u5ed9\u5ed2\u5ed4\u5f44\u5f43\u5f6f\u5fb6\u612c\u6128\u6141\u615e\u6171\u6173\u6152\u6153\u6172\u616c\u6180\u6174\u6154\u617a\u615b\u6165\u613b\u616a\u6161\u6156\u6229\u6227\u622b\u642b\u644d\u645b\u645d\u6474\u6476\u6472\u6473\u647d\u6475\u6466\u64a6\u644e\u6482\u645e\u645c\u644b\u6453\u6460\u6450\u647f\u643f\u646c\u646b\u6459\u6465\u6477\u6573\u65a0\u66a1\u66a0\u669f\u6705\u6704\u6722\u69b1\u69b6\u69c9"],["e240","\u69a0\u69ce\u6996\u69b0\u69ac\u69bc\u6991\u6999\u698e\u69a7\u698d\u69a9\u69be\u69af\u69bf\u69c4\u69bd\u69a4\u69d4\u69b9\u69ca\u699a\u69cf\u69b3\u6993\u69aa\u69a1\u699e\u69d9\u6997\u6990\u69c2\u69b5\u69a5\u69c6\u6b4a\u6b4d\u6b4b\u6b9e\u6b9f\u6ba0\u6bc3\u6bc4\u6bfe\u6ece\u6ef5\u6ef1\u6f03\u6f25\u6ef8\u6f37\u6efb\u6f2e\u6f09\u6f4e\u6f19\u6f1a\u6f27\u6f18\u6f3b\u6f12\u6eed\u6f0a"],["e2a1","\u6f36\u6f73\u6ef9\u6eee\u6f2d\u6f40\u6f30\u6f3c\u6f35\u6eeb\u6f07\u6f0e\u6f43\u6f05\u6efd\u6ef6\u6f39\u6f1c\u6efc\u6f3a\u6f1f\u6f0d\u6f1e\u6f08\u6f21\u7187\u7190\u7189\u7180\u7185\u7182\u718f\u717b\u7186\u7181\u7197\u7244\u7253\u7297\u7295\u7293\u7343\u734d\u7351\u734c\u7462\u7473\u7471\u7475\u7472\u7467\u746e\u7500\u7502\u7503\u757d\u7590\u7616\u7608\u760c\u7615\u7611\u760a\u7614\u76b8\u7781\u777c\u7785\u7782\u776e\u7780\u776f\u777e\u7783\u78b2\u78aa\u78b4\u78ad\u78a8\u787e\u78ab\u789e\u78a5\u78a0\u78ac\u78a2\u78a4\u7998\u798a\u798b\u7996\u7995\u7994\u7993"],["e340","\u7997\u7988\u7992\u7990\u7a2b\u7a4a\u7a30\u7a2f\u7a28\u7a26\u7aa8\u7aab\u7aac\u7aee\u7b88\u7b9c\u7b8a\u7b91\u7b90\u7b96\u7b8d\u7b8c\u7b9b\u7b8e\u7b85\u7b98\u5284\u7b99\u7ba4\u7b82\u7cbb\u7cbf\u7cbc\u7cba\u7da7\u7db7\u7dc2\u7da3\u7daa\u7dc1\u7dc0\u7dc5\u7d9d\u7dce\u7dc4\u7dc6\u7dcb\u7dcc\u7daf\u7db9\u7d96\u7dbc\u7d9f\u7da6\u7dae\u7da9\u7da1\u7dc9\u7f73\u7fe2\u7fe3\u7fe5\u7fde"],["e3a1","\u8024\u805d\u805c\u8189\u8186\u8183\u8187\u818d\u818c\u818b\u8215\u8497\u84a4\u84a1\u849f\u84ba\u84ce\u84c2\u84ac\u84ae\u84ab\u84b9\u84b4\u84c1\u84cd\u84aa\u849a\u84b1\u84d0\u849d\u84a7\u84bb\u84a2\u8494\u84c7\u84cc\u849b\u84a9\u84af\u84a8\u84d6\u8498\u84b6\u84cf\u84a0\u84d7\u84d4\u84d2\u84db\u84b0\u8491\u8661\u8733\u8723\u8728\u876b\u8740\u872e\u871e\u8721\u8719\u871b\u8743\u872c\u8741\u873e\u8746\u8720\u8732\u872a\u872d\u873c\u8712\u873a\u8731\u8735\u8742\u8726\u8727\u8738\u8724\u871a\u8730\u8711\u88f7\u88e7\u88f1\u88f2\u88fa\u88fe\u88ee\u88fc\u88f6\u88fb"],["e440","\u88f0\u88ec\u88eb\u899d\u89a1\u899f\u899e\u89e9\u89eb\u89e8\u8aab\u8a99\u8a8b\u8a92\u8a8f\u8a96\u8c3d\u8c68\u8c69\u8cd5\u8ccf\u8cd7\u8d96\u8e09\u8e02\u8dff\u8e0d\u8dfd\u8e0a\u8e03\u8e07\u8e06\u8e05\u8dfe\u8e00\u8e04\u8f10\u8f11\u8f0e\u8f0d\u9123\u911c\u9120\u9122\u911f\u911d\u911a\u9124\u9121\u911b\u917a\u9172\u9179\u9173\u92a5\u92a4\u9276\u929b\u927a\u92a0\u9294\u92aa\u928d"],["e4a1","\u92a6\u929a\u92ab\u9279\u9297\u927f\u92a3\u92ee\u928e\u9282\u9295\u92a2\u927d\u9288\u92a1\u928a\u9286\u928c\u9299\u92a7\u927e\u9287\u92a9\u929d\u928b\u922d\u969e\u96a1\u96ff\u9758\u977d\u977a\u977e\u9783\u9780\u9782\u977b\u9784\u9781\u977f\u97ce\u97cd\u9816\u98ad\u98ae\u9902\u9900\u9907\u999d\u999c\u99c3\u99b9\u99bb\u99ba\u99c2\u99bd\u99c7\u9ab1\u9ae3\u9ae7\u9b3e\u9b3f\u9b60\u9b61\u9b5f\u9cf1\u9cf2\u9cf5\u9ea7\u50ff\u5103\u5130\u50f8\u5106\u5107\u50f6\u50fe\u510b\u510c\u50fd\u510a\u528b\u528c\u52f1\u52ef\u5648\u5642\u564c\u5635\u5641\u564a\u5649\u5646\u5658"],["e540","\u565a\u5640\u5633\u563d\u562c\u563e\u5638\u562a\u563a\u571a\u58ab\u589d\u58b1\u58a0\u58a3\u58af\u58ac\u58a5\u58a1\u58ff\u5aff\u5af4\u5afd\u5af7\u5af6\u5b03\u5af8\u5b02\u5af9\u5b01\u5b07\u5b05\u5b0f\u5c67\u5d99\u5d97\u5d9f\u5d92\u5da2\u5d93\u5d95\u5da0\u5d9c\u5da1\u5d9a\u5d9e\u5e69\u5e5d\u5e60\u5e5c\u7df3\u5edb\u5ede\u5ee1\u5f49\u5fb2\u618b\u6183\u6179\u61b1\u61b0\u61a2\u6189"],["e5a1","\u619b\u6193\u61af\u61ad\u619f\u6192\u61aa\u61a1\u618d\u6166\u61b3\u622d\u646e\u6470\u6496\u64a0\u6485\u6497\u649c\u648f\u648b\u648a\u648c\u64a3\u649f\u6468\u64b1\u6498\u6576\u657a\u6579\u657b\u65b2\u65b3\u66b5\u66b0\u66a9\u66b2\u66b7\u66aa\u66af\u6a00\u6a06\u6a17\u69e5\u69f8\u6a15\u69f1\u69e4\u6a20\u69ff\u69ec\u69e2\u6a1b\u6a1d\u69fe\u6a27\u69f2\u69ee\u6a14\u69f7\u69e7\u6a40\u6a08\u69e6\u69fb\u6a0d\u69fc\u69eb\u6a09\u6a04\u6a18\u6a25\u6a0f\u69f6\u6a26\u6a07\u69f4\u6a16\u6b51\u6ba5\u6ba3\u6ba2\u6ba6\u6c01\u6c00\u6bff\u6c02\u6f41\u6f26\u6f7e\u6f87\u6fc6\u6f92"],["e640","\u6f8d\u6f89\u6f8c\u6f62\u6f4f\u6f85\u6f5a\u6f96\u6f76\u6f6c\u6f82\u6f55\u6f72\u6f52\u6f50\u6f57\u6f94\u6f93\u6f5d\u6f00\u6f61\u6f6b\u6f7d\u6f67\u6f90\u6f53\u6f8b\u6f69\u6f7f\u6f95\u6f63\u6f77\u6f6a\u6f7b\u71b2\u71af\u719b\u71b0\u71a0\u719a\u71a9\u71b5\u719d\u71a5\u719e\u71a4\u71a1\u71aa\u719c\u71a7\u71b3\u7298\u729a\u7358\u7352\u735e\u735f\u7360\u735d\u735b\u7361\u735a\u7359"],["e6a1","\u7362\u7487\u7489\u748a\u7486\u7481\u747d\u7485\u7488\u747c\u7479\u7508\u7507\u757e\u7625\u761e\u7619\u761d\u761c\u7623\u761a\u7628\u761b\u769c\u769d\u769e\u769b\u778d\u778f\u7789\u7788\u78cd\u78bb\u78cf\u78cc\u78d1\u78ce\u78d4\u78c8\u78c3\u78c4\u78c9\u799a\u79a1\u79a0\u799c\u79a2\u799b\u6b76\u7a39\u7ab2\u7ab4\u7ab3\u7bb7\u7bcb\u7bbe\u7bac\u7bce\u7baf\u7bb9\u7bca\u7bb5\u7cc5\u7cc8\u7ccc\u7ccb\u7df7\u7ddb\u7dea\u7de7\u7dd7\u7de1\u7e03\u7dfa\u7de6\u7df6\u7df1\u7df0\u7dee\u7ddf\u7f76\u7fac\u7fb0\u7fad\u7fed\u7feb\u7fea\u7fec\u7fe6\u7fe8\u8064\u8067\u81a3\u819f"],["e740","\u819e\u8195\u81a2\u8199\u8197\u8216\u824f\u8253\u8252\u8250\u824e\u8251\u8524\u853b\u850f\u8500\u8529\u850e\u8509\u850d\u851f\u850a\u8527\u851c\u84fb\u852b\u84fa\u8508\u850c\u84f4\u852a\u84f2\u8515\u84f7\u84eb\u84f3\u84fc\u8512\u84ea\u84e9\u8516\u84fe\u8528\u851d\u852e\u8502\u84fd\u851e\u84f6\u8531\u8526\u84e7\u84e8\u84f0\u84ef\u84f9\u8518\u8520\u8530\u850b\u8519\u852f\u8662"],["e7a1","\u8756\u8763\u8764\u8777\u87e1\u8773\u8758\u8754\u875b\u8752\u8761\u875a\u8751\u875e\u876d\u876a\u8750\u874e\u875f\u875d\u876f\u876c\u877a\u876e\u875c\u8765\u874f\u877b\u8775\u8762\u8767\u8769\u885a\u8905\u890c\u8914\u890b\u8917\u8918\u8919\u8906\u8916\u8911\u890e\u8909\u89a2\u89a4\u89a3\u89ed\u89f0\u89ec\u8acf\u8ac6\u8ab8\u8ad3\u8ad1\u8ad4\u8ad5\u8abb\u8ad7\u8abe\u8ac0\u8ac5\u8ad8\u8ac3\u8aba\u8abd\u8ad9\u8c3e\u8c4d\u8c8f\u8ce5\u8cdf\u8cd9\u8ce8\u8cda\u8cdd\u8ce7\u8da0\u8d9c\u8da1\u8d9b\u8e20\u8e23\u8e25\u8e24\u8e2e\u8e15\u8e1b\u8e16\u8e11\u8e19\u8e26\u8e27"],["e840","\u8e14\u8e12\u8e18\u8e13\u8e1c\u8e17\u8e1a\u8f2c\u8f24\u8f18\u8f1a\u8f20\u8f23\u8f16\u8f17\u9073\u9070\u906f\u9067\u906b\u912f\u912b\u9129\u912a\u9132\u9126\u912e\u9185\u9186\u918a\u9181\u9182\u9184\u9180\u92d0\u92c3\u92c4\u92c0\u92d9\u92b6\u92cf\u92f1\u92df\u92d8\u92e9\u92d7\u92dd\u92cc\u92ef\u92c2\u92e8\u92ca\u92c8\u92ce\u92e6\u92cd\u92d5\u92c9\u92e0\u92de\u92e7\u92d1\u92d3"],["e8a1","\u92b5\u92e1\u92c6\u92b4\u957c\u95ac\u95ab\u95ae\u95b0\u96a4\u96a2\u96d3\u9705\u9708\u9702\u975a\u978a\u978e\u9788\u97d0\u97cf\u981e\u981d\u9826\u9829\u9828\u9820\u981b\u9827\u98b2\u9908\u98fa\u9911\u9914\u9916\u9917\u9915\u99dc\u99cd\u99cf\u99d3\u99d4\u99ce\u99c9\u99d6\u99d8\u99cb\u99d7\u99cc\u9ab3\u9aec\u9aeb\u9af3\u9af2\u9af1\u9b46\u9b43\u9b67\u9b74\u9b71\u9b66\u9b76\u9b75\u9b70\u9b68\u9b64\u9b6c\u9cfc\u9cfa\u9cfd\u9cff\u9cf7\u9d07\u9d00\u9cf9\u9cfb\u9d08\u9d05\u9d04\u9e83\u9ed3\u9f0f\u9f10\u511c\u5113\u5117\u511a\u5111\u51de\u5334\u53e1\u5670\u5660\u566e"],["e940","\u5673\u5666\u5663\u566d\u5672\u565e\u5677\u571c\u571b\u58c8\u58bd\u58c9\u58bf\u58ba\u58c2\u58bc\u58c6\u5b17\u5b19\u5b1b\u5b21\u5b14\u5b13\u5b10\u5b16\u5b28\u5b1a\u5b20\u5b1e\u5bef\u5dac\u5db1\u5da9\u5da7\u5db5\u5db0\u5dae\u5daa\u5da8\u5db2\u5dad\u5daf\u5db4\u5e67\u5e68\u5e66\u5e6f\u5ee9\u5ee7\u5ee6\u5ee8\u5ee5\u5f4b\u5fbc\u619d\u61a8\u6196\u61c5\u61b4\u61c6\u61c1\u61cc\u61ba"],["e9a1","\u61bf\u61b8\u618c\u64d7\u64d6\u64d0\u64cf\u64c9\u64bd\u6489\u64c3\u64db\u64f3\u64d9\u6533\u657f\u657c\u65a2\u66c8\u66be\u66c0\u66ca\u66cb\u66cf\u66bd\u66bb\u66ba\u66cc\u6723\u6a34\u6a66\u6a49\u6a67\u6a32\u6a68\u6a3e\u6a5d\u6a6d\u6a76\u6a5b\u6a51\u6a28\u6a5a\u6a3b\u6a3f\u6a41\u6a6a\u6a64\u6a50\u6a4f\u6a54\u6a6f\u6a69\u6a60\u6a3c\u6a5e\u6a56\u6a55\u6a4d\u6a4e\u6a46\u6b55\u6b54\u6b56\u6ba7\u6baa\u6bab\u6bc8\u6bc7\u6c04\u6c03\u6c06\u6fad\u6fcb\u6fa3\u6fc7\u6fbc\u6fce\u6fc8\u6f5e\u6fc4\u6fbd\u6f9e\u6fca\u6fa8\u7004\u6fa5\u6fae\u6fba\u6fac\u6faa\u6fcf\u6fbf\u6fb8"],["ea40","\u6fa2\u6fc9\u6fab\u6fcd\u6faf\u6fb2\u6fb0\u71c5\u71c2\u71bf\u71b8\u71d6\u71c0\u71c1\u71cb\u71d4\u71ca\u71c7\u71cf\u71bd\u71d8\u71bc\u71c6\u71da\u71db\u729d\u729e\u7369\u7366\u7367\u736c\u7365\u736b\u736a\u747f\u749a\u74a0\u7494\u7492\u7495\u74a1\u750b\u7580\u762f\u762d\u7631\u763d\u7633\u763c\u7635\u7632\u7630\u76bb\u76e6\u779a\u779d\u77a1\u779c\u779b\u77a2\u77a3\u7795\u7799"],["eaa1","\u7797\u78dd\u78e9\u78e5\u78ea\u78de\u78e3\u78db\u78e1\u78e2\u78ed\u78df\u78e0\u79a4\u7a44\u7a48\u7a47\u7ab6\u7ab8\u7ab5\u7ab1\u7ab7\u7bde\u7be3\u7be7\u7bdd\u7bd5\u7be5\u7bda\u7be8\u7bf9\u7bd4\u7bea\u7be2\u7bdc\u7beb\u7bd8\u7bdf\u7cd2\u7cd4\u7cd7\u7cd0\u7cd1\u7e12\u7e21\u7e17\u7e0c\u7e1f\u7e20\u7e13\u7e0e\u7e1c\u7e15\u7e1a\u7e22\u7e0b\u7e0f\u7e16\u7e0d\u7e14\u7e25\u7e24\u7f43\u7f7b\u7f7c\u7f7a\u7fb1\u7fef\u802a\u8029\u806c\u81b1\u81a6\u81ae\u81b9\u81b5\u81ab\u81b0\u81ac\u81b4\u81b2\u81b7\u81a7\u81f2\u8255\u8256\u8257\u8556\u8545\u856b\u854d\u8553\u8561\u8558"],["eb40","\u8540\u8546\u8564\u8541\u8562\u8544\u8551\u8547\u8563\u853e\u855b\u8571\u854e\u856e\u8575\u8555\u8567\u8560\u858c\u8566\u855d\u8554\u8565\u856c\u8663\u8665\u8664\u879b\u878f\u8797\u8793\u8792\u8788\u8781\u8796\u8798\u8779\u8787\u87a3\u8785\u8790\u8791\u879d\u8784\u8794\u879c\u879a\u8789\u891e\u8926\u8930\u892d\u892e\u8927\u8931\u8922\u8929\u8923\u892f\u892c\u891f\u89f1\u8ae0"],["eba1","\u8ae2\u8af2\u8af4\u8af5\u8add\u8b14\u8ae4\u8adf\u8af0\u8ac8\u8ade\u8ae1\u8ae8\u8aff\u8aef\u8afb\u8c91\u8c92\u8c90\u8cf5\u8cee\u8cf1\u8cf0\u8cf3\u8d6c\u8d6e\u8da5\u8da7\u8e33\u8e3e\u8e38\u8e40\u8e45\u8e36\u8e3c\u8e3d\u8e41\u8e30\u8e3f\u8ebd\u8f36\u8f2e\u8f35\u8f32\u8f39\u8f37\u8f34\u9076\u9079\u907b\u9086\u90fa\u9133\u9135\u9136\u9193\u9190\u9191\u918d\u918f\u9327\u931e\u9308\u931f\u9306\u930f\u937a\u9338\u933c\u931b\u9323\u9312\u9301\u9346\u932d\u930e\u930d\u92cb\u931d\u92fa\u9325\u9313\u92f9\u92f7\u9334\u9302\u9324\u92ff\u9329\u9339\u9335\u932a\u9314\u930c"],["ec40","\u930b\u92fe\u9309\u9300\u92fb\u9316\u95bc\u95cd\u95be\u95b9\u95ba\u95b6\u95bf\u95b5\u95bd\u96a9\u96d4\u970b\u9712\u9710\u9799\u9797\u9794\u97f0\u97f8\u9835\u982f\u9832\u9924\u991f\u9927\u9929\u999e\u99ee\u99ec\u99e5\u99e4\u99f0\u99e3\u99ea\u99e9\u99e7\u9ab9\u9abf\u9ab4\u9abb\u9af6\u9afa\u9af9\u9af7\u9b33\u9b80\u9b85\u9b87\u9b7c\u9b7e\u9b7b\u9b82\u9b93\u9b92\u9b90\u9b7a\u9b95"],["eca1","\u9b7d\u9b88\u9d25\u9d17\u9d20\u9d1e\u9d14\u9d29\u9d1d\u9d18\u9d22\u9d10\u9d19\u9d1f\u9e88\u9e86\u9e87\u9eae\u9ead\u9ed5\u9ed6\u9efa\u9f12\u9f3d\u5126\u5125\u5122\u5124\u5120\u5129\u52f4\u5693\u568c\u568d\u5686\u5684\u5683\u567e\u5682\u567f\u5681\u58d6\u58d4\u58cf\u58d2\u5b2d\u5b25\u5b32\u5b23\u5b2c\u5b27\u5b26\u5b2f\u5b2e\u5b7b\u5bf1\u5bf2\u5db7\u5e6c\u5e6a\u5fbe\u5fbb\u61c3\u61b5\u61bc\u61e7\u61e0\u61e5\u61e4\u61e8\u61de\u64ef\u64e9\u64e3\u64eb\u64e4\u64e8\u6581\u6580\u65b6\u65da\u66d2\u6a8d\u6a96\u6a81\u6aa5\u6a89\u6a9f\u6a9b\u6aa1\u6a9e\u6a87\u6a93\u6a8e"],["ed40","\u6a95\u6a83\u6aa8\u6aa4\u6a91\u6a7f\u6aa6\u6a9a\u6a85\u6a8c\u6a92\u6b5b\u6bad\u6c09\u6fcc\u6fa9\u6ff4\u6fd4\u6fe3\u6fdc\u6fed\u6fe7\u6fe6\u6fde\u6ff2\u6fdd\u6fe2\u6fe8\u71e1\u71f1\u71e8\u71f2\u71e4\u71f0\u71e2\u7373\u736e\u736f\u7497\u74b2\u74ab\u7490\u74aa\u74ad\u74b1\u74a5\u74af\u7510\u7511\u7512\u750f\u7584\u7643\u7648\u7649\u7647\u76a4\u76e9\u77b5\u77ab\u77b2\u77b7\u77b6"],["eda1","\u77b4\u77b1\u77a8\u77f0\u78f3\u78fd\u7902\u78fb\u78fc\u78f2\u7905\u78f9\u78fe\u7904\u79ab\u79a8\u7a5c\u7a5b\u7a56\u7a58\u7a54\u7a5a\u7abe\u7ac0\u7ac1\u7c05\u7c0f\u7bf2\u7c00\u7bff\u7bfb\u7c0e\u7bf4\u7c0b\u7bf3\u7c02\u7c09\u7c03\u7c01\u7bf8\u7bfd\u7c06\u7bf0\u7bf1\u7c10\u7c0a\u7ce8\u7e2d\u7e3c\u7e42\u7e33\u9848\u7e38\u7e2a\u7e49\u7e40\u7e47\u7e29\u7e4c\u7e30\u7e3b\u7e36\u7e44\u7e3a\u7f45\u7f7f\u7f7e\u7f7d\u7ff4\u7ff2\u802c\u81bb\u81c4\u81cc\u81ca\u81c5\u81c7\u81bc\u81e9\u825b\u825a\u825c\u8583\u8580\u858f\u85a7\u8595\u85a0\u858b\u85a3\u857b\u85a4\u859a\u859e"],["ee40","\u8577\u857c\u8589\u85a1\u857a\u8578\u8557\u858e\u8596\u8586\u858d\u8599\u859d\u8581\u85a2\u8582\u8588\u8585\u8579\u8576\u8598\u8590\u859f\u8668\u87be\u87aa\u87ad\u87c5\u87b0\u87ac\u87b9\u87b5\u87bc\u87ae\u87c9\u87c3\u87c2\u87cc\u87b7\u87af\u87c4\u87ca\u87b4\u87b6\u87bf\u87b8\u87bd\u87de\u87b2\u8935\u8933\u893c\u893e\u8941\u8952\u8937\u8942\u89ad\u89af\u89ae\u89f2\u89f3\u8b1e"],["eea1","\u8b18\u8b16\u8b11\u8b05\u8b0b\u8b22\u8b0f\u8b12\u8b15\u8b07\u8b0d\u8b08\u8b06\u8b1c\u8b13\u8b1a\u8c4f\u8c70\u8c72\u8c71\u8c6f\u8c95\u8c94\u8cf9\u8d6f\u8e4e\u8e4d\u8e53\u8e50\u8e4c\u8e47\u8f43\u8f40\u9085\u907e\u9138\u919a\u91a2\u919b\u9199\u919f\u91a1\u919d\u91a0\u93a1\u9383\u93af\u9364\u9356\u9347\u937c\u9358\u935c\u9376\u9349\u9350\u9351\u9360\u936d\u938f\u934c\u936a\u9379\u9357\u9355\u9352\u934f\u9371\u9377\u937b\u9361\u935e\u9363\u9367\u9380\u934e\u9359\u95c7\u95c0\u95c9\u95c3\u95c5\u95b7\u96ae\u96b0\u96ac\u9720\u971f\u9718\u971d\u9719\u979a\u97a1\u979c"],["ef40","\u979e\u979d\u97d5\u97d4\u97f1\u9841\u9844\u984a\u9849\u9845\u9843\u9925\u992b\u992c\u992a\u9933\u9932\u992f\u992d\u9931\u9930\u9998\u99a3\u99a1\u9a02\u99fa\u99f4\u99f7\u99f9\u99f8\u99f6\u99fb\u99fd\u99fe\u99fc\u9a03\u9abe\u9afe\u9afd\u9b01\u9afc\u9b48\u9b9a\u9ba8\u9b9e\u9b9b\u9ba6\u9ba1\u9ba5\u9ba4\u9b86\u9ba2\u9ba0\u9baf\u9d33\u9d41\u9d67\u9d36\u9d2e\u9d2f\u9d31\u9d38\u9d30"],["efa1","\u9d45\u9d42\u9d43\u9d3e\u9d37\u9d40\u9d3d\u7ff5\u9d2d\u9e8a\u9e89\u9e8d\u9eb0\u9ec8\u9eda\u9efb\u9eff\u9f24\u9f23\u9f22\u9f54\u9fa0\u5131\u512d\u512e\u5698\u569c\u5697\u569a\u569d\u5699\u5970\u5b3c\u5c69\u5c6a\u5dc0\u5e6d\u5e6e\u61d8\u61df\u61ed\u61ee\u61f1\u61ea\u61f0\u61eb\u61d6\u61e9\u64ff\u6504\u64fd\u64f8\u6501\u6503\u64fc\u6594\u65db\u66da\u66db\u66d8\u6ac5\u6ab9\u6abd\u6ae1\u6ac6\u6aba\u6ab6\u6ab7\u6ac7\u6ab4\u6aad\u6b5e\u6bc9\u6c0b\u7007\u700c\u700d\u7001\u7005\u7014\u700e\u6fff\u7000\u6ffb\u7026\u6ffc\u6ff7\u700a\u7201\u71ff\u71f9\u7203\u71fd\u7376"],["f040","\u74b8\u74c0\u74b5\u74c1\u74be\u74b6\u74bb\u74c2\u7514\u7513\u765c\u7664\u7659\u7650\u7653\u7657\u765a\u76a6\u76bd\u76ec\u77c2\u77ba\u78ff\u790c\u7913\u7914\u7909\u7910\u7912\u7911\u79ad\u79ac\u7a5f\u7c1c\u7c29\u7c19\u7c20\u7c1f\u7c2d\u7c1d\u7c26\u7c28\u7c22\u7c25\u7c30\u7e5c\u7e50\u7e56\u7e63\u7e58\u7e62\u7e5f\u7e51\u7e60\u7e57\u7e53\u7fb5\u7fb3\u7ff7\u7ff8\u8075\u81d1\u81d2"],["f0a1","\u81d0\u825f\u825e\u85b4\u85c6\u85c0\u85c3\u85c2\u85b3\u85b5\u85bd\u85c7\u85c4\u85bf\u85cb\u85ce\u85c8\u85c5\u85b1\u85b6\u85d2\u8624\u85b8\u85b7\u85be\u8669\u87e7\u87e6\u87e2\u87db\u87eb\u87ea\u87e5\u87df\u87f3\u87e4\u87d4\u87dc\u87d3\u87ed\u87d8\u87e3\u87a4\u87d7\u87d9\u8801\u87f4\u87e8\u87dd\u8953\u894b\u894f\u894c\u8946\u8950\u8951\u8949\u8b2a\u8b27\u8b23\u8b33\u8b30\u8b35\u8b47\u8b2f\u8b3c\u8b3e\u8b31\u8b25\u8b37\u8b26\u8b36\u8b2e\u8b24\u8b3b\u8b3d\u8b3a\u8c42\u8c75\u8c99\u8c98\u8c97\u8cfe\u8d04\u8d02\u8d00\u8e5c\u8e62\u8e60\u8e57\u8e56\u8e5e\u8e65\u8e67"],["f140","\u8e5b\u8e5a\u8e61\u8e5d\u8e69\u8e54\u8f46\u8f47\u8f48\u8f4b\u9128\u913a\u913b\u913e\u91a8\u91a5\u91a7\u91af\u91aa\u93b5\u938c\u9392\u93b7\u939b\u939d\u9389\u93a7\u938e\u93aa\u939e\u93a6\u9395\u9388\u9399\u939f\u938d\u93b1\u9391\u93b2\u93a4\u93a8\u93b4\u93a3\u93a5\u95d2\u95d3\u95d1\u96b3\u96d7\u96da\u5dc2\u96df\u96d8\u96dd\u9723\u9722\u9725\u97ac\u97ae\u97a8\u97ab\u97a4\u97aa"],["f1a1","\u97a2\u97a5\u97d7\u97d9\u97d6\u97d8\u97fa\u9850\u9851\u9852\u98b8\u9941\u993c\u993a\u9a0f\u9a0b\u9a09\u9a0d\u9a04\u9a11\u9a0a\u9a05\u9a07\u9a06\u9ac0\u9adc\u9b08\u9b04\u9b05\u9b29\u9b35\u9b4a\u9b4c\u9b4b\u9bc7\u9bc6\u9bc3\u9bbf\u9bc1\u9bb5\u9bb8\u9bd3\u9bb6\u9bc4\u9bb9\u9bbd\u9d5c\u9d53\u9d4f\u9d4a\u9d5b\u9d4b\u9d59\u9d56\u9d4c\u9d57\u9d52\u9d54\u9d5f\u9d58\u9d5a\u9e8e\u9e8c\u9edf\u9f01\u9f00\u9f16\u9f25\u9f2b\u9f2a\u9f29\u9f28\u9f4c\u9f55\u5134\u5135\u5296\u52f7\u53b4\u56ab\u56ad\u56a6\u56a7\u56aa\u56ac\u58da\u58dd\u58db\u5912\u5b3d\u5b3e\u5b3f\u5dc3\u5e70"],["f240","\u5fbf\u61fb\u6507\u6510\u650d\u6509\u650c\u650e\u6584\u65de\u65dd\u66de\u6ae7\u6ae0\u6acc\u6ad1\u6ad9\u6acb\u6adf\u6adc\u6ad0\u6aeb\u6acf\u6acd\u6ade\u6b60\u6bb0\u6c0c\u7019\u7027\u7020\u7016\u702b\u7021\u7022\u7023\u7029\u7017\u7024\u701c\u702a\u720c\u720a\u7207\u7202\u7205\u72a5\u72a6\u72a4\u72a3\u72a1\u74cb\u74c5\u74b7\u74c3\u7516\u7660\u77c9\u77ca\u77c4\u77f1\u791d\u791b"],["f2a1","\u7921\u791c\u7917\u791e\u79b0\u7a67\u7a68\u7c33\u7c3c\u7c39\u7c2c\u7c3b\u7cec\u7cea\u7e76\u7e75\u7e78\u7e70\u7e77\u7e6f\u7e7a\u7e72\u7e74\u7e68\u7f4b\u7f4a\u7f83\u7f86\u7fb7\u7ffd\u7ffe\u8078\u81d7\u81d5\u8264\u8261\u8263\u85eb\u85f1\u85ed\u85d9\u85e1\u85e8\u85da\u85d7\u85ec\u85f2\u85f8\u85d8\u85df\u85e3\u85dc\u85d1\u85f0\u85e6\u85ef\u85de\u85e2\u8800\u87fa\u8803\u87f6\u87f7\u8809\u880c\u880b\u8806\u87fc\u8808\u87ff\u880a\u8802\u8962\u895a\u895b\u8957\u8961\u895c\u8958\u895d\u8959\u8988\u89b7\u89b6\u89f6\u8b50\u8b48\u8b4a\u8b40\u8b53\u8b56\u8b54\u8b4b\u8b55"],["f340","\u8b51\u8b42\u8b52\u8b57\u8c43\u8c77\u8c76\u8c9a\u8d06\u8d07\u8d09\u8dac\u8daa\u8dad\u8dab\u8e6d\u8e78\u8e73\u8e6a\u8e6f\u8e7b\u8ec2\u8f52\u8f51\u8f4f\u8f50\u8f53\u8fb4\u9140\u913f\u91b0\u91ad\u93de\u93c7\u93cf\u93c2\u93da\u93d0\u93f9\u93ec\u93cc\u93d9\u93a9\u93e6\u93ca\u93d4\u93ee\u93e3\u93d5\u93c4\u93ce\u93c0\u93d2\u93e7\u957d\u95da\u95db\u96e1\u9729\u972b\u972c\u9728\u9726"],["f3a1","\u97b3\u97b7\u97b6\u97dd\u97de\u97df\u985c\u9859\u985d\u9857\u98bf\u98bd\u98bb\u98be\u9948\u9947\u9943\u99a6\u99a7\u9a1a\u9a15\u9a25\u9a1d\u9a24\u9a1b\u9a22\u9a20\u9a27\u9a23\u9a1e\u9a1c\u9a14\u9ac2\u9b0b\u9b0a\u9b0e\u9b0c\u9b37\u9bea\u9beb\u9be0\u9bde\u9be4\u9be6\u9be2\u9bf0\u9bd4\u9bd7\u9bec\u9bdc\u9bd9\u9be5\u9bd5\u9be1\u9bda\u9d77\u9d81\u9d8a\u9d84\u9d88\u9d71\u9d80\u9d78\u9d86\u9d8b\u9d8c\u9d7d\u9d6b\u9d74\u9d75\u9d70\u9d69\u9d85\u9d73\u9d7b\u9d82\u9d6f\u9d79\u9d7f\u9d87\u9d68\u9e94\u9e91\u9ec0\u9efc\u9f2d\u9f40\u9f41\u9f4d\u9f56\u9f57\u9f58\u5337\u56b2"],["f440","\u56b5\u56b3\u58e3\u5b45\u5dc6\u5dc7\u5eee\u5eef\u5fc0\u5fc1\u61f9\u6517\u6516\u6515\u6513\u65df\u66e8\u66e3\u66e4\u6af3\u6af0\u6aea\u6ae8\u6af9\u6af1\u6aee\u6aef\u703c\u7035\u702f\u7037\u7034\u7031\u7042\u7038\u703f\u703a\u7039\u7040\u703b\u7033\u7041\u7213\u7214\u72a8\u737d\u737c\u74ba\u76ab\u76aa\u76be\u76ed\u77cc\u77ce\u77cf\u77cd\u77f2\u7925\u7923\u7927\u7928\u7924\u7929"],["f4a1","\u79b2\u7a6e\u7a6c\u7a6d\u7af7\u7c49\u7c48\u7c4a\u7c47\u7c45\u7cee\u7e7b\u7e7e\u7e81\u7e80\u7fba\u7fff\u8079\u81db\u81d9\u820b\u8268\u8269\u8622\u85ff\u8601\u85fe\u861b\u8600\u85f6\u8604\u8609\u8605\u860c\u85fd\u8819\u8810\u8811\u8817\u8813\u8816\u8963\u8966\u89b9\u89f7\u8b60\u8b6a\u8b5d\u8b68\u8b63\u8b65\u8b67\u8b6d\u8dae\u8e86\u8e88\u8e84\u8f59\u8f56\u8f57\u8f55\u8f58\u8f5a\u908d\u9143\u9141\u91b7\u91b5\u91b2\u91b3\u940b\u9413\u93fb\u9420\u940f\u9414\u93fe\u9415\u9410\u9428\u9419\u940d\u93f5\u9400\u93f7\u9407\u940e\u9416\u9412\u93fa\u9409\u93f8\u940a\u93ff"],["f540","\u93fc\u940c\u93f6\u9411\u9406\u95de\u95e0\u95df\u972e\u972f\u97b9\u97bb\u97fd\u97fe\u9860\u9862\u9863\u985f\u98c1\u98c2\u9950\u994e\u9959\u994c\u994b\u9953\u9a32\u9a34\u9a31\u9a2c\u9a2a\u9a36\u9a29\u9a2e\u9a38\u9a2d\u9ac7\u9aca\u9ac6\u9b10\u9b12\u9b11\u9c0b\u9c08\u9bf7\u9c05\u9c12\u9bf8\u9c40\u9c07\u9c0e\u9c06\u9c17\u9c14\u9c09\u9d9f\u9d99\u9da4\u9d9d\u9d92\u9d98\u9d90\u9d9b"],["f5a1","\u9da0\u9d94\u9d9c\u9daa\u9d97\u9da1\u9d9a\u9da2\u9da8\u9d9e\u9da3\u9dbf\u9da9\u9d96\u9da6\u9da7\u9e99\u9e9b\u9e9a\u9ee5\u9ee4\u9ee7\u9ee6\u9f30\u9f2e\u9f5b\u9f60\u9f5e\u9f5d\u9f59\u9f91\u513a\u5139\u5298\u5297\u56c3\u56bd\u56be\u5b48\u5b47\u5dcb\u5dcf\u5ef1\u61fd\u651b\u6b02\u6afc\u6b03\u6af8\u6b00\u7043\u7044\u704a\u7048\u7049\u7045\u7046\u721d\u721a\u7219\u737e\u7517\u766a\u77d0\u792d\u7931\u792f\u7c54\u7c53\u7cf2\u7e8a\u7e87\u7e88\u7e8b\u7e86\u7e8d\u7f4d\u7fbb\u8030\u81dd\u8618\u862a\u8626\u861f\u8623\u861c\u8619\u8627\u862e\u8621\u8620\u8629\u861e\u8625"],["f640","\u8829\u881d\u881b\u8820\u8824\u881c\u882b\u884a\u896d\u8969\u896e\u896b\u89fa\u8b79\u8b78\u8b45\u8b7a\u8b7b\u8d10\u8d14\u8daf\u8e8e\u8e8c\u8f5e\u8f5b\u8f5d\u9146\u9144\u9145\u91b9\u943f\u943b\u9436\u9429\u943d\u943c\u9430\u9439\u942a\u9437\u942c\u9440\u9431\u95e5\u95e4\u95e3\u9735\u973a\u97bf\u97e1\u9864\u98c9\u98c6\u98c0\u9958\u9956\u9a39\u9a3d\u9a46\u9a44\u9a42\u9a41\u9a3a"],["f6a1","\u9a3f\u9acd\u9b15\u9b17\u9b18\u9b16\u9b3a\u9b52\u9c2b\u9c1d\u9c1c\u9c2c\u9c23\u9c28\u9c29\u9c24\u9c21\u9db7\u9db6\u9dbc\u9dc1\u9dc7\u9dca\u9dcf\u9dbe\u9dc5\u9dc3\u9dbb\u9db5\u9dce\u9db9\u9dba\u9dac\u9dc8\u9db1\u9dad\u9dcc\u9db3\u9dcd\u9db2\u9e7a\u9e9c\u9eeb\u9eee\u9eed\u9f1b\u9f18\u9f1a\u9f31\u9f4e\u9f65\u9f64\u9f92\u4eb9\u56c6\u56c5\u56cb\u5971\u5b4b\u5b4c\u5dd5\u5dd1\u5ef2\u6521\u6520\u6526\u6522\u6b0b\u6b08\u6b09\u6c0d\u7055\u7056\u7057\u7052\u721e\u721f\u72a9\u737f\u74d8\u74d5\u74d9\u74d7\u766d\u76ad\u7935\u79b4\u7a70\u7a71\u7c57\u7c5c\u7c59\u7c5b\u7c5a"],["f740","\u7cf4\u7cf1\u7e91\u7f4f\u7f87\u81de\u826b\u8634\u8635\u8633\u862c\u8632\u8636\u882c\u8828\u8826\u882a\u8825\u8971\u89bf\u89be\u89fb\u8b7e\u8b84\u8b82\u8b86\u8b85\u8b7f\u8d15\u8e95\u8e94\u8e9a\u8e92\u8e90\u8e96\u8e97\u8f60\u8f62\u9147\u944c\u9450\u944a\u944b\u944f\u9447\u9445\u9448\u9449\u9446\u973f\u97e3\u986a\u9869\u98cb\u9954\u995b\u9a4e\u9a53\u9a54\u9a4c\u9a4f\u9a48\u9a4a"],["f7a1","\u9a49\u9a52\u9a50\u9ad0\u9b19\u9b2b\u9b3b\u9b56\u9b55\u9c46\u9c48\u9c3f\u9c44\u9c39\u9c33\u9c41\u9c3c\u9c37\u9c34\u9c32\u9c3d\u9c36\u9ddb\u9dd2\u9dde\u9dda\u9dcb\u9dd0\u9ddc\u9dd1\u9ddf\u9de9\u9dd9\u9dd8\u9dd6\u9df5\u9dd5\u9ddd\u9eb6\u9ef0\u9f35\u9f33\u9f32\u9f42\u9f6b\u9f95\u9fa2\u513d\u5299\u58e8\u58e7\u5972\u5b4d\u5dd8\u882f\u5f4f\u6201\u6203\u6204\u6529\u6525\u6596\u66eb\u6b11\u6b12\u6b0f\u6bca\u705b\u705a\u7222\u7382\u7381\u7383\u7670\u77d4\u7c67\u7c66\u7e95\u826c\u863a\u8640\u8639\u863c\u8631\u863b\u863e\u8830\u8832\u882e\u8833\u8976\u8974\u8973\u89fe"],["f840","\u8b8c\u8b8e\u8b8b\u8b88\u8c45\u8d19\u8e98\u8f64\u8f63\u91bc\u9462\u9455\u945d\u9457\u945e\u97c4\u97c5\u9800\u9a56\u9a59\u9b1e\u9b1f\u9b20\u9c52\u9c58\u9c50\u9c4a\u9c4d\u9c4b\u9c55\u9c59\u9c4c\u9c4e\u9dfb\u9df7\u9def\u9de3\u9deb\u9df8\u9de4\u9df6\u9de1\u9dee\u9de6\u9df2\u9df0\u9de2\u9dec\u9df4\u9df3\u9de8\u9ded\u9ec2\u9ed0\u9ef2\u9ef3\u9f06\u9f1c\u9f38\u9f37\u9f36\u9f43\u9f4f"],["f8a1","\u9f71\u9f70\u9f6e\u9f6f\u56d3\u56cd\u5b4e\u5c6d\u652d\u66ed\u66ee\u6b13\u705f\u7061\u705d\u7060\u7223\u74db\u74e5\u77d5\u7938\u79b7\u79b6\u7c6a\u7e97\u7f89\u826d\u8643\u8838\u8837\u8835\u884b\u8b94\u8b95\u8e9e\u8e9f\u8ea0\u8e9d\u91be\u91bd\u91c2\u946b\u9468\u9469\u96e5\u9746\u9743\u9747\u97c7\u97e5\u9a5e\u9ad5\u9b59\u9c63\u9c67\u9c66\u9c62\u9c5e\u9c60\u9e02\u9dfe\u9e07\u9e03\u9e06\u9e05\u9e00\u9e01\u9e09\u9dff\u9dfd\u9e04\u9ea0\u9f1e\u9f46\u9f74\u9f75\u9f76\u56d4\u652e\u65b8\u6b18\u6b19\u6b17\u6b1a\u7062\u7226\u72aa\u77d8\u77d9\u7939\u7c69\u7c6b\u7cf6\u7e9a"],["f940","\u7e98\u7e9b\u7e99\u81e0\u81e1\u8646\u8647\u8648\u8979\u897a\u897c\u897b\u89ff\u8b98\u8b99\u8ea5\u8ea4\u8ea3\u946e\u946d\u946f\u9471\u9473\u9749\u9872\u995f\u9c68\u9c6e\u9c6d\u9e0b\u9e0d\u9e10\u9e0f\u9e12\u9e11\u9ea1\u9ef5\u9f09\u9f47\u9f78\u9f7b\u9f7a\u9f79\u571e\u7066\u7c6f\u883c\u8db2\u8ea6\u91c3\u9474\u9478\u9476\u9475\u9a60\u9c74\u9c73\u9c71\u9c75\u9e14\u9e13\u9ef6\u9f0a"],["f9a1","\u9fa4\u7068\u7065\u7cf7\u866a\u883e\u883d\u883f\u8b9e\u8c9c\u8ea9\u8ec9\u974b\u9873\u9874\u98cc\u9961\u99ab\u9a64\u9a66\u9a67\u9b24\u9e15\u9e17\u9f48\u6207\u6b1e\u7227\u864c\u8ea8\u9482\u9480\u9481\u9a69\u9a68\u9b2e\u9e19\u7229\u864b\u8b9f\u9483\u9c79\u9eb7\u7675\u9a6b\u9c7a\u9e1d\u7069\u706a\u9ea4\u9f7e\u9f49\u9f98\u7881\u92b9\u88cf\u58bb\u6052\u7ca7\u5afa\u2554\u2566\u2557\u2560\u256c\u2563\u255a\u2569\u255d\u2552\u2564\u2555\u255e\u256a\u2561\u2558\u2567\u255b\u2553\u2565\u2556\u255f\u256b\u2562\u2559\u2568\u255c\u2551\u2550\u256d\u256e\u2570\u256f\u2593"]]')},72580:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLParagraphElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLParagraphElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLParagraphElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLParagraphElement",new.target)}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLParagraphElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLParagraphElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLParagraphElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLParagraphElement.prototype,{align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLParagraphElement",configurable:!0}}),ctorRegistry.HTMLParagraphElement=HTMLParagraphElement,Object.defineProperty(globalObject,"HTMLParagraphElement",{configurable:!0,writable:!0,value:HTMLParagraphElement})};const Impl=__webpack_require__(28447)},72610:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),WheelEventInit=__webpack_require__(82468),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,MouseEvent=__webpack_require__(94646);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].WheelEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'WheelEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| MouseEvent._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class WheelEvent extends globalObject.MouseEvent{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'WheelEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'WheelEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=WheelEventInit.convert(globalObject,curArg,{context:"Failed to construct 'WheelEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get deltaX(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get deltaX' called on an object that is not a valid instance of WheelEvent.");return esValue[implSymbol].deltaX}get deltaY(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get deltaY' called on an object that is not a valid instance of WheelEvent.");return esValue[implSymbol].deltaY}get deltaZ(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get deltaZ' called on an object that is not a valid instance of WheelEvent.");return esValue[implSymbol].deltaZ}get deltaMode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get deltaMode' called on an object that is not a valid instance of WheelEvent.");return esValue[implSymbol].deltaMode}}Object.defineProperties(WheelEvent.prototype,{deltaX:{enumerable:!0},deltaY:{enumerable:!0},deltaZ:{enumerable:!0},deltaMode:{enumerable:!0},[Symbol.toStringTag]:{value:"WheelEvent",configurable:!0},DOM_DELTA_PIXEL:{value:0,enumerable:!0},DOM_DELTA_LINE:{value:1,enumerable:!0},DOM_DELTA_PAGE:{value:2,enumerable:!0}}),Object.defineProperties(WheelEvent,{DOM_DELTA_PIXEL:{value:0,enumerable:!0},DOM_DELTA_LINE:{value:1,enumerable:!0},DOM_DELTA_PAGE:{value:2,enumerable:!0}}),ctorRegistry.WheelEvent=WheelEvent,Object.defineProperty(globalObject,"WheelEvent",{configurable:!0,writable:!0,value:WheelEvent})};const Impl=__webpack_require__(66473)},72750:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{utf8Encode,utf8DecodeWithoutBOM}=__webpack_require__(43118),{percentDecodeBytes,utf8PercentEncodeString,isURLEncodedPercentEncode}=__webpack_require__(14434);function p(char){ |
| /*ThouShaltNotCache*/ |
| return char.codePointAt(0)}function replaceByteInByteSequence(buf,from,to){ |
| /*ThouShaltNotCache*/ |
| let i=buf.indexOf(from);for(;i>=0;)buf[i]=to,i=buf.indexOf(from,i+1);return buf}module.exports={parseUrlencodedString:function(input){ |
| /*ThouShaltNotCache*/ |
| return function(input){ |
| /*ThouShaltNotCache*/ |
| const sequences=function(buf,cp){ |
| /*ThouShaltNotCache*/ |
| const list=[];let last=0,i=buf.indexOf(cp);for(;i>=0;)list.push(buf.slice(last,i)),last=i+1,i=buf.indexOf(cp,last);return last!==buf.length&&list.push(buf.slice(last)),list}(input,p("&")),output=[];for(const bytes of sequences){if(0===bytes.length)continue;let name,value;const indexOfEqual=bytes.indexOf(p("="));indexOfEqual>=0?(name=bytes.slice(0,indexOfEqual),value=bytes.slice(indexOfEqual+1)):(name=bytes,value=new Uint8Array(0)),name=replaceByteInByteSequence(name,43,32),value=replaceByteInByteSequence(value,43,32);const nameString=utf8DecodeWithoutBOM(percentDecodeBytes(name)),valueString=utf8DecodeWithoutBOM(percentDecodeBytes(value));output.push([nameString,valueString])}return output}(utf8Encode(input))},serializeUrlencoded:function(tuples){ |
| /*ThouShaltNotCache*/ |
| let output="";for(const[i,tuple]of tuples.entries()){0!==i&&(output+="&"),output+=`${utf8PercentEncodeString(tuple[0],isURLEncodedPercentEncode,!0)}=${utf8PercentEncodeString(tuple[1],isURLEncodedPercentEncode,!0)}`}return output}}},72763:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),EventInit=__webpack_require__(75633),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Event.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Event'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| utils.define(wrapper,function(globalObject){ |
| /*ThouShaltNotCache*/ |
| let unforgeables=unforgeablesMap.get(globalObject);return void 0===unforgeables&&(unforgeables=Object.create(null),utils.define(unforgeables,{get isTrusted(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get isTrusted' called on an object that is not a valid instance of Event.");return esValue[implSymbol].isTrusted}}),Object.defineProperties(unforgeables,{isTrusted:{configurable:!1}}),unforgeablesMap.set(globalObject,unforgeables)),unforgeables}(globalObject))},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const unforgeablesMap=new WeakMap,exposed=new Set(["Window","Worker","AudioWorklet"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'Event': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'Event': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=EventInit.convert(globalObject,curArg,{context:"Failed to construct 'Event': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}composedPath(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'composedPath' called on an object that is not a valid instance of Event.");return utils.tryWrapperForImpl(esValue[implSymbol].composedPath())}stopPropagation(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'stopPropagation' called on an object that is not a valid instance of Event.");return esValue[implSymbol].stopPropagation()}stopImmediatePropagation(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'stopImmediatePropagation' called on an object that is not a valid instance of Event.");return esValue[implSymbol].stopImmediatePropagation()}preventDefault(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'preventDefault' called on an object that is not a valid instance of Event.");return esValue[implSymbol].preventDefault()}initEvent(type){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initEvent' called on an object that is not a valid instance of Event.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initEvent' on 'Event': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initEvent' on 'Event': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initEvent' on 'Event': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initEvent' on 'Event': parameter 3",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].initEvent(...args)}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of Event.");return esValue[implSymbol].type}get target(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get target' called on an object that is not a valid instance of Event.");return utils.tryWrapperForImpl(esValue[implSymbol].target)}get srcElement(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get srcElement' called on an object that is not a valid instance of Event.");return utils.tryWrapperForImpl(esValue[implSymbol].srcElement)}get currentTarget(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get currentTarget' called on an object that is not a valid instance of Event.");return utils.tryWrapperForImpl(esValue[implSymbol].currentTarget)}get eventPhase(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get eventPhase' called on an object that is not a valid instance of Event.");return esValue[implSymbol].eventPhase}get cancelBubble(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cancelBubble' called on an object that is not a valid instance of Event.");return esValue[implSymbol].cancelBubble}set cancelBubble(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set cancelBubble' called on an object that is not a valid instance of Event.");V=conversions.boolean(V,{context:"Failed to set the 'cancelBubble' property on 'Event': The provided value",globals:globalObject}),esValue[implSymbol].cancelBubble=V}get bubbles(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get bubbles' called on an object that is not a valid instance of Event.");return esValue[implSymbol].bubbles}get cancelable(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cancelable' called on an object that is not a valid instance of Event.");return esValue[implSymbol].cancelable}get returnValue(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get returnValue' called on an object that is not a valid instance of Event.");return esValue[implSymbol].returnValue}set returnValue(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set returnValue' called on an object that is not a valid instance of Event.");V=conversions.boolean(V,{context:"Failed to set the 'returnValue' property on 'Event': The provided value",globals:globalObject}),esValue[implSymbol].returnValue=V}get defaultPrevented(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultPrevented' called on an object that is not a valid instance of Event.");return esValue[implSymbol].defaultPrevented}get composed(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get composed' called on an object that is not a valid instance of Event.");return esValue[implSymbol].composed}get timeStamp(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get timeStamp' called on an object that is not a valid instance of Event.");return esValue[implSymbol].timeStamp}}Object.defineProperties(Event.prototype,{composedPath:{enumerable:!0},stopPropagation:{enumerable:!0},stopImmediatePropagation:{enumerable:!0},preventDefault:{enumerable:!0},initEvent:{enumerable:!0},type:{enumerable:!0},target:{enumerable:!0},srcElement:{enumerable:!0},currentTarget:{enumerable:!0},eventPhase:{enumerable:!0},cancelBubble:{enumerable:!0},bubbles:{enumerable:!0},cancelable:{enumerable:!0},returnValue:{enumerable:!0},defaultPrevented:{enumerable:!0},composed:{enumerable:!0},timeStamp:{enumerable:!0},[Symbol.toStringTag]:{value:"Event",configurable:!0},NONE:{value:0,enumerable:!0},CAPTURING_PHASE:{value:1,enumerable:!0},AT_TARGET:{value:2,enumerable:!0},BUBBLING_PHASE:{value:3,enumerable:!0}}),Object.defineProperties(Event,{NONE:{value:0,enumerable:!0},CAPTURING_PHASE:{value:1,enumerable:!0},AT_TARGET:{value:2,enumerable:!0},BUBBLING_PHASE:{value:3,enumerable:!0}}),ctorRegistry.Event=Event,Object.defineProperty(globalObject,"Event",{configurable:!0,writable:!0,value:Event})};const Impl=__webpack_require__(88402)},72995:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const PageTransitionEvent=__webpack_require__(78295),{fireAnEvent}=__webpack_require__(97130);exports.fireAPageTransitionEvent=(eventName,window,persisted)=>{fireAnEvent(eventName,window,PageTransitionEvent,{persisted,cancelable:!0,bubbles:!0},!0)}},73271:module=>{"use strict";module.exports=Object.freeze({DISCONNECTED:1,PRECEDING:2,FOLLOWING:4,CONTAINS:8,CONTAINED_BY:16})},73542:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const EventTargetImpl=__webpack_require__(94925).implementation,idlUtils=__webpack_require__(65554),{setupForSimpleEventAccessors}=__webpack_require__(43648);class XMLHttpRequestEventTargetImpl extends EventTargetImpl{get _ownerDocument(){ |
| /*ThouShaltNotCache*/ |
| return idlUtils.implForWrapper(this._globalObject._document)}}setupForSimpleEventAccessors(XMLHttpRequestEventTargetImpl.prototype,["loadstart","progress","abort","error","load","timeout","loadend"]),exports.implementation=XMLHttpRequestEventTargetImpl},73622:(__unused_webpack_module,exports)=>{"use strict";exports.implementation=class{}},73685:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSStyleSheet:__webpack_require__(75890).CSSStyleSheet,MediaList:__webpack_require__(91429).MediaList,CSSImportRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.href="",this.media=new CSSOM.MediaList,this.styleSheet=new CSSOM.CSSStyleSheet}};CSSOM.CSSImportRule.prototype=new CSSOM.CSSRule,CSSOM.CSSImportRule.prototype.constructor=CSSOM.CSSImportRule,CSSOM.CSSImportRule.prototype.type=3,Object.defineProperty(CSSOM.CSSImportRule.prototype,"cssText",{get:function(){ |
| /*ThouShaltNotCache*/ |
| var mediaText=this.media.mediaText;return"@import url("+this.href+")"+(mediaText?" "+mediaText:"")+";"},set:function(cssText){for( |
| /*ThouShaltNotCache*/ |
| var index,character,i=0,state="",buffer="";character=cssText.charAt(i);i++)switch(character){case" ":case"\t":case"\r":case"\n":case"\f":"after-import"===state?state="url":buffer+=character;break;case"@":state||cssText.indexOf("@import",i)!==i||(state="after-import",i+=6,buffer="");break;case"u":if("url"===state&&cssText.indexOf("url(",i)===i){if(-1===(index=cssText.indexOf(")",i+1)))throw i+': ")" not found';i+=4;var url=cssText.slice(i,index);url[0]===url[url.length-1]&&('"'!==url[0]&&"'"!==url[0]||(url=url.slice(1,-1))),this.href=url,i=index,state="media"}break;case'"':if("url"===state){if(!(index=cssText.indexOf('"',i+1)))throw i+": '\"' not found";this.href=cssText.slice(i+1,index),i=index,state="media"}break;case"'":if("url"===state){if(!(index=cssText.indexOf("'",i+1)))throw i+': "\'" not found';this.href=cssText.slice(i+1,index),i=index,state="media"}break;case";":"media"===state&&buffer&&(this.media.mediaText=buffer.trim());break;default:"media"===state&&(buffer+=character)}}}),exports.CSSImportRule=CSSOM.CSSImportRule},73963:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},74056:(__unused_webpack_module,exports)=>{var CSSOM={CSSRule:function(){ |
| /*ThouShaltNotCache*/ |
| this.parentRule=null,this.parentStyleSheet=null}};CSSOM.CSSRule.UNKNOWN_RULE=0,CSSOM.CSSRule.STYLE_RULE=1,CSSOM.CSSRule.CHARSET_RULE=2,CSSOM.CSSRule.IMPORT_RULE=3,CSSOM.CSSRule.MEDIA_RULE=4,CSSOM.CSSRule.FONT_FACE_RULE=5,CSSOM.CSSRule.PAGE_RULE=6,CSSOM.CSSRule.KEYFRAMES_RULE=7,CSSOM.CSSRule.KEYFRAME_RULE=8,CSSOM.CSSRule.MARGIN_RULE=9,CSSOM.CSSRule.NAMESPACE_RULE=10,CSSOM.CSSRule.COUNTER_STYLE_RULE=11,CSSOM.CSSRule.SUPPORTS_RULE=12,CSSOM.CSSRule.DOCUMENT_RULE=13,CSSOM.CSSRule.FONT_FEATURE_VALUES_RULE=14,CSSOM.CSSRule.VIEWPORT_RULE=15,CSSOM.CSSRule.REGION_STYLE_RULE=16,CSSOM.CSSRule.CONTAINER_RULE=17,CSSOM.CSSRule.LAYER_BLOCK_RULE=18,CSSOM.CSSRule.STARTING_STYLE_RULE=1002,CSSOM.CSSRule.prototype={constructor:CSSOM.CSSRule},exports.CSSRule=CSSOM.CSSRule},74301:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),UIEventInit=(__webpack_require__(65554),__webpack_require__(65343));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| UIEventInit._convertInherit(globalObject,obj,ret,{context});{const key="data";let value=null==obj?void 0:obj[key];void 0!==value?(value=null==value?null:conversions.DOMString(value,{context:context+" has member 'data' that",globals:globalObject}),ret[key]=value):ret[key]=null}{const key="inputType";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.DOMString(value,{context:context+" has member 'inputType' that",globals:globalObject}),ret[key]=value):ret[key]=""}{const key="isComposing";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'isComposing' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},74355:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),FocusEventInit=__webpack_require__(51289),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,UIEvent=__webpack_require__(88365);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].FocusEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'FocusEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| UIEvent._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class FocusEvent extends globalObject.UIEvent{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'FocusEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'FocusEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=FocusEventInit.convert(globalObject,curArg,{context:"Failed to construct 'FocusEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get relatedTarget(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get relatedTarget' called on an object that is not a valid instance of FocusEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].relatedTarget)}}Object.defineProperties(FocusEvent.prototype,{relatedTarget:{enumerable:!0},[Symbol.toStringTag]:{value:"FocusEvent",configurable:!0}}),ctorRegistry.FocusEvent=FocusEvent,Object.defineProperty(globalObject,"FocusEvent",{configurable:!0,writable:!0,value:FocusEvent})};const Impl=__webpack_require__(54090)},74488:module=>{"use strict";module.exports=JSON.parse('[["0","\\u0000",127,"\u20ac"],["8140","\u4e02\u4e04\u4e05\u4e06\u4e0f\u4e12\u4e17\u4e1f\u4e20\u4e21\u4e23\u4e26\u4e29\u4e2e\u4e2f\u4e31\u4e33\u4e35\u4e37\u4e3c\u4e40\u4e41\u4e42\u4e44\u4e46\u4e4a\u4e51\u4e55\u4e57\u4e5a\u4e5b\u4e62\u4e63\u4e64\u4e65\u4e67\u4e68\u4e6a",5,"\u4e72\u4e74",9,"\u4e7f",6,"\u4e87\u4e8a"],["8180","\u4e90\u4e96\u4e97\u4e99\u4e9c\u4e9d\u4e9e\u4ea3\u4eaa\u4eaf\u4eb0\u4eb1\u4eb4\u4eb6\u4eb7\u4eb8\u4eb9\u4ebc\u4ebd\u4ebe\u4ec8\u4ecc\u4ecf\u4ed0\u4ed2\u4eda\u4edb\u4edc\u4ee0\u4ee2\u4ee6\u4ee7\u4ee9\u4eed\u4eee\u4eef\u4ef1\u4ef4\u4ef8\u4ef9\u4efa\u4efc\u4efe\u4f00\u4f02",6,"\u4f0b\u4f0c\u4f12",4,"\u4f1c\u4f1d\u4f21\u4f23\u4f28\u4f29\u4f2c\u4f2d\u4f2e\u4f31\u4f33\u4f35\u4f37\u4f39\u4f3b\u4f3e",4,"\u4f44\u4f45\u4f47",5,"\u4f52\u4f54\u4f56\u4f61\u4f62\u4f66\u4f68\u4f6a\u4f6b\u4f6d\u4f6e\u4f71\u4f72\u4f75\u4f77\u4f78\u4f79\u4f7a\u4f7d\u4f80\u4f81\u4f82\u4f85\u4f86\u4f87\u4f8a\u4f8c\u4f8e\u4f90\u4f92\u4f93\u4f95\u4f96\u4f98\u4f99\u4f9a\u4f9c\u4f9e\u4f9f\u4fa1\u4fa2"],["8240","\u4fa4\u4fab\u4fad\u4fb0",4,"\u4fb6",8,"\u4fc0\u4fc1\u4fc2\u4fc6\u4fc7\u4fc8\u4fc9\u4fcb\u4fcc\u4fcd\u4fd2",4,"\u4fd9\u4fdb\u4fe0\u4fe2\u4fe4\u4fe5\u4fe7\u4feb\u4fec\u4ff0\u4ff2\u4ff4\u4ff5\u4ff6\u4ff7\u4ff9\u4ffb\u4ffc\u4ffd\u4fff",11],["8280","\u500b\u500e\u5010\u5011\u5013\u5015\u5016\u5017\u501b\u501d\u501e\u5020\u5022\u5023\u5024\u5027\u502b\u502f",10,"\u503b\u503d\u503f\u5040\u5041\u5042\u5044\u5045\u5046\u5049\u504a\u504b\u504d\u5050",4,"\u5056\u5057\u5058\u5059\u505b\u505d",7,"\u5066",5,"\u506d",8,"\u5078\u5079\u507a\u507c\u507d\u5081\u5082\u5083\u5084\u5086\u5087\u5089\u508a\u508b\u508c\u508e",20,"\u50a4\u50a6\u50aa\u50ab\u50ad",4,"\u50b3",6,"\u50bc"],["8340","\u50bd",17,"\u50d0",5,"\u50d7\u50d8\u50d9\u50db",10,"\u50e8\u50e9\u50ea\u50eb\u50ef\u50f0\u50f1\u50f2\u50f4\u50f6",4,"\u50fc",9,"\u5108"],["8380","\u5109\u510a\u510c",5,"\u5113",13,"\u5122",28,"\u5142\u5147\u514a\u514c\u514e\u514f\u5150\u5152\u5153\u5157\u5158\u5159\u515b\u515d",4,"\u5163\u5164\u5166\u5167\u5169\u516a\u516f\u5172\u517a\u517e\u517f\u5183\u5184\u5186\u5187\u518a\u518b\u518e\u518f\u5190\u5191\u5193\u5194\u5198\u519a\u519d\u519e\u519f\u51a1\u51a3\u51a6",4,"\u51ad\u51ae\u51b4\u51b8\u51b9\u51ba\u51be\u51bf\u51c1\u51c2\u51c3\u51c5\u51c8\u51ca\u51cd\u51ce\u51d0\u51d2",5],["8440","\u51d8\u51d9\u51da\u51dc\u51de\u51df\u51e2\u51e3\u51e5",5,"\u51ec\u51ee\u51f1\u51f2\u51f4\u51f7\u51fe\u5204\u5205\u5209\u520b\u520c\u520f\u5210\u5213\u5214\u5215\u521c\u521e\u521f\u5221\u5222\u5223\u5225\u5226\u5227\u522a\u522c\u522f\u5231\u5232\u5234\u5235\u523c\u523e\u5244",5,"\u524b\u524e\u524f\u5252\u5253\u5255\u5257\u5258"],["8480","\u5259\u525a\u525b\u525d\u525f\u5260\u5262\u5263\u5264\u5266\u5268\u526b\u526c\u526d\u526e\u5270\u5271\u5273",9,"\u527e\u5280\u5283",4,"\u5289",6,"\u5291\u5292\u5294",6,"\u529c\u52a4\u52a5\u52a6\u52a7\u52ae\u52af\u52b0\u52b4",9,"\u52c0\u52c1\u52c2\u52c4\u52c5\u52c6\u52c8\u52ca\u52cc\u52cd\u52ce\u52cf\u52d1\u52d3\u52d4\u52d5\u52d7\u52d9",5,"\u52e0\u52e1\u52e2\u52e3\u52e5",10,"\u52f1",7,"\u52fb\u52fc\u52fd\u5301\u5302\u5303\u5304\u5307\u5309\u530a\u530b\u530c\u530e"],["8540","\u5311\u5312\u5313\u5314\u5318\u531b\u531c\u531e\u531f\u5322\u5324\u5325\u5327\u5328\u5329\u532b\u532c\u532d\u532f",9,"\u533c\u533d\u5340\u5342\u5344\u5346\u534b\u534c\u534d\u5350\u5354\u5358\u5359\u535b\u535d\u5365\u5368\u536a\u536c\u536d\u5372\u5376\u5379\u537b\u537c\u537d\u537e\u5380\u5381\u5383\u5387\u5388\u538a\u538e\u538f"],["8580","\u5390",4,"\u5396\u5397\u5399\u539b\u539c\u539e\u53a0\u53a1\u53a4\u53a7\u53aa\u53ab\u53ac\u53ad\u53af",6,"\u53b7\u53b8\u53b9\u53ba\u53bc\u53bd\u53be\u53c0\u53c3",4,"\u53ce\u53cf\u53d0\u53d2\u53d3\u53d5\u53da\u53dc\u53dd\u53de\u53e1\u53e2\u53e7\u53f4\u53fa\u53fe\u53ff\u5400\u5402\u5405\u5407\u540b\u5414\u5418\u5419\u541a\u541c\u5422\u5424\u5425\u542a\u5430\u5433\u5436\u5437\u543a\u543d\u543f\u5441\u5442\u5444\u5445\u5447\u5449\u544c\u544d\u544e\u544f\u5451\u545a\u545d",4,"\u5463\u5465\u5467\u5469",7,"\u5474\u5479\u547a\u547e\u547f\u5481\u5483\u5485\u5487\u5488\u5489\u548a\u548d\u5491\u5493\u5497\u5498\u549c\u549e\u549f\u54a0\u54a1"],["8640","\u54a2\u54a5\u54ae\u54b0\u54b2\u54b5\u54b6\u54b7\u54b9\u54ba\u54bc\u54be\u54c3\u54c5\u54ca\u54cb\u54d6\u54d8\u54db\u54e0",4,"\u54eb\u54ec\u54ef\u54f0\u54f1\u54f4",5,"\u54fb\u54fe\u5500\u5502\u5503\u5504\u5505\u5508\u550a",4,"\u5512\u5513\u5515",5,"\u551c\u551d\u551e\u551f\u5521\u5525\u5526"],["8680","\u5528\u5529\u552b\u552d\u5532\u5534\u5535\u5536\u5538\u5539\u553a\u553b\u553d\u5540\u5542\u5545\u5547\u5548\u554b",4,"\u5551\u5552\u5553\u5554\u5557",4,"\u555d\u555e\u555f\u5560\u5562\u5563\u5568\u5569\u556b\u556f",5,"\u5579\u557a\u557d\u557f\u5585\u5586\u558c\u558d\u558e\u5590\u5592\u5593\u5595\u5596\u5597\u559a\u559b\u559e\u55a0",6,"\u55a8",8,"\u55b2\u55b4\u55b6\u55b8\u55ba\u55bc\u55bf",4,"\u55c6\u55c7\u55c8\u55ca\u55cb\u55ce\u55cf\u55d0\u55d5\u55d7",4,"\u55de\u55e0\u55e2\u55e7\u55e9\u55ed\u55ee\u55f0\u55f1\u55f4\u55f6\u55f8",4,"\u55ff\u5602\u5603\u5604\u5605"],["8740","\u5606\u5607\u560a\u560b\u560d\u5610",7,"\u5619\u561a\u561c\u561d\u5620\u5621\u5622\u5625\u5626\u5628\u5629\u562a\u562b\u562e\u562f\u5630\u5633\u5635\u5637\u5638\u563a\u563c\u563d\u563e\u5640",11,"\u564f",4,"\u5655\u5656\u565a\u565b\u565d",4],["8780","\u5663\u5665\u5666\u5667\u566d\u566e\u566f\u5670\u5672\u5673\u5674\u5675\u5677\u5678\u5679\u567a\u567d",7,"\u5687",6,"\u5690\u5691\u5692\u5694",14,"\u56a4",10,"\u56b0",6,"\u56b8\u56b9\u56ba\u56bb\u56bd",12,"\u56cb",8,"\u56d5\u56d6\u56d8\u56d9\u56dc\u56e3\u56e5",5,"\u56ec\u56ee\u56ef\u56f2\u56f3\u56f6\u56f7\u56f8\u56fb\u56fc\u5700\u5701\u5702\u5705\u5707\u570b",6],["8840","\u5712",9,"\u571d\u571e\u5720\u5721\u5722\u5724\u5725\u5726\u5727\u572b\u5731\u5732\u5734",4,"\u573c\u573d\u573f\u5741\u5743\u5744\u5745\u5746\u5748\u5749\u574b\u5752",4,"\u5758\u5759\u5762\u5763\u5765\u5767\u576c\u576e\u5770\u5771\u5772\u5774\u5775\u5778\u5779\u577a\u577d\u577e\u577f\u5780"],["8880","\u5781\u5787\u5788\u5789\u578a\u578d",4,"\u5794",6,"\u579c\u579d\u579e\u579f\u57a5\u57a8\u57aa\u57ac\u57af\u57b0\u57b1\u57b3\u57b5\u57b6\u57b7\u57b9",8,"\u57c4",6,"\u57cc\u57cd\u57d0\u57d1\u57d3\u57d6\u57d7\u57db\u57dc\u57de\u57e1\u57e2\u57e3\u57e5",7,"\u57ee\u57f0\u57f1\u57f2\u57f3\u57f5\u57f6\u57f7\u57fb\u57fc\u57fe\u57ff\u5801\u5803\u5804\u5805\u5808\u5809\u580a\u580c\u580e\u580f\u5810\u5812\u5813\u5814\u5816\u5817\u5818\u581a\u581b\u581c\u581d\u581f\u5822\u5823\u5825",4,"\u582b",4,"\u5831\u5832\u5833\u5834\u5836",7],["8940","\u583e",5,"\u5845",6,"\u584e\u584f\u5850\u5852\u5853\u5855\u5856\u5857\u5859",4,"\u585f",5,"\u5866",4,"\u586d",16,"\u587f\u5882\u5884\u5886\u5887\u5888\u588a\u588b\u588c"],["8980","\u588d",4,"\u5894",4,"\u589b\u589c\u589d\u58a0",7,"\u58aa",17,"\u58bd\u58be\u58bf\u58c0\u58c2\u58c3\u58c4\u58c6",10,"\u58d2\u58d3\u58d4\u58d6",13,"\u58e5",5,"\u58ed\u58ef\u58f1\u58f2\u58f4\u58f5\u58f7\u58f8\u58fa",7,"\u5903\u5905\u5906\u5908",4,"\u590e\u5910\u5911\u5912\u5913\u5917\u5918\u591b\u591d\u591e\u5920\u5921\u5922\u5923\u5926\u5928\u592c\u5930\u5932\u5933\u5935\u5936\u593b"],["8a40","\u593d\u593e\u593f\u5940\u5943\u5945\u5946\u594a\u594c\u594d\u5950\u5952\u5953\u5959\u595b",4,"\u5961\u5963\u5964\u5966",12,"\u5975\u5977\u597a\u597b\u597c\u597e\u597f\u5980\u5985\u5989\u598b\u598c\u598e\u598f\u5990\u5991\u5994\u5995\u5998\u599a\u599b\u599c\u599d\u599f\u59a0\u59a1\u59a2\u59a6"],["8a80","\u59a7\u59ac\u59ad\u59b0\u59b1\u59b3",5,"\u59ba\u59bc\u59bd\u59bf",6,"\u59c7\u59c8\u59c9\u59cc\u59cd\u59ce\u59cf\u59d5\u59d6\u59d9\u59db\u59de",4,"\u59e4\u59e6\u59e7\u59e9\u59ea\u59eb\u59ed",11,"\u59fa\u59fc\u59fd\u59fe\u5a00\u5a02\u5a0a\u5a0b\u5a0d\u5a0e\u5a0f\u5a10\u5a12\u5a14\u5a15\u5a16\u5a17\u5a19\u5a1a\u5a1b\u5a1d\u5a1e\u5a21\u5a22\u5a24\u5a26\u5a27\u5a28\u5a2a",6,"\u5a33\u5a35\u5a37",4,"\u5a3d\u5a3e\u5a3f\u5a41",4,"\u5a47\u5a48\u5a4b",9,"\u5a56\u5a57\u5a58\u5a59\u5a5b",5],["8b40","\u5a61\u5a63\u5a64\u5a65\u5a66\u5a68\u5a69\u5a6b",8,"\u5a78\u5a79\u5a7b\u5a7c\u5a7d\u5a7e\u5a80",17,"\u5a93",6,"\u5a9c",13,"\u5aab\u5aac"],["8b80","\u5aad",4,"\u5ab4\u5ab6\u5ab7\u5ab9",4,"\u5abf\u5ac0\u5ac3",5,"\u5aca\u5acb\u5acd",4,"\u5ad3\u5ad5\u5ad7\u5ad9\u5ada\u5adb\u5add\u5ade\u5adf\u5ae2\u5ae4\u5ae5\u5ae7\u5ae8\u5aea\u5aec",4,"\u5af2",22,"\u5b0a",11,"\u5b18",25,"\u5b33\u5b35\u5b36\u5b38",7,"\u5b41",6],["8c40","\u5b48",7,"\u5b52\u5b56\u5b5e\u5b60\u5b61\u5b67\u5b68\u5b6b\u5b6d\u5b6e\u5b6f\u5b72\u5b74\u5b76\u5b77\u5b78\u5b79\u5b7b\u5b7c\u5b7e\u5b7f\u5b82\u5b86\u5b8a\u5b8d\u5b8e\u5b90\u5b91\u5b92\u5b94\u5b96\u5b9f\u5ba7\u5ba8\u5ba9\u5bac\u5bad\u5bae\u5baf\u5bb1\u5bb2\u5bb7\u5bba\u5bbb\u5bbc\u5bc0\u5bc1\u5bc3\u5bc8\u5bc9\u5bca\u5bcb\u5bcd\u5bce\u5bcf"],["8c80","\u5bd1\u5bd4",8,"\u5be0\u5be2\u5be3\u5be6\u5be7\u5be9",4,"\u5bef\u5bf1",6,"\u5bfd\u5bfe\u5c00\u5c02\u5c03\u5c05\u5c07\u5c08\u5c0b\u5c0c\u5c0d\u5c0e\u5c10\u5c12\u5c13\u5c17\u5c19\u5c1b\u5c1e\u5c1f\u5c20\u5c21\u5c23\u5c26\u5c28\u5c29\u5c2a\u5c2b\u5c2d\u5c2e\u5c2f\u5c30\u5c32\u5c33\u5c35\u5c36\u5c37\u5c43\u5c44\u5c46\u5c47\u5c4c\u5c4d\u5c52\u5c53\u5c54\u5c56\u5c57\u5c58\u5c5a\u5c5b\u5c5c\u5c5d\u5c5f\u5c62\u5c64\u5c67",6,"\u5c70\u5c72",6,"\u5c7b\u5c7c\u5c7d\u5c7e\u5c80\u5c83",4,"\u5c89\u5c8a\u5c8b\u5c8e\u5c8f\u5c92\u5c93\u5c95\u5c9d",4,"\u5ca4",4],["8d40","\u5caa\u5cae\u5caf\u5cb0\u5cb2\u5cb4\u5cb6\u5cb9\u5cba\u5cbb\u5cbc\u5cbe\u5cc0\u5cc2\u5cc3\u5cc5",5,"\u5ccc",5,"\u5cd3",5,"\u5cda",6,"\u5ce2\u5ce3\u5ce7\u5ce9\u5ceb\u5cec\u5cee\u5cef\u5cf1",9,"\u5cfc",4],["8d80","\u5d01\u5d04\u5d05\u5d08",5,"\u5d0f",4,"\u5d15\u5d17\u5d18\u5d19\u5d1a\u5d1c\u5d1d\u5d1f",4,"\u5d25\u5d28\u5d2a\u5d2b\u5d2c\u5d2f",4,"\u5d35",7,"\u5d3f",7,"\u5d48\u5d49\u5d4d",10,"\u5d59\u5d5a\u5d5c\u5d5e",10,"\u5d6a\u5d6d\u5d6e\u5d70\u5d71\u5d72\u5d73\u5d75",12,"\u5d83",21,"\u5d9a\u5d9b\u5d9c\u5d9e\u5d9f\u5da0"],["8e40","\u5da1",21,"\u5db8",12,"\u5dc6",6,"\u5dce",12,"\u5ddc\u5ddf\u5de0\u5de3\u5de4\u5dea\u5dec\u5ded"],["8e80","\u5df0\u5df5\u5df6\u5df8",4,"\u5dff\u5e00\u5e04\u5e07\u5e09\u5e0a\u5e0b\u5e0d\u5e0e\u5e12\u5e13\u5e17\u5e1e",7,"\u5e28",4,"\u5e2f\u5e30\u5e32",4,"\u5e39\u5e3a\u5e3e\u5e3f\u5e40\u5e41\u5e43\u5e46",5,"\u5e4d",6,"\u5e56",4,"\u5e5c\u5e5d\u5e5f\u5e60\u5e63",14,"\u5e75\u5e77\u5e79\u5e7e\u5e81\u5e82\u5e83\u5e85\u5e88\u5e89\u5e8c\u5e8d\u5e8e\u5e92\u5e98\u5e9b\u5e9d\u5ea1\u5ea2\u5ea3\u5ea4\u5ea8",4,"\u5eae",4,"\u5eb4\u5eba\u5ebb\u5ebc\u5ebd\u5ebf",6],["8f40","\u5ec6\u5ec7\u5ec8\u5ecb",5,"\u5ed4\u5ed5\u5ed7\u5ed8\u5ed9\u5eda\u5edc",11,"\u5ee9\u5eeb",8,"\u5ef5\u5ef8\u5ef9\u5efb\u5efc\u5efd\u5f05\u5f06\u5f07\u5f09\u5f0c\u5f0d\u5f0e\u5f10\u5f12\u5f14\u5f16\u5f19\u5f1a\u5f1c\u5f1d\u5f1e\u5f21\u5f22\u5f23\u5f24"],["8f80","\u5f28\u5f2b\u5f2c\u5f2e\u5f30\u5f32",6,"\u5f3b\u5f3d\u5f3e\u5f3f\u5f41",14,"\u5f51\u5f54\u5f59\u5f5a\u5f5b\u5f5c\u5f5e\u5f5f\u5f60\u5f63\u5f65\u5f67\u5f68\u5f6b\u5f6e\u5f6f\u5f72\u5f74\u5f75\u5f76\u5f78\u5f7a\u5f7d\u5f7e\u5f7f\u5f83\u5f86\u5f8d\u5f8e\u5f8f\u5f91\u5f93\u5f94\u5f96\u5f9a\u5f9b\u5f9d\u5f9e\u5f9f\u5fa0\u5fa2",5,"\u5fa9\u5fab\u5fac\u5faf",5,"\u5fb6\u5fb8\u5fb9\u5fba\u5fbb\u5fbe",4,"\u5fc7\u5fc8\u5fca\u5fcb\u5fce\u5fd3\u5fd4\u5fd5\u5fda\u5fdb\u5fdc\u5fde\u5fdf\u5fe2\u5fe3\u5fe5\u5fe6\u5fe8\u5fe9\u5fec\u5fef\u5ff0\u5ff2\u5ff3\u5ff4\u5ff6\u5ff7\u5ff9\u5ffa\u5ffc\u6007"],["9040","\u6008\u6009\u600b\u600c\u6010\u6011\u6013\u6017\u6018\u601a\u601e\u601f\u6022\u6023\u6024\u602c\u602d\u602e\u6030",4,"\u6036",4,"\u603d\u603e\u6040\u6044",6,"\u604c\u604e\u604f\u6051\u6053\u6054\u6056\u6057\u6058\u605b\u605c\u605e\u605f\u6060\u6061\u6065\u6066\u606e\u6071\u6072\u6074\u6075\u6077\u607e\u6080"],["9080","\u6081\u6082\u6085\u6086\u6087\u6088\u608a\u608b\u608e\u608f\u6090\u6091\u6093\u6095\u6097\u6098\u6099\u609c\u609e\u60a1\u60a2\u60a4\u60a5\u60a7\u60a9\u60aa\u60ae\u60b0\u60b3\u60b5\u60b6\u60b7\u60b9\u60ba\u60bd",7,"\u60c7\u60c8\u60c9\u60cc",4,"\u60d2\u60d3\u60d4\u60d6\u60d7\u60d9\u60db\u60de\u60e1",4,"\u60ea\u60f1\u60f2\u60f5\u60f7\u60f8\u60fb",4,"\u6102\u6103\u6104\u6105\u6107\u610a\u610b\u610c\u6110",4,"\u6116\u6117\u6118\u6119\u611b\u611c\u611d\u611e\u6121\u6122\u6125\u6128\u6129\u612a\u612c",18,"\u6140",6],["9140","\u6147\u6149\u614b\u614d\u614f\u6150\u6152\u6153\u6154\u6156",6,"\u615e\u615f\u6160\u6161\u6163\u6164\u6165\u6166\u6169",6,"\u6171\u6172\u6173\u6174\u6176\u6178",18,"\u618c\u618d\u618f",4,"\u6195"],["9180","\u6196",6,"\u619e",8,"\u61aa\u61ab\u61ad",9,"\u61b8",5,"\u61bf\u61c0\u61c1\u61c3",4,"\u61c9\u61cc",4,"\u61d3\u61d5",16,"\u61e7",13,"\u61f6",8,"\u6200",5,"\u6207\u6209\u6213\u6214\u6219\u621c\u621d\u621e\u6220\u6223\u6226\u6227\u6228\u6229\u622b\u622d\u622f\u6230\u6231\u6232\u6235\u6236\u6238",4,"\u6242\u6244\u6245\u6246\u624a"],["9240","\u624f\u6250\u6255\u6256\u6257\u6259\u625a\u625c",6,"\u6264\u6265\u6268\u6271\u6272\u6274\u6275\u6277\u6278\u627a\u627b\u627d\u6281\u6282\u6283\u6285\u6286\u6287\u6288\u628b",5,"\u6294\u6299\u629c\u629d\u629e\u62a3\u62a6\u62a7\u62a9\u62aa\u62ad\u62ae\u62af\u62b0\u62b2\u62b3\u62b4\u62b6\u62b7\u62b8\u62ba\u62be\u62c0\u62c1"],["9280","\u62c3\u62cb\u62cf\u62d1\u62d5\u62dd\u62de\u62e0\u62e1\u62e4\u62ea\u62eb\u62f0\u62f2\u62f5\u62f8\u62f9\u62fa\u62fb\u6300\u6303\u6304\u6305\u6306\u630a\u630b\u630c\u630d\u630f\u6310\u6312\u6313\u6314\u6315\u6317\u6318\u6319\u631c\u6326\u6327\u6329\u632c\u632d\u632e\u6330\u6331\u6333",5,"\u633b\u633c\u633e\u633f\u6340\u6341\u6344\u6347\u6348\u634a\u6351\u6352\u6353\u6354\u6356",7,"\u6360\u6364\u6365\u6366\u6368\u636a\u636b\u636c\u636f\u6370\u6372\u6373\u6374\u6375\u6378\u6379\u637c\u637d\u637e\u637f\u6381\u6383\u6384\u6385\u6386\u638b\u638d\u6391\u6393\u6394\u6395\u6397\u6399",6,"\u63a1\u63a4\u63a6\u63ab\u63af\u63b1\u63b2\u63b5\u63b6\u63b9\u63bb\u63bd\u63bf\u63c0"],["9340","\u63c1\u63c2\u63c3\u63c5\u63c7\u63c8\u63ca\u63cb\u63cc\u63d1\u63d3\u63d4\u63d5\u63d7",6,"\u63df\u63e2\u63e4",4,"\u63eb\u63ec\u63ee\u63ef\u63f0\u63f1\u63f3\u63f5\u63f7\u63f9\u63fa\u63fb\u63fc\u63fe\u6403\u6404\u6406",4,"\u640d\u640e\u6411\u6412\u6415",5,"\u641d\u641f\u6422\u6423\u6424"],["9380","\u6425\u6427\u6428\u6429\u642b\u642e",5,"\u6435",4,"\u643b\u643c\u643e\u6440\u6442\u6443\u6449\u644b",6,"\u6453\u6455\u6456\u6457\u6459",4,"\u645f",7,"\u6468\u646a\u646b\u646c\u646e",9,"\u647b",6,"\u6483\u6486\u6488",8,"\u6493\u6494\u6497\u6498\u649a\u649b\u649c\u649d\u649f",4,"\u64a5\u64a6\u64a7\u64a8\u64aa\u64ab\u64af\u64b1\u64b2\u64b3\u64b4\u64b6\u64b9\u64bb\u64bd\u64be\u64bf\u64c1\u64c3\u64c4\u64c6",6,"\u64cf\u64d1\u64d3\u64d4\u64d5\u64d6\u64d9\u64da"],["9440","\u64db\u64dc\u64dd\u64df\u64e0\u64e1\u64e3\u64e5\u64e7",24,"\u6501",7,"\u650a",7,"\u6513",4,"\u6519",8],["9480","\u6522\u6523\u6524\u6526",4,"\u652c\u652d\u6530\u6531\u6532\u6533\u6537\u653a\u653c\u653d\u6540",4,"\u6546\u6547\u654a\u654b\u654d\u654e\u6550\u6552\u6553\u6554\u6557\u6558\u655a\u655c\u655f\u6560\u6561\u6564\u6565\u6567\u6568\u6569\u656a\u656d\u656e\u656f\u6571\u6573\u6575\u6576\u6578",14,"\u6588\u6589\u658a\u658d\u658e\u658f\u6592\u6594\u6595\u6596\u6598\u659a\u659d\u659e\u65a0\u65a2\u65a3\u65a6\u65a8\u65aa\u65ac\u65ae\u65b1",7,"\u65ba\u65bb\u65be\u65bf\u65c0\u65c2\u65c7\u65c8\u65c9\u65ca\u65cd\u65d0\u65d1\u65d3\u65d4\u65d5\u65d8",7,"\u65e1\u65e3\u65e4\u65ea\u65eb"],["9540","\u65f2\u65f3\u65f4\u65f5\u65f8\u65f9\u65fb",4,"\u6601\u6604\u6605\u6607\u6608\u6609\u660b\u660d\u6610\u6611\u6612\u6616\u6617\u6618\u661a\u661b\u661c\u661e\u6621\u6622\u6623\u6624\u6626\u6629\u662a\u662b\u662c\u662e\u6630\u6632\u6633\u6637",4,"\u663d\u663f\u6640\u6642\u6644",6,"\u664d\u664e\u6650\u6651\u6658"],["9580","\u6659\u665b\u665c\u665d\u665e\u6660\u6662\u6663\u6665\u6667\u6669",4,"\u6671\u6672\u6673\u6675\u6678\u6679\u667b\u667c\u667d\u667f\u6680\u6681\u6683\u6685\u6686\u6688\u6689\u668a\u668b\u668d\u668e\u668f\u6690\u6692\u6693\u6694\u6695\u6698",4,"\u669e",8,"\u66a9",4,"\u66af",4,"\u66b5\u66b6\u66b7\u66b8\u66ba\u66bb\u66bc\u66bd\u66bf",25,"\u66da\u66de",7,"\u66e7\u66e8\u66ea",5,"\u66f1\u66f5\u66f6\u66f8\u66fa\u66fb\u66fd\u6701\u6702\u6703"],["9640","\u6704\u6705\u6706\u6707\u670c\u670e\u670f\u6711\u6712\u6713\u6716\u6718\u6719\u671a\u671c\u671e\u6720",5,"\u6727\u6729\u672e\u6730\u6732\u6733\u6736\u6737\u6738\u6739\u673b\u673c\u673e\u673f\u6741\u6744\u6745\u6747\u674a\u674b\u674d\u6752\u6754\u6755\u6757",4,"\u675d\u6762\u6763\u6764\u6766\u6767\u676b\u676c\u676e\u6771\u6774\u6776"],["9680","\u6778\u6779\u677a\u677b\u677d\u6780\u6782\u6783\u6785\u6786\u6788\u678a\u678c\u678d\u678e\u678f\u6791\u6792\u6793\u6794\u6796\u6799\u679b\u679f\u67a0\u67a1\u67a4\u67a6\u67a9\u67ac\u67ae\u67b1\u67b2\u67b4\u67b9",7,"\u67c2\u67c5",9,"\u67d5\u67d6\u67d7\u67db\u67df\u67e1\u67e3\u67e4\u67e6\u67e7\u67e8\u67ea\u67eb\u67ed\u67ee\u67f2\u67f5",7,"\u67fe\u6801\u6802\u6803\u6804\u6806\u680d\u6810\u6812\u6814\u6815\u6818",4,"\u681e\u681f\u6820\u6822",6,"\u682b",6,"\u6834\u6835\u6836\u683a\u683b\u683f\u6847\u684b\u684d\u684f\u6852\u6856",5],["9740","\u685c\u685d\u685e\u685f\u686a\u686c",7,"\u6875\u6878",8,"\u6882\u6884\u6887",7,"\u6890\u6891\u6892\u6894\u6895\u6896\u6898",9,"\u68a3\u68a4\u68a5\u68a9\u68aa\u68ab\u68ac\u68ae\u68b1\u68b2\u68b4\u68b6\u68b7\u68b8"],["9780","\u68b9",6,"\u68c1\u68c3",5,"\u68ca\u68cc\u68ce\u68cf\u68d0\u68d1\u68d3\u68d4\u68d6\u68d7\u68d9\u68db",4,"\u68e1\u68e2\u68e4",9,"\u68ef\u68f2\u68f3\u68f4\u68f6\u68f7\u68f8\u68fb\u68fd\u68fe\u68ff\u6900\u6902\u6903\u6904\u6906",4,"\u690c\u690f\u6911\u6913",11,"\u6921\u6922\u6923\u6925",7,"\u692e\u692f\u6931\u6932\u6933\u6935\u6936\u6937\u6938\u693a\u693b\u693c\u693e\u6940\u6941\u6943",16,"\u6955\u6956\u6958\u6959\u695b\u695c\u695f"],["9840","\u6961\u6962\u6964\u6965\u6967\u6968\u6969\u696a\u696c\u696d\u696f\u6970\u6972",4,"\u697a\u697b\u697d\u697e\u697f\u6981\u6983\u6985\u698a\u698b\u698c\u698e",5,"\u6996\u6997\u6999\u699a\u699d",9,"\u69a9\u69aa\u69ac\u69ae\u69af\u69b0\u69b2\u69b3\u69b5\u69b6\u69b8\u69b9\u69ba\u69bc\u69bd"],["9880","\u69be\u69bf\u69c0\u69c2",7,"\u69cb\u69cd\u69cf\u69d1\u69d2\u69d3\u69d5",5,"\u69dc\u69dd\u69de\u69e1",11,"\u69ee\u69ef\u69f0\u69f1\u69f3",9,"\u69fe\u6a00",9,"\u6a0b",11,"\u6a19",5,"\u6a20\u6a22",5,"\u6a29\u6a2b\u6a2c\u6a2d\u6a2e\u6a30\u6a32\u6a33\u6a34\u6a36",6,"\u6a3f",4,"\u6a45\u6a46\u6a48",7,"\u6a51",6,"\u6a5a"],["9940","\u6a5c",4,"\u6a62\u6a63\u6a64\u6a66",10,"\u6a72",6,"\u6a7a\u6a7b\u6a7d\u6a7e\u6a7f\u6a81\u6a82\u6a83\u6a85",8,"\u6a8f\u6a92",4,"\u6a98",7,"\u6aa1",5],["9980","\u6aa7\u6aa8\u6aaa\u6aad",114,"\u6b25\u6b26\u6b28",6],["9a40","\u6b2f\u6b30\u6b31\u6b33\u6b34\u6b35\u6b36\u6b38\u6b3b\u6b3c\u6b3d\u6b3f\u6b40\u6b41\u6b42\u6b44\u6b45\u6b48\u6b4a\u6b4b\u6b4d",11,"\u6b5a",7,"\u6b68\u6b69\u6b6b",13,"\u6b7a\u6b7d\u6b7e\u6b7f\u6b80\u6b85\u6b88"],["9a80","\u6b8c\u6b8e\u6b8f\u6b90\u6b91\u6b94\u6b95\u6b97\u6b98\u6b99\u6b9c",4,"\u6ba2",7,"\u6bab",7,"\u6bb6\u6bb8",6,"\u6bc0\u6bc3\u6bc4\u6bc6",4,"\u6bcc\u6bce\u6bd0\u6bd1\u6bd8\u6bda\u6bdc",4,"\u6be2",7,"\u6bec\u6bed\u6bee\u6bf0\u6bf1\u6bf2\u6bf4\u6bf6\u6bf7\u6bf8\u6bfa\u6bfb\u6bfc\u6bfe",6,"\u6c08",4,"\u6c0e\u6c12\u6c17\u6c1c\u6c1d\u6c1e\u6c20\u6c23\u6c25\u6c2b\u6c2c\u6c2d\u6c31\u6c33\u6c36\u6c37\u6c39\u6c3a\u6c3b\u6c3c\u6c3e\u6c3f\u6c43\u6c44\u6c45\u6c48\u6c4b",4,"\u6c51\u6c52\u6c53\u6c56\u6c58"],["9b40","\u6c59\u6c5a\u6c62\u6c63\u6c65\u6c66\u6c67\u6c6b",4,"\u6c71\u6c73\u6c75\u6c77\u6c78\u6c7a\u6c7b\u6c7c\u6c7f\u6c80\u6c84\u6c87\u6c8a\u6c8b\u6c8d\u6c8e\u6c91\u6c92\u6c95\u6c96\u6c97\u6c98\u6c9a\u6c9c\u6c9d\u6c9e\u6ca0\u6ca2\u6ca8\u6cac\u6caf\u6cb0\u6cb4\u6cb5\u6cb6\u6cb7\u6cba\u6cc0\u6cc1\u6cc2\u6cc3\u6cc6\u6cc7\u6cc8\u6ccb\u6ccd\u6cce\u6ccf\u6cd1\u6cd2\u6cd8"],["9b80","\u6cd9\u6cda\u6cdc\u6cdd\u6cdf\u6ce4\u6ce6\u6ce7\u6ce9\u6cec\u6ced\u6cf2\u6cf4\u6cf9\u6cff\u6d00\u6d02\u6d03\u6d05\u6d06\u6d08\u6d09\u6d0a\u6d0d\u6d0f\u6d10\u6d11\u6d13\u6d14\u6d15\u6d16\u6d18\u6d1c\u6d1d\u6d1f",5,"\u6d26\u6d28\u6d29\u6d2c\u6d2d\u6d2f\u6d30\u6d34\u6d36\u6d37\u6d38\u6d3a\u6d3f\u6d40\u6d42\u6d44\u6d49\u6d4c\u6d50\u6d55\u6d56\u6d57\u6d58\u6d5b\u6d5d\u6d5f\u6d61\u6d62\u6d64\u6d65\u6d67\u6d68\u6d6b\u6d6c\u6d6d\u6d70\u6d71\u6d72\u6d73\u6d75\u6d76\u6d79\u6d7a\u6d7b\u6d7d",4,"\u6d83\u6d84\u6d86\u6d87\u6d8a\u6d8b\u6d8d\u6d8f\u6d90\u6d92\u6d96",4,"\u6d9c\u6da2\u6da5\u6dac\u6dad\u6db0\u6db1\u6db3\u6db4\u6db6\u6db7\u6db9",5,"\u6dc1\u6dc2\u6dc3\u6dc8\u6dc9\u6dca"],["9c40","\u6dcd\u6dce\u6dcf\u6dd0\u6dd2\u6dd3\u6dd4\u6dd5\u6dd7\u6dda\u6ddb\u6ddc\u6ddf\u6de2\u6de3\u6de5\u6de7\u6de8\u6de9\u6dea\u6ded\u6def\u6df0\u6df2\u6df4\u6df5\u6df6\u6df8\u6dfa\u6dfd",7,"\u6e06\u6e07\u6e08\u6e09\u6e0b\u6e0f\u6e12\u6e13\u6e15\u6e18\u6e19\u6e1b\u6e1c\u6e1e\u6e1f\u6e22\u6e26\u6e27\u6e28\u6e2a\u6e2c\u6e2e\u6e30\u6e31\u6e33\u6e35"],["9c80","\u6e36\u6e37\u6e39\u6e3b",7,"\u6e45",7,"\u6e4f\u6e50\u6e51\u6e52\u6e55\u6e57\u6e59\u6e5a\u6e5c\u6e5d\u6e5e\u6e60",10,"\u6e6c\u6e6d\u6e6f",14,"\u6e80\u6e81\u6e82\u6e84\u6e87\u6e88\u6e8a",4,"\u6e91",6,"\u6e99\u6e9a\u6e9b\u6e9d\u6e9e\u6ea0\u6ea1\u6ea3\u6ea4\u6ea6\u6ea8\u6ea9\u6eab\u6eac\u6ead\u6eae\u6eb0\u6eb3\u6eb5\u6eb8\u6eb9\u6ebc\u6ebe\u6ebf\u6ec0\u6ec3\u6ec4\u6ec5\u6ec6\u6ec8\u6ec9\u6eca\u6ecc\u6ecd\u6ece\u6ed0\u6ed2\u6ed6\u6ed8\u6ed9\u6edb\u6edc\u6edd\u6ee3\u6ee7\u6eea",5],["9d40","\u6ef0\u6ef1\u6ef2\u6ef3\u6ef5\u6ef6\u6ef7\u6ef8\u6efa",7,"\u6f03\u6f04\u6f05\u6f07\u6f08\u6f0a",4,"\u6f10\u6f11\u6f12\u6f16",9,"\u6f21\u6f22\u6f23\u6f25\u6f26\u6f27\u6f28\u6f2c\u6f2e\u6f30\u6f32\u6f34\u6f35\u6f37",6,"\u6f3f\u6f40\u6f41\u6f42"],["9d80","\u6f43\u6f44\u6f45\u6f48\u6f49\u6f4a\u6f4c\u6f4e",9,"\u6f59\u6f5a\u6f5b\u6f5d\u6f5f\u6f60\u6f61\u6f63\u6f64\u6f65\u6f67",5,"\u6f6f\u6f70\u6f71\u6f73\u6f75\u6f76\u6f77\u6f79\u6f7b\u6f7d",6,"\u6f85\u6f86\u6f87\u6f8a\u6f8b\u6f8f",12,"\u6f9d\u6f9e\u6f9f\u6fa0\u6fa2",4,"\u6fa8",10,"\u6fb4\u6fb5\u6fb7\u6fb8\u6fba",5,"\u6fc1\u6fc3",5,"\u6fca",6,"\u6fd3",10,"\u6fdf\u6fe2\u6fe3\u6fe4\u6fe5"],["9e40","\u6fe6",7,"\u6ff0",32,"\u7012",7,"\u701c",6,"\u7024",6],["9e80","\u702b",9,"\u7036\u7037\u7038\u703a",17,"\u704d\u704e\u7050",13,"\u705f",11,"\u706e\u7071\u7072\u7073\u7074\u7077\u7079\u707a\u707b\u707d\u7081\u7082\u7083\u7084\u7086\u7087\u7088\u708b\u708c\u708d\u708f\u7090\u7091\u7093\u7097\u7098\u709a\u709b\u709e",12,"\u70b0\u70b2\u70b4\u70b5\u70b6\u70ba\u70be\u70bf\u70c4\u70c5\u70c6\u70c7\u70c9\u70cb",12,"\u70da"],["9f40","\u70dc\u70dd\u70de\u70e0\u70e1\u70e2\u70e3\u70e5\u70ea\u70ee\u70f0",6,"\u70f8\u70fa\u70fb\u70fc\u70fe",10,"\u710b",4,"\u7111\u7112\u7114\u7117\u711b",10,"\u7127",7,"\u7132\u7133\u7134"],["9f80","\u7135\u7137",13,"\u7146\u7147\u7148\u7149\u714b\u714d\u714f",12,"\u715d\u715f",4,"\u7165\u7169",4,"\u716f\u7170\u7171\u7174\u7175\u7176\u7177\u7179\u717b\u717c\u717e",5,"\u7185",4,"\u718b\u718c\u718d\u718e\u7190\u7191\u7192\u7193\u7195\u7196\u7197\u719a",4,"\u71a1",6,"\u71a9\u71aa\u71ab\u71ad",5,"\u71b4\u71b6\u71b7\u71b8\u71ba",8,"\u71c4",9,"\u71cf",4],["a040","\u71d6",9,"\u71e1\u71e2\u71e3\u71e4\u71e6\u71e8",5,"\u71ef",9,"\u71fa",11,"\u7207",19],["a080","\u721b\u721c\u721e",9,"\u7229\u722b\u722d\u722e\u722f\u7232\u7233\u7234\u723a\u723c\u723e\u7240",6,"\u7249\u724a\u724b\u724e\u724f\u7250\u7251\u7253\u7254\u7255\u7257\u7258\u725a\u725c\u725e\u7260\u7263\u7264\u7265\u7268\u726a\u726b\u726c\u726d\u7270\u7271\u7273\u7274\u7276\u7277\u7278\u727b\u727c\u727d\u7282\u7283\u7285",4,"\u728c\u728e\u7290\u7291\u7293",11,"\u72a0",11,"\u72ae\u72b1\u72b2\u72b3\u72b5\u72ba",6,"\u72c5\u72c6\u72c7\u72c9\u72ca\u72cb\u72cc\u72cf\u72d1\u72d3\u72d4\u72d5\u72d6\u72d8\u72da\u72db"],["a1a1","\u3000\u3001\u3002\u00b7\u02c9\u02c7\u00a8\u3003\u3005\u2014\uff5e\u2016\u2026\u2018\u2019\u201c\u201d\u3014\u3015\u3008",7,"\u3016\u3017\u3010\u3011\u00b1\u00d7\u00f7\u2236\u2227\u2228\u2211\u220f\u222a\u2229\u2208\u2237\u221a\u22a5\u2225\u2220\u2312\u2299\u222b\u222e\u2261\u224c\u2248\u223d\u221d\u2260\u226e\u226f\u2264\u2265\u221e\u2235\u2234\u2642\u2640\u00b0\u2032\u2033\u2103\uff04\u00a4\uffe0\uffe1\u2030\u00a7\u2116\u2606\u2605\u25cb\u25cf\u25ce\u25c7\u25c6\u25a1\u25a0\u25b3\u25b2\u203b\u2192\u2190\u2191\u2193\u3013"],["a2a1","\u2170",9],["a2b1","\u2488",19,"\u2474",19,"\u2460",9],["a2e5","\u3220",9],["a2f1","\u2160",11],["a3a1","\uff01\uff02\uff03\uffe5\uff05",88,"\uffe3"],["a4a1","\u3041",82],["a5a1","\u30a1",85],["a6a1","\u0391",16,"\u03a3",6],["a6c1","\u03b1",16,"\u03c3",6],["a6e0","\ufe35\ufe36\ufe39\ufe3a\ufe3f\ufe40\ufe3d\ufe3e\ufe41\ufe42\ufe43\ufe44"],["a6ee","\ufe3b\ufe3c\ufe37\ufe38\ufe31"],["a6f4","\ufe33\ufe34"],["a7a1","\u0410",5,"\u0401\u0416",25],["a7d1","\u0430",5,"\u0451\u0436",25],["a840","\u02ca\u02cb\u02d9\u2013\u2015\u2025\u2035\u2105\u2109\u2196\u2197\u2198\u2199\u2215\u221f\u2223\u2252\u2266\u2267\u22bf\u2550",35,"\u2581",6],["a880","\u2588",7,"\u2593\u2594\u2595\u25bc\u25bd\u25e2\u25e3\u25e4\u25e5\u2609\u2295\u3012\u301d\u301e"],["a8a1","\u0101\u00e1\u01ce\u00e0\u0113\u00e9\u011b\u00e8\u012b\u00ed\u01d0\u00ec\u014d\u00f3\u01d2\u00f2\u016b\u00fa\u01d4\u00f9\u01d6\u01d8\u01da\u01dc\u00fc\u00ea\u0251"],["a8bd","\u0144\u0148"],["a8c0","\u0261"],["a8c5","\u3105",36],["a940","\u3021",8,"\u32a3\u338e\u338f\u339c\u339d\u339e\u33a1\u33c4\u33ce\u33d1\u33d2\u33d5\ufe30\uffe2\uffe4"],["a959","\u2121\u3231"],["a95c","\u2010"],["a960","\u30fc\u309b\u309c\u30fd\u30fe\u3006\u309d\u309e\ufe49",9,"\ufe54\ufe55\ufe56\ufe57\ufe59",8],["a980","\ufe62",4,"\ufe68\ufe69\ufe6a\ufe6b"],["a996","\u3007"],["a9a4","\u2500",75],["aa40","\u72dc\u72dd\u72df\u72e2",5,"\u72ea\u72eb\u72f5\u72f6\u72f9\u72fd\u72fe\u72ff\u7300\u7302\u7304",5,"\u730b\u730c\u730d\u730f\u7310\u7311\u7312\u7314\u7318\u7319\u731a\u731f\u7320\u7323\u7324\u7326\u7327\u7328\u732d\u732f\u7330\u7332\u7333\u7335\u7336\u733a\u733b\u733c\u733d\u7340",8],["aa80","\u7349\u734a\u734b\u734c\u734e\u734f\u7351\u7353\u7354\u7355\u7356\u7358",7,"\u7361",10,"\u736e\u7370\u7371"],["ab40","\u7372",11,"\u737f",4,"\u7385\u7386\u7388\u738a\u738c\u738d\u738f\u7390\u7392\u7393\u7394\u7395\u7397\u7398\u7399\u739a\u739c\u739d\u739e\u73a0\u73a1\u73a3",5,"\u73aa\u73ac\u73ad\u73b1\u73b4\u73b5\u73b6\u73b8\u73b9\u73bc\u73bd\u73be\u73bf\u73c1\u73c3",4],["ab80","\u73cb\u73cc\u73ce\u73d2",6,"\u73da\u73db\u73dc\u73dd\u73df\u73e1\u73e2\u73e3\u73e4\u73e6\u73e8\u73ea\u73eb\u73ec\u73ee\u73ef\u73f0\u73f1\u73f3",4],["ac40","\u73f8",10,"\u7404\u7407\u7408\u740b\u740c\u740d\u740e\u7411",8,"\u741c",5,"\u7423\u7424\u7427\u7429\u742b\u742d\u742f\u7431\u7432\u7437",4,"\u743d\u743e\u743f\u7440\u7442",11],["ac80","\u744e",6,"\u7456\u7458\u745d\u7460",12,"\u746e\u746f\u7471",4,"\u7478\u7479\u747a"],["ad40","\u747b\u747c\u747d\u747f\u7482\u7484\u7485\u7486\u7488\u7489\u748a\u748c\u748d\u748f\u7491",10,"\u749d\u749f",7,"\u74aa",15,"\u74bb",12],["ad80","\u74c8",9,"\u74d3",8,"\u74dd\u74df\u74e1\u74e5\u74e7",6,"\u74f0\u74f1\u74f2"],["ae40","\u74f3\u74f5\u74f8",6,"\u7500\u7501\u7502\u7503\u7505",7,"\u750e\u7510\u7512\u7514\u7515\u7516\u7517\u751b\u751d\u751e\u7520",4,"\u7526\u7527\u752a\u752e\u7534\u7536\u7539\u753c\u753d\u753f\u7541\u7542\u7543\u7544\u7546\u7547\u7549\u754a\u754d\u7550\u7551\u7552\u7553\u7555\u7556\u7557\u7558"],["ae80","\u755d",7,"\u7567\u7568\u7569\u756b",6,"\u7573\u7575\u7576\u7577\u757a",4,"\u7580\u7581\u7582\u7584\u7585\u7587"],["af40","\u7588\u7589\u758a\u758c\u758d\u758e\u7590\u7593\u7595\u7598\u759b\u759c\u759e\u75a2\u75a6",4,"\u75ad\u75b6\u75b7\u75ba\u75bb\u75bf\u75c0\u75c1\u75c6\u75cb\u75cc\u75ce\u75cf\u75d0\u75d1\u75d3\u75d7\u75d9\u75da\u75dc\u75dd\u75df\u75e0\u75e1\u75e5\u75e9\u75ec\u75ed\u75ee\u75ef\u75f2\u75f3\u75f5\u75f6\u75f7\u75f8\u75fa\u75fb\u75fd\u75fe\u7602\u7604\u7606\u7607"],["af80","\u7608\u7609\u760b\u760d\u760e\u760f\u7611\u7612\u7613\u7614\u7616\u761a\u761c\u761d\u761e\u7621\u7623\u7627\u7628\u762c\u762e\u762f\u7631\u7632\u7636\u7637\u7639\u763a\u763b\u763d\u7641\u7642\u7644"],["b040","\u7645",6,"\u764e",5,"\u7655\u7657",4,"\u765d\u765f\u7660\u7661\u7662\u7664",6,"\u766c\u766d\u766e\u7670",7,"\u7679\u767a\u767c\u767f\u7680\u7681\u7683\u7685\u7689\u768a\u768c\u768d\u768f\u7690\u7692\u7694\u7695\u7697\u7698\u769a\u769b"],["b080","\u769c",7,"\u76a5",8,"\u76af\u76b0\u76b3\u76b5",9,"\u76c0\u76c1\u76c3\u554a\u963f\u57c3\u6328\u54ce\u5509\u54c0\u7691\u764c\u853c\u77ee\u827e\u788d\u7231\u9698\u978d\u6c28\u5b89\u4ffa\u6309\u6697\u5cb8\u80fa\u6848\u80ae\u6602\u76ce\u51f9\u6556\u71ac\u7ff1\u8884\u50b2\u5965\u61ca\u6fb3\u82ad\u634c\u6252\u53ed\u5427\u7b06\u516b\u75a4\u5df4\u62d4\u8dcb\u9776\u628a\u8019\u575d\u9738\u7f62\u7238\u767d\u67cf\u767e\u6446\u4f70\u8d25\u62dc\u7a17\u6591\u73ed\u642c\u6273\u822c\u9881\u677f\u7248\u626e\u62cc\u4f34\u74e3\u534a\u529e\u7eca\u90a6\u5e2e\u6886\u699c\u8180\u7ed1\u68d2\u78c5\u868c\u9551\u508d\u8c24\u82de\u80de\u5305\u8912\u5265"],["b140","\u76c4\u76c7\u76c9\u76cb\u76cc\u76d3\u76d5\u76d9\u76da\u76dc\u76dd\u76de\u76e0",4,"\u76e6",7,"\u76f0\u76f3\u76f5\u76f6\u76f7\u76fa\u76fb\u76fd\u76ff\u7700\u7702\u7703\u7705\u7706\u770a\u770c\u770e",10,"\u771b\u771c\u771d\u771e\u7721\u7723\u7724\u7725\u7727\u772a\u772b"],["b180","\u772c\u772e\u7730",4,"\u7739\u773b\u773d\u773e\u773f\u7742\u7744\u7745\u7746\u7748",7,"\u7752",7,"\u775c\u8584\u96f9\u4fdd\u5821\u9971\u5b9d\u62b1\u62a5\u66b4\u8c79\u9c8d\u7206\u676f\u7891\u60b2\u5351\u5317\u8f88\u80cc\u8d1d\u94a1\u500d\u72c8\u5907\u60eb\u7119\u88ab\u5954\u82ef\u672c\u7b28\u5d29\u7ef7\u752d\u6cf5\u8e66\u8ff8\u903c\u9f3b\u6bd4\u9119\u7b14\u5f7c\u78a7\u84d6\u853d\u6bd5\u6bd9\u6bd6\u5e01\u5e87\u75f9\u95ed\u655d\u5f0a\u5fc5\u8f9f\u58c1\u81c2\u907f\u965b\u97ad\u8fb9\u7f16\u8d2c\u6241\u4fbf\u53d8\u535e\u8fa8\u8fa9\u8fab\u904d\u6807\u5f6a\u8198\u8868\u9cd6\u618b\u522b\u762a\u5f6c\u658c\u6fd2\u6ee8\u5bbe\u6448\u5175\u51b0\u67c4\u4e19\u79c9\u997c\u70b3"],["b240","\u775d\u775e\u775f\u7760\u7764\u7767\u7769\u776a\u776d",11,"\u777a\u777b\u777c\u7781\u7782\u7783\u7786",5,"\u778f\u7790\u7793",11,"\u77a1\u77a3\u77a4\u77a6\u77a8\u77ab\u77ad\u77ae\u77af\u77b1\u77b2\u77b4\u77b6",4],["b280","\u77bc\u77be\u77c0",12,"\u77ce",8,"\u77d8\u77d9\u77da\u77dd",4,"\u77e4\u75c5\u5e76\u73bb\u83e0\u64ad\u62e8\u94b5\u6ce2\u535a\u52c3\u640f\u94c2\u7b94\u4f2f\u5e1b\u8236\u8116\u818a\u6e24\u6cca\u9a73\u6355\u535c\u54fa\u8865\u57e0\u4e0d\u5e03\u6b65\u7c3f\u90e8\u6016\u64e6\u731c\u88c1\u6750\u624d\u8d22\u776c\u8e29\u91c7\u5f69\u83dc\u8521\u9910\u53c2\u8695\u6b8b\u60ed\u60e8\u707f\u82cd\u8231\u4ed3\u6ca7\u85cf\u64cd\u7cd9\u69fd\u66f9\u8349\u5395\u7b56\u4fa7\u518c\u6d4b\u5c42\u8e6d\u63d2\u53c9\u832c\u8336\u67e5\u78b4\u643d\u5bdf\u5c94\u5dee\u8be7\u62c6\u67f4\u8c7a\u6400\u63ba\u8749\u998b\u8c17\u7f20\u94f2\u4ea7\u9610\u98a4\u660c\u7316"],["b340","\u77e6\u77e8\u77ea\u77ef\u77f0\u77f1\u77f2\u77f4\u77f5\u77f7\u77f9\u77fa\u77fb\u77fc\u7803",5,"\u780a\u780b\u780e\u780f\u7810\u7813\u7815\u7819\u781b\u781e\u7820\u7821\u7822\u7824\u7828\u782a\u782b\u782e\u782f\u7831\u7832\u7833\u7835\u7836\u783d\u783f\u7841\u7842\u7843\u7844\u7846\u7848\u7849\u784a\u784b\u784d\u784f\u7851\u7853\u7854\u7858\u7859\u785a"],["b380","\u785b\u785c\u785e",11,"\u786f",7,"\u7878\u7879\u787a\u787b\u787d",6,"\u573a\u5c1d\u5e38\u957f\u507f\u80a0\u5382\u655e\u7545\u5531\u5021\u8d85\u6284\u949e\u671d\u5632\u6f6e\u5de2\u5435\u7092\u8f66\u626f\u64a4\u63a3\u5f7b\u6f88\u90f4\u81e3\u8fb0\u5c18\u6668\u5ff1\u6c89\u9648\u8d81\u886c\u6491\u79f0\u57ce\u6a59\u6210\u5448\u4e58\u7a0b\u60e9\u6f84\u8bda\u627f\u901e\u9a8b\u79e4\u5403\u75f4\u6301\u5319\u6c60\u8fdf\u5f1b\u9a70\u803b\u9f7f\u4f88\u5c3a\u8d64\u7fc5\u65a5\u70bd\u5145\u51b2\u866b\u5d07\u5ba0\u62bd\u916c\u7574\u8e0c\u7a20\u6101\u7b79\u4ec7\u7ef8\u7785\u4e11\u81ed\u521d\u51fa\u6a71\u53a8\u8e87\u9504\u96cf\u6ec1\u9664\u695a"],["b440","\u7884\u7885\u7886\u7888\u788a\u788b\u788f\u7890\u7892\u7894\u7895\u7896\u7899\u789d\u789e\u78a0\u78a2\u78a4\u78a6\u78a8",7,"\u78b5\u78b6\u78b7\u78b8\u78ba\u78bb\u78bc\u78bd\u78bf\u78c0\u78c2\u78c3\u78c4\u78c6\u78c7\u78c8\u78cc\u78cd\u78ce\u78cf\u78d1\u78d2\u78d3\u78d6\u78d7\u78d8\u78da",9],["b480","\u78e4\u78e5\u78e6\u78e7\u78e9\u78ea\u78eb\u78ed",4,"\u78f3\u78f5\u78f6\u78f8\u78f9\u78fb",5,"\u7902\u7903\u7904\u7906",6,"\u7840\u50a8\u77d7\u6410\u89e6\u5904\u63e3\u5ddd\u7a7f\u693d\u4f20\u8239\u5598\u4e32\u75ae\u7a97\u5e62\u5e8a\u95ef\u521b\u5439\u708a\u6376\u9524\u5782\u6625\u693f\u9187\u5507\u6df3\u7eaf\u8822\u6233\u7ef0\u75b5\u8328\u78c1\u96cc\u8f9e\u6148\u74f7\u8bcd\u6b64\u523a\u8d50\u6b21\u806a\u8471\u56f1\u5306\u4ece\u4e1b\u51d1\u7c97\u918b\u7c07\u4fc3\u8e7f\u7be1\u7a9c\u6467\u5d14\u50ac\u8106\u7601\u7cb9\u6dec\u7fe0\u6751\u5b58\u5bf8\u78cb\u64ae\u6413\u63aa\u632b\u9519\u642d\u8fbe\u7b54\u7629\u6253\u5927\u5446\u6b79\u50a3\u6234\u5e26\u6b86\u4ee3\u8d37\u888b\u5f85\u902e"],["b540","\u790d",5,"\u7914",9,"\u791f",4,"\u7925",14,"\u7935",4,"\u793d\u793f\u7942\u7943\u7944\u7945\u7947\u794a",8,"\u7954\u7955\u7958\u7959\u7961\u7963"],["b580","\u7964\u7966\u7969\u796a\u796b\u796c\u796e\u7970",6,"\u7979\u797b",4,"\u7982\u7983\u7986\u7987\u7988\u7989\u798b\u798c\u798d\u798e\u7990\u7991\u7992\u6020\u803d\u62c5\u4e39\u5355\u90f8\u63b8\u80c6\u65e6\u6c2e\u4f46\u60ee\u6de1\u8bde\u5f39\u86cb\u5f53\u6321\u515a\u8361\u6863\u5200\u6363\u8e48\u5012\u5c9b\u7977\u5bfc\u5230\u7a3b\u60bc\u9053\u76d7\u5fb7\u5f97\u7684\u8e6c\u706f\u767b\u7b49\u77aa\u51f3\u9093\u5824\u4f4e\u6ef4\u8fea\u654c\u7b1b\u72c4\u6da4\u7fdf\u5ae1\u62b5\u5e95\u5730\u8482\u7b2c\u5e1d\u5f1f\u9012\u7f14\u98a0\u6382\u6ec7\u7898\u70b9\u5178\u975b\u57ab\u7535\u4f43\u7538\u5e97\u60e6\u5960\u6dc0\u6bbf\u7889\u53fc\u96d5\u51cb\u5201\u6389\u540a\u9493\u8c03\u8dcc\u7239\u789f\u8776\u8fed\u8c0d\u53e0"],["b640","\u7993",6,"\u799b",11,"\u79a8",10,"\u79b4",4,"\u79bc\u79bf\u79c2\u79c4\u79c5\u79c7\u79c8\u79ca\u79cc\u79ce\u79cf\u79d0\u79d3\u79d4\u79d6\u79d7\u79d9",5,"\u79e0\u79e1\u79e2\u79e5\u79e8\u79ea"],["b680","\u79ec\u79ee\u79f1",6,"\u79f9\u79fa\u79fc\u79fe\u79ff\u7a01\u7a04\u7a05\u7a07\u7a08\u7a09\u7a0a\u7a0c\u7a0f",4,"\u7a15\u7a16\u7a18\u7a19\u7a1b\u7a1c\u4e01\u76ef\u53ee\u9489\u9876\u9f0e\u952d\u5b9a\u8ba2\u4e22\u4e1c\u51ac\u8463\u61c2\u52a8\u680b\u4f97\u606b\u51bb\u6d1e\u515c\u6296\u6597\u9661\u8c46\u9017\u75d8\u90fd\u7763\u6bd2\u728a\u72ec\u8bfb\u5835\u7779\u8d4c\u675c\u9540\u809a\u5ea6\u6e21\u5992\u7aef\u77ed\u953b\u6bb5\u65ad\u7f0e\u5806\u5151\u961f\u5bf9\u58a9\u5428\u8e72\u6566\u987f\u56e4\u949d\u76fe\u9041\u6387\u54c6\u591a\u593a\u579b\u8eb2\u6735\u8dfa\u8235\u5241\u60f0\u5815\u86fe\u5ce8\u9e45\u4fc4\u989d\u8bb9\u5a25\u6076\u5384\u627c\u904f\u9102\u997f\u6069\u800c\u513f\u8033\u5c14\u9975\u6d31\u4e8c"],["b740","\u7a1d\u7a1f\u7a21\u7a22\u7a24",14,"\u7a34\u7a35\u7a36\u7a38\u7a3a\u7a3e\u7a40",5,"\u7a47",9,"\u7a52",4,"\u7a58",16],["b780","\u7a69",6,"\u7a71\u7a72\u7a73\u7a75\u7a7b\u7a7c\u7a7d\u7a7e\u7a82\u7a85\u7a87\u7a89\u7a8a\u7a8b\u7a8c\u7a8e\u7a8f\u7a90\u7a93\u7a94\u7a99\u7a9a\u7a9b\u7a9e\u7aa1\u7aa2\u8d30\u53d1\u7f5a\u7b4f\u4f10\u4e4f\u9600\u6cd5\u73d0\u85e9\u5e06\u756a\u7ffb\u6a0a\u77fe\u9492\u7e41\u51e1\u70e6\u53cd\u8fd4\u8303\u8d29\u72af\u996d\u6cdb\u574a\u82b3\u65b9\u80aa\u623f\u9632\u59a8\u4eff\u8bbf\u7eba\u653e\u83f2\u975e\u5561\u98de\u80a5\u532a\u8bfd\u5420\u80ba\u5e9f\u6cb8\u8d39\u82ac\u915a\u5429\u6c1b\u5206\u7eb7\u575f\u711a\u6c7e\u7c89\u594b\u4efd\u5fff\u6124\u7caa\u4e30\u5c01\u67ab\u8702\u5cf0\u950b\u98ce\u75af\u70fd\u9022\u51af\u7f1d\u8bbd\u5949\u51e4\u4f5b\u5426\u592b\u6577\u80a4\u5b75\u6276\u62c2\u8f90\u5e45\u6c1f\u7b26\u4f0f\u4fd8\u670d"],["b840","\u7aa3\u7aa4\u7aa7\u7aa9\u7aaa\u7aab\u7aae",4,"\u7ab4",10,"\u7ac0",10,"\u7acc",9,"\u7ad7\u7ad8\u7ada\u7adb\u7adc\u7add\u7ae1\u7ae2\u7ae4\u7ae7",5,"\u7aee\u7af0\u7af1\u7af2\u7af3"],["b880","\u7af4",4,"\u7afb\u7afc\u7afe\u7b00\u7b01\u7b02\u7b05\u7b07\u7b09\u7b0c\u7b0d\u7b0e\u7b10\u7b12\u7b13\u7b16\u7b17\u7b18\u7b1a\u7b1c\u7b1d\u7b1f\u7b21\u7b22\u7b23\u7b27\u7b29\u7b2d\u6d6e\u6daa\u798f\u88b1\u5f17\u752b\u629a\u8f85\u4fef\u91dc\u65a7\u812f\u8151\u5e9c\u8150\u8d74\u526f\u8986\u8d4b\u590d\u5085\u4ed8\u961c\u7236\u8179\u8d1f\u5bcc\u8ba3\u9644\u5987\u7f1a\u5490\u5676\u560e\u8be5\u6539\u6982\u9499\u76d6\u6e89\u5e72\u7518\u6746\u67d1\u7aff\u809d\u8d76\u611f\u79c6\u6562\u8d63\u5188\u521a\u94a2\u7f38\u809b\u7eb2\u5c97\u6e2f\u6760\u7bd9\u768b\u9ad8\u818f\u7f94\u7cd5\u641e\u9550\u7a3f\u544a\u54e5\u6b4c\u6401\u6208\u9e3d\u80f3\u7599\u5272\u9769\u845b\u683c\u86e4\u9601\u9694\u94ec\u4e2a\u5404\u7ed9\u6839\u8ddf\u8015\u66f4\u5e9a\u7fb9"],["b940","\u7b2f\u7b30\u7b32\u7b34\u7b35\u7b36\u7b37\u7b39\u7b3b\u7b3d\u7b3f",5,"\u7b46\u7b48\u7b4a\u7b4d\u7b4e\u7b53\u7b55\u7b57\u7b59\u7b5c\u7b5e\u7b5f\u7b61\u7b63",10,"\u7b6f\u7b70\u7b73\u7b74\u7b76\u7b78\u7b7a\u7b7c\u7b7d\u7b7f\u7b81\u7b82\u7b83\u7b84\u7b86",6,"\u7b8e\u7b8f"],["b980","\u7b91\u7b92\u7b93\u7b96\u7b98\u7b99\u7b9a\u7b9b\u7b9e\u7b9f\u7ba0\u7ba3\u7ba4\u7ba5\u7bae\u7baf\u7bb0\u7bb2\u7bb3\u7bb5\u7bb6\u7bb7\u7bb9",7,"\u7bc2\u7bc3\u7bc4\u57c2\u803f\u6897\u5de5\u653b\u529f\u606d\u9f9a\u4f9b\u8eac\u516c\u5bab\u5f13\u5de9\u6c5e\u62f1\u8d21\u5171\u94a9\u52fe\u6c9f\u82df\u72d7\u57a2\u6784\u8d2d\u591f\u8f9c\u83c7\u5495\u7b8d\u4f30\u6cbd\u5b64\u59d1\u9f13\u53e4\u86ca\u9aa8\u8c37\u80a1\u6545\u987e\u56fa\u96c7\u522e\u74dc\u5250\u5be1\u6302\u8902\u4e56\u62d0\u602a\u68fa\u5173\u5b98\u51a0\u89c2\u7ba1\u9986\u7f50\u60ef\u704c\u8d2f\u5149\u5e7f\u901b\u7470\u89c4\u572d\u7845\u5f52\u9f9f\u95fa\u8f68\u9b3c\u8be1\u7678\u6842\u67dc\u8dea\u8d35\u523d\u8f8a\u6eda\u68cd\u9505\u90ed\u56fd\u679c\u88f9\u8fc7\u54c8"],["ba40","\u7bc5\u7bc8\u7bc9\u7bca\u7bcb\u7bcd\u7bce\u7bcf\u7bd0\u7bd2\u7bd4",4,"\u7bdb\u7bdc\u7bde\u7bdf\u7be0\u7be2\u7be3\u7be4\u7be7\u7be8\u7be9\u7beb\u7bec\u7bed\u7bef\u7bf0\u7bf2",4,"\u7bf8\u7bf9\u7bfa\u7bfb\u7bfd\u7bff",7,"\u7c08\u7c09\u7c0a\u7c0d\u7c0e\u7c10",5,"\u7c17\u7c18\u7c19"],["ba80","\u7c1a",4,"\u7c20",5,"\u7c28\u7c29\u7c2b",12,"\u7c39",5,"\u7c42\u9ab8\u5b69\u6d77\u6c26\u4ea5\u5bb3\u9a87\u9163\u61a8\u90af\u97e9\u542b\u6db5\u5bd2\u51fd\u558a\u7f55\u7ff0\u64bc\u634d\u65f1\u61be\u608d\u710a\u6c57\u6c49\u592f\u676d\u822a\u58d5\u568e\u8c6a\u6beb\u90dd\u597d\u8017\u53f7\u6d69\u5475\u559d\u8377\u83cf\u6838\u79be\u548c\u4f55\u5408\u76d2\u8c89\u9602\u6cb3\u6db8\u8d6b\u8910\u9e64\u8d3a\u563f\u9ed1\u75d5\u5f88\u72e0\u6068\u54fc\u4ea8\u6a2a\u8861\u6052\u8f70\u54c4\u70d8\u8679\u9e3f\u6d2a\u5b8f\u5f18\u7ea2\u5589\u4faf\u7334\u543c\u539a\u5019\u540e\u547c\u4e4e\u5ffd\u745a\u58f6\u846b\u80e1\u8774\u72d0\u7cca\u6e56"],["bb40","\u7c43",9,"\u7c4e",36,"\u7c75",5,"\u7c7e",9],["bb80","\u7c88\u7c8a",6,"\u7c93\u7c94\u7c96\u7c99\u7c9a\u7c9b\u7ca0\u7ca1\u7ca3\u7ca6\u7ca7\u7ca8\u7ca9\u7cab\u7cac\u7cad\u7caf\u7cb0\u7cb4",4,"\u7cba\u7cbb\u5f27\u864e\u552c\u62a4\u4e92\u6caa\u6237\u82b1\u54d7\u534e\u733e\u6ed1\u753b\u5212\u5316\u8bdd\u69d0\u5f8a\u6000\u6dee\u574f\u6b22\u73af\u6853\u8fd8\u7f13\u6362\u60a3\u5524\u75ea\u8c62\u7115\u6da3\u5ba6\u5e7b\u8352\u614c\u9ec4\u78fa\u8757\u7c27\u7687\u51f0\u60f6\u714c\u6643\u5e4c\u604d\u8c0e\u7070\u6325\u8f89\u5fbd\u6062\u86d4\u56de\u6bc1\u6094\u6167\u5349\u60e0\u6666\u8d3f\u79fd\u4f1a\u70e9\u6c47\u8bb3\u8bf2\u7ed8\u8364\u660f\u5a5a\u9b42\u6d51\u6df7\u8c41\u6d3b\u4f19\u706b\u83b7\u6216\u60d1\u970d\u8d27\u7978\u51fb\u573e\u57fa\u673a\u7578\u7a3d\u79ef\u7b95"],["bc40","\u7cbf\u7cc0\u7cc2\u7cc3\u7cc4\u7cc6\u7cc9\u7ccb\u7cce",6,"\u7cd8\u7cda\u7cdb\u7cdd\u7cde\u7ce1",6,"\u7ce9",5,"\u7cf0",7,"\u7cf9\u7cfa\u7cfc",13,"\u7d0b",5],["bc80","\u7d11",14,"\u7d21\u7d23\u7d24\u7d25\u7d26\u7d28\u7d29\u7d2a\u7d2c\u7d2d\u7d2e\u7d30",6,"\u808c\u9965\u8ff9\u6fc0\u8ba5\u9e21\u59ec\u7ee9\u7f09\u5409\u6781\u68d8\u8f91\u7c4d\u96c6\u53ca\u6025\u75be\u6c72\u5373\u5ac9\u7ea7\u6324\u51e0\u810a\u5df1\u84df\u6280\u5180\u5b63\u4f0e\u796d\u5242\u60b8\u6d4e\u5bc4\u5bc2\u8ba1\u8bb0\u65e2\u5fcc\u9645\u5993\u7ee7\u7eaa\u5609\u67b7\u5939\u4f73\u5bb6\u52a0\u835a\u988a\u8d3e\u7532\u94be\u5047\u7a3c\u4ef7\u67b6\u9a7e\u5ac1\u6b7c\u76d1\u575a\u5c16\u7b3a\u95f4\u714e\u517c\u80a9\u8270\u5978\u7f04\u8327\u68c0\u67ec\u78b1\u7877\u62e3\u6361\u7b80\u4fed\u526a\u51cf\u8350\u69db\u9274\u8df5\u8d31\u89c1\u952e\u7bad\u4ef6"],["bd40","\u7d37",54,"\u7d6f",7],["bd80","\u7d78",32,"\u5065\u8230\u5251\u996f\u6e10\u6e85\u6da7\u5efa\u50f5\u59dc\u5c06\u6d46\u6c5f\u7586\u848b\u6868\u5956\u8bb2\u5320\u9171\u964d\u8549\u6912\u7901\u7126\u80f6\u4ea4\u90ca\u6d47\u9a84\u5a07\u56bc\u6405\u94f0\u77eb\u4fa5\u811a\u72e1\u89d2\u997a\u7f34\u7ede\u527f\u6559\u9175\u8f7f\u8f83\u53eb\u7a96\u63ed\u63a5\u7686\u79f8\u8857\u9636\u622a\u52ab\u8282\u6854\u6770\u6377\u776b\u7aed\u6d01\u7ed3\u89e3\u59d0\u6212\u85c9\u82a5\u754c\u501f\u4ecb\u75a5\u8beb\u5c4a\u5dfe\u7b4b\u65a4\u91d1\u4eca\u6d25\u895f\u7d27\u9526\u4ec5\u8c28\u8fdb\u9773\u664b\u7981\u8fd1\u70ec\u6d78"],["be40","\u7d99",12,"\u7da7",6,"\u7daf",42],["be80","\u7dda",32,"\u5c3d\u52b2\u8346\u5162\u830e\u775b\u6676\u9cb8\u4eac\u60ca\u7cbe\u7cb3\u7ecf\u4e95\u8b66\u666f\u9888\u9759\u5883\u656c\u955c\u5f84\u75c9\u9756\u7adf\u7ade\u51c0\u70af\u7a98\u63ea\u7a76\u7ea0\u7396\u97ed\u4e45\u7078\u4e5d\u9152\u53a9\u6551\u65e7\u81fc\u8205\u548e\u5c31\u759a\u97a0\u62d8\u72d9\u75bd\u5c45\u9a79\u83ca\u5c40\u5480\u77e9\u4e3e\u6cae\u805a\u62d2\u636e\u5de8\u5177\u8ddd\u8e1e\u952f\u4ff1\u53e5\u60e7\u70ac\u5267\u6350\u9e43\u5a1f\u5026\u7737\u5377\u7ee2\u6485\u652b\u6289\u6398\u5014\u7235\u89c9\u51b3\u8bc0\u7edd\u5747\u83cc\u94a7\u519b\u541b\u5cfb"],["bf40","\u7dfb",62],["bf80","\u7e3a\u7e3c",4,"\u7e42",4,"\u7e48",21,"\u4fca\u7ae3\u6d5a\u90e1\u9a8f\u5580\u5496\u5361\u54af\u5f00\u63e9\u6977\u51ef\u6168\u520a\u582a\u52d8\u574e\u780d\u770b\u5eb7\u6177\u7ce0\u625b\u6297\u4ea2\u7095\u8003\u62f7\u70e4\u9760\u5777\u82db\u67ef\u68f5\u78d5\u9897\u79d1\u58f3\u54b3\u53ef\u6e34\u514b\u523b\u5ba2\u8bfe\u80af\u5543\u57a6\u6073\u5751\u542d\u7a7a\u6050\u5b54\u63a7\u62a0\u53e3\u6263\u5bc7\u67af\u54ed\u7a9f\u82e6\u9177\u5e93\u88e4\u5938\u57ae\u630e\u8de8\u80ef\u5757\u7b77\u4fa9\u5feb\u5bbd\u6b3e\u5321\u7b50\u72c2\u6846\u77ff\u7736\u65f7\u51b5\u4e8f\u76d4\u5cbf\u7aa5\u8475\u594e\u9b41\u5080"],["c040","\u7e5e",35,"\u7e83",23,"\u7e9c\u7e9d\u7e9e"],["c080","\u7eae\u7eb4\u7ebb\u7ebc\u7ed6\u7ee4\u7eec\u7ef9\u7f0a\u7f10\u7f1e\u7f37\u7f39\u7f3b",6,"\u7f43\u7f46",9,"\u7f52\u7f53\u9988\u6127\u6e83\u5764\u6606\u6346\u56f0\u62ec\u6269\u5ed3\u9614\u5783\u62c9\u5587\u8721\u814a\u8fa3\u5566\u83b1\u6765\u8d56\u84dd\u5a6a\u680f\u62e6\u7bee\u9611\u5170\u6f9c\u8c30\u63fd\u89c8\u61d2\u7f06\u70c2\u6ee5\u7405\u6994\u72fc\u5eca\u90ce\u6717\u6d6a\u635e\u52b3\u7262\u8001\u4f6c\u59e5\u916a\u70d9\u6d9d\u52d2\u4e50\u96f7\u956d\u857e\u78ca\u7d2f\u5121\u5792\u64c2\u808b\u7c7b\u6cea\u68f1\u695e\u51b7\u5398\u68a8\u7281\u9ece\u7bf1\u72f8\u79bb\u6f13\u7406\u674e\u91cc\u9ca4\u793c\u8389\u8354\u540f\u6817\u4e3d\u5389\u52b1\u783e\u5386\u5229\u5088\u4f8b\u4fd0"],["c140","\u7f56\u7f59\u7f5b\u7f5c\u7f5d\u7f5e\u7f60\u7f63",4,"\u7f6b\u7f6c\u7f6d\u7f6f\u7f70\u7f73\u7f75\u7f76\u7f77\u7f78\u7f7a\u7f7b\u7f7c\u7f7d\u7f7f\u7f80\u7f82",7,"\u7f8b\u7f8d\u7f8f",4,"\u7f95",4,"\u7f9b\u7f9c\u7fa0\u7fa2\u7fa3\u7fa5\u7fa6\u7fa8",6,"\u7fb1"],["c180","\u7fb3",4,"\u7fba\u7fbb\u7fbe\u7fc0\u7fc2\u7fc3\u7fc4\u7fc6\u7fc7\u7fc8\u7fc9\u7fcb\u7fcd\u7fcf",4,"\u7fd6\u7fd7\u7fd9",5,"\u7fe2\u7fe3\u75e2\u7acb\u7c92\u6ca5\u96b6\u529b\u7483\u54e9\u4fe9\u8054\u83b2\u8fde\u9570\u5ec9\u601c\u6d9f\u5e18\u655b\u8138\u94fe\u604b\u70bc\u7ec3\u7cae\u51c9\u6881\u7cb1\u826f\u4e24\u8f86\u91cf\u667e\u4eae\u8c05\u64a9\u804a\u50da\u7597\u71ce\u5be5\u8fbd\u6f66\u4e86\u6482\u9563\u5ed6\u6599\u5217\u88c2\u70c8\u52a3\u730e\u7433\u6797\u78f7\u9716\u4e34\u90bb\u9cde\u6dcb\u51db\u8d41\u541d\u62ce\u73b2\u83f1\u96f6\u9f84\u94c3\u4f36\u7f9a\u51cc\u7075\u9675\u5cad\u9886\u53e6\u4ee4\u6e9c\u7409\u69b4\u786b\u998f\u7559\u5218\u7624\u6d41\u67f3\u516d\u9f99\u804b\u5499\u7b3c\u7abf"],["c240","\u7fe4\u7fe7\u7fe8\u7fea\u7feb\u7fec\u7fed\u7fef\u7ff2\u7ff4",6,"\u7ffd\u7ffe\u7fff\u8002\u8007\u8008\u8009\u800a\u800e\u800f\u8011\u8013\u801a\u801b\u801d\u801e\u801f\u8021\u8023\u8024\u802b",5,"\u8032\u8034\u8039\u803a\u803c\u803e\u8040\u8041\u8044\u8045\u8047\u8048\u8049\u804e\u804f\u8050\u8051\u8053\u8055\u8056\u8057"],["c280","\u8059\u805b",13,"\u806b",5,"\u8072",11,"\u9686\u5784\u62e2\u9647\u697c\u5a04\u6402\u7bd3\u6f0f\u964b\u82a6\u5362\u9885\u5e90\u7089\u63b3\u5364\u864f\u9c81\u9e93\u788c\u9732\u8def\u8d42\u9e7f\u6f5e\u7984\u5f55\u9646\u622e\u9a74\u5415\u94dd\u4fa3\u65c5\u5c65\u5c61\u7f15\u8651\u6c2f\u5f8b\u7387\u6ee4\u7eff\u5ce6\u631b\u5b6a\u6ee6\u5375\u4e71\u63a0\u7565\u62a1\u8f6e\u4f26\u4ed1\u6ca6\u7eb6\u8bba\u841d\u87ba\u7f57\u903b\u9523\u7ba9\u9aa1\u88f8\u843d\u6d1b\u9a86\u7edc\u5988\u9ebb\u739b\u7801\u8682\u9a6c\u9a82\u561b\u5417\u57cb\u4e70\u9ea6\u5356\u8fc8\u8109\u7792\u9992\u86ee\u6ee1\u8513\u66fc\u6162\u6f2b"],["c340","\u807e\u8081\u8082\u8085\u8088\u808a\u808d",5,"\u8094\u8095\u8097\u8099\u809e\u80a3\u80a6\u80a7\u80a8\u80ac\u80b0\u80b3\u80b5\u80b6\u80b8\u80b9\u80bb\u80c5\u80c7",4,"\u80cf",6,"\u80d8\u80df\u80e0\u80e2\u80e3\u80e6\u80ee\u80f5\u80f7\u80f9\u80fb\u80fe\u80ff\u8100\u8101\u8103\u8104\u8105\u8107\u8108\u810b"],["c380","\u810c\u8115\u8117\u8119\u811b\u811c\u811d\u811f",12,"\u812d\u812e\u8130\u8133\u8134\u8135\u8137\u8139",4,"\u813f\u8c29\u8292\u832b\u76f2\u6c13\u5fd9\u83bd\u732b\u8305\u951a\u6bdb\u77db\u94c6\u536f\u8302\u5192\u5e3d\u8c8c\u8d38\u4e48\u73ab\u679a\u6885\u9176\u9709\u7164\u6ca1\u7709\u5a92\u9541\u6bcf\u7f8e\u6627\u5bd0\u59b9\u5a9a\u95e8\u95f7\u4eec\u840c\u8499\u6aac\u76df\u9530\u731b\u68a6\u5b5f\u772f\u919a\u9761\u7cdc\u8ff7\u8c1c\u5f25\u7c73\u79d8\u89c5\u6ccc\u871c\u5bc6\u5e42\u68c9\u7720\u7ef5\u5195\u514d\u52c9\u5a29\u7f05\u9762\u82d7\u63cf\u7784\u85d0\u79d2\u6e3a\u5e99\u5999\u8511\u706d\u6c11\u62bf\u76bf\u654f\u60af\u95fd\u660e\u879f\u9e23\u94ed\u540d\u547d\u8c2c\u6478"],["c440","\u8140",5,"\u8147\u8149\u814d\u814e\u814f\u8152\u8156\u8157\u8158\u815b",4,"\u8161\u8162\u8163\u8164\u8166\u8168\u816a\u816b\u816c\u816f\u8172\u8173\u8175\u8176\u8177\u8178\u8181\u8183",4,"\u8189\u818b\u818c\u818d\u818e\u8190\u8192",5,"\u8199\u819a\u819e",4,"\u81a4\u81a5"],["c480","\u81a7\u81a9\u81ab",7,"\u81b4",5,"\u81bc\u81bd\u81be\u81bf\u81c4\u81c5\u81c7\u81c8\u81c9\u81cb\u81cd",6,"\u6479\u8611\u6a21\u819c\u78e8\u6469\u9b54\u62b9\u672b\u83ab\u58a8\u9ed8\u6cab\u6f20\u5bde\u964c\u8c0b\u725f\u67d0\u62c7\u7261\u4ea9\u59c6\u6bcd\u5893\u66ae\u5e55\u52df\u6155\u6728\u76ee\u7766\u7267\u7a46\u62ff\u54ea\u5450\u94a0\u90a3\u5a1c\u7eb3\u6c16\u4e43\u5976\u8010\u5948\u5357\u7537\u96be\u56ca\u6320\u8111\u607c\u95f9\u6dd6\u5462\u9981\u5185\u5ae9\u80fd\u59ae\u9713\u502a\u6ce5\u5c3c\u62df\u4f60\u533f\u817b\u9006\u6eba\u852b\u62c8\u5e74\u78be\u64b5\u637b\u5ff5\u5a18\u917f\u9e1f\u5c3f\u634f\u8042\u5b7d\u556e\u954a\u954d\u6d85\u60a8\u67e0\u72de\u51dd\u5b81"],["c540","\u81d4",14,"\u81e4\u81e5\u81e6\u81e8\u81e9\u81eb\u81ee",4,"\u81f5",5,"\u81fd\u81ff\u8203\u8207",4,"\u820e\u820f\u8211\u8213\u8215",5,"\u821d\u8220\u8224\u8225\u8226\u8227\u8229\u822e\u8232\u823a\u823c\u823d\u823f"],["c580","\u8240\u8241\u8242\u8243\u8245\u8246\u8248\u824a\u824c\u824d\u824e\u8250",7,"\u8259\u825b\u825c\u825d\u825e\u8260",7,"\u8269\u62e7\u6cde\u725b\u626d\u94ae\u7ebd\u8113\u6d53\u519c\u5f04\u5974\u52aa\u6012\u5973\u6696\u8650\u759f\u632a\u61e6\u7cef\u8bfa\u54e6\u6b27\u9e25\u6bb4\u85d5\u5455\u5076\u6ca4\u556a\u8db4\u722c\u5e15\u6015\u7436\u62cd\u6392\u724c\u5f98\u6e43\u6d3e\u6500\u6f58\u76d8\u78d0\u76fc\u7554\u5224\u53db\u4e53\u5e9e\u65c1\u802a\u80d6\u629b\u5486\u5228\u70ae\u888d\u8dd1\u6ce1\u5478\u80da\u57f9\u88f4\u8d54\u966a\u914d\u4f69\u6c9b\u55b7\u76c6\u7830\u62a8\u70f9\u6f8e\u5f6d\u84ec\u68da\u787c\u7bf7\u81a8\u670b\u9e4f\u6367\u78b0\u576f\u7812\u9739\u6279\u62ab\u5288\u7435\u6bd7"],["c640","\u826a\u826b\u826c\u826d\u8271\u8275\u8276\u8277\u8278\u827b\u827c\u8280\u8281\u8283\u8285\u8286\u8287\u8289\u828c\u8290\u8293\u8294\u8295\u8296\u829a\u829b\u829e\u82a0\u82a2\u82a3\u82a7\u82b2\u82b5\u82b6\u82ba\u82bb\u82bc\u82bf\u82c0\u82c2\u82c3\u82c5\u82c6\u82c9\u82d0\u82d6\u82d9\u82da\u82dd\u82e2\u82e7\u82e8\u82e9\u82ea\u82ec\u82ed\u82ee\u82f0\u82f2\u82f3\u82f5\u82f6\u82f8"],["c680","\u82fa\u82fc",4,"\u830a\u830b\u830d\u8310\u8312\u8313\u8316\u8318\u8319\u831d",9,"\u8329\u832a\u832e\u8330\u8332\u8337\u833b\u833d\u5564\u813e\u75b2\u76ae\u5339\u75de\u50fb\u5c41\u8b6c\u7bc7\u504f\u7247\u9a97\u98d8\u6f02\u74e2\u7968\u6487\u77a5\u62fc\u9891\u8d2b\u54c1\u8058\u4e52\u576a\u82f9\u840d\u5e73\u51ed\u74f6\u8bc4\u5c4f\u5761\u6cfc\u9887\u5a46\u7834\u9b44\u8feb\u7c95\u5256\u6251\u94fa\u4ec6\u8386\u8461\u83e9\u84b2\u57d4\u6734\u5703\u666e\u6d66\u8c31\u66dd\u7011\u671f\u6b3a\u6816\u621a\u59bb\u4e03\u51c4\u6f06\u67d2\u6c8f\u5176\u68cb\u5947\u6b67\u7566\u5d0e\u8110\u9f50\u65d7\u7948\u7941\u9a91\u8d77\u5c82\u4e5e\u4f01\u542f\u5951\u780c\u5668\u6c14\u8fc4\u5f03\u6c7d\u6ce3\u8bab\u6390"],["c740","\u833e\u833f\u8341\u8342\u8344\u8345\u8348\u834a",4,"\u8353\u8355",4,"\u835d\u8362\u8370",6,"\u8379\u837a\u837e",6,"\u8387\u8388\u838a\u838b\u838c\u838d\u838f\u8390\u8391\u8394\u8395\u8396\u8397\u8399\u839a\u839d\u839f\u83a1",6,"\u83ac\u83ad\u83ae"],["c780","\u83af\u83b5\u83bb\u83be\u83bf\u83c2\u83c3\u83c4\u83c6\u83c8\u83c9\u83cb\u83cd\u83ce\u83d0\u83d1\u83d2\u83d3\u83d5\u83d7\u83d9\u83da\u83db\u83de\u83e2\u83e3\u83e4\u83e6\u83e7\u83e8\u83eb\u83ec\u83ed\u6070\u6d3d\u7275\u6266\u948e\u94c5\u5343\u8fc1\u7b7e\u4edf\u8c26\u4e7e\u9ed4\u94b1\u94b3\u524d\u6f5c\u9063\u6d45\u8c34\u5811\u5d4c\u6b20\u6b49\u67aa\u545b\u8154\u7f8c\u5899\u8537\u5f3a\u62a2\u6a47\u9539\u6572\u6084\u6865\u77a7\u4e54\u4fa8\u5de7\u9798\u64ac\u7fd8\u5ced\u4fcf\u7a8d\u5207\u8304\u4e14\u602f\u7a83\u94a6\u4fb5\u4eb2\u79e6\u7434\u52e4\u82b9\u64d2\u79bd\u5bdd\u6c81\u9752\u8f7b\u6c22\u503e\u537f\u6e05\u64ce\u6674\u6c30\u60c5\u9877\u8bf7\u5e86\u743c\u7a77\u79cb\u4e18\u90b1\u7403\u6c42\u56da\u914b\u6cc5\u8d8b\u533a\u86c6\u66f2\u8eaf\u5c48\u9a71\u6e20"],["c840","\u83ee\u83ef\u83f3",4,"\u83fa\u83fb\u83fc\u83fe\u83ff\u8400\u8402\u8405\u8407\u8408\u8409\u840a\u8410\u8412",5,"\u8419\u841a\u841b\u841e",5,"\u8429",7,"\u8432",5,"\u8439\u843a\u843b\u843e",7,"\u8447\u8448\u8449"],["c880","\u844a",6,"\u8452",4,"\u8458\u845d\u845e\u845f\u8460\u8462\u8464",4,"\u846a\u846e\u846f\u8470\u8472\u8474\u8477\u8479\u847b\u847c\u53d6\u5a36\u9f8b\u8da3\u53bb\u5708\u98a7\u6743\u919b\u6cc9\u5168\u75ca\u62f3\u72ac\u5238\u529d\u7f3a\u7094\u7638\u5374\u9e4a\u69b7\u786e\u96c0\u88d9\u7fa4\u7136\u71c3\u5189\u67d3\u74e4\u58e4\u6518\u56b7\u8ba9\u9976\u6270\u7ed5\u60f9\u70ed\u58ec\u4ec1\u4eba\u5fcd\u97e7\u4efb\u8ba4\u5203\u598a\u7eab\u6254\u4ecd\u65e5\u620e\u8338\u84c9\u8363\u878d\u7194\u6eb6\u5bb9\u7ed2\u5197\u63c9\u67d4\u8089\u8339\u8815\u5112\u5b7a\u5982\u8fb1\u4e73\u6c5d\u5165\u8925\u8f6f\u962e\u854a\u745e\u9510\u95f0\u6da6\u82e5\u5f31\u6492\u6d12\u8428\u816e\u9cc3\u585e\u8d5b\u4e09\u53c1"],["c940","\u847d",4,"\u8483\u8484\u8485\u8486\u848a\u848d\u848f",7,"\u8498\u849a\u849b\u849d\u849e\u849f\u84a0\u84a2",12,"\u84b0\u84b1\u84b3\u84b5\u84b6\u84b7\u84bb\u84bc\u84be\u84c0\u84c2\u84c3\u84c5\u84c6\u84c7\u84c8\u84cb\u84cc\u84ce\u84cf\u84d2\u84d4\u84d5\u84d7"],["c980","\u84d8",4,"\u84de\u84e1\u84e2\u84e4\u84e7",4,"\u84ed\u84ee\u84ef\u84f1",10,"\u84fd\u84fe\u8500\u8501\u8502\u4f1e\u6563\u6851\u55d3\u4e27\u6414\u9a9a\u626b\u5ac2\u745f\u8272\u6da9\u68ee\u50e7\u838e\u7802\u6740\u5239\u6c99\u7eb1\u50bb\u5565\u715e\u7b5b\u6652\u73ca\u82eb\u6749\u5c71\u5220\u717d\u886b\u95ea\u9655\u64c5\u8d61\u81b3\u5584\u6c55\u6247\u7f2e\u5892\u4f24\u5546\u8d4f\u664c\u4e0a\u5c1a\u88f3\u68a2\u634e\u7a0d\u70e7\u828d\u52fa\u97f6\u5c11\u54e8\u90b5\u7ecd\u5962\u8d4a\u86c7\u820c\u820d\u8d66\u6444\u5c04\u6151\u6d89\u793e\u8bbe\u7837\u7533\u547b\u4f38\u8eab\u6df1\u5a20\u7ec5\u795e\u6c88\u5ba1\u5a76\u751a\u80be\u614e\u6e17\u58f0\u751f\u7525\u7272\u5347\u7ef3"],["ca40","\u8503",8,"\u850d\u850e\u850f\u8510\u8512\u8514\u8515\u8516\u8518\u8519\u851b\u851c\u851d\u851e\u8520\u8522",8,"\u852d",9,"\u853e",4,"\u8544\u8545\u8546\u8547\u854b",10],["ca80","\u8557\u8558\u855a\u855b\u855c\u855d\u855f",4,"\u8565\u8566\u8567\u8569",8,"\u8573\u8575\u8576\u8577\u8578\u857c\u857d\u857f\u8580\u8581\u7701\u76db\u5269\u80dc\u5723\u5e08\u5931\u72ee\u65bd\u6e7f\u8bd7\u5c38\u8671\u5341\u77f3\u62fe\u65f6\u4ec0\u98df\u8680\u5b9e\u8bc6\u53f2\u77e2\u4f7f\u5c4e\u9a76\u59cb\u5f0f\u793a\u58eb\u4e16\u67ff\u4e8b\u62ed\u8a93\u901d\u52bf\u662f\u55dc\u566c\u9002\u4ed5\u4f8d\u91ca\u9970\u6c0f\u5e02\u6043\u5ba4\u89c6\u8bd5\u6536\u624b\u9996\u5b88\u5bff\u6388\u552e\u53d7\u7626\u517d\u852c\u67a2\u68b3\u6b8a\u6292\u8f93\u53d4\u8212\u6dd1\u758f\u4e66\u8d4e\u5b70\u719f\u85af\u6691\u66d9\u7f72\u8700\u9ecd\u9f20\u5c5e\u672f\u8ff0\u6811\u675f\u620d\u7ad6\u5885\u5eb6\u6570\u6f31"],["cb40","\u8582\u8583\u8586\u8588",6,"\u8590",10,"\u859d",6,"\u85a5\u85a6\u85a7\u85a9\u85ab\u85ac\u85ad\u85b1",5,"\u85b8\u85ba",6,"\u85c2",6,"\u85ca",4,"\u85d1\u85d2"],["cb80","\u85d4\u85d6",5,"\u85dd",6,"\u85e5\u85e6\u85e7\u85e8\u85ea",14,"\u6055\u5237\u800d\u6454\u8870\u7529\u5e05\u6813\u62f4\u971c\u53cc\u723d\u8c01\u6c34\u7761\u7a0e\u542e\u77ac\u987a\u821c\u8bf4\u7855\u6714\u70c1\u65af\u6495\u5636\u601d\u79c1\u53f8\u4e1d\u6b7b\u8086\u5bfa\u55e3\u56db\u4f3a\u4f3c\u9972\u5df3\u677e\u8038\u6002\u9882\u9001\u5b8b\u8bbc\u8bf5\u641c\u8258\u64de\u55fd\u82cf\u9165\u4fd7\u7d20\u901f\u7c9f\u50f3\u5851\u6eaf\u5bbf\u8bc9\u8083\u9178\u849c\u7b97\u867d\u968b\u968f\u7ee5\u9ad3\u788e\u5c81\u7a57\u9042\u96a7\u795f\u5b59\u635f\u7b0b\u84d1\u68ad\u5506\u7f29\u7410\u7d22\u9501\u6240\u584c\u4ed6\u5b83\u5979\u5854"],["cc40","\u85f9\u85fa\u85fc\u85fd\u85fe\u8600",4,"\u8606",10,"\u8612\u8613\u8614\u8615\u8617",15,"\u8628\u862a",13,"\u8639\u863a\u863b\u863d\u863e\u863f\u8640"],["cc80","\u8641",11,"\u8652\u8653\u8655",4,"\u865b\u865c\u865d\u865f\u8660\u8661\u8663",7,"\u736d\u631e\u8e4b\u8e0f\u80ce\u82d4\u62ac\u53f0\u6cf0\u915e\u592a\u6001\u6c70\u574d\u644a\u8d2a\u762b\u6ee9\u575b\u6a80\u75f0\u6f6d\u8c2d\u8c08\u5766\u6bef\u8892\u78b3\u63a2\u53f9\u70ad\u6c64\u5858\u642a\u5802\u68e0\u819b\u5510\u7cd6\u5018\u8eba\u6dcc\u8d9f\u70eb\u638f\u6d9b\u6ed4\u7ee6\u8404\u6843\u9003\u6dd8\u9676\u8ba8\u5957\u7279\u85e4\u817e\u75bc\u8a8a\u68af\u5254\u8e22\u9511\u63d0\u9898\u8e44\u557c\u4f53\u66ff\u568f\u60d5\u6d95\u5243\u5c49\u5929\u6dfb\u586b\u7530\u751c\u606c\u8214\u8146\u6311\u6761\u8fe2\u773a\u8df3\u8d34\u94c1\u5e16\u5385\u542c\u70c3"],["cd40","\u866d\u866f\u8670\u8672",6,"\u8683",6,"\u868e",4,"\u8694\u8696",5,"\u869e",4,"\u86a5\u86a6\u86ab\u86ad\u86ae\u86b2\u86b3\u86b7\u86b8\u86b9\u86bb",4,"\u86c1\u86c2\u86c3\u86c5\u86c8\u86cc\u86cd\u86d2\u86d3\u86d5\u86d6\u86d7\u86da\u86dc"],["cd80","\u86dd\u86e0\u86e1\u86e2\u86e3\u86e5\u86e6\u86e7\u86e8\u86ea\u86eb\u86ec\u86ef\u86f5\u86f6\u86f7\u86fa\u86fb\u86fc\u86fd\u86ff\u8701\u8704\u8705\u8706\u870b\u870c\u870e\u870f\u8710\u8711\u8714\u8716\u6c40\u5ef7\u505c\u4ead\u5ead\u633a\u8247\u901a\u6850\u916e\u77b3\u540c\u94dc\u5f64\u7ae5\u6876\u6345\u7b52\u7edf\u75db\u5077\u6295\u5934\u900f\u51f8\u79c3\u7a81\u56fe\u5f92\u9014\u6d82\u5c60\u571f\u5410\u5154\u6e4d\u56e2\u63a8\u9893\u817f\u8715\u892a\u9000\u541e\u5c6f\u81c0\u62d6\u6258\u8131\u9e35\u9640\u9a6e\u9a7c\u692d\u59a5\u62d3\u553e\u6316\u54c7\u86d9\u6d3c\u5a03\u74e6\u889c\u6b6a\u5916\u8c4c\u5f2f\u6e7e\u73a9\u987d\u4e38\u70f7\u5b8c\u7897\u633d\u665a\u7696\u60cb\u5b9b\u5a49\u4e07\u8155\u6c6a\u738b\u4ea1\u6789\u7f51\u5f80\u65fa\u671b\u5fd8\u5984\u5a01"],["ce40","\u8719\u871b\u871d\u871f\u8720\u8724\u8726\u8727\u8728\u872a\u872b\u872c\u872d\u872f\u8730\u8732\u8733\u8735\u8736\u8738\u8739\u873a\u873c\u873d\u8740",6,"\u874a\u874b\u874d\u874f\u8750\u8751\u8752\u8754\u8755\u8756\u8758\u875a",5,"\u8761\u8762\u8766",7,"\u876f\u8771\u8772\u8773\u8775"],["ce80","\u8777\u8778\u8779\u877a\u877f\u8780\u8781\u8784\u8786\u8787\u8789\u878a\u878c\u878e",4,"\u8794\u8795\u8796\u8798",6,"\u87a0",4,"\u5dcd\u5fae\u5371\u97e6\u8fdd\u6845\u56f4\u552f\u60df\u4e3a\u6f4d\u7ef4\u82c7\u840e\u59d4\u4f1f\u4f2a\u5c3e\u7eac\u672a\u851a\u5473\u754f\u80c3\u5582\u9b4f\u4f4d\u6e2d\u8c13\u5c09\u6170\u536b\u761f\u6e29\u868a\u6587\u95fb\u7eb9\u543b\u7a33\u7d0a\u95ee\u55e1\u7fc1\u74ee\u631d\u8717\u6da1\u7a9d\u6211\u65a1\u5367\u63e1\u6c83\u5deb\u545c\u94a8\u4e4c\u6c61\u8bec\u5c4b\u65e0\u829c\u68a7\u543e\u5434\u6bcb\u6b66\u4e94\u6342\u5348\u821e\u4f0d\u4fae\u575e\u620a\u96fe\u6664\u7269\u52ff\u52a1\u609f\u8bef\u6614\u7199\u6790\u897f\u7852\u77fd\u6670\u563b\u5438\u9521\u727a"],["cf40","\u87a5\u87a6\u87a7\u87a9\u87aa\u87ae\u87b0\u87b1\u87b2\u87b4\u87b6\u87b7\u87b8\u87b9\u87bb\u87bc\u87be\u87bf\u87c1",4,"\u87c7\u87c8\u87c9\u87cc",4,"\u87d4",6,"\u87dc\u87dd\u87de\u87df\u87e1\u87e2\u87e3\u87e4\u87e6\u87e7\u87e8\u87e9\u87eb\u87ec\u87ed\u87ef",9],["cf80","\u87fa\u87fb\u87fc\u87fd\u87ff\u8800\u8801\u8802\u8804",5,"\u880b",7,"\u8814\u8817\u8818\u8819\u881a\u881c",4,"\u8823\u7a00\u606f\u5e0c\u6089\u819d\u5915\u60dc\u7184\u70ef\u6eaa\u6c50\u7280\u6a84\u88ad\u5e2d\u4e60\u5ab3\u559c\u94e3\u6d17\u7cfb\u9699\u620f\u7ec6\u778e\u867e\u5323\u971e\u8f96\u6687\u5ce1\u4fa0\u72ed\u4e0b\u53a6\u590f\u5413\u6380\u9528\u5148\u4ed9\u9c9c\u7ea4\u54b8\u8d24\u8854\u8237\u95f2\u6d8e\u5f26\u5acc\u663e\u9669\u73b0\u732e\u53bf\u817a\u9985\u7fa1\u5baa\u9677\u9650\u7ebf\u76f8\u53a2\u9576\u9999\u7bb1\u8944\u6e58\u4e61\u7fd4\u7965\u8be6\u60f3\u54cd\u4eab\u9879\u5df7\u6a61\u50cf\u5411\u8c61\u8427\u785d\u9704\u524a\u54ee\u56a3\u9500\u6d88\u5bb5\u6dc6\u6653"],["d040","\u8824",13,"\u8833",5,"\u883a\u883b\u883d\u883e\u883f\u8841\u8842\u8843\u8846",5,"\u884e",5,"\u8855\u8856\u8858\u885a",6,"\u8866\u8867\u886a\u886d\u886f\u8871\u8873\u8874\u8875\u8876\u8878\u8879\u887a"],["d080","\u887b\u887c\u8880\u8883\u8886\u8887\u8889\u888a\u888c\u888e\u888f\u8890\u8891\u8893\u8894\u8895\u8897",4,"\u889d",4,"\u88a3\u88a5",5,"\u5c0f\u5b5d\u6821\u8096\u5578\u7b11\u6548\u6954\u4e9b\u6b47\u874e\u978b\u534f\u631f\u643a\u90aa\u659c\u80c1\u8c10\u5199\u68b0\u5378\u87f9\u61c8\u6cc4\u6cfb\u8c22\u5c51\u85aa\u82af\u950c\u6b23\u8f9b\u65b0\u5ffb\u5fc3\u4fe1\u8845\u661f\u8165\u7329\u60fa\u5174\u5211\u578b\u5f62\u90a2\u884c\u9192\u5e78\u674f\u6027\u59d3\u5144\u51f6\u80f8\u5308\u6c79\u96c4\u718a\u4f11\u4fee\u7f9e\u673d\u55c5\u9508\u79c0\u8896\u7ee3\u589f\u620c\u9700\u865a\u5618\u987b\u5f90\u8bb8\u84c4\u9157\u53d9\u65ed\u5e8f\u755c\u6064\u7d6e\u5a7f\u7eea\u7eed\u8f69\u55a7\u5ba3\u60ac\u65cb\u7384"],["d140","\u88ac\u88ae\u88af\u88b0\u88b2",4,"\u88b8\u88b9\u88ba\u88bb\u88bd\u88be\u88bf\u88c0\u88c3\u88c4\u88c7\u88c8\u88ca\u88cb\u88cc\u88cd\u88cf\u88d0\u88d1\u88d3\u88d6\u88d7\u88da",4,"\u88e0\u88e1\u88e6\u88e7\u88e9",6,"\u88f2\u88f5\u88f6\u88f7\u88fa\u88fb\u88fd\u88ff\u8900\u8901\u8903",5],["d180","\u8909\u890b",4,"\u8911\u8914",4,"\u891c",4,"\u8922\u8923\u8924\u8926\u8927\u8928\u8929\u892c\u892d\u892e\u892f\u8931\u8932\u8933\u8935\u8937\u9009\u7663\u7729\u7eda\u9774\u859b\u5b66\u7a74\u96ea\u8840\u52cb\u718f\u5faa\u65ec\u8be2\u5bfb\u9a6f\u5de1\u6b89\u6c5b\u8bad\u8baf\u900a\u8fc5\u538b\u62bc\u9e26\u9e2d\u5440\u4e2b\u82bd\u7259\u869c\u5d16\u8859\u6daf\u96c5\u54d1\u4e9a\u8bb6\u7109\u54bd\u9609\u70df\u6df9\u76d0\u4e25\u7814\u8712\u5ca9\u5ef6\u8a00\u989c\u960e\u708e\u6cbf\u5944\u63a9\u773c\u884d\u6f14\u8273\u5830\u71d5\u538c\u781a\u96c1\u5501\u5f66\u7130\u5bb4\u8c1a\u9a8c\u6b83\u592e\u9e2f\u79e7\u6768\u626c\u4f6f\u75a1\u7f8a\u6d0b\u9633\u6c27\u4ef0\u75d2\u517b\u6837\u6f3e\u9080\u8170\u5996\u7476"],["d240","\u8938",8,"\u8942\u8943\u8945",24,"\u8960",5,"\u8967",19,"\u897c"],["d280","\u897d\u897e\u8980\u8982\u8984\u8985\u8987",26,"\u6447\u5c27\u9065\u7a91\u8c23\u59da\u54ac\u8200\u836f\u8981\u8000\u6930\u564e\u8036\u7237\u91ce\u51b6\u4e5f\u9875\u6396\u4e1a\u53f6\u66f3\u814b\u591c\u6db2\u4e00\u58f9\u533b\u63d6\u94f1\u4f9d\u4f0a\u8863\u9890\u5937\u9057\u79fb\u4eea\u80f0\u7591\u6c82\u5b9c\u59e8\u5f5d\u6905\u8681\u501a\u5df2\u4e59\u77e3\u4ee5\u827a\u6291\u6613\u9091\u5c79\u4ebf\u5f79\u81c6\u9038\u8084\u75ab\u4ea6\u88d4\u610f\u6bc5\u5fc6\u4e49\u76ca\u6ea2\u8be3\u8bae\u8c0a\u8bd1\u5f02\u7ffc\u7fcc\u7ece\u8335\u836b\u56e0\u6bb7\u97f3\u9634\u59fb\u541f\u94f6\u6deb\u5bc5\u996e\u5c39\u5f15\u9690"],["d340","\u89a2",30,"\u89c3\u89cd\u89d3\u89d4\u89d5\u89d7\u89d8\u89d9\u89db\u89dd\u89df\u89e0\u89e1\u89e2\u89e4\u89e7\u89e8\u89e9\u89ea\u89ec\u89ed\u89ee\u89f0\u89f1\u89f2\u89f4",6],["d380","\u89fb",4,"\u8a01",5,"\u8a08",21,"\u5370\u82f1\u6a31\u5a74\u9e70\u5e94\u7f28\u83b9\u8424\u8425\u8367\u8747\u8fce\u8d62\u76c8\u5f71\u9896\u786c\u6620\u54df\u62e5\u4f63\u81c3\u75c8\u5eb8\u96cd\u8e0a\u86f9\u548f\u6cf3\u6d8c\u6c38\u607f\u52c7\u7528\u5e7d\u4f18\u60a0\u5fe7\u5c24\u7531\u90ae\u94c0\u72b9\u6cb9\u6e38\u9149\u6709\u53cb\u53f3\u4f51\u91c9\u8bf1\u53c8\u5e7c\u8fc2\u6de4\u4e8e\u76c2\u6986\u865e\u611a\u8206\u4f59\u4fde\u903e\u9c7c\u6109\u6e1d\u6e14\u9685\u4e88\u5a31\u96e8\u4e0e\u5c7f\u79b9\u5b87\u8bed\u7fbd\u7389\u57df\u828b\u90c1\u5401\u9047\u55bb\u5cea\u5fa1\u6108\u6b32\u72f1\u80b2\u8a89"],["d440","\u8a1e",31,"\u8a3f",8,"\u8a49",21],["d480","\u8a5f",25,"\u8a7a",6,"\u6d74\u5bd3\u88d5\u9884\u8c6b\u9a6d\u9e33\u6e0a\u51a4\u5143\u57a3\u8881\u539f\u63f4\u8f95\u56ed\u5458\u5706\u733f\u6e90\u7f18\u8fdc\u82d1\u613f\u6028\u9662\u66f0\u7ea6\u8d8a\u8dc3\u94a5\u5cb3\u7ca4\u6708\u60a6\u9605\u8018\u4e91\u90e7\u5300\u9668\u5141\u8fd0\u8574\u915d\u6655\u97f5\u5b55\u531d\u7838\u6742\u683d\u54c9\u707e\u5bb0\u8f7d\u518d\u5728\u54b1\u6512\u6682\u8d5e\u8d43\u810f\u846c\u906d\u7cdf\u51ff\u85fb\u67a3\u65e9\u6fa1\u86a4\u8e81\u566a\u9020\u7682\u7076\u71e5\u8d23\u62e9\u5219\u6cfd\u8d3c\u600e\u589e\u618e\u66fe\u8d60\u624e\u55b3\u6e23\u672d\u8f67"],["d540","\u8a81",7,"\u8a8b",7,"\u8a94",46],["d580","\u8ac3",32,"\u94e1\u95f8\u7728\u6805\u69a8\u548b\u4e4d\u70b8\u8bc8\u6458\u658b\u5b85\u7a84\u503a\u5be8\u77bb\u6be1\u8a79\u7c98\u6cbe\u76cf\u65a9\u8f97\u5d2d\u5c55\u8638\u6808\u5360\u6218\u7ad9\u6e5b\u7efd\u6a1f\u7ae0\u5f70\u6f33\u5f20\u638c\u6da8\u6756\u4e08\u5e10\u8d26\u4ed7\u80c0\u7634\u969c\u62db\u662d\u627e\u6cbc\u8d75\u7167\u7f69\u5146\u8087\u53ec\u906e\u6298\u54f2\u86f0\u8f99\u8005\u9517\u8517\u8fd9\u6d59\u73cd\u659f\u771f\u7504\u7827\u81fb\u8d1e\u9488\u4fa6\u6795\u75b9\u8bca\u9707\u632f\u9547\u9635\u84b8\u6323\u7741\u5f81\u72f0\u4e89\u6014\u6574\u62ef\u6b63\u653f"],["d640","\u8ae4",34,"\u8b08",27],["d680","\u8b24\u8b25\u8b27",30,"\u5e27\u75c7\u90d1\u8bc1\u829d\u679d\u652f\u5431\u8718\u77e5\u80a2\u8102\u6c41\u4e4b\u7ec7\u804c\u76f4\u690d\u6b96\u6267\u503c\u4f84\u5740\u6307\u6b62\u8dbe\u53ea\u65e8\u7eb8\u5fd7\u631a\u63b7\u81f3\u81f4\u7f6e\u5e1c\u5cd9\u5236\u667a\u79e9\u7a1a\u8d28\u7099\u75d4\u6ede\u6cbb\u7a92\u4e2d\u76c5\u5fe0\u949f\u8877\u7ec8\u79cd\u80bf\u91cd\u4ef2\u4f17\u821f\u5468\u5dde\u6d32\u8bcc\u7ca5\u8f74\u8098\u5e1a\u5492\u76b1\u5b99\u663c\u9aa4\u73e0\u682a\u86db\u6731\u732a\u8bf8\u8bdb\u9010\u7af9\u70db\u716e\u62c4\u77a9\u5631\u4e3b\u8457\u67f1\u52a9\u86c0\u8d2e\u94f8\u7b51"],["d740","\u8b46",31,"\u8b67",4,"\u8b6d",25],["d780","\u8b87",24,"\u8bac\u8bb1\u8bbb\u8bc7\u8bd0\u8bea\u8c09\u8c1e\u4f4f\u6ce8\u795d\u9a7b\u6293\u722a\u62fd\u4e13\u7816\u8f6c\u64b0\u8d5a\u7bc6\u6869\u5e84\u88c5\u5986\u649e\u58ee\u72b6\u690e\u9525\u8ffd\u8d58\u5760\u7f00\u8c06\u51c6\u6349\u62d9\u5353\u684c\u7422\u8301\u914c\u5544\u7740\u707c\u6d4a\u5179\u54a8\u8d44\u59ff\u6ecb\u6dc4\u5b5c\u7d2b\u4ed4\u7c7d\u6ed3\u5b50\u81ea\u6e0d\u5b57\u9b03\u68d5\u8e2a\u5b97\u7efc\u603b\u7eb5\u90b9\u8d70\u594f\u63cd\u79df\u8db3\u5352\u65cf\u7956\u8bc5\u963b\u7ec4\u94bb\u7e82\u5634\u9189\u6700\u7f6a\u5c0a\u9075\u6628\u5de6\u4f50\u67de\u505a\u4f5c\u5750\u5ea7"],["d840","\u8c38",8,"\u8c42\u8c43\u8c44\u8c45\u8c48\u8c4a\u8c4b\u8c4d",7,"\u8c56\u8c57\u8c58\u8c59\u8c5b",5,"\u8c63",6,"\u8c6c",6,"\u8c74\u8c75\u8c76\u8c77\u8c7b",6,"\u8c83\u8c84\u8c86\u8c87"],["d880","\u8c88\u8c8b\u8c8d",6,"\u8c95\u8c96\u8c97\u8c99",20,"\u4e8d\u4e0c\u5140\u4e10\u5eff\u5345\u4e15\u4e98\u4e1e\u9b32\u5b6c\u5669\u4e28\u79ba\u4e3f\u5315\u4e47\u592d\u723b\u536e\u6c10\u56df\u80e4\u9997\u6bd3\u777e\u9f17\u4e36\u4e9f\u9f10\u4e5c\u4e69\u4e93\u8288\u5b5b\u556c\u560f\u4ec4\u538d\u539d\u53a3\u53a5\u53ae\u9765\u8d5d\u531a\u53f5\u5326\u532e\u533e\u8d5c\u5366\u5363\u5202\u5208\u520e\u522d\u5233\u523f\u5240\u524c\u525e\u5261\u525c\u84af\u527d\u5282\u5281\u5290\u5293\u5182\u7f54\u4ebb\u4ec3\u4ec9\u4ec2\u4ee8\u4ee1\u4eeb\u4ede\u4f1b\u4ef3\u4f22\u4f64\u4ef5\u4f25\u4f27\u4f09\u4f2b\u4f5e\u4f67\u6538\u4f5a\u4f5d"],["d940","\u8cae",62],["d980","\u8ced",32,"\u4f5f\u4f57\u4f32\u4f3d\u4f76\u4f74\u4f91\u4f89\u4f83\u4f8f\u4f7e\u4f7b\u4faa\u4f7c\u4fac\u4f94\u4fe6\u4fe8\u4fea\u4fc5\u4fda\u4fe3\u4fdc\u4fd1\u4fdf\u4ff8\u5029\u504c\u4ff3\u502c\u500f\u502e\u502d\u4ffe\u501c\u500c\u5025\u5028\u507e\u5043\u5055\u5048\u504e\u506c\u507b\u50a5\u50a7\u50a9\u50ba\u50d6\u5106\u50ed\u50ec\u50e6\u50ee\u5107\u510b\u4edd\u6c3d\u4f58\u4f65\u4fce\u9fa0\u6c46\u7c74\u516e\u5dfd\u9ec9\u9998\u5181\u5914\u52f9\u530d\u8a07\u5310\u51eb\u5919\u5155\u4ea0\u5156\u4eb3\u886e\u88a4\u4eb5\u8114\u88d2\u7980\u5b34\u8803\u7fb8\u51ab\u51b1\u51bd\u51bc"],["da40","\u8d0e",14,"\u8d20\u8d51\u8d52\u8d57\u8d5f\u8d65\u8d68\u8d69\u8d6a\u8d6c\u8d6e\u8d6f\u8d71\u8d72\u8d78",8,"\u8d82\u8d83\u8d86\u8d87\u8d88\u8d89\u8d8c",4,"\u8d92\u8d93\u8d95",9,"\u8da0\u8da1"],["da80","\u8da2\u8da4",12,"\u8db2\u8db6\u8db7\u8db9\u8dbb\u8dbd\u8dc0\u8dc1\u8dc2\u8dc5\u8dc7\u8dc8\u8dc9\u8dca\u8dcd\u8dd0\u8dd2\u8dd3\u8dd4\u51c7\u5196\u51a2\u51a5\u8ba0\u8ba6\u8ba7\u8baa\u8bb4\u8bb5\u8bb7\u8bc2\u8bc3\u8bcb\u8bcf\u8bce\u8bd2\u8bd3\u8bd4\u8bd6\u8bd8\u8bd9\u8bdc\u8bdf\u8be0\u8be4\u8be8\u8be9\u8bee\u8bf0\u8bf3\u8bf6\u8bf9\u8bfc\u8bff\u8c00\u8c02\u8c04\u8c07\u8c0c\u8c0f\u8c11\u8c12\u8c14\u8c15\u8c16\u8c19\u8c1b\u8c18\u8c1d\u8c1f\u8c20\u8c21\u8c25\u8c27\u8c2a\u8c2b\u8c2e\u8c2f\u8c32\u8c33\u8c35\u8c36\u5369\u537a\u961d\u9622\u9621\u9631\u962a\u963d\u963c\u9642\u9649\u9654\u965f\u9667\u966c\u9672\u9674\u9688\u968d\u9697\u96b0\u9097\u909b\u909d\u9099\u90ac\u90a1\u90b4\u90b3\u90b6\u90ba"],["db40","\u8dd5\u8dd8\u8dd9\u8ddc\u8de0\u8de1\u8de2\u8de5\u8de6\u8de7\u8de9\u8ded\u8dee\u8df0\u8df1\u8df2\u8df4\u8df6\u8dfc\u8dfe",6,"\u8e06\u8e07\u8e08\u8e0b\u8e0d\u8e0e\u8e10\u8e11\u8e12\u8e13\u8e15",7,"\u8e20\u8e21\u8e24",4,"\u8e2b\u8e2d\u8e30\u8e32\u8e33\u8e34\u8e36\u8e37\u8e38\u8e3b\u8e3c\u8e3e"],["db80","\u8e3f\u8e43\u8e45\u8e46\u8e4c",4,"\u8e53",5,"\u8e5a",11,"\u8e67\u8e68\u8e6a\u8e6b\u8e6e\u8e71\u90b8\u90b0\u90cf\u90c5\u90be\u90d0\u90c4\u90c7\u90d3\u90e6\u90e2\u90dc\u90d7\u90db\u90eb\u90ef\u90fe\u9104\u9122\u911e\u9123\u9131\u912f\u9139\u9143\u9146\u520d\u5942\u52a2\u52ac\u52ad\u52be\u54ff\u52d0\u52d6\u52f0\u53df\u71ee\u77cd\u5ef4\u51f5\u51fc\u9b2f\u53b6\u5f01\u755a\u5def\u574c\u57a9\u57a1\u587e\u58bc\u58c5\u58d1\u5729\u572c\u572a\u5733\u5739\u572e\u572f\u575c\u573b\u5742\u5769\u5785\u576b\u5786\u577c\u577b\u5768\u576d\u5776\u5773\u57ad\u57a4\u578c\u57b2\u57cf\u57a7\u57b4\u5793\u57a0\u57d5\u57d8\u57da\u57d9\u57d2\u57b8\u57f4\u57ef\u57f8\u57e4\u57dd"],["dc40","\u8e73\u8e75\u8e77",4,"\u8e7d\u8e7e\u8e80\u8e82\u8e83\u8e84\u8e86\u8e88",6,"\u8e91\u8e92\u8e93\u8e95",6,"\u8e9d\u8e9f",11,"\u8ead\u8eae\u8eb0\u8eb1\u8eb3",6,"\u8ebb",7],["dc80","\u8ec3",10,"\u8ecf",21,"\u580b\u580d\u57fd\u57ed\u5800\u581e\u5819\u5844\u5820\u5865\u586c\u5881\u5889\u589a\u5880\u99a8\u9f19\u61ff\u8279\u827d\u827f\u828f\u828a\u82a8\u8284\u828e\u8291\u8297\u8299\u82ab\u82b8\u82be\u82b0\u82c8\u82ca\u82e3\u8298\u82b7\u82ae\u82cb\u82cc\u82c1\u82a9\u82b4\u82a1\u82aa\u829f\u82c4\u82ce\u82a4\u82e1\u8309\u82f7\u82e4\u830f\u8307\u82dc\u82f4\u82d2\u82d8\u830c\u82fb\u82d3\u8311\u831a\u8306\u8314\u8315\u82e0\u82d5\u831c\u8351\u835b\u835c\u8308\u8392\u833c\u8334\u8331\u839b\u835e\u832f\u834f\u8347\u8343\u835f\u8340\u8317\u8360\u832d\u833a\u8333\u8366\u8365"],["dd40","\u8ee5",62],["dd80","\u8f24",32,"\u8368\u831b\u8369\u836c\u836a\u836d\u836e\u83b0\u8378\u83b3\u83b4\u83a0\u83aa\u8393\u839c\u8385\u837c\u83b6\u83a9\u837d\u83b8\u837b\u8398\u839e\u83a8\u83ba\u83bc\u83c1\u8401\u83e5\u83d8\u5807\u8418\u840b\u83dd\u83fd\u83d6\u841c\u8438\u8411\u8406\u83d4\u83df\u840f\u8403\u83f8\u83f9\u83ea\u83c5\u83c0\u8426\u83f0\u83e1\u845c\u8451\u845a\u8459\u8473\u8487\u8488\u847a\u8489\u8478\u843c\u8446\u8469\u8476\u848c\u848e\u8431\u846d\u84c1\u84cd\u84d0\u84e6\u84bd\u84d3\u84ca\u84bf\u84ba\u84e0\u84a1\u84b9\u84b4\u8497\u84e5\u84e3\u850c\u750d\u8538\u84f0\u8539\u851f\u853a"],["de40","\u8f45",32,"\u8f6a\u8f80\u8f8c\u8f92\u8f9d\u8fa0\u8fa1\u8fa2\u8fa4\u8fa5\u8fa6\u8fa7\u8faa\u8fac\u8fad\u8fae\u8faf\u8fb2\u8fb3\u8fb4\u8fb5\u8fb7\u8fb8\u8fba\u8fbb\u8fbc\u8fbf\u8fc0\u8fc3\u8fc6"],["de80","\u8fc9",4,"\u8fcf\u8fd2\u8fd6\u8fd7\u8fda\u8fe0\u8fe1\u8fe3\u8fe7\u8fec\u8fef\u8ff1\u8ff2\u8ff4\u8ff5\u8ff6\u8ffa\u8ffb\u8ffc\u8ffe\u8fff\u9007\u9008\u900c\u900e\u9013\u9015\u9018\u8556\u853b\u84ff\u84fc\u8559\u8548\u8568\u8564\u855e\u857a\u77a2\u8543\u8572\u857b\u85a4\u85a8\u8587\u858f\u8579\u85ae\u859c\u8585\u85b9\u85b7\u85b0\u85d3\u85c1\u85dc\u85ff\u8627\u8605\u8629\u8616\u863c\u5efe\u5f08\u593c\u5941\u8037\u5955\u595a\u5958\u530f\u5c22\u5c25\u5c2c\u5c34\u624c\u626a\u629f\u62bb\u62ca\u62da\u62d7\u62ee\u6322\u62f6\u6339\u634b\u6343\u63ad\u63f6\u6371\u637a\u638e\u63b4\u636d\u63ac\u638a\u6369\u63ae\u63bc\u63f2\u63f8\u63e0\u63ff\u63c4\u63de\u63ce\u6452\u63c6\u63be\u6445\u6441\u640b\u641b\u6420\u640c\u6426\u6421\u645e\u6484\u646d\u6496"],["df40","\u9019\u901c\u9023\u9024\u9025\u9027",5,"\u9030",4,"\u9037\u9039\u903a\u903d\u903f\u9040\u9043\u9045\u9046\u9048",4,"\u904e\u9054\u9055\u9056\u9059\u905a\u905c",5,"\u9064\u9066\u9067\u9069\u906a\u906b\u906c\u906f",4,"\u9076",6,"\u907e\u9081"],["df80","\u9084\u9085\u9086\u9087\u9089\u908a\u908c",4,"\u9092\u9094\u9096\u9098\u909a\u909c\u909e\u909f\u90a0\u90a4\u90a5\u90a7\u90a8\u90a9\u90ab\u90ad\u90b2\u90b7\u90bc\u90bd\u90bf\u90c0\u647a\u64b7\u64b8\u6499\u64ba\u64c0\u64d0\u64d7\u64e4\u64e2\u6509\u6525\u652e\u5f0b\u5fd2\u7519\u5f11\u535f\u53f1\u53fd\u53e9\u53e8\u53fb\u5412\u5416\u5406\u544b\u5452\u5453\u5454\u5456\u5443\u5421\u5457\u5459\u5423\u5432\u5482\u5494\u5477\u5471\u5464\u549a\u549b\u5484\u5476\u5466\u549d\u54d0\u54ad\u54c2\u54b4\u54d2\u54a7\u54a6\u54d3\u54d4\u5472\u54a3\u54d5\u54bb\u54bf\u54cc\u54d9\u54da\u54dc\u54a9\u54aa\u54a4\u54dd\u54cf\u54de\u551b\u54e7\u5520\u54fd\u5514\u54f3\u5522\u5523\u550f\u5511\u5527\u552a\u5567\u558f\u55b5\u5549\u556d\u5541\u5555\u553f\u5550\u553c"],["e040","\u90c2\u90c3\u90c6\u90c8\u90c9\u90cb\u90cc\u90cd\u90d2\u90d4\u90d5\u90d6\u90d8\u90d9\u90da\u90de\u90df\u90e0\u90e3\u90e4\u90e5\u90e9\u90ea\u90ec\u90ee\u90f0\u90f1\u90f2\u90f3\u90f5\u90f6\u90f7\u90f9\u90fa\u90fb\u90fc\u90ff\u9100\u9101\u9103\u9105",19,"\u911a\u911b\u911c"],["e080","\u911d\u911f\u9120\u9121\u9124",10,"\u9130\u9132",6,"\u913a",8,"\u9144\u5537\u5556\u5575\u5576\u5577\u5533\u5530\u555c\u558b\u55d2\u5583\u55b1\u55b9\u5588\u5581\u559f\u557e\u55d6\u5591\u557b\u55df\u55bd\u55be\u5594\u5599\u55ea\u55f7\u55c9\u561f\u55d1\u55eb\u55ec\u55d4\u55e6\u55dd\u55c4\u55ef\u55e5\u55f2\u55f3\u55cc\u55cd\u55e8\u55f5\u55e4\u8f94\u561e\u5608\u560c\u5601\u5624\u5623\u55fe\u5600\u5627\u562d\u5658\u5639\u5657\u562c\u564d\u5662\u5659\u565c\u564c\u5654\u5686\u5664\u5671\u566b\u567b\u567c\u5685\u5693\u56af\u56d4\u56d7\u56dd\u56e1\u56f5\u56eb\u56f9\u56ff\u5704\u570a\u5709\u571c\u5e0f\u5e19\u5e14\u5e11\u5e31\u5e3b\u5e3c"],["e140","\u9145\u9147\u9148\u9151\u9153\u9154\u9155\u9156\u9158\u9159\u915b\u915c\u915f\u9160\u9166\u9167\u9168\u916b\u916d\u9173\u917a\u917b\u917c\u9180",4,"\u9186\u9188\u918a\u918e\u918f\u9193",6,"\u919c",5,"\u91a4",5,"\u91ab\u91ac\u91b0\u91b1\u91b2\u91b3\u91b6\u91b7\u91b8\u91b9\u91bb"],["e180","\u91bc",10,"\u91c8\u91cb\u91d0\u91d2",9,"\u91dd",8,"\u5e37\u5e44\u5e54\u5e5b\u5e5e\u5e61\u5c8c\u5c7a\u5c8d\u5c90\u5c96\u5c88\u5c98\u5c99\u5c91\u5c9a\u5c9c\u5cb5\u5ca2\u5cbd\u5cac\u5cab\u5cb1\u5ca3\u5cc1\u5cb7\u5cc4\u5cd2\u5ce4\u5ccb\u5ce5\u5d02\u5d03\u5d27\u5d26\u5d2e\u5d24\u5d1e\u5d06\u5d1b\u5d58\u5d3e\u5d34\u5d3d\u5d6c\u5d5b\u5d6f\u5d5d\u5d6b\u5d4b\u5d4a\u5d69\u5d74\u5d82\u5d99\u5d9d\u8c73\u5db7\u5dc5\u5f73\u5f77\u5f82\u5f87\u5f89\u5f8c\u5f95\u5f99\u5f9c\u5fa8\u5fad\u5fb5\u5fbc\u8862\u5f61\u72ad\u72b0\u72b4\u72b7\u72b8\u72c3\u72c1\u72ce\u72cd\u72d2\u72e8\u72ef\u72e9\u72f2\u72f4\u72f7\u7301\u72f3\u7303\u72fa"],["e240","\u91e6",62],["e280","\u9225",32,"\u72fb\u7317\u7313\u7321\u730a\u731e\u731d\u7315\u7322\u7339\u7325\u732c\u7338\u7331\u7350\u734d\u7357\u7360\u736c\u736f\u737e\u821b\u5925\u98e7\u5924\u5902\u9963\u9967",5,"\u9974\u9977\u997d\u9980\u9984\u9987\u998a\u998d\u9990\u9991\u9993\u9994\u9995\u5e80\u5e91\u5e8b\u5e96\u5ea5\u5ea0\u5eb9\u5eb5\u5ebe\u5eb3\u8d53\u5ed2\u5ed1\u5edb\u5ee8\u5eea\u81ba\u5fc4\u5fc9\u5fd6\u5fcf\u6003\u5fee\u6004\u5fe1\u5fe4\u5ffe\u6005\u6006\u5fea\u5fed\u5ff8\u6019\u6035\u6026\u601b\u600f\u600d\u6029\u602b\u600a\u603f\u6021\u6078\u6079\u607b\u607a\u6042"],["e340","\u9246",45,"\u9275",16],["e380","\u9286",7,"\u928f",24,"\u606a\u607d\u6096\u609a\u60ad\u609d\u6083\u6092\u608c\u609b\u60ec\u60bb\u60b1\u60dd\u60d8\u60c6\u60da\u60b4\u6120\u6126\u6115\u6123\u60f4\u6100\u610e\u612b\u614a\u6175\u61ac\u6194\u61a7\u61b7\u61d4\u61f5\u5fdd\u96b3\u95e9\u95eb\u95f1\u95f3\u95f5\u95f6\u95fc\u95fe\u9603\u9604\u9606\u9608\u960a\u960b\u960c\u960d\u960f\u9612\u9615\u9616\u9617\u9619\u961a\u4e2c\u723f\u6215\u6c35\u6c54\u6c5c\u6c4a\u6ca3\u6c85\u6c90\u6c94\u6c8c\u6c68\u6c69\u6c74\u6c76\u6c86\u6ca9\u6cd0\u6cd4\u6cad\u6cf7\u6cf8\u6cf1\u6cd7\u6cb2\u6ce0\u6cd6\u6cfa\u6ceb\u6cee\u6cb1\u6cd3\u6cef\u6cfe"],["e440","\u92a8",5,"\u92af",24,"\u92c9",31],["e480","\u92e9",32,"\u6d39\u6d27\u6d0c\u6d43\u6d48\u6d07\u6d04\u6d19\u6d0e\u6d2b\u6d4d\u6d2e\u6d35\u6d1a\u6d4f\u6d52\u6d54\u6d33\u6d91\u6d6f\u6d9e\u6da0\u6d5e\u6d93\u6d94\u6d5c\u6d60\u6d7c\u6d63\u6e1a\u6dc7\u6dc5\u6dde\u6e0e\u6dbf\u6de0\u6e11\u6de6\u6ddd\u6dd9\u6e16\u6dab\u6e0c\u6dae\u6e2b\u6e6e\u6e4e\u6e6b\u6eb2\u6e5f\u6e86\u6e53\u6e54\u6e32\u6e25\u6e44\u6edf\u6eb1\u6e98\u6ee0\u6f2d\u6ee2\u6ea5\u6ea7\u6ebd\u6ebb\u6eb7\u6ed7\u6eb4\u6ecf\u6e8f\u6ec2\u6e9f\u6f62\u6f46\u6f47\u6f24\u6f15\u6ef9\u6f2f\u6f36\u6f4b\u6f74\u6f2a\u6f09\u6f29\u6f89\u6f8d\u6f8c\u6f78\u6f72\u6f7c\u6f7a\u6fd1"],["e540","\u930a",51,"\u933f",10],["e580","\u934a",31,"\u936b\u6fc9\u6fa7\u6fb9\u6fb6\u6fc2\u6fe1\u6fee\u6fde\u6fe0\u6fef\u701a\u7023\u701b\u7039\u7035\u704f\u705e\u5b80\u5b84\u5b95\u5b93\u5ba5\u5bb8\u752f\u9a9e\u6434\u5be4\u5bee\u8930\u5bf0\u8e47\u8b07\u8fb6\u8fd3\u8fd5\u8fe5\u8fee\u8fe4\u8fe9\u8fe6\u8ff3\u8fe8\u9005\u9004\u900b\u9026\u9011\u900d\u9016\u9021\u9035\u9036\u902d\u902f\u9044\u9051\u9052\u9050\u9068\u9058\u9062\u905b\u66b9\u9074\u907d\u9082\u9088\u9083\u908b\u5f50\u5f57\u5f56\u5f58\u5c3b\u54ab\u5c50\u5c59\u5b71\u5c63\u5c66\u7fbc\u5f2a\u5f29\u5f2d\u8274\u5f3c\u9b3b\u5c6e\u5981\u5983\u598d\u59a9\u59aa\u59a3"],["e640","\u936c",34,"\u9390",27],["e680","\u93ac",29,"\u93cb\u93cc\u93cd\u5997\u59ca\u59ab\u599e\u59a4\u59d2\u59b2\u59af\u59d7\u59be\u5a05\u5a06\u59dd\u5a08\u59e3\u59d8\u59f9\u5a0c\u5a09\u5a32\u5a34\u5a11\u5a23\u5a13\u5a40\u5a67\u5a4a\u5a55\u5a3c\u5a62\u5a75\u80ec\u5aaa\u5a9b\u5a77\u5a7a\u5abe\u5aeb\u5ab2\u5ad2\u5ad4\u5ab8\u5ae0\u5ae3\u5af1\u5ad6\u5ae6\u5ad8\u5adc\u5b09\u5b17\u5b16\u5b32\u5b37\u5b40\u5c15\u5c1c\u5b5a\u5b65\u5b73\u5b51\u5b53\u5b62\u9a75\u9a77\u9a78\u9a7a\u9a7f\u9a7d\u9a80\u9a81\u9a85\u9a88\u9a8a\u9a90\u9a92\u9a93\u9a96\u9a98\u9a9b\u9a9c\u9a9d\u9a9f\u9aa0\u9aa2\u9aa3\u9aa5\u9aa7\u7e9f\u7ea1\u7ea3\u7ea5\u7ea8\u7ea9"],["e740","\u93ce",7,"\u93d7",54],["e780","\u940e",32,"\u7ead\u7eb0\u7ebe\u7ec0\u7ec1\u7ec2\u7ec9\u7ecb\u7ecc\u7ed0\u7ed4\u7ed7\u7edb\u7ee0\u7ee1\u7ee8\u7eeb\u7eee\u7eef\u7ef1\u7ef2\u7f0d\u7ef6\u7efa\u7efb\u7efe\u7f01\u7f02\u7f03\u7f07\u7f08\u7f0b\u7f0c\u7f0f\u7f11\u7f12\u7f17\u7f19\u7f1c\u7f1b\u7f1f\u7f21",6,"\u7f2a\u7f2b\u7f2c\u7f2d\u7f2f",4,"\u7f35\u5e7a\u757f\u5ddb\u753e\u9095\u738e\u7391\u73ae\u73a2\u739f\u73cf\u73c2\u73d1\u73b7\u73b3\u73c0\u73c9\u73c8\u73e5\u73d9\u987c\u740a\u73e9\u73e7\u73de\u73ba\u73f2\u740f\u742a\u745b\u7426\u7425\u7428\u7430\u742e\u742c"],["e840","\u942f",14,"\u943f",43,"\u946c\u946d\u946e\u946f"],["e880","\u9470",20,"\u9491\u9496\u9498\u94c7\u94cf\u94d3\u94d4\u94da\u94e6\u94fb\u951c\u9520\u741b\u741a\u7441\u745c\u7457\u7455\u7459\u7477\u746d\u747e\u749c\u748e\u7480\u7481\u7487\u748b\u749e\u74a8\u74a9\u7490\u74a7\u74d2\u74ba\u97ea\u97eb\u97ec\u674c\u6753\u675e\u6748\u6769\u67a5\u6787\u676a\u6773\u6798\u67a7\u6775\u67a8\u679e\u67ad\u678b\u6777\u677c\u67f0\u6809\u67d8\u680a\u67e9\u67b0\u680c\u67d9\u67b5\u67da\u67b3\u67dd\u6800\u67c3\u67b8\u67e2\u680e\u67c1\u67fd\u6832\u6833\u6860\u6861\u684e\u6862\u6844\u6864\u6883\u681d\u6855\u6866\u6841\u6867\u6840\u683e\u684a\u6849\u6829\u68b5\u688f\u6874\u6877\u6893\u686b\u68c2\u696e\u68fc\u691f\u6920\u68f9"],["e940","\u9527\u9533\u953d\u9543\u9548\u954b\u9555\u955a\u9560\u956e\u9574\u9575\u9577",7,"\u9580",42],["e980","\u95ab",32,"\u6924\u68f0\u690b\u6901\u6957\u68e3\u6910\u6971\u6939\u6960\u6942\u695d\u6984\u696b\u6980\u6998\u6978\u6934\u69cc\u6987\u6988\u69ce\u6989\u6966\u6963\u6979\u699b\u69a7\u69bb\u69ab\u69ad\u69d4\u69b1\u69c1\u69ca\u69df\u6995\u69e0\u698d\u69ff\u6a2f\u69ed\u6a17\u6a18\u6a65\u69f2\u6a44\u6a3e\u6aa0\u6a50\u6a5b\u6a35\u6a8e\u6a79\u6a3d\u6a28\u6a58\u6a7c\u6a91\u6a90\u6aa9\u6a97\u6aab\u7337\u7352\u6b81\u6b82\u6b87\u6b84\u6b92\u6b93\u6b8d\u6b9a\u6b9b\u6ba1\u6baa\u8f6b\u8f6d\u8f71\u8f72\u8f73\u8f75\u8f76\u8f78\u8f77\u8f79\u8f7a\u8f7c\u8f7e\u8f81\u8f82\u8f84\u8f87\u8f8b"],["ea40","\u95cc",27,"\u95ec\u95ff\u9607\u9613\u9618\u961b\u961e\u9620\u9623",6,"\u962b\u962c\u962d\u962f\u9630\u9637\u9638\u9639\u963a\u963e\u9641\u9643\u964a\u964e\u964f\u9651\u9652\u9653\u9656\u9657"],["ea80","\u9658\u9659\u965a\u965c\u965d\u965e\u9660\u9663\u9665\u9666\u966b\u966d",4,"\u9673\u9678",12,"\u9687\u9689\u968a\u8f8d\u8f8e\u8f8f\u8f98\u8f9a\u8ece\u620b\u6217\u621b\u621f\u6222\u6221\u6225\u6224\u622c\u81e7\u74ef\u74f4\u74ff\u750f\u7511\u7513\u6534\u65ee\u65ef\u65f0\u660a\u6619\u6772\u6603\u6615\u6600\u7085\u66f7\u661d\u6634\u6631\u6636\u6635\u8006\u665f\u6654\u6641\u664f\u6656\u6661\u6657\u6677\u6684\u668c\u66a7\u669d\u66be\u66db\u66dc\u66e6\u66e9\u8d32\u8d33\u8d36\u8d3b\u8d3d\u8d40\u8d45\u8d46\u8d48\u8d49\u8d47\u8d4d\u8d55\u8d59\u89c7\u89ca\u89cb\u89cc\u89ce\u89cf\u89d0\u89d1\u726e\u729f\u725d\u7266\u726f\u727e\u727f\u7284\u728b\u728d\u728f\u7292\u6308\u6332\u63b0"],["eb40","\u968c\u968e\u9691\u9692\u9693\u9695\u9696\u969a\u969b\u969d",9,"\u96a8",7,"\u96b1\u96b2\u96b4\u96b5\u96b7\u96b8\u96ba\u96bb\u96bf\u96c2\u96c3\u96c8\u96ca\u96cb\u96d0\u96d1\u96d3\u96d4\u96d6",9,"\u96e1",6,"\u96eb"],["eb80","\u96ec\u96ed\u96ee\u96f0\u96f1\u96f2\u96f4\u96f5\u96f8\u96fa\u96fb\u96fc\u96fd\u96ff\u9702\u9703\u9705\u970a\u970b\u970c\u9710\u9711\u9712\u9714\u9715\u9717",4,"\u971d\u971f\u9720\u643f\u64d8\u8004\u6bea\u6bf3\u6bfd\u6bf5\u6bf9\u6c05\u6c07\u6c06\u6c0d\u6c15\u6c18\u6c19\u6c1a\u6c21\u6c29\u6c24\u6c2a\u6c32\u6535\u6555\u656b\u724d\u7252\u7256\u7230\u8662\u5216\u809f\u809c\u8093\u80bc\u670a\u80bd\u80b1\u80ab\u80ad\u80b4\u80b7\u80e7\u80e8\u80e9\u80ea\u80db\u80c2\u80c4\u80d9\u80cd\u80d7\u6710\u80dd\u80eb\u80f1\u80f4\u80ed\u810d\u810e\u80f2\u80fc\u6715\u8112\u8c5a\u8136\u811e\u812c\u8118\u8132\u8148\u814c\u8153\u8174\u8159\u815a\u8171\u8160\u8169\u817c\u817d\u816d\u8167\u584d\u5ab5\u8188\u8182\u8191\u6ed5\u81a3\u81aa\u81cc\u6726\u81ca\u81bb"],["ec40","\u9721",8,"\u972b\u972c\u972e\u972f\u9731\u9733",4,"\u973a\u973b\u973c\u973d\u973f",18,"\u9754\u9755\u9757\u9758\u975a\u975c\u975d\u975f\u9763\u9764\u9766\u9767\u9768\u976a",7],["ec80","\u9772\u9775\u9777",4,"\u977d",7,"\u9786",4,"\u978c\u978e\u978f\u9790\u9793\u9795\u9796\u9797\u9799",4,"\u81c1\u81a6\u6b24\u6b37\u6b39\u6b43\u6b46\u6b59\u98d1\u98d2\u98d3\u98d5\u98d9\u98da\u6bb3\u5f40\u6bc2\u89f3\u6590\u9f51\u6593\u65bc\u65c6\u65c4\u65c3\u65cc\u65ce\u65d2\u65d6\u7080\u709c\u7096\u709d\u70bb\u70c0\u70b7\u70ab\u70b1\u70e8\u70ca\u7110\u7113\u7116\u712f\u7131\u7173\u715c\u7168\u7145\u7172\u714a\u7178\u717a\u7198\u71b3\u71b5\u71a8\u71a0\u71e0\u71d4\u71e7\u71f9\u721d\u7228\u706c\u7118\u7166\u71b9\u623e\u623d\u6243\u6248\u6249\u793b\u7940\u7946\u7949\u795b\u795c\u7953\u795a\u7962\u7957\u7960\u796f\u7967\u797a\u7985\u798a\u799a\u79a7\u79b3\u5fd1\u5fd0"],["ed40","\u979e\u979f\u97a1\u97a2\u97a4",6,"\u97ac\u97ae\u97b0\u97b1\u97b3\u97b5",46],["ed80","\u97e4\u97e5\u97e8\u97ee",4,"\u97f4\u97f7",23,"\u603c\u605d\u605a\u6067\u6041\u6059\u6063\u60ab\u6106\u610d\u615d\u61a9\u619d\u61cb\u61d1\u6206\u8080\u807f\u6c93\u6cf6\u6dfc\u77f6\u77f8\u7800\u7809\u7817\u7818\u7811\u65ab\u782d\u781c\u781d\u7839\u783a\u783b\u781f\u783c\u7825\u782c\u7823\u7829\u784e\u786d\u7856\u7857\u7826\u7850\u7847\u784c\u786a\u789b\u7893\u789a\u7887\u789c\u78a1\u78a3\u78b2\u78b9\u78a5\u78d4\u78d9\u78c9\u78ec\u78f2\u7905\u78f4\u7913\u7924\u791e\u7934\u9f9b\u9ef9\u9efb\u9efc\u76f1\u7704\u770d\u76f9\u7707\u7708\u771a\u7722\u7719\u772d\u7726\u7735\u7738\u7750\u7751\u7747\u7743\u775a\u7768"],["ee40","\u980f",62],["ee80","\u984e",32,"\u7762\u7765\u777f\u778d\u777d\u7780\u778c\u7791\u779f\u77a0\u77b0\u77b5\u77bd\u753a\u7540\u754e\u754b\u7548\u755b\u7572\u7579\u7583\u7f58\u7f61\u7f5f\u8a48\u7f68\u7f74\u7f71\u7f79\u7f81\u7f7e\u76cd\u76e5\u8832\u9485\u9486\u9487\u948b\u948a\u948c\u948d\u948f\u9490\u9494\u9497\u9495\u949a\u949b\u949c\u94a3\u94a4\u94ab\u94aa\u94ad\u94ac\u94af\u94b0\u94b2\u94b4\u94b6",4,"\u94bc\u94bd\u94bf\u94c4\u94c8",6,"\u94d0\u94d1\u94d2\u94d5\u94d6\u94d7\u94d9\u94d8\u94db\u94de\u94df\u94e0\u94e2\u94e4\u94e5\u94e7\u94e8\u94ea"],["ef40","\u986f",5,"\u988b\u988e\u9892\u9895\u9899\u98a3\u98a8",37,"\u98cf\u98d0\u98d4\u98d6\u98d7\u98db\u98dc\u98dd\u98e0",4],["ef80","\u98e5\u98e6\u98e9",30,"\u94e9\u94eb\u94ee\u94ef\u94f3\u94f4\u94f5\u94f7\u94f9\u94fc\u94fd\u94ff\u9503\u9502\u9506\u9507\u9509\u950a\u950d\u950e\u950f\u9512",4,"\u9518\u951b\u951d\u951e\u951f\u9522\u952a\u952b\u9529\u952c\u9531\u9532\u9534\u9536\u9537\u9538\u953c\u953e\u953f\u9542\u9535\u9544\u9545\u9546\u9549\u954c\u954e\u954f\u9552\u9553\u9554\u9556\u9557\u9558\u9559\u955b\u955e\u955f\u955d\u9561\u9562\u9564",8,"\u956f\u9571\u9572\u9573\u953a\u77e7\u77ec\u96c9\u79d5\u79ed\u79e3\u79eb\u7a06\u5d47\u7a03\u7a02\u7a1e\u7a14"],["f040","\u9908",4,"\u990e\u990f\u9911",28,"\u992f",26],["f080","\u994a",9,"\u9956",12,"\u9964\u9966\u9973\u9978\u9979\u997b\u997e\u9982\u9983\u9989\u7a39\u7a37\u7a51\u9ecf\u99a5\u7a70\u7688\u768e\u7693\u7699\u76a4\u74de\u74e0\u752c\u9e20\u9e22\u9e28",4,"\u9e32\u9e31\u9e36\u9e38\u9e37\u9e39\u9e3a\u9e3e\u9e41\u9e42\u9e44\u9e46\u9e47\u9e48\u9e49\u9e4b\u9e4c\u9e4e\u9e51\u9e55\u9e57\u9e5a\u9e5b\u9e5c\u9e5e\u9e63\u9e66",6,"\u9e71\u9e6d\u9e73\u7592\u7594\u7596\u75a0\u759d\u75ac\u75a3\u75b3\u75b4\u75b8\u75c4\u75b1\u75b0\u75c3\u75c2\u75d6\u75cd\u75e3\u75e8\u75e6\u75e4\u75eb\u75e7\u7603\u75f1\u75fc\u75ff\u7610\u7600\u7605\u760c\u7617\u760a\u7625\u7618\u7615\u7619"],["f140","\u998c\u998e\u999a",10,"\u99a6\u99a7\u99a9",47],["f180","\u99d9",32,"\u761b\u763c\u7622\u7620\u7640\u762d\u7630\u763f\u7635\u7643\u763e\u7633\u764d\u765e\u7654\u765c\u7656\u766b\u766f\u7fca\u7ae6\u7a78\u7a79\u7a80\u7a86\u7a88\u7a95\u7aa6\u7aa0\u7aac\u7aa8\u7aad\u7ab3\u8864\u8869\u8872\u887d\u887f\u8882\u88a2\u88c6\u88b7\u88bc\u88c9\u88e2\u88ce\u88e3\u88e5\u88f1\u891a\u88fc\u88e8\u88fe\u88f0\u8921\u8919\u8913\u891b\u890a\u8934\u892b\u8936\u8941\u8966\u897b\u758b\u80e5\u76b2\u76b4\u77dc\u8012\u8014\u8016\u801c\u8020\u8022\u8025\u8026\u8027\u8029\u8028\u8031\u800b\u8035\u8043\u8046\u804d\u8052\u8069\u8071\u8983\u9878\u9880\u9883"],["f240","\u99fa",62],["f280","\u9a39",32,"\u9889\u988c\u988d\u988f\u9894\u989a\u989b\u989e\u989f\u98a1\u98a2\u98a5\u98a6\u864d\u8654\u866c\u866e\u867f\u867a\u867c\u867b\u86a8\u868d\u868b\u86ac\u869d\u86a7\u86a3\u86aa\u8693\u86a9\u86b6\u86c4\u86b5\u86ce\u86b0\u86ba\u86b1\u86af\u86c9\u86cf\u86b4\u86e9\u86f1\u86f2\u86ed\u86f3\u86d0\u8713\u86de\u86f4\u86df\u86d8\u86d1\u8703\u8707\u86f8\u8708\u870a\u870d\u8709\u8723\u873b\u871e\u8725\u872e\u871a\u873e\u8748\u8734\u8731\u8729\u8737\u873f\u8782\u8722\u877d\u877e\u877b\u8760\u8770\u874c\u876e\u878b\u8753\u8763\u877c\u8764\u8759\u8765\u8793\u87af\u87a8\u87d2"],["f340","\u9a5a",17,"\u9a72\u9a83\u9a89\u9a8d\u9a8e\u9a94\u9a95\u9a99\u9aa6\u9aa9",6,"\u9ab2\u9ab3\u9ab4\u9ab5\u9ab9\u9abb\u9abd\u9abe\u9abf\u9ac3\u9ac4\u9ac6",4,"\u9acd\u9ace\u9acf\u9ad0\u9ad2\u9ad4\u9ad5\u9ad6\u9ad7\u9ad9\u9ada\u9adb\u9adc"],["f380","\u9add\u9ade\u9ae0\u9ae2\u9ae3\u9ae4\u9ae5\u9ae7\u9ae8\u9ae9\u9aea\u9aec\u9aee\u9af0",8,"\u9afa\u9afc",6,"\u9b04\u9b05\u9b06\u87c6\u8788\u8785\u87ad\u8797\u8783\u87ab\u87e5\u87ac\u87b5\u87b3\u87cb\u87d3\u87bd\u87d1\u87c0\u87ca\u87db\u87ea\u87e0\u87ee\u8816\u8813\u87fe\u880a\u881b\u8821\u8839\u883c\u7f36\u7f42\u7f44\u7f45\u8210\u7afa\u7afd\u7b08\u7b03\u7b04\u7b15\u7b0a\u7b2b\u7b0f\u7b47\u7b38\u7b2a\u7b19\u7b2e\u7b31\u7b20\u7b25\u7b24\u7b33\u7b3e\u7b1e\u7b58\u7b5a\u7b45\u7b75\u7b4c\u7b5d\u7b60\u7b6e\u7b7b\u7b62\u7b72\u7b71\u7b90\u7ba6\u7ba7\u7bb8\u7bac\u7b9d\u7ba8\u7b85\u7baa\u7b9c\u7ba2\u7bab\u7bb4\u7bd1\u7bc1\u7bcc\u7bdd\u7bda\u7be5\u7be6\u7bea\u7c0c\u7bfe\u7bfc\u7c0f\u7c16\u7c0b"],["f440","\u9b07\u9b09",5,"\u9b10\u9b11\u9b12\u9b14",10,"\u9b20\u9b21\u9b22\u9b24",10,"\u9b30\u9b31\u9b33",7,"\u9b3d\u9b3e\u9b3f\u9b40\u9b46\u9b4a\u9b4b\u9b4c\u9b4e\u9b50\u9b52\u9b53\u9b55",5],["f480","\u9b5b",32,"\u7c1f\u7c2a\u7c26\u7c38\u7c41\u7c40\u81fe\u8201\u8202\u8204\u81ec\u8844\u8221\u8222\u8223\u822d\u822f\u8228\u822b\u8238\u823b\u8233\u8234\u823e\u8244\u8249\u824b\u824f\u825a\u825f\u8268\u887e\u8885\u8888\u88d8\u88df\u895e\u7f9d\u7f9f\u7fa7\u7faf\u7fb0\u7fb2\u7c7c\u6549\u7c91\u7c9d\u7c9c\u7c9e\u7ca2\u7cb2\u7cbc\u7cbd\u7cc1\u7cc7\u7ccc\u7ccd\u7cc8\u7cc5\u7cd7\u7ce8\u826e\u66a8\u7fbf\u7fce\u7fd5\u7fe5\u7fe1\u7fe6\u7fe9\u7fee\u7ff3\u7cf8\u7d77\u7da6\u7dae\u7e47\u7e9b\u9eb8\u9eb4\u8d73\u8d84\u8d94\u8d91\u8db1\u8d67\u8d6d\u8c47\u8c49\u914a\u9150\u914e\u914f\u9164"],["f540","\u9b7c",62],["f580","\u9bbb",32,"\u9162\u9161\u9170\u9169\u916f\u917d\u917e\u9172\u9174\u9179\u918c\u9185\u9190\u918d\u9191\u91a2\u91a3\u91aa\u91ad\u91ae\u91af\u91b5\u91b4\u91ba\u8c55\u9e7e\u8db8\u8deb\u8e05\u8e59\u8e69\u8db5\u8dbf\u8dbc\u8dba\u8dc4\u8dd6\u8dd7\u8dda\u8dde\u8dce\u8dcf\u8ddb\u8dc6\u8dec\u8df7\u8df8\u8de3\u8df9\u8dfb\u8de4\u8e09\u8dfd\u8e14\u8e1d\u8e1f\u8e2c\u8e2e\u8e23\u8e2f\u8e3a\u8e40\u8e39\u8e35\u8e3d\u8e31\u8e49\u8e41\u8e42\u8e51\u8e52\u8e4a\u8e70\u8e76\u8e7c\u8e6f\u8e74\u8e85\u8e8f\u8e94\u8e90\u8e9c\u8e9e\u8c78\u8c82\u8c8a\u8c85\u8c98\u8c94\u659b\u89d6\u89de\u89da\u89dc"],["f640","\u9bdc",62],["f680","\u9c1b",32,"\u89e5\u89eb\u89ef\u8a3e\u8b26\u9753\u96e9\u96f3\u96ef\u9706\u9701\u9708\u970f\u970e\u972a\u972d\u9730\u973e\u9f80\u9f83\u9f85",5,"\u9f8c\u9efe\u9f0b\u9f0d\u96b9\u96bc\u96bd\u96ce\u96d2\u77bf\u96e0\u928e\u92ae\u92c8\u933e\u936a\u93ca\u938f\u943e\u946b\u9c7f\u9c82\u9c85\u9c86\u9c87\u9c88\u7a23\u9c8b\u9c8e\u9c90\u9c91\u9c92\u9c94\u9c95\u9c9a\u9c9b\u9c9e",5,"\u9ca5",4,"\u9cab\u9cad\u9cae\u9cb0",7,"\u9cba\u9cbb\u9cbc\u9cbd\u9cc4\u9cc5\u9cc6\u9cc7\u9cca\u9ccb"],["f740","\u9c3c",62],["f780","\u9c7b\u9c7d\u9c7e\u9c80\u9c83\u9c84\u9c89\u9c8a\u9c8c\u9c8f\u9c93\u9c96\u9c97\u9c98\u9c99\u9c9d\u9caa\u9cac\u9caf\u9cb9\u9cbe",4,"\u9cc8\u9cc9\u9cd1\u9cd2\u9cda\u9cdb\u9ce0\u9ce1\u9ccc",4,"\u9cd3\u9cd4\u9cd5\u9cd7\u9cd8\u9cd9\u9cdc\u9cdd\u9cdf\u9ce2\u977c\u9785\u9791\u9792\u9794\u97af\u97ab\u97a3\u97b2\u97b4\u9ab1\u9ab0\u9ab7\u9e58\u9ab6\u9aba\u9abc\u9ac1\u9ac0\u9ac5\u9ac2\u9acb\u9acc\u9ad1\u9b45\u9b43\u9b47\u9b49\u9b48\u9b4d\u9b51\u98e8\u990d\u992e\u9955\u9954\u9adf\u9ae1\u9ae6\u9aef\u9aeb\u9afb\u9aed\u9af9\u9b08\u9b0f\u9b13\u9b1f\u9b23\u9ebd\u9ebe\u7e3b\u9e82\u9e87\u9e88\u9e8b\u9e92\u93d6\u9e9d\u9e9f\u9edb\u9edc\u9edd\u9ee0\u9edf\u9ee2\u9ee9\u9ee7\u9ee5\u9eea\u9eef\u9f22\u9f2c\u9f2f\u9f39\u9f37\u9f3d\u9f3e\u9f44"],["f840","\u9ce3",62],["f880","\u9d22",32],["f940","\u9d43",62],["f980","\u9d82",32],["fa40","\u9da3",62],["fa80","\u9de2",32],["fb40","\u9e03",27,"\u9e24\u9e27\u9e2e\u9e30\u9e34\u9e3b\u9e3c\u9e40\u9e4d\u9e50\u9e52\u9e53\u9e54\u9e56\u9e59\u9e5d\u9e5f\u9e60\u9e61\u9e62\u9e65\u9e6e\u9e6f\u9e72\u9e74",9,"\u9e80"],["fb80","\u9e81\u9e83\u9e84\u9e85\u9e86\u9e89\u9e8a\u9e8c",5,"\u9e94",8,"\u9e9e\u9ea0",5,"\u9ea7\u9ea8\u9ea9\u9eaa"],["fc40","\u9eab",8,"\u9eb5\u9eb6\u9eb7\u9eb9\u9eba\u9ebc\u9ebf",4,"\u9ec5\u9ec6\u9ec7\u9ec8\u9eca\u9ecb\u9ecc\u9ed0\u9ed2\u9ed3\u9ed5\u9ed6\u9ed7\u9ed9\u9eda\u9ede\u9ee1\u9ee3\u9ee4\u9ee6\u9ee8\u9eeb\u9eec\u9eed\u9eee\u9ef0",8,"\u9efa\u9efd\u9eff",6],["fc80","\u9f06",4,"\u9f0c\u9f0f\u9f11\u9f12\u9f14\u9f15\u9f16\u9f18\u9f1a",5,"\u9f21\u9f23",8,"\u9f2d\u9f2e\u9f30\u9f31"],["fd40","\u9f32",4,"\u9f38\u9f3a\u9f3c\u9f3f",4,"\u9f45",10,"\u9f52",38],["fd80","\u9f79",5,"\u9f81\u9f82\u9f8d",11,"\u9f9c\u9f9d\u9f9e\u9fa1",4,"\uf92c\uf979\uf995\uf9e7\uf9f1"],["fe40","\ufa0c\ufa0d\ufa0e\ufa0f\ufa11\ufa13\ufa14\ufa18\ufa1f\ufa20\ufa21\ufa23\ufa24\ufa27\ufa28\ufa29"]]')},74835:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLDirectoryElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLDirectoryElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLDirectoryElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLDirectoryElement",new.target)}get compact(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get compact' called on an object that is not a valid instance of HTMLDirectoryElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set compact(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set compact' called on an object that is not a valid instance of HTMLDirectoryElement.");V=conversions.boolean(V,{context:"Failed to set the 'compact' property on 'HTMLDirectoryElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("compact",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLDirectoryElement.prototype,{compact:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDirectoryElement",configurable:!0}}),ctorRegistry.HTMLDirectoryElement=HTMLDirectoryElement,Object.defineProperty(globalObject,"HTMLDirectoryElement",{configurable:!0,writable:!0,value:HTMLDirectoryElement})};const Impl=__webpack_require__(65978)},74880:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},75009:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const MIMETypeParameters=__webpack_require__(11318),parse=__webpack_require__(23487),serialize=__webpack_require__(35216),{asciiLowercase,solelyContainsHTTPTokenCodePoints}=__webpack_require__(69583);module.exports=class{constructor(string){ |
| /*ThouShaltNotCache*/ |
| string=String(string);const result=parse(string);if(null===result)throw new Error(`Could not parse MIME type string "${string}"`);this._type=result.type,this._subtype=result.subtype,this._parameters=new MIMETypeParameters(result.parameters)}static parse(string){ |
| /*ThouShaltNotCache*/ |
| try{return new this(string)}catch(e){return null}}get essence(){ |
| /*ThouShaltNotCache*/ |
| return`${this.type}/${this.subtype}`}get type(){ |
| /*ThouShaltNotCache*/ |
| return this._type}set type(value){if(0===( |
| /*ThouShaltNotCache*/ |
| value=asciiLowercase(String(value))).length)throw new Error("Invalid type: must be a non-empty string");if(!solelyContainsHTTPTokenCodePoints(value))throw new Error(`Invalid type ${value}: must contain only HTTP token code points`);this._type=value}get subtype(){ |
| /*ThouShaltNotCache*/ |
| return this._subtype}set subtype(value){if(0===( |
| /*ThouShaltNotCache*/ |
| value=asciiLowercase(String(value))).length)throw new Error("Invalid subtype: must be a non-empty string");if(!solelyContainsHTTPTokenCodePoints(value))throw new Error(`Invalid subtype ${value}: must contain only HTTP token code points`);this._subtype=value}get parameters(){ |
| /*ThouShaltNotCache*/ |
| return this._parameters}toString(){ |
| /*ThouShaltNotCache*/ |
| return serialize(this)}isJavaScript({prohibitParameters=!1}={}){ |
| /*ThouShaltNotCache*/ |
| switch(this._type){case"text":switch(this._subtype){case"ecmascript":case"javascript":case"javascript1.0":case"javascript1.1":case"javascript1.2":case"javascript1.3":case"javascript1.4":case"javascript1.5":case"jscript":case"livescript":case"x-ecmascript":case"x-javascript":return!prohibitParameters||0===this._parameters.size;default:return!1}case"application":switch(this._subtype){case"ecmascript":case"javascript":case"x-ecmascript":case"x-javascript":return!prohibitParameters||0===this._parameters.size;default:return!1}default:return!1}}isXML(){ |
| /*ThouShaltNotCache*/ |
| return"xml"===this._subtype&&("text"===this._type||"application"===this._type)||this._subtype.endsWith("+xml")}isHTML(){ |
| /*ThouShaltNotCache*/ |
| return"html"===this._subtype&&"text"===this._type}}},75142:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{domSymbolTree}=__webpack_require__(35442),{nodeRoot,isFollowing,isInclusiveAncestor}=__webpack_require__(95995);module.exports={compareBoundaryPointsPosition:function compareBoundaryPointsPosition(bpA,bpB){ |
| /*ThouShaltNotCache*/ |
| const{node:nodeA,offset:offsetA}=bpA,{node:nodeB,offset:offsetB}=bpB;if(nodeRoot(nodeA)!==nodeRoot(nodeB))throw new Error("Internal Error: Boundary points should have the same root!");if(nodeA===nodeB)return offsetA===offsetB?0:offsetA<offsetB?-1:1;if(isFollowing(nodeA,nodeB))return-1===compareBoundaryPointsPosition(bpB,bpA)?1:-1;if(isInclusiveAncestor(nodeA,nodeB)){let child=nodeB;for(;domSymbolTree.parent(child)!==nodeA;)child=domSymbolTree.parent(child);if(domSymbolTree.index(child)<offsetA)return 1}return-1}}},75282:module=>{"use strict";module.exports=JSON.parse('{"Object":{"writable":true,"enumerable":false,"configurable":true},"Function":{"writable":true,"enumerable":false,"configurable":true},"Array":{"writable":true,"enumerable":false,"configurable":true},"Number":{"writable":true,"enumerable":false,"configurable":true},"parseFloat":{"writable":true,"enumerable":false,"configurable":true},"parseInt":{"writable":true,"enumerable":false,"configurable":true},"Infinity":{"writable":false,"enumerable":false,"configurable":false},"NaN":{"writable":false,"enumerable":false,"configurable":false},"undefined":{"writable":false,"enumerable":false,"configurable":false},"Boolean":{"writable":true,"enumerable":false,"configurable":true},"String":{"writable":true,"enumerable":false,"configurable":true},"Symbol":{"writable":true,"enumerable":false,"configurable":true},"Date":{"writable":true,"enumerable":false,"configurable":true},"Promise":{"writable":true,"enumerable":false,"configurable":true},"RegExp":{"writable":true,"enumerable":false,"configurable":true},"Error":{"writable":true,"enumerable":false,"configurable":true},"AggregateError":{"writable":true,"enumerable":false,"configurable":true},"EvalError":{"writable":true,"enumerable":false,"configurable":true},"RangeError":{"writable":true,"enumerable":false,"configurable":true},"ReferenceError":{"writable":true,"enumerable":false,"configurable":true},"SyntaxError":{"writable":true,"enumerable":false,"configurable":true},"TypeError":{"writable":true,"enumerable":false,"configurable":true},"URIError":{"writable":true,"enumerable":false,"configurable":true},"globalThis":{"writable":true,"enumerable":false,"configurable":true},"JSON":{"writable":true,"enumerable":false,"configurable":true},"Math":{"writable":true,"enumerable":false,"configurable":true},"Intl":{"writable":true,"enumerable":false,"configurable":true},"ArrayBuffer":{"writable":true,"enumerable":false,"configurable":true},"Atomics":{"writable":true,"enumerable":false,"configurable":true},"Uint8Array":{"writable":true,"enumerable":false,"configurable":true},"Int8Array":{"writable":true,"enumerable":false,"configurable":true},"Uint16Array":{"writable":true,"enumerable":false,"configurable":true},"Int16Array":{"writable":true,"enumerable":false,"configurable":true},"Uint32Array":{"writable":true,"enumerable":false,"configurable":true},"Int32Array":{"writable":true,"enumerable":false,"configurable":true},"Float32Array":{"writable":true,"enumerable":false,"configurable":true},"Float64Array":{"writable":true,"enumerable":false,"configurable":true},"Uint8ClampedArray":{"writable":true,"enumerable":false,"configurable":true},"BigUint64Array":{"writable":true,"enumerable":false,"configurable":true},"BigInt64Array":{"writable":true,"enumerable":false,"configurable":true},"DataView":{"writable":true,"enumerable":false,"configurable":true},"Map":{"writable":true,"enumerable":false,"configurable":true},"BigInt":{"writable":true,"enumerable":false,"configurable":true},"Set":{"writable":true,"enumerable":false,"configurable":true},"WeakMap":{"writable":true,"enumerable":false,"configurable":true},"WeakSet":{"writable":true,"enumerable":false,"configurable":true},"Proxy":{"writable":true,"enumerable":false,"configurable":true},"Reflect":{"writable":true,"enumerable":false,"configurable":true},"FinalizationRegistry":{"writable":true,"enumerable":false,"configurable":true},"WeakRef":{"writable":true,"enumerable":false,"configurable":true},"decodeURI":{"writable":true,"enumerable":false,"configurable":true},"decodeURIComponent":{"writable":true,"enumerable":false,"configurable":true},"encodeURI":{"writable":true,"enumerable":false,"configurable":true},"encodeURIComponent":{"writable":true,"enumerable":false,"configurable":true},"escape":{"writable":true,"enumerable":false,"configurable":true},"unescape":{"writable":true,"enumerable":false,"configurable":true},"eval":{"writable":true,"enumerable":false,"configurable":true},"isFinite":{"writable":true,"enumerable":false,"configurable":true},"isNaN":{"writable":true,"enumerable":false,"configurable":true},"Iterator":{"writable":true,"enumerable":false,"configurable":true},"SharedArrayBuffer":{"writable":true,"enumerable":false,"configurable":true},"WebAssembly":{"writable":true,"enumerable":false,"configurable":true}}')},75359:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const cssstyle=__webpack_require__(65215);module.exports={implementation:class{_initElementCSSInlineStyle(){ |
| /*ThouShaltNotCache*/ |
| this._settingCssText=!1,this._style=new cssstyle.CSSStyleDeclaration(newCssText=>{ |
| /*ThouShaltNotCache*/ |
| this._settingCssText||(this._settingCssText=!0,this.setAttributeNS(null,"style",newCssText),this._settingCssText=!1)})}get style(){ |
| /*ThouShaltNotCache*/ |
| return this._style}}}},75566:(module,exports)=>{"use strict";const hasOwn=Function.prototype.call.bind(Object.prototype.hasOwnProperty);const wrapperSymbol=Symbol("wrapper"),implSymbol=Symbol("impl"),sameObjectCaches=Symbol("SameObject caches"),ctorRegistrySymbol=Symbol.for("[webidl2js] constructor registry"),AsyncIteratorPrototype=Object.getPrototypeOf(Object.getPrototypeOf(async function*(){}).prototype);function initCtorRegistry(globalObject){ |
| /*ThouShaltNotCache*/ |
| if(hasOwn(globalObject,ctorRegistrySymbol))return globalObject[ctorRegistrySymbol];const ctorRegistry=Object.create(null);ctorRegistry["%Object.prototype%"]=globalObject.Object.prototype,ctorRegistry["%IteratorPrototype%"]=Object.getPrototypeOf(Object.getPrototypeOf((new globalObject.Array)[Symbol.iterator]()));try{ctorRegistry["%AsyncIteratorPrototype%"]=Object.getPrototypeOf(Object.getPrototypeOf(globalObject.eval("(async function* () {})").prototype))}catch{ctorRegistry["%AsyncIteratorPrototype%"]=AsyncIteratorPrototype}return globalObject[ctorRegistrySymbol]=ctorRegistry,ctorRegistry}function wrapperForImpl(impl){ |
| /*ThouShaltNotCache*/ |
| return impl?impl[wrapperSymbol]:null}function implForWrapper(wrapper){ |
| /*ThouShaltNotCache*/ |
| return wrapper?wrapper[implSymbol]:null}const iterInternalSymbol=Symbol("internal");const byteLengthGetter=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;const supportsPropertyIndex=Symbol("supports property index"),supportedPropertyIndices=Symbol("supported property indices"),supportsPropertyName=Symbol("supports property name"),supportedPropertyNames=Symbol("supported property names"),indexedGet=Symbol("indexed property get"),indexedSetNew=Symbol("indexed property set new"),indexedSetExisting=Symbol("indexed property set existing"),namedGet=Symbol("named property get"),namedSetNew=Symbol("named property set new"),namedSetExisting=Symbol("named property set existing"),namedDelete=Symbol("named property delete"),asyncIteratorNext=Symbol("async iterator get the next iteration result"),asyncIteratorReturn=Symbol("async iterator return steps"),asyncIteratorInit=Symbol("async iterator initialization steps"),asyncIteratorEOI=Symbol("async iterator end of iteration");module.exports={isObject:function(value){ |
| /*ThouShaltNotCache*/ |
| return"object"==typeof value&&null!==value||"function"==typeof value},hasOwn,define:function(target,source){ |
| /*ThouShaltNotCache*/ |
| for(const key of Reflect.ownKeys(source)){const descriptor=Reflect.getOwnPropertyDescriptor(source,key);if(descriptor&&!Reflect.defineProperty(target,key,descriptor))throw new TypeError(`Cannot redefine property: ${String(key)}`)}},newObjectInRealm:function(globalObject,object){ |
| /*ThouShaltNotCache*/ |
| const ctorRegistry=initCtorRegistry(globalObject);return Object.defineProperties(Object.create(ctorRegistry["%Object.prototype%"]),Object.getOwnPropertyDescriptors(object))},wrapperSymbol,implSymbol,getSameObject:function(wrapper,prop,creator){ |
| /*ThouShaltNotCache*/ |
| return wrapper[sameObjectCaches]||(wrapper[sameObjectCaches]=Object.create(null)),prop in wrapper[sameObjectCaches]||(wrapper[sameObjectCaches][prop]=creator()),wrapper[sameObjectCaches][prop]},ctorRegistrySymbol,initCtorRegistry,wrapperForImpl,implForWrapper,tryWrapperForImpl:function(impl){ |
| /*ThouShaltNotCache*/ |
| const wrapper=wrapperForImpl(impl);return wrapper||impl},tryImplForWrapper:function(wrapper){ |
| /*ThouShaltNotCache*/ |
| const impl=implForWrapper(wrapper);return impl||wrapper},iterInternalSymbol,isArrayBuffer:function(value){ |
| /*ThouShaltNotCache*/ |
| try{return byteLengthGetter.call(value),!0}catch(e){return!1}},isArrayIndexPropName:function(P){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof P)return!1;const i=P>>>0;return i!==2**32-1&&P===`${i}`},supportsPropertyIndex,supportedPropertyIndices,supportsPropertyName,supportedPropertyNames,indexedGet,indexedSetNew,indexedSetExisting,namedGet,namedSetNew,namedSetExisting,namedDelete,asyncIteratorNext,asyncIteratorReturn,asyncIteratorInit,asyncIteratorEOI,iteratorResult:function([key,value],kind){ |
| /*ThouShaltNotCache*/ |
| let result;switch(kind){case"key":result=key;break;case"value":result=value;break;case"key+value":result=[key,value]}return{value:result,done:!1}}}},75633:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630);__webpack_require__(65554);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="bubbles";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'bubbles' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="cancelable";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'cancelable' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="composed";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'composed' that",globals:globalObject}),ret[key]=value):ret[key]=!1}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},75711:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},75759:module=>{"use strict";module.exports=Object.getOwnPropertyDescriptor},75890:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={StyleSheet:__webpack_require__(22825).StyleSheet,CSSStyleRule:__webpack_require__(65551).CSSStyleRule,CSSStyleSheet:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.StyleSheet.call(this),this.cssRules=[]}};CSSOM.CSSStyleSheet.prototype=new CSSOM.StyleSheet,CSSOM.CSSStyleSheet.prototype.constructor=CSSOM.CSSStyleSheet,CSSOM.CSSStyleSheet.prototype.insertRule=function(rule,index){ |
| /*ThouShaltNotCache*/ |
| if(index<0||index>this.cssRules.length)throw new RangeError("INDEX_SIZE_ERR");var cssRule=CSSOM.parse(rule).cssRules[0];return cssRule.parentStyleSheet=this,this.cssRules.splice(index,0,cssRule),index},CSSOM.CSSStyleSheet.prototype.deleteRule=function(index){ |
| /*ThouShaltNotCache*/ |
| if(index<0||index>=this.cssRules.length)throw new RangeError("INDEX_SIZE_ERR");this.cssRules.splice(index,1)},CSSOM.CSSStyleSheet.prototype.toString=function(){for( |
| /*ThouShaltNotCache*/ |
| var result="",rules=this.cssRules,i=0;i<rules.length;i++)result+=rules[i].cssText+"\n";return result},exports.CSSStyleSheet=CSSOM.CSSStyleSheet,CSSOM.parse=__webpack_require__(46274).parse},76069:function(__unused_webpack_module,exports,__webpack_require__){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);desc&&!("get"in desc?!m.__esModule:desc.writable||desc.configurable)||(desc={enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| return m[k]}}),Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){ |
| /*ThouShaltNotCache*/ |
| void 0===k2&&(k2=k),o[k2]=m[k]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(o,"default",{enumerable:!0,value:v})}:function(o,v){ |
| /*ThouShaltNotCache*/ |
| o.default=v}),__importStar=this&&this.__importStar||function(mod){ |
| /*ThouShaltNotCache*/ |
| if(mod&&mod.__esModule)return mod;var result={};if(null!=mod)for(var k in mod)"default"!==k&&Object.prototype.hasOwnProperty.call(mod,k)&&__createBinding(result,mod,k);return __setModuleDefault(result,mod),result};Object.defineProperty(exports,"__esModule",{value:!0}),exports.Cookie=void 0;const getPublicSuffix_1=__webpack_require__(7480),validators=__importStar(__webpack_require__(71237)),utils_1=__webpack_require__(19021),formatDate_1=__webpack_require__(99144),parseDate_1=__webpack_require__(94692),canonicalDomain_1=__webpack_require__(41573),COOKIE_OCTETS=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,PATH_VALUE=/[\x20-\x3A\x3C-\x7E]+/,CONTROL_CHARS=/[\x00-\x1F]/,TERMINATORS=["\n","\r","\0"];function parseCookiePair(cookiePair,looseMode){let cookieName,cookieValue,firstEq=( |
| /*ThouShaltNotCache*/ |
| cookiePair=function(str){ |
| /*ThouShaltNotCache*/ |
| if(validators.isEmptyString(str))return str;for(let t=0;t<TERMINATORS.length;t++){const terminator=TERMINATORS[t],terminatorIdx=terminator?str.indexOf(terminator):-1;-1!==terminatorIdx&&(str=str.slice(0,terminatorIdx))}return str}(cookiePair)).indexOf("=");if(looseMode)0===firstEq&&(firstEq=(cookiePair=cookiePair.substring(1)).indexOf("="));else if(firstEq<=0)return;if(firstEq<=0?(cookieName="",cookieValue=cookiePair.trim()):(cookieName=cookiePair.slice(0,firstEq).trim(),cookieValue=cookiePair.slice(firstEq+1).trim()),CONTROL_CHARS.test(cookieName)||CONTROL_CHARS.test(cookieValue))return;const c=new Cookie;return c.key=cookieName,c.value=cookieValue,c}function fromJSON(str){ |
| /*ThouShaltNotCache*/ |
| if(!str||validators.isEmptyString(str))return;let obj;if("string"==typeof str)try{obj=JSON.parse(str)}catch{return}else obj=str;const c=new Cookie;return Cookie.serializableProperties.forEach(prop=>{ |
| /*ThouShaltNotCache*/ |
| if(obj&&"object"==typeof obj&&(0,utils_1.inOperator)(prop,obj)){const val=obj[prop];if(void 0===val)return;if((0,utils_1.inOperator)(prop,cookieDefaults)&&val===cookieDefaults[prop])return;switch(prop){case"key":case"value":case"sameSite":"string"==typeof val&&(c[prop]=val);break;case"expires":case"creation":case"lastAccessed":"number"==typeof val||"string"==typeof val||val instanceof Date?c[prop]="Infinity"==obj[prop]?"Infinity":new Date(val):null===val&&(c[prop]=null);break;case"maxAge":"number"!=typeof val&&"Infinity"!==val&&"-Infinity"!==val||(c[prop]=val);break;case"domain":case"path":"string"!=typeof val&&null!==val||(c[prop]=val);break;case"secure":case"httpOnly":"boolean"==typeof val&&(c[prop]=val);break;case"extensions":Array.isArray(val)&&val.every(item=>"string"==typeof item)&&(c[prop]=val);break;case"hostOnly":case"pathIsDefault":"boolean"!=typeof val&&null!==val||(c[prop]=val)}}}),c}const cookieDefaults={key:"",value:"",expires:"Infinity",maxAge:null,domain:null,path:null,secure:!1,httpOnly:!1,extensions:null,hostOnly:null,pathIsDefault:null,creation:null,lastAccessed:null,sameSite:void 0};class Cookie{constructor(options={}){ |
| /*ThouShaltNotCache*/ |
| this.key=options.key??cookieDefaults.key,this.value=options.value??cookieDefaults.value,this.expires=options.expires??cookieDefaults.expires,this.maxAge=options.maxAge??cookieDefaults.maxAge,this.domain=options.domain??cookieDefaults.domain,this.path=options.path??cookieDefaults.path,this.secure=options.secure??cookieDefaults.secure,this.httpOnly=options.httpOnly??cookieDefaults.httpOnly,this.extensions=options.extensions??cookieDefaults.extensions,this.creation=options.creation??cookieDefaults.creation,this.hostOnly=options.hostOnly??cookieDefaults.hostOnly,this.pathIsDefault=options.pathIsDefault??cookieDefaults.pathIsDefault,this.lastAccessed=options.lastAccessed??cookieDefaults.lastAccessed,this.sameSite=options.sameSite??cookieDefaults.sameSite,this.creation=options.creation??new Date,Object.defineProperty(this,"creationIndex",{configurable:!1,enumerable:!1,writable:!0,value:++Cookie.cookiesCreated}),this.creationIndex=Cookie.cookiesCreated}[Symbol.for("nodejs.util.inspect.custom")](){ |
| /*ThouShaltNotCache*/ |
| const now=Date.now(),hostOnly=null!=this.hostOnly?this.hostOnly.toString():"?",createAge=this.creation&&"Infinity"!==this.creation?`${String(now-this.creation.getTime())}ms`:"?",accessAge=this.lastAccessed&&"Infinity"!==this.lastAccessed?`${String(now-this.lastAccessed.getTime())}ms`:"?";return`Cookie="${this.toString()}; hostOnly=${hostOnly}; aAge=${accessAge}; cAge=${createAge}"`}toJSON(){ |
| /*ThouShaltNotCache*/ |
| const obj={};for(const prop of Cookie.serializableProperties){const val=this[prop];if(val!==cookieDefaults[prop])switch(prop){case"key":case"value":case"sameSite":"string"==typeof val&&(obj[prop]=val);break;case"expires":case"creation":case"lastAccessed":"number"==typeof val||"string"==typeof val||val instanceof Date?obj[prop]="Infinity"==val?"Infinity":new Date(val).toISOString():null===val&&(obj[prop]=null);break;case"maxAge":"number"!=typeof val&&"Infinity"!==val&&"-Infinity"!==val||(obj[prop]=val);break;case"domain":case"path":"string"!=typeof val&&null!==val||(obj[prop]=val);break;case"secure":case"httpOnly":"boolean"==typeof val&&(obj[prop]=val);break;case"extensions":Array.isArray(val)&&(obj[prop]=val);break;case"hostOnly":case"pathIsDefault":"boolean"!=typeof val&&null!==val||(obj[prop]=val)}}return obj}clone(){ |
| /*ThouShaltNotCache*/ |
| return fromJSON(this.toJSON())}validate(){ |
| /*ThouShaltNotCache*/ |
| if(!this.value||!COOKIE_OCTETS.test(this.value))return!1;if(!("Infinity"==this.expires||this.expires instanceof Date||(0,parseDate_1.parseDate)(this.expires)))return!1;if(null!=this.maxAge&&"Infinity"!==this.maxAge&&("-Infinity"===this.maxAge||this.maxAge<=0))return!1;if(null!=this.path&&!PATH_VALUE.test(this.path))return!1;const cdomain=this.cdomain();if(cdomain){if(cdomain.match(/\.$/))return!1;if(null==(0,getPublicSuffix_1.getPublicSuffix)(cdomain))return!1}return!0}setExpires(exp){ |
| /*ThouShaltNotCache*/ |
| exp instanceof Date?this.expires=exp:this.expires=(0,parseDate_1.parseDate)(exp)||"Infinity"}setMaxAge(age){ |
| /*ThouShaltNotCache*/ |
| this.maxAge=age===1/0?"Infinity":age===-1/0?"-Infinity":age}cookieString(){ |
| /*ThouShaltNotCache*/ |
| const val=this.value||"";return this.key?`${this.key}=${val}`:val}toString(){ |
| /*ThouShaltNotCache*/ |
| let str=this.cookieString();return"Infinity"!=this.expires&&this.expires instanceof Date&&(str+=`; Expires=${(0,formatDate_1.formatDate)(this.expires)}`),null!=this.maxAge&&this.maxAge!=1/0&&(str+=`; Max-Age=${String(this.maxAge)}`),this.domain&&!this.hostOnly&&(str+=`; Domain=${this.domain}`),this.path&&(str+=`; Path=${this.path}`),this.secure&&(str+="; Secure"),this.httpOnly&&(str+="; HttpOnly"),this.sameSite&&"none"!==this.sameSite&&(this.sameSite.toLowerCase()===Cookie.sameSiteCanonical.lax.toLowerCase()?str+=`; SameSite=${Cookie.sameSiteCanonical.lax}`:this.sameSite.toLowerCase()===Cookie.sameSiteCanonical.strict.toLowerCase()?str+=`; SameSite=${Cookie.sameSiteCanonical.strict}`:str+=`; SameSite=${this.sameSite}`),this.extensions&&this.extensions.forEach(ext=>{ |
| /*ThouShaltNotCache*/ |
| str+=`; ${ext}`}),str}TTL(now=Date.now()){ |
| /*ThouShaltNotCache*/ |
| if(null!=this.maxAge&&"number"==typeof this.maxAge)return this.maxAge<=0?0:1e3*this.maxAge;const expires=this.expires;return"Infinity"===expires?1/0:(expires?.getTime()??now)-(now||Date.now())}expiryTime(now){ |
| /*ThouShaltNotCache*/ |
| if(null!=this.maxAge){const relativeTo=now||this.lastAccessed||new Date,maxAge="number"==typeof this.maxAge?this.maxAge:-1/0,age=maxAge<=0?-1/0:1e3*maxAge;return"Infinity"===relativeTo?1/0:relativeTo.getTime()+age}return"Infinity"==this.expires?1/0:this.expires?this.expires.getTime():void 0}expiryDate(now){ |
| /*ThouShaltNotCache*/ |
| const millisec=this.expiryTime(now);return millisec==1/0?new Date(2147483647e3):millisec==-1/0?new Date(0):null==millisec?void 0:new Date(millisec)}isPersistent(){ |
| /*ThouShaltNotCache*/ |
| return null!=this.maxAge||"Infinity"!=this.expires}canonicalizedDomain(){ |
| /*ThouShaltNotCache*/ |
| return(0,canonicalDomain_1.canonicalDomain)(this.domain)}cdomain(){ |
| /*ThouShaltNotCache*/ |
| return(0,canonicalDomain_1.canonicalDomain)(this.domain)}static parse(str,options){ |
| /*ThouShaltNotCache*/ |
| return function(str,options){ |
| /*ThouShaltNotCache*/ |
| if(validators.isEmptyString(str)||!validators.isString(str))return;const firstSemi=(str=str.trim()).indexOf(";"),c=parseCookiePair(-1===firstSemi?str:str.slice(0,firstSemi),options?.loose??!1);if(!c)return;if(-1===firstSemi)return c;const unparsed=str.slice(firstSemi+1).trim();if(0===unparsed.length)return c;const cookie_avs=unparsed.split(";");for(;cookie_avs.length;){const av=(cookie_avs.shift()??"").trim();if(0===av.length)continue;const av_sep=av.indexOf("=");let av_key,av_value;switch(-1===av_sep?(av_key=av,av_value=null):(av_key=av.slice(0,av_sep),av_value=av.slice(av_sep+1)),av_key=av_key.trim().toLowerCase(),av_value&&(av_value=av_value.trim()),av_key){case"expires":if(av_value){const exp=(0,parseDate_1.parseDate)(av_value);exp&&(c.expires=exp)}break;case"max-age":if(av_value&&/^-?[0-9]+$/.test(av_value)){const delta=parseInt(av_value,10);c.setMaxAge(delta)}break;case"domain":if(av_value){const domain=av_value.trim().replace(/^\./,"");domain&&(c.domain=domain.toLowerCase())}break;case"path":c.path=av_value&&"/"===av_value[0]?av_value:null;break;case"secure":c.secure=!0;break;case"httponly":c.httpOnly=!0;break;case"samesite":switch(av_value?av_value.toLowerCase():""){case"strict":c.sameSite="strict";break;case"lax":c.sameSite="lax";break;case"none":c.sameSite="none";break;default:c.sameSite=void 0}break;default:c.extensions=c.extensions||[],c.extensions.push(av)}}return c}(str,options)}static fromJSON(str){ |
| /*ThouShaltNotCache*/ |
| return fromJSON(str)}}exports.Cookie=Cookie,Cookie.cookiesCreated=0,Cookie.sameSiteLevel={strict:3,lax:2,none:1},Cookie.sameSiteCanonical={strict:"Strict",lax:"Lax"},Cookie.serializableProperties=["key","value","expires","maxAge","domain","path","secure","httpOnly","extensions","hostOnly","pathIsDefault","creation","lastAccessed","sameSite"]},76402:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $TypeError=__webpack_require__(1953),inspect=__webpack_require__(48657),getSideChannelList=__webpack_require__(32629),getSideChannelMap=__webpack_require__(13221),makeChannel=__webpack_require__(3441)||getSideChannelMap||getSideChannelList;module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| var $channelData,channel={assert:function(key){ |
| /*ThouShaltNotCache*/ |
| if(!channel.has(key))throw new $TypeError("Side channel does not contain "+inspect(key))},delete:function(key){ |
| /*ThouShaltNotCache*/ |
| return!!$channelData&&$channelData.delete(key)},get:function(key){ |
| /*ThouShaltNotCache*/ |
| return $channelData&&$channelData.get(key)},has:function(key){ |
| /*ThouShaltNotCache*/ |
| return!!$channelData&&$channelData.has(key)},set:function(key,value){ |
| /*ThouShaltNotCache*/ |
| $channelData||($channelData=makeChannel()),$channelData.set(key,value)}};return channel}},76613:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLEmbedElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLEmbedElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLEmbedElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLEmbedElement",new.target)}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLEmbedElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLEmbedElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLEmbedElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLEmbedElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLEmbedElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLEmbedElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLEmbedElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLEmbedElement.");V=conversions.DOMString(V,{context:"Failed to set the 'width' property on 'HTMLEmbedElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of HTMLEmbedElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("height");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of HTMLEmbedElement.");V=conversions.DOMString(V,{context:"Failed to set the 'height' property on 'HTMLEmbedElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("height",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLEmbedElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLEmbedElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLEmbedElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLEmbedElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLEmbedElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLEmbedElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLEmbedElement.prototype,{src:{enumerable:!0},type:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},align:{enumerable:!0},name:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLEmbedElement",configurable:!0}}),ctorRegistry.HTMLEmbedElement=HTMLEmbedElement,Object.defineProperty(globalObject,"HTMLEmbedElement",{configurable:!0,writable:!0,value:HTMLEmbedElement})};const Impl=__webpack_require__(57424)},76698:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $defineProperty=__webpack_require__(65049),hasPropertyDescriptors=function(){ |
| /*ThouShaltNotCache*/ |
| return!!$defineProperty};hasPropertyDescriptors.hasArrayLengthDefineBug=function(){ |
| /*ThouShaltNotCache*/ |
| if(!$defineProperty)return null;try{return 1!==$defineProperty([],"length",{value:1}).length}catch(e){return!0}},module.exports=hasPropertyDescriptors},76844:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.htmlDecodeTree=void 0,exports.htmlDecodeTree=new Uint16Array('\u1d41<\u00d5\u0131\u028a\u049d\u057b\u05d0\u0675\u06de\u07a2\u07d6\u080f\u0a4a\u0a91\u0da1\u0e6d\u0f09\u0f26\u10ca\u1228\u12e1\u1415\u149d\u14c3\u14df\u1525\0\0\0\0\0\0\u156b\u16cd\u198d\u1c12\u1ddd\u1f7e\u2060\u21b0\u228d\u23c0\u23fb\u2442\u2824\u2912\u2d08\u2e48\u2fce\u3016\u32ba\u3639\u37ac\u38fe\u3a28\u3a71\u3ae0\u3b2e\u0800EMabcfglmnoprstu\\bfms\u007f\u0084\u008b\u0090\u0095\u0098\u00a6\u00b3\u00b9\u00c8\u00cflig\u803b\u00c6\u40c6P\u803b&\u4026cute\u803b\u00c1\u40c1reve;\u4102\u0100iyx}rc\u803b\u00c2\u40c2;\u4410r;\uc000\ud835\udd04rave\u803b\u00c0\u40c0pha;\u4391acr;\u4100d;\u6a53\u0100gp\u009d\u00a1on;\u4104f;\uc000\ud835\udd38plyFunction;\u6061ing\u803b\u00c5\u40c5\u0100cs\u00be\u00c3r;\uc000\ud835\udc9cign;\u6254ilde\u803b\u00c3\u40c3ml\u803b\u00c4\u40c4\u0400aceforsu\u00e5\u00fb\u00fe\u0117\u011c\u0122\u0127\u012a\u0100cr\u00ea\u00f2kslash;\u6216\u0176\u00f6\u00f8;\u6ae7ed;\u6306y;\u4411\u0180crt\u0105\u010b\u0114ause;\u6235noullis;\u612ca;\u4392r;\uc000\ud835\udd05pf;\uc000\ud835\udd39eve;\u42d8c\u00f2\u0113mpeq;\u624e\u0700HOacdefhilorsu\u014d\u0151\u0156\u0180\u019e\u01a2\u01b5\u01b7\u01ba\u01dc\u0215\u0273\u0278\u027ecy;\u4427PY\u803b\u00a9\u40a9\u0180cpy\u015d\u0162\u017aute;\u4106\u0100;i\u0167\u0168\u62d2talDifferentialD;\u6145leys;\u612d\u0200aeio\u0189\u018e\u0194\u0198ron;\u410cdil\u803b\u00c7\u40c7rc;\u4108nint;\u6230ot;\u410a\u0100dn\u01a7\u01adilla;\u40b8terDot;\u40b7\u00f2\u017fi;\u43a7rcle\u0200DMPT\u01c7\u01cb\u01d1\u01d6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01e2\u01f8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020foubleQuote;\u601duote;\u6019\u0200lnpu\u021e\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6a74\u0180git\u022f\u0236\u023aruent;\u6261nt;\u622fourIntegral;\u622e\u0100fr\u024c\u024e;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6a2fcr;\uc000\ud835\udc9ep\u0100;C\u0284\u0285\u62d3ap;\u624d\u0580DJSZacefios\u02a0\u02ac\u02b0\u02b4\u02b8\u02cb\u02d7\u02e1\u02e6\u0333\u048d\u0100;o\u0179\u02a5trahd;\u6911cy;\u4402cy;\u4405cy;\u440f\u0180grs\u02bf\u02c4\u02c7ger;\u6021r;\u61a1hv;\u6ae4\u0100ay\u02d0\u02d5ron;\u410e;\u4414l\u0100;t\u02dd\u02de\u6207a;\u4394r;\uc000\ud835\udd07\u0100af\u02eb\u0327\u0100cm\u02f0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031ccute;\u40b4o\u0174\u030b\u030d;\u42d9bleAcute;\u42ddrave;\u4060ilde;\u42dcond;\u62c4ferentialD;\u6146\u0470\u033d\0\0\0\u0342\u0354\0\u0405f;\uc000\ud835\udd3b\u0180;DE\u0348\u0349\u034d\u40a8ot;\u60dcqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03cf\u03e2\u03f8ontourIntegra\u00ec\u0239o\u0274\u0379\0\0\u037b\u00bb\u0349nArrow;\u61d3\u0100eo\u0387\u03a4ft\u0180ART\u0390\u0396\u03a1rrow;\u61d0ightArrow;\u61d4e\u00e5\u02cang\u0100LR\u03ab\u03c4eft\u0100AR\u03b3\u03b9rrow;\u67f8ightArrow;\u67faightArrow;\u67f9ight\u0100AT\u03d8\u03derrow;\u61d2ee;\u62a8p\u0241\u03e9\0\0\u03efrrow;\u61d1ownArrow;\u61d5erticalBar;\u6225n\u0300ABLRTa\u0412\u042a\u0430\u045e\u047f\u037crrow\u0180;BU\u041d\u041e\u0422\u6193ar;\u6913pArrow;\u61f5reve;\u4311eft\u02d2\u043a\0\u0446\0\u0450ightVector;\u6950eeVector;\u695eector\u0100;B\u0459\u045a\u61bdar;\u6956ight\u01d4\u0467\0\u0471eeVector;\u695fector\u0100;B\u047a\u047b\u61c1ar;\u6957ee\u0100;A\u0486\u0487\u62a4rrow;\u61a7\u0100ct\u0492\u0497r;\uc000\ud835\udc9frok;\u4110\u0800NTacdfglmopqstux\u04bd\u04c0\u04c4\u04cb\u04de\u04e2\u04e7\u04ee\u04f5\u0521\u052f\u0536\u0552\u055d\u0560\u0565G;\u414aH\u803b\u00d0\u40d0cute\u803b\u00c9\u40c9\u0180aiy\u04d2\u04d7\u04dcron;\u411arc\u803b\u00ca\u40ca;\u442dot;\u4116r;\uc000\ud835\udd08rave\u803b\u00c8\u40c8ement;\u6208\u0100ap\u04fa\u04fecr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65fberySmallSquare;\u65ab\u0100gp\u0526\u052aon;\u4118f;\uc000\ud835\udd3csilon;\u4395u\u0100ai\u053c\u0549l\u0100;T\u0542\u0543\u6a75ilde;\u6242librium;\u61cc\u0100ci\u0557\u055ar;\u6130m;\u6a73a;\u4397ml\u803b\u00cb\u40cb\u0100ip\u056a\u056fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058d\u05b2\u05ccy;\u4424r;\uc000\ud835\udd09lled\u0253\u0597\0\0\u05a3mallSquare;\u65fcerySmallSquare;\u65aa\u0370\u05ba\0\u05bf\0\0\u05c4f;\uc000\ud835\udd3dAll;\u6200riertrf;\u6131c\u00f2\u05cb\u0600JTabcdfgorst\u05e8\u05ec\u05ef\u05fa\u0600\u0612\u0616\u061b\u061d\u0623\u066c\u0672cy;\u4403\u803b>\u403emma\u0100;d\u05f7\u05f8\u4393;\u43dcreve;\u411e\u0180eiy\u0607\u060c\u0610dil;\u4122rc;\u411c;\u4413ot;\u4120r;\uc000\ud835\udd0a;\u62d9pf;\uc000\ud835\udd3eeater\u0300EFGLST\u0635\u0644\u064e\u0656\u065b\u0666qual\u0100;L\u063e\u063f\u6265ess;\u62dbullEqual;\u6267reater;\u6aa2ess;\u6277lantEqual;\u6a7eilde;\u6273cr;\uc000\ud835\udca2;\u626b\u0400Aacfiosu\u0685\u068b\u0696\u069b\u069e\u06aa\u06be\u06caRDcy;\u442a\u0100ct\u0690\u0694ek;\u42c7;\u405eirc;\u4124r;\u610clbertSpace;\u610b\u01f0\u06af\0\u06b2f;\u610dizontalLine;\u6500\u0100ct\u06c3\u06c5\u00f2\u06a9rok;\u4126mp\u0144\u06d0\u06d8ownHum\u00f0\u012fqual;\u624f\u0700EJOacdfgmnostu\u06fa\u06fe\u0703\u0707\u070e\u071a\u071e\u0721\u0728\u0744\u0778\u078b\u078f\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803b\u00cd\u40cd\u0100iy\u0713\u0718rc\u803b\u00ce\u40ce;\u4418ot;\u4130r;\u6111rave\u803b\u00cc\u40cc\u0180;ap\u0720\u072f\u073f\u0100cg\u0734\u0737r;\u412ainaryI;\u6148lie\u00f3\u03dd\u01f4\u0749\0\u0762\u0100;e\u074d\u074e\u622c\u0100gr\u0753\u0758ral;\u622bsection;\u62c2isible\u0100CT\u076c\u0772omma;\u6063imes;\u6062\u0180gpt\u077f\u0783\u0788on;\u412ef;\uc000\ud835\udd40a;\u4399cr;\u6110ilde;\u4128\u01eb\u079a\0\u079ecy;\u4406l\u803b\u00cf\u40cf\u0280cfosu\u07ac\u07b7\u07bc\u07c2\u07d0\u0100iy\u07b1\u07b5rc;\u4134;\u4419r;\uc000\ud835\udd0dpf;\uc000\ud835\udd41\u01e3\u07c7\0\u07ccr;\uc000\ud835\udca5rcy;\u4408kcy;\u4404\u0380HJacfos\u07e4\u07e8\u07ec\u07f1\u07fd\u0802\u0808cy;\u4425cy;\u440cppa;\u439a\u0100ey\u07f6\u07fbdil;\u4136;\u441ar;\uc000\ud835\udd0epf;\uc000\ud835\udd42cr;\uc000\ud835\udca6\u0580JTaceflmost\u0825\u0829\u082c\u0850\u0863\u09b3\u09b8\u09c7\u09cd\u0a37\u0a47cy;\u4409\u803b<\u403c\u0280cmnpr\u0837\u083c\u0841\u0844\u084dute;\u4139bda;\u439bg;\u67ealacetrf;\u6112r;\u619e\u0180aey\u0857\u085c\u0861ron;\u413ddil;\u413b;\u441b\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087e\u08a9\u08b1\u08e0\u08e6\u08fc\u092f\u095b\u0390\u096a\u0100nr\u0883\u088fgleBracket;\u67e8row\u0180;BR\u0899\u089a\u089e\u6190ar;\u61e4ightArrow;\u61c6eiling;\u6308o\u01f5\u08b7\0\u08c3bleBracket;\u67e6n\u01d4\u08c8\0\u08d2eeVector;\u6961ector\u0100;B\u08db\u08dc\u61c3ar;\u6959loor;\u630aight\u0100AV\u08ef\u08f5rrow;\u6194ector;\u694e\u0100er\u0901\u0917e\u0180;AV\u0909\u090a\u0910\u62a3rrow;\u61a4ector;\u695aiangle\u0180;BE\u0924\u0925\u0929\u62b2ar;\u69cfqual;\u62b4p\u0180DTV\u0937\u0942\u094cownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61bfar;\u6958ector\u0100;B\u0965\u0966\u61bcar;\u6952ight\u00e1\u039cs\u0300EFGLST\u097e\u098b\u0995\u099d\u09a2\u09adqualGreater;\u62daullEqual;\u6266reater;\u6276ess;\u6aa1lantEqual;\u6a7dilde;\u6272r;\uc000\ud835\udd0f\u0100;e\u09bd\u09be\u62d8ftarrow;\u61daidot;\u413f\u0180npw\u09d4\u0a16\u0a1bg\u0200LRlr\u09de\u09f7\u0a02\u0a10eft\u0100AR\u09e6\u09ecrrow;\u67f5ightArrow;\u67f7ightArrow;\u67f6eft\u0100ar\u03b3\u0a0aight\u00e1\u03bfight\u00e1\u03caf;\uc000\ud835\udd43er\u0100LR\u0a22\u0a2ceftArrow;\u6199ightArrow;\u6198\u0180cht\u0a3e\u0a40\u0a42\u00f2\u084c;\u61b0rok;\u4141;\u626a\u0400acefiosu\u0a5a\u0a5d\u0a60\u0a77\u0a7c\u0a85\u0a8b\u0a8ep;\u6905y;\u441c\u0100dl\u0a65\u0a6fiumSpace;\u605flintrf;\u6133r;\uc000\ud835\udd10nusPlus;\u6213pf;\uc000\ud835\udd44c\u00f2\u0a76;\u439c\u0480Jacefostu\u0aa3\u0aa7\u0aad\u0ac0\u0b14\u0b19\u0d91\u0d97\u0d9ecy;\u440acute;\u4143\u0180aey\u0ab4\u0ab9\u0aberon;\u4147dil;\u4145;\u441d\u0180gsw\u0ac7\u0af0\u0b0eative\u0180MTV\u0ad3\u0adf\u0ae8ediumSpace;\u600bhi\u0100cn\u0ae6\u0ad8\u00eb\u0ad9eryThi\u00ee\u0ad9ted\u0100GL\u0af8\u0b06reaterGreate\u00f2\u0673essLes\u00f3\u0a48Line;\u400ar;\uc000\ud835\udd11\u0200Bnpt\u0b22\u0b28\u0b37\u0b3areak;\u6060BreakingSpace;\u40a0f;\u6115\u0680;CDEGHLNPRSTV\u0b55\u0b56\u0b6a\u0b7c\u0ba1\u0beb\u0c04\u0c5e\u0c84\u0ca6\u0cd8\u0d61\u0d85\u6aec\u0100ou\u0b5b\u0b64ngruent;\u6262pCap;\u626doubleVerticalBar;\u6226\u0180lqx\u0b83\u0b8a\u0b9bement;\u6209ual\u0100;T\u0b92\u0b93\u6260ilde;\uc000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0bb6\u0bb7\u0bbd\u0bc9\u0bd3\u0bd8\u0be5\u626fqual;\u6271ullEqual;\uc000\u2267\u0338reater;\uc000\u226b\u0338ess;\u6279lantEqual;\uc000\u2a7e\u0338ilde;\u6275ump\u0144\u0bf2\u0bfdownHump;\uc000\u224e\u0338qual;\uc000\u224f\u0338e\u0100fs\u0c0a\u0c27tTriangle\u0180;BE\u0c1a\u0c1b\u0c21\u62eaar;\uc000\u29cf\u0338qual;\u62ecs\u0300;EGLST\u0c35\u0c36\u0c3c\u0c44\u0c4b\u0c58\u626equal;\u6270reater;\u6278ess;\uc000\u226a\u0338lantEqual;\uc000\u2a7d\u0338ilde;\u6274ested\u0100GL\u0c68\u0c79reaterGreater;\uc000\u2aa2\u0338essLess;\uc000\u2aa1\u0338recedes\u0180;ES\u0c92\u0c93\u0c9b\u6280qual;\uc000\u2aaf\u0338lantEqual;\u62e0\u0100ei\u0cab\u0cb9verseElement;\u620cghtTriangle\u0180;BE\u0ccb\u0ccc\u0cd2\u62ebar;\uc000\u29d0\u0338qual;\u62ed\u0100qu\u0cdd\u0d0cuareSu\u0100bp\u0ce8\u0cf9set\u0100;E\u0cf0\u0cf3\uc000\u228f\u0338qual;\u62e2erset\u0100;E\u0d03\u0d06\uc000\u2290\u0338qual;\u62e3\u0180bcp\u0d13\u0d24\u0d4eset\u0100;E\u0d1b\u0d1e\uc000\u2282\u20d2qual;\u6288ceeds\u0200;EST\u0d32\u0d33\u0d3b\u0d46\u6281qual;\uc000\u2ab0\u0338lantEqual;\u62e1ilde;\uc000\u227f\u0338erset\u0100;E\u0d58\u0d5b\uc000\u2283\u20d2qual;\u6289ilde\u0200;EFT\u0d6e\u0d6f\u0d75\u0d7f\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uc000\ud835\udca9ilde\u803b\u00d1\u40d1;\u439d\u0700Eacdfgmoprstuv\u0dbd\u0dc2\u0dc9\u0dd5\u0ddb\u0de0\u0de7\u0dfc\u0e02\u0e20\u0e22\u0e32\u0e3f\u0e44lig;\u4152cute\u803b\u00d3\u40d3\u0100iy\u0dce\u0dd3rc\u803b\u00d4\u40d4;\u441eblac;\u4150r;\uc000\ud835\udd12rave\u803b\u00d2\u40d2\u0180aei\u0dee\u0df2\u0df6cr;\u414cga;\u43a9cron;\u439fpf;\uc000\ud835\udd46enCurly\u0100DQ\u0e0e\u0e1aoubleQuote;\u601cuote;\u6018;\u6a54\u0100cl\u0e27\u0e2cr;\uc000\ud835\udcaaash\u803b\u00d8\u40d8i\u016c\u0e37\u0e3cde\u803b\u00d5\u40d5es;\u6a37ml\u803b\u00d6\u40d6er\u0100BP\u0e4b\u0e60\u0100ar\u0e50\u0e53r;\u603eac\u0100ek\u0e5a\u0e5c;\u63deet;\u63b4arenthesis;\u63dc\u0480acfhilors\u0e7f\u0e87\u0e8a\u0e8f\u0e92\u0e94\u0e9d\u0eb0\u0efcrtialD;\u6202y;\u441fr;\uc000\ud835\udd13i;\u43a6;\u43a0usMinus;\u40b1\u0100ip\u0ea2\u0eadncareplan\u00e5\u069df;\u6119\u0200;eio\u0eb9\u0eba\u0ee0\u0ee4\u6abbcedes\u0200;EST\u0ec8\u0ec9\u0ecf\u0eda\u627aqual;\u6aaflantEqual;\u627cilde;\u627eme;\u6033\u0100dp\u0ee9\u0eeeuct;\u620fortion\u0100;a\u0225\u0ef9l;\u621d\u0100ci\u0f01\u0f06r;\uc000\ud835\udcab;\u43a8\u0200Ufos\u0f11\u0f16\u0f1b\u0f1fOT\u803b"\u4022r;\uc000\ud835\udd14pf;\u611acr;\uc000\ud835\udcac\u0600BEacefhiorsu\u0f3e\u0f43\u0f47\u0f60\u0f73\u0fa7\u0faa\u0fad\u1096\u10a9\u10b4\u10bearr;\u6910G\u803b\u00ae\u40ae\u0180cnr\u0f4e\u0f53\u0f56ute;\u4154g;\u67ebr\u0100;t\u0f5c\u0f5d\u61a0l;\u6916\u0180aey\u0f67\u0f6c\u0f71ron;\u4158dil;\u4156;\u4420\u0100;v\u0f78\u0f79\u611cerse\u0100EU\u0f82\u0f99\u0100lq\u0f87\u0f8eement;\u620builibrium;\u61cbpEquilibrium;\u696fr\u00bb\u0f79o;\u43a1ght\u0400ACDFTUVa\u0fc1\u0feb\u0ff3\u1022\u1028\u105b\u1087\u03d8\u0100nr\u0fc6\u0fd2gleBracket;\u67e9row\u0180;BL\u0fdc\u0fdd\u0fe1\u6192ar;\u61e5eftArrow;\u61c4eiling;\u6309o\u01f5\u0ff9\0\u1005bleBracket;\u67e7n\u01d4\u100a\0\u1014eeVector;\u695dector\u0100;B\u101d\u101e\u61c2ar;\u6955loor;\u630b\u0100er\u102d\u1043e\u0180;AV\u1035\u1036\u103c\u62a2rrow;\u61a6ector;\u695biangle\u0180;BE\u1050\u1051\u1055\u62b3ar;\u69d0qual;\u62b5p\u0180DTV\u1063\u106e\u1078ownVector;\u694feeVector;\u695cector\u0100;B\u1082\u1083\u61bear;\u6954ector\u0100;B\u1091\u1092\u61c0ar;\u6953\u0100pu\u109b\u109ef;\u611dndImplies;\u6970ightarrow;\u61db\u0100ch\u10b9\u10bcr;\u611b;\u61b1leDelayed;\u69f4\u0680HOacfhimoqstu\u10e4\u10f1\u10f7\u10fd\u1119\u111e\u1151\u1156\u1161\u1167\u11b5\u11bb\u11bf\u0100Cc\u10e9\u10eeHcy;\u4429y;\u4428FTcy;\u442ccute;\u415a\u0280;aeiy\u1108\u1109\u110e\u1113\u1117\u6abcron;\u4160dil;\u415erc;\u415c;\u4421r;\uc000\ud835\udd16ort\u0200DLRU\u112a\u1134\u113e\u1149ownArrow\u00bb\u041eeftArrow\u00bb\u089aightArrow\u00bb\u0fddpArrow;\u6191gma;\u43a3allCircle;\u6218pf;\uc000\ud835\udd4a\u0272\u116d\0\0\u1170t;\u621aare\u0200;ISU\u117b\u117c\u1189\u11af\u65a1ntersection;\u6293u\u0100bp\u118f\u119eset\u0100;E\u1197\u1198\u628fqual;\u6291erset\u0100;E\u11a8\u11a9\u6290qual;\u6292nion;\u6294cr;\uc000\ud835\udcaear;\u62c6\u0200bcmp\u11c8\u11db\u1209\u120b\u0100;s\u11cd\u11ce\u62d0et\u0100;E\u11cd\u11d5qual;\u6286\u0100ch\u11e0\u1205eeds\u0200;EST\u11ed\u11ee\u11f4\u11ff\u627bqual;\u6ab0lantEqual;\u627dilde;\u627fTh\u00e1\u0f8c;\u6211\u0180;es\u1212\u1213\u1223\u62d1rset\u0100;E\u121c\u121d\u6283qual;\u6287et\u00bb\u1213\u0580HRSacfhiors\u123e\u1244\u1249\u1255\u125e\u1271\u1276\u129f\u12c2\u12c8\u12d1ORN\u803b\u00de\u40deADE;\u6122\u0100Hc\u124e\u1252cy;\u440by;\u4426\u0100bu\u125a\u125c;\u4009;\u43a4\u0180aey\u1265\u126a\u126fron;\u4164dil;\u4162;\u4422r;\uc000\ud835\udd17\u0100ei\u127b\u1289\u01f2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128e\u1298kSpace;\uc000\u205f\u200aSpace;\u6009lde\u0200;EFT\u12ab\u12ac\u12b2\u12bc\u623cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uc000\ud835\udd4bipleDot;\u60db\u0100ct\u12d6\u12dbr;\uc000\ud835\udcafrok;\u4166\u0ae1\u12f7\u130e\u131a\u1326\0\u132c\u1331\0\0\0\0\0\u1338\u133d\u1377\u1385\0\u13ff\u1404\u140a\u1410\u0100cr\u12fb\u1301ute\u803b\u00da\u40dar\u0100;o\u1307\u1308\u619fcir;\u6949r\u01e3\u1313\0\u1316y;\u440eve;\u416c\u0100iy\u131e\u1323rc\u803b\u00db\u40db;\u4423blac;\u4170r;\uc000\ud835\udd18rave\u803b\u00d9\u40d9acr;\u416a\u0100di\u1341\u1369er\u0100BP\u1348\u135d\u0100ar\u134d\u1350r;\u405fac\u0100ek\u1357\u1359;\u63dfet;\u63b5arenthesis;\u63ddon\u0100;P\u1370\u1371\u62c3lus;\u628e\u0100gp\u137b\u137fon;\u4172f;\uc000\ud835\udd4c\u0400ADETadps\u1395\u13ae\u13b8\u13c4\u03e8\u13d2\u13d7\u13f3rrow\u0180;BD\u1150\u13a0\u13a4ar;\u6912ownArrow;\u61c5ownArrow;\u6195quilibrium;\u696eee\u0100;A\u13cb\u13cc\u62a5rrow;\u61a5own\u00e1\u03f3er\u0100LR\u13de\u13e8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13f9\u13fa\u43d2on;\u43a5ing;\u416ecr;\uc000\ud835\udcb0ilde;\u4168ml\u803b\u00dc\u40dc\u0480Dbcdefosv\u1427\u142c\u1430\u1433\u143e\u1485\u148a\u1490\u1496ash;\u62abar;\u6aeby;\u4412ash\u0100;l\u143b\u143c\u62a9;\u6ae6\u0100er\u1443\u1445;\u62c1\u0180bty\u144c\u1450\u147aar;\u6016\u0100;i\u144f\u1455cal\u0200BLST\u1461\u1465\u146a\u1474ar;\u6223ine;\u407ceparator;\u6758ilde;\u6240ThinSpace;\u600ar;\uc000\ud835\udd19pf;\uc000\ud835\udd4dcr;\uc000\ud835\udcb1dash;\u62aa\u0280cefos\u14a7\u14ac\u14b1\u14b6\u14bcirc;\u4174dge;\u62c0r;\uc000\ud835\udd1apf;\uc000\ud835\udd4ecr;\uc000\ud835\udcb2\u0200fios\u14cb\u14d0\u14d2\u14d8r;\uc000\ud835\udd1b;\u439epf;\uc000\ud835\udd4fcr;\uc000\ud835\udcb3\u0480AIUacfosu\u14f1\u14f5\u14f9\u14fd\u1504\u150f\u1514\u151a\u1520cy;\u442fcy;\u4407cy;\u442ecute\u803b\u00dd\u40dd\u0100iy\u1509\u150drc;\u4176;\u442br;\uc000\ud835\udd1cpf;\uc000\ud835\udd50cr;\uc000\ud835\udcb4ml;\u4178\u0400Hacdefos\u1535\u1539\u153f\u154b\u154f\u155d\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417d;\u4417ot;\u417b\u01f2\u1554\0\u155boWidt\u00e8\u0ad9a;\u4396r;\u6128pf;\u6124cr;\uc000\ud835\udcb5\u0be1\u1583\u158a\u1590\0\u15b0\u15b6\u15bf\0\0\0\0\u15c6\u15db\u15eb\u165f\u166d\0\u1695\u169b\u16b2\u16b9\0\u16becute\u803b\u00e1\u40e1reve;\u4103\u0300;Ediuy\u159c\u159d\u15a1\u15a3\u15a8\u15ad\u623e;\uc000\u223e\u0333;\u623frc\u803b\u00e2\u40e2te\u80bb\u00b4\u0306;\u4430lig\u803b\u00e6\u40e6\u0100;r\u00b2\u15ba;\uc000\ud835\udd1erave\u803b\u00e0\u40e0\u0100ep\u15ca\u15d6\u0100fp\u15cf\u15d4sym;\u6135\u00e8\u15d3ha;\u43b1\u0100ap\u15dfc\u0100cl\u15e4\u15e7r;\u4101g;\u6a3f\u0264\u15f0\0\0\u160a\u0280;adsv\u15fa\u15fb\u15ff\u1601\u1607\u6227nd;\u6a55;\u6a5clope;\u6a58;\u6a5a\u0380;elmrsz\u1618\u1619\u161b\u161e\u163f\u164f\u1659\u6220;\u69a4e\u00bb\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163a\u163c\u163e;\u69a8;\u69a9;\u69aa;\u69ab;\u69ac;\u69ad;\u69ae;\u69aft\u0100;v\u1645\u1646\u621fb\u0100;d\u164c\u164d\u62be;\u699d\u0100pt\u1654\u1657h;\u6222\u00bb\u00b9arr;\u637c\u0100gp\u1663\u1667on;\u4105f;\uc000\ud835\udd52\u0380;Eaeiop\u12c1\u167b\u167d\u1682\u1684\u1687\u168a;\u6a70cir;\u6a6f;\u624ad;\u624bs;\u4027rox\u0100;e\u12c1\u1692\u00f1\u1683ing\u803b\u00e5\u40e5\u0180cty\u16a1\u16a6\u16a8r;\uc000\ud835\udcb6;\u402amp\u0100;e\u12c1\u16af\u00f1\u0288ilde\u803b\u00e3\u40e3ml\u803b\u00e4\u40e4\u0100ci\u16c2\u16c8onin\u00f4\u0272nt;\u6a11\u0800Nabcdefiklnoprsu\u16ed\u16f1\u1730\u173c\u1743\u1748\u1778\u177d\u17e0\u17e6\u1839\u1850\u170d\u193d\u1948\u1970ot;\u6aed\u0100cr\u16f6\u171ek\u0200ceps\u1700\u1705\u170d\u1713ong;\u624cpsilon;\u43f6rime;\u6035im\u0100;e\u171a\u171b\u623dq;\u62cd\u0176\u1722\u1726ee;\u62bded\u0100;g\u172c\u172d\u6305e\u00bb\u172drk\u0100;t\u135c\u1737brk;\u63b6\u0100oy\u1701\u1741;\u4431quo;\u601e\u0280cmprt\u1753\u175b\u1761\u1764\u1768aus\u0100;e\u010a\u0109ptyv;\u69b0s\u00e9\u170cno\u00f5\u0113\u0180ahw\u176f\u1771\u1773;\u43b2;\u6136een;\u626cr;\uc000\ud835\udd1fg\u0380costuvw\u178d\u179d\u17b3\u17c1\u17d5\u17db\u17de\u0180aiu\u1794\u1796\u179a\u00f0\u0760rc;\u65efp\u00bb\u1371\u0180dpt\u17a4\u17a8\u17adot;\u6a00lus;\u6a01imes;\u6a02\u0271\u17b9\0\0\u17becup;\u6a06ar;\u6605riangle\u0100du\u17cd\u17d2own;\u65bdp;\u65b3plus;\u6a04e\u00e5\u1444\u00e5\u14adarow;\u690d\u0180ako\u17ed\u1826\u1835\u0100cn\u17f2\u1823k\u0180lst\u17fa\u05ab\u1802ozenge;\u69ebriangle\u0200;dlr\u1812\u1813\u1818\u181d\u65b4own;\u65beeft;\u65c2ight;\u65b8k;\u6423\u01b1\u182b\0\u1833\u01b2\u182f\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183e\u184d\u0100;q\u1843\u1846\uc000=\u20e5uiv;\uc000\u2261\u20e5t;\u6310\u0200ptwx\u1859\u185e\u1867\u186cf;\uc000\ud835\udd53\u0100;t\u13cb\u1863om\u00bb\u13cctie;\u62c8\u0600DHUVbdhmptuv\u1885\u1896\u18aa\u18bb\u18d7\u18db\u18ec\u18ff\u1905\u190a\u1910\u1921\u0200LRlr\u188e\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18a1\u18a2\u18a4\u18a6\u18a8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18b3\u18b5\u18b7\u18b9;\u655d;\u655a;\u655c;\u6559\u0380;HLRhlr\u18ca\u18cb\u18cd\u18cf\u18d1\u18d3\u18d5\u6551;\u656c;\u6563;\u6560;\u656b;\u6562;\u655fox;\u69c9\u0200LRlr\u18e4\u18e6\u18e8\u18ea;\u6555;\u6552;\u6510;\u650c\u0280;DUdu\u06bd\u18f7\u18f9\u18fb\u18fd;\u6565;\u6568;\u652c;\u6534inus;\u629flus;\u629eimes;\u62a0\u0200LRlr\u1919\u191b\u191d\u191f;\u655b;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193b\u6502;\u656a;\u6561;\u655e;\u653c;\u6524;\u651c\u0100ev\u0123\u1942bar\u803b\u00a6\u40a6\u0200ceio\u1951\u1956\u195a\u1960r;\uc000\ud835\udcb7mi;\u604fm\u0100;e\u171a\u171cl\u0180;bh\u1968\u1969\u196b\u405c;\u69c5sub;\u67c8\u016c\u1974\u197el\u0100;e\u1979\u197a\u6022t\u00bb\u197ap\u0180;Ee\u012f\u1985\u1987;\u6aae\u0100;q\u06dc\u06db\u0ce1\u19a7\0\u19e8\u1a11\u1a15\u1a32\0\u1a37\u1a50\0\0\u1ab4\0\0\u1ac1\0\0\u1b21\u1b2e\u1b4d\u1b52\0\u1bfd\0\u1c0c\u0180cpr\u19ad\u19b2\u19ddute;\u4107\u0300;abcds\u19bf\u19c0\u19c4\u19ca\u19d5\u19d9\u6229nd;\u6a44rcup;\u6a49\u0100au\u19cf\u19d2p;\u6a4bp;\u6a47ot;\u6a40;\uc000\u2229\ufe00\u0100eo\u19e2\u19e5t;\u6041\u00ee\u0693\u0200aeiu\u19f0\u19fb\u1a01\u1a05\u01f0\u19f5\0\u19f8s;\u6a4don;\u410ddil\u803b\u00e7\u40e7rc;\u4109ps\u0100;s\u1a0c\u1a0d\u6a4cm;\u6a50ot;\u410b\u0180dmn\u1a1b\u1a20\u1a26il\u80bb\u00b8\u01adptyv;\u69b2t\u8100\u00a2;e\u1a2d\u1a2e\u40a2r\u00e4\u01b2r;\uc000\ud835\udd20\u0180cei\u1a3d\u1a40\u1a4dy;\u4447ck\u0100;m\u1a47\u1a48\u6713ark\u00bb\u1a48;\u43c7r\u0380;Ecefms\u1a5f\u1a60\u1a62\u1a6b\u1aa4\u1aaa\u1aae\u65cb;\u69c3\u0180;el\u1a69\u1a6a\u1a6d\u42c6q;\u6257e\u0261\u1a74\0\0\u1a88rrow\u0100lr\u1a7c\u1a81eft;\u61baight;\u61bb\u0280RSacd\u1a92\u1a94\u1a96\u1a9a\u1a9f\u00bb\u0f47;\u64c8st;\u629birc;\u629aash;\u629dnint;\u6a10id;\u6aefcir;\u69c2ubs\u0100;u\u1abb\u1abc\u6663it\u00bb\u1abc\u02ec\u1ac7\u1ad4\u1afa\0\u1b0aon\u0100;e\u1acd\u1ace\u403a\u0100;q\u00c7\u00c6\u026d\u1ad9\0\0\u1ae2a\u0100;t\u1ade\u1adf\u402c;\u4040\u0180;fl\u1ae8\u1ae9\u1aeb\u6201\u00ee\u1160e\u0100mx\u1af1\u1af6ent\u00bb\u1ae9e\u00f3\u024d\u01e7\u1afe\0\u1b07\u0100;d\u12bb\u1b02ot;\u6a6dn\u00f4\u0246\u0180fry\u1b10\u1b14\u1b17;\uc000\ud835\udd54o\u00e4\u0254\u8100\u00a9;s\u0155\u1b1dr;\u6117\u0100ao\u1b25\u1b29rr;\u61b5ss;\u6717\u0100cu\u1b32\u1b37r;\uc000\ud835\udcb8\u0100bp\u1b3c\u1b44\u0100;e\u1b41\u1b42\u6acf;\u6ad1\u0100;e\u1b49\u1b4a\u6ad0;\u6ad2dot;\u62ef\u0380delprvw\u1b60\u1b6c\u1b77\u1b82\u1bac\u1bd4\u1bf9arr\u0100lr\u1b68\u1b6a;\u6938;\u6935\u0270\u1b72\0\0\u1b75r;\u62dec;\u62dfarr\u0100;p\u1b7f\u1b80\u61b6;\u693d\u0300;bcdos\u1b8f\u1b90\u1b96\u1ba1\u1ba5\u1ba8\u622arcap;\u6a48\u0100au\u1b9b\u1b9ep;\u6a46p;\u6a4aot;\u628dr;\u6a45;\uc000\u222a\ufe00\u0200alrv\u1bb5\u1bbf\u1bde\u1be3rr\u0100;m\u1bbc\u1bbd\u61b7;\u693cy\u0180evw\u1bc7\u1bd4\u1bd8q\u0270\u1bce\0\0\u1bd2re\u00e3\u1b73u\u00e3\u1b75ee;\u62ceedge;\u62cfen\u803b\u00a4\u40a4earrow\u0100lr\u1bee\u1bf3eft\u00bb\u1b80ight\u00bb\u1bbde\u00e4\u1bdd\u0100ci\u1c01\u1c07onin\u00f4\u01f7nt;\u6231lcty;\u632d\u0980AHabcdefhijlorstuwz\u1c38\u1c3b\u1c3f\u1c5d\u1c69\u1c75\u1c8a\u1c9e\u1cac\u1cb7\u1cfb\u1cff\u1d0d\u1d7b\u1d91\u1dab\u1dbb\u1dc6\u1dcdr\u00f2\u0381ar;\u6965\u0200glrs\u1c48\u1c4d\u1c52\u1c54ger;\u6020eth;\u6138\u00f2\u1133h\u0100;v\u1c5a\u1c5b\u6010\u00bb\u090a\u016b\u1c61\u1c67arow;\u690fa\u00e3\u0315\u0100ay\u1c6e\u1c73ron;\u410f;\u4434\u0180;ao\u0332\u1c7c\u1c84\u0100gr\u02bf\u1c81r;\u61catseq;\u6a77\u0180glm\u1c91\u1c94\u1c98\u803b\u00b0\u40b0ta;\u43b4ptyv;\u69b1\u0100ir\u1ca3\u1ca8sht;\u697f;\uc000\ud835\udd21ar\u0100lr\u1cb3\u1cb5\u00bb\u08dc\u00bb\u101e\u0280aegsv\u1cc2\u0378\u1cd6\u1cdc\u1ce0m\u0180;os\u0326\u1cca\u1cd4nd\u0100;s\u0326\u1cd1uit;\u6666amma;\u43ddin;\u62f2\u0180;io\u1ce7\u1ce8\u1cf8\u40f7de\u8100\u00f7;o\u1ce7\u1cf0ntimes;\u62c7n\u00f8\u1cf7cy;\u4452c\u026f\u1d06\0\0\u1d0arn;\u631eop;\u630d\u0280lptuw\u1d18\u1d1d\u1d22\u1d49\u1d55lar;\u4024f;\uc000\ud835\udd55\u0280;emps\u030b\u1d2d\u1d37\u1d3d\u1d42q\u0100;d\u0352\u1d33ot;\u6251inus;\u6238lus;\u6214quare;\u62a1blebarwedg\u00e5\u00fan\u0180adh\u112e\u1d5d\u1d67ownarrow\u00f3\u1c83arpoon\u0100lr\u1d72\u1d76ef\u00f4\u1cb4igh\u00f4\u1cb6\u0162\u1d7f\u1d85karo\u00f7\u0f42\u026f\u1d8a\0\0\u1d8ern;\u631fop;\u630c\u0180cot\u1d98\u1da3\u1da6\u0100ry\u1d9d\u1da1;\uc000\ud835\udcb9;\u4455l;\u69f6rok;\u4111\u0100dr\u1db0\u1db4ot;\u62f1i\u0100;f\u1dba\u1816\u65bf\u0100ah\u1dc0\u1dc3r\u00f2\u0429a\u00f2\u0fa6angle;\u69a6\u0100ci\u1dd2\u1dd5y;\u445fgrarr;\u67ff\u0900Dacdefglmnopqrstux\u1e01\u1e09\u1e19\u1e38\u0578\u1e3c\u1e49\u1e61\u1e7e\u1ea5\u1eaf\u1ebd\u1ee1\u1f2a\u1f37\u1f44\u1f4e\u1f5a\u0100Do\u1e06\u1d34o\u00f4\u1c89\u0100cs\u1e0e\u1e14ute\u803b\u00e9\u40e9ter;\u6a6e\u0200aioy\u1e22\u1e27\u1e31\u1e36ron;\u411br\u0100;c\u1e2d\u1e2e\u6256\u803b\u00ea\u40ealon;\u6255;\u444dot;\u4117\u0100Dr\u1e41\u1e45ot;\u6252;\uc000\ud835\udd22\u0180;rs\u1e50\u1e51\u1e57\u6a9aave\u803b\u00e8\u40e8\u0100;d\u1e5c\u1e5d\u6a96ot;\u6a98\u0200;ils\u1e6a\u1e6b\u1e72\u1e74\u6a99nters;\u63e7;\u6113\u0100;d\u1e79\u1e7a\u6a95ot;\u6a97\u0180aps\u1e85\u1e89\u1e97cr;\u4113ty\u0180;sv\u1e92\u1e93\u1e95\u6205et\u00bb\u1e93p\u01001;\u1e9d\u1ea4\u0133\u1ea1\u1ea3;\u6004;\u6005\u6003\u0100gs\u1eaa\u1eac;\u414bp;\u6002\u0100gp\u1eb4\u1eb8on;\u4119f;\uc000\ud835\udd56\u0180als\u1ec4\u1ece\u1ed2r\u0100;s\u1eca\u1ecb\u62d5l;\u69e3us;\u6a71i\u0180;lv\u1eda\u1edb\u1edf\u43b5on\u00bb\u1edb;\u43f5\u0200csuv\u1eea\u1ef3\u1f0b\u1f23\u0100io\u1eef\u1e31rc\u00bb\u1e2e\u0269\u1ef9\0\0\u1efb\u00ed\u0548ant\u0100gl\u1f02\u1f06tr\u00bb\u1e5dess\u00bb\u1e7a\u0180aei\u1f12\u1f16\u1f1als;\u403dst;\u625fv\u0100;D\u0235\u1f20D;\u6a78parsl;\u69e5\u0100Da\u1f2f\u1f33ot;\u6253rr;\u6971\u0180cdi\u1f3e\u1f41\u1ef8r;\u612fo\u00f4\u0352\u0100ah\u1f49\u1f4b;\u43b7\u803b\u00f0\u40f0\u0100mr\u1f53\u1f57l\u803b\u00eb\u40ebo;\u60ac\u0180cip\u1f61\u1f64\u1f67l;\u4021s\u00f4\u056e\u0100eo\u1f6c\u1f74ctatio\u00ee\u0559nential\u00e5\u0579\u09e1\u1f92\0\u1f9e\0\u1fa1\u1fa7\0\0\u1fc6\u1fcc\0\u1fd3\0\u1fe6\u1fea\u2000\0\u2008\u205allingdotse\u00f1\u1e44y;\u4444male;\u6640\u0180ilr\u1fad\u1fb3\u1fc1lig;\u8000\ufb03\u0269\u1fb9\0\0\u1fbdg;\u8000\ufb00ig;\u8000\ufb04;\uc000\ud835\udd23lig;\u8000\ufb01lig;\uc000fj\u0180alt\u1fd9\u1fdc\u1fe1t;\u666dig;\u8000\ufb02ns;\u65b1of;\u4192\u01f0\u1fee\0\u1ff3f;\uc000\ud835\udd57\u0100ak\u05bf\u1ff7\u0100;v\u1ffc\u1ffd\u62d4;\u6ad9artint;\u6a0d\u0100ao\u200c\u2055\u0100cs\u2011\u2052\u03b1\u201a\u2030\u2038\u2045\u2048\0\u2050\u03b2\u2022\u2025\u2027\u202a\u202c\0\u202e\u803b\u00bd\u40bd;\u6153\u803b\u00bc\u40bc;\u6155;\u6159;\u615b\u01b3\u2034\0\u2036;\u6154;\u6156\u02b4\u203e\u2041\0\0\u2043\u803b\u00be\u40be;\u6157;\u615c5;\u6158\u01b6\u204c\0\u204e;\u615a;\u615d8;\u615el;\u6044wn;\u6322cr;\uc000\ud835\udcbb\u0880Eabcdefgijlnorstv\u2082\u2089\u209f\u20a5\u20b0\u20b4\u20f0\u20f5\u20fa\u20ff\u2103\u2112\u2138\u0317\u213e\u2152\u219e\u0100;l\u064d\u2087;\u6a8c\u0180cmp\u2090\u2095\u209dute;\u41f5ma\u0100;d\u209c\u1cda\u43b3;\u6a86reve;\u411f\u0100iy\u20aa\u20aerc;\u411d;\u4433ot;\u4121\u0200;lqs\u063e\u0642\u20bd\u20c9\u0180;qs\u063e\u064c\u20c4lan\u00f4\u0665\u0200;cdl\u0665\u20d2\u20d5\u20e5c;\u6aa9ot\u0100;o\u20dc\u20dd\u6a80\u0100;l\u20e2\u20e3\u6a82;\u6a84\u0100;e\u20ea\u20ed\uc000\u22db\ufe00s;\u6a94r;\uc000\ud835\udd24\u0100;g\u0673\u061bmel;\u6137cy;\u4453\u0200;Eaj\u065a\u210c\u210e\u2110;\u6a92;\u6aa5;\u6aa4\u0200Eaes\u211b\u211d\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6a8arox\u00bb\u2124\u0100;q\u212e\u212f\u6a88\u0100;q\u212e\u211bim;\u62e7pf;\uc000\ud835\udd58\u0100ci\u2143\u2146r;\u610am\u0180;el\u066b\u214e\u2150;\u6a8e;\u6a90\u8300>;cdlqr\u05ee\u2160\u216a\u216e\u2173\u2179\u0100ci\u2165\u2167;\u6aa7r;\u6a7aot;\u62d7Par;\u6995uest;\u6a7c\u0280adels\u2184\u216a\u2190\u0656\u219b\u01f0\u2189\0\u218epro\u00f8\u209er;\u6978q\u0100lq\u063f\u2196les\u00f3\u2088i\u00ed\u066b\u0100en\u21a3\u21adrtneqq;\uc000\u2269\ufe00\u00c5\u21aa\u0500Aabcefkosy\u21c4\u21c7\u21f1\u21f5\u21fa\u2218\u221d\u222f\u2268\u227dr\u00f2\u03a0\u0200ilmr\u21d0\u21d4\u21d7\u21dbrs\u00f0\u1484f\u00bb\u2024il\u00f4\u06a9\u0100dr\u21e0\u21e4cy;\u444a\u0180;cw\u08f4\u21eb\u21efir;\u6948;\u61adar;\u610firc;\u4125\u0180alr\u2201\u220e\u2213rts\u0100;u\u2209\u220a\u6665it\u00bb\u220alip;\u6026con;\u62b9r;\uc000\ud835\udd25s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223a\u223e\u2243\u225e\u2263rr;\u61fftht;\u623bk\u0100lr\u2249\u2253eftarrow;\u61a9ightarrow;\u61aaf;\uc000\ud835\udd59bar;\u6015\u0180clt\u226f\u2274\u2278r;\uc000\ud835\udcbdas\u00e8\u21f4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\u00bb\u1c5b\u0ae1\u22a3\0\u22aa\0\u22b8\u22c5\u22ce\0\u22d5\u22f3\0\0\u22f8\u2322\u2367\u2362\u237f\0\u2386\u23aa\u23b4cute\u803b\u00ed\u40ed\u0180;iy\u0771\u22b0\u22b5rc\u803b\u00ee\u40ee;\u4438\u0100cx\u22bc\u22bfy;\u4435cl\u803b\u00a1\u40a1\u0100fr\u039f\u22c9;\uc000\ud835\udd26rave\u803b\u00ec\u40ec\u0200;ino\u073e\u22dd\u22e9\u22ee\u0100in\u22e2\u22e6nt;\u6a0ct;\u622dfin;\u69dcta;\u6129lig;\u4133\u0180aop\u22fe\u231a\u231d\u0180cgt\u2305\u2308\u2317r;\u412b\u0180elp\u071f\u230f\u2313in\u00e5\u078ear\u00f4\u0720h;\u4131f;\u62b7ed;\u41b5\u0280;cfot\u04f4\u232c\u2331\u233d\u2341are;\u6105in\u0100;t\u2338\u2339\u621eie;\u69dddo\u00f4\u2319\u0280;celp\u0757\u234c\u2350\u235b\u2361al;\u62ba\u0100gr\u2355\u2359er\u00f3\u1563\u00e3\u234darhk;\u6a17rod;\u6a3c\u0200cgpt\u236f\u2372\u2376\u237by;\u4451on;\u412ff;\uc000\ud835\udd5aa;\u43b9uest\u803b\u00bf\u40bf\u0100ci\u238a\u238fr;\uc000\ud835\udcben\u0280;Edsv\u04f4\u239b\u239d\u23a1\u04f3;\u62f9ot;\u62f5\u0100;v\u23a6\u23a7\u62f4;\u62f3\u0100;i\u0777\u23aelde;\u4129\u01eb\u23b8\0\u23bccy;\u4456l\u803b\u00ef\u40ef\u0300cfmosu\u23cc\u23d7\u23dc\u23e1\u23e7\u23f5\u0100iy\u23d1\u23d5rc;\u4135;\u4439r;\uc000\ud835\udd27ath;\u4237pf;\uc000\ud835\udd5b\u01e3\u23ec\0\u23f1r;\uc000\ud835\udcbfrcy;\u4458kcy;\u4454\u0400acfghjos\u240b\u2416\u2422\u2427\u242d\u2431\u2435\u243bppa\u0100;v\u2413\u2414\u43ba;\u43f0\u0100ey\u241b\u2420dil;\u4137;\u443ar;\uc000\ud835\udd28reen;\u4138cy;\u4445cy;\u445cpf;\uc000\ud835\udd5ccr;\uc000\ud835\udcc0\u0b80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248d\u2491\u250e\u253d\u255a\u2580\u264e\u265e\u2665\u2679\u267d\u269a\u26b2\u26d8\u275d\u2768\u278b\u27c0\u2801\u2812\u0180art\u2477\u247a\u247cr\u00f2\u09c6\u00f2\u0395ail;\u691barr;\u690e\u0100;g\u0994\u248b;\u6a8bar;\u6962\u0963\u24a5\0\u24aa\0\u24b1\0\0\0\0\0\u24b5\u24ba\0\u24c6\u24c8\u24cd\0\u24f9ute;\u413amptyv;\u69b4ra\u00ee\u084cbda;\u43bbg\u0180;dl\u088e\u24c1\u24c3;\u6991\u00e5\u088e;\u6a85uo\u803b\u00ab\u40abr\u0400;bfhlpst\u0899\u24de\u24e6\u24e9\u24eb\u24ee\u24f1\u24f5\u0100;f\u089d\u24e3s;\u691fs;\u691d\u00eb\u2252p;\u61abl;\u6939im;\u6973l;\u61a2\u0180;ae\u24ff\u2500\u2504\u6aabil;\u6919\u0100;s\u2509\u250a\u6aad;\uc000\u2aad\ufe00\u0180abr\u2515\u2519\u251drr;\u690crk;\u6772\u0100ak\u2522\u252cc\u0100ek\u2528\u252a;\u407b;\u405b\u0100es\u2531\u2533;\u698bl\u0100du\u2539\u253b;\u698f;\u698d\u0200aeuy\u2546\u254b\u2556\u2558ron;\u413e\u0100di\u2550\u2554il;\u413c\u00ec\u08b0\u00e2\u2529;\u443b\u0200cqrs\u2563\u2566\u256d\u257da;\u6936uo\u0100;r\u0e19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694bh;\u61b2\u0280;fgqs\u258b\u258c\u0989\u25f3\u25ff\u6264t\u0280ahlrt\u2598\u25a4\u25b7\u25c2\u25e8rrow\u0100;t\u0899\u25a1a\u00e9\u24f6arpoon\u0100du\u25af\u25b4own\u00bb\u045ap\u00bb\u0966eftarrows;\u61c7ight\u0180ahs\u25cd\u25d6\u25derrow\u0100;s\u08f4\u08a7arpoon\u00f3\u0f98quigarro\u00f7\u21f0hreetimes;\u62cb\u0180;qs\u258b\u0993\u25falan\u00f4\u09ac\u0280;cdgs\u09ac\u260a\u260d\u261d\u2628c;\u6aa8ot\u0100;o\u2614\u2615\u6a7f\u0100;r\u261a\u261b\u6a81;\u6a83\u0100;e\u2622\u2625\uc000\u22da\ufe00s;\u6a93\u0280adegs\u2633\u2639\u263d\u2649\u264bppro\u00f8\u24c6ot;\u62d6q\u0100gq\u2643\u2645\u00f4\u0989gt\u00f2\u248c\u00f4\u099bi\u00ed\u09b2\u0180ilr\u2655\u08e1\u265asht;\u697c;\uc000\ud835\udd29\u0100;E\u099c\u2663;\u6a91\u0161\u2669\u2676r\u0100du\u25b2\u266e\u0100;l\u0965\u2673;\u696alk;\u6584cy;\u4459\u0280;acht\u0a48\u2688\u268b\u2691\u2696r\u00f2\u25c1orne\u00f2\u1d08ard;\u696bri;\u65fa\u0100io\u269f\u26a4dot;\u4140ust\u0100;a\u26ac\u26ad\u63b0che\u00bb\u26ad\u0200Eaes\u26bb\u26bd\u26c9\u26d4;\u6268p\u0100;p\u26c3\u26c4\u6a89rox\u00bb\u26c4\u0100;q\u26ce\u26cf\u6a87\u0100;q\u26ce\u26bbim;\u62e6\u0400abnoptwz\u26e9\u26f4\u26f7\u271a\u272f\u2741\u2747\u2750\u0100nr\u26ee\u26f1g;\u67ecr;\u61fdr\u00eb\u08c1g\u0180lmr\u26ff\u270d\u2714eft\u0100ar\u09e6\u2707ight\u00e1\u09f2apsto;\u67fcight\u00e1\u09fdparrow\u0100lr\u2725\u2729ef\u00f4\u24edight;\u61ac\u0180afl\u2736\u2739\u273dr;\u6985;\uc000\ud835\udd5dus;\u6a2dimes;\u6a34\u0161\u274b\u274fst;\u6217\u00e1\u134e\u0180;ef\u2757\u2758\u1800\u65cange\u00bb\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277c\u2785\u2787r\u00f2\u08a8orne\u00f2\u1d8car\u0100;d\u0f98\u2783;\u696d;\u600eri;\u62bf\u0300achiqt\u2798\u279d\u0a40\u27a2\u27ae\u27bbquo;\u6039r;\uc000\ud835\udcc1m\u0180;eg\u09b2\u27aa\u27ac;\u6a8d;\u6a8f\u0100bu\u252a\u27b3o\u0100;r\u0e1f\u27b9;\u601arok;\u4142\u8400<;cdhilqr\u082b\u27d2\u2639\u27dc\u27e0\u27e5\u27ea\u27f0\u0100ci\u27d7\u27d9;\u6aa6r;\u6a79re\u00e5\u25f2mes;\u62c9arr;\u6976uest;\u6a7b\u0100Pi\u27f5\u27f9ar;\u6996\u0180;ef\u2800\u092d\u181b\u65c3r\u0100du\u2807\u280dshar;\u694ahar;\u6966\u0100en\u2817\u2821rtneqq;\uc000\u2268\ufe00\u00c5\u281e\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288e\u2893\u28a0\u28a5\u28a8\u28da\u28e2\u28e4\u0a83\u28f3\u2902Dot;\u623a\u0200clpr\u284e\u2852\u2863\u287dr\u803b\u00af\u40af\u0100et\u2857\u2859;\u6642\u0100;e\u285e\u285f\u6720se\u00bb\u285f\u0100;s\u103b\u2868to\u0200;dlu\u103b\u2873\u2877\u287bow\u00ee\u048cef\u00f4\u090f\u00f0\u13d1ker;\u65ae\u0100oy\u2887\u288cmma;\u6a29;\u443cash;\u6014asuredangle\u00bb\u1626r;\uc000\ud835\udd2ao;\u6127\u0180cdn\u28af\u28b4\u28c9ro\u803b\u00b5\u40b5\u0200;acd\u1464\u28bd\u28c0\u28c4s\u00f4\u16a7ir;\u6af0ot\u80bb\u00b7\u01b5us\u0180;bd\u28d2\u1903\u28d3\u6212\u0100;u\u1d3c\u28d8;\u6a2a\u0163\u28de\u28e1p;\u6adb\u00f2\u2212\u00f0\u0a81\u0100dp\u28e9\u28eeels;\u62a7f;\uc000\ud835\udd5e\u0100ct\u28f8\u28fdr;\uc000\ud835\udcc2pos\u00bb\u159d\u0180;lm\u2909\u290a\u290d\u43bctimap;\u62b8\u0c00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297e\u2989\u2998\u29da\u29e9\u2a15\u2a1a\u2a58\u2a5d\u2a83\u2a95\u2aa4\u2aa8\u2b04\u2b07\u2b44\u2b7f\u2bae\u2c34\u2c67\u2c7c\u2ce9\u0100gt\u2947\u294b;\uc000\u22d9\u0338\u0100;v\u2950\u0bcf\uc000\u226b\u20d2\u0180elt\u295a\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61cdightarrow;\u61ce;\uc000\u22d8\u0338\u0100;v\u297b\u0c47\uc000\u226a\u20d2ightarrow;\u61cf\u0100Dd\u298e\u2993ash;\u62afash;\u62ae\u0280bcnpt\u29a3\u29a7\u29ac\u29b1\u29ccla\u00bb\u02deute;\u4144g;\uc000\u2220\u20d2\u0280;Eiop\u0d84\u29bc\u29c0\u29c5\u29c8;\uc000\u2a70\u0338d;\uc000\u224b\u0338s;\u4149ro\u00f8\u0d84ur\u0100;a\u29d3\u29d4\u666el\u0100;s\u29d3\u0b38\u01f3\u29df\0\u29e3p\u80bb\u00a0\u0b37mp\u0100;e\u0bf9\u0c00\u0280aeouy\u29f4\u29fe\u2a03\u2a10\u2a13\u01f0\u29f9\0\u29fb;\u6a43on;\u4148dil;\u4146ng\u0100;d\u0d7e\u2a0aot;\uc000\u2a6d\u0338p;\u6a42;\u443dash;\u6013\u0380;Aadqsx\u0b92\u2a29\u2a2d\u2a3b\u2a41\u2a45\u2a50rr;\u61d7r\u0100hr\u2a33\u2a36k;\u6924\u0100;o\u13f2\u13f0ot;\uc000\u2250\u0338ui\u00f6\u0b63\u0100ei\u2a4a\u2a4ear;\u6928\u00ed\u0b98ist\u0100;s\u0ba0\u0b9fr;\uc000\ud835\udd2b\u0200Eest\u0bc5\u2a66\u2a79\u2a7c\u0180;qs\u0bbc\u2a6d\u0be1\u0180;qs\u0bbc\u0bc5\u2a74lan\u00f4\u0be2i\u00ed\u0bea\u0100;r\u0bb6\u2a81\u00bb\u0bb7\u0180Aap\u2a8a\u2a8d\u2a91r\u00f2\u2971rr;\u61aear;\u6af2\u0180;sv\u0f8d\u2a9c\u0f8c\u0100;d\u2aa1\u2aa2\u62fc;\u62facy;\u445a\u0380AEadest\u2ab7\u2aba\u2abe\u2ac2\u2ac5\u2af6\u2af9r\u00f2\u2966;\uc000\u2266\u0338rr;\u619ar;\u6025\u0200;fqs\u0c3b\u2ace\u2ae3\u2aeft\u0100ar\u2ad4\u2ad9rro\u00f7\u2ac1ightarro\u00f7\u2a90\u0180;qs\u0c3b\u2aba\u2aealan\u00f4\u0c55\u0100;s\u0c55\u2af4\u00bb\u0c36i\u00ed\u0c5d\u0100;r\u0c35\u2afei\u0100;e\u0c1a\u0c25i\u00e4\u0d90\u0100pt\u2b0c\u2b11f;\uc000\ud835\udd5f\u8180\u00ac;in\u2b19\u2b1a\u2b36\u40acn\u0200;Edv\u0b89\u2b24\u2b28\u2b2e;\uc000\u22f9\u0338ot;\uc000\u22f5\u0338\u01e1\u0b89\u2b33\u2b35;\u62f7;\u62f6i\u0100;v\u0cb8\u2b3c\u01e1\u0cb8\u2b41\u2b43;\u62fe;\u62fd\u0180aor\u2b4b\u2b63\u2b69r\u0200;ast\u0b7b\u2b55\u2b5a\u2b5flle\u00ec\u0b7bl;\uc000\u2afd\u20e5;\uc000\u2202\u0338lint;\u6a14\u0180;ce\u0c92\u2b70\u2b73u\u00e5\u0ca5\u0100;c\u0c98\u2b78\u0100;e\u0c92\u2b7d\u00f1\u0c98\u0200Aait\u2b88\u2b8b\u2b9d\u2ba7r\u00f2\u2988rr\u0180;cw\u2b94\u2b95\u2b99\u619b;\uc000\u2933\u0338;\uc000\u219d\u0338ghtarrow\u00bb\u2b95ri\u0100;e\u0ccb\u0cd6\u0380chimpqu\u2bbd\u2bcd\u2bd9\u2b04\u0b78\u2be4\u2bef\u0200;cer\u0d32\u2bc6\u0d37\u2bc9u\u00e5\u0d45;\uc000\ud835\udcc3ort\u026d\u2b05\0\0\u2bd6ar\u00e1\u2b56m\u0100;e\u0d6e\u2bdf\u0100;q\u0d74\u0d73su\u0100bp\u2beb\u2bed\u00e5\u0cf8\u00e5\u0d0b\u0180bcp\u2bf6\u2c11\u2c19\u0200;Ees\u2bff\u2c00\u0d22\u2c04\u6284;\uc000\u2ac5\u0338et\u0100;e\u0d1b\u2c0bq\u0100;q\u0d23\u2c00c\u0100;e\u0d32\u2c17\u00f1\u0d38\u0200;Ees\u2c22\u2c23\u0d5f\u2c27\u6285;\uc000\u2ac6\u0338et\u0100;e\u0d58\u2c2eq\u0100;q\u0d60\u2c23\u0200gilr\u2c3d\u2c3f\u2c45\u2c47\u00ec\u0bd7lde\u803b\u00f1\u40f1\u00e7\u0c43iangle\u0100lr\u2c52\u2c5ceft\u0100;e\u0c1a\u2c5a\u00f1\u0c26ight\u0100;e\u0ccb\u2c65\u00f1\u0cd7\u0100;m\u2c6c\u2c6d\u43bd\u0180;es\u2c74\u2c75\u2c79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2c8f\u2c94\u2c99\u2c9e\u2ca3\u2cb0\u2cb6\u2cd3\u2ce3ash;\u62adarr;\u6904p;\uc000\u224d\u20d2ash;\u62ac\u0100et\u2ca8\u2cac;\uc000\u2265\u20d2;\uc000>\u20d2nfin;\u69de\u0180Aet\u2cbd\u2cc1\u2cc5rr;\u6902;\uc000\u2264\u20d2\u0100;r\u2cca\u2ccd\uc000<\u20d2ie;\uc000\u22b4\u20d2\u0100At\u2cd8\u2cdcrr;\u6903rie;\uc000\u22b5\u20d2im;\uc000\u223c\u20d2\u0180Aan\u2cf0\u2cf4\u2d02rr;\u61d6r\u0100hr\u2cfa\u2cfdk;\u6923\u0100;o\u13e7\u13e5ear;\u6927\u1253\u1a95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2d2d\0\u2d38\u2d48\u2d60\u2d65\u2d72\u2d84\u1b07\0\0\u2d8d\u2dab\0\u2dc8\u2dce\0\u2ddc\u2e19\u2e2b\u2e3e\u2e43\u0100cs\u2d31\u1a97ute\u803b\u00f3\u40f3\u0100iy\u2d3c\u2d45r\u0100;c\u1a9e\u2d42\u803b\u00f4\u40f4;\u443e\u0280abios\u1aa0\u2d52\u2d57\u01c8\u2d5alac;\u4151v;\u6a38old;\u69bclig;\u4153\u0100cr\u2d69\u2d6dir;\u69bf;\uc000\ud835\udd2c\u036f\u2d79\0\0\u2d7c\0\u2d82n;\u42dbave\u803b\u00f2\u40f2;\u69c1\u0100bm\u2d88\u0df4ar;\u69b5\u0200acit\u2d95\u2d98\u2da5\u2da8r\u00f2\u1a80\u0100ir\u2d9d\u2da0r;\u69beoss;\u69bbn\u00e5\u0e52;\u69c0\u0180aei\u2db1\u2db5\u2db9cr;\u414dga;\u43c9\u0180cdn\u2dc0\u2dc5\u01cdron;\u43bf;\u69b6pf;\uc000\ud835\udd60\u0180ael\u2dd4\u2dd7\u01d2r;\u69b7rp;\u69b9\u0380;adiosv\u2dea\u2deb\u2dee\u2e08\u2e0d\u2e10\u2e16\u6228r\u00f2\u1a86\u0200;efm\u2df7\u2df8\u2e02\u2e05\u6a5dr\u0100;o\u2dfe\u2dff\u6134f\u00bb\u2dff\u803b\u00aa\u40aa\u803b\u00ba\u40bagof;\u62b6r;\u6a56lope;\u6a57;\u6a5b\u0180clo\u2e1f\u2e21\u2e27\u00f2\u2e01ash\u803b\u00f8\u40f8l;\u6298i\u016c\u2e2f\u2e34de\u803b\u00f5\u40f5es\u0100;a\u01db\u2e3as;\u6a36ml\u803b\u00f6\u40f6bar;\u633d\u0ae1\u2e5e\0\u2e7d\0\u2e80\u2e9d\0\u2ea2\u2eb9\0\0\u2ecb\u0e9c\0\u2f13\0\0\u2f2b\u2fbc\0\u2fc8r\u0200;ast\u0403\u2e67\u2e72\u0e85\u8100\u00b6;l\u2e6d\u2e6e\u40b6le\u00ec\u0403\u0269\u2e78\0\0\u2e7bm;\u6af3;\u6afdy;\u443fr\u0280cimpt\u2e8b\u2e8f\u2e93\u1865\u2e97nt;\u4025od;\u402eil;\u6030enk;\u6031r;\uc000\ud835\udd2d\u0180imo\u2ea8\u2eb0\u2eb4\u0100;v\u2ead\u2eae\u43c6;\u43d5ma\u00f4\u0a76ne;\u660e\u0180;tv\u2ebf\u2ec0\u2ec8\u43c0chfork\u00bb\u1ffd;\u43d6\u0100au\u2ecf\u2edfn\u0100ck\u2ed5\u2eddk\u0100;h\u21f4\u2edb;\u610e\u00f6\u21f4s\u0480;abcdemst\u2ef3\u2ef4\u1908\u2ef9\u2efd\u2f04\u2f06\u2f0a\u2f0e\u402bcir;\u6a23ir;\u6a22\u0100ou\u1d40\u2f02;\u6a25;\u6a72n\u80bb\u00b1\u0e9dim;\u6a26wo;\u6a27\u0180ipu\u2f19\u2f20\u2f25ntint;\u6a15f;\uc000\ud835\udd61nd\u803b\u00a3\u40a3\u0500;Eaceinosu\u0ec8\u2f3f\u2f41\u2f44\u2f47\u2f81\u2f89\u2f92\u2f7e\u2fb6;\u6ab3p;\u6ab7u\u00e5\u0ed9\u0100;c\u0ece\u2f4c\u0300;acens\u0ec8\u2f59\u2f5f\u2f66\u2f68\u2f7eppro\u00f8\u2f43urlye\u00f1\u0ed9\u00f1\u0ece\u0180aes\u2f6f\u2f76\u2f7approx;\u6ab9qq;\u6ab5im;\u62e8i\u00ed\u0edfme\u0100;s\u2f88\u0eae\u6032\u0180Eas\u2f78\u2f90\u2f7a\u00f0\u2f75\u0180dfp\u0eec\u2f99\u2faf\u0180als\u2fa0\u2fa5\u2faalar;\u632eine;\u6312urf;\u6313\u0100;t\u0efb\u2fb4\u00ef\u0efbrel;\u62b0\u0100ci\u2fc0\u2fc5r;\uc000\ud835\udcc5;\u43c8ncsp;\u6008\u0300fiopsu\u2fda\u22e2\u2fdf\u2fe5\u2feb\u2ff1r;\uc000\ud835\udd2epf;\uc000\ud835\udd62rime;\u6057cr;\uc000\ud835\udcc6\u0180aeo\u2ff8\u3009\u3013t\u0100ei\u2ffe\u3005rnion\u00f3\u06b0nt;\u6a16st\u0100;e\u3010\u3011\u403f\u00f1\u1f19\u00f4\u0f14\u0a80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30e0\u310e\u312b\u3147\u3162\u3172\u318e\u3206\u3215\u3224\u3229\u3258\u326e\u3272\u3290\u32b0\u32b7\u0180art\u3047\u304a\u304cr\u00f2\u10b3\u00f2\u03ddail;\u691car\u00f2\u1c65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307f\u308f\u3094\u30cc\u0100eu\u306d\u3071;\uc000\u223d\u0331te;\u4155i\u00e3\u116emptyv;\u69b3g\u0200;del\u0fd1\u3089\u308b\u308d;\u6992;\u69a5\u00e5\u0fd1uo\u803b\u00bb\u40bbr\u0580;abcfhlpstw\u0fdc\u30ac\u30af\u30b7\u30b9\u30bc\u30be\u30c0\u30c3\u30c7\u30cap;\u6975\u0100;f\u0fe0\u30b4s;\u6920;\u6933s;\u691e\u00eb\u225d\u00f0\u272el;\u6945im;\u6974l;\u61a3;\u619d\u0100ai\u30d1\u30d5il;\u691ao\u0100;n\u30db\u30dc\u6236al\u00f3\u0f1e\u0180abr\u30e7\u30ea\u30eer\u00f2\u17e5rk;\u6773\u0100ak\u30f3\u30fdc\u0100ek\u30f9\u30fb;\u407d;\u405d\u0100es\u3102\u3104;\u698cl\u0100du\u310a\u310c;\u698e;\u6990\u0200aeuy\u3117\u311c\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\u00ec\u0ff2\u00e2\u30fa;\u4440\u0200clqs\u3134\u3137\u313d\u3144a;\u6937dhar;\u6969uo\u0100;r\u020e\u020dh;\u61b3\u0180acg\u314e\u315f\u0f44l\u0200;ips\u0f78\u3158\u315b\u109cn\u00e5\u10bbar\u00f4\u0fa9t;\u65ad\u0180ilr\u3169\u1023\u316esht;\u697d;\uc000\ud835\udd2f\u0100ao\u3177\u3186r\u0100du\u317d\u317f\u00bb\u047b\u0100;l\u1091\u3184;\u696c\u0100;v\u318b\u318c\u43c1;\u43f1\u0180gns\u3195\u31f9\u31fcht\u0300ahlrst\u31a4\u31b0\u31c2\u31d8\u31e4\u31eerrow\u0100;t\u0fdc\u31ada\u00e9\u30c8arpoon\u0100du\u31bb\u31bfow\u00ee\u317ep\u00bb\u1092eft\u0100ah\u31ca\u31d0rrow\u00f3\u0feaarpoon\u00f3\u0551ightarrows;\u61c9quigarro\u00f7\u30cbhreetimes;\u62ccg;\u42daingdotse\u00f1\u1f32\u0180ahm\u320d\u3210\u3213r\u00f2\u0feaa\u00f2\u0551;\u600foust\u0100;a\u321e\u321f\u63b1che\u00bb\u321fmid;\u6aee\u0200abpt\u3232\u323d\u3240\u3252\u0100nr\u3237\u323ag;\u67edr;\u61fer\u00eb\u1003\u0180afl\u3247\u324a\u324er;\u6986;\uc000\ud835\udd63us;\u6a2eimes;\u6a35\u0100ap\u325d\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6a12ar\u00f2\u31e3\u0200achq\u327b\u3280\u10bc\u3285quo;\u603ar;\uc000\ud835\udcc7\u0100bu\u30fb\u328ao\u0100;r\u0214\u0213\u0180hir\u3297\u329b\u32a0re\u00e5\u31f8mes;\u62cai\u0200;efl\u32aa\u1059\u1821\u32ab\u65b9tri;\u69celuhar;\u6968;\u611e\u0d61\u32d5\u32db\u32df\u332c\u3338\u3371\0\u337a\u33a4\0\0\u33ec\u33f0\0\u3428\u3448\u345a\u34ad\u34b1\u34ca\u34f1\0\u3616\0\0\u3633cute;\u415bqu\u00ef\u27ba\u0500;Eaceinpsy\u11ed\u32f3\u32f5\u32ff\u3302\u330b\u330f\u331f\u3326\u3329;\u6ab4\u01f0\u32fa\0\u32fc;\u6ab8on;\u4161u\u00e5\u11fe\u0100;d\u11f3\u3307il;\u415frc;\u415d\u0180Eas\u3316\u3318\u331b;\u6ab6p;\u6abaim;\u62e9olint;\u6a13i\u00ed\u1204;\u4441ot\u0180;be\u3334\u1d47\u3335\u62c5;\u6a66\u0380Aacmstx\u3346\u334a\u3357\u335b\u335e\u3363\u336drr;\u61d8r\u0100hr\u3350\u3352\u00eb\u2228\u0100;o\u0a36\u0a34t\u803b\u00a7\u40a7i;\u403bwar;\u6929m\u0100in\u3369\u00f0nu\u00f3\u00f1t;\u6736r\u0100;o\u3376\u2055\uc000\ud835\udd30\u0200acoy\u3382\u3386\u3391\u33a0rp;\u666f\u0100hy\u338b\u338fcy;\u4449;\u4448rt\u026d\u3399\0\0\u339ci\u00e4\u1464ara\u00ec\u2e6f\u803b\u00ad\u40ad\u0100gm\u33a8\u33b4ma\u0180;fv\u33b1\u33b2\u33b2\u43c3;\u43c2\u0400;deglnpr\u12ab\u33c5\u33c9\u33ce\u33d6\u33de\u33e1\u33e6ot;\u6a6a\u0100;q\u12b1\u12b0\u0100;E\u33d3\u33d4\u6a9e;\u6aa0\u0100;E\u33db\u33dc\u6a9d;\u6a9fe;\u6246lus;\u6a24arr;\u6972ar\u00f2\u113d\u0200aeit\u33f8\u3408\u340f\u3417\u0100ls\u33fd\u3404lsetm\u00e9\u336ahp;\u6a33parsl;\u69e4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341c\u341d\u6aaa\u0100;s\u3422\u3423\u6aac;\uc000\u2aac\ufe00\u0180flp\u342e\u3433\u3442tcy;\u444c\u0100;b\u3438\u3439\u402f\u0100;a\u343e\u343f\u69c4r;\u633ff;\uc000\ud835\udd64a\u0100dr\u344d\u0402es\u0100;u\u3454\u3455\u6660it\u00bb\u3455\u0180csu\u3460\u3479\u349f\u0100au\u3465\u346fp\u0100;s\u1188\u346b;\uc000\u2293\ufe00p\u0100;s\u11b4\u3475;\uc000\u2294\ufe00u\u0100bp\u347f\u348f\u0180;es\u1197\u119c\u3486et\u0100;e\u1197\u348d\u00f1\u119d\u0180;es\u11a8\u11ad\u3496et\u0100;e\u11a8\u349d\u00f1\u11ae\u0180;af\u117b\u34a6\u05b0r\u0165\u34ab\u05b1\u00bb\u117car\u00f2\u1148\u0200cemt\u34b9\u34be\u34c2\u34c5r;\uc000\ud835\udcc8tm\u00ee\u00f1i\u00ec\u3415ar\u00e6\u11be\u0100ar\u34ce\u34d5r\u0100;f\u34d4\u17bf\u6606\u0100an\u34da\u34edight\u0100ep\u34e3\u34eapsilo\u00ee\u1ee0h\u00e9\u2eafs\u00bb\u2852\u0280bcmnp\u34fb\u355e\u1209\u358b\u358e\u0480;Edemnprs\u350e\u350f\u3511\u3515\u351e\u3523\u352c\u3531\u3536\u6282;\u6ac5ot;\u6abd\u0100;d\u11da\u351aot;\u6ac3ult;\u6ac1\u0100Ee\u3528\u352a;\u6acb;\u628alus;\u6abfarr;\u6979\u0180eiu\u353d\u3552\u3555t\u0180;en\u350e\u3545\u354bq\u0100;q\u11da\u350feq\u0100;q\u352b\u3528m;\u6ac7\u0100bp\u355a\u355c;\u6ad5;\u6ad3c\u0300;acens\u11ed\u356c\u3572\u3579\u357b\u3326ppro\u00f8\u32faurlye\u00f1\u11fe\u00f1\u11f3\u0180aes\u3582\u3588\u331bppro\u00f8\u331aq\u00f1\u3317g;\u666a\u0680123;Edehlmnps\u35a9\u35ac\u35af\u121c\u35b2\u35b4\u35c0\u35c9\u35d5\u35da\u35df\u35e8\u35ed\u803b\u00b9\u40b9\u803b\u00b2\u40b2\u803b\u00b3\u40b3;\u6ac6\u0100os\u35b9\u35bct;\u6abeub;\u6ad8\u0100;d\u1222\u35c5ot;\u6ac4s\u0100ou\u35cf\u35d2l;\u67c9b;\u6ad7arr;\u697bult;\u6ac2\u0100Ee\u35e4\u35e6;\u6acc;\u628blus;\u6ac0\u0180eiu\u35f4\u3609\u360ct\u0180;en\u121c\u35fc\u3602q\u0100;q\u1222\u35b2eq\u0100;q\u35e7\u35e4m;\u6ac8\u0100bp\u3611\u3613;\u6ad4;\u6ad6\u0180Aan\u361c\u3620\u362drr;\u61d9r\u0100hr\u3626\u3628\u00eb\u222e\u0100;o\u0a2b\u0a29war;\u692alig\u803b\u00df\u40df\u0be1\u3651\u365d\u3660\u12ce\u3673\u3679\0\u367e\u36c2\0\0\0\0\0\u36db\u3703\0\u3709\u376c\0\0\0\u3787\u0272\u3656\0\0\u365bget;\u6316;\u43c4r\u00eb\u0e5f\u0180aey\u3666\u366b\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uc000\ud835\udd31\u0200eiko\u3686\u369d\u36b5\u36bc\u01f2\u368b\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369b\u43b8ym;\u43d1\u0100cn\u36a2\u36b2k\u0100as\u36a8\u36aeppro\u00f8\u12c1im\u00bb\u12acs\u00f0\u129e\u0100as\u36ba\u36ae\u00f0\u12c1rn\u803b\u00fe\u40fe\u01ec\u031f\u36c6\u22e7es\u8180\u00d7;bd\u36cf\u36d0\u36d8\u40d7\u0100;a\u190f\u36d5r;\u6a31;\u6a30\u0180eps\u36e1\u36e3\u3700\u00e1\u2a4d\u0200;bcf\u0486\u36ec\u36f0\u36f4ot;\u6336ir;\u6af1\u0100;o\u36f9\u36fc\uc000\ud835\udd65rk;\u6ada\u00e1\u3362rime;\u6034\u0180aip\u370f\u3712\u3764d\u00e5\u1248\u0380adempst\u3721\u374d\u3740\u3751\u3757\u375c\u375fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65b5own\u00bb\u1dbbeft\u0100;e\u2800\u373e\u00f1\u092e;\u625cight\u0100;e\u32aa\u374b\u00f1\u105aot;\u65ecinus;\u6a3alus;\u6a39b;\u69cdime;\u6a3bezium;\u63e2\u0180cht\u3772\u377d\u3781\u0100ry\u3777\u377b;\uc000\ud835\udcc9;\u4446cy;\u445brok;\u4167\u0100io\u378b\u378ex\u00f4\u1777head\u0100lr\u3797\u37a0eftarro\u00f7\u084fightarrow\u00bb\u0f5d\u0900AHabcdfghlmoprstuw\u37d0\u37d3\u37d7\u37e4\u37f0\u37fc\u380e\u381c\u3823\u3834\u3851\u385d\u386b\u38a9\u38cc\u38d2\u38ea\u38f6r\u00f2\u03edar;\u6963\u0100cr\u37dc\u37e2ute\u803b\u00fa\u40fa\u00f2\u1150r\u01e3\u37ea\0\u37edy;\u445eve;\u416d\u0100iy\u37f5\u37farc\u803b\u00fb\u40fb;\u4443\u0180abh\u3803\u3806\u380br\u00f2\u13adlac;\u4171a\u00f2\u13c3\u0100ir\u3813\u3818sht;\u697e;\uc000\ud835\udd32rave\u803b\u00f9\u40f9\u0161\u3827\u3831r\u0100lr\u382c\u382e\u00bb\u0957\u00bb\u1083lk;\u6580\u0100ct\u3839\u384d\u026f\u383f\0\0\u384arn\u0100;e\u3845\u3846\u631cr\u00bb\u3846op;\u630fri;\u65f8\u0100al\u3856\u385acr;\u416b\u80bb\u00a8\u0349\u0100gp\u3862\u3866on;\u4173f;\uc000\ud835\udd66\u0300adhlsu\u114b\u3878\u387d\u1372\u3891\u38a0own\u00e1\u13b3arpoon\u0100lr\u3888\u388cef\u00f4\u382digh\u00f4\u382fi\u0180;hl\u3899\u389a\u389c\u43c5\u00bb\u13faon\u00bb\u389aparrows;\u61c8\u0180cit\u38b0\u38c4\u38c8\u026f\u38b6\0\0\u38c1rn\u0100;e\u38bc\u38bd\u631dr\u00bb\u38bdop;\u630eng;\u416fri;\u65f9cr;\uc000\ud835\udcca\u0180dir\u38d9\u38dd\u38e2ot;\u62f0lde;\u4169i\u0100;f\u3730\u38e8\u00bb\u1813\u0100am\u38ef\u38f2r\u00f2\u38a8l\u803b\u00fc\u40fcangle;\u69a7\u0780ABDacdeflnoprsz\u391c\u391f\u3929\u392d\u39b5\u39b8\u39bd\u39df\u39e4\u39e8\u39f3\u39f9\u39fd\u3a01\u3a20r\u00f2\u03f7ar\u0100;v\u3926\u3927\u6ae8;\u6ae9as\u00e8\u03e1\u0100nr\u3932\u3937grt;\u699c\u0380eknprst\u34e3\u3946\u394b\u3952\u395d\u3964\u3996app\u00e1\u2415othin\u00e7\u1e96\u0180hir\u34eb\u2ec8\u3959op\u00f4\u2fb5\u0100;h\u13b7\u3962\u00ef\u318d\u0100iu\u3969\u396dgm\u00e1\u33b3\u0100bp\u3972\u3984setneq\u0100;q\u397d\u3980\uc000\u228a\ufe00;\uc000\u2acb\ufe00setneq\u0100;q\u398f\u3992\uc000\u228b\ufe00;\uc000\u2acc\ufe00\u0100hr\u399b\u399fet\u00e1\u369ciangle\u0100lr\u39aa\u39afeft\u00bb\u0925ight\u00bb\u1051y;\u4432ash\u00bb\u1036\u0180elr\u39c4\u39d2\u39d7\u0180;be\u2dea\u39cb\u39cfar;\u62bbq;\u625alip;\u62ee\u0100bt\u39dc\u1468a\u00f2\u1469r;\uc000\ud835\udd33tr\u00e9\u39aesu\u0100bp\u39ef\u39f1\u00bb\u0d1c\u00bb\u0d59pf;\uc000\ud835\udd67ro\u00f0\u0efbtr\u00e9\u39b4\u0100cu\u3a06\u3a0br;\uc000\ud835\udccb\u0100bp\u3a10\u3a18n\u0100Ee\u3980\u3a16\u00bb\u397en\u0100Ee\u3992\u3a1e\u00bb\u3990igzag;\u699a\u0380cefoprs\u3a36\u3a3b\u3a56\u3a5b\u3a54\u3a61\u3a6airc;\u4175\u0100di\u3a40\u3a51\u0100bg\u3a45\u3a49ar;\u6a5fe\u0100;q\u15fa\u3a4f;\u6259erp;\u6118r;\uc000\ud835\udd34pf;\uc000\ud835\udd68\u0100;e\u1479\u3a66at\u00e8\u1479cr;\uc000\ud835\udccc\u0ae3\u178e\u3a87\0\u3a8b\0\u3a90\u3a9b\0\0\u3a9d\u3aa8\u3aab\u3aaf\0\0\u3ac3\u3ace\0\u3ad8\u17dc\u17dftr\u00e9\u17d1r;\uc000\ud835\udd35\u0100Aa\u3a94\u3a97r\u00f2\u03c3r\u00f2\u09f6;\u43be\u0100Aa\u3aa1\u3aa4r\u00f2\u03b8r\u00f2\u09eba\u00f0\u2713is;\u62fb\u0180dpt\u17a4\u3ab5\u3abe\u0100fl\u3aba\u17a9;\uc000\ud835\udd69im\u00e5\u17b2\u0100Aa\u3ac7\u3acar\u00f2\u03cer\u00f2\u0a01\u0100cq\u3ad2\u17b8r;\uc000\ud835\udccd\u0100pt\u17d6\u3adcr\u00e9\u17d4\u0400acefiosu\u3af0\u3afd\u3b08\u3b0c\u3b11\u3b15\u3b1b\u3b21c\u0100uy\u3af6\u3afbte\u803b\u00fd\u40fd;\u444f\u0100iy\u3b02\u3b06rc;\u4177;\u444bn\u803b\u00a5\u40a5r;\uc000\ud835\udd36cy;\u4457pf;\uc000\ud835\udd6acr;\uc000\ud835\udcce\u0100cm\u3b26\u3b29y;\u444el\u803b\u00ff\u40ff\u0500acdefhiosw\u3b42\u3b48\u3b54\u3b58\u3b64\u3b69\u3b6d\u3b74\u3b7a\u3b80cute;\u417a\u0100ay\u3b4d\u3b52ron;\u417e;\u4437ot;\u417c\u0100et\u3b5d\u3b61tr\u00e6\u155fa;\u43b6r;\uc000\ud835\udd37cy;\u4436grarr;\u61ddpf;\uc000\ud835\udd6bcr;\uc000\ud835\udccf\u0100jn\u3b85\u3b87;\u600dj;\u600c'.split("").map(c=>c.charCodeAt(0)))},77225:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(17092).Buffer;function InternalCodec(codecOptions,iconv){ |
| /*ThouShaltNotCache*/ |
| this.enc=codecOptions.encodingName,this.bomAware=codecOptions.bomAware,"base64"===this.enc?this.encoder=InternalEncoderBase64:"cesu8"===this.enc&&(this.enc="utf8",this.encoder=InternalEncoderCesu8,"\ud83d\udca9"!==Buffer.from("eda0bdedb2a9","hex").toString()&&(this.decoder=InternalDecoderCesu8,this.defaultCharUnicode=iconv.defaultCharUnicode))}module.exports={utf8:{type:"_internal",bomAware:!0},cesu8:{type:"_internal",bomAware:!0},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:!0},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:InternalCodec},InternalCodec.prototype.encoder=InternalEncoder,InternalCodec.prototype.decoder=InternalDecoder;var StringDecoder=__webpack_require__(91959).I;function InternalDecoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.decoder=new StringDecoder(codec.enc)}function InternalEncoder(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.enc=codec.enc}function InternalEncoderBase64(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.prevStr=""}function InternalEncoderCesu8(options,codec){}function InternalDecoderCesu8(options,codec){ |
| /*ThouShaltNotCache*/ |
| this.acc=0,this.contBytes=0,this.accBytes=0,this.defaultCharUnicode=codec.defaultCharUnicode}StringDecoder.prototype.end||(StringDecoder.prototype.end=function(){}),InternalDecoder.prototype.write=function(buf){ |
| /*ThouShaltNotCache*/ |
| return Buffer.isBuffer(buf)||(buf=Buffer.from(buf)),this.decoder.write(buf)},InternalDecoder.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| return this.decoder.end()},InternalEncoder.prototype.write=function(str){ |
| /*ThouShaltNotCache*/ |
| return Buffer.from(str,this.enc)},InternalEncoder.prototype.end=function(){},InternalEncoderBase64.prototype.write=function(str){var completeQuads=( |
| /*ThouShaltNotCache*/ |
| str=this.prevStr+str).length-str.length%4;return this.prevStr=str.slice(completeQuads),str=str.slice(0,completeQuads),Buffer.from(str,"base64")},InternalEncoderBase64.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| return Buffer.from(this.prevStr,"base64")},InternalEncoderCesu8.prototype.write=function(str){for( |
| /*ThouShaltNotCache*/ |
| var buf=Buffer.alloc(3*str.length),bufIdx=0,i=0;i<str.length;i++){var charCode=str.charCodeAt(i);charCode<128?buf[bufIdx++]=charCode:charCode<2048?(buf[bufIdx++]=192+(charCode>>>6),buf[bufIdx++]=128+(63&charCode)):(buf[bufIdx++]=224+(charCode>>>12),buf[bufIdx++]=128+(charCode>>>6&63),buf[bufIdx++]=128+(63&charCode))}return buf.slice(0,bufIdx)},InternalEncoderCesu8.prototype.end=function(){},InternalDecoderCesu8.prototype.write=function(buf){for( |
| /*ThouShaltNotCache*/ |
| var acc=this.acc,contBytes=this.contBytes,accBytes=this.accBytes,res="",i=0;i<buf.length;i++){var curByte=buf[i];128!=(192&curByte)?(contBytes>0&&(res+=this.defaultCharUnicode,contBytes=0),curByte<128?res+=String.fromCharCode(curByte):curByte<224?(acc=31&curByte,contBytes=1,accBytes=1):curByte<240?(acc=15&curByte,contBytes=2,accBytes=1):res+=this.defaultCharUnicode):contBytes>0?(acc=acc<<6|63&curByte,accBytes++,0===--contBytes&&(res+=2===accBytes&&acc<128&&acc>0||3===accBytes&&acc<2048?this.defaultCharUnicode:String.fromCharCode(acc))):res+=this.defaultCharUnicode}return this.acc=acc,this.contBytes=contBytes,this.accBytes=accBytes,res},InternalDecoderCesu8.prototype.end=function(){ |
| /*ThouShaltNotCache*/ |
| var res=0;return this.contBytes>0&&(res+=this.defaultCharUnicode),res}},77232:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SymbolTreeNode=__webpack_require__(50256),TreePosition=__webpack_require__(73271),TreeIterator=__webpack_require__(55722);function returnTrue(){ |
| /*ThouShaltNotCache*/ |
| return!0}function reverseArrayIndex(array,reverseIndex){ |
| /*ThouShaltNotCache*/ |
| return array[array.length-1-reverseIndex]}class SymbolTree{constructor(description){ |
| /*ThouShaltNotCache*/ |
| this.symbol=Symbol(description||"SymbolTree data")}initialize(object){ |
| /*ThouShaltNotCache*/ |
| return this._node(object),object}_node(object){ |
| /*ThouShaltNotCache*/ |
| if(!object)return null;const node=object[this.symbol];return node||(object[this.symbol]=new SymbolTreeNode)}hasChildren(object){ |
| /*ThouShaltNotCache*/ |
| return this._node(object).hasChildren}firstChild(object){ |
| /*ThouShaltNotCache*/ |
| return this._node(object).firstChild}lastChild(object){ |
| /*ThouShaltNotCache*/ |
| return this._node(object).lastChild}previousSibling(object){ |
| /*ThouShaltNotCache*/ |
| return this._node(object).previousSibling}nextSibling(object){ |
| /*ThouShaltNotCache*/ |
| return this._node(object).nextSibling}parent(object){ |
| /*ThouShaltNotCache*/ |
| return this._node(object).parent}lastInclusiveDescendant(object){ |
| /*ThouShaltNotCache*/ |
| let lastChild,current=object;for(;lastChild=this._node(current).lastChild;)current=lastChild;return current}preceding(object,options){if(object===(options&&options.root))return null;const previousSibling=this._node(object).previousSibling;return previousSibling?this.lastInclusiveDescendant(previousSibling):this._node(object).parent}following(object,options){ |
| /*ThouShaltNotCache*/ |
| const treeRoot=options&&options.root,firstChild=!(options&&options.skipChildren)&&this._node(object).firstChild;if(firstChild)return firstChild;let current=object;do{if(current===treeRoot)return null;const nextSibling=this._node(current).nextSibling;if(nextSibling)return nextSibling;current=this._node(current).parent}while(current);return null}childrenToArray(parent,options){ |
| /*ThouShaltNotCache*/ |
| const array=options&&options.array||[],filter=options&&options.filter||returnTrue,thisArg=options&&options.thisArg||void 0,parentNode=this._node(parent);let object=parentNode.firstChild,index=0;for(;object;){const node=this._node(object);node.setCachedIndex(parentNode,index),filter.call(thisArg,object)&&array.push(object),object=node.nextSibling,++index}return array}ancestorsToArray(object,options){ |
| /*ThouShaltNotCache*/ |
| const array=options&&options.array||[],filter=options&&options.filter||returnTrue,thisArg=options&&options.thisArg||void 0;let ancestor=object;for(;ancestor;)filter.call(thisArg,ancestor)&&array.push(ancestor),ancestor=this._node(ancestor).parent;return array}treeToArray(root,options){ |
| /*ThouShaltNotCache*/ |
| const array=options&&options.array||[],filter=options&&options.filter||returnTrue,thisArg=options&&options.thisArg||void 0;let object=root;for(;object;)filter.call(thisArg,object)&&array.push(object),object=this.following(object,{root});return array}childrenIterator(parent,options){ |
| /*ThouShaltNotCache*/ |
| const reverse=options&&options.reverse,parentNode=this._node(parent);return new TreeIterator(this,parent,reverse?parentNode.lastChild:parentNode.firstChild,reverse?TreeIterator.PREV:TreeIterator.NEXT)}previousSiblingsIterator(object){ |
| /*ThouShaltNotCache*/ |
| return new TreeIterator(this,object,this._node(object).previousSibling,TreeIterator.PREV)}nextSiblingsIterator(object){ |
| /*ThouShaltNotCache*/ |
| return new TreeIterator(this,object,this._node(object).nextSibling,TreeIterator.NEXT)}ancestorsIterator(object){ |
| /*ThouShaltNotCache*/ |
| return new TreeIterator(this,object,object,TreeIterator.PARENT)}treeIterator(root,options){ |
| /*ThouShaltNotCache*/ |
| const reverse=options&&options.reverse;return new TreeIterator(this,root,reverse?this.lastInclusiveDescendant(root):root,reverse?TreeIterator.PRECEDING:TreeIterator.FOLLOWING)}index(child){ |
| /*ThouShaltNotCache*/ |
| const childNode=this._node(child),parentNode=this._node(childNode.parent);if(!parentNode)return-1;let currentIndex=childNode.getCachedIndex(parentNode);if(currentIndex>=0)return currentIndex;currentIndex=0;let object=parentNode.firstChild;if(parentNode.childIndexCachedUpTo){const cachedUpToNode=this._node(parentNode.childIndexCachedUpTo);object=cachedUpToNode.nextSibling,currentIndex=cachedUpToNode.getCachedIndex(parentNode)+1}for(;object;){const node=this._node(object);if(node.setCachedIndex(parentNode,currentIndex),object===child)break;++currentIndex,object=node.nextSibling}return parentNode.childIndexCachedUpTo=child,currentIndex}childrenCount(parent){ |
| /*ThouShaltNotCache*/ |
| const parentNode=this._node(parent);return parentNode.lastChild?this.index(parentNode.lastChild)+1:0}compareTreePosition(left,right){ |
| /*ThouShaltNotCache*/ |
| if(left===right)return 0;const leftAncestors=[];{let leftAncestor=left;for(;leftAncestor;){if(leftAncestor===right)return TreePosition.CONTAINS|TreePosition.PRECEDING;leftAncestors.push(leftAncestor),leftAncestor=this.parent(leftAncestor)}}const rightAncestors=[];{let rightAncestor=right;for(;rightAncestor;){if(rightAncestor===left)return TreePosition.CONTAINED_BY|TreePosition.FOLLOWING;rightAncestors.push(rightAncestor),rightAncestor=this.parent(rightAncestor)}}const root=reverseArrayIndex(leftAncestors,0);if(!root||root!==reverseArrayIndex(rightAncestors,0))return TreePosition.DISCONNECTED;let commonAncestorIndex=0;const ancestorsMinLength=Math.min(leftAncestors.length,rightAncestors.length);for(let i=0;i<ancestorsMinLength;++i){if(reverseArrayIndex(leftAncestors,i)!==reverseArrayIndex(rightAncestors,i))break;commonAncestorIndex=i}const leftIndex=this.index(reverseArrayIndex(leftAncestors,commonAncestorIndex+1));return this.index(reverseArrayIndex(rightAncestors,commonAncestorIndex+1))<leftIndex?TreePosition.PRECEDING:TreePosition.FOLLOWING}remove(removeObject){ |
| /*ThouShaltNotCache*/ |
| const removeNode=this._node(removeObject),parentNode=this._node(removeNode.parent),prevNode=this._node(removeNode.previousSibling),nextNode=this._node(removeNode.nextSibling);return parentNode&&(parentNode.firstChild===removeObject&&(parentNode.firstChild=removeNode.nextSibling),parentNode.lastChild===removeObject&&(parentNode.lastChild=removeNode.previousSibling)),prevNode&&(prevNode.nextSibling=removeNode.nextSibling),nextNode&&(nextNode.previousSibling=removeNode.previousSibling),removeNode.parent=null,removeNode.previousSibling=null,removeNode.nextSibling=null,removeNode.cachedIndex=-1,removeNode.cachedIndexVersion=NaN,parentNode&&parentNode.childrenChanged(),removeObject}insertBefore(referenceObject,newObject){ |
| /*ThouShaltNotCache*/ |
| const referenceNode=this._node(referenceObject),prevNode=this._node(referenceNode.previousSibling),newNode=this._node(newObject),parentNode=this._node(referenceNode.parent);if(newNode.isAttached)throw Error("Given object is already present in this SymbolTree, remove it first");return newNode.parent=referenceNode.parent,newNode.previousSibling=referenceNode.previousSibling,newNode.nextSibling=referenceObject,referenceNode.previousSibling=newObject,prevNode&&(prevNode.nextSibling=newObject),parentNode&&parentNode.firstChild===referenceObject&&(parentNode.firstChild=newObject),parentNode&&parentNode.childrenChanged(),newObject}insertAfter(referenceObject,newObject){ |
| /*ThouShaltNotCache*/ |
| const referenceNode=this._node(referenceObject),nextNode=this._node(referenceNode.nextSibling),newNode=this._node(newObject),parentNode=this._node(referenceNode.parent);if(newNode.isAttached)throw Error("Given object is already present in this SymbolTree, remove it first");return newNode.parent=referenceNode.parent,newNode.previousSibling=referenceObject,newNode.nextSibling=referenceNode.nextSibling,referenceNode.nextSibling=newObject,nextNode&&(nextNode.previousSibling=newObject),parentNode&&parentNode.lastChild===referenceObject&&(parentNode.lastChild=newObject),parentNode&&parentNode.childrenChanged(),newObject}prependChild(referenceObject,newObject){ |
| /*ThouShaltNotCache*/ |
| const referenceNode=this._node(referenceObject),newNode=this._node(newObject);if(newNode.isAttached)throw Error("Given object is already present in this SymbolTree, remove it first");return referenceNode.hasChildren?this.insertBefore(referenceNode.firstChild,newObject):(newNode.parent=referenceObject,referenceNode.firstChild=newObject,referenceNode.lastChild=newObject,referenceNode.childrenChanged()),newObject}appendChild(referenceObject,newObject){ |
| /*ThouShaltNotCache*/ |
| const referenceNode=this._node(referenceObject),newNode=this._node(newObject);if(newNode.isAttached)throw Error("Given object is already present in this SymbolTree, remove it first");return referenceNode.hasChildren?this.insertAfter(referenceNode.lastChild,newObject):(newNode.parent=referenceObject,referenceNode.firstChild=newObject,referenceNode.lastChild=newObject,referenceNode.childrenChanged()),newObject}}module.exports=SymbolTree,SymbolTree.TreePosition=TreePosition},77311:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.serialize=function(node,options){ |
| /*ThouShaltNotCache*/ |
| const opts=Object.assign(Object.assign({},defaultOpts),options);if(isVoidElement(node,opts))return"";return serializeChildNodes(node,opts)},exports.serializeOuter=function(node,options){ |
| /*ThouShaltNotCache*/ |
| const opts=Object.assign(Object.assign({},defaultOpts),options);return serializeNode(node,opts)};const html_js_1=__webpack_require__(61265),escape_1=__webpack_require__(32472),default_js_1=__webpack_require__(57539),VOID_ELEMENTS=new Set([html_js_1.TAG_NAMES.AREA,html_js_1.TAG_NAMES.BASE,html_js_1.TAG_NAMES.BASEFONT,html_js_1.TAG_NAMES.BGSOUND,html_js_1.TAG_NAMES.BR,html_js_1.TAG_NAMES.COL,html_js_1.TAG_NAMES.EMBED,html_js_1.TAG_NAMES.FRAME,html_js_1.TAG_NAMES.HR,html_js_1.TAG_NAMES.IMG,html_js_1.TAG_NAMES.INPUT,html_js_1.TAG_NAMES.KEYGEN,html_js_1.TAG_NAMES.LINK,html_js_1.TAG_NAMES.META,html_js_1.TAG_NAMES.PARAM,html_js_1.TAG_NAMES.SOURCE,html_js_1.TAG_NAMES.TRACK,html_js_1.TAG_NAMES.WBR]);function isVoidElement(node,options){ |
| /*ThouShaltNotCache*/ |
| return options.treeAdapter.isElementNode(node)&&options.treeAdapter.getNamespaceURI(node)===html_js_1.NS.HTML&&VOID_ELEMENTS.has(options.treeAdapter.getTagName(node))}const defaultOpts={treeAdapter:default_js_1.defaultTreeAdapter,scriptingEnabled:!0};function serializeChildNodes(parentNode,options){ |
| /*ThouShaltNotCache*/ |
| let html="";const container=options.treeAdapter.isElementNode(parentNode)&&options.treeAdapter.getTagName(parentNode)===html_js_1.TAG_NAMES.TEMPLATE&&options.treeAdapter.getNamespaceURI(parentNode)===html_js_1.NS.HTML?options.treeAdapter.getTemplateContent(parentNode):parentNode,childNodes=options.treeAdapter.getChildNodes(container);if(childNodes)for(const currentNode of childNodes)html+=serializeNode(currentNode,options);return html}function serializeNode(node,options){ |
| /*ThouShaltNotCache*/ |
| return options.treeAdapter.isElementNode(node)?function(node,options){ |
| /*ThouShaltNotCache*/ |
| const tn=options.treeAdapter.getTagName(node);return`<${tn}${function(node,{treeAdapter}){ |
| /*ThouShaltNotCache*/ |
| let html="";for(const attr of treeAdapter.getAttrList(node)){if(html+=" ",attr.namespace)switch(attr.namespace){case html_js_1.NS.XML:html+=`xml:${attr.name}`;break;case html_js_1.NS.XMLNS:"xmlns"!==attr.name&&(html+="xmlns:"),html+=attr.name;break;case html_js_1.NS.XLINK:html+=`xlink:${attr.name}`;break;default:html+=`${attr.prefix}:${attr.name}`}else html+=attr.name;html+=`="${(0,escape_1.escapeAttribute)(attr.value)}"`}return html}(node,options)}>${isVoidElement(node,options)?"":`${serializeChildNodes(node,options)}</${tn}>`}`}(node,options):options.treeAdapter.isTextNode(node)?function(node,options){ |
| /*ThouShaltNotCache*/ |
| const{treeAdapter}=options,content=treeAdapter.getTextNodeContent(node),parent=treeAdapter.getParentNode(node),parentTn=parent&&treeAdapter.isElementNode(parent)&&treeAdapter.getTagName(parent);return parentTn&&treeAdapter.getNamespaceURI(parent)===html_js_1.NS.HTML&&(0,html_js_1.hasUnescapedText)(parentTn,options.scriptingEnabled)?content:(0,escape_1.escapeText)(content)}(node,options):options.treeAdapter.isCommentNode(node)?function(node,{treeAdapter}){ |
| /*ThouShaltNotCache*/ |
| return`\x3c!--${treeAdapter.getCommentNodeContent(node)}--\x3e`}(node,options):options.treeAdapter.isDocumentTypeNode(node)?function(node,{treeAdapter}){ |
| /*ThouShaltNotCache*/ |
| return`<!DOCTYPE ${treeAdapter.getDocumentTypeNodeName(node)}>`}(node,options):""}},78022:(__unused_webpack_module,exports,__webpack_require__)=>{var ClientRequest=__webpack_require__(99923),response=__webpack_require__(79943),extend=__webpack_require__(33800),statusCodes=__webpack_require__(40964),url=__webpack_require__(41837),http=exports;http.request=function(opts,cb){ |
| /*ThouShaltNotCache*/ |
| opts="string"==typeof opts?url.parse(opts):extend(opts);var defaultProtocol=-1===__webpack_require__.g.location.protocol.search(/^https?:$/)?"http:":"",protocol=opts.protocol||defaultProtocol,host=opts.hostname||opts.host,port=opts.port,path=opts.path||"/";host&&-1!==host.indexOf(":")&&(host="["+host+"]"),opts.url=(host?protocol+"//"+host:"")+(port?":"+port:"")+path,opts.method=(opts.method||"GET").toUpperCase(),opts.headers=opts.headers||{};var req=new ClientRequest(opts);return cb&&req.on("response",cb),req},http.get=function(opts,cb){ |
| /*ThouShaltNotCache*/ |
| var req=http.request(opts,cb);return req.end(),req},http.ClientRequest=ClientRequest,http.IncomingMessage=response.IncomingMessage,http.Agent=function(){},http.Agent.defaultMaxSockets=4,http.globalAgent=new http.Agent,http.STATUS_CODES=statusCodes,http.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]},78143:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const FocusEvent=__webpack_require__(74355),idlUtils=__webpack_require__(65554),{isDisabled}=__webpack_require__(28888),{firstChildWithLocalName}=__webpack_require__(49397),{createAnEvent}=__webpack_require__(97130),{HTML_NS,SVG_NS}=__webpack_require__(36675),{isRenderedElement}=__webpack_require__(42756),focusableFormElements=new Set(["input","select","textarea","button"]);exports.isFocusableAreaElement=elImpl=> |
| /*ThouShaltNotCache*/ |
| elImpl._namespaceURI===HTML_NS?!!elImpl._ownerDocument._defaultView&&(!!elImpl.isConnected&&(!Number.isNaN(parseInt(elImpl.getAttributeNS(null,"tabindex")))||("iframe"===elImpl._localName||(!("a"!==elImpl._localName||!elImpl.hasAttributeNS(null,"href"))||(!("summary"!==elImpl._localName||!elImpl.parentNode||"details"!==elImpl.parentNode._localName||elImpl!==firstChildWithLocalName(elImpl.parentNode,"summary"))||(focusableFormElements.has(elImpl._localName)&&!isDisabled(elImpl)?"input"!==elImpl._localName||"hidden"!==elImpl.type:!!elImpl.hasAttributeNS(null,"contenteditable"))))))):elImpl._namespaceURI===SVG_NS&&(!(Number.isNaN(parseInt(elImpl.getAttributeNS(null,"tabindex")))||!isRenderedElement(elImpl))||!("a"!==elImpl._localName||!elImpl.hasAttributeNS(null,"href"))),exports.fireFocusEventWithTargetAdjustment=(name,target,relatedTarget,{bubbles=!1}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(null===target)return;const event=createAnEvent(name,target._globalObject,FocusEvent,{bubbles,composed:!0,relatedTarget,view:target._ownerDocument._defaultView,detail:0});target._defaultView&&(target=idlUtils.implForWrapper(target._defaultView)),target._dispatch(event)}},78295:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),PageTransitionEventInit=__webpack_require__(21149),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].PageTransitionEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'PageTransitionEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class PageTransitionEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'PageTransitionEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'PageTransitionEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=PageTransitionEventInit.convert(globalObject,curArg,{context:"Failed to construct 'PageTransitionEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get persisted(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get persisted' called on an object that is not a valid instance of PageTransitionEvent.");return esValue[implSymbol].persisted}}Object.defineProperties(PageTransitionEvent.prototype,{persisted:{enumerable:!0},[Symbol.toStringTag]:{value:"PageTransitionEvent",configurable:!0}}),ctorRegistry.PageTransitionEvent=PageTransitionEvent,Object.defineProperty(globalObject,"PageTransitionEvent",{configurable:!0,writable:!0,value:PageTransitionEvent})};const Impl=__webpack_require__(44422)},78437:module=>{"use strict";module.exports=class{constructor(){ |
| /*ThouShaltNotCache*/ |
| this.openedRequests=[]}add(req){ |
| /*ThouShaltNotCache*/ |
| this.openedRequests.push(req)}remove(req){ |
| /*ThouShaltNotCache*/ |
| const idx=this.openedRequests.indexOf(req);-1!==idx&&this.openedRequests.splice(idx,1)}close(){ |
| /*ThouShaltNotCache*/ |
| for(const openedRequest of this.openedRequests)openedRequest.abort();this.openedRequests=[]}size(){ |
| /*ThouShaltNotCache*/ |
| return this.openedRequests.length}}},78609:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const MIMEType=__webpack_require__(75009),{parseURL,serializeURL,percentDecodeString}=__webpack_require__(88499),{stripLeadingAndTrailingASCIIWhitespace,isomorphicDecode,forgivingBase64Decode}=__webpack_require__(41341);module.exports=stringInput=>{ |
| /*ThouShaltNotCache*/ |
| const urlRecord=parseURL(stringInput);return null===urlRecord?null:module.exports.fromURLRecord(urlRecord)},module.exports.fromURLRecord=urlRecord=>{ |
| /*ThouShaltNotCache*/ |
| if("data"!==urlRecord.scheme)return null;const input=serializeURL(urlRecord,!0).substring(5);let position=0,mimeType="";for(;position<input.length&&","!==input[position];)mimeType+=input[position],++position;if(mimeType=stripLeadingAndTrailingASCIIWhitespace(mimeType),position===input.length)return null;++position;const encodedBody=input.substring(position);let body=percentDecodeString(encodedBody);const mimeTypeBase64MatchResult=/(.*); *[Bb][Aa][Ss][Ee]64$/u.exec(mimeType);if(mimeTypeBase64MatchResult){const stringBody=isomorphicDecode(body);if(body=forgivingBase64Decode(stringBody),null===body)return null;mimeType=mimeTypeBase64MatchResult[1]}let mimeTypeRecord;mimeType.startsWith(";")&&(mimeType=`text/plain${mimeType}`);try{mimeTypeRecord=new MIMEType(mimeType)}catch(e){mimeTypeRecord=new MIMEType("text/plain;charset=US-ASCII")}return{mimeType:mimeTypeRecord,body}}},78834:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGGraphicsElement=__webpack_require__(27410);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGGElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGGElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGGraphicsElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGGElement extends globalObject.SVGGraphicsElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(SVGGElement.prototype,{[Symbol.toStringTag]:{value:"SVGGElement",configurable:!0}}),ctorRegistry.SVGGElement=SVGGElement,Object.defineProperty(globalObject,"SVGGElement",{configurable:!0,writable:!0,value:SVGGElement})};const Impl=__webpack_require__(81337)},79045:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var forEach=__webpack_require__(83844),availableTypedArrays=__webpack_require__(89419),callBind=__webpack_require__(88953),callBound=__webpack_require__(13190),gOPD=__webpack_require__(43581),getProto=__webpack_require__(45586),$toString=callBound("Object.prototype.toString"),hasToStringTag=__webpack_require__(88082)(),g="undefined"==typeof globalThis?__webpack_require__.g:globalThis,typedArrays=availableTypedArrays(),$slice=callBound("String.prototype.slice"),$indexOf=callBound("Array.prototype.indexOf",!0)||function(array,value){ |
| /*ThouShaltNotCache*/ |
| for(var i=0;i<array.length;i+=1)if(array[i]===value)return i;return-1},cache={__proto__:null};forEach(typedArrays,hasToStringTag&&gOPD&&getProto?function(typedArray){ |
| /*ThouShaltNotCache*/ |
| var arr=new g[typedArray];if(Symbol.toStringTag in arr&&getProto){var proto=getProto(arr),descriptor=gOPD(proto,Symbol.toStringTag);if(!descriptor&&proto){var superProto=getProto(proto);descriptor=gOPD(superProto,Symbol.toStringTag)}cache["$"+typedArray]=callBind(descriptor.get)}}:function(typedArray){ |
| /*ThouShaltNotCache*/ |
| var arr=new g[typedArray],fn=arr.slice||arr.set;fn&&(cache["$"+typedArray]=callBind(fn))});module.exports=function(value){ |
| /*ThouShaltNotCache*/ |
| if(!value||"object"!=typeof value)return!1;if(!hasToStringTag){var tag=$slice($toString(value),8,-1);return $indexOf(typedArrays,tag)>-1?tag:"Object"===tag&&function(value){ |
| /*ThouShaltNotCache*/ |
| var found=!1;return forEach(cache,function(getter,name){ |
| /*ThouShaltNotCache*/ |
| if(!found)try{getter(value),found=$slice(name,1)}catch(e){}}),found}(value)}return gOPD?function(value){ |
| /*ThouShaltNotCache*/ |
| var found=!1;return forEach(cache,function(getter,typedArray){ |
| /*ThouShaltNotCache*/ |
| if(!found)try{"$"+getter(value)===typedArray&&(found=$slice(typedArray,1))}catch(e){}}),found}(value):null}},79462:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";for(var modules=[__webpack_require__(77225),__webpack_require__(36882),__webpack_require__(31228),__webpack_require__(52334),__webpack_require__(69404),__webpack_require__(89164),__webpack_require__(82436),__webpack_require__(12247),__webpack_require__(37729)],i=0;i<modules.length;i++){var module=modules[i];for(var enc in module)Object.prototype.hasOwnProperty.call(module,enc)&&(exports[enc]=module[enc])}},79666:module=>{"use strict";var badArrayLike,isCallableMarker,fnToStr=Function.prototype.toString,reflectApply="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof reflectApply&&"function"==typeof Object.defineProperty)try{badArrayLike=Object.defineProperty({},"length",{get:function(){ |
| /*ThouShaltNotCache*/ |
| throw isCallableMarker}}),isCallableMarker={},reflectApply(function(){ |
| /*ThouShaltNotCache*/ |
| throw 42},null,badArrayLike)}catch(_){_!==isCallableMarker&&(reflectApply=null)}else reflectApply=null;var constructorRegex=/^\s*class\b/,isES6ClassFn=function(value){ |
| /*ThouShaltNotCache*/ |
| try{var fnStr=fnToStr.call(value);return constructorRegex.test(fnStr)}catch(e){return!1}},tryFunctionObject=function(value){ |
| /*ThouShaltNotCache*/ |
| try{return!isES6ClassFn(value)&&(fnToStr.call(value),!0)}catch(e){return!1}},toStr=Object.prototype.toString,hasToStringTag="function"==typeof Symbol&&!!Symbol.toStringTag,isIE68=!(0 in[,]),isDDA=function(){ |
| /*ThouShaltNotCache*/ |
| return!1};if("object"==typeof document){var all=document.all;toStr.call(all)===toStr.call(document.all)&&(isDDA=function(value){ |
| /*ThouShaltNotCache*/ |
| if((isIE68||!value)&&(void 0===value||"object"==typeof value))try{var str=toStr.call(value);return("[object HTMLAllCollection]"===str||"[object HTML document.all class]"===str||"[object HTMLCollection]"===str||"[object Object]"===str)&&null==value("")}catch(e){}return!1})}module.exports=reflectApply?function(value){ |
| /*ThouShaltNotCache*/ |
| if(isDDA(value))return!0;if(!value)return!1;if("function"!=typeof value&&"object"!=typeof value)return!1;try{reflectApply(value,null,badArrayLike)}catch(e){if(e!==isCallableMarker)return!1}return!isES6ClassFn(value)&&tryFunctionObject(value)}:function(value){ |
| /*ThouShaltNotCache*/ |
| if(isDDA(value))return!0;if(!value)return!1;if("function"!=typeof value&&"object"!=typeof value)return!1;if(hasToStringTag)return tryFunctionObject(value);if(isES6ClassFn(value))return!1;var strClass=toStr.call(value);return!("[object Function]"!==strClass&&"[object GeneratorFunction]"!==strClass&&!/^\[object HTML/.test(strClass))&&tryFunctionObject(value)}},79751:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLAnchorElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLAnchorElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLAnchorElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLAnchorElement",new.target)}get target(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get target' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("target");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set target(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set target' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'target' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("target",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get download(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get download' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("download");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set download(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set download' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'download' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("download",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rel' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("rel");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rel' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'rel' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("rel",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get relList(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get relList' called on an object that is not a valid instance of HTMLAnchorElement.");return utils.getSameObject(this,"relList",()=>utils.tryWrapperForImpl(esValue[implSymbol].relList))}set relList(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set relList' called on an object that is not a valid instance of HTMLAnchorElement.");const Q=esValue.relList;if(!utils.isObject(Q))throw new globalObject.TypeError("Property 'relList' is not an object");Reflect.set(Q,"value",V)}get hreflang(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hreflang' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("hreflang");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hreflang(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hreflang' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'hreflang' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("hreflang",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get text(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get text' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].text}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set text(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set text' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'text' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].text=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get coords(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get coords' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("coords");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set coords(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set coords' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'coords' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("coords",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get charset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get charset' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("charset");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set charset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set charset' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'charset' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("charset",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rev(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rev' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("rev");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rev(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rev' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'rev' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("rev",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get shape(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get shape' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("shape");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set shape(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set shape' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.DOMString(V,{context:"Failed to set the 'shape' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("shape",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get href(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get href' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].href}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set href(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set href' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'href' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].href=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}toString(){ |
| /*ThouShaltNotCache*/ |
| const esValue=this;if(!exports.is(esValue))throw new globalObject.TypeError("'toString' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].href}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get origin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get origin' called on an object that is not a valid instance of HTMLAnchorElement.");return esValue[implSymbol].origin}get protocol(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get protocol' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].protocol}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set protocol(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set protocol' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'protocol' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].protocol=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get username(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get username' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].username}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set username(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set username' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'username' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].username=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get password(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get password' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].password}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set password(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set password' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'password' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].password=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get host(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get host' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].host}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set host(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set host' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'host' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].host=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hostname(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hostname' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].hostname}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hostname(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hostname' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'hostname' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].hostname=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get port(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get port' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].port}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set port(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set port' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'port' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].port=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get pathname(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pathname' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].pathname}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set pathname(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set pathname' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'pathname' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].pathname=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get search(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get search' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].search}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set search(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set search' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'search' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].search=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get hash(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hash' called on an object that is not a valid instance of HTMLAnchorElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].hash}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set hash(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hash' called on an object that is not a valid instance of HTMLAnchorElement.");V=conversions.USVString(V,{context:"Failed to set the 'hash' property on 'HTMLAnchorElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].hash=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLAnchorElement.prototype,{target:{enumerable:!0},download:{enumerable:!0},rel:{enumerable:!0},relList:{enumerable:!0},hreflang:{enumerable:!0},type:{enumerable:!0},text:{enumerable:!0},coords:{enumerable:!0},charset:{enumerable:!0},name:{enumerable:!0},rev:{enumerable:!0},shape:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},hash:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLAnchorElement",configurable:!0}}),ctorRegistry.HTMLAnchorElement=HTMLAnchorElement,Object.defineProperty(globalObject,"HTMLAnchorElement",{configurable:!0,writable:!0,value:HTMLAnchorElement})};const Impl=__webpack_require__(42774)},79789:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),create_SVGAnimatedRect=__webpack_require__(97850).create,create_SVGAnimatedPreserveAspectRatio=__webpack_require__(19317).create,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGGraphicsElement=__webpack_require__(27410);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGSymbolElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGSymbolElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGGraphicsElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGSymbolElement extends globalObject.SVGGraphicsElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get viewBox(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get viewBox' called on an object that is not a valid instance of SVGSymbolElement.");return utils.getSameObject(this,"viewBox",()=>create_SVGAnimatedRect(globalObject,[],{element:esValue[implSymbol],attribute:"viewBox"}))}get preserveAspectRatio(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get preserveAspectRatio' called on an object that is not a valid instance of SVGSymbolElement.");return utils.getSameObject(this,"preserveAspectRatio",()=>create_SVGAnimatedPreserveAspectRatio(globalObject,[],{element:esValue[implSymbol]}))}}Object.defineProperties(SVGSymbolElement.prototype,{viewBox:{enumerable:!0},preserveAspectRatio:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGSymbolElement",configurable:!0}}),ctorRegistry.SVGSymbolElement=SVGSymbolElement,Object.defineProperty(globalObject,"SVGSymbolElement",{configurable:!0,writable:!0,value:SVGSymbolElement})};const Impl=__webpack_require__(85144)},79798:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),MutationCallback=__webpack_require__(99747),Node=__webpack_require__(13079),MutationObserverInit=__webpack_require__(62072),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].MutationObserver.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'MutationObserver'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class MutationObserver{constructor(callback){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'MutationObserver': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=MutationCallback.convert(globalObject,curArg,{context:"Failed to construct 'MutationObserver': parameter 1"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}observe(target){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'observe' called on an object that is not a valid instance of MutationObserver.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'observe' on 'MutationObserver': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'observe' on 'MutationObserver': parameter 1"}),args.push(curArg)}{let curArg=arguments[1];curArg=MutationObserverInit.convert(globalObject,curArg,{context:"Failed to execute 'observe' on 'MutationObserver': parameter 2"}),args.push(curArg)}return esValue[implSymbol].observe(...args)}disconnect(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'disconnect' called on an object that is not a valid instance of MutationObserver.");return esValue[implSymbol].disconnect()}takeRecords(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'takeRecords' called on an object that is not a valid instance of MutationObserver.");return utils.tryWrapperForImpl(esValue[implSymbol].takeRecords())}}Object.defineProperties(MutationObserver.prototype,{observe:{enumerable:!0},disconnect:{enumerable:!0},takeRecords:{enumerable:!0},[Symbol.toStringTag]:{value:"MutationObserver",configurable:!0}}),ctorRegistry.MutationObserver=MutationObserver,Object.defineProperty(globalObject,"MutationObserver",{configurable:!0,writable:!0,value:MutationObserver})};const Impl=__webpack_require__(99196)},79838:()=>{},79870:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const os=__webpack_require__(51558);exports.D=class{get hardwareConcurrency(){ |
| /*ThouShaltNotCache*/ |
| return os.cpus().length}}},79943:(__unused_webpack_module,exports,__webpack_require__)=>{var process=__webpack_require__(60348),Buffer=__webpack_require__(81545).Buffer,capability=__webpack_require__(53686),inherits=__webpack_require__(68808),stream=__webpack_require__(12549),rStates=exports.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},IncomingMessage=exports.IncomingMessage=function(xhr,response,mode,resetTimers){ |
| /*ThouShaltNotCache*/ |
| var self=this;if(stream.Readable.call(self),self._mode=mode,self.headers={},self.rawHeaders=[],self.trailers={},self.rawTrailers=[],self.on("end",function(){ |
| /*ThouShaltNotCache*/ |
| process.nextTick(function(){ |
| /*ThouShaltNotCache*/ |
| self.emit("close")})}),"fetch"===mode){if(self._fetchResponse=response,self.url=response.url,self.statusCode=response.status,self.statusMessage=response.statusText,response.headers.forEach(function(header,key){ |
| /*ThouShaltNotCache*/ |
| self.headers[key.toLowerCase()]=header,self.rawHeaders.push(key,header)}),capability.writableStream){var writable=new WritableStream({write:function(chunk){ |
| /*ThouShaltNotCache*/ |
| return resetTimers(!1),new Promise(function(resolve,reject){ |
| /*ThouShaltNotCache*/ |
| self._destroyed?reject():self.push(Buffer.from(chunk))?resolve():self._resumeFetch=resolve})},close:function(){ |
| /*ThouShaltNotCache*/ |
| resetTimers(!0),self._destroyed||self.push(null)},abort:function(err){ |
| /*ThouShaltNotCache*/ |
| resetTimers(!0),self._destroyed||self.emit("error",err)}});try{return void response.body.pipeTo(writable).catch(function(err){ |
| /*ThouShaltNotCache*/ |
| resetTimers(!0),self._destroyed||self.emit("error",err)})}catch(e){}}var reader=response.body.getReader();!function read(){ |
| /*ThouShaltNotCache*/ |
| reader.read().then(function(result){ |
| /*ThouShaltNotCache*/ |
| self._destroyed||(resetTimers(result.done),result.done?self.push(null):(self.push(Buffer.from(result.value)),read()))}).catch(function(err){ |
| /*ThouShaltNotCache*/ |
| resetTimers(!0),self._destroyed||self.emit("error",err)})}()}else{if(self._xhr=xhr,self._pos=0,self.url=xhr.responseURL,self.statusCode=xhr.status,self.statusMessage=xhr.statusText,xhr.getAllResponseHeaders().split(/\r?\n/).forEach(function(header){ |
| /*ThouShaltNotCache*/ |
| var matches=header.match(/^([^:]+):\s*(.*)/);if(matches){var key=matches[1].toLowerCase();"set-cookie"===key?(void 0===self.headers[key]&&(self.headers[key]=[]),self.headers[key].push(matches[2])):void 0!==self.headers[key]?self.headers[key]+=", "+matches[2]:self.headers[key]=matches[2],self.rawHeaders.push(matches[1],matches[2])}}),self._charset="x-user-defined",!capability.overrideMimeType){var mimeType=self.rawHeaders["mime-type"];if(mimeType){var charsetMatch=mimeType.match(/;\s*charset=([^;])(;|$)/);charsetMatch&&(self._charset=charsetMatch[1].toLowerCase())}self._charset||(self._charset="utf-8")}}};inherits(IncomingMessage,stream.Readable),IncomingMessage.prototype._read=function(){ |
| /*ThouShaltNotCache*/ |
| var resolve=this._resumeFetch;resolve&&(this._resumeFetch=null,resolve())},IncomingMessage.prototype._onXHRProgress=function(resetTimers){ |
| /*ThouShaltNotCache*/ |
| var self=this,xhr=self._xhr,response=null;switch(self._mode){case"text":if((response=xhr.responseText).length>self._pos){var newData=response.substr(self._pos);if("x-user-defined"===self._charset){for(var buffer=Buffer.alloc(newData.length),i=0;i<newData.length;i++)buffer[i]=255&newData.charCodeAt(i);self.push(buffer)}else self.push(newData,self._charset);self._pos=response.length}break;case"arraybuffer":if(xhr.readyState!==rStates.DONE||!xhr.response)break;response=xhr.response,self.push(Buffer.from(new Uint8Array(response)));break;case"moz-chunked-arraybuffer":if(response=xhr.response,xhr.readyState!==rStates.LOADING||!response)break;self.push(Buffer.from(new Uint8Array(response)));break;case"ms-stream":if(response=xhr.response,xhr.readyState!==rStates.LOADING)break;var reader=new __webpack_require__.g.MSStreamReader;reader.onprogress=function(){ |
| /*ThouShaltNotCache*/ |
| reader.result.byteLength>self._pos&&(self.push(Buffer.from(new Uint8Array(reader.result.slice(self._pos)))),self._pos=reader.result.byteLength)},reader.onload=function(){ |
| /*ThouShaltNotCache*/ |
| resetTimers(!0),self.push(null)},reader.readAsArrayBuffer(response)}self._xhr.readyState===rStates.DONE&&"ms-stream"!==self._mode&&(resetTimers(!0),self.push(null))}},80100:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const xnv=__webpack_require__(43531),attributeUtils=__webpack_require__(26233),{NAMESPACES,VOID_ELEMENTS,NODE_TYPES}=__webpack_require__(53195),XML_CHAR=/^(\x09|\x0A|\x0D|[\x20-\uD7FF]|[\uE000-\uFFFD]|[\u{10000}-\u{10FFFF}])*$/u,PUBID_CHAR=/^(\x20|\x0D|\x0A|[a-zA-Z0-9]|[-'()+,./:=?;!*#@$_%])*$/u;function serializeElement(node,namespace,prefixMap,requireWellFormed,refs){ |
| /*ThouShaltNotCache*/ |
| if(requireWellFormed&&(node.localName.includes(":")||!xnv.name(node.localName)))throw new Error("Failed to serialize XML: element node localName is not a valid XML name.");let markup="<",qualifiedName="",skipEndTag=!1,ignoreNamespaceDefinitionAttr=!1;const map={...prefixMap},localPrefixesMap=Object.create(null),localDefaultNamespace=function(element,map,prefixMap){ |
| /*ThouShaltNotCache*/ |
| let defaultNamespaceAttrValue=null;for(let i=0;i<element.attributes.length;++i){const attr=element.attributes[i];if(attr.namespaceURI===NAMESPACES.XMLNS){if(null===attr.prefix){defaultNamespaceAttrValue=attr.value;continue}let namespaceDefinition=attr.value;if(namespaceDefinition===NAMESPACES.XML)continue;if(null===namespaceDefinition&&(namespaceDefinition=""),namespaceDefinition in map&&map[namespaceDefinition].includes(attr.localName))continue;namespaceDefinition in map||(map[namespaceDefinition]=[]),map[namespaceDefinition].push(attr.localName),prefixMap[attr.localName]=namespaceDefinition}}return defaultNamespaceAttrValue}(node,map,localPrefixesMap);let inheritedNs=namespace;const ns=node.namespaceURI;if(inheritedNs===ns)null!==localDefaultNamespace&&(ignoreNamespaceDefinitionAttr=!0),qualifiedName=ns===NAMESPACES.XML?`xml:${node.localName}`:node.localName,markup+=qualifiedName;else{let{prefix}=node,candidatePrefix=attributeUtils.preferredPrefixString(map,ns,prefix);if("xmlns"===prefix){if(requireWellFormed)throw new Error('Failed to serialize XML: element nodes can\'t have a prefix of "xmlns".');candidatePrefix="xmlns"}null!==candidatePrefix?(qualifiedName=`${candidatePrefix}:${node.localName}`,null!==localDefaultNamespace&&localDefaultNamespace!==NAMESPACES.XML&&(inheritedNs=""===localDefaultNamespace?null:localDefaultNamespace),markup+=qualifiedName):null!==prefix?(prefix in localPrefixesMap&&(prefix=attributeUtils.generatePrefix(map,ns,refs.prefixIndex++)),map[ns]?map[ns].push(prefix):map[ns]=[prefix],qualifiedName=`${prefix}:${node.localName}`,markup+=`${qualifiedName} xmlns:${prefix}="${attributeUtils.serializeAttributeValue(ns,requireWellFormed)}"`,null!==localDefaultNamespace&&(inheritedNs=""===localDefaultNamespace?null:localDefaultNamespace)):null===localDefaultNamespace||localDefaultNamespace!==ns?(ignoreNamespaceDefinitionAttr=!0,qualifiedName=node.localName,inheritedNs=ns,markup+=`${qualifiedName} xmlns="${attributeUtils.serializeAttributeValue(ns,requireWellFormed)}"`):(qualifiedName=node.localName,inheritedNs=ns,markup+=qualifiedName)}if(markup+=attributeUtils.serializeAttributes(node,map,localPrefixesMap,ignoreNamespaceDefinitionAttr,requireWellFormed,refs),ns===NAMESPACES.HTML&&0===node.childNodes.length&&VOID_ELEMENTS.has(node.localName)?(markup+=" /",skipEndTag=!0):ns!==NAMESPACES.HTML&&0===node.childNodes.length&&(markup+="/",skipEndTag=!0),markup+=">",skipEndTag)return markup;if(ns===NAMESPACES.HTML&&"template"===node.localName)markup+=xmlSerialization(node.content,inheritedNs,map,requireWellFormed,refs);else for(const child of node.childNodes)markup+=xmlSerialization(child,inheritedNs,map,requireWellFormed,refs);return markup+=`</${qualifiedName}>`,markup}function xmlSerialization(node,namespace,prefixMap,requireWellFormed,refs){ |
| /*ThouShaltNotCache*/ |
| switch(node.nodeType){case NODE_TYPES.ELEMENT_NODE:return serializeElement(node,namespace,prefixMap,requireWellFormed,refs);case NODE_TYPES.DOCUMENT_NODE:return function(node,namespace,prefixMap,requireWellFormed,refs){ |
| /*ThouShaltNotCache*/ |
| if(requireWellFormed&&null===node.documentElement)throw new Error("Failed to serialize XML: document does not have a document element.");let serializedDocument="";for(const child of node.childNodes)serializedDocument+=xmlSerialization(child,namespace,prefixMap,requireWellFormed,refs);return serializedDocument}(node,namespace,prefixMap,requireWellFormed,refs);case NODE_TYPES.COMMENT_NODE:return function(node,namespace,prefixMap,requireWellFormed){ |
| /*ThouShaltNotCache*/ |
| if(requireWellFormed&&!XML_CHAR.test(node.data))throw new Error("Failed to serialize XML: comment node data is not well-formed.");if(requireWellFormed&&(node.data.includes("--")||node.data.endsWith("-")))throw new Error("Failed to serialize XML: found hyphens in illegal places in comment node data.");return`\x3c!--${node.data}--\x3e`}(node,0,0,requireWellFormed);case NODE_TYPES.TEXT_NODE:return function(node,namespace,prefixMap,requireWellFormed){ |
| /*ThouShaltNotCache*/ |
| if(requireWellFormed&&!XML_CHAR.test(node.data))throw new Error("Failed to serialize XML: text node data is not well-formed.");return node.data.replace(/&/gu,"&").replace(/</gu,"<").replace(/>/gu,">")}(node,0,0,requireWellFormed);case NODE_TYPES.DOCUMENT_FRAGMENT_NODE:return function(node,namespace,prefixMap,requireWellFormed,refs){ |
| /*ThouShaltNotCache*/ |
| let markup="";for(const child of node.childNodes)markup+=xmlSerialization(child,namespace,prefixMap,requireWellFormed,refs);return markup}(node,namespace,prefixMap,requireWellFormed,refs);case NODE_TYPES.DOCUMENT_TYPE_NODE:return function(node,namespace,prefixMap,requireWellFormed){ |
| /*ThouShaltNotCache*/ |
| if(requireWellFormed&&!PUBID_CHAR.test(node.publicId))throw new Error("Failed to serialize XML: document type node publicId is not well-formed.");if(requireWellFormed&&(!XML_CHAR.test(node.systemId)||node.systemId.includes('"')&&node.systemId.includes("'")))throw new Error("Failed to serialize XML: document type node systemId is not well-formed.");let markup=`<!DOCTYPE ${node.name}`;return""!==node.publicId?markup+=` PUBLIC "${node.publicId}"`:""!==node.systemId&&(markup+=" SYSTEM"),""!==node.systemId&&(markup+=` "${node.systemId}"`),`${markup}>`}(node,0,0,requireWellFormed);case NODE_TYPES.PROCESSING_INSTRUCTION_NODE:return function(node,namespace,prefixMap,requireWellFormed){ |
| /*ThouShaltNotCache*/ |
| if(requireWellFormed&&(node.target.includes(":")||function(a,b){ |
| /*ThouShaltNotCache*/ |
| if(a.length!==b.length)return!1;for(let i=0;i<a.length;++i)if((32|a.charCodeAt(i))!=(32|b.charCodeAt(i)))return!1;return!0}(node.target,"xml")))throw new Error("Failed to serialize XML: processing instruction node target is not well-formed.");if(requireWellFormed&&(!XML_CHAR.test(node.data)||node.data.includes("?>")))throw new Error("Failed to serialize XML: processing instruction node data is not well-formed.");return`<?${node.target} ${node.data}?>`}(node,0,0,requireWellFormed);case NODE_TYPES.ATTRIBUTE_NODE:return"";case NODE_TYPES.CDATA_SECTION_NODE:return function(node){ |
| /*ThouShaltNotCache*/ |
| return`<![CDATA[${node.data}]]>`}(node);default:throw new TypeError("Failed to serialize XML: only Nodes can be serialized.")}}module.exports=(root,{requireWellFormed=!1}={})=>{ |
| /*ThouShaltNotCache*/ |
| const namespacePrefixMap=Object.create(null);return namespacePrefixMap["http://www.w3.org/XML/1998/namespace"]=["xml"],xmlSerialization(root,null,namespacePrefixMap,requireWellFormed,{prefixIndex:1})}},80146:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,SelectionMode=__webpack_require__(41930),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,create_DOMException=__webpack_require__(3698).create,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTextAreaElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTextAreaElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTextAreaElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTextAreaElement",new.target)}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'checkValidity' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].checkValidity()}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reportValidity' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].reportValidity()}setCustomValidity(error){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setCustomValidity' called on an object that is not a valid instance of HTMLTextAreaElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setCustomValidity' on 'HTMLTextAreaElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setCustomValidity' on 'HTMLTextAreaElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setCustomValidity(...args)}select(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'select' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].select()}setRangeText(replacement){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setRangeText' called on an object that is not a valid instance of HTMLTextAreaElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setRangeText' on 'HTMLTextAreaElement': 1 argument required, but only ${arguments.length} present.`);const args=[];switch(arguments.length){case 1:{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 1",globals:globalObject}),args.push(curArg)}break;case 2:throw new globalObject.TypeError(`Failed to execute 'setRangeText' on 'HTMLTextAreaElement': only ${arguments.length} arguments present.`);case 3:{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 3",globals:globalObject}),args.push(curArg)}break;default:{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?SelectionMode.convert(globalObject,curArg,{context:"Failed to execute 'setRangeText' on 'HTMLTextAreaElement': parameter 4"}):"preserve",args.push(curArg)}}return esValue[implSymbol].setRangeText(...args)}setSelectionRange(start,end){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setSelectionRange' called on an object that is not a valid instance of HTMLTextAreaElement.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'setSelectionRange' on 'HTMLTextAreaElement': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setSelectionRange' on 'HTMLTextAreaElement': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'setSelectionRange' on 'HTMLTextAreaElement': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setSelectionRange' on 'HTMLTextAreaElement': parameter 3",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].setSelectionRange(...args)}get autocomplete(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get autocomplete' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("autocomplete");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set autocomplete(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set autocomplete' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'autocomplete' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("autocomplete",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get autofocus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get autofocus' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("autofocus")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set autofocus(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set autofocus' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.boolean(V,{context:"Failed to set the 'autofocus' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("autofocus",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("autofocus")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get cols(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cols' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("cols");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=1&&value<=2147483647)?value:20}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set cols(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set cols' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'cols' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=1?V:20;esValue[implSymbol]._reflectSetTheContentAttribute("cols",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get dirName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get dirName' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("dirname");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set dirName(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set dirName' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'dirName' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("dirname",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get disabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get disabled' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set disabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set disabled' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.boolean(V,{context:"Failed to set the 'disabled' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("disabled",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLTextAreaElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get inputMode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get inputMode' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("inputmode");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set inputMode(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set inputMode' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'inputMode' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("inputmode",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get maxLength(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get maxLength' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("maxlength");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&conversions.long(value)===value)?value:-1}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set maxLength(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set maxLength' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.long(V,{context:"Failed to set the 'maxLength' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{if(V<0)throw create_DOMException(globalObject,[`The negative value ${V} cannot be set for the maxLength property.`,"IndexSizeError"]);esValue[implSymbol]._reflectSetTheContentAttribute("maxlength",String(V))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get minLength(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get minLength' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("minlength");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&conversions.long(value)===value)?value:-1}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set minLength(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set minLength' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.long(V,{context:"Failed to set the 'minLength' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{if(V<0)throw create_DOMException(globalObject,[`The negative value ${V} cannot be set for the minLength property.`,"IndexSizeError"]);esValue[implSymbol]._reflectSetTheContentAttribute("minlength",String(V))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get placeholder(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get placeholder' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("placeholder");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set placeholder(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set placeholder' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'placeholder' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("placeholder",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get readOnly(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get readOnly' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("readonly")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set readOnly(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set readOnly' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.boolean(V,{context:"Failed to set the 'readOnly' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("readonly",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("readonly")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get required(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get required' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("required")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set required(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set required' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.boolean(V,{context:"Failed to set the 'required' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("required",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("required")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rows(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rows' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("rows");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=1&&value<=2147483647)?value:2}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rows(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rows' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'rows' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=1?V:2;esValue[implSymbol]._reflectSetTheContentAttribute("rows",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get wrap(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get wrap' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("wrap");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set wrap(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set wrap' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'wrap' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("wrap",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].type}get defaultValue(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get defaultValue' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].defaultValue}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set defaultValue(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set defaultValue' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'defaultValue' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].defaultValue=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLTextAreaElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'HTMLTextAreaElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].value=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get textLength(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get textLength' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].textLength}get willValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get willValidate' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].willValidate}get validity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validity' called on an object that is not a valid instance of HTMLTextAreaElement.");return utils.tryWrapperForImpl(esValue[implSymbol].validity)}get validationMessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validationMessage' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].validationMessage}get labels(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get labels' called on an object that is not a valid instance of HTMLTextAreaElement.");return utils.tryWrapperForImpl(esValue[implSymbol].labels)}get selectionStart(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectionStart' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].selectionStart}set selectionStart(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selectionStart' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'selectionStart' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),esValue[implSymbol].selectionStart=V}get selectionEnd(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectionEnd' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].selectionEnd}set selectionEnd(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selectionEnd' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'selectionEnd' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),esValue[implSymbol].selectionEnd=V}get selectionDirection(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectionDirection' called on an object that is not a valid instance of HTMLTextAreaElement.");return esValue[implSymbol].selectionDirection}set selectionDirection(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selectionDirection' called on an object that is not a valid instance of HTMLTextAreaElement.");V=conversions.DOMString(V,{context:"Failed to set the 'selectionDirection' property on 'HTMLTextAreaElement': The provided value",globals:globalObject}),esValue[implSymbol].selectionDirection=V}}Object.defineProperties(HTMLTextAreaElement.prototype,{checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},select:{enumerable:!0},setRangeText:{enumerable:!0},setSelectionRange:{enumerable:!0},autocomplete:{enumerable:!0},autofocus:{enumerable:!0},cols:{enumerable:!0},dirName:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},inputMode:{enumerable:!0},maxLength:{enumerable:!0},minLength:{enumerable:!0},name:{enumerable:!0},placeholder:{enumerable:!0},readOnly:{enumerable:!0},required:{enumerable:!0},rows:{enumerable:!0},wrap:{enumerable:!0},type:{enumerable:!0},defaultValue:{enumerable:!0},value:{enumerable:!0},textLength:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},selectionStart:{enumerable:!0},selectionEnd:{enumerable:!0},selectionDirection:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTextAreaElement",configurable:!0}}),ctorRegistry.HTMLTextAreaElement=HTMLTextAreaElement,Object.defineProperty(globalObject,"HTMLTextAreaElement",{configurable:!0,writable:!0,value:HTMLTextAreaElement})};const Impl=__webpack_require__(86201)},80181:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var e,n=__webpack_require__(34556);function walkerIndexGenerator(e){ |
| /*ThouShaltNotCache*/ |
| let n=e.slice();return(e,o,t)=>{ |
| /*ThouShaltNotCache*/ |
| let s=-1;for(let i=n.indexOf(o);i<n.length&&(s=e.indexOf(n[i]),-1===s||s<t);i++);return-1===s||s===t&&o===e[t]&&(s++,s>=e.length)?-1:(n=e.slice(),s)}}function consumeComponentValue(e,o){ |
| /*ThouShaltNotCache*/ |
| const t=o[0];if(n.isTokenOpenParen(t)||n.isTokenOpenCurly(t)||n.isTokenOpenSquare(t)){const n=consumeSimpleBlock(e,o);return{advance:n.advance,node:n.node}}if(n.isTokenFunction(t)){const n=consumeFunction(e,o);return{advance:n.advance,node:n.node}}if(n.isTokenWhitespace(t)){const n=consumeWhitespace(e,o);return{advance:n.advance,node:n.node}}if(n.isTokenComment(t)){const n=function(e,n){ |
| /*ThouShaltNotCache*/ |
| return{advance:1,node:new CommentNode(n[0])}}(0,o);return{advance:n.advance,node:n.node}}return{advance:1,node:new TokenNode(t)}}exports.ComponentValueType=void 0,(e=exports.ComponentValueType||(exports.ComponentValueType={})).Function="function",e.SimpleBlock="simple-block",e.Whitespace="whitespace",e.Comment="comment",e.Token="token";class ContainerNodeBaseClass{value=[];indexOf(e){ |
| /*ThouShaltNotCache*/ |
| return this.value.indexOf(e)}at(e){ |
| /*ThouShaltNotCache*/ |
| if("number"==typeof e)return e<0&&(e=this.value.length+e),this.value[e]}forEach(e,n){ |
| /*ThouShaltNotCache*/ |
| if(0===this.value.length)return;const o=walkerIndexGenerator(this.value);let t=0;for(;t<this.value.length;){const s=this.value[t];let i;if(n&&(i={...n}),!1===e({node:s,parent:this,state:i},t))return!1;if(t=o(this.value,s,t),-1===t)break}}walk(e,n){ |
| /*ThouShaltNotCache*/ |
| 0!==this.value.length&&this.forEach((n,o)=>!1!==e(n,o)&&(!("walk"in n.node)||!this.value.includes(n.node)||!1!==n.node.walk(e,n.state))&&void 0,n)}}class FunctionNode extends ContainerNodeBaseClass{type=exports.ComponentValueType.Function;name;endToken;constructor(e,n,o){ |
| /*ThouShaltNotCache*/ |
| super(),this.name=e,this.endToken=n,this.value=o}getName(){ |
| /*ThouShaltNotCache*/ |
| return this.name[4].value}normalize(){ |
| /*ThouShaltNotCache*/ |
| n.isTokenEOF(this.endToken)&&(this.endToken=[n.TokenType.CloseParen,")",-1,-1,void 0])}tokens(){ |
| /*ThouShaltNotCache*/ |
| return n.isTokenEOF(this.endToken)?[this.name,...this.value.flatMap(e=>e.tokens())]:[this.name,...this.value.flatMap(e=>e.tokens()),this.endToken]}toString(){ |
| /*ThouShaltNotCache*/ |
| const e=this.value.map(e=>n.isToken(e)?n.stringify(e):e.toString()).join("");return n.stringify(this.name)+e+n.stringify(this.endToken)}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return{type:this.type,name:this.getName(),tokens:this.tokens(),value:this.value.map(e=>e.toJSON())}}isFunctionNode(){ |
| /*ThouShaltNotCache*/ |
| return FunctionNode.isFunctionNode(this)}static isFunctionNode(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e instanceof FunctionNode&&e.type===exports.ComponentValueType.Function}}function consumeFunction(e,o){ |
| /*ThouShaltNotCache*/ |
| const t=[];let s=1;for(;;){const i=o[s];if(!i||n.isTokenEOF(i))return e.onParseError(new n.ParseError("Unexpected EOF while consuming a function.",o[0][2],o[o.length-1][3],["5.4.9. Consume a function","Unexpected EOF"])),{advance:o.length,node:new FunctionNode(o[0],i,t)};if(n.isTokenCloseParen(i))return{advance:s+1,node:new FunctionNode(o[0],i,t)};if(n.isTokenWhiteSpaceOrComment(i)){const n=consumeAllCommentsAndWhitespace(e,o.slice(s));s+=n.advance,t.push(...n.nodes);continue}const r=consumeComponentValue(e,o.slice(s));s+=r.advance,t.push(r.node)}}class SimpleBlockNode extends ContainerNodeBaseClass{type=exports.ComponentValueType.SimpleBlock;startToken;endToken;constructor(e,n,o){ |
| /*ThouShaltNotCache*/ |
| super(),this.startToken=e,this.endToken=n,this.value=o}normalize(){ |
| /*ThouShaltNotCache*/ |
| if(n.isTokenEOF(this.endToken)){const e=n.mirrorVariant(this.startToken);e&&(this.endToken=e)}}tokens(){ |
| /*ThouShaltNotCache*/ |
| return n.isTokenEOF(this.endToken)?[this.startToken,...this.value.flatMap(e=>e.tokens())]:[this.startToken,...this.value.flatMap(e=>e.tokens()),this.endToken]}toString(){ |
| /*ThouShaltNotCache*/ |
| const e=this.value.map(e=>n.isToken(e)?n.stringify(e):e.toString()).join("");return n.stringify(this.startToken)+e+n.stringify(this.endToken)}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return{type:this.type,startToken:this.startToken,tokens:this.tokens(),value:this.value.map(e=>e.toJSON())}}isSimpleBlockNode(){ |
| /*ThouShaltNotCache*/ |
| return SimpleBlockNode.isSimpleBlockNode(this)}static isSimpleBlockNode(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e instanceof SimpleBlockNode&&e.type===exports.ComponentValueType.SimpleBlock}}function consumeSimpleBlock(e,o){ |
| /*ThouShaltNotCache*/ |
| const t=n.mirrorVariantType(o[0][0]);if(!t)throw new Error("Failed to parse, a mirror variant must exist for all block open tokens.");const s=[];let i=1;for(;;){const r=o[i];if(!r||n.isTokenEOF(r))return e.onParseError(new n.ParseError("Unexpected EOF while consuming a simple block.",o[0][2],o[o.length-1][3],["5.4.8. Consume a simple block","Unexpected EOF"])),{advance:o.length,node:new SimpleBlockNode(o[0],r,s)};if(r[0]===t)return{advance:i+1,node:new SimpleBlockNode(o[0],r,s)};if(n.isTokenWhiteSpaceOrComment(r)){const n=consumeAllCommentsAndWhitespace(e,o.slice(i));i+=n.advance,s.push(...n.nodes);continue}const a=consumeComponentValue(e,o.slice(i));i+=a.advance,s.push(a.node)}}class WhitespaceNode{type=exports.ComponentValueType.Whitespace;value;constructor(e){ |
| /*ThouShaltNotCache*/ |
| this.value=e}tokens(){ |
| /*ThouShaltNotCache*/ |
| return this.value}toString(){ |
| /*ThouShaltNotCache*/ |
| return n.stringify(...this.value)}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return{type:this.type,tokens:this.tokens()}}isWhitespaceNode(){ |
| /*ThouShaltNotCache*/ |
| return WhitespaceNode.isWhitespaceNode(this)}static isWhitespaceNode(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e instanceof WhitespaceNode&&e.type===exports.ComponentValueType.Whitespace}}function consumeWhitespace(e,o){ |
| /*ThouShaltNotCache*/ |
| let t=0;for(;;){const e=o[t];if(!n.isTokenWhitespace(e))return{advance:t,node:new WhitespaceNode(o.slice(0,t))};t++}}class CommentNode{type=exports.ComponentValueType.Comment;value;constructor(e){ |
| /*ThouShaltNotCache*/ |
| this.value=e}tokens(){ |
| /*ThouShaltNotCache*/ |
| return[this.value]}toString(){ |
| /*ThouShaltNotCache*/ |
| return n.stringify(this.value)}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return{type:this.type,tokens:this.tokens()}}isCommentNode(){ |
| /*ThouShaltNotCache*/ |
| return CommentNode.isCommentNode(this)}static isCommentNode(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e instanceof CommentNode&&e.type===exports.ComponentValueType.Comment}}function consumeAllCommentsAndWhitespace(e,o){ |
| /*ThouShaltNotCache*/ |
| const t=[];let s=0;for(;;)if(n.isTokenWhitespace(o[s])){const e=consumeWhitespace(0,o.slice(s));s+=e.advance,t.push(e.node)}else{if(!n.isTokenComment(o[s]))return{advance:s,nodes:t};t.push(new CommentNode(o[s])),s++}}class TokenNode{type=exports.ComponentValueType.Token;value;constructor(e){ |
| /*ThouShaltNotCache*/ |
| this.value=e}tokens(){ |
| /*ThouShaltNotCache*/ |
| return[this.value]}toString(){ |
| /*ThouShaltNotCache*/ |
| return this.value[1]}toJSON(){ |
| /*ThouShaltNotCache*/ |
| return{type:this.type,tokens:this.tokens()}}isTokenNode(){ |
| /*ThouShaltNotCache*/ |
| return TokenNode.isTokenNode(this)}static isTokenNode(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&e instanceof TokenNode&&e.type===exports.ComponentValueType.Token}}function forEach(e,n,o){ |
| /*ThouShaltNotCache*/ |
| if(0===e.length)return;const t=walkerIndexGenerator(e);let s=0;for(;s<e.length;){const i=e[s];let r;if(o&&(r={...o}),!1===n({node:i,parent:{value:e},state:r},s))return!1;if(s=t(e,i,s),-1===s)break}}function walk(e,n,o){ |
| /*ThouShaltNotCache*/ |
| 0!==e.length&&forEach(e,(o,t)=>!1!==n(o,t)&&(!("walk"in o.node)||!e.includes(o.node)||!1!==o.node.walk(n,o.state))&&void 0,o)}function isWhitespaceNode(e){ |
| /*ThouShaltNotCache*/ |
| return WhitespaceNode.isWhitespaceNode(e)}function isCommentNode(e){ |
| /*ThouShaltNotCache*/ |
| return CommentNode.isCommentNode(e)}exports.CommentNode=CommentNode,exports.ContainerNodeBaseClass=ContainerNodeBaseClass,exports.FunctionNode=FunctionNode,exports.SimpleBlockNode=SimpleBlockNode,exports.TokenNode=TokenNode,exports.WhitespaceNode=WhitespaceNode,exports.forEach=forEach,exports.gatherNodeAncestry=function(e){ |
| /*ThouShaltNotCache*/ |
| const n=new Map;return e.walk(e=>{ |
| /*ThouShaltNotCache*/ |
| Array.isArray(e.node)?e.node.forEach(o=>{ |
| /*ThouShaltNotCache*/ |
| n.set(o,e.parent)}):n.set(e.node,e.parent)}),n},exports.isCommentNode=isCommentNode,exports.isFunctionNode=function(e){ |
| /*ThouShaltNotCache*/ |
| return FunctionNode.isFunctionNode(e)},exports.isSimpleBlockNode=function(e){ |
| /*ThouShaltNotCache*/ |
| return SimpleBlockNode.isSimpleBlockNode(e)},exports.isTokenNode=function(e){ |
| /*ThouShaltNotCache*/ |
| return TokenNode.isTokenNode(e)},exports.isWhiteSpaceOrCommentNode=function(e){ |
| /*ThouShaltNotCache*/ |
| return isWhitespaceNode(e)||isCommentNode(e)},exports.isWhitespaceNode=isWhitespaceNode,exports.parseCommaSeparatedListOfComponentValues=function(e,o){ |
| /*ThouShaltNotCache*/ |
| const t={onParseError:o?.onParseError??(()=>{})},s=[...e];if(0===e.length)return[];n.isTokenEOF(s[s.length-1])&&s.push([n.TokenType.EOF,"",s[s.length-1][2],s[s.length-1][3],void 0]);const i=[];let r=[],a=0;for(;;){if(!s[a]||n.isTokenEOF(s[a]))return r.length&&i.push(r),i;if(n.isTokenComma(s[a])){i.push(r),r=[],a++;continue}const o=consumeComponentValue(t,e.slice(a));r.push(o.node),a+=o.advance}},exports.parseComponentValue=function(e,o){ |
| /*ThouShaltNotCache*/ |
| const t={onParseError:o?.onParseError??(()=>{})},s=[...e];n.isTokenEOF(s[s.length-1])&&s.push([n.TokenType.EOF,"",s[s.length-1][2],s[s.length-1][3],void 0]);const i=consumeComponentValue(t,s);if(n.isTokenEOF(s[Math.min(i.advance,s.length-1)]))return i.node;t.onParseError(new n.ParseError("Expected EOF after parsing a component value.",e[0][2],e[e.length-1][3],["5.3.9. Parse a component value","Expected EOF"]))},exports.parseListOfComponentValues=function(e,o){ |
| /*ThouShaltNotCache*/ |
| const t={onParseError:o?.onParseError??(()=>{})},s=[...e];n.isTokenEOF(s[s.length-1])&&s.push([n.TokenType.EOF,"",s[s.length-1][2],s[s.length-1][3],void 0]);const i=[];let r=0;for(;;){if(!s[r]||n.isTokenEOF(s[r]))return i;const e=consumeComponentValue(t,s.slice(r));i.push(e.node),r+=e.advance}},exports.replaceComponentValues=function(e,n){ |
| /*ThouShaltNotCache*/ |
| for(let o=0;o<e.length;o++)walk(e[o],(e,o)=>{ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof o)return;const t=n(e.node);t&&(Array.isArray(t)?e.parent.value.splice(o,1,...t):e.parent.value.splice(o,1,t))});return e},exports.sourceIndices=function sourceIndices(e){ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(e)){const n=e[0];if(!n)return[0,0];const o=e[e.length-1]||n;return[sourceIndices(n)[0],sourceIndices(o)[1]]}const n=e.tokens(),o=n[0],t=n[n.length-1];return o&&t?[o[2],t[3]]:[0,0]},exports.stringify=function(e){ |
| /*ThouShaltNotCache*/ |
| return e.map(e=>e.map(e=>n.stringify(...e.tokens())).join("")).join(",")},exports.walk=walk,exports.walkerIndexGenerator=walkerIndexGenerator},80201:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),PluginArray=__webpack_require__(46411),MimeTypeArray=__webpack_require__(2714),NavigatorIDImpl=__webpack_require__(37298).D,NavigatorLanguageImpl=__webpack_require__(20263).D,NavigatorOnLineImpl=__webpack_require__(21668).D,NavigatorCookiesImpl=__webpack_require__(53558).D,NavigatorPluginsImpl=__webpack_require__(90735).D,NavigatorConcurrentHardwareImpl=__webpack_require__(79870).D;class NavigatorImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this.userAgent=privateData.userAgent,this.languages=Object.freeze(["en-US","en"]),this.plugins=PluginArray.create(this._globalObject),this.mimeTypes=MimeTypeArray.create(this._globalObject)}}mixin(NavigatorImpl.prototype,NavigatorIDImpl.prototype),mixin(NavigatorImpl.prototype,NavigatorLanguageImpl.prototype),mixin(NavigatorImpl.prototype,NavigatorOnLineImpl.prototype),mixin(NavigatorImpl.prototype,NavigatorCookiesImpl.prototype),mixin(NavigatorImpl.prototype,NavigatorPluginsImpl.prototype),mixin(NavigatorImpl.prototype,NavigatorConcurrentHardwareImpl.prototype),exports.implementation=NavigatorImpl},80414:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var e=__webpack_require__(80181),n=__webpack_require__(34556);const t=/[A-Z]/g;function toLowerCaseAZ(e){ |
| /*ThouShaltNotCache*/ |
| return e.replace(t,e=>String.fromCharCode(e.charCodeAt(0)+32))}const o={cm:"px",in:"px",mm:"px",pc:"px",pt:"px",px:"px",q:"px",deg:"deg",grad:"deg",rad:"deg",turn:"deg",ms:"s",s:"s",hz:"hz",khz:"hz"},r=new Map([["cm",e=>e],["mm",e=>10*e],["q",e=>40*e],["in",e=>e/2.54],["pc",e=>e/2.54*6],["pt",e=>e/2.54*72],["px",e=>e/2.54*96]]),i=new Map([["deg",e=>e],["grad",e=>e/.9],["rad",e=>e/180*Math.PI],["turn",e=>e/360]]),u=new Map([["deg",e=>.9*e],["grad",e=>e],["rad",e=>.9*e/180*Math.PI],["turn",e=>.9*e/360]]),a=new Map([["hz",e=>e],["khz",e=>e/1e3]]),s=new Map([["cm",e=>2.54*e],["mm",e=>25.4*e],["q",e=>25.4*e*4],["in",e=>e],["pc",e=>6*e],["pt",e=>72*e],["px",e=>96*e]]),l=new Map([["hz",e=>1e3*e],["khz",e=>e]]),c=new Map([["cm",e=>e/10],["mm",e=>e],["q",e=>4*e],["in",e=>e/25.4],["pc",e=>e/25.4*6],["pt",e=>e/25.4*72],["px",e=>e/25.4*96]]),m=new Map([["ms",e=>e],["s",e=>e/1e3]]),v=new Map([["cm",e=>e/6*2.54],["mm",e=>e/6*25.4],["q",e=>e/6*25.4*4],["in",e=>e/6],["pc",e=>e],["pt",e=>e/6*72],["px",e=>e/6*96]]),T=new Map([["cm",e=>e/72*2.54],["mm",e=>e/72*25.4],["q",e=>e/72*25.4*4],["in",e=>e/72],["pc",e=>e/72*6],["pt",e=>e],["px",e=>e/72*96]]),p=new Map([["cm",e=>e/96*2.54],["mm",e=>e/96*25.4],["q",e=>e/96*25.4*4],["in",e=>e/96],["pc",e=>e/96*6],["pt",e=>e/96*72],["px",e=>e]]),N=new Map([["cm",e=>e/4/10],["mm",e=>e/4],["q",e=>e],["in",e=>e/4/25.4],["pc",e=>e/4/25.4*6],["pt",e=>e/4/25.4*72],["px",e=>e/4/25.4*96]]),f=new Map([["deg",e=>180*e/Math.PI],["grad",e=>180*e/Math.PI/.9],["rad",e=>e],["turn",e=>180*e/Math.PI/360]]),d=new Map([["ms",e=>1e3*e],["s",e=>e]]),k=new Map([["deg",e=>360*e],["grad",e=>360*e/.9],["rad",e=>360*e/180*Math.PI],["turn",e=>e]]),C=new Map([["cm",r],["mm",c],["q",N],["in",s],["pc",v],["pt",T],["px",p],["ms",m],["s",d],["deg",i],["grad",u],["rad",f],["turn",k],["hz",a],["khz",l]]);function convertUnit(e,t){ |
| /*ThouShaltNotCache*/ |
| if(!n.isTokenDimension(e))return t;if(!n.isTokenDimension(t))return t;const o=toLowerCaseAZ(e[4].unit),r=toLowerCaseAZ(t[4].unit);if(o===r)return t;const i=C.get(r);if(!i)return t;const u=i.get(o);if(!u)return t;const a=u(t[4].value),s=[n.TokenType.Dimension,"",t[2],t[3],{...t[4],signCharacter:a<0?"-":void 0,type:Number.isInteger(a)?n.NumberType.Integer:n.NumberType.Number,value:a}];return n.mutateUnit(s,e[4].unit),s}function addition(t){ |
| /*ThouShaltNotCache*/ |
| if(2!==t.length)return-1;const o=t[0].value;let r=t[1].value;if(n.isTokenNumber(o)&&n.isTokenNumber(r)){const t=o[4].value+r[4].value;return new e.TokenNode([n.TokenType.Number,t.toString(),o[2],r[3],{value:t,type:o[4].type===n.NumberType.Integer&&r[4].type===n.NumberType.Integer?n.NumberType.Integer:n.NumberType.Number}])}if(n.isTokenPercentage(o)&&n.isTokenPercentage(r)){const t=o[4].value+r[4].value;return new e.TokenNode([n.TokenType.Percentage,t.toString()+"%",o[2],r[3],{value:t}])}if(n.isTokenDimension(o)&&n.isTokenDimension(r)&&(r=convertUnit(o,r),toLowerCaseAZ(o[4].unit)===toLowerCaseAZ(r[4].unit))){const t=o[4].value+r[4].value;return new e.TokenNode([n.TokenType.Dimension,t.toString()+o[4].unit,o[2],r[3],{value:t,type:o[4].type===n.NumberType.Integer&&r[4].type===n.NumberType.Integer?n.NumberType.Integer:n.NumberType.Number,unit:o[4].unit}])}return-1}function division(t){ |
| /*ThouShaltNotCache*/ |
| if(2!==t.length)return-1;const o=t[0].value,r=t[1].value;if(n.isTokenNumber(o)&&n.isTokenNumber(r)){const t=o[4].value/r[4].value;return new e.TokenNode([n.TokenType.Number,t.toString(),o[2],r[3],{value:t,type:Number.isInteger(t)?n.NumberType.Integer:n.NumberType.Number}])}if(n.isTokenPercentage(o)&&n.isTokenNumber(r)){const t=o[4].value/r[4].value;return new e.TokenNode([n.TokenType.Percentage,t.toString()+"%",o[2],r[3],{value:t}])}if(n.isTokenDimension(o)&&n.isTokenNumber(r)){const t=o[4].value/r[4].value;return new e.TokenNode([n.TokenType.Dimension,t.toString()+o[4].unit,o[2],r[3],{value:t,type:Number.isInteger(t)?n.NumberType.Integer:n.NumberType.Number,unit:o[4].unit}])}return-1}function isCalculation(e){ |
| /*ThouShaltNotCache*/ |
| return!!e&&"object"==typeof e&&"inputs"in e&&Array.isArray(e.inputs)&&"operation"in e}function solve(n){ |
| /*ThouShaltNotCache*/ |
| if(-1===n)return-1;const t=[];for(let o=0;o<n.inputs.length;o++){const r=n.inputs[o];if(e.isTokenNode(r)){t.push(r);continue}const i=solve(r);if(-1===i)return-1;t.push(i)}return n.operation(t)}function multiplication(t){ |
| /*ThouShaltNotCache*/ |
| if(2!==t.length)return-1;const o=t[0].value,r=t[1].value;if(n.isTokenNumber(o)&&n.isTokenNumber(r)){const t=o[4].value*r[4].value;return new e.TokenNode([n.TokenType.Number,t.toString(),o[2],r[3],{value:t,type:o[4].type===n.NumberType.Integer&&r[4].type===n.NumberType.Integer?n.NumberType.Integer:n.NumberType.Number}])}if(n.isTokenPercentage(o)&&n.isTokenNumber(r)){const t=o[4].value*r[4].value;return new e.TokenNode([n.TokenType.Percentage,t.toString()+"%",o[2],r[3],{value:t}])}if(n.isTokenNumber(o)&&n.isTokenPercentage(r)){const t=o[4].value*r[4].value;return new e.TokenNode([n.TokenType.Percentage,t.toString()+"%",o[2],r[3],{value:t}])}if(n.isTokenDimension(o)&&n.isTokenNumber(r)){const t=o[4].value*r[4].value;return new e.TokenNode([n.TokenType.Dimension,t.toString()+o[4].unit,o[2],r[3],{value:t,type:o[4].type===n.NumberType.Integer&&r[4].type===n.NumberType.Integer?n.NumberType.Integer:n.NumberType.Number,unit:o[4].unit}])}if(n.isTokenNumber(o)&&n.isTokenDimension(r)){const t=o[4].value*r[4].value;return new e.TokenNode([n.TokenType.Dimension,t.toString()+r[4].unit,o[2],r[3],{value:t,type:o[4].type===n.NumberType.Integer&&r[4].type===n.NumberType.Integer?n.NumberType.Integer:n.NumberType.Number,unit:r[4].unit}])}return-1}function resolveGlobalsAndConstants(t,o){ |
| /*ThouShaltNotCache*/ |
| for(let r=0;r<t.length;r++){const i=t[r];if(!e.isTokenNode(i))continue;const u=i.value;if(!n.isTokenIdent(u))continue;const a=toLowerCaseAZ(u[4].value);switch(a){case"e":t.splice(r,1,new e.TokenNode([n.TokenType.Number,Math.E.toString(),u[2],u[3],{value:Math.E,type:n.NumberType.Number}]));break;case"pi":t.splice(r,1,new e.TokenNode([n.TokenType.Number,Math.PI.toString(),u[2],u[3],{value:Math.PI,type:n.NumberType.Number}]));break;case"infinity":t.splice(r,1,new e.TokenNode([n.TokenType.Number,"infinity",u[2],u[3],{value:1/0,type:n.NumberType.Number}]));break;case"-infinity":t.splice(r,1,new e.TokenNode([n.TokenType.Number,"-infinity",u[2],u[3],{value:-1/0,type:n.NumberType.Number}]));break;case"nan":t.splice(r,1,new e.TokenNode([n.TokenType.Number,"NaN",u[2],u[3],{value:Number.NaN,type:n.NumberType.Number}]));break;default:if(o.has(a)){const n=o.get(a);t.splice(r,1,new e.TokenNode(n))}}}return t}function unary(e){ |
| /*ThouShaltNotCache*/ |
| if(1!==e.length)return-1;const t=e[0].value;return n.isTokenNumeric(t)?e[0]:-1}function resultToCalculation(e,t,o){ |
| /*ThouShaltNotCache*/ |
| return n.isTokenDimension(t)?dimensionToCalculation(e,t[4].unit,o):n.isTokenPercentage(t)?percentageToCalculation(e,o):n.isTokenNumber(t)?numberToCalculation(e,o):-1}function dimensionToCalculation(t,o,r){ |
| /*ThouShaltNotCache*/ |
| const i=t.tokens();return{inputs:[new e.TokenNode([n.TokenType.Dimension,r.toString()+o,i[0][2],i[i.length-1][3],{value:r,type:Number.isInteger(r)?n.NumberType.Integer:n.NumberType.Number,unit:o}])],operation:unary}}function percentageToCalculation(t,o){ |
| /*ThouShaltNotCache*/ |
| const r=t.tokens();return{inputs:[new e.TokenNode([n.TokenType.Percentage,o.toString()+"%",r[0][2],r[r.length-1][3],{value:o}])],operation:unary}}function numberToCalculation(t,o){ |
| /*ThouShaltNotCache*/ |
| const r=t.tokens();return{inputs:[new e.TokenNode([n.TokenType.Number,o.toString(),r[0][2],r[r.length-1][3],{value:o,type:Number.isInteger(o)?n.NumberType.Integer:n.NumberType.Number}])],operation:unary}}function solveACos(e,t){ |
| /*ThouShaltNotCache*/ |
| const o=t.value;return n.isTokenNumber(o)?dimensionToCalculation(e,"rad",Math.acos(o[4].value)):-1}function solveASin(e,t){ |
| /*ThouShaltNotCache*/ |
| const o=t.value;return n.isTokenNumber(o)?dimensionToCalculation(e,"rad",Math.asin(o[4].value)):-1}function solveATan(e,t){ |
| /*ThouShaltNotCache*/ |
| const o=t.value;return n.isTokenNumber(o)?dimensionToCalculation(e,"rad",Math.atan(o[4].value)):-1}function isDimensionOrNumber(e){ |
| /*ThouShaltNotCache*/ |
| return n.isTokenDimension(e)||n.isTokenNumber(e)}function arrayOfSameNumeric(e){ |
| /*ThouShaltNotCache*/ |
| if(0===e.length)return!0;const t=e[0];if(!n.isTokenNumeric(t))return!1;if(1===e.length)return!0;if(n.isTokenDimension(t)){const n=toLowerCaseAZ(t[4].unit);for(let o=1;o<e.length;o++){const r=e[o];if(t[0]!==r[0])return!1;if(n!==toLowerCaseAZ(r[4].unit))return!1}return!0}for(let n=1;n<e.length;n++){const o=e[n];if(t[0]!==o[0])return!1}return!0}function twoOfSameNumeric(e,t){ |
| /*ThouShaltNotCache*/ |
| return!!n.isTokenNumeric(e)&&(n.isTokenDimension(e)?e[0]===t[0]&&toLowerCaseAZ(e[4].unit)===toLowerCaseAZ(t[4].unit):e[0]===t[0])}function solveATan2(e,n,t){ |
| /*ThouShaltNotCache*/ |
| const o=n.value;if(!isDimensionOrNumber(o))return-1;const r=convertUnit(o,t.value);return twoOfSameNumeric(o,r)?dimensionToCalculation(e,"rad",Math.atan2(o[4].value,r[4].value)):-1}function solveAbs(e,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=t.value;return n.isTokenNumeric(r)?!o.rawPercentages&&n.isTokenPercentage(r)?-1:resultToCalculation(e,r,Math.abs(r[4].value)):-1}function solveCos(e,t){ |
| /*ThouShaltNotCache*/ |
| const o=t.value;if(!isDimensionOrNumber(o))return-1;let r=o[4].value;if(n.isTokenDimension(o))switch(o[4].unit.toLowerCase()){case"rad":break;case"deg":r=i.get("rad")(o[4].value);break;case"grad":r=u.get("rad")(o[4].value);break;case"turn":r=k.get("rad")(o[4].value);break;default:return-1}return r=Math.cos(r),numberToCalculation(e,r)}function solveExp(e,t){ |
| /*ThouShaltNotCache*/ |
| const o=t.value;return n.isTokenNumber(o)?numberToCalculation(e,Math.exp(o[4].value)):-1}function solveHypot(t,o,r){ |
| /*ThouShaltNotCache*/ |
| if(!o.every(e.isTokenNode))return-1;const i=o[0].value;if(!n.isTokenNumeric(i))return-1;if(!r.rawPercentages&&n.isTokenPercentage(i))return-1;const u=o.map(e=>convertUnit(i,e.value));if(!arrayOfSameNumeric(u))return-1;const a=u.map(e=>e[4].value),s=Math.hypot(...a);return resultToCalculation(t,i,s)}function solveMax(t,o,r){ |
| /*ThouShaltNotCache*/ |
| if(!o.every(e.isTokenNode))return-1;const i=o[0].value;if(!n.isTokenNumeric(i))return-1;if(!r.rawPercentages&&n.isTokenPercentage(i))return-1;const u=o.map(e=>convertUnit(i,e.value));if(!arrayOfSameNumeric(u))return-1;const a=u.map(e=>e[4].value),s=Math.max(...a);return resultToCalculation(t,i,s)}function solveMin(t,o,r){ |
| /*ThouShaltNotCache*/ |
| if(!o.every(e.isTokenNode))return-1;const i=o[0].value;if(!n.isTokenNumeric(i))return-1;if(!r.rawPercentages&&n.isTokenPercentage(i))return-1;const u=o.map(e=>convertUnit(i,e.value));if(!arrayOfSameNumeric(u))return-1;const a=u.map(e=>e[4].value),s=Math.min(...a);return resultToCalculation(t,i,s)}function solveMod(e,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=t.value;if(!n.isTokenNumeric(r))return-1;const i=convertUnit(r,o.value);if(!twoOfSameNumeric(r,i))return-1;let u;return u=0===i[4].value?Number.NaN:Number.isFinite(r[4].value)&&(Number.isFinite(i[4].value)||(i[4].value!==Number.POSITIVE_INFINITY||r[4].value!==Number.NEGATIVE_INFINITY&&!Object.is(0*r[4].value,-0))&&(i[4].value!==Number.NEGATIVE_INFINITY||r[4].value!==Number.POSITIVE_INFINITY&&!Object.is(0*r[4].value,0)))?Number.isFinite(i[4].value)?(r[4].value%i[4].value+i[4].value)%i[4].value:r[4].value:Number.NaN,resultToCalculation(e,r,u)}function solvePow(e,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=t.value,i=o.value;return n.isTokenNumber(r)&&twoOfSameNumeric(r,i)?numberToCalculation(e,Math.pow(r[4].value,i[4].value)):-1}function solveRem(e,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=t.value;if(!n.isTokenNumeric(r))return-1;const i=convertUnit(r,o.value);if(!twoOfSameNumeric(r,i))return-1;let u;return u=0===i[4].value?Number.NaN:Number.isFinite(r[4].value)?Number.isFinite(i[4].value)?r[4].value%i[4].value:r[4].value:Number.NaN,resultToCalculation(e,r,u)}function solveSign(e,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=t.value;return n.isTokenNumeric(r)?!o.rawPercentages&&n.isTokenPercentage(r)?-1:numberToCalculation(e,Math.sign(r[4].value)):-1}function solveSin(e,t){ |
| /*ThouShaltNotCache*/ |
| const o=t.value;if(!isDimensionOrNumber(o))return-1;let r=o[4].value;if(n.isTokenDimension(o))switch(toLowerCaseAZ(o[4].unit)){case"rad":break;case"deg":r=i.get("rad")(o[4].value);break;case"grad":r=u.get("rad")(o[4].value);break;case"turn":r=k.get("rad")(o[4].value);break;default:return-1}return r=Math.sin(r),numberToCalculation(e,r)}function solveSqrt(e,t){ |
| /*ThouShaltNotCache*/ |
| const o=t.value;return n.isTokenNumber(o)?numberToCalculation(e,Math.sqrt(o[4].value)):-1}function solveTan(e,t){ |
| /*ThouShaltNotCache*/ |
| const o=t.value;if(!isDimensionOrNumber(o))return-1;const r=o[4].value;let a=0,s=o[4].value;if(n.isTokenDimension(o))switch(toLowerCaseAZ(o[4].unit)){case"rad":a=f.get("deg")(r);break;case"deg":a=r,s=i.get("rad")(r);break;case"grad":a=u.get("deg")(r),s=u.get("rad")(r);break;case"turn":a=k.get("deg")(r),s=k.get("rad")(r);break;default:return-1}const l=a/90;return s=a%90==0&&l%2!=0?l>0?1/0:-1/0:Math.tan(s),numberToCalculation(e,s)}function subtraction(t){ |
| /*ThouShaltNotCache*/ |
| if(2!==t.length)return-1;const o=t[0].value;let r=t[1].value;if(n.isTokenNumber(o)&&n.isTokenNumber(r)){const t=o[4].value-r[4].value;return new e.TokenNode([n.TokenType.Number,t.toString(),o[2],r[3],{value:t,type:o[4].type===n.NumberType.Integer&&r[4].type===n.NumberType.Integer?n.NumberType.Integer:n.NumberType.Number}])}if(n.isTokenPercentage(o)&&n.isTokenPercentage(r)){const t=o[4].value-r[4].value;return new e.TokenNode([n.TokenType.Percentage,t.toString()+"%",o[2],r[3],{value:t}])}if(n.isTokenDimension(o)&&n.isTokenDimension(r)&&(r=convertUnit(o,r),toLowerCaseAZ(o[4].unit)===toLowerCaseAZ(r[4].unit))){const t=o[4].value-r[4].value;return new e.TokenNode([n.TokenType.Dimension,t.toString()+o[4].unit,o[2],r[3],{value:t,type:o[4].type===n.NumberType.Integer&&r[4].type===n.NumberType.Integer?n.NumberType.Integer:n.NumberType.Number,unit:o[4].unit}])}return-1}function solveLog(t,o){ |
| /*ThouShaltNotCache*/ |
| if(1===o.length){const r=o[0];if(!r||!e.isTokenNode(r))return-1;const i=r.value;return n.isTokenNumber(i)?numberToCalculation(t,Math.log(i[4].value)):-1}if(2===o.length){const r=o[0];if(!r||!e.isTokenNode(r))return-1;const i=r.value;if(!n.isTokenNumber(i))return-1;const u=o[1];if(!u||!e.isTokenNode(u))return-1;const a=u.value;return n.isTokenNumber(a)?numberToCalculation(t,Math.log(i[4].value)/Math.log(a[4].value)):-1}return-1}const g=/^none$/i;function isNone(t){ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(t)){const n=t.filter(n=>!(e.isWhitespaceNode(n)&&e.isCommentNode(n)));return 1===n.length&&isNone(n[0])}if(!e.isTokenNode(t))return!1;const o=t.value;return!!n.isTokenIdent(o)&&g.test(o[4].value)}const D=String.fromCodePoint(0);function solveRandom(e,t,o,r,i,u){ |
| /*ThouShaltNotCache*/ |
| if(-1===t.fixed&&!u.randomCaching)return-1;u.randomCaching||(u.randomCaching={propertyName:"",propertyN:0,elementID:"",documentID:""}),u.randomCaching&&!u.randomCaching.propertyN&&(u.randomCaching.propertyN=0);const a=o.value;if(!n.isTokenNumeric(a))return-1;const s=convertUnit(a,r.value);if(!twoOfSameNumeric(a,s))return-1;let l=null;if(i&&(l=convertUnit(a,i.value),!twoOfSameNumeric(a,l)))return-1;if(!Number.isFinite(a[4].value))return resultToCalculation(e,a,Number.NaN);if(!Number.isFinite(s[4].value))return resultToCalculation(e,a,Number.NaN);if(!Number.isFinite(s[4].value-a[4].value))return resultToCalculation(e,a,Number.NaN);if(l&&!Number.isFinite(l[4].value))return resultToCalculation(e,a,a[4].value);const c=-1===t.fixed?function(e=.34944106645296036,n=.19228640875738723,t=.8784393832007205,o=.04850964319275053){ |
| /*ThouShaltNotCache*/ |
| return()=>{ |
| /*ThouShaltNotCache*/ |
| const r=((e|=0)+(n|=0)|0)+(o|=0)|0;return o=o+1|0,e=n^n>>>9,n=(t|=0)+(t<<3)|0,t=(t=t<<21|t>>>11)+r|0,(r>>>0)/4294967296}}(function(e){ |
| /*ThouShaltNotCache*/ |
| let n=0,t=0,o=0;n^=-1;for(let r=0,i=e.length;r<i;r++)o=255&(n^e.charCodeAt(r)),t=Number("0x"+"00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F 63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC 51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E 7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D 806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA 11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F 30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D".substring(9*o,9*o+8)),n=n>>>8^t;return(-1^n)>>>0}([t.dashedIdent?t.dashedIdent:`${u.randomCaching?.propertyName} ${u.randomCaching.propertyN++}`,t.elementShared?"":u.randomCaching.elementID,u.randomCaching.documentID].join(D))):()=>t.fixed;let m=a[4].value,v=s[4].value;if(m>v&&([m,v]=[v,m]),l&&(l[4].value<=0||Math.abs(m-v)/l[4].value>1e10)&&(l=null),l){const n=Math.max(l[4].value/1e3,1e-9),t=[m];let o=0;for(;;){o+=l[4].value;const e=m+o;if(!(e+n<v)){t.push(v);break}if(t.push(e),e+l[4].value-n>v)break}const r=c();return resultToCalculation(e,a,Number(t[Math.floor(t.length*r)].toFixed(5)))}const T=c();return resultToCalculation(e,a,Number((T*(v-m)+m).toFixed(5)))}const b=new Map([["abs",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveAbs)}],["acos",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveACos)}],["asin",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveASin)}],["atan",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveATan)}],["atan2",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return twoCommaSeparatedNodesSolver(e,n,t,solveATan2)}],["calc",calc$1],["clamp",function(t,o,r){ |
| /*ThouShaltNotCache*/ |
| const i=resolveGlobalsAndConstants([...t.value.filter(n=>!e.isWhiteSpaceOrCommentNode(n))],o),u=[],a=[],s=[];{let t=u;for(let o=0;o<i.length;o++){const r=i[o];if(e.isTokenNode(r)&&n.isTokenComma(r.value)){if(t===s)return-1;if(t===a){t=s;continue}if(t===u){t=a;continue}return-1}t.push(r)}}const l=isNone(u),c=isNone(s);if(l&&c)return calc$1(calcWrapper(a),o,r);const m=solve(calc$1(calcWrapper(a),o,r));if(-1===m)return-1;if(l){const t=solve(calc$1(calcWrapper(s),o,r));return-1===t?-1:solveMin((v=m,T=t,new e.FunctionNode([n.TokenType.Function,"min(",-1,-1,{value:"min"}],[n.TokenType.CloseParen,")",-1,-1,void 0],[v,new e.TokenNode([n.TokenType.Comma,",",-1,-1,void 0]),T])),[m,t],r)}if(c){const e=solve(calc$1(calcWrapper(u),o,r));return-1===e?-1:solveMax(maxWrapper(e,m),[e,m],r)}var v,T;const p=solve(calc$1(calcWrapper(u),o,r));if(-1===p)return-1;const N=solve(calc$1(calcWrapper(s),o,r));return-1===N?-1:function(t,o,r,i,u){ |
| /*ThouShaltNotCache*/ |
| if(!e.isTokenNode(o)||!e.isTokenNode(r)||!e.isTokenNode(i))return-1;const a=o.value;if(!n.isTokenNumeric(a))return-1;if(!u.rawPercentages&&n.isTokenPercentage(a))return-1;const s=convertUnit(a,r.value);if(!twoOfSameNumeric(a,s))return-1;const l=convertUnit(a,i.value);return twoOfSameNumeric(a,l)?resultToCalculation(t,a,Math.max(a[4].value,Math.min(s[4].value,l[4].value))):-1}(t,p,m,N,r)}],["cos",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveCos)}],["exp",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveExp)}],["hypot",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return variadicNodesSolver(e,e.value,n,t,solveHypot)}],["log",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return variadicNodesSolver(e,e.value,n,t,solveLog)}],["max",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return variadicNodesSolver(e,e.value,n,t,solveMax)}],["min",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return variadicNodesSolver(e,e.value,n,t,solveMin)}],["mod",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return twoCommaSeparatedNodesSolver(e,n,t,solveMod)}],["pow",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return twoCommaSeparatedNodesSolver(e,n,t,solvePow)}],["random",function(n,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=parseRandomValueSharing(n.value.filter(n=>!e.isWhiteSpaceOrCommentNode(n)),t,o);if(-1===r)return-1;const[i,u]=r,a=variadicArguments(u,t,o);if(-1===a)return-1;const[s,l,c]=a;return s&&l?solveRandom(n,i,s,l,c,o):-1}],["rem",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return twoCommaSeparatedNodesSolver(e,n,t,solveRem)}],["round",function(t,o,r){ |
| /*ThouShaltNotCache*/ |
| const i=resolveGlobalsAndConstants([...t.value.filter(n=>!e.isWhiteSpaceOrCommentNode(n))],o);let u="",a=!1;const s=[],l=[];{let t=s;for(let o=0;o<i.length;o++){const r=i[o];if(!u&&0===s.length&&0===l.length&&e.isTokenNode(r)&&n.isTokenIdent(r.value)){const e=r.value[4].value.toLowerCase();if(y.has(e)){u=e;continue}}if(e.isTokenNode(r)&&n.isTokenComma(r.value)){if(t===l)return-1;if(t===s&&u&&0===s.length)continue;if(t===s){a=!0,t=l;continue}return-1}t.push(r)}}const c=solve(calc$1(calcWrapper(s),o,r));if(-1===c)return-1;a||0!==l.length||l.push(new e.TokenNode([n.TokenType.Number,"1",-1,-1,{value:1,type:n.NumberType.Integer}]));const m=solve(calc$1(calcWrapper(l),o,r));return-1===m?-1:(u||(u="nearest"),function(e,t,o,r,i){ |
| /*ThouShaltNotCache*/ |
| const u=o.value;if(!n.isTokenNumeric(u))return-1;if(!i.rawPercentages&&n.isTokenPercentage(u))return-1;const a=convertUnit(u,r.value);if(!twoOfSameNumeric(u,a))return-1;let s;if(0===a[4].value)s=Number.NaN;else if(Number.isFinite(u[4].value)||Number.isFinite(a[4].value))if(!Number.isFinite(u[4].value)&&Number.isFinite(a[4].value))s=u[4].value;else if(Number.isFinite(u[4].value)&&!Number.isFinite(a[4].value))switch(t){case"down":s=u[4].value<0?-1/0:Object.is(-0,0*u[4].value)?-0:0;break;case"up":s=u[4].value>0?1/0:Object.is(0,0*u[4].value)?0:-0;break;default:s=Object.is(0,0*u[4].value)?0:-0}else if(Number.isFinite(a[4].value))switch(t){case"down":s=Math.floor(u[4].value/a[4].value)*a[4].value;break;case"up":s=Math.ceil(u[4].value/a[4].value)*a[4].value;break;case"to-zero":s=Math.trunc(u[4].value/a[4].value)*a[4].value;break;default:{let e=Math.floor(u[4].value/a[4].value)*a[4].value,n=Math.ceil(u[4].value/a[4].value)*a[4].value;if(e>n){const t=e;e=n,n=t}const t=Math.abs(u[4].value-e),o=Math.abs(u[4].value-n);s=t===o?n:t<o?e:n;break}}else s=u[4].value;else s=Number.NaN;return resultToCalculation(e,u,s)}(t,u,c,m,r))}],["sign",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveSign)}],["sin",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveSin)}],["sqrt",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveSqrt)}],["tan",function(e,n,t){ |
| /*ThouShaltNotCache*/ |
| return singleNodeSolver(e,n,t,solveTan)}]]);function calc$1(t,o,r){ |
| /*ThouShaltNotCache*/ |
| const i=resolveGlobalsAndConstants([...t.value.filter(n=>!e.isWhiteSpaceOrCommentNode(n))],o);if(1===i.length&&e.isTokenNode(i[0]))return{inputs:[i[0]],operation:unary};let u=0;for(;u<i.length;){const t=i[u];if(e.isSimpleBlockNode(t)&&n.isTokenOpenParen(t.startToken)){const e=calc$1(t,o,r);if(-1===e)return-1;i.splice(u,1,e)}else if(e.isFunctionNode(t)){const e=b.get(t.getName().toLowerCase());if(!e)return-1;const n=e(t,o,r);if(-1===n)return-1;i.splice(u,1,n)}else u++}if(u=0,1===i.length&&isCalculation(i[0]))return i[0];for(;u<i.length;){const t=i[u];if(!t||!e.isTokenNode(t)&&!isCalculation(t)){u++;continue}const o=i[u+1];if(!o||!e.isTokenNode(o)){u++;continue}const r=o.value;if(!n.isTokenDelim(r)||"*"!==r[4].value&&"/"!==r[4].value){u++;continue}const a=i[u+2];if(!a||!e.isTokenNode(a)&&!isCalculation(a))return-1;"*"!==r[4].value?"/"!==r[4].value?u++:i.splice(u,3,{inputs:[t,a],operation:division}):i.splice(u,3,{inputs:[t,a],operation:multiplication})}if(u=0,1===i.length&&isCalculation(i[0]))return i[0];for(;u<i.length;){const t=i[u];if(!t||!e.isTokenNode(t)&&!isCalculation(t)){u++;continue}const o=i[u+1];if(!o||!e.isTokenNode(o)){u++;continue}const r=o.value;if(!n.isTokenDelim(r)||"+"!==r[4].value&&"-"!==r[4].value){u++;continue}const a=i[u+2];if(!a||!e.isTokenNode(a)&&!isCalculation(a))return-1;"+"!==r[4].value?"-"!==r[4].value?u++:i.splice(u,3,{inputs:[t,a],operation:subtraction}):i.splice(u,3,{inputs:[t,a],operation:addition})}return 1===i.length&&isCalculation(i[0])?i[0]:-1}function singleNodeSolver(e,n,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=singleArgument(e.value,n,t);return-1===r?-1:o(e,r,t)}function singleArgument(n,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=solve(calc$1(calcWrapper(resolveGlobalsAndConstants([...n.filter(n=>!e.isWhiteSpaceOrCommentNode(n))],t)),t,o));return-1===r?-1:r}function twoCommaSeparatedNodesSolver(e,n,t,o){ |
| /*ThouShaltNotCache*/ |
| const r=twoCommaSeparatedArguments(e.value,n,t);if(-1===r)return-1;const[i,u]=r;return o(e,i,u,t)}function twoCommaSeparatedArguments(t,o,r){ |
| /*ThouShaltNotCache*/ |
| const i=resolveGlobalsAndConstants([...t.filter(n=>!e.isWhiteSpaceOrCommentNode(n))],o),u=[],a=[];{let t=u;for(let o=0;o<i.length;o++){const r=i[o];if(e.isTokenNode(r)&&n.isTokenComma(r.value)){if(t===a)return-1;if(t===u){t=a;continue}return-1}t.push(r)}}const s=solve(calc$1(calcWrapper(u),o,r));if(-1===s)return-1;const l=solve(calc$1(calcWrapper(a),o,r));return-1===l?-1:[s,l]}function variadicNodesSolver(e,n,t,o,r){ |
| /*ThouShaltNotCache*/ |
| const i=variadicArguments(e.value,t,o);return-1===i?-1:r(e,i,o)}function variadicArguments(t,o,r){ |
| /*ThouShaltNotCache*/ |
| const i=resolveGlobalsAndConstants([...t.filter(n=>!e.isWhiteSpaceOrCommentNode(n))],o),u=[];{const t=[];let a=[];for(let o=0;o<i.length;o++){const r=i[o];e.isTokenNode(r)&&n.isTokenComma(r.value)?(t.push(a),a=[]):a.push(r)}t.push(a);for(let e=0;e<t.length;e++){if(0===t[e].length)return-1;const n=solve(calc$1(calcWrapper(t[e]),o,r));if(-1===n)return-1;u.push(n)}}return u}const y=new Set(["nearest","up","down","to-zero"]);function parseRandomValueSharing(t,o,r){ |
| /*ThouShaltNotCache*/ |
| const i={isAuto:!1,dashedIdent:"",fixed:-1,elementShared:!1},u=t[0];if(!e.isTokenNode(u)||!n.isTokenIdent(u.value))return[i,t];for(let u=0;u<t.length;u++){const a=t[u];if(!e.isTokenNode(a))return-1;if(n.isTokenComma(a.value))return[i,t.slice(u+1)];if(!n.isTokenIdent(a.value))return-1;const s=a.value[4].value.toLowerCase();if("element-shared"!==s)if("fixed"!==s)if("auto"!==s){if(s.startsWith("--")){if(-1!==i.fixed||i.isAuto)return-1;i.dashedIdent=s}}else{if(-1!==i.fixed||i.dashedIdent)return-1;i.isAuto=!0}else{if(i.elementShared||i.dashedIdent||i.isAuto)return-1;u++;const e=t[u];if(!e)return-1;const a=solve(calc$1(calcWrapper([e]),o,r));if(-1===a)return-1;if(!n.isTokenNumber(a.value))return-1;if(a.value[4].value<0||a.value[4].value>1)return-1;i.fixed=Math.max(0,Math.min(a.value[4].value,1-1e-9))}else{if(-1!==i.fixed)return-1;i.elementShared=!0}}return-1}function calcWrapper(t){ |
| /*ThouShaltNotCache*/ |
| return new e.FunctionNode([n.TokenType.Function,"calc(",-1,-1,{value:"calc"}],[n.TokenType.CloseParen,")",-1,-1,void 0],t)}function maxWrapper(t,o){ |
| /*ThouShaltNotCache*/ |
| return new e.FunctionNode([n.TokenType.Function,"max(",-1,-1,{value:"max"}],[n.TokenType.CloseParen,")",-1,-1,void 0],[t,new e.TokenNode([n.TokenType.Comma,",",-1,-1,void 0]),o])}function patchNaN(t){ |
| /*ThouShaltNotCache*/ |
| if(-1===t)return-1;if(e.isFunctionNode(t))return t;const o=t.value;return n.isTokenNumeric(o)&&Number.isNaN(o[4].value)?n.isTokenNumber(o)?new e.FunctionNode([n.TokenType.Function,"calc(",o[2],o[3],{value:"calc"}],[n.TokenType.CloseParen,")",o[2],o[3],void 0],[new e.TokenNode([n.TokenType.Ident,"NaN",o[2],o[3],{value:"NaN"}])]):n.isTokenDimension(o)?new e.FunctionNode([n.TokenType.Function,"calc(",o[2],o[3],{value:"calc"}],[n.TokenType.CloseParen,")",o[2],o[3],void 0],[new e.TokenNode([n.TokenType.Ident,"NaN",o[2],o[3],{value:"NaN"}]),new e.WhitespaceNode([[n.TokenType.Whitespace," ",o[2],o[3],void 0]]),new e.TokenNode([n.TokenType.Delim,"*",o[2],o[3],{value:"*"}]),new e.WhitespaceNode([[n.TokenType.Whitespace," ",o[2],o[3],void 0]]),new e.TokenNode([n.TokenType.Dimension,"1"+o[4].unit,o[2],o[3],{value:1,type:n.NumberType.Integer,unit:o[4].unit}])]):n.isTokenPercentage(o)?new e.FunctionNode([n.TokenType.Function,"calc(",o[2],o[3],{value:"calc"}],[n.TokenType.CloseParen,")",o[2],o[3],void 0],[new e.TokenNode([n.TokenType.Ident,"NaN",o[2],o[3],{value:"NaN"}]),new e.WhitespaceNode([[n.TokenType.Whitespace," ",o[2],o[3],void 0]]),new e.TokenNode([n.TokenType.Delim,"*",o[2],o[3],{value:"*"}]),new e.WhitespaceNode([[n.TokenType.Whitespace," ",o[2],o[3],void 0]]),new e.TokenNode([n.TokenType.Percentage,"1%",o[2],o[3],{value:1}])]):-1:t}function patchInfinity(t){ |
| /*ThouShaltNotCache*/ |
| if(-1===t)return-1;if(e.isFunctionNode(t))return t;const o=t.value;if(!n.isTokenNumeric(o))return t;if(Number.isFinite(o[4].value)||Number.isNaN(o[4].value))return t;let r="";return Number.NEGATIVE_INFINITY===o[4].value&&(r="-"),n.isTokenNumber(o)?new e.FunctionNode([n.TokenType.Function,"calc(",o[2],o[3],{value:"calc"}],[n.TokenType.CloseParen,")",o[2],o[3],void 0],[new e.TokenNode([n.TokenType.Ident,r+"infinity",o[2],o[3],{value:r+"infinity"}])]):n.isTokenDimension(o)?new e.FunctionNode([n.TokenType.Function,"calc(",o[2],o[3],{value:"calc"}],[n.TokenType.CloseParen,")",o[2],o[3],void 0],[new e.TokenNode([n.TokenType.Ident,r+"infinity",o[2],o[3],{value:r+"infinity"}]),new e.WhitespaceNode([[n.TokenType.Whitespace," ",o[2],o[3],void 0]]),new e.TokenNode([n.TokenType.Delim,"*",o[2],o[3],{value:"*"}]),new e.WhitespaceNode([[n.TokenType.Whitespace," ",o[2],o[3],void 0]]),new e.TokenNode([n.TokenType.Dimension,"1"+o[4].unit,o[2],o[3],{value:1,type:n.NumberType.Integer,unit:o[4].unit}])]):new e.FunctionNode([n.TokenType.Function,"calc(",o[2],o[3],{value:"calc"}],[n.TokenType.CloseParen,")",o[2],o[3],void 0],[new e.TokenNode([n.TokenType.Ident,r+"infinity",o[2],o[3],{value:r+"infinity"}]),new e.WhitespaceNode([[n.TokenType.Whitespace," ",o[2],o[3],void 0]]),new e.TokenNode([n.TokenType.Delim,"*",o[2],o[3],{value:"*"}]),new e.WhitespaceNode([[n.TokenType.Whitespace," ",o[2],o[3],void 0]]),new e.TokenNode([n.TokenType.Percentage,"1%",o[2],o[3],{value:1}])])}function patchMinusZero(t){ |
| /*ThouShaltNotCache*/ |
| if(-1===t)return-1;if(e.isFunctionNode(t))return t;const o=t.value;return n.isTokenNumeric(o)&&Object.is(-0,o[4].value)?("-0"===o[1]||(n.isTokenPercentage(o)?o[1]="-0%":n.isTokenDimension(o)?o[1]="-0"+o[4].unit:o[1]="-0"),t):t}function patchPrecision(t,o=13){ |
| /*ThouShaltNotCache*/ |
| if(-1===t)return-1;if(o<=0)return t;if(e.isFunctionNode(t))return t;const r=t.value;if(!n.isTokenNumeric(r))return t;if(Number.isInteger(r[4].value))return t;const i=Number(r[4].value.toFixed(o)).toString();return n.isTokenNumber(r)?r[1]=i:n.isTokenPercentage(r)?r[1]=i+"%":n.isTokenDimension(r)&&(r[1]=i+r[4].unit),t}function patchCanonicalUnit(t){ |
| /*ThouShaltNotCache*/ |
| return-1===t?-1:e.isFunctionNode(t)?t:n.isTokenDimension(t.value)?(t.value=function(e){ |
| /*ThouShaltNotCache*/ |
| if(!n.isTokenDimension(e))return e;const t=toLowerCaseAZ(e[4].unit),r=o[t];if(t===r)return e;const i=C.get(t);if(!i)return e;const u=i.get(r);if(!u)return e;const a=u(e[4].value),s=[n.TokenType.Dimension,"",e[2],e[3],{...e[4],signCharacter:a<0?"-":void 0,type:Number.isInteger(a)?n.NumberType.Integer:n.NumberType.Number,value:a}];return n.mutateUnit(s,r),s}(t.value),t):t}function tokenizeGlobals(e){ |
| /*ThouShaltNotCache*/ |
| const t=new Map;if(!e)return t;for(const[o,r]of e)if(n.isToken(r))t.set(o,r);else if("string"!=typeof r);else{const e=n.tokenizer({css:r}),i=e.nextToken();if(e.nextToken(),!e.endOfFile())continue;if(!n.isTokenNumeric(i))continue;t.set(o,i)}return t}function calcFromComponentValues(n,t){ |
| /*ThouShaltNotCache*/ |
| const o=tokenizeGlobals(t?.globals);return e.replaceComponentValues(n,n=>{ |
| /*ThouShaltNotCache*/ |
| if(!e.isFunctionNode(n))return;const r=b.get(n.getName().toLowerCase());if(!r)return;const i=function(e,n){ |
| /*ThouShaltNotCache*/ |
| let t=e;return n?.toCanonicalUnits&&(t=patchCanonicalUnit(t)),t=patchPrecision(t,n?.precision),t=patchMinusZero(t),n?.censorIntoStandardRepresentableValues||(t=patchNaN(t),t=patchInfinity(t)),t}(solve(r(n,o,t??{})),t);return-1!==i?i:void 0})}const h=new Set(b.keys());exports.calc=function(t,o){ |
| /*ThouShaltNotCache*/ |
| return calcFromComponentValues(e.parseCommaSeparatedListOfComponentValues(n.tokenize({css:t}),{}),o).map(e=>e.map(e=>n.stringify(...e.tokens())).join("")).join(",")},exports.calcFromComponentValues=calcFromComponentValues,exports.mathFunctionNames=h},80437:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].NodeIterator.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'NodeIterator'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class NodeIterator{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}nextNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'nextNode' called on an object that is not a valid instance of NodeIterator.");return utils.tryWrapperForImpl(esValue[implSymbol].nextNode())}previousNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'previousNode' called on an object that is not a valid instance of NodeIterator.");return utils.tryWrapperForImpl(esValue[implSymbol].previousNode())}detach(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'detach' called on an object that is not a valid instance of NodeIterator.");return esValue[implSymbol].detach()}get root(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get root' called on an object that is not a valid instance of NodeIterator.");return utils.getSameObject(this,"root",()=>utils.tryWrapperForImpl(esValue[implSymbol].root))}get referenceNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get referenceNode' called on an object that is not a valid instance of NodeIterator.");return utils.tryWrapperForImpl(esValue[implSymbol].referenceNode)}get pointerBeforeReferenceNode(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pointerBeforeReferenceNode' called on an object that is not a valid instance of NodeIterator.");return esValue[implSymbol].pointerBeforeReferenceNode}get whatToShow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get whatToShow' called on an object that is not a valid instance of NodeIterator.");return esValue[implSymbol].whatToShow}get filter(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get filter' called on an object that is not a valid instance of NodeIterator.");return utils.tryWrapperForImpl(esValue[implSymbol].filter)}}Object.defineProperties(NodeIterator.prototype,{nextNode:{enumerable:!0},previousNode:{enumerable:!0},detach:{enumerable:!0},root:{enumerable:!0},referenceNode:{enumerable:!0},pointerBeforeReferenceNode:{enumerable:!0},whatToShow:{enumerable:!0},filter:{enumerable:!0},[Symbol.toStringTag]:{value:"NodeIterator",configurable:!0}}),ctorRegistry.NodeIterator=NodeIterator,Object.defineProperty(globalObject,"NodeIterator",{configurable:!0,writable:!0,value:NodeIterator})};const Impl=__webpack_require__(6779)},80548:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,NodeList=__webpack_require__(47487);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].RadioNodeList.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'RadioNodeList'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| NodeList._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class RadioNodeList extends globalObject.NodeList{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of RadioNodeList.");return esValue[implSymbol].value}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of RadioNodeList.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'RadioNodeList': The provided value",globals:globalObject}),esValue[implSymbol].value=V}}Object.defineProperties(RadioNodeList.prototype,{value:{enumerable:!0},[Symbol.toStringTag]:{value:"RadioNodeList",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.RadioNodeList=RadioNodeList,Object.defineProperty(globalObject,"RadioNodeList",{configurable:!0,writable:!0,value:RadioNodeList})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(16335)},80640:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const SVGRect=__webpack_require__(13927),numberRe=/^[+-]?(?:\d*\.)?\d+(?:[eE][+-]?\d+)?/;function parseViewBox(str){ |
| /*ThouShaltNotCache*/ |
| do{if("string"!=typeof str)break;let i=0;skipSpace();const xStr=matchNumber();if(!xStr)break;if(!skipDelimiter())break;const yStr=matchNumber();if(!yStr)break;if(!skipDelimiter())break;const widthStr=matchNumber();if(!widthStr)break;if(!skipDelimiter())break;const heightStr=matchNumber();if(!heightStr)break;if(skipSpace(),i<str.length)break;const width=Number(widthStr);if(width<0)break;const height=Number(heightStr);if(height<0)break;return{x:Number(xStr),y:Number(yStr),width,height};function skipSpace(){ |
| /*ThouShaltNotCache*/ |
| for(;i<str.length&&" "===str[i];)i+=1}function matchNumber(){ |
| /*ThouShaltNotCache*/ |
| const numMatch=numberRe.exec(str.slice(i));if(numMatch)return i+=numMatch[0].length,numMatch[0]}function skipDelimiter(){ |
| /*ThouShaltNotCache*/ |
| const start=i;return skipSpace(),i<str.length&&","===str[i]&&(i+=1),skipSpace(),i>start}}while(0);return{x:0,y:0,width:0,height:0}}exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._element=privateData.element,this._attribute=privateData.attribute}get baseVal(){ |
| /*ThouShaltNotCache*/ |
| return SVGRect.createImpl(this._globalObject,[],{reflectedElement:this._element,reflectedAttribute:this._attribute,parser:parseViewBox})}get animVal(){ |
| /*ThouShaltNotCache*/ |
| return SVGRect.createImpl(this._globalObject,[],{reflectedElement:this._element,reflectedAttribute:this._attribute,parser:parseViewBox,readOnly:!0})}}},80762:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(17092).Buffer;module.exports=function(stream_module){ |
| /*ThouShaltNotCache*/ |
| var Transform=stream_module.Transform;function IconvLiteEncoderStream(conv,options){ |
| /*ThouShaltNotCache*/ |
| this.conv=conv,(options=options||{}).decodeStrings=!1,Transform.call(this,options)}function IconvLiteDecoderStream(conv,options){ |
| /*ThouShaltNotCache*/ |
| this.conv=conv,(options=options||{}).encoding=this.encoding="utf8",Transform.call(this,options)}return IconvLiteEncoderStream.prototype=Object.create(Transform.prototype,{constructor:{value:IconvLiteEncoderStream}}),IconvLiteEncoderStream.prototype._transform=function(chunk,encoding,done){ |
| /*ThouShaltNotCache*/ |
| if("string"!=typeof chunk)return done(new Error("Iconv encoding stream needs strings as its input."));try{var res=this.conv.write(chunk);res&&res.length&&this.push(res),done()}catch(e){done(e)}},IconvLiteEncoderStream.prototype._flush=function(done){ |
| /*ThouShaltNotCache*/ |
| try{var res=this.conv.end();res&&res.length&&this.push(res),done()}catch(e){done(e)}},IconvLiteEncoderStream.prototype.collect=function(cb){ |
| /*ThouShaltNotCache*/ |
| var chunks=[];return this.on("error",cb),this.on("data",function(chunk){ |
| /*ThouShaltNotCache*/ |
| chunks.push(chunk)}),this.on("end",function(){ |
| /*ThouShaltNotCache*/ |
| cb(null,Buffer.concat(chunks))}),this},IconvLiteDecoderStream.prototype=Object.create(Transform.prototype,{constructor:{value:IconvLiteDecoderStream}}),IconvLiteDecoderStream.prototype._transform=function(chunk,encoding,done){ |
| /*ThouShaltNotCache*/ |
| if(!(Buffer.isBuffer(chunk)||chunk instanceof Uint8Array))return done(new Error("Iconv decoding stream needs buffers as its input."));try{var res=this.conv.write(chunk);res&&res.length&&this.push(res,this.encoding),done()}catch(e){done(e)}},IconvLiteDecoderStream.prototype._flush=function(done){ |
| /*ThouShaltNotCache*/ |
| try{var res=this.conv.end();res&&res.length&&this.push(res,this.encoding),done()}catch(e){done(e)}},IconvLiteDecoderStream.prototype.collect=function(cb){ |
| /*ThouShaltNotCache*/ |
| var res="";return this.on("error",cb),this.on("data",function(chunk){ |
| /*ThouShaltNotCache*/ |
| res+=chunk}),this.on("end",function(){ |
| /*ThouShaltNotCache*/ |
| cb(null,res)}),this},{IconvLiteEncoderStream,IconvLiteDecoderStream}}},80874:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),Node=__webpack_require__(13079),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].XMLSerializer.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'XMLSerializer'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class XMLSerializer{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}serializeToString(root){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'serializeToString' called on an object that is not a valid instance of XMLSerializer.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'serializeToString' on 'XMLSerializer': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Node.convert(globalObject,curArg,{context:"Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1"}),args.push(curArg)}return esValue[implSymbol].serializeToString(...args)}}Object.defineProperties(XMLSerializer.prototype,{serializeToString:{enumerable:!0},[Symbol.toStringTag]:{value:"XMLSerializer",configurable:!0}}),ctorRegistry.XMLSerializer=XMLSerializer,Object.defineProperty(globalObject,"XMLSerializer",{configurable:!0,writable:!0,value:XMLSerializer})};const Impl=__webpack_require__(7034)},81006:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{findSlot,assignSlot,assignSlotable}=__webpack_require__(54394);module.exports={implementation:class{_initSlotableMixin(){ |
| /*ThouShaltNotCache*/ |
| this._slotableName=""}_attrModifiedSlotableMixin(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| if("slot"===name){if(value===oldValue)return;if(null===value&&""===oldValue)return;if(""===value&&null===oldValue)return;this._slotableName=null===value||""===value?"":value,this._assignedSlot&&assignSlotable(this._assignedSlot),assignSlot(this)}}get assignedSlot(){ |
| /*ThouShaltNotCache*/ |
| return findSlot(this,"open")}}}},81018:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSHostRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.cssRules=[]}};CSSOM.CSSHostRule.prototype=new CSSOM.CSSRule,CSSOM.CSSHostRule.prototype.constructor=CSSOM.CSSHostRule,CSSOM.CSSHostRule.prototype.type=1001,Object.defineProperty(CSSOM.CSSHostRule.prototype,"cssText",{get:function(){for( |
| /*ThouShaltNotCache*/ |
| var cssTexts=[],i=0,length=this.cssRules.length;i<length;i++)cssTexts.push(this.cssRules[i].cssText);return"@host {"+cssTexts.join("")+"}"}}),exports.CSSHostRule=CSSOM.CSSHostRule},81041:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),SVGElementImpl=__webpack_require__(1608).implementation,SVGTestsImpl=__webpack_require__(42523).D;class SVGGraphicsElementImpl extends SVGElementImpl{}SVGGraphicsElementImpl.attributeRegistry=new Map([...SVGElementImpl.attributeRegistry,...SVGTestsImpl.attributeRegistry]),mixin(SVGGraphicsElementImpl.prototype,SVGTestsImpl.prototype),exports.implementation=SVGGraphicsElementImpl},81337:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SVGGraphicsElementImpl=__webpack_require__(81041).implementation;module.exports={implementation:class extends SVGGraphicsElementImpl{}}},81545:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const base64=__webpack_require__(65768),ieee754=__webpack_require__(66773),customInspectSymbol="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer,exports.SlowBuffer=function(length){ |
| /*ThouShaltNotCache*/ |
| +length!=length&&(length=0);return Buffer.alloc(+length)},exports.INSPECT_MAX_BYTES=50;const K_MAX_LENGTH=2147483647;function createBuffer(length){ |
| /*ThouShaltNotCache*/ |
| if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');const buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer.prototype),buf}function Buffer(arg,encodingOrOffset,length){ |
| /*ThouShaltNotCache*/ |
| if("number"==typeof arg){if("string"==typeof encodingOrOffset)throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}function from(value,encodingOrOffset,length){ |
| /*ThouShaltNotCache*/ |
| if("string"==typeof value)return function(string,encoding){ |
| /*ThouShaltNotCache*/ |
| "string"==typeof encoding&&""!==encoding||(encoding="utf8");if(!Buffer.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);const length=0|byteLength(string,encoding);let buf=createBuffer(length);const actual=buf.write(string,encoding);actual!==length&&(buf=buf.slice(0,actual));return buf}(value,encodingOrOffset);if(ArrayBuffer.isView(value))return function(arrayView){ |
| /*ThouShaltNotCache*/ |
| if(isInstance(arrayView,Uint8Array)){const copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}(value);if(null==value)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer))return fromArrayBuffer(value,encodingOrOffset,length);if("undefined"!=typeof SharedArrayBuffer&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if("number"==typeof value)throw new TypeError('The "value" argument must not be of type number. Received type number');const valueOf=value.valueOf&&value.valueOf();if(null!=valueOf&&valueOf!==value)return Buffer.from(valueOf,encodingOrOffset,length);const b=function(obj){ |
| /*ThouShaltNotCache*/ |
| if(Buffer.isBuffer(obj)){const len=0|checked(obj.length),buf=createBuffer(len);return 0===buf.length||obj.copy(buf,0,0,len),buf}if(void 0!==obj.length)return"number"!=typeof obj.length||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if("Buffer"===obj.type&&Array.isArray(obj.data))return fromArrayLike(obj.data)}(value);if(b)return b;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof value[Symbol.toPrimitive])return Buffer.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}function assertSize(size){ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof size)throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function allocUnsafe(size){ |
| /*ThouShaltNotCache*/ |
| return assertSize(size),createBuffer(size<0?0:0|checked(size))}function fromArrayLike(array){ |
| /*ThouShaltNotCache*/ |
| const length=array.length<0?0:0|checked(array.length),buf=createBuffer(length);for(let i=0;i<length;i+=1)buf[i]=255&array[i];return buf}function fromArrayBuffer(array,byteOffset,length){ |
| /*ThouShaltNotCache*/ |
| if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');let buf;return buf=void 0===byteOffset&&void 0===length?new Uint8Array(array):void 0===length?new Uint8Array(array,byteOffset):new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer.prototype),buf}function checked(length){ |
| /*ThouShaltNotCache*/ |
| if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return 0|length}function byteLength(string,encoding){ |
| /*ThouShaltNotCache*/ |
| if(Buffer.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if("string"!=typeof string)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);const len=string.length,mustMatch=arguments.length>2&&!0===arguments[2];if(!mustMatch&&0===len)return 0;let loweredCase=!1;for(;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*len;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}function slowToString(encoding,start,end){ |
| /*ThouShaltNotCache*/ |
| let loweredCase=!1;if((void 0===start||start<0)&&(start=0),start>this.length)return"";if((void 0===end||end>this.length)&&(end=this.length),end<=0)return"";if((end>>>=0)<=(start>>>=0))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}function swap(b,n,m){ |
| /*ThouShaltNotCache*/ |
| const i=b[n];b[n]=b[m],b[m]=i}function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){ |
| /*ThouShaltNotCache*/ |
| if(0===buffer.length)return-1;if("string"==typeof byteOffset?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),numberIsNaN(byteOffset=+byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0){if(!dir)return-1;byteOffset=0}if("string"==typeof val&&(val=Buffer.from(val,encoding)),Buffer.isBuffer(val))return 0===val.length?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if("number"==typeof val)return val&=255,"function"==typeof Uint8Array.prototype.indexOf?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){ |
| /*ThouShaltNotCache*/ |
| let i,indexSize=1,arrLength=arr.length,valLength=val.length;if(void 0!==encoding&&("ucs2"===(encoding=String(encoding).toLowerCase())||"ucs-2"===encoding||"utf16le"===encoding||"utf-16le"===encoding)){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i){ |
| /*ThouShaltNotCache*/ |
| return 1===indexSize?buf[i]:buf.readUInt16BE(i*indexSize)}if(dir){let foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,-1===foundIndex?0:i-foundIndex)){if(-1===foundIndex&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else-1!==foundIndex&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){let found=!0;for(let j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}function hexWrite(buf,string,offset,length){ |
| /*ThouShaltNotCache*/ |
| offset=Number(offset)||0;const remaining=buf.length-offset;length?(length=Number(length))>remaining&&(length=remaining):length=remaining;const strLen=string.length;let i;for(length>strLen/2&&(length=strLen/2),i=0;i<length;++i){const parsed=parseInt(string.substr(2*i,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){ |
| /*ThouShaltNotCache*/ |
| return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){ |
| /*ThouShaltNotCache*/ |
| return blitBuffer(function(str){ |
| /*ThouShaltNotCache*/ |
| const byteArray=[];for(let i=0;i<str.length;++i)byteArray.push(255&str.charCodeAt(i));return byteArray}(string),buf,offset,length)}function base64Write(buf,string,offset,length){ |
| /*ThouShaltNotCache*/ |
| return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){ |
| /*ThouShaltNotCache*/ |
| return blitBuffer(function(str,units){ |
| /*ThouShaltNotCache*/ |
| let c,hi,lo;const byteArray=[];for(let i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}(string,buf.length-offset),buf,offset,length)}function base64Slice(buf,start,end){ |
| /*ThouShaltNotCache*/ |
| return 0===start&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){ |
| /*ThouShaltNotCache*/ |
| end=Math.min(buf.length,end);const res=[];let i=start;for(;i<end;){const firstByte=buf[i];let codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){let secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],128==(192&secondByte)&&(tempCodePoint=(31&firstByte)<<6|63&secondByte,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],128==(192&secondByte)&&128==(192&thirdByte)&&(tempCodePoint=(15&firstByte)<<12|(63&secondByte)<<6|63&thirdByte,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],128==(192&secondByte)&&128==(192&thirdByte)&&128==(192&fourthByte)&&(tempCodePoint=(15&firstByte)<<18|(63&secondByte)<<12|(63&thirdByte)<<6|63&fourthByte,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}null===codePoint?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|1023&codePoint),res.push(codePoint),i+=bytesPerSequence}return function(codePoints){ |
| /*ThouShaltNotCache*/ |
| const len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);let res="",i=0;for(;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}(res)}exports.kMaxLength=K_MAX_LENGTH,Buffer.TYPED_ARRAY_SUPPORT=function(){ |
| /*ThouShaltNotCache*/ |
| try{const arr=new Uint8Array(1),proto={foo:function(){ |
| /*ThouShaltNotCache*/ |
| return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),42===arr.foo()}catch(e){return!1}}(),Buffer.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(Buffer.prototype,"parent",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| if(Buffer.isBuffer(this))return this.buffer}}),Object.defineProperty(Buffer.prototype,"offset",{enumerable:!0,get:function(){ |
| /*ThouShaltNotCache*/ |
| if(Buffer.isBuffer(this))return this.byteOffset}}),Buffer.poolSize=8192,Buffer.from=function(value,encodingOrOffset,length){ |
| /*ThouShaltNotCache*/ |
| return from(value,encodingOrOffset,length)},Object.setPrototypeOf(Buffer.prototype,Uint8Array.prototype),Object.setPrototypeOf(Buffer,Uint8Array),Buffer.alloc=function(size,fill,encoding){ |
| /*ThouShaltNotCache*/ |
| return function(size,fill,encoding){ |
| /*ThouShaltNotCache*/ |
| return assertSize(size),size<=0?createBuffer(size):void 0!==fill?"string"==typeof encoding?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}(size,fill,encoding)},Buffer.allocUnsafe=function(size){ |
| /*ThouShaltNotCache*/ |
| return allocUnsafe(size)},Buffer.allocUnsafeSlow=function(size){ |
| /*ThouShaltNotCache*/ |
| return allocUnsafe(size)},Buffer.isBuffer=function(b){ |
| /*ThouShaltNotCache*/ |
| return null!=b&&!0===b._isBuffer&&b!==Buffer.prototype},Buffer.compare=function(a,b){if( |
| /*ThouShaltNotCache*/ |
| isInstance(a,Uint8Array)&&(a=Buffer.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer.from(b,b.offset,b.byteLength)),!Buffer.isBuffer(a)||!Buffer.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;let x=a.length,y=b.length;for(let i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0},Buffer.isEncoding=function(encoding){ |
| /*ThouShaltNotCache*/ |
| switch(String(encoding).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}},Buffer.concat=function(list,length){ |
| /*ThouShaltNotCache*/ |
| if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(0===list.length)return Buffer.alloc(0);let i;if(void 0===length)for(length=0,i=0;i<list.length;++i)length+=list[i].length;const buffer=Buffer.allocUnsafe(length);let pos=0;for(i=0;i<list.length;++i){let buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?(Buffer.isBuffer(buf)||(buf=Buffer.from(buf)),buf.copy(buffer,pos)):Uint8Array.prototype.set.call(buffer,buf,pos);else{if(!Buffer.isBuffer(buf))throw new TypeError('"list" argument must be an Array of Buffers');buf.copy(buffer,pos)}pos+=buf.length}return buffer},Buffer.byteLength=byteLength,Buffer.prototype._isBuffer=!0,Buffer.prototype.swap16=function(){ |
| /*ThouShaltNotCache*/ |
| const len=this.length;if(len%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let i=0;i<len;i+=2)swap(this,i,i+1);return this},Buffer.prototype.swap32=function(){ |
| /*ThouShaltNotCache*/ |
| const len=this.length;if(len%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this},Buffer.prototype.swap64=function(){ |
| /*ThouShaltNotCache*/ |
| const len=this.length;if(len%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this},Buffer.prototype.toString=function(){ |
| /*ThouShaltNotCache*/ |
| const length=this.length;return 0===length?"":0===arguments.length?utf8Slice(this,0,length):slowToString.apply(this,arguments)},Buffer.prototype.toLocaleString=Buffer.prototype.toString,Buffer.prototype.equals=function(b){ |
| /*ThouShaltNotCache*/ |
| if(!Buffer.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b||0===Buffer.compare(this,b)},Buffer.prototype.inspect=function(){ |
| /*ThouShaltNotCache*/ |
| let str="";const max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"},customInspectSymbol&&(Buffer.prototype[customInspectSymbol]=Buffer.prototype.inspect),Buffer.prototype.compare=function(target,start,end,thisStart,thisEnd){if( |
| /*ThouShaltNotCache*/ |
| isInstance(target,Uint8Array)&&(target=Buffer.from(target,target.offset,target.byteLength)),!Buffer.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(void 0===start&&(start=0),void 0===end&&(end=target?target.length:0),void 0===thisStart&&(thisStart=0),void 0===thisEnd&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(this===target)return 0;let x=(thisEnd>>>=0)-(thisStart>>>=0),y=(end>>>=0)-(start>>>=0);const len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end);for(let i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0},Buffer.prototype.includes=function(val,byteOffset,encoding){ |
| /*ThouShaltNotCache*/ |
| return-1!==this.indexOf(val,byteOffset,encoding)},Buffer.prototype.indexOf=function(val,byteOffset,encoding){ |
| /*ThouShaltNotCache*/ |
| return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)},Buffer.prototype.lastIndexOf=function(val,byteOffset,encoding){ |
| /*ThouShaltNotCache*/ |
| return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)},Buffer.prototype.write=function(string,offset,length,encoding){ |
| /*ThouShaltNotCache*/ |
| if(void 0===offset)encoding="utf8",length=this.length,offset=0;else if(void 0===length&&"string"==typeof offset)encoding=offset,length=this.length,offset=0;else{if(!isFinite(offset))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");offset>>>=0,isFinite(length)?(length>>>=0,void 0===encoding&&(encoding="utf8")):(encoding=length,length=void 0)}const remaining=this.length-offset;if((void 0===length||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");let loweredCase=!1;for(;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}},Buffer.prototype.toJSON=function(){ |
| /*ThouShaltNotCache*/ |
| return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const MAX_ARGUMENTS_LENGTH=4096;function asciiSlice(buf,start,end){ |
| /*ThouShaltNotCache*/ |
| let ret="";end=Math.min(buf.length,end);for(let i=start;i<end;++i)ret+=String.fromCharCode(127&buf[i]);return ret}function latin1Slice(buf,start,end){ |
| /*ThouShaltNotCache*/ |
| let ret="";end=Math.min(buf.length,end);for(let i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){ |
| /*ThouShaltNotCache*/ |
| const len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);let out="";for(let i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){ |
| /*ThouShaltNotCache*/ |
| const bytes=buf.slice(start,end);let res="";for(let i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+256*bytes[i+1]);return res}function checkOffset(offset,ext,length){ |
| /*ThouShaltNotCache*/ |
| if(offset%1!=0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}function checkInt(buf,value,offset,ext,max,min){ |
| /*ThouShaltNotCache*/ |
| if(!Buffer.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}function wrtBigUInt64LE(buf,value,offset,min,max){ |
| /*ThouShaltNotCache*/ |
| checkIntBI(value,min,max,buf,offset,7);let lo=Number(value&BigInt(4294967295));buf[offset++]=lo,lo>>=8,buf[offset++]=lo,lo>>=8,buf[offset++]=lo,lo>>=8,buf[offset++]=lo;let hi=Number(value>>BigInt(32)&BigInt(4294967295));return buf[offset++]=hi,hi>>=8,buf[offset++]=hi,hi>>=8,buf[offset++]=hi,hi>>=8,buf[offset++]=hi,offset}function wrtBigUInt64BE(buf,value,offset,min,max){ |
| /*ThouShaltNotCache*/ |
| checkIntBI(value,min,max,buf,offset,7);let lo=Number(value&BigInt(4294967295));buf[offset+7]=lo,lo>>=8,buf[offset+6]=lo,lo>>=8,buf[offset+5]=lo,lo>>=8,buf[offset+4]=lo;let hi=Number(value>>BigInt(32)&BigInt(4294967295));return buf[offset+3]=hi,hi>>=8,buf[offset+2]=hi,hi>>=8,buf[offset+1]=hi,hi>>=8,buf[offset]=hi,offset+8}function checkIEEE754(buf,value,offset,ext,max,min){ |
| /*ThouShaltNotCache*/ |
| if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkIEEE754(buf,0,offset,4),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}function writeDouble(buf,value,offset,littleEndian,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkIEEE754(buf,0,offset,8),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer.prototype.slice=function(start,end){ |
| /*ThouShaltNotCache*/ |
| const len=this.length;(start=~~start)<0?(start+=len)<0&&(start=0):start>len&&(start=len),(end=void 0===end?len:~~end)<0?(end+=len)<0&&(end=0):end>len&&(end=len),end<start&&(end=start);const newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer.prototype),newBuf},Buffer.prototype.readUintLE=Buffer.prototype.readUIntLE=function(offset,byteLength,noAssert){ |
| /*ThouShaltNotCache*/ |
| offset>>>=0,byteLength>>>=0,noAssert||checkOffset(offset,byteLength,this.length);let val=this[offset],mul=1,i=0;for(;++i<byteLength&&(mul*=256);)val+=this[offset+i]*mul;return val},Buffer.prototype.readUintBE=Buffer.prototype.readUIntBE=function(offset,byteLength,noAssert){ |
| /*ThouShaltNotCache*/ |
| offset>>>=0,byteLength>>>=0,noAssert||checkOffset(offset,byteLength,this.length);let val=this[offset+--byteLength],mul=1;for(;byteLength>0&&(mul*=256);)val+=this[offset+--byteLength]*mul;return val},Buffer.prototype.readUint8=Buffer.prototype.readUInt8=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,1,this.length),this[offset]},Buffer.prototype.readUint16LE=Buffer.prototype.readUInt16LE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8},Buffer.prototype.readUint16BE=Buffer.prototype.readUInt16BE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]},Buffer.prototype.readUint32LE=Buffer.prototype.readUInt32LE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+16777216*this[offset+3]},Buffer.prototype.readUint32BE=Buffer.prototype.readUInt32BE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,4,this.length),16777216*this[offset]+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])},Buffer.prototype.readBigUInt64LE=defineBigIntMethod(function(offset){validateNumber( |
| /*ThouShaltNotCache*/ |
| offset>>>=0,"offset");const first=this[offset],last=this[offset+7];void 0!==first&&void 0!==last||boundsError(offset,this.length-8);const lo=first+256*this[++offset]+65536*this[++offset]+this[++offset]*2**24,hi=this[++offset]+256*this[++offset]+65536*this[++offset]+last*2**24;return BigInt(lo)+(BigInt(hi)<<BigInt(32))}),Buffer.prototype.readBigUInt64BE=defineBigIntMethod(function(offset){validateNumber( |
| /*ThouShaltNotCache*/ |
| offset>>>=0,"offset");const first=this[offset],last=this[offset+7];void 0!==first&&void 0!==last||boundsError(offset,this.length-8);const hi=first*2**24+65536*this[++offset]+256*this[++offset]+this[++offset],lo=this[++offset]*2**24+65536*this[++offset]+256*this[++offset]+last;return(BigInt(hi)<<BigInt(32))+BigInt(lo)}),Buffer.prototype.readIntLE=function(offset,byteLength,noAssert){ |
| /*ThouShaltNotCache*/ |
| offset>>>=0,byteLength>>>=0,noAssert||checkOffset(offset,byteLength,this.length);let val=this[offset],mul=1,i=0;for(;++i<byteLength&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength)),val},Buffer.prototype.readIntBE=function(offset,byteLength,noAssert){ |
| /*ThouShaltNotCache*/ |
| offset>>>=0,byteLength>>>=0,noAssert||checkOffset(offset,byteLength,this.length);let i=byteLength,mul=1,val=this[offset+--i];for(;i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength)),val},Buffer.prototype.readInt8=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,1,this.length),128&this[offset]?-1*(255-this[offset]+1):this[offset]},Buffer.prototype.readInt16LE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| offset>>>=0,noAssert||checkOffset(offset,2,this.length);const val=this[offset]|this[offset+1]<<8;return 32768&val?4294901760|val:val},Buffer.prototype.readInt16BE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| offset>>>=0,noAssert||checkOffset(offset,2,this.length);const val=this[offset+1]|this[offset]<<8;return 32768&val?4294901760|val:val},Buffer.prototype.readInt32LE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24},Buffer.prototype.readInt32BE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]},Buffer.prototype.readBigInt64LE=defineBigIntMethod(function(offset){validateNumber( |
| /*ThouShaltNotCache*/ |
| offset>>>=0,"offset");const first=this[offset],last=this[offset+7];void 0!==first&&void 0!==last||boundsError(offset,this.length-8);const val=this[offset+4]+256*this[offset+5]+65536*this[offset+6]+(last<<24);return(BigInt(val)<<BigInt(32))+BigInt(first+256*this[++offset]+65536*this[++offset]+this[++offset]*2**24)}),Buffer.prototype.readBigInt64BE=defineBigIntMethod(function(offset){validateNumber( |
| /*ThouShaltNotCache*/ |
| offset>>>=0,"offset");const first=this[offset],last=this[offset+7];void 0!==first&&void 0!==last||boundsError(offset,this.length-8);const val=(first<<24)+65536*this[++offset]+256*this[++offset]+this[++offset];return(BigInt(val)<<BigInt(32))+BigInt(this[++offset]*2**24+65536*this[++offset]+256*this[++offset]+last)}),Buffer.prototype.readFloatLE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)},Buffer.prototype.readFloatBE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)},Buffer.prototype.readDoubleLE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)},Buffer.prototype.readDoubleBE=function(offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return offset>>>=0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)},Buffer.prototype.writeUintLE=Buffer.prototype.writeUIntLE=function(value,offset,byteLength,noAssert){if( |
| /*ThouShaltNotCache*/ |
| value=+value,offset>>>=0,byteLength>>>=0,!noAssert){checkInt(this,value,offset,byteLength,Math.pow(2,8*byteLength)-1,0)}let mul=1,i=0;for(this[offset]=255&value;++i<byteLength&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength},Buffer.prototype.writeUintBE=Buffer.prototype.writeUIntBE=function(value,offset,byteLength,noAssert){if( |
| /*ThouShaltNotCache*/ |
| value=+value,offset>>>=0,byteLength>>>=0,!noAssert){checkInt(this,value,offset,byteLength,Math.pow(2,8*byteLength)-1,0)}let i=byteLength-1,mul=1;for(this[offset+i]=255&value;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength},Buffer.prototype.writeUint8=Buffer.prototype.writeUInt8=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=255&value,offset+1},Buffer.prototype.writeUint16LE=Buffer.prototype.writeUInt16LE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=255&value,this[offset+1]=value>>>8,offset+2},Buffer.prototype.writeUint16BE=Buffer.prototype.writeUInt16BE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=255&value,offset+2},Buffer.prototype.writeUint32LE=Buffer.prototype.writeUInt32LE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=255&value,offset+4},Buffer.prototype.writeUint32BE=Buffer.prototype.writeUInt32BE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=255&value,offset+4},Buffer.prototype.writeBigUInt64LE=defineBigIntMethod(function(value,offset=0){ |
| /*ThouShaltNotCache*/ |
| return wrtBigUInt64LE(this,value,offset,BigInt(0),BigInt("0xffffffffffffffff"))}),Buffer.prototype.writeBigUInt64BE=defineBigIntMethod(function(value,offset=0){ |
| /*ThouShaltNotCache*/ |
| return wrtBigUInt64BE(this,value,offset,BigInt(0),BigInt("0xffffffffffffffff"))}),Buffer.prototype.writeIntLE=function(value,offset,byteLength,noAssert){if( |
| /*ThouShaltNotCache*/ |
| value=+value,offset>>>=0,!noAssert){const limit=Math.pow(2,8*byteLength-1);checkInt(this,value,offset,byteLength,limit-1,-limit)}let i=0,mul=1,sub=0;for(this[offset]=255&value;++i<byteLength&&(mul*=256);)value<0&&0===sub&&0!==this[offset+i-1]&&(sub=1),this[offset+i]=(value/mul|0)-sub&255;return offset+byteLength},Buffer.prototype.writeIntBE=function(value,offset,byteLength,noAssert){if( |
| /*ThouShaltNotCache*/ |
| value=+value,offset>>>=0,!noAssert){const limit=Math.pow(2,8*byteLength-1);checkInt(this,value,offset,byteLength,limit-1,-limit)}let i=byteLength-1,mul=1,sub=0;for(this[offset+i]=255&value;--i>=0&&(mul*=256);)value<0&&0===sub&&0!==this[offset+i+1]&&(sub=1),this[offset+i]=(value/mul|0)-sub&255;return offset+byteLength},Buffer.prototype.writeInt8=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=255&value,offset+1},Buffer.prototype.writeInt16LE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=255&value,this[offset+1]=value>>>8,offset+2},Buffer.prototype.writeInt16BE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=255&value,offset+2},Buffer.prototype.writeInt32LE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=255&value,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4},Buffer.prototype.writeInt32BE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return value=+value,offset>>>=0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=255&value,offset+4},Buffer.prototype.writeBigInt64LE=defineBigIntMethod(function(value,offset=0){ |
| /*ThouShaltNotCache*/ |
| return wrtBigUInt64LE(this,value,offset,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),Buffer.prototype.writeBigInt64BE=defineBigIntMethod(function(value,offset=0){ |
| /*ThouShaltNotCache*/ |
| return wrtBigUInt64BE(this,value,offset,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),Buffer.prototype.writeFloatLE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return writeFloat(this,value,offset,!0,noAssert)},Buffer.prototype.writeFloatBE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return writeFloat(this,value,offset,!1,noAssert)},Buffer.prototype.writeDoubleLE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return writeDouble(this,value,offset,!0,noAssert)},Buffer.prototype.writeDoubleBE=function(value,offset,noAssert){ |
| /*ThouShaltNotCache*/ |
| return writeDouble(this,value,offset,!1,noAssert)},Buffer.prototype.copy=function(target,targetStart,start,end){ |
| /*ThouShaltNotCache*/ |
| if(!Buffer.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),end||0===end||(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start)return 0;if(0===target.length||0===this.length)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);const len=end-start;return this===target&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len},Buffer.prototype.fill=function(val,start,end,encoding){ |
| /*ThouShaltNotCache*/ |
| if("string"==typeof val){if("string"==typeof start?(encoding=start,start=0,end=this.length):"string"==typeof end&&(encoding=end,end=this.length),void 0!==encoding&&"string"!=typeof encoding)throw new TypeError("encoding must be a string");if("string"==typeof encoding&&!Buffer.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(1===val.length){const code=val.charCodeAt(0);("utf8"===encoding&&code<128||"latin1"===encoding)&&(val=code)}}else"number"==typeof val?val&=255:"boolean"==typeof val&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;let i;if(start>>>=0,end=void 0===end?this.length:end>>>0,val||(val=0),"number"==typeof val)for(i=start;i<end;++i)this[i]=val;else{const bytes=Buffer.isBuffer(val)?val:Buffer.from(val,encoding),len=bytes.length;if(0===len)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};const errors={};function E(sym,getMessage,Base){ |
| /*ThouShaltNotCache*/ |
| errors[sym]=class extends Base{constructor(){ |
| /*ThouShaltNotCache*/ |
| super(),Object.defineProperty(this,"message",{value:getMessage.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${sym}]`,this.stack,delete this.name}get code(){ |
| /*ThouShaltNotCache*/ |
| return sym}set code(value){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value,writable:!0})}toString(){ |
| /*ThouShaltNotCache*/ |
| return`${this.name} [${sym}]: ${this.message}`}}}function addNumericalSeparator(val){ |
| /*ThouShaltNotCache*/ |
| let res="",i=val.length;const start="-"===val[0]?1:0;for(;i>=start+4;i-=3)res=`_${val.slice(i-3,i)}${res}`;return`${val.slice(0,i)}${res}`}function checkIntBI(value,min,max,buf,offset,byteLength){ |
| /*ThouShaltNotCache*/ |
| if(value>max||value<min){const n="bigint"==typeof min?"n":"";let range;throw range=byteLength>3?0===min||min===BigInt(0)?`>= 0${n} and < 2${n} ** ${8*(byteLength+1)}${n}`:`>= -(2${n} ** ${8*(byteLength+1)-1}${n}) and < 2 ** ${8*(byteLength+1)-1}${n}`:`>= ${min}${n} and <= ${max}${n}`,new errors.ERR_OUT_OF_RANGE("value",range,value)}!function(buf,offset,byteLength){ |
| /*ThouShaltNotCache*/ |
| validateNumber(offset,"offset"),void 0!==buf[offset]&&void 0!==buf[offset+byteLength]||boundsError(offset,buf.length-(byteLength+1))}(buf,offset,byteLength)}function validateNumber(value,name){ |
| /*ThouShaltNotCache*/ |
| if("number"!=typeof value)throw new errors.ERR_INVALID_ARG_TYPE(name,"number",value)}function boundsError(value,length,type){ |
| /*ThouShaltNotCache*/ |
| if(Math.floor(value)!==value)throw validateNumber(value,type),new errors.ERR_OUT_OF_RANGE(type||"offset","an integer",value);if(length<0)throw new errors.ERR_BUFFER_OUT_OF_BOUNDS;throw new errors.ERR_OUT_OF_RANGE(type||"offset",`>= ${type?1:0} and <= ${length}`,value)}E("ERR_BUFFER_OUT_OF_BOUNDS",function(name){ |
| /*ThouShaltNotCache*/ |
| return name?`${name} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),E("ERR_INVALID_ARG_TYPE",function(name,actual){ |
| /*ThouShaltNotCache*/ |
| return`The "${name}" argument must be of type number. Received type ${typeof actual}`},TypeError),E("ERR_OUT_OF_RANGE",function(str,range,input){ |
| /*ThouShaltNotCache*/ |
| let msg=`The value of "${str}" is out of range.`,received=input;return Number.isInteger(input)&&Math.abs(input)>2**32?received=addNumericalSeparator(String(input)):"bigint"==typeof input&&(received=String(input),(input>BigInt(2)**BigInt(32)||input<-(BigInt(2)**BigInt(32)))&&(received=addNumericalSeparator(received)),received+="n"),msg+=` It must be ${range}. Received ${received}`,msg},RangeError);const INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function utf8ToBytes(string,units){let codePoint; |
| /*ThouShaltNotCache*/ |
| units=units||1/0;const length=string.length;let leadSurrogate=null;const bytes=[];for(let i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=65536+(leadSurrogate-55296<<10|codePoint-56320)}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,63&codePoint|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,63&codePoint|128)}else{if(!(codePoint<1114112))throw new Error("Invalid code point");if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,63&codePoint|128)}}return bytes}function base64ToBytes(str){ |
| /*ThouShaltNotCache*/ |
| return base64.toByteArray(function(str){if((str=( |
| /*ThouShaltNotCache*/ |
| str=str.split("=")[0]).trim().replace(INVALID_BASE64_RE,"")).length<2)return"";for(;str.length%4!=0;)str+="=";return str}(str))}function blitBuffer(src,dst,offset,length){ |
| /*ThouShaltNotCache*/ |
| let i;for(i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){ |
| /*ThouShaltNotCache*/ |
| return obj instanceof type||null!=obj&&null!=obj.constructor&&null!=obj.constructor.name&&obj.constructor.name===type.name}function numberIsNaN(obj){ |
| /*ThouShaltNotCache*/ |
| return obj!=obj}const hexSliceLookupTable=function(){ |
| /*ThouShaltNotCache*/ |
| const table=new Array(256);for(let i=0;i<16;++i){const i16=16*i;for(let j=0;j<16;++j)table[i16+j]="0123456789abcdef"[i]+"0123456789abcdef"[j]}return table}();function defineBigIntMethod(fn){ |
| /*ThouShaltNotCache*/ |
| return"undefined"==typeof BigInt?BufferBigIntNotDefined:fn}function BufferBigIntNotDefined(){ |
| /*ThouShaltNotCache*/ |
| throw new Error("BigInt not supported")}},81622:module=>{"use strict";module.exports="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null},81813:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,MatcherList:__webpack_require__(98867).MatcherList,CSSDocumentRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.matcher=new CSSOM.MatcherList,this.cssRules=[]}};CSSOM.CSSDocumentRule.prototype=new CSSOM.CSSRule,CSSOM.CSSDocumentRule.prototype.constructor=CSSOM.CSSDocumentRule,CSSOM.CSSDocumentRule.prototype.type=10,Object.defineProperty(CSSOM.CSSDocumentRule.prototype,"cssText",{get:function(){for( |
| /*ThouShaltNotCache*/ |
| var cssTexts=[],i=0,length=this.cssRules.length;i<length;i++)cssTexts.push(this.cssRules[i].cssText);return"@-moz-document "+this.matcher.matcherText+" {"+cssTexts.join("")+"}"}}),exports.CSSDocumentRule=CSSOM.CSSDocumentRule},81820:function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_RESULT__;module=__webpack_require__.nmd(module),function(){ |
| /*ThouShaltNotCache*/ |
| exports&&exports.nodeType,module&&module.nodeType;var freeGlobal="object"==typeof __webpack_require__.g&&__webpack_require__.g;freeGlobal.global!==freeGlobal&&freeGlobal.window!==freeGlobal&&freeGlobal.self;var punycode,maxInt=2147483647,regexPunycode=/^xn--/,regexNonASCII=/[^\x20-\x7E]/,regexSeparators=/[\x2E\u3002\uFF0E\uFF61]/g,errors={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},floor=Math.floor,stringFromCharCode=String.fromCharCode;function error(type){ |
| /*ThouShaltNotCache*/ |
| throw new RangeError(errors[type])}function map(array,fn){for( |
| /*ThouShaltNotCache*/ |
| var length=array.length,result=[];length--;)result[length]=fn(array[length]);return result}function mapDomain(string,fn){ |
| /*ThouShaltNotCache*/ |
| var parts=string.split("@"),result="";return parts.length>1&&(result=parts[0]+"@",string=parts[1]),result+map((string=string.replace(regexSeparators,".")).split("."),fn).join(".")}function ucs2decode(string){for( |
| /*ThouShaltNotCache*/ |
| var value,extra,output=[],counter=0,length=string.length;counter<length;)(value=string.charCodeAt(counter++))>=55296&&value<=56319&&counter<length?56320==(64512&(extra=string.charCodeAt(counter++)))?output.push(((1023&value)<<10)+(1023&extra)+65536):(output.push(value),counter--):output.push(value);return output}function ucs2encode(array){ |
| /*ThouShaltNotCache*/ |
| return map(array,function(value){ |
| /*ThouShaltNotCache*/ |
| var output="";return value>65535&&(output+=stringFromCharCode((value-=65536)>>>10&1023|55296),value=56320|1023&value),output+=stringFromCharCode(value)}).join("")}function basicToDigit(codePoint){ |
| /*ThouShaltNotCache*/ |
| return codePoint-48<10?codePoint-22:codePoint-65<26?codePoint-65:codePoint-97<26?codePoint-97:36}function digitToBasic(digit,flag){ |
| /*ThouShaltNotCache*/ |
| return digit+22+75*(digit<26)-((0!=flag)<<5)}function adapt(delta,numPoints,firstTime){ |
| /*ThouShaltNotCache*/ |
| var k=0;for(delta=firstTime?floor(delta/700):delta>>1,delta+=floor(delta/numPoints);delta>455;k+=36)delta=floor(delta/35);return floor(k+36*delta/(delta+38))}function decode(input){ |
| /*ThouShaltNotCache*/ |
| var out,basic,j,index,oldi,w,k,digit,t,baseMinusT,output=[],inputLength=input.length,i=0,n=128,bias=72;for((basic=input.lastIndexOf("-"))<0&&(basic=0),j=0;j<basic;++j)input.charCodeAt(j)>=128&&error("not-basic"),output.push(input.charCodeAt(j));for(index=basic>0?basic+1:0;index<inputLength;){for(oldi=i,w=1,k=36;index>=inputLength&&error("invalid-input"),((digit=basicToDigit(input.charCodeAt(index++)))>=36||digit>floor((maxInt-i)/w))&&error("overflow"),i+=digit*w,!(digit<(t=k<=bias?1:k>=bias+26?26:k-bias));k+=36)w>floor(maxInt/(baseMinusT=36-t))&&error("overflow"),w*=baseMinusT;bias=adapt(i-oldi,out=output.length+1,0==oldi),floor(i/out)>maxInt-n&&error("overflow"),n+=floor(i/out),i%=out,output.splice(i++,0,n)}return ucs2encode(output)}function encode(input){ |
| /*ThouShaltNotCache*/ |
| var n,delta,handledCPCount,basicLength,bias,j,m,q,k,t,currentValue,inputLength,handledCPCountPlusOne,baseMinusT,qMinusT,output=[];for(inputLength=(input=ucs2decode(input)).length,n=128,delta=0,bias=72,j=0;j<inputLength;++j)(currentValue=input[j])<128&&output.push(stringFromCharCode(currentValue));for(handledCPCount=basicLength=output.length,basicLength&&output.push("-");handledCPCount<inputLength;){for(m=maxInt,j=0;j<inputLength;++j)(currentValue=input[j])>=n&¤tValue<m&&(m=currentValue);for(m-n>floor((maxInt-delta)/(handledCPCountPlusOne=handledCPCount+1))&&error("overflow"),delta+=(m-n)*handledCPCountPlusOne,n=m,j=0;j<inputLength;++j)if((currentValue=input[j])<n&&++delta>maxInt&&error("overflow"),currentValue==n){for(q=delta,k=36;!(q<(t=k<=bias?1:k>=bias+26?26:k-bias));k+=36)qMinusT=q-t,baseMinusT=36-t,output.push(stringFromCharCode(digitToBasic(t+qMinusT%baseMinusT,0))),q=floor(qMinusT/baseMinusT);output.push(stringFromCharCode(digitToBasic(q,0))),bias=adapt(delta,handledCPCountPlusOne,handledCPCount==basicLength),delta=0,++handledCPCount}++delta,++n}return output.join("")}punycode={version:"1.4.1",ucs2:{decode:ucs2decode,encode:ucs2encode},decode,encode,toASCII:function(input){ |
| /*ThouShaltNotCache*/ |
| return mapDomain(input,function(string){ |
| /*ThouShaltNotCache*/ |
| return regexNonASCII.test(string)?"xn--"+encode(string):string})},toUnicode:function(input){ |
| /*ThouShaltNotCache*/ |
| return mapDomain(input,function(string){ |
| /*ThouShaltNotCache*/ |
| return regexPunycode.test(string)?decode(string.slice(4).toLowerCase()):string})}},void 0===(__WEBPACK_AMD_DEFINE_RESULT__=function(){ |
| /*ThouShaltNotCache*/ |
| return punycode}.call(exports,__webpack_require__,exports,module))||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)}()},81978:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var bind=__webpack_require__(15465),$apply=__webpack_require__(57052),$call=__webpack_require__(35118),$reflectApply=__webpack_require__(72069);module.exports=$reflectApply||bind.call($call,$apply)},82116:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLUnknownElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLUnknownElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLUnknownElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(HTMLUnknownElement.prototype,{[Symbol.toStringTag]:{value:"HTMLUnknownElement",configurable:!0}}),ctorRegistry.HTMLUnknownElement=HTMLUnknownElement,Object.defineProperty(globalObject,"HTMLUnknownElement",{configurable:!0,writable:!0,value:HTMLUnknownElement})};const Impl=__webpack_require__(45175)},82299:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),idlUtils=__webpack_require__(65554),ValidityState=__webpack_require__(48648),DefaultConstraintValidationImpl=__webpack_require__(11549).D,{mixin}=__webpack_require__(7586),HTMLElementImpl=__webpack_require__(52723).implementation,NODE_TYPE=__webpack_require__(53010),HTMLCollection=__webpack_require__(16606),HTMLOptionsCollection=__webpack_require__(94414),{domSymbolTree}=__webpack_require__(35442),{getLabelsForLabelable,formOwner,isDisabled}=__webpack_require__(28888),{parseNonNegativeInteger}=__webpack_require__(8337);class HTMLSelectElementImpl extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._options=HTMLOptionsCollection.createImpl(this._globalObject,[],{element:this,query:()=>{ |
| /*ThouShaltNotCache*/ |
| const array=[];for(const child of domSymbolTree.childrenIterator(this))if("option"===child._localName)array.push(child);else if("optgroup"===child._localName)for(const childOfGroup of domSymbolTree.childrenIterator(child))"option"===childOfGroup._localName&&array.push(childOfGroup);return array}}),this._selectedOptions=null,this._customValidityErrorMessage="",this._labels=null}_formReset(){ |
| /*ThouShaltNotCache*/ |
| for(const option of this.options)option._selectedness=option.hasAttributeNS(null,"selected"),option._dirtyness=!1;this._askedForAReset()}_askedForAReset(){ |
| /*ThouShaltNotCache*/ |
| if(this.hasAttributeNS(null,"multiple"))return;const selected=this.options.filter(opt=>opt._selectedness);if(1!==this._displaySize||selected.length)selected.length>=2&&selected.forEach((option,index)=>{ |
| /*ThouShaltNotCache*/ |
| option._selectedness=index===selected.length-1});else for(const option of this.options){let disabled=option.hasAttributeNS(null,"disabled");const parentNode=domSymbolTree.parent(option);if(parentNode&&"optgroup"===parentNode._localName&&parentNode.hasAttributeNS(null,"disabled")&&(disabled=!0),!disabled){option._selectedness=!0;break}}}_descendantAdded(parent,child){ |
| /*ThouShaltNotCache*/ |
| child.nodeType===NODE_TYPE.ELEMENT_NODE&&this._askedForAReset(),super._descendantAdded(parent,child)}_descendantRemoved(parent,child){ |
| /*ThouShaltNotCache*/ |
| child.nodeType===NODE_TYPE.ELEMENT_NODE&&this._askedForAReset(),super._descendantRemoved(parent,child)}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| "multiple"!==name&&"size"!==name||this._askedForAReset(),super._attrModified(name,value,oldValue)}get _displaySize(){ |
| /*ThouShaltNotCache*/ |
| if(this.hasAttributeNS(null,"size")){const size=parseNonNegativeInteger(this.getAttributeNS(null,"size"));if(null!==size)return size}return this.hasAttributeNS(null,"multiple")?4:1}get _mutable(){ |
| /*ThouShaltNotCache*/ |
| return!isDisabled(this)}get options(){ |
| /*ThouShaltNotCache*/ |
| return this._options}get selectedOptions(){ |
| /*ThouShaltNotCache*/ |
| return HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>domSymbolTree.treeToArray(this,{filter:node=>"option"===node._localName&&!0===node._selectedness})})}get selectedIndex(){ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<this.options.length;i++)if(this.options.item(i)._selectedness)return i;return-1}set selectedIndex(index){ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<this.options.length;i++)this.options.item(i)._selectedness=!1;const selectedOption=this.options.item(index);selectedOption&&(selectedOption._selectedness=!0,selectedOption._dirtyness=!0)}get labels(){ |
| /*ThouShaltNotCache*/ |
| return getLabelsForLabelable(this)}get value(){ |
| /*ThouShaltNotCache*/ |
| for(const option of this.options)if(option._selectedness)return option.value;return""}set value(val){ |
| /*ThouShaltNotCache*/ |
| for(const option of this.options)option.value===val?(option._selectedness=!0,option._dirtyness=!0):option._selectedness=!1,option._modified()}get form(){ |
| /*ThouShaltNotCache*/ |
| return formOwner(this)}get type(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"multiple")?"select-multiple":"select-one"}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return this.options[idlUtils.supportedPropertyIndices]}get length(){ |
| /*ThouShaltNotCache*/ |
| return this.options.length}set length(value){ |
| /*ThouShaltNotCache*/ |
| this.options.length=value}item(index){ |
| /*ThouShaltNotCache*/ |
| return this.options.item(index)}namedItem(name){ |
| /*ThouShaltNotCache*/ |
| return this.options.namedItem(name)}[idlUtils.indexedSetNew](index,value){ |
| /*ThouShaltNotCache*/ |
| return this.options[idlUtils.indexedSetNew](index,value)}[idlUtils.indexedSetExisting](index,value){ |
| /*ThouShaltNotCache*/ |
| return this.options[idlUtils.indexedSetExisting](index,value)}add(opt,before){ |
| /*ThouShaltNotCache*/ |
| this.options.add(opt,before)}remove(index){ |
| /*ThouShaltNotCache*/ |
| arguments.length>0?(index=conversions.long(index,{context:"Failed to execute 'remove' on 'HTMLSelectElement': parameter 1"}),this.options.remove(index)):super.remove()}_barredFromConstraintValidationSpecialization(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"readonly")}get validity(){ |
| /*ThouShaltNotCache*/ |
| if(!this._validity){const state={valueMissing:()=>{ |
| /*ThouShaltNotCache*/ |
| if(!this.hasAttributeNS(null,"required"))return!1;const selectedOptionIndex=this.selectedIndex;return selectedOptionIndex<0||0===selectedOptionIndex&&this._hasPlaceholderOption}};this._validity=ValidityState.createImpl(this._globalObject,[],{element:this,state})}return this._validity}get _hasPlaceholderOption(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"required")&&!this.hasAttributeNS(null,"multiple")&&1===this._displaySize&&this.options.length>0&&""===this.options.item(0).value&&"optgroup"!==this.options.item(0).parentNode._localName}}mixin(HTMLSelectElementImpl.prototype,DefaultConstraintValidationImpl.prototype),module.exports={implementation:HTMLSelectElementImpl}},82336:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const xnv=__webpack_require__(43531),DOMException=__webpack_require__(3698),{XML_NS,XMLNS_NS}=__webpack_require__(36675);exports.name=(globalObject,name)=>{ |
| /*ThouShaltNotCache*/ |
| if(!xnv.name(name))throw DOMException.create(globalObject,[`"${name}" did not match the Name production`,"InvalidCharacterError"])},exports.qname=(globalObject,qname)=>{ |
| /*ThouShaltNotCache*/ |
| if(!xnv.qname(qname))throw DOMException.create(globalObject,[`"${qname}" did not match the QName production`,"InvalidCharacterError"])},exports.validateAndExtract=(globalObject,namespace,qualifiedName)=>{ |
| /*ThouShaltNotCache*/ |
| ""===namespace&&(namespace=null),exports.qname(globalObject,qualifiedName);let prefix=null,localName=qualifiedName;const colonIndex=qualifiedName.indexOf(":");if(-1!==colonIndex&&(prefix=qualifiedName.substring(0,colonIndex),localName=qualifiedName.substring(colonIndex+1)),null!==prefix&&null===namespace)throw DOMException.create(globalObject,["A namespace was given but a prefix was also extracted from the qualifiedName","NamespaceError"]);if("xml"===prefix&&namespace!==XML_NS)throw DOMException.create(globalObject,['A prefix of "xml" was given but the namespace was not the XML namespace',"NamespaceError"]);if(("xmlns"===qualifiedName||"xmlns"===prefix)&&namespace!==XMLNS_NS)throw DOMException.create(globalObject,['A prefix or qualifiedName of "xmlns" was given but the namespace was not the XMLNS namespace',"NamespaceError"]);if(namespace===XMLNS_NS&&"xmlns"!==qualifiedName&&"xmlns"!==prefix)throw DOMException.create(globalObject,['The XMLNS namespace was given but neither the prefix nor qualifiedName was "xmlns"',"NamespaceError"]);return{namespace,prefix,localName}}},82385:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const CharacterDataImpl=__webpack_require__(51571).implementation,idlUtils=__webpack_require__(65554),NODE_TYPE=__webpack_require__(53010);module.exports={implementation:class extends CharacterDataImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,{data:args[0],ownerDocument:idlUtils.implForWrapper(globalObject._document),...privateData}),this.nodeType=NODE_TYPE.COMMENT_NODE}}}},82389:(__unused_webpack_module,exports)=>{"use strict";const enumerationValues=new Set(["text/html","text/xml","application/xml","application/xhtml+xml","image/svg+xml"]);exports.enumerationValues=enumerationValues,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| const string=`${value}`;if(!enumerationValues.has(string))throw new globalObject.TypeError(`${context} '${string}' is not a valid enumeration value for SupportedType`);return string}},82436:module=>{"use strict";module.exports={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"\u20ac\ufffd\ufffd\ufffd\ufffd\u2026\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u00a0\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\ufffd\ufffd\ufffd\ufffd\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u0e4e\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u0e5a\u0e5b\ufffd\ufffd\ufffd\ufffd"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"\u20ac\ufffd\u201a\ufffd\u201e\u2026\u2020\u2021\ufffd\u2030\u0160\u2039\u015a\u0164\u017d\u0179\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\u2122\u0161\u203a\u015b\u0165\u017e\u017a\u00a0\u02c7\u02d8\u0141\u00a4\u0104\u00a6\u00a7\u00a8\u00a9\u015e\u00ab\u00ac\u00ad\u00ae\u017b\u00b0\u00b1\u02db\u0142\u00b4\u00b5\u00b6\u00b7\u00b8\u0105\u015f\u00bb\u013d\u02dd\u013e\u017c\u0154\u00c1\u00c2\u0102\u00c4\u0139\u0106\u00c7\u010c\u00c9\u0118\u00cb\u011a\u00cd\u00ce\u010e\u0110\u0143\u0147\u00d3\u00d4\u0150\u00d6\u00d7\u0158\u016e\u00da\u0170\u00dc\u00dd\u0162\u00df\u0155\u00e1\u00e2\u0103\u00e4\u013a\u0107\u00e7\u010d\u00e9\u0119\u00eb\u011b\u00ed\u00ee\u010f\u0111\u0144\u0148\u00f3\u00f4\u0151\u00f6\u00f7\u0159\u016f\u00fa\u0171\u00fc\u00fd\u0163\u02d9"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"\u0402\u0403\u201a\u0453\u201e\u2026\u2020\u2021\u20ac\u2030\u0409\u2039\u040a\u040c\u040b\u040f\u0452\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\u2122\u0459\u203a\u045a\u045c\u045b\u045f\u00a0\u040e\u045e\u0408\u00a4\u0490\u00a6\u00a7\u0401\u00a9\u0404\u00ab\u00ac\u00ad\u00ae\u0407\u00b0\u00b1\u0406\u0456\u0491\u00b5\u00b6\u00b7\u0451\u2116\u0454\u00bb\u0458\u0405\u0455\u0457\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"\u20ac\ufffd\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0160\u2039\u0152\ufffd\u017d\ufffd\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\u0161\u203a\u0153\ufffd\u017e\u0178\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u00dd\u00de\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f0\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u00fe\u00ff"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"\u20ac\ufffd\u201a\u0192\u201e\u2026\u2020\u2021\ufffd\u2030\ufffd\u2039\ufffd\ufffd\ufffd\ufffd\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\u2122\ufffd\u203a\ufffd\ufffd\ufffd\ufffd\u00a0\u0385\u0386\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\ufffd\u00ab\u00ac\u00ad\u00ae\u2015\u00b0\u00b1\u00b2\u00b3\u0384\u00b5\u00b6\u00b7\u0388\u0389\u038a\u00bb\u038c\u00bd\u038e\u038f\u0390\u0391\u0392\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\ufffd\u03a3\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03aa\u03ab\u03ac\u03ad\u03ae\u03af\u03b0\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u03ca\u03cb\u03cc\u03cd\u03ce\ufffd"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"\u20ac\ufffd\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0160\u2039\u0152\ufffd\ufffd\ufffd\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\u0161\u203a\u0153\ufffd\ufffd\u0178\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u011e\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u0130\u015e\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u011f\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u0131\u015f\u00ff"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"\u20ac\ufffd\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\ufffd\u2039\ufffd\ufffd\ufffd\ufffd\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\ufffd\u203a\ufffd\ufffd\ufffd\ufffd\u00a0\u00a1\u00a2\u00a3\u20aa\u00a5\u00a6\u00a7\u00a8\u00a9\u00d7\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00f7\u00bb\u00bc\u00bd\u00be\u00bf\u05b0\u05b1\u05b2\u05b3\u05b4\u05b5\u05b6\u05b7\u05b8\u05b9\u05ba\u05bb\u05bc\u05bd\u05be\u05bf\u05c0\u05c1\u05c2\u05c3\u05f0\u05f1\u05f2\u05f3\u05f4\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05da\u05db\u05dc\u05dd\u05de\u05df\u05e0\u05e1\u05e2\u05e3\u05e4\u05e5\u05e6\u05e7\u05e8\u05e9\u05ea\ufffd\ufffd\u200e\u200f\ufffd"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"\u20ac\u067e\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0679\u2039\u0152\u0686\u0698\u0688\u06af\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u06a9\u2122\u0691\u203a\u0153\u200c\u200d\u06ba\u00a0\u060c\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u06be\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u061b\u00bb\u00bc\u00bd\u00be\u061f\u06c1\u0621\u0622\u0623\u0624\u0625\u0626\u0627\u0628\u0629\u062a\u062b\u062c\u062d\u062e\u062f\u0630\u0631\u0632\u0633\u0634\u0635\u0636\u00d7\u0637\u0638\u0639\u063a\u0640\u0641\u0642\u0643\u00e0\u0644\u00e2\u0645\u0646\u0647\u0648\u00e7\u00e8\u00e9\u00ea\u00eb\u0649\u064a\u00ee\u00ef\u064b\u064c\u064d\u064e\u00f4\u064f\u0650\u00f7\u0651\u00f9\u0652\u00fb\u00fc\u200e\u200f\u06d2"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"\u20ac\ufffd\u201a\ufffd\u201e\u2026\u2020\u2021\ufffd\u2030\ufffd\u2039\ufffd\u00a8\u02c7\u00b8\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\u2122\ufffd\u203a\ufffd\u00af\u02db\ufffd\u00a0\ufffd\u00a2\u00a3\u00a4\ufffd\u00a6\u00a7\u00d8\u00a9\u0156\u00ab\u00ac\u00ad\u00ae\u00c6\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00f8\u00b9\u0157\u00bb\u00bc\u00bd\u00be\u00e6\u0104\u012e\u0100\u0106\u00c4\u00c5\u0118\u0112\u010c\u00c9\u0179\u0116\u0122\u0136\u012a\u013b\u0160\u0143\u0145\u00d3\u014c\u00d5\u00d6\u00d7\u0172\u0141\u015a\u016a\u00dc\u017b\u017d\u00df\u0105\u012f\u0101\u0107\u00e4\u00e5\u0119\u0113\u010d\u00e9\u017a\u0117\u0123\u0137\u012b\u013c\u0161\u0144\u0146\u00f3\u014d\u00f5\u00f6\u00f7\u0173\u0142\u015b\u016b\u00fc\u017c\u017e\u02d9"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"\u20ac\ufffd\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\ufffd\u2039\u0152\ufffd\ufffd\ufffd\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\ufffd\u203a\u0153\ufffd\ufffd\u0178\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u0102\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u0300\u00cd\u00ce\u00cf\u0110\u00d1\u0309\u00d3\u00d4\u01a0\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u01af\u0303\u00df\u00e0\u00e1\u00e2\u0103\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u0301\u00ed\u00ee\u00ef\u0111\u00f1\u0323\u00f3\u00f4\u01a1\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u01b0\u20ab\u00ff"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u00dd\u00de\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f0\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u00fe\u00ff"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0104\u02d8\u0141\u00a4\u013d\u015a\u00a7\u00a8\u0160\u015e\u0164\u0179\u00ad\u017d\u017b\u00b0\u0105\u02db\u0142\u00b4\u013e\u015b\u02c7\u00b8\u0161\u015f\u0165\u017a\u02dd\u017e\u017c\u0154\u00c1\u00c2\u0102\u00c4\u0139\u0106\u00c7\u010c\u00c9\u0118\u00cb\u011a\u00cd\u00ce\u010e\u0110\u0143\u0147\u00d3\u00d4\u0150\u00d6\u00d7\u0158\u016e\u00da\u0170\u00dc\u00dd\u0162\u00df\u0155\u00e1\u00e2\u0103\u00e4\u013a\u0107\u00e7\u010d\u00e9\u0119\u00eb\u011b\u00ed\u00ee\u010f\u0111\u0144\u0148\u00f3\u00f4\u0151\u00f6\u00f7\u0159\u016f\u00fa\u0171\u00fc\u00fd\u0163\u02d9"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0126\u02d8\u00a3\u00a4\ufffd\u0124\u00a7\u00a8\u0130\u015e\u011e\u0134\u00ad\ufffd\u017b\u00b0\u0127\u00b2\u00b3\u00b4\u00b5\u0125\u00b7\u00b8\u0131\u015f\u011f\u0135\u00bd\ufffd\u017c\u00c0\u00c1\u00c2\ufffd\u00c4\u010a\u0108\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\ufffd\u00d1\u00d2\u00d3\u00d4\u0120\u00d6\u00d7\u011c\u00d9\u00da\u00db\u00dc\u016c\u015c\u00df\u00e0\u00e1\u00e2\ufffd\u00e4\u010b\u0109\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\ufffd\u00f1\u00f2\u00f3\u00f4\u0121\u00f6\u00f7\u011d\u00f9\u00fa\u00fb\u00fc\u016d\u015d\u02d9"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0104\u0138\u0156\u00a4\u0128\u013b\u00a7\u00a8\u0160\u0112\u0122\u0166\u00ad\u017d\u00af\u00b0\u0105\u02db\u0157\u00b4\u0129\u013c\u02c7\u00b8\u0161\u0113\u0123\u0167\u014a\u017e\u014b\u0100\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u012e\u010c\u00c9\u0118\u00cb\u0116\u00cd\u00ce\u012a\u0110\u0145\u014c\u0136\u00d4\u00d5\u00d6\u00d7\u00d8\u0172\u00da\u00db\u00dc\u0168\u016a\u00df\u0101\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u012f\u010d\u00e9\u0119\u00eb\u0117\u00ed\u00ee\u012b\u0111\u0146\u014d\u0137\u00f4\u00f5\u00f6\u00f7\u00f8\u0173\u00fa\u00fb\u00fc\u0169\u016b\u02d9"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0401\u0402\u0403\u0404\u0405\u0406\u0407\u0408\u0409\u040a\u040b\u040c\u00ad\u040e\u040f\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u2116\u0451\u0452\u0453\u0454\u0455\u0456\u0457\u0458\u0459\u045a\u045b\u045c\u00a7\u045e\u045f"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\ufffd\ufffd\ufffd\u00a4\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u060c\u00ad\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u061b\ufffd\ufffd\ufffd\u061f\ufffd\u0621\u0622\u0623\u0624\u0625\u0626\u0627\u0628\u0629\u062a\u062b\u062c\u062d\u062e\u062f\u0630\u0631\u0632\u0633\u0634\u0635\u0636\u0637\u0638\u0639\u063a\ufffd\ufffd\ufffd\ufffd\ufffd\u0640\u0641\u0642\u0643\u0644\u0645\u0646\u0647\u0648\u0649\u064a\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0652\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u2018\u2019\u00a3\u20ac\u20af\u00a6\u00a7\u00a8\u00a9\u037a\u00ab\u00ac\u00ad\ufffd\u2015\u00b0\u00b1\u00b2\u00b3\u0384\u0385\u0386\u00b7\u0388\u0389\u038a\u00bb\u038c\u00bd\u038e\u038f\u0390\u0391\u0392\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\ufffd\u03a3\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03aa\u03ab\u03ac\u03ad\u03ae\u03af\u03b0\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u03ca\u03cb\u03cc\u03cd\u03ce\ufffd"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\ufffd\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00d7\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00f7\u00bb\u00bc\u00bd\u00be\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u2017\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05da\u05db\u05dc\u05dd\u05de\u05df\u05e0\u05e1\u05e2\u05e3\u05e4\u05e5\u05e6\u05e7\u05e8\u05e9\u05ea\ufffd\ufffd\u200e\u200f\ufffd"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u011e\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u0130\u015e\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u011f\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u0131\u015f\u00ff"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0104\u0112\u0122\u012a\u0128\u0136\u00a7\u013b\u0110\u0160\u0166\u017d\u00ad\u016a\u014a\u00b0\u0105\u0113\u0123\u012b\u0129\u0137\u00b7\u013c\u0111\u0161\u0167\u017e\u2015\u016b\u014b\u0100\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u012e\u010c\u00c9\u0118\u00cb\u0116\u00cd\u00ce\u00cf\u00d0\u0145\u014c\u00d3\u00d4\u00d5\u00d6\u0168\u00d8\u0172\u00da\u00db\u00dc\u00dd\u00de\u00df\u0101\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u012f\u010d\u00e9\u0119\u00eb\u0117\u00ed\u00ee\u00ef\u00f0\u0146\u014d\u00f3\u00f4\u00f5\u00f6\u0169\u00f8\u0173\u00fa\u00fb\u00fc\u00fd\u00fe\u0138"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\ufffd\ufffd\ufffd\ufffd\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u0e4e\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u0e5a\u0e5b\ufffd\ufffd\ufffd\ufffd"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u201d\u00a2\u00a3\u00a4\u201e\u00a6\u00a7\u00d8\u00a9\u0156\u00ab\u00ac\u00ad\u00ae\u00c6\u00b0\u00b1\u00b2\u00b3\u201c\u00b5\u00b6\u00b7\u00f8\u00b9\u0157\u00bb\u00bc\u00bd\u00be\u00e6\u0104\u012e\u0100\u0106\u00c4\u00c5\u0118\u0112\u010c\u00c9\u0179\u0116\u0122\u0136\u012a\u013b\u0160\u0143\u0145\u00d3\u014c\u00d5\u00d6\u00d7\u0172\u0141\u015a\u016a\u00dc\u017b\u017d\u00df\u0105\u012f\u0101\u0107\u00e4\u00e5\u0119\u0113\u010d\u00e9\u017a\u0117\u0123\u0137\u012b\u013c\u0161\u0144\u0146\u00f3\u014d\u00f5\u00f6\u00f7\u0173\u0142\u015b\u016b\u00fc\u017c\u017e\u2019"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u1e02\u1e03\u00a3\u010a\u010b\u1e0a\u00a7\u1e80\u00a9\u1e82\u1e0b\u1ef2\u00ad\u00ae\u0178\u1e1e\u1e1f\u0120\u0121\u1e40\u1e41\u00b6\u1e56\u1e81\u1e57\u1e83\u1e60\u1ef3\u1e84\u1e85\u1e61\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u0174\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u1e6a\u00d8\u00d9\u00da\u00db\u00dc\u00dd\u0176\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u0175\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u1e6b\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u0177\u00ff"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u00a1\u00a2\u00a3\u20ac\u00a5\u0160\u00a7\u0161\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u017d\u00b5\u00b6\u00b7\u017e\u00b9\u00ba\u00bb\u0152\u0153\u0178\u00bf\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u00dd\u00de\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f0\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u00fe\u00ff"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0104\u0105\u0141\u20ac\u201e\u0160\u00a7\u0161\u00a9\u0218\u00ab\u0179\u00ad\u017a\u017b\u00b0\u00b1\u010c\u0142\u017d\u201d\u00b6\u00b7\u017e\u010d\u0219\u00bb\u0152\u0153\u0178\u017c\u00c0\u00c1\u00c2\u0102\u00c4\u0106\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u0110\u0143\u00d2\u00d3\u00d4\u0150\u00d6\u015a\u0170\u00d9\u00da\u00db\u00dc\u0118\u021a\u00df\u00e0\u00e1\u00e2\u0103\u00e4\u0107\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u0111\u0144\u00f2\u00f3\u00f4\u0151\u00f6\u015b\u0171\u00f9\u00fa\u00fb\u00fc\u0119\u021b\u00ff"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u00ec\u00c4\u00c5\u00c9\u00e6\u00c6\u00f4\u00f6\u00f2\u00fb\u00f9\u00ff\u00d6\u00dc\u00a2\u00a3\u00a5\u20a7\u0192\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u2310\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\u00df\u0393\u03c0\u03a3\u03c3\u00b5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"\u0391\u0392\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c3\u03c2\u03c4\u03c5\u03c6\u03c7\u03c8\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03c9\u03ac\u03ad\u03ae\u03ca\u03af\u03cc\u03cd\u03cb\u03ce\u0386\u0388\u0389\u038a\u038c\u038e\u038f\u00b1\u2265\u2264\u03aa\u03ab\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"\u0106\u00fc\u00e9\u0101\u00e4\u0123\u00e5\u0107\u0142\u0113\u0156\u0157\u012b\u0179\u00c4\u00c5\u00c9\u00e6\u00c6\u014d\u00f6\u0122\u00a2\u015a\u015b\u00d6\u00dc\u00f8\u00a3\u00d8\u00d7\u00a4\u0100\u012a\u00f3\u017b\u017c\u017a\u201d\u00a6\u00a9\u00ae\u00ac\u00bd\u00bc\u0141\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u0104\u010c\u0118\u0116\u2563\u2551\u2557\u255d\u012e\u0160\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u0172\u016a\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u017d\u0105\u010d\u0119\u0117\u012f\u0161\u0173\u016b\u017e\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u00d3\u00df\u014c\u0143\u00f5\u00d5\u00b5\u0144\u0136\u0137\u013b\u013c\u0146\u0112\u0145\u2019\u00ad\u00b1\u201c\u00be\u00b6\u00a7\u00f7\u201e\u00b0\u2219\u00b7\u00b9\u00b3\u00b2\u25a0\u00a0"},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u00ec\u00c4\u00c5\u00c9\u00e6\u00c6\u00f4\u00f6\u00f2\u00fb\u00f9\u00ff\u00d6\u00dc\u00f8\u00a3\u00d8\u00d7\u0192\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u00ae\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u00c1\u00c2\u00c0\u00a9\u2563\u2551\u2557\u255d\u00a2\u00a5\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u00e3\u00c3\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u00a4\u00f0\u00d0\u00ca\u00cb\u00c8\u0131\u00cd\u00ce\u00cf\u2518\u250c\u2588\u2584\u00a6\u00cc\u2580\u00d3\u00df\u00d4\u00d2\u00f5\u00d5\u00b5\u00fe\u00de\u00da\u00db\u00d9\u00fd\u00dd\u00af\u00b4\u00ad\u00b1\u2017\u00be\u00b6\u00a7\u00f7\u00b8\u00b0\u00a8\u00b7\u00b9\u00b3\u00b2\u25a0\u00a0"},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00e4\u016f\u0107\u00e7\u0142\u00eb\u0150\u0151\u00ee\u0179\u00c4\u0106\u00c9\u0139\u013a\u00f4\u00f6\u013d\u013e\u015a\u015b\u00d6\u00dc\u0164\u0165\u0141\u00d7\u010d\u00e1\u00ed\u00f3\u00fa\u0104\u0105\u017d\u017e\u0118\u0119\u00ac\u017a\u010c\u015f\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u00c1\u00c2\u011a\u015e\u2563\u2551\u2557\u255d\u017b\u017c\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u0102\u0103\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u00a4\u0111\u0110\u010e\u00cb\u010f\u0147\u00cd\u00ce\u011b\u2518\u250c\u2588\u2584\u0162\u016e\u2580\u00d3\u00df\u00d4\u0143\u0144\u0148\u0160\u0161\u0154\u00da\u0155\u0170\u00fd\u00dd\u0163\u00b4\u00ad\u02dd\u02db\u02c7\u02d8\u00a7\u00f7\u00b8\u00b0\u00a8\u02d9\u0171\u0158\u0159\u25a0\u00a0"},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"\u0452\u0402\u0453\u0403\u0451\u0401\u0454\u0404\u0455\u0405\u0456\u0406\u0457\u0407\u0458\u0408\u0459\u0409\u045a\u040a\u045b\u040b\u045c\u040c\u045e\u040e\u045f\u040f\u044e\u042e\u044a\u042a\u0430\u0410\u0431\u0411\u0446\u0426\u0434\u0414\u0435\u0415\u0444\u0424\u0433\u0413\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u0445\u0425\u0438\u0418\u2563\u2551\u2557\u255d\u0439\u0419\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u043a\u041a\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u00a4\u043b\u041b\u043c\u041c\u043d\u041d\u043e\u041e\u043f\u2518\u250c\u2588\u2584\u041f\u044f\u2580\u042f\u0440\u0420\u0441\u0421\u0442\u0422\u0443\u0423\u0436\u0416\u0432\u0412\u044c\u042c\u2116\u00ad\u044b\u042b\u0437\u0417\u0448\u0428\u044d\u042d\u0449\u0429\u0447\u0427\u00a7\u25a0\u00a0"},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05da\u05db\u05dc\u05dd\u05de\u05df\u05e0\u05e1\u05e2\u05e3\u05e4\u05e5\u05e6\u05e7\u05e8\u05e9\u05ea\ufffd\u00a3\ufffd\u00d7\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u00ae\u00ac\u00bd\u00bc\ufffd\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\ufffd\ufffd\ufffd\u00a9\u2563\u2551\u2557\u255d\u00a2\u00a5\u2510\u2514\u2534\u252c\u251c\u2500\u253c\ufffd\ufffd\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u00a4\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u2518\u250c\u2588\u2584\u00a6\ufffd\u2580\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u00b5\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u00af\u00b4\u00ad\u00b1\u2017\u00be\u00b6\u00a7\u00f7\u00b8\u00b0\u00a8\u00b7\u00b9\u00b3\u00b2\u25a0\u00a0"},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u0131\u00c4\u00c5\u00c9\u00e6\u00c6\u00f4\u00f6\u00f2\u00fb\u00f9\u0130\u00d6\u00dc\u00f8\u00a3\u00d8\u015e\u015f\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u011e\u011f\u00bf\u00ae\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u00c1\u00c2\u00c0\u00a9\u2563\u2551\u2557\u255d\u00a2\u00a5\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u00e3\u00c3\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u00a4\u00ba\u00aa\u00ca\u00cb\u00c8\ufffd\u00cd\u00ce\u00cf\u2518\u250c\u2588\u2584\u00a6\u00cc\u2580\u00d3\u00df\u00d4\u00d2\u00f5\u00d5\u00b5\ufffd\u00d7\u00da\u00db\u00d9\u00ec\u00ff\u00af\u00b4\u00ad\u00b1\ufffd\u00be\u00b6\u00a7\u00f7\u00b8\u00b0\u00a8\u00b7\u00b9\u00b3\u00b2\u25a0\u00a0"},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u00ec\u00c4\u00c5\u00c9\u00e6\u00c6\u00f4\u00f6\u00f2\u00fb\u00f9\u00ff\u00d6\u00dc\u00f8\u00a3\u00d8\u00d7\u0192\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u00ae\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u00c1\u00c2\u00c0\u00a9\u2563\u2551\u2557\u255d\u00a2\u00a5\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u00e3\u00c3\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u00a4\u00f0\u00d0\u00ca\u00cb\u00c8\u20ac\u00cd\u00ce\u00cf\u2518\u250c\u2588\u2584\u00a6\u00cc\u2580\u00d3\u00df\u00d4\u00d2\u00f5\u00d5\u00b5\u00fe\u00de\u00da\u00db\u00d9\u00fd\u00dd\u00af\u00b4\u00ad\u00b1\u2017\u00be\u00b6\u00a7\u00f7\u00b8\u00b0\u00a8\u00b7\u00b9\u00b3\u00b2\u25a0\u00a0"},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00e3\u00e0\u00c1\u00e7\u00ea\u00ca\u00e8\u00cd\u00d4\u00ec\u00c3\u00c2\u00c9\u00c0\u00c8\u00f4\u00f5\u00f2\u00da\u00f9\u00cc\u00d5\u00dc\u00a2\u00a3\u00d9\u20a7\u00d3\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u00d2\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\u00df\u0393\u03c0\u03a3\u03c3\u00b5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00d0\u00f0\u00de\u00c4\u00c5\u00c9\u00e6\u00c6\u00f4\u00f6\u00fe\u00fb\u00dd\u00fd\u00d6\u00dc\u00f8\u00a3\u00d8\u20a7\u0192\u00e1\u00ed\u00f3\u00fa\u00c1\u00cd\u00d3\u00da\u00bf\u2310\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\u00df\u0393\u03c0\u03a3\u03c3\u00b5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05da\u05db\u05dc\u05dd\u05de\u05df\u05e0\u05e1\u05e2\u05e3\u05e4\u05e5\u05e6\u05e7\u05e8\u05e9\u05ea\u00a2\u00a3\u00a5\u20a7\u0192\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u2310\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\u00df\u0393\u03c0\u03a3\u03c3\u00b5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00c2\u00e0\u00b6\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u2017\u00c0\u00a7\u00c9\u00c8\u00ca\u00f4\u00cb\u00cf\u00fb\u00f9\u00a4\u00d4\u00dc\u00a2\u00a3\u00d9\u00db\u0192\u00a6\u00b4\u00f3\u00fa\u00a8\u00b8\u00b3\u00af\u00ce\u2310\u00ac\u00bd\u00bc\u00be\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\u00df\u0393\u03c0\u03a3\u03c3\u00b5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$\u066a&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u007f\u00b0\u00b7\u2219\u221a\u2592\u2500\u2502\u253c\u2524\u252c\u251c\u2534\u2510\u250c\u2514\u2518\u03b2\u221e\u03c6\u00b1\u00bd\u00bc\u2248\u00ab\u00bb\ufef7\ufef8\ufffd\ufffd\ufefb\ufefc\ufffd\u00a0\u00ad\ufe82\u00a3\u00a4\ufe84\ufffd\ufffd\ufe8e\ufe8f\ufe95\ufe99\u060c\ufe9d\ufea1\ufea5\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\ufed1\u061b\ufeb1\ufeb5\ufeb9\u061f\u00a2\ufe80\ufe81\ufe83\ufe85\ufeca\ufe8b\ufe8d\ufe91\ufe93\ufe97\ufe9b\ufe9f\ufea3\ufea7\ufea9\ufeab\ufead\ufeaf\ufeb3\ufeb7\ufebb\ufebf\ufec1\ufec5\ufecb\ufecf\u00a6\u00ac\u00f7\u00d7\ufec9\u0640\ufed3\ufed7\ufedb\ufedf\ufee3\ufee7\ufeeb\ufeed\ufeef\ufef3\ufebd\ufecc\ufece\ufecd\ufee1\ufe7d\u0651\ufee5\ufee9\ufeec\ufef0\ufef2\ufed0\ufed5\ufef5\ufef6\ufedd\ufed9\ufef1\u25a0\ufffd"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u00ec\u00c4\u00c5\u00c9\u00e6\u00c6\u00f4\u00f6\u00f2\u00fb\u00f9\u00ff\u00d6\u00dc\u00f8\u00a3\u00d8\u20a7\u0192\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u2310\u00ac\u00bd\u00bc\u00a1\u00ab\u00a4\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\u00df\u0393\u03c0\u03a3\u03c3\u00b5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0401\u0451\u0404\u0454\u0407\u0457\u040e\u045e\u00b0\u2219\u00b7\u221a\u2116\u00a4\u25a0\u00a0"},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0386\ufffd\u00b7\u00ac\u00a6\u2018\u2019\u0388\u2015\u0389\u038a\u03aa\u038c\ufffd\ufffd\u038e\u03ab\u00a9\u038f\u00b2\u00b3\u03ac\u00a3\u03ad\u03ae\u03af\u03ca\u0390\u03cc\u03cd\u0391\u0392\u0393\u0394\u0395\u0396\u0397\u00bd\u0398\u0399\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u039a\u039b\u039c\u039d\u2563\u2551\u2557\u255d\u039e\u039f\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u03a0\u03a1\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u03a3\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u2518\u250c\u2588\u2584\u03b4\u03b5\u2580\u03b6\u03b7\u03b8\u03b9\u03ba\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c3\u03c2\u03c4\u0384\u00ad\u00b1\u03c5\u03c6\u03c7\u00a7\u03c8\u0385\u00b0\u00a8\u03c9\u03cb\u03b0\u03ce\u25a0\u00a0"},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u203e\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u0160\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u00dd\u017d\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u0161\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u017e\u00ff"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"\ufe88\u00d7\u00f7\uf8f6\uf8f5\uf8f4\uf8f7\ufe71\u0088\u25a0\u2502\u2500\u2510\u250c\u2514\u2518\ufe79\ufe7b\ufe7d\ufe7f\ufe77\ufe8a\ufef0\ufef3\ufef2\ufece\ufecf\ufed0\ufef6\ufef8\ufefa\ufefc\u00a0\uf8fa\uf8f9\uf8f8\u00a4\uf8fb\ufe8b\ufe91\ufe97\ufe9b\ufe9f\ufea3\u060c\u00ad\ufea7\ufeb3\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\ufeb7\u061b\ufebb\ufebf\ufeca\u061f\ufecb\u0621\u0622\u0623\u0624\u0625\u0626\u0627\u0628\u0629\u062a\u062b\u062c\u062d\u062e\u062f\u0630\u0631\u0632\u0633\u0634\u0635\u0636\u0637\ufec7\u0639\u063a\ufecc\ufe82\ufe84\ufe8e\ufed3\u0640\u0641\u0642\u0643\u0644\u0645\u0646\u0647\u0648\u0649\u064a\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0652\ufed7\ufedb\ufedf\uf8fc\ufef5\ufef7\ufef9\ufefb\ufee3\ufee7\ufeec\ufee9\ufffd"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0401\u0402\u0490\u0404\u0405\u0406\u0407\u0408\u0409\u040a\u040b\u040c\u00ad\u040e\u040f\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u2116\u0451\u0452\u0491\u0454\u0455\u0456\u0457\u0458\u0459\u045a\u045b\u045c\u00a7\u045e\u045f"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0401\u0451\u0490\u0491\u0404\u0454\u0406\u0456\u0407\u0457\u00b7\u221a\u2116\u00a4\u25a0\u00a0"},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u0153\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u0178\u00b5\u00b6\u00b7\u0152\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u0102\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u0300\u00cd\u00ce\u00cf\u0110\u00d1\u0309\u00d3\u00d4\u01a0\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u01af\u0303\u00df\u00e0\u00e1\u00e2\u0103\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u0301\u00ed\u00ee\u00ef\u0111\u00f1\u0323\u00f3\u00f4\u01a1\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u01b0\u20ab\u00ff"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0e81\u0e82\u0e84\u0e87\u0e88\u0eaa\u0e8a\u0e8d\u0e94\u0e95\u0e96\u0e97\u0e99\u0e9a\u0e9b\u0e9c\u0e9d\u0e9e\u0e9f\u0ea1\u0ea2\u0ea3\u0ea5\u0ea7\u0eab\u0ead\u0eae\ufffd\ufffd\ufffd\u0eaf\u0eb0\u0eb2\u0eb3\u0eb4\u0eb5\u0eb6\u0eb7\u0eb8\u0eb9\u0ebc\u0eb1\u0ebb\u0ebd\ufffd\ufffd\ufffd\u0ec0\u0ec1\u0ec2\u0ec3\u0ec4\u0ec8\u0ec9\u0eca\u0ecb\u0ecc\u0ecd\u0ec6\ufffd\u0edc\u0edd\u20ad\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0ed0\u0ed1\u0ed2\u0ed3\u0ed4\u0ed5\u0ed6\u0ed7\u0ed8\u0ed9\ufffd\ufffd\u00a2\u00ac\u00a6\ufffd"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0e48\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\u0e49\u0e4a\u0e4b\u20ac\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u0e4e\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u0e5a\u0e5b\u00a2\u00ac\u00a6\u00a0"},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"\u20ac\u0081\u0082\u0083\u0084\u2026\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\ufffd\ufffd\ufffd\ufffd\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u0e4e\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u0e5a\u0e5b\ufffd\ufffd\ufffd\ufffd"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u00a1\u00a2\u00a3\u20ac\u00a5\u00a6\u00a7\u0153\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u0178\u00b5\u00b6\u00b7\u0152\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u0102\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u0300\u00cd\u00ce\u00cf\u0110\u00d1\u0309\u00d3\u00d4\u01a0\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u01af\u0303\u00df\u00e0\u00e1\u00e2\u0103\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u0301\u00ed\u00ee\u00ef\u0111\u00f1\u0323\u00f3\u00f4\u01a1\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u01b0\u20ab\u00ff"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"\u00c4\u00c5\u00c7\u00c9\u00d1\u00d6\u00dc\u00e1\u00e0\u00e2\u00e4\u00e3\u00e5\u00e7\u00e9\u00e8\u00ea\u00eb\u00ed\u00ec\u00ee\u00ef\u00f1\u00f3\u00f2\u00f4\u00f6\u00f5\u00fa\u00f9\u00fb\u00fc\u2020\u00b0\u00a2\u00a3\u00a7\u2022\u00b6\u00df\u00ae\u0160\u2122\u00b4\u00a8\u2260\u017d\u00d8\u221e\u00b1\u2264\u2265\u2206\u00b5\u2202\u2211\u220f\u0161\u222b\u00aa\u00ba\u2126\u017e\u00f8\u00bf\u00a1\u00ac\u221a\u0192\u2248\u0106\u00ab\u010c\u2026\u00a0\u00c0\u00c3\u00d5\u0152\u0153\u0110\u2014\u201c\u201d\u2018\u2019\u00f7\u25ca\ufffd\u00a9\u2044\u00a4\u2039\u203a\u00c6\u00bb\u2013\u00b7\u201a\u201e\u2030\u00c2\u0107\u00c1\u010d\u00c8\u00cd\u00ce\u00cf\u00cc\u00d3\u00d4\u0111\u00d2\u00da\u00db\u00d9\u0131\u02c6\u02dc\u00af\u03c0\u00cb\u02da\u00b8\u00ca\u00e6\u02c7"},maccyrillic:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u2020\u00b0\u00a2\u00a3\u00a7\u2022\u00b6\u0406\u00ae\u00a9\u2122\u0402\u0452\u2260\u0403\u0453\u221e\u00b1\u2264\u2265\u0456\u00b5\u2202\u0408\u0404\u0454\u0407\u0457\u0409\u0459\u040a\u045a\u0458\u0405\u00ac\u221a\u0192\u2248\u2206\u00ab\u00bb\u2026\u00a0\u040b\u045b\u040c\u045c\u0455\u2013\u2014\u201c\u201d\u2018\u2019\u00f7\u201e\u040e\u045e\u040f\u045f\u2116\u0401\u0451\u044f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u00a4"},macgreek:{type:"_sbcs",chars:"\u00c4\u00b9\u00b2\u00c9\u00b3\u00d6\u00dc\u0385\u00e0\u00e2\u00e4\u0384\u00a8\u00e7\u00e9\u00e8\u00ea\u00eb\u00a3\u2122\u00ee\u00ef\u2022\u00bd\u2030\u00f4\u00f6\u00a6\u00ad\u00f9\u00fb\u00fc\u2020\u0393\u0394\u0398\u039b\u039e\u03a0\u00df\u00ae\u00a9\u03a3\u03aa\u00a7\u2260\u00b0\u0387\u0391\u00b1\u2264\u2265\u00a5\u0392\u0395\u0396\u0397\u0399\u039a\u039c\u03a6\u03ab\u03a8\u03a9\u03ac\u039d\u00ac\u039f\u03a1\u2248\u03a4\u00ab\u00bb\u2026\u00a0\u03a5\u03a7\u0386\u0388\u0153\u2013\u2015\u201c\u201d\u2018\u2019\u00f7\u0389\u038a\u038c\u038e\u03ad\u03ae\u03af\u03cc\u038f\u03cd\u03b1\u03b2\u03c8\u03b4\u03b5\u03c6\u03b3\u03b7\u03b9\u03be\u03ba\u03bb\u03bc\u03bd\u03bf\u03c0\u03ce\u03c1\u03c3\u03c4\u03b8\u03c9\u03c2\u03c7\u03c5\u03b6\u03ca\u03cb\u0390\u03b0\ufffd"},maciceland:{type:"_sbcs",chars:"\u00c4\u00c5\u00c7\u00c9\u00d1\u00d6\u00dc\u00e1\u00e0\u00e2\u00e4\u00e3\u00e5\u00e7\u00e9\u00e8\u00ea\u00eb\u00ed\u00ec\u00ee\u00ef\u00f1\u00f3\u00f2\u00f4\u00f6\u00f5\u00fa\u00f9\u00fb\u00fc\u00dd\u00b0\u00a2\u00a3\u00a7\u2022\u00b6\u00df\u00ae\u00a9\u2122\u00b4\u00a8\u2260\u00c6\u00d8\u221e\u00b1\u2264\u2265\u00a5\u00b5\u2202\u2211\u220f\u03c0\u222b\u00aa\u00ba\u2126\u00e6\u00f8\u00bf\u00a1\u00ac\u221a\u0192\u2248\u2206\u00ab\u00bb\u2026\u00a0\u00c0\u00c3\u00d5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\u00f7\u25ca\u00ff\u0178\u2044\u00a4\u00d0\u00f0\u00de\u00fe\u00fd\u00b7\u201a\u201e\u2030\u00c2\u00ca\u00c1\u00cb\u00c8\u00cd\u00ce\u00cf\u00cc\u00d3\u00d4\ufffd\u00d2\u00da\u00db\u00d9\u0131\u02c6\u02dc\u00af\u02d8\u02d9\u02da\u00b8\u02dd\u02db\u02c7"},macroman:{type:"_sbcs",chars:"\u00c4\u00c5\u00c7\u00c9\u00d1\u00d6\u00dc\u00e1\u00e0\u00e2\u00e4\u00e3\u00e5\u00e7\u00e9\u00e8\u00ea\u00eb\u00ed\u00ec\u00ee\u00ef\u00f1\u00f3\u00f2\u00f4\u00f6\u00f5\u00fa\u00f9\u00fb\u00fc\u2020\u00b0\u00a2\u00a3\u00a7\u2022\u00b6\u00df\u00ae\u00a9\u2122\u00b4\u00a8\u2260\u00c6\u00d8\u221e\u00b1\u2264\u2265\u00a5\u00b5\u2202\u2211\u220f\u03c0\u222b\u00aa\u00ba\u2126\u00e6\u00f8\u00bf\u00a1\u00ac\u221a\u0192\u2248\u2206\u00ab\u00bb\u2026\u00a0\u00c0\u00c3\u00d5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\u00f7\u25ca\u00ff\u0178\u2044\u00a4\u2039\u203a\ufb01\ufb02\u2021\u00b7\u201a\u201e\u2030\u00c2\u00ca\u00c1\u00cb\u00c8\u00cd\u00ce\u00cf\u00cc\u00d3\u00d4\ufffd\u00d2\u00da\u00db\u00d9\u0131\u02c6\u02dc\u00af\u02d8\u02d9\u02da\u00b8\u02dd\u02db\u02c7"},macromania:{type:"_sbcs",chars:"\u00c4\u00c5\u00c7\u00c9\u00d1\u00d6\u00dc\u00e1\u00e0\u00e2\u00e4\u00e3\u00e5\u00e7\u00e9\u00e8\u00ea\u00eb\u00ed\u00ec\u00ee\u00ef\u00f1\u00f3\u00f2\u00f4\u00f6\u00f5\u00fa\u00f9\u00fb\u00fc\u2020\u00b0\u00a2\u00a3\u00a7\u2022\u00b6\u00df\u00ae\u00a9\u2122\u00b4\u00a8\u2260\u0102\u015e\u221e\u00b1\u2264\u2265\u00a5\u00b5\u2202\u2211\u220f\u03c0\u222b\u00aa\u00ba\u2126\u0103\u015f\u00bf\u00a1\u00ac\u221a\u0192\u2248\u2206\u00ab\u00bb\u2026\u00a0\u00c0\u00c3\u00d5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\u00f7\u25ca\u00ff\u0178\u2044\u00a4\u2039\u203a\u0162\u0163\u2021\u00b7\u201a\u201e\u2030\u00c2\u00ca\u00c1\u00cb\u00c8\u00cd\u00ce\u00cf\u00cc\u00d3\u00d4\ufffd\u00d2\u00da\u00db\u00d9\u0131\u02c6\u02dc\u00af\u02d8\u02d9\u02da\u00b8\u02dd\u02db\u02c7"},macthai:{type:"_sbcs",chars:"\u00ab\u00bb\u2026\uf88c\uf88f\uf892\uf895\uf898\uf88b\uf88e\uf891\uf894\uf897\u201c\u201d\uf899\ufffd\u2022\uf884\uf889\uf885\uf886\uf887\uf888\uf88a\uf88d\uf890\uf893\uf896\u2018\u2019\ufffd\u00a0\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\ufeff\u200b\u2013\u2014\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u2122\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u00ae\u00a9\ufffd\ufffd\ufffd\ufffd"},macturkish:{type:"_sbcs",chars:"\u00c4\u00c5\u00c7\u00c9\u00d1\u00d6\u00dc\u00e1\u00e0\u00e2\u00e4\u00e3\u00e5\u00e7\u00e9\u00e8\u00ea\u00eb\u00ed\u00ec\u00ee\u00ef\u00f1\u00f3\u00f2\u00f4\u00f6\u00f5\u00fa\u00f9\u00fb\u00fc\u2020\u00b0\u00a2\u00a3\u00a7\u2022\u00b6\u00df\u00ae\u00a9\u2122\u00b4\u00a8\u2260\u00c6\u00d8\u221e\u00b1\u2264\u2265\u00a5\u00b5\u2202\u2211\u220f\u03c0\u222b\u00aa\u00ba\u2126\u00e6\u00f8\u00bf\u00a1\u00ac\u221a\u0192\u2248\u2206\u00ab\u00bb\u2026\u00a0\u00c0\u00c3\u00d5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\u00f7\u25ca\u00ff\u0178\u011e\u011f\u0130\u0131\u015e\u015f\u2021\u00b7\u201a\u201e\u2030\u00c2\u00ca\u00c1\u00cb\u00c8\u00cd\u00ce\u00cf\u00cc\u00d3\u00d4\ufffd\u00d2\u00da\u00db\u00d9\ufffd\u02c6\u02dc\u00af\u02d8\u02d9\u02da\u00b8\u02dd\u02db\u02c7"},macukraine:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u2020\u00b0\u0490\u00a3\u00a7\u2022\u00b6\u0406\u00ae\u00a9\u2122\u0402\u0452\u2260\u0403\u0453\u221e\u00b1\u2264\u2265\u0456\u00b5\u0491\u0408\u0404\u0454\u0407\u0457\u0409\u0459\u040a\u045a\u0458\u0405\u00ac\u221a\u0192\u2248\u2206\u00ab\u00bb\u2026\u00a0\u040b\u045b\u040c\u045c\u0455\u2013\u2014\u201c\u201d\u2018\u2019\u00f7\u201e\u040e\u045e\u040f\u045f\u2116\u0401\u0451\u044f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u00a4"},koi8r:{type:"_sbcs",chars:"\u2500\u2502\u250c\u2510\u2514\u2518\u251c\u2524\u252c\u2534\u253c\u2580\u2584\u2588\u258c\u2590\u2591\u2592\u2593\u2320\u25a0\u2219\u221a\u2248\u2264\u2265\u00a0\u2321\u00b0\u00b2\u00b7\u00f7\u2550\u2551\u2552\u0451\u2553\u2554\u2555\u2556\u2557\u2558\u2559\u255a\u255b\u255c\u255d\u255e\u255f\u2560\u2561\u0401\u2562\u2563\u2564\u2565\u2566\u2567\u2568\u2569\u256a\u256b\u256c\u00a9\u044e\u0430\u0431\u0446\u0434\u0435\u0444\u0433\u0445\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u044f\u0440\u0441\u0442\u0443\u0436\u0432\u044c\u044b\u0437\u0448\u044d\u0449\u0447\u044a\u042e\u0410\u0411\u0426\u0414\u0415\u0424\u0413\u0425\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u042f\u0420\u0421\u0422\u0423\u0416\u0412\u042c\u042b\u0417\u0428\u042d\u0429\u0427\u042a"},koi8u:{type:"_sbcs",chars:"\u2500\u2502\u250c\u2510\u2514\u2518\u251c\u2524\u252c\u2534\u253c\u2580\u2584\u2588\u258c\u2590\u2591\u2592\u2593\u2320\u25a0\u2219\u221a\u2248\u2264\u2265\u00a0\u2321\u00b0\u00b2\u00b7\u00f7\u2550\u2551\u2552\u0451\u0454\u2554\u0456\u0457\u2557\u2558\u2559\u255a\u255b\u0491\u255d\u255e\u255f\u2560\u2561\u0401\u0404\u2563\u0406\u0407\u2566\u2567\u2568\u2569\u256a\u0490\u256c\u00a9\u044e\u0430\u0431\u0446\u0434\u0435\u0444\u0433\u0445\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u044f\u0440\u0441\u0442\u0443\u0436\u0432\u044c\u044b\u0437\u0448\u044d\u0449\u0447\u044a\u042e\u0410\u0411\u0426\u0414\u0415\u0424\u0413\u0425\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u042f\u0420\u0421\u0422\u0423\u0416\u0412\u042c\u042b\u0417\u0428\u042d\u0429\u0427\u042a"},koi8ru:{type:"_sbcs",chars:"\u2500\u2502\u250c\u2510\u2514\u2518\u251c\u2524\u252c\u2534\u253c\u2580\u2584\u2588\u258c\u2590\u2591\u2592\u2593\u2320\u25a0\u2219\u221a\u2248\u2264\u2265\u00a0\u2321\u00b0\u00b2\u00b7\u00f7\u2550\u2551\u2552\u0451\u0454\u2554\u0456\u0457\u2557\u2558\u2559\u255a\u255b\u0491\u045e\u255e\u255f\u2560\u2561\u0401\u0404\u2563\u0406\u0407\u2566\u2567\u2568\u2569\u256a\u0490\u040e\u00a9\u044e\u0430\u0431\u0446\u0434\u0435\u0444\u0433\u0445\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u044f\u0440\u0441\u0442\u0443\u0436\u0432\u044c\u044b\u0437\u0448\u044d\u0449\u0447\u044a\u042e\u0410\u0411\u0426\u0414\u0415\u0424\u0413\u0425\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u042f\u0420\u0421\u0422\u0423\u0416\u0412\u042c\u042b\u0417\u0428\u042d\u0429\u0427\u042a"},koi8t:{type:"_sbcs",chars:"\u049b\u0493\u201a\u0492\u201e\u2026\u2020\u2021\ufffd\u2030\u04b3\u2039\u04b2\u04b7\u04b6\ufffd\u049a\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\u2122\ufffd\u203a\ufffd\ufffd\ufffd\ufffd\ufffd\u04ef\u04ee\u0451\u00a4\u04e3\u00a6\u00a7\ufffd\ufffd\ufffd\u00ab\u00ac\u00ad\u00ae\ufffd\u00b0\u00b1\u00b2\u0401\ufffd\u04e2\u00b6\u00b7\ufffd\u2116\ufffd\u00bb\ufffd\ufffd\ufffd\u00a9\u044e\u0430\u0431\u0446\u0434\u0435\u0444\u0433\u0445\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u044f\u0440\u0441\u0442\u0443\u0436\u0432\u044c\u044b\u0437\u0448\u044d\u0449\u0447\u044a\u042e\u0410\u0411\u0426\u0414\u0415\u0424\u0413\u0425\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u042f\u0420\u0421\u0422\u0423\u0416\u0412\u042c\u042b\u0417\u0428\u042d\u0429\u0427\u042a"},armscii8:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\ufffd\u0587\u0589)(\u00bb\u00ab\u2014.\u055d,-\u058a\u2026\u055c\u055b\u055e\u0531\u0561\u0532\u0562\u0533\u0563\u0534\u0564\u0535\u0565\u0536\u0566\u0537\u0567\u0538\u0568\u0539\u0569\u053a\u056a\u053b\u056b\u053c\u056c\u053d\u056d\u053e\u056e\u053f\u056f\u0540\u0570\u0541\u0571\u0542\u0572\u0543\u0573\u0544\u0574\u0545\u0575\u0546\u0576\u0547\u0577\u0548\u0578\u0549\u0579\u054a\u057a\u054b\u057b\u054c\u057c\u054d\u057d\u054e\u057e\u054f\u057f\u0550\u0580\u0551\u0581\u0552\u0582\u0553\u0583\u0554\u0584\u0555\u0585\u0556\u0586\u055a\ufffd"},rk1048:{type:"_sbcs",chars:"\u0402\u0403\u201a\u0453\u201e\u2026\u2020\u2021\u20ac\u2030\u0409\u2039\u040a\u049a\u04ba\u040f\u0452\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\u2122\u0459\u203a\u045a\u049b\u04bb\u045f\u00a0\u04b0\u04b1\u04d8\u00a4\u04e8\u00a6\u00a7\u0401\u00a9\u0492\u00ab\u00ac\u00ad\u00ae\u04ae\u00b0\u00b1\u0406\u0456\u04e9\u00b5\u00b6\u00b7\u0451\u2116\u0493\u00bb\u04d9\u04a2\u04a3\u04af\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f"},tcvn:{type:"_sbcs",chars:"\0\u00da\u1ee4\u1eea\u1eec\u1eee\b\t\n\v\f\r\u1ee8\u1ef0\u1ef2\u1ef6\u1ef8\u00dd\u1ef4 !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u007f\u00c0\u1ea2\u00c3\u00c1\u1ea0\u1eb6\u1eac\u00c8\u1eba\u1ebc\u00c9\u1eb8\u1ec6\u00cc\u1ec8\u0128\u00cd\u1eca\u00d2\u1ece\u00d5\u00d3\u1ecc\u1ed8\u1edc\u1ede\u1ee0\u1eda\u1ee2\u00d9\u1ee6\u0168\u00a0\u0102\u00c2\u00ca\u00d4\u01a0\u01af\u0110\u0103\u00e2\u00ea\u00f4\u01a1\u01b0\u0111\u1eb0\u0300\u0309\u0303\u0301\u0323\u00e0\u1ea3\u00e3\u00e1\u1ea1\u1eb2\u1eb1\u1eb3\u1eb5\u1eaf\u1eb4\u1eae\u1ea6\u1ea8\u1eaa\u1ea4\u1ec0\u1eb7\u1ea7\u1ea9\u1eab\u1ea5\u1ead\u00e8\u1ec2\u1ebb\u1ebd\u00e9\u1eb9\u1ec1\u1ec3\u1ec5\u1ebf\u1ec7\u00ec\u1ec9\u1ec4\u1ebe\u1ed2\u0129\u00ed\u1ecb\u00f2\u1ed4\u1ecf\u00f5\u00f3\u1ecd\u1ed3\u1ed5\u1ed7\u1ed1\u1ed9\u1edd\u1edf\u1ee1\u1edb\u1ee3\u00f9\u1ed6\u1ee7\u0169\u00fa\u1ee5\u1eeb\u1eed\u1eef\u1ee9\u1ef1\u1ef3\u1ef7\u1ef9\u00fd\u1ef5\u1ed0"},georgianacademy:{type:"_sbcs",chars:"\u0080\u0081\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0160\u2039\u0152\u008d\u008e\u008f\u0090\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\u0161\u203a\u0153\u009d\u009e\u0178\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u10d0\u10d1\u10d2\u10d3\u10d4\u10d5\u10d6\u10d7\u10d8\u10d9\u10da\u10db\u10dc\u10dd\u10de\u10df\u10e0\u10e1\u10e2\u10e3\u10e4\u10e5\u10e6\u10e7\u10e8\u10e9\u10ea\u10eb\u10ec\u10ed\u10ee\u10ef\u10f0\u10f1\u10f2\u10f3\u10f4\u10f5\u10f6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f0\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u00fe\u00ff"},georgianps:{type:"_sbcs",chars:"\u0080\u0081\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0160\u2039\u0152\u008d\u008e\u008f\u0090\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\u0161\u203a\u0153\u009d\u009e\u0178\u00a0\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u10d0\u10d1\u10d2\u10d3\u10d4\u10d5\u10d6\u10f1\u10d7\u10d8\u10d9\u10da\u10db\u10dc\u10f2\u10dd\u10de\u10df\u10e0\u10e1\u10e2\u10f3\u10e3\u10e4\u10e5\u10e6\u10e7\u10e8\u10e9\u10ea\u10eb\u10ec\u10ed\u10ee\u10f4\u10ef\u10f0\u10f5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f0\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u00fe\u00ff"},pt154:{type:"_sbcs",chars:"\u0496\u0492\u04ee\u0493\u201e\u2026\u04b6\u04ae\u04b2\u04af\u04a0\u04e2\u04a2\u049a\u04ba\u04b8\u0497\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u04b3\u04b7\u04a1\u04e3\u04a3\u049b\u04bb\u04b9\u00a0\u040e\u045e\u0408\u04e8\u0498\u04b0\u00a7\u0401\u00a9\u04d8\u00ab\u00ac\u04ef\u00ae\u049c\u00b0\u04b1\u0406\u0456\u0499\u04e9\u00b6\u00b7\u0451\u2116\u04d9\u00bb\u0458\u04aa\u04ab\u049d\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f"},viscii:{type:"_sbcs",chars:"\0\u1eb2\u1eb4\u1eaa\b\t\n\v\f\r\u1ef6\u1ef8\u1ef4 !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u007f\u1ea0\u1eae\u1eb0\u1eb6\u1ea4\u1ea6\u1ea8\u1eac\u1ebc\u1eb8\u1ebe\u1ec0\u1ec2\u1ec4\u1ec6\u1ed0\u1ed2\u1ed4\u1ed6\u1ed8\u1ee2\u1eda\u1edc\u1ede\u1eca\u1ece\u1ecc\u1ec8\u1ee6\u0168\u1ee4\u1ef2\u00d5\u1eaf\u1eb1\u1eb7\u1ea5\u1ea7\u1ea9\u1ead\u1ebd\u1eb9\u1ebf\u1ec1\u1ec3\u1ec5\u1ec7\u1ed1\u1ed3\u1ed5\u1ed7\u1ee0\u01a0\u1ed9\u1edd\u1edf\u1ecb\u1ef0\u1ee8\u1eea\u1eec\u01a1\u1edb\u01af\u00c0\u00c1\u00c2\u00c3\u1ea2\u0102\u1eb3\u1eb5\u00c8\u00c9\u00ca\u1eba\u00cc\u00cd\u0128\u1ef3\u0110\u1ee9\u00d2\u00d3\u00d4\u1ea1\u1ef7\u1eeb\u1eed\u00d9\u00da\u1ef9\u1ef5\u00dd\u1ee1\u01b0\u00e0\u00e1\u00e2\u00e3\u1ea3\u0103\u1eef\u1eab\u00e8\u00e9\u00ea\u1ebb\u00ec\u00ed\u0129\u1ec9\u0111\u1ef1\u00f2\u00f3\u00f4\u00f5\u1ecf\u1ecd\u1ee5\u00f9\u00fa\u0169\u1ee7\u00fd\u1ee3\u1eee"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#\u00a5%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}\u203e\u007f\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\u00a5]^_`abcdefghijklmnopqrstuvwxyz{|}\u203e\u007f\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"},hproman8:{type:"_sbcs",chars:"\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0\u00c0\u00c2\u00c8\u00ca\u00cb\u00ce\u00cf\u00b4\u02cb\u02c6\u00a8\u02dc\u00d9\u00db\u20a4\u00af\u00dd\u00fd\u00b0\u00c7\u00e7\u00d1\u00f1\u00a1\u00bf\u00a4\u00a3\u00a5\u00a7\u0192\u00a2\u00e2\u00ea\u00f4\u00fb\u00e1\u00e9\u00f3\u00fa\u00e0\u00e8\u00f2\u00f9\u00e4\u00eb\u00f6\u00fc\u00c5\u00ee\u00d8\u00c6\u00e5\u00ed\u00f8\u00e6\u00c4\u00ec\u00d6\u00dc\u00c9\u00ef\u00df\u00d4\u00c1\u00c3\u00e3\u00d0\u00f0\u00cd\u00cc\u00d3\u00d2\u00d5\u00f5\u0160\u0161\u00da\u0178\u00ff\u00de\u00fe\u00b7\u00b5\u00b6\u00be\u2014\u00bc\u00bd\u00aa\u00ba\u00ab\u25a0\u00bb\u00b1\ufffd"},macintosh:{type:"_sbcs",chars:"\u00c4\u00c5\u00c7\u00c9\u00d1\u00d6\u00dc\u00e1\u00e0\u00e2\u00e4\u00e3\u00e5\u00e7\u00e9\u00e8\u00ea\u00eb\u00ed\u00ec\u00ee\u00ef\u00f1\u00f3\u00f2\u00f4\u00f6\u00f5\u00fa\u00f9\u00fb\u00fc\u2020\u00b0\u00a2\u00a3\u00a7\u2022\u00b6\u00df\u00ae\u00a9\u2122\u00b4\u00a8\u2260\u00c6\u00d8\u221e\u00b1\u2264\u2265\u00a5\u00b5\u2202\u2211\u220f\u03c0\u222b\u00aa\u00ba\u2126\u00e6\u00f8\u00bf\u00a1\u00ac\u221a\u0192\u2248\u2206\u00ab\u00bb\u2026\u00a0\u00c0\u00c3\u00d5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\u00f7\u25ca\u00ff\u0178\u2044\u00a4\u2039\u203a\ufb01\ufb02\u2021\u00b7\u201a\u201e\u2030\u00c2\u00ca\u00c1\u00cb\u00c8\u00cd\u00ce\u00cf\u00cc\u00d3\u00d4\ufffd\u00d2\u00da\u00db\u00d9\u0131\u02c6\u02dc\u00af\u02d8\u02d9\u02da\u00b8\u02dd\u02db\u02c7"},ascii:{type:"_sbcs",chars:"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"},tis620:{type:"_sbcs",chars:"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\ufffd\ufffd\ufffd\ufffd\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u0e4e\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u0e5a\u0e5b\ufffd\ufffd\ufffd\ufffd"}}},82468:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),MouseEventInit=(__webpack_require__(65554),__webpack_require__(12920));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| MouseEventInit._convertInherit(globalObject,obj,ret,{context});{const key="deltaMode";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long"](value,{context:context+" has member 'deltaMode' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="deltaX";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.double(value,{context:context+" has member 'deltaX' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="deltaY";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.double(value,{context:context+" has member 'deltaY' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="deltaZ";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.double(value,{context:context+" has member 'deltaZ' that",globals:globalObject}),ret[key]=value):ret[key]=0}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},82524:()=>{},82709:module=>{"use strict";function isLeapYear(year){ |
| /*ThouShaltNotCache*/ |
| return year%400==0||year%4==0&&year%100!=0}const daysInMonth=[31,28,31,30,31,30,31,31,30,31,30,31];function numberOfDaysInMonthOfYear(month,year){ |
| /*ThouShaltNotCache*/ |
| return 2===month&&isLeapYear(year)?29:daysInMonth[month-1]}const monthRe=/^([0-9]{4,})-([0-9]{2})$/;function parseMonthString(str){ |
| /*ThouShaltNotCache*/ |
| const matches=monthRe.exec(str);if(!matches)return null;const year=Number(matches[1]);if(year<=0)return null;const month=Number(matches[2]);return month<1||month>12?null:{year,month}}function serializeMonth({year,month}){return`${`${year}`.padStart(4,"0")}-${`${month}`.padStart(2,"0")}`}const dateRe=/^([0-9]{4,})-([0-9]{2})-([0-9]{2})$/;function parseDateString(str){ |
| /*ThouShaltNotCache*/ |
| const matches=dateRe.exec(str);if(!matches)return null;const year=Number(matches[1]);if(year<=0)return null;const month=Number(matches[2]);if(month<1||month>12)return null;const day=Number(matches[3]);return day<1||day>numberOfDaysInMonthOfYear(month,year)?null:{year,month,day}}function serializeDate(date){ |
| /*ThouShaltNotCache*/ |
| const dayStr=`${date.day}`.padStart(2,"0");return`${serializeMonth(date)}-${dayStr}`}const yearlessDateRe=/^(?:--)?([0-9]{2})-([0-9]{2})$/;function parseYearlessDateString(str){ |
| /*ThouShaltNotCache*/ |
| const matches=yearlessDateRe.exec(str);if(!matches)return null;const month=Number(matches[1]);if(month<1||month>12)return null;const day=Number(matches[2]);return day<1||day>numberOfDaysInMonthOfYear(month,4)?null:{month,day}}const timeRe=/^([0-9]{2}):([0-9]{2})(?::([0-9]{2}(?:\.([0-9]{1,3}))?))?$/;function parseTimeString(str){ |
| /*ThouShaltNotCache*/ |
| const matches=timeRe.exec(str);if(!matches)return null;const hour=Number(matches[1]);if(hour<0||hour>23)return null;const minute=Number(matches[2]);if(minute<0||minute>59)return null;const second=void 0!==matches[3]?Math.trunc(Number(matches[3])):0;if(second<0||second>=60)return null;return{hour,minute,second,millisecond:void 0!==matches[4]?Number(matches[4]):0}}function serializeTime({hour,minute,second,millisecond}){ |
| /*ThouShaltNotCache*/ |
| const hourStr=`${hour}`.padStart(2,"0"),minuteStr=`${minute}`.padStart(2,"0");if(0===second&&0===millisecond)return`${hourStr}:${minuteStr}`;return`${hourStr}:${minuteStr}:${`${second}`.padStart(2,"0")}.${`${millisecond}`.padStart(3,"0")}`}function parseLocalDateAndTimeString(str,normalized=!1){ |
| /*ThouShaltNotCache*/ |
| let separatorIdx=str.indexOf("T");if(separatorIdx<0&&!normalized&&(separatorIdx=str.indexOf(" ")),separatorIdx<0)return null;const date=parseDateString(str.slice(0,separatorIdx));if(null===date)return null;const time=parseTimeString(str.slice(separatorIdx+1));return null===time?null:{date,time}}function weekNumberOfLastDay(year){ |
| /*ThouShaltNotCache*/ |
| const jan1=new Date(year,0);return 4===jan1.getDay()||isLeapYear(year)&&3===jan1.getDay()?53:52}const weekRe=/^([0-9]{4,5})-W([0-9]{2})$/;function parseWeekString(str){ |
| /*ThouShaltNotCache*/ |
| const matches=weekRe.exec(str);if(!matches)return null;const year=Number(matches[1]);if(year<=0)return null;const week=Number(matches[2]);return week<1||week>weekNumberOfLastDay(year)?null:{year,week}}module.exports={isDate:function(obj){ |
| /*ThouShaltNotCache*/ |
| try{return Date.prototype.valueOf.call(obj),!0}catch{return!1}},numberOfDaysInMonthOfYear,parseMonthString,isValidMonthString:function(str){ |
| /*ThouShaltNotCache*/ |
| return null!==parseMonthString(str)},serializeMonth,parseDateString,isValidDateString:function(str){ |
| /*ThouShaltNotCache*/ |
| return null!==parseDateString(str)},serializeDate,parseYearlessDateString,isValidYearlessDateString:function(str){ |
| /*ThouShaltNotCache*/ |
| return null!==parseYearlessDateString(str)},serializeYearlessDate:function({month,day}){return`${`${month}`.padStart(2,"0")}-${`${day}`.padStart(2,"0")}`},parseTimeString,isValidTimeString:function(str){ |
| /*ThouShaltNotCache*/ |
| return null!==parseTimeString(str)},serializeTime,parseLocalDateAndTimeString,isValidLocalDateAndTimeString:function(str){ |
| /*ThouShaltNotCache*/ |
| return null!==parseLocalDateAndTimeString(str)},isValidNormalizedLocalDateAndTimeString:function(str){ |
| /*ThouShaltNotCache*/ |
| return null!==parseLocalDateAndTimeString(str,!0)},serializeNormalizedDateAndTime:function({date,time}){ |
| /*ThouShaltNotCache*/ |
| return`${serializeDate(date)}T${serializeTime(time)}`},parseDateAsWeek:function(originalDate){ |
| /*ThouShaltNotCache*/ |
| const date=new Date(Date.UTC(originalDate.getUTCFullYear(),originalDate.getUTCMonth(),originalDate.getUTCDate()));date.setUTCDate(date.getUTCDate()+4-(date.getUTCDay()||7));const yearStart=new Date(Date.UTC(date.getUTCFullYear(),0,1)),week=Math.ceil(((date-yearStart)/864e5+1)/7);return{year:date.getUTCFullYear(),week}},weekNumberOfLastDay,parseWeekString,isValidWeekString:function(str){ |
| /*ThouShaltNotCache*/ |
| return null!==parseWeekString(str)},serializeWeek:function({year,week}){return`${`${year}`.padStart(4,"0")}-W${`${week}`.padStart(2,"0")}`}}},82783:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698);class SVGRectImplRecord{constructor(){ |
| /*ThouShaltNotCache*/ |
| this.x=0,this.y=0,this.width=0,this.height=0}}class SVGRectImplReflection{constructor(privateData){ |
| /*ThouShaltNotCache*/ |
| this._reflectedElement=privateData.reflectedElement,this._reflectedAttribute=privateData.reflectedAttribute,this._parser=privateData.parser}_reserialize({x,y,width,height}){ |
| /*ThouShaltNotCache*/ |
| this._reflectedElement.setAttributeNS(null,this._reflectedAttribute,`${x} ${y} ${width} ${height}`)}get x(){ |
| /*ThouShaltNotCache*/ |
| const attr=this._reflectedElement.getAttributeNS(null,this._reflectedAttribute);return this._parser(attr).x}set x(newX){ |
| /*ThouShaltNotCache*/ |
| const{y,width,height}=this;this._reserialize({x:newX,y,width,height})}get y(){ |
| /*ThouShaltNotCache*/ |
| const attr=this._reflectedElement.getAttributeNS(null,this._reflectedAttribute);return this._parser(attr).y}set y(newY){ |
| /*ThouShaltNotCache*/ |
| const{x,width,height}=this;this._reserialize({x,y:newY,width,height})}get width(){ |
| /*ThouShaltNotCache*/ |
| const attr=this._reflectedElement.getAttributeNS(null,this._reflectedAttribute);return this._parser(attr).width}set width(newWidth){ |
| /*ThouShaltNotCache*/ |
| const{x,y,height}=this;this._reserialize({x,y,width:newWidth,height})}get height(){ |
| /*ThouShaltNotCache*/ |
| const attr=this._reflectedElement.getAttributeNS(null,this._reflectedAttribute);return this._parser(attr).height}set height(newHeight){ |
| /*ThouShaltNotCache*/ |
| const{x,y,width}=this;this._reserialize({x,y,width,height:newHeight})}}exports.implementation=class{constructor(globalObject,args,{readOnly=!1,...privateData}={}){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._readOnly=readOnly,privateData.reflectedElement?this._impl=new SVGRectImplReflection(privateData):this._impl=new SVGRectImplRecord}get x(){ |
| /*ThouShaltNotCache*/ |
| return this._impl.x}set x(newX){ |
| /*ThouShaltNotCache*/ |
| if(this._readOnly)throw DOMException.create(this._globalObject,["This SVGRect is read-only","NO_MODIFICATION_ALLOWED_ERR"]);this._impl.x=newX}get y(){ |
| /*ThouShaltNotCache*/ |
| return this._impl.y}set y(newY){ |
| /*ThouShaltNotCache*/ |
| if(this._readOnly)throw DOMException.create(this._globalObject,["This SVGRect is read-only","NO_MODIFICATION_ALLOWED_ERR"]);this._impl.y=newY}get width(){ |
| /*ThouShaltNotCache*/ |
| return this._impl.width}set width(newWidth){ |
| /*ThouShaltNotCache*/ |
| if(this._readOnly)throw DOMException.create(this._globalObject,["This SVGRect is read-only","NO_MODIFICATION_ALLOWED_ERR"]);this._impl.width=newWidth}get height(){ |
| /*ThouShaltNotCache*/ |
| return this._impl.height}set height(newHeight){ |
| /*ThouShaltNotCache*/ |
| if(this._readOnly)throw DOMException.create(this._globalObject,["This SVGRect is read-only","NO_MODIFICATION_ALLOWED_ERR"]);this._impl.height=newHeight}}},82792:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventInit=(__webpack_require__(65554),__webpack_require__(75633));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="detail";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.any(value,{context:context+" has member 'detail' that",globals:globalObject}),ret[key]=value):ret[key]=null}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},82881:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const iconvLite=__webpack_require__(42923),supportedNames=__webpack_require__(33485),labelsToNames=__webpack_require__(40052),supportedNamesSet=new Set(supportedNames);exports.labelToName=label=>( |
| /*ThouShaltNotCache*/ |
| label=String(label).trim().toLowerCase(),labelsToNames[label]||null),exports.decode=(uint8Array,fallbackEncodingName)=>{ |
| /*ThouShaltNotCache*/ |
| let encoding=fallbackEncodingName;if(!exports.isSupported(encoding))throw new RangeError(`"${encoding}" is not a supported encoding name`);const bomEncoding=exports.getBOMEncoding(uint8Array);if(null!==bomEncoding&&(encoding=bomEncoding),"x-user-defined"===encoding){let result="";for(const byte of uint8Array)result+=byte<=127?String.fromCodePoint(byte):String.fromCodePoint(63360+byte-128);return result}return iconvLite.decode(uint8Array,encoding)},exports.getBOMEncoding=uint8Array=> |
| /*ThouShaltNotCache*/ |
| 254===uint8Array[0]&&255===uint8Array[1]?"UTF-16BE":255===uint8Array[0]&&254===uint8Array[1]?"UTF-16LE":239===uint8Array[0]&&187===uint8Array[1]&&191===uint8Array[2]?"UTF-8":null,exports.isSupported=name=>supportedNamesSet.has(String(name))},83098:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},83189:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630),__webpack_require__(65554);const ShadowRootMode=__webpack_require__(86456);exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="mode";let value=null==obj?void 0:obj[key];if(void 0===value)throw new globalObject.TypeError("mode is required in 'ShadowRootInit'");value=ShadowRootMode.convert(globalObject,value,{context:context+" has member 'mode' that"}),ret[key]=value}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},83452:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var eos;var _require$codes=__webpack_require__(98242).F,ERR_MISSING_ARGS=_require$codes.ERR_MISSING_ARGS,ERR_STREAM_DESTROYED=_require$codes.ERR_STREAM_DESTROYED;function noop(err){ |
| /*ThouShaltNotCache*/ |
| if(err)throw err}function call(fn){ |
| /*ThouShaltNotCache*/ |
| fn()}function pipe(from,to){ |
| /*ThouShaltNotCache*/ |
| return from.pipe(to)}module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| for(var _len=arguments.length,streams=new Array(_len),_key=0;_key<_len;_key++)streams[_key]=arguments[_key];var error,callback=function(streams){ |
| /*ThouShaltNotCache*/ |
| return streams.length?"function"!=typeof streams[streams.length-1]?noop:streams.pop():noop}(streams);if(Array.isArray(streams[0])&&(streams=streams[0]),streams.length<2)throw new ERR_MISSING_ARGS("streams");var destroys=streams.map(function(stream,i){ |
| /*ThouShaltNotCache*/ |
| var reading=i<streams.length-1;return function(stream,reading,writing,callback){ |
| /*ThouShaltNotCache*/ |
| callback=function(callback){ |
| /*ThouShaltNotCache*/ |
| var called=!1;return function(){ |
| /*ThouShaltNotCache*/ |
| called||(called=!0,callback.apply(void 0,arguments))}}(callback);var closed=!1;stream.on("close",function(){ |
| /*ThouShaltNotCache*/ |
| closed=!0}),void 0===eos&&(eos=__webpack_require__(51872)),eos(stream,{readable:reading,writable:writing},function(err){ |
| /*ThouShaltNotCache*/ |
| if(err)return callback(err);closed=!0,callback()});var destroyed=!1;return function(err){ |
| /*ThouShaltNotCache*/ |
| if(!closed&&!destroyed)return destroyed=!0,function(stream){ |
| /*ThouShaltNotCache*/ |
| return stream.setHeader&&"function"==typeof stream.abort}(stream)?stream.abort():"function"==typeof stream.destroy?stream.destroy():void callback(err||new ERR_STREAM_DESTROYED("pipe"))}}(stream,reading,i>0,function(err){ |
| /*ThouShaltNotCache*/ |
| error||(error=err),err&&destroys.forEach(call),reading||(destroys.forEach(call),callback(error))})});return streams.reduce(pipe)}},83630:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,HTMLTableCaptionElement=__webpack_require__(34430),HTMLTableSectionElement=__webpack_require__(28713),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLTableElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLTableElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLTableElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLTableElement",new.target)}createCaption(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createCaption' called on an object that is not a valid instance of HTMLTableElement.");return utils.tryWrapperForImpl(esValue[implSymbol].createCaption())}deleteCaption(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteCaption' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].deleteCaption()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}createTHead(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createTHead' called on an object that is not a valid instance of HTMLTableElement.");return utils.tryWrapperForImpl(esValue[implSymbol].createTHead())}deleteTHead(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteTHead' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].deleteTHead()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}createTFoot(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createTFoot' called on an object that is not a valid instance of HTMLTableElement.");return utils.tryWrapperForImpl(esValue[implSymbol].createTFoot())}deleteTFoot(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteTFoot' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].deleteTFoot()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}createTBody(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createTBody' called on an object that is not a valid instance of HTMLTableElement.");return utils.tryWrapperForImpl(esValue[implSymbol].createTBody())}insertRow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertRow' called on an object that is not a valid instance of HTMLTableElement.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'insertRow' on 'HTMLTableElement': parameter 1",globals:globalObject}):-1,args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].insertRow(...args))}deleteRow(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'deleteRow' called on an object that is not a valid instance of HTMLTableElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'deleteRow' on 'HTMLTableElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.long(curArg,{context:"Failed to execute 'deleteRow' on 'HTMLTableElement': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].deleteRow(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get caption(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get caption' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].caption)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set caption(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set caption' called on an object that is not a valid instance of HTMLTableElement.");V=null==V?null:HTMLTableCaptionElement.convert(globalObject,V,{context:"Failed to set the 'caption' property on 'HTMLTableElement': The provided value"}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].caption=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get tHead(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get tHead' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].tHead)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set tHead(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set tHead' called on an object that is not a valid instance of HTMLTableElement.");V=null==V?null:HTMLTableSectionElement.convert(globalObject,V,{context:"Failed to set the 'tHead' property on 'HTMLTableElement': The provided value"}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].tHead=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get tFoot(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get tFoot' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].tFoot)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set tFoot(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set tFoot' called on an object that is not a valid instance of HTMLTableElement.");V=null==V?null:HTMLTableSectionElement.convert(globalObject,V,{context:"Failed to set the 'tFoot' property on 'HTMLTableElement': The provided value"}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].tFoot=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get tBodies(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get tBodies' called on an object that is not a valid instance of HTMLTableElement.");return utils.getSameObject(this,"tBodies",()=>utils.tryWrapperForImpl(esValue[implSymbol].tBodies))}get rows(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rows' called on an object that is not a valid instance of HTMLTableElement.");return utils.getSameObject(this,"rows",()=>utils.tryWrapperForImpl(esValue[implSymbol].rows))}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLTableElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get border(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get border' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("border");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set border(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set border' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'border' property on 'HTMLTableElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("border",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get frame(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get frame' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("frame");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set frame(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set frame' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'frame' property on 'HTMLTableElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("frame",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get rules(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get rules' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("rules");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set rules(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set rules' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'rules' property on 'HTMLTableElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("rules",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get summary(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get summary' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("summary");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set summary(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set summary' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'summary' property on 'HTMLTableElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("summary",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'width' property on 'HTMLTableElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get bgColor(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get bgColor' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("bgcolor");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set bgColor(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set bgColor' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'bgColor' property on 'HTMLTableElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("bgcolor",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get cellPadding(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cellPadding' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("cellpadding");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set cellPadding(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set cellPadding' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'cellPadding' property on 'HTMLTableElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("cellpadding",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get cellSpacing(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cellSpacing' called on an object that is not a valid instance of HTMLTableElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("cellspacing");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set cellSpacing(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set cellSpacing' called on an object that is not a valid instance of HTMLTableElement.");V=conversions.DOMString(V,{context:"Failed to set the 'cellSpacing' property on 'HTMLTableElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("cellspacing",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLTableElement.prototype,{createCaption:{enumerable:!0},deleteCaption:{enumerable:!0},createTHead:{enumerable:!0},deleteTHead:{enumerable:!0},createTFoot:{enumerable:!0},deleteTFoot:{enumerable:!0},createTBody:{enumerable:!0},insertRow:{enumerable:!0},deleteRow:{enumerable:!0},caption:{enumerable:!0},tHead:{enumerable:!0},tFoot:{enumerable:!0},tBodies:{enumerable:!0},rows:{enumerable:!0},align:{enumerable:!0},border:{enumerable:!0},frame:{enumerable:!0},rules:{enumerable:!0},summary:{enumerable:!0},width:{enumerable:!0},bgColor:{enumerable:!0},cellPadding:{enumerable:!0},cellSpacing:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLTableElement",configurable:!0}}),ctorRegistry.HTMLTableElement=HTMLTableElement,Object.defineProperty(globalObject,"HTMLTableElement",{configurable:!0,writable:!0,value:HTMLTableElement})};const Impl=__webpack_require__(38357)},83835:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].History.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'History'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class History{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}go(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'go' called on an object that is not a valid instance of History.");const args=[];{let curArg=arguments[0];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'go' on 'History': parameter 1",globals:globalObject}):0,args.push(curArg)}return esValue[implSymbol].go(...args)}back(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'back' called on an object that is not a valid instance of History.");return esValue[implSymbol].back()}forward(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'forward' called on an object that is not a valid instance of History.");return esValue[implSymbol].forward()}pushState(data,title){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'pushState' called on an object that is not a valid instance of History.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'pushState' on 'History': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.any(curArg,{context:"Failed to execute 'pushState' on 'History': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'pushState' on 'History': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg?null==curArg?null:conversions.USVString(curArg,{context:"Failed to execute 'pushState' on 'History': parameter 3",globals:globalObject}):null,args.push(curArg)}return esValue[implSymbol].pushState(...args)}replaceState(data,title){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceState' called on an object that is not a valid instance of History.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'replaceState' on 'History': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.any(curArg,{context:"Failed to execute 'replaceState' on 'History': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'replaceState' on 'History': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg?null==curArg?null:conversions.USVString(curArg,{context:"Failed to execute 'replaceState' on 'History': parameter 3",globals:globalObject}):null,args.push(curArg)}return esValue[implSymbol].replaceState(...args)}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of History.");return esValue[implSymbol].length}get state(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get state' called on an object that is not a valid instance of History.");return esValue[implSymbol].state}}Object.defineProperties(History.prototype,{go:{enumerable:!0},back:{enumerable:!0},forward:{enumerable:!0},pushState:{enumerable:!0},replaceState:{enumerable:!0},length:{enumerable:!0},state:{enumerable:!0},[Symbol.toStringTag]:{value:"History",configurable:!0}}),ctorRegistry.History=History,Object.defineProperty(globalObject,"History",{configurable:!0,writable:!0,value:History})};const Impl=__webpack_require__(44545)},83844:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var isCallable=__webpack_require__(79666),toStr=Object.prototype.toString,hasOwnProperty=Object.prototype.hasOwnProperty;module.exports=function(list,iterator,thisArg){ |
| /*ThouShaltNotCache*/ |
| if(!isCallable(iterator))throw new TypeError("iterator must be a function");var receiver,x;arguments.length>=3&&(receiver=thisArg),x=list,"[object Array]"===toStr.call(x)?function(array,iterator,receiver){ |
| /*ThouShaltNotCache*/ |
| for(var i=0,len=array.length;i<len;i++)hasOwnProperty.call(array,i)&&(null==receiver?iterator(array[i],i,array):iterator.call(receiver,array[i],i,array))}(list,iterator,receiver):"string"==typeof list?function(string,iterator,receiver){ |
| /*ThouShaltNotCache*/ |
| for(var i=0,len=string.length;i<len;i++)null==receiver?iterator(string.charAt(i),i,string):iterator.call(receiver,string.charAt(i),i,string)}(list,iterator,receiver):function(object,iterator,receiver){ |
| /*ThouShaltNotCache*/ |
| for(var k in object)hasOwnProperty.call(object,k)&&(null==receiver?iterator(object[k],k,object):iterator.call(receiver,object[k],k,object))}(list,iterator,receiver)}},84018:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLDListElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLDListElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLDListElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLDListElement",new.target)}get compact(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get compact' called on an object that is not a valid instance of HTMLDListElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set compact(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set compact' called on an object that is not a valid instance of HTMLDListElement.");V=conversions.boolean(V,{context:"Failed to set the 'compact' property on 'HTMLDListElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("compact",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLDListElement.prototype,{compact:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDListElement",configurable:!0}}),ctorRegistry.HTMLDListElement=HTMLDListElement,Object.defineProperty(globalObject,"HTMLDListElement",{configurable:!0,writable:!0,value:HTMLDListElement})};const Impl=__webpack_require__(53833)},84173:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";function _slicedToArray(arr,i){ |
| /*ThouShaltNotCache*/ |
| return function(arr){ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(arr))return arr}(arr)||function(r,l){ |
| /*ThouShaltNotCache*/ |
| var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(o)throw n}}return a}}(arr,i)||function(o,minLen){ |
| /*ThouShaltNotCache*/ |
| if(!o)return;if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);"Object"===n&&o.constructor&&(n=o.constructor.name);if("Map"===n||"Set"===n)return Array.from(o);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen)}(arr,i)||function(){ |
| /*ThouShaltNotCache*/ |
| throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _arrayLikeToArray(arr,len){ |
| /*ThouShaltNotCache*/ |
| (null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _typeof(o){ |
| /*ThouShaltNotCache*/ |
| return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){ |
| /*ThouShaltNotCache*/ |
| return typeof o}:function(o){ |
| /*ThouShaltNotCache*/ |
| return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},_typeof(o)}var regexFlagsSupported=void 0!==/a/g.flags,arrayFromSet=function(set){ |
| /*ThouShaltNotCache*/ |
| var array=[];return set.forEach(function(value){ |
| /*ThouShaltNotCache*/ |
| return array.push(value)}),array},arrayFromMap=function(map){ |
| /*ThouShaltNotCache*/ |
| var array=[];return map.forEach(function(value,key){ |
| /*ThouShaltNotCache*/ |
| return array.push([key,value])}),array},objectIs=Object.is?Object.is:__webpack_require__(9071),objectGetOwnPropertySymbols=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){ |
| /*ThouShaltNotCache*/ |
| return[]},numberIsNaN=Number.isNaN?Number.isNaN:__webpack_require__(10779);function uncurryThis(f){ |
| /*ThouShaltNotCache*/ |
| return f.call.bind(f)}var hasOwnProperty=uncurryThis(Object.prototype.hasOwnProperty),propertyIsEnumerable=uncurryThis(Object.prototype.propertyIsEnumerable),objectToString=uncurryThis(Object.prototype.toString),_require$types=__webpack_require__(25411).types,isAnyArrayBuffer=_require$types.isAnyArrayBuffer,isArrayBufferView=_require$types.isArrayBufferView,isDate=_require$types.isDate,isMap=_require$types.isMap,isRegExp=_require$types.isRegExp,isSet=_require$types.isSet,isNativeError=_require$types.isNativeError,isBoxedPrimitive=_require$types.isBoxedPrimitive,isNumberObject=_require$types.isNumberObject,isStringObject=_require$types.isStringObject,isBooleanObject=_require$types.isBooleanObject,isBigIntObject=_require$types.isBigIntObject,isSymbolObject=_require$types.isSymbolObject,isFloat32Array=_require$types.isFloat32Array,isFloat64Array=_require$types.isFloat64Array;function isNonIndex(key){ |
| /*ThouShaltNotCache*/ |
| if(0===key.length||key.length>10)return!0;for(var i=0;i<key.length;i++){var code=key.charCodeAt(i);if(code<48||code>57)return!0}return 10===key.length&&key>=Math.pow(2,32)}function getOwnNonIndexProperties(value){ |
| /*ThouShaltNotCache*/ |
| return Object.keys(value).filter(isNonIndex).concat(objectGetOwnPropertySymbols(value).filter(Object.prototype.propertyIsEnumerable.bind(value)))}function compare(a,b){ |
| /*ThouShaltNotCache*/ |
| if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0}function innerDeepEqual(val1,val2,strict,memos){ |
| /*ThouShaltNotCache*/ |
| if(val1===val2)return 0!==val1||(!strict||objectIs(val1,val2));if(strict){if("object"!==_typeof(val1))return"number"==typeof val1&&numberIsNaN(val1)&&numberIsNaN(val2);if("object"!==_typeof(val2)||null===val1||null===val2)return!1;if(Object.getPrototypeOf(val1)!==Object.getPrototypeOf(val2))return!1}else{if(null===val1||"object"!==_typeof(val1))return(null===val2||"object"!==_typeof(val2))&&val1==val2;if(null===val2||"object"!==_typeof(val2))return!1}var buf1,buf2,a,b,val1Tag=objectToString(val1);if(val1Tag!==objectToString(val2))return!1;if(Array.isArray(val1)){if(val1.length!==val2.length)return!1;var keys1=getOwnNonIndexProperties(val1),keys2=getOwnNonIndexProperties(val2);return keys1.length===keys2.length&&keyCheck(val1,val2,strict,memos,1,keys1)}if("[object Object]"===val1Tag&&(!isMap(val1)&&isMap(val2)||!isSet(val1)&&isSet(val2)))return!1;if(isDate(val1)){if(!isDate(val2)||Date.prototype.getTime.call(val1)!==Date.prototype.getTime.call(val2))return!1}else if(isRegExp(val1)){if(!isRegExp(val2)||(a=val1,b=val2,!(regexFlagsSupported?a.source===b.source&&a.flags===b.flags:RegExp.prototype.toString.call(a)===RegExp.prototype.toString.call(b))))return!1}else if(isNativeError(val1)||val1 instanceof Error){if(val1.message!==val2.message||val1.name!==val2.name)return!1}else{if(isArrayBufferView(val1)){if(strict||!isFloat32Array(val1)&&!isFloat64Array(val1)){if(!function(a,b){ |
| /*ThouShaltNotCache*/ |
| return a.byteLength===b.byteLength&&0===compare(new Uint8Array(a.buffer,a.byteOffset,a.byteLength),new Uint8Array(b.buffer,b.byteOffset,b.byteLength))}(val1,val2))return!1}else if(!function(a,b){ |
| /*ThouShaltNotCache*/ |
| if(a.byteLength!==b.byteLength)return!1;for(var offset=0;offset<a.byteLength;offset++)if(a[offset]!==b[offset])return!1;return!0}(val1,val2))return!1;var _keys=getOwnNonIndexProperties(val1),_keys2=getOwnNonIndexProperties(val2);return _keys.length===_keys2.length&&keyCheck(val1,val2,strict,memos,0,_keys)}if(isSet(val1))return!(!isSet(val2)||val1.size!==val2.size)&&keyCheck(val1,val2,strict,memos,2);if(isMap(val1))return!(!isMap(val2)||val1.size!==val2.size)&&keyCheck(val1,val2,strict,memos,3);if(isAnyArrayBuffer(val1)){if(buf2=val2,(buf1=val1).byteLength!==buf2.byteLength||0!==compare(new Uint8Array(buf1),new Uint8Array(buf2)))return!1}else if(isBoxedPrimitive(val1)&&!function(val1,val2){ |
| /*ThouShaltNotCache*/ |
| return isNumberObject(val1)?isNumberObject(val2)&&objectIs(Number.prototype.valueOf.call(val1),Number.prototype.valueOf.call(val2)):isStringObject(val1)?isStringObject(val2)&&String.prototype.valueOf.call(val1)===String.prototype.valueOf.call(val2):isBooleanObject(val1)?isBooleanObject(val2)&&Boolean.prototype.valueOf.call(val1)===Boolean.prototype.valueOf.call(val2):isBigIntObject(val1)?isBigIntObject(val2)&&BigInt.prototype.valueOf.call(val1)===BigInt.prototype.valueOf.call(val2):isSymbolObject(val2)&&Symbol.prototype.valueOf.call(val1)===Symbol.prototype.valueOf.call(val2)}(val1,val2))return!1}return keyCheck(val1,val2,strict,memos,0)}function getEnumerables(val,keys){ |
| /*ThouShaltNotCache*/ |
| return keys.filter(function(k){ |
| /*ThouShaltNotCache*/ |
| return propertyIsEnumerable(val,k)})}function keyCheck(val1,val2,strict,memos,iterationType,aKeys){ |
| /*ThouShaltNotCache*/ |
| if(5===arguments.length){aKeys=Object.keys(val1);var bKeys=Object.keys(val2);if(aKeys.length!==bKeys.length)return!1}for(var i=0;i<aKeys.length;i++)if(!hasOwnProperty(val2,aKeys[i]))return!1;if(strict&&5===arguments.length){var symbolKeysA=objectGetOwnPropertySymbols(val1);if(0!==symbolKeysA.length){var count=0;for(i=0;i<symbolKeysA.length;i++){var key=symbolKeysA[i];if(propertyIsEnumerable(val1,key)){if(!propertyIsEnumerable(val2,key))return!1;aKeys.push(key),count++}else if(propertyIsEnumerable(val2,key))return!1}var symbolKeysB=objectGetOwnPropertySymbols(val2);if(symbolKeysA.length!==symbolKeysB.length&&getEnumerables(val2,symbolKeysB).length!==count)return!1}else{var _symbolKeysB=objectGetOwnPropertySymbols(val2);if(0!==_symbolKeysB.length&&0!==getEnumerables(val2,_symbolKeysB).length)return!1}}if(0===aKeys.length&&(0===iterationType||1===iterationType&&0===val1.length||0===val1.size))return!0;if(void 0===memos)memos={val1:new Map,val2:new Map,position:0};else{var val2MemoA=memos.val1.get(val1);if(void 0!==val2MemoA){var val2MemoB=memos.val2.get(val2);if(void 0!==val2MemoB)return val2MemoA===val2MemoB}memos.position++}memos.val1.set(val1,memos.position),memos.val2.set(val2,memos.position);var areEq=function(a,b,strict,keys,memos,iterationType){ |
| /*ThouShaltNotCache*/ |
| var i=0;if(2===iterationType){if(!function(a,b,strict,memo){for( |
| /*ThouShaltNotCache*/ |
| var set=null,aValues=arrayFromSet(a),i=0;i<aValues.length;i++){var val=aValues[i];if("object"===_typeof(val)&&null!==val)null===set&&(set=new Set),set.add(val);else if(!b.has(val)){if(strict)return!1;if(!setMightHaveLoosePrim(a,b,val))return!1;null===set&&(set=new Set),set.add(val)}}if(null!==set){for(var bValues=arrayFromSet(b),_i=0;_i<bValues.length;_i++){var _val=bValues[_i];if("object"===_typeof(_val)&&null!==_val){if(!setHasEqualElement(set,_val,strict,memo))return!1}else if(!strict&&!a.has(_val)&&!setHasEqualElement(set,_val,strict,memo))return!1}return 0===set.size}return!0}(a,b,strict,memos))return!1}else if(3===iterationType){if(!function(a,b,strict,memo){for( |
| /*ThouShaltNotCache*/ |
| var set=null,aEntries=arrayFromMap(a),i=0;i<aEntries.length;i++){var _aEntries$i=_slicedToArray(aEntries[i],2),key=_aEntries$i[0],item1=_aEntries$i[1];if("object"===_typeof(key)&&null!==key)null===set&&(set=new Set),set.add(key);else{var item2=b.get(key);if(void 0===item2&&!b.has(key)||!innerDeepEqual(item1,item2,strict,memo)){if(strict)return!1;if(!mapMightHaveLoosePrim(a,b,key,item1,memo))return!1;null===set&&(set=new Set),set.add(key)}}}if(null!==set){for(var bEntries=arrayFromMap(b),_i2=0;_i2<bEntries.length;_i2++){var _bEntries$_i=_slicedToArray(bEntries[_i2],2),_key=_bEntries$_i[0],item=_bEntries$_i[1];if("object"===_typeof(_key)&&null!==_key){if(!mapHasEqualEntry(set,a,_key,item,strict,memo))return!1}else if(!(strict||a.has(_key)&&innerDeepEqual(a.get(_key),item,!1,memo)||mapHasEqualEntry(set,a,_key,item,!1,memo)))return!1}return 0===set.size}return!0}(a,b,strict,memos))return!1}else if(1===iterationType)for(;i<a.length;i++){if(!hasOwnProperty(a,i)){if(hasOwnProperty(b,i))return!1;for(var keysA=Object.keys(a);i<keysA.length;i++){var key=keysA[i];if(!hasOwnProperty(b,key)||!innerDeepEqual(a[key],b[key],strict,memos))return!1}return keysA.length===Object.keys(b).length}if(!hasOwnProperty(b,i)||!innerDeepEqual(a[i],b[i],strict,memos))return!1}for(i=0;i<keys.length;i++){var _key2=keys[i];if(!innerDeepEqual(a[_key2],b[_key2],strict,memos))return!1}return!0}(val1,val2,strict,aKeys,memos,iterationType);return memos.val1.delete(val1),memos.val2.delete(val2),areEq}function setHasEqualElement(set,val1,strict,memo){for( |
| /*ThouShaltNotCache*/ |
| var setValues=arrayFromSet(set),i=0;i<setValues.length;i++){var val2=setValues[i];if(innerDeepEqual(val1,val2,strict,memo))return set.delete(val2),!0}return!1}function findLooseMatchingPrimitives(prim){ |
| /*ThouShaltNotCache*/ |
| switch(_typeof(prim)){case"undefined":return null;case"object":return;case"symbol":return!1;case"string":prim=+prim;case"number":if(numberIsNaN(prim))return!1}return!0}function setMightHaveLoosePrim(a,b,prim){ |
| /*ThouShaltNotCache*/ |
| var altValue=findLooseMatchingPrimitives(prim);return null!=altValue?altValue:b.has(altValue)&&!a.has(altValue)}function mapMightHaveLoosePrim(a,b,prim,item,memo){ |
| /*ThouShaltNotCache*/ |
| var altValue=findLooseMatchingPrimitives(prim);if(null!=altValue)return altValue;var curB=b.get(altValue);return!(void 0===curB&&!b.has(altValue)||!innerDeepEqual(item,curB,!1,memo))&&(!a.has(altValue)&&innerDeepEqual(item,curB,!1,memo))}function mapHasEqualEntry(set,map,key1,item1,strict,memo){for( |
| /*ThouShaltNotCache*/ |
| var setValues=arrayFromSet(set),i=0;i<setValues.length;i++){var key2=setValues[i];if(innerDeepEqual(key1,key2,strict,memo)&&innerDeepEqual(item1,map.get(key2),strict,memo))return set.delete(key2),!0}return!1}module.exports={isDeepEqual:function(val1,val2){ |
| /*ThouShaltNotCache*/ |
| return innerDeepEqual(val1,val2,false)},isDeepStrictEqual:function(val1,val2){ |
| /*ThouShaltNotCache*/ |
| return innerDeepEqual(val1,val2,true)}}},84276:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLMediaElement=__webpack_require__(60378);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLAudioElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLAudioElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLMediaElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLAudioElement extends globalObject.HTMLMediaElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLAudioElement",new.target)}}Object.defineProperties(HTMLAudioElement.prototype,{[Symbol.toStringTag]:{value:"HTMLAudioElement",configurable:!0}}),ctorRegistry.HTMLAudioElement=HTMLAudioElement,Object.defineProperty(globalObject,"HTMLAudioElement",{configurable:!0,writable:!0,value:HTMLAudioElement})};const Impl=__webpack_require__(9647)},84445:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(81545).Buffer;const path=__webpack_require__(57809),fs=__webpack_require__(89213).promises,vm=__webpack_require__(3507),toughCookie=__webpack_require__(10967),sniffHTMLEncoding=__webpack_require__(29597),whatwgURL=__webpack_require__(88499),whatwgEncoding=__webpack_require__(82881),{URL}=__webpack_require__(88499),MIMEType=__webpack_require__(75009),idlUtils=__webpack_require__(65554),VirtualConsole=__webpack_require__(89012),{createWindow}=__webpack_require__(23842),{parseIntoDocument}=__webpack_require__(6954),{fragmentSerialization}=__webpack_require__(33146),ResourceLoader=__webpack_require__(50090),NoOpResourceLoader=__webpack_require__(56334);class CookieJar extends toughCookie.CookieJar{constructor(store,options){ |
| /*ThouShaltNotCache*/ |
| super(store,{looseMode:!0,...options})}}const window=Symbol("window");let sharedFragmentDocument=null;class JSDOM{constructor(input="",options={}){ |
| /*ThouShaltNotCache*/ |
| const mimeType=new MIMEType(void 0===options.contentType?"text/html":options.contentType),{html,encoding}=function(html,mimeType){ |
| /*ThouShaltNotCache*/ |
| let encoding="UTF-8";ArrayBuffer.isView(html)?html=Buffer.from(html.buffer,html.byteOffset,html.byteLength):html instanceof ArrayBuffer&&(html=Buffer.from(html));Buffer.isBuffer(html)?(encoding=sniffHTMLEncoding(html,{defaultEncoding:mimeType.isXML()?"UTF-8":"windows-1252",transportLayerEncodingLabel:mimeType.parameters.get("charset")}),html=whatwgEncoding.decode(html,encoding)):html=String(html);return{html,encoding}}(input,mimeType);options=function(options,encoding,mimeType){ |
| /*ThouShaltNotCache*/ |
| const transformed={windowOptions:{url:"about:blank",referrer:"",contentType:"text/html",parsingMode:"html",parseOptions:{sourceCodeLocationInfo:!1,scriptingEnabled:!1},runScripts:void 0,encoding,pretendToBeVisual:!1,storageQuota:5e6,resourceLoader:void 0,virtualConsole:void 0,cookieJar:void 0},beforeParse(){}};if(!mimeType.isHTML()&&!mimeType.isXML())throw new RangeError(`The given content type of "${options.contentType}" was not a HTML or XML content type`);transformed.windowOptions.contentType=mimeType.essence,transformed.windowOptions.parsingMode=mimeType.isHTML()?"html":"xml",void 0!==options.url&&(transformed.windowOptions.url=new URL(options.url).href);void 0!==options.referrer&&(transformed.windowOptions.referrer=new URL(options.referrer).href);if(options.includeNodeLocations){if("xml"===transformed.windowOptions.parsingMode)throw new TypeError("Cannot set includeNodeLocations to true with an XML content type");transformed.windowOptions.parseOptions={sourceCodeLocationInfo:!0}}if(transformed.windowOptions.cookieJar=void 0===options.cookieJar?new CookieJar:options.cookieJar,transformed.windowOptions.virtualConsole=void 0===options.virtualConsole?(new VirtualConsole).sendTo(console):options.virtualConsole,!(transformed.windowOptions.virtualConsole instanceof VirtualConsole))throw new TypeError("virtualConsole must be an instance of VirtualConsole");if(transformed.windowOptions.resourceLoader=resourcesToResourceLoader(options.resources),void 0!==options.runScripts)if(transformed.windowOptions.runScripts=String(options.runScripts),"dangerously"===transformed.windowOptions.runScripts)transformed.windowOptions.parseOptions.scriptingEnabled=!0;else if("outside-only"!==transformed.windowOptions.runScripts)throw new RangeError('runScripts must be undefined, "dangerously", or "outside-only"');void 0!==options.beforeParse&&(transformed.beforeParse=options.beforeParse);void 0!==options.pretendToBeVisual&&(transformed.windowOptions.pretendToBeVisual=Boolean(options.pretendToBeVisual));void 0!==options.storageQuota&&(transformed.windowOptions.storageQuota=Number(options.storageQuota));return transformed}(options,encoding,mimeType),this[window]=createWindow(options.windowOptions);const documentImpl=idlUtils.implForWrapper(this[window]._document);options.beforeParse(this[window]._globalProxy),parseIntoDocument(html,documentImpl),documentImpl.close()}get window(){ |
| /*ThouShaltNotCache*/ |
| return this[window]._globalProxy}get virtualConsole(){ |
| /*ThouShaltNotCache*/ |
| return this[window]._virtualConsole}get cookieJar(){ |
| /*ThouShaltNotCache*/ |
| return idlUtils.implForWrapper(this[window]._document)._cookieJar}serialize(){ |
| /*ThouShaltNotCache*/ |
| return fragmentSerialization(idlUtils.implForWrapper(this[window]._document),{requireWellFormed:!1})}nodeLocation(node){ |
| /*ThouShaltNotCache*/ |
| if(!idlUtils.implForWrapper(this[window]._document)._parseOptions.sourceCodeLocationInfo)throw new Error("Location information was not saved for this jsdom. Use includeNodeLocations during creation.");return idlUtils.implForWrapper(node).sourceCodeLocation}getInternalVMContext(){ |
| /*ThouShaltNotCache*/ |
| if(!vm.isContext(this[window]))throw new TypeError("This jsdom was not configured to allow script running. Use the runScripts option during creation.");return this[window]}reconfigure(settings){if( |
| /*ThouShaltNotCache*/ |
| "windowTop"in settings&&(this[window]._top=settings.windowTop),"url"in settings){const document=idlUtils.implForWrapper(this[window]._document),url=whatwgURL.parseURL(settings.url);if(null===url)throw new TypeError(`Could not parse "${settings.url}" as a URL`);document._URL=url,document._origin=whatwgURL.serializeURLOrigin(document._URL),this[window]._sessionHistory.currentEntry.url=url}}static fragment(string=""){ |
| /*ThouShaltNotCache*/ |
| sharedFragmentDocument||(sharedFragmentDocument=(new JSDOM).window.document);const template=sharedFragmentDocument.createElement("template");return template.innerHTML=string,template.content}static fromURL(url,options={}){ |
| /*ThouShaltNotCache*/ |
| return Promise.resolve().then(()=>{ |
| /*ThouShaltNotCache*/ |
| const parsedURL=new URL(url),originalHash=parsedURL.hash;parsedURL.hash="",url=parsedURL.href;const resourceLoader=resourcesToResourceLoader((options=function(options){ |
| /*ThouShaltNotCache*/ |
| if(void 0!==options.url)throw new TypeError("Cannot supply a url option when using fromURL");if(void 0!==options.contentType)throw new TypeError("Cannot supply a contentType option when using fromURL");const normalized={...options};void 0!==options.referrer&&(normalized.referrer=new URL(options.referrer).href);void 0===options.cookieJar&&(normalized.cookieJar=new CookieJar);return normalized}(options)).resources),req=(resourceLoader.constructor===NoOpResourceLoader?new ResourceLoader:resourceLoader).fetch(url,{accept:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",cookieJar:options.cookieJar,referrer:options.referrer});return req.then(body=>{ |
| /*ThouShaltNotCache*/ |
| const res=req.response;return options=Object.assign(options,{url:req.href+originalHash,contentType:res.headers["content-type"],referrer:req.getHeader("referer")??void 0}),new JSDOM(body,options)})})}static async fromFile(filename,options={}){ |
| /*ThouShaltNotCache*/ |
| options=function(filename,options){ |
| /*ThouShaltNotCache*/ |
| const normalized={...options};if(void 0===normalized.contentType){const extname=path.extname(filename);".xhtml"!==extname&&".xht"!==extname&&".xml"!==extname||(normalized.contentType="application/xhtml+xml")}void 0===normalized.url&&(normalized.url=new URL("file:"+path.resolve(filename)));return normalized}(filename,options);const buffer=await fs.readFile(filename);return new JSDOM(buffer,options)}}function resourcesToResourceLoader(resources){ |
| /*ThouShaltNotCache*/ |
| switch(resources){case void 0:return new NoOpResourceLoader;case"usable":return new ResourceLoader;default:if(!(resources instanceof ResourceLoader))throw new TypeError("resources must be an instance of ResourceLoader");return resources}}exports.JSDOM=JSDOM,exports.VirtualConsole=VirtualConsole,exports.CookieJar=CookieJar,exports.ResourceLoader=ResourceLoader,exports.toughCookie=toughCookie},84495:(__unused_webpack_module,exports,__webpack_require__)=>{var CSSOM={CSSRule:__webpack_require__(74056).CSSRule,CSSKeyframesRule:function(){ |
| /*ThouShaltNotCache*/ |
| CSSOM.CSSRule.call(this),this.name="",this.cssRules=[]}};CSSOM.CSSKeyframesRule.prototype=new CSSOM.CSSRule,CSSOM.CSSKeyframesRule.prototype.constructor=CSSOM.CSSKeyframesRule,CSSOM.CSSKeyframesRule.prototype.type=7,Object.defineProperty(CSSOM.CSSKeyframesRule.prototype,"cssText",{get:function(){for( |
| /*ThouShaltNotCache*/ |
| var cssTexts=[],i=0,length=this.cssRules.length;i<length;i++)cssTexts.push(" "+this.cssRules[i].cssText);return"@"+(this._vendorPrefix||"")+"keyframes "+this.name+" { \n"+cssTexts.join("\n")+"\n}"}}),exports.CSSKeyframesRule=CSSOM.CSSKeyframesRule},84504:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].External.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'External'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class External{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}AddSearchProvider(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'AddSearchProvider' called on an object that is not a valid instance of External.");return esValue[implSymbol].AddSearchProvider()}IsSearchProviderInstalled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'IsSearchProviderInstalled' called on an object that is not a valid instance of External.");return esValue[implSymbol].IsSearchProviderInstalled()}}Object.defineProperties(External.prototype,{AddSearchProvider:{enumerable:!0},IsSearchProviderInstalled:{enumerable:!0},[Symbol.toStringTag]:{value:"External",configurable:!0}}),ctorRegistry.External=External,Object.defineProperty(globalObject,"External",{configurable:!0,writable:!0,value:External})};const Impl=__webpack_require__(94378)},84629:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),DOMException=__webpack_require__(3698),{DOCUMENT_POSITION_CONTAINS,DOCUMENT_POSITION_CONTAINED_BY}=__webpack_require__(84699),Element=__webpack_require__(88571),Node=__webpack_require__(13079),HTMLCollectionImpl=__webpack_require__(98157).implementation;exports.implementation=class extends HTMLCollectionImpl{get length(){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.length}set length(value){if( |
| /*ThouShaltNotCache*/ |
| this._update(),value>this._list.length){const doc=this._element._ownerDocument;for(let i=this._list.length;i<value;i++){const el=doc.createElement("option");this._element.appendChild(el)}}else if(value<this._list.length)for(let i=this._list.length-1;i>=value;i--){const el=this._list[i];this._element.removeChild(el)}}get[idlUtils.supportedPropertyNames](){ |
| /*ThouShaltNotCache*/ |
| this._update();const result=new Set;for(const element of this._list)result.add(element.getAttributeNS(null,"id")),result.add(element.getAttributeNS(null,"name"));return result}[idlUtils.indexedSetNew](index,value){ |
| /*ThouShaltNotCache*/ |
| if(null===value)return void this.remove(index);this._update();const{length}=this._list,n=index-length;if(n>0){const doc=this._element._ownerDocument,frag=doc.createDocumentFragment();for(let i=0;i<n;i++){const el=doc.createElement("option");frag.appendChild(el)}this._element._append(frag)}n>=0?this._element._append(value):this._element._replace(value,this._list[index])}[idlUtils.indexedSetExisting](index,value){ |
| /*ThouShaltNotCache*/ |
| return this[idlUtils.indexedSetNew](index,value)}add(element,before){ |
| /*ThouShaltNotCache*/ |
| if(this._element.compareDocumentPosition(element)&DOCUMENT_POSITION_CONTAINS)throw DOMException.create(this._globalObject,["The operation would yield an incorrect node tree.","HierarchyRequestError"]);if(Element.isImpl(before)&&!(this._element.compareDocumentPosition(before)&DOCUMENT_POSITION_CONTAINED_BY))throw DOMException.create(this._globalObject,["The object can not be found here.","NotFoundError"]);if(element===before)return;let reference=null;Node.isImpl(before)?reference=before:"number"==typeof before&&(this._update(),reference=this._list[before]||null);(null!==reference?reference.parentNode:this._element)._preInsert(element,reference)}remove(index){if( |
| /*ThouShaltNotCache*/ |
| this._update(),0===this._list.length)return;if(index<0||index>=this._list.length)return;const element=this._list[index];element.parentNode._remove(element)}get selectedIndex(){ |
| /*ThouShaltNotCache*/ |
| return this._element.selectedIndex}set selectedIndex(value){ |
| /*ThouShaltNotCache*/ |
| this._element.selectedIndex=value}}},84693:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{createEventAccessor}=__webpack_require__(43648),events=new Set(["afterprint","beforeprint","beforeunload","hashchange","languagechange","message","messageerror","offline","online","pagehide","pageshow","popstate","rejectionhandled","storage","unhandledrejection","unload","blur","error","focus","load","resize","scroll"]);class WindowEventHandlersImpl{_proxyWindowEventsToWindow(){ |
| /*ThouShaltNotCache*/ |
| this._getEventHandlerTarget=event=> |
| /*ThouShaltNotCache*/ |
| events.has(event)?this.ownerDocument.defaultView||null:this}}for(const event of events)createEventAccessor(WindowEventHandlersImpl.prototype,event);module.exports={implementation:WindowEventHandlersImpl}},84699:module=>{"use strict";module.exports=Object.freeze({DOCUMENT_POSITION_DISCONNECTED:1,DOCUMENT_POSITION_PRECEDING:2,DOCUMENT_POSITION_FOLLOWING:4,DOCUMENT_POSITION_CONTAINS:8,DOCUMENT_POSITION_CONTAINED_BY:16,DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:32})},84765:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";exports.CSSStyleDeclaration=__webpack_require__(58473).CSSStyleDeclaration,exports.CSSRule=__webpack_require__(74056).CSSRule,exports.CSSGroupingRule=__webpack_require__(45309).CSSGroupingRule,exports.CSSConditionRule=__webpack_require__(36799).CSSConditionRule,exports.CSSStyleRule=__webpack_require__(65551).CSSStyleRule,exports.MediaList=__webpack_require__(91429).MediaList,exports.CSSMediaRule=__webpack_require__(19502).CSSMediaRule,exports.CSSContainerRule=__webpack_require__(38881).CSSContainerRule,exports.CSSSupportsRule=__webpack_require__(17388).CSSSupportsRule,exports.CSSImportRule=__webpack_require__(73685).CSSImportRule,exports.CSSFontFaceRule=__webpack_require__(7684).CSSFontFaceRule,exports.CSSHostRule=__webpack_require__(81018).CSSHostRule,exports.CSSStartingStyleRule=__webpack_require__(59075).CSSStartingStyleRule,exports.StyleSheet=__webpack_require__(22825).StyleSheet,exports.CSSStyleSheet=__webpack_require__(75890).CSSStyleSheet,exports.CSSKeyframesRule=__webpack_require__(84495).CSSKeyframesRule,exports.CSSKeyframeRule=__webpack_require__(54940).CSSKeyframeRule,exports.MatcherList=__webpack_require__(98867).MatcherList,exports.CSSDocumentRule=__webpack_require__(81813).CSSDocumentRule,exports.CSSValue=__webpack_require__(44253).CSSValue,exports.CSSValueExpression=__webpack_require__(48119).CSSValueExpression,exports.CSSLayerBlockRule=__webpack_require__(61150).CSSLayerBlockRule,exports.parse=__webpack_require__(46274).parse,exports.clone=__webpack_require__(48960).clone},84902:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Attr=__webpack_require__(70172),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].NamedNodeMap.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'NamedNodeMap'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class NamedNodeMap{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of NamedNodeMap.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'NamedNodeMap': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'NamedNodeMap': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].item(...args))}getNamedItem(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getNamedItem' called on an object that is not a valid instance of NamedNodeMap.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getNamedItem' on 'NamedNodeMap': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getNamedItem' on 'NamedNodeMap': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getNamedItem(...args))}getNamedItemNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getNamedItemNS' called on an object that is not a valid instance of NamedNodeMap.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'getNamedItemNS' on 'NamedNodeMap': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'getNamedItemNS' on 'NamedNodeMap': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getNamedItemNS' on 'NamedNodeMap': parameter 2",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getNamedItemNS(...args))}setNamedItem(attr){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setNamedItem' called on an object that is not a valid instance of NamedNodeMap.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setNamedItem' on 'NamedNodeMap': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Attr.convert(globalObject,curArg,{context:"Failed to execute 'setNamedItem' on 'NamedNodeMap': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].setNamedItem(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}setNamedItemNS(attr){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setNamedItemNS' called on an object that is not a valid instance of NamedNodeMap.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setNamedItemNS' on 'NamedNodeMap': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Attr.convert(globalObject,curArg,{context:"Failed to execute 'setNamedItemNS' on 'NamedNodeMap': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].setNamedItemNS(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}removeNamedItem(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeNamedItem' called on an object that is not a valid instance of NamedNodeMap.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'removeNamedItem' on 'NamedNodeMap': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'removeNamedItem' on 'NamedNodeMap': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].removeNamedItem(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}removeNamedItemNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeNamedItemNS' called on an object that is not a valid instance of NamedNodeMap.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': parameter 2",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].removeNamedItemNS(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of NamedNodeMap.");return esValue[implSymbol].length}}Object.defineProperties(NamedNodeMap.prototype,{item:{enumerable:!0},getNamedItem:{enumerable:!0},getNamedItemNS:{enumerable:!0},setNamedItem:{enumerable:!0},setNamedItemNS:{enumerable:!0},removeNamedItem:{enumerable:!0},removeNamedItemNS:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"NamedNodeMap",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.NamedNodeMap=NamedNodeMap,Object.defineProperty(globalObject,"NamedNodeMap",{configurable:!0,writable:!0,value:NamedNodeMap})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of target[implSymbol][utils.supportedPropertyNames])key in target||keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}const namedValue=target[implSymbol].getNamedItem(P);return null===namedValue||P in target||ignoreNamedProps?Reflect.getOwnPropertyDescriptor(target,P):{writable:!1,enumerable:!1,configurable:!0,value:utils.tryWrapperForImpl(namedValue)}}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;if(utils.isArrayIndexPropName(P))return!1;if(!utils.hasOwn(target,P)){if(!!(null!==target[implSymbol].getNamedItem(P)))return!1}return Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return(null===target[implSymbol].getNamedItem(P)||P in target)&&Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(33165)},84940:module=>{"use strict";module.exports=Math.abs},85144:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const SVGGraphicsElementImpl=__webpack_require__(81041).implementation;module.exports={implementation:class extends SVGGraphicsElementImpl{}}},85247:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMTokenList=__webpack_require__(7226),HTMLElementImpl=__webpack_require__(52723).implementation,idlUtils=__webpack_require__(65554),{fetchStylesheet,removeStylesheet}=__webpack_require__(8666),whatwgURL=__webpack_require__(88499);function maybeFetchAndProcess(el){ |
| /*ThouShaltNotCache*/ |
| (function(el){ |
| /*ThouShaltNotCache*/ |
| const wrapper=idlUtils.wrapperForImpl(el);if(!/(?:[ \t\n\r\f]|^)stylesheet(?:[ \t\n\r\f]|$)/i.test(wrapper.rel))return!1;return el.hasAttributeNS(null,"href")})(el)&&el.isConnected&&el._ownerDocument._defaultView&&function(el){ |
| /*ThouShaltNotCache*/ |
| const href=el.getAttributeNS(null,"href");if(null===href||""===href)return;const url=el._ownerDocument.encodingParseAURL(href);if(null===url)return;const serialized=whatwgURL.serializeURL(url);fetchStylesheet(el,serialized)}(el)}module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this.sheet=null}get relList(){ |
| /*ThouShaltNotCache*/ |
| return void 0===this._relList&&(this._relList=DOMTokenList.createImpl(this._globalObject,[],{element:this,attributeLocalName:"rel",supportedTokens:new Set(["stylesheet"])})),this._relList}_attach(){ |
| /*ThouShaltNotCache*/ |
| super._attach(),maybeFetchAndProcess(this)}_detach(){ |
| /*ThouShaltNotCache*/ |
| super._detach(),this.sheet&&removeStylesheet(this.sheet,this)}_attrModified(name,value,oldValue){ |
| /*ThouShaltNotCache*/ |
| super._attrModified(name,value,oldValue),"href"===name&&maybeFetchAndProcess(this),"rel"===name&&void 0!==this._relList&&this._relList.attrModified()}get _accept(){ |
| /*ThouShaltNotCache*/ |
| return"text/css,*/*;q=0.1"}}}},85436:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},85570:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,HashChangeEventInit=__webpack_require__(22345);class HashChangeEventImpl extends EventImpl{}HashChangeEventImpl.defaultInit=HashChangeEventInit.convert(void 0,void 0),module.exports={implementation:HashChangeEventImpl}},86036:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),StorageEventInit=__webpack_require__(53818),Storage=__webpack_require__(93182),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].StorageEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'StorageEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class StorageEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'StorageEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'StorageEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=StorageEventInit.convert(globalObject,curArg,{context:"Failed to construct 'StorageEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}initStorageEvent(type){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initStorageEvent' called on an object that is not a valid instance of StorageEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initStorageEvent' on 'StorageEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 4",globals:globalObject}):null,args.push(curArg)}{let curArg=arguments[4];curArg=void 0!==curArg?null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 5",globals:globalObject}):null,args.push(curArg)}{let curArg=arguments[5];curArg=void 0!==curArg?null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 6",globals:globalObject}):null,args.push(curArg)}{let curArg=arguments[6];curArg=void 0!==curArg?conversions.USVString(curArg,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 7",globals:globalObject}):"",args.push(curArg)}{let curArg=arguments[7];curArg=void 0!==curArg?null==curArg?null:Storage.convert(globalObject,curArg,{context:"Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 8"}):null,args.push(curArg)}return esValue[implSymbol].initStorageEvent(...args)}get key(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get key' called on an object that is not a valid instance of StorageEvent.");return esValue[implSymbol].key}get oldValue(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get oldValue' called on an object that is not a valid instance of StorageEvent.");return esValue[implSymbol].oldValue}get newValue(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get newValue' called on an object that is not a valid instance of StorageEvent.");return esValue[implSymbol].newValue}get url(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get url' called on an object that is not a valid instance of StorageEvent.");return esValue[implSymbol].url}get storageArea(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get storageArea' called on an object that is not a valid instance of StorageEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].storageArea)}}Object.defineProperties(StorageEvent.prototype,{initStorageEvent:{enumerable:!0},key:{enumerable:!0},oldValue:{enumerable:!0},newValue:{enumerable:!0},url:{enumerable:!0},storageArea:{enumerable:!0},[Symbol.toStringTag]:{value:"StorageEvent",configurable:!0}}),ctorRegistry.StorageEvent=StorageEvent,Object.defineProperty(globalObject,"StorageEvent",{configurable:!0,writable:!0,value:StorageEvent})};const Impl=__webpack_require__(48479)},86201:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,DefaultConstraintValidationImpl=__webpack_require__(11549).D,ValidityState=__webpack_require__(48648),{mixin}=__webpack_require__(7586),DOMException=__webpack_require__(3698),{cloningSteps}=__webpack_require__(35442),{isDisabled,getLabelsForLabelable,formOwner}=__webpack_require__(28888),{childTextContent}=__webpack_require__(61012),{fireAnEvent}=__webpack_require__(97130);class HTMLTextAreaElementImpl extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._selectionStart=this._selectionEnd=0,this._selectionDirection="none",this._rawValue="",this._dirtyValue=!1,this._customValidityErrorMessage="",this._labels=null}_formReset(){ |
| /*ThouShaltNotCache*/ |
| this._rawValue=childTextContent(this),this._dirtyValue=!1}_getAPIValue(){ |
| /*ThouShaltNotCache*/ |
| return this._rawValue.replace(/\r\n/g,"\n").replace(/\r/g,"\n")}_getValue(){ |
| /*ThouShaltNotCache*/ |
| const apiValue=this._getAPIValue();return"hard"===this.getAttributeNS(null,"wrap")?function(text,cols){ |
| /*ThouShaltNotCache*/ |
| let lineStart=0,lineEnd=text.indexOf("\n");-1===lineEnd&&(lineEnd=text.length);for(;lineStart<text.length;){lineEnd-lineStart>cols&&(lineEnd=lineStart+cols,text=text.slice(0,lineEnd)+"\n"+text.slice(lineEnd)),lineStart=lineEnd+1,lineEnd=text.indexOf("\n",lineStart),-1===lineEnd&&(lineEnd=text.length)}return text}(apiValue,this.getAttributeNS(null,"cols")??20):apiValue}_childTextContentChangeSteps(){ |
| /*ThouShaltNotCache*/ |
| super._childTextContentChangeSteps(),!1===this._dirtyValue&&(this._rawValue=childTextContent(this))}get labels(){ |
| /*ThouShaltNotCache*/ |
| return getLabelsForLabelable(this)}get form(){ |
| /*ThouShaltNotCache*/ |
| return formOwner(this)}get defaultValue(){ |
| /*ThouShaltNotCache*/ |
| return childTextContent(this)}set defaultValue(val){ |
| /*ThouShaltNotCache*/ |
| this.textContent=val}get value(){ |
| /*ThouShaltNotCache*/ |
| return this._getAPIValue()}set value(val){ |
| /*ThouShaltNotCache*/ |
| const oldAPIValue=this._getAPIValue();this._rawValue=val,this._dirtyValue=!0,oldAPIValue!==this._getAPIValue()&&(this._selectionStart=this._selectionEnd=this._getValueLength(),this._selectionDirection="none")}get textLength(){ |
| /*ThouShaltNotCache*/ |
| return this.value.length}get type(){ |
| /*ThouShaltNotCache*/ |
| return"textarea"}_dispatchSelectEvent(){ |
| /*ThouShaltNotCache*/ |
| setTimeout(()=>fireAnEvent("select",this,void 0,{bubbles:!0,cancelable:!1}),0)}_getValueLength(){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof this.value?this.value.length:0}select(){ |
| /*ThouShaltNotCache*/ |
| this._selectionStart=0,this._selectionEnd=this._getValueLength(),this._selectionDirection="none",this._dispatchSelectEvent()}get selectionStart(){ |
| /*ThouShaltNotCache*/ |
| return this._selectionStart}set selectionStart(start){ |
| /*ThouShaltNotCache*/ |
| this.setSelectionRange(start,Math.max(start,this._selectionEnd),this._selectionDirection)}get selectionEnd(){ |
| /*ThouShaltNotCache*/ |
| return this._selectionEnd}set selectionEnd(end){ |
| /*ThouShaltNotCache*/ |
| this.setSelectionRange(this._selectionStart,end,this._selectionDirection)}get selectionDirection(){ |
| /*ThouShaltNotCache*/ |
| return this._selectionDirection}set selectionDirection(dir){ |
| /*ThouShaltNotCache*/ |
| this.setSelectionRange(this._selectionStart,this._selectionEnd,dir)}setSelectionRange(start,end,dir){ |
| /*ThouShaltNotCache*/ |
| this._selectionEnd=Math.min(end,this._getValueLength()),this._selectionStart=Math.min(start,this._selectionEnd),this._selectionDirection="forward"===dir||"backward"===dir?dir:"none",this._dispatchSelectEvent()}setRangeText(repl,start,end,selectionMode="preserve"){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<2)start=this._selectionStart,end=this._selectionEnd;else if(start>end)throw DOMException.create(this._globalObject,["The index is not in the allowed range.","IndexSizeError"]);start=Math.min(start,this._getValueLength()),end=Math.min(end,this._getValueLength());const val=this.value;let selStart=this._selectionStart,selEnd=this._selectionEnd;this.value=val.slice(0,start)+repl+val.slice(end);const newEnd=start+repl.length;if("select"===selectionMode)this.setSelectionRange(start,newEnd);else if("start"===selectionMode)this.setSelectionRange(start,start);else if("end"===selectionMode)this.setSelectionRange(newEnd,newEnd);else{const delta=repl.length-(end-start);selStart>end?selStart+=delta:selStart>start&&(selStart=start),selEnd>end?selEnd+=delta:selEnd>start&&(selEnd=newEnd),this.setSelectionRange(selStart,selEnd)}}_barredFromConstraintValidationSpecialization(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"readonly")}get _mutable(){ |
| /*ThouShaltNotCache*/ |
| return!isDisabled(this)&&!this.hasAttributeNS(null,"readonly")}get validity(){ |
| /*ThouShaltNotCache*/ |
| if(!this._validity){const state={valueMissing:()=>this.hasAttributeNS(null,"required")&&this._mutable&&""===this.value};this._validity=ValidityState.createImpl(this._globalObject,[],{element:this,state})}return this._validity}[cloningSteps](copy,node){ |
| /*ThouShaltNotCache*/ |
| copy._dirtyValue=node._dirtyValue,copy._rawValue=node._rawValue}}mixin(HTMLTextAreaElementImpl.prototype,DefaultConstraintValidationImpl.prototype),module.exports={implementation:HTMLTextAreaElementImpl}},86258:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},86456:(__unused_webpack_module,exports)=>{"use strict";const enumerationValues=new Set(["open","closed"]);exports.enumerationValues=enumerationValues,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| const string=`${value}`;if(!enumerationValues.has(string))throw new globalObject.TypeError(`${context} '${string}' is not a valid enumeration value for ShadowRootMode`);return string}},86669:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),DocumentType=__webpack_require__(36798),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].DOMImplementation.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'DOMImplementation'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class DOMImplementation{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}createDocumentType(qualifiedName,publicId,systemId){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createDocumentType' called on an object that is not a valid instance of DOMImplementation.");if(arguments.length<3)throw new globalObject.TypeError(`Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createDocumentType' on 'DOMImplementation': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createDocumentType' on 'DOMImplementation': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createDocumentType' on 'DOMImplementation': parameter 3",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createDocumentType(...args))}createDocument(namespace,qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createDocument' called on an object that is not a valid instance of DOMImplementation.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'createDocument' on 'DOMImplementation': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'createDocument' on 'DOMImplementation': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createDocument' on 'DOMImplementation': parameter 2",globals:globalObject,treatNullAsEmptyString:!0}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg?null==curArg?null:DocumentType.convert(globalObject,curArg,{context:"Failed to execute 'createDocument' on 'DOMImplementation': parameter 3"}):null,args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createDocument(...args))}createHTMLDocument(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'createHTMLDocument' called on an object that is not a valid instance of DOMImplementation.");const args=[];{let curArg=arguments[0];void 0!==curArg&&(curArg=conversions.DOMString(curArg,{context:"Failed to execute 'createHTMLDocument' on 'DOMImplementation': parameter 1",globals:globalObject})),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].createHTMLDocument(...args))}hasFeature(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'hasFeature' called on an object that is not a valid instance of DOMImplementation.");return esValue[implSymbol].hasFeature()}}Object.defineProperties(DOMImplementation.prototype,{createDocumentType:{enumerable:!0},createDocument:{enumerable:!0},createHTMLDocument:{enumerable:!0},hasFeature:{enumerable:!0},[Symbol.toStringTag]:{value:"DOMImplementation",configurable:!0}}),ctorRegistry.DOMImplementation=DOMImplementation,Object.defineProperty(globalObject,"DOMImplementation",{configurable:!0,writable:!0,value:DOMImplementation})};const Impl=__webpack_require__(87032)},87032:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const validateNames=__webpack_require__(82336),{HTML_NS,SVG_NS}=__webpack_require__(36675),{createElement,internalCreateElementNSSteps}=__webpack_require__(91662),DocumentType=__webpack_require__(36798),documents=__webpack_require__(67411);module.exports={implementation:class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._ownerDocument=privateData.ownerDocument}hasFeature(){ |
| /*ThouShaltNotCache*/ |
| return!0}createDocumentType(qualifiedName,publicId,systemId){ |
| /*ThouShaltNotCache*/ |
| return validateNames.qname(this._globalObject,qualifiedName),DocumentType.createImpl(this._globalObject,[],{ownerDocument:this._ownerDocument,name:qualifiedName,publicId,systemId})}createDocument(namespace,qualifiedName,doctype){ |
| /*ThouShaltNotCache*/ |
| let contentType="application/xml";namespace===HTML_NS?contentType="application/xhtml+xml":namespace===SVG_NS&&(contentType="image/svg+xml");const document=documents.createImpl(this._globalObject,{contentType,parsingMode:"xml",encoding:"UTF-8"});let element=null;return""!==qualifiedName&&(element=internalCreateElementNSSteps(document,namespace,qualifiedName,{})),null!==doctype&&document.appendChild(doctype),null!==element&&document.appendChild(element),document._origin=this._ownerDocument._origin,document}createHTMLDocument(title){ |
| /*ThouShaltNotCache*/ |
| const document=documents.createImpl(this._globalObject,{parsingMode:"html",encoding:"UTF-8"}),doctype=DocumentType.createImpl(this._globalObject,[],{ownerDocument:document,name:"html",publicId:"",systemId:""});document.appendChild(doctype);const htmlElement=createElement(document,"html",HTML_NS);document.appendChild(htmlElement);const headElement=createElement(document,"head",HTML_NS);if(htmlElement.appendChild(headElement),void 0!==title){const titleElement=createElement(document,"title",HTML_NS);headElement.appendChild(titleElement),titleElement.appendChild(document.createTextNode(title))}const bodyElement=createElement(document,"body",HTML_NS);return htmlElement.appendChild(bodyElement),document}}}},87950:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),EventListener=__webpack_require__(24243),AddEventListenerOptions=__webpack_require__(52090),EventListenerOptions=__webpack_require__(55677),Event=__webpack_require__(72763),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].EventTarget.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'EventTarget'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker","AudioWorklet"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class EventTarget{constructor(){ |
| /*ThouShaltNotCache*/ |
| return exports.setup(Object.create(new.target.prototype),globalObject,void 0)}addEventListener(type,callback){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'addEventListener' called on an object that is not a valid instance of EventTarget.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'addEventListener' on 'EventTarget': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'addEventListener' on 'EventTarget': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=null==curArg?null:EventListener.convert(globalObject,curArg,{context:"Failed to execute 'addEventListener' on 'EventTarget': parameter 2"}),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=null==curArg?AddEventListenerOptions.convert(globalObject,curArg,{context:"Failed to execute 'addEventListener' on 'EventTarget': parameter 3"}):utils.isObject(curArg)?AddEventListenerOptions.convert(globalObject,curArg,{context:"Failed to execute 'addEventListener' on 'EventTarget': parameter 3 dictionary"}):conversions.boolean(curArg,{context:"Failed to execute 'addEventListener' on 'EventTarget': parameter 3",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].addEventListener(...args)}removeEventListener(type,callback){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeEventListener' called on an object that is not a valid instance of EventTarget.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'removeEventListener' on 'EventTarget': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'removeEventListener' on 'EventTarget': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=null==curArg?null:EventListener.convert(globalObject,curArg,{context:"Failed to execute 'removeEventListener' on 'EventTarget': parameter 2"}),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=null==curArg?EventListenerOptions.convert(globalObject,curArg,{context:"Failed to execute 'removeEventListener' on 'EventTarget': parameter 3"}):utils.isObject(curArg)?EventListenerOptions.convert(globalObject,curArg,{context:"Failed to execute 'removeEventListener' on 'EventTarget': parameter 3 dictionary"}):conversions.boolean(curArg,{context:"Failed to execute 'removeEventListener' on 'EventTarget': parameter 3",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].removeEventListener(...args)}dispatchEvent(event){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'dispatchEvent' called on an object that is not a valid instance of EventTarget.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'dispatchEvent' on 'EventTarget': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Event.convert(globalObject,curArg,{context:"Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1"}),args.push(curArg)}return esValue[implSymbol].dispatchEvent(...args)}}Object.defineProperties(EventTarget.prototype,{addEventListener:{enumerable:!0},removeEventListener:{enumerable:!0},dispatchEvent:{enumerable:!0},[Symbol.toStringTag]:{value:"EventTarget",configurable:!0}}),ctorRegistry.EventTarget=EventTarget,Object.defineProperty(globalObject,"EventTarget",{configurable:!0,writable:!0,value:EventTarget})};const Impl=__webpack_require__(94925)},88059:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";function _typeof(o){ |
| /*ThouShaltNotCache*/ |
| return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){ |
| /*ThouShaltNotCache*/ |
| return typeof o}:function(o){ |
| /*ThouShaltNotCache*/ |
| return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},_typeof(o)}function _defineProperties(target,props){ |
| /*ThouShaltNotCache*/ |
| for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor)}}function _toPropertyKey(arg){ |
| /*ThouShaltNotCache*/ |
| var key=function(input,hint){ |
| /*ThouShaltNotCache*/ |
| if("object"!==_typeof(input)||null===input)return input;var prim=input[Symbol.toPrimitive];if(void 0!==prim){var res=prim.call(input,hint||"default");if("object"!==_typeof(res))return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===hint?String:Number)(input)}(arg,"string");return"symbol"===_typeof(key)?key:String(key)}function _setPrototypeOf(o,p){ |
| /*ThouShaltNotCache*/ |
| return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(o,p){ |
| /*ThouShaltNotCache*/ |
| return o.__proto__=p,o},_setPrototypeOf(o,p)}function _createSuper(Derived){ |
| /*ThouShaltNotCache*/ |
| var hasNativeReflectConstruct=function(){ |
| /*ThouShaltNotCache*/ |
| if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){ |
| /*ThouShaltNotCache*/ |
| var result,Super=_getPrototypeOf(Derived);if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return function(self,call){ |
| /*ThouShaltNotCache*/ |
| if(call&&("object"===_typeof(call)||"function"==typeof call))return call;if(void 0!==call)throw new TypeError("Derived constructors may only return object or undefined");return function(self){ |
| /*ThouShaltNotCache*/ |
| if(void 0===self)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return self}(self)}(this,result)}}function _getPrototypeOf(o){ |
| /*ThouShaltNotCache*/ |
| return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(o){ |
| /*ThouShaltNotCache*/ |
| return o.__proto__||Object.getPrototypeOf(o)},_getPrototypeOf(o)}var assert,util,codes={};function createErrorType(code,message,Base){ |
| /*ThouShaltNotCache*/ |
| Base||(Base=Error);var NodeError=function(_Base){ |
| /*ThouShaltNotCache*/ |
| !function(subClass,superClass){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof superClass&&null!==superClass)throw new TypeError("Super expression must either be null or a function");subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:!0,configurable:!0}}),Object.defineProperty(subClass,"prototype",{writable:!1}),superClass&&_setPrototypeOf(subClass,superClass)}(NodeError,_Base);var Constructor,protoProps,staticProps,_super=_createSuper(NodeError);function NodeError(arg1,arg2,arg3){ |
| /*ThouShaltNotCache*/ |
| var _this;return function(instance,Constructor){ |
| /*ThouShaltNotCache*/ |
| if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}(this,NodeError),_this=_super.call(this,function(arg1,arg2,arg3){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof message?message:message(arg1,arg2,arg3)}(arg1,arg2,arg3)),_this.code=code,_this}return Constructor=NodeError, |
| /*ThouShaltNotCache*/ |
| protoProps&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Object.defineProperty(Constructor,"prototype",{writable:!1}),Constructor}(Base);codes[code]=NodeError}function oneOf(expected,thing){ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(expected)){var len=expected.length;return expected=expected.map(function(i){ |
| /*ThouShaltNotCache*/ |
| return String(i)}),len>2?"one of ".concat(thing," ").concat(expected.slice(0,len-1).join(", "),", or ")+expected[len-1]:2===len?"one of ".concat(thing," ").concat(expected[0]," or ").concat(expected[1]):"of ".concat(thing," ").concat(expected[0])}return"of ".concat(thing," ").concat(String(expected))}createErrorType("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),createErrorType("ERR_INVALID_ARG_TYPE",function(name,expected,actual){var determiner,search,pos,msg;if( |
| /*ThouShaltNotCache*/ |
| void 0===assert&&(assert=__webpack_require__(45350)),assert("string"==typeof name,"'name' must be a string"),"string"==typeof expected&&(search="not ",expected.substr(!pos||pos<0?0:+pos,search.length)===search)?(determiner="must not be",expected=expected.replace(/^not /,"")):determiner="must be",function(str,search,this_len){ |
| /*ThouShaltNotCache*/ |
| return(void 0===this_len||this_len>str.length)&&(this_len=str.length),str.substring(this_len-search.length,this_len)===search}(name," argument"))msg="The ".concat(name," ").concat(determiner," ").concat(oneOf(expected,"type"));else{var type=function(str,search,start){ |
| /*ThouShaltNotCache*/ |
| return"number"!=typeof start&&(start=0),!(start+search.length>str.length)&&-1!==str.indexOf(search,start)}(name,".")?"property":"argument";msg='The "'.concat(name,'" ').concat(type," ").concat(determiner," ").concat(oneOf(expected,"type"))}return msg+=". Received type ".concat(_typeof(actual))},TypeError),createErrorType("ERR_INVALID_ARG_VALUE",function(name,value){ |
| /*ThouShaltNotCache*/ |
| var reason=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===util&&(util=__webpack_require__(25411));var inspected=util.inspect(value);return inspected.length>128&&(inspected="".concat(inspected.slice(0,128),"...")),"The argument '".concat(name,"' ").concat(reason,". Received ").concat(inspected)},TypeError,RangeError),createErrorType("ERR_INVALID_RETURN_VALUE",function(input,name,value){ |
| /*ThouShaltNotCache*/ |
| var type;return type=value&&value.constructor&&value.constructor.name?"instance of ".concat(value.constructor.name):"type ".concat(_typeof(value)),"Expected ".concat(input,' to be returned from the "').concat(name,'"')+" function but got ".concat(type,".")},TypeError),createErrorType("ERR_MISSING_ARGS",function(){ |
| /*ThouShaltNotCache*/ |
| for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++)args[_key]=arguments[_key];void 0===assert&&(assert=__webpack_require__(45350)),assert(args.length>0,"At least one arg needs to be specified");var msg="The ",len=args.length;switch(args=args.map(function(a){ |
| /*ThouShaltNotCache*/ |
| return'"'.concat(a,'"')}),len){case 1:msg+="".concat(args[0]," argument");break;case 2:msg+="".concat(args[0]," and ").concat(args[1]," arguments");break;default:msg+=args.slice(0,len-1).join(", "),msg+=", and ".concat(args[len-1]," arguments")}return"".concat(msg," must be specified")},TypeError),module.exports.codes=codes},88082:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var hasSymbols=__webpack_require__(4379);module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| return hasSymbols()&&!!Symbol.toStringTag}},88083:(__unused_webpack_module,exports)=>{"use strict";class ScreenImpl{}ScreenImpl.prototype.availWidth=0,ScreenImpl.prototype.availHeight=0,ScreenImpl.prototype.width=0,ScreenImpl.prototype.height=0,ScreenImpl.prototype.colorDepth=24,ScreenImpl.prototype.pixelDepth=24,exports.implementation=ScreenImpl},88149:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,EventTarget=__webpack_require__(87950);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Performance.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Performance'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| EventTarget._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Performance extends globalObject.EventTarget{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}now(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'now' called on an object that is not a valid instance of Performance.");return utils.tryWrapperForImpl(esValue[implSymbol].now())}toJSON(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toJSON' called on an object that is not a valid instance of Performance.");return esValue[implSymbol].toJSON()}get timeOrigin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get timeOrigin' called on an object that is not a valid instance of Performance.");return utils.tryWrapperForImpl(esValue[implSymbol].timeOrigin)}}Object.defineProperties(Performance.prototype,{now:{enumerable:!0},toJSON:{enumerable:!0},timeOrigin:{enumerable:!0},[Symbol.toStringTag]:{value:"Performance",configurable:!0}}),ctorRegistry.Performance=Performance,Object.defineProperty(globalObject,"Performance",{configurable:!0,writable:!0,value:Performance})};const Impl=__webpack_require__(23943)},88198:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554);exports.implementation=class{refresh(){}get length(){ |
| /*ThouShaltNotCache*/ |
| return 0}item(){ |
| /*ThouShaltNotCache*/ |
| return null}namedItem(){ |
| /*ThouShaltNotCache*/ |
| return null}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return[]}}},88365:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),UIEventInit=__webpack_require__(65343),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].UIEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'UIEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class UIEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'UIEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'UIEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=UIEventInit.convert(globalObject,curArg,{context:"Failed to construct 'UIEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}initUIEvent(typeArg){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initUIEvent' called on an object that is not a valid instance of UIEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initUIEvent' on 'UIEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initUIEvent' on 'UIEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initUIEvent' on 'UIEvent': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initUIEvent' on 'UIEvent': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?null==curArg?null:utils.tryImplForWrapper(curArg):null,args.push(curArg)}{let curArg=arguments[4];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'initUIEvent' on 'UIEvent': parameter 5",globals:globalObject}):0,args.push(curArg)}return esValue[implSymbol].initUIEvent(...args)}get view(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get view' called on an object that is not a valid instance of UIEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].view)}get detail(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get detail' called on an object that is not a valid instance of UIEvent.");return esValue[implSymbol].detail}get which(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get which' called on an object that is not a valid instance of UIEvent.");return esValue[implSymbol].which}}Object.defineProperties(UIEvent.prototype,{initUIEvent:{enumerable:!0},view:{enumerable:!0},detail:{enumerable:!0},which:{enumerable:!0},[Symbol.toStringTag]:{value:"UIEvent",configurable:!0}}),ctorRegistry.UIEvent=UIEvent,Object.defineProperty(globalObject,"UIEvent",{configurable:!0,writable:!0,value:UIEvent})};const Impl=__webpack_require__(54064)},88382:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var getPolyfill=__webpack_require__(94356),define=__webpack_require__(986);module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| var polyfill=getPolyfill();return define(Object,{is:polyfill},{is:function(){ |
| /*ThouShaltNotCache*/ |
| return Object.is!==polyfill}}),polyfill}},88384:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.pathMatch=function(reqPath,cookiePath){ |
| /*ThouShaltNotCache*/ |
| if(cookiePath===reqPath)return!0;if(0===reqPath.indexOf(cookiePath)){if("/"===cookiePath[cookiePath.length-1])return!0;if(reqPath.startsWith(cookiePath)&&"/"===reqPath[cookiePath.length])return!0}return!1}},88402:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),EventInit=__webpack_require__(75633);class EventImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| const[type,eventInitDict=this.constructor.defaultInit]=args;this.type=type,this.bubbles=!1,this.cancelable=!1;for(const key in eventInitDict)key in this.constructor.defaultInit&&(this[key]=eventInitDict[key]);for(const key in this.constructor.defaultInit)key in this||(this[key]=this.constructor.defaultInit[key]);this.target=null,this.currentTarget=null,this.eventPhase=0,this._globalObject=globalObject,this._initializedFlag=!0,this._stopPropagationFlag=!1,this._stopImmediatePropagationFlag=!1,this._canceledFlag=!1,this._inPassiveListenerFlag=!1,this._dispatchFlag=!1,this._path=[],this.isTrusted=privateData.isTrusted||!1,this.timeStamp=Date.now()}_setTheCanceledFlag(){ |
| /*ThouShaltNotCache*/ |
| this.cancelable&&!this._inPassiveListenerFlag&&(this._canceledFlag=!0)}get srcElement(){ |
| /*ThouShaltNotCache*/ |
| return this.target}get returnValue(){ |
| /*ThouShaltNotCache*/ |
| return!this._canceledFlag}set returnValue(v){ |
| /*ThouShaltNotCache*/ |
| !1===v&&this._setTheCanceledFlag()}get defaultPrevented(){ |
| /*ThouShaltNotCache*/ |
| return this._canceledFlag}stopPropagation(){ |
| /*ThouShaltNotCache*/ |
| this._stopPropagationFlag=!0}get cancelBubble(){ |
| /*ThouShaltNotCache*/ |
| return this._stopPropagationFlag}set cancelBubble(v){ |
| /*ThouShaltNotCache*/ |
| v&&(this._stopPropagationFlag=!0)}stopImmediatePropagation(){ |
| /*ThouShaltNotCache*/ |
| this._stopPropagationFlag=!0,this._stopImmediatePropagationFlag=!0}preventDefault(){ |
| /*ThouShaltNotCache*/ |
| this._setTheCanceledFlag()}composedPath(){ |
| /*ThouShaltNotCache*/ |
| const composedPath=[],{currentTarget,_path:path}=this;if(0===path.length)return composedPath;composedPath.push(currentTarget);let currentTargetIndex=0,currentTargetHiddenSubtreeLevel=0;for(let index=path.length-1;index>=0;index--){const{item,rootOfClosedTree,slotInClosedTree}=path[index];if(rootOfClosedTree&¤tTargetHiddenSubtreeLevel++,item===idlUtils.implForWrapper(currentTarget)){currentTargetIndex=index;break}slotInClosedTree&¤tTargetHiddenSubtreeLevel--}let currentHiddenLevel=currentTargetHiddenSubtreeLevel,maxHiddenLevel=currentTargetHiddenSubtreeLevel;for(let i=currentTargetIndex-1;i>=0;i--){const{item,rootOfClosedTree,slotInClosedTree}=path[i];rootOfClosedTree&¤tHiddenLevel++,currentHiddenLevel<=maxHiddenLevel&&composedPath.unshift(idlUtils.wrapperForImpl(item)),slotInClosedTree&&(currentHiddenLevel--,currentHiddenLevel<maxHiddenLevel&&(maxHiddenLevel=currentHiddenLevel))}currentHiddenLevel=currentTargetHiddenSubtreeLevel,maxHiddenLevel=currentTargetHiddenSubtreeLevel;for(let index=currentTargetIndex+1;index<path.length;index++){const{item,rootOfClosedTree,slotInClosedTree}=path[index];slotInClosedTree&¤tHiddenLevel++,currentHiddenLevel<=maxHiddenLevel&&composedPath.push(idlUtils.wrapperForImpl(item)),rootOfClosedTree&&(currentHiddenLevel--,currentHiddenLevel<maxHiddenLevel&&(maxHiddenLevel=currentHiddenLevel))}return composedPath}_initialize(type,bubbles,cancelable){ |
| /*ThouShaltNotCache*/ |
| this.type=type,this._initializedFlag=!0,this._stopPropagationFlag=!1,this._stopImmediatePropagationFlag=!1,this._canceledFlag=!1,this.isTrusted=!1,this.target=null,this.bubbles=bubbles,this.cancelable=cancelable}initEvent(type,bubbles,cancelable){ |
| /*ThouShaltNotCache*/ |
| this._dispatchFlag||this._initialize(type,bubbles,cancelable)}}EventImpl.defaultInit=EventInit.convert(void 0,void 0),module.exports={implementation:EventImpl}},88499:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{URL,URLSearchParams}=__webpack_require__(29227),urlStateMachine=__webpack_require__(44658),percentEncoding=__webpack_require__(14434),sharedGlobalObject={Array,Object,Promise,String,TypeError};URL.install(sharedGlobalObject,["Window"]),URLSearchParams.install(sharedGlobalObject,["Window"]),exports.URL=sharedGlobalObject.URL,exports.URLSearchParams=sharedGlobalObject.URLSearchParams,exports.parseURL=urlStateMachine.parseURL,exports.basicURLParse=urlStateMachine.basicURLParse,exports.serializeURL=urlStateMachine.serializeURL,exports.serializePath=urlStateMachine.serializePath,exports.serializeHost=urlStateMachine.serializeHost,exports.serializeInteger=urlStateMachine.serializeInteger,exports.serializeURLOrigin=urlStateMachine.serializeURLOrigin,exports.setTheUsername=urlStateMachine.setTheUsername,exports.setThePassword=urlStateMachine.setThePassword,exports.cannotHaveAUsernamePasswordPort=urlStateMachine.cannotHaveAUsernamePasswordPort,exports.hasAnOpaquePath=urlStateMachine.hasAnOpaquePath,exports.percentDecodeString=percentEncoding.percentDecodeString,exports.percentDecodeBytes=percentEncoding.percentDecodeBytes},88544:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var TextEncoder=__webpack_require__(71537)._,Buffer=__webpack_require__(81545).Buffer;const conversions=__webpack_require__(40630),utf8Encoder=new TextEncoder,contentDispositionPrefix=utf8Encoder.encode('Content-Disposition: form-data; name="'),filenamePrefix=utf8Encoder.encode('; filename="'),contentType=utf8Encoder.encode("Content-Type: ");function escapeName(name,isFilename=!1){ |
| /*ThouShaltNotCache*/ |
| name=isFilename?conversions.USVString(name):name.replace(/\r(?!\n)|(?<!\r)\n/g,"\r\n");const encoded=utf8Encoder.encode(name),encodedWithSubs=[];for(const originalByte of encoded)10===originalByte?encodedWithSubs.push(37,48,65):13===originalByte?encodedWithSubs.push(37,48,68):34===originalByte?encodedWithSubs.push(37,50,50):encodedWithSubs.push(originalByte);return new Uint8Array(encodedWithSubs)}exports.serializeEntryList=entries=>{ |
| /*ThouShaltNotCache*/ |
| const boundary=function(){ |
| /*ThouShaltNotCache*/ |
| let boundary="--------------------------";for(let i=0;i<24;++i)boundary+=Math.floor(10*Math.random()).toString(16);return utf8Encoder.encode(boundary)}(),outputChunks=[];for(const entry of entries){const chunkBytes=[45,45,...boundary,13,10];chunkBytes.push(...contentDispositionPrefix,...escapeName(entry.name),34);let{value}=entry;if("string"==typeof value)chunkBytes.push(13,10,13,10),value=value.replace(/\r(?!\n)|(?<!\r)\n/g,"\r\n"),chunkBytes.push(...utf8Encoder.encode(value)),chunkBytes.push(13,10),outputChunks.push(new Uint8Array(chunkBytes));else{chunkBytes.push(...filenamePrefix,...escapeName(value.name,!0),34,13,10);const type=""!==value.type?value.type:"application/octet-stream";chunkBytes.push(...contentType,...utf8Encoder.encode(type)),chunkBytes.push(13,10,13,10),outputChunks.push(new Uint8Array(chunkBytes),value._buffer,new Uint8Array([13,10]))}}return outputChunks.push(new Uint8Array([45,45]),boundary,new Uint8Array([45,45]),new Uint8Array([13,10])),{boundary,outputChunks}},exports.chunksToBuffer=chunks=>Buffer.concat(chunks)},88571:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,Attr=__webpack_require__(70172),ShadowRootInit=__webpack_require__(83189),Node=__webpack_require__(13079),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Element.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Element'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Node._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Element extends globalObject.Node{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}hasAttributes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'hasAttributes' called on an object that is not a valid instance of Element.");return esValue[implSymbol].hasAttributes()}getAttributeNames(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getAttributeNames' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].getAttributeNames())}getAttribute(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getAttribute' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getAttribute' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getAttribute' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].getAttribute(...args)}getAttributeNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getAttributeNS' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'getAttributeNS' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'getAttributeNS' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getAttributeNS' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].getAttributeNS(...args)}setAttribute(qualifiedName,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setAttribute' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'setAttribute' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setAttribute' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setAttribute' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].setAttribute(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}setAttributeNS(namespace,qualifiedName,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setAttributeNS' called on an object that is not a valid instance of Element.");if(arguments.length<3)throw new globalObject.TypeError(`Failed to execute 'setAttributeNS' on 'Element': 3 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'setAttributeNS' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setAttributeNS' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setAttributeNS' on 'Element': parameter 3",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].setAttributeNS(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}removeAttribute(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeAttribute' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'removeAttribute' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'removeAttribute' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].removeAttribute(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}removeAttributeNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeAttributeNS' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'removeAttributeNS' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'removeAttributeNS' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'removeAttributeNS' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].removeAttributeNS(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}toggleAttribute(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toggleAttribute' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'toggleAttribute' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'toggleAttribute' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.boolean(curArg,{context:"Failed to execute 'toggleAttribute' on 'Element': parameter 2",globals:globalObject})),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].toggleAttribute(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}hasAttribute(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'hasAttribute' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'hasAttribute' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'hasAttribute' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].hasAttribute(...args)}hasAttributeNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'hasAttributeNS' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'hasAttributeNS' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'hasAttributeNS' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'hasAttributeNS' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].hasAttributeNS(...args)}getAttributeNode(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getAttributeNode' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getAttributeNode' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getAttributeNode' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getAttributeNode(...args))}getAttributeNodeNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getAttributeNodeNS' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'getAttributeNodeNS' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'getAttributeNodeNS' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getAttributeNodeNS' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getAttributeNodeNS(...args))}setAttributeNode(attr){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setAttributeNode' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setAttributeNode' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Attr.convert(globalObject,curArg,{context:"Failed to execute 'setAttributeNode' on 'Element': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].setAttributeNode(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}setAttributeNodeNS(attr){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setAttributeNodeNS' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setAttributeNodeNS' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Attr.convert(globalObject,curArg,{context:"Failed to execute 'setAttributeNodeNS' on 'Element': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].setAttributeNodeNS(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}removeAttributeNode(attr){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeAttributeNode' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'removeAttributeNode' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=Attr.convert(globalObject,curArg,{context:"Failed to execute 'removeAttributeNode' on 'Element': parameter 1"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].removeAttributeNode(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}attachShadow(init){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'attachShadow' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'attachShadow' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=ShadowRootInit.convert(globalObject,curArg,{context:"Failed to execute 'attachShadow' on 'Element': parameter 1"}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].attachShadow(...args))}closest(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'closest' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'closest' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'closest' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].closest(...args))}matches(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'matches' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'matches' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'matches' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].matches(...args)}webkitMatchesSelector(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'webkitMatchesSelector' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'webkitMatchesSelector' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'webkitMatchesSelector' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].webkitMatchesSelector(...args)}getElementsByTagName(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementsByTagName' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getElementsByTagName' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByTagName' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementsByTagName(...args))}getElementsByTagNameNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementsByTagNameNS' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'getElementsByTagNameNS' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=null==curArg?null:conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByTagNameNS' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByTagNameNS' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementsByTagNameNS(...args))}getElementsByClassName(classNames){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getElementsByClassName' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getElementsByClassName' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getElementsByClassName' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getElementsByClassName(...args))}insertAdjacentElement(where,element){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertAdjacentElement' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'insertAdjacentElement' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'insertAdjacentElement' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=exports.convert(globalObject,curArg,{context:"Failed to execute 'insertAdjacentElement' on 'Element': parameter 2"}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return utils.tryWrapperForImpl(esValue[implSymbol].insertAdjacentElement(...args))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}insertAdjacentText(where,data){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertAdjacentText' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'insertAdjacentText' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'insertAdjacentText' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'insertAdjacentText' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].insertAdjacentText(...args)}insertAdjacentHTML(position,text){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'insertAdjacentHTML' called on an object that is not a valid instance of Element.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'insertAdjacentHTML' on 'Element': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'insertAdjacentHTML' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'insertAdjacentHTML' on 'Element': parameter 2",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].insertAdjacentHTML(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}getClientRects(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getClientRects' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].getClientRects())}getBoundingClientRect(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getBoundingClientRect' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].getBoundingClientRect())}before(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'before' called on an object that is not a valid instance of Element.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'before' on 'Element': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].before(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}after(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'after' called on an object that is not a valid instance of Element.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'after' on 'Element': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].after(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}replaceWith(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceWith' called on an object that is not a valid instance of Element.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'replaceWith' on 'Element': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].replaceWith(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}remove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'remove' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].remove()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}prepend(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'prepend' called on an object that is not a valid instance of Element.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'prepend' on 'Element': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].prepend(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}append(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'append' called on an object that is not a valid instance of Element.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'append' on 'Element': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].append(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}replaceChildren(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'replaceChildren' called on an object that is not a valid instance of Element.");const args=[];for(let i=0;i<arguments.length;i++){let curArg=arguments[i];curArg=Node.is(curArg)?utils.implForWrapper(curArg):conversions.DOMString(curArg,{context:"Failed to execute 'replaceChildren' on 'Element': parameter "+(i+1),globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].replaceChildren(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}querySelector(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'querySelector' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'querySelector' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'querySelector' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].querySelector(...args))}querySelectorAll(selectors){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'querySelectorAll' called on an object that is not a valid instance of Element.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'querySelectorAll' on 'Element': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'querySelectorAll' on 'Element': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].querySelectorAll(...args))}get namespaceURI(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get namespaceURI' called on an object that is not a valid instance of Element.");return esValue[implSymbol].namespaceURI}get prefix(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get prefix' called on an object that is not a valid instance of Element.");return esValue[implSymbol].prefix}get localName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get localName' called on an object that is not a valid instance of Element.");return esValue[implSymbol].localName}get tagName(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get tagName' called on an object that is not a valid instance of Element.");return esValue[implSymbol].tagName}get id(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get id' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("id");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set id(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set id' called on an object that is not a valid instance of Element.");V=conversions.DOMString(V,{context:"Failed to set the 'id' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("id",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get className(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get className' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("class");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set className(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set className' called on an object that is not a valid instance of Element.");V=conversions.DOMString(V,{context:"Failed to set the 'className' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("class",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get classList(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get classList' called on an object that is not a valid instance of Element.");return utils.getSameObject(this,"classList",()=>utils.tryWrapperForImpl(esValue[implSymbol].classList))}set classList(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set classList' called on an object that is not a valid instance of Element.");const Q=esValue.classList;if(!utils.isObject(Q))throw new globalObject.TypeError("Property 'classList' is not an object");Reflect.set(Q,"value",V)}get slot(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get slot' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("slot");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set slot(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set slot' called on an object that is not a valid instance of Element.");V=conversions.DOMString(V,{context:"Failed to set the 'slot' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("slot",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get attributes(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get attributes' called on an object that is not a valid instance of Element.");return utils.getSameObject(this,"attributes",()=>utils.tryWrapperForImpl(esValue[implSymbol].attributes))}get shadowRoot(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get shadowRoot' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].shadowRoot)}get outerHTML(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get outerHTML' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].outerHTML}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set outerHTML(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set outerHTML' called on an object that is not a valid instance of Element.");V=conversions.DOMString(V,{context:"Failed to set the 'outerHTML' property on 'Element': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].outerHTML=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get scrollTop(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scrollTop' called on an object that is not a valid instance of Element.");return esValue[implSymbol].scrollTop}set scrollTop(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set scrollTop' called on an object that is not a valid instance of Element.");V=conversions["unrestricted double"](V,{context:"Failed to set the 'scrollTop' property on 'Element': The provided value",globals:globalObject}),esValue[implSymbol].scrollTop=V}get scrollLeft(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scrollLeft' called on an object that is not a valid instance of Element.");return esValue[implSymbol].scrollLeft}set scrollLeft(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set scrollLeft' called on an object that is not a valid instance of Element.");V=conversions["unrestricted double"](V,{context:"Failed to set the 'scrollLeft' property on 'Element': The provided value",globals:globalObject}),esValue[implSymbol].scrollLeft=V}get scrollWidth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scrollWidth' called on an object that is not a valid instance of Element.");return esValue[implSymbol].scrollWidth}get scrollHeight(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scrollHeight' called on an object that is not a valid instance of Element.");return esValue[implSymbol].scrollHeight}get clientTop(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get clientTop' called on an object that is not a valid instance of Element.");return esValue[implSymbol].clientTop}get clientLeft(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get clientLeft' called on an object that is not a valid instance of Element.");return esValue[implSymbol].clientLeft}get clientWidth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get clientWidth' called on an object that is not a valid instance of Element.");return esValue[implSymbol].clientWidth}get clientHeight(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get clientHeight' called on an object that is not a valid instance of Element.");return esValue[implSymbol].clientHeight}get innerHTML(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get innerHTML' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].innerHTML}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set innerHTML(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set innerHTML' called on an object that is not a valid instance of Element.");V=conversions.DOMString(V,{context:"Failed to set the 'innerHTML' property on 'Element': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].innerHTML=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get role(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get role' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("role")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set role(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set role' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'role' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("role"):esValue[implSymbol]._reflectSetTheContentAttribute("role",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaAtomic(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaAtomic' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-atomic")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaAtomic(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaAtomic' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaAtomic' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-atomic"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-atomic",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaAutoComplete(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaAutoComplete' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-autocomplete")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaAutoComplete(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaAutoComplete' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaAutoComplete' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-autocomplete"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-autocomplete",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaBusy(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaBusy' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-busy")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaBusy(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaBusy' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaBusy' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-busy"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-busy",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaChecked(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaChecked' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-checked")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaChecked(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaChecked' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaChecked' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-checked"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-checked",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaColCount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaColCount' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-colcount")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaColCount(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaColCount' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaColCount' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-colcount"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-colcount",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaColIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaColIndex' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-colindex")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaColIndex(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaColIndex' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaColIndex' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-colindex"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-colindex",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaColIndexText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaColIndexText' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-colindextext")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaColIndexText(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaColIndexText' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaColIndexText' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-colindextext"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-colindextext",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaColSpan(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaColSpan' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-colspan")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaColSpan(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaColSpan' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaColSpan' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-colspan"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-colspan",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaCurrent(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaCurrent' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-current")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaCurrent(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaCurrent' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaCurrent' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-current"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-current",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaDescription(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaDescription' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-description")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaDescription(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaDescription' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaDescription' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-description"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-description",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaDisabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaDisabled' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaDisabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaDisabled' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaDisabled' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-disabled"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-disabled",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaExpanded(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaExpanded' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-expanded")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaExpanded(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaExpanded' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaExpanded' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-expanded"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-expanded",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaHasPopup(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaHasPopup' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-haspopup")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaHasPopup(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaHasPopup' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaHasPopup' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-haspopup"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-haspopup",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaHidden(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaHidden' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-hidden")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaHidden(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaHidden' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaHidden' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-hidden"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-hidden",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaInvalid(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaInvalid' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-invalid")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaInvalid(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaInvalid' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaInvalid' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-invalid"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-invalid",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaKeyShortcuts(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaKeyShortcuts' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-keyshortcuts")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaKeyShortcuts(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaKeyShortcuts' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaKeyShortcuts' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-keyshortcuts"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-keyshortcuts",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaLabel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaLabel' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-label")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaLabel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaLabel' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaLabel' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-label"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-label",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaLevel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaLevel' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-level")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaLevel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaLevel' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaLevel' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-level"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-level",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaLive(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaLive' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-live")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaLive(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaLive' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaLive' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-live"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-live",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaModal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaModal' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-modal")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaModal(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaModal' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaModal' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-modal"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-modal",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaMultiLine(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaMultiLine' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-multiline")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaMultiLine(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaMultiLine' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaMultiLine' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-multiline"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-multiline",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaMultiSelectable(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaMultiSelectable' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-multiselectable")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaMultiSelectable(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaMultiSelectable' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaMultiSelectable' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-multiselectable"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-multiselectable",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaOrientation(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaOrientation' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-orientation")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaOrientation(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaOrientation' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaOrientation' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-orientation"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-orientation",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaPlaceholder(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaPlaceholder' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-placeholder")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaPlaceholder(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaPlaceholder' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaPlaceholder' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-placeholder"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-placeholder",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaPosInSet(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaPosInSet' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-posinset")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaPosInSet(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaPosInSet' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaPosInSet' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-posinset"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-posinset",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaPressed(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaPressed' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-pressed")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaPressed(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaPressed' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaPressed' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-pressed"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-pressed",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaReadOnly(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaReadOnly' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-readonly")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaReadOnly(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaReadOnly' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaReadOnly' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-readonly"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-readonly",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRequired(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRequired' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-required")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRequired(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRequired' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRequired' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-required"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-required",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRoleDescription(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRoleDescription' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-roledescription")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRoleDescription(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRoleDescription' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRoleDescription' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-roledescription"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-roledescription",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRowCount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRowCount' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-rowcount")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRowCount(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRowCount' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRowCount' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-rowcount"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-rowcount",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRowIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRowIndex' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-rowindex")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRowIndex(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRowIndex' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRowIndex' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-rowindex"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-rowindex",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRowIndexText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRowIndexText' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-rowindextext")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRowIndexText(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRowIndexText' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRowIndexText' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-rowindextext"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-rowindextext",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRowSpan(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRowSpan' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-rowspan")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRowSpan(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRowSpan' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRowSpan' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-rowspan"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-rowspan",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaSelected(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaSelected' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-selected")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaSelected(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaSelected' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaSelected' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-selected"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-selected",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaSetSize(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaSetSize' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-setsize")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaSetSize(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaSetSize' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaSetSize' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-setsize"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-setsize",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaSort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaSort' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-sort")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaSort(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaSort' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaSort' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-sort"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-sort",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaValueMax(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaValueMax' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-valuemax")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaValueMax(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaValueMax' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaValueMax' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-valuemax"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-valuemax",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaValueMin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaValueMin' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-valuemin")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaValueMin(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaValueMin' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaValueMin' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-valuemin"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-valuemin",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaValueNow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaValueNow' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-valuenow")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaValueNow(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaValueNow' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaValueNow' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-valuenow"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-valuenow",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaValueText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaValueText' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-valuetext")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaValueText(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaValueText' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaValueText' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-valuetext"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-valuetext",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRelevant(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRelevant' called on an object that is not a valid instance of Element.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-relevant")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRelevant(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRelevant' called on an object that is not a valid instance of Element.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRelevant' property on 'Element': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-relevant"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-relevant",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get previousElementSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get previousElementSibling' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].previousElementSibling)}get nextElementSibling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get nextElementSibling' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].nextElementSibling)}get children(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get children' called on an object that is not a valid instance of Element.");return utils.getSameObject(this,"children",()=>utils.tryWrapperForImpl(esValue[implSymbol].children))}get firstElementChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get firstElementChild' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].firstElementChild)}get lastElementChild(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lastElementChild' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].lastElementChild)}get childElementCount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get childElementCount' called on an object that is not a valid instance of Element.");return esValue[implSymbol].childElementCount}get assignedSlot(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get assignedSlot' called on an object that is not a valid instance of Element.");return utils.tryWrapperForImpl(esValue[implSymbol].assignedSlot)}}Object.defineProperties(Element.prototype,{hasAttributes:{enumerable:!0},getAttributeNames:{enumerable:!0},getAttribute:{enumerable:!0},getAttributeNS:{enumerable:!0},setAttribute:{enumerable:!0},setAttributeNS:{enumerable:!0},removeAttribute:{enumerable:!0},removeAttributeNS:{enumerable:!0},toggleAttribute:{enumerable:!0},hasAttribute:{enumerable:!0},hasAttributeNS:{enumerable:!0},getAttributeNode:{enumerable:!0},getAttributeNodeNS:{enumerable:!0},setAttributeNode:{enumerable:!0},setAttributeNodeNS:{enumerable:!0},removeAttributeNode:{enumerable:!0},attachShadow:{enumerable:!0},closest:{enumerable:!0},matches:{enumerable:!0},webkitMatchesSelector:{enumerable:!0},getElementsByTagName:{enumerable:!0},getElementsByTagNameNS:{enumerable:!0},getElementsByClassName:{enumerable:!0},insertAdjacentElement:{enumerable:!0},insertAdjacentText:{enumerable:!0},insertAdjacentHTML:{enumerable:!0},getClientRects:{enumerable:!0},getBoundingClientRect:{enumerable:!0},before:{enumerable:!0},after:{enumerable:!0},replaceWith:{enumerable:!0},remove:{enumerable:!0},prepend:{enumerable:!0},append:{enumerable:!0},replaceChildren:{enumerable:!0},querySelector:{enumerable:!0},querySelectorAll:{enumerable:!0},namespaceURI:{enumerable:!0},prefix:{enumerable:!0},localName:{enumerable:!0},tagName:{enumerable:!0},id:{enumerable:!0},className:{enumerable:!0},classList:{enumerable:!0},slot:{enumerable:!0},attributes:{enumerable:!0},shadowRoot:{enumerable:!0},outerHTML:{enumerable:!0},scrollTop:{enumerable:!0},scrollLeft:{enumerable:!0},scrollWidth:{enumerable:!0},scrollHeight:{enumerable:!0},clientTop:{enumerable:!0},clientLeft:{enumerable:!0},clientWidth:{enumerable:!0},clientHeight:{enumerable:!0},innerHTML:{enumerable:!0},role:{enumerable:!0},ariaAtomic:{enumerable:!0},ariaAutoComplete:{enumerable:!0},ariaBusy:{enumerable:!0},ariaChecked:{enumerable:!0},ariaColCount:{enumerable:!0},ariaColIndex:{enumerable:!0},ariaColIndexText:{enumerable:!0},ariaColSpan:{enumerable:!0},ariaCurrent:{enumerable:!0},ariaDescription:{enumerable:!0},ariaDisabled:{enumerable:!0},ariaExpanded:{enumerable:!0},ariaHasPopup:{enumerable:!0},ariaHidden:{enumerable:!0},ariaInvalid:{enumerable:!0},ariaKeyShortcuts:{enumerable:!0},ariaLabel:{enumerable:!0},ariaLevel:{enumerable:!0},ariaLive:{enumerable:!0},ariaModal:{enumerable:!0},ariaMultiLine:{enumerable:!0},ariaMultiSelectable:{enumerable:!0},ariaOrientation:{enumerable:!0},ariaPlaceholder:{enumerable:!0},ariaPosInSet:{enumerable:!0},ariaPressed:{enumerable:!0},ariaReadOnly:{enumerable:!0},ariaRequired:{enumerable:!0},ariaRoleDescription:{enumerable:!0},ariaRowCount:{enumerable:!0},ariaRowIndex:{enumerable:!0},ariaRowIndexText:{enumerable:!0},ariaRowSpan:{enumerable:!0},ariaSelected:{enumerable:!0},ariaSetSize:{enumerable:!0},ariaSort:{enumerable:!0},ariaValueMax:{enumerable:!0},ariaValueMin:{enumerable:!0},ariaValueNow:{enumerable:!0},ariaValueText:{enumerable:!0},ariaRelevant:{enumerable:!0},previousElementSibling:{enumerable:!0},nextElementSibling:{enumerable:!0},children:{enumerable:!0},firstElementChild:{enumerable:!0},lastElementChild:{enumerable:!0},childElementCount:{enumerable:!0},assignedSlot:{enumerable:!0},[Symbol.toStringTag]:{value:"Element",configurable:!0},[Symbol.unscopables]:{value:{slot:!0,before:!0,after:!0,replaceWith:!0,remove:!0,prepend:!0,append:!0,replaceChildren:!0,__proto__:null},configurable:!0}}),ctorRegistry.Element=Element,Object.defineProperty(globalObject,"Element",{configurable:!0,writable:!0,value:Element})};const Impl=__webpack_require__(89698)},88629:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLFormElement=__webpack_require__(93686),HTMLElement=__webpack_require__(8904),Blob=__webpack_require__(23852),Function=__webpack_require__(13787),newObjectInRealm=utils.newObjectInRealm,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].FormData.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'FormData'.`)},exports.createDefaultIterator=(globalObject,target,kind)=>{ |
| /*ThouShaltNotCache*/ |
| const iteratorPrototype=globalObject[ctorRegistrySymbol]["FormData Iterator"],iterator=Object.create(iteratorPrototype);return Object.defineProperty(iterator,utils.iterInternalSymbol,{value:{target,kind,index:0},configurable:!0}),iterator},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class FormData{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];void 0!==curArg&&(curArg=HTMLFormElement.convert(globalObject,curArg,{context:"Failed to construct 'FormData': parameter 1"})),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?null==curArg?null:HTMLElement.convert(globalObject,curArg,{context:"Failed to construct 'FormData': parameter 2"}):null,args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}append(name,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'append' called on an object that is not a valid instance of FormData.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'append' on 'FormData': 2 arguments required, but only ${arguments.length} present.`);const args=[];if(2===arguments.length){{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'append' on 'FormData': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];if(Blob.is(curArg)){let curArg=arguments[1];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'append' on 'FormData': parameter 2"}),args.push(curArg)}else{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to execute 'append' on 'FormData': parameter 2",globals:globalObject}),args.push(curArg)}}}else{{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'append' on 'FormData': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'append' on 'FormData': parameter 2"}),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=conversions.USVString(curArg,{context:"Failed to execute 'append' on 'FormData': parameter 3",globals:globalObject})),args.push(curArg)}}return esValue[implSymbol].append(...args)}delete(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'delete' called on an object that is not a valid instance of FormData.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'delete' on 'FormData': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'delete' on 'FormData': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].delete(...args)}get(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get' called on an object that is not a valid instance of FormData.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'get' on 'FormData': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'get' on 'FormData': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].get(...args))}getAll(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getAll' called on an object that is not a valid instance of FormData.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getAll' on 'FormData': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'getAll' on 'FormData': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getAll(...args))}has(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'has' called on an object that is not a valid instance of FormData.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'has' on 'FormData': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'has' on 'FormData': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].has(...args)}set(name,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set' called on an object that is not a valid instance of FormData.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'set' on 'FormData': 2 arguments required, but only ${arguments.length} present.`);const args=[];if(2===arguments.length){{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'set' on 'FormData': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];if(Blob.is(curArg)){let curArg=arguments[1];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'set' on 'FormData': parameter 2"}),args.push(curArg)}else{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to execute 'set' on 'FormData': parameter 2",globals:globalObject}),args.push(curArg)}}}else{{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'set' on 'FormData': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=Blob.convert(globalObject,curArg,{context:"Failed to execute 'set' on 'FormData': parameter 2"}),args.push(curArg)}{let curArg=arguments[2];void 0!==curArg&&(curArg=conversions.USVString(curArg,{context:"Failed to execute 'set' on 'FormData': parameter 3",globals:globalObject})),args.push(curArg)}}return esValue[implSymbol].set(...args)}keys(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'keys' called on an object that is not a valid instance of FormData.");return exports.createDefaultIterator(globalObject,this,"key")}values(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'values' called on an object that is not a valid instance of FormData.");return exports.createDefaultIterator(globalObject,this,"value")}entries(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'entries' called on an object that is not a valid instance of FormData.");return exports.createDefaultIterator(globalObject,this,"key+value")}forEach(callback){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'forEach' called on an object that is not a valid instance of FormData.");if(arguments.length<1)throw new globalObject.TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");callback=Function.convert(globalObject,callback,{context:"Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1"});const thisArg=arguments[1];let pairs=Array.from(this[implSymbol]),i=0;for(;i<pairs.length;){const[key,value]=pairs[i].map(utils.tryWrapperForImpl);callback.call(thisArg,value,key,this),pairs=Array.from(this[implSymbol]),i++}}}Object.defineProperties(FormData.prototype,{append:{enumerable:!0},delete:{enumerable:!0},get:{enumerable:!0},getAll:{enumerable:!0},has:{enumerable:!0},set:{enumerable:!0},keys:{enumerable:!0},values:{enumerable:!0},entries:{enumerable:!0},forEach:{enumerable:!0},[Symbol.toStringTag]:{value:"FormData",configurable:!0},[Symbol.iterator]:{value:FormData.prototype.entries,configurable:!0,writable:!0}}),ctorRegistry.FormData=FormData,ctorRegistry["FormData Iterator"]=Object.create(ctorRegistry["%IteratorPrototype%"],{[Symbol.toStringTag]:{configurable:!0,value:"FormData Iterator"}}),utils.define(ctorRegistry["FormData Iterator"],{next(){ |
| /*ThouShaltNotCache*/ |
| const internal=this&&this[utils.iterInternalSymbol];if(!internal)throw new globalObject.TypeError("next() called on a value that is not a FormData iterator object");const{target,kind,index}=internal,values=Array.from(target[implSymbol]);if(index>=values.length)return newObjectInRealm(globalObject,{value:void 0,done:!0});const pair=values[index];return internal.index=index+1,newObjectInRealm(globalObject,utils.iteratorResult(pair.map(utils.tryWrapperForImpl),kind))}}),Object.defineProperty(globalObject,"FormData",{configurable:!0,writable:!0,value:FormData})};const Impl=__webpack_require__(13963)},88739:(__unused_webpack_module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__(60348),Buffer=__webpack_require__(81545).Buffer;const util=__webpack_require__(25411),{JSDOM}=__webpack_require__(84445),{READY_STATES}=__webpack_require__(25694),idlUtils=__webpack_require__(65554),tough=__webpack_require__(10967),xhr=new((new JSDOM).window.XMLHttpRequest),xhrImpl=idlUtils.implForWrapper(xhr),chunks=[];process.stdin.on("data",chunk=>{ |
| /*ThouShaltNotCache*/ |
| chunks.push(chunk)}),process.stdin.on("end",()=>{ |
| /*ThouShaltNotCache*/ |
| const buffer=Buffer.concat(chunks),flag=JSON.parse(buffer.toString());flag.body&&"Buffer"===flag.body.type&&flag.body.data&&(flag.body=Buffer.from(flag.body.data)),flag.cookieJar&&(flag.cookieJar=tough.CookieJar.fromJSON(flag.cookieJar)),flag.synchronous=!1,Object.assign(xhrImpl.flag,flag);const{properties}=xhrImpl;xhrImpl.readyState=READY_STATES.OPENED;try{xhr.addEventListener("loadend",()=>{ |
| /*ThouShaltNotCache*/ |
| properties.error&&(properties.error=properties.error.stack||util.inspect(properties.error)),process.stdout.write(JSON.stringify({responseURL:xhrImpl.responseURL,status:xhrImpl.status,statusText:xhrImpl.statusText,properties}),()=>{ |
| /*ThouShaltNotCache*/ |
| process.exit(0)})},!1),xhr.send(flag.body)}catch(error){properties.error+=error.stack||util.inspect(error),process.stdout.write(JSON.stringify({responseURL:xhrImpl.responseURL,status:xhrImpl.status,statusText:xhrImpl.statusText,properties}),()=>{ |
| /*ThouShaltNotCache*/ |
| process.exit(0)})}})},88953:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var setFunctionLength=__webpack_require__(25887),$defineProperty=__webpack_require__(65049),callBindBasic=__webpack_require__(69472),applyBind=__webpack_require__(61851);module.exports=function(originalFunction){ |
| /*ThouShaltNotCache*/ |
| var func=callBindBasic(arguments),adjustedLength=originalFunction.length-(arguments.length-1);return setFunctionLength(func,1+(adjustedLength>0?adjustedLength:0),!0)},$defineProperty?$defineProperty(module.exports,"apply",{value:applyBind}):module.exports.apply=applyBind},89012:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{EventEmitter}=__webpack_require__(70497);module.exports=class extends EventEmitter{constructor(){ |
| /*ThouShaltNotCache*/ |
| super(),this.on("error",()=>{})}sendTo(anyConsole,options){ |
| /*ThouShaltNotCache*/ |
| void 0===options&&(options={});for(const method of Object.keys(anyConsole))if("function"==typeof anyConsole[method]){function onMethodCall(...args){ |
| /*ThouShaltNotCache*/ |
| anyConsole[method](...args)}this.on(method,onMethodCall)}return options.omitJSDOMErrors||this.on("jsdomError",e=>anyConsole.error(e.stack,e.detail)),this}}},89063:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $isNaN=__webpack_require__(36681);module.exports=function(number){ |
| /*ThouShaltNotCache*/ |
| return $isNaN(number)||0===number?number:number<0?-1:1}},89142:module=>{"use strict";module.exports=Object},89164:module=>{"use strict";module.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"\u00c4\u0100\u0101\u00c9\u0104\u00d6\u00dc\u00e1\u0105\u010c\u00e4\u010d\u0106\u0107\u00e9\u0179\u017a\u010e\u00ed\u010f\u0112\u0113\u0116\u00f3\u0117\u00f4\u00f6\u00f5\u00fa\u011a\u011b\u00fc\u2020\u00b0\u0118\u00a3\u00a7\u2022\u00b6\u00df\u00ae\u00a9\u2122\u0119\u00a8\u2260\u0123\u012e\u012f\u012a\u2264\u2265\u012b\u0136\u2202\u2211\u0142\u013b\u013c\u013d\u013e\u0139\u013a\u0145\u0146\u0143\u00ac\u221a\u0144\u0147\u2206\u00ab\u00bb\u2026\u00a0\u0148\u0150\u00d5\u0151\u014c\u2013\u2014\u201c\u201d\u2018\u2019\u00f7\u25ca\u014d\u0154\u0155\u0158\u2039\u203a\u0159\u0156\u0157\u0160\u201a\u201e\u0161\u015a\u015b\u00c1\u0164\u0165\u00cd\u017d\u017e\u016a\u00d3\u00d4\u016b\u016e\u00da\u016f\u0170\u0171\u0172\u0173\u00dd\u00fd\u0137\u017b\u0141\u017c\u0122\u02c7"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0401\u0451\u0404\u0454\u0407\u0457\u040e\u045e\u00b0\u2219\u00b7\u221a\u2116\u20ac\u25a0\u00a0"},mik:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u2514\u2534\u252c\u251c\u2500\u253c\u2563\u2551\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2510\u2591\u2592\u2593\u2502\u2524\u2116\u00a7\u2557\u255d\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\u00df\u0393\u03c0\u03a3\u03c3\u00b5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},cp720:{type:"_sbcs",chars:"\u0080\u0081\u00e9\u00e2\u0084\u00e0\u0086\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u008d\u008e\u008f\u0090\u0651\u0652\u00f4\u00a4\u0640\u00fb\u00f9\u0621\u0622\u0623\u0624\u00a3\u0625\u0626\u0627\u0628\u0629\u062a\u062b\u062c\u062d\u062e\u062f\u0630\u0631\u0632\u0633\u0634\u0635\u00ab\u00bb\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u0636\u0637\u0638\u0639\u063a\u0641\u00b5\u0642\u0643\u0644\u0645\u0646\u0647\u0648\u0649\u064a\u2261\u064b\u064c\u064d\u064e\u064f\u0650\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u00a0"},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},89213:()=>{},89267:module=>{"use strict";var toStr=Object.prototype.toString;module.exports=function(value){ |
| /*ThouShaltNotCache*/ |
| var str=toStr.call(value),isArgs="[object Arguments]"===str;return isArgs||(isArgs="[object Array]"!==str&&null!==value&&"object"==typeof value&&"number"==typeof value.length&&value.length>=0&&"[object Function]"===toStr.call(value.callee)),isArgs}},89302:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $Object=__webpack_require__(89142);module.exports=$Object.getPrototypeOf||null},89419:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var possibleNames=__webpack_require__(47604),g="undefined"==typeof globalThis?__webpack_require__.g:globalThis;module.exports=function(){for( |
| /*ThouShaltNotCache*/ |
| var out=[],i=0;i<possibleNames.length;i++)"function"==typeof g[possibleNames[i]]&&(out[out.length]=possibleNames[i]);return out}},89698:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{addNwsapi}=__webpack_require__(1709),{HTML_NS}=__webpack_require__(36675),{mixin,memoizeQuery}=__webpack_require__(7586),idlUtils=__webpack_require__(65554),NodeImpl=__webpack_require__(59550).implementation,ParentNodeImpl=__webpack_require__(47766).implementation,ChildNodeImpl=__webpack_require__(55564).implementation,attributes=__webpack_require__(91828),namedPropertiesWindow=__webpack_require__(68721),NODE_TYPE=__webpack_require__(53010),{parseFragment}=__webpack_require__(6954),InnerHTMLImpl=__webpack_require__(18742).D,{fragmentSerialization}=__webpack_require__(33146),{domSymbolTree}=__webpack_require__(35442),DOMException=__webpack_require__(3698),DOMTokenList=__webpack_require__(7226),NamedNodeMap=__webpack_require__(84902),validateNames=__webpack_require__(82336),{asciiLowercase,asciiUppercase}=__webpack_require__(8337),{listOfElementsWithQualifiedName,listOfElementsWithNamespaceAndLocalName,listOfElementsWithClassNames}=__webpack_require__(45121),SlotableMixinImpl=__webpack_require__(81006).implementation,NonDocumentTypeChildNode=__webpack_require__(59258).implementation,ShadowRoot=__webpack_require__(30047),Text=__webpack_require__(27560),{isValidHostElementName}=__webpack_require__(54394),{isValidCustomElementName,lookupCEDefinition}=__webpack_require__(91984);function attachId(id,elm,doc){ |
| /*ThouShaltNotCache*/ |
| id&&elm&&doc&&(doc._ids[id]||(doc._ids[id]=[]),doc._ids[id].push(elm))}function detachId(id,elm,doc){ |
| /*ThouShaltNotCache*/ |
| if(id&&elm&&doc&&doc._ids&&doc._ids[id]){const elms=doc._ids[id];for(let i=0;i<elms.length;i++)elms[i]===elm&&(elms.splice(i,1),--i);0===elms.length&&delete doc._ids[id]}}class ElementImpl extends NodeImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._initSlotableMixin(),this._namespaceURI=privateData.namespace,this._prefix=privateData.prefix,this._localName=privateData.localName,this._ceState=privateData.ceState,this._ceDefinition=privateData.ceDefinition,this._isValue=privateData.isValue,this._shadowRoot=null,this._ceReactionQueue=[],this.nodeType=NODE_TYPE.ELEMENT_NODE,this.scrollTop=0,this.scrollLeft=0,this._attributeList=[],this._attributesByNameMap=new Map,this._attributes=null,this._cachedTagName=null}_attach(){ |
| /*ThouShaltNotCache*/ |
| namedPropertiesWindow.nodeAttachedToDocument(this);const id=this.getAttributeNS(null,"id");id&&attachId(id,this,this._ownerDocument),this._cachedTagName=null,super._attach()}_detach(){ |
| /*ThouShaltNotCache*/ |
| super._detach(),namedPropertiesWindow.nodeDetachedFromDocument(this);const id=this.getAttributeNS(null,"id");id&&detachId(id,this,this._ownerDocument)}_attrModified(name,value,oldValue){if( |
| /*ThouShaltNotCache*/ |
| this._modified(),namedPropertiesWindow.elementAttributeModified(this,name,value,oldValue),"id"===name&&this._attached){const doc=this._ownerDocument;detachId(oldValue,this,doc),attachId(value,this,doc)}"class"===name&&void 0!==this._classList&&this._classList.attrModified(),this._attrModifiedSlotableMixin(name,value,oldValue)}get namespaceURI(){ |
| /*ThouShaltNotCache*/ |
| return this._namespaceURI}get prefix(){ |
| /*ThouShaltNotCache*/ |
| return this._prefix}get localName(){ |
| /*ThouShaltNotCache*/ |
| return this._localName}get _qualifiedName(){ |
| /*ThouShaltNotCache*/ |
| return null!==this._prefix?this._prefix+":"+this._localName:this._localName}get tagName(){ |
| /*ThouShaltNotCache*/ |
| return null===this._cachedTagName&&(this._namespaceURI===HTML_NS&&"html"===this._ownerDocument._parsingMode?this._cachedTagName=asciiUppercase(this._qualifiedName):this._cachedTagName=this._qualifiedName),this._cachedTagName}get attributes(){ |
| /*ThouShaltNotCache*/ |
| return this._attributes||(this._attributes=NamedNodeMap.createImpl(this._globalObject,[],{element:this})),this._attributes}get outerHTML(){ |
| /*ThouShaltNotCache*/ |
| return fragmentSerialization(this,{outer:!0,requireWellFormed:!0,globalObject:this._globalObject})}set outerHTML(markup){ |
| /*ThouShaltNotCache*/ |
| let parent=domSymbolTree.parent(this);const document=this._ownerDocument;if(!parent)return;if(parent.nodeType===NODE_TYPE.DOCUMENT_NODE)throw DOMException.create(this._globalObject,["Modifications are not allowed for this document","NoModificationAllowedError"]);parent.nodeType===NODE_TYPE.DOCUMENT_FRAGMENT_NODE&&(parent=document.createElementNS(HTML_NS,"body"));const fragment=parseFragment(markup,parent);domSymbolTree.parent(this)._replace(fragment,this)}get classList(){ |
| /*ThouShaltNotCache*/ |
| return void 0===this._classList&&(this._classList=DOMTokenList.createImpl(this._globalObject,[],{element:this,attributeLocalName:"class"})),this._classList}hasAttributes(){ |
| /*ThouShaltNotCache*/ |
| return attributes.hasAttributes(this)}getAttributeNames(){ |
| /*ThouShaltNotCache*/ |
| return attributes.attributeNames(this)}getAttribute(name){ |
| /*ThouShaltNotCache*/ |
| const attr=attributes.getAttributeByName(this,name);return attr?attr._value:null}getAttributeNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const attr=attributes.getAttributeByNameNS(this,namespace,localName);return attr?attr._value:null}setAttribute(name,value){ |
| /*ThouShaltNotCache*/ |
| validateNames.name(this._globalObject,name),this._namespaceURI===HTML_NS&&"html"===this._ownerDocument._parsingMode&&(name=asciiLowercase(name));const attribute=attributes.getAttributeByName(this,name);if(null===attribute){const newAttr=this._ownerDocument._createAttribute({localName:name,value});return void attributes.appendAttribute(this,newAttr)}attributes.changeAttribute(this,attribute,value)}setAttributeNS(namespace,name,value){ |
| /*ThouShaltNotCache*/ |
| const extracted=validateNames.validateAndExtract(this._globalObject,namespace,name);value=`${value}`,attributes.setAttributeValue(this,extracted.localName,value,extracted.prefix,extracted.namespace)}removeAttribute(name){ |
| /*ThouShaltNotCache*/ |
| attributes.removeAttributeByName(this,name)}removeAttributeNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| attributes.removeAttributeByNameNS(this,namespace,localName)}toggleAttribute(qualifiedName,force){ |
| /*ThouShaltNotCache*/ |
| validateNames.name(this._globalObject,qualifiedName),this._namespaceURI===HTML_NS&&"html"===this._ownerDocument._parsingMode&&(qualifiedName=asciiLowercase(qualifiedName));if(null===attributes.getAttributeByName(this,qualifiedName)){if(void 0===force||!0===force){const newAttr=this._ownerDocument._createAttribute({localName:qualifiedName,value:""});return attributes.appendAttribute(this,newAttr),!0}return!1}return void 0!==force&&!1!==force||(attributes.removeAttributeByName(this,qualifiedName),!1)}hasAttribute(name){ |
| /*ThouShaltNotCache*/ |
| return this._namespaceURI===HTML_NS&&"html"===this._ownerDocument._parsingMode&&(name=asciiLowercase(name)),attributes.hasAttributeByName(this,name)}hasAttributeNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| return""===namespace&&(namespace=null),attributes.hasAttributeByNameNS(this,namespace,localName)}getAttributeNode(name){ |
| /*ThouShaltNotCache*/ |
| return attributes.getAttributeByName(this,name)}getAttributeNodeNS(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| return attributes.getAttributeByNameNS(this,namespace,localName)}setAttributeNode(attr){ |
| /*ThouShaltNotCache*/ |
| return attributes.setAttribute(this,attr)}setAttributeNodeNS(attr){ |
| /*ThouShaltNotCache*/ |
| return attributes.setAttribute(this,attr)}removeAttributeNode(attr){ |
| /*ThouShaltNotCache*/ |
| if(!attributes.hasAttribute(this,attr))throw DOMException.create(this._globalObject,["Tried to remove an attribute that was not present","NotFoundError"]);return attributes.removeAttribute(this,attr),attr}getBoundingClientRect(){ |
| /*ThouShaltNotCache*/ |
| return{x:0,y:0,bottom:0,height:0,left:0,right:0,top:0,width:0}}getClientRects(){ |
| /*ThouShaltNotCache*/ |
| return[]}get scrollWidth(){ |
| /*ThouShaltNotCache*/ |
| return 0}get scrollHeight(){ |
| /*ThouShaltNotCache*/ |
| return 0}get clientTop(){ |
| /*ThouShaltNotCache*/ |
| return 0}get clientLeft(){ |
| /*ThouShaltNotCache*/ |
| return 0}get clientWidth(){ |
| /*ThouShaltNotCache*/ |
| return 0}get clientHeight(){ |
| /*ThouShaltNotCache*/ |
| return 0}attachShadow(init){ |
| /*ThouShaltNotCache*/ |
| const{_ownerDocument,_namespaceURI,_localName,_isValue}=this;if(this.namespaceURI!==HTML_NS)throw DOMException.create(this._globalObject,["This element does not support attachShadow. This element is not part of the HTML namespace.","NotSupportedError"]);if(!isValidHostElementName(_localName)&&!isValidCustomElementName(_localName)){const message="This element does not support attachShadow. This element is not a custom element nor a standard element supporting a shadow root.";throw DOMException.create(this._globalObject,[message,"NotSupportedError"])}if(isValidCustomElementName(_localName)||_isValue){const definition=lookupCEDefinition(_ownerDocument,_namespaceURI,_localName,_isValue);if(definition&&definition.disableShadow)throw DOMException.create(this._globalObject,["Shadow root cannot be create on a custom element with disabled shadow","NotSupportedError"])}if(null!==this._shadowRoot)throw DOMException.create(this._globalObject,["Shadow root cannot be created on a host which already hosts a shadow tree.","NotSupportedError"]);const shadow=ShadowRoot.createImpl(this._globalObject,[],{ownerDocument:this.ownerDocument,mode:init.mode,host:this});return"precustomized"!==this._ceState&&"custom"!==this._ceState||(shadow._availableToElementInternals=!0),this._shadowRoot=shadow,shadow}get shadowRoot(){ |
| /*ThouShaltNotCache*/ |
| const shadow=this._shadowRoot;return null===shadow||"closed"===shadow.mode?null:shadow}_insertAdjacent(element,where,node){if("beforebegin"===( |
| /*ThouShaltNotCache*/ |
| where=asciiLowercase(where)))return null===element.parentNode?null:element.parentNode._preInsert(node,element);if("afterbegin"===where)return element._preInsert(node,element.firstChild);if("beforeend"===where)return element._preInsert(node,null);if("afterend"===where)return null===element.parentNode?null:element.parentNode._preInsert(node,element.nextSibling);throw DOMException.create(this._globalObject,['Must provide one of "beforebegin", "afterbegin", "beforeend", or "afterend".',"SyntaxError"])}insertAdjacentElement(where,element){ |
| /*ThouShaltNotCache*/ |
| return this._insertAdjacent(this,where,element)}insertAdjacentText(where,data){ |
| /*ThouShaltNotCache*/ |
| const text=Text.createImpl(this._globalObject,[],{data,ownerDocument:this._ownerDocument});this._insertAdjacent(this,where,text)}insertAdjacentHTML(position,text){let context;switch( |
| /*ThouShaltNotCache*/ |
| position=asciiLowercase(position)){case"beforebegin":case"afterend":if(context=this.parentNode,null===context||context.nodeType===NODE_TYPE.DOCUMENT_NODE)throw DOMException.create(this._globalObject,["Cannot insert HTML adjacent to parent-less nodes or children of document nodes.","NoModificationAllowedError"]);break;case"afterbegin":case"beforeend":context=this;break;default:throw DOMException.create(this._globalObject,['Must provide one of "beforebegin", "afterbegin", "beforeend", or "afterend".',"SyntaxError"])}(context.nodeType!==NODE_TYPE.ELEMENT_NODE||"html"===context._ownerDocument._parsingMode&&"html"===context._localName&&context._namespaceURI===HTML_NS)&&(context=context._ownerDocument.createElement("body"));const fragment=parseFragment(text,context);switch(position){case"beforebegin":this.parentNode._insert(fragment,this);break;case"afterbegin":this._insert(fragment,this.firstChild);break;case"beforeend":this._append(fragment);break;case"afterend":this.parentNode._insert(fragment,this.nextSibling)}}closest(selectors){return addNwsapi(this).closest(selectors,idlUtils.wrapperForImpl(this))}_reflectGetTheElement(){ |
| /*ThouShaltNotCache*/ |
| return this}_reflectGetTheContentAttribute(reflectedContentAttributeName){ |
| /*ThouShaltNotCache*/ |
| return this.getAttributeNS(null,reflectedContentAttributeName)}_reflectSetTheContentAttribute(reflectedContentAttributeName,value){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,reflectedContentAttributeName,value)}_reflectDeleteTheContentAttribute(reflectedContentAttributeName){ |
| /*ThouShaltNotCache*/ |
| this.removeAttributeNS(null,reflectedContentAttributeName)}}mixin(ElementImpl.prototype,NonDocumentTypeChildNode.prototype),mixin(ElementImpl.prototype,ParentNodeImpl.prototype),mixin(ElementImpl.prototype,ChildNodeImpl.prototype),mixin(ElementImpl.prototype,SlotableMixinImpl.prototype),mixin(ElementImpl.prototype,InnerHTMLImpl.prototype),ElementImpl.prototype.getElementsByTagName=memoizeQuery(function(qualifiedName){ |
| /*ThouShaltNotCache*/ |
| return listOfElementsWithQualifiedName(qualifiedName,this)}),ElementImpl.prototype.getElementsByTagNameNS=memoizeQuery(function(namespace,localName){ |
| /*ThouShaltNotCache*/ |
| return listOfElementsWithNamespaceAndLocalName(namespace,localName,this)}),ElementImpl.prototype.getElementsByClassName=memoizeQuery(function(classNames){ |
| /*ThouShaltNotCache*/ |
| return listOfElementsWithClassNames(classNames,this)}),ElementImpl.prototype.matches=function(selectors){return addNwsapi(this).match(selectors,idlUtils.wrapperForImpl(this))},ElementImpl.prototype.webkitMatchesSelector=ElementImpl.prototype.matches,module.exports={implementation:ElementImpl}},90220:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLIFrameElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLIFrameElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLIFrameElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLIFrameElement",new.target)}getSVGDocument(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getSVGDocument' called on an object that is not a valid instance of HTMLIFrameElement.");return utils.tryWrapperForImpl(esValue[implSymbol].getSVGDocument())}get src(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get src' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("src");if(null===value)return"";if(this._srcURLCacheKey===value)return this._srcURLCache;this._srcURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._srcURLCache=serializeURLwhatwg_url(urlRecord),this._srcURLCache):(this._srcURLCache=conversions.USVString(value),this._srcURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set src(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set src' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.USVString(V,{context:"Failed to set the 'src' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("src",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get srcdoc(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get srcdoc' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("srcdoc");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set srcdoc(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set srcdoc' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'srcdoc' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("srcdoc",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get allowFullscreen(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get allowFullscreen' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("allowfullscreen")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set allowFullscreen(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set allowFullscreen' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.boolean(V,{context:"Failed to set the 'allowFullscreen' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("allowfullscreen",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("allowfullscreen")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("width");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set width(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set width' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'width' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("width",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("height");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set height(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set height' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'height' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("height",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get contentDocument(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get contentDocument' called on an object that is not a valid instance of HTMLIFrameElement.");return utils.tryWrapperForImpl(esValue[implSymbol].contentDocument)}get contentWindow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get contentWindow' called on an object that is not a valid instance of HTMLIFrameElement.");return utils.tryWrapperForImpl(esValue[implSymbol].contentWindow)}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get scrolling(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get scrolling' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("scrolling");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set scrolling(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set scrolling' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'scrolling' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("scrolling",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get frameBorder(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get frameBorder' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("frameborder");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set frameBorder(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set frameBorder' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'frameBorder' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("frameborder",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get longDesc(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get longDesc' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("longdesc");if(null===value)return"";if(this._longdescURLCacheKey===value)return this._longdescURLCache;this._longdescURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._longdescURLCache=serializeURLwhatwg_url(urlRecord),this._longdescURLCache):(this._longdescURLCache=conversions.USVString(value),this._longdescURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set longDesc(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set longDesc' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.USVString(V,{context:"Failed to set the 'longDesc' property on 'HTMLIFrameElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("longdesc",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get marginHeight(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get marginHeight' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("marginheight");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set marginHeight(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set marginHeight' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'marginHeight' property on 'HTMLIFrameElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("marginheight",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get marginWidth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get marginWidth' called on an object that is not a valid instance of HTMLIFrameElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("marginwidth");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set marginWidth(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set marginWidth' called on an object that is not a valid instance of HTMLIFrameElement.");V=conversions.DOMString(V,{context:"Failed to set the 'marginWidth' property on 'HTMLIFrameElement': The provided value",globals:globalObject,treatNullAsEmptyString:!0}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("marginwidth",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLIFrameElement.prototype,{getSVGDocument:{enumerable:!0},src:{enumerable:!0},srcdoc:{enumerable:!0},name:{enumerable:!0},allowFullscreen:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},contentDocument:{enumerable:!0},contentWindow:{enumerable:!0},align:{enumerable:!0},scrolling:{enumerable:!0},frameBorder:{enumerable:!0},longDesc:{enumerable:!0},marginHeight:{enumerable:!0},marginWidth:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLIFrameElement",configurable:!0}}),ctorRegistry.HTMLIFrameElement=HTMLIFrameElement,Object.defineProperty(globalObject,"HTMLIFrameElement",{configurable:!0,writable:!0,value:HTMLIFrameElement})};const Impl=__webpack_require__(40559)},90252:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),BlobPropertyBag=(__webpack_require__(65554),__webpack_require__(46751));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| BlobPropertyBag._convertInherit(globalObject,obj,ret,{context});{const key="lastModified";let value=null==obj?void 0:obj[key];void 0!==value&&(value=conversions["long long"](value,{context:context+" has member 'lastModified' that",globals:globalObject}),ret[key]=value)}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},90372:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554);exports.implementation=class{constructor(){ |
| /*ThouShaltNotCache*/ |
| this._list=[]}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._list.length}item(index){ |
| /*ThouShaltNotCache*/ |
| const result=this._list[index];return void 0!==result?result:null}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return this._list.keys()}_add(sheet){ |
| /*ThouShaltNotCache*/ |
| const{_list}=this;_list.includes(sheet)||_list.push(sheet)}_remove(sheet){ |
| /*ThouShaltNotCache*/ |
| const{_list}=this,index=_list.indexOf(sheet);index>=0&&_list.splice(index,1)}}},90383:(__unused_webpack_module,exports)=>{"use strict";const asciiWhitespaceRe=/^[\t\n\f\r ]$/;exports.asciiWhitespaceRe=asciiWhitespaceRe,exports.asciiLowercase=s=>{ |
| /*ThouShaltNotCache*/ |
| const len=s.length,out=new Array(len);for(let i=0;i<len;i++){const code=s.charCodeAt(i);out[i]=code>=65&&code<=90?String.fromCharCode(32|code):s[i]}return out.join("")},exports.asciiUppercase=s=>{ |
| /*ThouShaltNotCache*/ |
| const len=s.length,out=new Array(len);for(let i=0;i<len;i++){const code=s.charCodeAt(i);out[i]=code>=97&&code<=122?String.fromCharCode(-33&code):s[i]}return out.join("")},exports.stripNewlines=s=>s.replace(/[\n\r]+/g,""),exports.stripLeadingAndTrailingASCIIWhitespace=s=>s.replace(/^[ \t\n\f\r]+/,"").replace(/[ \t\n\f\r]+$/,""),exports.stripAndCollapseASCIIWhitespace=s=>s.replace(/[ \t\n\f\r]+/g," ").replace(/^[ \t\n\f\r]+/,"").replace(/[ \t\n\f\r]+$/,""),exports.isValidSimpleColor=s=>/^#[a-fA-F\d]{6}$/.test(s),exports.asciiCaseInsensitiveMatch=(a,b)=>{ |
| /*ThouShaltNotCache*/ |
| if(a.length!==b.length)return!1;for(let i=0;i<a.length;++i)if((32|a.charCodeAt(i))!=(32|b.charCodeAt(i)))return!1;return!0};const parseInteger=exports.parseInteger=input=>{ |
| /*ThouShaltNotCache*/ |
| const numWhitespace=input.length-input.trimStart().length;if(/[^\t\n\f\r ]/.test(input.slice(0,numWhitespace)))return null;const value=parseInt(input,10);return Number.isNaN(value)?null:0===value?0:value};exports.parseNonNegativeInteger=input=>{ |
| /*ThouShaltNotCache*/ |
| const value=parseInteger(input);return null===value||value<0?null:value};const floatingPointNumRe=/^-?(?:\d+|\d*\.\d+)(?:[eE][-+]?\d+)?$/;exports.isValidFloatingPointNumber=str=>floatingPointNumRe.test(str),exports.parseFloatingPointNumber=str=>{ |
| /*ThouShaltNotCache*/ |
| const numWhitespace=str.length-str.trimStart().length;if(/[^\t\n\f\r ]/.test(str.slice(0,numWhitespace)))return null;const parsed=parseFloat(str);return isFinite(parsed)?parsed:null},exports.splitOnASCIIWhitespace=str=>{ |
| /*ThouShaltNotCache*/ |
| let position=0;const tokens=[];for(;position<str.length&&asciiWhitespaceRe.test(str[position]);)position++;if(position===str.length)return tokens;for(;position<str.length;){const start=position;for(;position<str.length&&!asciiWhitespaceRe.test(str[position]);)position++;for(tokens.push(str.slice(start,position));position<str.length&&asciiWhitespaceRe.test(str[position]);)position++}return tokens},exports.splitOnCommas=str=>{ |
| /*ThouShaltNotCache*/ |
| let position=0;const tokens=[];for(;position<str.length;){let start=position;for(;position<str.length&&","!==str[position];)position++;let end=position;for(;start<str.length&&asciiWhitespaceRe.test(str[start]);)start++;for(;end>start&&asciiWhitespaceRe.test(str[end-1]);)end--;tokens.push(str.slice(start,end)),position<str.length&&position++}return tokens}},90536:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(75566),Function=__webpack_require__(41367),newObjectInRealm=utils.newObjectInRealm,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].URLSearchParams.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'URLSearchParams'.`)},exports.createDefaultIterator=(globalObject,target,kind)=>{ |
| /*ThouShaltNotCache*/ |
| const iteratorPrototype=globalObject[ctorRegistrySymbol]["URLSearchParams Iterator"],iterator=Object.create(iteratorPrototype);return Object.defineProperty(iterator,utils.iterInternalSymbol,{value:{target,kind,index:0},configurable:!0}),iterator},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class URLSearchParams{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];if(void 0!==curArg)if(utils.isObject(curArg))if(void 0!==curArg[Symbol.iterator]){if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence is not an iterable object.");{const V=[],tmp=curArg;for(let nextItem of tmp){if(!utils.isObject(nextItem))throw new globalObject.TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element is not an iterable object.");{const V=[],tmp=nextItem;for(let nextItem of tmp)nextItem=conversions.USVString(nextItem,{context:"Failed to construct 'URLSearchParams': parameter 1 sequence's element's element",globals:globalObject}),V.push(nextItem);nextItem=V}V.push(nextItem)}curArg=V}}else{if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to construct 'URLSearchParams': parameter 1 record is not an object.");{const result=Object.create(null);for(const key of Reflect.ownKeys(curArg)){const desc=Object.getOwnPropertyDescriptor(curArg,key);if(desc&&desc.enumerable){let typedKey=key;typedKey=conversions.USVString(typedKey,{context:"Failed to construct 'URLSearchParams': parameter 1 record's key",globals:globalObject});let typedValue=curArg[key];typedValue=conversions.USVString(typedValue,{context:"Failed to construct 'URLSearchParams': parameter 1 record's value",globals:globalObject}),result[typedKey]=typedValue}}curArg=result}}else curArg=conversions.USVString(curArg,{context:"Failed to construct 'URLSearchParams': parameter 1",globals:globalObject});else curArg="";args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}append(name,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'append' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'append' on 'URLSearchParams': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 2",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].append(...args))}delete(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'delete' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'delete' on 'URLSearchParams': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'delete' on 'URLSearchParams': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.USVString(curArg,{context:"Failed to execute 'delete' on 'URLSearchParams': parameter 2",globals:globalObject})),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].delete(...args))}get(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'get' on 'URLSearchParams': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'get' on 'URLSearchParams': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].get(...args)}getAll(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getAll' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getAll' on 'URLSearchParams': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'getAll' on 'URLSearchParams': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].getAll(...args))}has(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'has' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'has' on 'URLSearchParams': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'has' on 'URLSearchParams': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.USVString(curArg,{context:"Failed to execute 'has' on 'URLSearchParams': parameter 2",globals:globalObject})),args.push(curArg)}return esValue[implSymbol].has(...args)}set(name,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'set' on 'URLSearchParams': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.USVString(curArg,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 2",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].set(...args))}sort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'sort' called on an object that is not a valid instance of URLSearchParams.");return utils.tryWrapperForImpl(esValue[implSymbol].sort())}toString(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toString' called on an object that is not a valid instance of URLSearchParams.");return esValue[implSymbol].toString()}keys(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'keys' called on an object that is not a valid instance of URLSearchParams.");return exports.createDefaultIterator(globalObject,this,"key")}values(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'values' called on an object that is not a valid instance of URLSearchParams.");return exports.createDefaultIterator(globalObject,this,"value")}entries(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'entries' called on an object that is not a valid instance of URLSearchParams.");return exports.createDefaultIterator(globalObject,this,"key+value")}forEach(callback){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'forEach' called on an object that is not a valid instance of URLSearchParams.");if(arguments.length<1)throw new globalObject.TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");callback=Function.convert(globalObject,callback,{context:"Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1"});const thisArg=arguments[1];let pairs=Array.from(this[implSymbol]),i=0;for(;i<pairs.length;){const[key,value]=pairs[i].map(utils.tryWrapperForImpl);callback.call(thisArg,value,key,this),pairs=Array.from(this[implSymbol]),i++}}get size(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get size' called on an object that is not a valid instance of URLSearchParams.");return esValue[implSymbol].size}}Object.defineProperties(URLSearchParams.prototype,{append:{enumerable:!0},delete:{enumerable:!0},get:{enumerable:!0},getAll:{enumerable:!0},has:{enumerable:!0},set:{enumerable:!0},sort:{enumerable:!0},toString:{enumerable:!0},keys:{enumerable:!0},values:{enumerable:!0},entries:{enumerable:!0},forEach:{enumerable:!0},size:{enumerable:!0},[Symbol.toStringTag]:{value:"URLSearchParams",configurable:!0},[Symbol.iterator]:{value:URLSearchParams.prototype.entries,configurable:!0,writable:!0}}),ctorRegistry.URLSearchParams=URLSearchParams,ctorRegistry["URLSearchParams Iterator"]=Object.create(ctorRegistry["%IteratorPrototype%"],{[Symbol.toStringTag]:{configurable:!0,value:"URLSearchParams Iterator"}}),utils.define(ctorRegistry["URLSearchParams Iterator"],{next(){ |
| /*ThouShaltNotCache*/ |
| const internal=this&&this[utils.iterInternalSymbol];if(!internal)throw new globalObject.TypeError("next() called on a value that is not a URLSearchParams iterator object");const{target,kind,index}=internal,values=Array.from(target[implSymbol]);if(index>=values.length)return newObjectInRealm(globalObject,{value:void 0,done:!0});const pair=values[index];return internal.index=index+1,newObjectInRealm(globalObject,utils.iteratorResult(pair.map(utils.tryWrapperForImpl),kind))}}),Object.defineProperty(globalObject,"URLSearchParams",{configurable:!0,writable:!0,value:URLSearchParams})};const Impl=__webpack_require__(55399)},90635:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,MouseEvent=__webpack_require__(94646),{domSymbolTree}=__webpack_require__(35442),NODE_TYPE=__webpack_require__(53010),{isLabelable,isDisabled,isInteractiveContent}=__webpack_require__(28888),{isInclusiveAncestor}=__webpack_require__(95995),{fireAnEvent}=__webpack_require__(97130);module.exports={implementation:class extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._hasActivationBehavior=!0}get control(){ |
| /*ThouShaltNotCache*/ |
| if(this.hasAttributeNS(null,"for")){const forValue=this.getAttributeNS(null,"for");if(""===forValue)return null;const root=this.getRootNode({});for(const descendant of domSymbolTree.treeIterator(root))if(descendant.nodeType===NODE_TYPE.ELEMENT_NODE&&descendant.getAttributeNS(null,"id")===forValue)return isLabelable(descendant)?descendant:null;return null}for(const descendant of domSymbolTree.treeIterator(this))if(isLabelable(descendant))return descendant;return null}get form(){ |
| /*ThouShaltNotCache*/ |
| const node=this.control;return node?node.form:null}_activationBehavior(event){ |
| /*ThouShaltNotCache*/ |
| if(event.target&&event.target!==this&&isInclusiveAncestor(this,event.target))for(const ancestor of domSymbolTree.ancestorsIterator(event.target)){if(ancestor===this)break;if(isInteractiveContent(ancestor))return}const node=this.control;if(node&&!isDisabled(node)){if(event.target&&isInclusiveAncestor(node,event.target))return;!function(node){ |
| /*ThouShaltNotCache*/ |
| fireAnEvent("click",node,MouseEvent,{bubbles:!0,cancelable:!0,view:node.ownerDocument?node.ownerDocument.defaultView:null,screenX:0,screenY:0,clientX:0,clientY:0,button:0,detail:1,relatedTarget:null})}(node)}}}}},90735:(__unused_webpack_module,exports)=>{"use strict";exports.D=class{javaEnabled(){ |
| /*ThouShaltNotCache*/ |
| return!1}}},90842:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.IP_V6_REGEX_OBJECT=exports.PrefixSecurityEnum=void 0,exports.PrefixSecurityEnum={SILENT:"silent",STRICT:"strict",DISABLED:"unsafe-disabled"},Object.freeze(exports.PrefixSecurityEnum);const IP_V6_REGEX="\n\\[?(?:\n(?:[a-fA-F\\d]{1,4}:){7}(?:[a-fA-F\\d]{1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|:[a-fA-F\\d]{1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,2}|:)|\n(?:[a-fA-F\\d]{1,4}:){4}(?:(?::[a-fA-F\\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,3}|:)|\n(?:[a-fA-F\\d]{1,4}:){3}(?:(?::[a-fA-F\\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,4}|:)|\n(?:[a-fA-F\\d]{1,4}:){2}(?:(?::[a-fA-F\\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,5}|:)|\n(?:[a-fA-F\\d]{1,4}:){1}(?:(?::[a-fA-F\\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,6}|:)|\n(?::(?:(?::[a-fA-F\\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}|(?::[a-fA-F\\d]{1,4}){1,7}|:))\n)(?:%[0-9a-zA-Z]{1,})?\\]?\n".replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim();exports.IP_V6_REGEX_OBJECT=new RegExp(`^${IP_V6_REGEX}$`)},91202:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SVG_TAG_NAMES_ADJUSTMENT_MAP=void 0,exports.causesExit=function(startTagToken){ |
| /*ThouShaltNotCache*/ |
| const tn=startTagToken.tagID;return tn===html_js_1.TAG_ID.FONT&&startTagToken.attrs.some(({name})=>name===html_js_1.ATTRS.COLOR||name===html_js_1.ATTRS.SIZE||name===html_js_1.ATTRS.FACE)||EXITS_FOREIGN_CONTENT.has(tn)},exports.adjustTokenMathMLAttrs=function(token){ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<token.attrs.length;i++)if(token.attrs[i].name===DEFINITION_URL_ATTR){token.attrs[i].name=ADJUSTED_DEFINITION_URL_ATTR;break}},exports.adjustTokenSVGAttrs=function(token){ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<token.attrs.length;i++){const adjustedAttrName=SVG_ATTRS_ADJUSTMENT_MAP.get(token.attrs[i].name);null!=adjustedAttrName&&(token.attrs[i].name=adjustedAttrName)}},exports.adjustTokenXMLAttrs=function(token){ |
| /*ThouShaltNotCache*/ |
| for(let i=0;i<token.attrs.length;i++){const adjustedAttrEntry=XML_ATTRS_ADJUSTMENT_MAP.get(token.attrs[i].name);adjustedAttrEntry&&(token.attrs[i].prefix=adjustedAttrEntry.prefix,token.attrs[i].name=adjustedAttrEntry.name,token.attrs[i].namespace=adjustedAttrEntry.namespace)}},exports.adjustTokenSVGTagName=function(token){ |
| /*ThouShaltNotCache*/ |
| const adjustedTagName=exports.SVG_TAG_NAMES_ADJUSTMENT_MAP.get(token.tagName);null!=adjustedTagName&&(token.tagName=adjustedTagName,token.tagID=(0,html_js_1.getTagID)(token.tagName))},exports.isIntegrationPoint=function(tn,ns,attrs,foreignNS){ |
| /*ThouShaltNotCache*/ |
| return(!foreignNS||foreignNS===html_js_1.NS.HTML)&&function(tn,ns,attrs){ |
| /*ThouShaltNotCache*/ |
| if(ns===html_js_1.NS.MATHML&&tn===html_js_1.TAG_ID.ANNOTATION_XML)for(let i=0;i<attrs.length;i++)if(attrs[i].name===html_js_1.ATTRS.ENCODING){const value=attrs[i].value.toLowerCase();return value===MIME_TYPES.TEXT_HTML||value===MIME_TYPES.APPLICATION_XML}return ns===html_js_1.NS.SVG&&(tn===html_js_1.TAG_ID.FOREIGN_OBJECT||tn===html_js_1.TAG_ID.DESC||tn===html_js_1.TAG_ID.TITLE)}(tn,ns,attrs)||(!foreignNS||foreignNS===html_js_1.NS.MATHML)&&function(tn,ns){ |
| /*ThouShaltNotCache*/ |
| return ns===html_js_1.NS.MATHML&&(tn===html_js_1.TAG_ID.MI||tn===html_js_1.TAG_ID.MO||tn===html_js_1.TAG_ID.MN||tn===html_js_1.TAG_ID.MS||tn===html_js_1.TAG_ID.MTEXT)}(tn,ns)};const html_js_1=__webpack_require__(61265),MIME_TYPES={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},DEFINITION_URL_ATTR="definitionurl",ADJUSTED_DEFINITION_URL_ATTR="definitionURL",SVG_ATTRS_ADJUSTMENT_MAP=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(attr=>[attr.toLowerCase(),attr])),XML_ATTRS_ADJUSTMENT_MAP=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:html_js_1.NS.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:html_js_1.NS.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:html_js_1.NS.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:html_js_1.NS.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:html_js_1.NS.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:html_js_1.NS.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:html_js_1.NS.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:html_js_1.NS.XML}],["xml:space",{prefix:"xml",name:"space",namespace:html_js_1.NS.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:html_js_1.NS.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:html_js_1.NS.XMLNS}]]);exports.SVG_TAG_NAMES_ADJUSTMENT_MAP=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(tn=>[tn.toLowerCase(),tn]));const EXITS_FOREIGN_CONTENT=new Set([html_js_1.TAG_ID.B,html_js_1.TAG_ID.BIG,html_js_1.TAG_ID.BLOCKQUOTE,html_js_1.TAG_ID.BODY,html_js_1.TAG_ID.BR,html_js_1.TAG_ID.CENTER,html_js_1.TAG_ID.CODE,html_js_1.TAG_ID.DD,html_js_1.TAG_ID.DIV,html_js_1.TAG_ID.DL,html_js_1.TAG_ID.DT,html_js_1.TAG_ID.EM,html_js_1.TAG_ID.EMBED,html_js_1.TAG_ID.H1,html_js_1.TAG_ID.H2,html_js_1.TAG_ID.H3,html_js_1.TAG_ID.H4,html_js_1.TAG_ID.H5,html_js_1.TAG_ID.H6,html_js_1.TAG_ID.HEAD,html_js_1.TAG_ID.HR,html_js_1.TAG_ID.I,html_js_1.TAG_ID.IMG,html_js_1.TAG_ID.LI,html_js_1.TAG_ID.LISTING,html_js_1.TAG_ID.MENU,html_js_1.TAG_ID.META,html_js_1.TAG_ID.NOBR,html_js_1.TAG_ID.OL,html_js_1.TAG_ID.P,html_js_1.TAG_ID.PRE,html_js_1.TAG_ID.RUBY,html_js_1.TAG_ID.S,html_js_1.TAG_ID.SMALL,html_js_1.TAG_ID.SPAN,html_js_1.TAG_ID.STRONG,html_js_1.TAG_ID.STRIKE,html_js_1.TAG_ID.SUB,html_js_1.TAG_ID.SUP,html_js_1.TAG_ID.TABLE,html_js_1.TAG_ID.TT,html_js_1.TAG_ID.U,html_js_1.TAG_ID.UL,html_js_1.TAG_ID.VAR])},91226:module=>{"use strict";module.exports=SyntaxError},91255:(__unused_webpack_module,exports)=>{"use strict";const IS_NAMED_PROPERTY=Symbol("is named property"),TRACKER=Symbol("named property tracker");function NamedPropertiesTracker(object,objectProxy,resolverFunc){ |
| /*ThouShaltNotCache*/ |
| this.object=object,this.objectProxy=objectProxy,this.resolverFunc=resolverFunc,this.trackedValues=new Map}exports.create=function(object,objectProxy,resolverFunc){ |
| /*ThouShaltNotCache*/ |
| if(object[TRACKER])throw Error("A NamedPropertiesTracker has already been created for this object");const tracker=new NamedPropertiesTracker(object,objectProxy,resolverFunc);return object[TRACKER]=tracker,tracker},exports.get=function(object){ |
| /*ThouShaltNotCache*/ |
| return object&&object[TRACKER]||null},NamedPropertiesTracker.prototype.track=function(name,value){ |
| /*ThouShaltNotCache*/ |
| if(null==name||""===name)return;let valueSet=this.trackedValues.get(name);if(valueSet||(valueSet=new Set,this.trackedValues.set(name,valueSet)),valueSet.add(value),name in this.objectProxy)return;const descriptor=function(tracker,name){ |
| /*ThouShaltNotCache*/ |
| const emptySet=new Set;function getValues(){ |
| /*ThouShaltNotCache*/ |
| return tracker.trackedValues.get(name)||emptySet}const descriptor={enumerable:!0,configurable:!0,get:()=>tracker.resolverFunc(tracker.object,name,getValues),set(value){ |
| /*ThouShaltNotCache*/ |
| Object.defineProperty(tracker.object,name,{enumerable:!0,configurable:!0,writable:!0,value})}};return descriptor.get[IS_NAMED_PROPERTY]=!0,descriptor.set[IS_NAMED_PROPERTY]=!0,descriptor}(this,name);Object.defineProperty(this.object,name,descriptor)},NamedPropertiesTracker.prototype.untrack=function(name,value){ |
| /*ThouShaltNotCache*/ |
| if(null==name||""===name)return;const valueSet=this.trackedValues.get(name);if(!valueSet)return;if(!valueSet.delete(value))return;if(0===valueSet.size&&this.trackedValues.delete(name),valueSet.size>0)return;const descriptor=Object.getOwnPropertyDescriptor(this.object,name);descriptor&&descriptor.get&&!0===descriptor.get[IS_NAMED_PROPERTY]&&delete this.object[name]}},91429:(__unused_webpack_module,exports)=>{var CSSOM={MediaList:function(){ |
| /*ThouShaltNotCache*/ |
| this.length=0}};CSSOM.MediaList.prototype={constructor:CSSOM.MediaList,get mediaText(){ |
| /*ThouShaltNotCache*/ |
| return Array.prototype.join.call(this,", ")},set mediaText(value){for( |
| /*ThouShaltNotCache*/ |
| var values=value.split(","),length=this.length=values.length,i=0;i<length;i++)this[i]=values[i].trim()},appendMedium:function(medium){ |
| /*ThouShaltNotCache*/ |
| -1===Array.prototype.indexOf.call(this,medium)&&(this[this.length]=medium,this.length++)},deleteMedium:function(medium){ |
| /*ThouShaltNotCache*/ |
| var index=Array.prototype.indexOf.call(this,medium);-1!==index&&Array.prototype.splice.call(this,index,1)}},exports.MediaList=CSSOM.MediaList},91541:(__unused_webpack_module,exports)=>{"use strict";var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.fromCodePoint=void 0,exports.replaceCodePoint=replaceCodePoint,exports.decodeCodePoint=function(codePoint){ |
| /*ThouShaltNotCache*/ |
| return(0,exports.fromCodePoint)(replaceCodePoint(codePoint))};const decodeMap=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function replaceCodePoint(codePoint){ |
| /*ThouShaltNotCache*/ |
| var _a;return codePoint>=55296&&codePoint<=57343||codePoint>1114111?65533:null!==(_a=decodeMap.get(codePoint))&&void 0!==_a?_a:codePoint}exports.fromCodePoint=null!==(_a=String.fromCodePoint)&&void 0!==_a?_a:function(codePoint){ |
| /*ThouShaltNotCache*/ |
| let output="";return codePoint>65535&&(codePoint-=65536,output+=String.fromCharCode(codePoint>>>10&1023|55296),codePoint=56320|1023&codePoint),output+=String.fromCharCode(codePoint),output}},91641:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),Function=__webpack_require__(13787),newObjectInRealm=utils.newObjectInRealm,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Headers.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Headers'.`)},exports.createDefaultIterator=(globalObject,target,kind)=>{ |
| /*ThouShaltNotCache*/ |
| const iteratorPrototype=globalObject[ctorRegistrySymbol]["Headers Iterator"],iterator=Object.create(iteratorPrototype);return Object.defineProperty(iterator,utils.iterInternalSymbol,{value:{target,kind,index:0},configurable:!0}),iterator},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Headers{constructor(){ |
| /*ThouShaltNotCache*/ |
| const args=[];{let curArg=arguments[0];if(void 0!==curArg){if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to construct 'Headers': parameter 1 is not of any supported type.");if(void 0!==curArg[Symbol.iterator]){if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to construct 'Headers': parameter 1 sequence is not an iterable object.");{const V=[],tmp=curArg;for(let nextItem of tmp){if(!utils.isObject(nextItem))throw new globalObject.TypeError("Failed to construct 'Headers': parameter 1 sequence's element is not an iterable object.");{const V=[],tmp=nextItem;for(let nextItem of tmp)nextItem=conversions.ByteString(nextItem,{context:"Failed to construct 'Headers': parameter 1 sequence's element's element",globals:globalObject}),V.push(nextItem);nextItem=V}V.push(nextItem)}curArg=V}}else{if(!utils.isObject(curArg))throw new globalObject.TypeError("Failed to construct 'Headers': parameter 1 record is not an object.");{const result=Object.create(null);for(const key of Reflect.ownKeys(curArg)){const desc=Object.getOwnPropertyDescriptor(curArg,key);if(desc&&desc.enumerable){let typedKey=key;typedKey=conversions.ByteString(typedKey,{context:"Failed to construct 'Headers': parameter 1 record's key",globals:globalObject});let typedValue=curArg[key];typedValue=conversions.ByteString(typedValue,{context:"Failed to construct 'Headers': parameter 1 record's value",globals:globalObject}),result[typedKey]=typedValue}}curArg=result}}}args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}append(name,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'append' called on an object that is not a valid instance of Headers.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'append' on 'Headers': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'append' on 'Headers': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'append' on 'Headers': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].append(...args)}delete(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'delete' called on an object that is not a valid instance of Headers.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'delete' on 'Headers': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'delete' on 'Headers': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].delete(...args)}get(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get' called on an object that is not a valid instance of Headers.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'get' on 'Headers': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'get' on 'Headers': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].get(...args)}getSetCookie(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getSetCookie' called on an object that is not a valid instance of Headers.");return utils.tryWrapperForImpl(esValue[implSymbol].getSetCookie())}has(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'has' called on an object that is not a valid instance of Headers.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'has' on 'Headers': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'has' on 'Headers': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].has(...args)}set(name,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set' called on an object that is not a valid instance of Headers.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'set' on 'Headers': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'set' on 'Headers': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.ByteString(curArg,{context:"Failed to execute 'set' on 'Headers': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].set(...args)}keys(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'keys' called on an object that is not a valid instance of Headers.");return exports.createDefaultIterator(globalObject,this,"key")}values(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'values' called on an object that is not a valid instance of Headers.");return exports.createDefaultIterator(globalObject,this,"value")}entries(){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'entries' called on an object that is not a valid instance of Headers.");return exports.createDefaultIterator(globalObject,this,"key+value")}forEach(callback){ |
| /*ThouShaltNotCache*/ |
| if(!exports.is(this))throw new globalObject.TypeError("'forEach' called on an object that is not a valid instance of Headers.");if(arguments.length<1)throw new globalObject.TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");callback=Function.convert(globalObject,callback,{context:"Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1"});const thisArg=arguments[1];let pairs=Array.from(this[implSymbol]),i=0;for(;i<pairs.length;){const[key,value]=pairs[i].map(utils.tryWrapperForImpl);callback.call(thisArg,value,key,this),pairs=Array.from(this[implSymbol]),i++}}}Object.defineProperties(Headers.prototype,{append:{enumerable:!0},delete:{enumerable:!0},get:{enumerable:!0},getSetCookie:{enumerable:!0},has:{enumerable:!0},set:{enumerable:!0},keys:{enumerable:!0},values:{enumerable:!0},entries:{enumerable:!0},forEach:{enumerable:!0},[Symbol.toStringTag]:{value:"Headers",configurable:!0},[Symbol.iterator]:{value:Headers.prototype.entries,configurable:!0,writable:!0}}),ctorRegistry.Headers=Headers,ctorRegistry["Headers Iterator"]=Object.create(ctorRegistry["%IteratorPrototype%"],{[Symbol.toStringTag]:{configurable:!0,value:"Headers Iterator"}}),utils.define(ctorRegistry["Headers Iterator"],{next(){ |
| /*ThouShaltNotCache*/ |
| const internal=this&&this[utils.iterInternalSymbol];if(!internal)throw new globalObject.TypeError("next() called on a value that is not a Headers iterator object");const{target,kind,index}=internal,values=Array.from(target[implSymbol]);if(index>=values.length)return newObjectInRealm(globalObject,{value:void 0,done:!0});const pair=values[index];return internal.index=index+1,newObjectInRealm(globalObject,utils.iteratorResult(pair.map(utils.tryWrapperForImpl),kind))}}),Object.defineProperty(globalObject,"Headers",{configurable:!0,writable:!0,value:Headers})};const Impl=__webpack_require__(71191)},91662:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),interfaces=__webpack_require__(28073),{implForWrapper}=__webpack_require__(65554),{HTML_NS,SVG_NS}=__webpack_require__(36675),{domSymbolTree}=__webpack_require__(35442),{validateAndExtract}=__webpack_require__(82336),reportException=__webpack_require__(57335),{isValidCustomElementName,upgradeElement,lookupCEDefinition,enqueueCEUpgradeReaction}=__webpack_require__(91984),INTERFACE_TAG_MAPPING={__proto__:null,[HTML_NS]:{__proto__:null,HTMLElement:["abbr","address","article","aside","b","bdi","bdo","cite","code","dd","dfn","dt","em","figcaption","figure","footer","header","hgroup","i","kbd","main","mark","nav","noscript","rp","rt","ruby","s","samp","section","small","strong","sub","summary","sup","u","var","wbr"],HTMLAnchorElement:["a"],HTMLAreaElement:["area"],HTMLAudioElement:["audio"],HTMLBaseElement:["base"],HTMLBodyElement:["body"],HTMLBRElement:["br"],HTMLButtonElement:["button"],HTMLCanvasElement:["canvas"],HTMLDataElement:["data"],HTMLDataListElement:["datalist"],HTMLDetailsElement:["details"],HTMLDialogElement:["dialog"],HTMLDirectoryElement:["dir"],HTMLDivElement:["div"],HTMLDListElement:["dl"],HTMLEmbedElement:["embed"],HTMLFieldSetElement:["fieldset"],HTMLFontElement:["font"],HTMLFormElement:["form"],HTMLFrameElement:["frame"],HTMLFrameSetElement:["frameset"],HTMLHeadingElement:["h1","h2","h3","h4","h5","h6"],HTMLHeadElement:["head"],HTMLHRElement:["hr"],HTMLHtmlElement:["html"],HTMLIFrameElement:["iframe"],HTMLImageElement:["img"],HTMLInputElement:["input"],HTMLLabelElement:["label"],HTMLLegendElement:["legend"],HTMLLIElement:["li"],HTMLLinkElement:["link"],HTMLMapElement:["map"],HTMLMarqueeElement:["marquee"],HTMLMediaElement:[],HTMLMenuElement:["menu"],HTMLMetaElement:["meta"],HTMLMeterElement:["meter"],HTMLModElement:["del","ins"],HTMLObjectElement:["object"],HTMLOListElement:["ol"],HTMLOptGroupElement:["optgroup"],HTMLOptionElement:["option"],HTMLOutputElement:["output"],HTMLParagraphElement:["p"],HTMLParamElement:["param"],HTMLPictureElement:["picture"],HTMLPreElement:["listing","pre","xmp"],HTMLProgressElement:["progress"],HTMLQuoteElement:["blockquote","q"],HTMLScriptElement:["script"],HTMLSelectElement:["select"],HTMLSlotElement:["slot"],HTMLSourceElement:["source"],HTMLSpanElement:["span"],HTMLStyleElement:["style"],HTMLTableCaptionElement:["caption"],HTMLTableCellElement:["th","td"],HTMLTableColElement:["col","colgroup"],HTMLTableElement:["table"],HTMLTimeElement:["time"],HTMLTitleElement:["title"],HTMLTableRowElement:["tr"],HTMLTableSectionElement:["thead","tbody","tfoot"],HTMLTemplateElement:["template"],HTMLTextAreaElement:["textarea"],HTMLTrackElement:["track"],HTMLUListElement:["ul"],HTMLUnknownElement:[],HTMLVideoElement:["video"]},[SVG_NS]:{__proto__:null,SVGElement:[],SVGGraphicsElement:[],SVGDefsElement:["defs"],SVGDescElement:["desc"],SVGGElement:["g"],SVGMetadataElement:["metadata"],SVGSVGElement:["svg"],SVGSwitchElement:["switch"],SVGSymbolElement:["symbol"],SVGTitleElement:["title"]}},TAG_INTERFACE_LOOKUP=Object.create(null);for(const namespace of[HTML_NS,SVG_NS]){TAG_INTERFACE_LOOKUP[namespace]=Object.create(null);const interfaceNames=Object.keys(INTERFACE_TAG_MAPPING[namespace]);for(const interfaceName of interfaceNames){const tagNames=INTERFACE_TAG_MAPPING[namespace][interfaceName];for(const tagName of tagNames)TAG_INTERFACE_LOOKUP[namespace][tagName]=interfaceName}}const UNKNOWN_HTML_ELEMENTS_NAMES=["applet","bgsound","blink","isindex","keygen","multicol","nextid","spacer"],HTML_ELEMENTS_NAMES=["acronym","basefont","big","center","nobr","noembed","noframes","plaintext","rb","rtc","strike","tt"];function getHTMLElementInterface(name){ |
| /*ThouShaltNotCache*/ |
| if(UNKNOWN_HTML_ELEMENTS_NAMES.includes(name))return interfaces.getInterfaceWrapper("HTMLUnknownElement");if(HTML_ELEMENTS_NAMES.includes(name))return interfaces.getInterfaceWrapper("HTMLElement");const specDefinedInterface=TAG_INTERFACE_LOOKUP[HTML_NS][name];return void 0!==specDefinedInterface?interfaces.getInterfaceWrapper(specDefinedInterface):isValidCustomElementName(name)?interfaces.getInterfaceWrapper("HTMLElement"):interfaces.getInterfaceWrapper("HTMLUnknownElement")}function createElement(document,localName,namespace,prefix=null,isValue=null,synchronousCE=!1){ |
| /*ThouShaltNotCache*/ |
| let result=null;const{_globalObject}=document,definition=lookupCEDefinition(document,namespace,localName,isValue);if(null!==definition&&definition.name!==localName){result=getHTMLElementInterface(localName).createImpl(_globalObject,[],{ownerDocument:document,localName,namespace:HTML_NS,prefix,ceState:"undefined",ceDefinition:null,isValue}),synchronousCE?upgradeElement(definition,result):enqueueCEUpgradeReaction(result,definition)}else if(null!==definition)if(synchronousCE)try{const resultWrapper=definition.constructor.construct();if(result=implForWrapper(resultWrapper),!result._ceState||!result._ceDefinition||result._namespaceURI!==HTML_NS)throw new TypeError("Internal error: Invalid custom element.");if(0!==result._attributeList.length)throw DOMException.create(_globalObject,["Unexpected attributes.","NotSupportedError"]);if(domSymbolTree.hasChildren(result))throw DOMException.create(_globalObject,["Unexpected child nodes.","NotSupportedError"]);if(domSymbolTree.parent(result))throw DOMException.create(_globalObject,["Unexpected element parent.","NotSupportedError"]);if(result._ownerDocument!==document)throw DOMException.create(_globalObject,["Unexpected element owner document.","NotSupportedError"]);if(result._namespaceURI!==namespace)throw DOMException.create(_globalObject,["Unexpected element namespace URI.","NotSupportedError"]);if(result._localName!==localName)throw DOMException.create(_globalObject,["Unexpected element local name.","NotSupportedError"]);result._prefix=prefix,result._isValue=isValue}catch(error){reportException(document._defaultView,error);result=interfaces.getInterfaceWrapper("HTMLUnknownElement").createImpl(_globalObject,[],{ownerDocument:document,localName,namespace:HTML_NS,prefix,ceState:"failed",ceDefinition:null,isValue:null})}else{result=interfaces.getInterfaceWrapper("HTMLElement").createImpl(_globalObject,[],{ownerDocument:document,localName,namespace:HTML_NS,prefix,ceState:"undefined",ceDefinition:null,isValue:null}),enqueueCEUpgradeReaction(result,definition)}else{let elementInterface;switch(namespace){case HTML_NS:elementInterface=getHTMLElementInterface(localName);break;case SVG_NS:elementInterface=function(name){ |
| /*ThouShaltNotCache*/ |
| const specDefinedInterface=TAG_INTERFACE_LOOKUP[SVG_NS][name];return void 0!==specDefinedInterface?interfaces.getInterfaceWrapper(specDefinedInterface):interfaces.getInterfaceWrapper("SVGElement")}(localName);break;default:elementInterface=interfaces.getInterfaceWrapper("Element")}result=elementInterface.createImpl(_globalObject,[],{ownerDocument:document,localName,namespace,prefix,ceState:"uncustomized",ceDefinition:null,isValue}),namespace!==HTML_NS||!isValidCustomElementName(localName)&&null===isValue||(result._ceState="undefined")}return result}module.exports={createElement,internalCreateElementNSSteps:function(document,namespace,qualifiedName,options){ |
| /*ThouShaltNotCache*/ |
| const extracted=validateAndExtract(document._globalObject,namespace,qualifiedName);let isValue=null;return options&&void 0!==options.is&&(isValue=options.is),createElement(document,extracted.localName,extracted.namespace,extracted.prefix,isValue,!0)},getValidTagNames:function(namespace,name){ |
| /*ThouShaltNotCache*/ |
| return INTERFACE_TAG_MAPPING[namespace]&&INTERFACE_TAG_MAPPING[namespace][name]?INTERFACE_TAG_MAPPING[namespace][name]:[]},getHTMLElementInterface}},91828:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),{HTML_NS}=__webpack_require__(36675),{asciiLowercase}=__webpack_require__(8337),{queueAttributeMutationRecord}=__webpack_require__(20322),{enqueueCECallbackReaction}=__webpack_require__(91984);exports.hasAttribute=function(element,A){ |
| /*ThouShaltNotCache*/ |
| return element._attributeList.includes(A)},exports.hasAttributeByName=function(element,name){ |
| /*ThouShaltNotCache*/ |
| return element._attributesByNameMap.has(name)},exports.hasAttributeByNameNS=function(element,namespace,localName){ |
| /*ThouShaltNotCache*/ |
| return element._attributeList.some(attribute=>attribute._localName===localName&&attribute._namespace===namespace)},exports.changeAttribute=(element,attribute,value)=>{ |
| /*ThouShaltNotCache*/ |
| const{_localName,_namespace,_value}=attribute;queueAttributeMutationRecord(element,_localName,_namespace,_value),"custom"===element._ceState&&enqueueCECallbackReaction(element,"attributeChangedCallback",[_localName,_value,value,_namespace]),attribute._value=value,element._attrModified(attribute._qualifiedName,value,_value)},exports.appendAttribute=function(element,attribute){ |
| /*ThouShaltNotCache*/ |
| const{_localName,_namespace,_value}=attribute;queueAttributeMutationRecord(element,_localName,_namespace,null),"custom"===element._ceState&&enqueueCECallbackReaction(element,"attributeChangedCallback",[_localName,null,_value,_namespace]);element._attributeList.push(attribute),attribute._element=element;const name=attribute._qualifiedName,cache=element._attributesByNameMap;let entry=cache.get(name);entry||(entry=[],cache.set(name,entry)),entry.push(attribute),element._attrModified(name,_value,null)},exports.removeAttribute=function(element,attribute){ |
| /*ThouShaltNotCache*/ |
| const{_localName,_namespace,_value}=attribute;queueAttributeMutationRecord(element,_localName,_namespace,_value),"custom"===element._ceState&&enqueueCECallbackReaction(element,"attributeChangedCallback",[_localName,_value,null,_namespace]);const attributeList=element._attributeList;for(let i=0;i<attributeList.length;++i)if(attributeList[i]===attribute){attributeList.splice(i,1),attribute._element=null;const name=attribute._qualifiedName,cache=element._attributesByNameMap,entry=cache.get(name);return entry.splice(entry.indexOf(attribute),1),0===entry.length&&cache.delete(name),void element._attrModified(name,null,attribute._value)}},exports.replaceAttribute=function(element,oldAttr,newAttr){ |
| /*ThouShaltNotCache*/ |
| const{_localName,_namespace,_value}=oldAttr;queueAttributeMutationRecord(element,_localName,_namespace,_value),"custom"===element._ceState&&enqueueCECallbackReaction(element,"attributeChangedCallback",[_localName,_value,newAttr._value,_namespace]);const attributeList=element._attributeList;for(let i=0;i<attributeList.length;++i)if(attributeList[i]===oldAttr){attributeList.splice(i,1,newAttr),oldAttr._element=null,newAttr._element=element;const name=newAttr._qualifiedName,cache=element._attributesByNameMap;let entry=cache.get(name);return entry||(entry=[],cache.set(name,entry)),entry.splice(entry.indexOf(oldAttr),1,newAttr),void element._attrModified(name,newAttr._value,oldAttr._value)}},exports.getAttributeByName=function(element,name){ |
| /*ThouShaltNotCache*/ |
| element._namespaceURI===HTML_NS&&"html"===element._ownerDocument._parsingMode&&(name=asciiLowercase(name));const entry=element._attributesByNameMap.get(name);return entry?entry[0]:null},exports.getAttributeByNameNS=function(element,namespace,localName){ |
| /*ThouShaltNotCache*/ |
| ""===namespace&&(namespace=null);const attributeList=element._attributeList;for(let i=0;i<attributeList.length;++i){const attr=attributeList[i];if(attr._namespace===namespace&&attr._localName===localName)return attr}return null},exports.getAttributeValue=function(element,localName){ |
| /*ThouShaltNotCache*/ |
| const attr=exports.getAttributeByNameNS(element,null,localName);return attr?attr._value:""},exports.getAttributeValueNS=function(element,namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const attr=exports.getAttributeByNameNS(element,namespace,localName);return attr?attr._value:""},exports.setAttribute=function(element,attr){ |
| /*ThouShaltNotCache*/ |
| if(null!==attr._element&&attr._element!==element)throw DOMException.create(element._globalObject,["The attribute is in use.","InUseAttributeError"]);const oldAttr=exports.getAttributeByNameNS(element,attr._namespace,attr._localName);return oldAttr===attr?attr:(null!==oldAttr?exports.replaceAttribute(element,oldAttr,attr):exports.appendAttribute(element,attr),oldAttr)},exports.setAttributeValue=function(element,localName,value,prefix,namespace){ |
| /*ThouShaltNotCache*/ |
| void 0===prefix&&(prefix=null),void 0===namespace&&(namespace=null);const attribute=exports.getAttributeByNameNS(element,namespace,localName);if(null===attribute){const newAttribute=element._ownerDocument._createAttribute({namespace,namespacePrefix:prefix,localName,value});return void exports.appendAttribute(element,newAttribute)}exports.changeAttribute(element,attribute,value)},exports.setAnExistingAttributeValue=(attribute,value)=>{ |
| /*ThouShaltNotCache*/ |
| const element=attribute._element;null===element?attribute._value=value:exports.changeAttribute(element,attribute,value)},exports.removeAttributeByName=function(element,name){ |
| /*ThouShaltNotCache*/ |
| const attr=exports.getAttributeByName(element,name);return null!==attr&&exports.removeAttribute(element,attr),attr},exports.removeAttributeByNameNS=function(element,namespace,localName){ |
| /*ThouShaltNotCache*/ |
| const attr=exports.getAttributeByNameNS(element,namespace,localName);return null!==attr&&exports.removeAttribute(element,attr),attr},exports.attributeNames=function(element){ |
| /*ThouShaltNotCache*/ |
| return element._attributeList.map(a=>a._qualifiedName)},exports.hasAttributes=function(element){ |
| /*ThouShaltNotCache*/ |
| return element._attributeList.length>0}},91959:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var Buffer=__webpack_require__(21643).Buffer,isEncoding=Buffer.isEncoding||function(encoding){switch(( |
| /*ThouShaltNotCache*/ |
| encoding=""+encoding)&&encoding.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function StringDecoder(encoding){var nb;switch( |
| /*ThouShaltNotCache*/ |
| this.encoding=function(enc){ |
| /*ThouShaltNotCache*/ |
| var nenc=function(enc){ |
| /*ThouShaltNotCache*/ |
| if(!enc)return"utf8";for(var retried;;)switch(enc){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return enc;default:if(retried)return;enc=(""+enc).toLowerCase(),retried=!0}}(enc);if("string"!=typeof nenc&&(Buffer.isEncoding===isEncoding||!isEncoding(enc)))throw new Error("Unknown encoding: "+enc);return nenc||enc}(encoding),this.encoding){case"utf16le":this.text=utf16Text,this.end=utf16End,nb=4;break;case"utf8":this.fillLast=utf8FillLast,nb=4;break;case"base64":this.text=base64Text,this.end=base64End,nb=3;break;default:return this.write=simpleWrite,void(this.end=simpleEnd)}this.lastNeed=0,this.lastTotal=0,this.lastChar=Buffer.allocUnsafe(nb)}function utf8CheckByte(byte){ |
| /*ThouShaltNotCache*/ |
| return byte<=127?0:byte>>5==6?2:byte>>4==14?3:byte>>3==30?4:byte>>6==2?-1:-2}function utf8FillLast(buf){ |
| /*ThouShaltNotCache*/ |
| var p=this.lastTotal-this.lastNeed,r=function(self,buf){ |
| /*ThouShaltNotCache*/ |
| if(128!=(192&buf[0]))return self.lastNeed=0,"\ufffd";if(self.lastNeed>1&&buf.length>1){if(128!=(192&buf[1]))return self.lastNeed=1,"\ufffd";if(self.lastNeed>2&&buf.length>2&&128!=(192&buf[2]))return self.lastNeed=2,"\ufffd"}}(this,buf);return void 0!==r?r:this.lastNeed<=buf.length?(buf.copy(this.lastChar,p,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(buf.copy(this.lastChar,p,0,buf.length),void(this.lastNeed-=buf.length))}function utf16Text(buf,i){ |
| /*ThouShaltNotCache*/ |
| if((buf.length-i)%2==0){var r=buf.toString("utf16le",i);if(r){var c=r.charCodeAt(r.length-1);if(c>=55296&&c<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=buf[buf.length-2],this.lastChar[1]=buf[buf.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=buf[buf.length-1],buf.toString("utf16le",i,buf.length-1)}function utf16End(buf){ |
| /*ThouShaltNotCache*/ |
| var r=buf&&buf.length?this.write(buf):"";if(this.lastNeed){var end=this.lastTotal-this.lastNeed;return r+this.lastChar.toString("utf16le",0,end)}return r}function base64Text(buf,i){ |
| /*ThouShaltNotCache*/ |
| var n=(buf.length-i)%3;return 0===n?buf.toString("base64",i):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=buf[buf.length-1]:(this.lastChar[0]=buf[buf.length-2],this.lastChar[1]=buf[buf.length-1]),buf.toString("base64",i,buf.length-n))}function base64End(buf){ |
| /*ThouShaltNotCache*/ |
| var r=buf&&buf.length?this.write(buf):"";return this.lastNeed?r+this.lastChar.toString("base64",0,3-this.lastNeed):r}function simpleWrite(buf){ |
| /*ThouShaltNotCache*/ |
| return buf.toString(this.encoding)}function simpleEnd(buf){ |
| /*ThouShaltNotCache*/ |
| return buf&&buf.length?this.write(buf):""}exports.I=StringDecoder,StringDecoder.prototype.write=function(buf){ |
| /*ThouShaltNotCache*/ |
| if(0===buf.length)return"";var r,i;if(this.lastNeed){if(void 0===(r=this.fillLast(buf)))return"";i=this.lastNeed,this.lastNeed=0}else i=0;return i<buf.length?r?r+this.text(buf,i):this.text(buf,i):r||""},StringDecoder.prototype.end=function(buf){ |
| /*ThouShaltNotCache*/ |
| var r=buf&&buf.length?this.write(buf):"";return this.lastNeed?r+"\ufffd":r},StringDecoder.prototype.text=function(buf,i){ |
| /*ThouShaltNotCache*/ |
| var total=function(self,buf,i){ |
| /*ThouShaltNotCache*/ |
| var j=buf.length-1;if(j<i)return 0;var nb=utf8CheckByte(buf[j]);if(nb>=0)return nb>0&&(self.lastNeed=nb-1),nb;if(--j<i||-2===nb)return 0;if(nb=utf8CheckByte(buf[j]),nb>=0)return nb>0&&(self.lastNeed=nb-2),nb;if(--j<i||-2===nb)return 0;if(nb=utf8CheckByte(buf[j]),nb>=0)return nb>0&&(2===nb?nb=0:self.lastNeed=nb-3),nb;return 0}(this,buf,i);if(!this.lastNeed)return buf.toString("utf8",i);this.lastTotal=total;var end=buf.length-(total-this.lastNeed);return buf.copy(this.lastChar,0,end),buf.toString("utf8",i,end)},StringDecoder.prototype.fillLast=function(buf){ |
| /*ThouShaltNotCache*/ |
| if(this.lastNeed<=buf.length)return buf.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);buf.copy(this.lastChar,this.lastTotal-this.lastNeed,0,buf.length),this.lastNeed-=buf.length}},91984:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),isPotentialCustomElementName=__webpack_require__(32719),NODE_TYPE=__webpack_require__(53010),{HTML_NS}=__webpack_require__(36675),{shadowIncludingRoot}=__webpack_require__(54394),reportException=__webpack_require__(57335),{implForWrapper,wrapperForImpl}=__webpack_require__(65554);const customElementReactionsStack=new class{constructor(){ |
| /*ThouShaltNotCache*/ |
| this._stack=[],this.backupElementQueue=[],this.processingBackupElementQueue=!1}push(elementQueue){ |
| /*ThouShaltNotCache*/ |
| this._stack.push(elementQueue)}pop(){ |
| /*ThouShaltNotCache*/ |
| return this._stack.pop()}get currentElementQueue(){ |
| /*ThouShaltNotCache*/ |
| const{_stack}=this;return _stack[_stack.length-1]}isEmpty(){ |
| /*ThouShaltNotCache*/ |
| return 0===this._stack.length}};const RESTRICTED_CUSTOM_ELEMENT_NAME=new Set(["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"]);function upgradeElement(definition,element){ |
| /*ThouShaltNotCache*/ |
| if("undefined"!==element._ceState||"uncustomized"===element._ceState)return;element._ceDefinition=definition,element._ceState="failed";for(const attribute of element._attributeList){const{_localName,_namespace,_value}=attribute;enqueueCECallbackReaction(element,"attributeChangedCallback",[_localName,null,_value,_namespace])}shadowIncludingRoot(element).nodeType===NODE_TYPE.DOCUMENT_NODE&&enqueueCECallbackReaction(element,"connectedCallback",[]),definition.constructionStack.push(element);const{constructionStack,constructor:C}=definition;let constructionError;try{if(!0===definition.disableShadow&&null!==element._shadowRoot)throw DOMException.create(element._globalObject,["Can't upgrade a custom element with a shadow root if shadow is disabled","NotSupportedError"]);element._ceState="precustomized";const constructionResult=C.construct();if(implForWrapper(constructionResult)!==element)throw new TypeError("Invalid custom element constructor return value")}catch(error){constructionError=error}if(constructionStack.pop(),void 0!==constructionError)throw element._ceDefinition=null,element._ceReactionQueue=[],constructionError;element._ceState="custom"}function lookupCEDefinition(document,namespace,localName,isValue){if(namespace!==HTML_NS)return null;if(!document._defaultView)return null;const registry=implForWrapper(document._globalObject._customElementRegistry),definitionByName=registry._customElementDefinitions.find(def=>def.name===def.localName&&def.localName===localName);if(void 0!==definitionByName)return definitionByName;const definitionByIs=registry._customElementDefinitions.find(def=>def.name===isValue&&def.localName===localName);return void 0!==definitionByIs?definitionByIs:null}function invokeCEReactions(elementQueue){ |
| /*ThouShaltNotCache*/ |
| for(;elementQueue.length>0;){const element=elementQueue.shift(),reactions=element._ceReactionQueue;try{for(;reactions.length>0;){const reaction=reactions.shift();switch(reaction.type){case"upgrade":upgradeElement(reaction.definition,element);break;case"callback":reaction.callback.apply(wrapperForImpl(element),reaction.args)}}}catch(error){reportException(element._globalObject,error)}}}function enqueueElementOnAppropriateElementQueue(element){ |
| /*ThouShaltNotCache*/ |
| if(customElementReactionsStack.isEmpty()){if(customElementReactionsStack.backupElementQueue.push(element),customElementReactionsStack.processingBackupElementQueue)return;customElementReactionsStack.processingBackupElementQueue=!0,Promise.resolve().then(()=>{invokeCEReactions(customElementReactionsStack.backupElementQueue),customElementReactionsStack.processingBackupElementQueue=!1})}else customElementReactionsStack.currentElementQueue.push(element)}function enqueueCECallbackReaction(element,callbackName,args){ |
| /*ThouShaltNotCache*/ |
| const{_ceDefinition:{lifecycleCallbacks,observedAttributes}}=element,callback=lifecycleCallbacks[callbackName];if(null!==callback){if("attributeChangedCallback"===callbackName){const attributeName=args[0];if(!observedAttributes.includes(attributeName))return}element._ceReactionQueue.push({type:"callback",callback,args}),enqueueElementOnAppropriateElementQueue(element)}}function enqueueCEUpgradeReaction(element,definition){ |
| /*ThouShaltNotCache*/ |
| element._ceReactionQueue.push({type:"upgrade",definition}),enqueueElementOnAppropriateElementQueue(element)}module.exports={customElementReactionsStack,ceReactionsPreSteps:function(){ |
| /*ThouShaltNotCache*/ |
| customElementReactionsStack.push([])},ceReactionsPostSteps:function(){invokeCEReactions(customElementReactionsStack.pop())},isValidCustomElementName:function(name){ |
| /*ThouShaltNotCache*/ |
| return!RESTRICTED_CUSTOM_ELEMENT_NAME.has(name)&&isPotentialCustomElementName(name)},upgradeElement,tryUpgradeElement:function(element){ |
| /*ThouShaltNotCache*/ |
| const{_ownerDocument,_namespaceURI,_localName,_isValue}=element,definition=lookupCEDefinition(_ownerDocument,_namespaceURI,_localName,_isValue);null!==definition&&enqueueCEUpgradeReaction(element,definition)},lookupCEDefinition,enqueueCEUpgradeReaction,enqueueCECallbackReaction,invokeCEReactions}},92472:module=>{"use strict";module.exports=JSON.parse('[[[0,44],2],[[45,46],2],[47,2],[[48,57],2],[[58,64],2],[65,1,"a"],[66,1,"b"],[67,1,"c"],[68,1,"d"],[69,1,"e"],[70,1,"f"],[71,1,"g"],[72,1,"h"],[73,1,"i"],[74,1,"j"],[75,1,"k"],[76,1,"l"],[77,1,"m"],[78,1,"n"],[79,1,"o"],[80,1,"p"],[81,1,"q"],[82,1,"r"],[83,1,"s"],[84,1,"t"],[85,1,"u"],[86,1,"v"],[87,1,"w"],[88,1,"x"],[89,1,"y"],[90,1,"z"],[[91,96],2],[[97,122],2],[[123,127],2],[[128,159],3],[160,1," "],[[161,167],2],[168,1," \u0308"],[169,2],[170,1,"a"],[[171,172],2],[173,7],[174,2],[175,1," \u0304"],[[176,177],2],[178,1,"2"],[179,1,"3"],[180,1," \u0301"],[181,1,"\u03bc"],[182,2],[183,2],[184,1," \u0327"],[185,1,"1"],[186,1,"o"],[187,2],[188,1,"1\u20444"],[189,1,"1\u20442"],[190,1,"3\u20444"],[191,2],[192,1,"\u00e0"],[193,1,"\u00e1"],[194,1,"\u00e2"],[195,1,"\u00e3"],[196,1,"\u00e4"],[197,1,"\u00e5"],[198,1,"\u00e6"],[199,1,"\u00e7"],[200,1,"\u00e8"],[201,1,"\u00e9"],[202,1,"\u00ea"],[203,1,"\u00eb"],[204,1,"\u00ec"],[205,1,"\u00ed"],[206,1,"\u00ee"],[207,1,"\u00ef"],[208,1,"\u00f0"],[209,1,"\u00f1"],[210,1,"\u00f2"],[211,1,"\u00f3"],[212,1,"\u00f4"],[213,1,"\u00f5"],[214,1,"\u00f6"],[215,2],[216,1,"\u00f8"],[217,1,"\u00f9"],[218,1,"\u00fa"],[219,1,"\u00fb"],[220,1,"\u00fc"],[221,1,"\u00fd"],[222,1,"\u00fe"],[223,6,"ss"],[[224,246],2],[247,2],[[248,255],2],[256,1,"\u0101"],[257,2],[258,1,"\u0103"],[259,2],[260,1,"\u0105"],[261,2],[262,1,"\u0107"],[263,2],[264,1,"\u0109"],[265,2],[266,1,"\u010b"],[267,2],[268,1,"\u010d"],[269,2],[270,1,"\u010f"],[271,2],[272,1,"\u0111"],[273,2],[274,1,"\u0113"],[275,2],[276,1,"\u0115"],[277,2],[278,1,"\u0117"],[279,2],[280,1,"\u0119"],[281,2],[282,1,"\u011b"],[283,2],[284,1,"\u011d"],[285,2],[286,1,"\u011f"],[287,2],[288,1,"\u0121"],[289,2],[290,1,"\u0123"],[291,2],[292,1,"\u0125"],[293,2],[294,1,"\u0127"],[295,2],[296,1,"\u0129"],[297,2],[298,1,"\u012b"],[299,2],[300,1,"\u012d"],[301,2],[302,1,"\u012f"],[303,2],[304,1,"i\u0307"],[305,2],[[306,307],1,"ij"],[308,1,"\u0135"],[309,2],[310,1,"\u0137"],[[311,312],2],[313,1,"\u013a"],[314,2],[315,1,"\u013c"],[316,2],[317,1,"\u013e"],[318,2],[[319,320],1,"l\u00b7"],[321,1,"\u0142"],[322,2],[323,1,"\u0144"],[324,2],[325,1,"\u0146"],[326,2],[327,1,"\u0148"],[328,2],[329,1,"\u02bcn"],[330,1,"\u014b"],[331,2],[332,1,"\u014d"],[333,2],[334,1,"\u014f"],[335,2],[336,1,"\u0151"],[337,2],[338,1,"\u0153"],[339,2],[340,1,"\u0155"],[341,2],[342,1,"\u0157"],[343,2],[344,1,"\u0159"],[345,2],[346,1,"\u015b"],[347,2],[348,1,"\u015d"],[349,2],[350,1,"\u015f"],[351,2],[352,1,"\u0161"],[353,2],[354,1,"\u0163"],[355,2],[356,1,"\u0165"],[357,2],[358,1,"\u0167"],[359,2],[360,1,"\u0169"],[361,2],[362,1,"\u016b"],[363,2],[364,1,"\u016d"],[365,2],[366,1,"\u016f"],[367,2],[368,1,"\u0171"],[369,2],[370,1,"\u0173"],[371,2],[372,1,"\u0175"],[373,2],[374,1,"\u0177"],[375,2],[376,1,"\u00ff"],[377,1,"\u017a"],[378,2],[379,1,"\u017c"],[380,2],[381,1,"\u017e"],[382,2],[383,1,"s"],[384,2],[385,1,"\u0253"],[386,1,"\u0183"],[387,2],[388,1,"\u0185"],[389,2],[390,1,"\u0254"],[391,1,"\u0188"],[392,2],[393,1,"\u0256"],[394,1,"\u0257"],[395,1,"\u018c"],[[396,397],2],[398,1,"\u01dd"],[399,1,"\u0259"],[400,1,"\u025b"],[401,1,"\u0192"],[402,2],[403,1,"\u0260"],[404,1,"\u0263"],[405,2],[406,1,"\u0269"],[407,1,"\u0268"],[408,1,"\u0199"],[[409,411],2],[412,1,"\u026f"],[413,1,"\u0272"],[414,2],[415,1,"\u0275"],[416,1,"\u01a1"],[417,2],[418,1,"\u01a3"],[419,2],[420,1,"\u01a5"],[421,2],[422,1,"\u0280"],[423,1,"\u01a8"],[424,2],[425,1,"\u0283"],[[426,427],2],[428,1,"\u01ad"],[429,2],[430,1,"\u0288"],[431,1,"\u01b0"],[432,2],[433,1,"\u028a"],[434,1,"\u028b"],[435,1,"\u01b4"],[436,2],[437,1,"\u01b6"],[438,2],[439,1,"\u0292"],[440,1,"\u01b9"],[[441,443],2],[444,1,"\u01bd"],[[445,451],2],[[452,454],1,"d\u017e"],[[455,457],1,"lj"],[[458,460],1,"nj"],[461,1,"\u01ce"],[462,2],[463,1,"\u01d0"],[464,2],[465,1,"\u01d2"],[466,2],[467,1,"\u01d4"],[468,2],[469,1,"\u01d6"],[470,2],[471,1,"\u01d8"],[472,2],[473,1,"\u01da"],[474,2],[475,1,"\u01dc"],[[476,477],2],[478,1,"\u01df"],[479,2],[480,1,"\u01e1"],[481,2],[482,1,"\u01e3"],[483,2],[484,1,"\u01e5"],[485,2],[486,1,"\u01e7"],[487,2],[488,1,"\u01e9"],[489,2],[490,1,"\u01eb"],[491,2],[492,1,"\u01ed"],[493,2],[494,1,"\u01ef"],[[495,496],2],[[497,499],1,"dz"],[500,1,"\u01f5"],[501,2],[502,1,"\u0195"],[503,1,"\u01bf"],[504,1,"\u01f9"],[505,2],[506,1,"\u01fb"],[507,2],[508,1,"\u01fd"],[509,2],[510,1,"\u01ff"],[511,2],[512,1,"\u0201"],[513,2],[514,1,"\u0203"],[515,2],[516,1,"\u0205"],[517,2],[518,1,"\u0207"],[519,2],[520,1,"\u0209"],[521,2],[522,1,"\u020b"],[523,2],[524,1,"\u020d"],[525,2],[526,1,"\u020f"],[527,2],[528,1,"\u0211"],[529,2],[530,1,"\u0213"],[531,2],[532,1,"\u0215"],[533,2],[534,1,"\u0217"],[535,2],[536,1,"\u0219"],[537,2],[538,1,"\u021b"],[539,2],[540,1,"\u021d"],[541,2],[542,1,"\u021f"],[543,2],[544,1,"\u019e"],[545,2],[546,1,"\u0223"],[547,2],[548,1,"\u0225"],[549,2],[550,1,"\u0227"],[551,2],[552,1,"\u0229"],[553,2],[554,1,"\u022b"],[555,2],[556,1,"\u022d"],[557,2],[558,1,"\u022f"],[559,2],[560,1,"\u0231"],[561,2],[562,1,"\u0233"],[563,2],[[564,566],2],[[567,569],2],[570,1,"\u2c65"],[571,1,"\u023c"],[572,2],[573,1,"\u019a"],[574,1,"\u2c66"],[[575,576],2],[577,1,"\u0242"],[578,2],[579,1,"\u0180"],[580,1,"\u0289"],[581,1,"\u028c"],[582,1,"\u0247"],[583,2],[584,1,"\u0249"],[585,2],[586,1,"\u024b"],[587,2],[588,1,"\u024d"],[589,2],[590,1,"\u024f"],[591,2],[[592,680],2],[[681,685],2],[[686,687],2],[688,1,"h"],[689,1,"\u0266"],[690,1,"j"],[691,1,"r"],[692,1,"\u0279"],[693,1,"\u027b"],[694,1,"\u0281"],[695,1,"w"],[696,1,"y"],[[697,705],2],[[706,709],2],[[710,721],2],[[722,727],2],[728,1," \u0306"],[729,1," \u0307"],[730,1," \u030a"],[731,1," \u0328"],[732,1," \u0303"],[733,1," \u030b"],[734,2],[735,2],[736,1,"\u0263"],[737,1,"l"],[738,1,"s"],[739,1,"x"],[740,1,"\u0295"],[[741,745],2],[[746,747],2],[748,2],[749,2],[750,2],[[751,767],2],[[768,831],2],[832,1,"\u0300"],[833,1,"\u0301"],[834,2],[835,1,"\u0313"],[836,1,"\u0308\u0301"],[837,1,"\u03b9"],[[838,846],2],[847,7],[[848,855],2],[[856,860],2],[[861,863],2],[[864,865],2],[866,2],[[867,879],2],[880,1,"\u0371"],[881,2],[882,1,"\u0373"],[883,2],[884,1,"\u02b9"],[885,2],[886,1,"\u0377"],[887,2],[[888,889],3],[890,1," \u03b9"],[[891,893],2],[894,1,";"],[895,1,"\u03f3"],[[896,899],3],[900,1," \u0301"],[901,1," \u0308\u0301"],[902,1,"\u03ac"],[903,1,"\u00b7"],[904,1,"\u03ad"],[905,1,"\u03ae"],[906,1,"\u03af"],[907,3],[908,1,"\u03cc"],[909,3],[910,1,"\u03cd"],[911,1,"\u03ce"],[912,2],[913,1,"\u03b1"],[914,1,"\u03b2"],[915,1,"\u03b3"],[916,1,"\u03b4"],[917,1,"\u03b5"],[918,1,"\u03b6"],[919,1,"\u03b7"],[920,1,"\u03b8"],[921,1,"\u03b9"],[922,1,"\u03ba"],[923,1,"\u03bb"],[924,1,"\u03bc"],[925,1,"\u03bd"],[926,1,"\u03be"],[927,1,"\u03bf"],[928,1,"\u03c0"],[929,1,"\u03c1"],[930,3],[931,1,"\u03c3"],[932,1,"\u03c4"],[933,1,"\u03c5"],[934,1,"\u03c6"],[935,1,"\u03c7"],[936,1,"\u03c8"],[937,1,"\u03c9"],[938,1,"\u03ca"],[939,1,"\u03cb"],[[940,961],2],[962,6,"\u03c3"],[[963,974],2],[975,1,"\u03d7"],[976,1,"\u03b2"],[977,1,"\u03b8"],[978,1,"\u03c5"],[979,1,"\u03cd"],[980,1,"\u03cb"],[981,1,"\u03c6"],[982,1,"\u03c0"],[983,2],[984,1,"\u03d9"],[985,2],[986,1,"\u03db"],[987,2],[988,1,"\u03dd"],[989,2],[990,1,"\u03df"],[991,2],[992,1,"\u03e1"],[993,2],[994,1,"\u03e3"],[995,2],[996,1,"\u03e5"],[997,2],[998,1,"\u03e7"],[999,2],[1000,1,"\u03e9"],[1001,2],[1002,1,"\u03eb"],[1003,2],[1004,1,"\u03ed"],[1005,2],[1006,1,"\u03ef"],[1007,2],[1008,1,"\u03ba"],[1009,1,"\u03c1"],[1010,1,"\u03c3"],[1011,2],[1012,1,"\u03b8"],[1013,1,"\u03b5"],[1014,2],[1015,1,"\u03f8"],[1016,2],[1017,1,"\u03c3"],[1018,1,"\u03fb"],[1019,2],[1020,2],[1021,1,"\u037b"],[1022,1,"\u037c"],[1023,1,"\u037d"],[1024,1,"\u0450"],[1025,1,"\u0451"],[1026,1,"\u0452"],[1027,1,"\u0453"],[1028,1,"\u0454"],[1029,1,"\u0455"],[1030,1,"\u0456"],[1031,1,"\u0457"],[1032,1,"\u0458"],[1033,1,"\u0459"],[1034,1,"\u045a"],[1035,1,"\u045b"],[1036,1,"\u045c"],[1037,1,"\u045d"],[1038,1,"\u045e"],[1039,1,"\u045f"],[1040,1,"\u0430"],[1041,1,"\u0431"],[1042,1,"\u0432"],[1043,1,"\u0433"],[1044,1,"\u0434"],[1045,1,"\u0435"],[1046,1,"\u0436"],[1047,1,"\u0437"],[1048,1,"\u0438"],[1049,1,"\u0439"],[1050,1,"\u043a"],[1051,1,"\u043b"],[1052,1,"\u043c"],[1053,1,"\u043d"],[1054,1,"\u043e"],[1055,1,"\u043f"],[1056,1,"\u0440"],[1057,1,"\u0441"],[1058,1,"\u0442"],[1059,1,"\u0443"],[1060,1,"\u0444"],[1061,1,"\u0445"],[1062,1,"\u0446"],[1063,1,"\u0447"],[1064,1,"\u0448"],[1065,1,"\u0449"],[1066,1,"\u044a"],[1067,1,"\u044b"],[1068,1,"\u044c"],[1069,1,"\u044d"],[1070,1,"\u044e"],[1071,1,"\u044f"],[[1072,1103],2],[1104,2],[[1105,1116],2],[1117,2],[[1118,1119],2],[1120,1,"\u0461"],[1121,2],[1122,1,"\u0463"],[1123,2],[1124,1,"\u0465"],[1125,2],[1126,1,"\u0467"],[1127,2],[1128,1,"\u0469"],[1129,2],[1130,1,"\u046b"],[1131,2],[1132,1,"\u046d"],[1133,2],[1134,1,"\u046f"],[1135,2],[1136,1,"\u0471"],[1137,2],[1138,1,"\u0473"],[1139,2],[1140,1,"\u0475"],[1141,2],[1142,1,"\u0477"],[1143,2],[1144,1,"\u0479"],[1145,2],[1146,1,"\u047b"],[1147,2],[1148,1,"\u047d"],[1149,2],[1150,1,"\u047f"],[1151,2],[1152,1,"\u0481"],[1153,2],[1154,2],[[1155,1158],2],[1159,2],[[1160,1161],2],[1162,1,"\u048b"],[1163,2],[1164,1,"\u048d"],[1165,2],[1166,1,"\u048f"],[1167,2],[1168,1,"\u0491"],[1169,2],[1170,1,"\u0493"],[1171,2],[1172,1,"\u0495"],[1173,2],[1174,1,"\u0497"],[1175,2],[1176,1,"\u0499"],[1177,2],[1178,1,"\u049b"],[1179,2],[1180,1,"\u049d"],[1181,2],[1182,1,"\u049f"],[1183,2],[1184,1,"\u04a1"],[1185,2],[1186,1,"\u04a3"],[1187,2],[1188,1,"\u04a5"],[1189,2],[1190,1,"\u04a7"],[1191,2],[1192,1,"\u04a9"],[1193,2],[1194,1,"\u04ab"],[1195,2],[1196,1,"\u04ad"],[1197,2],[1198,1,"\u04af"],[1199,2],[1200,1,"\u04b1"],[1201,2],[1202,1,"\u04b3"],[1203,2],[1204,1,"\u04b5"],[1205,2],[1206,1,"\u04b7"],[1207,2],[1208,1,"\u04b9"],[1209,2],[1210,1,"\u04bb"],[1211,2],[1212,1,"\u04bd"],[1213,2],[1214,1,"\u04bf"],[1215,2],[1216,1,"\u04cf"],[1217,1,"\u04c2"],[1218,2],[1219,1,"\u04c4"],[1220,2],[1221,1,"\u04c6"],[1222,2],[1223,1,"\u04c8"],[1224,2],[1225,1,"\u04ca"],[1226,2],[1227,1,"\u04cc"],[1228,2],[1229,1,"\u04ce"],[1230,2],[1231,2],[1232,1,"\u04d1"],[1233,2],[1234,1,"\u04d3"],[1235,2],[1236,1,"\u04d5"],[1237,2],[1238,1,"\u04d7"],[1239,2],[1240,1,"\u04d9"],[1241,2],[1242,1,"\u04db"],[1243,2],[1244,1,"\u04dd"],[1245,2],[1246,1,"\u04df"],[1247,2],[1248,1,"\u04e1"],[1249,2],[1250,1,"\u04e3"],[1251,2],[1252,1,"\u04e5"],[1253,2],[1254,1,"\u04e7"],[1255,2],[1256,1,"\u04e9"],[1257,2],[1258,1,"\u04eb"],[1259,2],[1260,1,"\u04ed"],[1261,2],[1262,1,"\u04ef"],[1263,2],[1264,1,"\u04f1"],[1265,2],[1266,1,"\u04f3"],[1267,2],[1268,1,"\u04f5"],[1269,2],[1270,1,"\u04f7"],[1271,2],[1272,1,"\u04f9"],[1273,2],[1274,1,"\u04fb"],[1275,2],[1276,1,"\u04fd"],[1277,2],[1278,1,"\u04ff"],[1279,2],[1280,1,"\u0501"],[1281,2],[1282,1,"\u0503"],[1283,2],[1284,1,"\u0505"],[1285,2],[1286,1,"\u0507"],[1287,2],[1288,1,"\u0509"],[1289,2],[1290,1,"\u050b"],[1291,2],[1292,1,"\u050d"],[1293,2],[1294,1,"\u050f"],[1295,2],[1296,1,"\u0511"],[1297,2],[1298,1,"\u0513"],[1299,2],[1300,1,"\u0515"],[1301,2],[1302,1,"\u0517"],[1303,2],[1304,1,"\u0519"],[1305,2],[1306,1,"\u051b"],[1307,2],[1308,1,"\u051d"],[1309,2],[1310,1,"\u051f"],[1311,2],[1312,1,"\u0521"],[1313,2],[1314,1,"\u0523"],[1315,2],[1316,1,"\u0525"],[1317,2],[1318,1,"\u0527"],[1319,2],[1320,1,"\u0529"],[1321,2],[1322,1,"\u052b"],[1323,2],[1324,1,"\u052d"],[1325,2],[1326,1,"\u052f"],[1327,2],[1328,3],[1329,1,"\u0561"],[1330,1,"\u0562"],[1331,1,"\u0563"],[1332,1,"\u0564"],[1333,1,"\u0565"],[1334,1,"\u0566"],[1335,1,"\u0567"],[1336,1,"\u0568"],[1337,1,"\u0569"],[1338,1,"\u056a"],[1339,1,"\u056b"],[1340,1,"\u056c"],[1341,1,"\u056d"],[1342,1,"\u056e"],[1343,1,"\u056f"],[1344,1,"\u0570"],[1345,1,"\u0571"],[1346,1,"\u0572"],[1347,1,"\u0573"],[1348,1,"\u0574"],[1349,1,"\u0575"],[1350,1,"\u0576"],[1351,1,"\u0577"],[1352,1,"\u0578"],[1353,1,"\u0579"],[1354,1,"\u057a"],[1355,1,"\u057b"],[1356,1,"\u057c"],[1357,1,"\u057d"],[1358,1,"\u057e"],[1359,1,"\u057f"],[1360,1,"\u0580"],[1361,1,"\u0581"],[1362,1,"\u0582"],[1363,1,"\u0583"],[1364,1,"\u0584"],[1365,1,"\u0585"],[1366,1,"\u0586"],[[1367,1368],3],[1369,2],[[1370,1375],2],[1376,2],[[1377,1414],2],[1415,1,"\u0565\u0582"],[1416,2],[1417,2],[1418,2],[[1419,1420],3],[[1421,1422],2],[1423,2],[1424,3],[[1425,1441],2],[1442,2],[[1443,1455],2],[[1456,1465],2],[1466,2],[[1467,1469],2],[1470,2],[1471,2],[1472,2],[[1473,1474],2],[1475,2],[1476,2],[1477,2],[1478,2],[1479,2],[[1480,1487],3],[[1488,1514],2],[[1515,1518],3],[1519,2],[[1520,1524],2],[[1525,1535],3],[[1536,1539],3],[1540,3],[1541,3],[[1542,1546],2],[1547,2],[1548,2],[[1549,1551],2],[[1552,1557],2],[[1558,1562],2],[1563,2],[1564,3],[1565,2],[1566,2],[1567,2],[1568,2],[[1569,1594],2],[[1595,1599],2],[1600,2],[[1601,1618],2],[[1619,1621],2],[[1622,1624],2],[[1625,1630],2],[1631,2],[[1632,1641],2],[[1642,1645],2],[[1646,1647],2],[[1648,1652],2],[1653,1,"\u0627\u0674"],[1654,1,"\u0648\u0674"],[1655,1,"\u06c7\u0674"],[1656,1,"\u064a\u0674"],[[1657,1719],2],[[1720,1721],2],[[1722,1726],2],[1727,2],[[1728,1742],2],[1743,2],[[1744,1747],2],[1748,2],[[1749,1756],2],[1757,3],[1758,2],[[1759,1768],2],[1769,2],[[1770,1773],2],[[1774,1775],2],[[1776,1785],2],[[1786,1790],2],[1791,2],[[1792,1805],2],[1806,3],[1807,3],[[1808,1836],2],[[1837,1839],2],[[1840,1866],2],[[1867,1868],3],[[1869,1871],2],[[1872,1901],2],[[1902,1919],2],[[1920,1968],2],[1969,2],[[1970,1983],3],[[1984,2037],2],[[2038,2042],2],[[2043,2044],3],[2045,2],[[2046,2047],2],[[2048,2093],2],[[2094,2095],3],[[2096,2110],2],[2111,3],[[2112,2139],2],[[2140,2141],3],[2142,2],[2143,3],[[2144,2154],2],[[2155,2159],3],[[2160,2183],2],[2184,2],[[2185,2190],2],[2191,3],[[2192,2193],3],[[2194,2198],3],[2199,2],[[2200,2207],2],[2208,2],[2209,2],[[2210,2220],2],[[2221,2226],2],[[2227,2228],2],[2229,2],[[2230,2237],2],[[2238,2247],2],[[2248,2258],2],[2259,2],[[2260,2273],2],[2274,3],[2275,2],[[2276,2302],2],[2303,2],[2304,2],[[2305,2307],2],[2308,2],[[2309,2361],2],[[2362,2363],2],[[2364,2381],2],[2382,2],[2383,2],[[2384,2388],2],[2389,2],[[2390,2391],2],[2392,1,"\u0915\u093c"],[2393,1,"\u0916\u093c"],[2394,1,"\u0917\u093c"],[2395,1,"\u091c\u093c"],[2396,1,"\u0921\u093c"],[2397,1,"\u0922\u093c"],[2398,1,"\u092b\u093c"],[2399,1,"\u092f\u093c"],[[2400,2403],2],[[2404,2405],2],[[2406,2415],2],[2416,2],[[2417,2418],2],[[2419,2423],2],[2424,2],[[2425,2426],2],[[2427,2428],2],[2429,2],[[2430,2431],2],[2432,2],[[2433,2435],2],[2436,3],[[2437,2444],2],[[2445,2446],3],[[2447,2448],2],[[2449,2450],3],[[2451,2472],2],[2473,3],[[2474,2480],2],[2481,3],[2482,2],[[2483,2485],3],[[2486,2489],2],[[2490,2491],3],[2492,2],[2493,2],[[2494,2500],2],[[2501,2502],3],[[2503,2504],2],[[2505,2506],3],[[2507,2509],2],[2510,2],[[2511,2518],3],[2519,2],[[2520,2523],3],[2524,1,"\u09a1\u09bc"],[2525,1,"\u09a2\u09bc"],[2526,3],[2527,1,"\u09af\u09bc"],[[2528,2531],2],[[2532,2533],3],[[2534,2545],2],[[2546,2554],2],[2555,2],[2556,2],[2557,2],[2558,2],[[2559,2560],3],[2561,2],[2562,2],[2563,2],[2564,3],[[2565,2570],2],[[2571,2574],3],[[2575,2576],2],[[2577,2578],3],[[2579,2600],2],[2601,3],[[2602,2608],2],[2609,3],[2610,2],[2611,1,"\u0a32\u0a3c"],[2612,3],[2613,2],[2614,1,"\u0a38\u0a3c"],[2615,3],[[2616,2617],2],[[2618,2619],3],[2620,2],[2621,3],[[2622,2626],2],[[2627,2630],3],[[2631,2632],2],[[2633,2634],3],[[2635,2637],2],[[2638,2640],3],[2641,2],[[2642,2648],3],[2649,1,"\u0a16\u0a3c"],[2650,1,"\u0a17\u0a3c"],[2651,1,"\u0a1c\u0a3c"],[2652,2],[2653,3],[2654,1,"\u0a2b\u0a3c"],[[2655,2661],3],[[2662,2676],2],[2677,2],[2678,2],[[2679,2688],3],[[2689,2691],2],[2692,3],[[2693,2699],2],[2700,2],[2701,2],[2702,3],[[2703,2705],2],[2706,3],[[2707,2728],2],[2729,3],[[2730,2736],2],[2737,3],[[2738,2739],2],[2740,3],[[2741,2745],2],[[2746,2747],3],[[2748,2757],2],[2758,3],[[2759,2761],2],[2762,3],[[2763,2765],2],[[2766,2767],3],[2768,2],[[2769,2783],3],[2784,2],[[2785,2787],2],[[2788,2789],3],[[2790,2799],2],[2800,2],[2801,2],[[2802,2808],3],[2809,2],[[2810,2815],2],[2816,3],[[2817,2819],2],[2820,3],[[2821,2828],2],[[2829,2830],3],[[2831,2832],2],[[2833,2834],3],[[2835,2856],2],[2857,3],[[2858,2864],2],[2865,3],[[2866,2867],2],[2868,3],[2869,2],[[2870,2873],2],[[2874,2875],3],[[2876,2883],2],[2884,2],[[2885,2886],3],[[2887,2888],2],[[2889,2890],3],[[2891,2893],2],[[2894,2900],3],[2901,2],[[2902,2903],2],[[2904,2907],3],[2908,1,"\u0b21\u0b3c"],[2909,1,"\u0b22\u0b3c"],[2910,3],[[2911,2913],2],[[2914,2915],2],[[2916,2917],3],[[2918,2927],2],[2928,2],[2929,2],[[2930,2935],2],[[2936,2945],3],[[2946,2947],2],[2948,3],[[2949,2954],2],[[2955,2957],3],[[2958,2960],2],[2961,3],[[2962,2965],2],[[2966,2968],3],[[2969,2970],2],[2971,3],[2972,2],[2973,3],[[2974,2975],2],[[2976,2978],3],[[2979,2980],2],[[2981,2983],3],[[2984,2986],2],[[2987,2989],3],[[2990,2997],2],[2998,2],[[2999,3001],2],[[3002,3005],3],[[3006,3010],2],[[3011,3013],3],[[3014,3016],2],[3017,3],[[3018,3021],2],[[3022,3023],3],[3024,2],[[3025,3030],3],[3031,2],[[3032,3045],3],[3046,2],[[3047,3055],2],[[3056,3058],2],[[3059,3066],2],[[3067,3071],3],[3072,2],[[3073,3075],2],[3076,2],[[3077,3084],2],[3085,3],[[3086,3088],2],[3089,3],[[3090,3112],2],[3113,3],[[3114,3123],2],[3124,2],[[3125,3129],2],[[3130,3131],3],[3132,2],[3133,2],[[3134,3140],2],[3141,3],[[3142,3144],2],[3145,3],[[3146,3149],2],[[3150,3156],3],[[3157,3158],2],[3159,3],[[3160,3161],2],[3162,2],[[3163,3164],3],[3165,2],[[3166,3167],3],[[3168,3169],2],[[3170,3171],2],[[3172,3173],3],[[3174,3183],2],[[3184,3190],3],[3191,2],[[3192,3199],2],[3200,2],[3201,2],[[3202,3203],2],[3204,2],[[3205,3212],2],[3213,3],[[3214,3216],2],[3217,3],[[3218,3240],2],[3241,3],[[3242,3251],2],[3252,3],[[3253,3257],2],[[3258,3259],3],[[3260,3261],2],[[3262,3268],2],[3269,3],[[3270,3272],2],[3273,3],[[3274,3277],2],[[3278,3284],3],[[3285,3286],2],[[3287,3292],3],[3293,2],[3294,2],[3295,3],[[3296,3297],2],[[3298,3299],2],[[3300,3301],3],[[3302,3311],2],[3312,3],[[3313,3314],2],[3315,2],[[3316,3327],3],[3328,2],[3329,2],[[3330,3331],2],[3332,2],[[3333,3340],2],[3341,3],[[3342,3344],2],[3345,3],[[3346,3368],2],[3369,2],[[3370,3385],2],[3386,2],[[3387,3388],2],[3389,2],[[3390,3395],2],[3396,2],[3397,3],[[3398,3400],2],[3401,3],[[3402,3405],2],[3406,2],[3407,2],[[3408,3411],3],[[3412,3414],2],[3415,2],[[3416,3422],2],[3423,2],[[3424,3425],2],[[3426,3427],2],[[3428,3429],3],[[3430,3439],2],[[3440,3445],2],[[3446,3448],2],[3449,2],[[3450,3455],2],[3456,3],[3457,2],[[3458,3459],2],[3460,3],[[3461,3478],2],[[3479,3481],3],[[3482,3505],2],[3506,3],[[3507,3515],2],[3516,3],[3517,2],[[3518,3519],3],[[3520,3526],2],[[3527,3529],3],[3530,2],[[3531,3534],3],[[3535,3540],2],[3541,3],[3542,2],[3543,3],[[3544,3551],2],[[3552,3557],3],[[3558,3567],2],[[3568,3569],3],[[3570,3571],2],[3572,2],[[3573,3584],3],[[3585,3634],2],[3635,1,"\u0e4d\u0e32"],[[3636,3642],2],[[3643,3646],3],[3647,2],[[3648,3662],2],[3663,2],[[3664,3673],2],[[3674,3675],2],[[3676,3712],3],[[3713,3714],2],[3715,3],[3716,2],[3717,3],[3718,2],[[3719,3720],2],[3721,2],[3722,2],[3723,3],[3724,2],[3725,2],[[3726,3731],2],[[3732,3735],2],[3736,2],[[3737,3743],2],[3744,2],[[3745,3747],2],[3748,3],[3749,2],[3750,3],[3751,2],[[3752,3753],2],[[3754,3755],2],[3756,2],[[3757,3762],2],[3763,1,"\u0ecd\u0eb2"],[[3764,3769],2],[3770,2],[[3771,3773],2],[[3774,3775],3],[[3776,3780],2],[3781,3],[3782,2],[3783,3],[[3784,3789],2],[3790,2],[3791,3],[[3792,3801],2],[[3802,3803],3],[3804,1,"\u0eab\u0e99"],[3805,1,"\u0eab\u0ea1"],[[3806,3807],2],[[3808,3839],3],[3840,2],[[3841,3850],2],[3851,2],[3852,1,"\u0f0b"],[[3853,3863],2],[[3864,3865],2],[[3866,3871],2],[[3872,3881],2],[[3882,3892],2],[3893,2],[3894,2],[3895,2],[3896,2],[3897,2],[[3898,3901],2],[[3902,3906],2],[3907,1,"\u0f42\u0fb7"],[[3908,3911],2],[3912,3],[[3913,3916],2],[3917,1,"\u0f4c\u0fb7"],[[3918,3921],2],[3922,1,"\u0f51\u0fb7"],[[3923,3926],2],[3927,1,"\u0f56\u0fb7"],[[3928,3931],2],[3932,1,"\u0f5b\u0fb7"],[[3933,3944],2],[3945,1,"\u0f40\u0fb5"],[3946,2],[[3947,3948],2],[[3949,3952],3],[[3953,3954],2],[3955,1,"\u0f71\u0f72"],[3956,2],[3957,1,"\u0f71\u0f74"],[3958,1,"\u0fb2\u0f80"],[3959,1,"\u0fb2\u0f71\u0f80"],[3960,1,"\u0fb3\u0f80"],[3961,1,"\u0fb3\u0f71\u0f80"],[[3962,3968],2],[3969,1,"\u0f71\u0f80"],[[3970,3972],2],[3973,2],[[3974,3979],2],[[3980,3983],2],[[3984,3986],2],[3987,1,"\u0f92\u0fb7"],[[3988,3989],2],[3990,2],[3991,2],[3992,3],[[3993,3996],2],[3997,1,"\u0f9c\u0fb7"],[[3998,4001],2],[4002,1,"\u0fa1\u0fb7"],[[4003,4006],2],[4007,1,"\u0fa6\u0fb7"],[[4008,4011],2],[4012,1,"\u0fab\u0fb7"],[4013,2],[[4014,4016],2],[[4017,4023],2],[4024,2],[4025,1,"\u0f90\u0fb5"],[[4026,4028],2],[4029,3],[[4030,4037],2],[4038,2],[[4039,4044],2],[4045,3],[4046,2],[4047,2],[[4048,4049],2],[[4050,4052],2],[[4053,4056],2],[[4057,4058],2],[[4059,4095],3],[[4096,4129],2],[4130,2],[[4131,4135],2],[4136,2],[[4137,4138],2],[4139,2],[[4140,4146],2],[[4147,4149],2],[[4150,4153],2],[[4154,4159],2],[[4160,4169],2],[[4170,4175],2],[[4176,4185],2],[[4186,4249],2],[[4250,4253],2],[[4254,4255],2],[4256,1,"\u2d00"],[4257,1,"\u2d01"],[4258,1,"\u2d02"],[4259,1,"\u2d03"],[4260,1,"\u2d04"],[4261,1,"\u2d05"],[4262,1,"\u2d06"],[4263,1,"\u2d07"],[4264,1,"\u2d08"],[4265,1,"\u2d09"],[4266,1,"\u2d0a"],[4267,1,"\u2d0b"],[4268,1,"\u2d0c"],[4269,1,"\u2d0d"],[4270,1,"\u2d0e"],[4271,1,"\u2d0f"],[4272,1,"\u2d10"],[4273,1,"\u2d11"],[4274,1,"\u2d12"],[4275,1,"\u2d13"],[4276,1,"\u2d14"],[4277,1,"\u2d15"],[4278,1,"\u2d16"],[4279,1,"\u2d17"],[4280,1,"\u2d18"],[4281,1,"\u2d19"],[4282,1,"\u2d1a"],[4283,1,"\u2d1b"],[4284,1,"\u2d1c"],[4285,1,"\u2d1d"],[4286,1,"\u2d1e"],[4287,1,"\u2d1f"],[4288,1,"\u2d20"],[4289,1,"\u2d21"],[4290,1,"\u2d22"],[4291,1,"\u2d23"],[4292,1,"\u2d24"],[4293,1,"\u2d25"],[4294,3],[4295,1,"\u2d27"],[[4296,4300],3],[4301,1,"\u2d2d"],[[4302,4303],3],[[4304,4342],2],[[4343,4344],2],[[4345,4346],2],[4347,2],[4348,1,"\u10dc"],[[4349,4351],2],[[4352,4441],2],[[4442,4446],2],[[4447,4448],7],[[4449,4514],2],[[4515,4519],2],[[4520,4601],2],[[4602,4607],2],[[4608,4614],2],[4615,2],[[4616,4678],2],[4679,2],[4680,2],[4681,3],[[4682,4685],2],[[4686,4687],3],[[4688,4694],2],[4695,3],[4696,2],[4697,3],[[4698,4701],2],[[4702,4703],3],[[4704,4742],2],[4743,2],[4744,2],[4745,3],[[4746,4749],2],[[4750,4751],3],[[4752,4782],2],[4783,2],[4784,2],[4785,3],[[4786,4789],2],[[4790,4791],3],[[4792,4798],2],[4799,3],[4800,2],[4801,3],[[4802,4805],2],[[4806,4807],3],[[4808,4814],2],[4815,2],[[4816,4822],2],[4823,3],[[4824,4846],2],[4847,2],[[4848,4878],2],[4879,2],[4880,2],[4881,3],[[4882,4885],2],[[4886,4887],3],[[4888,4894],2],[4895,2],[[4896,4934],2],[4935,2],[[4936,4954],2],[[4955,4956],3],[[4957,4958],2],[4959,2],[4960,2],[[4961,4988],2],[[4989,4991],3],[[4992,5007],2],[[5008,5017],2],[[5018,5023],3],[[5024,5108],2],[5109,2],[[5110,5111],3],[5112,1,"\u13f0"],[5113,1,"\u13f1"],[5114,1,"\u13f2"],[5115,1,"\u13f3"],[5116,1,"\u13f4"],[5117,1,"\u13f5"],[[5118,5119],3],[5120,2],[[5121,5740],2],[[5741,5742],2],[[5743,5750],2],[[5751,5759],2],[5760,3],[[5761,5786],2],[[5787,5788],2],[[5789,5791],3],[[5792,5866],2],[[5867,5872],2],[[5873,5880],2],[[5881,5887],3],[[5888,5900],2],[5901,2],[[5902,5908],2],[5909,2],[[5910,5918],3],[5919,2],[[5920,5940],2],[[5941,5942],2],[[5943,5951],3],[[5952,5971],2],[[5972,5983],3],[[5984,5996],2],[5997,3],[[5998,6000],2],[6001,3],[[6002,6003],2],[[6004,6015],3],[[6016,6067],2],[[6068,6069],7],[[6070,6099],2],[[6100,6102],2],[6103,2],[[6104,6107],2],[6108,2],[6109,2],[[6110,6111],3],[[6112,6121],2],[[6122,6127],3],[[6128,6137],2],[[6138,6143],3],[[6144,6154],2],[[6155,6158],7],[6159,7],[[6160,6169],2],[[6170,6175],3],[[6176,6263],2],[6264,2],[[6265,6271],3],[[6272,6313],2],[6314,2],[[6315,6319],3],[[6320,6389],2],[[6390,6399],3],[[6400,6428],2],[[6429,6430],2],[6431,3],[[6432,6443],2],[[6444,6447],3],[[6448,6459],2],[[6460,6463],3],[6464,2],[[6465,6467],3],[[6468,6469],2],[[6470,6509],2],[[6510,6511],3],[[6512,6516],2],[[6517,6527],3],[[6528,6569],2],[[6570,6571],2],[[6572,6575],3],[[6576,6601],2],[[6602,6607],3],[[6608,6617],2],[6618,2],[[6619,6621],3],[[6622,6623],2],[[6624,6655],2],[[6656,6683],2],[[6684,6685],3],[[6686,6687],2],[[6688,6750],2],[6751,3],[[6752,6780],2],[[6781,6782],3],[[6783,6793],2],[[6794,6799],3],[[6800,6809],2],[[6810,6815],3],[[6816,6822],2],[6823,2],[[6824,6829],2],[[6830,6831],3],[[6832,6845],2],[6846,2],[[6847,6848],2],[[6849,6862],2],[[6863,6911],3],[[6912,6987],2],[6988,2],[6989,3],[[6990,6991],2],[[6992,7001],2],[[7002,7018],2],[[7019,7027],2],[[7028,7036],2],[[7037,7038],2],[7039,2],[[7040,7082],2],[[7083,7085],2],[[7086,7097],2],[[7098,7103],2],[[7104,7155],2],[[7156,7163],3],[[7164,7167],2],[[7168,7223],2],[[7224,7226],3],[[7227,7231],2],[[7232,7241],2],[[7242,7244],3],[[7245,7293],2],[[7294,7295],2],[7296,1,"\u0432"],[7297,1,"\u0434"],[7298,1,"\u043e"],[7299,1,"\u0441"],[[7300,7301],1,"\u0442"],[7302,1,"\u044a"],[7303,1,"\u0463"],[7304,1,"\ua64b"],[7305,1,"\u1c8a"],[7306,2],[[7307,7311],3],[7312,1,"\u10d0"],[7313,1,"\u10d1"],[7314,1,"\u10d2"],[7315,1,"\u10d3"],[7316,1,"\u10d4"],[7317,1,"\u10d5"],[7318,1,"\u10d6"],[7319,1,"\u10d7"],[7320,1,"\u10d8"],[7321,1,"\u10d9"],[7322,1,"\u10da"],[7323,1,"\u10db"],[7324,1,"\u10dc"],[7325,1,"\u10dd"],[7326,1,"\u10de"],[7327,1,"\u10df"],[7328,1,"\u10e0"],[7329,1,"\u10e1"],[7330,1,"\u10e2"],[7331,1,"\u10e3"],[7332,1,"\u10e4"],[7333,1,"\u10e5"],[7334,1,"\u10e6"],[7335,1,"\u10e7"],[7336,1,"\u10e8"],[7337,1,"\u10e9"],[7338,1,"\u10ea"],[7339,1,"\u10eb"],[7340,1,"\u10ec"],[7341,1,"\u10ed"],[7342,1,"\u10ee"],[7343,1,"\u10ef"],[7344,1,"\u10f0"],[7345,1,"\u10f1"],[7346,1,"\u10f2"],[7347,1,"\u10f3"],[7348,1,"\u10f4"],[7349,1,"\u10f5"],[7350,1,"\u10f6"],[7351,1,"\u10f7"],[7352,1,"\u10f8"],[7353,1,"\u10f9"],[7354,1,"\u10fa"],[[7355,7356],3],[7357,1,"\u10fd"],[7358,1,"\u10fe"],[7359,1,"\u10ff"],[[7360,7367],2],[[7368,7375],3],[[7376,7378],2],[7379,2],[[7380,7410],2],[[7411,7414],2],[7415,2],[[7416,7417],2],[7418,2],[[7419,7423],3],[[7424,7467],2],[7468,1,"a"],[7469,1,"\u00e6"],[7470,1,"b"],[7471,2],[7472,1,"d"],[7473,1,"e"],[7474,1,"\u01dd"],[7475,1,"g"],[7476,1,"h"],[7477,1,"i"],[7478,1,"j"],[7479,1,"k"],[7480,1,"l"],[7481,1,"m"],[7482,1,"n"],[7483,2],[7484,1,"o"],[7485,1,"\u0223"],[7486,1,"p"],[7487,1,"r"],[7488,1,"t"],[7489,1,"u"],[7490,1,"w"],[7491,1,"a"],[7492,1,"\u0250"],[7493,1,"\u0251"],[7494,1,"\u1d02"],[7495,1,"b"],[7496,1,"d"],[7497,1,"e"],[7498,1,"\u0259"],[7499,1,"\u025b"],[7500,1,"\u025c"],[7501,1,"g"],[7502,2],[7503,1,"k"],[7504,1,"m"],[7505,1,"\u014b"],[7506,1,"o"],[7507,1,"\u0254"],[7508,1,"\u1d16"],[7509,1,"\u1d17"],[7510,1,"p"],[7511,1,"t"],[7512,1,"u"],[7513,1,"\u1d1d"],[7514,1,"\u026f"],[7515,1,"v"],[7516,1,"\u1d25"],[7517,1,"\u03b2"],[7518,1,"\u03b3"],[7519,1,"\u03b4"],[7520,1,"\u03c6"],[7521,1,"\u03c7"],[7522,1,"i"],[7523,1,"r"],[7524,1,"u"],[7525,1,"v"],[7526,1,"\u03b2"],[7527,1,"\u03b3"],[7528,1,"\u03c1"],[7529,1,"\u03c6"],[7530,1,"\u03c7"],[7531,2],[[7532,7543],2],[7544,1,"\u043d"],[[7545,7578],2],[7579,1,"\u0252"],[7580,1,"c"],[7581,1,"\u0255"],[7582,1,"\u00f0"],[7583,1,"\u025c"],[7584,1,"f"],[7585,1,"\u025f"],[7586,1,"\u0261"],[7587,1,"\u0265"],[7588,1,"\u0268"],[7589,1,"\u0269"],[7590,1,"\u026a"],[7591,1,"\u1d7b"],[7592,1,"\u029d"],[7593,1,"\u026d"],[7594,1,"\u1d85"],[7595,1,"\u029f"],[7596,1,"\u0271"],[7597,1,"\u0270"],[7598,1,"\u0272"],[7599,1,"\u0273"],[7600,1,"\u0274"],[7601,1,"\u0275"],[7602,1,"\u0278"],[7603,1,"\u0282"],[7604,1,"\u0283"],[7605,1,"\u01ab"],[7606,1,"\u0289"],[7607,1,"\u028a"],[7608,1,"\u1d1c"],[7609,1,"\u028b"],[7610,1,"\u028c"],[7611,1,"z"],[7612,1,"\u0290"],[7613,1,"\u0291"],[7614,1,"\u0292"],[7615,1,"\u03b8"],[[7616,7619],2],[[7620,7626],2],[[7627,7654],2],[[7655,7669],2],[[7670,7673],2],[7674,2],[7675,2],[7676,2],[7677,2],[[7678,7679],2],[7680,1,"\u1e01"],[7681,2],[7682,1,"\u1e03"],[7683,2],[7684,1,"\u1e05"],[7685,2],[7686,1,"\u1e07"],[7687,2],[7688,1,"\u1e09"],[7689,2],[7690,1,"\u1e0b"],[7691,2],[7692,1,"\u1e0d"],[7693,2],[7694,1,"\u1e0f"],[7695,2],[7696,1,"\u1e11"],[7697,2],[7698,1,"\u1e13"],[7699,2],[7700,1,"\u1e15"],[7701,2],[7702,1,"\u1e17"],[7703,2],[7704,1,"\u1e19"],[7705,2],[7706,1,"\u1e1b"],[7707,2],[7708,1,"\u1e1d"],[7709,2],[7710,1,"\u1e1f"],[7711,2],[7712,1,"\u1e21"],[7713,2],[7714,1,"\u1e23"],[7715,2],[7716,1,"\u1e25"],[7717,2],[7718,1,"\u1e27"],[7719,2],[7720,1,"\u1e29"],[7721,2],[7722,1,"\u1e2b"],[7723,2],[7724,1,"\u1e2d"],[7725,2],[7726,1,"\u1e2f"],[7727,2],[7728,1,"\u1e31"],[7729,2],[7730,1,"\u1e33"],[7731,2],[7732,1,"\u1e35"],[7733,2],[7734,1,"\u1e37"],[7735,2],[7736,1,"\u1e39"],[7737,2],[7738,1,"\u1e3b"],[7739,2],[7740,1,"\u1e3d"],[7741,2],[7742,1,"\u1e3f"],[7743,2],[7744,1,"\u1e41"],[7745,2],[7746,1,"\u1e43"],[7747,2],[7748,1,"\u1e45"],[7749,2],[7750,1,"\u1e47"],[7751,2],[7752,1,"\u1e49"],[7753,2],[7754,1,"\u1e4b"],[7755,2],[7756,1,"\u1e4d"],[7757,2],[7758,1,"\u1e4f"],[7759,2],[7760,1,"\u1e51"],[7761,2],[7762,1,"\u1e53"],[7763,2],[7764,1,"\u1e55"],[7765,2],[7766,1,"\u1e57"],[7767,2],[7768,1,"\u1e59"],[7769,2],[7770,1,"\u1e5b"],[7771,2],[7772,1,"\u1e5d"],[7773,2],[7774,1,"\u1e5f"],[7775,2],[7776,1,"\u1e61"],[7777,2],[7778,1,"\u1e63"],[7779,2],[7780,1,"\u1e65"],[7781,2],[7782,1,"\u1e67"],[7783,2],[7784,1,"\u1e69"],[7785,2],[7786,1,"\u1e6b"],[7787,2],[7788,1,"\u1e6d"],[7789,2],[7790,1,"\u1e6f"],[7791,2],[7792,1,"\u1e71"],[7793,2],[7794,1,"\u1e73"],[7795,2],[7796,1,"\u1e75"],[7797,2],[7798,1,"\u1e77"],[7799,2],[7800,1,"\u1e79"],[7801,2],[7802,1,"\u1e7b"],[7803,2],[7804,1,"\u1e7d"],[7805,2],[7806,1,"\u1e7f"],[7807,2],[7808,1,"\u1e81"],[7809,2],[7810,1,"\u1e83"],[7811,2],[7812,1,"\u1e85"],[7813,2],[7814,1,"\u1e87"],[7815,2],[7816,1,"\u1e89"],[7817,2],[7818,1,"\u1e8b"],[7819,2],[7820,1,"\u1e8d"],[7821,2],[7822,1,"\u1e8f"],[7823,2],[7824,1,"\u1e91"],[7825,2],[7826,1,"\u1e93"],[7827,2],[7828,1,"\u1e95"],[[7829,7833],2],[7834,1,"a\u02be"],[7835,1,"\u1e61"],[[7836,7837],2],[7838,1,"\u00df"],[7839,2],[7840,1,"\u1ea1"],[7841,2],[7842,1,"\u1ea3"],[7843,2],[7844,1,"\u1ea5"],[7845,2],[7846,1,"\u1ea7"],[7847,2],[7848,1,"\u1ea9"],[7849,2],[7850,1,"\u1eab"],[7851,2],[7852,1,"\u1ead"],[7853,2],[7854,1,"\u1eaf"],[7855,2],[7856,1,"\u1eb1"],[7857,2],[7858,1,"\u1eb3"],[7859,2],[7860,1,"\u1eb5"],[7861,2],[7862,1,"\u1eb7"],[7863,2],[7864,1,"\u1eb9"],[7865,2],[7866,1,"\u1ebb"],[7867,2],[7868,1,"\u1ebd"],[7869,2],[7870,1,"\u1ebf"],[7871,2],[7872,1,"\u1ec1"],[7873,2],[7874,1,"\u1ec3"],[7875,2],[7876,1,"\u1ec5"],[7877,2],[7878,1,"\u1ec7"],[7879,2],[7880,1,"\u1ec9"],[7881,2],[7882,1,"\u1ecb"],[7883,2],[7884,1,"\u1ecd"],[7885,2],[7886,1,"\u1ecf"],[7887,2],[7888,1,"\u1ed1"],[7889,2],[7890,1,"\u1ed3"],[7891,2],[7892,1,"\u1ed5"],[7893,2],[7894,1,"\u1ed7"],[7895,2],[7896,1,"\u1ed9"],[7897,2],[7898,1,"\u1edb"],[7899,2],[7900,1,"\u1edd"],[7901,2],[7902,1,"\u1edf"],[7903,2],[7904,1,"\u1ee1"],[7905,2],[7906,1,"\u1ee3"],[7907,2],[7908,1,"\u1ee5"],[7909,2],[7910,1,"\u1ee7"],[7911,2],[7912,1,"\u1ee9"],[7913,2],[7914,1,"\u1eeb"],[7915,2],[7916,1,"\u1eed"],[7917,2],[7918,1,"\u1eef"],[7919,2],[7920,1,"\u1ef1"],[7921,2],[7922,1,"\u1ef3"],[7923,2],[7924,1,"\u1ef5"],[7925,2],[7926,1,"\u1ef7"],[7927,2],[7928,1,"\u1ef9"],[7929,2],[7930,1,"\u1efb"],[7931,2],[7932,1,"\u1efd"],[7933,2],[7934,1,"\u1eff"],[7935,2],[[7936,7943],2],[7944,1,"\u1f00"],[7945,1,"\u1f01"],[7946,1,"\u1f02"],[7947,1,"\u1f03"],[7948,1,"\u1f04"],[7949,1,"\u1f05"],[7950,1,"\u1f06"],[7951,1,"\u1f07"],[[7952,7957],2],[[7958,7959],3],[7960,1,"\u1f10"],[7961,1,"\u1f11"],[7962,1,"\u1f12"],[7963,1,"\u1f13"],[7964,1,"\u1f14"],[7965,1,"\u1f15"],[[7966,7967],3],[[7968,7975],2],[7976,1,"\u1f20"],[7977,1,"\u1f21"],[7978,1,"\u1f22"],[7979,1,"\u1f23"],[7980,1,"\u1f24"],[7981,1,"\u1f25"],[7982,1,"\u1f26"],[7983,1,"\u1f27"],[[7984,7991],2],[7992,1,"\u1f30"],[7993,1,"\u1f31"],[7994,1,"\u1f32"],[7995,1,"\u1f33"],[7996,1,"\u1f34"],[7997,1,"\u1f35"],[7998,1,"\u1f36"],[7999,1,"\u1f37"],[[8000,8005],2],[[8006,8007],3],[8008,1,"\u1f40"],[8009,1,"\u1f41"],[8010,1,"\u1f42"],[8011,1,"\u1f43"],[8012,1,"\u1f44"],[8013,1,"\u1f45"],[[8014,8015],3],[[8016,8023],2],[8024,3],[8025,1,"\u1f51"],[8026,3],[8027,1,"\u1f53"],[8028,3],[8029,1,"\u1f55"],[8030,3],[8031,1,"\u1f57"],[[8032,8039],2],[8040,1,"\u1f60"],[8041,1,"\u1f61"],[8042,1,"\u1f62"],[8043,1,"\u1f63"],[8044,1,"\u1f64"],[8045,1,"\u1f65"],[8046,1,"\u1f66"],[8047,1,"\u1f67"],[8048,2],[8049,1,"\u03ac"],[8050,2],[8051,1,"\u03ad"],[8052,2],[8053,1,"\u03ae"],[8054,2],[8055,1,"\u03af"],[8056,2],[8057,1,"\u03cc"],[8058,2],[8059,1,"\u03cd"],[8060,2],[8061,1,"\u03ce"],[[8062,8063],3],[8064,1,"\u1f00\u03b9"],[8065,1,"\u1f01\u03b9"],[8066,1,"\u1f02\u03b9"],[8067,1,"\u1f03\u03b9"],[8068,1,"\u1f04\u03b9"],[8069,1,"\u1f05\u03b9"],[8070,1,"\u1f06\u03b9"],[8071,1,"\u1f07\u03b9"],[8072,1,"\u1f00\u03b9"],[8073,1,"\u1f01\u03b9"],[8074,1,"\u1f02\u03b9"],[8075,1,"\u1f03\u03b9"],[8076,1,"\u1f04\u03b9"],[8077,1,"\u1f05\u03b9"],[8078,1,"\u1f06\u03b9"],[8079,1,"\u1f07\u03b9"],[8080,1,"\u1f20\u03b9"],[8081,1,"\u1f21\u03b9"],[8082,1,"\u1f22\u03b9"],[8083,1,"\u1f23\u03b9"],[8084,1,"\u1f24\u03b9"],[8085,1,"\u1f25\u03b9"],[8086,1,"\u1f26\u03b9"],[8087,1,"\u1f27\u03b9"],[8088,1,"\u1f20\u03b9"],[8089,1,"\u1f21\u03b9"],[8090,1,"\u1f22\u03b9"],[8091,1,"\u1f23\u03b9"],[8092,1,"\u1f24\u03b9"],[8093,1,"\u1f25\u03b9"],[8094,1,"\u1f26\u03b9"],[8095,1,"\u1f27\u03b9"],[8096,1,"\u1f60\u03b9"],[8097,1,"\u1f61\u03b9"],[8098,1,"\u1f62\u03b9"],[8099,1,"\u1f63\u03b9"],[8100,1,"\u1f64\u03b9"],[8101,1,"\u1f65\u03b9"],[8102,1,"\u1f66\u03b9"],[8103,1,"\u1f67\u03b9"],[8104,1,"\u1f60\u03b9"],[8105,1,"\u1f61\u03b9"],[8106,1,"\u1f62\u03b9"],[8107,1,"\u1f63\u03b9"],[8108,1,"\u1f64\u03b9"],[8109,1,"\u1f65\u03b9"],[8110,1,"\u1f66\u03b9"],[8111,1,"\u1f67\u03b9"],[[8112,8113],2],[8114,1,"\u1f70\u03b9"],[8115,1,"\u03b1\u03b9"],[8116,1,"\u03ac\u03b9"],[8117,3],[8118,2],[8119,1,"\u1fb6\u03b9"],[8120,1,"\u1fb0"],[8121,1,"\u1fb1"],[8122,1,"\u1f70"],[8123,1,"\u03ac"],[8124,1,"\u03b1\u03b9"],[8125,1," \u0313"],[8126,1,"\u03b9"],[8127,1," \u0313"],[8128,1," \u0342"],[8129,1," \u0308\u0342"],[8130,1,"\u1f74\u03b9"],[8131,1,"\u03b7\u03b9"],[8132,1,"\u03ae\u03b9"],[8133,3],[8134,2],[8135,1,"\u1fc6\u03b9"],[8136,1,"\u1f72"],[8137,1,"\u03ad"],[8138,1,"\u1f74"],[8139,1,"\u03ae"],[8140,1,"\u03b7\u03b9"],[8141,1," \u0313\u0300"],[8142,1," \u0313\u0301"],[8143,1," \u0313\u0342"],[[8144,8146],2],[8147,1,"\u0390"],[[8148,8149],3],[[8150,8151],2],[8152,1,"\u1fd0"],[8153,1,"\u1fd1"],[8154,1,"\u1f76"],[8155,1,"\u03af"],[8156,3],[8157,1," \u0314\u0300"],[8158,1," \u0314\u0301"],[8159,1," \u0314\u0342"],[[8160,8162],2],[8163,1,"\u03b0"],[[8164,8167],2],[8168,1,"\u1fe0"],[8169,1,"\u1fe1"],[8170,1,"\u1f7a"],[8171,1,"\u03cd"],[8172,1,"\u1fe5"],[8173,1," \u0308\u0300"],[8174,1," \u0308\u0301"],[8175,1,"`"],[[8176,8177],3],[8178,1,"\u1f7c\u03b9"],[8179,1,"\u03c9\u03b9"],[8180,1,"\u03ce\u03b9"],[8181,3],[8182,2],[8183,1,"\u1ff6\u03b9"],[8184,1,"\u1f78"],[8185,1,"\u03cc"],[8186,1,"\u1f7c"],[8187,1,"\u03ce"],[8188,1,"\u03c9\u03b9"],[8189,1," \u0301"],[8190,1," \u0314"],[8191,3],[[8192,8202],1," "],[8203,7],[[8204,8205],6,""],[[8206,8207],3],[8208,2],[8209,1,"\u2010"],[[8210,8214],2],[8215,1," \u0333"],[[8216,8227],2],[[8228,8230],3],[8231,2],[[8232,8238],3],[8239,1," "],[[8240,8242],2],[8243,1,"\u2032\u2032"],[8244,1,"\u2032\u2032\u2032"],[8245,2],[8246,1,"\u2035\u2035"],[8247,1,"\u2035\u2035\u2035"],[[8248,8251],2],[8252,1,"!!"],[8253,2],[8254,1," \u0305"],[[8255,8262],2],[8263,1,"??"],[8264,1,"?!"],[8265,1,"!?"],[[8266,8269],2],[[8270,8274],2],[[8275,8276],2],[[8277,8278],2],[8279,1,"\u2032\u2032\u2032\u2032"],[[8280,8286],2],[8287,1," "],[[8288,8291],7],[8292,7],[8293,3],[[8294,8297],3],[[8298,8303],7],[8304,1,"0"],[8305,1,"i"],[[8306,8307],3],[8308,1,"4"],[8309,1,"5"],[8310,1,"6"],[8311,1,"7"],[8312,1,"8"],[8313,1,"9"],[8314,1,"+"],[8315,1,"\u2212"],[8316,1,"="],[8317,1,"("],[8318,1,")"],[8319,1,"n"],[8320,1,"0"],[8321,1,"1"],[8322,1,"2"],[8323,1,"3"],[8324,1,"4"],[8325,1,"5"],[8326,1,"6"],[8327,1,"7"],[8328,1,"8"],[8329,1,"9"],[8330,1,"+"],[8331,1,"\u2212"],[8332,1,"="],[8333,1,"("],[8334,1,")"],[8335,3],[8336,1,"a"],[8337,1,"e"],[8338,1,"o"],[8339,1,"x"],[8340,1,"\u0259"],[8341,1,"h"],[8342,1,"k"],[8343,1,"l"],[8344,1,"m"],[8345,1,"n"],[8346,1,"p"],[8347,1,"s"],[8348,1,"t"],[[8349,8351],3],[[8352,8359],2],[8360,1,"rs"],[[8361,8362],2],[8363,2],[8364,2],[[8365,8367],2],[[8368,8369],2],[[8370,8373],2],[[8374,8376],2],[8377,2],[8378,2],[[8379,8381],2],[8382,2],[8383,2],[8384,2],[[8385,8399],3],[[8400,8417],2],[[8418,8419],2],[[8420,8426],2],[8427,2],[[8428,8431],2],[8432,2],[[8433,8447],3],[8448,1,"a/c"],[8449,1,"a/s"],[8450,1,"c"],[8451,1,"\u00b0c"],[8452,2],[8453,1,"c/o"],[8454,1,"c/u"],[8455,1,"\u025b"],[8456,2],[8457,1,"\u00b0f"],[8458,1,"g"],[[8459,8462],1,"h"],[8463,1,"\u0127"],[[8464,8465],1,"i"],[[8466,8467],1,"l"],[8468,2],[8469,1,"n"],[8470,1,"no"],[[8471,8472],2],[8473,1,"p"],[8474,1,"q"],[[8475,8477],1,"r"],[[8478,8479],2],[8480,1,"sm"],[8481,1,"tel"],[8482,1,"tm"],[8483,2],[8484,1,"z"],[8485,2],[8486,1,"\u03c9"],[8487,2],[8488,1,"z"],[8489,2],[8490,1,"k"],[8491,1,"\u00e5"],[8492,1,"b"],[8493,1,"c"],[8494,2],[[8495,8496],1,"e"],[8497,1,"f"],[8498,1,"\u214e"],[8499,1,"m"],[8500,1,"o"],[8501,1,"\u05d0"],[8502,1,"\u05d1"],[8503,1,"\u05d2"],[8504,1,"\u05d3"],[8505,1,"i"],[8506,2],[8507,1,"fax"],[8508,1,"\u03c0"],[[8509,8510],1,"\u03b3"],[8511,1,"\u03c0"],[8512,1,"\u2211"],[[8513,8516],2],[[8517,8518],1,"d"],[8519,1,"e"],[8520,1,"i"],[8521,1,"j"],[[8522,8523],2],[8524,2],[8525,2],[8526,2],[8527,2],[8528,1,"1\u20447"],[8529,1,"1\u20449"],[8530,1,"1\u204410"],[8531,1,"1\u20443"],[8532,1,"2\u20443"],[8533,1,"1\u20445"],[8534,1,"2\u20445"],[8535,1,"3\u20445"],[8536,1,"4\u20445"],[8537,1,"1\u20446"],[8538,1,"5\u20446"],[8539,1,"1\u20448"],[8540,1,"3\u20448"],[8541,1,"5\u20448"],[8542,1,"7\u20448"],[8543,1,"1\u2044"],[8544,1,"i"],[8545,1,"ii"],[8546,1,"iii"],[8547,1,"iv"],[8548,1,"v"],[8549,1,"vi"],[8550,1,"vii"],[8551,1,"viii"],[8552,1,"ix"],[8553,1,"x"],[8554,1,"xi"],[8555,1,"xii"],[8556,1,"l"],[8557,1,"c"],[8558,1,"d"],[8559,1,"m"],[8560,1,"i"],[8561,1,"ii"],[8562,1,"iii"],[8563,1,"iv"],[8564,1,"v"],[8565,1,"vi"],[8566,1,"vii"],[8567,1,"viii"],[8568,1,"ix"],[8569,1,"x"],[8570,1,"xi"],[8571,1,"xii"],[8572,1,"l"],[8573,1,"c"],[8574,1,"d"],[8575,1,"m"],[[8576,8578],2],[8579,1,"\u2184"],[8580,2],[[8581,8584],2],[8585,1,"0\u20443"],[[8586,8587],2],[[8588,8591],3],[[8592,8682],2],[[8683,8691],2],[[8692,8703],2],[[8704,8747],2],[8748,1,"\u222b\u222b"],[8749,1,"\u222b\u222b\u222b"],[8750,2],[8751,1,"\u222e\u222e"],[8752,1,"\u222e\u222e\u222e"],[[8753,8945],2],[[8946,8959],2],[8960,2],[8961,2],[[8962,9000],2],[9001,1,"\u3008"],[9002,1,"\u3009"],[[9003,9082],2],[9083,2],[9084,2],[[9085,9114],2],[[9115,9166],2],[[9167,9168],2],[[9169,9179],2],[[9180,9191],2],[9192,2],[[9193,9203],2],[[9204,9210],2],[[9211,9214],2],[9215,2],[[9216,9252],2],[[9253,9254],2],[[9255,9257],2],[[9258,9279],3],[[9280,9290],2],[[9291,9311],3],[9312,1,"1"],[9313,1,"2"],[9314,1,"3"],[9315,1,"4"],[9316,1,"5"],[9317,1,"6"],[9318,1,"7"],[9319,1,"8"],[9320,1,"9"],[9321,1,"10"],[9322,1,"11"],[9323,1,"12"],[9324,1,"13"],[9325,1,"14"],[9326,1,"15"],[9327,1,"16"],[9328,1,"17"],[9329,1,"18"],[9330,1,"19"],[9331,1,"20"],[9332,1,"(1)"],[9333,1,"(2)"],[9334,1,"(3)"],[9335,1,"(4)"],[9336,1,"(5)"],[9337,1,"(6)"],[9338,1,"(7)"],[9339,1,"(8)"],[9340,1,"(9)"],[9341,1,"(10)"],[9342,1,"(11)"],[9343,1,"(12)"],[9344,1,"(13)"],[9345,1,"(14)"],[9346,1,"(15)"],[9347,1,"(16)"],[9348,1,"(17)"],[9349,1,"(18)"],[9350,1,"(19)"],[9351,1,"(20)"],[[9352,9371],3],[9372,1,"(a)"],[9373,1,"(b)"],[9374,1,"(c)"],[9375,1,"(d)"],[9376,1,"(e)"],[9377,1,"(f)"],[9378,1,"(g)"],[9379,1,"(h)"],[9380,1,"(i)"],[9381,1,"(j)"],[9382,1,"(k)"],[9383,1,"(l)"],[9384,1,"(m)"],[9385,1,"(n)"],[9386,1,"(o)"],[9387,1,"(p)"],[9388,1,"(q)"],[9389,1,"(r)"],[9390,1,"(s)"],[9391,1,"(t)"],[9392,1,"(u)"],[9393,1,"(v)"],[9394,1,"(w)"],[9395,1,"(x)"],[9396,1,"(y)"],[9397,1,"(z)"],[9398,1,"a"],[9399,1,"b"],[9400,1,"c"],[9401,1,"d"],[9402,1,"e"],[9403,1,"f"],[9404,1,"g"],[9405,1,"h"],[9406,1,"i"],[9407,1,"j"],[9408,1,"k"],[9409,1,"l"],[9410,1,"m"],[9411,1,"n"],[9412,1,"o"],[9413,1,"p"],[9414,1,"q"],[9415,1,"r"],[9416,1,"s"],[9417,1,"t"],[9418,1,"u"],[9419,1,"v"],[9420,1,"w"],[9421,1,"x"],[9422,1,"y"],[9423,1,"z"],[9424,1,"a"],[9425,1,"b"],[9426,1,"c"],[9427,1,"d"],[9428,1,"e"],[9429,1,"f"],[9430,1,"g"],[9431,1,"h"],[9432,1,"i"],[9433,1,"j"],[9434,1,"k"],[9435,1,"l"],[9436,1,"m"],[9437,1,"n"],[9438,1,"o"],[9439,1,"p"],[9440,1,"q"],[9441,1,"r"],[9442,1,"s"],[9443,1,"t"],[9444,1,"u"],[9445,1,"v"],[9446,1,"w"],[9447,1,"x"],[9448,1,"y"],[9449,1,"z"],[9450,1,"0"],[[9451,9470],2],[9471,2],[[9472,9621],2],[[9622,9631],2],[[9632,9711],2],[[9712,9719],2],[[9720,9727],2],[[9728,9747],2],[[9748,9749],2],[[9750,9751],2],[9752,2],[9753,2],[[9754,9839],2],[[9840,9841],2],[[9842,9853],2],[[9854,9855],2],[[9856,9865],2],[[9866,9873],2],[[9874,9884],2],[9885,2],[[9886,9887],2],[[9888,9889],2],[[9890,9905],2],[9906,2],[[9907,9916],2],[[9917,9919],2],[[9920,9923],2],[[9924,9933],2],[9934,2],[[9935,9953],2],[9954,2],[9955,2],[[9956,9959],2],[[9960,9983],2],[9984,2],[[9985,9988],2],[9989,2],[[9990,9993],2],[[9994,9995],2],[[9996,10023],2],[10024,2],[[10025,10059],2],[10060,2],[10061,2],[10062,2],[[10063,10066],2],[[10067,10069],2],[10070,2],[10071,2],[[10072,10078],2],[[10079,10080],2],[[10081,10087],2],[[10088,10101],2],[[10102,10132],2],[[10133,10135],2],[[10136,10159],2],[10160,2],[[10161,10174],2],[10175,2],[[10176,10182],2],[[10183,10186],2],[10187,2],[10188,2],[10189,2],[[10190,10191],2],[[10192,10219],2],[[10220,10223],2],[[10224,10239],2],[[10240,10495],2],[[10496,10763],2],[10764,1,"\u222b\u222b\u222b\u222b"],[[10765,10867],2],[10868,1,"::="],[10869,1,"=="],[10870,1,"==="],[[10871,10971],2],[10972,1,"\u2add\u0338"],[[10973,11007],2],[[11008,11021],2],[[11022,11027],2],[[11028,11034],2],[[11035,11039],2],[[11040,11043],2],[[11044,11084],2],[[11085,11087],2],[[11088,11092],2],[[11093,11097],2],[[11098,11123],2],[[11124,11125],3],[[11126,11157],2],[11158,3],[11159,2],[[11160,11193],2],[[11194,11196],2],[[11197,11208],2],[11209,2],[[11210,11217],2],[11218,2],[[11219,11243],2],[[11244,11247],2],[[11248,11262],2],[11263,2],[11264,1,"\u2c30"],[11265,1,"\u2c31"],[11266,1,"\u2c32"],[11267,1,"\u2c33"],[11268,1,"\u2c34"],[11269,1,"\u2c35"],[11270,1,"\u2c36"],[11271,1,"\u2c37"],[11272,1,"\u2c38"],[11273,1,"\u2c39"],[11274,1,"\u2c3a"],[11275,1,"\u2c3b"],[11276,1,"\u2c3c"],[11277,1,"\u2c3d"],[11278,1,"\u2c3e"],[11279,1,"\u2c3f"],[11280,1,"\u2c40"],[11281,1,"\u2c41"],[11282,1,"\u2c42"],[11283,1,"\u2c43"],[11284,1,"\u2c44"],[11285,1,"\u2c45"],[11286,1,"\u2c46"],[11287,1,"\u2c47"],[11288,1,"\u2c48"],[11289,1,"\u2c49"],[11290,1,"\u2c4a"],[11291,1,"\u2c4b"],[11292,1,"\u2c4c"],[11293,1,"\u2c4d"],[11294,1,"\u2c4e"],[11295,1,"\u2c4f"],[11296,1,"\u2c50"],[11297,1,"\u2c51"],[11298,1,"\u2c52"],[11299,1,"\u2c53"],[11300,1,"\u2c54"],[11301,1,"\u2c55"],[11302,1,"\u2c56"],[11303,1,"\u2c57"],[11304,1,"\u2c58"],[11305,1,"\u2c59"],[11306,1,"\u2c5a"],[11307,1,"\u2c5b"],[11308,1,"\u2c5c"],[11309,1,"\u2c5d"],[11310,1,"\u2c5e"],[11311,1,"\u2c5f"],[[11312,11358],2],[11359,2],[11360,1,"\u2c61"],[11361,2],[11362,1,"\u026b"],[11363,1,"\u1d7d"],[11364,1,"\u027d"],[[11365,11366],2],[11367,1,"\u2c68"],[11368,2],[11369,1,"\u2c6a"],[11370,2],[11371,1,"\u2c6c"],[11372,2],[11373,1,"\u0251"],[11374,1,"\u0271"],[11375,1,"\u0250"],[11376,1,"\u0252"],[11377,2],[11378,1,"\u2c73"],[11379,2],[11380,2],[11381,1,"\u2c76"],[[11382,11383],2],[[11384,11387],2],[11388,1,"j"],[11389,1,"v"],[11390,1,"\u023f"],[11391,1,"\u0240"],[11392,1,"\u2c81"],[11393,2],[11394,1,"\u2c83"],[11395,2],[11396,1,"\u2c85"],[11397,2],[11398,1,"\u2c87"],[11399,2],[11400,1,"\u2c89"],[11401,2],[11402,1,"\u2c8b"],[11403,2],[11404,1,"\u2c8d"],[11405,2],[11406,1,"\u2c8f"],[11407,2],[11408,1,"\u2c91"],[11409,2],[11410,1,"\u2c93"],[11411,2],[11412,1,"\u2c95"],[11413,2],[11414,1,"\u2c97"],[11415,2],[11416,1,"\u2c99"],[11417,2],[11418,1,"\u2c9b"],[11419,2],[11420,1,"\u2c9d"],[11421,2],[11422,1,"\u2c9f"],[11423,2],[11424,1,"\u2ca1"],[11425,2],[11426,1,"\u2ca3"],[11427,2],[11428,1,"\u2ca5"],[11429,2],[11430,1,"\u2ca7"],[11431,2],[11432,1,"\u2ca9"],[11433,2],[11434,1,"\u2cab"],[11435,2],[11436,1,"\u2cad"],[11437,2],[11438,1,"\u2caf"],[11439,2],[11440,1,"\u2cb1"],[11441,2],[11442,1,"\u2cb3"],[11443,2],[11444,1,"\u2cb5"],[11445,2],[11446,1,"\u2cb7"],[11447,2],[11448,1,"\u2cb9"],[11449,2],[11450,1,"\u2cbb"],[11451,2],[11452,1,"\u2cbd"],[11453,2],[11454,1,"\u2cbf"],[11455,2],[11456,1,"\u2cc1"],[11457,2],[11458,1,"\u2cc3"],[11459,2],[11460,1,"\u2cc5"],[11461,2],[11462,1,"\u2cc7"],[11463,2],[11464,1,"\u2cc9"],[11465,2],[11466,1,"\u2ccb"],[11467,2],[11468,1,"\u2ccd"],[11469,2],[11470,1,"\u2ccf"],[11471,2],[11472,1,"\u2cd1"],[11473,2],[11474,1,"\u2cd3"],[11475,2],[11476,1,"\u2cd5"],[11477,2],[11478,1,"\u2cd7"],[11479,2],[11480,1,"\u2cd9"],[11481,2],[11482,1,"\u2cdb"],[11483,2],[11484,1,"\u2cdd"],[11485,2],[11486,1,"\u2cdf"],[11487,2],[11488,1,"\u2ce1"],[11489,2],[11490,1,"\u2ce3"],[[11491,11492],2],[[11493,11498],2],[11499,1,"\u2cec"],[11500,2],[11501,1,"\u2cee"],[[11502,11505],2],[11506,1,"\u2cf3"],[11507,2],[[11508,11512],3],[[11513,11519],2],[[11520,11557],2],[11558,3],[11559,2],[[11560,11564],3],[11565,2],[[11566,11567],3],[[11568,11621],2],[[11622,11623],2],[[11624,11630],3],[11631,1,"\u2d61"],[11632,2],[[11633,11646],3],[11647,2],[[11648,11670],2],[[11671,11679],3],[[11680,11686],2],[11687,3],[[11688,11694],2],[11695,3],[[11696,11702],2],[11703,3],[[11704,11710],2],[11711,3],[[11712,11718],2],[11719,3],[[11720,11726],2],[11727,3],[[11728,11734],2],[11735,3],[[11736,11742],2],[11743,3],[[11744,11775],2],[[11776,11799],2],[[11800,11803],2],[[11804,11805],2],[[11806,11822],2],[11823,2],[11824,2],[11825,2],[[11826,11835],2],[[11836,11842],2],[[11843,11844],2],[[11845,11849],2],[[11850,11854],2],[11855,2],[[11856,11858],2],[[11859,11869],2],[[11870,11903],3],[[11904,11929],2],[11930,3],[[11931,11934],2],[11935,1,"\u6bcd"],[[11936,12018],2],[12019,1,"\u9f9f"],[[12020,12031],3],[12032,1,"\u4e00"],[12033,1,"\u4e28"],[12034,1,"\u4e36"],[12035,1,"\u4e3f"],[12036,1,"\u4e59"],[12037,1,"\u4e85"],[12038,1,"\u4e8c"],[12039,1,"\u4ea0"],[12040,1,"\u4eba"],[12041,1,"\u513f"],[12042,1,"\u5165"],[12043,1,"\u516b"],[12044,1,"\u5182"],[12045,1,"\u5196"],[12046,1,"\u51ab"],[12047,1,"\u51e0"],[12048,1,"\u51f5"],[12049,1,"\u5200"],[12050,1,"\u529b"],[12051,1,"\u52f9"],[12052,1,"\u5315"],[12053,1,"\u531a"],[12054,1,"\u5338"],[12055,1,"\u5341"],[12056,1,"\u535c"],[12057,1,"\u5369"],[12058,1,"\u5382"],[12059,1,"\u53b6"],[12060,1,"\u53c8"],[12061,1,"\u53e3"],[12062,1,"\u56d7"],[12063,1,"\u571f"],[12064,1,"\u58eb"],[12065,1,"\u5902"],[12066,1,"\u590a"],[12067,1,"\u5915"],[12068,1,"\u5927"],[12069,1,"\u5973"],[12070,1,"\u5b50"],[12071,1,"\u5b80"],[12072,1,"\u5bf8"],[12073,1,"\u5c0f"],[12074,1,"\u5c22"],[12075,1,"\u5c38"],[12076,1,"\u5c6e"],[12077,1,"\u5c71"],[12078,1,"\u5ddb"],[12079,1,"\u5de5"],[12080,1,"\u5df1"],[12081,1,"\u5dfe"],[12082,1,"\u5e72"],[12083,1,"\u5e7a"],[12084,1,"\u5e7f"],[12085,1,"\u5ef4"],[12086,1,"\u5efe"],[12087,1,"\u5f0b"],[12088,1,"\u5f13"],[12089,1,"\u5f50"],[12090,1,"\u5f61"],[12091,1,"\u5f73"],[12092,1,"\u5fc3"],[12093,1,"\u6208"],[12094,1,"\u6236"],[12095,1,"\u624b"],[12096,1,"\u652f"],[12097,1,"\u6534"],[12098,1,"\u6587"],[12099,1,"\u6597"],[12100,1,"\u65a4"],[12101,1,"\u65b9"],[12102,1,"\u65e0"],[12103,1,"\u65e5"],[12104,1,"\u66f0"],[12105,1,"\u6708"],[12106,1,"\u6728"],[12107,1,"\u6b20"],[12108,1,"\u6b62"],[12109,1,"\u6b79"],[12110,1,"\u6bb3"],[12111,1,"\u6bcb"],[12112,1,"\u6bd4"],[12113,1,"\u6bdb"],[12114,1,"\u6c0f"],[12115,1,"\u6c14"],[12116,1,"\u6c34"],[12117,1,"\u706b"],[12118,1,"\u722a"],[12119,1,"\u7236"],[12120,1,"\u723b"],[12121,1,"\u723f"],[12122,1,"\u7247"],[12123,1,"\u7259"],[12124,1,"\u725b"],[12125,1,"\u72ac"],[12126,1,"\u7384"],[12127,1,"\u7389"],[12128,1,"\u74dc"],[12129,1,"\u74e6"],[12130,1,"\u7518"],[12131,1,"\u751f"],[12132,1,"\u7528"],[12133,1,"\u7530"],[12134,1,"\u758b"],[12135,1,"\u7592"],[12136,1,"\u7676"],[12137,1,"\u767d"],[12138,1,"\u76ae"],[12139,1,"\u76bf"],[12140,1,"\u76ee"],[12141,1,"\u77db"],[12142,1,"\u77e2"],[12143,1,"\u77f3"],[12144,1,"\u793a"],[12145,1,"\u79b8"],[12146,1,"\u79be"],[12147,1,"\u7a74"],[12148,1,"\u7acb"],[12149,1,"\u7af9"],[12150,1,"\u7c73"],[12151,1,"\u7cf8"],[12152,1,"\u7f36"],[12153,1,"\u7f51"],[12154,1,"\u7f8a"],[12155,1,"\u7fbd"],[12156,1,"\u8001"],[12157,1,"\u800c"],[12158,1,"\u8012"],[12159,1,"\u8033"],[12160,1,"\u807f"],[12161,1,"\u8089"],[12162,1,"\u81e3"],[12163,1,"\u81ea"],[12164,1,"\u81f3"],[12165,1,"\u81fc"],[12166,1,"\u820c"],[12167,1,"\u821b"],[12168,1,"\u821f"],[12169,1,"\u826e"],[12170,1,"\u8272"],[12171,1,"\u8278"],[12172,1,"\u864d"],[12173,1,"\u866b"],[12174,1,"\u8840"],[12175,1,"\u884c"],[12176,1,"\u8863"],[12177,1,"\u897e"],[12178,1,"\u898b"],[12179,1,"\u89d2"],[12180,1,"\u8a00"],[12181,1,"\u8c37"],[12182,1,"\u8c46"],[12183,1,"\u8c55"],[12184,1,"\u8c78"],[12185,1,"\u8c9d"],[12186,1,"\u8d64"],[12187,1,"\u8d70"],[12188,1,"\u8db3"],[12189,1,"\u8eab"],[12190,1,"\u8eca"],[12191,1,"\u8f9b"],[12192,1,"\u8fb0"],[12193,1,"\u8fb5"],[12194,1,"\u9091"],[12195,1,"\u9149"],[12196,1,"\u91c6"],[12197,1,"\u91cc"],[12198,1,"\u91d1"],[12199,1,"\u9577"],[12200,1,"\u9580"],[12201,1,"\u961c"],[12202,1,"\u96b6"],[12203,1,"\u96b9"],[12204,1,"\u96e8"],[12205,1,"\u9751"],[12206,1,"\u975e"],[12207,1,"\u9762"],[12208,1,"\u9769"],[12209,1,"\u97cb"],[12210,1,"\u97ed"],[12211,1,"\u97f3"],[12212,1,"\u9801"],[12213,1,"\u98a8"],[12214,1,"\u98db"],[12215,1,"\u98df"],[12216,1,"\u9996"],[12217,1,"\u9999"],[12218,1,"\u99ac"],[12219,1,"\u9aa8"],[12220,1,"\u9ad8"],[12221,1,"\u9adf"],[12222,1,"\u9b25"],[12223,1,"\u9b2f"],[12224,1,"\u9b32"],[12225,1,"\u9b3c"],[12226,1,"\u9b5a"],[12227,1,"\u9ce5"],[12228,1,"\u9e75"],[12229,1,"\u9e7f"],[12230,1,"\u9ea5"],[12231,1,"\u9ebb"],[12232,1,"\u9ec3"],[12233,1,"\u9ecd"],[12234,1,"\u9ed1"],[12235,1,"\u9ef9"],[12236,1,"\u9efd"],[12237,1,"\u9f0e"],[12238,1,"\u9f13"],[12239,1,"\u9f20"],[12240,1,"\u9f3b"],[12241,1,"\u9f4a"],[12242,1,"\u9f52"],[12243,1,"\u9f8d"],[12244,1,"\u9f9c"],[12245,1,"\u9fa0"],[[12246,12271],3],[[12272,12283],3],[[12284,12287],3],[12288,1," "],[12289,2],[12290,1,"."],[[12291,12292],2],[[12293,12295],2],[[12296,12329],2],[[12330,12333],2],[[12334,12341],2],[12342,1,"\u3012"],[12343,2],[12344,1,"\u5341"],[12345,1,"\u5344"],[12346,1,"\u5345"],[12347,2],[12348,2],[12349,2],[12350,2],[12351,2],[12352,3],[[12353,12436],2],[[12437,12438],2],[[12439,12440],3],[[12441,12442],2],[12443,1," \u3099"],[12444,1," \u309a"],[[12445,12446],2],[12447,1,"\u3088\u308a"],[12448,2],[[12449,12542],2],[12543,1,"\u30b3\u30c8"],[[12544,12548],3],[[12549,12588],2],[12589,2],[12590,2],[12591,2],[12592,3],[12593,1,"\u1100"],[12594,1,"\u1101"],[12595,1,"\u11aa"],[12596,1,"\u1102"],[12597,1,"\u11ac"],[12598,1,"\u11ad"],[12599,1,"\u1103"],[12600,1,"\u1104"],[12601,1,"\u1105"],[12602,1,"\u11b0"],[12603,1,"\u11b1"],[12604,1,"\u11b2"],[12605,1,"\u11b3"],[12606,1,"\u11b4"],[12607,1,"\u11b5"],[12608,1,"\u111a"],[12609,1,"\u1106"],[12610,1,"\u1107"],[12611,1,"\u1108"],[12612,1,"\u1121"],[12613,1,"\u1109"],[12614,1,"\u110a"],[12615,1,"\u110b"],[12616,1,"\u110c"],[12617,1,"\u110d"],[12618,1,"\u110e"],[12619,1,"\u110f"],[12620,1,"\u1110"],[12621,1,"\u1111"],[12622,1,"\u1112"],[12623,1,"\u1161"],[12624,1,"\u1162"],[12625,1,"\u1163"],[12626,1,"\u1164"],[12627,1,"\u1165"],[12628,1,"\u1166"],[12629,1,"\u1167"],[12630,1,"\u1168"],[12631,1,"\u1169"],[12632,1,"\u116a"],[12633,1,"\u116b"],[12634,1,"\u116c"],[12635,1,"\u116d"],[12636,1,"\u116e"],[12637,1,"\u116f"],[12638,1,"\u1170"],[12639,1,"\u1171"],[12640,1,"\u1172"],[12641,1,"\u1173"],[12642,1,"\u1174"],[12643,1,"\u1175"],[12644,7],[12645,1,"\u1114"],[12646,1,"\u1115"],[12647,1,"\u11c7"],[12648,1,"\u11c8"],[12649,1,"\u11cc"],[12650,1,"\u11ce"],[12651,1,"\u11d3"],[12652,1,"\u11d7"],[12653,1,"\u11d9"],[12654,1,"\u111c"],[12655,1,"\u11dd"],[12656,1,"\u11df"],[12657,1,"\u111d"],[12658,1,"\u111e"],[12659,1,"\u1120"],[12660,1,"\u1122"],[12661,1,"\u1123"],[12662,1,"\u1127"],[12663,1,"\u1129"],[12664,1,"\u112b"],[12665,1,"\u112c"],[12666,1,"\u112d"],[12667,1,"\u112e"],[12668,1,"\u112f"],[12669,1,"\u1132"],[12670,1,"\u1136"],[12671,1,"\u1140"],[12672,1,"\u1147"],[12673,1,"\u114c"],[12674,1,"\u11f1"],[12675,1,"\u11f2"],[12676,1,"\u1157"],[12677,1,"\u1158"],[12678,1,"\u1159"],[12679,1,"\u1184"],[12680,1,"\u1185"],[12681,1,"\u1188"],[12682,1,"\u1191"],[12683,1,"\u1192"],[12684,1,"\u1194"],[12685,1,"\u119e"],[12686,1,"\u11a1"],[12687,3],[[12688,12689],2],[12690,1,"\u4e00"],[12691,1,"\u4e8c"],[12692,1,"\u4e09"],[12693,1,"\u56db"],[12694,1,"\u4e0a"],[12695,1,"\u4e2d"],[12696,1,"\u4e0b"],[12697,1,"\u7532"],[12698,1,"\u4e59"],[12699,1,"\u4e19"],[12700,1,"\u4e01"],[12701,1,"\u5929"],[12702,1,"\u5730"],[12703,1,"\u4eba"],[[12704,12727],2],[[12728,12730],2],[[12731,12735],2],[[12736,12751],2],[[12752,12771],2],[[12772,12773],2],[[12774,12782],3],[12783,3],[[12784,12799],2],[12800,1,"(\u1100)"],[12801,1,"(\u1102)"],[12802,1,"(\u1103)"],[12803,1,"(\u1105)"],[12804,1,"(\u1106)"],[12805,1,"(\u1107)"],[12806,1,"(\u1109)"],[12807,1,"(\u110b)"],[12808,1,"(\u110c)"],[12809,1,"(\u110e)"],[12810,1,"(\u110f)"],[12811,1,"(\u1110)"],[12812,1,"(\u1111)"],[12813,1,"(\u1112)"],[12814,1,"(\uac00)"],[12815,1,"(\ub098)"],[12816,1,"(\ub2e4)"],[12817,1,"(\ub77c)"],[12818,1,"(\ub9c8)"],[12819,1,"(\ubc14)"],[12820,1,"(\uc0ac)"],[12821,1,"(\uc544)"],[12822,1,"(\uc790)"],[12823,1,"(\ucc28)"],[12824,1,"(\uce74)"],[12825,1,"(\ud0c0)"],[12826,1,"(\ud30c)"],[12827,1,"(\ud558)"],[12828,1,"(\uc8fc)"],[12829,1,"(\uc624\uc804)"],[12830,1,"(\uc624\ud6c4)"],[12831,3],[12832,1,"(\u4e00)"],[12833,1,"(\u4e8c)"],[12834,1,"(\u4e09)"],[12835,1,"(\u56db)"],[12836,1,"(\u4e94)"],[12837,1,"(\u516d)"],[12838,1,"(\u4e03)"],[12839,1,"(\u516b)"],[12840,1,"(\u4e5d)"],[12841,1,"(\u5341)"],[12842,1,"(\u6708)"],[12843,1,"(\u706b)"],[12844,1,"(\u6c34)"],[12845,1,"(\u6728)"],[12846,1,"(\u91d1)"],[12847,1,"(\u571f)"],[12848,1,"(\u65e5)"],[12849,1,"(\u682a)"],[12850,1,"(\u6709)"],[12851,1,"(\u793e)"],[12852,1,"(\u540d)"],[12853,1,"(\u7279)"],[12854,1,"(\u8ca1)"],[12855,1,"(\u795d)"],[12856,1,"(\u52b4)"],[12857,1,"(\u4ee3)"],[12858,1,"(\u547c)"],[12859,1,"(\u5b66)"],[12860,1,"(\u76e3)"],[12861,1,"(\u4f01)"],[12862,1,"(\u8cc7)"],[12863,1,"(\u5354)"],[12864,1,"(\u796d)"],[12865,1,"(\u4f11)"],[12866,1,"(\u81ea)"],[12867,1,"(\u81f3)"],[12868,1,"\u554f"],[12869,1,"\u5e7c"],[12870,1,"\u6587"],[12871,1,"\u7b8f"],[[12872,12879],2],[12880,1,"pte"],[12881,1,"21"],[12882,1,"22"],[12883,1,"23"],[12884,1,"24"],[12885,1,"25"],[12886,1,"26"],[12887,1,"27"],[12888,1,"28"],[12889,1,"29"],[12890,1,"30"],[12891,1,"31"],[12892,1,"32"],[12893,1,"33"],[12894,1,"34"],[12895,1,"35"],[12896,1,"\u1100"],[12897,1,"\u1102"],[12898,1,"\u1103"],[12899,1,"\u1105"],[12900,1,"\u1106"],[12901,1,"\u1107"],[12902,1,"\u1109"],[12903,1,"\u110b"],[12904,1,"\u110c"],[12905,1,"\u110e"],[12906,1,"\u110f"],[12907,1,"\u1110"],[12908,1,"\u1111"],[12909,1,"\u1112"],[12910,1,"\uac00"],[12911,1,"\ub098"],[12912,1,"\ub2e4"],[12913,1,"\ub77c"],[12914,1,"\ub9c8"],[12915,1,"\ubc14"],[12916,1,"\uc0ac"],[12917,1,"\uc544"],[12918,1,"\uc790"],[12919,1,"\ucc28"],[12920,1,"\uce74"],[12921,1,"\ud0c0"],[12922,1,"\ud30c"],[12923,1,"\ud558"],[12924,1,"\ucc38\uace0"],[12925,1,"\uc8fc\uc758"],[12926,1,"\uc6b0"],[12927,2],[12928,1,"\u4e00"],[12929,1,"\u4e8c"],[12930,1,"\u4e09"],[12931,1,"\u56db"],[12932,1,"\u4e94"],[12933,1,"\u516d"],[12934,1,"\u4e03"],[12935,1,"\u516b"],[12936,1,"\u4e5d"],[12937,1,"\u5341"],[12938,1,"\u6708"],[12939,1,"\u706b"],[12940,1,"\u6c34"],[12941,1,"\u6728"],[12942,1,"\u91d1"],[12943,1,"\u571f"],[12944,1,"\u65e5"],[12945,1,"\u682a"],[12946,1,"\u6709"],[12947,1,"\u793e"],[12948,1,"\u540d"],[12949,1,"\u7279"],[12950,1,"\u8ca1"],[12951,1,"\u795d"],[12952,1,"\u52b4"],[12953,1,"\u79d8"],[12954,1,"\u7537"],[12955,1,"\u5973"],[12956,1,"\u9069"],[12957,1,"\u512a"],[12958,1,"\u5370"],[12959,1,"\u6ce8"],[12960,1,"\u9805"],[12961,1,"\u4f11"],[12962,1,"\u5199"],[12963,1,"\u6b63"],[12964,1,"\u4e0a"],[12965,1,"\u4e2d"],[12966,1,"\u4e0b"],[12967,1,"\u5de6"],[12968,1,"\u53f3"],[12969,1,"\u533b"],[12970,1,"\u5b97"],[12971,1,"\u5b66"],[12972,1,"\u76e3"],[12973,1,"\u4f01"],[12974,1,"\u8cc7"],[12975,1,"\u5354"],[12976,1,"\u591c"],[12977,1,"36"],[12978,1,"37"],[12979,1,"38"],[12980,1,"39"],[12981,1,"40"],[12982,1,"41"],[12983,1,"42"],[12984,1,"43"],[12985,1,"44"],[12986,1,"45"],[12987,1,"46"],[12988,1,"47"],[12989,1,"48"],[12990,1,"49"],[12991,1,"50"],[12992,1,"1\u6708"],[12993,1,"2\u6708"],[12994,1,"3\u6708"],[12995,1,"4\u6708"],[12996,1,"5\u6708"],[12997,1,"6\u6708"],[12998,1,"7\u6708"],[12999,1,"8\u6708"],[13000,1,"9\u6708"],[13001,1,"10\u6708"],[13002,1,"11\u6708"],[13003,1,"12\u6708"],[13004,1,"hg"],[13005,1,"erg"],[13006,1,"ev"],[13007,1,"ltd"],[13008,1,"\u30a2"],[13009,1,"\u30a4"],[13010,1,"\u30a6"],[13011,1,"\u30a8"],[13012,1,"\u30aa"],[13013,1,"\u30ab"],[13014,1,"\u30ad"],[13015,1,"\u30af"],[13016,1,"\u30b1"],[13017,1,"\u30b3"],[13018,1,"\u30b5"],[13019,1,"\u30b7"],[13020,1,"\u30b9"],[13021,1,"\u30bb"],[13022,1,"\u30bd"],[13023,1,"\u30bf"],[13024,1,"\u30c1"],[13025,1,"\u30c4"],[13026,1,"\u30c6"],[13027,1,"\u30c8"],[13028,1,"\u30ca"],[13029,1,"\u30cb"],[13030,1,"\u30cc"],[13031,1,"\u30cd"],[13032,1,"\u30ce"],[13033,1,"\u30cf"],[13034,1,"\u30d2"],[13035,1,"\u30d5"],[13036,1,"\u30d8"],[13037,1,"\u30db"],[13038,1,"\u30de"],[13039,1,"\u30df"],[13040,1,"\u30e0"],[13041,1,"\u30e1"],[13042,1,"\u30e2"],[13043,1,"\u30e4"],[13044,1,"\u30e6"],[13045,1,"\u30e8"],[13046,1,"\u30e9"],[13047,1,"\u30ea"],[13048,1,"\u30eb"],[13049,1,"\u30ec"],[13050,1,"\u30ed"],[13051,1,"\u30ef"],[13052,1,"\u30f0"],[13053,1,"\u30f1"],[13054,1,"\u30f2"],[13055,1,"\u4ee4\u548c"],[13056,1,"\u30a2\u30d1\u30fc\u30c8"],[13057,1,"\u30a2\u30eb\u30d5\u30a1"],[13058,1,"\u30a2\u30f3\u30da\u30a2"],[13059,1,"\u30a2\u30fc\u30eb"],[13060,1,"\u30a4\u30cb\u30f3\u30b0"],[13061,1,"\u30a4\u30f3\u30c1"],[13062,1,"\u30a6\u30a9\u30f3"],[13063,1,"\u30a8\u30b9\u30af\u30fc\u30c9"],[13064,1,"\u30a8\u30fc\u30ab\u30fc"],[13065,1,"\u30aa\u30f3\u30b9"],[13066,1,"\u30aa\u30fc\u30e0"],[13067,1,"\u30ab\u30a4\u30ea"],[13068,1,"\u30ab\u30e9\u30c3\u30c8"],[13069,1,"\u30ab\u30ed\u30ea\u30fc"],[13070,1,"\u30ac\u30ed\u30f3"],[13071,1,"\u30ac\u30f3\u30de"],[13072,1,"\u30ae\u30ac"],[13073,1,"\u30ae\u30cb\u30fc"],[13074,1,"\u30ad\u30e5\u30ea\u30fc"],[13075,1,"\u30ae\u30eb\u30c0\u30fc"],[13076,1,"\u30ad\u30ed"],[13077,1,"\u30ad\u30ed\u30b0\u30e9\u30e0"],[13078,1,"\u30ad\u30ed\u30e1\u30fc\u30c8\u30eb"],[13079,1,"\u30ad\u30ed\u30ef\u30c3\u30c8"],[13080,1,"\u30b0\u30e9\u30e0"],[13081,1,"\u30b0\u30e9\u30e0\u30c8\u30f3"],[13082,1,"\u30af\u30eb\u30bc\u30a4\u30ed"],[13083,1,"\u30af\u30ed\u30fc\u30cd"],[13084,1,"\u30b1\u30fc\u30b9"],[13085,1,"\u30b3\u30eb\u30ca"],[13086,1,"\u30b3\u30fc\u30dd"],[13087,1,"\u30b5\u30a4\u30af\u30eb"],[13088,1,"\u30b5\u30f3\u30c1\u30fc\u30e0"],[13089,1,"\u30b7\u30ea\u30f3\u30b0"],[13090,1,"\u30bb\u30f3\u30c1"],[13091,1,"\u30bb\u30f3\u30c8"],[13092,1,"\u30c0\u30fc\u30b9"],[13093,1,"\u30c7\u30b7"],[13094,1,"\u30c9\u30eb"],[13095,1,"\u30c8\u30f3"],[13096,1,"\u30ca\u30ce"],[13097,1,"\u30ce\u30c3\u30c8"],[13098,1,"\u30cf\u30a4\u30c4"],[13099,1,"\u30d1\u30fc\u30bb\u30f3\u30c8"],[13100,1,"\u30d1\u30fc\u30c4"],[13101,1,"\u30d0\u30fc\u30ec\u30eb"],[13102,1,"\u30d4\u30a2\u30b9\u30c8\u30eb"],[13103,1,"\u30d4\u30af\u30eb"],[13104,1,"\u30d4\u30b3"],[13105,1,"\u30d3\u30eb"],[13106,1,"\u30d5\u30a1\u30e9\u30c3\u30c9"],[13107,1,"\u30d5\u30a3\u30fc\u30c8"],[13108,1,"\u30d6\u30c3\u30b7\u30a7\u30eb"],[13109,1,"\u30d5\u30e9\u30f3"],[13110,1,"\u30d8\u30af\u30bf\u30fc\u30eb"],[13111,1,"\u30da\u30bd"],[13112,1,"\u30da\u30cb\u30d2"],[13113,1,"\u30d8\u30eb\u30c4"],[13114,1,"\u30da\u30f3\u30b9"],[13115,1,"\u30da\u30fc\u30b8"],[13116,1,"\u30d9\u30fc\u30bf"],[13117,1,"\u30dd\u30a4\u30f3\u30c8"],[13118,1,"\u30dc\u30eb\u30c8"],[13119,1,"\u30db\u30f3"],[13120,1,"\u30dd\u30f3\u30c9"],[13121,1,"\u30db\u30fc\u30eb"],[13122,1,"\u30db\u30fc\u30f3"],[13123,1,"\u30de\u30a4\u30af\u30ed"],[13124,1,"\u30de\u30a4\u30eb"],[13125,1,"\u30de\u30c3\u30cf"],[13126,1,"\u30de\u30eb\u30af"],[13127,1,"\u30de\u30f3\u30b7\u30e7\u30f3"],[13128,1,"\u30df\u30af\u30ed\u30f3"],[13129,1,"\u30df\u30ea"],[13130,1,"\u30df\u30ea\u30d0\u30fc\u30eb"],[13131,1,"\u30e1\u30ac"],[13132,1,"\u30e1\u30ac\u30c8\u30f3"],[13133,1,"\u30e1\u30fc\u30c8\u30eb"],[13134,1,"\u30e4\u30fc\u30c9"],[13135,1,"\u30e4\u30fc\u30eb"],[13136,1,"\u30e6\u30a2\u30f3"],[13137,1,"\u30ea\u30c3\u30c8\u30eb"],[13138,1,"\u30ea\u30e9"],[13139,1,"\u30eb\u30d4\u30fc"],[13140,1,"\u30eb\u30fc\u30d6\u30eb"],[13141,1,"\u30ec\u30e0"],[13142,1,"\u30ec\u30f3\u30c8\u30b2\u30f3"],[13143,1,"\u30ef\u30c3\u30c8"],[13144,1,"0\u70b9"],[13145,1,"1\u70b9"],[13146,1,"2\u70b9"],[13147,1,"3\u70b9"],[13148,1,"4\u70b9"],[13149,1,"5\u70b9"],[13150,1,"6\u70b9"],[13151,1,"7\u70b9"],[13152,1,"8\u70b9"],[13153,1,"9\u70b9"],[13154,1,"10\u70b9"],[13155,1,"11\u70b9"],[13156,1,"12\u70b9"],[13157,1,"13\u70b9"],[13158,1,"14\u70b9"],[13159,1,"15\u70b9"],[13160,1,"16\u70b9"],[13161,1,"17\u70b9"],[13162,1,"18\u70b9"],[13163,1,"19\u70b9"],[13164,1,"20\u70b9"],[13165,1,"21\u70b9"],[13166,1,"22\u70b9"],[13167,1,"23\u70b9"],[13168,1,"24\u70b9"],[13169,1,"hpa"],[13170,1,"da"],[13171,1,"au"],[13172,1,"bar"],[13173,1,"ov"],[13174,1,"pc"],[13175,1,"dm"],[13176,1,"dm2"],[13177,1,"dm3"],[13178,1,"iu"],[13179,1,"\u5e73\u6210"],[13180,1,"\u662d\u548c"],[13181,1,"\u5927\u6b63"],[13182,1,"\u660e\u6cbb"],[13183,1,"\u682a\u5f0f\u4f1a\u793e"],[13184,1,"pa"],[13185,1,"na"],[13186,1,"\u03bca"],[13187,1,"ma"],[13188,1,"ka"],[13189,1,"kb"],[13190,1,"mb"],[13191,1,"gb"],[13192,1,"cal"],[13193,1,"kcal"],[13194,1,"pf"],[13195,1,"nf"],[13196,1,"\u03bcf"],[13197,1,"\u03bcg"],[13198,1,"mg"],[13199,1,"kg"],[13200,1,"hz"],[13201,1,"khz"],[13202,1,"mhz"],[13203,1,"ghz"],[13204,1,"thz"],[13205,1,"\u03bcl"],[13206,1,"ml"],[13207,1,"dl"],[13208,1,"kl"],[13209,1,"fm"],[13210,1,"nm"],[13211,1,"\u03bcm"],[13212,1,"mm"],[13213,1,"cm"],[13214,1,"km"],[13215,1,"mm2"],[13216,1,"cm2"],[13217,1,"m2"],[13218,1,"km2"],[13219,1,"mm3"],[13220,1,"cm3"],[13221,1,"m3"],[13222,1,"km3"],[13223,1,"m\u2215s"],[13224,1,"m\u2215s2"],[13225,1,"pa"],[13226,1,"kpa"],[13227,1,"mpa"],[13228,1,"gpa"],[13229,1,"rad"],[13230,1,"rad\u2215s"],[13231,1,"rad\u2215s2"],[13232,1,"ps"],[13233,1,"ns"],[13234,1,"\u03bcs"],[13235,1,"ms"],[13236,1,"pv"],[13237,1,"nv"],[13238,1,"\u03bcv"],[13239,1,"mv"],[13240,1,"kv"],[13241,1,"mv"],[13242,1,"pw"],[13243,1,"nw"],[13244,1,"\u03bcw"],[13245,1,"mw"],[13246,1,"kw"],[13247,1,"mw"],[13248,1,"k\u03c9"],[13249,1,"m\u03c9"],[13250,3],[13251,1,"bq"],[13252,1,"cc"],[13253,1,"cd"],[13254,1,"c\u2215kg"],[13255,3],[13256,1,"db"],[13257,1,"gy"],[13258,1,"ha"],[13259,1,"hp"],[13260,1,"in"],[13261,1,"kk"],[13262,1,"km"],[13263,1,"kt"],[13264,1,"lm"],[13265,1,"ln"],[13266,1,"log"],[13267,1,"lx"],[13268,1,"mb"],[13269,1,"mil"],[13270,1,"mol"],[13271,1,"ph"],[13272,3],[13273,1,"ppm"],[13274,1,"pr"],[13275,1,"sr"],[13276,1,"sv"],[13277,1,"wb"],[13278,1,"v\u2215m"],[13279,1,"a\u2215m"],[13280,1,"1\u65e5"],[13281,1,"2\u65e5"],[13282,1,"3\u65e5"],[13283,1,"4\u65e5"],[13284,1,"5\u65e5"],[13285,1,"6\u65e5"],[13286,1,"7\u65e5"],[13287,1,"8\u65e5"],[13288,1,"9\u65e5"],[13289,1,"10\u65e5"],[13290,1,"11\u65e5"],[13291,1,"12\u65e5"],[13292,1,"13\u65e5"],[13293,1,"14\u65e5"],[13294,1,"15\u65e5"],[13295,1,"16\u65e5"],[13296,1,"17\u65e5"],[13297,1,"18\u65e5"],[13298,1,"19\u65e5"],[13299,1,"20\u65e5"],[13300,1,"21\u65e5"],[13301,1,"22\u65e5"],[13302,1,"23\u65e5"],[13303,1,"24\u65e5"],[13304,1,"25\u65e5"],[13305,1,"26\u65e5"],[13306,1,"27\u65e5"],[13307,1,"28\u65e5"],[13308,1,"29\u65e5"],[13309,1,"30\u65e5"],[13310,1,"31\u65e5"],[13311,1,"gal"],[[13312,19893],2],[[19894,19903],2],[[19904,19967],2],[[19968,40869],2],[[40870,40891],2],[[40892,40899],2],[[40900,40907],2],[40908,2],[[40909,40917],2],[[40918,40938],2],[[40939,40943],2],[[40944,40956],2],[[40957,40959],2],[[40960,42124],2],[[42125,42127],3],[[42128,42145],2],[[42146,42147],2],[[42148,42163],2],[42164,2],[[42165,42176],2],[42177,2],[[42178,42180],2],[42181,2],[42182,2],[[42183,42191],3],[[42192,42237],2],[[42238,42239],2],[[42240,42508],2],[[42509,42511],2],[[42512,42539],2],[[42540,42559],3],[42560,1,"\ua641"],[42561,2],[42562,1,"\ua643"],[42563,2],[42564,1,"\ua645"],[42565,2],[42566,1,"\ua647"],[42567,2],[42568,1,"\ua649"],[42569,2],[42570,1,"\ua64b"],[42571,2],[42572,1,"\ua64d"],[42573,2],[42574,1,"\ua64f"],[42575,2],[42576,1,"\ua651"],[42577,2],[42578,1,"\ua653"],[42579,2],[42580,1,"\ua655"],[42581,2],[42582,1,"\ua657"],[42583,2],[42584,1,"\ua659"],[42585,2],[42586,1,"\ua65b"],[42587,2],[42588,1,"\ua65d"],[42589,2],[42590,1,"\ua65f"],[42591,2],[42592,1,"\ua661"],[42593,2],[42594,1,"\ua663"],[42595,2],[42596,1,"\ua665"],[42597,2],[42598,1,"\ua667"],[42599,2],[42600,1,"\ua669"],[42601,2],[42602,1,"\ua66b"],[42603,2],[42604,1,"\ua66d"],[[42605,42607],2],[[42608,42611],2],[[42612,42619],2],[[42620,42621],2],[42622,2],[42623,2],[42624,1,"\ua681"],[42625,2],[42626,1,"\ua683"],[42627,2],[42628,1,"\ua685"],[42629,2],[42630,1,"\ua687"],[42631,2],[42632,1,"\ua689"],[42633,2],[42634,1,"\ua68b"],[42635,2],[42636,1,"\ua68d"],[42637,2],[42638,1,"\ua68f"],[42639,2],[42640,1,"\ua691"],[42641,2],[42642,1,"\ua693"],[42643,2],[42644,1,"\ua695"],[42645,2],[42646,1,"\ua697"],[42647,2],[42648,1,"\ua699"],[42649,2],[42650,1,"\ua69b"],[42651,2],[42652,1,"\u044a"],[42653,1,"\u044c"],[42654,2],[42655,2],[[42656,42725],2],[[42726,42735],2],[[42736,42737],2],[[42738,42743],2],[[42744,42751],3],[[42752,42774],2],[[42775,42778],2],[[42779,42783],2],[[42784,42785],2],[42786,1,"\ua723"],[42787,2],[42788,1,"\ua725"],[42789,2],[42790,1,"\ua727"],[42791,2],[42792,1,"\ua729"],[42793,2],[42794,1,"\ua72b"],[42795,2],[42796,1,"\ua72d"],[42797,2],[42798,1,"\ua72f"],[[42799,42801],2],[42802,1,"\ua733"],[42803,2],[42804,1,"\ua735"],[42805,2],[42806,1,"\ua737"],[42807,2],[42808,1,"\ua739"],[42809,2],[42810,1,"\ua73b"],[42811,2],[42812,1,"\ua73d"],[42813,2],[42814,1,"\ua73f"],[42815,2],[42816,1,"\ua741"],[42817,2],[42818,1,"\ua743"],[42819,2],[42820,1,"\ua745"],[42821,2],[42822,1,"\ua747"],[42823,2],[42824,1,"\ua749"],[42825,2],[42826,1,"\ua74b"],[42827,2],[42828,1,"\ua74d"],[42829,2],[42830,1,"\ua74f"],[42831,2],[42832,1,"\ua751"],[42833,2],[42834,1,"\ua753"],[42835,2],[42836,1,"\ua755"],[42837,2],[42838,1,"\ua757"],[42839,2],[42840,1,"\ua759"],[42841,2],[42842,1,"\ua75b"],[42843,2],[42844,1,"\ua75d"],[42845,2],[42846,1,"\ua75f"],[42847,2],[42848,1,"\ua761"],[42849,2],[42850,1,"\ua763"],[42851,2],[42852,1,"\ua765"],[42853,2],[42854,1,"\ua767"],[42855,2],[42856,1,"\ua769"],[42857,2],[42858,1,"\ua76b"],[42859,2],[42860,1,"\ua76d"],[42861,2],[42862,1,"\ua76f"],[42863,2],[42864,1,"\ua76f"],[[42865,42872],2],[42873,1,"\ua77a"],[42874,2],[42875,1,"\ua77c"],[42876,2],[42877,1,"\u1d79"],[42878,1,"\ua77f"],[42879,2],[42880,1,"\ua781"],[42881,2],[42882,1,"\ua783"],[42883,2],[42884,1,"\ua785"],[42885,2],[42886,1,"\ua787"],[[42887,42888],2],[[42889,42890],2],[42891,1,"\ua78c"],[42892,2],[42893,1,"\u0265"],[42894,2],[42895,2],[42896,1,"\ua791"],[42897,2],[42898,1,"\ua793"],[42899,2],[[42900,42901],2],[42902,1,"\ua797"],[42903,2],[42904,1,"\ua799"],[42905,2],[42906,1,"\ua79b"],[42907,2],[42908,1,"\ua79d"],[42909,2],[42910,1,"\ua79f"],[42911,2],[42912,1,"\ua7a1"],[42913,2],[42914,1,"\ua7a3"],[42915,2],[42916,1,"\ua7a5"],[42917,2],[42918,1,"\ua7a7"],[42919,2],[42920,1,"\ua7a9"],[42921,2],[42922,1,"\u0266"],[42923,1,"\u025c"],[42924,1,"\u0261"],[42925,1,"\u026c"],[42926,1,"\u026a"],[42927,2],[42928,1,"\u029e"],[42929,1,"\u0287"],[42930,1,"\u029d"],[42931,1,"\uab53"],[42932,1,"\ua7b5"],[42933,2],[42934,1,"\ua7b7"],[42935,2],[42936,1,"\ua7b9"],[42937,2],[42938,1,"\ua7bb"],[42939,2],[42940,1,"\ua7bd"],[42941,2],[42942,1,"\ua7bf"],[42943,2],[42944,1,"\ua7c1"],[42945,2],[42946,1,"\ua7c3"],[42947,2],[42948,1,"\ua794"],[42949,1,"\u0282"],[42950,1,"\u1d8e"],[42951,1,"\ua7c8"],[42952,2],[42953,1,"\ua7ca"],[42954,2],[42955,1,"\u0264"],[42956,1,"\ua7cd"],[42957,2],[[42958,42959],3],[42960,1,"\ua7d1"],[42961,2],[42962,3],[42963,2],[42964,3],[42965,2],[42966,1,"\ua7d7"],[42967,2],[42968,1,"\ua7d9"],[42969,2],[42970,1,"\ua7db"],[42971,2],[42972,1,"\u019b"],[[42973,42993],3],[42994,1,"c"],[42995,1,"f"],[42996,1,"q"],[42997,1,"\ua7f6"],[42998,2],[42999,2],[43000,1,"\u0127"],[43001,1,"\u0153"],[43002,2],[[43003,43007],2],[[43008,43047],2],[[43048,43051],2],[43052,2],[[43053,43055],3],[[43056,43065],2],[[43066,43071],3],[[43072,43123],2],[[43124,43127],2],[[43128,43135],3],[[43136,43204],2],[43205,2],[[43206,43213],3],[[43214,43215],2],[[43216,43225],2],[[43226,43231],3],[[43232,43255],2],[[43256,43258],2],[43259,2],[43260,2],[43261,2],[[43262,43263],2],[[43264,43309],2],[[43310,43311],2],[[43312,43347],2],[[43348,43358],3],[43359,2],[[43360,43388],2],[[43389,43391],3],[[43392,43456],2],[[43457,43469],2],[43470,3],[[43471,43481],2],[[43482,43485],3],[[43486,43487],2],[[43488,43518],2],[43519,3],[[43520,43574],2],[[43575,43583],3],[[43584,43597],2],[[43598,43599],3],[[43600,43609],2],[[43610,43611],3],[[43612,43615],2],[[43616,43638],2],[[43639,43641],2],[[43642,43643],2],[[43644,43647],2],[[43648,43714],2],[[43715,43738],3],[[43739,43741],2],[[43742,43743],2],[[43744,43759],2],[[43760,43761],2],[[43762,43766],2],[[43767,43776],3],[[43777,43782],2],[[43783,43784],3],[[43785,43790],2],[[43791,43792],3],[[43793,43798],2],[[43799,43807],3],[[43808,43814],2],[43815,3],[[43816,43822],2],[43823,3],[[43824,43866],2],[43867,2],[43868,1,"\ua727"],[43869,1,"\uab37"],[43870,1,"\u026b"],[43871,1,"\uab52"],[[43872,43875],2],[[43876,43877],2],[[43878,43879],2],[43880,2],[43881,1,"\u028d"],[[43882,43883],2],[[43884,43887],3],[43888,1,"\u13a0"],[43889,1,"\u13a1"],[43890,1,"\u13a2"],[43891,1,"\u13a3"],[43892,1,"\u13a4"],[43893,1,"\u13a5"],[43894,1,"\u13a6"],[43895,1,"\u13a7"],[43896,1,"\u13a8"],[43897,1,"\u13a9"],[43898,1,"\u13aa"],[43899,1,"\u13ab"],[43900,1,"\u13ac"],[43901,1,"\u13ad"],[43902,1,"\u13ae"],[43903,1,"\u13af"],[43904,1,"\u13b0"],[43905,1,"\u13b1"],[43906,1,"\u13b2"],[43907,1,"\u13b3"],[43908,1,"\u13b4"],[43909,1,"\u13b5"],[43910,1,"\u13b6"],[43911,1,"\u13b7"],[43912,1,"\u13b8"],[43913,1,"\u13b9"],[43914,1,"\u13ba"],[43915,1,"\u13bb"],[43916,1,"\u13bc"],[43917,1,"\u13bd"],[43918,1,"\u13be"],[43919,1,"\u13bf"],[43920,1,"\u13c0"],[43921,1,"\u13c1"],[43922,1,"\u13c2"],[43923,1,"\u13c3"],[43924,1,"\u13c4"],[43925,1,"\u13c5"],[43926,1,"\u13c6"],[43927,1,"\u13c7"],[43928,1,"\u13c8"],[43929,1,"\u13c9"],[43930,1,"\u13ca"],[43931,1,"\u13cb"],[43932,1,"\u13cc"],[43933,1,"\u13cd"],[43934,1,"\u13ce"],[43935,1,"\u13cf"],[43936,1,"\u13d0"],[43937,1,"\u13d1"],[43938,1,"\u13d2"],[43939,1,"\u13d3"],[43940,1,"\u13d4"],[43941,1,"\u13d5"],[43942,1,"\u13d6"],[43943,1,"\u13d7"],[43944,1,"\u13d8"],[43945,1,"\u13d9"],[43946,1,"\u13da"],[43947,1,"\u13db"],[43948,1,"\u13dc"],[43949,1,"\u13dd"],[43950,1,"\u13de"],[43951,1,"\u13df"],[43952,1,"\u13e0"],[43953,1,"\u13e1"],[43954,1,"\u13e2"],[43955,1,"\u13e3"],[43956,1,"\u13e4"],[43957,1,"\u13e5"],[43958,1,"\u13e6"],[43959,1,"\u13e7"],[43960,1,"\u13e8"],[43961,1,"\u13e9"],[43962,1,"\u13ea"],[43963,1,"\u13eb"],[43964,1,"\u13ec"],[43965,1,"\u13ed"],[43966,1,"\u13ee"],[43967,1,"\u13ef"],[[43968,44010],2],[44011,2],[[44012,44013],2],[[44014,44015],3],[[44016,44025],2],[[44026,44031],3],[[44032,55203],2],[[55204,55215],3],[[55216,55238],2],[[55239,55242],3],[[55243,55291],2],[[55292,55295],3],[[55296,57343],3],[[57344,63743],3],[63744,1,"\u8c48"],[63745,1,"\u66f4"],[63746,1,"\u8eca"],[63747,1,"\u8cc8"],[63748,1,"\u6ed1"],[63749,1,"\u4e32"],[63750,1,"\u53e5"],[[63751,63752],1,"\u9f9c"],[63753,1,"\u5951"],[63754,1,"\u91d1"],[63755,1,"\u5587"],[63756,1,"\u5948"],[63757,1,"\u61f6"],[63758,1,"\u7669"],[63759,1,"\u7f85"],[63760,1,"\u863f"],[63761,1,"\u87ba"],[63762,1,"\u88f8"],[63763,1,"\u908f"],[63764,1,"\u6a02"],[63765,1,"\u6d1b"],[63766,1,"\u70d9"],[63767,1,"\u73de"],[63768,1,"\u843d"],[63769,1,"\u916a"],[63770,1,"\u99f1"],[63771,1,"\u4e82"],[63772,1,"\u5375"],[63773,1,"\u6b04"],[63774,1,"\u721b"],[63775,1,"\u862d"],[63776,1,"\u9e1e"],[63777,1,"\u5d50"],[63778,1,"\u6feb"],[63779,1,"\u85cd"],[63780,1,"\u8964"],[63781,1,"\u62c9"],[63782,1,"\u81d8"],[63783,1,"\u881f"],[63784,1,"\u5eca"],[63785,1,"\u6717"],[63786,1,"\u6d6a"],[63787,1,"\u72fc"],[63788,1,"\u90ce"],[63789,1,"\u4f86"],[63790,1,"\u51b7"],[63791,1,"\u52de"],[63792,1,"\u64c4"],[63793,1,"\u6ad3"],[63794,1,"\u7210"],[63795,1,"\u76e7"],[63796,1,"\u8001"],[63797,1,"\u8606"],[63798,1,"\u865c"],[63799,1,"\u8def"],[63800,1,"\u9732"],[63801,1,"\u9b6f"],[63802,1,"\u9dfa"],[63803,1,"\u788c"],[63804,1,"\u797f"],[63805,1,"\u7da0"],[63806,1,"\u83c9"],[63807,1,"\u9304"],[63808,1,"\u9e7f"],[63809,1,"\u8ad6"],[63810,1,"\u58df"],[63811,1,"\u5f04"],[63812,1,"\u7c60"],[63813,1,"\u807e"],[63814,1,"\u7262"],[63815,1,"\u78ca"],[63816,1,"\u8cc2"],[63817,1,"\u96f7"],[63818,1,"\u58d8"],[63819,1,"\u5c62"],[63820,1,"\u6a13"],[63821,1,"\u6dda"],[63822,1,"\u6f0f"],[63823,1,"\u7d2f"],[63824,1,"\u7e37"],[63825,1,"\u964b"],[63826,1,"\u52d2"],[63827,1,"\u808b"],[63828,1,"\u51dc"],[63829,1,"\u51cc"],[63830,1,"\u7a1c"],[63831,1,"\u7dbe"],[63832,1,"\u83f1"],[63833,1,"\u9675"],[63834,1,"\u8b80"],[63835,1,"\u62cf"],[63836,1,"\u6a02"],[63837,1,"\u8afe"],[63838,1,"\u4e39"],[63839,1,"\u5be7"],[63840,1,"\u6012"],[63841,1,"\u7387"],[63842,1,"\u7570"],[63843,1,"\u5317"],[63844,1,"\u78fb"],[63845,1,"\u4fbf"],[63846,1,"\u5fa9"],[63847,1,"\u4e0d"],[63848,1,"\u6ccc"],[63849,1,"\u6578"],[63850,1,"\u7d22"],[63851,1,"\u53c3"],[63852,1,"\u585e"],[63853,1,"\u7701"],[63854,1,"\u8449"],[63855,1,"\u8aaa"],[63856,1,"\u6bba"],[63857,1,"\u8fb0"],[63858,1,"\u6c88"],[63859,1,"\u62fe"],[63860,1,"\u82e5"],[63861,1,"\u63a0"],[63862,1,"\u7565"],[63863,1,"\u4eae"],[63864,1,"\u5169"],[63865,1,"\u51c9"],[63866,1,"\u6881"],[63867,1,"\u7ce7"],[63868,1,"\u826f"],[63869,1,"\u8ad2"],[63870,1,"\u91cf"],[63871,1,"\u52f5"],[63872,1,"\u5442"],[63873,1,"\u5973"],[63874,1,"\u5eec"],[63875,1,"\u65c5"],[63876,1,"\u6ffe"],[63877,1,"\u792a"],[63878,1,"\u95ad"],[63879,1,"\u9a6a"],[63880,1,"\u9e97"],[63881,1,"\u9ece"],[63882,1,"\u529b"],[63883,1,"\u66c6"],[63884,1,"\u6b77"],[63885,1,"\u8f62"],[63886,1,"\u5e74"],[63887,1,"\u6190"],[63888,1,"\u6200"],[63889,1,"\u649a"],[63890,1,"\u6f23"],[63891,1,"\u7149"],[63892,1,"\u7489"],[63893,1,"\u79ca"],[63894,1,"\u7df4"],[63895,1,"\u806f"],[63896,1,"\u8f26"],[63897,1,"\u84ee"],[63898,1,"\u9023"],[63899,1,"\u934a"],[63900,1,"\u5217"],[63901,1,"\u52a3"],[63902,1,"\u54bd"],[63903,1,"\u70c8"],[63904,1,"\u88c2"],[63905,1,"\u8aaa"],[63906,1,"\u5ec9"],[63907,1,"\u5ff5"],[63908,1,"\u637b"],[63909,1,"\u6bae"],[63910,1,"\u7c3e"],[63911,1,"\u7375"],[63912,1,"\u4ee4"],[63913,1,"\u56f9"],[63914,1,"\u5be7"],[63915,1,"\u5dba"],[63916,1,"\u601c"],[63917,1,"\u73b2"],[63918,1,"\u7469"],[63919,1,"\u7f9a"],[63920,1,"\u8046"],[63921,1,"\u9234"],[63922,1,"\u96f6"],[63923,1,"\u9748"],[63924,1,"\u9818"],[63925,1,"\u4f8b"],[63926,1,"\u79ae"],[63927,1,"\u91b4"],[63928,1,"\u96b8"],[63929,1,"\u60e1"],[63930,1,"\u4e86"],[63931,1,"\u50da"],[63932,1,"\u5bee"],[63933,1,"\u5c3f"],[63934,1,"\u6599"],[63935,1,"\u6a02"],[63936,1,"\u71ce"],[63937,1,"\u7642"],[63938,1,"\u84fc"],[63939,1,"\u907c"],[63940,1,"\u9f8d"],[63941,1,"\u6688"],[63942,1,"\u962e"],[63943,1,"\u5289"],[63944,1,"\u677b"],[63945,1,"\u67f3"],[63946,1,"\u6d41"],[63947,1,"\u6e9c"],[63948,1,"\u7409"],[63949,1,"\u7559"],[63950,1,"\u786b"],[63951,1,"\u7d10"],[63952,1,"\u985e"],[63953,1,"\u516d"],[63954,1,"\u622e"],[63955,1,"\u9678"],[63956,1,"\u502b"],[63957,1,"\u5d19"],[63958,1,"\u6dea"],[63959,1,"\u8f2a"],[63960,1,"\u5f8b"],[63961,1,"\u6144"],[63962,1,"\u6817"],[63963,1,"\u7387"],[63964,1,"\u9686"],[63965,1,"\u5229"],[63966,1,"\u540f"],[63967,1,"\u5c65"],[63968,1,"\u6613"],[63969,1,"\u674e"],[63970,1,"\u68a8"],[63971,1,"\u6ce5"],[63972,1,"\u7406"],[63973,1,"\u75e2"],[63974,1,"\u7f79"],[63975,1,"\u88cf"],[63976,1,"\u88e1"],[63977,1,"\u91cc"],[63978,1,"\u96e2"],[63979,1,"\u533f"],[63980,1,"\u6eba"],[63981,1,"\u541d"],[63982,1,"\u71d0"],[63983,1,"\u7498"],[63984,1,"\u85fa"],[63985,1,"\u96a3"],[63986,1,"\u9c57"],[63987,1,"\u9e9f"],[63988,1,"\u6797"],[63989,1,"\u6dcb"],[63990,1,"\u81e8"],[63991,1,"\u7acb"],[63992,1,"\u7b20"],[63993,1,"\u7c92"],[63994,1,"\u72c0"],[63995,1,"\u7099"],[63996,1,"\u8b58"],[63997,1,"\u4ec0"],[63998,1,"\u8336"],[63999,1,"\u523a"],[64000,1,"\u5207"],[64001,1,"\u5ea6"],[64002,1,"\u62d3"],[64003,1,"\u7cd6"],[64004,1,"\u5b85"],[64005,1,"\u6d1e"],[64006,1,"\u66b4"],[64007,1,"\u8f3b"],[64008,1,"\u884c"],[64009,1,"\u964d"],[64010,1,"\u898b"],[64011,1,"\u5ed3"],[64012,1,"\u5140"],[64013,1,"\u55c0"],[[64014,64015],2],[64016,1,"\u585a"],[64017,2],[64018,1,"\u6674"],[[64019,64020],2],[64021,1,"\u51de"],[64022,1,"\u732a"],[64023,1,"\u76ca"],[64024,1,"\u793c"],[64025,1,"\u795e"],[64026,1,"\u7965"],[64027,1,"\u798f"],[64028,1,"\u9756"],[64029,1,"\u7cbe"],[64030,1,"\u7fbd"],[64031,2],[64032,1,"\u8612"],[64033,2],[64034,1,"\u8af8"],[[64035,64036],2],[64037,1,"\u9038"],[64038,1,"\u90fd"],[[64039,64041],2],[64042,1,"\u98ef"],[64043,1,"\u98fc"],[64044,1,"\u9928"],[64045,1,"\u9db4"],[64046,1,"\u90de"],[64047,1,"\u96b7"],[64048,1,"\u4fae"],[64049,1,"\u50e7"],[64050,1,"\u514d"],[64051,1,"\u52c9"],[64052,1,"\u52e4"],[64053,1,"\u5351"],[64054,1,"\u559d"],[64055,1,"\u5606"],[64056,1,"\u5668"],[64057,1,"\u5840"],[64058,1,"\u58a8"],[64059,1,"\u5c64"],[64060,1,"\u5c6e"],[64061,1,"\u6094"],[64062,1,"\u6168"],[64063,1,"\u618e"],[64064,1,"\u61f2"],[64065,1,"\u654f"],[64066,1,"\u65e2"],[64067,1,"\u6691"],[64068,1,"\u6885"],[64069,1,"\u6d77"],[64070,1,"\u6e1a"],[64071,1,"\u6f22"],[64072,1,"\u716e"],[64073,1,"\u722b"],[64074,1,"\u7422"],[64075,1,"\u7891"],[64076,1,"\u793e"],[64077,1,"\u7949"],[64078,1,"\u7948"],[64079,1,"\u7950"],[64080,1,"\u7956"],[64081,1,"\u795d"],[64082,1,"\u798d"],[64083,1,"\u798e"],[64084,1,"\u7a40"],[64085,1,"\u7a81"],[64086,1,"\u7bc0"],[64087,1,"\u7df4"],[64088,1,"\u7e09"],[64089,1,"\u7e41"],[64090,1,"\u7f72"],[64091,1,"\u8005"],[64092,1,"\u81ed"],[[64093,64094],1,"\u8279"],[64095,1,"\u8457"],[64096,1,"\u8910"],[64097,1,"\u8996"],[64098,1,"\u8b01"],[64099,1,"\u8b39"],[64100,1,"\u8cd3"],[64101,1,"\u8d08"],[64102,1,"\u8fb6"],[64103,1,"\u9038"],[64104,1,"\u96e3"],[64105,1,"\u97ff"],[64106,1,"\u983b"],[64107,1,"\u6075"],[64108,1,"\ud850\udeee"],[64109,1,"\u8218"],[[64110,64111],3],[64112,1,"\u4e26"],[64113,1,"\u51b5"],[64114,1,"\u5168"],[64115,1,"\u4f80"],[64116,1,"\u5145"],[64117,1,"\u5180"],[64118,1,"\u52c7"],[64119,1,"\u52fa"],[64120,1,"\u559d"],[64121,1,"\u5555"],[64122,1,"\u5599"],[64123,1,"\u55e2"],[64124,1,"\u585a"],[64125,1,"\u58b3"],[64126,1,"\u5944"],[64127,1,"\u5954"],[64128,1,"\u5a62"],[64129,1,"\u5b28"],[64130,1,"\u5ed2"],[64131,1,"\u5ed9"],[64132,1,"\u5f69"],[64133,1,"\u5fad"],[64134,1,"\u60d8"],[64135,1,"\u614e"],[64136,1,"\u6108"],[64137,1,"\u618e"],[64138,1,"\u6160"],[64139,1,"\u61f2"],[64140,1,"\u6234"],[64141,1,"\u63c4"],[64142,1,"\u641c"],[64143,1,"\u6452"],[64144,1,"\u6556"],[64145,1,"\u6674"],[64146,1,"\u6717"],[64147,1,"\u671b"],[64148,1,"\u6756"],[64149,1,"\u6b79"],[64150,1,"\u6bba"],[64151,1,"\u6d41"],[64152,1,"\u6edb"],[64153,1,"\u6ecb"],[64154,1,"\u6f22"],[64155,1,"\u701e"],[64156,1,"\u716e"],[64157,1,"\u77a7"],[64158,1,"\u7235"],[64159,1,"\u72af"],[64160,1,"\u732a"],[64161,1,"\u7471"],[64162,1,"\u7506"],[64163,1,"\u753b"],[64164,1,"\u761d"],[64165,1,"\u761f"],[64166,1,"\u76ca"],[64167,1,"\u76db"],[64168,1,"\u76f4"],[64169,1,"\u774a"],[64170,1,"\u7740"],[64171,1,"\u78cc"],[64172,1,"\u7ab1"],[64173,1,"\u7bc0"],[64174,1,"\u7c7b"],[64175,1,"\u7d5b"],[64176,1,"\u7df4"],[64177,1,"\u7f3e"],[64178,1,"\u8005"],[64179,1,"\u8352"],[64180,1,"\u83ef"],[64181,1,"\u8779"],[64182,1,"\u8941"],[64183,1,"\u8986"],[64184,1,"\u8996"],[64185,1,"\u8abf"],[64186,1,"\u8af8"],[64187,1,"\u8acb"],[64188,1,"\u8b01"],[64189,1,"\u8afe"],[64190,1,"\u8aed"],[64191,1,"\u8b39"],[64192,1,"\u8b8a"],[64193,1,"\u8d08"],[64194,1,"\u8f38"],[64195,1,"\u9072"],[64196,1,"\u9199"],[64197,1,"\u9276"],[64198,1,"\u967c"],[64199,1,"\u96e3"],[64200,1,"\u9756"],[64201,1,"\u97db"],[64202,1,"\u97ff"],[64203,1,"\u980b"],[64204,1,"\u983b"],[64205,1,"\u9b12"],[64206,1,"\u9f9c"],[64207,1,"\ud84a\udc4a"],[64208,1,"\ud84a\udc44"],[64209,1,"\ud84c\udfd5"],[64210,1,"\u3b9d"],[64211,1,"\u4018"],[64212,1,"\u4039"],[64213,1,"\ud854\ude49"],[64214,1,"\ud857\udcd0"],[64215,1,"\ud85f\uded3"],[64216,1,"\u9f43"],[64217,1,"\u9f8e"],[[64218,64255],3],[64256,1,"ff"],[64257,1,"fi"],[64258,1,"fl"],[64259,1,"ffi"],[64260,1,"ffl"],[[64261,64262],1,"st"],[[64263,64274],3],[64275,1,"\u0574\u0576"],[64276,1,"\u0574\u0565"],[64277,1,"\u0574\u056b"],[64278,1,"\u057e\u0576"],[64279,1,"\u0574\u056d"],[[64280,64284],3],[64285,1,"\u05d9\u05b4"],[64286,2],[64287,1,"\u05f2\u05b7"],[64288,1,"\u05e2"],[64289,1,"\u05d0"],[64290,1,"\u05d3"],[64291,1,"\u05d4"],[64292,1,"\u05db"],[64293,1,"\u05dc"],[64294,1,"\u05dd"],[64295,1,"\u05e8"],[64296,1,"\u05ea"],[64297,1,"+"],[64298,1,"\u05e9\u05c1"],[64299,1,"\u05e9\u05c2"],[64300,1,"\u05e9\u05bc\u05c1"],[64301,1,"\u05e9\u05bc\u05c2"],[64302,1,"\u05d0\u05b7"],[64303,1,"\u05d0\u05b8"],[64304,1,"\u05d0\u05bc"],[64305,1,"\u05d1\u05bc"],[64306,1,"\u05d2\u05bc"],[64307,1,"\u05d3\u05bc"],[64308,1,"\u05d4\u05bc"],[64309,1,"\u05d5\u05bc"],[64310,1,"\u05d6\u05bc"],[64311,3],[64312,1,"\u05d8\u05bc"],[64313,1,"\u05d9\u05bc"],[64314,1,"\u05da\u05bc"],[64315,1,"\u05db\u05bc"],[64316,1,"\u05dc\u05bc"],[64317,3],[64318,1,"\u05de\u05bc"],[64319,3],[64320,1,"\u05e0\u05bc"],[64321,1,"\u05e1\u05bc"],[64322,3],[64323,1,"\u05e3\u05bc"],[64324,1,"\u05e4\u05bc"],[64325,3],[64326,1,"\u05e6\u05bc"],[64327,1,"\u05e7\u05bc"],[64328,1,"\u05e8\u05bc"],[64329,1,"\u05e9\u05bc"],[64330,1,"\u05ea\u05bc"],[64331,1,"\u05d5\u05b9"],[64332,1,"\u05d1\u05bf"],[64333,1,"\u05db\u05bf"],[64334,1,"\u05e4\u05bf"],[64335,1,"\u05d0\u05dc"],[[64336,64337],1,"\u0671"],[[64338,64341],1,"\u067b"],[[64342,64345],1,"\u067e"],[[64346,64349],1,"\u0680"],[[64350,64353],1,"\u067a"],[[64354,64357],1,"\u067f"],[[64358,64361],1,"\u0679"],[[64362,64365],1,"\u06a4"],[[64366,64369],1,"\u06a6"],[[64370,64373],1,"\u0684"],[[64374,64377],1,"\u0683"],[[64378,64381],1,"\u0686"],[[64382,64385],1,"\u0687"],[[64386,64387],1,"\u068d"],[[64388,64389],1,"\u068c"],[[64390,64391],1,"\u068e"],[[64392,64393],1,"\u0688"],[[64394,64395],1,"\u0698"],[[64396,64397],1,"\u0691"],[[64398,64401],1,"\u06a9"],[[64402,64405],1,"\u06af"],[[64406,64409],1,"\u06b3"],[[64410,64413],1,"\u06b1"],[[64414,64415],1,"\u06ba"],[[64416,64419],1,"\u06bb"],[[64420,64421],1,"\u06c0"],[[64422,64425],1,"\u06c1"],[[64426,64429],1,"\u06be"],[[64430,64431],1,"\u06d2"],[[64432,64433],1,"\u06d3"],[[64434,64449],2],[64450,2],[[64451,64466],3],[[64467,64470],1,"\u06ad"],[[64471,64472],1,"\u06c7"],[[64473,64474],1,"\u06c6"],[[64475,64476],1,"\u06c8"],[64477,1,"\u06c7\u0674"],[[64478,64479],1,"\u06cb"],[[64480,64481],1,"\u06c5"],[[64482,64483],1,"\u06c9"],[[64484,64487],1,"\u06d0"],[[64488,64489],1,"\u0649"],[[64490,64491],1,"\u0626\u0627"],[[64492,64493],1,"\u0626\u06d5"],[[64494,64495],1,"\u0626\u0648"],[[64496,64497],1,"\u0626\u06c7"],[[64498,64499],1,"\u0626\u06c6"],[[64500,64501],1,"\u0626\u06c8"],[[64502,64504],1,"\u0626\u06d0"],[[64505,64507],1,"\u0626\u0649"],[[64508,64511],1,"\u06cc"],[64512,1,"\u0626\u062c"],[64513,1,"\u0626\u062d"],[64514,1,"\u0626\u0645"],[64515,1,"\u0626\u0649"],[64516,1,"\u0626\u064a"],[64517,1,"\u0628\u062c"],[64518,1,"\u0628\u062d"],[64519,1,"\u0628\u062e"],[64520,1,"\u0628\u0645"],[64521,1,"\u0628\u0649"],[64522,1,"\u0628\u064a"],[64523,1,"\u062a\u062c"],[64524,1,"\u062a\u062d"],[64525,1,"\u062a\u062e"],[64526,1,"\u062a\u0645"],[64527,1,"\u062a\u0649"],[64528,1,"\u062a\u064a"],[64529,1,"\u062b\u062c"],[64530,1,"\u062b\u0645"],[64531,1,"\u062b\u0649"],[64532,1,"\u062b\u064a"],[64533,1,"\u062c\u062d"],[64534,1,"\u062c\u0645"],[64535,1,"\u062d\u062c"],[64536,1,"\u062d\u0645"],[64537,1,"\u062e\u062c"],[64538,1,"\u062e\u062d"],[64539,1,"\u062e\u0645"],[64540,1,"\u0633\u062c"],[64541,1,"\u0633\u062d"],[64542,1,"\u0633\u062e"],[64543,1,"\u0633\u0645"],[64544,1,"\u0635\u062d"],[64545,1,"\u0635\u0645"],[64546,1,"\u0636\u062c"],[64547,1,"\u0636\u062d"],[64548,1,"\u0636\u062e"],[64549,1,"\u0636\u0645"],[64550,1,"\u0637\u062d"],[64551,1,"\u0637\u0645"],[64552,1,"\u0638\u0645"],[64553,1,"\u0639\u062c"],[64554,1,"\u0639\u0645"],[64555,1,"\u063a\u062c"],[64556,1,"\u063a\u0645"],[64557,1,"\u0641\u062c"],[64558,1,"\u0641\u062d"],[64559,1,"\u0641\u062e"],[64560,1,"\u0641\u0645"],[64561,1,"\u0641\u0649"],[64562,1,"\u0641\u064a"],[64563,1,"\u0642\u062d"],[64564,1,"\u0642\u0645"],[64565,1,"\u0642\u0649"],[64566,1,"\u0642\u064a"],[64567,1,"\u0643\u0627"],[64568,1,"\u0643\u062c"],[64569,1,"\u0643\u062d"],[64570,1,"\u0643\u062e"],[64571,1,"\u0643\u0644"],[64572,1,"\u0643\u0645"],[64573,1,"\u0643\u0649"],[64574,1,"\u0643\u064a"],[64575,1,"\u0644\u062c"],[64576,1,"\u0644\u062d"],[64577,1,"\u0644\u062e"],[64578,1,"\u0644\u0645"],[64579,1,"\u0644\u0649"],[64580,1,"\u0644\u064a"],[64581,1,"\u0645\u062c"],[64582,1,"\u0645\u062d"],[64583,1,"\u0645\u062e"],[64584,1,"\u0645\u0645"],[64585,1,"\u0645\u0649"],[64586,1,"\u0645\u064a"],[64587,1,"\u0646\u062c"],[64588,1,"\u0646\u062d"],[64589,1,"\u0646\u062e"],[64590,1,"\u0646\u0645"],[64591,1,"\u0646\u0649"],[64592,1,"\u0646\u064a"],[64593,1,"\u0647\u062c"],[64594,1,"\u0647\u0645"],[64595,1,"\u0647\u0649"],[64596,1,"\u0647\u064a"],[64597,1,"\u064a\u062c"],[64598,1,"\u064a\u062d"],[64599,1,"\u064a\u062e"],[64600,1,"\u064a\u0645"],[64601,1,"\u064a\u0649"],[64602,1,"\u064a\u064a"],[64603,1,"\u0630\u0670"],[64604,1,"\u0631\u0670"],[64605,1,"\u0649\u0670"],[64606,1," \u064c\u0651"],[64607,1," \u064d\u0651"],[64608,1," \u064e\u0651"],[64609,1," \u064f\u0651"],[64610,1," \u0650\u0651"],[64611,1," \u0651\u0670"],[64612,1,"\u0626\u0631"],[64613,1,"\u0626\u0632"],[64614,1,"\u0626\u0645"],[64615,1,"\u0626\u0646"],[64616,1,"\u0626\u0649"],[64617,1,"\u0626\u064a"],[64618,1,"\u0628\u0631"],[64619,1,"\u0628\u0632"],[64620,1,"\u0628\u0645"],[64621,1,"\u0628\u0646"],[64622,1,"\u0628\u0649"],[64623,1,"\u0628\u064a"],[64624,1,"\u062a\u0631"],[64625,1,"\u062a\u0632"],[64626,1,"\u062a\u0645"],[64627,1,"\u062a\u0646"],[64628,1,"\u062a\u0649"],[64629,1,"\u062a\u064a"],[64630,1,"\u062b\u0631"],[64631,1,"\u062b\u0632"],[64632,1,"\u062b\u0645"],[64633,1,"\u062b\u0646"],[64634,1,"\u062b\u0649"],[64635,1,"\u062b\u064a"],[64636,1,"\u0641\u0649"],[64637,1,"\u0641\u064a"],[64638,1,"\u0642\u0649"],[64639,1,"\u0642\u064a"],[64640,1,"\u0643\u0627"],[64641,1,"\u0643\u0644"],[64642,1,"\u0643\u0645"],[64643,1,"\u0643\u0649"],[64644,1,"\u0643\u064a"],[64645,1,"\u0644\u0645"],[64646,1,"\u0644\u0649"],[64647,1,"\u0644\u064a"],[64648,1,"\u0645\u0627"],[64649,1,"\u0645\u0645"],[64650,1,"\u0646\u0631"],[64651,1,"\u0646\u0632"],[64652,1,"\u0646\u0645"],[64653,1,"\u0646\u0646"],[64654,1,"\u0646\u0649"],[64655,1,"\u0646\u064a"],[64656,1,"\u0649\u0670"],[64657,1,"\u064a\u0631"],[64658,1,"\u064a\u0632"],[64659,1,"\u064a\u0645"],[64660,1,"\u064a\u0646"],[64661,1,"\u064a\u0649"],[64662,1,"\u064a\u064a"],[64663,1,"\u0626\u062c"],[64664,1,"\u0626\u062d"],[64665,1,"\u0626\u062e"],[64666,1,"\u0626\u0645"],[64667,1,"\u0626\u0647"],[64668,1,"\u0628\u062c"],[64669,1,"\u0628\u062d"],[64670,1,"\u0628\u062e"],[64671,1,"\u0628\u0645"],[64672,1,"\u0628\u0647"],[64673,1,"\u062a\u062c"],[64674,1,"\u062a\u062d"],[64675,1,"\u062a\u062e"],[64676,1,"\u062a\u0645"],[64677,1,"\u062a\u0647"],[64678,1,"\u062b\u0645"],[64679,1,"\u062c\u062d"],[64680,1,"\u062c\u0645"],[64681,1,"\u062d\u062c"],[64682,1,"\u062d\u0645"],[64683,1,"\u062e\u062c"],[64684,1,"\u062e\u0645"],[64685,1,"\u0633\u062c"],[64686,1,"\u0633\u062d"],[64687,1,"\u0633\u062e"],[64688,1,"\u0633\u0645"],[64689,1,"\u0635\u062d"],[64690,1,"\u0635\u062e"],[64691,1,"\u0635\u0645"],[64692,1,"\u0636\u062c"],[64693,1,"\u0636\u062d"],[64694,1,"\u0636\u062e"],[64695,1,"\u0636\u0645"],[64696,1,"\u0637\u062d"],[64697,1,"\u0638\u0645"],[64698,1,"\u0639\u062c"],[64699,1,"\u0639\u0645"],[64700,1,"\u063a\u062c"],[64701,1,"\u063a\u0645"],[64702,1,"\u0641\u062c"],[64703,1,"\u0641\u062d"],[64704,1,"\u0641\u062e"],[64705,1,"\u0641\u0645"],[64706,1,"\u0642\u062d"],[64707,1,"\u0642\u0645"],[64708,1,"\u0643\u062c"],[64709,1,"\u0643\u062d"],[64710,1,"\u0643\u062e"],[64711,1,"\u0643\u0644"],[64712,1,"\u0643\u0645"],[64713,1,"\u0644\u062c"],[64714,1,"\u0644\u062d"],[64715,1,"\u0644\u062e"],[64716,1,"\u0644\u0645"],[64717,1,"\u0644\u0647"],[64718,1,"\u0645\u062c"],[64719,1,"\u0645\u062d"],[64720,1,"\u0645\u062e"],[64721,1,"\u0645\u0645"],[64722,1,"\u0646\u062c"],[64723,1,"\u0646\u062d"],[64724,1,"\u0646\u062e"],[64725,1,"\u0646\u0645"],[64726,1,"\u0646\u0647"],[64727,1,"\u0647\u062c"],[64728,1,"\u0647\u0645"],[64729,1,"\u0647\u0670"],[64730,1,"\u064a\u062c"],[64731,1,"\u064a\u062d"],[64732,1,"\u064a\u062e"],[64733,1,"\u064a\u0645"],[64734,1,"\u064a\u0647"],[64735,1,"\u0626\u0645"],[64736,1,"\u0626\u0647"],[64737,1,"\u0628\u0645"],[64738,1,"\u0628\u0647"],[64739,1,"\u062a\u0645"],[64740,1,"\u062a\u0647"],[64741,1,"\u062b\u0645"],[64742,1,"\u062b\u0647"],[64743,1,"\u0633\u0645"],[64744,1,"\u0633\u0647"],[64745,1,"\u0634\u0645"],[64746,1,"\u0634\u0647"],[64747,1,"\u0643\u0644"],[64748,1,"\u0643\u0645"],[64749,1,"\u0644\u0645"],[64750,1,"\u0646\u0645"],[64751,1,"\u0646\u0647"],[64752,1,"\u064a\u0645"],[64753,1,"\u064a\u0647"],[64754,1,"\u0640\u064e\u0651"],[64755,1,"\u0640\u064f\u0651"],[64756,1,"\u0640\u0650\u0651"],[64757,1,"\u0637\u0649"],[64758,1,"\u0637\u064a"],[64759,1,"\u0639\u0649"],[64760,1,"\u0639\u064a"],[64761,1,"\u063a\u0649"],[64762,1,"\u063a\u064a"],[64763,1,"\u0633\u0649"],[64764,1,"\u0633\u064a"],[64765,1,"\u0634\u0649"],[64766,1,"\u0634\u064a"],[64767,1,"\u062d\u0649"],[64768,1,"\u062d\u064a"],[64769,1,"\u062c\u0649"],[64770,1,"\u062c\u064a"],[64771,1,"\u062e\u0649"],[64772,1,"\u062e\u064a"],[64773,1,"\u0635\u0649"],[64774,1,"\u0635\u064a"],[64775,1,"\u0636\u0649"],[64776,1,"\u0636\u064a"],[64777,1,"\u0634\u062c"],[64778,1,"\u0634\u062d"],[64779,1,"\u0634\u062e"],[64780,1,"\u0634\u0645"],[64781,1,"\u0634\u0631"],[64782,1,"\u0633\u0631"],[64783,1,"\u0635\u0631"],[64784,1,"\u0636\u0631"],[64785,1,"\u0637\u0649"],[64786,1,"\u0637\u064a"],[64787,1,"\u0639\u0649"],[64788,1,"\u0639\u064a"],[64789,1,"\u063a\u0649"],[64790,1,"\u063a\u064a"],[64791,1,"\u0633\u0649"],[64792,1,"\u0633\u064a"],[64793,1,"\u0634\u0649"],[64794,1,"\u0634\u064a"],[64795,1,"\u062d\u0649"],[64796,1,"\u062d\u064a"],[64797,1,"\u062c\u0649"],[64798,1,"\u062c\u064a"],[64799,1,"\u062e\u0649"],[64800,1,"\u062e\u064a"],[64801,1,"\u0635\u0649"],[64802,1,"\u0635\u064a"],[64803,1,"\u0636\u0649"],[64804,1,"\u0636\u064a"],[64805,1,"\u0634\u062c"],[64806,1,"\u0634\u062d"],[64807,1,"\u0634\u062e"],[64808,1,"\u0634\u0645"],[64809,1,"\u0634\u0631"],[64810,1,"\u0633\u0631"],[64811,1,"\u0635\u0631"],[64812,1,"\u0636\u0631"],[64813,1,"\u0634\u062c"],[64814,1,"\u0634\u062d"],[64815,1,"\u0634\u062e"],[64816,1,"\u0634\u0645"],[64817,1,"\u0633\u0647"],[64818,1,"\u0634\u0647"],[64819,1,"\u0637\u0645"],[64820,1,"\u0633\u062c"],[64821,1,"\u0633\u062d"],[64822,1,"\u0633\u062e"],[64823,1,"\u0634\u062c"],[64824,1,"\u0634\u062d"],[64825,1,"\u0634\u062e"],[64826,1,"\u0637\u0645"],[64827,1,"\u0638\u0645"],[[64828,64829],1,"\u0627\u064b"],[[64830,64831],2],[[64832,64847],2],[64848,1,"\u062a\u062c\u0645"],[[64849,64850],1,"\u062a\u062d\u062c"],[64851,1,"\u062a\u062d\u0645"],[64852,1,"\u062a\u062e\u0645"],[64853,1,"\u062a\u0645\u062c"],[64854,1,"\u062a\u0645\u062d"],[64855,1,"\u062a\u0645\u062e"],[[64856,64857],1,"\u062c\u0645\u062d"],[64858,1,"\u062d\u0645\u064a"],[64859,1,"\u062d\u0645\u0649"],[64860,1,"\u0633\u062d\u062c"],[64861,1,"\u0633\u062c\u062d"],[64862,1,"\u0633\u062c\u0649"],[[64863,64864],1,"\u0633\u0645\u062d"],[64865,1,"\u0633\u0645\u062c"],[[64866,64867],1,"\u0633\u0645\u0645"],[[64868,64869],1,"\u0635\u062d\u062d"],[64870,1,"\u0635\u0645\u0645"],[[64871,64872],1,"\u0634\u062d\u0645"],[64873,1,"\u0634\u062c\u064a"],[[64874,64875],1,"\u0634\u0645\u062e"],[[64876,64877],1,"\u0634\u0645\u0645"],[64878,1,"\u0636\u062d\u0649"],[[64879,64880],1,"\u0636\u062e\u0645"],[[64881,64882],1,"\u0637\u0645\u062d"],[64883,1,"\u0637\u0645\u0645"],[64884,1,"\u0637\u0645\u064a"],[64885,1,"\u0639\u062c\u0645"],[[64886,64887],1,"\u0639\u0645\u0645"],[64888,1,"\u0639\u0645\u0649"],[64889,1,"\u063a\u0645\u0645"],[64890,1,"\u063a\u0645\u064a"],[64891,1,"\u063a\u0645\u0649"],[[64892,64893],1,"\u0641\u062e\u0645"],[64894,1,"\u0642\u0645\u062d"],[64895,1,"\u0642\u0645\u0645"],[64896,1,"\u0644\u062d\u0645"],[64897,1,"\u0644\u062d\u064a"],[64898,1,"\u0644\u062d\u0649"],[[64899,64900],1,"\u0644\u062c\u062c"],[[64901,64902],1,"\u0644\u062e\u0645"],[[64903,64904],1,"\u0644\u0645\u062d"],[64905,1,"\u0645\u062d\u062c"],[64906,1,"\u0645\u062d\u0645"],[64907,1,"\u0645\u062d\u064a"],[64908,1,"\u0645\u062c\u062d"],[64909,1,"\u0645\u062c\u0645"],[64910,1,"\u0645\u062e\u062c"],[64911,1,"\u0645\u062e\u0645"],[[64912,64913],3],[64914,1,"\u0645\u062c\u062e"],[64915,1,"\u0647\u0645\u062c"],[64916,1,"\u0647\u0645\u0645"],[64917,1,"\u0646\u062d\u0645"],[64918,1,"\u0646\u062d\u0649"],[[64919,64920],1,"\u0646\u062c\u0645"],[64921,1,"\u0646\u062c\u0649"],[64922,1,"\u0646\u0645\u064a"],[64923,1,"\u0646\u0645\u0649"],[[64924,64925],1,"\u064a\u0645\u0645"],[64926,1,"\u0628\u062e\u064a"],[64927,1,"\u062a\u062c\u064a"],[64928,1,"\u062a\u062c\u0649"],[64929,1,"\u062a\u062e\u064a"],[64930,1,"\u062a\u062e\u0649"],[64931,1,"\u062a\u0645\u064a"],[64932,1,"\u062a\u0645\u0649"],[64933,1,"\u062c\u0645\u064a"],[64934,1,"\u062c\u062d\u0649"],[64935,1,"\u062c\u0645\u0649"],[64936,1,"\u0633\u062e\u0649"],[64937,1,"\u0635\u062d\u064a"],[64938,1,"\u0634\u062d\u064a"],[64939,1,"\u0636\u062d\u064a"],[64940,1,"\u0644\u062c\u064a"],[64941,1,"\u0644\u0645\u064a"],[64942,1,"\u064a\u062d\u064a"],[64943,1,"\u064a\u062c\u064a"],[64944,1,"\u064a\u0645\u064a"],[64945,1,"\u0645\u0645\u064a"],[64946,1,"\u0642\u0645\u064a"],[64947,1,"\u0646\u062d\u064a"],[64948,1,"\u0642\u0645\u062d"],[64949,1,"\u0644\u062d\u0645"],[64950,1,"\u0639\u0645\u064a"],[64951,1,"\u0643\u0645\u064a"],[64952,1,"\u0646\u062c\u062d"],[64953,1,"\u0645\u062e\u064a"],[64954,1,"\u0644\u062c\u0645"],[64955,1,"\u0643\u0645\u0645"],[64956,1,"\u0644\u062c\u0645"],[64957,1,"\u0646\u062c\u062d"],[64958,1,"\u062c\u062d\u064a"],[64959,1,"\u062d\u062c\u064a"],[64960,1,"\u0645\u062c\u064a"],[64961,1,"\u0641\u0645\u064a"],[64962,1,"\u0628\u062d\u064a"],[64963,1,"\u0643\u0645\u0645"],[64964,1,"\u0639\u062c\u0645"],[64965,1,"\u0635\u0645\u0645"],[64966,1,"\u0633\u062e\u064a"],[64967,1,"\u0646\u062c\u064a"],[[64968,64974],3],[64975,2],[[64976,65007],3],[65008,1,"\u0635\u0644\u06d2"],[65009,1,"\u0642\u0644\u06d2"],[65010,1,"\u0627\u0644\u0644\u0647"],[65011,1,"\u0627\u0643\u0628\u0631"],[65012,1,"\u0645\u062d\u0645\u062f"],[65013,1,"\u0635\u0644\u0639\u0645"],[65014,1,"\u0631\u0633\u0648\u0644"],[65015,1,"\u0639\u0644\u064a\u0647"],[65016,1,"\u0648\u0633\u0644\u0645"],[65017,1,"\u0635\u0644\u0649"],[65018,1,"\u0635\u0644\u0649 \u0627\u0644\u0644\u0647 \u0639\u0644\u064a\u0647 \u0648\u0633\u0644\u0645"],[65019,1,"\u062c\u0644 \u062c\u0644\u0627\u0644\u0647"],[65020,1,"\u0631\u06cc\u0627\u0644"],[65021,2],[[65022,65023],2],[[65024,65039],7],[65040,1,","],[65041,1,"\u3001"],[65042,3],[65043,1,":"],[65044,1,";"],[65045,1,"!"],[65046,1,"?"],[65047,1,"\u3016"],[65048,1,"\u3017"],[65049,3],[[65050,65055],3],[[65056,65059],2],[[65060,65062],2],[[65063,65069],2],[[65070,65071],2],[65072,3],[65073,1,"\u2014"],[65074,1,"\u2013"],[[65075,65076],1,"_"],[65077,1,"("],[65078,1,")"],[65079,1,"{"],[65080,1,"}"],[65081,1,"\u3014"],[65082,1,"\u3015"],[65083,1,"\u3010"],[65084,1,"\u3011"],[65085,1,"\u300a"],[65086,1,"\u300b"],[65087,1,"\u3008"],[65088,1,"\u3009"],[65089,1,"\u300c"],[65090,1,"\u300d"],[65091,1,"\u300e"],[65092,1,"\u300f"],[[65093,65094],2],[65095,1,"["],[65096,1,"]"],[[65097,65100],1," \u0305"],[[65101,65103],1,"_"],[65104,1,","],[65105,1,"\u3001"],[65106,3],[65107,3],[65108,1,";"],[65109,1,":"],[65110,1,"?"],[65111,1,"!"],[65112,1,"\u2014"],[65113,1,"("],[65114,1,")"],[65115,1,"{"],[65116,1,"}"],[65117,1,"\u3014"],[65118,1,"\u3015"],[65119,1,"#"],[65120,1,"&"],[65121,1,"*"],[65122,1,"+"],[65123,1,"-"],[65124,1,"<"],[65125,1,">"],[65126,1,"="],[65127,3],[65128,1,"\\\\"],[65129,1,"$"],[65130,1,"%"],[65131,1,"@"],[[65132,65135],3],[65136,1," \u064b"],[65137,1,"\u0640\u064b"],[65138,1," \u064c"],[65139,2],[65140,1," \u064d"],[65141,3],[65142,1," \u064e"],[65143,1,"\u0640\u064e"],[65144,1," \u064f"],[65145,1,"\u0640\u064f"],[65146,1," \u0650"],[65147,1,"\u0640\u0650"],[65148,1," \u0651"],[65149,1,"\u0640\u0651"],[65150,1," \u0652"],[65151,1,"\u0640\u0652"],[65152,1,"\u0621"],[[65153,65154],1,"\u0622"],[[65155,65156],1,"\u0623"],[[65157,65158],1,"\u0624"],[[65159,65160],1,"\u0625"],[[65161,65164],1,"\u0626"],[[65165,65166],1,"\u0627"],[[65167,65170],1,"\u0628"],[[65171,65172],1,"\u0629"],[[65173,65176],1,"\u062a"],[[65177,65180],1,"\u062b"],[[65181,65184],1,"\u062c"],[[65185,65188],1,"\u062d"],[[65189,65192],1,"\u062e"],[[65193,65194],1,"\u062f"],[[65195,65196],1,"\u0630"],[[65197,65198],1,"\u0631"],[[65199,65200],1,"\u0632"],[[65201,65204],1,"\u0633"],[[65205,65208],1,"\u0634"],[[65209,65212],1,"\u0635"],[[65213,65216],1,"\u0636"],[[65217,65220],1,"\u0637"],[[65221,65224],1,"\u0638"],[[65225,65228],1,"\u0639"],[[65229,65232],1,"\u063a"],[[65233,65236],1,"\u0641"],[[65237,65240],1,"\u0642"],[[65241,65244],1,"\u0643"],[[65245,65248],1,"\u0644"],[[65249,65252],1,"\u0645"],[[65253,65256],1,"\u0646"],[[65257,65260],1,"\u0647"],[[65261,65262],1,"\u0648"],[[65263,65264],1,"\u0649"],[[65265,65268],1,"\u064a"],[[65269,65270],1,"\u0644\u0622"],[[65271,65272],1,"\u0644\u0623"],[[65273,65274],1,"\u0644\u0625"],[[65275,65276],1,"\u0644\u0627"],[[65277,65278],3],[65279,7],[65280,3],[65281,1,"!"],[65282,1,"\\""],[65283,1,"#"],[65284,1,"$"],[65285,1,"%"],[65286,1,"&"],[65287,1,"\'"],[65288,1,"("],[65289,1,")"],[65290,1,"*"],[65291,1,"+"],[65292,1,","],[65293,1,"-"],[65294,1,"."],[65295,1,"/"],[65296,1,"0"],[65297,1,"1"],[65298,1,"2"],[65299,1,"3"],[65300,1,"4"],[65301,1,"5"],[65302,1,"6"],[65303,1,"7"],[65304,1,"8"],[65305,1,"9"],[65306,1,":"],[65307,1,";"],[65308,1,"<"],[65309,1,"="],[65310,1,">"],[65311,1,"?"],[65312,1,"@"],[65313,1,"a"],[65314,1,"b"],[65315,1,"c"],[65316,1,"d"],[65317,1,"e"],[65318,1,"f"],[65319,1,"g"],[65320,1,"h"],[65321,1,"i"],[65322,1,"j"],[65323,1,"k"],[65324,1,"l"],[65325,1,"m"],[65326,1,"n"],[65327,1,"o"],[65328,1,"p"],[65329,1,"q"],[65330,1,"r"],[65331,1,"s"],[65332,1,"t"],[65333,1,"u"],[65334,1,"v"],[65335,1,"w"],[65336,1,"x"],[65337,1,"y"],[65338,1,"z"],[65339,1,"["],[65340,1,"\\\\"],[65341,1,"]"],[65342,1,"^"],[65343,1,"_"],[65344,1,"`"],[65345,1,"a"],[65346,1,"b"],[65347,1,"c"],[65348,1,"d"],[65349,1,"e"],[65350,1,"f"],[65351,1,"g"],[65352,1,"h"],[65353,1,"i"],[65354,1,"j"],[65355,1,"k"],[65356,1,"l"],[65357,1,"m"],[65358,1,"n"],[65359,1,"o"],[65360,1,"p"],[65361,1,"q"],[65362,1,"r"],[65363,1,"s"],[65364,1,"t"],[65365,1,"u"],[65366,1,"v"],[65367,1,"w"],[65368,1,"x"],[65369,1,"y"],[65370,1,"z"],[65371,1,"{"],[65372,1,"|"],[65373,1,"}"],[65374,1,"~"],[65375,1,"\u2985"],[65376,1,"\u2986"],[65377,1,"."],[65378,1,"\u300c"],[65379,1,"\u300d"],[65380,1,"\u3001"],[65381,1,"\u30fb"],[65382,1,"\u30f2"],[65383,1,"\u30a1"],[65384,1,"\u30a3"],[65385,1,"\u30a5"],[65386,1,"\u30a7"],[65387,1,"\u30a9"],[65388,1,"\u30e3"],[65389,1,"\u30e5"],[65390,1,"\u30e7"],[65391,1,"\u30c3"],[65392,1,"\u30fc"],[65393,1,"\u30a2"],[65394,1,"\u30a4"],[65395,1,"\u30a6"],[65396,1,"\u30a8"],[65397,1,"\u30aa"],[65398,1,"\u30ab"],[65399,1,"\u30ad"],[65400,1,"\u30af"],[65401,1,"\u30b1"],[65402,1,"\u30b3"],[65403,1,"\u30b5"],[65404,1,"\u30b7"],[65405,1,"\u30b9"],[65406,1,"\u30bb"],[65407,1,"\u30bd"],[65408,1,"\u30bf"],[65409,1,"\u30c1"],[65410,1,"\u30c4"],[65411,1,"\u30c6"],[65412,1,"\u30c8"],[65413,1,"\u30ca"],[65414,1,"\u30cb"],[65415,1,"\u30cc"],[65416,1,"\u30cd"],[65417,1,"\u30ce"],[65418,1,"\u30cf"],[65419,1,"\u30d2"],[65420,1,"\u30d5"],[65421,1,"\u30d8"],[65422,1,"\u30db"],[65423,1,"\u30de"],[65424,1,"\u30df"],[65425,1,"\u30e0"],[65426,1,"\u30e1"],[65427,1,"\u30e2"],[65428,1,"\u30e4"],[65429,1,"\u30e6"],[65430,1,"\u30e8"],[65431,1,"\u30e9"],[65432,1,"\u30ea"],[65433,1,"\u30eb"],[65434,1,"\u30ec"],[65435,1,"\u30ed"],[65436,1,"\u30ef"],[65437,1,"\u30f3"],[65438,1,"\u3099"],[65439,1,"\u309a"],[65440,7],[65441,1,"\u1100"],[65442,1,"\u1101"],[65443,1,"\u11aa"],[65444,1,"\u1102"],[65445,1,"\u11ac"],[65446,1,"\u11ad"],[65447,1,"\u1103"],[65448,1,"\u1104"],[65449,1,"\u1105"],[65450,1,"\u11b0"],[65451,1,"\u11b1"],[65452,1,"\u11b2"],[65453,1,"\u11b3"],[65454,1,"\u11b4"],[65455,1,"\u11b5"],[65456,1,"\u111a"],[65457,1,"\u1106"],[65458,1,"\u1107"],[65459,1,"\u1108"],[65460,1,"\u1121"],[65461,1,"\u1109"],[65462,1,"\u110a"],[65463,1,"\u110b"],[65464,1,"\u110c"],[65465,1,"\u110d"],[65466,1,"\u110e"],[65467,1,"\u110f"],[65468,1,"\u1110"],[65469,1,"\u1111"],[65470,1,"\u1112"],[[65471,65473],3],[65474,1,"\u1161"],[65475,1,"\u1162"],[65476,1,"\u1163"],[65477,1,"\u1164"],[65478,1,"\u1165"],[65479,1,"\u1166"],[[65480,65481],3],[65482,1,"\u1167"],[65483,1,"\u1168"],[65484,1,"\u1169"],[65485,1,"\u116a"],[65486,1,"\u116b"],[65487,1,"\u116c"],[[65488,65489],3],[65490,1,"\u116d"],[65491,1,"\u116e"],[65492,1,"\u116f"],[65493,1,"\u1170"],[65494,1,"\u1171"],[65495,1,"\u1172"],[[65496,65497],3],[65498,1,"\u1173"],[65499,1,"\u1174"],[65500,1,"\u1175"],[[65501,65503],3],[65504,1,"\u00a2"],[65505,1,"\u00a3"],[65506,1,"\u00ac"],[65507,1," \u0304"],[65508,1,"\u00a6"],[65509,1,"\u00a5"],[65510,1,"\u20a9"],[65511,3],[65512,1,"\u2502"],[65513,1,"\u2190"],[65514,1,"\u2191"],[65515,1,"\u2192"],[65516,1,"\u2193"],[65517,1,"\u25a0"],[65518,1,"\u25cb"],[[65519,65528],3],[[65529,65531],3],[65532,3],[65533,3],[[65534,65535],3],[[65536,65547],2],[65548,3],[[65549,65574],2],[65575,3],[[65576,65594],2],[65595,3],[[65596,65597],2],[65598,3],[[65599,65613],2],[[65614,65615],3],[[65616,65629],2],[[65630,65663],3],[[65664,65786],2],[[65787,65791],3],[[65792,65794],2],[[65795,65798],3],[[65799,65843],2],[[65844,65846],3],[[65847,65855],2],[[65856,65930],2],[[65931,65932],2],[[65933,65934],2],[65935,3],[[65936,65947],2],[65948,2],[[65949,65951],3],[65952,2],[[65953,65999],3],[[66000,66044],2],[66045,2],[[66046,66175],3],[[66176,66204],2],[[66205,66207],3],[[66208,66256],2],[[66257,66271],3],[66272,2],[[66273,66299],2],[[66300,66303],3],[[66304,66334],2],[66335,2],[[66336,66339],2],[[66340,66348],3],[[66349,66351],2],[[66352,66368],2],[66369,2],[[66370,66377],2],[66378,2],[[66379,66383],3],[[66384,66426],2],[[66427,66431],3],[[66432,66461],2],[66462,3],[66463,2],[[66464,66499],2],[[66500,66503],3],[[66504,66511],2],[[66512,66517],2],[[66518,66559],3],[66560,1,"\ud801\udc28"],[66561,1,"\ud801\udc29"],[66562,1,"\ud801\udc2a"],[66563,1,"\ud801\udc2b"],[66564,1,"\ud801\udc2c"],[66565,1,"\ud801\udc2d"],[66566,1,"\ud801\udc2e"],[66567,1,"\ud801\udc2f"],[66568,1,"\ud801\udc30"],[66569,1,"\ud801\udc31"],[66570,1,"\ud801\udc32"],[66571,1,"\ud801\udc33"],[66572,1,"\ud801\udc34"],[66573,1,"\ud801\udc35"],[66574,1,"\ud801\udc36"],[66575,1,"\ud801\udc37"],[66576,1,"\ud801\udc38"],[66577,1,"\ud801\udc39"],[66578,1,"\ud801\udc3a"],[66579,1,"\ud801\udc3b"],[66580,1,"\ud801\udc3c"],[66581,1,"\ud801\udc3d"],[66582,1,"\ud801\udc3e"],[66583,1,"\ud801\udc3f"],[66584,1,"\ud801\udc40"],[66585,1,"\ud801\udc41"],[66586,1,"\ud801\udc42"],[66587,1,"\ud801\udc43"],[66588,1,"\ud801\udc44"],[66589,1,"\ud801\udc45"],[66590,1,"\ud801\udc46"],[66591,1,"\ud801\udc47"],[66592,1,"\ud801\udc48"],[66593,1,"\ud801\udc49"],[66594,1,"\ud801\udc4a"],[66595,1,"\ud801\udc4b"],[66596,1,"\ud801\udc4c"],[66597,1,"\ud801\udc4d"],[66598,1,"\ud801\udc4e"],[66599,1,"\ud801\udc4f"],[[66600,66637],2],[[66638,66717],2],[[66718,66719],3],[[66720,66729],2],[[66730,66735],3],[66736,1,"\ud801\udcd8"],[66737,1,"\ud801\udcd9"],[66738,1,"\ud801\udcda"],[66739,1,"\ud801\udcdb"],[66740,1,"\ud801\udcdc"],[66741,1,"\ud801\udcdd"],[66742,1,"\ud801\udcde"],[66743,1,"\ud801\udcdf"],[66744,1,"\ud801\udce0"],[66745,1,"\ud801\udce1"],[66746,1,"\ud801\udce2"],[66747,1,"\ud801\udce3"],[66748,1,"\ud801\udce4"],[66749,1,"\ud801\udce5"],[66750,1,"\ud801\udce6"],[66751,1,"\ud801\udce7"],[66752,1,"\ud801\udce8"],[66753,1,"\ud801\udce9"],[66754,1,"\ud801\udcea"],[66755,1,"\ud801\udceb"],[66756,1,"\ud801\udcec"],[66757,1,"\ud801\udced"],[66758,1,"\ud801\udcee"],[66759,1,"\ud801\udcef"],[66760,1,"\ud801\udcf0"],[66761,1,"\ud801\udcf1"],[66762,1,"\ud801\udcf2"],[66763,1,"\ud801\udcf3"],[66764,1,"\ud801\udcf4"],[66765,1,"\ud801\udcf5"],[66766,1,"\ud801\udcf6"],[66767,1,"\ud801\udcf7"],[66768,1,"\ud801\udcf8"],[66769,1,"\ud801\udcf9"],[66770,1,"\ud801\udcfa"],[66771,1,"\ud801\udcfb"],[[66772,66775],3],[[66776,66811],2],[[66812,66815],3],[[66816,66855],2],[[66856,66863],3],[[66864,66915],2],[[66916,66926],3],[66927,2],[66928,1,"\ud801\udd97"],[66929,1,"\ud801\udd98"],[66930,1,"\ud801\udd99"],[66931,1,"\ud801\udd9a"],[66932,1,"\ud801\udd9b"],[66933,1,"\ud801\udd9c"],[66934,1,"\ud801\udd9d"],[66935,1,"\ud801\udd9e"],[66936,1,"\ud801\udd9f"],[66937,1,"\ud801\udda0"],[66938,1,"\ud801\udda1"],[66939,3],[66940,1,"\ud801\udda3"],[66941,1,"\ud801\udda4"],[66942,1,"\ud801\udda5"],[66943,1,"\ud801\udda6"],[66944,1,"\ud801\udda7"],[66945,1,"\ud801\udda8"],[66946,1,"\ud801\udda9"],[66947,1,"\ud801\uddaa"],[66948,1,"\ud801\uddab"],[66949,1,"\ud801\uddac"],[66950,1,"\ud801\uddad"],[66951,1,"\ud801\uddae"],[66952,1,"\ud801\uddaf"],[66953,1,"\ud801\uddb0"],[66954,1,"\ud801\uddb1"],[66955,3],[66956,1,"\ud801\uddb3"],[66957,1,"\ud801\uddb4"],[66958,1,"\ud801\uddb5"],[66959,1,"\ud801\uddb6"],[66960,1,"\ud801\uddb7"],[66961,1,"\ud801\uddb8"],[66962,1,"\ud801\uddb9"],[66963,3],[66964,1,"\ud801\uddbb"],[66965,1,"\ud801\uddbc"],[66966,3],[[66967,66977],2],[66978,3],[[66979,66993],2],[66994,3],[[66995,67001],2],[67002,3],[[67003,67004],2],[[67005,67007],3],[[67008,67059],2],[[67060,67071],3],[[67072,67382],2],[[67383,67391],3],[[67392,67413],2],[[67414,67423],3],[[67424,67431],2],[[67432,67455],3],[67456,2],[67457,1,"\u02d0"],[67458,1,"\u02d1"],[67459,1,"\u00e6"],[67460,1,"\u0299"],[67461,1,"\u0253"],[67462,3],[67463,1,"\u02a3"],[67464,1,"\uab66"],[67465,1,"\u02a5"],[67466,1,"\u02a4"],[67467,1,"\u0256"],[67468,1,"\u0257"],[67469,1,"\u1d91"],[67470,1,"\u0258"],[67471,1,"\u025e"],[67472,1,"\u02a9"],[67473,1,"\u0264"],[67474,1,"\u0262"],[67475,1,"\u0260"],[67476,1,"\u029b"],[67477,1,"\u0127"],[67478,1,"\u029c"],[67479,1,"\u0267"],[67480,1,"\u0284"],[67481,1,"\u02aa"],[67482,1,"\u02ab"],[67483,1,"\u026c"],[67484,1,"\ud837\udf04"],[67485,1,"\ua78e"],[67486,1,"\u026e"],[67487,1,"\ud837\udf05"],[67488,1,"\u028e"],[67489,1,"\ud837\udf06"],[67490,1,"\u00f8"],[67491,1,"\u0276"],[67492,1,"\u0277"],[67493,1,"q"],[67494,1,"\u027a"],[67495,1,"\ud837\udf08"],[67496,1,"\u027d"],[67497,1,"\u027e"],[67498,1,"\u0280"],[67499,1,"\u02a8"],[67500,1,"\u02a6"],[67501,1,"\uab67"],[67502,1,"\u02a7"],[67503,1,"\u0288"],[67504,1,"\u2c71"],[67505,3],[67506,1,"\u028f"],[67507,1,"\u02a1"],[67508,1,"\u02a2"],[67509,1,"\u0298"],[67510,1,"\u01c0"],[67511,1,"\u01c1"],[67512,1,"\u01c2"],[67513,1,"\ud837\udf0a"],[67514,1,"\ud837\udf1e"],[[67515,67583],3],[[67584,67589],2],[[67590,67591],3],[67592,2],[67593,3],[[67594,67637],2],[67638,3],[[67639,67640],2],[[67641,67643],3],[67644,2],[[67645,67646],3],[67647,2],[[67648,67669],2],[67670,3],[[67671,67679],2],[[67680,67702],2],[[67703,67711],2],[[67712,67742],2],[[67743,67750],3],[[67751,67759],2],[[67760,67807],3],[[67808,67826],2],[67827,3],[[67828,67829],2],[[67830,67834],3],[[67835,67839],2],[[67840,67861],2],[[67862,67865],2],[[67866,67867],2],[[67868,67870],3],[67871,2],[[67872,67897],2],[[67898,67902],3],[67903,2],[[67904,67967],3],[[67968,68023],2],[[68024,68027],3],[[68028,68029],2],[[68030,68031],2],[[68032,68047],2],[[68048,68049],3],[[68050,68095],2],[[68096,68099],2],[68100,3],[[68101,68102],2],[[68103,68107],3],[[68108,68115],2],[68116,3],[[68117,68119],2],[68120,3],[[68121,68147],2],[[68148,68149],2],[[68150,68151],3],[[68152,68154],2],[[68155,68158],3],[68159,2],[[68160,68167],2],[68168,2],[[68169,68175],3],[[68176,68184],2],[[68185,68191],3],[[68192,68220],2],[[68221,68223],2],[[68224,68252],2],[[68253,68255],2],[[68256,68287],3],[[68288,68295],2],[68296,2],[[68297,68326],2],[[68327,68330],3],[[68331,68342],2],[[68343,68351],3],[[68352,68405],2],[[68406,68408],3],[[68409,68415],2],[[68416,68437],2],[[68438,68439],3],[[68440,68447],2],[[68448,68466],2],[[68467,68471],3],[[68472,68479],2],[[68480,68497],2],[[68498,68504],3],[[68505,68508],2],[[68509,68520],3],[[68521,68527],2],[[68528,68607],3],[[68608,68680],2],[[68681,68735],3],[68736,1,"\ud803\udcc0"],[68737,1,"\ud803\udcc1"],[68738,1,"\ud803\udcc2"],[68739,1,"\ud803\udcc3"],[68740,1,"\ud803\udcc4"],[68741,1,"\ud803\udcc5"],[68742,1,"\ud803\udcc6"],[68743,1,"\ud803\udcc7"],[68744,1,"\ud803\udcc8"],[68745,1,"\ud803\udcc9"],[68746,1,"\ud803\udcca"],[68747,1,"\ud803\udccb"],[68748,1,"\ud803\udccc"],[68749,1,"\ud803\udccd"],[68750,1,"\ud803\udcce"],[68751,1,"\ud803\udccf"],[68752,1,"\ud803\udcd0"],[68753,1,"\ud803\udcd1"],[68754,1,"\ud803\udcd2"],[68755,1,"\ud803\udcd3"],[68756,1,"\ud803\udcd4"],[68757,1,"\ud803\udcd5"],[68758,1,"\ud803\udcd6"],[68759,1,"\ud803\udcd7"],[68760,1,"\ud803\udcd8"],[68761,1,"\ud803\udcd9"],[68762,1,"\ud803\udcda"],[68763,1,"\ud803\udcdb"],[68764,1,"\ud803\udcdc"],[68765,1,"\ud803\udcdd"],[68766,1,"\ud803\udcde"],[68767,1,"\ud803\udcdf"],[68768,1,"\ud803\udce0"],[68769,1,"\ud803\udce1"],[68770,1,"\ud803\udce2"],[68771,1,"\ud803\udce3"],[68772,1,"\ud803\udce4"],[68773,1,"\ud803\udce5"],[68774,1,"\ud803\udce6"],[68775,1,"\ud803\udce7"],[68776,1,"\ud803\udce8"],[68777,1,"\ud803\udce9"],[68778,1,"\ud803\udcea"],[68779,1,"\ud803\udceb"],[68780,1,"\ud803\udcec"],[68781,1,"\ud803\udced"],[68782,1,"\ud803\udcee"],[68783,1,"\ud803\udcef"],[68784,1,"\ud803\udcf0"],[68785,1,"\ud803\udcf1"],[68786,1,"\ud803\udcf2"],[[68787,68799],3],[[68800,68850],2],[[68851,68857],3],[[68858,68863],2],[[68864,68903],2],[[68904,68911],3],[[68912,68921],2],[[68922,68927],3],[[68928,68943],2],[68944,1,"\ud803\udd70"],[68945,1,"\ud803\udd71"],[68946,1,"\ud803\udd72"],[68947,1,"\ud803\udd73"],[68948,1,"\ud803\udd74"],[68949,1,"\ud803\udd75"],[68950,1,"\ud803\udd76"],[68951,1,"\ud803\udd77"],[68952,1,"\ud803\udd78"],[68953,1,"\ud803\udd79"],[68954,1,"\ud803\udd7a"],[68955,1,"\ud803\udd7b"],[68956,1,"\ud803\udd7c"],[68957,1,"\ud803\udd7d"],[68958,1,"\ud803\udd7e"],[68959,1,"\ud803\udd7f"],[68960,1,"\ud803\udd80"],[68961,1,"\ud803\udd81"],[68962,1,"\ud803\udd82"],[68963,1,"\ud803\udd83"],[68964,1,"\ud803\udd84"],[68965,1,"\ud803\udd85"],[[68966,68968],3],[[68969,68973],2],[68974,2],[[68975,68997],2],[[68998,69005],3],[[69006,69007],2],[[69008,69215],3],[[69216,69246],2],[69247,3],[[69248,69289],2],[69290,3],[[69291,69292],2],[69293,2],[[69294,69295],3],[[69296,69297],2],[[69298,69313],3],[[69314,69316],2],[[69317,69371],3],[69372,2],[[69373,69375],2],[[69376,69404],2],[[69405,69414],2],[69415,2],[[69416,69423],3],[[69424,69456],2],[[69457,69465],2],[[69466,69487],3],[[69488,69509],2],[[69510,69513],2],[[69514,69551],3],[[69552,69572],2],[[69573,69579],2],[[69580,69599],3],[[69600,69622],2],[[69623,69631],3],[[69632,69702],2],[[69703,69709],2],[[69710,69713],3],[[69714,69733],2],[[69734,69743],2],[[69744,69749],2],[[69750,69758],3],[69759,2],[[69760,69818],2],[[69819,69820],2],[69821,3],[[69822,69825],2],[69826,2],[[69827,69836],3],[69837,3],[[69838,69839],3],[[69840,69864],2],[[69865,69871],3],[[69872,69881],2],[[69882,69887],3],[[69888,69940],2],[69941,3],[[69942,69951],2],[[69952,69955],2],[[69956,69958],2],[69959,2],[[69960,69967],3],[[69968,70003],2],[[70004,70005],2],[70006,2],[[70007,70015],3],[[70016,70084],2],[[70085,70088],2],[[70089,70092],2],[70093,2],[[70094,70095],2],[[70096,70105],2],[70106,2],[70107,2],[70108,2],[[70109,70111],2],[70112,3],[[70113,70132],2],[[70133,70143],3],[[70144,70161],2],[70162,3],[[70163,70199],2],[[70200,70205],2],[70206,2],[[70207,70209],2],[[70210,70271],3],[[70272,70278],2],[70279,3],[70280,2],[70281,3],[[70282,70285],2],[70286,3],[[70287,70301],2],[70302,3],[[70303,70312],2],[70313,2],[[70314,70319],3],[[70320,70378],2],[[70379,70383],3],[[70384,70393],2],[[70394,70399],3],[70400,2],[[70401,70403],2],[70404,3],[[70405,70412],2],[[70413,70414],3],[[70415,70416],2],[[70417,70418],3],[[70419,70440],2],[70441,3],[[70442,70448],2],[70449,3],[[70450,70451],2],[70452,3],[[70453,70457],2],[70458,3],[70459,2],[[70460,70468],2],[[70469,70470],3],[[70471,70472],2],[[70473,70474],3],[[70475,70477],2],[[70478,70479],3],[70480,2],[[70481,70486],3],[70487,2],[[70488,70492],3],[[70493,70499],2],[[70500,70501],3],[[70502,70508],2],[[70509,70511],3],[[70512,70516],2],[[70517,70527],3],[[70528,70537],2],[70538,3],[70539,2],[[70540,70541],3],[70542,2],[70543,3],[[70544,70581],2],[70582,3],[[70583,70592],2],[70593,3],[70594,2],[[70595,70596],3],[70597,2],[70598,3],[[70599,70602],2],[70603,3],[[70604,70611],2],[[70612,70613],2],[70614,3],[[70615,70616],2],[[70617,70624],3],[[70625,70626],2],[[70627,70655],3],[[70656,70730],2],[[70731,70735],2],[[70736,70745],2],[70746,2],[70747,2],[70748,3],[70749,2],[70750,2],[70751,2],[[70752,70753],2],[[70754,70783],3],[[70784,70853],2],[70854,2],[70855,2],[[70856,70863],3],[[70864,70873],2],[[70874,71039],3],[[71040,71093],2],[[71094,71095],3],[[71096,71104],2],[[71105,71113],2],[[71114,71127],2],[[71128,71133],2],[[71134,71167],3],[[71168,71232],2],[[71233,71235],2],[71236,2],[[71237,71247],3],[[71248,71257],2],[[71258,71263],3],[[71264,71276],2],[[71277,71295],3],[[71296,71351],2],[71352,2],[71353,2],[[71354,71359],3],[[71360,71369],2],[[71370,71375],3],[[71376,71395],2],[[71396,71423],3],[[71424,71449],2],[71450,2],[[71451,71452],3],[[71453,71467],2],[[71468,71471],3],[[71472,71481],2],[[71482,71487],2],[[71488,71494],2],[[71495,71679],3],[[71680,71738],2],[71739,2],[[71740,71839],3],[71840,1,"\ud806\udcc0"],[71841,1,"\ud806\udcc1"],[71842,1,"\ud806\udcc2"],[71843,1,"\ud806\udcc3"],[71844,1,"\ud806\udcc4"],[71845,1,"\ud806\udcc5"],[71846,1,"\ud806\udcc6"],[71847,1,"\ud806\udcc7"],[71848,1,"\ud806\udcc8"],[71849,1,"\ud806\udcc9"],[71850,1,"\ud806\udcca"],[71851,1,"\ud806\udccb"],[71852,1,"\ud806\udccc"],[71853,1,"\ud806\udccd"],[71854,1,"\ud806\udcce"],[71855,1,"\ud806\udccf"],[71856,1,"\ud806\udcd0"],[71857,1,"\ud806\udcd1"],[71858,1,"\ud806\udcd2"],[71859,1,"\ud806\udcd3"],[71860,1,"\ud806\udcd4"],[71861,1,"\ud806\udcd5"],[71862,1,"\ud806\udcd6"],[71863,1,"\ud806\udcd7"],[71864,1,"\ud806\udcd8"],[71865,1,"\ud806\udcd9"],[71866,1,"\ud806\udcda"],[71867,1,"\ud806\udcdb"],[71868,1,"\ud806\udcdc"],[71869,1,"\ud806\udcdd"],[71870,1,"\ud806\udcde"],[71871,1,"\ud806\udcdf"],[[71872,71913],2],[[71914,71922],2],[[71923,71934],3],[71935,2],[[71936,71942],2],[[71943,71944],3],[71945,2],[[71946,71947],3],[[71948,71955],2],[71956,3],[[71957,71958],2],[71959,3],[[71960,71989],2],[71990,3],[[71991,71992],2],[[71993,71994],3],[[71995,72003],2],[[72004,72006],2],[[72007,72015],3],[[72016,72025],2],[[72026,72095],3],[[72096,72103],2],[[72104,72105],3],[[72106,72151],2],[[72152,72153],3],[[72154,72161],2],[72162,2],[[72163,72164],2],[[72165,72191],3],[[72192,72254],2],[[72255,72262],2],[72263,2],[[72264,72271],3],[[72272,72323],2],[[72324,72325],2],[[72326,72345],2],[[72346,72348],2],[72349,2],[[72350,72354],2],[[72355,72367],3],[[72368,72383],2],[[72384,72440],2],[[72441,72447],3],[[72448,72457],2],[[72458,72639],3],[[72640,72672],2],[72673,2],[[72674,72687],3],[[72688,72697],2],[[72698,72703],3],[[72704,72712],2],[72713,3],[[72714,72758],2],[72759,3],[[72760,72768],2],[[72769,72773],2],[[72774,72783],3],[[72784,72793],2],[[72794,72812],2],[[72813,72815],3],[[72816,72817],2],[[72818,72847],2],[[72848,72849],3],[[72850,72871],2],[72872,3],[[72873,72886],2],[[72887,72959],3],[[72960,72966],2],[72967,3],[[72968,72969],2],[72970,3],[[72971,73014],2],[[73015,73017],3],[73018,2],[73019,3],[[73020,73021],2],[73022,3],[[73023,73031],2],[[73032,73039],3],[[73040,73049],2],[[73050,73055],3],[[73056,73061],2],[73062,3],[[73063,73064],2],[73065,3],[[73066,73102],2],[73103,3],[[73104,73105],2],[73106,3],[[73107,73112],2],[[73113,73119],3],[[73120,73129],2],[[73130,73439],3],[[73440,73462],2],[[73463,73464],2],[[73465,73471],3],[[73472,73488],2],[73489,3],[[73490,73530],2],[[73531,73533],3],[[73534,73538],2],[[73539,73551],2],[[73552,73561],2],[73562,2],[[73563,73647],3],[73648,2],[[73649,73663],3],[[73664,73713],2],[[73714,73726],3],[73727,2],[[73728,74606],2],[[74607,74648],2],[74649,2],[[74650,74751],3],[[74752,74850],2],[[74851,74862],2],[74863,3],[[74864,74867],2],[74868,2],[[74869,74879],3],[[74880,75075],2],[[75076,77711],3],[[77712,77808],2],[[77809,77810],2],[[77811,77823],3],[[77824,78894],2],[78895,2],[[78896,78904],3],[[78905,78911],3],[[78912,78933],2],[[78934,78943],3],[[78944,82938],2],[[82939,82943],3],[[82944,83526],2],[[83527,90367],3],[[90368,90425],2],[[90426,92159],3],[[92160,92728],2],[[92729,92735],3],[[92736,92766],2],[92767,3],[[92768,92777],2],[[92778,92781],3],[[92782,92783],2],[[92784,92862],2],[92863,3],[[92864,92873],2],[[92874,92879],3],[[92880,92909],2],[[92910,92911],3],[[92912,92916],2],[92917,2],[[92918,92927],3],[[92928,92982],2],[[92983,92991],2],[[92992,92995],2],[[92996,92997],2],[[92998,93007],3],[[93008,93017],2],[93018,3],[[93019,93025],2],[93026,3],[[93027,93047],2],[[93048,93052],3],[[93053,93071],2],[[93072,93503],3],[[93504,93548],2],[[93549,93551],2],[[93552,93561],2],[[93562,93759],3],[93760,1,"\ud81b\ude60"],[93761,1,"\ud81b\ude61"],[93762,1,"\ud81b\ude62"],[93763,1,"\ud81b\ude63"],[93764,1,"\ud81b\ude64"],[93765,1,"\ud81b\ude65"],[93766,1,"\ud81b\ude66"],[93767,1,"\ud81b\ude67"],[93768,1,"\ud81b\ude68"],[93769,1,"\ud81b\ude69"],[93770,1,"\ud81b\ude6a"],[93771,1,"\ud81b\ude6b"],[93772,1,"\ud81b\ude6c"],[93773,1,"\ud81b\ude6d"],[93774,1,"\ud81b\ude6e"],[93775,1,"\ud81b\ude6f"],[93776,1,"\ud81b\ude70"],[93777,1,"\ud81b\ude71"],[93778,1,"\ud81b\ude72"],[93779,1,"\ud81b\ude73"],[93780,1,"\ud81b\ude74"],[93781,1,"\ud81b\ude75"],[93782,1,"\ud81b\ude76"],[93783,1,"\ud81b\ude77"],[93784,1,"\ud81b\ude78"],[93785,1,"\ud81b\ude79"],[93786,1,"\ud81b\ude7a"],[93787,1,"\ud81b\ude7b"],[93788,1,"\ud81b\ude7c"],[93789,1,"\ud81b\ude7d"],[93790,1,"\ud81b\ude7e"],[93791,1,"\ud81b\ude7f"],[[93792,93823],2],[[93824,93850],2],[[93851,93951],3],[[93952,94020],2],[[94021,94026],2],[[94027,94030],3],[94031,2],[[94032,94078],2],[[94079,94087],2],[[94088,94094],3],[[94095,94111],2],[[94112,94175],3],[94176,2],[94177,2],[94178,2],[94179,2],[94180,2],[[94181,94191],3],[[94192,94193],2],[[94194,94207],3],[[94208,100332],2],[[100333,100337],2],[[100338,100343],2],[[100344,100351],3],[[100352,101106],2],[[101107,101589],2],[[101590,101630],3],[101631,2],[[101632,101640],2],[[101641,110575],3],[[110576,110579],2],[110580,3],[[110581,110587],2],[110588,3],[[110589,110590],2],[110591,3],[[110592,110593],2],[[110594,110878],2],[[110879,110882],2],[[110883,110897],3],[110898,2],[[110899,110927],3],[[110928,110930],2],[[110931,110932],3],[110933,2],[[110934,110947],3],[[110948,110951],2],[[110952,110959],3],[[110960,111355],2],[[111356,113663],3],[[113664,113770],2],[[113771,113775],3],[[113776,113788],2],[[113789,113791],3],[[113792,113800],2],[[113801,113807],3],[[113808,113817],2],[[113818,113819],3],[113820,2],[[113821,113822],2],[113823,2],[[113824,113827],7],[[113828,117759],3],[[117760,117973],2],[117974,1,"a"],[117975,1,"b"],[117976,1,"c"],[117977,1,"d"],[117978,1,"e"],[117979,1,"f"],[117980,1,"g"],[117981,1,"h"],[117982,1,"i"],[117983,1,"j"],[117984,1,"k"],[117985,1,"l"],[117986,1,"m"],[117987,1,"n"],[117988,1,"o"],[117989,1,"p"],[117990,1,"q"],[117991,1,"r"],[117992,1,"s"],[117993,1,"t"],[117994,1,"u"],[117995,1,"v"],[117996,1,"w"],[117997,1,"x"],[117998,1,"y"],[117999,1,"z"],[118000,1,"0"],[118001,1,"1"],[118002,1,"2"],[118003,1,"3"],[118004,1,"4"],[118005,1,"5"],[118006,1,"6"],[118007,1,"7"],[118008,1,"8"],[118009,1,"9"],[[118010,118015],3],[[118016,118451],2],[[118452,118527],3],[[118528,118573],2],[[118574,118575],3],[[118576,118598],2],[[118599,118607],3],[[118608,118723],2],[[118724,118783],3],[[118784,119029],2],[[119030,119039],3],[[119040,119078],2],[[119079,119080],3],[119081,2],[[119082,119133],2],[119134,1,"\ud834\udd57\ud834\udd65"],[119135,1,"\ud834\udd58\ud834\udd65"],[119136,1,"\ud834\udd58\ud834\udd65\ud834\udd6e"],[119137,1,"\ud834\udd58\ud834\udd65\ud834\udd6f"],[119138,1,"\ud834\udd58\ud834\udd65\ud834\udd70"],[119139,1,"\ud834\udd58\ud834\udd65\ud834\udd71"],[119140,1,"\ud834\udd58\ud834\udd65\ud834\udd72"],[[119141,119154],2],[[119155,119162],7],[[119163,119226],2],[119227,1,"\ud834\uddb9\ud834\udd65"],[119228,1,"\ud834\uddba\ud834\udd65"],[119229,1,"\ud834\uddb9\ud834\udd65\ud834\udd6e"],[119230,1,"\ud834\uddba\ud834\udd65\ud834\udd6e"],[119231,1,"\ud834\uddb9\ud834\udd65\ud834\udd6f"],[119232,1,"\ud834\uddba\ud834\udd65\ud834\udd6f"],[[119233,119261],2],[[119262,119272],2],[[119273,119274],2],[[119275,119295],3],[[119296,119365],2],[[119366,119487],3],[[119488,119507],2],[[119508,119519],3],[[119520,119539],2],[[119540,119551],3],[[119552,119638],2],[[119639,119647],3],[[119648,119665],2],[[119666,119672],2],[[119673,119807],3],[119808,1,"a"],[119809,1,"b"],[119810,1,"c"],[119811,1,"d"],[119812,1,"e"],[119813,1,"f"],[119814,1,"g"],[119815,1,"h"],[119816,1,"i"],[119817,1,"j"],[119818,1,"k"],[119819,1,"l"],[119820,1,"m"],[119821,1,"n"],[119822,1,"o"],[119823,1,"p"],[119824,1,"q"],[119825,1,"r"],[119826,1,"s"],[119827,1,"t"],[119828,1,"u"],[119829,1,"v"],[119830,1,"w"],[119831,1,"x"],[119832,1,"y"],[119833,1,"z"],[119834,1,"a"],[119835,1,"b"],[119836,1,"c"],[119837,1,"d"],[119838,1,"e"],[119839,1,"f"],[119840,1,"g"],[119841,1,"h"],[119842,1,"i"],[119843,1,"j"],[119844,1,"k"],[119845,1,"l"],[119846,1,"m"],[119847,1,"n"],[119848,1,"o"],[119849,1,"p"],[119850,1,"q"],[119851,1,"r"],[119852,1,"s"],[119853,1,"t"],[119854,1,"u"],[119855,1,"v"],[119856,1,"w"],[119857,1,"x"],[119858,1,"y"],[119859,1,"z"],[119860,1,"a"],[119861,1,"b"],[119862,1,"c"],[119863,1,"d"],[119864,1,"e"],[119865,1,"f"],[119866,1,"g"],[119867,1,"h"],[119868,1,"i"],[119869,1,"j"],[119870,1,"k"],[119871,1,"l"],[119872,1,"m"],[119873,1,"n"],[119874,1,"o"],[119875,1,"p"],[119876,1,"q"],[119877,1,"r"],[119878,1,"s"],[119879,1,"t"],[119880,1,"u"],[119881,1,"v"],[119882,1,"w"],[119883,1,"x"],[119884,1,"y"],[119885,1,"z"],[119886,1,"a"],[119887,1,"b"],[119888,1,"c"],[119889,1,"d"],[119890,1,"e"],[119891,1,"f"],[119892,1,"g"],[119893,3],[119894,1,"i"],[119895,1,"j"],[119896,1,"k"],[119897,1,"l"],[119898,1,"m"],[119899,1,"n"],[119900,1,"o"],[119901,1,"p"],[119902,1,"q"],[119903,1,"r"],[119904,1,"s"],[119905,1,"t"],[119906,1,"u"],[119907,1,"v"],[119908,1,"w"],[119909,1,"x"],[119910,1,"y"],[119911,1,"z"],[119912,1,"a"],[119913,1,"b"],[119914,1,"c"],[119915,1,"d"],[119916,1,"e"],[119917,1,"f"],[119918,1,"g"],[119919,1,"h"],[119920,1,"i"],[119921,1,"j"],[119922,1,"k"],[119923,1,"l"],[119924,1,"m"],[119925,1,"n"],[119926,1,"o"],[119927,1,"p"],[119928,1,"q"],[119929,1,"r"],[119930,1,"s"],[119931,1,"t"],[119932,1,"u"],[119933,1,"v"],[119934,1,"w"],[119935,1,"x"],[119936,1,"y"],[119937,1,"z"],[119938,1,"a"],[119939,1,"b"],[119940,1,"c"],[119941,1,"d"],[119942,1,"e"],[119943,1,"f"],[119944,1,"g"],[119945,1,"h"],[119946,1,"i"],[119947,1,"j"],[119948,1,"k"],[119949,1,"l"],[119950,1,"m"],[119951,1,"n"],[119952,1,"o"],[119953,1,"p"],[119954,1,"q"],[119955,1,"r"],[119956,1,"s"],[119957,1,"t"],[119958,1,"u"],[119959,1,"v"],[119960,1,"w"],[119961,1,"x"],[119962,1,"y"],[119963,1,"z"],[119964,1,"a"],[119965,3],[119966,1,"c"],[119967,1,"d"],[[119968,119969],3],[119970,1,"g"],[[119971,119972],3],[119973,1,"j"],[119974,1,"k"],[[119975,119976],3],[119977,1,"n"],[119978,1,"o"],[119979,1,"p"],[119980,1,"q"],[119981,3],[119982,1,"s"],[119983,1,"t"],[119984,1,"u"],[119985,1,"v"],[119986,1,"w"],[119987,1,"x"],[119988,1,"y"],[119989,1,"z"],[119990,1,"a"],[119991,1,"b"],[119992,1,"c"],[119993,1,"d"],[119994,3],[119995,1,"f"],[119996,3],[119997,1,"h"],[119998,1,"i"],[119999,1,"j"],[120000,1,"k"],[120001,1,"l"],[120002,1,"m"],[120003,1,"n"],[120004,3],[120005,1,"p"],[120006,1,"q"],[120007,1,"r"],[120008,1,"s"],[120009,1,"t"],[120010,1,"u"],[120011,1,"v"],[120012,1,"w"],[120013,1,"x"],[120014,1,"y"],[120015,1,"z"],[120016,1,"a"],[120017,1,"b"],[120018,1,"c"],[120019,1,"d"],[120020,1,"e"],[120021,1,"f"],[120022,1,"g"],[120023,1,"h"],[120024,1,"i"],[120025,1,"j"],[120026,1,"k"],[120027,1,"l"],[120028,1,"m"],[120029,1,"n"],[120030,1,"o"],[120031,1,"p"],[120032,1,"q"],[120033,1,"r"],[120034,1,"s"],[120035,1,"t"],[120036,1,"u"],[120037,1,"v"],[120038,1,"w"],[120039,1,"x"],[120040,1,"y"],[120041,1,"z"],[120042,1,"a"],[120043,1,"b"],[120044,1,"c"],[120045,1,"d"],[120046,1,"e"],[120047,1,"f"],[120048,1,"g"],[120049,1,"h"],[120050,1,"i"],[120051,1,"j"],[120052,1,"k"],[120053,1,"l"],[120054,1,"m"],[120055,1,"n"],[120056,1,"o"],[120057,1,"p"],[120058,1,"q"],[120059,1,"r"],[120060,1,"s"],[120061,1,"t"],[120062,1,"u"],[120063,1,"v"],[120064,1,"w"],[120065,1,"x"],[120066,1,"y"],[120067,1,"z"],[120068,1,"a"],[120069,1,"b"],[120070,3],[120071,1,"d"],[120072,1,"e"],[120073,1,"f"],[120074,1,"g"],[[120075,120076],3],[120077,1,"j"],[120078,1,"k"],[120079,1,"l"],[120080,1,"m"],[120081,1,"n"],[120082,1,"o"],[120083,1,"p"],[120084,1,"q"],[120085,3],[120086,1,"s"],[120087,1,"t"],[120088,1,"u"],[120089,1,"v"],[120090,1,"w"],[120091,1,"x"],[120092,1,"y"],[120093,3],[120094,1,"a"],[120095,1,"b"],[120096,1,"c"],[120097,1,"d"],[120098,1,"e"],[120099,1,"f"],[120100,1,"g"],[120101,1,"h"],[120102,1,"i"],[120103,1,"j"],[120104,1,"k"],[120105,1,"l"],[120106,1,"m"],[120107,1,"n"],[120108,1,"o"],[120109,1,"p"],[120110,1,"q"],[120111,1,"r"],[120112,1,"s"],[120113,1,"t"],[120114,1,"u"],[120115,1,"v"],[120116,1,"w"],[120117,1,"x"],[120118,1,"y"],[120119,1,"z"],[120120,1,"a"],[120121,1,"b"],[120122,3],[120123,1,"d"],[120124,1,"e"],[120125,1,"f"],[120126,1,"g"],[120127,3],[120128,1,"i"],[120129,1,"j"],[120130,1,"k"],[120131,1,"l"],[120132,1,"m"],[120133,3],[120134,1,"o"],[[120135,120137],3],[120138,1,"s"],[120139,1,"t"],[120140,1,"u"],[120141,1,"v"],[120142,1,"w"],[120143,1,"x"],[120144,1,"y"],[120145,3],[120146,1,"a"],[120147,1,"b"],[120148,1,"c"],[120149,1,"d"],[120150,1,"e"],[120151,1,"f"],[120152,1,"g"],[120153,1,"h"],[120154,1,"i"],[120155,1,"j"],[120156,1,"k"],[120157,1,"l"],[120158,1,"m"],[120159,1,"n"],[120160,1,"o"],[120161,1,"p"],[120162,1,"q"],[120163,1,"r"],[120164,1,"s"],[120165,1,"t"],[120166,1,"u"],[120167,1,"v"],[120168,1,"w"],[120169,1,"x"],[120170,1,"y"],[120171,1,"z"],[120172,1,"a"],[120173,1,"b"],[120174,1,"c"],[120175,1,"d"],[120176,1,"e"],[120177,1,"f"],[120178,1,"g"],[120179,1,"h"],[120180,1,"i"],[120181,1,"j"],[120182,1,"k"],[120183,1,"l"],[120184,1,"m"],[120185,1,"n"],[120186,1,"o"],[120187,1,"p"],[120188,1,"q"],[120189,1,"r"],[120190,1,"s"],[120191,1,"t"],[120192,1,"u"],[120193,1,"v"],[120194,1,"w"],[120195,1,"x"],[120196,1,"y"],[120197,1,"z"],[120198,1,"a"],[120199,1,"b"],[120200,1,"c"],[120201,1,"d"],[120202,1,"e"],[120203,1,"f"],[120204,1,"g"],[120205,1,"h"],[120206,1,"i"],[120207,1,"j"],[120208,1,"k"],[120209,1,"l"],[120210,1,"m"],[120211,1,"n"],[120212,1,"o"],[120213,1,"p"],[120214,1,"q"],[120215,1,"r"],[120216,1,"s"],[120217,1,"t"],[120218,1,"u"],[120219,1,"v"],[120220,1,"w"],[120221,1,"x"],[120222,1,"y"],[120223,1,"z"],[120224,1,"a"],[120225,1,"b"],[120226,1,"c"],[120227,1,"d"],[120228,1,"e"],[120229,1,"f"],[120230,1,"g"],[120231,1,"h"],[120232,1,"i"],[120233,1,"j"],[120234,1,"k"],[120235,1,"l"],[120236,1,"m"],[120237,1,"n"],[120238,1,"o"],[120239,1,"p"],[120240,1,"q"],[120241,1,"r"],[120242,1,"s"],[120243,1,"t"],[120244,1,"u"],[120245,1,"v"],[120246,1,"w"],[120247,1,"x"],[120248,1,"y"],[120249,1,"z"],[120250,1,"a"],[120251,1,"b"],[120252,1,"c"],[120253,1,"d"],[120254,1,"e"],[120255,1,"f"],[120256,1,"g"],[120257,1,"h"],[120258,1,"i"],[120259,1,"j"],[120260,1,"k"],[120261,1,"l"],[120262,1,"m"],[120263,1,"n"],[120264,1,"o"],[120265,1,"p"],[120266,1,"q"],[120267,1,"r"],[120268,1,"s"],[120269,1,"t"],[120270,1,"u"],[120271,1,"v"],[120272,1,"w"],[120273,1,"x"],[120274,1,"y"],[120275,1,"z"],[120276,1,"a"],[120277,1,"b"],[120278,1,"c"],[120279,1,"d"],[120280,1,"e"],[120281,1,"f"],[120282,1,"g"],[120283,1,"h"],[120284,1,"i"],[120285,1,"j"],[120286,1,"k"],[120287,1,"l"],[120288,1,"m"],[120289,1,"n"],[120290,1,"o"],[120291,1,"p"],[120292,1,"q"],[120293,1,"r"],[120294,1,"s"],[120295,1,"t"],[120296,1,"u"],[120297,1,"v"],[120298,1,"w"],[120299,1,"x"],[120300,1,"y"],[120301,1,"z"],[120302,1,"a"],[120303,1,"b"],[120304,1,"c"],[120305,1,"d"],[120306,1,"e"],[120307,1,"f"],[120308,1,"g"],[120309,1,"h"],[120310,1,"i"],[120311,1,"j"],[120312,1,"k"],[120313,1,"l"],[120314,1,"m"],[120315,1,"n"],[120316,1,"o"],[120317,1,"p"],[120318,1,"q"],[120319,1,"r"],[120320,1,"s"],[120321,1,"t"],[120322,1,"u"],[120323,1,"v"],[120324,1,"w"],[120325,1,"x"],[120326,1,"y"],[120327,1,"z"],[120328,1,"a"],[120329,1,"b"],[120330,1,"c"],[120331,1,"d"],[120332,1,"e"],[120333,1,"f"],[120334,1,"g"],[120335,1,"h"],[120336,1,"i"],[120337,1,"j"],[120338,1,"k"],[120339,1,"l"],[120340,1,"m"],[120341,1,"n"],[120342,1,"o"],[120343,1,"p"],[120344,1,"q"],[120345,1,"r"],[120346,1,"s"],[120347,1,"t"],[120348,1,"u"],[120349,1,"v"],[120350,1,"w"],[120351,1,"x"],[120352,1,"y"],[120353,1,"z"],[120354,1,"a"],[120355,1,"b"],[120356,1,"c"],[120357,1,"d"],[120358,1,"e"],[120359,1,"f"],[120360,1,"g"],[120361,1,"h"],[120362,1,"i"],[120363,1,"j"],[120364,1,"k"],[120365,1,"l"],[120366,1,"m"],[120367,1,"n"],[120368,1,"o"],[120369,1,"p"],[120370,1,"q"],[120371,1,"r"],[120372,1,"s"],[120373,1,"t"],[120374,1,"u"],[120375,1,"v"],[120376,1,"w"],[120377,1,"x"],[120378,1,"y"],[120379,1,"z"],[120380,1,"a"],[120381,1,"b"],[120382,1,"c"],[120383,1,"d"],[120384,1,"e"],[120385,1,"f"],[120386,1,"g"],[120387,1,"h"],[120388,1,"i"],[120389,1,"j"],[120390,1,"k"],[120391,1,"l"],[120392,1,"m"],[120393,1,"n"],[120394,1,"o"],[120395,1,"p"],[120396,1,"q"],[120397,1,"r"],[120398,1,"s"],[120399,1,"t"],[120400,1,"u"],[120401,1,"v"],[120402,1,"w"],[120403,1,"x"],[120404,1,"y"],[120405,1,"z"],[120406,1,"a"],[120407,1,"b"],[120408,1,"c"],[120409,1,"d"],[120410,1,"e"],[120411,1,"f"],[120412,1,"g"],[120413,1,"h"],[120414,1,"i"],[120415,1,"j"],[120416,1,"k"],[120417,1,"l"],[120418,1,"m"],[120419,1,"n"],[120420,1,"o"],[120421,1,"p"],[120422,1,"q"],[120423,1,"r"],[120424,1,"s"],[120425,1,"t"],[120426,1,"u"],[120427,1,"v"],[120428,1,"w"],[120429,1,"x"],[120430,1,"y"],[120431,1,"z"],[120432,1,"a"],[120433,1,"b"],[120434,1,"c"],[120435,1,"d"],[120436,1,"e"],[120437,1,"f"],[120438,1,"g"],[120439,1,"h"],[120440,1,"i"],[120441,1,"j"],[120442,1,"k"],[120443,1,"l"],[120444,1,"m"],[120445,1,"n"],[120446,1,"o"],[120447,1,"p"],[120448,1,"q"],[120449,1,"r"],[120450,1,"s"],[120451,1,"t"],[120452,1,"u"],[120453,1,"v"],[120454,1,"w"],[120455,1,"x"],[120456,1,"y"],[120457,1,"z"],[120458,1,"a"],[120459,1,"b"],[120460,1,"c"],[120461,1,"d"],[120462,1,"e"],[120463,1,"f"],[120464,1,"g"],[120465,1,"h"],[120466,1,"i"],[120467,1,"j"],[120468,1,"k"],[120469,1,"l"],[120470,1,"m"],[120471,1,"n"],[120472,1,"o"],[120473,1,"p"],[120474,1,"q"],[120475,1,"r"],[120476,1,"s"],[120477,1,"t"],[120478,1,"u"],[120479,1,"v"],[120480,1,"w"],[120481,1,"x"],[120482,1,"y"],[120483,1,"z"],[120484,1,"\u0131"],[120485,1,"\u0237"],[[120486,120487],3],[120488,1,"\u03b1"],[120489,1,"\u03b2"],[120490,1,"\u03b3"],[120491,1,"\u03b4"],[120492,1,"\u03b5"],[120493,1,"\u03b6"],[120494,1,"\u03b7"],[120495,1,"\u03b8"],[120496,1,"\u03b9"],[120497,1,"\u03ba"],[120498,1,"\u03bb"],[120499,1,"\u03bc"],[120500,1,"\u03bd"],[120501,1,"\u03be"],[120502,1,"\u03bf"],[120503,1,"\u03c0"],[120504,1,"\u03c1"],[120505,1,"\u03b8"],[120506,1,"\u03c3"],[120507,1,"\u03c4"],[120508,1,"\u03c5"],[120509,1,"\u03c6"],[120510,1,"\u03c7"],[120511,1,"\u03c8"],[120512,1,"\u03c9"],[120513,1,"\u2207"],[120514,1,"\u03b1"],[120515,1,"\u03b2"],[120516,1,"\u03b3"],[120517,1,"\u03b4"],[120518,1,"\u03b5"],[120519,1,"\u03b6"],[120520,1,"\u03b7"],[120521,1,"\u03b8"],[120522,1,"\u03b9"],[120523,1,"\u03ba"],[120524,1,"\u03bb"],[120525,1,"\u03bc"],[120526,1,"\u03bd"],[120527,1,"\u03be"],[120528,1,"\u03bf"],[120529,1,"\u03c0"],[120530,1,"\u03c1"],[[120531,120532],1,"\u03c3"],[120533,1,"\u03c4"],[120534,1,"\u03c5"],[120535,1,"\u03c6"],[120536,1,"\u03c7"],[120537,1,"\u03c8"],[120538,1,"\u03c9"],[120539,1,"\u2202"],[120540,1,"\u03b5"],[120541,1,"\u03b8"],[120542,1,"\u03ba"],[120543,1,"\u03c6"],[120544,1,"\u03c1"],[120545,1,"\u03c0"],[120546,1,"\u03b1"],[120547,1,"\u03b2"],[120548,1,"\u03b3"],[120549,1,"\u03b4"],[120550,1,"\u03b5"],[120551,1,"\u03b6"],[120552,1,"\u03b7"],[120553,1,"\u03b8"],[120554,1,"\u03b9"],[120555,1,"\u03ba"],[120556,1,"\u03bb"],[120557,1,"\u03bc"],[120558,1,"\u03bd"],[120559,1,"\u03be"],[120560,1,"\u03bf"],[120561,1,"\u03c0"],[120562,1,"\u03c1"],[120563,1,"\u03b8"],[120564,1,"\u03c3"],[120565,1,"\u03c4"],[120566,1,"\u03c5"],[120567,1,"\u03c6"],[120568,1,"\u03c7"],[120569,1,"\u03c8"],[120570,1,"\u03c9"],[120571,1,"\u2207"],[120572,1,"\u03b1"],[120573,1,"\u03b2"],[120574,1,"\u03b3"],[120575,1,"\u03b4"],[120576,1,"\u03b5"],[120577,1,"\u03b6"],[120578,1,"\u03b7"],[120579,1,"\u03b8"],[120580,1,"\u03b9"],[120581,1,"\u03ba"],[120582,1,"\u03bb"],[120583,1,"\u03bc"],[120584,1,"\u03bd"],[120585,1,"\u03be"],[120586,1,"\u03bf"],[120587,1,"\u03c0"],[120588,1,"\u03c1"],[[120589,120590],1,"\u03c3"],[120591,1,"\u03c4"],[120592,1,"\u03c5"],[120593,1,"\u03c6"],[120594,1,"\u03c7"],[120595,1,"\u03c8"],[120596,1,"\u03c9"],[120597,1,"\u2202"],[120598,1,"\u03b5"],[120599,1,"\u03b8"],[120600,1,"\u03ba"],[120601,1,"\u03c6"],[120602,1,"\u03c1"],[120603,1,"\u03c0"],[120604,1,"\u03b1"],[120605,1,"\u03b2"],[120606,1,"\u03b3"],[120607,1,"\u03b4"],[120608,1,"\u03b5"],[120609,1,"\u03b6"],[120610,1,"\u03b7"],[120611,1,"\u03b8"],[120612,1,"\u03b9"],[120613,1,"\u03ba"],[120614,1,"\u03bb"],[120615,1,"\u03bc"],[120616,1,"\u03bd"],[120617,1,"\u03be"],[120618,1,"\u03bf"],[120619,1,"\u03c0"],[120620,1,"\u03c1"],[120621,1,"\u03b8"],[120622,1,"\u03c3"],[120623,1,"\u03c4"],[120624,1,"\u03c5"],[120625,1,"\u03c6"],[120626,1,"\u03c7"],[120627,1,"\u03c8"],[120628,1,"\u03c9"],[120629,1,"\u2207"],[120630,1,"\u03b1"],[120631,1,"\u03b2"],[120632,1,"\u03b3"],[120633,1,"\u03b4"],[120634,1,"\u03b5"],[120635,1,"\u03b6"],[120636,1,"\u03b7"],[120637,1,"\u03b8"],[120638,1,"\u03b9"],[120639,1,"\u03ba"],[120640,1,"\u03bb"],[120641,1,"\u03bc"],[120642,1,"\u03bd"],[120643,1,"\u03be"],[120644,1,"\u03bf"],[120645,1,"\u03c0"],[120646,1,"\u03c1"],[[120647,120648],1,"\u03c3"],[120649,1,"\u03c4"],[120650,1,"\u03c5"],[120651,1,"\u03c6"],[120652,1,"\u03c7"],[120653,1,"\u03c8"],[120654,1,"\u03c9"],[120655,1,"\u2202"],[120656,1,"\u03b5"],[120657,1,"\u03b8"],[120658,1,"\u03ba"],[120659,1,"\u03c6"],[120660,1,"\u03c1"],[120661,1,"\u03c0"],[120662,1,"\u03b1"],[120663,1,"\u03b2"],[120664,1,"\u03b3"],[120665,1,"\u03b4"],[120666,1,"\u03b5"],[120667,1,"\u03b6"],[120668,1,"\u03b7"],[120669,1,"\u03b8"],[120670,1,"\u03b9"],[120671,1,"\u03ba"],[120672,1,"\u03bb"],[120673,1,"\u03bc"],[120674,1,"\u03bd"],[120675,1,"\u03be"],[120676,1,"\u03bf"],[120677,1,"\u03c0"],[120678,1,"\u03c1"],[120679,1,"\u03b8"],[120680,1,"\u03c3"],[120681,1,"\u03c4"],[120682,1,"\u03c5"],[120683,1,"\u03c6"],[120684,1,"\u03c7"],[120685,1,"\u03c8"],[120686,1,"\u03c9"],[120687,1,"\u2207"],[120688,1,"\u03b1"],[120689,1,"\u03b2"],[120690,1,"\u03b3"],[120691,1,"\u03b4"],[120692,1,"\u03b5"],[120693,1,"\u03b6"],[120694,1,"\u03b7"],[120695,1,"\u03b8"],[120696,1,"\u03b9"],[120697,1,"\u03ba"],[120698,1,"\u03bb"],[120699,1,"\u03bc"],[120700,1,"\u03bd"],[120701,1,"\u03be"],[120702,1,"\u03bf"],[120703,1,"\u03c0"],[120704,1,"\u03c1"],[[120705,120706],1,"\u03c3"],[120707,1,"\u03c4"],[120708,1,"\u03c5"],[120709,1,"\u03c6"],[120710,1,"\u03c7"],[120711,1,"\u03c8"],[120712,1,"\u03c9"],[120713,1,"\u2202"],[120714,1,"\u03b5"],[120715,1,"\u03b8"],[120716,1,"\u03ba"],[120717,1,"\u03c6"],[120718,1,"\u03c1"],[120719,1,"\u03c0"],[120720,1,"\u03b1"],[120721,1,"\u03b2"],[120722,1,"\u03b3"],[120723,1,"\u03b4"],[120724,1,"\u03b5"],[120725,1,"\u03b6"],[120726,1,"\u03b7"],[120727,1,"\u03b8"],[120728,1,"\u03b9"],[120729,1,"\u03ba"],[120730,1,"\u03bb"],[120731,1,"\u03bc"],[120732,1,"\u03bd"],[120733,1,"\u03be"],[120734,1,"\u03bf"],[120735,1,"\u03c0"],[120736,1,"\u03c1"],[120737,1,"\u03b8"],[120738,1,"\u03c3"],[120739,1,"\u03c4"],[120740,1,"\u03c5"],[120741,1,"\u03c6"],[120742,1,"\u03c7"],[120743,1,"\u03c8"],[120744,1,"\u03c9"],[120745,1,"\u2207"],[120746,1,"\u03b1"],[120747,1,"\u03b2"],[120748,1,"\u03b3"],[120749,1,"\u03b4"],[120750,1,"\u03b5"],[120751,1,"\u03b6"],[120752,1,"\u03b7"],[120753,1,"\u03b8"],[120754,1,"\u03b9"],[120755,1,"\u03ba"],[120756,1,"\u03bb"],[120757,1,"\u03bc"],[120758,1,"\u03bd"],[120759,1,"\u03be"],[120760,1,"\u03bf"],[120761,1,"\u03c0"],[120762,1,"\u03c1"],[[120763,120764],1,"\u03c3"],[120765,1,"\u03c4"],[120766,1,"\u03c5"],[120767,1,"\u03c6"],[120768,1,"\u03c7"],[120769,1,"\u03c8"],[120770,1,"\u03c9"],[120771,1,"\u2202"],[120772,1,"\u03b5"],[120773,1,"\u03b8"],[120774,1,"\u03ba"],[120775,1,"\u03c6"],[120776,1,"\u03c1"],[120777,1,"\u03c0"],[[120778,120779],1,"\u03dd"],[[120780,120781],3],[120782,1,"0"],[120783,1,"1"],[120784,1,"2"],[120785,1,"3"],[120786,1,"4"],[120787,1,"5"],[120788,1,"6"],[120789,1,"7"],[120790,1,"8"],[120791,1,"9"],[120792,1,"0"],[120793,1,"1"],[120794,1,"2"],[120795,1,"3"],[120796,1,"4"],[120797,1,"5"],[120798,1,"6"],[120799,1,"7"],[120800,1,"8"],[120801,1,"9"],[120802,1,"0"],[120803,1,"1"],[120804,1,"2"],[120805,1,"3"],[120806,1,"4"],[120807,1,"5"],[120808,1,"6"],[120809,1,"7"],[120810,1,"8"],[120811,1,"9"],[120812,1,"0"],[120813,1,"1"],[120814,1,"2"],[120815,1,"3"],[120816,1,"4"],[120817,1,"5"],[120818,1,"6"],[120819,1,"7"],[120820,1,"8"],[120821,1,"9"],[120822,1,"0"],[120823,1,"1"],[120824,1,"2"],[120825,1,"3"],[120826,1,"4"],[120827,1,"5"],[120828,1,"6"],[120829,1,"7"],[120830,1,"8"],[120831,1,"9"],[[120832,121343],2],[[121344,121398],2],[[121399,121402],2],[[121403,121452],2],[[121453,121460],2],[121461,2],[[121462,121475],2],[121476,2],[[121477,121483],2],[[121484,121498],3],[[121499,121503],2],[121504,3],[[121505,121519],2],[[121520,122623],3],[[122624,122654],2],[[122655,122660],3],[[122661,122666],2],[[122667,122879],3],[[122880,122886],2],[122887,3],[[122888,122904],2],[[122905,122906],3],[[122907,122913],2],[122914,3],[[122915,122916],2],[122917,3],[[122918,122922],2],[[122923,122927],3],[122928,1,"\u0430"],[122929,1,"\u0431"],[122930,1,"\u0432"],[122931,1,"\u0433"],[122932,1,"\u0434"],[122933,1,"\u0435"],[122934,1,"\u0436"],[122935,1,"\u0437"],[122936,1,"\u0438"],[122937,1,"\u043a"],[122938,1,"\u043b"],[122939,1,"\u043c"],[122940,1,"\u043e"],[122941,1,"\u043f"],[122942,1,"\u0440"],[122943,1,"\u0441"],[122944,1,"\u0442"],[122945,1,"\u0443"],[122946,1,"\u0444"],[122947,1,"\u0445"],[122948,1,"\u0446"],[122949,1,"\u0447"],[122950,1,"\u0448"],[122951,1,"\u044b"],[122952,1,"\u044d"],[122953,1,"\u044e"],[122954,1,"\ua689"],[122955,1,"\u04d9"],[122956,1,"\u0456"],[122957,1,"\u0458"],[122958,1,"\u04e9"],[122959,1,"\u04af"],[122960,1,"\u04cf"],[122961,1,"\u0430"],[122962,1,"\u0431"],[122963,1,"\u0432"],[122964,1,"\u0433"],[122965,1,"\u0434"],[122966,1,"\u0435"],[122967,1,"\u0436"],[122968,1,"\u0437"],[122969,1,"\u0438"],[122970,1,"\u043a"],[122971,1,"\u043b"],[122972,1,"\u043e"],[122973,1,"\u043f"],[122974,1,"\u0441"],[122975,1,"\u0443"],[122976,1,"\u0444"],[122977,1,"\u0445"],[122978,1,"\u0446"],[122979,1,"\u0447"],[122980,1,"\u0448"],[122981,1,"\u044a"],[122982,1,"\u044b"],[122983,1,"\u0491"],[122984,1,"\u0456"],[122985,1,"\u0455"],[122986,1,"\u045f"],[122987,1,"\u04ab"],[122988,1,"\ua651"],[122989,1,"\u04b1"],[[122990,123022],3],[123023,2],[[123024,123135],3],[[123136,123180],2],[[123181,123183],3],[[123184,123197],2],[[123198,123199],3],[[123200,123209],2],[[123210,123213],3],[123214,2],[123215,2],[[123216,123535],3],[[123536,123566],2],[[123567,123583],3],[[123584,123641],2],[[123642,123646],3],[123647,2],[[123648,124111],3],[[124112,124153],2],[[124154,124367],3],[[124368,124410],2],[[124411,124414],3],[124415,2],[[124416,124895],3],[[124896,124902],2],[124903,3],[[124904,124907],2],[124908,3],[[124909,124910],2],[124911,3],[[124912,124926],2],[124927,3],[[124928,125124],2],[[125125,125126],3],[[125127,125135],2],[[125136,125142],2],[[125143,125183],3],[125184,1,"\ud83a\udd22"],[125185,1,"\ud83a\udd23"],[125186,1,"\ud83a\udd24"],[125187,1,"\ud83a\udd25"],[125188,1,"\ud83a\udd26"],[125189,1,"\ud83a\udd27"],[125190,1,"\ud83a\udd28"],[125191,1,"\ud83a\udd29"],[125192,1,"\ud83a\udd2a"],[125193,1,"\ud83a\udd2b"],[125194,1,"\ud83a\udd2c"],[125195,1,"\ud83a\udd2d"],[125196,1,"\ud83a\udd2e"],[125197,1,"\ud83a\udd2f"],[125198,1,"\ud83a\udd30"],[125199,1,"\ud83a\udd31"],[125200,1,"\ud83a\udd32"],[125201,1,"\ud83a\udd33"],[125202,1,"\ud83a\udd34"],[125203,1,"\ud83a\udd35"],[125204,1,"\ud83a\udd36"],[125205,1,"\ud83a\udd37"],[125206,1,"\ud83a\udd38"],[125207,1,"\ud83a\udd39"],[125208,1,"\ud83a\udd3a"],[125209,1,"\ud83a\udd3b"],[125210,1,"\ud83a\udd3c"],[125211,1,"\ud83a\udd3d"],[125212,1,"\ud83a\udd3e"],[125213,1,"\ud83a\udd3f"],[125214,1,"\ud83a\udd40"],[125215,1,"\ud83a\udd41"],[125216,1,"\ud83a\udd42"],[125217,1,"\ud83a\udd43"],[[125218,125258],2],[125259,2],[[125260,125263],3],[[125264,125273],2],[[125274,125277],3],[[125278,125279],2],[[125280,126064],3],[[126065,126132],2],[[126133,126208],3],[[126209,126269],2],[[126270,126463],3],[126464,1,"\u0627"],[126465,1,"\u0628"],[126466,1,"\u062c"],[126467,1,"\u062f"],[126468,3],[126469,1,"\u0648"],[126470,1,"\u0632"],[126471,1,"\u062d"],[126472,1,"\u0637"],[126473,1,"\u064a"],[126474,1,"\u0643"],[126475,1,"\u0644"],[126476,1,"\u0645"],[126477,1,"\u0646"],[126478,1,"\u0633"],[126479,1,"\u0639"],[126480,1,"\u0641"],[126481,1,"\u0635"],[126482,1,"\u0642"],[126483,1,"\u0631"],[126484,1,"\u0634"],[126485,1,"\u062a"],[126486,1,"\u062b"],[126487,1,"\u062e"],[126488,1,"\u0630"],[126489,1,"\u0636"],[126490,1,"\u0638"],[126491,1,"\u063a"],[126492,1,"\u066e"],[126493,1,"\u06ba"],[126494,1,"\u06a1"],[126495,1,"\u066f"],[126496,3],[126497,1,"\u0628"],[126498,1,"\u062c"],[126499,3],[126500,1,"\u0647"],[[126501,126502],3],[126503,1,"\u062d"],[126504,3],[126505,1,"\u064a"],[126506,1,"\u0643"],[126507,1,"\u0644"],[126508,1,"\u0645"],[126509,1,"\u0646"],[126510,1,"\u0633"],[126511,1,"\u0639"],[126512,1,"\u0641"],[126513,1,"\u0635"],[126514,1,"\u0642"],[126515,3],[126516,1,"\u0634"],[126517,1,"\u062a"],[126518,1,"\u062b"],[126519,1,"\u062e"],[126520,3],[126521,1,"\u0636"],[126522,3],[126523,1,"\u063a"],[[126524,126529],3],[126530,1,"\u062c"],[[126531,126534],3],[126535,1,"\u062d"],[126536,3],[126537,1,"\u064a"],[126538,3],[126539,1,"\u0644"],[126540,3],[126541,1,"\u0646"],[126542,1,"\u0633"],[126543,1,"\u0639"],[126544,3],[126545,1,"\u0635"],[126546,1,"\u0642"],[126547,3],[126548,1,"\u0634"],[[126549,126550],3],[126551,1,"\u062e"],[126552,3],[126553,1,"\u0636"],[126554,3],[126555,1,"\u063a"],[126556,3],[126557,1,"\u06ba"],[126558,3],[126559,1,"\u066f"],[126560,3],[126561,1,"\u0628"],[126562,1,"\u062c"],[126563,3],[126564,1,"\u0647"],[[126565,126566],3],[126567,1,"\u062d"],[126568,1,"\u0637"],[126569,1,"\u064a"],[126570,1,"\u0643"],[126571,3],[126572,1,"\u0645"],[126573,1,"\u0646"],[126574,1,"\u0633"],[126575,1,"\u0639"],[126576,1,"\u0641"],[126577,1,"\u0635"],[126578,1,"\u0642"],[126579,3],[126580,1,"\u0634"],[126581,1,"\u062a"],[126582,1,"\u062b"],[126583,1,"\u062e"],[126584,3],[126585,1,"\u0636"],[126586,1,"\u0638"],[126587,1,"\u063a"],[126588,1,"\u066e"],[126589,3],[126590,1,"\u06a1"],[126591,3],[126592,1,"\u0627"],[126593,1,"\u0628"],[126594,1,"\u062c"],[126595,1,"\u062f"],[126596,1,"\u0647"],[126597,1,"\u0648"],[126598,1,"\u0632"],[126599,1,"\u062d"],[126600,1,"\u0637"],[126601,1,"\u064a"],[126602,3],[126603,1,"\u0644"],[126604,1,"\u0645"],[126605,1,"\u0646"],[126606,1,"\u0633"],[126607,1,"\u0639"],[126608,1,"\u0641"],[126609,1,"\u0635"],[126610,1,"\u0642"],[126611,1,"\u0631"],[126612,1,"\u0634"],[126613,1,"\u062a"],[126614,1,"\u062b"],[126615,1,"\u062e"],[126616,1,"\u0630"],[126617,1,"\u0636"],[126618,1,"\u0638"],[126619,1,"\u063a"],[[126620,126624],3],[126625,1,"\u0628"],[126626,1,"\u062c"],[126627,1,"\u062f"],[126628,3],[126629,1,"\u0648"],[126630,1,"\u0632"],[126631,1,"\u062d"],[126632,1,"\u0637"],[126633,1,"\u064a"],[126634,3],[126635,1,"\u0644"],[126636,1,"\u0645"],[126637,1,"\u0646"],[126638,1,"\u0633"],[126639,1,"\u0639"],[126640,1,"\u0641"],[126641,1,"\u0635"],[126642,1,"\u0642"],[126643,1,"\u0631"],[126644,1,"\u0634"],[126645,1,"\u062a"],[126646,1,"\u062b"],[126647,1,"\u062e"],[126648,1,"\u0630"],[126649,1,"\u0636"],[126650,1,"\u0638"],[126651,1,"\u063a"],[[126652,126703],3],[[126704,126705],2],[[126706,126975],3],[[126976,127019],2],[[127020,127023],3],[[127024,127123],2],[[127124,127135],3],[[127136,127150],2],[[127151,127152],3],[[127153,127166],2],[127167,2],[127168,3],[[127169,127183],2],[127184,3],[[127185,127199],2],[[127200,127221],2],[[127222,127231],3],[127232,3],[127233,1,"0,"],[127234,1,"1,"],[127235,1,"2,"],[127236,1,"3,"],[127237,1,"4,"],[127238,1,"5,"],[127239,1,"6,"],[127240,1,"7,"],[127241,1,"8,"],[127242,1,"9,"],[[127243,127244],2],[[127245,127247],2],[127248,1,"(a)"],[127249,1,"(b)"],[127250,1,"(c)"],[127251,1,"(d)"],[127252,1,"(e)"],[127253,1,"(f)"],[127254,1,"(g)"],[127255,1,"(h)"],[127256,1,"(i)"],[127257,1,"(j)"],[127258,1,"(k)"],[127259,1,"(l)"],[127260,1,"(m)"],[127261,1,"(n)"],[127262,1,"(o)"],[127263,1,"(p)"],[127264,1,"(q)"],[127265,1,"(r)"],[127266,1,"(s)"],[127267,1,"(t)"],[127268,1,"(u)"],[127269,1,"(v)"],[127270,1,"(w)"],[127271,1,"(x)"],[127272,1,"(y)"],[127273,1,"(z)"],[127274,1,"\u3014s\u3015"],[127275,1,"c"],[127276,1,"r"],[127277,1,"cd"],[127278,1,"wz"],[127279,2],[127280,1,"a"],[127281,1,"b"],[127282,1,"c"],[127283,1,"d"],[127284,1,"e"],[127285,1,"f"],[127286,1,"g"],[127287,1,"h"],[127288,1,"i"],[127289,1,"j"],[127290,1,"k"],[127291,1,"l"],[127292,1,"m"],[127293,1,"n"],[127294,1,"o"],[127295,1,"p"],[127296,1,"q"],[127297,1,"r"],[127298,1,"s"],[127299,1,"t"],[127300,1,"u"],[127301,1,"v"],[127302,1,"w"],[127303,1,"x"],[127304,1,"y"],[127305,1,"z"],[127306,1,"hv"],[127307,1,"mv"],[127308,1,"sd"],[127309,1,"ss"],[127310,1,"ppv"],[127311,1,"wc"],[[127312,127318],2],[127319,2],[[127320,127326],2],[127327,2],[[127328,127337],2],[127338,1,"mc"],[127339,1,"md"],[127340,1,"mr"],[[127341,127343],2],[[127344,127352],2],[127353,2],[127354,2],[[127355,127356],2],[[127357,127358],2],[127359,2],[[127360,127369],2],[[127370,127373],2],[[127374,127375],2],[127376,1,"dj"],[[127377,127386],2],[[127387,127404],2],[127405,2],[[127406,127461],3],[[127462,127487],2],[127488,1,"\u307b\u304b"],[127489,1,"\u30b3\u30b3"],[127490,1,"\u30b5"],[[127491,127503],3],[127504,1,"\u624b"],[127505,1,"\u5b57"],[127506,1,"\u53cc"],[127507,1,"\u30c7"],[127508,1,"\u4e8c"],[127509,1,"\u591a"],[127510,1,"\u89e3"],[127511,1,"\u5929"],[127512,1,"\u4ea4"],[127513,1,"\u6620"],[127514,1,"\u7121"],[127515,1,"\u6599"],[127516,1,"\u524d"],[127517,1,"\u5f8c"],[127518,1,"\u518d"],[127519,1,"\u65b0"],[127520,1,"\u521d"],[127521,1,"\u7d42"],[127522,1,"\u751f"],[127523,1,"\u8ca9"],[127524,1,"\u58f0"],[127525,1,"\u5439"],[127526,1,"\u6f14"],[127527,1,"\u6295"],[127528,1,"\u6355"],[127529,1,"\u4e00"],[127530,1,"\u4e09"],[127531,1,"\u904a"],[127532,1,"\u5de6"],[127533,1,"\u4e2d"],[127534,1,"\u53f3"],[127535,1,"\u6307"],[127536,1,"\u8d70"],[127537,1,"\u6253"],[127538,1,"\u7981"],[127539,1,"\u7a7a"],[127540,1,"\u5408"],[127541,1,"\u6e80"],[127542,1,"\u6709"],[127543,1,"\u6708"],[127544,1,"\u7533"],[127545,1,"\u5272"],[127546,1,"\u55b6"],[127547,1,"\u914d"],[[127548,127551],3],[127552,1,"\u3014\u672c\u3015"],[127553,1,"\u3014\u4e09\u3015"],[127554,1,"\u3014\u4e8c\u3015"],[127555,1,"\u3014\u5b89\u3015"],[127556,1,"\u3014\u70b9\u3015"],[127557,1,"\u3014\u6253\u3015"],[127558,1,"\u3014\u76d7\u3015"],[127559,1,"\u3014\u52dd\u3015"],[127560,1,"\u3014\u6557\u3015"],[[127561,127567],3],[127568,1,"\u5f97"],[127569,1,"\u53ef"],[[127570,127583],3],[[127584,127589],2],[[127590,127743],3],[[127744,127776],2],[[127777,127788],2],[[127789,127791],2],[[127792,127797],2],[127798,2],[[127799,127868],2],[127869,2],[[127870,127871],2],[[127872,127891],2],[[127892,127903],2],[[127904,127940],2],[127941,2],[[127942,127946],2],[[127947,127950],2],[[127951,127955],2],[[127956,127967],2],[[127968,127984],2],[[127985,127991],2],[[127992,127999],2],[[128000,128062],2],[128063,2],[128064,2],[128065,2],[[128066,128247],2],[128248,2],[[128249,128252],2],[[128253,128254],2],[128255,2],[[128256,128317],2],[[128318,128319],2],[[128320,128323],2],[[128324,128330],2],[[128331,128335],2],[[128336,128359],2],[[128360,128377],2],[128378,2],[[128379,128419],2],[128420,2],[[128421,128506],2],[[128507,128511],2],[128512,2],[[128513,128528],2],[128529,2],[[128530,128532],2],[128533,2],[128534,2],[128535,2],[128536,2],[128537,2],[128538,2],[128539,2],[[128540,128542],2],[128543,2],[[128544,128549],2],[[128550,128551],2],[[128552,128555],2],[128556,2],[128557,2],[[128558,128559],2],[[128560,128563],2],[128564,2],[[128565,128576],2],[[128577,128578],2],[[128579,128580],2],[[128581,128591],2],[[128592,128639],2],[[128640,128709],2],[[128710,128719],2],[128720,2],[[128721,128722],2],[[128723,128724],2],[128725,2],[[128726,128727],2],[[128728,128731],3],[128732,2],[[128733,128735],2],[[128736,128748],2],[[128749,128751],3],[[128752,128755],2],[[128756,128758],2],[[128759,128760],2],[128761,2],[128762,2],[[128763,128764],2],[[128765,128767],3],[[128768,128883],2],[[128884,128886],2],[[128887,128890],3],[[128891,128895],2],[[128896,128980],2],[[128981,128984],2],[128985,2],[[128986,128991],3],[[128992,129003],2],[[129004,129007],3],[129008,2],[[129009,129023],3],[[129024,129035],2],[[129036,129039],3],[[129040,129095],2],[[129096,129103],3],[[129104,129113],2],[[129114,129119],3],[[129120,129159],2],[[129160,129167],3],[[129168,129197],2],[[129198,129199],3],[[129200,129201],2],[[129202,129211],2],[[129212,129215],3],[[129216,129217],2],[[129218,129279],3],[[129280,129291],2],[129292,2],[[129293,129295],2],[[129296,129304],2],[[129305,129310],2],[129311,2],[[129312,129319],2],[[129320,129327],2],[129328,2],[[129329,129330],2],[[129331,129342],2],[129343,2],[[129344,129355],2],[129356,2],[[129357,129359],2],[[129360,129374],2],[[129375,129387],2],[[129388,129392],2],[129393,2],[129394,2],[[129395,129398],2],[[129399,129400],2],[129401,2],[129402,2],[129403,2],[[129404,129407],2],[[129408,129412],2],[[129413,129425],2],[[129426,129431],2],[[129432,129442],2],[[129443,129444],2],[[129445,129450],2],[[129451,129453],2],[[129454,129455],2],[[129456,129465],2],[[129466,129471],2],[129472,2],[[129473,129474],2],[[129475,129482],2],[129483,2],[129484,2],[[129485,129487],2],[[129488,129510],2],[[129511,129535],2],[[129536,129619],2],[[129620,129631],3],[[129632,129645],2],[[129646,129647],3],[[129648,129651],2],[129652,2],[[129653,129655],2],[[129656,129658],2],[[129659,129660],2],[[129661,129663],3],[[129664,129666],2],[[129667,129670],2],[[129671,129672],2],[129673,2],[[129674,129678],3],[129679,2],[[129680,129685],2],[[129686,129704],2],[[129705,129708],2],[[129709,129711],2],[[129712,129718],2],[[129719,129722],2],[[129723,129725],2],[129726,2],[129727,2],[[129728,129730],2],[[129731,129733],2],[129734,2],[[129735,129741],3],[[129742,129743],2],[[129744,129750],2],[[129751,129753],2],[[129754,129755],2],[129756,2],[[129757,129758],3],[129759,2],[[129760,129767],2],[129768,2],[129769,2],[[129770,129775],3],[[129776,129782],2],[[129783,129784],2],[[129785,129791],3],[[129792,129938],2],[129939,3],[[129940,129994],2],[[129995,130031],2],[130032,1,"0"],[130033,1,"1"],[130034,1,"2"],[130035,1,"3"],[130036,1,"4"],[130037,1,"5"],[130038,1,"6"],[130039,1,"7"],[130040,1,"8"],[130041,1,"9"],[[130042,131069],3],[[131070,131071],3],[[131072,173782],2],[[173783,173789],2],[[173790,173791],2],[[173792,173823],3],[[173824,177972],2],[[177973,177976],2],[177977,2],[[177978,177983],3],[[177984,178205],2],[[178206,178207],3],[[178208,183969],2],[[183970,183983],3],[[183984,191456],2],[[191457,191471],3],[[191472,192093],2],[[192094,194559],3],[194560,1,"\u4e3d"],[194561,1,"\u4e38"],[194562,1,"\u4e41"],[194563,1,"\ud840\udd22"],[194564,1,"\u4f60"],[194565,1,"\u4fae"],[194566,1,"\u4fbb"],[194567,1,"\u5002"],[194568,1,"\u507a"],[194569,1,"\u5099"],[194570,1,"\u50e7"],[194571,1,"\u50cf"],[194572,1,"\u349e"],[194573,1,"\ud841\ude3a"],[194574,1,"\u514d"],[194575,1,"\u5154"],[194576,1,"\u5164"],[194577,1,"\u5177"],[194578,1,"\ud841\udd1c"],[194579,1,"\u34b9"],[194580,1,"\u5167"],[194581,1,"\u518d"],[194582,1,"\ud841\udd4b"],[194583,1,"\u5197"],[194584,1,"\u51a4"],[194585,1,"\u4ecc"],[194586,1,"\u51ac"],[194587,1,"\u51b5"],[194588,1,"\ud864\udddf"],[194589,1,"\u51f5"],[194590,1,"\u5203"],[194591,1,"\u34df"],[194592,1,"\u523b"],[194593,1,"\u5246"],[194594,1,"\u5272"],[194595,1,"\u5277"],[194596,1,"\u3515"],[194597,1,"\u52c7"],[194598,1,"\u52c9"],[194599,1,"\u52e4"],[194600,1,"\u52fa"],[194601,1,"\u5305"],[194602,1,"\u5306"],[194603,1,"\u5317"],[194604,1,"\u5349"],[194605,1,"\u5351"],[194606,1,"\u535a"],[194607,1,"\u5373"],[194608,1,"\u537d"],[[194609,194611],1,"\u537f"],[194612,1,"\ud842\ude2c"],[194613,1,"\u7070"],[194614,1,"\u53ca"],[194615,1,"\u53df"],[194616,1,"\ud842\udf63"],[194617,1,"\u53eb"],[194618,1,"\u53f1"],[194619,1,"\u5406"],[194620,1,"\u549e"],[194621,1,"\u5438"],[194622,1,"\u5448"],[194623,1,"\u5468"],[194624,1,"\u54a2"],[194625,1,"\u54f6"],[194626,1,"\u5510"],[194627,1,"\u5553"],[194628,1,"\u5563"],[[194629,194630],1,"\u5584"],[194631,1,"\u5599"],[194632,1,"\u55ab"],[194633,1,"\u55b3"],[194634,1,"\u55c2"],[194635,1,"\u5716"],[194636,1,"\u5606"],[194637,1,"\u5717"],[194638,1,"\u5651"],[194639,1,"\u5674"],[194640,1,"\u5207"],[194641,1,"\u58ee"],[194642,1,"\u57ce"],[194643,1,"\u57f4"],[194644,1,"\u580d"],[194645,1,"\u578b"],[194646,1,"\u5832"],[194647,1,"\u5831"],[194648,1,"\u58ac"],[194649,1,"\ud845\udce4"],[194650,1,"\u58f2"],[194651,1,"\u58f7"],[194652,1,"\u5906"],[194653,1,"\u591a"],[194654,1,"\u5922"],[194655,1,"\u5962"],[194656,1,"\ud845\udea8"],[194657,1,"\ud845\udeea"],[194658,1,"\u59ec"],[194659,1,"\u5a1b"],[194660,1,"\u5a27"],[194661,1,"\u59d8"],[194662,1,"\u5a66"],[194663,1,"\u36ee"],[194664,1,"\u36fc"],[194665,1,"\u5b08"],[[194666,194667],1,"\u5b3e"],[194668,1,"\ud846\uddc8"],[194669,1,"\u5bc3"],[194670,1,"\u5bd8"],[194671,1,"\u5be7"],[194672,1,"\u5bf3"],[194673,1,"\ud846\udf18"],[194674,1,"\u5bff"],[194675,1,"\u5c06"],[194676,1,"\u5f53"],[194677,1,"\u5c22"],[194678,1,"\u3781"],[194679,1,"\u5c60"],[194680,1,"\u5c6e"],[194681,1,"\u5cc0"],[194682,1,"\u5c8d"],[194683,1,"\ud847\udde4"],[194684,1,"\u5d43"],[194685,1,"\ud847\udde6"],[194686,1,"\u5d6e"],[194687,1,"\u5d6b"],[194688,1,"\u5d7c"],[194689,1,"\u5de1"],[194690,1,"\u5de2"],[194691,1,"\u382f"],[194692,1,"\u5dfd"],[194693,1,"\u5e28"],[194694,1,"\u5e3d"],[194695,1,"\u5e69"],[194696,1,"\u3862"],[194697,1,"\ud848\udd83"],[194698,1,"\u387c"],[194699,1,"\u5eb0"],[194700,1,"\u5eb3"],[194701,1,"\u5eb6"],[194702,1,"\u5eca"],[194703,1,"\ud868\udf92"],[194704,1,"\u5efe"],[[194705,194706],1,"\ud848\udf31"],[194707,1,"\u8201"],[[194708,194709],1,"\u5f22"],[194710,1,"\u38c7"],[194711,1,"\ud84c\udeb8"],[194712,1,"\ud858\uddda"],[194713,1,"\u5f62"],[194714,1,"\u5f6b"],[194715,1,"\u38e3"],[194716,1,"\u5f9a"],[194717,1,"\u5fcd"],[194718,1,"\u5fd7"],[194719,1,"\u5ff9"],[194720,1,"\u6081"],[194721,1,"\u393a"],[194722,1,"\u391c"],[194723,1,"\u6094"],[194724,1,"\ud849\uded4"],[194725,1,"\u60c7"],[194726,1,"\u6148"],[194727,1,"\u614c"],[194728,1,"\u614e"],[194729,1,"\u614c"],[194730,1,"\u617a"],[194731,1,"\u618e"],[194732,1,"\u61b2"],[194733,1,"\u61a4"],[194734,1,"\u61af"],[194735,1,"\u61de"],[194736,1,"\u61f2"],[194737,1,"\u61f6"],[194738,1,"\u6210"],[194739,1,"\u621b"],[194740,1,"\u625d"],[194741,1,"\u62b1"],[194742,1,"\u62d4"],[194743,1,"\u6350"],[194744,1,"\ud84a\udf0c"],[194745,1,"\u633d"],[194746,1,"\u62fc"],[194747,1,"\u6368"],[194748,1,"\u6383"],[194749,1,"\u63e4"],[194750,1,"\ud84a\udff1"],[194751,1,"\u6422"],[194752,1,"\u63c5"],[194753,1,"\u63a9"],[194754,1,"\u3a2e"],[194755,1,"\u6469"],[194756,1,"\u647e"],[194757,1,"\u649d"],[194758,1,"\u6477"],[194759,1,"\u3a6c"],[194760,1,"\u654f"],[194761,1,"\u656c"],[194762,1,"\ud84c\udc0a"],[194763,1,"\u65e3"],[194764,1,"\u66f8"],[194765,1,"\u6649"],[194766,1,"\u3b19"],[194767,1,"\u6691"],[194768,1,"\u3b08"],[194769,1,"\u3ae4"],[194770,1,"\u5192"],[194771,1,"\u5195"],[194772,1,"\u6700"],[194773,1,"\u669c"],[194774,1,"\u80ad"],[194775,1,"\u43d9"],[194776,1,"\u6717"],[194777,1,"\u671b"],[194778,1,"\u6721"],[194779,1,"\u675e"],[194780,1,"\u6753"],[194781,1,"\ud84c\udfc3"],[194782,1,"\u3b49"],[194783,1,"\u67fa"],[194784,1,"\u6785"],[194785,1,"\u6852"],[194786,1,"\u6885"],[194787,1,"\ud84d\udc6d"],[194788,1,"\u688e"],[194789,1,"\u681f"],[194790,1,"\u6914"],[194791,1,"\u3b9d"],[194792,1,"\u6942"],[194793,1,"\u69a3"],[194794,1,"\u69ea"],[194795,1,"\u6aa8"],[194796,1,"\ud84d\udea3"],[194797,1,"\u6adb"],[194798,1,"\u3c18"],[194799,1,"\u6b21"],[194800,1,"\ud84e\udca7"],[194801,1,"\u6b54"],[194802,1,"\u3c4e"],[194803,1,"\u6b72"],[194804,1,"\u6b9f"],[194805,1,"\u6bba"],[194806,1,"\u6bbb"],[194807,1,"\ud84e\ude8d"],[194808,1,"\ud847\udd0b"],[194809,1,"\ud84e\udefa"],[194810,1,"\u6c4e"],[194811,1,"\ud84f\udcbc"],[194812,1,"\u6cbf"],[194813,1,"\u6ccd"],[194814,1,"\u6c67"],[194815,1,"\u6d16"],[194816,1,"\u6d3e"],[194817,1,"\u6d77"],[194818,1,"\u6d41"],[194819,1,"\u6d69"],[194820,1,"\u6d78"],[194821,1,"\u6d85"],[194822,1,"\ud84f\udd1e"],[194823,1,"\u6d34"],[194824,1,"\u6e2f"],[194825,1,"\u6e6e"],[194826,1,"\u3d33"],[194827,1,"\u6ecb"],[194828,1,"\u6ec7"],[194829,1,"\ud84f\uded1"],[194830,1,"\u6df9"],[194831,1,"\u6f6e"],[194832,1,"\ud84f\udf5e"],[194833,1,"\ud84f\udf8e"],[194834,1,"\u6fc6"],[194835,1,"\u7039"],[194836,1,"\u701e"],[194837,1,"\u701b"],[194838,1,"\u3d96"],[194839,1,"\u704a"],[194840,1,"\u707d"],[194841,1,"\u7077"],[194842,1,"\u70ad"],[194843,1,"\ud841\udd25"],[194844,1,"\u7145"],[194845,1,"\ud850\ude63"],[194846,1,"\u719c"],[194847,1,"\ud850\udfab"],[194848,1,"\u7228"],[194849,1,"\u7235"],[194850,1,"\u7250"],[194851,1,"\ud851\ude08"],[194852,1,"\u7280"],[194853,1,"\u7295"],[194854,1,"\ud851\udf35"],[194855,1,"\ud852\udc14"],[194856,1,"\u737a"],[194857,1,"\u738b"],[194858,1,"\u3eac"],[194859,1,"\u73a5"],[[194860,194861],1,"\u3eb8"],[194862,1,"\u7447"],[194863,1,"\u745c"],[194864,1,"\u7471"],[194865,1,"\u7485"],[194866,1,"\u74ca"],[194867,1,"\u3f1b"],[194868,1,"\u7524"],[194869,1,"\ud853\udc36"],[194870,1,"\u753e"],[194871,1,"\ud853\udc92"],[194872,1,"\u7570"],[194873,1,"\ud848\udd9f"],[194874,1,"\u7610"],[194875,1,"\ud853\udfa1"],[194876,1,"\ud853\udfb8"],[194877,1,"\ud854\udc44"],[194878,1,"\u3ffc"],[194879,1,"\u4008"],[194880,1,"\u76f4"],[194881,1,"\ud854\udcf3"],[194882,1,"\ud854\udcf2"],[194883,1,"\ud854\udd19"],[194884,1,"\ud854\udd33"],[194885,1,"\u771e"],[[194886,194887],1,"\u771f"],[194888,1,"\u774a"],[194889,1,"\u4039"],[194890,1,"\u778b"],[194891,1,"\u4046"],[194892,1,"\u4096"],[194893,1,"\ud855\udc1d"],[194894,1,"\u784e"],[194895,1,"\u788c"],[194896,1,"\u78cc"],[194897,1,"\u40e3"],[194898,1,"\ud855\ude26"],[194899,1,"\u7956"],[194900,1,"\ud855\ude9a"],[194901,1,"\ud855\udec5"],[194902,1,"\u798f"],[194903,1,"\u79eb"],[194904,1,"\u412f"],[194905,1,"\u7a40"],[194906,1,"\u7a4a"],[194907,1,"\u7a4f"],[194908,1,"\ud856\udd7c"],[[194909,194910],1,"\ud856\udea7"],[194911,1,"\u7aee"],[194912,1,"\u4202"],[194913,1,"\ud856\udfab"],[194914,1,"\u7bc6"],[194915,1,"\u7bc9"],[194916,1,"\u4227"],[194917,1,"\ud857\udc80"],[194918,1,"\u7cd2"],[194919,1,"\u42a0"],[194920,1,"\u7ce8"],[194921,1,"\u7ce3"],[194922,1,"\u7d00"],[194923,1,"\ud857\udf86"],[194924,1,"\u7d63"],[194925,1,"\u4301"],[194926,1,"\u7dc7"],[194927,1,"\u7e02"],[194928,1,"\u7e45"],[194929,1,"\u4334"],[194930,1,"\ud858\ude28"],[194931,1,"\ud858\ude47"],[194932,1,"\u4359"],[194933,1,"\ud858\uded9"],[194934,1,"\u7f7a"],[194935,1,"\ud858\udf3e"],[194936,1,"\u7f95"],[194937,1,"\u7ffa"],[194938,1,"\u8005"],[194939,1,"\ud859\udcda"],[194940,1,"\ud859\udd23"],[194941,1,"\u8060"],[194942,1,"\ud859\udda8"],[194943,1,"\u8070"],[194944,1,"\ud84c\udf5f"],[194945,1,"\u43d5"],[194946,1,"\u80b2"],[194947,1,"\u8103"],[194948,1,"\u440b"],[194949,1,"\u813e"],[194950,1,"\u5ab5"],[194951,1,"\ud859\udfa7"],[194952,1,"\ud859\udfb5"],[194953,1,"\ud84c\udf93"],[194954,1,"\ud84c\udf9c"],[194955,1,"\u8201"],[194956,1,"\u8204"],[194957,1,"\u8f9e"],[194958,1,"\u446b"],[194959,1,"\u8291"],[194960,1,"\u828b"],[194961,1,"\u829d"],[194962,1,"\u52b3"],[194963,1,"\u82b1"],[194964,1,"\u82b3"],[194965,1,"\u82bd"],[194966,1,"\u82e6"],[194967,1,"\ud85a\udf3c"],[194968,1,"\u82e5"],[194969,1,"\u831d"],[194970,1,"\u8363"],[194971,1,"\u83ad"],[194972,1,"\u8323"],[194973,1,"\u83bd"],[194974,1,"\u83e7"],[194975,1,"\u8457"],[194976,1,"\u8353"],[194977,1,"\u83ca"],[194978,1,"\u83cc"],[194979,1,"\u83dc"],[194980,1,"\ud85b\udc36"],[194981,1,"\ud85b\udd6b"],[194982,1,"\ud85b\udcd5"],[194983,1,"\u452b"],[194984,1,"\u84f1"],[194985,1,"\u84f3"],[194986,1,"\u8516"],[194987,1,"\ud85c\udfca"],[194988,1,"\u8564"],[194989,1,"\ud85b\udf2c"],[194990,1,"\u455d"],[194991,1,"\u4561"],[194992,1,"\ud85b\udfb1"],[194993,1,"\ud85c\udcd2"],[194994,1,"\u456b"],[194995,1,"\u8650"],[194996,1,"\u865c"],[194997,1,"\u8667"],[194998,1,"\u8669"],[194999,1,"\u86a9"],[195000,1,"\u8688"],[195001,1,"\u870e"],[195002,1,"\u86e2"],[195003,1,"\u8779"],[195004,1,"\u8728"],[195005,1,"\u876b"],[195006,1,"\u8786"],[195007,1,"\u45d7"],[195008,1,"\u87e1"],[195009,1,"\u8801"],[195010,1,"\u45f9"],[195011,1,"\u8860"],[195012,1,"\u8863"],[195013,1,"\ud85d\ude67"],[195014,1,"\u88d7"],[195015,1,"\u88de"],[195016,1,"\u4635"],[195017,1,"\u88fa"],[195018,1,"\u34bb"],[195019,1,"\ud85e\udcae"],[195020,1,"\ud85e\udd66"],[195021,1,"\u46be"],[195022,1,"\u46c7"],[195023,1,"\u8aa0"],[195024,1,"\u8aed"],[195025,1,"\u8b8a"],[195026,1,"\u8c55"],[195027,1,"\ud85f\udca8"],[195028,1,"\u8cab"],[195029,1,"\u8cc1"],[195030,1,"\u8d1b"],[195031,1,"\u8d77"],[195032,1,"\ud85f\udf2f"],[195033,1,"\ud842\udc04"],[195034,1,"\u8dcb"],[195035,1,"\u8dbc"],[195036,1,"\u8df0"],[195037,1,"\ud842\udcde"],[195038,1,"\u8ed4"],[195039,1,"\u8f38"],[195040,1,"\ud861\uddd2"],[195041,1,"\ud861\udded"],[195042,1,"\u9094"],[195043,1,"\u90f1"],[195044,1,"\u9111"],[195045,1,"\ud861\udf2e"],[195046,1,"\u911b"],[195047,1,"\u9238"],[195048,1,"\u92d7"],[195049,1,"\u92d8"],[195050,1,"\u927c"],[195051,1,"\u93f9"],[195052,1,"\u9415"],[195053,1,"\ud862\udffa"],[195054,1,"\u958b"],[195055,1,"\u4995"],[195056,1,"\u95b7"],[195057,1,"\ud863\udd77"],[195058,1,"\u49e6"],[195059,1,"\u96c3"],[195060,1,"\u5db2"],[195061,1,"\u9723"],[195062,1,"\ud864\udd45"],[195063,1,"\ud864\ude1a"],[195064,1,"\u4a6e"],[195065,1,"\u4a76"],[195066,1,"\u97e0"],[195067,1,"\ud865\udc0a"],[195068,1,"\u4ab2"],[195069,1,"\ud865\udc96"],[[195070,195071],1,"\u980b"],[195072,1,"\u9829"],[195073,1,"\ud865\uddb6"],[195074,1,"\u98e2"],[195075,1,"\u4b33"],[195076,1,"\u9929"],[195077,1,"\u99a7"],[195078,1,"\u99c2"],[195079,1,"\u99fe"],[195080,1,"\u4bce"],[195081,1,"\ud866\udf30"],[195082,1,"\u9b12"],[195083,1,"\u9c40"],[195084,1,"\u9cfd"],[195085,1,"\u4cce"],[195086,1,"\u4ced"],[195087,1,"\u9d67"],[195088,1,"\ud868\udcce"],[195089,1,"\u4cf8"],[195090,1,"\ud868\udd05"],[195091,1,"\ud868\ude0e"],[195092,1,"\ud868\ude91"],[195093,1,"\u9ebb"],[195094,1,"\u4d56"],[195095,1,"\u9ef9"],[195096,1,"\u9efe"],[195097,1,"\u9f05"],[195098,1,"\u9f0f"],[195099,1,"\u9f16"],[195100,1,"\u9f3b"],[195101,1,"\ud869\ude00"],[[195102,196605],3],[[196606,196607],3],[[196608,201546],2],[[201547,201551],3],[[201552,205743],2],[[205744,262141],3],[[262142,262143],3],[[262144,327677],3],[[327678,327679],3],[[327680,393213],3],[[393214,393215],3],[[393216,458749],3],[[458750,458751],3],[[458752,524285],3],[[524286,524287],3],[[524288,589821],3],[[589822,589823],3],[[589824,655357],3],[[655358,655359],3],[[655360,720893],3],[[720894,720895],3],[[720896,786429],3],[[786430,786431],3],[[786432,851965],3],[[851966,851967],3],[[851968,917501],3],[[917502,917503],3],[917504,3],[917505,3],[[917506,917535],3],[[917536,917631],3],[[917632,917759],3],[[917760,917999],7],[[918000,983037],3],[[983038,983039],3],[[983040,1048573],3],[[1048574,1048575],3],[[1048576,1114109],3],[[1114110,1114111],3]]')},92701:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),CompositionEventInit=__webpack_require__(95439),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,UIEvent=__webpack_require__(88365);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].CompositionEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'CompositionEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| UIEvent._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class CompositionEvent extends globalObject.UIEvent{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'CompositionEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'CompositionEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=CompositionEventInit.convert(globalObject,curArg,{context:"Failed to construct 'CompositionEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}initCompositionEvent(typeArg){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initCompositionEvent' called on an object that is not a valid instance of CompositionEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initCompositionEvent' on 'CompositionEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initCompositionEvent' on 'CompositionEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initCompositionEvent' on 'CompositionEvent': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initCompositionEvent' on 'CompositionEvent': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?null==curArg?null:utils.tryImplForWrapper(curArg):null,args.push(curArg)}{let curArg=arguments[4];curArg=void 0!==curArg?conversions.DOMString(curArg,{context:"Failed to execute 'initCompositionEvent' on 'CompositionEvent': parameter 5",globals:globalObject}):"",args.push(curArg)}return esValue[implSymbol].initCompositionEvent(...args)}get data(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get data' called on an object that is not a valid instance of CompositionEvent.");return esValue[implSymbol].data}}Object.defineProperties(CompositionEvent.prototype,{initCompositionEvent:{enumerable:!0},data:{enumerable:!0},[Symbol.toStringTag]:{value:"CompositionEvent",configurable:!0}}),ctorRegistry.CompositionEvent=CompositionEvent,Object.defineProperty(globalObject,"CompositionEvent",{configurable:!0,writable:!0,value:CompositionEvent})};const Impl=__webpack_require__(26704)},92703:module=>{"use strict";var toStr=Object.prototype.toString,max=Math.max,concatty=function(a,b){for( |
| /*ThouShaltNotCache*/ |
| var arr=[],i=0;i<a.length;i+=1)arr[i]=a[i];for(var j=0;j<b.length;j+=1)arr[j+a.length]=b[j];return arr};module.exports=function(that){ |
| /*ThouShaltNotCache*/ |
| var target=this;if("function"!=typeof target||"[object Function]"!==toStr.apply(target))throw new TypeError("Function.prototype.bind called on incompatible "+target);for(var bound,args=function(arrLike,offset){for( |
| /*ThouShaltNotCache*/ |
| var arr=[],i=offset||0,j=0;i<arrLike.length;i+=1,j+=1)arr[j]=arrLike[i];return arr}(arguments,1),boundLength=max(0,target.length-args.length),boundArgs=[],i=0;i<boundLength;i++)boundArgs[i]="$"+i;if(bound=Function("binder","return function ("+function(arr,joiner){for( |
| /*ThouShaltNotCache*/ |
| var str="",i=0;i<arr.length;i+=1)str+=arr[i],i+1<arr.length&&(str+=joiner);return str}(boundArgs,",")+"){ return binder.apply(this,arguments); }")(function(){ |
| /*ThouShaltNotCache*/ |
| if(this instanceof bound){var result=target.apply(this,concatty(args,arguments));return Object(result)===result?result:this}return target.apply(that,concatty(args,arguments))}),target.prototype){var Empty=function(){};Empty.prototype=target.prototype,bound.prototype=new Empty,Empty.prototype=null}return bound}},92825:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ErrorEventInit=__webpack_require__(20059),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,Event=__webpack_require__(72763);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].ErrorEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'ErrorEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| Event._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class ErrorEvent extends globalObject.Event{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'ErrorEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'ErrorEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=ErrorEventInit.convert(globalObject,curArg,{context:"Failed to construct 'ErrorEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}get message(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get message' called on an object that is not a valid instance of ErrorEvent.");return esValue[implSymbol].message}get filename(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get filename' called on an object that is not a valid instance of ErrorEvent.");return esValue[implSymbol].filename}get lineno(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get lineno' called on an object that is not a valid instance of ErrorEvent.");return esValue[implSymbol].lineno}get colno(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get colno' called on an object that is not a valid instance of ErrorEvent.");return esValue[implSymbol].colno}get error(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get error' called on an object that is not a valid instance of ErrorEvent.");return esValue[implSymbol].error}}Object.defineProperties(ErrorEvent.prototype,{message:{enumerable:!0},filename:{enumerable:!0},lineno:{enumerable:!0},colno:{enumerable:!0},error:{enumerable:!0},[Symbol.toStringTag]:{value:"ErrorEvent",configurable:!0}}),ctorRegistry.ErrorEvent=ErrorEvent,Object.defineProperty(globalObject,"ErrorEvent",{configurable:!0,writable:!0,value:ErrorEvent})};const Impl=__webpack_require__(95116)},92878:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const{parseFloatingPointNumber}=__webpack_require__(8337),{parseDateString,parseLocalDateAndTimeString,parseMonthString,parseTimeString,parseWeekString,serializeDate,serializeMonth,serializeNormalizedDateAndTime,serializeTime,serializeWeek,parseDateAsWeek}=__webpack_require__(82709);function getUTCMs(year,month=1,day=1,hour=0,minute=0,second=0,millisecond=0){ |
| /*ThouShaltNotCache*/ |
| if(year>99||year<0)return Date.UTC(year,month-1,day,hour,minute,second,millisecond);const d=new Date(0);return d.setUTCFullYear(year),d.setUTCMonth(month-1),d.setUTCDate(day),d.setUTCHours(hour),d.setUTCMinutes(minute),d.setUTCSeconds(second,millisecond),d.valueOf()}const dayOfWeekRelMondayLUT=[-1,0,1,2,3,-3,-2];exports.convertStringToNumberByType={date(input){ |
| /*ThouShaltNotCache*/ |
| const date=parseDateString(input);return null===date?null:getUTCMs(date.year,date.month,date.day)},month(input){ |
| /*ThouShaltNotCache*/ |
| const date=parseMonthString(input);return null===date?null:12*(date.year-1970)+(date.month-1)},week(input){ |
| /*ThouShaltNotCache*/ |
| const date=parseWeekString(input);if(null===date)return null;const dateObj=new Date(getUTCMs(date.year)),dayOfWeekRelMonday=dayOfWeekRelMondayLUT[dateObj.getUTCDay()];return dateObj.setUTCDate(1+7*(date.week-1)-dayOfWeekRelMonday)},time(input){ |
| /*ThouShaltNotCache*/ |
| const time=parseTimeString(input);return null===time?null:1e3*(60*(60*time.hour+time.minute)+time.second)+time.millisecond},"datetime-local"(input){ |
| /*ThouShaltNotCache*/ |
| const dateAndTime=parseLocalDateAndTimeString(input);if(null===dateAndTime)return null;const{date:{year,month,day},time:{hour,minute,second,millisecond}}=dateAndTime;return getUTCMs(year,month,day,hour,minute,second,millisecond)},number:parseFloatingPointNumber,range:parseFloatingPointNumber},exports.convertStringToDateByType={date(input){ |
| /*ThouShaltNotCache*/ |
| const parsedInput=exports.convertStringToNumberByType.date(input);return null===parsedInput?null:new Date(parsedInput)},month(input){ |
| /*ThouShaltNotCache*/ |
| const parsedMonthString=parseMonthString(input);if(null===parsedMonthString)return null;const date=new Date(0);return date.setUTCFullYear(parsedMonthString.year),date.setUTCMonth(parsedMonthString.month-1),date},week(input){ |
| /*ThouShaltNotCache*/ |
| const parsedInput=exports.convertStringToNumberByType.week(input);return null===parsedInput?null:new Date(parsedInput)},time(input){ |
| /*ThouShaltNotCache*/ |
| const parsedInput=exports.convertStringToNumberByType.time(input);return null===parsedInput?null:new Date(parsedInput)},"datetime-local"(input){ |
| /*ThouShaltNotCache*/ |
| const parsedInput=exports.convertStringToNumberByType["datetime-local"](input);return null===parsedInput?null:new Date(parsedInput)}},exports.serializeDateByType={date:input=>serializeDate({year:input.getUTCFullYear(),month:input.getUTCMonth()+1,day:input.getUTCDate()}),month:input=>serializeMonth({year:input.getUTCFullYear(),month:input.getUTCMonth()+1}),week:input=>serializeWeek(parseDateAsWeek(input)),time:input=>serializeTime({hour:input.getUTCHours(),minute:input.getUTCMinutes(),second:input.getUTCSeconds(),millisecond:input.getUTCMilliseconds()}),"datetime-local":input=>serializeNormalizedDateAndTime({date:{year:input.getUTCFullYear(),month:input.getUTCMonth()+1,day:input.getUTCDate()},time:{hour:input.getUTCHours(),minute:input.getUTCMinutes(),second:input.getUTCSeconds(),millisecond:input.getUTCMilliseconds()}})},exports.convertNumberToStringByType={date:input=>exports.serializeDateByType.date(new Date(input)),month(input){ |
| /*ThouShaltNotCache*/ |
| const year=1970+Math.floor(input/12),month=input%12,date=new Date(0);return date.setUTCFullYear(year),date.setUTCMonth(month),exports.serializeDateByType.month(date)},week:input=>exports.serializeDateByType.week(new Date(input)),time:input=>exports.serializeDateByType.time(new Date(input)),"datetime-local":input=>exports.serializeDateByType["datetime-local"](new Date(input)),number:input=>input.toString(),range:input=>input.toString()}},92949:module=>{"use strict";module.exports={rE:"26.1.0"}},93182:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Storage.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Storage'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Storage{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}key(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'key' called on an object that is not a valid instance of Storage.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'key' on 'Storage': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'key' on 'Storage': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].key(...args)}getItem(key){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getItem' called on an object that is not a valid instance of Storage.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getItem' on 'Storage': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getItem' on 'Storage': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].getItem(...args)}setItem(key,value){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setItem' called on an object that is not a valid instance of Storage.");if(arguments.length<2)throw new globalObject.TypeError(`Failed to execute 'setItem' on 'Storage': 2 arguments required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setItem' on 'Storage': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setItem' on 'Storage': parameter 2",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setItem(...args)}removeItem(key){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'removeItem' called on an object that is not a valid instance of Storage.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'removeItem' on 'Storage': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'removeItem' on 'Storage': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].removeItem(...args)}clear(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'clear' called on an object that is not a valid instance of Storage.");return esValue[implSymbol].clear()}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of Storage.");return esValue[implSymbol].length}}Object.defineProperties(Storage.prototype,{key:{enumerable:!0},getItem:{enumerable:!0},setItem:{enumerable:!0},removeItem:{enumerable:!0},clear:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"Storage",configurable:!0}}),ctorRegistry.Storage=Storage,Object.defineProperty(globalObject,"Storage",{configurable:!0,writable:!0,value:Storage})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyNames])key in target||keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);const namedValue=target[implSymbol].getItem(P);return null===namedValue||P in target?Reflect.getOwnPropertyDescriptor(target,P):{writable:!0,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(namedValue)}}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){const globalObject=this._globalObject;if("string"==typeof P){let namedValue=V;return namedValue=conversions.DOMString(namedValue,{context:"Failed to set the '"+P+"' property on 'Storage': The provided value",globals:globalObject}),target[implSymbol].setItem(P,namedValue),!0}}let ownDesc;if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);const globalObject=this._globalObject;if(!utils.hasOwn(target,P)){if(desc.get||desc.set)return!1;let namedValue=desc.value;return namedValue=conversions.DOMString(namedValue,{context:"Failed to set the '"+P+"' property on 'Storage': The provided value",globals:globalObject}),target[implSymbol].setItem(P,namedValue),!0}return Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;return null===target[implSymbol].getItem(P)||P in target?Reflect.deleteProperty(target,P):(target[implSymbol].removeItem(P),!0)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(50695)},93686:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,HTMLElement=__webpack_require__(8904),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLFormElement.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLFormElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLFormElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLFormElement",new.target)}submit(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'submit' called on an object that is not a valid instance of HTMLFormElement.");return esValue[implSymbol].submit()}requestSubmit(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'requestSubmit' called on an object that is not a valid instance of HTMLFormElement.");const args=[];{let curArg=arguments[0];void 0!==curArg&&(curArg=HTMLElement.convert(globalObject,curArg,{context:"Failed to execute 'requestSubmit' on 'HTMLFormElement': parameter 1"})),args.push(curArg)}return esValue[implSymbol].requestSubmit(...args)}reset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reset' called on an object that is not a valid instance of HTMLFormElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].reset()}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'checkValidity' called on an object that is not a valid instance of HTMLFormElement.");return esValue[implSymbol].checkValidity()}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reportValidity' called on an object that is not a valid instance of HTMLFormElement.");return esValue[implSymbol].reportValidity()}get acceptCharset(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get acceptCharset' called on an object that is not a valid instance of HTMLFormElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("accept-charset");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set acceptCharset(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set acceptCharset' called on an object that is not a valid instance of HTMLFormElement.");V=conversions.DOMString(V,{context:"Failed to set the 'acceptCharset' property on 'HTMLFormElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("accept-charset",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get action(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get action' called on an object that is not a valid instance of HTMLFormElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].action}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set action(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set action' called on an object that is not a valid instance of HTMLFormElement.");V=conversions.USVString(V,{context:"Failed to set the 'action' property on 'HTMLFormElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].action=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get enctype(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get enctype' called on an object that is not a valid instance of HTMLFormElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].enctype}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set enctype(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set enctype' called on an object that is not a valid instance of HTMLFormElement.");V=conversions.DOMString(V,{context:"Failed to set the 'enctype' property on 'HTMLFormElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].enctype=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get method(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get method' called on an object that is not a valid instance of HTMLFormElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].method}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set method(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set method' called on an object that is not a valid instance of HTMLFormElement.");V=conversions.DOMString(V,{context:"Failed to set the 'method' property on 'HTMLFormElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].method=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLFormElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLFormElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLFormElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get noValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get noValidate' called on an object that is not a valid instance of HTMLFormElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("novalidate")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set noValidate(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set noValidate' called on an object that is not a valid instance of HTMLFormElement.");V=conversions.boolean(V,{context:"Failed to set the 'noValidate' property on 'HTMLFormElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("novalidate",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("novalidate")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get target(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get target' called on an object that is not a valid instance of HTMLFormElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("target");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set target(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set target' called on an object that is not a valid instance of HTMLFormElement.");V=conversions.DOMString(V,{context:"Failed to set the 'target' property on 'HTMLFormElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("target",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get elements(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get elements' called on an object that is not a valid instance of HTMLFormElement.");return utils.getSameObject(this,"elements",()=>utils.tryWrapperForImpl(esValue[implSymbol].elements))}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of HTMLFormElement.");return esValue[implSymbol].length}}Object.defineProperties(HTMLFormElement.prototype,{submit:{enumerable:!0},requestSubmit:{enumerable:!0},reset:{enumerable:!0},checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},acceptCharset:{enumerable:!0},action:{enumerable:!0},enctype:{enumerable:!0},method:{enumerable:!0},name:{enumerable:!0},noValidate:{enumerable:!0},target:{enumerable:!0},elements:{enumerable:!0},length:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLFormElement",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.HTMLFormElement=HTMLFormElement,Object.defineProperty(globalObject,"HTMLFormElement",{configurable:!0,writable:!0,value:HTMLFormElement})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol][utils.indexedGet](index);if(null!==indexedValue)return{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){this._globalObject}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol][utils.indexedGet](index);null!==indexedValue&&(ownDesc={writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);this._globalObject;return!utils.isArrayIndexPropName(P)&&Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol][utils.indexedGet](index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(48805)},93715:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),HTMLElementImpl=__webpack_require__(52723).implementation,HTMLCollection=__webpack_require__(16606),{HTML_NS}=__webpack_require__(36675),{childrenByLocalNames}=__webpack_require__(49397),{domSymbolTree}=__webpack_require__(35442),cellLocalNames=new Set(["td","th"]);module.exports={implementation:class extends HTMLElementImpl{get cells(){ |
| /*ThouShaltNotCache*/ |
| return this._cells||(this._cells=HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>childrenByLocalNames(this,cellLocalNames)})),this._cells}get rowIndex(){ |
| /*ThouShaltNotCache*/ |
| const parent=this.parentElement;if(null===parent||parent.namespaceURI!==HTML_NS)return-1;let tableElement=parent;return"thead"!==parent.localName&&"tbody"!==parent.localName&&"tfoot"!==parent.localName||(tableElement=parent.parentElement),null===tableElement||tableElement.namespaceURI!==HTML_NS||"table"!==tableElement.localName?-1:tableElement.rows.indexOf(this)}get sectionRowIndex(){ |
| /*ThouShaltNotCache*/ |
| const parent=domSymbolTree.parent(this);if(null===parent)return-1;const{rows}=parent;return rows?rows.indexOf(this):-1}insertCell(index){ |
| /*ThouShaltNotCache*/ |
| const td=this._ownerDocument.createElement("TD"),{cells}=this;if(index<-1||index>cells.length)throw DOMException.create(this._globalObject,["The index is not in the allowed range.","IndexSizeError"]);if(-1===index||index===cells.length)this._append(td);else{const ref=cells.item(index);this._insert(td,ref)}return td}deleteCell(index){ |
| /*ThouShaltNotCache*/ |
| const{cells}=this;if(index<-1||index>=cells.length)throw DOMException.create(this._globalObject,["The index is not in the allowed range.","IndexSizeError"]);if(-1===index){if(0===cells.length)return;index=cells.length-1}const td=cells.item(index);this._remove(td)}}}},93863:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var utils=__webpack_require__(9974),has=Object.prototype.hasOwnProperty,isArray=Array.isArray,defaults={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:utils.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},interpretNumericEntities=function(str){ |
| /*ThouShaltNotCache*/ |
| return str.replace(/&#(\d+);/g,function($0,numberStr){ |
| /*ThouShaltNotCache*/ |
| return String.fromCharCode(parseInt(numberStr,10))})},parseArrayValue=function(val,options,currentArrayLength){ |
| /*ThouShaltNotCache*/ |
| if(val&&"string"==typeof val&&options.comma&&val.indexOf(",")>-1)return val.split(",");if(options.throwOnLimitExceeded&¤tArrayLength>=options.arrayLimit)throw new RangeError("Array limit exceeded. Only "+options.arrayLimit+" element"+(1===options.arrayLimit?"":"s")+" allowed in an array.");return val},parseKeys=function(givenKey,val,options,valuesParsed){ |
| /*ThouShaltNotCache*/ |
| if(givenKey){var key=options.allowDots?givenKey.replace(/\.([^.[]+)/g,"[$1]"):givenKey,child=/(\[[^[\]]*])/g,segment=options.depth>0&&/(\[[^[\]]*])/.exec(key),parent=segment?key.slice(0,segment.index):key,keys=[];if(parent){if(!options.plainObjects&&has.call(Object.prototype,parent)&&!options.allowPrototypes)return;keys.push(parent)}for(var i=0;options.depth>0&&null!==(segment=child.exec(key))&&i<options.depth;){if(i+=1,!options.plainObjects&&has.call(Object.prototype,segment[1].slice(1,-1))&&!options.allowPrototypes)return;keys.push(segment[1])}if(segment){if(!0===options.strictDepth)throw new RangeError("Input depth exceeded depth option of "+options.depth+" and strictDepth is true");keys.push("["+key.slice(segment.index)+"]")}return function(chain,val,options,valuesParsed){ |
| /*ThouShaltNotCache*/ |
| var currentArrayLength=0;if(chain.length>0&&"[]"===chain[chain.length-1]){var parentKey=chain.slice(0,-1).join("");currentArrayLength=Array.isArray(val)&&val[parentKey]?val[parentKey].length:0}for(var leaf=valuesParsed?val:parseArrayValue(val,options,currentArrayLength),i=chain.length-1;i>=0;--i){var obj,root=chain[i];if("[]"===root&&options.parseArrays)obj=options.allowEmptyArrays&&(""===leaf||options.strictNullHandling&&null===leaf)?[]:utils.combine([],leaf);else{obj=options.plainObjects?{__proto__:null}:{};var cleanRoot="["===root.charAt(0)&&"]"===root.charAt(root.length-1)?root.slice(1,-1):root,decodedRoot=options.decodeDotInKeys?cleanRoot.replace(/%2E/g,"."):cleanRoot,index=parseInt(decodedRoot,10);options.parseArrays||""!==decodedRoot?!isNaN(index)&&root!==decodedRoot&&String(index)===decodedRoot&&index>=0&&options.parseArrays&&index<=options.arrayLimit?(obj=[])[index]=leaf:"__proto__"!==decodedRoot&&(obj[decodedRoot]=leaf):obj={0:leaf}}leaf=obj}return leaf}(keys,val,options,valuesParsed)}};module.exports=function(str,opts){ |
| /*ThouShaltNotCache*/ |
| var options=function(opts){ |
| /*ThouShaltNotCache*/ |
| if(!opts)return defaults;if(void 0!==opts.allowEmptyArrays&&"boolean"!=typeof opts.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==opts.decodeDotInKeys&&"boolean"!=typeof opts.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==opts.decoder&&void 0!==opts.decoder&&"function"!=typeof opts.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==opts.charset&&"utf-8"!==opts.charset&&"iso-8859-1"!==opts.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(void 0!==opts.throwOnLimitExceeded&&"boolean"!=typeof opts.throwOnLimitExceeded)throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var charset=void 0===opts.charset?defaults.charset:opts.charset,duplicates=void 0===opts.duplicates?defaults.duplicates:opts.duplicates;if("combine"!==duplicates&&"first"!==duplicates&&"last"!==duplicates)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===opts.allowDots?!0===opts.decodeDotInKeys||defaults.allowDots:!!opts.allowDots,allowEmptyArrays:"boolean"==typeof opts.allowEmptyArrays?!!opts.allowEmptyArrays:defaults.allowEmptyArrays,allowPrototypes:"boolean"==typeof opts.allowPrototypes?opts.allowPrototypes:defaults.allowPrototypes,allowSparse:"boolean"==typeof opts.allowSparse?opts.allowSparse:defaults.allowSparse,arrayLimit:"number"==typeof opts.arrayLimit?opts.arrayLimit:defaults.arrayLimit,charset,charsetSentinel:"boolean"==typeof opts.charsetSentinel?opts.charsetSentinel:defaults.charsetSentinel,comma:"boolean"==typeof opts.comma?opts.comma:defaults.comma,decodeDotInKeys:"boolean"==typeof opts.decodeDotInKeys?opts.decodeDotInKeys:defaults.decodeDotInKeys,decoder:"function"==typeof opts.decoder?opts.decoder:defaults.decoder,delimiter:"string"==typeof opts.delimiter||utils.isRegExp(opts.delimiter)?opts.delimiter:defaults.delimiter,depth:"number"==typeof opts.depth||!1===opts.depth?+opts.depth:defaults.depth,duplicates,ignoreQueryPrefix:!0===opts.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof opts.interpretNumericEntities?opts.interpretNumericEntities:defaults.interpretNumericEntities,parameterLimit:"number"==typeof opts.parameterLimit?opts.parameterLimit:defaults.parameterLimit,parseArrays:!1!==opts.parseArrays,plainObjects:"boolean"==typeof opts.plainObjects?opts.plainObjects:defaults.plainObjects,strictDepth:"boolean"==typeof opts.strictDepth?!!opts.strictDepth:defaults.strictDepth,strictNullHandling:"boolean"==typeof opts.strictNullHandling?opts.strictNullHandling:defaults.strictNullHandling,throwOnLimitExceeded:"boolean"==typeof opts.throwOnLimitExceeded&&opts.throwOnLimitExceeded}}(opts);if(""===str||null==str)return options.plainObjects?{__proto__:null}:{};for(var tempObj="string"==typeof str?function(str,options){ |
| /*ThouShaltNotCache*/ |
| var obj={__proto__:null},cleanStr=options.ignoreQueryPrefix?str.replace(/^\?/,""):str;cleanStr=cleanStr.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var limit=options.parameterLimit===1/0?void 0:options.parameterLimit,parts=cleanStr.split(options.delimiter,options.throwOnLimitExceeded?limit+1:limit);if(options.throwOnLimitExceeded&&parts.length>limit)throw new RangeError("Parameter limit exceeded. Only "+limit+" parameter"+(1===limit?"":"s")+" allowed.");var i,skipIndex=-1,charset=options.charset;if(options.charsetSentinel)for(i=0;i<parts.length;++i)0===parts[i].indexOf("utf8=")&&("utf8=%E2%9C%93"===parts[i]?charset="utf-8":"utf8=%26%2310003%3B"===parts[i]&&(charset="iso-8859-1"),skipIndex=i,i=parts.length);for(i=0;i<parts.length;++i)if(i!==skipIndex){var key,val,part=parts[i],bracketEqualsPos=part.indexOf("]="),pos=-1===bracketEqualsPos?part.indexOf("="):bracketEqualsPos+1;-1===pos?(key=options.decoder(part,defaults.decoder,charset,"key"),val=options.strictNullHandling?null:""):(key=options.decoder(part.slice(0,pos),defaults.decoder,charset,"key"),val=utils.maybeMap(parseArrayValue(part.slice(pos+1),options,isArray(obj[key])?obj[key].length:0),function(encodedVal){ |
| /*ThouShaltNotCache*/ |
| return options.decoder(encodedVal,defaults.decoder,charset,"value")})),val&&options.interpretNumericEntities&&"iso-8859-1"===charset&&(val=interpretNumericEntities(String(val))),part.indexOf("[]=")>-1&&(val=isArray(val)?[val]:val);var existing=has.call(obj,key);existing&&"combine"===options.duplicates?obj[key]=utils.combine(obj[key],val):existing&&"last"!==options.duplicates||(obj[key]=val)}return obj}(str,options):str,obj=options.plainObjects?{__proto__:null}:{},keys=Object.keys(tempObj),i=0;i<keys.length;++i){var key=keys[i],newObj=parseKeys(key,tempObj[key],options,"string"==typeof str);obj=utils.merge(obj,newObj,options)}return!0===options.allowSparse?obj:utils.compact(obj)}},94057:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLMenuElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLMenuElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLMenuElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLMenuElement",new.target)}get compact(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get compact' called on an object that is not a valid instance of HTMLMenuElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set compact(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set compact' called on an object that is not a valid instance of HTMLMenuElement.");V=conversions.boolean(V,{context:"Failed to set the 'compact' property on 'HTMLMenuElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("compact",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("compact")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLMenuElement.prototype,{compact:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLMenuElement",configurable:!0}}),ctorRegistry.HTMLMenuElement=HTMLMenuElement,Object.defineProperty(globalObject,"HTMLMenuElement",{configurable:!0,writable:!0,value:HTMLMenuElement})};const Impl=__webpack_require__(85436)},94083:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLBaseElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLBaseElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLBaseElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLBaseElement",new.target)}get href(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get href' called on an object that is not a valid instance of HTMLBaseElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].href}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set href(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set href' called on an object that is not a valid instance of HTMLBaseElement.");V=conversions.USVString(V,{context:"Failed to set the 'href' property on 'HTMLBaseElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].href=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get target(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get target' called on an object that is not a valid instance of HTMLBaseElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("target");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set target(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set target' called on an object that is not a valid instance of HTMLBaseElement.");V=conversions.DOMString(V,{context:"Failed to set the 'target' property on 'HTMLBaseElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("target",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLBaseElement.prototype,{href:{enumerable:!0},target:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLBaseElement",configurable:!0}}),ctorRegistry.HTMLBaseElement=HTMLBaseElement,Object.defineProperty(globalObject,"HTMLBaseElement",{configurable:!0,writable:!0,value:HTMLBaseElement})};const Impl=__webpack_require__(9962)},94202:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,serializeURLwhatwg_url=__webpack_require__(88499).serializeURL,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLModElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLModElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLModElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLModElement",new.target)}get cite(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get cite' called on an object that is not a valid instance of HTMLModElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("cite");if(null===value)return"";if(this._citeURLCacheKey===value)return this._citeURLCache;this._citeURLCacheKey=value;const urlRecord=esValue[implSymbol]._ownerDocument.encodingParseAURL(value);return null!==urlRecord?(this._citeURLCache=serializeURLwhatwg_url(urlRecord),this._citeURLCache):(this._citeURLCache=conversions.USVString(value),this._citeURLCache)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set cite(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set cite' called on an object that is not a valid instance of HTMLModElement.");V=conversions.USVString(V,{context:"Failed to set the 'cite' property on 'HTMLModElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("cite",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get dateTime(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get dateTime' called on an object that is not a valid instance of HTMLModElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("datetime");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set dateTime(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set dateTime' called on an object that is not a valid instance of HTMLModElement.");V=conversions.DOMString(V,{context:"Failed to set the 'dateTime' property on 'HTMLModElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("datetime",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLModElement.prototype,{cite:{enumerable:!0},dateTime:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLModElement",configurable:!0}}),ctorRegistry.HTMLModElement=HTMLModElement,Object.defineProperty(globalObject,"HTMLModElement",{configurable:!0,writable:!0,value:HTMLModElement})};const Impl=__webpack_require__(35521)},94331:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLCollection=__webpack_require__(16606),HTMLElementImpl=__webpack_require__(52723).implementation,DefaultConstraintValidationImpl=__webpack_require__(11549).D,{formOwner}=__webpack_require__(28888),{mixin}=__webpack_require__(7586),{descendantsByLocalNames}=__webpack_require__(49397),listedElements=new Set(["button","fieldset","input","object","output","select","textarea"]);class HTMLFieldSetElementImpl extends HTMLElementImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,privateData),this._customValidityErrorMessage=""}get elements(){ |
| /*ThouShaltNotCache*/ |
| return HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>descendantsByLocalNames(this,listedElements)})}get form(){ |
| /*ThouShaltNotCache*/ |
| return formOwner(this)}get type(){ |
| /*ThouShaltNotCache*/ |
| return"fieldset"}_barredFromConstraintValidationSpecialization(){ |
| /*ThouShaltNotCache*/ |
| return!0}}mixin(HTMLFieldSetElementImpl.prototype,DefaultConstraintValidationImpl.prototype),module.exports={implementation:HTMLFieldSetElementImpl}},94356:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var implementation=__webpack_require__(94689);module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| return"function"==typeof Object.is?Object.is:implementation}},94378:(__unused_webpack_module,exports)=>{"use strict";exports.implementation=class{AddSearchProvider(){}IsSearchProviderInstalled(){}}},94414:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLOptionElement=__webpack_require__(45111),HTMLOptGroupElement=__webpack_require__(10096),HTMLElement=__webpack_require__(8904),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLCollection=__webpack_require__(16606);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLOptionsCollection.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLOptionsCollection'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLCollection._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLOptionsCollection extends globalObject.HTMLCollection{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}add(element){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'add' called on an object that is not a valid instance of HTMLOptionsCollection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'add' on 'HTMLOptionsCollection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];if(!HTMLOptionElement.is(curArg)&&!HTMLOptGroupElement.is(curArg))throw new globalObject.TypeError("Failed to execute 'add' on 'HTMLOptionsCollection': parameter 1 is not of any supported type.");curArg=utils.implForWrapper(curArg),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?null==curArg?null:HTMLElement.is(curArg)?utils.implForWrapper(curArg):conversions.long(curArg,{context:"Failed to execute 'add' on 'HTMLOptionsCollection': parameter 2",globals:globalObject}):null,args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].add(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}remove(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'remove' called on an object that is not a valid instance of HTMLOptionsCollection.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'remove' on 'HTMLOptionsCollection': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.long(curArg,{context:"Failed to execute 'remove' on 'HTMLOptionsCollection': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].remove(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of HTMLOptionsCollection.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].length}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set length(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set length' called on an object that is not a valid instance of HTMLOptionsCollection.");V=conversions["unsigned long"](V,{context:"Failed to set the 'length' property on 'HTMLOptionsCollection': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].length=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get selectedIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectedIndex' called on an object that is not a valid instance of HTMLOptionsCollection.");return esValue[implSymbol].selectedIndex}set selectedIndex(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selectedIndex' called on an object that is not a valid instance of HTMLOptionsCollection.");V=conversions.long(V,{context:"Failed to set the 'selectedIndex' property on 'HTMLOptionsCollection': The provided value",globals:globalObject}),esValue[implSymbol].selectedIndex=V}}Object.defineProperties(HTMLOptionsCollection.prototype,{add:{enumerable:!0},remove:{enumerable:!0},length:{enumerable:!0},selectedIndex:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLOptionsCollection",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.HTMLOptionsCollection=HTMLOptionsCollection,Object.defineProperty(globalObject,"HTMLOptionsCollection",{configurable:!0,writable:!0,value:HTMLOptionsCollection})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of target[implSymbol][utils.supportedPropertyNames])key in target||keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!0,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}const namedValue=target[implSymbol].namedItem(P);return null===namedValue||P in target||ignoreNamedProps?Reflect.getOwnPropertyDescriptor(target,P):{writable:!1,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(namedValue)}}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){const globalObject=this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;let indexedValue=V;indexedValue=null==indexedValue?null:HTMLOptionElement.convert(globalObject,indexedValue,{context:"Failed to set the "+index+" property on 'HTMLOptionsCollection': The provided value"}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{!(null!==target[implSymbol].item(index))?target[implSymbol][utils.indexedSetNew](index,indexedValue):target[implSymbol][utils.indexedSetExisting](index,indexedValue)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}return!0}}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!0,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);const globalObject=this._globalObject;if(utils.isArrayIndexPropName(P)){if(desc.get||desc.set)return!1;const index=P>>>0;let indexedValue=desc.value;indexedValue=null==indexedValue?null:HTMLOptionElement.convert(globalObject,indexedValue,{context:"Failed to set the "+index+" property on 'HTMLOptionsCollection': The provided value"}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{!(null!==target[implSymbol].item(index))?target[implSymbol][utils.indexedSetNew](index,indexedValue):target[implSymbol][utils.indexedSetExisting](index,indexedValue)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}return!0}if(!utils.hasOwn(target,P)){if(!!(null!==target[implSymbol].namedItem(P)))return!1}return Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return(null===target[implSymbol].namedItem(P)||P in target)&&Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(84629)},94424:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLBRElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLBRElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLBRElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLBRElement",new.target)}get clear(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get clear' called on an object that is not a valid instance of HTMLBRElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("clear");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set clear(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set clear' called on an object that is not a valid instance of HTMLBRElement.");V=conversions.DOMString(V,{context:"Failed to set the 'clear' property on 'HTMLBRElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("clear",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLBRElement.prototype,{clear:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLBRElement",configurable:!0}}),ctorRegistry.HTMLBRElement=HTMLBRElement,Object.defineProperty(globalObject,"HTMLBRElement",{configurable:!0,writable:!0,value:HTMLBRElement})};const Impl=__webpack_require__(55267)},94546:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),Node=(__webpack_require__(65554),__webpack_require__(13079));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| {const key="endContainer";let value=null==obj?void 0:obj[key];if(void 0===value)throw new globalObject.TypeError("endContainer is required in 'StaticRangeInit'");value=Node.convert(globalObject,value,{context:context+" has member 'endContainer' that"}),ret[key]=value}{const key="endOffset";let value=null==obj?void 0:obj[key];if(void 0===value)throw new globalObject.TypeError("endOffset is required in 'StaticRangeInit'");value=conversions["unsigned long"](value,{context:context+" has member 'endOffset' that",globals:globalObject}),ret[key]=value}{const key="startContainer";let value=null==obj?void 0:obj[key];if(void 0===value)throw new globalObject.TypeError("startContainer is required in 'StaticRangeInit'");value=Node.convert(globalObject,value,{context:context+" has member 'startContainer' that"}),ret[key]=value}{const key="startOffset";let value=null==obj?void 0:obj[key];if(void 0===value)throw new globalObject.TypeError("startOffset is required in 'StaticRangeInit'");value=conversions["unsigned long"](value,{context:context+" has member 'startOffset' that",globals:globalObject}),ret[key]=value}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},94553:()=>{},94581:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{mixin}=__webpack_require__(7586),{domSymbolTree}=__webpack_require__(35442),NODE_TYPE=__webpack_require__(53010),NodeImpl=__webpack_require__(59550).implementation,NonElementParentNodeImpl=__webpack_require__(53713).implementation,ParentNodeImpl=__webpack_require__(47766).implementation,idlUtils=__webpack_require__(65554);class DocumentFragmentImpl extends NodeImpl{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| super(globalObject,args,{ownerDocument:idlUtils.implForWrapper(globalObject._document),...privateData});const{host}=privateData;this._host=host,this.nodeType=NODE_TYPE.DOCUMENT_FRAGMENT_NODE}getElementById(id){ |
| /*ThouShaltNotCache*/ |
| if(""===id)return null;for(const descendant of domSymbolTree.treeIterator(this))if(descendant.nodeType===NODE_TYPE.ELEMENT_NODE&&descendant.getAttributeNS(null,"id")===id)return descendant;return null}}mixin(DocumentFragmentImpl.prototype,NonElementParentNodeImpl.prototype),mixin(DocumentFragmentImpl.prototype,ParentNodeImpl.prototype),module.exports={implementation:DocumentFragmentImpl}},94646:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),MouseEventInit=__webpack_require__(12920),EventTarget=__webpack_require__(87950),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,UIEvent=__webpack_require__(88365);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].MouseEvent.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'MouseEvent'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| UIEvent._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class MouseEvent extends globalObject.UIEvent{constructor(type){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'MouseEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to construct 'MouseEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=MouseEventInit.convert(globalObject,curArg,{context:"Failed to construct 'MouseEvent': parameter 2"}),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}getModifierState(keyArg){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'getModifierState' called on an object that is not a valid instance of MouseEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'getModifierState' on 'MouseEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'getModifierState' on 'MouseEvent': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].getModifierState(...args)}initMouseEvent(typeArg){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'initMouseEvent' called on an object that is not a valid instance of MouseEvent.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'initMouseEvent' on 'MouseEvent': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 2",globals:globalObject}),args.push(curArg)}{let curArg=arguments[2];curArg=void 0!==curArg&&conversions.boolean(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 3",globals:globalObject}),args.push(curArg)}{let curArg=arguments[3];curArg=void 0!==curArg?null==curArg?null:utils.tryImplForWrapper(curArg):null,args.push(curArg)}{let curArg=arguments[4];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 5",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[5];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 6",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[6];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 7",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[7];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 8",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[8];curArg=void 0!==curArg?conversions.long(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 9",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[9];curArg=void 0!==curArg?conversions.boolean(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 10",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[10];curArg=void 0!==curArg?conversions.boolean(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 11",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[11];curArg=void 0!==curArg?conversions.boolean(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 12",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[12];curArg=void 0!==curArg?conversions.boolean(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 13",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[13];curArg=void 0!==curArg?conversions.short(curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 14",globals:globalObject}):0,args.push(curArg)}{let curArg=arguments[14];curArg=void 0!==curArg?null==curArg?null:EventTarget.convert(globalObject,curArg,{context:"Failed to execute 'initMouseEvent' on 'MouseEvent': parameter 15"}):null,args.push(curArg)}return esValue[implSymbol].initMouseEvent(...args)}get screenX(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get screenX' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].screenX}get screenY(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get screenY' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].screenY}get clientX(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get clientX' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].clientX}get clientY(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get clientY' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].clientY}get ctrlKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ctrlKey' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].ctrlKey}get shiftKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get shiftKey' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].shiftKey}get altKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get altKey' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].altKey}get metaKey(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get metaKey' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].metaKey}get button(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get button' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].button}get buttons(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get buttons' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].buttons}get relatedTarget(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get relatedTarget' called on an object that is not a valid instance of MouseEvent.");return utils.tryWrapperForImpl(esValue[implSymbol].relatedTarget)}get pageX(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pageX' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].pageX}get pageY(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pageY' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].pageY}get x(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get x' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].x}get y(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get y' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].y}get offsetX(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get offsetX' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].offsetX}get offsetY(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get offsetY' called on an object that is not a valid instance of MouseEvent.");return esValue[implSymbol].offsetY}}Object.defineProperties(MouseEvent.prototype,{getModifierState:{enumerable:!0},initMouseEvent:{enumerable:!0},screenX:{enumerable:!0},screenY:{enumerable:!0},clientX:{enumerable:!0},clientY:{enumerable:!0},ctrlKey:{enumerable:!0},shiftKey:{enumerable:!0},altKey:{enumerable:!0},metaKey:{enumerable:!0},button:{enumerable:!0},buttons:{enumerable:!0},relatedTarget:{enumerable:!0},pageX:{enumerable:!0},pageY:{enumerable:!0},x:{enumerable:!0},y:{enumerable:!0},offsetX:{enumerable:!0},offsetY:{enumerable:!0},[Symbol.toStringTag]:{value:"MouseEvent",configurable:!0}}),ctorRegistry.MouseEvent=MouseEvent,Object.defineProperty(globalObject,"MouseEvent",{configurable:!0,writable:!0,value:MouseEvent})};const Impl=__webpack_require__(59085)},94685:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),{setAttributeValue,removeAttributeByName}=__webpack_require__(91828),validateName=__webpack_require__(82336).name,DOMException=__webpack_require__(3698),dataAttrRe=/^data-([^A-Z]*)$/;function attrCamelCase(name){ |
| /*ThouShaltNotCache*/ |
| return name.replace(/-([a-z])/g,(match,alpha)=>alpha.toUpperCase())}function attrSnakeCase(name){ |
| /*ThouShaltNotCache*/ |
| return name.replace(/[A-Z]/g,match=>`-${match.toLowerCase()}`)}exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._element=privateData.element}get[idlUtils.supportedPropertyNames](){ |
| /*ThouShaltNotCache*/ |
| const result=new Set,{attributes}=this._element;for(let i=0;i<attributes.length;i++){const attr=attributes.item(i),matches=dataAttrRe.exec(attr.localName);matches&&result.add(attrCamelCase(matches[1]))}return result}[idlUtils.namedGet](name){ |
| /*ThouShaltNotCache*/ |
| const{attributes}=this._element;for(let i=0;i<attributes.length;i++){const attr=attributes.item(i),matches=dataAttrRe.exec(attr.localName);if(matches&&attrCamelCase(matches[1])===name)return attr.value}}[idlUtils.namedSetNew](name,value){ |
| /*ThouShaltNotCache*/ |
| if(/-[a-z]/.test(name))throw DOMException.create(this._globalObject,[`'${name}' is not a valid property name`,"SyntaxError"]);name=`data-${attrSnakeCase(name)}`,validateName(this._globalObject,name),setAttributeValue(this._element,name,value)}[idlUtils.namedSetExisting](name,value){ |
| /*ThouShaltNotCache*/ |
| this[idlUtils.namedSetNew](name,value)}[idlUtils.namedDelete](name){ |
| /*ThouShaltNotCache*/ |
| name=`data-${attrSnakeCase(name)}`,removeAttributeByName(this._element,name)}}},94689:module=>{"use strict";var numberIsNaN=function(value){ |
| /*ThouShaltNotCache*/ |
| return value!=value};module.exports=function(a,b){ |
| /*ThouShaltNotCache*/ |
| return 0===a&&0===b?1/a==1/b:a===b||!(!numberIsNaN(a)||!numberIsNaN(b))}},94692:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.parseDate=function(cookieDate){ |
| /*ThouShaltNotCache*/ |
| if(!cookieDate)return;const tokens=cookieDate.split(DATE_DELIM);let hour,minute,second,dayOfMonth,month,year;for(let i=0;i<tokens.length;i++){const token=(tokens[i]??"").trim();if(token.length){if(void 0===second){const result=parseTime(token);if(result){hour=result[0],minute=result[1],second=result[2];continue}}if(void 0===dayOfMonth){const result=parseDigits(token,1,2,!0);if(void 0!==result){dayOfMonth=result;continue}}if(void 0===month){const result=parseMonth(token);if(void 0!==result){month=result;continue}}if(void 0===year){const result=parseDigits(token,2,4,!0);void 0!==result&&(year=result,year>=70&&year<=99?year+=1900:year>=0&&year<=69&&(year+=2e3))}}}if(void 0===dayOfMonth||void 0===month||void 0===year||void 0===hour||void 0===minute||void 0===second||dayOfMonth<1||dayOfMonth>31||year<1601||hour>23||minute>59||second>59)return;return new Date(Date.UTC(year,month,dayOfMonth,hour,minute,second))};const DATE_DELIM=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,MONTH_TO_NUM={jan:0,feb:1,mar:2,apr:3,may:4,jun:5,jul:6,aug:7,sep:8,oct:9,nov:10,dec:11};function parseDigits(token,minDigits,maxDigits,trailingOK){ |
| /*ThouShaltNotCache*/ |
| let count=0;for(;count<token.length;){const c=token.charCodeAt(count);if(c<=47||c>=58)break;count++}if(!(count<minDigits||count>maxDigits)&&(trailingOK||count==token.length))return parseInt(token.slice(0,count),10)}function parseTime(token){ |
| /*ThouShaltNotCache*/ |
| const parts=token.split(":"),result=[0,0,0];if(3===parts.length){for(let i=0;i<3;i++){const trailingOK=2==i,numPart=parts[i];if(void 0===numPart)return;const num=parseDigits(numPart,1,2,trailingOK);if(void 0===num)return;result[i]=num}return result}}function parseMonth(token){switch( |
| /*ThouShaltNotCache*/ |
| token=String(token).slice(0,3).toLowerCase()){case"jan":return MONTH_TO_NUM.jan;case"feb":return MONTH_TO_NUM.feb;case"mar":return MONTH_TO_NUM.mar;case"apr":return MONTH_TO_NUM.apr;case"may":return MONTH_TO_NUM.may;case"jun":return MONTH_TO_NUM.jun;case"jul":return MONTH_TO_NUM.jul;case"aug":return MONTH_TO_NUM.aug;case"sep":return MONTH_TO_NUM.sep;case"oct":return MONTH_TO_NUM.oct;case"nov":return MONTH_TO_NUM.nov;case"dec":return MONTH_TO_NUM.dec;default:return}}},94925:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const DOMException=__webpack_require__(3698),reportException=__webpack_require__(57335),idlUtils=__webpack_require__(65554),{nodeRoot}=__webpack_require__(95995),{isNode,isShadowRoot,isSlotable,getEventTargetParent,isShadowInclusiveAncestor,retarget}=__webpack_require__(54394),MouseEvent=__webpack_require__(94646),EVENT_PHASE_NONE=0,EVENT_PHASE_CAPTURING_PHASE=1,EVENT_PHASE_AT_TARGET=2,EVENT_PHASE_BUBBLING_PHASE=3;function invokeEventListeners(struct,eventImpl,phase){for(let i=eventImpl._path.indexOf(struct);i>=0;i--){const t=eventImpl._path[i];if(t.target){eventImpl.target=t.target;break}}if(eventImpl.relatedTarget=idlUtils.wrapperForImpl(struct.relatedTarget),eventImpl._stopPropagationFlag)return;eventImpl.currentTarget=idlUtils.wrapperForImpl(struct.item);!function(eventImpl,listeners,phase,itemInShadowTree){ |
| /*ThouShaltNotCache*/ |
| let found=!1;const{type,target}=eventImpl,wrapper=idlUtils.wrapperForImpl(target);if(!listeners||!listeners[type])return found;const handlers=listeners[type].slice();for(let i=0;i<handlers.length;i++){const listener=handlers[i],{capture,once,passive}=listener.options;if(!listeners[type].includes(listener))continue;if(found=!0,"capturing"===phase&&!capture||"bubbling"===phase&&capture)continue;once&&listeners[type].splice(listeners[type].indexOf(listener),1);let currentEvent,window=null;wrapper&&wrapper._document?window=wrapper:target._ownerDocument?window=target._ownerDocument._defaultView:wrapper._ownerDocument&&(window=wrapper._ownerDocument._defaultView),window&&(currentEvent=window._currentEvent,itemInShadowTree||(window._currentEvent=eventImpl)),passive&&(eventImpl._inPassiveListenerFlag=!0);try{listener.callback.call(eventImpl.currentTarget,eventImpl)}catch(e){window&&reportException(window,e)}if(eventImpl._inPassiveListenerFlag=!1,window&&(window._currentEvent=currentEvent),eventImpl._stopImmediatePropagationFlag)return found}}(eventImpl,struct.item._eventListeners,phase,struct.itemInShadowTree)}function normalizeEventHandlerOptions(options,defaultBoolKeys){ |
| /*ThouShaltNotCache*/ |
| const returnValue={signal:null};if("boolean"==typeof options||null==options)return returnValue.capture=Boolean(options),returnValue;"object"!=typeof options&&(returnValue.capture=Boolean(options),defaultBoolKeys=defaultBoolKeys.filter(k=>"capture"!==k));for(const key of defaultBoolKeys)returnValue[key]=Boolean(options[key]);return void 0!==options.signal&&(returnValue.signal=options.signal),returnValue}function appendToEventPath(eventImpl,target,targetOverride,relatedTarget,touchTargets,slotInClosedTree){ |
| /*ThouShaltNotCache*/ |
| const itemInShadowTree=isNode(target)&&isShadowRoot(nodeRoot(target)),rootOfClosedTree=isShadowRoot(target)&&"closed"===target.mode;eventImpl._path.push({item:target,itemInShadowTree,target:targetOverride,relatedTarget,touchTargets,rootOfClosedTree,slotInClosedTree})}module.exports={implementation:class{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject,this._eventListeners=Object.create(null)}addEventListener(type,callback,options){if((null===( |
| /*ThouShaltNotCache*/ |
| options=normalizeEventHandlerOptions(options,["capture","once","passive"])).signal||!options.signal.aborted)&&null!==callback){this._eventListeners[type]||(this._eventListeners[type]=[]);for(let i=0;i<this._eventListeners[type].length;++i){const listener=this._eventListeners[type][i];if(listener.callback.objectReference===callback.objectReference&&listener.options.capture===options.capture)return}this._eventListeners[type].push({callback,options}),null!==options.signal&&options.signal._addAlgorithm(()=>{ |
| /*ThouShaltNotCache*/ |
| this.removeEventListener(type,callback,options)})}}removeEventListener(type,callback,options){if( |
| /*ThouShaltNotCache*/ |
| options=normalizeEventHandlerOptions(options,["capture"]),null!==callback&&this._eventListeners[type])for(let i=0;i<this._eventListeners[type].length;++i){const listener=this._eventListeners[type][i];if(listener.callback.objectReference===callback.objectReference&&listener.options.capture===options.capture){this._eventListeners[type].splice(i,1);break}}}dispatchEvent(eventImpl){ |
| /*ThouShaltNotCache*/ |
| if(eventImpl._dispatchFlag||!eventImpl._initializedFlag)throw DOMException.create(this._globalObject,["Tried to dispatch an uninitialized event","InvalidStateError"]);if(eventImpl.eventPhase!==EVENT_PHASE_NONE)throw DOMException.create(this._globalObject,["Tried to dispatch a dispatching event","InvalidStateError"]);return eventImpl.isTrusted=!1,this._dispatch(eventImpl)}_getTheParent(){ |
| /*ThouShaltNotCache*/ |
| return null}_dispatch(eventImpl,legacyTargetOverrideFlag){ |
| /*ThouShaltNotCache*/ |
| let targetImpl=this,clearTargets=!1,activationTarget=null;eventImpl._dispatchFlag=!0;const targetOverride=legacyTargetOverrideFlag?idlUtils.implForWrapper(targetImpl._globalObject._document):targetImpl;let relatedTarget=retarget(eventImpl.relatedTarget,targetImpl);if(targetImpl!==relatedTarget||targetImpl===eventImpl.relatedTarget){const touchTargets=[];appendToEventPath(eventImpl,targetImpl,targetOverride,relatedTarget,touchTargets,!1);const isActivationEvent=MouseEvent.isImpl(eventImpl)&&"click"===eventImpl.type;isActivationEvent&&targetImpl._hasActivationBehavior&&(activationTarget=targetImpl);let slotInClosedTree=!1,slotable=isSlotable(targetImpl)&&targetImpl._assignedSlot?targetImpl:null,parent=getEventTargetParent(targetImpl,eventImpl);for(;null!==parent;){if(null!==slotable){if("slot"!==parent.localName)throw new Error("JSDOM Internal Error: Expected parent to be a Slot");slotable=null;const parentRoot=nodeRoot(parent);isShadowRoot(parentRoot)&&"closed"===parentRoot.mode&&(slotInClosedTree=!0)}isSlotable(parent)&&parent._assignedSlot&&(slotable=parent),relatedTarget=retarget(eventImpl.relatedTarget,parent),isNode(parent)&&isShadowInclusiveAncestor(nodeRoot(targetImpl),parent)||"Window"===idlUtils.wrapperForImpl(parent).constructor.name?(isActivationEvent&&eventImpl.bubbles&&null===activationTarget&&parent._hasActivationBehavior&&(activationTarget=parent),appendToEventPath(eventImpl,parent,null,relatedTarget,touchTargets,slotInClosedTree)):parent===relatedTarget?parent=null:(targetImpl=parent,isActivationEvent&&null===activationTarget&&targetImpl._hasActivationBehavior&&(activationTarget=targetImpl),appendToEventPath(eventImpl,parent,targetImpl,relatedTarget,touchTargets,slotInClosedTree)),null!==parent&&(parent=getEventTargetParent(parent,eventImpl)),slotInClosedTree=!1}let clearTargetsStructIndex=-1;for(let i=eventImpl._path.length-1;i>=0&&-1===clearTargetsStructIndex;i--)null!==eventImpl._path[i].target&&(clearTargetsStructIndex=i);const clearTargetsStruct=eventImpl._path[clearTargetsStructIndex];clearTargets=isNode(clearTargetsStruct.target)&&isShadowRoot(nodeRoot(clearTargetsStruct.target))||isNode(clearTargetsStruct.relatedTarget)&&isShadowRoot(nodeRoot(clearTargetsStruct.relatedTarget)),null!==activationTarget&&activationTarget._legacyPreActivationBehavior&&activationTarget._legacyPreActivationBehavior();for(let i=eventImpl._path.length-1;i>=0;--i){const struct=eventImpl._path[i];null!==struct.target?eventImpl.eventPhase=EVENT_PHASE_AT_TARGET:eventImpl.eventPhase=EVENT_PHASE_CAPTURING_PHASE,invokeEventListeners(struct,eventImpl,"capturing")}for(let i=0;i<eventImpl._path.length;i++){const struct=eventImpl._path[i];if(null!==struct.target)eventImpl.eventPhase=EVENT_PHASE_AT_TARGET;else{if(!eventImpl.bubbles)continue;eventImpl.eventPhase=EVENT_PHASE_BUBBLING_PHASE}invokeEventListeners(struct,eventImpl,"bubbling")}}return eventImpl.eventPhase=EVENT_PHASE_NONE,eventImpl.currentTarget=null,eventImpl._path=[],eventImpl._dispatchFlag=!1,eventImpl._stopPropagationFlag=!1,eventImpl._stopImmediatePropagationFlag=!1,clearTargets&&(eventImpl.target=null,eventImpl.relatedTarget=null),null!==activationTarget&&(eventImpl._canceledFlag?activationTarget._legacyCanceledActivationBehavior&&activationTarget._legacyCanceledActivationBehavior():activationTarget._activationBehavior(eventImpl)),!eventImpl._canceledFlag}}}},95085:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].ElementInternals.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'ElementInternals'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class ElementInternals{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get shadowRoot(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get shadowRoot' called on an object that is not a valid instance of ElementInternals.");return utils.tryWrapperForImpl(esValue[implSymbol].shadowRoot)}get labels(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get labels' called on an object that is not a valid instance of ElementInternals.");return utils.tryWrapperForImpl(esValue[implSymbol].labels)}get role(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get role' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("role")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set role(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set role' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'role' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("role"):esValue[implSymbol]._reflectSetTheContentAttribute("role",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaAtomic(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaAtomic' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-atomic")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaAtomic(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaAtomic' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaAtomic' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-atomic"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-atomic",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaAutoComplete(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaAutoComplete' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-autocomplete")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaAutoComplete(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaAutoComplete' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaAutoComplete' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-autocomplete"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-autocomplete",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaBusy(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaBusy' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-busy")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaBusy(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaBusy' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaBusy' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-busy"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-busy",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaChecked(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaChecked' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-checked")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaChecked(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaChecked' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaChecked' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-checked"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-checked",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaColCount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaColCount' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-colcount")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaColCount(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaColCount' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaColCount' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-colcount"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-colcount",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaColIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaColIndex' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-colindex")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaColIndex(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaColIndex' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaColIndex' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-colindex"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-colindex",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaColIndexText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaColIndexText' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-colindextext")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaColIndexText(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaColIndexText' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaColIndexText' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-colindextext"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-colindextext",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaColSpan(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaColSpan' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-colspan")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaColSpan(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaColSpan' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaColSpan' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-colspan"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-colspan",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaCurrent(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaCurrent' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-current")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaCurrent(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaCurrent' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaCurrent' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-current"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-current",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaDescription(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaDescription' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-description")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaDescription(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaDescription' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaDescription' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-description"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-description",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaDisabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaDisabled' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaDisabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaDisabled' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaDisabled' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-disabled"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-disabled",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaExpanded(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaExpanded' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-expanded")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaExpanded(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaExpanded' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaExpanded' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-expanded"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-expanded",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaHasPopup(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaHasPopup' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-haspopup")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaHasPopup(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaHasPopup' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaHasPopup' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-haspopup"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-haspopup",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaHidden(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaHidden' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-hidden")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaHidden(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaHidden' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaHidden' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-hidden"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-hidden",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaInvalid(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaInvalid' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-invalid")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaInvalid(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaInvalid' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaInvalid' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-invalid"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-invalid",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaKeyShortcuts(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaKeyShortcuts' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-keyshortcuts")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaKeyShortcuts(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaKeyShortcuts' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaKeyShortcuts' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-keyshortcuts"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-keyshortcuts",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaLabel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaLabel' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-label")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaLabel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaLabel' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaLabel' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-label"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-label",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaLevel(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaLevel' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-level")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaLevel(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaLevel' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaLevel' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-level"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-level",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaLive(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaLive' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-live")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaLive(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaLive' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaLive' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-live"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-live",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaModal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaModal' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-modal")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaModal(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaModal' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaModal' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-modal"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-modal",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaMultiLine(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaMultiLine' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-multiline")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaMultiLine(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaMultiLine' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaMultiLine' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-multiline"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-multiline",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaMultiSelectable(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaMultiSelectable' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-multiselectable")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaMultiSelectable(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaMultiSelectable' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaMultiSelectable' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-multiselectable"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-multiselectable",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaOrientation(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaOrientation' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-orientation")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaOrientation(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaOrientation' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaOrientation' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-orientation"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-orientation",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaPlaceholder(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaPlaceholder' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-placeholder")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaPlaceholder(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaPlaceholder' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaPlaceholder' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-placeholder"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-placeholder",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaPosInSet(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaPosInSet' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-posinset")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaPosInSet(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaPosInSet' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaPosInSet' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-posinset"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-posinset",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaPressed(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaPressed' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-pressed")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaPressed(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaPressed' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaPressed' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-pressed"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-pressed",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaReadOnly(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaReadOnly' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-readonly")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaReadOnly(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaReadOnly' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaReadOnly' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-readonly"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-readonly",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRequired(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRequired' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-required")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRequired(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRequired' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRequired' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-required"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-required",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRoleDescription(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRoleDescription' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-roledescription")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRoleDescription(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRoleDescription' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRoleDescription' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-roledescription"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-roledescription",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRowCount(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRowCount' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-rowcount")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRowCount(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRowCount' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRowCount' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-rowcount"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-rowcount",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRowIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRowIndex' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-rowindex")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRowIndex(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRowIndex' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRowIndex' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-rowindex"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-rowindex",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRowIndexText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRowIndexText' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-rowindextext")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRowIndexText(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRowIndexText' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRowIndexText' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-rowindextext"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-rowindextext",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRowSpan(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRowSpan' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-rowspan")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRowSpan(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRowSpan' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRowSpan' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-rowspan"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-rowspan",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaSelected(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaSelected' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-selected")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaSelected(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaSelected' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaSelected' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-selected"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-selected",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaSetSize(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaSetSize' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-setsize")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaSetSize(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaSetSize' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaSetSize' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-setsize"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-setsize",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaSort(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaSort' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-sort")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaSort(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaSort' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaSort' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-sort"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-sort",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaValueMax(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaValueMax' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-valuemax")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaValueMax(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaValueMax' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaValueMax' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-valuemax"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-valuemax",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaValueMin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaValueMin' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-valuemin")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaValueMin(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaValueMin' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaValueMin' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-valuemin"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-valuemin",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaValueNow(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaValueNow' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-valuenow")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaValueNow(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaValueNow' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaValueNow' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-valuenow"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-valuenow",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaValueText(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaValueText' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-valuetext")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaValueText(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaValueText' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaValueText' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-valuetext"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-valuetext",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get ariaRelevant(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get ariaRelevant' called on an object that is not a valid instance of ElementInternals.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol]._reflectGetTheContentAttribute("aria-relevant")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set ariaRelevant(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set ariaRelevant' called on an object that is not a valid instance of ElementInternals.");V=null==V?null:conversions.DOMString(V,{context:"Failed to set the 'ariaRelevant' property on 'ElementInternals': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{null===V?esValue[implSymbol]._reflectDeleteTheContentAttribute("aria-relevant"):esValue[implSymbol]._reflectSetTheContentAttribute("aria-relevant",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(ElementInternals.prototype,{shadowRoot:{enumerable:!0},labels:{enumerable:!0},role:{enumerable:!0},ariaAtomic:{enumerable:!0},ariaAutoComplete:{enumerable:!0},ariaBusy:{enumerable:!0},ariaChecked:{enumerable:!0},ariaColCount:{enumerable:!0},ariaColIndex:{enumerable:!0},ariaColIndexText:{enumerable:!0},ariaColSpan:{enumerable:!0},ariaCurrent:{enumerable:!0},ariaDescription:{enumerable:!0},ariaDisabled:{enumerable:!0},ariaExpanded:{enumerable:!0},ariaHasPopup:{enumerable:!0},ariaHidden:{enumerable:!0},ariaInvalid:{enumerable:!0},ariaKeyShortcuts:{enumerable:!0},ariaLabel:{enumerable:!0},ariaLevel:{enumerable:!0},ariaLive:{enumerable:!0},ariaModal:{enumerable:!0},ariaMultiLine:{enumerable:!0},ariaMultiSelectable:{enumerable:!0},ariaOrientation:{enumerable:!0},ariaPlaceholder:{enumerable:!0},ariaPosInSet:{enumerable:!0},ariaPressed:{enumerable:!0},ariaReadOnly:{enumerable:!0},ariaRequired:{enumerable:!0},ariaRoleDescription:{enumerable:!0},ariaRowCount:{enumerable:!0},ariaRowIndex:{enumerable:!0},ariaRowIndexText:{enumerable:!0},ariaRowSpan:{enumerable:!0},ariaSelected:{enumerable:!0},ariaSetSize:{enumerable:!0},ariaSort:{enumerable:!0},ariaValueMax:{enumerable:!0},ariaValueMin:{enumerable:!0},ariaValueNow:{enumerable:!0},ariaValueText:{enumerable:!0},ariaRelevant:{enumerable:!0},[Symbol.toStringTag]:{value:"ElementInternals",configurable:!0}}),ctorRegistry.ElementInternals=ElementInternals,Object.defineProperty(globalObject,"ElementInternals",{configurable:!0,writable:!0,value:ElementInternals})};const Impl=__webpack_require__(47770)},95116:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const EventImpl=__webpack_require__(88402).implementation,ErrorEventInit=__webpack_require__(20059);class ErrorEventImpl extends EventImpl{}ErrorEventImpl.defaultInit=ErrorEventInit.convert(void 0,void 0),module.exports={implementation:ErrorEventImpl}},95439:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),UIEventInit=(__webpack_require__(65554),__webpack_require__(65343));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| UIEventInit._convertInherit(globalObject,obj,ret,{context});{const key="data";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.DOMString(value,{context:context+" has member 'data' that",globals:globalObject}),ret[key]=value):ret[key]=""}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},95796:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation;module.exports={implementation:class extends HTMLElementImpl{}}},95869:module=>{"use strict";module.exports=function(){ |
| /*ThouShaltNotCache*/ |
| throw new Error("ws does not work in the browser. Browser clients must use the native WebSocket object")}},95995:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const NODE_TYPE=__webpack_require__(53010),{domSymbolTree}=__webpack_require__(35442);module.exports={nodeLength:function(node){ |
| /*ThouShaltNotCache*/ |
| switch(node.nodeType){case NODE_TYPE.DOCUMENT_TYPE_NODE:return 0;case NODE_TYPE.TEXT_NODE:case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:case NODE_TYPE.COMMENT_NODE:return node.data.length;default:return domSymbolTree.childrenCount(node)}},nodeRoot:function(node){ |
| /*ThouShaltNotCache*/ |
| for(;domSymbolTree.parent(node);)node=domSymbolTree.parent(node);return node},isInclusiveAncestor:function(ancestorNode,node){ |
| /*ThouShaltNotCache*/ |
| for(;node;){if(ancestorNode===node)return!0;node=domSymbolTree.parent(node)}return!1},isFollowing:function(nodeA,nodeB){ |
| /*ThouShaltNotCache*/ |
| if(nodeA===nodeB)return!1;let current=nodeB;for(;current;){if(current===nodeA)return!0;current=domSymbolTree.following(current)}return!1}}},96076:module=>{"use strict";module.exports=ReferenceError},96179:(__unused_webpack_module,exports)=>{"use strict";var ERR;Object.defineProperty(exports,"__esModule",{value:!0}),exports.ERR=void 0,function(ERR){ |
| /*ThouShaltNotCache*/ |
| ERR.controlCharacterInInputStream="control-character-in-input-stream",ERR.noncharacterInInputStream="noncharacter-in-input-stream",ERR.surrogateInInputStream="surrogate-in-input-stream",ERR.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",ERR.endTagWithAttributes="end-tag-with-attributes",ERR.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",ERR.unexpectedSolidusInTag="unexpected-solidus-in-tag",ERR.unexpectedNullCharacter="unexpected-null-character",ERR.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",ERR.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",ERR.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",ERR.missingEndTagName="missing-end-tag-name",ERR.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",ERR.unknownNamedCharacterReference="unknown-named-character-reference",ERR.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",ERR.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",ERR.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",ERR.eofBeforeTagName="eof-before-tag-name",ERR.eofInTag="eof-in-tag",ERR.missingAttributeValue="missing-attribute-value",ERR.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",ERR.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",ERR.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",ERR.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",ERR.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",ERR.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",ERR.missingDoctypePublicIdentifier="missing-doctype-public-identifier",ERR.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",ERR.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",ERR.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",ERR.cdataInHtmlContent="cdata-in-html-content",ERR.incorrectlyOpenedComment="incorrectly-opened-comment",ERR.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",ERR.eofInDoctype="eof-in-doctype",ERR.nestedComment="nested-comment",ERR.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",ERR.eofInComment="eof-in-comment",ERR.incorrectlyClosedComment="incorrectly-closed-comment",ERR.eofInCdata="eof-in-cdata",ERR.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",ERR.nullCharacterReference="null-character-reference",ERR.surrogateCharacterReference="surrogate-character-reference",ERR.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",ERR.controlCharacterReference="control-character-reference",ERR.noncharacterCharacterReference="noncharacter-character-reference",ERR.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",ERR.missingDoctypeName="missing-doctype-name",ERR.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",ERR.duplicateAttribute="duplicate-attribute",ERR.nonConformingDoctype="non-conforming-doctype",ERR.missingDoctype="missing-doctype",ERR.misplacedDoctype="misplaced-doctype",ERR.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",ERR.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",ERR.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",ERR.openElementsLeftAfterEof="open-elements-left-after-eof",ERR.abandonedHeadElementChild="abandoned-head-element-child",ERR.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",ERR.nestedNoscriptInHead="nested-noscript-in-head",ERR.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(ERR||(exports.ERR=ERR={}))},96288:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,HTMLOptionElement=__webpack_require__(45111),HTMLOptGroupElement=__webpack_require__(10096),HTMLElement=__webpack_require__(8904),ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,parseNonNegativeInteger_helpers_strings=__webpack_require__(8337).parseNonNegativeInteger,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLSelectElement.prototype),Object.create(proto)}function makeProxy(wrapper,globalObject){ |
| /*ThouShaltNotCache*/ |
| let proxyHandler=proxyHandlerCache.get(globalObject);return void 0===proxyHandler&&(proxyHandler=new ProxyHandler(globalObject),proxyHandlerCache.set(globalObject,proxyHandler)),new Proxy(wrapper,proxyHandler)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLSelectElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),(wrapper=makeProxy(wrapper,globalObject))[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| let wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper=makeProxy(wrapper,globalObject),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLSelectElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLSelectElement",new.target)}item(index){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'item' called on an object that is not a valid instance of HTMLSelectElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'item' on 'HTMLSelectElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions["unsigned long"](curArg,{context:"Failed to execute 'item' on 'HTMLSelectElement': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].item(...args))}namedItem(name){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'namedItem' called on an object that is not a valid instance of HTMLSelectElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'namedItem' on 'HTMLSelectElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'namedItem' on 'HTMLSelectElement': parameter 1",globals:globalObject}),args.push(curArg)}return utils.tryWrapperForImpl(esValue[implSymbol].namedItem(...args))}add(element){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'add' called on an object that is not a valid instance of HTMLSelectElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'add' on 'HTMLSelectElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];if(!HTMLOptionElement.is(curArg)&&!HTMLOptGroupElement.is(curArg))throw new globalObject.TypeError("Failed to execute 'add' on 'HTMLSelectElement': parameter 1 is not of any supported type.");curArg=utils.implForWrapper(curArg),args.push(curArg)}{let curArg=arguments[1];curArg=void 0!==curArg?null==curArg?null:HTMLElement.is(curArg)?utils.implForWrapper(curArg):conversions.long(curArg,{context:"Failed to execute 'add' on 'HTMLSelectElement': parameter 2",globals:globalObject}):null,args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].add(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}remove(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'remove' called on an object that is not a valid instance of HTMLSelectElement.");const args=[];if(0===arguments.length);else{let curArg=arguments[0];curArg=conversions.long(curArg,{context:"Failed to execute 'remove' on 'HTMLSelectElement': parameter 1",globals:globalObject}),args.push(curArg)}ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].remove(...args)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}checkValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'checkValidity' called on an object that is not a valid instance of HTMLSelectElement.");return esValue[implSymbol].checkValidity()}reportValidity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'reportValidity' called on an object that is not a valid instance of HTMLSelectElement.");return esValue[implSymbol].reportValidity()}setCustomValidity(error){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'setCustomValidity' called on an object that is not a valid instance of HTMLSelectElement.");if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'setCustomValidity' on 'HTMLSelectElement': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.DOMString(curArg,{context:"Failed to execute 'setCustomValidity' on 'HTMLSelectElement': parameter 1",globals:globalObject}),args.push(curArg)}return esValue[implSymbol].setCustomValidity(...args)}get autofocus(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get autofocus' called on an object that is not a valid instance of HTMLSelectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("autofocus")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set autofocus(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set autofocus' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions.boolean(V,{context:"Failed to set the 'autofocus' property on 'HTMLSelectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("autofocus",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("autofocus")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get disabled(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get disabled' called on an object that is not a valid instance of HTMLSelectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set disabled(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set disabled' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions.boolean(V,{context:"Failed to set the 'disabled' property on 'HTMLSelectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("disabled",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("disabled")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get form(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get form' called on an object that is not a valid instance of HTMLSelectElement.");return utils.tryWrapperForImpl(esValue[implSymbol].form)}get multiple(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get multiple' called on an object that is not a valid instance of HTMLSelectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("multiple")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set multiple(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set multiple' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions.boolean(V,{context:"Failed to set the 'multiple' property on 'HTMLSelectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("multiple",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("multiple")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get name(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get name' called on an object that is not a valid instance of HTMLSelectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("name");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set name(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set name' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'name' property on 'HTMLSelectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("name",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get required(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get required' called on an object that is not a valid instance of HTMLSelectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return null!==esValue[implSymbol]._reflectGetTheContentAttribute("required")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set required(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set required' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions.boolean(V,{context:"Failed to set the 'required' property on 'HTMLSelectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{V?esValue[implSymbol]._reflectSetTheContentAttribute("required",""):esValue[implSymbol]._reflectDeleteTheContentAttribute("required")}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get size(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get size' called on an object that is not a valid instance of HTMLSelectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{let value=esValue[implSymbol]._reflectGetTheContentAttribute("size");return null!==value&&(value=parseNonNegativeInteger_helpers_strings(value),null!==value&&value>=0&&value<=2147483647)?value:0}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set size(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set size' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'size' property on 'HTMLSelectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const newValue=V<=2147483647&&V>=0?V:0;esValue[implSymbol]._reflectSetTheContentAttribute("size",String(newValue))}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLSelectElement.");return esValue[implSymbol].type}get options(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get options' called on an object that is not a valid instance of HTMLSelectElement.");return utils.getSameObject(this,"options",()=>utils.tryWrapperForImpl(esValue[implSymbol].options))}get length(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get length' called on an object that is not a valid instance of HTMLSelectElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{return esValue[implSymbol].length}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set length(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set length' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions["unsigned long"](V,{context:"Failed to set the 'length' property on 'HTMLSelectElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol].length=V}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get selectedOptions(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectedOptions' called on an object that is not a valid instance of HTMLSelectElement.");return utils.getSameObject(this,"selectedOptions",()=>utils.tryWrapperForImpl(esValue[implSymbol].selectedOptions))}get selectedIndex(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get selectedIndex' called on an object that is not a valid instance of HTMLSelectElement.");return esValue[implSymbol].selectedIndex}set selectedIndex(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set selectedIndex' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions.long(V,{context:"Failed to set the 'selectedIndex' property on 'HTMLSelectElement': The provided value",globals:globalObject}),esValue[implSymbol].selectedIndex=V}get value(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get value' called on an object that is not a valid instance of HTMLSelectElement.");return esValue[implSymbol].value}set value(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set value' called on an object that is not a valid instance of HTMLSelectElement.");V=conversions.DOMString(V,{context:"Failed to set the 'value' property on 'HTMLSelectElement': The provided value",globals:globalObject}),esValue[implSymbol].value=V}get willValidate(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get willValidate' called on an object that is not a valid instance of HTMLSelectElement.");return esValue[implSymbol].willValidate}get validity(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validity' called on an object that is not a valid instance of HTMLSelectElement.");return utils.tryWrapperForImpl(esValue[implSymbol].validity)}get validationMessage(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get validationMessage' called on an object that is not a valid instance of HTMLSelectElement.");return esValue[implSymbol].validationMessage}get labels(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get labels' called on an object that is not a valid instance of HTMLSelectElement.");return utils.tryWrapperForImpl(esValue[implSymbol].labels)}}Object.defineProperties(HTMLSelectElement.prototype,{item:{enumerable:!0},namedItem:{enumerable:!0},add:{enumerable:!0},remove:{enumerable:!0},checkValidity:{enumerable:!0},reportValidity:{enumerable:!0},setCustomValidity:{enumerable:!0},autofocus:{enumerable:!0},disabled:{enumerable:!0},form:{enumerable:!0},multiple:{enumerable:!0},name:{enumerable:!0},required:{enumerable:!0},size:{enumerable:!0},type:{enumerable:!0},options:{enumerable:!0},length:{enumerable:!0},selectedOptions:{enumerable:!0},selectedIndex:{enumerable:!0},value:{enumerable:!0},willValidate:{enumerable:!0},validity:{enumerable:!0},validationMessage:{enumerable:!0},labels:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLSelectElement",configurable:!0},[Symbol.iterator]:{value:globalObject.Array.prototype[Symbol.iterator],configurable:!0,writable:!0}}),ctorRegistry.HTMLSelectElement=HTMLSelectElement,Object.defineProperty(globalObject,"HTMLSelectElement",{configurable:!0,writable:!0,value:HTMLSelectElement})};const proxyHandlerCache=new WeakMap;class ProxyHandler{constructor(globalObject){ |
| /*ThouShaltNotCache*/ |
| this._globalObject=globalObject}get(target,P,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.get(target,P,receiver);const desc=this.getOwnPropertyDescriptor(target,P);if(void 0===desc){if(null===Object.getPrototypeOf(target))return;return Reflect.get(target,P,receiver)}if(!desc.get&&!desc.set)return desc.value;const getter=desc.get;return void 0!==getter?Reflect.apply(getter,receiver,[]):void 0}has(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.has(target,P);if(void 0!==this.getOwnPropertyDescriptor(target,P))return!0;const parent=Object.getPrototypeOf(target);return null!==parent&&Reflect.has(parent,P)}ownKeys(target){ |
| /*ThouShaltNotCache*/ |
| const keys=new Set;for(const key of target[implSymbol][utils.supportedPropertyIndices])keys.add(`${key}`);for(const key of Reflect.ownKeys(target))keys.add(key);return[...keys]}getOwnPropertyDescriptor(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.getOwnPropertyDescriptor(target,P);let ignoreNamedProps=!1;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);if(null!==indexedValue)return{writable:!0,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)};ignoreNamedProps=!0}return Reflect.getOwnPropertyDescriptor(target,P)}set(target,P,V,receiver){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.set(target,P,V,receiver);if(target[implSymbol][utils.wrapperSymbol]===receiver){const globalObject=this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;let indexedValue=V;indexedValue=null==indexedValue?null:HTMLOptionElement.convert(globalObject,indexedValue,{context:"Failed to set the "+index+" property on 'HTMLSelectElement': The provided value"}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{!(null!==target[implSymbol].item(index))?target[implSymbol][utils.indexedSetNew](index,indexedValue):target[implSymbol][utils.indexedSetExisting](index,indexedValue)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}return!0}}let ownDesc;if(utils.isArrayIndexPropName(P)){const index=P>>>0,indexedValue=target[implSymbol].item(index);null!==indexedValue&&(ownDesc={writable:!0,enumerable:!0,configurable:!0,value:utils.tryWrapperForImpl(indexedValue)})}if(void 0===ownDesc&&(ownDesc=Reflect.getOwnPropertyDescriptor(target,P)),void 0===ownDesc){const parent=Reflect.getPrototypeOf(target);if(null!==parent)return Reflect.set(parent,P,V,receiver);ownDesc={writable:!0,enumerable:!0,configurable:!0,value:void 0}}if(!ownDesc.writable)return!1;if(!utils.isObject(receiver))return!1;const existingDesc=Reflect.getOwnPropertyDescriptor(receiver,P);let valueDesc;if(void 0!==existingDesc){if(existingDesc.get||existingDesc.set)return!1;if(!existingDesc.writable)return!1;valueDesc={value:V}}else valueDesc={writable:!0,enumerable:!0,configurable:!0,value:V};return Reflect.defineProperty(receiver,P,valueDesc)}defineProperty(target,P,desc){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.defineProperty(target,P,desc);const globalObject=this._globalObject;if(utils.isArrayIndexPropName(P)){if(desc.get||desc.set)return!1;const index=P>>>0;let indexedValue=desc.value;indexedValue=null==indexedValue?null:HTMLOptionElement.convert(globalObject,indexedValue,{context:"Failed to set the "+index+" property on 'HTMLSelectElement': The provided value"}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{!(null!==target[implSymbol].item(index))?target[implSymbol][utils.indexedSetNew](index,indexedValue):target[implSymbol][utils.indexedSetExisting](index,indexedValue)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}return!0}return Reflect.defineProperty(target,P,desc)}deleteProperty(target,P){ |
| /*ThouShaltNotCache*/ |
| if("symbol"==typeof P)return Reflect.deleteProperty(target,P);this._globalObject;if(utils.isArrayIndexPropName(P)){const index=P>>>0;return!(null!==target[implSymbol].item(index))}return Reflect.deleteProperty(target,P)}preventExtensions(){ |
| /*ThouShaltNotCache*/ |
| return!1}}const Impl=__webpack_require__(82299)},96388:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const HTMLElementImpl=__webpack_require__(52723).implementation,{childrenByLocalName}=__webpack_require__(49397),HTMLCollection=__webpack_require__(16606),DOMException=__webpack_require__(3698);module.exports={implementation:class extends HTMLElementImpl{get rows(){ |
| /*ThouShaltNotCache*/ |
| return this._rows||(this._rows=HTMLCollection.createImpl(this._globalObject,[],{element:this,query:()=>childrenByLocalName(this,"tr")})),this._rows}insertRow(index){ |
| /*ThouShaltNotCache*/ |
| if(index<-1||index>this.rows.length)throw DOMException.create(this._globalObject,["Cannot insert a row at an index that is less than -1 or greater than the number of existing rows","IndexSizeError"]);const tr=this._ownerDocument.createElement("tr");if(-1===index||index===this.rows.length)this._append(tr);else{const beforeTR=this.rows.item(index);this._insert(tr,beforeTR)}return tr}deleteRow(index){ |
| /*ThouShaltNotCache*/ |
| if(index<-1||index>=this.rows.length)throw DOMException.create(this._globalObject,[`Cannot delete a row at index ${index}, where no row exists`,"IndexSizeError"]);if(-1===index){if(this.rows.length>0){const tr=this.rows.item(this.rows.length-1);this._remove(tr)}}else{const tr=this.rows.item(index);this._remove(tr)}}}}},96472:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.version=void 0,exports.version="5.1.2"},96642:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.cookieCompare=function(a,b){ |
| /*ThouShaltNotCache*/ |
| let cmp;const aPathLen=a.path?a.path.length:0,bPathLen=b.path?b.path.length:0;if(cmp=bPathLen-aPathLen,0!==cmp)return cmp;const aTime=a.creation&&a.creation instanceof Date?a.creation.getTime():MAX_TIME,bTime=b.creation&&b.creation instanceof Date?b.creation.getTime():MAX_TIME;if(cmp=aTime-bTime,0!==cmp)return cmp;return cmp=(a.creationIndex||0)-(b.creationIndex||0),cmp};const MAX_TIME=2147483647e3},96893:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLStyleElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLStyleElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLStyleElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLStyleElement",new.target)}get media(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get media' called on an object that is not a valid instance of HTMLStyleElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("media");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set media(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set media' called on an object that is not a valid instance of HTMLStyleElement.");V=conversions.DOMString(V,{context:"Failed to set the 'media' property on 'HTMLStyleElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("media",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get type(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get type' called on an object that is not a valid instance of HTMLStyleElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("type");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set type(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set type' called on an object that is not a valid instance of HTMLStyleElement.");V=conversions.DOMString(V,{context:"Failed to set the 'type' property on 'HTMLStyleElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("type",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}get sheet(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get sheet' called on an object that is not a valid instance of HTMLStyleElement.");return utils.tryWrapperForImpl(esValue[implSymbol].sheet)}}Object.defineProperties(HTMLStyleElement.prototype,{media:{enumerable:!0},type:{enumerable:!0},sheet:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLStyleElement",configurable:!0}}),ctorRegistry.HTMLStyleElement=HTMLStyleElement,Object.defineProperty(globalObject,"HTMLStyleElement",{configurable:!0,writable:!0,value:HTMLStyleElement})};const Impl=__webpack_require__(35760)},97056:(__unused_webpack_module,exports)=>{"use strict";function isNCNameStartChar(c){ |
| /*ThouShaltNotCache*/ |
| return c>=65&&c<=90||95===c||c>=97&&c<=122||c>=192&&c<=214||c>=216&&c<=246||c>=248&&c<=767||c>=880&&c<=893||c>=895&&c<=8191||c>=8204&&c<=8205||c>=8304&&c<=8591||c>=11264&&c<=12271||c>=12289&&c<=55295||c>=63744&&c<=64975||c>=65008&&c<=65533||c>=65536&&c<=983039}Object.defineProperty(exports,"__esModule",{value:!0}),exports.NC_NAME_START_CHAR="A-Z_a-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02ff\u0370-\u037d\u037f-\u1fff\u200c-\u200d\u2070-\u218f\u2c00-\u2fef\u3001-\ud7ff\uf900-\ufdcf\ufdf0-\ufffd\ud800\udc00-\udb7f\udfff",exports.NC_NAME_CHAR="-"+exports.NC_NAME_START_CHAR+".0-9\u00b7\u0300-\u036f\u203f-\u2040",exports.NC_NAME_START_CHAR_RE=new RegExp("^["+exports.NC_NAME_START_CHAR+"]$","u"),exports.NC_NAME_CHAR_RE=new RegExp("^["+exports.NC_NAME_CHAR+"]$","u"),exports.NC_NAME_RE=new RegExp("^["+exports.NC_NAME_START_CHAR+"]["+exports.NC_NAME_CHAR+"]*$","u"),exports.isNCNameStartChar=isNCNameStartChar,exports.isNCNameChar=function(c){ |
| /*ThouShaltNotCache*/ |
| return isNCNameStartChar(c)||45===c||46===c||c>=48&&c<=57||183===c||c>=768&&c<=879||c>=8255&&c<=8256}},97130:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const Event=__webpack_require__(72763),{tryImplForWrapper}=__webpack_require__(65554);function createAnEvent(e,globalObject,eventInterface=Event,attributes={}){ |
| /*ThouShaltNotCache*/ |
| return eventInterface.createImpl(globalObject,[e,attributes],{isTrusted:!1!==attributes.isTrusted})}module.exports={createAnEvent,fireAnEvent:function(e,target,eventInterface,attributes,legacyTargetOverrideFlag){ |
| /*ThouShaltNotCache*/ |
| const event=createAnEvent(e,target._globalObject,eventInterface,attributes);return tryImplForWrapper(target)._dispatch(event,legacyTargetOverrideFlag)}}},97247:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].Screen.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'Screen'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class Screen{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get availWidth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get availWidth' called on an object that is not a valid instance of Screen.");return esValue[implSymbol].availWidth}get availHeight(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get availHeight' called on an object that is not a valid instance of Screen.");return esValue[implSymbol].availHeight}get width(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get width' called on an object that is not a valid instance of Screen.");return esValue[implSymbol].width}get height(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get height' called on an object that is not a valid instance of Screen.");return esValue[implSymbol].height}get colorDepth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get colorDepth' called on an object that is not a valid instance of Screen.");return esValue[implSymbol].colorDepth}get pixelDepth(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pixelDepth' called on an object that is not a valid instance of Screen.");return esValue[implSymbol].pixelDepth}}Object.defineProperties(Screen.prototype,{availWidth:{enumerable:!0},availHeight:{enumerable:!0},width:{enumerable:!0},height:{enumerable:!0},colorDepth:{enumerable:!0},pixelDepth:{enumerable:!0},[Symbol.toStringTag]:{value:"Screen",configurable:!0}}),ctorRegistry.Screen=Screen,Object.defineProperty(globalObject,"Screen",{configurable:!0,writable:!0,value:Screen})};const Impl=__webpack_require__(88083)},97333:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var ERR_INVALID_OPT_VALUE=__webpack_require__(98242).F.ERR_INVALID_OPT_VALUE;module.exports={getHighWaterMark:function(state,options,duplexKey,isDuplex){ |
| /*ThouShaltNotCache*/ |
| var hwm=function(options,isDuplex,duplexKey){ |
| /*ThouShaltNotCache*/ |
| return null!=options.highWaterMark?options.highWaterMark:isDuplex?options[duplexKey]:null}(options,isDuplex,duplexKey);if(null!=hwm){if(!isFinite(hwm)||Math.floor(hwm)!==hwm||hwm<0)throw new ERR_INVALID_OPT_VALUE(isDuplex?duplexKey:"highWaterMark",hwm);return Math.floor(hwm)}return state.objectMode?16:16384}}},97762:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(75566),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].URL.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'URL'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window","Worker"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class URL{constructor(url){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to construct 'URL': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to construct 'URL': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.USVString(curArg,{context:"Failed to construct 'URL': parameter 2",globals:globalObject})),args.push(curArg)}return exports.setup(Object.create(new.target.prototype),globalObject,args)}toJSON(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'toJSON' called on an object that is not a valid instance of URL.");return esValue[implSymbol].toJSON()}get href(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get href' called on an object that is not a valid instance of URL.");return esValue[implSymbol].href}set href(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set href' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'href' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].href=V}toString(){if(!exports.is(this))throw new globalObject.TypeError("'toString' called on an object that is not a valid instance of URL.");return this[implSymbol].href}get origin(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get origin' called on an object that is not a valid instance of URL.");return esValue[implSymbol].origin}get protocol(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get protocol' called on an object that is not a valid instance of URL.");return esValue[implSymbol].protocol}set protocol(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set protocol' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'protocol' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].protocol=V}get username(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get username' called on an object that is not a valid instance of URL.");return esValue[implSymbol].username}set username(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set username' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'username' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].username=V}get password(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get password' called on an object that is not a valid instance of URL.");return esValue[implSymbol].password}set password(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set password' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'password' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].password=V}get host(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get host' called on an object that is not a valid instance of URL.");return esValue[implSymbol].host}set host(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set host' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'host' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].host=V}get hostname(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hostname' called on an object that is not a valid instance of URL.");return esValue[implSymbol].hostname}set hostname(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hostname' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'hostname' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].hostname=V}get port(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get port' called on an object that is not a valid instance of URL.");return esValue[implSymbol].port}set port(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set port' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'port' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].port=V}get pathname(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get pathname' called on an object that is not a valid instance of URL.");return esValue[implSymbol].pathname}set pathname(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set pathname' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'pathname' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].pathname=V}get search(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get search' called on an object that is not a valid instance of URL.");return esValue[implSymbol].search}set search(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set search' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'search' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].search=V}get searchParams(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get searchParams' called on an object that is not a valid instance of URL.");return utils.getSameObject(this,"searchParams",()=>utils.tryWrapperForImpl(esValue[implSymbol].searchParams))}get hash(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get hash' called on an object that is not a valid instance of URL.");return esValue[implSymbol].hash}set hash(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set hash' called on an object that is not a valid instance of URL.");V=conversions.USVString(V,{context:"Failed to set the 'hash' property on 'URL': The provided value",globals:globalObject}),esValue[implSymbol].hash=V}static parse(url){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'parse' on 'URL': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'parse' on 'URL': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.USVString(curArg,{context:"Failed to execute 'parse' on 'URL': parameter 2",globals:globalObject})),args.push(curArg)}return utils.tryWrapperForImpl(Impl.implementation.parse(globalObject,...args))}static canParse(url){ |
| /*ThouShaltNotCache*/ |
| if(arguments.length<1)throw new globalObject.TypeError(`Failed to execute 'canParse' on 'URL': 1 argument required, but only ${arguments.length} present.`);const args=[];{let curArg=arguments[0];curArg=conversions.USVString(curArg,{context:"Failed to execute 'canParse' on 'URL': parameter 1",globals:globalObject}),args.push(curArg)}{let curArg=arguments[1];void 0!==curArg&&(curArg=conversions.USVString(curArg,{context:"Failed to execute 'canParse' on 'URL': parameter 2",globals:globalObject})),args.push(curArg)}return Impl.implementation.canParse(...args)}}Object.defineProperties(URL.prototype,{toJSON:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},searchParams:{enumerable:!0},hash:{enumerable:!0},[Symbol.toStringTag]:{value:"URL",configurable:!0}}),Object.defineProperties(URL,{parse:{enumerable:!0},canParse:{enumerable:!0}}),ctorRegistry.URL=URL,Object.defineProperty(globalObject,"URL",{configurable:!0,writable:!0,value:URL}),globalNames.includes("Window")&&Object.defineProperty(globalObject,"webkitURL",{configurable:!0,writable:!0,value:URL})};const Impl=__webpack_require__(38989)},97850:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol;function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGAnimatedRect.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGAnimatedRect'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGAnimatedRect{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}get baseVal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get baseVal' called on an object that is not a valid instance of SVGAnimatedRect.");return utils.getSameObject(this,"baseVal",()=>utils.tryWrapperForImpl(esValue[implSymbol].baseVal))}get animVal(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get animVal' called on an object that is not a valid instance of SVGAnimatedRect.");return utils.getSameObject(this,"animVal",()=>utils.tryWrapperForImpl(esValue[implSymbol].animVal))}}Object.defineProperties(SVGAnimatedRect.prototype,{baseVal:{enumerable:!0},animVal:{enumerable:!0},[Symbol.toStringTag]:{value:"SVGAnimatedRect",configurable:!0}}),ctorRegistry.SVGAnimatedRect=SVGAnimatedRect,Object.defineProperty(globalObject,"SVGAnimatedRect",{configurable:!0,writable:!0,value:SVGAnimatedRect})};const Impl=__webpack_require__(80640)},97917:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554),implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,SVGGraphicsElement=__webpack_require__(27410);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].SVGSwitchElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'SVGSwitchElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| SVGGraphicsElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class SVGSwitchElement extends globalObject.SVGGraphicsElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| throw new globalObject.TypeError("Illegal constructor")}}Object.defineProperties(SVGSwitchElement.prototype,{[Symbol.toStringTag]:{value:"SVGSwitchElement",configurable:!0}}),ctorRegistry.SVGSwitchElement=SVGSwitchElement,Object.defineProperty(globalObject,"SVGSwitchElement",{configurable:!0,writable:!0,value:SVGSwitchElement})};const Impl=__webpack_require__(52128)},97995:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLHtmlElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLHtmlElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLHtmlElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLHtmlElement",new.target)}get version(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get version' called on an object that is not a valid instance of HTMLHtmlElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("version");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set version(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set version' called on an object that is not a valid instance of HTMLHtmlElement.");V=conversions.DOMString(V,{context:"Failed to set the 'version' property on 'HTMLHtmlElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("version",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLHtmlElement.prototype,{version:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLHtmlElement",configurable:!0}}),ctorRegistry.HTMLHtmlElement=HTMLHtmlElement,Object.defineProperty(globalObject,"HTMLHtmlElement",{configurable:!0,writable:!0,value:HTMLHtmlElement})};const Impl=__webpack_require__(49938)},98157:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const idlUtils=__webpack_require__(65554),{HTML_NS}=__webpack_require__(36675);exports.implementation=class{constructor(globalObject,args,privateData){ |
| /*ThouShaltNotCache*/ |
| this._list=[],this._version=-1,this._element=privateData.element,this._query=privateData.query,this._globalObject=globalObject,this._update()}get length(){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.length}item(index){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list[index]||null}namedItem(key){ |
| /*ThouShaltNotCache*/ |
| if(""===key)return null;this._update();for(const element of this._list){if(element.getAttributeNS(null,"id")===key)return element;if(element._namespaceURI===HTML_NS){if(element.getAttributeNS(null,"name")===key)return element}}return null}_update(){ |
| /*ThouShaltNotCache*/ |
| if(this._version<this._element._version){const snapshot=this._query();for(let i=0;i<snapshot.length;i++)this._list[i]=snapshot[i];this._list.length=snapshot.length,this._version=this._element._version}}get[idlUtils.supportedPropertyIndices](){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.keys()}get[idlUtils.supportedPropertyNames](){ |
| /*ThouShaltNotCache*/ |
| this._update();const result=new Set;for(const element of this._list){const id=element.getAttributeNS(null,"id");if(id&&result.add(id),element._namespaceURI===HTML_NS){const name=element.getAttributeNS(null,"name");name&&result.add(name)}}return result}[Symbol.iterator](){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list[Symbol.iterator]()}entries(){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.entries()}filter(...args){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.filter(...args)}map(...args){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.map(...args)}indexOf(...args){ |
| /*ThouShaltNotCache*/ |
| return this._update(),this._list.indexOf(...args)}}},98242:module=>{"use strict";var codes={};function createErrorType(code,message,Base){ |
| /*ThouShaltNotCache*/ |
| Base||(Base=Error);var NodeError=function(_Base){var subClass,superClass;function NodeError(arg1,arg2,arg3){ |
| /*ThouShaltNotCache*/ |
| return _Base.call(this,function(arg1,arg2,arg3){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof message?message:message(arg1,arg2,arg3)}(arg1,arg2,arg3))||this} |
| /*ThouShaltNotCache*/ |
| return superClass=_Base, |
| /*ThouShaltNotCache*/ |
| (subClass=NodeError).prototype=Object.create(superClass.prototype),subClass.prototype.constructor=subClass,subClass.__proto__=superClass,NodeError}(Base);NodeError.prototype.name=Base.name,NodeError.prototype.code=code,codes[code]=NodeError}function oneOf(expected,thing){ |
| /*ThouShaltNotCache*/ |
| if(Array.isArray(expected)){var len=expected.length;return expected=expected.map(function(i){ |
| /*ThouShaltNotCache*/ |
| return String(i)}),len>2?"one of ".concat(thing," ").concat(expected.slice(0,len-1).join(", "),", or ")+expected[len-1]:2===len?"one of ".concat(thing," ").concat(expected[0]," or ").concat(expected[1]):"of ".concat(thing," ").concat(expected[0])}return"of ".concat(thing," ").concat(String(expected))}createErrorType("ERR_INVALID_OPT_VALUE",function(name,value){ |
| /*ThouShaltNotCache*/ |
| return'The value "'+value+'" is invalid for option "'+name+'"'},TypeError),createErrorType("ERR_INVALID_ARG_TYPE",function(name,expected,actual){ |
| /*ThouShaltNotCache*/ |
| var determiner,search,pos,msg;if("string"==typeof expected&&(search="not ",expected.substr(!pos||pos<0?0:+pos,search.length)===search)?(determiner="must not be",expected=expected.replace(/^not /,"")):determiner="must be",function(str,search,this_len){ |
| /*ThouShaltNotCache*/ |
| return(void 0===this_len||this_len>str.length)&&(this_len=str.length),str.substring(this_len-search.length,this_len)===search}(name," argument"))msg="The ".concat(name," ").concat(determiner," ").concat(oneOf(expected,"type"));else{var type=function(str,search,start){ |
| /*ThouShaltNotCache*/ |
| return"number"!=typeof start&&(start=0),!(start+search.length>str.length)&&-1!==str.indexOf(search,start)}(name,".")?"property":"argument";msg='The "'.concat(name,'" ').concat(type," ").concat(determiner," ").concat(oneOf(expected,"type"))}return msg+=". Received type ".concat(typeof actual)},TypeError),createErrorType("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),createErrorType("ERR_METHOD_NOT_IMPLEMENTED",function(name){ |
| /*ThouShaltNotCache*/ |
| return"The "+name+" method is not implemented"}),createErrorType("ERR_STREAM_PREMATURE_CLOSE","Premature close"),createErrorType("ERR_STREAM_DESTROYED",function(name){ |
| /*ThouShaltNotCache*/ |
| return"Cannot call "+name+" after a stream was destroyed"}),createErrorType("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),createErrorType("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),createErrorType("ERR_STREAM_WRITE_AFTER_END","write after end"),createErrorType("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),createErrorType("ERR_UNKNOWN_ENCODING",function(arg){ |
| /*ThouShaltNotCache*/ |
| return"Unknown encoding: "+arg},TypeError),createErrorType("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),module.exports.F=codes},98318:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";module.exports=PassThrough;var Transform=__webpack_require__(56004);function PassThrough(options){ |
| /*ThouShaltNotCache*/ |
| if(!(this instanceof PassThrough))return new PassThrough(options);Transform.call(this,options)}__webpack_require__(68808)(PassThrough,Transform),PassThrough.prototype._transform=function(chunk,encoding,cb){ |
| /*ThouShaltNotCache*/ |
| cb(null,chunk)}},98512:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),EventInit=(__webpack_require__(65554),__webpack_require__(75633));exports._convertInherit=(globalObject,obj,ret,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| EventInit._convertInherit(globalObject,obj,ret,{context});{const key="lengthComputable";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions.boolean(value,{context:context+" has member 'lengthComputable' that",globals:globalObject}),ret[key]=value):ret[key]=!1}{const key="loaded";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long long"](value,{context:context+" has member 'loaded' that",globals:globalObject}),ret[key]=value):ret[key]=0}{const key="total";let value=null==obj?void 0:obj[key];void 0!==value?(value=conversions["unsigned long long"](value,{context:context+" has member 'total' that",globals:globalObject}),ret[key]=value):ret[key]=0}},exports.convert=(globalObject,obj,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(void 0!==obj&&"object"!=typeof obj&&"function"!=typeof obj)throw new globalObject.TypeError(`${context} is not an object.`);const ret=Object.create(null);return exports._convertInherit(globalObject,obj,ret,{context}),ret}},98835:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),utils=__webpack_require__(65554),HTMLConstructor_helpers_html_constructor=__webpack_require__(53739).HTMLConstructor,ceReactionsPreSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPreSteps,ceReactionsPostSteps_helpers_custom_elements=__webpack_require__(91984).ceReactionsPostSteps,implSymbol=utils.implSymbol,ctorRegistrySymbol=utils.ctorRegistrySymbol,HTMLElement=__webpack_require__(8904);function makeWrapper(globalObject,newTarget){ |
| /*ThouShaltNotCache*/ |
| let proto;return void 0!==newTarget&&(proto=newTarget.prototype),utils.isObject(proto)||(proto=globalObject[ctorRegistrySymbol].HTMLDivElement.prototype),Object.create(proto)}exports.is=value=>utils.isObject(value)&&utils.hasOwn(value,implSymbol)&&value[implSymbol]instanceof Impl.implementation,exports.isImpl=value=>utils.isObject(value)&&value instanceof Impl.implementation,exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if(exports.is(value))return utils.implForWrapper(value);throw new globalObject.TypeError(`${context} is not of type 'HTMLDivElement'.`)},exports.create=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject);return exports.setup(wrapper,globalObject,constructorArgs,privateData)},exports.createImpl=(globalObject,constructorArgs,privateData)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=exports.create(globalObject,constructorArgs,privateData);return utils.implForWrapper(wrapper)},exports._internalSetup=(wrapper,globalObject)=>{ |
| /*ThouShaltNotCache*/ |
| HTMLElement._internalSetup(wrapper,globalObject)},exports.setup=(wrapper,globalObject,constructorArgs=[],privateData={})=>( |
| /*ThouShaltNotCache*/ |
| privateData.wrapper=wrapper,exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:new Impl.implementation(globalObject,constructorArgs,privateData),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper),exports.new=(globalObject,newTarget)=>{ |
| /*ThouShaltNotCache*/ |
| const wrapper=makeWrapper(globalObject,newTarget);return exports._internalSetup(wrapper,globalObject),Object.defineProperty(wrapper,implSymbol,{value:Object.create(Impl.implementation.prototype),configurable:!0}),wrapper[implSymbol][utils.wrapperSymbol]=wrapper,Impl.init&&Impl.init(wrapper[implSymbol]),wrapper[implSymbol]};const exposed=new Set(["Window"]);exports.install=(globalObject,globalNames)=>{ |
| /*ThouShaltNotCache*/ |
| if(!globalNames.some(globalName=>exposed.has(globalName)))return;const ctorRegistry=utils.initCtorRegistry(globalObject);class HTMLDivElement extends globalObject.HTMLElement{constructor(){ |
| /*ThouShaltNotCache*/ |
| return HTMLConstructor_helpers_html_constructor(globalObject,"HTMLDivElement",new.target)}get align(){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'get align' called on an object that is not a valid instance of HTMLDivElement.");ceReactionsPreSteps_helpers_custom_elements(globalObject);try{const value=esValue[implSymbol]._reflectGetTheContentAttribute("align");return null===value?"":value}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}set align(V){ |
| /*ThouShaltNotCache*/ |
| const esValue=null!=this?this:globalObject;if(!exports.is(esValue))throw new globalObject.TypeError("'set align' called on an object that is not a valid instance of HTMLDivElement.");V=conversions.DOMString(V,{context:"Failed to set the 'align' property on 'HTMLDivElement': The provided value",globals:globalObject}),ceReactionsPreSteps_helpers_custom_elements(globalObject);try{esValue[implSymbol]._reflectSetTheContentAttribute("align",V)}finally{ceReactionsPostSteps_helpers_custom_elements(globalObject)}}}Object.defineProperties(HTMLDivElement.prototype,{align:{enumerable:!0},[Symbol.toStringTag]:{value:"HTMLDivElement",configurable:!0}}),ctorRegistry.HTMLDivElement=HTMLDivElement,Object.defineProperty(globalObject,"HTMLDivElement",{configurable:!0,writable:!0,value:HTMLDivElement})};const Impl=__webpack_require__(83098)},98867:(__unused_webpack_module,exports)=>{var CSSOM={MatcherList:function(){ |
| /*ThouShaltNotCache*/ |
| this.length=0}};CSSOM.MatcherList.prototype={constructor:CSSOM.MatcherList,get matcherText(){ |
| /*ThouShaltNotCache*/ |
| return Array.prototype.join.call(this,", ")},set matcherText(value){for( |
| /*ThouShaltNotCache*/ |
| var values=value.split(","),length=this.length=values.length,i=0;i<length;i++)this[i]=values[i].trim()},appendMatcher:function(matcher){ |
| /*ThouShaltNotCache*/ |
| -1===Array.prototype.indexOf.call(this,matcher)&&(this[this.length]=matcher,this.length++)},deleteMatcher:function(matcher){ |
| /*ThouShaltNotCache*/ |
| var index=Array.prototype.indexOf.call(this,matcher);-1!==index&&Array.prototype.splice.call(this,index,1)}},exports.MatcherList=CSSOM.MatcherList},98872:(__unused_webpack_module,exports)=>{"use strict";function multiplyMatrices(t,n){ |
| /*ThouShaltNotCache*/ |
| return[t[0]*n[0]+t[1]*n[1]+t[2]*n[2],t[3]*n[0]+t[4]*n[1]+t[5]*n[2],t[6]*n[0]+t[7]*n[1]+t[8]*n[2]]}const t=[.955473421488075,-.02309845494876471,.06325924320057072,-.0283697093338637,1.0099953980813041,.021041441191917323,.012314014864481998,-.020507649298898964,1.330365926242124];function D50_to_D65(n){ |
| /*ThouShaltNotCache*/ |
| return multiplyMatrices(t,n)}const n=[1.0479297925449969,.022946870601609652,-.05019226628920524,.02962780877005599,.9904344267538799,-.017073799063418826,-.009243040646204504,.015055191490298152,.7518742814281371];function D65_to_D50(t){ |
| /*ThouShaltNotCache*/ |
| return multiplyMatrices(n,t)}function HSL_to_sRGB(t){ |
| /*ThouShaltNotCache*/ |
| let n=t[0]%360;const _=t[1]/100,o=t[2]/100;return n<0&&(n+=360),[HSL_to_sRGB_channel(0,n,_,o),HSL_to_sRGB_channel(8,n,_,o),HSL_to_sRGB_channel(4,n,_,o)]}function HSL_to_sRGB_channel(t,n,_,o){ |
| /*ThouShaltNotCache*/ |
| const e=(t+n/30)%12;return o-_*Math.min(o,1-o)*Math.max(-1,Math.min(e-3,9-e,1))}const _=[.3457/.3585,1,.2958/.3585];function Lab_to_XYZ(t){ |
| /*ThouShaltNotCache*/ |
| const n=24389/27,o=216/24389,e=(t[0]+16)/116,r=t[1]/500+e,a=e-t[2]/200;return[(Math.pow(r,3)>o?Math.pow(r,3):(116*r-16)/n)*_[0],(t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/n)*_[1],(Math.pow(a,3)>o?Math.pow(a,3):(116*a-16)/n)*_[2]]}function OKLCH_to_OKLab(t){ |
| /*ThouShaltNotCache*/ |
| const n=t[2]*Math.PI/180;return[t[0],t[1]*Math.cos(n),t[1]*Math.sin(n)]}function OKLab_to_OKLCH(t){ |
| /*ThouShaltNotCache*/ |
| const n=180*Math.atan2(t[2],t[1])/Math.PI;return[t[0],Math.sqrt(t[1]**2+t[2]**2),n>=0?n:n+360]}const o=[1.2268798758459243,-.5578149944602171,.2813910456659647,-.0405757452148008,1.112286803280317,-.0717110580655164,-.0763729366746601,-.4214933324022432,1.5869240198367816],e=[1,.3963377773761749,.2158037573099136,1,-.1055613458156586,-.0638541728258133,1,-.0894841775298119,-1.2914855480194092];function OKLab_to_XYZ(t){ |
| /*ThouShaltNotCache*/ |
| const n=multiplyMatrices(e,t);return multiplyMatrices(o,[n[0]**3,n[1]**3,n[2]**3])}function XYZ_to_Lab(t){ |
| /*ThouShaltNotCache*/ |
| const n=compute_f(t[0]/_[0]),o=compute_f(t[1]/_[1]);return[116*o-16,500*(n-o),200*(o-compute_f(t[2]/_[2]))]}const r=216/24389,a=24389/27;function compute_f(t){ |
| /*ThouShaltNotCache*/ |
| return t>r?Math.cbrt(t):(a*t+16)/116}const i=[.819022437996703,.3619062600528904,-.1288737815209879,.0329836539323885,.9292868615863434,.0361446663506424,.0481771893596242,.2642395317527308,.6335478284694309],l=[.210454268309314,.7936177747023054,-.0040720430116193,1.9779985324311684,-2.42859224204858,.450593709617411,.0259040424655478,.7827717124575296,-.8086757549230774];function XYZ_to_OKLab(t){ |
| /*ThouShaltNotCache*/ |
| const n=multiplyMatrices(i,t);return multiplyMatrices(l,[Math.cbrt(n[0]),Math.cbrt(n[1]),Math.cbrt(n[2])])}const s=[30757411/17917100,-6372589/17917100,-4539589/17917100,-.666684351832489,1.616481236634939,467509/29648200,792561/44930125,-1921689/44930125,.942103121235474],c=[446124/178915,-333277/357830,-72051/178915,-14852/17905,63121/35810,423/17905,11844/330415,-50337/660830,316169/330415];function XYZ_to_lin_P3(t){ |
| /*ThouShaltNotCache*/ |
| return multiplyMatrices(c,t)}const u=[1.3457868816471583,-.25557208737979464,-.05110186497554526,-.5446307051249019,1.5082477428451468,.02052744743642139,0,0,1.2119675456389452],h=[1829569/896150,-506331/896150,-308931/896150,-851781/878810,1648619/878810,36519/878810,16779/1248040,-147721/1248040,1266979/1248040],m=[12831/3959,-329/214,-1974/3959,-851781/878810,1648619/878810,36519/878810,705/12673,-2585/12673,705/667];function XYZ_to_lin_sRGB(t){ |
| /*ThouShaltNotCache*/ |
| return multiplyMatrices(m,t)}const p=1.09929682680944;function gam_2020_channel(t){ |
| /*ThouShaltNotCache*/ |
| const n=t<0?-1:1,_=Math.abs(t);return _>.018053968510807?n*(p*Math.pow(_,.45)-(p-1)):4.5*t}function gam_sRGB(t){ |
| /*ThouShaltNotCache*/ |
| return[gam_sRGB_channel(t[0]),gam_sRGB_channel(t[1]),gam_sRGB_channel(t[2])]}function gam_sRGB_channel(t){ |
| /*ThouShaltNotCache*/ |
| const n=t<0?-1:1,_=Math.abs(t);return _>.0031308?n*(1.055*Math.pow(_,1/2.4)-.055):12.92*t}function gam_P3(t){ |
| /*ThouShaltNotCache*/ |
| return gam_sRGB(t)}const b=1/512;function gam_ProPhoto_channel(t){ |
| /*ThouShaltNotCache*/ |
| const n=t<0?-1:1,_=Math.abs(t);return _>=b?n*Math.pow(_,1/1.8):16*t}function gam_a98rgb_channel(t){ |
| /*ThouShaltNotCache*/ |
| const n=t<0?-1:1,_=Math.abs(t);return n*Math.pow(_,256/563)}const g=1.09929682680944;function lin_2020_channel(t){ |
| /*ThouShaltNotCache*/ |
| const n=t<0?-1:1,_=Math.abs(t);return _<.08124285829863151?t/4.5:n*Math.pow((_+g-1)/g,1/.45)}const Y=[63426534/99577255,20160776/139408157,47086771/278816314,26158966/99577255,.677998071518871,8267143/139408157,0,19567812/697040785,1.0609850577107909];function lin_sRGB(t){ |
| /*ThouShaltNotCache*/ |
| return[lin_sRGB_channel(t[0]),lin_sRGB_channel(t[1]),lin_sRGB_channel(t[2])]}function lin_sRGB_channel(t){ |
| /*ThouShaltNotCache*/ |
| const n=t<0?-1:1,_=Math.abs(t);return _<=.04045?t/12.92:n*Math.pow((_+.055)/1.055,2.4)}function lin_P3(t){ |
| /*ThouShaltNotCache*/ |
| return lin_sRGB(t)}const Z=[608311/1250200,189793/714400,198249/1000160,35783/156275,247089/357200,198249/2500400,0,32229/714400,5220557/5000800];function lin_P3_to_XYZ(t){ |
| /*ThouShaltNotCache*/ |
| return multiplyMatrices(Z,t)}function lin_ProPhoto_channel(t){ |
| /*ThouShaltNotCache*/ |
| const n=t<0?-1:1,_=Math.abs(t);return _<=.03125?t/16:n*Math.pow(_,1.8)}const L=[.7977666449006423,.13518129740053308,.0313477341283922,.2880748288194013,.711835234241873,8993693872564e-17,0,0,.8251046025104602];function lin_a98rgb_channel(t){ |
| /*ThouShaltNotCache*/ |
| const n=t<0?-1:1,_=Math.abs(t);return n*Math.pow(_,563/256)}const M=[573536/994567,263643/1420810,187206/994567,591459/1989134,6239551/9945670,374412/4972835,53769/1989134,351524/4972835,4929758/4972835],d=[506752/1228815,87881/245763,12673/70218,87098/409605,175762/245763,12673/175545,7918/409605,87881/737289,1001167/1053270];function lin_sRGB_to_XYZ(t){ |
| /*ThouShaltNotCache*/ |
| return multiplyMatrices(d,t)}function sRGB_to_Hue(t){ |
| /*ThouShaltNotCache*/ |
| const n=t[0],_=t[1],o=t[2],e=Math.max(n,_,o),r=Math.min(n,_,o);let a=Number.NaN;const i=e-r;if(0!==i){switch(e){case n:a=(_-o)/i+(_<o?6:0);break;case _:a=(o-n)/i+2;break;case o:a=(n-_)/i+4}a*=60}return a>=360&&(a-=360),a}function inGamut(t){ |
| /*ThouShaltNotCache*/ |
| return t[0]>=-1e-4&&t[0]<=1.0001&&t[1]>=-1e-4&&t[1]<=1.0001&&t[2]>=-1e-4&&t[2]<=1.0001}function clip(t){ |
| /*ThouShaltNotCache*/ |
| return[t[0]<0?0:t[0]>1?1:t[0],t[1]<0?0:t[1]>1?1:t[1],t[2]<0?0:t[2]>1?1:t[2]]}function deltaEOK(t,n){ |
| /*ThouShaltNotCache*/ |
| const[_,o,e]=t,[r,a,i]=n,l=_-r,s=o-a,c=e-i;return Math.sqrt(l**2+s**2+c**2)}const B=.02,G=1e-4;function rayTraceBox(t,n){ |
| /*ThouShaltNotCache*/ |
| let _=1/0,o=-1/0;const e=[0,0,0];for(let r=0;r<3;r++){const a=t[r],i=n[r]-a;e[r]=i;const l=0,s=1;if(i){const t=1/i,n=(l-a)*t,e=(s-a)*t;o=Math.max(Math.min(n,e),o),_=Math.min(Math.max(n,e),_)}else if(a<l||a>s)return!1}return!(o>_||_<0)&&(o<0&&(o=_),!!isFinite(o)&&[t[0]+e[0]*o,t[1]+e[1]*o,t[2]+e[2]*o])}function luminance(t){ |
| /*ThouShaltNotCache*/ |
| const[n,_,o]=t.map(t=>t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4));return.2126*n+.7152*_+.0722*o}exports.HSL_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=HSL_to_sRGB(n),n=lin_sRGB(n),n=lin_sRGB_to_XYZ(n),n=D65_to_D50(n),n},exports.HWB_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=function(t){ |
| /*ThouShaltNotCache*/ |
| const n=t[0],_=t[1]/100,o=t[2]/100;if(_+o>=1){const t=_/(_+o);return[t,t,t]}const e=HSL_to_sRGB([n,100,50]),r=1-_-o;return[e[0]*r+_,e[1]*r+_,e[2]*r+_]}(n),n=lin_sRGB(n),n=lin_sRGB_to_XYZ(n),n=D65_to_D50(n),n},exports.LCH_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=function(t){ |
| /*ThouShaltNotCache*/ |
| const n=t[2]*Math.PI/180;return[t[0],t[1]*Math.cos(n),t[1]*Math.sin(n)]}(n),n=Lab_to_XYZ(n),n},exports.Lab_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=Lab_to_XYZ(n),n},exports.OKLCH_to_OKLab=OKLCH_to_OKLab,exports.OKLCH_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=OKLCH_to_OKLab(n),n=OKLab_to_XYZ(n),n=D65_to_D50(n),n},exports.OKLab_to_OKLCH=OKLab_to_OKLCH,exports.OKLab_to_XYZ=OKLab_to_XYZ,exports.OKLab_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=OKLab_to_XYZ(n),n=D65_to_D50(n),n},exports.P3_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=lin_P3(n),n=lin_P3_to_XYZ(n),n=D65_to_D50(n),n},exports.ProPhoto_RGB_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;var _;return n=[lin_ProPhoto_channel((_=n)[0]),lin_ProPhoto_channel(_[1]),lin_ProPhoto_channel(_[2])],n=multiplyMatrices(L,n),n},exports.XYZ_D50_to_HSL=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=D50_to_D65(n),n=XYZ_to_lin_sRGB(n),n=gam_sRGB(n),n=function(t){ |
| /*ThouShaltNotCache*/ |
| const n=t[0],_=t[1],o=t[2],e=Math.max(n,_,o),r=Math.min(n,_,o),a=(r+e)/2,i=e-r;let l=Number.NaN,s=0;if(0!==Math.round(1e5*i)){const t=Math.round(1e5*a);switch(s=0===t||1e5===t?0:(e-a)/Math.min(a,1-a),e){case n:l=(_-o)/i+(_<o?6:0);break;case _:l=(o-n)/i+2;break;case o:l=(n-_)/i+4}l*=60}return s<0&&(l+=180,s=Math.abs(s)),l>=360&&(l-=360),[l,100*s,100*a]}(n),n},exports.XYZ_D50_to_HWB=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;n=D50_to_D65(n),n=XYZ_to_lin_sRGB(n);const _=gam_sRGB(n),o=Math.min(_[0],_[1],_[2]),e=1-Math.max(_[0],_[1],_[2]);return[sRGB_to_Hue(_),100*o,100*e]},exports.XYZ_D50_to_LCH=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=XYZ_to_Lab(n),n=function(t){ |
| /*ThouShaltNotCache*/ |
| const n=180*Math.atan2(t[2],t[1])/Math.PI;return[t[0],Math.sqrt(Math.pow(t[1],2)+Math.pow(t[2],2)),n>=0?n:n+360]}(n),n},exports.XYZ_D50_to_Lab=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=XYZ_to_Lab(n),n},exports.XYZ_D50_to_OKLCH=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=D50_to_D65(n),n=XYZ_to_OKLab(n),n=OKLab_to_OKLCH(n),n},exports.XYZ_D50_to_OKLab=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=D50_to_D65(n),n=XYZ_to_OKLab(n),n},exports.XYZ_D50_to_P3=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=D50_to_D65(n),n=XYZ_to_lin_P3(n),n=gam_P3(n),n},exports.XYZ_D50_to_ProPhoto=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;var _;return n=multiplyMatrices(u,n),n=[gam_ProPhoto_channel((_=n)[0]),gam_ProPhoto_channel(_[1]),gam_ProPhoto_channel(_[2])],n},exports.XYZ_D50_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| return t},exports.XYZ_D50_to_XYZ_D65=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=D50_to_D65(n),n},exports.XYZ_D50_to_a98_RGB=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;var _;return n=D50_to_D65(n),n=multiplyMatrices(h,n),n=[gam_a98rgb_channel((_=n)[0]),gam_a98rgb_channel(_[1]),gam_a98rgb_channel(_[2])],n},exports.XYZ_D50_to_lin_sRGB=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=D50_to_D65(n),n=XYZ_to_lin_sRGB(n),n},exports.XYZ_D50_to_rec_2020=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;var _;return n=D50_to_D65(n),n=multiplyMatrices(s,n),n=[gam_2020_channel((_=n)[0]),gam_2020_channel(_[1]),gam_2020_channel(_[2])],n},exports.XYZ_D50_to_sRGB=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=D50_to_D65(n),n=XYZ_to_lin_sRGB(n),n=gam_sRGB(n),n},exports.XYZ_D65_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=D65_to_D50(n),n},exports.XYZ_to_OKLab=XYZ_to_OKLab,exports.XYZ_to_lin_P3=XYZ_to_lin_P3,exports.XYZ_to_lin_sRGB=XYZ_to_lin_sRGB,exports.a98_RGB_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;var _;return n=[lin_a98rgb_channel((_=n)[0]),lin_a98rgb_channel(_[1]),lin_a98rgb_channel(_[2])],n=multiplyMatrices(M,n),n=D65_to_D50(n),n},exports.clip=clip,exports.contrast_ratio_wcag_2_1=function(t,n){ |
| /*ThouShaltNotCache*/ |
| const _=luminance(t),o=luminance(n);return(Math.max(_,o)+.05)/(Math.min(_,o)+.05)},exports.gam_P3=gam_P3,exports.gam_sRGB=gam_sRGB,exports.inGamut=inGamut,exports.lin_P3=lin_P3,exports.lin_P3_to_XYZ=lin_P3_to_XYZ,exports.lin_sRGB=lin_sRGB,exports.lin_sRGB_to_XYZ=lin_sRGB_to_XYZ,exports.lin_sRGB_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=lin_sRGB_to_XYZ(n),n=D65_to_D50(n),n},exports.mapGamut=function(t,n,_){ |
| /*ThouShaltNotCache*/ |
| const o=t;let e=clip(n(o)),r=deltaEOK(OKLCH_to_OKLab(_(e)),OKLCH_to_OKLab(o));if(r<B)return e;let a=0,i=o[1],l=!0;for(;i-a>G;){const t=(a+i)/2;if(o[1]=t,l&&inGamut(n(o)))a=t;else if(e=clip(n(o)),r=deltaEOK(OKLCH_to_OKLab(_(e)),OKLCH_to_OKLab(o)),r<B){if(B-r<G)return e;l=!1,a=t}else i=t}return clip(n([...o]))},exports.mapGamutRayTrace=function(t,n,_){ |
| /*ThouShaltNotCache*/ |
| const o=t[0],e=t[2];let r=n(t);const a=n([o,0,e]);for(let t=0;t<4;t++){if(t>0){const t=_(r);t[0]=o,t[2]=e,r=n(t)}const i=rayTraceBox(a,r);if(!i)break;r=i}return clip(r)},exports.namedColors={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},exports.rec_2020_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;var _;return n=[lin_2020_channel((_=n)[0]),lin_2020_channel(_[1]),lin_2020_channel(_[2])],n=multiplyMatrices(Y,n),n=D65_to_D50(n),n},exports.sRGB_to_XYZ_D50=function(t){ |
| /*ThouShaltNotCache*/ |
| let n=t;return n=lin_sRGB(n),n=lin_sRGB_to_XYZ(n),n=D65_to_D50(n),n}},99129:module=>{"use strict";module.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},99144:(__unused_webpack_module,exports)=>{"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.formatDate=function(date){ |
| /*ThouShaltNotCache*/ |
| return date.toUTCString()}},99196:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const{wrapperForImpl}=__webpack_require__(65554);let mutationObserverId=0;module.exports={implementation:class{constructor(globalObject,args){ |
| /*ThouShaltNotCache*/ |
| const[callback]=args;this._callback=callback,this._nodeList=[],this._recordQueue=[],this._id=++mutationObserverId}observe(target,options){if( |
| /*ThouShaltNotCache*/ |
| !("attributeOldValue"in options)&&!("attributeFilter"in options)||"attributes"in options||(options.attributes=!0),"characterDataOldValue"in options&!("characterData"in options)&&(options.characterData=!0),!(options.childList||options.attributes||options.characterData))throw new TypeError("The options object must set at least one of 'attributes', 'characterData', or 'childList' to true.");if(options.attributeOldValue&&!options.attributes)throw new TypeError("The options object may only set 'attributeOldValue' to true when 'attributes' is true or not present.");if("attributeFilter"in options&&!options.attributes)throw new TypeError("The options object may only set 'attributeFilter' when 'attributes' is true or not present.");if(options.characterDataOldValue&&!options.characterData)throw new TypeError("The options object may only set 'characterDataOldValue' to true when 'characterData' is true or not present.");const existingRegisteredObserver=target._registeredObserverList.find(registeredObserver=>registeredObserver.observer===this);if(existingRegisteredObserver){for(const node of this._nodeList)node._registeredObserverList=node._registeredObserverList.filter(registeredObserver=>registeredObserver.source!==existingRegisteredObserver);existingRegisteredObserver.options=options}else target._registeredObserverList.push({observer:this,options}),this._nodeList.push(target)}disconnect(){ |
| /*ThouShaltNotCache*/ |
| for(const node of this._nodeList)node._registeredObserverList=node._registeredObserverList.filter(registeredObserver=>registeredObserver.observer!==this);this._recordQueue=[]}takeRecords(){ |
| /*ThouShaltNotCache*/ |
| const records=this._recordQueue.map(wrapperForImpl);return this._recordQueue=[],records}}}},99324:(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const conversions=__webpack_require__(40630),{serializeURL}=__webpack_require__(88499),HTMLElementImpl=__webpack_require__(52723).implementation,{Canvas}=__webpack_require__(7586);module.exports={implementation:class extends HTMLElementImpl{constructor(...args){ |
| /*ThouShaltNotCache*/ |
| super(...args),this._currentRequestState="unavailable"}_attrModified(name,value,oldVal){ |
| /*ThouShaltNotCache*/ |
| "src"!==name&&("srcset"!==name&&"width"!==name&&"sizes"!==name||value===oldVal)||this._updateTheImageData(),super._attrModified(name,value,oldVal)}get _accept(){ |
| /*ThouShaltNotCache*/ |
| return"image/png,image/*;q=0.8,*/*;q=0.5"}get height(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"height")?conversions["unsigned long"](this.getAttributeNS(null,"height")):this.naturalHeight}set height(V){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"height",String(V))}get width(){ |
| /*ThouShaltNotCache*/ |
| return this.hasAttributeNS(null,"width")?conversions["unsigned long"](this.getAttributeNS(null,"width")):this.naturalWidth}set width(V){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(null,"width",String(V))}get naturalHeight(){ |
| /*ThouShaltNotCache*/ |
| return this._image?this._image.naturalHeight:0}get naturalWidth(){ |
| /*ThouShaltNotCache*/ |
| return this._image?this._image.naturalWidth:0}get complete(){ |
| /*ThouShaltNotCache*/ |
| const srcAttributeValue=this.getAttributeNS(null,"src");return null===srcAttributeValue||""===srcAttributeValue||"broken"===this._currentRequestState||"completely available"===this._currentRequestState}get currentSrc(){ |
| /*ThouShaltNotCache*/ |
| return this._currentSrc||""}_updateTheImageData(){ |
| /*ThouShaltNotCache*/ |
| const document=this._ownerDocument;if(!document._defaultView)return;if(!Canvas)return;this._image||(this._image=new Canvas.Image),this._currentSrc=null,this._currentRequestState="unavailable";const srcAttributeValue=this.getAttributeNS(null,"src");let urlString=null;if(null!==srcAttributeValue&&""!==srcAttributeValue){const urlRecord=this._ownerDocument.encodingParseAURL(srcAttributeValue);if(null===urlRecord)return;urlString=serializeURL(urlRecord)}if(null!==urlString){const resourceLoader=document._resourceLoader;let request;const onLoadImage=data=>{ |
| /*ThouShaltNotCache*/ |
| const{response}=request;if(response&&void 0!==response.statusCode&&200!==response.statusCode)throw new Error("Status code: "+response.statusCode);let error=null;if(this._image.onerror=function(err){ |
| /*ThouShaltNotCache*/ |
| error=err},this._image.src=data,error)throw new Error(error);this._currentSrc=srcAttributeValue,this._currentRequestState="completely available"};request=resourceLoader.fetch(urlString,{element:this,onLoad:onLoadImage,onError:()=>{ |
| /*ThouShaltNotCache*/ |
| this._currentRequestState="broken"}})}else this._image.src=""}}}},99406:module=>{"use strict";module.exports=Math.max},99747:(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";__webpack_require__(40630);const utils=__webpack_require__(65554);exports.convert=(globalObject,value,{context="The provided value"}={})=>{ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof value)throw new globalObject.TypeError(context+" is not a function");function invokeTheCallbackFunction(mutations,observer){ |
| /*ThouShaltNotCache*/ |
| const thisArg=utils.tryWrapperForImpl(this);let callResult;mutations=utils.tryWrapperForImpl(mutations),observer=utils.tryWrapperForImpl(observer),callResult=Reflect.apply(value,thisArg,[mutations,observer])}return invokeTheCallbackFunction.construct=(mutations,observer)=>{ |
| /*ThouShaltNotCache*/ |
| mutations=utils.tryWrapperForImpl(mutations),observer=utils.tryWrapperForImpl(observer);Reflect.construct(value,[mutations,observer])},invokeTheCallbackFunction[utils.wrapperSymbol]=value,invokeTheCallbackFunction.objectReference=value,invokeTheCallbackFunction}},99923:(module,__unused_webpack_exports,__webpack_require__)=>{var Buffer=__webpack_require__(81545).Buffer,process=__webpack_require__(60348),capability=__webpack_require__(53686),inherits=__webpack_require__(68808),response=__webpack_require__(79943),stream=__webpack_require__(12549),IncomingMessage=response.IncomingMessage,rStates=response.readyStates;var ClientRequest=module.exports=function(opts){ |
| /*ThouShaltNotCache*/ |
| var preferBinary,self=this;stream.Writable.call(self),self._opts=opts,self._body=[],self._headers={},opts.auth&&self.setHeader("Authorization","Basic "+Buffer.from(opts.auth).toString("base64")),Object.keys(opts.headers).forEach(function(name){ |
| /*ThouShaltNotCache*/ |
| self.setHeader(name,opts.headers[name])});var useFetch=!0;if("disable-fetch"===opts.mode||"requestTimeout"in opts&&!capability.abortController)useFetch=!1,preferBinary=!0;else if("prefer-streaming"===opts.mode)preferBinary=!1;else if("allow-wrong-content-type"===opts.mode)preferBinary=!capability.overrideMimeType;else{if(opts.mode&&"default"!==opts.mode&&"prefer-fast"!==opts.mode)throw new Error("Invalid value for opts.mode");preferBinary=!0}self._mode=function(preferBinary,useFetch){ |
| /*ThouShaltNotCache*/ |
| return capability.fetch&&useFetch?"fetch":capability.mozchunkedarraybuffer?"moz-chunked-arraybuffer":capability.msstream?"ms-stream":capability.arraybuffer&&preferBinary?"arraybuffer":"text"}(preferBinary,useFetch),self._fetchTimer=null,self._socketTimeout=null,self._socketTimer=null,self.on("finish",function(){ |
| /*ThouShaltNotCache*/ |
| self._onFinish()})};inherits(ClientRequest,stream.Writable),ClientRequest.prototype.setHeader=function(name,value){ |
| /*ThouShaltNotCache*/ |
| var lowerName=name.toLowerCase();-1===unsafeHeaders.indexOf(lowerName)&&(this._headers[lowerName]={name,value})},ClientRequest.prototype.getHeader=function(name){ |
| /*ThouShaltNotCache*/ |
| var header=this._headers[name.toLowerCase()];return header?header.value:null},ClientRequest.prototype.removeHeader=function(name){delete this._headers[name.toLowerCase()]},ClientRequest.prototype._onFinish=function(){ |
| /*ThouShaltNotCache*/ |
| var self=this;if(!self._destroyed){var opts=self._opts;"timeout"in opts&&0!==opts.timeout&&self.setTimeout(opts.timeout);var headersObj=self._headers,body=null;"GET"!==opts.method&&"HEAD"!==opts.method&&(body=new Blob(self._body,{type:(headersObj["content-type"]||{}).value||""}));var headersList=[];if(Object.keys(headersObj).forEach(function(keyName){ |
| /*ThouShaltNotCache*/ |
| var name=headersObj[keyName].name,value=headersObj[keyName].value;Array.isArray(value)?value.forEach(function(v){ |
| /*ThouShaltNotCache*/ |
| headersList.push([name,v])}):headersList.push([name,value])}),"fetch"===self._mode){var signal=null;if(capability.abortController){var controller=new AbortController;signal=controller.signal,self._fetchAbortController=controller,"requestTimeout"in opts&&0!==opts.requestTimeout&&(self._fetchTimer=__webpack_require__.g.setTimeout(function(){ |
| /*ThouShaltNotCache*/ |
| self.emit("requestTimeout"),self._fetchAbortController&&self._fetchAbortController.abort()},opts.requestTimeout))}__webpack_require__.g.fetch(self._opts.url,{method:self._opts.method,headers:headersList,body:body||void 0,mode:"cors",credentials:opts.withCredentials?"include":"same-origin",signal}).then(function(response){ |
| /*ThouShaltNotCache*/ |
| self._fetchResponse=response,self._resetTimers(!1),self._connect()},function(reason){ |
| /*ThouShaltNotCache*/ |
| self._resetTimers(!0),self._destroyed||self.emit("error",reason)})}else{var xhr=self._xhr=new __webpack_require__.g.XMLHttpRequest;try{xhr.open(self._opts.method,self._opts.url,!0)}catch(err){return void process.nextTick(function(){ |
| /*ThouShaltNotCache*/ |
| self.emit("error",err)})}"responseType"in xhr&&(xhr.responseType=self._mode),"withCredentials"in xhr&&(xhr.withCredentials=!!opts.withCredentials),"text"===self._mode&&"overrideMimeType"in xhr&&xhr.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in opts&&(xhr.timeout=opts.requestTimeout,xhr.ontimeout=function(){ |
| /*ThouShaltNotCache*/ |
| self.emit("requestTimeout")}),headersList.forEach(function(header){ |
| /*ThouShaltNotCache*/ |
| xhr.setRequestHeader(header[0],header[1])}),self._response=null,xhr.onreadystatechange=function(){ |
| /*ThouShaltNotCache*/ |
| switch(xhr.readyState){case rStates.LOADING:case rStates.DONE:self._onXHRProgress()}},"moz-chunked-arraybuffer"===self._mode&&(xhr.onprogress=function(){ |
| /*ThouShaltNotCache*/ |
| self._onXHRProgress()}),xhr.onerror=function(){ |
| /*ThouShaltNotCache*/ |
| self._destroyed||(self._resetTimers(!0),self.emit("error",new Error("XHR error")))};try{xhr.send(body)}catch(err){return void process.nextTick(function(){ |
| /*ThouShaltNotCache*/ |
| self.emit("error",err)})}}}},ClientRequest.prototype._onXHRProgress=function(){this._resetTimers(!1),function(xhr){ |
| /*ThouShaltNotCache*/ |
| try{var status=xhr.status;return null!==status&&0!==status}catch(e){return!1}}(this._xhr)&&!this._destroyed&&(this._response||this._connect(),this._response._onXHRProgress(this._resetTimers.bind(this)))},ClientRequest.prototype._connect=function(){ |
| /*ThouShaltNotCache*/ |
| var self=this;self._destroyed||(self._response=new IncomingMessage(self._xhr,self._fetchResponse,self._mode,self._resetTimers.bind(self)),self._response.on("error",function(err){ |
| /*ThouShaltNotCache*/ |
| self.emit("error",err)}),self.emit("response",self._response))},ClientRequest.prototype._write=function(chunk,encoding,cb){this._body.push(chunk),cb()},ClientRequest.prototype._resetTimers=function(done){ |
| /*ThouShaltNotCache*/ |
| var self=this;__webpack_require__.g.clearTimeout(self._socketTimer),self._socketTimer=null,done?(__webpack_require__.g.clearTimeout(self._fetchTimer),self._fetchTimer=null):self._socketTimeout&&(self._socketTimer=__webpack_require__.g.setTimeout(function(){ |
| /*ThouShaltNotCache*/ |
| self.emit("timeout")},self._socketTimeout))},ClientRequest.prototype.abort=ClientRequest.prototype.destroy=function(err){this._destroyed=!0,this._resetTimers(!0),this._response&&(this._response._destroyed=!0),this._xhr?this._xhr.abort():this._fetchAbortController&&this._fetchAbortController.abort(),err&&this.emit("error",err)},ClientRequest.prototype.end=function(data,encoding,cb){"function"==typeof data&&(cb=data,data=void 0),stream.Writable.prototype.end.call(this,data,encoding,cb)},ClientRequest.prototype.setTimeout=function(timeout,cb){cb&&this.once("timeout",cb),this._socketTimeout=timeout,this._resetTimers(!1)},ClientRequest.prototype.flushHeaders=function(){},ClientRequest.prototype.setNoDelay=function(){},ClientRequest.prototype.setSocketKeepAlive=function(){};var unsafeHeaders=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]}},__webpack_module_cache__={};function __webpack_require__(moduleId){var cachedModule=__webpack_module_cache__[moduleId];if(void 0!==cachedModule)return cachedModule.exports;var module=__webpack_module_cache__[moduleId]={id:moduleId,loaded:!1,exports:{}};return __webpack_modules__[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.loaded=!0,module.exports}__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop),__webpack_require__.r=exports=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(exports,"__esModule",{value:!0})},__webpack_require__.nmd=module=>(module.paths=[],module.children||(module.children=[]),module);var __webpack_exports__={};(()=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{runTest:()=>runTest});var api=__webpack_require__(84445);function none(){}function selector(selector){ |
| /*ThouShaltNotCache*/ |
| return null==selector?none:function(){ |
| /*ThouShaltNotCache*/ |
| return this.querySelector(selector)}}function empty(){ |
| /*ThouShaltNotCache*/ |
| return[]}function selectorAll(selector){ |
| /*ThouShaltNotCache*/ |
| return null==selector?empty:function(){ |
| /*ThouShaltNotCache*/ |
| return this.querySelectorAll(selector)}}function arrayAll(select){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return null==(x=select.apply(this,arguments))?[]:Array.isArray(x)?x:Array.from(x);var x}}function matcher(selector){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return this.matches(selector)}}function childMatcher(selector){ |
| /*ThouShaltNotCache*/ |
| return function(node){ |
| /*ThouShaltNotCache*/ |
| return node.matches(selector)}}var find=Array.prototype.find;function childFirst(){ |
| /*ThouShaltNotCache*/ |
| return this.firstElementChild}var filter=Array.prototype.filter;function children(){ |
| /*ThouShaltNotCache*/ |
| return Array.from(this.children)}function sparse(update){ |
| /*ThouShaltNotCache*/ |
| return new Array(update.length)}function EnterNode(parent,datum){ |
| /*ThouShaltNotCache*/ |
| this.ownerDocument=parent.ownerDocument,this.namespaceURI=parent.namespaceURI,this._next=null,this._parent=parent,this.__data__=datum}function bindIndex(parent,group,enter,update,exit,data){for( |
| /*ThouShaltNotCache*/ |
| var node,i=0,groupLength=group.length,dataLength=data.length;i<dataLength;++i)(node=group[i])?(node.__data__=data[i],update[i]=node):enter[i]=new EnterNode(parent,data[i]);for(;i<groupLength;++i)(node=group[i])&&(exit[i]=node)}function bindKey(parent,group,enter,update,exit,data,key){ |
| /*ThouShaltNotCache*/ |
| var i,node,keyValue,nodeByKeyValue=new Map,groupLength=group.length,dataLength=data.length,keyValues=new Array(groupLength);for(i=0;i<groupLength;++i)(node=group[i])&&(keyValues[i]=keyValue=key.call(node,node.__data__,i,group)+"",nodeByKeyValue.has(keyValue)?exit[i]=node:nodeByKeyValue.set(keyValue,node));for(i=0;i<dataLength;++i)keyValue=key.call(parent,data[i],i,data)+"",(node=nodeByKeyValue.get(keyValue))?(update[i]=node,node.__data__=data[i],nodeByKeyValue.delete(keyValue)):enter[i]=new EnterNode(parent,data[i]);for(i=0;i<groupLength;++i)(node=group[i])&&nodeByKeyValue.get(keyValues[i])===node&&(exit[i]=node)}function datum(node){ |
| /*ThouShaltNotCache*/ |
| return node.__data__}function arraylike(data){ |
| /*ThouShaltNotCache*/ |
| return"object"==typeof data&&"length"in data?data:Array.from(data)}function ascending(a,b){ |
| /*ThouShaltNotCache*/ |
| return a<b?-1:a>b?1:a>=b?0:NaN}EnterNode.prototype={constructor:EnterNode,appendChild:function(child){ |
| /*ThouShaltNotCache*/ |
| return this._parent.insertBefore(child,this._next)},insertBefore:function(child,next){ |
| /*ThouShaltNotCache*/ |
| return this._parent.insertBefore(child,next)},querySelector:function(selector){ |
| /*ThouShaltNotCache*/ |
| return this._parent.querySelector(selector)},querySelectorAll:function(selector){ |
| /*ThouShaltNotCache*/ |
| return this._parent.querySelectorAll(selector)}};var xhtml="http://www.w3.org/1999/xhtml";const namespaces={svg:"http://www.w3.org/2000/svg",xhtml,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function namespace(name){ |
| /*ThouShaltNotCache*/ |
| var prefix=name+="",i=prefix.indexOf(":");return i>=0&&"xmlns"!==(prefix=name.slice(0,i))&&(name=name.slice(i+1)),namespaces.hasOwnProperty(prefix)?{space:namespaces[prefix],local:name}:name}function attrRemove(name){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.removeAttribute(name)}}function attrRemoveNS(fullname){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.removeAttributeNS(fullname.space,fullname.local)}}function attrConstant(name,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.setAttribute(name,value)}}function attrConstantNS(fullname,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(fullname.space,fullname.local,value)}}function attrFunction(name,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var v=value.apply(this,arguments);null==v?this.removeAttribute(name):this.setAttribute(name,v)}}function attrFunctionNS(fullname,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var v=value.apply(this,arguments);null==v?this.removeAttributeNS(fullname.space,fullname.local):this.setAttributeNS(fullname.space,fullname.local,v)}}function src_window(node){ |
| /*ThouShaltNotCache*/ |
| return node.ownerDocument&&node.ownerDocument.defaultView||node.document&&node||node.defaultView}function styleRemove(name){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.style.removeProperty(name)}}function styleConstant(name,value,priority){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.style.setProperty(name,value,priority)}}function styleFunction(name,value,priority){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var v=value.apply(this,arguments);null==v?this.style.removeProperty(name):this.style.setProperty(name,v,priority)}}function styleValue(node,name){ |
| /*ThouShaltNotCache*/ |
| return node.style.getPropertyValue(name)||src_window(node).getComputedStyle(node,null).getPropertyValue(name)}function propertyRemove(name){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| delete this[name]}}function propertyConstant(name,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this[name]=value}}function propertyFunction(name,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var v=value.apply(this,arguments);null==v?delete this[name]:this[name]=v}}function classArray(string){ |
| /*ThouShaltNotCache*/ |
| return string.trim().split(/^|\s+/)}function classList(node){ |
| /*ThouShaltNotCache*/ |
| return node.classList||new ClassList(node)}function ClassList(node){ |
| /*ThouShaltNotCache*/ |
| this._node=node,this._names=classArray(node.getAttribute("class")||"")}function classedAdd(node,names){for( |
| /*ThouShaltNotCache*/ |
| var list=classList(node),i=-1,n=names.length;++i<n;)list.add(names[i])}function classedRemove(node,names){for( |
| /*ThouShaltNotCache*/ |
| var list=classList(node),i=-1,n=names.length;++i<n;)list.remove(names[i])}function classedTrue(names){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| classedAdd(this,names)}}function classedFalse(names){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| classedRemove(this,names)}}function classedFunction(names,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| (value.apply(this,arguments)?classedAdd:classedRemove)(this,names)}}function textRemove(){ |
| /*ThouShaltNotCache*/ |
| this.textContent=""}function textConstant(value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.textContent=value}}function textFunction(value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var v=value.apply(this,arguments);this.textContent=null==v?"":v}}function htmlRemove(){ |
| /*ThouShaltNotCache*/ |
| this.innerHTML=""}function htmlConstant(value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.innerHTML=value}}function htmlFunction(value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var v=value.apply(this,arguments);this.innerHTML=null==v?"":v}}function raise(){ |
| /*ThouShaltNotCache*/ |
| this.nextSibling&&this.parentNode.appendChild(this)}function lower(){ |
| /*ThouShaltNotCache*/ |
| this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function creatorInherit(name){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var document=this.ownerDocument,uri=this.namespaceURI;return uri===xhtml&&document.documentElement.namespaceURI===xhtml?document.createElement(name):document.createElementNS(uri,name)}}function creatorFixed(fullname){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return this.ownerDocument.createElementNS(fullname.space,fullname.local)}}function creator(name){ |
| /*ThouShaltNotCache*/ |
| var fullname=namespace(name);return(fullname.local?creatorFixed:creatorInherit)(fullname)}function constantNull(){ |
| /*ThouShaltNotCache*/ |
| return null}function remove(){ |
| /*ThouShaltNotCache*/ |
| var parent=this.parentNode;parent&&parent.removeChild(this)}function selection_cloneShallow(){ |
| /*ThouShaltNotCache*/ |
| var clone=this.cloneNode(!1),parent=this.parentNode;return parent?parent.insertBefore(clone,this.nextSibling):clone}function selection_cloneDeep(){ |
| /*ThouShaltNotCache*/ |
| var clone=this.cloneNode(!0),parent=this.parentNode;return parent?parent.insertBefore(clone,this.nextSibling):clone}function onRemove(typename){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var on=this.__on;if(on){for(var o,j=0,i=-1,m=on.length;j<m;++j)o=on[j],typename.type&&o.type!==typename.type||o.name!==typename.name?on[++i]=o:this.removeEventListener(o.type,o.listener,o.options);++i?on.length=i:delete this.__on}}}function onAdd(typename,value,options){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var o,on=this.__on,listener=function(listener){ |
| /*ThouShaltNotCache*/ |
| return function(event){ |
| /*ThouShaltNotCache*/ |
| listener.call(this,event,this.__data__)}}(value);if(on)for(var j=0,m=on.length;j<m;++j)if((o=on[j]).type===typename.type&&o.name===typename.name)return this.removeEventListener(o.type,o.listener,o.options),this.addEventListener(o.type,o.listener=listener,o.options=options),void(o.value=value);this.addEventListener(typename.type,listener,options),o={type:typename.type,name:typename.name,value,listener,options},on?on.push(o):this.__on=[o]}}function dispatchEvent(node,type,params){ |
| /*ThouShaltNotCache*/ |
| var window=src_window(node),event=window.CustomEvent;"function"==typeof event?event=new event(type,params):(event=window.document.createEvent("Event"),params?(event.initEvent(type,params.bubbles,params.cancelable),event.detail=params.detail):event.initEvent(type,!1,!1)),node.dispatchEvent(event)}function dispatchConstant(type,params){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return dispatchEvent(this,type,params)}}function dispatchFunction(type,params){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return dispatchEvent(this,type,params.apply(this,arguments))}}ClassList.prototype={add:function(name){this._names.indexOf(name)<0&&(this._names.push(name),this._node.setAttribute("class",this._names.join(" ")))},remove:function(name){ |
| /*ThouShaltNotCache*/ |
| var i=this._names.indexOf(name);i>=0&&(this._names.splice(i,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(name){ |
| /*ThouShaltNotCache*/ |
| return this._names.indexOf(name)>=0}};var root=[null];function Selection(groups,parents){ |
| /*ThouShaltNotCache*/ |
| this._groups=groups,this._parents=parents}function selection(){ |
| /*ThouShaltNotCache*/ |
| return new Selection([[document.documentElement]],root)}Selection.prototype=selection.prototype={constructor:Selection,select:function(select){ |
| /*ThouShaltNotCache*/ |
| "function"!=typeof select&&(select=selector(select));for(var groups=this._groups,m=groups.length,subgroups=new Array(m),j=0;j<m;++j)for(var node,subnode,group=groups[j],n=group.length,subgroup=subgroups[j]=new Array(n),i=0;i<n;++i)(node=group[i])&&(subnode=select.call(node,node.__data__,i,group))&&("__data__"in node&&(subnode.__data__=node.__data__),subgroup[i]=subnode);return new Selection(subgroups,this._parents)},selectAll:function(select){ |
| /*ThouShaltNotCache*/ |
| select="function"==typeof select?arrayAll(select):selectorAll(select);for(var groups=this._groups,m=groups.length,subgroups=[],parents=[],j=0;j<m;++j)for(var node,group=groups[j],n=group.length,i=0;i<n;++i)(node=group[i])&&(subgroups.push(select.call(node,node.__data__,i,group)),parents.push(node));return new Selection(subgroups,parents)},selectChild:function(match){ |
| /*ThouShaltNotCache*/ |
| return this.select(null==match?childFirst:function(match){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return find.call(this.children,match)}}("function"==typeof match?match:childMatcher(match)))},selectChildren:function(match){ |
| /*ThouShaltNotCache*/ |
| return this.selectAll(null==match?children:function(match){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return filter.call(this.children,match)}}("function"==typeof match?match:childMatcher(match)))},filter:function(match){ |
| /*ThouShaltNotCache*/ |
| "function"!=typeof match&&(match=matcher(match));for(var groups=this._groups,m=groups.length,subgroups=new Array(m),j=0;j<m;++j)for(var node,group=groups[j],n=group.length,subgroup=subgroups[j]=[],i=0;i<n;++i)(node=group[i])&&match.call(node,node.__data__,i,group)&&subgroup.push(node);return new Selection(subgroups,this._parents)},data:function(value,key){ |
| /*ThouShaltNotCache*/ |
| if(!arguments.length)return Array.from(this,datum);var x,bind=key?bindKey:bindIndex,parents=this._parents,groups=this._groups;"function"!=typeof value&&(x=value,value=function(){ |
| /*ThouShaltNotCache*/ |
| return x});for(var m=groups.length,update=new Array(m),enter=new Array(m),exit=new Array(m),j=0;j<m;++j){var parent=parents[j],group=groups[j],groupLength=group.length,data=arraylike(value.call(parent,parent&&parent.__data__,j,parents)),dataLength=data.length,enterGroup=enter[j]=new Array(dataLength),updateGroup=update[j]=new Array(dataLength);bind(parent,group,enterGroup,updateGroup,exit[j]=new Array(groupLength),data,key);for(var previous,next,i0=0,i1=0;i0<dataLength;++i0)if(previous=enterGroup[i0]){for(i0>=i1&&(i1=i0+1);!(next=updateGroup[i1])&&++i1<dataLength;);previous._next=next||null}}return(update=new Selection(update,parents))._enter=enter,update._exit=exit,update},enter:function(){ |
| /*ThouShaltNotCache*/ |
| return new Selection(this._enter||this._groups.map(sparse),this._parents)},exit:function(){ |
| /*ThouShaltNotCache*/ |
| return new Selection(this._exit||this._groups.map(sparse),this._parents)},join:function(onenter,onupdate,onexit){ |
| /*ThouShaltNotCache*/ |
| var enter=this.enter(),update=this,exit=this.exit();return"function"==typeof onenter?(enter=onenter(enter))&&(enter=enter.selection()):enter=enter.append(onenter+""),null!=onupdate&&(update=onupdate(update))&&(update=update.selection()),null==onexit?exit.remove():onexit(exit),enter&&update?enter.merge(update).order():update},merge:function(context){for( |
| /*ThouShaltNotCache*/ |
| var selection=context.selection?context.selection():context,groups0=this._groups,groups1=selection._groups,m0=groups0.length,m1=groups1.length,m=Math.min(m0,m1),merges=new Array(m0),j=0;j<m;++j)for(var node,group0=groups0[j],group1=groups1[j],n=group0.length,merge=merges[j]=new Array(n),i=0;i<n;++i)(node=group0[i]||group1[i])&&(merge[i]=node);for(;j<m0;++j)merges[j]=groups0[j];return new Selection(merges,this._parents)},selection:function(){ |
| /*ThouShaltNotCache*/ |
| return this},order:function(){ |
| /*ThouShaltNotCache*/ |
| for(var groups=this._groups,j=-1,m=groups.length;++j<m;)for(var node,group=groups[j],i=group.length-1,next=group[i];--i>=0;)(node=group[i])&&(next&&4^node.compareDocumentPosition(next)&&next.parentNode.insertBefore(node,next),next=node);return this},sort:function(compare){function compareNode(a,b){ |
| /*ThouShaltNotCache*/ |
| return a&&b?compare(a.__data__,b.__data__):!a-!b} |
| /*ThouShaltNotCache*/ |
| compare||(compare=ascending);for(var groups=this._groups,m=groups.length,sortgroups=new Array(m),j=0;j<m;++j){for(var node,group=groups[j],n=group.length,sortgroup=sortgroups[j]=new Array(n),i=0;i<n;++i)(node=group[i])&&(sortgroup[i]=node);sortgroup.sort(compareNode)}return new Selection(sortgroups,this._parents).order()},call:function(){ |
| /*ThouShaltNotCache*/ |
| var callback=arguments[0];return arguments[0]=this,callback.apply(null,arguments),this},nodes:function(){ |
| /*ThouShaltNotCache*/ |
| return Array.from(this)},node:function(){ |
| /*ThouShaltNotCache*/ |
| for(var groups=this._groups,j=0,m=groups.length;j<m;++j)for(var group=groups[j],i=0,n=group.length;i<n;++i){var node=group[i];if(node)return node}return null},size:function(){ |
| /*ThouShaltNotCache*/ |
| let size=0;for(const node of this)++size;return size},empty:function(){ |
| /*ThouShaltNotCache*/ |
| return!this.node()},each:function(callback){ |
| /*ThouShaltNotCache*/ |
| for(var groups=this._groups,j=0,m=groups.length;j<m;++j)for(var node,group=groups[j],i=0,n=group.length;i<n;++i)(node=group[i])&&callback.call(node,node.__data__,i,group);return this},attr:function(name,value){ |
| /*ThouShaltNotCache*/ |
| var fullname=namespace(name);if(arguments.length<2){var node=this.node();return fullname.local?node.getAttributeNS(fullname.space,fullname.local):node.getAttribute(fullname)}return this.each((null==value?fullname.local?attrRemoveNS:attrRemove:"function"==typeof value?fullname.local?attrFunctionNS:attrFunction:fullname.local?attrConstantNS:attrConstant)(fullname,value))},style:function(name,value,priority){ |
| /*ThouShaltNotCache*/ |
| return arguments.length>1?this.each((null==value?styleRemove:"function"==typeof value?styleFunction:styleConstant)(name,value,null==priority?"":priority)):styleValue(this.node(),name)},property:function(name,value){ |
| /*ThouShaltNotCache*/ |
| return arguments.length>1?this.each((null==value?propertyRemove:"function"==typeof value?propertyFunction:propertyConstant)(name,value)):this.node()[name]},classed:function(name,value){ |
| /*ThouShaltNotCache*/ |
| var names=classArray(name+"");if(arguments.length<2){for(var list=classList(this.node()),i=-1,n=names.length;++i<n;)if(!list.contains(names[i]))return!1;return!0}return this.each(("function"==typeof value?classedFunction:value?classedTrue:classedFalse)(names,value))},text:function(value){ |
| /*ThouShaltNotCache*/ |
| return arguments.length?this.each(null==value?textRemove:("function"==typeof value?textFunction:textConstant)(value)):this.node().textContent},html:function(value){ |
| /*ThouShaltNotCache*/ |
| return arguments.length?this.each(null==value?htmlRemove:("function"==typeof value?htmlFunction:htmlConstant)(value)):this.node().innerHTML},raise:function(){ |
| /*ThouShaltNotCache*/ |
| return this.each(raise)},lower:function(){ |
| /*ThouShaltNotCache*/ |
| return this.each(lower)},append:function(name){ |
| /*ThouShaltNotCache*/ |
| var create="function"==typeof name?name:creator(name);return this.select(function(){ |
| /*ThouShaltNotCache*/ |
| return this.appendChild(create.apply(this,arguments))})},insert:function(name,before){ |
| /*ThouShaltNotCache*/ |
| var create="function"==typeof name?name:creator(name),select=null==before?constantNull:"function"==typeof before?before:selector(before);return this.select(function(){ |
| /*ThouShaltNotCache*/ |
| return this.insertBefore(create.apply(this,arguments),select.apply(this,arguments)||null)})},remove:function(){ |
| /*ThouShaltNotCache*/ |
| return this.each(remove)},clone:function(deep){ |
| /*ThouShaltNotCache*/ |
| return this.select(deep?selection_cloneDeep:selection_cloneShallow)},datum:function(value){ |
| /*ThouShaltNotCache*/ |
| return arguments.length?this.property("__data__",value):this.node().__data__},on:function(typename,value,options){ |
| /*ThouShaltNotCache*/ |
| var i,t,typenames=function(typenames){ |
| /*ThouShaltNotCache*/ |
| return typenames.trim().split(/^|\s+/).map(function(t){ |
| /*ThouShaltNotCache*/ |
| var name="",i=t.indexOf(".");return i>=0&&(name=t.slice(i+1),t=t.slice(0,i)),{type:t,name}})}(typename+""),n=typenames.length;if(!(arguments.length<2)){for(on=value?onAdd:onRemove,i=0;i<n;++i)this.each(on(typenames[i],value,options));return this}var on=this.node().__on;if(on)for(var o,j=0,m=on.length;j<m;++j)for(i=0,o=on[j];i<n;++i)if((t=typenames[i]).type===o.type&&t.name===o.name)return o.value},dispatch:function(type,params){ |
| /*ThouShaltNotCache*/ |
| return this.each(("function"==typeof params?dispatchFunction:dispatchConstant)(type,params))},[Symbol.iterator]:function*(){ |
| /*ThouShaltNotCache*/ |
| for(var groups=this._groups,j=0,m=groups.length;j<m;++j)for(var node,group=groups[j],i=0,n=group.length;i<n;++i)(node=group[i])&&(yield node)}};const src_selection=selection;var noop={value:()=>{}};function dispatch_dispatch(){ |
| /*ThouShaltNotCache*/ |
| for(var t,i=0,n=arguments.length,_={};i<n;++i){if(!(t=arguments[i]+"")||t in _||/[\s.]/.test(t))throw new Error("illegal type: "+t);_[t]=[]}return new Dispatch(_)}function Dispatch(_){ |
| /*ThouShaltNotCache*/ |
| this._=_}function get(type,name){ |
| /*ThouShaltNotCache*/ |
| for(var c,i=0,n=type.length;i<n;++i)if((c=type[i]).name===name)return c.value}function set(type,name,callback){ |
| /*ThouShaltNotCache*/ |
| for(var i=0,n=type.length;i<n;++i)if(type[i].name===name){type[i]=noop,type=type.slice(0,i).concat(type.slice(i+1));break}return null!=callback&&type.push({name,value:callback}),type}Dispatch.prototype=dispatch_dispatch.prototype={constructor:Dispatch,on:function(typename,callback){ |
| /*ThouShaltNotCache*/ |
| var t,types,_=this._,T=(types=_,(typename+"").trim().split(/^|\s+/).map(function(t){ |
| /*ThouShaltNotCache*/ |
| var name="",i=t.indexOf(".");if(i>=0&&(name=t.slice(i+1),t=t.slice(0,i)),t&&!types.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name}})),i=-1,n=T.length;if(!(arguments.length<2)){if(null!=callback&&"function"!=typeof callback)throw new Error("invalid callback: "+callback);for(;++i<n;)if(t=(typename=T[i]).type)_[t]=set(_[t],typename.name,callback);else if(null==callback)for(t in _)_[t]=set(_[t],typename.name,null);return this}for(;++i<n;)if((t=(typename=T[i]).type)&&(t=get(_[t],typename.name)))return t},copy:function(){ |
| /*ThouShaltNotCache*/ |
| var copy={},_=this._;for(var t in _)copy[t]=_[t].slice();return new Dispatch(copy)},call:function(type,that){ |
| /*ThouShaltNotCache*/ |
| if((n=arguments.length-2)>0)for(var n,t,args=new Array(n),i=0;i<n;++i)args[i]=arguments[i+2];if(!this._.hasOwnProperty(type))throw new Error("unknown type: "+type);for(i=0,n=(t=this._[type]).length;i<n;++i)t[i].value.apply(that,args)},apply:function(type,that,args){ |
| /*ThouShaltNotCache*/ |
| if(!this._.hasOwnProperty(type))throw new Error("unknown type: "+type);for(var t=this._[type],i=0,n=t.length;i<n;++i)t[i].value.apply(that,args)}};const src_dispatch=dispatch_dispatch;var taskHead,taskTail,timer_frame=0,timeout=0,interval=0,clockLast=0,clockNow=0,clockSkew=0,clock="object"==typeof performance&&performance.now?performance:Date,setFrame="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(f){ |
| /*ThouShaltNotCache*/ |
| setTimeout(f,17)};function now(){ |
| /*ThouShaltNotCache*/ |
| return clockNow||(setFrame(clearNow),clockNow=clock.now()+clockSkew)}function clearNow(){ |
| /*ThouShaltNotCache*/ |
| clockNow=0}function Timer(){ |
| /*ThouShaltNotCache*/ |
| this._call=this._time=this._next=null}function timer(callback,delay,time){ |
| /*ThouShaltNotCache*/ |
| var t=new Timer;return t.restart(callback,delay,time),t}function wake(){ |
| /*ThouShaltNotCache*/ |
| clockNow=(clockLast=clock.now())+clockSkew,timer_frame=timeout=0;try{!function(){ |
| /*ThouShaltNotCache*/ |
| now(),++timer_frame;for(var e,t=taskHead;t;)(e=clockNow-t._time)>=0&&t._call.call(void 0,e),t=t._next;--timer_frame}()}finally{timer_frame=0,function(){ |
| /*ThouShaltNotCache*/ |
| var t0,t2,t1=taskHead,time=1/0;for(;t1;)t1._call?(time>t1._time&&(time=t1._time),t0=t1,t1=t1._next):(t2=t1._next,t1._next=null,t1=t0?t0._next=t2:taskHead=t2);taskTail=t0,sleep(time)}(),clockNow=0}}function poke(){ |
| /*ThouShaltNotCache*/ |
| var now=clock.now(),delay=now-clockLast;delay>1e3&&(clockSkew-=delay,clockLast=now)}function sleep(time){ |
| /*ThouShaltNotCache*/ |
| timer_frame||(timeout&&(timeout=clearTimeout(timeout)),time-clockNow>24?(time<1/0&&(timeout=setTimeout(wake,time-clock.now()-clockSkew)),interval&&(interval=clearInterval(interval))):(interval||(clockLast=clock.now(),interval=setInterval(poke,1e3)),timer_frame=1,setFrame(wake)))}function src_timeout(callback,delay,time){ |
| /*ThouShaltNotCache*/ |
| var t=new Timer;return delay=null==delay?0:+delay,t.restart(elapsed=>{ |
| /*ThouShaltNotCache*/ |
| t.stop(),callback(elapsed+delay)},delay,time),t}Timer.prototype=timer.prototype={constructor:Timer,restart:function(callback,delay,time){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof callback)throw new TypeError("callback is not a function");time=(null==time?now():+time)+(null==delay?0:+delay),this._next||taskTail===this||(taskTail?taskTail._next=this:taskHead=this,taskTail=this),this._call=callback,this._time=time,sleep()},stop:function(){ |
| /*ThouShaltNotCache*/ |
| this._call&&(this._call=null,this._time=1/0,sleep())}};var emptyOn=src_dispatch("start","end","cancel","interrupt"),emptyTween=[];function schedule(node,name,id,index,group,timing){ |
| /*ThouShaltNotCache*/ |
| var schedules=node.__transition;if(schedules){if(id in schedules)return}else node.__transition={};!function(node,id,self){ |
| /*ThouShaltNotCache*/ |
| var tween,schedules=node.__transition;function schedule(elapsed){ |
| /*ThouShaltNotCache*/ |
| self.state=1,self.timer.restart(start,self.delay,self.time),self.delay<=elapsed&&start(elapsed-self.delay)}function start(elapsed){ |
| /*ThouShaltNotCache*/ |
| var i,j,n,o;if(1!==self.state)return stop();for(i in schedules)if((o=schedules[i]).name===self.name){if(3===o.state)return src_timeout(start);4===o.state?(o.state=6,o.timer.stop(),o.on.call("interrupt",node,node.__data__,o.index,o.group),delete schedules[i]):+i<id&&(o.state=6,o.timer.stop(),o.on.call("cancel",node,node.__data__,o.index,o.group),delete schedules[i])}if(src_timeout(function(){ |
| /*ThouShaltNotCache*/ |
| 3===self.state&&(self.state=4,self.timer.restart(tick,self.delay,self.time),tick(elapsed))}),self.state=2,self.on.call("start",node,node.__data__,self.index,self.group),2===self.state){for(self.state=3,tween=new Array(n=self.tween.length),i=0,j=-1;i<n;++i)(o=self.tween[i].value.call(node,node.__data__,self.index,self.group))&&(tween[++j]=o);tween.length=j+1}}function tick(elapsed){for( |
| /*ThouShaltNotCache*/ |
| var t=elapsed<self.duration?self.ease.call(null,elapsed/self.duration):(self.timer.restart(stop),self.state=5,1),i=-1,n=tween.length;++i<n;)tween[i].call(node,t);5===self.state&&(self.on.call("end",node,node.__data__,self.index,self.group),stop())}function stop(){for(var i in |
| /*ThouShaltNotCache*/ |
| self.state=6,self.timer.stop(),delete schedules[id],schedules)return;delete node.__transition}schedules[id]=self,self.timer=timer(schedule,0,self.time)}(node,id,{name,index,group,on:emptyOn,tween:emptyTween,time:timing.time,delay:timing.delay,duration:timing.duration,ease:timing.ease,timer:null,state:0})}function init(node,id){ |
| /*ThouShaltNotCache*/ |
| var schedule=schedule_get(node,id);if(schedule.state>0)throw new Error("too late; already scheduled");return schedule}function schedule_set(node,id){ |
| /*ThouShaltNotCache*/ |
| var schedule=schedule_get(node,id);if(schedule.state>3)throw new Error("too late; already running");return schedule}function schedule_get(node,id){ |
| /*ThouShaltNotCache*/ |
| var schedule=node.__transition;if(!schedule||!(schedule=schedule[id]))throw new Error("transition not found");return schedule}function number(a,b){ |
| /*ThouShaltNotCache*/ |
| return a=+a,b=+b,function(t){ |
| /*ThouShaltNotCache*/ |
| return a*(1-t)+b*t}}var svgNode,degrees=180/Math.PI,decompose_identity={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function decompose(a,b,c,d,e,f){ |
| /*ThouShaltNotCache*/ |
| var scaleX,scaleY,skewX;return(scaleX=Math.sqrt(a*a+b*b))&&(a/=scaleX,b/=scaleX),(skewX=a*c+b*d)&&(c-=a*skewX,d-=b*skewX),(scaleY=Math.sqrt(c*c+d*d))&&(c/=scaleY,d/=scaleY,skewX/=scaleY),a*d<b*c&&(a=-a,b=-b,skewX=-skewX,scaleX=-scaleX),{translateX:e,translateY:f,rotate:Math.atan2(b,a)*degrees,skewX:Math.atan(skewX)*degrees,scaleX,scaleY}}function interpolateTransform(parse,pxComma,pxParen,degParen){ |
| /*ThouShaltNotCache*/ |
| function pop(s){ |
| /*ThouShaltNotCache*/ |
| return s.length?s.pop()+" ":""}return function(a,b){ |
| /*ThouShaltNotCache*/ |
| var s=[],q=[];return a=parse(a),b=parse(b),function(xa,ya,xb,yb,s,q){ |
| /*ThouShaltNotCache*/ |
| if(xa!==xb||ya!==yb){var i=s.push("translate(",null,pxComma,null,pxParen);q.push({i:i-4,x:number(xa,xb)},{i:i-2,x:number(ya,yb)})}else(xb||yb)&&s.push("translate("+xb+pxComma+yb+pxParen)}(a.translateX,a.translateY,b.translateX,b.translateY,s,q),function(a,b,s,q){ |
| /*ThouShaltNotCache*/ |
| a!==b?(a-b>180?b+=360:b-a>180&&(a+=360),q.push({i:s.push(pop(s)+"rotate(",null,degParen)-2,x:number(a,b)})):b&&s.push(pop(s)+"rotate("+b+degParen)}(a.rotate,b.rotate,s,q),function(a,b,s,q){ |
| /*ThouShaltNotCache*/ |
| a!==b?q.push({i:s.push(pop(s)+"skewX(",null,degParen)-2,x:number(a,b)}):b&&s.push(pop(s)+"skewX("+b+degParen)}(a.skewX,b.skewX,s,q),function(xa,ya,xb,yb,s,q){ |
| /*ThouShaltNotCache*/ |
| if(xa!==xb||ya!==yb){var i=s.push(pop(s)+"scale(",null,",",null,")");q.push({i:i-4,x:number(xa,xb)},{i:i-2,x:number(ya,yb)})}else 1===xb&&1===yb||s.push(pop(s)+"scale("+xb+","+yb+")")}(a.scaleX,a.scaleY,b.scaleX,b.scaleY,s,q),a=b=null,function(t){for( |
| /*ThouShaltNotCache*/ |
| var o,i=-1,n=q.length;++i<n;)s[(o=q[i]).i]=o.x(t);return s.join("")}}}var interpolateTransformCss=interpolateTransform(function(value){ |
| /*ThouShaltNotCache*/ |
| const m=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(value+"");return m.isIdentity?decompose_identity:decompose(m.a,m.b,m.c,m.d,m.e,m.f)},"px, ","px)","deg)"),interpolateTransformSvg=interpolateTransform(function(value){ |
| /*ThouShaltNotCache*/ |
| return null==value?decompose_identity:(svgNode||(svgNode=document.createElementNS("http://www.w3.org/2000/svg","g")),svgNode.setAttribute("transform",value),(value=svgNode.transform.baseVal.consolidate())?decompose((value=value.matrix).a,value.b,value.c,value.d,value.e,value.f):decompose_identity)},", ",")",")");function tweenRemove(id,name){ |
| /*ThouShaltNotCache*/ |
| var tween0,tween1;return function(){ |
| /*ThouShaltNotCache*/ |
| var schedule=schedule_set(this,id),tween=schedule.tween;if(tween!==tween0)for(var i=0,n=(tween1=tween0=tween).length;i<n;++i)if(tween1[i].name===name){(tween1=tween1.slice()).splice(i,1);break}schedule.tween=tween1}}function tweenFunction(id,name,value){ |
| /*ThouShaltNotCache*/ |
| var tween0,tween1;if("function"!=typeof value)throw new Error;return function(){ |
| /*ThouShaltNotCache*/ |
| var schedule=schedule_set(this,id),tween=schedule.tween;if(tween!==tween0){tween1=(tween0=tween).slice();for(var t={name,value},i=0,n=tween1.length;i<n;++i)if(tween1[i].name===name){tween1[i]=t;break}i===n&&tween1.push(t)}schedule.tween=tween1}}function tweenValue(transition,name,value){ |
| /*ThouShaltNotCache*/ |
| var id=transition._id;return transition.each(function(){ |
| /*ThouShaltNotCache*/ |
| var schedule=schedule_set(this,id);(schedule.value||(schedule.value={}))[name]=value.apply(this,arguments)}),function(node){ |
| /*ThouShaltNotCache*/ |
| return schedule_get(node,id).value[name]}}function src_define(constructor,factory,prototype){ |
| /*ThouShaltNotCache*/ |
| constructor.prototype=factory.prototype=prototype,prototype.constructor=constructor}function extend(parent,definition){ |
| /*ThouShaltNotCache*/ |
| var prototype=Object.create(parent.prototype);for(var key in definition)prototype[key]=definition[key];return prototype}function Color(){}var brighter=1/.7,reI="\\s*([+-]?\\d+)\\s*",reN="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",reP="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",reHex=/^#([0-9a-f]{3,8})$/,reRgbInteger=new RegExp(`^rgb\\(${reI},${reI},${reI}\\)$`),reRgbPercent=new RegExp(`^rgb\\(${reP},${reP},${reP}\\)$`),reRgbaInteger=new RegExp(`^rgba\\(${reI},${reI},${reI},${reN}\\)$`),reRgbaPercent=new RegExp(`^rgba\\(${reP},${reP},${reP},${reN}\\)$`),reHslPercent=new RegExp(`^hsl\\(${reN},${reP},${reP}\\)$`),reHslaPercent=new RegExp(`^hsla\\(${reN},${reP},${reP},${reN}\\)$`),named={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function color_formatHex(){ |
| /*ThouShaltNotCache*/ |
| return this.rgb().formatHex()}function color_formatRgb(){ |
| /*ThouShaltNotCache*/ |
| return this.rgb().formatRgb()}function color(format){ |
| /*ThouShaltNotCache*/ |
| var m,l;return format=(format+"").trim().toLowerCase(),(m=reHex.exec(format))?(l=m[1].length,m=parseInt(m[1],16),6===l?rgbn(m):3===l?new Rgb(m>>8&15|m>>4&240,m>>4&15|240&m,(15&m)<<4|15&m,1):8===l?rgba(m>>24&255,m>>16&255,m>>8&255,(255&m)/255):4===l?rgba(m>>12&15|m>>8&240,m>>8&15|m>>4&240,m>>4&15|240&m,((15&m)<<4|15&m)/255):null):(m=reRgbInteger.exec(format))?new Rgb(m[1],m[2],m[3],1):(m=reRgbPercent.exec(format))?new Rgb(255*m[1]/100,255*m[2]/100,255*m[3]/100,1):(m=reRgbaInteger.exec(format))?rgba(m[1],m[2],m[3],m[4]):(m=reRgbaPercent.exec(format))?rgba(255*m[1]/100,255*m[2]/100,255*m[3]/100,m[4]):(m=reHslPercent.exec(format))?hsla(m[1],m[2]/100,m[3]/100,1):(m=reHslaPercent.exec(format))?hsla(m[1],m[2]/100,m[3]/100,m[4]):named.hasOwnProperty(format)?rgbn(named[format]):"transparent"===format?new Rgb(NaN,NaN,NaN,0):null}function rgbn(n){ |
| /*ThouShaltNotCache*/ |
| return new Rgb(n>>16&255,n>>8&255,255&n,1)}function rgba(r,g,b,a){ |
| /*ThouShaltNotCache*/ |
| return a<=0&&(r=g=b=NaN),new Rgb(r,g,b,a)}function color_rgb(r,g,b,opacity){ |
| /*ThouShaltNotCache*/ |
| return 1===arguments.length?( |
| /*ThouShaltNotCache*/ |
| (o=r)instanceof Color||(o=color(o)),o?new Rgb((o=o.rgb()).r,o.g,o.b,o.opacity):new Rgb):new Rgb(r,g,b,null==opacity?1:opacity);var o}function Rgb(r,g,b,opacity){ |
| /*ThouShaltNotCache*/ |
| this.r=+r,this.g=+g,this.b=+b,this.opacity=+opacity}function rgb_formatHex(){ |
| /*ThouShaltNotCache*/ |
| return`#${hex(this.r)}${hex(this.g)}${hex(this.b)}`}function rgb_formatRgb(){ |
| /*ThouShaltNotCache*/ |
| const a=clampa(this.opacity);return`${1===a?"rgb(":"rgba("}${clampi(this.r)}, ${clampi(this.g)}, ${clampi(this.b)}${1===a?")":`, ${a})`}`}function clampa(opacity){ |
| /*ThouShaltNotCache*/ |
| return isNaN(opacity)?1:Math.max(0,Math.min(1,opacity))}function clampi(value){ |
| /*ThouShaltNotCache*/ |
| return Math.max(0,Math.min(255,Math.round(value)||0))}function hex(value){ |
| /*ThouShaltNotCache*/ |
| return((value=clampi(value))<16?"0":"")+value.toString(16)}function hsla(h,s,l,a){ |
| /*ThouShaltNotCache*/ |
| return a<=0?h=s=l=NaN:l<=0||l>=1?h=s=NaN:s<=0&&(h=NaN),new Hsl(h,s,l,a)}function hslConvert(o){ |
| /*ThouShaltNotCache*/ |
| if(o instanceof Hsl)return new Hsl(o.h,o.s,o.l,o.opacity);if(o instanceof Color||(o=color(o)),!o)return new Hsl;if(o instanceof Hsl)return o;var r=(o=o.rgb()).r/255,g=o.g/255,b=o.b/255,min=Math.min(r,g,b),max=Math.max(r,g,b),h=NaN,s=max-min,l=(max+min)/2;return s?(h=r===max?(g-b)/s+6*(g<b):g===max?(b-r)/s+2:(r-g)/s+4,s/=l<.5?max+min:2-max-min,h*=60):s=l>0&&l<1?0:h,new Hsl(h,s,l,o.opacity)}function Hsl(h,s,l,opacity){ |
| /*ThouShaltNotCache*/ |
| this.h=+h,this.s=+s,this.l=+l,this.opacity=+opacity}function clamph(value){ |
| /*ThouShaltNotCache*/ |
| return(value=(value||0)%360)<0?value+360:value}function clampt(value){ |
| /*ThouShaltNotCache*/ |
| return Math.max(0,Math.min(1,value||0))}function hsl2rgb(h,m1,m2){ |
| /*ThouShaltNotCache*/ |
| return 255*(h<60?m1+(m2-m1)*h/60:h<180?m2:h<240?m1+(m2-m1)*(240-h)/60:m1)}function basis(t1,v0,v1,v2,v3){ |
| /*ThouShaltNotCache*/ |
| var t2=t1*t1,t3=t2*t1;return((1-3*t1+3*t2-t3)*v0+(4-6*t2+3*t3)*v1+(1+3*t1+3*t2-3*t3)*v2+t3*v3)/6}src_define(Color,color,{copy(channels){ |
| /*ThouShaltNotCache*/ |
| return Object.assign(new this.constructor,this,channels)},displayable(){ |
| /*ThouShaltNotCache*/ |
| return this.rgb().displayable()},hex:color_formatHex,formatHex:color_formatHex,formatHex8:function(){ |
| /*ThouShaltNotCache*/ |
| return this.rgb().formatHex8()},formatHsl:function(){ |
| /*ThouShaltNotCache*/ |
| return hslConvert(this).formatHsl()},formatRgb:color_formatRgb,toString:color_formatRgb}),src_define(Rgb,color_rgb,extend(Color,{brighter(k){ |
| /*ThouShaltNotCache*/ |
| return k=null==k?brighter:Math.pow(brighter,k),new Rgb(this.r*k,this.g*k,this.b*k,this.opacity)},darker(k){ |
| /*ThouShaltNotCache*/ |
| return k=null==k?.7:Math.pow(.7,k),new Rgb(this.r*k,this.g*k,this.b*k,this.opacity)},rgb(){ |
| /*ThouShaltNotCache*/ |
| return this},clamp(){ |
| /*ThouShaltNotCache*/ |
| return new Rgb(clampi(this.r),clampi(this.g),clampi(this.b),clampa(this.opacity))},displayable(){ |
| /*ThouShaltNotCache*/ |
| return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:rgb_formatHex,formatHex:rgb_formatHex,formatHex8:function(){ |
| /*ThouShaltNotCache*/ |
| return`#${hex(this.r)}${hex(this.g)}${hex(this.b)}${hex(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:rgb_formatRgb,toString:rgb_formatRgb})),src_define(Hsl,function(h,s,l,opacity){ |
| /*ThouShaltNotCache*/ |
| return 1===arguments.length?hslConvert(h):new Hsl(h,s,l,null==opacity?1:opacity)},extend(Color,{brighter(k){ |
| /*ThouShaltNotCache*/ |
| return k=null==k?brighter:Math.pow(brighter,k),new Hsl(this.h,this.s,this.l*k,this.opacity)},darker(k){ |
| /*ThouShaltNotCache*/ |
| return k=null==k?.7:Math.pow(.7,k),new Hsl(this.h,this.s,this.l*k,this.opacity)},rgb(){ |
| /*ThouShaltNotCache*/ |
| var h=this.h%360+360*(this.h<0),s=isNaN(h)||isNaN(this.s)?0:this.s,l=this.l,m2=l+(l<.5?l:1-l)*s,m1=2*l-m2;return new Rgb(hsl2rgb(h>=240?h-240:h+120,m1,m2),hsl2rgb(h,m1,m2),hsl2rgb(h<120?h+240:h-120,m1,m2),this.opacity)},clamp(){ |
| /*ThouShaltNotCache*/ |
| return new Hsl(clamph(this.h),clampt(this.s),clampt(this.l),clampa(this.opacity))},displayable(){ |
| /*ThouShaltNotCache*/ |
| return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){ |
| /*ThouShaltNotCache*/ |
| const a=clampa(this.opacity);return`${1===a?"hsl(":"hsla("}${clamph(this.h)}, ${100*clampt(this.s)}%, ${100*clampt(this.l)}%${1===a?")":`, ${a})`}`}}));const d3_interpolate_src_constant=x=>()=>x;function linear(a,d){ |
| /*ThouShaltNotCache*/ |
| return function(t){ |
| /*ThouShaltNotCache*/ |
| return a+t*d}}function gamma(y){ |
| /*ThouShaltNotCache*/ |
| return 1===(y=+y)?nogamma:function(a,b){ |
| /*ThouShaltNotCache*/ |
| return b-a?function(a,b,y){ |
| /*ThouShaltNotCache*/ |
| return a=Math.pow(a,y),b=Math.pow(b,y)-a,y=1/y,function(t){ |
| /*ThouShaltNotCache*/ |
| return Math.pow(a+t*b,y)}}(a,b,y):d3_interpolate_src_constant(isNaN(a)?b:a)}}function nogamma(a,b){ |
| /*ThouShaltNotCache*/ |
| var d=b-a;return d?linear(a,d):d3_interpolate_src_constant(isNaN(a)?b:a)}const rgb=function rgbGamma(y){ |
| /*ThouShaltNotCache*/ |
| var color=gamma(y);function rgb(start,end){ |
| /*ThouShaltNotCache*/ |
| var r=color((start=color_rgb(start)).r,(end=color_rgb(end)).r),g=color(start.g,end.g),b=color(start.b,end.b),opacity=nogamma(start.opacity,end.opacity);return function(t){ |
| /*ThouShaltNotCache*/ |
| return start.r=r(t),start.g=g(t),start.b=b(t),start.opacity=opacity(t),start+""}}return rgb.gamma=rgbGamma,rgb}(1);function rgbSpline(spline){ |
| /*ThouShaltNotCache*/ |
| return function(colors){ |
| /*ThouShaltNotCache*/ |
| var i,color,n=colors.length,r=new Array(n),g=new Array(n),b=new Array(n);for(i=0;i<n;++i)color=color_rgb(colors[i]),r[i]=color.r||0,g[i]=color.g||0,b[i]=color.b||0;return r=spline(r),g=spline(g),b=spline(b),color.opacity=1,function(t){ |
| /*ThouShaltNotCache*/ |
| return color.r=r(t),color.g=g(t),color.b=b(t),color+""}}}rgbSpline(function(values){ |
| /*ThouShaltNotCache*/ |
| var n=values.length-1;return function(t){ |
| /*ThouShaltNotCache*/ |
| var i=t<=0?t=0:t>=1?(t=1,n-1):Math.floor(t*n),v1=values[i],v2=values[i+1],v0=i>0?values[i-1]:2*v1-v2,v3=i<n-1?values[i+2]:2*v2-v1;return basis((t-i/n)*n,v0,v1,v2,v3)}}),rgbSpline(function(values){ |
| /*ThouShaltNotCache*/ |
| var n=values.length;return function(t){ |
| /*ThouShaltNotCache*/ |
| var i=Math.floor(((t%=1)<0?++t:t)*n),v0=values[(i+n-1)%n],v1=values[i%n],v2=values[(i+1)%n],v3=values[(i+2)%n];return basis((t-i/n)*n,v0,v1,v2,v3)}});var reA=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,reB=new RegExp(reA.source,"g");function string(a,b){ |
| /*ThouShaltNotCache*/ |
| var am,bm,bs,bi=reA.lastIndex=reB.lastIndex=0,i=-1,s=[],q=[];for(a+="",b+="";(am=reA.exec(a))&&(bm=reB.exec(b));)(bs=bm.index)>bi&&(bs=b.slice(bi,bs),s[i]?s[i]+=bs:s[++i]=bs),(am=am[0])===(bm=bm[0])?s[i]?s[i]+=bm:s[++i]=bm:(s[++i]=null,q.push({i,x:number(am,bm)})),bi=reB.lastIndex;return bi<b.length&&(bs=b.slice(bi),s[i]?s[i]+=bs:s[++i]=bs),s.length<2?q[0]?function(b){ |
| /*ThouShaltNotCache*/ |
| return function(t){ |
| /*ThouShaltNotCache*/ |
| return b(t)+""}}(q[0].x):function(b){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| return b}}(b):(b=q.length,function(t){ |
| /*ThouShaltNotCache*/ |
| for(var o,i=0;i<b;++i)s[(o=q[i]).i]=o.x(t);return s.join("")})}function transition_interpolate(a,b){ |
| /*ThouShaltNotCache*/ |
| var c;return("number"==typeof b?number:b instanceof color?rgb:(c=color(b))?(b=c,rgb):string)(a,b)}function attr_attrRemove(name){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.removeAttribute(name)}}function attr_attrRemoveNS(fullname){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.removeAttributeNS(fullname.space,fullname.local)}}function attr_attrConstant(name,interpolate,value1){ |
| /*ThouShaltNotCache*/ |
| var string00,interpolate0,string1=value1+"";return function(){ |
| /*ThouShaltNotCache*/ |
| var string0=this.getAttribute(name);return string0===string1?null:string0===string00?interpolate0:interpolate0=interpolate(string00=string0,value1)}}function attr_attrConstantNS(fullname,interpolate,value1){ |
| /*ThouShaltNotCache*/ |
| var string00,interpolate0,string1=value1+"";return function(){ |
| /*ThouShaltNotCache*/ |
| var string0=this.getAttributeNS(fullname.space,fullname.local);return string0===string1?null:string0===string00?interpolate0:interpolate0=interpolate(string00=string0,value1)}}function attr_attrFunction(name,interpolate,value){ |
| /*ThouShaltNotCache*/ |
| var string00,string10,interpolate0;return function(){ |
| /*ThouShaltNotCache*/ |
| var string0,string1,value1=value(this);if(null!=value1)return(string0=this.getAttribute(name))===(string1=value1+"")?null:string0===string00&&string1===string10?interpolate0:(string10=string1,interpolate0=interpolate(string00=string0,value1));this.removeAttribute(name)}}function attr_attrFunctionNS(fullname,interpolate,value){ |
| /*ThouShaltNotCache*/ |
| var string00,string10,interpolate0;return function(){ |
| /*ThouShaltNotCache*/ |
| var string0,string1,value1=value(this);if(null!=value1)return(string0=this.getAttributeNS(fullname.space,fullname.local))===(string1=value1+"")?null:string0===string00&&string1===string10?interpolate0:(string10=string1,interpolate0=interpolate(string00=string0,value1));this.removeAttributeNS(fullname.space,fullname.local)}}function attrTweenNS(fullname,value){ |
| /*ThouShaltNotCache*/ |
| var t0,i0;function tween(){ |
| /*ThouShaltNotCache*/ |
| var i=value.apply(this,arguments);return i!==i0&&(t0=(i0=i)&&function(fullname,i){ |
| /*ThouShaltNotCache*/ |
| return function(t){ |
| /*ThouShaltNotCache*/ |
| this.setAttributeNS(fullname.space,fullname.local,i.call(this,t))}}(fullname,i)),t0}return tween._value=value,tween}function attrTween(name,value){ |
| /*ThouShaltNotCache*/ |
| var t0,i0;function tween(){ |
| /*ThouShaltNotCache*/ |
| var i=value.apply(this,arguments);return i!==i0&&(t0=(i0=i)&&function(name,i){ |
| /*ThouShaltNotCache*/ |
| return function(t){ |
| /*ThouShaltNotCache*/ |
| this.setAttribute(name,i.call(this,t))}}(name,i)),t0}return tween._value=value,tween}function delayFunction(id,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| init(this,id).delay=+value.apply(this,arguments)}}function delayConstant(id,value){ |
| /*ThouShaltNotCache*/ |
| return value=+value,function(){ |
| /*ThouShaltNotCache*/ |
| init(this,id).delay=value}}function durationFunction(id,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| schedule_set(this,id).duration=+value.apply(this,arguments)}}function durationConstant(id,value){ |
| /*ThouShaltNotCache*/ |
| return value=+value,function(){ |
| /*ThouShaltNotCache*/ |
| schedule_set(this,id).duration=value}}var selection_Selection=src_selection.prototype.constructor;function style_styleRemove(name){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.style.removeProperty(name)}}var id=0;function Transition(groups,parents,name,id){ |
| /*ThouShaltNotCache*/ |
| this._groups=groups,this._parents=parents,this._name=name,this._id=id}function newId(){ |
| /*ThouShaltNotCache*/ |
| return++id}var selection_prototype=src_selection.prototype;Transition.prototype=function(name){ |
| /*ThouShaltNotCache*/ |
| return src_selection().transition(name)}.prototype={constructor:Transition,select:function(select){ |
| /*ThouShaltNotCache*/ |
| var name=this._name,id=this._id;"function"!=typeof select&&(select=selector(select));for(var groups=this._groups,m=groups.length,subgroups=new Array(m),j=0;j<m;++j)for(var node,subnode,group=groups[j],n=group.length,subgroup=subgroups[j]=new Array(n),i=0;i<n;++i)(node=group[i])&&(subnode=select.call(node,node.__data__,i,group))&&("__data__"in node&&(subnode.__data__=node.__data__),subgroup[i]=subnode,schedule(subgroup[i],name,id,i,subgroup,schedule_get(node,id)));return new Transition(subgroups,this._parents,name,id)},selectAll:function(select){ |
| /*ThouShaltNotCache*/ |
| var name=this._name,id=this._id;"function"!=typeof select&&(select=selectorAll(select));for(var groups=this._groups,m=groups.length,subgroups=[],parents=[],j=0;j<m;++j)for(var node,group=groups[j],n=group.length,i=0;i<n;++i)if(node=group[i]){for(var child,children=select.call(node,node.__data__,i,group),inherit=schedule_get(node,id),k=0,l=children.length;k<l;++k)(child=children[k])&&schedule(child,name,id,k,children,inherit);subgroups.push(children),parents.push(node)}return new Transition(subgroups,parents,name,id)},selectChild:selection_prototype.selectChild,selectChildren:selection_prototype.selectChildren,filter:function(match){ |
| /*ThouShaltNotCache*/ |
| "function"!=typeof match&&(match=matcher(match));for(var groups=this._groups,m=groups.length,subgroups=new Array(m),j=0;j<m;++j)for(var node,group=groups[j],n=group.length,subgroup=subgroups[j]=[],i=0;i<n;++i)(node=group[i])&&match.call(node,node.__data__,i,group)&&subgroup.push(node);return new Transition(subgroups,this._parents,this._name,this._id)},merge:function(transition){ |
| /*ThouShaltNotCache*/ |
| if(transition._id!==this._id)throw new Error;for(var groups0=this._groups,groups1=transition._groups,m0=groups0.length,m1=groups1.length,m=Math.min(m0,m1),merges=new Array(m0),j=0;j<m;++j)for(var node,group0=groups0[j],group1=groups1[j],n=group0.length,merge=merges[j]=new Array(n),i=0;i<n;++i)(node=group0[i]||group1[i])&&(merge[i]=node);for(;j<m0;++j)merges[j]=groups0[j];return new Transition(merges,this._parents,this._name,this._id)},selection:function(){ |
| /*ThouShaltNotCache*/ |
| return new selection_Selection(this._groups,this._parents)},transition:function(){for( |
| /*ThouShaltNotCache*/ |
| var name=this._name,id0=this._id,id1=newId(),groups=this._groups,m=groups.length,j=0;j<m;++j)for(var node,group=groups[j],n=group.length,i=0;i<n;++i)if(node=group[i]){var inherit=schedule_get(node,id0);schedule(node,name,id1,i,group,{time:inherit.time+inherit.delay+inherit.duration,delay:0,duration:inherit.duration,ease:inherit.ease})}return new Transition(groups,this._parents,name,id1)},call:selection_prototype.call,nodes:selection_prototype.nodes,node:selection_prototype.node,size:selection_prototype.size,empty:selection_prototype.empty,each:selection_prototype.each,on:function(name,listener){ |
| /*ThouShaltNotCache*/ |
| var id=this._id;return arguments.length<2?schedule_get(this.node(),id).on.on(name):this.each(function(id,name,listener){ |
| /*ThouShaltNotCache*/ |
| var on0,on1,sit=function(name){ |
| /*ThouShaltNotCache*/ |
| return(name+"").trim().split(/^|\s+/).every(function(t){ |
| /*ThouShaltNotCache*/ |
| var i=t.indexOf(".");return i>=0&&(t=t.slice(0,i)),!t||"start"===t})}(name)?init:schedule_set;return function(){ |
| /*ThouShaltNotCache*/ |
| var schedule=sit(this,id),on=schedule.on;on!==on0&&(on1=(on0=on).copy()).on(name,listener),schedule.on=on1}}(id,name,listener))},attr:function(name,value){ |
| /*ThouShaltNotCache*/ |
| var fullname=namespace(name),i="transform"===fullname?interpolateTransformSvg:transition_interpolate;return this.attrTween(name,"function"==typeof value?(fullname.local?attr_attrFunctionNS:attr_attrFunction)(fullname,i,tweenValue(this,"attr."+name,value)):null==value?(fullname.local?attr_attrRemoveNS:attr_attrRemove)(fullname):(fullname.local?attr_attrConstantNS:attr_attrConstant)(fullname,i,value))},attrTween:function(name,value){ |
| /*ThouShaltNotCache*/ |
| var key="attr."+name;if(arguments.length<2)return(key=this.tween(key))&&key._value;if(null==value)return this.tween(key,null);if("function"!=typeof value)throw new Error;var fullname=namespace(name);return this.tween(key,(fullname.local?attrTweenNS:attrTween)(fullname,value))},style:function(name,value,priority){ |
| /*ThouShaltNotCache*/ |
| var i="transform"==(name+="")?interpolateTransformCss:transition_interpolate;return null==value?this.styleTween(name,function(name,interpolate){ |
| /*ThouShaltNotCache*/ |
| var string00,string10,interpolate0;return function(){ |
| /*ThouShaltNotCache*/ |
| var string0=styleValue(this,name),string1=(this.style.removeProperty(name),styleValue(this,name));return string0===string1?null:string0===string00&&string1===string10?interpolate0:interpolate0=interpolate(string00=string0,string10=string1)}}(name,i)).on("end.style."+name,style_styleRemove(name)):"function"==typeof value?this.styleTween(name,function(name,interpolate,value){ |
| /*ThouShaltNotCache*/ |
| var string00,string10,interpolate0;return function(){ |
| /*ThouShaltNotCache*/ |
| var string0=styleValue(this,name),value1=value(this),string1=value1+"";return null==value1&&(this.style.removeProperty(name),string1=value1=styleValue(this,name)),string0===string1?null:string0===string00&&string1===string10?interpolate0:(string10=string1,interpolate0=interpolate(string00=string0,value1))}}(name,i,tweenValue(this,"style."+name,value))).each(function(id,name){ |
| /*ThouShaltNotCache*/ |
| var on0,on1,listener0,remove,key="style."+name,event="end."+key;return function(){ |
| /*ThouShaltNotCache*/ |
| var schedule=schedule_set(this,id),on=schedule.on,listener=null==schedule.value[key]?remove||(remove=style_styleRemove(name)):void 0;on===on0&&listener0===listener||(on1=(on0=on).copy()).on(event,listener0=listener),schedule.on=on1}}(this._id,name)):this.styleTween(name,function(name,interpolate,value1){ |
| /*ThouShaltNotCache*/ |
| var string00,interpolate0,string1=value1+"";return function(){ |
| /*ThouShaltNotCache*/ |
| var string0=styleValue(this,name);return string0===string1?null:string0===string00?interpolate0:interpolate0=interpolate(string00=string0,value1)}}(name,i,value),priority).on("end.style."+name,null)},styleTween:function(name,value,priority){ |
| /*ThouShaltNotCache*/ |
| var key="style."+(name+="");if(arguments.length<2)return(key=this.tween(key))&&key._value;if(null==value)return this.tween(key,null);if("function"!=typeof value)throw new Error;return this.tween(key,function(name,value,priority){ |
| /*ThouShaltNotCache*/ |
| var t,i0;function tween(){ |
| /*ThouShaltNotCache*/ |
| var i=value.apply(this,arguments);return i!==i0&&(t=(i0=i)&&function(name,i,priority){ |
| /*ThouShaltNotCache*/ |
| return function(t){ |
| /*ThouShaltNotCache*/ |
| this.style.setProperty(name,i.call(this,t),priority)}}(name,i,priority)),t}return tween._value=value,tween}(name,value,null==priority?"":priority))},text:function(value){ |
| /*ThouShaltNotCache*/ |
| return this.tween("text","function"==typeof value?function(value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var value1=value(this);this.textContent=null==value1?"":value1}}(tweenValue(this,"text",value)):function(value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| this.textContent=value}}(null==value?"":value+""))},textTween:function(value){ |
| /*ThouShaltNotCache*/ |
| var key="text";if(arguments.length<1)return(key=this.tween(key))&&key._value;if(null==value)return this.tween(key,null);if("function"!=typeof value)throw new Error;return this.tween(key,function(value){ |
| /*ThouShaltNotCache*/ |
| var t0,i0;function tween(){ |
| /*ThouShaltNotCache*/ |
| var i=value.apply(this,arguments);return i!==i0&&(t0=(i0=i)&&function(i){ |
| /*ThouShaltNotCache*/ |
| return function(t){ |
| /*ThouShaltNotCache*/ |
| this.textContent=i.call(this,t)}}(i)),t0}return tween._value=value,tween}(value))},remove:function(){ |
| /*ThouShaltNotCache*/ |
| return this.on("end.remove",function(id){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var parent=this.parentNode;for(var i in this.__transition)if(+i!==id)return;parent&&parent.removeChild(this)}}(this._id))},tween:function(name,value){ |
| /*ThouShaltNotCache*/ |
| var id=this._id;if(name+="",arguments.length<2){for(var t,tween=schedule_get(this.node(),id).tween,i=0,n=tween.length;i<n;++i)if((t=tween[i]).name===name)return t.value;return null}return this.each((null==value?tweenRemove:tweenFunction)(id,name,value))},delay:function(value){ |
| /*ThouShaltNotCache*/ |
| var id=this._id;return arguments.length?this.each(("function"==typeof value?delayFunction:delayConstant)(id,value)):schedule_get(this.node(),id).delay},duration:function(value){ |
| /*ThouShaltNotCache*/ |
| var id=this._id;return arguments.length?this.each(("function"==typeof value?durationFunction:durationConstant)(id,value)):schedule_get(this.node(),id).duration},ease:function(value){ |
| /*ThouShaltNotCache*/ |
| var id=this._id;return arguments.length?this.each(function(id,value){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof value)throw new Error;return function(){ |
| /*ThouShaltNotCache*/ |
| schedule_set(this,id).ease=value}}(id,value)):schedule_get(this.node(),id).ease},easeVarying:function(value){ |
| /*ThouShaltNotCache*/ |
| if("function"!=typeof value)throw new Error;return this.each(function(id,value){ |
| /*ThouShaltNotCache*/ |
| return function(){ |
| /*ThouShaltNotCache*/ |
| var v=value.apply(this,arguments);if("function"!=typeof v)throw new Error;schedule_set(this,id).ease=v}}(this._id,value))},end:function(){ |
| /*ThouShaltNotCache*/ |
| var on0,on1,that=this,id=that._id,size=that.size();return new Promise(function(resolve,reject){ |
| /*ThouShaltNotCache*/ |
| var cancel={value:reject},end={value:function(){ |
| /*ThouShaltNotCache*/ |
| 0===--size&&resolve()}};that.each(function(){ |
| /*ThouShaltNotCache*/ |
| var schedule=schedule_set(this,id),on=schedule.on;on!==on0&&((on1=(on0=on).copy())._.cancel.push(cancel),on1._.interrupt.push(cancel),on1._.end.push(end)),schedule.on=on1}),0===size&&resolve()})},[Symbol.iterator]:selection_prototype[Symbol.iterator]};var defaultTiming={time:null,delay:0,duration:250,ease:function(t){ |
| /*ThouShaltNotCache*/ |
| return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}};function inherit(node,id){for( |
| /*ThouShaltNotCache*/ |
| var timing;!(timing=node.__transition)||!(timing=timing[id]);)if(!(node=node.parentNode))throw new Error(`transition ${id} not found`);return timing}src_selection.prototype.interrupt=function(name){ |
| /*ThouShaltNotCache*/ |
| return this.each(function(){ |
| /*ThouShaltNotCache*/ |
| !function(node,name){ |
| /*ThouShaltNotCache*/ |
| var schedule,active,i,schedules=node.__transition,empty=!0;if(schedules){for(i in name=null==name?null:name+"",schedules)(schedule=schedules[i]).name===name?(active=schedule.state>2&&schedule.state<5,schedule.state=6,schedule.timer.stop(),schedule.on.call(active?"interrupt":"cancel",node,node.__data__,schedule.index,schedule.group),delete schedules[i]):empty=!1;empty&&delete node.__transition}}(this,name)})},src_selection.prototype.transition=function(name){ |
| /*ThouShaltNotCache*/ |
| var id,timing;name instanceof Transition?(id=name._id,name=name._name):(id=newId(),(timing=defaultTiming).time=now(),name=null==name?null:name+"");for(var groups=this._groups,m=groups.length,j=0;j<m;++j)for(var node,group=groups[j],n=group.length,i=0;i<n;++i)(node=group[i])&&schedule(node,name,id,i,group,timing||inherit(node,id));return new Transition(groups,this._parents,name,id)};const{abs,max,min}=Math;function number1(e){ |
| /*ThouShaltNotCache*/ |
| return[+e[0],+e[1]]}function number2(e){ |
| /*ThouShaltNotCache*/ |
| return[number1(e[0]),number1(e[1])]}["w","e"].map(type),["n","s"].map(type),["n","w","e","s","nw","ne","sw","se"].map(type);function type(t){ |
| /*ThouShaltNotCache*/ |
| return{type:t}}function util_sum(elen,e,flen,f,h){ |
| /*ThouShaltNotCache*/ |
| let Q,Qnew,hh,bvirt,enow=e[0],fnow=f[0],eindex=0,findex=0;fnow>enow==fnow>-enow?(Q=enow,enow=e[++eindex]):(Q=fnow,fnow=f[++findex]);let hindex=0;if(eindex<elen&&findex<flen)for(fnow>enow==fnow>-enow?(Qnew=enow+Q,hh=Q-(Qnew-enow),enow=e[++eindex]):(Qnew=fnow+Q,hh=Q-(Qnew-fnow),fnow=f[++findex]),Q=Qnew,0!==hh&&(h[hindex++]=hh);eindex<elen&&findex<flen;)fnow>enow==fnow>-enow?(Qnew=Q+enow,bvirt=Qnew-Q,hh=Q-(Qnew-bvirt)+(enow-bvirt),enow=e[++eindex]):(Qnew=Q+fnow,bvirt=Qnew-Q,hh=Q-(Qnew-bvirt)+(fnow-bvirt),fnow=f[++findex]),Q=Qnew,0!==hh&&(h[hindex++]=hh);for(;eindex<elen;)Qnew=Q+enow,bvirt=Qnew-Q,hh=Q-(Qnew-bvirt)+(enow-bvirt),enow=e[++eindex],Q=Qnew,0!==hh&&(h[hindex++]=hh);for(;findex<flen;)Qnew=Q+fnow,bvirt=Qnew-Q,hh=Q-(Qnew-bvirt)+(fnow-bvirt),fnow=f[++findex],Q=Qnew,0!==hh&&(h[hindex++]=hh);return 0===Q&&0!==hindex||(h[hindex++]=Q),hindex}function vec(n){ |
| /*ThouShaltNotCache*/ |
| return new Float64Array(n)}const B=vec(4),C1=vec(8),C2=vec(12),D=vec(16),u=vec(4);function orient2d(ax,ay,bx,by,cx,cy){ |
| /*ThouShaltNotCache*/ |
| const detleft=(ay-cy)*(bx-cx),detright=(ax-cx)*(by-cy),det=detleft-detright,detsum=Math.abs(detleft+detright);return Math.abs(det)>=33306690738754716e-32*detsum?det:-function(ax,ay,bx,by,cx,cy,detsum){ |
| /*ThouShaltNotCache*/ |
| let acxtail,acytail,bcxtail,bcytail,bvirt,c,ahi,alo,bhi,blo,_i,_j,_0,s1,s0,t1,t0,u3;const acx=ax-cx,bcx=bx-cx,acy=ay-cy,bcy=by-cy;s1=acx*bcy,c=134217729*acx,ahi=c-(c-acx),alo=acx-ahi,c=134217729*bcy,bhi=c-(c-bcy),blo=bcy-bhi,s0=alo*blo-(s1-ahi*bhi-alo*bhi-ahi*blo),t1=acy*bcx,c=134217729*acy,ahi=c-(c-acy),alo=acy-ahi,c=134217729*bcx,bhi=c-(c-bcx),blo=bcx-bhi,t0=alo*blo-(t1-ahi*bhi-alo*bhi-ahi*blo),_i=s0-t0,bvirt=s0-_i,B[0]=s0-(_i+bvirt)+(bvirt-t0),_j=s1+_i,bvirt=_j-s1,_0=s1-(_j-bvirt)+(_i-bvirt),_i=_0-t1,bvirt=_0-_i,B[1]=_0-(_i+bvirt)+(bvirt-t1),u3=_j+_i,bvirt=u3-_j,B[2]=_j-(u3-bvirt)+(_i-bvirt),B[3]=u3;let det=function(elen,e){ |
| /*ThouShaltNotCache*/ |
| let Q=e[0];for(let i=1;i<elen;i++)Q+=e[i];return Q}(4,B),errbound=22204460492503146e-32*detsum;if(det>=errbound||-det>=errbound)return det;if(bvirt=ax-acx,acxtail=ax-(acx+bvirt)+(bvirt-cx),bvirt=bx-bcx,bcxtail=bx-(bcx+bvirt)+(bvirt-cx),bvirt=ay-acy,acytail=ay-(acy+bvirt)+(bvirt-cy),bvirt=by-bcy,bcytail=by-(bcy+bvirt)+(bvirt-cy),0===acxtail&&0===acytail&&0===bcxtail&&0===bcytail)return det;if(errbound=11093356479670487e-47*detsum+33306690738754706e-32*Math.abs(det),det+=acx*bcytail+bcy*acxtail-(acy*bcxtail+bcx*acytail),det>=errbound||-det>=errbound)return det;s1=acxtail*bcy,c=134217729*acxtail,ahi=c-(c-acxtail),alo=acxtail-ahi,c=134217729*bcy,bhi=c-(c-bcy),blo=bcy-bhi,s0=alo*blo-(s1-ahi*bhi-alo*bhi-ahi*blo),t1=acytail*bcx,c=134217729*acytail,ahi=c-(c-acytail),alo=acytail-ahi,c=134217729*bcx,bhi=c-(c-bcx),blo=bcx-bhi,t0=alo*blo-(t1-ahi*bhi-alo*bhi-ahi*blo),_i=s0-t0,bvirt=s0-_i,u[0]=s0-(_i+bvirt)+(bvirt-t0),_j=s1+_i,bvirt=_j-s1,_0=s1-(_j-bvirt)+(_i-bvirt),_i=_0-t1,bvirt=_0-_i,u[1]=_0-(_i+bvirt)+(bvirt-t1),u3=_j+_i,bvirt=u3-_j,u[2]=_j-(u3-bvirt)+(_i-bvirt),u[3]=u3;const C1len=util_sum(4,B,4,u,C1);s1=acx*bcytail,c=134217729*acx,ahi=c-(c-acx),alo=acx-ahi,c=134217729*bcytail,bhi=c-(c-bcytail),blo=bcytail-bhi,s0=alo*blo-(s1-ahi*bhi-alo*bhi-ahi*blo),t1=acy*bcxtail,c=134217729*acy,ahi=c-(c-acy),alo=acy-ahi,c=134217729*bcxtail,bhi=c-(c-bcxtail),blo=bcxtail-bhi,t0=alo*blo-(t1-ahi*bhi-alo*bhi-ahi*blo),_i=s0-t0,bvirt=s0-_i,u[0]=s0-(_i+bvirt)+(bvirt-t0),_j=s1+_i,bvirt=_j-s1,_0=s1-(_j-bvirt)+(_i-bvirt),_i=_0-t1,bvirt=_0-_i,u[1]=_0-(_i+bvirt)+(bvirt-t1),u3=_j+_i,bvirt=u3-_j,u[2]=_j-(u3-bvirt)+(_i-bvirt),u[3]=u3;const C2len=util_sum(C1len,C1,4,u,C2);s1=acxtail*bcytail,c=134217729*acxtail,ahi=c-(c-acxtail),alo=acxtail-ahi,c=134217729*bcytail,bhi=c-(c-bcytail),blo=bcytail-bhi,s0=alo*blo-(s1-ahi*bhi-alo*bhi-ahi*blo),t1=acytail*bcxtail,c=134217729*acytail,ahi=c-(c-acytail),alo=acytail-ahi,c=134217729*bcxtail,bhi=c-(c-bcxtail),blo=bcxtail-bhi,t0=alo*blo-(t1-ahi*bhi-alo*bhi-ahi*blo),_i=s0-t0,bvirt=s0-_i,u[0]=s0-(_i+bvirt)+(bvirt-t0),_j=s1+_i,bvirt=_j-s1,_0=s1-(_j-bvirt)+(_i-bvirt),_i=_0-t1,bvirt=_0-_i,u[1]=_0-(_i+bvirt)+(bvirt-t1),u3=_j+_i,bvirt=u3-_j,u[2]=_j-(u3-bvirt)+(_i-bvirt),u[3]=u3;const Dlen=util_sum(C2len,C2,4,u,D);return D[Dlen-1]}(ax,ay,bx,by,cx,cy,detsum)}vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(8),vec(8),vec(8),vec(4),vec(8),vec(8),vec(8),vec(12);vec(192),vec(192);vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(8),vec(8),vec(8),vec(8),vec(8),vec(8),vec(8),vec(8),vec(8),vec(4),vec(4),vec(4),vec(8),vec(16),vec(16),vec(16),vec(32),vec(32),vec(48),vec(64);vec(1152),vec(1152);vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(4),vec(24),vec(24),vec(24),vec(24),vec(24),vec(24),vec(24),vec(24),vec(24),vec(24),vec(1152),vec(1152),vec(1152),vec(1152),vec(1152),vec(2304),vec(2304),vec(3456),vec(5760),vec(8),vec(8),vec(8),vec(16),vec(24),vec(48),vec(48),vec(96),vec(192),vec(384),vec(384),vec(384),vec(768);vec(96),vec(96),vec(96),vec(1152);const EPSILON=Math.pow(2,-52),EDGE_STACK=new Uint32Array(512);class Delaunator{static from(points,getX=defaultGetX,getY=defaultGetY){ |
| /*ThouShaltNotCache*/ |
| const n=points.length,coords=new Float64Array(2*n);for(let i=0;i<n;i++){const p=points[i];coords[2*i]=getX(p),coords[2*i+1]=getY(p)}return new Delaunator(coords)}constructor(coords){ |
| /*ThouShaltNotCache*/ |
| const n=coords.length>>1;if(n>0&&"number"!=typeof coords[0])throw new Error("Expected coords to contain numbers.");this.coords=coords;const maxTriangles=Math.max(2*n-5,0);this._triangles=new Uint32Array(3*maxTriangles),this._halfedges=new Int32Array(3*maxTriangles),this._hashSize=Math.ceil(Math.sqrt(n)),this._hullPrev=new Uint32Array(n),this._hullNext=new Uint32Array(n),this._hullTri=new Uint32Array(n),this._hullHash=new Int32Array(this._hashSize),this._ids=new Uint32Array(n),this._dists=new Float64Array(n),this.update()}update(){ |
| /*ThouShaltNotCache*/ |
| const{coords,_hullPrev:hullPrev,_hullNext:hullNext,_hullTri:hullTri,_hullHash:hullHash}=this,n=coords.length>>1;let minX=1/0,minY=1/0,maxX=-1/0,maxY=-1/0;for(let i=0;i<n;i++){const x=coords[2*i],y=coords[2*i+1];x<minX&&(minX=x),y<minY&&(minY=y),x>maxX&&(maxX=x),y>maxY&&(maxY=y),this._ids[i]=i}const cx=(minX+maxX)/2,cy=(minY+maxY)/2;let i0,i1,i2;for(let i=0,minDist=1/0;i<n;i++){const d=dist(cx,cy,coords[2*i],coords[2*i+1]);d<minDist&&(i0=i,minDist=d)}const i0x=coords[2*i0],i0y=coords[2*i0+1];for(let i=0,minDist=1/0;i<n;i++){if(i===i0)continue;const d=dist(i0x,i0y,coords[2*i],coords[2*i+1]);d<minDist&&d>0&&(i1=i,minDist=d)}let i1x=coords[2*i1],i1y=coords[2*i1+1],minRadius=1/0;for(let i=0;i<n;i++){if(i===i0||i===i1)continue;const r=circumradius(i0x,i0y,i1x,i1y,coords[2*i],coords[2*i+1]);r<minRadius&&(i2=i,minRadius=r)}let i2x=coords[2*i2],i2y=coords[2*i2+1];if(minRadius===1/0){for(let i=0;i<n;i++)this._dists[i]=coords[2*i]-coords[0]||coords[2*i+1]-coords[1];quicksort(this._ids,this._dists,0,n-1);const hull=new Uint32Array(n);let j=0;for(let i=0,d0=-1/0;i<n;i++){const id=this._ids[i],d=this._dists[id];d>d0&&(hull[j++]=id,d0=d)}return this.hull=hull.subarray(0,j),this.triangles=new Uint32Array(0),void(this.halfedges=new Uint32Array(0))}if(orient2d(i0x,i0y,i1x,i1y,i2x,i2y)<0){const i=i1,x=i1x,y=i1y;i1=i2,i1x=i2x,i1y=i2y,i2=i,i2x=x,i2y=y}const center=function(ax,ay,bx,by,cx,cy){ |
| /*ThouShaltNotCache*/ |
| const dx=bx-ax,dy=by-ay,ex=cx-ax,ey=cy-ay,bl=dx*dx+dy*dy,cl=ex*ex+ey*ey,d=.5/(dx*ey-dy*ex);return{x:ax+(ey*bl-dy*cl)*d,y:ay+(dx*cl-ex*bl)*d}}(i0x,i0y,i1x,i1y,i2x,i2y);this._cx=center.x,this._cy=center.y;for(let i=0;i<n;i++)this._dists[i]=dist(coords[2*i],coords[2*i+1],center.x,center.y);quicksort(this._ids,this._dists,0,n-1),this._hullStart=i0;let hullSize=3;hullNext[i0]=hullPrev[i2]=i1,hullNext[i1]=hullPrev[i0]=i2,hullNext[i2]=hullPrev[i1]=i0,hullTri[i0]=0,hullTri[i1]=1,hullTri[i2]=2,hullHash.fill(-1),hullHash[this._hashKey(i0x,i0y)]=i0,hullHash[this._hashKey(i1x,i1y)]=i1,hullHash[this._hashKey(i2x,i2y)]=i2,this.trianglesLen=0,this._addTriangle(i0,i1,i2,-1,-1,-1);for(let xp,yp,k=0;k<this._ids.length;k++){const i=this._ids[k],x=coords[2*i],y=coords[2*i+1];if(k>0&&Math.abs(x-xp)<=EPSILON&&Math.abs(y-yp)<=EPSILON)continue;if(xp=x,yp=y,i===i0||i===i1||i===i2)continue;let start=0;for(let j=0,key=this._hashKey(x,y);j<this._hashSize&&(start=hullHash[(key+j)%this._hashSize],-1===start||start===hullNext[start]);j++);start=hullPrev[start];let q,e=start;for(;q=hullNext[e],orient2d(x,y,coords[2*e],coords[2*e+1],coords[2*q],coords[2*q+1])>=0;)if(e=q,e===start){e=-1;break}if(-1===e)continue;let t=this._addTriangle(e,i,hullNext[e],-1,-1,hullTri[e]);hullTri[i]=this._legalize(t+2),hullTri[e]=t,hullSize++;let n=hullNext[e];for(;q=hullNext[n],orient2d(x,y,coords[2*n],coords[2*n+1],coords[2*q],coords[2*q+1])<0;)t=this._addTriangle(n,i,q,hullTri[i],-1,hullTri[n]),hullTri[i]=this._legalize(t+2),hullNext[n]=n,hullSize--,n=q;if(e===start)for(;q=hullPrev[e],orient2d(x,y,coords[2*q],coords[2*q+1],coords[2*e],coords[2*e+1])<0;)t=this._addTriangle(q,i,e,-1,hullTri[e],hullTri[q]),this._legalize(t+2),hullTri[q]=t,hullNext[e]=e,hullSize--,e=q;this._hullStart=hullPrev[i]=e,hullNext[e]=hullPrev[n]=i,hullNext[i]=n,hullHash[this._hashKey(x,y)]=i,hullHash[this._hashKey(coords[2*e],coords[2*e+1])]=e}this.hull=new Uint32Array(hullSize);for(let i=0,e=this._hullStart;i<hullSize;i++)this.hull[i]=e,e=hullNext[e];this.triangles=this._triangles.subarray(0,this.trianglesLen),this.halfedges=this._halfedges.subarray(0,this.trianglesLen)}_hashKey(x,y){ |
| /*ThouShaltNotCache*/ |
| return Math.floor(function(dx,dy){ |
| /*ThouShaltNotCache*/ |
| const p=dx/(Math.abs(dx)+Math.abs(dy));return(dy>0?3-p:1+p)/4}(x-this._cx,y-this._cy)*this._hashSize)%this._hashSize}_legalize(a){ |
| /*ThouShaltNotCache*/ |
| const{_triangles:triangles,_halfedges:halfedges,coords}=this;let i=0,ar=0;for(;;){const b=halfedges[a],a0=a-a%3;if(ar=a0+(a+2)%3,-1===b){if(0===i)break;a=EDGE_STACK[--i];continue}const b0=b-b%3,al=a0+(a+1)%3,bl=b0+(b+2)%3,p0=triangles[ar],pr=triangles[a],pl=triangles[al],p1=triangles[bl];if(inCircle(coords[2*p0],coords[2*p0+1],coords[2*pr],coords[2*pr+1],coords[2*pl],coords[2*pl+1],coords[2*p1],coords[2*p1+1])){triangles[a]=p1,triangles[b]=p0;const hbl=halfedges[bl];if(-1===hbl){let e=this._hullStart;do{if(this._hullTri[e]===bl){this._hullTri[e]=a;break}e=this._hullPrev[e]}while(e!==this._hullStart)}this._link(a,hbl),this._link(b,halfedges[ar]),this._link(ar,bl);const br=b0+(b+1)%3;i<EDGE_STACK.length&&(EDGE_STACK[i++]=br)}else{if(0===i)break;a=EDGE_STACK[--i]}}return ar}_link(a,b){ |
| /*ThouShaltNotCache*/ |
| this._halfedges[a]=b,-1!==b&&(this._halfedges[b]=a)}_addTriangle(i0,i1,i2,a,b,c){ |
| /*ThouShaltNotCache*/ |
| const t=this.trianglesLen;return this._triangles[t]=i0,this._triangles[t+1]=i1,this._triangles[t+2]=i2,this._link(t,a),this._link(t+1,b),this._link(t+2,c),this.trianglesLen+=3,t}}function dist(ax,ay,bx,by){ |
| /*ThouShaltNotCache*/ |
| const dx=ax-bx,dy=ay-by;return dx*dx+dy*dy}function inCircle(ax,ay,bx,by,cx,cy,px,py){ |
| /*ThouShaltNotCache*/ |
| const dx=ax-px,dy=ay-py,ex=bx-px,ey=by-py,fx=cx-px,fy=cy-py,bp=ex*ex+ey*ey,cp=fx*fx+fy*fy;return dx*(ey*cp-bp*fy)-dy*(ex*cp-bp*fx)+(dx*dx+dy*dy)*(ex*fy-ey*fx)<0}function circumradius(ax,ay,bx,by,cx,cy){ |
| /*ThouShaltNotCache*/ |
| const dx=bx-ax,dy=by-ay,ex=cx-ax,ey=cy-ay,bl=dx*dx+dy*dy,cl=ex*ex+ey*ey,d=.5/(dx*ey-dy*ex),x=(ey*bl-dy*cl)*d,y=(dx*cl-ex*bl)*d;return x*x+y*y}function quicksort(ids,dists,left,right){ |
| /*ThouShaltNotCache*/ |
| if(right-left<=20)for(let i=left+1;i<=right;i++){const temp=ids[i],tempDist=dists[temp];let j=i-1;for(;j>=left&&dists[ids[j]]>tempDist;)ids[j+1]=ids[j--];ids[j+1]=temp}else{let i=left+1,j=right;swap(ids,left+right>>1,i),dists[ids[left]]>dists[ids[right]]&&swap(ids,left,right),dists[ids[i]]>dists[ids[right]]&&swap(ids,i,right),dists[ids[left]]>dists[ids[i]]&&swap(ids,left,i);const temp=ids[i],tempDist=dists[temp];for(;;){do{i++}while(dists[ids[i]]<tempDist);do{j--}while(dists[ids[j]]>tempDist);if(j<i)break;swap(ids,i,j)}ids[left+1]=ids[j],ids[j]=temp,right-i+1>=j-left?(quicksort(ids,dists,i,right),quicksort(ids,dists,left,j-1)):(quicksort(ids,dists,left,j-1),quicksort(ids,dists,i,right))}}function swap(arr,i,j){ |
| /*ThouShaltNotCache*/ |
| const tmp=arr[i];arr[i]=arr[j],arr[j]=tmp}function defaultGetX(p){ |
| /*ThouShaltNotCache*/ |
| return p[0]}function defaultGetY(p){ |
| /*ThouShaltNotCache*/ |
| return p[1]}class Path{constructor(){ |
| /*ThouShaltNotCache*/ |
| this._x0=this._y0=this._x1=this._y1=null,this._=""}moveTo(x,y){ |
| /*ThouShaltNotCache*/ |
| this._+=`M${this._x0=this._x1=+x},${this._y0=this._y1=+y}`}closePath(){ |
| /*ThouShaltNotCache*/ |
| null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")}lineTo(x,y){ |
| /*ThouShaltNotCache*/ |
| this._+=`L${this._x1=+x},${this._y1=+y}`}arc(x,y,r){const x0=( |
| /*ThouShaltNotCache*/ |
| x=+x)+(r=+r),y0=y=+y;if(r<0)throw new Error("negative radius");null===this._x1?this._+=`M${x0},${y0}`:(Math.abs(this._x1-x0)>1e-6||Math.abs(this._y1-y0)>1e-6)&&(this._+="L"+x0+","+y0),r&&(this._+=`A${r},${r},0,1,1,${x-r},${y}A${r},${r},0,1,1,${this._x1=x0},${this._y1=y0}`)}rect(x,y,w,h){ |
| /*ThouShaltNotCache*/ |
| this._+=`M${this._x0=this._x1=+x},${this._y0=this._y1=+y}h${+w}v${+h}h${-w}Z`}value(){ |
| /*ThouShaltNotCache*/ |
| return this._||null}}class Polygon{constructor(){ |
| /*ThouShaltNotCache*/ |
| this._=[]}moveTo(x,y){ |
| /*ThouShaltNotCache*/ |
| this._.push([x,y])}closePath(){ |
| /*ThouShaltNotCache*/ |
| this._.push(this._[0].slice())}lineTo(x,y){ |
| /*ThouShaltNotCache*/ |
| this._.push([x,y])}value(){ |
| /*ThouShaltNotCache*/ |
| return this._.length?this._:null}}class Voronoi{constructor(delaunay,[xmin,ymin,xmax,ymax]=[0,0,960,500]){ |
| /*ThouShaltNotCache*/ |
| if(!((xmax=+xmax)>=(xmin=+xmin)&&(ymax=+ymax)>=(ymin=+ymin)))throw new Error("invalid bounds");this.delaunay=delaunay,this._circumcenters=new Float64Array(2*delaunay.points.length),this.vectors=new Float64Array(2*delaunay.points.length),this.xmax=xmax,this.xmin=xmin,this.ymax=ymax,this.ymin=ymin,this._init()}update(){ |
| /*ThouShaltNotCache*/ |
| return this.delaunay.update(),this._init(),this}_init(){ |
| /*ThouShaltNotCache*/ |
| const{delaunay:{points,hull,triangles},vectors}=this;let bx,by;const circumcenters=this.circumcenters=this._circumcenters.subarray(0,triangles.length/3*2);for(let x,y,i=0,j=0,n=triangles.length;i<n;i+=3,j+=2){const t1=2*triangles[i],t2=2*triangles[i+1],t3=2*triangles[i+2],x1=points[t1],y1=points[t1+1],x2=points[t2],y2=points[t2+1],x3=points[t3],y3=points[t3+1],dx=x2-x1,dy=y2-y1,ex=x3-x1,ey=y3-y1,ab=2*(dx*ey-dy*ex);if(Math.abs(ab)<1e-9){if(void 0===bx){bx=by=0;for(const i of hull)bx+=points[2*i],by+=points[2*i+1];bx/=hull.length,by/=hull.length}const a=1e9*Math.sign((bx-x1)*ey-(by-y1)*ex);x=(x1+x3)/2-a*ey,y=(y1+y3)/2+a*ex}else{const d=1/ab,bl=dx*dx+dy*dy,cl=ex*ex+ey*ey;x=x1+(ey*bl-dy*cl)*d,y=y1+(dx*cl-ex*bl)*d}circumcenters[j]=x,circumcenters[j+1]=y}let p0,x0,y0,h=hull[hull.length-1],p1=4*h,x1=points[2*h],y1=points[2*h+1];vectors.fill(0);for(let i=0;i<hull.length;++i)h=hull[i],p0=p1,x0=x1,y0=y1,p1=4*h,x1=points[2*h],y1=points[2*h+1],vectors[p0+2]=vectors[p1]=y0-y1,vectors[p0+3]=vectors[p1+1]=x1-x0}render(context){ |
| /*ThouShaltNotCache*/ |
| const buffer=null==context?context=new Path:void 0,{delaunay:{halfedges,inedges,hull},circumcenters,vectors}=this;if(hull.length<=1)return null;for(let i=0,n=halfedges.length;i<n;++i){const j=halfedges[i];if(j<i)continue;const ti=2*Math.floor(i/3),tj=2*Math.floor(j/3),xi=circumcenters[ti],yi=circumcenters[ti+1],xj=circumcenters[tj],yj=circumcenters[tj+1];this._renderSegment(xi,yi,xj,yj,context)}let h0,h1=hull[hull.length-1];for(let i=0;i<hull.length;++i){h0=h1,h1=hull[i];const t=2*Math.floor(inedges[h1]/3),x=circumcenters[t],y=circumcenters[t+1],v=4*h0,p=this._project(x,y,vectors[v+2],vectors[v+3]);p&&this._renderSegment(x,y,p[0],p[1],context)}return buffer&&buffer.value()}renderBounds(context){ |
| /*ThouShaltNotCache*/ |
| const buffer=null==context?context=new Path:void 0;return context.rect(this.xmin,this.ymin,this.xmax-this.xmin,this.ymax-this.ymin),buffer&&buffer.value()}renderCell(i,context){ |
| /*ThouShaltNotCache*/ |
| const buffer=null==context?context=new Path:void 0,points=this._clip(i);if(null===points||!points.length)return;context.moveTo(points[0],points[1]);let n=points.length;for(;points[0]===points[n-2]&&points[1]===points[n-1]&&n>1;)n-=2;for(let i=2;i<n;i+=2)points[i]===points[i-2]&&points[i+1]===points[i-1]||context.lineTo(points[i],points[i+1]);return context.closePath(),buffer&&buffer.value()}*cellPolygons(){ |
| /*ThouShaltNotCache*/ |
| const{delaunay:{points}}=this;for(let i=0,n=points.length/2;i<n;++i){const cell=this.cellPolygon(i);cell&&(cell.index=i,yield cell)}}cellPolygon(i){ |
| /*ThouShaltNotCache*/ |
| const polygon=new Polygon;return this.renderCell(i,polygon),polygon.value()}_renderSegment(x0,y0,x1,y1,context){ |
| /*ThouShaltNotCache*/ |
| let S;const c0=this._regioncode(x0,y0),c1=this._regioncode(x1,y1);0===c0&&0===c1?(context.moveTo(x0,y0),context.lineTo(x1,y1)):(S=this._clipSegment(x0,y0,x1,y1,c0,c1))&&(context.moveTo(S[0],S[1]),context.lineTo(S[2],S[3]))}contains(i,x,y){ |
| /*ThouShaltNotCache*/ |
| return(x=+x)==x&&(y=+y)==y&&this.delaunay._step(i,x,y)===i}*neighbors(i){ |
| /*ThouShaltNotCache*/ |
| const ci=this._clip(i);if(ci)for(const j of this.delaunay.neighbors(i)){const cj=this._clip(j);if(cj)loop:for(let ai=0,li=ci.length;ai<li;ai+=2)for(let aj=0,lj=cj.length;aj<lj;aj+=2)if(ci[ai]===cj[aj]&&ci[ai+1]===cj[aj+1]&&ci[(ai+2)%li]===cj[(aj+lj-2)%lj]&&ci[(ai+3)%li]===cj[(aj+lj-1)%lj]){yield j;break loop}}}_cell(i){ |
| /*ThouShaltNotCache*/ |
| const{circumcenters,delaunay:{inedges,halfedges,triangles}}=this,e0=inedges[i];if(-1===e0)return null;const points=[];let e=e0;do{const t=Math.floor(e/3);if(points.push(circumcenters[2*t],circumcenters[2*t+1]),e=e%3==2?e-2:e+1,triangles[e]!==i)break;e=halfedges[e]}while(e!==e0&&-1!==e);return points}_clip(i){ |
| /*ThouShaltNotCache*/ |
| if(0===i&&1===this.delaunay.hull.length)return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];const points=this._cell(i);if(null===points)return null;const{vectors:V}=this,v=4*i;return this._simplify(V[v]||V[v+1]?this._clipInfinite(i,points,V[v],V[v+1],V[v+2],V[v+3]):this._clipFinite(i,points))}_clipFinite(i,points){ |
| /*ThouShaltNotCache*/ |
| const n=points.length;let x0,y0,c0,e0,P=null,x1=points[n-2],y1=points[n-1],c1=this._regioncode(x1,y1),e1=0;for(let j=0;j<n;j+=2)if(x0=x1,y0=y1,x1=points[j],y1=points[j+1],c0=c1,c1=this._regioncode(x1,y1),0===c0&&0===c1)e0=e1,e1=0,P?P.push(x1,y1):P=[x1,y1];else{let S,sx0,sy0,sx1,sy1;if(0===c0){if(null===(S=this._clipSegment(x0,y0,x1,y1,c0,c1)))continue;[sx0,sy0,sx1,sy1]=S}else{if(null===(S=this._clipSegment(x1,y1,x0,y0,c1,c0)))continue;[sx1,sy1,sx0,sy0]=S,e0=e1,e1=this._edgecode(sx0,sy0),e0&&e1&&this._edge(i,e0,e1,P,P.length),P?P.push(sx0,sy0):P=[sx0,sy0]}e0=e1,e1=this._edgecode(sx1,sy1),e0&&e1&&this._edge(i,e0,e1,P,P.length),P?P.push(sx1,sy1):P=[sx1,sy1]}if(P)e0=e1,e1=this._edgecode(P[0],P[1]),e0&&e1&&this._edge(i,e0,e1,P,P.length);else if(this.contains(i,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2))return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];return P}_clipSegment(x0,y0,x1,y1,c0,c1){ |
| /*ThouShaltNotCache*/ |
| const flip=c0<c1;for(flip&&([x0,y0,x1,y1,c0,c1]=[x1,y1,x0,y0,c1,c0]);;){if(0===c0&&0===c1)return flip?[x1,y1,x0,y0]:[x0,y0,x1,y1];if(c0&c1)return null;let x,y,c=c0||c1;8&c?(x=x0+(x1-x0)*(this.ymax-y0)/(y1-y0),y=this.ymax):4&c?(x=x0+(x1-x0)*(this.ymin-y0)/(y1-y0),y=this.ymin):2&c?(y=y0+(y1-y0)*(this.xmax-x0)/(x1-x0),x=this.xmax):(y=y0+(y1-y0)*(this.xmin-x0)/(x1-x0),x=this.xmin),c0?(x0=x,y0=y,c0=this._regioncode(x0,y0)):(x1=x,y1=y,c1=this._regioncode(x1,y1))}}_clipInfinite(i,points,vx0,vy0,vxn,vyn){ |
| /*ThouShaltNotCache*/ |
| let p,P=Array.from(points);if((p=this._project(P[0],P[1],vx0,vy0))&&P.unshift(p[0],p[1]),(p=this._project(P[P.length-2],P[P.length-1],vxn,vyn))&&P.push(p[0],p[1]),P=this._clipFinite(i,P))for(let c0,j=0,n=P.length,c1=this._edgecode(P[n-2],P[n-1]);j<n;j+=2)c0=c1,c1=this._edgecode(P[j],P[j+1]),c0&&c1&&(j=this._edge(i,c0,c1,P,j),n=P.length);else this.contains(i,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2)&&(P=[this.xmin,this.ymin,this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax]);return P}_edge(i,e0,e1,P,j){ |
| /*ThouShaltNotCache*/ |
| for(;e0!==e1;){let x,y;switch(e0){case 5:e0=4;continue;case 4:e0=6,x=this.xmax,y=this.ymin;break;case 6:e0=2;continue;case 2:e0=10,x=this.xmax,y=this.ymax;break;case 10:e0=8;continue;case 8:e0=9,x=this.xmin,y=this.ymax;break;case 9:e0=1;continue;case 1:e0=5,x=this.xmin,y=this.ymin}P[j]===x&&P[j+1]===y||!this.contains(i,x,y)||(P.splice(j,0,x,y),j+=2)}return j}_project(x0,y0,vx,vy){ |
| /*ThouShaltNotCache*/ |
| let c,x,y,t=1/0;if(vy<0){if(y0<=this.ymin)return null;(c=(this.ymin-y0)/vy)<t&&(y=this.ymin,x=x0+(t=c)*vx)}else if(vy>0){if(y0>=this.ymax)return null;(c=(this.ymax-y0)/vy)<t&&(y=this.ymax,x=x0+(t=c)*vx)}if(vx>0){if(x0>=this.xmax)return null;(c=(this.xmax-x0)/vx)<t&&(x=this.xmax,y=y0+(t=c)*vy)}else if(vx<0){if(x0<=this.xmin)return null;(c=(this.xmin-x0)/vx)<t&&(x=this.xmin,y=y0+(t=c)*vy)}return[x,y]}_edgecode(x,y){ |
| /*ThouShaltNotCache*/ |
| return(x===this.xmin?1:x===this.xmax?2:0)|(y===this.ymin?4:y===this.ymax?8:0)}_regioncode(x,y){ |
| /*ThouShaltNotCache*/ |
| return(x<this.xmin?1:x>this.xmax?2:0)|(y<this.ymin?4:y>this.ymax?8:0)}_simplify(P){ |
| /*ThouShaltNotCache*/ |
| if(P&&P.length>4){for(let i=0;i<P.length;i+=2){const j=(i+2)%P.length,k=(i+4)%P.length;(P[i]===P[j]&&P[j]===P[k]||P[i+1]===P[j+1]&&P[j+1]===P[k+1])&&(P.splice(j,2),i-=2)}P.length||(P=null)}return P}}const tau=2*Math.PI,pow=Math.pow;function pointX(p){ |
| /*ThouShaltNotCache*/ |
| return p[0]}function pointY(p){ |
| /*ThouShaltNotCache*/ |
| return p[1]}function jitter(x,y,r){ |
| /*ThouShaltNotCache*/ |
| return[x+Math.sin(x+y)*r,y+Math.cos(x-y)*r]}class Delaunay{static from(points,fx=pointX,fy=pointY,that){ |
| /*ThouShaltNotCache*/ |
| return new Delaunay("length"in points?function(points,fx,fy,that){ |
| /*ThouShaltNotCache*/ |
| const n=points.length,array=new Float64Array(2*n);for(let i=0;i<n;++i){const p=points[i];array[2*i]=fx.call(that,p,i,points),array[2*i+1]=fy.call(that,p,i,points)}return array}(points,fx,fy,that):Float64Array.from(function*(points,fx,fy,that){ |
| /*ThouShaltNotCache*/ |
| let i=0;for(const p of points)yield fx.call(that,p,i,points),yield fy.call(that,p,i,points),++i}(points,fx,fy,that)))}constructor(points){ |
| /*ThouShaltNotCache*/ |
| this._delaunator=new Delaunator(points),this.inedges=new Int32Array(points.length/2),this._hullIndex=new Int32Array(points.length/2),this.points=this._delaunator.coords,this._init()}update(){ |
| /*ThouShaltNotCache*/ |
| return this._delaunator.update(),this._init(),this}_init(){ |
| /*ThouShaltNotCache*/ |
| const d=this._delaunator,points=this.points;if(d.hull&&d.hull.length>2&&function(d){ |
| /*ThouShaltNotCache*/ |
| const{triangles,coords}=d;for(let i=0;i<triangles.length;i+=3){const a=2*triangles[i],b=2*triangles[i+1],c=2*triangles[i+2];if((coords[c]-coords[a])*(coords[b+1]-coords[a+1])-(coords[b]-coords[a])*(coords[c+1]-coords[a+1])>1e-10)return!1}return!0}(d)){this.collinear=Int32Array.from({length:points.length/2},(_,i)=>i).sort((i,j)=>points[2*i]-points[2*j]||points[2*i+1]-points[2*j+1]);const e=this.collinear[0],f=this.collinear[this.collinear.length-1],bounds=[points[2*e],points[2*e+1],points[2*f],points[2*f+1]],r=1e-8*Math.hypot(bounds[3]-bounds[1],bounds[2]-bounds[0]);for(let i=0,n=points.length/2;i<n;++i){const p=jitter(points[2*i],points[2*i+1],r);points[2*i]=p[0],points[2*i+1]=p[1]}this._delaunator=new Delaunator(points)}else delete this.collinear;const halfedges=this.halfedges=this._delaunator.halfedges,hull=this.hull=this._delaunator.hull,triangles=this.triangles=this._delaunator.triangles,inedges=this.inedges.fill(-1),hullIndex=this._hullIndex.fill(-1);for(let e=0,n=halfedges.length;e<n;++e){const p=triangles[e%3==2?e-2:e+1];-1!==halfedges[e]&&-1!==inedges[p]||(inedges[p]=e)}for(let i=0,n=hull.length;i<n;++i)hullIndex[hull[i]]=i;hull.length<=2&&hull.length>0&&(this.triangles=new Int32Array(3).fill(-1),this.halfedges=new Int32Array(3).fill(-1),this.triangles[0]=hull[0],inedges[hull[0]]=1,2===hull.length&&(inedges[hull[1]]=0,this.triangles[1]=hull[1],this.triangles[2]=hull[1]))}voronoi(bounds){ |
| /*ThouShaltNotCache*/ |
| return new Voronoi(this,bounds)}*neighbors(i){ |
| /*ThouShaltNotCache*/ |
| const{inedges,hull,_hullIndex,halfedges,triangles,collinear}=this;if(collinear){const l=collinear.indexOf(i);return l>0&&(yield collinear[l-1]),void(l<collinear.length-1&&(yield collinear[l+1]))}const e0=inedges[i];if(-1===e0)return;let e=e0,p0=-1;do{if(yield p0=triangles[e],e=e%3==2?e-2:e+1,triangles[e]!==i)return;if(e=halfedges[e],-1===e){const p=hull[(_hullIndex[i]+1)%hull.length];return void(p!==p0&&(yield p))}}while(e!==e0)}find(x,y,i=0){ |
| /*ThouShaltNotCache*/ |
| if((x=+x)!=x||(y=+y)!=y)return-1;const i0=i;let c;for(;(c=this._step(i,x,y))>=0&&c!==i&&c!==i0;)i=c;return c}_step(i,x,y){ |
| /*ThouShaltNotCache*/ |
| const{inedges,hull,_hullIndex,halfedges,triangles,points}=this;if(-1===inedges[i]||!points.length)return(i+1)%(points.length>>1);let c=i,dc=pow(x-points[2*i],2)+pow(y-points[2*i+1],2);const e0=inedges[i];let e=e0;do{let t=triangles[e];const dt=pow(x-points[2*t],2)+pow(y-points[2*t+1],2);if(dt<dc&&(dc=dt,c=t),e=e%3==2?e-2:e+1,triangles[e]!==i)break;if(e=halfedges[e],-1===e){if(e=hull[(_hullIndex[i]+1)%hull.length],e!==t&&pow(x-points[2*e],2)+pow(y-points[2*e+1],2)<dc)return e;break}}while(e!==e0);return c}render(context){ |
| /*ThouShaltNotCache*/ |
| const buffer=null==context?context=new Path:void 0,{points,halfedges,triangles}=this;for(let i=0,n=halfedges.length;i<n;++i){const j=halfedges[i];if(j<i)continue;const ti=2*triangles[i],tj=2*triangles[j];context.moveTo(points[ti],points[ti+1]),context.lineTo(points[tj],points[tj+1])}return this.renderHull(context),buffer&&buffer.value()}renderPoints(context,r){ |
| /*ThouShaltNotCache*/ |
| void 0!==r||context&&"function"==typeof context.moveTo||(r=context,context=null),r=null==r?2:+r;const buffer=null==context?context=new Path:void 0,{points}=this;for(let i=0,n=points.length;i<n;i+=2){const x=points[i],y=points[i+1];context.moveTo(x+r,y),context.arc(x,y,r,0,tau)}return buffer&&buffer.value()}renderHull(context){ |
| /*ThouShaltNotCache*/ |
| const buffer=null==context?context=new Path:void 0,{hull,points}=this,h=2*hull[0],n=hull.length;context.moveTo(points[h],points[h+1]);for(let i=1;i<n;++i){const h=2*hull[i];context.lineTo(points[h],points[h+1])}return context.closePath(),buffer&&buffer.value()}hullPolygon(){ |
| /*ThouShaltNotCache*/ |
| const polygon=new Polygon;return this.renderHull(polygon),polygon.value()}renderTriangle(i,context){ |
| /*ThouShaltNotCache*/ |
| const buffer=null==context?context=new Path:void 0,{points,triangles}=this,t0=2*triangles[i*=3],t1=2*triangles[i+1],t2=2*triangles[i+2];return context.moveTo(points[t0],points[t0+1]),context.lineTo(points[t1],points[t1+1]),context.lineTo(points[t2],points[t2+1]),context.closePath(),buffer&&buffer.value()}*trianglePolygons(){ |
| /*ThouShaltNotCache*/ |
| const{triangles}=this;for(let i=0,n=triangles.length/3;i<n;++i)yield this.trianglePolygon(i)}trianglePolygon(i){ |
| /*ThouShaltNotCache*/ |
| const polygon=new Polygon;return this.renderTriangle(i,polygon),polygon.value()}}var EOL={},EOF={};function objectConverter(columns){ |
| /*ThouShaltNotCache*/ |
| return new Function("d","return {"+columns.map(function(name,i){ |
| /*ThouShaltNotCache*/ |
| return JSON.stringify(name)+": d["+i+'] || ""'}).join(",")+"}")}function inferColumns(rows){ |
| /*ThouShaltNotCache*/ |
| var columnSet=Object.create(null),columns=[];return rows.forEach(function(row){ |
| /*ThouShaltNotCache*/ |
| for(var column in row)column in columnSet||columns.push(columnSet[column]=column)}),columns}function pad(value,width){ |
| /*ThouShaltNotCache*/ |
| var s=value+"",length=s.length;return length<width?new Array(width-length+1).join(0)+s:s}function formatDate(date){ |
| /*ThouShaltNotCache*/ |
| var year,hours=date.getUTCHours(),minutes=date.getUTCMinutes(),seconds=date.getUTCSeconds(),milliseconds=date.getUTCMilliseconds();return isNaN(date)?"Invalid Date":((year=date.getUTCFullYear())<0?"-"+pad(-year,6):year>9999?"+"+pad(year,6):pad(year,4))+"-"+pad(date.getUTCMonth()+1,2)+"-"+pad(date.getUTCDate(),2)+(milliseconds?"T"+pad(hours,2)+":"+pad(minutes,2)+":"+pad(seconds,2)+"."+pad(milliseconds,3)+"Z":seconds?"T"+pad(hours,2)+":"+pad(minutes,2)+":"+pad(seconds,2)+"Z":minutes||hours?"T"+pad(hours,2)+":"+pad(minutes,2)+"Z":"")}var csv=function(delimiter){ |
| /*ThouShaltNotCache*/ |
| var reFormat=new RegExp('["'+delimiter+"\n\r]"),DELIMITER=delimiter.charCodeAt(0);function parseRows(text,f){ |
| /*ThouShaltNotCache*/ |
| var t,rows=[],N=text.length,I=0,n=0,eof=N<=0,eol=!1;function token(){ |
| /*ThouShaltNotCache*/ |
| if(eof)return EOF;if(eol)return eol=!1,EOL;var i,c,j=I;if(34===text.charCodeAt(j)){for(;I++<N&&34!==text.charCodeAt(I)||34===text.charCodeAt(++I););return(i=I)>=N?eof=!0:10===(c=text.charCodeAt(I++))?eol=!0:13===c&&(eol=!0,10===text.charCodeAt(I)&&++I),text.slice(j+1,i-1).replace(/""/g,'"')}for(;I<N;){if(10===(c=text.charCodeAt(i=I++)))eol=!0;else if(13===c)eol=!0,10===text.charCodeAt(I)&&++I;else if(c!==DELIMITER)continue;return text.slice(j,i)}return eof=!0,text.slice(j,N)}for(10===text.charCodeAt(N-1)&&--N,13===text.charCodeAt(N-1)&&--N;(t=token())!==EOF;){for(var row=[];t!==EOL&&t!==EOF;)row.push(t),t=token();f&&null==(row=f(row,n++))||rows.push(row)}return rows}function preformatBody(rows,columns){ |
| /*ThouShaltNotCache*/ |
| return rows.map(function(row){ |
| /*ThouShaltNotCache*/ |
| return columns.map(function(column){ |
| /*ThouShaltNotCache*/ |
| return formatValue(row[column])}).join(delimiter)})}function formatRow(row){ |
| /*ThouShaltNotCache*/ |
| return row.map(formatValue).join(delimiter)}function formatValue(value){ |
| /*ThouShaltNotCache*/ |
| return null==value?"":value instanceof Date?formatDate(value):reFormat.test(value+="")?'"'+value.replace(/"/g,'""')+'"':value}return{parse:function(text,f){ |
| /*ThouShaltNotCache*/ |
| var convert,columns,rows=parseRows(text,function(row,i){ |
| /*ThouShaltNotCache*/ |
| if(convert)return convert(row,i-1);columns=row,convert=f?function(columns,f){ |
| /*ThouShaltNotCache*/ |
| var object=objectConverter(columns);return function(row,i){ |
| /*ThouShaltNotCache*/ |
| return f(object(row),i,columns)}}(row,f):objectConverter(row)});return rows.columns=columns||[],rows},parseRows,format:function(rows,columns){ |
| /*ThouShaltNotCache*/ |
| return null==columns&&(columns=inferColumns(rows)),[columns.map(formatValue).join(delimiter)].concat(preformatBody(rows,columns)).join("\n")},formatBody:function(rows,columns){ |
| /*ThouShaltNotCache*/ |
| return null==columns&&(columns=inferColumns(rows)),preformatBody(rows,columns).join("\n")},formatRows:function(rows){ |
| /*ThouShaltNotCache*/ |
| return rows.map(formatRow).join("\n")},formatRow,formatValue}}(","),csvParse=csv.parse;csv.parseRows,csv.format,csv.formatBody,csv.formatRows,csv.formatRow,csv.formatValue;function autoType(object){ |
| /*ThouShaltNotCache*/ |
| for(var key in object){var number,m,value=object[key].trim();if(value)if("true"===value)value=!0;else if("false"===value)value=!1;else if("NaN"===value)value=NaN;else if(isNaN(number=+value)){if(!(m=value.match(/^([-+]\d{2})?\d{4}(-\d{2}(-\d{2})?)?(T\d{2}:\d{2}(:\d{2}(\.\d{3})?)?(Z|[-+]\d{2}:\d{2})?)?$/)))continue;fixtz&&m[4]&&!m[7]&&(value=value.replace(/-/g,"/").replace(/T/," ")),value=new Date(value)}else value=number;else value=null;object[key]=value}return object}const fixtz=new Date("2019-01-01T00:00").getHours()||new Date("2019-07-01T00:00").getHours(),src_identity=x=>x;function streamGeometry(geometry,stream){ |
| /*ThouShaltNotCache*/ |
| geometry&&streamGeometryType.hasOwnProperty(geometry.type)&&streamGeometryType[geometry.type](geometry,stream)}var streamObjectType={Feature:function(object,stream){ |
| /*ThouShaltNotCache*/ |
| streamGeometry(object.geometry,stream)},FeatureCollection:function(object,stream){for( |
| /*ThouShaltNotCache*/ |
| var features=object.features,i=-1,n=features.length;++i<n;)streamGeometry(features[i].geometry,stream)}},streamGeometryType={Sphere:function(object,stream){ |
| /*ThouShaltNotCache*/ |
| stream.sphere()},Point:function(object,stream){ |
| /*ThouShaltNotCache*/ |
| object=object.coordinates,stream.point(object[0],object[1],object[2])},MultiPoint:function(object,stream){for( |
| /*ThouShaltNotCache*/ |
| var coordinates=object.coordinates,i=-1,n=coordinates.length;++i<n;)object=coordinates[i],stream.point(object[0],object[1],object[2])},LineString:function(object,stream){ |
| /*ThouShaltNotCache*/ |
| streamLine(object.coordinates,stream,0)},MultiLineString:function(object,stream){for( |
| /*ThouShaltNotCache*/ |
| var coordinates=object.coordinates,i=-1,n=coordinates.length;++i<n;)streamLine(coordinates[i],stream,0)},Polygon:function(object,stream){ |
| /*ThouShaltNotCache*/ |
| streamPolygon(object.coordinates,stream)},MultiPolygon:function(object,stream){for( |
| /*ThouShaltNotCache*/ |
| var coordinates=object.coordinates,i=-1,n=coordinates.length;++i<n;)streamPolygon(coordinates[i],stream)},GeometryCollection:function(object,stream){for( |
| /*ThouShaltNotCache*/ |
| var geometries=object.geometries,i=-1,n=geometries.length;++i<n;)streamGeometry(geometries[i],stream)}};function streamLine(coordinates,stream,closed){ |
| /*ThouShaltNotCache*/ |
| var coordinate,i=-1,n=coordinates.length-closed;for(stream.lineStart();++i<n;)coordinate=coordinates[i],stream.point(coordinate[0],coordinate[1],coordinate[2]);stream.lineEnd()}function streamPolygon(coordinates,stream){ |
| /*ThouShaltNotCache*/ |
| var i=-1,n=coordinates.length;for(stream.polygonStart();++i<n;)streamLine(coordinates[i],stream,1);stream.polygonEnd()}function test_stream(object,stream){ |
| /*ThouShaltNotCache*/ |
| object&&streamObjectType.hasOwnProperty(object.type)?streamObjectType[object.type](object,stream):streamGeometry(object,stream)}class Adder{constructor(){ |
| /*ThouShaltNotCache*/ |
| this._partials=new Float64Array(32),this._n=0}add(x){ |
| /*ThouShaltNotCache*/ |
| const p=this._partials;let i=0;for(let j=0;j<this._n&&j<32;j++){const y=p[j],hi=x+y,lo=Math.abs(x)<Math.abs(y)?x-(hi-y):y-(hi-x);lo&&(p[i++]=lo),x=hi}return p[i]=x,this._n=i+1,this}valueOf(){ |
| /*ThouShaltNotCache*/ |
| const p=this._partials;let x,y,lo,n=this._n,hi=0;if(n>0){for(hi=p[--n];n>0&&(x=hi,y=p[--n],hi=x+y,lo=y-(hi-x),!lo););n>0&&(lo<0&&p[n-1]<0||lo>0&&p[n-1]>0)&&(y=2*lo,x=hi+y,y==x-hi&&(hi=x))}return hi}}var pi=Math.PI,math_tau=2*pi,math_abs=Math.abs,sqrt=(Math.atan,Math.atan2,Math.cos,Math.ceil,Math.exp,Math.floor,Math.hypot,Math.log,Math.pow,Math.sin,Math.sign,Math.sqrt);Math.tan;function noop_noop(){}var x00,y00,x0,y0,areaSum=new Adder,areaRingSum=new Adder,areaStream={point:noop_noop,lineStart:noop_noop,lineEnd:noop_noop,polygonStart:function(){ |
| /*ThouShaltNotCache*/ |
| areaStream.lineStart=areaRingStart,areaStream.lineEnd=areaRingEnd},polygonEnd:function(){ |
| /*ThouShaltNotCache*/ |
| areaStream.lineStart=areaStream.lineEnd=areaStream.point=noop_noop,areaSum.add(math_abs(areaRingSum)),areaRingSum=new Adder},result:function(){ |
| /*ThouShaltNotCache*/ |
| var area=areaSum/2;return areaSum=new Adder,area}};function areaRingStart(){ |
| /*ThouShaltNotCache*/ |
| areaStream.point=areaPointFirst}function areaPointFirst(x,y){ |
| /*ThouShaltNotCache*/ |
| areaStream.point=areaPoint,x00=x0=x,y00=y0=y}function areaPoint(x,y){ |
| /*ThouShaltNotCache*/ |
| areaRingSum.add(y0*x-x0*y),x0=x,y0=y}function areaRingEnd(){ |
| /*ThouShaltNotCache*/ |
| areaPoint(x00,y00)}const path_area=areaStream;var bounds_x0=1/0,bounds_y0=bounds_x0,x1=-bounds_x0,y1=x1,boundsStream={point:function(x,y){ |
| /*ThouShaltNotCache*/ |
| x<bounds_x0&&(bounds_x0=x);x>x1&&(x1=x);y<bounds_y0&&(bounds_y0=y);y>y1&&(y1=y)},lineStart:noop_noop,lineEnd:noop_noop,polygonStart:noop_noop,polygonEnd:noop_noop,result:function(){ |
| /*ThouShaltNotCache*/ |
| var bounds=[[bounds_x0,bounds_y0],[x1,y1]];return x1=y1=-(bounds_y0=bounds_x0=1/0),bounds}};const bounds=boundsStream;var centroid_x00,centroid_y00,centroid_x0,centroid_y0,X0=0,Y0=0,Z0=0,X1=0,Y1=0,Z1=0,X2=0,Y2=0,Z2=0,centroidStream={point:centroidPoint,lineStart:centroidLineStart,lineEnd:centroidLineEnd,polygonStart:function(){ |
| /*ThouShaltNotCache*/ |
| centroidStream.lineStart=centroidRingStart,centroidStream.lineEnd=centroidRingEnd},polygonEnd:function(){ |
| /*ThouShaltNotCache*/ |
| centroidStream.point=centroidPoint,centroidStream.lineStart=centroidLineStart,centroidStream.lineEnd=centroidLineEnd},result:function(){ |
| /*ThouShaltNotCache*/ |
| var centroid=Z2?[X2/Z2,Y2/Z2]:Z1?[X1/Z1,Y1/Z1]:Z0?[X0/Z0,Y0/Z0]:[NaN,NaN];return X0=Y0=Z0=X1=Y1=Z1=X2=Y2=Z2=0,centroid}};function centroidPoint(x,y){ |
| /*ThouShaltNotCache*/ |
| X0+=x,Y0+=y,++Z0}function centroidLineStart(){ |
| /*ThouShaltNotCache*/ |
| centroidStream.point=centroidPointFirstLine}function centroidPointFirstLine(x,y){ |
| /*ThouShaltNotCache*/ |
| centroidStream.point=centroidPointLine,centroidPoint(centroid_x0=x,centroid_y0=y)}function centroidPointLine(x,y){ |
| /*ThouShaltNotCache*/ |
| var dx=x-centroid_x0,dy=y-centroid_y0,z=sqrt(dx*dx+dy*dy);X1+=z*(centroid_x0+x)/2,Y1+=z*(centroid_y0+y)/2,Z1+=z,centroidPoint(centroid_x0=x,centroid_y0=y)}function centroidLineEnd(){ |
| /*ThouShaltNotCache*/ |
| centroidStream.point=centroidPoint}function centroidRingStart(){ |
| /*ThouShaltNotCache*/ |
| centroidStream.point=centroidPointFirstRing}function centroidRingEnd(){ |
| /*ThouShaltNotCache*/ |
| centroidPointRing(centroid_x00,centroid_y00)}function centroidPointFirstRing(x,y){ |
| /*ThouShaltNotCache*/ |
| centroidStream.point=centroidPointRing,centroidPoint(centroid_x00=centroid_x0=x,centroid_y00=centroid_y0=y)}function centroidPointRing(x,y){ |
| /*ThouShaltNotCache*/ |
| var dx=x-centroid_x0,dy=y-centroid_y0,z=sqrt(dx*dx+dy*dy);X1+=z*(centroid_x0+x)/2,Y1+=z*(centroid_y0+y)/2,Z1+=z,X2+=(z=centroid_y0*x-centroid_x0*y)*(centroid_x0+x),Y2+=z*(centroid_y0+y),Z2+=3*z,centroidPoint(centroid_x0=x,centroid_y0=y)}const centroid=centroidStream;function PathContext(context){ |
| /*ThouShaltNotCache*/ |
| this._context=context}PathContext.prototype={_radius:4.5,pointRadius:function(_){ |
| /*ThouShaltNotCache*/ |
| return this._radius=_,this},polygonStart:function(){ |
| /*ThouShaltNotCache*/ |
| this._line=0},polygonEnd:function(){ |
| /*ThouShaltNotCache*/ |
| this._line=NaN},lineStart:function(){ |
| /*ThouShaltNotCache*/ |
| this._point=0},lineEnd:function(){ |
| /*ThouShaltNotCache*/ |
| 0===this._line&&this._context.closePath(),this._point=NaN},point:function(x,y){ |
| /*ThouShaltNotCache*/ |
| switch(this._point){case 0:this._context.moveTo(x,y),this._point=1;break;case 1:this._context.lineTo(x,y);break;default:this._context.moveTo(x+this._radius,y),this._context.arc(x,y,this._radius,0,math_tau)}},result:noop_noop};var lengthRing,measure_x00,measure_y00,measure_x0,measure_y0,lengthSum=new Adder,lengthStream={point:noop_noop,lineStart:function(){ |
| /*ThouShaltNotCache*/ |
| lengthStream.point=lengthPointFirst},lineEnd:function(){ |
| /*ThouShaltNotCache*/ |
| lengthRing&&lengthPoint(measure_x00,measure_y00),lengthStream.point=noop_noop},polygonStart:function(){ |
| /*ThouShaltNotCache*/ |
| lengthRing=!0},polygonEnd:function(){ |
| /*ThouShaltNotCache*/ |
| lengthRing=null},result:function(){ |
| /*ThouShaltNotCache*/ |
| var length=+lengthSum;return lengthSum=new Adder,length}};function lengthPointFirst(x,y){ |
| /*ThouShaltNotCache*/ |
| lengthStream.point=lengthPoint,measure_x00=measure_x0=x,measure_y00=measure_y0=y}function lengthPoint(x,y){ |
| /*ThouShaltNotCache*/ |
| measure_x0-=x,measure_y0-=y,lengthSum.add(sqrt(measure_x0*measure_x0+measure_y0*measure_y0)),measure_x0=x,measure_y0=y}const measure=lengthStream;let cacheDigits,cacheAppend,cacheRadius,cacheCircle;class PathString{constructor(digits){ |
| /*ThouShaltNotCache*/ |
| this._append=null==digits?string_append:function(digits){ |
| /*ThouShaltNotCache*/ |
| const d=Math.floor(digits);if(!(d>=0))throw new RangeError(`invalid digits: ${digits}`);if(d>15)return string_append;if(d!==cacheDigits){const k=10**d;cacheDigits=d,cacheAppend=function(strings){ |
| /*ThouShaltNotCache*/ |
| let i=1;this._+=strings[0];for(const j=strings.length;i<j;++i)this._+=Math.round(arguments[i]*k)/k+strings[i]}}return cacheAppend}(digits),this._radius=4.5,this._=""}pointRadius(_){ |
| /*ThouShaltNotCache*/ |
| return this._radius=+_,this}polygonStart(){ |
| /*ThouShaltNotCache*/ |
| this._line=0}polygonEnd(){ |
| /*ThouShaltNotCache*/ |
| this._line=NaN}lineStart(){ |
| /*ThouShaltNotCache*/ |
| this._point=0}lineEnd(){ |
| /*ThouShaltNotCache*/ |
| 0===this._line&&(this._+="Z"),this._point=NaN}point(x,y){ |
| /*ThouShaltNotCache*/ |
| switch(this._point){case 0:this._append`M${x},${y}`,this._point=1;break;case 1:this._append`L${x},${y}`;break;default:if(this._append`M${x},${y}`,this._radius!==cacheRadius||this._append!==cacheAppend){const r=this._radius,s=this._;this._="",this._append`m0,${r}a${r},${r} 0 1,1 0,${-2*r}a${r},${r} 0 1,1 0,${2*r}z`,cacheRadius=r,cacheAppend=this._append,cacheCircle=this._,this._=s}this._+=cacheCircle}}result(){ |
| /*ThouShaltNotCache*/ |
| const result=this._;return this._="",result.length?result:null}}function string_append(strings){ |
| /*ThouShaltNotCache*/ |
| let i=1;this._+=strings[0];for(const j=strings.length;i<j;++i)this._+=arguments[i]+strings[i]}function src_select(selector){ |
| /*ThouShaltNotCache*/ |
| return"string"==typeof selector?new Selection([[document.querySelector(selector)]],[document.documentElement]):new Selection([[selector]],root)}function transform_Transform(k,x,y){ |
| /*ThouShaltNotCache*/ |
| this.k=k,this.x=x,this.y=y}transform_Transform.prototype={constructor:transform_Transform,scale:function(k){ |
| /*ThouShaltNotCache*/ |
| return 1===k?this:new transform_Transform(this.k*k,this.x,this.y)},translate:function(x,y){ |
| /*ThouShaltNotCache*/ |
| return 0===x&0===y?this:new transform_Transform(this.k,this.x+this.k*x,this.y+this.k*y)},apply:function(point){ |
| /*ThouShaltNotCache*/ |
| return[point[0]*this.k+this.x,point[1]*this.k+this.y]},applyX:function(x){ |
| /*ThouShaltNotCache*/ |
| return x*this.k+this.x},applyY:function(y){ |
| /*ThouShaltNotCache*/ |
| return y*this.k+this.y},invert:function(location){ |
| /*ThouShaltNotCache*/ |
| return[(location[0]-this.x)/this.k,(location[1]-this.y)/this.k]},invertX:function(x){ |
| /*ThouShaltNotCache*/ |
| return(x-this.x)/this.k},invertY:function(y){ |
| /*ThouShaltNotCache*/ |
| return(y-this.y)/this.k},rescaleX:function(x){ |
| /*ThouShaltNotCache*/ |
| return x.copy().domain(x.range().map(this.invertX,this).map(x.invert,x))},rescaleY:function(y){ |
| /*ThouShaltNotCache*/ |
| return y.copy().domain(y.range().map(this.invertY,this).map(y.invert,y))},toString:function(){ |
| /*ThouShaltNotCache*/ |
| return"translate("+this.x+","+this.y+") scale("+this.k+")"}};new transform_Transform(1,0,0);function topojson_client_src_identity(x){ |
| /*ThouShaltNotCache*/ |
| return x}function feature_feature(topology,o){ |
| /*ThouShaltNotCache*/ |
| var id=o.id,bbox=o.bbox,properties=null==o.properties?{}:o.properties,geometry=object(topology,o);return null==id&&null==bbox?{type:"Feature",properties,geometry}:null==bbox?{type:"Feature",id,properties,geometry}:{type:"Feature",id,bbox,properties,geometry}}function object(topology,o){ |
| /*ThouShaltNotCache*/ |
| var transformPoint=function(transform){ |
| /*ThouShaltNotCache*/ |
| if(null==transform)return topojson_client_src_identity;var x0,y0,kx=transform.scale[0],ky=transform.scale[1],dx=transform.translate[0],dy=transform.translate[1];return function(input,i){ |
| /*ThouShaltNotCache*/ |
| i||(x0=y0=0);var j=2,n=input.length,output=new Array(n);for(output[0]=(x0+=input[0])*kx+dx,output[1]=(y0+=input[1])*ky+dy;j<n;)output[j]=input[j],++j;return output}}(topology.transform),arcs=topology.arcs;function arc(i,points){ |
| /*ThouShaltNotCache*/ |
| points.length&&points.pop();for(var a=arcs[i<0?~i:i],k=0,n=a.length;k<n;++k)points.push(transformPoint(a[k],k));i<0&&function(array,n){for( |
| /*ThouShaltNotCache*/ |
| var t,j=array.length,i=j-n;i<--j;)t=array[i],array[i++]=array[j],array[j]=t}(points,n)}function point(p){ |
| /*ThouShaltNotCache*/ |
| return transformPoint(p)}function line(arcs){for( |
| /*ThouShaltNotCache*/ |
| var points=[],i=0,n=arcs.length;i<n;++i)arc(arcs[i],points);return points.length<2&&points.push(points[0]),points}function ring(arcs){for( |
| /*ThouShaltNotCache*/ |
| var points=line(arcs);points.length<4;)points.push(points[0]);return points}function polygon(arcs){ |
| /*ThouShaltNotCache*/ |
| return arcs.map(ring)}return function geometry(o){ |
| /*ThouShaltNotCache*/ |
| var coordinates,type=o.type;switch(type){case"GeometryCollection":return{type,geometries:o.geometries.map(geometry)};case"Point":coordinates=point(o.coordinates);break;case"MultiPoint":coordinates=o.coordinates.map(point);break;case"LineString":coordinates=line(o.arcs);break;case"MultiLineString":coordinates=o.arcs.map(line);break;case"Polygon":coordinates=polygon(o.arcs);break;case"MultiPolygon":coordinates=o.arcs.map(polygon);break;default:return null}return{type,coordinates}}(o)}function stitch(topology,arcs){ |
| /*ThouShaltNotCache*/ |
| var stitchedArcs={},fragmentByStart={},fragmentByEnd={},fragments=[],emptyIndex=-1;function flush(fragmentByEnd,fragmentByStart){ |
| /*ThouShaltNotCache*/ |
| for(var k in fragmentByEnd){var f=fragmentByEnd[k];delete fragmentByStart[f.start],delete f.start,delete f.end,f.forEach(function(i){ |
| /*ThouShaltNotCache*/ |
| stitchedArcs[i<0?~i:i]=1}),fragments.push(f)}}return arcs.forEach(function(i,j){ |
| /*ThouShaltNotCache*/ |
| var t,arc=topology.arcs[i<0?~i:i];arc.length<3&&!arc[1][0]&&!arc[1][1]&&(t=arcs[++emptyIndex],arcs[emptyIndex]=i,arcs[j]=t)}),arcs.forEach(function(i){ |
| /*ThouShaltNotCache*/ |
| var f,g,e=function(i){ |
| /*ThouShaltNotCache*/ |
| var p1,arc=topology.arcs[i<0?~i:i],p0=arc[0];topology.transform?(p1=[0,0],arc.forEach(function(dp){ |
| /*ThouShaltNotCache*/ |
| p1[0]+=dp[0],p1[1]+=dp[1]})):p1=arc[arc.length-1];return i<0?[p1,p0]:[p0,p1]}(i),start=e[0],end=e[1];if(f=fragmentByEnd[start])if(delete fragmentByEnd[f.end],f.push(i),f.end=end,g=fragmentByStart[end]){delete fragmentByStart[g.start];var fg=g===f?f:f.concat(g);fragmentByStart[fg.start=f.start]=fragmentByEnd[fg.end=g.end]=fg}else fragmentByStart[f.start]=fragmentByEnd[f.end]=f;else if(f=fragmentByStart[end])if(delete fragmentByStart[f.start],f.unshift(i),f.start=start,g=fragmentByEnd[start]){delete fragmentByEnd[g.end];var gf=g===f?f:g.concat(f);fragmentByStart[gf.start=g.start]=fragmentByEnd[gf.end=f.end]=gf}else fragmentByStart[f.start]=fragmentByEnd[f.end]=f;else fragmentByStart[(f=[i]).start=start]=fragmentByEnd[f.end=end]=f}),flush(fragmentByEnd,fragmentByStart),flush(fragmentByStart,fragmentByEnd),arcs.forEach(function(i){ |
| /*ThouShaltNotCache*/ |
| stitchedArcs[i<0?~i:i]||fragments.push([i])}),fragments}function mesh(topology){ |
| /*ThouShaltNotCache*/ |
| return object(topology,meshArcs.apply(this,arguments))}function meshArcs(topology,object,filter){ |
| /*ThouShaltNotCache*/ |
| var arcs,i,n;if(arguments.length>1)arcs=function(topology,object,filter){ |
| /*ThouShaltNotCache*/ |
| var geom,arcs=[],geomsByArc=[];function extract0(i){ |
| /*ThouShaltNotCache*/ |
| var j=i<0?~i:i;(geomsByArc[j]||(geomsByArc[j]=[])).push({i,g:geom})}function extract1(arcs){ |
| /*ThouShaltNotCache*/ |
| arcs.forEach(extract0)}function extract2(arcs){ |
| /*ThouShaltNotCache*/ |
| arcs.forEach(extract1)}function extract3(arcs){ |
| /*ThouShaltNotCache*/ |
| arcs.forEach(extract2)}function geometry(o){ |
| /*ThouShaltNotCache*/ |
| switch(geom=o,o.type){case"GeometryCollection":o.geometries.forEach(geometry);break;case"LineString":extract1(o.arcs);break;case"MultiLineString":case"Polygon":extract2(o.arcs);break;case"MultiPolygon":extract3(o.arcs)}}return geometry(object),geomsByArc.forEach(null==filter?function(geoms){ |
| /*ThouShaltNotCache*/ |
| arcs.push(geoms[0].i)}:function(geoms){ |
| /*ThouShaltNotCache*/ |
| filter(geoms[0].g,geoms[geoms.length-1].g)&&arcs.push(geoms[0].i)}),arcs}(0,object,filter);else for(i=0,arcs=new Array(n=topology.arcs.length);i<n;++i)arcs[i]=i;return{type:"MultiLineString",arcs:stitch(topology,arcs)}}function runTest(airportsData,usData){const airports=csvParse(airportsData,autoType),body=src_select(new api.JSDOM("<!DOCTYPE html><body></body>").window.document.body),svg=body.append("svg").attr("width",975).attr("height",610).attr("viewBox",[0,0,975,610]).attr("style","width: 100%; height: auto; height: intrinsic;"),path=function(projection,context){ |
| /*ThouShaltNotCache*/ |
| let projectionStream,contextStream,digits=3,pointRadius=4.5;function path(object){ |
| /*ThouShaltNotCache*/ |
| return object&&("function"==typeof pointRadius&&contextStream.pointRadius(+pointRadius.apply(this,arguments)),test_stream(object,projectionStream(contextStream))),contextStream.result()}return path.area=function(object){ |
| /*ThouShaltNotCache*/ |
| return test_stream(object,projectionStream(path_area)),path_area.result()},path.measure=function(object){ |
| /*ThouShaltNotCache*/ |
| return test_stream(object,projectionStream(measure)),measure.result()},path.bounds=function(object){ |
| /*ThouShaltNotCache*/ |
| return test_stream(object,projectionStream(bounds)),bounds.result()},path.centroid=function(object){ |
| /*ThouShaltNotCache*/ |
| return test_stream(object,projectionStream(centroid)),centroid.result()},path.projection=function(_){ |
| /*ThouShaltNotCache*/ |
| return arguments.length?(projectionStream=null==_?(projection=null,src_identity):(projection=_).stream,path):projection},path.context=function(_){ |
| /*ThouShaltNotCache*/ |
| return arguments.length?(contextStream=null==_?(context=null,new PathString(digits)):new PathContext(context=_),"function"!=typeof pointRadius&&contextStream.pointRadius(pointRadius),path):context},path.pointRadius=function(_){ |
| /*ThouShaltNotCache*/ |
| return arguments.length?(pointRadius="function"==typeof _?_:(contextStream.pointRadius(+_),+_),path):pointRadius},path.digits=function(_){ |
| /*ThouShaltNotCache*/ |
| if(!arguments.length)return digits;if(null==_)digits=null;else{const d=Math.floor(_);if(!(d>=0))throw new RangeError(`invalid digits: ${_}`);digits=d}return null===context&&(contextStream=new PathString(digits)),path},path.projection(projection).digits(digits).context(context)}(),states=(topology=usData, |
| /*ThouShaltNotCache*/ |
| "string"==typeof(o=usData.objects.states)&&(o=topology.objects[o]),"GeometryCollection"===o.type?{type:"FeatureCollection",features:o.geometries.map(function(o){ |
| /*ThouShaltNotCache*/ |
| return feature_feature(topology,o)})}:feature_feature(topology,o));var topology,o;svg.append("path").datum(mesh(usData,usData.objects.states,(a,b)=>a!==b)).attr("fill","none").attr("stroke","currentColor").attr("stroke-linejoin","round").attr("d",path);const voronoi=Delaunay.from(airports,d=>d.longitude,d=>d.latitude).voronoi([0,0,975,610]);return svg.append("g").attr("fill","none").attr("stroke","currentColor").attr("stroke-opacity",.2).selectAll("path").data(airports).join("path").attr("d",(d,i)=>voronoi.renderCell(i)).append("title").text(d=>`${d.name}\n${d.city}, ${d.state}`),svg.append("path").datum(states).attr("fill","none").attr("d",path),svg.append("g").attr("font-family","sans-serif").attr("font-size",10).attr("text-anchor","middle").selectAll("text").data(airports).join("text").attr("transform",d=>`translate(${d.longitude},${d.latitude})`).call(text=>text.append("tspan").attr("y","-0.7em").attr("font-weight","bold").text(d=>d.iata)).call(text=>text.append("tspan").attr("x",0).attr("y","0.7em").attr("fill-opacity",.7).text(d=>d.name)),body.html()}transform_Transform.prototype})(),D3Test=__webpack_exports__})(); |
| //# sourceMappingURL=bundle.js.map |