@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240403.1
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 +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +1 -0
- package/lang/translations/ar.po +4 -0
- package/lang/translations/az.po +4 -0
- package/lang/translations/bg.po +4 -0
- package/lang/translations/bn.po +4 -0
- package/lang/translations/ca.po +4 -0
- package/lang/translations/cs.po +4 -0
- package/lang/translations/da.po +4 -0
- package/lang/translations/de.po +4 -0
- package/lang/translations/el.po +4 -0
- package/lang/translations/en-au.po +4 -0
- package/lang/translations/en.po +4 -0
- package/lang/translations/es.po +4 -0
- package/lang/translations/et.po +4 -0
- package/lang/translations/fi.po +4 -0
- package/lang/translations/fr.po +4 -0
- package/lang/translations/gl.po +4 -0
- package/lang/translations/he.po +4 -0
- package/lang/translations/hi.po +4 -0
- package/lang/translations/hr.po +4 -0
- package/lang/translations/hu.po +4 -0
- package/lang/translations/id.po +4 -0
- package/lang/translations/it.po +4 -0
- package/lang/translations/ja.po +4 -0
- package/lang/translations/ko.po +4 -0
- package/lang/translations/lt.po +4 -0
- package/lang/translations/lv.po +4 -0
- package/lang/translations/ms.po +4 -0
- package/lang/translations/nl.po +4 -0
- package/lang/translations/no.po +4 -0
- package/lang/translations/pl.po +4 -0
- package/lang/translations/pt-br.po +4 -0
- package/lang/translations/pt.po +4 -0
- package/lang/translations/ro.po +4 -0
- package/lang/translations/ru.po +4 -0
- package/lang/translations/sk.po +4 -0
- package/lang/translations/sq.po +4 -0
- package/lang/translations/sr-latn.po +4 -0
- package/lang/translations/sr.po +4 -0
- package/lang/translations/sv.po +4 -0
- package/lang/translations/th.po +4 -0
- package/lang/translations/tk.po +4 -0
- package/lang/translations/tr.po +4 -0
- package/lang/translations/tt.po +4 -0
- package/lang/translations/uk.po +4 -0
- package/lang/translations/ur.po +4 -0
- package/lang/translations/vi.po +4 -0
- package/lang/translations/zh-cn.po +4 -0
- package/lang/translations/zh.po +4 -0
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.d.ts +24 -0
- package/src/integrations/multilevellist.js +23 -0
- 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.d.ts +2 -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
|
-
const _0x2507eb=_0x2136;function _0x2136(_0x34882a,_0x908f80){const _0x2483f5=_0x2483();return _0x2136=function(_0x21363d,_0x3a9c10){_0x21363d=_0x21363d-0x85;let _0x30a151=_0x2483f5[_0x21363d];return _0x30a151;},_0x2136(_0x34882a,_0x908f80);}(function(_0x2f51d1,_0x2d1228){const _0x3287a9=_0x2136,_0x4bc90a=_0x2f51d1();while(!![]){try{const _0x22bdd1=parseInt(_0x3287a9(0x10a))/0x1*(parseInt(_0x3287a9(0xc2))/0x2)+parseInt(_0x3287a9(0xc6))/0x3+-parseInt(_0x3287a9(0x8d))/0x4*(-parseInt(_0x3287a9(0x114))/0x5)+-parseInt(_0x3287a9(0xda))/0x6*(-parseInt(_0x3287a9(0xc3))/0x7)+-parseInt(_0x3287a9(0xde))/0x8+-parseInt(_0x3287a9(0x96))/0x9*(parseInt(_0x3287a9(0xa2))/0xa)+-parseInt(_0x3287a9(0xd3))/0xb*(-parseInt(_0x3287a9(0x90))/0xc);if(_0x22bdd1===_0x2d1228)break;else _0x4bc90a['push'](_0x4bc90a['shift']());}catch(_0x2e39fc){_0x4bc90a['push'](_0x4bc90a['shift']());}}}(_0x2483,0xedc25));import{Plugin as _0x4793c3}from'ckeditor5/src/core.js';import{getTranslation as _0x9b115f}from'../utils/common-translations.js';function _0x2483(){const _0x49e18b=['*Format:*\x20remove\x20from\x20%0','isUndo','listReversed','_enableDefaultAttributesIntegration','522Ggmxar','todoListChecked','nextSibling','getSuggestions','suggestion','push','_findSuggestions','splitListItemAfter','plugins','schema','batch','splitListItemBefore','238310YJDrbW','*Indent:*\x20%0','*Check\x20item*','config','*Format:*\x20insert\x20into\x20%0','setAttribute','has','ListEditing','registerDescriptionCallback','TrackChangesEditing','fromRange','*Set\x20format:*\x20%0','*Uncheck\x20item*','listItemId','includes','groupId','numberedList','default','accept','noTrackChangesFixer','getRanges','registerAttributeLabel','documentList','attributes','createPositionAt','commandName','getChanges','parent','listStyle','range','*Change\x20to:*\x20%0','get','2wDndAx','130242RBhxtw','ELEMENT_','*Split:*\x20list\x20item','1490940QpspnG','value','todoListCheck','find','assureChains','change','previousSibling','execute','type','bulletedList','map','indentList','*Remove\x20format:*\x20%0','237116bxuUEl','_getAttributeKey','setSelection','start','outdentList','afterInit','data','522mpkCIJ','bulleted','mergeListItemBackward','from','14028392aKsIJW','oldValue','mergeListItemForward','ELEMENT_NUMBERED_LIST','listType','todo','multipleBlocks','nodeAfter','listStart','trackChangesCommand','attribute','numbered','deletion','FORMAT_INDENT','model','_supportLegacySuggestions','registerCustomCallback','filter','editor','commands','forceValue','_LIST','ELEMENT_LIST_ITEM','registerPostFixer','*Merge:*\x20%0','listIndent','getFirstMarker','differ','commandParams','_registerLegacyDescription','ELEMENT_BULLETED_LIST','isNextTo','createRange','getAttribute','formatBlock','registerElementLabel','selection','meta','key','document','containsItem','ELEMENT_TODO_LIST','*Merge:*\x20list\x20item','format','1402607FnQPaC','_descriptionFactory','_suggestionFactory','removeMarker','every','next','isObject','toUpperCase','attributeKey','end','477555EAEWBX','listItemIdFixer','locale','refresh','*Outdent:*\x20%0','newValue','detach','checkTodoList','todoList','isLocal','length','head','4PCcNyy','getFirstRange','list.multiBlock','276oKbEVY','TodoListEditing'];_0x2483=function(){return _0x49e18b;};return _0x2483();}import{renameAttributeKey as _0xa11ca3}from'../trackchangesediting.js';import{LiveRange as _0x20caf3}from'ckeditor5/src/engine.js';export default class z extends _0x4793c3{[_0x2507eb(0xd8)](){const _0x495fbf=_0x2507eb,_0x3e2095=this[_0x495fbf(0xf0)];if(!_0x3e2095[_0x495fbf(0x9e)][_0x495fbf(0xa8)](_0x495fbf(0xa9)))return;const _0x4265d5=_0x3e2095[_0x495fbf(0x116)],_0x59d57f=_0x3e2095[_0x495fbf(0x9e)][_0x495fbf(0xc1)](_0x495fbf(0xab)),_0x5e29ec=_0x3e2095[_0x495fbf(0x9e)][_0x495fbf(0xa8)](_0x495fbf(0x91)),_0x102565=!!_0x3e2095[_0x495fbf(0xa5)][_0x495fbf(0xc1)](_0x495fbf(0x8f));function _0x5bae49(_0xacf15c){const _0x2d472f=_0x495fbf;return{'type':_0x2d472f(0x109),'content':''+_0x9b115f(_0x4265d5,_0x2d472f(0xad),_0xacf15c)};}function _0xaf6a64(_0x55202d){const _0x5c8c1f=_0x495fbf;return{'type':_0x5c8c1f(0x109),'content':''+_0x9b115f(_0x4265d5,_0x5c8c1f(0xd2),_0x55202d)};}_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xb2),[],[_0x495fbf(0xaf),_0x495fbf(0xe2),_0x495fbf(0xf7)]),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xcf)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xd1)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xd7)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0x9d)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xa1)),_0x102565&&(_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xdc)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xe0))),_0x5e29ec&&(_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0x89)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0x88),[],[_0x495fbf(0x97)]),_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xaa)](_0x3d8d06=>{const _0x405dbf=_0x495fbf,{data:_0x30f1fe}=_0x3d8d06;if(_0x30f1fe&&_0x405dbf(0x97)==_0x30f1fe[_0x405dbf(0x104)])return{'type':_0x405dbf(0x109),'content':_0x30f1fe[_0x405dbf(0x86)]?_0x9b115f(_0x4265d5,_0x405dbf(0xa4)):_0x9b115f(_0x4265d5,_0x405dbf(0xae))};}),this[_0x495fbf(0xf0)][_0x495fbf(0xec)][_0x495fbf(0x105)][_0x495fbf(0xf5)](_0x12d11c=>{const _0x42b19c=_0x495fbf;if(_0x12d11c[_0x42b19c(0xa0)][_0x42b19c(0x93)])return!0x1;let _0x2ea15b=!0x1;const _0x506f40=_0x59d57f[_0x42b19c(0x99)]({'skipNotAttached':!0x0})[_0x42b19c(0xef)](_0x4cfad5=>_0x42b19c(0x97)===_0x59d57f[_0x42b19c(0xd4)](_0x4cfad5));for(const _0x43b37d of _0x506f40){_0x42b19c(0xe3)!=_0x43b37d[_0x42b19c(0x8e)]()[_0x42b19c(0xd6)][_0x42b19c(0xe5)][_0x42b19c(0xff)](_0x42b19c(0xe2))&&(_0x59d57f[_0x42b19c(0x9c)](_0x43b37d[_0x42b19c(0x8e)](),_0x42b19c(0xe8))[_0x42b19c(0xc9)](_0x2c7796=>_0x42b19c(0xe2)===_0x59d57f[_0x42b19c(0xd4)](_0x2c7796[_0x42b19c(0x9a)]))||(_0x12d11c[_0x42b19c(0x10d)](_0x43b37d[_0x42b19c(0xf8)]()),_0x2ea15b=!0x0));}return _0x2ea15b;})),_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xb7)](_0x495fbf(0xf7),_0x9b115f(_0x4265d5,_0x495fbf(0xeb)));const _0x49c7bf={'type':_0x495fbf(0x109),'content':''};_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xaa)](_0xd5b5a5=>{const _0x2aeffd=_0x495fbf,{data:_0x244e17}=_0xd5b5a5;if(!_0x244e17||_0x2aeffd(0xe2)!=_0x244e17[_0x2aeffd(0x104)])return;let _0x39e025=_0xd5b5a5[_0x2aeffd(0x8c)];for(;_0x39e025;){if(_0x39e025[_0x2aeffd(0xd9)]&&(_0x2aeffd(0xbe)==_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0x104)]&&(_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0x86)]&&_0x2aeffd(0xb3)!=_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0x86)]||_0x2aeffd(0xb3)!=_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0xdf)]&&!_0x244e17[_0x2aeffd(0x86)])||!_0x102565&&_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0x104)]==_0xa11ca3))return _0x49c7bf;_0x39e025=_0x39e025[_0x2aeffd(0x10f)];}if(null==_0x244e17[_0x2aeffd(0x86)])switch(_0x244e17[_0x2aeffd(0xdf)]){case _0x2aeffd(0xdb):return _0xaf6a64(_0x9b115f(_0x4265d5,_0x2aeffd(0xfc)));case _0x2aeffd(0xe9):return _0xaf6a64(_0x9b115f(_0x4265d5,_0x2aeffd(0xe1)));case _0x2aeffd(0xe3):return _0xaf6a64(_0x9b115f(_0x4265d5,_0x2aeffd(0x107)));}switch(_0x244e17[_0x2aeffd(0x86)]){case _0x2aeffd(0xdb):return _0x5bae49(_0x9b115f(_0x4265d5,_0x2aeffd(0xfc)));case _0x2aeffd(0xe9):return _0x5bae49(_0x9b115f(_0x4265d5,_0x2aeffd(0xe1)));case _0x2aeffd(0xe3):return _0x5bae49(_0x9b115f(_0x4265d5,_0x2aeffd(0x107)));}}),_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xaa)](_0x57622e=>{const _0x2c9d4a=_0x495fbf,{data:_0x253c79}=_0x57622e;if(_0x253c79&&_0x2c9d4a(0xf7)==_0x253c79[_0x2c9d4a(0x104)])return null==_0x253c79[_0x2c9d4a(0x86)]||null==_0x253c79[_0x2c9d4a(0xdf)]&&0x0==_0x253c79[_0x2c9d4a(0x86)]?_0x49c7bf:void 0x0;}),_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xaa)](_0x4d172f=>{const _0x1b5cb4=_0x495fbf;if(_0x1b5cb4(0xe8)!=_0x4d172f[_0x1b5cb4(0xce)])return;const {data:_0x3d617a}=_0x4d172f;if(!_0x3d617a||_0x1b5cb4(0xaf)!=_0x3d617a[_0x1b5cb4(0x104)])return;const _0x51c088=ie(_0x4d172f);return _0x51c088?_0x1b5cb4(0x86)==_0x51c088?{'type':_0x1b5cb4(0x109),'content':_0x9b115f(_0x4265d5,_0x1b5cb4(0x108))}:_0x1b5cb4(0xdf)==_0x51c088?{'type':_0x1b5cb4(0x109),'content':_0x9b115f(_0x4265d5,_0x1b5cb4(0xc5))}:_0x49c7bf:_0x49c7bf;}),_0x3e2095[_0x495fbf(0xec)][_0x495fbf(0x105)][_0x495fbf(0xf5)](_0x35f885=>this[_0x495fbf(0x115)](_0x35f885)),_0x3e2095[_0x495fbf(0xec)][_0x495fbf(0x105)][_0x495fbf(0xf5)](_0x317ee2=>this[_0x495fbf(0xb5)](_0x317ee2)),_0x3e2095[_0x495fbf(0xec)][_0x495fbf(0x105)][_0x495fbf(0xf5)](_0x2dfb64=>this[_0x495fbf(0xca)](_0x2dfb64)),this[_0x495fbf(0xed)]();}[_0x2507eb(0x115)](_0x4c6082){const _0x4b721c=_0x2507eb;if(_0x4c6082[_0x4b721c(0xa0)][_0x4b721c(0x93)]||!_0x4c6082[_0x4b721c(0xa0)][_0x4b721c(0x8a)])return!0x1;let _0x518cd0=!0x1;const _0x87aeb4=this[_0x4b721c(0xf0)][_0x4b721c(0x9e)][_0x4b721c(0xc1)](_0x4b721c(0xab))[_0x4b721c(0x99)]({'skipNotAttached':!0x0})[_0x4b721c(0xef)](_0x5b503a=>_0x5b503a[_0x4b721c(0xd9)]&&_0x4b721c(0xaf)==_0x5b503a[_0x4b721c(0xd9)][_0x4b721c(0x104)])[_0x4b721c(0xef)](_0xc08272=>_0xc08272[_0x4b721c(0xd9)][_0x4b721c(0x86)]&&_0xc08272[_0x4b721c(0xd9)][_0x4b721c(0xdf)]);for(const _0x4c53e1 of _0x87aeb4)ie(_0x4c53e1)||(_0x4c6082[_0x4b721c(0x10d)](_0x4c53e1[_0x4b721c(0xf8)]()),_0x518cd0=!0x0);return _0x518cd0;}[_0x2507eb(0xb5)](_0x9eba1a){const _0x738ac5=_0x2507eb;if(_0x9eba1a[_0x738ac5(0xa0)][_0x738ac5(0x93)]||!_0x9eba1a[_0x738ac5(0xa0)][_0x738ac5(0x8a)])return!0x1;const _0x3db213=this[_0x738ac5(0xf0)][_0x738ac5(0x9e)][_0x738ac5(0xc1)](_0x738ac5(0xab));if(_0x3db213[_0x738ac5(0xe7)][_0x738ac5(0xc7)])return!0x1;let _0x34d4fc=!0x1;const _0x3bbcaa=[_0x738ac5(0xe2),_0x738ac5(0xbe),_0x738ac5(0xaf),_0x738ac5(0xf7),_0x738ac5(0xe6),_0x738ac5(0x94),_0x738ac5(0xc8)],_0x286356=this[_0x738ac5(0xf0)][_0x738ac5(0xec)][_0x738ac5(0x105)][_0x738ac5(0xf9)][_0x738ac5(0xbc)]()[_0x738ac5(0xef)](_0x33e12c=>_0x738ac5(0xe8)==_0x33e12c[_0x738ac5(0xce)])[_0x738ac5(0xef)](_0x3aec76=>_0x3bbcaa[_0x738ac5(0xb0)](_0x3aec76[_0x738ac5(0x112)]));if(0x0==_0x286356[_0x738ac5(0x8b)])return _0x34d4fc;for(const _0x246d40 of _0x286356){const _0x23a8a5=_0x3db213[_0x738ac5(0x9c)](_0x246d40[_0x738ac5(0xbf)],_0x738ac5(0xe8))[_0x738ac5(0xef)](_0x3f35df=>!_0x3f35df[_0x738ac5(0x103)][_0x738ac5(0xfd)])[_0x738ac5(0xd0)](_0x326e56=>_0x326e56[_0x738ac5(0x9a)])[_0x738ac5(0xef)](_0x27ef9c=>{const _0x27e16a=_0x738ac5,_0x29318c=_0x3db213[_0x27e16a(0xd4)](_0x27ef9c);return _0x3bbcaa[_0x27e16a(0xb0)](_0x29318c);});if(_0x23a8a5[_0x738ac5(0x8b)]){for(const _0x122854 of _0x23a8a5)_0x9eba1a[_0x738ac5(0x10d)](_0x122854[_0x738ac5(0xf8)]());_0x34d4fc=!0x0;}}return _0x34d4fc;}[_0x2507eb(0xca)](_0x11e8a4){const _0x12eb6b=_0x2507eb;if(_0x11e8a4[_0x12eb6b(0xa0)][_0x12eb6b(0x93)]||!_0x11e8a4[_0x12eb6b(0xa0)][_0x12eb6b(0x8a)])return!0x1;const _0x21774e=this[_0x12eb6b(0xf0)][_0x12eb6b(0x9e)][_0x12eb6b(0xc1)](_0x12eb6b(0xab));let _0x3cd549=!0x1;const _0x1af9e2=[_0x12eb6b(0xe2),_0x12eb6b(0xbe),_0x12eb6b(0xaf),_0x12eb6b(0xf7),_0x12eb6b(0xe6),_0x12eb6b(0x94),_0x12eb6b(0xc8)];for(const _0x3f88dc of _0x21774e[_0x12eb6b(0x99)]({'skipNotAttached':!0x0})){const _0x146970=_0x21774e[_0x12eb6b(0x9c)](_0x3f88dc[_0x12eb6b(0x8e)](),_0x12eb6b(0xe8))[_0x12eb6b(0xd0)](_0x5e2e82=>_0x5e2e82[_0x12eb6b(0x9a)])[_0x12eb6b(0xef)](_0x1cde28=>_0x1cde28[_0x12eb6b(0xd9)]&&_0x1af9e2[_0x12eb6b(0xb0)](_0x1cde28[_0x12eb6b(0xd9)][_0x12eb6b(0x104)]));if(!_0x146970[_0x12eb6b(0x8b)])continue;const _0x3a39b3=_0x146970[0x0][_0x12eb6b(0x8c)][_0x12eb6b(0xb9)][_0x12eb6b(0xb1)];if(!_0x146970[_0x12eb6b(0x10e)](_0xd0fdc=>_0xd0fdc[_0x12eb6b(0xb9)][_0x12eb6b(0xb1)]===_0x3a39b3)){for(const _0x38673c of _0x146970)_0x3dc54e(_0x38673c,_0x3a39b3)&&(_0x3cd549=!0x0);}}return _0x3cd549;function _0x25acb5(_0x5bfcab,_0x3357d7){const _0x554f50=_0x12eb6b;for(const _0x4332f8 of _0x21774e[_0x554f50(0x99)]({'skipNotAttached':!0x0})[_0x554f50(0xef)](_0x1f566e=>_0x554f50(0xe8)==_0x1f566e[_0x554f50(0xce)]&&_0x1f566e[_0x554f50(0xb9)][_0x554f50(0xb1)]==_0x5bfcab))_0x4332f8[_0x554f50(0xa7)](_0x554f50(0xb1),_0x3357d7);}function _0x3dc54e(_0x39feae,_0xc57041){const _0x319a0a=_0x12eb6b;let _0x26f74f=_0x39feae[_0x319a0a(0x8c)],_0x16b9ae=!0x1;for(;_0x26f74f;)_0x26f74f[_0x319a0a(0xb9)][_0x319a0a(0xb1)]!=_0xc57041&&(_0x25acb5(_0x26f74f[_0x319a0a(0xb9)][_0x319a0a(0xb1)],_0xc57041),_0x26f74f[_0x319a0a(0xa7)](_0x319a0a(0xb1),_0xc57041),_0x16b9ae=!0x0),_0x26f74f=_0x26f74f[_0x319a0a(0x10f)];return _0x16b9ae;}}[_0x2507eb(0xed)](){const _0x372f39=_0x2507eb,_0x160420=this[_0x372f39(0xf0)],_0x30f965=_0x160420[_0x372f39(0x116)],_0x5a9a39=_0x160420[_0x372f39(0x9e)][_0x372f39(0xc1)](_0x372f39(0xab));this[_0x372f39(0xfb)](),_0x5a9a39[_0x372f39(0x10c)][_0x372f39(0xee)](_0x372f39(0x100),_0x372f39(0xb8),_0x372f39(0xb4),function(_0x344c34,_0x5a7d65){const _0x1bd1c4=_0x372f39,_0x47abfe=[];for(let _0x426db3 of _0x344c34)_0x426db3[_0x1bd1c4(0xd6)][_0x1bd1c4(0xe5)]===_0x426db3[_0x1bd1c4(0x113)][_0x1bd1c4(0xbd)]&&(_0x426db3=_0x160420[_0x1bd1c4(0xec)][_0x1bd1c4(0xfe)](_0x160420[_0x1bd1c4(0xec)][_0x1bd1c4(0xba)](_0x426db3[_0x1bd1c4(0xd6)][_0x1bd1c4(0xe5)],0x0))),_0x47abfe[_0x1bd1c4(0x9b)](_0x426db3);_0x160420[_0x1bd1c4(0xec)][_0x1bd1c4(0xcb)](_0x3c574f=>{const _0x624053=_0x1bd1c4,_0x5d2560=_0x160420[_0x624053(0xec)][_0x624053(0x105)][_0x624053(0x102)],_0xba00d7=Array[_0x624053(0xdd)](_0x5d2560[_0x624053(0xb6)]())[_0x624053(0xd0)](_0x4390a3=>_0x20caf3[_0x624053(0xac)](_0x4390a3));_0x3c574f[_0x624053(0xd5)](_0x47abfe),_0x160420[_0x624053(0xf1)][_0x624053(0xc1)](_0x5a7d65[_0x624053(0xbb)])[_0x624053(0x117)](),_0x5a7d65[_0x624053(0xfa)][_0x624053(0x9b)]({'forceDefaultExecution':!0x0}),_0x160420[_0x624053(0xcd)](_0x5a7d65[_0x624053(0xbb)],..._0x5a7d65[_0x624053(0xfa)]),_0x3c574f[_0x624053(0xd5)](_0xba00d7);for(const _0x45ba09 of _0xba00d7)_0x45ba09[_0x624053(0x87)]();});}),_0x5a9a39[_0x372f39(0x10b)][_0x372f39(0x101)](function(_0x564160){const _0x1586bf=_0x372f39,_0x236057=!_0x160420[_0x1586bf(0xec)][_0x1586bf(0x9f)][_0x1586bf(0x110)](_0x564160),_0x3b3982=_0x564160[_0x1586bf(0xcc)],_0x52fde7=_0x564160[_0x1586bf(0x98)],_0xaa619b=_0x564160[_0x1586bf(0xff)](_0x1586bf(0xaf)),_0x3cb64f=!_0x3b3982||_0x3b3982[_0x1586bf(0xff)](_0x1586bf(0xaf))!==_0xaa619b,_0x8c28f8=!_0x52fde7||_0x52fde7[_0x1586bf(0xff)](_0x1586bf(0xaf))!==_0xaa619b;return _0x236057&&Boolean(_0xaa619b)&&_0x3cb64f&&_0x8c28f8;},_0x52a5fe=>_0x9b115f(_0x30f965,_0x372f39(0xf4),_0x52a5fe));}[_0x2507eb(0xfb)](){const _0x372d46=_0x2507eb,_0x86e4d8=this[_0x372d46(0xf0)],_0x284114=_0x86e4d8[_0x372d46(0x116)];function _0x437a65(_0x384331){const _0x3386c5=_0x372d46,_0x2f972f=_0x86e4d8[_0x3386c5(0xf1)][_0x3386c5(0xc1)](_0x3386c5(0xcf))[_0x3386c5(0xc7)],_0x3fbfac=_0x86e4d8[_0x3386c5(0xf1)][_0x3386c5(0xc1)](_0x3386c5(0xb2))[_0x3386c5(0xc7)];return _0x3386c5(0xb2)===_0x384331?_0x2f972f:_0x3fbfac;}_0x86e4d8[_0x372d46(0x9e)][_0x372d46(0xc1)](_0x372d46(0xab))[_0x372d46(0x10b)][_0x372d46(0xaa)](function(_0x155f26){const _0x3d3c00=_0x372d46;if(_0x3d3c00(0x100)!=_0x155f26[_0x3d3c00(0xce)])return;const {data:_0x24590f}=_0x155f26;if(!_0x24590f)return;let _0x3c6461,_0xb60f9c,_0x2e9452,_0x3eb9f7;switch(_0x24590f[_0x3d3c00(0xbb)]){case _0x3d3c00(0xcf):_0x2e9452=_0x24590f[_0x3d3c00(0xfa)][0x0][_0x3d3c00(0xf2)],_0x3eb9f7=_0x437a65(_0x24590f[_0x3d3c00(0xbb)]),_0x3c6461=_0x2e9452?_0x3d3c00(0xa6):_0x3d3c00(0x92),!_0x3eb9f7&&_0x86e4d8[_0x3d3c00(0xa5)][_0x3d3c00(0xc1)](_0x3d3c00(0x8f))||(_0x3c6461=_0x3d3c00(0xc0)),_0xb60f9c={'type':_0x3d3c00(0x109),'content':_0x9b115f(_0x284114,_0x3c6461,_0x9b115f(_0x284114,_0x3d3c00(0xfc)))};break;case _0x3d3c00(0xb2):_0x2e9452=_0x24590f[_0x3d3c00(0xfa)][0x0][_0x3d3c00(0xf2)],_0x3eb9f7=_0x437a65(_0x24590f[_0x3d3c00(0xbb)]),_0x3c6461=_0x2e9452?_0x3d3c00(0xa6):_0x3d3c00(0x92),!_0x3eb9f7&&_0x86e4d8[_0x3d3c00(0xa5)][_0x3d3c00(0xc1)](_0x3d3c00(0x8f))||(_0x3c6461=_0x3d3c00(0xc0)),_0xb60f9c={'type':_0x3d3c00(0x109),'content':_0x9b115f(_0x284114,_0x3c6461,_0x9b115f(_0x284114,_0x3d3c00(0xe1)))};break;case _0x3d3c00(0xd1):_0x3c6461=_0x3d3c00(0xa3),_0xb60f9c={'type':_0x3d3c00(0x109),'content':_0x9b115f(_0x284114,_0x3c6461,_0x9b115f(_0x284114,_0x3d3c00(0xf4)))};break;case _0x3d3c00(0xd7):_0x3c6461=function(_0x2f2be8){const _0x129b28=_0x3d3c00,_0x1e3219=_0x2f2be8[_0x129b28(0x8e)]();let _0x374d3a=_0x1e3219[_0x129b28(0xd6)][_0x129b28(0xe5)];for(;_0x374d3a&&_0x1e3219[_0x129b28(0x106)](_0x374d3a);){if(_0x374d3a[_0x129b28(0xff)](_0x129b28(0xf7))>0x0)return!0x1;_0x374d3a=_0x374d3a[_0x129b28(0x98)];}return!0x0;}(_0x155f26)?_0x9b115f(_0x284114,_0x3d3c00(0x92),_0x9b115f(_0x284114,function(_0x1f357a){const _0x266a80=_0x3d3c00;return _0x266a80(0xc4)+_0x1f357a[_0x266a80(0x8e)]()[_0x266a80(0xd6)][_0x266a80(0xe5)][_0x266a80(0xff)](_0x266a80(0xe2))[_0x266a80(0x111)]()+_0x266a80(0xf3);}(_0x155f26))):_0x9b115f(_0x284114,_0x3d3c00(0x85),_0x9b115f(_0x284114,_0x3d3c00(0xf4))),_0xb60f9c={'type':_0x3d3c00(0x109),'content':_0x3c6461};break;case _0x3d3c00(0xdc):case _0x3d3c00(0xe0):!0x1===_0x24590f[_0x3d3c00(0xe4)]&&(_0x3c6461=_0x3d3c00(0xf6),_0xb60f9c={'type':_0x3d3c00(0xea),'content':_0x9b115f(_0x284114,_0x3c6461,_0x9b115f(_0x284114,_0x3d3c00(0xf4)))});}return _0xb60f9c;});}}function ie(_0x2a6363){const _0x1ee0f2=_0x2507eb;let _0x3777fd=_0x2a6363[_0x1ee0f2(0x8e)]()[_0x1ee0f2(0xd6)][_0x1ee0f2(0xe5)][_0x1ee0f2(0xcc)];for(;_0x3777fd;){const _0x2058a8=_0x3777fd[_0x1ee0f2(0xff)](_0x1ee0f2(0xaf));if(!_0x2058a8)return!0x1;if(_0x2058a8==_0x2a6363[_0x1ee0f2(0xd9)][_0x1ee0f2(0x86)])return _0x1ee0f2(0x86);if(_0x2058a8==_0x2a6363[_0x1ee0f2(0xd9)][_0x1ee0f2(0xdf)])return _0x1ee0f2(0xdf);_0x3777fd=_0x3777fd[_0x1ee0f2(0xcc)];}return!0x1;}
|
|
23
|
+
const _0x863b78=_0x5186;function _0x3d47(){const _0x20b497=['*Format:*\x20remove\x20from\x20%0','319870neALZT','6427053MoLAzj','registerPostFixer','*Indent:*\x20%0','splitListItemAfter','get','registerCustomCallback','commandName','listReversed','key','isObject','batch','afterInit','todoListCheck','nodeAfter','*Format:*\x20insert\x20into\x20%0','forceValue','ELEMENT_TODO_LIST','selection','nextSibling','splitListItemBefore','deletion','bulleted','_registerLegacyDescription','customBulletedList','noTrackChangesFixer','40hrLuDc','59171AqmXxP','format','fromRange','containsItem','isUndo','listIndent','map','_enableDefaultAttributesIntegration','numbered','commands','listItemId','*Outdent:*\x20%0','differ','ELEMENT_NUMBERED_LIST','listMarkerStyle','attributeKey','locale','attributes','registerAttributeLabel','has','outdentList','detach','setAttribute','push','todo','default','_findSuggestions','getFirstRange','listItemIdFixer','type','todoListChecked','indentList','trackChangesCommand','config','isLocal','start','document','setSelection','*Set\x20format:*\x20%0','_getAttributeKey','getSuggestions','createPositionAt','plugins','ELEMENT_','898YpTjKU','list.multiBlock','find','accept','change','formatBlock','8529PTxXUP','mergeListItemForward','oldValue','parent','_LIST','ListEditing','registerDescriptionCallback','getRanges','filter','every','listStyle','_suggestionFactory','customNumberedList','end','*Remove\x20format:*\x20%0','next','*Uncheck\x20item*','registerElementLabel','*Check\x20item*','editor','_supportLegacySuggestions','FORMAT_INDENT','commandParams','getFirstMarker','assureChains','*Split:*\x20list\x20item','execute','ELEMENT_LIST_ITEM','listStart','36ISytAn','getAttribute','head','multipleBlocks','toUpperCase','refresh','from','TodoListEditing','attribute','includes','TrackChangesEditing','*Merge:*\x20list\x20item','listMarker','_descriptionFactory','model','isNextTo','todoList','bulletedList','range','getChanges','schema','newValue','suggestion','ELEMENT_BULLETED_LIST','documentList','groupId','*Change\x20to:*\x20%0','createRange','listType','12189430Mtwvvx','numberedList','length','*Merge:*\x20%0','previousSibling','6799962KHUjPY','meta','value','mergeListItemBackward','removeMarker','905197uOdrui','data','checkTodoList'];_0x3d47=function(){return _0x20b497;};return _0x3d47();}(function(_0x1c5a71,_0x2b08a0){const _0x58921e=_0x5186,_0x40c048=_0x1c5a71();while(!![]){try{const _0x3c6ba8=parseInt(_0x58921e(0x184))/0x1+parseInt(_0x58921e(0x13a))/0x2*(parseInt(_0x58921e(0x140))/0x3)+parseInt(_0x58921e(0x15d))/0x4*(-parseInt(_0x58921e(0x188))/0x5)+parseInt(_0x58921e(0x17f))/0x6+parseInt(_0x58921e(0x1a3))/0x7*(-parseInt(_0x58921e(0x1a2))/0x8)+-parseInt(_0x58921e(0x189))/0x9+-parseInt(_0x58921e(0x17a))/0xa;if(_0x3c6ba8===_0x2b08a0)break;else _0x40c048['push'](_0x40c048['shift']());}catch(_0x4bdef0){_0x40c048['push'](_0x40c048['shift']());}}}(_0x3d47,0xba824));import{Plugin as _0x175b6b}from'ckeditor5/src/core.js';import{getTranslation as _0x308f85}from'../utils/common-translations.js';import{renameAttributeKey as _0xb0801}from'../trackchangesediting.js';import{LiveRange as _0x4a2824}from'ckeditor5/src/engine.js';export default class z extends _0x175b6b{[_0x863b78(0x194)](){const _0x457644=_0x863b78,_0x5dcff5=this[_0x457644(0x153)];if(!_0x5dcff5[_0x457644(0x138)][_0x457644(0x121)](_0x457644(0x145)))return;const _0x48c89c=_0x5dcff5[_0x457644(0x11e)],_0x534870=_0x5dcff5[_0x457644(0x138)][_0x457644(0x18d)](_0x457644(0x167)),_0x24b44b=_0x5dcff5[_0x457644(0x138)][_0x457644(0x121)](_0x457644(0x164)),_0x3c0be1=!!_0x5dcff5[_0x457644(0x12f)][_0x457644(0x18d)](_0x457644(0x13b));function _0x1f5bc0(_0x9bd78f){const _0x763a69=_0x457644;return{'type':_0x763a69(0x1a4),'content':''+_0x308f85(_0x48c89c,_0x763a69(0x134),_0x9bd78f)};}function _0x1a179a(_0x441f11){const _0x18bb5e=_0x457644;return{'type':_0x18bb5e(0x1a4),'content':''+_0x308f85(_0x48c89c,_0x18bb5e(0x14e),_0x441f11)};}_0x534870[_0x457644(0x115)](_0x457644(0x17b),[],[_0x457644(0x118),_0x457644(0x179),_0x457644(0x113)]),_0x534870[_0x457644(0x115)](_0x457644(0x16e)),_0x534870[_0x457644(0x115)](_0x457644(0x14c)),_0x534870[_0x457644(0x115)](_0x457644(0x1a0)),_0x534870[_0x457644(0x115)](_0x457644(0x12d)),_0x534870[_0x457644(0x115)](_0x457644(0x122)),_0x534870[_0x457644(0x115)](_0x457644(0x18c)),_0x534870[_0x457644(0x115)](_0x457644(0x19c)),_0x3c0be1&&(_0x534870[_0x457644(0x115)](_0x457644(0x182)),_0x534870[_0x457644(0x115)](_0x457644(0x141))),_0x24b44b&&(_0x534870[_0x457644(0x115)](_0x457644(0x16d)),_0x534870[_0x457644(0x115)](_0x457644(0x186),[],[_0x457644(0x12c)]),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x544563=>{const _0x1b2b36=_0x457644,{data:_0x3707db}=_0x544563;if(_0x3707db&&_0x1b2b36(0x12c)==_0x3707db[_0x1b2b36(0x191)])return{'type':_0x1b2b36(0x1a4),'content':_0x3707db[_0x1b2b36(0x172)]?_0x308f85(_0x48c89c,_0x1b2b36(0x152)):_0x308f85(_0x48c89c,_0x1b2b36(0x150))};}),this[_0x457644(0x153)][_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x15fdeb=>{const _0x32bb6b=_0x457644;if(_0x15fdeb[_0x32bb6b(0x193)][_0x32bb6b(0x112)])return!0x1;let _0x594899=!0x1;const _0x54e8f5=_0x534870[_0x32bb6b(0x136)]({'skipNotAttached':!0x0})[_0x32bb6b(0x148)](_0x362c2d=>_0x32bb6b(0x12c)===_0x534870[_0x32bb6b(0x135)](_0x362c2d));for(const _0x3bc484 of _0x54e8f5){_0x32bb6b(0x126)!=_0x3bc484[_0x32bb6b(0x129)]()[_0x32bb6b(0x131)][_0x32bb6b(0x196)][_0x32bb6b(0x15e)](_0x32bb6b(0x179))&&(_0x534870[_0x32bb6b(0x128)](_0x3bc484[_0x32bb6b(0x129)](),_0x32bb6b(0x165))[_0x32bb6b(0x13c)](_0x32a083=>_0x32bb6b(0x179)===_0x534870[_0x32bb6b(0x135)](_0x32a083[_0x32bb6b(0x173)]))||(_0x15fdeb[_0x32bb6b(0x183)](_0x3bc484[_0x32bb6b(0x157)]()),_0x594899=!0x0));}return _0x594899;})),_0x534870[_0x457644(0x16a)][_0x457644(0x120)](_0x457644(0x113),_0x308f85(_0x48c89c,_0x457644(0x155)));const _0x224d79={'type':_0x457644(0x1a4),'content':''};_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x5bd60c=>{const _0x2c19f5=_0x457644,{data:_0x4ae8d4}=_0x5bd60c;if(!_0x4ae8d4||_0x2c19f5(0x179)!=_0x4ae8d4[_0x2c19f5(0x191)])return;let _0x42a6f0=_0x5bd60c[_0x2c19f5(0x15f)];for(;_0x42a6f0;){if(_0x42a6f0[_0x2c19f5(0x185)]&&((_0x2c19f5(0x14a)==_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)]||_0x2c19f5(0x11c)==_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)])&&(_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x172)]&&_0x2c19f5(0x127)!=_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x172)]||_0x2c19f5(0x127)!=_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x142)]&&!_0x4ae8d4[_0x2c19f5(0x172)])||!_0x3c0be1&&_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)]==_0xb0801))return _0x224d79;_0x42a6f0=_0x42a6f0[_0x2c19f5(0x14f)];}if(null==_0x4ae8d4[_0x2c19f5(0x172)])switch(_0x4ae8d4[_0x2c19f5(0x142)]){case _0x2c19f5(0x19e):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x174)));case _0x2c19f5(0x116):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x11b)));case _0x2c19f5(0x126):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x199)));}switch(_0x4ae8d4[_0x2c19f5(0x172)]){case _0x2c19f5(0x19e):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x174)));case _0x2c19f5(0x116):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x11b)));case _0x2c19f5(0x126):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x199)));}}),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x416467=>{const _0x4bb751=_0x457644,{data:_0x33b421}=_0x416467;if(_0x33b421&&_0x4bb751(0x113)==_0x33b421[_0x4bb751(0x191)])return null==_0x33b421[_0x4bb751(0x172)]||null==_0x33b421[_0x4bb751(0x142)]&&0x0==_0x33b421[_0x4bb751(0x172)]?_0x224d79:void 0x0;}),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x3353d1=>{const _0x2b5fd6=_0x457644;if(_0x2b5fd6(0x165)!=_0x3353d1[_0x2b5fd6(0x12b)])return;const {data:_0x4e82be}=_0x3353d1;if(!_0x4e82be||_0x2b5fd6(0x118)!=_0x4e82be[_0x2b5fd6(0x191)])return;const _0x16133a=le(_0x3353d1);return _0x16133a?_0x2b5fd6(0x172)==_0x16133a?{'type':_0x2b5fd6(0x1a4),'content':_0x308f85(_0x48c89c,_0x2b5fd6(0x168))}:_0x2b5fd6(0x142)==_0x16133a?{'type':_0x2b5fd6(0x1a4),'content':_0x308f85(_0x48c89c,_0x2b5fd6(0x159))}:_0x224d79:_0x224d79;}),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x46dfcb=>this[_0x457644(0x12a)](_0x46dfcb)),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x4b47f9=>this[_0x457644(0x1a1)](_0x4b47f9)),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x3e27ab=>this[_0x457644(0x158)](_0x3e27ab)),this[_0x457644(0x154)]();}[_0x863b78(0x12a)](_0x9e1286){const _0x2fdfcd=_0x863b78;if(_0x9e1286[_0x2fdfcd(0x193)][_0x2fdfcd(0x112)]||!_0x9e1286[_0x2fdfcd(0x193)][_0x2fdfcd(0x130)])return!0x1;let _0x1d9808=!0x1;const _0x5e83d2=this[_0x2fdfcd(0x153)][_0x2fdfcd(0x138)][_0x2fdfcd(0x18d)](_0x2fdfcd(0x167))[_0x2fdfcd(0x136)]({'skipNotAttached':!0x0})[_0x2fdfcd(0x148)](_0x3a328e=>_0x3a328e[_0x2fdfcd(0x185)]&&_0x2fdfcd(0x118)==_0x3a328e[_0x2fdfcd(0x185)][_0x2fdfcd(0x191)])[_0x2fdfcd(0x148)](_0x5a9ee4=>_0x5a9ee4[_0x2fdfcd(0x185)][_0x2fdfcd(0x172)]&&_0x5a9ee4[_0x2fdfcd(0x185)][_0x2fdfcd(0x142)]);for(const _0x518d99 of _0x5e83d2)le(_0x518d99)||(_0x9e1286[_0x2fdfcd(0x183)](_0x518d99[_0x2fdfcd(0x157)]()),_0x1d9808=!0x0);return _0x1d9808;}[_0x863b78(0x1a1)](_0x1ae8b5){const _0x383b9d=_0x863b78;if(_0x1ae8b5[_0x383b9d(0x193)][_0x383b9d(0x112)]||!_0x1ae8b5[_0x383b9d(0x193)][_0x383b9d(0x130)])return!0x1;const _0x1892fc=this[_0x383b9d(0x153)][_0x383b9d(0x138)][_0x383b9d(0x18d)](_0x383b9d(0x167));if(_0x1892fc[_0x383b9d(0x12e)][_0x383b9d(0x181)])return!0x1;let _0x292890=!0x1;const _0x3f366e=[_0x383b9d(0x179),_0x383b9d(0x118),_0x383b9d(0x113),_0x383b9d(0x14a),_0x383b9d(0x15c),_0x383b9d(0x190),_0x383b9d(0x195),_0x383b9d(0x169),_0x383b9d(0x11c)],_0x78490d=this[_0x383b9d(0x153)][_0x383b9d(0x16b)][_0x383b9d(0x132)][_0x383b9d(0x11a)][_0x383b9d(0x170)]()[_0x383b9d(0x148)](_0x16aa0e=>_0x383b9d(0x165)==_0x16aa0e[_0x383b9d(0x12b)])[_0x383b9d(0x148)](_0x534bfa=>_0x3f366e[_0x383b9d(0x166)](_0x534bfa[_0x383b9d(0x11d)]));if(0x0==_0x78490d[_0x383b9d(0x17c)])return _0x292890;for(const _0x20ff4c of _0x78490d){const _0xa5fd61=_0x1892fc[_0x383b9d(0x128)](_0x20ff4c[_0x383b9d(0x16f)],_0x383b9d(0x165))[_0x383b9d(0x148)](_0x58f8cd=>!_0x58f8cd[_0x383b9d(0x180)][_0x383b9d(0x16c)])[_0x383b9d(0x114)](_0x28d300=>_0x28d300[_0x383b9d(0x173)])[_0x383b9d(0x148)](_0x1de29c=>{const _0x1916f5=_0x383b9d,_0x26aea6=_0x1892fc[_0x1916f5(0x135)](_0x1de29c);return _0x3f366e[_0x1916f5(0x166)](_0x26aea6);});if(_0xa5fd61[_0x383b9d(0x17c)]){for(const _0x2ba3be of _0xa5fd61)_0x1ae8b5[_0x383b9d(0x183)](_0x2ba3be[_0x383b9d(0x157)]());_0x292890=!0x0;}}return _0x292890;}[_0x863b78(0x158)](_0xc6b5f7){const _0x4575a2=_0x863b78;if(_0xc6b5f7[_0x4575a2(0x193)][_0x4575a2(0x112)]||!_0xc6b5f7[_0x4575a2(0x193)][_0x4575a2(0x130)])return!0x1;const _0x2af700=this[_0x4575a2(0x153)][_0x4575a2(0x138)][_0x4575a2(0x18d)](_0x4575a2(0x167));let _0x3be0b1=!0x1;const _0x3fdf32=[_0x4575a2(0x179),_0x4575a2(0x118),_0x4575a2(0x113),_0x4575a2(0x14a),_0x4575a2(0x15c),_0x4575a2(0x190),_0x4575a2(0x195),_0x4575a2(0x169),_0x4575a2(0x11c)];for(const _0x5628b0 of _0x2af700[_0x4575a2(0x136)]({'skipNotAttached':!0x0})){const _0x4e13d0=_0x2af700[_0x4575a2(0x128)](_0x5628b0[_0x4575a2(0x129)](),_0x4575a2(0x165))[_0x4575a2(0x114)](_0x5942a2=>_0x5942a2[_0x4575a2(0x173)])[_0x4575a2(0x148)](_0x3d9a0b=>_0x3d9a0b[_0x4575a2(0x185)]&&_0x3fdf32[_0x4575a2(0x166)](_0x3d9a0b[_0x4575a2(0x185)][_0x4575a2(0x191)]));if(!_0x4e13d0[_0x4575a2(0x17c)])continue;const _0x645fd7=_0x4e13d0[0x0][_0x4575a2(0x15f)][_0x4575a2(0x11f)][_0x4575a2(0x176)];if(!_0x4e13d0[_0x4575a2(0x149)](_0x1e0dbd=>_0x1e0dbd[_0x4575a2(0x11f)][_0x4575a2(0x176)]===_0x645fd7)){for(const _0x45dc9a of _0x4e13d0)_0x1e99bf(_0x45dc9a,_0x645fd7)&&(_0x3be0b1=!0x0);}}return _0x3be0b1;function _0x23fdf9(_0x23b2a1,_0x459300){const _0x53df80=_0x4575a2;for(const _0x1d101a of _0x2af700[_0x53df80(0x136)]({'skipNotAttached':!0x0})[_0x53df80(0x148)](_0x5aec58=>_0x53df80(0x165)==_0x5aec58[_0x53df80(0x12b)]&&_0x5aec58[_0x53df80(0x11f)][_0x53df80(0x176)]==_0x23b2a1))_0x1d101a[_0x53df80(0x124)](_0x53df80(0x176),_0x459300);}function _0x1e99bf(_0x18e824,_0x5aca94){const _0x30d628=_0x4575a2;let _0x3c6daf=_0x18e824[_0x30d628(0x15f)],_0x1b27f7=!0x1;for(;_0x3c6daf;)_0x3c6daf[_0x30d628(0x11f)][_0x30d628(0x176)]!=_0x5aca94&&(_0x23fdf9(_0x3c6daf[_0x30d628(0x11f)][_0x30d628(0x176)],_0x5aca94),_0x3c6daf[_0x30d628(0x124)](_0x30d628(0x176),_0x5aca94),_0x1b27f7=!0x0),_0x3c6daf=_0x3c6daf[_0x30d628(0x14f)];return _0x1b27f7;}}[_0x863b78(0x154)](){const _0xeccc0f=_0x863b78,_0x98b462=this[_0xeccc0f(0x153)],_0xf4606d=_0x98b462[_0xeccc0f(0x11e)],_0x439c3d=_0x98b462[_0xeccc0f(0x138)][_0xeccc0f(0x18d)](_0xeccc0f(0x167));this[_0xeccc0f(0x19f)](),_0x439c3d[_0xeccc0f(0x14b)][_0xeccc0f(0x18e)](_0xeccc0f(0x13f),_0xeccc0f(0x175),_0xeccc0f(0x13d),function(_0x552b85,_0x55bfba){const _0x4f481f=_0xeccc0f,_0x344d66=[];for(let _0x46acb5 of _0x552b85)_0x46acb5[_0x4f481f(0x131)][_0x4f481f(0x196)]===_0x46acb5[_0x4f481f(0x14d)][_0x4f481f(0x143)]&&(_0x46acb5=_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x178)](_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x137)](_0x46acb5[_0x4f481f(0x131)][_0x4f481f(0x196)],0x0))),_0x344d66[_0x4f481f(0x125)](_0x46acb5);_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x13e)](_0x3d61d1=>{const _0xf1ff0f=_0x4f481f,_0x306b1e=_0x98b462[_0xf1ff0f(0x16b)][_0xf1ff0f(0x132)][_0xf1ff0f(0x19a)],_0x28d67f=Array[_0xf1ff0f(0x163)](_0x306b1e[_0xf1ff0f(0x147)]())[_0xf1ff0f(0x114)](_0x13253a=>_0x4a2824[_0xf1ff0f(0x110)](_0x13253a));_0x3d61d1[_0xf1ff0f(0x133)](_0x344d66),_0x98b462[_0xf1ff0f(0x117)][_0xf1ff0f(0x18d)](_0x55bfba[_0xf1ff0f(0x18f)])[_0xf1ff0f(0x162)](),_0x55bfba[_0xf1ff0f(0x156)][_0xf1ff0f(0x125)]({'forceDefaultExecution':!0x0}),_0x98b462[_0xf1ff0f(0x15a)](_0x55bfba[_0xf1ff0f(0x18f)],..._0x55bfba[_0xf1ff0f(0x156)]),_0x3d61d1[_0xf1ff0f(0x133)](_0x28d67f);for(const _0x4969e8 of _0x28d67f)_0x4969e8[_0xf1ff0f(0x123)]();});}),_0x439c3d[_0xeccc0f(0x16a)][_0xeccc0f(0x151)](function(_0x27e23d){const _0x2b330a=_0xeccc0f,_0x5b1e83=!_0x98b462[_0x2b330a(0x16b)][_0x2b330a(0x171)][_0x2b330a(0x192)](_0x27e23d),_0x5aad95=_0x27e23d[_0x2b330a(0x17e)],_0x13c61f=_0x27e23d[_0x2b330a(0x19b)],_0x17de94=_0x27e23d[_0x2b330a(0x15e)](_0x2b330a(0x118)),_0x19e032=!_0x5aad95||_0x5aad95[_0x2b330a(0x15e)](_0x2b330a(0x118))!==_0x17de94,_0x4dff36=!_0x13c61f||_0x13c61f[_0x2b330a(0x15e)](_0x2b330a(0x118))!==_0x17de94;return _0x5b1e83&&Boolean(_0x17de94)&&_0x19e032&&_0x4dff36;},_0x2c9b18=>_0x308f85(_0xf4606d,_0xeccc0f(0x15b),_0x2c9b18));}[_0x863b78(0x19f)](){const _0x59c8b9=_0x863b78,_0x3ebc76=this[_0x59c8b9(0x153)],_0x5a0e1d=_0x3ebc76[_0x59c8b9(0x11e)];function _0x11f6c6(_0x26dea7){const _0x882b4=_0x59c8b9,_0x43ca85=_0x3ebc76[_0x882b4(0x117)][_0x882b4(0x18d)](_0x882b4(0x16e))[_0x882b4(0x181)],_0x28f78f=_0x3ebc76[_0x882b4(0x117)][_0x882b4(0x18d)](_0x882b4(0x17b))[_0x882b4(0x181)];return _0x882b4(0x17b)===_0x26dea7?_0x43ca85:_0x28f78f;}_0x3ebc76[_0x59c8b9(0x138)][_0x59c8b9(0x18d)](_0x59c8b9(0x167))[_0x59c8b9(0x16a)][_0x59c8b9(0x146)](function(_0x542c85){const _0xeb6c50=_0x59c8b9;if(_0xeb6c50(0x13f)!=_0x542c85[_0xeb6c50(0x12b)])return;const {data:_0x1bfa16}=_0x542c85;if(!_0x1bfa16)return;let _0x13a3d4,_0x6aa765,_0x198e7e,_0x32facb;switch(_0x1bfa16[_0xeb6c50(0x18f)]){case _0xeb6c50(0x16e):_0x198e7e=_0x1bfa16[_0xeb6c50(0x156)][0x0][_0xeb6c50(0x198)],_0x32facb=_0x11f6c6(_0x1bfa16[_0xeb6c50(0x18f)]),_0x13a3d4=_0x198e7e?_0xeb6c50(0x197):_0xeb6c50(0x187),!_0x32facb&&_0x3ebc76[_0xeb6c50(0x12f)][_0xeb6c50(0x18d)](_0xeb6c50(0x13b))||(_0x13a3d4=_0xeb6c50(0x177)),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x174)))};break;case _0xeb6c50(0x17b):_0x198e7e=_0x1bfa16[_0xeb6c50(0x156)][0x0][_0xeb6c50(0x198)],_0x32facb=_0x11f6c6(_0x1bfa16[_0xeb6c50(0x18f)]),_0x13a3d4=_0x198e7e?_0xeb6c50(0x197):_0xeb6c50(0x187),!_0x32facb&&_0x3ebc76[_0xeb6c50(0x12f)][_0xeb6c50(0x18d)](_0xeb6c50(0x13b))||(_0x13a3d4=_0xeb6c50(0x177)),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x11b)))};break;case _0xeb6c50(0x12d):_0x13a3d4=_0xeb6c50(0x18b),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b)))};break;case _0xeb6c50(0x122):_0x13a3d4=function(_0x428a34){const _0x4ba642=_0xeb6c50,_0x28906a=_0x428a34[_0x4ba642(0x129)]();let _0x471d17=_0x28906a[_0x4ba642(0x131)][_0x4ba642(0x196)];for(;_0x471d17&&_0x28906a[_0x4ba642(0x111)](_0x471d17);){if(_0x471d17[_0x4ba642(0x15e)](_0x4ba642(0x113))>0x0)return!0x1;_0x471d17=_0x471d17[_0x4ba642(0x19b)];}return!0x0;}(_0x542c85)?_0x308f85(_0x5a0e1d,_0xeb6c50(0x187),_0x308f85(_0x5a0e1d,function(_0x229584){const _0x4af778=_0xeb6c50;return _0x4af778(0x139)+_0x229584[_0x4af778(0x129)]()[_0x4af778(0x131)][_0x4af778(0x196)][_0x4af778(0x15e)](_0x4af778(0x179))[_0x4af778(0x161)]()+_0x4af778(0x144);}(_0x542c85))):_0x308f85(_0x5a0e1d,_0xeb6c50(0x119),_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b))),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x13a3d4};break;case _0xeb6c50(0x182):case _0xeb6c50(0x141):!0x1===_0x1bfa16[_0xeb6c50(0x160)]&&(_0x13a3d4=_0xeb6c50(0x17d),_0x6aa765={'type':_0xeb6c50(0x19d),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b)))});}return _0x6aa765;});}}function _0x5186(_0x3246c8,_0x533495){const _0x3d478c=_0x3d47();return _0x5186=function(_0x51860f,_0x191546){_0x51860f=_0x51860f-0x110;let _0x45bb22=_0x3d478c[_0x51860f];return _0x45bb22;},_0x5186(_0x3246c8,_0x533495);}function le(_0x321a8f){const _0x4183fe=_0x863b78;let _0x434b12=_0x321a8f[_0x4183fe(0x129)]()[_0x4183fe(0x131)][_0x4183fe(0x196)][_0x4183fe(0x17e)];for(;_0x434b12;){const _0x43eb45=_0x434b12[_0x4183fe(0x15e)](_0x4183fe(0x118));if(!_0x43eb45)return!0x1;if(_0x43eb45==_0x321a8f[_0x4183fe(0x185)][_0x4183fe(0x172)])return _0x4183fe(0x172);if(_0x43eb45==_0x321a8f[_0x4183fe(0x185)][_0x4183fe(0x142)])return _0x4183fe(0x142);_0x434b12=_0x434b12[_0x4183fe(0x17e)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x4a8a(_0x12631b,_0x4b4709){const _0x1acae6=_0x1aca();return _0x4a8a=function(_0x4a8aae,_0x2fcfc5){_0x4a8aae=_0x4a8aae-0x1d7;let _0x26aa50=_0x1acae6[_0x4a8aae];return _0x26aa50;},_0x4a8a(_0x12631b,_0x4b4709);}const _0x18443a=_0x4a8a;(function(_0x201681,_0x1c74db){const _0x8ef10e=_0x4a8a,_0x4c59b5=_0x201681();while(!![]){try{const _0x10ba6d=parseInt(_0x8ef10e(0x1e8))/0x1+-parseInt(_0x8ef10e(0x207))/0x2*(-parseInt(_0x8ef10e(0x220))/0x3)+-parseInt(_0x8ef10e(0x1eb))/0x4*(parseInt(_0x8ef10e(0x20f))/0x5)+parseInt(_0x8ef10e(0x1fd))/0x6+parseInt(_0x8ef10e(0x20a))/0x7*(-parseInt(_0x8ef10e(0x1e0))/0x8)+-parseInt(_0x8ef10e(0x1e2))/0x9*(parseInt(_0x8ef10e(0x219))/0xa)+parseInt(_0x8ef10e(0x227))/0xb;if(_0x10ba6d===_0x1c74db)break;else _0x4c59b5['push'](_0x4c59b5['shift']());}catch(_0x1cc112){_0x4c59b5['push'](_0x4c59b5['shift']());}}}(_0x1aca,0xbb47a));import{Plugin as _0x2db47a}from'ckeditor5/src/core.js';function _0x1aca(){const _0x158924=['editor','next','attribute','has','oldValue','afterInit','1904076kTWnrS','*Format:*\x20set\x20order\x20to\x20reversed','listStart','key','ELEMENT_','numbered','upper-roman','getFirstMarker','_enableDefaultAttributesIntegration','listStyle','1178738UTWdiO','removeMarker','bulleted','111391WmgOft','lower-roman','bind','_LIST_','*Change\x20to:*\x20%0','5PRGLlB','_descriptionFactory','getFirstRange','*Remove\x20format:*\x20%0','list.properties','model','upper-latin','locale','nodeAfter','circle','763060MnSmiN','lower-latin','suggestion','plugins','head','_getTranslationKeyForListStyle','start','6NIuuzk','registerDescriptionCallback','config','toUpperCase','registerAttributeLabel','default','*Format:*\x20set\x20order\x20to\x20regular','459118FTBRkB','formatBlock','getAttribute','disc','listType','data','batch','decimal','replace','commandName','find','newValue','*Set\x20format:*\x20%0','customNumbered','filter','FORMAT_LIST_START','document','_registerLegacyDescription','_LIST_DEFAULT','reversed','commandParams','432NVVfBE','registerPostFixer','18skgSZz','handleDescriptions','styles','format','FORMAT_LIST_REVERSED','type','740949hDvsIk','isUndo','_getAttributeKey','1999036EQrDMn','ListPropertiesEditing','square','listReversed','TrackChangesEditing','startIndex','getSuggestions','get','includes','*Format:*\x20set\x20start\x20index\x20to\x20%0','decimal-leading-zero','_findSuggestions'];_0x1aca=function(){return _0x158924;};return _0x1aca();}import{getTranslation as _0x497523}from'../utils/common-translations.js';export default class ue extends _0x2db47a{[_0x18443a(0x1fc)](){const _0x2bc40a=_0x18443a;if(!this[_0x2bc40a(0x1f7)][_0x2bc40a(0x21c)][_0x2bc40a(0x1fa)](_0x2bc40a(0x1ec)))return;const _0x3bac21=this[_0x2bc40a(0x1f7)][_0x2bc40a(0x222)][_0x2bc40a(0x1f2)](_0x2bc40a(0x213)),_0x4b65f4=this[_0x2bc40a(0x1f7)][_0x2bc40a(0x21c)][_0x2bc40a(0x1f2)](_0x2bc40a(0x1ef));_0x3bac21[_0x2bc40a(0x1e4)]&&_0x4b65f4[_0x2bc40a(0x205)](_0x2bc40a(0x206),[],[_0x2bc40a(0x206)]),_0x3bac21[_0x2bc40a(0x1de)]&&_0x4b65f4[_0x2bc40a(0x205)](_0x2bc40a(0x1ee),[],[_0x2bc40a(0x1ee)]),_0x3bac21[_0x2bc40a(0x1f0)]&&_0x4b65f4[_0x2bc40a(0x205)](_0x2bc40a(0x1ff),[],[_0x2bc40a(0x1ff)]);const _0x197b59={'type':_0x2bc40a(0x1e5),'content':''};_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x221)](this[_0x2bc40a(0x1e3)][_0x2bc40a(0x20c)](this));const _0x5cb7e4=this[_0x2bc40a(0x1f7)][_0x2bc40a(0x216)];_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x224)](_0x2bc40a(0x1ee),_0x497523(_0x5cb7e4,_0x2bc40a(0x1e6))),_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x221)](_0x41158f=>{const _0x3f15fc=_0x2bc40a,{data:_0x38ff7e}=_0x41158f;if(_0x38ff7e&&_0x3f15fc(0x1ee)==_0x38ff7e[_0x3f15fc(0x200)])return null==_0x38ff7e[_0x3f15fc(0x232)]||0x0==_0x38ff7e[_0x3f15fc(0x232)]&&null==_0x38ff7e[_0x3f15fc(0x1fb)]?_0x197b59:void 0x0;}),_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x224)](_0x2bc40a(0x1ff),_0x497523(_0x5cb7e4,_0x2bc40a(0x1da))),_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x221)](_0x12c14f=>{const _0x4fd7d6=_0x2bc40a,{data:_0x5d0ef3}=_0x12c14f;if(_0x5d0ef3&&_0x4fd7d6(0x1ff)==_0x5d0ef3[_0x4fd7d6(0x200)])return null==_0x5d0ef3[_0x4fd7d6(0x232)]||0x1==_0x5d0ef3[_0x4fd7d6(0x232)]&&null==_0x5d0ef3[_0x4fd7d6(0x1fb)]?_0x197b59:void 0x0;}),this[_0x2bc40a(0x1f7)][_0x2bc40a(0x214)][_0x2bc40a(0x1db)][_0x2bc40a(0x1e1)](_0x309a72=>{const _0x476a95=_0x2bc40a;if(_0x309a72[_0x476a95(0x22d)][_0x476a95(0x1e9)])return!0x1;let _0x5a4757=!0x1;const _0x5721c3=_0x4b65f4[_0x476a95(0x1f1)]({'skipNotAttached':!0x0})[_0x476a95(0x1d9)](_0x4f3228=>{const _0x90e9ba=_0x476a95,_0x3e3a90=_0x4b65f4[_0x90e9ba(0x1ea)](_0x4f3228);return _0x90e9ba(0x1ff)==_0x3e3a90||_0x90e9ba(0x1ee)==_0x3e3a90;});for(const _0x576ba0 of _0x5721c3){const _0x3f9985=_0x576ba0[_0x476a95(0x211)]()[_0x476a95(0x21f)][_0x476a95(0x217)][_0x476a95(0x229)](_0x476a95(0x22b));if(_0x476a95(0x202)==_0x3f9985||_0x476a95(0x1d8)==_0x3f9985)continue;_0x4b65f4[_0x476a95(0x1f6)](_0x576ba0[_0x476a95(0x211)](),_0x476a95(0x1f9))[_0x476a95(0x231)](_0x14fd03=>_0x476a95(0x22b)==_0x4b65f4[_0x476a95(0x1ea)](_0x14fd03[_0x476a95(0x21b)]))||(_0x309a72[_0x476a95(0x208)](_0x576ba0[_0x476a95(0x204)]()),_0x5a4757=!0x0);}return _0x5a4757;}),this[_0x2bc40a(0x1dc)]();}[_0x18443a(0x1e3)](_0x3d1589){const _0x421bdb=_0x18443a,_0x3ecedd=this[_0x421bdb(0x1f7)][_0x421bdb(0x216)],{data:_0x246415}=_0x3d1589,_0x19c043={'type':_0x421bdb(0x1e5),'content':''};if(!_0x246415||_0x421bdb(0x206)!=_0x246415[_0x421bdb(0x200)])return;if(!_0x246415[_0x421bdb(0x1fb)])return _0x421bdb(0x225)==_0x246415[_0x421bdb(0x232)]?_0x19c043:{'type':_0x421bdb(0x1e5),'content':''+_0x497523(_0x3ecedd,_0x421bdb(0x1d7),_0x497523(_0x3ecedd,this[_0x421bdb(0x21e)](_0x246415[_0x421bdb(0x232)])))};if(!_0x246415[_0x421bdb(0x232)]){if(_0x421bdb(0x225)==_0x246415[_0x421bdb(0x1fb)])return _0x19c043;let _0x5c7c23=_0x3d1589[_0x421bdb(0x21d)];for(;_0x5c7c23;){if(_0x5c7c23[_0x421bdb(0x22c)]&&_0x421bdb(0x22b)==_0x5c7c23[_0x421bdb(0x22c)][_0x421bdb(0x200)]&&_0x5c7c23[_0x421bdb(0x22c)][_0x421bdb(0x232)])return _0x19c043;_0x5c7c23=_0x5c7c23[_0x421bdb(0x1f8)];}return{'type':_0x421bdb(0x1e5),'content':''+_0x497523(_0x3ecedd,_0x421bdb(0x212),_0x497523(_0x3ecedd,this[_0x421bdb(0x21e)](_0x246415[_0x421bdb(0x1fb)])))};}if(_0x421bdb(0x225)!=_0x246415[_0x421bdb(0x232)])return{'type':_0x421bdb(0x1e5),'content':''+_0x497523(_0x3ecedd,_0x421bdb(0x1d7),_0x497523(_0x3ecedd,this[_0x421bdb(0x21e)](_0x246415[_0x421bdb(0x232)])))};let _0x3cda76=_0x3d1589[_0x421bdb(0x21d)];for(;_0x3cda76;){if(_0x3cda76[_0x421bdb(0x22c)]&&_0x421bdb(0x22b)==_0x3cda76[_0x421bdb(0x22c)][_0x421bdb(0x200)]&&_0x3cda76[_0x421bdb(0x22c)][_0x421bdb(0x232)]&&_0x3cda76[_0x421bdb(0x22c)][_0x421bdb(0x1fb)])return _0x19c043;_0x3cda76=_0x3cda76[_0x421bdb(0x1f8)];}const _0x14a79a=_0x3d1589[_0x421bdb(0x211)]()[_0x421bdb(0x21f)][_0x421bdb(0x217)][_0x421bdb(0x229)](_0x421bdb(0x22b));return{'type':_0x421bdb(0x1e5),'content':_0x497523(_0x3ecedd,_0x421bdb(0x1d7),_0x497523(_0x3ecedd,_0x421bdb(0x201)+_0x14a79a[_0x421bdb(0x223)]()+_0x421bdb(0x1dd)))};}[_0x18443a(0x1dc)](){const _0x1b316c=_0x18443a,_0x53f2dc=this[_0x1b316c(0x1f7)],_0xa21d4a=_0x53f2dc[_0x1b316c(0x216)];_0x53f2dc[_0x1b316c(0x21c)][_0x1b316c(0x1f2)](_0x1b316c(0x1ef))[_0x1b316c(0x210)][_0x1b316c(0x221)](_0x3bbe66=>{const _0x31f21c=_0x1b316c;if(_0x31f21c(0x228)!=_0x3bbe66[_0x31f21c(0x1e7)])return;const {data:_0x2f1280}=_0x3bbe66;if(!_0x2f1280)return;let _0x534844,_0x5aa2ce;switch(_0x2f1280[_0x31f21c(0x230)]){case _0x31f21c(0x206):_0x534844=_0x31f21c(0x20e),_0x5aa2ce={'type':_0x31f21c(0x1e5),'content':_0x497523(_0xa21d4a,_0x534844,_0x497523(_0xa21d4a,this[_0x31f21c(0x21e)](_0x2f1280[_0x31f21c(0x1df)][0x0][_0x31f21c(0x1e7)])))};break;case _0x31f21c(0x1ee):_0x534844=_0x2f1280[_0x31f21c(0x1df)][0x0][_0x31f21c(0x1de)]?_0x31f21c(0x1fe):_0x31f21c(0x226),_0x5aa2ce={'type':_0x31f21c(0x1e5),'content':_0x497523(_0xa21d4a,_0x534844)};break;case _0x31f21c(0x1ff):_0x534844=_0x31f21c(0x1f4),_0x5aa2ce={'type':_0x31f21c(0x1e5),'content':_0x497523(_0xa21d4a,_0x534844,_0x2f1280[_0x31f21c(0x1df)][0x0][_0x31f21c(0x1f0)])};}return _0x5aa2ce;});}[_0x18443a(0x21e)](_0x1cf69d){const _0x49944a=_0x18443a;return _0x49944a(0x201)+function(_0x2c6e39){const _0x543a88=_0x49944a;if(pe[_0x543a88(0x1f3)](_0x2c6e39))return _0x543a88(0x209);if(ye[_0x543a88(0x1f3)](_0x2c6e39))return _0x543a88(0x202);return null;}(_0x1cf69d)[_0x49944a(0x223)]()+_0x49944a(0x20d)+_0x1cf69d[_0x49944a(0x223)]()[_0x49944a(0x22f)](/-/g,'_');}}const pe=[_0x18443a(0x22a),_0x18443a(0x218),_0x18443a(0x1ed)],ye=[_0x18443a(0x22e),_0x18443a(0x1f5),_0x18443a(0x20b),_0x18443a(0x203),_0x18443a(0x21a),_0x18443a(0x215)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x11179a=_0x3f57;function _0x3dd0(){const _0x1b8955=['for','createEmptyElement','_descriptionFactory','MediaEmbedEditing','options','attribute:url:media','has','stop','plugins','12SFfJKE','52136LWFOOE','ELEMENT_MEDIA','showSuggestionHighlights','downcastDispatcher','registerElementLabel','mediaEmbed','473362hCHzMn','elementToElement','afterInit','TrackChangesEditing','conversion','enableCommand','media','get','6390165dlFTlQ','div','1819566WaEWXq','3710706QmWCoG','527422splQKA','locale','dataDowncast','data','high','5430944fhggqF','editor'];_0x3dd0=function(){return _0x1b8955;};return _0x3dd0();}(function(_0x11fe16,_0x26f772){const _0x3dda48=_0x3f57,_0x390b12=_0x11fe16();while(!![]){try{const _0x5d9cdd=-parseInt(_0x3dda48(0x155))/0x1+parseInt(_0x3dda48(0x149))/0x2*(-parseInt(_0x3dda48(0x142))/0x3)+parseInt(_0x3dda48(0x15a))/0x4+parseInt(_0x3dda48(0x151))/0x5+-parseInt(_0x3dda48(0x154))/0x6+parseInt(_0x3dda48(0x153))/0x7+-parseInt(_0x3dda48(0x143))/0x8;if(_0x5d9cdd===_0x26f772)break;else _0x390b12['push'](_0x390b12['shift']());}catch(_0x34ff11){_0x390b12['push'](_0x390b12['shift']());}}}(_0x3dd0,0xc27b1));import{Plugin as _0x260427}from'ckeditor5/src/core.js';function _0x3f57(_0x1136e2,_0x4b58c5){const _0x3dd085=_0x3dd0();return _0x3f57=function(_0x3f57e5,_0xb89b82){_0x3f57e5=_0x3f57e5-0x13a;let _0x5cdf51=_0x3dd085[_0x3f57e5];return _0x5cdf51;},_0x3f57(_0x1136e2,_0x4b58c5);}import{getTranslation as _0x1fabe3}from'../utils/common-translations.js';export default class ft extends _0x260427{[_0x11179a(0x14b)](){const _0xf6d073=_0x11179a,_0x28cba2=this[_0xf6d073(0x15b)];if(!_0x28cba2[_0xf6d073(0x141)][_0xf6d073(0x13f)](_0xf6d073(0x13c)))return;const _0x5f4365=_0x28cba2[_0xf6d073(0x141)][_0xf6d073(0x150)](_0xf6d073(0x14c)),_0x136d93=_0x28cba2[_0xf6d073(0x156)];_0x5f4365[_0xf6d073(0x14e)](_0xf6d073(0x148)),_0x5f4365[_0xf6d073(0x13b)][_0xf6d073(0x147)](_0xf6d073(0x14f),_0x356a27=>_0x1fabe3(_0x136d93,_0xf6d073(0x144),_0x356a27)),_0x28cba2[_0xf6d073(0x14d)][_0xf6d073(0x15c)](_0xf6d073(0x157))[_0xf6d073(0x14a)]({'model':_0xf6d073(0x14f),'view':(_0x828639,{writer:_0x4ebcde,options:_0x2e30d4})=>{const _0x248874=_0xf6d073;if(_0x2e30d4[_0x248874(0x145)])return _0x4ebcde[_0x248874(0x13a)](_0x248874(0x152));},'converterPriority':_0xf6d073(0x159)}),_0x28cba2[_0xf6d073(0x158)][_0xf6d073(0x146)]['on'](_0xf6d073(0x13e),(_0x580df8,_0x47a443,_0x4a4cf2)=>{const _0x5a3f3f=_0xf6d073;_0x4a4cf2[_0x5a3f3f(0x13d)][_0x5a3f3f(0x145)]&&_0x580df8[_0x5a3f3f(0x140)]();},{'priority':_0xf6d073(0x159)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x320a8e=_0x3b55;function _0x17d6(){const _0x4b0d83=['7ILpOWw','1050978DowtvG','5tSXDLB','editor','460732xHlSER','MentionEditing','10rpPjEr','mention','TrackChangesEditing','262002gPjyhM','1572112JZOqli','plugins','171368ZkDfTo','has','1ihodwi','enableCommand','217440aZInMU','afterInit','get','493867OTumCm'];_0x17d6=function(){return _0x4b0d83;};return _0x17d6();}(function(_0x3e73dd,_0x35d1ab){const _0xa3b5eb=_0x3b55,_0x1f49a3=_0x3e73dd();while(!![]){try{const _0x24ed65=-parseInt(_0xa3b5eb(0x1b8))/0x1*(-parseInt(_0xa3b5eb(0x1b6))/0x2)+-parseInt(_0xa3b5eb(0x1b3))/0x3+parseInt(_0xa3b5eb(0x1ae))/0x4*(parseInt(_0xa3b5eb(0x1ac))/0x5)+-parseInt(_0xa3b5eb(0x1ab))/0x6+parseInt(_0xa3b5eb(0x1aa))/0x7*(parseInt(_0xa3b5eb(0x1b4))/0x8)+parseInt(_0xa3b5eb(0x1ba))/0x9+parseInt(_0xa3b5eb(0x1b0))/0xa*(-parseInt(_0xa3b5eb(0x1bd))/0xb);if(_0x24ed65===_0x35d1ab)break;else _0x1f49a3['push'](_0x1f49a3['shift']());}catch(_0x635e25){_0x1f49a3['push'](_0x1f49a3['shift']());}}}(_0x17d6,0x1bde3));function _0x3b55(_0x3b96fc,_0x4fed7b){const _0x17d620=_0x17d6();return _0x3b55=function(_0x3b551e,_0x3416f4){_0x3b551e=_0x3b551e-0x1aa;let _0x43892d=_0x17d620[_0x3b551e];return _0x43892d;},_0x3b55(_0x3b96fc,_0x4fed7b);}import{Plugin as _0x569a15}from'ckeditor5/src/core.js';export default class gt extends _0x569a15{[_0x320a8e(0x1bb)](){const _0x31dc23=_0x320a8e,_0xc59b03=this[_0x31dc23(0x1ad)];_0xc59b03[_0x31dc23(0x1b5)][_0x31dc23(0x1b7)](_0x31dc23(0x1af))&&_0xc59b03[_0x31dc23(0x1b5)][_0x31dc23(0x1bc)](_0x31dc23(0x1b2))[_0x31dc23(0x1b9)](_0x31dc23(0x1b1));}}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/multilevellist
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
import type Suggestion from '../suggestion.js';
|
|
10
|
+
import type { Description } from '../suggestiondescriptionfactory.js';
|
|
11
|
+
/**
|
|
12
|
+
* Provides track changes plugin integration for multi-level list feature.
|
|
13
|
+
*/
|
|
14
|
+
export default class TrackChangesMultiLevelList extends Plugin {
|
|
15
|
+
/**
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
18
|
+
afterInit(): void;
|
|
19
|
+
/**
|
|
20
|
+
* Returns a custom description for a suggestion in case of adding or removing `listMarkerStyle` attribute.
|
|
21
|
+
* Returns an empty description if the change is already covered by a `listType` attribute suggestion.
|
|
22
|
+
*/
|
|
23
|
+
handleDescriptions(suggestion: Suggestion): Description | undefined;
|
|
24
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
function _0x372a(_0x5cf25d,_0xcec69a){const _0xba0f3a=_0xba0f();return _0x372a=function(_0x372a83,_0x52fe5a){_0x372a83=_0x372a83-0x18b;let _0x55c16e=_0xba0f3a[_0x372a83];return _0x55c16e;},_0x372a(_0x5cf25d,_0xcec69a);}const _0x5eb604=_0x372a;(function(_0x8927bb,_0x2e0d4a){const _0xd98adb=_0x372a,_0xd21432=_0x8927bb();while(!![]){try{const _0x35b943=-parseInt(_0xd98adb(0x1a8))/0x1*(parseInt(_0xd98adb(0x19e))/0x2)+parseInt(_0xd98adb(0x1a3))/0x3+-parseInt(_0xd98adb(0x194))/0x4+parseInt(_0xd98adb(0x18f))/0x5+parseInt(_0xd98adb(0x1a5))/0x6*(parseInt(_0xd98adb(0x18c))/0x7)+-parseInt(_0xd98adb(0x1a1))/0x8+parseInt(_0xd98adb(0x199))/0x9;if(_0x35b943===_0x2e0d4a)break;else _0xd21432['push'](_0xd21432['shift']());}catch(_0x1ddd18){_0xd21432['push'](_0xd21432['shift']());}}}(_0xba0f,0x93eeb));import{Plugin as _0x27484b}from'ckeditor5/src/core.js';function _0xba0f(){const _0x5e16c9=['*Set\x20format:*\x20%0','737265jiyHDL','afterInit','6qGpIej','head','listMarkerStyle','28825foLKJg','*Remove\x20format:*\x20%0','ELEMENT_MULTI_LEVEL_LIST','has','TrackChangesEditing','_descriptionFactory','3813362wpEobm','_enableDefaultAttributesIntegration','key','3886240jPgejw','editor','registerDescriptionCallback','multiLevelList','plugins','1729736ELPMJe','MultiLevelList','get','next','data','1472742fWlwnW','handleDescriptions','oldValue','locale','newValue','38TiShXG','format','listType','1162936EGkkTJ'];_0xba0f=function(){return _0x5e16c9;};return _0xba0f();}import{getTranslation as _0x5c8483}from'../utils/common-translations.js';export default class lt extends _0x27484b{[_0x5eb604(0x1a4)](){const _0x189229=_0x5eb604,_0x49afaa=this[_0x189229(0x190)],_0x5d1996=_0x49afaa[_0x189229(0x193)][_0x189229(0x196)](_0x189229(0x1ac));_0x49afaa[_0x189229(0x193)][_0x189229(0x1ab)](_0x189229(0x195))&&(_0x5d1996[_0x189229(0x18d)](_0x189229(0x192),[],[_0x189229(0x1a7)]),_0x5d1996[_0x189229(0x18b)][_0x189229(0x191)](_0x4ca28e=>this[_0x189229(0x19a)](_0x4ca28e)));}[_0x5eb604(0x19a)](_0xd5348f){const _0x25d279=_0x5eb604,_0x4d4619=this[_0x25d279(0x190)][_0x25d279(0x19c)],{data:_0x1cafc9}=_0xd5348f,_0x20d987={'type':_0x25d279(0x19f),'content':''};if(_0x1cafc9&&_0x25d279(0x1a7)==_0x1cafc9[_0x25d279(0x18e)]){if(!_0x1cafc9[_0x25d279(0x19b)])return{'type':_0x25d279(0x19f),'content':_0x5c8483(_0x4d4619,_0x25d279(0x1a2),_0x5c8483(_0x4d4619,_0x25d279(0x1aa)))+'\x20('+_0x1cafc9[_0x25d279(0x19d)]+')'};if(!_0x1cafc9[_0x25d279(0x19d)]){let _0x1965b8=_0xd5348f[_0x25d279(0x1a6)];for(;_0x1965b8;){if(_0x1965b8[_0x25d279(0x198)]&&_0x25d279(0x1a0)==_0x1965b8[_0x25d279(0x198)][_0x25d279(0x18e)]&&_0x1965b8[_0x25d279(0x198)][_0x25d279(0x19d)])return _0x20d987;_0x1965b8=_0x1965b8[_0x25d279(0x197)];}return{'type':_0x25d279(0x19f),'content':_0x5c8483(_0x4d4619,_0x25d279(0x1a9),_0x5c8483(_0x4d4619,_0x25d279(0x1aa)))+'\x20('+_0x1cafc9[_0x25d279(0x19b)]+')'};}}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1d20(){const _0x3f2fa4=['enableCommand','7806186IlLthN','_descriptionFactory','176tJfipM','52PLtkMu','afterInit','287760mdPUzW','PageBreakEditing','411890dTTCfA','plugins','editor','735192sRAsds','36nKOEEl','registerElementLabel','ELEMENT_PAGE_BREAK','pageBreak','TrackChangesEditing','94116kBagGJ','4809448fNnEQe','has','get','703648tcOAiT','locale','5tHexRq'];_0x1d20=function(){return _0x3f2fa4;};return _0x1d20();}const _0x58be47=_0x4e09;(function(_0x4c736f,_0x20fdb5){const _0x313a26=_0x4e09,_0x1397f8=_0x4c736f();while(!![]){try{const _0x273fa3=-parseInt(_0x313a26(0x10c))/0x1+parseInt(_0x313a26(0x106))/0x2+parseInt(_0x313a26(0x101))/0x3*(-parseInt(_0x313a26(0xff))/0x4)+parseInt(_0x313a26(0xfa))/0x5*(parseInt(_0x313a26(0xfc))/0x6)+-parseInt(_0x313a26(0xf5))/0x7+parseInt(_0x313a26(0xf8))/0x8*(parseInt(_0x313a26(0x107))/0x9)+parseInt(_0x313a26(0x103))/0xa*(parseInt(_0x313a26(0xfe))/0xb);if(_0x273fa3===_0x20fdb5)break;else _0x1397f8['push'](_0x1397f8['shift']());}catch(_0x194756){_0x1397f8['push'](_0x1397f8['shift']());}}}(_0x1d20,0x9f047));import{Plugin as _0x25d467}from'ckeditor5/src/core.js';import{getTranslation as _0x157f60}from'../utils/common-translations.js';function _0x4e09(_0xdcd54d,_0xd7d2a0){const _0x1d2093=_0x1d20();return _0x4e09=function(_0x4e096f,_0x12213e){_0x4e096f=_0x4e096f-0xf5;let _0x768b82=_0x1d2093[_0x4e096f];return _0x768b82;},_0x4e09(_0xdcd54d,_0xd7d2a0);}export default class mt extends _0x25d467{[_0x58be47(0x100)](){const _0xaf6eda=_0x58be47,_0x5d3f54=this[_0xaf6eda(0x105)];if(!_0x5d3f54[_0xaf6eda(0x104)][_0xaf6eda(0xf6)](_0xaf6eda(0x102)))return;_0x5d3f54[_0xaf6eda(0x104)][_0xaf6eda(0xf7)](_0xaf6eda(0x10b))[_0xaf6eda(0xfb)](_0xaf6eda(0x10a));const _0x3f44e5=_0x5d3f54[_0xaf6eda(0x104)][_0xaf6eda(0xf7)](_0xaf6eda(0x10b)),_0x21e6ee=_0x5d3f54[_0xaf6eda(0xf9)];_0x3f44e5[_0xaf6eda(0xfd)][_0xaf6eda(0x108)](_0xaf6eda(0x10a),_0x3b865d=>_0x157f60(_0x21e6ee,_0xaf6eda(0x109),_0x3b865d));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x514e(_0x7a41a4,_0x2d2999){const _0x16ddff=_0x16dd();return _0x514e=function(_0x514ea,_0x38f0cb){_0x514ea=_0x514ea-0x1ac;let _0x3c5f8f=_0x16ddff[_0x514ea];return _0x3c5f8f;},_0x514e(_0x7a41a4,_0x2d2999);}const _0x48c395=_0x514e;(function(_0x20cd9c,_0x1e7774){const _0xc91ed0=_0x514e,_0x3c450c=_0x20cd9c();while(!![]){try{const _0x97a79d=-parseInt(_0xc91ed0(0x1b1))/0x1*(-parseInt(_0xc91ed0(0x1b2))/0x2)+parseInt(_0xc91ed0(0x1da))/0x3+-parseInt(_0xc91ed0(0x1e4))/0x4+-parseInt(_0xc91ed0(0x1b8))/0x5+-parseInt(_0xc91ed0(0x1b7))/0x6*(-parseInt(_0xc91ed0(0x1c8))/0x7)+-parseInt(_0xc91ed0(0x1b3))/0x8*(-parseInt(_0xc91ed0(0x1cd))/0x9)+parseInt(_0xc91ed0(0x1b6))/0xa;if(_0x97a79d===_0x1e7774)break;else _0x3c450c['push'](_0x3c450c['shift']());}catch(_0x3e777d){_0x3c450c['push'](_0x3c450c['shift']());}}}(_0x16dd,0x818a2));import{Plugin as _0x5addc5}from'ckeditor5/src/core.js';function _0x16dd(){const _0x1ccc24=['ck-suggestion-marker-split','has','_descriptionFactory','writer','markerName','ck-suggestion-marker--active','isBlock','locale','plugins','mapper','get','model','name','span','data','ELEMENT_PARAGRAPH','1EWnhYW','1771682DLnLpF','8eyyaOI','*Insert:*\x20%0','Paragraph','1297520qLlDnN','10206OKobSp','1577245liOCjU','isLimit','consumable','format','showSuggestionHighlights','options','activeMarkers','getFirstRange','*Change\x20to:*\x20%0','formatBlock','schema','getItemLabel','_enableDefaultAttributesIntegration','insertion','toViewPosition','editing','1309xAajCL','nodeAfter','highest','registerElementLabel','enableCommand','869211tJrkLt','addMarker:suggestion:insertion','checkChild','_registerLegacyDescription','createUIElement','consume','paragraph','includes','insertParagraph','addClass','registerDescriptionCallback','type','end','687669UioPGT','insert','TrackChangesEditing','isTouching','start','markerRange','$text','afterInit','commandName','downcastDispatcher','3253756caZrXQ','editor','bindElementToMarker'];_0x16dd=function(){return _0x1ccc24;};return _0x16dd();}import{getTranslation as _0x46a831}from'../utils/common-translations.js';export default class dt extends _0x5addc5{[_0x48c395(0x1e1)](){const _0x5807af=_0x48c395,_0x4da41d=this[_0x5807af(0x1e5)];if(!_0x4da41d[_0x5807af(0x1ef)][_0x5807af(0x1e8)](_0x5807af(0x1b5)))return;const _0x514f41=_0x4da41d[_0x5807af(0x1ee)],_0x257b0d=_0x4da41d[_0x5807af(0x1ef)][_0x5807af(0x1f1)](_0x5807af(0x1dc));_0x257b0d[_0x5807af(0x1e9)][_0x5807af(0x1cb)](_0x5807af(0x1d3),_0x1367b1=>_0x46a831(_0x514f41,_0x5807af(0x1b0),_0x1367b1)),_0x257b0d[_0x5807af(0x1c4)](_0x5807af(0x1d3)),_0x257b0d[_0x5807af(0x1cc)](_0x5807af(0x1d5)),_0x4da41d[_0x5807af(0x1c7)][_0x5807af(0x1e3)]['on'](_0x5807af(0x1ce),nr(_0x4da41d),{'priority':_0x5807af(0x1ca)}),_0x4da41d[_0x5807af(0x1af)][_0x5807af(0x1e3)]['on'](_0x5807af(0x1ce),(_0x1b17d4,_0x591b4b,_0x11e188)=>{const _0x556ef6=_0x5807af;_0x11e188[_0x556ef6(0x1bd)][_0x556ef6(0x1bc)]&&nr(_0x4da41d,{'showActiveMarker':!0x1})(_0x1b17d4,_0x591b4b,_0x11e188);},{'priority':_0x5807af(0x1ca)});const _0x58923c=_0x257b0d[_0x5807af(0x1e9)];_0x58923c[_0x5807af(0x1d7)](_0x1765ac=>{const _0x22ef77=_0x5807af;if(_0x22ef77(0x1c5)!==_0x1765ac[_0x22ef77(0x1d8)])return;const {start:_0xff6de8,end:_0x54b24c}=_0x1765ac[_0x22ef77(0x1bf)]();if(!_0xff6de8[_0x22ef77(0x1dd)](_0x54b24c)||!_0xff6de8[_0x22ef77(0x1c9)])return;const _0x2a71e4=_0x4da41d[_0x22ef77(0x1ac)][_0x22ef77(0x1c2)],_0x3b8616=_0xff6de8[_0x22ef77(0x1c9)];return _0x2a71e4[_0x22ef77(0x1ed)](_0x3b8616)&&!_0x2a71e4[_0x22ef77(0x1b9)](_0x3b8616)&&_0x2a71e4[_0x22ef77(0x1cf)](_0x3b8616,_0x22ef77(0x1e0))?{'type':_0x22ef77(0x1c5),'content':_0x46a831(_0x514f41,_0x22ef77(0x1b4),_0x58923c[_0x22ef77(0x1c3)](_0x3b8616,0x1))}:void 0x0;}),this[_0x5807af(0x1d0)]();}[_0x48c395(0x1d0)](){const _0x412c96=_0x48c395,_0x16e7f8=this[_0x412c96(0x1e5)],_0x559c0c=_0x16e7f8[_0x412c96(0x1ee)];_0x16e7f8[_0x412c96(0x1ef)][_0x412c96(0x1f1)](_0x412c96(0x1dc))[_0x412c96(0x1e9)][_0x412c96(0x1d7)](_0x58d04c=>{const _0x7fabe2=_0x412c96;if(_0x7fabe2(0x1c1)!=_0x58d04c[_0x7fabe2(0x1d8)])return;const {data:_0x151cb6}=_0x58d04c;return _0x151cb6&&_0x7fabe2(0x1d3)==_0x151cb6[_0x7fabe2(0x1e2)]?{'type':_0x7fabe2(0x1bb),'content':_0x46a831(_0x559c0c,_0x7fabe2(0x1c0),_0x46a831(_0x559c0c,_0x7fabe2(0x1b0)))}:void 0x0;});}}function nr(_0x49a8a0,{showActiveMarker:_0x36972d=!0x0}={}){return(_0x4983eb,_0x16f0d3,_0xf0b2b3)=>{const _0x48949d=_0x514e,_0xae9bc8=_0x49a8a0[_0x48949d(0x1ef)][_0x48949d(0x1f1)](_0x48949d(0x1dc)),_0xd6b07c=_0x16f0d3[_0x48949d(0x1df)][_0x48949d(0x1de)],_0x3228fb=_0x16f0d3[_0x48949d(0x1df)][_0x48949d(0x1d9)],_0x82a5f7=_0x49a8a0[_0x48949d(0x1ac)][_0x48949d(0x1c2)];if(!_0xd6b07c[_0x48949d(0x1dd)](_0x3228fb)||!_0xd6b07c[_0x48949d(0x1c9)])return;const _0x1c9e1c=_0xd6b07c[_0x48949d(0x1c9)];if(_0x82a5f7[_0x48949d(0x1ed)](_0x1c9e1c)&&!_0x82a5f7[_0x48949d(0x1b9)](_0x1c9e1c)&&_0x82a5f7[_0x48949d(0x1cf)](_0x1c9e1c,_0x48949d(0x1e0))){if(!_0xf0b2b3[_0x48949d(0x1ba)][_0x48949d(0x1d2)](_0x16f0d3[_0x48949d(0x1df)],_0x4983eb[_0x48949d(0x1ad)]))return;const _0x279d5c=_0xf0b2b3[_0x48949d(0x1ea)][_0x48949d(0x1d1)](_0x48949d(0x1ae),{'class':_0x48949d(0x1e7)}),_0x9d057b=_0xf0b2b3[_0x48949d(0x1f0)][_0x48949d(0x1c6)](_0x3228fb);_0x36972d&&_0xae9bc8[_0x48949d(0x1be)][_0x48949d(0x1d4)](_0x16f0d3[_0x48949d(0x1eb)])&&_0xf0b2b3[_0x48949d(0x1ea)][_0x48949d(0x1d6)](_0x48949d(0x1ec),_0x279d5c),_0xf0b2b3[_0x48949d(0x1ea)][_0x48949d(0x1db)](_0x9d057b,_0x279d5c),_0xf0b2b3[_0x48949d(0x1f0)][_0x48949d(0x1e6)](_0x279d5c,_0x16f0d3[_0x48949d(0x1eb)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x59cd64=_0x163b;(function(_0x3607d7,_0x327e4c){const _0x295c37=_0x163b,_0x46c179=_0x3607d7();while(!![]){try{const _0x36c7c4=-parseInt(_0x295c37(0xed))/0x1*(-parseInt(_0x295c37(0xe8))/0x2)+-parseInt(_0x295c37(0xe9))/0x3+parseInt(_0x295c37(0xe7))/0x4+parseInt(_0x295c37(0xf0))/0x5+-parseInt(_0x295c37(0xe2))/0x6*(parseInt(_0x295c37(0xf1))/0x7)+parseInt(_0x295c37(0xea))/0x8+parseInt(_0x295c37(0xf3))/0x9*(-parseInt(_0x295c37(0xf4))/0xa);if(_0x36c7c4===_0x327e4c)break;else _0x46c179['push'](_0x46c179['shift']());}catch(_0x2456e4){_0x46c179['push'](_0x46c179['shift']());}}}(_0x9543,0xd6f52));function _0x9543(){const _0x141e2b=['registerDescriptionCallback','formatBlock','4254955WmhNUp','798avHVqt','locale','1458603fxTGie','80nINDzz','plugins','get','*Remove\x20all\x20formatting*','RemoveFormatEditing','format','commandName','_enableDefaultAttributesIntegration','removeFormat','editor','type','50634cWpaBx','TrackChangesEditing','has','_registerLegacyDescription','afterInit','6534148HkIore','6yEPOKy','46068CSKhKX','2865840cwDuxn','_descriptionFactory','formatInline','103882uIoIdR'];_0x9543=function(){return _0x141e2b;};return _0x9543();}import{Plugin as _0x246e39}from'ckeditor5/src/core.js';import{getTranslation as _0x57e055}from'../utils/common-translations.js';function _0x163b(_0x5c3de1,_0x4664d8){const _0x954376=_0x9543();return _0x163b=function(_0x163b30,_0xa55e31){_0x163b30=_0x163b30-0xde;let _0x3784c2=_0x954376[_0x163b30];return _0x3784c2;},_0x163b(_0x5c3de1,_0x4664d8);}export default class pt extends _0x246e39{[_0x59cd64(0xe6)](){const _0xde8e97=_0x59cd64,_0x1cb041=this[_0xde8e97(0xe0)];if(!_0x1cb041[_0xde8e97(0xf5)][_0xde8e97(0xe4)](_0xde8e97(0xf8)))return;_0x1cb041[_0xde8e97(0xf5)][_0xde8e97(0xf6)](_0xde8e97(0xe3))[_0xde8e97(0xde)](_0xde8e97(0xdf)),this[_0xde8e97(0xe5)]();}[_0x59cd64(0xe5)](){const _0x42c00f=_0x59cd64,_0x2c4f94=this[_0x42c00f(0xe0)];_0x2c4f94[_0x42c00f(0xf5)][_0x42c00f(0xf6)](_0x42c00f(0xe3))[_0x42c00f(0xeb)][_0x42c00f(0xee)](_0x4e9ec1=>{const _0x2920a3=_0x42c00f;if(_0x2920a3(0xef)!=_0x4e9ec1[_0x2920a3(0xe1)]&&_0x2920a3(0xec)!=_0x4e9ec1[_0x2920a3(0xe1)])return;const {data:_0xeb12b2}=_0x4e9ec1;return _0xeb12b2&&_0x2920a3(0xdf)==_0xeb12b2[_0x2920a3(0xfa)]?{'type':_0x2920a3(0xf9),'content':_0x57e055(_0x2c4f94[_0x2920a3(0xf2)],_0x2920a3(0xf7))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x4ebbb3=_0x5e67;function _0x5e67(_0x2e5fbc,_0xb1b989){const _0x4b0495=_0x4b04();return _0x5e67=function(_0x5e67d1,_0x1e0504){_0x5e67d1=_0x5e67d1-0xbb;let _0x5204f7=_0x4b0495[_0x5e67d1];return _0x5204f7;},_0x5e67(_0x2e5fbc,_0xb1b989);}(function(_0x231c4d,_0x180a3a){const _0x470d15=_0x5e67,_0x5a0e92=_0x231c4d();while(!![]){try{const _0x464f03=-parseInt(_0x470d15(0xc2))/0x1*(-parseInt(_0x470d15(0xc8))/0x2)+-parseInt(_0x470d15(0xd3))/0x3+-parseInt(_0x470d15(0xcf))/0x4+-parseInt(_0x470d15(0xc7))/0x5+parseInt(_0x470d15(0xd4))/0x6+-parseInt(_0x470d15(0xc9))/0x7+-parseInt(_0x470d15(0xce))/0x8*(-parseInt(_0x470d15(0xc1))/0x9);if(_0x464f03===_0x180a3a)break;else _0x5a0e92['push'](_0x5a0e92['shift']());}catch(_0x44f1ff){_0x5a0e92['push'](_0x5a0e92['shift']());}}}(_0x4b04,0x4d060));import{Plugin as _0x3ff8ee}from'ckeditor5/src/core.js';export default class kt extends _0x3ff8ee{[_0x4ebbb3(0xd2)](){const _0x30fe5f=_0x4ebbb3,_0x1d3d97=this[_0x30fe5f(0xbe)];if(!_0x1d3d97[_0x30fe5f(0xcc)][_0x30fe5f(0xd1)](_0x30fe5f(0xcd)))return;const _0xfb9cf6=_0x1d3d97[_0x30fe5f(0xcc)][_0x30fe5f(0xca)](_0x30fe5f(0xbd));_0xfb9cf6[_0x30fe5f(0xc4)](_0x30fe5f(0xc5)),_0xfb9cf6[_0x30fe5f(0xc4)](_0x30fe5f(0xbc));const _0x5635cb=_0x1d3d97[_0x30fe5f(0xcc)][_0x30fe5f(0xca)](_0x30fe5f(0xcd));_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xcb)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xd0)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xc0)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xc6)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xbf)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xc3)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xbb));}}function _0x4b04(){const _0x186b90=['acceptSelectedSuggestions','enableCommand','goToPreviousRestrictedEditingException','acceptAllSuggestions','1709860PsAlXy','14182KyOLec','3383429ehCXjO','get','trackChanges','plugins','RestrictedEditingModeEditing','7874696EjWyXB','830912DLPrkS','acceptSuggestion','has','afterInit','1696053GOTrTx','2471436XKyeJo','discardSelectedSuggestions','goToNextRestrictedEditingException','TrackChangesEditing','editor','discardAllSuggestions','discardSuggestion','9zOgpHO','73dqpYKe'];_0x4b04=function(){return _0x186b90;};return _0x4b04();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x305348=_0x1912;(function(_0x346bd5,_0x20bb28){const _0x575f4c=_0x1912,_0x3255b8=_0x346bd5();while(!![]){try{const _0xf9973b=-parseInt(_0x575f4c(0x198))/0x1*(-parseInt(_0x575f4c(0x1bf))/0x2)+parseInt(_0x575f4c(0x1c6))/0x3*(parseInt(_0x575f4c(0x1b3))/0x4)+-parseInt(_0x575f4c(0x1c0))/0x5*(-parseInt(_0x575f4c(0x1a0))/0x6)+-parseInt(_0x575f4c(0x1a7))/0x7*(parseInt(_0x575f4c(0x1b5))/0x8)+parseInt(_0x575f4c(0x1aa))/0x9*(-parseInt(_0x575f4c(0x1cb))/0xa)+parseInt(_0x575f4c(0x1c7))/0xb+parseInt(_0x575f4c(0x1ac))/0xc;if(_0xf9973b===_0x20bb28)break;else _0x3255b8['push'](_0x3255b8['shift']());}catch(_0x2aa6bf){_0x3255b8['push'](_0x3255b8['shift']());}}}(_0x21ae,0x3b7fb));import{Plugin as _0x8f3f85}from'ckeditor5/src/core.js';function _0x1912(_0x11f77e,_0x35289f){const _0x21aeed=_0x21ae();return _0x1912=function(_0x19123b,_0x1b7dbd){_0x19123b=_0x19123b-0x194;let _0x1808b4=_0x21aeed[_0x19123b];return _0x1808b4;},_0x1912(_0x11f77e,_0x35289f);}function _0x21ae(){const _0x26385f=['requires','name','insert','ck-suggestion-marker-','get','mapper','deletion','191292uFjhzd','15395rjypuB','addMarker:suggestion:insertion','softBreak','locale','markerRange','activeMarkers','3RQJbdt','3765773JEokZI','downcastDispatcher','createUIElement','editor','20zfyanK','ck-suggestion-marker--active','high','test','registerElementLabel','addClass','markerName','5BECTJv','TrackChangesEditing','init','createPositionBefore','plugins','options','split','includes','336JhLaPO','span','addMarker:suggestion:deletion','showSuggestionHighlights','data','getItems','bindElementToMarker','7JXYhkA','_descriptionFactory','element','2152548iOijaB','toViewPosition','152196HxnyiI','model','merge','writer','shiftEnter','enableCommand','ELEMENT_LINE_BREAK','744532vQDrkV','consumable','3758096rMOtuP','addMarker:suggestion','editing'];_0x21ae=function(){return _0x26385f;};return _0x21ae();}import{ShiftEnter as _0x56314b}from'ckeditor5/src/enter.js';import{getTranslation as _0xe0a2b2}from'../utils/common-translations.js';export default class bt extends _0x8f3f85{static get[_0x305348(0x1b8)](){return[_0x56314b];}[_0x305348(0x19a)](){const _0x1c1625=_0x305348,_0x497211=this[_0x1c1625(0x1ca)],_0x5a643c=_0x497211[_0x1c1625(0x19c)][_0x1c1625(0x1bc)](_0x1c1625(0x199));_0x5a643c[_0x1c1625(0x1b1)](_0x1c1625(0x1b0)),_0x497211[_0x1c1625(0x1b7)][_0x1c1625(0x1c8)]['on'](_0x1c1625(0x1c1),de(_0x497211),{'priority':_0x1c1625(0x1cd)}),_0x497211[_0x1c1625(0x1b7)][_0x1c1625(0x1c8)]['on'](_0x1c1625(0x1a2),de(_0x497211),{'priority':_0x1c1625(0x1cd)}),_0x497211[_0x1c1625(0x1a4)][_0x1c1625(0x1c8)]['on'](_0x1c1625(0x1b6),(_0x217150,_0x2b7fc8,_0xcd17c9)=>{const _0x214806=_0x1c1625;_0xcd17c9[_0x214806(0x19d)][_0x214806(0x1a3)]&&de(_0x497211,{'showActiveMarker':!0x1})(_0x217150,_0x2b7fc8,_0xcd17c9);}),_0x5a643c[_0x1c1625(0x1a8)][_0x1c1625(0x195)](_0x1c1625(0x1c2),_0x173927=>_0xe0a2b2(_0x497211[_0x1c1625(0x1c3)],_0x1c1625(0x1b2),_0x173927));}}function de(_0xf332b1,{showActiveMarker:_0x3ce8af=!0x0}={}){return(_0x1a468e,_0x587b3a,_0x43ece7)=>{const _0x3928bb=_0x1912,_0x593678=_0xf332b1[_0x3928bb(0x19c)][_0x3928bb(0x1bc)](_0x3928bb(0x199));if(!_0x43ece7[_0x3928bb(0x1b4)][_0x3928bb(0x194)](_0x587b3a[_0x3928bb(0x1c4)],_0x1a468e[_0x3928bb(0x1b9)]))return;const _0x9e3741=_0xf332b1[_0x3928bb(0x1ad)];for(const _0x2a79a5 of _0x587b3a[_0x3928bb(0x1c4)][_0x3928bb(0x1a5)]()){if(!_0x2a79a5['is'](_0x3928bb(0x1a9),_0x3928bb(0x1c2)))continue;const _0x2d6ec6=_0x3928bb(0x1be)==_0x587b3a[_0x3928bb(0x197)][_0x3928bb(0x19e)](':')[0x1]?_0x3928bb(0x1ae):_0x3928bb(0x19e),_0x55d43d=_0x43ece7[_0x3928bb(0x1af)][_0x3928bb(0x1c9)](_0x3928bb(0x1a1),{'class':_0x3928bb(0x1bb)+_0x2d6ec6}),_0x1b3c58=_0x43ece7[_0x3928bb(0x1bd)][_0x3928bb(0x1ab)](_0x9e3741[_0x3928bb(0x19b)](_0x2a79a5));_0x3ce8af&&_0x593678[_0x3928bb(0x1c5)][_0x3928bb(0x19f)](_0x587b3a[_0x3928bb(0x197)])&&_0x43ece7[_0x3928bb(0x1af)][_0x3928bb(0x196)](_0x3928bb(0x1cc),_0x55d43d),_0x43ece7[_0x3928bb(0x1af)][_0x3928bb(0x1ba)](_0x1b3c58,_0x55d43d),_0x43ece7[_0x3928bb(0x1bd)][_0x3928bb(0x1a6)](_0x55d43d,_0x587b3a[_0x3928bb(0x197)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xfb8347=_0x4e3e;(function(_0x186f8d,_0x235990){const _0x2f7df3=_0x4e3e,_0x553226=_0x186f8d();while(!![]){try{const _0x372682=parseInt(_0x2f7df3(0x93))/0x1*(parseInt(_0x2f7df3(0x80))/0x2)+-parseInt(_0x2f7df3(0x91))/0x3*(parseInt(_0x2f7df3(0x8a))/0x4)+-parseInt(_0x2f7df3(0x90))/0x5+parseInt(_0x2f7df3(0x96))/0x6*(parseInt(_0x2f7df3(0x98))/0x7)+-parseInt(_0x2f7df3(0x7c))/0x8+-parseInt(_0x2f7df3(0x88))/0x9+parseInt(_0x2f7df3(0x7e))/0xa;if(_0x372682===_0x235990)break;else _0x553226['push'](_0x553226['shift']());}catch(_0xd1aeb9){_0x553226['push'](_0x553226['shift']());}}}(_0x36d2,0xcc888));import{Plugin as _0xc47f}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x38b724}from'./utils.js';function _0x36d2(){const _0x317e94=['31820800ZOcIjH','forceValue','174DEGops','locale','get','editor','registerDescriptionCallback','formatBlock','restrictedEditingException','document','3474738vRuVlz','plugins','52944cSkYpd','model','selection','StandardEditingModeEditing','markInlineFormat','formatInline','1899095pZwoUT','315pqUrtM','_descriptionFactory','9643IGWfSr','value','enableCommand','1098dEUGGM','commands','350nTxVBD','FORMAT_RESTRICTED_DISABLED','getRanges','format','isCollapsed','TrackChangesEditing','commandName','FORMAT_RESTRICTED_ENABLED','commandParams','afterInit','has','from','type','8293776iYuXqI','change'];_0x36d2=function(){return _0x317e94;};return _0x36d2();}function _0x4e3e(_0x4d23bf,_0x35fc22){const _0x36d25e=_0x36d2();return _0x4e3e=function(_0x4e3e7a,_0x31ab59){_0x4e3e7a=_0x4e3e7a-0x76;let _0x2a1eb4=_0x36d25e[_0x4e3e7a];return _0x2a1eb4;},_0x4e3e(_0x4d23bf,_0x35fc22);}import{getTranslation as _0x5758ec}from'../utils/common-translations.js';export default class wt extends _0xc47f{[_0xfb8347(0x78)](){const _0x4f3e87=_0xfb8347,_0x57afe8=this[_0x4f3e87(0x83)],_0x483f83=_0x57afe8[_0x4f3e87(0x8b)],_0x43a2c8=_0x57afe8[_0x4f3e87(0x81)];if(!_0x57afe8[_0x4f3e87(0x89)][_0x4f3e87(0x79)](_0x4f3e87(0x8d)))return;const _0x2d1927=_0x57afe8[_0x4f3e87(0x89)][_0x4f3e87(0x82)](_0x4f3e87(0x9d)),_0x4cb4d2=_0x4f3e87(0x86),_0x58b1a2=_0x57afe8[_0x4f3e87(0x97)][_0x4f3e87(0x82)](_0x4cb4d2);_0x2d1927[_0x4f3e87(0x95)](_0x4cb4d2,(_0x3b156f,_0x137289={})=>{const _0x2f83c8=_0x4f3e87,_0x2bd55f=_0x483f83[_0x2f83c8(0x87)][_0x2f83c8(0x8c)];if(_0x2bd55f[_0x2f83c8(0x9c)])return void _0x3b156f(_0x137289);const _0x2b0fa8=void 0x0!==_0x137289[_0x2f83c8(0x7f)]?_0x137289[_0x2f83c8(0x7f)]:!_0x58b1a2[_0x2f83c8(0x94)];_0x483f83[_0x2f83c8(0x7d)](()=>{const _0x396ecc=_0x2f83c8,_0x5bd2f2=Array[_0x396ecc(0x7a)](_0x2bd55f[_0x396ecc(0x9a)]());for(const _0x558ce7 of _0x5bd2f2){const _0x2a860d=_0x2b0fa8?[_0x558ce7]:_0x38b724(_0x4cb4d2,_0x558ce7,_0x483f83);for(const _0x5ab2d3 of _0x2a860d)_0x2d1927[_0x396ecc(0x8e)](_0x5ab2d3,{'commandName':_0x4cb4d2,'commandParams':[{'forceValue':_0x2b0fa8}]});}});}),_0x2d1927[_0x4f3e87(0x92)][_0x4f3e87(0x84)](_0x2b3c85=>{const _0x366211=_0x4f3e87;if(_0x366211(0x85)!=_0x2b3c85[_0x366211(0x7b)]&&_0x366211(0x8f)!=_0x2b3c85[_0x366211(0x7b)])return;const {data:_0x573db7}=_0x2b3c85;return _0x573db7&&_0x573db7[_0x366211(0x9e)]==_0x4cb4d2?_0x573db7[_0x366211(0x77)][0x0][_0x366211(0x7f)]?{'type':_0x366211(0x9b),'content':_0x5758ec(_0x43a2c8,_0x366211(0x76))}:{'type':_0x366211(0x9b),'content':_0x5758ec(_0x43a2c8,_0x366211(0x99))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x14f6(){const _0x535b34=['StyleUtils','afterInit','plugins','inline','block','30tcaVuS','_descriptionFactory','86736jWJmVY','_registerInlineAttribute','9138guaXAV','GeneralHtmlSupport','commandParams','normalizeConfig','commandName','add','4335896JelKJV','format','toLowerCase','Style','formatBlock','locale','DataSchema','214615lnEqOm','style','config','type','*Remove\x20format:*\x20%0','element','_enableDefaultAttributesIntegration','1GybnOp','registerDescriptionCallback','6128703srmWOT','737qXZufG','styleName','101330RiKqFK','formatInline','getGhsAttributeNameForElement','_registerLegacyDescription','_registerBlockAttribute','329198zOwhaP','editor','*Set\x20format:*\x20%0','244dVUrav','forceValue','has','TrackChangesEditing','get','registerAttributeLabel','ghsAttributes','definitions','FORMAT_STYLE','7MDKESI'];_0x14f6=function(){return _0x535b34;};return _0x14f6();}const _0x11501f=_0x10fe;(function(_0x10117c,_0x52534c){const _0x526633=_0x10fe,_0x1728f3=_0x10117c();while(!![]){try{const _0x51d644=-parseInt(_0x526633(0x170))/0x1*(parseInt(_0x526633(0x17a))/0x2)+-parseInt(_0x526633(0x190))/0x3*(parseInt(_0x526633(0x17d))/0x4)+parseInt(_0x526633(0x19d))/0x5*(parseInt(_0x526633(0x18c))/0x6)+parseInt(_0x526633(0x186))/0x7*(parseInt(_0x526633(0x196))/0x8)+-parseInt(_0x526633(0x172))/0x9+parseInt(_0x526633(0x175))/0xa*(parseInt(_0x526633(0x173))/0xb)+-parseInt(_0x526633(0x18e))/0xc;if(_0x51d644===_0x52534c)break;else _0x1728f3['push'](_0x1728f3['shift']());}catch(_0x4a1c03){_0x1728f3['push'](_0x1728f3['shift']());}}}(_0x14f6,0x60e71));import{Plugin as _0x2e7fa2}from'ckeditor5/src/core.js';function _0x10fe(_0x25981e,_0x27e93e){const _0x14f621=_0x14f6();return _0x10fe=function(_0x10fea6,_0x148a2f){_0x10fea6=_0x10fea6-0x16c;let _0x4e6c9a=_0x14f621[_0x10fea6];return _0x4e6c9a;},_0x10fe(_0x25981e,_0x27e93e);}import{getTranslation as _0x6bf3df}from'../utils/common-translations.js';export default class yt extends _0x2e7fa2{[_0x11501f(0x188)](){const _0x18d5b2=_0x11501f,_0x307858=this[_0x18d5b2(0x17b)];if(!_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x17f)](_0x18d5b2(0x199))||!_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x17f)](_0x18d5b2(0x19c)))return;const _0x3ac998=_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x181)](_0x18d5b2(0x180)),_0x107262=_0x307858[_0x18d5b2(0x19b)],_0x49982f=_0x307858[_0x18d5b2(0x19f)][_0x18d5b2(0x181)](_0x18d5b2(0x19e))||{},_0x5691a9=_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x181)](_0x18d5b2(0x191)),_0x4817b4=_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x181)](_0x18d5b2(0x187))[_0x18d5b2(0x193)](_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x181)](_0x18d5b2(0x19c)),_0x49982f[_0x18d5b2(0x184)]);_0x3ac998[_0x18d5b2(0x16f)](_0x18d5b2(0x19e));const _0x26ca6e=new Set();for(const _0x4cffce of _0x4817b4[_0x18d5b2(0x18b)]){const _0x47f32f=_0x5691a9[_0x18d5b2(0x177)](_0x4cffce[_0x18d5b2(0x16e)]);_0x26ca6e[_0x18d5b2(0x195)](_0x47f32f);}const _0x15cb8e=new Set();for(const _0x38db29 of _0x4817b4[_0x18d5b2(0x18a)]){const _0x3be770=_0x5691a9[_0x18d5b2(0x177)](_0x38db29[_0x18d5b2(0x16e)]);_0x15cb8e[_0x18d5b2(0x195)](_0x3be770);for(const _0x55798f of _0x38db29[_0x18d5b2(0x183)])_0x15cb8e[_0x18d5b2(0x195)](_0x55798f);}for(const _0x2300e4 of _0x26ca6e)_0x3ac998[_0x18d5b2(0x179)](_0x2300e4),_0x3ac998[_0x18d5b2(0x18d)][_0x18d5b2(0x182)](_0x2300e4,_0x6bf3df(_0x107262,_0x18d5b2(0x185)));for(const _0x17aa07 of _0x15cb8e)_0x3ac998[_0x18d5b2(0x18f)](_0x17aa07),_0x3ac998[_0x18d5b2(0x18d)][_0x18d5b2(0x182)](_0x17aa07,_0x6bf3df(_0x107262,_0x18d5b2(0x185)));this[_0x18d5b2(0x178)]();}[_0x11501f(0x178)](){const _0x4db082=_0x11501f,_0x1fe834=this[_0x4db082(0x17b)],_0x3646cf=_0x1fe834[_0x4db082(0x19b)];_0x1fe834[_0x4db082(0x189)][_0x4db082(0x181)](_0x4db082(0x180))[_0x4db082(0x18d)][_0x4db082(0x171)](_0x4e0ce3=>{const _0x2e52fe=_0x4db082;if(_0x2e52fe(0x19a)!=_0x4e0ce3[_0x2e52fe(0x16c)]&&_0x2e52fe(0x176)!=_0x4e0ce3[_0x2e52fe(0x16c)])return;const {data:_0x5b2742}=_0x4e0ce3;return _0x5b2742&&_0x2e52fe(0x19e)===_0x5b2742[_0x2e52fe(0x194)]?_0x5b2742[_0x2e52fe(0x192)][0x0][_0x2e52fe(0x17e)]?{'type':_0x2e52fe(0x197),'content':_0x6bf3df(_0x3646cf,_0x2e52fe(0x17c),_0x5b2742[_0x2e52fe(0x192)][0x0][_0x2e52fe(0x174)][_0x2e52fe(0x198)]())}:{'type':_0x2e52fe(0x197),'content':_0x6bf3df(_0x3646cf,_0x2e52fe(0x16d),_0x5b2742[_0x2e52fe(0x192)][0x0][_0x2e52fe(0x174)][_0x2e52fe(0x198)]())}:void 0x0;});}}
|