@ckeditor/ckeditor5-track-changes 43.0.0-alpha.4 → 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
- package/theme/icons/track-changes-accept.svg +1 -1
- package/theme/icons/track-changes-discard.svg +1 -1
- package/theme/icons/track-changes.svg +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
|
-
function
|
|
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
|
-
function _0x3b12(_0x482fb7,_0x152bc5){const _0x539aee=_0x539a();return _0x3b12=function(_0x3b12f5,_0x37b563){_0x3b12f5=_0x3b12f5-0x14f;let _0x2efc0c=_0x539aee[_0x3b12f5];return _0x2efc0c;},_0x3b12(_0x482fb7,_0x152bc5);}const _0x5d5609=_0x3b12;(function(_0x460be8,_0x43f6c4){const _0x502903=_0x3b12,_0x5731a1=_0x460be8();while(!![]){try{const _0xa40c89=-parseInt(_0x502903(0x183))/0x1+parseInt(_0x502903(0x18b))/0x2+-parseInt(_0x502903(0x174))/0x3+-parseInt(_0x502903(0x1b5))/0x4*(-parseInt(_0x502903(0x164))/0x5)+-parseInt(_0x502903(0x1b9))/0x6*(parseInt(_0x502903(0x170))/0x7)+-parseInt(_0x502903(0x1c0))/0x8+parseInt(_0x502903(0x1ae))/0x9;if(_0xa40c89===_0x43f6c4)break;else _0x5731a1['push'](_0x5731a1['shift']());}catch(_0x1ff0f9){_0x5731a1['push'](_0x5731a1['shift']());}}}(_0x539a,0xbf084));import{Plugin as _0x2ee622}from'ckeditor5/src/core.js';import{LiveRange as _0x4afffc}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x5ecc37}from'ckeditor5/src/widget.js';import{getTranslation as _0x56565e}from'../utils/common-translations.js';export default class It extends _0x2ee622{constructor(_0x130274){const _0x571163=_0x3b12;super(_0x130274),this[_0x571163(0x1b0)]=[_0x571163(0x187),_0x571163(0x1c5)],this[_0x571163(0x1c2)]=new Set();}[_0x5d5609(0x1db)](){const _0x93df1f=_0x5d5609,_0x1e9fc2=this[_0x93df1f(0x1b1)],_0x855185=_0x1e9fc2[_0x93df1f(0x18e)][_0x93df1f(0x1b2)][_0x93df1f(0x197)];if(!_0x1e9fc2[_0x93df1f(0x190)][_0x93df1f(0x175)](_0x93df1f(0x163)))return;const _0x7d08fe=_0x1e9fc2[_0x93df1f(0x1aa)],_0x33cc4d=_0x1e9fc2[_0x93df1f(0x190)][_0x93df1f(0x1a6)](_0x93df1f(0x1c9)),_0x55bbab=_0x1e9fc2[_0x93df1f(0x190)][_0x93df1f(0x1a6)](_0x93df1f(0x17c));_0x33cc4d[_0x93df1f(0x19d)][_0x93df1f(0x1ee)](_0x93df1f(0x191),_0x56af8a=>_0x56565e(_0x7d08fe,_0x93df1f(0x16d),_0x56af8a)),this[_0x93df1f(0x1cc)](),_0x33cc4d[_0x93df1f(0x1b4)](_0x93df1f(0x173)),_0x33cc4d[_0x93df1f(0x1b4)](_0x93df1f(0x156)),_0x33cc4d[_0x93df1f(0x1b4)](_0x93df1f(0x159));for(const _0x502f44 of[_0x93df1f(0x1d6),_0x93df1f(0x1ad)]){const _0x241ef9=_0x1e9fc2[_0x93df1f(0x19b)][_0x93df1f(0x1a6)](_0x502f44);_0x33cc4d[_0x93df1f(0x1b4)](_0x502f44,_0x3d9383=>{const _0x45b73c=_0x93df1f;_0x1e9fc2[_0x45b73c(0x18e)][_0x45b73c(0x17d)](_0xaa5cb8=>{const _0x1f5139=_0x45b73c;_0x3d9383();const _0xd2d599=_0x1f5139(0x165)===_0x241ef9[_0x1f5139(0x194)],_0x103f77=_0x55bbab[_0x1f5139(0x1b3)](_0x855185),_0xba3f5e=_0x55bbab[_0x1f5139(0x1a2)](_0x103f77),_0x2c9384=_0xd2d599?_0xba3f5e[_0x1f5139(0x19c)]-0x1:_0xba3f5e[_0x1f5139(0x17a)]+0x1,_0x10fed9=_0x103f77[0x0][_0x1f5139(0x1bd)](_0x1f5139(0x191)),_0x106d7e=_0x55bbab[_0x1f5139(0x151)](_0x10fed9,{'startRow':_0x2c9384,'endRow':_0x2c9384}),_0x3cf41c=Array[_0x1f5139(0x15a)](_0x106d7e)[_0x1f5139(0x1d5)](_0x1831f9=>_0xaa5cb8[_0x1f5139(0x158)](_0x1831f9[_0x1f5139(0x150)]));_0x33cc4d[_0x1f5139(0x1ea)](_0x3cf41c,_0x1f5139(0x187));});});}for(const _0x5310c2 of[_0x93df1f(0x16c),_0x93df1f(0x15f)]){const _0x404d5e=_0x1e9fc2[_0x93df1f(0x19b)][_0x93df1f(0x1a6)](_0x5310c2);_0x33cc4d[_0x93df1f(0x1b4)](_0x5310c2,_0x4e1b00=>{const _0x154f67=_0x93df1f;_0x1e9fc2[_0x154f67(0x18e)][_0x154f67(0x17d)](_0x4640d0=>{const _0x3506f8=_0x154f67;_0x4e1b00();const _0x138f05=_0x3506f8(0x188)===_0x404d5e[_0x3506f8(0x194)],_0x3326f8=_0x55bbab[_0x3506f8(0x1b3)](_0x855185),_0x269b90=_0x55bbab[_0x3506f8(0x1e1)](_0x3326f8),_0x510c8f=_0x138f05?_0x269b90[_0x3506f8(0x19c)]-0x1:_0x269b90[_0x3506f8(0x17a)]+0x1,_0x534e55=_0x3326f8[0x0][_0x3506f8(0x1bd)](_0x3506f8(0x191)),_0xc26533=_0x55bbab[_0x3506f8(0x151)](_0x534e55,{'startRow':0x0,'column':_0x510c8f,'includeAllSlots':!0x1}),_0x51afa8=Array[_0x3506f8(0x15a)](_0xc26533)[_0x3506f8(0x1d5)](_0x596def=>_0x4640d0[_0x3506f8(0x158)](_0x596def[_0x3506f8(0x150)]));_0x33cc4d[_0x3506f8(0x1ea)](_0x51afa8,_0x3506f8(0x1c5));});});}for(const _0xdab75b of[_0x93df1f(0x1e0),_0x93df1f(0x172)]){const _0x59a1c0=_0xdab75b[_0x93df1f(0x157)](0xb),_0x1ec7b3=_0x59a1c0[_0x93df1f(0x182)](),_0x509393=_0x1ec7b3[_0x93df1f(0x157)](0x0,0x3)+_0x93df1f(0x181),_0x24ae2d=_0x93df1f(0x191)+_0x59a1c0,_0x27b7c5=_0x93df1f(0x16f)+_0x59a1c0,_0x2a1c0e=_0x93df1f(0x15b)+_0x59a1c0;_0x33cc4d[_0x93df1f(0x1b4)](_0xdab75b,()=>{const _0x5d40d7=_0x93df1f;_0x1e9fc2[_0x5d40d7(0x18e)][_0x5d40d7(0x17d)](_0x51efa9=>{const _0x4be584=_0x5d40d7,_0x461c81=_0x55bbab[_0x4be584(0x1b3)](_0x855185),_0x142302=_0x461c81[0x0][_0x4be584(0x1bd)](_0x4be584(0x191));let _0x51a025;if(_0x4be584(0x1e0)==_0xdab75b){const _0x20d965=_0x55bbab[_0x4be584(0x1a2)](_0x461c81);_0x51a025={'startRow':_0x20d965[_0x4be584(0x19c)],'endRow':_0x20d965[_0x4be584(0x17a)],'includeAllSlots':!0x0};}else{const _0x178ab7=_0x55bbab[_0x4be584(0x1e1)](_0x461c81);_0x51a025={'startColumn':_0x178ab7[_0x4be584(0x19c)],'endColumn':_0x178ab7[_0x4be584(0x17a)],'includeAllSlots':!0x0};}const _0x45153b=_0x55bbab[_0x4be584(0x151)](_0x142302,_0x51a025),_0x3d331f=Array[_0x4be584(0x15a)](_0x45153b)[_0x4be584(0x1d5)](({cell:_0x1f09fd})=>_0x1f09fd),_0x4612c2=Ee(_0x3d331f[_0x4be584(0x161)](_0x4ef5bb=>_0x4ef5bb[_0x4be584(0x1c1)](_0x509393))),_0x3affec=Ee(_0x3d331f[_0x4be584(0x161)](_0x5d62ce=>!_0x5d62ce[_0x4be584(0x1c1)](_0x509393)))[_0x4be584(0x1d5)](_0x3f64ac=>_0x51efa9[_0x4be584(0x158)](_0x3f64ac)),_0x44b571=_0x33cc4d[_0x4be584(0x16b)](_0x3affec,_0x24ae2d);if(_0x44b571&&(_0x4be584(0x187)==_0x44b571[_0x4be584(0x1be)]||_0x4be584(0x1c5)==_0x44b571[_0x4be584(0x1be)])){const _0x2e703f=this[_0x4be584(0x1e8)](_0x44b571);for(const _0x561415 of _0x4612c2){const _0x43ce5e=_0x51efa9[_0x4be584(0x158)](_0x561415),_0x12c0bc=_0x55bbab[_0x4be584(0x1d4)](_0x561415),_0x3a999e=_0x561415[_0x4be584(0x1ca)](_0x509393)-0x1,_0x4759f3=_0x2e703f[_0x27b7c5],_0x590160=_0x2e703f[_0x2a1c0e];_0x4759f3<=_0x12c0bc[_0x1ec7b3]&&_0x12c0bc[_0x1ec7b3]+_0x3a999e<=_0x590160&&_0x44b571[_0x4be584(0x1d2)](_0x43ce5e);}}});});}function _0x5b969c(_0x3cd30f){const _0x1401d1=_0x93df1f,_0x3cb2ad=Array[_0x1401d1(0x15a)](_0x855185[_0x1401d1(0x1d3)]())[_0x1401d1(0x1d5)](_0x119a49=>_0x4afffc[_0x1401d1(0x1da)](_0x119a49));_0x1e9fc2[_0x1401d1(0x18e)][_0x1401d1(0x17d)](_0x123add=>{const _0x48fd71=_0x1401d1,_0x599250=_0x123add[_0x48fd71(0x180)];_0x3cd30f=_0x3cd30f[_0x48fd71(0x161)](_0x6df125=>_0x48fd71(0x153)!=_0x6df125[_0x48fd71(0x1ed)][_0x48fd71(0x1a1)]),_0x123add[_0x48fd71(0x19f)](_0x3cd30f),_0x1e9fc2[_0x48fd71(0x19b)][_0x48fd71(0x1a6)](_0x48fd71(0x1e0))[_0x48fd71(0x15e)](),_0x1e9fc2[_0x48fd71(0x17f)](_0x48fd71(0x1e0),{'forceDefaultExecution':!0x0}),_0x1e9fc2[_0x48fd71(0x18e)][_0x48fd71(0x1cf)](()=>{const _0x5dc2e2=_0x48fd71;_0x1e9fc2[_0x5dc2e2(0x18e)][_0x5dc2e2(0x1cf)](_0x599250,_0x2bc343=>{const _0x57aa74=_0x5dc2e2,_0x3fbe2c=_0x3cb2ad[_0x57aa74(0x161)](_0x60657b=>_0x57aa74(0x153)!=_0x60657b[_0x57aa74(0x1ed)][_0x57aa74(0x1a1)]);_0x3fbe2c[_0x57aa74(0x155)]>0x0&&_0x2bc343[_0x57aa74(0x19f)](_0x3fbe2c);for(const _0x26d615 of _0x3cb2ad)_0x26d615[_0x57aa74(0x1cb)]();});});});}function _0x4c6809(_0x51208e){const _0x3f1198=_0x93df1f;_0x1e9fc2[_0x3f1198(0x18e)][_0x3f1198(0x17d)](_0x55cba1=>{const _0x376d39=_0x3f1198,_0x1454fd=Array[_0x376d39(0x15a)](_0x855185[_0x376d39(0x1d3)]())[_0x376d39(0x1d5)](_0x437e1d=>_0x4afffc[_0x376d39(0x1da)](_0x437e1d)),_0x1731b9=[];for(const _0x36d39d of _0x51208e)for(const _0x3a5c86 of _0x36d39d[_0x376d39(0x1e4)]({'shallow':!0x0}))_0x1731b9[_0x376d39(0x195)](_0x3a5c86);for(const _0x5c80ea of _0x1731b9)_0x376d39(0x153)!=_0x5c80ea[_0x376d39(0x1ed)][_0x376d39(0x1a1)]&&(_0x55cba1[_0x376d39(0x19f)](_0x55cba1[_0x376d39(0x171)](_0x5c80ea,0x0)),_0x1e9fc2[_0x376d39(0x19b)][_0x376d39(0x1a6)](_0x376d39(0x172))[_0x376d39(0x15e)](),_0x1e9fc2[_0x376d39(0x17f)](_0x376d39(0x172),{'forceDefaultExecution':!0x0}));const _0x1d0eef=_0x1454fd[_0x376d39(0x161)](_0x249e90=>_0x376d39(0x153)!=_0x249e90[_0x376d39(0x1ed)][_0x376d39(0x1a1)]);_0x1d0eef[_0x376d39(0x155)]>0x0&&_0x55cba1[_0x376d39(0x19f)](_0x1d0eef);for(const _0x5a2882 of _0x1454fd)_0x5a2882[_0x376d39(0x1cb)]();});}function _0x4a2838(_0x1bb3ce,_0x2c6f71){const _0x115ed7=_0x93df1f;return _0x2c6f71[_0x115ed7(0x1dc)](_0x27b7fd=>_0x1bb3ce[_0x115ed7(0x1a0)](_0x1b65f0=>_0x1b65f0[_0x115ed7(0x186)][_0x115ed7(0x1a9)](_0x27b7fd[_0x115ed7(0x1bb)])||_0x27b7fd[_0x115ed7(0x186)][_0x115ed7(0x1a9)](_0x1b65f0[_0x115ed7(0x1bb)])));}function _0x5826b7(_0x2ecdc4,_0x21c4da){const _0x3b1fed=_0x93df1f;return!_0x2ecdc4[_0x3b1fed(0x1a0)](_0x3a44c7=>_0x21c4da[_0x3b1fed(0x1a0)](_0x4d9394=>_0x3a44c7[_0x3b1fed(0x199)](_0x4d9394)))&&_0x2ecdc4[_0x3b1fed(0x1a0)](_0x197052=>_0x21c4da[_0x3b1fed(0x1a0)](_0x3c8282=>_0x197052[_0x3b1fed(0x186)][_0x3b1fed(0x189)](_0x3c8282[_0x3b1fed(0x1bb)])));}_0x1e9fc2[_0x93df1f(0x16a)][_0x93df1f(0x1dd)]['on'](_0x93df1f(0x18c),(_0x45a7c6,_0x6feb29,_0x3549c6)=>{const _0x2ba996=_0x93df1f;if(!_0x3549c6[_0x2ba996(0x19a)][_0x2ba996(0x1d8)])return;const _0x34592b=_0x6feb29[_0x2ba996(0x184)];if(!_0x34592b)return;const _0x408b0b=_0x3549c6[_0x2ba996(0x1c3)][_0x2ba996(0x1ab)](_0x34592b);function _0x2d12da(_0xfa291d){const _0x1d7a13=_0x2ba996;return Array[_0x1d7a13(0x198)](_0xfa291d)?_0xfa291d:[_0xfa291d];}_0x408b0b&&_0x2ba996(0x1d7)===_0x34592b[_0x2ba996(0x15d)]&&_0x5ecc37(_0x408b0b,_0x3549c6[_0x2ba996(0x1bf)],(_0x2b1de0,_0x468134,_0x3aa3f5)=>_0x3aa3f5[_0x2ba996(0x1c7)](_0x2d12da(_0x468134[_0x2ba996(0x1a4)]),_0x2b1de0),(_0x255cc3,_0x3dc89a,_0xaf5882)=>_0xaf5882[_0x2ba996(0x17b)](_0x2d12da(_0x3dc89a[_0x2ba996(0x1a4)]),_0x255cc3));},{'priority':_0x93df1f(0x1c8)}),_0x33cc4d[_0x93df1f(0x19d)][_0x93df1f(0x166)](_0xf77071=>{const _0x4cc3b4=_0x93df1f;if(_0x4cc3b4(0x1d9)!=_0xf77071[_0x4cc3b4(0x1af)]&&_0x4cc3b4(0x1eb)!=_0xf77071[_0x4cc3b4(0x1af)])return;const _0x1cb91d=_0xf77071[_0x4cc3b4(0x152)]();if(null!=_0x1cb91d&&_0x1cb91d['is'](_0x4cc3b4(0x1c4),_0x4cc3b4(0x191))){if(_0x4cc3b4(0x1d9)==_0xf77071[_0x4cc3b4(0x1af)]){const _0x177561=_0xf77071[_0x4cc3b4(0x1e4)]()[_0x4cc3b4(0x161)](_0x17136d=>_0x17136d['is'](_0x4cc3b4(0x179)))[_0x4cc3b4(0x1d5)](_0x41a947=>_0x41a947[_0x4cc3b4(0x16a)]);if(_0x177561[_0x4cc3b4(0x155)])return{'type':_0x4cc3b4(0x1d9),'content':_0x56565e(_0x7d08fe,_0x4cc3b4(0x177),_0x56565e(_0x7d08fe,_0x4cc3b4(0x178),'\x22'+_0x177561[_0x4cc3b4(0x18a)]('\x20')+'\x22'))};}if(_0x4cc3b4(0x1eb)==_0xf77071[_0x4cc3b4(0x1af)]){const _0x453fb9=_0xf77071[_0x4cc3b4(0x1e4)]()[_0x4cc3b4(0x161)](_0x2812d6=>_0x2812d6['is'](_0x4cc3b4(0x179)))[_0x4cc3b4(0x1d5)](_0xc11ec0=>_0xc11ec0[_0x4cc3b4(0x16a)]);if(_0x453fb9[_0x4cc3b4(0x155)])return{'type':_0x4cc3b4(0x1eb),'content':_0x56565e(_0x7d08fe,_0x4cc3b4(0x1b6),_0x56565e(_0x7d08fe,_0x4cc3b4(0x178),'\x22'+_0x453fb9[_0x4cc3b4(0x18a)]('\x20')+'\x22'))};}}}),_0x33cc4d[_0x93df1f(0x19d)][_0x93df1f(0x166)](_0x4f5a8a=>{const _0x23b6bf=_0x93df1f;if(_0x23b6bf(0x187)==_0x4f5a8a[_0x23b6bf(0x1be)]){const _0x59df47=_0x4f5a8a[_0x23b6bf(0x1e4)]()[_0x23b6bf(0x161)](_0x43def9=>_0x43def9['is'](_0x23b6bf(0x179)))[_0x23b6bf(0x1d5)](_0x5b8544=>_0x5b8544[_0x23b6bf(0x16a)]),_0x2f42de=this[_0x23b6bf(0x1e8)](_0x4f5a8a),_0x2c9834=_0x2f42de[_0x23b6bf(0x1d0)]-_0x2f42de[_0x23b6bf(0x1ac)]+0x1;if(_0x23b6bf(0x1d9)==_0x4f5a8a[_0x23b6bf(0x1af)])return _0x59df47[_0x23b6bf(0x155)]?{'type':_0x23b6bf(0x1d9),'content':_0x56565e(_0x7d08fe,_0x23b6bf(0x177),_0x56565e(_0x7d08fe,_0x23b6bf(0x1e7),[_0x2c9834,'\x22'+_0x59df47[_0x23b6bf(0x18a)]('\x20')+'\x22']))}:{'type':_0x23b6bf(0x1d9),'content':_0x56565e(_0x7d08fe,_0x23b6bf(0x177),_0x56565e(_0x7d08fe,_0x23b6bf(0x1b7),_0x2c9834))};if(_0x23b6bf(0x1eb)==_0x4f5a8a[_0x23b6bf(0x1af)])return _0x59df47[_0x23b6bf(0x155)]?{'type':_0x23b6bf(0x1eb),'content':_0x56565e(_0x7d08fe,_0x23b6bf(0x1b6),_0x56565e(_0x7d08fe,_0x23b6bf(0x1e7),[_0x2c9834,'\x22'+_0x59df47[_0x23b6bf(0x18a)]('\x20')+'\x22']))}:{'type':_0x23b6bf(0x1eb),'content':_0x56565e(_0x7d08fe,_0x23b6bf(0x1b6),_0x56565e(_0x7d08fe,_0x23b6bf(0x1b7),_0x2c9834))};}if(_0x23b6bf(0x1c5)==_0x4f5a8a[_0x23b6bf(0x1be)]){const _0x48e4fc=_0x4f5a8a[_0x23b6bf(0x1e4)]()[_0x23b6bf(0x161)](_0x31c64c=>_0x31c64c['is'](_0x23b6bf(0x179)))[_0x23b6bf(0x1d5)](_0x34e041=>_0x34e041[_0x23b6bf(0x16a)]),_0x1f7cbe=this[_0x23b6bf(0x1e8)](_0x4f5a8a),_0x4faaba=_0x1f7cbe[_0x23b6bf(0x1a3)]-_0x1f7cbe[_0x23b6bf(0x1f0)]+0x1;if(_0x23b6bf(0x1d9)==_0x4f5a8a[_0x23b6bf(0x1af)])return _0x48e4fc[_0x23b6bf(0x155)]?{'type':_0x23b6bf(0x1d9),'content':_0x56565e(_0x7d08fe,_0x23b6bf(0x177),_0x56565e(_0x7d08fe,_0x23b6bf(0x1ec),[_0x4faaba,'\x22'+_0x48e4fc[_0x23b6bf(0x18a)]('\x20')+'\x22']))}:{'type':_0x23b6bf(0x1d9),'content':_0x56565e(_0x7d08fe,_0x23b6bf(0x177),_0x56565e(_0x7d08fe,_0x23b6bf(0x1c6),_0x4faaba))};if(_0x23b6bf(0x1eb)==_0x4f5a8a[_0x23b6bf(0x1af)])return _0x48e4fc[_0x23b6bf(0x155)]?{'type':_0x23b6bf(0x1eb),'content':_0x56565e(_0x7d08fe,_0x23b6bf(0x1b6),_0x56565e(_0x7d08fe,_0x23b6bf(0x1ec),[_0x4faaba,'\x22'+_0x48e4fc[_0x23b6bf(0x18a)]('\x20')+'\x22']))}:{'type':_0x23b6bf(0x1eb),'content':_0x56565e(_0x7d08fe,_0x23b6bf(0x1b6),_0x56565e(_0x7d08fe,_0x23b6bf(0x1c6),_0x4faaba))};}}),_0x33cc4d[_0x93df1f(0x17e)][_0x93df1f(0x1e5)](_0x93df1f(0x1d9),_0x93df1f(0x187),_0x93df1f(0x160),_0x5b969c),_0x33cc4d[_0x93df1f(0x17e)][_0x93df1f(0x1e5)](_0x93df1f(0x1eb),_0x93df1f(0x187),_0x93df1f(0x1e2),_0x5b969c),_0x33cc4d[_0x93df1f(0x17e)][_0x93df1f(0x1e5)](_0x93df1f(0x1d9),_0x93df1f(0x1c5),_0x93df1f(0x160),_0x4c6809),_0x33cc4d[_0x93df1f(0x17e)][_0x93df1f(0x1e5)](_0x93df1f(0x1eb),_0x93df1f(0x1c5),_0x93df1f(0x1e2),_0x4c6809),_0x33cc4d[_0x93df1f(0x17e)][_0x93df1f(0x1e5)](_0x93df1f(0x1d9),_0x93df1f(0x1c5),_0x93df1f(0x18a),_0x4a2838),_0x33cc4d[_0x93df1f(0x17e)][_0x93df1f(0x1e5)](_0x93df1f(0x1eb),_0x93df1f(0x1c5),_0x93df1f(0x18a),_0x4a2838),_0x33cc4d[_0x93df1f(0x17e)][_0x93df1f(0x1e5)](_0x93df1f(0x1d9),_0x93df1f(0x187),_0x93df1f(0x18a),_0x5826b7),_0x33cc4d[_0x93df1f(0x17e)][_0x93df1f(0x1e5)](_0x93df1f(0x1eb),_0x93df1f(0x187),_0x93df1f(0x18a),_0x5826b7);}[_0x5d5609(0x18d)](){const _0x2c32b5=_0x5d5609,_0xb23dfe=this[_0x2c32b5(0x1b1)],_0x45f7b2=_0xb23dfe[_0x2c32b5(0x18e)][_0x2c32b5(0x1b2)][_0x2c32b5(0x197)];return(_0x259b59,_0x50e2ab)=>{const _0x1c6135=_0x2c32b5;_0xb23dfe[_0x1c6135(0x18e)][_0x1c6135(0x17d)](_0x34f92a=>{const _0x3dacd3=_0x1c6135,{commandName:_0x454a1a,commandParams:_0x256830}=_0x50e2ab;let _0x5b9353=_0x259b59[0x0][_0x3dacd3(0x186)][_0x3dacd3(0x1ce)];_0x256830&&_0x256830[0x0]&&!0x1===_0x256830[0x0][_0x3dacd3(0x154)]&&(_0x5b9353=_0x259b59[0x0][_0x3dacd3(0x1bb)][_0x3dacd3(0x168)]);const _0x48cd2f=_0x34f92a[_0x3dacd3(0x1ba)](_0x5b9353);if(_0x3dacd3(0x153)==_0x48cd2f[_0x3dacd3(0x1ed)][_0x3dacd3(0x1a1)])return;const _0x59c3da=Array[_0x3dacd3(0x15a)](_0x45f7b2[_0x3dacd3(0x1d3)]())[_0x3dacd3(0x1d5)](_0x35ae82=>_0x4afffc[_0x3dacd3(0x1da)](_0x35ae82));_0x34f92a[_0x3dacd3(0x19f)](_0x48cd2f),_0xb23dfe[_0x3dacd3(0x19b)][_0x3dacd3(0x1a6)](_0x454a1a)[_0x3dacd3(0x15e)](),_0x256830[_0x3dacd3(0x195)]({'forceDefaultExecution':!0x0}),_0xb23dfe[_0x3dacd3(0x17f)](_0x454a1a,..._0x256830);const _0x1fa0f0=_0x59c3da[_0x3dacd3(0x161)](_0x2debef=>_0x3dacd3(0x153)!=_0x2debef[_0x3dacd3(0x1ed)][_0x3dacd3(0x1a1)]);_0x1fa0f0[_0x3dacd3(0x155)]>0x0&&_0x34f92a[_0x3dacd3(0x19f)](_0x1fa0f0);for(const _0xd118f1 of _0x59c3da)_0xd118f1[_0x3dacd3(0x1cb)]();});};}[_0x5d5609(0x1df)](_0x21581){const _0xa3c1b7=_0x5d5609,_0x5cc895=this[_0xa3c1b7(0x1b1)][_0xa3c1b7(0x190)][_0xa3c1b7(0x1a6)](_0xa3c1b7(0x17c));let _0x25f53c=Number[_0xa3c1b7(0x162)],_0x4eb222=Number[_0xa3c1b7(0x1de)],_0x3de1d4=Number[_0xa3c1b7(0x162)],_0x2445b2=Number[_0xa3c1b7(0x1de)];for(const _0x4e5c88 of _0x21581){if(_0xa3c1b7(0x153)==_0x4e5c88[_0xa3c1b7(0x1ed)][_0xa3c1b7(0x1a1)])continue;const {row:_0x1348d4,column:_0x6e9d2e}=_0x5cc895[_0xa3c1b7(0x1d4)](_0x4e5c88),_0x53f567=_0x4e5c88[_0xa3c1b7(0x1c1)](_0xa3c1b7(0x1a5))?_0x4e5c88[_0xa3c1b7(0x1ca)](_0xa3c1b7(0x1a5))-0x1:0x0,_0x5c8923=_0x4e5c88[_0xa3c1b7(0x1c1)](_0xa3c1b7(0x169))?_0x4e5c88[_0xa3c1b7(0x1ca)](_0xa3c1b7(0x169))-0x1:0x0;_0x25f53c=_0x1348d4<_0x25f53c?_0x1348d4:_0x25f53c,_0x4eb222=_0x1348d4+_0x53f567>_0x4eb222?_0x1348d4+_0x53f567:_0x4eb222,_0x3de1d4=_0x6e9d2e<_0x3de1d4?_0x6e9d2e:_0x3de1d4,_0x2445b2=_0x6e9d2e+_0x5c8923>_0x2445b2?_0x6e9d2e+_0x5c8923:_0x2445b2;}return{'minRow':_0x25f53c,'maxRow':_0x4eb222,'minColumn':_0x3de1d4,'maxColumn':_0x2445b2};}[_0x5d5609(0x1cc)](){const _0x48d652=_0x5d5609,_0x28230a=this[_0x48d652(0x1b1)],_0x14a038=_0x28230a[_0x48d652(0x190)][_0x48d652(0x1a6)](_0x48d652(0x1c9)),_0x2072e8=_0x28230a[_0x48d652(0x190)][_0x48d652(0x1a6)](_0x48d652(0x17c));_0x28230a[_0x48d652(0x18e)][_0x48d652(0x1b2)]['on'](_0x48d652(0x193),()=>{const _0x1f797a=_0x48d652,_0x57989c=Array[_0x1f797a(0x15a)](_0x28230a[_0x1f797a(0x18e)][_0x1f797a(0x1b2)][_0x1f797a(0x14f)][_0x1f797a(0x1b8)]());for(const {name:_0x3d163a,data:_0x2bb825}of _0x57989c){const {group:_0xfd2830,id:_0x1fef96,subType:_0x8e55b1}=_0x14a038[_0x1f797a(0x1ef)](_0x3d163a);if(_0x1f797a(0x167)!=_0xfd2830)continue;if(null!=_0x2bb825[_0x1f797a(0x192)])continue;const _0x21552c=_0x14a038[_0x1f797a(0x1cd)](_0x1fef96);this[_0x1f797a(0x1b0)][_0x1f797a(0x19e)](_0x8e55b1)&&this[_0x1f797a(0x1c2)][_0x1f797a(0x1a8)](_0x21552c);}},{'priority':_0x48d652(0x1bc)});const _0x27606f=(_0x9ddadc,_0x347bfb)=>{const _0x527526=_0x48d652;let _0x162182=!0x1;const _0x3d8090=_0x347bfb[_0x527526(0x158)](_0x9ddadc),_0xf7eb16=_0x9ddadc[_0x527526(0x1bd)](_0x527526(0x191)),_0xf1b747=_0x2072e8[_0x527526(0x1d4)](_0x9ddadc);for(const _0x56e56b of this[_0x527526(0x1c2)]){const _0x14969f=_0x56e56b[_0x527526(0x1be)],_0x39e930=_0x14969f[_0x527526(0x16e)](_0x527526(0x185)),_0x2bfb35=_0x14969f[_0x527526(0x157)](_0x39e930?0xa:0x5),_0x44c8a7=_0x2bfb35[_0x527526(0x182)](),_0x13a3c2=_0x44c8a7[_0x527526(0x157)](0x0,0x3)+_0x527526(0x181),_0x4b3a3a=_0x527526(0x16f)+_0x2bfb35,_0x10551c=_0x527526(0x15b)+_0x2bfb35;if(!_0x56e56b[_0x527526(0x18f)])continue;if(_0xf7eb16!=_0x56e56b[_0x527526(0x1e6)]()[_0x527526(0x1bb)][_0x527526(0x1bd)](_0x527526(0x191)))continue;if(_0x56e56b[_0x527526(0x15c)](_0x3d8090))continue;const _0x5e474a=_0x9ddadc[_0x527526(0x1c1)](_0x13a3c2)?_0x9ddadc[_0x527526(0x1ca)](_0x13a3c2)-0x1:0x0,_0x311d08=this[_0x527526(0x1e8)](_0x56e56b),_0x15f44f=_0x311d08[_0x4b3a3a],_0x273538=_0x311d08[_0x10551c];_0x15f44f<=_0xf1b747[_0x44c8a7]&&_0xf1b747[_0x44c8a7]+_0x5e474a<=_0x273538&&(_0x56e56b[_0x527526(0x1d2)](_0x3d8090),_0x162182=!0x0);}return _0x162182;};_0x28230a[_0x48d652(0x18e)][_0x48d652(0x1b2)][_0x48d652(0x196)](_0x387af9=>{const _0x1044fa=_0x48d652;let _0x2b9de3=!0x1;for(const _0x13cf98 of _0x28230a[_0x1044fa(0x18e)][_0x1044fa(0x1b2)][_0x1044fa(0x14f)][_0x1044fa(0x1d1)]())if(_0x1044fa(0x1e3)==_0x13cf98[_0x1044fa(0x1af)]){if(_0x1044fa(0x187)==_0x13cf98[_0x1044fa(0x15d)]){for(const _0x245431 of _0x13cf98[_0x1044fa(0x1a7)][_0x1044fa(0x168)][_0x1044fa(0x176)]())_0x2b9de3=_0x2b9de3||_0x27606f(_0x245431,_0x387af9);}else _0x1044fa(0x1d7)==_0x13cf98[_0x1044fa(0x15d)]&&(_0x2b9de3=_0x2b9de3||_0x27606f(_0x13cf98[_0x1044fa(0x1a7)][_0x1044fa(0x168)],_0x387af9));}return _0x2b9de3;});}[_0x5d5609(0x1e8)](_0x5d7d46){const _0x3f4346=_0x5d5609;return this[_0x3f4346(0x1df)](_0x5d7d46[_0x3f4346(0x1d3)]()[_0x3f4346(0x1d5)](_0x1ec3e8=>_0x1ec3e8[_0x3f4346(0x1bb)][_0x3f4346(0x168)]));}}function _0x539a(){const _0x258746=['ELEMENT_TABLE','startsWith','min','9513ooLNrB','createPositionAt','removeTableColumn','insertTable','3610617lGNUMu','has','getChildren','*Insert:*\x20%0','ELEMENT_TABLE_WITH_TEXT','$textProxy','last','removeClass','TableUtils','change','_suggestionFactory','execute','batch','span','toLowerCase','1059049ApHJer','item','tablePaste','end','tableRow','left','isTouching','join','2871574Gvyslp','addMarker:suggestion','_acceptFormatSuggestionCallbackFactory','model','isInContent','plugins','table','oldRange','change:data','order','push','registerPostFixer','selection','isArray','isIntersecting','options','commands','first','descriptionFactory','includes','setSelection','some','rootName','getRowIndexes','maxColumn','classes','rowspan','get','position','add','isEqual','locale','toViewElement','minRow','insertTableRowBelow','12480624zPMveA','type','_tablePostFixingSubtypes','editor','document','getSelectionAffectedTableCells','enableCommand','5988788FHfLHW','*Remove:*\x20%0','ELEMENT_TABLE_ROW','getChangedMarkers','2142wEuSiq','createRangeIn','start','low','findAncestor','subType','writer','6316008hlXwma','hasAttribute','_tableSuggestions','mapper','element','tableColumn','ELEMENT_TABLE_COLUMN','addClass','highest','TrackChangesEditing','getAttribute','detach','_setupColumnsRowsFixing','getSuggestion','nodeBefore','enqueueChange','maxRow','getChanges','addRange','getRanges','getCellLocation','map','insertTableRowAbove','tableCell','showSuggestionHighlights','insertion','fromRange','afterInit','every','downcastDispatcher','MIN_SAFE_INTEGER','_getCoordsForCells','removeTableRow','getColumnIndexes','accept','insert','getItems','registerCustomCallback','getFirstRange','ELEMENT_TABLE_ROW_WITH_TEXT','_getSuggestionCoords','values','markMultiRangeInsertion','deletion','ELEMENT_TABLE_COLUMN_WITH_TEXT','root','registerElementLabel','_splitMarkerName','minColumn','differ','cell','createTableWalker','getContainedElement','$graveyard','forceValue','length','selectTableRow','substr','createRangeOn','selectTableColumn','from','max','isIntersectingWithRange','name','refresh','insertTableColumnRight','discard','filter','MAX_SAFE_INTEGER','TableEditing','5rrekqf','above','registerDescriptionCallback','suggestion','nodeAfter','colspan','data','markMultiRangeDeletion','insertTableColumnLeft'];_0x539a=function(){return _0x258746;};return _0x539a();}function Ee(_0x2656f2){const _0x20a05e=_0x5d5609;return Array[_0x20a05e(0x15a)](new Set(_0x2656f2)[_0x20a05e(0x1e9)]());}
|
|
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 _0x3d5a1f=_0x1656;function _0x1656(_0x313c48,_0x3b0732){const _0xc0ded4=_0xc0de();return _0x1656=function(_0x16563a,_0x2a3f8e){_0x16563a=_0x16563a-0xd4;let _0x224296=_0xc0ded4[_0x16563a];return _0x224296;},_0x1656(_0x313c48,_0x3b0732);}(function(_0x40ef38,_0x40bbad){const _0x56fb38=_0x1656,_0x3cc25e=_0x40ef38();while(!![]){try{const _0x1cce42=parseInt(_0x56fb38(0xd7))/0x1*(parseInt(_0x56fb38(0x10a))/0x2)+parseInt(_0x56fb38(0x19f))/0x3+parseInt(_0x56fb38(0x112))/0x4+parseInt(_0x56fb38(0x103))/0x5*(parseInt(_0x56fb38(0x18e))/0x6)+parseInt(_0x56fb38(0x10d))/0x7*(parseInt(_0x56fb38(0x183))/0x8)+parseInt(_0x56fb38(0x12e))/0x9*(-parseInt(_0x56fb38(0x114))/0xa)+-parseInt(_0x56fb38(0x180))/0xb;if(_0x1cce42===_0x40bbad)break;else _0x3cc25e['push'](_0x3cc25e['shift']());}catch(_0x831a3d){_0x3cc25e['push'](_0x3cc25e['shift']());}}}(_0xc0de,0xa60fe));import{getTranslation as _0x272377}from'../utils/common-translations.js';import{Plugin as _0x393253}from'ckeditor5/src/core.js';import{LiveRange as _0x5b2ca5}from'ckeditor5/src/engine.js';import{uid as _0x357c41,priorities as _0x12ff3a}from'ckeditor5/src/utils.js';function _0xc0de(){const _0x5d7567=['removeColumns','oldRange','previousSibling','columnInsertionRanges','length','1046sedSLw','TableClipboard','listenTo','959tvZJLE','getChanges','_getCoordsForCells','markerAttributes','name','4125624OCikqR','elementToElement','11436490qXdBzd','every','has','tableCellBorderWidth','position','fromRange','tablePasteRow','suggestionUnloaded','filter','remove','registerPostFixer','_tablePostFixingSubtypes','removeRows','nextSibling','insert','getRows','element','last','end','suggestion-td','ck-suggestion-marker-insertion','markerToHighlight','TableUtils','ck-suggestion-marker','getAllAdjacentSuggestions','type','9lILzkK','setAttribute','createElement','fromEntries','rows','forceDefaultExecution','createPositionBefore','nodeAfter','includes','editing','showSuggestionHighlights','columnInsertionIndexes','markerName','getContainedElement','attributes','createTableWalker','subType','tableCellSuggestion','_isForcedDefaultExecutionBlock','value','getRowIndexes','table','insertColumns','fill','createRange','column','tableCellHorizontalAlignment','map','descriptionFactory','getItems','start','redo','newRange','getColumns','tablePasteCell','move','tableCellBorderStyle','requires','getSuggestionCallback','removeMarkers','commands','accept','_replaceTableSlotCell','markMultiRangeBlockFormat','conversion','deletionRanges','activeMarkers','suggestion','endRow','createRangeIn','columns','previous','differ','isEqual','high','push','removeMarker','getAttributes','stop','root','insertContent','dataDowncast','updateMarker','insertionRanges','tableCell','cells','insertion','for','markMultiRangeInsertion','tablePasteColumn','from','rootName','getTableIfOnlyTableInContent','change','set','getChildren','get','first','tableCellPadding','low','setAttributes','registerDescriptionCallback','28792445LTsleU','*Replace\x20table\x20cells*','forEach','60056uRzTQq','tablePasteChainId','registerCustomCallback','tableCellVerticalAlignment','getSuggestion','locale','view','suggestion:formatBlock:tablePasteCell','join','selection','isEmpty','1272GMeMOv','schema','formatBlock','_splitMarkerName','$graveyard','return','call','clipboardOutput','paragraph','entries','wrap','trackChanges','cell','getRange','getSelectionAffectedTableCells','createRangeOn','markMultiRangeDeletion','1854708AkNbXH','afterInit','rowInsertionRanges','batch','add','unwrap','859mhMjuF','discard','startsWith','ck-suggestion-marker--active','markers','_suggestionFactory','isInContent','getSuggestions','hasSuggestion','model','getShiftedBy','Users','document','_createdBatches','row','find','keys','insertRows','tablePaste','getRanges','author','plugins','next','TrackChangesEditing','options','deletion','getColumnIndexes','getChangedMarkers','detach','some','tableCellBackgroundColor','getMarkers','rowInsertionIndexes','getChild','tableCellBorderColor','editor','reduce','documentSelection','register','suggestionLoaded','containsRange','endColumn','editingDowncast','content','30990FnvNzH','findAncestor'];_0xc0de=function(){return _0x5d7567;};return _0xc0de();}import _0x3ab7a5 from'./table.js';const Ce=[_0x3d5a1f(0x117),_0x3d5a1f(0xf9),_0x3d5a1f(0x152),_0x3d5a1f(0x148),_0x3d5a1f(0x186),_0x3d5a1f(0xf5),_0x3d5a1f(0x17c)],Pe=Object[_0x3d5a1f(0x131)](Ce[_0x3d5a1f(0x149)](_0x444fea=>[_0x444fea,null]));export default class _t extends _0x393253{static get[_0x3d5a1f(0x153)](){return[_0x3ab7a5];}[_0x3d5a1f(0x1a0)](){const _0x4541dc=_0x3d5a1f,_0x4e7fb3=this[_0x4541dc(0xfa)];if(!_0x4e7fb3[_0x4541dc(0xec)][_0x4541dc(0x116)](_0x4541dc(0x10b)))return;const _0x2e2b8b=_0x4e7fb3[_0x4541dc(0xec)][_0x4541dc(0x17a)](_0x4541dc(0xee)),_0x5555fe=_0x4e7fb3[_0x4541dc(0xec)][_0x4541dc(0x17a)](_0x4541dc(0x12a)),_0x1b7f97=_0x4e7fb3[_0x4541dc(0xec)][_0x4541dc(0x17a)](_0x3ab7a5),_0x2cb6f2=_0x4e7fb3[_0x4541dc(0xec)][_0x4541dc(0x17a)](_0x4541dc(0x10b));_0x1b7f97[_0x4541dc(0x11f)][_0x4541dc(0x165)](_0x4541dc(0x11a),_0x4541dc(0x173)),_0x4e7fb3[_0x4541dc(0xe0)][_0x4541dc(0x18f)][_0x4541dc(0xfd)](_0x4541dc(0x13f),{'allowIn':_0x4541dc(0x16e),'allowContentOf':_0x4541dc(0x16e),'isLimit':!0x0}),_0x4e7fb3[_0x4541dc(0x15a)][_0x4541dc(0x113)]({'model':_0x4541dc(0x13f),'view':_0x4541dc(0x127)});let _0x53b0d9=null;_0x4e7fb3[_0x4541dc(0xe0)]['on'](_0x4541dc(0x16a),(_0x13b872,_0x8b5cf3)=>{const _0x56b362=_0x4541dc,[_0x446ffa,_0x54d615]=_0x8b5cf3,_0x1b5ff6=_0x8b5cf3[_0x8b5cf3[_0x56b362(0x109)]-0x1];_0x1b5ff6&&_0x1b5ff6[_0x56b362(0x133)]||_0x2e2b8b[_0x56b362(0x140)]||this[_0x56b362(0xfa)][_0x56b362(0x156)][_0x56b362(0x17a)](_0x56b362(0x199))[_0x56b362(0x141)]&&function(_0x26d501,_0x2ad24a,_0x40a619,_0x604663,_0x821208){const _0x2cf90b=_0x56b362;if(_0x2ad24a&&!_0x2ad24a['is'](_0x2cf90b(0xfc)))return!0x1;const _0x27c939=_0x821208[_0x2cf90b(0x176)](_0x26d501,_0x40a619);if(!_0x27c939||!ke(_0x27c939,void 0x0,_0x604663))return!0x1;const _0x24e60d=_0x604663[_0x2cf90b(0x19c)](_0x40a619[_0x2cf90b(0xe3)][_0x2cf90b(0x18c)]);if(!_0x24e60d[_0x2cf90b(0x109)])return!0x1;const _0x1074a1=_0x24e60d[0x0][_0x2cf90b(0x104)](_0x2cf90b(0x143)),_0x3c9e29=_0x604663[_0x2cf90b(0x142)](_0x24e60d),_0x51e08d=_0x604663[_0x2cf90b(0xf1)](_0x24e60d),_0x44afe5={'startRow':_0x3c9e29[_0x2cf90b(0x17b)],'endRow':_0x3c9e29[_0x2cf90b(0x125)],'startColumn':_0x51e08d[_0x2cf90b(0x17b)],'endColumn':_0x51e08d[_0x2cf90b(0x125)]};return 0x1==_0x24e60d[_0x2cf90b(0x109)]&&(_0x44afe5[_0x2cf90b(0x15e)]+=_0x604663[_0x2cf90b(0x123)](_0x27c939)-0x1,_0x44afe5[_0x2cf90b(0x100)]+=_0x604663[_0x2cf90b(0x14f)](_0x27c939)-0x1),ke(_0x1074a1,_0x44afe5,_0x604663);}(_0x446ffa,_0x54d615,_0x4e7fb3[_0x56b362(0xe0)],_0x5555fe,_0x2cb6f2)&&(_0x13b872[_0x56b362(0x168)](),_0x53b0d9={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4e7fb3[_0x56b362(0xe0)][_0x56b362(0x177)](()=>{const _0x334de0=_0x56b362;_0x4e7fb3[_0x334de0(0xe0)][_0x334de0(0x16a)](_0x8b5cf3[0x0],_0x8b5cf3[0x1],_0x8b5cf3[0x2],{'forceDefaultExecution':!0x0});const _0x3703e9=_0x357c41(),{rowInsertionRanges:_0x165923,columnInsertionRanges:_0x49ec9d,insertionRanges:_0x36ee75,deletionRanges:_0x4f38ac,cells:_0x4e8384}=_0x53b0d9;_0x165923[_0x334de0(0x109)]&&_0x2e2b8b[_0x334de0(0x172)](_0x165923,_0x334de0(0x11a),{'tablePasteChainId':_0x3703e9}),_0x49ec9d[_0x334de0(0x109)]&&_0x2e2b8b[_0x334de0(0x172)](_0x49ec9d,_0x334de0(0x173),{'tablePasteChainId':_0x3703e9}),_0x36ee75[_0x334de0(0x109)]&&(_0x2e2b8b[_0x334de0(0x172)](_0x36ee75,_0x334de0(0xe9),{'tablePasteChainId':_0x3703e9,'skipNestingCheck':!0x0}),_0x36ee75[_0x334de0(0x182)](_0x570769=>{const _0x2a36cc=_0x334de0;var _0xd0de8a;return null===(_0xd0de8a=_0x570769[_0x2a36cc(0xf3)])||void 0x0===_0xd0de8a?void 0x0:_0xd0de8a[_0x2a36cc(0x194)](_0x570769);})),_0x4f38ac[_0x334de0(0x109)]&&(_0x2e2b8b[_0x334de0(0x19e)](_0x4f38ac,_0x334de0(0xe9),{'tablePasteChainId':_0x3703e9,'skipNestingCheck':!0x0}),_0x4f38ac[_0x334de0(0x182)](_0x120e4e=>{const _0x127692=_0x334de0;var _0x45ca4e;return null===(_0x45ca4e=_0x120e4e[_0x127692(0xf3)])||void 0x0===_0x45ca4e?void 0x0:_0x45ca4e[_0x127692(0x194)](_0x120e4e);}));const _0x3997ac=_0x2e2b8b[_0x334de0(0x159)](_0x4e8384[_0x334de0(0x149)](({element:_0x40a083})=>_0x40a083),{'formatGroupId':_0x357c41()},[],_0x334de0(0x150),{'tablePasteChainId':_0x3703e9});if(_0x3997ac){const _0x25e71c=_0x3997ac[_0x334de0(0xf6)](),_0x242c72=[];for(const {element:_0x172bd2,attributes:_0xa68e90}of _0x4e8384){if(!_0xa68e90)continue;const _0x3a9261=_0x4e7fb3[_0x334de0(0xe0)][_0x334de0(0x19d)](_0x172bd2),_0x1c6ed8=_0x25e71c[_0x334de0(0xe6)](_0x114947=>_0x114947[_0x334de0(0x19b)]()[_0x334de0(0x163)](_0x3a9261));_0x1c6ed8&&_0x242c72[_0x334de0(0x165)]([_0x1c6ed8[_0x334de0(0x111)],_0xa68e90]);}_0x242c72[_0x334de0(0x109)]&&_0x3997ac[_0x334de0(0x12f)](_0x334de0(0x110),Object[_0x334de0(0x131)](_0x242c72));}_0x53b0d9=null;}));},{'priority':_0x12ff3a[_0x4541dc(0x164)]+0xa}),_0x4e7fb3[_0x4541dc(0xec)][_0x4541dc(0x17a)](_0x4541dc(0x10b))['on'](_0x4541dc(0x158),(_0x249b8d,_0x4c6c66)=>{const _0x46f91b=_0x4541dc,[_0x542405,_0x473a29,,_0x2a841f]=_0x4c6c66;if(!_0x53b0d9)return;_0x249b8d[_0x46f91b(0x168)]();const _0x585d92=_0x542405[_0x46f91b(0x19a)],_0x3065e5=_0x473a29,_0x49e85e=we(_0x585d92),_0x279c0c=we(_0x3065e5);_0x249b8d[_0x46f91b(0x193)]=_0x585d92;let _0x2610ce=null,_0x2032c2=null;if(_0x279c0c||_0x49e85e){if(_0x49e85e&&!_0x279c0c){_0x2a841f[_0x46f91b(0x11d)](_0x585d92[_0x46f91b(0xf8)](0x0));for(const _0x203133 of Array[_0x46f91b(0x174)](_0x3065e5[_0x46f91b(0x179)]()))_0x2a841f[_0x46f91b(0x122)](_0x203133,_0x585d92,_0x46f91b(0x126));const _0x1c8bed=_0x53b0d9[_0x46f91b(0xf7)][_0x46f91b(0x136)](_0x542405[_0x46f91b(0xe5)]),_0x4a15b5=_0x53b0d9[_0x46f91b(0x139)][_0x46f91b(0x136)](_0x542405[_0x46f91b(0x147)]);_0x1c8bed||_0x4a15b5||(_0x2610ce=_0x5b2ca5[_0x46f91b(0x119)](_0x2a841f[_0x46f91b(0x15f)](_0x585d92)));}else _0x279c0c&&!_0x49e85e&&(_0x2032c2=_0x2a841f[_0x46f91b(0x15f)](_0x585d92));}else{const _0x1690f4=_0x2a841f[_0x46f91b(0x130)](_0x46f91b(0x13f)),_0xc37117=_0x2a841f[_0x46f91b(0x130)](_0x46f91b(0x13f));_0x2a841f[_0x46f91b(0x198)](_0x2a841f[_0x46f91b(0x15f)](_0x585d92),_0xc37117),_0x2a841f[_0x46f91b(0x122)](_0x1690f4,_0x585d92,0x0);for(const _0x144375 of Array[_0x46f91b(0x174)](_0x3065e5[_0x46f91b(0x179)]()))_0x2a841f[_0x46f91b(0x122)](_0x144375,_0x1690f4,_0x46f91b(0x126));_0x2610ce=_0x5b2ca5[_0x46f91b(0x119)](_0x2a841f[_0x46f91b(0x19d)](_0x1690f4)),_0x2032c2=_0x5b2ca5[_0x46f91b(0x119)](_0x2a841f[_0x46f91b(0x19d)](_0xc37117));}const _0x464f3a=Array[_0x46f91b(0x174)](_0x3065e5[_0x46f91b(0x167)]())[_0x46f91b(0x11c)](([_0x5938dc])=>Ce[_0x46f91b(0x136)](_0x5938dc));_0x53b0d9[_0x46f91b(0x16f)][_0x46f91b(0x165)]({'element':_0x585d92,'attributes':_0x464f3a[_0x46f91b(0x109)]?Object[_0x46f91b(0x131)](_0x464f3a):null}),_0x2610ce&&_0x53b0d9[_0x46f91b(0x16d)][_0x46f91b(0x165)](_0x2610ce),_0x2032c2&&_0x53b0d9[_0x46f91b(0x15b)][_0x46f91b(0x165)](_0x2032c2);},{'priority':_0x4541dc(0x164)}),_0x5555fe['on'](_0x4541dc(0x144),(_0x42a1fb,_0x4de396)=>{const _0x248e27=_0x4541dc,[_0x39f703,_0x2f4829={}]=_0x4de396;if(!_0x53b0d9)return;const _0x31a3f0=_0x2f4829['at']||0x0,_0x30fbab=_0x2f4829[_0x248e27(0x160)]||0x1;_0x53b0d9[_0x248e27(0x139)]=new Array(_0x30fbab)[_0x248e27(0x145)](_0x31a3f0)[_0x248e27(0x149)]((_0x3a127e,_0x1d4c11)=>_0x3a127e+_0x1d4c11);for(const {cell:_0xa8f611}of _0x5555fe[_0x248e27(0x13d)](_0x39f703,{'startColumn':_0x31a3f0,'endColumn':_0x31a3f0+_0x30fbab-0x1}))_0x53b0d9[_0x248e27(0x108)][_0x248e27(0x165)](_0x4e7fb3[_0x248e27(0xe0)][_0x248e27(0x19d)](_0xa8f611));},{'priority':_0x4541dc(0x17d)}),_0x5555fe['on'](_0x4541dc(0xe8),(_0x2cac66,_0x5aadf1)=>{const _0x1b1c6e=_0x4541dc,[_0x4af12f,_0x3b225f={}]=_0x5aadf1;if(!_0x53b0d9)return;const _0x3202b6=_0x3b225f['at']||0x0,_0x430e28=_0x3b225f[_0x1b1c6e(0x132)]||0x1;_0x53b0d9[_0x1b1c6e(0xf7)]=new Array(_0x430e28)[_0x1b1c6e(0x145)](_0x3202b6)[_0x1b1c6e(0x149)]((_0x4d6754,_0x510cf5)=>_0x4d6754+_0x510cf5);for(const {cell:_0x59c87e}of _0x5555fe[_0x1b1c6e(0x13d)](_0x4af12f,{'startRow':_0x3202b6,'endRow':_0x3202b6+_0x430e28-0x1}))_0x53b0d9[_0x1b1c6e(0x1a1)][_0x1b1c6e(0x165)](_0x4e7fb3[_0x1b1c6e(0xe0)][_0x1b1c6e(0x19d)](_0x59c87e));},{'priority':_0x4541dc(0x17d)}),_0x2e2b8b[_0x4541dc(0x14a)][_0x4541dc(0x17f)](_0x42e0a0=>{const _0x2524de=_0x4541dc;if(_0x42e0a0[_0x2524de(0x13e)]&&_0x42e0a0[_0x2524de(0x13e)][_0x2524de(0xd9)](_0x2524de(0xe9)))return _0x42e0a0[_0x2524de(0x161)]?{}:{'type':_0x2524de(0x170),'content':_0x272377(_0x4e7fb3[_0x2524de(0x188)],_0x2524de(0x181))};});const _0x4a8211=()=>!0x1;for(const _0x498904 of[_0x4541dc(0xe9),_0x4541dc(0x173),_0x4541dc(0x11a),_0x4541dc(0x150)])_0x2e2b8b[_0x4541dc(0xdc)][_0x4541dc(0x185)](_0x4541dc(0x170),_0x498904,_0x4541dc(0x18b),_0x4a8211),_0x2e2b8b[_0x4541dc(0xdc)][_0x4541dc(0x185)](_0x4541dc(0xf0),_0x498904,_0x4541dc(0x18b),_0x4a8211),_0x2e2b8b[_0x4541dc(0xdc)][_0x4541dc(0x185)](_0x4541dc(0x190),_0x498904,_0x4541dc(0x18b),_0x4a8211);_0x2e2b8b[_0x4541dc(0xdc)][_0x4541dc(0x185)](_0x4541dc(0x190),_0x4541dc(0x150),_0x4541dc(0xd8),_0x4a8211),_0x2e2b8b[_0x4541dc(0xdc)][_0x4541dc(0x185)](_0x4541dc(0x190),_0x4541dc(0x150),_0x4541dc(0x157),(_0x1e15e7,_0xe03ddf,_0x2798ae)=>{const _0x181699=_0x4541dc,_0x4c96a7=_0x1e15e7[_0x181699(0x149)](_0x34a4b8=>_0x34a4b8[_0x181699(0x13b)]())[_0x181699(0x11c)](_0x112698=>_0x112698),_0x12f6bb=new Map(_0x4c96a7[_0x181699(0x149)](_0x44211f=>[_0x44211f,null]));if(_0x53b0d9){for(const {element:_0x991229,attributes:_0x32be82}of _0x53b0d9[_0x181699(0x16f)])_0x32be82&&_0x12f6bb[_0x181699(0x178)](_0x991229,_0x32be82);}else{if(_0x2798ae&&_0x2798ae[_0x181699(0x110)])for(const [_0x32092f,_0x549130]of Object[_0x181699(0x197)](_0x2798ae[_0x181699(0x110)])){const _0x162252=_0x4e7fb3[_0x181699(0xe0)][_0x181699(0xdb)][_0x181699(0x17a)](_0x32092f),_0xdb78e2=_0x162252?_0x162252[_0x181699(0x19b)]()[_0x181699(0x13b)]():null;_0xdb78e2&&_0x12f6bb[_0x181699(0x178)](_0xdb78e2,_0x549130);}}_0x4e7fb3[_0x181699(0xe0)][_0x181699(0x177)](_0x498e6f=>{const _0x5f441a=_0x181699;for(const [_0x3e42e6,_0x5eeb3a]of _0x12f6bb)_0x498e6f[_0x5f441a(0x17e)]({...Pe,..._0x5eeb3a},_0x3e42e6);});});const _0x6c7462=(_0x1c55ce,_0x4eb827)=>{const _0x30f590=_0x4541dc;_0x2e2b8b[_0x30f590(0xdc)][_0x30f590(0x185)](_0x1c55ce,_0x30f590(0xe9),_0x4eb827,(_0x1e1275,_0x509e81,_0x5128fb)=>{const _0x212291=_0x30f590;_0x4e7fb3[_0x212291(0xe0)][_0x212291(0x177)](_0x4abf69=>{const _0x261d2a=_0x212291,_0x3a6313=[];for(const _0x1addfd of _0x1e1275){const _0x5eef5d=_0x1addfd[_0x261d2a(0x14c)][_0x261d2a(0x135)];_0x5eef5d['is'](_0x261d2a(0x124),_0x261d2a(0x13f))&&_0x3a6313[_0x261d2a(0x165)](_0x5eef5d);}_0x2e2b8b[_0x261d2a(0xdc)][_0x261d2a(0x154)](_0x1c55ce,null,_0x4eb827)(_0x1e1275,_0x509e81,_0x5128fb);for(const _0x22648c of _0x3a6313)_0x261d2a(0x192)!=_0x22648c[_0x261d2a(0x169)][_0x261d2a(0x175)]&&_0x4abf69[_0x261d2a(0xd6)](_0x22648c);});});};_0x6c7462(_0x4541dc(0x170),_0x4541dc(0x157)),_0x6c7462(_0x4541dc(0x170),_0x4541dc(0xd8)),_0x6c7462(_0x4541dc(0xf0),_0x4541dc(0x157)),_0x6c7462(_0x4541dc(0xf0),_0x4541dc(0xd8)),_0x2e2b8b[_0x4541dc(0xdc)][_0x4541dc(0x185)](_0x4541dc(0x170),_0x4541dc(0x11a),_0x4541dc(0xd8),_0x157c87=>{const _0x180e7c=_0x4541dc,_0x4b9623=_0x157c87[_0x180e7c(0x149)](_0x52229e=>_0x52229e[_0x180e7c(0x13b)]()),_0x19a81f=_0x4b9623[0x0][_0x180e7c(0x104)](_0x180e7c(0x143)),{minRow:_0x35f804,maxRow:_0x473619}=_0x1b7f97[_0x180e7c(0x10f)](_0x4b9623);_0x5555fe[_0x180e7c(0x120)](_0x19a81f,{'at':_0x35f804,'rows':_0x473619-_0x35f804+0x1});}),_0x2e2b8b[_0x4541dc(0xdc)][_0x4541dc(0x185)](_0x4541dc(0x170),_0x4541dc(0x173),_0x4541dc(0xd8),_0x4aa727=>{const _0x1fa80a=_0x4541dc,_0x3e24b6=_0x4aa727[_0x1fa80a(0x149)](_0x1674a0=>_0x1674a0[_0x1fa80a(0x13b)]()),_0x239ce6=_0x3e24b6[0x0][_0x1fa80a(0x104)](_0x1fa80a(0x143)),{minColumn:_0x5299b4,maxColumn:_0x4fcdcf}=_0x1b7f97[_0x1fa80a(0x10f)](_0x3e24b6);_0x5555fe[_0x1fa80a(0x105)](_0x239ce6,{'at':_0x5299b4,'columns':_0x4fcdcf-_0x5299b4+0x1});});const _0x2dea9c=(_0x56e64a,_0x24a1da)=>{const _0x5def60=_0x4541dc;if(!_0x24a1da[_0x5def60(0x13e)]||!_0x24a1da[_0x5def60(0x13e)][_0x5def60(0xd9)](_0x5def60(0xe9)))return;const _0x13f379=_0x24a1da[_0x5def60(0x13c)][_0x5def60(0x184)],_0x1845d4=_0x2e2b8b[_0x5def60(0xde)]()[_0x5def60(0x11c)](_0x5934f8=>_0x5934f8[_0x5def60(0xdd)]&&_0x5934f8[_0x5def60(0x13c)]&&_0x5934f8[_0x5def60(0x13c)][_0x5def60(0x184)]==_0x13f379);_0x1845d4[_0x5def60(0x109)]&&_0x24a1da[_0x5def60(0x12c)]()[_0x5def60(0x109)]!=_0x1845d4[_0x5def60(0x109)]&&_0x1845d4[_0x5def60(0xfb)]((_0x4dc5ce,_0x43d5b7)=>(_0x4dc5ce[_0x5def60(0xed)]=_0x43d5b7,_0x43d5b7[_0x5def60(0x161)]=_0x4dc5ce,_0x43d5b7));};function _0x4c373d(_0x2f19a8,_0x2212f6=!0x0){const _0x28d1f9=_0x4541dc,{id:_0x143b85}=_0x2e2b8b[_0x28d1f9(0x191)](_0x2f19a8[_0x28d1f9(0x13a)]),_0x21824e=[_0x28d1f9(0x12b),_0x28d1f9(0x128)],_0x1686e6=_0x2e2b8b[_0x28d1f9(0x15c)][_0x28d1f9(0x136)](_0x2f19a8[_0x28d1f9(0x13a)]);return _0x1686e6&&_0x21824e[_0x28d1f9(0x165)](_0x28d1f9(0xda)),{'classes':_0x21824e,'attributes':{'data-suggestion':_0x143b85},'priority':_0x1686e6&&_0x2212f6?0xbc2:0xbb8};}_0x2e2b8b['on'](_0x4541dc(0xfe),_0x2dea9c,{'priority':_0x4541dc(0x164)}),_0x2e2b8b['on'](_0x4541dc(0x11b),_0x2dea9c,{'priority':_0x4541dc(0x164)}),_0x4e7fb3[_0x4541dc(0xe0)][_0x4541dc(0xe3)][_0x4541dc(0x11e)](()=>{const _0x26b502=_0x4541dc;let _0x3f0e0d=!0x1;const _0x2e1744=Array[_0x26b502(0x174)](_0x4e7fb3[_0x26b502(0xe0)][_0x26b502(0xe3)][_0x26b502(0x162)][_0x26b502(0xf2)]());for(const {name:_0x4a3df9,data:_0x2600e0}of _0x2e1744){const {group:_0x2c9c5a,type:_0x436d53,id:_0x4d8654}=_0x2e2b8b[_0x26b502(0x191)](_0x4a3df9);if(_0x26b502(0x15d)!=_0x2c9c5a||_0x26b502(0xf0)!=_0x436d53||_0x2600e0[_0x26b502(0x106)])continue;if(!_0x2e2b8b[_0x26b502(0xdf)](_0x4d8654))continue;const _0x57bb7b=_0x2e2b8b[_0x26b502(0x187)](_0x4d8654)[_0x26b502(0xea)](),_0x49f1b7=_0x4e7fb3[_0x26b502(0xec)][_0x26b502(0x17a)](_0x26b502(0xe2))['me'];for(const _0x14e3c9 of _0x2e2b8b[_0x26b502(0xde)]()){if(!_0x14e3c9[_0x26b502(0xdd)]||_0x14e3c9[_0x26b502(0xeb)]!=_0x49f1b7)continue;if(_0x26b502(0x190)!=_0x14e3c9[_0x26b502(0x12d)]||_0x26b502(0x150)!=_0x14e3c9[_0x26b502(0x13e)])continue;if(_0x14e3c9[_0x26b502(0xea)]()[_0x26b502(0x115)](_0x258dce=>_0x57bb7b[_0x26b502(0xf4)](_0x321aba=>_0x321aba[_0x26b502(0xff)](_0x258dce,!0x0)))){for(const _0x1f1fc5 of _0x14e3c9[_0x26b502(0x12c)]())_0x1f1fc5[_0x26b502(0xdd)]&&(_0x1f1fc5[_0x26b502(0xd8)](),_0x3f0e0d=!0x0);}}}return _0x3f0e0d;}),_0x4e7fb3[_0x4541dc(0xe0)][_0x4541dc(0xe3)][_0x4541dc(0x11e)](_0x57b765=>{const _0x456579=_0x4541dc,_0x468cd0=_0x4e7fb3[_0x456579(0x156)][_0x456579(0x17a)](_0x456579(0x14d));if(!_0x468cd0||!_0x468cd0[_0x456579(0xe4)][_0x456579(0x116)](_0x57b765[_0x456579(0xd4)]))return!0x1;let _0xccaa68=!0x1;const _0x138d71=_0x4e7fb3[_0x456579(0xec)][_0x456579(0x17a)](_0x456579(0xe2))['me'],_0x20b295=_0x4e7fb3[_0x456579(0xe0)][_0x456579(0xe3)][_0x456579(0x162)][_0x456579(0x10e)](),_0x5684fa=Array[_0x456579(0x174)](_0x4e7fb3[_0x456579(0xe0)][_0x456579(0xe3)][_0x456579(0x162)][_0x456579(0xf2)]())[_0x456579(0x11c)](({name:_0x132277,data:_0x1a0e99})=>{const _0x5dd416=_0x456579,{group:_0x4af6ca,subType:_0x58f867,authorId:_0x1cf6af}=_0x2e2b8b[_0x5dd416(0x191)](_0x132277);return _0x5dd416(0x15d)==_0x4af6ca&&_0x5dd416(0xe9)==_0x58f867&&_0x1cf6af==_0x138d71['id']&&!_0x1a0e99[_0x5dd416(0x106)];});for(const _0x118bb5 of _0x20b295){if(_0x456579(0x122)!=_0x118bb5[_0x456579(0x12d)]||_0x456579(0x13f)!=_0x118bb5[_0x456579(0x111)]||0x1!=_0x118bb5[_0x456579(0x109)])continue;const _0x409c2c=_0x57b765[_0x456579(0x146)](_0x118bb5[_0x456579(0x118)],_0x118bb5[_0x456579(0x118)][_0x456579(0xe1)](0x1));if(!_0x5684fa[_0x456579(0xe6)](({data:_0x5e8430})=>_0x5e8430[_0x456579(0x14e)][_0x456579(0x163)](_0x409c2c))){for(const {name:_0x50a29a,data:_0x1f2080}of _0x5684fa)if(_0x409c2c[_0x456579(0xff)](_0x1f2080[_0x456579(0x14e)])){_0x57b765[_0x456579(0x16c)](_0x50a29a,{'range':_0x409c2c}),_0xccaa68=!0x0;break;}}}return _0xccaa68;}),_0x4e7fb3[_0x4541dc(0xe0)][_0x4541dc(0xe3)][_0x4541dc(0x11e)](_0x21de20=>{const _0x1a3ece=_0x4541dc;let _0x5658e3=!0x1;const _0x1a515c=_0x4e7fb3[_0x1a3ece(0xec)][_0x1a3ece(0x17a)](_0x1a3ece(0xe2))['me'],_0x8201c1=_0x2e2b8b[_0x1a3ece(0xde)]()[_0x1a3ece(0x11c)](_0x1049be=>_0x1049be[_0x1a3ece(0xdd)]&&_0x1049be[_0x1a3ece(0xeb)]==_0x1a515c),_0x181a28=new Set(),_0x58392a=new Set();for(const _0xf232a7 of _0x8201c1)if(_0x1a3ece(0xe9)==_0xf232a7[_0x1a3ece(0x13e)])for(const _0x19ebe5 of _0xf232a7[_0x1a3ece(0xf6)]()){const _0x52a390=_0x19ebe5[_0x1a3ece(0x19b)]()[_0x1a3ece(0x13b)]();if(_0x52a390){if(_0x52a390['is'](_0x1a3ece(0x124),_0x1a3ece(0x13f))&&we(_0x52a390)){_0xf232a7[_0x1a3ece(0x166)](_0x19ebe5[_0x1a3ece(0x111)]),_0x181a28[_0x1a3ece(0xd5)](_0x52a390),_0x5658e3=!0x0;const _0x2318f8=_0x52a390[_0x1a3ece(0x121)],_0x379a7d=_0x52a390[_0x1a3ece(0x107)],_0x9d8358=_0x2318f8&&_0x2318f8['is'](_0x1a3ece(0x124),_0x1a3ece(0x13f)),_0x433d7b=_0x379a7d&&_0x379a7d['is'](_0x1a3ece(0x124),_0x1a3ece(0x13f));_0x9d8358&&!_0x181a28[_0x1a3ece(0x116)](_0x2318f8)&&_0x58392a[_0x1a3ece(0xd5)](_0x2318f8),_0x433d7b&&!_0x181a28[_0x1a3ece(0x116)](_0x379a7d)&&_0x58392a[_0x1a3ece(0xd5)](_0x379a7d);}else _0x52a390['is'](_0x1a3ece(0x124),_0x1a3ece(0x196))&&_0x52a390[_0x1a3ece(0x18d)]&&(_0xf232a7[_0x1a3ece(0x166)](_0x19ebe5[_0x1a3ece(0x111)]),_0x5658e3=!0x0);}}else{if(_0x1a3ece(0x150)==_0xf232a7[_0x1a3ece(0x13e)]){if(!_0xf232a7[_0x1a3ece(0x13c)]||!_0xf232a7[_0x1a3ece(0x13c)][_0x1a3ece(0x184)])continue;const _0x276101=_0xf232a7[_0x1a3ece(0x13c)][_0x1a3ece(0x110)];if(_0x276101&&Object[_0x1a3ece(0xe7)](_0x276101)[_0x1a3ece(0x109)])continue;const _0xa5c542=_0xf232a7[_0x1a3ece(0x13c)][_0x1a3ece(0x184)];let _0x24b5e2=!0x0,_0x5b87b7=!0x0;for(const _0x199cbe of _0x8201c1)if(_0x199cbe[_0x1a3ece(0x13e)]&&_0x199cbe[_0x1a3ece(0x13e)][_0x1a3ece(0xd9)](_0x1a3ece(0xe9))){if(!_0x199cbe[_0x1a3ece(0x13c)][_0x1a3ece(0x184)]){_0x5b87b7=!0x1;break;}if(_0x199cbe['id']!=_0xf232a7['id']&&_0x199cbe[_0x1a3ece(0x13c)][_0x1a3ece(0x184)]==_0xa5c542){_0x24b5e2=!0x1;break;}}_0x5b87b7&&_0x24b5e2&&(_0xf232a7[_0x1a3ece(0x155)](),_0x5658e3=!0x0);}}for(const _0x1e005d of _0x181a28)_0x21de20[_0x1a3ece(0x11d)](_0x1e005d);for(const _0x5e61ea of _0x58392a)_0x21de20[_0x1a3ece(0xd6)](_0x5e61ea);return _0x5658e3;}),_0x4e7fb3[_0x4541dc(0x15a)][_0x4541dc(0x171)](_0x4541dc(0x101))[_0x4541dc(0x129)]({'model':_0x4541dc(0x18a),'view':(_0x49514a,_0x1b5327)=>_0x4c373d(_0x49514a),'converterPriority':_0x4541dc(0x164)}),_0x4e7fb3[_0x4541dc(0x15a)][_0x4541dc(0x171)](_0x4541dc(0x16b))[_0x4541dc(0x129)]({'model':_0x4541dc(0x18a),'view':(_0x4fc38b,_0x2846f1)=>_0x2846f1[_0x4541dc(0xef)][_0x4541dc(0x138)]?_0x4c373d(_0x4fc38b,!0x1):null,'converterPriority':_0x4541dc(0x164)});const _0x30e5fc=_0x4e7fb3[_0x4541dc(0x137)][_0x4541dc(0x189)];this[_0x4541dc(0x10c)](_0x30e5fc[_0x4541dc(0xe3)],_0x4541dc(0x195),(_0x328371,_0x53268b)=>{const _0xae486=_0x4541dc,_0x41b09f=[];for(const _0x558cdf of _0x30e5fc[_0xae486(0x15f)](_0x53268b[_0xae486(0x102)])[_0xae486(0x14b)]())_0x558cdf['is'](_0xae486(0x124),_0xae486(0x127))&&_0x41b09f[_0xae486(0x165)](_0x558cdf);_0x30e5fc[_0xae486(0x177)](_0xa8c174=>{const _0x3b9452=_0xae486;for(const _0x145062 of _0x41b09f)_0xa8c174[_0x3b9452(0x151)](_0xa8c174[_0x3b9452(0x15f)](_0x145062),_0xa8c174[_0x3b9452(0x134)](_0x145062)),_0xa8c174[_0x3b9452(0x11d)](_0x145062);});});}}function we(_0x4d01e2){const _0x1374dd=_0x3d5a1f;if(_0x4d01e2[_0x1374dd(0x18d)])return!0x0;const _0x1ba398=_0x4d01e2[_0x1374dd(0xf8)](0x0);return _0x1ba398['is'](_0x1374dd(0x124),_0x1374dd(0x196))&&_0x1ba398[_0x1374dd(0x18d)];}function ke(_0x4f25b0,_0x10e337={},_0x4d6358){const _0x2ea4a8=_0x3d5a1f;for(const {isAnchor:_0x2fd303,cellHeight:_0x41603a,cellWidth:_0x12888d}of _0x4d6358[_0x2ea4a8(0x13d)](_0x4f25b0,{'includeAllSlots':!0x0,..._0x10e337}))if(!_0x2fd303||0x1!=_0x41603a||0x1!=_0x12888d)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
|
-
|
|
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)));}}});}}
|