@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240605.0 → 0.0.0-nightly-20240606.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/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- 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/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.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.d.ts +1 -1
- package/src/suggestion.js +2 -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.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -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 _0x5f5ba4=_0x18c2;function _0x18c2(_0x94395d,_0x4808ab){const _0x5f4624=_0x5f46();return _0x18c2=function(_0x18c28c,_0x21dcd9){_0x18c28c=_0x18c28c-0x82;let _0x541331=_0x5f4624[_0x18c28c];return _0x541331;},_0x18c2(_0x94395d,_0x4808ab);}(function(_0x393558,_0x9b7df7){const _0xfa0b21=_0x18c2,_0x33acf2=_0x393558();while(!![]){try{const _0x31306=parseInt(_0xfa0b21(0xa9))/0x1*(parseInt(_0xfa0b21(0x98))/0x2)+parseInt(_0xfa0b21(0x8b))/0x3*(-parseInt(_0xfa0b21(0xda))/0x4)+parseInt(_0xfa0b21(0x94))/0x5*(-parseInt(_0xfa0b21(0xaa))/0x6)+-parseInt(_0xfa0b21(0xc3))/0x7*(-parseInt(_0xfa0b21(0xa2))/0x8)+parseInt(_0xfa0b21(0xca))/0x9+-parseInt(_0xfa0b21(0xc8))/0xa*(parseInt(_0xfa0b21(0x8e))/0xb)+parseInt(_0xfa0b21(0xd4))/0xc*(parseInt(_0xfa0b21(0x90))/0xd);if(_0x31306===_0x9b7df7)break;else _0x33acf2['push'](_0x33acf2['shift']());}catch(_0xec93a2){_0x33acf2['push'](_0x33acf2['shift']());}}}(_0x5f46,0xe65b9));import{Plugin as _0x7b2990}from'ckeditor5/src/core.js';import{getTranslation as _0x42df46}from'../utils/common-translations.js';export default class ut extends _0x7b2990{[_0x5f5ba4(0x96)](){const _0x3c6794=_0x5f5ba4,_0x4e89cc=this[_0x3c6794(0xb7)],_0x4c53d3=_0x4e89cc[_0x3c6794(0x93)];if(!_0x4e89cc[_0x3c6794(0xb3)][_0x3c6794(0x87)](_0x3c6794(0x9a)))return;const _0x5264a2=_0x4e89cc[_0x3c6794(0xb3)][_0x3c6794(0xbe)](_0x3c6794(0xd8)),_0x440a27=_0x4e89cc[_0x3c6794(0xb3)][_0x3c6794(0x87)](_0x3c6794(0x91));function _0x9cb2b0(_0xfbcbfd){return()=>{const _0x633f77=_0x18c2,_0x290552=_0x4e89cc[_0x633f77(0xb9)][_0x633f77(0xd5)][_0x633f77(0xd1)],_0x282078=_0x4e89cc[_0x633f77(0xba)][_0x633f77(0xbe)](_0xfbcbfd);if(_0x282078[_0x633f77(0xcb)])return void _0x4e89cc[_0x633f77(0xb5)](_0x633f77(0xb8),{});const _0x1f9819=_0xfbcbfd[_0x633f77(0x95)](0x0,-0x4),_0x418701=function(_0x90a5db,_0x49c56a,_0x3b1976){const _0x12585a=_0x633f77;let _0x30a1b4=Array[_0x12585a(0xa4)](_0x90a5db)[_0x12585a(0x99)](_0x584944=>function(_0x30b976,_0x25422d){const _0x4f4d17=_0x12585a;return _0x25422d[_0x4f4d17(0x86)](_0x30b976[_0x4f4d17(0x9c)],_0x4f4d17(0xd2))&&!_0x25422d[_0x4f4d17(0xb4)](_0x30b976);}(_0x584944,_0x3b1976));_0x30a1b4=_0x30a1b4[_0x12585a(0x99)](_0x149d47=>!_0x149d47['is'](_0x12585a(0xcf),_0x12585a(0xd2))||_0x149d47[_0x12585a(0xc1)](_0x12585a(0xb6))!=_0x49c56a);const _0x334215=new Set();for(const _0x364881 of _0x30a1b4)_0x364881['is'](_0x12585a(0xcf),_0x12585a(0xd2))?_0x334215[_0x12585a(0x89)](me(_0x364881)):_0x334215[_0x12585a(0x89)](_0x364881);return Array[_0x12585a(0xa4)](_0x334215);}(_0x290552[_0x633f77(0xad)](),_0x1f9819,_0x4e89cc[_0x633f77(0xb9)][_0x633f77(0xa0)]);_0x4e89cc[_0x633f77(0xb9)][_0x633f77(0xc7)](()=>{const _0x4a9c29=_0x633f77;for(const _0x55a6f3 of _0x418701)_0x5264a2[_0x4a9c29(0xc0)](_0x55a6f3,{'commandName':_0xfbcbfd,'commandParams':[{'forceValue':!_0x282078[_0x4a9c29(0xcb)]}],'formatGroupId':_0x4a9c29(0xb2)},fe(_0x55a6f3));});};}function _0x1a3228(_0x513302){return()=>{const _0x1346cd=_0x18c2,_0xfdc152=function(_0x5e82ca){const _0x2a50ef=_0x18c2;let _0x1d921e=Array[_0x2a50ef(0xa4)](_0x5e82ca);const _0x111cb7=_0x1d921e[_0x2a50ef(0xb1)](_0x5b9ce8=>_0x2a50ef(0xd2)!=_0x5b9ce8[_0x2a50ef(0x82)]);return _0x111cb7>-0x1&&(_0x1d921e=_0x1d921e[_0x2a50ef(0x95)](0x0,_0x111cb7)),_0x1d921e;}(_0x4e89cc[_0x1346cd(0xb9)][_0x1346cd(0xd5)][_0x1346cd(0xd1)][_0x1346cd(0xad)]()),_0x41085d=_0x4e89cc[_0x1346cd(0xb9)][_0x1346cd(0x9f)](_0x4e89cc[_0x1346cd(0xb9)][_0x1346cd(0x8d)](_0xfdc152[0x0],_0x1346cd(0x8f)),_0x4e89cc[_0x1346cd(0xb9)][_0x1346cd(0x8d)](_0xfdc152[_0xfdc152[_0x1346cd(0x85)]-0x1],_0x1346cd(0xaf)));_0x4e89cc[_0x1346cd(0xb9)][_0x1346cd(0xc7)](()=>{const _0x3f8ffa=_0x1346cd;_0x5264a2[_0x3f8ffa(0xc0)](_0x41085d,{'commandName':_0x513302,'commandParams':[],'formatGroupId':_0x3f8ffa(0x88)},function(_0xc6ca3e){const _0xe00c9c=_0x3f8ffa,_0x29bb06=new Set();for(const _0x4b2fd1 of _0xc6ca3e){let _0x1cd781=_0x4b2fd1[_0xe00c9c(0x9e)];for(;_0x1cd781&&_0x1cd781[_0xe00c9c(0xc1)](_0xe00c9c(0x88))>_0x4b2fd1[_0xe00c9c(0xc1)](_0xe00c9c(0x88));)_0x29bb06[_0xe00c9c(0x89)](_0x1cd781),_0x1cd781=_0x1cd781[_0xe00c9c(0x9e)];}return Array[_0xe00c9c(0xa4)](_0x29bb06);}(_0xfdc152));});};}_0x5264a2[_0x3c6794(0x8a)](_0x3c6794(0xce),_0x9cb2b0(_0x3c6794(0xce))),_0x5264a2[_0x3c6794(0x8a)](_0x3c6794(0xd6),_0x9cb2b0(_0x3c6794(0xd6))),_0x440a27&&_0x5264a2[_0x3c6794(0x8a)](_0x3c6794(0x9b),_0x9cb2b0(_0x3c6794(0x9b))),_0x5264a2[_0x3c6794(0x8a)](_0x3c6794(0xc9),_0x1a3228(_0x3c6794(0xc9))),_0x5264a2[_0x3c6794(0x8a)](_0x3c6794(0xd3),_0x1a3228(_0x3c6794(0xd3))),_0x440a27&&_0x5264a2[_0x3c6794(0x8a)](_0x3c6794(0xa7),()=>{const _0x56a9d8=_0x3c6794,_0x9edc50=_0x4e89cc[_0x56a9d8(0xba)][_0x56a9d8(0xbe)](_0x56a9d8(0xa7)),_0x2b5e1c=Array[_0x56a9d8(0xa4)](_0x9edc50[_0x56a9d8(0x83)]);_0x2b5e1c[_0x56a9d8(0x99)](_0x131add=>_0x131add[_0x56a9d8(0xc1)](_0x56a9d8(0x92))!=_0x9edc50[_0x56a9d8(0xcb)]),_0x4e89cc[_0x56a9d8(0xb9)][_0x56a9d8(0xc7)](()=>{const _0x41c163=_0x56a9d8;for(const _0x1f2414 of _0x2b5e1c)_0x5264a2[_0x41c163(0xc0)](_0x1f2414,{'commandName':_0x41c163(0xa7),'commandParams':[{'forceValue':!_0x9edc50[_0x41c163(0xcb)]}]});});}),_0x5264a2[_0x3c6794(0xab)][_0x3c6794(0xbd)](_0x3c6794(0xd2),_0x3ae1dd=>_0x42df46(_0x4c53d3,_0x3c6794(0x97),_0x3ae1dd)),_0x5264a2[_0x3c6794(0xab)][_0x3c6794(0xa8)](_0x4cf0c3=>{const _0x49562e=_0x3c6794;if(_0x49562e(0xbb)!=_0x4cf0c3[_0x49562e(0xa6)]&&_0x49562e(0xae)!=_0x4cf0c3[_0x49562e(0xa6)])return;const {data:_0xddd40f}=_0x4cf0c3;if(_0xddd40f){if(_0x49562e(0xce)==_0xddd40f[_0x49562e(0xc2)]||_0x49562e(0xd6)==_0xddd40f[_0x49562e(0xc2)]||_0x49562e(0x9b)==_0xddd40f[_0x49562e(0xc2)])switch(_0xddd40f[_0x49562e(0xc2)][_0x49562e(0x84)](_0x49562e(0xc5),'')){case _0x49562e(0xb0):return _0x613a6d(_0x42df46(_0x4c53d3,_0x49562e(0xd0)));case _0x49562e(0xcc):return _0x613a6d(_0x42df46(_0x4c53d3,_0x49562e(0xbc)));case _0x49562e(0xac):return _0x613a6d(_0x42df46(_0x4c53d3,_0x49562e(0xc6)));}if(_0x49562e(0xc9)==_0xddd40f[_0x49562e(0xc2)])return{'type':_0x49562e(0xd9),'content':_0x42df46(_0x4c53d3,_0x49562e(0xa5),_0x42df46(_0x4c53d3,_0x49562e(0x97)))};if(_0x49562e(0xd3)==_0xddd40f[_0x49562e(0xc2)])return{'type':_0x49562e(0xd9),'content':_0x42df46(_0x4c53d3,_0x49562e(0x9d),_0x42df46(_0x4c53d3,_0x49562e(0x97)))};if(_0x49562e(0xa7)==_0xddd40f[_0x49562e(0xc2)])return _0xddd40f[_0x49562e(0xcd)][0x0][_0x49562e(0xa3)]?{'type':_0x49562e(0xd9),'content':_0x42df46(_0x4c53d3,_0x49562e(0x8c))}:{'type':_0x49562e(0xd9),'content':_0x42df46(_0x4c53d3,_0x49562e(0xc4))};}function _0x613a6d(_0x48d274){const _0x51921b=_0x49562e;return{'type':_0x51921b(0xd9),'content':_0x42df46(_0x4c53d3,_0x51921b(0xd7),_0x48d274)};}});}}function me(_0x56da74){const _0x5348b5=_0x5f5ba4,_0x1f6ca4=_0x56da74[_0x5348b5(0xc1)](_0x5348b5(0x88));if(0x0==_0x1f6ca4)return _0x56da74;let _0x1ef014=_0x56da74;for(;_0x56da74[_0x5348b5(0xa1)]&&_0x56da74[_0x5348b5(0xa1)]['is'](_0x5348b5(0xcf),_0x5348b5(0xd2));){const _0x5290e7=_0x56da74[_0x5348b5(0xa1)][_0x5348b5(0xc1)](_0x5348b5(0x88));if(_0x5290e7==_0x1f6ca4)_0x1ef014=_0x56da74[_0x5348b5(0xa1)];else{if(_0x5290e7<_0x1f6ca4)break;}_0x56da74=_0x56da74[_0x5348b5(0xa1)];}return _0x1ef014;}function _0x5f46(){const _0x3d0b00=['type','checkTodoList','registerDescriptionCallback','1711549Tcrxss','396GwihaI','descriptionFactory','todo','getSelectedBlocks','formatInline','end','bulleted','findIndex','blockName','plugins','isObject','execute','listType','editor','paragraph','model','commands','formatBlock','ELEMENT_NUMBERED_LIST','registerElementLabel','get','push','markBlockFormat','getAttribute','commandName','243572rBqGuI','*Uncheck\x20item*','List','ELEMENT_TODO_LIST','change','12110KtNYhw','indentList','5805207FQEKrE','value','numbered','commandParams','numberedList','element','ELEMENT_BULLETED_LIST','selection','listItem','outdentList','48EyinMz','document','bulletedList','*Change\x20to:*\x20%0','TrackChangesEditing','format','8pJykaF','name','_selectedElements','replace','length','checkChild','has','listIndent','add','enableCommand','2190459szwvpf','*Check\x20item*','createPositionAt','12199qMGFjb','before','635791ypwdQP','LegacyTodoListEditing','todoListChecked','locale','30755vopxUA','slice','afterInit','ELEMENT_LIST_ITEM','2UkvGtm','filter','LegacyListEditing','todoList','parent','*Outdent:*\x20%0','nextSibling','createRange','schema','previousSibling','368HYhlzI','forceValue','from','*Indent:*\x20%0'];_0x5f46=function(){return _0x3d0b00;};return _0x5f46();}function fe(_0x223e97){const _0x1355e4=_0x5f5ba4,_0x4b75e1=[];if(_0x223e97['is'](_0x1355e4(0xcf),_0x1355e4(0xd2))&&_0x223e97[_0x1355e4(0xc1)](_0x1355e4(0x88))>0x0){let _0x11cc18=_0x223e97[_0x1355e4(0x9e)];for(;_0x11cc18&&_0x1355e4(0xd2)==_0x11cc18[_0x1355e4(0x82)]&&_0x11cc18[_0x1355e4(0xc1)](_0x1355e4(0x88))==_0x223e97[_0x1355e4(0xc1)](_0x1355e4(0x88));)_0x4b75e1[_0x1355e4(0xbf)](_0x11cc18),_0x11cc18=_0x11cc18[_0x1355e4(0x9e)];}return _0x4b75e1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4cd837=_0x3ad9;function _0x1b0f(){const _0x3e736b=['*Format:*\x20set\x20start\x20index\x20to\x20%0','flat','selection','commandParams','LegacyListPropertiesEditing','handleListStartCommand','_getTranslationKeyForListStyle','forward','2262562kQPGrU','document','getAttribute','*Change\x20to:*\x20%0','*Format:*\x20set\x20order\x20to\x20regular','from','before','styles','numbered','formatInline','backward','listStyle','reversed','format','listReversed','formatBlock','map','handleListReversedCommand','6bCaXRY','replace','plugins','toUpperCase','afterInit','unshift','change','_getSuggestionBlocks','filter','listItem','bind','3TDSOqR','getSiblingNodes','enableCommand','1084064TnAZNJ','134247HAxPim','getLastPosition','ELEMENT_','push','listType','markMultiRangeBlockFormat','descriptionFactory','createRange','listStart','1222600ruyeFe','handleDescriptions','locale','registerDescriptionCallback','_getSuggestionBlocksForListStyle','parent','getSelectedBlocks','*Format:*\x20set\x20order\x20to\x20reversed','getFirstPosition','config','element','commandName','6867889DGqNXz','createPositionAt','5549740LkVELA','type','default','list.properties','has','get','editor','length','handleListStyleCommand','getListTypeFromListStyleType','45UYmzBL','TrackChangesEditing','LegacyListUtils','_LIST_','startIndex','31203660KyBmAJ','model'];_0x1b0f=function(){return _0x3e736b;};return _0x1b0f();}function _0x3ad9(_0x12ff11,_0x4cdf5e){const _0x1b0f31=_0x1b0f();return _0x3ad9=function(_0x3ad999,_0x46c0d6){_0x3ad999=_0x3ad999-0x18c;let _0x482da3=_0x1b0f31[_0x3ad999];return _0x482da3;},_0x3ad9(_0x12ff11,_0x4cdf5e);}(function(_0x2059cb,_0x24bedd){const _0x2f5580=_0x3ad9,_0x4ffdd5=_0x2059cb();while(!![]){try{const _0x116f16=parseInt(_0x2f5580(0x1d2))/0x1+-parseInt(_0x2f5580(0x1b1))/0x2*(-parseInt(_0x2f5580(0x1ce))/0x3)+-parseInt(_0x2f5580(0x1db))/0x4+parseInt(_0x2f5580(0x198))/0x5+parseInt(_0x2f5580(0x1c3))/0x6*(parseInt(_0x2f5580(0x196))/0x7)+-parseInt(_0x2f5580(0x1d1))/0x8*(-parseInt(_0x2f5580(0x1a2))/0x9)+-parseInt(_0x2f5580(0x1a7))/0xa;if(_0x116f16===_0x24bedd)break;else _0x4ffdd5['push'](_0x4ffdd5['shift']());}catch(_0xbd0302){_0x4ffdd5['push'](_0x4ffdd5['shift']());}}}(_0x1b0f,0x9477f));import{Plugin as _0x3b74f3}from'ckeditor5/src/core.js';import{getTranslation as _0x79aff7}from'../utils/common-translations.js';export default class K extends _0x3b74f3{[_0x4cd837(0x1c7)](){const _0xd2a2dd=_0x4cd837;if(!this[_0xd2a2dd(0x19e)][_0xd2a2dd(0x1c5)][_0xd2a2dd(0x19c)](_0xd2a2dd(0x1ad)))return;const _0x9e4407=this[_0xd2a2dd(0x19e)][_0xd2a2dd(0x193)][_0xd2a2dd(0x19d)](_0xd2a2dd(0x19b)),_0x9e5c94=this[_0xd2a2dd(0x19e)][_0xd2a2dd(0x1c5)][_0xd2a2dd(0x19d)](_0xd2a2dd(0x1a3));_0x9e4407[_0xd2a2dd(0x1b8)]&&_0x9e5c94[_0xd2a2dd(0x1d0)](_0xd2a2dd(0x1bc),this[_0xd2a2dd(0x1a0)][_0xd2a2dd(0x1cd)](this)),_0x9e4407[_0xd2a2dd(0x1bd)]&&_0x9e5c94[_0xd2a2dd(0x1d0)](_0xd2a2dd(0x1bf),this[_0xd2a2dd(0x1c2)][_0xd2a2dd(0x1cd)](this)),_0x9e4407[_0xd2a2dd(0x1a6)]&&_0x9e5c94[_0xd2a2dd(0x1d0)](_0xd2a2dd(0x1da),this[_0xd2a2dd(0x1ae)][_0xd2a2dd(0x1cd)](this)),_0x9e5c94[_0xd2a2dd(0x1d8)][_0xd2a2dd(0x18d)](this[_0xd2a2dd(0x1dc)][_0xd2a2dd(0x1cd)](this));}[_0x4cd837(0x1a0)](_0xa4e7ef,_0xd9e649={}){const _0x569d0b=_0x4cd837,_0x57f5be=this[_0x569d0b(0x19e)][_0x569d0b(0x1c5)][_0x569d0b(0x19d)](_0x569d0b(0x1a3)),_0x3f47af=this[_0x569d0b(0x18e)]();this[_0x569d0b(0x19e)][_0x569d0b(0x1a8)][_0x569d0b(0x1c9)](()=>{const _0x1ed0a5=_0x569d0b;_0x57f5be[_0x1ed0a5(0x1d7)](_0x3f47af,{'commandName':_0x1ed0a5(0x1bc),'commandParams':[{'type':_0xd9e649[_0x1ed0a5(0x199)]}],'formatGroupId':_0x1ed0a5(0x1bc)});});}[_0x4cd837(0x1c2)](_0x3eb7e8,_0x31b7e6={}){const _0x58f545=_0x4cd837,_0xc85f6c=this[_0x58f545(0x19e)][_0x58f545(0x1c5)][_0x58f545(0x19d)](_0x58f545(0x1a3)),_0x4e3ce3=this[_0x58f545(0x1ca)](_0x1589d4=>_0x1589d4['is'](_0x58f545(0x194),_0x58f545(0x1cc))&&_0x58f545(0x1b9)===_0x1589d4[_0x58f545(0x1b3)](_0x58f545(0x1d6)));if(_0x4e3ce3[_0x58f545(0x19f)]<0x1)return;const _0x22b639=_0x4e3ce3[_0x58f545(0x1c1)](_0x2d5684=>this[_0x58f545(0x19e)][_0x58f545(0x1a8)][_0x58f545(0x1d9)](this[_0x58f545(0x19e)][_0x58f545(0x1a8)][_0x58f545(0x197)](_0x2d5684,_0x58f545(0x1b7)),this[_0x58f545(0x19e)][_0x58f545(0x1a8)][_0x58f545(0x197)](_0x2d5684,0x0)));this[_0x58f545(0x19e)][_0x58f545(0x1a8)][_0x58f545(0x1c9)](()=>{const _0x15e142=_0x58f545;_0xc85f6c[_0x15e142(0x1d7)](_0x22b639,{'commandName':_0x15e142(0x1bf),'commandParams':[{'reversed':_0x31b7e6[_0x15e142(0x1bd)]}],'formatGroupId':_0x15e142(0x1bf)});});}[_0x4cd837(0x1ae)](_0xfa5842,_0x70bdb5={}){const _0x54b668=_0x4cd837,_0x30c8bc=this[_0x54b668(0x19e)][_0x54b668(0x1c5)][_0x54b668(0x19d)](_0x54b668(0x1a3)),_0x3ec912=this[_0x54b668(0x1ca)](_0xfb0fef=>_0xfb0fef['is'](_0x54b668(0x194),_0x54b668(0x1cc))&&_0x54b668(0x1b9)===_0xfb0fef[_0x54b668(0x1b3)](_0x54b668(0x1d6)));if(_0x3ec912[_0x54b668(0x19f)]<0x1)return;const _0x1332dc=_0x3ec912[_0x54b668(0x1c1)](_0x23eaea=>this[_0x54b668(0x19e)][_0x54b668(0x1a8)][_0x54b668(0x1d9)](this[_0x54b668(0x19e)][_0x54b668(0x1a8)][_0x54b668(0x197)](_0x23eaea,_0x54b668(0x1b7)),this[_0x54b668(0x19e)][_0x54b668(0x1a8)][_0x54b668(0x197)](_0x23eaea,0x0)));this[_0x54b668(0x19e)][_0x54b668(0x1a8)][_0x54b668(0x1c9)](()=>{const _0x302b39=_0x54b668;_0x30c8bc[_0x302b39(0x1d7)](_0x1332dc,{'commandName':_0x302b39(0x1da),'commandParams':[{'startIndex':_0x70bdb5[_0x302b39(0x1a6)]}],'formatGroupId':_0x302b39(0x1da)});});}[_0x4cd837(0x1dc)](_0x544752){const _0x5c52ab=_0x4cd837;if(_0x5c52ab(0x1c0)!=_0x544752[_0x5c52ab(0x199)]&&_0x5c52ab(0x1ba)!=_0x544752[_0x5c52ab(0x199)])return;const _0x4643e9=this[_0x5c52ab(0x19e)][_0x5c52ab(0x18c)],{data:_0x37f2d4}=_0x544752;if(!_0x37f2d4)return;let _0x23e1c9,_0xe42a1b;switch(_0x37f2d4[_0x5c52ab(0x195)]){case _0x5c52ab(0x1bc):_0x23e1c9=_0x5c52ab(0x1b4),_0xe42a1b={'type':_0x5c52ab(0x1be),'content':_0x79aff7(_0x4643e9,_0x23e1c9,_0x79aff7(_0x4643e9,this[_0x5c52ab(0x1af)](_0x37f2d4[_0x5c52ab(0x1ac)][0x0][_0x5c52ab(0x199)])))};break;case _0x5c52ab(0x1bf):_0x23e1c9=_0x37f2d4[_0x5c52ab(0x1ac)][0x0][_0x5c52ab(0x1bd)]?_0x5c52ab(0x191):_0x5c52ab(0x1b5),_0xe42a1b={'type':_0x5c52ab(0x1be),'content':_0x79aff7(_0x4643e9,_0x23e1c9)};break;case _0x5c52ab(0x1da):_0x23e1c9=_0x5c52ab(0x1a9),_0xe42a1b={'type':_0x5c52ab(0x1be),'content':_0x79aff7(_0x4643e9,_0x23e1c9,_0x37f2d4[_0x5c52ab(0x1ac)][0x0][_0x5c52ab(0x1a6)])};}return _0xe42a1b;}[_0x4cd837(0x18e)](){const _0x11cc48=_0x4cd837;var _0x20e03c,_0x235390,_0x2fea10,_0x4efddd;const _0x555854=this[_0x11cc48(0x19e)][_0x11cc48(0x1c5)][_0x11cc48(0x19d)](_0x11cc48(0x1a4));let _0x20b450=Array[_0x11cc48(0x1b6)](this[_0x11cc48(0x19e)][_0x11cc48(0x1a8)][_0x11cc48(0x1b2)][_0x11cc48(0x1ab)][_0x11cc48(0x190)]());return(null===(_0x20e03c=_0x20b450[0x0])||void 0x0===_0x20e03c?void 0x0:_0x20e03c['is'](_0x11cc48(0x194),_0x11cc48(0x1cc)))&&_0x20b450[_0x11cc48(0x1c8)](..._0x555854[_0x11cc48(0x1cf)](this[_0x11cc48(0x19e)][_0x11cc48(0x1a8)][_0x11cc48(0x1b2)][_0x11cc48(0x1ab)][_0x11cc48(0x192)](),_0x11cc48(0x1bb))),(null===(_0x235390=_0x20b450[_0x20b450[_0x11cc48(0x19f)]-0x1])||void 0x0===_0x235390?void 0x0:_0x235390['is'](_0x11cc48(0x194),_0x11cc48(0x1cc)))&&_0x20b450[_0x11cc48(0x1d5)](..._0x555854[_0x11cc48(0x1cf)](this[_0x11cc48(0x19e)][_0x11cc48(0x1a8)][_0x11cc48(0x1b2)][_0x11cc48(0x1ab)][_0x11cc48(0x1d3)](),_0x11cc48(0x1b0))),_0x20b450=[...new Set(_0x20b450)],(null===(_0x4efddd=null===(_0x2fea10=this[_0x11cc48(0x19e)][_0x11cc48(0x1a8)][_0x11cc48(0x1b2)][_0x11cc48(0x1ab)][_0x11cc48(0x192)]())||void 0x0===_0x2fea10?void 0x0:_0x2fea10[_0x11cc48(0x18f)])||void 0x0===_0x4efddd?void 0x0:_0x4efddd['is'](_0x11cc48(0x194),_0x11cc48(0x1cc)))&&(_0x20b450=_0x20b450[_0x11cc48(0x1cb)](_0x52b43b=>_0x52b43b['is'](_0x11cc48(0x194),_0x11cc48(0x1cc)))),_0x20b450;}[_0x4cd837(0x1ca)](_0x4b3fdb){const _0x502703=_0x4cd837,_0x430121=this[_0x502703(0x19e)][_0x502703(0x1c5)][_0x502703(0x19d)](_0x502703(0x1a4));let _0x950a6=Array[_0x502703(0x1b6)](this[_0x502703(0x19e)][_0x502703(0x1a8)][_0x502703(0x1b2)][_0x502703(0x1ab)][_0x502703(0x190)]())[_0x502703(0x1cb)](_0x4b3fdb)[_0x502703(0x1c1)](_0xd89d3=>{const _0x59f0a9=_0x502703,_0x218821=this[_0x59f0a9(0x19e)][_0x59f0a9(0x1a8)][_0x59f0a9(0x197)](_0xd89d3,0x0);return[..._0x430121[_0x59f0a9(0x1cf)](_0x218821,_0x59f0a9(0x1bb)),..._0x430121[_0x59f0a9(0x1cf)](_0x218821,_0x59f0a9(0x1b0))];})[_0x502703(0x1aa)]();return _0x950a6=[...new Set(_0x950a6)],_0x950a6;}[_0x4cd837(0x1af)](_0x23b3ed){const _0x16cbdc=_0x4cd837;return _0x16cbdc(0x1d4)+(this[_0x16cbdc(0x19e)][_0x16cbdc(0x1c5)][_0x16cbdc(0x19d)](_0x16cbdc(0x1a4))[_0x16cbdc(0x1a1)](_0x23b3ed)||_0x16cbdc(0x19a))[_0x16cbdc(0x1c6)]()+_0x16cbdc(0x1a5)+_0x23b3ed[_0x16cbdc(0x1c6)]()[_0x16cbdc(0x1c4)](/-/g,'_');}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x22efaf=_0x3389;function _0x3389(_0x2ad0dc,_0x1ee977){const _0x868c50=_0x868c();return _0x3389=function(_0x338982,_0xa74f8){_0x338982=_0x338982-0xcd;let _0x5e09a8=_0x868c50[_0x338982];return _0x5e09a8;},_0x3389(_0x2ad0dc,_0x1ee977);}(function(_0x368a5f,_0x1fd8ad){const _0xbc5840=_0x3389,_0x5b815a=_0x368a5f();while(!![]){try{const _0x52a96f=parseInt(_0xbc5840(0xe2))/0x1*(parseInt(_0xbc5840(0xf4))/0x2)+parseInt(_0xbc5840(0xf2))/0x3*(parseInt(_0xbc5840(0xcf))/0x4)+-parseInt(_0xbc5840(0xf6))/0x5*(-parseInt(_0xbc5840(0xd5))/0x6)+parseInt(_0xbc5840(0xe8))/0x7+parseInt(_0xbc5840(0xed))/0x8*(-parseInt(_0xbc5840(0xe1))/0x9)+-parseInt(_0xbc5840(0xee))/0xa+-parseInt(_0xbc5840(0xd9))/0xb;if(_0x52a96f===_0x1fd8ad)break;else _0x5b815a['push'](_0x5b815a['shift']());}catch(_0x32bac2){_0x5b815a['push'](_0x5b815a['shift']());}}}(_0x868c,0x31567));import{Plugin as _0x5af568}from'ckeditor5/src/core.js';import{getTranslation as _0xd49f57}from'../utils/common-translations.js';function _0x868c(){const _0x7406db=['unlink','_registerLegacyDescription','commands','get','*Remove\x20link*','LinkEditing','has','37566zzruvI','54TgdeIn','commandParams','descriptionFactory','commandName','registerAttributeLabel','link','2137261HQOsKL','newValue','plugins','toLowerCase','registerDescriptionCallback','400FeARqm','2846340bKZoGy','enableDefaultAttributesIntegration','locale','registerInlineAttribute','83403GVkRNc','type','11138jGeLiJ','afterInit','5JNkpXb','editor','manualDecorators','formatInline','52IrdNgI','label','attribute','key','linkHref','*Set\x20link:*\x20%0','488154BfkjLZ','link\x20(','TrackChangesEditing','format','3887400cjiDVQ'];_0x868c=function(){return _0x7406db;};return _0x868c();}export default class ct extends _0x5af568{[_0x22efaf(0xf5)](){const _0x2da8d5=_0x22efaf,_0x6efbb=this[_0x2da8d5(0xf7)];if(!_0x6efbb[_0x2da8d5(0xea)][_0x2da8d5(0xe0)](_0x2da8d5(0xdf)))return;const _0xc4683f=_0x6efbb[_0x2da8d5(0xea)][_0x2da8d5(0xdd)](_0x2da8d5(0xd7)),_0x54fbb0=_0x6efbb[_0x2da8d5(0xdc)][_0x2da8d5(0xdd)](_0x2da8d5(0xe7));_0xc4683f[_0x2da8d5(0xef)](_0x2da8d5(0xe7)),_0xc4683f[_0x2da8d5(0xef)](_0x2da8d5(0xda)),_0xc4683f[_0x2da8d5(0xf1)](_0x2da8d5(0xd3));for(const _0x3e0ed3 of _0x54fbb0[_0x2da8d5(0xcd)])_0xc4683f[_0x2da8d5(0xf1)](_0x3e0ed3['id']),_0xc4683f[_0x2da8d5(0xe4)][_0x2da8d5(0xe6)](_0x3e0ed3['id'],_0x2da8d5(0xd6)+_0x3e0ed3[_0x2da8d5(0xd0)][_0x2da8d5(0xeb)]()+')');_0xc4683f[_0x2da8d5(0xe4)][_0x2da8d5(0xec)](_0x58d51e=>{const _0x3db76e=_0x2da8d5;if(_0x3db76e(0xd1)!=_0x58d51e[_0x3db76e(0xf3)])return;const {data:_0x43162f}=_0x58d51e;if(!_0x43162f||_0x3db76e(0xd3)!=_0x43162f[_0x3db76e(0xd2)])return;const _0x31d114=_0x43162f[_0x3db76e(0xe9)],_0x4a1c75=_0x6efbb[_0x3db76e(0xf0)];return{'type':_0x3db76e(0xd8),'content':null==_0x31d114?_0xd49f57(_0x4a1c75,_0x3db76e(0xde)):_0xd49f57(_0x4a1c75,_0x3db76e(0xd4),'\x22'+_0x31d114+'\x22')};}),this[_0x2da8d5(0xdb)]();}[_0x22efaf(0xdb)](){const _0x4098b1=_0x22efaf,_0x195ba0=this[_0x4098b1(0xf7)],_0x50f706=_0x195ba0[_0x4098b1(0xf0)];_0x195ba0[_0x4098b1(0xea)][_0x4098b1(0xdd)](_0x4098b1(0xd7))[_0x4098b1(0xe4)][_0x4098b1(0xec)](_0x3bb4ed=>{const _0x5e9c6f=_0x4098b1;if(_0x5e9c6f(0xce)!=_0x3bb4ed[_0x5e9c6f(0xf3)])return;const {data:_0x2a09d2}=_0x3bb4ed;if(_0x2a09d2){if(_0x5e9c6f(0xe7)==_0x2a09d2[_0x5e9c6f(0xe5)]){const _0x446e88=_0x2a09d2[_0x5e9c6f(0xe3)][0x0];return{'type':_0x5e9c6f(0xd8),'content':_0xd49f57(_0x50f706,_0x5e9c6f(0xd4),'\x22'+_0x446e88+'\x22')};}return _0x5e9c6f(0xda)==_0x2a09d2[_0x5e9c6f(0xe5)]?{'type':_0x5e9c6f(0xd8),'content':_0xd49f57(_0x50f706,_0x5e9c6f(0xde))}:void 0x0;}});}}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x623b2d=_0x2f33;(function(_0x23ed3b,_0x117259){const _0x1d863a=_0x2f33,_0x512852=_0x23ed3b();while(!![]){try{const _0x500dd6=parseInt(_0x1d863a(0x245))/0x1*(-parseInt(_0x1d863a(0x1d6))/0x2)+parseInt(_0x1d863a(0x249))/0x3*(parseInt(_0x1d863a(0x1cd))/0x4)+parseInt(_0x1d863a(0x20e))/0x5*(-parseInt(_0x1d863a(0x24c))/0x6)+parseInt(_0x1d863a(0x20a))/0x7*(parseInt(_0x1d863a(0x1da))/0x8)+-parseInt(_0x1d863a(0x22b))/0x9+-parseInt(_0x1d863a(0x23b))/0xa+parseInt(_0x1d863a(0x242))/0xb*(parseInt(_0x1d863a(0x1ec))/0xc);if(_0x500dd6===_0x117259)break;else _0x512852['push'](_0x512852['shift']());}catch(_0x4918cc){_0x512852['push'](_0x512852['shift']());}}}(_0x4a21,0x6913d));import{Plugin as _0x3c0382}from'ckeditor5/src/core.js';function _0x4a21(){const _0xe9e459=['fromRange','indentList','get','has','list.multiBlock','numberedList','toUpperCase','attributeKey','8KQqsNH','registerDescriptionCallback','includes','groupId','ELEMENT_NUMBERED_LIST','assureChains','commands','listStart','getFirstMarker','1090YMiGCG','*Set\x20format:*\x20%0','descriptionFactory','locale','6232nogYzf','commandParams','_findSuggestions','registerAttributeLabel','accept','enableDefaultAttributesIntegration','listMarker','todo','execute','listReversed','getChanges','*Merge:*\x20list\x20item','splitListItemBefore','listMarkerStyle','isLocal','_supportLegacySuggestions','listItemId','documentList','12ENitXM','value','_suggestionFactory','oldValue','filter','suggestion','detach','schema','type','*Split:*\x20list\x20item','getAttribute','*Check\x20item*','nextSibling','*Merge:*\x20%0','*Outdent:*\x20%0','multipleBlocks','isUndo','*Format:*\x20remove\x20from\x20%0','isNextTo','length','previousSibling','numbered','every','registerCustomCallback','listType','attributes','attribute','model','ELEMENT_BULLETED_LIST','mergeListItemForward','1071WeSquI','listItemIdFixer','batch','_getAttributeKey','4285sQlhQH','commandName','document','head','splitListItemAfter','*Indent:*\x20%0','FORMAT_INDENT','editor','_LIST','format','plugins','mergeListItemBackward','listIndent','getFirstRange','*Format:*\x20insert\x20into\x20%0','ELEMENT_LIST_ITEM','noTrackChangesFixer','map','removeMarker','change','from','push','createRange','setSelection','isObject','forceValue','trackChangesCommand','find','registerBlockAttribute','5714064KindsS','setAttribute','meta','createPositionAt','parent','ELEMENT_','customBulletedList','afterInit','*Remove\x20format:*\x20%0','default','containsItem','differ','config','customNumberedList','registerElementLabel','registerPostFixer','3553470ykwnWl','bulleted','todoListCheck','_registerLegacyDescription','start','listStyle','outdentList','19404627tStYJA','TrackChangesEditing','newValue','663oOtCzm','getRanges','checkTodoList','data','903492bTbrpJ','getSuggestions','formatBlock','4926OMMlMP','next','todoListChecked','key','bulletedList','ListEditing','deletion','range','TodoListEditing','nodeAfter','selection','refresh','ELEMENT_TODO_LIST','*Change\x20to:*\x20%0','todoList','end','*Uncheck\x20item*'];_0x4a21=function(){return _0xe9e459;};return _0x4a21();}import{getTranslation as _0x440042}from'../utils/common-translations.js';function _0x2f33(_0x2f053e,_0x2a6d66){const _0x4a21d1=_0x4a21();return _0x2f33=function(_0x2f33c5,_0x4bd0bc){_0x2f33c5=_0x2f33c5-0x1b5;let _0x4653ac=_0x4a21d1[_0x2f33c5];return _0x4653ac;},_0x2f33(_0x2f053e,_0x2a6d66);}import{renameAttributeKey as _0x2863b8}from'../trackchangesediting.js';import{LiveRange as _0x1faddb}from'ckeditor5/src/engine.js';export default class z extends _0x3c0382{[_0x623b2d(0x232)](){const _0x4ff064=_0x623b2d,_0x3e95f7=this[_0x4ff064(0x215)];if(!_0x3e95f7[_0x4ff064(0x218)][_0x4ff064(0x1c8)](_0x4ff064(0x1b9)))return;const _0x2b7c59=_0x3e95f7[_0x4ff064(0x1d9)],_0x166fa2=_0x3e95f7[_0x4ff064(0x218)][_0x4ff064(0x1c7)](_0x4ff064(0x243)),_0xfaca17=_0x3e95f7[_0x4ff064(0x218)][_0x4ff064(0x1c8)](_0x4ff064(0x1bc)),_0x161f12=!!_0x3e95f7[_0x4ff064(0x237)][_0x4ff064(0x1c7)](_0x4ff064(0x1c9));function _0xc6b689(_0x48a2a8){const _0x5672d7=_0x4ff064;return{'type':_0x5672d7(0x217),'content':''+_0x440042(_0x2b7c59,_0x5672d7(0x1d7),_0x48a2a8)};}function _0x10673b(_0x268540){const _0x388ddc=_0x4ff064;return{'type':_0x388ddc(0x217),'content':''+_0x440042(_0x2b7c59,_0x388ddc(0x233),_0x268540)};}_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1ca)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1b8)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x238)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x231)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1c6)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x241)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x212)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1e6)),_0x166fa2[_0x4ff064(0x22a)](_0x4ff064(0x1ea)),_0x166fa2[_0x4ff064(0x22a)](_0x4ff064(0x204)),_0x166fa2[_0x4ff064(0x22a)](_0x4ff064(0x21a)),_0x161f12&&(_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x219)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x209))),_0xfaca17&&(_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1c2)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x247)),_0x166fa2[_0x4ff064(0x22a)](_0x4ff064(0x1b6)),_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1ce)](_0x33e755=>{const _0x3452b7=_0x4ff064,{data:_0x482d96}=_0x33e755;if(_0x482d96&&_0x3452b7(0x1b6)==_0x482d96[_0x3452b7(0x1b7)])return{'type':_0x3452b7(0x217),'content':_0x482d96[_0x3452b7(0x244)]?_0x440042(_0x2b7c59,_0x3452b7(0x1f7)):_0x440042(_0x2b7c59,_0x3452b7(0x1c4))};}),this[_0x4ff064(0x215)][_0x4ff064(0x207)][_0x4ff064(0x210)][_0x4ff064(0x23a)](_0x533828=>{const _0x1a74f9=_0x4ff064;if(_0x533828[_0x1a74f9(0x20c)][_0x1a74f9(0x1fc)])return!0x1;let _0x2b18c5=!0x1;const _0x1ae045=_0x166fa2[_0x1a74f9(0x24a)]({'skipNotAttached':!0x0})[_0x1a74f9(0x1f0)](_0x190187=>_0x1a74f9(0x1b6)===_0x166fa2[_0x1a74f9(0x20d)](_0x190187));for(const _0x2da2c4 of _0x1ae045){_0x1a74f9(0x1e1)!=_0x2da2c4[_0x1a74f9(0x21b)]()[_0x1a74f9(0x23f)][_0x1a74f9(0x1bd)][_0x1a74f9(0x1f6)](_0x1a74f9(0x204))&&(_0x166fa2[_0x1a74f9(0x1dc)](_0x2da2c4[_0x1a74f9(0x21b)](),_0x1a74f9(0x206))[_0x1a74f9(0x229)](_0x3dee64=>_0x1a74f9(0x204)===_0x166fa2[_0x1a74f9(0x20d)](_0x3dee64[_0x1a74f9(0x1f1)]))||(_0x533828[_0x1a74f9(0x220)](_0x2da2c4[_0x1a74f9(0x1d5)]()),_0x2b18c5=!0x0));}return _0x2b18c5;})),_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1dd)](_0x4ff064(0x21a),_0x440042(_0x2b7c59,_0x4ff064(0x214)));const _0x32276c={'type':_0x4ff064(0x217),'content':''};_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1ce)](_0x14995c=>{const _0x497cde=_0x4ff064,{data:_0xbcb6c3}=_0x14995c;if(!_0xbcb6c3||_0x497cde(0x204)!=_0xbcb6c3[_0x497cde(0x1b7)])return;let _0x3112bf=_0x14995c[_0x497cde(0x211)];for(;_0x3112bf;){if(_0x3112bf[_0x497cde(0x248)]&&((_0x497cde(0x240)==_0x3112bf[_0x497cde(0x248)][_0x497cde(0x1b7)]||_0x497cde(0x1e7)==_0x3112bf[_0x497cde(0x248)][_0x497cde(0x1b7)])&&(_0x3112bf[_0x497cde(0x248)][_0x497cde(0x244)]&&_0x497cde(0x234)!=_0x3112bf[_0x497cde(0x248)][_0x497cde(0x244)]||_0x497cde(0x234)!=_0x3112bf[_0x497cde(0x248)][_0x497cde(0x1ef)]&&!_0xbcb6c3[_0x497cde(0x244)])||!_0x161f12&&_0x3112bf[_0x497cde(0x248)][_0x497cde(0x1b7)]==_0x2863b8))return _0x32276c;_0x3112bf=_0x3112bf[_0x497cde(0x1b5)];}if(null==_0xbcb6c3[_0x497cde(0x244)])switch(_0xbcb6c3[_0x497cde(0x1ef)]){case _0x497cde(0x23c):return _0x10673b(_0x440042(_0x2b7c59,_0x497cde(0x208)));case _0x497cde(0x201):return _0x10673b(_0x440042(_0x2b7c59,_0x497cde(0x1d1)));case _0x497cde(0x1e1):return _0x10673b(_0x440042(_0x2b7c59,_0x497cde(0x1c0)));}switch(_0xbcb6c3[_0x497cde(0x244)]){case _0x497cde(0x23c):return _0xc6b689(_0x440042(_0x2b7c59,_0x497cde(0x208)));case _0x497cde(0x201):return _0xc6b689(_0x440042(_0x2b7c59,_0x497cde(0x1d1)));case _0x497cde(0x1e1):return _0xc6b689(_0x440042(_0x2b7c59,_0x497cde(0x1c0)));}}),_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1ce)](_0x31d249=>{const _0x5235bc=_0x4ff064,{data:_0x52aaca}=_0x31d249;if(_0x52aaca&&_0x5235bc(0x21a)==_0x52aaca[_0x5235bc(0x1b7)])return null==_0x52aaca[_0x5235bc(0x244)]||null==_0x52aaca[_0x5235bc(0x1ef)]&&0x0==_0x52aaca[_0x5235bc(0x244)]?_0x32276c:void 0x0;}),_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1ce)](_0x19c321=>{const _0x527681=_0x4ff064;if(_0x527681(0x206)!=_0x19c321[_0x527681(0x1f4)])return;const {data:_0x15a773}=_0x19c321;if(!_0x15a773||_0x527681(0x1ea)!=_0x15a773[_0x527681(0x1b7)])return;const _0x30d874=le(_0x19c321);return _0x527681(0x244)==_0x30d874?{'type':_0x527681(0x217),'content':_0x440042(_0x2b7c59,_0x527681(0x1e5))}:_0x527681(0x1ef)==_0x30d874?{'type':_0x527681(0x217),'content':_0x440042(_0x2b7c59,_0x527681(0x1f5))}:_0x32276c;}),_0x3e95f7[_0x4ff064(0x207)][_0x4ff064(0x210)][_0x4ff064(0x23a)](_0x158165=>this[_0x4ff064(0x20b)](_0x158165)),_0x3e95f7[_0x4ff064(0x207)][_0x4ff064(0x210)][_0x4ff064(0x23a)](_0x5316d1=>this[_0x4ff064(0x21e)](_0x5316d1)),_0x3e95f7[_0x4ff064(0x207)][_0x4ff064(0x210)][_0x4ff064(0x23a)](_0x665b9c=>this[_0x4ff064(0x1d2)](_0x665b9c)),this[_0x4ff064(0x1e9)]();}[_0x623b2d(0x20b)](_0x6f40db){const _0x504193=_0x623b2d;if(_0x6f40db[_0x504193(0x20c)][_0x504193(0x1fc)]||!_0x6f40db[_0x504193(0x20c)][_0x504193(0x1e8)])return!0x1;let _0x22152c=!0x1;const _0x36cf46=this[_0x504193(0x215)][_0x504193(0x218)][_0x504193(0x1c7)](_0x504193(0x243))[_0x504193(0x24a)]({'skipNotAttached':!0x0})[_0x504193(0x1f0)](_0x3ec777=>_0x3ec777[_0x504193(0x248)]&&_0x504193(0x1ea)==_0x3ec777[_0x504193(0x248)][_0x504193(0x1b7)])[_0x504193(0x1f0)](_0x4e02ed=>_0x4e02ed[_0x504193(0x248)][_0x504193(0x244)]&&_0x4e02ed[_0x504193(0x248)][_0x504193(0x1ef)]);for(const _0x288c9e of _0x36cf46)le(_0x288c9e)||(_0x6f40db[_0x504193(0x220)](_0x288c9e[_0x504193(0x1d5)]()),_0x22152c=!0x0);return _0x22152c;}[_0x623b2d(0x21e)](_0x484bd4){const _0x9c00e1=_0x623b2d;if(_0x484bd4[_0x9c00e1(0x20c)][_0x9c00e1(0x1fc)]||!_0x484bd4[_0x9c00e1(0x20c)][_0x9c00e1(0x1e8)])return!0x1;const _0x67c95b=this[_0x9c00e1(0x215)][_0x9c00e1(0x218)][_0x9c00e1(0x1c7)](_0x9c00e1(0x243));if(_0x67c95b[_0x9c00e1(0x228)][_0x9c00e1(0x1ed)])return!0x1;let _0x12101a=!0x1;const _0x285b74=[_0x9c00e1(0x204),_0x9c00e1(0x1ea),_0x9c00e1(0x21a),_0x9c00e1(0x240),_0x9c00e1(0x1d4),_0x9c00e1(0x1e3),_0x9c00e1(0x23d),_0x9c00e1(0x1e0),_0x9c00e1(0x1e7)],_0xeea31a=this[_0x9c00e1(0x215)][_0x9c00e1(0x207)][_0x9c00e1(0x210)][_0x9c00e1(0x236)][_0x9c00e1(0x1e4)]()[_0x9c00e1(0x1f0)](_0x446218=>_0x9c00e1(0x206)==_0x446218[_0x9c00e1(0x1f4)])[_0x9c00e1(0x1f0)](_0x5a0139=>_0x285b74[_0x9c00e1(0x1cf)](_0x5a0139[_0x9c00e1(0x1cc)]));if(0x0==_0xeea31a[_0x9c00e1(0x1ff)])return _0x12101a;for(const _0x1b30ac of _0xeea31a){const _0x29129b=_0x67c95b[_0x9c00e1(0x1dc)](_0x1b30ac[_0x9c00e1(0x1bb)],_0x9c00e1(0x206))[_0x9c00e1(0x1f0)](_0x520088=>!_0x520088[_0x9c00e1(0x22d)][_0x9c00e1(0x1fe)])[_0x9c00e1(0x21f)](_0x16de67=>_0x16de67[_0x9c00e1(0x1f1)])[_0x9c00e1(0x1f0)](_0x40058c=>{const _0xd6307f=_0x9c00e1,_0x3e634b=_0x67c95b[_0xd6307f(0x20d)](_0x40058c);return _0x285b74[_0xd6307f(0x1cf)](_0x3e634b);});if(_0x29129b[_0x9c00e1(0x1ff)]){for(const _0xa796 of _0x29129b)_0x484bd4[_0x9c00e1(0x220)](_0xa796[_0x9c00e1(0x1d5)]());_0x12101a=!0x0;}}return _0x12101a;}[_0x623b2d(0x1d2)](_0x4f7873){const _0x3f2684=_0x623b2d;if(_0x4f7873[_0x3f2684(0x20c)][_0x3f2684(0x1fc)]||!_0x4f7873[_0x3f2684(0x20c)][_0x3f2684(0x1e8)])return!0x1;const _0x58b1a0=this[_0x3f2684(0x215)][_0x3f2684(0x218)][_0x3f2684(0x1c7)](_0x3f2684(0x243));let _0x22042d=!0x1;const _0x3bc71a=[_0x3f2684(0x204),_0x3f2684(0x1ea),_0x3f2684(0x21a),_0x3f2684(0x240),_0x3f2684(0x1d4),_0x3f2684(0x1e3),_0x3f2684(0x23d),_0x3f2684(0x1e0),_0x3f2684(0x1e7)];for(const _0x5301a5 of _0x58b1a0[_0x3f2684(0x24a)]({'skipNotAttached':!0x0})){const _0x919835=_0x58b1a0[_0x3f2684(0x1dc)](_0x5301a5[_0x3f2684(0x21b)](),_0x3f2684(0x206))[_0x3f2684(0x21f)](_0x223d99=>_0x223d99[_0x3f2684(0x1f1)])[_0x3f2684(0x1f0)](_0x17a35d=>_0x17a35d[_0x3f2684(0x248)]&&_0x3bc71a[_0x3f2684(0x1cf)](_0x17a35d[_0x3f2684(0x248)][_0x3f2684(0x1b7)]));if(!_0x919835[_0x3f2684(0x1ff)])continue;const _0x7020=_0x919835[0x0][_0x3f2684(0x211)][_0x3f2684(0x205)][_0x3f2684(0x1d0)];if(!_0x919835[_0x3f2684(0x202)](_0x31c82b=>_0x31c82b[_0x3f2684(0x205)][_0x3f2684(0x1d0)]===_0x7020)){for(const _0x34ecd3 of _0x919835)_0x518997(_0x34ecd3,_0x7020)&&(_0x22042d=!0x0);}}return _0x22042d;function _0x21dbee(_0x4ea62f,_0x21289b){const _0x481452=_0x3f2684;for(const _0x15ea12 of _0x58b1a0[_0x481452(0x24a)]({'skipNotAttached':!0x0})[_0x481452(0x1f0)](_0x1e2499=>_0x481452(0x206)==_0x1e2499[_0x481452(0x1f4)]&&_0x1e2499[_0x481452(0x205)][_0x481452(0x1d0)]==_0x4ea62f))_0x15ea12[_0x481452(0x22c)](_0x481452(0x1d0),_0x21289b);}function _0x518997(_0x504d43,_0x59f342){const _0x17b589=_0x3f2684;let _0x3498ec=_0x504d43[_0x17b589(0x211)],_0x3e0b56=!0x1;for(;_0x3498ec;)_0x3498ec[_0x17b589(0x205)][_0x17b589(0x1d0)]!=_0x59f342&&(_0x21dbee(_0x3498ec[_0x17b589(0x205)][_0x17b589(0x1d0)],_0x59f342),_0x3498ec[_0x17b589(0x22c)](_0x17b589(0x1d0),_0x59f342),_0x3e0b56=!0x0),_0x3498ec=_0x3498ec[_0x17b589(0x1b5)];return _0x3e0b56;}}[_0x623b2d(0x1e9)](){const _0x1d9868=_0x623b2d,_0xf2ba67=this[_0x1d9868(0x215)],_0x25860e=_0xf2ba67[_0x1d9868(0x1d9)],_0x2b0b5c=_0xf2ba67[_0x1d9868(0x218)][_0x1d9868(0x1c7)](_0x1d9868(0x243));this[_0x1d9868(0x23e)](),_0x2b0b5c[_0x1d9868(0x1ee)][_0x1d9868(0x203)](_0x1d9868(0x24b),_0x1d9868(0x1eb),_0x1d9868(0x1de),function(_0x3e5297,_0x5dfe1e){const _0x102132=_0x1d9868,_0x49c1af=[];for(let _0x3b7c17 of _0x3e5297)_0x3b7c17[_0x102132(0x23f)][_0x102132(0x1bd)]===_0x3b7c17[_0x102132(0x1c3)][_0x102132(0x22f)]&&(_0x3b7c17=_0xf2ba67[_0x102132(0x207)][_0x102132(0x224)](_0xf2ba67[_0x102132(0x207)][_0x102132(0x22e)](_0x3b7c17[_0x102132(0x23f)][_0x102132(0x1bd)],0x0))),_0x49c1af[_0x102132(0x223)](_0x3b7c17);_0xf2ba67[_0x102132(0x207)][_0x102132(0x221)](_0x110c16=>{const _0x4e763f=_0x102132,_0x340159=_0xf2ba67[_0x4e763f(0x207)][_0x4e763f(0x210)][_0x4e763f(0x1be)],_0x14ec6a=Array[_0x4e763f(0x222)](_0x340159[_0x4e763f(0x246)]())[_0x4e763f(0x21f)](_0x2160c8=>_0x1faddb[_0x4e763f(0x1c5)](_0x2160c8));_0x110c16[_0x4e763f(0x225)](_0x49c1af),_0xf2ba67[_0x4e763f(0x1d3)][_0x4e763f(0x1c7)](_0x5dfe1e[_0x4e763f(0x20f)])[_0x4e763f(0x1bf)](),_0x5dfe1e[_0x4e763f(0x1db)][_0x4e763f(0x223)]({'forceDefaultExecution':!0x0}),_0xf2ba67[_0x4e763f(0x1e2)](_0x5dfe1e[_0x4e763f(0x20f)],..._0x5dfe1e[_0x4e763f(0x1db)]),_0x110c16[_0x4e763f(0x225)](_0x14ec6a);for(const _0x4f2f37 of _0x14ec6a)_0x4f2f37[_0x4e763f(0x1f2)]();});}),_0x2b0b5c[_0x1d9868(0x1d8)][_0x1d9868(0x239)](function(_0x35f93b){const _0x1f00f1=_0x1d9868,_0x4cbf6d=!_0xf2ba67[_0x1f00f1(0x207)][_0x1f00f1(0x1f3)][_0x1f00f1(0x226)](_0x35f93b),_0x265f88=_0x35f93b[_0x1f00f1(0x200)],_0x5ef07d=_0x35f93b[_0x1f00f1(0x1f8)],_0x566f70=_0x35f93b[_0x1f00f1(0x1f6)](_0x1f00f1(0x1ea)),_0x3ae6eb=!_0x265f88||_0x265f88[_0x1f00f1(0x1f6)](_0x1f00f1(0x1ea))!==_0x566f70,_0x3c3b4a=!_0x5ef07d||_0x5ef07d[_0x1f00f1(0x1f6)](_0x1f00f1(0x1ea))!==_0x566f70;return _0x4cbf6d&&Boolean(_0x566f70)&&_0x3ae6eb&&_0x3c3b4a;},_0x5672ce=>_0x440042(_0x25860e,_0x1d9868(0x21d),_0x5672ce));}[_0x623b2d(0x23e)](){const _0x42aa65=_0x623b2d,_0x8a9e84=this[_0x42aa65(0x215)],_0x5ca721=_0x8a9e84[_0x42aa65(0x1d9)];function _0xa02c67(_0x1aff41){const _0x2c3c88=_0x42aa65,_0x15550f=_0x8a9e84[_0x2c3c88(0x1d3)][_0x2c3c88(0x1c7)](_0x2c3c88(0x1b8))[_0x2c3c88(0x1ed)],_0x56903b=_0x8a9e84[_0x2c3c88(0x1d3)][_0x2c3c88(0x1c7)](_0x2c3c88(0x1ca))[_0x2c3c88(0x1ed)];return _0x2c3c88(0x1ca)===_0x1aff41?_0x15550f:_0x56903b;}_0x8a9e84[_0x42aa65(0x218)][_0x42aa65(0x1c7)](_0x42aa65(0x243))[_0x42aa65(0x1d8)][_0x42aa65(0x1ce)](function(_0xc322b){const _0x3083e5=_0x42aa65;if(_0x3083e5(0x24b)!=_0xc322b[_0x3083e5(0x1f4)])return;const {data:_0x3b9ff9}=_0xc322b;if(!_0x3b9ff9)return;let _0x2d7ed7,_0x4657ff,_0x24d9d9,_0x82de5f;switch(_0x3b9ff9[_0x3083e5(0x20f)]){case _0x3083e5(0x1b8):_0x24d9d9=_0x3b9ff9[_0x3083e5(0x1db)][0x0][_0x3083e5(0x227)],_0x82de5f=_0xa02c67(_0x3b9ff9[_0x3083e5(0x20f)]),_0x2d7ed7=_0x24d9d9?_0x3083e5(0x21c):_0x3083e5(0x1fd),!_0x82de5f&&_0x8a9e84[_0x3083e5(0x237)][_0x3083e5(0x1c7)](_0x3083e5(0x1c9))||(_0x2d7ed7=_0x3083e5(0x1c1)),_0x4657ff={'type':_0x3083e5(0x217),'content':_0x440042(_0x5ca721,_0x2d7ed7,_0x440042(_0x5ca721,_0x3083e5(0x208)))};break;case _0x3083e5(0x1ca):_0x24d9d9=_0x3b9ff9[_0x3083e5(0x1db)][0x0][_0x3083e5(0x227)],_0x82de5f=_0xa02c67(_0x3b9ff9[_0x3083e5(0x20f)]),_0x2d7ed7=_0x24d9d9?_0x3083e5(0x21c):_0x3083e5(0x1fd),!_0x82de5f&&_0x8a9e84[_0x3083e5(0x237)][_0x3083e5(0x1c7)](_0x3083e5(0x1c9))||(_0x2d7ed7=_0x3083e5(0x1c1)),_0x4657ff={'type':_0x3083e5(0x217),'content':_0x440042(_0x5ca721,_0x2d7ed7,_0x440042(_0x5ca721,_0x3083e5(0x1d1)))};break;case _0x3083e5(0x1c6):_0x2d7ed7=_0x3083e5(0x213),_0x4657ff={'type':_0x3083e5(0x217),'content':_0x440042(_0x5ca721,_0x2d7ed7,_0x440042(_0x5ca721,_0x3083e5(0x21d)))};break;case _0x3083e5(0x241):_0x2d7ed7=function(_0x49a432){const _0x23da86=_0x3083e5,_0x1b0d78=_0x49a432[_0x23da86(0x21b)]();let _0x40379f=_0x1b0d78[_0x23da86(0x23f)][_0x23da86(0x1bd)];for(;_0x40379f&&_0x1b0d78[_0x23da86(0x235)](_0x40379f);){if(_0x40379f[_0x23da86(0x1f6)](_0x23da86(0x21a))>0x0)return!0x1;_0x40379f=_0x40379f[_0x23da86(0x1f8)];}return!0x0;}(_0xc322b)?_0x440042(_0x5ca721,_0x3083e5(0x1fd),_0x440042(_0x5ca721,function(_0x32ef60){const _0x331e90=_0x3083e5;return _0x331e90(0x230)+_0x32ef60[_0x331e90(0x21b)]()[_0x331e90(0x23f)][_0x331e90(0x1bd)][_0x331e90(0x1f6)](_0x331e90(0x204))[_0x331e90(0x1cb)]()+_0x331e90(0x216);}(_0xc322b))):_0x440042(_0x5ca721,_0x3083e5(0x1fa),_0x440042(_0x5ca721,_0x3083e5(0x21d))),_0x4657ff={'type':_0x3083e5(0x217),'content':_0x2d7ed7};break;case _0x3083e5(0x219):case _0x3083e5(0x209):!0x1===_0x3b9ff9[_0x3083e5(0x1fb)]&&(_0x2d7ed7=_0x3083e5(0x1f9),_0x4657ff={'type':_0x3083e5(0x1ba),'content':_0x440042(_0x5ca721,_0x2d7ed7,_0x440042(_0x5ca721,_0x3083e5(0x21d)))});}return _0x4657ff;});}}function le(_0x3c3c50){const _0x4bf433=_0x623b2d;let _0x548e69=_0x3c3c50[_0x4bf433(0x21b)]()[_0x4bf433(0x23f)][_0x4bf433(0x1bd)][_0x4bf433(0x200)];for(;_0x548e69;){const _0x92ca3b=_0x548e69[_0x4bf433(0x1f6)](_0x4bf433(0x1ea));if(!_0x92ca3b)return!0x1;if(_0x92ca3b==_0x3c3c50[_0x4bf433(0x248)][_0x4bf433(0x244)])return _0x4bf433(0x244);if(_0x92ca3b==_0x3c3c50[_0x4bf433(0x248)][_0x4bf433(0x1ef)])return _0x4bf433(0x1ef);_0x548e69=_0x548e69[_0x4bf433(0x200)];}return!0x1;}
|
|
23
|
+
const _0x188a40=_0xade1;(function(_0x2c374f,_0x11e072){const _0x582e29=_0xade1,_0x5645c6=_0x2c374f();while(!![]){try{const _0x3207f7=-parseInt(_0x582e29(0x1a7))/0x1*(-parseInt(_0x582e29(0x16e))/0x2)+-parseInt(_0x582e29(0x160))/0x3*(parseInt(_0x582e29(0x1cd))/0x4)+-parseInt(_0x582e29(0x172))/0x5*(parseInt(_0x582e29(0x1a0))/0x6)+-parseInt(_0x582e29(0x175))/0x7*(parseInt(_0x582e29(0x1d7))/0x8)+-parseInt(_0x582e29(0x167))/0x9+-parseInt(_0x582e29(0x158))/0xa*(-parseInt(_0x582e29(0x18c))/0xb)+-parseInt(_0x582e29(0x182))/0xc*(-parseInt(_0x582e29(0x164))/0xd);if(_0x3207f7===_0x11e072)break;else _0x5645c6['push'](_0x5645c6['shift']());}catch(_0x159045){_0x5645c6['push'](_0x5645c6['shift']());}}}(_0x334f,0x3a741));import{Plugin as _0x4ad650}from'ckeditor5/src/core.js';function _0xade1(_0x4a6bd9,_0x56556b){const _0x334f40=_0x334f();return _0xade1=function(_0xade18a,_0x48a0e8){_0xade18a=_0xade18a-0x155;let _0x559e1f=_0x334f40[_0xade18a];return _0x559e1f;},_0xade1(_0x4a6bd9,_0x56556b);}import{getTranslation as _0x30800d}from'../utils/common-translations.js';import{renameAttributeKey as _0x2fd2f5}from'../trackchangesediting.js';import{LiveRange as _0xc12db7}from'ckeditor5/src/engine.js';function _0x334f(){const _0x4dfedf=['descriptionFactory','format','customBulletedList','commandName','removeMarker','68727iNAskh','*Outdent:*\x20%0','todoListChecked','createRange','7195838FiFGZS','next','registerAttributeLabel','2061720ZZmkps','indentList','getChanges','registerBlockAttribute','ListEditing','toUpperCase','multipleBlocks','2gmGuii','length','_registerLegacyDescription','getFirstRange','265EvcVwh','todoList','oldValue','84RbBjnj','*Check\x20item*','isLocal','listIndent','registerPostFixer','forceValue','_LIST','end','listType','editor','*Set\x20format:*\x20%0','setAttribute','registerDescriptionCallback','12OGvDDz','containsItem','newValue','_suggestionFactory','assureChains','*Remove\x20format:*\x20%0','push','_getAttributeKey','execute','getFirstMarker','506didVlT','ELEMENT_NUMBERED_LIST','default','map','commands','*Merge:*\x20list\x20item','key','*Split:*\x20list\x20item','*Change\x20to:*\x20%0','listMarkerStyle','ELEMENT_LIST_ITEM','documentList','bulletedList','differ','nextSibling','includes','plugins','config','attributes','every','15744NexJsY','formatBlock','getAttribute','isObject','*Format:*\x20remove\x20from\x20%0','range','afterInit','407442GQQxih','outdentList','detach','document','data','splitListItemAfter','accept','from','setSelection','_findSuggestions','type','FORMAT_INDENT','listItemIdFixer','*Format:*\x20insert\x20into\x20%0','numberedList','selection','head','TrackChangesEditing','model','customNumberedList','ELEMENT_TODO_LIST','commandParams','listMarker','mergeListItemBackward','createPositionAt','getRanges','start','enableDefaultAttributesIntegration','previousSibling','trackChangesCommand','groupId','list.multiBlock','value','bulleted','nodeAfter','deletion','mergeListItemForward','isUndo','36CJmDKX','locale','_supportLegacySuggestions','filter','suggestion','isNextTo','find','ELEMENT_BULLETED_LIST','todoListCheck','attribute','316088GDQdBS','TodoListEditing','*Indent:*\x20%0','getSuggestions','*Merge:*\x20%0','listItemId','numbered','schema','todo','attributeKey','meta','batch','checkTodoList','change','*Uncheck\x20item*','noTrackChangesFixer','ELEMENT_','get','refresh','listStart','registerElementLabel','has','listReversed','parent','fromRange','listStyle','71070YCQEKN','splitListItemBefore','registerCustomCallback'];_0x334f=function(){return _0x4dfedf;};return _0x334f();}export default class z extends _0x4ad650{[_0x188a40(0x1a6)](){const _0x7543f9=_0x188a40,_0x5f45e9=this[_0x7543f9(0x17e)];if(!_0x5f45e9[_0x7543f9(0x19c)][_0x7543f9(0x1ec)](_0x7543f9(0x16b)))return;const _0x121208=_0x5f45e9[_0x7543f9(0x1ce)],_0x1cc304=_0x5f45e9[_0x7543f9(0x19c)][_0x7543f9(0x1e8)](_0x7543f9(0x1b8)),_0x4ea201=_0x5f45e9[_0x7543f9(0x19c)][_0x7543f9(0x1ec)](_0x7543f9(0x1d8)),_0x303a7d=!!_0x5f45e9[_0x7543f9(0x19d)][_0x7543f9(0x1e8)](_0x7543f9(0x1c6));function _0x2fa8e2(_0x414b1f){const _0x43bf77=_0x7543f9;return{'type':_0x43bf77(0x15c),'content':''+_0x30800d(_0x121208,_0x43bf77(0x17f),_0x414b1f)};}function _0x26a73b(_0x972c9d){const _0x58c4b8=_0x7543f9;return{'type':_0x58c4b8(0x15c),'content':''+_0x30800d(_0x121208,_0x58c4b8(0x187),_0x972c9d)};}_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x1b5)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x198)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x1ba)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x15d)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x168)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x1a8)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x1ac)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x159)),_0x1cc304[_0x7543f9(0x16a)](_0x7543f9(0x1dc)),_0x1cc304[_0x7543f9(0x16a)](_0x7543f9(0x17d)),_0x1cc304[_0x7543f9(0x16a)](_0x7543f9(0x178)),_0x303a7d&&(_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x1be)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x1cb))),_0x4ea201&&(_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x173)),_0x1cc304[_0x7543f9(0x1c2)](_0x7543f9(0x1e3)),_0x1cc304[_0x7543f9(0x16a)](_0x7543f9(0x162)),_0x1cc304[_0x7543f9(0x15b)][_0x7543f9(0x181)](_0x2431fb=>{const _0x3bb587=_0x7543f9,{data:_0x2a3921}=_0x2431fb;if(_0x2a3921&&_0x3bb587(0x162)==_0x2a3921[_0x3bb587(0x192)])return{'type':_0x3bb587(0x15c),'content':_0x2a3921[_0x3bb587(0x184)]?_0x30800d(_0x121208,_0x3bb587(0x176)):_0x30800d(_0x121208,_0x3bb587(0x1e5))};}),this[_0x7543f9(0x17e)][_0x7543f9(0x1b9)][_0x7543f9(0x1aa)][_0x7543f9(0x179)](_0x531072=>{const _0x35c759=_0x7543f9;if(_0x531072[_0x35c759(0x1e2)][_0x35c759(0x1cc)])return!0x1;let _0x55fc25=!0x1;const _0x81b20f=_0x1cc304[_0x35c759(0x1da)]({'skipNotAttached':!0x0})[_0x35c759(0x1d0)](_0x224914=>_0x35c759(0x162)===_0x1cc304[_0x35c759(0x189)](_0x224914));for(const _0x418628 of _0x81b20f){_0x35c759(0x1df)!=_0x418628[_0x35c759(0x171)]()[_0x35c759(0x1c1)][_0x35c759(0x1c9)][_0x35c759(0x1a2)](_0x35c759(0x17d))&&(_0x1cc304[_0x35c759(0x1b0)](_0x418628[_0x35c759(0x171)](),_0x35c759(0x1d6))[_0x35c759(0x1d3)](_0x5601cf=>_0x35c759(0x17d)===_0x1cc304[_0x35c759(0x189)](_0x5601cf[_0x35c759(0x1d1)]))||(_0x531072[_0x35c759(0x15f)](_0x418628[_0x35c759(0x18b)]()),_0x55fc25=!0x0));}return _0x55fc25;})),_0x1cc304[_0x7543f9(0x15b)][_0x7543f9(0x166)](_0x7543f9(0x178),_0x30800d(_0x121208,_0x7543f9(0x1b2)));const _0x1f6cc5={'type':_0x7543f9(0x15c),'content':''};_0x1cc304[_0x7543f9(0x15b)][_0x7543f9(0x181)](_0xbe59e5=>{const _0x3ef133=_0x7543f9,{data:_0x17a1dd}=_0xbe59e5;if(!_0x17a1dd||_0x3ef133(0x17d)!=_0x17a1dd[_0x3ef133(0x192)])return;let _0x8589be=_0xbe59e5[_0x3ef133(0x1b7)];for(;_0x8589be;){if(_0x8589be[_0x3ef133(0x1ab)]&&((_0x3ef133(0x157)==_0x8589be[_0x3ef133(0x1ab)][_0x3ef133(0x192)]||_0x3ef133(0x195)==_0x8589be[_0x3ef133(0x1ab)][_0x3ef133(0x192)])&&(_0x8589be[_0x3ef133(0x1ab)][_0x3ef133(0x184)]&&_0x3ef133(0x18e)!=_0x8589be[_0x3ef133(0x1ab)][_0x3ef133(0x184)]||_0x3ef133(0x18e)!=_0x8589be[_0x3ef133(0x1ab)][_0x3ef133(0x174)]&&!_0x17a1dd[_0x3ef133(0x184)])||!_0x303a7d&&_0x8589be[_0x3ef133(0x1ab)][_0x3ef133(0x192)]==_0x2fd2f5))return _0x1f6cc5;_0x8589be=_0x8589be[_0x3ef133(0x165)];}if(null==_0x17a1dd[_0x3ef133(0x184)])switch(_0x17a1dd[_0x3ef133(0x174)]){case _0x3ef133(0x1c8):return _0x26a73b(_0x30800d(_0x121208,_0x3ef133(0x1d4)));case _0x3ef133(0x1dd):return _0x26a73b(_0x30800d(_0x121208,_0x3ef133(0x18d)));case _0x3ef133(0x1df):return _0x26a73b(_0x30800d(_0x121208,_0x3ef133(0x1bb)));}switch(_0x17a1dd[_0x3ef133(0x184)]){case _0x3ef133(0x1c8):return _0x2fa8e2(_0x30800d(_0x121208,_0x3ef133(0x1d4)));case _0x3ef133(0x1dd):return _0x2fa8e2(_0x30800d(_0x121208,_0x3ef133(0x18d)));case _0x3ef133(0x1df):return _0x2fa8e2(_0x30800d(_0x121208,_0x3ef133(0x1bb)));}}),_0x1cc304[_0x7543f9(0x15b)][_0x7543f9(0x181)](_0x313738=>{const _0x3e9536=_0x7543f9,{data:_0x18747f}=_0x313738;if(_0x18747f&&_0x3e9536(0x178)==_0x18747f[_0x3e9536(0x192)])return null==_0x18747f[_0x3e9536(0x184)]||null==_0x18747f[_0x3e9536(0x174)]&&0x0==_0x18747f[_0x3e9536(0x184)]?_0x1f6cc5:void 0x0;}),_0x1cc304[_0x7543f9(0x15b)][_0x7543f9(0x181)](_0x62d342=>{const _0x2541d0=_0x7543f9;if(_0x2541d0(0x1d6)!=_0x62d342[_0x2541d0(0x1b1)])return;const {data:_0x22cb9c}=_0x62d342;if(!_0x22cb9c||_0x2541d0(0x1dc)!=_0x22cb9c[_0x2541d0(0x192)])return;const _0x3277e9=le(_0x62d342);return _0x2541d0(0x184)==_0x3277e9?{'type':_0x2541d0(0x15c),'content':_0x30800d(_0x121208,_0x2541d0(0x191))}:_0x2541d0(0x174)==_0x3277e9?{'type':_0x2541d0(0x15c),'content':_0x30800d(_0x121208,_0x2541d0(0x193))}:_0x1f6cc5;}),_0x5f45e9[_0x7543f9(0x1b9)][_0x7543f9(0x1aa)][_0x7543f9(0x179)](_0x2868a7=>this[_0x7543f9(0x1b3)](_0x2868a7)),_0x5f45e9[_0x7543f9(0x1b9)][_0x7543f9(0x1aa)][_0x7543f9(0x179)](_0x2a3f2b=>this[_0x7543f9(0x1e6)](_0x2a3f2b)),_0x5f45e9[_0x7543f9(0x1b9)][_0x7543f9(0x1aa)][_0x7543f9(0x179)](_0x339715=>this[_0x7543f9(0x186)](_0x339715)),this[_0x7543f9(0x1cf)]();}[_0x188a40(0x1b3)](_0x1f02fa){const _0xf47b3f=_0x188a40;if(_0x1f02fa[_0xf47b3f(0x1e2)][_0xf47b3f(0x1cc)]||!_0x1f02fa[_0xf47b3f(0x1e2)][_0xf47b3f(0x177)])return!0x1;let _0x4b9423=!0x1;const _0xe64475=this[_0xf47b3f(0x17e)][_0xf47b3f(0x19c)][_0xf47b3f(0x1e8)](_0xf47b3f(0x1b8))[_0xf47b3f(0x1da)]({'skipNotAttached':!0x0})[_0xf47b3f(0x1d0)](_0x5d556a=>_0x5d556a[_0xf47b3f(0x1ab)]&&_0xf47b3f(0x1dc)==_0x5d556a[_0xf47b3f(0x1ab)][_0xf47b3f(0x192)])[_0xf47b3f(0x1d0)](_0xf57558=>_0xf57558[_0xf47b3f(0x1ab)][_0xf47b3f(0x184)]&&_0xf57558[_0xf47b3f(0x1ab)][_0xf47b3f(0x174)]);for(const _0xa7be3f of _0xe64475)le(_0xa7be3f)||(_0x1f02fa[_0xf47b3f(0x15f)](_0xa7be3f[_0xf47b3f(0x18b)]()),_0x4b9423=!0x0);return _0x4b9423;}[_0x188a40(0x1e6)](_0x2e782e){const _0x5a99c0=_0x188a40;if(_0x2e782e[_0x5a99c0(0x1e2)][_0x5a99c0(0x1cc)]||!_0x2e782e[_0x5a99c0(0x1e2)][_0x5a99c0(0x177)])return!0x1;const _0x5bd47f=this[_0x5a99c0(0x17e)][_0x5a99c0(0x19c)][_0x5a99c0(0x1e8)](_0x5a99c0(0x1b8));if(_0x5bd47f[_0x5a99c0(0x1c4)][_0x5a99c0(0x1c7)])return!0x1;let _0x328ee3=!0x1;const _0x1b287e=[_0x5a99c0(0x17d),_0x5a99c0(0x1dc),_0x5a99c0(0x178),_0x5a99c0(0x157),_0x5a99c0(0x1ea),_0x5a99c0(0x1ed),_0x5a99c0(0x1d5),_0x5a99c0(0x1bd),_0x5a99c0(0x195)],_0x3df678=this[_0x5a99c0(0x17e)][_0x5a99c0(0x1b9)][_0x5a99c0(0x1aa)][_0x5a99c0(0x199)][_0x5a99c0(0x169)]()[_0x5a99c0(0x1d0)](_0xad964=>_0x5a99c0(0x1d6)==_0xad964[_0x5a99c0(0x1b1)])[_0x5a99c0(0x1d0)](_0x2bf444=>_0x1b287e[_0x5a99c0(0x19b)](_0x2bf444[_0x5a99c0(0x1e0)]));if(0x0==_0x3df678[_0x5a99c0(0x16f)])return _0x328ee3;for(const _0x5334bc of _0x3df678){const _0x50c6ea=_0x5bd47f[_0x5a99c0(0x1b0)](_0x5334bc[_0x5a99c0(0x1a5)],_0x5a99c0(0x1d6))[_0x5a99c0(0x1d0)](_0x3899bc=>!_0x3899bc[_0x5a99c0(0x1e1)][_0x5a99c0(0x1d2)])[_0x5a99c0(0x18f)](_0x477994=>_0x477994[_0x5a99c0(0x1d1)])[_0x5a99c0(0x1d0)](_0x4bd7a1=>{const _0x3e5b86=_0x5a99c0,_0x1d10e2=_0x5bd47f[_0x3e5b86(0x189)](_0x4bd7a1);return _0x1b287e[_0x3e5b86(0x19b)](_0x1d10e2);});if(_0x50c6ea[_0x5a99c0(0x16f)]){for(const _0x5d9d55 of _0x50c6ea)_0x2e782e[_0x5a99c0(0x15f)](_0x5d9d55[_0x5a99c0(0x18b)]());_0x328ee3=!0x0;}}return _0x328ee3;}[_0x188a40(0x186)](_0x4150f8){const _0x293c61=_0x188a40;if(_0x4150f8[_0x293c61(0x1e2)][_0x293c61(0x1cc)]||!_0x4150f8[_0x293c61(0x1e2)][_0x293c61(0x177)])return!0x1;const _0x10f9af=this[_0x293c61(0x17e)][_0x293c61(0x19c)][_0x293c61(0x1e8)](_0x293c61(0x1b8));let _0x383c9a=!0x1;const _0x438eb0=[_0x293c61(0x17d),_0x293c61(0x1dc),_0x293c61(0x178),_0x293c61(0x157),_0x293c61(0x1ea),_0x293c61(0x1ed),_0x293c61(0x1d5),_0x293c61(0x1bd),_0x293c61(0x195)];for(const _0x4abf9e of _0x10f9af[_0x293c61(0x1da)]({'skipNotAttached':!0x0})){const _0x2f5f89=_0x10f9af[_0x293c61(0x1b0)](_0x4abf9e[_0x293c61(0x171)](),_0x293c61(0x1d6))[_0x293c61(0x18f)](_0x15d6a6=>_0x15d6a6[_0x293c61(0x1d1)])[_0x293c61(0x1d0)](_0x54ce98=>_0x54ce98[_0x293c61(0x1ab)]&&_0x438eb0[_0x293c61(0x19b)](_0x54ce98[_0x293c61(0x1ab)][_0x293c61(0x192)]));if(!_0x2f5f89[_0x293c61(0x16f)])continue;const _0x124ce9=_0x2f5f89[0x0][_0x293c61(0x1b7)][_0x293c61(0x19e)][_0x293c61(0x1c5)];if(!_0x2f5f89[_0x293c61(0x19f)](_0x5f5917=>_0x5f5917[_0x293c61(0x19e)][_0x293c61(0x1c5)]===_0x124ce9)){for(const _0x49cb18 of _0x2f5f89)_0x791952(_0x49cb18,_0x124ce9)&&(_0x383c9a=!0x0);}}return _0x383c9a;function _0x914abb(_0x338da8,_0x50bac6){const _0x180e8b=_0x293c61;for(const _0x3d8e06 of _0x10f9af[_0x180e8b(0x1da)]({'skipNotAttached':!0x0})[_0x180e8b(0x1d0)](_0x2c166d=>_0x180e8b(0x1d6)==_0x2c166d[_0x180e8b(0x1b1)]&&_0x2c166d[_0x180e8b(0x19e)][_0x180e8b(0x1c5)]==_0x338da8))_0x3d8e06[_0x180e8b(0x180)](_0x180e8b(0x1c5),_0x50bac6);}function _0x791952(_0x35c3aa,_0x1271d7){const _0x575277=_0x293c61;let _0x320d1d=_0x35c3aa[_0x575277(0x1b7)],_0x40326b=!0x1;for(;_0x320d1d;)_0x320d1d[_0x575277(0x19e)][_0x575277(0x1c5)]!=_0x1271d7&&(_0x914abb(_0x320d1d[_0x575277(0x19e)][_0x575277(0x1c5)],_0x1271d7),_0x320d1d[_0x575277(0x180)](_0x575277(0x1c5),_0x1271d7),_0x40326b=!0x0),_0x320d1d=_0x320d1d[_0x575277(0x165)];return _0x40326b;}}[_0x188a40(0x1cf)](){const _0x3c20fb=_0x188a40,_0x431dda=this[_0x3c20fb(0x17e)],_0x575855=_0x431dda[_0x3c20fb(0x1ce)],_0x4b8aac=_0x431dda[_0x3c20fb(0x19c)][_0x3c20fb(0x1e8)](_0x3c20fb(0x1b8));this[_0x3c20fb(0x170)](),_0x4b8aac[_0x3c20fb(0x185)][_0x3c20fb(0x15a)](_0x3c20fb(0x1a1),_0x3c20fb(0x197),_0x3c20fb(0x1ad),function(_0x54ef70,_0x3aa453){const _0x502b2b=_0x3c20fb,_0x1773f0=[];for(let _0xf3c05e of _0x54ef70)_0xf3c05e[_0x502b2b(0x1c1)][_0x502b2b(0x1c9)]===_0xf3c05e[_0x502b2b(0x17c)][_0x502b2b(0x155)]&&(_0xf3c05e=_0x431dda[_0x502b2b(0x1b9)][_0x502b2b(0x163)](_0x431dda[_0x502b2b(0x1b9)][_0x502b2b(0x1bf)](_0xf3c05e[_0x502b2b(0x1c1)][_0x502b2b(0x1c9)],0x0))),_0x1773f0[_0x502b2b(0x188)](_0xf3c05e);_0x431dda[_0x502b2b(0x1b9)][_0x502b2b(0x1e4)](_0x838808=>{const _0x26753a=_0x502b2b,_0x2e719a=_0x431dda[_0x26753a(0x1b9)][_0x26753a(0x1aa)][_0x26753a(0x1b6)],_0x20bec3=Array[_0x26753a(0x1ae)](_0x2e719a[_0x26753a(0x1c0)]())[_0x26753a(0x18f)](_0x53fa2f=>_0xc12db7[_0x26753a(0x156)](_0x53fa2f));_0x838808[_0x26753a(0x1af)](_0x1773f0),_0x431dda[_0x26753a(0x190)][_0x26753a(0x1e8)](_0x3aa453[_0x26753a(0x15e)])[_0x26753a(0x1e9)](),_0x3aa453[_0x26753a(0x1bc)][_0x26753a(0x188)]({'forceDefaultExecution':!0x0}),_0x431dda[_0x26753a(0x18a)](_0x3aa453[_0x26753a(0x15e)],..._0x3aa453[_0x26753a(0x1bc)]),_0x838808[_0x26753a(0x1af)](_0x20bec3);for(const _0x4a7803 of _0x20bec3)_0x4a7803[_0x26753a(0x1a9)]();});}),_0x4b8aac[_0x3c20fb(0x15b)][_0x3c20fb(0x1eb)](function(_0x5c496c){const _0x18da33=_0x3c20fb,_0x2cd76e=!_0x431dda[_0x18da33(0x1b9)][_0x18da33(0x1de)][_0x18da33(0x1a3)](_0x5c496c),_0x1b9539=_0x5c496c[_0x18da33(0x1c3)],_0x119e48=_0x5c496c[_0x18da33(0x19a)],_0x4d9e5f=_0x5c496c[_0x18da33(0x1a2)](_0x18da33(0x1dc)),_0x3bba4c=!_0x1b9539||_0x1b9539[_0x18da33(0x1a2)](_0x18da33(0x1dc))!==_0x4d9e5f,_0x429891=!_0x119e48||_0x119e48[_0x18da33(0x1a2)](_0x18da33(0x1dc))!==_0x4d9e5f;return _0x2cd76e&&Boolean(_0x4d9e5f)&&_0x3bba4c&&_0x429891;},_0x29c9e8=>_0x30800d(_0x575855,_0x3c20fb(0x196),_0x29c9e8));}[_0x188a40(0x170)](){const _0x239606=_0x188a40,_0x4807d8=this[_0x239606(0x17e)],_0x1a5424=_0x4807d8[_0x239606(0x1ce)];function _0x1f368d(_0x2b9650){const _0x93d4b3=_0x239606,_0xd615dd=_0x4807d8[_0x93d4b3(0x190)][_0x93d4b3(0x1e8)](_0x93d4b3(0x198))[_0x93d4b3(0x1c7)],_0xcd1746=_0x4807d8[_0x93d4b3(0x190)][_0x93d4b3(0x1e8)](_0x93d4b3(0x1b5))[_0x93d4b3(0x1c7)];return _0x93d4b3(0x1b5)===_0x2b9650?_0xd615dd:_0xcd1746;}_0x4807d8[_0x239606(0x19c)][_0x239606(0x1e8)](_0x239606(0x1b8))[_0x239606(0x15b)][_0x239606(0x181)](function(_0x2fb3f1){const _0x32301b=_0x239606;if(_0x32301b(0x1a1)!=_0x2fb3f1[_0x32301b(0x1b1)])return;const {data:_0x357b8e}=_0x2fb3f1;if(!_0x357b8e)return;let _0x3fa193,_0x8c92f3,_0xe57317,_0x9db8bd;switch(_0x357b8e[_0x32301b(0x15e)]){case _0x32301b(0x198):_0xe57317=_0x357b8e[_0x32301b(0x1bc)][0x0][_0x32301b(0x17a)],_0x9db8bd=_0x1f368d(_0x357b8e[_0x32301b(0x15e)]),_0x3fa193=_0xe57317?_0x32301b(0x1b4):_0x32301b(0x1a4),!_0x9db8bd&&_0x4807d8[_0x32301b(0x19d)][_0x32301b(0x1e8)](_0x32301b(0x1c6))||(_0x3fa193=_0x32301b(0x194)),_0x8c92f3={'type':_0x32301b(0x15c),'content':_0x30800d(_0x1a5424,_0x3fa193,_0x30800d(_0x1a5424,_0x32301b(0x1d4)))};break;case _0x32301b(0x1b5):_0xe57317=_0x357b8e[_0x32301b(0x1bc)][0x0][_0x32301b(0x17a)],_0x9db8bd=_0x1f368d(_0x357b8e[_0x32301b(0x15e)]),_0x3fa193=_0xe57317?_0x32301b(0x1b4):_0x32301b(0x1a4),!_0x9db8bd&&_0x4807d8[_0x32301b(0x19d)][_0x32301b(0x1e8)](_0x32301b(0x1c6))||(_0x3fa193=_0x32301b(0x194)),_0x8c92f3={'type':_0x32301b(0x15c),'content':_0x30800d(_0x1a5424,_0x3fa193,_0x30800d(_0x1a5424,_0x32301b(0x18d)))};break;case _0x32301b(0x168):_0x3fa193=_0x32301b(0x1d9),_0x8c92f3={'type':_0x32301b(0x15c),'content':_0x30800d(_0x1a5424,_0x3fa193,_0x30800d(_0x1a5424,_0x32301b(0x196)))};break;case _0x32301b(0x1a8):_0x3fa193=function(_0x52c47c){const _0x2e8b7c=_0x32301b,_0x4b1722=_0x52c47c[_0x2e8b7c(0x171)]();let _0x41f98d=_0x4b1722[_0x2e8b7c(0x1c1)][_0x2e8b7c(0x1c9)];for(;_0x41f98d&&_0x4b1722[_0x2e8b7c(0x183)](_0x41f98d);){if(_0x41f98d[_0x2e8b7c(0x1a2)](_0x2e8b7c(0x178))>0x0)return!0x1;_0x41f98d=_0x41f98d[_0x2e8b7c(0x19a)];}return!0x0;}(_0x2fb3f1)?_0x30800d(_0x1a5424,_0x32301b(0x1a4),_0x30800d(_0x1a5424,function(_0x2da577){const _0x3760e7=_0x32301b;return _0x3760e7(0x1e7)+_0x2da577[_0x3760e7(0x171)]()[_0x3760e7(0x1c1)][_0x3760e7(0x1c9)][_0x3760e7(0x1a2)](_0x3760e7(0x17d))[_0x3760e7(0x16c)]()+_0x3760e7(0x17b);}(_0x2fb3f1))):_0x30800d(_0x1a5424,_0x32301b(0x161),_0x30800d(_0x1a5424,_0x32301b(0x196))),_0x8c92f3={'type':_0x32301b(0x15c),'content':_0x3fa193};break;case _0x32301b(0x1be):case _0x32301b(0x1cb):!0x1===_0x357b8e[_0x32301b(0x16d)]&&(_0x3fa193=_0x32301b(0x1db),_0x8c92f3={'type':_0x32301b(0x1ca),'content':_0x30800d(_0x1a5424,_0x3fa193,_0x30800d(_0x1a5424,_0x32301b(0x196)))});}return _0x8c92f3;});}}function le(_0x30c7f5){const _0x40a07d=_0x188a40;let _0x21c6ef=_0x30c7f5[_0x40a07d(0x171)]()[_0x40a07d(0x1c1)][_0x40a07d(0x1c9)][_0x40a07d(0x1c3)];for(;_0x21c6ef;){const _0x125858=_0x21c6ef[_0x40a07d(0x1a2)](_0x40a07d(0x1dc));if(!_0x125858)return!0x1;if(_0x125858==_0x30c7f5[_0x40a07d(0x1ab)][_0x40a07d(0x184)])return _0x40a07d(0x184);if(_0x125858==_0x30c7f5[_0x40a07d(0x1ab)][_0x40a07d(0x174)])return _0x40a07d(0x174);_0x21c6ef=_0x21c6ef[_0x40a07d(0x1c3)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1f98(){const _0x18bb8a=['getFirstMarker','config','lower-roman','find','_LIST_DEFAULT','type','customNumbered','next','*Format:*\x20set\x20order\x20to\x20reversed','_LIST_','attribute','newValue','key','TrackChangesEditing','_registerLegacyDescription','has','lower-latin','FORMAT_LIST_START','registerPostFixer','includes','model','getFirstRange','2572676gdwXIi','listStart','filter','getAttribute','disc','_getAttributeKey','isUndo','formatBlock','upper-roman','start','3419584ugUIjI','numbered','ELEMENT_','removeMarker','replace','suggestion','registerAttributeLabel','434135QqPnrl','startIndex','listType','68zzMpNE','*Change\x20to:*\x20%0','commandParams','locale','*Set\x20format:*\x20%0','descriptionFactory','ListPropertiesEditing','bind','decimal','listStyle','afterInit','batch','*Format:*\x20set\x20start\x20index\x20to\x20%0','_getTranslationKeyForListStyle','reversed','format','*Remove\x20format:*\x20%0','get','51193431LQDaBE','default','square','bulleted','6358590yUBwix','decimal-leading-zero','getSuggestions','handleDescriptions','FORMAT_LIST_REVERSED','plugins','4287600xTBRBM','styles','list.properties','document','listReversed','4584330TdwMGt','1mEXcUK','editor','registerDescriptionCallback','registerBlockAttribute','_findSuggestions','circle','oldValue','upper-latin','commandName','enableDefaultAttributesIntegration','head','*Format:*\x20set\x20order\x20to\x20regular','nodeAfter','data','toUpperCase'];_0x1f98=function(){return _0x18bb8a;};return _0x1f98();}const _0xbbc284=_0x4451;(function(_0x25ce96,_0x60285b){const _0x2cbf77=_0x4451,_0x2abcc8=_0x25ce96();while(!![]){try{const _0x1064b8=parseInt(_0x2cbf77(0x1ab))/0x1*(-parseInt(_0x2cbf77(0x1d0))/0x2)+-parseInt(_0x2cbf77(0x1aa))/0x3+-parseInt(_0x2cbf77(0x189))/0x4*(parseInt(_0x2cbf77(0x186))/0x5)+parseInt(_0x2cbf77(0x1a5))/0x6+-parseInt(_0x2cbf77(0x19f))/0x7+-parseInt(_0x2cbf77(0x17f))/0x8+parseInt(_0x2cbf77(0x19b))/0x9;if(_0x1064b8===_0x60285b)break;else _0x2abcc8['push'](_0x2abcc8['shift']());}catch(_0x5075c8){_0x2abcc8['push'](_0x2abcc8['shift']());}}}(_0x1f98,0xbd8f2));import{Plugin as _0x1bd315}from'ckeditor5/src/core.js';import{getTranslation as _0x5992b7}from'../utils/common-translations.js';export default class ue extends _0x1bd315{[_0xbbc284(0x193)](){const _0x4297ef=_0xbbc284;if(!this[_0x4297ef(0x1ac)][_0x4297ef(0x1a4)][_0x4297ef(0x1c9)](_0x4297ef(0x18f)))return;const _0x489609=this[_0x4297ef(0x1ac)][_0x4297ef(0x1bb)][_0x4297ef(0x19a)](_0x4297ef(0x1a7)),_0x52bd13=this[_0x4297ef(0x1ac)][_0x4297ef(0x1a4)][_0x4297ef(0x19a)](_0x4297ef(0x1c7));_0x489609[_0x4297ef(0x1a6)]&&(_0x52bd13[_0x4297ef(0x1b4)](_0x4297ef(0x192)),_0x52bd13[_0x4297ef(0x1ae)](_0x4297ef(0x192))),_0x489609[_0x4297ef(0x197)]&&(_0x52bd13[_0x4297ef(0x1b4)](_0x4297ef(0x1a9)),_0x52bd13[_0x4297ef(0x1ae)](_0x4297ef(0x1a9))),_0x489609[_0x4297ef(0x187)]&&(_0x52bd13[_0x4297ef(0x1b4)](_0x4297ef(0x1d1)),_0x52bd13[_0x4297ef(0x1ae)](_0x4297ef(0x1d1)));const _0x3c0ab2={'type':_0x4297ef(0x198),'content':''};_0x52bd13[_0x4297ef(0x18e)][_0x4297ef(0x1ad)](this[_0x4297ef(0x1a2)][_0x4297ef(0x190)](this));const _0x2afaf2=this[_0x4297ef(0x1ac)][_0x4297ef(0x18c)];_0x52bd13[_0x4297ef(0x18e)][_0x4297ef(0x185)](_0x4297ef(0x1a9),_0x5992b7(_0x2afaf2,_0x4297ef(0x1a3))),_0x52bd13[_0x4297ef(0x18e)][_0x4297ef(0x1ad)](_0x6aed95=>{const _0xbe60cf=_0x4297ef,{data:_0x40d57b}=_0x6aed95;if(_0x40d57b&&_0xbe60cf(0x1a9)==_0x40d57b[_0xbe60cf(0x1c6)])return null==_0x40d57b[_0xbe60cf(0x1c5)]||0x0==_0x40d57b[_0xbe60cf(0x1c5)]&&null==_0x40d57b[_0xbe60cf(0x1b1)]?_0x3c0ab2:void 0x0;}),_0x52bd13[_0x4297ef(0x18e)][_0x4297ef(0x185)](_0x4297ef(0x1d1),_0x5992b7(_0x2afaf2,_0x4297ef(0x1cb))),_0x52bd13[_0x4297ef(0x18e)][_0x4297ef(0x1ad)](_0x3a0635=>{const _0x4f66b9=_0x4297ef,{data:_0x592402}=_0x3a0635;if(_0x592402&&_0x4f66b9(0x1d1)==_0x592402[_0x4f66b9(0x1c6)])return null==_0x592402[_0x4f66b9(0x1c5)]||0x1==_0x592402[_0x4f66b9(0x1c5)]&&null==_0x592402[_0x4f66b9(0x1b1)]?_0x3c0ab2:void 0x0;}),this[_0x4297ef(0x1ac)][_0x4297ef(0x1ce)][_0x4297ef(0x1a8)][_0x4297ef(0x1cc)](_0x3ea6dc=>{const _0xf2838d=_0x4297ef;if(_0x3ea6dc[_0xf2838d(0x194)][_0xf2838d(0x1d6)])return!0x1;let _0x78a8f9=!0x1;const _0xf4f1c6=_0x52bd13[_0xf2838d(0x1a1)]({'skipNotAttached':!0x0})[_0xf2838d(0x1d2)](_0x3a7ae7=>{const _0x55cbdf=_0xf2838d,_0x57bcc4=_0x52bd13[_0x55cbdf(0x1d5)](_0x3a7ae7);return _0x55cbdf(0x1d1)==_0x57bcc4||_0x55cbdf(0x1a9)==_0x57bcc4;});for(const _0x64d195 of _0xf4f1c6){const _0x56e820=_0x64d195[_0xf2838d(0x1cf)]()[_0xf2838d(0x1d9)][_0xf2838d(0x1b7)][_0xf2838d(0x1d3)](_0xf2838d(0x188));if(_0xf2838d(0x180)==_0x56e820||_0xf2838d(0x1c0)==_0x56e820)continue;_0x52bd13[_0xf2838d(0x1af)](_0x64d195[_0xf2838d(0x1cf)](),_0xf2838d(0x1c4))[_0xf2838d(0x1bd)](_0x5ba128=>_0xf2838d(0x188)==_0x52bd13[_0xf2838d(0x1d5)](_0x5ba128[_0xf2838d(0x184)]))||(_0x3ea6dc[_0xf2838d(0x182)](_0x64d195[_0xf2838d(0x1ba)]()),_0x78a8f9=!0x0);}return _0x78a8f9;}),this[_0x4297ef(0x1c8)]();}[_0xbbc284(0x1a2)](_0x193303){const _0x489683=_0xbbc284,_0x12216c=this[_0x489683(0x1ac)][_0x489683(0x18c)],{data:_0x189fd5}=_0x193303,_0x2352f0={'type':_0x489683(0x198),'content':''};if(!_0x189fd5||_0x489683(0x192)!=_0x189fd5[_0x489683(0x1c6)])return;if(!_0x189fd5[_0x489683(0x1b1)])return _0x489683(0x19c)==_0x189fd5[_0x489683(0x1c5)]?_0x2352f0:{'type':_0x489683(0x198),'content':''+_0x5992b7(_0x12216c,_0x489683(0x18d),_0x5992b7(_0x12216c,this[_0x489683(0x196)](_0x189fd5[_0x489683(0x1c5)])))};if(!_0x189fd5[_0x489683(0x1c5)]){if(_0x489683(0x19c)==_0x189fd5[_0x489683(0x1b1)])return _0x2352f0;let _0x2ddf47=_0x193303[_0x489683(0x1b5)];for(;_0x2ddf47;){if(_0x2ddf47[_0x489683(0x1b8)]&&_0x489683(0x188)==_0x2ddf47[_0x489683(0x1b8)][_0x489683(0x1c6)]&&_0x2ddf47[_0x489683(0x1b8)][_0x489683(0x1c5)])return _0x2352f0;_0x2ddf47=_0x2ddf47[_0x489683(0x1c1)];}return{'type':_0x489683(0x198),'content':''+_0x5992b7(_0x12216c,_0x489683(0x199),_0x5992b7(_0x12216c,this[_0x489683(0x196)](_0x189fd5[_0x489683(0x1b1)])))};}if(_0x489683(0x19c)!=_0x189fd5[_0x489683(0x1c5)])return{'type':_0x489683(0x198),'content':''+_0x5992b7(_0x12216c,_0x489683(0x18d),_0x5992b7(_0x12216c,this[_0x489683(0x196)](_0x189fd5[_0x489683(0x1c5)])))};let _0x530145=_0x193303[_0x489683(0x1b5)];for(;_0x530145;){if(_0x530145[_0x489683(0x1b8)]&&_0x489683(0x188)==_0x530145[_0x489683(0x1b8)][_0x489683(0x1c6)]&&_0x530145[_0x489683(0x1b8)][_0x489683(0x1c5)]&&_0x530145[_0x489683(0x1b8)][_0x489683(0x1b1)])return _0x2352f0;_0x530145=_0x530145[_0x489683(0x1c1)];}const _0x268a49=_0x193303[_0x489683(0x1cf)]()[_0x489683(0x1d9)][_0x489683(0x1b7)][_0x489683(0x1d3)](_0x489683(0x188));return{'type':_0x489683(0x198),'content':_0x5992b7(_0x12216c,_0x489683(0x18d),_0x5992b7(_0x12216c,_0x489683(0x181)+_0x268a49[_0x489683(0x1b9)]()+_0x489683(0x1be)))};}[_0xbbc284(0x1c8)](){const _0x31098e=_0xbbc284,_0x1a5275=this[_0x31098e(0x1ac)],_0x1d9f1c=_0x1a5275[_0x31098e(0x18c)];_0x1a5275[_0x31098e(0x1a4)][_0x31098e(0x19a)](_0x31098e(0x1c7))[_0x31098e(0x18e)][_0x31098e(0x1ad)](_0x47562c=>{const _0x4cb3cb=_0x31098e;if(_0x4cb3cb(0x1d7)!=_0x47562c[_0x4cb3cb(0x1bf)])return;const {data:_0x590890}=_0x47562c;if(!_0x590890)return;let _0x56a78e,_0x128706;switch(_0x590890[_0x4cb3cb(0x1b3)]){case _0x4cb3cb(0x192):_0x56a78e=_0x4cb3cb(0x18a),_0x128706={'type':_0x4cb3cb(0x198),'content':_0x5992b7(_0x1d9f1c,_0x56a78e,_0x5992b7(_0x1d9f1c,this[_0x4cb3cb(0x196)](_0x590890[_0x4cb3cb(0x18b)][0x0][_0x4cb3cb(0x1bf)])))};break;case _0x4cb3cb(0x1a9):_0x56a78e=_0x590890[_0x4cb3cb(0x18b)][0x0][_0x4cb3cb(0x197)]?_0x4cb3cb(0x1c2):_0x4cb3cb(0x1b6),_0x128706={'type':_0x4cb3cb(0x198),'content':_0x5992b7(_0x1d9f1c,_0x56a78e)};break;case _0x4cb3cb(0x1d1):_0x56a78e=_0x4cb3cb(0x195),_0x128706={'type':_0x4cb3cb(0x198),'content':_0x5992b7(_0x1d9f1c,_0x56a78e,_0x590890[_0x4cb3cb(0x18b)][0x0][_0x4cb3cb(0x187)])};}return _0x128706;});}[_0xbbc284(0x196)](_0x3c4eca){const _0x32c90d=_0xbbc284;return _0x32c90d(0x181)+function(_0x1ec1a2){const _0x485574=_0x32c90d;if(pe[_0x485574(0x1cd)](_0x1ec1a2))return _0x485574(0x19e);if(ye[_0x485574(0x1cd)](_0x1ec1a2))return _0x485574(0x180);return null;}(_0x3c4eca)[_0x32c90d(0x1b9)]()+_0x32c90d(0x1c3)+_0x3c4eca[_0x32c90d(0x1b9)]()[_0x32c90d(0x183)](/-/g,'_');}}function _0x4451(_0x53a2d6,_0x7c0017){const _0x1f98f7=_0x1f98();return _0x4451=function(_0x445165,_0x54aead){_0x445165=_0x445165-0x17f;let _0x295179=_0x1f98f7[_0x445165];return _0x295179;},_0x4451(_0x53a2d6,_0x7c0017);}const pe=[_0xbbc284(0x1d4),_0xbbc284(0x1b0),_0xbbc284(0x19d)],ye=[_0xbbc284(0x191),_0xbbc284(0x1a0),_0xbbc284(0x1bc),_0xbbc284(0x1d8),_0xbbc284(0x1ca),_0xbbc284(0x1b2)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3e8e56=_0x22d2;function _0x22d2(_0x4c2fa1,_0x575899){const _0x303403=_0x3034();return _0x22d2=function(_0x22d235,_0x560571){_0x22d235=_0x22d235-0x1c7;let _0x583b70=_0x303403[_0x22d235];return _0x583b70;},_0x22d2(_0x4c2fa1,_0x575899);}function _0x3034(){const _0x2e881c=['115097YCXYwe','get','media','conversion','TrackChangesEditing','createEmptyElement','elementToElement','high','plugins','ELEMENT_MEDIA','mediaEmbed','MediaEmbedEditing','enableCommand','downcastDispatcher','descriptionFactory','2204355ttDsBG','has','attribute:url:media','registerElementLabel','editor','div','1753084wvJnGx','879100nOeaNf','399210FLCSZB','3UsjXyN','40LZDlUm','1747962SIRqEB','data','afterInit','showSuggestionHighlights','stop','options','3005208wPHwBR','dataDowncast','locale','for'];_0x3034=function(){return _0x2e881c;};return _0x3034();}(function(_0x1da54d,_0x174f26){const _0x23a8d1=_0x22d2,_0x3e4677=_0x1da54d();while(!![]){try{const _0x4b768c=parseInt(_0x23a8d1(0x1e0))/0x1+parseInt(_0x23a8d1(0x1d2))/0x2+parseInt(_0x23a8d1(0x1d4))/0x3*(-parseInt(_0x23a8d1(0x1d1))/0x4)+parseInt(_0x23a8d1(0x1cb))/0x5+parseInt(_0x23a8d1(0x1d6))/0x6+-parseInt(_0x23a8d1(0x1d3))/0x7*(parseInt(_0x23a8d1(0x1d5))/0x8)+-parseInt(_0x23a8d1(0x1dc))/0x9;if(_0x4b768c===_0x174f26)break;else _0x3e4677['push'](_0x3e4677['shift']());}catch(_0x7bfc9e){_0x3e4677['push'](_0x3e4677['shift']());}}}(_0x3034,0x38088));import{Plugin as _0x5df606}from'ckeditor5/src/core.js';import{getTranslation as _0x1be796}from'../utils/common-translations.js';export default class ft extends _0x5df606{[_0x3e8e56(0x1d8)](){const _0x31cd49=_0x3e8e56,_0x43c4dd=this[_0x31cd49(0x1cf)];if(!_0x43c4dd[_0x31cd49(0x1e8)][_0x31cd49(0x1cc)](_0x31cd49(0x1c7)))return;const _0x1e93b4=_0x43c4dd[_0x31cd49(0x1e8)][_0x31cd49(0x1e1)](_0x31cd49(0x1e4)),_0x5eda4d=_0x43c4dd[_0x31cd49(0x1de)];_0x1e93b4[_0x31cd49(0x1c8)](_0x31cd49(0x1ea)),_0x1e93b4[_0x31cd49(0x1ca)][_0x31cd49(0x1ce)](_0x31cd49(0x1e2),_0xb5cceb=>_0x1be796(_0x5eda4d,_0x31cd49(0x1e9),_0xb5cceb)),_0x43c4dd[_0x31cd49(0x1e3)][_0x31cd49(0x1df)](_0x31cd49(0x1dd))[_0x31cd49(0x1e6)]({'model':_0x31cd49(0x1e2),'view':(_0x118ba0,{writer:_0x4a5b2f,options:_0xd73c69})=>{const _0x5d96f9=_0x31cd49;if(_0xd73c69[_0x5d96f9(0x1d9)])return _0x4a5b2f[_0x5d96f9(0x1e5)](_0x5d96f9(0x1d0));},'converterPriority':_0x31cd49(0x1e7)}),_0x43c4dd[_0x31cd49(0x1d7)][_0x31cd49(0x1c9)]['on'](_0x31cd49(0x1cd),(_0x241044,_0x1656f4,_0x4ef249)=>{const _0x3933fe=_0x31cd49;_0x4ef249[_0x3933fe(0x1db)][_0x3933fe(0x1d9)]&&_0x241044[_0x3933fe(0x1da)]();},{'priority':_0x31cd49(0x1e7)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5c6f(_0x544a0d,_0x4c67c0){const _0x1e2f8b=_0x1e2f();return _0x5c6f=function(_0x5c6f47,_0x1da08b){_0x5c6f47=_0x5c6f47-0x174;let _0x52b1e4=_0x1e2f8b[_0x5c6f47];return _0x52b1e4;},_0x5c6f(_0x544a0d,_0x4c67c0);}const _0x519342=_0x5c6f;(function(_0x17854f,_0x455a12){const _0x22d573=_0x5c6f,_0x57e57f=_0x17854f();while(!![]){try{const _0x50baa4=parseInt(_0x22d573(0x174))/0x1+parseInt(_0x22d573(0x17b))/0x2*(-parseInt(_0x22d573(0x184))/0x3)+-parseInt(_0x22d573(0x17a))/0x4*(parseInt(_0x22d573(0x175))/0x5)+parseInt(_0x22d573(0x185))/0x6*(-parseInt(_0x22d573(0x17f))/0x7)+-parseInt(_0x22d573(0x188))/0x8+parseInt(_0x22d573(0x178))/0x9*(-parseInt(_0x22d573(0x17e))/0xa)+parseInt(_0x22d573(0x176))/0xb*(parseInt(_0x22d573(0x186))/0xc);if(_0x50baa4===_0x455a12)break;else _0x57e57f['push'](_0x57e57f['shift']());}catch(_0x3e0023){_0x57e57f['push'](_0x57e57f['shift']());}}}(_0x1e2f,0xde226));function _0x1e2f(){const _0x599545=['18893xOpVtD','has','MentionEditing','get','editor','3DwERRR','3396aWtUJj','312HwFlwa','TrackChangesEditing','14042776tGufxV','638210HZDGuM','10FMKJce','2461635mlwHwy','plugins','45OOqZtx','mention','2483960lvAYyZ','829534enuYRU','afterInit','enableCommand','1214060UfwUfa'];_0x1e2f=function(){return _0x599545;};return _0x1e2f();}import{Plugin as _0x8d061b}from'ckeditor5/src/core.js';export default class gt extends _0x8d061b{[_0x519342(0x17c)](){const _0x10c057=_0x519342,_0x50bcd6=this[_0x10c057(0x183)];_0x50bcd6[_0x10c057(0x177)][_0x10c057(0x180)](_0x10c057(0x181))&&_0x50bcd6[_0x10c057(0x177)][_0x10c057(0x182)](_0x10c057(0x187))[_0x10c057(0x17d)](_0x10c057(0x179));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x9b3654=_0x30f6;(function(_0x117172,_0x1d23df){const _0x1ccee1=_0x30f6,_0x2946e4=_0x117172();while(!![]){try{const _0x2cca27=parseInt(_0x1ccee1(0xed))/0x1+-parseInt(_0x1ccee1(0xe8))/0x2+-parseInt(_0x1ccee1(0x109))/0x3*(parseInt(_0x1ccee1(0x102))/0x4)+-parseInt(_0x1ccee1(0xf7))/0x5*(-parseInt(_0x1ccee1(0xf9))/0x6)+parseInt(_0x1ccee1(0xfb))/0x7+-parseInt(_0x1ccee1(0xf8))/0x8+-parseInt(_0x1ccee1(0xef))/0x9*(-parseInt(_0x1ccee1(0x103))/0xa);if(_0x2cca27===_0x1d23df)break;else _0x2946e4['push'](_0x2946e4['shift']());}catch(_0x527d37){_0x2946e4['push'](_0x2946e4['shift']());}}}(_0x54e6,0x3ab6a));function _0x54e6(){const _0x2e988d=['data','TrackChangesEditing','editor','357HcGVzT','*Set\x20format:*\x20%0','next','315392rjNHuB','*Remove\x20format:*\x20%0','locale','plugins','registerBlockAttribute','199359GdGJEZ','handleDescriptions','6567705HuGBMB','oldValue','head','format','listType','multiLevelList','listMarkerStyle','newValue','500rvwxNR','3003824XgXYHp','8424dGNssY','afterInit','322329McSEBr','get','registerDescriptionCallback','ELEMENT_MULTI_LEVEL_LIST','MultiLevelList','enableDefaultAttributesIntegration','descriptionFactory','11492lprpsJ','10NzjLWm','has','key'];_0x54e6=function(){return _0x2e988d;};return _0x54e6();}import{Plugin as _0x145410}from'ckeditor5/src/core.js';function _0x30f6(_0x567a64,_0x5401c1){const _0x54e688=_0x54e6();return _0x30f6=function(_0x30f6bd,_0x52540e){_0x30f6bd=_0x30f6bd-0xe6;let _0x31112e=_0x54e688[_0x30f6bd];return _0x31112e;},_0x30f6(_0x567a64,_0x5401c1);}import{getTranslation as _0x18ea80}from'../utils/common-translations.js';export default class lt extends _0x145410{[_0x9b3654(0xfa)](){const _0x53f4a7=_0x9b3654,_0x5c6acb=this[_0x53f4a7(0x108)],_0xa48567=_0x5c6acb[_0x53f4a7(0xeb)][_0x53f4a7(0xfc)](_0x53f4a7(0x107));_0x5c6acb[_0x53f4a7(0xeb)][_0x53f4a7(0x104)](_0x53f4a7(0xff))&&(_0xa48567[_0x53f4a7(0x100)](_0x53f4a7(0xf4)),_0xa48567[_0x53f4a7(0xec)](_0x53f4a7(0xf5)),_0xa48567[_0x53f4a7(0x101)][_0x53f4a7(0xfd)](_0x1559ee=>this[_0x53f4a7(0xee)](_0x1559ee)));}[_0x9b3654(0xee)](_0x27d4f9){const _0x2dc0a2=_0x9b3654,_0x3d9a27=this[_0x2dc0a2(0x108)][_0x2dc0a2(0xea)],{data:_0x2bc1de}=_0x27d4f9,_0x39320c={'type':_0x2dc0a2(0xf2),'content':''};if(_0x2bc1de&&_0x2dc0a2(0xf5)==_0x2bc1de[_0x2dc0a2(0x105)]){if(!_0x2bc1de[_0x2dc0a2(0xf0)])return{'type':_0x2dc0a2(0xf2),'content':_0x18ea80(_0x3d9a27,_0x2dc0a2(0xe6),_0x18ea80(_0x3d9a27,_0x2dc0a2(0xfe)))+'\x20('+_0x2bc1de[_0x2dc0a2(0xf6)]+')'};if(!_0x2bc1de[_0x2dc0a2(0xf6)]){let _0xdf3fb1=_0x27d4f9[_0x2dc0a2(0xf1)];for(;_0xdf3fb1;){if(_0xdf3fb1[_0x2dc0a2(0x106)]&&_0x2dc0a2(0xf3)==_0xdf3fb1[_0x2dc0a2(0x106)][_0x2dc0a2(0x105)]&&_0xdf3fb1[_0x2dc0a2(0x106)][_0x2dc0a2(0xf6)])return _0x39320c;_0xdf3fb1=_0xdf3fb1[_0x2dc0a2(0xe7)];}return{'type':_0x2dc0a2(0xf2),'content':_0x18ea80(_0x3d9a27,_0x2dc0a2(0xe9),_0x18ea80(_0x3d9a27,_0x2dc0a2(0xfe)))+'\x20('+_0x2bc1de[_0x2dc0a2(0xf0)]+')'};}}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1075(_0x4184ab,_0x343660){const _0xfe0cb7=_0xfe0c();return _0x1075=function(_0x1075ec,_0x308f4e){_0x1075ec=_0x1075ec-0x1e7;let _0x572faa=_0xfe0cb7[_0x1075ec];return _0x572faa;},_0x1075(_0x4184ab,_0x343660);}const _0x163567=_0x1075;(function(_0x25cfd2,_0x2e459b){const _0x25a1b7=_0x1075,_0x391ef6=_0x25cfd2();while(!![]){try{const _0x15a1c6=parseInt(_0x25a1b7(0x1f7))/0x1*(-parseInt(_0x25a1b7(0x1fc))/0x2)+parseInt(_0x25a1b7(0x1e7))/0x3+parseInt(_0x25a1b7(0x1f1))/0x4+-parseInt(_0x25a1b7(0x1fd))/0x5+-parseInt(_0x25a1b7(0x1ec))/0x6*(-parseInt(_0x25a1b7(0x1f3))/0x7)+parseInt(_0x25a1b7(0x1f0))/0x8+-parseInt(_0x25a1b7(0x1ee))/0x9*(parseInt(_0x25a1b7(0x1fa))/0xa);if(_0x15a1c6===_0x2e459b)break;else _0x391ef6['push'](_0x391ef6['shift']());}catch(_0x284322){_0x391ef6['push'](_0x391ef6['shift']());}}}(_0xfe0c,0xe2faf));import{Plugin as _0x224553}from'ckeditor5/src/core.js';import{getTranslation as _0x589b63}from'../utils/common-translations.js';function _0xfe0c(){const _0x55ce50=['529740QzCKuJ','606282MQhPuI','enableCommand','descriptionFactory','locale','editor','130482TFDBvx','get','333UUjiIw','PageBreakEditing','3023344ZpfGLf','5509576OJLDFg','plugins','287FfvVNk','has','pageBreak','registerElementLabel','1cDjOkf','ELEMENT_PAGE_BREAK','afterInit','291730YUmQZZ','TrackChangesEditing','1467946SOKEwa'];_0xfe0c=function(){return _0x55ce50;};return _0xfe0c();}export default class mt extends _0x224553{[_0x163567(0x1f9)](){const _0x5f3e5a=_0x163567,_0x347427=this[_0x5f3e5a(0x1eb)];if(!_0x347427[_0x5f3e5a(0x1f2)][_0x5f3e5a(0x1f4)](_0x5f3e5a(0x1ef)))return;_0x347427[_0x5f3e5a(0x1f2)][_0x5f3e5a(0x1ed)](_0x5f3e5a(0x1fb))[_0x5f3e5a(0x1e8)](_0x5f3e5a(0x1f5));const _0x57cf16=_0x347427[_0x5f3e5a(0x1f2)][_0x5f3e5a(0x1ed)](_0x5f3e5a(0x1fb)),_0x3412a8=_0x347427[_0x5f3e5a(0x1ea)];_0x57cf16[_0x5f3e5a(0x1e9)][_0x5f3e5a(0x1f6)](_0x5f3e5a(0x1f5),_0x58bfcf=>_0x589b63(_0x3412a8,_0x5f3e5a(0x1f8),_0x58bfcf));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x3125e8=_0x28cc;(function(_0x3178f0,_0x3094f3){const _0x3b5f99=_0x28cc,_0x84063=_0x3178f0();while(!![]){try{const _0x429cc3=-parseInt(_0x3b5f99(0x153))/0x1+parseInt(_0x3b5f99(0x14e))/0x2*(parseInt(_0x3b5f99(0x184))/0x3)+-parseInt(_0x3b5f99(0x177))/0x4+-parseInt(_0x3b5f99(0x179))/0x5*(parseInt(_0x3b5f99(0x142))/0x6)+parseInt(_0x3b5f99(0x17b))/0x7*(parseInt(_0x3b5f99(0x175))/0x8)+parseInt(_0x3b5f99(0x14f))/0x9+parseInt(_0x3b5f99(0x151))/0xa;if(_0x429cc3===_0x3094f3)break;else _0x84063['push'](_0x84063['shift']());}catch(_0x1a2936){_0x84063['push'](_0x84063['shift']());}}}(_0x4000,0x3a962));import{Plugin as _0x30f50a}from'ckeditor5/src/core.js';function _0x4000(){const _0x2182d3=['locale','writer','format','isTouching','registerElementLabel','47103YWTnMk','markerRange','paragraph','toViewPosition','2245998anCHPl','$text','addClass','model','downcastDispatcher','enableDefaultAttributesIntegration','insertion','insertParagraph','ck-suggestion-marker--active','nodeAfter','isBlock','getFirstRange','8NdloGK','2128509gOqyCW','bindElementToMarker','5534000UCfDVH','Paragraph','272284mrmBWX','get','markerName','has','registerDescriptionCallback','formatBlock','insert','TrackChangesEditing','includes','editing','checkChild','getItemLabel','afterInit','*Change\x20to:*\x20%0','commandName','consume','name','end','data','span','consumable','activeMarkers','mapper','ck-suggestion-marker-split','options','descriptionFactory','enableCommand','editor','plugins','showSuggestionHighlights','createUIElement','addMarker:suggestion:insertion','type','highest','299928MewrvL','ELEMENT_PARAGRAPH','614292apLMqN','*Insert:*\x20%0','5DuBKZK','schema','35FHEdJd','_registerLegacyDescription','isLimit','start'];_0x4000=function(){return _0x2182d3;};return _0x4000();}import{getTranslation as _0x304a3b}from'../utils/common-translations.js';function _0x28cc(_0x4b5d9f,_0x392027){const _0x400017=_0x4000();return _0x28cc=function(_0x28ccbb,_0x47601e){_0x28ccbb=_0x28ccbb-0x141;let _0x54a4ca=_0x400017[_0x28ccbb];return _0x54a4ca;},_0x28cc(_0x4b5d9f,_0x392027);}export default class dt extends _0x30f50a{[_0x3125e8(0x15f)](){const _0x1bcaa4=_0x3125e8,_0x397879=this[_0x1bcaa4(0x16e)];if(!_0x397879[_0x1bcaa4(0x16f)][_0x1bcaa4(0x156)](_0x1bcaa4(0x152)))return;const _0x35d2c2=_0x397879[_0x1bcaa4(0x17f)],_0x3f0bee=_0x397879[_0x1bcaa4(0x16f)][_0x1bcaa4(0x154)](_0x1bcaa4(0x15a));_0x3f0bee[_0x1bcaa4(0x16c)][_0x1bcaa4(0x183)](_0x1bcaa4(0x186),_0x1e48f0=>_0x304a3b(_0x35d2c2,_0x1bcaa4(0x176),_0x1e48f0)),_0x3f0bee[_0x1bcaa4(0x147)](_0x1bcaa4(0x186)),_0x3f0bee[_0x1bcaa4(0x16d)](_0x1bcaa4(0x149)),_0x397879[_0x1bcaa4(0x15c)][_0x1bcaa4(0x146)]['on'](_0x1bcaa4(0x172),nr(_0x397879),{'priority':_0x1bcaa4(0x174)}),_0x397879[_0x1bcaa4(0x165)][_0x1bcaa4(0x146)]['on'](_0x1bcaa4(0x172),(_0x4ffc50,_0x885c33,_0x3bdbbd)=>{const _0x7ada70=_0x1bcaa4;_0x3bdbbd[_0x7ada70(0x16b)][_0x7ada70(0x170)]&&nr(_0x397879,{'showActiveMarker':!0x1})(_0x4ffc50,_0x885c33,_0x3bdbbd);},{'priority':_0x1bcaa4(0x174)});const _0x1d089d=_0x3f0bee[_0x1bcaa4(0x16c)];_0x1d089d[_0x1bcaa4(0x157)](_0x1fc70b=>{const _0x3a65af=_0x1bcaa4;if(_0x3a65af(0x148)!==_0x1fc70b[_0x3a65af(0x173)])return;const {start:_0x51682f,end:_0x1cd324}=_0x1fc70b[_0x3a65af(0x14d)]();if(!_0x51682f[_0x3a65af(0x182)](_0x1cd324)||!_0x51682f[_0x3a65af(0x14b)])return;const _0x194848=_0x397879[_0x3a65af(0x145)][_0x3a65af(0x17a)],_0x359a47=_0x51682f[_0x3a65af(0x14b)];return _0x194848[_0x3a65af(0x14c)](_0x359a47)&&!_0x194848[_0x3a65af(0x17d)](_0x359a47)&&_0x194848[_0x3a65af(0x15d)](_0x359a47,_0x3a65af(0x143))?{'type':_0x3a65af(0x148),'content':_0x304a3b(_0x35d2c2,_0x3a65af(0x178),_0x1d089d[_0x3a65af(0x15e)](_0x359a47,0x1))}:void 0x0;}),this[_0x1bcaa4(0x17c)]();}[_0x3125e8(0x17c)](){const _0x2f08e=_0x3125e8,_0x931232=this[_0x2f08e(0x16e)],_0x1f1f8e=_0x931232[_0x2f08e(0x17f)];_0x931232[_0x2f08e(0x16f)][_0x2f08e(0x154)](_0x2f08e(0x15a))[_0x2f08e(0x16c)][_0x2f08e(0x157)](_0x314478=>{const _0x4e4cbb=_0x2f08e;if(_0x4e4cbb(0x158)!=_0x314478[_0x4e4cbb(0x173)])return;const {data:_0x275ea6}=_0x314478;return _0x275ea6&&_0x4e4cbb(0x186)==_0x275ea6[_0x4e4cbb(0x161)]?{'type':_0x4e4cbb(0x181),'content':_0x304a3b(_0x1f1f8e,_0x4e4cbb(0x160),_0x304a3b(_0x1f1f8e,_0x4e4cbb(0x176)))}:void 0x0;});}}function nr(_0x204430,{showActiveMarker:_0x2d80de=!0x0}={}){return(_0x4a5db8,_0x5a54bb,_0x47b31c)=>{const _0x391e85=_0x28cc,_0x4809d1=_0x204430[_0x391e85(0x16f)][_0x391e85(0x154)](_0x391e85(0x15a)),_0x21ac75=_0x5a54bb[_0x391e85(0x185)][_0x391e85(0x17e)],_0x74b7c=_0x5a54bb[_0x391e85(0x185)][_0x391e85(0x164)],_0x43afb4=_0x204430[_0x391e85(0x145)][_0x391e85(0x17a)];if(!_0x21ac75[_0x391e85(0x182)](_0x74b7c)||!_0x21ac75[_0x391e85(0x14b)])return;const _0x99feb0=_0x21ac75[_0x391e85(0x14b)];if(_0x43afb4[_0x391e85(0x14c)](_0x99feb0)&&!_0x43afb4[_0x391e85(0x17d)](_0x99feb0)&&_0x43afb4[_0x391e85(0x15d)](_0x99feb0,_0x391e85(0x143))){if(!_0x47b31c[_0x391e85(0x167)][_0x391e85(0x162)](_0x5a54bb[_0x391e85(0x185)],_0x4a5db8[_0x391e85(0x163)]))return;const _0x3f6193=_0x47b31c[_0x391e85(0x180)][_0x391e85(0x171)](_0x391e85(0x166),{'class':_0x391e85(0x16a)}),_0xf5dc6b=_0x47b31c[_0x391e85(0x169)][_0x391e85(0x141)](_0x74b7c);_0x2d80de&&_0x4809d1[_0x391e85(0x168)][_0x391e85(0x15b)](_0x5a54bb[_0x391e85(0x155)])&&_0x47b31c[_0x391e85(0x180)][_0x391e85(0x144)](_0x391e85(0x14a),_0x3f6193),_0x47b31c[_0x391e85(0x180)][_0x391e85(0x159)](_0xf5dc6b,_0x3f6193),_0x47b31c[_0x391e85(0x169)][_0x391e85(0x150)](_0x3f6193,_0x5a54bb[_0x391e85(0x155)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x237ec2=_0x3a6a;(function(_0x576244,_0x72d3a0){const _0x17be1a=_0x3a6a,_0x4e2b1a=_0x576244();while(!![]){try{const _0x1816e1=parseInt(_0x17be1a(0x175))/0x1+-parseInt(_0x17be1a(0x173))/0x2*(parseInt(_0x17be1a(0x160))/0x3)+parseInt(_0x17be1a(0x166))/0x4+parseInt(_0x17be1a(0x15f))/0x5+parseInt(_0x17be1a(0x16e))/0x6*(-parseInt(_0x17be1a(0x16f))/0x7)+parseInt(_0x17be1a(0x170))/0x8*(parseInt(_0x17be1a(0x16b))/0x9)+-parseInt(_0x17be1a(0x15c))/0xa*(-parseInt(_0x17be1a(0x16c))/0xb);if(_0x1816e1===_0x72d3a0)break;else _0x4e2b1a['push'](_0x4e2b1a['shift']());}catch(_0xfe461e){_0x4e2b1a['push'](_0x4e2b1a['shift']());}}}(_0x24a4,0xa328b));function _0x3a6a(_0x55916d,_0x9ce37f){const _0x24a483=_0x24a4();return _0x3a6a=function(_0x3a6a74,_0x20d680){_0x3a6a74=_0x3a6a74-0x15b;let _0x5f3be9=_0x24a483[_0x3a6a74];return _0x5f3be9;},_0x3a6a(_0x55916d,_0x9ce37f);}import{Plugin as _0x3a38c1}from'ckeditor5/src/core.js';function _0x24a4(){const _0x5b5190=['registerDescriptionCallback','editor','RemoveFormatEditing','format','746160onFZwu','plugins','locale','*Remove\x20all\x20formatting*','descriptionFactory','3440844TDCiOc','253oBBSJd','type','942sNcDAB','47789QmzqWh','8xDMmJW','removeFormat','enableDefaultAttributesIntegration','8wtKRqS','formatInline','646320pwCjmx','_registerLegacyDescription','formatBlock','get','afterInit','605480rHuyCP','has','TrackChangesEditing','1048130cMxdwA','807951fxkXYi','commandName'];_0x24a4=function(){return _0x5b5190;};return _0x24a4();}import{getTranslation as _0x95520}from'../utils/common-translations.js';export default class pt extends _0x3a38c1{[_0x237ec2(0x15b)](){const _0x1f071c=_0x237ec2,_0x310b63=this[_0x1f071c(0x163)];if(!_0x310b63[_0x1f071c(0x167)][_0x1f071c(0x15d)](_0x1f071c(0x164)))return;_0x310b63[_0x1f071c(0x167)][_0x1f071c(0x178)](_0x1f071c(0x15e))[_0x1f071c(0x172)](_0x1f071c(0x171)),this[_0x1f071c(0x176)]();}[_0x237ec2(0x176)](){const _0x2db63d=_0x237ec2,_0x5d55cc=this[_0x2db63d(0x163)];_0x5d55cc[_0x2db63d(0x167)][_0x2db63d(0x178)](_0x2db63d(0x15e))[_0x2db63d(0x16a)][_0x2db63d(0x162)](_0x1d1ea3=>{const _0x3ea145=_0x2db63d;if(_0x3ea145(0x177)!=_0x1d1ea3[_0x3ea145(0x16d)]&&_0x3ea145(0x174)!=_0x1d1ea3[_0x3ea145(0x16d)])return;const {data:_0x569ca2}=_0x1d1ea3;return _0x569ca2&&_0x3ea145(0x171)==_0x569ca2[_0x3ea145(0x161)]?{'type':_0x3ea145(0x165),'content':_0x95520(_0x5d55cc[_0x3ea145(0x168)],_0x3ea145(0x169))}:void 0x0;});}}
|