@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240305.0 → 0.0.0-nightly-20240307.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/build/translations/pt.js +1 -1
- package/lang/translations/pt.po +26 -26
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x20cfd8=_0x2f97;(function(_0x1a480c,_0x101e89){const _0x27c144=_0x2f97,_0x15f6f0=_0x1a480c();while(!![]){try{const _0x95c580=-parseInt(_0x27c144(0xba))/0x1*(parseInt(_0x27c144(0xaf))/0x2)+parseInt(_0x27c144(0xc1))/0x3*(parseInt(_0x27c144(0xbf))/0x4)+parseInt(_0x27c144(0xcd))/0x5*(parseInt(_0x27c144(0xc8))/0x6)+parseInt(_0x27c144(0xd1))/0x7*(parseInt(_0x27c144(0xae))/0x8)+parseInt(_0x27c144(0xc0))/0x9*(-parseInt(_0x27c144(0xbb))/0xa)+parseInt(_0x27c144(0xc2))/0xb+-parseInt(_0x27c144(0xbd))/0xc*(parseInt(_0x27c144(0xca))/0xd);if(_0x95c580===_0x101e89)break;else _0x15f6f0['push'](_0x15f6f0['shift']());}catch(_0x1c5e60){_0x15f6f0['push'](_0x15f6f0['shift']());}}}(_0x597d,0x2de52));function _0x2f97(_0x1a7162,_0x1eb514){const _0x597ddf=_0x597d();return _0x2f97=function(_0x2f97ed,_0x3d5ea0){_0x2f97ed=_0x2f97ed-0xa9;let _0x2c741c=_0x597ddf[_0x2f97ed];return _0x2c741c;},_0x2f97(_0x1a7162,_0x1eb514);}import{Plugin as _0x3e85af}from'ckeditor5/src/core.js';function _0x597d(){const _0x5bf132=['_enableDefaultAttributesIntegration','afterInit','editor','28346LLlnXK','218510Zhzcyf','*Outdent:*\x20%0','2602788GQrOPN','*Indent:*\x20%0','4HjTONF','81YOcMgi','843441yTpGgm','776974oGltPP','getItemLabel','IndentEditing','enableCommand','blockIndent','TrackChangesEditing','264kiJtxp','plugins','13RpNLau','formatBlock','getItems','6790hThtAw','outdent','format','type','7KlLpaF','indentBlock','_registerLegacyDescription','FORMAT_INDENT','commandName','indent','registerDescriptionCallback','get','1746856bxdDqJ','2qDgVBR','locale','registerAttributeLabel','has','_registerBlockAttribute','_descriptionFactory','IndentBlock','outdentBlock'];_0x597d=function(){return _0x5bf132;};return _0x597d();}import{getTranslation as _0x16794e}from'../utils/common-translations.js';export default class rt extends _0x3e85af{[_0x20cfd8(0xb8)](){const _0x1643e7=_0x20cfd8,_0x430f22=this[_0x1643e7(0xb9)],_0x107d5c=_0x430f22[_0x1643e7(0xc9)][_0x1643e7(0xad)](_0x1643e7(0xc7));if(_0x430f22[_0x1643e7(0xc9)][_0x1643e7(0xb2)](_0x1643e7(0xc4))&&(_0x107d5c[_0x1643e7(0xc5)](_0x1643e7(0xab)),_0x107d5c[_0x1643e7(0xc5)](_0x1643e7(0xce))),_0x430f22[_0x1643e7(0xc9)][_0x1643e7(0xb2)](_0x1643e7(0xb5))){for(const _0x538245 of[_0x1643e7(0xd2),_0x1643e7(0xb6)])_0x107d5c[_0x1643e7(0xb7)](_0x538245);}const _0x8e8bfe=_0x430f22[_0x1643e7(0xb0)];_0x107d5c[_0x1643e7(0xb3)](_0x1643e7(0xc6)),_0x107d5c[_0x1643e7(0xb4)][_0x1643e7(0xb1)](_0x1643e7(0xc6),_0x16794e(_0x8e8bfe,_0x1643e7(0xa9))),this[_0x1643e7(0xd3)]();}[_0x20cfd8(0xd3)](){const _0x5b9988=_0x20cfd8,_0x32eb90=this[_0x5b9988(0xb9)],_0x578cfa=_0x32eb90[_0x5b9988(0xb0)],_0x1f5ea4=_0x32eb90[_0x5b9988(0xc9)][_0x5b9988(0xad)](_0x5b9988(0xc7));_0x1f5ea4[_0x5b9988(0xb4)][_0x5b9988(0xac)](_0x2b6e71=>{const _0x28eda3=_0x5b9988;if(_0x28eda3(0xcb)!=_0x2b6e71[_0x28eda3(0xd0)])return;const {data:_0x5d52a2}=_0x2b6e71;if(!_0x5d52a2)return;if(_0x28eda3(0xd2)!=_0x5d52a2[_0x28eda3(0xaa)]&&_0x28eda3(0xb6)!=_0x5d52a2[_0x28eda3(0xaa)])return;const _0x3e7162=_0x2b6e71[_0x28eda3(0xcc)]()[0x0],_0x18d6bd=_0x1f5ea4[_0x28eda3(0xb4)][_0x28eda3(0xc3)](_0x3e7162);return _0x28eda3(0xd2)==_0x5d52a2[_0x28eda3(0xaa)]?{'type':_0x28eda3(0xcf),'content':_0x16794e(_0x578cfa,_0x28eda3(0xbe),_0x18d6bd)}:_0x28eda3(0xb6)==_0x5d52a2[_0x28eda3(0xaa)]?{'type':_0x28eda3(0xcf),'content':_0x16794e(_0x578cfa,_0x28eda3(0xbc),_0x18d6bd)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x5e9f(_0x5ea129,_0x396018){var _0xb7f204=_0xb7f2();return _0x5e9f=function(_0x5e9f34,_0x2eb4de){_0x5e9f34=_0x5e9f34-0x192;var _0x4921ea=_0xb7f204[_0x5e9f34];return _0x4921ea;},_0x5e9f(_0x5ea129,_0x396018);}var _0x3f2f12=_0x5e9f;function _0xb7f2(){var _0x365f3f=['4vOYckP','747714hjIgqY','10JvQHey','TrackChangesEditing','get','26qzzMVW','requires','2073470umoqOB','editor','6yLzzea','enableCommand','input','703198DVhiKj','1uZtIUj','init','9jsxNfc','1530360YUMRqW','1256880OsFkXl','377985hPoEeD','plugins','1384726GATyQD'];_0xb7f2=function(){return _0x365f3f;};return _0xb7f2();}(function(_0x537ab3,_0x2d14c0){var _0x1f3b76=_0x5e9f,_0x243a89=_0x537ab3();while(!![]){try{var _0x141769=parseInt(_0x1f3b76(0x192))/0x1*(parseInt(_0x1f3b76(0x1a6))/0x2)+-parseInt(_0x1f3b76(0x197))/0x3*(-parseInt(_0x1f3b76(0x19a))/0x4)+-parseInt(_0x1f3b76(0x1a1))/0x5+-parseInt(_0x1f3b76(0x1a3))/0x6*(parseInt(_0x1f3b76(0x199))/0x7)+parseInt(_0x1f3b76(0x196))/0x8*(parseInt(_0x1f3b76(0x194))/0x9)+parseInt(_0x1f3b76(0x19c))/0xa*(-parseInt(_0x1f3b76(0x19b))/0xb)+-parseInt(_0x1f3b76(0x195))/0xc*(-parseInt(_0x1f3b76(0x19f))/0xd);if(_0x141769===_0x2d14c0)break;else _0x243a89['push'](_0x243a89['shift']());}catch(_0x58fb6b){_0x243a89['push'](_0x243a89['shift']());}}}(_0xb7f2,0x3317e));import{Plugin as _0x4036cb}from'ckeditor5/src/core.js';import{Input as _0x528169}from'ckeditor5/src/typing.js';export default class at extends _0x4036cb{static get[_0x3f2f12(0x1a0)](){return[_0x528169];}[_0x3f2f12(0x193)](){var _0x54162a=_0x3f2f12;this[_0x54162a(0x1a2)][_0x54162a(0x198)][_0x54162a(0x19e)](_0x54162a(0x19d))[_0x54162a(0x1a4)](_0x54162a(0x1a5));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4ca4a5=_0x4c0c;(function(_0x15ea33,_0x47fc42){const _0x1d20f0=_0x4c0c,_0x571b42=_0x15ea33();while(!![]){try{const _0x2c101a=-parseInt(_0x1d20f0(0x1b9))/0x1*(parseInt(_0x1d20f0(0x1d4))/0x2)+-parseInt(_0x1d20f0(0x1ce))/0x3+parseInt(_0x1d20f0(0x1a7))/0x4*(parseInt(_0x1d20f0(0x1f6))/0x5)+-parseInt(_0x1d20f0(0x1c8))/0x6+-parseInt(_0x1d20f0(0x1c5))/0x7*(-parseInt(_0x1d20f0(0x1e9))/0x8)+-parseInt(_0x1d20f0(0x1df))/0x9+parseInt(_0x1d20f0(0x1ad))/0xa;if(_0x2c101a===_0x47fc42)break;else _0x571b42['push'](_0x571b42['shift']());}catch(_0x3355c5){_0x571b42['push'](_0x571b42['shift']());}}}(_0x3d84,0x33ace));import{Plugin as _0x404135}from'ckeditor5/src/core.js';import{getTranslation as _0x145a7e}from'../utils/common-translations.js';function _0x4c0c(_0x41adb8,_0x1af346){const _0x3d849a=_0x3d84();return _0x4c0c=function(_0x4c0cc2,_0xec3842){_0x4c0cc2=_0x4c0cc2-0x1a2;let _0x6b5da8=_0x3d849a[_0x4c0cc2];return _0x6b5da8;},_0x4c0c(_0x41adb8,_0x1af346);}export default class ut extends _0x404135{[_0x4ca4a5(0x1c7)](){const _0x15e00=_0x4ca4a5,_0x3bc237=this[_0x15e00(0x1a2)],_0x5c65ce=_0x3bc237[_0x15e00(0x1d6)];if(!_0x3bc237[_0x15e00(0x1cd)][_0x15e00(0x1e2)](_0x15e00(0x1b2)))return;const _0x3c5658=_0x3bc237[_0x15e00(0x1cd)][_0x15e00(0x1eb)](_0x15e00(0x1e7)),_0x1fd6be=_0x3bc237[_0x15e00(0x1cd)][_0x15e00(0x1e2)](_0x15e00(0x1a6));function _0x20deba(_0x4db47c){return()=>{const _0x18b2e9=_0x4c0c,_0x289274=_0x3bc237[_0x18b2e9(0x1b1)][_0x18b2e9(0x1e5)][_0x18b2e9(0x1c1)],_0x183f85=_0x3bc237[_0x18b2e9(0x1bc)][_0x18b2e9(0x1eb)](_0x4db47c);if(_0x183f85[_0x18b2e9(0x1cf)])return void _0x3bc237[_0x18b2e9(0x1c6)](_0x18b2e9(0x1e0),{});const _0x4133d2=_0x4db47c[_0x18b2e9(0x1f2)](0x0,-0x4),_0x440829=function(_0x1d372c,_0x299c5b,_0x1f3635){const _0x54cb43=_0x18b2e9;let _0x53f40a=Array[_0x54cb43(0x1bf)](_0x1d372c)[_0x54cb43(0x1b5)](_0x49f604=>function(_0x4d9b75,_0x4e6663){const _0x50a41d=_0x54cb43;return _0x4e6663[_0x50a41d(0x1ba)](_0x4d9b75[_0x50a41d(0x1ed)],_0x50a41d(0x1d0))&&!_0x4e6663[_0x50a41d(0x1e8)](_0x4d9b75);}(_0x49f604,_0x1f3635));_0x53f40a=_0x53f40a[_0x54cb43(0x1b5)](_0x21dcbc=>!_0x21dcbc['is'](_0x54cb43(0x1f3),_0x54cb43(0x1d0))||_0x21dcbc[_0x54cb43(0x1f7)](_0x54cb43(0x1d3))!=_0x299c5b);const _0x20f3a3=new Set();for(const _0x58d4a0 of _0x53f40a)_0x58d4a0['is'](_0x54cb43(0x1f3),_0x54cb43(0x1d0))?_0x20f3a3[_0x54cb43(0x1ee)](ne(_0x58d4a0)):_0x20f3a3[_0x54cb43(0x1ee)](_0x58d4a0);return Array[_0x54cb43(0x1bf)](_0x20f3a3);}(_0x289274[_0x18b2e9(0x1b8)](),_0x4133d2,_0x3bc237[_0x18b2e9(0x1b1)][_0x18b2e9(0x1ae)]);_0x3bc237[_0x18b2e9(0x1b1)][_0x18b2e9(0x1ec)](()=>{const _0x38b5f8=_0x18b2e9;for(const _0x470f09 of _0x440829)_0x3c5658[_0x38b5f8(0x1b3)](_0x470f09,{'commandName':_0x4db47c,'commandParams':[{'forceValue':!_0x183f85[_0x38b5f8(0x1cf)]}],'formatGroupId':_0x38b5f8(0x1cb)},oe(_0x470f09));});};}function _0x52156a(_0x58bfde){return()=>{const _0x52c493=_0x4c0c,_0x5a0443=function(_0x30c866){const _0x31990c=_0x4c0c;let _0x47f35a=Array[_0x31990c(0x1bf)](_0x30c866);const _0x156ce9=_0x47f35a[_0x31990c(0x1e3)](_0x950cbc=>_0x31990c(0x1d0)!=_0x950cbc[_0x31990c(0x1dd)]);return _0x156ce9>-0x1&&(_0x47f35a=_0x47f35a[_0x31990c(0x1f2)](0x0,_0x156ce9)),_0x47f35a;}(_0x3bc237[_0x52c493(0x1b1)][_0x52c493(0x1e5)][_0x52c493(0x1c1)][_0x52c493(0x1b8)]()),_0x51061d=_0x3bc237[_0x52c493(0x1b1)][_0x52c493(0x1af)](_0x3bc237[_0x52c493(0x1b1)][_0x52c493(0x1a9)](_0x5a0443[0x0],_0x52c493(0x1bd)),_0x3bc237[_0x52c493(0x1b1)][_0x52c493(0x1a9)](_0x5a0443[_0x5a0443[_0x52c493(0x1d7)]-0x1],_0x52c493(0x1a3)));_0x3bc237[_0x52c493(0x1b1)][_0x52c493(0x1ec)](()=>{const _0x420acf=_0x52c493;_0x3c5658[_0x420acf(0x1b3)](_0x51061d,{'commandName':_0x58bfde,'commandParams':[],'formatGroupId':_0x420acf(0x1b0)},function(_0x1a4be3){const _0x58e252=_0x420acf,_0x1cb46f=new Set();for(const _0x2b176c of _0x1a4be3){let _0x69554c=_0x2b176c[_0x58e252(0x1a5)];for(;_0x69554c&&_0x69554c[_0x58e252(0x1f7)](_0x58e252(0x1b0))>_0x2b176c[_0x58e252(0x1f7)](_0x58e252(0x1b0));)_0x1cb46f[_0x58e252(0x1ee)](_0x69554c),_0x69554c=_0x69554c[_0x58e252(0x1a5)];}return Array[_0x58e252(0x1bf)](_0x1cb46f);}(_0x5a0443));});};}_0x3c5658[_0x15e00(0x1f4)](_0x15e00(0x1d5),_0x20deba(_0x15e00(0x1d5))),_0x3c5658[_0x15e00(0x1f4)](_0x15e00(0x1ab),_0x20deba(_0x15e00(0x1ab))),_0x1fd6be&&_0x3c5658[_0x15e00(0x1f4)](_0x15e00(0x1f0),_0x20deba(_0x15e00(0x1f0))),_0x3c5658[_0x15e00(0x1f4)](_0x15e00(0x1d9),_0x52156a(_0x15e00(0x1d9))),_0x3c5658[_0x15e00(0x1f4)](_0x15e00(0x1be),_0x52156a(_0x15e00(0x1be))),_0x1fd6be&&_0x3c5658[_0x15e00(0x1f4)](_0x15e00(0x1c0),()=>{const _0x55f913=_0x15e00,_0x6325e=_0x3bc237[_0x55f913(0x1bc)][_0x55f913(0x1eb)](_0x55f913(0x1c0)),_0x159a8e=Array[_0x55f913(0x1bf)](_0x6325e[_0x55f913(0x1ea)]);_0x159a8e[_0x55f913(0x1b5)](_0x3d0304=>_0x3d0304[_0x55f913(0x1f7)](_0x55f913(0x1e6))!=_0x6325e[_0x55f913(0x1cf)]),_0x3bc237[_0x55f913(0x1b1)][_0x55f913(0x1ec)](()=>{const _0x241c65=_0x55f913;for(const _0x4a0f20 of _0x159a8e)_0x3c5658[_0x241c65(0x1b3)](_0x4a0f20,{'commandName':_0x241c65(0x1c0),'commandParams':[{'forceValue':!_0x6325e[_0x241c65(0x1cf)]}]});});}),_0x3c5658[_0x15e00(0x1d1)][_0x15e00(0x1a4)](_0x15e00(0x1d0),_0x25443c=>_0x145a7e(_0x5c65ce,_0x15e00(0x1a8),_0x25443c)),_0x3c5658[_0x15e00(0x1d1)][_0x15e00(0x1ac)](_0x629983=>{const _0x1dd12b=_0x15e00;if(_0x1dd12b(0x1f5)!=_0x629983[_0x1dd12b(0x1da)]&&_0x1dd12b(0x1de)!=_0x629983[_0x1dd12b(0x1da)])return;const {data:_0x1c7db3}=_0x629983;if(_0x1c7db3){if(_0x1dd12b(0x1d5)==_0x1c7db3[_0x1dd12b(0x1cc)]||_0x1dd12b(0x1ab)==_0x1c7db3[_0x1dd12b(0x1cc)]||_0x1dd12b(0x1f0)==_0x1c7db3[_0x1dd12b(0x1cc)])switch(_0x1c7db3[_0x1dd12b(0x1cc)][_0x1dd12b(0x1b7)](_0x1dd12b(0x1db),'')){case _0x1dd12b(0x1b4):return _0x14d5ac(_0x145a7e(_0x5c65ce,_0x1dd12b(0x1aa)));case _0x1dd12b(0x1c9):return _0x14d5ac(_0x145a7e(_0x5c65ce,_0x1dd12b(0x1c4)));case _0x1dd12b(0x1b6):return _0x14d5ac(_0x145a7e(_0x5c65ce,_0x1dd12b(0x1f1)));}if(_0x1dd12b(0x1d9)==_0x1c7db3[_0x1dd12b(0x1cc)])return{'type':_0x1dd12b(0x1e1),'content':_0x145a7e(_0x5c65ce,_0x1dd12b(0x1ca),_0x145a7e(_0x5c65ce,_0x1dd12b(0x1a8)))};if(_0x1dd12b(0x1be)==_0x1c7db3[_0x1dd12b(0x1cc)])return{'type':_0x1dd12b(0x1e1),'content':_0x145a7e(_0x5c65ce,_0x1dd12b(0x1bb),_0x145a7e(_0x5c65ce,_0x1dd12b(0x1a8)))};if(_0x1dd12b(0x1c0)==_0x1c7db3[_0x1dd12b(0x1cc)])return _0x1c7db3[_0x1dd12b(0x1c3)][0x0][_0x1dd12b(0x1d2)]?{'type':_0x1dd12b(0x1e1),'content':_0x145a7e(_0x5c65ce,_0x1dd12b(0x1dc))}:{'type':_0x1dd12b(0x1e1),'content':_0x145a7e(_0x5c65ce,_0x1dd12b(0x1ef))};}function _0x14d5ac(_0x274d31){const _0xbd98b2=_0x1dd12b;return{'type':_0xbd98b2(0x1e1),'content':_0x145a7e(_0x5c65ce,_0xbd98b2(0x1c2),_0x274d31)};}});}}function ne(_0x2fcf94){const _0x4db3c6=_0x4ca4a5,_0xb0f0a7=_0x2fcf94[_0x4db3c6(0x1f7)](_0x4db3c6(0x1b0));if(0x0==_0xb0f0a7)return _0x2fcf94;let _0x2b0799=_0x2fcf94;for(;_0x2fcf94[_0x4db3c6(0x1e4)]&&_0x2fcf94[_0x4db3c6(0x1e4)]['is'](_0x4db3c6(0x1f3),_0x4db3c6(0x1d0));){const _0x44f5ee=_0x2fcf94[_0x4db3c6(0x1e4)][_0x4db3c6(0x1f7)](_0x4db3c6(0x1b0));if(_0x44f5ee==_0xb0f0a7)_0x2b0799=_0x2fcf94[_0x4db3c6(0x1e4)];else{if(_0x44f5ee<_0xb0f0a7)break;}_0x2fcf94=_0x2fcf94[_0x4db3c6(0x1e4)];}return _0x2b0799;}function _0x3d84(){const _0x3eaf2c=['132713XfKdVW','execute','afterInit','1337838UgKgKY','numbered','*Indent:*\x20%0','blockName','commandName','plugins','478155SqUcWV','value','listItem','_descriptionFactory','forceValue','listType','602mWXLTO','numberedList','locale','length','push','indentList','type','List','*Check\x20item*','name','formatInline','377154zJJJPl','paragraph','format','has','findIndex','previousSibling','document','todoListChecked','TrackChangesEditing','isObject','88EGMUcy','_selectedElements','get','change','parent','add','*Uncheck\x20item*','todoList','ELEMENT_TODO_LIST','slice','element','enableCommand','formatBlock','5RDXKAY','getAttribute','editor','end','registerElementLabel','nextSibling','LegacyTodoListEditing','713712VVFSxs','ELEMENT_LIST_ITEM','createPositionAt','ELEMENT_BULLETED_LIST','bulletedList','registerDescriptionCallback','5589790PfCgAn','schema','createRange','listIndent','model','LegacyListEditing','markBlockFormat','bulleted','filter','todo','replace','getSelectedBlocks','1030WEydPR','checkChild','*Outdent:*\x20%0','commands','before','outdentList','from','checkTodoList','selection','*Change\x20to:*\x20%0','commandParams','ELEMENT_NUMBERED_LIST'];_0x3d84=function(){return _0x3eaf2c;};return _0x3d84();}function oe(_0x3ad4b8){const _0x5574c9=_0x4ca4a5,_0x2c7a53=[];if(_0x3ad4b8['is'](_0x5574c9(0x1f3),_0x5574c9(0x1d0))&&_0x3ad4b8[_0x5574c9(0x1f7)](_0x5574c9(0x1b0))>0x0){let _0x1aea2e=_0x3ad4b8[_0x5574c9(0x1a5)];for(;_0x1aea2e&&_0x5574c9(0x1d0)==_0x1aea2e[_0x5574c9(0x1dd)]&&_0x1aea2e[_0x5574c9(0x1f7)](_0x5574c9(0x1b0))==_0x3ad4b8[_0x5574c9(0x1f7)](_0x5574c9(0x1b0));)_0x2c7a53[_0x5574c9(0x1d8)](_0x1aea2e),_0x1aea2e=_0x1aea2e[_0x5574c9(0x1a5)];}return _0x2c7a53;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x518c2f=_0x5740;(function(_0x3f55a0,_0x10a2c9){const _0x1008b3=_0x5740,_0x1cd892=_0x3f55a0();while(!![]){try{const _0x452f0a=-parseInt(_0x1008b3(0xfe))/0x1*(parseInt(_0x1008b3(0xe5))/0x2)+-parseInt(_0x1008b3(0xd6))/0x3+parseInt(_0x1008b3(0xff))/0x4+-parseInt(_0x1008b3(0x121))/0x5*(parseInt(_0x1008b3(0xef))/0x6)+parseInt(_0x1008b3(0xe8))/0x7*(parseInt(_0x1008b3(0xdb))/0x8)+-parseInt(_0x1008b3(0x11c))/0x9+parseInt(_0x1008b3(0x11f))/0xa*(parseInt(_0x1008b3(0x108))/0xb);if(_0x452f0a===_0x10a2c9)break;else _0x1cd892['push'](_0x1cd892['shift']());}catch(_0x5c0826){_0x1cd892['push'](_0x1cd892['shift']());}}}(_0x21e5,0x6a4b1));function _0x21e5(){const _0x5b74b6=['handleDescriptions','forward','listStyle','filter','replace','1343862CMizST','createRange','plugins','192070CZfbhk','*Change\x20to:*\x20%0','95SavSIZ','formatInline','listReversed','afterInit','_getSuggestionBlocksForListStyle','registerDescriptionCallback','616695IavkLa','numbered','config','getLastPosition','type','344bYmKdT','_getSuggestionBlocks','flat','toUpperCase','commandName','editor','before','length','*Format:*\x20set\x20start\x20index\x20to\x20%0','LegacyListUtils','14ZeLQVA','listStart','locale','82278vcsRcb','bind','getListTypeFromListStyleType','*Format:*\x20set\x20order\x20to\x20reversed','commandParams','selection','_descriptionFactory','192678HUyMUx','*Format:*\x20set\x20order\x20to\x20regular','listType','model','startIndex','element','from','markMultiRangeBlockFormat','parent','getFirstPosition','format','formatBlock','enableCommand','styles','getSelectedBlocks','28331QUdccz','2298852qlibjH','handleListReversedCommand','_getTranslationKeyForListStyle','handleListStartCommand','handleListStyleCommand','has','ELEMENT_','getAttribute','_LIST_','297EMjiEt','get','reversed','map','listItem','push','createPositionAt','backward','LegacyListPropertiesEditing','TrackChangesEditing','unshift','getSiblingNodes','change','document','list.properties'];_0x21e5=function(){return _0x5b74b6;};return _0x21e5();}function _0x5740(_0x5f093f,_0x427fc2){const _0x21e5c4=_0x21e5();return _0x5740=function(_0x57404e,_0x5203c1){_0x57404e=_0x57404e-0xd5;let _0x365686=_0x21e5c4[_0x57404e];return _0x365686;},_0x5740(_0x5f093f,_0x427fc2);}import{Plugin as _0x4dbbd9}from'ckeditor5/src/core.js';import{getTranslation as _0x3b8ee8}from'../utils/common-translations.js';export default class K extends _0x4dbbd9{[_0x518c2f(0x124)](){const _0x167d9c=_0x518c2f;if(!this[_0x167d9c(0xe0)][_0x167d9c(0x11e)][_0x167d9c(0x104)](_0x167d9c(0x110)))return;const _0x17467f=this[_0x167d9c(0xe0)][_0x167d9c(0xd8)][_0x167d9c(0x109)](_0x167d9c(0x116)),_0x2fbc7a=this[_0x167d9c(0xe0)][_0x167d9c(0x11e)][_0x167d9c(0x109)](_0x167d9c(0x111));_0x17467f[_0x167d9c(0xfc)]&&_0x2fbc7a[_0x167d9c(0xfb)](_0x167d9c(0x119),this[_0x167d9c(0x103)][_0x167d9c(0xe9)](this)),_0x17467f[_0x167d9c(0x10a)]&&_0x2fbc7a[_0x167d9c(0xfb)](_0x167d9c(0x123),this[_0x167d9c(0x100)][_0x167d9c(0xe9)](this)),_0x17467f[_0x167d9c(0xf3)]&&_0x2fbc7a[_0x167d9c(0xfb)](_0x167d9c(0xe6),this[_0x167d9c(0x102)][_0x167d9c(0xe9)](this)),_0x2fbc7a[_0x167d9c(0xee)][_0x167d9c(0xd5)](this[_0x167d9c(0x117)][_0x167d9c(0xe9)](this));}[_0x518c2f(0x103)](_0x912b4a,_0x416810={}){const _0x386945=_0x518c2f,_0x235d51=this[_0x386945(0xe0)][_0x386945(0x11e)][_0x386945(0x109)](_0x386945(0x111)),_0xf5b68f=this[_0x386945(0x125)]();this[_0x386945(0xe0)][_0x386945(0xf2)][_0x386945(0x114)](()=>{const _0x1870e7=_0x386945;_0x235d51[_0x1870e7(0xf6)](_0xf5b68f,{'commandName':_0x1870e7(0x119),'commandParams':[{'type':_0x416810[_0x1870e7(0xda)]}],'formatGroupId':_0x1870e7(0x119)});});}[_0x518c2f(0x100)](_0x465c2c,_0x4b265b={}){const _0x41b139=_0x518c2f,_0x529cbf=this[_0x41b139(0xe0)][_0x41b139(0x11e)][_0x41b139(0x109)](_0x41b139(0x111)),_0x5bb533=this[_0x41b139(0xdc)](_0x24ab4c=>_0x24ab4c['is'](_0x41b139(0xf4),_0x41b139(0x10c))&&_0x41b139(0xd7)===_0x24ab4c[_0x41b139(0x106)](_0x41b139(0xf1)));if(_0x5bb533[_0x41b139(0xe2)]<0x1)return;const _0x453c17=_0x5bb533[_0x41b139(0x10b)](_0x14755e=>this[_0x41b139(0xe0)][_0x41b139(0xf2)][_0x41b139(0x11d)](this[_0x41b139(0xe0)][_0x41b139(0xf2)][_0x41b139(0x10e)](_0x14755e,_0x41b139(0xe1)),this[_0x41b139(0xe0)][_0x41b139(0xf2)][_0x41b139(0x10e)](_0x14755e,0x0)));this[_0x41b139(0xe0)][_0x41b139(0xf2)][_0x41b139(0x114)](()=>{const _0xbc074e=_0x41b139;_0x529cbf[_0xbc074e(0xf6)](_0x453c17,{'commandName':_0xbc074e(0x123),'commandParams':[{'reversed':_0x4b265b[_0xbc074e(0x10a)]}],'formatGroupId':_0xbc074e(0x123)});});}[_0x518c2f(0x102)](_0x1a91de,_0xae4a8b={}){const _0x3802eb=_0x518c2f,_0x2bb5e4=this[_0x3802eb(0xe0)][_0x3802eb(0x11e)][_0x3802eb(0x109)](_0x3802eb(0x111)),_0x4c054e=this[_0x3802eb(0xdc)](_0x173e42=>_0x173e42['is'](_0x3802eb(0xf4),_0x3802eb(0x10c))&&_0x3802eb(0xd7)===_0x173e42[_0x3802eb(0x106)](_0x3802eb(0xf1)));if(_0x4c054e[_0x3802eb(0xe2)]<0x1)return;const _0x3a1638=_0x4c054e[_0x3802eb(0x10b)](_0xb2143d=>this[_0x3802eb(0xe0)][_0x3802eb(0xf2)][_0x3802eb(0x11d)](this[_0x3802eb(0xe0)][_0x3802eb(0xf2)][_0x3802eb(0x10e)](_0xb2143d,_0x3802eb(0xe1)),this[_0x3802eb(0xe0)][_0x3802eb(0xf2)][_0x3802eb(0x10e)](_0xb2143d,0x0)));this[_0x3802eb(0xe0)][_0x3802eb(0xf2)][_0x3802eb(0x114)](()=>{const _0x2aca13=_0x3802eb;_0x2bb5e4[_0x2aca13(0xf6)](_0x3a1638,{'commandName':_0x2aca13(0xe6),'commandParams':[{'startIndex':_0xae4a8b[_0x2aca13(0xf3)]}],'formatGroupId':_0x2aca13(0xe6)});});}[_0x518c2f(0x117)](_0x3fbe20){const _0x2a6e79=_0x518c2f;if(_0x2a6e79(0xfa)!=_0x3fbe20[_0x2a6e79(0xda)]&&_0x2a6e79(0x122)!=_0x3fbe20[_0x2a6e79(0xda)])return;const _0x4dc308=this[_0x2a6e79(0xe0)][_0x2a6e79(0xe7)],{data:_0x59fc6a}=_0x3fbe20;if(!_0x59fc6a)return;let _0x47cf5a,_0x1736d8;switch(_0x59fc6a[_0x2a6e79(0xdf)]){case _0x2a6e79(0x119):_0x47cf5a=_0x2a6e79(0x120),_0x1736d8={'type':_0x2a6e79(0xf9),'content':_0x3b8ee8(_0x4dc308,_0x47cf5a,_0x3b8ee8(_0x4dc308,this[_0x2a6e79(0x101)](_0x59fc6a[_0x2a6e79(0xec)][0x0][_0x2a6e79(0xda)])))};break;case _0x2a6e79(0x123):_0x47cf5a=_0x59fc6a[_0x2a6e79(0xec)][0x0][_0x2a6e79(0x10a)]?_0x2a6e79(0xeb):_0x2a6e79(0xf0),_0x1736d8={'type':_0x2a6e79(0xf9),'content':_0x3b8ee8(_0x4dc308,_0x47cf5a)};break;case _0x2a6e79(0xe6):_0x47cf5a=_0x2a6e79(0xe3),_0x1736d8={'type':_0x2a6e79(0xf9),'content':_0x3b8ee8(_0x4dc308,_0x47cf5a,_0x59fc6a[_0x2a6e79(0xec)][0x0][_0x2a6e79(0xf3)])};}return _0x1736d8;}[_0x518c2f(0x125)](){const _0xfb983c=_0x518c2f;var _0x2942b7,_0x1439c6,_0x21a068,_0x4f8219;const _0x46275d=this[_0xfb983c(0xe0)][_0xfb983c(0x11e)][_0xfb983c(0x109)](_0xfb983c(0xe4));let _0x5ea507=Array[_0xfb983c(0xf5)](this[_0xfb983c(0xe0)][_0xfb983c(0xf2)][_0xfb983c(0x115)][_0xfb983c(0xed)][_0xfb983c(0xfd)]());return(null===(_0x2942b7=_0x5ea507[0x0])||void 0x0===_0x2942b7?void 0x0:_0x2942b7['is'](_0xfb983c(0xf4),_0xfb983c(0x10c)))&&_0x5ea507[_0xfb983c(0x112)](..._0x46275d[_0xfb983c(0x113)](this[_0xfb983c(0xe0)][_0xfb983c(0xf2)][_0xfb983c(0x115)][_0xfb983c(0xed)][_0xfb983c(0xf8)](),_0xfb983c(0x10f))),(null===(_0x1439c6=_0x5ea507[_0x5ea507[_0xfb983c(0xe2)]-0x1])||void 0x0===_0x1439c6?void 0x0:_0x1439c6['is'](_0xfb983c(0xf4),_0xfb983c(0x10c)))&&_0x5ea507[_0xfb983c(0x10d)](..._0x46275d[_0xfb983c(0x113)](this[_0xfb983c(0xe0)][_0xfb983c(0xf2)][_0xfb983c(0x115)][_0xfb983c(0xed)][_0xfb983c(0xd9)](),_0xfb983c(0x118))),_0x5ea507=[...new Set(_0x5ea507)],(null===(_0x4f8219=null===(_0x21a068=this[_0xfb983c(0xe0)][_0xfb983c(0xf2)][_0xfb983c(0x115)][_0xfb983c(0xed)][_0xfb983c(0xf8)]())||void 0x0===_0x21a068?void 0x0:_0x21a068[_0xfb983c(0xf7)])||void 0x0===_0x4f8219?void 0x0:_0x4f8219['is'](_0xfb983c(0xf4),_0xfb983c(0x10c)))&&(_0x5ea507=_0x5ea507[_0xfb983c(0x11a)](_0x34135b=>_0x34135b['is'](_0xfb983c(0xf4),_0xfb983c(0x10c)))),_0x5ea507;}[_0x518c2f(0xdc)](_0x4c4caa){const _0x36cf2b=_0x518c2f,_0x3f872e=this[_0x36cf2b(0xe0)][_0x36cf2b(0x11e)][_0x36cf2b(0x109)](_0x36cf2b(0xe4));let _0x6f71e8=Array[_0x36cf2b(0xf5)](this[_0x36cf2b(0xe0)][_0x36cf2b(0xf2)][_0x36cf2b(0x115)][_0x36cf2b(0xed)][_0x36cf2b(0xfd)]())[_0x36cf2b(0x11a)](_0x4c4caa)[_0x36cf2b(0x10b)](_0x3995c3=>{const _0x26af20=_0x36cf2b,_0x4902c5=this[_0x26af20(0xe0)][_0x26af20(0xf2)][_0x26af20(0x10e)](_0x3995c3,0x0);return[..._0x3f872e[_0x26af20(0x113)](_0x4902c5,_0x26af20(0x10f)),..._0x3f872e[_0x26af20(0x113)](_0x4902c5,_0x26af20(0x118))];})[_0x36cf2b(0xdd)]();return _0x6f71e8=[...new Set(_0x6f71e8)],_0x6f71e8;}[_0x518c2f(0x101)](_0x190830){const _0xdeb0a1=_0x518c2f;return _0xdeb0a1(0x105)+this[_0xdeb0a1(0xe0)][_0xdeb0a1(0x11e)][_0xdeb0a1(0x109)](_0xdeb0a1(0xe4))[_0xdeb0a1(0xea)](_0x190830)[_0xdeb0a1(0xde)]()+_0xdeb0a1(0x107)+_0x190830[_0xdeb0a1(0xde)]()[_0xdeb0a1(0x11b)](/-/g,'_');}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x420d6a=_0x9125;function _0x23cd(){const _0x29e9a2=['formatInline','_registerLegacyDescription','format','get','1047632woMvCL','key','newValue','commands','*Remove\x20link*','unlink','label','toLowerCase','linkHref','link\x20(','369712mbvfyg','56EadZxi','registerDescriptionCallback','1192170gtWNtO','has','146741UNWnpO','commandParams','attribute','afterInit','editor','plugins','102123HpWiLY','TrackChangesEditing','90rmoGpT','10FnrOvo','_descriptionFactory','link','_enableDefaultAttributesIntegration','65823vxsJJz','type','LinkEditing','*Set\x20link:*\x20%0','locale','map','commandName','registerAttributeLabel','manualDecorators','23985wGVDYe'];_0x23cd=function(){return _0x29e9a2;};return _0x23cd();}(function(_0x1f5488,_0x47527f){const _0x4a32f4=_0x9125,_0x5e3917=_0x1f5488();while(!![]){try{const _0x45ebb5=-parseInt(_0x4a32f4(0x6c))/0x1+parseInt(_0x4a32f4(0x84))/0x2+-parseInt(_0x4a32f4(0x75))/0x3+parseInt(_0x4a32f4(0x7a))/0x4+-parseInt(_0x4a32f4(0x68))/0x5*(parseInt(_0x4a32f4(0x87))/0x6)+-parseInt(_0x4a32f4(0x89))/0x7*(-parseInt(_0x4a32f4(0x85))/0x8)+-parseInt(_0x4a32f4(0x65))/0x9*(-parseInt(_0x4a32f4(0x67))/0xa);if(_0x45ebb5===_0x47527f)break;else _0x5e3917['push'](_0x5e3917['shift']());}catch(_0x523ff5){_0x5e3917['push'](_0x5e3917['shift']());}}}(_0x23cd,0x36ca4));function _0x9125(_0x4f16d0,_0x2ed7e2){const _0x23cdad=_0x23cd();return _0x9125=function(_0x912582,_0x472d7a){_0x912582=_0x912582-0x64;let _0x21edd7=_0x23cdad[_0x912582];return _0x21edd7;},_0x9125(_0x4f16d0,_0x2ed7e2);}import{Plugin as _0x1f72f2}from'ckeditor5/src/core.js';import{getTranslation as _0x3f4076}from'../utils/common-translations.js';export default class ct extends _0x1f72f2{[_0x420d6a(0x8c)](){const _0x422744=_0x420d6a,_0x1399c4=this[_0x422744(0x8d)];if(!_0x1399c4[_0x422744(0x64)][_0x422744(0x88)](_0x422744(0x6e)))return;const _0x78e28b=_0x1399c4[_0x422744(0x64)][_0x422744(0x79)](_0x422744(0x66)),_0x20d3e1=_0x1399c4[_0x422744(0x7d)][_0x422744(0x79)](_0x422744(0x6a));_0x78e28b[_0x422744(0x6b)](_0x422744(0x6a),[_0x422744(0x82),..._0x20d3e1[_0x422744(0x74)][_0x422744(0x71)](_0xa00814=>_0xa00814['id'])]),_0x78e28b[_0x422744(0x6b)](_0x422744(0x7f));for(const _0x447749 of _0x20d3e1[_0x422744(0x74)])_0x78e28b[_0x422744(0x69)][_0x422744(0x73)](_0x447749['id'],_0x422744(0x83)+_0x447749[_0x422744(0x80)][_0x422744(0x81)]()+')');_0x78e28b[_0x422744(0x69)][_0x422744(0x86)](_0x2253ee=>{const _0x2ed6ab=_0x422744;if(_0x2ed6ab(0x8b)!=_0x2253ee[_0x2ed6ab(0x6d)])return;const {data:_0x2016af}=_0x2253ee;if(!_0x2016af||_0x2ed6ab(0x82)!=_0x2016af[_0x2ed6ab(0x7b)])return;const _0x2c996a=_0x2016af[_0x2ed6ab(0x7c)],_0x4a18b5=_0x1399c4[_0x2ed6ab(0x70)];return{'type':_0x2ed6ab(0x78),'content':null==_0x2c996a?_0x3f4076(_0x4a18b5,_0x2ed6ab(0x7e)):_0x3f4076(_0x4a18b5,_0x2ed6ab(0x6f),'\x22'+_0x2c996a+'\x22')};}),this[_0x422744(0x77)]();}[_0x420d6a(0x77)](){const _0x4e5a56=_0x420d6a,_0x5cd6bf=this[_0x4e5a56(0x8d)],_0x64327a=_0x5cd6bf[_0x4e5a56(0x70)];_0x5cd6bf[_0x4e5a56(0x64)][_0x4e5a56(0x79)](_0x4e5a56(0x66))[_0x4e5a56(0x69)][_0x4e5a56(0x86)](_0x34db64=>{const _0x3c9deb=_0x4e5a56;if(_0x3c9deb(0x76)!=_0x34db64[_0x3c9deb(0x6d)])return;const {data:_0x2f5d7f}=_0x34db64;if(_0x2f5d7f){if(_0x3c9deb(0x6a)==_0x2f5d7f[_0x3c9deb(0x72)]){const _0x419111=_0x2f5d7f[_0x3c9deb(0x8a)][0x0];return{'type':_0x3c9deb(0x78),'content':_0x3f4076(_0x64327a,_0x3c9deb(0x6f),'\x22'+_0x419111+'\x22')};}return _0x3c9deb(0x7f)==_0x2f5d7f[_0x3c9deb(0x72)]?{'type':_0x3c9deb(0x78),'content':_0x3f4076(_0x64327a,_0x3c9deb(0x7e))}:void 0x0;}});}}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x4c73(){const _0xbb0903=['getSuggestions','filter','createPositionAt','listIndent','value','listItemId','ListEditing','locale','*Merge:*\x20%0','from','multipleBlocks','*Split:*\x20list\x20item','range','outdentList','registerPostFixer','listStart','ELEMENT_TODO_LIST','mergeListItemForward','_supportLegacySuggestions','indentList','editor','12bopTIV','find','commands','document','head','afterInit','has','get','2295910kPwazO','mergeListItemBackward','listItemIdFixer','batch','deletion','isUndo','commandParams','_suggestionFactory','parent','removeMarker','ELEMENT_BULLETED_LIST','_registerLegacyDescription','schema','getFirstRange','model','*Set\x20format:*\x20%0','registerAttributeLabel','previousSibling','registerCustomCallback','TodoListEditing','commandName','type','toUpperCase','listStyle','containsItem','*Merge:*\x20list\x20item','bulletedList','execute','*Change\x20to:*\x20%0','forceValue','attributeKey','createRange','formatBlock','*Remove\x20format:*\x20%0','*Format:*\x20insert\x20into\x20%0','assureChains','ELEMENT_NUMBERED_LIST','checkTodoList','isLocal','default','_descriptionFactory','TrackChangesEditing','isNextTo','nextSibling','_findSuggestions','*Indent:*\x20%0','splitListItemBefore','map','*Check\x20item*','*Uncheck\x20item*','*Outdent:*\x20%0','ELEMENT_','config','numbered','numberedList','todoList','1332357UtguOv','next','112768Qwjykf','plugins','581076jEVqdv','fromRange','meta','attribute','nodeAfter','todo','1924196WInCUI','todoListCheck','8073990goPmhw','splitListItemAfter','length','includes','detach','registerElementLabel','key','documentList','listReversed','attributes','ELEMENT_LIST_ITEM','newValue','listType','end','FORMAT_INDENT','516411wlCftf','change','format','_enableDefaultAttributesIntegration','setAttribute','noTrackChangesFixer','getAttribute','*Format:*\x20remove\x20from\x20%0','isObject','getRanges','start','every','getFirstMarker','differ','_LIST','data','2YTgNaK','suggestion','_getAttributeKey','setSelection','groupId','oldValue','accept','trackChangesCommand','bulleted','refresh','list.multiBlock','getChanges','selection','registerDescriptionCallback','todoListChecked','push'];_0x4c73=function(){return _0xbb0903;};return _0x4c73();}const _0xa8bfb4=_0x892e;(function(_0x1d6a71,_0x437856){const _0xe7ede1=_0x892e,_0x3614e7=_0x1d6a71();while(!![]){try{const _0x40dcf3=parseInt(_0xe7ede1(0x1e6))/0x1+parseInt(_0xe7ede1(0x20d))/0x2*(-parseInt(_0xe7ede1(0x1e2))/0x3)+parseInt(_0xe7ede1(0x1ec))/0x4+parseInt(_0xe7ede1(0x23a))/0x5+-parseInt(_0xe7ede1(0x232))/0x6*(-parseInt(_0xe7ede1(0x1fd))/0x7)+-parseInt(_0xe7ede1(0x1e4))/0x8+-parseInt(_0xe7ede1(0x1ee))/0x9;if(_0x40dcf3===_0x437856)break;else _0x3614e7['push'](_0x3614e7['shift']());}catch(_0x3a0cc3){_0x3614e7['push'](_0x3614e7['shift']());}}}(_0x4c73,0x4c8b8));import{Plugin as _0x354440}from'ckeditor5/src/core.js';import{getTranslation as _0xedcad0}from'../utils/common-translations.js';import{renameAttributeKey as _0x52250d}from'../trackchangesediting.js';import{LiveRange as _0x341c8a}from'ckeditor5/src/engine.js';export default class z extends _0x354440{[_0xa8bfb4(0x237)](){const _0x56a47d=_0xa8bfb4,_0x9a0e5e=this[_0x56a47d(0x231)];if(!_0x9a0e5e[_0x56a47d(0x1e5)][_0x56a47d(0x238)](_0x56a47d(0x223)))return;const _0x36698b=_0x9a0e5e[_0x56a47d(0x224)],_0xc1202e=_0x9a0e5e[_0x56a47d(0x1e5)][_0x56a47d(0x239)](_0x56a47d(0x1d3)),_0x4997c6=_0x9a0e5e[_0x56a47d(0x1e5)][_0x56a47d(0x238)](_0x56a47d(0x1bd)),_0x4b0456=!!_0x9a0e5e[_0x56a47d(0x1de)][_0x56a47d(0x239)](_0x56a47d(0x217));function _0x153128(_0x364cc1){const _0x41c1bd=_0x56a47d;return{'type':_0x41c1bd(0x1ff),'content':''+_0xedcad0(_0x36698b,_0x41c1bd(0x1b9),_0x364cc1)};}function _0x3af2c4(_0x4d0dd3){const _0x146cdb=_0x56a47d;return{'type':_0x146cdb(0x1ff),'content':''+_0xedcad0(_0x36698b,_0x146cdb(0x1cb),_0x4d0dd3)};}_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x1e0),[],[_0x56a47d(0x222),_0x56a47d(0x1fa),_0x56a47d(0x220)]),_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x1c4)),_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x230)),_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x22a)),_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x1ef)),_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x1d8)),_0x4b0456&&(_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x23b)),_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x22e))),_0x4997c6&&(_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x1e1)),_0xc1202e[_0x56a47d(0x200)](_0x56a47d(0x1cf),[],[_0x56a47d(0x21b)]),_0xc1202e[_0x56a47d(0x1d2)][_0x56a47d(0x21a)](_0x5a3c44=>{const _0x55baf9=_0x56a47d,{data:_0x1186b1}=_0x5a3c44;if(_0x1186b1&&_0x55baf9(0x21b)==_0x1186b1[_0x55baf9(0x1f4)])return{'type':_0x55baf9(0x1ff),'content':_0x1186b1[_0x55baf9(0x1f9)]?_0xedcad0(_0x36698b,_0x55baf9(0x1da)):_0xedcad0(_0x36698b,_0x55baf9(0x1db))};}),this[_0x56a47d(0x231)][_0x56a47d(0x1b8)][_0x56a47d(0x235)][_0x56a47d(0x22b)](_0x51b9f1=>{const _0x39e432=_0x56a47d;if(_0x51b9f1[_0x39e432(0x23d)][_0x39e432(0x23f)])return!0x1;let _0x365ca1=!0x1;const _0x539c9c=_0xc1202e[_0x39e432(0x21d)]({'skipNotAttached':!0x0})[_0x39e432(0x21e)](_0x4489ec=>_0x39e432(0x21b)===_0xc1202e[_0x39e432(0x20f)](_0x4489ec));for(const _0x20a327 of _0x539c9c){_0x39e432(0x1eb)!=_0x20a327[_0x39e432(0x1b7)]()[_0x39e432(0x207)][_0x39e432(0x1ea)][_0x39e432(0x203)](_0x39e432(0x1fa))&&(_0xc1202e[_0x39e432(0x1d6)](_0x20a327[_0x39e432(0x1b7)](),_0x39e432(0x1e9))[_0x39e432(0x233)](_0xa36061=>_0x39e432(0x1fa)===_0xc1202e[_0x39e432(0x20f)](_0xa36061[_0x39e432(0x20e)]))||(_0x51b9f1[_0x39e432(0x243)](_0x20a327[_0x39e432(0x209)]()),_0x365ca1=!0x0));}return _0x365ca1;})),_0xc1202e[_0x56a47d(0x1d2)][_0x56a47d(0x1ba)](_0x56a47d(0x220),_0xedcad0(_0x36698b,_0x56a47d(0x1fc)));const _0x20407c={'type':_0x56a47d(0x1ff),'content':''};_0xc1202e[_0x56a47d(0x1d2)][_0x56a47d(0x21a)](_0x1bf0b9=>{const _0x26e2ae=_0x56a47d,{data:_0xf5d9e1}=_0x1bf0b9;if(!_0xf5d9e1||_0x26e2ae(0x1fa)!=_0xf5d9e1[_0x26e2ae(0x1f4)])return;let _0x24a455=_0x1bf0b9[_0x26e2ae(0x236)];for(;_0x24a455;){if(_0x24a455[_0x26e2ae(0x20c)]&&(_0x26e2ae(0x1c1)==_0x24a455[_0x26e2ae(0x20c)][_0x26e2ae(0x1f4)]&&(_0x24a455[_0x26e2ae(0x20c)][_0x26e2ae(0x1f9)]&&_0x26e2ae(0x1d1)!=_0x24a455[_0x26e2ae(0x20c)][_0x26e2ae(0x1f9)]||_0x26e2ae(0x1d1)!=_0x24a455[_0x26e2ae(0x20c)][_0x26e2ae(0x212)]&&!_0xf5d9e1[_0x26e2ae(0x1f9)])||!_0x4b0456&&_0x24a455[_0x26e2ae(0x20c)][_0x26e2ae(0x1f4)]==_0x52250d))return _0x20407c;_0x24a455=_0x24a455[_0x26e2ae(0x1e3)];}if(null==_0xf5d9e1[_0x26e2ae(0x1f9)])switch(_0xf5d9e1[_0x26e2ae(0x212)]){case _0x26e2ae(0x215):return _0x3af2c4(_0xedcad0(_0x36698b,_0x26e2ae(0x1b4)));case _0x26e2ae(0x1df):return _0x3af2c4(_0xedcad0(_0x36698b,_0x26e2ae(0x1ce)));case _0x26e2ae(0x1eb):return _0x3af2c4(_0xedcad0(_0x36698b,_0x26e2ae(0x22d)));}switch(_0xf5d9e1[_0x26e2ae(0x1f9)]){case _0x26e2ae(0x215):return _0x153128(_0xedcad0(_0x36698b,_0x26e2ae(0x1b4)));case _0x26e2ae(0x1df):return _0x153128(_0xedcad0(_0x36698b,_0x26e2ae(0x1ce)));case _0x26e2ae(0x1eb):return _0x153128(_0xedcad0(_0x36698b,_0x26e2ae(0x22d)));}}),_0xc1202e[_0x56a47d(0x1d2)][_0x56a47d(0x21a)](_0x1fc60e=>{const _0x2a22e1=_0x56a47d,{data:_0x4385d9}=_0x1fc60e;if(_0x4385d9&&_0x2a22e1(0x220)==_0x4385d9[_0x2a22e1(0x1f4)])return null==_0x4385d9[_0x2a22e1(0x1f9)]||null==_0x4385d9[_0x2a22e1(0x212)]&&0x0==_0x4385d9[_0x2a22e1(0x1f9)]?_0x20407c:void 0x0;}),_0xc1202e[_0x56a47d(0x1d2)][_0x56a47d(0x21a)](_0x124bb2=>{const _0x100cc0=_0x56a47d;if(_0x100cc0(0x1e9)!=_0x124bb2[_0x100cc0(0x1bf)])return;const {data:_0xd7bd}=_0x124bb2;if(!_0xd7bd||_0x100cc0(0x222)!=_0xd7bd[_0x100cc0(0x1f4)])return;const _0xb093e2=ie(_0x124bb2);return _0xb093e2?_0x100cc0(0x1f9)==_0xb093e2?{'type':_0x100cc0(0x1ff),'content':_0xedcad0(_0x36698b,_0x100cc0(0x1c3))}:_0x100cc0(0x212)==_0xb093e2?{'type':_0x100cc0(0x1ff),'content':_0xedcad0(_0x36698b,_0x100cc0(0x228))}:_0x20407c:_0x20407c;}),_0x9a0e5e[_0x56a47d(0x1b8)][_0x56a47d(0x235)][_0x56a47d(0x22b)](_0x189191=>this[_0x56a47d(0x23c)](_0x189191)),_0x9a0e5e[_0x56a47d(0x1b8)][_0x56a47d(0x235)][_0x56a47d(0x22b)](_0x2e3daf=>this[_0x56a47d(0x202)](_0x2e3daf)),_0x9a0e5e[_0x56a47d(0x1b8)][_0x56a47d(0x235)][_0x56a47d(0x22b)](_0x46e639=>this[_0x56a47d(0x1cd)](_0x46e639)),this[_0x56a47d(0x22f)]();}[_0xa8bfb4(0x23c)](_0x407528){const _0xa9d8b6=_0xa8bfb4;if(_0x407528[_0xa9d8b6(0x23d)][_0xa9d8b6(0x23f)]||!_0x407528[_0xa9d8b6(0x23d)][_0xa9d8b6(0x1d0)])return!0x1;let _0x5826f2=!0x1;const _0x458b27=this[_0xa9d8b6(0x231)][_0xa9d8b6(0x1e5)][_0xa9d8b6(0x239)](_0xa9d8b6(0x1d3))[_0xa9d8b6(0x21d)]({'skipNotAttached':!0x0})[_0xa9d8b6(0x21e)](_0xff4dd3=>_0xff4dd3[_0xa9d8b6(0x20c)]&&_0xa9d8b6(0x222)==_0xff4dd3[_0xa9d8b6(0x20c)][_0xa9d8b6(0x1f4)])[_0xa9d8b6(0x21e)](_0x3a89f1=>_0x3a89f1[_0xa9d8b6(0x20c)][_0xa9d8b6(0x1f9)]&&_0x3a89f1[_0xa9d8b6(0x20c)][_0xa9d8b6(0x212)]);for(const _0x4a5720 of _0x458b27)ie(_0x4a5720)||(_0x407528[_0xa9d8b6(0x243)](_0x4a5720[_0xa9d8b6(0x209)]()),_0x5826f2=!0x0);return _0x5826f2;}[_0xa8bfb4(0x202)](_0x22f4a2){const _0x1063b9=_0xa8bfb4;if(_0x22f4a2[_0x1063b9(0x23d)][_0x1063b9(0x23f)]||!_0x22f4a2[_0x1063b9(0x23d)][_0x1063b9(0x1d0)])return!0x1;const _0x28647c=this[_0x1063b9(0x231)][_0x1063b9(0x1e5)][_0x1063b9(0x239)](_0x1063b9(0x1d3));if(_0x28647c[_0x1063b9(0x214)][_0x1063b9(0x221)])return!0x1;let _0x3e234f=!0x1;const _0x152c82=[_0x1063b9(0x1fa),_0x1063b9(0x1c1),_0x1063b9(0x222),_0x1063b9(0x220),_0x1063b9(0x22c),_0x1063b9(0x1f6),_0x1063b9(0x1ed)],_0xbf6505=this[_0x1063b9(0x231)][_0x1063b9(0x1b8)][_0x1063b9(0x235)][_0x1063b9(0x20a)][_0x1063b9(0x218)]()[_0x1063b9(0x21e)](_0xe51bdc=>_0x1063b9(0x1e9)==_0xe51bdc[_0x1063b9(0x1bf)])[_0x1063b9(0x21e)](_0x1856b8=>_0x152c82[_0x1063b9(0x1f1)](_0x1856b8[_0x1063b9(0x1c8)]));if(0x0==_0xbf6505[_0x1063b9(0x1f0)])return _0x3e234f;for(const _0x3c2dda of _0xbf6505){const _0x5ae76e=_0x28647c[_0x1063b9(0x1d6)](_0x3c2dda[_0x1063b9(0x229)],_0x1063b9(0x1e9))[_0x1063b9(0x21e)](_0x3661e4=>!_0x3661e4[_0x1063b9(0x1e8)][_0x1063b9(0x1d4)])[_0x1063b9(0x1d9)](_0x26526e=>_0x26526e[_0x1063b9(0x20e)])[_0x1063b9(0x21e)](_0x562c68=>{const _0x2dd06c=_0x1063b9,_0x5b9e84=_0x28647c[_0x2dd06c(0x20f)](_0x562c68);return _0x152c82[_0x2dd06c(0x1f1)](_0x5b9e84);});if(_0x5ae76e[_0x1063b9(0x1f0)]){for(const _0x409091 of _0x5ae76e)_0x22f4a2[_0x1063b9(0x243)](_0x409091[_0x1063b9(0x209)]());_0x3e234f=!0x0;}}return _0x3e234f;}[_0xa8bfb4(0x1cd)](_0x33cc03){const _0x2e516c=_0xa8bfb4;if(_0x33cc03[_0x2e516c(0x23d)][_0x2e516c(0x23f)]||!_0x33cc03[_0x2e516c(0x23d)][_0x2e516c(0x1d0)])return!0x1;const _0x3bdec8=this[_0x2e516c(0x231)][_0x2e516c(0x1e5)][_0x2e516c(0x239)](_0x2e516c(0x1d3));let _0x18f6cd=!0x1;const _0x5affa1=[_0x2e516c(0x1fa),_0x2e516c(0x1c1),_0x2e516c(0x222),_0x2e516c(0x220),_0x2e516c(0x22c),_0x2e516c(0x1f6),_0x2e516c(0x1ed)];for(const _0x34a580 of _0x3bdec8[_0x2e516c(0x21d)]({'skipNotAttached':!0x0})){const _0x4dc3c7=_0x3bdec8[_0x2e516c(0x1d6)](_0x34a580[_0x2e516c(0x1b7)](),_0x2e516c(0x1e9))[_0x2e516c(0x1d9)](_0x32ecd0=>_0x32ecd0[_0x2e516c(0x20e)])[_0x2e516c(0x21e)](_0x6819e3=>_0x6819e3[_0x2e516c(0x20c)]&&_0x5affa1[_0x2e516c(0x1f1)](_0x6819e3[_0x2e516c(0x20c)][_0x2e516c(0x1f4)]));if(!_0x4dc3c7[_0x2e516c(0x1f0)])continue;const _0x17212a=_0x4dc3c7[0x0][_0x2e516c(0x236)][_0x2e516c(0x1f7)][_0x2e516c(0x211)];if(!_0x4dc3c7[_0x2e516c(0x208)](_0x37484d=>_0x37484d[_0x2e516c(0x1f7)][_0x2e516c(0x211)]===_0x17212a)){for(const _0x5c0e94 of _0x4dc3c7)_0x46b49(_0x5c0e94,_0x17212a)&&(_0x18f6cd=!0x0);}}return _0x18f6cd;function _0x4b3b77(_0x445a84,_0x5befb0){const _0x577680=_0x2e516c;for(const _0x61c0eb of _0x3bdec8[_0x577680(0x21d)]({'skipNotAttached':!0x0})[_0x577680(0x21e)](_0x4cb712=>_0x577680(0x1e9)==_0x4cb712[_0x577680(0x1bf)]&&_0x4cb712[_0x577680(0x1f7)][_0x577680(0x211)]==_0x445a84))_0x61c0eb[_0x577680(0x201)](_0x577680(0x211),_0x5befb0);}function _0x46b49(_0x14a877,_0x421e70){const _0x4247ad=_0x2e516c;let _0x4244e5=_0x14a877[_0x4247ad(0x236)],_0x50962f=!0x1;for(;_0x4244e5;)_0x4244e5[_0x4247ad(0x1f7)][_0x4247ad(0x211)]!=_0x421e70&&(_0x4b3b77(_0x4244e5[_0x4247ad(0x1f7)][_0x4247ad(0x211)],_0x421e70),_0x4244e5[_0x4247ad(0x201)](_0x4247ad(0x211),_0x421e70),_0x50962f=!0x0),_0x4244e5=_0x4244e5[_0x4247ad(0x1e3)];return _0x50962f;}}[_0xa8bfb4(0x22f)](){const _0x4cbe34=_0xa8bfb4,_0x3eea6b=this[_0x4cbe34(0x231)],_0x2095a5=_0x3eea6b[_0x4cbe34(0x224)],_0x14f9bd=_0x3eea6b[_0x4cbe34(0x1e5)][_0x4cbe34(0x239)](_0x4cbe34(0x1d3));this[_0x4cbe34(0x1b5)](),_0x14f9bd[_0x4cbe34(0x241)][_0x4cbe34(0x1bc)](_0x4cbe34(0x1ca),_0x4cbe34(0x1f5),_0x4cbe34(0x213),function(_0x4a47ca,_0x652b4a){const _0x2027ce=_0x4cbe34,_0x44f34b=[];for(let _0x56b4a2 of _0x4a47ca)_0x56b4a2[_0x2027ce(0x207)][_0x2027ce(0x1ea)]===_0x56b4a2[_0x2027ce(0x1fb)][_0x2027ce(0x242)]&&(_0x56b4a2=_0x3eea6b[_0x2027ce(0x1b8)][_0x2027ce(0x1c9)](_0x3eea6b[_0x2027ce(0x1b8)][_0x2027ce(0x21f)](_0x56b4a2[_0x2027ce(0x207)][_0x2027ce(0x1ea)],0x0))),_0x44f34b[_0x2027ce(0x21c)](_0x56b4a2);_0x3eea6b[_0x2027ce(0x1b8)][_0x2027ce(0x1fe)](_0xbd6af=>{const _0x3e95dc=_0x2027ce,_0x34b141=_0x3eea6b[_0x3e95dc(0x1b8)][_0x3e95dc(0x235)][_0x3e95dc(0x219)],_0xcc10e8=Array[_0x3e95dc(0x226)](_0x34b141[_0x3e95dc(0x206)]())[_0x3e95dc(0x1d9)](_0x38624a=>_0x341c8a[_0x3e95dc(0x1e7)](_0x38624a));_0xbd6af[_0x3e95dc(0x210)](_0x44f34b),_0x3eea6b[_0x3e95dc(0x234)][_0x3e95dc(0x239)](_0x652b4a[_0x3e95dc(0x1be)])[_0x3e95dc(0x216)](),_0x652b4a[_0x3e95dc(0x240)][_0x3e95dc(0x21c)]({'forceDefaultExecution':!0x0}),_0x3eea6b[_0x3e95dc(0x1c5)](_0x652b4a[_0x3e95dc(0x1be)],..._0x652b4a[_0x3e95dc(0x240)]),_0xbd6af[_0x3e95dc(0x210)](_0xcc10e8);for(const _0x540f2d of _0xcc10e8)_0x540f2d[_0x3e95dc(0x1f2)]();});}),_0x14f9bd[_0x4cbe34(0x1d2)][_0x4cbe34(0x1f3)](function(_0x5cec31){const _0x51f532=_0x4cbe34,_0x54d5f6=!_0x3eea6b[_0x51f532(0x1b8)][_0x51f532(0x1b6)][_0x51f532(0x205)](_0x5cec31),_0x78ffe6=_0x5cec31[_0x51f532(0x1bb)],_0x3607b8=_0x5cec31[_0x51f532(0x1d5)],_0x261c34=_0x5cec31[_0x51f532(0x203)](_0x51f532(0x222)),_0x20389b=!_0x78ffe6||_0x78ffe6[_0x51f532(0x203)](_0x51f532(0x222))!==_0x261c34,_0x2d436c=!_0x3607b8||_0x3607b8[_0x51f532(0x203)](_0x51f532(0x222))!==_0x261c34;return _0x54d5f6&&Boolean(_0x261c34)&&_0x20389b&&_0x2d436c;},_0x68f639=>_0xedcad0(_0x2095a5,_0x4cbe34(0x1f8),_0x68f639));}[_0xa8bfb4(0x1b5)](){const _0x9a83db=_0xa8bfb4,_0x2cd990=this[_0x9a83db(0x231)],_0x1c52e1=_0x2cd990[_0x9a83db(0x224)];function _0x540e65(_0x9f1d6e){const _0x13c7b4=_0x9a83db,_0x49d658=_0x2cd990[_0x13c7b4(0x234)][_0x13c7b4(0x239)](_0x13c7b4(0x1c4))[_0x13c7b4(0x221)],_0x563014=_0x2cd990[_0x13c7b4(0x234)][_0x13c7b4(0x239)](_0x13c7b4(0x1e0))[_0x13c7b4(0x221)];return _0x13c7b4(0x1e0)===_0x9f1d6e?_0x49d658:_0x563014;}_0x2cd990[_0x9a83db(0x1e5)][_0x9a83db(0x239)](_0x9a83db(0x1d3))[_0x9a83db(0x1d2)][_0x9a83db(0x21a)](function(_0x46e39b){const _0x3d4d40=_0x9a83db;if(_0x3d4d40(0x1ca)!=_0x46e39b[_0x3d4d40(0x1bf)])return;const {data:_0x2244bb}=_0x46e39b;if(!_0x2244bb)return;let _0x45aad6,_0x31c3b5,_0x541d01,_0xc70693;switch(_0x2244bb[_0x3d4d40(0x1be)]){case _0x3d4d40(0x1c4):_0x541d01=_0x2244bb[_0x3d4d40(0x240)][0x0][_0x3d4d40(0x1c7)],_0xc70693=_0x540e65(_0x2244bb[_0x3d4d40(0x1be)]),_0x45aad6=_0x541d01?_0x3d4d40(0x1cc):_0x3d4d40(0x204),!_0xc70693&&_0x2cd990[_0x3d4d40(0x1de)][_0x3d4d40(0x239)](_0x3d4d40(0x217))||(_0x45aad6=_0x3d4d40(0x1c6)),_0x31c3b5={'type':_0x3d4d40(0x1ff),'content':_0xedcad0(_0x1c52e1,_0x45aad6,_0xedcad0(_0x1c52e1,_0x3d4d40(0x1b4)))};break;case _0x3d4d40(0x1e0):_0x541d01=_0x2244bb[_0x3d4d40(0x240)][0x0][_0x3d4d40(0x1c7)],_0xc70693=_0x540e65(_0x2244bb[_0x3d4d40(0x1be)]),_0x45aad6=_0x541d01?_0x3d4d40(0x1cc):_0x3d4d40(0x204),!_0xc70693&&_0x2cd990[_0x3d4d40(0x1de)][_0x3d4d40(0x239)](_0x3d4d40(0x217))||(_0x45aad6=_0x3d4d40(0x1c6)),_0x31c3b5={'type':_0x3d4d40(0x1ff),'content':_0xedcad0(_0x1c52e1,_0x45aad6,_0xedcad0(_0x1c52e1,_0x3d4d40(0x1ce)))};break;case _0x3d4d40(0x230):_0x45aad6=_0x3d4d40(0x1d7),_0x31c3b5={'type':_0x3d4d40(0x1ff),'content':_0xedcad0(_0x1c52e1,_0x45aad6,_0xedcad0(_0x1c52e1,_0x3d4d40(0x1f8)))};break;case _0x3d4d40(0x22a):_0x45aad6=function(_0x69bb6){const _0x4b08d9=_0x3d4d40,_0x5400b4=_0x69bb6[_0x4b08d9(0x1b7)]();let _0x37f204=_0x5400b4[_0x4b08d9(0x207)][_0x4b08d9(0x1ea)];for(;_0x37f204&&_0x5400b4[_0x4b08d9(0x1c2)](_0x37f204);){if(_0x37f204[_0x4b08d9(0x203)](_0x4b08d9(0x220))>0x0)return!0x1;_0x37f204=_0x37f204[_0x4b08d9(0x1d5)];}return!0x0;}(_0x46e39b)?_0xedcad0(_0x1c52e1,_0x3d4d40(0x204),_0xedcad0(_0x1c52e1,function(_0x46a232){const _0x5020a0=_0x3d4d40;return _0x5020a0(0x1dd)+_0x46a232[_0x5020a0(0x1b7)]()[_0x5020a0(0x207)][_0x5020a0(0x1ea)][_0x5020a0(0x203)](_0x5020a0(0x1fa))[_0x5020a0(0x1c0)]()+_0x5020a0(0x20b);}(_0x46e39b))):_0xedcad0(_0x1c52e1,_0x3d4d40(0x1dc),_0xedcad0(_0x1c52e1,_0x3d4d40(0x1f8))),_0x31c3b5={'type':_0x3d4d40(0x1ff),'content':_0x45aad6};break;case _0x3d4d40(0x23b):case _0x3d4d40(0x22e):!0x1===_0x2244bb[_0x3d4d40(0x227)]&&(_0x45aad6=_0x3d4d40(0x225),_0x31c3b5={'type':_0x3d4d40(0x23e),'content':_0xedcad0(_0x1c52e1,_0x45aad6,_0xedcad0(_0x1c52e1,_0x3d4d40(0x1f8)))});}return _0x31c3b5;});}}function _0x892e(_0x5c4847,_0x5f0e10){const _0x4c733f=_0x4c73();return _0x892e=function(_0x892e4a,_0x34071d){_0x892e4a=_0x892e4a-0x1b4;let _0x434e3e=_0x4c733f[_0x892e4a];return _0x434e3e;},_0x892e(_0x5c4847,_0x5f0e10);}function ie(_0x4facfd){const _0x11d619=_0xa8bfb4;let _0x156932=_0x4facfd[_0x11d619(0x1b7)]()[_0x11d619(0x207)][_0x11d619(0x1ea)][_0x11d619(0x1bb)];for(;_0x156932;){const _0x45f854=_0x156932[_0x11d619(0x203)](_0x11d619(0x222));if(!_0x45f854)return!0x1;if(_0x45f854==_0x4facfd[_0x11d619(0x20c)][_0x11d619(0x1f9)])return _0x11d619(0x1f9);if(_0x45f854==_0x4facfd[_0x11d619(0x20c)][_0x11d619(0x212)])return _0x11d619(0x212);_0x156932=_0x156932[_0x11d619(0x1bb)];}return!0x1;}
|
|
23
|
+
const _0x4bfc2b=_0xeeb5;(function(_0x5e931b,_0x42d6f7){const _0x52a1ae=_0xeeb5,_0x2eadc2=_0x5e931b();while(!![]){try{const _0x1faa80=-parseInt(_0x52a1ae(0x238))/0x1*(-parseInt(_0x52a1ae(0x24f))/0x2)+parseInt(_0x52a1ae(0x1db))/0x3+parseInt(_0x52a1ae(0x253))/0x4+parseInt(_0x52a1ae(0x24d))/0x5*(-parseInt(_0x52a1ae(0x21d))/0x6)+parseInt(_0x52a1ae(0x1ce))/0x7*(-parseInt(_0x52a1ae(0x1eb))/0x8)+parseInt(_0x52a1ae(0x246))/0x9*(parseInt(_0x52a1ae(0x1dc))/0xa)+-parseInt(_0x52a1ae(0x1ea))/0xb*(parseInt(_0x52a1ae(0x243))/0xc);if(_0x1faa80===_0x42d6f7)break;else _0x2eadc2['push'](_0x2eadc2['shift']());}catch(_0x372f27){_0x2eadc2['push'](_0x2eadc2['shift']());}}}(_0x5408,0x324cd));import{Plugin as _0x4b5d5c}from'ckeditor5/src/core.js';import{getTranslation as _0x2b1aa1}from'../utils/common-translations.js';import{renameAttributeKey as _0x26c039}from'../trackchangesediting.js';import{LiveRange as _0x5ec699}from'ckeditor5/src/engine.js';export default class z extends _0x4b5d5c{[_0x4bfc2b(0x20e)](){const _0x5031e7=_0x4bfc2b,_0x1727bd=this[_0x5031e7(0x24b)];if(!_0x1727bd[_0x5031e7(0x216)][_0x5031e7(0x22b)](_0x5031e7(0x20c)))return;const _0xe54f9b=_0x1727bd[_0x5031e7(0x1d1)],_0x30e2bd=_0x1727bd[_0x5031e7(0x216)][_0x5031e7(0x1cc)](_0x5031e7(0x1d2)),_0x3ce474=_0x1727bd[_0x5031e7(0x216)][_0x5031e7(0x22b)](_0x5031e7(0x235)),_0x268e0a=!!_0x1727bd[_0x5031e7(0x24a)][_0x5031e7(0x1cc)](_0x5031e7(0x206));function _0x5cc9b5(_0x281773){const _0x1c3948=_0x5031e7;return{'type':_0x1c3948(0x1cd),'content':''+_0x2b1aa1(_0xe54f9b,_0x1c3948(0x236),_0x281773)};}function _0x124ba9(_0x5e89e8){const _0x139676=_0x5031e7;return{'type':_0x139676(0x1cd),'content':''+_0x2b1aa1(_0xe54f9b,_0x139676(0x251),_0x5e89e8)};}_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x255),[],[_0x5031e7(0x1cb),_0x5031e7(0x203),_0x5031e7(0x242)]),_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x208)),_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x1f7)),_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x1e4)),_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x257)),_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x1f1)),_0x268e0a&&(_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x1cf)),_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x205))),_0x3ce474&&(_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x221)),_0x30e2bd[_0x5031e7(0x22e)](_0x5031e7(0x225),[],[_0x5031e7(0x1e0)]),_0x30e2bd[_0x5031e7(0x21a)][_0x5031e7(0x1c9)](_0x502017=>{const _0xb11298=_0x5031e7,{data:_0x507cec}=_0x502017;if(_0x507cec&&_0xb11298(0x1e0)==_0x507cec[_0xb11298(0x1df)])return{'type':_0xb11298(0x1cd),'content':_0x507cec[_0xb11298(0x1ff)]?_0x2b1aa1(_0xe54f9b,_0xb11298(0x1d7)):_0x2b1aa1(_0xe54f9b,_0xb11298(0x212))};}),this[_0x5031e7(0x24b)][_0x5031e7(0x1d5)][_0x5031e7(0x223)][_0x5031e7(0x23d)](_0x527226=>{const _0x4780a1=_0x5031e7;if(_0x527226[_0x4780a1(0x21c)][_0x4780a1(0x1f2)])return!0x1;let _0x4c640b=!0x1;const _0x4000ac=_0x30e2bd[_0x4780a1(0x217)]({'skipNotAttached':!0x0})[_0x4780a1(0x1f4)](_0x303a3f=>_0x4780a1(0x1e0)===_0x30e2bd[_0x4780a1(0x20a)](_0x303a3f));for(const _0x1d7724 of _0x4000ac){_0x4780a1(0x228)!=_0x1d7724[_0x4780a1(0x20b)]()[_0x4780a1(0x22d)][_0x4780a1(0x1d9)][_0x4780a1(0x23b)](_0x4780a1(0x203))&&(_0x30e2bd[_0x4780a1(0x245)](_0x1d7724[_0x4780a1(0x20b)](),_0x4780a1(0x1e5))[_0x4780a1(0x1d8)](_0x1b2e52=>_0x4780a1(0x203)===_0x30e2bd[_0x4780a1(0x20a)](_0x1b2e52[_0x4780a1(0x234)]))||(_0x527226[_0x4780a1(0x1e3)](_0x1d7724[_0x4780a1(0x1f6)]()),_0x4c640b=!0x0));}return _0x4c640b;})),_0x30e2bd[_0x5031e7(0x21a)][_0x5031e7(0x1e2)](_0x5031e7(0x242),_0x2b1aa1(_0xe54f9b,_0x5031e7(0x1d4)));const _0x4ab6c4={'type':_0x5031e7(0x1cd),'content':''};_0x30e2bd[_0x5031e7(0x21a)][_0x5031e7(0x1c9)](_0x419207=>{const _0x16fcac=_0x5031e7,{data:_0x1ef3c1}=_0x419207;if(!_0x1ef3c1||_0x16fcac(0x203)!=_0x1ef3c1[_0x16fcac(0x1df)])return;let _0x6f45a9=_0x419207[_0x16fcac(0x224)];for(;_0x6f45a9;){if(_0x6f45a9[_0x16fcac(0x211)]&&(_0x16fcac(0x219)==_0x6f45a9[_0x16fcac(0x211)][_0x16fcac(0x1df)]&&(_0x6f45a9[_0x16fcac(0x211)][_0x16fcac(0x1ff)]&&_0x16fcac(0x222)!=_0x6f45a9[_0x16fcac(0x211)][_0x16fcac(0x1ff)]||_0x16fcac(0x222)!=_0x6f45a9[_0x16fcac(0x211)][_0x16fcac(0x230)]&&!_0x1ef3c1[_0x16fcac(0x1ff)])||!_0x268e0a&&_0x6f45a9[_0x16fcac(0x211)][_0x16fcac(0x1df)]==_0x26c039))return _0x4ab6c4;_0x6f45a9=_0x6f45a9[_0x16fcac(0x215)];}if(null==_0x1ef3c1[_0x16fcac(0x1ff)])switch(_0x1ef3c1[_0x16fcac(0x230)]){case _0x16fcac(0x227):return _0x124ba9(_0x2b1aa1(_0xe54f9b,_0x16fcac(0x1fd)));case _0x16fcac(0x1c7):return _0x124ba9(_0x2b1aa1(_0xe54f9b,_0x16fcac(0x22f)));case _0x16fcac(0x228):return _0x124ba9(_0x2b1aa1(_0xe54f9b,_0x16fcac(0x256)));}switch(_0x1ef3c1[_0x16fcac(0x1ff)]){case _0x16fcac(0x227):return _0x5cc9b5(_0x2b1aa1(_0xe54f9b,_0x16fcac(0x1fd)));case _0x16fcac(0x1c7):return _0x5cc9b5(_0x2b1aa1(_0xe54f9b,_0x16fcac(0x22f)));case _0x16fcac(0x228):return _0x5cc9b5(_0x2b1aa1(_0xe54f9b,_0x16fcac(0x256)));}}),_0x30e2bd[_0x5031e7(0x21a)][_0x5031e7(0x1c9)](_0x15d575=>{const _0x1f8cb4=_0x5031e7,{data:_0x3fa008}=_0x15d575;if(_0x3fa008&&_0x1f8cb4(0x242)==_0x3fa008[_0x1f8cb4(0x1df)])return null==_0x3fa008[_0x1f8cb4(0x1ff)]||null==_0x3fa008[_0x1f8cb4(0x230)]&&0x0==_0x3fa008[_0x1f8cb4(0x1ff)]?_0x4ab6c4:void 0x0;}),_0x30e2bd[_0x5031e7(0x21a)][_0x5031e7(0x1c9)](_0x372605=>{const _0x42e01a=_0x5031e7;if(_0x42e01a(0x1e5)!=_0x372605[_0x42e01a(0x1fc)])return;const {data:_0x377964}=_0x372605;if(!_0x377964||_0x42e01a(0x1cb)!=_0x377964[_0x42e01a(0x1df)])return;const _0x140320=ie(_0x372605);return _0x140320?_0x42e01a(0x1ff)==_0x140320?{'type':_0x42e01a(0x1cd),'content':_0x2b1aa1(_0xe54f9b,_0x42e01a(0x1fa))}:_0x42e01a(0x230)==_0x140320?{'type':_0x42e01a(0x1cd),'content':_0x2b1aa1(_0xe54f9b,_0x42e01a(0x210))}:_0x4ab6c4:_0x4ab6c4;}),_0x1727bd[_0x5031e7(0x1d5)][_0x5031e7(0x223)][_0x5031e7(0x23d)](_0x3dc351=>this[_0x5031e7(0x22c)](_0x3dc351)),_0x1727bd[_0x5031e7(0x1d5)][_0x5031e7(0x223)][_0x5031e7(0x23d)](_0x139b17=>this[_0x5031e7(0x1f8)](_0x139b17)),_0x1727bd[_0x5031e7(0x1d5)][_0x5031e7(0x223)][_0x5031e7(0x23d)](_0xf7b611=>this[_0x5031e7(0x1e1)](_0xf7b611)),this[_0x5031e7(0x249)]();}[_0x4bfc2b(0x22c)](_0x49d212){const _0x5d3400=_0x4bfc2b;if(_0x49d212[_0x5d3400(0x21c)][_0x5d3400(0x1f2)]||!_0x49d212[_0x5d3400(0x21c)][_0x5d3400(0x258)])return!0x1;let _0x573fea=!0x1;const _0x4e49e8=this[_0x5d3400(0x24b)][_0x5d3400(0x216)][_0x5d3400(0x1cc)](_0x5d3400(0x1d2))[_0x5d3400(0x217)]({'skipNotAttached':!0x0})[_0x5d3400(0x1f4)](_0x52e869=>_0x52e869[_0x5d3400(0x211)]&&_0x5d3400(0x1cb)==_0x52e869[_0x5d3400(0x211)][_0x5d3400(0x1df)])[_0x5d3400(0x1f4)](_0xe4426e=>_0xe4426e[_0x5d3400(0x211)][_0x5d3400(0x1ff)]&&_0xe4426e[_0x5d3400(0x211)][_0x5d3400(0x230)]);for(const _0x1739d1 of _0x4e49e8)ie(_0x1739d1)||(_0x49d212[_0x5d3400(0x1e3)](_0x1739d1[_0x5d3400(0x1f6)]()),_0x573fea=!0x0);return _0x573fea;}[_0x4bfc2b(0x1f8)](_0x9ad973){const _0x72af7e=_0x4bfc2b;if(_0x9ad973[_0x72af7e(0x21c)][_0x72af7e(0x1f2)]||!_0x9ad973[_0x72af7e(0x21c)][_0x72af7e(0x258)])return!0x1;const _0x19a376=this[_0x72af7e(0x24b)][_0x72af7e(0x216)][_0x72af7e(0x1cc)](_0x72af7e(0x1d2));if(_0x19a376[_0x72af7e(0x1f3)][_0x72af7e(0x1e7)])return!0x1;let _0x285aba=!0x1;const _0x15976b=[_0x72af7e(0x203),_0x72af7e(0x219),_0x72af7e(0x1cb),_0x72af7e(0x242),_0x72af7e(0x240),_0x72af7e(0x200),_0x72af7e(0x250)],_0x2ad187=this[_0x72af7e(0x24b)][_0x72af7e(0x1d5)][_0x72af7e(0x223)][_0x72af7e(0x21f)][_0x72af7e(0x20f)]()[_0x72af7e(0x1f4)](_0x2458d9=>_0x72af7e(0x1e5)==_0x2458d9[_0x72af7e(0x1fc)])[_0x72af7e(0x1f4)](_0x2f3293=>_0x15976b[_0x72af7e(0x259)](_0x2f3293[_0x72af7e(0x1e9)]));if(0x0==_0x2ad187[_0x72af7e(0x244)])return _0x285aba;for(const _0x29de92 of _0x2ad187){const _0x3c7875=_0x19a376[_0x72af7e(0x245)](_0x29de92[_0x72af7e(0x23e)],_0x72af7e(0x1e5))[_0x72af7e(0x1f4)](_0x210385=>!_0x210385[_0x72af7e(0x241)][_0x72af7e(0x1ec)])[_0x72af7e(0x1e8)](_0x44b359=>_0x44b359[_0x72af7e(0x234)])[_0x72af7e(0x1f4)](_0x12fee9=>{const _0x545c3e=_0x72af7e,_0x3abbe1=_0x19a376[_0x545c3e(0x20a)](_0x12fee9);return _0x15976b[_0x545c3e(0x259)](_0x3abbe1);});if(_0x3c7875[_0x72af7e(0x244)]){for(const _0x4c2bb7 of _0x3c7875)_0x9ad973[_0x72af7e(0x1e3)](_0x4c2bb7[_0x72af7e(0x1f6)]());_0x285aba=!0x0;}}return _0x285aba;}[_0x4bfc2b(0x1e1)](_0x2c6301){const _0x5b6543=_0x4bfc2b;if(_0x2c6301[_0x5b6543(0x21c)][_0x5b6543(0x1f2)]||!_0x2c6301[_0x5b6543(0x21c)][_0x5b6543(0x258)])return!0x1;const _0x3affd3=this[_0x5b6543(0x24b)][_0x5b6543(0x216)][_0x5b6543(0x1cc)](_0x5b6543(0x1d2));let _0x96be40=!0x1;const _0x10725e=[_0x5b6543(0x203),_0x5b6543(0x219),_0x5b6543(0x1cb),_0x5b6543(0x242),_0x5b6543(0x240),_0x5b6543(0x200),_0x5b6543(0x250)];for(const _0x5e9384 of _0x3affd3[_0x5b6543(0x217)]({'skipNotAttached':!0x0})){const _0x4641a1=_0x3affd3[_0x5b6543(0x245)](_0x5e9384[_0x5b6543(0x20b)](),_0x5b6543(0x1e5))[_0x5b6543(0x1e8)](_0x2c3d24=>_0x2c3d24[_0x5b6543(0x234)])[_0x5b6543(0x1f4)](_0x2b71b3=>_0x2b71b3[_0x5b6543(0x211)]&&_0x10725e[_0x5b6543(0x259)](_0x2b71b3[_0x5b6543(0x211)][_0x5b6543(0x1df)]));if(!_0x4641a1[_0x5b6543(0x244)])continue;const _0x525f7b=_0x4641a1[0x0][_0x5b6543(0x224)][_0x5b6543(0x226)][_0x5b6543(0x1f5)];if(!_0x4641a1[_0x5b6543(0x1f0)](_0xdf57b6=>_0xdf57b6[_0x5b6543(0x226)][_0x5b6543(0x1f5)]===_0x525f7b)){for(const _0x4fe3a4 of _0x4641a1)_0xfa9133(_0x4fe3a4,_0x525f7b)&&(_0x96be40=!0x0);}}return _0x96be40;function _0x159619(_0x5f095e,_0x4ab4c9){const _0x1d79a7=_0x5b6543;for(const _0x260deb of _0x3affd3[_0x1d79a7(0x217)]({'skipNotAttached':!0x0})[_0x1d79a7(0x1f4)](_0x5a7916=>_0x1d79a7(0x1e5)==_0x5a7916[_0x1d79a7(0x1fc)]&&_0x5a7916[_0x1d79a7(0x226)][_0x1d79a7(0x1f5)]==_0x5f095e))_0x260deb[_0x1d79a7(0x20d)](_0x1d79a7(0x1f5),_0x4ab4c9);}function _0xfa9133(_0xc79e51,_0x1bd658){const _0xe560e5=_0x5b6543;let _0x1ecfa6=_0xc79e51[_0xe560e5(0x224)],_0xc564d4=!0x1;for(;_0x1ecfa6;)_0x1ecfa6[_0xe560e5(0x226)][_0xe560e5(0x1f5)]!=_0x1bd658&&(_0x159619(_0x1ecfa6[_0xe560e5(0x226)][_0xe560e5(0x1f5)],_0x1bd658),_0x1ecfa6[_0xe560e5(0x20d)](_0xe560e5(0x1f5),_0x1bd658),_0xc564d4=!0x0),_0x1ecfa6=_0x1ecfa6[_0xe560e5(0x215)];return _0xc564d4;}}[_0x4bfc2b(0x249)](){const _0x34d4a2=_0x4bfc2b,_0x343e5=this[_0x34d4a2(0x24b)],_0x360cd8=_0x343e5[_0x34d4a2(0x1d1)],_0x438db6=_0x343e5[_0x34d4a2(0x216)][_0x34d4a2(0x1cc)](_0x34d4a2(0x1d2));this[_0x34d4a2(0x1d0)](),_0x438db6[_0x34d4a2(0x201)][_0x34d4a2(0x1fe)](_0x34d4a2(0x23c),_0x34d4a2(0x1ef),_0x34d4a2(0x252),function(_0x1ace52,_0x4c0daa){const _0x4b4fc8=_0x34d4a2,_0x51a206=[];for(let _0x5d687a of _0x1ace52)_0x5d687a[_0x4b4fc8(0x22d)][_0x4b4fc8(0x1d9)]===_0x5d687a[_0x4b4fc8(0x21e)][_0x4b4fc8(0x1da)]&&(_0x5d687a=_0x343e5[_0x4b4fc8(0x1d5)][_0x4b4fc8(0x23f)](_0x343e5[_0x4b4fc8(0x1d5)][_0x4b4fc8(0x202)](_0x5d687a[_0x4b4fc8(0x22d)][_0x4b4fc8(0x1d9)],0x0))),_0x51a206[_0x4b4fc8(0x1e6)](_0x5d687a);_0x343e5[_0x4b4fc8(0x1d5)][_0x4b4fc8(0x229)](_0x2a76ab=>{const _0x102c0f=_0x4b4fc8,_0x4150a4=_0x343e5[_0x102c0f(0x1d5)][_0x102c0f(0x223)][_0x102c0f(0x21b)],_0x6eb13b=Array[_0x102c0f(0x247)](_0x4150a4[_0x102c0f(0x231)]())[_0x102c0f(0x1e8)](_0x5c2d85=>_0x5ec699[_0x102c0f(0x1ca)](_0x5c2d85));_0x2a76ab[_0x102c0f(0x1c8)](_0x51a206),_0x343e5[_0x102c0f(0x204)][_0x102c0f(0x1cc)](_0x4c0daa[_0x102c0f(0x220)])[_0x102c0f(0x248)](),_0x4c0daa[_0x102c0f(0x214)][_0x102c0f(0x1e6)]({'forceDefaultExecution':!0x0}),_0x343e5[_0x102c0f(0x1dd)](_0x4c0daa[_0x102c0f(0x220)],..._0x4c0daa[_0x102c0f(0x214)]),_0x2a76ab[_0x102c0f(0x1c8)](_0x6eb13b);for(const _0x32571b of _0x6eb13b)_0x32571b[_0x102c0f(0x1d6)]();});}),_0x438db6[_0x34d4a2(0x21a)][_0x34d4a2(0x1fb)](function(_0x26c92e){const _0x524644=_0x34d4a2,_0x4543e1=!_0x343e5[_0x524644(0x1d5)][_0x524644(0x237)][_0x524644(0x1ee)](_0x26c92e),_0x21d6d7=_0x26c92e[_0x524644(0x1d3)],_0xf3cd94=_0x26c92e[_0x524644(0x213)],_0x4cb48c=_0x26c92e[_0x524644(0x23b)](_0x524644(0x1cb)),_0x42464d=!_0x21d6d7||_0x21d6d7[_0x524644(0x23b)](_0x524644(0x1cb))!==_0x4cb48c,_0x2fdd00=!_0xf3cd94||_0xf3cd94[_0x524644(0x23b)](_0x524644(0x1cb))!==_0x4cb48c;return _0x4543e1&&Boolean(_0x4cb48c)&&_0x42464d&&_0x2fdd00;},_0x215b81=>_0x2b1aa1(_0x360cd8,_0x34d4a2(0x239),_0x215b81));}[_0x4bfc2b(0x1d0)](){const _0x30da8a=_0x4bfc2b,_0x2967fa=this[_0x30da8a(0x24b)],_0x3af54f=_0x2967fa[_0x30da8a(0x1d1)];function _0x34fc0a(_0x555944){const _0x28d913=_0x30da8a,_0x2c4564=_0x2967fa[_0x28d913(0x204)][_0x28d913(0x1cc)](_0x28d913(0x208))[_0x28d913(0x1e7)],_0x3bb98e=_0x2967fa[_0x28d913(0x204)][_0x28d913(0x1cc)](_0x28d913(0x255))[_0x28d913(0x1e7)];return _0x28d913(0x255)===_0x555944?_0x2c4564:_0x3bb98e;}_0x2967fa[_0x30da8a(0x216)][_0x30da8a(0x1cc)](_0x30da8a(0x1d2))[_0x30da8a(0x21a)][_0x30da8a(0x1c9)](function(_0x4cec08){const _0x9bb91b=_0x30da8a;if(_0x9bb91b(0x23c)!=_0x4cec08[_0x9bb91b(0x1fc)])return;const {data:_0x5ded43}=_0x4cec08;if(!_0x5ded43)return;let _0x874754,_0x1ff034,_0x4f8e33,_0x3ea537;switch(_0x5ded43[_0x9bb91b(0x220)]){case _0x9bb91b(0x208):_0x4f8e33=_0x5ded43[_0x9bb91b(0x214)][0x0][_0x9bb91b(0x24e)],_0x3ea537=_0x34fc0a(_0x5ded43[_0x9bb91b(0x220)]),_0x874754=_0x4f8e33?_0x9bb91b(0x22a):_0x9bb91b(0x254),!_0x3ea537&&_0x2967fa[_0x9bb91b(0x24a)][_0x9bb91b(0x1cc)](_0x9bb91b(0x206))||(_0x874754=_0x9bb91b(0x23a)),_0x1ff034={'type':_0x9bb91b(0x1cd),'content':_0x2b1aa1(_0x3af54f,_0x874754,_0x2b1aa1(_0x3af54f,_0x9bb91b(0x1fd)))};break;case _0x9bb91b(0x255):_0x4f8e33=_0x5ded43[_0x9bb91b(0x214)][0x0][_0x9bb91b(0x24e)],_0x3ea537=_0x34fc0a(_0x5ded43[_0x9bb91b(0x220)]),_0x874754=_0x4f8e33?_0x9bb91b(0x22a):_0x9bb91b(0x254),!_0x3ea537&&_0x2967fa[_0x9bb91b(0x24a)][_0x9bb91b(0x1cc)](_0x9bb91b(0x206))||(_0x874754=_0x9bb91b(0x23a)),_0x1ff034={'type':_0x9bb91b(0x1cd),'content':_0x2b1aa1(_0x3af54f,_0x874754,_0x2b1aa1(_0x3af54f,_0x9bb91b(0x22f)))};break;case _0x9bb91b(0x1f7):_0x874754=_0x9bb91b(0x233),_0x1ff034={'type':_0x9bb91b(0x1cd),'content':_0x2b1aa1(_0x3af54f,_0x874754,_0x2b1aa1(_0x3af54f,_0x9bb91b(0x239)))};break;case _0x9bb91b(0x1e4):_0x874754=function(_0x1ce1cd){const _0xc987f9=_0x9bb91b,_0x492531=_0x1ce1cd[_0xc987f9(0x20b)]();let _0x11993a=_0x492531[_0xc987f9(0x22d)][_0xc987f9(0x1d9)];for(;_0x11993a&&_0x492531[_0xc987f9(0x1de)](_0x11993a);){if(_0x11993a[_0xc987f9(0x23b)](_0xc987f9(0x242))>0x0)return!0x1;_0x11993a=_0x11993a[_0xc987f9(0x213)];}return!0x0;}(_0x4cec08)?_0x2b1aa1(_0x3af54f,_0x9bb91b(0x254),_0x2b1aa1(_0x3af54f,function(_0x5ae2cd){const _0x16a226=_0x9bb91b;return _0x16a226(0x24c)+_0x5ae2cd[_0x16a226(0x20b)]()[_0x16a226(0x22d)][_0x16a226(0x1d9)][_0x16a226(0x23b)](_0x16a226(0x203))[_0x16a226(0x218)]()+_0x16a226(0x207);}(_0x4cec08))):_0x2b1aa1(_0x3af54f,_0x9bb91b(0x232),_0x2b1aa1(_0x3af54f,_0x9bb91b(0x239))),_0x1ff034={'type':_0x9bb91b(0x1cd),'content':_0x874754};break;case _0x9bb91b(0x1cf):case _0x9bb91b(0x205):!0x1===_0x5ded43[_0x9bb91b(0x1f9)]&&(_0x874754=_0x9bb91b(0x1ed),_0x1ff034={'type':_0x9bb91b(0x209),'content':_0x2b1aa1(_0x3af54f,_0x874754,_0x2b1aa1(_0x3af54f,_0x9bb91b(0x239)))});}return _0x1ff034;});}}function _0xeeb5(_0x669afc,_0x5700d1){const _0x5408d7=_0x5408();return _0xeeb5=function(_0xeeb534,_0x36391c){_0xeeb534=_0xeeb534-0x1c7;let _0x45d01d=_0x5408d7[_0xeeb534];return _0x45d01d;},_0xeeb5(_0x669afc,_0x5700d1);}function _0x5408(){const _0x31b4bd=['indentList','noTrackChangesFixer','multipleBlocks','*Merge:*\x20list\x20item','registerElementLabel','type','ELEMENT_BULLETED_LIST','registerCustomCallback','newValue','listReversed','_suggestionFactory','createPositionAt','listType','commands','mergeListItemForward','list.multiBlock','_LIST','bulletedList','deletion','_getAttributeKey','getFirstRange','ListEditing','setAttribute','afterInit','getChanges','*Split:*\x20list\x20item','data','*Uncheck\x20item*','nextSibling','commandParams','next','plugins','getSuggestions','toUpperCase','listStyle','_descriptionFactory','selection','batch','1907922VlpWmI','end','differ','commandName','todoList','default','document','head','checkTodoList','attributes','bulleted','todo','change','*Format:*\x20insert\x20into\x20%0','has','listItemIdFixer','start','_enableDefaultAttributesIntegration','ELEMENT_NUMBERED_LIST','oldValue','getRanges','*Outdent:*\x20%0','*Indent:*\x20%0','suggestion','TodoListEditing','*Set\x20format:*\x20%0','schema','403834fKMnkA','ELEMENT_LIST_ITEM','*Change\x20to:*\x20%0','getAttribute','formatBlock','registerPostFixer','range','createRange','listStart','meta','listIndent','84SzoVOx','length','_findSuggestions','18FxRatF','from','refresh','_supportLegacySuggestions','config','editor','ELEMENT_','5eEOQCd','forceValue','2BZxbhI','todoListCheck','*Remove\x20format:*\x20%0','accept','392200OvWbJs','*Format:*\x20remove\x20from\x20%0','numberedList','ELEMENT_TODO_LIST','splitListItemAfter','isLocal','includes','numbered','setSelection','registerDescriptionCallback','fromRange','listItemId','get','format','21161sNcEuL','mergeListItemBackward','_registerLegacyDescription','locale','TrackChangesEditing','previousSibling','FORMAT_INDENT','model','detach','*Check\x20item*','find','nodeAfter','parent','836232zMrHbt','1009820vlEtZt','execute','containsItem','key','todoListChecked','assureChains','registerAttributeLabel','removeMarker','outdentList','attribute','push','value','map','attributeKey','516351wpyfFJ','344eFCcAE','isNextTo','*Merge:*\x20%0','isObject','documentList','every','splitListItemBefore','isUndo','trackChangesCommand','filter','groupId','getFirstMarker'];_0x5408=function(){return _0x31b4bd;};return _0x5408();}function ie(_0x29e61b){const _0x4d2736=_0x4bfc2b;let _0x4f136c=_0x29e61b[_0x4d2736(0x20b)]()[_0x4d2736(0x22d)][_0x4d2736(0x1d9)][_0x4d2736(0x1d3)];for(;_0x4f136c;){const _0x4a3cf1=_0x4f136c[_0x4d2736(0x23b)](_0x4d2736(0x1cb));if(!_0x4a3cf1)return!0x1;if(_0x4a3cf1==_0x29e61b[_0x4d2736(0x211)][_0x4d2736(0x1ff)])return _0x4d2736(0x1ff);if(_0x4a3cf1==_0x29e61b[_0x4d2736(0x211)][_0x4d2736(0x230)])return _0x4d2736(0x230);_0x4f136c=_0x4f136c[_0x4d2736(0x1d3)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x5c6edc=_0x5668;(function(_0x1fa58e,_0x4f4bd2){const _0xbad1f6=_0x5668,_0x67e706=_0x1fa58e();while(!![]){try{const _0x4435d0=-parseInt(_0xbad1f6(0xaa))/0x1*(-parseInt(_0xbad1f6(0xa0))/0x2)+-parseInt(_0xbad1f6(0x9a))/0x3+parseInt(_0xbad1f6(0xbd))/0x4*(parseInt(_0xbad1f6(0x72))/0x5)+parseInt(_0xbad1f6(0x96))/0x6+-parseInt(_0xbad1f6(0x93))/0x7*(parseInt(_0xbad1f6(0xb5))/0x8)+-parseInt(_0xbad1f6(0x69))/0x9+parseInt(_0xbad1f6(0x9c))/0xa;if(_0x4435d0===_0x4f4bd2)break;else _0x67e706['push'](_0x67e706['shift']());}catch(_0xa0cece){_0x67e706['push'](_0x67e706['shift']());}}}(_0x2c4b,0x53de4));import{Plugin as _0x105c82}from'ckeditor5/src/core.js';function _0x2c4b(){const _0x492d01=['commandParams','2755704ktOnkI','listReversed','numbered','next','214050fPSXsZ','_enableDefaultAttributesIntegration','2323480mfnwEE','data','bind','commandName','6ZSNeOX','FORMAT_LIST_START','*Set\x20format:*\x20%0','has','default','square','getFirstRange','editor','find','filter','181736PQpCRo','batch','format','list.properties','bulleted','afterInit','listStyle','ListPropertiesEditing','getFirstMarker','upper-latin','attribute','4184248ffdfVW','*Change\x20to:*\x20%0','removeMarker','formatBlock','registerDescriptionCallback','start','_registerLegacyDescription','registerPostFixer','8JkpGhC','head','reversed','model','*Format:*\x20set\x20start\x20index\x20to\x20%0','*Format:*\x20set\x20order\x20to\x20reversed','3714885eJOglV','type','suggestion','key','isUndo','lower-roman','lower-latin','upper-roman','newValue','284575OKMDYi','decimal-leading-zero','nodeAfter','circle','document','config','oldValue','getSuggestions','locale','disc','styles','ELEMENT_','_getAttributeKey','_getTranslationKeyForListStyle','FORMAT_LIST_REVERSED','_descriptionFactory','registerAttributeLabel','listStart','getAttribute','plugins','replace','includes','TrackChangesEditing','toUpperCase','handleDescriptions','*Remove\x20format:*\x20%0','listType','get','_LIST_','startIndex','decimal','*Format:*\x20set\x20order\x20to\x20regular','_LIST_DEFAULT','7RjnxPL','_findSuggestions'];_0x2c4b=function(){return _0x492d01;};return _0x2c4b();}import{getTranslation as _0x57c38b}from'../utils/common-translations.js';export default class se extends _0x105c82{[_0x5c6edc(0xaf)](){const _0x53cf6b=_0x5c6edc;if(!this[_0x53cf6b(0xa7)][_0x53cf6b(0x85)][_0x53cf6b(0xa3)](_0x53cf6b(0xb1)))return;const _0x56d7ac=this[_0x53cf6b(0xa7)][_0x53cf6b(0x77)][_0x53cf6b(0x8d)](_0x53cf6b(0xad)),_0x3f2f32=this[_0x53cf6b(0xa7)][_0x53cf6b(0x85)][_0x53cf6b(0x8d)](_0x53cf6b(0x88));_0x56d7ac[_0x53cf6b(0x7c)]&&_0x3f2f32[_0x53cf6b(0x9b)](_0x53cf6b(0xb0),[],[_0x53cf6b(0xb0)]),_0x56d7ac[_0x53cf6b(0xbf)]&&_0x3f2f32[_0x53cf6b(0x9b)](_0x53cf6b(0x97),[],[_0x53cf6b(0x97)]),_0x56d7ac[_0x53cf6b(0x8f)]&&_0x3f2f32[_0x53cf6b(0x9b)](_0x53cf6b(0x83),[],[_0x53cf6b(0x83)]);const _0x5b5288={'type':_0x53cf6b(0xac),'content':''};_0x3f2f32[_0x53cf6b(0x81)][_0x53cf6b(0xb9)](this[_0x53cf6b(0x8a)][_0x53cf6b(0x9e)](this));const _0x563c0f=this[_0x53cf6b(0xa7)][_0x53cf6b(0x7a)];_0x3f2f32[_0x53cf6b(0x81)][_0x53cf6b(0x82)](_0x53cf6b(0x97),_0x57c38b(_0x563c0f,_0x53cf6b(0x80))),_0x3f2f32[_0x53cf6b(0x81)][_0x53cf6b(0xb9)](_0x1f2841=>{const _0x1d830f=_0x53cf6b,{data:_0x49f84f}=_0x1f2841;if(_0x49f84f&&_0x1d830f(0x97)==_0x49f84f[_0x1d830f(0x6c)])return null==_0x49f84f[_0x1d830f(0x71)]||0x0==_0x49f84f[_0x1d830f(0x71)]&&null==_0x49f84f[_0x1d830f(0x78)]?_0x5b5288:void 0x0;}),_0x3f2f32[_0x53cf6b(0x81)][_0x53cf6b(0x82)](_0x53cf6b(0x83),_0x57c38b(_0x563c0f,_0x53cf6b(0xa1))),_0x3f2f32[_0x53cf6b(0x81)][_0x53cf6b(0xb9)](_0x4913aa=>{const _0x30223a=_0x53cf6b,{data:_0x3c5137}=_0x4913aa;if(_0x3c5137&&_0x30223a(0x83)==_0x3c5137[_0x30223a(0x6c)])return null==_0x3c5137[_0x30223a(0x71)]||0x1==_0x3c5137[_0x30223a(0x71)]&&null==_0x3c5137[_0x30223a(0x78)]?_0x5b5288:void 0x0;}),this[_0x53cf6b(0xa7)][_0x53cf6b(0xc0)][_0x53cf6b(0x76)][_0x53cf6b(0xbc)](_0xb0fe8e=>{const _0x26b4e6=_0x53cf6b;if(_0xb0fe8e[_0x26b4e6(0xab)][_0x26b4e6(0x6d)])return!0x1;let _0x2c4f86=!0x1;const _0x3bdbe1=_0x3f2f32[_0x26b4e6(0x79)]({'skipNotAttached':!0x0})[_0x26b4e6(0xa9)](_0x5d51e2=>{const _0x317a08=_0x26b4e6,_0x28a149=_0x3f2f32[_0x317a08(0x7e)](_0x5d51e2);return _0x317a08(0x83)==_0x28a149||_0x317a08(0x97)==_0x28a149;});for(const _0x3629e5 of _0x3bdbe1){if(_0x26b4e6(0x98)==_0x3629e5[_0x26b4e6(0xa6)]()[_0x26b4e6(0xba)][_0x26b4e6(0x74)][_0x26b4e6(0x84)](_0x26b4e6(0x8c)))continue;_0x3f2f32[_0x26b4e6(0x94)](_0x3629e5[_0x26b4e6(0xa6)](),_0x26b4e6(0xb4))[_0x26b4e6(0xa8)](_0x5cf26c=>_0x26b4e6(0x8c)==_0x3f2f32[_0x26b4e6(0x7e)](_0x5cf26c[_0x26b4e6(0x6b)]))||(_0xb0fe8e[_0x26b4e6(0xb7)](_0x3629e5[_0x26b4e6(0xb2)]()),_0x2c4f86=!0x0);}return _0x2c4f86;}),this[_0x53cf6b(0xbb)]();}[_0x5c6edc(0x8a)](_0x17a09e){const _0x3eafcc=_0x5c6edc,_0x4b7d0e=this[_0x3eafcc(0xa7)][_0x3eafcc(0x7a)],{data:_0x4e9ad7}=_0x17a09e,_0x37ff7b={'type':_0x3eafcc(0xac),'content':''};if(!_0x4e9ad7||_0x3eafcc(0xb0)!=_0x4e9ad7[_0x3eafcc(0x6c)])return;if(!_0x4e9ad7[_0x3eafcc(0x78)])return _0x3eafcc(0xa4)==_0x4e9ad7[_0x3eafcc(0x71)]?_0x37ff7b:{'type':_0x3eafcc(0xac),'content':''+_0x57c38b(_0x4b7d0e,_0x3eafcc(0xa2),_0x57c38b(_0x4b7d0e,this[_0x3eafcc(0x7f)](_0x4e9ad7[_0x3eafcc(0x71)])))};if(!_0x4e9ad7[_0x3eafcc(0x71)]){if(_0x3eafcc(0xa4)==_0x4e9ad7[_0x3eafcc(0x78)])return _0x37ff7b;let _0x55d573=_0x17a09e[_0x3eafcc(0xbe)];for(;_0x55d573;){if(_0x55d573[_0x3eafcc(0x9d)]&&_0x3eafcc(0x8c)==_0x55d573[_0x3eafcc(0x9d)][_0x3eafcc(0x6c)]&&_0x55d573[_0x3eafcc(0x9d)][_0x3eafcc(0x71)])return _0x37ff7b;_0x55d573=_0x55d573[_0x3eafcc(0x99)];}return{'type':_0x3eafcc(0xac),'content':''+_0x57c38b(_0x4b7d0e,_0x3eafcc(0x8b),_0x57c38b(_0x4b7d0e,this[_0x3eafcc(0x7f)](_0x4e9ad7[_0x3eafcc(0x78)])))};}if(_0x3eafcc(0xa4)!=_0x4e9ad7[_0x3eafcc(0x71)])return{'type':_0x3eafcc(0xac),'content':''+_0x57c38b(_0x4b7d0e,_0x3eafcc(0xa2),_0x57c38b(_0x4b7d0e,this[_0x3eafcc(0x7f)](_0x4e9ad7[_0x3eafcc(0x71)])))};let _0xde6716=_0x17a09e[_0x3eafcc(0xbe)];for(;_0xde6716;){if(_0xde6716[_0x3eafcc(0x9d)]&&_0x3eafcc(0x8c)==_0xde6716[_0x3eafcc(0x9d)][_0x3eafcc(0x6c)]&&_0xde6716[_0x3eafcc(0x9d)][_0x3eafcc(0x71)]&&_0xde6716[_0x3eafcc(0x9d)][_0x3eafcc(0x78)])return _0x37ff7b;_0xde6716=_0xde6716[_0x3eafcc(0x99)];}const _0x5b5d93=_0x17a09e[_0x3eafcc(0xa6)]()[_0x3eafcc(0xba)][_0x3eafcc(0x74)][_0x3eafcc(0x84)](_0x3eafcc(0x8c));return{'type':_0x3eafcc(0xac),'content':_0x57c38b(_0x4b7d0e,_0x3eafcc(0xa2),_0x57c38b(_0x4b7d0e,_0x3eafcc(0x7d)+_0x5b5d93[_0x3eafcc(0x89)]()+_0x3eafcc(0x92)))};}[_0x5c6edc(0xbb)](){const _0x4c2d4d=_0x5c6edc,_0x2cd69b=this[_0x4c2d4d(0xa7)],_0x4d5742=_0x2cd69b[_0x4c2d4d(0x7a)];_0x2cd69b[_0x4c2d4d(0x85)][_0x4c2d4d(0x8d)](_0x4c2d4d(0x88))[_0x4c2d4d(0x81)][_0x4c2d4d(0xb9)](_0x2ebe59=>{const _0x33d9e1=_0x4c2d4d;if(_0x33d9e1(0xb8)!=_0x2ebe59[_0x33d9e1(0x6a)])return;const {data:_0x46bf16}=_0x2ebe59;if(!_0x46bf16)return;let _0x3a2cd3,_0x51dd78;switch(_0x46bf16[_0x33d9e1(0x9f)]){case _0x33d9e1(0xb0):_0x3a2cd3=_0x33d9e1(0xb6),_0x51dd78={'type':_0x33d9e1(0xac),'content':_0x57c38b(_0x4d5742,_0x3a2cd3,_0x57c38b(_0x4d5742,this[_0x33d9e1(0x7f)](_0x46bf16[_0x33d9e1(0x95)][0x0][_0x33d9e1(0x6a)])))};break;case _0x33d9e1(0x97):_0x3a2cd3=_0x46bf16[_0x33d9e1(0x95)][0x0][_0x33d9e1(0xbf)]?_0x33d9e1(0x68):_0x33d9e1(0x91),_0x51dd78={'type':_0x33d9e1(0xac),'content':_0x57c38b(_0x4d5742,_0x3a2cd3)};break;case _0x33d9e1(0x83):_0x3a2cd3=_0x33d9e1(0xc1),_0x51dd78={'type':_0x33d9e1(0xac),'content':_0x57c38b(_0x4d5742,_0x3a2cd3,_0x46bf16[_0x33d9e1(0x95)][0x0][_0x33d9e1(0x8f)])};}return _0x51dd78;});}[_0x5c6edc(0x7f)](_0x49a70b){const _0x41c245=_0x5c6edc;return _0x41c245(0x7d)+function(_0x141395){const _0x3c6d15=_0x41c245;if(ae[_0x3c6d15(0x87)](_0x141395))return _0x3c6d15(0xae);if(le[_0x3c6d15(0x87)](_0x141395))return _0x3c6d15(0x98);return null;}(_0x49a70b)[_0x41c245(0x89)]()+_0x41c245(0x8e)+_0x49a70b[_0x41c245(0x89)]()[_0x41c245(0x86)](/-/g,'_');}}function _0x5668(_0x5f0a64,_0x59648d){const _0x2c4bcd=_0x2c4b();return _0x5668=function(_0x5668b1,_0x2f4af2){_0x5668b1=_0x5668b1-0x68;let _0x1ec6ef=_0x2c4bcd[_0x5668b1];return _0x1ec6ef;},_0x5668(_0x5f0a64,_0x59648d);}const ae=[_0x5c6edc(0x7b),_0x5c6edc(0x75),_0x5c6edc(0xa5)],le=[_0x5c6edc(0x90),_0x5c6edc(0x73),_0x5c6edc(0x6e),_0x5c6edc(0x70),_0x5c6edc(0x6f),_0x5c6edc(0xb3)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x9a0e69=_0x1eb9;function _0x1eb9(_0x68a278,_0x1c503e){const _0x2de1ea=_0x2de1();return _0x1eb9=function(_0x1eb9d2,_0x4cc143){_0x1eb9d2=_0x1eb9d2-0x13a;let _0x28b00c=_0x2de1ea[_0x1eb9d2];return _0x28b00c;},_0x1eb9(_0x68a278,_0x1c503e);}(function(_0xa1615f,_0x3d42de){const _0x62b0d3=_0x1eb9,_0xfdfad5=_0xa1615f();while(!![]){try{const _0x5a0644=-parseInt(_0x62b0d3(0x150))/0x1*(-parseInt(_0x62b0d3(0x15a))/0x2)+parseInt(_0x62b0d3(0x151))/0x3+-parseInt(_0x62b0d3(0x14f))/0x4+parseInt(_0x62b0d3(0x148))/0x5*(-parseInt(_0x62b0d3(0x153))/0x6)+parseInt(_0x62b0d3(0x14d))/0x7+parseInt(_0x62b0d3(0x141))/0x8+-parseInt(_0x62b0d3(0x156))/0x9*(-parseInt(_0x62b0d3(0x155))/0xa);if(_0x5a0644===_0x3d42de)break;else _0xfdfad5['push'](_0xfdfad5['shift']());}catch(_0x58e536){_0xfdfad5['push'](_0xfdfad5['shift']());}}}(_0x2de1,0x8fbe7));import{Plugin as _0x2a79de}from'ckeditor5/src/core.js';import{getTranslation as _0x508e53}from'../utils/common-translations.js';function _0x2de1(){const _0x1cf372=['enableCommand','has','5sxlVki','mediaEmbed','dataDowncast','afterInit','ELEMENT_MEDIA','3561285vGrsYl','_descriptionFactory','1068160ZQhtiI','843fzoVRJ','486768DlXqEj','plugins','6785610VLyQFy','div','20EjPgyt','4966461QHjPhP','for','createEmptyElement','editor','478uGMkpD','conversion','elementToElement','stop','media','registerElementLabel','showSuggestionHighlights','high','TrackChangesEditing','options','downcastDispatcher','data','84832yprgnV','attribute:url:media','get','locale','MediaEmbedEditing'];_0x2de1=function(){return _0x1cf372;};return _0x2de1();}export default class ft extends _0x2a79de{[_0x9a0e69(0x14b)](){const _0x30ccf1=_0x9a0e69,_0x258d96=this[_0x30ccf1(0x159)];if(!_0x258d96[_0x30ccf1(0x152)][_0x30ccf1(0x147)](_0x30ccf1(0x145)))return;const _0x7a0de8=_0x258d96[_0x30ccf1(0x152)][_0x30ccf1(0x143)](_0x30ccf1(0x13d)),_0x1513c3=_0x258d96[_0x30ccf1(0x144)];_0x7a0de8[_0x30ccf1(0x146)](_0x30ccf1(0x149)),_0x7a0de8[_0x30ccf1(0x14e)][_0x30ccf1(0x13a)](_0x30ccf1(0x15e),_0x38cdb1=>_0x508e53(_0x1513c3,_0x30ccf1(0x14c),_0x38cdb1)),_0x258d96[_0x30ccf1(0x15b)][_0x30ccf1(0x157)](_0x30ccf1(0x14a))[_0x30ccf1(0x15c)]({'model':_0x30ccf1(0x15e),'view':(_0x546a64,{writer:_0x1d45e1,options:_0x51ed42})=>{const _0x209c99=_0x30ccf1;if(_0x51ed42[_0x209c99(0x13b)])return _0x1d45e1[_0x209c99(0x158)](_0x209c99(0x154));},'converterPriority':_0x30ccf1(0x13c)}),_0x258d96[_0x30ccf1(0x140)][_0x30ccf1(0x13f)]['on'](_0x30ccf1(0x142),(_0x3bde3,_0x36c5b8,_0x33e799)=>{const _0xb8c7b8=_0x30ccf1;_0x33e799[_0xb8c7b8(0x13e)][_0xb8c7b8(0x13b)]&&_0x3bde3[_0xb8c7b8(0x15d)]();},{'priority':_0x30ccf1(0x13c)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4475f6=_0x4bd7;(function(_0x3abfac,_0x2cdd73){const _0xc85808=_0x4bd7,_0x258115=_0x3abfac();while(!![]){try{const _0x5296fc=parseInt(_0xc85808(0x116))/0x1+-parseInt(_0xc85808(0x117))/0x2*(-parseInt(_0xc85808(0x126))/0x3)+-parseInt(_0xc85808(0x11e))/0x4+-parseInt(_0xc85808(0x123))/0x5+-parseInt(_0xc85808(0x120))/0x6*(parseInt(_0xc85808(0x11f))/0x7)+-parseInt(_0xc85808(0x122))/0x8+-parseInt(_0xc85808(0x121))/0x9*(-parseInt(_0xc85808(0x11a))/0xa);if(_0x5296fc===_0x2cdd73)break;else _0x258115['push'](_0x258115['shift']());}catch(_0x1b3768){_0x258115['push'](_0x258115['shift']());}}}(_0x2fb3,0xbe8ef));import{Plugin as _0x5e902e}from'ckeditor5/src/core.js';function _0x4bd7(_0x3e39ea,_0x415bbb){const _0x2fb3ea=_0x2fb3();return _0x4bd7=function(_0x4bd7e8,_0x57bd8c){_0x4bd7e8=_0x4bd7e8-0x115;let _0x14b0d8=_0x2fb3ea[_0x4bd7e8];return _0x14b0d8;},_0x4bd7(_0x3e39ea,_0x415bbb);}export default class gt extends _0x5e902e{[_0x4475f6(0x11b)](){const _0x5a310b=_0x4475f6,_0x10c168=this[_0x5a310b(0x124)];_0x10c168[_0x5a310b(0x125)][_0x5a310b(0x115)](_0x5a310b(0x119))&&_0x10c168[_0x5a310b(0x125)][_0x5a310b(0x118)](_0x5a310b(0x11d))[_0x5a310b(0x127)](_0x5a310b(0x11c));}}function _0x2fb3(){const _0xd26c48=['2552910trEVGf','enableCommand','has','505094yCXJtz','2BSyvWr','get','MentionEditing','31510TnPxTL','afterInit','mention','TrackChangesEditing','1615604SYFzbq','791akoUqZ','81456Idutnt','7569YZAPtm','8432392QCbiyB','1167450wOdaCq','editor','plugins'];_0x2fb3=function(){return _0xd26c48;};return _0x2fb3();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x14dd02=_0xd190;(function(_0x3b5794,_0x1b3c3f){const _0xe2dcf3=_0xd190,_0x3ef0e0=_0x3b5794();while(!![]){try{const _0x3cbaa1=parseInt(_0xe2dcf3(0x1d6))/0x1+parseInt(_0xe2dcf3(0x1cb))/0x2+parseInt(_0xe2dcf3(0x1d3))/0x3+-parseInt(_0xe2dcf3(0x1c6))/0x4*(parseInt(_0xe2dcf3(0x1c8))/0x5)+parseInt(_0xe2dcf3(0x1db))/0x6*(-parseInt(_0xe2dcf3(0x1c5))/0x7)+parseInt(_0xe2dcf3(0x1da))/0x8*(-parseInt(_0xe2dcf3(0x1cc))/0x9)+-parseInt(_0xe2dcf3(0x1cf))/0xa*(-parseInt(_0xe2dcf3(0x1d8))/0xb);if(_0x3cbaa1===_0x1b3c3f)break;else _0x3ef0e0['push'](_0x3ef0e0['shift']());}catch(_0x12a77a){_0x3ef0e0['push'](_0x3ef0e0['shift']());}}}(_0x2778,0x44fee));import{Plugin as _0x201412}from'ckeditor5/src/core.js';import{getTranslation as _0x5ab3aa}from'../utils/common-translations.js';export default class lt extends _0x201412{[_0x14dd02(0x1ce)](){const _0x218f45=_0x14dd02,_0x18cdd7=this[_0x218f45(0x1ca)];if(!_0x18cdd7[_0x218f45(0x1d4)][_0x218f45(0x1c9)](_0x218f45(0x1c4)))return;_0x18cdd7[_0x218f45(0x1d4)][_0x218f45(0x1d5)](_0x218f45(0x1d0))[_0x218f45(0x1d2)](_0x218f45(0x1d7));const _0x357cef=_0x18cdd7[_0x218f45(0x1d4)][_0x218f45(0x1d5)](_0x218f45(0x1d0)),_0x422a75=_0x18cdd7[_0x218f45(0x1d9)];_0x357cef[_0x218f45(0x1d1)][_0x218f45(0x1cd)](_0x218f45(0x1d7),_0xb6c496=>_0x5ab3aa(_0x422a75,_0x218f45(0x1c7),_0xb6c496));}}function _0xd190(_0x3cab42,_0x3a6751){const _0x27781f=_0x2778();return _0xd190=function(_0xd19047,_0x3b7208){_0xd19047=_0xd19047-0x1c4;let _0x1518a5=_0x27781f[_0xd19047];return _0x1518a5;},_0xd190(_0x3cab42,_0x3a6751);}function _0x2778(){const _0x45069c=['has','editor','926300RBVAcx','45gEfkYe','registerElementLabel','afterInit','220mztAJF','TrackChangesEditing','_descriptionFactory','enableCommand','1105512duoMqS','plugins','get','457066mFKGxu','pageBreak','121154qFcEXx','locale','294664ozTIPK','3389712zzmgAB','PageBreakEditing','7YLNgbC','60PFXcvP','ELEMENT_PAGE_BREAK','166435boJgCu'];_0x2778=function(){return _0x45069c;};return _0x2778();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x235bfb=_0x1072;function _0x1072(_0x48c8ec,_0x58a1a4){const _0x2e0d9a=_0x2e0d();return _0x1072=function(_0x1072d5,_0x3930ee){_0x1072d5=_0x1072d5-0x12b;let _0x9b4263=_0x2e0d9a[_0x1072d5];return _0x9b4263;},_0x1072(_0x48c8ec,_0x58a1a4);}(function(_0x4d640b,_0x316725){const _0x235674=_0x1072,_0x275fde=_0x4d640b();while(!![]){try{const _0x4bebd9=-parseInt(_0x235674(0x138))/0x1*(-parseInt(_0x235674(0x130))/0x2)+parseInt(_0x235674(0x132))/0x3+parseInt(_0x235674(0x13f))/0x4*(-parseInt(_0x235674(0x145))/0x5)+-parseInt(_0x235674(0x135))/0x6+parseInt(_0x235674(0x14b))/0x7*(parseInt(_0x235674(0x141))/0x8)+parseInt(_0x235674(0x150))/0x9+-parseInt(_0x235674(0x13a))/0xa;if(_0x4bebd9===_0x316725)break;else _0x275fde['push'](_0x275fde['shift']());}catch(_0x29b058){_0x275fde['push'](_0x275fde['shift']());}}}(_0x2e0d,0xd3091));import{Plugin as _0x4116a3}from'ckeditor5/src/core.js';import{getTranslation as _0x33d64f}from'../utils/common-translations.js';export default class mt extends _0x4116a3{[_0x235bfb(0x15b)](){const _0x5f4afe=_0x235bfb,_0x4fa752=this[_0x5f4afe(0x16a)];if(!_0x4fa752[_0x5f4afe(0x170)][_0x5f4afe(0x159)](_0x5f4afe(0x165)))return;const _0x23dadf=_0x4fa752[_0x5f4afe(0x13b)],_0x45407e=_0x4fa752[_0x5f4afe(0x170)][_0x5f4afe(0x16d)](_0x5f4afe(0x14e));_0x45407e[_0x5f4afe(0x13e)][_0x5f4afe(0x13c)](_0x5f4afe(0x163),_0x3a45a7=>_0x33d64f(_0x23dadf,_0x5f4afe(0x15e),_0x3a45a7)),_0x45407e[_0x5f4afe(0x134)](_0x5f4afe(0x163)),_0x45407e[_0x5f4afe(0x168)](_0x5f4afe(0x143)),_0x4fa752[_0x5f4afe(0x12f)][_0x5f4afe(0x16f)]['on'](_0x5f4afe(0x133),nr(_0x4fa752),{'priority':_0x5f4afe(0x153)}),_0x4fa752[_0x5f4afe(0x12e)][_0x5f4afe(0x16f)]['on'](_0x5f4afe(0x133),(_0x123363,_0x1d6cd8,_0x7dcf78)=>{const _0x4cd748=_0x5f4afe;_0x7dcf78[_0x4cd748(0x12d)][_0x4cd748(0x151)]&&nr(_0x4fa752,{'showActiveMarker':!0x1})(_0x123363,_0x1d6cd8,_0x7dcf78);},{'priority':_0x5f4afe(0x153)});const _0x324a27=_0x45407e[_0x5f4afe(0x13e)];_0x324a27[_0x5f4afe(0x15c)](_0x4f50fe=>{const _0x2cb5ef=_0x5f4afe;if(_0x2cb5ef(0x14c)!==_0x4f50fe[_0x2cb5ef(0x136)])return;const {start:_0x191a10,end:_0x4bbcf5}=_0x4f50fe[_0x2cb5ef(0x16c)]();if(!_0x191a10[_0x2cb5ef(0x149)](_0x4bbcf5)||!_0x191a10[_0x2cb5ef(0x162)])return;const _0x23d071=_0x4fa752[_0x2cb5ef(0x155)][_0x2cb5ef(0x166)],_0x602249=_0x191a10[_0x2cb5ef(0x162)];return _0x23d071[_0x2cb5ef(0x147)](_0x602249)&&!_0x23d071[_0x2cb5ef(0x14a)](_0x602249)&&_0x23d071[_0x2cb5ef(0x14f)](_0x602249,_0x2cb5ef(0x152))?{'type':_0x2cb5ef(0x14c),'content':_0x33d64f(_0x23dadf,_0x2cb5ef(0x148),_0x324a27[_0x2cb5ef(0x169)](_0x602249,0x1))}:void 0x0;}),this[_0x5f4afe(0x158)]();}[_0x235bfb(0x158)](){const _0x3dbc7b=_0x235bfb,_0xca92b6=this[_0x3dbc7b(0x16a)],_0x5f42e4=_0xca92b6[_0x3dbc7b(0x13b)];_0xca92b6[_0x3dbc7b(0x170)][_0x3dbc7b(0x16d)](_0x3dbc7b(0x14e))[_0x3dbc7b(0x13e)][_0x3dbc7b(0x15c)](_0xbf0abe=>{const _0xa982a0=_0x3dbc7b;if(_0xa982a0(0x12c)!=_0xbf0abe[_0xa982a0(0x136)])return;const {data:_0x4bd09c}=_0xbf0abe;return _0x4bd09c&&_0xa982a0(0x163)==_0x4bd09c[_0xa982a0(0x142)]?{'type':_0xa982a0(0x156),'content':_0x33d64f(_0x5f42e4,_0xa982a0(0x144),_0x33d64f(_0x5f42e4,_0xa982a0(0x15e)))}:void 0x0;});}}function _0x2e0d(){const _0x2efa91=['isLimit','13993swGtCv','insertion','ck-suggestion-marker--active','TrackChangesEditing','checkChild','7237116ImRAgp','showSuggestionHighlights','$text','highest','name','model','format','markerName','_registerLegacyDescription','has','ck-suggestion-marker-split','afterInit','registerDescriptionCallback','activeMarkers','ELEMENT_PARAGRAPH','toViewPosition','includes','start','nodeAfter','paragraph','createUIElement','Paragraph','schema','addClass','enableCommand','getItemLabel','editor','span','getFirstRange','get','bindElementToMarker','downcastDispatcher','plugins','insert','formatBlock','options','data','editing','2LgEpLt','consumable','1961883GuTLZd','addMarker:suggestion:insertion','_enableDefaultAttributesIntegration','6254898dGXiCB','type','mapper','822361IXMAhQ','markerRange','11285770jIuNoR','locale','registerElementLabel','writer','_descriptionFactory','3788fWahPu','end','5936qLbQWE','commandName','insertParagraph','*Change\x20to:*\x20%0','3845RtFQyO','consume','isBlock','*Insert:*\x20%0','isTouching'];_0x2e0d=function(){return _0x2efa91;};return _0x2e0d();}function nr(_0x4971c0,{showActiveMarker:_0x670a30=!0x0}={}){return(_0x3db0be,_0x1e9a2a,_0x46dd13)=>{const _0x1f003b=_0x1072,_0x2244b8=_0x4971c0[_0x1f003b(0x170)][_0x1f003b(0x16d)](_0x1f003b(0x14e)),_0x2260d7=_0x1e9a2a[_0x1f003b(0x139)][_0x1f003b(0x161)],_0x198861=_0x1e9a2a[_0x1f003b(0x139)][_0x1f003b(0x140)],_0x20d3b9=_0x4971c0[_0x1f003b(0x155)][_0x1f003b(0x166)];if(!_0x2260d7[_0x1f003b(0x149)](_0x198861)||!_0x2260d7[_0x1f003b(0x162)])return;const _0x30520a=_0x2260d7[_0x1f003b(0x162)];if(_0x20d3b9[_0x1f003b(0x147)](_0x30520a)&&!_0x20d3b9[_0x1f003b(0x14a)](_0x30520a)&&_0x20d3b9[_0x1f003b(0x14f)](_0x30520a,_0x1f003b(0x152))){if(!_0x46dd13[_0x1f003b(0x131)][_0x1f003b(0x146)](_0x1e9a2a[_0x1f003b(0x139)],_0x3db0be[_0x1f003b(0x154)]))return;const _0x1e87d9=_0x46dd13[_0x1f003b(0x13d)][_0x1f003b(0x164)](_0x1f003b(0x16b),{'class':_0x1f003b(0x15a)}),_0xc75715=_0x46dd13[_0x1f003b(0x137)][_0x1f003b(0x15f)](_0x198861);_0x670a30&&_0x2244b8[_0x1f003b(0x15d)][_0x1f003b(0x160)](_0x1e9a2a[_0x1f003b(0x157)])&&_0x46dd13[_0x1f003b(0x13d)][_0x1f003b(0x167)](_0x1f003b(0x14d),_0x1e87d9),_0x46dd13[_0x1f003b(0x13d)][_0x1f003b(0x12b)](_0xc75715,_0x1e87d9),_0x46dd13[_0x1f003b(0x137)][_0x1f003b(0x16e)](_0x1e87d9,_0x1e9a2a[_0x1f003b(0x157)]);}};}
|