@ckeditor/ckeditor5-track-changes 41.2.1 → 41.3.0-alpha.3
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 _0x5bdb41=_0x3588;(function(_0x1f84bc,_0x9e3789){const _0x4550f0=_0x3588,_0x2b24c4=_0x1f84bc();while(!![]){try{const _0x52e1e9=-parseInt(_0x4550f0(0x1f0))/0x1+-parseInt(_0x4550f0(0x1e0))/0x2*(-parseInt(_0x4550f0(0x1a4))/0x3)+parseInt(_0x4550f0(0x1c7))/0x4*(-parseInt(_0x4550f0(0x1d7))/0x5)+parseInt(_0x4550f0(0x18b))/0x6*(parseInt(_0x4550f0(0x1c4))/0x7)+-parseInt(_0x4550f0(0x1aa))/0x8*(-parseInt(_0x4550f0(0x1ee))/0x9)+-parseInt(_0x4550f0(0x1f6))/0xa+-parseInt(_0x4550f0(0x17b))/0xb*(-parseInt(_0x4550f0(0x1e2))/0xc);if(_0x52e1e9===_0x9e3789)break;else _0x2b24c4['push'](_0x2b24c4['shift']());}catch(_0x53a5a2){_0x2b24c4['push'](_0x2b24c4['shift']());}}}(_0x403e,0x19d17));import{Plugin as _0x4f3b84}from'ckeditor5/src/core.js';import{getTranslation as _0x2d159e}from'../utils/common-translations.js';function _0x403e(){const _0x9e4bdd=['registerAttributeLabel','push','parent','ELEMENT_NUMBERED_LIST','value','215NvlLCs','registerElementLabel','splitListItemAfter','removeMarker','plugins','afterInit','trackChangesCommand','get','*Uncheck\x20item*','206AIKlVP','ELEMENT_BULLETED_LIST','12pNhcyV','format','data','editor','*Format:*\x20remove\x20from\x20%0','range','mergeListItemForward','getChanges','getAttribute','detach','ListEditing','newValue','981FpANDw','assureChains','177251WLhozK','noTrackChangesFixer','schema','_descriptionFactory','document','listReversed','1381950QLCTvY','every','*Outdent:*\x20%0','splitListItemBefore','fromRange','execute','listStyle','ELEMENT_LIST_ITEM','commands','getRanges','forceValue','accept','type','*Format:*\x20insert\x20into\x20%0','previousSibling','todoList','isLocal','todo','*Indent:*\x20%0','_supportLegacySuggestions','toUpperCase','key','listItemId','filter','2216478PfPJdv','nodeAfter','*Remove\x20format:*\x20%0','*Check\x20item*','*Merge:*\x20list\x20item','start','deletion','_LIST','mergeListItemBackward','multipleBlocks','map','attribute','meta','listIndent','selection','locale','73434WXpwms','bulleted','getFirstMarker','_enableDefaultAttributesIntegration','getSuggestions','_suggestionFactory','attributeKey','checkTodoList','indentList','includes','suggestion','todoListCheck','TrackChangesEditing','length','default','batch','nextSibling','createPositionAt','from','numbered','isNextTo','getFirstRange','FORMAT_INDENT','_findSuggestions','registerPostFixer','3102QJKZMD','commandName','ELEMENT_TODO_LIST','setSelection','bulletedList','*Set\x20format:*\x20%0','8848fMHmtu','attributes','differ','registerDescriptionCallback','_getAttributeKey','find','numberedList','*Merge:*\x20%0','oldValue','groupId','isObject','TodoListEditing','*Split:*\x20list\x20item','setAttribute','outdentList','config','listType','_registerLegacyDescription','formatBlock','list.multiBlock','createRange','refresh','*Change\x20to:*\x20%0','ELEMENT_','next','has','77jBUBYW','isUndo','containsItem','13208MKDxyq','change','end','head','todoListChecked','model','registerCustomCallback','documentList','commandParams','listStart','listItemIdFixer'];_0x403e=function(){return _0x9e4bdd;};return _0x403e();}import{renameAttributeKey as _0x8306f6}from'../trackchangesediting.js';function _0x3588(_0x1f9405,_0x2b4688){const _0x403e9f=_0x403e();return _0x3588=function(_0x35887b,_0x18ebce){_0x35887b=_0x35887b-0x16c;let _0x43fc9b=_0x403e9f[_0x35887b];return _0x43fc9b;},_0x3588(_0x1f9405,_0x2b4688);}import{LiveRange as _0x15a51d}from'ckeditor5/src/engine.js';export default class z extends _0x4f3b84{[_0x5bdb41(0x1dc)](){const _0x36aa9d=_0x5bdb41,_0x5d6169=this[_0x36aa9d(0x1e5)];if(!_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1c3)](_0x36aa9d(0x1ec)))return;const _0x3fcb53=_0x5d6169[_0x36aa9d(0x18a)],_0x5d8200=_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1de)](_0x36aa9d(0x197)),_0xbabf27=_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1c3)](_0x36aa9d(0x1b5)),_0xf17542=!!_0x5d6169[_0x36aa9d(0x1b9)][_0x36aa9d(0x1de)](_0x36aa9d(0x1bd));function _0x26b747(_0x5e0621){const _0x3de16f=_0x36aa9d;return{'type':_0x3de16f(0x1e3),'content':''+_0x2d159e(_0x3fcb53,_0x3de16f(0x1a9),_0x5e0621)};}function _0x5ceb65(_0x71a39f){const _0x92e839=_0x36aa9d;return{'type':_0x92e839(0x1e3),'content':''+_0x2d159e(_0x3fcb53,_0x92e839(0x17d),_0x71a39f)};}_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1b0),[],[_0x36aa9d(0x179),_0x36aa9d(0x1ba),_0x36aa9d(0x188)]),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1a8)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x193)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1b8)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1d9)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1f9)),_0xf17542&&(_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x183)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1e8))),_0xbabf27&&(_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x172)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x192),[],[_0x36aa9d(0x1cb)]),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0x539e2f=>{const _0xe25302=_0x36aa9d,{data:_0x2c9b75}=_0x539e2f;if(_0x2c9b75&&_0xe25302(0x1cb)==_0x2c9b75[_0xe25302(0x178)])return{'type':_0xe25302(0x1e3),'content':_0x2c9b75[_0xe25302(0x1ed)]?_0x2d159e(_0x3fcb53,_0xe25302(0x17e)):_0x2d159e(_0x3fcb53,_0xe25302(0x1df))};}),this[_0x36aa9d(0x1e5)][_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x265a2d=>{const _0x1b1a89=_0x36aa9d;if(_0x265a2d[_0x1b1a89(0x19a)][_0x1b1a89(0x1c5)])return!0x1;let _0x2080d6=!0x1;const _0x55e0fa=_0x5d8200[_0x1b1a89(0x18f)]({'skipNotAttached':!0x0})[_0x1b1a89(0x17a)](_0x31f412=>_0x1b1a89(0x1cb)===_0x5d8200[_0x1b1a89(0x1ae)](_0x31f412));for(const _0x534956 of _0x55e0fa){_0x1b1a89(0x174)!=_0x534956[_0x1b1a89(0x1a0)]()[_0x1b1a89(0x180)][_0x1b1a89(0x17c)][_0x1b1a89(0x1ea)](_0x1b1a89(0x1ba))&&(_0x5d8200[_0x1b1a89(0x1a2)](_0x534956[_0x1b1a89(0x1a0)](),_0x1b1a89(0x186))[_0x1b1a89(0x1af)](_0x1fd9ad=>_0x1b1a89(0x1ba)===_0x5d8200[_0x1b1a89(0x1ae)](_0x1fd9ad[_0x1b1a89(0x195)]))||(_0x265a2d[_0x1b1a89(0x1da)](_0x534956[_0x1b1a89(0x18d)]()),_0x2080d6=!0x0));}return _0x2080d6;})),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1d2)](_0x36aa9d(0x188),_0x2d159e(_0x3fcb53,_0x36aa9d(0x1a1)));const _0x1e36f6={'type':_0x36aa9d(0x1e3),'content':''};_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0x3d5741=>{const _0x42f5f6=_0x36aa9d,{data:_0x419abd}=_0x3d5741;if(!_0x419abd||_0x42f5f6(0x1ba)!=_0x419abd[_0x42f5f6(0x178)])return;let _0x244de1=_0x3d5741[_0x42f5f6(0x1ca)];for(;_0x244de1;){if(_0x244de1[_0x42f5f6(0x1e4)]&&(_0x42f5f6(0x1fc)==_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x178)]&&(_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1ed)]&&_0x42f5f6(0x199)!=_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1ed)]||_0x42f5f6(0x199)!=_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1b2)]&&!_0x419abd[_0x42f5f6(0x1ed)])||!_0xf17542&&_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x178)]==_0x8306f6))return _0x1e36f6;_0x244de1=_0x244de1[_0x42f5f6(0x1c2)];}if(null==_0x419abd[_0x42f5f6(0x1ed)])switch(_0x419abd[_0x42f5f6(0x1b2)]){case _0x42f5f6(0x18c):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1e1)));case _0x42f5f6(0x19e):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1d5)));case _0x42f5f6(0x174):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1a6)));}switch(_0x419abd[_0x42f5f6(0x1ed)]){case _0x42f5f6(0x18c):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1e1)));case _0x42f5f6(0x19e):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1d5)));case _0x42f5f6(0x174):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1a6)));}}),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0xa724f=>{const _0x32e0fa=_0x36aa9d,{data:_0x9713df}=_0xa724f;if(_0x9713df&&_0x32e0fa(0x188)==_0x9713df[_0x32e0fa(0x178)])return null==_0x9713df[_0x32e0fa(0x1ed)]||null==_0x9713df[_0x32e0fa(0x1b2)]&&0x0==_0x9713df[_0x32e0fa(0x1ed)]?_0x1e36f6:void 0x0;}),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0xf57148=>{const _0x16fa2a=_0x36aa9d;if(_0x16fa2a(0x186)!=_0xf57148[_0x16fa2a(0x16f)])return;const {data:_0x1fd8c8}=_0xf57148;if(!_0x1fd8c8||_0x16fa2a(0x179)!=_0x1fd8c8[_0x16fa2a(0x178)])return;const _0x4ecd5a=ie(_0xf57148);return _0x4ecd5a?_0x16fa2a(0x1ed)==_0x4ecd5a?{'type':_0x16fa2a(0x1e3),'content':_0x2d159e(_0x3fcb53,_0x16fa2a(0x17f))}:_0x16fa2a(0x1b2)==_0x4ecd5a?{'type':_0x16fa2a(0x1e3),'content':_0x2d159e(_0x3fcb53,_0x16fa2a(0x1b6))}:_0x1e36f6:_0x1e36f6;}),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x53f7f7=>this[_0x36aa9d(0x1d1)](_0x53f7f7)),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x25f9da=>this[_0x36aa9d(0x1f1)](_0x25f9da)),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x30be6e=>this[_0x36aa9d(0x1ef)](_0x30be6e)),this[_0x36aa9d(0x176)]();}[_0x5bdb41(0x1d1)](_0x4129c8){const _0x211bd7=_0x5bdb41;if(_0x4129c8[_0x211bd7(0x19a)][_0x211bd7(0x1c5)]||!_0x4129c8[_0x211bd7(0x19a)][_0x211bd7(0x173)])return!0x1;let _0x1e7f43=!0x1;const _0x5a9e9e=this[_0x211bd7(0x1e5)][_0x211bd7(0x1db)][_0x211bd7(0x1de)](_0x211bd7(0x197))[_0x211bd7(0x18f)]({'skipNotAttached':!0x0})[_0x211bd7(0x17a)](_0x5788a3=>_0x5788a3[_0x211bd7(0x1e4)]&&_0x211bd7(0x179)==_0x5788a3[_0x211bd7(0x1e4)][_0x211bd7(0x178)])[_0x211bd7(0x17a)](_0x3d8cb2=>_0x3d8cb2[_0x211bd7(0x1e4)][_0x211bd7(0x1ed)]&&_0x3d8cb2[_0x211bd7(0x1e4)][_0x211bd7(0x1b2)]);for(const _0x11e474 of _0x5a9e9e)ie(_0x11e474)||(_0x4129c8[_0x211bd7(0x1da)](_0x11e474[_0x211bd7(0x18d)]()),_0x1e7f43=!0x0);return _0x1e7f43;}[_0x5bdb41(0x1f1)](_0x3d6ba0){const _0x392b66=_0x5bdb41;if(_0x3d6ba0[_0x392b66(0x19a)][_0x392b66(0x1c5)]||!_0x3d6ba0[_0x392b66(0x19a)][_0x392b66(0x173)])return!0x1;const _0x421cb8=this[_0x392b66(0x1e5)][_0x392b66(0x1db)][_0x392b66(0x1de)](_0x392b66(0x197));if(_0x421cb8[_0x392b66(0x1dd)][_0x392b66(0x1d6)])return!0x1;let _0x5c24ba=!0x1;const _0x24882e=[_0x392b66(0x1ba),_0x392b66(0x1fc),_0x392b66(0x179),_0x392b66(0x188),_0x392b66(0x1d0),_0x392b66(0x1f5),_0x392b66(0x196)],_0x795f27=this[_0x392b66(0x1e5)][_0x392b66(0x1cc)][_0x392b66(0x1f4)][_0x392b66(0x1ac)][_0x392b66(0x1e9)]()[_0x392b66(0x17a)](_0x5a0c3f=>_0x392b66(0x186)==_0x5a0c3f[_0x392b66(0x16f)])[_0x392b66(0x17a)](_0x376729=>_0x24882e[_0x392b66(0x194)](_0x376729[_0x392b66(0x191)]));if(0x0==_0x795f27[_0x392b66(0x198)])return _0x5c24ba;for(const _0x2b4ff2 of _0x795f27){const _0x3909b3=_0x421cb8[_0x392b66(0x1a2)](_0x2b4ff2[_0x392b66(0x1e7)],_0x392b66(0x186))[_0x392b66(0x17a)](_0xd7b0c4=>!_0xd7b0c4[_0x392b66(0x187)][_0x392b66(0x19f)])[_0x392b66(0x185)](_0x5b6a90=>_0x5b6a90[_0x392b66(0x195)])[_0x392b66(0x17a)](_0x388103=>{const _0x89661d=_0x392b66,_0x162829=_0x421cb8[_0x89661d(0x1ae)](_0x388103);return _0x24882e[_0x89661d(0x194)](_0x162829);});if(_0x3909b3[_0x392b66(0x198)]){for(const _0x317921 of _0x3909b3)_0x3d6ba0[_0x392b66(0x1da)](_0x317921[_0x392b66(0x18d)]());_0x5c24ba=!0x0;}}return _0x5c24ba;}[_0x5bdb41(0x1ef)](_0x10bd91){const _0x3ad26a=_0x5bdb41;if(_0x10bd91[_0x3ad26a(0x19a)][_0x3ad26a(0x1c5)]||!_0x10bd91[_0x3ad26a(0x19a)][_0x3ad26a(0x173)])return!0x1;const _0x98df3a=this[_0x3ad26a(0x1e5)][_0x3ad26a(0x1db)][_0x3ad26a(0x1de)](_0x3ad26a(0x197));let _0x439201=!0x1;const _0x1fd631=[_0x3ad26a(0x1ba),_0x3ad26a(0x1fc),_0x3ad26a(0x179),_0x3ad26a(0x188),_0x3ad26a(0x1d0),_0x3ad26a(0x1f5),_0x3ad26a(0x196)];for(const _0x206198 of _0x98df3a[_0x3ad26a(0x18f)]({'skipNotAttached':!0x0})){const _0x2a3ba1=_0x98df3a[_0x3ad26a(0x1a2)](_0x206198[_0x3ad26a(0x1a0)](),_0x3ad26a(0x186))[_0x3ad26a(0x185)](_0x2c2893=>_0x2c2893[_0x3ad26a(0x195)])[_0x3ad26a(0x17a)](_0x334f91=>_0x334f91[_0x3ad26a(0x1e4)]&&_0x1fd631[_0x3ad26a(0x194)](_0x334f91[_0x3ad26a(0x1e4)][_0x3ad26a(0x178)]));if(!_0x2a3ba1[_0x3ad26a(0x198)])continue;const _0x2299a3=_0x2a3ba1[0x0][_0x3ad26a(0x1ca)][_0x3ad26a(0x1ab)][_0x3ad26a(0x1b3)];if(!_0x2a3ba1[_0x3ad26a(0x1f7)](_0x20561c=>_0x20561c[_0x3ad26a(0x1ab)][_0x3ad26a(0x1b3)]===_0x2299a3)){for(const _0x769166 of _0x2a3ba1)_0x15775f(_0x769166,_0x2299a3)&&(_0x439201=!0x0);}}return _0x439201;function _0x37c77a(_0x2c2885,_0x52c677){const _0x109923=_0x3ad26a;for(const _0x133606 of _0x98df3a[_0x109923(0x18f)]({'skipNotAttached':!0x0})[_0x109923(0x17a)](_0xc977a8=>_0x109923(0x186)==_0xc977a8[_0x109923(0x16f)]&&_0xc977a8[_0x109923(0x1ab)][_0x109923(0x1b3)]==_0x2c2885))_0x133606[_0x109923(0x1b7)](_0x109923(0x1b3),_0x52c677);}function _0x15775f(_0x536930,_0xe3914d){const _0x254700=_0x3ad26a;let _0x364dfc=_0x536930[_0x254700(0x1ca)],_0x491cbb=!0x1;for(;_0x364dfc;)_0x364dfc[_0x254700(0x1ab)][_0x254700(0x1b3)]!=_0xe3914d&&(_0x37c77a(_0x364dfc[_0x254700(0x1ab)][_0x254700(0x1b3)],_0xe3914d),_0x364dfc[_0x254700(0x1b7)](_0x254700(0x1b3),_0xe3914d),_0x491cbb=!0x0),_0x364dfc=_0x364dfc[_0x254700(0x1c2)];return _0x491cbb;}}[_0x5bdb41(0x176)](){const _0x4968c9=_0x5bdb41,_0x2bdbb2=this[_0x4968c9(0x1e5)],_0x3ff79d=_0x2bdbb2[_0x4968c9(0x18a)],_0x259ded=_0x2bdbb2[_0x4968c9(0x1db)][_0x4968c9(0x1de)](_0x4968c9(0x197));this[_0x4968c9(0x1bb)](),_0x259ded[_0x4968c9(0x190)][_0x4968c9(0x1cd)](_0x4968c9(0x1bc),_0x4968c9(0x1ce),_0x4968c9(0x16e),function(_0x86710f,_0x52e455){const _0x1bd193=_0x4968c9,_0x99a05e=[];for(let _0x1db130 of _0x86710f)_0x1db130[_0x1bd193(0x180)][_0x1bd193(0x17c)]===_0x1db130[_0x1bd193(0x1c9)][_0x1bd193(0x1d4)]&&(_0x1db130=_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x1be)](_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x19c)](_0x1db130[_0x1bd193(0x180)][_0x1bd193(0x17c)],0x0))),_0x99a05e[_0x1bd193(0x1d3)](_0x1db130);_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x1c8)](_0xbefb1b=>{const _0x49e4db=_0x1bd193,_0x598579=_0x2bdbb2[_0x49e4db(0x1cc)][_0x49e4db(0x1f4)][_0x49e4db(0x189)],_0x3c3f95=Array[_0x49e4db(0x19d)](_0x598579[_0x49e4db(0x16c)]())[_0x49e4db(0x185)](_0x114d9f=>_0x15a51d[_0x49e4db(0x1fa)](_0x114d9f));_0xbefb1b[_0x49e4db(0x1a7)](_0x99a05e),_0x2bdbb2[_0x49e4db(0x1fe)][_0x49e4db(0x1de)](_0x52e455[_0x49e4db(0x1a5)])[_0x49e4db(0x1bf)](),_0x52e455[_0x49e4db(0x1cf)][_0x49e4db(0x1d3)]({'forceDefaultExecution':!0x0}),_0x2bdbb2[_0x49e4db(0x1fb)](_0x52e455[_0x49e4db(0x1a5)],..._0x52e455[_0x49e4db(0x1cf)]),_0xbefb1b[_0x49e4db(0x1a7)](_0x3c3f95);for(const _0x26c6d9 of _0x3c3f95)_0x26c6d9[_0x49e4db(0x1eb)]();});}),_0x259ded[_0x4968c9(0x1f3)][_0x4968c9(0x1d8)](function(_0x34133d){const _0x12493c=_0x4968c9,_0x1cb12f=!_0x2bdbb2[_0x12493c(0x1cc)][_0x12493c(0x1f2)][_0x12493c(0x1b4)](_0x34133d),_0x15041f=_0x34133d[_0x12493c(0x171)],_0x3f7a21=_0x34133d[_0x12493c(0x19b)],_0x3944f0=_0x34133d[_0x12493c(0x1ea)](_0x12493c(0x179)),_0x56d8b8=!_0x15041f||_0x15041f[_0x12493c(0x1ea)](_0x12493c(0x179))!==_0x3944f0,_0x8ba4af=!_0x3f7a21||_0x3f7a21[_0x12493c(0x1ea)](_0x12493c(0x179))!==_0x3944f0;return _0x1cb12f&&Boolean(_0x3944f0)&&_0x56d8b8&&_0x8ba4af;},_0x17d579=>_0x2d159e(_0x3ff79d,_0x4968c9(0x1fd),_0x17d579));}[_0x5bdb41(0x1bb)](){const _0x47bde5=_0x5bdb41,_0xb29f7=this[_0x47bde5(0x1e5)],_0x1cf2bf=_0xb29f7[_0x47bde5(0x18a)];function _0x444280(_0x569a71){const _0x4ba5c4=_0x47bde5,_0x147708=_0xb29f7[_0x4ba5c4(0x1fe)][_0x4ba5c4(0x1de)](_0x4ba5c4(0x1a8))[_0x4ba5c4(0x1d6)],_0x10080d=_0xb29f7[_0x4ba5c4(0x1fe)][_0x4ba5c4(0x1de)](_0x4ba5c4(0x1b0))[_0x4ba5c4(0x1d6)];return _0x4ba5c4(0x1b0)===_0x569a71?_0x147708:_0x10080d;}_0xb29f7[_0x47bde5(0x1db)][_0x47bde5(0x1de)](_0x47bde5(0x197))[_0x47bde5(0x1f3)][_0x47bde5(0x1ad)](function(_0x261505){const _0x4409cd=_0x47bde5;if(_0x4409cd(0x1bc)!=_0x261505[_0x4409cd(0x16f)])return;const {data:_0x20289a}=_0x261505;if(!_0x20289a)return;let _0x1d589f,_0x58dbd3,_0x453607,_0xeaa086;switch(_0x20289a[_0x4409cd(0x1a5)]){case _0x4409cd(0x1a8):_0x453607=_0x20289a[_0x4409cd(0x1cf)][0x0][_0x4409cd(0x16d)],_0xeaa086=_0x444280(_0x20289a[_0x4409cd(0x1a5)]),_0x1d589f=_0x453607?_0x4409cd(0x170):_0x4409cd(0x1e6),!_0xeaa086&&_0xb29f7[_0x4409cd(0x1b9)][_0x4409cd(0x1de)](_0x4409cd(0x1bd))||(_0x1d589f=_0x4409cd(0x1c0)),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1e1)))};break;case _0x4409cd(0x1b0):_0x453607=_0x20289a[_0x4409cd(0x1cf)][0x0][_0x4409cd(0x16d)],_0xeaa086=_0x444280(_0x20289a[_0x4409cd(0x1a5)]),_0x1d589f=_0x453607?_0x4409cd(0x170):_0x4409cd(0x1e6),!_0xeaa086&&_0xb29f7[_0x4409cd(0x1b9)][_0x4409cd(0x1de)](_0x4409cd(0x1bd))||(_0x1d589f=_0x4409cd(0x1c0)),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1d5)))};break;case _0x4409cd(0x193):_0x1d589f=_0x4409cd(0x175),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd)))};break;case _0x4409cd(0x1b8):_0x1d589f=function(_0x117686){const _0x25c58c=_0x4409cd,_0x2cd804=_0x117686[_0x25c58c(0x1a0)]();let _0x49606b=_0x2cd804[_0x25c58c(0x180)][_0x25c58c(0x17c)];for(;_0x49606b&&_0x2cd804[_0x25c58c(0x1c6)](_0x49606b);){if(_0x49606b[_0x25c58c(0x1ea)](_0x25c58c(0x188))>0x0)return!0x1;_0x49606b=_0x49606b[_0x25c58c(0x19b)];}return!0x0;}(_0x261505)?_0x2d159e(_0x1cf2bf,_0x4409cd(0x1e6),_0x2d159e(_0x1cf2bf,function(_0xc5fe5f){const _0x3c0cdb=_0x4409cd;return _0x3c0cdb(0x1c1)+_0xc5fe5f[_0x3c0cdb(0x1a0)]()[_0x3c0cdb(0x180)][_0x3c0cdb(0x17c)][_0x3c0cdb(0x1ea)](_0x3c0cdb(0x1ba))[_0x3c0cdb(0x177)]()+_0x3c0cdb(0x182);}(_0x261505))):_0x2d159e(_0x1cf2bf,_0x4409cd(0x1f8),_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd))),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x1d589f};break;case _0x4409cd(0x183):case _0x4409cd(0x1e8):!0x1===_0x20289a[_0x4409cd(0x184)]&&(_0x1d589f=_0x4409cd(0x1b1),_0x58dbd3={'type':_0x4409cd(0x181),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd)))});}return _0x58dbd3;});}}function ie(_0x136f13){const _0x3a3b20=_0x5bdb41;let _0x1fa63b=_0x136f13[_0x3a3b20(0x1a0)]()[_0x3a3b20(0x180)][_0x3a3b20(0x17c)][_0x3a3b20(0x171)];for(;_0x1fa63b;){const _0x23e6f7=_0x1fa63b[_0x3a3b20(0x1ea)](_0x3a3b20(0x179));if(!_0x23e6f7)return!0x1;if(_0x23e6f7==_0x136f13[_0x3a3b20(0x1e4)][_0x3a3b20(0x1ed)])return _0x3a3b20(0x1ed);if(_0x23e6f7==_0x136f13[_0x3a3b20(0x1e4)][_0x3a3b20(0x1b2)])return _0x3a3b20(0x1b2);_0x1fa63b=_0x1fa63b[_0x3a3b20(0x171)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4bca63=_0x3da0;function _0x1751(){const _0x174a42=['includes','key','formatBlock','upper-roman','list.properties','listType','disc','listReversed','plugins','registerDescriptionCallback','editor','getAttribute','946764wAwPAB','ELEMENT_','_LIST_','listStart','numbered','*Format:*\x20set\x20start\x20index\x20to\x20%0','registerAttributeLabel','suggestion','commandParams','attribute','decimal','2867824ClOVNL','2pQNlzm','removeMarker','bind','getFirstRange','type','nodeAfter','_findSuggestions','circle','68dqrLZh','1328467rOfRwB','_descriptionFactory','_enableDefaultAttributesIntegration','toUpperCase','has','*Format:*\x20set\x20order\x20to\x20regular','decimal-leading-zero','getFirstMarker','73933zxMOXi','format','registerPostFixer','get','oldValue','FORMAT_LIST_REVERSED','TrackChangesEditing','styles','startIndex','newValue','next','*Remove\x20format:*\x20%0','ListPropertiesEditing','lower-roman','*Change\x20to:*\x20%0','document','square','12OjTBIp','model','head','_registerLegacyDescription','listStyle','handleDescriptions','7190649Dvtpkw','*Format:*\x20set\x20order\x20to\x20reversed','isUndo','start','lower-latin','*Set\x20format:*\x20%0','data','batch','_getAttributeKey','find','_LIST_DEFAULT','commandName','10651570uMHsok','afterInit','filter','FORMAT_LIST_START','config','118780GcUqQj','reversed','replace','_getTranslationKeyForListStyle','default','getSuggestions','bulleted','locale','upper-latin'];_0x1751=function(){return _0x174a42;};return _0x1751();}(function(_0x3e27fc,_0x20ce40){const _0x1c07ea=_0x3da0,_0x25355b=_0x3e27fc();while(!![]){try{const _0x36dff9=-parseInt(_0x1c07ea(0x1c5))/0x1*(parseInt(_0x1c07ea(0x20e))/0x2)+-parseInt(_0x1c07ea(0x202))/0x3+parseInt(_0x1c07ea(0x216))/0x4*(parseInt(_0x1c07ea(0x1ed))/0x5)+-parseInt(_0x1c07ea(0x1d6))/0x6*(-parseInt(_0x1c07ea(0x217))/0x7)+parseInt(_0x1c07ea(0x20d))/0x8+parseInt(_0x1c07ea(0x1dc))/0x9+-parseInt(_0x1c07ea(0x1e8))/0xa;if(_0x36dff9===_0x20ce40)break;else _0x25355b['push'](_0x25355b['shift']());}catch(_0xce43ff){_0x25355b['push'](_0x25355b['shift']());}}}(_0x1751,0x76b1f));import{Plugin as _0x30a2a9}from'ckeditor5/src/core.js';function _0x3da0(_0x4da2d1,_0x313d08){const _0x17519a=_0x1751();return _0x3da0=function(_0x3da016,_0x17819b){_0x3da016=_0x3da016-0x1c4;let _0x17ca86=_0x17519a[_0x3da016];return _0x17ca86;},_0x3da0(_0x4da2d1,_0x313d08);}import{getTranslation as _0x3b39ae}from'../utils/common-translations.js';export default class se extends _0x30a2a9{[_0x4bca63(0x1e9)](){const _0x416e36=_0x4bca63;if(!this[_0x416e36(0x200)][_0x416e36(0x1fe)][_0x416e36(0x21b)](_0x416e36(0x1d1)))return;const _0x27b84d=this[_0x416e36(0x200)][_0x416e36(0x1ec)][_0x416e36(0x1c8)](_0x416e36(0x1fa)),_0x1e1840=this[_0x416e36(0x200)][_0x416e36(0x1fe)][_0x416e36(0x1c8)](_0x416e36(0x1cb));_0x27b84d[_0x416e36(0x1cc)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x1da),[],[_0x416e36(0x1da)]),_0x27b84d[_0x416e36(0x1ee)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x1fd),[],[_0x416e36(0x1fd)]),_0x27b84d[_0x416e36(0x1cd)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x205),[],[_0x416e36(0x205)]);const _0x42a1ca={'type':_0x416e36(0x1c6),'content':''};_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](this[_0x416e36(0x1db)][_0x416e36(0x210)](this));const _0x3990bc=this[_0x416e36(0x200)][_0x416e36(0x1f4)];_0x1e1840[_0x416e36(0x218)][_0x416e36(0x208)](_0x416e36(0x1fd),_0x3b39ae(_0x3990bc,_0x416e36(0x1ca))),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](_0x3cde09=>{const _0x2d624b=_0x416e36,{data:_0x2bb110}=_0x3cde09;if(_0x2bb110&&_0x2d624b(0x1fd)==_0x2bb110[_0x2d624b(0x1f7)])return null==_0x2bb110[_0x2d624b(0x1ce)]||0x0==_0x2bb110[_0x2d624b(0x1ce)]&&null==_0x2bb110[_0x2d624b(0x1c9)]?_0x42a1ca:void 0x0;}),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x208)](_0x416e36(0x205),_0x3b39ae(_0x3990bc,_0x416e36(0x1eb))),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](_0xbd4e64=>{const _0x2ea737=_0x416e36,{data:_0x41732e}=_0xbd4e64;if(_0x41732e&&_0x2ea737(0x205)==_0x41732e[_0x2ea737(0x1f7)])return null==_0x41732e[_0x2ea737(0x1ce)]||0x1==_0x41732e[_0x2ea737(0x1ce)]&&null==_0x41732e[_0x2ea737(0x1c9)]?_0x42a1ca:void 0x0;}),this[_0x416e36(0x200)][_0x416e36(0x1d7)][_0x416e36(0x1d4)][_0x416e36(0x1c7)](_0x1af179=>{const _0x516d44=_0x416e36;if(_0x1af179[_0x516d44(0x1e3)][_0x516d44(0x1de)])return!0x1;let _0x27309c=!0x1;const _0xb90621=_0x1e1840[_0x516d44(0x1f2)]({'skipNotAttached':!0x0})[_0x516d44(0x1ea)](_0x45970e=>{const _0x176733=_0x516d44,_0x25bd7d=_0x1e1840[_0x176733(0x1e4)](_0x45970e);return _0x176733(0x205)==_0x25bd7d||_0x176733(0x1fd)==_0x25bd7d;});for(const _0x5d4769 of _0xb90621){if(_0x516d44(0x206)==_0x5d4769[_0x516d44(0x211)]()[_0x516d44(0x1df)][_0x516d44(0x213)][_0x516d44(0x201)](_0x516d44(0x1fb)))continue;_0x1e1840[_0x516d44(0x214)](_0x5d4769[_0x516d44(0x211)](),_0x516d44(0x20b))[_0x516d44(0x1e5)](_0x128dec=>_0x516d44(0x1fb)==_0x1e1840[_0x516d44(0x1e4)](_0x128dec[_0x516d44(0x209)]))||(_0x1af179[_0x516d44(0x20f)](_0x5d4769[_0x516d44(0x1c4)]()),_0x27309c=!0x0);}return _0x27309c;}),this[_0x416e36(0x1d9)]();}[_0x4bca63(0x1db)](_0x5d0794){const _0x93b244=_0x4bca63,_0x1ab66f=this[_0x93b244(0x200)][_0x93b244(0x1f4)],{data:_0x445f4c}=_0x5d0794,_0x25bb60={'type':_0x93b244(0x1c6),'content':''};if(!_0x445f4c||_0x93b244(0x1da)!=_0x445f4c[_0x93b244(0x1f7)])return;if(!_0x445f4c[_0x93b244(0x1c9)])return _0x93b244(0x1f1)==_0x445f4c[_0x93b244(0x1ce)]?_0x25bb60:{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1ce)])))};if(!_0x445f4c[_0x93b244(0x1ce)]){if(_0x93b244(0x1f1)==_0x445f4c[_0x93b244(0x1c9)])return _0x25bb60;let _0x55c18e=_0x5d0794[_0x93b244(0x1d8)];for(;_0x55c18e;){if(_0x55c18e[_0x93b244(0x1e2)]&&_0x93b244(0x1fb)==_0x55c18e[_0x93b244(0x1e2)][_0x93b244(0x1f7)]&&_0x55c18e[_0x93b244(0x1e2)][_0x93b244(0x1ce)])return _0x25bb60;_0x55c18e=_0x55c18e[_0x93b244(0x1cf)];}return{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1d0),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1c9)])))};}if(_0x93b244(0x1f1)!=_0x445f4c[_0x93b244(0x1ce)])return{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1ce)])))};let _0x186764=_0x5d0794[_0x93b244(0x1d8)];for(;_0x186764;){if(_0x186764[_0x93b244(0x1e2)]&&_0x93b244(0x1fb)==_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1f7)]&&_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1ce)]&&_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1c9)])return _0x25bb60;_0x186764=_0x186764[_0x93b244(0x1cf)];}const _0x220f50=_0x5d0794[_0x93b244(0x211)]()[_0x93b244(0x1df)][_0x93b244(0x213)][_0x93b244(0x201)](_0x93b244(0x1fb));return{'type':_0x93b244(0x1c6),'content':_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,_0x93b244(0x203)+_0x220f50[_0x93b244(0x21a)]()+_0x93b244(0x1e6)))};}[_0x4bca63(0x1d9)](){const _0x2e923d=_0x4bca63,_0x340e11=this[_0x2e923d(0x200)],_0x5095eb=_0x340e11[_0x2e923d(0x1f4)];_0x340e11[_0x2e923d(0x1fe)][_0x2e923d(0x1c8)](_0x2e923d(0x1cb))[_0x2e923d(0x218)][_0x2e923d(0x1ff)](_0x5972c7=>{const _0x15452f=_0x2e923d;if(_0x15452f(0x1f8)!=_0x5972c7[_0x15452f(0x212)])return;const {data:_0x4fa9b5}=_0x5972c7;if(!_0x4fa9b5)return;let _0x4e618d,_0x4cdc9e;switch(_0x4fa9b5[_0x15452f(0x1e7)]){case _0x15452f(0x1da):_0x4e618d=_0x15452f(0x1d3),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d,_0x3b39ae(_0x5095eb,this[_0x15452f(0x1f0)](_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x212)])))};break;case _0x15452f(0x1fd):_0x4e618d=_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x1ee)]?_0x15452f(0x1dd):_0x15452f(0x21c),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d)};break;case _0x15452f(0x205):_0x4e618d=_0x15452f(0x207),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d,_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x1cd)])};}return _0x4cdc9e;});}[_0x4bca63(0x1f0)](_0x48f30e){const _0x315306=_0x4bca63;return _0x315306(0x203)+function(_0x3250ba){const _0x5ea3e4=_0x315306;if(ae[_0x5ea3e4(0x1f6)](_0x3250ba))return _0x5ea3e4(0x1f3);if(le[_0x5ea3e4(0x1f6)](_0x3250ba))return _0x5ea3e4(0x206);return null;}(_0x48f30e)[_0x315306(0x21a)]()+_0x315306(0x204)+_0x48f30e[_0x315306(0x21a)]()[_0x315306(0x1ef)](/-/g,'_');}}const ae=[_0x4bca63(0x1fc),_0x4bca63(0x215),_0x4bca63(0x1d5)],le=[_0x4bca63(0x20c),_0x4bca63(0x21d),_0x4bca63(0x1d2),_0x4bca63(0x1f9),_0x4bca63(0x1e0),_0x4bca63(0x1f5)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x7305db=_0x1e92;(function(_0xd73fad,_0x9e6b35){const _0x4270fa=_0x1e92,_0xd7655=_0xd73fad();while(!![]){try{const _0x3f04ee=parseInt(_0x4270fa(0x11c))/0x1*(parseInt(_0x4270fa(0x113))/0x2)+-parseInt(_0x4270fa(0x11e))/0x3*(-parseInt(_0x4270fa(0x110))/0x4)+-parseInt(_0x4270fa(0x118))/0x5*(parseInt(_0x4270fa(0x11a))/0x6)+parseInt(_0x4270fa(0x12b))/0x7*(parseInt(_0x4270fa(0x111))/0x8)+-parseInt(_0x4270fa(0x119))/0x9*(-parseInt(_0x4270fa(0x10e))/0xa)+parseInt(_0x4270fa(0x109))/0xb*(parseInt(_0x4270fa(0x10b))/0xc)+-parseInt(_0x4270fa(0x126))/0xd;if(_0x3f04ee===_0x9e6b35)break;else _0xd7655['push'](_0xd7655['shift']());}catch(_0x4cd2f7){_0xd7655['push'](_0xd7655['shift']());}}}(_0xdacd,0x35c82));function _0xdacd(){const _0x3273d=['112GwbiuI','createEmptyElement','2KXpzvi','MediaEmbedEditing','data','conversion','options','5XrYsqW','249966eJtyRh','473202ZsszEi','showSuggestionHighlights','346647SCbfmf','dataDowncast','7389NoCFUp','TrackChangesEditing','elementToElement','has','div','high','stop','attribute:url:media','10484851hhtdND','locale','editor','for','plugins','17752ZxTHMe','mediaEmbed','get','media','_descriptionFactory','enableCommand','22FELpMs','ELEMENT_MEDIA','327576oHWbYK','registerElementLabel','downcastDispatcher','130VmHIQf','afterInit','500PvAszQ'];_0xdacd=function(){return _0x3273d;};return _0xdacd();}import{Plugin as _0x4e14b}from'ckeditor5/src/core.js';import{getTranslation as _0x3887b0}from'../utils/common-translations.js';function _0x1e92(_0x4d8cd5,_0x3a7a87){const _0xdacd5=_0xdacd();return _0x1e92=function(_0x1e92d2,_0x25fc06){_0x1e92d2=_0x1e92d2-0x109;let _0x3101f8=_0xdacd5[_0x1e92d2];return _0x3101f8;},_0x1e92(_0x4d8cd5,_0x3a7a87);}export default class ft extends _0x4e14b{[_0x7305db(0x10f)](){const _0x24447a=_0x7305db,_0x10854e=this[_0x24447a(0x128)];if(!_0x10854e[_0x24447a(0x12a)][_0x24447a(0x121)](_0x24447a(0x114)))return;const _0x2a5680=_0x10854e[_0x24447a(0x12a)][_0x24447a(0x12d)](_0x24447a(0x11f)),_0x1ad423=_0x10854e[_0x24447a(0x127)];_0x2a5680[_0x24447a(0x130)](_0x24447a(0x12c)),_0x2a5680[_0x24447a(0x12f)][_0x24447a(0x10c)](_0x24447a(0x12e),_0x489071=>_0x3887b0(_0x1ad423,_0x24447a(0x10a),_0x489071)),_0x10854e[_0x24447a(0x116)][_0x24447a(0x129)](_0x24447a(0x11d))[_0x24447a(0x120)]({'model':_0x24447a(0x12e),'view':(_0x41ec95,{writer:_0x39f821,options:_0x5552f7})=>{const _0x186a4a=_0x24447a;if(_0x5552f7[_0x186a4a(0x11b)])return _0x39f821[_0x186a4a(0x112)](_0x186a4a(0x122));},'converterPriority':_0x24447a(0x123)}),_0x10854e[_0x24447a(0x115)][_0x24447a(0x10d)]['on'](_0x24447a(0x125),(_0x26c384,_0x3c3401,_0x399274)=>{const _0x161af0=_0x24447a;_0x399274[_0x161af0(0x117)][_0x161af0(0x11b)]&&_0x26c384[_0x161af0(0x124)]();},{'priority':_0x24447a(0x123)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x15aca4=_0x1c88;(function(_0x59578e,_0x35d563){const _0x12abfe=_0x1c88,_0x5148f4=_0x59578e();while(!![]){try{const _0x5c5adf=-parseInt(_0x12abfe(0x130))/0x1+-parseInt(_0x12abfe(0x13b))/0x2+-parseInt(_0x12abfe(0x135))/0x3+-parseInt(_0x12abfe(0x131))/0x4*(-parseInt(_0x12abfe(0x138))/0x5)+parseInt(_0x12abfe(0x136))/0x6+-parseInt(_0x12abfe(0x13e))/0x7+parseInt(_0x12abfe(0x12e))/0x8;if(_0x5c5adf===_0x35d563)break;else _0x5148f4['push'](_0x5148f4['shift']());}catch(_0x242930){_0x5148f4['push'](_0x5148f4['shift']());}}}(_0x4ecc,0x4bb1d));function _0x4ecc(){const _0x2f38d0=['115648KKqYDs','MentionEditing','editor','has','1637454jgLFHq','3540186lwknkt','enableCommand','65bFlMue','mention','get','1166094WZhYHJ','afterInit','plugins','434602wTAfXb','8481632UnyIkJ','TrackChangesEditing','525095HHzPOv'];_0x4ecc=function(){return _0x2f38d0;};return _0x4ecc();}function _0x1c88(_0x4d992b,_0xd1ea21){const _0x4ecc4d=_0x4ecc();return _0x1c88=function(_0x1c884a,_0x5225b6){_0x1c884a=_0x1c884a-0x12e;let _0x3a86dd=_0x4ecc4d[_0x1c884a];return _0x3a86dd;},_0x1c88(_0x4d992b,_0xd1ea21);}import{Plugin as _0x2b5626}from'ckeditor5/src/core.js';export default class gt extends _0x2b5626{[_0x15aca4(0x13c)](){const _0x5ac87d=_0x15aca4,_0x10c43e=this[_0x5ac87d(0x133)];_0x10c43e[_0x5ac87d(0x13d)][_0x5ac87d(0x134)](_0x5ac87d(0x132))&&_0x10c43e[_0x5ac87d(0x13d)][_0x5ac87d(0x13a)](_0x5ac87d(0x12f))[_0x5ac87d(0x137)](_0x5ac87d(0x139));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x365711=_0x6ded;(function(_0x87cf9e,_0x1e6042){const _0x17f7f1=_0x6ded,_0x5050d1=_0x87cf9e();while(!![]){try{const _0x43eac1=-parseInt(_0x17f7f1(0xe3))/0x1+parseInt(_0x17f7f1(0xf1))/0x2+parseInt(_0x17f7f1(0xe9))/0x3+parseInt(_0x17f7f1(0xed))/0x4+-parseInt(_0x17f7f1(0xe1))/0x5+parseInt(_0x17f7f1(0xe6))/0x6+-parseInt(_0x17f7f1(0xea))/0x7;if(_0x43eac1===_0x1e6042)break;else _0x5050d1['push'](_0x5050d1['shift']());}catch(_0x5aa193){_0x5050d1['push'](_0x5050d1['shift']());}}}(_0x49ad,0x4acb2));import{Plugin as _0x5d4fce}from'ckeditor5/src/core.js';function _0x49ad(){const _0xec49f3=['enableCommand','ELEMENT_PAGE_BREAK','484460jXmCwa','get','370861JPkjVQ','plugins','PageBreakEditing','3253056DLNDCB','_descriptionFactory','pageBreak','815319zWGwSJ','5998566rCSDwd','has','TrackChangesEditing','1340812vKFRqz','editor','afterInit','registerElementLabel','963786qssVuX','locale'];_0x49ad=function(){return _0xec49f3;};return _0x49ad();}import{getTranslation as _0x5c3d72}from'../utils/common-translations.js';function _0x6ded(_0x30858d,_0x43e2b9){const _0x49ad6d=_0x49ad();return _0x6ded=function(_0x6ded06,_0x440471){_0x6ded06=_0x6ded06-0xde;let _0x3da520=_0x49ad6d[_0x6ded06];return _0x3da520;},_0x6ded(_0x30858d,_0x43e2b9);}export default class lt extends _0x5d4fce{[_0x365711(0xef)](){const _0x147c61=_0x365711,_0x33f14a=this[_0x147c61(0xee)];if(!_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xeb)](_0x147c61(0xe5)))return;_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xe2)](_0x147c61(0xec))[_0x147c61(0xdf)](_0x147c61(0xe8));const _0x57365f=_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xe2)](_0x147c61(0xec)),_0x32c571=_0x33f14a[_0x147c61(0xde)];_0x57365f[_0x147c61(0xe7)][_0x147c61(0xf0)](_0x147c61(0xe8),_0xed613a=>_0x5c3d72(_0x32c571,_0x147c61(0xe0),_0xed613a));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2d08(){const _0x4d052b=['$text','checkChild','_enableDefaultAttributesIntegration','editing','18oFhbjJ','registerElementLabel','ck-suggestion-marker--active','getFirstRange','ck-suggestion-marker-split','enableCommand','editor','7xQZuMj','commandName','downcastDispatcher','insert','*Change\x20to:*\x20%0','17993268CCkcMt','addMarker:suggestion:insertion','4153146eEVVGq','writer','format','7032700INqpns','toViewPosition','model','insertion','registerDescriptionCallback','430550iItSTt','span','isTouching','addClass','430914TkJlJB','consume','createUIElement','includes','460368FrrCiK','formatBlock','_registerLegacyDescription','name','2283704WuJNOX','consumable','plugins','type','data','getItemLabel','showSuggestionHighlights','markerName','schema','insertParagraph','TrackChangesEditing','_descriptionFactory','Paragraph','nodeAfter','get','end','has','mapper','isLimit','afterInit','activeMarkers','options','isBlock','paragraph','locale','markerRange','bindElementToMarker','highest','*Insert:*\x20%0','ELEMENT_PARAGRAPH','start'];_0x2d08=function(){return _0x4d052b;};return _0x2d08();}const _0x407698=_0x5dca;(function(_0x404566,_0x435e23){const _0x23202f=_0x5dca,_0x597c6d=_0x404566();while(!![]){try{const _0x403169=parseInt(_0x23202f(0xe9))/0x1+parseInt(_0x23202f(0xed))/0x2*(parseInt(_0x23202f(0x118))/0x3)+parseInt(_0x23202f(0xf5))/0x4+parseInt(_0x23202f(0xe4))/0x5+-parseInt(_0x23202f(0xe1))/0x6*(parseInt(_0x23202f(0x11f))/0x7)+-parseInt(_0x23202f(0xf1))/0x8+-parseInt(_0x23202f(0xdf))/0x9;if(_0x403169===_0x435e23)break;else _0x597c6d['push'](_0x597c6d['shift']());}catch(_0x642ea2){_0x597c6d['push'](_0x597c6d['shift']());}}}(_0x2d08,0xe85d9));import{Plugin as _0x281a69}from'ckeditor5/src/core.js';import{getTranslation as _0x1e75d2}from'../utils/common-translations.js';function _0x5dca(_0x4c8593,_0x39f2c0){const _0x2d0802=_0x2d08();return _0x5dca=function(_0x5dcabd,_0xf8c49e){_0x5dcabd=_0x5dcabd-0xdf;let _0x2e79fd=_0x2d0802[_0x5dcabd];return _0x2e79fd;},_0x5dca(_0x4c8593,_0x39f2c0);}export default class mt extends _0x281a69{[_0x407698(0x108)](){const _0x58226d=_0x407698,_0x17db84=this[_0x58226d(0x11e)];if(!_0x17db84[_0x58226d(0xf7)][_0x58226d(0x105)](_0x58226d(0x101)))return;const _0x13a482=_0x17db84[_0x58226d(0x10d)],_0x4a2142=_0x17db84[_0x58226d(0xf7)][_0x58226d(0x103)](_0x58226d(0xff));_0x4a2142[_0x58226d(0x100)][_0x58226d(0x119)](_0x58226d(0x10c),_0x1999ef=>_0x1e75d2(_0x13a482,_0x58226d(0x112),_0x1999ef)),_0x4a2142[_0x58226d(0x116)](_0x58226d(0x10c)),_0x4a2142[_0x58226d(0x11d)](_0x58226d(0xfe)),_0x17db84[_0x58226d(0x117)][_0x58226d(0x121)]['on'](_0x58226d(0xe0),nr(_0x17db84),{'priority':_0x58226d(0x110)}),_0x17db84[_0x58226d(0xf9)][_0x58226d(0x121)]['on'](_0x58226d(0xe0),(_0x29f288,_0x44f77e,_0x168cc1)=>{const _0x5a8a5a=_0x58226d;_0x168cc1[_0x5a8a5a(0x10a)][_0x5a8a5a(0xfb)]&&nr(_0x17db84,{'showActiveMarker':!0x1})(_0x29f288,_0x44f77e,_0x168cc1);},{'priority':_0x58226d(0x110)});const _0x26107d=_0x4a2142[_0x58226d(0x100)];_0x26107d[_0x58226d(0xe8)](_0x2b5733=>{const _0x1050b9=_0x58226d;if(_0x1050b9(0xe7)!==_0x2b5733[_0x1050b9(0xf8)])return;const {start:_0x441925,end:_0x17cbe7}=_0x2b5733[_0x1050b9(0x11b)]();if(!_0x441925[_0x1050b9(0xeb)](_0x17cbe7)||!_0x441925[_0x1050b9(0x102)])return;const _0x122912=_0x17db84[_0x1050b9(0xe6)][_0x1050b9(0xfd)],_0x5c626f=_0x441925[_0x1050b9(0x102)];return _0x122912[_0x1050b9(0x10b)](_0x5c626f)&&!_0x122912[_0x1050b9(0x107)](_0x5c626f)&&_0x122912[_0x1050b9(0x115)](_0x5c626f,_0x1050b9(0x114))?{'type':_0x1050b9(0xe7),'content':_0x1e75d2(_0x13a482,_0x1050b9(0x111),_0x26107d[_0x1050b9(0xfa)](_0x5c626f,0x1))}:void 0x0;}),this[_0x58226d(0xf3)]();}[_0x407698(0xf3)](){const _0x338f7c=_0x407698,_0x473aa8=this[_0x338f7c(0x11e)],_0x3cc967=_0x473aa8[_0x338f7c(0x10d)];_0x473aa8[_0x338f7c(0xf7)][_0x338f7c(0x103)](_0x338f7c(0xff))[_0x338f7c(0x100)][_0x338f7c(0xe8)](_0x5d3aae=>{const _0x3f5d4c=_0x338f7c;if(_0x3f5d4c(0xf2)!=_0x5d3aae[_0x3f5d4c(0xf8)])return;const {data:_0x2253bc}=_0x5d3aae;return _0x2253bc&&_0x3f5d4c(0x10c)==_0x2253bc[_0x3f5d4c(0x120)]?{'type':_0x3f5d4c(0xe3),'content':_0x1e75d2(_0x3cc967,_0x3f5d4c(0x123),_0x1e75d2(_0x3cc967,_0x3f5d4c(0x112)))}:void 0x0;});}}function nr(_0x41b8e2,{showActiveMarker:_0x2d658f=!0x0}={}){return(_0x4d4f22,_0x404e73,_0x57e10f)=>{const _0x1369ec=_0x5dca,_0x36ad61=_0x41b8e2[_0x1369ec(0xf7)][_0x1369ec(0x103)](_0x1369ec(0xff)),_0x4dab79=_0x404e73[_0x1369ec(0x10e)][_0x1369ec(0x113)],_0xf07581=_0x404e73[_0x1369ec(0x10e)][_0x1369ec(0x104)],_0x8de8e1=_0x41b8e2[_0x1369ec(0xe6)][_0x1369ec(0xfd)];if(!_0x4dab79[_0x1369ec(0xeb)](_0xf07581)||!_0x4dab79[_0x1369ec(0x102)])return;const _0x2d7b5d=_0x4dab79[_0x1369ec(0x102)];if(_0x8de8e1[_0x1369ec(0x10b)](_0x2d7b5d)&&!_0x8de8e1[_0x1369ec(0x107)](_0x2d7b5d)&&_0x8de8e1[_0x1369ec(0x115)](_0x2d7b5d,_0x1369ec(0x114))){if(!_0x57e10f[_0x1369ec(0xf6)][_0x1369ec(0xee)](_0x404e73[_0x1369ec(0x10e)],_0x4d4f22[_0x1369ec(0xf4)]))return;const _0x591f84=_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0xef)](_0x1369ec(0xea),{'class':_0x1369ec(0x11c)}),_0x2bb0c8=_0x57e10f[_0x1369ec(0x106)][_0x1369ec(0xe5)](_0xf07581);_0x2d658f&&_0x36ad61[_0x1369ec(0x109)][_0x1369ec(0xf0)](_0x404e73[_0x1369ec(0xfc)])&&_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0xec)](_0x1369ec(0x11a),_0x591f84),_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0x122)](_0x2bb0c8,_0x591f84),_0x57e10f[_0x1369ec(0x106)][_0x1369ec(0x10f)](_0x591f84,_0x404e73[_0x1369ec(0xfc)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3fe824=_0x5f39;function _0x5f39(_0x127788,_0x1ec9d1){const _0x1ff161=_0x1ff1();return _0x5f39=function(_0x5f3968,_0x3661d4){_0x5f3968=_0x5f3968-0x8b;let _0xdc779a=_0x1ff161[_0x5f3968];return _0xdc779a;},_0x5f39(_0x127788,_0x1ec9d1);}(function(_0x4928bd,_0x4b6e1b){const _0x254af5=_0x5f39,_0x2e405e=_0x4928bd();while(!![]){try{const _0x22c46a=parseInt(_0x254af5(0x9d))/0x1*(-parseInt(_0x254af5(0x97))/0x2)+-parseInt(_0x254af5(0x95))/0x3+parseInt(_0x254af5(0xa2))/0x4*(-parseInt(_0x254af5(0x9a))/0x5)+-parseInt(_0x254af5(0xa7))/0x6+-parseInt(_0x254af5(0x90))/0x7*(-parseInt(_0x254af5(0x9c))/0x8)+-parseInt(_0x254af5(0x91))/0x9*(parseInt(_0x254af5(0xa5))/0xa)+parseInt(_0x254af5(0x96))/0xb;if(_0x22c46a===_0x4b6e1b)break;else _0x2e405e['push'](_0x2e405e['shift']());}catch(_0x18932a){_0x2e405e['push'](_0x2e405e['shift']());}}}(_0x1ff1,0x47749));import{Plugin as _0x3afe12}from'ckeditor5/src/core.js';import{getTranslation as _0x44f111}from'../utils/common-translations.js';export default class dt extends _0x3afe12{[_0x3fe824(0xa1)](){const _0x459335=_0x3fe824,_0x5df71d=this[_0x459335(0xa0)];if(!_0x5df71d[_0x459335(0xa8)][_0x459335(0x94)](_0x459335(0xa3)))return;_0x5df71d[_0x459335(0xa8)][_0x459335(0x9e)](_0x459335(0x92))[_0x459335(0x93)](_0x459335(0x9b)),this[_0x459335(0x8f)]();}[_0x3fe824(0x8f)](){const _0x24d123=_0x3fe824,_0x483890=this[_0x24d123(0xa0)];_0x483890[_0x24d123(0xa8)][_0x24d123(0x9e)](_0x24d123(0x92))[_0x24d123(0x8b)][_0x24d123(0x99)](_0x305de3=>{const _0x1f51da=_0x24d123;if(_0x1f51da(0x98)!=_0x305de3[_0x1f51da(0xa6)]&&_0x1f51da(0x8e)!=_0x305de3[_0x1f51da(0xa6)])return;const {data:_0x171975}=_0x305de3;return _0x171975&&_0x1f51da(0x9b)==_0x171975[_0x1f51da(0x8d)]?{'type':_0x1f51da(0xa4),'content':_0x44f111(_0x483890[_0x1f51da(0x9f)],_0x1f51da(0x8c))}:void 0x0;});}}function _0x1ff1(){const _0x27ca52=['formatInline','_registerLegacyDescription','86471IWVfuq','9Eecdtz','TrackChangesEditing','_enableDefaultAttributesIntegration','has','113673bDgXdw','9643843XFxXnI','38xFkqPM','formatBlock','registerDescriptionCallback','745Krorma','removeFormat','248yaxhqx','7907jBsKON','get','locale','editor','afterInit','13744umRIiJ','RemoveFormatEditing','format','1742840dyXEpE','type','555618ELHBsd','plugins','_descriptionFactory','*Remove\x20all\x20formatting*','commandName'];_0x1ff1=function(){return _0x27ca52;};return _0x1ff1();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xf22d4e=_0x59d4;(function(_0x3c4f84,_0xbd9ff8){const _0x5a7bd2=_0x59d4,_0xf21205=_0x3c4f84();while(!![]){try{const _0x426af9=-parseInt(_0x5a7bd2(0x1fc))/0x1*(parseInt(_0x5a7bd2(0x1ef))/0x2)+parseInt(_0x5a7bd2(0x1ff))/0x3+-parseInt(_0x5a7bd2(0x1ee))/0x4+-parseInt(_0x5a7bd2(0x1f0))/0x5*(parseInt(_0x5a7bd2(0x1f3))/0x6)+parseInt(_0x5a7bd2(0x204))/0x7+parseInt(_0x5a7bd2(0x200))/0x8+parseInt(_0x5a7bd2(0x1fe))/0x9;if(_0x426af9===_0xbd9ff8)break;else _0xf21205['push'](_0xf21205['shift']());}catch(_0x4eb329){_0xf21205['push'](_0xf21205['shift']());}}}(_0x28bc,0x72c42));function _0x59d4(_0x1a69fd,_0x2f42d3){const _0x28bc7a=_0x28bc();return _0x59d4=function(_0x59d4c3,_0x69a15){_0x59d4c3=_0x59d4c3-0x1ed;let _0x4a2ba6=_0x28bc7a[_0x59d4c3];return _0x4a2ba6;},_0x59d4(_0x1a69fd,_0x2f42d3);}function _0x28bc(){const _0x21ceeb=['goToNextRestrictedEditingException','get','1892720akdDfL','458anaxGt','5IydWYp','trackChanges','discardSuggestion','4018140CRMHDV','goToPreviousRestrictedEditingException','discardAllSuggestions','acceptSuggestion','acceptAllSuggestions','enableCommand','discardSelectedSuggestions','plugins','TrackChangesEditing','655Xaizmx','editor','2273193tvzaGF','2371713Bqlheh','1920280BQYDGX','afterInit','RestrictedEditingModeEditing','acceptSelectedSuggestions','3358348wVIxXf','has'];_0x28bc=function(){return _0x21ceeb;};return _0x28bc();}import{Plugin as _0x4e8738}from'ckeditor5/src/core.js';export default class pt extends _0x4e8738{[_0xf22d4e(0x201)](){const _0xb35f87=_0xf22d4e,_0x1b49c3=this[_0xb35f87(0x1fd)];if(!_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x205)](_0xb35f87(0x202)))return;const _0x3d0b38=_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x1ed)](_0xb35f87(0x1fb));_0x3d0b38[_0xb35f87(0x1f8)](_0xb35f87(0x1f4)),_0x3d0b38[_0xb35f87(0x1f8)](_0xb35f87(0x206));const _0xe37bf4=_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x1ed)](_0xb35f87(0x202));_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f1)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f6)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f2)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f7)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f5)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x203)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f9));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x3b3c(_0x3f1c33,_0x48029c){const _0xf5036e=_0xf503();return _0x3b3c=function(_0x3b3c5a,_0x929e4f){_0x3b3c5a=_0x3b3c5a-0x69;let _0x1c4061=_0xf5036e[_0x3b3c5a];return _0x1c4061;},_0x3b3c(_0x3f1c33,_0x48029c);}const _0x5073fd=_0x3b3c;(function(_0x23ec9b,_0x239019){const _0x5d1577=_0x3b3c,_0x2dd9ff=_0x23ec9b();while(!![]){try{const _0x34ea65=parseInt(_0x5d1577(0x82))/0x1*(parseInt(_0x5d1577(0x80))/0x2)+-parseInt(_0x5d1577(0x9e))/0x3*(parseInt(_0x5d1577(0x79))/0x4)+-parseInt(_0x5d1577(0x94))/0x5+-parseInt(_0x5d1577(0x8d))/0x6+parseInt(_0x5d1577(0x9c))/0x7+parseInt(_0x5d1577(0x6e))/0x8*(parseInt(_0x5d1577(0x87))/0x9)+parseInt(_0x5d1577(0x7b))/0xa*(-parseInt(_0x5d1577(0x6c))/0xb);if(_0x34ea65===_0x239019)break;else _0x2dd9ff['push'](_0x2dd9ff['shift']());}catch(_0x350d96){_0x2dd9ff['push'](_0x2dd9ff['shift']());}}}(_0xf503,0x49b31));import{Plugin as _0x4673dc}from'ckeditor5/src/core.js';import{ShiftEnter as _0x1f83a5}from'ckeditor5/src/enter.js';import{getTranslation as _0x3f977e}from'../utils/common-translations.js';function _0xf503(){const _0x54cbd0=['span','bindElementToMarker','1004443DeLcTy','get','824TmAcMF','insert','includes','merge','registerElementLabel','init','softBreak','ELEMENT_LINE_BREAK','options','markerRange','locale','12300viwiHp','data','10GXfkOB','plugins','split','element','addMarker:suggestion:deletion','2oHvRGu','activeMarkers','433787ueisCr','consumable','toViewPosition','high','TrackChangesEditing','24462FscuBC','test','requires','mapper','addMarker:suggestion','getItems','1571418tievkE','editing','model','downcastDispatcher','ck-suggestion-marker-','addMarker:suggestion:insertion','ck-suggestion-marker--active','465900VPSDHS','createPositionBefore','showSuggestionHighlights','markerName','addClass','shiftEnter','enableCommand','writer','779821uVmhrG','deletion','75YMwemk','_descriptionFactory','name','createUIElement','editor'];_0xf503=function(){return _0x54cbd0;};return _0xf503();}export default class kt extends _0x4673dc{static get[_0x5073fd(0x89)](){return[_0x1f83a5];}[_0x5073fd(0x73)](){const _0xdd8fdf=_0x5073fd,_0xde5ed=this[_0xdd8fdf(0x69)],_0x49bf13=_0xde5ed[_0xdd8fdf(0x7c)][_0xdd8fdf(0x6d)](_0xdd8fdf(0x86));_0x49bf13[_0xdd8fdf(0x9a)](_0xdd8fdf(0x99)),_0xde5ed[_0xdd8fdf(0x8e)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x92),re(_0xde5ed),{'priority':_0xdd8fdf(0x85)}),_0xde5ed[_0xdd8fdf(0x8e)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x7f),re(_0xde5ed),{'priority':_0xdd8fdf(0x85)}),_0xde5ed[_0xdd8fdf(0x7a)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x8b),(_0x47a9be,_0x23dda9,_0x4d50d4)=>{const _0x2c7cac=_0xdd8fdf;_0x4d50d4[_0x2c7cac(0x76)][_0x2c7cac(0x96)]&&re(_0xde5ed,{'showActiveMarker':!0x1})(_0x47a9be,_0x23dda9,_0x4d50d4);}),_0x49bf13[_0xdd8fdf(0x9f)][_0xdd8fdf(0x72)](_0xdd8fdf(0x74),_0x5777c4=>_0x3f977e(_0xde5ed[_0xdd8fdf(0x78)],_0xdd8fdf(0x75),_0x5777c4));}}function re(_0xb5b4ed,{showActiveMarker:_0x35b331=!0x0}={}){return(_0x37cf75,_0x204e29,_0x30994d)=>{const _0x3337ae=_0x3b3c,_0x1a4f27=_0xb5b4ed[_0x3337ae(0x7c)][_0x3337ae(0x6d)](_0x3337ae(0x86));if(!_0x30994d[_0x3337ae(0x83)][_0x3337ae(0x88)](_0x204e29[_0x3337ae(0x77)],_0x37cf75[_0x3337ae(0xa0)]))return;const _0x38a096=_0xb5b4ed[_0x3337ae(0x8f)];for(const _0x52c2ba of _0x204e29[_0x3337ae(0x77)][_0x3337ae(0x8c)]()){if(!_0x52c2ba['is'](_0x3337ae(0x7e),_0x3337ae(0x74)))continue;const _0x52a876=_0x3337ae(0x9d)==_0x204e29[_0x3337ae(0x97)][_0x3337ae(0x7d)](':')[0x1]?_0x3337ae(0x71):_0x3337ae(0x7d),_0x129117=_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0xa1)](_0x3337ae(0x6a),{'class':_0x3337ae(0x91)+_0x52a876}),_0x6a232d=_0x30994d[_0x3337ae(0x8a)][_0x3337ae(0x84)](_0x38a096[_0x3337ae(0x95)](_0x52c2ba));_0x35b331&&_0x1a4f27[_0x3337ae(0x81)][_0x3337ae(0x70)](_0x204e29[_0x3337ae(0x97)])&&_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0x98)](_0x3337ae(0x93),_0x129117),_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0x6f)](_0x6a232d,_0x129117),_0x30994d[_0x3337ae(0x8a)][_0x3337ae(0x6b)](_0x129117,_0x204e29[_0x3337ae(0x97)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0xfc38(){const _0x1a890f=['46891026CIgjSU','80XavXQn','1022091BkaFYx','FORMAT_RESTRICTED_ENABLED','plugins','isCollapsed','131329UPWQAv','972bdyWAf','document','get','type','StandardEditingModeEditing','18qPAOLM','310iaNydq','commandName','4768210wZvcje','commands','FORMAT_RESTRICTED_DISABLED','148viYeqx','restrictedEditingException','registerDescriptionCallback','model','getRanges','enableCommand','_descriptionFactory','has','format','locale','markInlineFormat','value','TrackChangesEditing','13793ChmDYQ','selection','commandParams','181012XxJkhu','formatBlock','formatInline','144636amoBwh','afterInit','69FmxZpl','editor','forceValue','change','from'];_0xfc38=function(){return _0x1a890f;};return _0xfc38();}const _0x5ca16f=_0x2433;(function(_0x176083,_0x3541e6){const _0x44aa19=_0x2433,_0x34f16c=_0x176083();while(!![]){try{const _0x59826e=-parseInt(_0x44aa19(0x8c))/0x1*(-parseInt(_0x44aa19(0x7f))/0x2)+parseInt(_0x44aa19(0x94))/0x3*(parseInt(_0x44aa19(0x8f))/0x4)+parseInt(_0x44aa19(0x7a))/0x5*(-parseInt(_0x44aa19(0x92))/0x6)+-parseInt(_0x44aa19(0x6f))/0x7*(parseInt(_0x44aa19(0x6e))/0x8)+parseInt(_0x44aa19(0x79))/0x9*(-parseInt(_0x44aa19(0x7c))/0xa)+-parseInt(_0x44aa19(0x73))/0xb*(parseInt(_0x44aa19(0x74))/0xc)+parseInt(_0x44aa19(0x6d))/0xd;if(_0x59826e===_0x3541e6)break;else _0x34f16c['push'](_0x34f16c['shift']());}catch(_0x5c5aa1){_0x34f16c['push'](_0x34f16c['shift']());}}}(_0xfc38,0xc1a0c));function _0x2433(_0x817534,_0x177dc1){const _0xfc389b=_0xfc38();return _0x2433=function(_0x24335f,_0x427e69){_0x24335f=_0x24335f-0x69;let _0x261648=_0xfc389b[_0x24335f];return _0x261648;},_0x2433(_0x817534,_0x177dc1);}import{Plugin as _0xfa6a20}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x594bb9}from'./utils.js';import{getTranslation as _0x5aa163}from'../utils/common-translations.js';export default class bt extends _0xfa6a20{[_0x5ca16f(0x93)](){const _0x3b648e=_0x5ca16f,_0x4e3116=this[_0x3b648e(0x69)],_0x364513=_0x4e3116[_0x3b648e(0x82)],_0x167cf7=_0x4e3116[_0x3b648e(0x88)];if(!_0x4e3116[_0x3b648e(0x71)][_0x3b648e(0x86)](_0x3b648e(0x78)))return;const _0x4f1a90=_0x4e3116[_0x3b648e(0x71)][_0x3b648e(0x76)](_0x3b648e(0x8b)),_0x3397d2=_0x3b648e(0x80),_0x1a2de8=_0x4e3116[_0x3b648e(0x7d)][_0x3b648e(0x76)](_0x3397d2);_0x4f1a90[_0x3b648e(0x84)](_0x3397d2,(_0x9c1126,_0x5615f0={})=>{const _0x500ef5=_0x3b648e,_0x43e33e=_0x364513[_0x500ef5(0x75)][_0x500ef5(0x8d)];if(_0x43e33e[_0x500ef5(0x72)])return void _0x9c1126(_0x5615f0);const _0x1137dd=void 0x0!==_0x5615f0[_0x500ef5(0x6a)]?_0x5615f0[_0x500ef5(0x6a)]:!_0x1a2de8[_0x500ef5(0x8a)];_0x364513[_0x500ef5(0x6b)](()=>{const _0x162f99=_0x500ef5,_0x30daf1=Array[_0x162f99(0x6c)](_0x43e33e[_0x162f99(0x83)]());for(const _0x24eaba of _0x30daf1){const _0x3fdc88=_0x1137dd?[_0x24eaba]:_0x594bb9(_0x3397d2,_0x24eaba,_0x364513);for(const _0x549fa3 of _0x3fdc88)_0x4f1a90[_0x162f99(0x89)](_0x549fa3,{'commandName':_0x3397d2,'commandParams':[{'forceValue':_0x1137dd}]});}});}),_0x4f1a90[_0x3b648e(0x85)][_0x3b648e(0x81)](_0x54e6e1=>{const _0x5ef6bd=_0x3b648e;if(_0x5ef6bd(0x90)!=_0x54e6e1[_0x5ef6bd(0x77)]&&_0x5ef6bd(0x91)!=_0x54e6e1[_0x5ef6bd(0x77)])return;const {data:_0x707c7}=_0x54e6e1;return _0x707c7&&_0x707c7[_0x5ef6bd(0x7b)]==_0x3397d2?_0x707c7[_0x5ef6bd(0x8e)][0x0][_0x5ef6bd(0x6a)]?{'type':_0x5ef6bd(0x87),'content':_0x5aa163(_0x167cf7,_0x5ef6bd(0x70))}:{'type':_0x5ef6bd(0x87),'content':_0x5aa163(_0x167cf7,_0x5ef6bd(0x7e))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x150e11=_0x49b6;function _0x49b6(_0x569bfa,_0x18fc91){const _0x5b89a3=_0x5b89();return _0x49b6=function(_0x49b645,_0x35f2b1){_0x49b645=_0x49b645-0x188;let _0x2b6bc0=_0x5b89a3[_0x49b645];return _0x2b6bc0;},_0x49b6(_0x569bfa,_0x18fc91);}(function(_0x5ae7a3,_0x45ac16){const _0x3bef5f=_0x49b6,_0x27584a=_0x5ae7a3();while(!![]){try{const _0x54a197=-parseInt(_0x3bef5f(0x195))/0x1*(parseInt(_0x3bef5f(0x194))/0x2)+parseInt(_0x3bef5f(0x19e))/0x3+parseInt(_0x3bef5f(0x1ae))/0x4+parseInt(_0x3bef5f(0x190))/0x5+-parseInt(_0x3bef5f(0x1ad))/0x6*(-parseInt(_0x3bef5f(0x1a3))/0x7)+-parseInt(_0x3bef5f(0x1b1))/0x8+-parseInt(_0x3bef5f(0x1b4))/0x9*(parseInt(_0x3bef5f(0x1b5))/0xa);if(_0x54a197===_0x45ac16)break;else _0x27584a['push'](_0x27584a['shift']());}catch(_0x14280f){_0x27584a['push'](_0x27584a['shift']());}}}(_0x5b89,0xb45aa));function _0x5b89(){const _0x430c79=['20944233iLGQHQ','10VuJcLV','ghsAttributes','style','DataSchema','commandParams','locale','*Remove\x20format:*\x20%0','registerDescriptionCallback','config','format','get','_enableDefaultAttributesIntegration','GeneralHtmlSupport','1155650wIdLAU','_registerBlockAttribute','_descriptionFactory','StyleUtils','2Nfjmmf','895261uKOcTc','element','TrackChangesEditing','block','formatBlock','registerAttributeLabel','has','inline','normalizeConfig','4012983Kssbra','type','styleName','editor','Style','7vaXaKP','FORMAT_STYLE','afterInit','getGhsAttributeNameForElement','toLowerCase','_registerInlineAttribute','commandName','formatInline','forceValue','_registerLegacyDescription','8069190rgpifM','5455544KTOmgH','add','plugins','2531312YxOrbz','*Set\x20format:*\x20%0','definitions'];_0x5b89=function(){return _0x430c79;};return _0x5b89();}import{Plugin as _0x1e4619}from'ckeditor5/src/core.js';import{getTranslation as _0x4eb75b}from'../utils/common-translations.js';export default class wt extends _0x1e4619{[_0x150e11(0x1a5)](){const _0x1cefde=_0x150e11,_0x5e4178=this[_0x1cefde(0x1a1)];if(!_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x19b)](_0x1cefde(0x1a2))||!_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x19b)](_0x1cefde(0x1b8)))return;const _0x1de486=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x197)),_0x20f640=_0x5e4178[_0x1cefde(0x188)],_0x148739=_0x5e4178[_0x1cefde(0x18b)][_0x1cefde(0x18d)](_0x1cefde(0x1b7))||{},_0x2bdeee=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x18f)),_0x1b0119=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x193))[_0x1cefde(0x19d)](_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x1b8)),_0x148739[_0x1cefde(0x1b3)]);_0x1de486[_0x1cefde(0x18e)](_0x1cefde(0x1b7));const _0x2094cb=new Set();for(const _0x1e1b3f of _0x1b0119[_0x1cefde(0x198)]){const _0x4259a2=_0x2bdeee[_0x1cefde(0x1a6)](_0x1e1b3f[_0x1cefde(0x196)]);_0x2094cb[_0x1cefde(0x1af)](_0x4259a2);}const _0x45598c=new Set();for(const _0x43c1d1 of _0x1b0119[_0x1cefde(0x19c)]){const _0x39561f=_0x2bdeee[_0x1cefde(0x1a6)](_0x43c1d1[_0x1cefde(0x196)]);_0x45598c[_0x1cefde(0x1af)](_0x39561f);for(const _0x4b652e of _0x43c1d1[_0x1cefde(0x1b6)])_0x45598c[_0x1cefde(0x1af)](_0x4b652e);}for(const _0x573850 of _0x2094cb)_0x1de486[_0x1cefde(0x191)](_0x573850),_0x1de486[_0x1cefde(0x192)][_0x1cefde(0x19a)](_0x573850,_0x4eb75b(_0x20f640,_0x1cefde(0x1a4)));for(const _0x543408 of _0x45598c)_0x1de486[_0x1cefde(0x1a8)](_0x543408),_0x1de486[_0x1cefde(0x192)][_0x1cefde(0x19a)](_0x543408,_0x4eb75b(_0x20f640,_0x1cefde(0x1a4)));this[_0x1cefde(0x1ac)]();}[_0x150e11(0x1ac)](){const _0x5ce731=_0x150e11,_0x197e1d=this[_0x5ce731(0x1a1)],_0x2d0e8d=_0x197e1d[_0x5ce731(0x188)];_0x197e1d[_0x5ce731(0x1b0)][_0x5ce731(0x18d)](_0x5ce731(0x197))[_0x5ce731(0x192)][_0x5ce731(0x18a)](_0x246536=>{const _0x47e29b=_0x5ce731;if(_0x47e29b(0x199)!=_0x246536[_0x47e29b(0x19f)]&&_0x47e29b(0x1aa)!=_0x246536[_0x47e29b(0x19f)])return;const {data:_0x1b2c42}=_0x246536;return _0x1b2c42&&_0x47e29b(0x1b7)===_0x1b2c42[_0x47e29b(0x1a9)]?_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1ab)]?{'type':_0x47e29b(0x18c),'content':_0x4eb75b(_0x2d0e8d,_0x47e29b(0x1b2),_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1a0)][_0x47e29b(0x1a7)]())}:{'type':_0x47e29b(0x18c),'content':_0x4eb75b(_0x2d0e8d,_0x47e29b(0x189),_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1a0)][_0x47e29b(0x1a7)]())}: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 _0x459a34=_0x3c2c;(function(_0x414cf8,_0xe55f5c){const _0x488904=_0x3c2c,_0x26cff3=_0x414cf8();while(!![]){try{const _0x38e8cd=parseInt(_0x488904(0x15c))/0x1*(-parseInt(_0x488904(0x182))/0x2)+-parseInt(_0x488904(0x172))/0x3+parseInt(_0x488904(0x18f))/0x4+parseInt(_0x488904(0x18a))/0x5*(parseInt(_0x488904(0x1d3))/0x6)+-parseInt(_0x488904(0x1cb))/0x7+parseInt(_0x488904(0x1f8))/0x8*(parseInt(_0x488904(0x1a5))/0x9)+-parseInt(_0x488904(0x1ae))/0xa*(-parseInt(_0x488904(0x1da))/0xb);if(_0x38e8cd===_0xe55f5c)break;else _0x26cff3['push'](_0x26cff3['shift']());}catch(_0x1c0996){_0x26cff3['push'](_0x26cff3['shift']());}}}(_0x59f5,0x26a18));import{Plugin as _0x2ff87e}from'ckeditor5/src/core.js';import{LiveRange as _0x49d688}from'ckeditor5/src/engine.js';function _0x59f5(){const _0x54d662=['insertTableRowAbove','values','isArray','maxColumn','isIntersectingWithRange','type','getAttribute','get','classes','options','name','_splitMarkerName','document','selection','commands','selectTableRow','differ','enableCommand','registerElementLabel','removeTableRow','*Remove:*\x20%0','639249shcSAt','toLowerCase','_getCoordsForCells','getChangedMarkers','ELEMENT_TABLE_COLUMN_WITH_TEXT','TrackChangesEditing','batch','execute','tableColumn','MIN_SAFE_INTEGER','createRangeIn','removeClass','position','join','insert','insertTableRowBelow','4pMdPzG','getRanges','highest','mapper','nodeAfter','maxRow','span','insertion','5nZmdOJ','editor','push','createPositionAt','above','286500uRBIhW','getSuggestion','downcastDispatcher','deletion','refresh','markMultiRangeInsertion','selectTableColumn','data','ELEMENT_TABLE','root','forceValue','$graveyard','TableEditing','includes','ELEMENT_TABLE_ROW_WITH_TEXT','getChildren','table','_getSuggestionCoords','accept','markMultiRangeDeletion','start','item','9bKxYId','colspan','setSelection','change:data','first','tableRow','suggestion','length','showSuggestionHighlights','22670HdvMIo','$textProxy','rootName','toViewElement','oldRange','getChanges','getItems','getRowIndexes','model','addClass','getSelectionAffectedTableCells','minRow','tableCell','startsWith','registerDescriptionCallback','element','discard','createTableWalker','afterInit','*Insert:*\x20%0','nodeBefore','enqueueChange','insertTable','ELEMENT_TABLE_COLUMN','detach','registerPostFixer','max','TableUtils','removeTableColumn','424179FuEXnW','addRange','min','substr','_tableSuggestions','ELEMENT_TABLE_WITH_TEXT','_acceptFormatSuggestionCallbackFactory','end','1211154wCoFcc','registerCustomCallback','last','_setupColumnsRowsFixing','order','writer','isEqual','1793rwcyfZ','findAncestor','from','plugins','_descriptionFactory','hasAttribute','getFirstRange','map','getCellLocation','filter','low','every','subType','tablePaste','change','add','isTouching','insertTableColumnLeft','getColumnIndexes','locale','some','MAX_SAFE_INTEGER','_tablePostFixingSubtypes','cell','createRangeOn','_suggestionFactory','ELEMENT_TABLE_ROW','has','fromRange','getContainedElement','628120WokdVu','isInContent','minColumn','left','addMarker:suggestion','rowspan','insertTableColumnRight','144804KJvueS'];_0x59f5=function(){return _0x54d662;};return _0x59f5();}function _0x3c2c(_0x512e07,_0x2d388d){const _0x59f5b3=_0x59f5();return _0x3c2c=function(_0x3c2cb3,_0x125809){_0x3c2cb3=_0x3c2cb3-0x15a;let _0x50c90b=_0x59f5b3[_0x3c2cb3];return _0x50c90b;},_0x3c2c(_0x512e07,_0x2d388d);}import{setHighlightHandling as _0x143342}from'ckeditor5/src/widget.js';import{getTranslation as _0x95493}from'../utils/common-translations.js';export default class yt extends _0x2ff87e{constructor(_0x11deea){const _0x419bdc=_0x3c2c;super(_0x11deea),this[_0x419bdc(0x1f0)]=[_0x419bdc(0x1aa),_0x419bdc(0x17a)],this[_0x419bdc(0x1cf)]=new Set();}[_0x459a34(0x1c0)](){const _0x2ee748=_0x459a34,_0x390e4d=this[_0x2ee748(0x18b)],_0x5e950d=_0x390e4d[_0x2ee748(0x1b6)][_0x2ee748(0x169)][_0x2ee748(0x16a)];if(!_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x1f5)](_0x2ee748(0x19b)))return;const _0xb232a1=_0x390e4d[_0x2ee748(0x1ed)],_0x24ca74=_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x164)](_0x2ee748(0x177)),_0x1fc28f=_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x164)](_0x2ee748(0x1c9));_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x16f)](_0x2ee748(0x19f),_0x375234=>_0x95493(_0xb232a1,_0x2ee748(0x197),_0x375234)),this[_0x2ee748(0x1d6)](),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x1c4)),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x16c)),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x195));for(const _0x238349 of[_0x2ee748(0x15d),_0x2ee748(0x181)]){const _0x1de119=_0x390e4d[_0x2ee748(0x16b)][_0x2ee748(0x164)](_0x238349);_0x24ca74[_0x2ee748(0x16e)](_0x238349,_0x350fd1=>{const _0x469646=_0x2ee748;_0x390e4d[_0x469646(0x1b6)][_0x469646(0x1e8)](_0x52046c=>{const _0x149681=_0x469646;_0x350fd1();const _0x30bf2a=_0x149681(0x18e)===_0x1de119[_0x149681(0x1d7)],_0x4b68b3=_0x1fc28f[_0x149681(0x1b8)](_0x5e950d),_0x2f5610=_0x1fc28f[_0x149681(0x1b5)](_0x4b68b3),_0x32b627=_0x30bf2a?_0x2f5610[_0x149681(0x1a9)]-0x1:_0x2f5610[_0x149681(0x1d5)]+0x1,_0x2bc3d8=_0x4b68b3[0x0][_0x149681(0x1db)](_0x149681(0x19f)),_0x42396e=_0x1fc28f[_0x149681(0x1bf)](_0x2bc3d8,{'startRow':_0x32b627,'endRow':_0x32b627}),_0x21c5ac=Array[_0x149681(0x1dc)](_0x42396e)[_0x149681(0x1e1)](_0x5965a5=>_0x52046c[_0x149681(0x1f2)](_0x5965a5[_0x149681(0x1f1)]));_0x24ca74[_0x149681(0x194)](_0x21c5ac,_0x149681(0x1aa));});});}for(const _0x57b80b of[_0x2ee748(0x1eb),_0x2ee748(0x15b)]){const _0x3d7e38=_0x390e4d[_0x2ee748(0x16b)][_0x2ee748(0x164)](_0x57b80b);_0x24ca74[_0x2ee748(0x16e)](_0x57b80b,_0x1533a2=>{const _0x3c59b6=_0x2ee748;_0x390e4d[_0x3c59b6(0x1b6)][_0x3c59b6(0x1e8)](_0x2ab450=>{const _0x358e9e=_0x3c59b6;_0x1533a2();const _0x55140e=_0x358e9e(0x1fb)===_0x3d7e38[_0x358e9e(0x1d7)],_0x5c1a35=_0x1fc28f[_0x358e9e(0x1b8)](_0x5e950d),_0x14f50b=_0x1fc28f[_0x358e9e(0x1ec)](_0x5c1a35),_0x2c4a30=_0x55140e?_0x14f50b[_0x358e9e(0x1a9)]-0x1:_0x14f50b[_0x358e9e(0x1d5)]+0x1,_0x4c59dc=_0x5c1a35[0x0][_0x358e9e(0x1db)](_0x358e9e(0x19f)),_0x39d1ca=_0x1fc28f[_0x358e9e(0x1bf)](_0x4c59dc,{'startRow':0x0,'column':_0x2c4a30,'includeAllSlots':!0x1}),_0x36fddd=Array[_0x358e9e(0x1dc)](_0x39d1ca)[_0x358e9e(0x1e1)](_0x5c06f4=>_0x2ab450[_0x358e9e(0x1f2)](_0x5c06f4[_0x358e9e(0x1f1)]));_0x24ca74[_0x358e9e(0x194)](_0x36fddd,_0x358e9e(0x17a));});});}for(const _0x2d05ad of[_0x2ee748(0x170),_0x2ee748(0x1ca)]){const _0x37acfb=_0x2d05ad[_0x2ee748(0x1ce)](0xb),_0x34cb9c=_0x37acfb[_0x2ee748(0x173)](),_0x3bf8ba=_0x34cb9c[_0x2ee748(0x1ce)](0x0,0x3)+_0x2ee748(0x188),_0x51cf81=_0x2ee748(0x19f)+_0x37acfb,_0x3e6637=_0x2ee748(0x1cd)+_0x37acfb,_0x298f5=_0x2ee748(0x1c8)+_0x37acfb;_0x24ca74[_0x2ee748(0x16e)](_0x2d05ad,()=>{const _0x24eee6=_0x2ee748;_0x390e4d[_0x24eee6(0x1b6)][_0x24eee6(0x1e8)](_0x401808=>{const _0x55e383=_0x24eee6,_0x11ef1d=_0x1fc28f[_0x55e383(0x1b8)](_0x5e950d),_0x6e7be7=_0x11ef1d[0x0][_0x55e383(0x1db)](_0x55e383(0x19f));let _0x157f5a;if(_0x55e383(0x170)==_0x2d05ad){const _0x164adf=_0x1fc28f[_0x55e383(0x1b5)](_0x11ef1d);_0x157f5a={'startRow':_0x164adf[_0x55e383(0x1a9)],'endRow':_0x164adf[_0x55e383(0x1d5)],'includeAllSlots':!0x0};}else{const _0x54403d=_0x1fc28f[_0x55e383(0x1ec)](_0x11ef1d);_0x157f5a={'startColumn':_0x54403d[_0x55e383(0x1a9)],'endColumn':_0x54403d[_0x55e383(0x1d5)],'includeAllSlots':!0x0};}const _0x54a277=_0x1fc28f[_0x55e383(0x1bf)](_0x6e7be7,_0x157f5a),_0x3813d3=Array[_0x55e383(0x1dc)](_0x54a277)[_0x55e383(0x1e1)](({cell:_0x1b9e7a})=>_0x1b9e7a),_0x4d1391=ue(_0x3813d3[_0x55e383(0x1e3)](_0x4afc9a=>_0x4afc9a[_0x55e383(0x1df)](_0x3bf8ba))),_0x17ae07=ue(_0x3813d3[_0x55e383(0x1e3)](_0x472312=>!_0x472312[_0x55e383(0x1df)](_0x3bf8ba)))[_0x55e383(0x1e1)](_0x481097=>_0x401808[_0x55e383(0x1f2)](_0x481097)),_0x155171=_0x24ca74[_0x55e383(0x1a2)](_0x17ae07,_0x51cf81);if(_0x155171&&(_0x55e383(0x1aa)==_0x155171[_0x55e383(0x1e6)]||_0x55e383(0x17a)==_0x155171[_0x55e383(0x1e6)])){const _0x2228ba=this[_0x55e383(0x1a0)](_0x155171);for(const _0x5ae13e of _0x4d1391){const _0x28a74e=_0x401808[_0x55e383(0x1f2)](_0x5ae13e),_0x14ca1e=_0x1fc28f[_0x55e383(0x1e2)](_0x5ae13e),_0x47475a=_0x5ae13e[_0x55e383(0x163)](_0x3bf8ba)-0x1,_0x3e789d=_0x2228ba[_0x3e6637],_0x5ee7b7=_0x2228ba[_0x298f5];_0x3e789d<=_0x14ca1e[_0x34cb9c]&&_0x14ca1e[_0x34cb9c]+_0x47475a<=_0x5ee7b7&&_0x155171[_0x55e383(0x1cc)](_0x28a74e);}}});});}function _0x2fd31e(_0x35a466){const _0x24fe5a=_0x2ee748,_0x4120c5=Array[_0x24fe5a(0x1dc)](_0x5e950d[_0x24fe5a(0x183)]())[_0x24fe5a(0x1e1)](_0x116d02=>_0x49d688[_0x24fe5a(0x1f6)](_0x116d02));_0x390e4d[_0x24fe5a(0x1b6)][_0x24fe5a(0x1e8)](_0x3daa74=>{const _0xb026a5=_0x24fe5a,_0x21c8c2=_0x3daa74[_0xb026a5(0x178)];_0x35a466=_0x35a466[_0xb026a5(0x1e3)](_0x5dd590=>_0xb026a5(0x19a)!=_0x5dd590[_0xb026a5(0x198)][_0xb026a5(0x1b0)]),_0x3daa74[_0xb026a5(0x1a7)](_0x35a466),_0x390e4d[_0xb026a5(0x16b)][_0xb026a5(0x164)](_0xb026a5(0x170))[_0xb026a5(0x193)](),_0x390e4d[_0xb026a5(0x179)](_0xb026a5(0x170),{'forceDefaultExecution':!0x0}),_0x390e4d[_0xb026a5(0x1b6)][_0xb026a5(0x1c3)](()=>{const _0x258f90=_0xb026a5;_0x390e4d[_0x258f90(0x1b6)][_0x258f90(0x1c3)](_0x21c8c2,_0x4bf54a=>{const _0xca00a7=_0x258f90,_0x2e18d8=_0x4120c5[_0xca00a7(0x1e3)](_0x19a381=>_0xca00a7(0x19a)!=_0x19a381[_0xca00a7(0x198)][_0xca00a7(0x1b0)]);_0x2e18d8[_0xca00a7(0x1ac)]>0x0&&_0x4bf54a[_0xca00a7(0x1a7)](_0x2e18d8);for(const _0x52a32b of _0x4120c5)_0x52a32b[_0xca00a7(0x1c6)]();});});});}function _0x17e1dc(_0x9c462d){const _0x442cf9=_0x2ee748;_0x390e4d[_0x442cf9(0x1b6)][_0x442cf9(0x1e8)](_0x398ec6=>{const _0x57af5f=_0x442cf9,_0x23227e=Array[_0x57af5f(0x1dc)](_0x5e950d[_0x57af5f(0x183)]())[_0x57af5f(0x1e1)](_0x43411d=>_0x49d688[_0x57af5f(0x1f6)](_0x43411d)),_0x255fa2=[];for(const _0x4c5bb0 of _0x9c462d)for(const _0x4f2f02 of _0x4c5bb0[_0x57af5f(0x1b4)]({'shallow':!0x0}))_0x255fa2[_0x57af5f(0x18c)](_0x4f2f02);for(const _0x48346c of _0x255fa2)_0x57af5f(0x19a)!=_0x48346c[_0x57af5f(0x198)][_0x57af5f(0x1b0)]&&(_0x398ec6[_0x57af5f(0x1a7)](_0x398ec6[_0x57af5f(0x18d)](_0x48346c,0x0)),_0x390e4d[_0x57af5f(0x16b)][_0x57af5f(0x164)](_0x57af5f(0x1ca))[_0x57af5f(0x193)](),_0x390e4d[_0x57af5f(0x179)](_0x57af5f(0x1ca),{'forceDefaultExecution':!0x0}));const _0x487735=_0x23227e[_0x57af5f(0x1e3)](_0x185d67=>_0x57af5f(0x19a)!=_0x185d67[_0x57af5f(0x198)][_0x57af5f(0x1b0)]);_0x487735[_0x57af5f(0x1ac)]>0x0&&_0x398ec6[_0x57af5f(0x1a7)](_0x487735);for(const _0x265057 of _0x23227e)_0x265057[_0x57af5f(0x1c6)]();});}function _0x48716c(_0x5102cc,_0x5b2d32){const _0x4b0c8f=_0x2ee748;return _0x5b2d32[_0x4b0c8f(0x1e5)](_0x3eba9d=>_0x5102cc[_0x4b0c8f(0x1ee)](_0x18f2a5=>_0x18f2a5[_0x4b0c8f(0x1d2)][_0x4b0c8f(0x1d9)](_0x3eba9d[_0x4b0c8f(0x1a3)])||_0x3eba9d[_0x4b0c8f(0x1d2)][_0x4b0c8f(0x1d9)](_0x18f2a5[_0x4b0c8f(0x1a3)])));}function _0x54a5da(_0x2df1c9,_0x443821){const _0x308f9b=_0x2ee748;return _0x2df1c9[_0x308f9b(0x1ee)](_0x80e831=>_0x443821[_0x308f9b(0x1ee)](_0x6f8ebd=>_0x80e831[_0x308f9b(0x1d2)][_0x308f9b(0x1ea)](_0x6f8ebd[_0x308f9b(0x1a3)])));}_0x390e4d[_0x2ee748(0x196)][_0x2ee748(0x191)]['on'](_0x2ee748(0x1fc),(_0x6296ac,_0x45eda2,_0x58ca67)=>{const _0x1a5bb0=_0x2ee748;if(!_0x58ca67[_0x1a5bb0(0x166)][_0x1a5bb0(0x1ad)])return;const _0x218ff0=_0x45eda2[_0x1a5bb0(0x1a4)];if(!_0x218ff0)return;const _0x2e2290=_0x58ca67[_0x1a5bb0(0x185)][_0x1a5bb0(0x1b1)](_0x218ff0);function _0xbcadde(_0x7681af){const _0x2bcf6e=_0x1a5bb0;return Array[_0x2bcf6e(0x15f)](_0x7681af)?_0x7681af:[_0x7681af];}_0x2e2290&&_0x1a5bb0(0x1ba)===_0x218ff0[_0x1a5bb0(0x167)]&&_0x143342(_0x2e2290,_0x58ca67[_0x1a5bb0(0x1d8)],(_0x549da6,_0x138b47,_0x83c33e)=>_0x83c33e[_0x1a5bb0(0x1b7)](_0xbcadde(_0x138b47[_0x1a5bb0(0x165)]),_0x549da6),(_0x46911a,_0x5f4290,_0x784681)=>_0x784681[_0x1a5bb0(0x17d)](_0xbcadde(_0x5f4290[_0x1a5bb0(0x165)]),_0x46911a));},{'priority':_0x2ee748(0x184)}),_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x1bc)](_0x4b1692=>{const _0x4ae6ac=_0x2ee748;if(_0x4ae6ac(0x189)!=_0x4b1692[_0x4ae6ac(0x162)]&&_0x4ae6ac(0x192)!=_0x4b1692[_0x4ae6ac(0x162)])return;const _0x306617=_0x4b1692[_0x4ae6ac(0x1f7)]();if(null!=_0x306617&&_0x306617['is'](_0x4ae6ac(0x1bd),_0x4ae6ac(0x19f))){if(_0x4ae6ac(0x189)==_0x4b1692[_0x4ae6ac(0x162)]){const _0x413342=_0x4b1692[_0x4ae6ac(0x1b4)]()[_0x4ae6ac(0x1e3)](_0x4047e3=>_0x4047e3['is'](_0x4ae6ac(0x1af)))[_0x4ae6ac(0x1e1)](_0x1c4ab9=>_0x1c4ab9[_0x4ae6ac(0x196)]);if(_0x413342[_0x4ae6ac(0x1ac)])return{'type':_0x4ae6ac(0x189),'content':_0x95493(_0xb232a1,_0x4ae6ac(0x1c1),_0x95493(_0xb232a1,_0x4ae6ac(0x1d0),'\x22'+_0x413342[_0x4ae6ac(0x17f)]('\x20')+'\x22'))};}if(_0x4ae6ac(0x192)==_0x4b1692[_0x4ae6ac(0x162)]){const _0x5e0d1a=_0x4b1692[_0x4ae6ac(0x1b4)]()[_0x4ae6ac(0x1e3)](_0x40c451=>_0x40c451['is'](_0x4ae6ac(0x1af)))[_0x4ae6ac(0x1e1)](_0x453ab9=>_0x453ab9[_0x4ae6ac(0x196)]);if(_0x5e0d1a[_0x4ae6ac(0x1ac)])return{'type':_0x4ae6ac(0x192),'content':_0x95493(_0xb232a1,_0x4ae6ac(0x171),_0x95493(_0xb232a1,_0x4ae6ac(0x1d0),'\x22'+_0x5e0d1a[_0x4ae6ac(0x17f)]('\x20')+'\x22'))};}}}),_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x1bc)](_0x348b0b=>{const _0x36c67c=_0x2ee748;if(_0x36c67c(0x1aa)==_0x348b0b[_0x36c67c(0x1e6)]){const _0x2b90d5=_0x348b0b[_0x36c67c(0x1b4)]()[_0x36c67c(0x1e3)](_0x4283b6=>_0x4283b6['is'](_0x36c67c(0x1af)))[_0x36c67c(0x1e1)](_0x4198ca=>_0x4198ca[_0x36c67c(0x196)]),_0x22ddc2=this[_0x36c67c(0x1a0)](_0x348b0b),_0x4433bd=_0x22ddc2[_0x36c67c(0x187)]-_0x22ddc2[_0x36c67c(0x1b9)]+0x1;if(_0x36c67c(0x189)==_0x348b0b[_0x36c67c(0x162)])return _0x2b90d5[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x19d),[_0x4433bd,'\x22'+_0x2b90d5[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x1f4),_0x4433bd))};if(_0x36c67c(0x192)==_0x348b0b[_0x36c67c(0x162)])return _0x2b90d5[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x19d),[_0x4433bd,'\x22'+_0x2b90d5[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x1f4),_0x4433bd))};}if(_0x36c67c(0x17a)==_0x348b0b[_0x36c67c(0x1e6)]){const _0x40833d=_0x348b0b[_0x36c67c(0x1b4)]()[_0x36c67c(0x1e3)](_0xd8373f=>_0xd8373f['is'](_0x36c67c(0x1af)))[_0x36c67c(0x1e1)](_0x347d4b=>_0x347d4b[_0x36c67c(0x196)]),_0x3e7526=this[_0x36c67c(0x1a0)](_0x348b0b),_0xfd7351=_0x3e7526[_0x36c67c(0x160)]-_0x3e7526[_0x36c67c(0x1fa)]+0x1;if(_0x36c67c(0x189)==_0x348b0b[_0x36c67c(0x162)])return _0x40833d[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x176),[_0xfd7351,'\x22'+_0x40833d[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x1c5),_0xfd7351))};if(_0x36c67c(0x192)==_0x348b0b[_0x36c67c(0x162)])return _0x40833d[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x176),[_0xfd7351,'\x22'+_0x40833d[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x1c5),_0xfd7351))};}}),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x1aa),_0x2ee748(0x1be),_0x2fd31e),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x1aa),_0x2ee748(0x1a1),_0x2fd31e),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x17a),_0x2ee748(0x1be),_0x17e1dc),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x17a),_0x2ee748(0x1a1),_0x17e1dc),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x17a),_0x2ee748(0x17f),_0x48716c),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x17a),_0x2ee748(0x17f),_0x48716c),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x1aa),_0x2ee748(0x17f),_0x54a5da),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x1aa),_0x2ee748(0x17f),_0x54a5da);}[_0x459a34(0x1d1)](){const _0x1a413a=_0x459a34,_0x106797=this[_0x1a413a(0x18b)],_0x276106=_0x106797[_0x1a413a(0x1b6)][_0x1a413a(0x169)][_0x1a413a(0x16a)];return(_0x2869e9,_0x3aa302)=>{const _0x22e53d=_0x1a413a;_0x106797[_0x22e53d(0x1b6)][_0x22e53d(0x1e8)](_0x85a7ba=>{const _0x33e3eb=_0x22e53d,{commandName:_0x4b549c,commandParams:_0x39640e}=_0x3aa302;let _0x516841=_0x2869e9[0x0][_0x33e3eb(0x1d2)][_0x33e3eb(0x1c2)];_0x39640e&&_0x39640e[0x0]&&!0x1===_0x39640e[0x0][_0x33e3eb(0x199)]&&(_0x516841=_0x2869e9[0x0][_0x33e3eb(0x1a3)][_0x33e3eb(0x186)]);const _0x3b8552=_0x85a7ba[_0x33e3eb(0x17c)](_0x516841);if(_0x33e3eb(0x19a)==_0x3b8552[_0x33e3eb(0x198)][_0x33e3eb(0x1b0)])return;const _0xb3b667=Array[_0x33e3eb(0x1dc)](_0x276106[_0x33e3eb(0x183)]())[_0x33e3eb(0x1e1)](_0x1e936e=>_0x49d688[_0x33e3eb(0x1f6)](_0x1e936e));_0x85a7ba[_0x33e3eb(0x1a7)](_0x3b8552),_0x106797[_0x33e3eb(0x16b)][_0x33e3eb(0x164)](_0x4b549c)[_0x33e3eb(0x193)](),_0x39640e[_0x33e3eb(0x18c)]({'forceDefaultExecution':!0x0}),_0x106797[_0x33e3eb(0x179)](_0x4b549c,..._0x39640e);const _0x1cf46c=_0xb3b667[_0x33e3eb(0x1e3)](_0x4c045b=>_0x33e3eb(0x19a)!=_0x4c045b[_0x33e3eb(0x198)][_0x33e3eb(0x1b0)]);_0x1cf46c[_0x33e3eb(0x1ac)]>0x0&&_0x85a7ba[_0x33e3eb(0x1a7)](_0x1cf46c);for(const _0x318580 of _0xb3b667)_0x318580[_0x33e3eb(0x1c6)]();});};}[_0x459a34(0x174)](_0x5e8c5b){const _0x342b4d=_0x459a34,_0x11661c=this[_0x342b4d(0x18b)][_0x342b4d(0x1dd)][_0x342b4d(0x164)](_0x342b4d(0x1c9));let _0xf9b835=Number[_0x342b4d(0x1ef)],_0x42aec1=Number[_0x342b4d(0x17b)],_0x34d93b=Number[_0x342b4d(0x1ef)],_0x2e56b5=Number[_0x342b4d(0x17b)];for(const _0x333732 of _0x5e8c5b){if(_0x342b4d(0x19a)==_0x333732[_0x342b4d(0x198)][_0x342b4d(0x1b0)])continue;const {row:_0x6e06ff,column:_0x5157b5}=_0x11661c[_0x342b4d(0x1e2)](_0x333732),_0x58803e=_0x333732[_0x342b4d(0x1df)](_0x342b4d(0x15a))?_0x333732[_0x342b4d(0x163)](_0x342b4d(0x15a))-0x1:0x0,_0x4fb4bc=_0x333732[_0x342b4d(0x1df)](_0x342b4d(0x1a6))?_0x333732[_0x342b4d(0x163)](_0x342b4d(0x1a6))-0x1:0x0;_0xf9b835=_0x6e06ff<_0xf9b835?_0x6e06ff:_0xf9b835,_0x42aec1=_0x6e06ff+_0x58803e>_0x42aec1?_0x6e06ff+_0x58803e:_0x42aec1,_0x34d93b=_0x5157b5<_0x34d93b?_0x5157b5:_0x34d93b,_0x2e56b5=_0x5157b5+_0x4fb4bc>_0x2e56b5?_0x5157b5+_0x4fb4bc:_0x2e56b5;}return{'minRow':_0xf9b835,'maxRow':_0x42aec1,'minColumn':_0x34d93b,'maxColumn':_0x2e56b5};}[_0x459a34(0x1d6)](){const _0x165c13=_0x459a34,_0x3c179c=this[_0x165c13(0x18b)],_0x4b1f4e=_0x3c179c[_0x165c13(0x1dd)][_0x165c13(0x164)](_0x165c13(0x177)),_0xca01f4=_0x3c179c[_0x165c13(0x1dd)][_0x165c13(0x164)](_0x165c13(0x1c9));_0x3c179c[_0x165c13(0x1b6)][_0x165c13(0x169)]['on'](_0x165c13(0x1a8),()=>{const _0x535061=_0x165c13,_0x5473ea=Array[_0x535061(0x1dc)](_0x3c179c[_0x535061(0x1b6)][_0x535061(0x169)][_0x535061(0x16d)][_0x535061(0x175)]());for(const {name:_0x33a9f3,data:_0x473c90}of _0x5473ea){const {group:_0x35d8f8,id:_0x216c05,subType:_0x2b5701}=_0x4b1f4e[_0x535061(0x168)](_0x33a9f3);if(_0x535061(0x1ab)!=_0x35d8f8)continue;if(null!=_0x473c90[_0x535061(0x1b2)])continue;const _0x20babf=_0x4b1f4e[_0x535061(0x190)](_0x216c05);this[_0x535061(0x1f0)][_0x535061(0x19c)](_0x2b5701)&&this[_0x535061(0x1cf)][_0x535061(0x1e9)](_0x20babf);}},{'priority':_0x165c13(0x1e4)});const _0x12351e=(_0x35268a,_0x1b7110)=>{const _0x1a9a4c=_0x165c13;let _0x286388=!0x1;const _0x532921=_0x1b7110[_0x1a9a4c(0x1f2)](_0x35268a),_0x53234f=_0x35268a[_0x1a9a4c(0x1db)](_0x1a9a4c(0x19f)),_0x566eb0=_0xca01f4[_0x1a9a4c(0x1e2)](_0x35268a);for(const _0x299c45 of this[_0x1a9a4c(0x1cf)]){const _0x16dcbb=_0x299c45[_0x1a9a4c(0x1e6)],_0x28bc2e=_0x16dcbb[_0x1a9a4c(0x1bb)](_0x1a9a4c(0x1e7)),_0x4448ac=_0x16dcbb[_0x1a9a4c(0x1ce)](_0x28bc2e?0xa:0x5),_0x5946cb=_0x4448ac[_0x1a9a4c(0x173)](),_0x37cc96=_0x5946cb[_0x1a9a4c(0x1ce)](0x0,0x3)+_0x1a9a4c(0x188),_0x550be3=_0x1a9a4c(0x1cd)+_0x4448ac,_0x138330=_0x1a9a4c(0x1c8)+_0x4448ac;if(!_0x299c45[_0x1a9a4c(0x1f9)])continue;if(_0x53234f!=_0x299c45[_0x1a9a4c(0x1e0)]()[_0x1a9a4c(0x1a3)][_0x1a9a4c(0x1db)](_0x1a9a4c(0x19f)))continue;if(_0x299c45[_0x1a9a4c(0x161)](_0x532921))continue;const _0x662e59=_0x35268a[_0x1a9a4c(0x1df)](_0x37cc96)?_0x35268a[_0x1a9a4c(0x163)](_0x37cc96)-0x1:0x0,_0x280db7=this[_0x1a9a4c(0x1a0)](_0x299c45),_0xfc151d=_0x280db7[_0x550be3],_0x2575d1=_0x280db7[_0x138330];_0xfc151d<=_0x566eb0[_0x5946cb]&&_0x566eb0[_0x5946cb]+_0x662e59<=_0x2575d1&&(_0x299c45[_0x1a9a4c(0x1cc)](_0x532921),_0x286388=!0x0);}return _0x286388;};_0x3c179c[_0x165c13(0x1b6)][_0x165c13(0x169)][_0x165c13(0x1c7)](_0x1a3498=>{const _0x8dd363=_0x165c13;let _0x3bbe14=!0x1;for(const _0x5024ad of _0x3c179c[_0x8dd363(0x1b6)][_0x8dd363(0x169)][_0x8dd363(0x16d)][_0x8dd363(0x1b3)]())if(_0x8dd363(0x180)==_0x5024ad[_0x8dd363(0x162)]){if(_0x8dd363(0x1aa)==_0x5024ad[_0x8dd363(0x167)]){for(const _0x3b12fb of _0x5024ad[_0x8dd363(0x17e)][_0x8dd363(0x186)][_0x8dd363(0x19e)]())_0x3bbe14=_0x3bbe14||_0x12351e(_0x3b12fb,_0x1a3498);}else _0x8dd363(0x1ba)==_0x5024ad[_0x8dd363(0x167)]&&(_0x3bbe14=_0x3bbe14||_0x12351e(_0x5024ad[_0x8dd363(0x17e)][_0x8dd363(0x186)],_0x1a3498));}return _0x3bbe14;});}[_0x459a34(0x1a0)](_0x3676ad){const _0x5542ad=_0x459a34;return this[_0x5542ad(0x174)](_0x3676ad[_0x5542ad(0x183)]()[_0x5542ad(0x1e1)](_0x8748bc=>_0x8748bc[_0x5542ad(0x1a3)][_0x5542ad(0x186)]));}}function ue(_0x23e177){const _0x585b43=_0x459a34;return Array[_0x585b43(0x1dc)](new Set(_0x23e177)[_0x585b43(0x15e)]());}
|