From 9632fff1d73f554ed8533625513ff4af171aa12a Mon Sep 17 00:00:00 2001 From: Sebastian Schlapkohl Date: Wed, 15 Mar 2023 19:33:48 +0100 Subject: [PATCH] GitHub Package Setup - added workflow file // reworked package.json // updated readme // upped version to 0.1.2-beta --- .../workflows/npm-publish-github-packages.yml | 23 ++++ dist/animation.js | 2 +- dist/arrays.js | 2 +- dist/basic.js | 2 +- dist/context.js | 2 +- dist/cookies.js | 2 +- dist/css.js | 2 +- dist/elements.js | 2 +- dist/es5-monolith.js | 2 +- dist/events.js | 2 +- dist/fonts.js | 2 +- dist/forms.js | 2 +- dist/functions.js | 2 +- dist/images.js | 2 +- dist/interaction.js | 2 +- dist/logging.js | 2 +- dist/navigation.js | 2 +- dist/objects.js | 2 +- dist/polling.js | 2 +- dist/polyfills.js | 2 +- dist/random.js | 2 +- dist/requests.js | 2 +- dist/strings.js | 2 +- dist/timers.js | 2 +- dist/urls.js | 2 +- dist/viewport.js | 2 +- docs/documentation/Animation.html | 2 +- .../Animation_EasingFunctions.html | 2 +- docs/documentation/Animation_transition.html | 2 +- docs/documentation/Arrays.html | 2 +- docs/documentation/Arrays_removeFrom.html | 2 +- docs/documentation/Basic.html | 2 +- docs/documentation/Basic_Deferred.html | 2 +- docs/documentation/Basic_Observable.html | 2 +- docs/documentation/Basic_assert.html | 2 +- docs/documentation/Basic_attempt.html | 2 +- docs/documentation/Basic_getType.html | 2 +- docs/documentation/Basic_hasMembers.html | 2 +- docs/documentation/Basic_hasValue.html | 2 +- docs/documentation/Basic_isA.html | 2 +- docs/documentation/Basic_isEmpty.html | 2 +- docs/documentation/Basic_isEventTarget.html | 2 +- docs/documentation/Basic_isFloat.html | 2 +- docs/documentation/Basic_isInt.html | 2 +- docs/documentation/Basic_isNaN.html | 2 +- docs/documentation/Basic_isPlainObject.html | 2 +- docs/documentation/Basic_isPotentialId.html | 2 +- docs/documentation/Basic_isSelector.html | 2 +- docs/documentation/Basic_minMax.html | 2 +- docs/documentation/Basic_orDefault.html | 2 +- docs/documentation/Basic_size.html | 2 +- docs/documentation/CSS.html | 2 +- docs/documentation/CSS_applyStyles.html | 2 +- docs/documentation/CSS_cssUrlValueToUrl.html | 2 +- docs/documentation/CSS_cssValueToNumber.html | 2 +- docs/documentation/CSS_remByPx.html | 2 +- docs/documentation/Context.html | 2 +- ...xt_browserSupportsHistoryManipulation.html | 2 +- .../Context_contextHasHighDpi.html | 2 +- .../Context_detectAppleDevice.html | 2 +- .../Context_detectInteractionType.html | 2 +- .../Context_getBrowserLanguage.html | 2 +- .../Context_getBrowserLocale.html | 2 +- .../Context_getBrowserScrollbarWidth.html | 2 +- docs/documentation/Context_getLocale.html | 2 +- docs/documentation/Cookies.html | 2 +- docs/documentation/Cookies_getCookie.html | 2 +- docs/documentation/Cookies_getCookies.html | 2 +- docs/documentation/Cookies_removeCookie.html | 2 +- docs/documentation/Cookies_setCookie.html | 2 +- docs/documentation/Elements.html | 2 +- docs/documentation/Elements_createNode.html | 2 +- docs/documentation/Elements_defineNode.html | 2 +- docs/documentation/Elements_find.html | 2 +- docs/documentation/Elements_findOne.html | 2 +- .../documentation/Elements_findTextNodes.html | 2 +- docs/documentation/Elements_getData.html | 2 +- .../Elements_getTextContent.html | 2 +- docs/documentation/Elements_insertNode.html | 2 +- docs/documentation/Elements_isInDom.html | 2 +- .../Elements_measureHiddenDimensions.html | 2 +- docs/documentation/Elements_prime.html | 2 +- docs/documentation/Elements_removeData.html | 2 +- docs/documentation/Elements_replaceNode.html | 2 +- docs/documentation/Elements_setData.html | 2 +- docs/documentation/Events.html | 2 +- docs/documentation/Events_emit.html | 2 +- .../documentation/Events_emitPostMessage.html | 2 +- docs/documentation/Events_fire.html | 2 +- docs/documentation/Events_off.html | 2 +- .../Events_offDetachedElements.html | 2 +- docs/documentation/Events_offPostMessage.html | 2 +- docs/documentation/Events_offSwipe.html | 2 +- docs/documentation/Events_on.html | 2 +- docs/documentation/Events_onDomReady.html | 2 +- docs/documentation/Events_onPostMessage.html | 2 +- docs/documentation/Events_onSwipe.html | 2 +- docs/documentation/Events_once.html | 2 +- docs/documentation/Events_pause.html | 2 +- docs/documentation/Events_resume.html | 2 +- docs/documentation/Fonts.html | 2 +- docs/documentation/Fonts_waitForWebfonts.html | 2 +- docs/documentation/Forms.html | 2 +- .../documentation/Forms_formDataToObject.html | 2 +- .../documentation/Forms_objectToFormData.html | 2 +- docs/documentation/Functions.html | 2 +- docs/documentation/Functions_debounce.html | 2 +- docs/documentation/Functions_defer.html | 2 +- docs/documentation/Functions_kwargs.html | 2 +- docs/documentation/Functions_throttle.html | 2 +- docs/documentation/Images.html | 2 +- docs/documentation/Images_loaded.html | 2 +- docs/documentation/Images_preload.html | 2 +- docs/documentation/Interaction.html | 2 +- .../Interaction_createSelection.html | 2 +- .../Interaction_disableSelection.html | 2 +- .../Interaction_enableSelection.html | 2 +- ...nteraction_obfuscatePrivateMailToLink.html | 2 +- .../Interaction_obfuscatePrivateTelLink.html | 2 +- .../Interaction_removeSelections.html | 2 +- .../Interaction_setTappedState.html | 2 +- .../Interaction_setupAutoTappedStates.html | 2 +- docs/documentation/Logging.html | 2 +- docs/documentation/Logging_err.html | 2 +- docs/documentation/Logging_log.html | 2 +- docs/documentation/Logging_warn.html | 2 +- docs/documentation/Logging_xlog.html | 2 +- docs/documentation/Navigation.html | 2 +- .../Navigation_changeCurrentUrl.html | 2 +- .../Navigation_offHistoryChange.html | 2 +- .../Navigation_onHistoryChange.html | 2 +- docs/documentation/Navigation_openTab.html | 2 +- docs/documentation/Navigation_openWindow.html | 2 +- docs/documentation/Navigation_redirect.html | 2 +- docs/documentation/Navigation_reload.html | 2 +- docs/documentation/Objects.html | 2 +- docs/documentation/Objects_clone.html | 2 +- docs/documentation/Polling.html | 2 +- docs/documentation/Polling_poll.html | 2 +- docs/documentation/Polling_unpoll.html | 2 +- docs/documentation/Polyfills.html | 2 +- .../Polyfills_polyfillArrayAt.html | 2 +- .../Polyfills_polyfillCustomEvent.html | 2 +- .../Polyfills_polyfillElementMatches.html | 2 +- .../Polyfills_polyfillFetch.html | 2 +- docs/documentation/Random.html | 2 +- docs/documentation/Random_randomNumber.html | 2 +- docs/documentation/Random_randomUuid.html | 2 +- docs/documentation/Requests.html | 2 +- .../Requests_createCssRequest.html | 2 +- .../Requests_createFetchRequest.html | 2 +- .../Requests_createHtmlRequest.html | 2 +- .../Requests_createJsRequest.html | 2 +- .../Requests_createJsonRequest.html | 2 +- docs/documentation/Requests_visitUrl.html | 2 +- docs/documentation/Strings.html | 2 +- docs/documentation/Strings_concat.html | 2 +- docs/documentation/Strings_format.html | 2 +- docs/documentation/Strings_maskForHtml.html | 2 +- docs/documentation/Strings_maskForRegEx.html | 2 +- .../Strings_maskForSelector.html | 2 +- docs/documentation/Strings_replace.html | 2 +- docs/documentation/Strings_slugify.html | 2 +- docs/documentation/Strings_truncate.html | 2 +- .../documentation/Strings_unmaskFromHtml.html | 2 +- docs/documentation/Timers.html | 2 +- .../Timers_cancelAnimationFrame.html | 2 +- docs/documentation/Timers_countermand.html | 2 +- docs/documentation/Timers_loop.html | 2 +- docs/documentation/Timers_ploop.html | 2 +- docs/documentation/Timers_pschedule.html | 2 +- .../Timers_requestAnimationFrame.html | 2 +- docs/documentation/Timers_reschedule.html | 2 +- docs/documentation/Timers_schedule.html | 2 +- docs/documentation/Timers_waitForRepaint.html | 2 +- docs/documentation/Urls.html | 2 +- docs/documentation/Urls_addCacheBuster.html | 2 +- docs/documentation/Urls_addNextParameter.html | 2 +- .../Urls_evaluateBaseDomain.html | 2 +- docs/documentation/Urls_urlAnchor.html | 2 +- docs/documentation/Urls_urlParameter.html | 2 +- docs/documentation/Urls_urlParameters.html | 2 +- docs/documentation/Viewport.html | 2 +- docs/documentation/Viewport_isInViewport.html | 2 +- docs/documentation/Viewport_scrollTo.html | 2 +- docs/documentation/animation.js.html | 2 +- docs/documentation/arrays.js.html | 2 +- docs/documentation/basic.js.html | 2 +- docs/documentation/context.js.html | 2 +- docs/documentation/cookies.js.html | 2 +- docs/documentation/css.js.html | 2 +- docs/documentation/elements.js.html | 2 +- docs/documentation/events.js.html | 2 +- docs/documentation/fonts.js.html | 2 +- docs/documentation/forms.js.html | 2 +- docs/documentation/functions.js.html | 2 +- docs/documentation/global.html | 2 +- docs/documentation/images.js.html | 2 +- docs/documentation/index.html | 92 ++++++++++---- docs/documentation/interaction.js.html | 2 +- docs/documentation/logging.js.html | 2 +- docs/documentation/navigation.js.html | 2 +- docs/documentation/objects.js.html | 2 +- docs/documentation/polling.js.html | 2 +- docs/documentation/polyfills.js.html | 2 +- docs/documentation/random.js.html | 2 +- docs/documentation/requests.js.html | 2 +- docs/documentation/strings.js.html | 2 +- docs/documentation/timers.js.html | 2 +- docs/documentation/urls.js.html | 2 +- docs/documentation/viewport.js.html | 2 +- docs/examples/lib/annex/dist/animation.js | 2 +- docs/examples/lib/annex/dist/arrays.js | 2 +- docs/examples/lib/annex/dist/basic.js | 2 +- docs/examples/lib/annex/dist/context.js | 2 +- docs/examples/lib/annex/dist/cookies.js | 2 +- docs/examples/lib/annex/dist/css.js | 2 +- docs/examples/lib/annex/dist/elements.js | 2 +- docs/examples/lib/annex/dist/es5-monolith.js | 2 +- docs/examples/lib/annex/dist/events.js | 2 +- docs/examples/lib/annex/dist/fonts.js | 2 +- docs/examples/lib/annex/dist/forms.js | 2 +- docs/examples/lib/annex/dist/functions.js | 2 +- docs/examples/lib/annex/dist/images.js | 2 +- docs/examples/lib/annex/dist/interaction.js | 2 +- docs/examples/lib/annex/dist/logging.js | 2 +- docs/examples/lib/annex/dist/navigation.js | 2 +- docs/examples/lib/annex/dist/objects.js | 2 +- docs/examples/lib/annex/dist/polling.js | 2 +- docs/examples/lib/annex/dist/polyfills.js | 2 +- docs/examples/lib/annex/dist/random.js | 2 +- docs/examples/lib/annex/dist/requests.js | 2 +- docs/examples/lib/annex/dist/strings.js | 2 +- docs/examples/lib/annex/dist/timers.js | 2 +- docs/examples/lib/annex/dist/urls.js | 2 +- docs/examples/lib/annex/dist/viewport.js | 2 +- package.json | 16 ++- readme.md | 115 ++++++++++++++---- 238 files changed, 424 insertions(+), 290 deletions(-) create mode 100644 .github/workflows/npm-publish-github-packages.yml diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml new file mode 100644 index 00000000..0ead413e --- /dev/null +++ b/.github/workflows/npm-publish-github-packages.yml @@ -0,0 +1,23 @@ +name: Publish GitHub Package + +on: + release: + types: [created] + +jobs: + publish-github-package: + runs-on: ubuntu-latest + permissions: + contents: read + packages: write + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + registry-url: 'https://npm.pkg.github.com' + always-auth: true + - run: yarn + - run: yarn publish --verbose --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/dist/animation.js b/dist/animation.js index a3e68c82..5fc4df44 100644 --- a/dist/animation.js +++ b/dist/animation.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Animation diff --git a/dist/arrays.js b/dist/arrays.js index d2c2485e..969ab1e6 100644 --- a/dist/arrays.js +++ b/dist/arrays.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Arrays diff --git a/dist/basic.js b/dist/basic.js index d0e6ae03..3e97690f 100644 --- a/dist/basic.js +++ b/dist/basic.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Basic diff --git a/dist/context.js b/dist/context.js index 00b1f101..3a29e300 100644 --- a/dist/context.js +++ b/dist/context.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Context diff --git a/dist/cookies.js b/dist/cookies.js index d533dc6d..8d0b05d8 100644 --- a/dist/cookies.js +++ b/dist/cookies.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Cookies diff --git a/dist/css.js b/dist/css.js index eb2ac88a..b710afa5 100644 --- a/dist/css.js +++ b/dist/css.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module CSS diff --git a/dist/elements.js b/dist/elements.js index 5c566af8..3d51d956 100644 --- a/dist/elements.js +++ b/dist/elements.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Elements diff --git a/dist/es5-monolith.js b/dist/es5-monolith.js index b2d55427..fdb8a5f6 100644 --- a/dist/es5-monolith.js +++ b/dist/es5-monolith.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).annex={})}(this,(function(t){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=function(t){return t&&t.Math==Math&&t},r=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")(),o={},i={get exports(){return o},set exports(t){o=t}},a=r,c=Object.defineProperty,u=function(t,e){try{c(a,t,{value:e,configurable:!0,writable:!0})}catch(n){a[t]=e}return e},l=u,s="__core-js_shared__",f=r[s]||l(s,{}),h=f;(i.exports=function(t,e){return h[t]||(h[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.26.1",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"});var d,v,p=function(t){try{return!!t()}catch(t){return!0}},g=!p((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),m=g,y=Function.prototype,b=y.call,w=m&&y.bind.bind(b,b),E=m?w:function(t){return function(){return b.apply(t,arguments)}},A=function(t){return null==t},S=A,x=TypeError,O=function(t){if(S(t))throw x("Can't call method on "+t);return t},T=O,j=Object,k=function(t){return j(T(t))},L=k,_=E({}.hasOwnProperty),P=Object.hasOwn||function(t,e){return _(L(t),e)},R=E,C=0,I=Math.random(),M=R(1..toString),U=function(t){return"Symbol("+(void 0===t?"":t)+")_"+M(++C+I,36)},D="object"==typeof document&&document.all,z={all:D,IS_HTMLDDA:void 0===D&&void 0!==D},N=z.all,F=z.IS_HTMLDDA?function(t){return"function"==typeof t||t===N}:function(t){return"function"==typeof t},H=r,B=F,W=function(t){return B(t)?t:void 0},q=function(t,e){return arguments.length<2?W(H[t]):H[t]&&H[t][e]},V=q("navigator","userAgent")||"",Y=r,G=V,$=Y.process,J=Y.Deno,X=$&&$.versions||J&&J.version,K=X&&X.v8;K&&(v=(d=K.split("."))[0]>0&&d[0]<4?1:+(d[0]+d[1])),!v&&G&&(!(d=G.match(/Edge\/(\d+)/))||d[1]>=74)&&(d=G.match(/Chrome\/(\d+)/))&&(v=+d[1]);var Q=v,Z=Q,tt=p,et=!!Object.getOwnPropertySymbols&&!tt((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&Z&&Z<41})),nt=et&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,rt=r,ot=P,it=U,at=et,ct=nt,ut=o("wks"),lt=rt.Symbol,st=lt&<.for,ft=ct?lt:lt&<.withoutSetter||it,ht=function(t){if(!ot(ut,t)||!at&&"string"!=typeof ut[t]){var e="Symbol."+t;at&&ot(lt,t)?ut[t]=lt[t]:ut[t]=ct&&st?st(e):ft(e)}return ut[t]},dt={};dt[ht("toStringTag")]="z";var vt="[object z]"===String(dt),pt={},gt=!p((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),mt=F,yt=z.all,bt=z.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:mt(t)||t===yt}:function(t){return"object"==typeof t?null!==t:mt(t)},wt=bt,Et=r.document,At=wt(Et)&&wt(Et.createElement),St=function(t){return At?Et.createElement(t):{}},xt=St,Ot=!gt&&!p((function(){return 7!=Object.defineProperty(xt("div"),"a",{get:function(){return 7}}).a})),Tt=gt&&p((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),jt=bt,kt=String,Lt=TypeError,_t=function(t){if(jt(t))return t;throw Lt(kt(t)+" is not an object")},Pt=g,Rt=Function.prototype.call,Ct=Pt?Rt.bind(Rt):function(){return Rt.apply(Rt,arguments)},It=E({}.isPrototypeOf),Mt=q,Ut=F,Dt=It,zt=Object,Nt=nt?function(t){return"symbol"==typeof t}:function(t){var e=Mt("Symbol");return Ut(e)&&Dt(e.prototype,zt(t))},Ft=String,Ht=function(t){try{return Ft(t)}catch(t){return"Object"}},Bt=F,Wt=Ht,qt=TypeError,Vt=function(t){if(Bt(t))return t;throw qt(Wt(t)+" is not a function")},Yt=Vt,Gt=A,$t=function(t,e){var n=t[e];return Gt(n)?void 0:Yt(n)},Jt=Ct,Xt=F,Kt=bt,Qt=TypeError,Zt=Ct,te=bt,ee=Nt,ne=$t,re=function(t,e){var n,r;if("string"===e&&Xt(n=t.toString)&&!Kt(r=Jt(n,t)))return r;if(Xt(n=t.valueOf)&&!Kt(r=Jt(n,t)))return r;if("string"!==e&&Xt(n=t.toString)&&!Kt(r=Jt(n,t)))return r;throw Qt("Can't convert object to primitive value")},oe=TypeError,ie=ht("toPrimitive"),ae=function(t,e){if(!te(t)||ee(t))return t;var n,r=ne(t,ie);if(r){if(void 0===e&&(e="default"),n=Zt(r,t,e),!te(n)||ee(n))return n;throw oe("Can't convert object to primitive value")}return void 0===e&&(e="number"),re(t,e)},ce=ae,ue=Nt,le=function(t){var e=ce(t,"string");return ue(e)?e:e+""},se=gt,fe=Ot,he=Tt,de=_t,ve=le,pe=TypeError,ge=Object.defineProperty,me=Object.getOwnPropertyDescriptor,ye="enumerable",be="configurable",we="writable";pt.f=se?he?function(t,e,n){if(de(t),e=ve(e),de(n),"function"==typeof t&&"prototype"===e&&"value"in n&&we in n&&!n[we]){var r=me(t,e);r&&r[we]&&(t[e]=n.value,n={configurable:be in n?n[be]:r[be],enumerable:ye in n?n[ye]:r[ye],writable:!1})}return ge(t,e,n)}:ge:function(t,e,n){if(de(t),e=ve(e),de(n),fe)try{return ge(t,e,n)}catch(t){}if("get"in n||"set"in n)throw pe("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var Ee={},Ae={get exports(){return Ee},set exports(t){Ee=t}},Se=gt,xe=P,Oe=Function.prototype,Te=Se&&Object.getOwnPropertyDescriptor,je=xe(Oe,"name"),ke={EXISTS:je,PROPER:je&&"something"===function(){}.name,CONFIGURABLE:je&&(!Se||Se&&Te(Oe,"name").configurable)},Le=F,_e=f,Pe=E(Function.toString);Le(_e.inspectSource)||(_e.inspectSource=function(t){return Pe(t)});var Re,Ce,Ie,Me=_e.inspectSource,Ue=F,De=r.WeakMap,ze=Ue(De)&&/native code/.test(String(De)),Ne=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},Fe=pt,He=Ne,Be=gt?function(t,e,n){return Fe.f(t,e,He(1,n))}:function(t,e,n){return t[e]=n,t},We=U,qe=o("keys"),Ve=function(t){return qe[t]||(qe[t]=We(t))},Ye={},Ge=ze,$e=r,Je=bt,Xe=Be,Ke=P,Qe=f,Ze=Ve,tn=Ye,en="Object already initialized",nn=$e.TypeError,rn=$e.WeakMap;if(Ge||Qe.state){var on=Qe.state||(Qe.state=new rn);on.get=on.get,on.has=on.has,on.set=on.set,Re=function(t,e){if(on.has(t))throw nn(en);return e.facade=t,on.set(t,e),e},Ce=function(t){return on.get(t)||{}},Ie=function(t){return on.has(t)}}else{var an=Ze("state");tn[an]=!0,Re=function(t,e){if(Ke(t,an))throw nn(en);return e.facade=t,Xe(t,an,e),e},Ce=function(t){return Ke(t,an)?t[an]:{}},Ie=function(t){return Ke(t,an)}}var cn={set:Re,get:Ce,has:Ie,enforce:function(t){return Ie(t)?Ce(t):Re(t,{})},getterFor:function(t){return function(e){var n;if(!Je(e)||(n=Ce(e)).type!==t)throw nn("Incompatible receiver, "+t+" required");return n}}},un=p,ln=F,sn=P,fn=gt,hn=ke.CONFIGURABLE,dn=Me,vn=cn.enforce,pn=cn.get,gn=Object.defineProperty,mn=fn&&!un((function(){return 8!==gn((function(){}),"length",{value:8}).length})),yn=String(String).split("String"),bn=Ae.exports=function(t,e,n){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!sn(t,"name")||hn&&t.name!==e)&&(fn?gn(t,"name",{value:e,configurable:!0}):t.name=e),mn&&n&&sn(n,"arity")&&t.length!==n.arity&&gn(t,"length",{value:n.arity});try{n&&sn(n,"constructor")&&n.constructor?fn&&gn(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=vn(t);return sn(r,"source")||(r.source=yn.join("string"==typeof e?e:"")),t};Function.prototype.toString=bn((function(){return ln(this)&&pn(this).source||dn(this)}),"toString");var wn=F,En=pt,An=Ee,Sn=u,xn=function(t,e,n,r){r||(r={});var o=r.enumerable,i=void 0!==r.name?r.name:e;if(wn(n)&&An(n,i,r),r.global)o?t[e]=n:Sn(e,n);else{try{r.unsafe?t[e]&&(o=!0):delete t[e]}catch(t){}o?t[e]=n:En.f(t,e,{value:n,enumerable:!1,configurable:!r.nonConfigurable,writable:!r.nonWritable})}return t},On=E,Tn=On({}.toString),jn=On("".slice),kn=function(t){return jn(Tn(t),8,-1)},Ln=vt,_n=F,Pn=kn,Rn=ht("toStringTag"),Cn=Object,In="Arguments"==Pn(function(){return arguments}()),Mn=Ln?Pn:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Cn(t),Rn))?n:In?Pn(e):"Object"==(r=Pn(e))&&_n(e.callee)?"Arguments":r},Un=Mn,Dn=vt?{}.toString:function(){return"[object "+Un(this)+"]"};vt||xn(Object.prototype,"toString",Dn,{unsafe:!0});var zn={},Nn={},Fn={}.propertyIsEnumerable,Hn=Object.getOwnPropertyDescriptor,Bn=Hn&&!Fn.call({1:2},1);Nn.f=Bn?function(t){var e=Hn(this,t);return!!e&&e.enumerable}:Fn;var Wn=p,qn=kn,Vn=Object,Yn=E("".split),Gn=Wn((function(){return!Vn("z").propertyIsEnumerable(0)}))?function(t){return"String"==qn(t)?Yn(t,""):Vn(t)}:Vn,$n=Gn,Jn=O,Xn=function(t){return $n(Jn(t))},Kn=gt,Qn=Ct,Zn=Nn,tr=Ne,er=Xn,nr=le,rr=P,or=Ot,ir=Object.getOwnPropertyDescriptor;zn.f=Kn?ir:function(t,e){if(t=er(t),e=nr(e),or)try{return ir(t,e)}catch(t){}if(rr(t,e))return tr(!Qn(Zn.f,t,e),t[e])};var ar={},cr=Math.ceil,ur=Math.floor,lr=Math.trunc||function(t){var e=+t;return(e>0?ur:cr)(e)},sr=lr,fr=function(t){var e=+t;return e!=e||0===e?0:sr(e)},hr=fr,dr=Math.max,vr=Math.min,pr=function(t,e){var n=hr(t);return n<0?dr(n+e,0):vr(n,e)},gr=fr,mr=Math.min,yr=function(t){return t>0?mr(gr(t),9007199254740991):0},br=yr,wr=function(t){return br(t.length)},Er=Xn,Ar=pr,Sr=wr,xr=function(t){return function(e,n,r){var o,i=Er(e),a=Sr(i),c=Ar(r,a);if(t&&n!=n){for(;a>c;)if((o=i[c++])!=o)return!0}else for(;a>c;c++)if((t||c in i)&&i[c]===n)return t||c||0;return!t&&-1}},Or={includes:xr(!0),indexOf:xr(!1)},Tr=P,jr=Xn,kr=Or.indexOf,Lr=Ye,_r=E([].push),Pr=function(t,e){var n,r=jr(t),o=0,i=[];for(n in r)!Tr(Lr,n)&&Tr(r,n)&&_r(i,n);for(;e.length>o;)Tr(r,n=e[o++])&&(~kr(i,n)||_r(i,n));return i},Rr=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Cr=Pr,Ir=Rr.concat("length","prototype");ar.f=Object.getOwnPropertyNames||function(t){return Cr(t,Ir)};var Mr={};Mr.f=Object.getOwnPropertySymbols;var Ur=q,Dr=ar,zr=Mr,Nr=_t,Fr=E([].concat),Hr=Ur("Reflect","ownKeys")||function(t){var e=Dr.f(Nr(t)),n=zr.f;return n?Fr(e,n(t)):e},Br=P,Wr=Hr,qr=zn,Vr=pt,Yr=p,Gr=F,$r=/#|\.prototype\./,Jr=function(t,e){var n=Kr[Xr(t)];return n==Zr||n!=Qr&&(Gr(e)?Yr(e):!!e)},Xr=Jr.normalize=function(t){return String(t).replace($r,".").toLowerCase()},Kr=Jr.data={},Qr=Jr.NATIVE="N",Zr=Jr.POLYFILL="P",to=Jr,eo=r,no=zn.f,ro=Be,oo=xn,io=u,ao=function(t,e,n){for(var r=Wr(e),o=Vr.f,i=qr.f,a=0;ai;i++)if((c=m(t[i]))&&vu(wu,c))return c;return new bu(!1)}r=pu(t,o)}for(u=h?t.next:r.next;!(l=lu(u,r)).done;){try{c=m(l.value)}catch(t){mu(r,"throw",t)}if("object"==typeof c&&c&&vu(wu,c))return c}return new bu(!1)},Au=ht("iterator"),Su=!1;try{var xu=0,Ou={next:function(){return{done:!!xu++}},return:function(){Su=!0}};Ou[Au]=function(){return this},Array.from(Ou,(function(){throw 2}))}catch(t){}var Tu=function(t,e){if(!e&&!Su)return!1;var n=!1;try{var r={};r[Au]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n},ju=Sa,ku=Na.CONSTRUCTOR||!Tu((function(t){ju.all(t).then(void 0,(function(){}))})),Lu=Ct,_u=Vt,Pu=Fa,Ru=wa,Cu=Eu;uo({target:"Promise",stat:!0,forced:ku},{all:function(t){var e=this,n=Pu.f(e),r=n.resolve,o=n.reject,i=Ru((function(){var n=_u(e.resolve),i=[],a=0,c=1;Cu(t,(function(t){var u=a++,l=!1;c++,Lu(n,e,t).then((function(t){l||(l=!0,i[u]=t,--c||r(i))}),o)})),--c||r(i)}));return i.error&&o(i.value),n.promise}});var Iu=uo,Mu=Na.CONSTRUCTOR,Uu=Sa,Du=q,zu=F,Nu=xn,Fu=Uu&&Uu.prototype;if(Iu({target:"Promise",proto:!0,forced:Mu,real:!0},{catch:function(t){return this.then(void 0,t)}}),zu(Uu)){var Hu=Du("Promise").prototype.catch;Fu.catch!==Hu&&Nu(Fu,"catch",Hu,{unsafe:!0})}var Bu=Ct,Wu=Vt,qu=Fa,Vu=wa,Yu=Eu;uo({target:"Promise",stat:!0,forced:ku},{race:function(t){var e=this,n=qu.f(e),r=n.reject,o=Vu((function(){var o=Wu(e.resolve);Yu(t,(function(t){Bu(o,e,t).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}});var Gu=Ct,$u=Fa;uo({target:"Promise",stat:!0,forced:Na.CONSTRUCTOR},{reject:function(t){var e=$u.f(this);return Gu(e.reject,void 0,t),e.promise}});var Ju=_t,Xu=bt,Ku=Fa,Qu=function(t,e){if(Ju(t),Xu(e)&&e.constructor===t)return e;var n=Ku.f(t);return(0,n.resolve)(e),n.promise},Zu=uo,tl=Na.CONSTRUCTOR,el=Qu;function nl(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function rl(t){for(var e=1;et.length)&&(e=t.length);for(var n=0,r=new Array(e);ny;y++)if((c||y in p)&&(d=g(h=p[y],y,v),t))if(e)w[y]=d;else if(d)switch(t){case 3:return!0;case 5:return h;case 6:return y;case 2:Rl(w,h)}else switch(t){case 4:return!1;case 7:Rl(w,h)}return i?-1:r||o?o:w}},Il={forEach:Cl(0),map:Cl(1),filter:Cl(2),some:Cl(3),every:Cl(4),find:Cl(5),findIndex:Cl(6),filterReject:Cl(7)},Ml=p,Ul=function(t,e){var n=[][t];return!!n&&Ml((function(){n.call(null,e||function(){return 1},1)}))},Dl=Il.forEach,zl=Ul("forEach")?[].forEach:function(t){return Dl(this,t,arguments.length>1?arguments[1]:void 0)},Nl=r,Fl=vl,Hl=ml,Bl=zl,Wl=Be,ql=function(t){if(t&&t.forEach!==Bl)try{Wl(t,"forEach",Bl)}catch(e){t.forEach=Bl}};for(var Vl in Fl)Fl[Vl]&&ql(Nl[Vl]&&Nl[Vl].prototype);ql(Hl);var Yl=_t,Gl=cu,$l=le,Jl=pt,Xl=Ne,Kl=function(t,e,n){var r=$l(e);r in t?Jl.f(t,r,Xl(0,n)):t[r]=n},Ql=vi,Zl=Ct,ts=k,es=function(t,e,n,r){try{return r?e(Yl(n)[0],n[1]):e(n)}catch(e){Gl(t,"throw",e)}},ns=qc,rs=Go,os=wr,is=Kl,as=ru,cs=Xc,us=Array,ls=function(t){var e=ts(t),n=rs(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=Ql(o,r>2?arguments[2]:void 0));var a,c,u,l,s,f,h=cs(e),d=0;if(!h||this===us&&ns(h))for(a=os(e),c=n?new this(a):us(a);a>d;d++)f=i?o(e[d],d):e[d],is(c,d,f);else for(s=(l=as(e,h)).next,c=n?new this:[];!(u=Zl(s,l)).done;d++)f=i?es(l,o,[u.value,d],!0):u.value,is(c,d,f);return c.length=d,c},ss=ls;uo({target:"Array",stat:!0,forced:!Tu((function(t){Array.from(t)}))},{from:ss});var fs=Mn,hs=String,ds=function(t){if("Symbol"===fs(t))throw TypeError("Cannot convert a Symbol value to a string");return hs(t)},vs=E,ps=fr,gs=ds,ms=O,ys=vs("".charAt),bs=vs("".charCodeAt),ws=vs("".slice),Es=function(t){return function(e,n){var r,o,i=gs(ms(e)),a=ps(n),c=i.length;return a<0||a>=c?t?"":void 0:(r=bs(i,a))<55296||r>56319||a+1===c||(o=bs(i,a+1))<56320||o>57343?t?ys(i,a):r:t?ws(i,a,a+2):o-56320+(r-55296<<10)+65536}},As={codeAt:Es(!1),charAt:Es(!0)},Ss={},xs=Pr,Os=Rr,Ts=Object.keys||function(t){return xs(t,Os)},js=gt,ks=Tt,Ls=pt,_s=_t,Ps=Xn,Rs=Ts;Ss.f=js&&!ks?Object.defineProperties:function(t,e){_s(t);for(var n,r=Ps(e),o=Rs(e),i=o.length,a=0;i>a;)Ls.f(t,n=o[a++],r[n]);return t};var Cs,Is=_t,Ms=Ss,Us=Rr,Ds=Ye,zs=pi,Ns=St,Fs="prototype",Hs="script",Bs=Ve("IE_PROTO"),Ws=function(){},qs=function(t){return"<"+Hs+">"+t+""},Vs=function(t){t.write(qs("")),t.close();var e=t.parentWindow.Object;return t=null,e},Ys=function(){try{Cs=new ActiveXObject("htmlfile")}catch(t){}var t,e,n;Ys="undefined"!=typeof document?document.domain&&Cs?Vs(Cs):(e=Ns("iframe"),n="java"+Hs+":",e.style.display="none",zs.appendChild(e),e.src=String(n),(t=e.contentWindow.document).open(),t.write(qs("document.F=Object")),t.close(),t.F):Vs(Cs);for(var r=Us.length;r--;)delete Ys[Fs][Us[r]];return Ys()};Ds[Bs]=!0;var Gs,$s,Js,Xs=Object.create||function(t,e){var n;return null!==t?(Ws[Fs]=Is(t),n=new Ws,Ws[Fs]=null,n[Bs]=t):n=Ys(),void 0===e?n:Ms.f(n,e)},Ks=!p((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),Qs=P,Zs=F,tf=k,ef=Ks,nf=Ve("IE_PROTO"),rf=Object,of=rf.prototype,af=ef?rf.getPrototypeOf:function(t){var e=tf(t);if(Qs(e,nf))return e[nf];var n=e.constructor;return Zs(n)&&e instanceof n?n.prototype:e instanceof rf?of:null},cf=p,uf=F,lf=bt,sf=af,ff=xn,hf=ht("iterator"),df=!1;[].keys&&("next"in(Js=[].keys())?($s=sf(sf(Js)))!==Object.prototype&&(Gs=$s):df=!0);var vf=!lf(Gs)||cf((function(){var t={};return Gs[hf].call(t)!==t}));vf&&(Gs={}),uf(Gs[hf])||ff(Gs,hf,(function(){return this}));var pf={IteratorPrototype:Gs,BUGGY_SAFARI_ITERATORS:df},gf=pf.IteratorPrototype,mf=Xs,yf=Ne,bf=Eo,wf=Fc,Ef=function(){return this},Af=function(t,e,n,r){var o=e+" Iterator";return t.prototype=mf(gf,{next:yf(+!r,n)}),bf(t,o,!1),wf[o]=Ef,t},Sf=uo,xf=Ct,Of=F,Tf=Af,jf=af,kf=mo,Lf=Eo,_f=Be,Pf=xn,Rf=Fc,Cf=ke.PROPER,If=ke.CONFIGURABLE,Mf=pf.IteratorPrototype,Uf=pf.BUGGY_SAFARI_ITERATORS,Df=ht("iterator"),zf="keys",Nf="values",Ff="entries",Hf=function(){return this},Bf=function(t,e,n,r,o,i,a){Tf(n,e,r);var c,u,l,s=function(t){if(t===o&&p)return p;if(!Uf&&t in d)return d[t];switch(t){case zf:case Nf:case Ff:return function(){return new n(this,t)}}return function(){return new n(this)}},f=e+" Iterator",h=!1,d=t.prototype,v=d[Df]||d["@@iterator"]||o&&d[o],p=!Uf&&v||s(o),g="Array"==e&&d.entries||v;if(g&&(c=jf(g.call(new t)))!==Object.prototype&&c.next&&(jf(c)!==Mf&&(kf?kf(c,Mf):Of(c[Df])||Pf(c,Df,Hf)),Lf(c,f,!0)),Cf&&o==Nf&&v&&v.name!==Nf&&(If?_f(d,"name",Nf):(h=!0,p=function(){return xf(v,this)})),o)if(u={values:s(Nf),keys:i?p:s(zf),entries:s(Ff)},a)for(l in u)(Uf||h||!(l in d))&&Pf(d,l,u[l]);else Sf({target:e,proto:!0,forced:Uf||h},u);return d[Df]!==p&&Pf(d,Df,p,{name:o}),Rf[e]=p,u},Wf=function(t,e){return{value:t,done:e}},qf=As.charAt,Vf=ds,Yf=cn,Gf=Bf,$f=Wf,Jf="String Iterator",Xf=Yf.set,Kf=Yf.getterFor(Jf);Gf(String,"String",(function(t){Xf(this,{type:Jf,string:Vf(t),index:0})}),(function(){var t,e=Kf(this),n=e.string,r=e.index;return r>=n.length?$f(void 0,!0):(t=qf(n,r),e.index+=t.length,$f(t,!1))}));var Qf=ht,Zf=Xs,th=pt.f,eh=Qf("unscopables"),nh=Array.prototype;null==nh[eh]&&th(nh,eh,{configurable:!0,value:Zf(null)});var rh=function(t){nh[eh][t]=!0},oh=Xn,ih=rh,ah=Fc,ch=cn,uh=pt.f,lh=Bf,sh=Wf,fh=gt,hh="Array Iterator",dh=ch.set,vh=ch.getterFor(hh),ph=lh(Array,"Array",(function(t,e){dh(this,{type:hh,target:oh(t),index:0,kind:e})}),(function(){var t=vh(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,sh(void 0,!0)):sh("keys"==n?r:"values"==n?e[r]:[r,e[r]],!1)}),"values"),gh=ah.Arguments=ah.Array;if(ih("keys"),ih("values"),ih("entries"),fh&&"values"!==gh.name)try{uh(gh,"name",{value:"values"})}catch(t){}var mh=r,yh=vl,bh=ml,wh=ph,Eh=Be,Ah=ht,Sh=Ah("iterator"),xh=Ah("toStringTag"),Oh=wh.values,Th=function(t,e){if(t){if(t[Sh]!==Oh)try{Eh(t,Sh,Oh)}catch(e){t[Sh]=Oh}if(t[xh]||Eh(t,xh,e),yh[e])for(var n in wh)if(t[n]!==wh[n])try{Eh(t,n,wh[n])}catch(e){t[n]=wh[n]}}};for(var jh in yh)Th(mh[jh]&&mh[jh].prototype,jh);Th(bh,"DOMTokenList");var kh=gt,Lh=E,_h=Ts,Ph=Xn,Rh=Lh(Nn.f),Ch=Lh([].push),Ih=function(t){return function(e){for(var n,r=Ph(e),o=_h(r),i=o.length,a=0,c=[];i>a;)n=o[a++],kh&&!Rh(r,n)||Ch(c,t?[n,r[n]]:r[n]);return c}},Mh={entries:Ih(!0),values:Ih(!1)},Uh=Mh.values;uo({target:"Object",stat:!0},{values:function(t){return Uh(t)}});var Dh=TypeError,zh=p,Nh=Q,Fh=ht("species"),Hh=function(t){return Nh>=51||!zh((function(){var e=[];return(e.constructor={})[Fh]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},Bh=uo,Wh=p,qh=bl,Vh=bt,Yh=k,Gh=wr,$h=function(t){if(t>9007199254740991)throw Dh("Maximum allowed index exceeded");return t},Jh=Kl,Xh=Tl,Kh=Hh,Qh=Q,Zh=ht("isConcatSpreadable"),td=Qh>=51||!Wh((function(){var t=[];return t[Zh]=!1,t.concat()[0]!==t})),ed=Kh("concat"),nd=function(t){if(!Vh(t))return!1;var e=t[Zh];return void 0!==e?!!e:qh(t)};Bh({target:"Array",proto:!0,arity:1,forced:!td||!ed},{concat:function(t){var e,n,r,o,i,a=Yh(this),c=Xh(a,0),u=0;for(e=-1,r=arguments.length;e1?arguments[1]:void 0);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!u(this,t)}}),sv(i,n?{get:function(t){var e=u(this,t);return e&&e.value},set:function(t,e){return c(this,0===t?0:t,e)}}:{add:function(t){return c(this,t=0===t?0:t,t)}}),yv&&uv(i,"size",{get:function(){return a(this).size}}),o},setStrong:function(t,e,n){var r=e+" Iterator",o=Ev(e),i=Ev(r);pv(t,e,(function(t,e){wv(this,{type:r,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?gv("keys"==e?n.key:"values"==e?n.value:[n.key,n.value],!1):(t.target=void 0,gv(void 0,!0))}),n?"entries":"values",!n,!0),mv(e)}};iv("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),Av);var Sv=Or.includes,xv=rh;uo({target:"Array",proto:!0,forced:p((function(){return!Array(1).includes()}))},{includes:function(t){return Sv(this,t,arguments.length>1?arguments[1]:void 0)}}),xv("includes");var Ov=bt,Tv=kn,jv=ht("match"),kv=function(t){var e;return Ov(t)&&(void 0!==(e=t[jv])?!!e:"RegExp"==Tv(t))},Lv=kv,_v=TypeError,Pv=function(t){if(Lv(t))throw _v("The method doesn't accept regular expressions");return t},Rv=ht("match"),Cv=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[Rv]=!1,"/./"[t](e)}catch(t){}}return!1},Iv=uo,Mv=Pv,Uv=O,Dv=ds,zv=Cv,Nv=E("".indexOf);Iv({target:"String",proto:!0,forced:!zv("includes")},{includes:function(t){return!!~Nv(Dv(Uv(this)),Dv(Mv(t)),arguments.length>1?arguments[1]:void 0)}});var Fv=uo,Hv=bl,Bv=Go,Wv=bt,qv=pr,Vv=wr,Yv=Xn,Gv=Kl,$v=ht,Jv=gi,Xv=Hh("slice"),Kv=$v("species"),Qv=Array,Zv=Math.max;Fv({target:"Array",proto:!0,forced:!Xv},{slice:function(t,e){var n,r,o,i=Yv(this),a=Vv(i),c=qv(t,a),u=qv(void 0===e?a:e,a);if(Hv(i)&&(n=i.constructor,(Bv(n)&&(n===Qv||Hv(n.prototype))||Wv(n)&&null===(n=n[Kv]))&&(n=void 0),n===Qv||void 0===n))return Jv(i,c,u);for(r=new(void 0===n?Qv:n)(Zv(u-c,0)),o=0;cb)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")})),dp=Ct,vp=E,pp=ds,gp=ep,mp=ap,yp=Xs,bp=cn.get,wp=lp,Ep=hp,Ap=o("native-string-replace",String.prototype.replace),Sp=RegExp.prototype.exec,xp=Sp,Op=vp("".charAt),Tp=vp("".indexOf),jp=vp("".replace),kp=vp("".slice),Lp=function(){var t=/a/,e=/b*/g;return dp(Sp,t,"a"),dp(Sp,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),_p=mp.BROKEN_CARET,Pp=void 0!==/()??/.exec("")[1];(Lp||Pp||_p||wp||Ep)&&(xp=function(t){var e,n,r,o,i,a,c,u=this,l=bp(u),s=pp(t),f=l.raw;if(f)return f.lastIndex=u.lastIndex,e=dp(xp,f,s),u.lastIndex=f.lastIndex,e;var h=l.groups,d=_p&&u.sticky,v=dp(gp,u),p=u.source,g=0,m=s;if(d&&(v=jp(v,"y",""),-1===Tp(v,"g")&&(v+="g"),m=kp(s,u.lastIndex),u.lastIndex>0&&(!u.multiline||u.multiline&&"\n"!==Op(s,u.lastIndex-1))&&(p="(?: "+p+")",m=" "+m,g++),n=new RegExp("^(?:"+p+")",v)),Pp&&(n=new RegExp("^"+p+"$(?!\\s)",v)),Lp&&(r=u.lastIndex),o=dp(Sp,d?n:u,m),d?o?(o.input=kp(o.input,g),o[0]=kp(o[0],g),o.index=u.lastIndex,u.lastIndex+=o[0].length):u.lastIndex=0:Lp&&o&&(u.lastIndex=u.global?o.index+o[0].length:r),Pp&&o&&o.length>1&&dp(Ap,o[0],n,(function(){for(i=1;i]*>)/g,dg=/\$([$&'`]|\d{1,2})/g,vg=function(t,e,n,r,o,i){var a=n+t.length,c=r.length,u=dg;return void 0!==o&&(o=cg(o),u=hg),sg(i,u,(function(i,u){var l;switch(lg(u,0)){case"$":return"$";case"&":return t;case"`":return fg(e,0,n);case"'":return fg(e,a);case"<":l=o[fg(u,1,-1)];break;default:var s=+u;if(0===s)return i;if(s>c){var f=ug(s/10);return 0===f?i:f<=c?void 0===r[f-1]?lg(u,1):r[f-1]+lg(u,1):i}l=r[s-1]}return void 0===l?"":l}))},pg=ci,gg=Ct,mg=E,yg=Hp,bg=p,wg=_t,Eg=F,Ag=A,Sg=fr,xg=yr,Og=ds,Tg=O,jg=Wp,kg=$t,Lg=vg,_g=Xp,Pg=ht("replace"),Rg=Math.max,Cg=Math.min,Ig=mg([].concat),Mg=mg([].push),Ug=mg("".indexOf),Dg=mg("".slice),zg="$0"==="a".replace(/./,"$0"),Ng=!!/./[Pg]&&""===/./[Pg]("a","$0");yg("replace",(function(t,e,n){var r=Ng?"$":"$0";return[function(t,n){var r=Tg(this),o=Ag(t)?void 0:kg(t,Pg);return o?gg(o,t,r,n):gg(e,Og(r),t,n)},function(t,o){var i=wg(this),a=Og(t);if("string"==typeof o&&-1===Ug(o,r)&&-1===Ug(o,"$<")){var c=n(e,i,a,o);if(c.done)return c.value}var u=Eg(o);u||(o=Og(o));var l=i.global;if(l){var s=i.unicode;i.lastIndex=0}for(var f=[];;){var h=_g(i,a);if(null===h)break;if(Mg(f,h),!l)break;""===Og(h[0])&&(i.lastIndex=jg(a,xg(i.lastIndex),s))}for(var d,v="",p=0,g=0;g=p&&(v+=Dg(a,p,y)+S,p=y+m.length)}return v+Dg(a,p)}]}),!!bg((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}))||!zg||Ng);var Fg=Ct,Hg=P,Bg=It,Wg=ep,qg=RegExp.prototype,Vg=function(t){var e=t.flags;return void 0!==e||"flags"in qg||Hg(t,"flags")||!Bg(qg,t)?e:Fg(Wg,t)},Yg=pt.f,Gg=gt,$g=r,Jg=E,Xg=to,Kg=Wd,Qg=Be,Zg=ar.f,tm=It,em=kv,nm=ds,rm=Vg,om=ap,im=function(t,e,n){n in t||Yg(t,n,{configurable:!0,get:function(){return e[n]},set:function(t){e[n]=t}})},am=xn,cm=p,um=P,lm=cn.enforce,sm=To,fm=lp,hm=hp,dm=ht("match"),vm=$g.RegExp,pm=vm.prototype,gm=$g.SyntaxError,mm=Jg(pm.exec),ym=Jg("".charAt),bm=Jg("".replace),wm=Jg("".indexOf),Em=Jg("".slice),Am=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,Sm=/a/g,xm=/a/g,Om=new vm(Sm)!==Sm,Tm=om.MISSED_STICKY,jm=om.UNSUPPORTED_Y,km=Gg&&(!Om||Tm||fm||hm||cm((function(){return xm[dm]=!1,vm(Sm)!=Sm||vm(xm)==xm||"/a/i"!=vm(Sm,"i")})));if(Xg("RegExp",km)){for(var Lm=function(t,e){var n,r,o,i,a,c,u=tm(pm,this),l=em(t),s=void 0===e,f=[],h=t;if(!u&&l&&s&&t.constructor===Lm)return t;if((l||tm(pm,t))&&(t=t.source,s&&(e=rm(h))),t=void 0===t?"":nm(t),e=void 0===e?"":nm(e),h=t,fm&&"dotAll"in Sm&&(r=!!e&&wm(e,"s")>-1)&&(e=bm(e,/s/g,"")),n=e,Tm&&"sticky"in Sm&&(o=!!e&&wm(e,"y")>-1)&&jm&&(e=bm(e,/y/g,"")),hm&&(i=function(t){for(var e,n=t.length,r=0,o="",i=[],a={},c=!1,u=!1,l=0,s="";r<=n;r++){if("\\"===(e=ym(t,r)))e+=ym(t,++r);else if("]"===e)c=!1;else if(!c)switch(!0){case"["===e:c=!0;break;case"("===e:mm(Am,Em(t,r+1))&&(r+=2,u=!0),o+=e,l++;continue;case">"===e&&u:if(""===s||um(a,s))throw new gm("Invalid capture group name");a[s]=!0,i[i.length]=[s,l],u=!1,s="";continue}u?s+=e:o+=e}return[o,i]}(t),t=i[0],f=i[1]),a=Kg(vm(t,e),u?this:pm,Lm),(r||o||f.length)&&(c=lm(a),r&&(c.dotAll=!0,c.raw=Lm(function(t){for(var e,n=t.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(e=ym(t,r))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+ym(t,++r);return o}(t),n)),o&&(c.sticky=!0),f.length&&(c.groups=f)),t!==h)try{Qg(a,"source",""===h?"(?:)":h)}catch(t){}return a},_m=Zg(vm),Pm=0;_m.length>Pm;)im(Lm,vm,_m[Pm++]);pm.constructor=Lm,Lm.prototype=pm,am($g,"RegExp",Lm,{constructor:!0})}sm("RegExp");var Rm=ke.PROPER,Cm=xn,Im=_t,Mm=ds,Um=p,Dm=Vg,zm="toString",Nm=RegExp.prototype[zm],Fm=Um((function(){return"/a/b"!=Nm.call({source:"a",flags:"b"})})),Hm=Rm&&Nm.name!=zm;(Fm||Hm)&&Cm(RegExp.prototype,zm,(function(){var t=Im(this);return"/"+Mm(t.source)+"/"+Mm(Dm(t))}),{unsafe:!0});var Bm=uo,Wm=Sa,qm=p,Vm=q,Ym=F,Gm=ni,$m=Qu,Jm=xn,Xm=Wm&&Wm.prototype;if(Bm({target:"Promise",proto:!0,real:!0,forced:!!Wm&&qm((function(){Xm.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=Gm(this,Vm("Promise")),n=Ym(t);return this.then(n?function(n){return $m(e,t()).then((function(){return n}))}:t,n?function(n){return $m(e,t()).then((function(){throw n}))}:t)}}),Ym(Wm)){var Km=Vm("Promise").prototype.finally;Xm.finally!==Km&&Jm(Xm,"finally",Km,{unsafe:!0})}var Qm=Il.filter;uo({target:"Array",proto:!0,forced:!Hh("filter")},{filter:function(t){return Qm(this,t,arguments.length>1?arguments[1]:void 0)}});var Zm="\t\n\v\f\r                 \u2028\u2029\ufeff",ty=O,ey=ds,ny=Zm,ry=E("".replace),oy="["+ny+"]",iy=RegExp("^"+oy+oy+"*"),ay=RegExp(oy+oy+"*$"),cy=function(t){return function(e){var n=ey(ty(e));return 1&t&&(n=ry(n,iy,"")),2&t&&(n=ry(n,ay,"")),n}},uy={start:cy(1),end:cy(2),trim:cy(3)},ly=ke.PROPER,sy=p,fy=Zm,hy=uy.trim;uo({target:"String",proto:!0,forced:function(t){return sy((function(){return!!fy[t]()||"​…᠎"!=="​…᠎"[t]()||ly&&fy[t].name!==t}))}("trim")},{trim:function(){return hy(this)}});var dy=["log","warn","err"],vy={},py="log",gy=!1,my={__documentation_for_chainable_object_of_log_execution__:function(){return"Use this object to chain logging calls. All standard methods are supported (see https://developer.mozilla.org/en-US/docs/Web/API/Console) and are executed with silent fails if not supported by the browser. See other methods in this object for an overview. Use disable()/enable() to deactivate/activate all debug outputs (exceptions are assert, clear, error and warn) to the console centrally"},setLogLevel:function(t){return t="".concat(t),dy.includes(t)&&(py=t),wy()},tryToLogToParent:function(t){return gy=t=void 0===t||!!t,wy()},assert:by("assert"),clear:by("clear"),count:by("count"),dir:by("dir"),dirxml:by("dirxml"),dirXml:by("dirxml"),error:function(){return Ay.apply(void 0,sl(Array.from(arguments)))},group:by("group"),groupCollapsed:by("groupCollapsed"),groupEnd:by("groupEnd"),info:by("info"),log:function(){return wy.apply(void 0,sl(Array.from(arguments)))},profile:by("profile"),profileEnd:by("profileEnd"),table:by("table"),time:by("time"),timeEnd:by("timeEnd"),timeLog:by("timeLog"),timeStamp:by("timeStamp"),trace:by("trace"),warn:function(){return Ey.apply(void 0,sl(Array.from(arguments)))}};function yy(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(t="".concat(t),n=dy.includes("".concat(n))?"".concat(n):dy[0],dy.indexOf(py)<=dy.indexOf(n))if("function"==typeof(null===(e=window.console)||void 0===e?void 0:e[t]))try{for(var r=arguments.length,o=new Array(r>2?r-2:0),i=2;i0&&void 0!==arguments[0]?arguments[0]:null;try{t=(new Error).stack.split("\n")[2].trim()}catch(e){t="anonymous"}void 0===vy[t]&&(vy[t]=0),vy[t]++,wy("<> ".concat(t," [").concat(vy[t],"]").concat(e?" | "+e:""))}}),xy="Basic",Oy=document.createDocumentFragment(); /*! diff --git a/dist/events.js b/dist/events.js index 1c5527bf..a9ffea89 100644 --- a/dist/events.js +++ b/dist/events.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Events diff --git a/dist/fonts.js b/dist/fonts.js index 2fa54bbc..a6a427e2 100644 --- a/dist/fonts.js +++ b/dist/fonts.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Fonts diff --git a/dist/forms.js b/dist/forms.js index 89d13864..c5b5e490 100644 --- a/dist/forms.js +++ b/dist/forms.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Forms diff --git a/dist/functions.js b/dist/functions.js index ad73865a..2e6f521a 100644 --- a/dist/functions.js +++ b/dist/functions.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Functions diff --git a/dist/images.js b/dist/images.js index 229f7d02..9ab7ccad 100644 --- a/dist/images.js +++ b/dist/images.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Images diff --git a/dist/interaction.js b/dist/interaction.js index 53ad92f9..5baa4f02 100644 --- a/dist/interaction.js +++ b/dist/interaction.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Interaction diff --git a/dist/logging.js b/dist/logging.js index 9ef3d2bf..fc60bf42 100644 --- a/dist/logging.js +++ b/dist/logging.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Logging diff --git a/dist/navigation.js b/dist/navigation.js index 1d050cd0..bd19e4f2 100644 --- a/dist/navigation.js +++ b/dist/navigation.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Navigation diff --git a/dist/objects.js b/dist/objects.js index 984c9898..143b3763 100644 --- a/dist/objects.js +++ b/dist/objects.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Objects diff --git a/dist/polling.js b/dist/polling.js index 277a540c..eb0e3572 100644 --- a/dist/polling.js +++ b/dist/polling.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Polling diff --git a/dist/polyfills.js b/dist/polyfills.js index bd020cca..fb4dd203 100644 --- a/dist/polyfills.js +++ b/dist/polyfills.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Polyfills diff --git a/dist/random.js b/dist/random.js index 55bc342e..57954a01 100644 --- a/dist/random.js +++ b/dist/random.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Random diff --git a/dist/requests.js b/dist/requests.js index d57df64d..5afd3905 100644 --- a/dist/requests.js +++ b/dist/requests.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Requests diff --git a/dist/strings.js b/dist/strings.js index 14aa38b3..807d5211 100644 --- a/dist/strings.js +++ b/dist/strings.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Strings diff --git a/dist/timers.js b/dist/timers.js index 917ec9a0..21230dd8 100644 --- a/dist/timers.js +++ b/dist/timers.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Timers diff --git a/dist/urls.js b/dist/urls.js index bfefe06f..1ab8b4c8 100644 --- a/dist/urls.js +++ b/dist/urls.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Urls diff --git a/dist/viewport.js b/dist/viewport.js index 12f8a600..62036b66 100644 --- a/dist/viewport.js +++ b/dist/viewport.js @@ -1,5 +1,5 @@ /*! - * annex v0.1.1-beta + * @oktarintentakel/annex v0.1.2-beta */ /*! * Module Viewport diff --git a/docs/documentation/Animation.html b/docs/documentation/Animation.html index 471e3aa1..a054f2cf 100644 --- a/docs/documentation/Animation.html +++ b/docs/documentation/Animation.html @@ -119,7 +119,7 @@

Home

Namespaces

  • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
    diff --git a/docs/documentation/Animation_EasingFunctions.html b/docs/documentation/Animation_EasingFunctions.html index 4f96aad1..0f0c2612 100644 --- a/docs/documentation/Animation_EasingFunctions.html +++ b/docs/documentation/Animation_EasingFunctions.html @@ -208,7 +208,7 @@

    Home

    Namespaces

    • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
      diff --git a/docs/documentation/Animation_transition.html b/docs/documentation/Animation_transition.html index 96e0a08a..c42f3104 100644 --- a/docs/documentation/Animation_transition.html +++ b/docs/documentation/Animation_transition.html @@ -450,7 +450,7 @@

      Home

      Namespaces

      • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
        diff --git a/docs/documentation/Arrays.html b/docs/documentation/Arrays.html index caff327c..018d8eaa 100644 --- a/docs/documentation/Arrays.html +++ b/docs/documentation/Arrays.html @@ -119,7 +119,7 @@

        Home

        Namespaces

        • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
          diff --git a/docs/documentation/Arrays_removeFrom.html b/docs/documentation/Arrays_removeFrom.html index d765972f..b8326398 100644 --- a/docs/documentation/Arrays_removeFrom.html +++ b/docs/documentation/Arrays_removeFrom.html @@ -420,7 +420,7 @@

          Home

          Namespaces

          • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
            diff --git a/docs/documentation/Basic.html b/docs/documentation/Basic.html index e3053fd1..121b5616 100644 --- a/docs/documentation/Basic.html +++ b/docs/documentation/Basic.html @@ -119,7 +119,7 @@

            Home

            Namespaces

            • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
              diff --git a/docs/documentation/Basic_Deferred.html b/docs/documentation/Basic_Deferred.html index 5cb6df9a..086547c4 100644 --- a/docs/documentation/Basic_Deferred.html +++ b/docs/documentation/Basic_Deferred.html @@ -216,7 +216,7 @@

              Home

              Namespaces

              • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                diff --git a/docs/documentation/Basic_Observable.html b/docs/documentation/Basic_Observable.html index a8f81ddf..1b9c11d4 100644 --- a/docs/documentation/Basic_Observable.html +++ b/docs/documentation/Basic_Observable.html @@ -197,7 +197,7 @@

                Home

                Namespaces

                • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                  diff --git a/docs/documentation/Basic_assert.html b/docs/documentation/Basic_assert.html index 08019a72..6f3505e5 100644 --- a/docs/documentation/Basic_assert.html +++ b/docs/documentation/Basic_assert.html @@ -332,7 +332,7 @@

                  Home

                  Namespaces

                  • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                    diff --git a/docs/documentation/Basic_attempt.html b/docs/documentation/Basic_attempt.html index b79d17ed..a1f17d5b 100644 --- a/docs/documentation/Basic_attempt.html +++ b/docs/documentation/Basic_attempt.html @@ -297,7 +297,7 @@

                    Home

                    Namespaces

                    • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                      diff --git a/docs/documentation/Basic_getType.html b/docs/documentation/Basic_getType.html index 25866c7d..b7bbaa35 100644 --- a/docs/documentation/Basic_getType.html +++ b/docs/documentation/Basic_getType.html @@ -323,7 +323,7 @@

                      Home

                      Namespaces

                      • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                        diff --git a/docs/documentation/Basic_hasMembers.html b/docs/documentation/Basic_hasMembers.html index 2ccf2bc5..1d41bece 100644 --- a/docs/documentation/Basic_hasMembers.html +++ b/docs/documentation/Basic_hasMembers.html @@ -375,7 +375,7 @@

                        Home

                        Namespaces

                        • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                          diff --git a/docs/documentation/Basic_hasValue.html b/docs/documentation/Basic_hasValue.html index 4f53bedd..47e9b022 100644 --- a/docs/documentation/Basic_hasValue.html +++ b/docs/documentation/Basic_hasValue.html @@ -299,7 +299,7 @@

                          Home

                          Namespaces

                          • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                            diff --git a/docs/documentation/Basic_isA.html b/docs/documentation/Basic_isA.html index 93de3be2..1eb0b910 100644 --- a/docs/documentation/Basic_isA.html +++ b/docs/documentation/Basic_isA.html @@ -312,7 +312,7 @@

                            Home

                            Namespaces

                            • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                              diff --git a/docs/documentation/Basic_isEmpty.html b/docs/documentation/Basic_isEmpty.html index df7af883..667e563f 100644 --- a/docs/documentation/Basic_isEmpty.html +++ b/docs/documentation/Basic_isEmpty.html @@ -302,7 +302,7 @@

                              Home

                              Namespaces

                              • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                diff --git a/docs/documentation/Basic_isEventTarget.html b/docs/documentation/Basic_isEventTarget.html index b9de8711..de52f0d9 100644 --- a/docs/documentation/Basic_isEventTarget.html +++ b/docs/documentation/Basic_isEventTarget.html @@ -287,7 +287,7 @@

                                Home

                                Namespaces

                                • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                  diff --git a/docs/documentation/Basic_isFloat.html b/docs/documentation/Basic_isFloat.html index 3cc0be4b..f1755fd3 100644 --- a/docs/documentation/Basic_isFloat.html +++ b/docs/documentation/Basic_isFloat.html @@ -286,7 +286,7 @@

                                  Home

                                  Namespaces

                                  • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                    diff --git a/docs/documentation/Basic_isInt.html b/docs/documentation/Basic_isInt.html index 407386ef..6ce0dd47 100644 --- a/docs/documentation/Basic_isInt.html +++ b/docs/documentation/Basic_isInt.html @@ -285,7 +285,7 @@

                                    Home

                                    Namespaces

                                    • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                      diff --git a/docs/documentation/Basic_isNaN.html b/docs/documentation/Basic_isNaN.html index 1271defd..472e37e2 100644 --- a/docs/documentation/Basic_isNaN.html +++ b/docs/documentation/Basic_isNaN.html @@ -343,7 +343,7 @@

                                      Home

                                      Namespaces

                                      • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                        diff --git a/docs/documentation/Basic_isPlainObject.html b/docs/documentation/Basic_isPlainObject.html index 64605737..317d54d9 100644 --- a/docs/documentation/Basic_isPlainObject.html +++ b/docs/documentation/Basic_isPlainObject.html @@ -287,7 +287,7 @@

                                        Home

                                        Namespaces

                                        • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                          diff --git a/docs/documentation/Basic_isPotentialId.html b/docs/documentation/Basic_isPotentialId.html index 5d4ded0d..81c57976 100644 --- a/docs/documentation/Basic_isPotentialId.html +++ b/docs/documentation/Basic_isPotentialId.html @@ -471,7 +471,7 @@

                                          Home

                                          Namespaces

                                          • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                            diff --git a/docs/documentation/Basic_isSelector.html b/docs/documentation/Basic_isSelector.html index 83f3356b..f14f0dd1 100644 --- a/docs/documentation/Basic_isSelector.html +++ b/docs/documentation/Basic_isSelector.html @@ -284,7 +284,7 @@

                                            Home

                                            Namespaces

                                            • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                              diff --git a/docs/documentation/Basic_minMax.html b/docs/documentation/Basic_minMax.html index 5455f990..eca86190 100644 --- a/docs/documentation/Basic_minMax.html +++ b/docs/documentation/Basic_minMax.html @@ -341,7 +341,7 @@

                                              Home

                                              Namespaces

                                              • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                diff --git a/docs/documentation/Basic_orDefault.html b/docs/documentation/Basic_orDefault.html index 77cd7fc9..f94e2a82 100644 --- a/docs/documentation/Basic_orDefault.html +++ b/docs/documentation/Basic_orDefault.html @@ -421,7 +421,7 @@

                                                Home

                                                Namespaces

                                                • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                  diff --git a/docs/documentation/Basic_size.html b/docs/documentation/Basic_size.html index fc04fa81..b0879a5e 100644 --- a/docs/documentation/Basic_size.html +++ b/docs/documentation/Basic_size.html @@ -384,7 +384,7 @@

                                                  Home

                                                  Namespaces

                                                  • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                    diff --git a/docs/documentation/CSS.html b/docs/documentation/CSS.html index ba94fe8d..5c81efb4 100644 --- a/docs/documentation/CSS.html +++ b/docs/documentation/CSS.html @@ -119,7 +119,7 @@

                                                    Home

                                                    Namespaces

                                                    • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                      diff --git a/docs/documentation/CSS_applyStyles.html b/docs/documentation/CSS_applyStyles.html index 452dac23..7a24abdf 100644 --- a/docs/documentation/CSS_applyStyles.html +++ b/docs/documentation/CSS_applyStyles.html @@ -454,7 +454,7 @@

                                                      Home

                                                      Namespaces

                                                      • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                        diff --git a/docs/documentation/CSS_cssUrlValueToUrl.html b/docs/documentation/CSS_cssUrlValueToUrl.html index 28d62345..2924d60a 100644 --- a/docs/documentation/CSS_cssUrlValueToUrl.html +++ b/docs/documentation/CSS_cssUrlValueToUrl.html @@ -390,7 +390,7 @@

                                                        Home

                                                        Namespaces

                                                        • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                          diff --git a/docs/documentation/CSS_cssValueToNumber.html b/docs/documentation/CSS_cssValueToNumber.html index 7a823015..14217b01 100644 --- a/docs/documentation/CSS_cssValueToNumber.html +++ b/docs/documentation/CSS_cssValueToNumber.html @@ -287,7 +287,7 @@

                                                          Home

                                                          Namespaces

                                                          • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                            diff --git a/docs/documentation/CSS_remByPx.html b/docs/documentation/CSS_remByPx.html index 94927b8c..b4a56663 100644 --- a/docs/documentation/CSS_remByPx.html +++ b/docs/documentation/CSS_remByPx.html @@ -370,7 +370,7 @@

                                                            Home

                                                            Namespaces

                                                            • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                              diff --git a/docs/documentation/Context.html b/docs/documentation/Context.html index 6c9aae1d..a3ea491e 100644 --- a/docs/documentation/Context.html +++ b/docs/documentation/Context.html @@ -119,7 +119,7 @@

                                                              Home

                                                              Namespaces

                                                              • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                diff --git a/docs/documentation/Context_browserSupportsHistoryManipulation.html b/docs/documentation/Context_browserSupportsHistoryManipulation.html index bc162dc2..0b73329d 100644 --- a/docs/documentation/Context_browserSupportsHistoryManipulation.html +++ b/docs/documentation/Context_browserSupportsHistoryManipulation.html @@ -235,7 +235,7 @@

                                                                Home

                                                                Namespaces

                                                                • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                  diff --git a/docs/documentation/Context_contextHasHighDpi.html b/docs/documentation/Context_contextHasHighDpi.html index f05d98c8..c2a7dd0e 100644 --- a/docs/documentation/Context_contextHasHighDpi.html +++ b/docs/documentation/Context_contextHasHighDpi.html @@ -236,7 +236,7 @@

                                                                  Home

                                                                  Namespaces

                                                                  • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                    diff --git a/docs/documentation/Context_detectAppleDevice.html b/docs/documentation/Context_detectAppleDevice.html index 8630b2f6..185b0b3e 100644 --- a/docs/documentation/Context_detectAppleDevice.html +++ b/docs/documentation/Context_detectAppleDevice.html @@ -309,7 +309,7 @@

                                                                    Home

                                                                    Namespaces

                                                                    • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                      diff --git a/docs/documentation/Context_detectInteractionType.html b/docs/documentation/Context_detectInteractionType.html index f14e9ae1..1b3d250f 100644 --- a/docs/documentation/Context_detectInteractionType.html +++ b/docs/documentation/Context_detectInteractionType.html @@ -319,7 +319,7 @@

                                                                      Home

                                                                      Namespaces

                                                                      • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                        diff --git a/docs/documentation/Context_getBrowserLanguage.html b/docs/documentation/Context_getBrowserLanguage.html index c30a7e3f..9e9b0755 100644 --- a/docs/documentation/Context_getBrowserLanguage.html +++ b/docs/documentation/Context_getBrowserLanguage.html @@ -316,7 +316,7 @@

                                                                        Home

                                                                        Namespaces

                                                                        • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                          diff --git a/docs/documentation/Context_getBrowserLocale.html b/docs/documentation/Context_getBrowserLocale.html index e8f09c16..649902a7 100644 --- a/docs/documentation/Context_getBrowserLocale.html +++ b/docs/documentation/Context_getBrowserLocale.html @@ -326,7 +326,7 @@

                                                                          Home

                                                                          Namespaces

                                                                          • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                            diff --git a/docs/documentation/Context_getBrowserScrollbarWidth.html b/docs/documentation/Context_getBrowserScrollbarWidth.html index 350b7cc9..014d9c9d 100644 --- a/docs/documentation/Context_getBrowserScrollbarWidth.html +++ b/docs/documentation/Context_getBrowserScrollbarWidth.html @@ -237,7 +237,7 @@

                                                                            Home

                                                                            Namespaces

                                                                            • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                              diff --git a/docs/documentation/Context_getLocale.html b/docs/documentation/Context_getLocale.html index ce184234..5458f26f 100644 --- a/docs/documentation/Context_getLocale.html +++ b/docs/documentation/Context_getLocale.html @@ -369,7 +369,7 @@

                                                                              Home

                                                                              Namespaces

                                                                              • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                diff --git a/docs/documentation/Cookies.html b/docs/documentation/Cookies.html index d60d3e39..7f677127 100644 --- a/docs/documentation/Cookies.html +++ b/docs/documentation/Cookies.html @@ -119,7 +119,7 @@

                                                                                Home

                                                                                Namespaces

                                                                                • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                  diff --git a/docs/documentation/Cookies_getCookie.html b/docs/documentation/Cookies_getCookie.html index 02befeef..2a0f75c1 100644 --- a/docs/documentation/Cookies_getCookie.html +++ b/docs/documentation/Cookies_getCookie.html @@ -319,7 +319,7 @@

                                                                                  Home

                                                                                  Namespaces

                                                                                  • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                    diff --git a/docs/documentation/Cookies_getCookies.html b/docs/documentation/Cookies_getCookies.html index 561fa9dd..1c8859d6 100644 --- a/docs/documentation/Cookies_getCookies.html +++ b/docs/documentation/Cookies_getCookies.html @@ -314,7 +314,7 @@

                                                                                    Home

                                                                                    Namespaces

                                                                                    • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                      diff --git a/docs/documentation/Cookies_removeCookie.html b/docs/documentation/Cookies_removeCookie.html index 89892c41..8092bf47 100644 --- a/docs/documentation/Cookies_removeCookie.html +++ b/docs/documentation/Cookies_removeCookie.html @@ -337,7 +337,7 @@

                                                                                      Home

                                                                                      Namespaces

                                                                                      • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                        diff --git a/docs/documentation/Cookies_setCookie.html b/docs/documentation/Cookies_setCookie.html index 163aff23..8c2e350e 100644 --- a/docs/documentation/Cookies_setCookie.html +++ b/docs/documentation/Cookies_setCookie.html @@ -378,7 +378,7 @@

                                                                                        Home

                                                                                        Namespaces

                                                                                        • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                          diff --git a/docs/documentation/Elements.html b/docs/documentation/Elements.html index 70215d1c..296e08ae 100644 --- a/docs/documentation/Elements.html +++ b/docs/documentation/Elements.html @@ -119,7 +119,7 @@

                                                                                          Home

                                                                                          Namespaces

                                                                                          • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                            diff --git a/docs/documentation/Elements_createNode.html b/docs/documentation/Elements_createNode.html index ea6576f5..e2be9982 100644 --- a/docs/documentation/Elements_createNode.html +++ b/docs/documentation/Elements_createNode.html @@ -402,7 +402,7 @@

                                                                                            Home

                                                                                            Namespaces

                                                                                            • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                              diff --git a/docs/documentation/Elements_defineNode.html b/docs/documentation/Elements_defineNode.html index 50decc29..dee4dda7 100644 --- a/docs/documentation/Elements_defineNode.html +++ b/docs/documentation/Elements_defineNode.html @@ -419,7 +419,7 @@

                                                                                              Home

                                                                                              Namespaces

                                                                                              • - Documentation generated by JSDoc 3.6.11 on Mon Feb 27 2023 17:30:42 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Mar 15 2023 18:26:12 GMT+0000 (Coordinated Universal Time)
                                                                                                diff --git a/docs/documentation/Elements_find.html b/docs/documentation/Elements_find.html index 83c40f52..71a2a1ef 100644 --- a/docs/documentation/Elements_find.html +++ b/docs/documentation/Elements_find.html @@ -427,7 +427,7 @@

                                                                                                Home

                                                                                                Namespaces