@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240521.0 → 0.0.0-nightly-20240523.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x258437=_0x5e38;(function(_0x1307eb,_0x442e3d){const _0x1a777a=_0x5e38,_0x434d93=_0x1307eb();while(!![]){try{const _0x516029=-parseInt(_0x1a777a(0x156))/0x1*(-parseInt(_0x1a777a(0x11e))/0x2)+parseInt(_0x1a777a(0x146))/0x3*(parseInt(_0x1a777a(0x112))/0x4)+parseInt(_0x1a777a(0x131))/0x5*(-parseInt(_0x1a777a(0x138))/0x6)+-parseInt(_0x1a777a(0x133))/0x7*(-parseInt(_0x1a777a(0x123))/0x8)+parseInt(_0x1a777a(0x155))/0x9+parseInt(_0x1a777a(0x101))/0xa+parseInt(_0x1a777a(0x14a))/0xb*(-parseInt(_0x1a777a(0x10d))/0xc);if(_0x516029===_0x442e3d)break;else _0x434d93['push'](_0x434d93['shift']());}catch(_0x164c41){_0x434d93['push'](_0x434d93['shift']());}}}(_0x45ea,0x28180));import{Plugin as _0x319402}from'ckeditor5/src/core.js';import{getTranslation as _0x46ec75}from'../utils/common-translations.js';function _0x5e38(_0x12d0c7,_0x19182c){const _0x45ea4c=_0x45ea();return _0x5e38=function(_0x5e3895,_0x56e378){_0x5e3895=_0x5e3895-0xff;let _0x24ba48=_0x45ea4c[_0x5e3895];return _0x24ba48;},_0x5e38(_0x12d0c7,_0x19182c);}export default class ut extends _0x319402{[_0x258437(0x124)](){const _0x30eb58=_0x258437,_0x34d500=this[_0x30eb58(0x147)],_0x54a118=_0x34d500[_0x30eb58(0x14b)];if(!_0x34d500[_0x30eb58(0xff)][_0x30eb58(0x134)](_0x30eb58(0x10c)))return;const _0x15adba=_0x34d500[_0x30eb58(0xff)][_0x30eb58(0x111)](_0x30eb58(0x149)),_0x1e92e5=_0x34d500[_0x30eb58(0xff)][_0x30eb58(0x134)](_0x30eb58(0x100));function _0x5b7a46(_0x40d2bb){return()=>{const _0x55a25a=_0x5e38,_0x1a478d=_0x34d500[_0x55a25a(0x12c)][_0x55a25a(0x135)][_0x55a25a(0x127)],_0x56a927=_0x34d500[_0x55a25a(0x12f)][_0x55a25a(0x111)](_0x40d2bb);if(_0x56a927[_0x55a25a(0x10f)])return void _0x34d500[_0x55a25a(0x12e)](_0x55a25a(0x10a),{});const _0x4767f4=_0x40d2bb[_0x55a25a(0x10b)](0x0,-0x4),_0x52ec22=function(_0xd919b5,_0x20a04a,_0xcb0a72){const _0x125c31=_0x55a25a;let _0x52f861=Array[_0x125c31(0x114)](_0xd919b5)[_0x125c31(0x110)](_0x54e9e7=>function(_0x212af7,_0x54712a){const _0x337fdd=_0x125c31;return _0x54712a[_0x337fdd(0x125)](_0x212af7[_0x337fdd(0x141)],_0x337fdd(0x148))&&!_0x54712a[_0x337fdd(0x143)](_0x212af7);}(_0x54e9e7,_0xcb0a72));_0x52f861=_0x52f861[_0x125c31(0x110)](_0x2db272=>!_0x2db272['is'](_0x125c31(0x140),_0x125c31(0x148))||_0x2db272[_0x125c31(0x13a)](_0x125c31(0x144))!=_0x20a04a);const _0x236c93=new Set();for(const _0x36d3e7 of _0x52f861)_0x36d3e7['is'](_0x125c31(0x140),_0x125c31(0x148))?_0x236c93[_0x125c31(0x116)](me(_0x36d3e7)):_0x236c93[_0x125c31(0x116)](_0x36d3e7);return Array[_0x125c31(0x114)](_0x236c93);}(_0x1a478d[_0x55a25a(0x12b)](),_0x4767f4,_0x34d500[_0x55a25a(0x12c)][_0x55a25a(0x153)]);_0x34d500[_0x55a25a(0x12c)][_0x55a25a(0x11f)](()=>{const _0x59e193=_0x55a25a;for(const _0x1cd544 of _0x52ec22)_0x15adba[_0x59e193(0x109)](_0x1cd544,{'commandName':_0x40d2bb,'commandParams':[{'forceValue':!_0x56a927[_0x59e193(0x10f)]}],'formatGroupId':_0x59e193(0x11a)},fe(_0x1cd544));});};}function _0x3dd850(_0x32e578){return()=>{const _0x574e54=_0x5e38,_0x1c4144=function(_0x5f1c50){const _0x1e4f34=_0x5e38;let _0x38a294=Array[_0x1e4f34(0x114)](_0x5f1c50);const _0x4704ae=_0x38a294[_0x1e4f34(0x13e)](_0x21bd77=>_0x1e4f34(0x148)!=_0x21bd77[_0x1e4f34(0x142)]);return _0x4704ae>-0x1&&(_0x38a294=_0x38a294[_0x1e4f34(0x10b)](0x0,_0x4704ae)),_0x38a294;}(_0x34d500[_0x574e54(0x12c)][_0x574e54(0x135)][_0x574e54(0x127)][_0x574e54(0x12b)]()),_0x5bf7dd=_0x34d500[_0x574e54(0x12c)][_0x574e54(0x113)](_0x34d500[_0x574e54(0x12c)][_0x574e54(0x145)](_0x1c4144[0x0],_0x574e54(0x150)),_0x34d500[_0x574e54(0x12c)][_0x574e54(0x145)](_0x1c4144[_0x1c4144[_0x574e54(0x130)]-0x1],_0x574e54(0x14c)));_0x34d500[_0x574e54(0x12c)][_0x574e54(0x11f)](()=>{const _0x1f7469=_0x574e54;_0x15adba[_0x1f7469(0x109)](_0x5bf7dd,{'commandName':_0x32e578,'commandParams':[],'formatGroupId':_0x1f7469(0x12d)},function(_0x4bf01a){const _0x59de7a=_0x1f7469,_0x48f1cd=new Set();for(const _0x195768 of _0x4bf01a){let _0x1040f4=_0x195768[_0x59de7a(0x105)];for(;_0x1040f4&&_0x1040f4[_0x59de7a(0x13a)](_0x59de7a(0x12d))>_0x195768[_0x59de7a(0x13a)](_0x59de7a(0x12d));)_0x48f1cd[_0x59de7a(0x116)](_0x1040f4),_0x1040f4=_0x1040f4[_0x59de7a(0x105)];}return Array[_0x59de7a(0x114)](_0x48f1cd);}(_0x1c4144));});};}_0x15adba[_0x30eb58(0x120)](_0x30eb58(0x14d),_0x5b7a46(_0x30eb58(0x14d))),_0x15adba[_0x30eb58(0x120)](_0x30eb58(0x10e),_0x5b7a46(_0x30eb58(0x10e))),_0x1e92e5&&_0x15adba[_0x30eb58(0x120)](_0x30eb58(0x126),_0x5b7a46(_0x30eb58(0x126))),_0x15adba[_0x30eb58(0x120)](_0x30eb58(0x121),_0x3dd850(_0x30eb58(0x121))),_0x15adba[_0x30eb58(0x120)](_0x30eb58(0x107),_0x3dd850(_0x30eb58(0x107))),_0x1e92e5&&_0x15adba[_0x30eb58(0x120)](_0x30eb58(0x102),()=>{const _0x8577eb=_0x30eb58,_0x1c0bf3=_0x34d500[_0x8577eb(0x12f)][_0x8577eb(0x111)](_0x8577eb(0x102)),_0x572a9c=Array[_0x8577eb(0x114)](_0x1c0bf3[_0x8577eb(0x13f)]);_0x572a9c[_0x8577eb(0x110)](_0x4d7f75=>_0x4d7f75[_0x8577eb(0x13a)](_0x8577eb(0x13b))!=_0x1c0bf3[_0x8577eb(0x10f)]),_0x34d500[_0x8577eb(0x12c)][_0x8577eb(0x11f)](()=>{const _0x5ca4cf=_0x8577eb;for(const _0x58e4dc of _0x572a9c)_0x15adba[_0x5ca4cf(0x109)](_0x58e4dc,{'commandName':_0x5ca4cf(0x102),'commandParams':[{'forceValue':!_0x1c0bf3[_0x5ca4cf(0x10f)]}]});});}),_0x15adba[_0x30eb58(0x137)][_0x30eb58(0x115)](_0x30eb58(0x148),_0x2ff859=>_0x46ec75(_0x54a118,_0x30eb58(0x119),_0x2ff859)),_0x15adba[_0x30eb58(0x137)][_0x30eb58(0x129)](_0xda6ec1=>{const _0x25b6a4=_0x30eb58;if(_0x25b6a4(0x154)!=_0xda6ec1[_0x25b6a4(0x11c)]&&_0x25b6a4(0x139)!=_0xda6ec1[_0x25b6a4(0x11c)])return;const {data:_0x3f8b1c}=_0xda6ec1;if(_0x3f8b1c){if(_0x25b6a4(0x14d)==_0x3f8b1c[_0x25b6a4(0x106)]||_0x25b6a4(0x10e)==_0x3f8b1c[_0x25b6a4(0x106)]||_0x25b6a4(0x126)==_0x3f8b1c[_0x25b6a4(0x106)])switch(_0x3f8b1c[_0x25b6a4(0x106)][_0x25b6a4(0x122)](_0x25b6a4(0x151),'')){case _0x25b6a4(0x132):return _0x2595fd(_0x46ec75(_0x54a118,_0x25b6a4(0x118)));case _0x25b6a4(0x14f):return _0x2595fd(_0x46ec75(_0x54a118,_0x25b6a4(0x108)));case _0x25b6a4(0x104):return _0x2595fd(_0x46ec75(_0x54a118,_0x25b6a4(0x13c)));}if(_0x25b6a4(0x121)==_0x3f8b1c[_0x25b6a4(0x106)])return{'type':_0x25b6a4(0x11b),'content':_0x46ec75(_0x54a118,_0x25b6a4(0x12a),_0x46ec75(_0x54a118,_0x25b6a4(0x119)))};if(_0x25b6a4(0x107)==_0x3f8b1c[_0x25b6a4(0x106)])return{'type':_0x25b6a4(0x11b),'content':_0x46ec75(_0x54a118,_0x25b6a4(0x13d),_0x46ec75(_0x54a118,_0x25b6a4(0x119)))};if(_0x25b6a4(0x102)==_0x3f8b1c[_0x25b6a4(0x106)])return _0x3f8b1c[_0x25b6a4(0x136)][0x0][_0x25b6a4(0x152)]?{'type':_0x25b6a4(0x11b),'content':_0x46ec75(_0x54a118,_0x25b6a4(0x14e))}:{'type':_0x25b6a4(0x11b),'content':_0x46ec75(_0x54a118,_0x25b6a4(0x128))};}function _0x2595fd(_0x49d527){const _0xf1337e=_0x25b6a4;return{'type':_0xf1337e(0x11b),'content':_0x46ec75(_0x54a118,_0xf1337e(0x103),_0x49d527)};}});}}function _0x45ea(){const _0x5b82cb=['indentList','replace','8ofUFUz','afterInit','checkChild','todoList','selection','*Uncheck\x20item*','registerDescriptionCallback','*Indent:*\x20%0','getSelectedBlocks','model','listIndent','execute','commands','length','1310510uGAtRO','bulleted','430073uxAwyL','has','document','commandParams','descriptionFactory','6pWfdPw','formatInline','getAttribute','todoListChecked','ELEMENT_TODO_LIST','*Outdent:*\x20%0','findIndex','_selectedElements','element','parent','name','isObject','listType','createPositionAt','59871DiegHv','editor','listItem','TrackChangesEditing','11sAuSFH','locale','end','numberedList','*Check\x20item*','numbered','before','List','forceValue','schema','formatBlock','153189jPmzoU','7073dSaWrH','plugins','LegacyTodoListEditing','2154950HZzqVz','checkTodoList','*Change\x20to:*\x20%0','todo','nextSibling','commandName','outdentList','ELEMENT_NUMBERED_LIST','markBlockFormat','paragraph','slice','LegacyListEditing','1282188inmhgb','bulletedList','value','filter','get','4qdSCAY','createRange','from','registerElementLabel','add','previousSibling','ELEMENT_BULLETED_LIST','ELEMENT_LIST_ITEM','blockName','format','type','push','62swCvvx','change','enableCommand'];_0x45ea=function(){return _0x5b82cb;};return _0x45ea();}function me(_0x406202){const _0x429192=_0x258437,_0x2cd97c=_0x406202[_0x429192(0x13a)](_0x429192(0x12d));if(0x0==_0x2cd97c)return _0x406202;let _0x499b64=_0x406202;for(;_0x406202[_0x429192(0x117)]&&_0x406202[_0x429192(0x117)]['is'](_0x429192(0x140),_0x429192(0x148));){const _0x43ddb5=_0x406202[_0x429192(0x117)][_0x429192(0x13a)](_0x429192(0x12d));if(_0x43ddb5==_0x2cd97c)_0x499b64=_0x406202[_0x429192(0x117)];else{if(_0x43ddb5<_0x2cd97c)break;}_0x406202=_0x406202[_0x429192(0x117)];}return _0x499b64;}function fe(_0x37104a){const _0x3baed7=_0x258437,_0x5a2f5c=[];if(_0x37104a['is'](_0x3baed7(0x140),_0x3baed7(0x148))&&_0x37104a[_0x3baed7(0x13a)](_0x3baed7(0x12d))>0x0){let _0x3739da=_0x37104a[_0x3baed7(0x105)];for(;_0x3739da&&_0x3baed7(0x148)==_0x3739da[_0x3baed7(0x142)]&&_0x3739da[_0x3baed7(0x13a)](_0x3baed7(0x12d))==_0x37104a[_0x3baed7(0x13a)](_0x3baed7(0x12d));)_0x5a2f5c[_0x3baed7(0x11d)](_0x3739da),_0x3739da=_0x3739da[_0x3baed7(0x105)];}return _0x5a2f5c;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x7a21b7=_0x2164;(function(_0x4b89d2,_0x5d1a64){const _0x3e52c3=_0x2164,_0x1ddb7b=_0x4b89d2();while(!![]){try{const _0x180f8a=parseInt(_0x3e52c3(0x11a))/0x1*(parseInt(_0x3e52c3(0xf8))/0x2)+-parseInt(_0x3e52c3(0xe9))/0x3*(-parseInt(_0x3e52c3(0x123))/0x4)+-parseInt(_0x3e52c3(0x114))/0x5+-parseInt(_0x3e52c3(0x10f))/0x6*(-parseInt(_0x3e52c3(0xed))/0x7)+-parseInt(_0x3e52c3(0xfe))/0x8*(parseInt(_0x3e52c3(0x136))/0x9)+-parseInt(_0x3e52c3(0x12b))/0xa*(-parseInt(_0x3e52c3(0x132))/0xb)+-parseInt(_0x3e52c3(0x11d))/0xc;if(_0x180f8a===_0x5d1a64)break;else _0x1ddb7b['push'](_0x1ddb7b['shift']());}catch(_0x112ea4){_0x1ddb7b['push'](_0x1ddb7b['shift']());}}}(_0x2e73,0x1e85a));function _0x2e73(){const _0x1de1d8=['default','type','has','153775vCJXFZ','reversed','list.properties','_getSuggestionBlocksForListStyle','descriptionFactory','getLastPosition','216737HfqvGy','listReversed','format','2936772MBfPFt','markMultiRangeBlockFormat','map','replace','unshift','flat','47232WCDfXm','parent','bind','forward','get','plugins','ELEMENT_','formatBlock','14560zPtVWZ','*Format:*\x20set\x20order\x20to\x20regular','_getSuggestionBlocks','LegacyListPropertiesEditing','listStyle','handleListStartCommand','numbered','1606CjBSwM','startIndex','getAttribute','push','403227UItrdI','selection','toUpperCase','formatInline','afterInit','getSiblingNodes','12BvKYZa','from','length','change','56CcuZYQ','backward','*Format:*\x20set\x20start\x20index\x20to\x20%0','_LIST_','styles','filter','*Format:*\x20set\x20order\x20to\x20reversed','listItem','locale','document','editor','2uJWREy','listStart','getListTypeFromListStyleType','createRange','LegacyListUtils','model','24QeLWRD','handleListStyleCommand','listType','registerDescriptionCallback','handleDescriptions','element','*Change\x20to:*\x20%0','getFirstPosition','before','createPositionAt','TrackChangesEditing','enableCommand','_getTranslationKeyForListStyle','handleListReversedCommand','commandParams','config','commandName','43776EIXlFJ','getSelectedBlocks'];_0x2e73=function(){return _0x1de1d8;};return _0x2e73();}function _0x2164(_0x4c9526,_0xe2f9d8){const _0x2e73ed=_0x2e73();return _0x2164=function(_0x216403,_0x297d99){_0x216403=_0x216403-0xe6;let _0x3713f1=_0x2e73ed[_0x216403];return _0x3713f1;},_0x2164(_0x4c9526,_0xe2f9d8);}import{Plugin as _0x2c4a3c}from'ckeditor5/src/core.js';import{getTranslation as _0x9a1b18}from'../utils/common-translations.js';export default class K extends _0x2c4a3c{[_0x7a21b7(0xe7)](){const _0xe34dff=_0x7a21b7;if(!this[_0xe34dff(0xf7)][_0xe34dff(0x128)][_0xe34dff(0x113)](_0xe34dff(0x12e)))return;const _0x5387d1=this[_0xe34dff(0xf7)][_0xe34dff(0x10d)][_0xe34dff(0x127)](_0xe34dff(0x116)),_0x23ca19=this[_0xe34dff(0xf7)][_0xe34dff(0x128)][_0xe34dff(0x127)](_0xe34dff(0x108));_0x5387d1[_0xe34dff(0xf1)]&&_0x23ca19[_0xe34dff(0x109)](_0xe34dff(0x12f),this[_0xe34dff(0xff)][_0xe34dff(0x125)](this)),_0x5387d1[_0xe34dff(0x115)]&&_0x23ca19[_0xe34dff(0x109)](_0xe34dff(0x11b),this[_0xe34dff(0x10b)][_0xe34dff(0x125)](this)),_0x5387d1[_0xe34dff(0x133)]&&_0x23ca19[_0xe34dff(0x109)](_0xe34dff(0xf9),this[_0xe34dff(0x130)][_0xe34dff(0x125)](this)),_0x23ca19[_0xe34dff(0x118)][_0xe34dff(0x101)](this[_0xe34dff(0x102)][_0xe34dff(0x125)](this));}[_0x7a21b7(0xff)](_0x52e80a,_0x48b3a6={}){const _0x7e20f9=_0x7a21b7,_0x4f77e5=this[_0x7e20f9(0xf7)][_0x7e20f9(0x128)][_0x7e20f9(0x127)](_0x7e20f9(0x108)),_0x27b82a=this[_0x7e20f9(0x117)]();this[_0x7e20f9(0xf7)][_0x7e20f9(0xfd)][_0x7e20f9(0xec)](()=>{const _0x2029ee=_0x7e20f9;_0x4f77e5[_0x2029ee(0x11e)](_0x27b82a,{'commandName':_0x2029ee(0x12f),'commandParams':[{'type':_0x48b3a6[_0x2029ee(0x112)]}],'formatGroupId':_0x2029ee(0x12f)});});}[_0x7a21b7(0x10b)](_0xffaf87,_0x2a9aee={}){const _0x4fe9ed=_0x7a21b7,_0x42cef5=this[_0x4fe9ed(0xf7)][_0x4fe9ed(0x128)][_0x4fe9ed(0x127)](_0x4fe9ed(0x108)),_0x4d9d27=this[_0x4fe9ed(0x12d)](_0x4096f4=>_0x4096f4['is'](_0x4fe9ed(0x103),_0x4fe9ed(0xf4))&&_0x4fe9ed(0x131)===_0x4096f4[_0x4fe9ed(0x134)](_0x4fe9ed(0x100)));if(_0x4d9d27[_0x4fe9ed(0xeb)]<0x1)return;const _0x155522=_0x4d9d27[_0x4fe9ed(0x11f)](_0xa1c2d5=>this[_0x4fe9ed(0xf7)][_0x4fe9ed(0xfd)][_0x4fe9ed(0xfb)](this[_0x4fe9ed(0xf7)][_0x4fe9ed(0xfd)][_0x4fe9ed(0x107)](_0xa1c2d5,_0x4fe9ed(0x106)),this[_0x4fe9ed(0xf7)][_0x4fe9ed(0xfd)][_0x4fe9ed(0x107)](_0xa1c2d5,0x0)));this[_0x4fe9ed(0xf7)][_0x4fe9ed(0xfd)][_0x4fe9ed(0xec)](()=>{const _0x4068df=_0x4fe9ed;_0x42cef5[_0x4068df(0x11e)](_0x155522,{'commandName':_0x4068df(0x11b),'commandParams':[{'reversed':_0x2a9aee[_0x4068df(0x115)]}],'formatGroupId':_0x4068df(0x11b)});});}[_0x7a21b7(0x130)](_0x314a97,_0x288c7d={}){const _0x5ad400=_0x7a21b7,_0x114783=this[_0x5ad400(0xf7)][_0x5ad400(0x128)][_0x5ad400(0x127)](_0x5ad400(0x108)),_0x3b670f=this[_0x5ad400(0x12d)](_0xa122d8=>_0xa122d8['is'](_0x5ad400(0x103),_0x5ad400(0xf4))&&_0x5ad400(0x131)===_0xa122d8[_0x5ad400(0x134)](_0x5ad400(0x100)));if(_0x3b670f[_0x5ad400(0xeb)]<0x1)return;const _0x4e8740=_0x3b670f[_0x5ad400(0x11f)](_0x1f8d6f=>this[_0x5ad400(0xf7)][_0x5ad400(0xfd)][_0x5ad400(0xfb)](this[_0x5ad400(0xf7)][_0x5ad400(0xfd)][_0x5ad400(0x107)](_0x1f8d6f,_0x5ad400(0x106)),this[_0x5ad400(0xf7)][_0x5ad400(0xfd)][_0x5ad400(0x107)](_0x1f8d6f,0x0)));this[_0x5ad400(0xf7)][_0x5ad400(0xfd)][_0x5ad400(0xec)](()=>{const _0x46a2e4=_0x5ad400;_0x114783[_0x46a2e4(0x11e)](_0x4e8740,{'commandName':_0x46a2e4(0xf9),'commandParams':[{'startIndex':_0x288c7d[_0x46a2e4(0x133)]}],'formatGroupId':_0x46a2e4(0xf9)});});}[_0x7a21b7(0x102)](_0x2d34bf){const _0x2d2f1f=_0x7a21b7;if(_0x2d2f1f(0x12a)!=_0x2d34bf[_0x2d2f1f(0x112)]&&_0x2d2f1f(0xe6)!=_0x2d34bf[_0x2d2f1f(0x112)])return;const _0x12901b=this[_0x2d2f1f(0xf7)][_0x2d2f1f(0xf5)],{data:_0x2b9787}=_0x2d34bf;if(!_0x2b9787)return;let _0x4ebe6d,_0x36565a;switch(_0x2b9787[_0x2d2f1f(0x10e)]){case _0x2d2f1f(0x12f):_0x4ebe6d=_0x2d2f1f(0x104),_0x36565a={'type':_0x2d2f1f(0x11c),'content':_0x9a1b18(_0x12901b,_0x4ebe6d,_0x9a1b18(_0x12901b,this[_0x2d2f1f(0x10a)](_0x2b9787[_0x2d2f1f(0x10c)][0x0][_0x2d2f1f(0x112)])))};break;case _0x2d2f1f(0x11b):_0x4ebe6d=_0x2b9787[_0x2d2f1f(0x10c)][0x0][_0x2d2f1f(0x115)]?_0x2d2f1f(0xf3):_0x2d2f1f(0x12c),_0x36565a={'type':_0x2d2f1f(0x11c),'content':_0x9a1b18(_0x12901b,_0x4ebe6d)};break;case _0x2d2f1f(0xf9):_0x4ebe6d=_0x2d2f1f(0xef),_0x36565a={'type':_0x2d2f1f(0x11c),'content':_0x9a1b18(_0x12901b,_0x4ebe6d,_0x2b9787[_0x2d2f1f(0x10c)][0x0][_0x2d2f1f(0x133)])};}return _0x36565a;}[_0x7a21b7(0x117)](){const _0x16d693=_0x7a21b7;var _0x102053,_0x51369b,_0x4073da,_0x2bd149;const _0x2ad134=this[_0x16d693(0xf7)][_0x16d693(0x128)][_0x16d693(0x127)](_0x16d693(0xfc));let _0xaa2b62=Array[_0x16d693(0xea)](this[_0x16d693(0xf7)][_0x16d693(0xfd)][_0x16d693(0xf6)][_0x16d693(0x137)][_0x16d693(0x110)]());return(null===(_0x102053=_0xaa2b62[0x0])||void 0x0===_0x102053?void 0x0:_0x102053['is'](_0x16d693(0x103),_0x16d693(0xf4)))&&_0xaa2b62[_0x16d693(0x121)](..._0x2ad134[_0x16d693(0xe8)](this[_0x16d693(0xf7)][_0x16d693(0xfd)][_0x16d693(0xf6)][_0x16d693(0x137)][_0x16d693(0x105)](),_0x16d693(0xee))),(null===(_0x51369b=_0xaa2b62[_0xaa2b62[_0x16d693(0xeb)]-0x1])||void 0x0===_0x51369b?void 0x0:_0x51369b['is'](_0x16d693(0x103),_0x16d693(0xf4)))&&_0xaa2b62[_0x16d693(0x135)](..._0x2ad134[_0x16d693(0xe8)](this[_0x16d693(0xf7)][_0x16d693(0xfd)][_0x16d693(0xf6)][_0x16d693(0x137)][_0x16d693(0x119)](),_0x16d693(0x126))),_0xaa2b62=[...new Set(_0xaa2b62)],(null===(_0x2bd149=null===(_0x4073da=this[_0x16d693(0xf7)][_0x16d693(0xfd)][_0x16d693(0xf6)][_0x16d693(0x137)][_0x16d693(0x105)]())||void 0x0===_0x4073da?void 0x0:_0x4073da[_0x16d693(0x124)])||void 0x0===_0x2bd149?void 0x0:_0x2bd149['is'](_0x16d693(0x103),_0x16d693(0xf4)))&&(_0xaa2b62=_0xaa2b62[_0x16d693(0xf2)](_0x584e69=>_0x584e69['is'](_0x16d693(0x103),_0x16d693(0xf4)))),_0xaa2b62;}[_0x7a21b7(0x12d)](_0xcf34c8){const _0x5c3d09=_0x7a21b7,_0x305b46=this[_0x5c3d09(0xf7)][_0x5c3d09(0x128)][_0x5c3d09(0x127)](_0x5c3d09(0xfc));let _0x4f0d4c=Array[_0x5c3d09(0xea)](this[_0x5c3d09(0xf7)][_0x5c3d09(0xfd)][_0x5c3d09(0xf6)][_0x5c3d09(0x137)][_0x5c3d09(0x110)]())[_0x5c3d09(0xf2)](_0xcf34c8)[_0x5c3d09(0x11f)](_0x291439=>{const _0x23fd2f=_0x5c3d09,_0x58172e=this[_0x23fd2f(0xf7)][_0x23fd2f(0xfd)][_0x23fd2f(0x107)](_0x291439,0x0);return[..._0x305b46[_0x23fd2f(0xe8)](_0x58172e,_0x23fd2f(0xee)),..._0x305b46[_0x23fd2f(0xe8)](_0x58172e,_0x23fd2f(0x126))];})[_0x5c3d09(0x122)]();return _0x4f0d4c=[...new Set(_0x4f0d4c)],_0x4f0d4c;}[_0x7a21b7(0x10a)](_0x23c87e){const _0x177c64=_0x7a21b7;return _0x177c64(0x129)+(this[_0x177c64(0xf7)][_0x177c64(0x128)][_0x177c64(0x127)](_0x177c64(0xfc))[_0x177c64(0xfa)](_0x23c87e)||_0x177c64(0x111))[_0x177c64(0x138)]()+_0x177c64(0xf0)+_0x23c87e[_0x177c64(0x138)]()[_0x177c64(0x120)](/-/g,'_');}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x17871d=_0x31b0;(function(_0x3a7c82,_0x2789b1){const _0x201010=_0x31b0,_0x524de0=_0x3a7c82();while(!![]){try{const _0x593854=-parseInt(_0x201010(0x1cd))/0x1+parseInt(_0x201010(0x1d1))/0x2+parseInt(_0x201010(0x1cb))/0x3+-parseInt(_0x201010(0x1d8))/0x4+parseInt(_0x201010(0x1df))/0x5+-parseInt(_0x201010(0x1e0))/0x6+-parseInt(_0x201010(0x1cc))/0x7*(-parseInt(_0x201010(0x1e9))/0x8);if(_0x593854===_0x2789b1)break;else _0x524de0['push'](_0x524de0['shift']());}catch(_0x25196d){_0x524de0['push'](_0x524de0['shift']());}}}(_0x2be6,0x7d06d));function _0x31b0(_0x10d36c,_0x3941cf){const _0x2be677=_0x2be6();return _0x31b0=function(_0x31b0e6,_0x1f28a3){_0x31b0e6=_0x31b0e6-0x1c9;let _0x4f1db2=_0x2be677[_0x31b0e6];return _0x4f1db2;},_0x31b0(_0x10d36c,_0x3941cf);}import{Plugin as _0x4ca249}from'ckeditor5/src/core.js';import{getTranslation as _0x53fc99}from'../utils/common-translations.js';export default class ct extends _0x4ca249{[_0x17871d(0x1d6)](){const _0x105c6c=_0x17871d,_0x1c6373=this[_0x105c6c(0x1e1)];if(!_0x1c6373[_0x105c6c(0x1e2)][_0x105c6c(0x1c9)](_0x105c6c(0x1ca)))return;const _0x2ab4f5=_0x1c6373[_0x105c6c(0x1e2)][_0x105c6c(0x1ce)](_0x105c6c(0x1da)),_0x2d873e=_0x1c6373[_0x105c6c(0x1ea)][_0x105c6c(0x1ce)](_0x105c6c(0x1d4));_0x2ab4f5[_0x105c6c(0x1e3)](_0x105c6c(0x1d4)),_0x2ab4f5[_0x105c6c(0x1e3)](_0x105c6c(0x1d0)),_0x2ab4f5[_0x105c6c(0x1e5)](_0x105c6c(0x1e7));for(const _0x2496be of _0x2d873e[_0x105c6c(0x1e4)])_0x2ab4f5[_0x105c6c(0x1e5)](_0x2496be['id']),_0x2ab4f5[_0x105c6c(0x1e6)][_0x105c6c(0x1cf)](_0x2496be['id'],_0x105c6c(0x1e8)+_0x2496be[_0x105c6c(0x1ef)][_0x105c6c(0x1ec)]()+')');_0x2ab4f5[_0x105c6c(0x1e6)][_0x105c6c(0x1d3)](_0x43643d=>{const _0x33b869=_0x105c6c;if(_0x33b869(0x1d9)!=_0x43643d[_0x33b869(0x1ee)])return;const {data:_0x1f8d11}=_0x43643d;if(!_0x1f8d11||_0x33b869(0x1e7)!=_0x1f8d11[_0x33b869(0x1d7)])return;const _0x445641=_0x1f8d11[_0x33b869(0x1db)],_0x3a5968=_0x1c6373[_0x33b869(0x1eb)];return{'type':_0x33b869(0x1ed),'content':null==_0x445641?_0x53fc99(_0x3a5968,_0x33b869(0x1dc)):_0x53fc99(_0x3a5968,_0x33b869(0x1d5),'\x22'+_0x445641+'\x22')};}),this[_0x105c6c(0x1d2)]();}[_0x17871d(0x1d2)](){const _0x2d05d3=_0x17871d,_0x2f6c42=this[_0x2d05d3(0x1e1)],_0x439ebc=_0x2f6c42[_0x2d05d3(0x1eb)];_0x2f6c42[_0x2d05d3(0x1e2)][_0x2d05d3(0x1ce)](_0x2d05d3(0x1da))[_0x2d05d3(0x1e6)][_0x2d05d3(0x1d3)](_0x13b676=>{const _0x5aa9e1=_0x2d05d3;if(_0x5aa9e1(0x1dd)!=_0x13b676[_0x5aa9e1(0x1ee)])return;const {data:_0x21306d}=_0x13b676;if(_0x21306d){if(_0x5aa9e1(0x1d4)==_0x21306d[_0x5aa9e1(0x1f0)]){const _0x2cb1fc=_0x21306d[_0x5aa9e1(0x1de)][0x0];return{'type':_0x5aa9e1(0x1ed),'content':_0x53fc99(_0x439ebc,_0x5aa9e1(0x1d5),'\x22'+_0x2cb1fc+'\x22')};}return _0x5aa9e1(0x1d0)==_0x21306d[_0x5aa9e1(0x1f0)]?{'type':_0x5aa9e1(0x1ed),'content':_0x53fc99(_0x439ebc,_0x5aa9e1(0x1dc))}:void 0x0;}});}}function _0x2be6(){const _0x1eec3f=['manualDecorators','registerInlineAttribute','descriptionFactory','linkHref','link\x20(','48pjHrsG','commands','locale','toLowerCase','format','type','label','commandName','has','LinkEditing','2499996apISRo','1748117CzzjPq','940465iDSqRX','get','registerAttributeLabel','unlink','403824RRwkZv','_registerLegacyDescription','registerDescriptionCallback','link','*Set\x20link:*\x20%0','afterInit','key','2788124hfQWHV','attribute','TrackChangesEditing','newValue','*Remove\x20link*','formatInline','commandParams','946615caVtjQ','3440088VCsVxV','editor','plugins','enableDefaultAttributesIntegration'];_0x2be6=function(){return _0x1eec3f;};return _0x2be6();}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x5718ac=_0x1cbc;(function(_0x54f8aa,_0x5ea15f){const _0x7b3ec=_0x1cbc,_0x1788a6=_0x54f8aa();while(!![]){try{const _0x158014=-parseInt(_0x7b3ec(0x208))/0x1*(parseInt(_0x7b3ec(0x216))/0x2)+parseInt(_0x7b3ec(0x252))/0x3*(parseInt(_0x7b3ec(0x209))/0x4)+parseInt(_0x7b3ec(0x214))/0x5*(-parseInt(_0x7b3ec(0x274))/0x6)+parseInt(_0x7b3ec(0x281))/0x7+-parseInt(_0x7b3ec(0x26d))/0x8+-parseInt(_0x7b3ec(0x23c))/0x9*(parseInt(_0x7b3ec(0x28b))/0xa)+-parseInt(_0x7b3ec(0x23e))/0xb*(-parseInt(_0x7b3ec(0x228))/0xc);if(_0x158014===_0x5ea15f)break;else _0x1788a6['push'](_0x1788a6['shift']());}catch(_0x17aefd){_0x1788a6['push'](_0x1788a6['shift']());}}}(_0x17d9,0xc4f3a));function _0x17d9(){const _0x1dd21a=['differ','data','createPositionAt','registerCustomCallback','selection','*Remove\x20format:*\x20%0','*Check\x20item*','isNextTo','value','24OtDJtW','FORMAT_INDENT','*Format:*\x20insert\x20into\x20%0','oldValue','every','getChanges','end','range','suggestion','registerAttributeLabel','mergeListItemForward','listReversed','getFirstMarker','trackChangesCommand','type','getFirstRange','outdentList','config','fromRange','listIndent','4871889wofnIg','splitListItemBefore','10522259yKLIXO','listStart','_supportLegacySuggestions','from','assureChains','attributes','groupId','change','*Set\x20format:*\x20%0','*Format:*\x20remove\x20from\x20%0','nodeAfter','afterInit','registerDescriptionCallback','registerElementLabel','registerBlockAttribute','*Split:*\x20list\x20item','next','*Outdent:*\x20%0','isUndo','listMarker','5451AWifde','_findSuggestions','customBulletedList','registerPostFixer','includes','todo','listStyle','customNumberedList','todoList','descriptionFactory','isLocal','ELEMENT_NUMBERED_LIST','formatBlock','bulleted','format','ELEMENT_','todoListChecked','key','filter','TodoListEditing','ELEMENT_BULLETED_LIST','setSelection','commandName','schema','batch','toUpperCase','createRange','8353168MoGPMo','previousSibling','find','attributeKey','default','numbered','document','2244jKgYQW','ELEMENT_LIST_ITEM','bulletedList','setAttribute','listMarkerStyle','multipleBlocks','_LIST','TrackChangesEditing','splitListItemAfter','_registerLegacyDescription','length','detach','*Change\x20to:*\x20%0','6563921iGXVVa','map','listItemId','listType','meta','accept','model','plugins','enableDefaultAttributesIntegration','*Merge:*\x20list\x20item','10KCZLQE','ListEditing','removeMarker','commandParams','mergeListItemBackward','forceValue','ELEMENT_TODO_LIST','parent','numberedList','listItemIdFixer','list.multiBlock','*Merge:*\x20%0','*Uncheck\x20item*','getRanges','indentList','containsItem','locale','refresh','todoListCheck','deletion','_suggestionFactory','1OHREhQ','1236wQMxev','*Indent:*\x20%0','push','execute','noTrackChangesFixer','isObject','start','getSuggestions','newValue','checkTodoList','getAttribute','1255nMNlQY','documentList','1852478ejeCdv','editor','nextSibling','get','head','_getAttributeKey','has','attribute','commands'];_0x17d9=function(){return _0x1dd21a;};return _0x17d9();}function _0x1cbc(_0x3834e2,_0x16ab2a){const _0x17d9bf=_0x17d9();return _0x1cbc=function(_0x1cbc3a,_0x2d0b6c){_0x1cbc3a=_0x1cbc3a-0x1f4;let _0x15b402=_0x17d9bf[_0x1cbc3a];return _0x15b402;},_0x1cbc(_0x3834e2,_0x16ab2a);}import{Plugin as _0xd0404a}from'ckeditor5/src/core.js';import{getTranslation as _0xbd48d8}from'../utils/common-translations.js';import{renameAttributeKey as _0x586b3a}from'../trackchangesediting.js';import{LiveRange as _0x5e689b}from'ckeditor5/src/engine.js';export default class z extends _0xd0404a{[_0x5718ac(0x249)](){const _0x3eb2ef=_0x5718ac,_0x552146=this[_0x3eb2ef(0x217)];if(!_0x552146[_0x3eb2ef(0x288)][_0x3eb2ef(0x21c)](_0x3eb2ef(0x1f4)))return;const _0x592c9e=_0x552146[_0x3eb2ef(0x203)],_0x3696b5=_0x552146[_0x3eb2ef(0x288)][_0x3eb2ef(0x219)](_0x3eb2ef(0x27b)),_0x2ef3df=_0x552146[_0x3eb2ef(0x288)][_0x3eb2ef(0x21c)](_0x3eb2ef(0x265)),_0x4c9804=!!_0x552146[_0x3eb2ef(0x239)][_0x3eb2ef(0x219)](_0x3eb2ef(0x1fd));function _0x3837be(_0x5f1796){const _0x80a570=_0x3eb2ef;return{'type':_0x80a570(0x260),'content':''+_0xbd48d8(_0x592c9e,_0x80a570(0x246),_0x5f1796)};}function _0x46212a(_0x359357){const _0x4476f5=_0x3eb2ef;return{'type':_0x4476f5(0x260),'content':''+_0xbd48d8(_0x592c9e,_0x4476f5(0x224),_0x359357)};}_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x1fb)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x276)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x259)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x254)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x201)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x238)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x27c)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x23d)),_0x3696b5[_0x3eb2ef(0x24c)](_0x3eb2ef(0x283)),_0x3696b5[_0x3eb2ef(0x24c)](_0x3eb2ef(0x284)),_0x3696b5[_0x3eb2ef(0x24c)](_0x3eb2ef(0x23b)),_0x4c9804&&(_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x1f7)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x232))),_0x2ef3df&&(_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x25a)),_0x3696b5[_0x3eb2ef(0x289)](_0x3eb2ef(0x212)),_0x3696b5[_0x3eb2ef(0x24c)](_0x3eb2ef(0x262)),_0x3696b5[_0x3eb2ef(0x25b)][_0x3eb2ef(0x24a)](_0x5682eb=>{const _0x26171f=_0x3eb2ef,{data:_0x157b85}=_0x5682eb;if(_0x157b85&&_0x26171f(0x262)==_0x157b85[_0x26171f(0x263)])return{'type':_0x26171f(0x260),'content':_0x157b85[_0x26171f(0x211)]?_0xbd48d8(_0x592c9e,_0x26171f(0x225)):_0xbd48d8(_0x592c9e,_0x26171f(0x1ff))};}),this[_0x3eb2ef(0x217)][_0x3eb2ef(0x287)][_0x3eb2ef(0x273)][_0x3eb2ef(0x255)](_0x559ac1=>{const _0x2ded92=_0x3eb2ef;if(_0x559ac1[_0x2ded92(0x26a)][_0x2ded92(0x250)])return!0x1;let _0xe5734d=!0x1;const _0xc295da=_0x3696b5[_0x2ded92(0x210)]({'skipNotAttached':!0x0})[_0x2ded92(0x264)](_0x12a53a=>_0x2ded92(0x262)===_0x3696b5[_0x2ded92(0x21b)](_0x12a53a));for(const _0x2b5688 of _0xc295da){_0x2ded92(0x257)!=_0x2b5688[_0x2ded92(0x237)]()[_0x2ded92(0x20f)][_0x2ded92(0x248)][_0x2ded92(0x213)](_0x2ded92(0x284))&&(_0x3696b5[_0x2ded92(0x253)](_0x2b5688[_0x2ded92(0x237)](),_0x2ded92(0x21d))[_0x2ded92(0x26f)](_0x1a1674=>_0x2ded92(0x284)===_0x3696b5[_0x2ded92(0x21b)](_0x1a1674[_0x2ded92(0x230)]))||(_0x559ac1[_0x2ded92(0x1f5)](_0x2b5688[_0x2ded92(0x234)]()),_0xe5734d=!0x0));}return _0xe5734d;})),_0x3696b5[_0x3eb2ef(0x25b)][_0x3eb2ef(0x231)](_0x3eb2ef(0x23b),_0xbd48d8(_0x592c9e,_0x3eb2ef(0x229)));const _0xef483f={'type':_0x3eb2ef(0x260),'content':''};_0x3696b5[_0x3eb2ef(0x25b)][_0x3eb2ef(0x24a)](_0x27851a=>{const _0x1724b2=_0x3eb2ef,{data:_0x288244}=_0x27851a;if(!_0x288244||_0x1724b2(0x284)!=_0x288244[_0x1724b2(0x263)])return;let _0x269b76=_0x27851a[_0x1724b2(0x21a)];for(;_0x269b76;){if(_0x269b76[_0x1724b2(0x220)]&&((_0x1724b2(0x258)==_0x269b76[_0x1724b2(0x220)][_0x1724b2(0x263)]||_0x1724b2(0x278)==_0x269b76[_0x1724b2(0x220)][_0x1724b2(0x263)])&&(_0x269b76[_0x1724b2(0x220)][_0x1724b2(0x211)]&&_0x1724b2(0x271)!=_0x269b76[_0x1724b2(0x220)][_0x1724b2(0x211)]||_0x1724b2(0x271)!=_0x269b76[_0x1724b2(0x220)][_0x1724b2(0x22b)]&&!_0x288244[_0x1724b2(0x211)])||!_0x4c9804&&_0x269b76[_0x1724b2(0x220)][_0x1724b2(0x263)]==_0x586b3a))return _0xef483f;_0x269b76=_0x269b76[_0x1724b2(0x24e)];}if(null==_0x288244[_0x1724b2(0x211)])switch(_0x288244[_0x1724b2(0x22b)]){case _0x1724b2(0x25f):return _0x46212a(_0xbd48d8(_0x592c9e,_0x1724b2(0x266)));case _0x1724b2(0x272):return _0x46212a(_0xbd48d8(_0x592c9e,_0x1724b2(0x25d)));case _0x1724b2(0x257):return _0x46212a(_0xbd48d8(_0x592c9e,_0x1724b2(0x1f9)));}switch(_0x288244[_0x1724b2(0x211)]){case _0x1724b2(0x25f):return _0x3837be(_0xbd48d8(_0x592c9e,_0x1724b2(0x266)));case _0x1724b2(0x272):return _0x3837be(_0xbd48d8(_0x592c9e,_0x1724b2(0x25d)));case _0x1724b2(0x257):return _0x3837be(_0xbd48d8(_0x592c9e,_0x1724b2(0x1f9)));}}),_0x3696b5[_0x3eb2ef(0x25b)][_0x3eb2ef(0x24a)](_0x41b5e1=>{const _0x1bdebf=_0x3eb2ef,{data:_0x1cce15}=_0x41b5e1;if(_0x1cce15&&_0x1bdebf(0x23b)==_0x1cce15[_0x1bdebf(0x263)])return null==_0x1cce15[_0x1bdebf(0x211)]||null==_0x1cce15[_0x1bdebf(0x22b)]&&0x0==_0x1cce15[_0x1bdebf(0x211)]?_0xef483f:void 0x0;}),_0x3696b5[_0x3eb2ef(0x25b)][_0x3eb2ef(0x24a)](_0x48138f=>{const _0x35fda7=_0x3eb2ef;if(_0x35fda7(0x21d)!=_0x48138f[_0x35fda7(0x236)])return;const {data:_0x15e6f3}=_0x48138f;if(!_0x15e6f3||_0x35fda7(0x283)!=_0x15e6f3[_0x35fda7(0x263)])return;const _0x3e6c68=le(_0x48138f);return _0x35fda7(0x211)==_0x3e6c68?{'type':_0x35fda7(0x260),'content':_0xbd48d8(_0x592c9e,_0x35fda7(0x28a))}:_0x35fda7(0x22b)==_0x3e6c68?{'type':_0x35fda7(0x260),'content':_0xbd48d8(_0x592c9e,_0x35fda7(0x24d))}:_0xef483f;}),_0x552146[_0x3eb2ef(0x287)][_0x3eb2ef(0x273)][_0x3eb2ef(0x255)](_0x2e8e07=>this[_0x3eb2ef(0x1fc)](_0x2e8e07)),_0x552146[_0x3eb2ef(0x287)][_0x3eb2ef(0x273)][_0x3eb2ef(0x255)](_0x1fe029=>this[_0x3eb2ef(0x20d)](_0x1fe029)),_0x552146[_0x3eb2ef(0x287)][_0x3eb2ef(0x273)][_0x3eb2ef(0x255)](_0x160265=>this[_0x3eb2ef(0x242)](_0x160265)),this[_0x3eb2ef(0x240)]();}[_0x5718ac(0x1fc)](_0x4a2ac2){const _0x3a5229=_0x5718ac;if(_0x4a2ac2[_0x3a5229(0x26a)][_0x3a5229(0x250)]||!_0x4a2ac2[_0x3a5229(0x26a)][_0x3a5229(0x25c)])return!0x1;let _0x2ff604=!0x1;const _0x58fbee=this[_0x3a5229(0x217)][_0x3a5229(0x288)][_0x3a5229(0x219)](_0x3a5229(0x27b))[_0x3a5229(0x210)]({'skipNotAttached':!0x0})[_0x3a5229(0x264)](_0x52caa0=>_0x52caa0[_0x3a5229(0x220)]&&_0x3a5229(0x283)==_0x52caa0[_0x3a5229(0x220)][_0x3a5229(0x263)])[_0x3a5229(0x264)](_0x46af69=>_0x46af69[_0x3a5229(0x220)][_0x3a5229(0x211)]&&_0x46af69[_0x3a5229(0x220)][_0x3a5229(0x22b)]);for(const _0x57f231 of _0x58fbee)le(_0x57f231)||(_0x4a2ac2[_0x3a5229(0x1f5)](_0x57f231[_0x3a5229(0x234)]()),_0x2ff604=!0x0);return _0x2ff604;}[_0x5718ac(0x20d)](_0x13799a){const _0x2d56bd=_0x5718ac;if(_0x13799a[_0x2d56bd(0x26a)][_0x2d56bd(0x250)]||!_0x13799a[_0x2d56bd(0x26a)][_0x2d56bd(0x25c)])return!0x1;const _0x596c11=this[_0x2d56bd(0x217)][_0x2d56bd(0x288)][_0x2d56bd(0x219)](_0x2d56bd(0x27b));if(_0x596c11[_0x2d56bd(0x235)][_0x2d56bd(0x227)])return!0x1;let _0x3fa094=!0x1;const _0x281a4b=[_0x2d56bd(0x284),_0x2d56bd(0x283),_0x2d56bd(0x23b),_0x2d56bd(0x258),_0x2d56bd(0x23f),_0x2d56bd(0x233),_0x2d56bd(0x205),_0x2d56bd(0x251),_0x2d56bd(0x278)],_0x329f96=this[_0x2d56bd(0x217)][_0x2d56bd(0x287)][_0x2d56bd(0x273)][_0x2d56bd(0x21f)][_0x2d56bd(0x22d)]()[_0x2d56bd(0x264)](_0xf8c034=>_0x2d56bd(0x21d)==_0xf8c034[_0x2d56bd(0x236)])[_0x2d56bd(0x264)](_0x937106=>_0x281a4b[_0x2d56bd(0x256)](_0x937106[_0x2d56bd(0x270)]));if(0x0==_0x329f96[_0x2d56bd(0x27e)])return _0x3fa094;for(const _0x45cf30 of _0x329f96){const _0xe5af2f=_0x596c11[_0x2d56bd(0x253)](_0x45cf30[_0x2d56bd(0x22f)],_0x2d56bd(0x21d))[_0x2d56bd(0x264)](_0xccd673=>!_0xccd673[_0x2d56bd(0x285)][_0x2d56bd(0x226)])[_0x2d56bd(0x282)](_0x5d24f9=>_0x5d24f9[_0x2d56bd(0x230)])[_0x2d56bd(0x264)](_0x4c677d=>{const _0x23f0f3=_0x2d56bd,_0x10407d=_0x596c11[_0x23f0f3(0x21b)](_0x4c677d);return _0x281a4b[_0x23f0f3(0x256)](_0x10407d);});if(_0xe5af2f[_0x2d56bd(0x27e)]){for(const _0x252291 of _0xe5af2f)_0x13799a[_0x2d56bd(0x1f5)](_0x252291[_0x2d56bd(0x234)]());_0x3fa094=!0x0;}}return _0x3fa094;}[_0x5718ac(0x242)](_0x58acd8){const _0xf81e65=_0x5718ac;if(_0x58acd8[_0xf81e65(0x26a)][_0xf81e65(0x250)]||!_0x58acd8[_0xf81e65(0x26a)][_0xf81e65(0x25c)])return!0x1;const _0x419a23=this[_0xf81e65(0x217)][_0xf81e65(0x288)][_0xf81e65(0x219)](_0xf81e65(0x27b));let _0x3032b1=!0x1;const _0x210d95=[_0xf81e65(0x284),_0xf81e65(0x283),_0xf81e65(0x23b),_0xf81e65(0x258),_0xf81e65(0x23f),_0xf81e65(0x233),_0xf81e65(0x205),_0xf81e65(0x251),_0xf81e65(0x278)];for(const _0x488fc8 of _0x419a23[_0xf81e65(0x210)]({'skipNotAttached':!0x0})){const _0x4c41b9=_0x419a23[_0xf81e65(0x253)](_0x488fc8[_0xf81e65(0x237)](),_0xf81e65(0x21d))[_0xf81e65(0x282)](_0x13e255=>_0x13e255[_0xf81e65(0x230)])[_0xf81e65(0x264)](_0x34ed42=>_0x34ed42[_0xf81e65(0x220)]&&_0x210d95[_0xf81e65(0x256)](_0x34ed42[_0xf81e65(0x220)][_0xf81e65(0x263)]));if(!_0x4c41b9[_0xf81e65(0x27e)])continue;const _0x65988f=_0x4c41b9[0x0][_0xf81e65(0x21a)][_0xf81e65(0x243)][_0xf81e65(0x244)];if(!_0x4c41b9[_0xf81e65(0x22c)](_0x24612b=>_0x24612b[_0xf81e65(0x243)][_0xf81e65(0x244)]===_0x65988f)){for(const _0x5444ce of _0x4c41b9)_0xbecd07(_0x5444ce,_0x65988f)&&(_0x3032b1=!0x0);}}return _0x3032b1;function _0x1a5612(_0x211958,_0x37463a){const _0x2d763e=_0xf81e65;for(const _0x68123b of _0x419a23[_0x2d763e(0x210)]({'skipNotAttached':!0x0})[_0x2d763e(0x264)](_0x553b65=>_0x2d763e(0x21d)==_0x553b65[_0x2d763e(0x236)]&&_0x553b65[_0x2d763e(0x243)][_0x2d763e(0x244)]==_0x211958))_0x68123b[_0x2d763e(0x277)](_0x2d763e(0x244),_0x37463a);}function _0xbecd07(_0x30f273,_0x2766b6){const _0xa7ab6a=_0xf81e65;let _0x22f1ea=_0x30f273[_0xa7ab6a(0x21a)],_0x3298ba=!0x1;for(;_0x22f1ea;)_0x22f1ea[_0xa7ab6a(0x243)][_0xa7ab6a(0x244)]!=_0x2766b6&&(_0x1a5612(_0x22f1ea[_0xa7ab6a(0x243)][_0xa7ab6a(0x244)],_0x2766b6),_0x22f1ea[_0xa7ab6a(0x277)](_0xa7ab6a(0x244),_0x2766b6),_0x3298ba=!0x0),_0x22f1ea=_0x22f1ea[_0xa7ab6a(0x24e)];return _0x3298ba;}}[_0x5718ac(0x240)](){const _0x1999b7=_0x5718ac,_0x36293c=this[_0x1999b7(0x217)],_0x35b062=_0x36293c[_0x1999b7(0x203)],_0x38cb0e=_0x36293c[_0x1999b7(0x288)][_0x1999b7(0x219)](_0x1999b7(0x27b));this[_0x1999b7(0x27d)](),_0x38cb0e[_0x1999b7(0x207)][_0x1999b7(0x222)](_0x1999b7(0x25e),_0x1999b7(0x215),_0x1999b7(0x286),function(_0x55cd3a,_0x4e1692){const _0x1ef59e=_0x1999b7,_0x5e1f41=[];for(let _0x310ea6 of _0x55cd3a)_0x310ea6[_0x1ef59e(0x20f)][_0x1ef59e(0x248)]===_0x310ea6[_0x1ef59e(0x22e)][_0x1ef59e(0x1fa)]&&(_0x310ea6=_0x36293c[_0x1ef59e(0x287)][_0x1ef59e(0x26c)](_0x36293c[_0x1ef59e(0x287)][_0x1ef59e(0x221)](_0x310ea6[_0x1ef59e(0x20f)][_0x1ef59e(0x248)],0x0))),_0x5e1f41[_0x1ef59e(0x20b)](_0x310ea6);_0x36293c[_0x1ef59e(0x287)][_0x1ef59e(0x245)](_0x11b189=>{const _0x22990f=_0x1ef59e,_0xe7df42=_0x36293c[_0x22990f(0x287)][_0x22990f(0x273)][_0x22990f(0x223)],_0x5f0c4c=Array[_0x22990f(0x241)](_0xe7df42[_0x22990f(0x200)]())[_0x22990f(0x282)](_0x2c43bc=>_0x5e689b[_0x22990f(0x23a)](_0x2c43bc));_0x11b189[_0x22990f(0x267)](_0x5e1f41),_0x36293c[_0x22990f(0x21e)][_0x22990f(0x219)](_0x4e1692[_0x22990f(0x268)])[_0x22990f(0x204)](),_0x4e1692[_0x22990f(0x1f6)][_0x22990f(0x20b)]({'forceDefaultExecution':!0x0}),_0x36293c[_0x22990f(0x20c)](_0x4e1692[_0x22990f(0x268)],..._0x4e1692[_0x22990f(0x1f6)]),_0x11b189[_0x22990f(0x267)](_0x5f0c4c);for(const _0x52adbd of _0x5f0c4c)_0x52adbd[_0x22990f(0x27f)]();});}),_0x38cb0e[_0x1999b7(0x25b)][_0x1999b7(0x24b)](function(_0x36e90d){const _0x40c36d=_0x1999b7,_0x358015=!_0x36293c[_0x40c36d(0x287)][_0x40c36d(0x269)][_0x40c36d(0x20e)](_0x36e90d),_0x58e054=_0x36e90d[_0x40c36d(0x26e)],_0x201678=_0x36e90d[_0x40c36d(0x218)],_0x438f13=_0x36e90d[_0x40c36d(0x213)](_0x40c36d(0x283)),_0x247e22=!_0x58e054||_0x58e054[_0x40c36d(0x213)](_0x40c36d(0x283))!==_0x438f13,_0x242c07=!_0x201678||_0x201678[_0x40c36d(0x213)](_0x40c36d(0x283))!==_0x438f13;return _0x358015&&Boolean(_0x438f13)&&_0x247e22&&_0x242c07;},_0x108d9c=>_0xbd48d8(_0x35b062,_0x1999b7(0x275),_0x108d9c));}[_0x5718ac(0x27d)](){const _0xeb8796=_0x5718ac,_0x2e5d5a=this[_0xeb8796(0x217)],_0x3ed72d=_0x2e5d5a[_0xeb8796(0x203)];function _0x21638f(_0xd7e99a){const _0x27b8e0=_0xeb8796,_0x47d9eb=_0x2e5d5a[_0x27b8e0(0x21e)][_0x27b8e0(0x219)](_0x27b8e0(0x276))[_0x27b8e0(0x227)],_0x394837=_0x2e5d5a[_0x27b8e0(0x21e)][_0x27b8e0(0x219)](_0x27b8e0(0x1fb))[_0x27b8e0(0x227)];return _0x27b8e0(0x1fb)===_0xd7e99a?_0x47d9eb:_0x394837;}_0x2e5d5a[_0xeb8796(0x288)][_0xeb8796(0x219)](_0xeb8796(0x27b))[_0xeb8796(0x25b)][_0xeb8796(0x24a)](function(_0x16de7e){const _0x16dae5=_0xeb8796;if(_0x16dae5(0x25e)!=_0x16de7e[_0x16dae5(0x236)])return;const {data:_0xbb18db}=_0x16de7e;if(!_0xbb18db)return;let _0x1f62fa,_0x1840f1,_0x48d4b2,_0x26dbca;switch(_0xbb18db[_0x16dae5(0x268)]){case _0x16dae5(0x276):_0x48d4b2=_0xbb18db[_0x16dae5(0x1f6)][0x0][_0x16dae5(0x1f8)],_0x26dbca=_0x21638f(_0xbb18db[_0x16dae5(0x268)]),_0x1f62fa=_0x48d4b2?_0x16dae5(0x22a):_0x16dae5(0x247),!_0x26dbca&&_0x2e5d5a[_0x16dae5(0x239)][_0x16dae5(0x219)](_0x16dae5(0x1fd))||(_0x1f62fa=_0x16dae5(0x280)),_0x1840f1={'type':_0x16dae5(0x260),'content':_0xbd48d8(_0x3ed72d,_0x1f62fa,_0xbd48d8(_0x3ed72d,_0x16dae5(0x266)))};break;case _0x16dae5(0x1fb):_0x48d4b2=_0xbb18db[_0x16dae5(0x1f6)][0x0][_0x16dae5(0x1f8)],_0x26dbca=_0x21638f(_0xbb18db[_0x16dae5(0x268)]),_0x1f62fa=_0x48d4b2?_0x16dae5(0x22a):_0x16dae5(0x247),!_0x26dbca&&_0x2e5d5a[_0x16dae5(0x239)][_0x16dae5(0x219)](_0x16dae5(0x1fd))||(_0x1f62fa=_0x16dae5(0x280)),_0x1840f1={'type':_0x16dae5(0x260),'content':_0xbd48d8(_0x3ed72d,_0x1f62fa,_0xbd48d8(_0x3ed72d,_0x16dae5(0x25d)))};break;case _0x16dae5(0x201):_0x1f62fa=_0x16dae5(0x20a),_0x1840f1={'type':_0x16dae5(0x260),'content':_0xbd48d8(_0x3ed72d,_0x1f62fa,_0xbd48d8(_0x3ed72d,_0x16dae5(0x275)))};break;case _0x16dae5(0x238):_0x1f62fa=function(_0x1ee502){const _0x3ec63d=_0x16dae5,_0xed83b7=_0x1ee502[_0x3ec63d(0x237)]();let _0x2c8313=_0xed83b7[_0x3ec63d(0x20f)][_0x3ec63d(0x248)];for(;_0x2c8313&&_0xed83b7[_0x3ec63d(0x202)](_0x2c8313);){if(_0x2c8313[_0x3ec63d(0x213)](_0x3ec63d(0x23b))>0x0)return!0x1;_0x2c8313=_0x2c8313[_0x3ec63d(0x218)];}return!0x0;}(_0x16de7e)?_0xbd48d8(_0x3ed72d,_0x16dae5(0x247),_0xbd48d8(_0x3ed72d,function(_0x5c1cc7){const _0x47a112=_0x16dae5;return _0x47a112(0x261)+_0x5c1cc7[_0x47a112(0x237)]()[_0x47a112(0x20f)][_0x47a112(0x248)][_0x47a112(0x213)](_0x47a112(0x284))[_0x47a112(0x26b)]()+_0x47a112(0x27a);}(_0x16de7e))):_0xbd48d8(_0x3ed72d,_0x16dae5(0x24f),_0xbd48d8(_0x3ed72d,_0x16dae5(0x275))),_0x1840f1={'type':_0x16dae5(0x260),'content':_0x1f62fa};break;case _0x16dae5(0x1f7):case _0x16dae5(0x232):!0x1===_0xbb18db[_0x16dae5(0x279)]&&(_0x1f62fa=_0x16dae5(0x1fe),_0x1840f1={'type':_0x16dae5(0x206),'content':_0xbd48d8(_0x3ed72d,_0x1f62fa,_0xbd48d8(_0x3ed72d,_0x16dae5(0x275)))});}return _0x1840f1;});}}function le(_0x4cf588){const _0x3d35cf=_0x5718ac;let _0x2e207c=_0x4cf588[_0x3d35cf(0x237)]()[_0x3d35cf(0x20f)][_0x3d35cf(0x248)][_0x3d35cf(0x26e)];for(;_0x2e207c;){const _0x53faab=_0x2e207c[_0x3d35cf(0x213)](_0x3d35cf(0x283));if(!_0x53faab)return!0x1;if(_0x53faab==_0x4cf588[_0x3d35cf(0x220)][_0x3d35cf(0x211)])return _0x3d35cf(0x211);if(_0x53faab==_0x4cf588[_0x3d35cf(0x220)][_0x3d35cf(0x22b)])return _0x3d35cf(0x22b);_0x2e207c=_0x2e207c[_0x3d35cf(0x26e)];}return!0x1;}
|
|
23
|
+
const _0x2316a4=_0x1452;(function(_0x40f1a4,_0x248c6b){const _0x5594da=_0x1452,_0x51d195=_0x40f1a4();while(!![]){try{const _0x5e7061=-parseInt(_0x5594da(0x8f))/0x1+parseInt(_0x5594da(0xa1))/0x2+parseInt(_0x5594da(0xc5))/0x3*(parseInt(_0x5594da(0x73))/0x4)+-parseInt(_0x5594da(0x99))/0x5+-parseInt(_0x5594da(0x8b))/0x6+parseInt(_0x5594da(0xba))/0x7+-parseInt(_0x5594da(0xf2))/0x8*(-parseInt(_0x5594da(0xcd))/0x9);if(_0x5e7061===_0x248c6b)break;else _0x51d195['push'](_0x51d195['shift']());}catch(_0x4c23c){_0x51d195['push'](_0x51d195['shift']());}}}(_0x3136,0x85c54));import{Plugin as _0x439533}from'ckeditor5/src/core.js';import{getTranslation as _0x29b665}from'../utils/common-translations.js';import{renameAttributeKey as _0x63a4d9}from'../trackchangesediting.js';import{LiveRange as _0x23d461}from'ckeditor5/src/engine.js';function _0x3136(){const _0x2c2527=['registerElementLabel','start','isLocal','todoListChecked','deletion','5435430SbbfTS','list.multiBlock','indentList','model','end','createPositionAt','fromRange','differ','1910660HektSK','isUndo','config','getSuggestions','customNumberedList','batch','setSelection','createRange','from','todoList','get','groupId','schema','range','_LIST','type','todoListCheck','listItemId','data','containsItem','listItemIdFixer','parent','todo','change','trackChangesCommand','5310662btGGmb','plugins','meta','accept','descriptionFactory','TodoListEditing','newValue','ELEMENT_TODO_LIST','locale','getFirstRange','TrackChangesEditing','6nddQjB','ELEMENT_','enableDefaultAttributesIntegration','splitListItemBefore','commands','*Split:*\x20list\x20item','head','bulletedList','18fdyDxj','mergeListItemForward','ELEMENT_BULLETED_LIST','selection','registerDescriptionCallback','assureChains','attribute','has','registerAttributeLabel','registerBlockAttribute','*Uncheck\x20item*','format','getFirstMarker','listType','FORMAT_INDENT','documentList','execute','multipleBlocks','removeMarker','_getAttributeKey','outdentList','suggestion','push','*Indent:*\x20%0','checkTodoList','*Check\x20item*','registerPostFixer','refresh','numberedList','previousSibling','length','afterInit','splitListItemAfter','attributes','commandParams','*Outdent:*\x20%0','bulleted','3965728dvwlzA','ListEditing','filter','*Remove\x20format:*\x20%0','getAttribute','attributeKey','listMarker','*Format:*\x20insert\x20into\x20%0','listReversed','listIndent','getRanges','setAttribute','nodeAfter','*Merge:*\x20%0','map','formatBlock','detach','find','editor','oldValue','commandName','mergeListItemBackward','1500072GjOTTP','*Change\x20to:*\x20%0','every','nextSibling','key','isNextTo','customBulletedList','getChanges','default','noTrackChangesFixer','listMarkerStyle','_findSuggestions','isObject','includes','next','*Set\x20format:*\x20%0','listStyle','_registerLegacyDescription','registerCustomCallback','listStart','ELEMENT_NUMBERED_LIST','numbered','ELEMENT_LIST_ITEM','*Merge:*\x20list\x20item','5856546cDVqTS','*Format:*\x20remove\x20from\x20%0','_suggestionFactory','document','844363fJQCdl','_supportLegacySuggestions','toUpperCase','value','forceValue'];_0x3136=function(){return _0x2c2527;};return _0x3136();}function _0x1452(_0x105d4a,_0x1dd7e9){const _0x313683=_0x3136();return _0x1452=function(_0x145256,_0x5c79f6){_0x145256=_0x145256-0x71;let _0x130606=_0x313683[_0x145256];return _0x130606;},_0x1452(_0x105d4a,_0x1dd7e9);}export default class z extends _0x439533{[_0x2316a4(0xec)](){const _0x4b36ac=_0x2316a4,_0x2f77a9=this[_0x4b36ac(0x104)];if(!_0x2f77a9[_0x4b36ac(0xbb)][_0x4b36ac(0xd4)](_0x4b36ac(0xf3)))return;const _0x17b888=_0x2f77a9[_0x4b36ac(0xc2)],_0x36a14f=_0x2f77a9[_0x4b36ac(0xbb)][_0x4b36ac(0xab)](_0x4b36ac(0xc4)),_0x5f406f=_0x2f77a9[_0x4b36ac(0xbb)][_0x4b36ac(0xd4)](_0x4b36ac(0xbf)),_0x46c10b=!!_0x2f77a9[_0x4b36ac(0xa3)][_0x4b36ac(0xab)](_0x4b36ac(0x9a));function _0x198959(_0xcfcb31){const _0xe567d9=_0x4b36ac;return{'type':_0xe567d9(0xd8),'content':''+_0x29b665(_0x17b888,_0xe567d9(0x82),_0xcfcb31)};}function _0x5c7fa1(_0xf3266f){const _0x4f80ac=_0x4b36ac;return{'type':_0x4f80ac(0xd8),'content':''+_0x29b665(_0x17b888,_0x4f80ac(0xf5),_0xf3266f)};}_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xe9)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xcc)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xa5)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0x79)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0x9b)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xe1)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xed)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xc8)),_0x36a14f[_0x4b36ac(0xd6)](_0x4b36ac(0xb2)),_0x36a14f[_0x4b36ac(0xd6)](_0x4b36ac(0xda)),_0x36a14f[_0x4b36ac(0xd6)](_0x4b36ac(0xfb)),_0x46c10b&&(_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0x72)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xce))),_0x5f406f&&(_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xaa)),_0x36a14f[_0x4b36ac(0xc7)](_0x4b36ac(0xe5)),_0x36a14f[_0x4b36ac(0xd6)](_0x4b36ac(0x97)),_0x36a14f[_0x4b36ac(0xbe)][_0x4b36ac(0xd1)](_0x42a0cc=>{const _0xf86941=_0x4b36ac,{data:_0x51b7d8}=_0x42a0cc;if(_0x51b7d8&&_0xf86941(0x97)==_0x51b7d8[_0xf86941(0x77)])return{'type':_0xf86941(0xd8),'content':_0x51b7d8[_0xf86941(0xc0)]?_0x29b665(_0x17b888,_0xf86941(0xe6)):_0x29b665(_0x17b888,_0xf86941(0xd7))};}),this[_0x4b36ac(0x104)][_0x4b36ac(0x9c)][_0x4b36ac(0x8e)][_0x4b36ac(0xe7)](_0xd222c=>{const _0x56e4b5=_0x4b36ac;if(_0xd222c[_0x56e4b5(0xa6)][_0x56e4b5(0xa2)])return!0x1;let _0xace4be=!0x1;const _0x26c7c7=_0x36a14f[_0x56e4b5(0xa4)]({'skipNotAttached':!0x0})[_0x56e4b5(0xf4)](_0x141d1b=>_0x56e4b5(0x97)===_0x36a14f[_0x56e4b5(0xe0)](_0x141d1b));for(const _0x424faa of _0x26c7c7){_0x56e4b5(0xb7)!=_0x424faa[_0x56e4b5(0xc3)]()[_0x56e4b5(0x95)][_0x56e4b5(0xfe)][_0x56e4b5(0xf6)](_0x56e4b5(0xda))&&(_0x36a14f[_0x56e4b5(0x7e)](_0x424faa[_0x56e4b5(0xc3)](),_0x56e4b5(0xd3))[_0x56e4b5(0x103)](_0x47be53=>_0x56e4b5(0xda)===_0x36a14f[_0x56e4b5(0xe0)](_0x47be53[_0x56e4b5(0xe2)]))||(_0xd222c[_0x56e4b5(0xdf)](_0x424faa[_0x56e4b5(0xd9)]()),_0xace4be=!0x0));}return _0xace4be;})),_0x36a14f[_0x4b36ac(0xbe)][_0x4b36ac(0xd5)](_0x4b36ac(0xfb),_0x29b665(_0x17b888,_0x4b36ac(0xdb)));const _0x3594ad={'type':_0x4b36ac(0xd8),'content':''};_0x36a14f[_0x4b36ac(0xbe)][_0x4b36ac(0xd1)](_0x1bb161=>{const _0x33fe87=_0x4b36ac,{data:_0xfa945d}=_0x1bb161;if(!_0xfa945d||_0x33fe87(0xda)!=_0xfa945d[_0x33fe87(0x77)])return;let _0x3c9ac7=_0x1bb161[_0x33fe87(0xcb)];for(;_0x3c9ac7;){if(_0x3c9ac7[_0x33fe87(0xb3)]&&((_0x33fe87(0x83)==_0x3c9ac7[_0x33fe87(0xb3)][_0x33fe87(0x77)]||_0x33fe87(0x7d)==_0x3c9ac7[_0x33fe87(0xb3)][_0x33fe87(0x77)])&&(_0x3c9ac7[_0x33fe87(0xb3)][_0x33fe87(0xc0)]&&_0x33fe87(0x7b)!=_0x3c9ac7[_0x33fe87(0xb3)][_0x33fe87(0xc0)]||_0x33fe87(0x7b)!=_0x3c9ac7[_0x33fe87(0xb3)][_0x33fe87(0x105)]&&!_0xfa945d[_0x33fe87(0xc0)])||!_0x46c10b&&_0x3c9ac7[_0x33fe87(0xb3)][_0x33fe87(0x77)]==_0x63a4d9))return _0x3594ad;_0x3c9ac7=_0x3c9ac7[_0x33fe87(0x81)];}if(null==_0xfa945d[_0x33fe87(0xc0)])switch(_0xfa945d[_0x33fe87(0x105)]){case _0x33fe87(0xf1):return _0x5c7fa1(_0x29b665(_0x17b888,_0x33fe87(0xcf)));case _0x33fe87(0x88):return _0x5c7fa1(_0x29b665(_0x17b888,_0x33fe87(0x87)));case _0x33fe87(0xb7):return _0x5c7fa1(_0x29b665(_0x17b888,_0x33fe87(0xc1)));}switch(_0xfa945d[_0x33fe87(0xc0)]){case _0x33fe87(0xf1):return _0x198959(_0x29b665(_0x17b888,_0x33fe87(0xcf)));case _0x33fe87(0x88):return _0x198959(_0x29b665(_0x17b888,_0x33fe87(0x87)));case _0x33fe87(0xb7):return _0x198959(_0x29b665(_0x17b888,_0x33fe87(0xc1)));}}),_0x36a14f[_0x4b36ac(0xbe)][_0x4b36ac(0xd1)](_0x1e147c=>{const _0x1c7145=_0x4b36ac,{data:_0xa48f88}=_0x1e147c;if(_0xa48f88&&_0x1c7145(0xfb)==_0xa48f88[_0x1c7145(0x77)])return null==_0xa48f88[_0x1c7145(0xc0)]||null==_0xa48f88[_0x1c7145(0x105)]&&0x0==_0xa48f88[_0x1c7145(0xc0)]?_0x3594ad:void 0x0;}),_0x36a14f[_0x4b36ac(0xbe)][_0x4b36ac(0xd1)](_0x2d8619=>{const _0x4d350d=_0x4b36ac;if(_0x4d350d(0xd3)!=_0x2d8619[_0x4d350d(0xb0)])return;const {data:_0x25a9a6}=_0x2d8619;if(!_0x25a9a6||_0x4d350d(0xb2)!=_0x25a9a6[_0x4d350d(0x77)])return;const _0x12d6ac=le(_0x2d8619);return _0x4d350d(0xc0)==_0x12d6ac?{'type':_0x4d350d(0xd8),'content':_0x29b665(_0x17b888,_0x4d350d(0x8a))}:_0x4d350d(0x105)==_0x12d6ac?{'type':_0x4d350d(0xd8),'content':_0x29b665(_0x17b888,_0x4d350d(0xca))}:_0x3594ad;}),_0x2f77a9[_0x4b36ac(0x9c)][_0x4b36ac(0x8e)][_0x4b36ac(0xe7)](_0xb6303c=>this[_0x4b36ac(0xb5)](_0xb6303c)),_0x2f77a9[_0x4b36ac(0x9c)][_0x4b36ac(0x8e)][_0x4b36ac(0xe7)](_0x1519d9=>this[_0x4b36ac(0x7c)](_0x1519d9)),_0x2f77a9[_0x4b36ac(0x9c)][_0x4b36ac(0x8e)][_0x4b36ac(0xe7)](_0x37f780=>this[_0x4b36ac(0xd2)](_0x37f780)),this[_0x4b36ac(0x90)]();}[_0x2316a4(0xb5)](_0x55954a){const _0x3fb809=_0x2316a4;if(_0x55954a[_0x3fb809(0xa6)][_0x3fb809(0xa2)]||!_0x55954a[_0x3fb809(0xa6)][_0x3fb809(0x96)])return!0x1;let _0x3962ba=!0x1;const _0x4e045a=this[_0x3fb809(0x104)][_0x3fb809(0xbb)][_0x3fb809(0xab)](_0x3fb809(0xc4))[_0x3fb809(0xa4)]({'skipNotAttached':!0x0})[_0x3fb809(0xf4)](_0xda843f=>_0xda843f[_0x3fb809(0xb3)]&&_0x3fb809(0xb2)==_0xda843f[_0x3fb809(0xb3)][_0x3fb809(0x77)])[_0x3fb809(0xf4)](_0x2cc4f0=>_0x2cc4f0[_0x3fb809(0xb3)][_0x3fb809(0xc0)]&&_0x2cc4f0[_0x3fb809(0xb3)][_0x3fb809(0x105)]);for(const _0x55878b of _0x4e045a)le(_0x55878b)||(_0x55954a[_0x3fb809(0xdf)](_0x55878b[_0x3fb809(0xd9)]()),_0x3962ba=!0x0);return _0x3962ba;}[_0x2316a4(0x7c)](_0x5e6145){const _0x2606c7=_0x2316a4;if(_0x5e6145[_0x2606c7(0xa6)][_0x2606c7(0xa2)]||!_0x5e6145[_0x2606c7(0xa6)][_0x2606c7(0x96)])return!0x1;const _0x465e4a=this[_0x2606c7(0x104)][_0x2606c7(0xbb)][_0x2606c7(0xab)](_0x2606c7(0xc4));if(_0x465e4a[_0x2606c7(0xb9)][_0x2606c7(0x92)])return!0x1;let _0x10c41a=!0x1;const _0x18be3b=[_0x2606c7(0xda),_0x2606c7(0xb2),_0x2606c7(0xfb),_0x2606c7(0x83),_0x2606c7(0x86),_0x2606c7(0xfa),_0x2606c7(0xb1),_0x2606c7(0xf8),_0x2606c7(0x7d)],_0x4b9257=this[_0x2606c7(0x104)][_0x2606c7(0x9c)][_0x2606c7(0x8e)][_0x2606c7(0xa0)][_0x2606c7(0x7a)]()[_0x2606c7(0xf4)](_0x5e906d=>_0x2606c7(0xd3)==_0x5e906d[_0x2606c7(0xb0)])[_0x2606c7(0xf4)](_0x319bb3=>_0x18be3b[_0x2606c7(0x80)](_0x319bb3[_0x2606c7(0xf7)]));if(0x0==_0x4b9257[_0x2606c7(0xeb)])return _0x10c41a;for(const _0x1e92f7 of _0x4b9257){const _0x5b41bc=_0x465e4a[_0x2606c7(0x7e)](_0x1e92f7[_0x2606c7(0xae)],_0x2606c7(0xd3))[_0x2606c7(0xf4)](_0x2225e4=>!_0x2225e4[_0x2606c7(0xbc)][_0x2606c7(0x78)])[_0x2606c7(0x100)](_0x350336=>_0x350336[_0x2606c7(0xe2)])[_0x2606c7(0xf4)](_0x50c7f5=>{const _0x2a457c=_0x2606c7,_0x2332f9=_0x465e4a[_0x2a457c(0xe0)](_0x50c7f5);return _0x18be3b[_0x2a457c(0x80)](_0x2332f9);});if(_0x5b41bc[_0x2606c7(0xeb)]){for(const _0x28df55 of _0x5b41bc)_0x5e6145[_0x2606c7(0xdf)](_0x28df55[_0x2606c7(0xd9)]());_0x10c41a=!0x0;}}return _0x10c41a;}[_0x2316a4(0xd2)](_0x350265){const _0x583a7f=_0x2316a4;if(_0x350265[_0x583a7f(0xa6)][_0x583a7f(0xa2)]||!_0x350265[_0x583a7f(0xa6)][_0x583a7f(0x96)])return!0x1;const _0x47bb76=this[_0x583a7f(0x104)][_0x583a7f(0xbb)][_0x583a7f(0xab)](_0x583a7f(0xc4));let _0x1d278b=!0x1;const _0x5b67a1=[_0x583a7f(0xda),_0x583a7f(0xb2),_0x583a7f(0xfb),_0x583a7f(0x83),_0x583a7f(0x86),_0x583a7f(0xfa),_0x583a7f(0xb1),_0x583a7f(0xf8),_0x583a7f(0x7d)];for(const _0x29f292 of _0x47bb76[_0x583a7f(0xa4)]({'skipNotAttached':!0x0})){const _0x4137fc=_0x47bb76[_0x583a7f(0x7e)](_0x29f292[_0x583a7f(0xc3)](),_0x583a7f(0xd3))[_0x583a7f(0x100)](_0x4d192f=>_0x4d192f[_0x583a7f(0xe2)])[_0x583a7f(0xf4)](_0x456b0e=>_0x456b0e[_0x583a7f(0xb3)]&&_0x5b67a1[_0x583a7f(0x80)](_0x456b0e[_0x583a7f(0xb3)][_0x583a7f(0x77)]));if(!_0x4137fc[_0x583a7f(0xeb)])continue;const _0x48e978=_0x4137fc[0x0][_0x583a7f(0xcb)][_0x583a7f(0xee)][_0x583a7f(0xac)];if(!_0x4137fc[_0x583a7f(0x75)](_0x407425=>_0x407425[_0x583a7f(0xee)][_0x583a7f(0xac)]===_0x48e978)){for(const _0x4560b5 of _0x4137fc)_0x596ad4(_0x4560b5,_0x48e978)&&(_0x1d278b=!0x0);}}return _0x1d278b;function _0x41d540(_0x397d3f,_0x4562d9){const _0x598807=_0x583a7f;for(const _0x260241 of _0x47bb76[_0x598807(0xa4)]({'skipNotAttached':!0x0})[_0x598807(0xf4)](_0x58c7bc=>_0x598807(0xd3)==_0x58c7bc[_0x598807(0xb0)]&&_0x58c7bc[_0x598807(0xee)][_0x598807(0xac)]==_0x397d3f))_0x260241[_0x598807(0xfd)](_0x598807(0xac),_0x4562d9);}function _0x596ad4(_0x3f84d1,_0x4c5d00){const _0x5bf0d0=_0x583a7f;let _0x31bb47=_0x3f84d1[_0x5bf0d0(0xcb)],_0x399202=!0x1;for(;_0x31bb47;)_0x31bb47[_0x5bf0d0(0xee)][_0x5bf0d0(0xac)]!=_0x4c5d00&&(_0x41d540(_0x31bb47[_0x5bf0d0(0xee)][_0x5bf0d0(0xac)],_0x4c5d00),_0x31bb47[_0x5bf0d0(0xfd)](_0x5bf0d0(0xac),_0x4c5d00),_0x399202=!0x0),_0x31bb47=_0x31bb47[_0x5bf0d0(0x81)];return _0x399202;}}[_0x2316a4(0x90)](){const _0x29e03d=_0x2316a4,_0x9149c4=this[_0x29e03d(0x104)],_0x5b2b11=_0x9149c4[_0x29e03d(0xc2)],_0x14bd24=_0x9149c4[_0x29e03d(0xbb)][_0x29e03d(0xab)](_0x29e03d(0xc4));this[_0x29e03d(0x84)](),_0x14bd24[_0x29e03d(0x8d)][_0x29e03d(0x85)](_0x29e03d(0x101),_0x29e03d(0xdc),_0x29e03d(0xbd),function(_0x3b2e5d,_0x280262){const _0x21f018=_0x29e03d,_0x7e55a3=[];for(let _0x1ca068 of _0x3b2e5d)_0x1ca068[_0x21f018(0x95)][_0x21f018(0xfe)]===_0x1ca068[_0x21f018(0x9d)][_0x21f018(0xb6)]&&(_0x1ca068=_0x9149c4[_0x21f018(0x9c)][_0x21f018(0xa8)](_0x9149c4[_0x21f018(0x9c)][_0x21f018(0x9e)](_0x1ca068[_0x21f018(0x95)][_0x21f018(0xfe)],0x0))),_0x7e55a3[_0x21f018(0xe3)](_0x1ca068);_0x9149c4[_0x21f018(0x9c)][_0x21f018(0xb8)](_0x134ad0=>{const _0xd4ffe9=_0x21f018,_0x4fb9a4=_0x9149c4[_0xd4ffe9(0x9c)][_0xd4ffe9(0x8e)][_0xd4ffe9(0xd0)],_0x4ea0b0=Array[_0xd4ffe9(0xa9)](_0x4fb9a4[_0xd4ffe9(0xfc)]())[_0xd4ffe9(0x100)](_0x157e0b=>_0x23d461[_0xd4ffe9(0x9f)](_0x157e0b));_0x134ad0[_0xd4ffe9(0xa7)](_0x7e55a3),_0x9149c4[_0xd4ffe9(0xc9)][_0xd4ffe9(0xab)](_0x280262[_0xd4ffe9(0x71)])[_0xd4ffe9(0xe8)](),_0x280262[_0xd4ffe9(0xef)][_0xd4ffe9(0xe3)]({'forceDefaultExecution':!0x0}),_0x9149c4[_0xd4ffe9(0xdd)](_0x280262[_0xd4ffe9(0x71)],..._0x280262[_0xd4ffe9(0xef)]),_0x134ad0[_0xd4ffe9(0xa7)](_0x4ea0b0);for(const _0x1a0e83 of _0x4ea0b0)_0x1a0e83[_0xd4ffe9(0x102)]();});}),_0x14bd24[_0x29e03d(0xbe)][_0x29e03d(0x94)](function(_0x1db1fc){const _0x5b9af3=_0x29e03d,_0x33ae53=!_0x9149c4[_0x5b9af3(0x9c)][_0x5b9af3(0xad)][_0x5b9af3(0x7f)](_0x1db1fc),_0x37d9bd=_0x1db1fc[_0x5b9af3(0xea)],_0x44a856=_0x1db1fc[_0x5b9af3(0x76)],_0x3dc629=_0x1db1fc[_0x5b9af3(0xf6)](_0x5b9af3(0xb2)),_0x4d12bc=!_0x37d9bd||_0x37d9bd[_0x5b9af3(0xf6)](_0x5b9af3(0xb2))!==_0x3dc629,_0xc02616=!_0x44a856||_0x44a856[_0x5b9af3(0xf6)](_0x5b9af3(0xb2))!==_0x3dc629;return _0x33ae53&&Boolean(_0x3dc629)&&_0x4d12bc&&_0xc02616;},_0x9a05f5=>_0x29b665(_0x5b2b11,_0x29e03d(0x89),_0x9a05f5));}[_0x2316a4(0x84)](){const _0x469248=_0x2316a4,_0x1e30f5=this[_0x469248(0x104)],_0x5a0e00=_0x1e30f5[_0x469248(0xc2)];function _0x16c6cd(_0x2e7b63){const _0x47f94a=_0x469248,_0x4267ed=_0x1e30f5[_0x47f94a(0xc9)][_0x47f94a(0xab)](_0x47f94a(0xcc))[_0x47f94a(0x92)],_0x16262d=_0x1e30f5[_0x47f94a(0xc9)][_0x47f94a(0xab)](_0x47f94a(0xe9))[_0x47f94a(0x92)];return _0x47f94a(0xe9)===_0x2e7b63?_0x4267ed:_0x16262d;}_0x1e30f5[_0x469248(0xbb)][_0x469248(0xab)](_0x469248(0xc4))[_0x469248(0xbe)][_0x469248(0xd1)](function(_0xc43f9c){const _0x5b7895=_0x469248;if(_0x5b7895(0x101)!=_0xc43f9c[_0x5b7895(0xb0)])return;const {data:_0x4a9a0e}=_0xc43f9c;if(!_0x4a9a0e)return;let _0x3264e3,_0x18a696,_0x128eea,_0x475a3f;switch(_0x4a9a0e[_0x5b7895(0x71)]){case _0x5b7895(0xcc):_0x128eea=_0x4a9a0e[_0x5b7895(0xef)][0x0][_0x5b7895(0x93)],_0x475a3f=_0x16c6cd(_0x4a9a0e[_0x5b7895(0x71)]),_0x3264e3=_0x128eea?_0x5b7895(0xf9):_0x5b7895(0x8c),!_0x475a3f&&_0x1e30f5[_0x5b7895(0xa3)][_0x5b7895(0xab)](_0x5b7895(0x9a))||(_0x3264e3=_0x5b7895(0x74)),_0x18a696={'type':_0x5b7895(0xd8),'content':_0x29b665(_0x5a0e00,_0x3264e3,_0x29b665(_0x5a0e00,_0x5b7895(0xcf)))};break;case _0x5b7895(0xe9):_0x128eea=_0x4a9a0e[_0x5b7895(0xef)][0x0][_0x5b7895(0x93)],_0x475a3f=_0x16c6cd(_0x4a9a0e[_0x5b7895(0x71)]),_0x3264e3=_0x128eea?_0x5b7895(0xf9):_0x5b7895(0x8c),!_0x475a3f&&_0x1e30f5[_0x5b7895(0xa3)][_0x5b7895(0xab)](_0x5b7895(0x9a))||(_0x3264e3=_0x5b7895(0x74)),_0x18a696={'type':_0x5b7895(0xd8),'content':_0x29b665(_0x5a0e00,_0x3264e3,_0x29b665(_0x5a0e00,_0x5b7895(0x87)))};break;case _0x5b7895(0x9b):_0x3264e3=_0x5b7895(0xe4),_0x18a696={'type':_0x5b7895(0xd8),'content':_0x29b665(_0x5a0e00,_0x3264e3,_0x29b665(_0x5a0e00,_0x5b7895(0x89)))};break;case _0x5b7895(0xe1):_0x3264e3=function(_0x1f44e0){const _0xcbeb0e=_0x5b7895,_0x517ba1=_0x1f44e0[_0xcbeb0e(0xc3)]();let _0x582c45=_0x517ba1[_0xcbeb0e(0x95)][_0xcbeb0e(0xfe)];for(;_0x582c45&&_0x517ba1[_0xcbeb0e(0xb4)](_0x582c45);){if(_0x582c45[_0xcbeb0e(0xf6)](_0xcbeb0e(0xfb))>0x0)return!0x1;_0x582c45=_0x582c45[_0xcbeb0e(0x76)];}return!0x0;}(_0xc43f9c)?_0x29b665(_0x5a0e00,_0x5b7895(0x8c),_0x29b665(_0x5a0e00,function(_0x5a6115){const _0x5b2ce1=_0x5b7895;return _0x5b2ce1(0xc6)+_0x5a6115[_0x5b2ce1(0xc3)]()[_0x5b2ce1(0x95)][_0x5b2ce1(0xfe)][_0x5b2ce1(0xf6)](_0x5b2ce1(0xda))[_0x5b2ce1(0x91)]()+_0x5b2ce1(0xaf);}(_0xc43f9c))):_0x29b665(_0x5a0e00,_0x5b7895(0xf0),_0x29b665(_0x5a0e00,_0x5b7895(0x89))),_0x18a696={'type':_0x5b7895(0xd8),'content':_0x3264e3};break;case _0x5b7895(0x72):case _0x5b7895(0xce):!0x1===_0x4a9a0e[_0x5b7895(0xde)]&&(_0x3264e3=_0x5b7895(0xff),_0x18a696={'type':_0x5b7895(0x98),'content':_0x29b665(_0x5a0e00,_0x3264e3,_0x29b665(_0x5a0e00,_0x5b7895(0x89)))});}return _0x18a696;});}}function le(_0x3169db){const _0x47f51a=_0x2316a4;let _0x30a636=_0x3169db[_0x47f51a(0xc3)]()[_0x47f51a(0x95)][_0x47f51a(0xfe)][_0x47f51a(0xea)];for(;_0x30a636;){const _0x6ef460=_0x30a636[_0x47f51a(0xf6)](_0x47f51a(0xb2));if(!_0x6ef460)return!0x1;if(_0x6ef460==_0x3169db[_0x47f51a(0xb3)][_0x47f51a(0xc0)])return _0x47f51a(0xc0);if(_0x6ef460==_0x3169db[_0x47f51a(0xb3)][_0x47f51a(0x105)])return _0x47f51a(0x105);_0x30a636=_0x30a636[_0x47f51a(0xea)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x4b62(_0x550ef7,_0xee35e7){const _0xa4ce71=_0xa4ce();return _0x4b62=function(_0x4b6223,_0xb878c1){_0x4b6223=_0x4b6223-0xb3;let _0x26a568=_0xa4ce71[_0x4b6223];return _0x26a568;},_0x4b62(_0x550ef7,_0xee35e7);}const _0x4ff6f3=_0x4b62;(function(_0x1c92b2,_0x1f7438){const _0xf88b12=_0x4b62,_0x39abf9=_0x1c92b2();while(!![]){try{const _0x1708f9=parseInt(_0xf88b12(0xc8))/0x1*(parseInt(_0xf88b12(0xe9))/0x2)+parseInt(_0xf88b12(0xd1))/0x3+-parseInt(_0xf88b12(0xca))/0x4*(parseInt(_0xf88b12(0xd2))/0x5)+parseInt(_0xf88b12(0xb8))/0x6*(-parseInt(_0xf88b12(0xbb))/0x7)+parseInt(_0xf88b12(0x100))/0x8*(-parseInt(_0xf88b12(0x108))/0x9)+parseInt(_0xf88b12(0xd9))/0xa*(-parseInt(_0xf88b12(0xc0))/0xb)+-parseInt(_0xf88b12(0xd0))/0xc*(-parseInt(_0xf88b12(0x104))/0xd);if(_0x1708f9===_0x1f7438)break;else _0x39abf9['push'](_0x39abf9['shift']());}catch(_0x1defad){_0x39abf9['push'](_0x39abf9['shift']());}}}(_0xa4ce,0xc7d46));function _0xa4ce(){const _0x4c28a2=['upper-latin','_getTranslationKeyForListStyle','enableDefaultAttributesIntegration','7UrRZWx','plugins','273332XaHVWI','default','styles','key','registerPostFixer','config','132cSVlKv','464565JrOyBk','65BRPnCZ','attribute','lower-latin','toUpperCase','upper-roman','afterInit','listType','10UrBJgj','handleDescriptions','lower-roman','locale','*Format:*\x20set\x20start\x20index\x20to\x20%0','_LIST_DEFAULT','replace','type','newValue','*Remove\x20format:*\x20%0','FORMAT_LIST_START','has','isUndo','includes','getFirstMarker','formatBlock','334874CfUxtg','*Set\x20format:*\x20%0','disc','startIndex','editor','_LIST_','decimal-leading-zero','commandParams','document','listReversed','*Format:*\x20set\x20order\x20to\x20regular','removeMarker','start','square','_findSuggestions','registerAttributeLabel','oldValue','FORMAT_LIST_REVERSED','listStyle','numbered','ELEMENT_','_getAttributeKey','model','196152IfIeAS','commandName','reversed','customNumbered','3088397YyOVZN','list.properties','bind','*Change\x20to:*\x20%0','153KHYzkp','circle','filter','batch','_registerLegacyDescription','getFirstRange','bulleted','format','*Format:*\x20set\x20order\x20to\x20reversed','get','ListPropertiesEditing','getAttribute','TrackChangesEditing','next','registerDescriptionCallback','492PMBWLC','head','decimal','132321KJsBom','descriptionFactory','registerBlockAttribute','data','find','2931203NmmTpi','listStart','suggestion','getSuggestions','nodeAfter'];_0xa4ce=function(){return _0x4c28a2;};return _0xa4ce();}import{Plugin as _0x406a83}from'ckeditor5/src/core.js';import{getTranslation as _0x4da6db}from'../utils/common-translations.js';export default class ue extends _0x406a83{[_0x4ff6f3(0xd7)](){const _0x51a322=_0x4ff6f3;if(!this[_0x51a322(0xed)][_0x51a322(0xc9)][_0x51a322(0xe4)](_0x51a322(0xb3)))return;const _0x105645=this[_0x51a322(0xed)][_0x51a322(0xcf)][_0x51a322(0x111)](_0x51a322(0x105)),_0x551a80=this[_0x51a322(0xed)][_0x51a322(0xc9)][_0x51a322(0x111)](_0x51a322(0xb5));_0x105645[_0x51a322(0xcc)]&&(_0x551a80[_0x51a322(0xc7)](_0x51a322(0xfb)),_0x551a80[_0x51a322(0xbd)](_0x51a322(0xfb))),_0x105645[_0x51a322(0x102)]&&(_0x551a80[_0x51a322(0xc7)](_0x51a322(0xf2)),_0x551a80[_0x51a322(0xbd)](_0x51a322(0xf2))),_0x105645[_0x51a322(0xec)]&&(_0x551a80[_0x51a322(0xc7)](_0x51a322(0xc1)),_0x551a80[_0x51a322(0xbd)](_0x51a322(0xc1)));const _0x35bc47={'type':_0x51a322(0x10f),'content':''};_0x551a80[_0x51a322(0xbc)][_0x51a322(0xb7)](this[_0x51a322(0xda)][_0x51a322(0x106)](this));const _0x207e32=this[_0x51a322(0xed)][_0x51a322(0xdc)];_0x551a80[_0x51a322(0xbc)][_0x51a322(0xf8)](_0x51a322(0xf2),_0x4da6db(_0x207e32,_0x51a322(0xfa))),_0x551a80[_0x51a322(0xbc)][_0x51a322(0xb7)](_0x5970c5=>{const _0x4a8926=_0x51a322,{data:_0x53dbf1}=_0x5970c5;if(_0x53dbf1&&_0x4a8926(0xf2)==_0x53dbf1[_0x4a8926(0xcd)])return null==_0x53dbf1[_0x4a8926(0xe1)]||0x0==_0x53dbf1[_0x4a8926(0xe1)]&&null==_0x53dbf1[_0x4a8926(0xf9)]?_0x35bc47:void 0x0;}),_0x551a80[_0x51a322(0xbc)][_0x51a322(0xf8)](_0x51a322(0xc1),_0x4da6db(_0x207e32,_0x51a322(0xe3))),_0x551a80[_0x51a322(0xbc)][_0x51a322(0xb7)](_0x2c403c=>{const _0x40c0cc=_0x51a322,{data:_0xc0efb}=_0x2c403c;if(_0xc0efb&&_0x40c0cc(0xc1)==_0xc0efb[_0x40c0cc(0xcd)])return null==_0xc0efb[_0x40c0cc(0xe1)]||0x1==_0xc0efb[_0x40c0cc(0xe1)]&&null==_0xc0efb[_0x40c0cc(0xf9)]?_0x35bc47:void 0x0;}),this[_0x51a322(0xed)][_0x51a322(0xff)][_0x51a322(0xf1)][_0x51a322(0xce)](_0x23dc8f=>{const _0x242522=_0x51a322;if(_0x23dc8f[_0x242522(0x10b)][_0x242522(0xe5)])return!0x1;let _0x53cc1e=!0x1;const _0x50b25d=_0x551a80[_0x242522(0xc3)]({'skipNotAttached':!0x0})[_0x242522(0x10a)](_0x474459=>{const _0x2be443=_0x242522,_0x3ec193=_0x551a80[_0x2be443(0xfe)](_0x474459);return _0x2be443(0xc1)==_0x3ec193||_0x2be443(0xf2)==_0x3ec193;});for(const _0x27e4f7 of _0x50b25d){const _0x30a264=_0x27e4f7[_0x242522(0x10d)]()[_0x242522(0xf5)][_0x242522(0xc4)][_0x242522(0xb4)](_0x242522(0xd8));if(_0x242522(0xfc)==_0x30a264||_0x242522(0x103)==_0x30a264)continue;_0x551a80[_0x242522(0xf7)](_0x27e4f7[_0x242522(0x10d)](),_0x242522(0xd3))[_0x242522(0xbf)](_0x264388=>_0x242522(0xd8)==_0x551a80[_0x242522(0xfe)](_0x264388[_0x242522(0xc2)]))||(_0x23dc8f[_0x242522(0xf4)](_0x27e4f7[_0x242522(0xe7)]()),_0x53cc1e=!0x0);}return _0x53cc1e;}),this[_0x51a322(0x10c)]();}[_0x4ff6f3(0xda)](_0x133b51){const _0x3505e7=_0x4ff6f3,_0x24a5fb=this[_0x3505e7(0xed)][_0x3505e7(0xdc)],{data:_0x5a9755}=_0x133b51,_0x216a2c={'type':_0x3505e7(0x10f),'content':''};if(!_0x5a9755||_0x3505e7(0xfb)!=_0x5a9755[_0x3505e7(0xcd)])return;if(!_0x5a9755[_0x3505e7(0xf9)])return _0x3505e7(0xcb)==_0x5a9755[_0x3505e7(0xe1)]?_0x216a2c:{'type':_0x3505e7(0x10f),'content':''+_0x4da6db(_0x24a5fb,_0x3505e7(0xea),_0x4da6db(_0x24a5fb,this[_0x3505e7(0xc6)](_0x5a9755[_0x3505e7(0xe1)])))};if(!_0x5a9755[_0x3505e7(0xe1)]){if(_0x3505e7(0xcb)==_0x5a9755[_0x3505e7(0xf9)])return _0x216a2c;let _0x172c00=_0x133b51[_0x3505e7(0xb9)];for(;_0x172c00;){if(_0x172c00[_0x3505e7(0xbe)]&&_0x3505e7(0xd8)==_0x172c00[_0x3505e7(0xbe)][_0x3505e7(0xcd)]&&_0x172c00[_0x3505e7(0xbe)][_0x3505e7(0xe1)])return _0x216a2c;_0x172c00=_0x172c00[_0x3505e7(0xb6)];}return{'type':_0x3505e7(0x10f),'content':''+_0x4da6db(_0x24a5fb,_0x3505e7(0xe2),_0x4da6db(_0x24a5fb,this[_0x3505e7(0xc6)](_0x5a9755[_0x3505e7(0xf9)])))};}if(_0x3505e7(0xcb)!=_0x5a9755[_0x3505e7(0xe1)])return{'type':_0x3505e7(0x10f),'content':''+_0x4da6db(_0x24a5fb,_0x3505e7(0xea),_0x4da6db(_0x24a5fb,this[_0x3505e7(0xc6)](_0x5a9755[_0x3505e7(0xe1)])))};let _0x35b993=_0x133b51[_0x3505e7(0xb9)];for(;_0x35b993;){if(_0x35b993[_0x3505e7(0xbe)]&&_0x3505e7(0xd8)==_0x35b993[_0x3505e7(0xbe)][_0x3505e7(0xcd)]&&_0x35b993[_0x3505e7(0xbe)][_0x3505e7(0xe1)]&&_0x35b993[_0x3505e7(0xbe)][_0x3505e7(0xf9)])return _0x216a2c;_0x35b993=_0x35b993[_0x3505e7(0xb6)];}const _0x3ba874=_0x133b51[_0x3505e7(0x10d)]()[_0x3505e7(0xf5)][_0x3505e7(0xc4)][_0x3505e7(0xb4)](_0x3505e7(0xd8));return{'type':_0x3505e7(0x10f),'content':_0x4da6db(_0x24a5fb,_0x3505e7(0xea),_0x4da6db(_0x24a5fb,_0x3505e7(0xfd)+_0x3ba874[_0x3505e7(0xd5)]()+_0x3505e7(0xde)))};}[_0x4ff6f3(0x10c)](){const _0x13a071=_0x4ff6f3,_0x46af88=this[_0x13a071(0xed)],_0x39b964=_0x46af88[_0x13a071(0xdc)];_0x46af88[_0x13a071(0xc9)][_0x13a071(0x111)](_0x13a071(0xb5))[_0x13a071(0xbc)][_0x13a071(0xb7)](_0x5e4d4c=>{const _0x4405ed=_0x13a071;if(_0x4405ed(0xe8)!=_0x5e4d4c[_0x4405ed(0xe0)])return;const {data:_0x43e7bd}=_0x5e4d4c;if(!_0x43e7bd)return;let _0x3e3780,_0x1853a1;switch(_0x43e7bd[_0x4405ed(0x101)]){case _0x4405ed(0xfb):_0x3e3780=_0x4405ed(0x107),_0x1853a1={'type':_0x4405ed(0x10f),'content':_0x4da6db(_0x39b964,_0x3e3780,_0x4da6db(_0x39b964,this[_0x4405ed(0xc6)](_0x43e7bd[_0x4405ed(0xf0)][0x0][_0x4405ed(0xe0)])))};break;case _0x4405ed(0xf2):_0x3e3780=_0x43e7bd[_0x4405ed(0xf0)][0x0][_0x4405ed(0x102)]?_0x4405ed(0x110):_0x4405ed(0xf3),_0x1853a1={'type':_0x4405ed(0x10f),'content':_0x4da6db(_0x39b964,_0x3e3780)};break;case _0x4405ed(0xc1):_0x3e3780=_0x4405ed(0xdd),_0x1853a1={'type':_0x4405ed(0x10f),'content':_0x4da6db(_0x39b964,_0x3e3780,_0x43e7bd[_0x4405ed(0xf0)][0x0][_0x4405ed(0xec)])};}return _0x1853a1;});}[_0x4ff6f3(0xc6)](_0x4f3ed6){const _0x4255b2=_0x4ff6f3;return _0x4255b2(0xfd)+function(_0x1eefa5){const _0x28875e=_0x4255b2;if(pe[_0x28875e(0xe6)](_0x1eefa5))return _0x28875e(0x10e);if(ye[_0x28875e(0xe6)](_0x1eefa5))return _0x28875e(0xfc);return null;}(_0x4f3ed6)[_0x4255b2(0xd5)]()+_0x4255b2(0xee)+_0x4f3ed6[_0x4255b2(0xd5)]()[_0x4255b2(0xdf)](/-/g,'_');}}const pe=[_0x4ff6f3(0xeb),_0x4ff6f3(0x109),_0x4ff6f3(0xf6)],ye=[_0x4ff6f3(0xba),_0x4ff6f3(0xef),_0x4ff6f3(0xdb),_0x4ff6f3(0xd6),_0x4ff6f3(0xd4),_0x4ff6f3(0xc5)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x292a(){const _0x1ed88a=['MediaEmbedEditing','high','div','elementToElement','data','stop','afterInit','9gPbwpj','locale','enableCommand','options','1760510azgVwY','mediaEmbed','11FnxMXH','has','245325gqdKtE','downcastDispatcher','conversion','editor','774762oWeIPN','attribute:url:media','plugins','descriptionFactory','TrackChangesEditing','for','89054GLXlGN','media','dataDowncast','54brxZQC','2645028dXJzuH','33224mQJWpR','createEmptyElement','registerElementLabel','showSuggestionHighlights','21PEesGX','get','ELEMENT_MEDIA','16364riuDqg'];_0x292a=function(){return _0x1ed88a;};return _0x292a();}const _0x5f4c94=_0x11bc;(function(_0x4dcc5e,_0x3a9de0){const _0x12a2f4=_0x11bc,_0x17590f=_0x4dcc5e();while(!![]){try{const _0x42e55d=-parseInt(_0x12a2f4(0xf5))/0x1+parseInt(_0x12a2f4(0xef))/0x2+parseInt(_0x12a2f4(0x109))/0x3*(-parseInt(_0x12a2f4(0x101))/0x4)+parseInt(_0x12a2f4(0xeb))/0x5*(parseInt(_0x12a2f4(0xf8))/0x6)+-parseInt(_0x12a2f4(0xfe))/0x7*(parseInt(_0x12a2f4(0xfa))/0x8)+-parseInt(_0x12a2f4(0xf9))/0x9+-parseInt(_0x12a2f4(0x10d))/0xa*(parseInt(_0x12a2f4(0xe9))/0xb);if(_0x42e55d===_0x3a9de0)break;else _0x17590f['push'](_0x17590f['shift']());}catch(_0x28bc15){_0x17590f['push'](_0x17590f['shift']());}}}(_0x292a,0x3bdf5));import{Plugin as _0x1d6535}from'ckeditor5/src/core.js';import{getTranslation as _0x5aad88}from'../utils/common-translations.js';function _0x11bc(_0x48b741,_0x347a0e){const _0x292a92=_0x292a();return _0x11bc=function(_0x11bce2,_0x514ff1){_0x11bce2=_0x11bce2-0xe9;let _0x2cb25d=_0x292a92[_0x11bce2];return _0x2cb25d;},_0x11bc(_0x48b741,_0x347a0e);}export default class ft extends _0x1d6535{[_0x5f4c94(0x108)](){const _0x28f52c=_0x5f4c94,_0xf4431b=this[_0x28f52c(0xee)];if(!_0xf4431b[_0x28f52c(0xf1)][_0x28f52c(0xea)](_0x28f52c(0x102)))return;const _0x5642f3=_0xf4431b[_0x28f52c(0xf1)][_0x28f52c(0xff)](_0x28f52c(0xf3)),_0x281fae=_0xf4431b[_0x28f52c(0x10a)];_0x5642f3[_0x28f52c(0x10b)](_0x28f52c(0x10e)),_0x5642f3[_0x28f52c(0xf2)][_0x28f52c(0xfc)](_0x28f52c(0xf6),_0x8bca0e=>_0x5aad88(_0x281fae,_0x28f52c(0x100),_0x8bca0e)),_0xf4431b[_0x28f52c(0xed)][_0x28f52c(0xf4)](_0x28f52c(0xf7))[_0x28f52c(0x105)]({'model':_0x28f52c(0xf6),'view':(_0xfea8f5,{writer:_0x178360,options:_0x5005f2})=>{const _0x1cd1c1=_0x28f52c;if(_0x5005f2[_0x1cd1c1(0xfd)])return _0x178360[_0x1cd1c1(0xfb)](_0x1cd1c1(0x104));},'converterPriority':_0x28f52c(0x103)}),_0xf4431b[_0x28f52c(0x106)][_0x28f52c(0xec)]['on'](_0x28f52c(0xf0),(_0x5b2634,_0x48e6f9,_0x71e04a)=>{const _0x167369=_0x28f52c;_0x71e04a[_0x167369(0x10c)][_0x167369(0xfd)]&&_0x5b2634[_0x167369(0x107)]();},{'priority':_0x28f52c(0x103)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x4292(_0x2fe060,_0x3a4f78){const _0x2b769b=_0x2b76();return _0x4292=function(_0x4292b2,_0x3d8309){_0x4292b2=_0x4292b2-0x94;let _0x23ba8c=_0x2b769b[_0x4292b2];return _0x23ba8c;},_0x4292(_0x2fe060,_0x3a4f78);}const _0x5ee798=_0x4292;(function(_0x38c45b,_0x31e0d5){const _0x58aef1=_0x4292,_0xbd4567=_0x38c45b();while(!![]){try{const _0x42ac3b=parseInt(_0x58aef1(0x9d))/0x1+-parseInt(_0x58aef1(0xa1))/0x2*(parseInt(_0x58aef1(0x9f))/0x3)+-parseInt(_0x58aef1(0xa2))/0x4*(parseInt(_0x58aef1(0x99))/0x5)+-parseInt(_0x58aef1(0xa0))/0x6+parseInt(_0x58aef1(0xa4))/0x7+parseInt(_0x58aef1(0x9b))/0x8+parseInt(_0x58aef1(0x96))/0x9*(parseInt(_0x58aef1(0xa3))/0xa);if(_0x42ac3b===_0x31e0d5)break;else _0xbd4567['push'](_0xbd4567['shift']());}catch(_0x4b83a6){_0xbd4567['push'](_0xbd4567['shift']());}}}(_0x2b76,0x50771));import{Plugin as _0x412338}from'ckeditor5/src/core.js';export default class gt extends _0x412338{[_0x5ee798(0x97)](){const _0x244d08=_0x5ee798,_0x4aa87b=this[_0x244d08(0xa5)];_0x4aa87b[_0x244d08(0x9e)][_0x244d08(0x94)](_0x244d08(0xa6))&&_0x4aa87b[_0x244d08(0x9e)][_0x244d08(0x98)](_0x244d08(0x9a))[_0x244d08(0x9c)](_0x244d08(0x95));}}function _0x2b76(){const _0x2d7915=['8tqMzZA','8cmiAeW','6049540XVkNuf','2110157ZBeHEV','editor','MentionEditing','has','mention','9dYfiuP','afterInit','get','746720bpcRbS','TrackChangesEditing','4422256rizCfz','enableCommand','272708AtfCoh','plugins','346629fNqInb','3848700NWTuRz'];_0x2b76=function(){return _0x2d7915;};return _0x2b76();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x3cef4d=_0x1e96;function _0x1e96(_0x44379b,_0x178511){const _0x52ecff=_0x52ec();return _0x1e96=function(_0x1e96a1,_0x2691c3){_0x1e96a1=_0x1e96a1-0x1bb;let _0x3b75d9=_0x52ecff[_0x1e96a1];return _0x3b75d9;},_0x1e96(_0x44379b,_0x178511);}(function(_0x1098d0,_0x8b4c60){const _0x11af7f=_0x1e96,_0xfffff2=_0x1098d0();while(!![]){try{const _0x115211=parseInt(_0x11af7f(0x1db))/0x1+parseInt(_0x11af7f(0x1c4))/0x2*(-parseInt(_0x11af7f(0x1c0))/0x3)+parseInt(_0x11af7f(0x1cb))/0x4+-parseInt(_0x11af7f(0x1d2))/0x5*(parseInt(_0x11af7f(0x1d8))/0x6)+parseInt(_0x11af7f(0x1cd))/0x7+-parseInt(_0x11af7f(0x1be))/0x8+parseInt(_0x11af7f(0x1c6))/0x9;if(_0x115211===_0x8b4c60)break;else _0xfffff2['push'](_0xfffff2['shift']());}catch(_0x5a32f3){_0xfffff2['push'](_0xfffff2['shift']());}}}(_0x52ec,0x41036));import{Plugin as _0x398e9f}from'ckeditor5/src/core.js';function _0x52ec(){const _0xd58c98=['multiLevelList','4307859BKHgHG','registerBlockAttribute','has','key','locale','748956zyuShE','afterInit','1582861PFcsQw','ELEMENT_MULTI_LEVEL_LIST','MultiLevelList','descriptionFactory','registerDescriptionCallback','10PArtqM','newValue','*Remove\x20format:*\x20%0','get','format','head','599382kCgZZl','editor','handleDescriptions','283309qZpxMX','data','*Set\x20format:*\x20%0','listType','TrackChangesEditing','enableDefaultAttributesIntegration','3581136infgAB','listMarkerStyle','41304KVnchX','plugins','next','oldValue','38ItrhWc'];_0x52ec=function(){return _0xd58c98;};return _0x52ec();}import{getTranslation as _0x4c6343}from'../utils/common-translations.js';export default class lt extends _0x398e9f{[_0x3cef4d(0x1cc)](){const _0x5302cd=_0x3cef4d,_0x496529=this[_0x5302cd(0x1d9)],_0x100d2d=_0x496529[_0x5302cd(0x1c1)][_0x5302cd(0x1d5)](_0x5302cd(0x1bc));_0x496529[_0x5302cd(0x1c1)][_0x5302cd(0x1c8)](_0x5302cd(0x1cf))&&(_0x100d2d[_0x5302cd(0x1bd)](_0x5302cd(0x1c5)),_0x100d2d[_0x5302cd(0x1c7)](_0x5302cd(0x1bf)),_0x100d2d[_0x5302cd(0x1d0)][_0x5302cd(0x1d1)](_0x1aea26=>this[_0x5302cd(0x1da)](_0x1aea26)));}[_0x3cef4d(0x1da)](_0x3946d7){const _0x479b9a=_0x3cef4d,_0x5e24b9=this[_0x479b9a(0x1d9)][_0x479b9a(0x1ca)],{data:_0x2e9faf}=_0x3946d7,_0x783999={'type':_0x479b9a(0x1d6),'content':''};if(_0x2e9faf&&_0x479b9a(0x1bf)==_0x2e9faf[_0x479b9a(0x1c9)]){if(!_0x2e9faf[_0x479b9a(0x1c3)])return{'type':_0x479b9a(0x1d6),'content':_0x4c6343(_0x5e24b9,_0x479b9a(0x1dd),_0x4c6343(_0x5e24b9,_0x479b9a(0x1ce)))+'\x20('+_0x2e9faf[_0x479b9a(0x1d3)]+')'};if(!_0x2e9faf[_0x479b9a(0x1d3)]){let _0x5cc486=_0x3946d7[_0x479b9a(0x1d7)];for(;_0x5cc486;){if(_0x5cc486[_0x479b9a(0x1dc)]&&_0x479b9a(0x1bb)==_0x5cc486[_0x479b9a(0x1dc)][_0x479b9a(0x1c9)]&&_0x5cc486[_0x479b9a(0x1dc)][_0x479b9a(0x1d3)])return _0x783999;_0x5cc486=_0x5cc486[_0x479b9a(0x1c2)];}return{'type':_0x479b9a(0x1d6),'content':_0x4c6343(_0x5e24b9,_0x479b9a(0x1d4),_0x4c6343(_0x5e24b9,_0x479b9a(0x1ce)))+'\x20('+_0x2e9faf[_0x479b9a(0x1c3)]+')'};}}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x40bbcd=_0x46b5;(function(_0x54f31b,_0x51a886){const _0x201c41=_0x46b5,_0x41a791=_0x54f31b();while(!![]){try{const _0x4554a6=parseInt(_0x201c41(0xef))/0x1*(-parseInt(_0x201c41(0xe3))/0x2)+-parseInt(_0x201c41(0xf2))/0x3+parseInt(_0x201c41(0xeb))/0x4*(-parseInt(_0x201c41(0xe1))/0x5)+-parseInt(_0x201c41(0xe7))/0x6+parseInt(_0x201c41(0xf5))/0x7*(-parseInt(_0x201c41(0xf3))/0x8)+-parseInt(_0x201c41(0xf1))/0x9+-parseInt(_0x201c41(0xf4))/0xa*(-parseInt(_0x201c41(0xe4))/0xb);if(_0x4554a6===_0x51a886)break;else _0x41a791['push'](_0x41a791['shift']());}catch(_0x404a23){_0x41a791['push'](_0x41a791['shift']());}}}(_0x5bfb,0x209db));import{Plugin as _0x3f1cf8}from'ckeditor5/src/core.js';function _0x5bfb(){const _0x4ffc77=['pageBreak','TrackChangesEditing','editor','303rMCvXS','afterInit','2393091XatiQD','323835NKwqqi','274976ENuiND','10gxPPGu','35cVhBiA','get','has','descriptionFactory','1096285gRDNlf','ELEMENT_PAGE_BREAK','1076HTLGBV','12420969RbxPwz','registerElementLabel','locale','405654qCPfoR','enableCommand','plugins','PageBreakEditing','4XsPbEn'];_0x5bfb=function(){return _0x4ffc77;};return _0x5bfb();}import{getTranslation as _0x34b41f}from'../utils/common-translations.js';function _0x46b5(_0x1de23c,_0x2e7b4b){const _0x5bfbdf=_0x5bfb();return _0x46b5=function(_0x46b54d,_0x2a7050){_0x46b54d=_0x46b54d-0xde;let _0x418a35=_0x5bfbdf[_0x46b54d];return _0x418a35;},_0x46b5(_0x1de23c,_0x2e7b4b);}export default class mt extends _0x3f1cf8{[_0x40bbcd(0xf0)](){const _0x378d41=_0x40bbcd,_0x52634a=this[_0x378d41(0xee)];if(!_0x52634a[_0x378d41(0xe9)][_0x378d41(0xdf)](_0x378d41(0xea)))return;_0x52634a[_0x378d41(0xe9)][_0x378d41(0xde)](_0x378d41(0xed))[_0x378d41(0xe8)](_0x378d41(0xec));const _0x57eb40=_0x52634a[_0x378d41(0xe9)][_0x378d41(0xde)](_0x378d41(0xed)),_0x580e6a=_0x52634a[_0x378d41(0xe6)];_0x57eb40[_0x378d41(0xe0)][_0x378d41(0xe5)](_0x378d41(0xec),_0x5c8e8c=>_0x34b41f(_0x580e6a,_0x378d41(0xe2),_0x5c8e8c));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x543d95=_0x2157;(function(_0x4ed675,_0x1fa161){const _0x488206=_0x2157,_0x376da8=_0x4ed675();while(!![]){try{const _0x584254=-parseInt(_0x488206(0x181))/0x1*(parseInt(_0x488206(0x19d))/0x2)+parseInt(_0x488206(0x18f))/0x3+-parseInt(_0x488206(0x17e))/0x4+-parseInt(_0x488206(0x1a0))/0x5*(parseInt(_0x488206(0x182))/0x6)+-parseInt(_0x488206(0x178))/0x7+-parseInt(_0x488206(0x1b8))/0x8*(-parseInt(_0x488206(0x17d))/0x9)+parseInt(_0x488206(0x198))/0xa;if(_0x584254===_0x1fa161)break;else _0x376da8['push'](_0x376da8['shift']());}catch(_0x1dd704){_0x376da8['push'](_0x376da8['shift']());}}}(_0xff34,0xd02a4));import{Plugin as _0x2d9f48}from'ckeditor5/src/core.js';function _0xff34(){const _0x234083=['3541644txpCmc','TrackChangesEditing','markerName','plugins','activeMarkers','writer','isTouching','addMarker:suggestion:insertion','start','39118670oiROVG','options','consume','locale','insertParagraph','2606pUvinO','checkChild','ELEMENT_PARAGRAPH','1888915TyJwOJ','type','ck-suggestion-marker--active','showSuggestionHighlights','createUIElement','data','registerElementLabel','model','enableCommand','schema','includes','has','getFirstRange','span','insertion','*Insert:*\x20%0','getItemLabel','markerRange','downcastDispatcher','ck-suggestion-marker-split','Paragraph','registerDescriptionCallback','enableDefaultAttributesIntegration','isLimit','145224OcLgjP','_registerLegacyDescription','commandName','bindElementToMarker','$text','highest','2077131iSBQCC','descriptionFactory','consumable','addClass','*Change\x20to:*\x20%0','252ARYqrK','5449028JldjIb','toViewPosition','isBlock','1211zyHWQt','24glBnat','nodeAfter','name','editing','formatBlock','get','format','paragraph','end','mapper','editor','afterInit','insert'];_0xff34=function(){return _0x234083;};return _0xff34();}import{getTranslation as _0x4df689}from'../utils/common-translations.js';export default class dt extends _0x2d9f48{[_0x543d95(0x18d)](){const _0x3c7919=_0x543d95,_0xa76e6e=this[_0x3c7919(0x18c)];if(!_0xa76e6e[_0x3c7919(0x192)][_0x3c7919(0x1ab)](_0x3c7919(0x1b4)))return;const _0x570b11=_0xa76e6e[_0x3c7919(0x19b)],_0x55bec9=_0xa76e6e[_0x3c7919(0x192)][_0x3c7919(0x187)](_0x3c7919(0x190));_0x55bec9[_0x3c7919(0x179)][_0x3c7919(0x1a6)](_0x3c7919(0x189),_0xb50c84=>_0x4df689(_0x570b11,_0x3c7919(0x19f),_0xb50c84)),_0x55bec9[_0x3c7919(0x1b6)](_0x3c7919(0x189)),_0x55bec9[_0x3c7919(0x1a8)](_0x3c7919(0x19c)),_0xa76e6e[_0x3c7919(0x185)][_0x3c7919(0x1b2)]['on'](_0x3c7919(0x196),nr(_0xa76e6e),{'priority':_0x3c7919(0x177)}),_0xa76e6e[_0x3c7919(0x1a5)][_0x3c7919(0x1b2)]['on'](_0x3c7919(0x196),(_0x36a46a,_0x527546,_0x59ef04)=>{const _0x152d3c=_0x3c7919;_0x59ef04[_0x152d3c(0x199)][_0x152d3c(0x1a3)]&&nr(_0xa76e6e,{'showActiveMarker':!0x1})(_0x36a46a,_0x527546,_0x59ef04);},{'priority':_0x3c7919(0x177)});const _0x24e8b8=_0x55bec9[_0x3c7919(0x179)];_0x24e8b8[_0x3c7919(0x1b5)](_0x281f46=>{const _0x24fc1f=_0x3c7919;if(_0x24fc1f(0x1ae)!==_0x281f46[_0x24fc1f(0x1a1)])return;const {start:_0x231727,end:_0x37db2a}=_0x281f46[_0x24fc1f(0x1ac)]();if(!_0x231727[_0x24fc1f(0x195)](_0x37db2a)||!_0x231727[_0x24fc1f(0x183)])return;const _0x550403=_0xa76e6e[_0x24fc1f(0x1a7)][_0x24fc1f(0x1a9)],_0x11767a=_0x231727[_0x24fc1f(0x183)];return _0x550403[_0x24fc1f(0x180)](_0x11767a)&&!_0x550403[_0x24fc1f(0x1b7)](_0x11767a)&&_0x550403[_0x24fc1f(0x19e)](_0x11767a,_0x24fc1f(0x176))?{'type':_0x24fc1f(0x1ae),'content':_0x4df689(_0x570b11,_0x24fc1f(0x1af),_0x24e8b8[_0x24fc1f(0x1b0)](_0x11767a,0x1))}:void 0x0;}),this[_0x3c7919(0x1b9)]();}[_0x543d95(0x1b9)](){const _0x2c7601=_0x543d95,_0x136be7=this[_0x2c7601(0x18c)],_0x27c2a3=_0x136be7[_0x2c7601(0x19b)];_0x136be7[_0x2c7601(0x192)][_0x2c7601(0x187)](_0x2c7601(0x190))[_0x2c7601(0x179)][_0x2c7601(0x1b5)](_0x3be9b3=>{const _0x3cdd66=_0x2c7601;if(_0x3cdd66(0x186)!=_0x3be9b3[_0x3cdd66(0x1a1)])return;const {data:_0x2d8762}=_0x3be9b3;return _0x2d8762&&_0x3cdd66(0x189)==_0x2d8762[_0x3cdd66(0x174)]?{'type':_0x3cdd66(0x188),'content':_0x4df689(_0x27c2a3,_0x3cdd66(0x17c),_0x4df689(_0x27c2a3,_0x3cdd66(0x19f)))}:void 0x0;});}}function _0x2157(_0x4aa3b7,_0x3ed81d){const _0xff3403=_0xff34();return _0x2157=function(_0x2157e8,_0x3018a9){_0x2157e8=_0x2157e8-0x174;let _0x349610=_0xff3403[_0x2157e8];return _0x349610;},_0x2157(_0x4aa3b7,_0x3ed81d);}function nr(_0x4cd546,{showActiveMarker:_0x2a0e10=!0x0}={}){return(_0xa51f58,_0x3f07a9,_0x2fb33e)=>{const _0x56c6ec=_0x2157,_0x4a0b42=_0x4cd546[_0x56c6ec(0x192)][_0x56c6ec(0x187)](_0x56c6ec(0x190)),_0x2a50a0=_0x3f07a9[_0x56c6ec(0x1b1)][_0x56c6ec(0x197)],_0x30645f=_0x3f07a9[_0x56c6ec(0x1b1)][_0x56c6ec(0x18a)],_0x136f07=_0x4cd546[_0x56c6ec(0x1a7)][_0x56c6ec(0x1a9)];if(!_0x2a50a0[_0x56c6ec(0x195)](_0x30645f)||!_0x2a50a0[_0x56c6ec(0x183)])return;const _0x25dadd=_0x2a50a0[_0x56c6ec(0x183)];if(_0x136f07[_0x56c6ec(0x180)](_0x25dadd)&&!_0x136f07[_0x56c6ec(0x1b7)](_0x25dadd)&&_0x136f07[_0x56c6ec(0x19e)](_0x25dadd,_0x56c6ec(0x176))){if(!_0x2fb33e[_0x56c6ec(0x17a)][_0x56c6ec(0x19a)](_0x3f07a9[_0x56c6ec(0x1b1)],_0xa51f58[_0x56c6ec(0x184)]))return;const _0x50ee05=_0x2fb33e[_0x56c6ec(0x194)][_0x56c6ec(0x1a4)](_0x56c6ec(0x1ad),{'class':_0x56c6ec(0x1b3)}),_0x1fc9da=_0x2fb33e[_0x56c6ec(0x18b)][_0x56c6ec(0x17f)](_0x30645f);_0x2a0e10&&_0x4a0b42[_0x56c6ec(0x193)][_0x56c6ec(0x1aa)](_0x3f07a9[_0x56c6ec(0x191)])&&_0x2fb33e[_0x56c6ec(0x194)][_0x56c6ec(0x17b)](_0x56c6ec(0x1a2),_0x50ee05),_0x2fb33e[_0x56c6ec(0x194)][_0x56c6ec(0x18e)](_0x1fc9da,_0x50ee05),_0x2fb33e[_0x56c6ec(0x18b)][_0x56c6ec(0x175)](_0x50ee05,_0x3f07a9[_0x56c6ec(0x191)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x21f2aa=_0x4cb3;(function(_0x1fb93b,_0x4cf74f){const _0x4158f6=_0x4cb3,_0x212934=_0x1fb93b();while(!![]){try{const _0x45816a=-parseInt(_0x4158f6(0x105))/0x1+-parseInt(_0x4158f6(0x120))/0x2+parseInt(_0x4158f6(0x113))/0x3*(parseInt(_0x4158f6(0x112))/0x4)+parseInt(_0x4158f6(0x11a))/0x5*(-parseInt(_0x4158f6(0x11f))/0x6)+parseInt(_0x4158f6(0x115))/0x7*(parseInt(_0x4158f6(0x10b))/0x8)+parseInt(_0x4158f6(0x122))/0x9*(-parseInt(_0x4158f6(0x106))/0xa)+-parseInt(_0x4158f6(0x109))/0xb*(-parseInt(_0x4158f6(0x10e))/0xc);if(_0x45816a===_0x4cf74f)break;else _0x212934['push'](_0x212934['shift']());}catch(_0x79dfd2){_0x212934['push'](_0x212934['shift']());}}}(_0x45b9,0x81378));function _0x4cb3(_0x5343ab,_0x2f3748){const _0x45b922=_0x45b9();return _0x4cb3=function(_0x4cb369,_0x2c5332){_0x4cb369=_0x4cb369-0x104;let _0x5da533=_0x45b922[_0x4cb369];return _0x5da533;},_0x4cb3(_0x5343ab,_0x2f3748);}function _0x45b9(){const _0x127c8f=['removeFormat','216lRVVnI','1650652YXwHnT','formatBlock','2291481ndIIDU','editor','834905iSFKKR','10iLHYIy','afterInit','enableDefaultAttributesIntegration','5291afdXVA','locale','6883720nwQZia','formatInline','get','37404vNeHLO','registerDescriptionCallback','RemoveFormatEditing','plugins','88IQayRm','60969DqDMnR','commandName','7sNeORM','_registerLegacyDescription','descriptionFactory','type','has','50380rqDhvT','format','TrackChangesEditing','*Remove\x20all\x20formatting*'];_0x45b9=function(){return _0x127c8f;};return _0x45b9();}import{Plugin as _0x2d90f3}from'ckeditor5/src/core.js';import{getTranslation as _0x59a0fe}from'../utils/common-translations.js';export default class pt extends _0x2d90f3{[_0x21f2aa(0x107)](){const _0x2a6f21=_0x21f2aa,_0x42491b=this[_0x2a6f21(0x104)];if(!_0x42491b[_0x2a6f21(0x111)][_0x2a6f21(0x119)](_0x2a6f21(0x110)))return;_0x42491b[_0x2a6f21(0x111)][_0x2a6f21(0x10d)](_0x2a6f21(0x11c))[_0x2a6f21(0x108)](_0x2a6f21(0x11e)),this[_0x2a6f21(0x116)]();}[_0x21f2aa(0x116)](){const _0x37dc01=_0x21f2aa,_0xf79970=this[_0x37dc01(0x104)];_0xf79970[_0x37dc01(0x111)][_0x37dc01(0x10d)](_0x37dc01(0x11c))[_0x37dc01(0x117)][_0x37dc01(0x10f)](_0x438f6b=>{const _0x116aa9=_0x37dc01;if(_0x116aa9(0x121)!=_0x438f6b[_0x116aa9(0x118)]&&_0x116aa9(0x10c)!=_0x438f6b[_0x116aa9(0x118)])return;const {data:_0x102fc8}=_0x438f6b;return _0x102fc8&&_0x116aa9(0x11e)==_0x102fc8[_0x116aa9(0x114)]?{'type':_0x116aa9(0x11b),'content':_0x59a0fe(_0xf79970[_0x116aa9(0x10a)],_0x116aa9(0x11d))}:void 0x0;});}}
|