jodit 4.10.2 → 4.11.2
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 +28 -0
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +121 -121
- package/es2015/jodit.js +36183 -35886
- package/es2015/jodit.min.js +121 -121
- package/es2015/plugins/debug/debug.css +1 -1
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +724 -724
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2018/jodit.fat.min.js +121 -121
- package/es2018/jodit.min.js +121 -121
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +135 -135
- package/es2021/jodit.js +35482 -35186
- package/es2021/jodit.min.js +135 -135
- package/es2021/plugins/debug/debug.css +1 -1
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +681 -681
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +151 -151
- package/es2021.en/jodit.js +34392 -34096
- package/es2021.en/jodit.min.js +135 -135
- package/es2021.en/plugins/debug/debug.css +1 -1
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +306 -306
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +44054 -43700
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +839 -839
- package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/polyfills.fat.min.js +2 -2
- package/es5/polyfills.js +4211 -4211
- package/es5/polyfills.min.js +2 -2
- package/esm/config.d.ts +85 -0
- package/esm/core/constants.js +1 -1
- package/esm/core/dom/dom.d.ts +1 -0
- package/esm/core/helpers/html/safe-html.d.ts +3 -2
- package/esm/core/helpers/html/safe-html.js +42 -3
- package/esm/plugins/clean-html/clean-html.js +4 -0
- package/esm/plugins/clean-html/config.d.ts +85 -0
- package/esm/plugins/clean-html/config.js +7 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/convert-unsafe-embeds.d.ts +14 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/convert-unsafe-embeds.js +37 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +4 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/index.js +4 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/safe-links-target.d.ts +14 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/safe-links-target.js +38 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/sandbox-iframes-in-content.d.ts +14 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/sandbox-iframes-in-content.js +24 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +10 -5
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-styles.d.ts +14 -0
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-styles.js +70 -0
- package/esm/plugins/drag-and-drop/drag-and-drop.js +1 -1
- package/esm/plugins/enter/helpers/insert-paragraph.js +2 -1
- package/esm/plugins/file/file.js +3 -2
- package/esm/plugins/iframe/iframe.js +8 -6
- package/esm/plugins/image/image.js +3 -2
- package/esm/plugins/image-properties/writers/link.js +6 -0
- package/esm/plugins/link/link.js +15 -3
- package/esm/plugins/resizer/resizer.js +2 -2
- package/esm/plugins/source/editor/engines/area.js +3 -7
- package/package.json +1 -1
- package/types/config.d.ts +85 -0
- package/types/core/dom/dom.d.ts +1 -0
- package/types/core/helpers/html/safe-html.d.ts +3 -2
- package/types/plugins/clean-html/config.d.ts +85 -0
- package/types/plugins/clean-html/helpers/visitor/filters/convert-unsafe-embeds.d.ts +14 -0
- package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +4 -0
- package/types/plugins/clean-html/helpers/visitor/filters/safe-links-target.d.ts +14 -0
- package/types/plugins/clean-html/helpers/visitor/filters/sandbox-iframes-in-content.d.ts +14 -0
- package/types/plugins/clean-html/helpers/visitor/filters/sanitize-styles.d.ts +14 -0
package/es5/polyfills.min.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.
|
|
4
|
+
* Version: v4.11.2
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
8
|
-
!function(t,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r();else if("function"==typeof define&&define.amd)define([],r);else{var n=r();for(var e in n)("object"==typeof exports?exports:t)[e]=n[e]}}(self,function(){var t={150:function(t,r,n){"use strict";var e=n(62017),o=n(28360);e("toPrimitive"),o()},1055:function(t){"use strict";var r=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?n:r)(e)}},1089:function(t,r,n){"use strict";var e=n(29833),o=n(46738),i=n(63838),u=n(93715),c=n(30941),s=o([].concat);t.exports=e("Reflect","ownKeys")||function(t){var r=i.f(c(t)),n=u.f;return n?s(r,n(t)):r}},1669:function(t,r,n){"use strict";var e,o,i=n(75058),u=n(1837),c=i.process,s=i.Deno,f=c&&c.versions||s&&s.version,a=f&&f.v8;a&&(o=(e=a.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!o&&u&&(!(e=u.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=u.match(/Chrome\/(\d+)/))&&(o=+e[1]),t.exports=o},1837:function(t,r,n){"use strict";var e=n(75058).navigator,o=e&&e.userAgent;t.exports=o?String(o):""},2958:function(t,r,n){"use strict";var e=n(26419),o=n(1089),i=n(10393),u=n(9475);t.exports=function(t,r,n){for(var c=o(r),s=u.f,f=i.f,a=0;a<c.length;a++){var l=c[a];e(t,l)||n&&e(n,l)||s(t,l,f(r,l))}}},2975:function(t,r,n){"use strict";var e=n(49567);t.exports=function(t,r){return e[t]||(e[t]=r||{})}},3279:function(t,r,n){"use strict";var e=n(26919),o=n(90256),i=n(30941),u=n(8465),c=n(72929),s=TypeError;t.exports=function(t,r){var n=arguments.length<2?c(t):r;if(o(n))return i(e(n,t));throw new s(u(t)+" is not iterable")}},5944:function(t,r,n){"use strict";var e=n(17158),o=n(26419),i=Function.prototype,u=e&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&(!e||e&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:c&&"something"===(function(){}).name,CONFIGURABLE:s}},6028:function(t,r,n){"use strict";var e=n(50300),o=n(53110);e({target:"Array",stat:!0,forced:!n(14122)(function(t){Array.from(t)})},{from:o})},7557:function(t,r,n){"use strict";t.exports=n(75058)},7796:function(t,r,n){"use strict";n(90014),t.exports=n(54393)("Array","findIndex")},8465:function(t){"use strict";var r=String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},9236:function(t,r,n){"use strict";var e=n(26919),o=n(14595),i=n(78144),u=TypeError;t.exports=function(t,r){var n,c;if("string"===r&&o(n=t.toString)&&!i(c=e(n,t))||o(n=t.valueOf)&&!i(c=e(n,t))||"string"!==r&&o(n=t.toString)&&!i(c=e(n,t)))return c;throw new u("Can't convert object to primitive value")}},9475:function(t,r,n){"use strict";var e=n(17158),o=n(64959),i=n(32624),u=n(30941),c=n(72543),s=TypeError,f=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",v="writable";r.f=e?i?function(t,r,n){if(u(t),r=c(r),u(n),"function"==typeof t&&"prototype"===r&&"value"in n&&v in n&&!n[v]){var e=a(t,r);e&&e[v]&&(t[r]=n.value,n={configurable:p in n?n[p]:e[p],enumerable:l in n?n[l]:e[l],writable:!1})}return f(t,r,n)}:f:function(t,r,n){if(u(t),r=c(r),u(n),o)try{return f(t,r,n)}catch(t){}if("get"in n||"set"in n)throw new s("Accessors not supported");return"value"in n&&(t[r]=n.value),t}},10393:function(t,r,n){"use strict";var e=n(17158),o=n(26919),i=n(23043),u=n(63458),c=n(83511),s=n(72543),f=n(26419),a=n(64959),l=Object.getOwnPropertyDescriptor;r.f=e?l:function(t,r){if(t=c(t),r=s(r),a)try{return l(t,r)}catch(t){}if(f(t,r))return u(!o(i.f,t,r),t[r])}},10764:function(t,r,n){"use strict";var e=n(79893),o=Math.min;t.exports=function(t){var r=e(t);return r>0?o(r,0x1fffffffffffff):0}},10845:function(t,r,n){"use strict";var e=n(9475).f,o=n(26419),i=n(50617)("toStringTag");t.exports=function(t,r,n){t&&!n&&(t=t.prototype),t&&!o(t,i)&&e(t,i,{configurable:!0,value:r})}},10990:function(t,r,n){"use strict";t.exports=n(29100).polyfill()},12057:function(t,r,n){"use strict";var e=n(75058);n(10845)(e.JSON,"JSON",!0)},13181:function(t,r,n){"use strict";var e=n(20233),o=String;t.exports=function(t){if("Symbol"===e(t))throw TypeError("Cannot convert a Symbol value to a string");return o(t)}},13450:function(t,r,n){"use strict";t.exports=n(46738)([].slice)},14122:function(t,r,n){"use strict";var e=n(50617)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[e]=function(){return this},Array.from(u,function(){throw 2})}catch(t){}t.exports=function(t,r){try{if(!r&&!o)return!1}catch(t){return!1}var n=!1;try{var i={};i[e]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},14595:function(t){"use strict";var r,n=("u"<typeof document?"undefined":(r=document)&&"u">typeof Symbol&&r.constructor===Symbol?"symbol":typeof r)=="object"&&document.all;t.exports=void 0===n&&void 0!==n?function(t){return"function"==typeof t||t===n}:function(t){return"function"==typeof t}},15526:function(t,r,n){"use strict";var e=n(17158),o=n(9475),i=n(63458);t.exports=function(t,r,n){e?o.f(t,r,i(0,n)):t[r]=n}},16719:function(t,r,n){"use strict";var e=n(17158),o=n(32624),i=n(9475),u=n(30941),c=n(83511),s=n(77298);r.f=e&&!o?Object.defineProperties:function(t,r){u(t);for(var n,e=c(r),o=s(r),f=o.length,a=0;f>a;)i.f(t,n=o[a++],e[n]);return t}},17158:function(t,r,n){"use strict";t.exports=!n(96673)(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})},18316:function(t,r,n){"use strict";var e,o=n(66310),i=n(83511),u=n(63838).f,c=n(13450),s=("u"<typeof window?"undefined":(e=window)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],f=function(t){try{return u(t)}catch(t){return c(s)}};t.exports.f=function(t){return s&&"Window"===o(t)?f(t):u(i(t))}},18818:function(t,r,n){"use strict";var e=n(46738),o=0,i=Math.random(),u=e(1.1.toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},19192:function(t,r,n){"use strict";var e=n(96371).IteratorPrototype,o=n(99746),i=n(63458),u=n(10845),c=n(84543),s=function(){return this};t.exports=function(t,r,n,f){var a=r+" Iterator";return t.prototype=o(e,{next:i(+!f,n)}),u(t,a,!1,!0),c[a]=s,t}},20037:function(t,r,n){"use strict";r.f=n(50617)},20233:function(t,r,n){"use strict";var e=n(82138),o=n(14595),i=n(66310),u=n(50617)("toStringTag"),c=Object,s="Arguments"===i(function(){return arguments}()),f=function(t,r){try{return t[r]}catch(t){}};t.exports=e?i:function(t){var r,n,e;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=f(r=c(t),u))?n:s?i(r):"Object"===(e=i(r))&&o(r.callee)?"Arguments":e}},20998:function(t,r,n){"use strict";var e=n(50300),o=n(26919),i=n(22445),u=n(5944),c=n(14595),s=n(19192),f=n(88597),a=n(28329),l=n(10845),p=n(59541),v=n(27714),y=n(50617),h=n(84543),d=n(96371),b=u.PROPER,g=u.CONFIGURABLE,m=d.IteratorPrototype,w=d.BUGGY_SAFARI_ITERATORS,S=y("iterator"),x="keys",O="values",_="entries",j=function(){return this};t.exports=function(t,r,n,u,y,d,A){s(n,r,u);var E,P,T,I=function(t){if(t===y&&D)return D;if(!w&&t&&t in R)return R[t];switch(t){case x:case O:case _:return function(){return new n(this,t)}}return function(){return new n(this)}},F=r+" Iterator",C=!1,R=t.prototype,N=R[S]||R["@@iterator"]||y&&R[y],D=!w&&N||I(y),M="Array"===r&&R.entries||N;if(M&&(E=f(M.call(new t)))!==Object.prototype&&E.next&&(!i&&f(E)!==m&&(a?a(E,m):c(E[S])||v(E,S,j)),l(E,F,!0,!0),i&&(h[F]=j)),b&&y===O&&N&&N.name!==O&&(!i&&g?p(R,"name",O):(C=!0,D=function(){return o(N,this)})),y)if(P={values:I(O),keys:d?D:I(x),entries:I(_)},A)for(T in P)!w&&!C&&T in R||v(R,T,P[T]);else e({target:r,proto:!0,forced:w||C},P);return(!i||A)&&R[S]!==D&&v(R,S,D,{name:y}),h[r]=D,P}},22367:function(t,r,n){"use strict";n(62017)("split")},22445:function(t){"use strict";t.exports=!1},23043:function(t,r){"use strict";var n={}.propertyIsEnumerable,e=Object.getOwnPropertyDescriptor;r.f=e&&!n.call({1:2},1)?function(t){var r=e(this,t);return!!r&&r.enumerable}:n},23359:function(t,r,n){"use strict";n(62017)("replace")},23832:function(t,r,n){"use strict";var e=n(10764);t.exports=function(t){return e(t.length)}},24503:function(t,r,n){"use strict";var e=n(78144);t.exports=function(t){return e(t)||null===t}},24661:function(t,r,n){"use strict";var e=n(50300),o=n(17158),i=n(75058),u=n(46738),c=n(26419),s=n(14595),f=n(56167),a=n(13181),l=n(66416),p=n(2958),v=i.Symbol,y=v&&v.prototype;if(o&&s(v)&&(!("description"in y)||void 0!==v().description)){var h={},d=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:a(arguments[0]),r=f(y,this)?new v(t):void 0===t?v():v(t);return""===t&&(h[r]=!0),r};p(d,v),d.prototype=y,y.constructor=d;var b="Symbol(description detection)"===String(v("description detection")),g=u(y.valueOf),m=u(y.toString),w=/^Symbol\((.*)\)[^)]+$/,S=u("".replace),x=u("".slice);l(y,"description",{configurable:!0,get:function(){var t=g(this);if(c(h,t))return"";var r=m(t),n=b?x(r,7,-1):S(r,w,"$1");return""===n?void 0:n}}),e({global:!0,constructor:!0,forced:!0},{Symbol:d})}},24784:function(t,r,n){"use strict";var e=n(50300),o=n(29833),i=n(90003),u=n(26919),c=n(46738),s=n(96673),f=n(40554),a=n(14595),l=n(91e3),p=n(71975),v=n(66310),y=n(13181),h=n(13450),d=n(26298),b=n(18818),g=n(74693),m=n(93413),w=String,S=o("JSON","stringify"),x=c(/./.exec),O=c("".charAt),_=c("".charCodeAt),j=c("".replace),A=c("".slice),E=c([].push),P=c(1.1.toString),T=/[\uD800-\uDFFF]/g,I=/^[\uD800-\uDBFF]$/,F=/^[\uDC00-\uDFFF]$/,C=b(),R=C.length,N=!g||s(function(){var t=o("Symbol")("stringify detection");return"[null]"!==S([t])||"{}"!==S({a:t})||"{}"!==S(Object(t))}),D=s(function(){return'"\\udf06\\ud834"'!==S("\uDF06\uD834")||'"\\udead"'!==S("\uDEAD")}),M=N?function(t,r){var n=h(arguments),e=L(r);if(!(!a(e)&&(void 0===t||p(t))))return n[1]=function(t,r){if(a(e)&&(r=u(e,this,w(t),r)),!p(r))return r},i(S,null,n)}:S,k=function(t,r,n){var e=O(n,r-1),o=O(n,r+1);return x(I,t)&&!x(F,o)||x(F,t)&&!x(I,e)?"\\u"+P(_(t,0),16):t},L=function(t){if(a(t))return t;if(f(t)){for(var r=t.length,n=[],e=0;r>e;e++){var o=t[e];"string"==typeof o?E(n,o):("number"==typeof o||"Number"===v(o)||"String"===v(o))&&E(n,y(o))}var i=n.length,u=!0;return function(t,r){if(u)return u=!1,r;if(f(this))return r;for(var e=0;i>e;e++)if(n[e]===t)return r}}};S&&e({target:"JSON",stat:!0,arity:3,forced:N||D||!m},{stringify:function(t,r,n){var e=L(r),o=[],i=M(t,function(t,r){var n=a(e)?u(e,this,w(t),r):r;return!m&&l(n)?C+(E(o,n.rawJSON)-1):n},n);if("string"!=typeof i||(D&&(i=j(i,T,k)),m))return i;for(var c="",s=i.length,f=0;s>f;f++){var p=O(i,f);if('"'===p){var v=d(i,++f).end-1,y=A(i,f,v);c+=A(y,0,R)===C?o[A(y,R)]:'"'+y+'"',f=v}else c+=p}return c}})},24877:function(t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},26298:function(t,r,n){"use strict";var e=n(46738),o=n(26419),i=SyntaxError,u=parseInt,c=String.fromCharCode,s=e("".charAt),f=e("".slice),a=e(/./.exec),l={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":"\n","\\r":"\r","\\t":" "},p=/^[\da-f]{4}$/i,v=/^[\u0000-\u001F]$/;t.exports=function(t,r){for(var n=!0,e="";r<t.length;){var y=s(t,r);if("\\"===y){var h=f(t,r,r+2);if(o(l,h))e+=l[h],r+=2;else if("\\u"===h){var d=f(t,r+=2,r+4);if(!a(p,d))throw new i("Bad Unicode escape at: "+r);e+=c(u(d,16)),r+=4}else throw new i('Unknown escape sequence: "'+h+'"')}else if('"'===y){n=!1,r++;break}else{if(a(v,y))throw new i("Bad control character in string literal at: "+r);e+=y,r++}}if(n)throw new i("Unterminated string at: "+r);return{value:e,end:r}}},26419:function(t,r,n){"use strict";var e=n(46738),o=n(30995),i=e({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,r){return i(o(t),r)}},26494:function(t,r,n){"use strict";n(62017)("isConcatSpreadable")},26919:function(t,r,n){"use strict";var e=n(37770),o=Function.prototype.call;t.exports=e?o.bind(o):function(){return o.apply(o,arguments)}},27491:function(t,r,n){"use strict";n(62017)("search")},27714:function(t,r,n){"use strict";var e=n(14595),o=n(9475),i=n(55425),u=n(36759);t.exports=function(t,r,n,c){c||(c={});var s=c.enumerable,f=void 0!==c.name?c.name:r;if(e(n)&&i(n,f,c),c.global)s?t[r]=n:u(r,n);else{try{c.unsafe?t[r]&&(s=!0):delete t[r]}catch(t){}s?t[r]=n:o.f(t,r,{value:n,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return t}},28329:function(t,r,n){"use strict";var e=n(60288),o=n(78144),i=n(93080),u=n(34980);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r,n=!1,c={};try{(r=e(Object.prototype,"__proto__","set"))(c,[]),t=Array,n=null!=t&&"u">typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](c):c instanceof t}catch(t){}return function(t,e){return i(t),u(e),o(t)&&(n?r(t,e):t.__proto__=e),t}}():void 0)},28360:function(t,r,n){"use strict";var e=n(26919),o=n(29833),i=n(50617),u=n(27714);t.exports=function(){var t=o("Symbol"),r=t&&t.prototype,n=r&&r.valueOf,c=i("toPrimitive");r&&!r[c]&&u(r,c,function(t){return e(n,this)},{arity:1})}},29100:function(t,r,n){var e,o;function i(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}o=function(){"use strict";function t(t){return"function"==typeof t}var r,e,o,u,c=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},s=0,f=void 0,a=void 0,l=function(t,r){g[s]=t,g[s+1]=r,2===(s+=2)&&(a?a(m):w())},p="u">typeof window?window:void 0,v=p||{},y=v.MutationObserver||v.WebKitMutationObserver,h="u"<typeof self&&"u">typeof process&&"[object process]"===({}).toString.call(process),d="u">typeof Uint8ClampedArray&&"u">typeof importScripts&&"u">typeof MessageChannel;function b(){var t=setTimeout;return function(){return t(m,1)}}var g=Array(1e3);function m(){for(var t=0;s>t;t+=2)(0,g[t])(g[t+1]),g[t]=void 0,g[t+1]=void 0;s=0}var w=void 0;function S(t,r){var n=this,e=new this.constructor(_);void 0===e[O]&&D(e);var o=n._state;if(o){var i=arguments[o-1];l(function(){return R(o,e,i,n._result)})}else F(n,e,t,r);return e}function x(t){if(t&&(void 0===t?"undefined":i(t))==="object"&&t.constructor===this)return t;var r=new this(_);return E(r,t),r}h?w=function(){return process.nextTick(m)}:y?(r=0,e=new y(m),o=document.createTextNode(""),e.observe(o,{characterData:!0}),w=function(){o.data=r=++r%2}):d?((u=new MessageChannel).port1.onmessage=m,w=function(){return u.port2.postMessage(0)}):w=void 0===p?function(){try{var t=Function("return this")().require("vertx");return f=t.runOnLoop||t.runOnContext,void 0!==f?function(){f(m)}:b()}catch(t){return b()}}():b();var O=Math.random().toString(36).substring(2);function _(){}var j=void 0;function A(r,n,e){n.constructor===r.constructor&&e===S&&n.constructor.resolve===x?1===n._state?T(r,n._result):2===n._state?I(r,n._result):F(n,void 0,function(t){return E(r,t)},function(t){return I(r,t)}):void 0===e?T(r,n):t(e)?l(function(t){var r=!1,o=function(t,r,n,e){try{t.call(r,n,e)}catch(t){return t}}(e,n,function(e){r||(r=!0,n!==e?E(t,e):T(t,e))},function(n){r||(r=!0,I(t,n))},t._label);!r&&o&&(r=!0,I(t,o))},r):T(r,n)}function E(t,r){if(t===r)I(t,TypeError("You cannot resolve a promise with itself"));else if(n=void 0===r?"undefined":i(r),null!==r&&("object"===n||"function"===n)){var n,e=void 0;try{e=r.then}catch(r){I(t,r);return}A(t,r,e)}else T(t,r)}function P(t){t._onerror&&t._onerror(t._result),C(t)}function T(t,r){t._state===j&&(t._result=r,t._state=1,0!==t._subscribers.length&&l(C,t))}function I(t,r){t._state===j&&(t._state=2,t._result=r,l(P,t))}function F(t,r,n,e){var o=t._subscribers,i=o.length;t._onerror=null,o[i]=r,o[i+1]=n,o[i+2]=e,0===i&&t._state&&l(C,t)}function C(t){var r=t._subscribers,n=t._state;if(0!==r.length){for(var e=void 0,o=void 0,i=t._result,u=0;u<r.length;u+=3)e=r[u],o=r[u+n],e?R(n,e,o,i):o(i);t._subscribers.length=0}}function R(r,n,e,o){var i=t(e),u=void 0,c=void 0,s=!0;if(i){try{u=e(o)}catch(t){s=!1,c=t}if(n===u)return void I(n,TypeError("A promises callback cannot return that same promise."))}else u=o;n._state!==j||(i&&s?E(n,u):!1===s?I(n,c):1===r?T(n,u):2===r&&I(n,u))}var N=0;function D(t){t[O]=N++,t._state=void 0,t._result=void 0,t._subscribers=[]}var M=function(){function t(t,r){this._instanceConstructor=t,this.promise=new t(_),this.promise[O]||D(this.promise),c(r)?(this.length=r.length,this._remaining=r.length,this._result=Array(this.length),0===this.length?T(this.promise,this._result):(this.length=this.length||0,this._enumerate(r),0===this._remaining&&T(this.promise,this._result))):I(this.promise,Error("Array Methods must be provided an Array"))}return t.prototype._enumerate=function(t){for(var r=0;this._state===j&&r<t.length;r++)this._eachEntry(t[r],r)},t.prototype._eachEntry=function(t,r){var n=this._instanceConstructor,e=n.resolve;if(e===x){var o=void 0,i=void 0,u=!1;try{o=t.then}catch(t){u=!0,i=t}if(o===S&&t._state!==j)this._settledAt(t._state,r,t._result);else if("function"!=typeof o)this._remaining--,this._result[r]=t;else if(n===k){var c=new n(_);u?I(c,i):A(c,t,o),this._willSettleAt(c,r)}else this._willSettleAt(new n(function(r){return r(t)}),r)}else this._willSettleAt(e(t),r)},t.prototype._settledAt=function(t,r,n){var e=this.promise;e._state===j&&(this._remaining--,2===t?I(e,n):this._result[r]=n),0===this._remaining&&T(e,this._result)},t.prototype._willSettleAt=function(t,r){var n=this;F(t,void 0,function(t){return n._settledAt(1,r,t)},function(t){return n._settledAt(2,r,t)})},t}(),k=function(){function r(t){this[O]=N++,this._result=this._state=void 0,this._subscribers=[],_!==t&&("function"!=typeof t&&function(){throw TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),(null!=r&&"u">typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](this):this instanceof r)?function(t,r){try{r(function(r){E(t,r)},function(r){I(t,r)})}catch(r){I(t,r)}}(this,t):function(){throw TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return r.prototype.catch=function(t){return this.then(null,t)},r.prototype.finally=function(r){var n=this.constructor;return t(r)?this.then(function(t){return n.resolve(r()).then(function(){return t})},function(t){return n.resolve(r()).then(function(){throw t})}):this.then(r,r)},r}();return k.prototype.then=S,k.all=function(t){return new M(this,t).promise},k.race=function(t){var r=this;return new r(c(t)?function(n,e){for(var o=t.length,i=0;o>i;i++)r.resolve(t[i]).then(n,e)}:function(t,r){return r(TypeError("You must pass an array to race."))})},k.resolve=x,k.reject=function(t){var r=new this(_);return I(r,t),r},k._setScheduler=function(t){a=t},k._setAsap=function(t){l=t},k._asap=l,k.polyfill=function(){var t=void 0;if(void 0!==n.g)t=n.g;else if("u">typeof self)t=self;else try{t=Function("return this")()}catch(t){throw Error("polyfill failed because global object is unavailable in this environment")}var r=t.Promise;if(r){var e=null;try{e=Object.prototype.toString.call(r.resolve())}catch(t){}if("[object Promise]"===e&&!r.cast)return}t.Promise=k},k.Promise=k,k},"object"===i(r)?t.exports=o():void 0===(e=o.call(r,n,r,t))||(t.exports=e)},29437:function(t,r,n){"use strict";n(10845)(Math,"Math",!0)},29833:function(t,r,n){"use strict";var e=n(75058),o=n(14595);t.exports=function(t,r){var n;return arguments.length<2?o(n=e[t])?n:void 0:e[t]&&e[t][r]}},30941:function(t,r,n){"use strict";var e=n(78144),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not an object")}},30995:function(t,r,n){"use strict";var e=n(93080),o=Object;t.exports=function(t){return o(e(t))}},31050:function(t,r,n){"use strict";t.exports=n(74693)&&!!Symbol.for&&!!Symbol.keyFor},31353:function(t,r,n){"use strict";var e=n(46738),o=n(79893),i=n(13181),u=n(93080),c=e("".charAt),s=e("".charCodeAt),f=e("".slice),a=function(t){return function(r,n){var e,a,l=i(u(r)),p=o(n),v=l.length;return p<0||p>=v?t?"":void 0:(e=s(l,p))<55296||e>56319||p+1===v||(a=s(l,p+1))<56320||a>57343?t?c(l,p):e:t?f(l,p,p+2):(e-55296<<10)+(a-56320)+65536}};t.exports={codeAt:a(!1),charAt:a(!0)}},32624:function(t,r,n){"use strict";var e=n(17158),o=n(96673);t.exports=e&&o(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},34155:function(t,r,n){"use strict";var e,o,i,u=n(97948),c=n(75058),s=n(78144),f=n(59541),a=n(26419),l=n(49567),p=n(99353),v=n(38043),y="Object already initialized",h=c.TypeError,d=c.WeakMap;if(u||l.state){var b=l.state||(l.state=new d);b.get=b.get,b.has=b.has,b.set=b.set,e=function(t,r){if(b.has(t))throw new h(y);return r.facade=t,b.set(t,r),r},o=function(t){return b.get(t)||{}},i=function(t){return b.has(t)}}else{var g=p("state");v[g]=!0,e=function(t,r){if(a(t,g))throw new h(y);return r.facade=t,f(t,g,r),r},o=function(t){return a(t,g)?t[g]:{}},i=function(t){return a(t,g)}}t.exports={set:e,get:o,has:i,enforce:function(t){return i(t)?o(t):e(t,{})},getterFor:function(t){return function(r){var n;if(!s(r)||(n=o(r)).type!==t)throw new h("Incompatible receiver, "+t+" required");return n}}}},34315:function(t,r,n){"use strict";var e=n(26919),o=n(78144),i=n(71975),u=n(57996),c=n(9236),s=n(50617),f=TypeError,a=s("toPrimitive");t.exports=function(t,r){if(!o(t)||i(t))return t;var n,s=u(t,a);if(s){if(void 0===r&&(r="default"),!o(n=e(s,t,r))||i(n))return n;throw new f("Can't convert object to primitive value")}return void 0===r&&(r="number"),c(t,r)}},34980:function(t,r,n){"use strict";var e=n(24503),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},36446:function(t,r,n){"use strict";var e=n(46738),o=n(26419),i=n(83511),u=n(59299).indexOf,c=n(38043),s=e([].push);t.exports=function(t,r){var n,e=i(t),f=0,a=[];for(n in e)!o(c,n)&&o(e,n)&&s(a,n);for(;r.length>f;)o(e,n=r[f++])&&(~u(a,n)||s(a,n));return a}},36759:function(t,r,n){"use strict";var e=n(75058),o=Object.defineProperty;t.exports=function(t,r){try{o(e,t,{value:r,configurable:!0,writable:!0})}catch(n){e[t]=r}return r}},37770:function(t,r,n){"use strict";t.exports=!n(96673)(function(){var t=(function(){}).bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})},38043:function(t){"use strict";t.exports={}},40554:function(t,r,n){"use strict";var e=n(66310);t.exports=Array.isArray||function(t){return"Array"===e(t)}},40891:function(t,r,n){"use strict";var e=n(50300),o=n(74693),i=n(96673),u=n(93715),c=n(30995);e({target:"Object",stat:!0,forced:!o||i(function(){u.f(1)})},{getOwnPropertySymbols:function(t){var r=u.f;return r?r(c(t)):[]}})},41890:function(t,r,n){"use strict";var e=n(96673),o=n(14595),i=/#|\.prototype\./,u=function(t,r){var n=s[c(t)];return n===a||n!==f&&(o(r)?e(r):!!r)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=u.data={},f=u.NATIVE="N",a=u.POLYFILL="P";t.exports=u},41943:function(t){"use strict";t.exports=function(t){return null==t}},42695:function(t,r,n){"use strict";var e=n(29833),o=n(62017),i=n(10845);o("toStringTag"),i(e("Symbol"),"Symbol")},43098:function(t,r,n){"use strict";n(71093),n(6028),t.exports=n(7557).Array.from},43334:function(t,r,n){"use strict";var e;t.exports=n(74693)&&!Symbol.sham&&"symbol"==((e=Symbol.iterator)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)},43707:function(t,r,n){"use strict";var e=n(75058),o=n(62017),i=n(9475).f,u=n(10393).f,c=e.Symbol;if(o("asyncDispose"),c){var s=u(c,"asyncDispose");s.enumerable&&s.configurable&&s.writable&&i(c,"asyncDispose",{value:s.value,enumerable:!1,configurable:!1,writable:!1})}},45797:function(t,r,n){"use strict";n(62017)("iterator")},46119:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(14595),u=n(20233),c=n(29833),s=n(69228),f=function(){},a=c("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=e(l.exec),v=!l.test(f),y=function(t){if(!i(t))return!1;try{return a(f,[],t),!0}catch(t){return!1}},h=function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return v||!!p(l,s(t))}catch(t){return!0}};h.sham=!0,t.exports=!a||o(function(){var t;return y(y.call)||!y(Object)||!y(function(){t=!0})||t})?h:y},46738:function(t,r,n){"use strict";var e=n(37770),o=Function.prototype,i=o.call,u=e&&o.bind.bind(i,i);t.exports=e?u:function(t){return function(){return i.apply(t,arguments)}}},49567:function(t,r,n){"use strict";var e=n(22445),o=n(75058),i=n(36759),u="__core-js_shared__",c=t.exports=o[u]||i(u,{});(c.versions||(c.versions=[])).push({version:"3.48.0",mode:e?"pure":"global",copyright:"\xa9 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE",source:"https://github.com/zloirock/core-js"})},50112:function(){"document"in window.self&&("classList"in document.createElement("_")&&(!document.createElementNS||"classList"in document.createElementNS("http://www.w3.org/2000/svg","g"))||function(t){"use strict";if("Element"in t){var r="classList",n="prototype",e=t.Element[n],o=Object,i=String[n].trim||function(){return this.replace(/^\s+|\s+$/g,"")},u=Array[n].indexOf||function(t){for(var r=0,n=this.length;n>r;r++)if(r in this&&this[r]===t)return r;return -1},c=function(t,r){this.name=t,this.code=DOMException[t],this.message=r},s=function(t,r){if(""===r)throw new c("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(r))throw new c("INVALID_CHARACTER_ERR","String contains an invalid character");return u.call(t,r)},f=function(t){for(var r=i.call(t.getAttribute("class")||""),n=r?r.split(/\s+/):[],e=0,o=n.length;o>e;e++)this.push(n[e]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},a=f[n]=[],l=function(){return new f(this)};if(c[n]=Error[n],a.item=function(t){return this[t]||null},a.contains=function(t){return -1!==s(this,t+="")},a.add=function(){var t,r=arguments,n=0,e=r.length,o=!1;do -1===s(this,t=r[n]+"")&&(this.push(t),o=!0);while(++n<e);o&&this._updateClassName()},a.remove=function(){var t,r,n=arguments,e=0,o=n.length,i=!1;do for(r=s(this,t=n[e]+"");-1!==r;)this.splice(r,1),i=!0,r=s(this,t);while(++e<o);i&&this._updateClassName()},a.toggle=function(t,r){t+="";var n=this.contains(t),e=n?!0!==r&&"remove":!1!==r&&"add";return(e&&this[e](t),!0===r||!1===r)?r:!n},a.toString=function(){return this.join(" ")},o.defineProperty){var p={get:l,enumerable:!0,configurable:!0};try{o.defineProperty(e,r,p)}catch(t){(void 0===t.number||-0x7ff5ec54===t.number)&&(p.enumerable=!1,o.defineProperty(e,r,p))}}else o[n].__defineGetter__&&e.__defineGetter__(r,l)}}(window.self),function(){"use strict";var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var r=function(t){var r=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var n,e=arguments.length;for(n=0;e>n;n++)t=arguments[n],r.call(this,t)}};r("add"),r("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,r){return 1 in arguments&&!this.contains(t)==!r?r:n.call(this,t)}}}())},50300:function(t,r,n){"use strict";function e(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=n(75058),i=n(10393).f,u=n(59541),c=n(27714),s=n(36759),f=n(2958),a=n(41890);t.exports=function(t,r){var n,l,p,v,y,h=t.target,d=t.global,b=t.stat;if(n=d?o:b?o[h]||s(h,{}):o[h]&&o[h].prototype)for(l in r){if(v=r[l],p=t.dontCallGetSet?(y=i(n,l))&&y.value:n[l],!a(d?l:h+(b?".":"#")+l,t.forced)&&void 0!==p){if((void 0===v?"undefined":e(v))==(void 0===p?"undefined":e(p)))continue;f(v,p)}(t.sham||p&&p.sham)&&u(v,"sham",!0),c(n,l,v,t)}}},50617:function(t,r,n){"use strict";var e=n(75058),o=n(2975),i=n(26419),u=n(18818),c=n(74693),s=n(43334),f=e.Symbol,a=o("wks"),l=s?f.for||f:f&&f.withoutSetter||u;t.exports=function(t){return i(a,t)||(a[t]=c&&i(f,t)?f[t]:l("Symbol."+t)),a[t]}},51107:function(t,r,n){"use strict";t.exports=n(29833)("document","documentElement")},51265:function(t,r,n){"use strict";n(63627),n(89676),n(78638),n(24784),n(40891)},52413:function(t,r,n){"use strict";var e=n(30941),o=n(73737);t.exports=function(t,r,n,i){try{return i?r(e(n)[0],n[1]):r(n)}catch(r){o(t,"throw",r)}}},52699:function(t,r,n){"use strict";var e=n(50617),o=n(84543),i=e("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},52867:function(t,r,n){"use strict";n(62017)("hasInstance")},53110:function(t,r,n){"use strict";var e=n(71594),o=n(26919),i=n(30995),u=n(52413),c=n(52699),s=n(46119),f=n(23832),a=n(15526),l=n(94465),p=n(3279),v=n(72929),y=Array;t.exports=function(t){var r,n,h,d,b,g,m=i(t),w=s(this),S=arguments.length,x=S>1?arguments[1]:void 0,O=void 0!==x;O&&(x=e(x,S>2?arguments[2]:void 0));var _=v(m),j=0;if(_&&!(this===y&&c(_)))for(n=w?new this:[],b=(d=p(m,_)).next;!(h=o(b,d)).done;j++)g=O?u(d,x,[h.value,j],!0):h.value,a(n,j,g);else for(r=f(m),n=w?new this(r):y(r);r>j;j++)g=O?x(m[j],j):m[j],a(n,j,g);return l(n,j),n}},54393:function(t,r,n){"use strict";var e=n(75058),o=n(46738);t.exports=function(t,r){return o(e[t].prototype[r])}},55425:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(14595),u=n(26419),c=n(17158),s=n(5944).CONFIGURABLE,f=n(69228),a=n(34155),l=a.enforce,p=a.get,v=String,y=Object.defineProperty,h=e("".slice),d=e("".replace),b=e([].join),g=c&&!o(function(){return 8!==y(function(){},"length",{value:8}).length}),m=String(String).split("String"),w=t.exports=function(t,r,n){"Symbol("===h(v(r),0,7)&&(r="["+d(v(r),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(r="get "+r),n&&n.setter&&(r="set "+r),(!u(t,"name")||s&&t.name!==r)&&(c?y(t,"name",{value:r,configurable:!0}):t.name=r),g&&n&&u(n,"arity")&&t.length!==n.arity&&y(t,"length",{value:n.arity});try{n&&u(n,"constructor")&&n.constructor?c&&y(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var e=l(t);return u(e,"source")||(e.source=b(m,"string"==typeof r?r:"")),t};Function.prototype.toString=w(function(){return i(this)&&p(this).source||f(this)},"toString")},56167:function(t,r,n){"use strict";t.exports=n(46738)({}.isPrototypeOf)},56184:function(t,r,n){"use strict";var e=n(79893),o=Math.max,i=Math.min;t.exports=function(t,r){var n=e(t);return n<0?o(n+r,0):i(n,r)}},56379:function(t,r,n){"use strict";var e=n(96673),o=n(50617),i=n(1669),u=o("species");t.exports=function(t){return i>=51||!e(function(){var r=[];return(r.constructor={})[u]=function(){return{foo:1}},1!==r[t](Boolean).foo})}},56582:function(t,r,n){"use strict";var e=n(50300),o=n(75058),i=n(10845);e({global:!0},{Reflect:{}}),i(o.Reflect,"Reflect",!0)},56895:function(t,r,n){"use strict";var e=n(72783);t.exports=function(t,r){return new(e(t))(0===r?0:r)}},57108:function(t,r,n){"use strict";n(62017)("matchAll")},57683:function(t,r,n){"use strict";n(75024),n(78837),n(51265),n(43707),n(97778),n(24661),n(92770),n(52867),n(26494),n(45797),n(67130),n(57108),n(23359),n(27491),n(89689),n(22367),n(150),n(42695),n(94248),n(12057),n(29437),n(56582),t.exports=n(7557).Symbol},57996:function(t,r,n){"use strict";var e=n(90256),o=n(41943);t.exports=function(t,r){var n=t[r];return o(n)?void 0:e(n)}},59299:function(t,r,n){"use strict";var e=n(83511),o=n(56184),i=n(23832),u=function(t){return function(r,n,u){var c,s=e(r),f=i(s);if(0===f)return!t&&-1;var a=o(u,f);if(t&&n!=n){for(;f>a;)if((c=s[a++])!=c)return!0}else for(;f>a;a++)if((t||a in s)&&s[a]===n)return t||a||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},59541:function(t,r,n){"use strict";var e=n(17158),o=n(9475),i=n(63458);t.exports=e?function(t,r,n){return o.f(t,r,i(1,n))}:function(t,r,n){return t[r]=n,t}},59979:function(t){"use strict";var r=TypeError;t.exports=function(t){if(t>0x1fffffffffffff)throw r("Maximum allowed index exceeded");return t}},60288:function(t,r,n){"use strict";var e=n(46738),o=n(90256);t.exports=function(t,r,n){try{return e(o(Object.getOwnPropertyDescriptor(t,r)[n]))}catch(t){}}},62017:function(t,r,n){"use strict";var e=n(7557),o=n(26419),i=n(20037),u=n(9475).f;t.exports=function(t){var r=e.Symbol||(e.Symbol={});o(r,t)||u(r,t,{value:i.f(t)})}},63458:function(t){"use strict";t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},63627:function(t,r,n){"use strict";var e=n(50300),o=n(75058),i=n(26919),u=n(46738),c=n(22445),s=n(17158),f=n(74693),a=n(96673),l=n(26419),p=n(56167),v=n(30941),y=n(83511),h=n(72543),d=n(13181),b=n(63458),g=n(99746),m=n(77298),w=n(63838),S=n(18316),x=n(93715),O=n(10393),_=n(9475),j=n(16719),A=n(23043),E=n(27714),P=n(66416),T=n(2975),I=n(99353),F=n(38043),C=n(18818),R=n(50617),N=n(20037),D=n(62017),M=n(28360),k=n(10845),L=n(34155),G=n(78027).forEach,J=I("hidden"),U="Symbol",B="prototype",W=L.set,$=L.getterFor(U),z=Object[B],Y=o.Symbol,q=Y&&Y[B],X=o.RangeError,K=o.TypeError,V=o.QObject,H=O.f,Q=_.f,Z=S.f,tt=A.f,tr=u([].push),tn=T("symbols"),te=T("op-symbols"),to=T("wks"),ti=!V||!V[B]||!V[B].findChild,tu=function(t,r,n){var e=H(z,r);e&&delete z[r],Q(t,r,n),e&&t!==z&&Q(z,r,e)},tc=s&&a(function(){return 7!==g(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a})?tu:Q,ts=function(t,r){var n=tn[t]=g(q);return W(n,{type:U,tag:t,description:r}),s||(n.description=r),n},tf=function(t,r,n){t===z&&tf(te,r,n),v(t);var e=h(r);return(v(n),l(tn,e))?(n.enumerable?(l(t,J)&&t[J][e]&&(t[J][e]=!1),n=g(n,{enumerable:b(0,!1)})):(l(t,J)||Q(t,J,b(1,g(null))),t[J][e]=!0),tc(t,e,n)):Q(t,e,n)},ta=function(t,r){v(t);var n=y(r);return G(m(n).concat(ty(n)),function(r){(!s||i(tl,n,r))&&tf(t,r,n[r])}),t},tl=function(t){var r=h(t),n=i(tt,this,r);return(!(this===z&&l(tn,r))||!!l(te,r))&&(!(n||!l(this,r)||!l(tn,r)||l(this,J)&&this[J][r])||n)},tp=function(t,r){var n=y(t),e=h(r);if(!(n===z&&l(tn,e))||l(te,e)){var o=H(n,e);return o&&l(tn,e)&&!(l(n,J)&&n[J][e])&&(o.enumerable=!0),o}},tv=function(t){var r=Z(y(t)),n=[];return G(r,function(t){l(tn,t)||l(F,t)||tr(n,t)}),n},ty=function(t){var r=t===z,n=Z(r?te:y(t)),e=[];return G(n,function(t){l(tn,t)&&(!r||l(z,t))&&tr(e,tn[t])}),e};!f&&(E(q=(Y=function(){if(p(q,this))throw new K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?d(arguments[0]):void 0,r=C(t),n=function(t){var e=void 0===this?o:this;e===z&&i(n,te,t),l(e,J)&&l(e[J],r)&&(e[J][r]=!1);var u=b(1,t);try{tc(e,r,u)}catch(t){if(null!=X&&"u">typeof Symbol&&X[Symbol.hasInstance]?!X[Symbol.hasInstance](t):!(t instanceof X))throw t;tu(e,r,u)}};return s&&ti&&tc(z,r,{configurable:!0,set:n}),ts(r,t)})[B],"toString",function(){return $(this).tag}),E(Y,"withoutSetter",function(t){return ts(C(t),t)}),A.f=tl,_.f=tf,j.f=ta,O.f=tp,w.f=S.f=tv,x.f=ty,N.f=function(t){return ts(R(t),t)},s&&(P(q,"description",{configurable:!0,get:function(){return $(this).description}}),c||E(z,"propertyIsEnumerable",tl,{unsafe:!0}))),e({global:!0,constructor:!0,wrap:!0,forced:!f,sham:!f},{Symbol:Y}),G(m(to),function(t){D(t)}),e({target:U,stat:!0,forced:!f},{useSetter:function(){ti=!0},useSimple:function(){ti=!1}}),e({target:"Object",stat:!0,forced:!f,sham:!s},{create:function(t,r){return void 0===r?g(t):ta(g(t),r)},defineProperty:tf,defineProperties:ta,getOwnPropertyDescriptor:tp}),e({target:"Object",stat:!0,forced:!f},{getOwnPropertyNames:tv}),M(),k(Y,U),F[J]=!0},63838:function(t,r,n){"use strict";var e=n(36446),o=n(24877).concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return e(t,o)}},64369:function(t,r,n){"use strict";var e=n(75058),o=n(78144),i=e.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},64959:function(t,r,n){"use strict";var e=n(17158),o=n(96673),i=n(64369);t.exports=!e&&!o(function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},66310:function(t,r,n){"use strict";var e=n(46738),o=e({}.toString),i=e("".slice);t.exports=function(t){return i(o(t),8,-1)}},66416:function(t,r,n){"use strict";var e=n(55425),o=n(9475);t.exports=function(t,r,n){return n.get&&e(n.get,r,{getter:!0}),n.set&&e(n.set,r,{setter:!0}),o.f(t,r,n)}},67130:function(t,r,n){"use strict";n(62017)("match")},69228:function(t,r,n){"use strict";var e=n(46738),o=n(14595),i=n(49567),u=e(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},70439:function(t){"use strict";t.exports=function(t,r){return{value:t,done:r}}},71093:function(t,r,n){"use strict";var e=n(31353).charAt,o=n(13181),i=n(34155),u=n(20998),c=n(70439),s="String Iterator",f=i.set,a=i.getterFor(s);u(String,"String",function(t){f(this,{type:s,string:o(t),index:0})},function(){var t,r=a(this),n=r.string,o=r.index;return o>=n.length?c(void 0,!0):(t=e(n,o),r.index+=t.length,c(t,!1))})},71594:function(t,r,n){"use strict";var e=n(93474),o=n(90256),i=n(37770),u=e(e.bind);t.exports=function(t,r){return o(t),void 0===r?t:i?u(t,r):function(){return t.apply(r,arguments)}}},71975:function(t,r,n){"use strict";var e=n(29833),o=n(14595),i=n(56167),u=n(43334),c=Object;t.exports=u?function(t){return(void 0===t?"undefined":t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="symbol"}:function(t){var r=e("Symbol");return o(r)&&i(r.prototype,c(t))}},72543:function(t,r,n){"use strict";var e=n(34315),o=n(71975);t.exports=function(t){var r=e(t,"string");return o(r)?r:r+""}},72783:function(t,r,n){"use strict";var e=n(40554),o=n(46119),i=n(78144),u=n(50617)("species"),c=Array;t.exports=function(t){var r;return e(t)&&(o(r=t.constructor)&&(r===c||e(r.prototype))?r=void 0:i(r)&&null===(r=r[u])&&(r=void 0)),void 0===r?c:r}},72929:function(t,r,n){"use strict";var e=n(20233),o=n(57996),i=n(41943),u=n(84543),c=n(50617)("iterator");t.exports=function(t){if(!i(t))return o(t,c)||o(t,"@@iterator")||u[e(t)]}},73737:function(t,r,n){"use strict";var e=n(26919),o=n(30941),i=n(57996);t.exports=function(t,r,n){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===r)throw n;return n}u=e(u,t)}catch(t){c=!0,u=t}if("throw"===r)throw n;if(c)throw u;return o(u),n}},74693:function(t,r,n){"use strict";var e=n(1669),o=n(96673),i=n(75058).String;t.exports=!!Object.getOwnPropertySymbols&&!o(function(){var t,r,n=Symbol("symbol detection");return!i(n)||(t=Object(n),null!=(r=Symbol)&&"u">typeof Symbol&&r[Symbol.hasInstance]?!r[Symbol.hasInstance](t):!(t instanceof r))||!Symbol.sham&&e&&e<41})},75024:function(t,r,n){"use strict";var e=n(50300),o=n(96673),i=n(40554),u=n(78144),c=n(30995),s=n(23832),f=n(59979),a=n(15526),l=n(94465),p=n(56895),v=n(56379),y=n(50617),h=n(1669),d=y("isConcatSpreadable"),b=h>=51||!o(function(){var t=[];return t[d]=!1,t.concat()[0]!==t}),g=function(t){if(!u(t))return!1;var r=t[d];return void 0!==r?!!r:i(t)};e({target:"Array",proto:!0,arity:1,forced:!b||!v("concat")},{concat:function(t){var r,n,e,o,i,u=c(this),v=p(u,0),y=0;for(r=-1,e=arguments.length;e>r;r++)if(i=-1===r?u:arguments[r],g(i))for(f(y+(o=s(i))),n=0;o>n;n++,y++)n in i&&a(v,y,i[n]);else f(y+1),a(v,y++,i);return l(v,y),v}})},75058:function(t,r,n){"use strict";function e(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=function(t){return t&&t.Math===Math&&t};t.exports=o(("u"<typeof globalThis?"undefined":e(globalThis))=="object"&&globalThis)||o(("u"<typeof window?"undefined":e(window))=="object"&&window)||o(("u"<typeof self?"undefined":e(self))=="object"&&self)||o((void 0===n.g?"undefined":e(n.g))=="object"&&n.g)||o("object"==e(this)&&this)||function(){return this}()||Function("return this")()},77298:function(t,r,n){"use strict";var e=n(36446),o=n(24877);t.exports=Object.keys||function(t){return e(t,o)}},78027:function(t,r,n){"use strict";var e=n(71594),o=n(82545),i=n(30995),u=n(23832),c=n(56895),s=n(15526),f=function(t){var r=1===t,n=2===t,f=3===t,a=4===t,l=6===t,p=7===t,v=5===t||l;return function(y,h,d){for(var b,g,m=i(y),w=o(m),S=u(w),x=e(h,d),O=0,_=0,j=r?c(y,S):n||p?c(y,0):void 0;S>O;O++)if((v||O in w)&&(g=x(b=w[O],O,m),t))if(r)s(j,O,g);else if(g)switch(t){case 3:return!0;case 5:return b;case 6:return O;case 2:s(j,_++,b)}else switch(t){case 4:return!1;case 7:s(j,_++,b)}return l?-1:f||a?a:j}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},78144:function(t,r,n){"use strict";var e=n(14595);t.exports=function(t){return(void 0===t?"undefined":t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="object"?null!==t:e(t)}},78638:function(t,r,n){"use strict";var e=n(50300),o=n(26419),i=n(71975),u=n(8465),c=n(2975),s=n(31050),f=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!s},{keyFor:function(t){if(!i(t))throw TypeError(u(t)+" is not a symbol");if(o(f,t))return f[t]}})},78837:function(t,r,n){"use strict";var e=n(82138),o=n(27714),i=n(99981);e||o(Object.prototype,"toString",i,{unsafe:!0})},79893:function(t,r,n){"use strict";var e=n(1055);t.exports=function(t){var r=+t;return r!=r||0===r?0:e(r)}},82138:function(t,r,n){"use strict";var e=n(50617)("toStringTag"),o={};o[e]="z",t.exports="[object z]"===String(o)},82545:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(66310),u=Object,c=e("".split);t.exports=o(function(){return!u("z").propertyIsEnumerable(0)})?function(t){return"String"===i(t)?c(t,""):u(t)}:u},82911:function(t,r,n){"use strict";var e=n(50617),o=n(99746),i=n(9475).f,u=e("unscopables"),c=Array.prototype;void 0===c[u]&&i(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},83511:function(t,r,n){"use strict";var e=n(82545),o=n(93080);t.exports=function(t){return e(o(t))}},84543:function(t){"use strict";t.exports={}},85353:function(t,r,n){"use strict";t.exports=!n(96673)(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},88597:function(t,r,n){"use strict";function e(t,r){return null!=r&&"u">typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](t):t instanceof r}var o=n(26419),i=n(14595),u=n(30995),c=n(99353),s=n(85353),f=c("IE_PROTO"),a=Object,l=a.prototype;t.exports=s?a.getPrototypeOf:function(t){var r=u(t);if(o(r,f))return r[f];var n=r.constructor;return i(n)&&e(r,n)?n.prototype:e(r,a)?l:null}},89676:function(t,r,n){"use strict";var e=n(50300),o=n(29833),i=n(26419),u=n(13181),c=n(2975),s=n(31050),f=c("string-to-symbol-registry"),a=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!s},{for:function(t){var r=u(t);if(i(f,r))return f[r];var n=o("Symbol")(r);return f[r]=n,a[n]=r,n}})},89689:function(t,r,n){"use strict";n(62017)("species")},90003:function(t,r,n){"use strict";var e,o=n(37770),i=Function.prototype,u=i.apply,c=i.call;t.exports=("u"<typeof Reflect?"undefined":(e=Reflect)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)=="object"&&Reflect.apply||(o?c.bind(u):function(){return c.apply(u,arguments)})},90014:function(t,r,n){"use strict";var e=n(50300),o=n(78027).findIndex,i=n(82911),u="findIndex",c=!0;u in[]&&[,][u](function(){c=!1}),e({target:"Array",proto:!0,forced:c},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(u)},90256:function(t,r,n){"use strict";var e=n(14595),o=n(8465),i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not a function")}},91e3:function(t,r,n){"use strict";var e=n(78144),o=n(34155).get;t.exports=function(t){if(!e(t))return!1;var r=o(t);return!!r&&"RawJSON"===r.type}},92770:function(t,r,n){"use strict";var e=n(75058),o=n(62017),i=n(9475).f,u=n(10393).f,c=e.Symbol;if(o("dispose"),c){var s=u(c,"dispose");s.enumerable&&s.configurable&&s.writable&&i(c,"dispose",{value:s.value,enumerable:!1,configurable:!1,writable:!1})}},93080:function(t,r,n){"use strict";var e=n(41943),o=TypeError;t.exports=function(t){if(e(t))throw new o("Can't call method on "+t);return t}},93413:function(t,r,n){"use strict";t.exports=!n(96673)(function(){var t="9007199254740993",r=JSON.rawJSON(t);return!JSON.isRawJSON(r)||JSON.stringify(r)!==t})},93474:function(t,r,n){"use strict";var e=n(66310),o=n(46738);t.exports=function(t){if("Function"===e(t))return o(t)}},93715:function(t,r){"use strict";r.f=Object.getOwnPropertySymbols},94248:function(t,r,n){"use strict";n(62017)("unscopables")},94465:function(t,r,n){"use strict";var e=n(17158),o=n(40554),i=TypeError,u=Object.getOwnPropertyDescriptor;t.exports=e&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(r){var t;return null!=(t=TypeError)&&"u">typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](r):r instanceof t}}()?function(t,r){if(o(t)&&!u(t,"length").writable)throw new i("Cannot set read only .length");return t.length=r}:function(t,r){return t.length=r}},96371:function(t,r,n){"use strict";var e,o,i,u=n(96673),c=n(14595),s=n(78144),f=n(99746),a=n(88597),l=n(27714),p=n(50617),v=n(22445),y=p("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(e=o):h=!0),!s(e)||u(function(){var t={};return e[y].call(t)!==t})?e={}:v&&(e=f(e)),c(e[y])||l(e,y,function(){return this}),t.exports={IteratorPrototype:e,BUGGY_SAFARI_ITERATORS:h}},96673:function(t){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},97778:function(t,r,n){"use strict";n(62017)("asyncIterator")},97948:function(t,r,n){"use strict";var e=n(75058),o=n(14595),i=e.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},99353:function(t,r,n){"use strict";var e=n(2975),o=n(18818),i=e("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},99746:function(t,r,n){"use strict";var e,o=n(30941),i=n(16719),u=n(24877),c=n(38043),s=n(51107),f=n(64369),a=n(99353),l="prototype",p="script",v=a("IE_PROTO"),y=function(){},h=function(t){return"<"+p+">"+t+"</"+p+">"},d=function(t){t.write(h("")),t.close();var r=t.parentWindow.Object;return t=null,r},b=function(){var t,r=f("iframe");return r.style.display="none",s.appendChild(r),r.src=String("java"+p+":"),(t=r.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F},g=function(){try{e=new ActiveXObject("htmlfile")}catch(t){}g="u">typeof document?document.domain&&e?d(e):b():d(e);for(var t=u.length;t--;)delete g[l][u[t]];return g()};c[v]=!0,t.exports=Object.create||function(t,r){var n;return null!==t?(y[l]=o(t),n=new y,y[l]=null,n[v]=t):n=g(),void 0===r?n:i.f(n,r)}},99981:function(t,r,n){"use strict";var e=n(82138),o=n(20233);t.exports=e?({}).toString:function(){return"[object "+o(this)+"]"}}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var i=r[e]={exports:{}};return t[e].call(i.exports,i,i.exports,n),i.exports}n.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(r,{a:r}),r},n.d=function(t,r){for(var e in r)n.o(r,e)&&!n.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:r[e]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},n.r=function(t){"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var e={};return!function(){"use strict";n.r(e),n(50112),n(10990),n(57683),n(7796),n(43098),Array.prototype.includes||(Array.prototype.includes=function(t){return this.indexOf(t)>-1}),"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,r){if(null==t)throw TypeError("Cannot convert undefined or null to object");for(var n=Object(t),e=1;e<arguments.length;e++){var o=arguments[e];if(null!=o)for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])}return n},writable:!0,configurable:!0}),Array.prototype.find||(Array.prototype.find=function(t){return this.indexOf(t)>-1?t:void 0}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return this[this.length-1]===t})}(),e});
|
|
8
|
+
!function(t,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r();else if("function"==typeof define&&define.amd)define([],r);else{var n=r();for(var e in n)("object"==typeof exports?exports:t)[e]=n[e]}}(self,function(){var t={50112:function(){"document"in window.self&&("classList"in document.createElement("_")&&(!document.createElementNS||"classList"in document.createElementNS("http://www.w3.org/2000/svg","g"))||function(t){"use strict";if("Element"in t){var r="classList",n="prototype",e=t.Element[n],o=Object,i=String[n].trim||function(){return this.replace(/^\s+|\s+$/g,"")},u=Array[n].indexOf||function(t){for(var r=0,n=this.length;n>r;r++)if(r in this&&this[r]===t)return r;return -1},c=function(t,r){this.name=t,this.code=DOMException[t],this.message=r},s=function(t,r){if(""===r)throw new c("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(r))throw new c("INVALID_CHARACTER_ERR","String contains an invalid character");return u.call(t,r)},f=function(t){for(var r=i.call(t.getAttribute("class")||""),n=r?r.split(/\s+/):[],e=0,o=n.length;o>e;e++)this.push(n[e]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},a=f[n]=[],l=function(){return new f(this)};if(c[n]=Error[n],a.item=function(t){return this[t]||null},a.contains=function(t){return -1!==s(this,t+="")},a.add=function(){var t,r=arguments,n=0,e=r.length,o=!1;do -1===s(this,t=r[n]+"")&&(this.push(t),o=!0);while(++n<e);o&&this._updateClassName()},a.remove=function(){var t,r,n=arguments,e=0,o=n.length,i=!1;do for(r=s(this,t=n[e]+"");-1!==r;)this.splice(r,1),i=!0,r=s(this,t);while(++e<o);i&&this._updateClassName()},a.toggle=function(t,r){t+="";var n=this.contains(t),e=n?!0!==r&&"remove":!1!==r&&"add";return(e&&this[e](t),!0===r||!1===r)?r:!n},a.toString=function(){return this.join(" ")},o.defineProperty){var p={get:l,enumerable:!0,configurable:!0};try{o.defineProperty(e,r,p)}catch(t){(void 0===t.number||-0x7ff5ec54===t.number)&&(p.enumerable=!1,o.defineProperty(e,r,p))}}else o[n].__defineGetter__&&e.__defineGetter__(r,l)}}(window.self),function(){"use strict";var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var r=function(t){var r=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var n,e=arguments.length;for(n=0;e>n;n++)t=arguments[n],r.call(this,t)}};r("add"),r("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,r){return 1 in arguments&&!this.contains(t)==!r?r:n.call(this,t)}}}())},10990:function(t,r,n){"use strict";t.exports=n(29100).polyfill()},29100:function(t,r,n){var e,o;function i(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}o=function(){"use strict";function t(t){return"function"==typeof t}var r,e,o,u,c=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},s=0,f=void 0,a=void 0,l=function(t,r){g[s]=t,g[s+1]=r,2===(s+=2)&&(a?a(m):w())},p="u">typeof window?window:void 0,v=p||{},y=v.MutationObserver||v.WebKitMutationObserver,h="u"<typeof self&&"u">typeof process&&"[object process]"===({}).toString.call(process),d="u">typeof Uint8ClampedArray&&"u">typeof importScripts&&"u">typeof MessageChannel;function b(){var t=setTimeout;return function(){return t(m,1)}}var g=Array(1e3);function m(){for(var t=0;s>t;t+=2)(0,g[t])(g[t+1]),g[t]=void 0,g[t+1]=void 0;s=0}var w=void 0;function S(t,r){var n=this,e=new this.constructor(_);void 0===e[O]&&D(e);var o=n._state;if(o){var i=arguments[o-1];l(function(){return R(o,e,i,n._result)})}else F(n,e,t,r);return e}function x(t){if(t&&(void 0===t?"undefined":i(t))==="object"&&t.constructor===this)return t;var r=new this(_);return E(r,t),r}h?w=function(){return process.nextTick(m)}:y?(r=0,e=new y(m),o=document.createTextNode(""),e.observe(o,{characterData:!0}),w=function(){o.data=r=++r%2}):d?((u=new MessageChannel).port1.onmessage=m,w=function(){return u.port2.postMessage(0)}):w=void 0===p?function(){try{var t=Function("return this")().require("vertx");return f=t.runOnLoop||t.runOnContext,void 0!==f?function(){f(m)}:b()}catch(t){return b()}}():b();var O=Math.random().toString(36).substring(2);function _(){}var j=void 0;function A(r,n,e){n.constructor===r.constructor&&e===S&&n.constructor.resolve===x?1===n._state?T(r,n._result):2===n._state?I(r,n._result):F(n,void 0,function(t){return E(r,t)},function(t){return I(r,t)}):void 0===e?T(r,n):t(e)?l(function(t){var r=!1,o=function(t,r,n,e){try{t.call(r,n,e)}catch(t){return t}}(e,n,function(e){r||(r=!0,n!==e?E(t,e):T(t,e))},function(n){r||(r=!0,I(t,n))},t._label);!r&&o&&(r=!0,I(t,o))},r):T(r,n)}function E(t,r){if(t===r)I(t,TypeError("You cannot resolve a promise with itself"));else if(n=void 0===r?"undefined":i(r),null!==r&&("object"===n||"function"===n)){var n,e=void 0;try{e=r.then}catch(r){I(t,r);return}A(t,r,e)}else T(t,r)}function P(t){t._onerror&&t._onerror(t._result),C(t)}function T(t,r){t._state===j&&(t._result=r,t._state=1,0!==t._subscribers.length&&l(C,t))}function I(t,r){t._state===j&&(t._state=2,t._result=r,l(P,t))}function F(t,r,n,e){var o=t._subscribers,i=o.length;t._onerror=null,o[i]=r,o[i+1]=n,o[i+2]=e,0===i&&t._state&&l(C,t)}function C(t){var r=t._subscribers,n=t._state;if(0!==r.length){for(var e=void 0,o=void 0,i=t._result,u=0;u<r.length;u+=3)e=r[u],o=r[u+n],e?R(n,e,o,i):o(i);t._subscribers.length=0}}function R(r,n,e,o){var i=t(e),u=void 0,c=void 0,s=!0;if(i){try{u=e(o)}catch(t){s=!1,c=t}if(n===u)return void I(n,TypeError("A promises callback cannot return that same promise."))}else u=o;n._state!==j||(i&&s?E(n,u):!1===s?I(n,c):1===r?T(n,u):2===r&&I(n,u))}var N=0;function D(t){t[O]=N++,t._state=void 0,t._result=void 0,t._subscribers=[]}var M=function(){function t(t,r){this._instanceConstructor=t,this.promise=new t(_),this.promise[O]||D(this.promise),c(r)?(this.length=r.length,this._remaining=r.length,this._result=Array(this.length),0===this.length?T(this.promise,this._result):(this.length=this.length||0,this._enumerate(r),0===this._remaining&&T(this.promise,this._result))):I(this.promise,Error("Array Methods must be provided an Array"))}return t.prototype._enumerate=function(t){for(var r=0;this._state===j&&r<t.length;r++)this._eachEntry(t[r],r)},t.prototype._eachEntry=function(t,r){var n=this._instanceConstructor,e=n.resolve;if(e===x){var o=void 0,i=void 0,u=!1;try{o=t.then}catch(t){u=!0,i=t}if(o===S&&t._state!==j)this._settledAt(t._state,r,t._result);else if("function"!=typeof o)this._remaining--,this._result[r]=t;else if(n===k){var c=new n(_);u?I(c,i):A(c,t,o),this._willSettleAt(c,r)}else this._willSettleAt(new n(function(r){return r(t)}),r)}else this._willSettleAt(e(t),r)},t.prototype._settledAt=function(t,r,n){var e=this.promise;e._state===j&&(this._remaining--,2===t?I(e,n):this._result[r]=n),0===this._remaining&&T(e,this._result)},t.prototype._willSettleAt=function(t,r){var n=this;F(t,void 0,function(t){return n._settledAt(1,r,t)},function(t){return n._settledAt(2,r,t)})},t}(),k=function(){function r(t){this[O]=N++,this._result=this._state=void 0,this._subscribers=[],_!==t&&("function"!=typeof t&&function(){throw TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),(null!=r&&"u">typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](this):this instanceof r)?function(t,r){try{r(function(r){E(t,r)},function(r){I(t,r)})}catch(r){I(t,r)}}(this,t):function(){throw TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return r.prototype.catch=function(t){return this.then(null,t)},r.prototype.finally=function(r){var n=this.constructor;return t(r)?this.then(function(t){return n.resolve(r()).then(function(){return t})},function(t){return n.resolve(r()).then(function(){throw t})}):this.then(r,r)},r}();return k.prototype.then=S,k.all=function(t){return new M(this,t).promise},k.race=function(t){var r=this;return new r(c(t)?function(n,e){for(var o=t.length,i=0;o>i;i++)r.resolve(t[i]).then(n,e)}:function(t,r){return r(TypeError("You must pass an array to race."))})},k.resolve=x,k.reject=function(t){var r=new this(_);return I(r,t),r},k._setScheduler=function(t){a=t},k._setAsap=function(t){l=t},k._asap=l,k.polyfill=function(){var t=void 0;if(void 0!==n.g)t=n.g;else if("u">typeof self)t=self;else try{t=Function("return this")()}catch(t){throw Error("polyfill failed because global object is unavailable in this environment")}var r=t.Promise;if(r){var e=null;try{e=Object.prototype.toString.call(r.resolve())}catch(t){}if("[object Promise]"===e&&!r.cast)return}t.Promise=k},k.Promise=k,k},"object"===i(r)?t.exports=o():void 0===(e=o.call(r,n,r,t))||(t.exports=e)},7796:function(t,r,n){"use strict";n(90014),t.exports=n(54393)("Array","findIndex")},43098:function(t,r,n){"use strict";n(71093),n(6028),t.exports=n(7557).Array.from},57683:function(t,r,n){"use strict";n(75024),n(78837),n(51265),n(43707),n(97778),n(24661),n(92770),n(52867),n(26494),n(45797),n(67130),n(57108),n(23359),n(27491),n(89689),n(22367),n(150),n(42695),n(94248),n(12057),n(29437),n(56582),t.exports=n(7557).Symbol},90256:function(t,r,n){"use strict";var e=n(14595),o=n(8465),i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not a function")}},34980:function(t,r,n){"use strict";var e=n(24503),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},82911:function(t,r,n){"use strict";var e=n(50617),o=n(99746),i=n(9475).f,u=e("unscopables"),c=Array.prototype;void 0===c[u]&&i(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},30941:function(t,r,n){"use strict";var e=n(78144),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not an object")}},53110:function(t,r,n){"use strict";var e=n(71594),o=n(26919),i=n(30995),u=n(52413),c=n(52699),s=n(46119),f=n(23832),a=n(15526),l=n(94465),p=n(3279),v=n(72929),y=Array;t.exports=function(t){var r,n,h,d,b,g,m=i(t),w=s(this),S=arguments.length,x=S>1?arguments[1]:void 0,O=void 0!==x;O&&(x=e(x,S>2?arguments[2]:void 0));var _=v(m),j=0;if(_&&!(this===y&&c(_)))for(n=w?new this:[],b=(d=p(m,_)).next;!(h=o(b,d)).done;j++)g=O?u(d,x,[h.value,j],!0):h.value,a(n,j,g);else for(r=f(m),n=w?new this(r):y(r);r>j;j++)g=O?x(m[j],j):m[j],a(n,j,g);return l(n,j),n}},59299:function(t,r,n){"use strict";var e=n(83511),o=n(56184),i=n(23832),u=function(t){return function(r,n,u){var c,s=e(r),f=i(s);if(0===f)return!t&&-1;var a=o(u,f);if(t&&n!=n){for(;f>a;)if((c=s[a++])!=c)return!0}else for(;f>a;a++)if((t||a in s)&&s[a]===n)return t||a||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},78027:function(t,r,n){"use strict";var e=n(71594),o=n(82545),i=n(30995),u=n(23832),c=n(56895),s=n(15526),f=function(t){var r=1===t,n=2===t,f=3===t,a=4===t,l=6===t,p=7===t,v=5===t||l;return function(y,h,d){for(var b,g,m=i(y),w=o(m),S=u(w),x=e(h,d),O=0,_=0,j=r?c(y,S):n||p?c(y,0):void 0;S>O;O++)if((v||O in w)&&(g=x(b=w[O],O,m),t))if(r)s(j,O,g);else if(g)switch(t){case 3:return!0;case 5:return b;case 6:return O;case 2:s(j,_++,b)}else switch(t){case 4:return!1;case 7:s(j,_++,b)}return l?-1:f||a?a:j}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},56379:function(t,r,n){"use strict";var e=n(96673),o=n(50617),i=n(1669),u=o("species");t.exports=function(t){return i>=51||!e(function(){var r=[];return(r.constructor={})[u]=function(){return{foo:1}},1!==r[t](Boolean).foo})}},94465:function(t,r,n){"use strict";var e=n(17158),o=n(40554),i=TypeError,u=Object.getOwnPropertyDescriptor;t.exports=e&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(r){var t;return null!=(t=TypeError)&&"u">typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](r):r instanceof t}}()?function(t,r){if(o(t)&&!u(t,"length").writable)throw new i("Cannot set read only .length");return t.length=r}:function(t,r){return t.length=r}},13450:function(t,r,n){"use strict";t.exports=n(46738)([].slice)},72783:function(t,r,n){"use strict";var e=n(40554),o=n(46119),i=n(78144),u=n(50617)("species"),c=Array;t.exports=function(t){var r;return e(t)&&(o(r=t.constructor)&&(r===c||e(r.prototype))?r=void 0:i(r)&&null===(r=r[u])&&(r=void 0)),void 0===r?c:r}},56895:function(t,r,n){"use strict";var e=n(72783);t.exports=function(t,r){return new(e(t))(0===r?0:r)}},52413:function(t,r,n){"use strict";var e=n(30941),o=n(73737);t.exports=function(t,r,n,i){try{return i?r(e(n)[0],n[1]):r(n)}catch(r){o(t,"throw",r)}}},14122:function(t,r,n){"use strict";var e=n(50617)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[e]=function(){return this},Array.from(u,function(){throw 2})}catch(t){}t.exports=function(t,r){try{if(!r&&!o)return!1}catch(t){return!1}var n=!1;try{var i={};i[e]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},66310:function(t,r,n){"use strict";var e=n(46738),o=e({}.toString),i=e("".slice);t.exports=function(t){return i(o(t),8,-1)}},20233:function(t,r,n){"use strict";var e=n(82138),o=n(14595),i=n(66310),u=n(50617)("toStringTag"),c=Object,s="Arguments"===i(function(){return arguments}()),f=function(t,r){try{return t[r]}catch(t){}};t.exports=e?i:function(t){var r,n,e;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=f(r=c(t),u))?n:s?i(r):"Object"===(e=i(r))&&o(r.callee)?"Arguments":e}},2958:function(t,r,n){"use strict";var e=n(26419),o=n(1089),i=n(10393),u=n(9475);t.exports=function(t,r,n){for(var c=o(r),s=u.f,f=i.f,a=0;a<c.length;a++){var l=c[a];e(t,l)||n&&e(n,l)||s(t,l,f(r,l))}}},85353:function(t,r,n){"use strict";t.exports=!n(96673)(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},70439:function(t){"use strict";t.exports=function(t,r){return{value:t,done:r}}},59541:function(t,r,n){"use strict";var e=n(17158),o=n(9475),i=n(63458);t.exports=e?function(t,r,n){return o.f(t,r,i(1,n))}:function(t,r,n){return t[r]=n,t}},63458:function(t){"use strict";t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},15526:function(t,r,n){"use strict";var e=n(17158),o=n(9475),i=n(63458);t.exports=function(t,r,n){e?o.f(t,r,i(0,n)):t[r]=n}},66416:function(t,r,n){"use strict";var e=n(55425),o=n(9475);t.exports=function(t,r,n){return n.get&&e(n.get,r,{getter:!0}),n.set&&e(n.set,r,{setter:!0}),o.f(t,r,n)}},27714:function(t,r,n){"use strict";var e=n(14595),o=n(9475),i=n(55425),u=n(36759);t.exports=function(t,r,n,c){c||(c={});var s=c.enumerable,f=void 0!==c.name?c.name:r;if(e(n)&&i(n,f,c),c.global)s?t[r]=n:u(r,n);else{try{c.unsafe?t[r]&&(s=!0):delete t[r]}catch(t){}s?t[r]=n:o.f(t,r,{value:n,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return t}},36759:function(t,r,n){"use strict";var e=n(75058),o=Object.defineProperty;t.exports=function(t,r){try{o(e,t,{value:r,configurable:!0,writable:!0})}catch(n){e[t]=r}return r}},17158:function(t,r,n){"use strict";t.exports=!n(96673)(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})},64369:function(t,r,n){"use strict";var e=n(75058),o=n(78144),i=e.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},59979:function(t){"use strict";var r=TypeError;t.exports=function(t){if(t>0x1fffffffffffff)throw r("Maximum allowed index exceeded");return t}},54393:function(t,r,n){"use strict";var e=n(75058),o=n(46738);t.exports=function(t,r){return o(e[t].prototype[r])}},24877:function(t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},1837:function(t,r,n){"use strict";var e=n(75058).navigator,o=e&&e.userAgent;t.exports=o?String(o):""},1669:function(t,r,n){"use strict";var e,o,i=n(75058),u=n(1837),c=i.process,s=i.Deno,f=c&&c.versions||s&&s.version,a=f&&f.v8;a&&(o=(e=a.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!o&&u&&(!(e=u.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=u.match(/Chrome\/(\d+)/))&&(o=+e[1]),t.exports=o},50300:function(t,r,n){"use strict";function e(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=n(75058),i=n(10393).f,u=n(59541),c=n(27714),s=n(36759),f=n(2958),a=n(41890);t.exports=function(t,r){var n,l,p,v,y,h=t.target,d=t.global,b=t.stat;if(n=d?o:b?o[h]||s(h,{}):o[h]&&o[h].prototype)for(l in r){if(v=r[l],p=t.dontCallGetSet?(y=i(n,l))&&y.value:n[l],!a(d?l:h+(b?".":"#")+l,t.forced)&&void 0!==p){if((void 0===v?"undefined":e(v))==(void 0===p?"undefined":e(p)))continue;f(v,p)}(t.sham||p&&p.sham)&&u(v,"sham",!0),c(n,l,v,t)}}},96673:function(t){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},90003:function(t,r,n){"use strict";var e,o=n(37770),i=Function.prototype,u=i.apply,c=i.call;t.exports=("u"<typeof Reflect?"undefined":(e=Reflect)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)=="object"&&Reflect.apply||(o?c.bind(u):function(){return c.apply(u,arguments)})},71594:function(t,r,n){"use strict";var e=n(93474),o=n(90256),i=n(37770),u=e(e.bind);t.exports=function(t,r){return o(t),void 0===r?t:i?u(t,r):function(){return t.apply(r,arguments)}}},37770:function(t,r,n){"use strict";t.exports=!n(96673)(function(){var t=(function(){}).bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})},26919:function(t,r,n){"use strict";var e=n(37770),o=Function.prototype.call;t.exports=e?o.bind(o):function(){return o.apply(o,arguments)}},5944:function(t,r,n){"use strict";var e=n(17158),o=n(26419),i=Function.prototype,u=e&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&(!e||e&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:c&&"something"===(function(){}).name,CONFIGURABLE:s}},60288:function(t,r,n){"use strict";var e=n(46738),o=n(90256);t.exports=function(t,r,n){try{return e(o(Object.getOwnPropertyDescriptor(t,r)[n]))}catch(t){}}},93474:function(t,r,n){"use strict";var e=n(66310),o=n(46738);t.exports=function(t){if("Function"===e(t))return o(t)}},46738:function(t,r,n){"use strict";var e=n(37770),o=Function.prototype,i=o.call,u=e&&o.bind.bind(i,i);t.exports=e?u:function(t){return function(){return i.apply(t,arguments)}}},29833:function(t,r,n){"use strict";var e=n(75058),o=n(14595);t.exports=function(t,r){var n;return arguments.length<2?o(n=e[t])?n:void 0:e[t]&&e[t][r]}},72929:function(t,r,n){"use strict";var e=n(20233),o=n(57996),i=n(41943),u=n(84543),c=n(50617)("iterator");t.exports=function(t){if(!i(t))return o(t,c)||o(t,"@@iterator")||u[e(t)]}},3279:function(t,r,n){"use strict";var e=n(26919),o=n(90256),i=n(30941),u=n(8465),c=n(72929),s=TypeError;t.exports=function(t,r){var n=arguments.length<2?c(t):r;if(o(n))return i(e(n,t));throw new s(u(t)+" is not iterable")}},57996:function(t,r,n){"use strict";var e=n(90256),o=n(41943);t.exports=function(t,r){var n=t[r];return o(n)?void 0:e(n)}},75058:function(t,r,n){"use strict";function e(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=function(t){return t&&t.Math===Math&&t};t.exports=o(("u"<typeof globalThis?"undefined":e(globalThis))=="object"&&globalThis)||o(("u"<typeof window?"undefined":e(window))=="object"&&window)||o(("u"<typeof self?"undefined":e(self))=="object"&&self)||o((void 0===n.g?"undefined":e(n.g))=="object"&&n.g)||o("object"==e(this)&&this)||function(){return this}()||Function("return this")()},26419:function(t,r,n){"use strict";var e=n(46738),o=n(30995),i=e({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,r){return i(o(t),r)}},38043:function(t){"use strict";t.exports={}},51107:function(t,r,n){"use strict";t.exports=n(29833)("document","documentElement")},64959:function(t,r,n){"use strict";var e=n(17158),o=n(96673),i=n(64369);t.exports=!e&&!o(function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},82545:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(66310),u=Object,c=e("".split);t.exports=o(function(){return!u("z").propertyIsEnumerable(0)})?function(t){return"String"===i(t)?c(t,""):u(t)}:u},69228:function(t,r,n){"use strict";var e=n(46738),o=n(14595),i=n(49567),u=e(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},34155:function(t,r,n){"use strict";var e,o,i,u=n(97948),c=n(75058),s=n(78144),f=n(59541),a=n(26419),l=n(49567),p=n(99353),v=n(38043),y="Object already initialized",h=c.TypeError,d=c.WeakMap;if(u||l.state){var b=l.state||(l.state=new d);b.get=b.get,b.has=b.has,b.set=b.set,e=function(t,r){if(b.has(t))throw new h(y);return r.facade=t,b.set(t,r),r},o=function(t){return b.get(t)||{}},i=function(t){return b.has(t)}}else{var g=p("state");v[g]=!0,e=function(t,r){if(a(t,g))throw new h(y);return r.facade=t,f(t,g,r),r},o=function(t){return a(t,g)?t[g]:{}},i=function(t){return a(t,g)}}t.exports={set:e,get:o,has:i,enforce:function(t){return i(t)?o(t):e(t,{})},getterFor:function(t){return function(r){var n;if(!s(r)||(n=o(r)).type!==t)throw new h("Incompatible receiver, "+t+" required");return n}}}},52699:function(t,r,n){"use strict";var e=n(50617),o=n(84543),i=e("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},40554:function(t,r,n){"use strict";var e=n(66310);t.exports=Array.isArray||function(t){return"Array"===e(t)}},14595:function(t){"use strict";var r,n=("u"<typeof document?"undefined":(r=document)&&"u">typeof Symbol&&r.constructor===Symbol?"symbol":typeof r)=="object"&&document.all;t.exports=void 0===n&&void 0!==n?function(t){return"function"==typeof t||t===n}:function(t){return"function"==typeof t}},46119:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(14595),u=n(20233),c=n(29833),s=n(69228),f=function(){},a=c("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=e(l.exec),v=!l.test(f),y=function(t){if(!i(t))return!1;try{return a(f,[],t),!0}catch(t){return!1}},h=function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return v||!!p(l,s(t))}catch(t){return!0}};h.sham=!0,t.exports=!a||o(function(){var t;return y(y.call)||!y(Object)||!y(function(){t=!0})||t})?h:y},41890:function(t,r,n){"use strict";var e=n(96673),o=n(14595),i=/#|\.prototype\./,u=function(t,r){var n=s[c(t)];return n===a||n!==f&&(o(r)?e(r):!!r)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=u.data={},f=u.NATIVE="N",a=u.POLYFILL="P";t.exports=u},41943:function(t){"use strict";t.exports=function(t){return null==t}},78144:function(t,r,n){"use strict";var e=n(14595);t.exports=function(t){return(void 0===t?"undefined":t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="object"?null!==t:e(t)}},24503:function(t,r,n){"use strict";var e=n(78144);t.exports=function(t){return e(t)||null===t}},22445:function(t){"use strict";t.exports=!1},91e3:function(t,r,n){"use strict";var e=n(78144),o=n(34155).get;t.exports=function(t){if(!e(t))return!1;var r=o(t);return!!r&&"RawJSON"===r.type}},71975:function(t,r,n){"use strict";var e=n(29833),o=n(14595),i=n(56167),u=n(43334),c=Object;t.exports=u?function(t){return(void 0===t?"undefined":t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="symbol"}:function(t){var r=e("Symbol");return o(r)&&i(r.prototype,c(t))}},73737:function(t,r,n){"use strict";var e=n(26919),o=n(30941),i=n(57996);t.exports=function(t,r,n){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===r)throw n;return n}u=e(u,t)}catch(t){c=!0,u=t}if("throw"===r)throw n;if(c)throw u;return o(u),n}},19192:function(t,r,n){"use strict";var e=n(96371).IteratorPrototype,o=n(99746),i=n(63458),u=n(10845),c=n(84543),s=function(){return this};t.exports=function(t,r,n,f){var a=r+" Iterator";return t.prototype=o(e,{next:i(+!f,n)}),u(t,a,!1,!0),c[a]=s,t}},20998:function(t,r,n){"use strict";var e=n(50300),o=n(26919),i=n(22445),u=n(5944),c=n(14595),s=n(19192),f=n(88597),a=n(28329),l=n(10845),p=n(59541),v=n(27714),y=n(50617),h=n(84543),d=n(96371),b=u.PROPER,g=u.CONFIGURABLE,m=d.IteratorPrototype,w=d.BUGGY_SAFARI_ITERATORS,S=y("iterator"),x="keys",O="values",_="entries",j=function(){return this};t.exports=function(t,r,n,u,y,d,A){s(n,r,u);var E,P,T,I=function(t){if(t===y&&D)return D;if(!w&&t&&t in R)return R[t];switch(t){case x:case O:case _:return function(){return new n(this,t)}}return function(){return new n(this)}},F=r+" Iterator",C=!1,R=t.prototype,N=R[S]||R["@@iterator"]||y&&R[y],D=!w&&N||I(y),M="Array"===r&&R.entries||N;if(M&&(E=f(M.call(new t)))!==Object.prototype&&E.next&&(!i&&f(E)!==m&&(a?a(E,m):c(E[S])||v(E,S,j)),l(E,F,!0,!0),i&&(h[F]=j)),b&&y===O&&N&&N.name!==O&&(!i&&g?p(R,"name",O):(C=!0,D=function(){return o(N,this)})),y)if(P={values:I(O),keys:d?D:I(x),entries:I(_)},A)for(T in P)!w&&!C&&T in R||v(R,T,P[T]);else e({target:r,proto:!0,forced:w||C},P);return(!i||A)&&R[S]!==D&&v(R,S,D,{name:y}),h[r]=D,P}},96371:function(t,r,n){"use strict";var e,o,i,u=n(96673),c=n(14595),s=n(78144),f=n(99746),a=n(88597),l=n(27714),p=n(50617),v=n(22445),y=p("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(e=o):h=!0),!s(e)||u(function(){var t={};return e[y].call(t)!==t})?e={}:v&&(e=f(e)),c(e[y])||l(e,y,function(){return this}),t.exports={IteratorPrototype:e,BUGGY_SAFARI_ITERATORS:h}},84543:function(t){"use strict";t.exports={}},23832:function(t,r,n){"use strict";var e=n(10764);t.exports=function(t){return e(t.length)}},55425:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(14595),u=n(26419),c=n(17158),s=n(5944).CONFIGURABLE,f=n(69228),a=n(34155),l=a.enforce,p=a.get,v=String,y=Object.defineProperty,h=e("".slice),d=e("".replace),b=e([].join),g=c&&!o(function(){return 8!==y(function(){},"length",{value:8}).length}),m=String(String).split("String"),w=t.exports=function(t,r,n){"Symbol("===h(v(r),0,7)&&(r="["+d(v(r),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(r="get "+r),n&&n.setter&&(r="set "+r),(!u(t,"name")||s&&t.name!==r)&&(c?y(t,"name",{value:r,configurable:!0}):t.name=r),g&&n&&u(n,"arity")&&t.length!==n.arity&&y(t,"length",{value:n.arity});try{n&&u(n,"constructor")&&n.constructor?c&&y(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var e=l(t);return u(e,"source")||(e.source=b(m,"string"==typeof r?r:"")),t};Function.prototype.toString=w(function(){return i(this)&&p(this).source||f(this)},"toString")},1055:function(t){"use strict";var r=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?n:r)(e)}},93413:function(t,r,n){"use strict";t.exports=!n(96673)(function(){var t="9007199254740993",r=JSON.rawJSON(t);return!JSON.isRawJSON(r)||JSON.stringify(r)!==t})},99746:function(t,r,n){"use strict";var e,o=n(30941),i=n(16719),u=n(24877),c=n(38043),s=n(51107),f=n(64369),a=n(99353),l="prototype",p="script",v=a("IE_PROTO"),y=function(){},h=function(t){return"<"+p+">"+t+"</"+p+">"},d=function(t){t.write(h("")),t.close();var r=t.parentWindow.Object;return t=null,r},b=function(){var t,r=f("iframe");return r.style.display="none",s.appendChild(r),r.src=String("java"+p+":"),(t=r.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F},g=function(){try{e=new ActiveXObject("htmlfile")}catch(t){}g="u">typeof document?document.domain&&e?d(e):b():d(e);for(var t=u.length;t--;)delete g[l][u[t]];return g()};c[v]=!0,t.exports=Object.create||function(t,r){var n;return null!==t?(y[l]=o(t),n=new y,y[l]=null,n[v]=t):n=g(),void 0===r?n:i.f(n,r)}},16719:function(t,r,n){"use strict";var e=n(17158),o=n(32624),i=n(9475),u=n(30941),c=n(83511),s=n(77298);r.f=e&&!o?Object.defineProperties:function(t,r){u(t);for(var n,e=c(r),o=s(r),f=o.length,a=0;f>a;)i.f(t,n=o[a++],e[n]);return t}},9475:function(t,r,n){"use strict";var e=n(17158),o=n(64959),i=n(32624),u=n(30941),c=n(72543),s=TypeError,f=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",v="writable";r.f=e?i?function(t,r,n){if(u(t),r=c(r),u(n),"function"==typeof t&&"prototype"===r&&"value"in n&&v in n&&!n[v]){var e=a(t,r);e&&e[v]&&(t[r]=n.value,n={configurable:p in n?n[p]:e[p],enumerable:l in n?n[l]:e[l],writable:!1})}return f(t,r,n)}:f:function(t,r,n){if(u(t),r=c(r),u(n),o)try{return f(t,r,n)}catch(t){}if("get"in n||"set"in n)throw new s("Accessors not supported");return"value"in n&&(t[r]=n.value),t}},10393:function(t,r,n){"use strict";var e=n(17158),o=n(26919),i=n(23043),u=n(63458),c=n(83511),s=n(72543),f=n(26419),a=n(64959),l=Object.getOwnPropertyDescriptor;r.f=e?l:function(t,r){if(t=c(t),r=s(r),a)try{return l(t,r)}catch(t){}if(f(t,r))return u(!o(i.f,t,r),t[r])}},18316:function(t,r,n){"use strict";var e,o=n(66310),i=n(83511),u=n(63838).f,c=n(13450),s=("u"<typeof window?"undefined":(e=window)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],f=function(t){try{return u(t)}catch(t){return c(s)}};t.exports.f=function(t){return s&&"Window"===o(t)?f(t):u(i(t))}},63838:function(t,r,n){"use strict";var e=n(36446),o=n(24877).concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return e(t,o)}},93715:function(t,r){"use strict";r.f=Object.getOwnPropertySymbols},88597:function(t,r,n){"use strict";function e(t,r){return null!=r&&"u">typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](t):t instanceof r}var o=n(26419),i=n(14595),u=n(30995),c=n(99353),s=n(85353),f=c("IE_PROTO"),a=Object,l=a.prototype;t.exports=s?a.getPrototypeOf:function(t){var r=u(t);if(o(r,f))return r[f];var n=r.constructor;return i(n)&&e(r,n)?n.prototype:e(r,a)?l:null}},56167:function(t,r,n){"use strict";t.exports=n(46738)({}.isPrototypeOf)},36446:function(t,r,n){"use strict";var e=n(46738),o=n(26419),i=n(83511),u=n(59299).indexOf,c=n(38043),s=e([].push);t.exports=function(t,r){var n,e=i(t),f=0,a=[];for(n in e)!o(c,n)&&o(e,n)&&s(a,n);for(;r.length>f;)o(e,n=r[f++])&&(~u(a,n)||s(a,n));return a}},77298:function(t,r,n){"use strict";var e=n(36446),o=n(24877);t.exports=Object.keys||function(t){return e(t,o)}},23043:function(t,r){"use strict";var n={}.propertyIsEnumerable,e=Object.getOwnPropertyDescriptor;r.f=e&&!n.call({1:2},1)?function(t){var r=e(this,t);return!!r&&r.enumerable}:n},28329:function(t,r,n){"use strict";var e=n(60288),o=n(78144),i=n(93080),u=n(34980);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r,n=!1,c={};try{(r=e(Object.prototype,"__proto__","set"))(c,[]),t=Array,n=null!=t&&"u">typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](c):c instanceof t}catch(t){}return function(t,e){return i(t),u(e),o(t)&&(n?r(t,e):t.__proto__=e),t}}():void 0)},99981:function(t,r,n){"use strict";var e=n(82138),o=n(20233);t.exports=e?({}).toString:function(){return"[object "+o(this)+"]"}},9236:function(t,r,n){"use strict";var e=n(26919),o=n(14595),i=n(78144),u=TypeError;t.exports=function(t,r){var n,c;if("string"===r&&o(n=t.toString)&&!i(c=e(n,t))||o(n=t.valueOf)&&!i(c=e(n,t))||"string"!==r&&o(n=t.toString)&&!i(c=e(n,t)))return c;throw new u("Can't convert object to primitive value")}},1089:function(t,r,n){"use strict";var e=n(29833),o=n(46738),i=n(63838),u=n(93715),c=n(30941),s=o([].concat);t.exports=e("Reflect","ownKeys")||function(t){var r=i.f(c(t)),n=u.f;return n?s(r,n(t)):r}},26298:function(t,r,n){"use strict";var e=n(46738),o=n(26419),i=SyntaxError,u=parseInt,c=String.fromCharCode,s=e("".charAt),f=e("".slice),a=e(/./.exec),l={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":"\n","\\r":"\r","\\t":" "},p=/^[\da-f]{4}$/i,v=/^[\u0000-\u001F]$/;t.exports=function(t,r){for(var n=!0,e="";r<t.length;){var y=s(t,r);if("\\"===y){var h=f(t,r,r+2);if(o(l,h))e+=l[h],r+=2;else if("\\u"===h){var d=f(t,r+=2,r+4);if(!a(p,d))throw new i("Bad Unicode escape at: "+r);e+=c(u(d,16)),r+=4}else throw new i('Unknown escape sequence: "'+h+'"')}else if('"'===y){n=!1,r++;break}else{if(a(v,y))throw new i("Bad control character in string literal at: "+r);e+=y,r++}}if(n)throw new i("Unterminated string at: "+r);return{value:e,end:r}}},7557:function(t,r,n){"use strict";t.exports=n(75058)},93080:function(t,r,n){"use strict";var e=n(41943),o=TypeError;t.exports=function(t){if(e(t))throw new o("Can't call method on "+t);return t}},10845:function(t,r,n){"use strict";var e=n(9475).f,o=n(26419),i=n(50617)("toStringTag");t.exports=function(t,r,n){t&&!n&&(t=t.prototype),t&&!o(t,i)&&e(t,i,{configurable:!0,value:r})}},99353:function(t,r,n){"use strict";var e=n(2975),o=n(18818),i=e("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},49567:function(t,r,n){"use strict";var e=n(22445),o=n(75058),i=n(36759),u="__core-js_shared__",c=t.exports=o[u]||i(u,{});(c.versions||(c.versions=[])).push({version:"3.48.0",mode:e?"pure":"global",copyright:"\xa9 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE",source:"https://github.com/zloirock/core-js"})},2975:function(t,r,n){"use strict";var e=n(49567);t.exports=function(t,r){return e[t]||(e[t]=r||{})}},31353:function(t,r,n){"use strict";var e=n(46738),o=n(79893),i=n(13181),u=n(93080),c=e("".charAt),s=e("".charCodeAt),f=e("".slice),a=function(t){return function(r,n){var e,a,l=i(u(r)),p=o(n),v=l.length;return p<0||p>=v?t?"":void 0:(e=s(l,p))<55296||e>56319||p+1===v||(a=s(l,p+1))<56320||a>57343?t?c(l,p):e:t?f(l,p,p+2):(e-55296<<10)+(a-56320)+65536}};t.exports={codeAt:a(!1),charAt:a(!0)}},74693:function(t,r,n){"use strict";var e=n(1669),o=n(96673),i=n(75058).String;t.exports=!!Object.getOwnPropertySymbols&&!o(function(){var t,r,n=Symbol("symbol detection");return!i(n)||(t=Object(n),null!=(r=Symbol)&&"u">typeof Symbol&&r[Symbol.hasInstance]?!r[Symbol.hasInstance](t):!(t instanceof r))||!Symbol.sham&&e&&e<41})},28360:function(t,r,n){"use strict";var e=n(26919),o=n(29833),i=n(50617),u=n(27714);t.exports=function(){var t=o("Symbol"),r=t&&t.prototype,n=r&&r.valueOf,c=i("toPrimitive");r&&!r[c]&&u(r,c,function(t){return e(n,this)},{arity:1})}},31050:function(t,r,n){"use strict";t.exports=n(74693)&&!!Symbol.for&&!!Symbol.keyFor},56184:function(t,r,n){"use strict";var e=n(79893),o=Math.max,i=Math.min;t.exports=function(t,r){var n=e(t);return n<0?o(n+r,0):i(n,r)}},83511:function(t,r,n){"use strict";var e=n(82545),o=n(93080);t.exports=function(t){return e(o(t))}},79893:function(t,r,n){"use strict";var e=n(1055);t.exports=function(t){var r=+t;return r!=r||0===r?0:e(r)}},10764:function(t,r,n){"use strict";var e=n(79893),o=Math.min;t.exports=function(t){var r=e(t);return r>0?o(r,0x1fffffffffffff):0}},30995:function(t,r,n){"use strict";var e=n(93080),o=Object;t.exports=function(t){return o(e(t))}},34315:function(t,r,n){"use strict";var e=n(26919),o=n(78144),i=n(71975),u=n(57996),c=n(9236),s=n(50617),f=TypeError,a=s("toPrimitive");t.exports=function(t,r){if(!o(t)||i(t))return t;var n,s=u(t,a);if(s){if(void 0===r&&(r="default"),!o(n=e(s,t,r))||i(n))return n;throw new f("Can't convert object to primitive value")}return void 0===r&&(r="number"),c(t,r)}},72543:function(t,r,n){"use strict";var e=n(34315),o=n(71975);t.exports=function(t){var r=e(t,"string");return o(r)?r:r+""}},82138:function(t,r,n){"use strict";var e=n(50617)("toStringTag"),o={};o[e]="z",t.exports="[object z]"===String(o)},13181:function(t,r,n){"use strict";var e=n(20233),o=String;t.exports=function(t){if("Symbol"===e(t))throw TypeError("Cannot convert a Symbol value to a string");return o(t)}},8465:function(t){"use strict";var r=String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},18818:function(t,r,n){"use strict";var e=n(46738),o=0,i=Math.random(),u=e(1.1.toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},43334:function(t,r,n){"use strict";var e;t.exports=n(74693)&&!Symbol.sham&&"symbol"==((e=Symbol.iterator)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)},32624:function(t,r,n){"use strict";var e=n(17158),o=n(96673);t.exports=e&&o(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},97948:function(t,r,n){"use strict";var e=n(75058),o=n(14595),i=e.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},62017:function(t,r,n){"use strict";var e=n(7557),o=n(26419),i=n(20037),u=n(9475).f;t.exports=function(t){var r=e.Symbol||(e.Symbol={});o(r,t)||u(r,t,{value:i.f(t)})}},20037:function(t,r,n){"use strict";r.f=n(50617)},50617:function(t,r,n){"use strict";var e=n(75058),o=n(2975),i=n(26419),u=n(18818),c=n(74693),s=n(43334),f=e.Symbol,a=o("wks"),l=s?f.for||f:f&&f.withoutSetter||u;t.exports=function(t){return i(a,t)||(a[t]=c&&i(f,t)?f[t]:l("Symbol."+t)),a[t]}},75024:function(t,r,n){"use strict";var e=n(50300),o=n(96673),i=n(40554),u=n(78144),c=n(30995),s=n(23832),f=n(59979),a=n(15526),l=n(94465),p=n(56895),v=n(56379),y=n(50617),h=n(1669),d=y("isConcatSpreadable"),b=h>=51||!o(function(){var t=[];return t[d]=!1,t.concat()[0]!==t}),g=function(t){if(!u(t))return!1;var r=t[d];return void 0!==r?!!r:i(t)};e({target:"Array",proto:!0,arity:1,forced:!b||!v("concat")},{concat:function(t){var r,n,e,o,i,u=c(this),v=p(u,0),y=0;for(r=-1,e=arguments.length;e>r;r++)if(i=-1===r?u:arguments[r],g(i))for(f(y+(o=s(i))),n=0;o>n;n++,y++)n in i&&a(v,y,i[n]);else f(y+1),a(v,y++,i);return l(v,y),v}})},90014:function(t,r,n){"use strict";var e=n(50300),o=n(78027).findIndex,i=n(82911),u="findIndex",c=!0;u in[]&&[,][u](function(){c=!1}),e({target:"Array",proto:!0,forced:c},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(u)},6028:function(t,r,n){"use strict";var e=n(50300),o=n(53110);e({target:"Array",stat:!0,forced:!n(14122)(function(t){Array.from(t)})},{from:o})},24784:function(t,r,n){"use strict";var e=n(50300),o=n(29833),i=n(90003),u=n(26919),c=n(46738),s=n(96673),f=n(40554),a=n(14595),l=n(91e3),p=n(71975),v=n(66310),y=n(13181),h=n(13450),d=n(26298),b=n(18818),g=n(74693),m=n(93413),w=String,S=o("JSON","stringify"),x=c(/./.exec),O=c("".charAt),_=c("".charCodeAt),j=c("".replace),A=c("".slice),E=c([].push),P=c(1.1.toString),T=/[\uD800-\uDFFF]/g,I=/^[\uD800-\uDBFF]$/,F=/^[\uDC00-\uDFFF]$/,C=b(),R=C.length,N=!g||s(function(){var t=o("Symbol")("stringify detection");return"[null]"!==S([t])||"{}"!==S({a:t})||"{}"!==S(Object(t))}),D=s(function(){return'"\\udf06\\ud834"'!==S("\uDF06\uD834")||'"\\udead"'!==S("\uDEAD")}),M=N?function(t,r){var n=h(arguments),e=L(r);if(!(!a(e)&&(void 0===t||p(t))))return n[1]=function(t,r){if(a(e)&&(r=u(e,this,w(t),r)),!p(r))return r},i(S,null,n)}:S,k=function(t,r,n){var e=O(n,r-1),o=O(n,r+1);return x(I,t)&&!x(F,o)||x(F,t)&&!x(I,e)?"\\u"+P(_(t,0),16):t},L=function(t){if(a(t))return t;if(f(t)){for(var r=t.length,n=[],e=0;r>e;e++){var o=t[e];"string"==typeof o?E(n,o):("number"==typeof o||"Number"===v(o)||"String"===v(o))&&E(n,y(o))}var i=n.length,u=!0;return function(t,r){if(u)return u=!1,r;if(f(this))return r;for(var e=0;i>e;e++)if(n[e]===t)return r}}};S&&e({target:"JSON",stat:!0,arity:3,forced:N||D||!m},{stringify:function(t,r,n){var e=L(r),o=[],i=M(t,function(t,r){var n=a(e)?u(e,this,w(t),r):r;return!m&&l(n)?C+(E(o,n.rawJSON)-1):n},n);if("string"!=typeof i||(D&&(i=j(i,T,k)),m))return i;for(var c="",s=i.length,f=0;s>f;f++){var p=O(i,f);if('"'===p){var v=d(i,++f).end-1,y=A(i,f,v);c+=A(y,0,R)===C?o[A(y,R)]:'"'+y+'"',f=v}else c+=p}return c}})},12057:function(t,r,n){"use strict";var e=n(75058);n(10845)(e.JSON,"JSON",!0)},29437:function(t,r,n){"use strict";n(10845)(Math,"Math",!0)},40891:function(t,r,n){"use strict";var e=n(50300),o=n(74693),i=n(96673),u=n(93715),c=n(30995);e({target:"Object",stat:!0,forced:!o||i(function(){u.f(1)})},{getOwnPropertySymbols:function(t){var r=u.f;return r?r(c(t)):[]}})},78837:function(t,r,n){"use strict";var e=n(82138),o=n(27714),i=n(99981);e||o(Object.prototype,"toString",i,{unsafe:!0})},56582:function(t,r,n){"use strict";var e=n(50300),o=n(75058),i=n(10845);e({global:!0},{Reflect:{}}),i(o.Reflect,"Reflect",!0)},71093:function(t,r,n){"use strict";var e=n(31353).charAt,o=n(13181),i=n(34155),u=n(20998),c=n(70439),s="String Iterator",f=i.set,a=i.getterFor(s);u(String,"String",function(t){f(this,{type:s,string:o(t),index:0})},function(){var t,r=a(this),n=r.string,o=r.index;return o>=n.length?c(void 0,!0):(t=e(n,o),r.index+=t.length,c(t,!1))})},43707:function(t,r,n){"use strict";var e=n(75058),o=n(62017),i=n(9475).f,u=n(10393).f,c=e.Symbol;if(o("asyncDispose"),c){var s=u(c,"asyncDispose");s.enumerable&&s.configurable&&s.writable&&i(c,"asyncDispose",{value:s.value,enumerable:!1,configurable:!1,writable:!1})}},97778:function(t,r,n){"use strict";n(62017)("asyncIterator")},63627:function(t,r,n){"use strict";var e=n(50300),o=n(75058),i=n(26919),u=n(46738),c=n(22445),s=n(17158),f=n(74693),a=n(96673),l=n(26419),p=n(56167),v=n(30941),y=n(83511),h=n(72543),d=n(13181),b=n(63458),g=n(99746),m=n(77298),w=n(63838),S=n(18316),x=n(93715),O=n(10393),_=n(9475),j=n(16719),A=n(23043),E=n(27714),P=n(66416),T=n(2975),I=n(99353),F=n(38043),C=n(18818),R=n(50617),N=n(20037),D=n(62017),M=n(28360),k=n(10845),L=n(34155),G=n(78027).forEach,J=I("hidden"),U="Symbol",B="prototype",W=L.set,$=L.getterFor(U),z=Object[B],Y=o.Symbol,q=Y&&Y[B],X=o.RangeError,K=o.TypeError,V=o.QObject,H=O.f,Q=_.f,Z=S.f,tt=A.f,tr=u([].push),tn=T("symbols"),te=T("op-symbols"),to=T("wks"),ti=!V||!V[B]||!V[B].findChild,tu=function(t,r,n){var e=H(z,r);e&&delete z[r],Q(t,r,n),e&&t!==z&&Q(z,r,e)},tc=s&&a(function(){return 7!==g(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a})?tu:Q,ts=function(t,r){var n=tn[t]=g(q);return W(n,{type:U,tag:t,description:r}),s||(n.description=r),n},tf=function(t,r,n){t===z&&tf(te,r,n),v(t);var e=h(r);return(v(n),l(tn,e))?(n.enumerable?(l(t,J)&&t[J][e]&&(t[J][e]=!1),n=g(n,{enumerable:b(0,!1)})):(l(t,J)||Q(t,J,b(1,g(null))),t[J][e]=!0),tc(t,e,n)):Q(t,e,n)},ta=function(t,r){v(t);var n=y(r);return G(m(n).concat(ty(n)),function(r){(!s||i(tl,n,r))&&tf(t,r,n[r])}),t},tl=function(t){var r=h(t),n=i(tt,this,r);return(!(this===z&&l(tn,r))||!!l(te,r))&&(!(n||!l(this,r)||!l(tn,r)||l(this,J)&&this[J][r])||n)},tp=function(t,r){var n=y(t),e=h(r);if(!(n===z&&l(tn,e))||l(te,e)){var o=H(n,e);return o&&l(tn,e)&&!(l(n,J)&&n[J][e])&&(o.enumerable=!0),o}},tv=function(t){var r=Z(y(t)),n=[];return G(r,function(t){l(tn,t)||l(F,t)||tr(n,t)}),n},ty=function(t){var r=t===z,n=Z(r?te:y(t)),e=[];return G(n,function(t){l(tn,t)&&(!r||l(z,t))&&tr(e,tn[t])}),e};!f&&(E(q=(Y=function(){if(p(q,this))throw new K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?d(arguments[0]):void 0,r=C(t),n=function(t){var e=void 0===this?o:this;e===z&&i(n,te,t),l(e,J)&&l(e[J],r)&&(e[J][r]=!1);var u=b(1,t);try{tc(e,r,u)}catch(t){if(null!=X&&"u">typeof Symbol&&X[Symbol.hasInstance]?!X[Symbol.hasInstance](t):!(t instanceof X))throw t;tu(e,r,u)}};return s&&ti&&tc(z,r,{configurable:!0,set:n}),ts(r,t)})[B],"toString",function(){return $(this).tag}),E(Y,"withoutSetter",function(t){return ts(C(t),t)}),A.f=tl,_.f=tf,j.f=ta,O.f=tp,w.f=S.f=tv,x.f=ty,N.f=function(t){return ts(R(t),t)},s&&(P(q,"description",{configurable:!0,get:function(){return $(this).description}}),c||E(z,"propertyIsEnumerable",tl,{unsafe:!0}))),e({global:!0,constructor:!0,wrap:!0,forced:!f,sham:!f},{Symbol:Y}),G(m(to),function(t){D(t)}),e({target:U,stat:!0,forced:!f},{useSetter:function(){ti=!0},useSimple:function(){ti=!1}}),e({target:"Object",stat:!0,forced:!f,sham:!s},{create:function(t,r){return void 0===r?g(t):ta(g(t),r)},defineProperty:tf,defineProperties:ta,getOwnPropertyDescriptor:tp}),e({target:"Object",stat:!0,forced:!f},{getOwnPropertyNames:tv}),M(),k(Y,U),F[J]=!0},24661:function(t,r,n){"use strict";var e=n(50300),o=n(17158),i=n(75058),u=n(46738),c=n(26419),s=n(14595),f=n(56167),a=n(13181),l=n(66416),p=n(2958),v=i.Symbol,y=v&&v.prototype;if(o&&s(v)&&(!("description"in y)||void 0!==v().description)){var h={},d=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:a(arguments[0]),r=f(y,this)?new v(t):void 0===t?v():v(t);return""===t&&(h[r]=!0),r};p(d,v),d.prototype=y,y.constructor=d;var b="Symbol(description detection)"===String(v("description detection")),g=u(y.valueOf),m=u(y.toString),w=/^Symbol\((.*)\)[^)]+$/,S=u("".replace),x=u("".slice);l(y,"description",{configurable:!0,get:function(){var t=g(this);if(c(h,t))return"";var r=m(t),n=b?x(r,7,-1):S(r,w,"$1");return""===n?void 0:n}}),e({global:!0,constructor:!0,forced:!0},{Symbol:d})}},92770:function(t,r,n){"use strict";var e=n(75058),o=n(62017),i=n(9475).f,u=n(10393).f,c=e.Symbol;if(o("dispose"),c){var s=u(c,"dispose");s.enumerable&&s.configurable&&s.writable&&i(c,"dispose",{value:s.value,enumerable:!1,configurable:!1,writable:!1})}},89676:function(t,r,n){"use strict";var e=n(50300),o=n(29833),i=n(26419),u=n(13181),c=n(2975),s=n(31050),f=c("string-to-symbol-registry"),a=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!s},{for:function(t){var r=u(t);if(i(f,r))return f[r];var n=o("Symbol")(r);return f[r]=n,a[n]=r,n}})},52867:function(t,r,n){"use strict";n(62017)("hasInstance")},26494:function(t,r,n){"use strict";n(62017)("isConcatSpreadable")},45797:function(t,r,n){"use strict";n(62017)("iterator")},51265:function(t,r,n){"use strict";n(63627),n(89676),n(78638),n(24784),n(40891)},78638:function(t,r,n){"use strict";var e=n(50300),o=n(26419),i=n(71975),u=n(8465),c=n(2975),s=n(31050),f=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!s},{keyFor:function(t){if(!i(t))throw TypeError(u(t)+" is not a symbol");if(o(f,t))return f[t]}})},57108:function(t,r,n){"use strict";n(62017)("matchAll")},67130:function(t,r,n){"use strict";n(62017)("match")},23359:function(t,r,n){"use strict";n(62017)("replace")},27491:function(t,r,n){"use strict";n(62017)("search")},89689:function(t,r,n){"use strict";n(62017)("species")},22367:function(t,r,n){"use strict";n(62017)("split")},150:function(t,r,n){"use strict";var e=n(62017),o=n(28360);e("toPrimitive"),o()},42695:function(t,r,n){"use strict";var e=n(29833),o=n(62017),i=n(10845);o("toStringTag"),i(e("Symbol"),"Symbol")},94248:function(t,r,n){"use strict";n(62017)("unscopables")}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var i=r[e]={exports:{}};return t[e].call(i.exports,i,i.exports,n),i.exports}n.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(r,{a:r}),r},n.d=function(t,r){for(var e in r)n.o(r,e)&&!n.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:r[e]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},n.r=function(t){"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var e={};return!function(){"use strict";n.r(e),n(50112),n(10990),n(57683),n(7796),n(43098),Array.prototype.includes||(Array.prototype.includes=function(t){return this.indexOf(t)>-1}),"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,r){if(null==t)throw TypeError("Cannot convert undefined or null to object");for(var n=Object(t),e=1;e<arguments.length;e++){var o=arguments[e];if(null!=o)for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])}return n},writable:!0,configurable:!0}),Array.prototype.find||(Array.prototype.find=function(t){return this.indexOf(t)>-1?t:void 0}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return this[this.length-1]===t})}(),e});
|
package/esm/config.d.ts
CHANGED
|
@@ -947,13 +947,98 @@ interface Config {
|
|
|
947
947
|
*/
|
|
948
948
|
useIframeSandbox: boolean;
|
|
949
949
|
/**
|
|
950
|
+
* @deprecated Use `removeEventAttributes` instead
|
|
950
951
|
* Remove onError attributes
|
|
951
952
|
*/
|
|
952
953
|
removeOnError: boolean;
|
|
954
|
+
/**
|
|
955
|
+
* Remove all `on*` event handler attributes (onerror, onclick, onload, onmouseover, etc.)
|
|
956
|
+
* When enabled, this replaces the legacy `removeOnError` behavior with comprehensive protection.
|
|
957
|
+
*
|
|
958
|
+
* ```javascript
|
|
959
|
+
* Jodit.make('#editor', {
|
|
960
|
+
* cleanHTML: {
|
|
961
|
+
* removeEventAttributes: true
|
|
962
|
+
* }
|
|
963
|
+
* });
|
|
964
|
+
* ```
|
|
965
|
+
*/
|
|
966
|
+
removeEventAttributes: boolean;
|
|
953
967
|
/**
|
|
954
968
|
* Safe href="javascript:" links
|
|
955
969
|
*/
|
|
956
970
|
safeJavaScriptLink: boolean;
|
|
971
|
+
/**
|
|
972
|
+
* Automatically add `rel="noopener noreferrer"` to links with `target="_blank"`
|
|
973
|
+
*
|
|
974
|
+
* ```javascript
|
|
975
|
+
* Jodit.make('#editor', {
|
|
976
|
+
* cleanHTML: {
|
|
977
|
+
* safeLinksTarget: true
|
|
978
|
+
* }
|
|
979
|
+
* });
|
|
980
|
+
* ```
|
|
981
|
+
*/
|
|
982
|
+
safeLinksTarget: boolean;
|
|
983
|
+
/**
|
|
984
|
+
* Whitelist of allowed CSS properties inside `style` attributes.
|
|
985
|
+
* If set, all CSS properties not in the list will be removed.
|
|
986
|
+
*
|
|
987
|
+
* ```javascript
|
|
988
|
+
* Jodit.make('#editor', {
|
|
989
|
+
* cleanHTML: {
|
|
990
|
+
* allowedStyles: {
|
|
991
|
+
* '*': ['color', 'background-color', 'font-size', 'text-align'],
|
|
992
|
+
* img: ['width', 'height']
|
|
993
|
+
* }
|
|
994
|
+
* }
|
|
995
|
+
* });
|
|
996
|
+
* ```
|
|
997
|
+
*/
|
|
998
|
+
allowedStyles: false | IDictionary<string[]>;
|
|
999
|
+
/**
|
|
1000
|
+
* Custom sanitizer function. Called after Jodit's built-in sanitization.
|
|
1001
|
+
* Use this to integrate DOMPurify or other external sanitizers.
|
|
1002
|
+
*
|
|
1003
|
+
* ```javascript
|
|
1004
|
+
* import DOMPurify from 'dompurify';
|
|
1005
|
+
*
|
|
1006
|
+
* Jodit.make('#editor', {
|
|
1007
|
+
* cleanHTML: {
|
|
1008
|
+
* sanitizer: (html) => DOMPurify.sanitize(html)
|
|
1009
|
+
* }
|
|
1010
|
+
* });
|
|
1011
|
+
* ```
|
|
1012
|
+
*/
|
|
1013
|
+
sanitizer: false | ((value: string) => string);
|
|
1014
|
+
/**
|
|
1015
|
+
* Automatically add `sandbox=""` attribute to all `<iframe>` elements in editor content.
|
|
1016
|
+
* Prevents embedded content from running scripts or accessing the parent page.
|
|
1017
|
+
*
|
|
1018
|
+
* ```javascript
|
|
1019
|
+
* Jodit.make('#editor', {
|
|
1020
|
+
* cleanHTML: {
|
|
1021
|
+
* sandboxIframesInContent: true
|
|
1022
|
+
* }
|
|
1023
|
+
* });
|
|
1024
|
+
* ```
|
|
1025
|
+
*/
|
|
1026
|
+
sandboxIframesInContent: boolean;
|
|
1027
|
+
/**
|
|
1028
|
+
* Convert unsafe embed elements to sandboxed `<iframe>`.
|
|
1029
|
+
* - `['object', 'embed']` — default
|
|
1030
|
+
* - `false` — disabled
|
|
1031
|
+
* - `string[]` — custom list of tag names to convert
|
|
1032
|
+
*
|
|
1033
|
+
* ```javascript
|
|
1034
|
+
* Jodit.make('#editor', {
|
|
1035
|
+
* cleanHTML: {
|
|
1036
|
+
* convertUnsafeEmbeds: Jodit.atom(['object', 'embed', 'applet'])
|
|
1037
|
+
* }
|
|
1038
|
+
* });
|
|
1039
|
+
* ```
|
|
1040
|
+
*/
|
|
1041
|
+
convertUnsafeEmbeds: false | string[];
|
|
957
1042
|
/**
|
|
958
1043
|
* The allowTags option defines which elements will remain in the
|
|
959
1044
|
* edited text when the editor saves. You can use this limit the returned HTML.
|
package/esm/core/constants.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
4
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
|
-
export const APP_VERSION = "4.
|
|
6
|
+
export const APP_VERSION = "4.11.2";
|
|
7
7
|
// prettier-ignore
|
|
8
8
|
export const ES = "es2020";
|
|
9
9
|
export const IS_ES_MODERN = true;
|
package/esm/core/dom/dom.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export declare class Dom {
|
|
|
52
52
|
*/
|
|
53
53
|
static replace<T extends HTMLElement>(elm: Node, newTagName: HTMLTagNames): T;
|
|
54
54
|
static replace<T extends HTMLElement>(elm: Node, newTagName: HTMLTagNames, create: ICreate, withAttributes?: boolean, notMoveContent?: boolean): T;
|
|
55
|
+
static replace<T extends Node>(elm: Node, newTagName: T): T;
|
|
55
56
|
static replace<T extends Node>(elm: Node, newTagName: T | string, create?: ICreate, withAttributes?: boolean, notMoveContent?: boolean): T;
|
|
56
57
|
/**
|
|
57
58
|
* Checks whether the Node text and blank (in this case it may contain invisible auxiliary characters ,
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
4
|
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
|
-
type safeOptions = {
|
|
6
|
+
export type safeOptions = {
|
|
7
7
|
removeOnError: boolean;
|
|
8
8
|
safeJavaScriptLink: boolean;
|
|
9
|
+
removeEventAttributes?: boolean;
|
|
10
|
+
safeLinksTarget?: boolean;
|
|
9
11
|
};
|
|
10
12
|
/**
|
|
11
13
|
* Removes dangerous constructs from HTML
|
|
12
14
|
*/
|
|
13
15
|
export declare function safeHTML(box: HTMLElement | DocumentFragment, options: safeOptions): void;
|
|
14
16
|
export declare function sanitizeHTMLElement(elm: Element | DocumentFragment, { safeJavaScriptLink, removeOnError }?: safeOptions): boolean;
|
|
15
|
-
export {};
|
|
@@ -12,17 +12,56 @@ import { $$, attr } from "../utils/index.js";
|
|
|
12
12
|
* Removes dangerous constructs from HTML
|
|
13
13
|
*/
|
|
14
14
|
export function safeHTML(box, options) {
|
|
15
|
+
var _a;
|
|
15
16
|
if (!Dom.isElement(box) && !Dom.isFragment(box)) {
|
|
16
17
|
return;
|
|
17
18
|
}
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
const removeEvents = (_a = options.removeEventAttributes) !== null && _a !== void 0 ? _a : options.removeOnError;
|
|
20
|
+
if (removeEvents) {
|
|
21
|
+
removeAllEventAttributes(box);
|
|
22
|
+
$$('*', box).forEach(elm => removeAllEventAttributes(elm));
|
|
23
|
+
}
|
|
24
|
+
else if (options.removeOnError) {
|
|
25
|
+
sanitizeHTMLElement(box, options);
|
|
20
26
|
$$('[onerror]', box).forEach(elm => sanitizeHTMLElement(elm, options));
|
|
21
27
|
}
|
|
22
28
|
if (options.safeJavaScriptLink) {
|
|
23
|
-
sanitizeHTMLElement(box);
|
|
29
|
+
sanitizeHTMLElement(box, options);
|
|
24
30
|
$$('a[href^="javascript"]', box).forEach(elm => sanitizeHTMLElement(elm, options));
|
|
25
31
|
}
|
|
32
|
+
if (options.safeLinksTarget) {
|
|
33
|
+
$$('a[target="_blank"]', box).forEach(elm => {
|
|
34
|
+
const rel = elm.getAttribute('rel') || '';
|
|
35
|
+
const parts = rel.split(/\s+/).filter(Boolean);
|
|
36
|
+
if (!parts.includes('noopener')) {
|
|
37
|
+
parts.push('noopener');
|
|
38
|
+
}
|
|
39
|
+
if (!parts.includes('noreferrer')) {
|
|
40
|
+
parts.push('noreferrer');
|
|
41
|
+
}
|
|
42
|
+
attr(elm, 'rel', parts.join(' '));
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Remove all on* event handler attributes from an element
|
|
48
|
+
*/
|
|
49
|
+
function removeAllEventAttributes(elm) {
|
|
50
|
+
if (!Dom.isElement(elm)) {
|
|
51
|
+
return false;
|
|
52
|
+
}
|
|
53
|
+
let effected = false;
|
|
54
|
+
const toRemove = [];
|
|
55
|
+
for (let i = 0; i < elm.attributes.length; i++) {
|
|
56
|
+
if (elm.attributes[i].name.toLowerCase().startsWith('on')) {
|
|
57
|
+
toRemove.push(elm.attributes[i].name);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
for (const name of toRemove) {
|
|
61
|
+
elm.removeAttribute(name);
|
|
62
|
+
effected = true;
|
|
63
|
+
}
|
|
64
|
+
return effected;
|
|
26
65
|
}
|
|
27
66
|
export function sanitizeHTMLElement(elm, { safeJavaScriptLink, removeOnError } = {
|
|
28
67
|
safeJavaScriptLink: true,
|
|
@@ -95,6 +95,10 @@ export class cleanHtml extends Plugin {
|
|
|
95
95
|
return false;
|
|
96
96
|
}
|
|
97
97
|
onSafeHTML(sandBox) {
|
|
98
|
+
const sanitizer = this.j.o.cleanHTML.sanitizer;
|
|
99
|
+
if (sanitizer) {
|
|
100
|
+
sandBox.innerHTML = sanitizer(sandBox.innerHTML);
|
|
101
|
+
}
|
|
98
102
|
safeHTML(sandBox, this.j.o.cleanHTML);
|
|
99
103
|
}
|
|
100
104
|
/** @override */
|
|
@@ -41,13 +41,98 @@ declare module 'jodit/config' {
|
|
|
41
41
|
*/
|
|
42
42
|
useIframeSandbox: boolean;
|
|
43
43
|
/**
|
|
44
|
+
* @deprecated Use `removeEventAttributes` instead
|
|
44
45
|
* Remove onError attributes
|
|
45
46
|
*/
|
|
46
47
|
removeOnError: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Remove all `on*` event handler attributes (onerror, onclick, onload, onmouseover, etc.)
|
|
50
|
+
* When enabled, this replaces the legacy `removeOnError` behavior with comprehensive protection.
|
|
51
|
+
*
|
|
52
|
+
* ```javascript
|
|
53
|
+
* Jodit.make('#editor', {
|
|
54
|
+
* cleanHTML: {
|
|
55
|
+
* removeEventAttributes: true
|
|
56
|
+
* }
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
removeEventAttributes: boolean;
|
|
47
61
|
/**
|
|
48
62
|
* Safe href="javascript:" links
|
|
49
63
|
*/
|
|
50
64
|
safeJavaScriptLink: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Automatically add `rel="noopener noreferrer"` to links with `target="_blank"`
|
|
67
|
+
*
|
|
68
|
+
* ```javascript
|
|
69
|
+
* Jodit.make('#editor', {
|
|
70
|
+
* cleanHTML: {
|
|
71
|
+
* safeLinksTarget: true
|
|
72
|
+
* }
|
|
73
|
+
* });
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
safeLinksTarget: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Whitelist of allowed CSS properties inside `style` attributes.
|
|
79
|
+
* If set, all CSS properties not in the list will be removed.
|
|
80
|
+
*
|
|
81
|
+
* ```javascript
|
|
82
|
+
* Jodit.make('#editor', {
|
|
83
|
+
* cleanHTML: {
|
|
84
|
+
* allowedStyles: {
|
|
85
|
+
* '*': ['color', 'background-color', 'font-size', 'text-align'],
|
|
86
|
+
* img: ['width', 'height']
|
|
87
|
+
* }
|
|
88
|
+
* }
|
|
89
|
+
* });
|
|
90
|
+
* ```
|
|
91
|
+
*/
|
|
92
|
+
allowedStyles: false | IDictionary<string[]>;
|
|
93
|
+
/**
|
|
94
|
+
* Custom sanitizer function. Called after Jodit's built-in sanitization.
|
|
95
|
+
* Use this to integrate DOMPurify or other external sanitizers.
|
|
96
|
+
*
|
|
97
|
+
* ```javascript
|
|
98
|
+
* import DOMPurify from 'dompurify';
|
|
99
|
+
*
|
|
100
|
+
* Jodit.make('#editor', {
|
|
101
|
+
* cleanHTML: {
|
|
102
|
+
* sanitizer: (html) => DOMPurify.sanitize(html)
|
|
103
|
+
* }
|
|
104
|
+
* });
|
|
105
|
+
* ```
|
|
106
|
+
*/
|
|
107
|
+
sanitizer: false | ((value: string) => string);
|
|
108
|
+
/**
|
|
109
|
+
* Automatically add `sandbox=""` attribute to all `<iframe>` elements in editor content.
|
|
110
|
+
* Prevents embedded content from running scripts or accessing the parent page.
|
|
111
|
+
*
|
|
112
|
+
* ```javascript
|
|
113
|
+
* Jodit.make('#editor', {
|
|
114
|
+
* cleanHTML: {
|
|
115
|
+
* sandboxIframesInContent: true
|
|
116
|
+
* }
|
|
117
|
+
* });
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
sandboxIframesInContent: boolean;
|
|
121
|
+
/**
|
|
122
|
+
* Convert unsafe embed elements to sandboxed `<iframe>`.
|
|
123
|
+
* - `['object', 'embed']` — default
|
|
124
|
+
* - `false` — disabled
|
|
125
|
+
* - `string[]` — custom list of tag names to convert
|
|
126
|
+
*
|
|
127
|
+
* ```javascript
|
|
128
|
+
* Jodit.make('#editor', {
|
|
129
|
+
* cleanHTML: {
|
|
130
|
+
* convertUnsafeEmbeds: Jodit.atom(['object', 'embed', 'applet'])
|
|
131
|
+
* }
|
|
132
|
+
* });
|
|
133
|
+
* ```
|
|
134
|
+
*/
|
|
135
|
+
convertUnsafeEmbeds: false | string[];
|
|
51
136
|
/**
|
|
52
137
|
* The allowTags option defines which elements will remain in the
|
|
53
138
|
* edited text when the editor saves. You can use this limit the returned HTML.
|
|
@@ -16,10 +16,16 @@ Config.prototype.cleanHTML = {
|
|
|
16
16
|
b: 'strong'
|
|
17
17
|
},
|
|
18
18
|
allowTags: false,
|
|
19
|
-
denyTags: 'script',
|
|
19
|
+
denyTags: 'script,iframe,object,embed',
|
|
20
20
|
useIframeSandbox: false,
|
|
21
21
|
removeOnError: true,
|
|
22
|
+
removeEventAttributes: true,
|
|
22
23
|
safeJavaScriptLink: true,
|
|
24
|
+
safeLinksTarget: true,
|
|
25
|
+
allowedStyles: false,
|
|
26
|
+
sanitizer: false,
|
|
27
|
+
sandboxIframesInContent: true,
|
|
28
|
+
convertUnsafeEmbeds: ['object', 'embed'],
|
|
23
29
|
disableCleanFilter: null
|
|
24
30
|
};
|
|
25
31
|
Config.prototype.controls.eraser = {
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* @module plugins/clean-html
|
|
8
|
+
*/
|
|
9
|
+
import type { IJodit } from "../../../../../types/index";
|
|
10
|
+
/**
|
|
11
|
+
* Convert `<object>` and `<embed>` elements to safer `<iframe>` elements.
|
|
12
|
+
* @private
|
|
13
|
+
*/
|
|
14
|
+
export declare function convertUnsafeEmbeds(jodit: IJodit, nodeElm: Node, hadEffect: boolean): boolean;
|