@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240409.0 → 0.0.0-nightly-20240411.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/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tr.po +2 -2
- package/lang/translations/uk.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +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.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
|
-
|
|
23
|
+
const _0x58f074=_0x344c;(function(_0x4d12f4,_0x35fc91){const _0x892794=_0x344c,_0x536f94=_0x4d12f4();while(!![]){try{const _0x32080d=parseInt(_0x892794(0x14f))/0x1+-parseInt(_0x892794(0x141))/0x2+-parseInt(_0x892794(0x142))/0x3+-parseInt(_0x892794(0x14c))/0x4*(parseInt(_0x892794(0x13c))/0x5)+parseInt(_0x892794(0x150))/0x6*(parseInt(_0x892794(0x13a))/0x7)+parseInt(_0x892794(0x145))/0x8*(parseInt(_0x892794(0x149))/0x9)+parseInt(_0x892794(0x140))/0xa;if(_0x32080d===_0x35fc91)break;else _0x536f94['push'](_0x536f94['shift']());}catch(_0x58df89){_0x536f94['push'](_0x536f94['shift']());}}}(_0x4bf6,0x6c283));import{Command as _0x342079}from'ckeditor5/src/core.js';import{sortSuggestions as _0xe0f35e,getSelectedSuggestions as _0x11dff5,executeCommandForSuggestions as _0x25c46f}from'../utils/utils.js';function _0x344c(_0x28624d,_0x46b125){const _0x4bf6c3=_0x4bf6();return _0x344c=function(_0x344c91,_0x5bbc0b){_0x344c91=_0x344c91-0x138;let _0x1eb4a2=_0x4bf6c3[_0x344c91];return _0x1eb4a2;},_0x344c(_0x28624d,_0x46b125);}function _0x4bf6(){const _0x31d342=['1352ypZCSV','isEnabled','getRanges','document','10269aMgqbQ','execute','model','2380dNhZmK','_command','selection','69647UmCqwC','42zbqukJ','editor','from','size','46522POgnvh','values','2410WLmUrl','_isEnabledBasedOnSelection','canEditAt','refresh','14641570tnQLfP','1651208aUvjzc','653250ILfnaV','_suggestions','_selectedSuggestions'];_0x4bf6=function(){return _0x31d342;};return _0x4bf6();}export default class R extends _0x342079{constructor(_0xf662ad,_0x54af81,_0x1d3152){const _0x363faa=_0x344c;super(_0xf662ad),this[_0x363faa(0x14d)]=_0x54af81,this[_0x363faa(0x143)]=_0x1d3152,this[_0x363faa(0x144)]=new Set(),this[_0x363faa(0x13f)](),this[_0x363faa(0x13d)]=!0x1;}[_0x58f074(0x13f)](){const _0xed3d54=_0x58f074,_0x3b184e=this[_0xed3d54(0x151)][_0xed3d54(0x14b)][_0xed3d54(0x148)][_0xed3d54(0x14e)],_0x458013=Array[_0xed3d54(0x138)](this[_0xed3d54(0x143)][_0xed3d54(0x13b)]());this[_0xed3d54(0x144)]=_0x11dff5(_0x3b184e,_0x458013),this[_0xed3d54(0x146)]=this[_0xed3d54(0x14d)][_0xed3d54(0x146)]&&!!this[_0xed3d54(0x144)][_0xed3d54(0x139)];}[_0x58f074(0x14a)](){const _0x3d1595=_0x58f074,_0x3e52d0=_0xe0f35e(Array[_0x3d1595(0x138)](this[_0x3d1595(0x144)]));for(const _0x4a52d1 of _0x3e52d0){const _0x36601b=_0x4a52d1[_0x3d1595(0x147)]();if(!this[_0x3d1595(0x151)][_0x3d1595(0x14b)][_0x3d1595(0x13e)](_0x36601b))return;}_0x25c46f(this[_0x3d1595(0x151)][_0x3d1595(0x14b)],this[_0x3d1595(0x14d)],_0x3e52d0);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x5ed3(){const _0x37aabe=['6026768hbhsyi','forceDisabled','_disableUnsupportedCommands','980166IchhLv','value','commands','1389442AqySwu','refresh','affectsData','3gdjgqb','execute','28756620jWguyX','_enableCommands','_isEnabledBasedOnSelection','has','clearForceDisabled','2077680wDfjaj','50gJrwer','_enabledCommands','editor','631148ZBUCPd','5388488yvpYpc','TrackChangesCommand','isEnabled'];_0x5ed3=function(){return _0x37aabe;};return _0x5ed3();}function _0x1144(_0x1cf24f,_0x3348fc){const _0x5ed353=_0x5ed3();return _0x1144=function(_0x1144df,_0x4b494c){_0x1144df=_0x1144df-0x81;let _0x1534d0=_0x5ed353[_0x1144df];return _0x1534d0;},_0x1144(_0x1cf24f,_0x3348fc);}const _0x2d7fcf=_0x1144;(function(_0x5aa35a,_0x1cac21){const _0x58395d=_0x1144,_0x423f52=_0x5aa35a();while(!![]){try{const _0x2ed0c6=-parseInt(_0x58395d(0x85))/0x1+parseInt(_0x58395d(0x82))/0x2*(-parseInt(_0x58395d(0x88))/0x3)+-parseInt(_0x58395d(0x93))/0x4*(parseInt(_0x58395d(0x90))/0x5)+-parseInt(_0x58395d(0x8f))/0x6+parseInt(_0x58395d(0x94))/0x7+parseInt(_0x58395d(0x97))/0x8+parseInt(_0x58395d(0x8a))/0x9;if(_0x2ed0c6===_0x1cac21)break;else _0x423f52['push'](_0x423f52['shift']());}catch(_0x2c15e7){_0x423f52['push'](_0x423f52['shift']());}}}(_0x5ed3,0xdf4cb));import{Command as _0x527d51}from'ckeditor5/src/core.js';export default class M extends _0x527d51{constructor(_0x197ccf,_0x4b15b1){const _0x34acbd=_0x1144;super(_0x197ccf),this[_0x34acbd(0x91)]=_0x4b15b1,this[_0x34acbd(0x83)]=!0x1,this[_0x34acbd(0x86)](),this[_0x34acbd(0x8c)]=!0x1;}[_0x2d7fcf(0x86)](){const _0x3790a3=_0x2d7fcf;this[_0x3790a3(0x96)]=!0x0;}[_0x2d7fcf(0x89)](){const _0x228dff=_0x2d7fcf;this[_0x228dff(0x83)]=!this[_0x228dff(0x83)],this[_0x228dff(0x83)]?this[_0x228dff(0x81)]():this[_0x228dff(0x8b)]();}[_0x2d7fcf(0x81)](){const _0x235bd7=_0x2d7fcf;for(const _0x4f3f62 of this[_0x235bd7(0x92)][_0x235bd7(0x84)][_0x235bd7(0x84)]())_0x4f3f62[_0x235bd7(0x87)]&&!this[_0x235bd7(0x91)][_0x235bd7(0x8d)](_0x4f3f62)&&_0x4f3f62[_0x235bd7(0x98)](_0x235bd7(0x95));}[_0x2d7fcf(0x8b)](){const _0x376352=_0x2d7fcf;for(const _0x4c43c7 of this[_0x376352(0x92)][_0x376352(0x84)][_0x376352(0x84)]())_0x4c43c7[_0x376352(0x87)]&&!this[_0x376352(0x91)][_0x376352(0x8d)](_0x4c43c7)&&_0x4c43c7[_0x376352(0x8e)](_0x376352(0x95));}}
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1eeee8,_0x960007){var _0x48a8cf=_0x2a90,_0x3a9030=_0x1eeee8();while(!![]){try{var _0x148953=parseInt(_0x48a8cf(0x76))/0x1*(parseInt(_0x48a8cf(0x77))/0x2)+parseInt(_0x48a8cf(0x79))/0x3*(-parseInt(_0x48a8cf(0x7c))/0x4)+-parseInt(_0x48a8cf(0x75))/0x5*(-parseInt(_0x48a8cf(0x7b))/0x6)+parseInt(_0x48a8cf(0x73))/0x7+-parseInt(_0x48a8cf(0x74))/0x8*(-parseInt(_0x48a8cf(0x72))/0x9)+parseInt(_0x48a8cf(0x78))/0xa+-parseInt(_0x48a8cf(0x7a))/0xb;if(_0x148953===_0x960007)break;else _0x3a9030['push'](_0x3a9030['shift']());}catch(_0x199882){_0x3a9030['push'](_0x3a9030['shift']());}}}(_0x17e9,0x4962f));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';function _0x2a90(_0x1bdfe2,_0x23c17b){var _0x17e9d4=_0x17e9();return _0x2a90=function(_0x2a90f7,_0x2026c2){_0x2a90f7=_0x2a90f7-0x72;var _0x1b9bba=_0x17e9d4[_0x2a90f7];return _0x1b9bba;},_0x2a90(_0x1bdfe2,_0x23c17b);}export{default as TrackChangesEditing}from'./trackchangesediting.js';function _0x17e9(){var _0x25ed6a=['3333hxCBKV','146yasPSk','1533580RzwDLA','90ETloUn','9756670hdgQGN','30MjQcvB','34156VWFGmo','1845lxJQdY','3921148AUtJvZ','4208LOXrwz','379070pgGmaC'];_0x17e9=function(){return _0x25ed6a;};return _0x17e9();}export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';import'./augmentation.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x15f8(_0x2c56e3,_0x487f93){const _0x3fd5c6=_0x3fd5();return _0x15f8=function(_0x15f89a,_0x5dea09){_0x15f89a=_0x15f89a-0xb1;let _0xd43ad3=_0x3fd5c6[_0x15f89a];return _0xd43ad3;},_0x15f8(_0x2c56e3,_0x487f93);}function _0x3fd5(){const _0x45b108=['5gXexrM','2jsTFlw','afterInit','12124352nusGRk','TrackChangesEditing','enableCommand','get','editor','commands','35184978rgBUdz','7981554BlhCzc','plugins','showAIAssistant','1146573XnFLuq','677263FmrIde','3480112LjhpRw','8857578ZoAyxA'];_0x3fd5=function(){return _0x45b108;};return _0x3fd5();}const _0x39499c=_0x15f8;(function(_0x535611,_0xecc8a1){const _0x5bdd92=_0x15f8,_0x4b1a25=_0x535611();while(!![]){try{const _0x497f21=parseInt(_0x5bdd92(0xb5))/0x1*(-parseInt(_0x5bdd92(0xb9))/0x2)+-parseInt(_0x5bdd92(0xb4))/0x3+-parseInt(_0x5bdd92(0xb6))/0x4+-parseInt(_0x5bdd92(0xb8))/0x5*(parseInt(_0x5bdd92(0xb7))/0x6)+-parseInt(_0x5bdd92(0xb1))/0x7+parseInt(_0x5bdd92(0xbb))/0x8+parseInt(_0x5bdd92(0xc1))/0x9;if(_0x497f21===_0xecc8a1)break;else _0x4b1a25['push'](_0x4b1a25['shift']());}catch(_0x165327){_0x4b1a25['push'](_0x4b1a25['shift']());}}}(_0x3fd5,0xd69ab));import{Plugin as _0x2d6adf}from'ckeditor5/src/core.js';export default class E extends _0x2d6adf{[_0x39499c(0xba)](){const _0x1a9187=_0x39499c,_0xce7a30=this[_0x1a9187(0xbf)],_0x58d676=_0xce7a30[_0x1a9187(0xb2)][_0x1a9187(0xbe)](_0x1a9187(0xbc));_0xce7a30[_0x1a9187(0xc0)][_0x1a9187(0xbe)](_0x1a9187(0xb3))&&_0x58d676[_0x1a9187(0xbd)](_0x1a9187(0xb3));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x5b0d(){const _0x2d92f6=['get','9850LnwiME','center','editor','*Format:*\x20%0','commandName','FORMAT_ALIGN_TO_LEFT','registerDescriptionCallback','locale','1240414QTnfpD','_enableDefaultAttributesIntegration','FORMAT_ALIGNMENT','1770198rXjHxN','right','registerAttributeLabel','has','3078760jKLjnc','441131inhoWC','formatBlock','type','11341768yBduuV','834420HtIlFA','left','justify','format','18Ebbwwu','AlignmentEditing','FORMAT_ALIGN_TO_CENTER','FORMAT_JUSTIFY_TEXT','commandParams','alignment','FORMAT_ALIGN_TO_RIGHT','TrackChangesEditing','plugins','_descriptionFactory','_registerLegacyDescription','afterInit','value'];_0x5b0d=function(){return _0x2d92f6;};return _0x5b0d();}function _0x36ee(_0x5c7171,_0x52d775){const _0x5b0df5=_0x5b0d();return _0x36ee=function(_0x36ee0e,_0x5b4d72){_0x36ee0e=_0x36ee0e-0x1d2;let _0x9d0870=_0x5b0df5[_0x36ee0e];return _0x9d0870;},_0x36ee(_0x5c7171,_0x52d775);}const _0x1156f8=_0x36ee;(function(_0x425525,_0x5af76f){const _0x41ce7c=_0x36ee,_0x4f4816=_0x425525();while(!![]){try{const _0x5bca86=-parseInt(_0x41ce7c(0x1e7))/0x1+-parseInt(_0x41ce7c(0x1d7))/0x2*(parseInt(_0x41ce7c(0x1ef))/0x3)+parseInt(_0x41ce7c(0x1eb))/0x4+-parseInt(_0x41ce7c(0x1e6))/0x5+-parseInt(_0x41ce7c(0x1e2))/0x6+parseInt(_0x41ce7c(0x1df))/0x7+parseInt(_0x41ce7c(0x1ea))/0x8;if(_0x5bca86===_0x5af76f)break;else _0x4f4816['push'](_0x4f4816['shift']());}catch(_0x52d9cc){_0x4f4816['push'](_0x4f4816['shift']());}}}(_0x5b0d,0x670ae));import{Plugin as _0x1e88a4}from'ckeditor5/src/core.js';import{getTranslation as _0x39aeca}from'../utils/common-translations.js';export default class V extends _0x1e88a4{[_0x1156f8(0x1d4)](){const _0x243f76=_0x1156f8,_0xce8986=this[_0x243f76(0x1d9)],_0x3f45d=_0xce8986[_0x243f76(0x1de)];if(!_0xce8986[_0x243f76(0x1f7)][_0x243f76(0x1e5)](_0x243f76(0x1f0)))return;const _0x311fc7=_0xce8986[_0x243f76(0x1f7)][_0x243f76(0x1d6)](_0x243f76(0x1f6));_0x311fc7[_0x243f76(0x1e0)](_0x243f76(0x1f4),[],[_0x243f76(0x1f4)]),_0x311fc7[_0x243f76(0x1d2)][_0x243f76(0x1e4)](_0x243f76(0x1f4),_0x39aeca(_0x3f45d,_0x243f76(0x1e1))),this[_0x243f76(0x1d3)]();}[_0x1156f8(0x1d3)](){const _0x29c02e=_0x1156f8,_0x34d5ad=this[_0x29c02e(0x1d9)],_0x49cdc5=_0x34d5ad[_0x29c02e(0x1de)];_0x34d5ad[_0x29c02e(0x1f7)][_0x29c02e(0x1d6)](_0x29c02e(0x1f6))[_0x29c02e(0x1d2)][_0x29c02e(0x1dd)](_0x493ff6=>{const _0x1b3e1c=_0x29c02e;if(_0x1b3e1c(0x1e8)!=_0x493ff6[_0x1b3e1c(0x1e9)])return;const {data:_0x149ee4}=_0x493ff6;if(_0x149ee4&&_0x1b3e1c(0x1f4)==_0x149ee4[_0x1b3e1c(0x1db)]){const _0x49b963=_0x149ee4[_0x1b3e1c(0x1f3)][0x0][_0x1b3e1c(0x1d5)];return{'type':_0x1b3e1c(0x1ee),'content':_0x39aeca(_0x49cdc5,_0x1b3e1c(0x1da),function(_0x5bd129){const _0x38adc6=_0x1b3e1c;switch(_0x5bd129){case _0x38adc6(0x1ec):return _0x39aeca(_0x49cdc5,_0x38adc6(0x1dc));case _0x38adc6(0x1e3):return _0x39aeca(_0x49cdc5,_0x38adc6(0x1f5));case _0x38adc6(0x1d8):return _0x39aeca(_0x49cdc5,_0x38adc6(0x1f1));case _0x38adc6(0x1ed):return _0x39aeca(_0x49cdc5,_0x38adc6(0x1f2));}}(_0x49b963))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1f54(){const _0x5d87e5=['FORMAT_CODE','forceValue','code','formatInline','toLowerCase','FORMAT_BOLD','CodeEditing','StrikethroughEditing','SubscriptEditing','4062ypjTju','afterInit','editor','superscript','type','BoldEditing','_descriptionFactory','FORMAT_','strikethrough','FORMAT_STRIKETHROUGH','commandParams','TrackChangesEditing','FORMAT_ITALIC','431576tSkjcT','*Remove\x20format:*\x20%0','514515MJsyir','101619iOaVxW','subscript','FORMAT_SUBSCRIPT','commandName','FORMAT_UNDERLINE','bold','2279389PzqKFS','format','SuperscriptEditing','toUpperCase','has','_registerLegacyDescription','registerAttributeLabel','FORMAT_SUPERSCRIPT','italic','2982230AvtKQh','586904QNyaXi','UnderlineEditing','2435OVuNhH','get','underline','locale','_enableDefaultAttributesIntegration','plugins','*Format:*\x20%0','registerDescriptionCallback','slice','ItalicEditing','9YhiVtZ','2JjXuwv'];_0x1f54=function(){return _0x5d87e5;};return _0x1f54();}const _0xc238af=_0x16d8;(function(_0x330c1b,_0x2385b0){const _0x288913=_0x16d8,_0x5a6a2e=_0x330c1b();while(!![]){try{const _0xe9c40a=parseInt(_0x288913(0xe8))/0x1+parseInt(_0x288913(0x105))/0x2*(parseInt(_0x288913(0xe7))/0x3)+parseInt(_0x288913(0xf8))/0x4+-parseInt(_0x288913(0xfa))/0x5*(parseInt(_0x288913(0xd8))/0x6)+parseInt(_0x288913(0xee))/0x7+parseInt(_0x288913(0xe5))/0x8+parseInt(_0x288913(0x104))/0x9*(-parseInt(_0x288913(0xf7))/0xa);if(_0xe9c40a===_0x2385b0)break;else _0x5a6a2e['push'](_0x5a6a2e['shift']());}catch(_0xa690c6){_0x5a6a2e['push'](_0x5a6a2e['shift']());}}}(_0x1f54,0x29dee));import{Plugin as _0x547267}from'ckeditor5/src/core.js';import{getTranslation as _0x552300}from'../utils/common-translations.js';const ti=[_0xc238af(0xdd),_0xc238af(0x103),_0xc238af(0xf9),_0xc238af(0xd5),_0xc238af(0xd6),_0xc238af(0xd7),_0xc238af(0xf0)];function _0x16d8(_0x5319e9,_0xb7657f){const _0x1f5412=_0x1f54();return _0x16d8=function(_0x16d861,_0x2a43ec){_0x16d861=_0x16d861-0xd4;let _0x2b9352=_0x1f5412[_0x16d861];return _0x2b9352;},_0x16d8(_0x5319e9,_0xb7657f);}export default class U extends _0x547267{[_0xc238af(0xd9)](){const _0x3b21ed=_0xc238af,_0x2cbc50=this[_0x3b21ed(0xda)],_0x823dad=_0x2cbc50[_0x3b21ed(0xff)][_0x3b21ed(0xfb)](_0x3b21ed(0xe3)),_0x43e774=_0x2cbc50[_0x3b21ed(0xfd)];for(const _0xc9459d of ti){if(!_0x2cbc50[_0x3b21ed(0xff)][_0x3b21ed(0xf2)](_0xc9459d))continue;const _0x4c695a=_0xc9459d[_0x3b21ed(0x102)](0x0,-0x7)[_0x3b21ed(0x10a)](),_0x15748c=_0x3b21ed(0xdf)+_0x4c695a[_0x3b21ed(0xf1)]();_0x823dad[_0x3b21ed(0xfe)](_0x4c695a,[_0x4c695a]),_0x823dad[_0x3b21ed(0xde)][_0x3b21ed(0xf4)](_0x4c695a,_0x552300(_0x43e774,_0x15748c));}this[_0x3b21ed(0xf3)]();}[_0xc238af(0xf3)](){const _0x277211=_0xc238af,_0x3cf511=this[_0x277211(0xda)],_0x34e541=_0x3cf511[_0x277211(0xfd)],_0x5cde88=_0x3cf511[_0x277211(0xff)][_0x277211(0xfb)](_0x277211(0xe3));function _0x3251a3(_0x52f17c,_0x3fe0a8){const _0x4f4ba8=_0x277211;_0x5cde88[_0x4f4ba8(0xde)][_0x4f4ba8(0x101)](_0x2f4152=>{const _0x31512b=_0x4f4ba8;if(_0x31512b(0x109)!=_0x2f4152[_0x31512b(0xdc)])return;const {data:_0x215584}=_0x2f4152;return _0x215584&&_0x215584[_0x31512b(0xeb)]===_0x52f17c?_0x215584[_0x31512b(0xe2)][0x0][_0x31512b(0x107)]?{'type':_0x31512b(0xef),'content':_0x552300(_0x34e541,_0x31512b(0x100),_0x3fe0a8)}:{'type':_0x31512b(0xef),'content':_0x552300(_0x34e541,_0x31512b(0xe6),_0x3fe0a8)}:void 0x0;});}_0x3251a3(_0x277211(0xed),_0x552300(_0x34e541,_0x277211(0xd4))),_0x3251a3(_0x277211(0xf6),_0x552300(_0x34e541,_0x277211(0xe4))),_0x3251a3(_0x277211(0xfc),_0x552300(_0x34e541,_0x277211(0xec))),_0x3251a3(_0x277211(0x108),_0x552300(_0x34e541,_0x277211(0x106))),_0x3251a3(_0x277211(0xe0),_0x552300(_0x34e541,_0x277211(0xe1))),_0x3251a3(_0x277211(0xe9),_0x552300(_0x34e541,_0x277211(0xea))),_0x3251a3(_0x277211(0xdb),_0x552300(_0x34e541,_0x277211(0xf5)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3eeb51=_0x4644;(function(_0x55425e,_0x357ad1){const _0x44b735=_0x4644,_0x30d345=_0x55425e();while(!![]){try{const _0x37afcb=parseInt(_0x44b735(0xbd))/0x1*(parseInt(_0x44b735(0xca))/0x2)+-parseInt(_0x44b735(0xbc))/0x3+-parseInt(_0x44b735(0xd3))/0x4*(parseInt(_0x44b735(0xd8))/0x5)+-parseInt(_0x44b735(0xde))/0x6*(-parseInt(_0x44b735(0xd5))/0x7)+-parseInt(_0x44b735(0xd6))/0x8*(-parseInt(_0x44b735(0xcb))/0x9)+-parseInt(_0x44b735(0xd4))/0xa*(parseInt(_0x44b735(0xc3))/0xb)+parseInt(_0x44b735(0xb5))/0xc;if(_0x37afcb===_0x357ad1)break;else _0x30d345['push'](_0x30d345['shift']());}catch(_0x30da40){_0x30d345['push'](_0x30d345['shift']());}}}(_0x3d66,0xc5a8f));import{Plugin as _0xebdc73}from'ckeditor5/src/core.js';function _0x4644(_0xceb8d2,_0x45ef77){const _0x3d664b=_0x3d66();return _0x4644=function(_0x464439,_0x3e1c3a){_0x464439=_0x464439-0xb2;let _0x34a774=_0x3d664b[_0x464439];return _0x34a774;},_0x4644(_0xceb8d2,_0x45ef77);}import{getTranslation as _0xdd58b5}from'../utils/common-translations.js';function _0x3d66(){const _0x30e075=['*Set\x20format:*\x20%0','plugins','25620120QouXjT','registerDescriptionCallback','name','enableCommand','*Remove\x20format:*\x20%0','from','change','4072344lhvlAY','279vsNVJO','has','parent','commandParams','afterInit','forceValue','10202687PGtgfG','$root','value','BlockQuoteEditing','_descriptionFactory','checkChild','filter','4954mCzFUP','9nKCRHO','editor','locale','get','schema','getSelectedBlocks','blockQuote','TrackChangesEditing','1558476lBTikA','10bjigkw','7paJpSM','7235264ZUMemv','selection','10YPCdba','commandName','format','markBlockFormat','document','model','859902NEmhZH','commands','ELEMENT_BLOCK_QUOTE'];_0x3d66=function(){return _0x30e075;};return _0x3d66();}import{getRangesOfBlockGroups as _0x3d0edc}from'../utils/utils.js';export default class O extends _0xebdc73{[_0x3eeb51(0xc1)](){const _0x4bee7d=_0x3eeb51,_0x396bf5=this[_0x4bee7d(0xcc)],_0x3f97a6=_0x396bf5[_0x4bee7d(0xcd)];if(!_0x396bf5[_0x4bee7d(0xb4)][_0x4bee7d(0xbe)](_0x4bee7d(0xc6)))return;const _0x280a49=_0x396bf5[_0x4bee7d(0xb4)][_0x4bee7d(0xce)](_0x4bee7d(0xd2)),_0x47b1c9=this[_0x4bee7d(0xcc)][_0x4bee7d(0xdf)][_0x4bee7d(0xce)](_0x4bee7d(0xd1));_0x280a49[_0x4bee7d(0xb8)](_0x4bee7d(0xd1),(_0x5e7b83,_0x2d953e={})=>{const _0x52c0b6=_0x4bee7d,_0x3218cb=this[_0x52c0b6(0xcc)][_0x52c0b6(0xdd)][_0x52c0b6(0xdc)][_0x52c0b6(0xd7)],_0x5de9b8=_0x2d953e&&void 0x0!==_0x2d953e[_0x52c0b6(0xc2)]?_0x2d953e[_0x52c0b6(0xc2)]:!_0x47b1c9[_0x52c0b6(0xc5)];let _0x3a5de4=[];if(_0x5de9b8){const _0x18ba0b=Array[_0x52c0b6(0xba)](_0x3218cb[_0x52c0b6(0xd0)]())[_0x52c0b6(0xc9)](_0x2cb4de=>oo(_0x2cb4de)||function(_0x574bd9,_0x26785c){const _0x165fa5=_0x52c0b6,_0x160b55=_0x26785c[_0x165fa5(0xc8)](_0x574bd9[_0x165fa5(0xbf)],_0x165fa5(0xd1)),_0x42551c=_0x26785c[_0x165fa5(0xc8)]([_0x165fa5(0xc4),_0x165fa5(0xd1)],_0x574bd9);return _0x160b55&&_0x42551c;}(_0x2cb4de,this[_0x52c0b6(0xcc)][_0x52c0b6(0xdd)][_0x52c0b6(0xcf)]));_0x3a5de4=_0x3d0edc(_0x18ba0b,_0x396bf5[_0x52c0b6(0xdd)]);}else{const _0x5dfdf2=Array[_0x52c0b6(0xba)](_0x3218cb[_0x52c0b6(0xd0)]())[_0x52c0b6(0xc9)](_0x3671ee=>oo(_0x3671ee));_0x3a5de4=_0x3d0edc(_0x5dfdf2,_0x396bf5[_0x52c0b6(0xdd)]);}_0x396bf5[_0x52c0b6(0xdd)][_0x52c0b6(0xbb)](()=>{const _0x284707=_0x52c0b6;for(const _0x48f35d of _0x3a5de4)_0x280a49[_0x284707(0xdb)](_0x48f35d,{'commandName':_0x284707(0xd1),'commandParams':[{'forceValue':_0x5de9b8}]});});}),_0x280a49[_0x4bee7d(0xc7)][_0x4bee7d(0xb6)](_0x3ee4eb=>{const _0x3d1fb0=_0x4bee7d,{data:_0x3d32f7}=_0x3ee4eb;if(_0x3d32f7&&_0x3d1fb0(0xd1)==_0x3d32f7[_0x3d1fb0(0xd9)]){const _0x529461=_0xdd58b5(_0x3f97a6,_0x3d1fb0(0xb2));return _0x3d32f7[_0x3d1fb0(0xc0)][0x0][_0x3d1fb0(0xc2)]?{'type':_0x3d1fb0(0xda),'content':_0xdd58b5(_0x3f97a6,_0x3d1fb0(0xb3),_0x529461)}:{'type':_0x3d1fb0(0xda),'content':_0xdd58b5(_0x3f97a6,_0x3d1fb0(0xb9),_0x529461)};}});}}function oo(_0x586263){const _0x5d82b6=_0x3eeb51;return _0x5d82b6(0xd1)==_0x586263[_0x5d82b6(0xbf)][_0x5d82b6(0xb7)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2534b7=_0x3ef5;function _0x3ef5(_0xe22bde,_0x2e4269){const _0x1d2481=_0x1d24();return _0x3ef5=function(_0x3ef597,_0x417090){_0x3ef597=_0x3ef597-0x14a;let _0x340a52=_0x1d2481[_0x3ef597];return _0x340a52;},_0x3ef5(_0xe22bde,_0x2e4269);}function _0x1d24(){const _0x5ddf75=['2343cchQgn','has','afterInit','enableCommand','changeCaseLower','1538556CUqDCF','72skmMzO','CaseChange','5532WMzpYE','changeCaseTitle','plugins','4zINabM','42KBFeiO','TrackChangesEditing','4233438IhDKKq','3350mhrImr','5793JteNBb','3288472MXvxYp','changeCaseUpper','2073815NmGoYp','editor','get'];_0x1d24=function(){return _0x5ddf75;};return _0x1d24();}(function(_0xf67ff3,_0x3842ce){const _0x14f369=_0x3ef5,_0x4db95f=_0xf67ff3();while(!![]){try{const _0x39e4ef=parseInt(_0x14f369(0x14d))/0x1*(parseInt(_0x14f369(0x159))/0x2)+parseInt(_0x14f369(0x158))/0x3+parseInt(_0x14f369(0x15e))/0x4*(-parseInt(_0x14f369(0x150))/0x5)+-parseInt(_0x14f369(0x15b))/0x6*(parseInt(_0x14f369(0x15f))/0x7)+-parseInt(_0x14f369(0x14e))/0x8+parseInt(_0x14f369(0x14b))/0x9+parseInt(_0x14f369(0x14c))/0xa*(parseInt(_0x14f369(0x153))/0xb);if(_0x39e4ef===_0x3842ce)break;else _0x4db95f['push'](_0x4db95f['shift']());}catch(_0x2798dd){_0x4db95f['push'](_0x4db95f['shift']());}}}(_0x1d24,0x696a7));import{Plugin as _0x4ea17b}from'ckeditor5/src/core.js';export default class G extends _0x4ea17b{[_0x2534b7(0x155)](){const _0x43d0b2=_0x2534b7,_0x3b78f4=this[_0x43d0b2(0x151)];_0x3b78f4[_0x43d0b2(0x15d)][_0x43d0b2(0x154)](_0x43d0b2(0x15a))&&(_0x3b78f4[_0x43d0b2(0x15d)][_0x43d0b2(0x152)](_0x43d0b2(0x14a))[_0x43d0b2(0x156)](_0x43d0b2(0x14f)),_0x3b78f4[_0x43d0b2(0x15d)][_0x43d0b2(0x152)](_0x43d0b2(0x14a))[_0x43d0b2(0x156)](_0x43d0b2(0x157)),_0x3b78f4[_0x43d0b2(0x15d)][_0x43d0b2(0x152)](_0x43d0b2(0x14a))[_0x43d0b2(0x156)](_0x43d0b2(0x15c)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xa8e337=_0x18dd;function _0x18dd(_0x22a7b4,_0x322aec){const _0x26c64d=_0x26c6();return _0x18dd=function(_0x18dd1a,_0xed4bc3){_0x18dd1a=_0x18dd1a-0xef;let _0x1b3306=_0x26c64d[_0x18dd1a];return _0x1b3306;},_0x18dd(_0x22a7b4,_0x322aec);}function _0x26c6(){const _0x522516=['afterInit','11uCwOiF','203XePCgz','enableCommand','512BAqDkI','41133440URWGXS','1144743dYtJTR','20DWZXjX','get','ckbox','143848kpveMN','1555156UUJzZv','76833fuiKBi','3022491gweXMp','TrackChangesEditing','13476pIylnl','plugins','editor','commands'];_0x26c6=function(){return _0x522516;};return _0x26c6();}(function(_0x1591e4,_0x58706e){const _0x43da48=_0x18dd,_0xc5ce4c=_0x1591e4();while(!![]){try{const _0xa287e2=-parseInt(_0x43da48(0xf9))/0x1+-parseInt(_0x43da48(0xfe))/0x2+-parseInt(_0x43da48(0x100))/0x3+parseInt(_0x43da48(0xfd))/0x4*(parseInt(_0x43da48(0xfa))/0x5)+parseInt(_0x43da48(0xef))/0x6*(parseInt(_0x43da48(0xf5))/0x7)+-parseInt(_0x43da48(0xf7))/0x8*(parseInt(_0x43da48(0xff))/0x9)+parseInt(_0x43da48(0xf8))/0xa*(parseInt(_0x43da48(0xf4))/0xb);if(_0xa287e2===_0x58706e)break;else _0xc5ce4c['push'](_0xc5ce4c['shift']());}catch(_0x1bbe34){_0xc5ce4c['push'](_0xc5ce4c['shift']());}}}(_0x26c6,0xce93c));import{Plugin as _0xbe277d}from'ckeditor5/src/core.js';export default class F extends _0xbe277d{[_0xa8e337(0xf3)](){const _0x22f483=_0xa8e337,_0x427123=this[_0x22f483(0xf1)];_0x427123[_0x22f483(0xf2)][_0x22f483(0xfb)](_0x22f483(0xfc))&&_0x427123[_0x22f483(0xf0)][_0x22f483(0xfb)](_0x22f483(0x101))[_0x22f483(0xf6)](_0x22f483(0xfc));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x32efc3=_0x4859;function _0x4859(_0x5ed656,_0x16f36a){const _0x5ad12d=_0x5ad1();return _0x4859=function(_0x4859ad,_0x1088d1){_0x4859ad=_0x4859ad-0x17a;let _0x532b02=_0x5ad12d[_0x4859ad];return _0x532b02;},_0x4859(_0x5ed656,_0x16f36a);}(function(_0x6f42d8,_0x5109a9){const _0x30b015=_0x4859,_0x488ed9=_0x6f42d8();while(!![]){try{const _0x49d83a=-parseInt(_0x30b015(0x186))/0x1+-parseInt(_0x30b015(0x19e))/0x2+parseInt(_0x30b015(0x190))/0x3*(parseInt(_0x30b015(0x188))/0x4)+parseInt(_0x30b015(0x17f))/0x5+parseInt(_0x30b015(0x18e))/0x6*(parseInt(_0x30b015(0x1aa))/0x7)+parseInt(_0x30b015(0x18a))/0x8*(-parseInt(_0x30b015(0x17a))/0x9)+-parseInt(_0x30b015(0x1a0))/0xa*(-parseInt(_0x30b015(0x1a2))/0xb);if(_0x49d83a===_0x5109a9)break;else _0x488ed9['push'](_0x488ed9['shift']());}catch(_0x488bd3){_0x488ed9['push'](_0x488ed9['shift']());}}}(_0x5ad1,0x2b406));import{Plugin as _0x39fb4b}from'ckeditor5/src/core.js';import{getTranslation as _0x370f56}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x36081e}from'../utils/utils.js';function _0x5ad1(){const _0x1c238d=['ELEMENT_CODE_BLOCK','indentCodeBlock','formatBlock','219189DVGNrA','get','24ptbEuz','checkChild','1608vakxVU','languages','config','toLowerCase','200952NUdwDz','rootElement','62226oTENVX','type','codeBlock','filter','has','enableCommand','name','outdentCodeBlock','TrackChangesEditing','language','schema','commandParams','*Set\x20format:*\x20%0','getSelectedBlocks','65538WSOsHV','plugins','5830BWlfCc','forceValue','10274OPRQnC','editor','*Remove\x20format:*\x20%0','parent','locale','CodeBlock','find','model','7wZzbpe','from','document','value','registerDescriptionCallback','change','markBlockFormat','registerElementLabel','commands','isLimit','15615zfrvkJ','_descriptionFactory','selection','afterInit','commandName','376925AOAspF','label','blockName','format'];_0x5ad1=function(){return _0x1c238d;};return _0x5ad1();}export default class L extends _0x39fb4b{[_0x32efc3(0x17d)](){const _0x3b3151=_0x32efc3,_0x196e36=this[_0x3b3151(0x1a3)];if(!_0x196e36[_0x3b3151(0x19f)][_0x3b3151(0x194)](_0x3b3151(0x1a7)))return;const _0x430098=_0x196e36[_0x3b3151(0x19f)][_0x3b3151(0x187)](_0x3b3151(0x198)),_0x4cb1a0=_0x196e36[_0x3b3151(0x1a6)],_0x25895b=_0x196e36[_0x3b3151(0x18c)][_0x3b3151(0x187)](_0x3b3151(0x192))[_0x3b3151(0x18b)],_0x52b8ea=_0x196e36[_0x3b3151(0x1b2)][_0x3b3151(0x187)](_0x3b3151(0x192));_0x430098[_0x3b3151(0x195)](_0x3b3151(0x184)),_0x430098[_0x3b3151(0x195)](_0x3b3151(0x197)),_0x430098[_0x3b3151(0x195)](_0x3b3151(0x192),(_0x2d482b,_0xa8af1b={})=>{const _0x1cf4bc=_0x3b3151,_0x31e1bf=_0x196e36[_0x1cf4bc(0x1a9)],_0x14ddb1=_0x196e36[_0x1cf4bc(0x1a9)][_0x1cf4bc(0x1ac)][_0x1cf4bc(0x17c)],_0x4b5574=_0xa8af1b&&void 0x0!==_0xa8af1b[_0x1cf4bc(0x1a1)]?_0xa8af1b[_0x1cf4bc(0x1a1)]:!_0x52b8ea[_0x1cf4bc(0x1ad)];let _0x36de6d;_0xa8af1b[_0x1cf4bc(0x199)]||(_0xa8af1b[_0x1cf4bc(0x199)]=_0x25895b[0x0][_0x1cf4bc(0x199)]),_0x36de6d=_0x4b5574?Array[_0x1cf4bc(0x1ab)](_0x14ddb1[_0x1cf4bc(0x19d)]())[_0x1cf4bc(0x193)](_0x188d7c=>eo(_0x188d7c)||function(_0x54bfce,_0x2a65a8){const _0x582ca7=_0x1cf4bc;if(_0x54bfce['is'](_0x582ca7(0x18f))||_0x2a65a8[_0x582ca7(0x1b3)](_0x54bfce))return!0x1;return _0x2a65a8[_0x582ca7(0x189)](_0x54bfce[_0x582ca7(0x1a5)],_0x582ca7(0x192));}(_0x188d7c,_0x31e1bf[_0x1cf4bc(0x19a)])):Array[_0x1cf4bc(0x1ab)](_0x14ddb1[_0x1cf4bc(0x19d)]())[_0x1cf4bc(0x193)](_0x18d693=>eo(_0x18d693));const _0x2de335=_0x36081e(_0x36de6d,_0x31e1bf);_0x31e1bf[_0x1cf4bc(0x1af)](()=>{const _0x252f1e=_0x1cf4bc;for(const _0x469fab of _0x2de335)_0x430098[_0x252f1e(0x1b0)](_0x469fab,{'commandName':_0x252f1e(0x192),'commandParams':[{..._0xa8af1b,'forceValue':_0x4b5574}],'formatGroupId':_0x252f1e(0x181)});});}),(_0x430098[_0x3b3151(0x17b)][_0x3b3151(0x1b1)](_0x3b3151(0x192),_0x48cf02=>_0x370f56(_0x4cb1a0,_0x3b3151(0x183),_0x48cf02)),_0x430098[_0x3b3151(0x17b)][_0x3b3151(0x1ae)](_0x5e9352=>{const _0x262b80=_0x3b3151;if(_0x262b80(0x185)!=_0x5e9352[_0x262b80(0x191)])return;const _0x56b2d4=_0x4cb1a0['t'],{data:_0x59837b}=_0x5e9352;if(!_0x59837b||_0x262b80(0x192)!=_0x59837b[_0x262b80(0x17e)])return;const _0x10d66e=_0x59837b[_0x262b80(0x19b)][0x0][_0x262b80(0x199)],_0x5e1515=_0x56b2d4(_0x25895b[_0x262b80(0x1a8)](_0x4e5b3b=>_0x4e5b3b[_0x262b80(0x199)]===_0x10d66e)[_0x262b80(0x180)])[_0x262b80(0x18d)]();return _0x59837b[_0x262b80(0x19b)][0x0][_0x262b80(0x1a1)]?{'type':_0x262b80(0x182),'content':_0x370f56(_0x4cb1a0,_0x262b80(0x19c),_0x370f56(_0x4cb1a0,_0x262b80(0x183),0x1)+'\x20('+_0x5e1515+')')}:{'type':_0x262b80(0x182),'content':_0x370f56(_0x4cb1a0,_0x262b80(0x1a4),_0x370f56(_0x4cb1a0,_0x262b80(0x183),0x1))};}));}}function eo(_0x188105){const _0x442e7c=_0x32efc3;return _0x442e7c(0x192)==_0x188105[_0x442e7c(0x196)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x47319f=_0x3aad;(function(_0x1e00a1,_0x9febdc){const _0xc1cba2=_0x3aad,_0x43549a=_0x1e00a1();while(!![]){try{const _0x1c759d=parseInt(_0xc1cba2(0x101))/0x1+-parseInt(_0xc1cba2(0x109))/0x2*(-parseInt(_0xc1cba2(0x10c))/0x3)+-parseInt(_0xc1cba2(0x110))/0x4+parseInt(_0xc1cba2(0x105))/0x5*(parseInt(_0xc1cba2(0x10b))/0x6)+parseInt(_0xc1cba2(0x100))/0x7*(parseInt(_0xc1cba2(0x10a))/0x8)+parseInt(_0xc1cba2(0x106))/0x9+-parseInt(_0xc1cba2(0x111))/0xa;if(_0x1c759d===_0x9febdc)break;else _0x43549a['push'](_0x43549a['shift']());}catch(_0x370245){_0x43549a['push'](_0x43549a['shift']());}}}(_0x316d,0x9aa9e));function _0x3aad(_0x5ae1e2,_0x35d04c){const _0x316d9e=_0x316d();return _0x3aad=function(_0x3aad56,_0x316693){_0x3aad56=_0x3aad56-0x100;let _0x4b67d9=_0x316d9e[_0x3aad56];return _0x4b67d9;},_0x3aad(_0x5ae1e2,_0x35d04c);}function _0x316d(){const _0x9e687e=['8SniZxc','4710ExafCn','410370VxJnLc','CommentsEditing','TrackChangesEditing','editor','4472804VshjwL','18371980tSqKTT','addCommentThread','6547583lFRmZb','924684SvWzvq','enableCommand','get','plugins','1615iPqrHh','7122087rgDDHJ','afterInit','has','10gDkfHR'];_0x316d=function(){return _0x9e687e;};return _0x316d();}import{Plugin as _0x2fea5b}from'ckeditor5/src/core.js';export default class H extends _0x2fea5b{[_0x47319f(0x107)](){const _0x59d71e=_0x47319f,_0x1f4ec8=this[_0x59d71e(0x10f)];if(!_0x1f4ec8[_0x59d71e(0x104)][_0x59d71e(0x108)](_0x59d71e(0x10d)))return;_0x1f4ec8[_0x59d71e(0x104)][_0x59d71e(0x103)](_0x59d71e(0x10e))[_0x59d71e(0x102)](_0x59d71e(0x112));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x238689=_0x1257;function _0x4c43(){const _0x425abe=['bind','start','batch','3oJISFN','rootName','createRange','deleteForward','mapper','1096696VDIMxB','uiElement','enqueueChange','unbindElementFromMarkerName','22dhzPFz','high','delete','markerName','unit','commands','data','$graveyard','createSelection','options','detach','setSelection','document','model','TrackChangesEditing','795085SKemLZ','buffer','getFirstRange','387WOqUNj','selection','lock','root','modifySelection','116390oijgZa','7KMfpMX','editor','enableCommand','markerNameToElements','forward','merge','745320pKfJJQ','removeMarker:suggestion:deletion','downcastDispatcher','plugins','2pGHELU','end','300148VBuGpQ','writer','showSuggestionHighlights','isCollapsed','addMarker:suggestion:deletion','editing','904108LThceu','requires','634026xSNYXd','unlock','init','fromRange','get','remove'];_0x4c43=function(){return _0x425abe;};return _0x4c43();}(function(_0x1fc8e4,_0x168ced){const _0x298f59=_0x1257,_0x5ab2ac=_0x1fc8e4();while(!![]){try{const _0x1c9fb0=-parseInt(_0x298f59(0x8a))/0x1*(-parseInt(_0x298f59(0xc6))/0x2)+parseInt(_0x298f59(0x9b))/0x3*(-parseInt(_0x298f59(0x90))/0x4)+-parseInt(_0x298f59(0xb3))/0x5+parseInt(_0x298f59(0x92))/0x6+-parseInt(_0x298f59(0xbc))/0x7*(parseInt(_0x298f59(0xa0))/0x8)+-parseInt(_0x298f59(0xb6))/0x9*(-parseInt(_0x298f59(0xbb))/0xa)+-parseInt(_0x298f59(0xa4))/0xb*(parseInt(_0x298f59(0xc2))/0xc);if(_0x1c9fb0===_0x168ced)break;else _0x5ab2ac['push'](_0x5ab2ac['shift']());}catch(_0x58afee){_0x5ab2ac['push'](_0x5ab2ac['shift']());}}}(_0x4c43,0x3f769));import{Plugin as _0x4052b4}from'ckeditor5/src/core.js';function _0x1257(_0x3550da,_0x341ef0){const _0x4c43c5=_0x4c43();return _0x1257=function(_0x1257c4,_0x38724c){_0x1257c4=_0x1257c4-0x89;let _0xc61f20=_0x4c43c5[_0x1257c4];return _0xc61f20;},_0x1257(_0x3550da,_0x341ef0);}import{LiveRange as _0x93d68e}from'ckeditor5/src/engine.js';import{Delete as _0x402f20}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x27f1ce}from'./utils.js';export default class q extends _0x4052b4{static get[_0x238689(0x91)](){return[_0x402f20];}[_0x238689(0x94)](){const _0x48b3b2=_0x238689,_0xfb204d=this[_0x48b3b2(0xbd)],_0x1c69b5=_0xfb204d[_0x48b3b2(0xc5)][_0x48b3b2(0x96)](_0x48b3b2(0xb2));_0x1c69b5[_0x48b3b2(0xbe)](_0x48b3b2(0xa6));const _0x243f3f=_0xfb204d[_0x48b3b2(0xa9)][_0x48b3b2(0x96)](_0x48b3b2(0x9e));_0x1c69b5[_0x48b3b2(0xbe)](_0x48b3b2(0x9e),(_0x5297a8,_0x5a4c0a={})=>{const _0x758ba3=_0x48b3b2,_0x4934a3=_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0xac)](_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0xb0)][_0x758ba3(0xb7)]);_0x4934a3[_0x758ba3(0x8d)]&&_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0xba)](_0x4934a3,{'direction':_0x758ba3(0xc0),'unit':_0x5a4c0a[_0x758ba3(0xa8)]});const _0x33d153=_0x4934a3[_0x758ba3(0xb5)](),_0x5d81b5=_0x93d68e[_0x758ba3(0x95)](_0x33d153);let _0xe17074;_0x5297a8(_0x5a4c0a),_0xe17074=_0x758ba3(0xab)==_0x5d81b5[_0x758ba3(0xb9)][_0x758ba3(0x9c)]?_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0x9d)](_0x33d153[_0x758ba3(0x99)]):_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0x9d)](_0x5d81b5[_0x758ba3(0x99)],_0x5d81b5[_0x758ba3(0x89)]),_0x5d81b5[_0x758ba3(0xae)](),_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0xa2)](_0x243f3f[_0x758ba3(0xb4)][_0x758ba3(0x9a)],_0x449f99=>{const _0x4b1d33=_0x758ba3;_0x243f3f[_0x4b1d33(0xb4)][_0x4b1d33(0xb8)](),_0x449f99[_0x4b1d33(0xaf)](_0x449f99[_0x4b1d33(0x9d)](_0xe17074[_0x4b1d33(0x89)])),_0x243f3f[_0x4b1d33(0xb4)][_0x4b1d33(0x93)]();});}),_0xfb204d[_0x48b3b2(0x8f)][_0x48b3b2(0xc4)]['on'](_0x48b3b2(0x8e),_0x27f1ce(_0xfb204d,_0x48b3b2(0xc1)),{'priority':_0x48b3b2(0xa5)}),_0xfb204d[_0x48b3b2(0xaa)][_0x48b3b2(0xc4)]['on'](_0x48b3b2(0x8e),(_0x571094,_0x4951e6,_0x1949b9)=>{const _0x514e81=_0x48b3b2;_0x1949b9[_0x514e81(0xad)][_0x514e81(0x8c)]&&_0x27f1ce(_0xfb204d,_0x514e81(0xc1),{'showActiveMarker':!0x1})[_0x514e81(0x98)](this)(_0x571094,_0x4951e6,_0x1949b9);},{'priority':_0x48b3b2(0xa5)}),_0xfb204d[_0x48b3b2(0x8f)][_0x48b3b2(0xc4)]['on'](_0x48b3b2(0xc3),(_0x586c92,_0xc9b581,_0x42473d)=>{const _0x417ce2=_0x48b3b2,_0x1f09ef=_0x42473d[_0x417ce2(0x9f)][_0x417ce2(0xbf)](_0xc9b581[_0x417ce2(0xa7)]);if(_0x1f09ef){for(const _0x385f08 of _0x1f09ef)_0x385f08['is'](_0x417ce2(0xa1))&&(_0x42473d[_0x417ce2(0x9f)][_0x417ce2(0xa3)](_0x385f08,_0xc9b581[_0x417ce2(0xa7)]),_0x42473d[_0x417ce2(0x8b)][_0x417ce2(0x97)](_0x385f08));}},{'priority':_0x48b3b2(0xa5)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2be59f=_0x435f;function _0x435f(_0x50abc2,_0x171130){const _0xb5b7cd=_0xb5b7();return _0x435f=function(_0x435fd8,_0x49521e){_0x435fd8=_0x435fd8-0x1d5;let _0x4e9f5a=_0xb5b7cd[_0x435fd8];return _0x4e9f5a;},_0x435f(_0x50abc2,_0x171130);}(function(_0x161fb9,_0x114dc2){const _0x1fa1b6=_0x435f,_0x4776b1=_0x161fb9();while(!![]){try{const _0x43c71d=parseInt(_0x1fa1b6(0x1f1))/0x1+parseInt(_0x1fa1b6(0x1ee))/0x2+-parseInt(_0x1fa1b6(0x1f6))/0x3+parseInt(_0x1fa1b6(0x208))/0x4*(parseInt(_0x1fa1b6(0x1e8))/0x5)+parseInt(_0x1fa1b6(0x1e1))/0x6*(-parseInt(_0x1fa1b6(0x1f7))/0x7)+parseInt(_0x1fa1b6(0x1eb))/0x8*(parseInt(_0x1fa1b6(0x1fb))/0x9)+parseInt(_0x1fa1b6(0x201))/0xa*(-parseInt(_0x1fa1b6(0x1fa))/0xb);if(_0x43c71d===_0x114dc2)break;else _0x4776b1['push'](_0x4776b1['shift']());}catch(_0x32d5c7){_0x4776b1['push'](_0x4776b1['shift']());}}}(_0xb5b7,0xc46b1));function _0xb5b7(){const _0x4f382f=['setSelection','afterExecute','enter','high','document','addMarker:suggestion:insertion','downcastDispatcher','requires','getFirstPosition','15954belIgL','parent','options','enterBlock','editing','get','createPositionAt','24350Knsznc','model','showSuggestionHighlights','8WskDAq','commands','writer','3055986yLAYJV','split','mapper','1546086zKgOFe','markerName','fromRange','editor','bind','1127595rJZyYc','2373knmUlc','ck-suggestion-marker-split','end','100331syxDkL','13529547yGUqzi','enableCommand','createRange','TrackChangesEditing','nextSibling','getFirstRange','3270mxXPBh','init','remove','unbindElementFromMarkerName','markerNameToElements','change','fire','400fNfZDn','hasClass','markInsertion','data','detach','plugins','selection','removeMarker:suggestion:insertion'];_0xb5b7=function(){return _0x4f382f;};return _0xb5b7();}import{Plugin as _0x2b03b7}from'ckeditor5/src/core.js';import{Enter as _0x1e1dcf}from'ckeditor5/src/enter.js';import{LiveRange as _0x4a52d1}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x317188}from'./utils.js';export default class W extends _0x2b03b7{static get[_0x2be59f(0x1df)](){return[_0x1e1dcf];}[_0x2be59f(0x202)](){const _0x10364d=_0x2be59f,_0x5fd772=this[_0x10364d(0x1f4)],_0x50c785=_0x5fd772[_0x10364d(0x1d5)][_0x10364d(0x1e6)](_0x10364d(0x1fe)),_0xa4bc9a=_0x5fd772[_0x10364d(0x1ec)][_0x10364d(0x1e6)](_0x10364d(0x1da));_0x50c785[_0x10364d(0x1fc)](_0x10364d(0x1da),()=>{const _0x182f68=_0x10364d;_0x5fd772[_0x182f68(0x1e9)][_0x182f68(0x206)](_0x1b6c8a=>{const _0x199c37=_0x182f68,_0x19f461=_0x5fd772[_0x199c37(0x1e9)][_0x199c37(0x1dc)][_0x199c37(0x1d6)],_0xc5df54=_0x19f461[_0x199c37(0x1e0)](),_0x25142c=_0x4a52d1[_0x199c37(0x1f3)](_0x19f461[_0x199c37(0x200)]());if(_0xa4bc9a[_0x199c37(0x1e4)](_0x1b6c8a)){const _0x17c816=_0x5fd772[_0x199c37(0x1e9)][_0x199c37(0x1e7)](_0xc5df54[_0x199c37(0x1e2)][_0x199c37(0x1ff)],0x0),_0x34c3ab=_0x1b6c8a[_0x199c37(0x1fd)](_0xc5df54,_0x17c816);_0x50c785[_0x199c37(0x20a)](_0x34c3ab);}else _0x1b6c8a[_0x199c37(0x1d8)](_0x1b6c8a[_0x199c37(0x1fd)](_0x25142c[_0x199c37(0x1f9)]));_0x25142c[_0x199c37(0x20c)](),_0xa4bc9a[_0x199c37(0x207)](_0x199c37(0x1d9),{'writer':_0x1b6c8a});});}),_0x5fd772[_0x10364d(0x1e5)][_0x10364d(0x1de)]['on'](_0x10364d(0x1dd),_0x317188(_0x5fd772,_0x10364d(0x1ef)),{'priority':_0x10364d(0x1db)}),_0x5fd772[_0x10364d(0x1e5)][_0x10364d(0x1de)]['on'](_0x10364d(0x1d7),(_0x39a9fc,_0x236c25,_0x27b17d)=>{const _0x5e35ce=_0x10364d,_0x3e869e=_0x27b17d[_0x5e35ce(0x1f0)][_0x5e35ce(0x205)](_0x236c25[_0x5e35ce(0x1f2)]);if(_0x3e869e){for(const _0xab28d of _0x3e869e)_0xab28d[_0x5e35ce(0x209)](_0x5e35ce(0x1f8))&&(_0x27b17d[_0x5e35ce(0x1f0)][_0x5e35ce(0x204)](_0xab28d,_0x236c25[_0x5e35ce(0x1f2)]),_0x27b17d[_0x5e35ce(0x1ed)][_0x5e35ce(0x203)](_0xab28d));}},{'priority':_0x10364d(0x1db)}),_0x5fd772[_0x10364d(0x20b)][_0x10364d(0x1de)]['on'](_0x10364d(0x1dd),(_0x509064,_0x46c0e3,_0x1904ee)=>{const _0x5f5a05=_0x10364d;_0x1904ee[_0x5f5a05(0x1e3)][_0x5f5a05(0x1ea)]&&_0x317188(_0x5fd772,_0x5f5a05(0x1ef),{'showActiveMarker':!0x1})[_0x5f5a05(0x1f5)](this)(_0x509064,_0x46c0e3,_0x1904ee);},{'priority':_0x10364d(0x1db)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x1defe2=_0x57ee;(function(_0x4c8377,_0x469635){const _0x2199e4=_0x57ee,_0x375440=_0x4c8377();while(!![]){try{const _0x186793=parseInt(_0x2199e4(0x94))/0x1*(-parseInt(_0x2199e4(0xc0))/0x2)+parseInt(_0x2199e4(0xaf))/0x3*(parseInt(_0x2199e4(0xbe))/0x4)+-parseInt(_0x2199e4(0x9c))/0x5*(parseInt(_0x2199e4(0xba))/0x6)+-parseInt(_0x2199e4(0xb9))/0x7*(-parseInt(_0x2199e4(0xa0))/0x8)+parseInt(_0x2199e4(0xb2))/0x9*(parseInt(_0x2199e4(0xb8))/0xa)+parseInt(_0x2199e4(0xac))/0xb*(parseInt(_0x2199e4(0xbd))/0xc)+-parseInt(_0x2199e4(0xb5))/0xd*(parseInt(_0x2199e4(0xa4))/0xe);if(_0x186793===_0x469635)break;else _0x375440['push'](_0x375440['shift']());}catch(_0xf1e99b){_0x375440['push'](_0x375440['shift']());}}}(_0x2d53,0x68eff));function _0x57ee(_0x459d08,_0x5bac40){const _0x2d53be=_0x2d53();return _0x57ee=function(_0x57eef6,_0x53f6ab){_0x57eef6=_0x57eef6-0x94;let _0x1d19b6=_0x2d53be[_0x57eef6];return _0x1d19b6;},_0x57ee(_0x459d08,_0x5bac40);}function _0x2d53(){const _0x576ce0=['model','createRange','369vKhokt','enableCommand','getMarkersGroup','14651LetDtp','filter','getRange','12840HHSiwk','1635501cBrrUZ','312jUqvbI','getIntersection','editor','12OoCEab','2656364VaiblT','find','254986JKTkjS','3lBRzGt','handleFindCommand','TrackChangesEditing','createPositionAt','replaceAll','get','plugins','item','3575xgGhgu','has','replace','start','24XRZdLa','string','afterInit','FindAndReplaceEditing','9716OUNpJq','FindAndReplaceUtils','findNext','findPrevious','findByTextCallback','markers','bind','end','2353516JwZiFN','suggestion:deletion','_isInDeletionRange','3eXIRvY'];_0x2d53=function(){return _0x576ce0;};return _0x2d53();}import{Plugin as _0x452424}from'ckeditor5/src/core.js';export default class J extends _0x452424{[_0x1defe2(0xa2)](){const _0x590068=_0x1defe2;if(!this[_0x590068(0xbc)][_0x590068(0x9a)][_0x590068(0x9d)](_0x590068(0xa3)))return;const _0x494855=this[_0x590068(0xbc)][_0x590068(0x9a)][_0x590068(0x99)](_0x590068(0x96));_0x494855[_0x590068(0xb3)](_0x590068(0xbf),this[_0x590068(0x95)][_0x590068(0xaa)](this)),_0x494855[_0x590068(0xb3)](_0x590068(0xa6)),_0x494855[_0x590068(0xb3)](_0x590068(0xa7)),_0x494855[_0x590068(0xb3)](_0x590068(0x9e)),_0x494855[_0x590068(0xb3)](_0x590068(0x98));}[_0x1defe2(0x95)](_0x587a33,_0x31dcfe,_0x36faa6={}){const _0x965bf5=_0x1defe2,_0x157706=this[_0x965bf5(0xbc)][_0x965bf5(0x9a)][_0x965bf5(0x99)](_0x965bf5(0xa5));return _0x587a33(_0x2701ce=>(_0x965bf5(0xa1)==typeof _0x31dcfe?_0x157706[_0x965bf5(0xa8)](_0x31dcfe,_0x36faa6):_0x31dcfe)(_0x2701ce)[_0x965bf5(0xb6)](_0x16560c=>!0x1===this[_0x965bf5(0xae)](_0x16560c,_0x2701ce[_0x965bf5(0x9b)])),_0x36faa6);}[_0x1defe2(0xae)](_0x5ac803,_0x4f674e){const _0x5565ef=_0x1defe2,_0x2d3c4e=this[_0x5565ef(0xbc)][_0x5565ef(0xb0)][_0x5565ef(0xb1)](this[_0x5565ef(0xbc)][_0x5565ef(0xb0)][_0x5565ef(0x97)](_0x4f674e,_0x5ac803[_0x5565ef(0x9f)]),this[_0x5565ef(0xbc)][_0x5565ef(0xb0)][_0x5565ef(0x97)](_0x4f674e,_0x5ac803[_0x5565ef(0xab)]));for(const _0x57c8a1 of this[_0x5565ef(0xbc)][_0x5565ef(0xb0)][_0x5565ef(0xa9)][_0x5565ef(0xb4)](_0x5565ef(0xad)))if(null!==_0x2d3c4e[_0x5565ef(0xbb)](_0x57c8a1[_0x5565ef(0xb7)]()))return!0x0;return!0x1;}}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x5e96d7=_0x37dc;(function(_0x492402,_0x585894){const _0x514112=_0x37dc,_0x23774b=_0x492402();while(!![]){try{const _0x56869b=-parseInt(_0x514112(0x172))/0x1+parseInt(_0x514112(0x156))/0x2+parseInt(_0x514112(0x179))/0x3+-parseInt(_0x514112(0x154))/0x4*(parseInt(_0x514112(0x18d))/0x5)+parseInt(_0x514112(0x187))/0x6*(-parseInt(_0x514112(0x175))/0x7)+parseInt(_0x514112(0x158))/0x8*(-parseInt(_0x514112(0x162))/0x9)+parseInt(_0x514112(0x186))/0xa;if(_0x56869b===_0x585894)break;else _0x23774b['push'](_0x23774b['shift']());}catch(_0x16121a){_0x23774b['push'](_0x23774b['shift']());}}}(_0x3d10,0x49e5b));function _0x3d10(){const _0x22aa89=['_enableDefaultAttributesIntegration','registerDescriptionCallback','plugins','get','registerAttributeLabel','trim','has','FORMAT_FONT_BACKGROUND','FontFamilyEditing','14992880TOjRNX','710496AJDsSe','format','fontSize','FontColorEditing','*Reset\x20font\x20family*','fontFamily','10405gSKevN','formatInline','*Set\x20font\x20size:*\x20%0','1076zDgYCS','*Set\x20font\x20background\x20color:*\x20%0','444268IDmVNB','FORMAT_FONT_COLOR','73568hayXlg','_registerLegacyDescription','commandParams','afterInit','*Reset\x20font\x20background\x20color*','*Reset\x20font\x20color*','fontBackgroundColor','editor','*Set\x20font\x20family:*\x20%0','label','225zoEcWQ','FontBackgroundColorEditing','commandName','*Reset\x20font\x20size*','fontColor','FORMAT_FONT_FAMILY','model','normalizeSizeOptions','toLowerCase','_descriptionFactory','fontColor.colors','FontSizeEditing','value','TrackChangesEditing','config','FORMAT_FONT_SIZE','395324qTMPKI','fontSize.options','FontSize','21PMldmK','locale','type','*Set\x20font\x20color:*\x20%0','364566OVQBQM','find','fontBackgroundColor.colors','title'];_0x3d10=function(){return _0x22aa89;};return _0x3d10();}function _0x37dc(_0x4ad17c,_0xc002ef){const _0x3d1041=_0x3d10();return _0x37dc=function(_0x37dceb,_0x14c67f){_0x37dceb=_0x37dceb-0x153;let _0x5e8a0a=_0x3d1041[_0x37dceb];return _0x5e8a0a;},_0x37dc(_0x4ad17c,_0xc002ef);}import{Plugin as _0x559195}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0xc4f8cd}from'ckeditor5/src/ui.js';import{getTranslation as _0x5b138c}from'../utils/common-translations.js';const ro=[{'pluginName':_0x5e96d7(0x16d),'commandName':_0x5e96d7(0x189)},{'pluginName':_0x5e96d7(0x185),'commandName':_0x5e96d7(0x18c)},{'pluginName':_0x5e96d7(0x18a),'commandName':_0x5e96d7(0x166)},{'pluginName':_0x5e96d7(0x163),'commandName':_0x5e96d7(0x15e)}];export default class Q extends _0x559195{[_0x5e96d7(0x15b)](){const _0x1e8f30=_0x5e96d7,_0x2478e3=this[_0x1e8f30(0x15f)][_0x1e8f30(0x176)],_0x4c2c05=this[_0x1e8f30(0x15f)][_0x1e8f30(0x17f)][_0x1e8f30(0x180)](_0x1e8f30(0x16f));for(const {pluginName:_0x3c2726,commandName:_0x5751fa}of ro)this[_0x1e8f30(0x15f)][_0x1e8f30(0x17f)][_0x1e8f30(0x183)](_0x3c2726)&&_0x4c2c05[_0x1e8f30(0x17d)](_0x5751fa,[_0x5751fa]);_0x2478e3['t'],(_0x4c2c05[_0x1e8f30(0x16b)][_0x1e8f30(0x181)](_0x1e8f30(0x189),_0x5b138c(_0x2478e3,_0x1e8f30(0x171))),_0x4c2c05[_0x1e8f30(0x16b)][_0x1e8f30(0x181)](_0x1e8f30(0x18c),_0x5b138c(_0x2478e3,_0x1e8f30(0x167))),_0x4c2c05[_0x1e8f30(0x16b)][_0x1e8f30(0x181)](_0x1e8f30(0x166),_0x5b138c(_0x2478e3,_0x1e8f30(0x157))),_0x4c2c05[_0x1e8f30(0x16b)][_0x1e8f30(0x181)](_0x1e8f30(0x15e),_0x5b138c(_0x2478e3,_0x1e8f30(0x184))),this[_0x1e8f30(0x159)]());}[_0x5e96d7(0x159)](){const _0x1c549c=_0x5e96d7,_0x420b85=this[_0x1c549c(0x15f)],_0x2df76b=_0x420b85[_0x1c549c(0x176)];_0x420b85[_0x1c549c(0x17f)][_0x1c549c(0x180)](_0x1c549c(0x16f))[_0x1c549c(0x16b)][_0x1c549c(0x17e)](_0x67c80c=>{const _0x26d382=_0x1c549c,_0x339569=_0x2df76b['t'];if(_0x26d382(0x18e)!=_0x67c80c[_0x26d382(0x177)])return;const {data:_0x4b68e7}=_0x67c80c;if(null!=_0x4b68e7){if(_0x26d382(0x189)==_0x4b68e7[_0x26d382(0x164)]){const _0x1e3211=_0x4b68e7[_0x26d382(0x15a)][0x0][_0x26d382(0x16e)];if(_0x1e3211){const _0x5ba464=_0x339569(this[_0x26d382(0x15f)][_0x26d382(0x17f)][_0x26d382(0x180)](_0x26d382(0x174))[_0x26d382(0x169)](this[_0x26d382(0x15f)][_0x26d382(0x170)][_0x26d382(0x180)](_0x26d382(0x173)))[_0x26d382(0x17a)](_0x18e0e1=>_0x18e0e1[_0x26d382(0x168)]==_0x1e3211)[_0x26d382(0x17c)])[_0x26d382(0x16a)]();return{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x153),_0x5ba464)};}return{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x165))};}if(_0x26d382(0x18c)==_0x4b68e7[_0x26d382(0x164)]){const _0x59a4d1=_0x4b68e7[_0x26d382(0x15a)][0x0][_0x26d382(0x16e)];return _0x59a4d1?{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x160),_0x59a4d1)}:{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x18b))};}if(_0x26d382(0x166)==_0x4b68e7[_0x26d382(0x164)]){const _0x5947d1=_0x4b68e7[_0x26d382(0x15a)][0x0][_0x26d382(0x16e)];if(_0x5947d1){const _0x30067f=_0xc4f8cd(this[_0x26d382(0x15f)][_0x26d382(0x170)][_0x26d382(0x180)](_0x26d382(0x16c)))[_0x26d382(0x17a)](_0x5d9b62=>_0x5d9b62[_0x26d382(0x168)]==_0x5947d1);let _0x109b19=_0x5947d1,_0x43f862='';return _0x30067f&&(_0x109b19=_0x30067f[_0x26d382(0x161)],_0x43f862=_0x339569(_0x109b19)[_0x26d382(0x16a)]()),{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x178),_0x43f862)[_0x26d382(0x182)](),'color':{'value':_0x5947d1,'title':_0x43f862||_0x109b19}};}return{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x15d))};}if(_0x26d382(0x15e)==_0x4b68e7[_0x26d382(0x164)]){const _0x156dc5=_0x4b68e7[_0x26d382(0x15a)][0x0][_0x26d382(0x16e)];if(_0x156dc5){const _0x2af2d6=_0xc4f8cd(this[_0x26d382(0x15f)][_0x26d382(0x170)][_0x26d382(0x180)](_0x26d382(0x17b)))[_0x26d382(0x17a)](_0x1c4a3b=>_0x1c4a3b[_0x26d382(0x168)]==_0x156dc5);let _0x5c85bd=_0x156dc5,_0x4b7e9d='';return _0x2af2d6&&(_0x5c85bd=_0x2af2d6[_0x26d382(0x161)],_0x4b7e9d=_0x339569(_0x5c85bd)[_0x26d382(0x16a)]()),{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x155),_0x4b7e9d)[_0x26d382(0x182)](),'color':{'value':_0x156dc5,'title':_0x4b7e9d||_0x5c85bd}};}return{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x15c))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x258bc9=_0x5654;function _0x5654(_0x242eb0,_0x3db4c4){const _0x315ef1=_0x315e();return _0x5654=function(_0x5654b7,_0x1daef4){_0x5654b7=_0x5654b7-0x15e;let _0x3f5802=_0x315ef1[_0x5654b7];return _0x3f5802;},_0x5654(_0x242eb0,_0x3db4c4);}(function(_0x4055d5,_0x33bf51){const _0x1f868f=_0x5654,_0x33c2dc=_0x4055d5();while(!![]){try{const _0x38f39e=-parseInt(_0x1f868f(0x16a))/0x1*(-parseInt(_0x1f868f(0x185))/0x2)+parseInt(_0x1f868f(0x18f))/0x3+parseInt(_0x1f868f(0x177))/0x4*(-parseInt(_0x1f868f(0x161))/0x5)+-parseInt(_0x1f868f(0x18e))/0x6+-parseInt(_0x1f868f(0x18b))/0x7+parseInt(_0x1f868f(0x178))/0x8+parseInt(_0x1f868f(0x15e))/0x9*(-parseInt(_0x1f868f(0x189))/0xa);if(_0x38f39e===_0x33bf51)break;else _0x33c2dc['push'](_0x33c2dc['shift']());}catch(_0x333930){_0x33c2dc['push'](_0x33c2dc['shift']());}}}(_0x315e,0x51f57));import{Plugin as _0x2eb869}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x5c120c}from'ckeditor5/src/ui.js';import{getTranslation as _0x346035}from'../utils/common-translations.js';export default class X extends _0x2eb869{[_0x258bc9(0x17e)](){const _0x17cb75=_0x258bc9,_0x33f535=this[_0x17cb75(0x17a)],_0x545f88=_0x33f535[_0x17cb75(0x182)][_0x17cb75(0x167)](_0x17cb75(0x170)),_0x1efb08=_0x33f535[_0x17cb75(0x191)][_0x17cb75(0x167)](_0x17cb75(0x18c)),_0x44929c=_0x33f535[_0x17cb75(0x191)][_0x17cb75(0x167)](_0x17cb75(0x17c));_0x1efb08&&_0x44929c&&(_0x545f88[_0x17cb75(0x16b)](_0x17cb75(0x17c)),_0x545f88[_0x17cb75(0x181)](_0x17cb75(0x18c)),this[_0x17cb75(0x176)]());}[_0x258bc9(0x176)](){const _0x2290ec=_0x258bc9,_0x204d51=this[_0x2290ec(0x17a)],_0x42c533=_0x204d51[_0x2290ec(0x165)];_0x204d51[_0x2290ec(0x182)][_0x2290ec(0x167)](_0x2290ec(0x170))[_0x2290ec(0x162)][_0x2290ec(0x188)](_0x1014a7=>{const _0x2925eb=_0x2290ec;if(_0x2925eb(0x174)!=_0x1014a7[_0x2925eb(0x16d)]&&_0x2925eb(0x192)!=_0x1014a7[_0x2925eb(0x16d)])return;const {data:_0x1fb51e}=_0x1014a7;if(_0x1fb51e&&_0x2925eb(0x17c)===_0x1fb51e[_0x2925eb(0x164)]){const _0x1a5552=[],_0x5b805f=_0x1fb51e[_0x2925eb(0x18a)][0x0];for(const [_0xd58271,_0x7f0c90]of Object[_0x2925eb(0x190)](_0x5b805f))_0x1a5552[_0x2925eb(0x16e)](so(_0x204d51,_0xd58271,_0x7f0c90));return _0x1a5552[_0x2925eb(0x17d)]?{'type':_0x2925eb(0x187),'content':_0x346035(_0x42c533,_0x2925eb(0x179),_0x1a5552[_0x2925eb(0x175)](',\x20'))}:{'type':_0x2925eb(0x187),'content':_0x346035(_0x42c533,_0x2925eb(0x18d))};}});}}function _0x315e(){const _0x4bf6b7=['20225yOGmgc','_descriptionFactory','fontColor.colors','commandName','locale','find','get','fontBackgroundColor','title','1OKGmej','_enableDefaultAttributesIntegration','toUpperCase','type','push','fontColor','TrackChangesEditing','split','toLowerCase','FontSize','formatBlock','join','_registerLegacyDescription','412ALcIbG','3760760DgRwqX','*Set\x20format\x20to:*\x20%0','editor','config','pasteFormat','length','afterInit','label','charAt','enableCommand','plugins','boolean','slice','227646ypYpSo','normalizeSizeOptions','format','registerDescriptionCallback','87830Xpdlhe','commandParams','29365BaIfIb','copyFormat','*Remove\x20all\x20formatting*','254388NJXTTX','1646301RfDRRW','entries','commands','formatInline','fontSize.options','342nUiLXz','fontSize','model'];_0x315e=function(){return _0x4bf6b7;};return _0x315e();}function so(_0x5b85b9,_0xee064b,_0x52644b){const _0x1a4b8c=_0x258bc9,_0x498025=_0x5b85b9[_0x1a4b8c(0x165)]['t'],_0x34db7d=_0xee064b[_0x1a4b8c(0x171)](/(?=[A-Z])/)[_0x1a4b8c(0x175)]('\x20'),_0x25e2ef=_0x498025(_0x34db7d[_0x1a4b8c(0x180)](0x0)[_0x1a4b8c(0x16c)]()+_0x34db7d[_0x1a4b8c(0x184)](0x1))[_0x1a4b8c(0x172)]();if(_0x1a4b8c(0x183)==typeof _0x52644b)return _0x25e2ef;if(_0x1a4b8c(0x16f)===_0xee064b||_0x1a4b8c(0x168)===_0xee064b){const _0xe6e0a5=_0x5c120c(_0x5b85b9[_0x1a4b8c(0x17b)][_0x1a4b8c(0x167)](_0x1a4b8c(0x163)))[_0x1a4b8c(0x166)](_0x3bfe15=>_0x3bfe15[_0x1a4b8c(0x160)]==_0x52644b);return _0x25e2ef+'\x20('+(_0xe6e0a5?_0x498025(_0xe6e0a5[_0x1a4b8c(0x17f)])[_0x1a4b8c(0x172)]():_0x52644b)+')';}if(_0x1a4b8c(0x15f)===_0xee064b&&isNaN(parseFloat(_0x52644b))){const _0x4163a9=_0x5b85b9[_0x1a4b8c(0x182)][_0x1a4b8c(0x167)](_0x1a4b8c(0x173))[_0x1a4b8c(0x186)](_0x5b85b9[_0x1a4b8c(0x17b)][_0x1a4b8c(0x167)](_0x1a4b8c(0x193)))[_0x1a4b8c(0x166)](_0x173202=>_0x173202[_0x1a4b8c(0x160)]==_0x52644b);return _0x25e2ef+'\x20('+(_0x4163a9?_0x498025(_0x4163a9[_0x1a4b8c(0x169)])[_0x1a4b8c(0x172)]():_0x52644b)+')';}return _0x25e2ef+'\x20('+_0x52644b+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x14e7f5=_0x1fd6;(function(_0x2ed349,_0x22ef82){const _0x16b6ab=_0x1fd6,_0x23dc66=_0x2ed349();while(!![]){try{const _0x7414de=parseInt(_0x16b6ab(0x20d))/0x1+parseInt(_0x16b6ab(0x202))/0x2+parseInt(_0x16b6ab(0x211))/0x3+parseInt(_0x16b6ab(0x208))/0x4*(-parseInt(_0x16b6ab(0x206))/0x5)+-parseInt(_0x16b6ab(0x1fa))/0x6+-parseInt(_0x16b6ab(0x1fb))/0x7*(-parseInt(_0x16b6ab(0x1f8))/0x8)+-parseInt(_0x16b6ab(0x1f2))/0x9*(-parseInt(_0x16b6ab(0x1f7))/0xa);if(_0x7414de===_0x22ef82)break;else _0x23dc66['push'](_0x23dc66['shift']());}catch(_0x590b3f){_0x23dc66['push'](_0x23dc66['shift']());}}}(_0x575d,0xb1462));function _0x1fd6(_0x371002,_0x5eb576){const _0x575dd9=_0x575d();return _0x1fd6=function(_0x1fd602,_0x3f24c9){_0x1fd602=_0x1fd602-0x1ea;let _0x548ab8=_0x575dd9[_0x1fd602];return _0x548ab8;},_0x1fd6(_0x371002,_0x5eb576);}import{Plugin as _0x1fe848}from'ckeditor5/src/core.js';import{getTranslation as _0x33f830}from'../utils/common-translations.js';function _0x575d(){const _0x4f0238=['find','paragraph','view','2308938kLfdTi','plugins','name','commandParams','5zURSVk','type','334284aOlLWz','heading.options','formatBlock','editor','ELEMENT_HEADING','3553NXfuor','_descriptionFactory','_registerLegacyDescription','value','386991cMExQg','*Change\x20to:*\x20%0','model','get','_enableDefaultAttributesIntegration','config','TrackChangesEditing','HeadingEditing','heading','afterInit','title','registerDescriptionCallback','commandName','9PTlqxO','_getHeadingLevel','format','registerElementLabel','locale','746120RKPLfK','8kwuCTM','_headingOptions','7951002eOiagr','5412547Vglexy','match','ELEMENT_HEADING_CUSTOM','has'];_0x575d=function(){return _0x4f0238;};return _0x575d();}export default class Y extends _0x1fe848{[_0x14e7f5(0x1ee)](){const _0x40d1b1=_0x14e7f5,_0x4bde35=this[_0x40d1b1(0x20b)];if(!_0x4bde35[_0x40d1b1(0x203)][_0x40d1b1(0x1fe)](_0x40d1b1(0x1ec)))return;this[_0x40d1b1(0x1f9)]=_0x4bde35[_0x40d1b1(0x1ea)][_0x40d1b1(0x214)](_0x40d1b1(0x209));const _0xc1216c=_0x4bde35[_0x40d1b1(0x1f6)],_0x581205=_0x4bde35[_0x40d1b1(0x203)][_0x40d1b1(0x214)](_0x40d1b1(0x1eb));_0x581205[_0x40d1b1(0x215)](_0x40d1b1(0x1ed));for(const _0x4c5062 of this[_0x40d1b1(0x1f9)])_0x40d1b1(0x200)!=_0x4c5062[_0x40d1b1(0x213)]&&_0x581205[_0x40d1b1(0x20e)][_0x40d1b1(0x1f5)](_0x4c5062[_0x40d1b1(0x213)],_0x16fa11=>{const _0x26c6ba=_0x40d1b1,_0x202d12=this[_0x26c6ba(0x1f3)](_0x4c5062[_0x26c6ba(0x213)]);return null!==_0x202d12?_0x4bdefc(_0x16fa11,_0x202d12):_0x6dc168(_0x16fa11,_0x4c5062[_0x26c6ba(0x1ef)]);});function _0x4bdefc(_0x159dbe,_0x2685b2){const _0x5a04b9=_0x40d1b1;return _0x33f830(_0xc1216c,_0x5a04b9(0x20c),[_0x159dbe,_0x2685b2]);}function _0x6dc168(_0x36ff30,_0x43108f){const _0x32765f=_0x40d1b1;return _0x33f830(_0xc1216c,_0x32765f(0x1fd),[_0x36ff30,_0x43108f]);}this[_0x40d1b1(0x20f)]();}[_0x14e7f5(0x20f)](){const _0x121b04=_0x14e7f5,_0x459ad5=this[_0x121b04(0x20b)],_0x4eb64b=_0x459ad5[_0x121b04(0x1f6)];function _0x38875f(_0x1f22ab,_0x1d73a0){const _0x469fc3=_0x121b04;return _0x33f830(_0x4eb64b,_0x469fc3(0x1fd),[_0x1f22ab,_0x1d73a0]);}_0x459ad5[_0x121b04(0x203)][_0x121b04(0x214)](_0x121b04(0x1eb))[_0x121b04(0x20e)][_0x121b04(0x1f0)](_0x5d6896=>{const _0x28f5f7=_0x121b04;if(_0x28f5f7(0x20a)!=_0x5d6896[_0x28f5f7(0x207)])return;const {data:_0x772d36}=_0x5d6896;if(_0x772d36&&_0x28f5f7(0x1ed)==_0x772d36[_0x28f5f7(0x1f1)]){const _0x33c2cc=_0x772d36[_0x28f5f7(0x205)][0x0][_0x28f5f7(0x210)],_0x5b867a=this[_0x28f5f7(0x1f3)](_0x33c2cc);if(null!==_0x5b867a)return{'type':_0x28f5f7(0x1f4),'content':_0x33f830(_0x4eb64b,_0x28f5f7(0x212),(_0x3a40af=0x1,_0x120a91=_0x5b867a,_0x33f830(_0x4eb64b,_0x28f5f7(0x20c),[_0x3a40af,_0x120a91])))};const _0x26d8ff=this[_0x28f5f7(0x1f9)][_0x28f5f7(0x1ff)](_0x17ff9f=>_0x17ff9f[_0x28f5f7(0x213)]===_0x33c2cc)[_0x28f5f7(0x1ef)];return{'type':_0x28f5f7(0x1f4),'content':_0x33f830(_0x4eb64b,_0x28f5f7(0x212),_0x38875f(0x1,_0x26d8ff))};}var _0x3a40af,_0x120a91;});}[_0x14e7f5(0x1f3)](_0x166123){const _0x22afb9=_0x14e7f5;var _0x5bc780,_0x42deea;const _0x8f93ae=_0x166123[_0x22afb9(0x1fc)](/^heading(\d+)/);if(_0x8f93ae)return _0x8f93ae[0x1];const _0x5e2877=null===(_0x5bc780=this[_0x22afb9(0x1f9)])||void 0x0===_0x5bc780?void 0x0:_0x5bc780[_0x22afb9(0x1ff)](_0x34702c=>_0x34702c[_0x22afb9(0x213)]==_0x166123);if(_0x5e2877&&_0x5e2877[_0x22afb9(0x201)]){const _0x211f59=_0x5e2877[_0x22afb9(0x201)],_0x5887a6=(null!==(_0x42deea=_0x211f59[_0x22afb9(0x204)])&&void 0x0!==_0x42deea?_0x42deea:_0x211f59)[_0x22afb9(0x1fc)](/^h(\d+)/);if(_0x5887a6)return _0x5887a6[0x1];}return null;}}
|