@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240729.0 → 0.0.0-nightly-20240731.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +32 -3
- package/dist/ui/view/suggestionthreadview.d.ts +16 -9
- package/dist/utils/utils.d.ts +7 -0
- package/lang/contexts.json +2 -0
- package/package.json +10 -10
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +32 -3
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +16 -9
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +7 -0
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x228b(){const _0x41d065=['selection','*Set\x20format:*\x20%0','blockName','forceValue','get','indentCodeBlock','registerElementLabel','editor','document','800754tNIQpw','10217sjceWX','CodeBlock','from','1333528JmXPqk','20hvjUpQ','getSelectedBlocks','label','has','7310510skTgyP','type','TrackChangesEditing','plugins','parent','descriptionFactory','schema','commandParams','afterInit','codeBlock','registerDescriptionCallback','*Remove\x20format:*\x20%0','191331YlLdrM','commandName','format','2294199QhPerR','languages','21kozawP','config','isLimit','find','language','ELEMENT_CODE_BLOCK','markBlockFormat','locale','change','value','checkChild','48dGsoqM','rootElement','name','formatBlock','outdentCodeBlock','model','commands','toLowerCase','enableCommand','filter','364525cLzCUt'];_0x228b=function(){return _0x41d065;};return _0x228b();}const _0x14d14e=_0x1b3c;(function(_0x37f48f,_0x25558a){const _0x4667a3=_0x1b3c,_0x1ac37e=_0x37f48f();while(!![]){try{const _0x55feda=parseInt(_0x4667a3(0x1a3))/0x1*(-parseInt(_0x4667a3(0x18e))/0x2)+parseInt(_0x4667a3(0x17e))/0x3*(parseInt(_0x4667a3(0x1a7))/0x4)+-parseInt(_0x4667a3(0x198))/0x5+-parseInt(_0x4667a3(0x1a2))/0x6+-parseInt(_0x4667a3(0x183))/0x7*(parseInt(_0x4667a3(0x1a6))/0x8)+parseInt(_0x4667a3(0x181))/0x9+parseInt(_0x4667a3(0x1ab))/0xa;if(_0x55feda===_0x25558a)break;else _0x1ac37e['push'](_0x1ac37e['shift']());}catch(_0x514291){_0x1ac37e['push'](_0x1ac37e['shift']());}}}(_0x228b,0x563b2));function _0x1b3c(_0x529e17,_0x2f033c){const _0x228b5a=_0x228b();return _0x1b3c=function(_0x1b3ca5,_0xa62c98){_0x1b3ca5=_0x1b3ca5-0x174;let _0x5bcb8e=_0x228b5a[_0x1b3ca5];return _0x5bcb8e;},_0x1b3c(_0x529e17,_0x2f033c);}import{Plugin as _0x28d584}from'ckeditor5/src/core.js';import{getTranslation as _0x3ea271}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x28b850}from'../utils/utils.js';export default class J extends _0x28d584{[_0x14d14e(0x17a)](){const _0x11219d=_0x14d14e,_0x9ac412=this[_0x11219d(0x1a0)];if(!_0x9ac412[_0x11219d(0x175)][_0x11219d(0x1aa)](_0x11219d(0x1a4)))return;const _0x454980=_0x9ac412[_0x11219d(0x175)][_0x11219d(0x19d)](_0x11219d(0x174)),_0x20f3ef=_0x9ac412[_0x11219d(0x18a)],_0xb66e25=_0x9ac412[_0x11219d(0x184)][_0x11219d(0x19d)](_0x11219d(0x17b))[_0x11219d(0x182)],_0x530f37=_0x9ac412[_0x11219d(0x194)][_0x11219d(0x19d)](_0x11219d(0x17b));_0x454980[_0x11219d(0x196)](_0x11219d(0x19e)),_0x454980[_0x11219d(0x196)](_0x11219d(0x192)),_0x454980[_0x11219d(0x196)](_0x11219d(0x17b),(_0x512ec2,_0x52a03a={})=>{const _0x41f4af=_0x11219d,_0x3903a6=_0x9ac412[_0x41f4af(0x193)],_0x44b78b=_0x9ac412[_0x41f4af(0x193)][_0x41f4af(0x1a1)][_0x41f4af(0x199)],_0x395395=_0x52a03a&&void 0x0!==_0x52a03a[_0x41f4af(0x19c)]?_0x52a03a[_0x41f4af(0x19c)]:!_0x530f37[_0x41f4af(0x18c)];let _0x111e47;_0x52a03a[_0x41f4af(0x187)]||(_0x52a03a[_0x41f4af(0x187)]=_0xb66e25[0x0][_0x41f4af(0x187)]),_0x111e47=_0x395395?Array[_0x41f4af(0x1a5)](_0x44b78b[_0x41f4af(0x1a8)]())[_0x41f4af(0x197)](_0x20f2fd=>eo(_0x20f2fd)||function(_0x3480ca,_0x427d42){const _0x48dd6a=_0x41f4af;if(_0x3480ca['is'](_0x48dd6a(0x18f))||_0x427d42[_0x48dd6a(0x185)](_0x3480ca))return!0x1;return _0x427d42[_0x48dd6a(0x18d)](_0x3480ca[_0x48dd6a(0x176)],_0x48dd6a(0x17b));}(_0x20f2fd,_0x3903a6[_0x41f4af(0x178)])):Array[_0x41f4af(0x1a5)](_0x44b78b[_0x41f4af(0x1a8)]())[_0x41f4af(0x197)](_0x3ee2c4=>eo(_0x3ee2c4));const _0x4919d3=_0x28b850(_0x111e47,_0x3903a6);_0x3903a6[_0x41f4af(0x18b)](()=>{const _0x562f00=_0x41f4af;for(const _0x2373d5 of _0x4919d3)_0x454980[_0x562f00(0x189)](_0x2373d5,{'commandName':_0x562f00(0x17b),'commandParams':[{..._0x52a03a,'forceValue':_0x395395}],'formatGroupId':_0x562f00(0x19b)});});}),(_0x454980[_0x11219d(0x177)][_0x11219d(0x19f)](_0x11219d(0x17b),_0x718df4=>_0x3ea271(_0x20f3ef,_0x11219d(0x188),_0x718df4)),_0x454980[_0x11219d(0x177)][_0x11219d(0x17c)](_0x21e981=>{const _0x155f8e=_0x11219d;if(_0x155f8e(0x191)!=_0x21e981[_0x155f8e(0x1ac)])return;const _0x3726c1=_0x20f3ef['t'],{data:_0xd20117}=_0x21e981;if(!_0xd20117||_0x155f8e(0x17b)!=_0xd20117[_0x155f8e(0x17f)])return;const _0x48ccf6=_0xd20117[_0x155f8e(0x179)][0x0][_0x155f8e(0x187)],_0x3a2a8f=_0x3726c1(_0xb66e25[_0x155f8e(0x186)](_0x16637a=>_0x16637a[_0x155f8e(0x187)]===_0x48ccf6)[_0x155f8e(0x1a9)])[_0x155f8e(0x195)]();return _0xd20117[_0x155f8e(0x179)][0x0][_0x155f8e(0x19c)]?{'type':_0x155f8e(0x180),'content':_0x3ea271(_0x20f3ef,_0x155f8e(0x19a),_0x3ea271(_0x20f3ef,_0x155f8e(0x188),0x1)+'\x20('+_0x3a2a8f+')')}:{'type':_0x155f8e(0x180),'content':_0x3ea271(_0x20f3ef,_0x155f8e(0x17d),_0x3ea271(_0x20f3ef,_0x155f8e(0x188),0x1))};}));}}function eo(_0xe5b198){const _0x3f9dd0=_0x14d14e;return _0x3f9dd0(0x17b)==_0xe5b198[_0x3f9dd0(0x190)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x517760=_0x4e19;function _0x2510(){const _0x4d67ae=['30XEHSDi','plugins','editor','10164680HYutVb','1515nrtCzd','27825666wLmhPb','2389782BziAep','get','10100TgTHRC','CommentsEditing','12yLXxen','has','1976681ceEKxT','70VbHQhG','19934EfEePO','TrackChangesEditing','enableCommand','addCommentThread','afterInit','1746423yuBrke'];_0x2510=function(){return _0x4d67ae;};return _0x2510();}(function(_0x4761b1,_0x206b09){const _0xb044a4=_0x4e19,_0x3cc5e5=_0x4761b1();while(!![]){try{const _0x515126=parseInt(_0xb044a4(0x1f9))/0x1*(parseInt(_0xb044a4(0x1f3))/0x2)+-parseInt(_0xb044a4(0x1eb))/0x3+parseInt(_0xb044a4(0x1ed))/0x4*(parseInt(_0xb044a4(0x1e9))/0x5)+-parseInt(_0xb044a4(0x1ef))/0x6*(-parseInt(_0xb044a4(0x1f1))/0x7)+parseInt(_0xb044a4(0x1fc))/0x8+-parseInt(_0xb044a4(0x1f8))/0x9*(-parseInt(_0xb044a4(0x1f2))/0xa)+-parseInt(_0xb044a4(0x1ea))/0xb;if(_0x515126===_0x206b09)break;else _0x3cc5e5['push'](_0x3cc5e5['shift']());}catch(_0x531522){_0x3cc5e5['push'](_0x3cc5e5['shift']());}}}(_0x2510,0xe36ed));function _0x4e19(_0x3edd9f,_0x518783){const _0x25109b=_0x2510();return _0x4e19=function(_0x4e1984,_0x1c6da7){_0x4e1984=_0x4e1984-0x1e9;let _0x57ccc6=_0x25109b[_0x4e1984];return _0x57ccc6;},_0x4e19(_0x3edd9f,_0x518783);}import{Plugin as _0xb024b9}from'ckeditor5/src/core.js';export default class q extends _0xb024b9{[_0x517760(0x1f7)](){const _0x383f41=_0x517760,_0x53d432=this[_0x383f41(0x1fb)];if(!_0x53d432[_0x383f41(0x1fa)][_0x383f41(0x1f0)](_0x383f41(0x1ee)))return;_0x53d432[_0x383f41(0x1fa)][_0x383f41(0x1ec)](_0x383f41(0x1f4))[_0x383f41(0x1f5)](_0x383f41(0x1f6));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x123d61=_0x4c32;(function(_0x103573,_0x21591f){const _0x419410=_0x4c32,_0x2ab67c=_0x103573();while(!![]){try{const _0x2ec568=parseInt(_0x419410(0x159))/0x1+-parseInt(_0x419410(0x142))/0x2+parseInt(_0x419410(0x149))/0x3*(-parseInt(_0x419410(0x133))/0x4)+-parseInt(_0x419410(0x14c))/0x5+parseInt(_0x419410(0x124))/0x6+parseInt(_0x419410(0x131))/0x7+parseInt(_0x419410(0x125))/0x8*(parseInt(_0x419410(0x140))/0x9);if(_0x2ec568===_0x21591f)break;else _0x2ab67c['push'](_0x2ab67c['shift']());}catch(_0x1ba29f){_0x2ab67c['push'](_0x2ab67c['shift']());}}}(_0x51e0,0x2a440));function _0x51e0(){const _0x15b186=['document','start','setSelection','11133VwxjFO','plugins','enableCommand','178980cILhMv','init','lock','detach','buffer','markerNameToElements','modifySelection','model','createRange','options','forward','showSuggestionHighlights','selection','223313AwMmHZ','unlock','deleteForward','removeMarker:suggestion:deletion','TrackChangesEditing','editing','159462nFAwuG','29640wltJGz','get','end','merge','delete','batch','unit','isCollapsed','downcastDispatcher','root','fromRange','unbindElementFromMarkerName','1442763dPwzoh','mapper','316xFEtbZ','rootName','editor','getFirstRange','requires','remove','data','writer','uiElement','commands','$graveyard','markerName','high','729fazLFK','addMarker:suggestion:deletion','508038eXtMkw','enqueueChange','createSelection','bind'];_0x51e0=function(){return _0x15b186;};return _0x51e0();}import{Plugin as _0x55e89b}from'ckeditor5/src/core.js';import{LiveRange as _0x17a5ab}from'ckeditor5/src/engine.js';import{Delete as _0xed6b13}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x1a5984}from'./utils.js';function _0x4c32(_0x51f011,_0x4152a5){const _0x51e070=_0x51e0();return _0x4c32=function(_0x4c32f5,_0x39e5e0){_0x4c32f5=_0x4c32f5-0x11f;let _0x4340f6=_0x51e070[_0x4c32f5];return _0x4340f6;},_0x4c32(_0x51f011,_0x4152a5);}export default class z extends _0x55e89b{static get[_0x123d61(0x137)](){return[_0xed6b13];}[_0x123d61(0x14d)](){const _0x53a96d=_0x123d61,_0x402daa=this[_0x53a96d(0x135)],_0x4ea939=_0x402daa[_0x53a96d(0x14a)][_0x53a96d(0x126)](_0x53a96d(0x122));_0x4ea939[_0x53a96d(0x14b)](_0x53a96d(0x129));const _0x5b29ed=_0x402daa[_0x53a96d(0x13c)][_0x53a96d(0x126)](_0x53a96d(0x120));_0x4ea939[_0x53a96d(0x14b)](_0x53a96d(0x120),(_0x1c3c8f,_0x15fda7={})=>{const _0x2f0780=_0x53a96d,_0xc45e90=_0x402daa[_0x2f0780(0x153)][_0x2f0780(0x144)](_0x402daa[_0x2f0780(0x153)][_0x2f0780(0x146)][_0x2f0780(0x158)]);_0xc45e90[_0x2f0780(0x12c)]&&_0x402daa[_0x2f0780(0x153)][_0x2f0780(0x152)](_0xc45e90,{'direction':_0x2f0780(0x156),'unit':_0x15fda7[_0x2f0780(0x12b)]});const _0x1fcace=_0xc45e90[_0x2f0780(0x136)](),_0x1c6e70=_0x17a5ab[_0x2f0780(0x12f)](_0x1fcace);let _0x523993;_0x1c3c8f(_0x15fda7),_0x523993=_0x2f0780(0x13d)==_0x1c6e70[_0x2f0780(0x12e)][_0x2f0780(0x134)]?_0x402daa[_0x2f0780(0x153)][_0x2f0780(0x154)](_0x1fcace[_0x2f0780(0x147)]):_0x402daa[_0x2f0780(0x153)][_0x2f0780(0x154)](_0x1c6e70[_0x2f0780(0x147)],_0x1c6e70[_0x2f0780(0x127)]),_0x1c6e70[_0x2f0780(0x14f)](),_0x402daa[_0x2f0780(0x153)][_0x2f0780(0x143)](_0x5b29ed[_0x2f0780(0x150)][_0x2f0780(0x12a)],_0x360c7b=>{const _0xb1598=_0x2f0780;_0x5b29ed[_0xb1598(0x150)][_0xb1598(0x14e)](),_0x360c7b[_0xb1598(0x148)](_0x360c7b[_0xb1598(0x154)](_0x523993[_0xb1598(0x127)])),_0x5b29ed[_0xb1598(0x150)][_0xb1598(0x11f)]();});}),_0x402daa[_0x53a96d(0x123)][_0x53a96d(0x12d)]['on'](_0x53a96d(0x141),_0x1a5984(_0x402daa,_0x53a96d(0x128)),{'priority':_0x53a96d(0x13f)}),_0x402daa[_0x53a96d(0x139)][_0x53a96d(0x12d)]['on'](_0x53a96d(0x141),(_0x85e013,_0x52c60a,_0x25665f)=>{const _0x21487a=_0x53a96d;_0x25665f[_0x21487a(0x155)][_0x21487a(0x157)]&&_0x1a5984(_0x402daa,_0x21487a(0x128),{'showActiveMarker':!0x1})[_0x21487a(0x145)](this)(_0x85e013,_0x52c60a,_0x25665f);},{'priority':_0x53a96d(0x13f)}),_0x402daa[_0x53a96d(0x123)][_0x53a96d(0x12d)]['on'](_0x53a96d(0x121),(_0x3b4408,_0x7fd499,_0x3374a9)=>{const _0x1c1845=_0x53a96d,_0x391929=_0x3374a9[_0x1c1845(0x132)][_0x1c1845(0x151)](_0x7fd499[_0x1c1845(0x13e)]);if(_0x391929){for(const _0x4365af of _0x391929)_0x4365af['is'](_0x1c1845(0x13b))&&(_0x3374a9[_0x1c1845(0x132)][_0x1c1845(0x130)](_0x4365af,_0x7fd499[_0x1c1845(0x13e)]),_0x3374a9[_0x1c1845(0x13a)][_0x1c1845(0x138)](_0x4365af));}},{'priority':_0x53a96d(0x13f)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x541404=_0x2b6f;(function(_0x4bcb81,_0xbcdd97){const _0x47390a=_0x2b6f,_0x49e70c=_0x4bcb81();while(!![]){try{const _0x172e95=parseInt(_0x47390a(0x1aa))/0x1+-parseInt(_0x47390a(0x1b8))/0x2+-parseInt(_0x47390a(0x1bf))/0x3*(-parseInt(_0x47390a(0x192))/0x4)+-parseInt(_0x47390a(0x194))/0x5*(-parseInt(_0x47390a(0x190))/0x6)+parseInt(_0x47390a(0x1a3))/0x7*(parseInt(_0x47390a(0x189))/0x8)+-parseInt(_0x47390a(0x1af))/0x9+parseInt(_0x47390a(0x18a))/0xa*(-parseInt(_0x47390a(0x1a2))/0xb);if(_0x172e95===_0xbcdd97)break;else _0x49e70c['push'](_0x49e70c['shift']());}catch(_0x2861fd){_0x49e70c['push'](_0x49e70c['shift']());}}}(_0x5eaf,0xd8800));function _0x2b6f(_0x44d01a,_0x58e4eb){const _0x5eaf0b=_0x5eaf();return _0x2b6f=function(_0x2b6f62,_0x28bfde){_0x2b6f62=_0x2b6f62-0x189;let _0xfd2bd=_0x5eaf0b[_0x2b6f62];return _0xfd2bd;},_0x2b6f(_0x44d01a,_0x58e4eb);}import{Plugin as _0x10d876}from'ckeditor5/src/core.js';import{Enter as _0x39eaff}from'ckeditor5/src/enter.js';function _0x5eaf(){const _0x2f2af6=['bind','addMarker:suggestion:insertion','9367911FyddXk','change','markerNameToElements','selection','createRange','editing','options','get','TrackChangesEditing','1010038jyzGbp','downcastDispatcher','init','parent','setSelection','showSuggestionHighlights','getFirstRange','613497dJyIaS','requires','8SDFndr','25310AOZHUp','mapper','detach','fromRange','createPositionAt','data','10356PwarXR','high','28LuAoop','plugins','2415hrsIdB','removeMarker:suggestion:insertion','ck-suggestion-marker-split','editor','nextSibling','markInsertion','hasClass','unbindElementFromMarkerName','remove','split','fire','end','document','enableCommand','6094LcIcDb','2285773iKxiFh','enterBlock','getFirstPosition','commands','model','writer','markerName','1243166NvGtkF','enter','afterExecute'];_0x5eaf=function(){return _0x2f2af6;};return _0x5eaf();}import{LiveRange as _0x268a49}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x1f8167}from'./utils.js';export default class Q extends _0x10d876{static get[_0x541404(0x1c0)](){return[_0x39eaff];}[_0x541404(0x1ba)](){const _0x4906d4=_0x541404,_0x55acf0=this[_0x4906d4(0x197)],_0x2cfa5b=_0x55acf0[_0x4906d4(0x193)][_0x4906d4(0x1b6)](_0x4906d4(0x1b7)),_0x2f90fd=_0x55acf0[_0x4906d4(0x1a6)][_0x4906d4(0x1b6)](_0x4906d4(0x1ab));_0x2cfa5b[_0x4906d4(0x1a1)](_0x4906d4(0x1ab),()=>{const _0x50dddd=_0x4906d4;_0x55acf0[_0x50dddd(0x1a7)][_0x50dddd(0x1b0)](_0x1435f5=>{const _0x1cf4bf=_0x50dddd,_0x5472ff=_0x55acf0[_0x1cf4bf(0x1a7)][_0x1cf4bf(0x1a0)][_0x1cf4bf(0x1b2)],_0x29fc14=_0x5472ff[_0x1cf4bf(0x1a5)](),_0x4818f1=_0x268a49[_0x1cf4bf(0x18d)](_0x5472ff[_0x1cf4bf(0x1be)]());if(_0x2f90fd[_0x1cf4bf(0x1a4)](_0x1435f5)){const _0x31da2a=_0x55acf0[_0x1cf4bf(0x1a7)][_0x1cf4bf(0x18e)](_0x29fc14[_0x1cf4bf(0x1bb)][_0x1cf4bf(0x198)],0x0),_0x556b87=_0x1435f5[_0x1cf4bf(0x1b3)](_0x29fc14,_0x31da2a);_0x2cfa5b[_0x1cf4bf(0x199)](_0x556b87);}else _0x1435f5[_0x1cf4bf(0x1bc)](_0x1435f5[_0x1cf4bf(0x1b3)](_0x4818f1[_0x1cf4bf(0x19f)]));_0x4818f1[_0x1cf4bf(0x18c)](),_0x2f90fd[_0x1cf4bf(0x19e)](_0x1cf4bf(0x1ac),{'writer':_0x1435f5});});}),_0x55acf0[_0x4906d4(0x1b4)][_0x4906d4(0x1b9)]['on'](_0x4906d4(0x1ae),_0x1f8167(_0x55acf0,_0x4906d4(0x19d)),{'priority':_0x4906d4(0x191)}),_0x55acf0[_0x4906d4(0x1b4)][_0x4906d4(0x1b9)]['on'](_0x4906d4(0x195),(_0x580c48,_0x3b1444,_0x124ed5)=>{const _0x786d64=_0x4906d4,_0x40efa6=_0x124ed5[_0x786d64(0x18b)][_0x786d64(0x1b1)](_0x3b1444[_0x786d64(0x1a9)]);if(_0x40efa6){for(const _0x18fab0 of _0x40efa6)_0x18fab0[_0x786d64(0x19a)](_0x786d64(0x196))&&(_0x124ed5[_0x786d64(0x18b)][_0x786d64(0x19b)](_0x18fab0,_0x3b1444[_0x786d64(0x1a9)]),_0x124ed5[_0x786d64(0x1a8)][_0x786d64(0x19c)](_0x18fab0));}},{'priority':_0x4906d4(0x191)}),_0x55acf0[_0x4906d4(0x18f)][_0x4906d4(0x1b9)]['on'](_0x4906d4(0x1ae),(_0x3fb31c,_0x14074e,_0x5ef59a)=>{const _0x1c6344=_0x4906d4;_0x5ef59a[_0x1c6344(0x1b5)][_0x1c6344(0x1bd)]&&_0x1f8167(_0x55acf0,_0x1c6344(0x19d),{'showActiveMarker':!0x1})[_0x1c6344(0x1ad)](this)(_0x3fb31c,_0x14074e,_0x5ef59a);},{'priority':_0x4906d4(0x191)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x338c9f=_0x4e17;(function(_0x3146c2,_0x5f1af8){const _0x4d0353=_0x4e17,_0x584920=_0x3146c2();while(!![]){try{const _0x28a22e=parseInt(_0x4d0353(0x1dd))/0x1+-parseInt(_0x4d0353(0x1e9))/0x2+-parseInt(_0x4d0353(0x1e7))/0x3*(parseInt(_0x4d0353(0x1ed))/0x4)+-parseInt(_0x4d0353(0x1ce))/0x5+parseInt(_0x4d0353(0x1db))/0x6*(-parseInt(_0x4d0353(0x1e5))/0x7)+parseInt(_0x4d0353(0x1cc))/0x8+parseInt(_0x4d0353(0x1d6))/0x9;if(_0x28a22e===_0x5f1af8)break;else _0x584920['push'](_0x584920['shift']());}catch(_0x1a89fa){_0x584920['push'](_0x584920['shift']());}}}(_0x3337,0x6215f));import{Plugin as _0x1bf6c0}from'ckeditor5/src/core.js';function _0x3337(){const _0x473263=['3039xJZhfo','model','223594wZeigk','FindAndReplaceUtils','results','isArray','312uJSZHC','handleFindCommand','findNext','replaceAll','start','FindAndReplaceEditing','editor','TrackChangesEditing','afterInit','996624kLwrfx','string','1995510Uwaetd','suggestion:deletion','findPrevious','enableCommand','end','replace','getIntersection','has','7419636yQQIrU','filter','createPositionAt','item','markers','12pGSeQA','plugins','195044GJbniN','find','getRange','createRange','findByTextCallback','_isInDeletionRange','bind','getMarkersGroup','533239hrUaXA','get'];_0x3337=function(){return _0x473263;};return _0x3337();}function _0x4e17(_0x360df3,_0x30ab07){const _0x33377c=_0x3337();return _0x4e17=function(_0x4e17d9,_0x4013c1){_0x4e17d9=_0x4e17d9-0x1c8;let _0x1c25f7=_0x33377c[_0x4e17d9];return _0x1c25f7;},_0x4e17(_0x360df3,_0x30ab07);}export default class X extends _0x1bf6c0{[_0x338c9f(0x1cb)](){const _0x34026d=_0x338c9f;if(!this[_0x34026d(0x1c9)][_0x34026d(0x1dc)][_0x34026d(0x1d5)](_0x34026d(0x1c8)))return;const _0x586b81=this[_0x34026d(0x1c9)][_0x34026d(0x1dc)][_0x34026d(0x1e6)](_0x34026d(0x1ca));_0x586b81[_0x34026d(0x1d1)](_0x34026d(0x1de),this[_0x34026d(0x1ee)][_0x34026d(0x1e3)](this)),_0x586b81[_0x34026d(0x1d1)](_0x34026d(0x1ef)),_0x586b81[_0x34026d(0x1d1)](_0x34026d(0x1d0)),_0x586b81[_0x34026d(0x1d1)](_0x34026d(0x1d3)),_0x586b81[_0x34026d(0x1d1)](_0x34026d(0x1f0));}[_0x338c9f(0x1ee)](_0x53339c,_0x26c63e,_0xbae38f={}){const _0x3a4558=_0x338c9f,_0x419454=this[_0x3a4558(0x1c9)][_0x3a4558(0x1dc)][_0x3a4558(0x1e6)](_0x3a4558(0x1ea));return _0x53339c(_0x3d4551=>{const _0x5d9df8=_0x3a4558;let _0x463dad=(_0x5d9df8(0x1cd)==typeof _0x26c63e?_0x419454[_0x5d9df8(0x1e1)](_0x26c63e,_0xbae38f):_0x26c63e)(_0x3d4551);Array[_0x5d9df8(0x1ec)](_0x463dad)&&(_0x463dad={'results':_0x463dad,'searchText':_0x5d9df8(0x1cd)==typeof _0x26c63e?_0x26c63e:''});const _0x2bfec0=_0x463dad[_0x5d9df8(0x1eb)][_0x5d9df8(0x1d7)](_0x18591d=>!0x1===this[_0x5d9df8(0x1e2)](_0x18591d,_0x3d4551[_0x5d9df8(0x1d9)]));return{..._0x463dad,'results':_0x2bfec0};},_0xbae38f);}[_0x338c9f(0x1e2)](_0x13419f,_0x2730df){const _0x3eb022=_0x338c9f,_0x27a835=this[_0x3eb022(0x1c9)][_0x3eb022(0x1e8)][_0x3eb022(0x1e0)](this[_0x3eb022(0x1c9)][_0x3eb022(0x1e8)][_0x3eb022(0x1d8)](_0x2730df,_0x13419f[_0x3eb022(0x1f1)]),this[_0x3eb022(0x1c9)][_0x3eb022(0x1e8)][_0x3eb022(0x1d8)](_0x2730df,_0x13419f[_0x3eb022(0x1d2)]));for(const _0x400551 of this[_0x3eb022(0x1c9)][_0x3eb022(0x1e8)][_0x3eb022(0x1da)][_0x3eb022(0x1e4)](_0x3eb022(0x1cf)))if(null!==_0x27a835[_0x3eb022(0x1d4)](_0x400551[_0x3eb022(0x1df)]()))return!0x0;return!0x1;}}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x423c86=_0x8fb7;function _0x8fb7(_0xfe53,_0x290a67){const _0x148f88=_0x148f();return _0x8fb7=function(_0x8fb7ef,_0xbd6eb8){_0x8fb7ef=_0x8fb7ef-0xd0;let _0xf831e9=_0x148f88[_0x8fb7ef];return _0xf831e9;},_0x8fb7(_0xfe53,_0x290a67);}function _0x148f(){const _0x10788f=['FontFamilyEditing','FORMAT_FONT_COLOR','FORMAT_FONT_BACKGROUND','*Set\x20font\x20background\x20color:*\x20%0','*Reset\x20font\x20family*','196oXTeau','enableDefaultAttributesIntegration','model','FontSizeEditing','formatInline','descriptionFactory','label','format','*Set\x20font\x20family:*\x20%0','get','fontColor','FORMAT_FONT_SIZE','type','FontSize','*Reset\x20font\x20color*','has','13014ZZJyro','fontBackgroundColor','*Reset\x20font\x20size*','fontSize.options','FORMAT_FONT_FAMILY','toLowerCase','find','registerDescriptionCallback','2208786aPlCNG','locale','*Set\x20font\x20size:*\x20%0','editor','_registerLegacyDescription','value','commandParams','fontSize','fontBackgroundColor.colors','*Set\x20font\x20color:*\x20%0','780012SBPtvR','plugins','registerAttributeLabel','6BBrRUf','573591OuDYnX','title','afterInit','22RtVuKd','15658130eSodNb','fontColor.colors','15HLYyMC','FontBackgroundColorEditing','normalizeSizeOptions','trim','config','37124268QBxUVB','152eeyVhE','11662364Atxcvm','FontColorEditing','registerInlineAttribute','fontFamily','commandName','*Reset\x20font\x20background\x20color*','TrackChangesEditing'];_0x148f=function(){return _0x10788f;};return _0x148f();}(function(_0x227a8e,_0x58f64d){const _0x31f0ae=_0x8fb7,_0x5ce8f9=_0x227a8e();while(!![]){try{const _0x40580d=-parseInt(_0x31f0ae(0xfa))/0x1*(parseInt(_0x31f0ae(0xf9))/0x2)+parseInt(_0x31f0ae(0xe4))/0x3*(parseInt(_0x31f0ae(0xd4))/0x4)+-parseInt(_0x31f0ae(0x100))/0x5*(-parseInt(_0x31f0ae(0xec))/0x6)+-parseInt(_0x31f0ae(0x107))/0x7+parseInt(_0x31f0ae(0x106))/0x8*(-parseInt(_0x31f0ae(0xf6))/0x9)+-parseInt(_0x31f0ae(0xfe))/0xa+parseInt(_0x31f0ae(0xfd))/0xb*(parseInt(_0x31f0ae(0x105))/0xc);if(_0x40580d===_0x58f64d)break;else _0x5ce8f9['push'](_0x5ce8f9['shift']());}catch(_0x517a95){_0x5ce8f9['push'](_0x5ce8f9['shift']());}}}(_0x148f,0xdcf2b));import{Plugin as _0xc22bff}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x4e1951}from'ckeditor5/src/ui.js';import{getTranslation as _0x11b508}from'../utils/common-translations.js';const ro=[{'pluginName':_0x423c86(0xd7),'commandName':_0x423c86(0xf3)},{'pluginName':_0x423c86(0x10e),'commandName':_0x423c86(0x10a)},{'pluginName':_0x423c86(0x108),'commandName':_0x423c86(0xde)},{'pluginName':_0x423c86(0x101),'commandName':_0x423c86(0xe5)}];export default class Y extends _0xc22bff{[_0x423c86(0xfc)](){const _0x12aa7a=_0x423c86,_0x3c4306=this[_0x12aa7a(0xef)][_0x12aa7a(0xed)],_0x3c402b=this[_0x12aa7a(0xef)][_0x12aa7a(0xf7)][_0x12aa7a(0xdd)](_0x12aa7a(0x10d));for(const {pluginName:_0x57a58b,commandName:_0x58957c}of ro)this[_0x12aa7a(0xef)][_0x12aa7a(0xf7)][_0x12aa7a(0xe3)](_0x57a58b)&&(_0x3c402b[_0x12aa7a(0xd5)](_0x58957c),_0x3c402b[_0x12aa7a(0x109)](_0x58957c));_0x3c402b[_0x12aa7a(0xd9)][_0x12aa7a(0xf8)](_0x12aa7a(0xf3),_0x11b508(_0x3c4306,_0x12aa7a(0xdf))),_0x3c402b[_0x12aa7a(0xd9)][_0x12aa7a(0xf8)](_0x12aa7a(0x10a),_0x11b508(_0x3c4306,_0x12aa7a(0xe8))),_0x3c402b[_0x12aa7a(0xd9)][_0x12aa7a(0xf8)](_0x12aa7a(0xde),_0x11b508(_0x3c4306,_0x12aa7a(0xd0))),_0x3c402b[_0x12aa7a(0xd9)][_0x12aa7a(0xf8)](_0x12aa7a(0xe5),_0x11b508(_0x3c4306,_0x12aa7a(0xd1))),this[_0x12aa7a(0xf0)]();}[_0x423c86(0xf0)](){const _0x55e225=_0x423c86,_0x1d681b=this[_0x55e225(0xef)],_0x1e2231=_0x1d681b[_0x55e225(0xed)];_0x1d681b[_0x55e225(0xf7)][_0x55e225(0xdd)](_0x55e225(0x10d))[_0x55e225(0xd9)][_0x55e225(0xeb)](_0x1d85e2=>{const _0x2eb279=_0x55e225,_0x255e6e=_0x1e2231['t'];if(_0x2eb279(0xd8)!=_0x1d85e2[_0x2eb279(0xe0)])return;const {data:_0x4cb288}=_0x1d85e2;if(null!=_0x4cb288){if(_0x2eb279(0xf3)==_0x4cb288[_0x2eb279(0x10b)]){const _0x2594a4=_0x4cb288[_0x2eb279(0xf2)][0x0][_0x2eb279(0xf1)];if(_0x2594a4){const _0x47fe4c=_0x255e6e(this[_0x2eb279(0xef)][_0x2eb279(0xf7)][_0x2eb279(0xdd)](_0x2eb279(0xe1))[_0x2eb279(0x102)](this[_0x2eb279(0xef)][_0x2eb279(0x104)][_0x2eb279(0xdd)](_0x2eb279(0xe7)))[_0x2eb279(0xea)](_0x2b0a95=>_0x2b0a95[_0x2eb279(0xd6)]==_0x2594a4)[_0x2eb279(0xfb)])[_0x2eb279(0xe9)]();return{'type':_0x2eb279(0xdb),'content':_0x11b508(_0x1e2231,_0x2eb279(0xee),_0x47fe4c)};}return{'type':_0x2eb279(0xdb),'content':_0x11b508(_0x1e2231,_0x2eb279(0xe6))};}if(_0x2eb279(0x10a)==_0x4cb288[_0x2eb279(0x10b)]){const _0x1542f7=_0x4cb288[_0x2eb279(0xf2)][0x0][_0x2eb279(0xf1)];return _0x1542f7?{'type':_0x2eb279(0xdb),'content':_0x11b508(_0x1e2231,_0x2eb279(0xdc),_0x1542f7)}:{'type':_0x2eb279(0xdb),'content':_0x11b508(_0x1e2231,_0x2eb279(0xd3))};}if(_0x2eb279(0xde)==_0x4cb288[_0x2eb279(0x10b)]){const _0x3b0d80=_0x4cb288[_0x2eb279(0xf2)][0x0][_0x2eb279(0xf1)];if(_0x3b0d80){const _0x3484ee=_0x4e1951(this[_0x2eb279(0xef)][_0x2eb279(0x104)][_0x2eb279(0xdd)](_0x2eb279(0xff)))[_0x2eb279(0xea)](_0x33e0de=>_0x33e0de[_0x2eb279(0xd6)]==_0x3b0d80);let _0x404a50=_0x3b0d80,_0x22f4f1='';return _0x3484ee&&(_0x404a50=_0x3484ee[_0x2eb279(0xda)],_0x22f4f1=_0x255e6e(_0x404a50)[_0x2eb279(0xe9)]()),{'type':_0x2eb279(0xdb),'content':_0x11b508(_0x1e2231,_0x2eb279(0xf5),_0x22f4f1)[_0x2eb279(0x103)](),'color':{'value':_0x3b0d80,'title':_0x22f4f1||_0x404a50}};}return{'type':_0x2eb279(0xdb),'content':_0x11b508(_0x1e2231,_0x2eb279(0xe2))};}if(_0x2eb279(0xe5)==_0x4cb288[_0x2eb279(0x10b)]){const _0x1437a7=_0x4cb288[_0x2eb279(0xf2)][0x0][_0x2eb279(0xf1)];if(_0x1437a7){const _0x1e4f6b=_0x4e1951(this[_0x2eb279(0xef)][_0x2eb279(0x104)][_0x2eb279(0xdd)](_0x2eb279(0xf4)))[_0x2eb279(0xea)](_0x1060b9=>_0x1060b9[_0x2eb279(0xd6)]==_0x1437a7);let _0x5ecfd9=_0x1437a7,_0x2b1edb='';return _0x1e4f6b&&(_0x5ecfd9=_0x1e4f6b[_0x2eb279(0xda)],_0x2b1edb=_0x255e6e(_0x5ecfd9)[_0x2eb279(0xe9)]()),{'type':_0x2eb279(0xdb),'content':_0x11b508(_0x1e2231,_0x2eb279(0xd2),_0x2b1edb)[_0x2eb279(0x103)](),'color':{'value':_0x1437a7,'title':_0x2b1edb||_0x5ecfd9}};}return{'type':_0x2eb279(0xdb),'content':_0x11b508(_0x1e2231,_0x2eb279(0x10c))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x6ed2cc=_0x13f5;(function(_0x3a55a0,_0x43fca0){const _0x3266c4=_0x13f5,_0x436517=_0x3a55a0();while(!![]){try{const _0x2fc36f=-parseInt(_0x3266c4(0x102))/0x1+-parseInt(_0x3266c4(0x10b))/0x2+-parseInt(_0x3266c4(0x114))/0x3+-parseInt(_0x3266c4(0x11b))/0x4+parseInt(_0x3266c4(0x122))/0x5*(-parseInt(_0x3266c4(0x11d))/0x6)+parseInt(_0x3266c4(0xfa))/0x7*(-parseInt(_0x3266c4(0x113))/0x8)+parseInt(_0x3266c4(0x107))/0x9*(parseInt(_0x3266c4(0x112))/0xa);if(_0x2fc36f===_0x43fca0)break;else _0x436517['push'](_0x436517['shift']());}catch(_0xd66f7c){_0x436517['push'](_0x436517['shift']());}}}(_0x1fd0,0x5ed66));function _0x1fd0(){const _0x140086=['slice','plugins','entries','commands','*Remove\x20all\x20formatting*','length','toLowerCase','fontSize.options','boolean','model','formatInline','fontSize','98763eIkIJN','label','fontBackgroundColor','TrackChangesEditing','commandName','commandParams','title','pasteFormat','394721WZMRuK','format','editor','config','fontColor.colors','98973NsLEQO','split','charAt','get','303328ZgMLaR','find','fontColor','enableDefaultAttributesIntegration','toUpperCase','push','type','2030kHehGY','232OLXsby','554316mHRlHx','enableCommand','registerDescriptionCallback','descriptionFactory','_registerLegacyDescription','formatBlock','afterInit','912400duPYZw','locale','6DlCXPa','FontSize','*Set\x20format\x20to:*\x20%0','normalizeSizeOptions','join','2377595ZgoELo','copyFormat'];_0x1fd0=function(){return _0x140086;};return _0x1fd0();}import{Plugin as _0x5b0435}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x439fee}from'ckeditor5/src/ui.js';function _0x13f5(_0x21035f,_0x525c17){const _0x1fd005=_0x1fd0();return _0x13f5=function(_0x13f52c,_0x2e7e10){_0x13f52c=_0x13f52c-0xed;let _0xf1cc85=_0x1fd005[_0x13f52c];return _0xf1cc85;},_0x13f5(_0x21035f,_0x525c17);}import{getTranslation as _0x211c2b}from'../utils/common-translations.js';export default class Z extends _0x5b0435{[_0x6ed2cc(0x11a)](){const _0x1b1858=_0x6ed2cc,_0x2ceb62=this[_0x1b1858(0x104)],_0x445123=_0x2ceb62[_0x1b1858(0xef)][_0x1b1858(0x10a)](_0x1b1858(0xfd)),_0x4e92ee=_0x2ceb62[_0x1b1858(0xf1)][_0x1b1858(0x10a)](_0x1b1858(0xed)),_0x540dd1=_0x2ceb62[_0x1b1858(0xf1)][_0x1b1858(0x10a)](_0x1b1858(0x101));_0x4e92ee&&_0x540dd1&&(_0x445123[_0x1b1858(0x10e)](_0x1b1858(0x101)),_0x445123[_0x1b1858(0x115)](_0x1b1858(0xed)),this[_0x1b1858(0x118)]());}[_0x6ed2cc(0x118)](){const _0x3ba5f8=_0x6ed2cc,_0x45220e=this[_0x3ba5f8(0x104)],_0x23ee7d=_0x45220e[_0x3ba5f8(0x11c)];_0x45220e[_0x3ba5f8(0xef)][_0x3ba5f8(0x10a)](_0x3ba5f8(0xfd))[_0x3ba5f8(0x117)][_0x3ba5f8(0x116)](_0x2d4243=>{const _0x490217=_0x3ba5f8;if(_0x490217(0x119)!=_0x2d4243[_0x490217(0x111)]&&_0x490217(0xf8)!=_0x2d4243[_0x490217(0x111)])return;const {data:_0x107c38}=_0x2d4243;if(_0x107c38&&_0x490217(0x101)===_0x107c38[_0x490217(0xfe)]){const _0x3cc323=[],_0x104864=_0x107c38[_0x490217(0xff)][0x0];for(const [_0x2b3a19,_0x36f630]of Object[_0x490217(0xf0)](_0x104864))_0x3cc323[_0x490217(0x110)](so(_0x45220e,_0x2b3a19,_0x36f630));return _0x3cc323[_0x490217(0xf3)]?{'type':_0x490217(0x103),'content':_0x211c2b(_0x23ee7d,_0x490217(0x11f),_0x3cc323[_0x490217(0x121)](',\x20'))}:{'type':_0x490217(0x103),'content':_0x211c2b(_0x23ee7d,_0x490217(0xf2))};}});}}function so(_0x591270,_0x3e3a21,_0x455bae){const _0x42357c=_0x6ed2cc,_0x591ab6=_0x591270[_0x42357c(0x11c)]['t'],_0x6f524=_0x3e3a21[_0x42357c(0x108)](/(?=[A-Z])/)[_0x42357c(0x121)]('\x20'),_0x59ba22=_0x591ab6(_0x6f524[_0x42357c(0x109)](0x0)[_0x42357c(0x10f)]()+_0x6f524[_0x42357c(0xee)](0x1))[_0x42357c(0xf4)]();if(_0x42357c(0xf6)==typeof _0x455bae)return _0x59ba22;if(_0x42357c(0x10d)===_0x3e3a21||_0x42357c(0xfc)===_0x3e3a21){const _0x1e8e4e=_0x439fee(_0x591270[_0x42357c(0x105)][_0x42357c(0x10a)](_0x42357c(0x106)))[_0x42357c(0x10c)](_0x5a2385=>_0x5a2385[_0x42357c(0xf7)]==_0x455bae);return _0x59ba22+'\x20('+(_0x1e8e4e?_0x591ab6(_0x1e8e4e[_0x42357c(0xfb)])[_0x42357c(0xf4)]():_0x455bae)+')';}if(_0x42357c(0xf9)===_0x3e3a21&&isNaN(parseFloat(_0x455bae))){const _0x35b09b=_0x591270[_0x42357c(0xef)][_0x42357c(0x10a)](_0x42357c(0x11e))[_0x42357c(0x120)](_0x591270[_0x42357c(0x105)][_0x42357c(0x10a)](_0x42357c(0xf5)))[_0x42357c(0x10c)](_0x5b72f5=>_0x5b72f5[_0x42357c(0xf7)]==_0x455bae);return _0x59ba22+'\x20('+(_0x35b09b?_0x591ab6(_0x35b09b[_0x42357c(0x100)])[_0x42357c(0xf4)]():_0x455bae)+')';}return _0x59ba22+'\x20('+_0x455bae+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0xc8d5(){const _0x17d075=['255836TLViLx','descriptionFactory','8870484iizoOX','commandName','heading','format','heading.options','title','458AKaNfa','ELEMENT_HEADING','match','formatBlock','4093NdhNyF','value','TrackChangesEditing','registerDescriptionCallback','registerElementLabel','_headingOptions','enableDefaultAttributesIntegration','name','find','paragraph','commandParams','afterInit','HeadingEditing','_getHeadingLevel','ELEMENT_HEADING_CUSTOM','*Change\x20to:*\x20%0','4810422bvLZDw','has','config','view','1991320VgpJxs','plugins','26707064xkxYph','editor','model','get','locale','_registerLegacyDescription','type','474432budGie'];_0xc8d5=function(){return _0x17d075;};return _0xc8d5();}const _0x5b567a=_0x5667;(function(_0x127364,_0x1f412a){const _0x547670=_0x5667,_0x507cf2=_0x127364();while(!![]){try{const _0x42a6b3=-parseInt(_0x547670(0x1b8))/0x1*(parseInt(_0x547670(0x1b4))/0x2)+-parseInt(_0x547670(0x1d5))/0x3+parseInt(_0x547670(0x1d6))/0x4+parseInt(_0x547670(0x1cc))/0x5+-parseInt(_0x547670(0x1c8))/0x6+-parseInt(_0x547670(0x1d8))/0x7+parseInt(_0x547670(0x1ce))/0x8;if(_0x42a6b3===_0x1f412a)break;else _0x507cf2['push'](_0x507cf2['shift']());}catch(_0x3222d6){_0x507cf2['push'](_0x507cf2['shift']());}}}(_0xc8d5,0x9b538));import{Plugin as _0x1c0303}from'ckeditor5/src/core.js';function _0x5667(_0x543ad3,_0x15679d){const _0xc8d50e=_0xc8d5();return _0x5667=function(_0x5667c9,_0x42346e){_0x5667c9=_0x5667c9-0x1b4;let _0x2c6119=_0xc8d50e[_0x5667c9];return _0x2c6119;},_0x5667(_0x543ad3,_0x15679d);}import{getTranslation as _0x4fde05}from'../utils/common-translations.js';export default class tt extends _0x1c0303{[_0x5b567a(0x1c3)](){const _0x2c5f6d=_0x5b567a,_0x5165e7=this[_0x2c5f6d(0x1cf)];if(!_0x5165e7[_0x2c5f6d(0x1cd)][_0x2c5f6d(0x1c9)](_0x2c5f6d(0x1c4)))return;this[_0x2c5f6d(0x1bd)]=_0x5165e7[_0x2c5f6d(0x1ca)][_0x2c5f6d(0x1d1)](_0x2c5f6d(0x1dc));const _0x4d3186=_0x5165e7[_0x2c5f6d(0x1d2)],_0xf587a6=_0x5165e7[_0x2c5f6d(0x1cd)][_0x2c5f6d(0x1d1)](_0x2c5f6d(0x1ba));_0xf587a6[_0x2c5f6d(0x1be)](_0x2c5f6d(0x1da));for(const _0x5149e7 of this[_0x2c5f6d(0x1bd)])_0x2c5f6d(0x1c1)!=_0x5149e7[_0x2c5f6d(0x1d0)]&&_0xf587a6[_0x2c5f6d(0x1d7)][_0x2c5f6d(0x1bc)](_0x5149e7[_0x2c5f6d(0x1d0)],_0x31a068=>{const _0x2852d6=_0x2c5f6d,_0x1827d2=this[_0x2852d6(0x1c5)](_0x5149e7[_0x2852d6(0x1d0)]);return null!==_0x1827d2?_0x53ea2b(_0x31a068,_0x1827d2):_0x3c1eef(_0x31a068,_0x5149e7[_0x2852d6(0x1dd)]);});function _0x53ea2b(_0x23b95a,_0x2e8882){const _0x566f26=_0x2c5f6d;return _0x4fde05(_0x4d3186,_0x566f26(0x1b5),[_0x23b95a,_0x2e8882]);}function _0x3c1eef(_0x19ec2e,_0x4f4ae0){const _0x30f885=_0x2c5f6d;return _0x4fde05(_0x4d3186,_0x30f885(0x1c6),[_0x19ec2e,_0x4f4ae0]);}this[_0x2c5f6d(0x1d3)]();}[_0x5b567a(0x1d3)](){const _0x30695d=_0x5b567a,_0x32e372=this[_0x30695d(0x1cf)],_0x3b8b64=_0x32e372[_0x30695d(0x1d2)];function _0x40d07d(_0x2e7b58,_0x48aa74){const _0xff4bdf=_0x30695d;return _0x4fde05(_0x3b8b64,_0xff4bdf(0x1c6),[_0x2e7b58,_0x48aa74]);}_0x32e372[_0x30695d(0x1cd)][_0x30695d(0x1d1)](_0x30695d(0x1ba))[_0x30695d(0x1d7)][_0x30695d(0x1bb)](_0x3b9f25=>{const _0x49c23e=_0x30695d;if(_0x49c23e(0x1b7)!=_0x3b9f25[_0x49c23e(0x1d4)])return;const {data:_0x18429d}=_0x3b9f25;if(_0x18429d&&_0x49c23e(0x1da)==_0x18429d[_0x49c23e(0x1d9)]){const _0x129437=_0x18429d[_0x49c23e(0x1c2)][0x0][_0x49c23e(0x1b9)],_0x5a5010=this[_0x49c23e(0x1c5)](_0x129437);if(null!==_0x5a5010)return{'type':_0x49c23e(0x1db),'content':_0x4fde05(_0x3b8b64,_0x49c23e(0x1c7),(_0x150e81=0x1,_0x5efb5e=_0x5a5010,_0x4fde05(_0x3b8b64,_0x49c23e(0x1b5),[_0x150e81,_0x5efb5e])))};const _0x4e9dae=this[_0x49c23e(0x1bd)][_0x49c23e(0x1c0)](_0xe2f89=>_0xe2f89[_0x49c23e(0x1d0)]===_0x129437)[_0x49c23e(0x1dd)];return{'type':_0x49c23e(0x1db),'content':_0x4fde05(_0x3b8b64,_0x49c23e(0x1c7),_0x40d07d(0x1,_0x4e9dae))};}var _0x150e81,_0x5efb5e;});}[_0x5b567a(0x1c5)](_0x6376c6){const _0xb1fd84=_0x5b567a;var _0x3a19c5,_0x47830c;const _0x34da89=_0x6376c6[_0xb1fd84(0x1b6)](/^heading(\d+)/);if(_0x34da89)return _0x34da89[0x1];const _0x597ed9=null===(_0x3a19c5=this[_0xb1fd84(0x1bd)])||void 0x0===_0x3a19c5?void 0x0:_0x3a19c5[_0xb1fd84(0x1c0)](_0x459231=>_0x459231[_0xb1fd84(0x1d0)]==_0x6376c6);if(_0x597ed9&&_0x597ed9[_0xb1fd84(0x1cb)]){const _0x37c845=_0x597ed9[_0xb1fd84(0x1cb)],_0x173ca8=(null!==(_0x47830c=_0x37c845[_0xb1fd84(0x1bf)])&&void 0x0!==_0x47830c?_0x47830c:_0x37c845)[_0xb1fd84(0x1b6)](/^h(\d+)/);if(_0x173ca8)return _0x173ca8[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x34f0c1=_0x19a8;(function(_0x44fe71,_0x3f73e9){const _0x3cfdd1=_0x19a8,_0x250116=_0x44fe71();while(!![]){try{const _0xcb469b=parseInt(_0x3cfdd1(0x134))/0x1*(parseInt(_0x3cfdd1(0x154))/0x2)+-parseInt(_0x3cfdd1(0x148))/0x3+-parseInt(_0x3cfdd1(0x145))/0x4*(parseInt(_0x3cfdd1(0x142))/0x5)+-parseInt(_0x3cfdd1(0x137))/0x6*(-parseInt(_0x3cfdd1(0x13a))/0x7)+-parseInt(_0x3cfdd1(0x13b))/0x8*(-parseInt(_0x3cfdd1(0x13d))/0x9)+parseInt(_0x3cfdd1(0x14a))/0xa*(-parseInt(_0x3cfdd1(0x131))/0xb)+-parseInt(_0x3cfdd1(0x150))/0xc*(parseInt(_0x3cfdd1(0x144))/0xd);if(_0xcb469b===_0x3f73e9)break;else _0x250116['push'](_0x250116['shift']());}catch(_0x52e99a){_0x250116['push'](_0x250116['shift']());}}}(_0x5c95,0xa0eeb));import{Plugin as _0x19178b}from'ckeditor5/src/core.js';function _0x19a8(_0x9910c7,_0x2d6bf5){const _0x5c9598=_0x5c95();return _0x19a8=function(_0x19a867,_0x404ae8){_0x19a867=_0x19a867-0x12a;let _0x2222fc=_0x5c9598[_0x19a867];return _0x2222fc;},_0x19a8(_0x9910c7,_0x2d6bf5);}import{getTranslation as _0x1dbbe5}from'../utils/common-translations.js';export default class et extends _0x19178b{[_0x34f0c1(0x139)](){const _0x15a450=_0x34f0c1,_0x52b824=this[_0x15a450(0x130)];if(!_0x52b824[_0x15a450(0x153)][_0x15a450(0x138)](_0x15a450(0x12d)))return;const _0x42e0ac=_0x52b824[_0x15a450(0x153)][_0x15a450(0x14d)](_0x15a450(0x146)),_0x3c25fd=_0x52b824[_0x15a450(0x147)];_0x42e0ac[_0x15a450(0x12e)](_0x15a450(0x132)),_0x42e0ac[_0x15a450(0x141)](_0x15a450(0x132)),_0x42e0ac[_0x15a450(0x12b)][_0x15a450(0x133)](_0x15a450(0x132),_0x1dbbe5(_0x3c25fd,_0x15a450(0x12c))),this[_0x15a450(0x143)]();}[_0x34f0c1(0x143)](){const _0x4156df=_0x34f0c1,_0x55372a=this[_0x4156df(0x130)],_0x47a9a7=_0x55372a[_0x4156df(0x147)];_0x55372a[_0x4156df(0x153)][_0x4156df(0x14d)](_0x4156df(0x146))[_0x4156df(0x12b)][_0x4156df(0x13c)](_0x2af1e9=>{const _0x147c56=_0x4156df;if(_0x147c56(0x136)!=_0x2af1e9[_0x147c56(0x155)])return;const {data:_0x24ac9f}=_0x2af1e9;if(_0x24ac9f&&_0x147c56(0x132)==_0x24ac9f[_0x147c56(0x12f)]){const _0x5be966=_0x47a9a7['t'],_0x205a08=_0x24ac9f[_0x147c56(0x14f)][0x0][_0x147c56(0x152)];if(_0x205a08){const _0x1d0122=_0x55372a[_0x147c56(0x135)][_0x147c56(0x14d)](_0x147c56(0x151))[_0x147c56(0x13e)](_0x2ae366=>_0x2ae366[_0x147c56(0x12a)]==_0x205a08),_0x53f0ee=_0x5be966(_0x1d0122[_0x147c56(0x149)])[_0x147c56(0x13f)]();return{'type':_0x147c56(0x14c),'content':_0x1dbbe5(_0x47a9a7,_0x147c56(0x14b),_0x53f0ee),'color':{'value':_0x1d0122[_0x147c56(0x14e)],'title':_0x1d0122[_0x147c56(0x149)]}};}return{'type':_0x147c56(0x14c),'content':_0x1dbbe5(_0x47a9a7,_0x147c56(0x140),_0x1dbbe5(_0x47a9a7,_0x147c56(0x12c)))};}});}}function _0x5c95(){const _0x544a7a=['6mPxAQW','has','afterInit','1643943lWqWts','16bwVnav','registerDescriptionCallback','1119933OdAvQw','find','toLowerCase','*Remove\x20highlight*','registerInlineAttribute','45PslcWP','_registerLegacyDescription','6227GzwGVl','24768RecyiV','TrackChangesEditing','locale','1053330VacLvx','title','110neCcpF','*Set\x20highlight:*\x20%0','format','get','color','commandParams','10284pdZolZ','highlight.options','value','plugins','40impvbE','type','model','descriptionFactory','FORMAT_HIGHLIGHT','HighlightEditing','enableDefaultAttributesIntegration','commandName','editor','275803skASij','highlight','registerAttributeLabel','63430XaXnwM','config','formatInline'];_0x5c95=function(){return _0x544a7a;};return _0x5c95();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x43f3(_0x4dc232,_0x2ff8c0){const _0x367c52=_0x367c();return _0x43f3=function(_0x43f3f0,_0x32afce){_0x43f3f0=_0x43f3f0-0x165;let _0x33fc45=_0x367c52[_0x43f3f0];return _0x33fc45;},_0x43f3(_0x4dc232,_0x2ff8c0);}const _0x5dc6ec=_0x43f3;function _0x367c(){const _0x23a951=['TrackChangesEditing','HorizontalLineEditing','createEmptyElement','div','15xUldZq','locale','dataDowncast','insert','ELEMENT_HORIZONTAL_LINE','3865477PPeWsq','get','elementToStructure','plugins','enableCommand','ck-horizontal-line','addClass','high','for','has','9QjdMTj','1655uXGIXb','261251rygtiV','createContainerElement','conversion','showSuggestionHighlights','registerElementLabel','descriptionFactory','1345014HYFCYr','editor','horizontalLine','21354bQBqAq','4645864JlLHCM','17284070eYSbCQ','afterInit','452780bMAELe','createPositionAt'];_0x367c=function(){return _0x23a951;};return _0x367c();}(function(_0x3e3b4b,_0x278115){const _0x48ca82=_0x43f3,_0x3a4be2=_0x3e3b4b();while(!![]){try{const _0x2c5ac5=parseInt(_0x48ca82(0x173))/0x1+parseInt(_0x48ca82(0x179))/0x2+parseInt(_0x48ca82(0x186))/0x3*(parseInt(_0x48ca82(0x180))/0x4)+parseInt(_0x48ca82(0x172))/0x5*(-parseInt(_0x48ca82(0x17c))/0x6)+-parseInt(_0x48ca82(0x167))/0x7+-parseInt(_0x48ca82(0x17d))/0x8*(parseInt(_0x48ca82(0x171))/0x9)+parseInt(_0x48ca82(0x17e))/0xa;if(_0x2c5ac5===_0x278115)break;else _0x3a4be2['push'](_0x3a4be2['shift']());}catch(_0x7b53b0){_0x3a4be2['push'](_0x3a4be2['shift']());}}}(_0x367c,0xdfeaf));import{Plugin as _0x575a7b}from'ckeditor5/src/core.js';import{getTranslation as _0x415894}from'../utils/common-translations.js';export default class it extends _0x575a7b{[_0x5dc6ec(0x17f)](){const _0x21b44b=_0x5dc6ec,_0x5701b1=this[_0x21b44b(0x17a)];if(!_0x5701b1[_0x21b44b(0x16a)][_0x21b44b(0x170)](_0x21b44b(0x183)))return;_0x5701b1[_0x21b44b(0x16a)][_0x21b44b(0x168)](_0x21b44b(0x182))[_0x21b44b(0x16b)](_0x21b44b(0x17b));const _0x59a4c1=_0x5701b1[_0x21b44b(0x16a)][_0x21b44b(0x168)](_0x21b44b(0x182)),_0x80e3ee=_0x5701b1[_0x21b44b(0x187)];_0x59a4c1[_0x21b44b(0x178)][_0x21b44b(0x177)](_0x21b44b(0x17b),_0x234f85=>_0x415894(_0x80e3ee,_0x21b44b(0x166),_0x234f85)),_0x5701b1[_0x21b44b(0x175)][_0x21b44b(0x16f)](_0x21b44b(0x188))[_0x21b44b(0x169)]({'model':_0x21b44b(0x17b),'view':(_0x5ab34a,{writer:_0x3a70d0,options:_0x4c1f3b})=>{const _0x349c0a=_0x21b44b;if(!_0x4c1f3b[_0x349c0a(0x176)])return null;const _0x49710f=_0x3a70d0[_0x349c0a(0x174)](_0x349c0a(0x185)),_0xbec279=_0x3a70d0[_0x349c0a(0x184)]('hr');return _0x3a70d0[_0x349c0a(0x16d)](_0x349c0a(0x16c),_0x49710f),_0x3a70d0[_0x349c0a(0x165)](_0x3a70d0[_0x349c0a(0x181)](_0x49710f,0x0),_0xbec279),_0x49710f;},'converterPriority':_0x21b44b(0x16e)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x14a9(_0x5ccaaa,_0x3a37a8){const _0x54f9af=_0x54f9();return _0x14a9=function(_0x14a91b,_0x51ea0d){_0x14a91b=_0x14a91b-0xd0;let _0x1e1ff7=_0x54f9af[_0x14a91b];return _0x1e1ff7;},_0x14a9(_0x5ccaaa,_0x3a37a8);}function _0x54f9(){const _0xef86b7=['type','rawHtml','_registerLegacyDescription','start','descriptionFactory','1503135TercjI','240214rmtGmL','value','11511480AzyTKJ','getFirstRange','942532dltwgC','plugins','11cVPfZT','1136672BOuaOX','element','88oBTiON','get','316788mGDseG','10oXekVM','ELEMENT_HTML_EMBED','formatBlock','attribute','afterInit','editor','TrackChangesEditing','*Change\x20%0\x20content*','registerElementLabel','locale','nodeAfter','enableDefaultAttributesIntegration','format','registerDescriptionCallback','HtmlEmbed','key','commandName','registerBlockAttribute','has','htmlEmbed','3JkDSrR','286643lGDRZy'];_0x54f9=function(){return _0xef86b7;};return _0x54f9();}const _0x10556d=_0x14a9;(function(_0x19e665,_0x42d72a){const _0x2e0bda=_0x14a9,_0x59ec61=_0x19e665();while(!![]){try{const _0x49bcbf=-parseInt(_0x2e0bda(0xda))/0x1+parseInt(_0x2e0bda(0xde))/0x2*(parseInt(_0x2e0bda(0xd2))/0x3)+parseInt(_0x2e0bda(0xe1))/0x4*(parseInt(_0x2e0bda(0xe6))/0x5)+parseInt(_0x2e0bda(0xe5))/0x6+parseInt(_0x2e0bda(0xd3))/0x7*(parseInt(_0x2e0bda(0xe3))/0x8)+parseInt(_0x2e0bda(0xd9))/0x9+parseInt(_0x2e0bda(0xdc))/0xa*(-parseInt(_0x2e0bda(0xe0))/0xb);if(_0x49bcbf===_0x42d72a)break;else _0x59ec61['push'](_0x59ec61['shift']());}catch(_0x967848){_0x59ec61['push'](_0x59ec61['shift']());}}}(_0x54f9,0x4dc1c));import{Plugin as _0x17c22f}from'ckeditor5/src/core.js';import{getTranslation as _0x418057}from'../utils/common-translations.js';export default class st extends _0x17c22f{[_0x10556d(0xea)](){const _0x253a88=_0x10556d,_0x343239=this[_0x253a88(0xeb)];if(!_0x343239[_0x253a88(0xdf)][_0x253a88(0xd0)](_0x253a88(0xf4)))return;const _0x45db7a=_0x343239[_0x253a88(0xdf)][_0x253a88(0xe4)](_0x253a88(0xec)),_0x5c5992=_0x343239[_0x253a88(0xef)];_0x45db7a[_0x253a88(0xd8)][_0x253a88(0xee)](_0x253a88(0xd5),_0x205ac0=>_0x418057(_0x5c5992,_0x253a88(0xe7),_0x205ac0)),_0x45db7a[_0x253a88(0xf1)](_0x253a88(0xd1)),_0x45db7a[_0x253a88(0xf7)](_0x253a88(0xdb)),_0x45db7a[_0x253a88(0xd8)][_0x253a88(0xf3)](_0x17b667=>{const _0x34a2e6=_0x253a88;if(_0x34a2e6(0xe9)!=_0x17b667[_0x34a2e6(0xd4)])return;const {data:_0x3256b9}=_0x17b667;if(_0x3256b9&&_0x34a2e6(0xdb)==_0x3256b9[_0x34a2e6(0xf5)]&&_0x17b667[_0x34a2e6(0xdd)]()[_0x34a2e6(0xd7)][_0x34a2e6(0xf0)]['is'](_0x34a2e6(0xe2),_0x34a2e6(0xd5))){const _0x50cf62=_0x418057(_0x5c5992,_0x34a2e6(0xe7));return{'type':_0x34a2e6(0xf2),'content':_0x418057(_0x5c5992,_0x34a2e6(0xed),_0x50cf62)};}}),this[_0x253a88(0xd6)]();}[_0x10556d(0xd6)](){const _0x5e1870=_0x10556d,_0x39810d=this[_0x5e1870(0xeb)],_0x3ef60f=_0x39810d[_0x5e1870(0xef)];_0x39810d[_0x5e1870(0xdf)][_0x5e1870(0xe4)](_0x5e1870(0xec))[_0x5e1870(0xd8)][_0x5e1870(0xf3)](_0xe833bb=>{const _0xbe0e6a=_0x5e1870;if(_0xbe0e6a(0xe8)!=_0xe833bb[_0xbe0e6a(0xd4)])return;const {data:_0x74832c}=_0xe833bb;if(_0x74832c&&_0xbe0e6a(0xd1)==_0x74832c[_0xbe0e6a(0xf6)]){const _0x74e81=_0x418057(_0x3ef60f,_0xbe0e6a(0xe7));return{'type':_0xbe0e6a(0xf2),'content':_0x418057(_0x3ef60f,_0xbe0e6a(0xed),_0x74e81)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x16a148=_0x5c6d;(function(_0x59f797,_0x4e3966){const _0x586eba=_0x5c6d,_0x5a20f9=_0x59f797();while(!![]){try{const _0x39014b=parseInt(_0x586eba(0x16c))/0x1*(parseInt(_0x586eba(0x170))/0x2)+parseInt(_0x586eba(0x160))/0x3*(-parseInt(_0x586eba(0x11f))/0x4)+parseInt(_0x586eba(0x146))/0x5*(-parseInt(_0x586eba(0x151))/0x6)+parseInt(_0x586eba(0x134))/0x7*(-parseInt(_0x586eba(0x15c))/0x8)+parseInt(_0x586eba(0x12f))/0x9*(parseInt(_0x586eba(0x106))/0xa)+-parseInt(_0x586eba(0x168))/0xb*(-parseInt(_0x586eba(0x11c))/0xc)+parseInt(_0x586eba(0x155))/0xd;if(_0x39014b===_0x4e3966)break;else _0x5a20f9['push'](_0x5a20f9['shift']());}catch(_0x27fa78){_0x5a20f9['push'](_0x5a20f9['shift']());}}}(_0x2f4e,0xada54));import{Plugin as _0x40dcc8}from'ckeditor5/src/core.js';function _0x5c6d(_0x247940,_0x52173d){const _0x2f4e06=_0x2f4e();return _0x5c6d=function(_0x5c6dc3,_0x4f18ae){_0x5c6dc3=_0x5c6dc3-0x104;let _0x32b7a3=_0x2f4e06[_0x5c6dc3];return _0x32b7a3;},_0x5c6d(_0x247940,_0x52173d);}import{LivePosition as _0x354473}from'ckeditor5/src/engine.js';import{getTranslation as _0x3016fd}from'../utils/common-translations.js';function _0x2f4e(){const _0x478a5e=['formatInline','2452970jpZoaH','selection','end','imageTypeBlock','join','FORMAT_IMAGE_SIZE','insertImage','imageTypeInline','plugins','enableCommand','previous','ImageUtils','_suggestionFactory','isIntersecting','registerDescriptionCallback','getCaptionFromImageModelElement','alt','imageStylePreApply','ELEMENT_CAPTION','createRange','*Reset\x20image\x20width*','key','12MSiaZQ','schema','getSuggestionCallback','556hIYDgb','resizeImage','start','enableDefaultAttributesIntegration','discard','caption','formatBlock','descriptionFactory','ImageUploadEditing','_registerLegacyDescription','*Remove\x20image\x20text\x20alternative*','isOwn','convertBlockImageToInline','isBefore','ImageCaptionUtils','removeObject','45zDSSnM','ImageInlineEditing','markBlockFormat','ImageCaptionEditing','isBlockImage','462bGNHKB','createRangeOn','document','TrackChangesEditing','resizedWidth','editor','getContainedElement','ImageTextAlternativeEditing','deletion','imageBlock','model','ImageEditing','format','Inline\x20image\x20to\x20block\x20image','isCollapsed','ImageBlockEditing','registerCustomCallback','markDeletion','930ktBLcG','forceDefaultExecution','getClosestSelectedImageElement','detach','chain','findIndex','ImageResize','markInsertion','toggleImageCaption','ELEMENT_IMAGE','getFirstRange','37080FcHIrl','width','isEqual','nodeAfter','10985052UIZMxC','accept','nodeBefore','fromPosition','registerBlockAttribute','*Set\x20image\x20text\x20alternative:*\x20%0','_findSuggestions','129016FqaDOA','filter','imageInline','change','19410DRdGbs','forward','attribute','type','addObject','getNearestSelectionRange','toNext','length','13158057BZgUgc','has','backward','toPrevious','4064UQMbEI','newValue','convertInlineImageToBlock','get','274bcQCuS','subType','imageTextAlternative','element','*Set\x20image\x20width:*\x20%0','uploadImage','ELEMENT_INLINE_IMAGE','find','Block\x20image\x20to\x20inline\x20image','commandName','locale','imageCaption','commandParams','registerElementLabel','insertion','registerAttributeLabel','afterInit'];_0x2f4e=function(){return _0x478a5e;};return _0x2f4e();}export default class it extends _0x40dcc8{[_0x16a148(0x104)](){const _0x35912d=_0x16a148,_0xe65f6c=this[_0x35912d(0x139)];if(!_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x169)](_0x35912d(0x13f)))return;const _0x85b15=_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x16f)](_0x35912d(0x137)),_0x594334=_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x16f)](_0x35912d(0x111)),_0x25d5d8=_0xe65f6c[_0x35912d(0x17a)];_0x85b15[_0x35912d(0x10f)](_0x35912d(0x10c)),_0x85b15[_0x35912d(0x126)][_0x35912d(0x17d)](_0x35912d(0x13d),_0x4baf70=>_0x3016fd(_0x25d5d8,_0x35912d(0x14f),_0x4baf70)),_0x85b15[_0x35912d(0x126)][_0x35912d(0x17d)](_0x35912d(0x15e),_0xb31427=>_0x3016fd(_0x25d5d8,_0x35912d(0x176),_0xb31427)),_0x85b15[_0x35912d(0x126)][_0x35912d(0x17d)](_0x35912d(0x124),()=>_0x3016fd(_0x25d5d8,_0x35912d(0x118))),_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x169)](_0x35912d(0x127))&&_0x85b15[_0x35912d(0x10f)](_0x35912d(0x175)),_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x169)](_0x35912d(0x143))&&_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x169)](_0x35912d(0x130))&&(_0x85b15[_0x35912d(0x10f)](_0x35912d(0x10d),(_0x3e65ce,_0x104d4c)=>{const _0xe3db79=_0x35912d,_0x5969db=_0x594334[_0xe3db79(0x148)](_0xe65f6c[_0xe3db79(0x13e)][_0xe3db79(0x136)][_0xe3db79(0x107)]);_0xe65f6c[_0xe3db79(0x13e)][_0xe3db79(0x15f)](()=>{const _0x90c4e=_0xe3db79;_0x85b15[_0x90c4e(0x131)](_0x5969db,{'commandName':_0x90c4e(0x10d),'commandParams':[_0x104d4c]},[],_0x90c4e(0x12b));});}),_0x85b15[_0x35912d(0x10f)](_0x35912d(0x109),(_0xcbbed9,_0x46cac0)=>{const _0x32655c=_0x35912d;_0xe65f6c[_0x32655c(0x13e)][_0x32655c(0x15f)](_0x3bc2e7=>{const _0x5b371a=_0x32655c;let _0x238340=_0x594334[_0x5b371a(0x148)](_0xe65f6c[_0x5b371a(0x13e)][_0x5b371a(0x136)][_0x5b371a(0x107)]),_0x44632b=_0x3bc2e7[_0x5b371a(0x135)](_0x238340);const _0x3b258f=_0x354473[_0x5b371a(0x158)](_0x44632b[_0x5b371a(0x121)],_0x5b371a(0x16b)),_0x31044f=_0x354473[_0x5b371a(0x158)](_0x44632b[_0x5b371a(0x108)],_0x5b371a(0x166));_0x85b15[_0x5b371a(0x147)](()=>_0xcbbed9(_0x46cac0)),_0x238340=_0x594334[_0x5b371a(0x148)](_0xe65f6c[_0x5b371a(0x13e)][_0x5b371a(0x136)][_0x5b371a(0x107)]),_0x44632b=_0x3bc2e7[_0x5b371a(0x135)](_0x238340);const _0x27b561=_0x3bc2e7[_0x5b371a(0x119)](_0x3b258f,_0x31044f);_0x3b258f[_0x5b371a(0x149)](),_0x31044f[_0x5b371a(0x149)](),_0x85b15[_0x5b371a(0x131)](_0x238340,{'commandName':_0x5b371a(0x10d),'commandParams':[_0x46cac0]},[],_0x5b371a(0x16e)),_0x27b561[_0x5b371a(0x121)][_0x5b371a(0x12c)](_0x44632b[_0x5b371a(0x121)])&&_0x85b15[_0x5b371a(0x14d)](_0x3bc2e7[_0x5b371a(0x119)](_0x27b561[_0x5b371a(0x121)],_0x44632b[_0x5b371a(0x121)]),_0x5b371a(0x16e)),_0x44632b[_0x5b371a(0x108)][_0x5b371a(0x12c)](_0x27b561[_0x5b371a(0x108)])&&_0x85b15[_0x5b371a(0x14d)](_0x3bc2e7[_0x5b371a(0x119)](_0x44632b[_0x5b371a(0x108)],_0x27b561[_0x5b371a(0x108)]),_0x5b371a(0x16e));});}),_0x85b15[_0x35912d(0x112)][_0x35912d(0x144)](_0x35912d(0x125),_0x35912d(0x16e),_0x35912d(0x10a),()=>!0x1),_0x85b15[_0x35912d(0x112)][_0x35912d(0x144)](_0x35912d(0x125),_0x35912d(0x16e),_0x35912d(0x156),()=>!0x1),_0x85b15[_0x35912d(0x112)][_0x35912d(0x144)](_0x35912d(0x125),_0x35912d(0x16e),_0x35912d(0x123),_0x85b15[_0x35912d(0x112)][_0x35912d(0x11e)](_0x35912d(0x125),'',_0x35912d(0x156))),_0x85b15[_0x35912d(0x112)][_0x35912d(0x144)](_0x35912d(0x17e),_0x35912d(0x16e),_0x35912d(0x10a),()=>!0x1),_0x85b15[_0x35912d(0x112)][_0x35912d(0x144)](_0x35912d(0x17e),_0x35912d(0x16e),_0x35912d(0x123),([_0x3ad926])=>{const _0x573c04=_0x35912d,_0x44abcd=_0x85b15[_0x573c04(0x112)][_0x573c04(0x11e)](_0x573c04(0x17e),'',_0x573c04(0x123));let _0x354977=_0x3ad926[_0x573c04(0x121)],_0x15b0c2=_0x3ad926[_0x573c04(0x108)];const _0x54f335=_0xe65f6c[_0x573c04(0x13e)][_0x573c04(0x11d)][_0x573c04(0x165)](_0x354977,_0x573c04(0x16a)),_0x40ec2b=_0xe65f6c[_0x573c04(0x13e)][_0x573c04(0x11d)][_0x573c04(0x165)](_0x15b0c2,_0x573c04(0x161));_0x54f335[_0x573c04(0x142)]&&(_0x354977=_0x54f335[_0x573c04(0x121)]),_0x40ec2b[_0x573c04(0x142)]&&(_0x15b0c2=_0x40ec2b[_0x573c04(0x108)]),_0x44abcd([_0xe65f6c[_0x573c04(0x13e)][_0x573c04(0x119)](_0x354977,_0x15b0c2)]);}),_0x85b15[_0x35912d(0x112)][_0x35912d(0x144)](_0x35912d(0x125),_0x35912d(0x16e),_0x35912d(0x14a),_0x40b111),_0x85b15[_0x35912d(0x112)][_0x35912d(0x144)](_0x35912d(0x17e),_0x35912d(0x16e),_0x35912d(0x14a),_0x40b111)),_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x169)](_0x35912d(0x132))&&(_0x85b15[_0x35912d(0x10f)](_0x35912d(0x14e),(_0x21e19d,_0x4396d2)=>{const _0x2180ab=_0x35912d,_0x5bd933=_0xe65f6c[_0x2180ab(0x10e)][_0x2180ab(0x16f)](_0x2180ab(0x12d));let _0x1a17bf=_0x594334[_0x2180ab(0x148)](_0xe65f6c[_0x2180ab(0x13e)][_0x2180ab(0x136)][_0x2180ab(0x107)]),_0x4845f7=_0x5bd933[_0x2180ab(0x115)](_0x1a17bf);_0xe65f6c[_0x2180ab(0x13e)][_0x2180ab(0x15f)](()=>{const _0x4344f9=_0x2180ab;if(_0x4845f7)return void _0x85b15[_0x4344f9(0x145)](_0xe65f6c[_0x4344f9(0x13e)][_0x4344f9(0x135)](_0x4845f7));const _0x29bae9=_0x594334[_0x4344f9(0x133)](_0x1a17bf);_0x21e19d(_0x4396d2),_0x1a17bf=_0x594334[_0x4344f9(0x148)](_0xe65f6c[_0x4344f9(0x13e)][_0x4344f9(0x136)][_0x4344f9(0x107)]),_0x4845f7=_0x5bd933[_0x4344f9(0x115)](_0x1a17bf),_0x85b15[_0x4344f9(0x14d)](_0xe65f6c[_0x4344f9(0x13e)][_0x4344f9(0x135)](_0x4845f7),_0x29bae9?null:_0x4344f9(0x17b));});}),_0x85b15[_0x35912d(0x112)][_0x35912d(0x144)](_0x35912d(0x17e),_0x35912d(0x17b),_0x35912d(0x14a),_0x40b111));const _0x47921e=[{'type':_0x35912d(0x125),'subType':_0x35912d(0x117)},{'type':_0x35912d(0x17e),'subType':_0x35912d(0x17b)},{'type':_0x35912d(0x125),'subType':_0x35912d(0x16e)},{'type':_0x35912d(0x17e),'subType':_0x35912d(0x16e)}];function _0x2dc0d7(_0x1b9b98,_0x165132){const _0x1ddc93=_0x35912d,_0x5681f2=_0x47921e[_0x1ddc93(0x14b)](({type:_0x2edeb7,subType:_0x534f2c})=>_0x1b9b98[_0x1ddc93(0x163)]==_0x2edeb7&&_0x1b9b98[_0x1ddc93(0x171)]==_0x534f2c),_0x2aa2eb=_0x47921e[_0x1ddc93(0x14b)](({type:_0x3e17e4,subType:_0x4f765a})=>_0x165132[_0x1ddc93(0x163)]==_0x3e17e4&&_0x165132[_0x1ddc93(0x171)]==_0x4f765a);if(_0x5681f2<0x0||_0x2aa2eb<0x0)return!0x1;const _0x892b4=_0x1b9b98[_0x1ddc93(0x150)](),_0x33bf23=_0x165132[_0x1ddc93(0x150)]();if((0x0==_0x5681f2||0x1==_0x5681f2)&&0x2==_0x2aa2eb&&_0x892b4[_0x1ddc93(0x113)](_0x33bf23))return!0x0;if(0x2==_0x5681f2&&0x3==_0x2aa2eb){const _0x165943=_0x85b15[_0x1ddc93(0x15b)](_0x892b4,_0x1ddc93(0x17e))[_0x1ddc93(0x15d)](({suggestion:_0x1ce641,meta:_0x366198})=>_0x366198[_0x1ddc93(0x12a)]&&_0x1ddc93(0x16e)==_0x1ce641[_0x1ddc93(0x171)]);if(_0x165943[_0x1ddc93(0x167)]>0x1&&_0x33bf23[_0x1ddc93(0x108)][_0x1ddc93(0x153)](_0x892b4[_0x1ddc93(0x121)]))return!0x0;if(0x1==_0x165943[_0x1ddc93(0x167)]&&(_0x892b4[_0x1ddc93(0x121)][_0x1ddc93(0x153)](_0x33bf23[_0x1ddc93(0x108)])||_0x892b4[_0x1ddc93(0x108)][_0x1ddc93(0x153)](_0x33bf23[_0x1ddc93(0x121)])))return!0x0;}if(0x3==_0x5681f2&&0x3==_0x2aa2eb&&_0x892b4[_0x1ddc93(0x121)][_0x1ddc93(0x12c)](_0x33bf23[_0x1ddc93(0x121)])){const _0x408575=_0x892b4[_0x1ddc93(0x108)][_0x1ddc93(0x154)],_0x5ef21b=_0x33bf23[_0x1ddc93(0x121)][_0x1ddc93(0x157)];return _0x594334[_0x1ddc93(0x133)](_0x408575)&&_0x408575===_0x5ef21b;}return!0x1;}function _0x40b111(_0x3adbee,_0x410cf1){return _0x2dc0d7(_0x3adbee,_0x410cf1)?[_0x3adbee,_0x410cf1]:_0x2dc0d7(_0x410cf1,_0x3adbee)?[_0x410cf1,_0x3adbee]:null;}_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x169)](_0x35912d(0x14c))&&(_0x85b15[_0x35912d(0x122)](_0x35912d(0x120)),_0x85b15[_0x35912d(0x159)](_0x35912d(0x138)),_0x85b15[_0x35912d(0x126)][_0x35912d(0x17f)](_0x35912d(0x138),_0x3016fd(_0x25d5d8,_0x35912d(0x10b)))),_0xe65f6c[_0x35912d(0x10e)][_0x35912d(0x169)](_0x35912d(0x13b))&&(_0x85b15[_0x35912d(0x122)](_0x35912d(0x172)),_0x85b15[_0x35912d(0x159)](_0x35912d(0x116))),_0x85b15[_0x35912d(0x126)][_0x35912d(0x114)](_0x2a79a1=>{const _0x144ae3=_0x35912d;if(!!_0x47921e[_0x144ae3(0x177)](({type:_0x34cd62,subType:_0x32315d})=>_0x2a79a1[_0x144ae3(0x163)]==_0x34cd62&&_0x2a79a1[_0x144ae3(0x171)]==_0x32315d))return _0x2a79a1[_0x144ae3(0x110)]?{}:void 0x0;}),_0x85b15[_0x35912d(0x126)][_0x35912d(0x114)](_0x13dcc9=>{const _0x10a070=_0x35912d;if(_0x10a070(0x17e)==_0x13dcc9[_0x10a070(0x163)]||_0x10a070(0x13c)==_0x13dcc9[_0x10a070(0x163)]){const _0x4b7fca=_0x13dcc9[_0x10a070(0x13a)]();if(_0x4b7fca&&_0x4b7fca['is'](_0x10a070(0x173),_0x10a070(0x124)))return{'type':_0x10a070(0x17e)==_0x13dcc9[_0x10a070(0x163)]?_0x10a070(0x164):_0x10a070(0x12e),'element':_0x4b7fca,'quantity':0x1};}}),_0x85b15[_0x35912d(0x126)][_0x35912d(0x114)](_0x4b8f77=>_0x35912d(0x125)==_0x4b8f77[_0x35912d(0x163)]&&_0x35912d(0x16e)==_0x4b8f77[_0x35912d(0x171)]?{'type':_0x35912d(0x140),'content':_0x35912d(0x141)}:_0x35912d(0x125)==_0x4b8f77[_0x35912d(0x163)]&&_0x35912d(0x12b)==_0x4b8f77[_0x35912d(0x171)]?{'type':_0x35912d(0x140),'content':_0x35912d(0x178)}:void 0x0),_0x85b15[_0x35912d(0x126)][_0x35912d(0x114)](_0x43a57c=>{const _0x1bfdfa=_0x35912d;if(_0x1bfdfa(0x162)!=_0x43a57c[_0x1bfdfa(0x163)])return;const {data:_0x472f7b}=_0x43a57c;if(!_0x472f7b||_0x1bfdfa(0x116)!=_0x472f7b[_0x1bfdfa(0x11b)])return;const _0x3334da=_0x472f7b[_0x1bfdfa(0x16d)];return _0x3334da?{'type':_0x1bfdfa(0x140),'content':_0x3016fd(_0x25d5d8,_0x1bfdfa(0x15a),'\x22'+_0x3334da+'\x22')}:{'type':_0x1bfdfa(0x140),'content':_0x3016fd(_0x25d5d8,_0x1bfdfa(0x129))};}),this[_0x35912d(0x128)]();}[_0x16a148(0x128)](){const _0x2343e5=_0x16a148,_0x4e9b0=this[_0x2343e5(0x139)],_0x5343f2=_0x4e9b0[_0x2343e5(0x17a)];_0x4e9b0[_0x2343e5(0x10e)][_0x2343e5(0x16f)](_0x2343e5(0x137))[_0x2343e5(0x126)][_0x2343e5(0x114)](_0x13fede=>{const _0x5dfc5c=_0x2343e5;if(_0x5dfc5c(0x125)!=_0x13fede[_0x5dfc5c(0x163)]&&_0x5dfc5c(0x105)!=_0x13fede[_0x5dfc5c(0x163)])return;const {data:_0xc634f5}=_0x13fede;if(_0xc634f5){if(_0x5dfc5c(0x172)==_0xc634f5[_0x5dfc5c(0x179)]){const _0xbeefc6=_0xc634f5[_0x5dfc5c(0x17c)][0x0][_0x5dfc5c(0x16d)];return _0xbeefc6?{'type':_0x5dfc5c(0x140),'content':_0x3016fd(_0x5343f2,_0x5dfc5c(0x15a),'\x22'+_0xbeefc6+'\x22')}:{'type':_0x5dfc5c(0x140),'content':_0x3016fd(_0x5343f2,_0x5dfc5c(0x129))};}if(_0x5dfc5c(0x120)==_0xc634f5[_0x5dfc5c(0x179)]){const _0x41f368=_0xc634f5[_0x5dfc5c(0x17c)][0x0][_0x5dfc5c(0x152)];return _0x41f368?{'type':_0x5dfc5c(0x140),'content':_0x3016fd(_0x5343f2,_0x5dfc5c(0x174),_0x41f368)}:{'type':_0x5dfc5c(0x140),'content':_0x3016fd(_0x5343f2,_0x5dfc5c(0x11a))};}}});}}
|
|
23
|
+
const _0x39e9ad=_0x477c;function _0x56ba(){const _0x604bb3=['locale','registerDescriptionCallback','5401297ThasMQ','getNearestSelectionRange','12YrtjVM','getSuggestionCallback','*Set\x20image\x20text\x20alternative:*\x20%0','nodeBefore','toggleImageCaption','key','registerBlockAttribute','change','format','isOwn','isBlockImage','createRangeOn','imageStylePreApply','getClosestSelectedImageElement','getCaptionFromImageModelElement','editor','uploadImage','ImageEditing','document','schema','2563900sdivtH','ImageCaptionUtils','length','ELEMENT_INLINE_IMAGE','join','isCollapsed','chain','ImageInlineEditing','ELEMENT_CAPTION','*Reset\x20image\x20width*','getFirstRange','FORMAT_IMAGE_SIZE','enableDefaultAttributesIntegration','resizeImage','model','3043397taXyVp','ImageUploadEditing','newValue','imageTypeInline','get','*Remove\x20image\x20text\x20alternative*','registerAttributeLabel','1725543aGNfrt','find','markBlockFormat','nodeAfter','isEqual','85628LftIim','Block\x20image\x20to\x20inline\x20image','insertion','imageInline','removeObject','convertInlineImageToBlock','ImageBlockEditing','commandName','8HLcNvI','discard','element','addObject','30eHpSQm','previous','end','imageBlock','ImageCaptionEditing','*Set\x20image\x20width:*\x20%0','resizedWidth','ImageResize','isIntersecting','backward','markInsertion','toPrevious','imageTypeBlock','forward','registerElementLabel','134485oZISHZ','attribute','convertBlockImageToInline','formatInline','descriptionFactory','subType','30dpEsoY','commandParams','has','34818IFOEyh','caption','createRange','enableCommand','markDeletion','registerCustomCallback','toNext','afterInit','fromPosition','formatBlock','plugins','insertImage','type','imageCaption','imageTextAlternative','ELEMENT_IMAGE','getContainedElement','accept','_registerLegacyDescription','findIndex','start','alt','forceDefaultExecution','Inline\x20image\x20to\x20block\x20image','_suggestionFactory','_findSuggestions','ImageUtils','deletion','filter','width','TrackChangesEditing','selection','ImageTextAlternativeEditing','isBefore','detach'];_0x56ba=function(){return _0x604bb3;};return _0x56ba();}(function(_0x1a2686,_0x1f2738){const _0x3dddc3=_0x477c,_0xf59e7f=_0x1a2686();while(!![]){try{const _0x804233=parseInt(_0x3dddc3(0x204))/0x1*(parseInt(_0x3dddc3(0x21c))/0x2)+-parseInt(_0x3dddc3(0x219))/0x3*(parseInt(_0x3dddc3(0x1f8))/0x4)+parseInt(_0x3dddc3(0x213))/0x5*(parseInt(_0x3dddc3(0x243))/0x6)+-parseInt(_0x3dddc3(0x1ec))/0x7*(-parseInt(_0x3dddc3(0x200))/0x8)+-parseInt(_0x3dddc3(0x1f3))/0x9+parseInt(_0x3dddc3(0x257))/0xa+-parseInt(_0x3dddc3(0x241))/0xb;if(_0x804233===_0x1f2738)break;else _0xf59e7f['push'](_0xf59e7f['shift']());}catch(_0x5c850e){_0xf59e7f['push'](_0xf59e7f['shift']());}}}(_0x56ba,0x5a6e1));function _0x477c(_0xf909e6,_0x5486b9){const _0x56ba7f=_0x56ba();return _0x477c=function(_0x477c13,_0x3f693b){_0x477c13=_0x477c13-0x1ea;let _0x5b0d83=_0x56ba7f[_0x477c13];return _0x5b0d83;},_0x477c(_0xf909e6,_0x5486b9);}import{Plugin as _0x2f537a}from'ckeditor5/src/core.js';import{LivePosition as _0x3a0289}from'ckeditor5/src/engine.js';import{getTranslation as _0x46846d}from'../utils/common-translations.js';export default class nt extends _0x2f537a{[_0x39e9ad(0x223)](){const _0x15f582=_0x39e9ad,_0x4a94aa=this[_0x15f582(0x252)];if(!_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x21b)](_0x15f582(0x254)))return;const _0x21236d=_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x1f0)](_0x15f582(0x23a)),_0x5642c4=_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x1f0)](_0x15f582(0x236)),_0x4d6ff0=_0x4a94aa[_0x15f582(0x23f)];_0x21236d[_0x15f582(0x21f)](_0x15f582(0x227)),_0x21236d[_0x15f582(0x217)][_0x15f582(0x212)](_0x15f582(0x207),_0xd795a9=>_0x46846d(_0x4d6ff0,_0x15f582(0x22b),_0xd795a9)),_0x21236d[_0x15f582(0x217)][_0x15f582(0x212)](_0x15f582(0x1fb),_0x18bae0=>_0x46846d(_0x4d6ff0,_0x15f582(0x25a),_0x18bae0)),_0x21236d[_0x15f582(0x217)][_0x15f582(0x212)](_0x15f582(0x21d),()=>_0x46846d(_0x4d6ff0,_0x15f582(0x25f))),_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x21b)](_0x15f582(0x1ed))&&_0x21236d[_0x15f582(0x21f)](_0x15f582(0x253)),_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x21b)](_0x15f582(0x1fe))&&_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x21b)](_0x15f582(0x25e))&&(_0x21236d[_0x15f582(0x21f)](_0x15f582(0x1ef),(_0x26e85b,_0x394a27)=>{const _0x1ad174=_0x15f582,_0x3bd43e=_0x5642c4[_0x1ad174(0x250)](_0x4a94aa[_0x1ad174(0x1eb)][_0x1ad174(0x255)][_0x1ad174(0x23b)]);_0x4a94aa[_0x1ad174(0x1eb)][_0x1ad174(0x24a)](()=>{const _0x21b374=_0x1ad174;_0x21236d[_0x21b374(0x1f5)](_0x3bd43e,{'commandName':_0x21b374(0x1ef),'commandParams':[_0x394a27]},[],_0x21b374(0x215));});}),_0x21236d[_0x15f582(0x21f)](_0x15f582(0x210),(_0x4eb271,_0x4e4f17)=>{const _0x267bf3=_0x15f582;_0x4a94aa[_0x267bf3(0x1eb)][_0x267bf3(0x24a)](_0x1f7a98=>{const _0x4fd587=_0x267bf3;let _0x10fc2b=_0x5642c4[_0x4fd587(0x250)](_0x4a94aa[_0x4fd587(0x1eb)][_0x4fd587(0x255)][_0x4fd587(0x23b)]),_0x408e76=_0x1f7a98[_0x4fd587(0x24e)](_0x10fc2b);const _0x1e2456=_0x3a0289[_0x4fd587(0x224)](_0x408e76[_0x4fd587(0x230)],_0x4fd587(0x20f)),_0x1c71e5=_0x3a0289[_0x4fd587(0x224)](_0x408e76[_0x4fd587(0x206)],_0x4fd587(0x222));_0x21236d[_0x4fd587(0x232)](()=>_0x4eb271(_0x4e4f17)),_0x10fc2b=_0x5642c4[_0x4fd587(0x250)](_0x4a94aa[_0x4fd587(0x1eb)][_0x4fd587(0x255)][_0x4fd587(0x23b)]),_0x408e76=_0x1f7a98[_0x4fd587(0x24e)](_0x10fc2b);const _0x2df497=_0x1f7a98[_0x4fd587(0x21e)](_0x1e2456,_0x1c71e5);_0x1e2456[_0x4fd587(0x23e)](),_0x1c71e5[_0x4fd587(0x23e)](),_0x21236d[_0x4fd587(0x1f5)](_0x10fc2b,{'commandName':_0x4fd587(0x1ef),'commandParams':[_0x4e4f17]},[],_0x4fd587(0x1fd)),_0x2df497[_0x4fd587(0x230)][_0x4fd587(0x23d)](_0x408e76[_0x4fd587(0x230)])&&_0x21236d[_0x4fd587(0x20e)](_0x1f7a98[_0x4fd587(0x21e)](_0x2df497[_0x4fd587(0x230)],_0x408e76[_0x4fd587(0x230)]),_0x4fd587(0x1fd)),_0x408e76[_0x4fd587(0x206)][_0x4fd587(0x23d)](_0x2df497[_0x4fd587(0x206)])&&_0x21236d[_0x4fd587(0x20e)](_0x1f7a98[_0x4fd587(0x21e)](_0x408e76[_0x4fd587(0x206)],_0x2df497[_0x4fd587(0x206)]),_0x4fd587(0x1fd));});}),_0x21236d[_0x15f582(0x234)][_0x15f582(0x221)](_0x15f582(0x225),_0x15f582(0x1fd),_0x15f582(0x25b),()=>!0x1),_0x21236d[_0x15f582(0x234)][_0x15f582(0x221)](_0x15f582(0x225),_0x15f582(0x1fd),_0x15f582(0x22d),()=>!0x1),_0x21236d[_0x15f582(0x234)][_0x15f582(0x221)](_0x15f582(0x225),_0x15f582(0x1fd),_0x15f582(0x201),_0x21236d[_0x15f582(0x234)][_0x15f582(0x244)](_0x15f582(0x225),'',_0x15f582(0x22d))),_0x21236d[_0x15f582(0x234)][_0x15f582(0x221)](_0x15f582(0x1fa),_0x15f582(0x1fd),_0x15f582(0x25b),()=>!0x1),_0x21236d[_0x15f582(0x234)][_0x15f582(0x221)](_0x15f582(0x1fa),_0x15f582(0x1fd),_0x15f582(0x201),([_0x352037])=>{const _0x190777=_0x15f582,_0x406f32=_0x21236d[_0x190777(0x234)][_0x190777(0x244)](_0x190777(0x1fa),'',_0x190777(0x201));let _0x415249=_0x352037[_0x190777(0x230)],_0x227769=_0x352037[_0x190777(0x206)];const _0x5d70fc=_0x4a94aa[_0x190777(0x1eb)][_0x190777(0x256)][_0x190777(0x242)](_0x415249,_0x190777(0x20d)),_0x3234e1=_0x4a94aa[_0x190777(0x1eb)][_0x190777(0x256)][_0x190777(0x242)](_0x227769,_0x190777(0x211));_0x5d70fc[_0x190777(0x25c)]&&(_0x415249=_0x5d70fc[_0x190777(0x230)]),_0x3234e1[_0x190777(0x25c)]&&(_0x227769=_0x3234e1[_0x190777(0x206)]),_0x406f32([_0x4a94aa[_0x190777(0x1eb)][_0x190777(0x21e)](_0x415249,_0x227769)]);}),_0x21236d[_0x15f582(0x234)][_0x15f582(0x221)](_0x15f582(0x225),_0x15f582(0x1fd),_0x15f582(0x25d),_0x1a560d),_0x21236d[_0x15f582(0x234)][_0x15f582(0x221)](_0x15f582(0x1fa),_0x15f582(0x1fd),_0x15f582(0x25d),_0x1a560d)),_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x21b)](_0x15f582(0x208))&&(_0x21236d[_0x15f582(0x21f)](_0x15f582(0x247),(_0x149a09,_0x18b428)=>{const _0x4ab856=_0x15f582,_0x2ebcf5=_0x4a94aa[_0x4ab856(0x226)][_0x4ab856(0x1f0)](_0x4ab856(0x258));let _0x2fdf75=_0x5642c4[_0x4ab856(0x250)](_0x4a94aa[_0x4ab856(0x1eb)][_0x4ab856(0x255)][_0x4ab856(0x23b)]),_0x4ef0aa=_0x2ebcf5[_0x4ab856(0x251)](_0x2fdf75);_0x4a94aa[_0x4ab856(0x1eb)][_0x4ab856(0x24a)](()=>{const _0x234057=_0x4ab856;if(_0x4ef0aa)return void _0x21236d[_0x234057(0x220)](_0x4a94aa[_0x234057(0x1eb)][_0x234057(0x24e)](_0x4ef0aa));const _0x5afa58=_0x5642c4[_0x234057(0x24d)](_0x2fdf75);_0x149a09(_0x18b428),_0x2fdf75=_0x5642c4[_0x234057(0x250)](_0x4a94aa[_0x234057(0x1eb)][_0x234057(0x255)][_0x234057(0x23b)]),_0x4ef0aa=_0x2ebcf5[_0x234057(0x251)](_0x2fdf75),_0x21236d[_0x234057(0x20e)](_0x4a94aa[_0x234057(0x1eb)][_0x234057(0x24e)](_0x4ef0aa),_0x5afa58?null:_0x234057(0x229));});}),_0x21236d[_0x15f582(0x234)][_0x15f582(0x221)](_0x15f582(0x1fa),_0x15f582(0x229),_0x15f582(0x25d),_0x1a560d));const _0xc956a0=[{'type':_0x15f582(0x225),'subType':_0x15f582(0x24f)},{'type':_0x15f582(0x1fa),'subType':_0x15f582(0x229)},{'type':_0x15f582(0x225),'subType':_0x15f582(0x1fd)},{'type':_0x15f582(0x1fa),'subType':_0x15f582(0x1fd)}];function _0x120119(_0x56b472,_0x36f953){const _0x1b0568=_0x15f582,_0xcbbf19=_0xc956a0[_0x1b0568(0x22f)](({type:_0x5e74be,subType:_0x115b50})=>_0x56b472[_0x1b0568(0x228)]==_0x5e74be&&_0x56b472[_0x1b0568(0x218)]==_0x115b50),_0x48f4c2=_0xc956a0[_0x1b0568(0x22f)](({type:_0x30a1c8,subType:_0x5ba675})=>_0x36f953[_0x1b0568(0x228)]==_0x30a1c8&&_0x36f953[_0x1b0568(0x218)]==_0x5ba675);if(_0xcbbf19<0x0||_0x48f4c2<0x0)return!0x1;const _0x261892=_0x56b472[_0x1b0568(0x261)](),_0x2464a9=_0x36f953[_0x1b0568(0x261)]();if((0x0==_0xcbbf19||0x1==_0xcbbf19)&&0x2==_0x48f4c2&&_0x261892[_0x1b0568(0x20c)](_0x2464a9))return!0x0;if(0x2==_0xcbbf19&&0x3==_0x48f4c2){const _0x2d2396=_0x21236d[_0x1b0568(0x235)](_0x261892,_0x1b0568(0x1fa))[_0x1b0568(0x238)](({suggestion:_0x278583,meta:_0xba55ef})=>_0xba55ef[_0x1b0568(0x24c)]&&_0x1b0568(0x1fd)==_0x278583[_0x1b0568(0x218)]);if(_0x2d2396[_0x1b0568(0x259)]>0x1&&_0x2464a9[_0x1b0568(0x206)][_0x1b0568(0x1f7)](_0x261892[_0x1b0568(0x230)]))return!0x0;if(0x1==_0x2d2396[_0x1b0568(0x259)]&&(_0x261892[_0x1b0568(0x230)][_0x1b0568(0x1f7)](_0x2464a9[_0x1b0568(0x206)])||_0x261892[_0x1b0568(0x206)][_0x1b0568(0x1f7)](_0x2464a9[_0x1b0568(0x230)])))return!0x0;}if(0x3==_0xcbbf19&&0x3==_0x48f4c2&&_0x261892[_0x1b0568(0x230)][_0x1b0568(0x23d)](_0x2464a9[_0x1b0568(0x230)])){const _0x23d844=_0x261892[_0x1b0568(0x206)][_0x1b0568(0x1f6)],_0x52a564=_0x2464a9[_0x1b0568(0x230)][_0x1b0568(0x246)];return _0x5642c4[_0x1b0568(0x24d)](_0x23d844)&&_0x23d844===_0x52a564;}return!0x1;}function _0x1a560d(_0x4a206b,_0x39e215){return _0x120119(_0x4a206b,_0x39e215)?[_0x4a206b,_0x39e215]:_0x120119(_0x39e215,_0x4a206b)?[_0x39e215,_0x4a206b]:null;}_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x21b)](_0x15f582(0x20b))&&(_0x21236d[_0x15f582(0x263)](_0x15f582(0x1ea)),_0x21236d[_0x15f582(0x249)](_0x15f582(0x20a)),_0x21236d[_0x15f582(0x217)][_0x15f582(0x1f2)](_0x15f582(0x20a),_0x46846d(_0x4d6ff0,_0x15f582(0x262)))),_0x4a94aa[_0x15f582(0x226)][_0x15f582(0x21b)](_0x15f582(0x23c))&&(_0x21236d[_0x15f582(0x263)](_0x15f582(0x22a)),_0x21236d[_0x15f582(0x249)](_0x15f582(0x231))),_0x21236d[_0x15f582(0x217)][_0x15f582(0x240)](_0x33e481=>{const _0x5c6f82=_0x15f582;if(!!_0xc956a0[_0x5c6f82(0x1f4)](({type:_0x3bf20d,subType:_0x3e1cbb})=>_0x33e481[_0x5c6f82(0x228)]==_0x3bf20d&&_0x33e481[_0x5c6f82(0x218)]==_0x3e1cbb))return _0x33e481[_0x5c6f82(0x205)]?{}:void 0x0;}),_0x21236d[_0x15f582(0x217)][_0x15f582(0x240)](_0x3f6e61=>{const _0x3bc70c=_0x15f582;if(_0x3bc70c(0x1fa)==_0x3f6e61[_0x3bc70c(0x228)]||_0x3bc70c(0x237)==_0x3f6e61[_0x3bc70c(0x228)]){const _0x2914ac=_0x3f6e61[_0x3bc70c(0x22c)]();if(_0x2914ac&&_0x2914ac['is'](_0x3bc70c(0x202),_0x3bc70c(0x21d)))return{'type':_0x3bc70c(0x1fa)==_0x3f6e61[_0x3bc70c(0x228)]?_0x3bc70c(0x203):_0x3bc70c(0x1fc),'element':_0x2914ac,'quantity':0x1};}}),_0x21236d[_0x15f582(0x217)][_0x15f582(0x240)](_0x55620c=>_0x15f582(0x225)==_0x55620c[_0x15f582(0x228)]&&_0x15f582(0x1fd)==_0x55620c[_0x15f582(0x218)]?{'type':_0x15f582(0x24b),'content':_0x15f582(0x233)}:_0x15f582(0x225)==_0x55620c[_0x15f582(0x228)]&&_0x15f582(0x215)==_0x55620c[_0x15f582(0x218)]?{'type':_0x15f582(0x24b),'content':_0x15f582(0x1f9)}:void 0x0),_0x21236d[_0x15f582(0x217)][_0x15f582(0x240)](_0x5ebd73=>{const _0x4f16e3=_0x15f582;if(_0x4f16e3(0x214)!=_0x5ebd73[_0x4f16e3(0x228)])return;const {data:_0x2b5a7f}=_0x5ebd73;if(!_0x2b5a7f||_0x4f16e3(0x231)!=_0x2b5a7f[_0x4f16e3(0x248)])return;const _0x30b74e=_0x2b5a7f[_0x4f16e3(0x1ee)];return _0x30b74e?{'type':_0x4f16e3(0x24b),'content':_0x46846d(_0x4d6ff0,_0x4f16e3(0x245),'\x22'+_0x30b74e+'\x22')}:{'type':_0x4f16e3(0x24b),'content':_0x46846d(_0x4d6ff0,_0x4f16e3(0x1f1))};}),this[_0x15f582(0x22e)]();}[_0x39e9ad(0x22e)](){const _0x4f35ea=_0x39e9ad,_0x34fe26=this[_0x4f35ea(0x252)],_0x2cadae=_0x34fe26[_0x4f35ea(0x23f)];_0x34fe26[_0x4f35ea(0x226)][_0x4f35ea(0x1f0)](_0x4f35ea(0x23a))[_0x4f35ea(0x217)][_0x4f35ea(0x240)](_0x2f9c6c=>{const _0x402a9d=_0x4f35ea;if(_0x402a9d(0x225)!=_0x2f9c6c[_0x402a9d(0x228)]&&_0x402a9d(0x216)!=_0x2f9c6c[_0x402a9d(0x228)])return;const {data:_0x427690}=_0x2f9c6c;if(_0x427690){if(_0x402a9d(0x22a)==_0x427690[_0x402a9d(0x1ff)]){const _0x9739d2=_0x427690[_0x402a9d(0x21a)][0x0][_0x402a9d(0x1ee)];return _0x9739d2?{'type':_0x402a9d(0x24b),'content':_0x46846d(_0x2cadae,_0x402a9d(0x245),'\x22'+_0x9739d2+'\x22')}:{'type':_0x402a9d(0x24b),'content':_0x46846d(_0x2cadae,_0x402a9d(0x1f1))};}if(_0x402a9d(0x1ea)==_0x427690[_0x402a9d(0x1ff)]){const _0x275f79=_0x427690[_0x402a9d(0x21a)][0x0][_0x402a9d(0x239)];return _0x275f79?{'type':_0x402a9d(0x24b),'content':_0x46846d(_0x2cadae,_0x402a9d(0x209),_0x275f79)}:{'type':_0x402a9d(0x24b),'content':_0x46846d(_0x2cadae,_0x402a9d(0x260))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x10a8da=_0x296a;(function(_0x2a19ce,_0x37203b){const _0x4f11de=_0x296a,_0x16ad7d=_0x2a19ce();while(!![]){try{const _0x6301ee=parseInt(_0x4f11de(0x1ed))/0x1*(parseInt(_0x4f11de(0x1d6))/0x2)+-parseInt(_0x4f11de(0x1d4))/0x3+parseInt(_0x4f11de(0x1da))/0x4+parseInt(_0x4f11de(0x1f0))/0x5+parseInt(_0x4f11de(0x1f7))/0x6*(parseInt(_0x4f11de(0x1f3))/0x7)+parseInt(_0x4f11de(0x1ef))/0x8*(parseInt(_0x4f11de(0x1d3))/0x9)+-parseInt(_0x4f11de(0x1f1))/0xa;if(_0x6301ee===_0x37203b)break;else _0x16ad7d['push'](_0x16ad7d['shift']());}catch(_0x554e84){_0x16ad7d['push'](_0x16ad7d['shift']());}}}(_0x49d8,0xb49d1));import{Plugin as _0x360db6}from'ckeditor5/src/core.js';import{getTranslation as _0x4fa9c4}from'../utils/common-translations.js';function _0x296a(_0x5ea73d,_0x131616){const _0x49d852=_0x49d8();return _0x296a=function(_0x296a2d,_0x558844){_0x296a2d=_0x296a2d-0x1d2;let _0x1c6b76=_0x49d852[_0x296a2d];return _0x1c6b76;},_0x296a(_0x5ea73d,_0x131616);}function _0x49d8(){const _0x1c697d=['accept','has','972702BfnzIi','3316404YcwFjL','_registerLegacyDescription','3166AhMcCY','_handleLegacySuggestions','format','oldValue','2950640QdviiB','ImageEditing','plugins','discard','commandName','registerDescriptionCallback','getSuggestionCallback','descriptionFactory','TrackChangesEditing','formatBlock','afterInit','enableDefaultAttributesIntegration','type','replaceImageSource','_suggestionFactory','get','newValue','*Format:*\x20replace\x20image\x20URL','key','202phyTPm','locale','96BfSjdf','5551060EwXcQG','26549730EpIdko','*Replace\x20image\x20URL*','861nMPiaZ','src','registerCustomCallback','editor','50520VSeMat','registerBlockAttribute','formatInline','attribute'];_0x49d8=function(){return _0x1c697d;};return _0x49d8();}export default class ot extends _0x360db6{[_0x10a8da(0x1e4)](){const _0xa4f869=_0x10a8da;if(!this[_0xa4f869(0x1f6)][_0xa4f869(0x1dc)][_0xa4f869(0x1d2)](_0xa4f869(0x1db)))return;const _0x3a40d3=this[_0xa4f869(0x1f6)][_0xa4f869(0x1ee)],_0x3db4e3=this[_0xa4f869(0x1f6)][_0xa4f869(0x1dc)][_0xa4f869(0x1e9)](_0xa4f869(0x1e2));_0x3db4e3[_0xa4f869(0x1e5)](_0xa4f869(0x1e7)),_0x3db4e3[_0xa4f869(0x1f8)](_0xa4f869(0x1f4)),_0x3db4e3[_0xa4f869(0x1e1)][_0xa4f869(0x1df)](_0x3a497f=>{const _0x304eb1=_0xa4f869;if(_0x304eb1(0x1fa)!=_0x3a497f[_0x304eb1(0x1e6)])return;const {data:_0x823b73}=_0x3a497f;return _0x823b73&&_0x304eb1(0x1f4)==_0x823b73[_0x304eb1(0x1ec)]?_0x823b73[_0x304eb1(0x1ea)]&&_0x823b73[_0x304eb1(0x1d9)]?{'type':_0x304eb1(0x1d8),'content':_0x4fa9c4(_0x3a40d3,_0x304eb1(0x1f2))}:{'type':_0x304eb1(0x1d8),'content':''}:void 0x0;}),this[_0xa4f869(0x1d7)]();}[_0x10a8da(0x1d7)](){const _0x35ac9e=_0x10a8da,_0x339087=this[_0x35ac9e(0x1f6)][_0x35ac9e(0x1dc)][_0x35ac9e(0x1e9)](_0x35ac9e(0x1e2));_0x339087[_0x35ac9e(0x1e8)][_0x35ac9e(0x1f5)](_0x35ac9e(0x1e3),_0x35ac9e(0x1e7),_0x35ac9e(0x1fb),_0x339087[_0x35ac9e(0x1e8)][_0x35ac9e(0x1e0)](_0x35ac9e(0x1e3),null,_0x35ac9e(0x1dd))),_0x339087[_0x35ac9e(0x1e8)][_0x35ac9e(0x1f5)](_0x35ac9e(0x1e3),_0x35ac9e(0x1e7),_0x35ac9e(0x1dd),_0x339087[_0x35ac9e(0x1e8)][_0x35ac9e(0x1e0)](_0x35ac9e(0x1e3),null,_0x35ac9e(0x1fb))),this[_0x35ac9e(0x1d5)]();}[_0x10a8da(0x1d5)](){const _0x4ad0bb=_0x10a8da,_0x4b629c=this[_0x4ad0bb(0x1f6)],_0x3dba02=_0x4b629c[_0x4ad0bb(0x1ee)];_0x4b629c[_0x4ad0bb(0x1dc)][_0x4ad0bb(0x1e9)](_0x4ad0bb(0x1e2))[_0x4ad0bb(0x1e1)][_0x4ad0bb(0x1df)](_0x5c4973=>{const _0x496e31=_0x4ad0bb;if(_0x496e31(0x1e3)!=_0x5c4973[_0x496e31(0x1e6)]&&_0x496e31(0x1f9)!=_0x5c4973[_0x496e31(0x1e6)])return;const {data:_0x196e8f}=_0x5c4973;if(!_0x196e8f||_0x496e31(0x1e7)!=_0x196e8f[_0x496e31(0x1de)])return;return{'type':_0x496e31(0x1d8),'content':_0x4fa9c4(_0x3dba02,_0x496e31(0x1eb))};});}}
|