@ckeditor/ckeditor5-track-changes 43.0.0-alpha.5 → 43.0.0-alpha.6
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/trackchangesconfig.d.ts +7 -0
- 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/suggestioncontroller.d.ts +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/dist/ui/view/suggestionthreadview.d.ts +42 -137
- package/dist/ui/view/suggestionview.d.ts +194 -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/trackchangesconfig.d.ts +7 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +42 -137
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- 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
|
-
function
|
|
23
|
+
function _0x569a(){const _0x1fb64a=['*Remove\x20all\x20formatting*','afterInit','196994zvIaFf','23355477nRdZsJ','locale','has','8019lFBbHc','get','registerDescriptionCallback','commandName','formatInline','formatBlock','plugins','descriptionFactory','1458962xCvqvP','format','_registerLegacyDescription','96YlgwLC','enableDefaultAttributesIntegration','38405NLtQhX','4662432HAqvPa','RemoveFormatEditing','744FYXwWP','removeFormat','type','3253495bfNVXX','editor','TrackChangesEditing'];_0x569a=function(){return _0x1fb64a;};return _0x569a();}const _0x392a47=_0x3838;(function(_0x1358d1,_0x39ec5){const _0x1a88d7=_0x3838,_0x36715a=_0x1358d1();while(!![]){try{const _0x1b181b=parseInt(_0x1a88d7(0x190))/0x1+parseInt(_0x1a88d7(0x1a7))/0x2+-parseInt(_0x1a88d7(0x19f))/0x3*(-parseInt(_0x1a88d7(0x193))/0x4)+parseInt(_0x1a88d7(0x196))/0x5+parseInt(_0x1a88d7(0x191))/0x6+parseInt(_0x1a88d7(0x19b))/0x7*(parseInt(_0x1a88d7(0x1aa))/0x8)+-parseInt(_0x1a88d7(0x19c))/0x9;if(_0x1b181b===_0x39ec5)break;else _0x36715a['push'](_0x36715a['shift']());}catch(_0x298795){_0x36715a['push'](_0x36715a['shift']());}}}(_0x569a,0x6a51e));import{Plugin as _0x279892}from'ckeditor5/src/core.js';function _0x3838(_0x3832a0,_0x134004){const _0x569a83=_0x569a();return _0x3838=function(_0x3838b1,_0x21900c){_0x3838b1=_0x3838b1-0x190;let _0x4cafa8=_0x569a83[_0x3838b1];return _0x4cafa8;},_0x3838(_0x3832a0,_0x134004);}import{getTranslation as _0x5a4e84}from'../utils/common-translations.js';export default class wt extends _0x279892{[_0x392a47(0x19a)](){const _0x5cb9a9=_0x392a47,_0x1d9150=this[_0x5cb9a9(0x197)];if(!_0x1d9150[_0x5cb9a9(0x1a5)][_0x5cb9a9(0x19e)](_0x5cb9a9(0x192)))return;_0x1d9150[_0x5cb9a9(0x1a5)][_0x5cb9a9(0x1a0)](_0x5cb9a9(0x198))[_0x5cb9a9(0x1ab)](_0x5cb9a9(0x194)),this[_0x5cb9a9(0x1a9)]();}[_0x392a47(0x1a9)](){const _0x40bd4f=_0x392a47,_0x5755ef=this[_0x40bd4f(0x197)];_0x5755ef[_0x40bd4f(0x1a5)][_0x40bd4f(0x1a0)](_0x40bd4f(0x198))[_0x40bd4f(0x1a6)][_0x40bd4f(0x1a1)](_0x164722=>{const _0x44389b=_0x40bd4f;if(_0x44389b(0x1a4)!=_0x164722[_0x44389b(0x195)]&&_0x44389b(0x1a3)!=_0x164722[_0x44389b(0x195)])return;const {data:_0x4fab17}=_0x164722;return _0x4fab17&&_0x44389b(0x194)==_0x4fab17[_0x44389b(0x1a2)]?{'type':_0x44389b(0x1a8),'content':_0x5a4e84(_0x5755ef[_0x44389b(0x19d)],_0x44389b(0x199))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xe8d8d=_0x4ae6;function _0x1ab0(){const _0x10f827=['RestrictedEditingModeEditing','1675555OzwKqG','823020datRsA','TrackChangesEditing','164rDcjpV','197568belGTO','acceptSuggestion','discardSuggestion','7665KEWAdK','plugins','24ecoVhp','afterInit','acceptAllSuggestions','5594tWOxig','get','1191627KtGolm','goToNextRestrictedEditingException','106732jFlvoi','enableCommand','editor','goToPreviousRestrictedEditingException','acceptSelectedSuggestions','has','discardAllSuggestions','33ppPNHI','discardSelectedSuggestions','trackChanges'];_0x1ab0=function(){return _0x10f827;};return _0x1ab0();}function _0x4ae6(_0xbed66d,_0xaed416){const _0x1ab063=_0x1ab0();return _0x4ae6=function(_0x4ae616,_0x17488f){_0x4ae616=_0x4ae616-0xf5;let _0xa97ac7=_0x1ab063[_0x4ae616];return _0xa97ac7;},_0x4ae6(_0xbed66d,_0xaed416);}(function(_0x15e712,_0x37c630){const _0x1b1b62=_0x4ae6,_0x264c41=_0x15e712();while(!![]){try{const _0x53eca1=parseInt(_0x1b1b62(0xf5))/0x1*(parseInt(_0x1b1b62(0xfe))/0x2)+-parseInt(_0x1b1b62(0x109))/0x3*(parseInt(_0x1b1b62(0x102))/0x4)+parseInt(_0x1b1b62(0xf9))/0x5+parseInt(_0x1b1b62(0xf6))/0x6+-parseInt(_0x1b1b62(0x10d))/0x7+-parseInt(_0x1b1b62(0xfb))/0x8*(-parseInt(_0x1b1b62(0x100))/0x9)+-parseInt(_0x1b1b62(0x10e))/0xa;if(_0x53eca1===_0x37c630)break;else _0x264c41['push'](_0x264c41['shift']());}catch(_0x3abc56){_0x264c41['push'](_0x264c41['shift']());}}}(_0x1ab0,0x432fe));import{Plugin as _0x190c0d}from'ckeditor5/src/core.js';export default class yt extends _0x190c0d{[_0xe8d8d(0xfc)](){const _0x506bc8=_0xe8d8d,_0x315dff=this[_0x506bc8(0x104)];if(!_0x315dff[_0x506bc8(0xfa)][_0x506bc8(0x107)](_0x506bc8(0x10c)))return;const _0x51d992=_0x315dff[_0x506bc8(0xfa)][_0x506bc8(0xff)](_0x506bc8(0x10f));_0x51d992[_0x506bc8(0x103)](_0x506bc8(0x105)),_0x51d992[_0x506bc8(0x103)](_0x506bc8(0x101));const _0xcb3246=_0x315dff[_0x506bc8(0xfa)][_0x506bc8(0xff)](_0x506bc8(0x10c));_0xcb3246[_0x506bc8(0x103)](_0x506bc8(0x10b)),_0xcb3246[_0x506bc8(0x103)](_0x506bc8(0xf7)),_0xcb3246[_0x506bc8(0x103)](_0x506bc8(0xf8)),_0xcb3246[_0x506bc8(0x103)](_0x506bc8(0xfd)),_0xcb3246[_0x506bc8(0x103)](_0x506bc8(0x108)),_0xcb3246[_0x506bc8(0x103)](_0x506bc8(0x106)),_0xcb3246[_0x506bc8(0x103)](_0x506bc8(0x10a));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xe1e148=_0x7a12;(function(_0x58df2e,_0x24c5dd){const _0x340eb7=_0x7a12,_0x44e65a=_0x58df2e();while(!![]){try{const _0x4a120d=parseInt(_0x340eb7(0x1cb))/0x1+parseInt(_0x340eb7(0x1a0))/0x2*(parseInt(_0x340eb7(0x19b))/0x3)+-parseInt(_0x340eb7(0x1ce))/0x4+-parseInt(_0x340eb7(0x1b0))/0x5+-parseInt(_0x340eb7(0x1bb))/0x6+-parseInt(_0x340eb7(0x19a))/0x7+parseInt(_0x340eb7(0x1cc))/0x8*(parseInt(_0x340eb7(0x1b9))/0x9);if(_0x4a120d===_0x24c5dd)break;else _0x44e65a['push'](_0x44e65a['shift']());}catch(_0x3986cb){_0x44e65a['push'](_0x44e65a['shift']());}}}(_0x107b,0x3786a));import{Plugin as _0x5e250b}from'ckeditor5/src/core.js';function _0x7a12(_0x453fe9,_0x2f55bc){const _0x107bdf=_0x107b();return _0x7a12=function(_0x7a126,_0x1d6c81){_0x7a126=_0x7a126-0x198;let _0x2d00ac=_0x107bdf[_0x7a126];return _0x2d00ac;},_0x7a12(_0x453fe9,_0x2f55bc);}import{ShiftEnter as _0x4ade89}from'ckeditor5/src/enter.js';function _0x107b(){const _0x5de907=['52BijSqq','includes','enableCommand','activeMarkers','locale','consumable','element','insert','showSuggestionHighlights','get','requires','data','descriptionFactory','span','name','bindElementToMarker','16295HQGwwp','registerElementLabel','model','markerName','downcastDispatcher','ck-suggestion-marker-','deletion','addClass','addMarker:suggestion:insertion','27XIFSes','split','2083440LSLaeF','addMarker:suggestion','ELEMENT_LINE_BREAK','TrackChangesEditing','createPositionBefore','options','addMarker:suggestion:deletion','markerRange','createUIElement','shiftEnter','init','mapper','softBreak','getItems','merge','editor','5510SZDsHC','3125296HuXnWh','toViewPosition','1611900pyGYYx','writer','test','2796444mmCwZQ','23412kfFsKM','high','ck-suggestion-marker--active','plugins','editing'];_0x107b=function(){return _0x5de907;};return _0x107b();}import{getTranslation as _0x5e32ea}from'../utils/common-translations.js';export default class jt extends _0x5e250b{static get[_0xe1e148(0x1aa)](){return[_0x4ade89];}[_0xe1e148(0x1c5)](){const _0x35cb9e=_0xe1e148,_0x5214b9=this[_0x35cb9e(0x1ca)],_0x199e1c=_0x5214b9[_0x35cb9e(0x19e)][_0x35cb9e(0x1a9)](_0x35cb9e(0x1be));_0x199e1c[_0x35cb9e(0x1a2)](_0x35cb9e(0x1c4)),_0x5214b9[_0x35cb9e(0x19f)][_0x35cb9e(0x1b4)]['on'](_0x35cb9e(0x1b8),ge(_0x5214b9),{'priority':_0x35cb9e(0x19c)}),_0x5214b9[_0x35cb9e(0x19f)][_0x35cb9e(0x1b4)]['on'](_0x35cb9e(0x1c1),ge(_0x5214b9),{'priority':_0x35cb9e(0x19c)}),_0x5214b9[_0x35cb9e(0x1ab)][_0x35cb9e(0x1b4)]['on'](_0x35cb9e(0x1bc),(_0x54fd1b,_0x155fe0,_0x394027)=>{const _0x348124=_0x35cb9e;_0x394027[_0x348124(0x1c0)][_0x348124(0x1a8)]&&ge(_0x5214b9,{'showActiveMarker':!0x1})(_0x54fd1b,_0x155fe0,_0x394027);}),_0x199e1c[_0x35cb9e(0x1ac)][_0x35cb9e(0x1b1)](_0x35cb9e(0x1c7),_0x36d7fe=>_0x5e32ea(_0x5214b9[_0x35cb9e(0x1a4)],_0x35cb9e(0x1bd),_0x36d7fe));}}function ge(_0x1d57e1,{showActiveMarker:_0x143afa=!0x0}={}){return(_0x531ad6,_0x1a3e6f,_0x4f09ac)=>{const _0x5dc1e3=_0x7a12,_0x519b85=_0x1d57e1[_0x5dc1e3(0x19e)][_0x5dc1e3(0x1a9)](_0x5dc1e3(0x1be));if(!_0x4f09ac[_0x5dc1e3(0x1a5)][_0x5dc1e3(0x199)](_0x1a3e6f[_0x5dc1e3(0x1c2)],_0x531ad6[_0x5dc1e3(0x1ae)]))return;const _0x1a4657=_0x1d57e1[_0x5dc1e3(0x1b2)];for(const _0x2f4433 of _0x1a3e6f[_0x5dc1e3(0x1c2)][_0x5dc1e3(0x1c8)]()){if(!_0x2f4433['is'](_0x5dc1e3(0x1a6),_0x5dc1e3(0x1c7)))continue;const _0x2a3187=_0x5dc1e3(0x1b6)==_0x1a3e6f[_0x5dc1e3(0x1b3)][_0x5dc1e3(0x1ba)](':')[0x1]?_0x5dc1e3(0x1c9):_0x5dc1e3(0x1ba),_0x1f9970=_0x4f09ac[_0x5dc1e3(0x198)][_0x5dc1e3(0x1c3)](_0x5dc1e3(0x1ad),{'class':_0x5dc1e3(0x1b5)+_0x2a3187}),_0x16b1f7=_0x4f09ac[_0x5dc1e3(0x1c6)][_0x5dc1e3(0x1cd)](_0x1a4657[_0x5dc1e3(0x1bf)](_0x2f4433));_0x143afa&&_0x519b85[_0x5dc1e3(0x1a3)][_0x5dc1e3(0x1a1)](_0x1a3e6f[_0x5dc1e3(0x1b3)])&&_0x4f09ac[_0x5dc1e3(0x198)][_0x5dc1e3(0x1b7)](_0x5dc1e3(0x19d),_0x1f9970),_0x4f09ac[_0x5dc1e3(0x198)][_0x5dc1e3(0x1a7)](_0x16b1f7,_0x1f9970),_0x4f09ac[_0x5dc1e3(0x1c6)][_0x5dc1e3(0x1af)](_0x1f9970,_0x1a3e6f[_0x5dc1e3(0x1b3)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1336(_0x1b4d3f,_0x3db63e){const _0x16159b=_0x1615();return _0x1336=function(_0x133677,_0x44d8d0){_0x133677=_0x133677-0x1a6;let _0x54f26a=_0x16159b[_0x133677];return _0x54f26a;},_0x1336(_0x1b4d3f,_0x3db63e);}const _0x29f961=_0x1336;(function(_0x29e09e,_0x3400b6){const _0x229edd=_0x1336,_0x135e31=_0x29e09e();while(!![]){try{const _0x1de9bc=-parseInt(_0x229edd(0x1c7))/0x1+parseInt(_0x229edd(0x1ba))/0x2*(parseInt(_0x229edd(0x1c5))/0x3)+-parseInt(_0x229edd(0x1b5))/0x4*(parseInt(_0x229edd(0x1ca))/0x5)+-parseInt(_0x229edd(0x1be))/0x6+-parseInt(_0x229edd(0x1ab))/0x7*(-parseInt(_0x229edd(0x1b6))/0x8)+-parseInt(_0x229edd(0x1b1))/0x9+-parseInt(_0x229edd(0x1ce))/0xa*(-parseInt(_0x229edd(0x1ae))/0xb);if(_0x1de9bc===_0x3400b6)break;else _0x135e31['push'](_0x135e31['shift']());}catch(_0x5926de){_0x135e31['push'](_0x135e31['shift']());}}}(_0x1615,0x5916e));import{Plugin as _0x26553b}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x3588d9}from'./utils.js';import{getTranslation as _0x4d08b2}from'../utils/common-translations.js';export default class St extends _0x26553b{[_0x29f961(0x1a6)](){const _0x11e90a=_0x29f961,_0x5b226d=this[_0x11e90a(0x1cc)],_0xc7ce56=_0x5b226d[_0x11e90a(0x1bd)],_0x1b3722=_0x5b226d[_0x11e90a(0x1c9)];if(!_0x5b226d[_0x11e90a(0x1b0)][_0x11e90a(0x1cd)](_0x11e90a(0x1a7)))return;const _0x31127b=_0x5b226d[_0x11e90a(0x1b0)][_0x11e90a(0x1bf)](_0x11e90a(0x1cb)),_0x21f7af=_0x11e90a(0x1a8),_0x184918=_0x5b226d[_0x11e90a(0x1bc)][_0x11e90a(0x1bf)](_0x21f7af);_0x31127b[_0x11e90a(0x1b4)](_0x21f7af,(_0x117d52,_0x40b67f={})=>{const _0x580e21=_0x11e90a,_0x87cff0=_0xc7ce56[_0x580e21(0x1c4)][_0x580e21(0x1c3)];if(_0x87cff0[_0x580e21(0x1b7)])return void _0x117d52(_0x40b67f);const _0x31a5b5=void 0x0!==_0x40b67f[_0x580e21(0x1b8)]?_0x40b67f[_0x580e21(0x1b8)]:!_0x184918[_0x580e21(0x1b3)];_0xc7ce56[_0x580e21(0x1cf)](()=>{const _0x291ea6=_0x580e21,_0x4b61be=Array[_0x291ea6(0x1c0)](_0x87cff0[_0x291ea6(0x1bb)]());for(const _0x3fb783 of _0x4b61be){const _0x21d5cf=_0x31a5b5?[_0x3fb783]:_0x3588d9(_0x21f7af,_0x3fb783,_0xc7ce56);for(const _0x4d9077 of _0x21d5cf)_0x31127b[_0x291ea6(0x1c8)](_0x4d9077,{'commandName':_0x21f7af,'commandParams':[{'forceValue':_0x31a5b5}]});}});}),_0x31127b[_0x11e90a(0x1c6)][_0x11e90a(0x1aa)](_0x3f9fb6=>{const _0x22b0df=_0x11e90a;if(_0x22b0df(0x1b2)!=_0x3f9fb6[_0x22b0df(0x1b9)]&&_0x22b0df(0x1c1)!=_0x3f9fb6[_0x22b0df(0x1b9)])return;const {data:_0x421ec2}=_0x3f9fb6;return _0x421ec2&&_0x421ec2[_0x22b0df(0x1ad)]==_0x21f7af?_0x421ec2[_0x22b0df(0x1ac)][0x0][_0x22b0df(0x1b8)]?{'type':_0x22b0df(0x1af),'content':_0x4d08b2(_0x1b3722,_0x22b0df(0x1a9))}:{'type':_0x22b0df(0x1af),'content':_0x4d08b2(_0x1b3722,_0x22b0df(0x1c2))}:void 0x0;});}}function _0x1615(){const _0x54990f=['getRanges','commands','model','2039826ierbRv','get','from','formatInline','FORMAT_RESTRICTED_DISABLED','selection','document','108aBIjfk','descriptionFactory','587904RzblpY','markInlineFormat','locale','5wkDdaJ','TrackChangesEditing','editor','has','320WYLNtk','change','afterInit','StandardEditingModeEditing','restrictedEditingException','FORMAT_RESTRICTED_ENABLED','registerDescriptionCallback','450758dNsTmR','commandParams','commandName','306064Qbsygm','format','plugins','2088ahgUZm','formatBlock','value','enableCommand','2799004GDIXVV','80rYBgGB','isCollapsed','forceValue','type','25470cihyjb'];_0x1615=function(){return _0x54990f;};return _0x1615();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xa1f324=_0x486a;(function(_0xf87613,_0x50155b){const _0x15ed74=_0x486a,_0xed9d72=_0xf87613();while(!![]){try{const _0x311126=parseInt(_0x15ed74(0x1cd))/0x1+parseInt(_0x15ed74(0x1d1))/0x2+parseInt(_0x15ed74(0x1da))/0x3+parseInt(_0x15ed74(0x1f5))/0x4+parseInt(_0x15ed74(0x1f2))/0x5+parseInt(_0x15ed74(0x1de))/0x6+-parseInt(_0x15ed74(0x1ee))/0x7;if(_0x311126===_0x50155b)break;else _0xed9d72['push'](_0xed9d72['shift']());}catch(_0x3deb5b){_0xed9d72['push'](_0xed9d72['shift']());}}}(_0x1945,0xdee4e));function _0x486a(_0x109e72,_0x400049){const _0x1945fd=_0x1945();return _0x486a=function(_0x486a4f,_0x18470d){_0x486a4f=_0x486a4f-0x1cd;let _0x55c83d=_0x1945fd[_0x486a4f];return _0x55c83d;},_0x486a(_0x109e72,_0x400049);}function _0x1945(){const _0x50abbc=['formatInline','block','DataSchema','get','descriptionFactory','3039990ThKONN','registerAttributeLabel','editor','toLowerCase','9572172RzhEyn','commandParams','registerBlockAttribute','*Remove\x20format:*\x20%0','enableDefaultAttributesIntegration','StyleUtils','forceValue','style','registerDescriptionCallback','Style','element','formatBlock','locale','add','format','has','34893593yamxwB','*Set\x20format:*\x20%0','plugins','FORMAT_STYLE','6772460jtZIPD','type','registerInlineAttribute','816296bdHoRZ','styleName','getGhsAttributeNameForElement','TrackChangesEditing','ghsAttributes','inline','_registerLegacyDescription','1528747TUpsfb','definitions','GeneralHtmlSupport','config','403536oTdwBW','afterInit','commandName','normalizeConfig'];_0x1945=function(){return _0x50abbc;};return _0x1945();}import{Plugin as _0x47f983}from'ckeditor5/src/core.js';import{getTranslation as _0x31ae95}from'../utils/common-translations.js';export default class At extends _0x47f983{[_0xa1f324(0x1d2)](){const _0x37f64a=_0xa1f324,_0x3bc641=this[_0x37f64a(0x1dc)];if(!_0x3bc641[_0x37f64a(0x1f0)][_0x37f64a(0x1ed)](_0x37f64a(0x1e7))||!_0x3bc641[_0x37f64a(0x1f0)][_0x37f64a(0x1ed)](_0x37f64a(0x1d7)))return;const _0x45b602=_0x3bc641[_0x37f64a(0x1f0)][_0x37f64a(0x1d8)](_0x37f64a(0x1f8)),_0x521ab7=_0x3bc641[_0x37f64a(0x1ea)],_0x483dfc=_0x3bc641[_0x37f64a(0x1d0)][_0x37f64a(0x1d8)](_0x37f64a(0x1e5))||{},_0x17bc25=_0x3bc641[_0x37f64a(0x1f0)][_0x37f64a(0x1d8)](_0x37f64a(0x1cf)),_0x1dc3cd=_0x3bc641[_0x37f64a(0x1f0)][_0x37f64a(0x1d8)](_0x37f64a(0x1e3))[_0x37f64a(0x1d4)](_0x3bc641[_0x37f64a(0x1f0)][_0x37f64a(0x1d8)](_0x37f64a(0x1d7)),_0x483dfc[_0x37f64a(0x1ce)]);_0x45b602[_0x37f64a(0x1e2)](_0x37f64a(0x1e5));const _0x4789e8=new Set();for(const _0x2d22ac of _0x1dc3cd[_0x37f64a(0x1d6)]){const _0x6f5d85=_0x17bc25[_0x37f64a(0x1f7)](_0x2d22ac[_0x37f64a(0x1e8)]);_0x4789e8[_0x37f64a(0x1eb)](_0x6f5d85);}const _0x55daca=new Set();for(const _0x25a435 of _0x1dc3cd[_0x37f64a(0x1fa)]){const _0x13a076=_0x17bc25[_0x37f64a(0x1f7)](_0x25a435[_0x37f64a(0x1e8)]);_0x55daca[_0x37f64a(0x1eb)](_0x13a076);for(const _0x409992 of _0x25a435[_0x37f64a(0x1f9)])_0x55daca[_0x37f64a(0x1eb)](_0x409992);}for(const _0x2249d7 of _0x4789e8)_0x45b602[_0x37f64a(0x1e0)](_0x2249d7),_0x45b602[_0x37f64a(0x1d9)][_0x37f64a(0x1db)](_0x2249d7,_0x31ae95(_0x521ab7,_0x37f64a(0x1f1)));for(const _0x179cc4 of _0x55daca)_0x45b602[_0x37f64a(0x1f4)](_0x179cc4),_0x45b602[_0x37f64a(0x1d9)][_0x37f64a(0x1db)](_0x179cc4,_0x31ae95(_0x521ab7,_0x37f64a(0x1f1)));this[_0x37f64a(0x1fb)]();}[_0xa1f324(0x1fb)](){const _0x5a0efc=_0xa1f324,_0x4d3564=this[_0x5a0efc(0x1dc)],_0x387562=_0x4d3564[_0x5a0efc(0x1ea)];_0x4d3564[_0x5a0efc(0x1f0)][_0x5a0efc(0x1d8)](_0x5a0efc(0x1f8))[_0x5a0efc(0x1d9)][_0x5a0efc(0x1e6)](_0x55201a=>{const _0x2f38fd=_0x5a0efc;if(_0x2f38fd(0x1e9)!=_0x55201a[_0x2f38fd(0x1f3)]&&_0x2f38fd(0x1d5)!=_0x55201a[_0x2f38fd(0x1f3)])return;const {data:_0x97022e}=_0x55201a;return _0x97022e&&_0x2f38fd(0x1e5)===_0x97022e[_0x2f38fd(0x1d3)]?_0x97022e[_0x2f38fd(0x1df)][0x0][_0x2f38fd(0x1e4)]?{'type':_0x2f38fd(0x1ec),'content':_0x31ae95(_0x387562,_0x2f38fd(0x1ef),_0x97022e[_0x2f38fd(0x1df)][0x0][_0x2f38fd(0x1f6)][_0x2f38fd(0x1dd)]())}:{'type':_0x2f38fd(0x1ec),'content':_0x31ae95(_0x387562,_0x2f38fd(0x1e1),_0x97022e[_0x2f38fd(0x1df)][0x0][_0x2f38fd(0x1f6)][_0x2f38fd(0x1dd)]())}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0xa868c2=_0x34ed;(function(_0x2f4b42,_0x53d2c1){const _0x4497f0=_0x34ed,_0x160bbc=_0x2f4b42();while(!![]){try{const _0x4ff275=parseInt(_0x4497f0(0x116))/0x1+-parseInt(_0x4497f0(0xde))/0x2*(parseInt(_0x4497f0(0xfe))/0x3)+-parseInt(_0x4497f0(0x131))/0x4*(parseInt(_0x4497f0(0xd7))/0x5)+parseInt(_0x4497f0(0xf4))/0x6*(-parseInt(_0x4497f0(0x151))/0x7)+-parseInt(_0x4497f0(0xc1))/0x8+-parseInt(_0x4497f0(0x12c))/0x9+-parseInt(_0x4497f0(0xbc))/0xa*(-parseInt(_0x4497f0(0xc3))/0xb);if(_0x4ff275===_0x53d2c1)break;else _0x160bbc['push'](_0x160bbc['shift']());}catch(_0x38121a){_0x160bbc['push'](_0x160bbc['shift']());}}}(_0x5a1c,0x75f57));import{Plugin as _0x380de9}from'ckeditor5/src/core.js';function _0x5a1c(){const _0x2e2541=['showSuggestionHighlights','createRangeOn','enqueueChange','includes','selectTableRow','removeClass','insertTableColumnLeft','discard','execute','downcastDispatcher','start','getRanges','has','_tableSuggestions','model','_getSuggestionCoords','addMarker:suggestion','every','rowspan','createPositionAt','change','TrackChangesEditing','data','addRange','getSuggestion','getSelectionAffectedTableCells','539LLdUPp','rootName','first','setSelection','end','_acceptFormatSuggestionCallbackFactory','map','TableEditing','afterInit','add','ELEMENT_TABLE_ROW','forceValue','colspan','getCellLocation','tableCell','21760390donsCQ','from','join','min','above','1456440jNdSZr','minColumn','11wWNSrq','root','plugins','suggestion','cell','type','length','startsWith','ELEMENT_TABLE_COLUMN','hasAttribute','MAX_SAFE_INTEGER','TableUtils','subType','low','isIntersecting','insert','order','table','filter','span','300765KgMhLL','getChanges','element','insertTableRowBelow','removeTableColumn','highest','isEqual','75334EtDqFx','insertTableRowAbove','removeTableRow','selectTableColumn','toLowerCase','markMultiRangeInsertion','isArray','change:data','findAncestor','createRangeIn','getAttribute','differ','_suggestionFactory','tableRow','detach','MIN_SAFE_INTEGER','left','isIntersectingWithRange','isTouching','some','getFirstRange','selection','20208VuZueb','getContainedElement','max','oldRange','addClass','ELEMENT_TABLE_WITH_TEXT','writer','nodeBefore','registerPostFixer','locale','42QckNOu','registerElementLabel','enableCommand','position','fromRange','substr','mapper','refresh','name','ELEMENT_TABLE_COLUMN_WITH_TEXT','_splitMarkerName','get','getChangedMarkers','_setupColumnsRowsFixing','descriptionFactory','item','$textProxy','_tablePostFixingSubtypes','getChildren','tableColumn','tablePaste','markMultiRangeDeletion','editor','push','404781vpDyxy','accept','last','ELEMENT_TABLE_ROW_WITH_TEXT','registerCustomCallback','*Remove:*\x20%0','insertTableColumnRight','insertion','minRow','nodeAfter','maxColumn','document','insertTable','maxRow','registerDescriptionCallback','toViewElement','options','_getCoordsForCells','getRowIndexes','values','batch','getColumnIndexes','8536257tqpjNU','getItems','commands','isInContent','*Insert:*\x20%0','12JPGhNi','classes','createTableWalker','ELEMENT_TABLE','deletion','$graveyard'];_0x5a1c=function(){return _0x2e2541;};return _0x5a1c();}import{LiveRange as _0x4b1123}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x9eed3d}from'ckeditor5/src/widget.js';import{getTranslation as _0x1683e0}from'../utils/common-translations.js';export default class It extends _0x380de9{constructor(_0xd8bd46){const _0x81960=_0x34ed;super(_0xd8bd46),this[_0x81960(0x10f)]=[_0x81960(0xeb),_0x81960(0x111)],this[_0x81960(0x144)]=new Set();}[_0xa868c2(0xb5)](){const _0x3658cd=_0xa868c2,_0x3cf773=this[_0x3658cd(0x114)],_0x23a58f=_0x3cf773[_0x3658cd(0x145)][_0x3658cd(0x121)][_0x3658cd(0xf3)];if(!_0x3cf773[_0x3658cd(0xc5)][_0x3658cd(0x143)](_0x3658cd(0xb4)))return;const _0x459baf=_0x3cf773[_0x3658cd(0xfd)],_0x26288f=_0x3cf773[_0x3658cd(0xc5)][_0x3658cd(0x109)](_0x3658cd(0x14c)),_0x5e97e5=_0x3cf773[_0x3658cd(0xc5)][_0x3658cd(0x109)](_0x3658cd(0xce));_0x26288f[_0x3658cd(0x10c)][_0x3658cd(0xff)](_0x3658cd(0xd4),_0x24e249=>_0x1683e0(_0x459baf,_0x3658cd(0x134),_0x24e249)),this[_0x3658cd(0x10b)](),_0x26288f[_0x3658cd(0x100)](_0x3658cd(0x122)),_0x26288f[_0x3658cd(0x100)](_0x3658cd(0x13b)),_0x26288f[_0x3658cd(0x100)](_0x3658cd(0xe1));for(const _0x2b6f08 of[_0x3658cd(0xdf),_0x3658cd(0xda)]){const _0x5e0a40=_0x3cf773[_0x3658cd(0x12e)][_0x3658cd(0x109)](_0x2b6f08);_0x26288f[_0x3658cd(0x100)](_0x2b6f08,_0x1d5363=>{const _0x1ab9a1=_0x3658cd;_0x3cf773[_0x1ab9a1(0x145)][_0x1ab9a1(0x14b)](_0x5c7036=>{const _0x18cb37=_0x1ab9a1;_0x1d5363();const _0x6beaca=_0x18cb37(0xc0)===_0x5e0a40[_0x18cb37(0xd3)],_0x339bbd=_0x5e97e5[_0x18cb37(0x150)](_0x23a58f),_0x1e9c5d=_0x5e97e5[_0x18cb37(0x128)](_0x339bbd),_0x21ed4d=_0x6beaca?_0x1e9c5d[_0x18cb37(0x153)]-0x1:_0x1e9c5d[_0x18cb37(0x118)]+0x1,_0xf1520a=_0x339bbd[0x0][_0x18cb37(0xe6)](_0x18cb37(0xd4)),_0x162cc5=_0x5e97e5[_0x18cb37(0x133)](_0xf1520a,{'startRow':_0x21ed4d,'endRow':_0x21ed4d}),_0x3e887d=Array[_0x18cb37(0xbd)](_0x162cc5)[_0x18cb37(0x157)](_0x4ed208=>_0x5c7036[_0x18cb37(0x138)](_0x4ed208[_0x18cb37(0xc7)]));_0x26288f[_0x18cb37(0xe3)](_0x3e887d,_0x18cb37(0xeb));});});}for(const _0x2b42ea of[_0x3658cd(0x13d),_0x3658cd(0x11c)]){const _0x36474e=_0x3cf773[_0x3658cd(0x12e)][_0x3658cd(0x109)](_0x2b42ea);_0x26288f[_0x3658cd(0x100)](_0x2b42ea,_0x389c5e=>{const _0xeaeda5=_0x3658cd;_0x3cf773[_0xeaeda5(0x145)][_0xeaeda5(0x14b)](_0x504e93=>{const _0x59c0a2=_0xeaeda5;_0x389c5e();const _0x56db2c=_0x59c0a2(0xee)===_0x36474e[_0x59c0a2(0xd3)],_0x4c0e60=_0x5e97e5[_0x59c0a2(0x150)](_0x23a58f),_0x857e58=_0x5e97e5[_0x59c0a2(0x12b)](_0x4c0e60),_0x10c5c4=_0x56db2c?_0x857e58[_0x59c0a2(0x153)]-0x1:_0x857e58[_0x59c0a2(0x118)]+0x1,_0x6c5231=_0x4c0e60[0x0][_0x59c0a2(0xe6)](_0x59c0a2(0xd4)),_0x2e2ca1=_0x5e97e5[_0x59c0a2(0x133)](_0x6c5231,{'startRow':0x0,'column':_0x10c5c4,'includeAllSlots':!0x1}),_0x3a5c14=Array[_0x59c0a2(0xbd)](_0x2e2ca1)[_0x59c0a2(0x157)](_0x1d54c3=>_0x504e93[_0x59c0a2(0x138)](_0x1d54c3[_0x59c0a2(0xc7)]));_0x26288f[_0x59c0a2(0xe3)](_0x3a5c14,_0x59c0a2(0x111));});});}for(const _0xe592bf of[_0x3658cd(0xe0),_0x3658cd(0xdb)]){const _0x55e692=_0xe592bf[_0x3658cd(0x103)](0xb),_0x1b3f14=_0x55e692[_0x3658cd(0xe2)](),_0x15db33=_0x1b3f14[_0x3658cd(0x103)](0x0,0x3)+_0x3658cd(0xd6),_0x3bb99d=_0x3658cd(0xd4)+_0x55e692,_0xa4a768=_0x3658cd(0xbf)+_0x55e692,_0x55e1d1=_0x3658cd(0xf6)+_0x55e692;_0x26288f[_0x3658cd(0x100)](_0xe592bf,()=>{const _0x27573a=_0x3658cd;_0x3cf773[_0x27573a(0x145)][_0x27573a(0x14b)](_0x54cc54=>{const _0x39989c=_0x27573a,_0x543c49=_0x5e97e5[_0x39989c(0x150)](_0x23a58f),_0x51b5a3=_0x543c49[0x0][_0x39989c(0xe6)](_0x39989c(0xd4));let _0x376997;if(_0x39989c(0xe0)==_0xe592bf){const _0x59733e=_0x5e97e5[_0x39989c(0x128)](_0x543c49);_0x376997={'startRow':_0x59733e[_0x39989c(0x153)],'endRow':_0x59733e[_0x39989c(0x118)],'includeAllSlots':!0x0};}else{const _0x9d0c7b=_0x5e97e5[_0x39989c(0x12b)](_0x543c49);_0x376997={'startColumn':_0x9d0c7b[_0x39989c(0x153)],'endColumn':_0x9d0c7b[_0x39989c(0x118)],'includeAllSlots':!0x0};}const _0x45f079=_0x5e97e5[_0x39989c(0x133)](_0x51b5a3,_0x376997),_0x3f30d4=Array[_0x39989c(0xbd)](_0x45f079)[_0x39989c(0x157)](({cell:_0x23a46b})=>_0x23a46b),_0x12897a=Ee(_0x3f30d4[_0x39989c(0xd5)](_0x5d14af=>_0x5d14af[_0x39989c(0xcc)](_0x15db33))),_0x4a7f70=Ee(_0x3f30d4[_0x39989c(0xd5)](_0x3e8c98=>!_0x3e8c98[_0x39989c(0xcc)](_0x15db33)))[_0x39989c(0x157)](_0x218a44=>_0x54cc54[_0x39989c(0x138)](_0x218a44)),_0x417f9f=_0x26288f[_0x39989c(0x113)](_0x4a7f70,_0x3bb99d);if(_0x417f9f&&(_0x39989c(0xeb)==_0x417f9f[_0x39989c(0xcf)]||_0x39989c(0x111)==_0x417f9f[_0x39989c(0xcf)])){const _0x4f986c=this[_0x39989c(0x146)](_0x417f9f);for(const _0x35996e of _0x12897a){const _0x2a6b1c=_0x54cc54[_0x39989c(0x138)](_0x35996e),_0x2902e4=_0x5e97e5[_0x39989c(0xba)](_0x35996e),_0x318a3e=_0x35996e[_0x39989c(0xe8)](_0x15db33)-0x1,_0x41c82b=_0x4f986c[_0xa4a768],_0x1b948a=_0x4f986c[_0x55e1d1];_0x41c82b<=_0x2902e4[_0x1b3f14]&&_0x2902e4[_0x1b3f14]+_0x318a3e<=_0x1b948a&&_0x417f9f[_0x39989c(0x14e)](_0x2a6b1c);}}});});}function _0x3d2921(_0x2cd3d2){const _0x1d96a3=_0x3658cd,_0x2ad72f=Array[_0x1d96a3(0xbd)](_0x23a58f[_0x1d96a3(0x142)]())[_0x1d96a3(0x157)](_0x15a98f=>_0x4b1123[_0x1d96a3(0x102)](_0x15a98f));_0x3cf773[_0x1d96a3(0x145)][_0x1d96a3(0x14b)](_0x41e6b3=>{const _0x11d795=_0x1d96a3,_0x5abd56=_0x41e6b3[_0x11d795(0x12a)];_0x2cd3d2=_0x2cd3d2[_0x11d795(0xd5)](_0xa90c3d=>_0x11d795(0x136)!=_0xa90c3d[_0x11d795(0xc4)][_0x11d795(0x152)]),_0x41e6b3[_0x11d795(0x154)](_0x2cd3d2),_0x3cf773[_0x11d795(0x12e)][_0x11d795(0x109)](_0x11d795(0xe0))[_0x11d795(0x105)](),_0x3cf773[_0x11d795(0x13f)](_0x11d795(0xe0),{'forceDefaultExecution':!0x0}),_0x3cf773[_0x11d795(0x145)][_0x11d795(0x139)](()=>{const _0x1d2429=_0x11d795;_0x3cf773[_0x1d2429(0x145)][_0x1d2429(0x139)](_0x5abd56,_0x444708=>{const _0x982376=_0x1d2429,_0x120a0a=_0x2ad72f[_0x982376(0xd5)](_0x275366=>_0x982376(0x136)!=_0x275366[_0x982376(0xc4)][_0x982376(0x152)]);_0x120a0a[_0x982376(0xc9)]>0x0&&_0x444708[_0x982376(0x154)](_0x120a0a);for(const _0xf562a7 of _0x2ad72f)_0xf562a7[_0x982376(0xec)]();});});});}function _0x5c0f41(_0x11745d){const _0x2fd184=_0x3658cd;_0x3cf773[_0x2fd184(0x145)][_0x2fd184(0x14b)](_0xfd8a0f=>{const _0x337a69=_0x2fd184,_0x123b16=Array[_0x337a69(0xbd)](_0x23a58f[_0x337a69(0x142)]())[_0x337a69(0x157)](_0x629b77=>_0x4b1123[_0x337a69(0x102)](_0x629b77)),_0x5bbfdf=[];for(const _0x5a3ffd of _0x11745d)for(const _0x2532b3 of _0x5a3ffd[_0x337a69(0x12d)]({'shallow':!0x0}))_0x5bbfdf[_0x337a69(0x115)](_0x2532b3);for(const _0x4b7eda of _0x5bbfdf)_0x337a69(0x136)!=_0x4b7eda[_0x337a69(0xc4)][_0x337a69(0x152)]&&(_0xfd8a0f[_0x337a69(0x154)](_0xfd8a0f[_0x337a69(0x14a)](_0x4b7eda,0x0)),_0x3cf773[_0x337a69(0x12e)][_0x337a69(0x109)](_0x337a69(0xdb))[_0x337a69(0x105)](),_0x3cf773[_0x337a69(0x13f)](_0x337a69(0xdb),{'forceDefaultExecution':!0x0}));const _0x17106f=_0x123b16[_0x337a69(0xd5)](_0x11094e=>_0x337a69(0x136)!=_0x11094e[_0x337a69(0xc4)][_0x337a69(0x152)]);_0x17106f[_0x337a69(0xc9)]>0x0&&_0xfd8a0f[_0x337a69(0x154)](_0x17106f);for(const _0x188834 of _0x123b16)_0x188834[_0x337a69(0xec)]();});}function _0x4fdf46(_0x29d142,_0xcbba66){const _0x4e8a88=_0x3658cd;return _0xcbba66[_0x4e8a88(0x148)](_0x46ad20=>_0x29d142[_0x4e8a88(0xf1)](_0x596b5d=>_0x596b5d[_0x4e8a88(0x155)][_0x4e8a88(0xdd)](_0x46ad20[_0x4e8a88(0x141)])||_0x46ad20[_0x4e8a88(0x155)][_0x4e8a88(0xdd)](_0x596b5d[_0x4e8a88(0x141)])));}function _0x29e9a4(_0x4ccf4c,_0xa56ac6){const _0x389c38=_0x3658cd;return!_0x4ccf4c[_0x389c38(0xf1)](_0x37895e=>_0xa56ac6[_0x389c38(0xf1)](_0x1e4dee=>_0x37895e[_0x389c38(0xd1)](_0x1e4dee)))&&_0x4ccf4c[_0x389c38(0xf1)](_0x1ff44e=>_0xa56ac6[_0x389c38(0xf1)](_0x59249b=>_0x1ff44e[_0x389c38(0x155)][_0x389c38(0xf0)](_0x59249b[_0x389c38(0x141)])));}_0x3cf773[_0x3658cd(0x14d)][_0x3658cd(0x140)]['on'](_0x3658cd(0x147),(_0x2a9396,_0x47ff3b,_0x57d649)=>{const _0x48e729=_0x3658cd;if(!_0x57d649[_0x48e729(0x126)][_0x48e729(0x137)])return;const _0x3f567f=_0x47ff3b[_0x48e729(0x10d)];if(!_0x3f567f)return;const _0x4d3eae=_0x57d649[_0x48e729(0x104)][_0x48e729(0x125)](_0x3f567f);function _0xf02f02(_0x4eaeb6){const _0x4ec23e=_0x48e729;return Array[_0x4ec23e(0xe4)](_0x4eaeb6)?_0x4eaeb6:[_0x4eaeb6];}_0x4d3eae&&_0x48e729(0xbb)===_0x3f567f[_0x48e729(0x106)]&&_0x9eed3d(_0x4d3eae,_0x57d649[_0x48e729(0xfa)],(_0x4557a5,_0x803e2d,_0xb6dbb3)=>_0xb6dbb3[_0x48e729(0xf8)](_0xf02f02(_0x803e2d[_0x48e729(0x132)]),_0x4557a5),(_0x38f615,_0x1b288c,_0x13748b)=>_0x13748b[_0x48e729(0x13c)](_0xf02f02(_0x1b288c[_0x48e729(0x132)]),_0x38f615));},{'priority':_0x3658cd(0xdc)}),_0x26288f[_0x3658cd(0x10c)][_0x3658cd(0x124)](_0x1c1fb9=>{const _0x27cbeb=_0x3658cd;if(_0x27cbeb(0x11d)!=_0x1c1fb9[_0x27cbeb(0xc8)]&&_0x27cbeb(0x135)!=_0x1c1fb9[_0x27cbeb(0xc8)])return;const _0x1d21af=_0x1c1fb9[_0x27cbeb(0xf5)]();if(null!=_0x1d21af&&_0x1d21af['is'](_0x27cbeb(0xd9),_0x27cbeb(0xd4))){if(_0x27cbeb(0x11d)==_0x1c1fb9[_0x27cbeb(0xc8)]){const _0x4ee955=_0x1c1fb9[_0x27cbeb(0x12d)]()[_0x27cbeb(0xd5)](_0x3c5816=>_0x3c5816['is'](_0x27cbeb(0x10e)))[_0x27cbeb(0x157)](_0x3e33ed=>_0x3e33ed[_0x27cbeb(0x14d)]);if(_0x4ee955[_0x27cbeb(0xc9)])return{'type':_0x27cbeb(0x11d),'content':_0x1683e0(_0x459baf,_0x27cbeb(0x130),_0x1683e0(_0x459baf,_0x27cbeb(0xf9),'\x22'+_0x4ee955[_0x27cbeb(0xbe)]('\x20')+'\x22'))};}if(_0x27cbeb(0x135)==_0x1c1fb9[_0x27cbeb(0xc8)]){const _0x5cf72a=_0x1c1fb9[_0x27cbeb(0x12d)]()[_0x27cbeb(0xd5)](_0x47689f=>_0x47689f['is'](_0x27cbeb(0x10e)))[_0x27cbeb(0x157)](_0x59ddaa=>_0x59ddaa[_0x27cbeb(0x14d)]);if(_0x5cf72a[_0x27cbeb(0xc9)])return{'type':_0x27cbeb(0x135),'content':_0x1683e0(_0x459baf,_0x27cbeb(0x11b),_0x1683e0(_0x459baf,_0x27cbeb(0xf9),'\x22'+_0x5cf72a[_0x27cbeb(0xbe)]('\x20')+'\x22'))};}}}),_0x26288f[_0x3658cd(0x10c)][_0x3658cd(0x124)](_0x16f7a1=>{const _0x5dd01d=_0x3658cd;if(_0x5dd01d(0xeb)==_0x16f7a1[_0x5dd01d(0xcf)]){const _0x5f3488=_0x16f7a1[_0x5dd01d(0x12d)]()[_0x5dd01d(0xd5)](_0x2cca77=>_0x2cca77['is'](_0x5dd01d(0x10e)))[_0x5dd01d(0x157)](_0x118701=>_0x118701[_0x5dd01d(0x14d)]),_0x36518a=this[_0x5dd01d(0x146)](_0x16f7a1),_0x2bf81f=_0x36518a[_0x5dd01d(0x123)]-_0x36518a[_0x5dd01d(0x11e)]+0x1;if(_0x5dd01d(0x11d)==_0x16f7a1[_0x5dd01d(0xc8)])return _0x5f3488[_0x5dd01d(0xc9)]?{'type':_0x5dd01d(0x11d),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x130),_0x1683e0(_0x459baf,_0x5dd01d(0x119),[_0x2bf81f,'\x22'+_0x5f3488[_0x5dd01d(0xbe)]('\x20')+'\x22']))}:{'type':_0x5dd01d(0x11d),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x130),_0x1683e0(_0x459baf,_0x5dd01d(0xb7),_0x2bf81f))};if(_0x5dd01d(0x135)==_0x16f7a1[_0x5dd01d(0xc8)])return _0x5f3488[_0x5dd01d(0xc9)]?{'type':_0x5dd01d(0x135),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x11b),_0x1683e0(_0x459baf,_0x5dd01d(0x119),[_0x2bf81f,'\x22'+_0x5f3488[_0x5dd01d(0xbe)]('\x20')+'\x22']))}:{'type':_0x5dd01d(0x135),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x11b),_0x1683e0(_0x459baf,_0x5dd01d(0xb7),_0x2bf81f))};}if(_0x5dd01d(0x111)==_0x16f7a1[_0x5dd01d(0xcf)]){const _0x200891=_0x16f7a1[_0x5dd01d(0x12d)]()[_0x5dd01d(0xd5)](_0x99c6c8=>_0x99c6c8['is'](_0x5dd01d(0x10e)))[_0x5dd01d(0x157)](_0x4e28b3=>_0x4e28b3[_0x5dd01d(0x14d)]),_0x26faac=this[_0x5dd01d(0x146)](_0x16f7a1),_0x1c732e=_0x26faac[_0x5dd01d(0x120)]-_0x26faac[_0x5dd01d(0xc2)]+0x1;if(_0x5dd01d(0x11d)==_0x16f7a1[_0x5dd01d(0xc8)])return _0x200891[_0x5dd01d(0xc9)]?{'type':_0x5dd01d(0x11d),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x130),_0x1683e0(_0x459baf,_0x5dd01d(0x107),[_0x1c732e,'\x22'+_0x200891[_0x5dd01d(0xbe)]('\x20')+'\x22']))}:{'type':_0x5dd01d(0x11d),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x130),_0x1683e0(_0x459baf,_0x5dd01d(0xcb),_0x1c732e))};if(_0x5dd01d(0x135)==_0x16f7a1[_0x5dd01d(0xc8)])return _0x200891[_0x5dd01d(0xc9)]?{'type':_0x5dd01d(0x135),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x11b),_0x1683e0(_0x459baf,_0x5dd01d(0x107),[_0x1c732e,'\x22'+_0x200891[_0x5dd01d(0xbe)]('\x20')+'\x22']))}:{'type':_0x5dd01d(0x135),'content':_0x1683e0(_0x459baf,_0x5dd01d(0x11b),_0x1683e0(_0x459baf,_0x5dd01d(0xcb),_0x1c732e))};}}),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x11d),_0x3658cd(0xeb),_0x3658cd(0x13e),_0x3d2921),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x135),_0x3658cd(0xeb),_0x3658cd(0x117),_0x3d2921),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x11d),_0x3658cd(0x111),_0x3658cd(0x13e),_0x5c0f41),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x135),_0x3658cd(0x111),_0x3658cd(0x117),_0x5c0f41),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x11d),_0x3658cd(0x111),_0x3658cd(0xbe),_0x4fdf46),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x135),_0x3658cd(0x111),_0x3658cd(0xbe),_0x4fdf46),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x11d),_0x3658cd(0xeb),_0x3658cd(0xbe),_0x29e9a4),_0x26288f[_0x3658cd(0xea)][_0x3658cd(0x11a)](_0x3658cd(0x135),_0x3658cd(0xeb),_0x3658cd(0xbe),_0x29e9a4);}[_0xa868c2(0x156)](){const _0x1a96ec=_0xa868c2,_0x1cbfb9=this[_0x1a96ec(0x114)],_0xf718cd=_0x1cbfb9[_0x1a96ec(0x145)][_0x1a96ec(0x121)][_0x1a96ec(0xf3)];return(_0x1a80ff,_0x3b98fc)=>{const _0xf63f44=_0x1a96ec;_0x1cbfb9[_0xf63f44(0x145)][_0xf63f44(0x14b)](_0x3fa2f8=>{const _0x5d4eba=_0xf63f44,{commandName:_0x763141,commandParams:_0x5a31f2}=_0x3b98fc;let _0x5c69aa=_0x1a80ff[0x0][_0x5d4eba(0x155)][_0x5d4eba(0xfb)];_0x5a31f2&&_0x5a31f2[0x0]&&!0x1===_0x5a31f2[0x0][_0x5d4eba(0xb8)]&&(_0x5c69aa=_0x1a80ff[0x0][_0x5d4eba(0x141)][_0x5d4eba(0x11f)]);const _0x4acedd=_0x3fa2f8[_0x5d4eba(0xe7)](_0x5c69aa);if(_0x5d4eba(0x136)==_0x4acedd[_0x5d4eba(0xc4)][_0x5d4eba(0x152)])return;const _0x810684=Array[_0x5d4eba(0xbd)](_0xf718cd[_0x5d4eba(0x142)]())[_0x5d4eba(0x157)](_0x4924da=>_0x4b1123[_0x5d4eba(0x102)](_0x4924da));_0x3fa2f8[_0x5d4eba(0x154)](_0x4acedd),_0x1cbfb9[_0x5d4eba(0x12e)][_0x5d4eba(0x109)](_0x763141)[_0x5d4eba(0x105)](),_0x5a31f2[_0x5d4eba(0x115)]({'forceDefaultExecution':!0x0}),_0x1cbfb9[_0x5d4eba(0x13f)](_0x763141,..._0x5a31f2);const _0x22470d=_0x810684[_0x5d4eba(0xd5)](_0x571ccb=>_0x5d4eba(0x136)!=_0x571ccb[_0x5d4eba(0xc4)][_0x5d4eba(0x152)]);_0x22470d[_0x5d4eba(0xc9)]>0x0&&_0x3fa2f8[_0x5d4eba(0x154)](_0x22470d);for(const _0x17cf44 of _0x810684)_0x17cf44[_0x5d4eba(0xec)]();});};}[_0xa868c2(0x127)](_0x579e5c){const _0x543bbf=_0xa868c2,_0xdc4f38=this[_0x543bbf(0x114)][_0x543bbf(0xc5)][_0x543bbf(0x109)](_0x543bbf(0xce));let _0x56bd7e=Number[_0x543bbf(0xcd)],_0x4511c9=Number[_0x543bbf(0xed)],_0x13bdf9=Number[_0x543bbf(0xcd)],_0x5d3bc6=Number[_0x543bbf(0xed)];for(const _0x586df3 of _0x579e5c){if(_0x543bbf(0x136)==_0x586df3[_0x543bbf(0xc4)][_0x543bbf(0x152)])continue;const {row:_0x247ea4,column:_0x302708}=_0xdc4f38[_0x543bbf(0xba)](_0x586df3),_0x34f38c=_0x586df3[_0x543bbf(0xcc)](_0x543bbf(0x149))?_0x586df3[_0x543bbf(0xe8)](_0x543bbf(0x149))-0x1:0x0,_0x39d00d=_0x586df3[_0x543bbf(0xcc)](_0x543bbf(0xb9))?_0x586df3[_0x543bbf(0xe8)](_0x543bbf(0xb9))-0x1:0x0;_0x56bd7e=_0x247ea4<_0x56bd7e?_0x247ea4:_0x56bd7e,_0x4511c9=_0x247ea4+_0x34f38c>_0x4511c9?_0x247ea4+_0x34f38c:_0x4511c9,_0x13bdf9=_0x302708<_0x13bdf9?_0x302708:_0x13bdf9,_0x5d3bc6=_0x302708+_0x39d00d>_0x5d3bc6?_0x302708+_0x39d00d:_0x5d3bc6;}return{'minRow':_0x56bd7e,'maxRow':_0x4511c9,'minColumn':_0x13bdf9,'maxColumn':_0x5d3bc6};}[_0xa868c2(0x10b)](){const _0x19f71e=_0xa868c2,_0x59b9fc=this[_0x19f71e(0x114)],_0x302fc9=_0x59b9fc[_0x19f71e(0xc5)][_0x19f71e(0x109)](_0x19f71e(0x14c)),_0x4e7db3=_0x59b9fc[_0x19f71e(0xc5)][_0x19f71e(0x109)](_0x19f71e(0xce));_0x59b9fc[_0x19f71e(0x145)][_0x19f71e(0x121)]['on'](_0x19f71e(0xe5),()=>{const _0xf94320=_0x19f71e,_0x32a5bb=Array[_0xf94320(0xbd)](_0x59b9fc[_0xf94320(0x145)][_0xf94320(0x121)][_0xf94320(0xe9)][_0xf94320(0x10a)]());for(const {name:_0xec1d3,data:_0x3ce1df}of _0x32a5bb){const {group:_0x3131b8,id:_0x584f7b,subType:_0x545ad4}=_0x302fc9[_0xf94320(0x108)](_0xec1d3);if(_0xf94320(0xc6)!=_0x3131b8)continue;if(null!=_0x3ce1df[_0xf94320(0xf7)])continue;const _0x33f497=_0x302fc9[_0xf94320(0x14f)](_0x584f7b);this[_0xf94320(0x10f)][_0xf94320(0x13a)](_0x545ad4)&&this[_0xf94320(0x144)][_0xf94320(0xb6)](_0x33f497);}},{'priority':_0x19f71e(0xd0)});const _0x1196f9=(_0x176b2a,_0x46e640)=>{const _0x52748d=_0x19f71e;let _0x230c16=!0x1;const _0x128598=_0x46e640[_0x52748d(0x138)](_0x176b2a),_0x1d9205=_0x176b2a[_0x52748d(0xe6)](_0x52748d(0xd4)),_0x52169=_0x4e7db3[_0x52748d(0xba)](_0x176b2a);for(const _0xccc4f7 of this[_0x52748d(0x144)]){const _0x2292ab=_0xccc4f7[_0x52748d(0xcf)],_0x2fce23=_0x2292ab[_0x52748d(0xca)](_0x52748d(0x112)),_0xd841b8=_0x2292ab[_0x52748d(0x103)](_0x2fce23?0xa:0x5),_0x44e68c=_0xd841b8[_0x52748d(0xe2)](),_0x1e9bd0=_0x44e68c[_0x52748d(0x103)](0x0,0x3)+_0x52748d(0xd6),_0x5c9383=_0x52748d(0xbf)+_0xd841b8,_0x14c10f=_0x52748d(0xf6)+_0xd841b8;if(!_0xccc4f7[_0x52748d(0x12f)])continue;if(_0x1d9205!=_0xccc4f7[_0x52748d(0xf2)]()[_0x52748d(0x141)][_0x52748d(0xe6)](_0x52748d(0xd4)))continue;if(_0xccc4f7[_0x52748d(0xef)](_0x128598))continue;const _0x46b7dc=_0x176b2a[_0x52748d(0xcc)](_0x1e9bd0)?_0x176b2a[_0x52748d(0xe8)](_0x1e9bd0)-0x1:0x0,_0x553b00=this[_0x52748d(0x146)](_0xccc4f7),_0x5988e7=_0x553b00[_0x5c9383],_0x13c499=_0x553b00[_0x14c10f];_0x5988e7<=_0x52169[_0x44e68c]&&_0x52169[_0x44e68c]+_0x46b7dc<=_0x13c499&&(_0xccc4f7[_0x52748d(0x14e)](_0x128598),_0x230c16=!0x0);}return _0x230c16;};_0x59b9fc[_0x19f71e(0x145)][_0x19f71e(0x121)][_0x19f71e(0xfc)](_0x2f84cf=>{const _0x8fddb6=_0x19f71e;let _0x4e368d=!0x1;for(const _0x555ab3 of _0x59b9fc[_0x8fddb6(0x145)][_0x8fddb6(0x121)][_0x8fddb6(0xe9)][_0x8fddb6(0xd8)]())if(_0x8fddb6(0xd2)==_0x555ab3[_0x8fddb6(0xc8)]){if(_0x8fddb6(0xeb)==_0x555ab3[_0x8fddb6(0x106)]){for(const _0x16075e of _0x555ab3[_0x8fddb6(0x101)][_0x8fddb6(0x11f)][_0x8fddb6(0x110)]())_0x4e368d=_0x4e368d||_0x1196f9(_0x16075e,_0x2f84cf);}else _0x8fddb6(0xbb)==_0x555ab3[_0x8fddb6(0x106)]&&(_0x4e368d=_0x4e368d||_0x1196f9(_0x555ab3[_0x8fddb6(0x101)][_0x8fddb6(0x11f)],_0x2f84cf));}return _0x4e368d;});}[_0xa868c2(0x146)](_0x598f28){const _0x49dbe6=_0xa868c2;return this[_0x49dbe6(0x127)](_0x598f28[_0x49dbe6(0x142)]()[_0x49dbe6(0x157)](_0x525f74=>_0x525f74[_0x49dbe6(0x141)][_0x49dbe6(0x11f)]));}}function _0x34ed(_0xfedd94,_0x14237d){const _0x5a1ccb=_0x5a1c();return _0x34ed=function(_0x34ed92,_0x43ffec){_0x34ed92=_0x34ed92-0xb4;let _0x491fe4=_0x5a1ccb[_0x34ed92];return _0x491fe4;},_0x34ed(_0xfedd94,_0x14237d);}function Ee(_0x21054d){const _0x12c6ff=_0xa868c2;return Array[_0x12c6ff(0xbd)](new Set(_0x21054d)[_0x12c6ff(0x129)]());}
|
|
23
|
+
const _0x37492d=_0x28d2;function _0x28d2(_0x357add,_0x2c0991){const _0x3028a8=_0x3028();return _0x28d2=function(_0x28d257,_0x4f9ff0){_0x28d257=_0x28d257-0x153;let _0x307e99=_0x3028a8[_0x28d257];return _0x307e99;},_0x28d2(_0x357add,_0x2c0991);}(function(_0x30b6d1,_0x435d0c){const _0x26ad0b=_0x28d2,_0x10ffb2=_0x30b6d1();while(!![]){try{const _0x2c2b86=-parseInt(_0x26ad0b(0x1e9))/0x1+parseInt(_0x26ad0b(0x1c7))/0x2+parseInt(_0x26ad0b(0x16e))/0x3*(parseInt(_0x26ad0b(0x1ab))/0x4)+-parseInt(_0x26ad0b(0x197))/0x5*(-parseInt(_0x26ad0b(0x175))/0x6)+parseInt(_0x26ad0b(0x16d))/0x7+-parseInt(_0x26ad0b(0x1f2))/0x8+parseInt(_0x26ad0b(0x1a3))/0x9;if(_0x2c2b86===_0x435d0c)break;else _0x10ffb2['push'](_0x10ffb2['shift']());}catch(_0x7e4efb){_0x10ffb2['push'](_0x10ffb2['shift']());}}}(_0x3028,0xef094));import{Plugin as _0x2c73a7}from'ckeditor5/src/core.js';import{LiveRange as _0x32057e}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x61e509}from'ckeditor5/src/widget.js';import{getTranslation as _0x54630e}from'../utils/common-translations.js';export default class It extends _0x2c73a7{constructor(_0x3c0bf4){const _0x3ea8ff=_0x28d2;super(_0x3c0bf4),this[_0x3ea8ff(0x19a)]=[_0x3ea8ff(0x1ed),_0x3ea8ff(0x1e2)],this[_0x3ea8ff(0x1d7)]=new Set();}[_0x37492d(0x17c)](){const _0x15a2fb=_0x37492d,_0x1f7735=this[_0x15a2fb(0x193)],_0xcc2eb1=_0x1f7735[_0x15a2fb(0x16f)][_0x15a2fb(0x189)][_0x15a2fb(0x1bc)];if(!_0x1f7735[_0x15a2fb(0x182)][_0x15a2fb(0x173)](_0x15a2fb(0x1d1)))return;const _0x6d45f3=_0x1f7735[_0x15a2fb(0x1a5)],_0x2b9e48=_0x1f7735[_0x15a2fb(0x182)][_0x15a2fb(0x1ea)](_0x15a2fb(0x188)),_0x31ac52=_0x1f7735[_0x15a2fb(0x182)][_0x15a2fb(0x1ea)](_0x15a2fb(0x1a7));_0x2b9e48[_0x15a2fb(0x192)][_0x15a2fb(0x17a)](_0x15a2fb(0x190),_0xeb8f90=>_0x54630e(_0x6d45f3,_0x15a2fb(0x191),_0xeb8f90)),this[_0x15a2fb(0x1e8)](),_0x2b9e48[_0x15a2fb(0x1d3)](_0x15a2fb(0x1c4)),_0x2b9e48[_0x15a2fb(0x1d3)](_0x15a2fb(0x1e6)),_0x2b9e48[_0x15a2fb(0x1d3)](_0x15a2fb(0x164));for(const _0x4621d6 of[_0x15a2fb(0x178),_0x15a2fb(0x1c3)]){const _0x669860=_0x1f7735[_0x15a2fb(0x160)][_0x15a2fb(0x1ea)](_0x4621d6);_0x2b9e48[_0x15a2fb(0x1d3)](_0x4621d6,_0x514c99=>{const _0x223f11=_0x15a2fb;_0x1f7735[_0x223f11(0x16f)][_0x223f11(0x154)](_0x5e6a46=>{const _0x7490b7=_0x223f11;_0x514c99();const _0x56e464=_0x7490b7(0x1b9)===_0x669860[_0x7490b7(0x1dd)],_0x260e3e=_0x31ac52[_0x7490b7(0x1f3)](_0xcc2eb1),_0xf506aa=_0x31ac52[_0x7490b7(0x1b0)](_0x260e3e),_0x5dfcbf=_0x56e464?_0xf506aa[_0x7490b7(0x161)]-0x1:_0xf506aa[_0x7490b7(0x1c6)]+0x1,_0x3cff09=_0x260e3e[0x0][_0x7490b7(0x19b)](_0x7490b7(0x190)),_0x231872=_0x31ac52[_0x7490b7(0x1ad)](_0x3cff09,{'startRow':_0x5dfcbf,'endRow':_0x5dfcbf}),_0x2c53b2=Array[_0x7490b7(0x196)](_0x231872)[_0x7490b7(0x1b8)](_0x1cc377=>_0x5e6a46[_0x7490b7(0x1e4)](_0x1cc377[_0x7490b7(0x1f0)]));_0x2b9e48[_0x7490b7(0x159)](_0x2c53b2,_0x7490b7(0x1ed));});});}for(const _0x291602 of[_0x15a2fb(0x1cf),_0x15a2fb(0x1ba)]){const _0x1cd0c0=_0x1f7735[_0x15a2fb(0x160)][_0x15a2fb(0x1ea)](_0x291602);_0x2b9e48[_0x15a2fb(0x1d3)](_0x291602,_0x5d4f69=>{const _0x5845bc=_0x15a2fb;_0x1f7735[_0x5845bc(0x16f)][_0x5845bc(0x154)](_0x1932f3=>{const _0x160f85=_0x5845bc;_0x5d4f69();const _0x21218f=_0x160f85(0x19f)===_0x1cd0c0[_0x160f85(0x1dd)],_0x411434=_0x31ac52[_0x160f85(0x1f3)](_0xcc2eb1),_0x47081e=_0x31ac52[_0x160f85(0x1a0)](_0x411434),_0x4757c4=_0x21218f?_0x47081e[_0x160f85(0x161)]-0x1:_0x47081e[_0x160f85(0x1c6)]+0x1,_0x50acca=_0x411434[0x0][_0x160f85(0x19b)](_0x160f85(0x190)),_0x516982=_0x31ac52[_0x160f85(0x1ad)](_0x50acca,{'startRow':0x0,'column':_0x4757c4,'includeAllSlots':!0x1}),_0x48dc39=Array[_0x160f85(0x196)](_0x516982)[_0x160f85(0x1b8)](_0x588338=>_0x1932f3[_0x160f85(0x1e4)](_0x588338[_0x160f85(0x1f0)]));_0x2b9e48[_0x160f85(0x159)](_0x48dc39,_0x160f85(0x1e2));});});}for(const _0x2239c9 of[_0x15a2fb(0x15d),_0x15a2fb(0x1a2)]){const _0x50eac5=_0x2239c9[_0x15a2fb(0x184)](0xb),_0x9ecf75=_0x50eac5[_0x15a2fb(0x1c8)](),_0x27b3ea=_0x9ecf75[_0x15a2fb(0x184)](0x0,0x3)+_0x15a2fb(0x17f),_0xf83942=_0x15a2fb(0x190)+_0x50eac5,_0x504a8a=_0x15a2fb(0x1b5)+_0x50eac5,_0x496479=_0x15a2fb(0x1ee)+_0x50eac5;_0x2b9e48[_0x15a2fb(0x1d3)](_0x2239c9,()=>{const _0x408409=_0x15a2fb;_0x1f7735[_0x408409(0x16f)][_0x408409(0x154)](_0x567a6a=>{const _0x34b064=_0x408409,_0x4ff3cd=_0x31ac52[_0x34b064(0x1f3)](_0xcc2eb1),_0x4c2ddb=_0x4ff3cd[0x0][_0x34b064(0x19b)](_0x34b064(0x190));let _0x3b14c9;if(_0x34b064(0x15d)==_0x2239c9){const _0x226dae=_0x31ac52[_0x34b064(0x1b0)](_0x4ff3cd);_0x3b14c9={'startRow':_0x226dae[_0x34b064(0x161)],'endRow':_0x226dae[_0x34b064(0x1c6)],'includeAllSlots':!0x0};}else{const _0x885efc=_0x31ac52[_0x34b064(0x1a0)](_0x4ff3cd);_0x3b14c9={'startColumn':_0x885efc[_0x34b064(0x161)],'endColumn':_0x885efc[_0x34b064(0x1c6)],'includeAllSlots':!0x0};}const _0x1761ec=_0x31ac52[_0x34b064(0x1ad)](_0x4c2ddb,_0x3b14c9),_0x2313e7=Array[_0x34b064(0x196)](_0x1761ec)[_0x34b064(0x1b8)](({cell:_0x5317d7})=>_0x5317d7),_0x18bd22=be(_0x2313e7[_0x34b064(0x1b1)](_0x55a7c8=>_0x55a7c8[_0x34b064(0x153)](_0x27b3ea))),_0x43c667=be(_0x2313e7[_0x34b064(0x1b1)](_0xd18d9c=>!_0xd18d9c[_0x34b064(0x153)](_0x27b3ea)))[_0x34b064(0x1b8)](_0x5a67a3=>_0x567a6a[_0x34b064(0x1e4)](_0x5a67a3)),_0x1d21b8=_0x2b9e48[_0x34b064(0x18f)](_0x43c667,_0xf83942);if(_0x1d21b8&&(_0x34b064(0x1ed)==_0x1d21b8[_0x34b064(0x198)]||_0x34b064(0x1e2)==_0x1d21b8[_0x34b064(0x198)])){const _0x116f55=this[_0x34b064(0x1f4)](_0x1d21b8);for(const _0x19010e of _0x18bd22){const _0x41c873=_0x567a6a[_0x34b064(0x1e4)](_0x19010e),_0x30b29c=_0x31ac52[_0x34b064(0x1e1)](_0x19010e),_0x26f3d5=_0x19010e[_0x34b064(0x199)](_0x27b3ea)-0x1,_0x5844cf=_0x116f55[_0x504a8a],_0x3cde43=_0x116f55[_0x496479];_0x5844cf<=_0x30b29c[_0x9ecf75]&&_0x30b29c[_0x9ecf75]+_0x26f3d5<=_0x3cde43&&_0x1d21b8[_0x34b064(0x16c)](_0x41c873);}}});});}function _0x512ceb(_0x9e4439){const _0x3c683a=_0x15a2fb,_0x55f5bd=Array[_0x3c683a(0x196)](_0xcc2eb1[_0x3c683a(0x1ac)]())[_0x3c683a(0x1b8)](_0x528120=>_0x32057e[_0x3c683a(0x180)](_0x528120));_0x1f7735[_0x3c683a(0x16f)][_0x3c683a(0x154)](_0x4caa8f=>{const _0x45e8c7=_0x3c683a,_0x2ce750=_0x4caa8f[_0x45e8c7(0x1d6)];_0x9e4439=_0x9e4439[_0x45e8c7(0x1b1)](_0x52fde6=>_0x45e8c7(0x179)!=_0x52fde6[_0x45e8c7(0x1eb)][_0x45e8c7(0x167)]),_0x4caa8f[_0x45e8c7(0x171)](_0x9e4439),_0x1f7735[_0x45e8c7(0x160)][_0x45e8c7(0x1ea)](_0x45e8c7(0x15d))[_0x45e8c7(0x1ef)](),_0x1f7735[_0x45e8c7(0x1cd)](_0x45e8c7(0x15d),{'forceDefaultExecution':!0x0}),_0x1f7735[_0x45e8c7(0x16f)][_0x45e8c7(0x1cb)](()=>{const _0x6273c=_0x45e8c7;_0x1f7735[_0x6273c(0x16f)][_0x6273c(0x1cb)](_0x2ce750,_0x564f26=>{const _0x52705d=_0x6273c,_0x51ac3c=_0x55f5bd[_0x52705d(0x1b1)](_0x4656b0=>_0x52705d(0x179)!=_0x4656b0[_0x52705d(0x1eb)][_0x52705d(0x167)]);_0x51ac3c[_0x52705d(0x1ce)]>0x0&&_0x564f26[_0x52705d(0x171)](_0x51ac3c);for(const _0x38277b of _0x55f5bd)_0x38277b[_0x52705d(0x1d4)]();});});});}function _0x34e7db(_0x509460){const _0x1b6f7f=_0x15a2fb;_0x1f7735[_0x1b6f7f(0x16f)][_0x1b6f7f(0x154)](_0x3187d2=>{const _0x5f221a=_0x1b6f7f,_0x386b5d=Array[_0x5f221a(0x196)](_0xcc2eb1[_0x5f221a(0x1ac)]())[_0x5f221a(0x1b8)](_0x50d3e1=>_0x32057e[_0x5f221a(0x180)](_0x50d3e1)),_0x117f7f=[];for(const _0x40e983 of _0x509460)for(const _0x2dfdd8 of _0x40e983[_0x5f221a(0x187)]({'shallow':!0x0}))_0x117f7f[_0x5f221a(0x1b2)](_0x2dfdd8);for(const _0x279a53 of _0x117f7f)_0x5f221a(0x179)!=_0x279a53[_0x5f221a(0x1eb)][_0x5f221a(0x167)]&&(_0x3187d2[_0x5f221a(0x171)](_0x3187d2[_0x5f221a(0x16b)](_0x279a53,0x0)),_0x1f7735[_0x5f221a(0x160)][_0x5f221a(0x1ea)](_0x5f221a(0x1a2))[_0x5f221a(0x1ef)](),_0x1f7735[_0x5f221a(0x1cd)](_0x5f221a(0x1a2),{'forceDefaultExecution':!0x0}));const _0x2dc253=_0x386b5d[_0x5f221a(0x1b1)](_0x23f3d6=>_0x5f221a(0x179)!=_0x23f3d6[_0x5f221a(0x1eb)][_0x5f221a(0x167)]);_0x2dc253[_0x5f221a(0x1ce)]>0x0&&_0x3187d2[_0x5f221a(0x171)](_0x2dc253);for(const _0x117633 of _0x386b5d)_0x117633[_0x5f221a(0x1d4)]();});}function _0x1a1854(_0x4877cf,_0x2602c5){const _0x389719=_0x15a2fb;return _0x2602c5[_0x389719(0x1b7)](_0x34fc82=>_0x4877cf[_0x389719(0x17e)](_0x367532=>_0x367532[_0x389719(0x15e)][_0x389719(0x17d)](_0x34fc82[_0x389719(0x162)])||_0x34fc82[_0x389719(0x15e)][_0x389719(0x17d)](_0x367532[_0x389719(0x162)])));}function _0x467b77(_0x10250a,_0x4c070a){const _0x59b333=_0x15a2fb;return!_0x10250a[_0x59b333(0x17e)](_0x170be=>_0x4c070a[_0x59b333(0x17e)](_0x270988=>_0x170be[_0x59b333(0x1a4)](_0x270988)))&&_0x10250a[_0x59b333(0x17e)](_0x12cad4=>_0x4c070a[_0x59b333(0x17e)](_0x39f4eb=>_0x12cad4[_0x59b333(0x15e)][_0x59b333(0x1db)](_0x39f4eb[_0x59b333(0x162)])));}_0x1f7735[_0x15a2fb(0x1bf)][_0x15a2fb(0x181)]['on'](_0x15a2fb(0x185),(_0x3e4523,_0x2d585f,_0x25ddd8)=>{const _0x1c81d8=_0x15a2fb;if(!_0x25ddd8[_0x1c81d8(0x155)][_0x1c81d8(0x1aa)])return;const _0x303159=_0x2d585f[_0x1c81d8(0x1d2)];if(!_0x303159)return;const _0xa32fb5=_0x25ddd8[_0x1c81d8(0x1e5)][_0x1c81d8(0x1e3)](_0x303159);function _0x111ba5(_0x559a99){const _0x7808a6=_0x1c81d8;return Array[_0x7808a6(0x1c9)](_0x559a99)?_0x559a99:[_0x559a99];}_0xa32fb5&&_0x1c81d8(0x1df)===_0x303159[_0x1c81d8(0x1be)]&&_0x61e509(_0xa32fb5,_0x25ddd8[_0x1c81d8(0x1c2)],(_0x73839a,_0x43e5ec,_0x102248)=>_0x102248[_0x1c81d8(0x169)](_0x111ba5(_0x43e5ec[_0x1c81d8(0x1c0)]),_0x73839a),(_0x17f7eb,_0x287373,_0x282146)=>_0x282146[_0x1c81d8(0x172)](_0x111ba5(_0x287373[_0x1c81d8(0x1c0)]),_0x17f7eb));},{'priority':_0x15a2fb(0x18b)}),_0x2b9e48[_0x15a2fb(0x192)][_0x15a2fb(0x15c)](_0x8dfea8=>{const _0xf040ec=_0x15a2fb;if(_0xf040ec(0x1ca)!=_0x8dfea8[_0xf040ec(0x17b)]&&_0xf040ec(0x1b6)!=_0x8dfea8[_0xf040ec(0x17b)])return;const _0x5a65e3=_0x8dfea8[_0xf040ec(0x1d9)]();if(null!=_0x5a65e3&&_0x5a65e3['is'](_0xf040ec(0x174),_0xf040ec(0x190))){if(_0xf040ec(0x1ca)==_0x8dfea8[_0xf040ec(0x17b)]){const _0xd5a126=_0x8dfea8[_0xf040ec(0x187)]()[_0xf040ec(0x1b1)](_0x400c2b=>_0x400c2b['is'](_0xf040ec(0x156)))[_0xf040ec(0x1b8)](_0x4fa354=>_0x4fa354[_0xf040ec(0x1bf)]);if(_0xd5a126[_0xf040ec(0x1ce)])return{'type':_0xf040ec(0x1ca),'content':_0x54630e(_0x6d45f3,_0xf040ec(0x168),_0x54630e(_0x6d45f3,_0xf040ec(0x19d),'\x22'+_0xd5a126[_0xf040ec(0x1f1)]('\x20')+'\x22'))};}if(_0xf040ec(0x1b6)==_0x8dfea8[_0xf040ec(0x17b)]){const _0x15f3a4=_0x8dfea8[_0xf040ec(0x187)]()[_0xf040ec(0x1b1)](_0xdf7e34=>_0xdf7e34['is'](_0xf040ec(0x156)))[_0xf040ec(0x1b8)](_0x2e4fd9=>_0x2e4fd9[_0xf040ec(0x1bf)]);if(_0x15f3a4[_0xf040ec(0x1ce)])return{'type':_0xf040ec(0x1b6),'content':_0x54630e(_0x6d45f3,_0xf040ec(0x1b4),_0x54630e(_0x6d45f3,_0xf040ec(0x19d),'\x22'+_0x15f3a4[_0xf040ec(0x1f1)]('\x20')+'\x22'))};}}}),_0x2b9e48[_0x15a2fb(0x192)][_0x15a2fb(0x15c)](_0x4c2a7d=>{const _0x3fbfb2=_0x15a2fb;if(_0x3fbfb2(0x1ed)==_0x4c2a7d[_0x3fbfb2(0x198)]){const _0x1768e4=_0x4c2a7d[_0x3fbfb2(0x187)]()[_0x3fbfb2(0x1b1)](_0x1326d1=>_0x1326d1['is'](_0x3fbfb2(0x156)))[_0x3fbfb2(0x1b8)](_0x3ec1ab=>_0x3ec1ab[_0x3fbfb2(0x1bf)]),_0x36bfd3=this[_0x3fbfb2(0x1f4)](_0x4c2a7d),_0x391322=_0x36bfd3[_0x3fbfb2(0x18d)]-_0x36bfd3[_0x3fbfb2(0x19c)]+0x1;if(_0x3fbfb2(0x1ca)==_0x4c2a7d[_0x3fbfb2(0x17b)])return _0x1768e4[_0x3fbfb2(0x1ce)]?{'type':_0x3fbfb2(0x1ca),'content':_0x54630e(_0x6d45f3,_0x3fbfb2(0x168),_0x54630e(_0x6d45f3,_0x3fbfb2(0x195),[_0x391322,'\x22'+_0x1768e4[_0x3fbfb2(0x1f1)]('\x20')+'\x22']))}:{'type':_0x3fbfb2(0x1ca),'content':_0x54630e(_0x6d45f3,_0x3fbfb2(0x168),_0x54630e(_0x6d45f3,_0x3fbfb2(0x18a),_0x391322))};if(_0x3fbfb2(0x1b6)==_0x4c2a7d[_0x3fbfb2(0x17b)])return _0x1768e4[_0x3fbfb2(0x1ce)]?{'type':_0x3fbfb2(0x1b6),'content':_0x54630e(_0x6d45f3,_0x3fbfb2(0x1b4),_0x54630e(_0x6d45f3,_0x3fbfb2(0x195),[_0x391322,'\x22'+_0x1768e4[_0x3fbfb2(0x1f1)]('\x20')+'\x22']))}:{'type':_0x3fbfb2(0x1b6),'content':_0x54630e(_0x6d45f3,_0x3fbfb2(0x1b4),_0x54630e(_0x6d45f3,_0x3fbfb2(0x18a),_0x391322))};}if(_0x3fbfb2(0x1e2)==_0x4c2a7d[_0x3fbfb2(0x198)]){const _0xb01d8b=_0x4c2a7d[_0x3fbfb2(0x187)]()[_0x3fbfb2(0x1b1)](_0x6c12fe=>_0x6c12fe['is'](_0x3fbfb2(0x156)))[_0x3fbfb2(0x1b8)](_0x157b9b=>_0x157b9b[_0x3fbfb2(0x1bf)]),_0x5b24f7=this[_0x3fbfb2(0x1f4)](_0x4c2a7d),_0x3de7c4=_0x5b24f7[_0x3fbfb2(0x1a8)]-_0x5b24f7[_0x3fbfb2(0x16a)]+0x1;if(_0x3fbfb2(0x1ca)==_0x4c2a7d[_0x3fbfb2(0x17b)])return _0xb01d8b[_0x3fbfb2(0x1ce)]?{'type':_0x3fbfb2(0x1ca),'content':_0x54630e(_0x6d45f3,_0x3fbfb2(0x168),_0x54630e(_0x6d45f3,_0x3fbfb2(0x1c1),[_0x3de7c4,'\x22'+_0xb01d8b[_0x3fbfb2(0x1f1)]('\x20')+'\x22']))}:{'type':_0x3fbfb2(0x1ca),'content':_0x54630e(_0x6d45f3,_0x3fbfb2(0x168),_0x54630e(_0x6d45f3,_0x3fbfb2(0x1cc),_0x3de7c4))};if(_0x3fbfb2(0x1b6)==_0x4c2a7d[_0x3fbfb2(0x17b)])return _0xb01d8b[_0x3fbfb2(0x1ce)]?{'type':_0x3fbfb2(0x1b6),'content':_0x54630e(_0x6d45f3,_0x3fbfb2(0x1b4),_0x54630e(_0x6d45f3,_0x3fbfb2(0x1c1),[_0x3de7c4,'\x22'+_0xb01d8b[_0x3fbfb2(0x1f1)]('\x20')+'\x22']))}:{'type':_0x3fbfb2(0x1b6),'content':_0x54630e(_0x6d45f3,_0x3fbfb2(0x1b4),_0x54630e(_0x6d45f3,_0x3fbfb2(0x1cc),_0x3de7c4))};}}),_0x2b9e48[_0x15a2fb(0x1c5)][_0x15a2fb(0x186)](_0x15a2fb(0x1ca),_0x15a2fb(0x1ed),_0x15a2fb(0x15a),_0x512ceb),_0x2b9e48[_0x15a2fb(0x1c5)][_0x15a2fb(0x186)](_0x15a2fb(0x1b6),_0x15a2fb(0x1ed),_0x15a2fb(0x15f),_0x512ceb),_0x2b9e48[_0x15a2fb(0x1c5)][_0x15a2fb(0x186)](_0x15a2fb(0x1ca),_0x15a2fb(0x1e2),_0x15a2fb(0x15a),_0x34e7db),_0x2b9e48[_0x15a2fb(0x1c5)][_0x15a2fb(0x186)](_0x15a2fb(0x1b6),_0x15a2fb(0x1e2),_0x15a2fb(0x15f),_0x34e7db),_0x2b9e48[_0x15a2fb(0x1c5)][_0x15a2fb(0x186)](_0x15a2fb(0x1ca),_0x15a2fb(0x1e2),_0x15a2fb(0x1f1),_0x1a1854),_0x2b9e48[_0x15a2fb(0x1c5)][_0x15a2fb(0x186)](_0x15a2fb(0x1b6),_0x15a2fb(0x1e2),_0x15a2fb(0x1f1),_0x1a1854),_0x2b9e48[_0x15a2fb(0x1c5)][_0x15a2fb(0x186)](_0x15a2fb(0x1ca),_0x15a2fb(0x1ed),_0x15a2fb(0x1f1),_0x467b77),_0x2b9e48[_0x15a2fb(0x1c5)][_0x15a2fb(0x186)](_0x15a2fb(0x1b6),_0x15a2fb(0x1ed),_0x15a2fb(0x1f1),_0x467b77);}[_0x37492d(0x18c)](){const _0x2ecb94=_0x37492d,_0x23f95b=this[_0x2ecb94(0x193)],_0x4ca966=_0x23f95b[_0x2ecb94(0x16f)][_0x2ecb94(0x189)][_0x2ecb94(0x1bc)];return(_0x219829,_0x280866)=>{const _0x3380d4=_0x2ecb94;_0x23f95b[_0x3380d4(0x16f)][_0x3380d4(0x154)](_0x4bca66=>{const _0x5f544f=_0x3380d4,{commandName:_0x1e968d,commandParams:_0x2f2f07}=_0x280866;let _0x294df6=_0x219829[0x0][_0x5f544f(0x15e)][_0x5f544f(0x1bb)];_0x2f2f07&&_0x2f2f07[0x0]&&!0x1===_0x2f2f07[0x0][_0x5f544f(0x163)]&&(_0x294df6=_0x219829[0x0][_0x5f544f(0x162)][_0x5f544f(0x165)]);const _0x202a2c=_0x4bca66[_0x5f544f(0x157)](_0x294df6);if(_0x5f544f(0x179)==_0x202a2c[_0x5f544f(0x1eb)][_0x5f544f(0x167)])return;const _0xb3e036=Array[_0x5f544f(0x196)](_0x4ca966[_0x5f544f(0x1ac)]())[_0x5f544f(0x1b8)](_0xd9d2fb=>_0x32057e[_0x5f544f(0x180)](_0xd9d2fb));_0x4bca66[_0x5f544f(0x171)](_0x202a2c),_0x23f95b[_0x5f544f(0x160)][_0x5f544f(0x1ea)](_0x1e968d)[_0x5f544f(0x1ef)](),_0x2f2f07[_0x5f544f(0x1b2)]({'forceDefaultExecution':!0x0}),_0x23f95b[_0x5f544f(0x1cd)](_0x1e968d,..._0x2f2f07);const _0x1d586a=_0xb3e036[_0x5f544f(0x1b1)](_0x1a4866=>_0x5f544f(0x179)!=_0x1a4866[_0x5f544f(0x1eb)][_0x5f544f(0x167)]);_0x1d586a[_0x5f544f(0x1ce)]>0x0&&_0x4bca66[_0x5f544f(0x171)](_0x1d586a);for(const _0x389cad of _0xb3e036)_0x389cad[_0x5f544f(0x1d4)]();});};}[_0x37492d(0x1e0)](_0x37fa94){const _0x4d2072=_0x37492d,_0x3358ea=this[_0x4d2072(0x193)][_0x4d2072(0x182)][_0x4d2072(0x1ea)](_0x4d2072(0x1a7));let _0x10f846=Number[_0x4d2072(0x1af)],_0x3a2340=Number[_0x4d2072(0x1a6)],_0x2bd7d9=Number[_0x4d2072(0x1af)],_0xac329b=Number[_0x4d2072(0x1a6)];for(const _0x3d5410 of _0x37fa94){if(_0x4d2072(0x179)==_0x3d5410[_0x4d2072(0x1eb)][_0x4d2072(0x167)])continue;const {row:_0x55a56f,column:_0x37af36}=_0x3358ea[_0x4d2072(0x1e1)](_0x3d5410),_0x354a46=_0x3d5410[_0x4d2072(0x153)](_0x4d2072(0x1a1))?_0x3d5410[_0x4d2072(0x199)](_0x4d2072(0x1a1))-0x1:0x0,_0x51a1ee=_0x3d5410[_0x4d2072(0x153)](_0x4d2072(0x19e))?_0x3d5410[_0x4d2072(0x199)](_0x4d2072(0x19e))-0x1:0x0;_0x10f846=_0x55a56f<_0x10f846?_0x55a56f:_0x10f846,_0x3a2340=_0x55a56f+_0x354a46>_0x3a2340?_0x55a56f+_0x354a46:_0x3a2340,_0x2bd7d9=_0x37af36<_0x2bd7d9?_0x37af36:_0x2bd7d9,_0xac329b=_0x37af36+_0x51a1ee>_0xac329b?_0x37af36+_0x51a1ee:_0xac329b;}return{'minRow':_0x10f846,'maxRow':_0x3a2340,'minColumn':_0x2bd7d9,'maxColumn':_0xac329b};}[_0x37492d(0x1e8)](){const _0xfdf886=_0x37492d,_0x362511=this[_0xfdf886(0x193)],_0x5a061=_0x362511[_0xfdf886(0x182)][_0xfdf886(0x1ea)](_0xfdf886(0x188)),_0x2e2255=_0x362511[_0xfdf886(0x182)][_0xfdf886(0x1ea)](_0xfdf886(0x1a7));_0x362511[_0xfdf886(0x16f)][_0xfdf886(0x189)]['on'](_0xfdf886(0x1d8),()=>{const _0x15c8cc=_0xfdf886,_0x3069c9=Array[_0x15c8cc(0x196)](_0x362511[_0x15c8cc(0x16f)][_0x15c8cc(0x189)][_0x15c8cc(0x1da)][_0x15c8cc(0x166)]());for(const {name:_0x40c156,data:_0x4671d8}of _0x3069c9){const {group:_0x3c278e,id:_0xdab8c3,subType:_0x265adf}=_0x5a061[_0x15c8cc(0x176)](_0x40c156);if(_0x15c8cc(0x1b3)!=_0x3c278e)continue;if(null!=_0x4671d8[_0x15c8cc(0x1e7)])continue;const _0x3b521b=_0x5a061[_0x15c8cc(0x15b)](_0xdab8c3);this[_0x15c8cc(0x19a)][_0x15c8cc(0x183)](_0x265adf)&&this[_0x15c8cc(0x1d7)][_0x15c8cc(0x1dc)](_0x3b521b);}},{'priority':_0xfdf886(0x1ec)});const _0x52025f=(_0x5e3e8a,_0x2f6d38)=>{const _0x2f237a=_0xfdf886;let _0x32b606=!0x1;const _0x5cfaa8=_0x2f6d38[_0x2f237a(0x1e4)](_0x5e3e8a),_0x530a7e=_0x5e3e8a[_0x2f237a(0x19b)](_0x2f237a(0x190)),_0x500b21=_0x2e2255[_0x2f237a(0x1e1)](_0x5e3e8a);for(const _0xd79e33 of this[_0x2f237a(0x1d7)]){const _0x8e5d7d=_0xd79e33[_0x2f237a(0x198)],_0x2beb09=_0x8e5d7d[_0x2f237a(0x1d0)](_0x2f237a(0x1bd)),_0x49f29f=_0x8e5d7d[_0x2f237a(0x184)](_0x2beb09?0xa:0x5),_0x59ef8b=_0x49f29f[_0x2f237a(0x1c8)](),_0x2df1f7=_0x59ef8b[_0x2f237a(0x184)](0x0,0x3)+_0x2f237a(0x17f),_0x42d24a=_0x2f237a(0x1b5)+_0x49f29f,_0x1d924b=_0x2f237a(0x1ee)+_0x49f29f;if(!_0xd79e33[_0x2f237a(0x1de)])continue;if(_0x530a7e!=_0xd79e33[_0x2f237a(0x177)]()[_0x2f237a(0x162)][_0x2f237a(0x19b)](_0x2f237a(0x190)))continue;if(_0xd79e33[_0x2f237a(0x1d5)](_0x5cfaa8))continue;const _0x298900=_0x5e3e8a[_0x2f237a(0x153)](_0x2df1f7)?_0x5e3e8a[_0x2f237a(0x199)](_0x2df1f7)-0x1:0x0,_0xe71b23=this[_0x2f237a(0x1f4)](_0xd79e33),_0x11cc33=_0xe71b23[_0x42d24a],_0x1dd3c8=_0xe71b23[_0x1d924b];_0x11cc33<=_0x500b21[_0x59ef8b]&&_0x500b21[_0x59ef8b]+_0x298900<=_0x1dd3c8&&(_0xd79e33[_0x2f237a(0x16c)](_0x5cfaa8),_0x32b606=!0x0);}return _0x32b606;};_0x362511[_0xfdf886(0x16f)][_0xfdf886(0x189)][_0xfdf886(0x1a9)](_0x222b10=>{const _0xacdd4e=_0xfdf886;let _0x35be10=!0x1;for(const _0x55d9f2 of _0x362511[_0xacdd4e(0x16f)][_0xacdd4e(0x189)][_0xacdd4e(0x1da)][_0xacdd4e(0x158)]())if(_0xacdd4e(0x170)==_0x55d9f2[_0xacdd4e(0x17b)]){if(_0xacdd4e(0x1ed)==_0x55d9f2[_0xacdd4e(0x1be)]){for(const _0x2ed3cf of _0x55d9f2[_0xacdd4e(0x194)][_0xacdd4e(0x165)][_0xacdd4e(0x18e)]())_0x35be10=_0x35be10||_0x52025f(_0x2ed3cf,_0x222b10);}else _0xacdd4e(0x1df)==_0x55d9f2[_0xacdd4e(0x1be)]&&(_0x35be10=_0x35be10||_0x52025f(_0x55d9f2[_0xacdd4e(0x194)][_0xacdd4e(0x165)],_0x222b10));}return _0x35be10;});}[_0x37492d(0x1f4)](_0x1238c8){const _0x1f0f7d=_0x37492d;return this[_0x1f0f7d(0x1e0)](_0x1238c8[_0x1f0f7d(0x1ac)]()[_0x1f0f7d(0x1b8)](_0x2251db=>_0x2251db[_0x1f0f7d(0x162)][_0x1f0f7d(0x165)]));}}function _0x3028(){const _0x28f44b=['addClass','minColumn','createPositionAt','addRange','23597zBlCXP','168KuETVZ','model','insert','setSelection','removeClass','has','element','6sNpXDS','_splitMarkerName','getFirstRange','insertTableRowAbove','$graveyard','registerElementLabel','type','afterInit','isEqual','some','span','fromRange','downcastDispatcher','plugins','includes','substr','addMarker:suggestion','registerCustomCallback','getItems','TrackChangesEditing','document','ELEMENT_TABLE_ROW','highest','_acceptFormatSuggestionCallbackFactory','maxRow','getChildren','markMultiRangeDeletion','table','ELEMENT_TABLE','descriptionFactory','editor','position','ELEMENT_TABLE_ROW_WITH_TEXT','from','225035SJEyek','subType','getAttribute','_tablePostFixingSubtypes','findAncestor','minRow','ELEMENT_TABLE_WITH_TEXT','colspan','left','getColumnIndexes','rowspan','removeTableColumn','13777047GRaEmU','isIntersecting','locale','MIN_SAFE_INTEGER','TableUtils','maxColumn','registerPostFixer','showSuggestionHighlights','980JQzHOj','getRanges','createTableWalker','values','MAX_SAFE_INTEGER','getRowIndexes','filter','push','suggestion','*Remove:*\x20%0','min','deletion','every','map','above','insertTableColumnRight','nodeBefore','selection','tablePaste','name','data','classes','ELEMENT_TABLE_COLUMN_WITH_TEXT','writer','insertTableRowBelow','insertTable','_suggestionFactory','last','2352310EMMUlZ','toLowerCase','isArray','insertion','enqueueChange','ELEMENT_TABLE_COLUMN','execute','length','insertTableColumnLeft','startsWith','TableEditing','item','enableCommand','detach','isIntersectingWithRange','batch','_tableSuggestions','change:data','getContainedElement','differ','isTouching','add','order','isInContent','tableCell','_getCoordsForCells','getCellLocation','tableColumn','toViewElement','createRangeOn','mapper','selectTableRow','oldRange','_setupColumnsRowsFixing','296559XCuWnb','get','root','low','tableRow','max','refresh','cell','join','11947080kcHrOK','getSelectionAffectedTableCells','_getSuggestionCoords','hasAttribute','change','options','$textProxy','createRangeIn','getChanges','markMultiRangeInsertion','discard','getSuggestion','registerDescriptionCallback','removeTableRow','end','accept','commands','first','start','forceValue','selectTableColumn','nodeAfter','getChangedMarkers','rootName','*Insert:*\x20%0'];_0x3028=function(){return _0x28f44b;};return _0x3028();}function be(_0x4fc386){const _0xdd0589=_0x37492d;return Array[_0xdd0589(0x196)](new Set(_0x4fc386)[_0xdd0589(0x1ae)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x15200c=_0x405e;(function(_0x18ff46,_0xc85e23){const _0x5387ec=_0x405e,_0x47512e=_0x18ff46();while(!![]){try{const _0x21c7a2=-parseInt(_0x5387ec(0xec))/0x1+parseInt(_0x5387ec(0xf0))/0x2+parseInt(_0x5387ec(0xee))/0x3+parseInt(_0x5387ec(0xf7))/0x4+parseInt(_0x5387ec(0xf9))/0x5*(-parseInt(_0x5387ec(0xfb))/0x6)+-parseInt(_0x5387ec(0xeb))/0x7+parseInt(_0x5387ec(0xf4))/0x8*(-parseInt(_0x5387ec(0xf5))/0x9);if(_0x21c7a2===_0xc85e23)break;else _0x47512e['push'](_0x47512e['shift']());}catch(_0x237cf8){_0x47512e['push'](_0x47512e['shift']());}}}(_0x182d,0xf083e));function _0x405e(_0x26a4ed,_0x54836c){const _0x182da1=_0x182d();return _0x405e=function(_0x405ec6,_0x2d6176){_0x405ec6=_0x405ec6-0xea;let _0x4f8ea9=_0x182da1[_0x405ec6];return _0x4f8ea9;},_0x405e(_0x26a4ed,_0x54836c);}import{Plugin as _0x563ec6}from'ckeditor5/src/core.js';function _0x182d(){const _0x2aacd1=['8MkspAA','10295658pJoMsY','TableCaptionEditing','7878136Cbflgx','plugins','2639785WCLKIs','has','12jqpOnK','requires','editor','1674659BNiJab','1094164YEsJGd','get','2529345YTtlVV','toggleTableCaption','3411556YrHaWO','enableCommand','TrackChangesEditing','afterInit'];_0x182d=function(){return _0x2aacd1;};return _0x182d();}import _0x5c38b1 from'./table.js';export default class xt extends _0x563ec6{static get[_0x15200c(0xfc)](){return[_0x5c38b1];}[_0x15200c(0xf3)](){const _0xa0178d=_0x15200c,_0x2e9b68=this[_0xa0178d(0xea)];if(!_0x2e9b68[_0xa0178d(0xf8)][_0xa0178d(0xfa)](_0xa0178d(0xf6)))return;_0x2e9b68[_0xa0178d(0xf8)][_0xa0178d(0xed)](_0xa0178d(0xf2))[_0xa0178d(0xf1)](_0xa0178d(0xef));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x45159e=_0x3889;(function(_0x1e22c3,_0x50d6c5){const _0x1fcf37=_0x3889,_0x4615dd=_0x1e22c3();while(!![]){try{const _0x36c11a=parseInt(_0x1fcf37(0x1bd))/0x1+-parseInt(_0x1fcf37(0x184))/0x2+parseInt(_0x1fcf37(0x1b7))/0x3+parseInt(_0x1fcf37(0x14d))/0x4*(-parseInt(_0x1fcf37(0x155))/0x5)+-parseInt(_0x1fcf37(0x1b1))/0x6*(parseInt(_0x1fcf37(0x1ec))/0x7)+parseInt(_0x1fcf37(0x1f9))/0x8+parseInt(_0x1fcf37(0x196))/0x9*(parseInt(_0x1fcf37(0x1ab))/0xa);if(_0x36c11a===_0x50d6c5)break;else _0x4615dd['push'](_0x4615dd['shift']());}catch(_0x1aafcc){_0x4615dd['push'](_0x4615dd['shift']());}}}(_0x17d0,0xda7b3));import{getTranslation as _0x452bac}from'../utils/common-translations.js';import{Plugin as _0x4464b9}from'ckeditor5/src/core.js';import{LiveRange as _0xba73de}from'ckeditor5/src/engine.js';import{uid as _0x4b1882,priorities as _0x20738f}from'ckeditor5/src/utils.js';import _0x215d7d from'./table.js';const Ce=[_0x45159e(0x15f),_0x45159e(0x166),_0x45159e(0x157),_0x45159e(0x16a),_0x45159e(0x13c),_0x45159e(0x1b3),_0x45159e(0x164)],Pe=Object[_0x45159e(0x1b6)](Ce[_0x45159e(0x1a8)](_0x1dc637=>[_0x1dc637,null]));export default class _t extends _0x4464b9{static get[_0x45159e(0x177)](){return[_0x215d7d];}[_0x45159e(0x170)](){const _0x10786a=_0x45159e,_0x38c8d3=this[_0x10786a(0x1c8)];if(!_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x1d9)](_0x10786a(0x180)))return;const _0x432a33=_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x10786a(0x169)),_0x3c9b10=_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x10786a(0x14e)),_0x356937=_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x215d7d),_0x5cc1af=_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x10786a(0x180));_0x356937[_0x10786a(0x1a3)][_0x10786a(0x1aa)](_0x10786a(0x1a1),_0x10786a(0x1d8)),_0x38c8d3[_0x10786a(0x1cf)][_0x10786a(0x199)][_0x10786a(0x16d)](_0x10786a(0x185),{'allowIn':_0x10786a(0x188),'allowContentOf':_0x10786a(0x188),'isLimit':!0x0}),_0x38c8d3[_0x10786a(0x140)][_0x10786a(0x182)]({'model':_0x10786a(0x185),'view':_0x10786a(0x19d)});let _0x1cfba6=null;_0x38c8d3[_0x10786a(0x1cf)]['on'](_0x10786a(0x175),(_0xe13550,_0x6dfce9)=>{const _0x3aede1=_0x10786a,[_0x6c5791,_0x3850b4]=_0x6dfce9,_0x10be78=_0x6dfce9[_0x6dfce9[_0x3aede1(0x1f0)]-0x1];_0x10be78&&_0x10be78[_0x3aede1(0x1c1)]||_0x432a33[_0x3aede1(0x14a)]||this[_0x3aede1(0x1c8)][_0x3aede1(0x19f)][_0x3aede1(0x14c)](_0x3aede1(0x1dc))[_0x3aede1(0x144)]&&function(_0x542a22,_0x122f2f,_0x4384fe,_0x3dbea0,_0x4dfc46){const _0x3a0499=_0x3aede1;if(_0x122f2f&&!_0x122f2f['is'](_0x3a0499(0x179)))return!0x1;const _0x4c6bf2=_0x4dfc46[_0x3a0499(0x19b)](_0x542a22,_0x4384fe);if(!_0x4c6bf2||!ke(_0x4c6bf2,void 0x0,_0x3dbea0))return!0x1;const _0x430621=_0x3dbea0[_0x3a0499(0x1d1)](_0x4384fe[_0x3a0499(0x1cd)][_0x3a0499(0x151)]);if(!_0x430621[_0x3a0499(0x1f0)])return!0x1;const _0x48f661=_0x430621[0x0][_0x3a0499(0x1f5)](_0x3a0499(0x1ce)),_0x24985a=_0x3dbea0[_0x3a0499(0x1af)](_0x430621),_0x2d4738=_0x3dbea0[_0x3a0499(0x1d6)](_0x430621),_0x442579={'startRow':_0x24985a[_0x3a0499(0x14f)],'endRow':_0x24985a[_0x3a0499(0x1ed)],'startColumn':_0x2d4738[_0x3a0499(0x14f)],'endColumn':_0x2d4738[_0x3a0499(0x1ed)]};return 0x1==_0x430621[_0x3a0499(0x1f0)]&&(_0x442579[_0x3a0499(0x201)]+=_0x3dbea0[_0x3a0499(0x160)](_0x4c6bf2)-0x1,_0x442579[_0x3a0499(0x17d)]+=_0x3dbea0[_0x3a0499(0x1fb)](_0x4c6bf2)-0x1),ke(_0x48f661,_0x442579,_0x3dbea0);}(_0x6c5791,_0x3850b4,_0x38c8d3[_0x3aede1(0x1cf)],_0x3c9b10,_0x5cc1af)&&(_0xe13550[_0x3aede1(0x143)](),_0x1cfba6={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x38c8d3[_0x3aede1(0x1cf)][_0x3aede1(0x171)](()=>{const _0x4a2132=_0x3aede1;_0x38c8d3[_0x4a2132(0x1cf)][_0x4a2132(0x175)](_0x6dfce9[0x0],_0x6dfce9[0x1],_0x6dfce9[0x2],{'forceDefaultExecution':!0x0});const _0x264cbb=_0x4b1882(),{rowInsertionRanges:_0x5d6625,columnInsertionRanges:_0x44b6dd,insertionRanges:_0x3c080c,deletionRanges:_0x402fb6,cells:_0x1fdc4f}=_0x1cfba6;_0x5d6625[_0x4a2132(0x1f0)]&&_0x432a33[_0x4a2132(0x17f)](_0x5d6625,_0x4a2132(0x1a1),{'tablePasteChainId':_0x264cbb}),_0x44b6dd[_0x4a2132(0x1f0)]&&_0x432a33[_0x4a2132(0x17f)](_0x44b6dd,_0x4a2132(0x1d8),{'tablePasteChainId':_0x264cbb}),_0x3c080c[_0x4a2132(0x1f0)]&&(_0x432a33[_0x4a2132(0x17f)](_0x3c080c,_0x4a2132(0x14b),{'tablePasteChainId':_0x264cbb,'skipNestingCheck':!0x0}),_0x3c080c[_0x4a2132(0x1d4)](_0x3de792=>{const _0x2110ac=_0x4a2132;var _0x2c140b;return null===(_0x2c140b=_0x3de792[_0x2110ac(0x1b5)])||void 0x0===_0x2c140b?void 0x0:_0x2c140b[_0x2110ac(0x165)](_0x3de792);})),_0x402fb6[_0x4a2132(0x1f0)]&&(_0x432a33[_0x4a2132(0x1c4)](_0x402fb6,_0x4a2132(0x14b),{'tablePasteChainId':_0x264cbb,'skipNestingCheck':!0x0}),_0x402fb6[_0x4a2132(0x1d4)](_0x5c42a7=>{const _0x193420=_0x4a2132;var _0x4ded53;return null===(_0x4ded53=_0x5c42a7[_0x193420(0x1b5)])||void 0x0===_0x4ded53?void 0x0:_0x4ded53[_0x193420(0x165)](_0x5c42a7);}));const _0x5a121d=_0x432a33[_0x4a2132(0x1a7)](_0x1fdc4f[_0x4a2132(0x1a8)](({element:_0x2a1f06})=>_0x2a1f06),{'formatGroupId':_0x4b1882()},[],_0x4a2132(0x200),{'tablePasteChainId':_0x264cbb});if(_0x5a121d){const _0xc37abd=_0x5a121d[_0x4a2132(0x202)](),_0x4d167b=[];for(const {element:_0x33a3ba,attributes:_0x3f9500}of _0x1fdc4f){if(!_0x3f9500)continue;const _0x55a44d=_0x38c8d3[_0x4a2132(0x1cf)][_0x4a2132(0x193)](_0x33a3ba),_0xbfa002=_0xc37abd[_0x4a2132(0x195)](_0x5d9d9c=>_0x5d9d9c[_0x4a2132(0x181)]()[_0x4a2132(0x1f2)](_0x55a44d));_0xbfa002&&_0x4d167b[_0x4a2132(0x1aa)]([_0xbfa002[_0x4a2132(0x1bb)],_0x3f9500]);}_0x4d167b[_0x4a2132(0x1f0)]&&_0x5a121d[_0x4a2132(0x1e1)](_0x4a2132(0x15a),Object[_0x4a2132(0x1b6)](_0x4d167b));}_0x1cfba6=null;}));},{'priority':_0x20738f[_0x10786a(0x152)]+0xa}),_0x38c8d3[_0x10786a(0x18d)][_0x10786a(0x14c)](_0x10786a(0x180))['on'](_0x10786a(0x1f4),(_0x351476,_0x5c3c81)=>{const _0x4eb2e3=_0x10786a,[_0x36554c,_0x108487,,_0x140817]=_0x5c3c81;if(!_0x1cfba6)return;_0x351476[_0x4eb2e3(0x143)]();const _0x3251c2=_0x36554c[_0x4eb2e3(0x1d7)],_0x10afff=_0x108487,_0x2bb4af=we(_0x3251c2),_0x3d5a0f=we(_0x10afff);_0x351476[_0x4eb2e3(0x1eb)]=_0x3251c2;let _0x233fad=null,_0xdf41ce=null;if(_0x3d5a0f||_0x2bb4af){if(_0x2bb4af&&!_0x3d5a0f){_0x140817[_0x4eb2e3(0x13b)](_0x3251c2[_0x4eb2e3(0x1a5)](0x0));for(const _0x5ac408 of Array[_0x4eb2e3(0x1c5)](_0x10afff[_0x4eb2e3(0x168)]()))_0x140817[_0x4eb2e3(0x1b8)](_0x5ac408,_0x3251c2,_0x4eb2e3(0x158));const _0x1a2fc1=_0x1cfba6[_0x4eb2e3(0x156)][_0x4eb2e3(0x1b4)](_0x36554c[_0x4eb2e3(0x153)]),_0x443ec7=_0x1cfba6[_0x4eb2e3(0x1be)][_0x4eb2e3(0x1b4)](_0x36554c[_0x4eb2e3(0x17e)]);_0x1a2fc1||_0x443ec7||(_0x233fad=_0xba73de[_0x4eb2e3(0x1c9)](_0x140817[_0x4eb2e3(0x161)](_0x3251c2)));}else _0x3d5a0f&&!_0x2bb4af&&(_0xdf41ce=_0x140817[_0x4eb2e3(0x161)](_0x3251c2));}else{const _0xe20f1d=_0x140817[_0x4eb2e3(0x178)](_0x4eb2e3(0x185)),_0x584293=_0x140817[_0x4eb2e3(0x178)](_0x4eb2e3(0x185));_0x140817[_0x4eb2e3(0x17c)](_0x140817[_0x4eb2e3(0x161)](_0x3251c2),_0x584293),_0x140817[_0x4eb2e3(0x1b8)](_0xe20f1d,_0x3251c2,0x0);for(const _0x1a5ceb of Array[_0x4eb2e3(0x1c5)](_0x10afff[_0x4eb2e3(0x168)]()))_0x140817[_0x4eb2e3(0x1b8)](_0x1a5ceb,_0xe20f1d,_0x4eb2e3(0x158));_0x233fad=_0xba73de[_0x4eb2e3(0x1c9)](_0x140817[_0x4eb2e3(0x193)](_0xe20f1d)),_0xdf41ce=_0xba73de[_0x4eb2e3(0x1c9)](_0x140817[_0x4eb2e3(0x193)](_0x584293));}const _0x591fab=Array[_0x4eb2e3(0x1c5)](_0x10afff[_0x4eb2e3(0x1e8)]())[_0x4eb2e3(0x191)](([_0x4436bf])=>Ce[_0x4eb2e3(0x1b4)](_0x4436bf));_0x1cfba6[_0x4eb2e3(0x1e0)][_0x4eb2e3(0x1aa)]({'element':_0x3251c2,'attributes':_0x591fab[_0x4eb2e3(0x1f0)]?Object[_0x4eb2e3(0x1b6)](_0x591fab):null}),_0x233fad&&_0x1cfba6[_0x4eb2e3(0x1db)][_0x4eb2e3(0x1aa)](_0x233fad),_0xdf41ce&&_0x1cfba6[_0x4eb2e3(0x1a4)][_0x4eb2e3(0x1aa)](_0xdf41ce);},{'priority':_0x10786a(0x152)}),_0x3c9b10['on'](_0x10786a(0x1f1),(_0x25f752,_0x511d79)=>{const _0x3804cb=_0x10786a,[_0x4ee93a,_0x624e7b={}]=_0x511d79;if(!_0x1cfba6)return;const _0x1dd623=_0x624e7b['at']||0x0,_0x3c4457=_0x624e7b[_0x3804cb(0x136)]||0x1;_0x1cfba6[_0x3804cb(0x1be)]=new Array(_0x3c4457)[_0x3804cb(0x16f)](_0x1dd623)[_0x3804cb(0x1a8)]((_0x5c127f,_0x4553ae)=>_0x5c127f+_0x4553ae);for(const {cell:_0x4eea95}of _0x3c9b10[_0x3804cb(0x1ca)](_0x4ee93a,{'startColumn':_0x1dd623,'endColumn':_0x1dd623+_0x3c4457-0x1}))_0x1cfba6[_0x3804cb(0x1df)][_0x3804cb(0x1aa)](_0x38c8d3[_0x3804cb(0x1cf)][_0x3804cb(0x193)](_0x4eea95));},{'priority':_0x10786a(0x187)}),_0x3c9b10['on'](_0x10786a(0x1ba),(_0x363e01,_0x2829c5)=>{const _0x16b801=_0x10786a,[_0x49462d,_0x1d3d3a={}]=_0x2829c5;if(!_0x1cfba6)return;const _0x28d5ad=_0x1d3d3a['at']||0x0,_0x346c16=_0x1d3d3a[_0x16b801(0x13f)]||0x1;_0x1cfba6[_0x16b801(0x156)]=new Array(_0x346c16)[_0x16b801(0x16f)](_0x28d5ad)[_0x16b801(0x1a8)]((_0x4ed287,_0x8f02c)=>_0x4ed287+_0x8f02c);for(const {cell:_0xcbf73d}of _0x3c9b10[_0x16b801(0x1ca)](_0x49462d,{'startRow':_0x28d5ad,'endRow':_0x28d5ad+_0x346c16-0x1}))_0x1cfba6[_0x16b801(0x1fa)][_0x16b801(0x1aa)](_0x38c8d3[_0x16b801(0x1cf)][_0x16b801(0x193)](_0xcbf73d));},{'priority':_0x10786a(0x187)}),_0x432a33[_0x10786a(0x150)][_0x10786a(0x174)](_0x54df0f=>{const _0x10a3f2=_0x10786a;if(_0x54df0f[_0x10a3f2(0x1f7)]&&_0x54df0f[_0x10a3f2(0x1f7)][_0x10a3f2(0x13a)](_0x10a3f2(0x14b)))return _0x54df0f[_0x10a3f2(0x192)]?{}:{'type':_0x10a3f2(0x1da),'content':_0x452bac(_0x38c8d3[_0x10a3f2(0x149)],_0x10a3f2(0x154))};});const _0x3b8ea1=()=>!0x1;for(const _0x56a5ad of[_0x10786a(0x14b),_0x10786a(0x1d8),_0x10786a(0x1a1),_0x10786a(0x200)])_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x1da),_0x56a5ad,_0x10786a(0x1e5),_0x3b8ea1),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x1fd),_0x56a5ad,_0x10786a(0x1e5),_0x3b8ea1),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x189),_0x56a5ad,_0x10786a(0x1e5),_0x3b8ea1);_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x189),_0x10786a(0x200),_0x10786a(0x1f3),_0x3b8ea1),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x189),_0x10786a(0x200),_0x10786a(0x1d0),(_0x1f947e,_0x59df52,_0xacf7ac)=>{const _0x3b014c=_0x10786a,_0x4b414a=_0x1f947e[_0x3b014c(0x1a8)](_0x4070d4=>_0x4070d4[_0x3b014c(0x1c2)]())[_0x3b014c(0x191)](_0x7cd113=>_0x7cd113),_0x25ab32=new Map(_0x4b414a[_0x3b014c(0x1a8)](_0x3774bd=>[_0x3774bd,null]));if(_0x1cfba6){for(const {element:_0x47b6c9,attributes:_0x41cde8}of _0x1cfba6[_0x3b014c(0x1e0)])_0x41cde8&&_0x25ab32[_0x3b014c(0x147)](_0x47b6c9,_0x41cde8);}else{if(_0xacf7ac&&_0xacf7ac[_0x3b014c(0x15a)])for(const [_0x4abd18,_0x176ea4]of Object[_0x3b014c(0x1e7)](_0xacf7ac[_0x3b014c(0x15a)])){const _0x1d6864=_0x38c8d3[_0x3b014c(0x1cf)][_0x3b014c(0x172)][_0x3b014c(0x14c)](_0x4abd18),_0xf23bf0=_0x1d6864?_0x1d6864[_0x3b014c(0x181)]()[_0x3b014c(0x1c2)]():null;_0xf23bf0&&_0x25ab32[_0x3b014c(0x147)](_0xf23bf0,_0x176ea4);}}_0x38c8d3[_0x3b014c(0x1cf)][_0x3b014c(0x171)](_0x39ebf7=>{const _0x35366a=_0x3b014c;for(const [_0x2b4654,_0x25089b]of _0x25ab32)_0x39ebf7[_0x35366a(0x173)]({...Pe,..._0x25089b},_0x2b4654);});});const _0xf3d17d=(_0x10018c,_0x2f5983)=>{const _0x2b1415=_0x10786a;_0x432a33[_0x2b1415(0x1d2)][_0x2b1415(0x1e4)](_0x10018c,_0x2b1415(0x14b),_0x2f5983,(_0x5e3714,_0x1bfbdc,_0x3058d4)=>{const _0xf80c9a=_0x2b1415;_0x38c8d3[_0xf80c9a(0x1cf)][_0xf80c9a(0x171)](_0x189bf7=>{const _0x4a988f=_0xf80c9a,_0x248ef4=[];for(const _0x14af98 of _0x5e3714){const _0x956886=_0x14af98[_0x4a988f(0x1fc)][_0x4a988f(0x1b9)];_0x956886['is'](_0x4a988f(0x141),_0x4a988f(0x185))&&_0x248ef4[_0x4a988f(0x1aa)](_0x956886);}_0x432a33[_0x4a988f(0x1d2)][_0x4a988f(0x18f)](_0x10018c,null,_0x2f5983)(_0x5e3714,_0x1bfbdc,_0x3058d4);for(const _0x2af22a of _0x248ef4)_0x4a988f(0x1a9)!=_0x2af22a[_0x4a988f(0x138)][_0x4a988f(0x1c0)]&&_0x189bf7[_0x4a988f(0x16b)](_0x2af22a);});});};_0xf3d17d(_0x10786a(0x1da),_0x10786a(0x1d0)),_0xf3d17d(_0x10786a(0x1da),_0x10786a(0x1f3)),_0xf3d17d(_0x10786a(0x1fd),_0x10786a(0x1d0)),_0xf3d17d(_0x10786a(0x1fd),_0x10786a(0x1f3)),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x1da),_0x10786a(0x1a1),_0x10786a(0x1f3),_0x59f097=>{const _0x53d833=_0x10786a,_0x15a9a5=_0x59f097[_0x53d833(0x1a8)](_0xe2419b=>_0xe2419b[_0x53d833(0x1c2)]()),_0x5f3466=_0x15a9a5[0x0][_0x53d833(0x1f5)](_0x53d833(0x1ce)),{minRow:_0x532487,maxRow:_0x2d3e6b}=_0x356937[_0x53d833(0x145)](_0x15a9a5);_0x3c9b10[_0x53d833(0x15c)](_0x5f3466,{'at':_0x532487,'rows':_0x2d3e6b-_0x532487+0x1});}),_0x432a33[_0x10786a(0x1d2)][_0x10786a(0x1e4)](_0x10786a(0x1da),_0x10786a(0x1d8),_0x10786a(0x1f3),_0x5a0618=>{const _0x34dfbf=_0x10786a,_0x5ba3b1=_0x5a0618[_0x34dfbf(0x1a8)](_0x29f96f=>_0x29f96f[_0x34dfbf(0x1c2)]()),_0x3a2686=_0x5ba3b1[0x0][_0x34dfbf(0x1f5)](_0x34dfbf(0x1ce)),{minColumn:_0x35e396,maxColumn:_0x3b1d72}=_0x356937[_0x34dfbf(0x145)](_0x5ba3b1);_0x3c9b10[_0x34dfbf(0x18c)](_0x3a2686,{'at':_0x35e396,'columns':_0x3b1d72-_0x35e396+0x1});});const _0x29b6bb=(_0x892c44,_0x26595c)=>{const _0x4c3b8c=_0x10786a;if(!_0x26595c[_0x4c3b8c(0x1f7)]||!_0x26595c[_0x4c3b8c(0x1f7)][_0x4c3b8c(0x13a)](_0x4c3b8c(0x14b)))return;const _0xe1d177=_0x26595c[_0x4c3b8c(0x1a6)][_0x4c3b8c(0x1ad)],_0x1b367a=_0x432a33[_0x4c3b8c(0x1f6)]()[_0x4c3b8c(0x191)](_0x1ecb90=>_0x1ecb90[_0x4c3b8c(0x197)]&&_0x1ecb90[_0x4c3b8c(0x1a6)]&&_0x1ecb90[_0x4c3b8c(0x1a6)][_0x4c3b8c(0x1ad)]==_0xe1d177);_0x1b367a[_0x4c3b8c(0x1f0)]&&_0x26595c[_0x4c3b8c(0x148)]()[_0x4c3b8c(0x1f0)]!=_0x1b367a[_0x4c3b8c(0x1f0)]&&_0x1b367a[_0x4c3b8c(0x1ac)]((_0x18b53d,_0x2c0592)=>(_0x18b53d[_0x4c3b8c(0x1bc)]=_0x2c0592,_0x2c0592[_0x4c3b8c(0x192)]=_0x18b53d,_0x2c0592));};function _0x119e6a(_0x38a2c6,_0x11c6fa=!0x0){const _0x640976=_0x10786a,{id:_0x1c82f2}=_0x432a33[_0x640976(0x1b2)](_0x38a2c6[_0x640976(0x1cc)]),_0x2a6c0f=[_0x640976(0x198),_0x640976(0x1bf)],_0x155b58=_0x432a33[_0x640976(0x15b)][_0x640976(0x1b4)](_0x38a2c6[_0x640976(0x1cc)]);return _0x155b58&&_0x2a6c0f[_0x640976(0x1aa)](_0x640976(0x146)),{'classes':_0x2a6c0f,'attributes':{'data-suggestion':_0x1c82f2},'priority':_0x155b58&&_0x11c6fa?0xbc2:0xbb8};}_0x432a33['on'](_0x10786a(0x1cb),_0x29b6bb,{'priority':_0x10786a(0x152)}),_0x432a33['on'](_0x10786a(0x18a),_0x29b6bb,{'priority':_0x10786a(0x152)}),_0x38c8d3[_0x10786a(0x1cf)][_0x10786a(0x1cd)][_0x10786a(0x1e6)](()=>{const _0xdf00d6=_0x10786a;let _0x39e269=!0x1;const _0x256889=Array[_0xdf00d6(0x1c5)](_0x38c8d3[_0xdf00d6(0x1cf)][_0xdf00d6(0x1cd)][_0xdf00d6(0x1b0)][_0xdf00d6(0x194)]());for(const {name:_0x1b73e9,data:_0x15856c}of _0x256889){const {group:_0x5434fa,type:_0x4ee8bd,id:_0x6bb927}=_0x432a33[_0xdf00d6(0x1b2)](_0x1b73e9);if(_0xdf00d6(0x15d)!=_0x5434fa||_0xdf00d6(0x1fd)!=_0x4ee8bd||_0x15856c[_0xdf00d6(0x1a2)])continue;if(!_0x432a33[_0xdf00d6(0x1ee)](_0x6bb927))continue;const _0x53dfca=_0x432a33[_0xdf00d6(0x13e)](_0x6bb927)[_0xdf00d6(0x19a)](),_0x436a67=_0x38c8d3[_0xdf00d6(0x18d)][_0xdf00d6(0x14c)](_0xdf00d6(0x1e2))['me'];for(const _0x4c6093 of _0x432a33[_0xdf00d6(0x1f6)]()){if(!_0x4c6093[_0xdf00d6(0x197)]||_0x4c6093[_0xdf00d6(0x1c7)]!=_0x436a67)continue;if(_0xdf00d6(0x189)!=_0x4c6093[_0xdf00d6(0x162)]||_0xdf00d6(0x200)!=_0x4c6093[_0xdf00d6(0x1f7)])continue;if(_0x4c6093[_0xdf00d6(0x19a)]()[_0xdf00d6(0x18b)](_0x5413b6=>_0x53dfca[_0xdf00d6(0x19e)](_0x5aa036=>_0x5aa036[_0xdf00d6(0x13d)](_0x5413b6,!0x0)))){for(const _0x18eb13 of _0x4c6093[_0xdf00d6(0x148)]())_0x18eb13[_0xdf00d6(0x197)]&&(_0x18eb13[_0xdf00d6(0x1f3)](),_0x39e269=!0x0);}}}return _0x39e269;}),_0x38c8d3[_0x10786a(0x1cf)][_0x10786a(0x1cd)][_0x10786a(0x1e6)](_0x53f17d=>{const _0x15d61a=_0x10786a,_0x12ac15=_0x38c8d3[_0x15d61a(0x19f)][_0x15d61a(0x14c)](_0x15d61a(0x1e3));if(!_0x12ac15||!_0x12ac15[_0x15d61a(0x1d5)][_0x15d61a(0x1d9)](_0x53f17d[_0x15d61a(0x183)]))return!0x1;let _0x49c3a5=!0x1;const _0x33e4cc=_0x38c8d3[_0x15d61a(0x18d)][_0x15d61a(0x14c)](_0x15d61a(0x1e2))['me'],_0x4a2bf6=_0x38c8d3[_0x15d61a(0x1cf)][_0x15d61a(0x1cd)][_0x15d61a(0x1b0)][_0x15d61a(0x1ef)](),_0x364f29=Array[_0x15d61a(0x1c5)](_0x38c8d3[_0x15d61a(0x1cf)][_0x15d61a(0x1cd)][_0x15d61a(0x1b0)][_0x15d61a(0x194)]())[_0x15d61a(0x191)](({name:_0x139ed0,data:_0x489588})=>{const _0x10af7c=_0x15d61a,{group:_0x16bf45,subType:_0x1774db,authorId:_0xf5b5ef}=_0x432a33[_0x10af7c(0x1b2)](_0x139ed0);return _0x10af7c(0x15d)==_0x16bf45&&_0x10af7c(0x14b)==_0x1774db&&_0xf5b5ef==_0x33e4cc['id']&&!_0x489588[_0x10af7c(0x1a2)];});for(const _0x4ad0db of _0x4a2bf6){if(_0x15d61a(0x1b8)!=_0x4ad0db[_0x15d61a(0x162)]||_0x15d61a(0x185)!=_0x4ad0db[_0x15d61a(0x1bb)]||0x1!=_0x4ad0db[_0x15d61a(0x1f0)])continue;const _0x2d8e05=_0x53f17d[_0x15d61a(0x142)](_0x4ad0db[_0x15d61a(0x190)],_0x4ad0db[_0x15d61a(0x190)][_0x15d61a(0x17a)](0x1));if(!_0x364f29[_0x15d61a(0x195)](({data:_0x6d4a00})=>_0x6d4a00[_0x15d61a(0x19c)][_0x15d61a(0x1f2)](_0x2d8e05))){for(const {name:_0x40e26f,data:_0x28985d}of _0x364f29)if(_0x2d8e05[_0x15d61a(0x13d)](_0x28985d[_0x15d61a(0x19c)])){_0x53f17d[_0x15d61a(0x137)](_0x40e26f,{'range':_0x2d8e05}),_0x49c3a5=!0x0;break;}}}return _0x49c3a5;}),_0x38c8d3[_0x10786a(0x1cf)][_0x10786a(0x1cd)][_0x10786a(0x1e6)](_0x4e696c=>{const _0x58fdca=_0x10786a;let _0x5e3b33=!0x1;const _0x55ce1e=_0x38c8d3[_0x58fdca(0x18d)][_0x58fdca(0x14c)](_0x58fdca(0x1e2))['me'],_0x244a77=_0x432a33[_0x58fdca(0x1f6)]()[_0x58fdca(0x191)](_0x1ceb6a=>_0x1ceb6a[_0x58fdca(0x197)]&&_0x1ceb6a[_0x58fdca(0x1c7)]==_0x55ce1e),_0x5b5d7e=new Set(),_0x132138=new Set();for(const _0x2098c3 of _0x244a77)if(_0x58fdca(0x14b)==_0x2098c3[_0x58fdca(0x1f7)])for(const _0x3abcb4 of _0x2098c3[_0x58fdca(0x202)]()){const _0x14ee75=_0x3abcb4[_0x58fdca(0x181)]()[_0x58fdca(0x1c2)]();if(_0x14ee75){if(_0x14ee75['is'](_0x58fdca(0x141),_0x58fdca(0x185))&&we(_0x14ee75)){_0x2098c3[_0x58fdca(0x1c6)](_0x3abcb4[_0x58fdca(0x1bb)]),_0x5b5d7e[_0x58fdca(0x159)](_0x14ee75),_0x5e3b33=!0x0;const _0x52d029=_0x14ee75[_0x58fdca(0x16c)],_0x5d2f7c=_0x14ee75[_0x58fdca(0x18e)],_0x3b6afe=_0x52d029&&_0x52d029['is'](_0x58fdca(0x141),_0x58fdca(0x185)),_0x166c9a=_0x5d2f7c&&_0x5d2f7c['is'](_0x58fdca(0x141),_0x58fdca(0x185));_0x3b6afe&&!_0x5b5d7e[_0x58fdca(0x1d9)](_0x52d029)&&_0x132138[_0x58fdca(0x159)](_0x52d029),_0x166c9a&&!_0x5b5d7e[_0x58fdca(0x1d9)](_0x5d2f7c)&&_0x132138[_0x58fdca(0x159)](_0x5d2f7c);}else _0x14ee75['is'](_0x58fdca(0x141),_0x58fdca(0x186))&&_0x14ee75[_0x58fdca(0x1a0)]&&(_0x2098c3[_0x58fdca(0x1c6)](_0x3abcb4[_0x58fdca(0x1bb)]),_0x5e3b33=!0x0);}}else{if(_0x58fdca(0x200)==_0x2098c3[_0x58fdca(0x1f7)]){if(!_0x2098c3[_0x58fdca(0x1a6)]||!_0x2098c3[_0x58fdca(0x1a6)][_0x58fdca(0x1ad)])continue;const _0x594f48=_0x2098c3[_0x58fdca(0x1a6)][_0x58fdca(0x15a)];if(_0x594f48&&Object[_0x58fdca(0x1f8)](_0x594f48)[_0x58fdca(0x1f0)])continue;const _0x1fd74a=_0x2098c3[_0x58fdca(0x1a6)][_0x58fdca(0x1ad)];let _0x2b77d2=!0x0,_0x95607a=!0x0;for(const _0x21fea7 of _0x244a77)if(_0x21fea7[_0x58fdca(0x1f7)]&&_0x21fea7[_0x58fdca(0x1f7)][_0x58fdca(0x13a)](_0x58fdca(0x14b))){if(!_0x21fea7[_0x58fdca(0x1a6)][_0x58fdca(0x1ad)]){_0x95607a=!0x1;break;}if(_0x21fea7['id']!=_0x2098c3['id']&&_0x21fea7[_0x58fdca(0x1a6)][_0x58fdca(0x1ad)]==_0x1fd74a){_0x2b77d2=!0x1;break;}}_0x95607a&&_0x2b77d2&&(_0x2098c3[_0x58fdca(0x1e9)](),_0x5e3b33=!0x0);}}for(const _0x2b25ce of _0x5b5d7e)_0x4e696c[_0x58fdca(0x13b)](_0x2b25ce);for(const _0x4cd9e6 of _0x132138)_0x4e696c[_0x58fdca(0x16b)](_0x4cd9e6);return _0x5e3b33;}),_0x38c8d3[_0x10786a(0x140)][_0x10786a(0x1de)](_0x10786a(0x139))[_0x10786a(0x17b)]({'model':_0x10786a(0x1ae),'view':(_0x5a5e95,_0x44c551)=>_0x119e6a(_0x5a5e95),'converterPriority':_0x10786a(0x152)}),_0x38c8d3[_0x10786a(0x140)][_0x10786a(0x1de)](_0x10786a(0x1fe))[_0x10786a(0x17b)]({'model':_0x10786a(0x1ae),'view':(_0x1331ea,_0x2cde10)=>_0x2cde10[_0x10786a(0x1ff)][_0x10786a(0x167)]?_0x119e6a(_0x1331ea,!0x1):null,'converterPriority':_0x10786a(0x152)});const _0x2b7708=_0x38c8d3[_0x10786a(0x163)][_0x10786a(0x1dd)];this[_0x10786a(0x16e)](_0x2b7708[_0x10786a(0x1cd)],_0x10786a(0x176),(_0x5030dc,_0x37989d)=>{const _0x11621d=_0x10786a,_0x353a09=[];for(const _0x274393 of _0x2b7708[_0x11621d(0x161)](_0x37989d[_0x11621d(0x1d3)])[_0x11621d(0x1c3)]())_0x274393['is'](_0x11621d(0x141),_0x11621d(0x19d))&&_0x353a09[_0x11621d(0x1aa)](_0x274393);_0x2b7708[_0x11621d(0x171)](_0x50844c=>{const _0x10cbf7=_0x11621d;for(const _0x2ed241 of _0x353a09)_0x50844c[_0x10cbf7(0x1ea)](_0x50844c[_0x10cbf7(0x161)](_0x2ed241),_0x50844c[_0x10cbf7(0x15e)](_0x2ed241)),_0x50844c[_0x10cbf7(0x13b)](_0x2ed241);});});}}function _0x3889(_0x5d2e47,_0x2eb575){const _0x17d06e=_0x17d0();return _0x3889=function(_0x3889c7,_0x545062){_0x3889c7=_0x3889c7-0x136;let _0x2ce8cb=_0x17d06e[_0x3889c7];return _0x2ce8cb;},_0x3889(_0x5d2e47,_0x2eb575);}function we(_0x26e365){const _0x4358ed=_0x45159e;if(_0x26e365[_0x4358ed(0x1a0)])return!0x0;const _0x1e533e=_0x26e365[_0x4358ed(0x1a5)](0x0);return _0x1e533e['is'](_0x4358ed(0x141),_0x4358ed(0x186))&&_0x1e533e[_0x4358ed(0x1a0)];}function _0x17d0(){const _0x46a7d8=['commands','isEmpty','tablePasteRow','oldRange','_tablePostFixingSubtypes','deletionRanges','getChild','attributes','markMultiRangeBlockFormat','map','$graveyard','push','27265410AeAAXw','reduce','tablePasteChainId','suggestion:formatBlock:tablePasteCell','getRowIndexes','differ','2802VxxBtt','_splitMarkerName','tableCellBackgroundColor','includes','detach','fromEntries','107235fUdUQo','insert','nodeAfter','insertRows','name','next','419947fOcGcj','columnInsertionIndexes','ck-suggestion-marker-insertion','rootName','forceDefaultExecution','getContainedElement','getItems','markMultiRangeDeletion','from','removeMarker','author','editor','fromRange','createTableWalker','suggestionLoaded','markerName','document','table','model','accept','getSelectionAffectedTableCells','_suggestionFactory','content','forEach','_createdBatches','getColumnIndexes','cell','tablePasteColumn','has','insertion','insertionRanges','trackChanges','view','for','columnInsertionRanges','cells','setAttribute','Users','redo','registerCustomCallback','join','registerPostFixer','entries','getAttributes','removeMarkers','move','return','4060cKzQeU','last','hasSuggestion','getChanges','length','insertColumns','isEqual','discard','_replaceTableSlotCell','findAncestor','getSuggestions','subType','keys','3679192Tywlyz','rowInsertionRanges','getColumns','start','deletion','dataDowncast','options','tablePasteCell','endRow','getMarkers','columns','updateMarker','root','editingDowncast','startsWith','remove','tableCellVerticalAlignment','containsRange','getSuggestion','rows','conversion','element','createRange','stop','value','_getCoordsForCells','ck-suggestion-marker--active','set','getAllAdjacentSuggestions','locale','_isForcedDefaultExecutionBlock','tablePaste','get','596412GwPbJt','TableUtils','first','descriptionFactory','selection','high','row','*Replace\x20table\x20cells*','50XWOSTl','rowInsertionIndexes','tableCellBorderStyle','end','add','markerAttributes','activeMarkers','removeRows','suggestion','createPositionBefore','tableCellBorderWidth','getRows','createRangeIn','type','editing','tableCellPadding','call','tableCellBorderColor','showSuggestionHighlights','getChildren','TrackChangesEditing','tableCellHorizontalAlignment','unwrap','nextSibling','register','listenTo','fill','afterInit','change','markers','setAttributes','registerDescriptionCallback','insertContent','clipboardOutput','requires','createElement','documentSelection','getShiftedBy','markerToHighlight','wrap','endColumn','column','markMultiRangeInsertion','TableClipboard','getRange','elementToElement','batch','1970686zRTkPw','tableCellSuggestion','paragraph','low','tableCell','formatBlock','suggestionUnloaded','every','removeColumns','plugins','previousSibling','getSuggestionCallback','position','filter','previous','createRangeOn','getChangedMarkers','find','9iDAtOB','isInContent','ck-suggestion-marker','schema','getRanges','getTableIfOnlyTableInContent','newRange','suggestion-td','some'];_0x17d0=function(){return _0x46a7d8;};return _0x17d0();}function ke(_0x58fd19,_0x4b252c={},_0x578f01){const _0x4ff1b3=_0x45159e;for(const {isAnchor:_0x522a85,cellHeight:_0x14deaa,cellWidth:_0x4135a5}of _0x578f01[_0x4ff1b3(0x1ca)](_0x58fd19,{'includeAllSlots':!0x0,..._0x4b252c}))if(!_0x522a85||0x1!=_0x14deaa||0x1!=_0x4135a5)return!0x1;return!0x0;}
|
|
23
|
+
const _0x6f86b5=_0x435e;(function(_0x10ae12,_0x3818b8){const _0x5e8b85=_0x435e,_0xac3565=_0x10ae12();while(!![]){try{const _0x3f319a=parseInt(_0x5e8b85(0xd4))/0x1+-parseInt(_0x5e8b85(0xa8))/0x2*(-parseInt(_0x5e8b85(0xc3))/0x3)+-parseInt(_0x5e8b85(0x90))/0x4*(parseInt(_0x5e8b85(0xd0))/0x5)+-parseInt(_0x5e8b85(0x10d))/0x6+parseInt(_0x5e8b85(0x124))/0x7*(-parseInt(_0x5e8b85(0x102))/0x8)+parseInt(_0x5e8b85(0xbc))/0x9*(parseInt(_0x5e8b85(0x8c))/0xa)+-parseInt(_0x5e8b85(0xda))/0xb*(-parseInt(_0x5e8b85(0x8d))/0xc);if(_0x3f319a===_0x3818b8)break;else _0xac3565['push'](_0xac3565['shift']());}catch(_0xf2d2d2){_0xac3565['push'](_0xac3565['shift']());}}}(_0xc25d,0x6335c));import{getTranslation as _0x3b4bec}from'../utils/common-translations.js';import{Plugin as _0x3f2af5}from'ckeditor5/src/core.js';function _0xc25d(){const _0x43e5ed=['entries','start','removeMarker','isInContent','startsWith','createTableWalker','editing','tableCellBorderColor','forEach','columnInsertionIndexes','some','2637rMudAt','removeMarkers','model','tableCellVerticalAlignment','registerDescriptionCallback','tableCellPadding','every','15276fYDHpI','insertColumns','getChanges','Users','ck-suggestion-marker-insertion','join','suggestion','columnInsertionRanges','_replaceTableSlotCell','return','rows','isEmpty','markerToHighlight','1589270aYuSFw','suggestionUnloaded','*Replace\x20table\x20cells*','registerCustomCallback','582921aEBycZ','low','tableCellBorderWidth','getAttributes','deletion','getContainedElement','451CxFsOt','columns','ck-suggestion-marker','getChildren','getItems','markerAttributes','last','getTableIfOnlyTableInContent','add','getChild','insertContent','position','isEqual','paragraph','requires','row','setAttribute','insertionRanges','tablePasteCell','getSuggestions','markMultiRangeBlockFormat','endRow','$graveyard','oldRange','_isForcedDefaultExecutionBlock','cells','getRows','tableCellBackgroundColor','includes','createRangeIn','markMultiRangeInsertion','tablePasteRow','newRange','markMultiRangeDeletion','forceDefaultExecution','content','suggestionLoaded','tablePasteColumn','findAncestor','suggestion:formatBlock:tablePasteCell','8YZeSMe','move','get','commands','getRowIndexes','TableClipboard','accept','push','from','filter','type','3227892CeRXGp','getAllAdjacentSuggestions','fill','insertRows','rowInsertionRanges','change','has','next','getMarkers','_suggestionFactory','createElement','call','length','selection','fromEntries','first','element','getShiftedBy','documentSelection','removeRows','clipboardOutput','subType','descriptionFactory','3865687pyGqGG','discard','register','TrackChangesEditing','trackChanges','endColumn','value','containsRange','formatBlock','conversion','redo','find','tableCell','map','dataDowncast','batch','name','showSuggestionHighlights','suggestion-td','set','_getCoordsForCells','insertion','author','activeMarkers','remove','schema','getColumnIndexes','updateMarker','plugins','setAttributes','createRange','getRanges','deletionRanges','table','stop','tablePasteChainId','getChangedMarkers','end','column','markerName','editingDowncast','getColumns','TableUtils','wrap','insert','_tablePostFixingSubtypes','elementToElement','attributes','fromRange','rootName','hasSuggestion','ck-suggestion-marker--active','reduce','document','tableCellHorizontalAlignment','16670YFdTwj','132540qhiOMD','nodeAfter','editor','4ADIPWx','locale','for','view','options','createPositionBefore','getSuggestion','getSelectionAffectedTableCells','registerPostFixer','listenTo','keys','high','createRangeOn','cell','tableCellBorderStyle','afterInit','tableCellSuggestion','removeColumns','markers','detach','tablePaste','_splitMarkerName','getRange','previousSibling','114StwZcy','rowInsertionIndexes','_createdBatches','differ','previous','getSuggestionCallback','nextSibling','unwrap','root'];_0xc25d=function(){return _0x43e5ed;};return _0xc25d();}import{LiveRange as _0x588093}from'ckeditor5/src/engine.js';import{uid as _0x4ac5ff,priorities as _0x3fdf66}from'ckeditor5/src/utils.js';import _0x1e2b20 from'./table.js';const Pe=[_0x6f86b5(0xd6),_0x6f86b5(0xb8),_0x6f86b5(0x9e),_0x6f86b5(0x8b),_0x6f86b5(0xbf),_0x6f86b5(0xf5),_0x6f86b5(0xc1)],we=Object[_0x6f86b5(0x11b)](Pe[_0x6f86b5(0x131)](_0x500bc9=>[_0x500bc9,null]));export default class _t extends _0x3f2af5{static get[_0x6f86b5(0xe8)](){return[_0x1e2b20];}[_0x6f86b5(0x9f)](){const _0x5787f5=_0x6f86b5,_0x867ee2=this[_0x5787f5(0x8f)];if(!_0x867ee2[_0x5787f5(0x71)][_0x5787f5(0x113)](_0x5787f5(0x107)))return;const _0x5c42cc=_0x867ee2[_0x5787f5(0x71)][_0x5787f5(0x104)](_0x5787f5(0x127)),_0x485467=_0x867ee2[_0x5787f5(0x71)][_0x5787f5(0x104)](_0x5787f5(0x7f)),_0x434706=_0x867ee2[_0x5787f5(0x71)][_0x5787f5(0x104)](_0x1e2b20),_0x4c4f98=_0x867ee2[_0x5787f5(0x71)][_0x5787f5(0x104)](_0x5787f5(0x107));_0x434706[_0x5787f5(0x82)][_0x5787f5(0x109)](_0x5787f5(0xf9),_0x5787f5(0xff)),_0x867ee2[_0x5787f5(0xbe)][_0x5787f5(0x6e)][_0x5787f5(0x126)](_0x5787f5(0xa0),{'allowIn':_0x5787f5(0x130),'allowContentOf':_0x5787f5(0x130),'isLimit':!0x0}),_0x867ee2[_0x5787f5(0x12d)][_0x5787f5(0x83)]({'model':_0x5787f5(0xa0),'view':_0x5787f5(0x136)});let _0x30e641=null;_0x867ee2[_0x5787f5(0xbe)]['on'](_0x5787f5(0xe4),(_0x4d4121,_0x4a7f94)=>{const _0x7ff586=_0x5787f5,[_0x4e48ec,_0x347281]=_0x4a7f94,_0x2a2709=_0x4a7f94[_0x4a7f94[_0x7ff586(0x119)]-0x1];_0x2a2709&&_0x2a2709[_0x7ff586(0xfc)]||_0x5c42cc[_0x7ff586(0xf2)]||this[_0x7ff586(0x8f)][_0x7ff586(0x105)][_0x7ff586(0x104)](_0x7ff586(0x128))[_0x7ff586(0x12a)]&&function(_0x504c33,_0x1f4691,_0x2f7778,_0x35471b,_0x6d0ddc){const _0x1f1d28=_0x7ff586;if(_0x1f4691&&!_0x1f4691['is'](_0x1f1d28(0x11f)))return!0x1;const _0x3f0763=_0x6d0ddc[_0x1f1d28(0xe1)](_0x504c33,_0x2f7778);if(!_0x3f0763||!Re(_0x3f0763,void 0x0,_0x35471b))return!0x1;const _0x2d0193=_0x35471b[_0x1f1d28(0x97)](_0x2f7778[_0x1f1d28(0x8a)][_0x1f1d28(0x11a)]);if(!_0x2d0193[_0x1f1d28(0x119)])return!0x1;const _0x5e7356=_0x2d0193[0x0][_0x1f1d28(0x100)](_0x1f1d28(0x76)),_0x1276e8=_0x35471b[_0x1f1d28(0x106)](_0x2d0193),_0x2b32ec=_0x35471b[_0x1f1d28(0x6f)](_0x2d0193),_0x15d2c6={'startRow':_0x1276e8[_0x1f1d28(0x11c)],'endRow':_0x1276e8[_0x1f1d28(0xe0)],'startColumn':_0x2b32ec[_0x1f1d28(0x11c)],'endColumn':_0x2b32ec[_0x1f1d28(0xe0)]};return 0x1==_0x2d0193[_0x1f1d28(0x119)]&&(_0x15d2c6[_0x1f1d28(0xef)]+=_0x35471b[_0x1f1d28(0xf4)](_0x3f0763)-0x1,_0x15d2c6[_0x1f1d28(0x129)]+=_0x35471b[_0x1f1d28(0x7e)](_0x3f0763)-0x1),Re(_0x5e7356,_0x15d2c6,_0x35471b);}(_0x4e48ec,_0x347281,_0x867ee2[_0x7ff586(0xbe)],_0x485467,_0x4c4f98)&&(_0x4d4121[_0x7ff586(0x77)](),_0x30e641={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x867ee2[_0x7ff586(0xbe)][_0x7ff586(0x112)](()=>{const _0x32cda0=_0x7ff586;_0x867ee2[_0x32cda0(0xbe)][_0x32cda0(0xe4)](_0x4a7f94[0x0],_0x4a7f94[0x1],_0x4a7f94[0x2],{'forceDefaultExecution':!0x0});const _0x120668=_0x4ac5ff(),{rowInsertionRanges:_0x5904a1,columnInsertionRanges:_0x1a4644,insertionRanges:_0x376019,deletionRanges:_0x30db4f,cells:_0x892fbc}=_0x30e641;_0x5904a1[_0x32cda0(0x119)]&&_0x5c42cc[_0x32cda0(0xf8)](_0x5904a1,_0x32cda0(0xf9),{'tablePasteChainId':_0x120668}),_0x1a4644[_0x32cda0(0x119)]&&_0x5c42cc[_0x32cda0(0xf8)](_0x1a4644,_0x32cda0(0xff),{'tablePasteChainId':_0x120668}),_0x376019[_0x32cda0(0x119)]&&(_0x5c42cc[_0x32cda0(0xf8)](_0x376019,_0x32cda0(0xa4),{'tablePasteChainId':_0x120668,'skipNestingCheck':!0x0}),_0x376019[_0x32cda0(0xb9)](_0x3ec2bb=>{const _0x482d18=_0x32cda0;var _0x70984a;return null===(_0x70984a=_0x3ec2bb[_0x482d18(0xa3)])||void 0x0===_0x70984a?void 0x0:_0x70984a[_0x482d18(0x118)](_0x3ec2bb);})),_0x30db4f[_0x32cda0(0x119)]&&(_0x5c42cc[_0x32cda0(0xfb)](_0x30db4f,_0x32cda0(0xa4),{'tablePasteChainId':_0x120668,'skipNestingCheck':!0x0}),_0x30db4f[_0x32cda0(0xb9)](_0x3bc701=>{const _0x451555=_0x32cda0;var _0x2b4e9f;return null===(_0x2b4e9f=_0x3bc701[_0x451555(0xa3)])||void 0x0===_0x2b4e9f?void 0x0:_0x2b4e9f[_0x451555(0x118)](_0x3bc701);}));const _0x2b5bb1=_0x5c42cc[_0x32cda0(0xee)](_0x892fbc[_0x32cda0(0x131)](({element:_0x809abd})=>_0x809abd),{'formatGroupId':_0x4ac5ff()},[],_0x32cda0(0xec),{'tablePasteChainId':_0x120668});if(_0x2b5bb1){const _0x3e9ea4=_0x2b5bb1[_0x32cda0(0x115)](),_0x283812=[];for(const {element:_0x5a4fe3,attributes:_0x2b30bf}of _0x892fbc){if(!_0x2b30bf)continue;const _0x561b44=_0x867ee2[_0x32cda0(0xbe)][_0x32cda0(0x9c)](_0x5a4fe3),_0x542d0c=_0x3e9ea4[_0x32cda0(0x12f)](_0x4038f2=>_0x4038f2[_0x32cda0(0xa6)]()[_0x32cda0(0xe6)](_0x561b44));_0x542d0c&&_0x283812[_0x32cda0(0x109)]([_0x542d0c[_0x32cda0(0x134)],_0x2b30bf]);}_0x283812[_0x32cda0(0x119)]&&_0x2b5bb1[_0x32cda0(0xea)](_0x32cda0(0xdf),Object[_0x32cda0(0x11b)](_0x283812));}_0x30e641=null;}));},{'priority':_0x3fdf66[_0x5787f5(0x9b)]+0xa}),_0x867ee2[_0x5787f5(0x71)][_0x5787f5(0x104)](_0x5787f5(0x107))['on'](_0x5787f5(0xcb),(_0x454f5c,_0x370db3)=>{const _0x2e3f33=_0x5787f5,[_0x1edfcd,_0x50856e,,_0x309dbb]=_0x370db3;if(!_0x30e641)return;_0x454f5c[_0x2e3f33(0x77)]();const _0x21143e=_0x1edfcd[_0x2e3f33(0x9d)],_0x484d7e=_0x50856e,_0x3687da=ke(_0x21143e),_0x28567d=ke(_0x484d7e);_0x454f5c[_0x2e3f33(0xcc)]=_0x21143e;let _0xcb72c=null,_0x18dd9b=null;if(_0x28567d||_0x3687da){if(_0x3687da&&!_0x28567d){_0x309dbb[_0x2e3f33(0x6d)](_0x21143e[_0x2e3f33(0xe3)](0x0));for(const _0x33067f of Array[_0x2e3f33(0x10a)](_0x484d7e[_0x2e3f33(0xdd)]()))_0x309dbb[_0x2e3f33(0x81)](_0x33067f,_0x21143e,_0x2e3f33(0x7a));const _0x308b8f=_0x30e641[_0x2e3f33(0xa9)][_0x2e3f33(0xf6)](_0x1edfcd[_0x2e3f33(0xe9)]),_0x24519f=_0x30e641[_0x2e3f33(0xba)][_0x2e3f33(0xf6)](_0x1edfcd[_0x2e3f33(0x7b)]);_0x308b8f||_0x24519f||(_0xcb72c=_0x588093[_0x2e3f33(0x85)](_0x309dbb[_0x2e3f33(0xf7)](_0x21143e)));}else _0x28567d&&!_0x3687da&&(_0x18dd9b=_0x309dbb[_0x2e3f33(0xf7)](_0x21143e));}else{const _0xef4dcb=_0x309dbb[_0x2e3f33(0x117)](_0x2e3f33(0xa0)),_0x12e18b=_0x309dbb[_0x2e3f33(0x117)](_0x2e3f33(0xa0));_0x309dbb[_0x2e3f33(0x80)](_0x309dbb[_0x2e3f33(0xf7)](_0x21143e),_0x12e18b),_0x309dbb[_0x2e3f33(0x81)](_0xef4dcb,_0x21143e,0x0);for(const _0x379ade of Array[_0x2e3f33(0x10a)](_0x484d7e[_0x2e3f33(0xdd)]()))_0x309dbb[_0x2e3f33(0x81)](_0x379ade,_0xef4dcb,_0x2e3f33(0x7a));_0xcb72c=_0x588093[_0x2e3f33(0x85)](_0x309dbb[_0x2e3f33(0x9c)](_0xef4dcb)),_0x18dd9b=_0x588093[_0x2e3f33(0x85)](_0x309dbb[_0x2e3f33(0x9c)](_0x12e18b));}const _0x459392=Array[_0x2e3f33(0x10a)](_0x484d7e[_0x2e3f33(0xd7)]())[_0x2e3f33(0x10b)](([_0x153e56])=>Pe[_0x2e3f33(0xf6)](_0x153e56));_0x30e641[_0x2e3f33(0xf3)][_0x2e3f33(0x109)]({'element':_0x21143e,'attributes':_0x459392[_0x2e3f33(0x119)]?Object[_0x2e3f33(0x11b)](_0x459392):null}),_0xcb72c&&_0x30e641[_0x2e3f33(0xeb)][_0x2e3f33(0x109)](_0xcb72c),_0x18dd9b&&_0x30e641[_0x2e3f33(0x75)][_0x2e3f33(0x109)](_0x18dd9b);},{'priority':_0x5787f5(0x9b)}),_0x485467['on'](_0x5787f5(0xc4),(_0x5d4e22,_0xe31941)=>{const _0x719628=_0x5787f5,[_0x2a14e0,_0x230136={}]=_0xe31941;if(!_0x30e641)return;const _0x50f10f=_0x230136['at']||0x0,_0x5a2179=_0x230136[_0x719628(0xdb)]||0x1;_0x30e641[_0x719628(0xba)]=new Array(_0x5a2179)[_0x719628(0x10f)](_0x50f10f)[_0x719628(0x131)]((_0x4de0e7,_0x245266)=>_0x4de0e7+_0x245266);for(const {cell:_0xbe5754}of _0x485467[_0x719628(0xb6)](_0x2a14e0,{'startColumn':_0x50f10f,'endColumn':_0x50f10f+_0x5a2179-0x1}))_0x30e641[_0x719628(0xca)][_0x719628(0x109)](_0x867ee2[_0x719628(0xbe)][_0x719628(0x9c)](_0xbe5754));},{'priority':_0x5787f5(0xd5)}),_0x485467['on'](_0x5787f5(0x110),(_0x499bfe,_0x3441ce)=>{const _0x145a0b=_0x5787f5,[_0x18772e,_0x5155c7={}]=_0x3441ce;if(!_0x30e641)return;const _0x5c7317=_0x5155c7['at']||0x0,_0x13258f=_0x5155c7[_0x145a0b(0xcd)]||0x1;_0x30e641[_0x145a0b(0xa9)]=new Array(_0x13258f)[_0x145a0b(0x10f)](_0x5c7317)[_0x145a0b(0x131)]((_0x2e08cb,_0x4ceaac)=>_0x2e08cb+_0x4ceaac);for(const {cell:_0x3e4471}of _0x485467[_0x145a0b(0xb6)](_0x18772e,{'startRow':_0x5c7317,'endRow':_0x5c7317+_0x13258f-0x1}))_0x30e641[_0x145a0b(0x111)][_0x145a0b(0x109)](_0x867ee2[_0x145a0b(0xbe)][_0x145a0b(0x9c)](_0x3e4471));},{'priority':_0x5787f5(0xd5)}),_0x5c42cc[_0x5787f5(0x123)][_0x5787f5(0xc0)](_0x225fe5=>{const _0x520bc8=_0x5787f5;if(_0x225fe5[_0x520bc8(0x122)]&&_0x225fe5[_0x520bc8(0x122)][_0x520bc8(0xb5)](_0x520bc8(0xa4)))return _0x225fe5[_0x520bc8(0xac)]?{}:{'type':_0x520bc8(0x6a),'content':_0x3b4bec(_0x867ee2[_0x520bc8(0x91)],_0x520bc8(0xd2))};});const _0x28e0d4=()=>!0x1;for(const _0x2c6b1e of[_0x5787f5(0xa4),_0x5787f5(0xff),_0x5787f5(0xf9),_0x5787f5(0xec)])_0x5c42cc[_0x5787f5(0x116)][_0x5787f5(0xd3)](_0x5787f5(0x6a),_0x2c6b1e,_0x5787f5(0xc8),_0x28e0d4),_0x5c42cc[_0x5787f5(0x116)][_0x5787f5(0xd3)](_0x5787f5(0xd8),_0x2c6b1e,_0x5787f5(0xc8),_0x28e0d4),_0x5c42cc[_0x5787f5(0x116)][_0x5787f5(0xd3)](_0x5787f5(0x12c),_0x2c6b1e,_0x5787f5(0xc8),_0x28e0d4);_0x5c42cc[_0x5787f5(0x116)][_0x5787f5(0xd3)](_0x5787f5(0x12c),_0x5787f5(0xec),_0x5787f5(0x125),_0x28e0d4),_0x5c42cc[_0x5787f5(0x116)][_0x5787f5(0xd3)](_0x5787f5(0x12c),_0x5787f5(0xec),_0x5787f5(0x108),(_0x58586d,_0x30a1dd,_0x5d916d)=>{const _0x12e54c=_0x5787f5,_0x19bfd7=_0x58586d[_0x12e54c(0x131)](_0x52ded9=>_0x52ded9[_0x12e54c(0xd9)]())[_0x12e54c(0x10b)](_0x2dbb30=>_0x2dbb30),_0xf1105c=new Map(_0x19bfd7[_0x12e54c(0x131)](_0x25ef4f=>[_0x25ef4f,null]));if(_0x30e641){for(const {element:_0x31cb22,attributes:_0x2fb74f}of _0x30e641[_0x12e54c(0xf3)])_0x2fb74f&&_0xf1105c[_0x12e54c(0x137)](_0x31cb22,_0x2fb74f);}else{if(_0x5d916d&&_0x5d916d[_0x12e54c(0xdf)])for(const [_0xf91a43,_0x10f902]of Object[_0x12e54c(0xb1)](_0x5d916d[_0x12e54c(0xdf)])){const _0x126c45=_0x867ee2[_0x12e54c(0xbe)][_0x12e54c(0xa2)][_0x12e54c(0x104)](_0xf91a43),_0x3830ec=_0x126c45?_0x126c45[_0x12e54c(0xa6)]()[_0x12e54c(0xd9)]():null;_0x3830ec&&_0xf1105c[_0x12e54c(0x137)](_0x3830ec,_0x10f902);}}_0x867ee2[_0x12e54c(0xbe)][_0x12e54c(0x112)](_0x4526f6=>{const _0x2a21b8=_0x12e54c;for(const [_0x28182a,_0x4b458c]of _0xf1105c)_0x4526f6[_0x2a21b8(0x72)]({...we,..._0x4b458c},_0x28182a);});});const _0x251c92=(_0x4f404c,_0x4cc509)=>{const _0x225f5a=_0x5787f5;_0x5c42cc[_0x225f5a(0x116)][_0x225f5a(0xd3)](_0x4f404c,_0x225f5a(0xa4),_0x4cc509,(_0x345ac9,_0x382556,_0x72c6f1)=>{const _0x3ab200=_0x225f5a;_0x867ee2[_0x3ab200(0xbe)][_0x3ab200(0x112)](_0x575de1=>{const _0x24564e=_0x3ab200,_0xc6a6b5=[];for(const _0x44ef1c of _0x345ac9){const _0x3ea6fd=_0x44ef1c[_0x24564e(0xb2)][_0x24564e(0x8e)];_0x3ea6fd['is'](_0x24564e(0x11d),_0x24564e(0xa0))&&_0xc6a6b5[_0x24564e(0x109)](_0x3ea6fd);}_0x5c42cc[_0x24564e(0x116)][_0x24564e(0xad)](_0x4f404c,null,_0x4cc509)(_0x345ac9,_0x382556,_0x72c6f1);for(const _0x3b3ea1 of _0xc6a6b5)_0x24564e(0xf0)!=_0x3b3ea1[_0x24564e(0xb0)][_0x24564e(0x86)]&&_0x575de1[_0x24564e(0xaf)](_0x3b3ea1);});});};_0x251c92(_0x5787f5(0x6a),_0x5787f5(0x108)),_0x251c92(_0x5787f5(0x6a),_0x5787f5(0x125)),_0x251c92(_0x5787f5(0xd8),_0x5787f5(0x108)),_0x251c92(_0x5787f5(0xd8),_0x5787f5(0x125)),_0x5c42cc[_0x5787f5(0x116)][_0x5787f5(0xd3)](_0x5787f5(0x6a),_0x5787f5(0xf9),_0x5787f5(0x125),_0x4186e8=>{const _0x2bb931=_0x5787f5,_0x4b9f87=_0x4186e8[_0x2bb931(0x131)](_0x419988=>_0x419988[_0x2bb931(0xd9)]()),_0x5d2511=_0x4b9f87[0x0][_0x2bb931(0x100)](_0x2bb931(0x76)),{minRow:_0x49ee22,maxRow:_0x5f1574}=_0x434706[_0x2bb931(0x138)](_0x4b9f87);_0x485467[_0x2bb931(0x120)](_0x5d2511,{'at':_0x49ee22,'rows':_0x5f1574-_0x49ee22+0x1});}),_0x5c42cc[_0x5787f5(0x116)][_0x5787f5(0xd3)](_0x5787f5(0x6a),_0x5787f5(0xff),_0x5787f5(0x125),_0x22dcdb=>{const _0x59bb12=_0x5787f5,_0x5bacfa=_0x22dcdb[_0x59bb12(0x131)](_0x702beb=>_0x702beb[_0x59bb12(0xd9)]()),_0x1197b9=_0x5bacfa[0x0][_0x59bb12(0x100)](_0x59bb12(0x76)),{minColumn:_0x4a139c,maxColumn:_0x38ffde}=_0x434706[_0x59bb12(0x138)](_0x5bacfa);_0x485467[_0x59bb12(0xa1)](_0x1197b9,{'at':_0x4a139c,'columns':_0x38ffde-_0x4a139c+0x1});});const _0x11b4ab=(_0x5c5d78,_0x5a23fc)=>{const _0x27a23d=_0x5787f5;if(!_0x5a23fc[_0x27a23d(0x122)]||!_0x5a23fc[_0x27a23d(0x122)][_0x27a23d(0xb5)](_0x27a23d(0xa4)))return;const _0x15b8af=_0x5a23fc[_0x27a23d(0x84)][_0x27a23d(0x78)],_0x225154=_0x5c42cc[_0x27a23d(0xed)]()[_0x27a23d(0x10b)](_0xf628eb=>_0xf628eb[_0x27a23d(0xb4)]&&_0xf628eb[_0x27a23d(0x84)]&&_0xf628eb[_0x27a23d(0x84)][_0x27a23d(0x78)]==_0x15b8af);_0x225154[_0x27a23d(0x119)]&&_0x5a23fc[_0x27a23d(0x10e)]()[_0x27a23d(0x119)]!=_0x225154[_0x27a23d(0x119)]&&_0x225154[_0x27a23d(0x89)]((_0x886df1,_0x4d9525)=>(_0x886df1[_0x27a23d(0x114)]=_0x4d9525,_0x4d9525[_0x27a23d(0xac)]=_0x886df1,_0x4d9525));};function _0x3544d8(_0x35a33e,_0x247f31=!0x0){const _0x381ffc=_0x5787f5,{id:_0x5cc0ce}=_0x5c42cc[_0x381ffc(0xa5)](_0x35a33e[_0x381ffc(0x7c)]),_0x2fbb4b=[_0x381ffc(0xdc),_0x381ffc(0xc7)],_0x494ee8=_0x5c42cc[_0x381ffc(0x6c)][_0x381ffc(0xf6)](_0x35a33e[_0x381ffc(0x7c)]);return _0x494ee8&&_0x2fbb4b[_0x381ffc(0x109)](_0x381ffc(0x88)),{'classes':_0x2fbb4b,'attributes':{'data-suggestion':_0x5cc0ce},'priority':_0x494ee8&&_0x247f31?0xbc2:0xbb8};}_0x5c42cc['on'](_0x5787f5(0xfe),_0x11b4ab,{'priority':_0x5787f5(0x9b)}),_0x5c42cc['on'](_0x5787f5(0xd1),_0x11b4ab,{'priority':_0x5787f5(0x9b)}),_0x867ee2[_0x5787f5(0xbe)][_0x5787f5(0x8a)][_0x5787f5(0x98)](()=>{const _0x30a656=_0x5787f5;let _0x5a0b20=!0x1;const _0x57049b=Array[_0x30a656(0x10a)](_0x867ee2[_0x30a656(0xbe)][_0x30a656(0x8a)][_0x30a656(0xab)][_0x30a656(0x79)]());for(const {name:_0x5853b1,data:_0x36d92f}of _0x57049b){const {group:_0x1eb12e,type:_0x233034,id:_0x4a2301}=_0x5c42cc[_0x30a656(0xa5)](_0x5853b1);if(_0x30a656(0xc9)!=_0x1eb12e||_0x30a656(0xd8)!=_0x233034||_0x36d92f[_0x30a656(0xf1)])continue;if(!_0x5c42cc[_0x30a656(0x87)](_0x4a2301))continue;const _0x52d742=_0x5c42cc[_0x30a656(0x96)](_0x4a2301)[_0x30a656(0x74)](),_0xa459c=_0x867ee2[_0x30a656(0x71)][_0x30a656(0x104)](_0x30a656(0xc6))['me'];for(const _0x5bf526 of _0x5c42cc[_0x30a656(0xed)]()){if(!_0x5bf526[_0x30a656(0xb4)]||_0x5bf526[_0x30a656(0x6b)]!=_0xa459c)continue;if(_0x30a656(0x12c)!=_0x5bf526[_0x30a656(0x10c)]||_0x30a656(0xec)!=_0x5bf526[_0x30a656(0x122)])continue;if(_0x5bf526[_0x30a656(0x74)]()[_0x30a656(0xc2)](_0x36cab0=>_0x52d742[_0x30a656(0xbb)](_0x35e343=>_0x35e343[_0x30a656(0x12b)](_0x36cab0,!0x0)))){for(const _0x2cdddc of _0x5bf526[_0x30a656(0x10e)]())_0x2cdddc[_0x30a656(0xb4)]&&(_0x2cdddc[_0x30a656(0x125)](),_0x5a0b20=!0x0);}}}return _0x5a0b20;}),_0x867ee2[_0x5787f5(0xbe)][_0x5787f5(0x8a)][_0x5787f5(0x98)](_0xfe524=>{const _0x476f49=_0x5787f5,_0x5a7308=_0x867ee2[_0x476f49(0x105)][_0x476f49(0x104)](_0x476f49(0x12e));if(!_0x5a7308||!_0x5a7308[_0x476f49(0xaa)][_0x476f49(0x113)](_0xfe524[_0x476f49(0x133)]))return!0x1;let _0x264b4a=!0x1;const _0x567a4f=_0x867ee2[_0x476f49(0x71)][_0x476f49(0x104)](_0x476f49(0xc6))['me'],_0x4bbeab=_0x867ee2[_0x476f49(0xbe)][_0x476f49(0x8a)][_0x476f49(0xab)][_0x476f49(0xc5)](),_0x38f880=Array[_0x476f49(0x10a)](_0x867ee2[_0x476f49(0xbe)][_0x476f49(0x8a)][_0x476f49(0xab)][_0x476f49(0x79)]())[_0x476f49(0x10b)](({name:_0x2c402d,data:_0x2eb33c})=>{const _0x5bae03=_0x476f49,{group:_0x2741f8,subType:_0x1c41a5,authorId:_0xb2f9f0}=_0x5c42cc[_0x5bae03(0xa5)](_0x2c402d);return _0x5bae03(0xc9)==_0x2741f8&&_0x5bae03(0xa4)==_0x1c41a5&&_0xb2f9f0==_0x567a4f['id']&&!_0x2eb33c[_0x5bae03(0xf1)];});for(const _0xde0b4f of _0x4bbeab){if(_0x476f49(0x81)!=_0xde0b4f[_0x476f49(0x10c)]||_0x476f49(0xa0)!=_0xde0b4f[_0x476f49(0x134)]||0x1!=_0xde0b4f[_0x476f49(0x119)])continue;const _0xe21045=_0xfe524[_0x476f49(0x73)](_0xde0b4f[_0x476f49(0xe5)],_0xde0b4f[_0x476f49(0xe5)][_0x476f49(0x11e)](0x1));if(!_0x38f880[_0x476f49(0x12f)](({data:_0x2cc926})=>_0x2cc926[_0x476f49(0xfa)][_0x476f49(0xe6)](_0xe21045))){for(const {name:_0x4bed15,data:_0x39ba34}of _0x38f880)if(_0xe21045[_0x476f49(0x12b)](_0x39ba34[_0x476f49(0xfa)])){_0xfe524[_0x476f49(0x70)](_0x4bed15,{'range':_0xe21045}),_0x264b4a=!0x0;break;}}}return _0x264b4a;}),_0x867ee2[_0x5787f5(0xbe)][_0x5787f5(0x8a)][_0x5787f5(0x98)](_0x297922=>{const _0x2fe63f=_0x5787f5;let _0x46eb66=!0x1;const _0x57bad4=_0x867ee2[_0x2fe63f(0x71)][_0x2fe63f(0x104)](_0x2fe63f(0xc6))['me'],_0x3ecc89=_0x5c42cc[_0x2fe63f(0xed)]()[_0x2fe63f(0x10b)](_0x5e0af8=>_0x5e0af8[_0x2fe63f(0xb4)]&&_0x5e0af8[_0x2fe63f(0x6b)]==_0x57bad4),_0x54d0b7=new Set(),_0x1f18a6=new Set();for(const _0x4cdfe4 of _0x3ecc89)if(_0x2fe63f(0xa4)==_0x4cdfe4[_0x2fe63f(0x122)])for(const _0x490f74 of _0x4cdfe4[_0x2fe63f(0x115)]()){const _0x4e6756=_0x490f74[_0x2fe63f(0xa6)]()[_0x2fe63f(0xd9)]();if(_0x4e6756){if(_0x4e6756['is'](_0x2fe63f(0x11d),_0x2fe63f(0xa0))&&ke(_0x4e6756)){_0x4cdfe4[_0x2fe63f(0xb3)](_0x490f74[_0x2fe63f(0x134)]),_0x54d0b7[_0x2fe63f(0xe2)](_0x4e6756),_0x46eb66=!0x0;const _0x1a64dc=_0x4e6756[_0x2fe63f(0xae)],_0x3f4cd3=_0x4e6756[_0x2fe63f(0xa7)],_0x46d125=_0x1a64dc&&_0x1a64dc['is'](_0x2fe63f(0x11d),_0x2fe63f(0xa0)),_0x418395=_0x3f4cd3&&_0x3f4cd3['is'](_0x2fe63f(0x11d),_0x2fe63f(0xa0));_0x46d125&&!_0x54d0b7[_0x2fe63f(0x113)](_0x1a64dc)&&_0x1f18a6[_0x2fe63f(0xe2)](_0x1a64dc),_0x418395&&!_0x54d0b7[_0x2fe63f(0x113)](_0x3f4cd3)&&_0x1f18a6[_0x2fe63f(0xe2)](_0x3f4cd3);}else _0x4e6756['is'](_0x2fe63f(0x11d),_0x2fe63f(0xe7))&&_0x4e6756[_0x2fe63f(0xce)]&&(_0x4cdfe4[_0x2fe63f(0xb3)](_0x490f74[_0x2fe63f(0x134)]),_0x46eb66=!0x0);}}else{if(_0x2fe63f(0xec)==_0x4cdfe4[_0x2fe63f(0x122)]){if(!_0x4cdfe4[_0x2fe63f(0x84)]||!_0x4cdfe4[_0x2fe63f(0x84)][_0x2fe63f(0x78)])continue;const _0x15f7b6=_0x4cdfe4[_0x2fe63f(0x84)][_0x2fe63f(0xdf)];if(_0x15f7b6&&Object[_0x2fe63f(0x9a)](_0x15f7b6)[_0x2fe63f(0x119)])continue;const _0xe9815b=_0x4cdfe4[_0x2fe63f(0x84)][_0x2fe63f(0x78)];let _0x165658=!0x0,_0x782319=!0x0;for(const _0x49b19d of _0x3ecc89)if(_0x49b19d[_0x2fe63f(0x122)]&&_0x49b19d[_0x2fe63f(0x122)][_0x2fe63f(0xb5)](_0x2fe63f(0xa4))){if(!_0x49b19d[_0x2fe63f(0x84)][_0x2fe63f(0x78)]){_0x782319=!0x1;break;}if(_0x49b19d['id']!=_0x4cdfe4['id']&&_0x49b19d[_0x2fe63f(0x84)][_0x2fe63f(0x78)]==_0xe9815b){_0x165658=!0x1;break;}}_0x782319&&_0x165658&&(_0x4cdfe4[_0x2fe63f(0xbd)](),_0x46eb66=!0x0);}}for(const _0x4d420d of _0x54d0b7)_0x297922[_0x2fe63f(0x6d)](_0x4d420d);for(const _0x117710 of _0x1f18a6)_0x297922[_0x2fe63f(0xaf)](_0x117710);return _0x46eb66;}),_0x867ee2[_0x5787f5(0x12d)][_0x5787f5(0x92)](_0x5787f5(0x7d))[_0x5787f5(0xcf)]({'model':_0x5787f5(0x101),'view':(_0xb6a76,_0x16f3cf)=>_0x3544d8(_0xb6a76),'converterPriority':_0x5787f5(0x9b)}),_0x867ee2[_0x5787f5(0x12d)][_0x5787f5(0x92)](_0x5787f5(0x132))[_0x5787f5(0xcf)]({'model':_0x5787f5(0x101),'view':(_0x4bd777,_0x51fa71)=>_0x51fa71[_0x5787f5(0x94)][_0x5787f5(0x135)]?_0x3544d8(_0x4bd777,!0x1):null,'converterPriority':_0x5787f5(0x9b)});const _0xd7596b=_0x867ee2[_0x5787f5(0xb7)][_0x5787f5(0x93)];this[_0x5787f5(0x99)](_0xd7596b[_0x5787f5(0x8a)],_0x5787f5(0x121),(_0x220b9e,_0x5f0a04)=>{const _0x168496=_0x5787f5,_0x3b4371=[];for(const _0x1d13c0 of _0xd7596b[_0x168496(0xf7)](_0x5f0a04[_0x168496(0xfd)])[_0x168496(0xde)]())_0x1d13c0['is'](_0x168496(0x11d),_0x168496(0x136))&&_0x3b4371[_0x168496(0x109)](_0x1d13c0);_0xd7596b[_0x168496(0x112)](_0x43f4b4=>{const _0x15365c=_0x168496;for(const _0x4eef06 of _0x3b4371)_0x43f4b4[_0x15365c(0x103)](_0x43f4b4[_0x15365c(0xf7)](_0x4eef06),_0x43f4b4[_0x15365c(0x95)](_0x4eef06)),_0x43f4b4[_0x15365c(0x6d)](_0x4eef06);});});}}function ke(_0x11c06d){const _0xce5b20=_0x6f86b5;if(_0x11c06d[_0xce5b20(0xce)])return!0x0;const _0x41f299=_0x11c06d[_0xce5b20(0xe3)](0x0);return _0x41f299['is'](_0xce5b20(0x11d),_0xce5b20(0xe7))&&_0x41f299[_0xce5b20(0xce)];}function _0x435e(_0x5981dd,_0x20daca){const _0xc25d0a=_0xc25d();return _0x435e=function(_0x435ed7,_0xcf41da){_0x435ed7=_0x435ed7-0x6a;let _0x2505c5=_0xc25d0a[_0x435ed7];return _0x2505c5;},_0x435e(_0x5981dd,_0x20daca);}function Re(_0x2ae784,_0x1aa48a={},_0x10524c){const _0xbc987c=_0x6f86b5;for(const {isAnchor:_0x4e27a9,cellHeight:_0x2bf3f1,cellWidth:_0x171d72}of _0x10524c[_0xbc987c(0xb6)](_0x2ae784,{'includeAllSlots':!0x0,..._0x1aa48a}))if(!_0x4e27a9||0x1!=_0x2bf3f1||0x1!=_0x171d72)return!0x1;return!0x0;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x210d2c=_0x257e;function _0x257e(_0x37f03e,_0xa5f94c){const _0x2de36d=_0x2de3();return _0x257e=function(_0x257e5d,_0x3be70a){_0x257e5d=_0x257e5d-0x1c1;let _0x28281=_0x2de36d[_0x257e5d];return _0x28281;},_0x257e(_0x37f03e,_0xa5f94c);}function _0x2de3(){const _0x46d54a=['6gDXGVO','*Format:*\x20resize\x20table','type','bind','getSelectedElement','selection','getSuggestionCallback','getContainedElement','TableColumnResizeEditing','has','data','columnWidths','document','handleResizeTableWidthCommand','enableCommand','get','subType','2133271zYmUia','getSuggestions','2986893DiZyea','table','format','Users','tableWidth','registerDescriptionCallback','48422gmzkbU','locale','getAttribute','5060346IXxtBi','registerCustomCallback','TrackChangesEditing','markBlockFormat','resizeTableWidth','1901930YUGRnz','307420mbDtcx','model','getColumnGroupElement','commandParams','change','descriptionFactory','16jyIoVk','handleSuggestionDescription','resizeTable','19eNJMSy','_suggestionFactory','plugins','formatBlock','author','formatGroupId','formatInline','accept','afterInit','getTableColumnsWidths','editor','1041636egPDDM','discard'];_0x2de3=function(){return _0x46d54a;};return _0x2de3();}(function(_0x2b7bbb,_0x42c10b){const _0x453256=_0x257e,_0x450a38=_0x2b7bbb();while(!![]){try{const _0x37be98=parseInt(_0x453256(0x1e6))/0x1*(-parseInt(_0x453256(0x1d4))/0x2)+parseInt(_0x453256(0x1f3))/0x3*(parseInt(_0x453256(0x1f1))/0x4)+parseInt(_0x453256(0x1dd))/0x5+parseInt(_0x453256(0x1d7))/0x6+parseInt(_0x453256(0x1cc))/0x7*(-parseInt(_0x453256(0x1e3))/0x8)+parseInt(_0x453256(0x1ce))/0x9+-parseInt(_0x453256(0x1dc))/0xa;if(_0x37be98===_0x42c10b)break;else _0x450a38['push'](_0x450a38['shift']());}catch(_0x8e8fcd){_0x450a38['push'](_0x450a38['shift']());}}}(_0x2de3,0x798c6));import{Plugin as _0x28acc5}from'ckeditor5/src/core.js';import{getTranslation as _0x405087}from'../utils/common-translations.js';export default class Nt extends _0x28acc5{[_0x210d2c(0x1ee)](){const _0x582c1d=_0x210d2c;if(!this[_0x582c1d(0x1f0)][_0x582c1d(0x1e8)][_0x582c1d(0x1c4)](_0x582c1d(0x1c3)))return;const _0x5cf979=this[_0x582c1d(0x1f0)][_0x582c1d(0x1e8)][_0x582c1d(0x1ca)](_0x582c1d(0x1d9));_0x5cf979[_0x582c1d(0x1c9)](_0x582c1d(0x1db),this[_0x582c1d(0x1c8)][_0x582c1d(0x1f6)](this)),_0x5cf979[_0x582c1d(0x1e7)][_0x582c1d(0x1d8)](_0x582c1d(0x1e9),_0x582c1d(0x1e5),_0x582c1d(0x1ed),_0x5cf979[_0x582c1d(0x1e7)][_0x582c1d(0x1c1)](_0x582c1d(0x1e9),null,_0x582c1d(0x1f2))),_0x5cf979[_0x582c1d(0x1e7)][_0x582c1d(0x1d8)](_0x582c1d(0x1e9),_0x582c1d(0x1e5),_0x582c1d(0x1f2),_0x5cf979[_0x582c1d(0x1e7)][_0x582c1d(0x1c1)](_0x582c1d(0x1e9),null,_0x582c1d(0x1ed))),_0x5cf979[_0x582c1d(0x1e2)][_0x582c1d(0x1d3)](this[_0x582c1d(0x1e4)][_0x582c1d(0x1f6)](this));}[_0x210d2c(0x1c8)](_0x4d4751,_0x36c94b){const _0x198430=_0x210d2c,_0x2d77d=this[_0x198430(0x1f0)][_0x198430(0x1e8)][_0x198430(0x1ca)](_0x198430(0x1d9)),_0x4bb92=this[_0x198430(0x1f0)][_0x198430(0x1e8)][_0x198430(0x1ca)](_0x198430(0x1c3)),_0x534750=_0x36c94b[_0x198430(0x1cf)]||this[_0x198430(0x1f0)][_0x198430(0x1de)][_0x198430(0x1c7)][_0x198430(0x1f8)][_0x198430(0x1f7)]();this[_0x198430(0x1f0)][_0x198430(0x1de)][_0x198430(0x1e1)](()=>{const _0x32e934=_0x198430,_0x4e18e5=_0x4bb92[_0x32e934(0x1df)](_0x534750);let _0xb3a437=_0x4e18e5?_0x4bb92[_0x32e934(0x1ef)](_0x4e18e5):null,_0xea1b67=_0x534750[_0x32e934(0x1d6)](_0x32e934(0x1d2))||null;const _0x4337a2=_0x36c94b[_0x32e934(0x1d2)]||_0xea1b67,_0x2d00a5=_0x36c94b[_0x32e934(0x1c6)]||_0xb3a437,_0x3259bc=this[_0x32e934(0x1f0)][_0x32e934(0x1e8)][_0x32e934(0x1ca)](_0x32e934(0x1d1))['me'];for(const _0x57e612 of _0x2d77d[_0x32e934(0x1cd)]()){const _0x50aa38=_0x57e612[_0x32e934(0x1c2)]();if(_0x32e934(0x1e5)===_0x57e612[_0x32e934(0x1cb)]&&_0x50aa38===_0x534750){_0x57e612[_0x32e934(0x1ea)]!==_0x3259bc&&_0x57e612[_0x32e934(0x1f2)]();const _0x46db79=_0x57e612[_0x32e934(0x1c5)][_0x32e934(0x1e0)];_0xea1b67=_0x46db79[0x0][_0x32e934(0x1d2)],_0xb3a437=_0x46db79[0x0][_0x32e934(0x1c6)];break;}}_0x4d4751({'table':_0x534750,'tableWidth':_0x4337a2,'columnWidths':_0x2d00a5}),_0x2d77d[_0x32e934(0x1da)](_0x534750,{'commandName':_0x32e934(0x1db),'commandParams':[{'tableWidth':_0xea1b67,'columnWidths':_0xb3a437}],'formatGroupId':_0x32e934(0x1e5)},[],_0x32e934(0x1e5));});}[_0x210d2c(0x1e4)](_0x4c242f){const _0x7d96f5=_0x210d2c;if(_0x7d96f5(0x1e9)!=_0x4c242f[_0x7d96f5(0x1f5)]&&_0x7d96f5(0x1ec)!=_0x4c242f[_0x7d96f5(0x1f5)])return;const {data:_0x49c863}=_0x4c242f;if(_0x49c863&&_0x7d96f5(0x1e5)===_0x49c863[_0x7d96f5(0x1eb)]){const _0x47c706=_0x7d96f5(0x1f4);return{'type':_0x7d96f5(0x1d0),'content':_0x405087(this[_0x7d96f5(0x1f0)][_0x7d96f5(0x1d5)],_0x47c706)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1e5fac=_0x3c6d;(function(_0xb135f7,_0x39abf2){const _0x50316a=_0x3c6d,_0x13f129=_0xb135f7();while(!![]){try{const _0x30bb65=parseInt(_0x50316a(0x1cc))/0x1+-parseInt(_0x50316a(0x1bd))/0x2+parseInt(_0x50316a(0x17f))/0x3+parseInt(_0x50316a(0x17a))/0x4*(parseInt(_0x50316a(0x1ae))/0x5)+parseInt(_0x50316a(0x1b1))/0x6+-parseInt(_0x50316a(0x1a3))/0x7*(parseInt(_0x50316a(0x194))/0x8)+-parseInt(_0x50316a(0x184))/0x9;if(_0x30bb65===_0x39abf2)break;else _0x13f129['push'](_0x13f129['shift']());}catch(_0x380a8a){_0x13f129['push'](_0x13f129['shift']());}}}(_0x2c19,0x1ab3d));import{Plugin as _0x34c6ac}from'ckeditor5/src/core.js';function _0x2c19(){const _0x52a136=['151227McCDjk','registerBlockAttribute','item','_splitMarkerName','FORMAT_REGULAR_COLUMN','afterInit','data-suggestion','locale','accept','downcastDispatcher','enableDefaultAttributesIntegration','TableUtils','end','_acceptFormatSuggestionCallbackFactory','registerDescriptionCallback','registerCustomCallback','46712ZMcmYF','formatBlock','has','bindElementToMarker','ck-suggestion-marker-','consumable','consume','FORMAT_REGULAR_ROW','_registerLegacyDescription','parent','editor','registerAttributeLabel','getCellLocation','showSuggestionHighlights','ck-suggestion-marker--active','238UXJuYo','removeClass','_handleLegacySuggestions','format','editing','headingRows','markerNameToElements','type','markerRange','removeMarker:suggestion','activeMarkers','10CLvoAZ','FORMAT_HEADER_COLUMN','toViewElement','651618LVHcAP','forceValue','nodeAfter','descriptionFactory','requires','commandName','data','includes','TrackChangesEditing','nodeBefore','setTableRowHeader','highest','147084wJEUHr','mapper','removeAttribute','getSuggestion','stop','setTableColumnHeader','markerName','FORMAT_HEADER_ROW','TableEditing','plugins','options','unbindElementFromMarkerName','addMarker:suggestion','_suggestionFactory','createTableWalker','71055jGMEQm','commandParams','writer','315532MJyOpz','setAttribute','start','get','headingColumns','182460UUpMaC','cell','addClass','*Format:*\x20%0','name'];_0x2c19=function(){return _0x52a136;};return _0x2c19();}import _0x5415ad from'./table.js';function _0x3c6d(_0x7f02e6,_0x35312d){const _0x2c1955=_0x2c19();return _0x3c6d=function(_0x3c6d0b,_0x14bec9){_0x3c6d0b=_0x3c6d0b-0x179;let _0x322659=_0x2c1955[_0x3c6d0b];return _0x322659;},_0x3c6d(_0x7f02e6,_0x35312d);}import{getTranslation as _0x4bc243}from'../utils/common-translations.js';export default class Ct extends _0x34c6ac{static get[_0x1e5fac(0x1b5)](){return[_0x5415ad];}[_0x1e5fac(0x189)](){const _0x560720=_0x1e5fac,_0x436a06=this[_0x560720(0x19e)];if(!_0x436a06[_0x560720(0x1c6)][_0x560720(0x196)](_0x560720(0x1c5)))return;const _0x481b46=_0x436a06[_0x560720(0x18b)],_0x1c479e=_0x436a06[_0x560720(0x1c6)][_0x560720(0x17d)](_0x560720(0x1b9));_0x1c479e[_0x560720(0x18e)](_0x560720(0x1bb)),_0x1c479e[_0x560720(0x18e)](_0x560720(0x1c2)),_0x1c479e[_0x560720(0x185)](_0x560720(0x1a8)),_0x1c479e[_0x560720(0x185)](_0x560720(0x17e)),_0x1c479e[_0x560720(0x1b4)][_0x560720(0x19f)](_0x560720(0x1a8),_0x4bc243(_0x481b46,_0x560720(0x1c4))),_0x1c479e[_0x560720(0x1b4)][_0x560720(0x19f)](_0x560720(0x17e),_0x4bc243(_0x481b46,_0x560720(0x1af))),this[_0x560720(0x1a5)]();}[_0x1e5fac(0x1a5)](){const _0x54a1f3=_0x1e5fac,_0x481ed6=this[_0x54a1f3(0x19e)][_0x54a1f3(0x1c6)][_0x54a1f3(0x17d)](_0x54a1f3(0x1b9)),_0x88b8d0=this[_0x54a1f3(0x19e)][_0x54a1f3(0x1c6)][_0x54a1f3(0x17d)](_0x54a1f3(0x18f)),_0x1138cf=this[_0x54a1f3(0x19e)][_0x54a1f3(0x1c6)][_0x54a1f3(0x17d)](_0x5415ad)[_0x54a1f3(0x191)]();function _0x53d21c({showActiveMarker:_0x2fa848=!0x0,setDataAttribute:_0x4c0133=!0x0}={}){return(_0x2799c4,_0x594507,_0x41d7e4)=>{const _0x38574c=_0x3c6d,{type:_0x18aa4f,id:_0x1e3761}=_0x481ed6[_0x38574c(0x187)](_0x594507[_0x38574c(0x1c3)]),_0x48ea89=_0x481ed6[_0x38574c(0x1c0)](_0x1e3761),_0x4ef1b2=_0x48ea89[_0x38574c(0x1b7)];if(_0x38574c(0x195)!=_0x48ea89[_0x38574c(0x1aa)]||!_0x4ef1b2||_0x38574c(0x1c2)!=_0x4ef1b2[_0x38574c(0x1b6)])return;if(_0x594507[_0x38574c(0x186)])return void _0x2799c4[_0x38574c(0x1c1)]();if(!_0x41d7e4[_0x38574c(0x199)][_0x38574c(0x19a)](_0x594507[_0x38574c(0x1ab)],_0x2799c4[_0x38574c(0x183)]))return;const _0x583cb3=_0x594507[_0x38574c(0x1ab)][_0x38574c(0x17c)][_0x38574c(0x1b3)],_0x455f65=_0x594507[_0x38574c(0x1ab)][_0x38574c(0x190)][_0x38574c(0x1ba)],_0x1f0639=_0x583cb3[_0x38574c(0x19d)][_0x38574c(0x19d)],{column:_0x4e236f}=_0x88b8d0[_0x38574c(0x1a0)](_0x583cb3),{column:_0x2ed7c5}=_0x88b8d0[_0x38574c(0x1a0)](_0x455f65);for(let _0x2528b6=_0x4e236f;_0x2528b6<=_0x2ed7c5;_0x2528b6++){const _0x34cd61=_0x88b8d0[_0x38574c(0x1cb)](_0x1f0639,{'column':_0x2528b6,'includeAllSlots':!0x1});for(const _0x312fd2 of _0x34cd61){const _0x451416=_0x312fd2[_0x38574c(0x180)],_0x2d867d=_0x41d7e4[_0x38574c(0x1be)][_0x38574c(0x1b0)](_0x451416);_0x41d7e4[_0x38574c(0x179)][_0x38574c(0x181)](_0x38574c(0x198)+_0x18aa4f,_0x2d867d),_0x4c0133&&_0x41d7e4[_0x38574c(0x179)][_0x38574c(0x17b)](_0x38574c(0x18a),_0x1e3761,_0x2d867d),_0x41d7e4[_0x38574c(0x1be)][_0x38574c(0x197)](_0x2d867d,_0x594507[_0x38574c(0x1c3)]),_0x2fa848&&(_0x481ed6[_0x38574c(0x1ad)][_0x38574c(0x1b8)](_0x594507[_0x38574c(0x1c3)])?_0x41d7e4[_0x38574c(0x179)][_0x38574c(0x181)](_0x38574c(0x1a2),_0x2d867d):_0x41d7e4[_0x38574c(0x179)][_0x38574c(0x1a4)](_0x38574c(0x1a2),_0x2d867d));}}};}_0x481ed6[_0x54a1f3(0x1ca)][_0x54a1f3(0x193)](_0x54a1f3(0x195),_0x54a1f3(0x1bb),_0x54a1f3(0x18c),_0x1138cf),_0x481ed6[_0x54a1f3(0x1ca)][_0x54a1f3(0x193)](_0x54a1f3(0x195),_0x54a1f3(0x1c2),_0x54a1f3(0x18c),_0x1138cf),this[_0x54a1f3(0x19e)][_0x54a1f3(0x1a7)][_0x54a1f3(0x18d)]['on'](_0x54a1f3(0x1c9),_0x53d21c(),{'priority':_0x54a1f3(0x1bc)}),this[_0x54a1f3(0x19e)][_0x54a1f3(0x1b7)][_0x54a1f3(0x18d)]['on'](_0x54a1f3(0x1c9),(_0x51511f,_0x3b5543,_0x467e00)=>{const _0xd74aca=_0x54a1f3;_0x467e00[_0xd74aca(0x1c7)][_0xd74aca(0x1a1)]&&_0x53d21c({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x51511f,_0x3b5543,_0x467e00);},{'priority':_0x54a1f3(0x1bc)}),this[_0x54a1f3(0x19e)][_0x54a1f3(0x1a7)][_0x54a1f3(0x18d)]['on'](_0x54a1f3(0x1ac),(_0x2b8ab7,_0x1c33bc,_0x70be76)=>{const _0x22bf46=_0x54a1f3,{type:_0x2f119c,id:_0x2a1a48}=_0x481ed6[_0x22bf46(0x187)](_0x1c33bc[_0x22bf46(0x1c3)]),_0x275b29=_0x481ed6[_0x22bf46(0x1c0)](_0x2a1a48),_0x2f215a=_0x275b29[_0x22bf46(0x1b7)];if(_0x22bf46(0x195)!=_0x275b29[_0x22bf46(0x1aa)]||!_0x2f215a||_0x22bf46(0x1c2)!=_0x2f215a[_0x22bf46(0x1b6)])return;const _0x543c91=_0x70be76[_0x22bf46(0x1be)][_0x22bf46(0x1a9)](_0x1c33bc[_0x22bf46(0x1c3)]);if(_0x543c91){for(const _0x2ab464 of _0x543c91)_0x70be76[_0x22bf46(0x179)][_0x22bf46(0x1a4)](_0x22bf46(0x198)+_0x2f119c,_0x2ab464),_0x70be76[_0x22bf46(0x179)][_0x22bf46(0x1a4)](_0x22bf46(0x1a2),_0x2ab464),_0x70be76[_0x22bf46(0x179)][_0x22bf46(0x1bf)](_0x22bf46(0x18a),_0x2ab464),_0x70be76[_0x22bf46(0x1be)][_0x22bf46(0x1c8)](_0x2ab464,_0x1c33bc[_0x22bf46(0x1c3)]);}},{'priority':_0x54a1f3(0x1bc)}),this[_0x54a1f3(0x19c)]();}[_0x1e5fac(0x19c)](){const _0x5cb849=_0x1e5fac,_0x32971a=this[_0x5cb849(0x19e)],_0x5f6577=_0x32971a[_0x5cb849(0x18b)];function _0x38e156(_0x10a2ba){const _0x485daa=_0x5cb849;return{'type':_0x485daa(0x1a6),'content':_0x4bc243(_0x5f6577,_0x485daa(0x182),_0x10a2ba)};}_0x32971a[_0x5cb849(0x1c6)][_0x5cb849(0x17d)](_0x5cb849(0x1b9))[_0x5cb849(0x1b4)][_0x5cb849(0x192)](_0x4003c7=>{const _0x11ff62=_0x5cb849;if(_0x11ff62(0x195)!=_0x4003c7[_0x11ff62(0x1aa)])return;const {data:_0x12eb7d}=_0x4003c7;if(_0x12eb7d){if(_0x11ff62(0x1bb)==_0x12eb7d[_0x11ff62(0x1b6)]){const _0x37110d=_0x12eb7d[_0x11ff62(0x1cd)][0x0][_0x11ff62(0x1b2)];return _0x38e156(_0x4bc243(_0x5f6577,_0x37110d?_0x11ff62(0x1c4):_0x11ff62(0x19b)));}if(_0x11ff62(0x1c2)==_0x12eb7d[_0x11ff62(0x1b6)]){const _0x53bbec=_0x12eb7d[_0x11ff62(0x1cd)][0x0][_0x11ff62(0x1b2)];return _0x38e156(_0x4bc243(_0x5f6577,_0x53bbec?_0x11ff62(0x1af):_0x11ff62(0x188)));}}});}}
|