@dnb/eufemia 10.71.0 → 10.71.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/cjs/components/date-picker/DatePickerFooter.d.ts +2 -2
- package/cjs/components/date-picker/DatePickerFooter.js.map +1 -1
- package/cjs/components/date-picker/DatePickerInput.js +18 -22
- package/cjs/components/date-picker/DatePickerInput.js.map +1 -1
- package/cjs/components/date-picker/hooks/useDates.d.ts +1 -10
- package/cjs/components/date-picker/hooks/useDates.js +2 -40
- package/cjs/components/date-picker/hooks/useDates.js.map +1 -1
- package/cjs/components/date-picker/hooks/useInputDates.d.ts +14 -0
- package/cjs/components/date-picker/hooks/useInputDates.js +80 -0
- package/cjs/components/date-picker/hooks/useInputDates.js.map +1 -0
- package/cjs/components/input-masked/text-mask/adjustCaretPosition.js +2 -2
- package/cjs/components/input-masked/text-mask/adjustCaretPosition.js.map +1 -1
- package/cjs/components/tooltip/TooltipContainer.js +2 -1
- package/cjs/components/tooltip/TooltipContainer.js.map +1 -1
- package/cjs/extensions/forms/utils/FormError.d.ts +3 -0
- package/cjs/extensions/forms/utils/FormError.js.map +1 -1
- package/cjs/shared/Eufemia.d.ts +1 -1
- package/cjs/shared/Eufemia.js +2 -2
- package/cjs/shared/Eufemia.js.map +1 -1
- package/cjs/shared/locales/en-GB.js +2 -2
- package/cjs/shared/locales/en-GB.js.map +1 -1
- package/cjs/style/core/scopes.scss +1 -1
- package/cjs/style/dnb-ui-basis.css +1 -1
- package/cjs/style/dnb-ui-basis.min.css +1 -1
- package/cjs/style/dnb-ui-body.css +1 -1
- package/cjs/style/dnb-ui-body.min.css +1 -1
- package/cjs/style/dnb-ui-core.css +1 -1
- package/cjs/style/dnb-ui-core.min.css +1 -1
- package/components/date-picker/DatePickerFooter.d.ts +2 -2
- package/components/date-picker/DatePickerFooter.js.map +1 -1
- package/components/date-picker/DatePickerInput.js +18 -22
- package/components/date-picker/DatePickerInput.js.map +1 -1
- package/components/date-picker/hooks/useDates.d.ts +1 -10
- package/components/date-picker/hooks/useDates.js +2 -36
- package/components/date-picker/hooks/useDates.js.map +1 -1
- package/components/date-picker/hooks/useInputDates.d.ts +14 -0
- package/components/date-picker/hooks/useInputDates.js +72 -0
- package/components/date-picker/hooks/useInputDates.js.map +1 -0
- package/components/input-masked/text-mask/adjustCaretPosition.js +2 -2
- package/components/input-masked/text-mask/adjustCaretPosition.js.map +1 -1
- package/components/tooltip/TooltipContainer.js +2 -1
- package/components/tooltip/TooltipContainer.js.map +1 -1
- package/es/components/date-picker/DatePickerFooter.d.ts +2 -2
- package/es/components/date-picker/DatePickerFooter.js.map +1 -1
- package/es/components/date-picker/DatePickerInput.js +18 -22
- package/es/components/date-picker/DatePickerInput.js.map +1 -1
- package/es/components/date-picker/hooks/useDates.d.ts +1 -10
- package/es/components/date-picker/hooks/useDates.js +2 -36
- package/es/components/date-picker/hooks/useDates.js.map +1 -1
- package/es/components/date-picker/hooks/useInputDates.d.ts +14 -0
- package/es/components/date-picker/hooks/useInputDates.js +70 -0
- package/es/components/date-picker/hooks/useInputDates.js.map +1 -0
- package/es/components/input-masked/text-mask/adjustCaretPosition.js +2 -2
- package/es/components/input-masked/text-mask/adjustCaretPosition.js.map +1 -1
- package/es/components/tooltip/TooltipContainer.js +2 -1
- package/es/components/tooltip/TooltipContainer.js.map +1 -1
- package/es/extensions/forms/utils/FormError.d.ts +3 -0
- package/es/extensions/forms/utils/FormError.js.map +1 -1
- package/es/shared/Eufemia.d.ts +1 -1
- package/es/shared/Eufemia.js +2 -2
- package/es/shared/Eufemia.js.map +1 -1
- package/es/shared/locales/en-GB.js +2 -2
- package/es/shared/locales/en-GB.js.map +1 -1
- package/es/style/core/scopes.scss +1 -1
- package/es/style/dnb-ui-basis.css +1 -1
- package/es/style/dnb-ui-basis.min.css +1 -1
- package/es/style/dnb-ui-body.css +1 -1
- package/es/style/dnb-ui-body.min.css +1 -1
- package/es/style/dnb-ui-core.css +1 -1
- package/es/style/dnb-ui-core.min.css +1 -1
- package/esm/dnb-ui-basis.min.mjs +1 -1
- package/esm/dnb-ui-components.min.mjs +1 -1
- package/esm/dnb-ui-elements.min.mjs +1 -1
- package/esm/dnb-ui-extensions.min.mjs +1 -1
- package/esm/dnb-ui-lib.min.mjs +1 -1
- package/extensions/forms/utils/FormError.d.ts +3 -0
- package/extensions/forms/utils/FormError.js.map +1 -1
- package/package.json +1 -1
- package/shared/Eufemia.d.ts +1 -1
- package/shared/Eufemia.js +2 -2
- package/shared/Eufemia.js.map +1 -1
- package/shared/locales/en-GB.js +2 -2
- package/shared/locales/en-GB.js.map +1 -1
- package/style/core/scopes.scss +1 -1
- package/style/dnb-ui-basis.css +1 -1
- package/style/dnb-ui-basis.min.css +1 -1
- package/style/dnb-ui-body.css +1 -1
- package/style/dnb-ui-body.min.css +1 -1
- package/style/dnb-ui-core.css +1 -1
- package/style/dnb-ui-core.min.css +1 -1
- package/umd/dnb-ui-basis.min.js +1 -1
- package/umd/dnb-ui-components.min.js +1 -1
- package/umd/dnb-ui-elements.min.js +1 -1
- package/umd/dnb-ui-extensions.min.js +1 -1
- package/umd/dnb-ui-lib.min.js +1 -1
- package/cjs/components/icon/lib/SvgComparison.d.ts +0 -2
- package/cjs/components/icon/lib/SvgComparison.js +0 -56
- package/cjs/components/icon/lib/SvgComparison.js.map +0 -1
- package/components/icon/lib/SvgComparison.d.ts +0 -2
- package/components/icon/lib/SvgComparison.js +0 -49
- package/components/icon/lib/SvgComparison.js.map +0 -1
- package/es/components/icon/lib/SvgComparison.d.ts +0 -2
- package/es/components/icon/lib/SvgComparison.js +0 -49
- package/es/components/icon/lib/SvgComparison.js.map +0 -1
package/esm/dnb-ui-basis.min.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"react";var t="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function n(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var e,r,o,i,u,a,c,f,s,l,v={};function d(){return r?e:(r=1,e=function(t){try{return!!t()}catch(t){return!0}})}function p(){if(i)return o;i=1;var t=d();return o=!t((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))}function g(){if(f)return c;f=1;var t=p(),n=Function.prototype.call;return c=t?n.bind(n):function(){return n.apply(n,arguments)},c}function y(){if(l)return s;l=1;var t=p(),n=Function.prototype,e=n.call,r=t&&n.bind.bind(e,e);return s=t?r:function(t){return function(){return e.apply(t,arguments)}},s}var h,m,w={};function b(){if(m)return h;m=1;var n=function(t){return t&&t.Math===Math&&t};return h=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()}var x,S,E={};function O(){if(S)return x;S=1;var t=d();return x=!t((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}var L,A,I,P,j,R,T,M,k,C,_,N,D,F,$,G,z,K,B,U,V,W,Y,H,X,q,J,Q,Z,tt,nt,et,rt,ot,it,ut,at,ct,ft,st={};function lt(){return I?A:(I=1,A=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}})}function vt(){if(j)return P;j=1;var t=y(),n=t({}.toString),e=t("".slice);return P=function(t){return e(n(t),8,-1)}}function dt(){return k?M:(k=1,M=function(t){return null==t})}function pt(){if(_)return C;_=1;var t=dt(),n=TypeError;return C=function(e){if(t(e))throw new n("Can't call method on "+e);return e}}function gt(){if(D)return N;D=1;var t=function(){if(T)return R;T=1;var t=y(),n=d(),e=vt(),r=Object,o=t("".split);return R=n((function(){return!r("z").propertyIsEnumerable(0)}))?function(t){return"String"===e(t)?o(t,""):r(t)}:r}(),n=pt();return N=function(e){return t(n(e))}}function yt(){if($)return F;$=1;var t="object"==typeof document&&document.all;return F=void 0===t&&void 0!==t?function(n){return"function"==typeof n||n===t}:function(t){return"function"==typeof t}}function ht(){if(z)return G;z=1;var t=yt();return G=function(n){return"object"==typeof n?null!==n:t(n)}}function mt(){if(B)return K;B=1;var t=b(),n=yt();return K=function(e,r){return arguments.length<2?(o=t[e],n(o)?o:void 0):t[e]&&t[e][r];var o},K}function wt(){if(V)return U;V=1;var t=y();return U=t({}.isPrototypeOf)}function bt(){if(X)return H;X=1;var t,n,e=b(),r=function(){if(Y)return W;Y=1;var t=b().navigator,n=t&&t.userAgent;return W=n?String(n):""}(),o=e.process,i=e.Deno,u=o&&o.versions||i&&i.version,a=u&&u.v8;return a&&(n=(t=a.split("."))[0]>0&&t[0]<4?1:+(t[0]+t[1])),!n&&r&&(!(t=r.match(/Edge\/(\d+)/))||t[1]>=74)&&(t=r.match(/Chrome\/(\d+)/))&&(n=+t[1]),H=n}function xt(){if(J)return q;J=1;var t=bt(),n=d(),e=b().String;return q=!!Object.getOwnPropertySymbols&&!n((function(){var n=Symbol("symbol detection");return!e(n)||!(Object(n)instanceof Symbol)||!Symbol.sham&&t&&t<41}))}function St(){if(Z)return Q;Z=1;var t=xt();return Q=t&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function Et(){if(nt)return tt;nt=1;var t=mt(),n=yt(),e=wt(),r=St(),o=Object;return tt=r?function(t){return"symbol"==typeof t}:function(r){var i=t("Symbol");return n(i)&&e(i.prototype,o(r))}}function Ot(){if(rt)return et;rt=1;var t=String;return et=function(n){try{return t(n)}catch(t){return"Object"}}}function Lt(){if(it)return ot;it=1;var t=yt(),n=Ot(),e=TypeError;return ot=function(r){if(t(r))return r;throw new e(n(r)+" is not a function")}}function At(){if(at)return ut;at=1;var t=Lt(),n=dt();return ut=function(e,r){var o=e[r];return n(o)?void 0:t(o)}}function It(){if(ft)return ct;ft=1;var t=g(),n=yt(),e=ht(),r=TypeError;return ct=function(o,i){var u,a;if("string"===i&&n(u=o.toString)&&!e(a=t(u,o)))return a;if(n(u=o.valueOf)&&!e(a=t(u,o)))return a;if("string"!==i&&n(u=o.toString)&&!e(a=t(u,o)))return a;throw new r("Can't convert object to primitive value")}}var Pt,jt,Rt,Tt,Mt,kt,Ct,_t,Nt,Dt,Ft,$t,Gt,zt,Kt,Bt,Ut,Vt,Wt,Yt,Ht,Xt,qt,Jt,Qt={exports:{}};function Zt(){return jt?Pt:(jt=1,Pt=!1)}function tn(){if(Tt)return Rt;Tt=1;var t=b(),n=Object.defineProperty;return Rt=function(e,r){try{n(t,e,{value:r,configurable:!0,writable:!0})}catch(n){t[e]=r}return r}}function nn(){if(Mt)return Qt.exports;Mt=1;var t=Zt(),n=b(),e=tn(),r="__core-js_shared__",o=Qt.exports=n[r]||e(r,{});return(o.versions||(o.versions=[])).push({version:"3.41.0",mode:t?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"}),Qt.exports}function en(){if(Ct)return kt;Ct=1;var t=nn();return kt=function(n,e){return t[n]||(t[n]=e||{})}}function rn(){if(Nt)return _t;Nt=1;var t=pt(),n=Object;return _t=function(e){return n(t(e))}}function on(){if(Ft)return Dt;Ft=1;var t=y(),n=rn(),e=t({}.hasOwnProperty);return Dt=Object.hasOwn||function(t,r){return e(n(t),r)}}function un(){if(Gt)return $t;Gt=1;var t=y(),n=0,e=Math.random(),r=t(1..toString);return $t=function(t){return"Symbol("+(void 0===t?"":t)+")_"+r(++n+e,36)}}function an(){if(Kt)return zt;Kt=1;var t=b(),n=en(),e=on(),r=un(),o=xt(),i=St(),u=t.Symbol,a=n("wks"),c=i?u.for||u:u&&u.withoutSetter||r;return zt=function(t){return e(a,t)||(a[t]=o&&e(u,t)?u[t]:c("Symbol."+t)),a[t]}}function cn(){if(Ut)return Bt;Ut=1;var t=g(),n=ht(),e=Et(),r=At(),o=It(),i=an(),u=TypeError,a=i("toPrimitive");return Bt=function(i,c){if(!n(i)||e(i))return i;var f,s=r(i,a);if(s){if(void 0===c&&(c="default"),f=t(s,i,c),!n(f)||e(f))return f;throw new u("Can't convert object to primitive value")}return void 0===c&&(c="number"),o(i,c)}}function fn(){if(Wt)return Vt;Wt=1;var t=cn(),n=Et();return Vt=function(e){var r=t(e,"string");return n(r)?r:r+""}}function sn(){if(Ht)return Yt;Ht=1;var t=b(),n=ht(),e=t.document,r=n(e)&&n(e.createElement);return Yt=function(t){return r?e.createElement(t):{}}}function ln(){if(qt)return Xt;qt=1;var t=O(),n=d(),e=sn();return Xt=!t&&!n((function(){return 7!==Object.defineProperty(e("div"),"a",{get:function(){return 7}}).a}))}function vn(){if(Jt)return E;Jt=1;var t=O(),n=g(),e=function(){if(L)return st;L=1;var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,e=n&&!t.call({1:2},1);return st.f=e?function(t){var e=n(this,t);return!!e&&e.enumerable}:t,st}(),r=lt(),o=gt(),i=fn(),u=on(),a=ln(),c=Object.getOwnPropertyDescriptor;return E.f=t?c:function(t,f){if(t=o(t),f=i(f),a)try{return c(t,f)}catch(t){}if(u(t,f))return r(!n(e.f,t,f),t[f])},E}var dn,pn,gn,yn,hn,mn,wn,bn={};function xn(){if(pn)return dn;pn=1;var t=O(),n=d();return dn=t&&n((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}function Sn(){if(yn)return gn;yn=1;var t=ht(),n=String,e=TypeError;return gn=function(r){if(t(r))return r;throw new e(n(r)+" is not an object")}}function En(){if(hn)return bn;hn=1;var t=O(),n=ln(),e=xn(),r=Sn(),o=fn(),i=TypeError,u=Object.defineProperty,a=Object.getOwnPropertyDescriptor,c="enumerable",f="configurable",s="writable";return bn.f=t?e?function(t,n,e){if(r(t),n=o(n),r(e),"function"==typeof t&&"prototype"===n&&"value"in e&&s in e&&!e[s]){var i=a(t,n);i&&i[s]&&(t[n]=e.value,e={configurable:f in e?e[f]:i[f],enumerable:c in e?e[c]:i[c],writable:!1})}return u(t,n,e)}:u:function(t,e,a){if(r(t),e=o(e),r(a),n)try{return u(t,e,a)}catch(t){}if("get"in a||"set"in a)throw new i("Accessors not supported");return"value"in a&&(t[e]=a.value),t},bn}function On(){if(wn)return mn;wn=1;var t=O(),n=En(),e=lt();return mn=t?function(t,r,o){return n.f(t,r,e(1,o))}:function(t,n,e){return t[n]=e,t}}var Ln,An,In,Pn,jn,Rn,Tn,Mn,kn,Cn,_n,Nn,Dn,Fn,$n,Gn={exports:{}};function zn(){if(An)return Ln;An=1;var t=O(),n=on(),e=Function.prototype,r=t&&Object.getOwnPropertyDescriptor,o=n(e,"name"),i=o&&"something"===function(){}.name,u=o&&(!t||t&&r(e,"name").configurable);return Ln={EXISTS:o,PROPER:i,CONFIGURABLE:u}}function Kn(){if(Pn)return In;Pn=1;var t=y(),n=yt(),e=nn(),r=t(Function.toString);return n(e.inspectSource)||(e.inspectSource=function(t){return r(t)}),In=e.inspectSource}function Bn(){if(Mn)return Tn;Mn=1;var t=en(),n=un(),e=t("keys");return Tn=function(t){return e[t]||(e[t]=n(t))}}function Un(){return Cn?kn:(Cn=1,kn={})}function Vn(){if(Nn)return _n;Nn=1;var t,n,e,r=function(){if(Rn)return jn;Rn=1;var t=b(),n=yt(),e=t.WeakMap;return jn=n(e)&&/native code/.test(String(e))}(),o=b(),i=ht(),u=On(),a=on(),c=nn(),f=Bn(),s=Un(),l="Object already initialized",v=o.TypeError,d=o.WeakMap;if(r||c.state){var p=c.state||(c.state=new d);p.get=p.get,p.has=p.has,p.set=p.set,t=function(t,n){if(p.has(t))throw new v(l);return n.facade=t,p.set(t,n),n},n=function(t){return p.get(t)||{}},e=function(t){return p.has(t)}}else{var g=f("state");s[g]=!0,t=function(t,n){if(a(t,g))throw new v(l);return n.facade=t,u(t,g,n),n},n=function(t){return a(t,g)?t[g]:{}},e=function(t){return a(t,g)}}return _n={set:t,get:n,has:e,enforce:function(r){return e(r)?n(r):t(r,{})},getterFor:function(t){return function(e){var r;if(!i(e)||(r=n(e)).type!==t)throw new v("Incompatible receiver, "+t+" required");return r}}}}function Wn(){if(Dn)return Gn.exports;Dn=1;var t=y(),n=d(),e=yt(),r=on(),o=O(),i=zn().CONFIGURABLE,u=Kn(),a=Vn(),c=a.enforce,f=a.get,s=String,l=Object.defineProperty,v=t("".slice),p=t("".replace),g=t([].join),h=o&&!n((function(){return 8!==l((function(){}),"length",{value:8}).length})),m=String(String).split("String"),w=Gn.exports=function(t,n,e){"Symbol("===v(s(n),0,7)&&(n="["+p(s(n),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),e&&e.getter&&(n="get "+n),e&&e.setter&&(n="set "+n),(!r(t,"name")||i&&t.name!==n)&&(o?l(t,"name",{value:n,configurable:!0}):t.name=n),h&&e&&r(e,"arity")&&t.length!==e.arity&&l(t,"length",{value:e.arity});try{e&&r(e,"constructor")&&e.constructor?o&&l(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var u=c(t);return r(u,"source")||(u.source=g(m,"string"==typeof n?n:"")),t};return Function.prototype.toString=w((function(){return e(this)&&f(this).source||u(this)}),"toString"),Gn.exports}function Yn(){if($n)return Fn;$n=1;var t=yt(),n=En(),e=Wn(),r=tn();return Fn=function(o,i,u,a){a||(a={});var c=a.enumerable,f=void 0!==a.name?a.name:i;if(t(u)&&e(u,f,a),a.global)c?o[i]=u:r(i,u);else{try{a.unsafe?o[i]&&(c=!0):delete o[i]}catch(t){}c?o[i]=u:n.f(o,i,{value:u,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return o}}var Hn,Xn,qn,Jn,Qn,Zn,te,ne,ee,re,oe,ie,ue,ae,ce,fe,se,le={};function ve(){if(Jn)return qn;Jn=1;var t=function(){if(Xn)return Hn;Xn=1;var t=Math.ceil,n=Math.floor;return Hn=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}}();return qn=function(n){var e=+n;return e!=e||0===e?0:t(e)}}function de(){if(Zn)return Qn;Zn=1;var t=ve(),n=Math.max,e=Math.min;return Qn=function(r,o){var i=t(r);return i<0?n(i+o,0):e(i,o)}}function pe(){if(ne)return te;ne=1;var t=ve(),n=Math.min;return te=function(e){var r=t(e);return r>0?n(r,9007199254740991):0}}function ge(){if(re)return ee;re=1;var t=pe();return ee=function(n){return t(n.length)}}function ye(){if(ae)return ue;ae=1;var t=y(),n=on(),e=gt(),r=function(){if(ie)return oe;ie=1;var t=gt(),n=de(),e=ge(),r=function(r){return function(o,i,u){var a=t(o),c=e(a);if(0===c)return!r&&-1;var f,s=n(u,c);if(r&&i!=i){for(;c>s;)if((f=a[s++])!=f)return!0}else for(;c>s;s++)if((r||s in a)&&a[s]===i)return r||s||0;return!r&&-1}};return oe={includes:r(!0),indexOf:r(!1)}}().indexOf,o=Un(),i=t([].push);return ue=function(t,u){var a,c=e(t),f=0,s=[];for(a in c)!n(o,a)&&n(c,a)&&i(s,a);for(;u.length>f;)n(c,a=u[f++])&&(~r(s,a)||i(s,a));return s}}function he(){return fe?ce:(fe=1,ce=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"])}var me,we,be,xe,Se,Ee,Oe,Le,Ae,Ie,Pe,je,Re,Te,Me,ke,Ce,_e,Ne,De={};function Fe(){if(be)return we;be=1;var t=mt(),n=y(),e=function(){if(se)return le;se=1;var t=ye(),n=he().concat("length","prototype");return le.f=Object.getOwnPropertyNames||function(e){return t(e,n)},le}(),r=(me||(me=1,De.f=Object.getOwnPropertySymbols),De),o=Sn(),i=n([].concat);return we=t("Reflect","ownKeys")||function(t){var n=e.f(o(t)),u=r.f;return u?i(n,u(t)):n}}function $e(){if(Se)return xe;Se=1;var t=on(),n=Fe(),e=vn(),r=En();return xe=function(o,i,u){for(var a=n(i),c=r.f,f=e.f,s=0;s<a.length;s++){var l=a[s];t(o,l)||u&&t(u,l)||c(o,l,f(i,l))}}}function Ge(){if(Ae)return Le;Ae=1;var t=b(),n=vn().f,e=On(),r=Yn(),o=tn(),i=$e(),u=function(){if(Oe)return Ee;Oe=1;var t=d(),n=yt(),e=/#|\.prototype\./,r=function(e,r){var c=i[o(e)];return c===a||c!==u&&(n(r)?t(r):!!r)},o=r.normalize=function(t){return String(t).replace(e,".").toLowerCase()},i=r.data={},u=r.NATIVE="N",a=r.POLYFILL="P";return Ee=r}();return Le=function(a,c){var f,s,l,v,d,p=a.target,g=a.global,y=a.stat;if(f=g?t:y?t[p]||o(p,{}):t[p]&&t[p].prototype)for(s in c){if(v=c[s],l=a.dontCallGetSet?(d=n(f,s))&&d.value:f[s],!u(g?s:p+(y?".":"#")+s,a.forced)&&void 0!==l){if(typeof v==typeof l)continue;i(v,l)}(a.sham||l&&l.sham)&&e(v,"sham",!0),r(f,s,v,a)}}}function ze(){if(Re)return je;Re=1;var t=function(){if(Pe)return Ie;Pe=1;var t={};return t[an()("toStringTag")]="z",Ie="[object z]"===String(t)}(),n=yt(),e=vt(),r=an()("toStringTag"),o=Object,i="Arguments"===e(function(){return arguments}());return je=t?e:function(t){var u,a,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(a=function(t,n){try{return t[n]}catch(t){}}(u=o(t),r))?a:i?e(u):"Object"===(c=e(u))&&n(u.callee)?"Arguments":c}}function Ke(){if(Me)return Te;Me=1;var t=ze(),n=String;return Te=function(e){if("Symbol"===t(e))throw new TypeError("Cannot convert a Symbol value to a string");return n(e)}}function Be(){if(Ce)return ke;Ce=1;var t=Sn();return ke=function(){var n=t(this),e="";return n.hasIndices&&(e+="d"),n.global&&(e+="g"),n.ignoreCase&&(e+="i"),n.multiline&&(e+="m"),n.dotAll&&(e+="s"),n.unicode&&(e+="u"),n.unicodeSets&&(e+="v"),n.sticky&&(e+="y"),e}}var Ue,Ve,We,Ye,He,Xe,qe,Je,Qe,Ze,tr,nr,er,rr,or,ir,ur,ar,cr,fr,sr,lr,vr,dr,pr,gr={};function yr(){if(Ve)return Ue;Ve=1;var t=ye(),n=he();return Ue=Object.keys||function(e){return t(e,n)}}function hr(){if(He)return Ye;He=1;var t=mt();return Ye=t("document","documentElement")}function mr(){if(qe)return Xe;qe=1;var t,n=Sn(),e=function(){if(We)return gr;We=1;var t=O(),n=xn(),e=En(),r=Sn(),o=gt(),i=yr();return gr.f=t&&!n?Object.defineProperties:function(t,n){r(t);for(var u,a=o(n),c=i(n),f=c.length,s=0;f>s;)e.f(t,u=c[s++],a[u]);return t},gr}(),r=he(),o=Un(),i=hr(),u=sn(),a=Bn(),c="prototype",f="script",s=a("IE_PROTO"),l=function(){},v=function(t){return"<"+f+">"+t+"</"+f+">"},d=function(t){t.write(v("")),t.close();var n=t.parentWindow.Object;return t=null,n},p=function(){try{t=new ActiveXObject("htmlfile")}catch(t){}var n,e,o;p="undefined"!=typeof document?document.domain&&t?d(t):(e=u("iframe"),o="java"+f+":",e.style.display="none",i.appendChild(e),e.src=String(o),(n=e.contentWindow.document).open(),n.write(v("document.F=Object")),n.close(),n.F):d(t);for(var a=r.length;a--;)delete p[c][r[a]];return p()};return o[s]=!0,Xe=Object.create||function(t,r){var o;return null!==t?(l[c]=n(t),o=new l,l[c]=null,o[s]=t):o=p(),void 0===r?o:e.f(o,r)}}function wr(){if(er)return nr;er=1;var t,n,e=g(),r=y(),o=Ke(),i=Be(),u=function(){if(Ne)return _e;Ne=1;var t=d(),n=b().RegExp,e=t((function(){var t=n("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),r=e||t((function(){return!n("a","y").sticky})),o=e||t((function(){var t=n("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));return _e={BROKEN_CARET:o,MISSED_STICKY:r,UNSUPPORTED_Y:e}}(),a=en(),c=mr(),f=Vn().get,s=function(){if(Qe)return Je;Qe=1;var t=d(),n=b().RegExp;return Je=t((function(){var t=n(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))}(),l=function(){if(tr)return Ze;tr=1;var t=d(),n=b().RegExp;return Ze=t((function(){var t=n("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))}(),v=a("native-string-replace",String.prototype.replace),p=RegExp.prototype.exec,h=p,m=r("".charAt),w=r("".indexOf),x=r("".replace),S=r("".slice),E=(n=/b*/g,e(p,t=/a/,"a"),e(p,n,"a"),0!==t.lastIndex||0!==n.lastIndex),O=u.BROKEN_CARET,L=void 0!==/()??/.exec("")[1];return(E||L||O||s||l)&&(h=function(t){var n,r,u,a,s,l,d,g=this,y=f(g),b=o(t),A=y.raw;if(A)return A.lastIndex=g.lastIndex,n=e(h,A,b),g.lastIndex=A.lastIndex,n;var I=y.groups,P=O&&g.sticky,j=e(i,g),R=g.source,T=0,M=b;if(P&&(j=x(j,"y",""),-1===w(j,"g")&&(j+="g"),M=S(b,g.lastIndex),g.lastIndex>0&&(!g.multiline||g.multiline&&"\n"!==m(b,g.lastIndex-1))&&(R="(?: "+R+")",M=" "+M,T++),r=new RegExp("^(?:"+R+")",j)),L&&(r=new RegExp("^"+R+"$(?!\\s)",j)),E&&(u=g.lastIndex),a=e(p,P?r:g,M),P?a?(a.input=S(a.input,T),a[0]=S(a[0],T),a.index=g.lastIndex,g.lastIndex+=a[0].length):g.lastIndex=0:E&&a&&(g.lastIndex=g.global?a.index+a[0].length:u),L&&a&&a.length>1&&e(v,a[0],r,(function(){for(s=1;s<arguments.length-2;s++)void 0===arguments[s]&&(a[s]=void 0)})),a&&I)for(a.groups=l=c(null),s=0;s<I.length;s++)l[(d=I[s])[0]]=a[d[1]];return a}),nr=h}function br(){if(ir)return or;ir=1,function(){if(rr)return w;rr=1;var t=Ge(),n=wr();t({target:"RegExp",proto:!0,forced:/./.exec!==n},{exec:n})}();var t=g(),n=Yn(),e=wr(),r=d(),o=an(),i=On(),u=o("species"),a=RegExp.prototype;return or=function(c,f,s,l){var v=o(c),d=!r((function(){var t={};return t[v]=function(){return 7},7!==""[c](t)})),p=d&&!r((function(){var t=!1,n=/a/;return"split"===c&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[v]=/./[v]),n.exec=function(){return t=!0,null},n[v](""),!t}));if(!d||!p||s){var g=/./[v],y=f(v,""[c],(function(n,r,o,i,u){var c=r.exec;return c===e||c===a.exec?d&&!u?{done:!0,value:t(g,r,o,i)}:{done:!0,value:t(n,o,r,i)}:{done:!1}}));n(String.prototype,c,y[0]),n(a,v,y[1])}l&&i(a[v],"sham",!0)}}function xr(){if(fr)return cr;fr=1;var t=function(){if(ar)return ur;ar=1;var t=y(),n=ve(),e=Ke(),r=pt(),o=t("".charAt),i=t("".charCodeAt),u=t("".slice),a=function(t){return function(a,c){var f,s,l=e(r(a)),v=n(c),d=l.length;return v<0||v>=d?t?"":void 0:(f=i(l,v))<55296||f>56319||v+1===d||(s=i(l,v+1))<56320||s>57343?t?o(l,v):f:t?u(l,v,v+2):s-56320+(f-55296<<10)+65536}};return ur={codeAt:a(!1),charAt:a(!0)}}().charAt;return cr=function(n,e,r){return e+(r?t(n,e).length:1)}}function Sr(){if(lr)return sr;lr=1;var t=y(),n=rn(),e=Math.floor,r=t("".charAt),o=t("".replace),i=t("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;return sr=function(t,c,f,s,l,v){var d=f+t.length,p=s.length,g=a;return void 0!==l&&(l=n(l),g=u),o(v,g,(function(n,o){var u;switch(r(o,0)){case"$":return"$";case"&":return t;case"`":return i(c,0,f);case"'":return i(c,d);case"<":u=l[i(o,1,-1)];break;default:var a=+o;if(0===a)return n;if(a>p){var v=e(a/10);return 0===v?n:v<=p?void 0===s[v-1]?r(o,1):s[v-1]+r(o,1):n}u=s[a-1]}return void 0===u?"":u}))}}function Er(){if(dr)return vr;dr=1;var t=g(),n=Sn(),e=yt(),r=vt(),o=wr(),i=TypeError;return vr=function(u,a){var c=u.exec;if(e(c)){var f=t(c,u,a);return null!==f&&n(f),f}if("RegExp"===r(u))return t(o,u,a);throw new i("RegExp#exec called on incompatible receiver")}}!function(){if(pr)return v;pr=1;var t=function(){if(a)return u;a=1;var t=p(),n=Function.prototype,e=n.apply,r=n.call;return u="object"==typeof Reflect&&Reflect.apply||(t?r.bind(e):function(){return r.apply(e,arguments)}),u}(),n=g(),e=y(),r=br(),o=d(),i=Sn(),c=yt(),f=dt(),s=ve(),l=pe(),h=Ke(),m=pt(),w=xr(),b=At(),x=Sr(),S=Er(),E=an()("replace"),O=Math.max,L=Math.min,A=e([].concat),I=e([].push),P=e("".indexOf),j=e("".slice),R="$0"==="a".replace(/./,"$0"),T=!!/./[E]&&""===/./[E]("a","$0");r("replace",(function(e,r,o){var u=T?"$":"$0";return[function(t,e){var o=m(this),i=f(t)?void 0:b(t,E);return i?n(i,t,o,e):n(r,h(o),t,e)},function(n,e){var a=i(this),f=h(n);if("string"==typeof e&&-1===P(e,u)&&-1===P(e,"$<")){var v=o(r,a,f,e);if(v.done)return v.value}var d=c(e);d||(e=h(e));var p,g=a.global;g&&(p=a.unicode,a.lastIndex=0);for(var y,m=[];null!==(y=S(a,f))&&(I(m,y),g);){""===h(y[0])&&(a.lastIndex=w(f,l(a.lastIndex),p))}for(var b,E="",R=0,T=0;T<m.length;T++){for(var M,k=h((y=m[T])[0]),C=O(L(s(y.index),f.length),0),_=[],N=1;N<y.length;N++)I(_,void 0===(b=y[N])?b:String(b));var D=y.groups;if(d){var F=A([k],_,C,f);void 0!==D&&I(F,D),M=h(t(e,void 0,F))}else M=x(k,f,C,_,D,e);C>=R&&(E+=j(f,R,C)+M,R=C+k.length)}return E+j(f,R)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!R||T)}();var Or,Lr,Ar,Ir,Pr,jr,Rr,Tr,Mr,kr,Cr,_r,Nr,Dr,Fr,$r,Gr,zr,Kr,Br,Ur,Vr,Wr,Yr,Hr,Xr,qr,Jr,Qr={};function Zr(){if(jr)return Pr;jr=1;var t=on(),n=yt(),e=rn(),r=Bn(),o=function(){if(Ir)return Ar;Ir=1;var t=d();return Ar=!t((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))}(),i=r("IE_PROTO"),u=Object,a=u.prototype;return Pr=o?u.getPrototypeOf:function(r){var o=e(r);if(t(o,i))return o[i];var c=o.constructor;return n(c)&&o instanceof c?c.prototype:o instanceof u?a:null}}function to(){if(Tr)return Rr;Tr=1;var t,n,e,r=d(),o=yt(),i=ht(),u=mr(),a=Zr(),c=Yn(),f=an(),s=Zt(),l=f("iterator"),v=!1;return[].keys&&("next"in(e=[].keys())?(n=a(a(e)))!==Object.prototype&&(t=n):v=!0),!i(t)||r((function(){var n={};return t[l].call(n)!==n}))?t={}:s&&(t=u(t)),o(t[l])||c(t,l,(function(){return this})),Rr={IteratorPrototype:t,BUGGY_SAFARI_ITERATORS:v}}function no(){if(kr)return Mr;kr=1;var t=En().f,n=on(),e=an()("toStringTag");return Mr=function(r,o,i){r&&!i&&(r=r.prototype),r&&!n(r,e)&&t(r,e,{configurable:!0,value:o})}}function eo(){return _r?Cr:(_r=1,Cr={})}function ro(){if(Dr)return Nr;Dr=1;var t=to().IteratorPrototype,n=mr(),e=lt(),r=no(),o=eo(),i=function(){return this};return Nr=function(u,a,c,f){var s=a+" Iterator";return u.prototype=n(t,{next:e(+!f,c)}),r(u,s,!1,!0),o[s]=i,u}}function oo(){return $r?Fr:($r=1,Fr=function(t,n){return{value:t,done:n}})}function io(){if(Vr)return Ur;Vr=1;var t=y(),n=d(),e=yt(),r=ze(),o=mt(),i=Kn(),u=function(){},a=o("Reflect","construct"),c=/^\s*(?:class|function)\b/,f=t(c.exec),s=!c.test(u),l=function(t){if(!e(t))return!1;try{return a(u,[],t),!0}catch(t){return!1}},v=function(t){if(!e(t))return!1;switch(r(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return s||!!f(c,i(t))}catch(t){return!0}};return v.sham=!0,Ur=!a||n((function(){var t;return l(l.call)||!l(Object)||!l((function(){t=!0}))||t}))?v:l}function uo(){if(Yr)return Wr;Yr=1;var t=io(),n=Ot(),e=TypeError;return Wr=function(r){if(t(r))return r;throw new e(n(r)+" is not a constructor")}}function ao(){if(Xr)return Hr;Xr=1;var t=Sn(),n=uo(),e=dt(),r=an()("species");return Hr=function(o,i){var u,a=t(o).constructor;return void 0===a||e(u=t(a)[r])?i:n(u)}}function co(){if(qr)return Qr;qr=1;var t=Ge(),n=g(),e=function(){if(Lr)return Or;Lr=1;var t=vt(),n=y();return Or=function(e){if("Function"===t(e))return n(e)}}(),r=ro(),o=oo(),i=pt(),u=pe(),a=Ke(),c=Sn(),f=dt(),s=vt(),l=function(){if(zr)return Gr;zr=1;var t=ht(),n=vt(),e=an()("match");return Gr=function(r){var o;return t(r)&&(void 0!==(o=r[e])?!!o:"RegExp"===n(r))}}(),v=function(){if(Br)return Kr;Br=1;var t=g(),n=on(),e=wt(),r=Be(),o=RegExp.prototype;return Kr=function(i){var u=i.flags;return void 0!==u||"flags"in o||n(i,"flags")||!e(o,i)?u:t(r,i)}}(),p=At(),h=Yn(),m=d(),w=an(),b=ao(),x=xr(),S=Er(),E=Vn(),O=Zt(),L=w("matchAll"),A="RegExp String",I=A+" Iterator",P=E.set,j=E.getterFor(I),R=RegExp.prototype,T=TypeError,M=e("".indexOf),k=e("".matchAll),C=!!k&&!m((function(){k("a",/./)})),_=r((function(t,n,e,r){P(this,{type:I,regexp:t,string:n,global:e,unicode:r,done:!1})}),A,(function(){var t=j(this);if(t.done)return o(void 0,!0);var n=t.regexp,e=t.string,r=S(n,e);return null===r?(t.done=!0,o(void 0,!0)):t.global?(""===a(r[0])&&(n.lastIndex=x(e,u(n.lastIndex),t.unicode)),o(r,!1)):(t.done=!0,o(r,!1))})),N=function(t){var n,e,r,o=c(this),i=a(t),f=b(o,RegExp),s=a(v(o));return n=new f(f===RegExp?o.source:o,s),e=!!~M(s,"g"),r=!!~M(s,"u"),n.lastIndex=u(o.lastIndex),new _(n,i,e,r)};return t({target:"String",proto:!0,forced:C},{matchAll:function(t){var e,r,o,u,c=i(this);if(f(t)){if(C)return k(c,t)}else{if(l(t)&&(e=a(i(v(t))),!~M(e,"g")))throw new T("`.matchAll` does not allow non-global regexes");if(C)return k(c,t);if(void 0===(o=p(t,L))&&O&&"RegExp"===s(t)&&(o=N),o)return n(o,t,c)}return r=a(c),u=new RegExp(t,"g"),O?n(N,u,r):u[L](r)}}),O||L in R||h(R,L,N),Qr}Jr||(Jr=1,co());var fo,so,lo,vo,po,go,yo,ho,mo,wo,bo,xo,So,Eo,Oo,Lo,Ao,Io,Po,jo={};function Ro(){if(go)return po;go=1;var t=an(),n=mr(),e=En().f,r=t("unscopables"),o=Array.prototype;return void 0===o[r]&&e(o,r,{configurable:!0,value:n(null)}),po=function(t){o[r][t]=!0}}function To(){if(wo)return mo;wo=1;var t=ht();return mo=function(n){return t(n)||null===n}}function Mo(){if(xo)return bo;xo=1;var t=To(),n=String,e=TypeError;return bo=function(r){if(t(r))return r;throw new e("Can't set "+n(r)+" as a prototype")}}function ko(){if(Eo)return So;Eo=1;var t=function(){if(ho)return yo;ho=1;var t=y(),n=Lt();return yo=function(e,r,o){try{return t(n(Object.getOwnPropertyDescriptor(e,r)[o]))}catch(t){}}}(),n=ht(),e=pt(),r=Mo();return So=Object.setPrototypeOf||("__proto__"in{}?function(){var o,i=!1,u={};try{(o=t(Object.prototype,"__proto__","set"))(u,[]),i=u instanceof Array}catch(t){}return function(t,u){return e(t),r(u),n(t)?(i?o(t,u):t.__proto__=u,t):t}}():void 0)}function Co(){if(Io)return Ao;Io=1;var t=gt(),n=Ro(),e=eo(),r=Vn(),o=En().f,i=function(){if(Lo)return Oo;Lo=1;var t=Ge(),n=g(),e=Zt(),r=zn(),o=yt(),i=ro(),u=Zr(),a=ko(),c=no(),f=On(),s=Yn(),l=an(),v=eo(),d=to(),p=r.PROPER,y=r.CONFIGURABLE,h=d.IteratorPrototype,m=d.BUGGY_SAFARI_ITERATORS,w=l("iterator"),b="keys",x="values",S="entries",E=function(){return this};return Oo=function(r,l,d,g,O,L,A){i(d,l,g);var I,P,j,R=function(t){if(t===O&&_)return _;if(!m&&t&&t in k)return k[t];switch(t){case b:case x:case S:return function(){return new d(this,t)}}return function(){return new d(this)}},T=l+" Iterator",M=!1,k=r.prototype,C=k[w]||k["@@iterator"]||O&&k[O],_=!m&&C||R(O),N="Array"===l&&k.entries||C;if(N&&(I=u(N.call(new r)))!==Object.prototype&&I.next&&(e||u(I)===h||(a?a(I,h):o(I[w])||s(I,w,E)),c(I,T,!0,!0),e&&(v[T]=E)),p&&O===x&&C&&C.name!==x&&(!e&&y?f(k,"name",x):(M=!0,_=function(){return n(C,this)})),O)if(P={values:R(x),keys:L?_:R(b),entries:R(S)},A)for(j in P)(m||M||!(j in k))&&s(k,j,P[j]);else t({target:l,proto:!0,forced:m||M},P);return e&&!A||k[w]===_||s(k,w,_,{name:O}),v[l]=_,P}}(),u=oo(),a=Zt(),c=O(),f="Array Iterator",s=r.set,l=r.getterFor(f);Ao=i(Array,"Array",(function(n,e){s(this,{type:f,target:t(n),index:0,kind:e})}),(function(){var t=l(this),n=t.target,e=t.index++;if(!n||e>=n.length)return t.target=null,u(void 0,!0);switch(t.kind){case"keys":return u(e,!1);case"values":return u(n[e],!1)}return u([e,n[e]],!1)}),"values");var v=e.Arguments=e.Array;if(n("keys"),n("values"),n("entries"),!a&&c&&"values"!==v.name)try{o(v,"name",{value:"values"})}catch(t){}return Ao}!function(){if(Po)return jo;Po=1;var t=b(),n=so?fo:(so=1,fo={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}),e=function(){if(vo)return lo;vo=1;var t=sn()("span").classList,n=t&&t.constructor&&t.constructor.prototype;return lo=n===Object.prototype?void 0:n}(),r=Co(),o=On(),i=no(),u=an()("iterator"),a=r.values,c=function(t,e){if(t){if(t[u]!==a)try{o(t,u,a)}catch(n){t[u]=a}if(i(t,e,!0),n[e])for(var c in r)if(t[c]!==r[c])try{o(t,c,r[c])}catch(n){t[c]=r[c]}}};for(var f in n)c(t[f]&&t[f].prototype,f);c(e,"DOMTokenList")}();var _o,No={exports:{}};var Do=n(_o?No.exports:(_o=1,No.exports=function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}return e.m=t,e.c=n,e.p="",e(0)}([function(t,n){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,n=null,e="initial",r=e,o=Date.now(),i=!1,u=["button","input","select","textarea"],a=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,v={x:null,y:null},d={2:"touch",3:"touch",4:"mouse"},p=!1;try{var g=Object.defineProperty({},"passive",{get:function(){p=!0}});window.addEventListener("test",null,g)}catch(t){}var y=function(){var t=!p||{passive:!0,capture:!0};document.addEventListener("DOMContentLoaded",h,!0),window.PointerEvent?(window.addEventListener("pointerdown",m,!0),window.addEventListener("pointermove",b,!0)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m,!0),window.addEventListener("MSPointerMove",b,!0)):(window.addEventListener("mousedown",m,!0),window.addEventListener("mousemove",b,!0),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m,!0))),window.addEventListener(A(),b,t),window.addEventListener("keydown",m,!0),window.addEventListener("keyup",m,!0),window.addEventListener("focusin",x,!0),window.addEventListener("focusout",S,!0)},h=function(){if(i=!("false"===t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(e=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var n=t.which,o=s[t.type];"pointer"===o&&(o=O(t));var i=!f.length&&-1===c.indexOf(n),a=f.length&&-1!==f.indexOf(n),l="keyboard"===o&&n&&(i||a)||"mouse"===o||"touch"===o;if(L(o)&&(l=!1),l&&e!==o&&(E("input",e=o),w("input")),l&&r!==o){var v=document.activeElement;v&&v.nodeName&&(-1===u.indexOf(v.nodeName.toLowerCase())||"button"===v.nodeName.toLowerCase()&&!j(v,"form"))&&(E("intent",r=o),w("intent"))}},w=function(n){t.setAttribute("data-what"+n,"input"===n?e:r),I(n)},b=function(t){var n=s[t.type];"pointer"===n&&(n=O(t)),P(t),(!l&&!L(n)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==n&&(E("intent",r=n),w("intent"))},x=function(e){e.target.nodeName?(n=e.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",n),e.target.classList&&e.target.classList.length&&t.setAttribute("data-whatclasses",e.target.classList.toString().replace(" ",","))):S()},S=function(){n=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},E=function(t,n){if(i)try{window.sessionStorage.setItem("what-"+t,n)}catch(t){}},O=function(t){return"number"==typeof t.pointerType?d[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},L=function(t){var n=Date.now(),r="mouse"===t&&"touch"===e&&n-o<200;return o=n,r},A=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},I=function(t){for(var n=0,o=a.length;n<o;n++)a[n].type===t&&a[n].fn.call(void 0,"input"===t?e:r)},P=function(t){v.x!==t.screenX||v.y!==t.screenY?(l=!1,v.x=t.screenX,v.y=t.screenY):l=!0},j=function(t,n){var e=window.Element.prototype;if(e.matches||(e.matches=e.msMatchesSelector||e.webkitMatchesSelector),e.closest)return t.closest(n);do{if(t.matches(n))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[A()]="mouse",y()),{ask:function(t){return"intent"===t?r:e},element:function(){return n},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,n){a.push({fn:t,type:n||"input"})},unRegisterOnChange:function(t){var n=function(t){for(var n=0,e=a.length;n<e;n++)if(a[n].fn===t)return n}(t);(n||0===n)&&a.splice(n,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])));t.setTimeout,t.clearTimeout;var Fo=t.performance||{};Fo.now||Fo.mozNow||Fo.msNow||Fo.oNow||Fo.webkitNow;const $o="Mac|iPad|iPhone|iPod",Go="Linux";var zo,Ko,Bo,Uo,Vo,Wo,Yo,Ho;function Xo(){if("undefined"!=typeof document){let t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1}function qo(){const t=()=>{if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp($o))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp(Go))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}"undefined"!=typeof navigator&&/edge/i.test(null===(zo=navigator)||void 0===zo?void 0:zo.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(Ko=navigator)||void 0===Ko?void 0:Ko.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(Bo=navigator)||void 0===Bo?void 0:Bo.userAgent)&&/chrome/i.test(null===(Uo=navigator)||void 0===Uo?void 0:Uo.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Vo=navigator)||void 0===Vo?void 0:Vo.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Wo=navigator)||void 0===Wo?void 0:Wo.userAgent),"undefined"!=typeof navigator&&new RegExp($o,"i").test(null===(Yo=navigator)||void 0===Yo?void 0:Yo.platform),"undefined"!=typeof navigator&&new RegExp(Go,"i").test(null===(Ho=navigator)||void 0===Ho?void 0:Ho.platform),function(){try{0}catch(t){console.error(t)}}(),function(){if("undefined"!=typeof window){class t{get version(){return"10.71.0"}}window.Eufemia=new t}}(),Do.specificKeys([9]),qo();export{qo as defineNavigator,Xo as isTouchDevice};
|
|
1
|
+
import"react";var t="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function n(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var e,r,o,i,u,a,c,f,s,l,v={};function d(){return r?e:(r=1,e=function(t){try{return!!t()}catch(t){return!0}})}function p(){if(i)return o;i=1;var t=d();return o=!t((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))}function g(){if(f)return c;f=1;var t=p(),n=Function.prototype.call;return c=t?n.bind(n):function(){return n.apply(n,arguments)},c}function y(){if(l)return s;l=1;var t=p(),n=Function.prototype,e=n.call,r=t&&n.bind.bind(e,e);return s=t?r:function(t){return function(){return e.apply(t,arguments)}},s}var h,m,w={};function b(){if(m)return h;m=1;var n=function(t){return t&&t.Math===Math&&t};return h=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()}var x,S,E={};function O(){if(S)return x;S=1;var t=d();return x=!t((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}var L,A,I,P,j,R,T,M,k,C,_,N,D,F,$,G,z,K,B,U,V,W,Y,H,X,q,J,Q,Z,tt,nt,et,rt,ot,it,ut,at,ct,ft,st={};function lt(){return I?A:(I=1,A=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}})}function vt(){if(j)return P;j=1;var t=y(),n=t({}.toString),e=t("".slice);return P=function(t){return e(n(t),8,-1)}}function dt(){return k?M:(k=1,M=function(t){return null==t})}function pt(){if(_)return C;_=1;var t=dt(),n=TypeError;return C=function(e){if(t(e))throw new n("Can't call method on "+e);return e}}function gt(){if(D)return N;D=1;var t=function(){if(T)return R;T=1;var t=y(),n=d(),e=vt(),r=Object,o=t("".split);return R=n((function(){return!r("z").propertyIsEnumerable(0)}))?function(t){return"String"===e(t)?o(t,""):r(t)}:r}(),n=pt();return N=function(e){return t(n(e))}}function yt(){if($)return F;$=1;var t="object"==typeof document&&document.all;return F=void 0===t&&void 0!==t?function(n){return"function"==typeof n||n===t}:function(t){return"function"==typeof t}}function ht(){if(z)return G;z=1;var t=yt();return G=function(n){return"object"==typeof n?null!==n:t(n)}}function mt(){if(B)return K;B=1;var t=b(),n=yt();return K=function(e,r){return arguments.length<2?(o=t[e],n(o)?o:void 0):t[e]&&t[e][r];var o},K}function wt(){if(V)return U;V=1;var t=y();return U=t({}.isPrototypeOf)}function bt(){if(X)return H;X=1;var t,n,e=b(),r=function(){if(Y)return W;Y=1;var t=b().navigator,n=t&&t.userAgent;return W=n?String(n):""}(),o=e.process,i=e.Deno,u=o&&o.versions||i&&i.version,a=u&&u.v8;return a&&(n=(t=a.split("."))[0]>0&&t[0]<4?1:+(t[0]+t[1])),!n&&r&&(!(t=r.match(/Edge\/(\d+)/))||t[1]>=74)&&(t=r.match(/Chrome\/(\d+)/))&&(n=+t[1]),H=n}function xt(){if(J)return q;J=1;var t=bt(),n=d(),e=b().String;return q=!!Object.getOwnPropertySymbols&&!n((function(){var n=Symbol("symbol detection");return!e(n)||!(Object(n)instanceof Symbol)||!Symbol.sham&&t&&t<41}))}function St(){if(Z)return Q;Z=1;var t=xt();return Q=t&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function Et(){if(nt)return tt;nt=1;var t=mt(),n=yt(),e=wt(),r=St(),o=Object;return tt=r?function(t){return"symbol"==typeof t}:function(r){var i=t("Symbol");return n(i)&&e(i.prototype,o(r))}}function Ot(){if(rt)return et;rt=1;var t=String;return et=function(n){try{return t(n)}catch(t){return"Object"}}}function Lt(){if(it)return ot;it=1;var t=yt(),n=Ot(),e=TypeError;return ot=function(r){if(t(r))return r;throw new e(n(r)+" is not a function")}}function At(){if(at)return ut;at=1;var t=Lt(),n=dt();return ut=function(e,r){var o=e[r];return n(o)?void 0:t(o)}}function It(){if(ft)return ct;ft=1;var t=g(),n=yt(),e=ht(),r=TypeError;return ct=function(o,i){var u,a;if("string"===i&&n(u=o.toString)&&!e(a=t(u,o)))return a;if(n(u=o.valueOf)&&!e(a=t(u,o)))return a;if("string"!==i&&n(u=o.toString)&&!e(a=t(u,o)))return a;throw new r("Can't convert object to primitive value")}}var Pt,jt,Rt,Tt,Mt,kt,Ct,_t,Nt,Dt,Ft,$t,Gt,zt,Kt,Bt,Ut,Vt,Wt,Yt,Ht,Xt,qt,Jt,Qt={exports:{}};function Zt(){return jt?Pt:(jt=1,Pt=!1)}function tn(){if(Tt)return Rt;Tt=1;var t=b(),n=Object.defineProperty;return Rt=function(e,r){try{n(t,e,{value:r,configurable:!0,writable:!0})}catch(n){t[e]=r}return r}}function nn(){if(Mt)return Qt.exports;Mt=1;var t=Zt(),n=b(),e=tn(),r="__core-js_shared__",o=Qt.exports=n[r]||e(r,{});return(o.versions||(o.versions=[])).push({version:"3.41.0",mode:t?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"}),Qt.exports}function en(){if(Ct)return kt;Ct=1;var t=nn();return kt=function(n,e){return t[n]||(t[n]=e||{})}}function rn(){if(Nt)return _t;Nt=1;var t=pt(),n=Object;return _t=function(e){return n(t(e))}}function on(){if(Ft)return Dt;Ft=1;var t=y(),n=rn(),e=t({}.hasOwnProperty);return Dt=Object.hasOwn||function(t,r){return e(n(t),r)}}function un(){if(Gt)return $t;Gt=1;var t=y(),n=0,e=Math.random(),r=t(1..toString);return $t=function(t){return"Symbol("+(void 0===t?"":t)+")_"+r(++n+e,36)}}function an(){if(Kt)return zt;Kt=1;var t=b(),n=en(),e=on(),r=un(),o=xt(),i=St(),u=t.Symbol,a=n("wks"),c=i?u.for||u:u&&u.withoutSetter||r;return zt=function(t){return e(a,t)||(a[t]=o&&e(u,t)?u[t]:c("Symbol."+t)),a[t]}}function cn(){if(Ut)return Bt;Ut=1;var t=g(),n=ht(),e=Et(),r=At(),o=It(),i=an(),u=TypeError,a=i("toPrimitive");return Bt=function(i,c){if(!n(i)||e(i))return i;var f,s=r(i,a);if(s){if(void 0===c&&(c="default"),f=t(s,i,c),!n(f)||e(f))return f;throw new u("Can't convert object to primitive value")}return void 0===c&&(c="number"),o(i,c)}}function fn(){if(Wt)return Vt;Wt=1;var t=cn(),n=Et();return Vt=function(e){var r=t(e,"string");return n(r)?r:r+""}}function sn(){if(Ht)return Yt;Ht=1;var t=b(),n=ht(),e=t.document,r=n(e)&&n(e.createElement);return Yt=function(t){return r?e.createElement(t):{}}}function ln(){if(qt)return Xt;qt=1;var t=O(),n=d(),e=sn();return Xt=!t&&!n((function(){return 7!==Object.defineProperty(e("div"),"a",{get:function(){return 7}}).a}))}function vn(){if(Jt)return E;Jt=1;var t=O(),n=g(),e=function(){if(L)return st;L=1;var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,e=n&&!t.call({1:2},1);return st.f=e?function(t){var e=n(this,t);return!!e&&e.enumerable}:t,st}(),r=lt(),o=gt(),i=fn(),u=on(),a=ln(),c=Object.getOwnPropertyDescriptor;return E.f=t?c:function(t,f){if(t=o(t),f=i(f),a)try{return c(t,f)}catch(t){}if(u(t,f))return r(!n(e.f,t,f),t[f])},E}var dn,pn,gn,yn,hn,mn,wn,bn={};function xn(){if(pn)return dn;pn=1;var t=O(),n=d();return dn=t&&n((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}function Sn(){if(yn)return gn;yn=1;var t=ht(),n=String,e=TypeError;return gn=function(r){if(t(r))return r;throw new e(n(r)+" is not an object")}}function En(){if(hn)return bn;hn=1;var t=O(),n=ln(),e=xn(),r=Sn(),o=fn(),i=TypeError,u=Object.defineProperty,a=Object.getOwnPropertyDescriptor,c="enumerable",f="configurable",s="writable";return bn.f=t?e?function(t,n,e){if(r(t),n=o(n),r(e),"function"==typeof t&&"prototype"===n&&"value"in e&&s in e&&!e[s]){var i=a(t,n);i&&i[s]&&(t[n]=e.value,e={configurable:f in e?e[f]:i[f],enumerable:c in e?e[c]:i[c],writable:!1})}return u(t,n,e)}:u:function(t,e,a){if(r(t),e=o(e),r(a),n)try{return u(t,e,a)}catch(t){}if("get"in a||"set"in a)throw new i("Accessors not supported");return"value"in a&&(t[e]=a.value),t},bn}function On(){if(wn)return mn;wn=1;var t=O(),n=En(),e=lt();return mn=t?function(t,r,o){return n.f(t,r,e(1,o))}:function(t,n,e){return t[n]=e,t}}var Ln,An,In,Pn,jn,Rn,Tn,Mn,kn,Cn,_n,Nn,Dn,Fn,$n,Gn={exports:{}};function zn(){if(An)return Ln;An=1;var t=O(),n=on(),e=Function.prototype,r=t&&Object.getOwnPropertyDescriptor,o=n(e,"name"),i=o&&"something"===function(){}.name,u=o&&(!t||t&&r(e,"name").configurable);return Ln={EXISTS:o,PROPER:i,CONFIGURABLE:u}}function Kn(){if(Pn)return In;Pn=1;var t=y(),n=yt(),e=nn(),r=t(Function.toString);return n(e.inspectSource)||(e.inspectSource=function(t){return r(t)}),In=e.inspectSource}function Bn(){if(Mn)return Tn;Mn=1;var t=en(),n=un(),e=t("keys");return Tn=function(t){return e[t]||(e[t]=n(t))}}function Un(){return Cn?kn:(Cn=1,kn={})}function Vn(){if(Nn)return _n;Nn=1;var t,n,e,r=function(){if(Rn)return jn;Rn=1;var t=b(),n=yt(),e=t.WeakMap;return jn=n(e)&&/native code/.test(String(e))}(),o=b(),i=ht(),u=On(),a=on(),c=nn(),f=Bn(),s=Un(),l="Object already initialized",v=o.TypeError,d=o.WeakMap;if(r||c.state){var p=c.state||(c.state=new d);p.get=p.get,p.has=p.has,p.set=p.set,t=function(t,n){if(p.has(t))throw new v(l);return n.facade=t,p.set(t,n),n},n=function(t){return p.get(t)||{}},e=function(t){return p.has(t)}}else{var g=f("state");s[g]=!0,t=function(t,n){if(a(t,g))throw new v(l);return n.facade=t,u(t,g,n),n},n=function(t){return a(t,g)?t[g]:{}},e=function(t){return a(t,g)}}return _n={set:t,get:n,has:e,enforce:function(r){return e(r)?n(r):t(r,{})},getterFor:function(t){return function(e){var r;if(!i(e)||(r=n(e)).type!==t)throw new v("Incompatible receiver, "+t+" required");return r}}}}function Wn(){if(Dn)return Gn.exports;Dn=1;var t=y(),n=d(),e=yt(),r=on(),o=O(),i=zn().CONFIGURABLE,u=Kn(),a=Vn(),c=a.enforce,f=a.get,s=String,l=Object.defineProperty,v=t("".slice),p=t("".replace),g=t([].join),h=o&&!n((function(){return 8!==l((function(){}),"length",{value:8}).length})),m=String(String).split("String"),w=Gn.exports=function(t,n,e){"Symbol("===v(s(n),0,7)&&(n="["+p(s(n),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),e&&e.getter&&(n="get "+n),e&&e.setter&&(n="set "+n),(!r(t,"name")||i&&t.name!==n)&&(o?l(t,"name",{value:n,configurable:!0}):t.name=n),h&&e&&r(e,"arity")&&t.length!==e.arity&&l(t,"length",{value:e.arity});try{e&&r(e,"constructor")&&e.constructor?o&&l(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var u=c(t);return r(u,"source")||(u.source=g(m,"string"==typeof n?n:"")),t};return Function.prototype.toString=w((function(){return e(this)&&f(this).source||u(this)}),"toString"),Gn.exports}function Yn(){if($n)return Fn;$n=1;var t=yt(),n=En(),e=Wn(),r=tn();return Fn=function(o,i,u,a){a||(a={});var c=a.enumerable,f=void 0!==a.name?a.name:i;if(t(u)&&e(u,f,a),a.global)c?o[i]=u:r(i,u);else{try{a.unsafe?o[i]&&(c=!0):delete o[i]}catch(t){}c?o[i]=u:n.f(o,i,{value:u,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return o}}var Hn,Xn,qn,Jn,Qn,Zn,te,ne,ee,re,oe,ie,ue,ae,ce,fe,se,le={};function ve(){if(Jn)return qn;Jn=1;var t=function(){if(Xn)return Hn;Xn=1;var t=Math.ceil,n=Math.floor;return Hn=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}}();return qn=function(n){var e=+n;return e!=e||0===e?0:t(e)}}function de(){if(Zn)return Qn;Zn=1;var t=ve(),n=Math.max,e=Math.min;return Qn=function(r,o){var i=t(r);return i<0?n(i+o,0):e(i,o)}}function pe(){if(ne)return te;ne=1;var t=ve(),n=Math.min;return te=function(e){var r=t(e);return r>0?n(r,9007199254740991):0}}function ge(){if(re)return ee;re=1;var t=pe();return ee=function(n){return t(n.length)}}function ye(){if(ae)return ue;ae=1;var t=y(),n=on(),e=gt(),r=function(){if(ie)return oe;ie=1;var t=gt(),n=de(),e=ge(),r=function(r){return function(o,i,u){var a=t(o),c=e(a);if(0===c)return!r&&-1;var f,s=n(u,c);if(r&&i!=i){for(;c>s;)if((f=a[s++])!=f)return!0}else for(;c>s;s++)if((r||s in a)&&a[s]===i)return r||s||0;return!r&&-1}};return oe={includes:r(!0),indexOf:r(!1)}}().indexOf,o=Un(),i=t([].push);return ue=function(t,u){var a,c=e(t),f=0,s=[];for(a in c)!n(o,a)&&n(c,a)&&i(s,a);for(;u.length>f;)n(c,a=u[f++])&&(~r(s,a)||i(s,a));return s}}function he(){return fe?ce:(fe=1,ce=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"])}var me,we,be,xe,Se,Ee,Oe,Le,Ae,Ie,Pe,je,Re,Te,Me,ke,Ce,_e,Ne,De={};function Fe(){if(be)return we;be=1;var t=mt(),n=y(),e=function(){if(se)return le;se=1;var t=ye(),n=he().concat("length","prototype");return le.f=Object.getOwnPropertyNames||function(e){return t(e,n)},le}(),r=(me||(me=1,De.f=Object.getOwnPropertySymbols),De),o=Sn(),i=n([].concat);return we=t("Reflect","ownKeys")||function(t){var n=e.f(o(t)),u=r.f;return u?i(n,u(t)):n}}function $e(){if(Se)return xe;Se=1;var t=on(),n=Fe(),e=vn(),r=En();return xe=function(o,i,u){for(var a=n(i),c=r.f,f=e.f,s=0;s<a.length;s++){var l=a[s];t(o,l)||u&&t(u,l)||c(o,l,f(i,l))}}}function Ge(){if(Ae)return Le;Ae=1;var t=b(),n=vn().f,e=On(),r=Yn(),o=tn(),i=$e(),u=function(){if(Oe)return Ee;Oe=1;var t=d(),n=yt(),e=/#|\.prototype\./,r=function(e,r){var c=i[o(e)];return c===a||c!==u&&(n(r)?t(r):!!r)},o=r.normalize=function(t){return String(t).replace(e,".").toLowerCase()},i=r.data={},u=r.NATIVE="N",a=r.POLYFILL="P";return Ee=r}();return Le=function(a,c){var f,s,l,v,d,p=a.target,g=a.global,y=a.stat;if(f=g?t:y?t[p]||o(p,{}):t[p]&&t[p].prototype)for(s in c){if(v=c[s],l=a.dontCallGetSet?(d=n(f,s))&&d.value:f[s],!u(g?s:p+(y?".":"#")+s,a.forced)&&void 0!==l){if(typeof v==typeof l)continue;i(v,l)}(a.sham||l&&l.sham)&&e(v,"sham",!0),r(f,s,v,a)}}}function ze(){if(Re)return je;Re=1;var t=function(){if(Pe)return Ie;Pe=1;var t={};return t[an()("toStringTag")]="z",Ie="[object z]"===String(t)}(),n=yt(),e=vt(),r=an()("toStringTag"),o=Object,i="Arguments"===e(function(){return arguments}());return je=t?e:function(t){var u,a,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(a=function(t,n){try{return t[n]}catch(t){}}(u=o(t),r))?a:i?e(u):"Object"===(c=e(u))&&n(u.callee)?"Arguments":c}}function Ke(){if(Me)return Te;Me=1;var t=ze(),n=String;return Te=function(e){if("Symbol"===t(e))throw new TypeError("Cannot convert a Symbol value to a string");return n(e)}}function Be(){if(Ce)return ke;Ce=1;var t=Sn();return ke=function(){var n=t(this),e="";return n.hasIndices&&(e+="d"),n.global&&(e+="g"),n.ignoreCase&&(e+="i"),n.multiline&&(e+="m"),n.dotAll&&(e+="s"),n.unicode&&(e+="u"),n.unicodeSets&&(e+="v"),n.sticky&&(e+="y"),e}}var Ue,Ve,We,Ye,He,Xe,qe,Je,Qe,Ze,tr,nr,er,rr,or,ir,ur,ar,cr,fr,sr,lr,vr,dr,pr,gr={};function yr(){if(Ve)return Ue;Ve=1;var t=ye(),n=he();return Ue=Object.keys||function(e){return t(e,n)}}function hr(){if(He)return Ye;He=1;var t=mt();return Ye=t("document","documentElement")}function mr(){if(qe)return Xe;qe=1;var t,n=Sn(),e=function(){if(We)return gr;We=1;var t=O(),n=xn(),e=En(),r=Sn(),o=gt(),i=yr();return gr.f=t&&!n?Object.defineProperties:function(t,n){r(t);for(var u,a=o(n),c=i(n),f=c.length,s=0;f>s;)e.f(t,u=c[s++],a[u]);return t},gr}(),r=he(),o=Un(),i=hr(),u=sn(),a=Bn(),c="prototype",f="script",s=a("IE_PROTO"),l=function(){},v=function(t){return"<"+f+">"+t+"</"+f+">"},d=function(t){t.write(v("")),t.close();var n=t.parentWindow.Object;return t=null,n},p=function(){try{t=new ActiveXObject("htmlfile")}catch(t){}var n,e,o;p="undefined"!=typeof document?document.domain&&t?d(t):(e=u("iframe"),o="java"+f+":",e.style.display="none",i.appendChild(e),e.src=String(o),(n=e.contentWindow.document).open(),n.write(v("document.F=Object")),n.close(),n.F):d(t);for(var a=r.length;a--;)delete p[c][r[a]];return p()};return o[s]=!0,Xe=Object.create||function(t,r){var o;return null!==t?(l[c]=n(t),o=new l,l[c]=null,o[s]=t):o=p(),void 0===r?o:e.f(o,r)}}function wr(){if(er)return nr;er=1;var t,n,e=g(),r=y(),o=Ke(),i=Be(),u=function(){if(Ne)return _e;Ne=1;var t=d(),n=b().RegExp,e=t((function(){var t=n("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),r=e||t((function(){return!n("a","y").sticky})),o=e||t((function(){var t=n("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));return _e={BROKEN_CARET:o,MISSED_STICKY:r,UNSUPPORTED_Y:e}}(),a=en(),c=mr(),f=Vn().get,s=function(){if(Qe)return Je;Qe=1;var t=d(),n=b().RegExp;return Je=t((function(){var t=n(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))}(),l=function(){if(tr)return Ze;tr=1;var t=d(),n=b().RegExp;return Ze=t((function(){var t=n("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))}(),v=a("native-string-replace",String.prototype.replace),p=RegExp.prototype.exec,h=p,m=r("".charAt),w=r("".indexOf),x=r("".replace),S=r("".slice),E=(n=/b*/g,e(p,t=/a/,"a"),e(p,n,"a"),0!==t.lastIndex||0!==n.lastIndex),O=u.BROKEN_CARET,L=void 0!==/()??/.exec("")[1];return(E||L||O||s||l)&&(h=function(t){var n,r,u,a,s,l,d,g=this,y=f(g),b=o(t),A=y.raw;if(A)return A.lastIndex=g.lastIndex,n=e(h,A,b),g.lastIndex=A.lastIndex,n;var I=y.groups,P=O&&g.sticky,j=e(i,g),R=g.source,T=0,M=b;if(P&&(j=x(j,"y",""),-1===w(j,"g")&&(j+="g"),M=S(b,g.lastIndex),g.lastIndex>0&&(!g.multiline||g.multiline&&"\n"!==m(b,g.lastIndex-1))&&(R="(?: "+R+")",M=" "+M,T++),r=new RegExp("^(?:"+R+")",j)),L&&(r=new RegExp("^"+R+"$(?!\\s)",j)),E&&(u=g.lastIndex),a=e(p,P?r:g,M),P?a?(a.input=S(a.input,T),a[0]=S(a[0],T),a.index=g.lastIndex,g.lastIndex+=a[0].length):g.lastIndex=0:E&&a&&(g.lastIndex=g.global?a.index+a[0].length:u),L&&a&&a.length>1&&e(v,a[0],r,(function(){for(s=1;s<arguments.length-2;s++)void 0===arguments[s]&&(a[s]=void 0)})),a&&I)for(a.groups=l=c(null),s=0;s<I.length;s++)l[(d=I[s])[0]]=a[d[1]];return a}),nr=h}function br(){if(ir)return or;ir=1,function(){if(rr)return w;rr=1;var t=Ge(),n=wr();t({target:"RegExp",proto:!0,forced:/./.exec!==n},{exec:n})}();var t=g(),n=Yn(),e=wr(),r=d(),o=an(),i=On(),u=o("species"),a=RegExp.prototype;return or=function(c,f,s,l){var v=o(c),d=!r((function(){var t={};return t[v]=function(){return 7},7!==""[c](t)})),p=d&&!r((function(){var t=!1,n=/a/;return"split"===c&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[v]=/./[v]),n.exec=function(){return t=!0,null},n[v](""),!t}));if(!d||!p||s){var g=/./[v],y=f(v,""[c],(function(n,r,o,i,u){var c=r.exec;return c===e||c===a.exec?d&&!u?{done:!0,value:t(g,r,o,i)}:{done:!0,value:t(n,o,r,i)}:{done:!1}}));n(String.prototype,c,y[0]),n(a,v,y[1])}l&&i(a[v],"sham",!0)}}function xr(){if(fr)return cr;fr=1;var t=function(){if(ar)return ur;ar=1;var t=y(),n=ve(),e=Ke(),r=pt(),o=t("".charAt),i=t("".charCodeAt),u=t("".slice),a=function(t){return function(a,c){var f,s,l=e(r(a)),v=n(c),d=l.length;return v<0||v>=d?t?"":void 0:(f=i(l,v))<55296||f>56319||v+1===d||(s=i(l,v+1))<56320||s>57343?t?o(l,v):f:t?u(l,v,v+2):s-56320+(f-55296<<10)+65536}};return ur={codeAt:a(!1),charAt:a(!0)}}().charAt;return cr=function(n,e,r){return e+(r?t(n,e).length:1)}}function Sr(){if(lr)return sr;lr=1;var t=y(),n=rn(),e=Math.floor,r=t("".charAt),o=t("".replace),i=t("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;return sr=function(t,c,f,s,l,v){var d=f+t.length,p=s.length,g=a;return void 0!==l&&(l=n(l),g=u),o(v,g,(function(n,o){var u;switch(r(o,0)){case"$":return"$";case"&":return t;case"`":return i(c,0,f);case"'":return i(c,d);case"<":u=l[i(o,1,-1)];break;default:var a=+o;if(0===a)return n;if(a>p){var v=e(a/10);return 0===v?n:v<=p?void 0===s[v-1]?r(o,1):s[v-1]+r(o,1):n}u=s[a-1]}return void 0===u?"":u}))}}function Er(){if(dr)return vr;dr=1;var t=g(),n=Sn(),e=yt(),r=vt(),o=wr(),i=TypeError;return vr=function(u,a){var c=u.exec;if(e(c)){var f=t(c,u,a);return null!==f&&n(f),f}if("RegExp"===r(u))return t(o,u,a);throw new i("RegExp#exec called on incompatible receiver")}}!function(){if(pr)return v;pr=1;var t=function(){if(a)return u;a=1;var t=p(),n=Function.prototype,e=n.apply,r=n.call;return u="object"==typeof Reflect&&Reflect.apply||(t?r.bind(e):function(){return r.apply(e,arguments)}),u}(),n=g(),e=y(),r=br(),o=d(),i=Sn(),c=yt(),f=dt(),s=ve(),l=pe(),h=Ke(),m=pt(),w=xr(),b=At(),x=Sr(),S=Er(),E=an()("replace"),O=Math.max,L=Math.min,A=e([].concat),I=e([].push),P=e("".indexOf),j=e("".slice),R="$0"==="a".replace(/./,"$0"),T=!!/./[E]&&""===/./[E]("a","$0");r("replace",(function(e,r,o){var u=T?"$":"$0";return[function(t,e){var o=m(this),i=f(t)?void 0:b(t,E);return i?n(i,t,o,e):n(r,h(o),t,e)},function(n,e){var a=i(this),f=h(n);if("string"==typeof e&&-1===P(e,u)&&-1===P(e,"$<")){var v=o(r,a,f,e);if(v.done)return v.value}var d=c(e);d||(e=h(e));var p,g=a.global;g&&(p=a.unicode,a.lastIndex=0);for(var y,m=[];null!==(y=S(a,f))&&(I(m,y),g);){""===h(y[0])&&(a.lastIndex=w(f,l(a.lastIndex),p))}for(var b,E="",R=0,T=0;T<m.length;T++){for(var M,k=h((y=m[T])[0]),C=O(L(s(y.index),f.length),0),_=[],N=1;N<y.length;N++)I(_,void 0===(b=y[N])?b:String(b));var D=y.groups;if(d){var F=A([k],_,C,f);void 0!==D&&I(F,D),M=h(t(e,void 0,F))}else M=x(k,f,C,_,D,e);C>=R&&(E+=j(f,R,C)+M,R=C+k.length)}return E+j(f,R)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!R||T)}();var Or,Lr,Ar,Ir,Pr,jr,Rr,Tr,Mr,kr,Cr,_r,Nr,Dr,Fr,$r,Gr,zr,Kr,Br,Ur,Vr,Wr,Yr,Hr,Xr,qr,Jr,Qr={};function Zr(){if(jr)return Pr;jr=1;var t=on(),n=yt(),e=rn(),r=Bn(),o=function(){if(Ir)return Ar;Ir=1;var t=d();return Ar=!t((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))}(),i=r("IE_PROTO"),u=Object,a=u.prototype;return Pr=o?u.getPrototypeOf:function(r){var o=e(r);if(t(o,i))return o[i];var c=o.constructor;return n(c)&&o instanceof c?c.prototype:o instanceof u?a:null}}function to(){if(Tr)return Rr;Tr=1;var t,n,e,r=d(),o=yt(),i=ht(),u=mr(),a=Zr(),c=Yn(),f=an(),s=Zt(),l=f("iterator"),v=!1;return[].keys&&("next"in(e=[].keys())?(n=a(a(e)))!==Object.prototype&&(t=n):v=!0),!i(t)||r((function(){var n={};return t[l].call(n)!==n}))?t={}:s&&(t=u(t)),o(t[l])||c(t,l,(function(){return this})),Rr={IteratorPrototype:t,BUGGY_SAFARI_ITERATORS:v}}function no(){if(kr)return Mr;kr=1;var t=En().f,n=on(),e=an()("toStringTag");return Mr=function(r,o,i){r&&!i&&(r=r.prototype),r&&!n(r,e)&&t(r,e,{configurable:!0,value:o})}}function eo(){return _r?Cr:(_r=1,Cr={})}function ro(){if(Dr)return Nr;Dr=1;var t=to().IteratorPrototype,n=mr(),e=lt(),r=no(),o=eo(),i=function(){return this};return Nr=function(u,a,c,f){var s=a+" Iterator";return u.prototype=n(t,{next:e(+!f,c)}),r(u,s,!1,!0),o[s]=i,u}}function oo(){return $r?Fr:($r=1,Fr=function(t,n){return{value:t,done:n}})}function io(){if(Vr)return Ur;Vr=1;var t=y(),n=d(),e=yt(),r=ze(),o=mt(),i=Kn(),u=function(){},a=o("Reflect","construct"),c=/^\s*(?:class|function)\b/,f=t(c.exec),s=!c.test(u),l=function(t){if(!e(t))return!1;try{return a(u,[],t),!0}catch(t){return!1}},v=function(t){if(!e(t))return!1;switch(r(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return s||!!f(c,i(t))}catch(t){return!0}};return v.sham=!0,Ur=!a||n((function(){var t;return l(l.call)||!l(Object)||!l((function(){t=!0}))||t}))?v:l}function uo(){if(Yr)return Wr;Yr=1;var t=io(),n=Ot(),e=TypeError;return Wr=function(r){if(t(r))return r;throw new e(n(r)+" is not a constructor")}}function ao(){if(Xr)return Hr;Xr=1;var t=Sn(),n=uo(),e=dt(),r=an()("species");return Hr=function(o,i){var u,a=t(o).constructor;return void 0===a||e(u=t(a)[r])?i:n(u)}}function co(){if(qr)return Qr;qr=1;var t=Ge(),n=g(),e=function(){if(Lr)return Or;Lr=1;var t=vt(),n=y();return Or=function(e){if("Function"===t(e))return n(e)}}(),r=ro(),o=oo(),i=pt(),u=pe(),a=Ke(),c=Sn(),f=dt(),s=vt(),l=function(){if(zr)return Gr;zr=1;var t=ht(),n=vt(),e=an()("match");return Gr=function(r){var o;return t(r)&&(void 0!==(o=r[e])?!!o:"RegExp"===n(r))}}(),v=function(){if(Br)return Kr;Br=1;var t=g(),n=on(),e=wt(),r=Be(),o=RegExp.prototype;return Kr=function(i){var u=i.flags;return void 0!==u||"flags"in o||n(i,"flags")||!e(o,i)?u:t(r,i)}}(),p=At(),h=Yn(),m=d(),w=an(),b=ao(),x=xr(),S=Er(),E=Vn(),O=Zt(),L=w("matchAll"),A="RegExp String",I=A+" Iterator",P=E.set,j=E.getterFor(I),R=RegExp.prototype,T=TypeError,M=e("".indexOf),k=e("".matchAll),C=!!k&&!m((function(){k("a",/./)})),_=r((function(t,n,e,r){P(this,{type:I,regexp:t,string:n,global:e,unicode:r,done:!1})}),A,(function(){var t=j(this);if(t.done)return o(void 0,!0);var n=t.regexp,e=t.string,r=S(n,e);return null===r?(t.done=!0,o(void 0,!0)):t.global?(""===a(r[0])&&(n.lastIndex=x(e,u(n.lastIndex),t.unicode)),o(r,!1)):(t.done=!0,o(r,!1))})),N=function(t){var n,e,r,o=c(this),i=a(t),f=b(o,RegExp),s=a(v(o));return n=new f(f===RegExp?o.source:o,s),e=!!~M(s,"g"),r=!!~M(s,"u"),n.lastIndex=u(o.lastIndex),new _(n,i,e,r)};return t({target:"String",proto:!0,forced:C},{matchAll:function(t){var e,r,o,u,c=i(this);if(f(t)){if(C)return k(c,t)}else{if(l(t)&&(e=a(i(v(t))),!~M(e,"g")))throw new T("`.matchAll` does not allow non-global regexes");if(C)return k(c,t);if(void 0===(o=p(t,L))&&O&&"RegExp"===s(t)&&(o=N),o)return n(o,t,c)}return r=a(c),u=new RegExp(t,"g"),O?n(N,u,r):u[L](r)}}),O||L in R||h(R,L,N),Qr}Jr||(Jr=1,co());var fo,so,lo,vo,po,go,yo,ho,mo,wo,bo,xo,So,Eo,Oo,Lo,Ao,Io,Po,jo={};function Ro(){if(go)return po;go=1;var t=an(),n=mr(),e=En().f,r=t("unscopables"),o=Array.prototype;return void 0===o[r]&&e(o,r,{configurable:!0,value:n(null)}),po=function(t){o[r][t]=!0}}function To(){if(wo)return mo;wo=1;var t=ht();return mo=function(n){return t(n)||null===n}}function Mo(){if(xo)return bo;xo=1;var t=To(),n=String,e=TypeError;return bo=function(r){if(t(r))return r;throw new e("Can't set "+n(r)+" as a prototype")}}function ko(){if(Eo)return So;Eo=1;var t=function(){if(ho)return yo;ho=1;var t=y(),n=Lt();return yo=function(e,r,o){try{return t(n(Object.getOwnPropertyDescriptor(e,r)[o]))}catch(t){}}}(),n=ht(),e=pt(),r=Mo();return So=Object.setPrototypeOf||("__proto__"in{}?function(){var o,i=!1,u={};try{(o=t(Object.prototype,"__proto__","set"))(u,[]),i=u instanceof Array}catch(t){}return function(t,u){return e(t),r(u),n(t)?(i?o(t,u):t.__proto__=u,t):t}}():void 0)}function Co(){if(Io)return Ao;Io=1;var t=gt(),n=Ro(),e=eo(),r=Vn(),o=En().f,i=function(){if(Lo)return Oo;Lo=1;var t=Ge(),n=g(),e=Zt(),r=zn(),o=yt(),i=ro(),u=Zr(),a=ko(),c=no(),f=On(),s=Yn(),l=an(),v=eo(),d=to(),p=r.PROPER,y=r.CONFIGURABLE,h=d.IteratorPrototype,m=d.BUGGY_SAFARI_ITERATORS,w=l("iterator"),b="keys",x="values",S="entries",E=function(){return this};return Oo=function(r,l,d,g,O,L,A){i(d,l,g);var I,P,j,R=function(t){if(t===O&&_)return _;if(!m&&t&&t in k)return k[t];switch(t){case b:case x:case S:return function(){return new d(this,t)}}return function(){return new d(this)}},T=l+" Iterator",M=!1,k=r.prototype,C=k[w]||k["@@iterator"]||O&&k[O],_=!m&&C||R(O),N="Array"===l&&k.entries||C;if(N&&(I=u(N.call(new r)))!==Object.prototype&&I.next&&(e||u(I)===h||(a?a(I,h):o(I[w])||s(I,w,E)),c(I,T,!0,!0),e&&(v[T]=E)),p&&O===x&&C&&C.name!==x&&(!e&&y?f(k,"name",x):(M=!0,_=function(){return n(C,this)})),O)if(P={values:R(x),keys:L?_:R(b),entries:R(S)},A)for(j in P)(m||M||!(j in k))&&s(k,j,P[j]);else t({target:l,proto:!0,forced:m||M},P);return e&&!A||k[w]===_||s(k,w,_,{name:O}),v[l]=_,P}}(),u=oo(),a=Zt(),c=O(),f="Array Iterator",s=r.set,l=r.getterFor(f);Ao=i(Array,"Array",(function(n,e){s(this,{type:f,target:t(n),index:0,kind:e})}),(function(){var t=l(this),n=t.target,e=t.index++;if(!n||e>=n.length)return t.target=null,u(void 0,!0);switch(t.kind){case"keys":return u(e,!1);case"values":return u(n[e],!1)}return u([e,n[e]],!1)}),"values");var v=e.Arguments=e.Array;if(n("keys"),n("values"),n("entries"),!a&&c&&"values"!==v.name)try{o(v,"name",{value:"values"})}catch(t){}return Ao}!function(){if(Po)return jo;Po=1;var t=b(),n=so?fo:(so=1,fo={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}),e=function(){if(vo)return lo;vo=1;var t=sn()("span").classList,n=t&&t.constructor&&t.constructor.prototype;return lo=n===Object.prototype?void 0:n}(),r=Co(),o=On(),i=no(),u=an()("iterator"),a=r.values,c=function(t,e){if(t){if(t[u]!==a)try{o(t,u,a)}catch(n){t[u]=a}if(i(t,e,!0),n[e])for(var c in r)if(t[c]!==r[c])try{o(t,c,r[c])}catch(n){t[c]=r[c]}}};for(var f in n)c(t[f]&&t[f].prototype,f);c(e,"DOMTokenList")}();var _o,No={exports:{}};var Do=n(_o?No.exports:(_o=1,No.exports=function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}return e.m=t,e.c=n,e.p="",e(0)}([function(t,n){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,n=null,e="initial",r=e,o=Date.now(),i=!1,u=["button","input","select","textarea"],a=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,v={x:null,y:null},d={2:"touch",3:"touch",4:"mouse"},p=!1;try{var g=Object.defineProperty({},"passive",{get:function(){p=!0}});window.addEventListener("test",null,g)}catch(t){}var y=function(){var t=!p||{passive:!0,capture:!0};document.addEventListener("DOMContentLoaded",h,!0),window.PointerEvent?(window.addEventListener("pointerdown",m,!0),window.addEventListener("pointermove",b,!0)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m,!0),window.addEventListener("MSPointerMove",b,!0)):(window.addEventListener("mousedown",m,!0),window.addEventListener("mousemove",b,!0),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m,!0))),window.addEventListener(A(),b,t),window.addEventListener("keydown",m,!0),window.addEventListener("keyup",m,!0),window.addEventListener("focusin",x,!0),window.addEventListener("focusout",S,!0)},h=function(){if(i=!("false"===t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(e=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var n=t.which,o=s[t.type];"pointer"===o&&(o=O(t));var i=!f.length&&-1===c.indexOf(n),a=f.length&&-1!==f.indexOf(n),l="keyboard"===o&&n&&(i||a)||"mouse"===o||"touch"===o;if(L(o)&&(l=!1),l&&e!==o&&(E("input",e=o),w("input")),l&&r!==o){var v=document.activeElement;v&&v.nodeName&&(-1===u.indexOf(v.nodeName.toLowerCase())||"button"===v.nodeName.toLowerCase()&&!j(v,"form"))&&(E("intent",r=o),w("intent"))}},w=function(n){t.setAttribute("data-what"+n,"input"===n?e:r),I(n)},b=function(t){var n=s[t.type];"pointer"===n&&(n=O(t)),P(t),(!l&&!L(n)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==n&&(E("intent",r=n),w("intent"))},x=function(e){e.target.nodeName?(n=e.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",n),e.target.classList&&e.target.classList.length&&t.setAttribute("data-whatclasses",e.target.classList.toString().replace(" ",","))):S()},S=function(){n=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},E=function(t,n){if(i)try{window.sessionStorage.setItem("what-"+t,n)}catch(t){}},O=function(t){return"number"==typeof t.pointerType?d[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},L=function(t){var n=Date.now(),r="mouse"===t&&"touch"===e&&n-o<200;return o=n,r},A=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},I=function(t){for(var n=0,o=a.length;n<o;n++)a[n].type===t&&a[n].fn.call(void 0,"input"===t?e:r)},P=function(t){v.x!==t.screenX||v.y!==t.screenY?(l=!1,v.x=t.screenX,v.y=t.screenY):l=!0},j=function(t,n){var e=window.Element.prototype;if(e.matches||(e.matches=e.msMatchesSelector||e.webkitMatchesSelector),e.closest)return t.closest(n);do{if(t.matches(n))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[A()]="mouse",y()),{ask:function(t){return"intent"===t?r:e},element:function(){return n},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,n){a.push({fn:t,type:n||"input"})},unRegisterOnChange:function(t){var n=function(t){for(var n=0,e=a.length;n<e;n++)if(a[n].fn===t)return n}(t);(n||0===n)&&a.splice(n,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])));t.setTimeout,t.clearTimeout;var Fo=t.performance||{};Fo.now||Fo.mozNow||Fo.msNow||Fo.oNow||Fo.webkitNow;const $o="Mac|iPad|iPhone|iPod",Go="Linux";var zo,Ko,Bo,Uo,Vo,Wo,Yo,Ho;function Xo(){if("undefined"!=typeof document){let t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1}function qo(){const t=()=>{if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp($o))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp(Go))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}"undefined"!=typeof navigator&&/edge/i.test(null===(zo=navigator)||void 0===zo?void 0:zo.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(Ko=navigator)||void 0===Ko?void 0:Ko.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(Bo=navigator)||void 0===Bo?void 0:Bo.userAgent)&&/chrome/i.test(null===(Uo=navigator)||void 0===Uo?void 0:Uo.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Vo=navigator)||void 0===Vo?void 0:Vo.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Wo=navigator)||void 0===Wo?void 0:Wo.userAgent),"undefined"!=typeof navigator&&new RegExp($o,"i").test(null===(Yo=navigator)||void 0===Yo?void 0:Yo.platform),"undefined"!=typeof navigator&&new RegExp(Go,"i").test(null===(Ho=navigator)||void 0===Ho?void 0:Ho.platform),function(){try{0}catch(t){console.error(t)}}(),function(){if("undefined"!=typeof window){class t{get version(){return"10.71.1"}}window.Eufemia=new t}}(),Do.specificKeys([9]),qo();export{qo as defineNavigator,Xo as isTouchDevice};
|