jodit 4.6.19 → 4.7.4

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.
Files changed (77) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.js +248 -4
  4. package/es2015/jodit.js +35173 -37099
  5. package/es2015/jodit.min.js +248 -4
  6. package/es2015/plugins/debug/debug.css +1 -1
  7. package/es2015/plugins/debug/debug.js +44 -74
  8. package/es2015/plugins/debug/debug.min.js +5 -4
  9. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  10. package/es2015/plugins/speech-recognize/speech-recognize.js +616 -714
  11. package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -4
  12. package/es2018/jodit.fat.min.js +248 -4
  13. package/es2018/jodit.min.js +248 -4
  14. package/es2018/plugins/debug/debug.min.js +5 -4
  15. package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -4
  16. package/es2021/jodit.css +1 -1
  17. package/es2021/jodit.fat.min.js +262 -4
  18. package/es2021/jodit.js +34763 -36981
  19. package/es2021/jodit.min.js +262 -4
  20. package/es2021/plugins/debug/debug.css +1 -1
  21. package/es2021/plugins/debug/debug.js +42 -72
  22. package/es2021/plugins/debug/debug.min.js +5 -4
  23. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  24. package/es2021/plugins/speech-recognize/speech-recognize.js +614 -712
  25. package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -4
  26. package/es2021.en/jodit.css +1 -1
  27. package/es2021.en/jodit.fat.min.js +262 -4
  28. package/es2021.en/jodit.js +33514 -35465
  29. package/es2021.en/jodit.min.js +262 -4
  30. package/es2021.en/plugins/debug/debug.css +1 -1
  31. package/es2021.en/plugins/debug/debug.js +42 -72
  32. package/es2021.en/plugins/debug/debug.min.js +5 -4
  33. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  34. package/es2021.en/plugins/speech-recognize/speech-recognize.js +318 -347
  35. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -4
  36. package/es5/jodit.css +2 -2
  37. package/es5/jodit.fat.min.js +2 -4
  38. package/es5/jodit.js +42978 -39182
  39. package/es5/jodit.min.css +2 -2
  40. package/es5/jodit.min.js +2 -4
  41. package/es5/plugins/debug/debug.css +1 -1
  42. package/es5/plugins/debug/debug.js +152 -163
  43. package/es5/plugins/debug/debug.min.js +2 -4
  44. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  45. package/es5/plugins/speech-recognize/speech-recognize.js +755 -777
  46. package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -4
  47. package/es5/polyfills.fat.min.js +8 -0
  48. package/es5/{415.js → polyfills.js} +177 -5
  49. package/es5/polyfills.min.js +8 -0
  50. package/esm/config.js +3 -0
  51. package/esm/core/constants.js +1 -1
  52. package/esm/core/helpers/utils/assert.js +4 -0
  53. package/esm/core/ui/form/inputs/input/input.d.ts +1 -0
  54. package/esm/core/view/view.d.ts +2 -2
  55. package/esm/core/view/view.js +1 -1
  56. package/esm/jodit.js +7 -1
  57. package/esm/modules/dialog/dialog.js +5 -5
  58. package/esm/modules/status-bar/status-bar.d.ts +1 -1
  59. package/esm/plugins/tab/cases/on-tab-inside-li.js +1 -1
  60. package/esm/tsconfig.json +1 -1
  61. package/package.json +3 -5
  62. package/types/core/ui/form/inputs/input/input.d.ts +1 -0
  63. package/types/core/view/view.d.ts +2 -2
  64. package/types/modules/status-bar/status-bar.d.ts +1 -1
  65. package/types/tsconfig.json +1 -1
  66. package/es2018/jodit.css +0 -5386
  67. package/es2018/jodit.js +0 -45274
  68. package/es2018/plugins/debug/debug.css +0 -53
  69. package/es2018/plugins/debug/debug.js +0 -236
  70. package/es2018/plugins/speech-recognize/speech-recognize.css +0 -43
  71. package/es2018/plugins/speech-recognize/speech-recognize.js +0 -1199
  72. package/es5/415.fat.min.js +0 -10
  73. package/es5/415.min.js +0 -10
  74. package/es5/5.fat.min.js +0 -10
  75. package/es5/5.js +0 -76
  76. package/es5/5.min.js +0 -10
  77. package/esm/polyfills.js +0 -54
@@ -1,10 +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.6.19
4
+ * Version: v4.7.4
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
8
-
9
-
10
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var i in n)("object"==typeof exports?exports:e)[i]=n[i]}}(self,(function(){return(self.webpackChunkjodit=self.webpackChunkjodit||[]).push([[882],{3424:function(e){"use strict";e.exports={newline:"regel",delete:"verwijderen",space:"ruimte","Speech Recognize":"Spraak Herkennen",Sound:"Geluid","Interim Results":"Tussentijdse Resultaten"}},13958:function(e){"use strict";e.exports={newline:"nouvelle ligne",delete:"supprimer",space:"espace","Speech Recognize":"Reconnaissance Vocale",Sound:"Son","Interim Results":"Résultats Intermédiaires"}},14765:function(e){"use strict";e.exports={newline:"újsor",delete:"törlés",space:"tér","Speech Recognize":"A Beszéd Felismeri",Sound:"Hang","Interim Results":"Időközi Eredmények"}},15603:function(e){"use strict";e.exports={newline:"خط جدید",delete:"حذف",space:"فضا","Speech Recognize":"گفتار را تشخیص دهید",Sound:"صدا","Interim Results":"نتایج موقت"}},16491:function(e){"use strict";e.exports={newline:"новая строка|перенос|энтер",delete:"удалить",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Промежуточные результаты"}},18717:function(e){"use strict";e.exports={newline:"חדשות",delete:"מחק",space:"שטח","Speech Recognize":"דיבור מזהה",Sound:"קול","Interim Results":"תוצאות ביניים"}},20825:function(e){"use strict";e.exports={newline:"nylinje",delete:"slette",space:"rom","Speech Recognize":"Talegjenkjenning",Sound:"Lyd","Interim Results":"Midlertidige resultater"}},22227:function(e){e.exports='<svg viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <path d="M8,11c1.657,0,3-1.343,3-3V3c0-1.657-1.343-3-3-3S5,1.343,5,3v5C5,9.657,6.343,11,8,11z"/> <path d="M13,8V6h-1l0,1.844c0,1.92-1.282,3.688-3.164,4.071C6.266,12.438,4,10.479,4,8V6H3v2c0,2.414,1.721,4.434,4,4.899V15H5v1h6 v-1H9v-2.101C11.279,12.434,13,10.414,13,8z"/> </svg>'},25202:function(e,t,n){"use strict";n.r(t),n.d(t,{ar:function(){return i},cs_cz:function(){return o},de:function(){return s},es:function(){return r},fa:function(){return u},fi:function(){return c},fr:function(){return a},he:function(){return l},hu:function(){return p},id:function(){return d},it:function(){return h},ja:function(){return f},ko:function(){return m},mn:function(){return g},nl:function(){return R},no:function(){return _},pl:function(){return v},pt_br:function(){return S},ru:function(){return z},tr:function(){return w},ua:function(){return b},zh_cn:function(){return y},zh_tw:function(){return x}});var i=n(61593),o=n(64458),s=n(89601),r=n(87710),u=n(15603),c=n(84059),a=n(13958),l=n(18717),p=n(14765),d=n(77995),h=n(92315),f=n(54711),m=n(68632),g=n(76769),R=n(3424),_=n(20825),v=n(85454),S=n(64149),z=n(16491),w=n(48948),b=n(95700),y=n(84370),x=n(56646)},37873:function(e,t,n){"use strict";n.r(t),n.d(t,{SpeechRecognizeNative:function(){return d}});var i=n(31635),o=n(66927),s=n(55186),r=n(56298),u=n(84976),c=n(71005),a=(n(71096),n(46173)),l=n(50834),p=n(25202),d=function(e){function t(){var t=e.apply(this,(0,i.fX)([],(0,i.zs)(arguments),!1))||this;return t.buttons=[{group:"state",name:"speechRecognize"}],t._commandToWord={},t}return(0,i.C6)(t,e),t.prototype.afterInit=function(e){var t=this,n=e.o.speechRecognize.commands;n&&((0,r.JW)(p),(0,u.HP)(n,!1).forEach((function(i){i.split("|").forEach((function(o){o=o.trim().toLowerCase(),t._commandToWord[o]=n[i];var s=e.i18n(o);s!==o&&s.split("|").forEach((function(e){t._commandToWord[e.trim().toLowerCase()]=n[i].trim()}))}))})))},t.prototype.beforeDestruct=function(e){s.J.safeRemove(this.messagePopup)},t.prototype.onSpeechRecognizeProgressResult=function(e){var t=this;this.messagePopup||(this.messagePopup=this.j.create.div("jodit-speech-recognize__popup")),this.j.workplace.appendChild(this.messagePopup),this.j.async.clearTimeout(this.__hidePopupTimeout),this.__hidePopupTimeout=this.j.async.setTimeout((function(){s.J.safeRemove(t.messagePopup)}),1e3),this.messagePopup.innerText=e+"|"},t.prototype.onSpeechRecognizeResult=function(e){this.j.async.clearTimeout(this.__hidePopupTimeout),s.J.safeRemove(this.messagePopup);var t=this.j,n=t.s;if(!this._checkCommand(e)){var i=n.range,o=n.current();if(n.isCollapsed()&&s.J.isText(o)&&s.J.isOrContains(t.editor,o)&&o.nodeValue){var r=o.nodeValue;o.nodeValue=r+(/[\u00A0 ]\uFEFF*$/.test(r)?"":" ")+e,i.setStartAfter(o),n.selectRange(i),t.synchronizeValues()}else n.insertHTML(e)}},t.prototype._checkCommand=function(e){return e=e.toLowerCase().replace(/\./g,""),!!this._commandToWord[e]&&((0,l.F)(this.j,this._commandToWord[e]),!0)},(0,i.Cg)([(0,o.w)(":speechRecognizeProgressResult")],t.prototype,"onSpeechRecognizeProgressResult",null),(0,i.Cg)([(0,o.w)(":speechRecognizeResult")],t.prototype,"onSpeechRecognizeResult",null),t}(c.k);a.x.plugins.add("speech-recognize",d)},48948:function(e){"use strict";e.exports={newline:"yeni satır",delete:"silmek",space:"uzay","Speech Recognize":"Konuşma Tanıma",Sound:"Ses","Interim Results":"Ara Sonuçlar"}},50834:function(e,t,n){"use strict";n.d(t,{F:function(){return o}});var i=n(31635);function o(e,t){var n=(0,i.zs)(t.split("::"),2);e.execCommand(n[0],null,n[1])}},54711:function(e){"use strict";e.exports={newline:"改行",delete:"削除",space:"スペース","Speech Recognize":"音声認識",Sound:"音","Interim Results":"中間結果"}},56646:function(e){"use strict";e.exports={newline:"換行",delete:"刪除",space:"空白","Speech Recognize":"語音辨識",Sound:"聲音","Interim Results":"階段性辨識結果"}},61593:function(e){"use strict";e.exports={newline:"الخط الجديد",delete:"حذف",space:"الفضاء","Speech Recognize":"التعرف على الكلام",Sound:"الصوت","Interim Results":"النتائج المؤقتة"}},64149:function(e){"use strict";e.exports={newline:"linha",delete:"excluir",space:"espaco","Speech Recognize":"Discurso Reconhecer",Sound:"Som","Interim Results":"Resultados Provisórios"}},64458:function(e){"use strict";e.exports={newline:"řádek",delete:"odstranit",space:"prostora","Speech Recognize":"Rozpoznání Řeči",Sound:"Zvuk","Interim Results":"Průběžné Výsledky"}},68632:function(e){"use strict";e.exports={newline:"줄 바꿈",delete:"삭제",space:"공간","Speech Recognize":"음성 인식",Sound:"소리","Interim Results":"중간 결과"}},71096:function(e,t,n){"use strict";var i=n(9810),o=n(98253),s=n(26150),r=n(72197),u=n(931),c=n(36115),a=n(71722),l=n(93676),p=n(22227),d=n.n(p);c.T.prototype.speechRecognize={api:void 0!==a.o?a.o:null,sound:!0,continuous:!1,interimResults:!0,commands:{"newline|enter":"enter","delete|remove word|delete word":"backspaceWordButton",comma:"inserthtml::,",underline:"inserthtml::_",hyphen:"inserthtml::-",space:"inserthtml:: ",question:"inserthtml::?",dot:"inserthtml::.","quote|quotes|open quote":"inserthtml::'","header|header h1":"formatblock::h1","select all":"selectall"}},u.I.set("speech-recognize",d()),c.T.prototype.controls.speechRecognize={isVisible:function(e){return Boolean(e.o.speechRecognize.api)},isActive:function(e,t){var n=(0,r.m)(e,"speech");return Boolean(null==n?void 0:n.isEnabled)},isDisabled:function(e){return!e.o.speechRecognize.api},exec:function(e,t,n){var u,c=n.button,a=n.control,p=e.o.speechRecognize,d=p.api,h=p.lang,f=p.continuous,m=p.interimResults,g=p.sound;if(d){var R=(0,r.m)(e,"speech");if(!R){var _=new d;(R=new l.g(e.async,_)).lang=(0,o.K)(h)?h:null!==(u=(0,s.C)(e.od.documentElement,"lang"))&&void 0!==u?u:void 0,R.continuous=f,R.interimResults=m,R.sound=g,(0,r.m)(e,"speech",R),R.on("pulse",(function(e){c.setMod("pulse",e)})),R.on("result",(function(t){return e.e.fire("speechRecognizeResult",t)})),R.on("progress",(function(t){return e.e.fire("speechRecognizeProgressResult",t)})),R.on("error",(function(t){return e.message.error(t)})),c.hookStatus("beforeDestruct",(function(){(0,r.m)(e,"speech",null),R.destruct()}))}if(a.args){var v=a.args[0];if((0,i.L)(R[v]))return R[v]=!R[v],void(R.isEnabled&&R.restart())}R.toggle(),R.isEnabled&&c.setMod("pulse",!0),c.state.activated=R.isEnabled}else e.alert("Speech recognize API unsupported in your browser")},name:"speechRecognize",command:"toggleSpeechRecognize",tooltip:"Speech Recognize",list:{sound:"Sound",interimResults:"Interim Results"},childTemplate:function(e,t,n){var i,o=(0,r.m)(e,"speech"),s=null!==(i=null==o?void 0:o[t])&&void 0!==i?i:e.o.speechRecognize[t];return"<span class='jodit-speech-recognize__list-item'><input ".concat(s?"checked":""," class='jodit-checkbox' type='checkbox'>&nbsp;").concat(n,"</span>")},mods:{stroke:!1}}},71722:function(e,t,n){"use strict";n.d(t,{o:function(){return o}});var i=n(17352),o=i.globalWindow?i.globalWindow.SpeechRecognition||i.globalWindow.webkitSpeechRecognition:void 0},76769:function(e){"use strict";e.exports={newline:"Шинэ мөр",delete:"Устгах",space:"Зай","Speech Recognize":"Дуу хоолой таних",Sound:"Дуу","Interim Results":"Түр зуурын үр дүн"}},77995:function(e){"use strict";e.exports={newline:"newline",delete:"Hapus",space:"ruang","Speech Recognize":"Pidato Mengenali",Sound:"Suara","Interim Results":"Hasil Sementara"}},81629:function(e,t,n){"use strict";n.d(t,{N:function(){return i},Z:function(){return o}});var i=440,o=940},84059:function(e){"use strict";e.exports={"Speech Recognize":"Puheentunnistus",newline:"uusi rivi",delete:"poistaa",space:"tilaa",Sound:"Ääni","Interim Results":"Välitulokset"}},84370:function(e){"use strict";e.exports={newline:"新行",delete:"删除",space:"空间","Speech Recognize":"言语识别",Sound:"声音","Interim Results":"中期业绩"}},85454:function(e){"use strict";e.exports={newline:"newline",delete:"usunąć",space:"przestrzeń","Speech Recognize":"Rozpoznawanie Mowy",Sound:"Dźwięk","Interim Results":"Wyniki Okresowe"}},87710:function(e){"use strict";e.exports={newline:"nueva línea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},89601:function(e){"use strict";e.exports={newline:"Zeilenumbruch",delete:"löschen",space:"Raum","Speech Recognize":"Sprache Erkennen",Sound:"Sound","Interim Results":"Zwischenergebnis"}},92315:function(e){"use strict";e.exports={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},93676:function(e,t,n){"use strict";n.d(t,{g:function(){return c}});var i=n(31635),o=n(22664),s=n(43431),r=n(95473),u=n(81629),c=function(e){function t(t,i){var o=e.call(this)||this;return o.async=t,o._continuous=!1,o._interimResults=!1,o.sound=!0,o._isEnabled=!1,o._restartTimeout=0,o._onSpeechStart=function(e){o._isEnabled&&(o.async.clearTimeout(o._restartTimeout),o._restartTimeout=o.async.setTimeout((function(){o.restart(),o.emit("pulse",!1),o._makeSound(u.Z)}),5e3),o.emit("pulse",!0))},o.__interimResults="",o._api=i,n._instances.add(o),o}var n;return(0,i.C6)(t,e),n=t,Object.defineProperty(t.prototype,"lang",{get:function(){return this._lang},set:function(e){this._lang=e,this._api.lang=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"continuous",{get:function(){return this._continuous},set:function(e){this._continuous=e,this._api.continuous=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"interimResults",{get:function(){return this._interimResults},set:function(e){this._interimResults=e,this._api.interimResults=e},enumerable:!1,configurable:!0}),t.prototype.destruct=function(){this.stop(),n._instances.delete(this),e.prototype.destruct.call(this)},Object.defineProperty(t.prototype,"isEnabled",{get:function(){return this._isEnabled},enumerable:!1,configurable:!0}),t.prototype.start=function(){var e=this;if(!this._isEnabled){this._isEnabled=!0,n._instances.forEach((function(t){t!==e&&t.stop()}));try{this._api.start()}catch(e){return this._onError(e),void this.stop()}this.__on("speechstart",this._onSpeechStart).__on("error",this._onError).__on("result",this._onProgress).__on("end",this._onResults)}},t.prototype.stop=function(){this._isEnabled&&(this._api.abort(),this._api.stop(),this.__off("speechstart",this._onSpeechStart).__off("error",this._onError).__off("result",this._onProgress).__off("end",this._onResults),this.async.clearTimeout(this._restartTimeout),this._isEnabled=!1,this.emit("pulse",!1))},t.prototype.toggle=function(){this._isEnabled?this.stop():this.start()},t.prototype.restart=function(){this.stop(),this.start()},t.prototype.__on=function(e,t){return this._api.addEventListener(e,t),this},t.prototype.__off=function(e,t){return this._api.removeEventListener(e,t),this},t.prototype._onResults=function(e){this.emit("pulse",!1),this.emit("result",this.__interimResults),this.__interimResults="",this._makeSound(u.N),this.restart()},t.prototype._onProgress=function(e){if(this._isEnabled&&(this.__interimResults="",e.results)){for(var t=0;e.results.length>t;t++){var n=e.results.item(t);if(n.length){var i=n.item(0).transcript;this.__interimResults+=i}}this.__interimResults&&this.emit("progress",this.__interimResults)}},t.prototype._onError=function(e){"voice-unavailable"===e.error&&this.emit("error","Voice unavailable"),"not-allowed"===e.error&&this.emit("error","Not allowed"),"language-unavailable"!==e.error&&"language-not-supported"!==e.error||this.emit("error","Language unavailable"),this._makeSound(u.Z),this.emit("pulse",!1),this.stop()},t.prototype._makeSound=function(e){this.sound&&(0,r.s)({frequency:e})},t._instances=new Set,n=(0,i.Cg)([o.autobind],t)}(s.h)},95473:function(e,t,n){"use strict";n.d(t,{s:function(){return s}});var i=n(17352),o=n(81629);function s(e){var t=void 0===e?{}:e,n=t.sec,s=void 0===n?.1:n,r=t.frequency,u=void 0===r?o.N:r,c=t.gain,a=void 0===c?.1:c,l=t.type,p=void 0===l?"sine":l;if(i.globalWindow&&(void 0!==i.globalWindow.AudioContext||void 0!==i.globalWindow.webkitAudioContext)){var d=new(i.globalWindow.AudioContext||i.globalWindow.webkitAudioContext),h=d.createGain(),f=d.createOscillator();f.type=p,f.frequency.value=u,f.connect(h),h.connect(d.destination),f.start(),f.stop(d.currentTime+s),h.gain.value=a}}},95700:function(e){"use strict";e.exports={newline:"новая строка|перенос|ентер",delete:"видалити",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Проміжні результати"}}},function(e){return e(e.s=37873)}])}));
8
+ !function(e,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n();else if("function"==typeof define&&define.amd)define([],n);else{var t=n();for(var i in t)("object"==typeof exports?exports:e)[i]=t[i]}}(self,function(){return(self.webpackChunkjodit=self.webpackChunkjodit||[]).push([[882],{8858:function(e){e.exports={newline:"חדשות",delete:"מחק",space:"שטח","Speech Recognize":"דיבור מזהה",Sound:"קול","Interim Results":"תוצאות ביניים"}},8962:function(e,n,t){"use strict";t.d(n,{execSpellCommand:function(){return o}});var i=t(50684);function o(e,n){var t=(0,i._)(n.split("::"),2),o=t[0],s=t[1];e.execCommand(o,null,s)}},10179:function(e){e.exports={newline:"новая строка|перенос|ентер",delete:"видалити",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Проміжні результати"}},18712:function(e){e.exports={newline:"改行",delete:"削除",space:"スペース","Speech Recognize":"音声認識",Sound:"音","Interim Results":"中間結果"}},19922:function(e){e.exports={newline:"الخط الجديد",delete:"حذف",space:"الفضاء","Speech Recognize":"التعرف على الكلام",Sound:"الصوت","Interim Results":"النتائج المؤقتة"}},20759:function(e){e.exports={newline:"ř\xe1dek",delete:"odstranit",space:"prostora","Speech Recognize":"Rozpozn\xe1n\xed Řeči",Sound:"Zvuk","Interim Results":"Průběžn\xe9 V\xfdsledky"}},22227:function(e){e.exports='<svg viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <path d="M8,11c1.657,0,3-1.343,3-3V3c0-1.657-1.343-3-3-3S5,1.343,5,3v5C5,9.657,6.343,11,8,11z"/> <path d="M13,8V6h-1l0,1.844c0,1.92-1.282,3.688-3.164,4.071C6.266,12.438,4,10.479,4,8V6H3v2c0,2.414,1.721,4.434,4,4.899V15H5v1h6 v-1H9v-2.101C11.279,12.434,13,10.414,13,8z"/> </svg>'},22350:function(e){e.exports={newline:"Zeilenumbruch",delete:"l\xf6schen",space:"Raum","Speech Recognize":"Sprache Erkennen",Sound:"Sound","Interim Results":"Zwischenergebnis"}},22922:function(e){e.exports={newline:"\xfajsor",delete:"t\xf6rl\xe9s",space:"t\xe9r","Speech Recognize":"A Besz\xe9d Felismeri",Sound:"Hang","Interim Results":"Idők\xf6zi Eredm\xe9nyek"}},29475:function(e){e.exports={newline:"換行",delete:"刪除",space:"空白","Speech Recognize":"語音辨識",Sound:"聲音","Interim Results":"階段性辨識結果"}},31262:function(e,n,t){"use strict";t.r(n),t.d(n,{SpeechRecognizeNative:function(){return R}});var i=t(69262),o=t(73104),s=t(53429),r=t(25045),u=t(34918),c=t(38574),a=t(31635),l=t(68616),p=t(23211),d=t(28077),h=t(71125),f=t(91206);t(75143);var m=t(73302),_=t(8962),g=t(43219),R=function(e){function n(){var e;return(0,o._)(this,n),e=(0,i._)(this,n,arguments),(0,r._)(e,"buttons",[{group:"state",name:"speechRecognize"}]),(0,r._)(e,"messagePopup",void 0),(0,r._)(e,"__hidePopupTimeout",void 0),(0,r._)(e,"_commandToWord",{}),e}return(0,u._)(n,e),(0,s._)(n,[{key:"afterInit",value:function(e){var n=this,t=e.o.speechRecognize.commands;t&&((0,d.extendLang)(g),(0,h.keys)(t,!1).forEach(function(i){i.split("|").forEach(function(o){o=o.trim().toLowerCase(),n._commandToWord[o]=t[i];var s=e.i18n(o);s!==o&&s.split("|").forEach(function(e){n._commandToWord[e.trim().toLowerCase()]=t[i].trim()})})}))}},{key:"beforeDestruct",value:function(e){p.Dom.safeRemove(this.messagePopup)}},{key:"onSpeechRecognizeProgressResult",value:function(e){var n=this;this.messagePopup||(this.messagePopup=this.j.create.div("jodit-speech-recognize__popup")),this.j.workplace.appendChild(this.messagePopup),this.j.async.clearTimeout(this.__hidePopupTimeout),this.__hidePopupTimeout=this.j.async.setTimeout(function(){p.Dom.safeRemove(n.messagePopup)},1e3),this.messagePopup.innerText=e+"|"}},{key:"onSpeechRecognizeResult",value:function(e){this.j.async.clearTimeout(this.__hidePopupTimeout),p.Dom.safeRemove(this.messagePopup);var n=this.j,t=n.s;if(!this._checkCommand(e)){var i=t.range,o=t.current();if(t.isCollapsed()&&p.Dom.isText(o)&&p.Dom.isOrContains(n.editor,o)&&o.nodeValue){var s=o.nodeValue;o.nodeValue=s+(/[\u00A0 ]\uFEFF*$/.test(s)?"":" ")+e,i.setStartAfter(o),t.selectRange(i),n.synchronizeValues()}else t.insertHTML(e)}}},{key:"_checkCommand",value:function(e){return e=e.toLowerCase().replace(/\./g,""),!!this._commandToWord[e]&&((0,_.execSpellCommand)(this.j,this._commandToWord[e]),!0)}}]),n}((0,c._)(f.Plugin));(0,a.__decorate)([(0,l.watch)(":speechRecognizeProgressResult")],R.prototype,"onSpeechRecognizeProgressResult",null),(0,a.__decorate)([(0,l.watch)(":speechRecognizeResult")],R.prototype,"onSpeechRecognizeResult",null),m.Jodit.plugins.add("speech-recognize",R)},32560:function(e,n,t){"use strict";t.d(n,{sound:function(){return s}});var i=t(81937),o=t(94092);function s(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.sec,t=e.frequency,s=void 0===t?o.PII:t,r=e.gain,u=e.type;if(i.globalWindow&&(void 0!==i.globalWindow.AudioContext||void 0!==i.globalWindow.webkitAudioContext)){var c=new(i.globalWindow.AudioContext||i.globalWindow.webkitAudioContext),a=c.createGain(),l=c.createOscillator();l.type=void 0===u?"sine":u,l.frequency.value=s,l.connect(a),a.connect(c.destination),l.start(),l.stop(c.currentTime+(void 0===n?.1:n)),a.gain.value=void 0===r?.1:r}}},33276:function(e){e.exports={"Speech Recognize":"Puheentunnistus",newline:"uusi rivi",delete:"poistaa",space:"tilaa",Sound:"\xc4\xe4ni","Interim Results":"V\xe4litulokset"}},35420:function(e){e.exports={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},37161:function(e){e.exports={newline:"newline",delete:"usunąć",space:"przestrzeń","Speech Recognize":"Rozpoznawanie Mowy",Sound:"Dźwięk","Interim Results":"Wyniki Okresowe"}},39996:function(e){e.exports={newline:"новая строка|перенос|энтер",delete:"удалить",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Промежуточные результаты"}},43219:function(e,n,t){"use strict";t.r(n),t.d(n,{ar:function(){return i},cs_cz:function(){return o},de:function(){return s},es:function(){return r},fa:function(){return u},fi:function(){return c},fr:function(){return a},he:function(){return l},hu:function(){return p},id:function(){return d},it:function(){return h},ja:function(){return f},ko:function(){return m},mn:function(){return _},nl:function(){return g},no:function(){return R},pl:function(){return v},pt_br:function(){return S},ru:function(){return z},tr:function(){return w},ua:function(){return y},zh_cn:function(){return k},zh_tw:function(){return b}});var i=t(19922),o=t(20759),s=t(22350),r=t(97509),u=t(49668),c=t(33276),a=t(43517),l=t(8858),p=t(22922),d=t(81900),h=t(35420),f=t(18712),m=t(73363),_=t(74762),g=t(73759),R=t(72850),v=t(37161),S=t(62896),z=t(39996),w=t(93423),y=t(10179),k=t(62547),b=t(29475)},43517:function(e){e.exports={newline:"nouvelle ligne",delete:"supprimer",space:"espace","Speech Recognize":"Reconnaissance Vocale",Sound:"Son","Interim Results":"R\xe9sultats Interm\xe9diaires"}},49668:function(e){e.exports={newline:"خط جدید",delete:"حذف",space:"فضا","Speech Recognize":"گفتار را تشخیص دهید",Sound:"صدا","Interim Results":"نتایج موقت"}},62547:function(e){e.exports={newline:"新行",delete:"删除",space:"空间","Speech Recognize":"言语识别",Sound:"声音","Interim Results":"中期业绩"}},62896:function(e){e.exports={newline:"linha",delete:"excluir",space:"espaco","Speech Recognize":"Discurso Reconhecer",Sound:"Som","Interim Results":"Resultados Provis\xf3rios"}},68097:function(e,n,t){"use strict";t.d(n,{RecognizeManager:function(){return m}});var i=t(69262),o=t(73104),s=t(53429),r=t(25045),u=t(22248),c=t(66773),a=t(34918),l=t(31635),p=t(84839),d=t(60216),h=t(32560),f=t(94092),m=function(e){function n(e,t){var s;return(0,o._)(this,n),s=(0,i._)(this,n),(0,r._)(s,"async",void 0),(0,r._)(s,"_lang",void 0),(0,r._)(s,"_continuous",void 0),(0,r._)(s,"_interimResults",void 0),(0,r._)(s,"sound",void 0),(0,r._)(s,"_isEnabled",void 0),(0,r._)(s,"_restartTimeout",void 0),(0,r._)(s,"_onSpeechStart",void 0),(0,r._)(s,"_api",void 0),(0,r._)(s,"__interimResults",void 0),s.async=e,s._continuous=!1,s._interimResults=!1,s.sound=!0,s._isEnabled=!1,s._restartTimeout=0,s._onSpeechStart=function(e){s._isEnabled&&(s.async.clearTimeout(s._restartTimeout),s._restartTimeout=s.async.setTimeout(function(){s.restart(),s.emit("pulse",!1),s._makeSound(f.WARN)},5e3),s.emit("pulse",!0))},s.__interimResults="",s._api=t,n._instances.add(s),s}return(0,a._)(n,e),(0,s._)(n,[{key:"lang",get:function(){return this._lang},set:function(e){this._lang=e,this._api.lang=e}},{key:"continuous",get:function(){return this._continuous},set:function(e){this._continuous=e,this._api.continuous=e}},{key:"interimResults",get:function(){return this._interimResults},set:function(e){this._interimResults=e,this._api.interimResults=e}},{key:"destruct",value:function(){this.stop(),n._instances.delete(this),(0,u._)((0,c._)(n.prototype),"destruct",this).call(this)}},{key:"isEnabled",get:function(){return this._isEnabled}},{key:"start",value:function(){var e=this;if(!this._isEnabled){this._isEnabled=!0,n._instances.forEach(function(n){n!==e&&n.stop()});try{this._api.start()}catch(e){this._onError(e),this.stop();return}this.__on("speechstart",this._onSpeechStart).__on("error",this._onError).__on("result",this._onProgress).__on("end",this._onResults)}}},{key:"stop",value:function(){this._isEnabled&&(this._api.abort(),this._api.stop(),this.__off("speechstart",this._onSpeechStart).__off("error",this._onError).__off("result",this._onProgress).__off("end",this._onResults),this.async.clearTimeout(this._restartTimeout),this._isEnabled=!1,this.emit("pulse",!1))}},{key:"toggle",value:function(){this._isEnabled?this.stop():this.start()}},{key:"restart",value:function(){this.stop(),this.start()}},{key:"__on",value:function(e,n){return this._api.addEventListener(e,n),this}},{key:"__off",value:function(e,n){return this._api.removeEventListener(e,n),this}},{key:"_onResults",value:function(e){this.emit("pulse",!1),this.emit("result",this.__interimResults),this.__interimResults="",this._makeSound(f.PII),this.restart()}},{key:"_onProgress",value:function(e){if(this._isEnabled&&(this.__interimResults="",e.results)){for(var n=0;n<e.results.length;n++){var t=e.results.item(n);if(t.length){var i=t.item(0).transcript;this.__interimResults+=i}}this.__interimResults&&this.emit("progress",this.__interimResults)}}},{key:"_onError",value:function(e){"voice-unavailable"===e.error&&this.emit("error","Voice unavailable"),"not-allowed"===e.error&&this.emit("error","Not allowed"),("language-unavailable"===e.error||"language-not-supported"===e.error)&&this.emit("error","Language unavailable"),this._makeSound(f.WARN),this.emit("pulse",!1),this.stop()}},{key:"_makeSound",value:function(e){this.sound&&(0,h.sound)({frequency:e})}}]),n}(d.Eventify);(0,r._)(m,"_instances",new Set),m=(0,l.__decorate)([p.autobind],m)},72850:function(e){e.exports={newline:"nylinje",delete:"slette",space:"rom","Speech Recognize":"Talegjenkjenning",Sound:"Lyd","Interim Results":"Midlertidige resultater"}},73363:function(e){e.exports={newline:"줄 바꿈",delete:"삭제",space:"공간","Speech Recognize":"음성 인식",Sound:"소리","Interim Results":"중간 결과"}},73759:function(e){e.exports={newline:"regel",delete:"verwijderen",space:"ruimte","Speech Recognize":"Spraak Herkennen",Sound:"Geluid","Interim Results":"Tussentijdse Resultaten"}},74762:function(e){e.exports={newline:"Шинэ мөр",delete:"Устгах",space:"Зай","Speech Recognize":"Дуу хоолой таних",Sound:"Дуу","Interim Results":"Түр зуурын үр дүн"}},75143:function(e,n,t){"use strict";var i=t(22289),o=t(85932),s=t(7909),r=t(36400),u=t(29434),c=t(5266),a=t(97743),l=t(68097),p=t(22227),d=t.n(p);c.Config.prototype.speechRecognize={api:void 0!==a.SpeechRecognition?a.SpeechRecognition:null,sound:!0,continuous:!1,interimResults:!0,commands:{"newline|enter":"enter","delete|remove word|delete word":"backspaceWordButton",comma:"inserthtml::,",underline:"inserthtml::_",hyphen:"inserthtml::-",space:"inserthtml:: ",question:"inserthtml::?",dot:"inserthtml::.","quote|quotes|open quote":"inserthtml::'","header|header h1":"formatblock::h1","select all":"selectall"}},u.Icon.set("speech-recognize",d()),c.Config.prototype.controls.speechRecognize={isVisible:function(e){return!!e.o.speechRecognize.api},isActive:function(e,n){var t=(0,r.dataBind)(e,"speech");return!!(null==t?void 0:t.isEnabled)},isDisabled:function(e){return!e.o.speechRecognize.api},exec:function(e,n,t){var u=t.button,c=t.control,a=e.o.speechRecognize,p=a.api,d=a.lang,h=a.continuous,f=a.interimResults,m=a.sound;if(!p)return void e.alert("Speech recognize API unsupported in your browser");var _=(0,r.dataBind)(e,"speech");if(!_){var g,R=new p;(_=new l.RecognizeManager(e.async,R)).lang=(0,o.isString)(d)?d:null!=(g=(0,s.attr)(e.od.documentElement,"lang"))?g:void 0,_.continuous=h,_.interimResults=f,_.sound=m,(0,r.dataBind)(e,"speech",_),_.on("pulse",function(e){u.setMod("pulse",e)}),_.on("result",function(n){return e.e.fire("speechRecognizeResult",n)}),_.on("progress",function(n){return e.e.fire("speechRecognizeProgressResult",n)}),_.on("error",function(n){return e.message.error(n)}),u.hookStatus("beforeDestruct",function(){(0,r.dataBind)(e,"speech",null),_.destruct()})}if(c.args){var v=c.args[0];if((0,i.isBoolean)(_[v])){_[v]=!_[v],_.isEnabled&&_.restart();return}}_.toggle(),_.isEnabled&&u.setMod("pulse",!0),u.state.activated=_.isEnabled},name:"speechRecognize",command:"toggleSpeechRecognize",tooltip:"Speech Recognize",list:{sound:"Sound",interimResults:"Interim Results"},childTemplate:function(e,n,t){var i,o=(0,r.dataBind)(e,"speech"),s=null!=(i=null==o?void 0:o[n])?i:e.o.speechRecognize[n];return"<span class='jodit-speech-recognize__list-item'><input ".concat(s?"checked":""," class='jodit-checkbox' type='checkbox'>&nbsp;").concat(t,"</span>")},mods:{stroke:!1}}},81900:function(e){e.exports={newline:"newline",delete:"Hapus",space:"ruang","Speech Recognize":"Pidato Mengenali",Sound:"Suara","Interim Results":"Hasil Sementara"}},93423:function(e){e.exports={newline:"yeni satır",delete:"silmek",space:"uzay","Speech Recognize":"Konuşma Tanıma",Sound:"Ses","Interim Results":"Ara Sonu\xe7lar"}},94092:function(e,n,t){"use strict";t.d(n,{PII:function(){return i},WARN:function(){return o}});var i=440,o=940},97509:function(e){e.exports={newline:"nueva l\xednea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},97743:function(e,n,t){"use strict";t.d(n,{SpeechRecognition:function(){return o}});var i=t(81937),o=i.globalWindow?i.globalWindow.SpeechRecognition||i.globalWindow.webkitSpeechRecognition:void 0}},function(e){return e(e.s=31262)}])});
@@ -0,0 +1,8 @@
1
+ /*!
2
+ * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
+ * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
+ * Version: v4.7.4
5
+ * Url: https://xdsoft.net/jodit/
6
+ * License(s): MIT
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=("undefined"==typeof document?"undefined":(r=document)&&"undefined"!=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}},15447:function(t,r,n){"use strict";var e=n(46738),o=n(40554),i=n(14595),u=n(66310),c=n(13181),s=e([].push);t.exports=function(t){if(i(t))return t;if(o(t)){for(var r=t.length,n=[],e=0;r>e;e++){var f=t[e];"string"==typeof f?s(n,f):("number"==typeof f||"Number"===u(f)||"String"===u(f))&&s(n,c(f))}var a=n.length,l=!0;return function(t,r){if(l)return l=!1,r;if(o(this))return r;for(var e=0;a>e;e++)if(n[e]===t)return 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}},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=("undefined"==typeof window?"undefined":(e=window)&&"undefined"!=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),d=n(84543),h=n(96371),b=u.PROPER,m=u.CONFIGURABLE,g=h.IteratorPrototype,x=h.BUGGY_SAFARI_ITERATORS,S=y("iterator"),w="keys",O="values",_="entries",j=function(){return this};t.exports=function(t,r,n,u,y,h,A){s(n,r,u);var P,E,T,I=function(t){if(t===y&&D)return D;if(!x&&t&&t in R)return R[t];switch(t){case w:case O:case _:return function(){return new n(this,t)}}return function(){return new n(this)}},F=r+" Iterator",C=!1,R=t.prototype,M=R[S]||R["@@iterator"]||y&&R[y],D=!x&&M||I(y),N="Array"===r&&R.entries||M;if(N&&(P=f(N.call(new t)))!==Object.prototype&&P.next&&(!i&&f(P)!==g&&(a?a(P,g):c(P[S])||v(P,S,j)),l(P,F,!0,!0),i&&(d[F]=j)),b&&y===O&&M&&M.name!==O&&(!i&&m?p(R,"name",O):(C=!0,D=function(){return o(M,this)})),y)if(E={values:I(O),keys:h?D:I(w),entries:I(_)},A)for(T in E)!x&&!C&&T in R||v(R,T,E[T]);else e({target:r,proto:!0,forced:x||C},E);return(!i||A)&&R[S]!==D&&v(R,S,D,{name:y}),d[r]=D,E}},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 d={},h=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&&(d[r]=!0),r};p(h,v),h.prototype=y,y.constructor=h;var b="Symbol(description detection)"===String(v("description detection")),m=u(y.valueOf),g=u(y.toString),x=/^Symbol\((.*)\)[^)]+$/,S=u("".replace),w=u("".slice);l(y,"description",{configurable:!0,get:function(){var t=m(this);if(c(d,t))return"";var r=g(t),n=b?w(r,7,-1):S(r,x,"$1");return""===n?void 0:n}}),e({global:!0,constructor:!0,forced:!0},{Symbol:h})}},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(14595),a=n(71975),l=n(13450),p=n(15447),v=n(74693),y=String,d=o("JSON","stringify"),h=c(/./.exec),b=c("".charAt),m=c("".charCodeAt),g=c("".replace),x=c(1.1.toString),S=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,O=/^[\uDC00-\uDFFF]$/,_=!v||s(function(){var t=o("Symbol")("stringify detection");return"[null]"!==d([t])||"{}"!==d({a:t})||"{}"!==d(Object(t))}),j=s(function(){return'"\udf06\ud834"'!==d("\uDF06\uD834")||'"\udead"'!==d("\uDEAD")}),A=function(t,r){var n=l(arguments),e=p(r);if(!(!f(e)&&(void 0===t||a(t))))return n[1]=function(t,r){if(f(e)&&(r=u(e,this,y(t),r)),!a(r))return r},i(d,null,n)},P=function(t,r,n){var e=b(n,r-1),o=b(n,r+1);return h(w,t)&&!h(O,o)||h(O,t)&&!h(w,e)?"\\u"+x(m(t,0),16):t};d&&e({target:"JSON",stat:!0,arity:3,forced:_||j},{stringify:function(t,r,n){var e=l(arguments),o=i(_?A:d,null,e);return j&&"string"==typeof o?g(o,S,P):o}})},24877:function(t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},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&&"undefined"!=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&&"undefined"!=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){m[s]=t,m[s+1]=r,2===(s+=2)&&(a?a(g):x())},p="undefined"!=typeof window?window:void 0,v=p||{},y=v.MutationObserver||v.WebKitMutationObserver,d="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"===({}).toString.call(process),h="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function b(){var t=setTimeout;return function(){return t(g,1)}}var m=Array(1e3);function g(){for(var t=0;s>t;t+=2)(0,m[t])(m[t+1]),m[t]=void 0,m[t+1]=void 0;s=0}var x=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 w(t){if(t&&(void 0===t?"undefined":i(t))==="object"&&t.constructor===this)return t;var r=new this(_);return P(r,t),r}d?x=function(){return process.nextTick(g)}:y?(r=0,e=new y(g),o=document.createTextNode(""),e.observe(o,{characterData:!0}),x=function(){o.data=r=++r%2}):h?((u=new MessageChannel).port1.onmessage=g,x=function(){return u.port2.postMessage(0)}):x=void 0===p?function(){try{var t=Function("return this")().require("vertx");return f=t.runOnLoop||t.runOnContext,void 0!==f?function(){f(g)}: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===w?1===n._state?T(r,n._result):2===n._state?I(r,n._result):F(n,void 0,function(t){return P(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?P(t,e):T(t,e))},function(n){r||(r=!0,I(t,n))},"Settle: "+(t._label||" unknown promise"));!r&&o&&(r=!0,I(t,o))},r):T(r,n)}function P(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 E(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(E,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?P(n,u):!1===s?I(n,c):1===r?T(n,u):2===r&&I(n,u))}var M=0;function D(t){t[O]=M++,t._state=void 0,t._result=void 0,t._subscribers=[]}var N=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===w){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]=M++,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&&"undefined"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](this):this instanceof r)?function(t,r){try{r(function(r){P(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 N(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=w,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("undefined"!=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",d=c.TypeError,h=c.WeakMap;if(u||l.state){var b=l.state||(l.state=new h);b.get=b.get,b.has=b.has,b.set=b.set,e=function(t,r){if(b.has(t))throw new d(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 m=p("state");v[m]=!0,e=function(t,r){if(a(t,m))throw new d(y);return r.facade=t,f(t,m,r),r},o=function(t){return a(t,m)?t[m]:{}},i=function(t){return a(t,m)}}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 d("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)&&"undefined"!=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}},d=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}};d.sham=!0,t.exports=!a||o(function(){var t;return y(y.call)||!y(Object)||!y(function(){t=!0})||t})?d: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.46.0",mode:e?"pure":"global",copyright:"\xa9 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)",license:"https://github.com/zloirock/core-js/blob/v3.46.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&&"undefined"!=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,d=t.target,h=t.global,b=t.stat;if(n=h?o:b?o[d]||s(d,{}):o[d]&&o[d].prototype)for(l in r){if(v=r[l],p=t.dontCallGetSet?(y=i(n,l))&&y.value:n[l],!a(h?l:d+(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(3279),p=n(72929),v=Array;t.exports=function(t){var r,n,y,d,h,b,m=i(t),g=s(this),x=arguments.length,S=x>1?arguments[1]:void 0,w=void 0!==S;w&&(S=e(S,x>2?arguments[2]:void 0));var O=p(m),_=0;if(O&&!(this===v&&c(O)))for(n=g?new this:[],h=(d=l(m,O)).next;!(y=o(h,d)).done;_++)b=w?u(d,S,[y.value,_],!0):y.value,a(n,_,b);else for(r=f(m),n=g?new this(r):v(r);r>_;_++)b=w?S(m[_],_):m[_],a(n,_,b);return n.length=_,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,d=e("".slice),h=e("".replace),b=e([].join),m=c&&!o(function(){return 8!==y(function(){},"length",{value:8}).length}),g=String(String).split("String"),x=t.exports=function(t,r,n){"Symbol("===d(v(r),0,7)&&(r="["+h(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),m&&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(g,"string"==typeof r?r:"")),t};Function.prototype.toString=x(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),d=n(72543),h=n(13181),b=n(63458),m=n(99746),g=n(77298),x=n(63838),S=n(18316),w=n(93715),O=n(10393),_=n(9475),j=n(16719),A=n(23043),P=n(27714),E=n(66416),T=n(2975),I=n(99353),F=n(38043),C=n(18818),R=n(50617),M=n(20037),D=n(62017),N=n(28360),k=n(10845),L=n(34155),G=n(78027).forEach,W=I("hidden"),z="Symbol",B="prototype",U=L.set,Y=L.getterFor(z),$=Object[B],J=o.Symbol,X=J&&J[B],q=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($,r);e&&delete $[r],Q(t,r,n),e&&t!==$&&Q($,r,e)},tc=s&&a(function(){return 7!==m(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a})?tu:Q,ts=function(t,r){var n=tn[t]=m(X);return U(n,{type:z,tag:t,description:r}),s||(n.description=r),n},tf=function(t,r,n){t===$&&tf(te,r,n),v(t);var e=d(r);return(v(n),l(tn,e))?(n.enumerable?(l(t,W)&&t[W][e]&&(t[W][e]=!1),n=m(n,{enumerable:b(0,!1)})):(l(t,W)||Q(t,W,b(1,m(null))),t[W][e]=!0),tc(t,e,n)):Q(t,e,n)},ta=function(t,r){v(t);var n=y(r);return G(g(n).concat(ty(n)),function(r){(!s||i(tl,n,r))&&tf(t,r,n[r])}),t},tl=function(t){var r=d(t),n=i(tt,this,r);return(!(this===$&&l(tn,r))||!!l(te,r))&&(!(n||!l(this,r)||!l(tn,r)||l(this,W)&&this[W][r])||n)},tp=function(t,r){var n=y(t),e=d(r);if(!(n===$&&l(tn,e))||l(te,e)){var o=H(n,e);return o&&l(tn,e)&&!(l(n,W)&&n[W][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===$,n=Z(r?te:y(t)),e=[];return G(n,function(t){l(tn,t)&&(!r||l($,t))&&tr(e,tn[t])}),e};!f&&(P(X=(J=function(){if(p(X,this))throw new K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?h(arguments[0]):void 0,r=C(t),n=function(t){var e=void 0===this?o:this;e===$&&i(n,te,t),l(e,W)&&l(e[W],r)&&(e[W][r]=!1);var u=b(1,t);try{tc(e,r,u)}catch(t){if(null!=q&&"undefined"!=typeof Symbol&&q[Symbol.hasInstance]?!q[Symbol.hasInstance](t):!(t instanceof q))throw t;tu(e,r,u)}};return s&&ti&&tc($,r,{configurable:!0,set:n}),ts(r,t)})[B],"toString",function(){return Y(this).tag}),P(J,"withoutSetter",function(t){return ts(C(t),t)}),A.f=tl,_.f=tf,j.f=ta,O.f=tp,x.f=S.f=tv,w.f=ty,M.f=function(t){return ts(R(t),t)},s&&(E(X,"description",{configurable:!0,get:function(){return Y(this).description}}),c||P($,"propertyIsEnumerable",tl,{unsafe:!0}))),e({global:!0,constructor:!0,wrap:!0,forced:!f,sham:!f},{Symbol:J}),G(g(to),function(t){D(t)}),e({target:z,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?m(t):ta(m(t),r)},defineProperty:tf,defineProperties:ta,getOwnPropertyDescriptor:tp}),e({target:"Object",stat:!0,forced:!f},{getOwnPropertyNames:tv}),N(),k(J,z),F[W]=!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&&"undefined"!=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)&&"undefined"!=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(56895),p=n(56379),v=n(50617),y=n(1669),d=v("isConcatSpreadable"),h=y>=51||!o(function(){var t=[];return t[d]=!1,t.concat()[0]!==t}),b=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:!h||!p("concat")},{concat:function(t){var r,n,e,o,i,u=c(this),p=l(u,0),v=0;for(r=-1,e=arguments.length;e>r;r++)if(i=-1===r?u:arguments[r],b(i))for(f(v+(o=s(i))),n=0;o>n;n++,v++)n in i&&a(p,v,i[n]);else f(v+1),a(p,v++,i);return p.length=v,p}})},75058:function(t,r,n){"use strict";function e(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=function(t){return t&&t.Math===Math&&t};t.exports=o(("undefined"==typeof globalThis?"undefined":e(globalThis))=="object"&&globalThis)||o(("undefined"==typeof window?"undefined":e(window))=="object"&&window)||o(("undefined"==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(46738),i=n(82545),u=n(30995),c=n(23832),s=n(56895),f=o([].push),a=function(t){var r=1===t,n=2===t,o=3===t,a=4===t,l=6===t,p=7===t,v=5===t||l;return function(y,d,h,b){for(var m,g,x=u(y),S=i(x),w=c(S),O=e(d,h),_=0,j=b||s,A=r?j(y,w):n||p?j(y,0):void 0;w>_;_++)if((v||_ in S)&&(g=O(m=S[_],_,x),t))if(r)A[_]=g;else if(g)switch(t){case 3:return!0;case 5:return m;case 6:return _;case 2:f(A,m)}else switch(t){case 4:return!1;case 7:f(A,m)}return l?-1:o||a?a:A}};t.exports={forEach:a(0),map:a(1),filter:a(2),some:a(3),every:a(4),find:a(5),findIndex:a(6),filterReject:a(7)}},78144:function(t,r,n){"use strict";var e=n(14595);t.exports=function(t){return(void 0===t?"undefined":t&&"undefined"!=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&&"undefined"!=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=("undefined"==typeof Reflect?"undefined":(e=Reflect)&&"undefined"!=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")}},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}},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")},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"),d=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(e=o):d=!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:d}},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(){},d=function(t){return"<"+p+">"+t+"</"+p+">"},h=function(t){t.write(d("")),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(d("document.F=Object")),t.close(),t.F},m=function(){try{e=new ActiveXObject("htmlfile")}catch(t){}m="undefined"!=typeof document?document.domain&&e?h(e):b():h(e);for(var t=u.length;t--;)delete m[l][u[t]];return m()};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=m(),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){"undefined"!=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});
@@ -1,4 +1,23 @@
1
- (self["webpackChunkjodit"] = self["webpackChunkjodit"] || []).push([[415],{
1
+ /*!
2
+ * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
+ * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
+ * Version: v4.7.4
5
+ * Url: https://xdsoft.net/jodit/
6
+ * License(s): MIT
7
+ */
8
+
9
+ (function webpackUniversalModuleDefinition(root, factory) {
10
+ if(typeof exports === 'object' && typeof module === 'object')
11
+ module.exports = factory();
12
+ else if(typeof define === 'function' && define.amd)
13
+ define([], factory);
14
+ else {
15
+ var a = factory();
16
+ for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
17
+ }
18
+ })(self, function() {
19
+ return /******/ (function() { // webpackBootstrap
20
+ /******/ var __webpack_modules__ = ({
2
21
 
3
22
  /***/ 150:
4
23
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
@@ -2895,10 +2914,10 @@ var defineGlobalProperty = __webpack_require__(36759);
2895
2914
  var SHARED = '__core-js_shared__';
2896
2915
  var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
2897
2916
  (store.versions || (store.versions = [])).push({
2898
- version: '3.45.1',
2917
+ version: '3.46.0',
2899
2918
  mode: IS_PURE ? 'pure' : 'global',
2900
- copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
2901
- license: 'https://github.com/zloirock/core-js/blob/v3.45.1/LICENSE',
2919
+ copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)',
2920
+ license: 'https://github.com/zloirock/core-js/blob/v3.46.0/LICENSE',
2902
2921
  source: 'https://github.com/zloirock/core-js'
2903
2922
  });
2904
2923
 
@@ -5107,4 +5126,157 @@ module.exports = TO_STRING_TAG_SUPPORT ? ({}).toString : function toString() {
5107
5126
 
5108
5127
  /***/ })
5109
5128
 
5110
- }]);
5129
+ /******/ });
5130
+ /************************************************************************/
5131
+ /******/ // The module cache
5132
+ /******/ var __webpack_module_cache__ = {};
5133
+ /******/
5134
+ /******/ // The require function
5135
+ /******/ function __webpack_require__(moduleId) {
5136
+ /******/ // Check if module is in cache
5137
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
5138
+ /******/ if (cachedModule !== undefined) {
5139
+ /******/ return cachedModule.exports;
5140
+ /******/ }
5141
+ /******/ // Create a new module (and put it into the cache)
5142
+ /******/ var module = __webpack_module_cache__[moduleId] = {
5143
+ /******/ // no module.id needed
5144
+ /******/ // no module.loaded needed
5145
+ /******/ exports: {}
5146
+ /******/ };
5147
+ /******/
5148
+ /******/ // Execute the module function
5149
+ /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
5150
+ /******/
5151
+ /******/ // Return the exports of the module
5152
+ /******/ return module.exports;
5153
+ /******/ }
5154
+ /******/
5155
+ /************************************************************************/
5156
+ /******/ /* webpack/runtime/compat get default export */
5157
+ /******/ !function() {
5158
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
5159
+ /******/ __webpack_require__.n = function(module) {
5160
+ /******/ var getter = module && module.__esModule ?
5161
+ /******/ function() { return module['default']; } :
5162
+ /******/ function() { return module; };
5163
+ /******/ __webpack_require__.d(getter, { a: getter });
5164
+ /******/ return getter;
5165
+ /******/ };
5166
+ /******/ }();
5167
+ /******/
5168
+ /******/ /* webpack/runtime/define property getters */
5169
+ /******/ !function() {
5170
+ /******/ // define getter functions for harmony exports
5171
+ /******/ __webpack_require__.d = function(exports, definition) {
5172
+ /******/ for(var key in definition) {
5173
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
5174
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
5175
+ /******/ }
5176
+ /******/ }
5177
+ /******/ };
5178
+ /******/ }();
5179
+ /******/
5180
+ /******/ /* webpack/runtime/global */
5181
+ /******/ !function() {
5182
+ /******/ __webpack_require__.g = (function() {
5183
+ /******/ if (typeof globalThis === 'object') return globalThis;
5184
+ /******/ try {
5185
+ /******/ return this || new Function('return this')();
5186
+ /******/ } catch (e) {
5187
+ /******/ if (typeof window === 'object') return window;
5188
+ /******/ }
5189
+ /******/ })();
5190
+ /******/ }();
5191
+ /******/
5192
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
5193
+ /******/ !function() {
5194
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
5195
+ /******/ }();
5196
+ /******/
5197
+ /******/ /* webpack/runtime/make namespace object */
5198
+ /******/ !function() {
5199
+ /******/ // define __esModule on exports
5200
+ /******/ __webpack_require__.r = function(exports) {
5201
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
5202
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
5203
+ /******/ }
5204
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
5205
+ /******/ };
5206
+ /******/ }();
5207
+ /******/
5208
+ /************************************************************************/
5209
+ var __webpack_exports__ = {};
5210
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
5211
+ !function() {
5212
+ "use strict";
5213
+ __webpack_require__.r(__webpack_exports__);
5214
+ /* harmony import */ var classlist_polyfill__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50112);
5215
+ /* harmony import */ var classlist_polyfill__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classlist_polyfill__WEBPACK_IMPORTED_MODULE_0__);
5216
+ /* harmony import */ var es6_promise_auto__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10990);
5217
+ /* harmony import */ var es6_promise_auto__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(es6_promise_auto__WEBPACK_IMPORTED_MODULE_1__);
5218
+ /* harmony import */ var core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(57683);
5219
+ /* harmony import */ var core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2__);
5220
+ /* harmony import */ var core_js_es_array_find_index__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7796);
5221
+ /* harmony import */ var core_js_es_array_find_index__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_es_array_find_index__WEBPACK_IMPORTED_MODULE_3__);
5222
+ /* harmony import */ var core_js_es_array_from__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(43098);
5223
+ /* harmony import */ var core_js_es_array_from__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_es_array_from__WEBPACK_IMPORTED_MODULE_4__);
5224
+ /*!
5225
+ * Jodit Editor (https://xdsoft.net/jodit/)
5226
+ * Released under MIT see LICENSE.txt in the project root for license information.
5227
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5228
+ */
5229
+
5230
+
5231
+
5232
+
5233
+ // for ie11
5234
+ if (!Array.prototype.includes) {
5235
+ Array.prototype.includes = function(value) {
5236
+ return this.indexOf(value) > -1;
5237
+ };
5238
+ }
5239
+ // for ie11
5240
+ if (typeof Object.assign !== 'function') {
5241
+ // Must be writable: true, enumerable: false, configurable: true
5242
+ Object.defineProperty(Object, 'assign', {
5243
+ value: function assign(target, varArgs) {
5244
+ // .length of function is 2
5245
+ if (target == null) {
5246
+ throw new TypeError('Cannot convert undefined or null to object');
5247
+ }
5248
+ var to = Object(target);
5249
+ for(var index = 1; index < arguments.length; index++){
5250
+ // eslint-disable-next-line prefer-rest-params
5251
+ var nextSource = arguments[index];
5252
+ if (nextSource != null) {
5253
+ for(var nextKey in nextSource){
5254
+ // Avoid bugs when hasOwnProperty is shadowed
5255
+ if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) {
5256
+ to[nextKey] = nextSource[nextKey];
5257
+ }
5258
+ }
5259
+ }
5260
+ }
5261
+ return to;
5262
+ },
5263
+ writable: true,
5264
+ configurable: true
5265
+ });
5266
+ }
5267
+ if (!Array.prototype.find) {
5268
+ Array.prototype.find = function(value) {
5269
+ return this.indexOf(value) > -1 ? value : undefined;
5270
+ };
5271
+ }
5272
+ if (!String.prototype.endsWith) {
5273
+ String.prototype.endsWith = function(value) {
5274
+ return this[this.length - 1] === value;
5275
+ };
5276
+ }
5277
+
5278
+ }();
5279
+ /******/ return __webpack_exports__;
5280
+ /******/ })()
5281
+ ;
5282
+ });
@@ -0,0 +1,8 @@
1
+ /*!
2
+ * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
+ * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
+ * Version: v4.7.4
5
+ * Url: https://xdsoft.net/jodit/
6
+ * License(s): MIT
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=("undefined"==typeof document?"undefined":(r=document)&&"undefined"!=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}},15447:function(t,r,n){"use strict";var e=n(46738),o=n(40554),i=n(14595),u=n(66310),c=n(13181),s=e([].push);t.exports=function(t){if(i(t))return t;if(o(t)){for(var r=t.length,n=[],e=0;r>e;e++){var f=t[e];"string"==typeof f?s(n,f):("number"==typeof f||"Number"===u(f)||"String"===u(f))&&s(n,c(f))}var a=n.length,l=!0;return function(t,r){if(l)return l=!1,r;if(o(this))return r;for(var e=0;a>e;e++)if(n[e]===t)return 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}},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=("undefined"==typeof window?"undefined":(e=window)&&"undefined"!=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),d=n(84543),h=n(96371),b=u.PROPER,m=u.CONFIGURABLE,g=h.IteratorPrototype,x=h.BUGGY_SAFARI_ITERATORS,S=y("iterator"),w="keys",O="values",_="entries",j=function(){return this};t.exports=function(t,r,n,u,y,h,A){s(n,r,u);var P,E,T,I=function(t){if(t===y&&D)return D;if(!x&&t&&t in R)return R[t];switch(t){case w:case O:case _:return function(){return new n(this,t)}}return function(){return new n(this)}},F=r+" Iterator",C=!1,R=t.prototype,M=R[S]||R["@@iterator"]||y&&R[y],D=!x&&M||I(y),N="Array"===r&&R.entries||M;if(N&&(P=f(N.call(new t)))!==Object.prototype&&P.next&&(!i&&f(P)!==g&&(a?a(P,g):c(P[S])||v(P,S,j)),l(P,F,!0,!0),i&&(d[F]=j)),b&&y===O&&M&&M.name!==O&&(!i&&m?p(R,"name",O):(C=!0,D=function(){return o(M,this)})),y)if(E={values:I(O),keys:h?D:I(w),entries:I(_)},A)for(T in E)!x&&!C&&T in R||v(R,T,E[T]);else e({target:r,proto:!0,forced:x||C},E);return(!i||A)&&R[S]!==D&&v(R,S,D,{name:y}),d[r]=D,E}},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 d={},h=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&&(d[r]=!0),r};p(h,v),h.prototype=y,y.constructor=h;var b="Symbol(description detection)"===String(v("description detection")),m=u(y.valueOf),g=u(y.toString),x=/^Symbol\((.*)\)[^)]+$/,S=u("".replace),w=u("".slice);l(y,"description",{configurable:!0,get:function(){var t=m(this);if(c(d,t))return"";var r=g(t),n=b?w(r,7,-1):S(r,x,"$1");return""===n?void 0:n}}),e({global:!0,constructor:!0,forced:!0},{Symbol:h})}},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(14595),a=n(71975),l=n(13450),p=n(15447),v=n(74693),y=String,d=o("JSON","stringify"),h=c(/./.exec),b=c("".charAt),m=c("".charCodeAt),g=c("".replace),x=c(1.1.toString),S=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,O=/^[\uDC00-\uDFFF]$/,_=!v||s(function(){var t=o("Symbol")("stringify detection");return"[null]"!==d([t])||"{}"!==d({a:t})||"{}"!==d(Object(t))}),j=s(function(){return'"\udf06\ud834"'!==d("\uDF06\uD834")||'"\udead"'!==d("\uDEAD")}),A=function(t,r){var n=l(arguments),e=p(r);if(!(!f(e)&&(void 0===t||a(t))))return n[1]=function(t,r){if(f(e)&&(r=u(e,this,y(t),r)),!a(r))return r},i(d,null,n)},P=function(t,r,n){var e=b(n,r-1),o=b(n,r+1);return h(w,t)&&!h(O,o)||h(O,t)&&!h(w,e)?"\\u"+x(m(t,0),16):t};d&&e({target:"JSON",stat:!0,arity:3,forced:_||j},{stringify:function(t,r,n){var e=l(arguments),o=i(_?A:d,null,e);return j&&"string"==typeof o?g(o,S,P):o}})},24877:function(t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},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&&"undefined"!=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&&"undefined"!=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){m[s]=t,m[s+1]=r,2===(s+=2)&&(a?a(g):x())},p="undefined"!=typeof window?window:void 0,v=p||{},y=v.MutationObserver||v.WebKitMutationObserver,d="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"===({}).toString.call(process),h="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function b(){var t=setTimeout;return function(){return t(g,1)}}var m=Array(1e3);function g(){for(var t=0;s>t;t+=2)(0,m[t])(m[t+1]),m[t]=void 0,m[t+1]=void 0;s=0}var x=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 w(t){if(t&&(void 0===t?"undefined":i(t))==="object"&&t.constructor===this)return t;var r=new this(_);return P(r,t),r}d?x=function(){return process.nextTick(g)}:y?(r=0,e=new y(g),o=document.createTextNode(""),e.observe(o,{characterData:!0}),x=function(){o.data=r=++r%2}):h?((u=new MessageChannel).port1.onmessage=g,x=function(){return u.port2.postMessage(0)}):x=void 0===p?function(){try{var t=Function("return this")().require("vertx");return f=t.runOnLoop||t.runOnContext,void 0!==f?function(){f(g)}: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===w?1===n._state?T(r,n._result):2===n._state?I(r,n._result):F(n,void 0,function(t){return P(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?P(t,e):T(t,e))},function(n){r||(r=!0,I(t,n))},"Settle: "+(t._label||" unknown promise"));!r&&o&&(r=!0,I(t,o))},r):T(r,n)}function P(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 E(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(E,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?P(n,u):!1===s?I(n,c):1===r?T(n,u):2===r&&I(n,u))}var M=0;function D(t){t[O]=M++,t._state=void 0,t._result=void 0,t._subscribers=[]}var N=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===w){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]=M++,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&&"undefined"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](this):this instanceof r)?function(t,r){try{r(function(r){P(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 N(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=w,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("undefined"!=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",d=c.TypeError,h=c.WeakMap;if(u||l.state){var b=l.state||(l.state=new h);b.get=b.get,b.has=b.has,b.set=b.set,e=function(t,r){if(b.has(t))throw new d(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 m=p("state");v[m]=!0,e=function(t,r){if(a(t,m))throw new d(y);return r.facade=t,f(t,m,r),r},o=function(t){return a(t,m)?t[m]:{}},i=function(t){return a(t,m)}}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 d("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)&&"undefined"!=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}},d=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}};d.sham=!0,t.exports=!a||o(function(){var t;return y(y.call)||!y(Object)||!y(function(){t=!0})||t})?d: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.46.0",mode:e?"pure":"global",copyright:"\xa9 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)",license:"https://github.com/zloirock/core-js/blob/v3.46.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&&"undefined"!=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,d=t.target,h=t.global,b=t.stat;if(n=h?o:b?o[d]||s(d,{}):o[d]&&o[d].prototype)for(l in r){if(v=r[l],p=t.dontCallGetSet?(y=i(n,l))&&y.value:n[l],!a(h?l:d+(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(3279),p=n(72929),v=Array;t.exports=function(t){var r,n,y,d,h,b,m=i(t),g=s(this),x=arguments.length,S=x>1?arguments[1]:void 0,w=void 0!==S;w&&(S=e(S,x>2?arguments[2]:void 0));var O=p(m),_=0;if(O&&!(this===v&&c(O)))for(n=g?new this:[],h=(d=l(m,O)).next;!(y=o(h,d)).done;_++)b=w?u(d,S,[y.value,_],!0):y.value,a(n,_,b);else for(r=f(m),n=g?new this(r):v(r);r>_;_++)b=w?S(m[_],_):m[_],a(n,_,b);return n.length=_,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,d=e("".slice),h=e("".replace),b=e([].join),m=c&&!o(function(){return 8!==y(function(){},"length",{value:8}).length}),g=String(String).split("String"),x=t.exports=function(t,r,n){"Symbol("===d(v(r),0,7)&&(r="["+h(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),m&&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(g,"string"==typeof r?r:"")),t};Function.prototype.toString=x(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),d=n(72543),h=n(13181),b=n(63458),m=n(99746),g=n(77298),x=n(63838),S=n(18316),w=n(93715),O=n(10393),_=n(9475),j=n(16719),A=n(23043),P=n(27714),E=n(66416),T=n(2975),I=n(99353),F=n(38043),C=n(18818),R=n(50617),M=n(20037),D=n(62017),N=n(28360),k=n(10845),L=n(34155),G=n(78027).forEach,W=I("hidden"),z="Symbol",B="prototype",U=L.set,Y=L.getterFor(z),$=Object[B],J=o.Symbol,X=J&&J[B],q=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($,r);e&&delete $[r],Q(t,r,n),e&&t!==$&&Q($,r,e)},tc=s&&a(function(){return 7!==m(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a})?tu:Q,ts=function(t,r){var n=tn[t]=m(X);return U(n,{type:z,tag:t,description:r}),s||(n.description=r),n},tf=function(t,r,n){t===$&&tf(te,r,n),v(t);var e=d(r);return(v(n),l(tn,e))?(n.enumerable?(l(t,W)&&t[W][e]&&(t[W][e]=!1),n=m(n,{enumerable:b(0,!1)})):(l(t,W)||Q(t,W,b(1,m(null))),t[W][e]=!0),tc(t,e,n)):Q(t,e,n)},ta=function(t,r){v(t);var n=y(r);return G(g(n).concat(ty(n)),function(r){(!s||i(tl,n,r))&&tf(t,r,n[r])}),t},tl=function(t){var r=d(t),n=i(tt,this,r);return(!(this===$&&l(tn,r))||!!l(te,r))&&(!(n||!l(this,r)||!l(tn,r)||l(this,W)&&this[W][r])||n)},tp=function(t,r){var n=y(t),e=d(r);if(!(n===$&&l(tn,e))||l(te,e)){var o=H(n,e);return o&&l(tn,e)&&!(l(n,W)&&n[W][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===$,n=Z(r?te:y(t)),e=[];return G(n,function(t){l(tn,t)&&(!r||l($,t))&&tr(e,tn[t])}),e};!f&&(P(X=(J=function(){if(p(X,this))throw new K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?h(arguments[0]):void 0,r=C(t),n=function(t){var e=void 0===this?o:this;e===$&&i(n,te,t),l(e,W)&&l(e[W],r)&&(e[W][r]=!1);var u=b(1,t);try{tc(e,r,u)}catch(t){if(null!=q&&"undefined"!=typeof Symbol&&q[Symbol.hasInstance]?!q[Symbol.hasInstance](t):!(t instanceof q))throw t;tu(e,r,u)}};return s&&ti&&tc($,r,{configurable:!0,set:n}),ts(r,t)})[B],"toString",function(){return Y(this).tag}),P(J,"withoutSetter",function(t){return ts(C(t),t)}),A.f=tl,_.f=tf,j.f=ta,O.f=tp,x.f=S.f=tv,w.f=ty,M.f=function(t){return ts(R(t),t)},s&&(E(X,"description",{configurable:!0,get:function(){return Y(this).description}}),c||P($,"propertyIsEnumerable",tl,{unsafe:!0}))),e({global:!0,constructor:!0,wrap:!0,forced:!f,sham:!f},{Symbol:J}),G(g(to),function(t){D(t)}),e({target:z,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?m(t):ta(m(t),r)},defineProperty:tf,defineProperties:ta,getOwnPropertyDescriptor:tp}),e({target:"Object",stat:!0,forced:!f},{getOwnPropertyNames:tv}),N(),k(J,z),F[W]=!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&&"undefined"!=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)&&"undefined"!=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(56895),p=n(56379),v=n(50617),y=n(1669),d=v("isConcatSpreadable"),h=y>=51||!o(function(){var t=[];return t[d]=!1,t.concat()[0]!==t}),b=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:!h||!p("concat")},{concat:function(t){var r,n,e,o,i,u=c(this),p=l(u,0),v=0;for(r=-1,e=arguments.length;e>r;r++)if(i=-1===r?u:arguments[r],b(i))for(f(v+(o=s(i))),n=0;o>n;n++,v++)n in i&&a(p,v,i[n]);else f(v+1),a(p,v++,i);return p.length=v,p}})},75058:function(t,r,n){"use strict";function e(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=function(t){return t&&t.Math===Math&&t};t.exports=o(("undefined"==typeof globalThis?"undefined":e(globalThis))=="object"&&globalThis)||o(("undefined"==typeof window?"undefined":e(window))=="object"&&window)||o(("undefined"==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(46738),i=n(82545),u=n(30995),c=n(23832),s=n(56895),f=o([].push),a=function(t){var r=1===t,n=2===t,o=3===t,a=4===t,l=6===t,p=7===t,v=5===t||l;return function(y,d,h,b){for(var m,g,x=u(y),S=i(x),w=c(S),O=e(d,h),_=0,j=b||s,A=r?j(y,w):n||p?j(y,0):void 0;w>_;_++)if((v||_ in S)&&(g=O(m=S[_],_,x),t))if(r)A[_]=g;else if(g)switch(t){case 3:return!0;case 5:return m;case 6:return _;case 2:f(A,m)}else switch(t){case 4:return!1;case 7:f(A,m)}return l?-1:o||a?a:A}};t.exports={forEach:a(0),map:a(1),filter:a(2),some:a(3),every:a(4),find:a(5),findIndex:a(6),filterReject:a(7)}},78144:function(t,r,n){"use strict";var e=n(14595);t.exports=function(t){return(void 0===t?"undefined":t&&"undefined"!=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&&"undefined"!=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=("undefined"==typeof Reflect?"undefined":(e=Reflect)&&"undefined"!=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")}},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}},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")},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"),d=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(e=o):d=!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:d}},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(){},d=function(t){return"<"+p+">"+t+"</"+p+">"},h=function(t){t.write(d("")),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(d("document.F=Object")),t.close(),t.F},m=function(){try{e=new ActiveXObject("htmlfile")}catch(t){}m="undefined"!=typeof document?document.domain&&e?h(e):b():h(e);for(var t=u.length;t--;)delete m[l][u[t]];return m()};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=m(),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){"undefined"!=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.js CHANGED
@@ -18,6 +18,7 @@
18
18
  */
19
19
  import * as consts from "./core/constants.js";
20
20
  import { globalDocument, globalWindow, INSERT_AS_HTML } from "./core/constants.js";
21
+ let ConfigPrototype = {};
21
22
  /**
22
23
  * Default Editor's Configuration
23
24
  */
@@ -888,6 +889,7 @@ class Config {
888
889
  * shows a INPUT[type=color] to open the browser color picker, on the right bottom of widget color picker
889
890
  */
890
891
  this.showBrowserColorPicker = true;
892
+ Object.assign(this, ConfigPrototype);
891
893
  }
892
894
  static get defaultOptions() {
893
895
  if (!Config.__defaultOptions) {
@@ -896,5 +898,6 @@ class Config {
896
898
  return Config.__defaultOptions;
897
899
  }
898
900
  }
901
+ ConfigPrototype = Config.prototype;
899
902
  Config.prototype.controls = {};
900
903
  export { Config };
@@ -3,7 +3,7 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- export const APP_VERSION = "4.6.19";
6
+ export const APP_VERSION = "4.7.4";
7
7
  // prettier-ignore
8
8
  export const ES = "es2020";
9
9
  export const IS_ES_MODERN = true;
@@ -14,6 +14,10 @@ class AssertionError extends Error {
14
14
  }
15
15
  /** Asserts that condition is truthy (or evaluates to true). */
16
16
  function assert(condition, message) {
17
+ if (true) {
18
+ // @ts-ignore
19
+ // return;
20
+ }
17
21
  if (!condition) {
18
22
  throw new AssertionError(`Assertion failed: ${message}`);
19
23
  }
@@ -11,6 +11,7 @@ import { UIElement } from "../../../element";
11
11
  export declare class UIInput extends UIElement implements IUIInput {
12
12
  /** @override */
13
13
  className(): string;
14
+ /** @override */
14
15
  nativeInput: IUIInput['nativeInput'];
15
16
  private label;
16
17
  private icon;