@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 41.3.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 +5 -1
- 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 -4
- 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/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
- 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/dist/content-index.css +0 -332
- package/dist/editor-index.css +0 -312
- package/dist/index.css +0 -951
- package/dist/translations/ar.d.ts +0 -8
- package/dist/translations/ar.js +0 -23
- package/dist/translations/az.d.ts +0 -8
- package/dist/translations/az.js +0 -23
- package/dist/translations/bg.d.ts +0 -8
- package/dist/translations/bg.js +0 -23
- package/dist/translations/bn.d.ts +0 -8
- package/dist/translations/bn.js +0 -23
- package/dist/translations/ca.d.ts +0 -8
- package/dist/translations/ca.js +0 -23
- package/dist/translations/cs.d.ts +0 -8
- package/dist/translations/cs.js +0 -23
- package/dist/translations/da.d.ts +0 -8
- package/dist/translations/da.js +0 -23
- package/dist/translations/de.d.ts +0 -8
- package/dist/translations/de.js +0 -23
- package/dist/translations/el.d.ts +0 -8
- package/dist/translations/el.js +0 -23
- package/dist/translations/en-au.d.ts +0 -8
- package/dist/translations/en-au.js +0 -23
- package/dist/translations/en.d.ts +0 -8
- package/dist/translations/en.js +0 -23
- package/dist/translations/es.d.ts +0 -8
- package/dist/translations/es.js +0 -23
- package/dist/translations/et.d.ts +0 -8
- package/dist/translations/et.js +0 -23
- package/dist/translations/fi.d.ts +0 -8
- package/dist/translations/fi.js +0 -23
- package/dist/translations/fr.d.ts +0 -8
- package/dist/translations/fr.js +0 -23
- package/dist/translations/gl.d.ts +0 -8
- package/dist/translations/gl.js +0 -23
- package/dist/translations/he.d.ts +0 -8
- package/dist/translations/he.js +0 -23
- package/dist/translations/hi.d.ts +0 -8
- package/dist/translations/hi.js +0 -23
- package/dist/translations/hr.d.ts +0 -8
- package/dist/translations/hr.js +0 -23
- package/dist/translations/hu.d.ts +0 -8
- package/dist/translations/hu.js +0 -23
- package/dist/translations/id.d.ts +0 -8
- package/dist/translations/id.js +0 -23
- package/dist/translations/it.d.ts +0 -8
- package/dist/translations/it.js +0 -23
- package/dist/translations/ja.d.ts +0 -8
- package/dist/translations/ja.js +0 -23
- package/dist/translations/ko.d.ts +0 -8
- package/dist/translations/ko.js +0 -23
- package/dist/translations/lt.d.ts +0 -8
- package/dist/translations/lt.js +0 -23
- package/dist/translations/lv.d.ts +0 -8
- package/dist/translations/lv.js +0 -23
- package/dist/translations/ms.d.ts +0 -8
- package/dist/translations/ms.js +0 -23
- package/dist/translations/nl.d.ts +0 -8
- package/dist/translations/nl.js +0 -23
- package/dist/translations/no.d.ts +0 -8
- package/dist/translations/no.js +0 -23
- package/dist/translations/pl.d.ts +0 -8
- package/dist/translations/pl.js +0 -23
- package/dist/translations/pt-br.d.ts +0 -8
- package/dist/translations/pt-br.js +0 -23
- package/dist/translations/pt.d.ts +0 -8
- package/dist/translations/pt.js +0 -23
- package/dist/translations/ro.d.ts +0 -8
- package/dist/translations/ro.js +0 -23
- package/dist/translations/ru.d.ts +0 -8
- package/dist/translations/ru.js +0 -23
- package/dist/translations/sk.d.ts +0 -8
- package/dist/translations/sk.js +0 -23
- package/dist/translations/sq.d.ts +0 -8
- package/dist/translations/sq.js +0 -23
- package/dist/translations/sr-latn.d.ts +0 -8
- package/dist/translations/sr-latn.js +0 -23
- package/dist/translations/sr.d.ts +0 -8
- package/dist/translations/sr.js +0 -23
- package/dist/translations/sv.d.ts +0 -8
- package/dist/translations/sv.js +0 -23
- package/dist/translations/th.d.ts +0 -8
- package/dist/translations/th.js +0 -23
- package/dist/translations/tk.d.ts +0 -8
- package/dist/translations/tk.js +0 -23
- package/dist/translations/tr.d.ts +0 -8
- package/dist/translations/tr.js +0 -23
- package/dist/translations/tt.d.ts +0 -8
- package/dist/translations/tt.js +0 -23
- package/dist/translations/uk.d.ts +0 -8
- package/dist/translations/uk.js +0 -23
- package/dist/translations/ur.d.ts +0 -8
- package/dist/translations/ur.js +0 -23
- package/dist/translations/vi.d.ts +0 -8
- package/dist/translations/vi.js +0 -23
- package/dist/translations/zh-cn.d.ts +0 -8
- package/dist/translations/zh-cn.js +0 -23
- package/dist/translations/zh.d.ts +0 -8
- package/dist/translations/zh.js +0 -23
- package/dist/types/augmentation.d.ts +0 -44
- package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
- package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
- package/dist/types/commands/trackchangescommand.d.ts +0 -30
- package/dist/types/index.d.ts +0 -20
- package/dist/types/integrations/aiassistant.d.ts +0 -21
- package/dist/types/integrations/alignment.d.ts +0 -21
- package/dist/types/integrations/basicstyles.d.ts +0 -21
- package/dist/types/integrations/blockquote.d.ts +0 -21
- package/dist/types/integrations/casechange.d.ts +0 -21
- package/dist/types/integrations/ckbox.d.ts +0 -21
- package/dist/types/integrations/codeblock.d.ts +0 -21
- package/dist/types/integrations/comments.d.ts +0 -18
- package/dist/types/integrations/deletecommand.d.ts +0 -21
- package/dist/types/integrations/entercommand.d.ts +0 -20
- package/dist/types/integrations/findandreplace.d.ts +0 -25
- package/dist/types/integrations/font.d.ts +0 -21
- package/dist/types/integrations/formatpainter.d.ts +0 -21
- package/dist/types/integrations/heading.d.ts +0 -21
- package/dist/types/integrations/highlight.d.ts +0 -21
- package/dist/types/integrations/horizontalline.d.ts +0 -21
- package/dist/types/integrations/htmlembed.d.ts +0 -21
- package/dist/types/integrations/image.d.ts +0 -21
- package/dist/types/integrations/imagereplace.d.ts +0 -21
- package/dist/types/integrations/imagestyle.d.ts +0 -21
- package/dist/types/integrations/importword.d.ts +0 -22
- package/dist/types/integrations/indent.d.ts +0 -21
- package/dist/types/integrations/inputcommand.d.ts +0 -20
- package/dist/types/integrations/legacylist.d.ts +0 -21
- package/dist/types/integrations/legacylistproperties.d.ts +0 -33
- package/dist/types/integrations/link.d.ts +0 -21
- package/dist/types/integrations/list.d.ts +0 -21
- package/dist/types/integrations/mediaembed.d.ts +0 -21
- package/dist/types/integrations/mention.d.ts +0 -21
- package/dist/types/integrations/pagebreak.d.ts +0 -21
- package/dist/types/integrations/paragraph.d.ts +0 -21
- package/dist/types/integrations/removeformat.d.ts +0 -21
- package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
- package/dist/types/integrations/shiftentercommand.d.ts +0 -20
- package/dist/types/integrations/standardeditingmode.d.ts +0 -21
- package/dist/types/integrations/style.d.ts +0 -21
- package/dist/types/integrations/table.d.ts +0 -46
- package/dist/types/integrations/tablecaption.d.ts +0 -26
- package/dist/types/integrations/tableclipboard.d.ts +0 -23
- package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
- package/dist/types/integrations/tableheadings.d.ts +0 -26
- package/dist/types/integrations/tablemergesplit.d.ts +0 -26
- package/dist/types/integrations/tableofcontents.d.ts +0 -21
- package/dist/types/integrations/tableproperties.d.ts +0 -31
- package/dist/types/integrations/template.d.ts +0 -21
- package/dist/types/integrations/title.d.ts +0 -21
- package/dist/types/integrations/undo.d.ts +0 -21
- package/dist/types/integrations/utils.d.ts +0 -25
- package/dist/types/suggestion.d.ts +0 -295
- package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
- package/dist/types/trackchanges.d.ts +0 -184
- package/dist/types/trackchangesconfig.d.ts +0 -82
- package/dist/types/trackchangesdata.d.ts +0 -45
- package/dist/types/trackchangesediting.d.ts +0 -529
- package/dist/types/trackchangesui.d.ts +0 -42
- package/dist/types/ui/suggestioncontroller.d.ts +0 -41
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
- package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
- package/dist/types/utils/common-translations.d.ts +0 -13
- package/dist/types/utils/utils.d.ts +0 -34
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x51b464=_0x587f;function _0x4967(){const _0x3cec7d=['ListEditing','ELEMENT_BULLETED_LIST','10336059TkUIjZ','listReversed','353600oHVhPQ','isLocal','selection','editor','listIndent','_LIST','next','631684OfhCIW','commandName','*Remove\x20format:*\x20%0','364773ZWsNgi','todoListCheck','createRange','attributeKey','_registerLegacyDescription','batch','_findSuggestions','*Format:*\x20remove\x20from\x20%0','*Check\x20item*','_suggestionFactory','removeMarker','2xiLQhY','registerCustomCallback','get','*Merge:*\x20%0','_supportLegacySuggestions','start','numbered','*Outdent:*\x20%0','forceValue','getAttribute','config','map','splitListItemBefore','todoListChecked','listStyle','oldValue','fromRange','150594MJZfha','createPositionAt','_enableDefaultAttributesIntegration','_descriptionFactory','plugins','end','nodeAfter','splitListItemAfter','listItemId','key','indentList','*Merge:*\x20list\x20item','setSelection','previousSibling','todoList','*Set\x20format:*\x20%0','FORMAT_INDENT','getChanges','detach','groupId','registerElementLabel','TrackChangesEditing','default','getFirstMarker','*Indent:*\x20%0','find','range','includes','length','parent','list.multiBlock','ELEMENT_','getSuggestions','ELEMENT_LIST_ITEM','model','refresh','filter','*Format:*\x20insert\x20into\x20%0','_getAttributeKey','head','TodoListEditing','outdentList','1536312WfJEyB','266ZXUHrg','listStart','suggestion','formatBlock','attributes','listItemIdFixer','toUpperCase','commands','isObject','assureChains','push','mergeListItemBackward','bulleted','nextSibling','accept','commandParams','ELEMENT_TODO_LIST','newValue','every','has','containsItem','trackChangesCommand','setAttribute','bulletedList','type','meta','deletion','schema','afterInit','todo','*Uncheck\x20item*','ELEMENT_NUMBERED_LIST','documentList','listType','data','value','isNextTo','2332020FIItqp','execute','locale','from','multipleBlocks','numberedList','registerPostFixer','differ','noTrackChangesFixer','change','registerDescriptionCallback','getFirstRange','document','checkTodoList','*Split:*\x20list\x20item','format','*Change\x20to:*\x20%0','isUndo','mergeListItemForward','registerAttributeLabel','getRanges','attribute'];_0x4967=function(){return _0x3cec7d;};return _0x4967();}function _0x587f(_0x22100e,_0x45ead2){const _0x4967f0=_0x4967();return _0x587f=function(_0x587f1b,_0x23305f){_0x587f1b=_0x587f1b-0x1be;let _0x3ca64a=_0x4967f0[_0x587f1b];return _0x3ca64a;},_0x587f(_0x22100e,_0x45ead2);}(function(_0x4c4e05,_0x541803){const _0x170726=_0x587f,_0x5dcc1f=_0x4c4e05();while(!![]){try{const _0x4c036e=-parseInt(_0x170726(0x1cc))/0x1*(parseInt(_0x170726(0x1d7))/0x2)+parseInt(_0x170726(0x212))/0x3+parseInt(_0x170726(0x1c9))/0x4+parseInt(_0x170726(0x238))/0x5+parseInt(_0x170726(0x1e8))/0x6*(parseInt(_0x170726(0x213))/0x7)+-parseInt(_0x170726(0x1c2))/0x8+-parseInt(_0x170726(0x1c0))/0x9;if(_0x4c036e===_0x541803)break;else _0x5dcc1f['push'](_0x5dcc1f['shift']());}catch(_0x270ef5){_0x5dcc1f['push'](_0x5dcc1f['shift']());}}}(_0x4967,0x8211f));import{Plugin as _0x4bb401}from'ckeditor5/src/core.js';import{getTranslation as _0x5efc82}from'../utils/common-translations.js';import{renameAttributeKey as _0x26275d}from'../trackchangesediting.js';import{LiveRange as _0x44a1e5}from'ckeditor5/src/engine.js';export default class z extends _0x4bb401{[_0x51b464(0x22f)](){const _0x3328d2=_0x51b464,_0x4fd885=this[_0x3328d2(0x1c5)];if(!_0x4fd885[_0x3328d2(0x1ec)][_0x3328d2(0x226)](_0x3328d2(0x1be)))return;const _0x548c48=_0x4fd885[_0x3328d2(0x23a)],_0x7cc2f5=_0x4fd885[_0x3328d2(0x1ec)][_0x3328d2(0x1d9)](_0x3328d2(0x1fd)),_0x59a01b=_0x4fd885[_0x3328d2(0x1ec)][_0x3328d2(0x226)](_0x3328d2(0x210)),_0x21906e=!!_0x4fd885[_0x3328d2(0x1e1)][_0x3328d2(0x1d9)](_0x3328d2(0x206));function _0x4ff15a(_0x5d41c0){const _0x368c0c=_0x3328d2;return{'type':_0x368c0c(0x247),'content':''+_0x5efc82(_0x548c48,_0x368c0c(0x1f7),_0x5d41c0)};}function _0x326d06(_0x59f556){const _0x130aa4=_0x3328d2;return{'type':_0x130aa4(0x247),'content':''+_0x5efc82(_0x548c48,_0x130aa4(0x1cb),_0x59f556)};}_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x23d),[],[_0x3328d2(0x1f0),_0x3328d2(0x234),_0x3328d2(0x1c6)]),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x22a)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x1f2)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x211)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x1ef)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x1e3)),_0x21906e&&(_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x21e)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x24a))),_0x59a01b&&(_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x1f6)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x245),[],[_0x3328d2(0x1e4)]),_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x242)](_0x54b64b=>{const _0x3c2a47=_0x3328d2,{data:_0x2c31e2}=_0x54b64b;if(_0x2c31e2&&_0x3c2a47(0x1e4)==_0x2c31e2[_0x3c2a47(0x1f1)])return{'type':_0x3c2a47(0x247),'content':_0x2c31e2[_0x3c2a47(0x224)]?_0x5efc82(_0x548c48,_0x3c2a47(0x1d4)):_0x5efc82(_0x548c48,_0x3c2a47(0x231))};}),this[_0x3328d2(0x1c5)][_0x3328d2(0x20a)][_0x3328d2(0x244)][_0x3328d2(0x23e)](_0x57356e=>{const _0x37d323=_0x3328d2;if(_0x57356e[_0x37d323(0x1d1)][_0x37d323(0x249)])return!0x1;let _0x562c90=!0x1;const _0x522204=_0x7cc2f5[_0x37d323(0x208)]({'skipNotAttached':!0x0})[_0x37d323(0x20c)](_0xa204c1=>_0x37d323(0x1e4)===_0x7cc2f5[_0x37d323(0x20e)](_0xa204c1));for(const _0x3cabed of _0x522204){_0x37d323(0x230)!=_0x3cabed[_0x37d323(0x243)]()[_0x37d323(0x1dc)][_0x37d323(0x1ee)][_0x37d323(0x1e0)](_0x37d323(0x234))&&(_0x7cc2f5[_0x37d323(0x1d2)](_0x3cabed[_0x37d323(0x243)](),_0x37d323(0x24d))[_0x37d323(0x201)](_0x31e0d0=>_0x37d323(0x234)===_0x7cc2f5[_0x37d323(0x20e)](_0x31e0d0[_0x37d323(0x215)]))||(_0x57356e[_0x37d323(0x1d6)](_0x3cabed[_0x37d323(0x1ff)]()),_0x562c90=!0x0));}return _0x562c90;})),_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x24b)](_0x3328d2(0x1c6),_0x5efc82(_0x548c48,_0x3328d2(0x1f8)));const _0x3a8c2a={'type':_0x3328d2(0x247),'content':''};_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x242)](_0x1d1655=>{const _0x192a94=_0x3328d2,{data:_0xd04a5e}=_0x1d1655;if(!_0xd04a5e||_0x192a94(0x234)!=_0xd04a5e[_0x192a94(0x1f1)])return;let _0x14178d=_0x1d1655[_0x192a94(0x20f)];for(;_0x14178d;){if(_0x14178d[_0x192a94(0x235)]&&(_0x192a94(0x1e5)==_0x14178d[_0x192a94(0x235)][_0x192a94(0x1f1)]&&(_0x14178d[_0x192a94(0x235)][_0x192a94(0x224)]&&_0x192a94(0x1fe)!=_0x14178d[_0x192a94(0x235)][_0x192a94(0x224)]||_0x192a94(0x1fe)!=_0x14178d[_0x192a94(0x235)][_0x192a94(0x1e6)]&&!_0xd04a5e[_0x192a94(0x224)])||!_0x21906e&&_0x14178d[_0x192a94(0x235)][_0x192a94(0x1f1)]==_0x26275d))return _0x3a8c2a;_0x14178d=_0x14178d[_0x192a94(0x1c8)];}if(null==_0xd04a5e[_0x192a94(0x224)])switch(_0xd04a5e[_0x192a94(0x1e6)]){case _0x192a94(0x21f):return _0x326d06(_0x5efc82(_0x548c48,_0x192a94(0x1bf)));case _0x192a94(0x1dd):return _0x326d06(_0x5efc82(_0x548c48,_0x192a94(0x232)));case _0x192a94(0x230):return _0x326d06(_0x5efc82(_0x548c48,_0x192a94(0x223)));}switch(_0xd04a5e[_0x192a94(0x224)]){case _0x192a94(0x21f):return _0x4ff15a(_0x5efc82(_0x548c48,_0x192a94(0x1bf)));case _0x192a94(0x1dd):return _0x4ff15a(_0x5efc82(_0x548c48,_0x192a94(0x232)));case _0x192a94(0x230):return _0x4ff15a(_0x5efc82(_0x548c48,_0x192a94(0x223)));}}),_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x242)](_0x199ee7=>{const _0x33027e=_0x3328d2,{data:_0x5e151c}=_0x199ee7;if(_0x5e151c&&_0x33027e(0x1c6)==_0x5e151c[_0x33027e(0x1f1)])return null==_0x5e151c[_0x33027e(0x224)]||null==_0x5e151c[_0x33027e(0x1e6)]&&0x0==_0x5e151c[_0x33027e(0x224)]?_0x3a8c2a:void 0x0;}),_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x242)](_0x1ea565=>{const _0x1f14ff=_0x3328d2;if(_0x1f14ff(0x24d)!=_0x1ea565[_0x1f14ff(0x22b)])return;const {data:_0x1da997}=_0x1ea565;if(!_0x1da997||_0x1f14ff(0x1f0)!=_0x1da997[_0x1f14ff(0x1f1)])return;const _0x41f450=ie(_0x1ea565);return _0x41f450?_0x1f14ff(0x224)==_0x41f450?{'type':_0x1f14ff(0x247),'content':_0x5efc82(_0x548c48,_0x1f14ff(0x1f3))}:_0x1f14ff(0x1e6)==_0x41f450?{'type':_0x1f14ff(0x247),'content':_0x5efc82(_0x548c48,_0x1f14ff(0x246))}:_0x3a8c2a:_0x3a8c2a;}),_0x4fd885[_0x3328d2(0x20a)][_0x3328d2(0x244)][_0x3328d2(0x23e)](_0x4992e1=>this[_0x3328d2(0x218)](_0x4992e1)),_0x4fd885[_0x3328d2(0x20a)][_0x3328d2(0x244)][_0x3328d2(0x23e)](_0x5d9fbb=>this[_0x3328d2(0x240)](_0x5d9fbb)),_0x4fd885[_0x3328d2(0x20a)][_0x3328d2(0x244)][_0x3328d2(0x23e)](_0x1a7bcf=>this[_0x3328d2(0x21c)](_0x1a7bcf)),this[_0x3328d2(0x1db)]();}[_0x51b464(0x218)](_0x35cf0a){const _0x5bd018=_0x51b464;if(_0x35cf0a[_0x5bd018(0x1d1)][_0x5bd018(0x249)]||!_0x35cf0a[_0x5bd018(0x1d1)][_0x5bd018(0x1c3)])return!0x1;let _0x1be864=!0x1;const _0x11aca8=this[_0x5bd018(0x1c5)][_0x5bd018(0x1ec)][_0x5bd018(0x1d9)](_0x5bd018(0x1fd))[_0x5bd018(0x208)]({'skipNotAttached':!0x0})[_0x5bd018(0x20c)](_0x42338a=>_0x42338a[_0x5bd018(0x235)]&&_0x5bd018(0x1f0)==_0x42338a[_0x5bd018(0x235)][_0x5bd018(0x1f1)])[_0x5bd018(0x20c)](_0x525160=>_0x525160[_0x5bd018(0x235)][_0x5bd018(0x224)]&&_0x525160[_0x5bd018(0x235)][_0x5bd018(0x1e6)]);for(const _0x232565 of _0x11aca8)ie(_0x232565)||(_0x35cf0a[_0x5bd018(0x1d6)](_0x232565[_0x5bd018(0x1ff)]()),_0x1be864=!0x0);return _0x1be864;}[_0x51b464(0x240)](_0x13d870){const _0xe96b97=_0x51b464;if(_0x13d870[_0xe96b97(0x1d1)][_0xe96b97(0x249)]||!_0x13d870[_0xe96b97(0x1d1)][_0xe96b97(0x1c3)])return!0x1;const _0x142ba6=this[_0xe96b97(0x1c5)][_0xe96b97(0x1ec)][_0xe96b97(0x1d9)](_0xe96b97(0x1fd));if(_0x142ba6[_0xe96b97(0x228)][_0xe96b97(0x236)])return!0x1;let _0x52f829=!0x1;const _0x523eaf=[_0xe96b97(0x234),_0xe96b97(0x1e5),_0xe96b97(0x1f0),_0xe96b97(0x1c6),_0xe96b97(0x214),_0xe96b97(0x1c1),_0xe96b97(0x1cd)],_0x3b59af=this[_0xe96b97(0x1c5)][_0xe96b97(0x20a)][_0xe96b97(0x244)][_0xe96b97(0x23f)][_0xe96b97(0x1f9)]()[_0xe96b97(0x20c)](_0x3539f5=>_0xe96b97(0x24d)==_0x3539f5[_0xe96b97(0x22b)])[_0xe96b97(0x20c)](_0x380f87=>_0x523eaf[_0xe96b97(0x203)](_0x380f87[_0xe96b97(0x1cf)]));if(0x0==_0x3b59af[_0xe96b97(0x204)])return _0x52f829;for(const _0x337fcd of _0x3b59af){const _0x5dcd8c=_0x142ba6[_0xe96b97(0x1d2)](_0x337fcd[_0xe96b97(0x202)],_0xe96b97(0x24d))[_0xe96b97(0x20c)](_0x277404=>!_0x277404[_0xe96b97(0x22c)][_0xe96b97(0x237)])[_0xe96b97(0x1e2)](_0x5b3d16=>_0x5b3d16[_0xe96b97(0x215)])[_0xe96b97(0x20c)](_0xc347a7=>{const _0x46eda9=_0xe96b97,_0x38cf96=_0x142ba6[_0x46eda9(0x20e)](_0xc347a7);return _0x523eaf[_0x46eda9(0x203)](_0x38cf96);});if(_0x5dcd8c[_0xe96b97(0x204)]){for(const _0x1df151 of _0x5dcd8c)_0x13d870[_0xe96b97(0x1d6)](_0x1df151[_0xe96b97(0x1ff)]());_0x52f829=!0x0;}}return _0x52f829;}[_0x51b464(0x21c)](_0x5b96ad){const _0x359574=_0x51b464;if(_0x5b96ad[_0x359574(0x1d1)][_0x359574(0x249)]||!_0x5b96ad[_0x359574(0x1d1)][_0x359574(0x1c3)])return!0x1;const _0x5d2d2a=this[_0x359574(0x1c5)][_0x359574(0x1ec)][_0x359574(0x1d9)](_0x359574(0x1fd));let _0x371746=!0x1;const _0x5ebfbc=[_0x359574(0x234),_0x359574(0x1e5),_0x359574(0x1f0),_0x359574(0x1c6),_0x359574(0x214),_0x359574(0x1c1),_0x359574(0x1cd)];for(const _0x217db2 of _0x5d2d2a[_0x359574(0x208)]({'skipNotAttached':!0x0})){const _0x6434ab=_0x5d2d2a[_0x359574(0x1d2)](_0x217db2[_0x359574(0x243)](),_0x359574(0x24d))[_0x359574(0x1e2)](_0x54f3ff=>_0x54f3ff[_0x359574(0x215)])[_0x359574(0x20c)](_0x25e9d6=>_0x25e9d6[_0x359574(0x235)]&&_0x5ebfbc[_0x359574(0x203)](_0x25e9d6[_0x359574(0x235)][_0x359574(0x1f1)]));if(!_0x6434ab[_0x359574(0x204)])continue;const _0x1096e8=_0x6434ab[0x0][_0x359574(0x20f)][_0x359574(0x217)][_0x359574(0x1fb)];if(!_0x6434ab[_0x359574(0x225)](_0x115591=>_0x115591[_0x359574(0x217)][_0x359574(0x1fb)]===_0x1096e8)){for(const _0x5e1f1d of _0x6434ab)_0x1a66b7(_0x5e1f1d,_0x1096e8)&&(_0x371746=!0x0);}}return _0x371746;function _0x573925(_0x2c6ca9,_0x2442a9){const _0x599415=_0x359574;for(const _0x49f603 of _0x5d2d2a[_0x599415(0x208)]({'skipNotAttached':!0x0})[_0x599415(0x20c)](_0x2845ae=>_0x599415(0x24d)==_0x2845ae[_0x599415(0x22b)]&&_0x2845ae[_0x599415(0x217)][_0x599415(0x1fb)]==_0x2c6ca9))_0x49f603[_0x599415(0x229)](_0x599415(0x1fb),_0x2442a9);}function _0x1a66b7(_0x5515b4,_0x4526f1){const _0x6c9947=_0x359574;let _0x2806da=_0x5515b4[_0x6c9947(0x20f)],_0x6ff48e=!0x1;for(;_0x2806da;)_0x2806da[_0x6c9947(0x217)][_0x6c9947(0x1fb)]!=_0x4526f1&&(_0x573925(_0x2806da[_0x6c9947(0x217)][_0x6c9947(0x1fb)],_0x4526f1),_0x2806da[_0x6c9947(0x229)](_0x6c9947(0x1fb),_0x4526f1),_0x6ff48e=!0x0),_0x2806da=_0x2806da[_0x6c9947(0x1c8)];return _0x6ff48e;}}[_0x51b464(0x1db)](){const _0xab45ce=_0x51b464,_0x35fcea=this[_0xab45ce(0x1c5)],_0x3169bb=_0x35fcea[_0xab45ce(0x23a)],_0x3b3a58=_0x35fcea[_0xab45ce(0x1ec)][_0xab45ce(0x1d9)](_0xab45ce(0x1fd));this[_0xab45ce(0x1d0)](),_0x3b3a58[_0xab45ce(0x1d5)][_0xab45ce(0x1d8)](_0xab45ce(0x216),_0xab45ce(0x233),_0xab45ce(0x221),function(_0x557d08,_0x4d9b8d){const _0x5d6d01=_0xab45ce,_0x227f02=[];for(let _0x448772 of _0x557d08)_0x448772[_0x5d6d01(0x1dc)][_0x5d6d01(0x1ee)]===_0x448772[_0x5d6d01(0x1ed)][_0x5d6d01(0x205)]&&(_0x448772=_0x35fcea[_0x5d6d01(0x20a)][_0x5d6d01(0x1ce)](_0x35fcea[_0x5d6d01(0x20a)][_0x5d6d01(0x1e9)](_0x448772[_0x5d6d01(0x1dc)][_0x5d6d01(0x1ee)],0x0))),_0x227f02[_0x5d6d01(0x21d)](_0x448772);_0x35fcea[_0x5d6d01(0x20a)][_0x5d6d01(0x241)](_0x2d3ec5=>{const _0x2ed32a=_0x5d6d01,_0x479e24=_0x35fcea[_0x2ed32a(0x20a)][_0x2ed32a(0x244)][_0x2ed32a(0x1c4)],_0x5bf38e=Array[_0x2ed32a(0x23b)](_0x479e24[_0x2ed32a(0x24c)]())[_0x2ed32a(0x1e2)](_0x154cde=>_0x44a1e5[_0x2ed32a(0x1e7)](_0x154cde));_0x2d3ec5[_0x2ed32a(0x1f4)](_0x227f02),_0x35fcea[_0x2ed32a(0x21a)][_0x2ed32a(0x1d9)](_0x4d9b8d[_0x2ed32a(0x1ca)])[_0x2ed32a(0x20b)](),_0x4d9b8d[_0x2ed32a(0x222)][_0x2ed32a(0x21d)]({'forceDefaultExecution':!0x0}),_0x35fcea[_0x2ed32a(0x239)](_0x4d9b8d[_0x2ed32a(0x1ca)],..._0x4d9b8d[_0x2ed32a(0x222)]),_0x2d3ec5[_0x2ed32a(0x1f4)](_0x5bf38e);for(const _0x45d938 of _0x5bf38e)_0x45d938[_0x2ed32a(0x1fa)]();});}),_0x3b3a58[_0xab45ce(0x1eb)][_0xab45ce(0x1fc)](function(_0x9f9d09){const _0x2e2b48=_0xab45ce,_0x34d524=!_0x35fcea[_0x2e2b48(0x20a)][_0x2e2b48(0x22e)][_0x2e2b48(0x21b)](_0x9f9d09),_0x24dafb=_0x9f9d09[_0x2e2b48(0x1f5)],_0xac4214=_0x9f9d09[_0x2e2b48(0x220)],_0x5d08cc=_0x9f9d09[_0x2e2b48(0x1e0)](_0x2e2b48(0x1f0)),_0x29e7f9=!_0x24dafb||_0x24dafb[_0x2e2b48(0x1e0)](_0x2e2b48(0x1f0))!==_0x5d08cc,_0x124c01=!_0xac4214||_0xac4214[_0x2e2b48(0x1e0)](_0x2e2b48(0x1f0))!==_0x5d08cc;return _0x34d524&&Boolean(_0x5d08cc)&&_0x29e7f9&&_0x124c01;},_0x10384b=>_0x5efc82(_0x3169bb,_0xab45ce(0x209),_0x10384b));}[_0x51b464(0x1d0)](){const _0x197c25=_0x51b464,_0x159c20=this[_0x197c25(0x1c5)],_0x7f711e=_0x159c20[_0x197c25(0x23a)];function _0x4eb2e5(_0x4a08dd){const _0x29df96=_0x197c25,_0x535a62=_0x159c20[_0x29df96(0x21a)][_0x29df96(0x1d9)](_0x29df96(0x22a))[_0x29df96(0x236)],_0x3a589c=_0x159c20[_0x29df96(0x21a)][_0x29df96(0x1d9)](_0x29df96(0x23d))[_0x29df96(0x236)];return _0x29df96(0x23d)===_0x4a08dd?_0x535a62:_0x3a589c;}_0x159c20[_0x197c25(0x1ec)][_0x197c25(0x1d9)](_0x197c25(0x1fd))[_0x197c25(0x1eb)][_0x197c25(0x242)](function(_0x12b5a7){const _0x582c71=_0x197c25;if(_0x582c71(0x216)!=_0x12b5a7[_0x582c71(0x22b)])return;const {data:_0x578f23}=_0x12b5a7;if(!_0x578f23)return;let _0x3e1525,_0x5c72ce,_0x16654a,_0x49a938;switch(_0x578f23[_0x582c71(0x1ca)]){case _0x582c71(0x22a):_0x16654a=_0x578f23[_0x582c71(0x222)][0x0][_0x582c71(0x1df)],_0x49a938=_0x4eb2e5(_0x578f23[_0x582c71(0x1ca)]),_0x3e1525=_0x16654a?_0x582c71(0x20d):_0x582c71(0x1d3),!_0x49a938&&_0x159c20[_0x582c71(0x1e1)][_0x582c71(0x1d9)](_0x582c71(0x206))||(_0x3e1525=_0x582c71(0x248)),_0x5c72ce={'type':_0x582c71(0x247),'content':_0x5efc82(_0x7f711e,_0x3e1525,_0x5efc82(_0x7f711e,_0x582c71(0x1bf)))};break;case _0x582c71(0x23d):_0x16654a=_0x578f23[_0x582c71(0x222)][0x0][_0x582c71(0x1df)],_0x49a938=_0x4eb2e5(_0x578f23[_0x582c71(0x1ca)]),_0x3e1525=_0x16654a?_0x582c71(0x20d):_0x582c71(0x1d3),!_0x49a938&&_0x159c20[_0x582c71(0x1e1)][_0x582c71(0x1d9)](_0x582c71(0x206))||(_0x3e1525=_0x582c71(0x248)),_0x5c72ce={'type':_0x582c71(0x247),'content':_0x5efc82(_0x7f711e,_0x3e1525,_0x5efc82(_0x7f711e,_0x582c71(0x232)))};break;case _0x582c71(0x1f2):_0x3e1525=_0x582c71(0x200),_0x5c72ce={'type':_0x582c71(0x247),'content':_0x5efc82(_0x7f711e,_0x3e1525,_0x5efc82(_0x7f711e,_0x582c71(0x209)))};break;case _0x582c71(0x211):_0x3e1525=function(_0x5ee253){const _0x54eb4d=_0x582c71,_0x3d85cb=_0x5ee253[_0x54eb4d(0x243)]();let _0x526615=_0x3d85cb[_0x54eb4d(0x1dc)][_0x54eb4d(0x1ee)];for(;_0x526615&&_0x3d85cb[_0x54eb4d(0x227)](_0x526615);){if(_0x526615[_0x54eb4d(0x1e0)](_0x54eb4d(0x1c6))>0x0)return!0x1;_0x526615=_0x526615[_0x54eb4d(0x220)];}return!0x0;}(_0x12b5a7)?_0x5efc82(_0x7f711e,_0x582c71(0x1d3),_0x5efc82(_0x7f711e,function(_0x41da57){const _0x2350b6=_0x582c71;return _0x2350b6(0x207)+_0x41da57[_0x2350b6(0x243)]()[_0x2350b6(0x1dc)][_0x2350b6(0x1ee)][_0x2350b6(0x1e0)](_0x2350b6(0x234))[_0x2350b6(0x219)]()+_0x2350b6(0x1c7);}(_0x12b5a7))):_0x5efc82(_0x7f711e,_0x582c71(0x1de),_0x5efc82(_0x7f711e,_0x582c71(0x209))),_0x5c72ce={'type':_0x582c71(0x247),'content':_0x3e1525};break;case _0x582c71(0x21e):case _0x582c71(0x24a):!0x1===_0x578f23[_0x582c71(0x23c)]&&(_0x3e1525=_0x582c71(0x1da),_0x5c72ce={'type':_0x582c71(0x22d),'content':_0x5efc82(_0x7f711e,_0x3e1525,_0x5efc82(_0x7f711e,_0x582c71(0x209)))});}return _0x5c72ce;});}}function ie(_0x4bba22){const _0x46447f=_0x51b464;let _0x513c75=_0x4bba22[_0x46447f(0x243)]()[_0x46447f(0x1dc)][_0x46447f(0x1ee)][_0x46447f(0x1f5)];for(;_0x513c75;){const _0x32d29b=_0x513c75[_0x46447f(0x1e0)](_0x46447f(0x1f0));if(!_0x32d29b)return!0x1;if(_0x32d29b==_0x4bba22[_0x46447f(0x235)][_0x46447f(0x224)])return _0x46447f(0x224);if(_0x32d29b==_0x4bba22[_0x46447f(0x235)][_0x46447f(0x1e6)])return _0x46447f(0x1e6);_0x513c75=_0x513c75[_0x46447f(0x1f5)];}return!0x1;}
|
|
23
|
+
const _0x1e9913=_0x53ec;(function(_0x1d55f9,_0x1a4bdf){const _0x2740b0=_0x53ec,_0x4c0780=_0x1d55f9();while(!![]){try{const _0x118312=-parseInt(_0x2740b0(0x19b))/0x1*(-parseInt(_0x2740b0(0x1cd))/0x2)+parseInt(_0x2740b0(0x146))/0x3*(parseInt(_0x2740b0(0x1af))/0x4)+parseInt(_0x2740b0(0x151))/0x5+parseInt(_0x2740b0(0x1c9))/0x6*(parseInt(_0x2740b0(0x1bf))/0x7)+-parseInt(_0x2740b0(0x155))/0x8+-parseInt(_0x2740b0(0x1c5))/0x9*(parseInt(_0x2740b0(0x1bb))/0xa)+parseInt(_0x2740b0(0x1c2))/0xb;if(_0x118312===_0x1a4bdf)break;else _0x4c0780['push'](_0x4c0780['shift']());}catch(_0x206e8d){_0x4c0780['push'](_0x4c0780['shift']());}}}(_0x2b64,0x3dd35));import{Plugin as _0xec9ec}from'ckeditor5/src/core.js';import{getTranslation as _0x32c97e}from'../utils/common-translations.js';function _0x2b64(){const _0x2be949=['forceValue','attribute','attributeKey','locale','3iPXiUx','splitListItemAfter','ELEMENT_NUMBERED_LIST','attributes','customNumberedList','listItemId','schema','checkTodoList','bulleted','registerElementLabel','setAttribute','179535rtKziq','numbered','registerAttributeLabel','listStyle','925136zWRUCQ','outdentList','newValue','*Merge:*\x20list\x20item','length','includes','containsItem','format','indentList','getFirstMarker','isLocal','assureChains','batch','ListEditing','getRanges','execute','data','detach','parent','listStart','listMarker','document','differ','createRange','type','plugins','listType','start','has','toUpperCase','isUndo','*Set\x20format:*\x20%0','listIndent','setSelection','documentList','editor','*Indent:*\x20%0','todoListChecked','splitListItemBefore','suggestion','commands','head','map','numberedList','FORMAT_INDENT','commandName','end','_findSuggestions','bulletedList','trackChangesCommand','accept','todo','noTrackChangesFixer','getChanges','multipleBlocks','get','registerDescriptionCallback','default','deletion','TrackChangesEditing','*Format:*\x20insert\x20into\x20%0','_supportLegacySuggestions','model','meta','ELEMENT_BULLETED_LIST','afterInit','find','todoListCheck','filter','oldValue','108221VNPYJj','from','isNextTo','ELEMENT_TODO_LIST','ELEMENT_','*Format:*\x20remove\x20from\x20%0','_registerLegacyDescription','registerCustomCallback','getAttribute','previousSibling','*Remove\x20format:*\x20%0','_suggestionFactory','commandParams','range','key','groupId','listItemIdFixer','selection','*Change\x20to:*\x20%0','fromRange','1355336mRWgkN','next','_descriptionFactory','TodoListEditing','refresh','removeMarker','mergeListItemBackward','push','listMarkerStyle','customBulletedList','nodeAfter','config','10LuHhMD','*Merge:*\x20%0','mergeListItemForward','value','732774BKHfYZ','listReversed','todoList','282689FYjCPs','nextSibling','formatBlock','4148154aCkkHw','_LIST','getFirstRange','ELEMENT_LIST_ITEM','6QCTkMK','getSuggestions','_getAttributeKey','_enableDefaultAttributesIntegration','6JJkZIH','*Check\x20item*','*Outdent:*\x20%0','registerPostFixer','createPositionAt','list.multiBlock','change','every','*Uncheck\x20item*','*Split:*\x20list\x20item','isObject'];_0x2b64=function(){return _0x2be949;};return _0x2b64();}function _0x53ec(_0x1a101b,_0x39994c){const _0x2b64e0=_0x2b64();return _0x53ec=function(_0x53ec42,_0x1d9697){_0x53ec42=_0x53ec42-0x140;let _0x1f142d=_0x2b64e0[_0x53ec42];return _0x1f142d;},_0x53ec(_0x1a101b,_0x39994c);}import{renameAttributeKey as _0x466e88}from'../trackchangesediting.js';import{LiveRange as _0x132985}from'ckeditor5/src/engine.js';export default class z extends _0xec9ec{[_0x1e9913(0x196)](){const _0x52b102=_0x1e9913,_0x56b471=this[_0x52b102(0x178)];if(!_0x56b471[_0x52b102(0x16e)][_0x52b102(0x171)](_0x52b102(0x162)))return;const _0x20799c=_0x56b471[_0x52b102(0x145)],_0x50c48f=_0x56b471[_0x52b102(0x16e)][_0x52b102(0x18c)](_0x52b102(0x190)),_0x49c3d8=_0x56b471[_0x52b102(0x16e)][_0x52b102(0x171)](_0x52b102(0x1b2)),_0x16137=!!_0x56b471[_0x52b102(0x1ba)][_0x52b102(0x18c)](_0x52b102(0x1d2));function _0x19c7b1(_0xc70705){const _0x18dfd6=_0x52b102;return{'type':_0x18dfd6(0x15c),'content':''+_0x32c97e(_0x20799c,_0x18dfd6(0x174),_0xc70705)};}function _0x1dab88(_0x4dad19){const _0x3688a0=_0x52b102;return{'type':_0x3688a0(0x15c),'content':''+_0x32c97e(_0x20799c,_0x3688a0(0x1a5),_0x4dad19)};}_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x180),[],[_0x52b102(0x14b),_0x52b102(0x16f),_0x52b102(0x175)]),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x185)),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x14a)),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x1b8)),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x15d)),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x156)),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x147)),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x17b)),_0x16137&&(_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x1b5)),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x1bd))),_0x49c3d8&&(_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x1c1)),_0x50c48f[_0x52b102(0x1cc)](_0x52b102(0x14d),[],[_0x52b102(0x17a)]),_0x50c48f[_0x52b102(0x1b1)][_0x52b102(0x18d)](_0x57f0dd=>{const _0x5571f2=_0x52b102,{data:_0x1d8f52}=_0x57f0dd;if(_0x1d8f52&&_0x5571f2(0x17a)==_0x1d8f52[_0x5571f2(0x1a9)])return{'type':_0x5571f2(0x15c),'content':_0x1d8f52[_0x5571f2(0x157)]?_0x32c97e(_0x20799c,_0x5571f2(0x1ce)):_0x32c97e(_0x20799c,_0x5571f2(0x1d5))};}),this[_0x52b102(0x178)][_0x52b102(0x193)][_0x52b102(0x16a)][_0x52b102(0x1d0)](_0x1cb57e=>{const _0x43275f=_0x52b102;if(_0x1cb57e[_0x43275f(0x161)][_0x43275f(0x173)])return!0x1;let _0x32d2fc=!0x1;const _0x2b6690=_0x50c48f[_0x43275f(0x1ca)]({'skipNotAttached':!0x0})[_0x43275f(0x199)](_0x203b40=>_0x43275f(0x17a)===_0x50c48f[_0x43275f(0x1cb)](_0x203b40));for(const _0x333496 of _0x2b6690){_0x43275f(0x188)!=_0x333496[_0x43275f(0x1c7)]()[_0x43275f(0x170)][_0x43275f(0x1b9)][_0x43275f(0x1a3)](_0x43275f(0x16f))&&(_0x50c48f[_0x43275f(0x184)](_0x333496[_0x43275f(0x1c7)](),_0x43275f(0x143))[_0x43275f(0x197)](_0xf30ac4=>_0x43275f(0x16f)===_0x50c48f[_0x43275f(0x1cb)](_0xf30ac4[_0x43275f(0x17c)]))||(_0x1cb57e[_0x43275f(0x1b4)](_0x333496[_0x43275f(0x15e)]()),_0x32d2fc=!0x0));}return _0x32d2fc;})),_0x50c48f[_0x52b102(0x1b1)][_0x52b102(0x153)](_0x52b102(0x175),_0x32c97e(_0x20799c,_0x52b102(0x181)));const _0x5cd536={'type':_0x52b102(0x15c),'content':''};_0x50c48f[_0x52b102(0x1b1)][_0x52b102(0x18d)](_0x49b0e6=>{const _0x1a0b98=_0x52b102,{data:_0xcf6e6}=_0x49b0e6;if(!_0xcf6e6||_0x1a0b98(0x16f)!=_0xcf6e6[_0x1a0b98(0x1a9)])return;let _0xb955d=_0x49b0e6[_0x1a0b98(0x17e)];for(;_0xb955d;){if(_0xb955d[_0x1a0b98(0x165)]&&((_0x1a0b98(0x154)==_0xb955d[_0x1a0b98(0x165)][_0x1a0b98(0x1a9)]||_0x1a0b98(0x1b7)==_0xb955d[_0x1a0b98(0x165)][_0x1a0b98(0x1a9)])&&(_0xb955d[_0x1a0b98(0x165)][_0x1a0b98(0x157)]&&_0x1a0b98(0x18e)!=_0xb955d[_0x1a0b98(0x165)][_0x1a0b98(0x157)]||_0x1a0b98(0x18e)!=_0xb955d[_0x1a0b98(0x165)][_0x1a0b98(0x19a)]&&!_0xcf6e6[_0x1a0b98(0x157)])||!_0x16137&&_0xb955d[_0x1a0b98(0x165)][_0x1a0b98(0x1a9)]==_0x466e88))return _0x5cd536;_0xb955d=_0xb955d[_0x1a0b98(0x1b0)];}if(null==_0xcf6e6[_0x1a0b98(0x157)])switch(_0xcf6e6[_0x1a0b98(0x19a)]){case _0x1a0b98(0x14e):return _0x1dab88(_0x32c97e(_0x20799c,_0x1a0b98(0x195)));case _0x1a0b98(0x152):return _0x1dab88(_0x32c97e(_0x20799c,_0x1a0b98(0x148)));case _0x1a0b98(0x188):return _0x1dab88(_0x32c97e(_0x20799c,_0x1a0b98(0x19e)));}switch(_0xcf6e6[_0x1a0b98(0x157)]){case _0x1a0b98(0x14e):return _0x19c7b1(_0x32c97e(_0x20799c,_0x1a0b98(0x195)));case _0x1a0b98(0x152):return _0x19c7b1(_0x32c97e(_0x20799c,_0x1a0b98(0x148)));case _0x1a0b98(0x188):return _0x19c7b1(_0x32c97e(_0x20799c,_0x1a0b98(0x19e)));}}),_0x50c48f[_0x52b102(0x1b1)][_0x52b102(0x18d)](_0x54ecbd=>{const _0x324829=_0x52b102,{data:_0x2733dc}=_0x54ecbd;if(_0x2733dc&&_0x324829(0x175)==_0x2733dc[_0x324829(0x1a9)])return null==_0x2733dc[_0x324829(0x157)]||null==_0x2733dc[_0x324829(0x19a)]&&0x0==_0x2733dc[_0x324829(0x157)]?_0x5cd536:void 0x0;}),_0x50c48f[_0x52b102(0x1b1)][_0x52b102(0x18d)](_0x3c4125=>{const _0x21dbf1=_0x52b102;if(_0x21dbf1(0x143)!=_0x3c4125[_0x21dbf1(0x16d)])return;const {data:_0x19c4c5}=_0x3c4125;if(!_0x19c4c5||_0x21dbf1(0x14b)!=_0x19c4c5[_0x21dbf1(0x1a9)])return;const _0x205ad7=le(_0x3c4125);return _0x205ad7?_0x21dbf1(0x157)==_0x205ad7?{'type':_0x21dbf1(0x15c),'content':_0x32c97e(_0x20799c,_0x21dbf1(0x158))}:_0x21dbf1(0x19a)==_0x205ad7?{'type':_0x21dbf1(0x15c),'content':_0x32c97e(_0x20799c,_0x21dbf1(0x140))}:_0x5cd536:_0x5cd536;}),_0x56b471[_0x52b102(0x193)][_0x52b102(0x16a)][_0x52b102(0x1d0)](_0x132c5e=>this[_0x52b102(0x1ab)](_0x132c5e)),_0x56b471[_0x52b102(0x193)][_0x52b102(0x16a)][_0x52b102(0x1d0)](_0x5aadbf=>this[_0x52b102(0x189)](_0x5aadbf)),_0x56b471[_0x52b102(0x193)][_0x52b102(0x16a)][_0x52b102(0x1d0)](_0x365898=>this[_0x52b102(0x160)](_0x365898)),this[_0x52b102(0x192)]();}[_0x1e9913(0x1ab)](_0x46f343){const _0x18e4d5=_0x1e9913;if(_0x46f343[_0x18e4d5(0x161)][_0x18e4d5(0x173)]||!_0x46f343[_0x18e4d5(0x161)][_0x18e4d5(0x15f)])return!0x1;let _0x4dbaf6=!0x1;const _0x5b5b26=this[_0x18e4d5(0x178)][_0x18e4d5(0x16e)][_0x18e4d5(0x18c)](_0x18e4d5(0x190))[_0x18e4d5(0x1ca)]({'skipNotAttached':!0x0})[_0x18e4d5(0x199)](_0x55d6f7=>_0x55d6f7[_0x18e4d5(0x165)]&&_0x18e4d5(0x14b)==_0x55d6f7[_0x18e4d5(0x165)][_0x18e4d5(0x1a9)])[_0x18e4d5(0x199)](_0xbae5a8=>_0xbae5a8[_0x18e4d5(0x165)][_0x18e4d5(0x157)]&&_0xbae5a8[_0x18e4d5(0x165)][_0x18e4d5(0x19a)]);for(const _0x4a22fa of _0x5b5b26)le(_0x4a22fa)||(_0x46f343[_0x18e4d5(0x1b4)](_0x4a22fa[_0x18e4d5(0x15e)]()),_0x4dbaf6=!0x0);return _0x4dbaf6;}[_0x1e9913(0x189)](_0xacfc58){const _0x1b4cc7=_0x1e9913;if(_0xacfc58[_0x1b4cc7(0x161)][_0x1b4cc7(0x173)]||!_0xacfc58[_0x1b4cc7(0x161)][_0x1b4cc7(0x15f)])return!0x1;const _0x3257f8=this[_0x1b4cc7(0x178)][_0x1b4cc7(0x16e)][_0x1b4cc7(0x18c)](_0x1b4cc7(0x190));if(_0x3257f8[_0x1b4cc7(0x186)][_0x1b4cc7(0x1be)])return!0x1;let _0x1fda21=!0x1;const _0x589224=[_0x1b4cc7(0x16f),_0x1b4cc7(0x14b),_0x1b4cc7(0x175),_0x1b4cc7(0x154),_0x1b4cc7(0x168),_0x1b4cc7(0x1c0),_0x1b4cc7(0x198),_0x1b4cc7(0x169),_0x1b4cc7(0x1b7)],_0x577666=this[_0x1b4cc7(0x178)][_0x1b4cc7(0x193)][_0x1b4cc7(0x16a)][_0x1b4cc7(0x16b)][_0x1b4cc7(0x18a)]()[_0x1b4cc7(0x199)](_0x3ed40e=>_0x1b4cc7(0x143)==_0x3ed40e[_0x1b4cc7(0x16d)])[_0x1b4cc7(0x199)](_0xee060c=>_0x589224[_0x1b4cc7(0x15a)](_0xee060c[_0x1b4cc7(0x144)]));if(0x0==_0x577666[_0x1b4cc7(0x159)])return _0x1fda21;for(const _0x3d6508 of _0x577666){const _0x1005d3=_0x3257f8[_0x1b4cc7(0x184)](_0x3d6508[_0x1b4cc7(0x1a8)],_0x1b4cc7(0x143))[_0x1b4cc7(0x199)](_0x934f69=>!_0x934f69[_0x1b4cc7(0x194)][_0x1b4cc7(0x19d)])[_0x1b4cc7(0x17f)](_0x41870a=>_0x41870a[_0x1b4cc7(0x17c)])[_0x1b4cc7(0x199)](_0x173309=>{const _0x4f2c35=_0x1b4cc7,_0xdca25e=_0x3257f8[_0x4f2c35(0x1cb)](_0x173309);return _0x589224[_0x4f2c35(0x15a)](_0xdca25e);});if(_0x1005d3[_0x1b4cc7(0x159)]){for(const _0x3c1e60 of _0x1005d3)_0xacfc58[_0x1b4cc7(0x1b4)](_0x3c1e60[_0x1b4cc7(0x15e)]());_0x1fda21=!0x0;}}return _0x1fda21;}[_0x1e9913(0x160)](_0x45cd76){const _0x4bfd76=_0x1e9913;if(_0x45cd76[_0x4bfd76(0x161)][_0x4bfd76(0x173)]||!_0x45cd76[_0x4bfd76(0x161)][_0x4bfd76(0x15f)])return!0x1;const _0x132b07=this[_0x4bfd76(0x178)][_0x4bfd76(0x16e)][_0x4bfd76(0x18c)](_0x4bfd76(0x190));let _0x1eab6f=!0x1;const _0x31b168=[_0x4bfd76(0x16f),_0x4bfd76(0x14b),_0x4bfd76(0x175),_0x4bfd76(0x154),_0x4bfd76(0x168),_0x4bfd76(0x1c0),_0x4bfd76(0x198),_0x4bfd76(0x169),_0x4bfd76(0x1b7)];for(const _0x4f8055 of _0x132b07[_0x4bfd76(0x1ca)]({'skipNotAttached':!0x0})){const _0x255555=_0x132b07[_0x4bfd76(0x184)](_0x4f8055[_0x4bfd76(0x1c7)](),_0x4bfd76(0x143))[_0x4bfd76(0x17f)](_0x25b991=>_0x25b991[_0x4bfd76(0x17c)])[_0x4bfd76(0x199)](_0x13a3b0=>_0x13a3b0[_0x4bfd76(0x165)]&&_0x31b168[_0x4bfd76(0x15a)](_0x13a3b0[_0x4bfd76(0x165)][_0x4bfd76(0x1a9)]));if(!_0x255555[_0x4bfd76(0x159)])continue;const _0x533844=_0x255555[0x0][_0x4bfd76(0x17e)][_0x4bfd76(0x149)][_0x4bfd76(0x1aa)];if(!_0x255555[_0x4bfd76(0x1d4)](_0x210340=>_0x210340[_0x4bfd76(0x149)][_0x4bfd76(0x1aa)]===_0x533844)){for(const _0x161e68 of _0x255555)_0x1d50f6(_0x161e68,_0x533844)&&(_0x1eab6f=!0x0);}}return _0x1eab6f;function _0x52c13e(_0x5a04ce,_0x54e996){const _0x11b166=_0x4bfd76;for(const _0x4b4335 of _0x132b07[_0x11b166(0x1ca)]({'skipNotAttached':!0x0})[_0x11b166(0x199)](_0x4551f1=>_0x11b166(0x143)==_0x4551f1[_0x11b166(0x16d)]&&_0x4551f1[_0x11b166(0x149)][_0x11b166(0x1aa)]==_0x5a04ce))_0x4b4335[_0x11b166(0x150)](_0x11b166(0x1aa),_0x54e996);}function _0x1d50f6(_0xa643a7,_0x2624ea){const _0xe9b0ed=_0x4bfd76;let _0x19d5c4=_0xa643a7[_0xe9b0ed(0x17e)],_0x601901=!0x1;for(;_0x19d5c4;)_0x19d5c4[_0xe9b0ed(0x149)][_0xe9b0ed(0x1aa)]!=_0x2624ea&&(_0x52c13e(_0x19d5c4[_0xe9b0ed(0x149)][_0xe9b0ed(0x1aa)],_0x2624ea),_0x19d5c4[_0xe9b0ed(0x150)](_0xe9b0ed(0x1aa),_0x2624ea),_0x601901=!0x0),_0x19d5c4=_0x19d5c4[_0xe9b0ed(0x1b0)];return _0x601901;}}[_0x1e9913(0x192)](){const _0x656f74=_0x1e9913,_0x7b47f=this[_0x656f74(0x178)],_0x5ea320=_0x7b47f[_0x656f74(0x145)],_0x316c5c=_0x7b47f[_0x656f74(0x16e)][_0x656f74(0x18c)](_0x656f74(0x190));this[_0x656f74(0x1a1)](),_0x316c5c[_0x656f74(0x1a6)][_0x656f74(0x1a2)](_0x656f74(0x1c4),_0x656f74(0x177),_0x656f74(0x187),function(_0x248dba,_0x2a7c8f){const _0xdeea=_0x656f74,_0x24ca03=[];for(let _0x1eb25a of _0x248dba)_0x1eb25a[_0xdeea(0x170)][_0xdeea(0x1b9)]===_0x1eb25a[_0xdeea(0x183)][_0xdeea(0x167)]&&(_0x1eb25a=_0x7b47f[_0xdeea(0x193)][_0xdeea(0x16c)](_0x7b47f[_0xdeea(0x193)][_0xdeea(0x1d1)](_0x1eb25a[_0xdeea(0x170)][_0xdeea(0x1b9)],0x0))),_0x24ca03[_0xdeea(0x1b6)](_0x1eb25a);_0x7b47f[_0xdeea(0x193)][_0xdeea(0x1d3)](_0x24d0ef=>{const _0x4b0c9d=_0xdeea,_0xda886a=_0x7b47f[_0x4b0c9d(0x193)][_0x4b0c9d(0x16a)][_0x4b0c9d(0x1ac)],_0x3c95a4=Array[_0x4b0c9d(0x19c)](_0xda886a[_0x4b0c9d(0x163)]())[_0x4b0c9d(0x17f)](_0x44e056=>_0x132985[_0x4b0c9d(0x1ae)](_0x44e056));_0x24d0ef[_0x4b0c9d(0x176)](_0x24ca03),_0x7b47f[_0x4b0c9d(0x17d)][_0x4b0c9d(0x18c)](_0x2a7c8f[_0x4b0c9d(0x182)])[_0x4b0c9d(0x1b3)](),_0x2a7c8f[_0x4b0c9d(0x1a7)][_0x4b0c9d(0x1b6)]({'forceDefaultExecution':!0x0}),_0x7b47f[_0x4b0c9d(0x164)](_0x2a7c8f[_0x4b0c9d(0x182)],..._0x2a7c8f[_0x4b0c9d(0x1a7)]),_0x24d0ef[_0x4b0c9d(0x176)](_0x3c95a4);for(const _0x276489 of _0x3c95a4)_0x276489[_0x4b0c9d(0x166)]();});}),_0x316c5c[_0x656f74(0x1b1)][_0x656f74(0x14f)](function(_0x4cda6c){const _0x2cd045=_0x656f74,_0x1a2c71=!_0x7b47f[_0x2cd045(0x193)][_0x2cd045(0x14c)][_0x2cd045(0x141)](_0x4cda6c),_0x524fe7=_0x4cda6c[_0x2cd045(0x1a4)],_0x141d79=_0x4cda6c[_0x2cd045(0x1c3)],_0x12b0a7=_0x4cda6c[_0x2cd045(0x1a3)](_0x2cd045(0x14b)),_0x565e95=!_0x524fe7||_0x524fe7[_0x2cd045(0x1a3)](_0x2cd045(0x14b))!==_0x12b0a7,_0x13c666=!_0x141d79||_0x141d79[_0x2cd045(0x1a3)](_0x2cd045(0x14b))!==_0x12b0a7;return _0x1a2c71&&Boolean(_0x12b0a7)&&_0x565e95&&_0x13c666;},_0x4fec8d=>_0x32c97e(_0x5ea320,_0x656f74(0x1c8),_0x4fec8d));}[_0x1e9913(0x1a1)](){const _0x5eb5ac=_0x1e9913,_0x2a0770=this[_0x5eb5ac(0x178)],_0x15c698=_0x2a0770[_0x5eb5ac(0x145)];function _0x1d4a4a(_0x34f254){const _0x3cf222=_0x5eb5ac,_0x17d7ae=_0x2a0770[_0x3cf222(0x17d)][_0x3cf222(0x18c)](_0x3cf222(0x185))[_0x3cf222(0x1be)],_0x4c1c9d=_0x2a0770[_0x3cf222(0x17d)][_0x3cf222(0x18c)](_0x3cf222(0x180))[_0x3cf222(0x1be)];return _0x3cf222(0x180)===_0x34f254?_0x17d7ae:_0x4c1c9d;}_0x2a0770[_0x5eb5ac(0x16e)][_0x5eb5ac(0x18c)](_0x5eb5ac(0x190))[_0x5eb5ac(0x1b1)][_0x5eb5ac(0x18d)](function(_0x48b074){const _0x5b8b0a=_0x5eb5ac;if(_0x5b8b0a(0x1c4)!=_0x48b074[_0x5b8b0a(0x16d)])return;const {data:_0x43ce23}=_0x48b074;if(!_0x43ce23)return;let _0xbb2e23,_0x1f3437,_0x3b85a5,_0xd2ba32;switch(_0x43ce23[_0x5b8b0a(0x182)]){case _0x5b8b0a(0x185):_0x3b85a5=_0x43ce23[_0x5b8b0a(0x1a7)][0x0][_0x5b8b0a(0x142)],_0xd2ba32=_0x1d4a4a(_0x43ce23[_0x5b8b0a(0x182)]),_0xbb2e23=_0x3b85a5?_0x5b8b0a(0x191):_0x5b8b0a(0x1a0),!_0xd2ba32&&_0x2a0770[_0x5b8b0a(0x1ba)][_0x5b8b0a(0x18c)](_0x5b8b0a(0x1d2))||(_0xbb2e23=_0x5b8b0a(0x1ad)),_0x1f3437={'type':_0x5b8b0a(0x15c),'content':_0x32c97e(_0x15c698,_0xbb2e23,_0x32c97e(_0x15c698,_0x5b8b0a(0x195)))};break;case _0x5b8b0a(0x180):_0x3b85a5=_0x43ce23[_0x5b8b0a(0x1a7)][0x0][_0x5b8b0a(0x142)],_0xd2ba32=_0x1d4a4a(_0x43ce23[_0x5b8b0a(0x182)]),_0xbb2e23=_0x3b85a5?_0x5b8b0a(0x191):_0x5b8b0a(0x1a0),!_0xd2ba32&&_0x2a0770[_0x5b8b0a(0x1ba)][_0x5b8b0a(0x18c)](_0x5b8b0a(0x1d2))||(_0xbb2e23=_0x5b8b0a(0x1ad)),_0x1f3437={'type':_0x5b8b0a(0x15c),'content':_0x32c97e(_0x15c698,_0xbb2e23,_0x32c97e(_0x15c698,_0x5b8b0a(0x148)))};break;case _0x5b8b0a(0x15d):_0xbb2e23=_0x5b8b0a(0x179),_0x1f3437={'type':_0x5b8b0a(0x15c),'content':_0x32c97e(_0x15c698,_0xbb2e23,_0x32c97e(_0x15c698,_0x5b8b0a(0x1c8)))};break;case _0x5b8b0a(0x156):_0xbb2e23=function(_0x5e13cb){const _0x4b12d0=_0x5b8b0a,_0x224ac7=_0x5e13cb[_0x4b12d0(0x1c7)]();let _0xcaaa6b=_0x224ac7[_0x4b12d0(0x170)][_0x4b12d0(0x1b9)];for(;_0xcaaa6b&&_0x224ac7[_0x4b12d0(0x15b)](_0xcaaa6b);){if(_0xcaaa6b[_0x4b12d0(0x1a3)](_0x4b12d0(0x175))>0x0)return!0x1;_0xcaaa6b=_0xcaaa6b[_0x4b12d0(0x1c3)];}return!0x0;}(_0x48b074)?_0x32c97e(_0x15c698,_0x5b8b0a(0x1a0),_0x32c97e(_0x15c698,function(_0x13bfcd){const _0x1f7c00=_0x5b8b0a;return _0x1f7c00(0x19f)+_0x13bfcd[_0x1f7c00(0x1c7)]()[_0x1f7c00(0x170)][_0x1f7c00(0x1b9)][_0x1f7c00(0x1a3)](_0x1f7c00(0x16f))[_0x1f7c00(0x172)]()+_0x1f7c00(0x1c6);}(_0x48b074))):_0x32c97e(_0x15c698,_0x5b8b0a(0x1cf),_0x32c97e(_0x15c698,_0x5b8b0a(0x1c8))),_0x1f3437={'type':_0x5b8b0a(0x15c),'content':_0xbb2e23};break;case _0x5b8b0a(0x1b5):case _0x5b8b0a(0x1bd):!0x1===_0x43ce23[_0x5b8b0a(0x18b)]&&(_0xbb2e23=_0x5b8b0a(0x1bc),_0x1f3437={'type':_0x5b8b0a(0x18f),'content':_0x32c97e(_0x15c698,_0xbb2e23,_0x32c97e(_0x15c698,_0x5b8b0a(0x1c8)))});}return _0x1f3437;});}}function le(_0x1394c1){const _0x233b06=_0x1e9913;let _0x13a70b=_0x1394c1[_0x233b06(0x1c7)]()[_0x233b06(0x170)][_0x233b06(0x1b9)][_0x233b06(0x1a4)];for(;_0x13a70b;){const _0x38bb5c=_0x13a70b[_0x233b06(0x1a3)](_0x233b06(0x14b));if(!_0x38bb5c)return!0x1;if(_0x38bb5c==_0x1394c1[_0x233b06(0x165)][_0x233b06(0x157)])return _0x233b06(0x157);if(_0x38bb5c==_0x1394c1[_0x233b06(0x165)][_0x233b06(0x19a)])return _0x233b06(0x19a);_0x13a70b=_0x13a70b[_0x233b06(0x1a4)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4b82bc=_0x432c;(function(_0x5b2b5b,_0xf9050c){const _0x3320ef=_0x432c,_0xbd4958=_0x5b2b5b();while(!![]){try{const _0x439b41=-parseInt(_0x3320ef(0x1ce))/0x1*(-parseInt(_0x3320ef(0x1d5))/0x2)+parseInt(_0x3320ef(0x1f3))/0x3*(parseInt(_0x3320ef(0x1d7))/0x4)+parseInt(_0x3320ef(0x212))/0x5*(-parseInt(_0x3320ef(0x1eb))/0x6)+-parseInt(_0x3320ef(0x1ca))/0x7*(parseInt(_0x3320ef(0x215))/0x8)+parseInt(_0x3320ef(0x1c0))/0x9*(parseInt(_0x3320ef(0x1e6))/0xa)+parseInt(_0x3320ef(0x1bd))/0xb+-parseInt(_0x3320ef(0x1ec))/0xc;if(_0x439b41===_0xf9050c)break;else _0xbd4958['push'](_0xbd4958['shift']());}catch(_0x110ae){_0xbd4958['push'](_0xbd4958['shift']());}}}(_0x130d,0x8238b));import{Plugin as _0x43ac8d}from'ckeditor5/src/core.js';function _0x130d(){const _0x3a2c27=['customNumbered','config','listReversed','registerDescriptionCallback','head','ListPropertiesEditing','data','commandParams','type','_findSuggestions','locale','5dlwNSo','key','listStart','656tFUYNN','getFirstRange','FORMAT_LIST_START','replace','reversed','740894FxWhfm','*Format:*\x20set\x20start\x20index\x20to\x20%0','handleDescriptions','2683314qEJeMx','listStyle','getFirstMarker','startIndex','start','styles','suggestion','_LIST_DEFAULT','registerPostFixer','get','14119pkBgCz','*Format:*\x20set\x20order\x20to\x20regular','list.properties','disc','374753TMKjDW','upper-roman','getAttribute','removeMarker','lower-roman','TrackChangesEditing','model','2NuirHv','oldValue','11852UImYtS','square','attribute','circle','has','bulleted','*Set\x20format:*\x20%0','commandName','getSuggestions','ELEMENT_','document','upper-latin','afterInit','isUndo','filter','10KeWRFy','editor','_descriptionFactory','_enableDefaultAttributesIntegration','*Remove\x20format:*\x20%0','1994838AGSixs','2872512Xqrlfs','listType','format','find','numbered','*Change\x20to:*\x20%0','_registerLegacyDescription','537rFmems','nodeAfter','includes','default','plugins','registerAttributeLabel','lower-latin','batch','_LIST_','_getTranslationKeyForListStyle','decimal-leading-zero','_getAttributeKey','decimal','newValue','FORMAT_LIST_REVERSED','*Format:*\x20set\x20order\x20to\x20reversed','bind','toUpperCase','next','formatBlock'];_0x130d=function(){return _0x3a2c27;};return _0x130d();}import{getTranslation as _0x49ae0c}from'../utils/common-translations.js';export default class ue extends _0x43ac8d{[_0x4b82bc(0x1e3)](){const _0x5e3149=_0x4b82bc;if(!this[_0x5e3149(0x1e7)][_0x5e3149(0x1f7)][_0x5e3149(0x1db)](_0x5e3149(0x20c)))return;const _0x4b3c4a=this[_0x5e3149(0x1e7)][_0x5e3149(0x208)][_0x5e3149(0x1c9)](_0x5e3149(0x1cc)),_0x5a8c65=this[_0x5e3149(0x1e7)][_0x5e3149(0x1f7)][_0x5e3149(0x1c9)](_0x5e3149(0x1d3));_0x4b3c4a[_0x5e3149(0x1c5)]&&_0x5a8c65[_0x5e3149(0x1e9)](_0x5e3149(0x1c1),[],[_0x5e3149(0x1c1)]),_0x4b3c4a[_0x5e3149(0x1bc)]&&_0x5a8c65[_0x5e3149(0x1e9)](_0x5e3149(0x209),[],[_0x5e3149(0x209)]),_0x4b3c4a[_0x5e3149(0x1c3)]&&_0x5a8c65[_0x5e3149(0x1e9)](_0x5e3149(0x214),[],[_0x5e3149(0x214)]);const _0x7b0d94={'type':_0x5e3149(0x1ee),'content':''};_0x5a8c65[_0x5e3149(0x1e8)][_0x5e3149(0x20a)](this[_0x5e3149(0x1bf)][_0x5e3149(0x203)](this));const _0x496bbd=this[_0x5e3149(0x1e7)][_0x5e3149(0x211)];_0x5a8c65[_0x5e3149(0x1e8)][_0x5e3149(0x1f8)](_0x5e3149(0x209),_0x49ae0c(_0x496bbd,_0x5e3149(0x201))),_0x5a8c65[_0x5e3149(0x1e8)][_0x5e3149(0x20a)](_0x2107b9=>{const _0x3a7f10=_0x5e3149,{data:_0x561f6b}=_0x2107b9;if(_0x561f6b&&_0x3a7f10(0x209)==_0x561f6b[_0x3a7f10(0x213)])return null==_0x561f6b[_0x3a7f10(0x200)]||0x0==_0x561f6b[_0x3a7f10(0x200)]&&null==_0x561f6b[_0x3a7f10(0x1d6)]?_0x7b0d94:void 0x0;}),_0x5a8c65[_0x5e3149(0x1e8)][_0x5e3149(0x1f8)](_0x5e3149(0x214),_0x49ae0c(_0x496bbd,_0x5e3149(0x1ba))),_0x5a8c65[_0x5e3149(0x1e8)][_0x5e3149(0x20a)](_0x14290d=>{const _0x451d18=_0x5e3149,{data:_0x2c48f8}=_0x14290d;if(_0x2c48f8&&_0x451d18(0x214)==_0x2c48f8[_0x451d18(0x213)])return null==_0x2c48f8[_0x451d18(0x200)]||0x1==_0x2c48f8[_0x451d18(0x200)]&&null==_0x2c48f8[_0x451d18(0x1d6)]?_0x7b0d94:void 0x0;}),this[_0x5e3149(0x1e7)][_0x5e3149(0x1d4)][_0x5e3149(0x1e1)][_0x5e3149(0x1c8)](_0x5decf8=>{const _0x1bb507=_0x5e3149;if(_0x5decf8[_0x1bb507(0x1fa)][_0x1bb507(0x1e4)])return!0x1;let _0x111676=!0x1;const _0x2b0b48=_0x5a8c65[_0x1bb507(0x1df)]({'skipNotAttached':!0x0})[_0x1bb507(0x1e5)](_0x2f189a=>{const _0x49eb3c=_0x1bb507,_0x477a57=_0x5a8c65[_0x49eb3c(0x1fe)](_0x2f189a);return _0x49eb3c(0x214)==_0x477a57||_0x49eb3c(0x209)==_0x477a57;});for(const _0x5b4b1e of _0x2b0b48){const _0x43e76e=_0x5b4b1e[_0x1bb507(0x1b9)]()[_0x1bb507(0x1c4)][_0x1bb507(0x1f4)][_0x1bb507(0x1d0)](_0x1bb507(0x1ed));if(_0x1bb507(0x1f0)==_0x43e76e||_0x1bb507(0x207)==_0x43e76e)continue;_0x5a8c65[_0x1bb507(0x210)](_0x5b4b1e[_0x1bb507(0x1b9)](),_0x1bb507(0x1d9))[_0x1bb507(0x1ef)](_0xa085a8=>_0x1bb507(0x1ed)==_0x5a8c65[_0x1bb507(0x1fe)](_0xa085a8[_0x1bb507(0x1c6)]))||(_0x5decf8[_0x1bb507(0x1d1)](_0x5b4b1e[_0x1bb507(0x1c2)]()),_0x111676=!0x0);}return _0x111676;}),this[_0x5e3149(0x1f2)]();}[_0x4b82bc(0x1bf)](_0x377757){const _0x435e2d=_0x4b82bc,_0x3fa9bf=this[_0x435e2d(0x1e7)][_0x435e2d(0x211)],{data:_0x1cf91a}=_0x377757,_0x297d8c={'type':_0x435e2d(0x1ee),'content':''};if(!_0x1cf91a||_0x435e2d(0x1c1)!=_0x1cf91a[_0x435e2d(0x213)])return;if(!_0x1cf91a[_0x435e2d(0x1d6)])return _0x435e2d(0x1f6)==_0x1cf91a[_0x435e2d(0x200)]?_0x297d8c:{'type':_0x435e2d(0x1ee),'content':''+_0x49ae0c(_0x3fa9bf,_0x435e2d(0x1dd),_0x49ae0c(_0x3fa9bf,this[_0x435e2d(0x1fc)](_0x1cf91a[_0x435e2d(0x200)])))};if(!_0x1cf91a[_0x435e2d(0x200)]){if(_0x435e2d(0x1f6)==_0x1cf91a[_0x435e2d(0x1d6)])return _0x297d8c;let _0x3a1c4d=_0x377757[_0x435e2d(0x20b)];for(;_0x3a1c4d;){if(_0x3a1c4d[_0x435e2d(0x20d)]&&_0x435e2d(0x1ed)==_0x3a1c4d[_0x435e2d(0x20d)][_0x435e2d(0x213)]&&_0x3a1c4d[_0x435e2d(0x20d)][_0x435e2d(0x200)])return _0x297d8c;_0x3a1c4d=_0x3a1c4d[_0x435e2d(0x205)];}return{'type':_0x435e2d(0x1ee),'content':''+_0x49ae0c(_0x3fa9bf,_0x435e2d(0x1ea),_0x49ae0c(_0x3fa9bf,this[_0x435e2d(0x1fc)](_0x1cf91a[_0x435e2d(0x1d6)])))};}if(_0x435e2d(0x1f6)!=_0x1cf91a[_0x435e2d(0x200)])return{'type':_0x435e2d(0x1ee),'content':''+_0x49ae0c(_0x3fa9bf,_0x435e2d(0x1dd),_0x49ae0c(_0x3fa9bf,this[_0x435e2d(0x1fc)](_0x1cf91a[_0x435e2d(0x200)])))};let _0x20be05=_0x377757[_0x435e2d(0x20b)];for(;_0x20be05;){if(_0x20be05[_0x435e2d(0x20d)]&&_0x435e2d(0x1ed)==_0x20be05[_0x435e2d(0x20d)][_0x435e2d(0x213)]&&_0x20be05[_0x435e2d(0x20d)][_0x435e2d(0x200)]&&_0x20be05[_0x435e2d(0x20d)][_0x435e2d(0x1d6)])return _0x297d8c;_0x20be05=_0x20be05[_0x435e2d(0x205)];}const _0x39627d=_0x377757[_0x435e2d(0x1b9)]()[_0x435e2d(0x1c4)][_0x435e2d(0x1f4)][_0x435e2d(0x1d0)](_0x435e2d(0x1ed));return{'type':_0x435e2d(0x1ee),'content':_0x49ae0c(_0x3fa9bf,_0x435e2d(0x1dd),_0x49ae0c(_0x3fa9bf,_0x435e2d(0x1e0)+_0x39627d[_0x435e2d(0x204)]()+_0x435e2d(0x1c7)))};}[_0x4b82bc(0x1f2)](){const _0x18e2f8=_0x4b82bc,_0x3cd198=this[_0x18e2f8(0x1e7)],_0x5eca7f=_0x3cd198[_0x18e2f8(0x211)];_0x3cd198[_0x18e2f8(0x1f7)][_0x18e2f8(0x1c9)](_0x18e2f8(0x1d3))[_0x18e2f8(0x1e8)][_0x18e2f8(0x20a)](_0x470aef=>{const _0x3c9787=_0x18e2f8;if(_0x3c9787(0x206)!=_0x470aef[_0x3c9787(0x20f)])return;const {data:_0x523d9c}=_0x470aef;if(!_0x523d9c)return;let _0x58ae56,_0x455f9e;switch(_0x523d9c[_0x3c9787(0x1de)]){case _0x3c9787(0x1c1):_0x58ae56=_0x3c9787(0x1f1),_0x455f9e={'type':_0x3c9787(0x1ee),'content':_0x49ae0c(_0x5eca7f,_0x58ae56,_0x49ae0c(_0x5eca7f,this[_0x3c9787(0x1fc)](_0x523d9c[_0x3c9787(0x20e)][0x0][_0x3c9787(0x20f)])))};break;case _0x3c9787(0x209):_0x58ae56=_0x523d9c[_0x3c9787(0x20e)][0x0][_0x3c9787(0x1bc)]?_0x3c9787(0x202):_0x3c9787(0x1cb),_0x455f9e={'type':_0x3c9787(0x1ee),'content':_0x49ae0c(_0x5eca7f,_0x58ae56)};break;case _0x3c9787(0x214):_0x58ae56=_0x3c9787(0x1be),_0x455f9e={'type':_0x3c9787(0x1ee),'content':_0x49ae0c(_0x5eca7f,_0x58ae56,_0x523d9c[_0x3c9787(0x20e)][0x0][_0x3c9787(0x1c3)])};}return _0x455f9e;});}[_0x4b82bc(0x1fc)](_0x14e8af){const _0x4b8b79=_0x4b82bc;return _0x4b8b79(0x1e0)+function(_0x1beea4){const _0xd29d08=_0x4b8b79;if(pe[_0xd29d08(0x1f5)](_0x1beea4))return _0xd29d08(0x1dc);if(ye[_0xd29d08(0x1f5)](_0x1beea4))return _0xd29d08(0x1f0);return null;}(_0x14e8af)[_0x4b8b79(0x204)]()+_0x4b8b79(0x1fb)+_0x14e8af[_0x4b8b79(0x204)]()[_0x4b8b79(0x1bb)](/-/g,'_');}}function _0x432c(_0x12da9f,_0xb80b26){const _0x130d93=_0x130d();return _0x432c=function(_0x432cce,_0x1ce2d4){_0x432cce=_0x432cce-0x1b9;let _0x29fc30=_0x130d93[_0x432cce];return _0x29fc30;},_0x432c(_0x12da9f,_0xb80b26);}const pe=[_0x4b82bc(0x1cd),_0x4b82bc(0x1da),_0x4b82bc(0x1d8)],ye=[_0x4b82bc(0x1ff),_0x4b82bc(0x1fd),_0x4b82bc(0x1d2),_0x4b82bc(0x1cf),_0x4b82bc(0x1f9),_0x4b82bc(0x1e2)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x4c0bf6=_0x5e58;function _0x5e58(_0x211f41,_0x52d9f7){const _0x350c81=_0x350c();return _0x5e58=function(_0x5e5829,_0x101fcc){_0x5e5829=_0x5e5829-0xd0;let _0x1bc018=_0x350c81[_0x5e5829];return _0x1bc018;},_0x5e58(_0x211f41,_0x52d9f7);}(function(_0x92ef77,_0x2ffe3f){const _0x4d5fd5=_0x5e58,_0x57dfc4=_0x92ef77();while(!![]){try{const _0x184d08=-parseInt(_0x4d5fd5(0xed))/0x1*(-parseInt(_0x4d5fd5(0xdb))/0x2)+parseInt(_0x4d5fd5(0xd6))/0x3+-parseInt(_0x4d5fd5(0xf0))/0x4+parseInt(_0x4d5fd5(0xde))/0x5+parseInt(_0x4d5fd5(0xe9))/0x6*(parseInt(_0x4d5fd5(0xd7))/0x7)+-parseInt(_0x4d5fd5(0xf3))/0x8+parseInt(_0x4d5fd5(0xe4))/0x9;if(_0x184d08===_0x2ffe3f)break;else _0x57dfc4['push'](_0x57dfc4['shift']());}catch(_0x573d88){_0x57dfc4['push'](_0x57dfc4['shift']());}}}(_0x350c,0x7794a));import{Plugin as _0x2b449a}from'ckeditor5/src/core.js';import{getTranslation as _0xf73cdf}from'../utils/common-translations.js';function _0x350c(){const _0x11b13a=['attribute:url:media','2934480numAgH','2324tEUvEm','for','div','enableCommand','5708XIhMOC','stop','createEmptyElement','899460ouiPnn','showSuggestionHighlights','high','TrackChangesEditing','conversion','data','2466315ivnlsM','get','editor','ELEMENT_MEDIA','MediaEmbedEditing','36IwCHWd','plugins','has','dataDowncast','211rHUZQC','mediaEmbed','_descriptionFactory','3388212mraVSO','downcastDispatcher','registerElementLabel','5595344jIJOnn','locale','elementToElement','media','options','afterInit'];_0x350c=function(){return _0x11b13a;};return _0x350c();}export default class ft extends _0x2b449a{[_0x4c0bf6(0xd4)](){const _0x32a09c=_0x4c0bf6,_0x59cc12=this[_0x32a09c(0xe6)];if(!_0x59cc12[_0x32a09c(0xea)][_0x32a09c(0xeb)](_0x32a09c(0xe8)))return;const _0x17f089=_0x59cc12[_0x32a09c(0xea)][_0x32a09c(0xe5)](_0x32a09c(0xe1)),_0x2007df=_0x59cc12[_0x32a09c(0xd0)];_0x17f089[_0x32a09c(0xda)](_0x32a09c(0xee)),_0x17f089[_0x32a09c(0xef)][_0x32a09c(0xf2)](_0x32a09c(0xd2),_0x47807b=>_0xf73cdf(_0x2007df,_0x32a09c(0xe7),_0x47807b)),_0x59cc12[_0x32a09c(0xe2)][_0x32a09c(0xd8)](_0x32a09c(0xec))[_0x32a09c(0xd1)]({'model':_0x32a09c(0xd2),'view':(_0xe0e2fd,{writer:_0x5c5946,options:_0x1afd37})=>{const _0xed7718=_0x32a09c;if(_0x1afd37[_0xed7718(0xdf)])return _0x5c5946[_0xed7718(0xdd)](_0xed7718(0xd9));},'converterPriority':_0x32a09c(0xe0)}),_0x59cc12[_0x32a09c(0xe3)][_0x32a09c(0xf1)]['on'](_0x32a09c(0xd5),(_0x52e83c,_0x28a533,_0x46249e)=>{const _0x128b08=_0x32a09c;_0x46249e[_0x128b08(0xd3)][_0x128b08(0xdf)]&&_0x52e83c[_0x128b08(0xdc)]();},{'priority':_0x32a09c(0xe0)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x4534(){const _0x5005e3=['1084284RYRHzs','TrackChangesEditing','editor','4277475TWQrRQ','214026nXAtYq','plugins','91WjOiST','1832bTHStI','mention','get','enableCommand','has','761321UtQPvp','afterInit','12274NxbCQa','4903120iqICGg','MentionEditing','14589QCxdOv','201bECWtZ'];_0x4534=function(){return _0x5005e3;};return _0x4534();}const _0x5f0628=_0x538f;(function(_0xdde13,_0xcd0be2){const _0x21364d=_0x538f,_0x4aa04c=_0xdde13();while(!![]){try{const _0x4d57c3=-parseInt(_0x21364d(0x12f))/0x1+-parseInt(_0x21364d(0x131))/0x2*(-parseInt(_0x21364d(0x135))/0x3)+parseInt(_0x21364d(0x136))/0x4+parseInt(_0x21364d(0x139))/0x5+parseInt(_0x21364d(0x13a))/0x6*(-parseInt(_0x21364d(0x13c))/0x7)+-parseInt(_0x21364d(0x12a))/0x8*(parseInt(_0x21364d(0x134))/0x9)+parseInt(_0x21364d(0x132))/0xa;if(_0x4d57c3===_0xcd0be2)break;else _0x4aa04c['push'](_0x4aa04c['shift']());}catch(_0x4b7653){_0x4aa04c['push'](_0x4aa04c['shift']());}}}(_0x4534,0x696bc));function _0x538f(_0x26fad4,_0x1179dd){const _0x4534ff=_0x4534();return _0x538f=function(_0x538f91,_0x41b8c3){_0x538f91=_0x538f91-0x12a;let _0x52a8d7=_0x4534ff[_0x538f91];return _0x52a8d7;},_0x538f(_0x26fad4,_0x1179dd);}import{Plugin as _0x14c949}from'ckeditor5/src/core.js';export default class gt extends _0x14c949{[_0x5f0628(0x130)](){const _0xf10b43=_0x5f0628,_0x356f64=this[_0xf10b43(0x138)];_0x356f64[_0xf10b43(0x13b)][_0xf10b43(0x12e)](_0xf10b43(0x133))&&_0x356f64[_0xf10b43(0x13b)][_0xf10b43(0x12c)](_0xf10b43(0x137))[_0xf10b43(0x12d)](_0xf10b43(0x12b));}}
|
package/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts}
RENAMED
|
@@ -3,22 +3,22 @@
|
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* @module track-changes/integrations/listproperties
|
|
6
|
+
* @module track-changes/integrations/multilevellist
|
|
11
7
|
*/
|
|
12
8
|
import { Plugin } from 'ckeditor5/src/core.js';
|
|
13
|
-
import type { Description } from '../suggestiondescriptionfactory.js';
|
|
14
9
|
import type Suggestion from '../suggestion.js';
|
|
10
|
+
import type { Description } from '../suggestiondescriptionfactory.js';
|
|
15
11
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export default class
|
|
12
|
+
* Provides track changes plugin integration for multi-level list feature.
|
|
13
|
+
*/
|
|
14
|
+
export default class TrackChangesMultiLevelList extends Plugin {
|
|
19
15
|
/**
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
22
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
23
|
handleDescriptions(suggestion: Suggestion): Description | undefined;
|
|
24
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 _0x557b(_0x5b3cf6,_0x389b8d){const _0x29aac5=_0x29aa();return _0x557b=function(_0x557b4b,_0x24c1f5){_0x557b4b=_0x557b4b-0x123;let _0x2f7557=_0x29aac5[_0x557b4b];return _0x2f7557;},_0x557b(_0x5b3cf6,_0x389b8d);}const _0x2ae3da=_0x557b;(function(_0x108922,_0x4d2269){const _0x41a325=_0x557b,_0x59da12=_0x108922();while(!![]){try{const _0x545ea2=parseInt(_0x41a325(0x125))/0x1+-parseInt(_0x41a325(0x126))/0x2+parseInt(_0x41a325(0x137))/0x3*(parseInt(_0x41a325(0x139))/0x4)+-parseInt(_0x41a325(0x128))/0x5+-parseInt(_0x41a325(0x13c))/0x6+-parseInt(_0x41a325(0x127))/0x7+parseInt(_0x41a325(0x141))/0x8;if(_0x545ea2===_0x4d2269)break;else _0x59da12['push'](_0x59da12['shift']());}catch(_0x330e93){_0x59da12['push'](_0x59da12['shift']());}}}(_0x29aa,0x3f090));import{Plugin as _0x49a3dd}from'ckeditor5/src/core.js';import{getTranslation as _0x5bd47b}from'../utils/common-translations.js';function _0x29aa(){const _0x2d7b70=['handleDescriptions','*Remove\x20format:*\x20%0','get','newValue','data','plugins','listMarkerStyle','key','next','328881MPotke','format','16CrMYVd','has','locale','174504htrNgi','head','afterInit','editor','_enableDefaultAttributesIntegration','1974256OeQlsx','_descriptionFactory','oldValue','listType','multiLevelList','498282fJaWaP','407052NEBdKb','1242745twQvsb','2576175EyqfAZ','TrackChangesEditing','registerDescriptionCallback','ELEMENT_MULTI_LEVEL_LIST','MultiLevelList','*Set\x20format:*\x20%0'];_0x29aa=function(){return _0x2d7b70;};return _0x29aa();}export default class lt extends _0x49a3dd{[_0x2ae3da(0x13e)](){const _0x42b63c=_0x2ae3da,_0x5c8d7e=this[_0x42b63c(0x13f)],_0xb03fb3=_0x5c8d7e[_0x42b63c(0x133)][_0x42b63c(0x130)](_0x42b63c(0x129));_0x5c8d7e[_0x42b63c(0x133)][_0x42b63c(0x13a)](_0x42b63c(0x12c))&&(_0xb03fb3[_0x42b63c(0x140)](_0x42b63c(0x124),[],[_0x42b63c(0x134)]),_0xb03fb3[_0x42b63c(0x142)][_0x42b63c(0x12a)](_0x325134=>this[_0x42b63c(0x12e)](_0x325134)));}[_0x2ae3da(0x12e)](_0x35a144){const _0x403391=_0x2ae3da,_0x26f098=this[_0x403391(0x13f)][_0x403391(0x13b)],{data:_0x18a813}=_0x35a144,_0x4d9fc6={'type':_0x403391(0x138),'content':''};if(_0x18a813&&_0x403391(0x134)==_0x18a813[_0x403391(0x135)]){if(!_0x18a813[_0x403391(0x143)])return{'type':_0x403391(0x138),'content':_0x5bd47b(_0x26f098,_0x403391(0x12d),_0x5bd47b(_0x26f098,_0x403391(0x12b)))+'\x20('+_0x18a813[_0x403391(0x131)]+')'};if(!_0x18a813[_0x403391(0x131)]){let _0x29496e=_0x35a144[_0x403391(0x13d)];for(;_0x29496e;){if(_0x29496e[_0x403391(0x132)]&&_0x403391(0x123)==_0x29496e[_0x403391(0x132)][_0x403391(0x135)]&&_0x29496e[_0x403391(0x132)][_0x403391(0x131)])return _0x4d9fc6;_0x29496e=_0x29496e[_0x403391(0x136)];}return{'type':_0x403391(0x138),'content':_0x5bd47b(_0x26f098,_0x403391(0x12f),_0x5bd47b(_0x26f098,_0x403391(0x12b)))+'\x20('+_0x18a813[_0x403391(0x143)]+')'};}}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3d73(_0x4f2566,_0x133483){const _0xf09bef=_0xf09b();return _0x3d73=function(_0x3d732e,_0x25429a){_0x3d732e=_0x3d732e-0xa4;let _0x19e6cd=_0xf09bef[_0x3d732e];return _0x19e6cd;},_0x3d73(_0x4f2566,_0x133483);}const _0x2c1f97=_0x3d73;(function(_0xb840b1,_0x5f1ec0){const _0x5381df=_0x3d73,_0x3a913a=_0xb840b1();while(!![]){try{const _0x4fe3fc=parseInt(_0x5381df(0xb4))/0x1+parseInt(_0x5381df(0xa4))/0x2*(parseInt(_0x5381df(0xaf))/0x3)+-parseInt(_0x5381df(0xb8))/0x4+parseInt(_0x5381df(0xae))/0x5*(-parseInt(_0x5381df(0xad))/0x6)+-parseInt(_0x5381df(0xb3))/0x7*(-parseInt(_0x5381df(0xab))/0x8)+-parseInt(_0x5381df(0xb7))/0x9+parseInt(_0x5381df(0xb0))/0xa*(parseInt(_0x5381df(0xb6))/0xb);if(_0x4fe3fc===_0x5f1ec0)break;else _0x3a913a['push'](_0x3a913a['shift']());}catch(_0x3a7523){_0x3a913a['push'](_0x3a913a['shift']());}}}(_0xf09b,0x2ff1c));import{Plugin as _0x169569}from'ckeditor5/src/core.js';function _0xf09b(){const _0xbe9ae7=['78QxWmsQ','370MkvjmC','plugins','afterInit','21FpWwjZ','170939UWnJap','pageBreak','34463jVVVVO','630072uZMlAd','931152cixgsR','locale','ELEMENT_PAGE_BREAK','PageBreakEditing','12162vzpjqp','enableCommand','_descriptionFactory','registerElementLabel','editor','TrackChangesEditing','has','627272llzNbZ','get','1086102kxAZyV','5pBffPE'];_0xf09b=function(){return _0xbe9ae7;};return _0xf09b();}import{getTranslation as _0x55583c}from'../utils/common-translations.js';export default class mt extends _0x169569{[_0x2c1f97(0xb2)](){const _0x495569=_0x2c1f97,_0x289efa=this[_0x495569(0xa8)];if(!_0x289efa[_0x495569(0xb1)][_0x495569(0xaa)](_0x495569(0xbb)))return;_0x289efa[_0x495569(0xb1)][_0x495569(0xac)](_0x495569(0xa9))[_0x495569(0xa5)](_0x495569(0xb5));const _0x1d5616=_0x289efa[_0x495569(0xb1)][_0x495569(0xac)](_0x495569(0xa9)),_0x3a26ce=_0x289efa[_0x495569(0xb9)];_0x1d5616[_0x495569(0xa6)][_0x495569(0xa7)](_0x495569(0xb5),_0x3a7c49=>_0x55583c(_0x3a26ce,_0x495569(0xba),_0x3a7c49));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x5ed6f4=_0x39a9;(function(_0x545e84,_0x244d7d){const _0x5969e0=_0x39a9,_0x4ecf97=_0x545e84();while(!![]){try{const _0x5ec3d5=parseInt(_0x5969e0(0x1f5))/0x1*(-parseInt(_0x5969e0(0x21a))/0x2)+-parseInt(_0x5969e0(0x1f4))/0x3+parseInt(_0x5969e0(0x1e0))/0x4+-parseInt(_0x5969e0(0x1eb))/0x5*(-parseInt(_0x5969e0(0x20a))/0x6)+-parseInt(_0x5969e0(0x1f7))/0x7*(-parseInt(_0x5969e0(0x21b))/0x8)+-parseInt(_0x5969e0(0x220))/0x9*(-parseInt(_0x5969e0(0x21e))/0xa)+-parseInt(_0x5969e0(0x1ec))/0xb;if(_0x5ec3d5===_0x244d7d)break;else _0x4ecf97['push'](_0x4ecf97['shift']());}catch(_0x2941b7){_0x4ecf97['push'](_0x4ecf97['shift']());}}}(_0x4f79,0x6bab0));import{Plugin as _0x5168ab}from'ckeditor5/src/core.js';function _0x39a9(_0x16ce25,_0x4d1c52){const _0x4f796d=_0x4f79();return _0x39a9=function(_0x39a9dc,_0x440998){_0x39a9dc=_0x39a9dc-0x1df;let _0x694aad=_0x4f796d[_0x39a9dc];return _0x694aad;},_0x39a9(_0x16ce25,_0x4d1c52);}import{getTranslation as _0x4b86a8}from'../utils/common-translations.js';function _0x4f79(){const _0x1d4ccc=['span','nodeAfter','isTouching','142224PDZcWh','280415YPkeBG','commandName','5089ogEAMh','ck-suggestion-marker--active','ck-suggestion-marker-split','addMarker:suggestion:insertion','type','showSuggestionHighlights','insert','consume','ELEMENT_PARAGRAPH','consumable','schema','Paragraph','registerDescriptionCallback','_registerLegacyDescription','includes','_enableDefaultAttributesIntegration','insertParagraph','format','afterInit','126LPVYsb','formatBlock','isLimit','_descriptionFactory','registerElementLabel','name','activeMarkers','options','model','enableCommand','*Change\x20to:*\x20%0','checkChild','paragraph','end','addClass','TrackChangesEditing','2UnHiLc','264ttdNVg','has','createUIElement','8209330qqaGIf','get','9LeNKir','toViewPosition','getFirstRange','getItemLabel','data','$text','isBlock','1455584ovXjjy','mapper','downcastDispatcher','writer','editing','markerName','editor','insertion','start','plugins','locale','162220Zckdfk','12334443NhyniN','markerRange','*Insert:*\x20%0','bindElementToMarker','highest'];_0x4f79=function(){return _0x1d4ccc;};return _0x4f79();}export default class dt extends _0x5168ab{[_0x5ed6f4(0x209)](){const _0x196489=_0x5ed6f4,_0x5f1015=this[_0x196489(0x1e6)];if(!_0x5f1015[_0x196489(0x1e9)][_0x196489(0x21c)](_0x196489(0x202)))return;const _0x4f61d4=_0x5f1015[_0x196489(0x1ea)],_0x4d053e=_0x5f1015[_0x196489(0x1e9)][_0x196489(0x21f)](_0x196489(0x219));_0x4d053e[_0x196489(0x20d)][_0x196489(0x20e)](_0x196489(0x216),_0x3b7ac5=>_0x4b86a8(_0x4f61d4,_0x196489(0x1ff),_0x3b7ac5)),_0x4d053e[_0x196489(0x206)](_0x196489(0x216)),_0x4d053e[_0x196489(0x213)](_0x196489(0x207)),_0x5f1015[_0x196489(0x1e4)][_0x196489(0x1e2)]['on'](_0x196489(0x1fa),nr(_0x5f1015),{'priority':_0x196489(0x1f0)}),_0x5f1015[_0x196489(0x224)][_0x196489(0x1e2)]['on'](_0x196489(0x1fa),(_0x3e4431,_0x5d3ca3,_0x2211c7)=>{const _0x444c9a=_0x196489;_0x2211c7[_0x444c9a(0x211)][_0x444c9a(0x1fc)]&&nr(_0x5f1015,{'showActiveMarker':!0x1})(_0x3e4431,_0x5d3ca3,_0x2211c7);},{'priority':_0x196489(0x1f0)});const _0x12dee5=_0x4d053e[_0x196489(0x20d)];_0x12dee5[_0x196489(0x203)](_0x3efae6=>{const _0x1aa5b5=_0x196489;if(_0x1aa5b5(0x1e7)!==_0x3efae6[_0x1aa5b5(0x1fb)])return;const {start:_0x6566f7,end:_0x5952a8}=_0x3efae6[_0x1aa5b5(0x222)]();if(!_0x6566f7[_0x1aa5b5(0x1f3)](_0x5952a8)||!_0x6566f7[_0x1aa5b5(0x1f2)])return;const _0x41ee84=_0x5f1015[_0x1aa5b5(0x212)][_0x1aa5b5(0x201)],_0x49f634=_0x6566f7[_0x1aa5b5(0x1f2)];return _0x41ee84[_0x1aa5b5(0x1df)](_0x49f634)&&!_0x41ee84[_0x1aa5b5(0x20c)](_0x49f634)&&_0x41ee84[_0x1aa5b5(0x215)](_0x49f634,_0x1aa5b5(0x225))?{'type':_0x1aa5b5(0x1e7),'content':_0x4b86a8(_0x4f61d4,_0x1aa5b5(0x1ee),_0x12dee5[_0x1aa5b5(0x223)](_0x49f634,0x1))}:void 0x0;}),this[_0x196489(0x204)]();}[_0x5ed6f4(0x204)](){const _0x2bae0f=_0x5ed6f4,_0xa1eb7b=this[_0x2bae0f(0x1e6)],_0x1ac1df=_0xa1eb7b[_0x2bae0f(0x1ea)];_0xa1eb7b[_0x2bae0f(0x1e9)][_0x2bae0f(0x21f)](_0x2bae0f(0x219))[_0x2bae0f(0x20d)][_0x2bae0f(0x203)](_0xde61f6=>{const _0x33f039=_0x2bae0f;if(_0x33f039(0x20b)!=_0xde61f6[_0x33f039(0x1fb)])return;const {data:_0x3289e6}=_0xde61f6;return _0x3289e6&&_0x33f039(0x216)==_0x3289e6[_0x33f039(0x1f6)]?{'type':_0x33f039(0x208),'content':_0x4b86a8(_0x1ac1df,_0x33f039(0x214),_0x4b86a8(_0x1ac1df,_0x33f039(0x1ff)))}:void 0x0;});}}function nr(_0x503ca7,{showActiveMarker:_0xa4cc0c=!0x0}={}){return(_0x23f84a,_0xb045b7,_0x153772)=>{const _0x3683f9=_0x39a9,_0x38638e=_0x503ca7[_0x3683f9(0x1e9)][_0x3683f9(0x21f)](_0x3683f9(0x219)),_0x4f9b9=_0xb045b7[_0x3683f9(0x1ed)][_0x3683f9(0x1e8)],_0x3d84d2=_0xb045b7[_0x3683f9(0x1ed)][_0x3683f9(0x217)],_0x5aed3f=_0x503ca7[_0x3683f9(0x212)][_0x3683f9(0x201)];if(!_0x4f9b9[_0x3683f9(0x1f3)](_0x3d84d2)||!_0x4f9b9[_0x3683f9(0x1f2)])return;const _0x382582=_0x4f9b9[_0x3683f9(0x1f2)];if(_0x5aed3f[_0x3683f9(0x1df)](_0x382582)&&!_0x5aed3f[_0x3683f9(0x20c)](_0x382582)&&_0x5aed3f[_0x3683f9(0x215)](_0x382582,_0x3683f9(0x225))){if(!_0x153772[_0x3683f9(0x200)][_0x3683f9(0x1fe)](_0xb045b7[_0x3683f9(0x1ed)],_0x23f84a[_0x3683f9(0x20f)]))return;const _0x205035=_0x153772[_0x3683f9(0x1e3)][_0x3683f9(0x21d)](_0x3683f9(0x1f1),{'class':_0x3683f9(0x1f9)}),_0x4c8bad=_0x153772[_0x3683f9(0x1e1)][_0x3683f9(0x221)](_0x3d84d2);_0xa4cc0c&&_0x38638e[_0x3683f9(0x210)][_0x3683f9(0x205)](_0xb045b7[_0x3683f9(0x1e5)])&&_0x153772[_0x3683f9(0x1e3)][_0x3683f9(0x218)](_0x3683f9(0x1f8),_0x205035),_0x153772[_0x3683f9(0x1e3)][_0x3683f9(0x1fd)](_0x4c8bad,_0x205035),_0x153772[_0x3683f9(0x1e1)][_0x3683f9(0x1ef)](_0x205035,_0xb045b7[_0x3683f9(0x1e5)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x30e2(){const _0x597817=['546489trljzI','_enableDefaultAttributesIntegration','10tnVoMn','registerDescriptionCallback','type','66902Uxertj','_registerLegacyDescription','get','editor','formatBlock','152WYodwz','_descriptionFactory','528512RoKhWC','119941WAMAFT','23181GwERNK','commandName','removeFormat','locale','TrackChangesEditing','afterInit','plugins','has','52199eDtcfn','*Remove\x20all\x20formatting*','RemoveFormatEditing','format','91578wLtRCO','formatInline','770oFdcBw','34WOHLTk'];_0x30e2=function(){return _0x597817;};return _0x30e2();}const _0x1c9162=_0x4243;(function(_0xe81572,_0xbe794a){const _0x424ec0=_0x4243,_0x5f06c2=_0xe81572();while(!![]){try{const _0x261de9=-parseInt(_0x424ec0(0x89))/0x1+-parseInt(_0x424ec0(0x99))/0x2*(-parseInt(_0x424ec0(0x8a))/0x3)+-parseInt(_0x424ec0(0x88))/0x4+parseInt(_0x424ec0(0x9c))/0x5*(-parseInt(_0x424ec0(0x96))/0x6)+-parseInt(_0x424ec0(0x92))/0x7*(parseInt(_0x424ec0(0x86))/0x8)+-parseInt(_0x424ec0(0x9a))/0x9+-parseInt(_0x424ec0(0x98))/0xa*(-parseInt(_0x424ec0(0x9f))/0xb);if(_0x261de9===_0xbe794a)break;else _0x5f06c2['push'](_0x5f06c2['shift']());}catch(_0x53e334){_0x5f06c2['push'](_0x5f06c2['shift']());}}}(_0x30e2,0x1bff2));import{Plugin as _0x5c609f}from'ckeditor5/src/core.js';import{getTranslation as _0x1748ad}from'../utils/common-translations.js';function _0x4243(_0x924ce1,_0xab58ec){const _0x30e2bd=_0x30e2();return _0x4243=function(_0x4243d1,_0x13544f){_0x4243d1=_0x4243d1-0x82;let _0x3a7f44=_0x30e2bd[_0x4243d1];return _0x3a7f44;},_0x4243(_0x924ce1,_0xab58ec);}export default class pt extends _0x5c609f{[_0x1c9162(0x8f)](){const _0x89cb33=_0x1c9162,_0x1401a7=this[_0x89cb33(0x84)];if(!_0x1401a7[_0x89cb33(0x90)][_0x89cb33(0x91)](_0x89cb33(0x94)))return;_0x1401a7[_0x89cb33(0x90)][_0x89cb33(0x83)](_0x89cb33(0x8e))[_0x89cb33(0x9b)](_0x89cb33(0x8c)),this[_0x89cb33(0x82)]();}[_0x1c9162(0x82)](){const _0x374f5c=_0x1c9162,_0x4e42d1=this[_0x374f5c(0x84)];_0x4e42d1[_0x374f5c(0x90)][_0x374f5c(0x83)](_0x374f5c(0x8e))[_0x374f5c(0x87)][_0x374f5c(0x9d)](_0x42b34e=>{const _0x5a729d=_0x374f5c;if(_0x5a729d(0x85)!=_0x42b34e[_0x5a729d(0x9e)]&&_0x5a729d(0x97)!=_0x42b34e[_0x5a729d(0x9e)])return;const {data:_0x399a9c}=_0x42b34e;return _0x399a9c&&_0x5a729d(0x8c)==_0x399a9c[_0x5a729d(0x8b)]?{'type':_0x5a729d(0x95),'content':_0x1748ad(_0x4e42d1[_0x5a729d(0x8d)],_0x5a729d(0x93))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x5307(){const _0x4f036c=['trackChanges','get','11bnXOUw','discardSelectedSuggestions','5992122LBKCiz','acceptSuggestion','acceptAllSuggestions','acceptSelectedSuggestions','425673XPBclJ','editor','has','plugins','discardAllSuggestions','330PvUWdh','enableCommand','goToNextRestrictedEditingException','RestrictedEditingModeEditing','112CXLUWE','TrackChangesEditing','goToPreviousRestrictedEditingException','25430PHPhkA','afterInit','266903SOAjRZ','153jNsIvR','3656yAWTdq','1794654coMovi','37177284bydvta','9740WsZMtV','discardSuggestion'];_0x5307=function(){return _0x4f036c;};return _0x5307();}function _0x3edc(_0x4c4c3a,_0x19f30d){const _0x530787=_0x5307();return _0x3edc=function(_0x3edc44,_0x11fdb7){_0x3edc44=_0x3edc44-0x1d3;let _0x1dc9b1=_0x530787[_0x3edc44];return _0x1dc9b1;},_0x3edc(_0x4c4c3a,_0x19f30d);}const _0x54325f=_0x3edc;(function(_0x469b2f,_0x2ac89f){const _0x211b4c=_0x3edc,_0x3da0be=_0x469b2f();while(!![]){try{const _0x5c7f21=parseInt(_0x211b4c(0x1d6))/0x1+-parseInt(_0x211b4c(0x1ee))/0x2*(parseInt(_0x211b4c(0x1d4))/0x3)+-parseInt(_0x211b4c(0x1d5))/0x4*(-parseInt(_0x211b4c(0x1d8))/0x5)+-parseInt(_0x211b4c(0x1de))/0x6+parseInt(_0x211b4c(0x1d3))/0x7*(parseInt(_0x211b4c(0x1eb))/0x8)+-parseInt(_0x211b4c(0x1e2))/0x9*(-parseInt(_0x211b4c(0x1e7))/0xa)+-parseInt(_0x211b4c(0x1dc))/0xb*(parseInt(_0x211b4c(0x1d7))/0xc);if(_0x5c7f21===_0x2ac89f)break;else _0x3da0be['push'](_0x3da0be['shift']());}catch(_0x2bc90b){_0x3da0be['push'](_0x3da0be['shift']());}}}(_0x5307,0xe1b3a));import{Plugin as _0x3de5a5}from'ckeditor5/src/core.js';export default class kt extends _0x3de5a5{[_0x54325f(0x1ef)](){const _0x5d188c=_0x54325f,_0x22f19e=this[_0x5d188c(0x1e3)];if(!_0x22f19e[_0x5d188c(0x1e5)][_0x5d188c(0x1e4)](_0x5d188c(0x1ea)))return;const _0x4b9608=_0x22f19e[_0x5d188c(0x1e5)][_0x5d188c(0x1db)](_0x5d188c(0x1ec));_0x4b9608[_0x5d188c(0x1e8)](_0x5d188c(0x1ed)),_0x4b9608[_0x5d188c(0x1e8)](_0x5d188c(0x1e9));const _0x33aee3=_0x22f19e[_0x5d188c(0x1e5)][_0x5d188c(0x1db)](_0x5d188c(0x1ea));_0x33aee3[_0x5d188c(0x1e8)](_0x5d188c(0x1da)),_0x33aee3[_0x5d188c(0x1e8)](_0x5d188c(0x1df)),_0x33aee3[_0x5d188c(0x1e8)](_0x5d188c(0x1d9)),_0x33aee3[_0x5d188c(0x1e8)](_0x5d188c(0x1e0)),_0x33aee3[_0x5d188c(0x1e8)](_0x5d188c(0x1e6)),_0x33aee3[_0x5d188c(0x1e8)](_0x5d188c(0x1e1)),_0x33aee3[_0x5d188c(0x1e8)](_0x5d188c(0x1dd));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x28a0d7=_0x1f8b;(function(_0x464ae4,_0x42718c){const _0x120359=_0x1f8b,_0x5a616e=_0x464ae4();while(!![]){try{const _0x4ea040=-parseInt(_0x120359(0x12c))/0x1+parseInt(_0x120359(0x10c))/0x2*(parseInt(_0x120359(0x11b))/0x3)+parseInt(_0x120359(0x112))/0x4+-parseInt(_0x120359(0x10e))/0x5*(parseInt(_0x120359(0x102))/0x6)+-parseInt(_0x120359(0x128))/0x7*(parseInt(_0x120359(0x106))/0x8)+-parseInt(_0x120359(0x122))/0x9*(-parseInt(_0x120359(0x11e))/0xa)+-parseInt(_0x120359(0x126))/0xb;if(_0x4ea040===_0x42718c)break;else _0x5a616e['push'](_0x5a616e['shift']());}catch(_0x4d7215){_0x5a616e['push'](_0x5a616e['shift']());}}}(_0x2578,0x9c404));import{Plugin as _0x4dc55b}from'ckeditor5/src/core.js';import{ShiftEnter as _0x1aa670}from'ckeditor5/src/enter.js';import{getTranslation as _0x13bcb5}from'../utils/common-translations.js';export default class bt extends _0x4dc55b{static get[_0x28a0d7(0x130)](){return[_0x1aa670];}[_0x28a0d7(0xff)](){const _0x260aa3=_0x28a0d7,_0x48f3ca=this[_0x260aa3(0x10f)],_0x4921bd=_0x48f3ca[_0x260aa3(0x11f)][_0x260aa3(0x104)](_0x260aa3(0x123));_0x4921bd[_0x260aa3(0x12b)](_0x260aa3(0x132)),_0x48f3ca[_0x260aa3(0x11a)][_0x260aa3(0x134)]['on'](_0x260aa3(0x103),de(_0x48f3ca),{'priority':_0x260aa3(0x109)}),_0x48f3ca[_0x260aa3(0x11a)][_0x260aa3(0x134)]['on'](_0x260aa3(0x116),de(_0x48f3ca),{'priority':_0x260aa3(0x109)}),_0x48f3ca[_0x260aa3(0x118)][_0x260aa3(0x134)]['on'](_0x260aa3(0xfe),(_0x59852e,_0xc40fc4,_0x1b103c)=>{const _0x2af4ca=_0x260aa3;_0x1b103c[_0x2af4ca(0x11c)][_0x2af4ca(0x113)]&&de(_0x48f3ca,{'showActiveMarker':!0x1})(_0x59852e,_0xc40fc4,_0x1b103c);}),_0x4921bd[_0x260aa3(0x133)][_0x260aa3(0x127)](_0x260aa3(0x125),_0x524f0f=>_0x13bcb5(_0x48f3ca[_0x260aa3(0x12d)],_0x260aa3(0x131),_0x524f0f));}}function _0x1f8b(_0x178c75,_0x141e2f){const _0x257851=_0x2578();return _0x1f8b=function(_0x1f8b7d,_0xe2144){_0x1f8b7d=_0x1f8b7d-0xfc;let _0x478816=_0x257851[_0x1f8b7d];return _0x478816;},_0x1f8b(_0x178c75,_0x141e2f);}function _0x2578(){const _0x1f4fdd=['markerRange','editing','2229759gEWSkD','options','merge','101390sytNpe','plugins','split','span','513jrhhWp','TrackChangesEditing','activeMarkers','softBreak','7411547clEzxj','registerElementLabel','7HnTeIH','consumable','ck-suggestion-marker-','enableCommand','69950OhFtEC','locale','includes','writer','requires','ELEMENT_LINE_BREAK','shiftEnter','_descriptionFactory','downcastDispatcher','model','test','addMarker:suggestion','init','mapper','createUIElement','6VSHuQk','addMarker:suggestion:insertion','get','deletion','37640vlNklF','name','toViewPosition','high','ck-suggestion-marker--active','insert','2daVvgv','bindElementToMarker','4683680HMBPHm','editor','element','createPositionBefore','4015984kfLmck','showSuggestionHighlights','addClass','getItems','addMarker:suggestion:deletion','markerName','data'];_0x2578=function(){return _0x1f4fdd;};return _0x2578();}function de(_0x161517,{showActiveMarker:_0x460924=!0x0}={}){return(_0xcd3b66,_0x12e50a,_0x351095)=>{const _0xb5594b=_0x1f8b,_0x69f558=_0x161517[_0xb5594b(0x11f)][_0xb5594b(0x104)](_0xb5594b(0x123));if(!_0x351095[_0xb5594b(0x129)][_0xb5594b(0xfd)](_0x12e50a[_0xb5594b(0x119)],_0xcd3b66[_0xb5594b(0x107)]))return;const _0x879e1a=_0x161517[_0xb5594b(0xfc)];for(const _0x372bd2 of _0x12e50a[_0xb5594b(0x119)][_0xb5594b(0x115)]()){if(!_0x372bd2['is'](_0xb5594b(0x110),_0xb5594b(0x125)))continue;const _0x3b18b5=_0xb5594b(0x105)==_0x12e50a[_0xb5594b(0x117)][_0xb5594b(0x120)](':')[0x1]?_0xb5594b(0x11d):_0xb5594b(0x120),_0x23eb3d=_0x351095[_0xb5594b(0x12f)][_0xb5594b(0x101)](_0xb5594b(0x121),{'class':_0xb5594b(0x12a)+_0x3b18b5}),_0x515e76=_0x351095[_0xb5594b(0x100)][_0xb5594b(0x108)](_0x879e1a[_0xb5594b(0x111)](_0x372bd2));_0x460924&&_0x69f558[_0xb5594b(0x124)][_0xb5594b(0x12e)](_0x12e50a[_0xb5594b(0x117)])&&_0x351095[_0xb5594b(0x12f)][_0xb5594b(0x114)](_0xb5594b(0x10a),_0x23eb3d),_0x351095[_0xb5594b(0x12f)][_0xb5594b(0x10b)](_0x515e76,_0x23eb3d),_0x351095[_0xb5594b(0x100)][_0xb5594b(0x10d)](_0x23eb3d,_0x12e50a[_0xb5594b(0x117)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4820b7=_0x1ab8;function _0x1ab8(_0x331b93,_0x3363e1){const _0x1856fe=_0x1856();return _0x1ab8=function(_0x1ab83c,_0x5c7cf7){_0x1ab83c=_0x1ab83c-0x1c9;let _0x15cafc=_0x1856fe[_0x1ab83c];return _0x15cafc;},_0x1ab8(_0x331b93,_0x3363e1);}(function(_0x49b7ad,_0x49896c){const _0x27e076=_0x1ab8,_0x245166=_0x49b7ad();while(!![]){try{const _0xf89b9d=parseInt(_0x27e076(0x1d0))/0x1*(-parseInt(_0x27e076(0x1df))/0x2)+-parseInt(_0x27e076(0x1e3))/0x3*(-parseInt(_0x27e076(0x1e6))/0x4)+parseInt(_0x27e076(0x1cc))/0x5+-parseInt(_0x27e076(0x1d9))/0x6*(parseInt(_0x27e076(0x1d4))/0x7)+parseInt(_0x27e076(0x1ed))/0x8+-parseInt(_0x27e076(0x1dc))/0x9*(-parseInt(_0x27e076(0x1e1))/0xa)+parseInt(_0x27e076(0x1d5))/0xb*(-parseInt(_0x27e076(0x1e9))/0xc);if(_0xf89b9d===_0x49896c)break;else _0x245166['push'](_0x245166['shift']());}catch(_0x139b28){_0x245166['push'](_0x245166['shift']());}}}(_0x1856,0x1c59d));import{Plugin as _0x24b084}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x3edb16}from'./utils.js';function _0x1856(){const _0x219ce3=['259clVCRn','44FInomj','StandardEditingModeEditing','formatInline','has','12534ZywiPT','registerDescriptionCallback','editor','96948LcAqgX','type','document','50UFYbzW','FORMAT_RESTRICTED_DISABLED','150FJDZnm','value','3IBmsqw','commandParams','change','733556kbWFrf','enableCommand','get','1028784kDfeqJ','restrictedEditingException','markInlineFormat','formatBlock','1522520nmLaDx','commands','afterInit','isCollapsed','selection','commandName','plugins','forceValue','getRanges','model','353685qBjNkJ','from','FORMAT_RESTRICTED_ENABLED','TrackChangesEditing','2787hRTTQa','_descriptionFactory','format','locale'];_0x1856=function(){return _0x219ce3;};return _0x1856();}import{getTranslation as _0x1f5319}from'../utils/common-translations.js';export default class wt extends _0x24b084{[_0x4820b7(0x1ef)](){const _0x46fbbe=_0x4820b7,_0x1ae1dc=this[_0x46fbbe(0x1db)],_0x1d375f=_0x1ae1dc[_0x46fbbe(0x1cb)],_0x31e944=_0x1ae1dc[_0x46fbbe(0x1d3)];if(!_0x1ae1dc[_0x46fbbe(0x1f3)][_0x46fbbe(0x1d8)](_0x46fbbe(0x1d6)))return;const _0x1aa2ae=_0x1ae1dc[_0x46fbbe(0x1f3)][_0x46fbbe(0x1e8)](_0x46fbbe(0x1cf)),_0x220de8=_0x46fbbe(0x1ea),_0x48cb5f=_0x1ae1dc[_0x46fbbe(0x1ee)][_0x46fbbe(0x1e8)](_0x220de8);_0x1aa2ae[_0x46fbbe(0x1e7)](_0x220de8,(_0x5ce862,_0x118a00={})=>{const _0x37b398=_0x46fbbe,_0x48dc6b=_0x1d375f[_0x37b398(0x1de)][_0x37b398(0x1f1)];if(_0x48dc6b[_0x37b398(0x1f0)])return void _0x5ce862(_0x118a00);const _0xa03d8b=void 0x0!==_0x118a00[_0x37b398(0x1c9)]?_0x118a00[_0x37b398(0x1c9)]:!_0x48cb5f[_0x37b398(0x1e2)];_0x1d375f[_0x37b398(0x1e5)](()=>{const _0x49bb46=_0x37b398,_0x4a8671=Array[_0x49bb46(0x1cd)](_0x48dc6b[_0x49bb46(0x1ca)]());for(const _0x9d155d of _0x4a8671){const _0x9fbecf=_0xa03d8b?[_0x9d155d]:_0x3edb16(_0x220de8,_0x9d155d,_0x1d375f);for(const _0x42b491 of _0x9fbecf)_0x1aa2ae[_0x49bb46(0x1eb)](_0x42b491,{'commandName':_0x220de8,'commandParams':[{'forceValue':_0xa03d8b}]});}});}),_0x1aa2ae[_0x46fbbe(0x1d1)][_0x46fbbe(0x1da)](_0x3d6bf3=>{const _0x108543=_0x46fbbe;if(_0x108543(0x1ec)!=_0x3d6bf3[_0x108543(0x1dd)]&&_0x108543(0x1d7)!=_0x3d6bf3[_0x108543(0x1dd)])return;const {data:_0x280359}=_0x3d6bf3;return _0x280359&&_0x280359[_0x108543(0x1f2)]==_0x220de8?_0x280359[_0x108543(0x1e4)][0x0][_0x108543(0x1c9)]?{'type':_0x108543(0x1d2),'content':_0x1f5319(_0x31e944,_0x108543(0x1ce))}:{'type':_0x108543(0x1d2),'content':_0x1f5319(_0x31e944,_0x108543(0x1e0))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x14805b=_0x4899;function _0x18a9(){const _0x531249=['StyleUtils','2707704LTOcwx','editor','_descriptionFactory','styleName','format','config','commandName','_registerInlineAttribute','TrackChangesEditing','forceValue','25FUTUDX','plugins','inline','ghsAttributes','registerAttributeLabel','2031568dfWnZc','5162MzgufH','commandParams','block','164cjdCRE','definitions','*Remove\x20format:*\x20%0','formatBlock','has','style','toLowerCase','registerDescriptionCallback','locale','_registerBlockAttribute','1159858nVdNVz','get','28964xpWrNl','_registerLegacyDescription','formatInline','DataSchema','GeneralHtmlSupport','normalizeConfig','afterInit','9FlSdHB','7842060RuFLgA','element','add','type','_enableDefaultAttributesIntegration','109587BCMkmV','Style','*Set\x20format:*\x20%0','FORMAT_STYLE','getGhsAttributeNameForElement'];_0x18a9=function(){return _0x531249;};return _0x18a9();}function _0x4899(_0x1735e8,_0x20bcee){const _0x18a92e=_0x18a9();return _0x4899=function(_0x48992e,_0x422772){_0x48992e=_0x48992e-0x12b;let _0x534dc1=_0x18a92e[_0x48992e];return _0x534dc1;},_0x4899(_0x1735e8,_0x20bcee);}(function(_0x4ae5e6,_0x8651d9){const _0x1be656=_0x4899,_0x411c93=_0x4ae5e6();while(!![]){try{const _0x24fdb4=parseInt(_0x1be656(0x12c))/0x1*(parseInt(_0x1be656(0x15b))/0x2)+-parseInt(_0x1be656(0x145))/0x3+parseInt(_0x1be656(0x138))/0x4*(-parseInt(_0x1be656(0x155))/0x5)+-parseInt(_0x1be656(0x14b))/0x6+-parseInt(_0x1be656(0x136))/0x7+-parseInt(_0x1be656(0x15a))/0x8*(parseInt(_0x1be656(0x13f))/0x9)+parseInt(_0x1be656(0x140))/0xa;if(_0x24fdb4===_0x8651d9)break;else _0x411c93['push'](_0x411c93['shift']());}catch(_0x541eca){_0x411c93['push'](_0x411c93['shift']());}}}(_0x18a9,0x40698));import{Plugin as _0x5a642f}from'ckeditor5/src/core.js';import{getTranslation as _0x125633}from'../utils/common-translations.js';export default class yt extends _0x5a642f{[_0x14805b(0x13e)](){const _0x478690=_0x14805b,_0x4316aa=this[_0x478690(0x14c)];if(!_0x4316aa[_0x478690(0x156)][_0x478690(0x130)](_0x478690(0x146))||!_0x4316aa[_0x478690(0x156)][_0x478690(0x130)](_0x478690(0x13b)))return;const _0x586643=_0x4316aa[_0x478690(0x156)][_0x478690(0x137)](_0x478690(0x153)),_0x286971=_0x4316aa[_0x478690(0x134)],_0x11ef81=_0x4316aa[_0x478690(0x150)][_0x478690(0x137)](_0x478690(0x131))||{},_0xdc6088=_0x4316aa[_0x478690(0x156)][_0x478690(0x137)](_0x478690(0x13c)),_0x20ca5f=_0x4316aa[_0x478690(0x156)][_0x478690(0x137)](_0x478690(0x14a))[_0x478690(0x13d)](_0x4316aa[_0x478690(0x156)][_0x478690(0x137)](_0x478690(0x13b)),_0x11ef81[_0x478690(0x12d)]);_0x586643[_0x478690(0x144)](_0x478690(0x131));const _0x4f5ec1=new Set();for(const _0x4b9641 of _0x20ca5f[_0x478690(0x12b)]){const _0x52fac9=_0xdc6088[_0x478690(0x149)](_0x4b9641[_0x478690(0x141)]);_0x4f5ec1[_0x478690(0x142)](_0x52fac9);}const _0x2adb51=new Set();for(const _0x46d35f of _0x20ca5f[_0x478690(0x157)]){const _0x237ceb=_0xdc6088[_0x478690(0x149)](_0x46d35f[_0x478690(0x141)]);_0x2adb51[_0x478690(0x142)](_0x237ceb);for(const _0x33e636 of _0x46d35f[_0x478690(0x158)])_0x2adb51[_0x478690(0x142)](_0x33e636);}for(const _0x4fca78 of _0x4f5ec1)_0x586643[_0x478690(0x135)](_0x4fca78),_0x586643[_0x478690(0x14d)][_0x478690(0x159)](_0x4fca78,_0x125633(_0x286971,_0x478690(0x148)));for(const _0x3dde25 of _0x2adb51)_0x586643[_0x478690(0x152)](_0x3dde25),_0x586643[_0x478690(0x14d)][_0x478690(0x159)](_0x3dde25,_0x125633(_0x286971,_0x478690(0x148)));this[_0x478690(0x139)]();}[_0x14805b(0x139)](){const _0x42466c=_0x14805b,_0x14e078=this[_0x42466c(0x14c)],_0x52f649=_0x14e078[_0x42466c(0x134)];_0x14e078[_0x42466c(0x156)][_0x42466c(0x137)](_0x42466c(0x153))[_0x42466c(0x14d)][_0x42466c(0x133)](_0x2ee5f2=>{const _0x262104=_0x42466c;if(_0x262104(0x12f)!=_0x2ee5f2[_0x262104(0x143)]&&_0x262104(0x13a)!=_0x2ee5f2[_0x262104(0x143)])return;const {data:_0x3194bd}=_0x2ee5f2;return _0x3194bd&&_0x262104(0x131)===_0x3194bd[_0x262104(0x151)]?_0x3194bd[_0x262104(0x15c)][0x0][_0x262104(0x154)]?{'type':_0x262104(0x14f),'content':_0x125633(_0x52f649,_0x262104(0x147),_0x3194bd[_0x262104(0x15c)][0x0][_0x262104(0x14e)][_0x262104(0x132)]())}:{'type':_0x262104(0x14f),'content':_0x125633(_0x52f649,_0x262104(0x12e),_0x3194bd[_0x262104(0x15c)][0x0][_0x262104(0x14e)][_0x262104(0x132)]())}:void 0x0;});}}
|