@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240729.0 → 0.0.0-nightly-20240731.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +32 -3
- package/dist/ui/view/suggestionthreadview.d.ts +16 -9
- package/dist/utils/utils.d.ts +7 -0
- package/lang/contexts.json +2 -0
- package/package.json +10 -10
- 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.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +32 -3
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +16 -9
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +7 -0
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0xb29a05=_0x5b8f;function _0x5b8f(_0x25411b,_0x2fb41d){const _0x399de8=_0x399d();return _0x5b8f=function(_0x5b8f90,_0x1af87f){_0x5b8f90=_0x5b8f90-0x6f;let _0x120c02=_0x399de8[_0x5b8f90];return _0x120c02;},_0x5b8f(_0x25411b,_0x2fb41d);}(function(_0x57e386,_0x2d7515){const _0x2e03e1=_0x5b8f,_0x2014c0=_0x57e386();while(!![]){try{const _0x4a7a1c=parseInt(_0x2e03e1(0x74))/0x1+parseInt(_0x2e03e1(0x92))/0x2+-parseInt(_0x2e03e1(0x87))/0x3+-parseInt(_0x2e03e1(0x79))/0x4+-parseInt(_0x2e03e1(0x9d))/0x5*(-parseInt(_0x2e03e1(0x85))/0x6)+-parseInt(_0x2e03e1(0xa1))/0x7*(-parseInt(_0x2e03e1(0x76))/0x8)+-parseInt(_0x2e03e1(0x9b))/0x9*(-parseInt(_0x2e03e1(0x8a))/0xa);if(_0x4a7a1c===_0x2d7515)break;else _0x2014c0['push'](_0x2014c0['shift']());}catch(_0x5f4a6a){_0x2014c0['push'](_0x2014c0['shift']());}}}(_0x399d,0x50072));import{Plugin as _0x43acdf}from'ckeditor5/src/core.js';import{getTranslation as _0x3ea229}from'../utils/common-translations.js';function _0x399d(){const _0x565c0f=['descriptionFactory','plugins','handleSuggestionDescription','*Format:*\x20resize\x20table','discard','tableWidth','262568EyNhcf','getAttribute','3544kqfFVJ','afterInit','data','944460GUFzGX','getSuggestionCallback','columnWidths','accept','markBlockFormat','getSelectedElement','commandParams','handleResizeTableWidthCommand','format','get','locale','getSuggestions','906EoWSvR','getContainedElement','1901748EwlHjN','formatInline','table','50BJwgCH','has','TrackChangesEditing','formatBlock','document','model','Users','registerDescriptionCallback','249266ODwiDo','registerCustomCallback','subType','author','resizeTable','TableColumnResizeEditing','formatGroupId','change','_suggestionFactory','670302wMkbIe','getTableColumnsWidths','825KaQkis','getColumnGroupElement','enableCommand','resizeTableWidth','6531bLSWzQ','type','editor','bind','selection'];_0x399d=function(){return _0x565c0f;};return _0x399d();}export default class Nt extends _0x43acdf{[_0xb29a05(0x77)](){const _0xbd1ab5=_0xb29a05;if(!this[_0xbd1ab5(0xa3)][_0xbd1ab5(0x6f)][_0xbd1ab5(0x8b)](_0xbd1ab5(0x97)))return;const _0x209b4b=this[_0xbd1ab5(0xa3)][_0xbd1ab5(0x6f)][_0xbd1ab5(0x82)](_0xbd1ab5(0x8c));_0x209b4b[_0xbd1ab5(0x9f)](_0xbd1ab5(0xa0),this[_0xbd1ab5(0x80)][_0xbd1ab5(0xa4)](this)),_0x209b4b[_0xbd1ab5(0x9a)][_0xbd1ab5(0x93)](_0xbd1ab5(0x8d),_0xbd1ab5(0x96),_0xbd1ab5(0x7c),_0x209b4b[_0xbd1ab5(0x9a)][_0xbd1ab5(0x7a)](_0xbd1ab5(0x8d),null,_0xbd1ab5(0x72))),_0x209b4b[_0xbd1ab5(0x9a)][_0xbd1ab5(0x93)](_0xbd1ab5(0x8d),_0xbd1ab5(0x96),_0xbd1ab5(0x72),_0x209b4b[_0xbd1ab5(0x9a)][_0xbd1ab5(0x7a)](_0xbd1ab5(0x8d),null,_0xbd1ab5(0x7c))),_0x209b4b[_0xbd1ab5(0xa6)][_0xbd1ab5(0x91)](this[_0xbd1ab5(0x70)][_0xbd1ab5(0xa4)](this));}[_0xb29a05(0x80)](_0x2edf1f,_0x5cc7e9){const _0xacf54b=_0xb29a05,_0x269495=this[_0xacf54b(0xa3)][_0xacf54b(0x6f)][_0xacf54b(0x82)](_0xacf54b(0x8c)),_0x350372=this[_0xacf54b(0xa3)][_0xacf54b(0x6f)][_0xacf54b(0x82)](_0xacf54b(0x97)),_0x17ea69=_0x5cc7e9[_0xacf54b(0x89)]||this[_0xacf54b(0xa3)][_0xacf54b(0x8f)][_0xacf54b(0x8e)][_0xacf54b(0xa5)][_0xacf54b(0x7e)]();this[_0xacf54b(0xa3)][_0xacf54b(0x8f)][_0xacf54b(0x99)](()=>{const _0x636057=_0xacf54b,_0x3c2666=_0x350372[_0x636057(0x9e)](_0x17ea69);let _0x5ab477=_0x3c2666?_0x350372[_0x636057(0x9c)](_0x3c2666):null,_0x376345=_0x17ea69[_0x636057(0x75)](_0x636057(0x73))||null;const _0x43ae46=_0x5cc7e9[_0x636057(0x73)]||_0x376345,_0x206f68=_0x5cc7e9[_0x636057(0x7b)]||_0x5ab477,_0x340def=this[_0x636057(0xa3)][_0x636057(0x6f)][_0x636057(0x82)](_0x636057(0x90))['me'];for(const _0x1a6ec6 of _0x269495[_0x636057(0x84)]()){const _0x1c0286=_0x1a6ec6[_0x636057(0x86)]();if(_0x636057(0x96)===_0x1a6ec6[_0x636057(0x94)]&&_0x1c0286===_0x17ea69){_0x1a6ec6[_0x636057(0x95)]!==_0x340def&&_0x1a6ec6[_0x636057(0x72)]();const _0x16036a=_0x1a6ec6[_0x636057(0x78)][_0x636057(0x7f)];_0x376345=_0x16036a[0x0][_0x636057(0x73)],_0x5ab477=_0x16036a[0x0][_0x636057(0x7b)];break;}}_0x2edf1f({'table':_0x17ea69,'tableWidth':_0x43ae46,'columnWidths':_0x206f68}),_0x269495[_0x636057(0x7d)](_0x17ea69,{'commandName':_0x636057(0xa0),'commandParams':[{'tableWidth':_0x376345,'columnWidths':_0x5ab477}],'formatGroupId':_0x636057(0x96)},[],_0x636057(0x96));});}[_0xb29a05(0x70)](_0x331229){const _0xc44119=_0xb29a05;if(_0xc44119(0x8d)!=_0x331229[_0xc44119(0xa2)]&&_0xc44119(0x88)!=_0x331229[_0xc44119(0xa2)])return;const {data:_0x39b84e}=_0x331229;if(_0x39b84e&&_0xc44119(0x96)===_0x39b84e[_0xc44119(0x98)]){const _0x433635=_0xc44119(0x71);return{'type':_0xc44119(0x81),'content':_0x3ea229(this[_0xc44119(0xa3)][_0xc44119(0x83)],_0x433635)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xbc2430=_0x2ca8;(function(_0x3efb1d,_0x55dfc5){const _0x3ae26a=_0x2ca8,_0x535dc4=_0x3efb1d();while(!![]){try{const _0x5f2197=-parseInt(_0x3ae26a(0xd7))/0x1+-parseInt(_0x3ae26a(0xb5))/0x2*(-parseInt(_0x3ae26a(0xa0))/0x3)+parseInt(_0x3ae26a(0xdf))/0x4+-parseInt(_0x3ae26a(0xaa))/0x5+parseInt(_0x3ae26a(0xd0))/0x6*(-parseInt(_0x3ae26a(0xe6))/0x7)+parseInt(_0x3ae26a(0xe4))/0x8+parseInt(_0x3ae26a(0xa6))/0x9;if(_0x5f2197===_0x55dfc5)break;else _0x535dc4['push'](_0x535dc4['shift']());}catch(_0x24c98a){_0x535dc4['push'](_0x535dc4['shift']());}}}(_0x582a,0x574f5));function _0x2ca8(_0x4fb954,_0x5a89b8){const _0x582a49=_0x582a();return _0x2ca8=function(_0x2ca872,_0x5ed9fb){_0x2ca872=_0x2ca872-0x95;let _0x17e80f=_0x582a49[_0x2ca872];return _0x17e80f;},_0x2ca8(_0x4fb954,_0x5a89b8);}import{Plugin as _0x3f487a}from'ckeditor5/src/core.js';function _0x582a(){const _0x1f0e31=['879512ZRIxnl','markerRange','registerAttributeLabel','*Format:*\x20%0','cell','1128224LIGvkH','consume','7GYIRVu','highest','FORMAT_REGULAR_COLUMN','end','start','item','nodeBefore','forceValue','registerDescriptionCallback','descriptionFactory','mapper','headingColumns','locale','type','registerBlockAttribute','39ljCslA','includes','_splitMarkerName','TableEditing','removeClass','FORMAT_HEADER_ROW','6816132xDWqGx','TableUtils','has','unbindElementFromMarkerName','1823540YbRAfU','bindElementToMarker','get','data','enableDefaultAttributesIntegration','setTableColumnHeader','_registerLegacyDescription','stop','name','getSuggestion','requires','39740hVIiif','afterInit','setAttribute','createTableWalker','editing','formatBlock','writer','setTableRowHeader','consumable','ck-suggestion-marker--active','FORMAT_HEADER_COLUMN','editor','data-suggestion','addMarker:suggestion','ck-suggestion-marker-','_acceptFormatSuggestionCallbackFactory','nodeAfter','format','accept','_handleLegacySuggestions','FORMAT_REGULAR_ROW','commandParams','headingRows','plugins','parent','toViewElement','showSuggestionHighlights','3481878XEzEkP','markerName','markerNameToElements','registerCustomCallback','TrackChangesEditing','_suggestionFactory','removeAttribute','73922aDdfdK','removeMarker:suggestion','getCellLocation','addClass','options','commandName','activeMarkers','downcastDispatcher'];_0x582a=function(){return _0x1f0e31;};return _0x582a();}import _0x453d85 from'./table.js';import{getTranslation as _0x19d695}from'../utils/common-translations.js';export default class Ct extends _0x3f487a{static get[_0xbc2430(0xb4)](){return[_0x453d85];}[_0xbc2430(0xb6)](){const _0x57dd3c=_0xbc2430,_0x1d35dd=this[_0x57dd3c(0xc0)];if(!_0x1d35dd[_0x57dd3c(0xcc)][_0x57dd3c(0xa8)](_0x57dd3c(0xa3)))return;const _0x32b432=_0x1d35dd[_0x57dd3c(0x9d)],_0x631bc3=_0x1d35dd[_0x57dd3c(0xcc)][_0x57dd3c(0xac)](_0x57dd3c(0xd4));_0x631bc3[_0x57dd3c(0xae)](_0x57dd3c(0xbc)),_0x631bc3[_0x57dd3c(0xae)](_0x57dd3c(0xaf)),_0x631bc3[_0x57dd3c(0x9f)](_0x57dd3c(0xcb)),_0x631bc3[_0x57dd3c(0x9f)](_0x57dd3c(0x9c)),_0x631bc3[_0x57dd3c(0x9a)][_0x57dd3c(0xe1)](_0x57dd3c(0xcb),_0x19d695(_0x32b432,_0x57dd3c(0xa5))),_0x631bc3[_0x57dd3c(0x9a)][_0x57dd3c(0xe1)](_0x57dd3c(0x9c),_0x19d695(_0x32b432,_0x57dd3c(0xbf))),this[_0x57dd3c(0xc8)]();}[_0xbc2430(0xc8)](){const _0x5de212=_0xbc2430,_0x1d7ada=this[_0x5de212(0xc0)][_0x5de212(0xcc)][_0x5de212(0xac)](_0x5de212(0xd4)),_0x509279=this[_0x5de212(0xc0)][_0x5de212(0xcc)][_0x5de212(0xac)](_0x5de212(0xa7)),_0x273a17=this[_0x5de212(0xc0)][_0x5de212(0xcc)][_0x5de212(0xac)](_0x453d85)[_0x5de212(0xc4)]();function _0x144dad({showActiveMarker:_0x333cba=!0x0,setDataAttribute:_0x4f9fb7=!0x0}={}){return(_0x24cf2c,_0x5ca74e,_0x4c76fd)=>{const _0x178611=_0x2ca8,{type:_0x2d799f,id:_0x2db2be}=_0x1d7ada[_0x178611(0xa2)](_0x5ca74e[_0x178611(0xd1)]),_0x19f250=_0x1d7ada[_0x178611(0xb3)](_0x2db2be),_0x2b3111=_0x19f250[_0x178611(0xad)];if(_0x178611(0xba)!=_0x19f250[_0x178611(0x9e)]||!_0x2b3111||_0x178611(0xaf)!=_0x2b3111[_0x178611(0xdc)])return;if(_0x5ca74e[_0x178611(0x96)])return void _0x24cf2c[_0x178611(0xb1)]();if(!_0x4c76fd[_0x178611(0xbd)][_0x178611(0xe5)](_0x5ca74e[_0x178611(0xe0)],_0x24cf2c[_0x178611(0xb2)]))return;const _0x2967be=_0x5ca74e[_0x178611(0xe0)][_0x178611(0x95)][_0x178611(0xc5)],_0x4317a2=_0x5ca74e[_0x178611(0xe0)][_0x178611(0xe9)][_0x178611(0x97)],_0x8b1a00=_0x2967be[_0x178611(0xcd)][_0x178611(0xcd)],{column:_0x4eee04}=_0x509279[_0x178611(0xd9)](_0x2967be),{column:_0x2163f4}=_0x509279[_0x178611(0xd9)](_0x4317a2);for(let _0x1b32ee=_0x4eee04;_0x1b32ee<=_0x2163f4;_0x1b32ee++){const _0x24f972=_0x509279[_0x178611(0xb8)](_0x8b1a00,{'column':_0x1b32ee,'includeAllSlots':!0x1});for(const _0x236791 of _0x24f972){const _0x427599=_0x236791[_0x178611(0xe3)],_0xe2cd3f=_0x4c76fd[_0x178611(0x9b)][_0x178611(0xce)](_0x427599);_0x4c76fd[_0x178611(0xbb)][_0x178611(0xda)](_0x178611(0xc3)+_0x2d799f,_0xe2cd3f),_0x4f9fb7&&_0x4c76fd[_0x178611(0xbb)][_0x178611(0xb7)](_0x178611(0xc1),_0x2db2be,_0xe2cd3f),_0x4c76fd[_0x178611(0x9b)][_0x178611(0xab)](_0xe2cd3f,_0x5ca74e[_0x178611(0xd1)]),_0x333cba&&(_0x1d7ada[_0x178611(0xdd)][_0x178611(0xa1)](_0x5ca74e[_0x178611(0xd1)])?_0x4c76fd[_0x178611(0xbb)][_0x178611(0xda)](_0x178611(0xbe),_0xe2cd3f):_0x4c76fd[_0x178611(0xbb)][_0x178611(0xa4)](_0x178611(0xbe),_0xe2cd3f));}}};}_0x1d7ada[_0x5de212(0xd5)][_0x5de212(0xd3)](_0x5de212(0xba),_0x5de212(0xbc),_0x5de212(0xc7),_0x273a17),_0x1d7ada[_0x5de212(0xd5)][_0x5de212(0xd3)](_0x5de212(0xba),_0x5de212(0xaf),_0x5de212(0xc7),_0x273a17),this[_0x5de212(0xc0)][_0x5de212(0xb9)][_0x5de212(0xde)]['on'](_0x5de212(0xc2),_0x144dad(),{'priority':_0x5de212(0xe7)}),this[_0x5de212(0xc0)][_0x5de212(0xad)][_0x5de212(0xde)]['on'](_0x5de212(0xc2),(_0x4fc06b,_0x1a27ef,_0x403f27)=>{const _0x283bf6=_0x5de212;_0x403f27[_0x283bf6(0xdb)][_0x283bf6(0xcf)]&&_0x144dad({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4fc06b,_0x1a27ef,_0x403f27);},{'priority':_0x5de212(0xe7)}),this[_0x5de212(0xc0)][_0x5de212(0xb9)][_0x5de212(0xde)]['on'](_0x5de212(0xd8),(_0x350b60,_0x4a03b8,_0x180b99)=>{const _0x57af1d=_0x5de212,{type:_0x2b31d4,id:_0x2f9744}=_0x1d7ada[_0x57af1d(0xa2)](_0x4a03b8[_0x57af1d(0xd1)]),_0x2f347f=_0x1d7ada[_0x57af1d(0xb3)](_0x2f9744),_0x4a2c6a=_0x2f347f[_0x57af1d(0xad)];if(_0x57af1d(0xba)!=_0x2f347f[_0x57af1d(0x9e)]||!_0x4a2c6a||_0x57af1d(0xaf)!=_0x4a2c6a[_0x57af1d(0xdc)])return;const _0x88744=_0x180b99[_0x57af1d(0x9b)][_0x57af1d(0xd2)](_0x4a03b8[_0x57af1d(0xd1)]);if(_0x88744){for(const _0x2b5a63 of _0x88744)_0x180b99[_0x57af1d(0xbb)][_0x57af1d(0xa4)](_0x57af1d(0xc3)+_0x2b31d4,_0x2b5a63),_0x180b99[_0x57af1d(0xbb)][_0x57af1d(0xa4)](_0x57af1d(0xbe),_0x2b5a63),_0x180b99[_0x57af1d(0xbb)][_0x57af1d(0xd6)](_0x57af1d(0xc1),_0x2b5a63),_0x180b99[_0x57af1d(0x9b)][_0x57af1d(0xa9)](_0x2b5a63,_0x4a03b8[_0x57af1d(0xd1)]);}},{'priority':_0x5de212(0xe7)}),this[_0x5de212(0xb0)]();}[_0xbc2430(0xb0)](){const _0x350b11=_0xbc2430,_0x4494c0=this[_0x350b11(0xc0)],_0x24403b=_0x4494c0[_0x350b11(0x9d)];function _0x4ea9c5(_0x4dd0ec){const _0x451d22=_0x350b11;return{'type':_0x451d22(0xc6),'content':_0x19d695(_0x24403b,_0x451d22(0xe2),_0x4dd0ec)};}_0x4494c0[_0x350b11(0xcc)][_0x350b11(0xac)](_0x350b11(0xd4))[_0x350b11(0x9a)][_0x350b11(0x99)](_0xa547c0=>{const _0x5174e9=_0x350b11;if(_0x5174e9(0xba)!=_0xa547c0[_0x5174e9(0x9e)])return;const {data:_0x19f347}=_0xa547c0;if(_0x19f347){if(_0x5174e9(0xbc)==_0x19f347[_0x5174e9(0xdc)]){const _0x746bb=_0x19f347[_0x5174e9(0xca)][0x0][_0x5174e9(0x98)];return _0x4ea9c5(_0x19d695(_0x24403b,_0x746bb?_0x5174e9(0xa5):_0x5174e9(0xc9)));}if(_0x5174e9(0xaf)==_0x19f347[_0x5174e9(0xdc)]){const _0x1df0a2=_0x19f347[_0x5174e9(0xca)][0x0][_0x5174e9(0x98)];return _0x4ea9c5(_0x19d695(_0x24403b,_0x1df0a2?_0x5174e9(0xbf):_0x5174e9(0xe8)));}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x1160(_0x57ba33,_0x2e0235){const _0x57a1cb=_0x57a1();return _0x1160=function(_0x116005,_0x342dec){_0x116005=_0x116005-0xc6;let _0x3fa373=_0x57a1cb[_0x116005];return _0x3fa373;},_0x1160(_0x57ba33,_0x2e0235);}const _0x57f812=_0x1160;(function(_0x5bcf02,_0x170111){const _0x3dca04=_0x1160,_0x1596ee=_0x5bcf02();while(!![]){try{const _0x426753=-parseInt(_0x3dca04(0xe1))/0x1+-parseInt(_0x3dca04(0xdd))/0x2*(-parseInt(_0x3dca04(0xf2))/0x3)+-parseInt(_0x3dca04(0xff))/0x4+parseInt(_0x3dca04(0x125))/0x5*(parseInt(_0x3dca04(0x11a))/0x6)+parseInt(_0x3dca04(0x118))/0x7+-parseInt(_0x3dca04(0xcf))/0x8+parseInt(_0x3dca04(0xe0))/0x9*(parseInt(_0x3dca04(0xd5))/0xa);if(_0x426753===_0x170111)break;else _0x1596ee['push'](_0x1596ee['shift']());}catch(_0x3320f3){_0x1596ee['push'](_0x1596ee['shift']());}}}(_0x57a1,0x33094));function _0x57a1(){const _0x2aeae9=['formatBlock','isInContent','subType','author','document','getSuggestions','_tablePostFixingSubtypes','add','detach','_areSelectedCellsMergable','forceDefaultExecution','low','1706215EUmNKm','_suggestionFactory','402wWTNcc','type','trackChanges','deletion','setSelection','length','set:isEnabled','getRanges','plugins','map','findAncestor','2925jjaVpn','TrackChangesEditing','registerCustomCallback','size','getSelectionAffectedTableCells','from','tableCell','createRangeOn','push','model','splitTableCellVertically','markMultiRangeBlockFormat','fromRange','1647112EXBtfM','mergeTableCells','commands','selection','containsRange','direction','1157980OlChwU','refresh','format','rootName','isEnabled','filter','TableUtils','afterInit','205928oVqbBt','registerDescriptionCallback','*Merge\x20cells*','9NSZBPl','78182YrKhsY','mergeTableCellDown','TableEditing','editor','cell','markBlockFormat','*Split\x20cell:*\x20horizontally','find','_areMergableCells','getFirstPosition','_acceptFormatSuggestionCallbackFactory','requires','value','mergeTableCellLeft','get','return','mergeTableCellRight','3FdXSyG','horizontally','locale','table','formatInline','insertion','createTableWalker','commandName','*Split\x20cell:*\x20vertically','has','change','splitTableCellHorizontally','highest','34348UHhVvJ','_isForcedDefaultExecutionBlock','stop','accept','descriptionFactory','enableCommand','getCellLocation','element','root','mergeTableCellUp','execute','$graveyard','getAncestors'];_0x57a1=function(){return _0x2aeae9;};return _0x57a1();}import{Plugin as _0x50ff6a}from'ckeditor5/src/core.js';import _0x58ddad from'./table.js';import{LiveRange as _0x2bc6b6}from'ckeditor5/src/engine.js';import{getTranslation as _0x4a2cc6}from'../utils/common-translations.js';export default class At extends _0x50ff6a{static get[_0x57f812(0xec)](){return[_0x58ddad];}[_0x57f812(0xdc)](){const _0x5eb84e=_0x57f812,_0x288a12=this[_0x5eb84e(0xe4)],_0x5334ef=_0x288a12[_0x5eb84e(0xcb)][_0x5eb84e(0x110)][_0x5eb84e(0xd2)],_0x132c7c=_0x288a12[_0x5eb84e(0xf4)];if(!_0x288a12[_0x5eb84e(0x122)][_0x5eb84e(0xfb)](_0x5eb84e(0xe3)))return;const _0x1805ee=_0x288a12[_0x5eb84e(0x122)][_0x5eb84e(0xef)](_0x5eb84e(0x126)),_0x3e3b16=_0x288a12[_0x5eb84e(0x122)][_0x5eb84e(0xef)](_0x5eb84e(0xdb)),_0x2abeba=_0x288a12[_0x5eb84e(0x122)][_0x5eb84e(0xef)](_0x58ddad);_0x2abeba[_0x5eb84e(0x112)][_0x5eb84e(0xca)](_0x5eb84e(0xd0)),_0x1805ee[_0x5eb84e(0x104)](_0x5eb84e(0xd0),()=>{const _0xfb30e9=_0x5eb84e,_0x9a13bb=_0x3e3b16[_0xfb30e9(0xc6)](_0x288a12[_0xfb30e9(0xcb)][_0xfb30e9(0x110)][_0xfb30e9(0xd2)]);_0x288a12[_0xfb30e9(0xcb)][_0xfb30e9(0xfc)](()=>{const _0xe5f87f=_0xfb30e9;_0x1805ee[_0xe5f87f(0xcd)](_0x9a13bb,{'commandName':_0xe5f87f(0xd0),'commandParams':[]},[],_0xe5f87f(0xd0));});}),_0x288a12[_0x5eb84e(0xd1)][_0x5eb84e(0xef)](_0x5eb84e(0xd0))['on'](_0x5eb84e(0x109),(_0x56ede4,_0x183629)=>{const _0x3b1dee=_0x5eb84e;_0x288a12[_0x3b1dee(0xd1)][_0x3b1dee(0xef)](_0x3b1dee(0x11c))[_0x3b1dee(0xed)]&&(_0x183629[_0x3b1dee(0x11f)]>0x0&&_0x183629[_0x183629[_0x3b1dee(0x11f)]-0x1]&&_0x183629[_0x183629[_0x3b1dee(0x11f)]-0x1][_0x3b1dee(0x116)]||_0x1805ee[_0x3b1dee(0x100)]||this[_0x3b1dee(0x115)]()||_0x56ede4[_0x3b1dee(0x101)]());},{'priority':_0x5eb84e(0xfe)});for(const _0xc0355e of[_0x5eb84e(0x108),_0x5eb84e(0xf1),_0x5eb84e(0xe2),_0x5eb84e(0xee)]){const _0x1f6010=_0x288a12[_0x5eb84e(0xd1)][_0x5eb84e(0xef)](_0xc0355e);_0x1805ee[_0x5eb84e(0x104)](_0xc0355e,()=>{const _0x3bfde3=_0x5eb84e,_0x4ac695=_0x288a12[_0x3bfde3(0xcb)][_0x3bfde3(0x110)][_0x3bfde3(0xd2)][_0x3bfde3(0xea)]()[_0x3bfde3(0x10b)]()[_0x3bfde3(0xe8)](_0x3b5255=>_0x3b5255['is'](_0x3bfde3(0x106),_0x3bfde3(0xc8))),_0x250014=_0x1f6010[_0x3bfde3(0xed)];_0x288a12[_0x3bfde3(0xcb)][_0x3bfde3(0xfc)](()=>{const _0x160973=_0x3bfde3;_0x1805ee[_0x160973(0xcd)]([_0x4ac695,_0x250014],{'commandName':_0x160973(0xd0),'commandParams':[]},[],_0x160973(0xd0));});});}for(const _0x50f658 of[_0x5eb84e(0xcc),_0x5eb84e(0xfd)]){const _0xd81da9=_0x288a12[_0x5eb84e(0xd1)][_0x5eb84e(0xef)](_0x50f658);_0x1805ee[_0x5eb84e(0x104)](_0x50f658,()=>{const _0xcdee24=_0x5eb84e,_0x144551=_0x3e3b16[_0xcdee24(0xc6)](_0x288a12[_0xcdee24(0xcb)][_0xcdee24(0x110)][_0xcdee24(0xd2)])[0x0],_0x46cf4a=_0x144551[_0xcdee24(0x124)](_0xcdee24(0xf5)),{column:_0x26afab,row:_0xd5acbc}=_0x3e3b16[_0xcdee24(0x105)](_0x144551);let _0x1e6a4b=[];if(_0xcdee24(0xf3)==_0xd81da9[_0xcdee24(0xd4)]){const _0x3cb333=_0x3e3b16[_0xcdee24(0xf8)](_0x46cf4a,{'startRow':_0xd5acbc,'endRow':_0xd5acbc,'includeAllSlots':!0x0});_0x1e6a4b=Array[_0xcdee24(0xc7)](_0x3cb333)[_0xcdee24(0x123)](_0x593cbe=>_0x593cbe[_0xcdee24(0xe5)]);}else{const _0x2e54a0=_0x3e3b16[_0xcdee24(0xf8)](_0x46cf4a,{'column':_0x26afab,'includeAllSlots':!0x0});_0x1e6a4b=Array[_0xcdee24(0xc7)](_0x2e54a0)[_0xcdee24(0x123)](_0x2b612b=>_0x2b612b[_0xcdee24(0xe5)]);}_0x288a12[_0xcdee24(0xcb)][_0xcdee24(0xfc)](_0x269b6a=>{const _0x32a25a=_0xcdee24;_0x1805ee[_0x32a25a(0xe6)](_0x269b6a[_0x32a25a(0xc9)](_0x144551),{'commandName':_0x50f658,'commandParams':[]},_0x1e6a4b,_0x50f658);});});}_0x1805ee[_0x5eb84e(0x103)][_0x5eb84e(0xde)](_0x5106f3=>{const _0xce4bcf=_0x5eb84e;if(_0xce4bcf(0x10c)!=_0x5106f3[_0xce4bcf(0x11b)]&&_0xce4bcf(0xf6)!=_0x5106f3[_0xce4bcf(0x11b)])return;const {data:_0x489f1a}=_0x5106f3;return _0x489f1a&&_0xce4bcf(0xd0)==_0x489f1a[_0xce4bcf(0xf9)]?{'type':_0xce4bcf(0xd7),'content':_0x4a2cc6(_0x132c7c,_0xce4bcf(0xdf))}:void 0x0;}),_0x1805ee[_0x5eb84e(0x103)][_0x5eb84e(0xde)](_0x51c4bb=>{const _0x31de24=_0x5eb84e;if(_0x31de24(0x10c)!=_0x51c4bb[_0x31de24(0x11b)]&&_0x31de24(0xf6)!=_0x51c4bb[_0x31de24(0x11b)])return;const {data:_0x2253fd}=_0x51c4bb;return _0x2253fd?_0x31de24(0xcc)==_0x2253fd[_0x31de24(0xf9)]?{'type':_0x31de24(0xd7),'content':_0x4a2cc6(_0x132c7c,_0x31de24(0xfa))}:_0x31de24(0xfd)==_0x2253fd[_0x31de24(0xf9)]?{'type':_0x31de24(0xd7),'content':_0x4a2cc6(_0x132c7c,_0x31de24(0xe7))}:void 0x0:void 0x0;});const _0x107aaa=_0x2abeba[_0x5eb84e(0xeb)]();for(const _0x23fe7e of[_0x5eb84e(0x108),_0x5eb84e(0xf1),_0x5eb84e(0xe2),_0x5eb84e(0xee)])_0x1805ee[_0x5eb84e(0x119)][_0x5eb84e(0x127)](_0x5eb84e(0x10c),_0x23fe7e,_0x5eb84e(0x102),_0x107aaa);for(const _0x31413e of[_0x5eb84e(0xcc),_0x5eb84e(0xfd)])_0x1805ee[_0x5eb84e(0x119)][_0x5eb84e(0x127)](_0x5eb84e(0x10c),_0x31413e,_0x5eb84e(0x102),_0x107aaa);_0x1805ee[_0x5eb84e(0x119)][_0x5eb84e(0x127)](_0x5eb84e(0x10c),_0x5eb84e(0xd0),_0x5eb84e(0x102),_0x1a8614=>{const _0x3e47cc=_0x5eb84e;_0x288a12[_0x3e47cc(0xcb)][_0x3e47cc(0xfc)](_0x4eb1eb=>{const _0x4d2ce9=_0x3e47cc,_0x21f465=Array[_0x4d2ce9(0xc7)](_0x5334ef[_0x4d2ce9(0x121)]())[_0x4d2ce9(0x123)](_0x1f92f3=>_0x2bc6b6[_0x4d2ce9(0xce)](_0x1f92f3));_0x4eb1eb[_0x4d2ce9(0x11e)](_0x1a8614),_0x288a12[_0x4d2ce9(0xd1)][_0x4d2ce9(0xef)](_0x4d2ce9(0xd0))[_0x4d2ce9(0xd6)](),_0x288a12[_0x4d2ce9(0x109)](_0x4d2ce9(0xd0),{'forceDefaultExecution':!0x0});const _0x775530=_0x21f465[_0x4d2ce9(0xda)](_0x176648=>_0x4d2ce9(0x10a)!=_0x176648[_0x4d2ce9(0x107)][_0x4d2ce9(0xd8)]);_0x775530[_0x4d2ce9(0x11f)]>0x0&&_0x4eb1eb[_0x4d2ce9(0x11e)](_0x775530);for(const _0x5754e9 of _0x21f465)_0x5754e9[_0x4d2ce9(0x114)]();});});for(const _0x358e5c of[_0x5eb84e(0x108),_0x5eb84e(0xe2),_0x5eb84e(0xee),_0x5eb84e(0xf1)]){const _0x1612a6=_0x288a12[_0x5eb84e(0xd1)][_0x5eb84e(0xef)](_0x358e5c);_0x1612a6['on'](_0x5eb84e(0x120),(_0x2eb165,_0x415be9,_0x5296b2)=>{const _0x4abdec=_0x5eb84e;if(_0x5296b2){const _0x20990b=_0x288a12[_0x4abdec(0xcb)][_0x4abdec(0x110)][_0x4abdec(0xd2)][_0x4abdec(0xea)]()[_0x4abdec(0x10b)]()[_0x4abdec(0xe8)](_0x497073=>_0x497073['is'](_0x4abdec(0x106),_0x4abdec(0xc8)));this[_0x4abdec(0xe9)](_0x1612a6[_0x4abdec(0xed)],_0x20990b)||(_0x2eb165[_0x4abdec(0xf0)]=!0x1,_0x2eb165[_0x4abdec(0x101)]());}},{'priority':_0x5eb84e(0x117)});}}[_0x57f812(0x115)](){const _0x43f09e=_0x57f812,_0x222cd8=this[_0x43f09e(0xe4)][_0x43f09e(0xd1)][_0x43f09e(0xef)](_0x43f09e(0xd0)),_0x2518d7=this[_0x43f09e(0xe4)][_0x43f09e(0x122)][_0x43f09e(0xef)](_0x43f09e(0xdb));if(!_0x222cd8[_0x43f09e(0xd9)])return!0x1;const _0x51cfd6=_0x2518d7[_0x43f09e(0xc6)](this[_0x43f09e(0xe4)][_0x43f09e(0xcb)][_0x43f09e(0x110)][_0x43f09e(0xd2)]);for(const _0x956b55 of _0x51cfd6)for(const _0x46ce7e of _0x51cfd6)if(_0x956b55!=_0x46ce7e&&!this[_0x43f09e(0xe9)](_0x956b55,_0x46ce7e))return!0x1;return!0x0;}[_0x57f812(0xe9)](_0x2c9319,_0x4be15f){const _0x2550f7=_0x57f812,_0x1aa402=this[_0x2550f7(0xe4)][_0x2550f7(0x122)][_0x2550f7(0xef)](_0x2550f7(0x126)),_0x56a6ab=this[_0x2550f7(0xe4)][_0x2550f7(0xcb)][_0x2550f7(0xc9)](_0x2c9319),_0x9b149=this[_0x2550f7(0xe4)][_0x2550f7(0xcb)][_0x2550f7(0xc9)](_0x4be15f),_0x481df8=new Set(),_0x8881cb=new Set();for(const _0x2d389d of _0x1aa402[_0x2550f7(0x111)]())if((_0x2550f7(0xf7)==_0x2d389d[_0x2550f7(0x11b)]||_0x2550f7(0x11d)==_0x2d389d[_0x2550f7(0x11b)]||_0x2550f7(0xd0)==_0x2d389d[_0x2550f7(0x10e)])&&_0x2d389d[_0x2550f7(0x10d)]){for(const _0x17fe08 of _0x2d389d[_0x2550f7(0x121)]())_0x17fe08[_0x2550f7(0xd3)](_0x56a6ab,!0x0)&&_0x481df8[_0x2550f7(0x113)](_0x2d389d[_0x2550f7(0x11b)]+':'+_0x2d389d[_0x2550f7(0x10f)]['id']),_0x17fe08[_0x2550f7(0xd3)](_0x9b149,!0x0)&&_0x8881cb[_0x2550f7(0x113)](_0x2d389d[_0x2550f7(0x11b)]+':'+_0x2d389d[_0x2550f7(0x10f)]['id']);}if(_0x481df8[_0x2550f7(0x128)]!=_0x8881cb[_0x2550f7(0x128)])return!0x1;for(const _0x31ece2 of _0x481df8)if(!_0x8881cb[_0x2550f7(0xfb)](_0x31ece2))return!0x1;return!0x0;}}
|
|
23
|
+
const _0x3d9b4c=_0x34bb;(function(_0x42ec79,_0xe5321d){const _0x2d8405=_0x34bb,_0x499ced=_0x42ec79();while(!![]){try{const _0x1425d3=parseInt(_0x2d8405(0x18b))/0x1+-parseInt(_0x2d8405(0x16f))/0x2*(-parseInt(_0x2d8405(0x197))/0x3)+-parseInt(_0x2d8405(0x191))/0x4*(-parseInt(_0x2d8405(0x186))/0x5)+parseInt(_0x2d8405(0x17f))/0x6*(-parseInt(_0x2d8405(0x15f))/0x7)+-parseInt(_0x2d8405(0x14b))/0x8*(-parseInt(_0x2d8405(0x188))/0x9)+parseInt(_0x2d8405(0x1a8))/0xa+parseInt(_0x2d8405(0x16b))/0xb*(-parseInt(_0x2d8405(0x1a4))/0xc);if(_0x1425d3===_0xe5321d)break;else _0x499ced['push'](_0x499ced['shift']());}catch(_0x2a9dbf){_0x499ced['push'](_0x499ced['shift']());}}}(_0x2d79,0x49dee));function _0x34bb(_0xe1f080,_0x1896f5){const _0x2d798f=_0x2d79();return _0x34bb=function(_0x34bb10,_0xcfd6df){_0x34bb10=_0x34bb10-0x14a;let _0x284b65=_0x2d798f[_0x34bb10];return _0x284b65;},_0x34bb(_0xe1f080,_0x1896f5);}import{Plugin as _0x1e0b67}from'ckeditor5/src/core.js';function _0x2d79(){const _0x59cff3=['locale','6zJTULG','tableCell','splitTableCellVertically','commands','getCellLocation','findAncestor','trackChanges','rootName','*Merge\x20cells*','highest','value','execute','accept','23964NkUGbW','has','model','afterInit','3761110SvNBfv','deletion','getFirstPosition','isInContent','stop','mergeTableCellRight','formatBlock','commandName','872RiuGrZ','descriptionFactory','mergeTableCellUp','_areMergableCells','from','author','direction','cell','find','enableCommand','mergeTableCells','change','document','registerCustomCallback','refresh','map','selection','format','type','add','477372SksmmM','TableUtils','setSelection','registerDescriptionCallback','filter','editor','plugins','_areSelectedCellsMergable','get','*Split\x20cell:*\x20horizontally','formatInline','createTableWalker','5027wbvGsJ','horizontally','root','_acceptFormatSuggestionCallbackFactory','49722JuZAxe','requires','length','return','getAncestors','mergeTableCellLeft','push','insertion','size','TableEditing','set:isEnabled','detach','subType','isEnabled','mergeTableCellDown','splitTableCellHorizontally','42Vaclrc','forceDefaultExecution','low','$graveyard','_isForcedDefaultExecutionBlock','markMultiRangeBlockFormat','getSelectionAffectedTableCells','15nXQOmF','containsRange','46899cxvJKf','element','markBlockFormat','493477mrZbdm','_suggestionFactory','_tablePostFixingSubtypes','createRangeOn','TrackChangesEditing','*Split\x20cell:*\x20vertically','273688rTaTAM','fromRange','getRanges','getSuggestions','table'];_0x2d79=function(){return _0x59cff3;};return _0x2d79();}import _0x3e2eb1 from'./table.js';import{LiveRange as _0x1d370e}from'ckeditor5/src/engine.js';import{getTranslation as _0x82376b}from'../utils/common-translations.js';export default class vt extends _0x1e0b67{static get[_0x3d9b4c(0x170)](){return[_0x3e2eb1];}[_0x3d9b4c(0x1a7)](){const _0x2f34df=_0x3d9b4c,_0x3ce02f=this[_0x2f34df(0x164)],_0x25ffcb=_0x3ce02f[_0x2f34df(0x1a6)][_0x2f34df(0x157)][_0x2f34df(0x15b)],_0x231c95=_0x3ce02f[_0x2f34df(0x196)];if(!_0x3ce02f[_0x2f34df(0x165)][_0x2f34df(0x1a5)](_0x2f34df(0x178)))return;const _0x24b9de=_0x3ce02f[_0x2f34df(0x165)][_0x2f34df(0x167)](_0x2f34df(0x18f)),_0x11f786=_0x3ce02f[_0x2f34df(0x165)][_0x2f34df(0x167)](_0x2f34df(0x160)),_0x348017=_0x3ce02f[_0x2f34df(0x165)][_0x2f34df(0x167)](_0x3e2eb1);_0x348017[_0x2f34df(0x18d)][_0x2f34df(0x175)](_0x2f34df(0x155)),_0x24b9de[_0x2f34df(0x154)](_0x2f34df(0x155),()=>{const _0x2423d0=_0x2f34df,_0x44f7b4=_0x11f786[_0x2423d0(0x185)](_0x3ce02f[_0x2423d0(0x1a6)][_0x2423d0(0x157)][_0x2423d0(0x15b)]);_0x3ce02f[_0x2423d0(0x1a6)][_0x2423d0(0x156)](()=>{const _0x463513=_0x2423d0;_0x24b9de[_0x463513(0x184)](_0x44f7b4,{'commandName':_0x463513(0x155),'commandParams':[]},[],_0x463513(0x155));});}),_0x3ce02f[_0x2f34df(0x19a)][_0x2f34df(0x167)](_0x2f34df(0x155))['on'](_0x2f34df(0x1a2),(_0x551f9f,_0x24fc26)=>{const _0x4ae988=_0x2f34df;_0x3ce02f[_0x4ae988(0x19a)][_0x4ae988(0x167)](_0x4ae988(0x19d))[_0x4ae988(0x1a1)]&&(_0x24fc26[_0x4ae988(0x171)]>0x0&&_0x24fc26[_0x24fc26[_0x4ae988(0x171)]-0x1]&&_0x24fc26[_0x24fc26[_0x4ae988(0x171)]-0x1][_0x4ae988(0x180)]||_0x24b9de[_0x4ae988(0x183)]||this[_0x4ae988(0x166)]()||_0x551f9f[_0x4ae988(0x1ac)]());},{'priority':_0x2f34df(0x1a0)});for(const _0x115280 of[_0x2f34df(0x14d),_0x2f34df(0x1ad),_0x2f34df(0x17d),_0x2f34df(0x174)]){const _0x3b5348=_0x3ce02f[_0x2f34df(0x19a)][_0x2f34df(0x167)](_0x115280);_0x24b9de[_0x2f34df(0x154)](_0x115280,()=>{const _0x271491=_0x2f34df,_0x2d3742=_0x3ce02f[_0x271491(0x1a6)][_0x271491(0x157)][_0x271491(0x15b)][_0x271491(0x1aa)]()[_0x271491(0x173)]()[_0x271491(0x153)](_0x527bf1=>_0x527bf1['is'](_0x271491(0x189),_0x271491(0x198))),_0x3c74fd=_0x3b5348[_0x271491(0x1a1)];_0x3ce02f[_0x271491(0x1a6)][_0x271491(0x156)](()=>{const _0x2615f8=_0x271491;_0x24b9de[_0x2615f8(0x184)]([_0x2d3742,_0x3c74fd],{'commandName':_0x2615f8(0x155),'commandParams':[]},[],_0x2615f8(0x155));});});}for(const _0x264789 of[_0x2f34df(0x199),_0x2f34df(0x17e)]){const _0x49def8=_0x3ce02f[_0x2f34df(0x19a)][_0x2f34df(0x167)](_0x264789);_0x24b9de[_0x2f34df(0x154)](_0x264789,()=>{const _0x52bb08=_0x2f34df,_0x64233f=_0x11f786[_0x52bb08(0x185)](_0x3ce02f[_0x52bb08(0x1a6)][_0x52bb08(0x157)][_0x52bb08(0x15b)])[0x0],_0x54f193=_0x64233f[_0x52bb08(0x19c)](_0x52bb08(0x195)),{column:_0x31fe79,row:_0xa41ab0}=_0x11f786[_0x52bb08(0x19b)](_0x64233f);let _0x30e3a0=[];if(_0x52bb08(0x16c)==_0x49def8[_0x52bb08(0x151)]){const _0x59af87=_0x11f786[_0x52bb08(0x16a)](_0x54f193,{'startRow':_0xa41ab0,'endRow':_0xa41ab0,'includeAllSlots':!0x0});_0x30e3a0=Array[_0x52bb08(0x14f)](_0x59af87)[_0x52bb08(0x15a)](_0x1b7a23=>_0x1b7a23[_0x52bb08(0x152)]);}else{const _0x2e6f8c=_0x11f786[_0x52bb08(0x16a)](_0x54f193,{'column':_0x31fe79,'includeAllSlots':!0x0});_0x30e3a0=Array[_0x52bb08(0x14f)](_0x2e6f8c)[_0x52bb08(0x15a)](_0x5e7c55=>_0x5e7c55[_0x52bb08(0x152)]);}_0x3ce02f[_0x52bb08(0x1a6)][_0x52bb08(0x156)](_0x45ab01=>{const _0x44e582=_0x52bb08;_0x24b9de[_0x44e582(0x18a)](_0x45ab01[_0x44e582(0x18e)](_0x64233f),{'commandName':_0x264789,'commandParams':[]},_0x30e3a0,_0x264789);});});}_0x24b9de[_0x2f34df(0x14c)][_0x2f34df(0x162)](_0x419d37=>{const _0x2110e8=_0x2f34df;if(_0x2110e8(0x1ae)!=_0x419d37[_0x2110e8(0x15d)]&&_0x2110e8(0x169)!=_0x419d37[_0x2110e8(0x15d)])return;const {data:_0x510f6a}=_0x419d37;return _0x510f6a&&_0x2110e8(0x155)==_0x510f6a[_0x2110e8(0x14a)]?{'type':_0x2110e8(0x15c),'content':_0x82376b(_0x231c95,_0x2110e8(0x19f))}:void 0x0;}),_0x24b9de[_0x2f34df(0x14c)][_0x2f34df(0x162)](_0x4f8565=>{const _0x3bf967=_0x2f34df;if(_0x3bf967(0x1ae)!=_0x4f8565[_0x3bf967(0x15d)]&&_0x3bf967(0x169)!=_0x4f8565[_0x3bf967(0x15d)])return;const {data:_0x2806c6}=_0x4f8565;return _0x2806c6?_0x3bf967(0x199)==_0x2806c6[_0x3bf967(0x14a)]?{'type':_0x3bf967(0x15c),'content':_0x82376b(_0x231c95,_0x3bf967(0x190))}:_0x3bf967(0x17e)==_0x2806c6[_0x3bf967(0x14a)]?{'type':_0x3bf967(0x15c),'content':_0x82376b(_0x231c95,_0x3bf967(0x168))}:void 0x0:void 0x0;});const _0x1ba295=_0x348017[_0x2f34df(0x16e)]();for(const _0x390a8b of[_0x2f34df(0x14d),_0x2f34df(0x1ad),_0x2f34df(0x17d),_0x2f34df(0x174)])_0x24b9de[_0x2f34df(0x18c)][_0x2f34df(0x158)](_0x2f34df(0x1ae),_0x390a8b,_0x2f34df(0x1a3),_0x1ba295);for(const _0x359ac0 of[_0x2f34df(0x199),_0x2f34df(0x17e)])_0x24b9de[_0x2f34df(0x18c)][_0x2f34df(0x158)](_0x2f34df(0x1ae),_0x359ac0,_0x2f34df(0x1a3),_0x1ba295);_0x24b9de[_0x2f34df(0x18c)][_0x2f34df(0x158)](_0x2f34df(0x1ae),_0x2f34df(0x155),_0x2f34df(0x1a3),_0x1b1645=>{const _0x11c63c=_0x2f34df;_0x3ce02f[_0x11c63c(0x1a6)][_0x11c63c(0x156)](_0x473ad9=>{const _0x34b18b=_0x11c63c,_0x2a89fb=Array[_0x34b18b(0x14f)](_0x25ffcb[_0x34b18b(0x193)]())[_0x34b18b(0x15a)](_0x3e5371=>_0x1d370e[_0x34b18b(0x192)](_0x3e5371));_0x473ad9[_0x34b18b(0x161)](_0x1b1645),_0x3ce02f[_0x34b18b(0x19a)][_0x34b18b(0x167)](_0x34b18b(0x155))[_0x34b18b(0x159)](),_0x3ce02f[_0x34b18b(0x1a2)](_0x34b18b(0x155),{'forceDefaultExecution':!0x0});const _0x12a4ab=_0x2a89fb[_0x34b18b(0x163)](_0x47082f=>_0x34b18b(0x182)!=_0x47082f[_0x34b18b(0x16d)][_0x34b18b(0x19e)]);_0x12a4ab[_0x34b18b(0x171)]>0x0&&_0x473ad9[_0x34b18b(0x161)](_0x12a4ab);for(const _0x1b59aa of _0x2a89fb)_0x1b59aa[_0x34b18b(0x17a)]();});});for(const _0x5f4463 of[_0x2f34df(0x14d),_0x2f34df(0x17d),_0x2f34df(0x174),_0x2f34df(0x1ad)]){const _0x3eb956=_0x3ce02f[_0x2f34df(0x19a)][_0x2f34df(0x167)](_0x5f4463);_0x3eb956['on'](_0x2f34df(0x179),(_0x255005,_0x38178c,_0x1955fd)=>{const _0x3437d2=_0x2f34df;if(_0x1955fd){const _0x1dbc71=_0x3ce02f[_0x3437d2(0x1a6)][_0x3437d2(0x157)][_0x3437d2(0x15b)][_0x3437d2(0x1aa)]()[_0x3437d2(0x173)]()[_0x3437d2(0x153)](_0x1ae420=>_0x1ae420['is'](_0x3437d2(0x189),_0x3437d2(0x198)));this[_0x3437d2(0x14e)](_0x3eb956[_0x3437d2(0x1a1)],_0x1dbc71)||(_0x255005[_0x3437d2(0x172)]=!0x1,_0x255005[_0x3437d2(0x1ac)]());}},{'priority':_0x2f34df(0x181)});}}[_0x3d9b4c(0x166)](){const _0x4803a4=_0x3d9b4c,_0x393bf9=this[_0x4803a4(0x164)][_0x4803a4(0x19a)][_0x4803a4(0x167)](_0x4803a4(0x155)),_0x5d0450=this[_0x4803a4(0x164)][_0x4803a4(0x165)][_0x4803a4(0x167)](_0x4803a4(0x160));if(!_0x393bf9[_0x4803a4(0x17c)])return!0x1;const _0x1e46e3=_0x5d0450[_0x4803a4(0x185)](this[_0x4803a4(0x164)][_0x4803a4(0x1a6)][_0x4803a4(0x157)][_0x4803a4(0x15b)]);for(const _0x2945b7 of _0x1e46e3)for(const _0x1ee8e8 of _0x1e46e3)if(_0x2945b7!=_0x1ee8e8&&!this[_0x4803a4(0x14e)](_0x2945b7,_0x1ee8e8))return!0x1;return!0x0;}[_0x3d9b4c(0x14e)](_0x4abc88,_0x5a2bcd){const _0x184a1b=_0x3d9b4c,_0x40250e=this[_0x184a1b(0x164)][_0x184a1b(0x165)][_0x184a1b(0x167)](_0x184a1b(0x18f)),_0x36e62f=this[_0x184a1b(0x164)][_0x184a1b(0x1a6)][_0x184a1b(0x18e)](_0x4abc88),_0x2b53ec=this[_0x184a1b(0x164)][_0x184a1b(0x1a6)][_0x184a1b(0x18e)](_0x5a2bcd),_0x1df1ea=new Set(),_0x518bba=new Set();for(const _0x29bb04 of _0x40250e[_0x184a1b(0x194)]())if((_0x184a1b(0x176)==_0x29bb04[_0x184a1b(0x15d)]||_0x184a1b(0x1a9)==_0x29bb04[_0x184a1b(0x15d)]||_0x184a1b(0x155)==_0x29bb04[_0x184a1b(0x17b)])&&_0x29bb04[_0x184a1b(0x1ab)]){for(const _0x450a72 of _0x29bb04[_0x184a1b(0x193)]())_0x450a72[_0x184a1b(0x187)](_0x36e62f,!0x0)&&_0x1df1ea[_0x184a1b(0x15e)](_0x29bb04[_0x184a1b(0x15d)]+':'+_0x29bb04[_0x184a1b(0x150)]['id']),_0x450a72[_0x184a1b(0x187)](_0x2b53ec,!0x0)&&_0x518bba[_0x184a1b(0x15e)](_0x29bb04[_0x184a1b(0x15d)]+':'+_0x29bb04[_0x184a1b(0x150)]['id']);}if(_0x1df1ea[_0x184a1b(0x177)]!=_0x518bba[_0x184a1b(0x177)])return!0x1;for(const _0x523c39 of _0x1df1ea)if(!_0x518bba[_0x184a1b(0x1a5)](_0x523c39))return!0x1;return!0x0;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2fe3d9=_0x4644;(function(_0x5420ce,_0x2126aa){const _0x3e8b3d=_0x4644,_0x3b493c=_0x5420ce();while(!![]){try{const _0x589bce=parseInt(_0x3e8b3d(0xdd))/0x1*(-parseInt(_0x3e8b3d(0xe4))/0x2)+parseInt(_0x3e8b3d(0xe3))/0x3+parseInt(_0x3e8b3d(0xdb))/0x4+-parseInt(_0x3e8b3d(0xee))/0x5+-parseInt(_0x3e8b3d(0xdc))/0x6*(-parseInt(_0x3e8b3d(0xef))/0x7)+parseInt(_0x3e8b3d(0xe9))/0x8+-parseInt(_0x3e8b3d(0xea))/0x9*(parseInt(_0x3e8b3d(0xe8))/0xa);if(_0x589bce===_0x2126aa)break;else _0x3b493c['push'](_0x3b493c['shift']());}catch(_0x452150){_0x3b493c['push'](_0x3b493c['shift']());}}}(_0x5e5c,0xe55f4));import{Plugin as _0x4a85d0}from'ckeditor5/src/core.js';function _0x4644(_0x119166,_0x51941d){const _0x5e5cb2=_0x5e5c();return _0x4644=function(_0x464477,_0x592b4e){_0x464477=_0x464477-0xda;let _0x277238=_0x5e5cb2[_0x464477];return _0x277238;},_0x4644(_0x119166,_0x51941d);}import{getTranslation as _0x2525b3}from'../utils/common-translations.js';function _0x5e5c(){const _0xf604f7=['643699BqlWwY','enableCommand','TrackChangesEditing','5077148cpvhSy','54gcjJDE','2cgweAv','commands','get','locale','tableOfContents','editor','1344435HBdhkq','1512374CukuiR','descriptionFactory','insertTableOfContents','registerElementLabel','19410tpIXWO','8086816VLkuIq','4293aVqrbh','afterInit','plugins','ELEMENT_TABLE_OF_CONTENTS','890790Ccgmnx'];_0x5e5c=function(){return _0xf604f7;};return _0x5e5c();}export default class Mt extends _0x4a85d0{[_0x2fe3d9(0xeb)](){const _0x3d5b89=_0x2fe3d9,_0x354af2=this[_0x3d5b89(0xe2)];if(!_0x354af2[_0x3d5b89(0xde)][_0x3d5b89(0xdf)](_0x3d5b89(0xe6)))return;_0x354af2[_0x3d5b89(0xec)][_0x3d5b89(0xdf)](_0x3d5b89(0xda))[_0x3d5b89(0xf0)](_0x3d5b89(0xe6));const _0x19163a=_0x354af2[_0x3d5b89(0xec)][_0x3d5b89(0xdf)](_0x3d5b89(0xda)),_0x1c973d=_0x354af2[_0x3d5b89(0xe0)];_0x19163a[_0x3d5b89(0xe5)][_0x3d5b89(0xe7)](_0x3d5b89(0xe1),_0x5a93e6=>_0x2525b3(_0x1c973d,_0x3d5b89(0xed),_0x5a93e6));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x21a1fd=_0x4793;function _0x4793(_0x5d7efb,_0x793357){const _0x32bcc5=_0x32bc();return _0x4793=function(_0x47937a,_0x2aac32){_0x47937a=_0x47937a-0x195;let _0x3ee74d=_0x32bcc5[_0x47937a];return _0x3ee74d;},_0x4793(_0x5d7efb,_0x793357);}(function(_0x262438,_0x42c6c3){const _0x977662=_0x4793,_0x21ea56=_0x262438();while(!![]){try{const _0xe7f6df=parseInt(_0x977662(0x1d2))/0x1*(parseInt(_0x977662(0x1a9))/0x2)+parseInt(_0x977662(0x1a7))/0x3*(-parseInt(_0x977662(0x1e0))/0x4)+parseInt(_0x977662(0x1b3))/0x5+-parseInt(_0x977662(0x1b5))/0x6+-parseInt(_0x977662(0x1a4))/0x7+-parseInt(_0x977662(0x19b))/0x8*(parseInt(_0x977662(0x1b8))/0x9)+parseInt(_0x977662(0x1db))/0xa*(parseInt(_0x977662(0x1d0))/0xb);if(_0xe7f6df===_0x42c6c3)break;else _0x21ea56['push'](_0x21ea56['shift']());}catch(_0xe283ed){_0x21ea56['push'](_0x21ea56['shift']());}}}(_0x32bc,0xc856b));import{Plugin as _0xbb4d81}from'ckeditor5/src/core.js';import{getTranslation as _0x408bd5}from'../utils/common-translations.js';function _0x32bc(){const _0x9ccd6=['2964995aAPchG','TableUtils','5392176NuoWHa','data','tableProperties','44559WmIePO','nodeAfter','_getSuggestion','tableCellVerticalAlignment','tableCellHeight','tableCellBorderStyle','tableBackgroundColor','get','tableCellProperties','tableHeight','*Format:*\x20change\x20table\x20properties','enableCommand','start','TablePropertiesEditing','getSuggestionCallback','editor','format','afterInit','has','tableCellBorderColor','tableCellWidth','getSuggestions','markBlockFormat','pluginName','22121pqIWLV','accept','4dbjDlS','removeAttribute','selection','getSelectionAffectedTableCells','tableCellHorizontalAlignment','getFirstPosition','formatBlock','tableWidth','setAttribute','15890WYndnZ','document','table','plugins','tableBorderStyle','4yKgjLV','enqueueChange','change','tableBorderColor','tableCellPadding','getAttribute','handleSuggestionDescription','TrackChangesEditing','discard','*Format:*\x20change\x20table\x20cell\x20properties','1992VllBLR','TrackChangesTableProperties','TableCellPropertiesEditing','tableCellBorderWidth','batch','tableBorderWidth','model','_handlePropertyChange','descriptionFactory','10857847mkThRl','tableCellBackgroundColor','join','2076597IdVrbe','handleDiscardAction','703462WSVoaO','getContainedElement','subType','tableAlignment','locale','registerDescriptionCallback','registerCustomCallback','findAncestor','commandParams','_suggestionFactory'];_0x32bc=function(){return _0x9ccd6;};return _0x32bc();}export default class Rt extends _0xbb4d81{constructor(_0x5af7c2){const _0x350966=_0x4793;super(_0x5af7c2),this[_0x350966(0x1b7)]=[_0x350966(0x1e3),_0x350966(0x1df),_0x350966(0x1a0),_0x350966(0x1ac),_0x350966(0x1d9),_0x350966(0x1c1),_0x350966(0x1be)],this[_0x350966(0x1c0)]=[_0x350966(0x1cb),_0x350966(0x1bd),_0x350966(0x19e),_0x350966(0x195),_0x350966(0x1cc),_0x350966(0x1bc),_0x350966(0x1a5),_0x350966(0x1d6),_0x350966(0x1bb)];}static get[_0x21a1fd(0x1cf)](){const _0x55e21e=_0x21a1fd;return _0x55e21e(0x19c);}[_0x21a1fd(0x1c9)](){const _0xe15e81=_0x21a1fd,_0x31d6c3=this[_0xe15e81(0x1c7)][_0xe15e81(0x1de)][_0xe15e81(0x1bf)](_0xe15e81(0x198));if(this[_0xe15e81(0x1c7)][_0xe15e81(0x1de)][_0xe15e81(0x1ca)](_0xe15e81(0x1c5))){for(const _0x165f48 of this[_0xe15e81(0x1b7)])_0x31d6c3[_0xe15e81(0x1c3)](_0x165f48,(_0x59f808,_0x78f21d)=>{const _0x56d777=_0xe15e81,_0x5f10f0=this[_0x56d777(0x1c7)][_0x56d777(0x1a1)][_0x56d777(0x1dc)][_0x56d777(0x1d4)][_0x56d777(0x1d7)]()[_0x56d777(0x1b0)](_0x56d777(0x1dd));this[_0x56d777(0x1a2)](_0x165f48,[_0x5f10f0],this[_0x56d777(0x1b7)],_0x56d777(0x1b7),_0x59f808,_0x78f21d);});_0x31d6c3[_0xe15e81(0x1b2)][_0xe15e81(0x1af)](_0xe15e81(0x1d8),_0xe15e81(0x1b7),_0xe15e81(0x1d1),_0x31d6c3[_0xe15e81(0x1b2)][_0xe15e81(0x1c6)](_0xe15e81(0x1d8),null,_0xe15e81(0x199))),_0x31d6c3[_0xe15e81(0x1b2)][_0xe15e81(0x1af)](_0xe15e81(0x1d8),_0xe15e81(0x1b7),_0xe15e81(0x199),(_0x274d4b,_0x361958)=>this[_0xe15e81(0x1a8)](this[_0xe15e81(0x1b7)],_0x274d4b,_0x361958)),_0x31d6c3[_0xe15e81(0x1b2)][_0xe15e81(0x1af)](_0xe15e81(0x1d8),_0xe15e81(0x1b7),_0xe15e81(0x1a6),()=>!0x1);}if(this[_0xe15e81(0x1c7)][_0xe15e81(0x1de)][_0xe15e81(0x1ca)](_0xe15e81(0x19d))){for(const _0x282863 of this[_0xe15e81(0x1c0)])_0x31d6c3[_0xe15e81(0x1c3)](_0x282863,(_0x2cde68,_0x56e550)=>{const _0xfcd615=_0xe15e81,_0x13b0a3=this[_0xfcd615(0x1c7)][_0xfcd615(0x1de)][_0xfcd615(0x1bf)](_0xfcd615(0x1b4))[_0xfcd615(0x1d5)](this[_0xfcd615(0x1c7)][_0xfcd615(0x1a1)][_0xfcd615(0x1dc)][_0xfcd615(0x1d4)]);this[_0xfcd615(0x1a2)](_0x282863,_0x13b0a3,this[_0xfcd615(0x1c0)],_0xfcd615(0x1c0),_0x2cde68,_0x56e550);});_0x31d6c3[_0xe15e81(0x1b2)][_0xe15e81(0x1af)](_0xe15e81(0x1d8),_0xe15e81(0x1c0),_0xe15e81(0x1d1),_0x31d6c3[_0xe15e81(0x1b2)][_0xe15e81(0x1c6)](_0xe15e81(0x1d8),null,_0xe15e81(0x199))),_0x31d6c3[_0xe15e81(0x1b2)][_0xe15e81(0x1af)](_0xe15e81(0x1d8),_0xe15e81(0x1c0),_0xe15e81(0x199),(_0x79d86f,_0x43d3dd)=>this[_0xe15e81(0x1a8)](this[_0xe15e81(0x1c0)],_0x79d86f,_0x43d3dd)),_0x31d6c3[_0xe15e81(0x1b2)][_0xe15e81(0x1af)](_0xe15e81(0x1d8),_0xe15e81(0x1c0),_0xe15e81(0x1a6),()=>!0x1);}_0x31d6c3[_0xe15e81(0x1a3)][_0xe15e81(0x1ae)](_0x13660c=>this[_0xe15e81(0x197)](_0x13660c));}[_0x21a1fd(0x1a2)](_0x181ff2,_0x174974,_0xec339e,_0x356ab7,_0x433243,_0xa1f16e){const _0x2459bd=_0x21a1fd,_0x139d9f=this[_0x2459bd(0x1c7)][_0x2459bd(0x1de)][_0x2459bd(0x1bf)](_0x2459bd(0x198));this[_0x2459bd(0x1c7)][_0x2459bd(0x1a1)][_0x2459bd(0x1e1)](_0xa1f16e[_0x2459bd(0x19f)],()=>{const _0x2dfd09=_0x2459bd;for(const _0x3dc98e of _0x174974){if(this[_0x2dfd09(0x1ba)](_0x3dc98e,_0x356ab7))_0x433243(_0xa1f16e);else{const _0x1fc379={};for(const _0x2acdbf of _0xec339e){const _0x43a1b2=_0x3dc98e[_0x2dfd09(0x196)](_0x2acdbf);void 0x0!==_0x43a1b2&&(_0x1fc379[_0x2acdbf]=_0x43a1b2);}_0x433243(_0xa1f16e),_0x139d9f[_0x2dfd09(0x1ce)](_0x3dc98e,{'commandParams':[_0x1fc379]},[],_0x356ab7);}}});}[_0x21a1fd(0x1a8)](_0x5897f0,_0x25eaf6,_0x1253e1){const _0x4fb61d=_0x21a1fd,_0x43ca90=_0x25eaf6[0x0][_0x4fb61d(0x1c4)][_0x4fb61d(0x1b9)],_0x3bc3b1=_0x1253e1[_0x4fb61d(0x1b1)][0x0];this[_0x4fb61d(0x1c7)][_0x4fb61d(0x1a1)][_0x4fb61d(0x1e2)](_0x3b4476=>{const _0x3fbc98=_0x4fb61d;for(const _0x49df95 of _0x5897f0)void 0x0!==_0x3bc3b1[_0x49df95]?_0x3b4476[_0x3fbc98(0x1da)](_0x49df95,_0x3bc3b1[_0x49df95],_0x43ca90):_0x3b4476[_0x3fbc98(0x1d3)](_0x49df95,_0x43ca90);});}[_0x21a1fd(0x197)](_0x12d93b){const _0x4dbb43=_0x21a1fd;if(_0x12d93b[_0x4dbb43(0x1b6)])switch(_0x12d93b[_0x4dbb43(0x1ab)]){case _0x4dbb43(0x1b7):return{'type':_0x4dbb43(0x1c8),'content':_0x408bd5(this[_0x4dbb43(0x1c7)][_0x4dbb43(0x1ad)],_0x4dbb43(0x1c2))};case _0x4dbb43(0x1c0):return{'type':_0x4dbb43(0x1c8),'content':_0x408bd5(this[_0x4dbb43(0x1c7)][_0x4dbb43(0x1ad)],_0x4dbb43(0x19a))};}}[_0x21a1fd(0x1ba)](_0x223e95,_0x515a28){const _0x2e93d3=_0x21a1fd,_0x12ad62=this[_0x2e93d3(0x1c7)][_0x2e93d3(0x1de)][_0x2e93d3(0x1bf)](_0x2e93d3(0x198));for(const _0x39bdef of _0x12ad62[_0x2e93d3(0x1cd)]({'skipNotAttached':!0x0})){const _0x3a0363=_0x39bdef[_0x2e93d3(0x1aa)]();if(_0x39bdef[_0x2e93d3(0x1ab)]===_0x515a28&&_0x3a0363===_0x223e95)return _0x39bdef;}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2d36(){const _0x433476=['7dzdcXU','Template','40172TPUcQd','insertTemplate','104svFuhE','9TsDrdM','afterInit','get','has','3649840zvKIHJ','107955ffelrH','TrackChangesEditing','2007940JbNoHA','plugins','742250MgiljD','963858NMsFth','editor','150VTjYra','6652080guCDTT','enableCommand','3FLeOTr'];_0x2d36=function(){return _0x433476;};return _0x2d36();}const _0x4b2126=_0x2820;function _0x2820(_0x4160b6,_0x53b219){const _0x2d3601=_0x2d36();return _0x2820=function(_0x2820c9,_0x463230){_0x2820c9=_0x2820c9-0x140;let _0x125cf8=_0x2d3601[_0x2820c9];return _0x125cf8;},_0x2820(_0x4160b6,_0x53b219);}(function(_0x21a958,_0x360fc2){const _0x32c8bb=_0x2820,_0x155af7=_0x21a958();while(!![]){try{const _0x185270=parseInt(_0x32c8bb(0x14a))/0x1+-parseInt(_0x32c8bb(0x148))/0x2*(parseInt(_0x32c8bb(0x150))/0x3)+parseInt(_0x32c8bb(0x140))/0x4*(parseInt(_0x32c8bb(0x146))/0x5)+parseInt(_0x32c8bb(0x14b))/0x6*(parseInt(_0x32c8bb(0x151))/0x7)+parseInt(_0x32c8bb(0x145))/0x8*(-parseInt(_0x32c8bb(0x141))/0x9)+parseInt(_0x32c8bb(0x14d))/0xa*(-parseInt(_0x32c8bb(0x153))/0xb)+parseInt(_0x32c8bb(0x14e))/0xc;if(_0x185270===_0x360fc2)break;else _0x155af7['push'](_0x155af7['shift']());}catch(_0x5a93a8){_0x155af7['push'](_0x155af7['shift']());}}}(_0x2d36,0x7af43));import{Plugin as _0x5079d9}from'ckeditor5/src/core.js';export default class Dt extends _0x5079d9{[_0x4b2126(0x142)](){const _0x256a6b=_0x4b2126,_0x48d757=this[_0x256a6b(0x14c)];_0x48d757[_0x256a6b(0x149)][_0x256a6b(0x144)](_0x256a6b(0x152))&&_0x48d757[_0x256a6b(0x149)][_0x256a6b(0x143)](_0x256a6b(0x147))[_0x256a6b(0x14f)](_0x256a6b(0x154));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x519295=_0x1a4b;(function(_0x1a6734,_0x4bf612){const _0x4837ed=_0x1a4b,_0x320414=_0x1a6734();while(!![]){try{const _0xa476fb=parseInt(_0x4837ed(0x100))/0x1*(parseInt(_0x4837ed(0xef))/0x2)+parseInt(_0x4837ed(0x108))/0x3*(-parseInt(_0x4837ed(0x105))/0x4)+-parseInt(_0x4837ed(0xf7))/0x5+-parseInt(_0x4837ed(0xf2))/0x6+parseInt(_0x4837ed(0x101))/0x7+parseInt(_0x4837ed(0x103))/0x8*(-parseInt(_0x4837ed(0xfa))/0x9)+parseInt(_0x4837ed(0xfd))/0xa;if(_0xa476fb===_0x4bf612)break;else _0x320414['push'](_0x320414['shift']());}catch(_0x38ac11){_0x320414['push'](_0x320414['shift']());}}}(_0x2fa7,0x44c90));function _0x1a4b(_0xa10e59,_0x593406){const _0x2fa7d5=_0x2fa7();return _0x1a4b=function(_0x1a4bbe,_0x14e397){_0x1a4bbe=_0x1a4bbe-0xe9;let _0x47a822=_0x2fa7d5[_0x1a4bbe];return _0x47a822;},_0x1a4b(_0xa10e59,_0x593406);}import{Plugin as _0x422ea3}from'ckeditor5/src/core.js';import{getTranslation as _0x3f4150}from'../utils/common-translations.js';function _0x2fa7(){const _0x53e148=['2103822LeNqtu','createRange','56IerfHV','start','328MInnWU','has','descriptionFactory','16026IuPcPB','title-content','ELEMENT_TITLE','newRange','updateMarker','plugins','Title','locale','forward','suggestion','schema','getChangedMarkers','registerPostFixer','isCollapsed','element','isTouching','from','end','isEqual','2dOyJZs','editor','removeMarker','2155344sMHwKZ','TrackChangesEditing','_splitMarkerName','registerElementLabel','differ','2344880eirCKz','getNearestSelectionRange','afterInit','155808vuHsxR','nodeBefore','model','12587070JivSVH','get','document','109919yyYXJn'];_0x2fa7=function(){return _0x53e148;};return _0x2fa7();}export default class $t extends _0x422ea3{[_0x519295(0xf9)](){const _0x3cc1d3=_0x519295,_0x31b27a=this[_0x3cc1d3(0xf0)];if(!_0x31b27a[_0x3cc1d3(0x10d)][_0x3cc1d3(0x106)](_0x3cc1d3(0x10e)))return;const _0x1e92da=_0x31b27a[_0x3cc1d3(0x10d)][_0x3cc1d3(0xfe)](_0x3cc1d3(0xf3));_0x1e92da[_0x3cc1d3(0x107)][_0x3cc1d3(0xf5)](_0x3cc1d3(0x109),()=>_0x3f4150(_0x31b27a[_0x3cc1d3(0x10f)],_0x3cc1d3(0x10a))),_0x31b27a[_0x3cc1d3(0xfc)][_0x3cc1d3(0xff)][_0x3cc1d3(0x114)](_0x4ca3d8=>{const _0x5ba0b4=_0x3cc1d3;let _0x130031=!0x1;const _0x548a9d=Array[_0x5ba0b4(0xec)](_0x31b27a[_0x5ba0b4(0xfc)][_0x5ba0b4(0xff)][_0x5ba0b4(0xf6)][_0x5ba0b4(0x113)]());for(const {name:_0x48709c,data:_0x16c685}of _0x548a9d){const {group:_0xdd6da4}=_0x1e92da[_0x5ba0b4(0xf4)](_0x48709c);if(_0x5ba0b4(0x111)!==_0xdd6da4||!_0x16c685[_0x5ba0b4(0x10b)])continue;const _0x2bc550=_0x16c685[_0x5ba0b4(0x10b)],_0x5e6ae6=_0x2bc550[_0x5ba0b4(0xed)][_0x5ba0b4(0xfb)];if(!_0x5e6ae6||!_0x5e6ae6['is'](_0x5ba0b4(0xea),_0x5ba0b4(0x109)))continue;if(!_0x2bc550[_0x5ba0b4(0x104)][_0x5ba0b4(0xeb)](_0x2bc550[_0x5ba0b4(0xed)]))continue;const _0x375654=_0x31b27a[_0x5ba0b4(0xfc)][_0x5ba0b4(0x112)][_0x5ba0b4(0xf8)](_0x2bc550[_0x5ba0b4(0xed)],_0x5ba0b4(0x110));if(_0x375654&&_0x375654[_0x5ba0b4(0xe9)]){const _0x143842=_0x4ca3d8[_0x5ba0b4(0x102)](_0x2bc550[_0x5ba0b4(0x104)],_0x375654[_0x5ba0b4(0x104)]);_0x143842[_0x5ba0b4(0xee)](_0x2bc550)||(_0x4ca3d8[_0x5ba0b4(0x10c)](_0x48709c,{'range':_0x143842}),_0x130031=!0x0);}_0x130031||(_0x4ca3d8[_0x5ba0b4(0xf1)](_0x48709c),_0x130031=!0x0);}return _0x130031;});}}
|
package/src/integrations/undo.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3e53fa=_0x4bd3;function _0x5c72(){const _0x26b989=['379638QcEZtS','349208mqsDFu','afterInit','133wIKpLI','editor','1105670eeXAvk','plugins','undo','1036HmpJIw','470rnKJXb','197463tSdeQr','12WuFDFv','99JgIrBW','enableCommand','redo','100wcdnEY','402922iIZsZs','3947555wDJiXn','get','TrackChangesEditing','1OKxthg','UndoEditing','2363352PgcgXI','has'];_0x5c72=function(){return _0x26b989;};return _0x5c72();}function _0x4bd3(_0x201a2c,_0x3c6d40){const _0x5c7289=_0x5c72();return _0x4bd3=function(_0x4bd36e,_0x594be4){_0x4bd36e=_0x4bd36e-0x16a;let _0x36123a=_0x5c7289[_0x4bd36e];return _0x36123a;},_0x4bd3(_0x201a2c,_0x3c6d40);}(function(_0x5ef22c,_0x3f190e){const _0x157c82=_0x4bd3,_0x2ba80f=_0x5ef22c();while(!![]){try{const _0x59a2c7=parseInt(_0x157c82(0x16b))/0x1*(-parseInt(_0x157c82(0x174))/0x2)+parseInt(_0x157c82(0x179))/0x3*(parseInt(_0x157c82(0x17e))/0x4)+parseInt(_0x157c82(0x180))/0x5*(parseInt(_0x157c82(0x17a))/0x6)+parseInt(_0x157c82(0x172))/0x7*(parseInt(_0x157c82(0x170))/0x8)+-parseInt(_0x157c82(0x16f))/0x9*(parseInt(_0x157c82(0x178))/0xa)+-parseInt(_0x157c82(0x17b))/0xb*(-parseInt(_0x157c82(0x16d))/0xc)+-parseInt(_0x157c82(0x17f))/0xd*(parseInt(_0x157c82(0x177))/0xe);if(_0x59a2c7===_0x3f190e)break;else _0x2ba80f['push'](_0x2ba80f['shift']());}catch(_0x581a98){_0x2ba80f['push'](_0x2ba80f['shift']());}}}(_0x5c72,0xf386d));import{Plugin as _0x375412}from'ckeditor5/src/core.js';export default class Bt extends _0x375412{[_0x3e53fa(0x171)](){const _0x157863=_0x3e53fa,_0x47de61=this[_0x157863(0x173)],_0x521de8=_0x47de61[_0x157863(0x175)][_0x157863(0x181)](_0x157863(0x16a));_0x47de61[_0x157863(0x175)][_0x157863(0x16e)](_0x157863(0x16c))&&(_0x521de8[_0x157863(0x17c)](_0x157863(0x176)),_0x521de8[_0x157863(0x17c)](_0x157863(0x17d)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x513604,_0xe8ac71){const _0x55ad66=_0x374d,_0x21d631=_0x513604();while(!![]){try{const _0x3586df=-parseInt(_0x55ad66(0x86))/0x1+-parseInt(_0x55ad66(0x9a))/0x2+parseInt(_0x55ad66(0x73))/0x3+parseInt(_0x55ad66(0x87))/0x4+parseInt(_0x55ad66(0xa0))/0x5*(parseInt(_0x55ad66(0x7e))/0x6)+parseInt(_0x55ad66(0xa2))/0x7*(-parseInt(_0x55ad66(0x88))/0x8)+parseInt(_0x55ad66(0x98))/0x9;if(_0x3586df===_0xe8ac71)break;else _0x21d631['push'](_0x21d631['shift']());}catch(_0x27305c){_0x21d631['push'](_0x21d631['shift']());}}}(_0x4abf,0xf09ba));export function getRangesWithAttribute(_0x5c80c5,_0x50da4d,_0x4f3ae2){const _0x4b0e9b=_0x374d,_0x33e08e=[];for(const _0x24423a of _0x50da4d[_0x4b0e9b(0x78)]())_0x24423a[_0x4b0e9b(0x80)](_0x5c80c5)&&_0x33e08e[_0x4b0e9b(0x93)](_0x4f3ae2[_0x4b0e9b(0x7f)](_0x24423a));return _0x33e08e;}function _0x374d(_0x5d0843,_0xc8f66d){const _0x4abfaa=_0x4abf();return _0x374d=function(_0x374d09,_0x489d26){_0x374d09=_0x374d09-0x73;let _0x56b45e=_0x4abfaa[_0x374d09];return _0x56b45e;},_0x374d(_0x5d0843,_0xc8f66d);}export function downcastSplitMergeMarker(_0x5ad223,_0x354975,{showActiveMarker:_0x2b7833=!0x0}={}){const _0x271e72=_0x374d,_0x374e89=_0x5ad223[_0x271e72(0x8d)][_0x271e72(0x82)](_0x271e72(0x99));return(_0x194f54,_0xbbf5b0,_0x2ebae1)=>{const _0x574e8a=_0x271e72;if(!_0x2ebae1[_0x574e8a(0x83)][_0x574e8a(0x76)](_0xbbf5b0[_0x574e8a(0xa1)],_0x194f54[_0x574e8a(0x81)]))return;const _0x35574a=_0xbbf5b0[_0x574e8a(0xa1)][_0x574e8a(0x77)](),_0x5c9f91=_0xbbf5b0[_0x574e8a(0xa1)][_0x574e8a(0x97)],_0x265e7e=_0x5ad223[_0x574e8a(0x8e)][_0x574e8a(0x7a)];let _0x546d32=null,_0x5161cc=null,_0x53b276=!0x1,_0x3a8863=!0x1;for(const _0x3d6c81 of _0x35574a){const _0x1cf628=_0x3d6c81[_0x574e8a(0x8b)];_0x53b276=_0x53b276||_0x265e7e[_0x574e8a(0x74)](_0x1cf628);const _0x176e1a=_0x2ebae1[_0x574e8a(0x96)][_0x574e8a(0x7d)](_0x1cf628);if(_0x176e1a&&_0x176e1a[_0x574e8a(0x9e)](_0x574e8a(0x75)))return;_0x574e8a(0xa3)==_0x3d6c81[_0x574e8a(0x9c)]&&(_0x265e7e[_0x574e8a(0x7c)](_0x1cf628)&&!_0x265e7e[_0x574e8a(0x79)](_0x1cf628)&&(_0x1cf628[_0x574e8a(0x95)]||_0x5c9f91[_0x574e8a(0x91)]?_0x546d32&&_0x546d32[_0x574e8a(0x89)]==_0x1cf628||(_0x546d32=_0x1cf628,_0x36c355(_0x3d6c81[_0x574e8a(0x9d)]),_0x3a8863=!0x0):_0x5161cc=_0x5161cc||_0x3d6c81[_0x574e8a(0x9d)]));}function _0x36c355(_0x168bd0){const _0x3b6030=_0x574e8a,_0x44486b=_0x2ebae1[_0x3b6030(0x85)][_0x3b6030(0xa4)](_0x3b6030(0x90),{'class':_0x3b6030(0x92)+_0x354975}),_0x451940=_0x2ebae1[_0x3b6030(0x96)][_0x3b6030(0x8f)](_0x168bd0);_0x2b7833&&_0x374e89[_0x3b6030(0x84)][_0x3b6030(0x8c)](_0xbbf5b0[_0x3b6030(0x8a)])&&_0x2ebae1[_0x3b6030(0x85)][_0x3b6030(0x94)](_0x3b6030(0x9f),_0x44486b),_0x2ebae1[_0x3b6030(0x85)][_0x3b6030(0x7b)](_0x451940,_0x44486b),_0x2ebae1[_0x3b6030(0x96)][_0x3b6030(0x9b)](_0x44486b,_0xbbf5b0[_0x3b6030(0x8a)]);}_0x53b276||_0x3a8863||!_0x5161cc||_0x36c355(_0x5161cc);};}function _0x4abf(){const _0x52a2a1=['40oliDNS','parent','markerName','item','includes','plugins','model','toViewPosition','span','isAtEnd','ck-suggestion-marker-','push','addClass','nextSibling','mapper','start','12120165yrWSuo','TrackChangesEditing','186586HORVFM','bindElementToMarker','type','previousPosition','getCustomProperty','ck-suggestion-marker--active','875065LxshKK','markerRange','2295853CGJqVu','elementEnd','createUIElement','1802166sdqEPU','isContent','addHighlight','test','getWalker','getItems','isLimit','schema','insert','isBlock','toViewElement','30ckgeaE','createRangeOn','hasAttribute','name','get','consumable','activeMarkers','writer','1476794yTBmSQ','5492160daZxdM'];_0x4abf=function(){return _0x52a2a1;};return _0x4abf();}
|
package/src/suggestion.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
24
|
-
|
|
23
|
+
const _0x1c4cb4=_0x4054;(function(_0x7b27ac,_0x2906a0){const _0x3fb9f6=_0x4054,_0x10bcc2=_0x7b27ac();while(!![]){try{const _0x40d660=-parseInt(_0x3fb9f6(0x9e))/0x1*(-parseInt(_0x3fb9f6(0x98))/0x2)+parseInt(_0x3fb9f6(0xae))/0x3+parseInt(_0x3fb9f6(0xbb))/0x4+-parseInt(_0x3fb9f6(0xb2))/0x5+parseInt(_0x3fb9f6(0xc2))/0x6*(-parseInt(_0x3fb9f6(0xb3))/0x7)+-parseInt(_0x3fb9f6(0xb6))/0x8*(parseInt(_0x3fb9f6(0x9d))/0x9)+parseInt(_0x3fb9f6(0x94))/0xa;if(_0x40d660===_0x2906a0)break;else _0x10bcc2['push'](_0x10bcc2['shift']());}catch(_0x2da5e2){_0x10bcc2['push'](_0x10bcc2['shift']());}}}(_0x3452,0x581c6));import{Element as _0x53c5b6}from'ckeditor5/src/engine.js';function _0x4054(_0x578c43,_0x3ef37e){const _0x345221=_0x3452();return _0x4054=function(_0x40543c,_0x10eb0b){_0x40543c=_0x40543c-0x7b;let _0x142d69=_0x345221[_0x40543c];return _0x142d69;},_0x4054(_0x578c43,_0x3ef37e);}import{ObservableMixin as _0x287e61,uid as _0x27eaac}from'ckeditor5/src/utils.js';import{cloneDeep as _0x39d9aa,isEqual as _0x5a676f,set as _0xa3c0a,unset as _0x1bdc18}from'lodash-es';export default class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x287e61(){constructor(_0x27fe91,_0x289908){const _0x5b8634=_0x4054;super(),this[_0x5b8634(0xbe)]=!0x1,this['id']=_0x289908['id'],this[_0x5b8634(0xa4)]=_0x289908[_0x5b8634(0xa4)],this[_0x5b8634(0xa0)]=_0x289908[_0x5b8634(0xa0)]||null,this[_0x5b8634(0x92)]=_0x289908[_0x5b8634(0x92)],this[_0x5b8634(0xa8)]=_0x289908[_0x5b8634(0xa8)]||_0x289908[_0x5b8634(0x92)],this[_0x5b8634(0xc1)]=Boolean(_0x289908[_0x5b8634(0x9c)]&&_0x289908[_0x5b8634(0x9c)][_0x5b8634(0xc3)]),this[_0x5b8634(0xb9)]=null,this[_0x5b8634(0x97)]=_0x27fe91,this[_0x5b8634(0x8d)]=_0x289908[_0x5b8634(0x8f)],this[_0x5b8634(0xc0)]=_0x289908[_0x5b8634(0x8b)],this[_0x5b8634(0xba)]=_0x289908[_0x5b8634(0xbd)],this[_0x5b8634(0xb5)]=new Set(),this[_0x5b8634(0xb1)]=null,this[_0x5b8634(0x9b)](_0x5b8634(0xa3),null),this[_0x5b8634(0x9b)](_0x5b8634(0x9c),_0x289908[_0x5b8634(0x9c)]||{}),this[_0x5b8634(0x9b)](_0x5b8634(0x80),null),this[_0x5b8634(0x9b)](_0x5b8634(0xc8),null),this[_0x5b8634(0x9b)](_0x5b8634(0xa9),null),this[_0x5b8634(0x9b)](_0x5b8634(0x86),!0x1),this[_0x5b8634(0x81)](_0x5b8634(0x84)),this[_0x5b8634(0x81)](_0x5b8634(0xa5));}get[_0x1c4cb4(0x9a)](){const _0x427a0b=_0x1c4cb4;let _0xe2dbb3=this;for(;_0xe2dbb3[_0x427a0b(0x80)];)_0xe2dbb3=_0xe2dbb3[_0x427a0b(0x80)];return _0xe2dbb3;}get[_0x1c4cb4(0xb0)](){const _0x1c310c=_0x1c4cb4;return!!this[_0x1c310c(0xa9)]&&this[_0x1c310c(0xa9)][_0x1c310c(0x8e)]>0x0;}get[_0x1c4cb4(0xc4)](){const _0x24e0ef=_0x1c4cb4;if(0x0==this[_0x24e0ef(0xb5)][_0x24e0ef(0xbc)])return!0x1;return 0x6==Array[_0x24e0ef(0xc6)](this[_0x24e0ef(0xb5)])[0x0][_0x24e0ef(0x7d)](':')[_0x24e0ef(0x8e)];}get[_0x1c4cb4(0xc7)](){const _0x684b8=_0x1c4cb4;return null!==this[_0x684b8(0xab)]();}[_0x1c4cb4(0x8c)](_0x3a7264){const _0x99b6d=_0x1c4cb4;this[_0x99b6d(0xb5)][_0x99b6d(0xca)](_0x3a7264);}[_0x1c4cb4(0xbf)](){const _0x10e917=_0x1c4cb4;return Array[_0x10e917(0xc6)](this[_0x10e917(0xb5)]);}[_0x1c4cb4(0xb8)](){const _0xfea1d7=_0x1c4cb4;return this[_0xfea1d7(0xbf)]()[_0xfea1d7(0x7b)](_0x1f9370=>this[_0xfea1d7(0x97)][_0xfea1d7(0x95)][_0xfea1d7(0xc5)](_0x1f9370))[_0xfea1d7(0xcb)](_0x529042=>_0x529042);}[_0x1c4cb4(0xab)](){const _0x537ffb=_0x1c4cb4;return this[_0x537ffb(0xb8)]()[0x0]||null;}[_0x1c4cb4(0xa2)](){const _0x3e10b9=_0x1c4cb4;this[_0x3e10b9(0x97)][_0x3e10b9(0x91)](_0x9f1ed8=>{const _0x525ce7=_0x3e10b9;for(const _0x2b4097 of this[_0x525ce7(0xb8)]())_0x9f1ed8[_0x525ce7(0x93)](_0x2b4097);}),this[_0x3e10b9(0xb5)][_0x3e10b9(0xc9)]();}[_0x1c4cb4(0x93)](_0x5a5f20){const _0x5bdbd2=_0x1c4cb4;this[_0x5bdbd2(0x97)][_0x5bdbd2(0x91)](_0x5e68cf=>{const _0x4fb357=_0x5bdbd2;_0x5e68cf[_0x4fb357(0x93)](_0x5a5f20);}),this[_0x5bdbd2(0xb5)][_0x5bdbd2(0xb7)](_0x5a5f20);}[_0x1c4cb4(0xa1)](_0x1b7410){const _0x1fb820=_0x1c4cb4,_0x5cbac0=_0x1fb820(0x82)+this[_0x1fb820(0xa4)]+':'+this[_0x1fb820(0xa0)]+':'+this['id']+':'+this[_0x1fb820(0xa8)]['id']+':'+u[_0x1fb820(0xb4)]();this[_0x1fb820(0x8c)](_0x5cbac0),this[_0x1fb820(0x97)][_0x1fb820(0x91)](_0x31e326=>{const _0x43e808=_0x1fb820;_0x31e326[_0x43e808(0xa7)](_0x5cbac0,{'range':_0x1b7410,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1c4cb4(0x83)](_0x2aa7c5){const _0x21d63c=_0x1c4cb4;for(const _0x1b6d43 of this[_0x21d63c(0x7c)]())if(_0x1b6d43[_0x21d63c(0x89)](_0x2aa7c5))return!0x0;return!0x1;}[_0x1c4cb4(0x7c)](){const _0xe6d860=_0x1c4cb4;return this[_0xe6d860(0xb8)]()[_0xe6d860(0x7b)](_0x4c0b75=>_0x4c0b75[_0xe6d860(0x99)]());}[_0x1c4cb4(0xad)](){const _0x3d665b=_0x1c4cb4;return this[_0x3d665b(0x7c)]()[_0x3d665b(0x90)]((_0x1c6a51,_0x2e4965)=>[..._0x1c6a51,..._0x2e4965[_0x3d665b(0xad)]()],[]);}[_0x1c4cb4(0xaa)](){const _0x44cd2f=_0x1c4cb4;var _0x353d32;return(null===(_0x353d32=this[_0x44cd2f(0xab)]())||void 0x0===_0x353d32?void 0x0:_0x353d32[_0x44cd2f(0x99)]())||null;}[_0x1c4cb4(0xac)](){const _0x5e3510=_0x1c4cb4,_0x2b681d=this[_0x5e3510(0x7c)]();if(0x1!=_0x2b681d[_0x5e3510(0x8e)])return null;const _0x5177ae=_0x2b681d[0x0],_0x455e23=_0x5177ae[_0x5e3510(0x7f)][_0x5e3510(0xa6)],_0x173776=_0x5177ae[_0x5e3510(0x96)][_0x5e3510(0x85)];return _0x455e23 instanceof _0x53c5b6?_0x455e23!=_0x173776?null:_0x455e23:null;}[_0x1c4cb4(0x84)](){const _0x33e113=_0x1c4cb4;this[_0x33e113(0x8d)](this[_0x33e113(0x7c)](),this[_0x33e113(0xb9)],this[_0x33e113(0x9c)]),this[_0x33e113(0xa2)]();}[_0x1c4cb4(0xa5)](){const _0x53c722=_0x1c4cb4;this[_0x53c722(0xc0)](this[_0x53c722(0x7c)](),this[_0x53c722(0xb9)],this[_0x53c722(0x9c)]),this[_0x53c722(0xa2)]();}[_0x1c4cb4(0xaf)](){const _0x50d86c=_0x1c4cb4,_0x279ccd=[];let _0x4d2e9c=this[_0x50d86c(0x9a)];for(;_0x4d2e9c;)_0x279ccd[_0x50d86c(0x87)](_0x4d2e9c),_0x4d2e9c=_0x4d2e9c[_0x50d86c(0xc8)];return _0x279ccd;}[_0x1c4cb4(0x9f)](_0x3af4e1,_0x22377a){const _0x2eb200=_0x1c4cb4,_0x4f1f38=_0x39d9aa(this[_0x2eb200(0x9c)]);_0xa3c0a(_0x4f1f38,_0x3af4e1,_0x22377a),_0x5a676f(_0x4f1f38,this[_0x2eb200(0x9c)])||(this[_0x2eb200(0x9c)]=_0x4f1f38,this[_0x2eb200(0xba)](_0x4f1f38));}[_0x1c4cb4(0x8a)](_0x28ef98){const _0x5847f5=_0x1c4cb4,_0x5c5fe1=_0x39d9aa(this[_0x5847f5(0x9c)]);_0x1bdc18(_0x5c5fe1,_0x28ef98),_0x5a676f(_0x5c5fe1,this[_0x5847f5(0x9c)])||(this[_0x5847f5(0x9c)]=_0x5c5fe1,this[_0x5847f5(0xba)](this[_0x5847f5(0x9c)]));}[_0x1c4cb4(0x7e)](){const _0x386b38=_0x1c4cb4;return{'id':this['id'],'type':this[_0x386b38(0xa0)]?this[_0x386b38(0xa4)]+':'+this[_0x386b38(0xa0)]:this[_0x386b38(0xa4)],'authorId':this[_0x386b38(0xa8)]['id'],'createdAt':this[_0x386b38(0xb1)],'hasComments':this[_0x386b38(0xb0)],'data':this[_0x386b38(0xb9)],'attributes':this[_0x386b38(0x9c)]};}static[_0x1c4cb4(0xb4)](){const _0x52deba=_0x1c4cb4;return _0x27eaac()[_0x52deba(0x88)](0x1,0x5);}}function _0x3452(){const _0x46e007=['subType','addRange','removeMarkers','authoredAt','type','discard','nodeAfter','addMarker','creator','commentThread','getFirstRange','getFirstMarker','getContainedElement','getItems','376521XXefPn','getAllAdjacentSuggestions','hasComments','createdAt','1297410BLSZdR','21IBCBLl','getMultiRangeId','_markerNames','32392aQcMdt','delete','getMarkers','data','_onAttributesChange','1821864WMGJBY','size','onAttributesChange','_isDataLoaded','getMarkerNames','_onDiscard','isExternal','916068HQgNGF','@external','isMultiRange','get','from','isInContent','next','clear','add','filter','map','getRanges','split','toJSON','start','previous','decorate','suggestion:','isIntersectingWithRange','accept','nodeBefore','_saved','push','substr','isIntersecting','removeAttribute','onDiscard','addMarkerName','_onAccept','length','onAccept','reduce','change','author','removeMarker','5824820eqqMOT','markers','end','_model','5782qAHeRw','getRange','head','set','attributes','234QLDebD','7AaWwwP','setAttribute'];_0x3452=function(){return _0x46e007;};return _0x3452();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x4f29(_0x432b12,_0x3f199a){const _0xde3f85=_0xde3f();return _0x4f29=function(_0x4f295c,_0x13716a){_0x4f295c=_0x4f295c-0x152;let _0x661a75=_0xde3f85[_0x4f295c];return _0x661a75;},_0x4f29(_0x432b12,_0x3f199a);}const _0x1ef6a8=_0x4f29;function _0xde3f(){const _0x36c08=['3914981vzUEtr','$textProxy','type','format','534526xGDRyK','deletion','nextSibling','pop','attribute','length','matchingCallback','*Merge:*\x20%0','getWalker','438jWilDE','isInContent','isEqual','_customCallbacks','_handleAttributeSuggestionDescription','_resolveDescriptionItems','normal','addEmptyContainer','registerDescriptionCallback','isEmpty','_schema','*Change\x20to:*\x20%0','registerAttributeLabel','1pNVCQk','9rSzPUV','_attributeLabels','join','5560038lUPhEE','item','_addDescriptionItems','newValue','map','*Split:*\x20%0','insertion','has','REPLACE_TEXT','skip','_itemLabels','addFormat','function','previousSibling','data','isObject','2748fTsVqg','getItemLabel','_handleRenameSuggestionDescription','name','quantity','elementStart','_handleInsertRemoveSuggestionDescription','2547wDzZTF','Object','match','end','getFirstRange','nodeAfter','addContainer','*Remove:*\x20%0','push','$1\x20$2','start','6256984gjfHny','checkChild','*Set\x20format:*\x20%0','removeObject','add','elementEnd','softBreak','*Insert:*\x20%0','label','getDescriptions','registerElementLabel','Container','removeEmptyContainer','_handleCustomCallbackDescription','$text','get','subType','ELEMENT_SPACE','removeFormat','addObject','replace','EmptyContainer','_itemLabelsCallbacks','remove','element','key','set','54325jLXXuW','5986520ENuAFR','*Remove\x20format:*\x20%0','indexOf','_locale','text','removeContainer'];_0xde3f=function(){return _0x36c08;};return _0xde3f();}(function(_0x479f72,_0x317a7f){const _0x543514=_0x4f29,_0x14e3ab=_0x479f72();while(!![]){try{const _0x5ed2ff=-parseInt(_0x543514(0x17d))/0x1*(-parseInt(_0x543514(0x167))/0x2)+parseInt(_0x543514(0x198))/0x3*(-parseInt(_0x543514(0x191))/0x4)+-parseInt(_0x543514(0x15c))/0x5*(-parseInt(_0x543514(0x170))/0x6)+-parseInt(_0x543514(0x163))/0x7+parseInt(_0x543514(0x1a3))/0x8*(parseInt(_0x543514(0x17e))/0x9)+-parseInt(_0x543514(0x15d))/0xa+parseInt(_0x543514(0x181))/0xb;if(_0x5ed2ff===_0x317a7f)break;else _0x14e3ab['push'](_0x14e3ab['shift']());}catch(_0x1f1c74){_0x14e3ab['push'](_0x14e3ab['shift']());}}}(_0xde3f,0x94247));import{getTranslation as _0x23c4d1}from'./utils/common-translations.js';import{priorities as _0x59e811,insertToPriorityArray as _0x3afda8}from'ckeditor5/src/utils.js';import{renameAttributeKey as _0x54f7dc}from'./trackchangesediting.js';export default class f{constructor(_0x517835,_0x37daf5){const _0x17c5b8=_0x4f29;this[_0x17c5b8(0x173)]=[],this[_0x17c5b8(0x18b)]=new Map(),this[_0x17c5b8(0x157)]=[],this[_0x17c5b8(0x17f)]=new Map(),this[_0x17c5b8(0x17a)]=_0x517835,this[_0x17c5b8(0x160)]=_0x37daf5;}[_0x1ef6a8(0x1ac)](_0x506380){const _0x14ab6d=_0x1ef6a8,_0x38fccd=[],_0x7058f1=new Set(),_0x2c43fd=new Set();for(let _0x234185=0x0;_0x234185<_0x506380[_0x14ab6d(0x16c)];_0x234185++){const _0x2a103a=_0x506380[_0x234185];if(!_0x2a103a[_0x14ab6d(0x171)])continue;const _0x4bbd7f=this[_0x14ab6d(0x1b0)](_0x2a103a);if(_0x4bbd7f){if(null!=_0x2a103a[_0x14ab6d(0x1b3)]){if(_0x7058f1[_0x14ab6d(0x188)](_0x2a103a[_0x14ab6d(0x1b3)]))continue;_0x7058f1[_0x14ab6d(0x1a7)](_0x2a103a[_0x14ab6d(0x1b3)]);}_0x38fccd[_0x14ab6d(0x1a0)](_0x4bbd7f);}else{if(_0x14ab6d(0x16b)!=_0x2a103a[_0x14ab6d(0x165)])_0x14ab6d(0x187)!=_0x2a103a[_0x14ab6d(0x165)]&&_0x14ab6d(0x168)!=_0x2a103a[_0x14ab6d(0x165)]||this[_0x14ab6d(0x197)](_0x38fccd,_0x2a103a,_0x506380[_0x234185+0x1]);else{const _0x324e51=_0x2a103a[_0x14ab6d(0x18f)][_0x14ab6d(0x15a)];if(_0x2c43fd[_0x14ab6d(0x188)](_0x324e51))continue;_0x2c43fd[_0x14ab6d(0x1a7)](_0x2a103a[_0x14ab6d(0x18f)][_0x14ab6d(0x15a)]),_0x324e51==_0x54f7dc?this[_0x14ab6d(0x193)](_0x38fccd,_0x2a103a):this[_0x14ab6d(0x174)](_0x38fccd,_0x2a103a);}}}return this[_0x14ab6d(0x175)](_0x38fccd);}[_0x1ef6a8(0x178)](_0x88fa2b){const _0x2607cd=_0x1ef6a8;this[_0x2607cd(0x173)][_0x2607cd(0x1a0)](_0x88fa2b);}[_0x1ef6a8(0x1ad)](_0x5d1af2,_0x464c02,_0x595f5c=_0x59e811[_0x1ef6a8(0x176)]){const _0x208bb7=_0x1ef6a8;_0x208bb7(0x18d)==typeof _0x5d1af2?_0x3afda8(this[_0x208bb7(0x157)],{'matchingCallback':_0x5d1af2,'label':_0x464c02,'priority':_0x595f5c}):this[_0x208bb7(0x18b)][_0x208bb7(0x15b)](_0x5d1af2,_0x464c02);}[_0x1ef6a8(0x17c)](_0x242047,_0x529be7){const _0x217eb8=_0x1ef6a8;this[_0x217eb8(0x17f)][_0x217eb8(0x15b)](_0x242047,_0x529be7);}[_0x1ef6a8(0x192)](_0x23ec76,_0x453818=0x1){const _0xd76eda=_0x1ef6a8;let _0x333cac;for(const _0x366b92 of this[_0xd76eda(0x157)])if(_0x366b92[_0xd76eda(0x16d)](_0x23ec76)){_0x333cac=_0x366b92[_0xd76eda(0x1ab)];break;}return _0x333cac||(_0x333cac=this[_0xd76eda(0x18b)][_0xd76eda(0x1b2)](_0x23ec76[_0xd76eda(0x194)])),_0x333cac?_0x333cac(_0x453818):0x1!==_0x453818?_0x453818+'\x20'+_0x23ec76[_0xd76eda(0x194)]+'s':''+_0x23ec76[_0xd76eda(0x194)];}[_0x1ef6a8(0x183)](_0x4eed3d,_0x38623a){const _0x569ca1=_0x1ef6a8,_0x2a7ea6=_0x38623a[_0x569ca1(0x19c)]()[_0x569ca1(0x16f)](),_0x3f3b02=_0x569ca1(0x187)==_0x38623a[_0x569ca1(0x165)]?_0x569ca1(0x1a7):_0x569ca1(0x158);for(const _0x4dcf06 of _0x2a7ea6){const _0x1d7119=_0x4dcf06[_0x569ca1(0x182)],_0x7c923d=_0x4eed3d[_0x4eed3d[_0x569ca1(0x16c)]-0x1];if(_0x1d7119['is'](_0x569ca1(0x164)))_0x7c923d&&_0x7c923d[_0x569ca1(0x165)][_0x569ca1(0x15f)](_0x569ca1(0x1ae))>-0x1&&_0x4eed3d[_0x569ca1(0x16a)](),_0x7c923d&&_0x569ca1(0x161)==_0x7c923d[_0x569ca1(0x165)]?_0x7c923d[_0x3f3b02]+=_0x1d7119[_0x569ca1(0x18f)]:_0x4eed3d[_0x569ca1(0x1a0)]({'type':_0x569ca1(0x161),'add':_0x569ca1(0x1a7)==_0x3f3b02?_0x1d7119[_0x569ca1(0x18f)]:'','remove':_0x569ca1(0x158)==_0x3f3b02?_0x1d7119[_0x569ca1(0x18f)]:''});else{if(this[_0x569ca1(0x17a)][_0x569ca1(0x190)](_0x1d7119)){const _0x40ddb5=_0x1d7119;if(_0x7c923d&&_0x7c923d[_0x569ca1(0x165)][_0x569ca1(0x15f)](_0x569ca1(0x1ae))>-0x1&&_0x4eed3d[_0x569ca1(0x16a)](),_0x569ca1(0x1a8)==_0x4dcf06[_0x569ca1(0x165)])continue;_0x7c923d&&_0x7c923d[_0x569ca1(0x165)]==_0x3f3b02+_0x569ca1(0x199)&&_0x7c923d[_0x569ca1(0x159)][_0x569ca1(0x194)]==_0x40ddb5[_0x569ca1(0x194)]?_0x7c923d[_0x569ca1(0x195)]++:_0x4eed3d[_0x569ca1(0x1a0)]({'type':_0x3f3b02+_0x569ca1(0x199),'element':_0x40ddb5,'quantity':0x1}),_0x2a7ea6[_0x569ca1(0x18a)](_0xad988e=>!(_0x569ca1(0x1a8)==_0xad988e[_0x569ca1(0x165)]&&_0xad988e[_0x569ca1(0x182)]==_0x1d7119));}else{if(this[_0x569ca1(0x17a)][_0x569ca1(0x1a4)](_0x1d7119,_0x569ca1(0x1b1))||_0x1d7119['is'](_0x569ca1(0x159),_0x569ca1(0x1a9))){const _0x20de16=_0x1d7119;if(_0x569ca1(0x1a7)==_0x3f3b02&&_0x569ca1(0x196)==_0x4dcf06[_0x569ca1(0x165)]||_0x569ca1(0x158)==_0x3f3b02&&_0x569ca1(0x1a8)==_0x4dcf06[_0x569ca1(0x165)])continue;if(_0x7c923d&&-0x1==_0x7c923d[_0x569ca1(0x165)][_0x569ca1(0x15f)](_0x569ca1(0x1ae))){_0x569ca1(0x161)==_0x7c923d[_0x569ca1(0x165)]&&(_0x7c923d[_0x3f3b02]+='\x0a');continue;}let _0x3d6c65;if(_0x3d6c65=_0x569ca1(0x1a7)==_0x3f3b02?_0x20de16[_0x569ca1(0x169)]&&!this[_0x569ca1(0x17a)][_0x569ca1(0x190)](_0x20de16[_0x569ca1(0x169)])?_0x20de16[_0x569ca1(0x169)]:null:_0x20de16[_0x569ca1(0x18e)]&&!this[_0x569ca1(0x17a)][_0x569ca1(0x190)](_0x20de16[_0x569ca1(0x18e)])?_0x20de16[_0x569ca1(0x18e)]:null,_0x20de16[_0x569ca1(0x179)]||_0x3d6c65&&_0x3d6c65[_0x569ca1(0x179)]){const _0x44f140=_0x3d6c65&&_0x3d6c65[_0x569ca1(0x179)]?_0x3d6c65:_0x20de16;_0x7c923d&&_0x7c923d[_0x569ca1(0x165)]==_0x3f3b02+_0x569ca1(0x156)&&_0x7c923d[_0x569ca1(0x159)][_0x569ca1(0x194)]==_0x44f140[_0x569ca1(0x194)]?_0x7c923d[_0x569ca1(0x195)]++:_0x4eed3d[_0x569ca1(0x1a0)]({'type':_0x3f3b02+_0x569ca1(0x156),'element':_0x44f140,'quantity':0x1});}else _0x4eed3d[_0x569ca1(0x1a0)]({'type':_0x3f3b02+_0x569ca1(0x1ae),'element':_0x20de16});}}}}}[_0x1ef6a8(0x175)](_0x2e97eb){const _0x3f4208=_0x1ef6a8,_0x6ea18c=this[_0x3f4208(0x160)],_0x4e7349=[],_0x4b8722=[],_0x17bcde=[];for(const _0x17b1f7 of _0x2e97eb)switch(_0x17b1f7[_0x3f4208(0x165)]){case _0x3f4208(0x161):if(_0x17b1f7[_0x3f4208(0x1a7)]=_0x17b1f7[_0x3f4208(0x1a7)][_0x3f4208(0x155)](/(\S)\u000A+(\S)/g,_0x3f4208(0x1a1))[_0x3f4208(0x155)](/\u000A/g,''),_0x17b1f7[_0x3f4208(0x158)]=_0x17b1f7[_0x3f4208(0x158)][_0x3f4208(0x155)](/(\S)\u000A+(\S)/g,_0x3f4208(0x1a1))[_0x3f4208(0x155)](/\u000A/g,''),''!=_0x17b1f7[_0x3f4208(0x1a7)]&&''!=_0x17b1f7[_0x3f4208(0x158)]){_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x155),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x189),['\x22'+_0x17b1f7[_0x3f4208(0x158)]+'\x22','\x22'+_0x17b1f7[_0x3f4208(0x1a7)]+'\x22'])});continue;}if(null!=_0x17b1f7[_0x3f4208(0x1a7)][_0x3f4208(0x19a)](/^ +$/)){_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x187),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x1aa),_0x23c4d1(_0x6ea18c,_0x3f4208(0x152),_0x17b1f7[_0x3f4208(0x1a7)][_0x3f4208(0x16c)]))});continue;}if(null!=_0x17b1f7[_0x3f4208(0x158)][_0x3f4208(0x19a)](/^ +$/)){_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x168),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x19f),_0x23c4d1(_0x6ea18c,_0x3f4208(0x152),_0x17b1f7[_0x3f4208(0x158)][_0x3f4208(0x16c)]))});continue;}if(''!=_0x17b1f7[_0x3f4208(0x1a7)]){_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x187),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x1aa),'\x22'+_0x17b1f7[_0x3f4208(0x1a7)]+'\x22')});continue;}_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x168),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x19f),'\x22'+_0x17b1f7[_0x3f4208(0x158)]+'\x22')});continue;case _0x3f4208(0x177):case _0x3f4208(0x154):_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x187),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x1aa),this[_0x3f4208(0x192)](_0x17b1f7[_0x3f4208(0x159)],_0x17b1f7[_0x3f4208(0x195)]))});continue;case _0x3f4208(0x1af):case _0x3f4208(0x1a6):_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x168),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x19f),this[_0x3f4208(0x192)](_0x17b1f7[_0x3f4208(0x159)],_0x17b1f7[_0x3f4208(0x195)]))});continue;case _0x3f4208(0x19e):_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x187),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x186),this[_0x3f4208(0x192)](_0x17b1f7[_0x3f4208(0x159)],_0x17b1f7[_0x3f4208(0x195)]))});continue;case _0x3f4208(0x162):_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x168),'content':_0x23c4d1(_0x6ea18c,_0x3f4208(0x16e),this[_0x3f4208(0x192)](_0x17b1f7[_0x3f4208(0x159)],_0x17b1f7[_0x3f4208(0x195)]))});continue;case _0x3f4208(0x18c):_0x4b8722[_0x3f4208(0x1a0)](_0x17b1f7[_0x3f4208(0x15a)]);continue;case _0x3f4208(0x153):_0x17bcde[_0x3f4208(0x1a0)](_0x17b1f7[_0x3f4208(0x15a)]);continue;default:_0x4e7349[_0x3f4208(0x1a0)](_0x17b1f7);}if(_0x4b8722[_0x3f4208(0x16c)]){const _0x59508c=_0x4b8722[_0x3f4208(0x185)](_0x5e16a9=>this[_0x3f4208(0x17f)][_0x3f4208(0x188)](_0x5e16a9)?this[_0x3f4208(0x17f)][_0x3f4208(0x1b2)](_0x5e16a9):_0x5e16a9)[_0x3f4208(0x180)](',\x20');_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x166),'content':_0x23c4d1(this[_0x3f4208(0x160)],_0x3f4208(0x1a5),_0x59508c)});}if(_0x17bcde[_0x3f4208(0x16c)]){const _0x371223=_0x17bcde[_0x3f4208(0x185)](_0x1172ad=>this[_0x3f4208(0x17f)][_0x3f4208(0x188)](_0x1172ad)?this[_0x3f4208(0x17f)][_0x3f4208(0x1b2)](_0x1172ad):_0x1172ad)[_0x3f4208(0x180)](',\x20');_0x4e7349[_0x3f4208(0x1a0)]({'type':_0x3f4208(0x166),'content':_0x23c4d1(this[_0x3f4208(0x160)],_0x3f4208(0x15e),_0x371223)});}return _0x4e7349;}[_0x1ef6a8(0x1b0)](_0x105a3b){const _0x19022d=_0x1ef6a8;for(const _0x509d8d of this[_0x19022d(0x173)]){const _0x10f61f=_0x509d8d(_0x105a3b);if(_0x10f61f&&_0x19022d(0x165)in _0x10f61f)return _0x10f61f;}}[_0x1ef6a8(0x174)](_0x2706c9,_0x30e73e){const _0xeaf8f=_0x1ef6a8,_0x2dae39=_0x30e73e[_0xeaf8f(0x18f)],_0x1ebfdc=void 0x0===_0x2dae39[_0xeaf8f(0x184)]?_0xeaf8f(0x153):_0xeaf8f(0x18c);_0x2706c9[_0xeaf8f(0x1a0)]({'type':_0x1ebfdc,'key':_0x2dae39[_0xeaf8f(0x15a)]});}[_0x1ef6a8(0x193)](_0x3e5da5,_0x2498ea){const _0x3e16e6=_0x1ef6a8;_0x3e5da5[_0x3e16e6(0x1a0)]({'type':_0x3e16e6(0x166),'content':_0x23c4d1(this[_0x3e16e6(0x160)],_0x3e16e6(0x17b),this[_0x3e16e6(0x192)](_0x2498ea[_0x3e16e6(0x19c)]()[_0x3e16e6(0x1a2)][_0x3e16e6(0x19d)],0x1))});}[_0x1ef6a8(0x197)](_0x51343d,_0x5e3d58,_0xa72adb){const _0x3323e9=_0x1ef6a8;if(this[_0x3323e9(0x183)](_0x51343d,_0x5e3d58),_0xa72adb&&_0xa72adb[_0x3323e9(0x19c)]()&&!_0x5e3d58[_0x3323e9(0x19c)]()[_0x3323e9(0x19b)][_0x3323e9(0x172)](_0xa72adb[_0x3323e9(0x19c)]()[_0x3323e9(0x1a2)])){const _0x1b0f5a=_0x51343d[_0x51343d[_0x3323e9(0x16c)]-0x1],_0x51e845=_0x3323e9(0x187)==_0x5e3d58[_0x3323e9(0x165)]?_0x3323e9(0x1a7):_0x3323e9(0x158);_0x1b0f5a&&_0x3323e9(0x161)==_0x1b0f5a[_0x3323e9(0x165)]&&(_0x1b0f5a[_0x51e845]+='\x0a');}}}
|
|
23
|
+
function _0x247d(_0x15200e,_0x2262e0){const _0x1a9796=_0x1a97();return _0x247d=function(_0x247d29,_0x6fe158){_0x247d29=_0x247d29-0x68;let _0x242559=_0x1a9796[_0x247d29];return _0x242559;},_0x247d(_0x15200e,_0x2262e0);}const _0x158de5=_0x247d;(function(_0x3b4f79,_0x58bd9d){const _0x4f105b=_0x247d,_0x288afc=_0x3b4f79();while(!![]){try{const _0x433078=-parseInt(_0x4f105b(0x6e))/0x1*(parseInt(_0x4f105b(0xc3))/0x2)+-parseInt(_0x4f105b(0xa3))/0x3+-parseInt(_0x4f105b(0x84))/0x4+-parseInt(_0x4f105b(0x89))/0x5+-parseInt(_0x4f105b(0xc6))/0x6+-parseInt(_0x4f105b(0xbc))/0x7+parseInt(_0x4f105b(0x7d))/0x8;if(_0x433078===_0x58bd9d)break;else _0x288afc['push'](_0x288afc['shift']());}catch(_0x58db1d){_0x288afc['push'](_0x288afc['shift']());}}}(_0x1a97,0xa6125));import{getTranslation as _0x4059d4}from'./utils/common-translations.js';import{priorities as _0x2ff79a,insertToPriorityArray as _0x1d9178}from'ckeditor5/src/utils.js';function _0x1a97(){const _0x2f8f9d=['newValue','previousSibling','nextSibling','*Split:*\x20%0','2242335xGKxey','_customCallbacks','deletion','REPLACE_TEXT','skip','_schema','pop','_resolveDescriptionItems','label','matchingCallback','addObject','type','length','removeContainer','addFormat','Object','addEmptyContainer','_handleInsertRemoveSuggestionDescription','*Remove\x20format:*\x20%0','replace','insertion','attribute','_addDescriptionItems','quantity','text','join','3502281AITipe','$1\x20$2','_attributeLabels','remove','registerElementLabel','getFirstRange','getWalker','start','map','*Insert:*\x20%0','name','_handleAttributeSuggestionDescription','function','removeFormat','isEmpty','removeObject','ELEMENT_SPACE','isEqual','push','elementStart','data','match','_handleRenameSuggestionDescription','checkChild','addContainer','4964918xIeYzh','add','isObject','_handleCustomCallbackDescription','_locale','set','registerAttributeLabel','62YxEmxP','getItemLabel','nodeAfter','636078RWsANc','subType','has','EmptyContainer','key','$textProxy','end','11107rveJGT','elementEnd','Container','removeEmptyContainer','softBreak','get','registerDescriptionCallback','*Change\x20to:*\x20%0','_itemLabels','indexOf','format','$text','isInContent','*Merge:*\x20%0','*Set\x20format:*\x20%0','31995896kCusqV','element','normal','item','_itemLabelsCallbacks','*Remove:*\x20%0','getDescriptions','2175040rieCGV'];_0x1a97=function(){return _0x2f8f9d;};return _0x1a97();}import{renameAttributeKey as _0x3a7780}from'./trackchangesediting.js';export default class f{constructor(_0x9c0c4b,_0x5dc8d6){const _0x10ff0b=_0x247d;this[_0x10ff0b(0x8a)]=[],this[_0x10ff0b(0x76)]=new Map(),this[_0x10ff0b(0x81)]=[],this[_0x10ff0b(0xa5)]=new Map(),this[_0x10ff0b(0x8e)]=_0x9c0c4b,this[_0x10ff0b(0xc0)]=_0x5dc8d6;}[_0x158de5(0x83)](_0x51f0ec){const _0x5e87ec=_0x158de5,_0x4bd026=[],_0x260f4d=new Set(),_0x1d4c72=new Set();for(let _0x5d624d=0x0;_0x5d624d<_0x51f0ec[_0x5e87ec(0x95)];_0x5d624d++){const _0x54f510=_0x51f0ec[_0x5d624d];if(!_0x54f510[_0x5e87ec(0x7a)])continue;const _0x33b65e=this[_0x5e87ec(0xbf)](_0x54f510);if(_0x33b65e){if(null!=_0x54f510[_0x5e87ec(0x68)]){if(_0x260f4d[_0x5e87ec(0x69)](_0x54f510[_0x5e87ec(0x68)]))continue;_0x260f4d[_0x5e87ec(0xbd)](_0x54f510[_0x5e87ec(0x68)]);}_0x4bd026[_0x5e87ec(0xb5)](_0x33b65e);}else{if(_0x5e87ec(0x9e)!=_0x54f510[_0x5e87ec(0x94)])_0x5e87ec(0x9d)!=_0x54f510[_0x5e87ec(0x94)]&&_0x5e87ec(0x8b)!=_0x54f510[_0x5e87ec(0x94)]||this[_0x5e87ec(0x9a)](_0x4bd026,_0x54f510,_0x51f0ec[_0x5d624d+0x1]);else{const _0x48dc72=_0x54f510[_0x5e87ec(0xb7)][_0x5e87ec(0x6b)];if(_0x1d4c72[_0x5e87ec(0x69)](_0x48dc72))continue;_0x1d4c72[_0x5e87ec(0xbd)](_0x54f510[_0x5e87ec(0xb7)][_0x5e87ec(0x6b)]),_0x48dc72==_0x3a7780?this[_0x5e87ec(0xb9)](_0x4bd026,_0x54f510):this[_0x5e87ec(0xae)](_0x4bd026,_0x54f510);}}}return this[_0x5e87ec(0x90)](_0x4bd026);}[_0x158de5(0x74)](_0x2ef9ee){const _0x9ce03a=_0x158de5;this[_0x9ce03a(0x8a)][_0x9ce03a(0xb5)](_0x2ef9ee);}[_0x158de5(0xa7)](_0x3c69aa,_0x28330b,_0x41b1bd=_0x2ff79a[_0x158de5(0x7f)]){const _0x2e0598=_0x158de5;_0x2e0598(0xaf)==typeof _0x3c69aa?_0x1d9178(this[_0x2e0598(0x81)],{'matchingCallback':_0x3c69aa,'label':_0x28330b,'priority':_0x41b1bd}):this[_0x2e0598(0x76)][_0x2e0598(0xc1)](_0x3c69aa,_0x28330b);}[_0x158de5(0xc2)](_0x646f18,_0x4cd5ed){const _0x9136b2=_0x158de5;this[_0x9136b2(0xa5)][_0x9136b2(0xc1)](_0x646f18,_0x4cd5ed);}[_0x158de5(0xc4)](_0x5bcc92,_0x16728c=0x1){const _0x4d21da=_0x158de5;let _0x45be23;for(const _0x195820 of this[_0x4d21da(0x81)])if(_0x195820[_0x4d21da(0x92)](_0x5bcc92)){_0x45be23=_0x195820[_0x4d21da(0x91)];break;}return _0x45be23||(_0x45be23=this[_0x4d21da(0x76)][_0x4d21da(0x73)](_0x5bcc92[_0x4d21da(0xad)])),_0x45be23?_0x45be23(_0x16728c):0x1!==_0x16728c?_0x16728c+'\x20'+_0x5bcc92[_0x4d21da(0xad)]+'s':''+_0x5bcc92[_0x4d21da(0xad)];}[_0x158de5(0x9f)](_0x51f56d,_0x38f003){const _0x13d0b9=_0x158de5,_0x4a5bd=_0x38f003[_0x13d0b9(0xa8)]()[_0x13d0b9(0xa9)](),_0x362b72=_0x13d0b9(0x9d)==_0x38f003[_0x13d0b9(0x94)]?_0x13d0b9(0xbd):_0x13d0b9(0xa6);for(const _0x271f3f of _0x4a5bd){const _0x4b0e54=_0x271f3f[_0x13d0b9(0x80)],_0x4005d9=_0x51f56d[_0x51f56d[_0x13d0b9(0x95)]-0x1];if(_0x4b0e54['is'](_0x13d0b9(0x6c)))_0x4005d9&&_0x4005d9[_0x13d0b9(0x94)][_0x13d0b9(0x77)](_0x13d0b9(0x70))>-0x1&&_0x51f56d[_0x13d0b9(0x8f)](),_0x4005d9&&_0x13d0b9(0xa1)==_0x4005d9[_0x13d0b9(0x94)]?_0x4005d9[_0x362b72]+=_0x4b0e54[_0x13d0b9(0xb7)]:_0x51f56d[_0x13d0b9(0xb5)]({'type':_0x13d0b9(0xa1),'add':_0x13d0b9(0xbd)==_0x362b72?_0x4b0e54[_0x13d0b9(0xb7)]:'','remove':_0x13d0b9(0xa6)==_0x362b72?_0x4b0e54[_0x13d0b9(0xb7)]:''});else{if(this[_0x13d0b9(0x8e)][_0x13d0b9(0xbe)](_0x4b0e54)){const _0x136ecd=_0x4b0e54;if(_0x4005d9&&_0x4005d9[_0x13d0b9(0x94)][_0x13d0b9(0x77)](_0x13d0b9(0x70))>-0x1&&_0x51f56d[_0x13d0b9(0x8f)](),_0x13d0b9(0x6f)==_0x271f3f[_0x13d0b9(0x94)])continue;_0x4005d9&&_0x4005d9[_0x13d0b9(0x94)]==_0x362b72+_0x13d0b9(0x98)&&_0x4005d9[_0x13d0b9(0x7e)][_0x13d0b9(0xad)]==_0x136ecd[_0x13d0b9(0xad)]?_0x4005d9[_0x13d0b9(0xa0)]++:_0x51f56d[_0x13d0b9(0xb5)]({'type':_0x362b72+_0x13d0b9(0x98),'element':_0x136ecd,'quantity':0x1}),_0x4a5bd[_0x13d0b9(0x8d)](_0x247b9a=>!(_0x13d0b9(0x6f)==_0x247b9a[_0x13d0b9(0x94)]&&_0x247b9a[_0x13d0b9(0x80)]==_0x4b0e54));}else{if(this[_0x13d0b9(0x8e)][_0x13d0b9(0xba)](_0x4b0e54,_0x13d0b9(0x79))||_0x4b0e54['is'](_0x13d0b9(0x7e),_0x13d0b9(0x72))){const _0x106a72=_0x4b0e54;if(_0x13d0b9(0xbd)==_0x362b72&&_0x13d0b9(0xb6)==_0x271f3f[_0x13d0b9(0x94)]||_0x13d0b9(0xa6)==_0x362b72&&_0x13d0b9(0x6f)==_0x271f3f[_0x13d0b9(0x94)])continue;if(_0x4005d9&&-0x1==_0x4005d9[_0x13d0b9(0x94)][_0x13d0b9(0x77)](_0x13d0b9(0x70))){_0x13d0b9(0xa1)==_0x4005d9[_0x13d0b9(0x94)]&&(_0x4005d9[_0x362b72]+='\x0a');continue;}let _0x37bdc0;if(_0x37bdc0=_0x13d0b9(0xbd)==_0x362b72?_0x106a72[_0x13d0b9(0x87)]&&!this[_0x13d0b9(0x8e)][_0x13d0b9(0xbe)](_0x106a72[_0x13d0b9(0x87)])?_0x106a72[_0x13d0b9(0x87)]:null:_0x106a72[_0x13d0b9(0x86)]&&!this[_0x13d0b9(0x8e)][_0x13d0b9(0xbe)](_0x106a72[_0x13d0b9(0x86)])?_0x106a72[_0x13d0b9(0x86)]:null,_0x106a72[_0x13d0b9(0xb1)]||_0x37bdc0&&_0x37bdc0[_0x13d0b9(0xb1)]){const _0x60b19b=_0x37bdc0&&_0x37bdc0[_0x13d0b9(0xb1)]?_0x37bdc0:_0x106a72;_0x4005d9&&_0x4005d9[_0x13d0b9(0x94)]==_0x362b72+_0x13d0b9(0x6a)&&_0x4005d9[_0x13d0b9(0x7e)][_0x13d0b9(0xad)]==_0x60b19b[_0x13d0b9(0xad)]?_0x4005d9[_0x13d0b9(0xa0)]++:_0x51f56d[_0x13d0b9(0xb5)]({'type':_0x362b72+_0x13d0b9(0x6a),'element':_0x60b19b,'quantity':0x1});}else _0x51f56d[_0x13d0b9(0xb5)]({'type':_0x362b72+_0x13d0b9(0x70),'element':_0x106a72});}}}}}[_0x158de5(0x90)](_0x131dfd){const _0x50fa3c=_0x158de5,_0x340f1b=this[_0x50fa3c(0xc0)],_0xa7142c=[],_0x5876af=[],_0x3f2de9=[];for(const _0x2b144c of _0x131dfd)switch(_0x2b144c[_0x50fa3c(0x94)]){case _0x50fa3c(0xa1):if(_0x2b144c[_0x50fa3c(0xbd)]=_0x2b144c[_0x50fa3c(0xbd)][_0x50fa3c(0x9c)](/(\S)\u000A+(\S)/g,_0x50fa3c(0xa4))[_0x50fa3c(0x9c)](/\u000A/g,''),_0x2b144c[_0x50fa3c(0xa6)]=_0x2b144c[_0x50fa3c(0xa6)][_0x50fa3c(0x9c)](/(\S)\u000A+(\S)/g,_0x50fa3c(0xa4))[_0x50fa3c(0x9c)](/\u000A/g,''),''!=_0x2b144c[_0x50fa3c(0xbd)]&&''!=_0x2b144c[_0x50fa3c(0xa6)]){_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x9c),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0x8c),['\x22'+_0x2b144c[_0x50fa3c(0xa6)]+'\x22','\x22'+_0x2b144c[_0x50fa3c(0xbd)]+'\x22'])});continue;}if(null!=_0x2b144c[_0x50fa3c(0xbd)][_0x50fa3c(0xb8)](/^ +$/)){_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x9d),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0xac),_0x4059d4(_0x340f1b,_0x50fa3c(0xb3),_0x2b144c[_0x50fa3c(0xbd)][_0x50fa3c(0x95)]))});continue;}if(null!=_0x2b144c[_0x50fa3c(0xa6)][_0x50fa3c(0xb8)](/^ +$/)){_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x8b),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0x82),_0x4059d4(_0x340f1b,_0x50fa3c(0xb3),_0x2b144c[_0x50fa3c(0xa6)][_0x50fa3c(0x95)]))});continue;}if(''!=_0x2b144c[_0x50fa3c(0xbd)]){_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x9d),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0xac),'\x22'+_0x2b144c[_0x50fa3c(0xbd)]+'\x22')});continue;}_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x8b),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0x82),'\x22'+_0x2b144c[_0x50fa3c(0xa6)]+'\x22')});continue;case _0x50fa3c(0x99):case _0x50fa3c(0x93):_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x9d),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0xac),this[_0x50fa3c(0xc4)](_0x2b144c[_0x50fa3c(0x7e)],_0x2b144c[_0x50fa3c(0xa0)]))});continue;case _0x50fa3c(0x71):case _0x50fa3c(0xb2):_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x8b),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0x82),this[_0x50fa3c(0xc4)](_0x2b144c[_0x50fa3c(0x7e)],_0x2b144c[_0x50fa3c(0xa0)]))});continue;case _0x50fa3c(0xbb):_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x9d),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0x88),this[_0x50fa3c(0xc4)](_0x2b144c[_0x50fa3c(0x7e)],_0x2b144c[_0x50fa3c(0xa0)]))});continue;case _0x50fa3c(0x96):_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x8b),'content':_0x4059d4(_0x340f1b,_0x50fa3c(0x7b),this[_0x50fa3c(0xc4)](_0x2b144c[_0x50fa3c(0x7e)],_0x2b144c[_0x50fa3c(0xa0)]))});continue;case _0x50fa3c(0x97):_0x5876af[_0x50fa3c(0xb5)](_0x2b144c[_0x50fa3c(0x6b)]);continue;case _0x50fa3c(0xb0):_0x3f2de9[_0x50fa3c(0xb5)](_0x2b144c[_0x50fa3c(0x6b)]);continue;default:_0xa7142c[_0x50fa3c(0xb5)](_0x2b144c);}if(_0x5876af[_0x50fa3c(0x95)]){const _0x5850ae=_0x5876af[_0x50fa3c(0xab)](_0xe0b766=>this[_0x50fa3c(0xa5)][_0x50fa3c(0x69)](_0xe0b766)?this[_0x50fa3c(0xa5)][_0x50fa3c(0x73)](_0xe0b766):_0xe0b766)[_0x50fa3c(0xa2)](',\x20');_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x78),'content':_0x4059d4(this[_0x50fa3c(0xc0)],_0x50fa3c(0x7c),_0x5850ae)});}if(_0x3f2de9[_0x50fa3c(0x95)]){const _0x2fd191=_0x3f2de9[_0x50fa3c(0xab)](_0x4508a5=>this[_0x50fa3c(0xa5)][_0x50fa3c(0x69)](_0x4508a5)?this[_0x50fa3c(0xa5)][_0x50fa3c(0x73)](_0x4508a5):_0x4508a5)[_0x50fa3c(0xa2)](',\x20');_0xa7142c[_0x50fa3c(0xb5)]({'type':_0x50fa3c(0x78),'content':_0x4059d4(this[_0x50fa3c(0xc0)],_0x50fa3c(0x9b),_0x2fd191)});}return _0xa7142c;}[_0x158de5(0xbf)](_0x2f7b4d){const _0x14a840=_0x158de5;for(const _0x34cabe of this[_0x14a840(0x8a)]){const _0x20495d=_0x34cabe(_0x2f7b4d);if(_0x20495d&&_0x14a840(0x94)in _0x20495d)return _0x20495d;}}[_0x158de5(0xae)](_0x391890,_0x2d62c0){const _0x115543=_0x158de5,_0x3b6a77=_0x2d62c0[_0x115543(0xb7)],_0x241a40=void 0x0===_0x3b6a77[_0x115543(0x85)]?_0x115543(0xb0):_0x115543(0x97);_0x391890[_0x115543(0xb5)]({'type':_0x241a40,'key':_0x3b6a77[_0x115543(0x6b)]});}[_0x158de5(0xb9)](_0x3500e3,_0x277db4){const _0xbff7ce=_0x158de5;_0x3500e3[_0xbff7ce(0xb5)]({'type':_0xbff7ce(0x78),'content':_0x4059d4(this[_0xbff7ce(0xc0)],_0xbff7ce(0x75),this[_0xbff7ce(0xc4)](_0x277db4[_0xbff7ce(0xa8)]()[_0xbff7ce(0xaa)][_0xbff7ce(0xc5)],0x1))});}[_0x158de5(0x9a)](_0x299a71,_0x3d83be,_0x1612bb){const _0x12e480=_0x158de5;if(this[_0x12e480(0x9f)](_0x299a71,_0x3d83be),_0x1612bb&&_0x1612bb[_0x12e480(0xa8)]()&&!_0x3d83be[_0x12e480(0xa8)]()[_0x12e480(0x6d)][_0x12e480(0xb4)](_0x1612bb[_0x12e480(0xa8)]()[_0x12e480(0xaa)])){const _0x5c0c58=_0x299a71[_0x299a71[_0x12e480(0x95)]-0x1],_0x3b8e68=_0x12e480(0x9d)==_0x3d83be[_0x12e480(0x94)]?_0x12e480(0xbd):_0x12e480(0xa6);_0x5c0c58&&_0x12e480(0xa1)==_0x5c0c58[_0x12e480(0x94)]&&(_0x5c0c58[_0x3b8e68]+='\x0a');}}}
|
package/src/trackchanges.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0xcde853=_0x1a27;(function(_0x720a24,_0x522485){var _0x54a1b2=_0x1a27,_0x285f85=_0x720a24();while(!![]){try{var _0x5db216=-parseInt(_0x54a1b2(0x12d))/0x1*(-parseInt(_0x54a1b2(0x13a))/0x2)+parseInt(_0x54a1b2(0x128))/0x3*(-parseInt(_0x54a1b2(0x12b))/0x4)+parseInt(_0x54a1b2(0x125))/0x5*(parseInt(_0x54a1b2(0x13c))/0x6)+parseInt(_0x54a1b2(0x135))/0x7+-parseInt(_0x54a1b2(0x131))/0x8*(-parseInt(_0x54a1b2(0x138))/0x9)+-parseInt(_0x54a1b2(0x12f))/0xa*(parseInt(_0x54a1b2(0x12c))/0xb)+-parseInt(_0x54a1b2(0x133))/0xc*(parseInt(_0x54a1b2(0x136))/0xd);if(_0x5db216===_0x522485)break;else _0x285f85['push'](_0x285f85['shift']());}catch(_0x38c811){_0x285f85['push'](_0x285f85['shift']());}}}(_0x3da5,0xde9b1));function _0x1a27(_0x225a4a,_0x270827){var _0x3da538=_0x3da5();return _0x1a27=function(_0x1a271a,_0x3c7ce8){_0x1a271a=_0x1a271a-0x124;var _0x5637b8=_0x3da538[_0x1a271a];return _0x5637b8;},_0x1a27(_0x225a4a,_0x270827);}import{Plugin as _0x2e292f}from'ckeditor5/src/core.js';import _0x2c0a66 from'./trackchangesui.js';import _0x1dc1a2 from'./trackchangesediting.js';import'ckeditor5-collaboration/src/collaboration-core.js';function _0x3da5(){var _0x1eeca6=['addSuggestionData','218115BZBJdk','TrackChanges','addSuggestion','246mMOOms','adapter','getSuggestions','4084OJXvBN','33fNKIys','12224lReunE','requires','4699230PgLCwY','Comments','8BBPAaa','editor','84NOQATT','get','11022193FCyJlF','2533154PcQSwA','getSuggestion','4423293dGihal','pluginName','36wtLqHD','plugins','204XuQbYj'];_0x3da5=function(){return _0x1eeca6;};return _0x3da5();}export default class k extends _0x2e292f{static get[_0xcde853(0x12e)](){var _0x53c93b=_0xcde853;return[_0x1dc1a2,_0x2c0a66,_0x53c93b(0x130)];}static get[_0xcde853(0x139)](){var _0x43cdbb=_0xcde853;return _0x43cdbb(0x126);}set[_0xcde853(0x129)](_0x3a0205){var _0x15b2f1=_0xcde853;this[_0x15b2f1(0x132)][_0x15b2f1(0x13b)][_0x15b2f1(0x134)](_0x1dc1a2)[_0x15b2f1(0x129)]=_0x3a0205;}get[_0xcde853(0x129)](){var _0x54d661=_0xcde853;return this[_0x54d661(0x132)][_0x54d661(0x13b)][_0x54d661(0x134)](_0x1dc1a2)[_0x54d661(0x129)];}[_0xcde853(0x127)](_0x19b43e){var _0x14971c=_0xcde853;return this[_0x14971c(0x132)][_0x14971c(0x13b)][_0x14971c(0x134)](_0x1dc1a2)[_0x14971c(0x124)](_0x19b43e);}[_0xcde853(0x12a)]({skipNotAttached:_0x2d0773=!0x1,toJSON:_0x5724c3=!0x1}={}){var _0x3a7ef2=_0xcde853;return this[_0x3a7ef2(0x132)][_0x3a7ef2(0x13b)][_0x3a7ef2(0x134)](_0x1dc1a2)[_0x3a7ef2(0x12a)]({'skipNotAttached':_0x2d0773,'toJSON':_0x5724c3});}[_0xcde853(0x137)](_0x2e193e){var _0xd555e2=_0xcde853;return this[_0xd555e2(0x132)][_0xd555e2(0x13b)][_0xd555e2(0x134)](_0x1dc1a2)[_0xd555e2(0x137)](_0x2e193e);}}
|