@ckeditor/ckeditor5-track-changes 41.2.1 → 41.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/content-index.css +332 -0
- package/dist/editor-index.css +312 -0
- package/dist/index.css +951 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/augmentation.d.ts +44 -0
- package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/trackchangescommand.d.ts +30 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/integrations/aiassistant.d.ts +21 -0
- package/dist/types/integrations/alignment.d.ts +21 -0
- package/dist/types/integrations/basicstyles.d.ts +21 -0
- package/dist/types/integrations/blockquote.d.ts +21 -0
- package/dist/types/integrations/casechange.d.ts +21 -0
- package/dist/types/integrations/ckbox.d.ts +21 -0
- package/dist/types/integrations/codeblock.d.ts +21 -0
- package/dist/types/integrations/comments.d.ts +18 -0
- package/dist/types/integrations/deletecommand.d.ts +21 -0
- package/dist/types/integrations/entercommand.d.ts +20 -0
- package/dist/types/integrations/findandreplace.d.ts +25 -0
- package/dist/types/integrations/font.d.ts +21 -0
- package/dist/types/integrations/formatpainter.d.ts +21 -0
- package/dist/types/integrations/heading.d.ts +21 -0
- package/dist/types/integrations/highlight.d.ts +21 -0
- package/dist/types/integrations/horizontalline.d.ts +21 -0
- package/dist/types/integrations/htmlembed.d.ts +21 -0
- package/dist/types/integrations/image.d.ts +21 -0
- package/dist/types/integrations/imagereplace.d.ts +21 -0
- package/dist/types/integrations/imagestyle.d.ts +21 -0
- package/dist/types/integrations/importword.d.ts +22 -0
- package/dist/types/integrations/indent.d.ts +21 -0
- package/dist/types/integrations/inputcommand.d.ts +20 -0
- package/dist/types/integrations/legacylist.d.ts +21 -0
- package/dist/types/integrations/legacylistproperties.d.ts +33 -0
- package/dist/types/integrations/link.d.ts +21 -0
- package/dist/types/integrations/list.d.ts +21 -0
- package/dist/types/integrations/listproperties.d.ts +24 -0
- package/dist/types/integrations/mediaembed.d.ts +21 -0
- package/dist/types/integrations/mention.d.ts +21 -0
- package/dist/types/integrations/pagebreak.d.ts +21 -0
- package/dist/types/integrations/paragraph.d.ts +21 -0
- package/dist/types/integrations/removeformat.d.ts +21 -0
- package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
- package/dist/types/integrations/shiftentercommand.d.ts +20 -0
- package/dist/types/integrations/standardeditingmode.d.ts +21 -0
- package/dist/types/integrations/style.d.ts +21 -0
- package/dist/types/integrations/table.d.ts +46 -0
- package/dist/types/integrations/tablecaption.d.ts +26 -0
- package/dist/types/integrations/tableclipboard.d.ts +23 -0
- package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
- package/dist/types/integrations/tableheadings.d.ts +26 -0
- package/dist/types/integrations/tablemergesplit.d.ts +26 -0
- package/dist/types/integrations/tableofcontents.d.ts +21 -0
- package/dist/types/integrations/tableproperties.d.ts +31 -0
- package/dist/types/integrations/template.d.ts +21 -0
- package/dist/types/integrations/title.d.ts +21 -0
- package/dist/types/integrations/undo.d.ts +21 -0
- package/dist/types/integrations/utils.d.ts +25 -0
- package/dist/types/suggestion.d.ts +295 -0
- package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
- package/dist/types/trackchanges.d.ts +184 -0
- package/dist/types/trackchangesconfig.d.ts +82 -0
- package/dist/types/trackchangesdata.d.ts +45 -0
- package/dist/types/trackchangesediting.d.ts +529 -0
- package/dist/types/trackchangesui.d.ts +42 -0
- package/dist/types/ui/suggestioncontroller.d.ts +41 -0
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
- package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
- package/dist/types/utils/common-translations.d.ts +13 -0
- package/dist/types/utils/utils.d.ts +34 -0
- package/package.json +4 -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/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 +1 -1
- 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 +1 -1
- 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
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x2851(_0x3b26db,_0x3e4536){const _0x5cf306=_0x5cf3();return _0x2851=function(_0x285125,_0x177370){_0x285125=_0x285125-0x140;let _0x39408b=_0x5cf306[_0x285125];return _0x39408b;},_0x2851(_0x3b26db,_0x3e4536);}const _0x440be3=_0x2851;(function(_0x144e64,_0x5a5e09){const _0x27e8e0=_0x2851,_0x2d7312=_0x144e64();while(!![]){try{const _0x3f5ac8=-parseInt(_0x27e8e0(0x142))/0x1*(parseInt(_0x27e8e0(0x148))/0x2)+parseInt(_0x27e8e0(0x17b))/0x3+-parseInt(_0x27e8e0(0x19c))/0x4+parseInt(_0x27e8e0(0x19f))/0x5+parseInt(_0x27e8e0(0x163))/0x6+parseInt(_0x27e8e0(0x1cc))/0x7*(parseInt(_0x27e8e0(0x1a8))/0x8)+parseInt(_0x27e8e0(0x15b))/0x9;if(_0x3f5ac8===_0x5a5e09)break;else _0x2d7312['push'](_0x2d7312['shift']());}catch(_0x3ec87a){_0x2d7312['push'](_0x2d7312['shift']());}}}(_0x5cf3,0x4aa99));import{Plugin as _0x9e4527}from'ckeditor5/src/core.js';import{getTranslation as _0x28bc8c}from'../utils/common-translations.js';function _0x5cf3(){const _0x478be1=['checkTodoList','attribute','*Merge:*\x20%0','find','commands','ELEMENT_BULLETED_LIST','getRanges','setAttribute','previousSibling','forceValue','newValue','assureChains','includes','attributes','ELEMENT_NUMBERED_LIST','isUndo','657776ODIOam','every','attributeKey','255685vDXVhq','range','*Remove\x20format:*\x20%0','FORMAT_INDENT','setSelection','mergeListItemForward','fromRange','ELEMENT_LIST_ITEM','afterInit','16EShwST','default','todoListCheck','isNextTo','from','registerCustomCallback','*Uncheck\x20item*','getFirstMarker','type','*Check\x20item*','schema','_findSuggestions','_suggestionFactory','ListEditing','value','todo','registerPostFixer','commandParams','differ','filter','listType','length','listStyle','listItemIdFixer','data','_supportLegacySuggestions','push','getChanges','todoListChecked','TodoListEditing','getFirstRange','numberedList','detach','isLocal','head','multipleBlocks','1192716aZkUQa','_enableDefaultAttributesIntegration','selection','numbered','registerElementLabel','indentList','1DqcKGG','bulleted','listReversed','getAttribute','isObject','format','847864KUmfJi','meta','toUpperCase','nextSibling','locale','_registerLegacyDescription','mergeListItemBackward','next','_descriptionFactory','start','list.multiBlock','*Indent:*\x20%0','map','createRange','_LIST','refresh','ELEMENT_','listStart','commandName','279549SQAnQV','*Set\x20format:*\x20%0','accept','splitListItemBefore','plugins','listItemId','batch','oldValue','914160XEvSfY','groupId','registerAttributeLabel','bulletedList','TrackChangesEditing','*Change\x20to:*\x20%0','documentList','outdentList','suggestion','containsItem','formatBlock','end','change','key','getSuggestions','noTrackChangesFixer','*Format:*\x20remove\x20from\x20%0','get','listIndent','has','nodeAfter','execute','deletion','ELEMENT_TODO_LIST','956577gySaBo','_getAttributeKey','model','*Format:*\x20insert\x20into\x20%0','todoList','*Split:*\x20list\x20item','config','*Outdent:*\x20%0','createPositionAt','splitListItemAfter','registerDescriptionCallback','parent','*Merge:*\x20list\x20item','editor','document','trackChangesCommand','removeMarker'];_0x5cf3=function(){return _0x478be1;};return _0x5cf3();}import{renameAttributeKey as _0x4f8dda}from'../trackchangesediting.js';import{LiveRange as _0xe90a85}from'ckeditor5/src/engine.js';export default class z extends _0x9e4527{[_0x440be3(0x1a7)](){const _0x190e04=_0x440be3,_0x28365d=this[_0x190e04(0x188)];if(!_0x28365d[_0x190e04(0x15f)][_0x190e04(0x176)](_0x190e04(0x1b5)))return;const _0x1311b0=_0x28365d[_0x190e04(0x14c)],_0x1eec64=_0x28365d[_0x190e04(0x15f)][_0x190e04(0x174)](_0x190e04(0x167)),_0x2b9651=_0x28365d[_0x190e04(0x15f)][_0x190e04(0x176)](_0x190e04(0x1c5)),_0x2f4da7=!!_0x28365d[_0x190e04(0x181)][_0x190e04(0x174)](_0x190e04(0x152));function _0x33b3c1(_0x3656a3){const _0x14c675=_0x190e04;return{'type':_0x14c675(0x147),'content':''+_0x28bc8c(_0x1311b0,_0x14c675(0x15c),_0x3656a3)};}function _0x3751f5(_0x133435){const _0x1ed068=_0x190e04;return{'type':_0x1ed068(0x147),'content':''+_0x28bc8c(_0x1311b0,_0x1ed068(0x1a1),_0x133435)};}_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x1c7),[],[_0x190e04(0x160),_0x190e04(0x1bc),_0x190e04(0x175)]),_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x166)),_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x141)),_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x16a)),_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x184)),_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x15e)),_0x2f4da7&&(_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x14e)),_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x1a4))),_0x2b9651&&(_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x17f)),_0x1eec64[_0x190e04(0x1cd)](_0x190e04(0x18c),[],[_0x190e04(0x1c4)]),_0x1eec64[_0x190e04(0x150)][_0x190e04(0x185)](_0x39e6a3=>{const _0x2e91d8=_0x190e04,{data:_0x234d8c}=_0x39e6a3;if(_0x234d8c&&_0x2e91d8(0x1c4)==_0x234d8c[_0x2e91d8(0x170)])return{'type':_0x2e91d8(0x147),'content':_0x234d8c[_0x2e91d8(0x196)]?_0x28bc8c(_0x1311b0,_0x2e91d8(0x1b1)):_0x28bc8c(_0x1311b0,_0x2e91d8(0x1ae))};}),this[_0x190e04(0x188)][_0x190e04(0x17d)][_0x190e04(0x189)][_0x190e04(0x1b8)](_0x567fb1=>{const _0x403889=_0x190e04;if(_0x567fb1[_0x403889(0x161)][_0x403889(0x19b)])return!0x1;let _0x50a45a=!0x1;const _0x1f157e=_0x1eec64[_0x403889(0x171)]({'skipNotAttached':!0x0})[_0x403889(0x1bb)](_0x138522=>_0x403889(0x1c4)===_0x1eec64[_0x403889(0x17c)](_0x138522));for(const _0x4cb11a of _0x1f157e){_0x403889(0x1b7)!=_0x4cb11a[_0x403889(0x1c6)]()[_0x403889(0x151)][_0x403889(0x177)][_0x403889(0x145)](_0x403889(0x1bc))&&(_0x1eec64[_0x403889(0x1b3)](_0x4cb11a[_0x403889(0x1c6)](),_0x403889(0x18d))[_0x403889(0x18f)](_0x534927=>_0x403889(0x1bc)===_0x1eec64[_0x403889(0x17c)](_0x534927[_0x403889(0x16b)]))||(_0x567fb1[_0x403889(0x18b)](_0x4cb11a[_0x403889(0x1af)]()),_0x50a45a=!0x0));}return _0x50a45a;})),_0x1eec64[_0x190e04(0x150)][_0x190e04(0x165)](_0x190e04(0x175),_0x28bc8c(_0x1311b0,_0x190e04(0x1a2)));const _0x399dd2={'type':_0x190e04(0x147),'content':''};_0x1eec64[_0x190e04(0x150)][_0x190e04(0x185)](_0x33c442=>{const _0x335a56=_0x190e04,{data:_0x36d170}=_0x33c442;if(!_0x36d170||_0x335a56(0x1bc)!=_0x36d170[_0x335a56(0x170)])return;let _0x4a0c51=_0x33c442[_0x335a56(0x1ca)];for(;_0x4a0c51;){if(_0x4a0c51[_0x335a56(0x1c0)]&&(_0x335a56(0x1be)==_0x4a0c51[_0x335a56(0x1c0)][_0x335a56(0x170)]&&(_0x4a0c51[_0x335a56(0x1c0)][_0x335a56(0x196)]&&_0x335a56(0x1a9)!=_0x4a0c51[_0x335a56(0x1c0)][_0x335a56(0x196)]||_0x335a56(0x1a9)!=_0x4a0c51[_0x335a56(0x1c0)][_0x335a56(0x162)]&&!_0x36d170[_0x335a56(0x196)])||!_0x2f4da7&&_0x4a0c51[_0x335a56(0x1c0)][_0x335a56(0x170)]==_0x4f8dda))return _0x399dd2;_0x4a0c51=_0x4a0c51[_0x335a56(0x14f)];}if(null==_0x36d170[_0x335a56(0x196)])switch(_0x36d170[_0x335a56(0x162)]){case _0x335a56(0x143):return _0x3751f5(_0x28bc8c(_0x1311b0,_0x335a56(0x191)));case _0x335a56(0x1cf):return _0x3751f5(_0x28bc8c(_0x1311b0,_0x335a56(0x19a)));case _0x335a56(0x1b7):return _0x3751f5(_0x28bc8c(_0x1311b0,_0x335a56(0x17a)));}switch(_0x36d170[_0x335a56(0x196)]){case _0x335a56(0x143):return _0x33b3c1(_0x28bc8c(_0x1311b0,_0x335a56(0x191)));case _0x335a56(0x1cf):return _0x33b3c1(_0x28bc8c(_0x1311b0,_0x335a56(0x19a)));case _0x335a56(0x1b7):return _0x33b3c1(_0x28bc8c(_0x1311b0,_0x335a56(0x17a)));}}),_0x1eec64[_0x190e04(0x150)][_0x190e04(0x185)](_0x47340c=>{const _0x404cfc=_0x190e04,{data:_0xd6be13}=_0x47340c;if(_0xd6be13&&_0x404cfc(0x175)==_0xd6be13[_0x404cfc(0x170)])return null==_0xd6be13[_0x404cfc(0x196)]||null==_0xd6be13[_0x404cfc(0x162)]&&0x0==_0xd6be13[_0x404cfc(0x196)]?_0x399dd2:void 0x0;}),_0x1eec64[_0x190e04(0x150)][_0x190e04(0x185)](_0x452985=>{const _0x1260d1=_0x190e04;if(_0x1260d1(0x18d)!=_0x452985[_0x1260d1(0x1b0)])return;const {data:_0x5af564}=_0x452985;if(!_0x5af564||_0x1260d1(0x160)!=_0x5af564[_0x1260d1(0x170)])return;const _0x35329f=ie(_0x452985);return _0x35329f?_0x1260d1(0x196)==_0x35329f?{'type':_0x1260d1(0x147),'content':_0x28bc8c(_0x1311b0,_0x1260d1(0x187))}:_0x1260d1(0x162)==_0x35329f?{'type':_0x1260d1(0x147),'content':_0x28bc8c(_0x1311b0,_0x1260d1(0x180))}:_0x399dd2:_0x399dd2;}),_0x28365d[_0x190e04(0x17d)][_0x190e04(0x189)][_0x190e04(0x1b8)](_0x57a6e6=>this[_0x190e04(0x1bf)](_0x57a6e6)),_0x28365d[_0x190e04(0x17d)][_0x190e04(0x189)][_0x190e04(0x1b8)](_0x1e56fb=>this[_0x190e04(0x172)](_0x1e56fb)),_0x28365d[_0x190e04(0x17d)][_0x190e04(0x189)][_0x190e04(0x1b8)](_0x5261e7=>this[_0x190e04(0x197)](_0x5261e7)),this[_0x190e04(0x1c1)]();}[_0x440be3(0x1bf)](_0x15240b){const _0x25c139=_0x440be3;if(_0x15240b[_0x25c139(0x161)][_0x25c139(0x19b)]||!_0x15240b[_0x25c139(0x161)][_0x25c139(0x1c9)])return!0x1;let _0x1e6da6=!0x1;const _0x41bb9a=this[_0x25c139(0x188)][_0x25c139(0x15f)][_0x25c139(0x174)](_0x25c139(0x167))[_0x25c139(0x171)]({'skipNotAttached':!0x0})[_0x25c139(0x1bb)](_0x1eb7bd=>_0x1eb7bd[_0x25c139(0x1c0)]&&_0x25c139(0x160)==_0x1eb7bd[_0x25c139(0x1c0)][_0x25c139(0x170)])[_0x25c139(0x1bb)](_0x5d2b1d=>_0x5d2b1d[_0x25c139(0x1c0)][_0x25c139(0x196)]&&_0x5d2b1d[_0x25c139(0x1c0)][_0x25c139(0x162)]);for(const _0x268f15 of _0x41bb9a)ie(_0x268f15)||(_0x15240b[_0x25c139(0x18b)](_0x268f15[_0x25c139(0x1af)]()),_0x1e6da6=!0x0);return _0x1e6da6;}[_0x440be3(0x172)](_0x15df9c){const _0x3a45f1=_0x440be3;if(_0x15df9c[_0x3a45f1(0x161)][_0x3a45f1(0x19b)]||!_0x15df9c[_0x3a45f1(0x161)][_0x3a45f1(0x1c9)])return!0x1;const _0x33c44e=this[_0x3a45f1(0x188)][_0x3a45f1(0x15f)][_0x3a45f1(0x174)](_0x3a45f1(0x167));if(_0x33c44e[_0x3a45f1(0x18a)][_0x3a45f1(0x1b6)])return!0x1;let _0x121c80=!0x1;const _0x37febd=[_0x3a45f1(0x1bc),_0x3a45f1(0x1be),_0x3a45f1(0x160),_0x3a45f1(0x175),_0x3a45f1(0x159),_0x3a45f1(0x144),_0x3a45f1(0x1aa)],_0x2cffc5=this[_0x3a45f1(0x188)][_0x3a45f1(0x17d)][_0x3a45f1(0x189)][_0x3a45f1(0x1ba)][_0x3a45f1(0x1c3)]()[_0x3a45f1(0x1bb)](_0x3bcadd=>_0x3a45f1(0x18d)==_0x3bcadd[_0x3a45f1(0x1b0)])[_0x3a45f1(0x1bb)](_0x4e9a35=>_0x37febd[_0x3a45f1(0x198)](_0x4e9a35[_0x3a45f1(0x19e)]));if(0x0==_0x2cffc5[_0x3a45f1(0x1bd)])return _0x121c80;for(const _0x240376 of _0x2cffc5){const _0x8d3350=_0x33c44e[_0x3a45f1(0x1b3)](_0x240376[_0x3a45f1(0x1a0)],_0x3a45f1(0x18d))[_0x3a45f1(0x1bb)](_0x9a2cdf=>!_0x9a2cdf[_0x3a45f1(0x149)][_0x3a45f1(0x1ab)])[_0x3a45f1(0x154)](_0x314b5b=>_0x314b5b[_0x3a45f1(0x16b)])[_0x3a45f1(0x1bb)](_0x2d4753=>{const _0x13aee1=_0x3a45f1,_0x2d2fe6=_0x33c44e[_0x13aee1(0x17c)](_0x2d4753);return _0x37febd[_0x13aee1(0x198)](_0x2d2fe6);});if(_0x8d3350[_0x3a45f1(0x1bd)]){for(const _0x4d546a of _0x8d3350)_0x15df9c[_0x3a45f1(0x18b)](_0x4d546a[_0x3a45f1(0x1af)]());_0x121c80=!0x0;}}return _0x121c80;}[_0x440be3(0x197)](_0x55870c){const _0x58f18e=_0x440be3;if(_0x55870c[_0x58f18e(0x161)][_0x58f18e(0x19b)]||!_0x55870c[_0x58f18e(0x161)][_0x58f18e(0x1c9)])return!0x1;const _0x189dc=this[_0x58f18e(0x188)][_0x58f18e(0x15f)][_0x58f18e(0x174)](_0x58f18e(0x167));let _0x4acfbe=!0x1;const _0x21d278=[_0x58f18e(0x1bc),_0x58f18e(0x1be),_0x58f18e(0x160),_0x58f18e(0x175),_0x58f18e(0x159),_0x58f18e(0x144),_0x58f18e(0x1aa)];for(const _0x4dee9c of _0x189dc[_0x58f18e(0x171)]({'skipNotAttached':!0x0})){const _0x491f72=_0x189dc[_0x58f18e(0x1b3)](_0x4dee9c[_0x58f18e(0x1c6)](),_0x58f18e(0x18d))[_0x58f18e(0x154)](_0x15e6c0=>_0x15e6c0[_0x58f18e(0x16b)])[_0x58f18e(0x1bb)](_0x4a068b=>_0x4a068b[_0x58f18e(0x1c0)]&&_0x21d278[_0x58f18e(0x198)](_0x4a068b[_0x58f18e(0x1c0)][_0x58f18e(0x170)]));if(!_0x491f72[_0x58f18e(0x1bd)])continue;const _0x17e94e=_0x491f72[0x0][_0x58f18e(0x1ca)][_0x58f18e(0x199)][_0x58f18e(0x164)];if(!_0x491f72[_0x58f18e(0x19d)](_0x5e414f=>_0x5e414f[_0x58f18e(0x199)][_0x58f18e(0x164)]===_0x17e94e)){for(const _0x204593 of _0x491f72)_0x5cc7cc(_0x204593,_0x17e94e)&&(_0x4acfbe=!0x0);}}return _0x4acfbe;function _0x3b8937(_0x496229,_0x4d600c){const _0x3f6c97=_0x58f18e;for(const _0x39b076 of _0x189dc[_0x3f6c97(0x171)]({'skipNotAttached':!0x0})[_0x3f6c97(0x1bb)](_0x567d02=>_0x3f6c97(0x18d)==_0x567d02[_0x3f6c97(0x1b0)]&&_0x567d02[_0x3f6c97(0x199)][_0x3f6c97(0x164)]==_0x496229))_0x39b076[_0x3f6c97(0x193)](_0x3f6c97(0x164),_0x4d600c);}function _0x5cc7cc(_0x466942,_0x8b177c){const _0x398de7=_0x58f18e;let _0x38ff=_0x466942[_0x398de7(0x1ca)],_0x467859=!0x1;for(;_0x38ff;)_0x38ff[_0x398de7(0x199)][_0x398de7(0x164)]!=_0x8b177c&&(_0x3b8937(_0x38ff[_0x398de7(0x199)][_0x398de7(0x164)],_0x8b177c),_0x38ff[_0x398de7(0x193)](_0x398de7(0x164),_0x8b177c),_0x467859=!0x0),_0x38ff=_0x38ff[_0x398de7(0x14f)];return _0x467859;}}[_0x440be3(0x1c1)](){const _0x5d9d8f=_0x440be3,_0x1357cf=this[_0x5d9d8f(0x188)],_0xb917b5=_0x1357cf[_0x5d9d8f(0x14c)],_0x580b4a=_0x1357cf[_0x5d9d8f(0x15f)][_0x5d9d8f(0x174)](_0x5d9d8f(0x167));this[_0x5d9d8f(0x14d)](),_0x580b4a[_0x5d9d8f(0x1b4)][_0x5d9d8f(0x1ad)](_0x5d9d8f(0x16d),_0x5d9d8f(0x169),_0x5d9d8f(0x15d),function(_0x17a89d,_0x2775b9){const _0x4107ea=_0x5d9d8f,_0x37c204=[];for(let _0x32deb5 of _0x17a89d)_0x32deb5[_0x4107ea(0x151)][_0x4107ea(0x177)]===_0x32deb5[_0x4107ea(0x16e)][_0x4107ea(0x186)]&&(_0x32deb5=_0x1357cf[_0x4107ea(0x17d)][_0x4107ea(0x155)](_0x1357cf[_0x4107ea(0x17d)][_0x4107ea(0x183)](_0x32deb5[_0x4107ea(0x151)][_0x4107ea(0x177)],0x0))),_0x37c204[_0x4107ea(0x1c2)](_0x32deb5);_0x1357cf[_0x4107ea(0x17d)][_0x4107ea(0x16f)](_0x2cf51e=>{const _0x340a99=_0x4107ea,_0x5662ed=_0x1357cf[_0x340a99(0x17d)][_0x340a99(0x189)][_0x340a99(0x1ce)],_0x145857=Array[_0x340a99(0x1ac)](_0x5662ed[_0x340a99(0x192)]())[_0x340a99(0x154)](_0x367e09=>_0xe90a85[_0x340a99(0x1a5)](_0x367e09));_0x2cf51e[_0x340a99(0x1a3)](_0x37c204),_0x1357cf[_0x340a99(0x190)][_0x340a99(0x174)](_0x2775b9[_0x340a99(0x15a)])[_0x340a99(0x157)](),_0x2775b9[_0x340a99(0x1b9)][_0x340a99(0x1c2)]({'forceDefaultExecution':!0x0}),_0x1357cf[_0x340a99(0x178)](_0x2775b9[_0x340a99(0x15a)],..._0x2775b9[_0x340a99(0x1b9)]),_0x2cf51e[_0x340a99(0x1a3)](_0x145857);for(const _0x322f3e of _0x145857)_0x322f3e[_0x340a99(0x1c8)]();});}),_0x580b4a[_0x5d9d8f(0x150)][_0x5d9d8f(0x140)](function(_0x36cbdd){const _0x4e09b4=_0x5d9d8f,_0x4b0290=!_0x1357cf[_0x4e09b4(0x17d)][_0x4e09b4(0x1b2)][_0x4e09b4(0x146)](_0x36cbdd),_0x433e05=_0x36cbdd[_0x4e09b4(0x194)],_0x3892b7=_0x36cbdd[_0x4e09b4(0x14b)],_0x50653d=_0x36cbdd[_0x4e09b4(0x145)](_0x4e09b4(0x160)),_0x60860f=!_0x433e05||_0x433e05[_0x4e09b4(0x145)](_0x4e09b4(0x160))!==_0x50653d,_0x8aed30=!_0x3892b7||_0x3892b7[_0x4e09b4(0x145)](_0x4e09b4(0x160))!==_0x50653d;return _0x4b0290&&Boolean(_0x50653d)&&_0x60860f&&_0x8aed30;},_0x33b062=>_0x28bc8c(_0xb917b5,_0x5d9d8f(0x1a6),_0x33b062));}[_0x440be3(0x14d)](){const _0x2f9c4e=_0x440be3,_0x293283=this[_0x2f9c4e(0x188)],_0x4b44da=_0x293283[_0x2f9c4e(0x14c)];function _0x529f71(_0x43a026){const _0x2cfe2d=_0x2f9c4e,_0x29eda6=_0x293283[_0x2cfe2d(0x190)][_0x2cfe2d(0x174)](_0x2cfe2d(0x166))[_0x2cfe2d(0x1b6)],_0x46b668=_0x293283[_0x2cfe2d(0x190)][_0x2cfe2d(0x174)](_0x2cfe2d(0x1c7))[_0x2cfe2d(0x1b6)];return _0x2cfe2d(0x1c7)===_0x43a026?_0x29eda6:_0x46b668;}_0x293283[_0x2f9c4e(0x15f)][_0x2f9c4e(0x174)](_0x2f9c4e(0x167))[_0x2f9c4e(0x150)][_0x2f9c4e(0x185)](function(_0x2ca0ec){const _0x1d2afd=_0x2f9c4e;if(_0x1d2afd(0x16d)!=_0x2ca0ec[_0x1d2afd(0x1b0)])return;const {data:_0x55cfcc}=_0x2ca0ec;if(!_0x55cfcc)return;let _0xb6d8cc,_0xc25e69,_0x173186,_0x59bf70;switch(_0x55cfcc[_0x1d2afd(0x15a)]){case _0x1d2afd(0x166):_0x173186=_0x55cfcc[_0x1d2afd(0x1b9)][0x0][_0x1d2afd(0x195)],_0x59bf70=_0x529f71(_0x55cfcc[_0x1d2afd(0x15a)]),_0xb6d8cc=_0x173186?_0x1d2afd(0x17e):_0x1d2afd(0x173),!_0x59bf70&&_0x293283[_0x1d2afd(0x181)][_0x1d2afd(0x174)](_0x1d2afd(0x152))||(_0xb6d8cc=_0x1d2afd(0x168)),_0xc25e69={'type':_0x1d2afd(0x147),'content':_0x28bc8c(_0x4b44da,_0xb6d8cc,_0x28bc8c(_0x4b44da,_0x1d2afd(0x191)))};break;case _0x1d2afd(0x1c7):_0x173186=_0x55cfcc[_0x1d2afd(0x1b9)][0x0][_0x1d2afd(0x195)],_0x59bf70=_0x529f71(_0x55cfcc[_0x1d2afd(0x15a)]),_0xb6d8cc=_0x173186?_0x1d2afd(0x17e):_0x1d2afd(0x173),!_0x59bf70&&_0x293283[_0x1d2afd(0x181)][_0x1d2afd(0x174)](_0x1d2afd(0x152))||(_0xb6d8cc=_0x1d2afd(0x168)),_0xc25e69={'type':_0x1d2afd(0x147),'content':_0x28bc8c(_0x4b44da,_0xb6d8cc,_0x28bc8c(_0x4b44da,_0x1d2afd(0x19a)))};break;case _0x1d2afd(0x141):_0xb6d8cc=_0x1d2afd(0x153),_0xc25e69={'type':_0x1d2afd(0x147),'content':_0x28bc8c(_0x4b44da,_0xb6d8cc,_0x28bc8c(_0x4b44da,_0x1d2afd(0x1a6)))};break;case _0x1d2afd(0x16a):_0xb6d8cc=function(_0x376c89){const _0x1f0c9d=_0x1d2afd,_0x2e120e=_0x376c89[_0x1f0c9d(0x1c6)]();let _0x3c692e=_0x2e120e[_0x1f0c9d(0x151)][_0x1f0c9d(0x177)];for(;_0x3c692e&&_0x2e120e[_0x1f0c9d(0x16c)](_0x3c692e);){if(_0x3c692e[_0x1f0c9d(0x145)](_0x1f0c9d(0x175))>0x0)return!0x1;_0x3c692e=_0x3c692e[_0x1f0c9d(0x14b)];}return!0x0;}(_0x2ca0ec)?_0x28bc8c(_0x4b44da,_0x1d2afd(0x173),_0x28bc8c(_0x4b44da,function(_0x5d56c4){const _0x42ca4e=_0x1d2afd;return _0x42ca4e(0x158)+_0x5d56c4[_0x42ca4e(0x1c6)]()[_0x42ca4e(0x151)][_0x42ca4e(0x177)][_0x42ca4e(0x145)](_0x42ca4e(0x1bc))[_0x42ca4e(0x14a)]()+_0x42ca4e(0x156);}(_0x2ca0ec))):_0x28bc8c(_0x4b44da,_0x1d2afd(0x182),_0x28bc8c(_0x4b44da,_0x1d2afd(0x1a6))),_0xc25e69={'type':_0x1d2afd(0x147),'content':_0xb6d8cc};break;case _0x1d2afd(0x14e):case _0x1d2afd(0x1a4):!0x1===_0x55cfcc[_0x1d2afd(0x1cb)]&&(_0xb6d8cc=_0x1d2afd(0x18e),_0xc25e69={'type':_0x1d2afd(0x179),'content':_0x28bc8c(_0x4b44da,_0xb6d8cc,_0x28bc8c(_0x4b44da,_0x1d2afd(0x1a6)))});}return _0xc25e69;});}}function ie(_0x1146ac){const _0x5ff4e0=_0x440be3;let _0x1250e8=_0x1146ac[_0x5ff4e0(0x1c6)]()[_0x5ff4e0(0x151)][_0x5ff4e0(0x177)][_0x5ff4e0(0x194)];for(;_0x1250e8;){const _0xf6cfd3=_0x1250e8[_0x5ff4e0(0x145)](_0x5ff4e0(0x160));if(!_0xf6cfd3)return!0x1;if(_0xf6cfd3==_0x1146ac[_0x5ff4e0(0x1c0)][_0x5ff4e0(0x196)])return _0x5ff4e0(0x196);if(_0xf6cfd3==_0x1146ac[_0x5ff4e0(0x1c0)][_0x5ff4e0(0x162)])return _0x5ff4e0(0x162);_0x1250e8=_0x1250e8[_0x5ff4e0(0x194)];}return!0x1;}
|
|
23
|
+
const _0x5d3704=_0x249b;function _0x2b88(){const _0x3b07fe=['includes','meta','_supportLegacySuggestions','editor','start','isObject','every','3304953zbwWxf','multipleBlocks','*Remove\x20format:*\x20%0','config','batch','commands','registerDescriptionCallback','FORMAT_INDENT','*Set\x20format:*\x20%0','next','detach','12687927sraqfu','fromRange','3863202fOqXzG','listStyle','getFirstRange','ListEditing','getRanges','deletion','numberedList','isUndo','accept','default','listStart','createPositionAt','commandParams','checkTodoList','*Format:*\x20remove\x20from\x20%0','*Format:*\x20insert\x20into\x20%0','listReversed','setSelection','listType','end','mergeListItemForward','model','registerPostFixer','list.multiBlock','locale','getSuggestions','12993470NNLewm','ELEMENT_LIST_ITEM','registerCustomCallback','*Split:*\x20list\x20item','todo','attributeKey','ELEMENT_','removeMarker','ELEMENT_TODO_LIST','newValue','attributes','groupId','listItemIdFixer','toUpperCase','_getAttributeKey','ELEMENT_NUMBERED_LIST','formatBlock','_suggestionFactory','*Check\x20item*','numbered','1925120rEurQE','todoList','differ','TrackChangesEditing','bulleted','*Change\x20to:*\x20%0','24UxCHYp','find','getFirstMarker','_registerLegacyDescription','noTrackChangesFixer','isNextTo','plugins','TodoListEditing','setAttribute','288556ActSaZ','change','from','listItemId','getChanges','nextSibling','getAttribute','length','assureChains','*Merge:*\x20list\x20item','1376298pVleWy','selection','*Merge:*\x20%0','filter','documentList','*Indent:*\x20%0','splitListItemAfter','refresh','3OmxJhi','oldValue','125ksxwdY','get','suggestion','indentList','mergeListItemBackward','isLocal','containsItem','createRange','schema','map','trackChangesCommand','_findSuggestions','type','registerElementLabel','push','parent','execute','*Outdent:*\x20%0','todoListChecked','commandName','attribute','todoListCheck','_descriptionFactory','has','outdentList','bulletedList','nodeAfter','splitListItemBefore','_LIST','afterInit','head','value','forceValue','format','listIndent','_enableDefaultAttributesIntegration','*Uncheck\x20item*','registerAttributeLabel','document','key','range','data','previousSibling','ELEMENT_BULLETED_LIST'];_0x2b88=function(){return _0x3b07fe;};return _0x2b88();}function _0x249b(_0x1c1a0f,_0x824c71){const _0x2b8891=_0x2b88();return _0x249b=function(_0x249bb9,_0x7f9fb9){_0x249bb9=_0x249bb9-0xa6;let _0x4f7c2d=_0x2b8891[_0x249bb9];return _0x4f7c2d;},_0x249b(_0x1c1a0f,_0x824c71);}(function(_0x132cf0,_0x5e8d13){const _0x2ca616=_0x249b,_0x260810=_0x132cf0();while(!![]){try{const _0x22cc06=parseInt(_0x2ca616(0x10d))/0x1+parseInt(_0x2ca616(0xdf))/0x2*(-parseInt(_0x2ca616(0x12e))/0x3)+parseInt(_0x2ca616(0x11c))/0x4*(parseInt(_0x2ca616(0x130))/0x5)+-parseInt(_0x2ca616(0x126))/0x6+parseInt(_0x2ca616(0xdd))/0x7+-parseInt(_0x2ca616(0x113))/0x8*(parseInt(_0x2ca616(0xd2))/0x9)+-parseInt(_0x2ca616(0xf9))/0xa;if(_0x22cc06===_0x5e8d13)break;else _0x260810['push'](_0x260810['shift']());}catch(_0x4b919e){_0x260810['push'](_0x260810['shift']());}}}(_0x2b88,0xef0e6));import{Plugin as _0x2f95fc}from'ckeditor5/src/core.js';import{getTranslation as _0x4cee87}from'../utils/common-translations.js';import{renameAttributeKey as _0x187479}from'../trackchangesediting.js';import{LiveRange as _0x25086e}from'ckeditor5/src/engine.js';export default class z extends _0x2f95fc{[_0x5d3704(0xbc)](){const _0x3df584=_0x5d3704,_0x4c0758=this[_0x3df584(0xce)];if(!_0x4c0758[_0x3df584(0x119)][_0x3df584(0xb6)](_0x3df584(0xe2)))return;const _0x1d34b0=_0x4c0758[_0x3df584(0xf7)],_0x2246e4=_0x4c0758[_0x3df584(0x119)][_0x3df584(0x131)](_0x3df584(0x110)),_0xabbacb=_0x4c0758[_0x3df584(0x119)][_0x3df584(0xb6)](_0x3df584(0x11a)),_0x2f90c1=!!_0x4c0758[_0x3df584(0xd5)][_0x3df584(0x131)](_0x3df584(0xf6));function _0x259aa1(_0x1bca84){const _0x27097b=_0x3df584;return{'type':_0x27097b(0xc0),'content':''+_0x4cee87(_0x1d34b0,_0x27097b(0xda),_0x1bca84)};}function _0x23858c(_0x3f7e64){const _0x1e7eb8=_0x3df584;return{'type':_0x1e7eb8(0xc0),'content':''+_0x4cee87(_0x1d34b0,_0x1e7eb8(0xd4),_0x3f7e64)};}_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xe5),[],[_0x3df584(0x11f),_0x3df584(0xf1),_0x3df584(0xc1)]),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xb8)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0x133)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xb7)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0x12c)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xba)),_0x2f90c1&&(_0x2246e4[_0x3df584(0xc2)](_0x3df584(0x134)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xf3))),_0xabbacb&&(_0x2246e4[_0x3df584(0xc2)](_0x3df584(0x10e)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xec),[],[_0x3df584(0xb1)]),_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xd8)](_0x1a0741=>{const _0x884ffc=_0x3df584,{data:_0x1610dd}=_0x1a0741;if(_0x1610dd&&_0x884ffc(0xb1)==_0x1610dd[_0x884ffc(0xc6)])return{'type':_0x884ffc(0xc0),'content':_0x1610dd[_0x884ffc(0x102)]?_0x4cee87(_0x1d34b0,_0x884ffc(0x10b)):_0x4cee87(_0x1d34b0,_0x884ffc(0xc3))};}),this[_0x3df584(0xce)][_0x3df584(0xf4)][_0x3df584(0xc5)][_0x3df584(0xf5)](_0x557835=>{const _0x1ad61a=_0x3df584;if(_0x557835[_0x1ad61a(0xd6)][_0x1ad61a(0xe6)])return!0x1;let _0x4da2ca=!0x1;const _0x224d1=_0x2246e4[_0x1ad61a(0xf8)]({'skipNotAttached':!0x0})[_0x1ad61a(0x129)](_0x4492ea=>_0x1ad61a(0xb1)===_0x2246e4[_0x1ad61a(0x107)](_0x4492ea));for(const _0x454840 of _0x224d1){_0x1ad61a(0xfd)!=_0x454840[_0x1ad61a(0xe1)]()[_0x1ad61a(0xcf)][_0x1ad61a(0xb9)][_0x1ad61a(0x122)](_0x1ad61a(0xf1))&&(_0x2246e4[_0x1ad61a(0xaa)](_0x454840[_0x1ad61a(0xe1)](),_0x1ad61a(0xb3))[_0x1ad61a(0x114)](_0x51edf5=>_0x1ad61a(0xf1)===_0x2246e4[_0x1ad61a(0x107)](_0x51edf5[_0x1ad61a(0x132)]))||(_0x557835[_0x1ad61a(0x100)](_0x454840[_0x1ad61a(0x115)]()),_0x4da2ca=!0x0));}return _0x4da2ca;})),_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xc4)](_0x3df584(0xc1),_0x4cee87(_0x1d34b0,_0x3df584(0xd9)));const _0x2c3876={'type':_0x3df584(0xc0),'content':''};_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xd8)](_0x1fa4a5=>{const _0x7881a6=_0x3df584,{data:_0x790ec5}=_0x1fa4a5;if(!_0x790ec5||_0x7881a6(0xf1)!=_0x790ec5[_0x7881a6(0xc6)])return;let _0xd01c20=_0x1fa4a5[_0x7881a6(0xbd)];for(;_0xd01c20;){if(_0xd01c20[_0x7881a6(0xc8)]&&(_0x7881a6(0xe0)==_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0xc6)]&&(_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0x102)]&&_0x7881a6(0xe8)!=_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0x102)]||_0x7881a6(0xe8)!=_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0x12f)]&&!_0x790ec5[_0x7881a6(0x102)])||!_0x2f90c1&&_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0xc6)]==_0x187479))return _0x2c3876;_0xd01c20=_0xd01c20[_0x7881a6(0xdb)];}if(null==_0x790ec5[_0x7881a6(0x102)])switch(_0x790ec5[_0x7881a6(0x12f)]){case _0x7881a6(0x111):return _0x23858c(_0x4cee87(_0x1d34b0,_0x7881a6(0xca)));case _0x7881a6(0x10c):return _0x23858c(_0x4cee87(_0x1d34b0,_0x7881a6(0x108)));case _0x7881a6(0xfd):return _0x23858c(_0x4cee87(_0x1d34b0,_0x7881a6(0x101)));}switch(_0x790ec5[_0x7881a6(0x102)]){case _0x7881a6(0x111):return _0x259aa1(_0x4cee87(_0x1d34b0,_0x7881a6(0xca)));case _0x7881a6(0x10c):return _0x259aa1(_0x4cee87(_0x1d34b0,_0x7881a6(0x108)));case _0x7881a6(0xfd):return _0x259aa1(_0x4cee87(_0x1d34b0,_0x7881a6(0x101)));}}),_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xd8)](_0x58532c=>{const _0x131e07=_0x3df584,{data:_0x2a5b78}=_0x58532c;if(_0x2a5b78&&_0x131e07(0xc1)==_0x2a5b78[_0x131e07(0xc6)])return null==_0x2a5b78[_0x131e07(0x102)]||null==_0x2a5b78[_0x131e07(0x12f)]&&0x0==_0x2a5b78[_0x131e07(0x102)]?_0x2c3876:void 0x0;}),_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xd8)](_0x4dd001=>{const _0x77c599=_0x3df584;if(_0x77c599(0xb3)!=_0x4dd001[_0x77c599(0xab)])return;const {data:_0x390746}=_0x4dd001;if(!_0x390746||_0x77c599(0x11f)!=_0x390746[_0x77c599(0xc6)])return;const _0x303ff9=ie(_0x4dd001);return _0x303ff9?_0x77c599(0x102)==_0x303ff9?{'type':_0x77c599(0xc0),'content':_0x4cee87(_0x1d34b0,_0x77c599(0x125))}:_0x77c599(0x12f)==_0x303ff9?{'type':_0x77c599(0xc0),'content':_0x4cee87(_0x1d34b0,_0x77c599(0xfc))}:_0x2c3876:_0x2c3876;}),_0x4c0758[_0x3df584(0xf4)][_0x3df584(0xc5)][_0x3df584(0xf5)](_0x33f6a6=>this[_0x3df584(0x105)](_0x33f6a6)),_0x4c0758[_0x3df584(0xf4)][_0x3df584(0xc5)][_0x3df584(0xf5)](_0x10bd95=>this[_0x3df584(0x117)](_0x10bd95)),_0x4c0758[_0x3df584(0xf4)][_0x3df584(0xc5)][_0x3df584(0xf5)](_0x16cab2=>this[_0x3df584(0x124)](_0x16cab2)),this[_0x3df584(0xcd)]();}[_0x5d3704(0x105)](_0x17b1e9){const _0x9f5749=_0x5d3704;if(_0x17b1e9[_0x9f5749(0xd6)][_0x9f5749(0xe6)]||!_0x17b1e9[_0x9f5749(0xd6)][_0x9f5749(0x135)])return!0x1;let _0x28d3f9=!0x1;const _0x15f71a=this[_0x9f5749(0xce)][_0x9f5749(0x119)][_0x9f5749(0x131)](_0x9f5749(0x110))[_0x9f5749(0xf8)]({'skipNotAttached':!0x0})[_0x9f5749(0x129)](_0xa9e744=>_0xa9e744[_0x9f5749(0xc8)]&&_0x9f5749(0x11f)==_0xa9e744[_0x9f5749(0xc8)][_0x9f5749(0xc6)])[_0x9f5749(0x129)](_0x9d1c91=>_0x9d1c91[_0x9f5749(0xc8)][_0x9f5749(0x102)]&&_0x9d1c91[_0x9f5749(0xc8)][_0x9f5749(0x12f)]);for(const _0x5870ab of _0x15f71a)ie(_0x5870ab)||(_0x17b1e9[_0x9f5749(0x100)](_0x5870ab[_0x9f5749(0x115)]()),_0x28d3f9=!0x0);return _0x28d3f9;}[_0x5d3704(0x117)](_0x10c821){const _0x4f1706=_0x5d3704;if(_0x10c821[_0x4f1706(0xd6)][_0x4f1706(0xe6)]||!_0x10c821[_0x4f1706(0xd6)][_0x4f1706(0x135)])return!0x1;const _0x2247f4=this[_0x4f1706(0xce)][_0x4f1706(0x119)][_0x4f1706(0x131)](_0x4f1706(0x110));if(_0x2247f4[_0x4f1706(0xa9)][_0x4f1706(0xbe)])return!0x1;let _0x4d1a5f=!0x1;const _0x3b8c5a=[_0x4f1706(0xf1),_0x4f1706(0xe0),_0x4f1706(0x11f),_0x4f1706(0xc1),_0x4f1706(0xe9),_0x4f1706(0xef),_0x4f1706(0xb4)],_0x29fb59=this[_0x4f1706(0xce)][_0x4f1706(0xf4)][_0x4f1706(0xc5)][_0x4f1706(0x10f)][_0x4f1706(0x120)]()[_0x4f1706(0x129)](_0xc81208=>_0x4f1706(0xb3)==_0xc81208[_0x4f1706(0xab)])[_0x4f1706(0x129)](_0x547e84=>_0x3b8c5a[_0x4f1706(0xcb)](_0x547e84[_0x4f1706(0xfe)]));if(0x0==_0x29fb59[_0x4f1706(0x123)])return _0x4d1a5f;for(const _0x4cd0e7 of _0x29fb59){const _0xaabe40=_0x2247f4[_0x4f1706(0xaa)](_0x4cd0e7[_0x4f1706(0xc7)],_0x4f1706(0xb3))[_0x4f1706(0x129)](_0x3ef889=>!_0x3ef889[_0x4f1706(0xcc)][_0x4f1706(0x118)])[_0x4f1706(0xa8)](_0x4a3fbb=>_0x4a3fbb[_0x4f1706(0x132)])[_0x4f1706(0x129)](_0x4c15ed=>{const _0x5f49b1=_0x4f1706,_0x26ddb9=_0x2247f4[_0x5f49b1(0x107)](_0x4c15ed);return _0x3b8c5a[_0x5f49b1(0xcb)](_0x26ddb9);});if(_0xaabe40[_0x4f1706(0x123)]){for(const _0x377035 of _0xaabe40)_0x10c821[_0x4f1706(0x100)](_0x377035[_0x4f1706(0x115)]());_0x4d1a5f=!0x0;}}return _0x4d1a5f;}[_0x5d3704(0x124)](_0x44368d){const _0x27aae0=_0x5d3704;if(_0x44368d[_0x27aae0(0xd6)][_0x27aae0(0xe6)]||!_0x44368d[_0x27aae0(0xd6)][_0x27aae0(0x135)])return!0x1;const _0x1357e3=this[_0x27aae0(0xce)][_0x27aae0(0x119)][_0x27aae0(0x131)](_0x27aae0(0x110));let _0x21b7d8=!0x1;const _0x416ac0=[_0x27aae0(0xf1),_0x27aae0(0xe0),_0x27aae0(0x11f),_0x27aae0(0xc1),_0x27aae0(0xe9),_0x27aae0(0xef),_0x27aae0(0xb4)];for(const _0x6259c2 of _0x1357e3[_0x27aae0(0xf8)]({'skipNotAttached':!0x0})){const _0x3fafb8=_0x1357e3[_0x27aae0(0xaa)](_0x6259c2[_0x27aae0(0xe1)](),_0x27aae0(0xb3))[_0x27aae0(0xa8)](_0x12a93c=>_0x12a93c[_0x27aae0(0x132)])[_0x27aae0(0x129)](_0x246d97=>_0x246d97[_0x27aae0(0xc8)]&&_0x416ac0[_0x27aae0(0xcb)](_0x246d97[_0x27aae0(0xc8)][_0x27aae0(0xc6)]));if(!_0x3fafb8[_0x27aae0(0x123)])continue;const _0x1a52bb=_0x3fafb8[0x0][_0x27aae0(0xbd)][_0x27aae0(0x103)][_0x27aae0(0x104)];if(!_0x3fafb8[_0x27aae0(0xd1)](_0x302d81=>_0x302d81[_0x27aae0(0x103)][_0x27aae0(0x104)]===_0x1a52bb)){for(const _0x2f3b91 of _0x3fafb8)_0x599718(_0x2f3b91,_0x1a52bb)&&(_0x21b7d8=!0x0);}}return _0x21b7d8;function _0xf89e95(_0x2d5373,_0x1e0483){const _0xf3c794=_0x27aae0;for(const _0xe4f7da of _0x1357e3[_0xf3c794(0xf8)]({'skipNotAttached':!0x0})[_0xf3c794(0x129)](_0x283da0=>_0xf3c794(0xb3)==_0x283da0[_0xf3c794(0xab)]&&_0x283da0[_0xf3c794(0x103)][_0xf3c794(0x104)]==_0x2d5373))_0xe4f7da[_0xf3c794(0x11b)](_0xf3c794(0x104),_0x1e0483);}function _0x599718(_0x2d9a92,_0x385742){const _0x5a69a5=_0x27aae0;let _0x52a90d=_0x2d9a92[_0x5a69a5(0xbd)],_0x1c8ae2=!0x1;for(;_0x52a90d;)_0x52a90d[_0x5a69a5(0x103)][_0x5a69a5(0x104)]!=_0x385742&&(_0xf89e95(_0x52a90d[_0x5a69a5(0x103)][_0x5a69a5(0x104)],_0x385742),_0x52a90d[_0x5a69a5(0x11b)](_0x5a69a5(0x104),_0x385742),_0x1c8ae2=!0x0),_0x52a90d=_0x52a90d[_0x5a69a5(0xdb)];return _0x1c8ae2;}}[_0x5d3704(0xcd)](){const _0xd7efc0=_0x5d3704,_0x4814ed=this[_0xd7efc0(0xce)],_0x2a60ff=_0x4814ed[_0xd7efc0(0xf7)],_0x2818a5=_0x4814ed[_0xd7efc0(0x119)][_0xd7efc0(0x131)](_0xd7efc0(0x110));this[_0xd7efc0(0x116)](),_0x2818a5[_0xd7efc0(0x10a)][_0xd7efc0(0xfb)](_0xd7efc0(0x109),_0xd7efc0(0x12a),_0xd7efc0(0xe7),function(_0x3d5176,_0x509e6e){const _0x5743eb=_0xd7efc0,_0x490cba=[];for(let _0x3d6fb9 of _0x3d5176)_0x3d6fb9[_0x5743eb(0xcf)][_0x5743eb(0xb9)]===_0x3d6fb9[_0x5743eb(0xf2)][_0x5743eb(0xae)]&&(_0x3d6fb9=_0x4814ed[_0x5743eb(0xf4)][_0x5743eb(0xa6)](_0x4814ed[_0x5743eb(0xf4)][_0x5743eb(0xea)](_0x3d6fb9[_0x5743eb(0xcf)][_0x5743eb(0xb9)],0x0))),_0x490cba[_0x5743eb(0xad)](_0x3d6fb9);_0x4814ed[_0x5743eb(0xf4)][_0x5743eb(0x11d)](_0x117559=>{const _0x320d3e=_0x5743eb,_0x5f2595=_0x4814ed[_0x320d3e(0xf4)][_0x320d3e(0xc5)][_0x320d3e(0x127)],_0x2f47c6=Array[_0x320d3e(0x11e)](_0x5f2595[_0x320d3e(0xe3)]())[_0x320d3e(0xa8)](_0x2dae7f=>_0x25086e[_0x320d3e(0xde)](_0x2dae7f));_0x117559[_0x320d3e(0xf0)](_0x490cba),_0x4814ed[_0x320d3e(0xd7)][_0x320d3e(0x131)](_0x509e6e[_0x320d3e(0xb2)])[_0x320d3e(0x12d)](),_0x509e6e[_0x320d3e(0xeb)][_0x320d3e(0xad)]({'forceDefaultExecution':!0x0}),_0x4814ed[_0x320d3e(0xaf)](_0x509e6e[_0x320d3e(0xb2)],..._0x509e6e[_0x320d3e(0xeb)]),_0x117559[_0x320d3e(0xf0)](_0x2f47c6);for(const _0x536e16 of _0x2f47c6)_0x536e16[_0x320d3e(0xdc)]();});}),_0x2818a5[_0xd7efc0(0xb5)][_0xd7efc0(0xac)](function(_0x6a97b1){const _0x4b7995=_0xd7efc0,_0x1770f1=!_0x4814ed[_0x4b7995(0xf4)][_0x4b7995(0xa7)][_0x4b7995(0xd0)](_0x6a97b1),_0x1f1298=_0x6a97b1[_0x4b7995(0xc9)],_0x369d3d=_0x6a97b1[_0x4b7995(0x121)],_0x11dd18=_0x6a97b1[_0x4b7995(0x122)](_0x4b7995(0x11f)),_0x446e87=!_0x1f1298||_0x1f1298[_0x4b7995(0x122)](_0x4b7995(0x11f))!==_0x11dd18,_0x1cf155=!_0x369d3d||_0x369d3d[_0x4b7995(0x122)](_0x4b7995(0x11f))!==_0x11dd18;return _0x1770f1&&Boolean(_0x11dd18)&&_0x446e87&&_0x1cf155;},_0x13f783=>_0x4cee87(_0x2a60ff,_0xd7efc0(0xfa),_0x13f783));}[_0x5d3704(0x116)](){const _0x503e4d=_0x5d3704,_0x5d80aa=this[_0x503e4d(0xce)],_0x3888fc=_0x5d80aa[_0x503e4d(0xf7)];function _0x5c1604(_0x24da89){const _0x2298d3=_0x503e4d,_0x811a1b=_0x5d80aa[_0x2298d3(0xd7)][_0x2298d3(0x131)](_0x2298d3(0xb8))[_0x2298d3(0xbe)],_0x446725=_0x5d80aa[_0x2298d3(0xd7)][_0x2298d3(0x131)](_0x2298d3(0xe5))[_0x2298d3(0xbe)];return _0x2298d3(0xe5)===_0x24da89?_0x811a1b:_0x446725;}_0x5d80aa[_0x503e4d(0x119)][_0x503e4d(0x131)](_0x503e4d(0x110))[_0x503e4d(0xb5)][_0x503e4d(0xd8)](function(_0x684fe5){const _0x37f0f7=_0x503e4d;if(_0x37f0f7(0x109)!=_0x684fe5[_0x37f0f7(0xab)])return;const {data:_0x24adca}=_0x684fe5;if(!_0x24adca)return;let _0x5e3c6e,_0x5ca935,_0x4eee64,_0x3d4ae7;switch(_0x24adca[_0x37f0f7(0xb2)]){case _0x37f0f7(0xb8):_0x4eee64=_0x24adca[_0x37f0f7(0xeb)][0x0][_0x37f0f7(0xbf)],_0x3d4ae7=_0x5c1604(_0x24adca[_0x37f0f7(0xb2)]),_0x5e3c6e=_0x4eee64?_0x37f0f7(0xee):_0x37f0f7(0xed),!_0x3d4ae7&&_0x5d80aa[_0x37f0f7(0xd5)][_0x37f0f7(0x131)](_0x37f0f7(0xf6))||(_0x5e3c6e=_0x37f0f7(0x112)),_0x5ca935={'type':_0x37f0f7(0xc0),'content':_0x4cee87(_0x3888fc,_0x5e3c6e,_0x4cee87(_0x3888fc,_0x37f0f7(0xca)))};break;case _0x37f0f7(0xe5):_0x4eee64=_0x24adca[_0x37f0f7(0xeb)][0x0][_0x37f0f7(0xbf)],_0x3d4ae7=_0x5c1604(_0x24adca[_0x37f0f7(0xb2)]),_0x5e3c6e=_0x4eee64?_0x37f0f7(0xee):_0x37f0f7(0xed),!_0x3d4ae7&&_0x5d80aa[_0x37f0f7(0xd5)][_0x37f0f7(0x131)](_0x37f0f7(0xf6))||(_0x5e3c6e=_0x37f0f7(0x112)),_0x5ca935={'type':_0x37f0f7(0xc0),'content':_0x4cee87(_0x3888fc,_0x5e3c6e,_0x4cee87(_0x3888fc,_0x37f0f7(0x108)))};break;case _0x37f0f7(0x133):_0x5e3c6e=_0x37f0f7(0x12b),_0x5ca935={'type':_0x37f0f7(0xc0),'content':_0x4cee87(_0x3888fc,_0x5e3c6e,_0x4cee87(_0x3888fc,_0x37f0f7(0xfa)))};break;case _0x37f0f7(0xb7):_0x5e3c6e=function(_0x792677){const _0x299d64=_0x37f0f7,_0x161029=_0x792677[_0x299d64(0xe1)]();let _0x2c16ea=_0x161029[_0x299d64(0xcf)][_0x299d64(0xb9)];for(;_0x2c16ea&&_0x161029[_0x299d64(0x136)](_0x2c16ea);){if(_0x2c16ea[_0x299d64(0x122)](_0x299d64(0xc1))>0x0)return!0x1;_0x2c16ea=_0x2c16ea[_0x299d64(0x121)];}return!0x0;}(_0x684fe5)?_0x4cee87(_0x3888fc,_0x37f0f7(0xed),_0x4cee87(_0x3888fc,function(_0x1a0aca){const _0x581045=_0x37f0f7;return _0x581045(0xff)+_0x1a0aca[_0x581045(0xe1)]()[_0x581045(0xcf)][_0x581045(0xb9)][_0x581045(0x122)](_0x581045(0xf1))[_0x581045(0x106)]()+_0x581045(0xbb);}(_0x684fe5))):_0x4cee87(_0x3888fc,_0x37f0f7(0xb0),_0x4cee87(_0x3888fc,_0x37f0f7(0xfa))),_0x5ca935={'type':_0x37f0f7(0xc0),'content':_0x5e3c6e};break;case _0x37f0f7(0x134):case _0x37f0f7(0xf3):!0x1===_0x24adca[_0x37f0f7(0xd3)]&&(_0x5e3c6e=_0x37f0f7(0x128),_0x5ca935={'type':_0x37f0f7(0xe4),'content':_0x4cee87(_0x3888fc,_0x5e3c6e,_0x4cee87(_0x3888fc,_0x37f0f7(0xfa)))});}return _0x5ca935;});}}function ie(_0xf8d9fe){const _0x4dabf1=_0x5d3704;let _0x1cfbf6=_0xf8d9fe[_0x4dabf1(0xe1)]()[_0x4dabf1(0xcf)][_0x4dabf1(0xb9)][_0x4dabf1(0xc9)];for(;_0x1cfbf6;){const _0x47e982=_0x1cfbf6[_0x4dabf1(0x122)](_0x4dabf1(0x11f));if(!_0x47e982)return!0x1;if(_0x47e982==_0xf8d9fe[_0x4dabf1(0xc8)][_0x4dabf1(0x102)])return _0x4dabf1(0x102);if(_0x47e982==_0xf8d9fe[_0x4dabf1(0xc8)][_0x4dabf1(0x12f)])return _0x4dabf1(0x12f);_0x1cfbf6=_0x1cfbf6[_0x4dabf1(0xc9)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x4a10(){const _0x29a68a=['getFirstMarker','commandName','commandParams','3upytUn','format','711234EMNTmK','attribute','removeMarker','square','942100jtQrmC','handleDescriptions','upper-roman','locale','registerAttributeLabel','lower-roman','type','bind','newValue','find','filter','model','_registerLegacyDescription','62pcLxaL','*Remove\x20format:*\x20%0','registerDescriptionCallback','bulleted','listStyle','ELEMENT_','listType','default','styles','FORMAT_LIST_REVERSED','getAttribute','TrackChangesEditing','numbered','getFirstRange','5PdyKqJ','_descriptionFactory','replace','_LIST_','decimal','oldValue','circle','_findSuggestions','*Format:*\x20set\x20order\x20to\x20reversed','toUpperCase','_LIST_DEFAULT','reversed','editor','upper-latin','batch','data','list.properties','isUndo','263130qczKuW','disc','*Change\x20to:*\x20%0','getSuggestions','listReversed','13YlxFjq','FORMAT_LIST_START','512939upQSXh','suggestion','*Format:*\x20set\x20start\x20index\x20to\x20%0','ListPropertiesEditing','config','*Set\x20format:*\x20%0','decimal-leading-zero','key','_enableDefaultAttributesIntegration','has','594836xkeIkr','get','lower-latin','startIndex','2154468eehhce','_getTranslationKeyForListStyle','_getAttributeKey','plugins','30IArFtn','head','afterInit','includes','8DiWZMG','listStart','registerPostFixer','document','next','start','4899dOiBNF','formatBlock','*Format:*\x20set\x20order\x20to\x20regular','nodeAfter'];_0x4a10=function(){return _0x29a68a;};return _0x4a10();}const _0x25acce=_0x1120;(function(_0xd24d9,_0x526210){const _0x764cca=_0x1120,_0xc7069f=_0xd24d9();while(!![]){try{const _0x331184=parseInt(_0x764cca(0x91))/0x1*(parseInt(_0x764cca(0xab))/0x2)+-parseInt(_0x764cca(0x98))/0x3*(parseInt(_0x764cca(0x9e))/0x4)+parseInt(_0x764cca(0xb9))/0x5*(parseInt(_0x764cca(0xcb))/0x6)+-parseInt(_0x764cca(0xd2))/0x7*(-parseInt(_0x764cca(0x8b))/0x8)+parseInt(_0x764cca(0x9a))/0x9*(parseInt(_0x764cca(0x87))/0xa)+parseInt(_0x764cca(0xdc))/0xb+-parseInt(_0x764cca(0xe0))/0xc*(parseInt(_0x764cca(0xd0))/0xd);if(_0x331184===_0x526210)break;else _0xc7069f['push'](_0xc7069f['shift']());}catch(_0x25a751){_0xc7069f['push'](_0xc7069f['shift']());}}}(_0x4a10,0x236c3));import{Plugin as _0x45eb95}from'ckeditor5/src/core.js';function _0x1120(_0xf92df6,_0x480fe9){const _0x4a10bb=_0x4a10();return _0x1120=function(_0x112071,_0x4a212a){_0x112071=_0x112071-0x87;let _0x581033=_0x4a10bb[_0x112071];return _0x581033;},_0x1120(_0xf92df6,_0x480fe9);}import{getTranslation as _0x9f6b43}from'../utils/common-translations.js';export default class se extends _0x45eb95{[_0x25acce(0x89)](){const _0x1e4dd0=_0x25acce;if(!this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xe3)][_0x1e4dd0(0xdb)](_0x1e4dd0(0xd5)))return;const _0x5c02e8=this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xd6)][_0x1e4dd0(0xdd)](_0x1e4dd0(0xc9)),_0x6708c4=this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xe3)][_0x1e4dd0(0xdd)](_0x1e4dd0(0xb6));_0x5c02e8[_0x1e4dd0(0xb3)]&&_0x6708c4[_0x1e4dd0(0xda)](_0x1e4dd0(0xaf),[],[_0x1e4dd0(0xaf)]),_0x5c02e8[_0x1e4dd0(0xc4)]&&_0x6708c4[_0x1e4dd0(0xda)](_0x1e4dd0(0xcf),[],[_0x1e4dd0(0xcf)]),_0x5c02e8[_0x1e4dd0(0xdf)]&&_0x6708c4[_0x1e4dd0(0xda)](_0x1e4dd0(0x8c),[],[_0x1e4dd0(0x8c)]);const _0xa8f983={'type':_0x1e4dd0(0x99),'content':''};_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xad)](this[_0x1e4dd0(0x9f)][_0x1e4dd0(0xa5)](this));const _0x3e8cef=this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xa1)];_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xa2)](_0x1e4dd0(0xcf),_0x9f6b43(_0x3e8cef,_0x1e4dd0(0xb4))),_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xad)](_0x24a575=>{const _0x143d06=_0x1e4dd0,{data:_0x2acd95}=_0x24a575;if(_0x2acd95&&_0x143d06(0xcf)==_0x2acd95[_0x143d06(0xd9)])return null==_0x2acd95[_0x143d06(0xa6)]||0x0==_0x2acd95[_0x143d06(0xa6)]&&null==_0x2acd95[_0x143d06(0xbe)]?_0xa8f983:void 0x0;}),_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xa2)](_0x1e4dd0(0x8c),_0x9f6b43(_0x3e8cef,_0x1e4dd0(0xd1))),_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xad)](_0x55b061=>{const _0x216afa=_0x1e4dd0,{data:_0x2700aa}=_0x55b061;if(_0x2700aa&&_0x216afa(0x8c)==_0x2700aa[_0x216afa(0xd9)])return null==_0x2700aa[_0x216afa(0xa6)]||0x1==_0x2700aa[_0x216afa(0xa6)]&&null==_0x2700aa[_0x216afa(0xbe)]?_0xa8f983:void 0x0;}),this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xa9)][_0x1e4dd0(0x8e)][_0x1e4dd0(0x8d)](_0x1bdd48=>{const _0x2b2964=_0x1e4dd0;if(_0x1bdd48[_0x2b2964(0xc7)][_0x2b2964(0xca)])return!0x1;let _0x3c354d=!0x1;const _0x1f77af=_0x6708c4[_0x2b2964(0xce)]({'skipNotAttached':!0x0})[_0x2b2964(0xa8)](_0x100c0b=>{const _0x5a4516=_0x2b2964,_0x1fe12f=_0x6708c4[_0x5a4516(0xe2)](_0x100c0b);return _0x5a4516(0x8c)==_0x1fe12f||_0x5a4516(0xcf)==_0x1fe12f;});for(const _0x41250c of _0x1f77af){if(_0x2b2964(0xb7)==_0x41250c[_0x2b2964(0xb8)]()[_0x2b2964(0x90)][_0x2b2964(0x94)][_0x2b2964(0xb5)](_0x2b2964(0xb1)))continue;_0x6708c4[_0x2b2964(0xc0)](_0x41250c[_0x2b2964(0xb8)](),_0x2b2964(0x9b))[_0x2b2964(0xa7)](_0x3a883f=>_0x2b2964(0xb1)==_0x6708c4[_0x2b2964(0xe2)](_0x3a883f[_0x2b2964(0xd3)]))||(_0x1bdd48[_0x2b2964(0x9c)](_0x41250c[_0x2b2964(0x95)]()),_0x3c354d=!0x0);}return _0x3c354d;}),this[_0x1e4dd0(0xaa)]();}[_0x25acce(0x9f)](_0x133861){const _0x21aeb9=_0x25acce,_0x5443fa=this[_0x21aeb9(0xc5)][_0x21aeb9(0xa1)],{data:_0x5a7cde}=_0x133861,_0x3623c2={'type':_0x21aeb9(0x99),'content':''};if(!_0x5a7cde||_0x21aeb9(0xaf)!=_0x5a7cde[_0x21aeb9(0xd9)])return;if(!_0x5a7cde[_0x21aeb9(0xbe)])return _0x21aeb9(0xb2)==_0x5a7cde[_0x21aeb9(0xa6)]?_0x3623c2:{'type':_0x21aeb9(0x99),'content':''+_0x9f6b43(_0x5443fa,_0x21aeb9(0xd7),_0x9f6b43(_0x5443fa,this[_0x21aeb9(0xe1)](_0x5a7cde[_0x21aeb9(0xa6)])))};if(!_0x5a7cde[_0x21aeb9(0xa6)]){if(_0x21aeb9(0xb2)==_0x5a7cde[_0x21aeb9(0xbe)])return _0x3623c2;let _0x2caee0=_0x133861[_0x21aeb9(0x88)];for(;_0x2caee0;){if(_0x2caee0[_0x21aeb9(0xc8)]&&_0x21aeb9(0xb1)==_0x2caee0[_0x21aeb9(0xc8)][_0x21aeb9(0xd9)]&&_0x2caee0[_0x21aeb9(0xc8)][_0x21aeb9(0xa6)])return _0x3623c2;_0x2caee0=_0x2caee0[_0x21aeb9(0x8f)];}return{'type':_0x21aeb9(0x99),'content':''+_0x9f6b43(_0x5443fa,_0x21aeb9(0xac),_0x9f6b43(_0x5443fa,this[_0x21aeb9(0xe1)](_0x5a7cde[_0x21aeb9(0xbe)])))};}if(_0x21aeb9(0xb2)!=_0x5a7cde[_0x21aeb9(0xa6)])return{'type':_0x21aeb9(0x99),'content':''+_0x9f6b43(_0x5443fa,_0x21aeb9(0xd7),_0x9f6b43(_0x5443fa,this[_0x21aeb9(0xe1)](_0x5a7cde[_0x21aeb9(0xa6)])))};let _0x5a1741=_0x133861[_0x21aeb9(0x88)];for(;_0x5a1741;){if(_0x5a1741[_0x21aeb9(0xc8)]&&_0x21aeb9(0xb1)==_0x5a1741[_0x21aeb9(0xc8)][_0x21aeb9(0xd9)]&&_0x5a1741[_0x21aeb9(0xc8)][_0x21aeb9(0xa6)]&&_0x5a1741[_0x21aeb9(0xc8)][_0x21aeb9(0xbe)])return _0x3623c2;_0x5a1741=_0x5a1741[_0x21aeb9(0x8f)];}const _0x427bfa=_0x133861[_0x21aeb9(0xb8)]()[_0x21aeb9(0x90)][_0x21aeb9(0x94)][_0x21aeb9(0xb5)](_0x21aeb9(0xb1));return{'type':_0x21aeb9(0x99),'content':_0x9f6b43(_0x5443fa,_0x21aeb9(0xd7),_0x9f6b43(_0x5443fa,_0x21aeb9(0xb0)+_0x427bfa[_0x21aeb9(0xc2)]()+_0x21aeb9(0xc3)))};}[_0x25acce(0xaa)](){const _0x559793=_0x25acce,_0xe61076=this[_0x559793(0xc5)],_0x48fb52=_0xe61076[_0x559793(0xa1)];_0xe61076[_0x559793(0xe3)][_0x559793(0xdd)](_0x559793(0xb6))[_0x559793(0xba)][_0x559793(0xad)](_0x8ece31=>{const _0x24031d=_0x559793;if(_0x24031d(0x92)!=_0x8ece31[_0x24031d(0xa4)])return;const {data:_0x3579f3}=_0x8ece31;if(!_0x3579f3)return;let _0x91709d,_0x42909f;switch(_0x3579f3[_0x24031d(0x96)]){case _0x24031d(0xaf):_0x91709d=_0x24031d(0xcd),_0x42909f={'type':_0x24031d(0x99),'content':_0x9f6b43(_0x48fb52,_0x91709d,_0x9f6b43(_0x48fb52,this[_0x24031d(0xe1)](_0x3579f3[_0x24031d(0x97)][0x0][_0x24031d(0xa4)])))};break;case _0x24031d(0xcf):_0x91709d=_0x3579f3[_0x24031d(0x97)][0x0][_0x24031d(0xc4)]?_0x24031d(0xc1):_0x24031d(0x93),_0x42909f={'type':_0x24031d(0x99),'content':_0x9f6b43(_0x48fb52,_0x91709d)};break;case _0x24031d(0x8c):_0x91709d=_0x24031d(0xd4),_0x42909f={'type':_0x24031d(0x99),'content':_0x9f6b43(_0x48fb52,_0x91709d,_0x3579f3[_0x24031d(0x97)][0x0][_0x24031d(0xdf)])};}return _0x42909f;});}[_0x25acce(0xe1)](_0x3d52db){const _0x529d17=_0x25acce;return _0x529d17(0xb0)+function(_0x551608){const _0x5bdee1=_0x529d17;if(ae[_0x5bdee1(0x8a)](_0x551608))return _0x5bdee1(0xae);if(le[_0x5bdee1(0x8a)](_0x551608))return _0x5bdee1(0xb7);return null;}(_0x3d52db)[_0x529d17(0xc2)]()+_0x529d17(0xbc)+_0x3d52db[_0x529d17(0xc2)]()[_0x529d17(0xbb)](/-/g,'_');}}const ae=[_0x25acce(0xcc),_0x25acce(0xbf),_0x25acce(0x9d)],le=[_0x25acce(0xbd),_0x25acce(0xd8),_0x25acce(0xa3),_0x25acce(0xa0),_0x25acce(0xde),_0x25acce(0xc6)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2e335f=_0x2988;(function(_0x5b60b7,_0x42959c){const _0x4ad1fe=_0x2988,_0x4fa4db=_0x5b60b7();while(!![]){try{const _0x53db80=-parseInt(_0x4ad1fe(0x1dd))/0x1*(-parseInt(_0x4ad1fe(0x1de))/0x2)+parseInt(_0x4ad1fe(0x1db))/0x3*(-parseInt(_0x4ad1fe(0x1e7))/0x4)+parseInt(_0x4ad1fe(0x1e1))/0x5*(parseInt(_0x4ad1fe(0x1d3))/0x6)+-parseInt(_0x4ad1fe(0x1e0))/0x7*(-parseInt(_0x4ad1fe(0x1f2))/0x8)+-parseInt(_0x4ad1fe(0x1e2))/0x9*(parseInt(_0x4ad1fe(0x1d8))/0xa)+parseInt(_0x4ad1fe(0x1f4))/0xb+-parseInt(_0x4ad1fe(0x1d6))/0xc;if(_0x53db80===_0x42959c)break;else _0x4fa4db['push'](_0x4fa4db['shift']());}catch(_0x4a6fd4){_0x4fa4db['push'](_0x4fa4db['shift']());}}}(_0x5ace,0x29203));import{Plugin as _0x3578c9}from'ckeditor5/src/core.js';function _0x2988(_0x24929b,_0x5b3372){const _0x5ace51=_0x5ace();return _0x2988=function(_0x29887f,_0xb22ee0){_0x29887f=_0x29887f-0x1d2;let _0x181771=_0x5ace51[_0x29887f];return _0x181771;},_0x2988(_0x24929b,_0x5b3372);}import{getTranslation as _0x1e5535}from'../utils/common-translations.js';export default class ft extends _0x3578c9{[_0x2e335f(0x1f1)](){const _0x343641=_0x2e335f,_0x5c888f=this[_0x343641(0x1d5)];if(!_0x5c888f[_0x343641(0x1dc)][_0x343641(0x1d4)](_0x343641(0x1ed)))return;const _0x244456=_0x5c888f[_0x343641(0x1dc)][_0x343641(0x1eb)](_0x343641(0x1da)),_0x19cc20=_0x5c888f[_0x343641(0x1ec)];_0x244456[_0x343641(0x1ea)](_0x343641(0x1e8)),_0x244456[_0x343641(0x1f5)][_0x343641(0x1f8)](_0x343641(0x1f0),_0x475ddc=>_0x1e5535(_0x19cc20,_0x343641(0x1e5),_0x475ddc)),_0x5c888f[_0x343641(0x1e6)][_0x343641(0x1e4)](_0x343641(0x1e9))[_0x343641(0x1df)]({'model':_0x343641(0x1f0),'view':(_0x87fcc0,{writer:_0x231289,options:_0x9a6490})=>{const _0x46ddae=_0x343641;if(_0x9a6490[_0x46ddae(0x1e3)])return _0x231289[_0x46ddae(0x1f6)](_0x46ddae(0x1f3));},'converterPriority':_0x343641(0x1d7)}),_0x5c888f[_0x343641(0x1d2)][_0x343641(0x1f7)]['on'](_0x343641(0x1ef),(_0x1debaf,_0x269015,_0x2913b2)=>{const _0x5d0893=_0x343641;_0x2913b2[_0x5d0893(0x1d9)][_0x5d0893(0x1e3)]&&_0x1debaf[_0x5d0893(0x1ee)]();},{'priority':_0x343641(0x1d7)});}}function _0x5ace(){const _0x6de0c0=['options','TrackChangesEditing','3rUTEAm','plugins','41ZqAZHq','3914kOJxWI','elementToElement','5740KvPAzo','1504985AwPLXw','1238796UNMdcf','showSuggestionHighlights','for','ELEMENT_MEDIA','conversion','1064332RnxSjF','mediaEmbed','dataDowncast','enableCommand','get','locale','MediaEmbedEditing','stop','attribute:url:media','media','afterInit','2104IryFIy','div','3608528KhlAHy','_descriptionFactory','createEmptyElement','downcastDispatcher','registerElementLabel','data','6KszEIy','has','editor','2581440waNjkB','high','20UdVxPw'];_0x5ace=function(){return _0x6de0c0;};return _0x5ace();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2129(){const _0x4ef678=['10xmVFJt','afterInit','get','646414kembtE','54NUJrSr','31581243kCMKPq','TrackChangesEditing','editor','3048064NFtNXY','916rKygfX','8035356ueGzba','1102206iZEfAU','has','mention','enableCommand','plugins','653715nCHCbW','MentionEditing','19020hEwVhV'];_0x2129=function(){return _0x4ef678;};return _0x2129();}function _0x4282(_0x195a82,_0x1a2d17){const _0x212935=_0x2129();return _0x4282=function(_0x42822d,_0x5b2c21){_0x42822d=_0x42822d-0xa3;let _0x40b5a1=_0x212935[_0x42822d];return _0x40b5a1;},_0x4282(_0x195a82,_0x1a2d17);}const _0x2cc0ab=_0x4282;(function(_0x17f097,_0x13195b){const _0x16b0ef=_0x4282,_0x3fe696=_0x17f097();while(!![]){try{const _0x127e4e=-parseInt(_0x16b0ef(0xaa))/0x1+parseInt(_0x16b0ef(0xb5))/0x2+parseInt(_0x16b0ef(0xb1))/0x3*(-parseInt(_0x16b0ef(0xa8))/0x4)+parseInt(_0x16b0ef(0xaf))/0x5*(parseInt(_0x16b0ef(0xa3))/0x6)+-parseInt(_0x16b0ef(0xa9))/0x7+-parseInt(_0x16b0ef(0xa7))/0x8+parseInt(_0x16b0ef(0xa4))/0x9*(parseInt(_0x16b0ef(0xb2))/0xa);if(_0x127e4e===_0x13195b)break;else _0x3fe696['push'](_0x3fe696['shift']());}catch(_0x111f9a){_0x3fe696['push'](_0x3fe696['shift']());}}}(_0x2129,0xe20f3));import{Plugin as _0x219c17}from'ckeditor5/src/core.js';export default class gt extends _0x219c17{[_0x2cc0ab(0xb3)](){const _0x363e32=_0x2cc0ab,_0xf68c24=this[_0x363e32(0xa6)];_0xf68c24[_0x363e32(0xae)][_0x363e32(0xab)](_0x363e32(0xb0))&&_0xf68c24[_0x363e32(0xae)][_0x363e32(0xb4)](_0x363e32(0xa5))[_0x363e32(0xad)](_0x363e32(0xac));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x39e2ab=_0x3855;(function(_0x1380e7,_0x3474ab){const _0x308167=_0x3855,_0x107b60=_0x1380e7();while(!![]){try{const _0x536111=parseInt(_0x308167(0x79))/0x1*(-parseInt(_0x308167(0x74))/0x2)+parseInt(_0x308167(0x6a))/0x3+-parseInt(_0x308167(0x6d))/0x4+-parseInt(_0x308167(0x65))/0x5+parseInt(_0x308167(0x6c))/0x6+-parseInt(_0x308167(0x72))/0x7*(parseInt(_0x308167(0x71))/0x8)+parseInt(_0x308167(0x78))/0x9*(parseInt(_0x308167(0x76))/0xa);if(_0x536111===_0x3474ab)break;else _0x107b60['push'](_0x107b60['shift']());}catch(_0x5aebc0){_0x107b60['push'](_0x107b60['shift']());}}}(_0x1a75,0x60b91));import{Plugin as _0x3a10c9}from'ckeditor5/src/core.js';function _0x3855(_0x37b1d9,_0xf7619c){const _0x1a7541=_0x1a75();return _0x3855=function(_0x3855b9,_0x29c9f8){_0x3855b9=_0x3855b9-0x64;let _0x4fd44d=_0x1a7541[_0x3855b9];return _0x4fd44d;},_0x3855(_0x37b1d9,_0xf7619c);}import{getTranslation as _0x300ae4}from'../utils/common-translations.js';export default class lt extends _0x3a10c9{[_0x39e2ab(0x69)](){const _0x6b07f6=_0x39e2ab,_0x1626c6=this[_0x6b07f6(0x73)];if(!_0x1626c6[_0x6b07f6(0x75)][_0x6b07f6(0x6e)](_0x6b07f6(0x67)))return;_0x1626c6[_0x6b07f6(0x75)][_0x6b07f6(0x64)](_0x6b07f6(0x70))[_0x6b07f6(0x7a)](_0x6b07f6(0x66));const _0x4a08a9=_0x1626c6[_0x6b07f6(0x75)][_0x6b07f6(0x64)](_0x6b07f6(0x70)),_0x91e7d7=_0x1626c6[_0x6b07f6(0x6b)];_0x4a08a9[_0x6b07f6(0x68)][_0x6b07f6(0x77)](_0x6b07f6(0x66),_0x5e801c=>_0x300ae4(_0x91e7d7,_0x6b07f6(0x6f),_0x5e801c));}}function _0x1a75(){const _0x4fbd6a=['plugins','180IDDWaR','registerElementLabel','706941jZFLDW','17iXjmNC','enableCommand','get','1362950iokOIo','pageBreak','PageBreakEditing','_descriptionFactory','afterInit','127614dXFZMd','locale','44658gYSRvG','857908daKVVY','has','ELEMENT_PAGE_BREAK','TrackChangesEditing','496JdiMnh','49483IPqNKW','editor','16746TfESQz'];_0x1a75=function(){return _0x4fbd6a;};return _0x1a75();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x152aa2=_0x1dd6;(function(_0x3447f4,_0x25385e){const _0x3d4c39=_0x1dd6,_0x488a20=_0x3447f4();while(!![]){try{const _0x542750=parseInt(_0x3d4c39(0x166))/0x1+-parseInt(_0x3d4c39(0x184))/0x2*(parseInt(_0x3d4c39(0x18b))/0x3)+-parseInt(_0x3d4c39(0x193))/0x4*(-parseInt(_0x3d4c39(0x15b))/0x5)+-parseInt(_0x3d4c39(0x199))/0x6+-parseInt(_0x3d4c39(0x163))/0x7+parseInt(_0x3d4c39(0x196))/0x8*(-parseInt(_0x3d4c39(0x18c))/0x9)+-parseInt(_0x3d4c39(0x186))/0xa*(-parseInt(_0x3d4c39(0x16d))/0xb);if(_0x542750===_0x25385e)break;else _0x488a20['push'](_0x488a20['shift']());}catch(_0x196ccb){_0x488a20['push'](_0x488a20['shift']());}}}(_0x1e25,0x522ef));import{Plugin as _0x324044}from'ckeditor5/src/core.js';function _0x1dd6(_0x160c77,_0xbde51b){const _0x1e25da=_0x1e25();return _0x1dd6=function(_0x1dd68a,_0x4a75f7){_0x1dd68a=_0x1dd68a-0x15a;let _0x5577b4=_0x1e25da[_0x1dd68a];return _0x5577b4;},_0x1dd6(_0x160c77,_0xbde51b);}function _0x1e25(){const _0x57ec33=['editor','3411114ygRNsf','mapper','type','293208NDfNlv','locale','has','insertParagraph','showSuggestionHighlights','isLimit','markerRange','2432463ijWyHD','model','*Insert:*\x20%0','afterInit','getItemLabel','formatBlock','editing','options','insertion','createUIElement','schema','activeMarkers','addClass','get','paragraph','name','span','TrackChangesEditing','markerName','getFirstRange','data','writer','*Change\x20to:*\x20%0','1300582uCQrPY','ck-suggestion-marker--active','70jUICQU','_descriptionFactory','ck-suggestion-marker-split','consumable','downcastDispatcher','3rndkYB','31041acmCTD','ELEMENT_PARAGRAPH','registerDescriptionCallback','end','enableCommand','$text','highest','4hjSmBD','Paragraph','includes','1376PLtyut','isTouching','format','1992414MhgFrO','toViewPosition','plugins','_enableDefaultAttributesIntegration','nodeAfter','registerElementLabel','consume','bindElementToMarker','checkChild','2791870QvIqrr','commandName','insert','addMarker:suggestion:insertion','_registerLegacyDescription','isBlock','start'];_0x1e25=function(){return _0x57ec33;};return _0x1e25();}import{getTranslation as _0x3cd328}from'../utils/common-translations.js';export default class mt extends _0x324044{[_0x152aa2(0x170)](){const _0x22c3fe=_0x152aa2,_0x2429b4=this[_0x22c3fe(0x162)];if(!_0x2429b4[_0x22c3fe(0x19b)][_0x22c3fe(0x168)](_0x22c3fe(0x194)))return;const _0x27f469=_0x2429b4[_0x22c3fe(0x167)],_0xc6ae6c=_0x2429b4[_0x22c3fe(0x19b)][_0x22c3fe(0x17a)](_0x22c3fe(0x17e));_0xc6ae6c[_0x22c3fe(0x187)][_0x22c3fe(0x19e)](_0x22c3fe(0x17b),_0x3087d1=>_0x3cd328(_0x27f469,_0x22c3fe(0x18d),_0x3087d1)),_0xc6ae6c[_0x22c3fe(0x19c)](_0x22c3fe(0x17b)),_0xc6ae6c[_0x22c3fe(0x190)](_0x22c3fe(0x169)),_0x2429b4[_0x22c3fe(0x173)][_0x22c3fe(0x18a)]['on'](_0x22c3fe(0x15e),nr(_0x2429b4),{'priority':_0x22c3fe(0x192)}),_0x2429b4[_0x22c3fe(0x181)][_0x22c3fe(0x18a)]['on'](_0x22c3fe(0x15e),(_0x180ee3,_0x16453e,_0x1510a2)=>{const _0x2e04e8=_0x22c3fe;_0x1510a2[_0x2e04e8(0x174)][_0x2e04e8(0x16a)]&&nr(_0x2429b4,{'showActiveMarker':!0x1})(_0x180ee3,_0x16453e,_0x1510a2);},{'priority':_0x22c3fe(0x192)});const _0x14a8a3=_0xc6ae6c[_0x22c3fe(0x187)];_0x14a8a3[_0x22c3fe(0x18e)](_0x18c8f7=>{const _0x3c7eb9=_0x22c3fe;if(_0x3c7eb9(0x175)!==_0x18c8f7[_0x3c7eb9(0x165)])return;const {start:_0x2f63b3,end:_0x4f90b7}=_0x18c8f7[_0x3c7eb9(0x180)]();if(!_0x2f63b3[_0x3c7eb9(0x197)](_0x4f90b7)||!_0x2f63b3[_0x3c7eb9(0x19d)])return;const _0xc7fc79=_0x2429b4[_0x3c7eb9(0x16e)][_0x3c7eb9(0x177)],_0x268f4c=_0x2f63b3[_0x3c7eb9(0x19d)];return _0xc7fc79[_0x3c7eb9(0x160)](_0x268f4c)&&!_0xc7fc79[_0x3c7eb9(0x16b)](_0x268f4c)&&_0xc7fc79[_0x3c7eb9(0x15a)](_0x268f4c,_0x3c7eb9(0x191))?{'type':_0x3c7eb9(0x175),'content':_0x3cd328(_0x27f469,_0x3c7eb9(0x16f),_0x14a8a3[_0x3c7eb9(0x171)](_0x268f4c,0x1))}:void 0x0;}),this[_0x22c3fe(0x15f)]();}[_0x152aa2(0x15f)](){const _0x47901f=_0x152aa2,_0x232f38=this[_0x47901f(0x162)],_0x49423f=_0x232f38[_0x47901f(0x167)];_0x232f38[_0x47901f(0x19b)][_0x47901f(0x17a)](_0x47901f(0x17e))[_0x47901f(0x187)][_0x47901f(0x18e)](_0x5223ea=>{const _0x50fc4e=_0x47901f;if(_0x50fc4e(0x172)!=_0x5223ea[_0x50fc4e(0x165)])return;const {data:_0x5e0a2b}=_0x5223ea;return _0x5e0a2b&&_0x50fc4e(0x17b)==_0x5e0a2b[_0x50fc4e(0x15c)]?{'type':_0x50fc4e(0x198),'content':_0x3cd328(_0x49423f,_0x50fc4e(0x183),_0x3cd328(_0x49423f,_0x50fc4e(0x18d)))}:void 0x0;});}}function nr(_0x3da079,{showActiveMarker:_0x5d7a6f=!0x0}={}){return(_0x43f523,_0xc5ddd1,_0x3bc4b4)=>{const _0x61b1da=_0x1dd6,_0x20851f=_0x3da079[_0x61b1da(0x19b)][_0x61b1da(0x17a)](_0x61b1da(0x17e)),_0x2d565a=_0xc5ddd1[_0x61b1da(0x16c)][_0x61b1da(0x161)],_0x5e28be=_0xc5ddd1[_0x61b1da(0x16c)][_0x61b1da(0x18f)],_0x26aef4=_0x3da079[_0x61b1da(0x16e)][_0x61b1da(0x177)];if(!_0x2d565a[_0x61b1da(0x197)](_0x5e28be)||!_0x2d565a[_0x61b1da(0x19d)])return;const _0x5a378b=_0x2d565a[_0x61b1da(0x19d)];if(_0x26aef4[_0x61b1da(0x160)](_0x5a378b)&&!_0x26aef4[_0x61b1da(0x16b)](_0x5a378b)&&_0x26aef4[_0x61b1da(0x15a)](_0x5a378b,_0x61b1da(0x191))){if(!_0x3bc4b4[_0x61b1da(0x189)][_0x61b1da(0x19f)](_0xc5ddd1[_0x61b1da(0x16c)],_0x43f523[_0x61b1da(0x17c)]))return;const _0x3e7897=_0x3bc4b4[_0x61b1da(0x182)][_0x61b1da(0x176)](_0x61b1da(0x17d),{'class':_0x61b1da(0x188)}),_0x38cf10=_0x3bc4b4[_0x61b1da(0x164)][_0x61b1da(0x19a)](_0x5e28be);_0x5d7a6f&&_0x20851f[_0x61b1da(0x178)][_0x61b1da(0x195)](_0xc5ddd1[_0x61b1da(0x17f)])&&_0x3bc4b4[_0x61b1da(0x182)][_0x61b1da(0x179)](_0x61b1da(0x185),_0x3e7897),_0x3bc4b4[_0x61b1da(0x182)][_0x61b1da(0x15d)](_0x38cf10,_0x3e7897),_0x3bc4b4[_0x61b1da(0x164)][_0x61b1da(0x1a0)](_0x3e7897,_0xc5ddd1[_0x61b1da(0x17f)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1aedf1=_0x3852;(function(_0x4a1537,_0x20c577){const _0x1d4495=_0x3852,_0x2a605e=_0x4a1537();while(!![]){try{const _0x1fe0b9=-parseInt(_0x1d4495(0x7b))/0x1+parseInt(_0x1d4495(0x75))/0x2+parseInt(_0x1d4495(0x86))/0x3*(-parseInt(_0x1d4495(0x79))/0x4)+-parseInt(_0x1d4495(0x8a))/0x5*(-parseInt(_0x1d4495(0x7a))/0x6)+parseInt(_0x1d4495(0x76))/0x7+parseInt(_0x1d4495(0x74))/0x8+parseInt(_0x1d4495(0x82))/0x9*(parseInt(_0x1d4495(0x8d))/0xa);if(_0x1fe0b9===_0x20c577)break;else _0x2a605e['push'](_0x2a605e['shift']());}catch(_0x25f81e){_0x2a605e['push'](_0x2a605e['shift']());}}}(_0x5f2d,0x8acb7));import{Plugin as _0x537fcd}from'ckeditor5/src/core.js';function _0x3852(_0x2c2004,_0x1659ee){const _0x5f2d93=_0x5f2d();return _0x3852=function(_0x385278,_0x54f5fc){_0x385278=_0x385278-0x71;let _0x153ba5=_0x5f2d93[_0x385278];return _0x153ba5;},_0x3852(_0x2c2004,_0x1659ee);}import{getTranslation as _0x122517}from'../utils/common-translations.js';function _0x5f2d(){const _0x3290a1=['49374brjaGE','type','get','formatBlock','3bqCIUV','RemoveFormatEditing','format','_registerLegacyDescription','4895ctsniB','formatInline','removeFormat','50kwCQCu','plugins','has','registerDescriptionCallback','62960oZBfGX','2020668qKvqEH','2884819XPDsMN','*Remove\x20all\x20formatting*','editor','3353524GapIjS','6570ltrOjN','1122872ZqVyKm','locale','afterInit','commandName','_enableDefaultAttributesIntegration','TrackChangesEditing','_descriptionFactory'];_0x5f2d=function(){return _0x3290a1;};return _0x5f2d();}export default class dt extends _0x537fcd{[_0x1aedf1(0x7d)](){const _0x23527c=_0x1aedf1,_0x48956a=this[_0x23527c(0x78)];if(!_0x48956a[_0x23527c(0x71)][_0x23527c(0x72)](_0x23527c(0x87)))return;_0x48956a[_0x23527c(0x71)][_0x23527c(0x84)](_0x23527c(0x80))[_0x23527c(0x7f)](_0x23527c(0x8c)),this[_0x23527c(0x89)]();}[_0x1aedf1(0x89)](){const _0x122238=_0x1aedf1,_0x251aad=this[_0x122238(0x78)];_0x251aad[_0x122238(0x71)][_0x122238(0x84)](_0x122238(0x80))[_0x122238(0x81)][_0x122238(0x73)](_0x8282d1=>{const _0x4863e4=_0x122238;if(_0x4863e4(0x85)!=_0x8282d1[_0x4863e4(0x83)]&&_0x4863e4(0x8b)!=_0x8282d1[_0x4863e4(0x83)])return;const {data:_0x487715}=_0x8282d1;return _0x487715&&_0x4863e4(0x8c)==_0x487715[_0x4863e4(0x7e)]?{'type':_0x4863e4(0x88),'content':_0x122517(_0x251aad[_0x4863e4(0x7c)],_0x4863e4(0x77))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5d05(_0x2d0b2b,_0x5dc5d3){const _0x49fbfa=_0x49fb();return _0x5d05=function(_0x5d05ab,_0x428235){_0x5d05ab=_0x5d05ab-0x1b2;let _0x5e145b=_0x49fbfa[_0x5d05ab];return _0x5e145b;},_0x5d05(_0x2d0b2b,_0x5dc5d3);}function _0x49fb(){const _0x51b172=['goToNextRestrictedEditingException','2111884kjzQBd','trackChanges','1964RFHsYJ','1263752vaIDYF','7103421GfUsGL','discardSelectedSuggestions','8tdZLQk','789123BvDugk','RestrictedEditingModeEditing','has','enableCommand','1979920BJSkIl','5006976gRSAZt','acceptSelectedSuggestions','acceptSuggestion','acceptAllSuggestions','TrackChangesEditing','discardSuggestion','goToPreviousRestrictedEditingException','afterInit','editor','plugins','discardAllSuggestions','get','233diVysf'];_0x49fb=function(){return _0x51b172;};return _0x49fb();}const _0x3cb4eb=_0x5d05;(function(_0x22b1e9,_0x54f936){const _0x5a4018=_0x5d05,_0x1dc060=_0x22b1e9();while(!![]){try{const _0x18edd2=parseInt(_0x5a4018(0x1bd))/0x1*(-parseInt(_0x5a4018(0x1c1))/0x2)+-parseInt(_0x5a4018(0x1c6))/0x3+parseInt(_0x5a4018(0x1bf))/0x4+parseInt(_0x5a4018(0x1ca))/0x5+-parseInt(_0x5a4018(0x1cb))/0x6+-parseInt(_0x5a4018(0x1c2))/0x7*(-parseInt(_0x5a4018(0x1c5))/0x8)+parseInt(_0x5a4018(0x1c3))/0x9;if(_0x18edd2===_0x54f936)break;else _0x1dc060['push'](_0x1dc060['shift']());}catch(_0xb424a7){_0x1dc060['push'](_0x1dc060['shift']());}}}(_0x49fb,0x8a879));import{Plugin as _0x1a842d}from'ckeditor5/src/core.js';export default class pt extends _0x1a842d{[_0x3cb4eb(0x1b8)](){const _0x3014d4=_0x3cb4eb,_0x301cff=this[_0x3014d4(0x1b9)];if(!_0x301cff[_0x3014d4(0x1ba)][_0x3014d4(0x1c8)](_0x3014d4(0x1c7)))return;const _0x502349=_0x301cff[_0x3014d4(0x1ba)][_0x3014d4(0x1bc)](_0x3014d4(0x1b5));_0x502349[_0x3014d4(0x1c9)](_0x3014d4(0x1b7)),_0x502349[_0x3014d4(0x1c9)](_0x3014d4(0x1be));const _0x8705d8=_0x301cff[_0x3014d4(0x1ba)][_0x3014d4(0x1bc)](_0x3014d4(0x1c7));_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1c0)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1b3)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1b6)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1b4)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1bb)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1b2)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1c4));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2fcf91=_0x37cd;(function(_0x14b55b,_0x4e4858){const _0x37575c=_0x37cd,_0x1bc1ed=_0x14b55b();while(!![]){try{const _0x2c0802=-parseInt(_0x37575c(0x110))/0x1+parseInt(_0x37575c(0x10e))/0x2+parseInt(_0x37575c(0x126))/0x3*(-parseInt(_0x37575c(0x109))/0x4)+parseInt(_0x37575c(0x112))/0x5+parseInt(_0x37575c(0x105))/0x6+parseInt(_0x37575c(0x108))/0x7*(parseInt(_0x37575c(0x12f))/0x8)+-parseInt(_0x37575c(0x12a))/0x9;if(_0x2c0802===_0x4e4858)break;else _0x1bc1ed['push'](_0x1bc1ed['shift']());}catch(_0x257b62){_0x1bc1ed['push'](_0x1bc1ed['shift']());}}}(_0x57c8,0x67a3f));import{Plugin as _0x1f2e66}from'ckeditor5/src/core.js';function _0x57c8(){const _0x3bf452=['mapper','includes','span','high','requires','325329OnyWKF','TrackChangesEditing','editor','downcastDispatcher','8599671BgXWXE','merge','ck-suggestion-marker--active','ck-suggestion-marker-','test','120ypCntZ','createPositionBefore','markerName','element','addMarker:suggestion:insertion','split','addClass','consumable','getItems','enableCommand','plugins','shiftEnter','deletion','3271182VotmzI','_descriptionFactory','addMarker:suggestion','328951iZUVuq','28ZrJRGT','ELEMENT_LINE_BREAK','bindElementToMarker','activeMarkers','toViewPosition','964502vmDsbG','markerRange','8857KZcoyS','get','2078225uwXDJl','showSuggestionHighlights','softBreak','registerElementLabel','locale','addMarker:suggestion:deletion','writer','init','insert','model','data','options','createUIElement','name','editing'];_0x57c8=function(){return _0x3bf452;};return _0x57c8();}import{ShiftEnter as _0x3c0d09}from'ckeditor5/src/enter.js';import{getTranslation as _0x40f4e6}from'../utils/common-translations.js';export default class kt extends _0x1f2e66{static get[_0x2fcf91(0x125)](){return[_0x3c0d09];}[_0x2fcf91(0x119)](){const _0x54e962=_0x2fcf91,_0x9bb928=this[_0x54e962(0x128)],_0x2fe77a=_0x9bb928[_0x54e962(0x102)][_0x54e962(0x111)](_0x54e962(0x127));_0x2fe77a[_0x54e962(0x138)](_0x54e962(0x103)),_0x9bb928[_0x54e962(0x120)][_0x54e962(0x129)]['on'](_0x54e962(0x133),re(_0x9bb928),{'priority':_0x54e962(0x124)}),_0x9bb928[_0x54e962(0x120)][_0x54e962(0x129)]['on'](_0x54e962(0x117),re(_0x9bb928),{'priority':_0x54e962(0x124)}),_0x9bb928[_0x54e962(0x11c)][_0x54e962(0x129)]['on'](_0x54e962(0x107),(_0x38bdef,_0x3e9e2c,_0x170526)=>{const _0x263601=_0x54e962;_0x170526[_0x263601(0x11d)][_0x263601(0x113)]&&re(_0x9bb928,{'showActiveMarker':!0x1})(_0x38bdef,_0x3e9e2c,_0x170526);}),_0x2fe77a[_0x54e962(0x106)][_0x54e962(0x115)](_0x54e962(0x114),_0x3f2532=>_0x40f4e6(_0x9bb928[_0x54e962(0x116)],_0x54e962(0x10a),_0x3f2532));}}function _0x37cd(_0x33403c,_0x1c70cf){const _0x57c86f=_0x57c8();return _0x37cd=function(_0x37cd81,_0x58b44d){_0x37cd81=_0x37cd81-0x102;let _0x4b7809=_0x57c86f[_0x37cd81];return _0x4b7809;},_0x37cd(_0x33403c,_0x1c70cf);}function re(_0x2b1fd7,{showActiveMarker:_0x29e71d=!0x0}={}){return(_0x19f6e7,_0x29c95f,_0x116c00)=>{const _0x35c87d=_0x37cd,_0x134ed8=_0x2b1fd7[_0x35c87d(0x102)][_0x35c87d(0x111)](_0x35c87d(0x127));if(!_0x116c00[_0x35c87d(0x136)][_0x35c87d(0x12e)](_0x29c95f[_0x35c87d(0x10f)],_0x19f6e7[_0x35c87d(0x11f)]))return;const _0x5eefc7=_0x2b1fd7[_0x35c87d(0x11b)];for(const _0xe0ebb3 of _0x29c95f[_0x35c87d(0x10f)][_0x35c87d(0x137)]()){if(!_0xe0ebb3['is'](_0x35c87d(0x132),_0x35c87d(0x114)))continue;const _0x5c9a9e=_0x35c87d(0x104)==_0x29c95f[_0x35c87d(0x131)][_0x35c87d(0x134)](':')[0x1]?_0x35c87d(0x12b):_0x35c87d(0x134),_0x391fa0=_0x116c00[_0x35c87d(0x118)][_0x35c87d(0x11e)](_0x35c87d(0x123),{'class':_0x35c87d(0x12d)+_0x5c9a9e}),_0x24e6a7=_0x116c00[_0x35c87d(0x121)][_0x35c87d(0x10d)](_0x5eefc7[_0x35c87d(0x130)](_0xe0ebb3));_0x29e71d&&_0x134ed8[_0x35c87d(0x10c)][_0x35c87d(0x122)](_0x29c95f[_0x35c87d(0x131)])&&_0x116c00[_0x35c87d(0x118)][_0x35c87d(0x135)](_0x35c87d(0x12c),_0x391fa0),_0x116c00[_0x35c87d(0x118)][_0x35c87d(0x11a)](_0x24e6a7,_0x391fa0),_0x116c00[_0x35c87d(0x121)][_0x35c87d(0x10b)](_0x391fa0,_0x29c95f[_0x35c87d(0x131)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x19ad(){const _0x372ea8=['locale','StandardEditingModeEditing','has','commandName','get','selection','_descriptionFactory','format','forceValue','enableCommand','FORMAT_RESTRICTED_ENABLED','getRanges','formatInline','isCollapsed','from','2785554FLjCaq','model','commands','1108gbirNn','editor','6566220cnfRhw','TrackChangesEditing','FORMAT_RESTRICTED_DISABLED','29023080GoysOX','formatBlock','2270pOwDKq','commandParams','314138AFRjvj','5236242BHUTza','registerDescriptionCallback','plugins','document','markInlineFormat','afterInit','value','type','change','4722081ljfWRe','3CZgFlB','8fWAQCQ','restrictedEditingException'];_0x19ad=function(){return _0x372ea8;};return _0x19ad();}const _0x1e1eaf=_0x3f2d;(function(_0x339f6d,_0xb4798f){const _0x4cd3c2=_0x3f2d,_0x228d69=_0x339f6d();while(!![]){try{const _0x11bd08=parseInt(_0x4cd3c2(0x137))/0x1*(parseInt(_0x4cd3c2(0x12c))/0x2)+parseInt(_0x4cd3c2(0x149))/0x3+-parseInt(_0x4cd3c2(0x14c))/0x4*(parseInt(_0x4cd3c2(0x12a))/0x5)+parseInt(_0x4cd3c2(0x12d))/0x6+-parseInt(_0x4cd3c2(0x136))/0x7*(-parseInt(_0x4cd3c2(0x138))/0x8)+parseInt(_0x4cd3c2(0x14e))/0x9+-parseInt(_0x4cd3c2(0x151))/0xa;if(_0x11bd08===_0xb4798f)break;else _0x228d69['push'](_0x228d69['shift']());}catch(_0x31fceb){_0x228d69['push'](_0x228d69['shift']());}}}(_0x19ad,0x9e551));function _0x3f2d(_0x3e5c9b,_0x4f90e5){const _0x19adc9=_0x19ad();return _0x3f2d=function(_0x3f2de6,_0x4df3a5){_0x3f2de6=_0x3f2de6-0x129;let _0x38411d=_0x19adc9[_0x3f2de6];return _0x38411d;},_0x3f2d(_0x3e5c9b,_0x4f90e5);}import{Plugin as _0x5dfa2b}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x1c6cd6}from'./utils.js';import{getTranslation as _0xdc4578}from'../utils/common-translations.js';export default class bt extends _0x5dfa2b{[_0x1e1eaf(0x132)](){const _0x163e72=_0x1e1eaf,_0x105a6e=this[_0x163e72(0x14d)],_0x17d2aa=_0x105a6e[_0x163e72(0x14a)],_0x3efcc2=_0x105a6e[_0x163e72(0x13a)];if(!_0x105a6e[_0x163e72(0x12f)][_0x163e72(0x13c)](_0x163e72(0x13b)))return;const _0x15b240=_0x105a6e[_0x163e72(0x12f)][_0x163e72(0x13e)](_0x163e72(0x14f)),_0x3bebac=_0x163e72(0x139),_0x1b9e23=_0x105a6e[_0x163e72(0x14b)][_0x163e72(0x13e)](_0x3bebac);_0x15b240[_0x163e72(0x143)](_0x3bebac,(_0x2446c3,_0x5ba31b={})=>{const _0x1be0f2=_0x163e72,_0x8ac056=_0x17d2aa[_0x1be0f2(0x130)][_0x1be0f2(0x13f)];if(_0x8ac056[_0x1be0f2(0x147)])return void _0x2446c3(_0x5ba31b);const _0x341547=void 0x0!==_0x5ba31b[_0x1be0f2(0x142)]?_0x5ba31b[_0x1be0f2(0x142)]:!_0x1b9e23[_0x1be0f2(0x133)];_0x17d2aa[_0x1be0f2(0x135)](()=>{const _0x3d05b6=_0x1be0f2,_0x1e305a=Array[_0x3d05b6(0x148)](_0x8ac056[_0x3d05b6(0x145)]());for(const _0x4ade1c of _0x1e305a){const _0x1eff48=_0x341547?[_0x4ade1c]:_0x1c6cd6(_0x3bebac,_0x4ade1c,_0x17d2aa);for(const _0x1fefec of _0x1eff48)_0x15b240[_0x3d05b6(0x131)](_0x1fefec,{'commandName':_0x3bebac,'commandParams':[{'forceValue':_0x341547}]});}});}),_0x15b240[_0x163e72(0x140)][_0x163e72(0x12e)](_0x1d146b=>{const _0x540046=_0x163e72;if(_0x540046(0x129)!=_0x1d146b[_0x540046(0x134)]&&_0x540046(0x146)!=_0x1d146b[_0x540046(0x134)])return;const {data:_0x596b25}=_0x1d146b;return _0x596b25&&_0x596b25[_0x540046(0x13d)]==_0x3bebac?_0x596b25[_0x540046(0x12b)][0x0][_0x540046(0x142)]?{'type':_0x540046(0x141),'content':_0xdc4578(_0x3efcc2,_0x540046(0x144))}:{'type':_0x540046(0x141),'content':_0xdc4578(_0x3efcc2,_0x540046(0x150))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x5308d1=_0xf3aa;function _0xf3aa(_0x6f38d7,_0x384dd3){const _0x1e3921=_0x1e39();return _0xf3aa=function(_0xf3aa77,_0x43052f){_0xf3aa77=_0xf3aa77-0x176;let _0x96c891=_0x1e3921[_0xf3aa77];return _0x96c891;},_0xf3aa(_0x6f38d7,_0x384dd3);}(function(_0x331270,_0x5c1018){const _0x4395c1=_0xf3aa,_0xd35025=_0x331270();while(!![]){try{const _0x1e3857=parseInt(_0x4395c1(0x19e))/0x1*(-parseInt(_0x4395c1(0x190))/0x2)+-parseInt(_0x4395c1(0x198))/0x3+parseInt(_0x4395c1(0x179))/0x4*(parseInt(_0x4395c1(0x194))/0x5)+parseInt(_0x4395c1(0x185))/0x6+parseInt(_0x4395c1(0x184))/0x7+-parseInt(_0x4395c1(0x195))/0x8+parseInt(_0x4395c1(0x19d))/0x9*(parseInt(_0x4395c1(0x1a0))/0xa);if(_0x1e3857===_0x5c1018)break;else _0xd35025['push'](_0xd35025['shift']());}catch(_0x807962){_0xd35025['push'](_0xd35025['shift']());}}}(_0x1e39,0xedf6a));import{Plugin as _0x5afea0}from'ckeditor5/src/core.js';function _0x1e39(){const _0x43cdcc=['has','FORMAT_STYLE','block','element','_descriptionFactory','commandParams','get','1974snjdKJ','registerAttributeLabel','DataSchema','toLowerCase','16855sVFbwv','10144952MtRysM','type','forceValue','3887952JzxSwM','getGhsAttributeNameForElement','TrackChangesEditing','config','*Set\x20format:*\x20%0','45IyLkLL','311gIiLtx','plugins','3543010pgPbZJ','GeneralHtmlSupport','style','Style','format','commandName','inline','registerDescriptionCallback','_registerLegacyDescription','styleName','StyleUtils','576SfhJAQ','*Remove\x20format:*\x20%0','ghsAttributes','formatBlock','normalizeConfig','formatInline','_registerInlineAttribute','afterInit','definitions','editor','_enableDefaultAttributesIntegration','302547oDphNY','9273648JJomWJ','_registerBlockAttribute','add','locale'];_0x1e39=function(){return _0x43cdcc;};return _0x1e39();}import{getTranslation as _0x5e0182}from'../utils/common-translations.js';export default class wt extends _0x5afea0{[_0x5308d1(0x180)](){const _0x413634=_0x5308d1,_0x183ecb=this[_0x413634(0x182)];if(!_0x183ecb[_0x413634(0x19f)][_0x413634(0x189)](_0x413634(0x1a3))||!_0x183ecb[_0x413634(0x19f)][_0x413634(0x189)](_0x413634(0x192)))return;const _0x21bfb6=_0x183ecb[_0x413634(0x19f)][_0x413634(0x18f)](_0x413634(0x19a)),_0x2a8a73=_0x183ecb[_0x413634(0x188)],_0x6cbb82=_0x183ecb[_0x413634(0x19b)][_0x413634(0x18f)](_0x413634(0x1a2))||{},_0x4ea4f1=_0x183ecb[_0x413634(0x19f)][_0x413634(0x18f)](_0x413634(0x1a1)),_0x1815b8=_0x183ecb[_0x413634(0x19f)][_0x413634(0x18f)](_0x413634(0x178))[_0x413634(0x17d)](_0x183ecb[_0x413634(0x19f)][_0x413634(0x18f)](_0x413634(0x192)),_0x6cbb82[_0x413634(0x181)]);_0x21bfb6[_0x413634(0x183)](_0x413634(0x1a2));const _0x4510a2=new Set();for(const _0x23b4dd of _0x1815b8[_0x413634(0x18b)]){const _0x2f86b=_0x4ea4f1[_0x413634(0x199)](_0x23b4dd[_0x413634(0x18c)]);_0x4510a2[_0x413634(0x187)](_0x2f86b);}const _0x2e837d=new Set();for(const _0x48353d of _0x1815b8[_0x413634(0x1a6)]){const _0x32d0f0=_0x4ea4f1[_0x413634(0x199)](_0x48353d[_0x413634(0x18c)]);_0x2e837d[_0x413634(0x187)](_0x32d0f0);for(const _0x27fcec of _0x48353d[_0x413634(0x17b)])_0x2e837d[_0x413634(0x187)](_0x27fcec);}for(const _0x448d52 of _0x4510a2)_0x21bfb6[_0x413634(0x186)](_0x448d52),_0x21bfb6[_0x413634(0x18d)][_0x413634(0x191)](_0x448d52,_0x5e0182(_0x2a8a73,_0x413634(0x18a)));for(const _0x33bc4c of _0x2e837d)_0x21bfb6[_0x413634(0x17f)](_0x33bc4c),_0x21bfb6[_0x413634(0x18d)][_0x413634(0x191)](_0x33bc4c,_0x5e0182(_0x2a8a73,_0x413634(0x18a)));this[_0x413634(0x176)]();}[_0x5308d1(0x176)](){const _0x5e6708=_0x5308d1,_0x7e09f4=this[_0x5e6708(0x182)],_0x3ace19=_0x7e09f4[_0x5e6708(0x188)];_0x7e09f4[_0x5e6708(0x19f)][_0x5e6708(0x18f)](_0x5e6708(0x19a))[_0x5e6708(0x18d)][_0x5e6708(0x1a7)](_0x5c0939=>{const _0x192014=_0x5e6708;if(_0x192014(0x17c)!=_0x5c0939[_0x192014(0x196)]&&_0x192014(0x17e)!=_0x5c0939[_0x192014(0x196)])return;const {data:_0x136009}=_0x5c0939;return _0x136009&&_0x192014(0x1a2)===_0x136009[_0x192014(0x1a5)]?_0x136009[_0x192014(0x18e)][0x0][_0x192014(0x197)]?{'type':_0x192014(0x1a4),'content':_0x5e0182(_0x3ace19,_0x192014(0x19c),_0x136009[_0x192014(0x18e)][0x0][_0x192014(0x177)][_0x192014(0x193)]())}:{'type':_0x192014(0x1a4),'content':_0x5e0182(_0x3ace19,_0x192014(0x17a),_0x136009[_0x192014(0x18e)][0x0][_0x192014(0x177)][_0x192014(0x193)]())}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1d636e=_0x5cc6;(function(_0x165b2d,_0x142a53){const _0x176613=_0x5cc6,_0x5ca2fb=_0x165b2d();while(!![]){try{const _0x240fe6=-parseInt(_0x176613(0xb6))/0x1+-parseInt(_0x176613(0xa4))/0x2+-parseInt(_0x176613(0xa6))/0x3*(parseInt(_0x176613(0xbc))/0x4)+parseInt(_0x176613(0xba))/0x5+-parseInt(_0x176613(0xbe))/0x6*(-parseInt(_0x176613(0x142))/0x7)+-parseInt(_0x176613(0x131))/0x8*(-parseInt(_0x176613(0xa9))/0x9)+parseInt(_0x176613(0xbd))/0xa*(-parseInt(_0x176613(0xe5))/0xb);if(_0x240fe6===_0x142a53)break;else _0x5ca2fb['push'](_0x5ca2fb['shift']());}catch(_0x5b56d4){_0x5ca2fb['push'](_0x5ca2fb['shift']());}}}(_0xe373,0xc5f19));import{Plugin as _0x5886e8}from'ckeditor5/src/core.js';import{LiveRange as _0x53d586}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x553405}from'ckeditor5/src/widget.js';import{getTranslation as _0x5bf93b}from'../utils/common-translations.js';export default class yt extends _0x5886e8{constructor(_0x411f7e){const _0x33e0eb=_0x5cc6;super(_0x411f7e),this[_0x33e0eb(0x115)]=[_0x33e0eb(0xf4),_0x33e0eb(0x136)],this[_0x33e0eb(0x116)]=new Set();}[_0x1d636e(0xc7)](){const _0x430dc2=_0x1d636e,_0x298f1d=this[_0x430dc2(0xf5)],_0x4df0a7=_0x298f1d[_0x430dc2(0xdf)][_0x430dc2(0x12a)][_0x430dc2(0xd2)];if(!_0x298f1d[_0x430dc2(0xd6)][_0x430dc2(0x12f)](_0x430dc2(0x103)))return;const _0x427e79=_0x298f1d[_0x430dc2(0xc9)],_0x37f1a4=_0x298f1d[_0x430dc2(0xd6)][_0x430dc2(0x100)](_0x430dc2(0xb3)),_0x4fd049=_0x298f1d[_0x430dc2(0xd6)][_0x430dc2(0x100)](_0x430dc2(0x13f));_0x37f1a4[_0x430dc2(0x13e)][_0x430dc2(0x13b)](_0x430dc2(0xce),_0x15ddd8=>_0x5bf93b(_0x427e79,_0x430dc2(0x130),_0x15ddd8)),this[_0x430dc2(0xe8)](),_0x37f1a4[_0x430dc2(0x10e)](_0x430dc2(0x10f)),_0x37f1a4[_0x430dc2(0x10e)](_0x430dc2(0xf3)),_0x37f1a4[_0x430dc2(0x10e)](_0x430dc2(0xfa));for(const _0x242ee4 of[_0x430dc2(0xee),_0x430dc2(0xe1)]){const _0x56b745=_0x298f1d[_0x430dc2(0xf9)][_0x430dc2(0x100)](_0x242ee4);_0x37f1a4[_0x430dc2(0x10e)](_0x242ee4,_0x50333e=>{const _0x331390=_0x430dc2;_0x298f1d[_0x331390(0xdf)][_0x331390(0x111)](_0x4cfee3=>{const _0x5785a8=_0x331390;_0x50333e();const _0x1eeff2=_0x5785a8(0xec)===_0x56b745[_0x5785a8(0x105)],_0x1c9639=_0x4fd049[_0x5785a8(0xad)](_0x4df0a7),_0x599963=_0x4fd049[_0x5785a8(0xf0)](_0x1c9639),_0x57fc6c=_0x1eeff2?_0x599963[_0x5785a8(0xae)]-0x1:_0x599963[_0x5785a8(0xd7)]+0x1,_0x5b439c=_0x1c9639[0x0][_0x5785a8(0xb2)](_0x5785a8(0xce)),_0x28d5b2=_0x4fd049[_0x5785a8(0xd0)](_0x5b439c,{'startRow':_0x57fc6c,'endRow':_0x57fc6c}),_0x28b4ca=Array[_0x5785a8(0xcc)](_0x28d5b2)[_0x5785a8(0x122)](_0x8fad6d=>_0x4cfee3[_0x5785a8(0xdc)](_0x8fad6d[_0x5785a8(0xf7)]));_0x37f1a4[_0x5785a8(0xab)](_0x28b4ca,_0x5785a8(0xf4));});});}for(const _0x35c689 of[_0x430dc2(0x10a),_0x430dc2(0x12b)]){const _0x340843=_0x298f1d[_0x430dc2(0xf9)][_0x430dc2(0x100)](_0x35c689);_0x37f1a4[_0x430dc2(0x10e)](_0x35c689,_0x1fe8ba=>{const _0x55b1ce=_0x430dc2;_0x298f1d[_0x55b1ce(0xdf)][_0x55b1ce(0x111)](_0x894fc6=>{const _0x5f05b3=_0x55b1ce;_0x1fe8ba();const _0x312b14=_0x5f05b3(0xe7)===_0x340843[_0x5f05b3(0x105)],_0x2aa041=_0x4fd049[_0x5f05b3(0xad)](_0x4df0a7),_0x20bf26=_0x4fd049[_0x5f05b3(0xcd)](_0x2aa041),_0x264603=_0x312b14?_0x20bf26[_0x5f05b3(0xae)]-0x1:_0x20bf26[_0x5f05b3(0xd7)]+0x1,_0x5ea1e3=_0x2aa041[0x0][_0x5f05b3(0xb2)](_0x5f05b3(0xce)),_0x32b4a4=_0x4fd049[_0x5f05b3(0xd0)](_0x5ea1e3,{'startRow':0x0,'column':_0x264603,'includeAllSlots':!0x1}),_0x439267=Array[_0x5f05b3(0xcc)](_0x32b4a4)[_0x5f05b3(0x122)](_0x2457eb=>_0x894fc6[_0x5f05b3(0xdc)](_0x2457eb[_0x5f05b3(0xf7)]));_0x37f1a4[_0x5f05b3(0xab)](_0x439267,_0x5f05b3(0x136));});});}for(const _0x13d1c9 of[_0x430dc2(0x10c),_0x430dc2(0x132)]){const _0x1a6f5d=_0x13d1c9[_0x430dc2(0x113)](0xb),_0x4e6282=_0x1a6f5d[_0x430dc2(0xaa)](),_0x576423=_0x4e6282[_0x430dc2(0x113)](0x0,0x3)+_0x430dc2(0x13d),_0x391de2=_0x430dc2(0xce)+_0x1a6f5d,_0x18a09c=_0x430dc2(0xb4)+_0x1a6f5d,_0x548cc8=_0x430dc2(0xc4)+_0x1a6f5d;_0x37f1a4[_0x430dc2(0x10e)](_0x13d1c9,()=>{const _0x2cb149=_0x430dc2;_0x298f1d[_0x2cb149(0xdf)][_0x2cb149(0x111)](_0x4c2754=>{const _0x45998b=_0x2cb149,_0x5cad99=_0x4fd049[_0x45998b(0xad)](_0x4df0a7),_0x74b77b=_0x5cad99[0x0][_0x45998b(0xb2)](_0x45998b(0xce));let _0x1cfc3f;if(_0x45998b(0x10c)==_0x13d1c9){const _0x5a6f22=_0x4fd049[_0x45998b(0xf0)](_0x5cad99);_0x1cfc3f={'startRow':_0x5a6f22[_0x45998b(0xae)],'endRow':_0x5a6f22[_0x45998b(0xd7)],'includeAllSlots':!0x0};}else{const _0x574a7c=_0x4fd049[_0x45998b(0xcd)](_0x5cad99);_0x1cfc3f={'startColumn':_0x574a7c[_0x45998b(0xae)],'endColumn':_0x574a7c[_0x45998b(0xd7)],'includeAllSlots':!0x0};}const _0x1dc61e=_0x4fd049[_0x45998b(0xd0)](_0x74b77b,_0x1cfc3f),_0x524f24=Array[_0x45998b(0xcc)](_0x1dc61e)[_0x45998b(0x122)](({cell:_0x49b294})=>_0x49b294),_0x2e2163=ue(_0x524f24[_0x45998b(0xea)](_0x474d1b=>_0x474d1b[_0x45998b(0x117)](_0x576423))),_0x5a79ef=ue(_0x524f24[_0x45998b(0xea)](_0x164525=>!_0x164525[_0x45998b(0x117)](_0x576423)))[_0x45998b(0x122)](_0x29a488=>_0x4c2754[_0x45998b(0xdc)](_0x29a488)),_0x59ead3=_0x37f1a4[_0x45998b(0x101)](_0x5a79ef,_0x391de2);if(_0x59ead3&&(_0x45998b(0xf4)==_0x59ead3[_0x45998b(0x10d)]||_0x45998b(0x136)==_0x59ead3[_0x45998b(0x10d)])){const _0x1e7153=this[_0x45998b(0xf6)](_0x59ead3);for(const _0x7f33f9 of _0x2e2163){const _0x3134e3=_0x4c2754[_0x45998b(0xdc)](_0x7f33f9),_0x1a7944=_0x4fd049[_0x45998b(0xe2)](_0x7f33f9),_0x44b19e=_0x7f33f9[_0x45998b(0xc2)](_0x576423)-0x1,_0x39bad5=_0x1e7153[_0x18a09c],_0x5357e9=_0x1e7153[_0x548cc8];_0x39bad5<=_0x1a7944[_0x4e6282]&&_0x1a7944[_0x4e6282]+_0x44b19e<=_0x5357e9&&_0x59ead3[_0x45998b(0xb8)](_0x3134e3);}}});});}function _0x143a7e(_0x5a38c1){const _0x49920c=_0x430dc2,_0x430cda=Array[_0x49920c(0xcc)](_0x4df0a7[_0x49920c(0xda)]())[_0x49920c(0x122)](_0xaf9022=>_0x53d586[_0x49920c(0xff)](_0xaf9022));_0x298f1d[_0x49920c(0xdf)][_0x49920c(0x111)](_0x560371=>{const _0x23b5d3=_0x49920c,_0x5657ab=_0x560371[_0x23b5d3(0x10b)];_0x5a38c1=_0x5a38c1[_0x23b5d3(0xea)](_0x4d720f=>_0x23b5d3(0xac)!=_0x4d720f[_0x23b5d3(0xdd)][_0x23b5d3(0x134)]),_0x560371[_0x23b5d3(0xc5)](_0x5a38c1),_0x298f1d[_0x23b5d3(0xf9)][_0x23b5d3(0x100)](_0x23b5d3(0x10c))[_0x23b5d3(0xef)](),_0x298f1d[_0x23b5d3(0xd4)](_0x23b5d3(0x10c),{'forceDefaultExecution':!0x0}),_0x298f1d[_0x23b5d3(0xdf)][_0x23b5d3(0xa8)](()=>{const _0x367209=_0x23b5d3;_0x298f1d[_0x367209(0xdf)][_0x367209(0xa8)](_0x5657ab,_0x19380a=>{const _0x277910=_0x367209,_0x1c621c=_0x430cda[_0x277910(0xea)](_0x2174a3=>_0x277910(0xac)!=_0x2174a3[_0x277910(0xdd)][_0x277910(0x134)]);_0x1c621c[_0x277910(0x129)]>0x0&&_0x19380a[_0x277910(0xc5)](_0x1c621c);for(const _0x22aef3 of _0x430cda)_0x22aef3[_0x277910(0x120)]();});});});}function _0x4b4a33(_0x30fc10){const _0x32922b=_0x430dc2;_0x298f1d[_0x32922b(0xdf)][_0x32922b(0x111)](_0x521e4f=>{const _0x203921=_0x32922b,_0x58d500=Array[_0x203921(0xcc)](_0x4df0a7[_0x203921(0xda)]())[_0x203921(0x122)](_0x3f0b17=>_0x53d586[_0x203921(0xff)](_0x3f0b17)),_0x5d5fec=[];for(const _0x3d5038 of _0x30fc10)for(const _0x4984de of _0x3d5038[_0x203921(0xe3)]({'shallow':!0x0}))_0x5d5fec[_0x203921(0xa5)](_0x4984de);for(const _0x31d095 of _0x5d5fec)_0x203921(0xac)!=_0x31d095[_0x203921(0xdd)][_0x203921(0x134)]&&(_0x521e4f[_0x203921(0xc5)](_0x521e4f[_0x203921(0x143)](_0x31d095,0x0)),_0x298f1d[_0x203921(0xf9)][_0x203921(0x100)](_0x203921(0x132))[_0x203921(0xef)](),_0x298f1d[_0x203921(0xd4)](_0x203921(0x132),{'forceDefaultExecution':!0x0}));const _0x1d4d2a=_0x58d500[_0x203921(0xea)](_0x4ac179=>_0x203921(0xac)!=_0x4ac179[_0x203921(0xdd)][_0x203921(0x134)]);_0x1d4d2a[_0x203921(0x129)]>0x0&&_0x521e4f[_0x203921(0xc5)](_0x1d4d2a);for(const _0x5963b8 of _0x58d500)_0x5963b8[_0x203921(0x120)]();});}function _0x3d8ca5(_0x37cae9,_0x1dab8b){const _0x17f0fc=_0x430dc2;return _0x1dab8b[_0x17f0fc(0x11c)](_0x18395b=>_0x37cae9[_0x17f0fc(0xb5)](_0x3f0a48=>_0x3f0a48[_0x17f0fc(0x106)][_0x17f0fc(0x11e)](_0x18395b[_0x17f0fc(0x114)])||_0x18395b[_0x17f0fc(0x106)][_0x17f0fc(0x11e)](_0x3f0a48[_0x17f0fc(0x114)])));}function _0x525979(_0x39f2bc,_0x44b5b4){const _0x598335=_0x430dc2;return _0x39f2bc[_0x598335(0xb5)](_0x329ad1=>_0x44b5b4[_0x598335(0xb5)](_0x2a2758=>_0x329ad1[_0x598335(0x106)][_0x598335(0xc3)](_0x2a2758[_0x598335(0x114)])));}_0x298f1d[_0x430dc2(0xe9)][_0x430dc2(0x107)]['on'](_0x430dc2(0xd1),(_0x4be9a9,_0x2ee16c,_0x5ea3ac)=>{const _0x2ca355=_0x430dc2;if(!_0x5ea3ac[_0x2ca355(0x139)][_0x2ca355(0xe6)])return;const _0x4a4e93=_0x2ee16c[_0x2ca355(0xa2)];if(!_0x4a4e93)return;const _0x412b07=_0x5ea3ac[_0x2ca355(0xca)][_0x2ca355(0x104)](_0x4a4e93);function _0x4ce561(_0x3a2c81){const _0x3ef3ef=_0x2ca355;return Array[_0x3ef3ef(0xcf)](_0x3a2c81)?_0x3a2c81:[_0x3a2c81];}_0x412b07&&_0x2ca355(0xe4)===_0x4a4e93[_0x2ca355(0x126)]&&_0x553405(_0x412b07,_0x5ea3ac[_0x2ca355(0xd8)],(_0x2e9ecb,_0x299166,_0x2bf64f)=>_0x2bf64f[_0x2ca355(0x109)](_0x4ce561(_0x299166[_0x2ca355(0x11b)]),_0x2e9ecb),(_0x149698,_0x5a00fa,_0x1e8666)=>_0x1e8666[_0x2ca355(0xd3)](_0x4ce561(_0x5a00fa[_0x2ca355(0x11b)]),_0x149698));},{'priority':_0x430dc2(0xf1)}),_0x37f1a4[_0x430dc2(0x13e)][_0x430dc2(0x110)](_0x7f63a6=>{const _0x318dad=_0x430dc2;if(_0x318dad(0xe0)!=_0x7f63a6[_0x318dad(0x11a)]&&_0x318dad(0x137)!=_0x7f63a6[_0x318dad(0x11a)])return;const _0x1c3e0c=_0x7f63a6[_0x318dad(0xc1)]();if(null!=_0x1c3e0c&&_0x1c3e0c['is'](_0x318dad(0x12d),_0x318dad(0xce))){if(_0x318dad(0xe0)==_0x7f63a6[_0x318dad(0x11a)]){const _0xcb1468=_0x7f63a6[_0x318dad(0xe3)]()[_0x318dad(0xea)](_0x528991=>_0x528991['is'](_0x318dad(0xfb)))[_0x318dad(0x122)](_0x80a4bb=>_0x80a4bb[_0x318dad(0xe9)]);if(_0xcb1468[_0x318dad(0x129)])return{'type':_0x318dad(0xe0),'content':_0x5bf93b(_0x427e79,_0x318dad(0xcb),_0x5bf93b(_0x427e79,_0x318dad(0xfc),'\x22'+_0xcb1468[_0x318dad(0x127)]('\x20')+'\x22'))};}if(_0x318dad(0x137)==_0x7f63a6[_0x318dad(0x11a)]){const _0x1abddd=_0x7f63a6[_0x318dad(0xe3)]()[_0x318dad(0xea)](_0x82ac10=>_0x82ac10['is'](_0x318dad(0xfb)))[_0x318dad(0x122)](_0x2b038c=>_0x2b038c[_0x318dad(0xe9)]);if(_0x1abddd[_0x318dad(0x129)])return{'type':_0x318dad(0x137),'content':_0x5bf93b(_0x427e79,_0x318dad(0xf8),_0x5bf93b(_0x427e79,_0x318dad(0xfc),'\x22'+_0x1abddd[_0x318dad(0x127)]('\x20')+'\x22'))};}}}),_0x37f1a4[_0x430dc2(0x13e)][_0x430dc2(0x110)](_0x11b6cb=>{const _0x2399ef=_0x430dc2;if(_0x2399ef(0xf4)==_0x11b6cb[_0x2399ef(0x10d)]){const _0x30279a=_0x11b6cb[_0x2399ef(0xe3)]()[_0x2399ef(0xea)](_0x78a807=>_0x78a807['is'](_0x2399ef(0xfb)))[_0x2399ef(0x122)](_0x5eb19d=>_0x5eb19d[_0x2399ef(0xe9)]),_0x4cf71b=this[_0x2399ef(0xf6)](_0x11b6cb),_0x33ce2e=_0x4cf71b[_0x2399ef(0x119)]-_0x4cf71b[_0x2399ef(0x128)]+0x1;if(_0x2399ef(0xe0)==_0x11b6cb[_0x2399ef(0x11a)])return _0x30279a[_0x2399ef(0x129)]?{'type':_0x2399ef(0xe0),'content':_0x5bf93b(_0x427e79,_0x2399ef(0xcb),_0x5bf93b(_0x427e79,_0x2399ef(0x141),[_0x33ce2e,'\x22'+_0x30279a[_0x2399ef(0x127)]('\x20')+'\x22']))}:{'type':_0x2399ef(0xe0),'content':_0x5bf93b(_0x427e79,_0x2399ef(0xcb),_0x5bf93b(_0x427e79,_0x2399ef(0x138),_0x33ce2e))};if(_0x2399ef(0x137)==_0x11b6cb[_0x2399ef(0x11a)])return _0x30279a[_0x2399ef(0x129)]?{'type':_0x2399ef(0x137),'content':_0x5bf93b(_0x427e79,_0x2399ef(0xf8),_0x5bf93b(_0x427e79,_0x2399ef(0x141),[_0x33ce2e,'\x22'+_0x30279a[_0x2399ef(0x127)]('\x20')+'\x22']))}:{'type':_0x2399ef(0x137),'content':_0x5bf93b(_0x427e79,_0x2399ef(0xf8),_0x5bf93b(_0x427e79,_0x2399ef(0x138),_0x33ce2e))};}if(_0x2399ef(0x136)==_0x11b6cb[_0x2399ef(0x10d)]){const _0x1054e1=_0x11b6cb[_0x2399ef(0xe3)]()[_0x2399ef(0xea)](_0x24f962=>_0x24f962['is'](_0x2399ef(0xfb)))[_0x2399ef(0x122)](_0x3abb2e=>_0x3abb2e[_0x2399ef(0xe9)]),_0x44a371=this[_0x2399ef(0xf6)](_0x11b6cb),_0x5481ce=_0x44a371[_0x2399ef(0x133)]-_0x44a371[_0x2399ef(0x144)]+0x1;if(_0x2399ef(0xe0)==_0x11b6cb[_0x2399ef(0x11a)])return _0x1054e1[_0x2399ef(0x129)]?{'type':_0x2399ef(0xe0),'content':_0x5bf93b(_0x427e79,_0x2399ef(0xcb),_0x5bf93b(_0x427e79,_0x2399ef(0xde),[_0x5481ce,'\x22'+_0x1054e1[_0x2399ef(0x127)]('\x20')+'\x22']))}:{'type':_0x2399ef(0xe0),'content':_0x5bf93b(_0x427e79,_0x2399ef(0xcb),_0x5bf93b(_0x427e79,_0x2399ef(0xb7),_0x5481ce))};if(_0x2399ef(0x137)==_0x11b6cb[_0x2399ef(0x11a)])return _0x1054e1[_0x2399ef(0x129)]?{'type':_0x2399ef(0x137),'content':_0x5bf93b(_0x427e79,_0x2399ef(0xf8),_0x5bf93b(_0x427e79,_0x2399ef(0xde),[_0x5481ce,'\x22'+_0x1054e1[_0x2399ef(0x127)]('\x20')+'\x22']))}:{'type':_0x2399ef(0x137),'content':_0x5bf93b(_0x427e79,_0x2399ef(0xf8),_0x5bf93b(_0x427e79,_0x2399ef(0xb7),_0x5481ce))};}}),_0x37f1a4[_0x430dc2(0xc6)][_0x430dc2(0x12e)](_0x430dc2(0xe0),_0x430dc2(0xf4),_0x430dc2(0x123),_0x143a7e),_0x37f1a4[_0x430dc2(0xc6)][_0x430dc2(0x12e)](_0x430dc2(0x137),_0x430dc2(0xf4),_0x430dc2(0xf2),_0x143a7e),_0x37f1a4[_0x430dc2(0xc6)][_0x430dc2(0x12e)](_0x430dc2(0xe0),_0x430dc2(0x136),_0x430dc2(0x123),_0x4b4a33),_0x37f1a4[_0x430dc2(0xc6)][_0x430dc2(0x12e)](_0x430dc2(0x137),_0x430dc2(0x136),_0x430dc2(0xf2),_0x4b4a33),_0x37f1a4[_0x430dc2(0xc6)][_0x430dc2(0x12e)](_0x430dc2(0xe0),_0x430dc2(0x136),_0x430dc2(0x127),_0x3d8ca5),_0x37f1a4[_0x430dc2(0xc6)][_0x430dc2(0x12e)](_0x430dc2(0x137),_0x430dc2(0x136),_0x430dc2(0x127),_0x3d8ca5),_0x37f1a4[_0x430dc2(0xc6)][_0x430dc2(0x12e)](_0x430dc2(0xe0),_0x430dc2(0xf4),_0x430dc2(0x127),_0x525979),_0x37f1a4[_0x430dc2(0xc6)][_0x430dc2(0x12e)](_0x430dc2(0x137),_0x430dc2(0xf4),_0x430dc2(0x127),_0x525979);}[_0x1d636e(0xaf)](){const _0x433a03=_0x1d636e,_0xaf1348=this[_0x433a03(0xf5)],_0x294cb0=_0xaf1348[_0x433a03(0xdf)][_0x433a03(0x12a)][_0x433a03(0xd2)];return(_0x3b855c,_0x35ab03)=>{const _0x2327ba=_0x433a03;_0xaf1348[_0x2327ba(0xdf)][_0x2327ba(0x111)](_0x15cc84=>{const _0xbf489a=_0x2327ba,{commandName:_0x814ecd,commandParams:_0x3e219b}=_0x35ab03;let _0x2a8752=_0x3b855c[0x0][_0xbf489a(0x106)][_0xbf489a(0xb9)];_0x3e219b&&_0x3e219b[0x0]&&!0x1===_0x3e219b[0x0][_0xbf489a(0xed)]&&(_0x2a8752=_0x3b855c[0x0][_0xbf489a(0x114)][_0xbf489a(0x12c)]);const _0x30d099=_0x15cc84[_0xbf489a(0xd9)](_0x2a8752);if(_0xbf489a(0xac)==_0x30d099[_0xbf489a(0xdd)][_0xbf489a(0x134)])return;const _0x101066=Array[_0xbf489a(0xcc)](_0x294cb0[_0xbf489a(0xda)]())[_0xbf489a(0x122)](_0x14f777=>_0x53d586[_0xbf489a(0xff)](_0x14f777));_0x15cc84[_0xbf489a(0xc5)](_0x30d099),_0xaf1348[_0xbf489a(0xf9)][_0xbf489a(0x100)](_0x814ecd)[_0xbf489a(0xef)](),_0x3e219b[_0xbf489a(0xa5)]({'forceDefaultExecution':!0x0}),_0xaf1348[_0xbf489a(0xd4)](_0x814ecd,..._0x3e219b);const _0x40f7bf=_0x101066[_0xbf489a(0xea)](_0x5d1e9f=>_0xbf489a(0xac)!=_0x5d1e9f[_0xbf489a(0xdd)][_0xbf489a(0x134)]);_0x40f7bf[_0xbf489a(0x129)]>0x0&&_0x15cc84[_0xbf489a(0xc5)](_0x40f7bf);for(const _0x5ba452 of _0x101066)_0x5ba452[_0xbf489a(0x120)]();});};}[_0x1d636e(0x135)](_0x42c924){const _0x1bf315=_0x1d636e,_0x5d2adb=this[_0x1bf315(0xf5)][_0x1bf315(0xd6)][_0x1bf315(0x100)](_0x1bf315(0x13f));let _0x19de99=Number[_0x1bf315(0xc8)],_0x2cf21f=Number[_0x1bf315(0xc0)],_0xd69b32=Number[_0x1bf315(0xc8)],_0x48323d=Number[_0x1bf315(0xc0)];for(const _0x39b519 of _0x42c924){if(_0x1bf315(0xac)==_0x39b519[_0x1bf315(0xdd)][_0x1bf315(0x134)])continue;const {row:_0x3d1f37,column:_0x3bb5c8}=_0x5d2adb[_0x1bf315(0xe2)](_0x39b519),_0x44034e=_0x39b519[_0x1bf315(0x117)](_0x1bf315(0x108))?_0x39b519[_0x1bf315(0xc2)](_0x1bf315(0x108))-0x1:0x0,_0x1ee9af=_0x39b519[_0x1bf315(0x117)](_0x1bf315(0xeb))?_0x39b519[_0x1bf315(0xc2)](_0x1bf315(0xeb))-0x1:0x0;_0x19de99=_0x3d1f37<_0x19de99?_0x3d1f37:_0x19de99,_0x2cf21f=_0x3d1f37+_0x44034e>_0x2cf21f?_0x3d1f37+_0x44034e:_0x2cf21f,_0xd69b32=_0x3bb5c8<_0xd69b32?_0x3bb5c8:_0xd69b32,_0x48323d=_0x3bb5c8+_0x1ee9af>_0x48323d?_0x3bb5c8+_0x1ee9af:_0x48323d;}return{'minRow':_0x19de99,'maxRow':_0x2cf21f,'minColumn':_0xd69b32,'maxColumn':_0x48323d};}[_0x1d636e(0xe8)](){const _0x3cff88=_0x1d636e,_0x4d1637=this[_0x3cff88(0xf5)],_0x377e92=_0x4d1637[_0x3cff88(0xd6)][_0x3cff88(0x100)](_0x3cff88(0xb3)),_0x24e489=_0x4d1637[_0x3cff88(0xd6)][_0x3cff88(0x100)](_0x3cff88(0x13f));_0x4d1637[_0x3cff88(0xdf)][_0x3cff88(0x12a)]['on'](_0x3cff88(0x11f),()=>{const _0x273081=_0x3cff88,_0x7dc921=Array[_0x273081(0xcc)](_0x4d1637[_0x273081(0xdf)][_0x273081(0x12a)][_0x273081(0xa7)][_0x273081(0x125)]());for(const {name:_0x8fdf18,data:_0x586369}of _0x7dc921){const {group:_0x5da429,id:_0x37e8a2,subType:_0x361cef}=_0x377e92[_0x273081(0x13a)](_0x8fdf18);if(_0x273081(0xfe)!=_0x5da429)continue;if(null!=_0x586369[_0x273081(0xbf)])continue;const _0x934138=_0x377e92[_0x273081(0xfd)](_0x37e8a2);this[_0x273081(0x115)][_0x273081(0xb0)](_0x361cef)&&this[_0x273081(0x116)][_0x273081(0xa3)](_0x934138);}},{'priority':_0x3cff88(0x140)});const _0xcc6513=(_0x211b32,_0x2c01d5)=>{const _0x11dbc4=_0x3cff88;let _0x92b6ce=!0x1;const _0xc23bab=_0x2c01d5[_0x11dbc4(0xdc)](_0x211b32),_0x694da3=_0x211b32[_0x11dbc4(0xb2)](_0x11dbc4(0xce)),_0x44ea32=_0x24e489[_0x11dbc4(0xe2)](_0x211b32);for(const _0xfafe82 of this[_0x11dbc4(0x116)]){const _0x5470a6=_0xfafe82[_0x11dbc4(0x10d)],_0x146611=_0x5470a6[_0x11dbc4(0xdb)](_0x11dbc4(0xbb)),_0x1a46d5=_0x5470a6[_0x11dbc4(0x113)](_0x146611?0xa:0x5),_0x5cf6fc=_0x1a46d5[_0x11dbc4(0xaa)](),_0x1702d5=_0x5cf6fc[_0x11dbc4(0x113)](0x0,0x3)+_0x11dbc4(0x13d),_0x296a7e=_0x11dbc4(0xb4)+_0x1a46d5,_0x3003e4=_0x11dbc4(0xc4)+_0x1a46d5;if(!_0xfafe82[_0x11dbc4(0x121)])continue;if(_0x694da3!=_0xfafe82[_0x11dbc4(0x124)]()[_0x11dbc4(0x114)][_0x11dbc4(0xb2)](_0x11dbc4(0xce)))continue;if(_0xfafe82[_0x11dbc4(0x112)](_0xc23bab))continue;const _0x315f4c=_0x211b32[_0x11dbc4(0x117)](_0x1702d5)?_0x211b32[_0x11dbc4(0xc2)](_0x1702d5)-0x1:0x0,_0x4e7c8c=this[_0x11dbc4(0xf6)](_0xfafe82),_0x27735d=_0x4e7c8c[_0x296a7e],_0x2f063b=_0x4e7c8c[_0x3003e4];_0x27735d<=_0x44ea32[_0x5cf6fc]&&_0x44ea32[_0x5cf6fc]+_0x315f4c<=_0x2f063b&&(_0xfafe82[_0x11dbc4(0xb8)](_0xc23bab),_0x92b6ce=!0x0);}return _0x92b6ce;};_0x4d1637[_0x3cff88(0xdf)][_0x3cff88(0x12a)][_0x3cff88(0x11d)](_0x4d4f7c=>{const _0x4d3916=_0x3cff88;let _0x414b7e=!0x1;for(const _0x36fc23 of _0x4d1637[_0x4d3916(0xdf)][_0x4d3916(0x12a)][_0x4d3916(0xa7)][_0x4d3916(0x102)]())if(_0x4d3916(0x13c)==_0x36fc23[_0x4d3916(0x11a)]){if(_0x4d3916(0xf4)==_0x36fc23[_0x4d3916(0x126)]){for(const _0x1312eb of _0x36fc23[_0x4d3916(0xd5)][_0x4d3916(0x12c)][_0x4d3916(0x118)]())_0x414b7e=_0x414b7e||_0xcc6513(_0x1312eb,_0x4d4f7c);}else _0x4d3916(0xe4)==_0x36fc23[_0x4d3916(0x126)]&&(_0x414b7e=_0x414b7e||_0xcc6513(_0x36fc23[_0x4d3916(0xd5)][_0x4d3916(0x12c)],_0x4d4f7c));}return _0x414b7e;});}[_0x1d636e(0xf6)](_0x142082){const _0x9c4457=_0x1d636e;return this[_0x9c4457(0x135)](_0x142082[_0x9c4457(0xda)]()[_0x9c4457(0x122)](_0x4fdc4a=>_0x4fdc4a[_0x9c4457(0x114)][_0x9c4457(0x12c)]));}}function ue(_0x2f9d0e){const _0xb8861d=_0x1d636e;return Array[_0xb8861d(0xcc)](new Set(_0x2f9d0e)[_0xb8861d(0xb1)]());}function _0x5cc6(_0x2df04d,_0x70ae7){const _0xe3738=_0xe373();return _0x5cc6=function(_0x5cc609,_0x52a432){_0x5cc609=_0x5cc609-0xa2;let _0x2604f3=_0xe3738[_0x5cc609];return _0x2604f3;},_0x5cc6(_0x2df04d,_0x70ae7);}function _0xe373(){const _0x29eb46=['8frAWXD','removeTableColumn','maxColumn','rootName','_getCoordsForCells','tableColumn','deletion','ELEMENT_TABLE_ROW','options','_splitMarkerName','registerElementLabel','insert','span','_descriptionFactory','TableUtils','low','ELEMENT_TABLE_ROW_WITH_TEXT','63PBPDbR','createPositionAt','minColumn','item','add','1657928ptiztd','push','60JimGVF','differ','enqueueChange','3327237jtXRQy','toLowerCase','markMultiRangeInsertion','$graveyard','getSelectionAffectedTableCells','first','_acceptFormatSuggestionCallbackFactory','includes','values','findAncestor','TrackChangesEditing','min','some','894257NbcfIR','ELEMENT_TABLE_COLUMN','addRange','nodeBefore','3841000QbUwaq','tablePaste','8220EUFTga','530qXtiEt','1064172cCXIdk','oldRange','MIN_SAFE_INTEGER','getContainedElement','getAttribute','isTouching','max','setSelection','_suggestionFactory','afterInit','MAX_SAFE_INTEGER','locale','mapper','*Insert:*\x20%0','from','getColumnIndexes','table','isArray','createTableWalker','addMarker:suggestion','selection','removeClass','execute','position','plugins','last','writer','createRangeIn','getRanges','startsWith','createRangeOn','root','ELEMENT_TABLE_COLUMN_WITH_TEXT','model','insertion','insertTableRowBelow','getCellLocation','getItems','tableCell','33011GCFLEh','showSuggestionHighlights','left','_setupColumnsRowsFixing','data','filter','colspan','above','forceValue','insertTableRowAbove','refresh','getRowIndexes','highest','accept','selectTableRow','tableRow','editor','_getSuggestionCoords','cell','*Remove:*\x20%0','commands','selectTableColumn','$textProxy','ELEMENT_TABLE_WITH_TEXT','getSuggestion','suggestion','fromRange','get','markMultiRangeDeletion','getChanges','TableEditing','toViewElement','order','end','downcastDispatcher','rowspan','addClass','insertTableColumnLeft','batch','removeTableRow','subType','enableCommand','insertTable','registerDescriptionCallback','change','isIntersectingWithRange','substr','start','_tablePostFixingSubtypes','_tableSuggestions','hasAttribute','getChildren','maxRow','type','classes','every','registerPostFixer','isEqual','change:data','detach','isInContent','map','discard','getFirstRange','getChangedMarkers','name','join','minRow','length','document','insertTableColumnRight','nodeAfter','element','registerCustomCallback','has','ELEMENT_TABLE'];_0xe373=function(){return _0x29eb46;};return _0xe373();}
|
|
23
|
+
const _0x2e4b2a=_0x43e1;function _0x43e1(_0x4c14a8,_0x338cfc){const _0x5c92d4=_0x5c92();return _0x43e1=function(_0x43e1f4,_0x5bfb32){_0x43e1f4=_0x43e1f4-0xd0;let _0x30531c=_0x5c92d4[_0x43e1f4];return _0x30531c;},_0x43e1(_0x4c14a8,_0x338cfc);}(function(_0x51dcb3,_0xf80712){const _0x2331c4=_0x43e1,_0x1558c4=_0x51dcb3();while(!![]){try{const _0x36493b=-parseInt(_0x2331c4(0x159))/0x1+-parseInt(_0x2331c4(0xe7))/0x2+-parseInt(_0x2331c4(0x137))/0x3+-parseInt(_0x2331c4(0xd8))/0x4*(parseInt(_0x2331c4(0xe6))/0x5)+-parseInt(_0x2331c4(0x15a))/0x6*(parseInt(_0x2331c4(0x168))/0x7)+parseInt(_0x2331c4(0x12f))/0x8+parseInt(_0x2331c4(0x14c))/0x9*(parseInt(_0x2331c4(0xf6))/0xa);if(_0x36493b===_0xf80712)break;else _0x1558c4['push'](_0x1558c4['shift']());}catch(_0x182c72){_0x1558c4['push'](_0x1558c4['shift']());}}}(_0x5c92,0xc5223));import{Plugin as _0x4c33f2}from'ckeditor5/src/core.js';import{LiveRange as _0x38e615}from'ckeditor5/src/engine.js';function _0x5c92(){const _0x5f40f1=['insert','createRangeOn','highest','discard','downcastDispatcher','tableCell','deletion','commands','isTouching','fromRange','markMultiRangeDeletion','insertTableColumnLeft','push','colspan','registerPostFixer','12456GIyhTY','ELEMENT_TABLE_COLUMN_WITH_TEXT','data','span','add','rootName','item','root','minColumn','_splitMarkerName','insertTableRowAbove','min','low','100050TzWNOL','395040QiHBLU','insertTable','createTableWalker','execute','position','last','left','getContainedElement','tableColumn','showSuggestionHighlights','model','TableUtils','_acceptFormatSuggestionCallbackFactory','join','77Mzwtxb','startsWith','selectTableRow','_descriptionFactory','getSelectionAffectedTableCells','getRanges','end','getSuggestion','length','getItems','isEqual','toLowerCase','TableEditing','maxColumn','above','editor','suggestion','element','227024tsbquU','enableCommand','ELEMENT_TABLE_ROW_WITH_TEXT','nodeBefore','insertTableColumnRight','refresh','getChanges','max','options','writer','classes','createRangeIn','minRow','findAncestor','130sLPtAW','657060JuPPlz','MIN_SAFE_INTEGER','maxRow','cell','$graveyard','rowspan','_getSuggestionCoords','registerElementLabel','_tablePostFixingSubtypes','isInContent','change:data','_suggestionFactory','first','setSelection','from','29170oNMuwh','forceValue','oldRange','addClass','selection','table','subType','differ','addMarker:suggestion','tablePaste','insertion','removeClass','type','removeTableRow','_tableSuggestions','getChildren','_setupColumnsRowsFixing','getColumnIndexes','toViewElement','start','_getCoordsForCells','insertTableRowBelow','addRange','get','createPositionAt','markMultiRangeInsertion','every','nodeAfter','batch','removeTableColumn','getRowIndexes','isIntersectingWithRange','MAX_SAFE_INTEGER','getAttribute','enqueueChange','substr','getChangedMarkers','some','TrackChangesEditing','$textProxy','accept','ELEMENT_TABLE_COLUMN','selectTableColumn','detach','includes','has','values','locale','document','map','getCellLocation','ELEMENT_TABLE_WITH_TEXT','plugins','name','getFirstRange','afterInit','isArray','3380432TSMYRu','filter','*Insert:*\x20%0','mapper','ELEMENT_TABLE_ROW','tableRow','registerCustomCallback','*Remove:*\x20%0','3071241tMPjpJ','order','change','ELEMENT_TABLE','registerDescriptionCallback','hasAttribute'];_0x5c92=function(){return _0x5f40f1;};return _0x5c92();}import{setHighlightHandling as _0x3d2e35}from'ckeditor5/src/widget.js';import{getTranslation as _0x1ced4a}from'../utils/common-translations.js';export default class yt extends _0x4c33f2{constructor(_0x8c3348){const _0x55b729=_0x43e1;super(_0x8c3348),this[_0x55b729(0xef)]=[_0x55b729(0x134),_0x55b729(0x162)],this[_0x55b729(0x104)]=new Set();}[_0x2e4b2a(0x12d)](){const _0x71342b=_0x2e4b2a,_0x5950a2=this[_0x71342b(0xd5)],_0x175913=_0x5950a2[_0x71342b(0x164)][_0x71342b(0x126)][_0x71342b(0xfa)];if(!_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x123)](_0x71342b(0xd2)))return;const _0x6cc0ba=_0x5950a2[_0x71342b(0x125)],_0x5e23bd=_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x10d)](_0x71342b(0x11c)),_0x1a601f=_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x10d)](_0x71342b(0x165));_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0xee)](_0x71342b(0xfb),_0x1ca6cc=>_0x1ced4a(_0x6cc0ba,_0x71342b(0x13a),_0x1ca6cc)),this[_0x71342b(0x106)](),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x15b)),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x16a)),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x120));for(const _0xbb59fe of[_0x71342b(0x156),_0x71342b(0x10b)]){const _0x37df63=_0x5950a2[_0x71342b(0x144)][_0x71342b(0x10d)](_0xbb59fe);_0x5e23bd[_0x71342b(0xd9)](_0xbb59fe,_0x123328=>{const _0x38931a=_0x71342b;_0x5950a2[_0x38931a(0x164)][_0x38931a(0x139)](_0x49e8e8=>{const _0x433639=_0x38931a;_0x123328();const _0x5522e4=_0x433639(0xd4)===_0x37df63[_0x433639(0x138)],_0x46dba5=_0x1a601f[_0x433639(0x16c)](_0x175913),_0x6cef52=_0x1a601f[_0x433639(0x114)](_0x46dba5),_0x1153c3=_0x5522e4?_0x6cef52[_0x433639(0xf3)]-0x1:_0x6cef52[_0x433639(0x15f)]+0x1,_0xf8c870=_0x46dba5[0x0][_0x433639(0xe5)](_0x433639(0xfb)),_0x4c8784=_0x1a601f[_0x433639(0x15c)](_0xf8c870,{'startRow':_0x1153c3,'endRow':_0x1153c3}),_0x5c8f8d=Array[_0x433639(0xf5)](_0x4c8784)[_0x433639(0x127)](_0x47fb22=>_0x49e8e8[_0x433639(0x13e)](_0x47fb22[_0x433639(0xea)]));_0x5e23bd[_0x433639(0x10f)](_0x5c8f8d,_0x433639(0x134));});});}for(const _0x5ae651 of[_0x71342b(0x148),_0x71342b(0xdc)]){const _0x65d149=_0x5950a2[_0x71342b(0x144)][_0x71342b(0x10d)](_0x5ae651);_0x5e23bd[_0x71342b(0xd9)](_0x5ae651,_0x4d9c21=>{const _0x4446aa=_0x71342b;_0x5950a2[_0x4446aa(0x164)][_0x4446aa(0x139)](_0x47a114=>{const _0x14f14f=_0x4446aa;_0x4d9c21();const _0xc74130=_0x14f14f(0x160)===_0x65d149[_0x14f14f(0x138)],_0xe824e0=_0x1a601f[_0x14f14f(0x16c)](_0x175913),_0x333588=_0x1a601f[_0x14f14f(0x107)](_0xe824e0),_0x552127=_0xc74130?_0x333588[_0x14f14f(0xf3)]-0x1:_0x333588[_0x14f14f(0x15f)]+0x1,_0x577c42=_0xe824e0[0x0][_0x14f14f(0xe5)](_0x14f14f(0xfb)),_0x560b03=_0x1a601f[_0x14f14f(0x15c)](_0x577c42,{'startRow':0x0,'column':_0x552127,'includeAllSlots':!0x1}),_0x3770c7=Array[_0x14f14f(0xf5)](_0x560b03)[_0x14f14f(0x127)](_0x365dc8=>_0x47a114[_0x14f14f(0x13e)](_0x365dc8[_0x14f14f(0xea)]));_0x5e23bd[_0x14f14f(0x10f)](_0x3770c7,_0x14f14f(0x162));});});}for(const _0x52d6ab of[_0x71342b(0x103),_0x71342b(0x113)]){const _0x506957=_0x52d6ab[_0x71342b(0x119)](0xb),_0x35a993=_0x506957[_0x71342b(0xd1)](),_0x5d748e=_0x35a993[_0x71342b(0x119)](0x0,0x3)+_0x71342b(0x14f),_0x27b936=_0x71342b(0xfb)+_0x506957,_0x3250ba=_0x71342b(0x157)+_0x506957,_0x347fac=_0x71342b(0xdf)+_0x506957;_0x5e23bd[_0x71342b(0xd9)](_0x52d6ab,()=>{const _0x8a8db6=_0x71342b;_0x5950a2[_0x8a8db6(0x164)][_0x8a8db6(0x139)](_0x2c4175=>{const _0x5ab7e1=_0x8a8db6,_0xccf22c=_0x1a601f[_0x5ab7e1(0x16c)](_0x175913),_0x333641=_0xccf22c[0x0][_0x5ab7e1(0xe5)](_0x5ab7e1(0xfb));let _0x2c0f3e;if(_0x5ab7e1(0x103)==_0x52d6ab){const _0x362622=_0x1a601f[_0x5ab7e1(0x114)](_0xccf22c);_0x2c0f3e={'startRow':_0x362622[_0x5ab7e1(0xf3)],'endRow':_0x362622[_0x5ab7e1(0x15f)],'includeAllSlots':!0x0};}else{const _0x3bd5c2=_0x1a601f[_0x5ab7e1(0x107)](_0xccf22c);_0x2c0f3e={'startColumn':_0x3bd5c2[_0x5ab7e1(0xf3)],'endColumn':_0x3bd5c2[_0x5ab7e1(0x15f)],'includeAllSlots':!0x0};}const _0x1aa656=_0x1a601f[_0x5ab7e1(0x15c)](_0x333641,_0x2c0f3e),_0x530a9c=Array[_0x5ab7e1(0xf5)](_0x1aa656)[_0x5ab7e1(0x127)](({cell:_0x56bb2b})=>_0x56bb2b),_0x36029=ue(_0x530a9c[_0x5ab7e1(0x130)](_0xbe4548=>_0xbe4548[_0x5ab7e1(0x13c)](_0x5d748e))),_0x3b3471=ue(_0x530a9c[_0x5ab7e1(0x130)](_0x72ffa=>!_0x72ffa[_0x5ab7e1(0x13c)](_0x5d748e)))[_0x5ab7e1(0x127)](_0x20c0a6=>_0x2c4175[_0x5ab7e1(0x13e)](_0x20c0a6)),_0x7e75be=_0x5e23bd[_0x5ab7e1(0x147)](_0x3b3471,_0x27b936);if(_0x7e75be&&(_0x5ab7e1(0x134)==_0x7e75be[_0x5ab7e1(0xfc)]||_0x5ab7e1(0x162)==_0x7e75be[_0x5ab7e1(0xfc)])){const _0x5e12af=this[_0x5ab7e1(0xed)](_0x7e75be);for(const _0x399cf4 of _0x36029){const _0x159cc8=_0x2c4175[_0x5ab7e1(0x13e)](_0x399cf4),_0xffc57f=_0x1a601f[_0x5ab7e1(0x128)](_0x399cf4),_0x506638=_0x399cf4[_0x5ab7e1(0x117)](_0x5d748e)-0x1,_0x55bda2=_0x5e12af[_0x3250ba],_0x35921d=_0x5e12af[_0x347fac];_0x55bda2<=_0xffc57f[_0x35a993]&&_0xffc57f[_0x35a993]+_0x506638<=_0x35921d&&_0x7e75be[_0x5ab7e1(0x10c)](_0x159cc8);}}});});}function _0xd01164(_0x63933c){const _0x454ed6=_0x71342b,_0xd5d306=Array[_0x454ed6(0xf5)](_0x175913[_0x454ed6(0x16d)]())[_0x454ed6(0x127)](_0x191fe1=>_0x38e615[_0x454ed6(0x146)](_0x191fe1));_0x5950a2[_0x454ed6(0x164)][_0x454ed6(0x139)](_0x389bc3=>{const _0x1334cc=_0x454ed6,_0x277570=_0x389bc3[_0x1334cc(0x112)];_0x63933c=_0x63933c[_0x1334cc(0x130)](_0x92aaa3=>_0x1334cc(0xeb)!=_0x92aaa3[_0x1334cc(0x153)][_0x1334cc(0x151)]),_0x389bc3[_0x1334cc(0xf4)](_0x63933c),_0x5950a2[_0x1334cc(0x144)][_0x1334cc(0x10d)](_0x1334cc(0x103))[_0x1334cc(0xdd)](),_0x5950a2[_0x1334cc(0x15d)](_0x1334cc(0x103),{'forceDefaultExecution':!0x0}),_0x5950a2[_0x1334cc(0x164)][_0x1334cc(0x118)](()=>{const _0x4290fe=_0x1334cc;_0x5950a2[_0x4290fe(0x164)][_0x4290fe(0x118)](_0x277570,_0x432b3a=>{const _0x455e87=_0x4290fe,_0x47488c=_0xd5d306[_0x455e87(0x130)](_0x5b9f5c=>_0x455e87(0xeb)!=_0x5b9f5c[_0x455e87(0x153)][_0x455e87(0x151)]);_0x47488c[_0x455e87(0x170)]>0x0&&_0x432b3a[_0x455e87(0xf4)](_0x47488c);for(const _0x4036ed of _0xd5d306)_0x4036ed[_0x455e87(0x121)]();});});});}function _0x56d028(_0x2cd0ce){const _0x4d8c9a=_0x71342b;_0x5950a2[_0x4d8c9a(0x164)][_0x4d8c9a(0x139)](_0x4e54aa=>{const _0x2cfbff=_0x4d8c9a,_0x375314=Array[_0x2cfbff(0xf5)](_0x175913[_0x2cfbff(0x16d)]())[_0x2cfbff(0x127)](_0x230380=>_0x38e615[_0x2cfbff(0x146)](_0x230380)),_0x167a59=[];for(const _0x334213 of _0x2cd0ce)for(const _0x5ed0c4 of _0x334213[_0x2cfbff(0x171)]({'shallow':!0x0}))_0x167a59[_0x2cfbff(0x149)](_0x5ed0c4);for(const _0x4522ce of _0x167a59)_0x2cfbff(0xeb)!=_0x4522ce[_0x2cfbff(0x153)][_0x2cfbff(0x151)]&&(_0x4e54aa[_0x2cfbff(0xf4)](_0x4e54aa[_0x2cfbff(0x10e)](_0x4522ce,0x0)),_0x5950a2[_0x2cfbff(0x144)][_0x2cfbff(0x10d)](_0x2cfbff(0x113))[_0x2cfbff(0xdd)](),_0x5950a2[_0x2cfbff(0x15d)](_0x2cfbff(0x113),{'forceDefaultExecution':!0x0}));const _0x4557b8=_0x375314[_0x2cfbff(0x130)](_0x355cc8=>_0x2cfbff(0xeb)!=_0x355cc8[_0x2cfbff(0x153)][_0x2cfbff(0x151)]);_0x4557b8[_0x2cfbff(0x170)]>0x0&&_0x4e54aa[_0x2cfbff(0xf4)](_0x4557b8);for(const _0x118a88 of _0x375314)_0x118a88[_0x2cfbff(0x121)]();});}function _0x5487a0(_0x527fff,_0x12a1ed){const _0x20e9b8=_0x71342b;return _0x12a1ed[_0x20e9b8(0x110)](_0x5c8635=>_0x527fff[_0x20e9b8(0x11b)](_0x4ee6ba=>_0x4ee6ba[_0x20e9b8(0x16e)][_0x20e9b8(0xd0)](_0x5c8635[_0x20e9b8(0x109)])||_0x5c8635[_0x20e9b8(0x16e)][_0x20e9b8(0xd0)](_0x4ee6ba[_0x20e9b8(0x109)])));}function _0xfddcd0(_0x2d9b87,_0x5461e5){const _0xaa5632=_0x71342b;return _0x2d9b87[_0xaa5632(0x11b)](_0x887a04=>_0x5461e5[_0xaa5632(0x11b)](_0x545424=>_0x887a04[_0xaa5632(0x16e)][_0xaa5632(0x145)](_0x545424[_0xaa5632(0x109)])));}_0x5950a2[_0x71342b(0x14e)][_0x71342b(0x141)]['on'](_0x71342b(0xfe),(_0x40fbc9,_0x20f8ad,_0x12f6cf)=>{const _0x30ae40=_0x71342b;if(!_0x12f6cf[_0x30ae40(0xe0)][_0x30ae40(0x163)])return;const _0x14bd23=_0x20f8ad[_0x30ae40(0x152)];if(!_0x14bd23)return;const _0x4ae696=_0x12f6cf[_0x30ae40(0x132)][_0x30ae40(0x108)](_0x14bd23);function _0x116994(_0x43d760){const _0x894a8=_0x30ae40;return Array[_0x894a8(0x12e)](_0x43d760)?_0x43d760:[_0x43d760];}_0x4ae696&&_0x30ae40(0x142)===_0x14bd23[_0x30ae40(0x12b)]&&_0x3d2e35(_0x4ae696,_0x12f6cf[_0x30ae40(0xe1)],(_0x216897,_0x108d86,_0x2b4e00)=>_0x2b4e00[_0x30ae40(0xf9)](_0x116994(_0x108d86[_0x30ae40(0xe2)]),_0x216897),(_0x1dcf5f,_0xe20237,_0x12dde5)=>_0x12dde5[_0x30ae40(0x101)](_0x116994(_0xe20237[_0x30ae40(0xe2)]),_0x1dcf5f));},{'priority':_0x71342b(0x13f)}),_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0x13b)](_0x2c3bd6=>{const _0x434f16=_0x71342b;if(_0x434f16(0x100)!=_0x2c3bd6[_0x434f16(0x102)]&&_0x434f16(0x143)!=_0x2c3bd6[_0x434f16(0x102)])return;const _0x32e2f4=_0x2c3bd6[_0x434f16(0x161)]();if(null!=_0x32e2f4&&_0x32e2f4['is'](_0x434f16(0xd7),_0x434f16(0xfb))){if(_0x434f16(0x100)==_0x2c3bd6[_0x434f16(0x102)]){const _0x21bce1=_0x2c3bd6[_0x434f16(0x171)]()[_0x434f16(0x130)](_0x5ceb00=>_0x5ceb00['is'](_0x434f16(0x11d)))[_0x434f16(0x127)](_0x3cc921=>_0x3cc921[_0x434f16(0x14e)]);if(_0x21bce1[_0x434f16(0x170)])return{'type':_0x434f16(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x434f16(0x131),_0x1ced4a(_0x6cc0ba,_0x434f16(0x129),'\x22'+_0x21bce1[_0x434f16(0x167)]('\x20')+'\x22'))};}if(_0x434f16(0x143)==_0x2c3bd6[_0x434f16(0x102)]){const _0x4f3ee0=_0x2c3bd6[_0x434f16(0x171)]()[_0x434f16(0x130)](_0x468c75=>_0x468c75['is'](_0x434f16(0x11d)))[_0x434f16(0x127)](_0x140586=>_0x140586[_0x434f16(0x14e)]);if(_0x4f3ee0[_0x434f16(0x170)])return{'type':_0x434f16(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x434f16(0x136),_0x1ced4a(_0x6cc0ba,_0x434f16(0x129),'\x22'+_0x4f3ee0[_0x434f16(0x167)]('\x20')+'\x22'))};}}}),_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0x13b)](_0x515c1f=>{const _0x3ad6c2=_0x71342b;if(_0x3ad6c2(0x134)==_0x515c1f[_0x3ad6c2(0xfc)]){const _0x2cc58c=_0x515c1f[_0x3ad6c2(0x171)]()[_0x3ad6c2(0x130)](_0x53710e=>_0x53710e['is'](_0x3ad6c2(0x11d)))[_0x3ad6c2(0x127)](_0x16045c=>_0x16045c[_0x3ad6c2(0x14e)]),_0x2691e3=this[_0x3ad6c2(0xed)](_0x515c1f),_0x20a87c=_0x2691e3[_0x3ad6c2(0xe9)]-_0x2691e3[_0x3ad6c2(0xe4)]+0x1;if(_0x3ad6c2(0x100)==_0x515c1f[_0x3ad6c2(0x102)])return _0x2cc58c[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0xda),[_0x20a87c,'\x22'+_0x2cc58c[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x133),_0x20a87c))};if(_0x3ad6c2(0x143)==_0x515c1f[_0x3ad6c2(0x102)])return _0x2cc58c[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0xda),[_0x20a87c,'\x22'+_0x2cc58c[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x133),_0x20a87c))};}if(_0x3ad6c2(0x162)==_0x515c1f[_0x3ad6c2(0xfc)]){const _0x3c40ce=_0x515c1f[_0x3ad6c2(0x171)]()[_0x3ad6c2(0x130)](_0x514ba5=>_0x514ba5['is'](_0x3ad6c2(0x11d)))[_0x3ad6c2(0x127)](_0x25a256=>_0x25a256[_0x3ad6c2(0x14e)]),_0x2bb601=this[_0x3ad6c2(0xed)](_0x515c1f),_0x402787=_0x2bb601[_0x3ad6c2(0xd3)]-_0x2bb601[_0x3ad6c2(0x154)]+0x1;if(_0x3ad6c2(0x100)==_0x515c1f[_0x3ad6c2(0x102)])return _0x3c40ce[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x14d),[_0x402787,'\x22'+_0x3c40ce[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x11f),_0x402787))};if(_0x3ad6c2(0x143)==_0x515c1f[_0x3ad6c2(0x102)])return _0x3c40ce[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x14d),[_0x402787,'\x22'+_0x3c40ce[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x11f),_0x402787))};}}),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x134),_0x71342b(0x140),_0xd01164),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x134),_0x71342b(0x11e),_0xd01164),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x162),_0x71342b(0x140),_0x56d028),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x162),_0x71342b(0x11e),_0x56d028),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x162),_0x71342b(0x167),_0x5487a0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x162),_0x71342b(0x167),_0x5487a0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x134),_0x71342b(0x167),_0xfddcd0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x134),_0x71342b(0x167),_0xfddcd0);}[_0x2e4b2a(0x166)](){const _0x24a42a=_0x2e4b2a,_0x2d245c=this[_0x24a42a(0xd5)],_0x148f5b=_0x2d245c[_0x24a42a(0x164)][_0x24a42a(0x126)][_0x24a42a(0xfa)];return(_0x83a9c9,_0x4fe885)=>{const _0x33a1bd=_0x24a42a;_0x2d245c[_0x33a1bd(0x164)][_0x33a1bd(0x139)](_0x50e6c5=>{const _0xe959bf=_0x33a1bd,{commandName:_0x592047,commandParams:_0x2db1c5}=_0x4fe885;let _0x2c4b28=_0x83a9c9[0x0][_0xe959bf(0x16e)][_0xe959bf(0xdb)];_0x2db1c5&&_0x2db1c5[0x0]&&!0x1===_0x2db1c5[0x0][_0xe959bf(0xf7)]&&(_0x2c4b28=_0x83a9c9[0x0][_0xe959bf(0x109)][_0xe959bf(0x111)]);const _0x4c08a8=_0x50e6c5[_0xe959bf(0xe3)](_0x2c4b28);if(_0xe959bf(0xeb)==_0x4c08a8[_0xe959bf(0x153)][_0xe959bf(0x151)])return;const _0x54b202=Array[_0xe959bf(0xf5)](_0x148f5b[_0xe959bf(0x16d)]())[_0xe959bf(0x127)](_0x5df22a=>_0x38e615[_0xe959bf(0x146)](_0x5df22a));_0x50e6c5[_0xe959bf(0xf4)](_0x4c08a8),_0x2d245c[_0xe959bf(0x144)][_0xe959bf(0x10d)](_0x592047)[_0xe959bf(0xdd)](),_0x2db1c5[_0xe959bf(0x149)]({'forceDefaultExecution':!0x0}),_0x2d245c[_0xe959bf(0x15d)](_0x592047,..._0x2db1c5);const _0x21d0b8=_0x54b202[_0xe959bf(0x130)](_0x24e27a=>_0xe959bf(0xeb)!=_0x24e27a[_0xe959bf(0x153)][_0xe959bf(0x151)]);_0x21d0b8[_0xe959bf(0x170)]>0x0&&_0x50e6c5[_0xe959bf(0xf4)](_0x21d0b8);for(const _0x6c621b of _0x54b202)_0x6c621b[_0xe959bf(0x121)]();});};}[_0x2e4b2a(0x10a)](_0x3ace84){const _0x18776b=_0x2e4b2a,_0x3707a9=this[_0x18776b(0xd5)][_0x18776b(0x12a)][_0x18776b(0x10d)](_0x18776b(0x165));let _0x106705=Number[_0x18776b(0x116)],_0x3db82d=Number[_0x18776b(0xe8)],_0x57849b=Number[_0x18776b(0x116)],_0x7d8126=Number[_0x18776b(0xe8)];for(const _0x537353 of _0x3ace84){if(_0x18776b(0xeb)==_0x537353[_0x18776b(0x153)][_0x18776b(0x151)])continue;const {row:_0x56874a,column:_0x132cdc}=_0x3707a9[_0x18776b(0x128)](_0x537353),_0x25860b=_0x537353[_0x18776b(0x13c)](_0x18776b(0xec))?_0x537353[_0x18776b(0x117)](_0x18776b(0xec))-0x1:0x0,_0x3eb90e=_0x537353[_0x18776b(0x13c)](_0x18776b(0x14a))?_0x537353[_0x18776b(0x117)](_0x18776b(0x14a))-0x1:0x0;_0x106705=_0x56874a<_0x106705?_0x56874a:_0x106705,_0x3db82d=_0x56874a+_0x25860b>_0x3db82d?_0x56874a+_0x25860b:_0x3db82d,_0x57849b=_0x132cdc<_0x57849b?_0x132cdc:_0x57849b,_0x7d8126=_0x132cdc+_0x3eb90e>_0x7d8126?_0x132cdc+_0x3eb90e:_0x7d8126;}return{'minRow':_0x106705,'maxRow':_0x3db82d,'minColumn':_0x57849b,'maxColumn':_0x7d8126};}[_0x2e4b2a(0x106)](){const _0x34abdf=_0x2e4b2a,_0x26fec0=this[_0x34abdf(0xd5)],_0xb7f36e=_0x26fec0[_0x34abdf(0x12a)][_0x34abdf(0x10d)](_0x34abdf(0x11c)),_0xcc7a25=_0x26fec0[_0x34abdf(0x12a)][_0x34abdf(0x10d)](_0x34abdf(0x165));_0x26fec0[_0x34abdf(0x164)][_0x34abdf(0x126)]['on'](_0x34abdf(0xf1),()=>{const _0x42e291=_0x34abdf,_0x511861=Array[_0x42e291(0xf5)](_0x26fec0[_0x42e291(0x164)][_0x42e291(0x126)][_0x42e291(0xfd)][_0x42e291(0x11a)]());for(const {name:_0x2b6ccd,data:_0x2b4e0f}of _0x511861){const {group:_0x28b7c3,id:_0x332bf5,subType:_0x588563}=_0xb7f36e[_0x42e291(0x155)](_0x2b6ccd);if(_0x42e291(0xd6)!=_0x28b7c3)continue;if(null!=_0x2b4e0f[_0x42e291(0xf8)])continue;const _0x10939d=_0xb7f36e[_0x42e291(0x16f)](_0x332bf5);this[_0x42e291(0xef)][_0x42e291(0x122)](_0x588563)&&this[_0x42e291(0x104)][_0x42e291(0x150)](_0x10939d);}},{'priority':_0x34abdf(0x158)});const _0x5e074f=(_0xc40642,_0x5a12af)=>{const _0x1028dd=_0x34abdf;let _0x39e6c7=!0x1;const _0x46ad32=_0x5a12af[_0x1028dd(0x13e)](_0xc40642),_0x23568b=_0xc40642[_0x1028dd(0xe5)](_0x1028dd(0xfb)),_0x875432=_0xcc7a25[_0x1028dd(0x128)](_0xc40642);for(const _0x446267 of this[_0x1028dd(0x104)]){const _0x25ae2b=_0x446267[_0x1028dd(0xfc)],_0x131325=_0x25ae2b[_0x1028dd(0x169)](_0x1028dd(0xff)),_0x191be9=_0x25ae2b[_0x1028dd(0x119)](_0x131325?0xa:0x5),_0x6e803=_0x191be9[_0x1028dd(0xd1)](),_0x208749=_0x6e803[_0x1028dd(0x119)](0x0,0x3)+_0x1028dd(0x14f),_0x30913e=_0x1028dd(0x157)+_0x191be9,_0xbf91a8=_0x1028dd(0xdf)+_0x191be9;if(!_0x446267[_0x1028dd(0xf0)])continue;if(_0x23568b!=_0x446267[_0x1028dd(0x12c)]()[_0x1028dd(0x109)][_0x1028dd(0xe5)](_0x1028dd(0xfb)))continue;if(_0x446267[_0x1028dd(0x115)](_0x46ad32))continue;const _0x30335c=_0xc40642[_0x1028dd(0x13c)](_0x208749)?_0xc40642[_0x1028dd(0x117)](_0x208749)-0x1:0x0,_0x47386e=this[_0x1028dd(0xed)](_0x446267),_0x3534ee=_0x47386e[_0x30913e],_0x2e32f4=_0x47386e[_0xbf91a8];_0x3534ee<=_0x875432[_0x6e803]&&_0x875432[_0x6e803]+_0x30335c<=_0x2e32f4&&(_0x446267[_0x1028dd(0x10c)](_0x46ad32),_0x39e6c7=!0x0);}return _0x39e6c7;};_0x26fec0[_0x34abdf(0x164)][_0x34abdf(0x126)][_0x34abdf(0x14b)](_0x1c1d00=>{const _0x378793=_0x34abdf;let _0x4b0762=!0x1;for(const _0x38e33c of _0x26fec0[_0x378793(0x164)][_0x378793(0x126)][_0x378793(0xfd)][_0x378793(0xde)]())if(_0x378793(0x13d)==_0x38e33c[_0x378793(0x102)]){if(_0x378793(0x134)==_0x38e33c[_0x378793(0x12b)]){for(const _0x4389d6 of _0x38e33c[_0x378793(0x15e)][_0x378793(0x111)][_0x378793(0x105)]())_0x4b0762=_0x4b0762||_0x5e074f(_0x4389d6,_0x1c1d00);}else _0x378793(0x142)==_0x38e33c[_0x378793(0x12b)]&&(_0x4b0762=_0x4b0762||_0x5e074f(_0x38e33c[_0x378793(0x15e)][_0x378793(0x111)],_0x1c1d00));}return _0x4b0762;});}[_0x2e4b2a(0xed)](_0x1aa9ac){const _0x3181cb=_0x2e4b2a;return this[_0x3181cb(0x10a)](_0x1aa9ac[_0x3181cb(0x16d)]()[_0x3181cb(0x127)](_0x3fff32=>_0x3fff32[_0x3181cb(0x109)][_0x3181cb(0x111)]));}}function ue(_0x84c494){const _0x22eb0b=_0x2e4b2a;return Array[_0x22eb0b(0xf5)](new Set(_0x84c494)[_0x22eb0b(0x124)]());}
|