@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240522.0 → 0.0.0-nightly-20240524.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x28a4(_0xd8ae98,_0x85e91a){const _0x41f9b9=_0x41f9();return _0x28a4=function(_0x28a48e,_0x1ef22e){_0x28a48e=_0x28a48e-0x119;let _0x134947=_0x41f9b9[_0x28a48e];return _0x134947;},_0x28a4(_0xd8ae98,_0x85e91a);}const _0x2451b1=_0x28a4;function _0x41f9(){const _0x897054=['insert','get','20IqKVbN','test','9XmAiSY','getItems','markerName','downcastDispatcher','createUIElement','softBreak','ck-suggestion-marker--active','element','612780QkvSDE','createPositionBefore','editing','60142dBidnV','150556xJdLuz','shiftEnter','options','editor','addMarker:suggestion','descriptionFactory','showSuggestionHighlights','addMarker:suggestion:insertion','activeMarkers','includes','requires','addMarker:suggestion:deletion','writer','91hiCzbm','merge','ck-suggestion-marker-','18682796YLHyij','mapper','3757383mRaHFB','data','locale','high','198040TYnJaY','TrackChangesEditing','ELEMENT_LINE_BREAK','toViewPosition','registerElementLabel','span','init','1841810zIYTdN','consumable','plugins','markerRange','enableCommand','name','bindElementToMarker','addClass','1CRFUNB','model','deletion','split'];_0x41f9=function(){return _0x897054;};return _0x41f9();}(function(_0x4c29d3,_0x5c7708){const _0x4ba4f6=_0x28a4,_0xe16f63=_0x4c29d3();while(!![]){try{const _0x3c7b65=-parseInt(_0x4ba4f6(0x125))/0x1*(parseInt(_0x4ba4f6(0x138))/0x2)+-parseInt(_0x4ba4f6(0x12d))/0x3*(parseInt(_0x4ba4f6(0x139))/0x4)+-parseInt(_0x4ba4f6(0x12b))/0x5*(parseInt(_0x4ba4f6(0x135))/0x6)+-parseInt(_0x4ba4f6(0x146))/0x7*(parseInt(_0x4ba4f6(0x14f))/0x8)+-parseInt(_0x4ba4f6(0x14b))/0x9+-parseInt(_0x4ba4f6(0x11d))/0xa+parseInt(_0x4ba4f6(0x149))/0xb;if(_0x3c7b65===_0x5c7708)break;else _0xe16f63['push'](_0xe16f63['shift']());}catch(_0x59aea2){_0xe16f63['push'](_0xe16f63['shift']());}}}(_0x41f9,0x368d5));import{Plugin as _0x481925}from'ckeditor5/src/core.js';import{ShiftEnter as _0x2fb1c0}from'ckeditor5/src/enter.js';import{getTranslation as _0x3892b4}from'../utils/common-translations.js';export default class bt extends _0x481925{static get[_0x2451b1(0x143)](){return[_0x2fb1c0];}[_0x2451b1(0x11c)](){const _0x357f03=_0x2451b1,_0x8c6dd8=this[_0x357f03(0x13c)],_0xaecd0b=_0x8c6dd8[_0x357f03(0x11f)][_0x357f03(0x12a)](_0x357f03(0x150));_0xaecd0b[_0x357f03(0x121)](_0x357f03(0x13a)),_0x8c6dd8[_0x357f03(0x137)][_0x357f03(0x130)]['on'](_0x357f03(0x140),de(_0x8c6dd8),{'priority':_0x357f03(0x14e)}),_0x8c6dd8[_0x357f03(0x137)][_0x357f03(0x130)]['on'](_0x357f03(0x144),de(_0x8c6dd8),{'priority':_0x357f03(0x14e)}),_0x8c6dd8[_0x357f03(0x14c)][_0x357f03(0x130)]['on'](_0x357f03(0x13d),(_0x5d62ad,_0x1a2769,_0x21e93f)=>{const _0x5cdc7a=_0x357f03;_0x21e93f[_0x5cdc7a(0x13b)][_0x5cdc7a(0x13f)]&&de(_0x8c6dd8,{'showActiveMarker':!0x1})(_0x5d62ad,_0x1a2769,_0x21e93f);}),_0xaecd0b[_0x357f03(0x13e)][_0x357f03(0x11a)](_0x357f03(0x132),_0x1dc301=>_0x3892b4(_0x8c6dd8[_0x357f03(0x14d)],_0x357f03(0x151),_0x1dc301));}}function de(_0x5a2749,{showActiveMarker:_0xa5315e=!0x0}={}){return(_0xa48772,_0xd67acc,_0x3d330a)=>{const _0x5effd5=_0x28a4,_0x54063c=_0x5a2749[_0x5effd5(0x11f)][_0x5effd5(0x12a)](_0x5effd5(0x150));if(!_0x3d330a[_0x5effd5(0x11e)][_0x5effd5(0x12c)](_0xd67acc[_0x5effd5(0x120)],_0xa48772[_0x5effd5(0x122)]))return;const _0x673548=_0x5a2749[_0x5effd5(0x126)];for(const _0xb60361 of _0xd67acc[_0x5effd5(0x120)][_0x5effd5(0x12e)]()){if(!_0xb60361['is'](_0x5effd5(0x134),_0x5effd5(0x132)))continue;const _0x272685=_0x5effd5(0x127)==_0xd67acc[_0x5effd5(0x12f)][_0x5effd5(0x128)](':')[0x1]?_0x5effd5(0x147):_0x5effd5(0x128),_0x37ae54=_0x3d330a[_0x5effd5(0x145)][_0x5effd5(0x131)](_0x5effd5(0x11b),{'class':_0x5effd5(0x148)+_0x272685}),_0x171e6d=_0x3d330a[_0x5effd5(0x14a)][_0x5effd5(0x119)](_0x673548[_0x5effd5(0x136)](_0xb60361));_0xa5315e&&_0x54063c[_0x5effd5(0x141)][_0x5effd5(0x142)](_0xd67acc[_0x5effd5(0x12f)])&&_0x3d330a[_0x5effd5(0x145)][_0x5effd5(0x124)](_0x5effd5(0x133),_0x37ae54),_0x3d330a[_0x5effd5(0x145)][_0x5effd5(0x129)](_0x171e6d,_0x37ae54),_0x3d330a[_0x5effd5(0x14a)][_0x5effd5(0x123)](_0x37ae54,_0xd67acc[_0x5effd5(0x12f)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xdc6ef6=_0x24c7;function _0x24c7(_0xfe1e09,_0x5134e6){const _0x31e2c9=_0x31e2();return _0x24c7=function(_0x24c788,_0x545f11){_0x24c788=_0x24c788-0x14f;let _0x27246d=_0x31e2c9[_0x24c788];return _0x27246d;},_0x24c7(_0xfe1e09,_0x5134e6);}function _0x31e2(){const _0x186710=['type','editor','from','has','plugins','91608DLYImn','change','formatBlock','FORMAT_RESTRICTED_DISABLED','commands','format','formatInline','4401YkQhOn','get','6EjGeyL','markInlineFormat','descriptionFactory','forceValue','selection','8146665trWJdL','document','460382XotAsQ','TrackChangesEditing','5388586hFCpoB','FORMAT_RESTRICTED_ENABLED','model','23752CsPyQW','enableCommand','getRanges','1294452cxMfSl','locale','afterInit','commandName','isCollapsed','StandardEditingModeEditing','value','commandParams','restrictedEditingException','2099229XuXEYj','2KKFfga','registerDescriptionCallback','1720kBOgQY'];_0x31e2=function(){return _0x186710;};return _0x31e2();}(function(_0x4adfcc,_0x1288e5){const _0x1009ae=_0x24c7,_0x1937e7=_0x4adfcc();while(!![]){try{const _0x308cb5=-parseInt(_0x1009ae(0x178))/0x1*(-parseInt(_0x1009ae(0x166))/0x2)+-parseInt(_0x1009ae(0x177))/0x3+parseInt(_0x1009ae(0x16e))/0x4+parseInt(_0x1009ae(0x164))/0x5+-parseInt(_0x1009ae(0x15f))/0x6*(parseInt(_0x1009ae(0x168))/0x7)+parseInt(_0x1009ae(0x16b))/0x8*(parseInt(_0x1009ae(0x15d))/0x9)+parseInt(_0x1009ae(0x150))/0xa*(-parseInt(_0x1009ae(0x156))/0xb);if(_0x308cb5===_0x1288e5)break;else _0x1937e7['push'](_0x1937e7['shift']());}catch(_0x530ca4){_0x1937e7['push'](_0x1937e7['shift']());}}}(_0x31e2,0xeb28c));import{Plugin as _0x614e36}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x1b3b9b}from'./utils.js';import{getTranslation as _0x1d0a7f}from'../utils/common-translations.js';export default class wt extends _0x614e36{[_0xdc6ef6(0x170)](){const _0x504563=_0xdc6ef6,_0x5140=this[_0x504563(0x152)],_0x3b93c9=_0x5140[_0x504563(0x16a)],_0x4003c9=_0x5140[_0x504563(0x16f)];if(!_0x5140[_0x504563(0x155)][_0x504563(0x154)](_0x504563(0x173)))return;const _0xac79b7=_0x5140[_0x504563(0x155)][_0x504563(0x15e)](_0x504563(0x167)),_0x2b7ae1=_0x504563(0x176),_0x566d6c=_0x5140[_0x504563(0x15a)][_0x504563(0x15e)](_0x2b7ae1);_0xac79b7[_0x504563(0x16c)](_0x2b7ae1,(_0x19bfae,_0x53f097={})=>{const _0x589218=_0x504563,_0x3ee1f6=_0x3b93c9[_0x589218(0x165)][_0x589218(0x163)];if(_0x3ee1f6[_0x589218(0x172)])return void _0x19bfae(_0x53f097);const _0x44631c=void 0x0!==_0x53f097[_0x589218(0x162)]?_0x53f097[_0x589218(0x162)]:!_0x566d6c[_0x589218(0x174)];_0x3b93c9[_0x589218(0x157)](()=>{const _0x155cef=_0x589218,_0x167b36=Array[_0x155cef(0x153)](_0x3ee1f6[_0x155cef(0x16d)]());for(const _0x52cbfe of _0x167b36){const _0xdb6e5c=_0x44631c?[_0x52cbfe]:_0x1b3b9b(_0x2b7ae1,_0x52cbfe,_0x3b93c9);for(const _0x225de3 of _0xdb6e5c)_0xac79b7[_0x155cef(0x160)](_0x225de3,{'commandName':_0x2b7ae1,'commandParams':[{'forceValue':_0x44631c}]});}});}),_0xac79b7[_0x504563(0x161)][_0x504563(0x14f)](_0x3f8e03=>{const _0x665beb=_0x504563;if(_0x665beb(0x158)!=_0x3f8e03[_0x665beb(0x151)]&&_0x665beb(0x15c)!=_0x3f8e03[_0x665beb(0x151)])return;const {data:_0x169ce1}=_0x3f8e03;return _0x169ce1&&_0x169ce1[_0x665beb(0x171)]==_0x2b7ae1?_0x169ce1[_0x665beb(0x175)][0x0][_0x665beb(0x162)]?{'type':_0x665beb(0x15b),'content':_0x1d0a7f(_0x4003c9,_0x665beb(0x169))}:{'type':_0x665beb(0x15b),'content':_0x1d0a7f(_0x4003c9,_0x665beb(0x159))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2a12(){const _0x1f7125=['formatInline','registerBlockAttribute','toLowerCase','getGhsAttributeNameForElement','868770TvthUp','normalizeConfig','block','DataSchema','config','editor','element','commandParams','add','TrackChangesEditing','Style','registerDescriptionCallback','619336ONUjQv','27gUhBLf','forceValue','6820305ZXjkxt','FORMAT_STYLE','type','4866631vThGZM','registerInlineAttribute','descriptionFactory','format','_registerLegacyDescription','GeneralHtmlSupport','plugins','definitions','formatBlock','registerAttributeLabel','3365782mdGDzz','1552157WghFwd','locale','commandName','*Set\x20format:*\x20%0','has','ghsAttributes','enableDefaultAttributesIntegration','afterInit','*Remove\x20format:*\x20%0','get','26196520WrWHQi','StyleUtils','style','inline','styleName'];_0x2a12=function(){return _0x1f7125;};return _0x2a12();}function _0x5913(_0x1a78c7,_0x10e9d3){const _0x2a1278=_0x2a12();return _0x5913=function(_0x591340,_0x5659ba){_0x591340=_0x591340-0xba;let _0xce031=_0x2a1278[_0x591340];return _0xce031;},_0x5913(_0x1a78c7,_0x10e9d3);}const _0x2a0523=_0x5913;(function(_0x497bda,_0x1d6d0a){const _0x2a3876=_0x5913,_0x4b9ee3=_0x497bda();while(!![]){try{const _0x5b90ee=-parseInt(_0x2a3876(0xe2))/0x1+-parseInt(_0x2a3876(0xe1))/0x2+parseInt(_0x2a3876(0xd2))/0x3*(-parseInt(_0x2a3876(0xd1))/0x4)+parseInt(_0x2a3876(0xd4))/0x5+parseInt(_0x2a3876(0xc5))/0x6+parseInt(_0x2a3876(0xd7))/0x7+parseInt(_0x2a3876(0xbc))/0x8;if(_0x5b90ee===_0x1d6d0a)break;else _0x4b9ee3['push'](_0x4b9ee3['shift']());}catch(_0x33fc94){_0x4b9ee3['push'](_0x4b9ee3['shift']());}}}(_0x2a12,0xcf8b4));import{Plugin as _0x26036b}from'ckeditor5/src/core.js';import{getTranslation as _0x3791d0}from'../utils/common-translations.js';export default class yt extends _0x26036b{[_0x2a0523(0xe9)](){const _0x235ca8=_0x2a0523,_0x22d361=this[_0x235ca8(0xca)];if(!_0x22d361[_0x235ca8(0xdd)][_0x235ca8(0xe6)](_0x235ca8(0xcf))||!_0x22d361[_0x235ca8(0xdd)][_0x235ca8(0xe6)](_0x235ca8(0xc8)))return;const _0x43b229=_0x22d361[_0x235ca8(0xdd)][_0x235ca8(0xbb)](_0x235ca8(0xce)),_0x47661d=_0x22d361[_0x235ca8(0xe3)],_0xc8a111=_0x22d361[_0x235ca8(0xc9)][_0x235ca8(0xbb)](_0x235ca8(0xbe))||{},_0x383c1b=_0x22d361[_0x235ca8(0xdd)][_0x235ca8(0xbb)](_0x235ca8(0xdc)),_0x2f4eb0=_0x22d361[_0x235ca8(0xdd)][_0x235ca8(0xbb)](_0x235ca8(0xbd))[_0x235ca8(0xc6)](_0x22d361[_0x235ca8(0xdd)][_0x235ca8(0xbb)](_0x235ca8(0xc8)),_0xc8a111[_0x235ca8(0xde)]);_0x43b229[_0x235ca8(0xe8)](_0x235ca8(0xbe));const _0x4a5b69=new Set();for(const _0xd9691 of _0x2f4eb0[_0x235ca8(0xc7)]){const _0x50fe85=_0x383c1b[_0x235ca8(0xc4)](_0xd9691[_0x235ca8(0xcb)]);_0x4a5b69[_0x235ca8(0xcd)](_0x50fe85);}const _0x100547=new Set();for(const _0x902119 of _0x2f4eb0[_0x235ca8(0xbf)]){const _0x2e90a8=_0x383c1b[_0x235ca8(0xc4)](_0x902119[_0x235ca8(0xcb)]);_0x100547[_0x235ca8(0xcd)](_0x2e90a8);for(const _0x5f0c52 of _0x902119[_0x235ca8(0xe7)])_0x100547[_0x235ca8(0xcd)](_0x5f0c52);}for(const _0x67c909 of _0x4a5b69)_0x43b229[_0x235ca8(0xc2)](_0x67c909),_0x43b229[_0x235ca8(0xd9)][_0x235ca8(0xe0)](_0x67c909,_0x3791d0(_0x47661d,_0x235ca8(0xd5)));for(const _0x530fc0 of _0x100547)_0x43b229[_0x235ca8(0xd8)](_0x530fc0),_0x43b229[_0x235ca8(0xd9)][_0x235ca8(0xe0)](_0x530fc0,_0x3791d0(_0x47661d,_0x235ca8(0xd5)));this[_0x235ca8(0xdb)]();}[_0x2a0523(0xdb)](){const _0x432bce=_0x2a0523,_0x3bf912=this[_0x432bce(0xca)],_0x297186=_0x3bf912[_0x432bce(0xe3)];_0x3bf912[_0x432bce(0xdd)][_0x432bce(0xbb)](_0x432bce(0xce))[_0x432bce(0xd9)][_0x432bce(0xd0)](_0x3f2d01=>{const _0x29ada5=_0x432bce;if(_0x29ada5(0xdf)!=_0x3f2d01[_0x29ada5(0xd6)]&&_0x29ada5(0xc1)!=_0x3f2d01[_0x29ada5(0xd6)])return;const {data:_0x1a14ad}=_0x3f2d01;return _0x1a14ad&&_0x29ada5(0xbe)===_0x1a14ad[_0x29ada5(0xe4)]?_0x1a14ad[_0x29ada5(0xcc)][0x0][_0x29ada5(0xd3)]?{'type':_0x29ada5(0xda),'content':_0x3791d0(_0x297186,_0x29ada5(0xe5),_0x1a14ad[_0x29ada5(0xcc)][0x0][_0x29ada5(0xc0)][_0x29ada5(0xc3)]())}:{'type':_0x29ada5(0xda),'content':_0x3791d0(_0x297186,_0x29ada5(0xba),_0x1a14ad[_0x29ada5(0xcc)][0x0][_0x29ada5(0xc0)][_0x29ada5(0xc3)]())}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4e6356=_0x3cf2;(function(_0x4933a5,_0x1da217){const _0x529893=_0x3cf2,_0x49e510=_0x4933a5();while(!![]){try{const _0x475942=-parseInt(_0x529893(0x1dd))/0x1+parseInt(_0x529893(0x1f0))/0x2*(parseInt(_0x529893(0x205))/0x3)+parseInt(_0x529893(0x1b8))/0x4*(parseInt(_0x529893(0x1a5))/0x5)+parseInt(_0x529893(0x210))/0x6*(parseInt(_0x529893(0x194))/0x7)+parseInt(_0x529893(0x214))/0x8*(-parseInt(_0x529893(0x190))/0x9)+-parseInt(_0x529893(0x185))/0xa*(-parseInt(_0x529893(0x1c9))/0xb)+-parseInt(_0x529893(0x1ac))/0xc*(parseInt(_0x529893(0x193))/0xd);if(_0x475942===_0x1da217)break;else _0x49e510['push'](_0x49e510['shift']());}catch(_0x2d5e7a){_0x49e510['push'](_0x49e510['shift']());}}}(_0x321c,0xf3277));import{Plugin as _0x2193a9}from'ckeditor5/src/core.js';import{LiveRange as _0x3ec700}from'ckeditor5/src/engine.js';function _0x3cf2(_0x4b4d77,_0x3e46c3){const _0x321c6a=_0x321c();return _0x3cf2=function(_0x3cf252,_0x3de9fd){_0x3cf252=_0x3cf252-0x177;let _0x48a05b=_0x321c6a[_0x3cf252];return _0x48a05b;},_0x3cf2(_0x4b4d77,_0x3e46c3);}import{setHighlightHandling as _0x796977}from'ckeditor5/src/widget.js';function _0x321c(){const _0xd2ce4f=['commands','differ','1614771BQDbss','has','map','4433aEdwjg','11172161mtEmQK','setSelection','_getSuggestionCoords','markMultiRangeInsertion','accept','hasAttribute','selectTableColumn','data','above','maxRow','detach','insertTableColumnLeft','last','tableRow','insert','getColumnIndexes','$textProxy','128920pSLlUO','registerElementLabel','model','item','_setupColumnsRowsFixing','_getCoordsForCells','registerCustomCallback','71892DWPSDH','$graveyard','nodeAfter','isIntersectingWithRange','change','removeClass','insertTableColumnRight','min','root','markMultiRangeDeletion','locale','editor','124UWpJXr','deletion','startsWith','get','isInContent','getRanges','getRowIndexes','max','name','descriptionFactory','order','createRangeIn','end','addClass','toViewElement','some','classes','366718TlWTib','_tableSuggestions','TrackChangesEditing','first','forceValue','getItems','document','left','cell','start','insertTableRowBelow','minColumn','isArray','mapper','selection','getFirstRange','colspan','span','ELEMENT_TABLE_COLUMN','ELEMENT_TABLE_ROW_WITH_TEXT','703115ZcNrPj','removeTableRow','showSuggestionHighlights','MAX_SAFE_INTEGER','isEqual','low','change:data','getAttribute','oldRange','addRange','includes','afterInit','getSelectionAffectedTableCells','toLowerCase','_splitMarkerName','*Insert:*\x20%0','_acceptFormatSuggestionCallbackFactory','minRow','writer','2SnbAHr','ELEMENT_TABLE','tableCell','createPositionAt','rowspan','fromRange','getSuggestion','enqueueChange','createTableWalker','ELEMENT_TABLE_ROW','position','insertTable','element','batch','getContainedElement','findAncestor','createRangeOn','push','execute','maxColumn','_suggestionFactory','4221876dRIUaw','tablePaste','getCellLocation','filter','insertion','nodeBefore','registerPostFixer','join','ELEMENT_TABLE_COLUMN_WITH_TEXT','rootName','insertTableRowAbove','6JGmyjm','table','highest','_tablePostFixingSubtypes','80OBAAff','enableCommand','getChanges','refresh','type','getChangedMarkers','substr','isTouching','discard','options','ELEMENT_TABLE_WITH_TEXT','MIN_SAFE_INTEGER','addMarker:suggestion','subType','plugins','length','suggestion','getChildren','selectTableRow','*Remove:*\x20%0','every','add','520GtlgYY','values','removeTableColumn','TableEditing','tableColumn','TableUtils','from','downcastDispatcher','registerDescriptionCallback'];_0x321c=function(){return _0xd2ce4f;};return _0x321c();}import{getTranslation as _0x43e9a4}from'../utils/common-translations.js';export default class jt extends _0x2193a9{constructor(_0x5e4c78){const _0x369007=_0x3cf2;super(_0x5e4c78),this[_0x369007(0x213)]=[_0x369007(0x1a1),_0x369007(0x189)],this[_0x369007(0x1ca)]=new Set();}[_0x4e6356(0x1e8)](){const _0x53c159=_0x4e6356,_0x134c94=this[_0x53c159(0x1b7)],_0x1062cd=_0x134c94[_0x53c159(0x1a7)][_0x53c159(0x1cf)][_0x53c159(0x1d7)];if(!_0x134c94[_0x53c159(0x17d)][_0x53c159(0x191)](_0x53c159(0x188)))return;const _0x12c6a3=_0x134c94[_0x53c159(0x1b6)],_0x27afdb=_0x134c94[_0x53c159(0x17d)][_0x53c159(0x1bb)](_0x53c159(0x1cb)),_0x1abf7=_0x134c94[_0x53c159(0x17d)][_0x53c159(0x1bb)](_0x53c159(0x18a));_0x27afdb[_0x53c159(0x1c1)][_0x53c159(0x1a6)](_0x53c159(0x211),_0x4c2d7d=>_0x43e9a4(_0x12c6a3,_0x53c159(0x1f1),_0x4c2d7d)),this[_0x53c159(0x1a9)](),_0x27afdb[_0x53c159(0x215)](_0x53c159(0x1fb)),_0x27afdb[_0x53c159(0x215)](_0x53c159(0x181)),_0x27afdb[_0x53c159(0x215)](_0x53c159(0x19a));for(const _0x367ed7 of[_0x53c159(0x20f),_0x53c159(0x1d3)]){const _0x13400f=_0x134c94[_0x53c159(0x18e)][_0x53c159(0x1bb)](_0x367ed7);_0x27afdb[_0x53c159(0x215)](_0x367ed7,_0x54db6e=>{const _0x401099=_0x53c159;_0x134c94[_0x401099(0x1a7)][_0x401099(0x1b0)](_0x5dfaa7=>{const _0x19d717=_0x401099;_0x54db6e();const _0x4daf15=_0x19d717(0x19c)===_0x13400f[_0x19d717(0x1c2)],_0x39cbfb=_0x1abf7[_0x19d717(0x1e9)](_0x1062cd),_0x256ddf=_0x1abf7[_0x19d717(0x1be)](_0x39cbfb),_0x4de1d5=_0x4daf15?_0x256ddf[_0x19d717(0x1cc)]-0x1:_0x256ddf[_0x19d717(0x1a0)]+0x1,_0x533406=_0x39cbfb[0x0][_0x19d717(0x1ff)](_0x19d717(0x211)),_0x77f3e0=_0x1abf7[_0x19d717(0x1f8)](_0x533406,{'startRow':_0x4de1d5,'endRow':_0x4de1d5}),_0x16d0cf=Array[_0x19d717(0x18b)](_0x77f3e0)[_0x19d717(0x192)](_0x3ab20a=>_0x5dfaa7[_0x19d717(0x200)](_0x3ab20a[_0x19d717(0x1d1)]));_0x27afdb[_0x19d717(0x197)](_0x16d0cf,_0x19d717(0x1a1));});});}for(const _0x5c90b6 of[_0x53c159(0x19f),_0x53c159(0x1b2)]){const _0x2d34d1=_0x134c94[_0x53c159(0x18e)][_0x53c159(0x1bb)](_0x5c90b6);_0x27afdb[_0x53c159(0x215)](_0x5c90b6,_0x1c0048=>{const _0x3b44dd=_0x53c159;_0x134c94[_0x3b44dd(0x1a7)][_0x3b44dd(0x1b0)](_0x5c11b5=>{const _0x41266c=_0x3b44dd;_0x1c0048();const _0x43c74a=_0x41266c(0x1d0)===_0x2d34d1[_0x41266c(0x1c2)],_0x31d182=_0x1abf7[_0x41266c(0x1e9)](_0x1062cd),_0x12c431=_0x1abf7[_0x41266c(0x1a3)](_0x31d182),_0x1acb60=_0x43c74a?_0x12c431[_0x41266c(0x1cc)]-0x1:_0x12c431[_0x41266c(0x1a0)]+0x1,_0x3168e9=_0x31d182[0x0][_0x41266c(0x1ff)](_0x41266c(0x211)),_0x4817f6=_0x1abf7[_0x41266c(0x1f8)](_0x3168e9,{'startRow':0x0,'column':_0x1acb60,'includeAllSlots':!0x1}),_0x372a5a=Array[_0x41266c(0x18b)](_0x4817f6)[_0x41266c(0x192)](_0x9386ab=>_0x5c11b5[_0x41266c(0x200)](_0x9386ab[_0x41266c(0x1d1)]));_0x27afdb[_0x41266c(0x197)](_0x372a5a,_0x41266c(0x189));});});}for(const _0x5a3889 of[_0x53c159(0x1de),_0x53c159(0x187)]){const _0x438ccb=_0x5a3889[_0x53c159(0x21a)](0xb),_0x44f10e=_0x438ccb[_0x53c159(0x1ea)](),_0x38d3f7=_0x44f10e[_0x53c159(0x21a)](0x0,0x3)+_0x53c159(0x1da),_0x288ccb=_0x53c159(0x211)+_0x438ccb,_0x388b77=_0x53c159(0x1b3)+_0x438ccb,_0xdd1b93=_0x53c159(0x1bf)+_0x438ccb;_0x27afdb[_0x53c159(0x215)](_0x5a3889,()=>{const _0x5a2a1d=_0x53c159;_0x134c94[_0x5a2a1d(0x1a7)][_0x5a2a1d(0x1b0)](_0x2106ff=>{const _0xdd742=_0x5a2a1d,_0xef6394=_0x1abf7[_0xdd742(0x1e9)](_0x1062cd),_0x2c8ba4=_0xef6394[0x0][_0xdd742(0x1ff)](_0xdd742(0x211));let _0x557c2f;if(_0xdd742(0x1de)==_0x5a3889){const _0x292e83=_0x1abf7[_0xdd742(0x1be)](_0xef6394);_0x557c2f={'startRow':_0x292e83[_0xdd742(0x1cc)],'endRow':_0x292e83[_0xdd742(0x1a0)],'includeAllSlots':!0x0};}else{const _0x3efcc8=_0x1abf7[_0xdd742(0x1a3)](_0xef6394);_0x557c2f={'startColumn':_0x3efcc8[_0xdd742(0x1cc)],'endColumn':_0x3efcc8[_0xdd742(0x1a0)],'includeAllSlots':!0x0};}const _0x5cf948=_0x1abf7[_0xdd742(0x1f8)](_0x2c8ba4,_0x557c2f),_0x465891=Array[_0xdd742(0x18b)](_0x5cf948)[_0xdd742(0x192)](({cell:_0x174194})=>_0x174194),_0x23cfd3=Ee(_0x465891[_0xdd742(0x208)](_0x30c8b1=>_0x30c8b1[_0xdd742(0x199)](_0x38d3f7))),_0x10a3f0=Ee(_0x465891[_0xdd742(0x208)](_0x3f1553=>!_0x3f1553[_0xdd742(0x199)](_0x38d3f7)))[_0xdd742(0x192)](_0x56bee8=>_0x2106ff[_0xdd742(0x200)](_0x56bee8)),_0x5c66ac=_0x27afdb[_0xdd742(0x1b5)](_0x10a3f0,_0x288ccb);if(_0x5c66ac&&(_0xdd742(0x1a1)==_0x5c66ac[_0xdd742(0x17c)]||_0xdd742(0x189)==_0x5c66ac[_0xdd742(0x17c)])){const _0xa9235a=this[_0xdd742(0x196)](_0x5c66ac);for(const _0x426200 of _0x23cfd3){const _0x404baa=_0x2106ff[_0xdd742(0x200)](_0x426200),_0x4c1ff5=_0x1abf7[_0xdd742(0x207)](_0x426200),_0xf27042=_0x426200[_0xdd742(0x1e4)](_0x38d3f7)-0x1,_0x25b78d=_0xa9235a[_0x388b77],_0x5ca619=_0xa9235a[_0xdd1b93];_0x25b78d<=_0x4c1ff5[_0x44f10e]&&_0x4c1ff5[_0x44f10e]+_0xf27042<=_0x5ca619&&_0x5c66ac[_0xdd742(0x1e6)](_0x404baa);}}});});}function _0x1c3691(_0xf4a079){const _0x1508dc=_0x53c159,_0x3635f0=Array[_0x1508dc(0x18b)](_0x1062cd[_0x1508dc(0x1bd)]())[_0x1508dc(0x192)](_0x470897=>_0x3ec700[_0x1508dc(0x1f5)](_0x470897));_0x134c94[_0x1508dc(0x1a7)][_0x1508dc(0x1b0)](_0x121bdc=>{const _0x38a3f2=_0x1508dc,_0x543c8a=_0x121bdc[_0x38a3f2(0x1fd)];_0xf4a079=_0xf4a079[_0x38a3f2(0x208)](_0x24a567=>_0x38a3f2(0x1ad)!=_0x24a567[_0x38a3f2(0x1b4)][_0x38a3f2(0x20e)]),_0x121bdc[_0x38a3f2(0x195)](_0xf4a079),_0x134c94[_0x38a3f2(0x18e)][_0x38a3f2(0x1bb)](_0x38a3f2(0x1de))[_0x38a3f2(0x217)](),_0x134c94[_0x38a3f2(0x202)](_0x38a3f2(0x1de),{'forceDefaultExecution':!0x0}),_0x134c94[_0x38a3f2(0x1a7)][_0x38a3f2(0x1f7)](()=>{const _0x4cf524=_0x38a3f2;_0x134c94[_0x4cf524(0x1a7)][_0x4cf524(0x1f7)](_0x543c8a,_0x4a528f=>{const _0x59bad4=_0x4cf524,_0x33cece=_0x3635f0[_0x59bad4(0x208)](_0x14c05b=>_0x59bad4(0x1ad)!=_0x14c05b[_0x59bad4(0x1b4)][_0x59bad4(0x20e)]);_0x33cece[_0x59bad4(0x17e)]>0x0&&_0x4a528f[_0x59bad4(0x195)](_0x33cece);for(const _0x2139f8 of _0x3635f0)_0x2139f8[_0x59bad4(0x19e)]();});});});}function _0x5a2093(_0x29621a){const _0x5b58c3=_0x53c159;_0x134c94[_0x5b58c3(0x1a7)][_0x5b58c3(0x1b0)](_0x39078d=>{const _0x1d6fc1=_0x5b58c3,_0x2c8dca=Array[_0x1d6fc1(0x18b)](_0x1062cd[_0x1d6fc1(0x1bd)]())[_0x1d6fc1(0x192)](_0x156dd8=>_0x3ec700[_0x1d6fc1(0x1f5)](_0x156dd8)),_0xd3d423=[];for(const _0x2d5e03 of _0x29621a)for(const _0xfb79e4 of _0x2d5e03[_0x1d6fc1(0x1ce)]({'shallow':!0x0}))_0xd3d423[_0x1d6fc1(0x201)](_0xfb79e4);for(const _0x54698d of _0xd3d423)_0x1d6fc1(0x1ad)!=_0x54698d[_0x1d6fc1(0x1b4)][_0x1d6fc1(0x20e)]&&(_0x39078d[_0x1d6fc1(0x195)](_0x39078d[_0x1d6fc1(0x1f3)](_0x54698d,0x0)),_0x134c94[_0x1d6fc1(0x18e)][_0x1d6fc1(0x1bb)](_0x1d6fc1(0x187))[_0x1d6fc1(0x217)](),_0x134c94[_0x1d6fc1(0x202)](_0x1d6fc1(0x187),{'forceDefaultExecution':!0x0}));const _0x6599f0=_0x2c8dca[_0x1d6fc1(0x208)](_0x4bc3c9=>_0x1d6fc1(0x1ad)!=_0x4bc3c9[_0x1d6fc1(0x1b4)][_0x1d6fc1(0x20e)]);_0x6599f0[_0x1d6fc1(0x17e)]>0x0&&_0x39078d[_0x1d6fc1(0x195)](_0x6599f0);for(const _0x378632 of _0x2c8dca)_0x378632[_0x1d6fc1(0x19e)]();});}function _0x1cf869(_0x2891c3,_0x7f67e1){const _0x57bdbb=_0x53c159;return _0x7f67e1[_0x57bdbb(0x183)](_0xc78463=>_0x2891c3[_0x57bdbb(0x1c7)](_0x21df7a=>_0x21df7a[_0x57bdbb(0x1c4)][_0x57bdbb(0x1e1)](_0xc78463[_0x57bdbb(0x1d2)])||_0xc78463[_0x57bdbb(0x1c4)][_0x57bdbb(0x1e1)](_0x21df7a[_0x57bdbb(0x1d2)])));}function _0x53bdf7(_0x1dee53,_0xe6e04c){const _0x30aca9=_0x53c159;return _0x1dee53[_0x30aca9(0x1c7)](_0x482cc=>_0xe6e04c[_0x30aca9(0x1c7)](_0x5388a6=>_0x482cc[_0x30aca9(0x1c4)][_0x30aca9(0x21b)](_0x5388a6[_0x30aca9(0x1d2)])));}_0x134c94[_0x53c159(0x19b)][_0x53c159(0x18c)]['on'](_0x53c159(0x17b),(_0xe7e4c2,_0x4f5f3d,_0x5d95e2)=>{const _0x445bfe=_0x53c159;if(!_0x5d95e2[_0x445bfe(0x178)][_0x445bfe(0x1df)])return;const _0x379166=_0x4f5f3d[_0x445bfe(0x1a8)];if(!_0x379166)return;const _0x1b6843=_0x5d95e2[_0x445bfe(0x1d6)][_0x445bfe(0x1c6)](_0x379166);function _0x539dc1(_0x5c3fb2){const _0x5199ce=_0x445bfe;return Array[_0x5199ce(0x1d5)](_0x5c3fb2)?_0x5c3fb2:[_0x5c3fb2];}_0x1b6843&&_0x445bfe(0x1f2)===_0x379166[_0x445bfe(0x1c0)]&&_0x796977(_0x1b6843,_0x5d95e2[_0x445bfe(0x1ef)],(_0x35b1f5,_0x17d7fb,_0x1b0c4c)=>_0x1b0c4c[_0x445bfe(0x1c5)](_0x539dc1(_0x17d7fb[_0x445bfe(0x1c8)]),_0x35b1f5),(_0xd4794e,_0x31a0ad,_0x4c057a)=>_0x4c057a[_0x445bfe(0x1b1)](_0x539dc1(_0x31a0ad[_0x445bfe(0x1c8)]),_0xd4794e));},{'priority':_0x53c159(0x212)}),_0x27afdb[_0x53c159(0x1c1)][_0x53c159(0x18d)](_0x2d51c4=>{const _0x2a1f0f=_0x53c159;if(_0x2a1f0f(0x209)!=_0x2d51c4[_0x2a1f0f(0x218)]&&_0x2a1f0f(0x1b9)!=_0x2d51c4[_0x2a1f0f(0x218)])return;const _0x54ad2e=_0x2d51c4[_0x2a1f0f(0x1fe)]();if(null!=_0x54ad2e&&_0x54ad2e['is'](_0x2a1f0f(0x1fc),_0x2a1f0f(0x211))){if(_0x2a1f0f(0x209)==_0x2d51c4[_0x2a1f0f(0x218)]){const _0x1f42c9=_0x2d51c4[_0x2a1f0f(0x1ce)]()[_0x2a1f0f(0x208)](_0x393623=>_0x393623['is'](_0x2a1f0f(0x1a4)))[_0x2a1f0f(0x192)](_0x702cc1=>_0x702cc1[_0x2a1f0f(0x19b)]);if(_0x1f42c9[_0x2a1f0f(0x17e)])return{'type':_0x2a1f0f(0x209),'content':_0x43e9a4(_0x12c6a3,_0x2a1f0f(0x1ec),_0x43e9a4(_0x12c6a3,_0x2a1f0f(0x179),'\x22'+_0x1f42c9[_0x2a1f0f(0x20c)]('\x20')+'\x22'))};}if(_0x2a1f0f(0x1b9)==_0x2d51c4[_0x2a1f0f(0x218)]){const _0x12a5c8=_0x2d51c4[_0x2a1f0f(0x1ce)]()[_0x2a1f0f(0x208)](_0x1e1c2e=>_0x1e1c2e['is'](_0x2a1f0f(0x1a4)))[_0x2a1f0f(0x192)](_0x162518=>_0x162518[_0x2a1f0f(0x19b)]);if(_0x12a5c8[_0x2a1f0f(0x17e)])return{'type':_0x2a1f0f(0x1b9),'content':_0x43e9a4(_0x12c6a3,_0x2a1f0f(0x182),_0x43e9a4(_0x12c6a3,_0x2a1f0f(0x179),'\x22'+_0x12a5c8[_0x2a1f0f(0x20c)]('\x20')+'\x22'))};}}}),_0x27afdb[_0x53c159(0x1c1)][_0x53c159(0x18d)](_0x47ce7f=>{const _0xa4b6a=_0x53c159;if(_0xa4b6a(0x1a1)==_0x47ce7f[_0xa4b6a(0x17c)]){const _0x133f03=_0x47ce7f[_0xa4b6a(0x1ce)]()[_0xa4b6a(0x208)](_0xf15e5a=>_0xf15e5a['is'](_0xa4b6a(0x1a4)))[_0xa4b6a(0x192)](_0x573c2b=>_0x573c2b[_0xa4b6a(0x19b)]),_0x11d36a=this[_0xa4b6a(0x196)](_0x47ce7f),_0x2ade56=_0x11d36a[_0xa4b6a(0x19d)]-_0x11d36a[_0xa4b6a(0x1ee)]+0x1;if(_0xa4b6a(0x209)==_0x47ce7f[_0xa4b6a(0x218)])return _0x133f03[_0xa4b6a(0x17e)]?{'type':_0xa4b6a(0x209),'content':_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1ec),_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1dc),[_0x2ade56,'\x22'+_0x133f03[_0xa4b6a(0x20c)]('\x20')+'\x22']))}:{'type':_0xa4b6a(0x209),'content':_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1ec),_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1f9),_0x2ade56))};if(_0xa4b6a(0x1b9)==_0x47ce7f[_0xa4b6a(0x218)])return _0x133f03[_0xa4b6a(0x17e)]?{'type':_0xa4b6a(0x1b9),'content':_0x43e9a4(_0x12c6a3,_0xa4b6a(0x182),_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1dc),[_0x2ade56,'\x22'+_0x133f03[_0xa4b6a(0x20c)]('\x20')+'\x22']))}:{'type':_0xa4b6a(0x1b9),'content':_0x43e9a4(_0x12c6a3,_0xa4b6a(0x182),_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1f9),_0x2ade56))};}if(_0xa4b6a(0x189)==_0x47ce7f[_0xa4b6a(0x17c)]){const _0x496f17=_0x47ce7f[_0xa4b6a(0x1ce)]()[_0xa4b6a(0x208)](_0x1405d0=>_0x1405d0['is'](_0xa4b6a(0x1a4)))[_0xa4b6a(0x192)](_0x15efb9=>_0x15efb9[_0xa4b6a(0x19b)]),_0x17a7eb=this[_0xa4b6a(0x196)](_0x47ce7f),_0x3e42d9=_0x17a7eb[_0xa4b6a(0x203)]-_0x17a7eb[_0xa4b6a(0x1d4)]+0x1;if(_0xa4b6a(0x209)==_0x47ce7f[_0xa4b6a(0x218)])return _0x496f17[_0xa4b6a(0x17e)]?{'type':_0xa4b6a(0x209),'content':_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1ec),_0x43e9a4(_0x12c6a3,_0xa4b6a(0x20d),[_0x3e42d9,'\x22'+_0x496f17[_0xa4b6a(0x20c)]('\x20')+'\x22']))}:{'type':_0xa4b6a(0x209),'content':_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1ec),_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1db),_0x3e42d9))};if(_0xa4b6a(0x1b9)==_0x47ce7f[_0xa4b6a(0x218)])return _0x496f17[_0xa4b6a(0x17e)]?{'type':_0xa4b6a(0x1b9),'content':_0x43e9a4(_0x12c6a3,_0xa4b6a(0x182),_0x43e9a4(_0x12c6a3,_0xa4b6a(0x20d),[_0x3e42d9,'\x22'+_0x496f17[_0xa4b6a(0x20c)]('\x20')+'\x22']))}:{'type':_0xa4b6a(0x1b9),'content':_0x43e9a4(_0x12c6a3,_0xa4b6a(0x182),_0x43e9a4(_0x12c6a3,_0xa4b6a(0x1db),_0x3e42d9))};}}),_0x27afdb[_0x53c159(0x204)][_0x53c159(0x1ab)](_0x53c159(0x209),_0x53c159(0x1a1),_0x53c159(0x177),_0x1c3691),_0x27afdb[_0x53c159(0x204)][_0x53c159(0x1ab)](_0x53c159(0x1b9),_0x53c159(0x1a1),_0x53c159(0x198),_0x1c3691),_0x27afdb[_0x53c159(0x204)][_0x53c159(0x1ab)](_0x53c159(0x209),_0x53c159(0x189),_0x53c159(0x177),_0x5a2093),_0x27afdb[_0x53c159(0x204)][_0x53c159(0x1ab)](_0x53c159(0x1b9),_0x53c159(0x189),_0x53c159(0x198),_0x5a2093),_0x27afdb[_0x53c159(0x204)][_0x53c159(0x1ab)](_0x53c159(0x209),_0x53c159(0x189),_0x53c159(0x20c),_0x1cf869),_0x27afdb[_0x53c159(0x204)][_0x53c159(0x1ab)](_0x53c159(0x1b9),_0x53c159(0x189),_0x53c159(0x20c),_0x1cf869),_0x27afdb[_0x53c159(0x204)][_0x53c159(0x1ab)](_0x53c159(0x209),_0x53c159(0x1a1),_0x53c159(0x20c),_0x53bdf7),_0x27afdb[_0x53c159(0x204)][_0x53c159(0x1ab)](_0x53c159(0x1b9),_0x53c159(0x1a1),_0x53c159(0x20c),_0x53bdf7);}[_0x4e6356(0x1ed)](){const _0x122a2b=_0x4e6356,_0x2f08b9=this[_0x122a2b(0x1b7)],_0x5ace40=_0x2f08b9[_0x122a2b(0x1a7)][_0x122a2b(0x1cf)][_0x122a2b(0x1d7)];return(_0x390d63,_0xd40adc)=>{const _0x47a391=_0x122a2b;_0x2f08b9[_0x47a391(0x1a7)][_0x47a391(0x1b0)](_0x182187=>{const _0xca91ca=_0x47a391,{commandName:_0x452ff4,commandParams:_0x31e70d}=_0xd40adc;let _0x2456ec=_0x390d63[0x0][_0xca91ca(0x1c4)][_0xca91ca(0x20a)];_0x31e70d&&_0x31e70d[0x0]&&!0x1===_0x31e70d[0x0][_0xca91ca(0x1cd)]&&(_0x2456ec=_0x390d63[0x0][_0xca91ca(0x1d2)][_0xca91ca(0x1ae)]);const _0x5aca84=_0x182187[_0xca91ca(0x1c3)](_0x2456ec);if(_0xca91ca(0x1ad)==_0x5aca84[_0xca91ca(0x1b4)][_0xca91ca(0x20e)])return;const _0x35cbe2=Array[_0xca91ca(0x18b)](_0x5ace40[_0xca91ca(0x1bd)]())[_0xca91ca(0x192)](_0x14e6ec=>_0x3ec700[_0xca91ca(0x1f5)](_0x14e6ec));_0x182187[_0xca91ca(0x195)](_0x5aca84),_0x2f08b9[_0xca91ca(0x18e)][_0xca91ca(0x1bb)](_0x452ff4)[_0xca91ca(0x217)](),_0x31e70d[_0xca91ca(0x201)]({'forceDefaultExecution':!0x0}),_0x2f08b9[_0xca91ca(0x202)](_0x452ff4,..._0x31e70d);const _0x1caac4=_0x35cbe2[_0xca91ca(0x208)](_0x4eaa69=>_0xca91ca(0x1ad)!=_0x4eaa69[_0xca91ca(0x1b4)][_0xca91ca(0x20e)]);_0x1caac4[_0xca91ca(0x17e)]>0x0&&_0x182187[_0xca91ca(0x195)](_0x1caac4);for(const _0x14931b of _0x35cbe2)_0x14931b[_0xca91ca(0x19e)]();});};}[_0x4e6356(0x1aa)](_0x46cf44){const _0x57f759=_0x4e6356,_0x3dbca3=this[_0x57f759(0x1b7)][_0x57f759(0x17d)][_0x57f759(0x1bb)](_0x57f759(0x18a));let _0x22335f=Number[_0x57f759(0x1e0)],_0x1cd9cb=Number[_0x57f759(0x17a)],_0x481ac4=Number[_0x57f759(0x1e0)],_0x1295ad=Number[_0x57f759(0x17a)];for(const _0x37e52f of _0x46cf44){if(_0x57f759(0x1ad)==_0x37e52f[_0x57f759(0x1b4)][_0x57f759(0x20e)])continue;const {row:_0x5e0d6f,column:_0x245cea}=_0x3dbca3[_0x57f759(0x207)](_0x37e52f),_0x97f1d2=_0x37e52f[_0x57f759(0x199)](_0x57f759(0x1f4))?_0x37e52f[_0x57f759(0x1e4)](_0x57f759(0x1f4))-0x1:0x0,_0x21c1b8=_0x37e52f[_0x57f759(0x199)](_0x57f759(0x1d9))?_0x37e52f[_0x57f759(0x1e4)](_0x57f759(0x1d9))-0x1:0x0;_0x22335f=_0x5e0d6f<_0x22335f?_0x5e0d6f:_0x22335f,_0x1cd9cb=_0x5e0d6f+_0x97f1d2>_0x1cd9cb?_0x5e0d6f+_0x97f1d2:_0x1cd9cb,_0x481ac4=_0x245cea<_0x481ac4?_0x245cea:_0x481ac4,_0x1295ad=_0x245cea+_0x21c1b8>_0x1295ad?_0x245cea+_0x21c1b8:_0x1295ad;}return{'minRow':_0x22335f,'maxRow':_0x1cd9cb,'minColumn':_0x481ac4,'maxColumn':_0x1295ad};}[_0x4e6356(0x1a9)](){const _0x177934=_0x4e6356,_0x333887=this[_0x177934(0x1b7)],_0x143e09=_0x333887[_0x177934(0x17d)][_0x177934(0x1bb)](_0x177934(0x1cb)),_0x344c58=_0x333887[_0x177934(0x17d)][_0x177934(0x1bb)](_0x177934(0x18a));_0x333887[_0x177934(0x1a7)][_0x177934(0x1cf)]['on'](_0x177934(0x1e3),()=>{const _0x2441c5=_0x177934,_0x31ee31=Array[_0x2441c5(0x18b)](_0x333887[_0x2441c5(0x1a7)][_0x2441c5(0x1cf)][_0x2441c5(0x18f)][_0x2441c5(0x219)]());for(const {name:_0x344db7,data:_0x4fa5a0}of _0x31ee31){const {group:_0x251ee7,id:_0xddbfba,subType:_0x583357}=_0x143e09[_0x2441c5(0x1eb)](_0x344db7);if(_0x2441c5(0x17f)!=_0x251ee7)continue;if(null!=_0x4fa5a0[_0x2441c5(0x1e5)])continue;const _0x2f867b=_0x143e09[_0x2441c5(0x1f6)](_0xddbfba);this[_0x2441c5(0x213)][_0x2441c5(0x1e7)](_0x583357)&&this[_0x2441c5(0x1ca)][_0x2441c5(0x184)](_0x2f867b);}},{'priority':_0x177934(0x1e2)});const _0x34c899=(_0x411031,_0xe52513)=>{const _0x2c5589=_0x177934;let _0x521f58=!0x1;const _0x40dce4=_0xe52513[_0x2c5589(0x200)](_0x411031),_0x230cc2=_0x411031[_0x2c5589(0x1ff)](_0x2c5589(0x211)),_0x4ae3a2=_0x344c58[_0x2c5589(0x207)](_0x411031);for(const _0x40eead of this[_0x2c5589(0x1ca)]){const _0x4af2de=_0x40eead[_0x2c5589(0x17c)],_0x401cf3=_0x4af2de[_0x2c5589(0x1ba)](_0x2c5589(0x206)),_0x174b7d=_0x4af2de[_0x2c5589(0x21a)](_0x401cf3?0xa:0x5),_0x542c88=_0x174b7d[_0x2c5589(0x1ea)](),_0x57c768=_0x542c88[_0x2c5589(0x21a)](0x0,0x3)+_0x2c5589(0x1da),_0xa9a471=_0x2c5589(0x1b3)+_0x174b7d,_0x5d801b=_0x2c5589(0x1bf)+_0x174b7d;if(!_0x40eead[_0x2c5589(0x1bc)])continue;if(_0x230cc2!=_0x40eead[_0x2c5589(0x1d8)]()[_0x2c5589(0x1d2)][_0x2c5589(0x1ff)](_0x2c5589(0x211)))continue;if(_0x40eead[_0x2c5589(0x1af)](_0x40dce4))continue;const _0x43e9ad=_0x411031[_0x2c5589(0x199)](_0x57c768)?_0x411031[_0x2c5589(0x1e4)](_0x57c768)-0x1:0x0,_0x2fd65b=this[_0x2c5589(0x196)](_0x40eead),_0x3c6c02=_0x2fd65b[_0xa9a471],_0x519dec=_0x2fd65b[_0x5d801b];_0x3c6c02<=_0x4ae3a2[_0x542c88]&&_0x4ae3a2[_0x542c88]+_0x43e9ad<=_0x519dec&&(_0x40eead[_0x2c5589(0x1e6)](_0x40dce4),_0x521f58=!0x0);}return _0x521f58;};_0x333887[_0x177934(0x1a7)][_0x177934(0x1cf)][_0x177934(0x20b)](_0x3fa83e=>{const _0x205c2e=_0x177934;let _0x3fd4b3=!0x1;for(const _0x8793bc of _0x333887[_0x205c2e(0x1a7)][_0x205c2e(0x1cf)][_0x205c2e(0x18f)][_0x205c2e(0x216)]())if(_0x205c2e(0x1a2)==_0x8793bc[_0x205c2e(0x218)]){if(_0x205c2e(0x1a1)==_0x8793bc[_0x205c2e(0x1c0)]){for(const _0x819e71 of _0x8793bc[_0x205c2e(0x1fa)][_0x205c2e(0x1ae)][_0x205c2e(0x180)]())_0x3fd4b3=_0x3fd4b3||_0x34c899(_0x819e71,_0x3fa83e);}else _0x205c2e(0x1f2)==_0x8793bc[_0x205c2e(0x1c0)]&&(_0x3fd4b3=_0x3fd4b3||_0x34c899(_0x8793bc[_0x205c2e(0x1fa)][_0x205c2e(0x1ae)],_0x3fa83e));}return _0x3fd4b3;});}[_0x4e6356(0x196)](_0x4c1152){const _0x4c3335=_0x4e6356;return this[_0x4c3335(0x1aa)](_0x4c1152[_0x4c3335(0x1bd)]()[_0x4c3335(0x192)](_0x11e985=>_0x11e985[_0x4c3335(0x1d2)][_0x4c3335(0x1ae)]));}}function Ee(_0x6064c0){const _0x176afa=_0x4e6356;return Array[_0x176afa(0x18b)](new Set(_0x6064c0)[_0x176afa(0x186)]());}
|
|
23
|
+
const _0x5d7f06=_0x16e4;function _0x45e4(){const _0x1ab467=['startsWith','6VzQqTS','afterInit','subType','item','getColumnIndexes','createPositionAt','map','downcastDispatcher','markMultiRangeInsertion','selection','getChangedMarkers','tableColumn','change','createRangeIn','getContainedElement','data','786VxkLth','minColumn','tableRow','tablePaste','has','36IHaNuF','mapper','insertTable','6273550cEMiYP','nodeBefore','max','ELEMENT_TABLE_COLUMN','execute','cell','MAX_SAFE_INTEGER','model','options','_acceptFormatSuggestionCallbackFactory','hasAttribute','rowspan','addRange','writer','batch','editor','minRow','insertTableColumnLeft','getRowIndexes','2753385SoKRUt','end','getChildren','root','registerPostFixer','ELEMENT_TABLE_COLUMN_WITH_TEXT','join','_splitMarkerName','getSuggestion','_suggestionFactory','isArray','accept','left','getAttribute','registerElementLabel','TableUtils','isIntersectingWithRange','push','_tableSuggestions','name','change:data','removeTableColumn','colspan','oldRange','some','document','rootName','discard','*Insert:*\x20%0','3945370JzEUuV','insertTableRowAbove','registerDescriptionCallback','above','_getSuggestionCoords','$textProxy','insertTableRowBelow','_setupColumnsRowsFixing','selectTableRow','refresh','suggestion','differ','descriptionFactory','maxRow','$graveyard','filter','getItems','ELEMENT_TABLE_ROW_WITH_TEXT','get','createRangeOn','start','registerCustomCallback','forceValue','getRanges','setSelection','substr','insertTableColumnRight','min','highest','tableCell','TableEditing','TrackChangesEditing','isInContent','commands','toViewElement','element','getCellLocation','findAncestor','last','order','enqueueChange','add','length','getSelectionAffectedTableCells','enableCommand','createTableWalker','addMarker:suggestion','MIN_SAFE_INTEGER','first','_tablePostFixingSubtypes','fromRange','span','*Remove:*\x20%0','isEqual','includes','toLowerCase','getFirstRange','ELEMENT_TABLE_ROW','every','8790824hxTuTD','type','addClass','nodeAfter','detach','low','removeTableRow','getChanges','showSuggestionHighlights','isTouching','ELEMENT_TABLE_WITH_TEXT','maxColumn','removeClass','table','markMultiRangeDeletion','values','insert','plugins','1766644xtLJYH','classes','insertion','locale','from','deletion','3334lqiqPy','4414432XtluZS','_getCoordsForCells','selectTableColumn','position','ELEMENT_TABLE'];_0x45e4=function(){return _0x1ab467;};return _0x45e4();}function _0x16e4(_0x5ce2e6,_0x53ef5b){const _0x45e44d=_0x45e4();return _0x16e4=function(_0x16e42b,_0x23ff4c){_0x16e42b=_0x16e42b-0xfb;let _0x5577d1=_0x45e44d[_0x16e42b];return _0x5577d1;},_0x16e4(_0x5ce2e6,_0x53ef5b);}(function(_0x47cea8,_0x34897a){const _0xd858d8=_0x16e4,_0x4765d3=_0x47cea8();while(!![]){try{const _0x45370d=parseInt(_0xd858d8(0x132))/0x1*(-parseInt(_0xd858d8(0x11b))/0x2)+parseInt(_0xd858d8(0x14d))/0x3+-parseInt(_0xd858d8(0x115))/0x4+-parseInt(_0xd858d8(0x16a))/0x5*(-parseInt(_0xd858d8(0x122))/0x6)+-parseInt(_0xd858d8(0x103))/0x7+-parseInt(_0xd858d8(0x11c))/0x8+-parseInt(_0xd858d8(0x137))/0x9*(-parseInt(_0xd858d8(0x13a))/0xa);if(_0x45370d===_0x34897a)break;else _0x4765d3['push'](_0x4765d3['shift']());}catch(_0x5c61bb){_0x4765d3['push'](_0x4765d3['shift']());}}}(_0x45e4,0xa055a));import{Plugin as _0x3154e4}from'ckeditor5/src/core.js';import{LiveRange as _0x1eb1dc}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x3ff52a}from'ckeditor5/src/widget.js';import{getTranslation as _0x579a7b}from'../utils/common-translations.js';export default class jt extends _0x3154e4{constructor(_0xcdb2b7){const _0x1a1634=_0x16e4;super(_0xcdb2b7),this[_0x1a1634(0x19b)]=[_0x1a1634(0x134),_0x1a1634(0x12d)],this[_0x1a1634(0x15f)]=new Set();}[_0x5d7f06(0x123)](){const _0x558783=_0x5d7f06,_0x20b591=this[_0x558783(0x149)],_0x5ae0c6=_0x20b591[_0x558783(0x141)][_0x558783(0x166)][_0x558783(0x12b)];if(!_0x20b591[_0x558783(0x114)][_0x558783(0x136)](_0x558783(0x188)))return;const _0x2cd2c3=_0x20b591[_0x558783(0x118)],_0x198699=_0x20b591[_0x558783(0x114)][_0x558783(0x17c)](_0x558783(0x189)),_0x2bc61b=_0x20b591[_0x558783(0x114)][_0x558783(0x17c)](_0x558783(0x15c));_0x198699[_0x558783(0x176)][_0x558783(0x15b)](_0x558783(0x110),_0x36b707=>_0x579a7b(_0x2cd2c3,_0x558783(0x120),_0x36b707)),this[_0x558783(0x171)](),_0x198699[_0x558783(0x196)](_0x558783(0x139)),_0x198699[_0x558783(0x196)](_0x558783(0x172)),_0x198699[_0x558783(0x196)](_0x558783(0x11e));for(const _0x30acf5 of[_0x558783(0x16b),_0x558783(0x170)]){const _0x316528=_0x20b591[_0x558783(0x18b)][_0x558783(0x17c)](_0x30acf5);_0x198699[_0x558783(0x196)](_0x30acf5,_0x320d73=>{const _0x4f01d9=_0x558783;_0x20b591[_0x4f01d9(0x141)][_0x4f01d9(0x12e)](_0x5795bc=>{const _0x4e2437=_0x4f01d9;_0x320d73();const _0x4a1f9e=_0x4e2437(0x16d)===_0x316528[_0x4e2437(0x191)],_0x3a7707=_0x2bc61b[_0x4e2437(0x195)](_0x5ae0c6),_0x1e12a6=_0x2bc61b[_0x4e2437(0x14c)](_0x3a7707),_0x26b0cf=_0x4a1f9e?_0x1e12a6[_0x4e2437(0x19a)]-0x1:_0x1e12a6[_0x4e2437(0x190)]+0x1,_0x163971=_0x3a7707[0x0][_0x4e2437(0x18f)](_0x4e2437(0x110)),_0x2b9258=_0x2bc61b[_0x4e2437(0x197)](_0x163971,{'startRow':_0x26b0cf,'endRow':_0x26b0cf}),_0x48588f=Array[_0x4e2437(0x119)](_0x2b9258)[_0x4e2437(0x128)](_0x2ff3b9=>_0x5795bc[_0x4e2437(0x17d)](_0x2ff3b9[_0x4e2437(0x13f)]));_0x198699[_0x4e2437(0x12a)](_0x48588f,_0x4e2437(0x134));});});}for(const _0x5ed1cc of[_0x558783(0x14b),_0x558783(0x184)]){const _0x3cc599=_0x20b591[_0x558783(0x18b)][_0x558783(0x17c)](_0x5ed1cc);_0x198699[_0x558783(0x196)](_0x5ed1cc,_0x1c4278=>{const _0x19dffe=_0x558783;_0x20b591[_0x19dffe(0x141)][_0x19dffe(0x12e)](_0x54b6fc=>{const _0xbd9876=_0x19dffe;_0x1c4278();const _0x51571b=_0xbd9876(0x159)===_0x3cc599[_0xbd9876(0x191)],_0x226052=_0x2bc61b[_0xbd9876(0x195)](_0x5ae0c6),_0x3e994f=_0x2bc61b[_0xbd9876(0x126)](_0x226052),_0x4e7eeb=_0x51571b?_0x3e994f[_0xbd9876(0x19a)]-0x1:_0x3e994f[_0xbd9876(0x190)]+0x1,_0x27ab36=_0x226052[0x0][_0xbd9876(0x18f)](_0xbd9876(0x110)),_0x35f896=_0x2bc61b[_0xbd9876(0x197)](_0x27ab36,{'startRow':0x0,'column':_0x4e7eeb,'includeAllSlots':!0x1}),_0x294c05=Array[_0xbd9876(0x119)](_0x35f896)[_0xbd9876(0x128)](_0x3ed967=>_0x54b6fc[_0xbd9876(0x17d)](_0x3ed967[_0xbd9876(0x13f)]));_0x198699[_0xbd9876(0x12a)](_0x294c05,_0xbd9876(0x12d));});});}for(const _0x14d761 of[_0x558783(0x109),_0x558783(0x162)]){const _0x4c78c7=_0x14d761[_0x558783(0x183)](0xb),_0x553a4b=_0x4c78c7[_0x558783(0xff)](),_0x27f830=_0x553a4b[_0x558783(0x183)](0x0,0x3)+_0x558783(0xfb),_0x3657d7=_0x558783(0x110)+_0x4c78c7,_0x3329dd=_0x558783(0x185)+_0x4c78c7,_0x547d50=_0x558783(0x13c)+_0x4c78c7;_0x198699[_0x558783(0x196)](_0x14d761,()=>{const _0xa66c9b=_0x558783;_0x20b591[_0xa66c9b(0x141)][_0xa66c9b(0x12e)](_0x45d42a=>{const _0x1b05f0=_0xa66c9b,_0x496f1b=_0x2bc61b[_0x1b05f0(0x195)](_0x5ae0c6),_0x384af1=_0x496f1b[0x0][_0x1b05f0(0x18f)](_0x1b05f0(0x110));let _0xcf5619;if(_0x1b05f0(0x109)==_0x14d761){const _0x477c9c=_0x2bc61b[_0x1b05f0(0x14c)](_0x496f1b);_0xcf5619={'startRow':_0x477c9c[_0x1b05f0(0x19a)],'endRow':_0x477c9c[_0x1b05f0(0x190)],'includeAllSlots':!0x0};}else{const _0x3187cd=_0x2bc61b[_0x1b05f0(0x126)](_0x496f1b);_0xcf5619={'startColumn':_0x3187cd[_0x1b05f0(0x19a)],'endColumn':_0x3187cd[_0x1b05f0(0x190)],'includeAllSlots':!0x0};}const _0x3a2773=_0x2bc61b[_0x1b05f0(0x197)](_0x384af1,_0xcf5619),_0x3b3224=Array[_0x1b05f0(0x119)](_0x3a2773)[_0x1b05f0(0x128)](({cell:_0x108f93})=>_0x108f93),_0x460673=Ee(_0x3b3224[_0x1b05f0(0x179)](_0x3333f4=>_0x3333f4[_0x1b05f0(0x144)](_0x27f830))),_0x793be3=Ee(_0x3b3224[_0x1b05f0(0x179)](_0x462b67=>!_0x462b67[_0x1b05f0(0x144)](_0x27f830)))[_0x1b05f0(0x128)](_0x325a37=>_0x45d42a[_0x1b05f0(0x17d)](_0x325a37)),_0x3dc87c=_0x198699[_0x1b05f0(0x111)](_0x793be3,_0x3657d7);if(_0x3dc87c&&(_0x1b05f0(0x134)==_0x3dc87c[_0x1b05f0(0x124)]||_0x1b05f0(0x12d)==_0x3dc87c[_0x1b05f0(0x124)])){const _0xbb5199=this[_0x1b05f0(0x16e)](_0x3dc87c);for(const _0x377497 of _0x460673){const _0x9a3597=_0x45d42a[_0x1b05f0(0x17d)](_0x377497),_0x4ddf86=_0x2bc61b[_0x1b05f0(0x18e)](_0x377497),_0x2fe36d=_0x377497[_0x1b05f0(0x15a)](_0x27f830)-0x1,_0x3c2203=_0xbb5199[_0x3329dd],_0x171849=_0xbb5199[_0x547d50];_0x3c2203<=_0x4ddf86[_0x553a4b]&&_0x4ddf86[_0x553a4b]+_0x2fe36d<=_0x171849&&_0x3dc87c[_0x1b05f0(0x146)](_0x9a3597);}}});});}function _0x1c92f8(_0x4243b7){const _0x41735e=_0x558783,_0x5c7e09=Array[_0x41735e(0x119)](_0x5ae0c6[_0x41735e(0x181)]())[_0x41735e(0x128)](_0x202e84=>_0x1eb1dc[_0x41735e(0x19c)](_0x202e84));_0x20b591[_0x41735e(0x141)][_0x41735e(0x12e)](_0x350a56=>{const _0x58bd83=_0x41735e,_0x146c34=_0x350a56[_0x58bd83(0x148)];_0x4243b7=_0x4243b7[_0x58bd83(0x179)](_0x3f5575=>_0x58bd83(0x178)!=_0x3f5575[_0x58bd83(0x150)][_0x58bd83(0x167)]),_0x350a56[_0x58bd83(0x182)](_0x4243b7),_0x20b591[_0x58bd83(0x18b)][_0x58bd83(0x17c)](_0x58bd83(0x109))[_0x58bd83(0x173)](),_0x20b591[_0x58bd83(0x13e)](_0x58bd83(0x109),{'forceDefaultExecution':!0x0}),_0x20b591[_0x58bd83(0x141)][_0x58bd83(0x192)](()=>{const _0x1efda3=_0x58bd83;_0x20b591[_0x1efda3(0x141)][_0x1efda3(0x192)](_0x146c34,_0x573cb5=>{const _0x402c4d=_0x1efda3,_0x51642a=_0x5c7e09[_0x402c4d(0x179)](_0x9b2347=>_0x402c4d(0x178)!=_0x9b2347[_0x402c4d(0x150)][_0x402c4d(0x167)]);_0x51642a[_0x402c4d(0x194)]>0x0&&_0x573cb5[_0x402c4d(0x182)](_0x51642a);for(const _0x2d30b6 of _0x5c7e09)_0x2d30b6[_0x402c4d(0x107)]();});});});}function _0x48961(_0x3da7b7){const _0x5efd47=_0x558783;_0x20b591[_0x5efd47(0x141)][_0x5efd47(0x12e)](_0x12fa98=>{const _0x1b7d83=_0x5efd47,_0x3027af=Array[_0x1b7d83(0x119)](_0x5ae0c6[_0x1b7d83(0x181)]())[_0x1b7d83(0x128)](_0x2493c2=>_0x1eb1dc[_0x1b7d83(0x19c)](_0x2493c2)),_0x31da22=[];for(const _0x2c7bf5 of _0x3da7b7)for(const _0x3f6031 of _0x2c7bf5[_0x1b7d83(0x17a)]({'shallow':!0x0}))_0x31da22[_0x1b7d83(0x15e)](_0x3f6031);for(const _0x5bb44e of _0x31da22)_0x1b7d83(0x178)!=_0x5bb44e[_0x1b7d83(0x150)][_0x1b7d83(0x167)]&&(_0x12fa98[_0x1b7d83(0x182)](_0x12fa98[_0x1b7d83(0x127)](_0x5bb44e,0x0)),_0x20b591[_0x1b7d83(0x18b)][_0x1b7d83(0x17c)](_0x1b7d83(0x162))[_0x1b7d83(0x173)](),_0x20b591[_0x1b7d83(0x13e)](_0x1b7d83(0x162),{'forceDefaultExecution':!0x0}));const _0x5ece3e=_0x3027af[_0x1b7d83(0x179)](_0x2f62ed=>_0x1b7d83(0x178)!=_0x2f62ed[_0x1b7d83(0x150)][_0x1b7d83(0x167)]);_0x5ece3e[_0x1b7d83(0x194)]>0x0&&_0x12fa98[_0x1b7d83(0x182)](_0x5ece3e);for(const _0x5b65dc of _0x3027af)_0x5b65dc[_0x1b7d83(0x107)]();});}function _0x425d90(_0x8650c1,_0x5f0039){const _0x579b78=_0x558783;return _0x5f0039[_0x579b78(0x102)](_0x26a605=>_0x8650c1[_0x579b78(0x165)](_0x32630a=>_0x32630a[_0x579b78(0x14e)][_0x579b78(0xfd)](_0x26a605[_0x579b78(0x17e)])||_0x26a605[_0x579b78(0x14e)][_0x579b78(0xfd)](_0x32630a[_0x579b78(0x17e)])));}function _0xd29a37(_0x404369,_0x51bde0){const _0x5a430a=_0x558783;return _0x404369[_0x5a430a(0x165)](_0x325288=>_0x51bde0[_0x5a430a(0x165)](_0x4f8b68=>_0x325288[_0x5a430a(0x14e)][_0x5a430a(0x10c)](_0x4f8b68[_0x5a430a(0x17e)])));}_0x20b591[_0x558783(0x131)][_0x558783(0x129)]['on'](_0x558783(0x198),(_0x4fa9b2,_0x17fef5,_0x57ca75)=>{const _0x2958b=_0x558783;if(!_0x57ca75[_0x2958b(0x142)][_0x2958b(0x10b)])return;const _0x184965=_0x17fef5[_0x2958b(0x125)];if(!_0x184965)return;const _0x3c87bf=_0x57ca75[_0x2958b(0x138)][_0x2958b(0x18c)](_0x184965);function _0x246010(_0x5c1257){const _0x159e86=_0x2958b;return Array[_0x159e86(0x157)](_0x5c1257)?_0x5c1257:[_0x5c1257];}_0x3c87bf&&_0x2958b(0x187)===_0x184965[_0x2958b(0x160)]&&_0x3ff52a(_0x3c87bf,_0x57ca75[_0x2958b(0x147)],(_0x262626,_0x1e8b39,_0x5f4866)=>_0x5f4866[_0x2958b(0x105)](_0x246010(_0x1e8b39[_0x2958b(0x116)]),_0x262626),(_0x56ffa5,_0x16ef67,_0x360c5e)=>_0x360c5e[_0x2958b(0x10f)](_0x246010(_0x16ef67[_0x2958b(0x116)]),_0x56ffa5));},{'priority':_0x558783(0x186)}),_0x198699[_0x558783(0x176)][_0x558783(0x16c)](_0x2bf788=>{const _0x5348bf=_0x558783;if(_0x5348bf(0x117)!=_0x2bf788[_0x5348bf(0x104)]&&_0x5348bf(0x11a)!=_0x2bf788[_0x5348bf(0x104)])return;const _0x1d7765=_0x2bf788[_0x5348bf(0x130)]();if(null!=_0x1d7765&&_0x1d7765['is'](_0x5348bf(0x18d),_0x5348bf(0x110))){if(_0x5348bf(0x117)==_0x2bf788[_0x5348bf(0x104)]){const _0x5f450f=_0x2bf788[_0x5348bf(0x17a)]()[_0x5348bf(0x179)](_0x37366f=>_0x37366f['is'](_0x5348bf(0x16f)))[_0x5348bf(0x128)](_0x4c3bdc=>_0x4c3bdc[_0x5348bf(0x131)]);if(_0x5f450f[_0x5348bf(0x194)])return{'type':_0x5348bf(0x117),'content':_0x579a7b(_0x2cd2c3,_0x5348bf(0x169),_0x579a7b(_0x2cd2c3,_0x5348bf(0x10d),'\x22'+_0x5f450f[_0x5348bf(0x153)]('\x20')+'\x22'))};}if(_0x5348bf(0x11a)==_0x2bf788[_0x5348bf(0x104)]){const _0x320895=_0x2bf788[_0x5348bf(0x17a)]()[_0x5348bf(0x179)](_0x3c904a=>_0x3c904a['is'](_0x5348bf(0x16f)))[_0x5348bf(0x128)](_0x819091=>_0x819091[_0x5348bf(0x131)]);if(_0x320895[_0x5348bf(0x194)])return{'type':_0x5348bf(0x11a),'content':_0x579a7b(_0x2cd2c3,_0x5348bf(0xfc),_0x579a7b(_0x2cd2c3,_0x5348bf(0x10d),'\x22'+_0x320895[_0x5348bf(0x153)]('\x20')+'\x22'))};}}}),_0x198699[_0x558783(0x176)][_0x558783(0x16c)](_0x20747e=>{const _0x46eb02=_0x558783;if(_0x46eb02(0x134)==_0x20747e[_0x46eb02(0x124)]){const _0x1398e6=_0x20747e[_0x46eb02(0x17a)]()[_0x46eb02(0x179)](_0x49dda5=>_0x49dda5['is'](_0x46eb02(0x16f)))[_0x46eb02(0x128)](_0x3d9660=>_0x3d9660[_0x46eb02(0x131)]),_0x337f4f=this[_0x46eb02(0x16e)](_0x20747e),_0x2ec7b7=_0x337f4f[_0x46eb02(0x177)]-_0x337f4f[_0x46eb02(0x14a)]+0x1;if(_0x46eb02(0x117)==_0x20747e[_0x46eb02(0x104)])return _0x1398e6[_0x46eb02(0x194)]?{'type':_0x46eb02(0x117),'content':_0x579a7b(_0x2cd2c3,_0x46eb02(0x169),_0x579a7b(_0x2cd2c3,_0x46eb02(0x17b),[_0x2ec7b7,'\x22'+_0x1398e6[_0x46eb02(0x153)]('\x20')+'\x22']))}:{'type':_0x46eb02(0x117),'content':_0x579a7b(_0x2cd2c3,_0x46eb02(0x169),_0x579a7b(_0x2cd2c3,_0x46eb02(0x101),_0x2ec7b7))};if(_0x46eb02(0x11a)==_0x20747e[_0x46eb02(0x104)])return _0x1398e6[_0x46eb02(0x194)]?{'type':_0x46eb02(0x11a),'content':_0x579a7b(_0x2cd2c3,_0x46eb02(0xfc),_0x579a7b(_0x2cd2c3,_0x46eb02(0x17b),[_0x2ec7b7,'\x22'+_0x1398e6[_0x46eb02(0x153)]('\x20')+'\x22']))}:{'type':_0x46eb02(0x11a),'content':_0x579a7b(_0x2cd2c3,_0x46eb02(0xfc),_0x579a7b(_0x2cd2c3,_0x46eb02(0x101),_0x2ec7b7))};}if(_0x46eb02(0x12d)==_0x20747e[_0x46eb02(0x124)]){const _0x4538ac=_0x20747e[_0x46eb02(0x17a)]()[_0x46eb02(0x179)](_0x109c6b=>_0x109c6b['is'](_0x46eb02(0x16f)))[_0x46eb02(0x128)](_0x2083e4=>_0x2083e4[_0x46eb02(0x131)]),_0x47f6c5=this[_0x46eb02(0x16e)](_0x20747e),_0x53001b=_0x47f6c5[_0x46eb02(0x10e)]-_0x47f6c5[_0x46eb02(0x133)]+0x1;if(_0x46eb02(0x117)==_0x20747e[_0x46eb02(0x104)])return _0x4538ac[_0x46eb02(0x194)]?{'type':_0x46eb02(0x117),'content':_0x579a7b(_0x2cd2c3,_0x46eb02(0x169),_0x579a7b(_0x2cd2c3,_0x46eb02(0x152),[_0x53001b,'\x22'+_0x4538ac[_0x46eb02(0x153)]('\x20')+'\x22']))}:{'type':_0x46eb02(0x117),'content':_0x579a7b(_0x2cd2c3,_0x46eb02(0x169),_0x579a7b(_0x2cd2c3,_0x46eb02(0x13d),_0x53001b))};if(_0x46eb02(0x11a)==_0x20747e[_0x46eb02(0x104)])return _0x4538ac[_0x46eb02(0x194)]?{'type':_0x46eb02(0x11a),'content':_0x579a7b(_0x2cd2c3,_0x46eb02(0xfc),_0x579a7b(_0x2cd2c3,_0x46eb02(0x152),[_0x53001b,'\x22'+_0x4538ac[_0x46eb02(0x153)]('\x20')+'\x22']))}:{'type':_0x46eb02(0x11a),'content':_0x579a7b(_0x2cd2c3,_0x46eb02(0xfc),_0x579a7b(_0x2cd2c3,_0x46eb02(0x13d),_0x53001b))};}}),_0x198699[_0x558783(0x156)][_0x558783(0x17f)](_0x558783(0x117),_0x558783(0x134),_0x558783(0x168),_0x1c92f8),_0x198699[_0x558783(0x156)][_0x558783(0x17f)](_0x558783(0x11a),_0x558783(0x134),_0x558783(0x158),_0x1c92f8),_0x198699[_0x558783(0x156)][_0x558783(0x17f)](_0x558783(0x117),_0x558783(0x12d),_0x558783(0x168),_0x48961),_0x198699[_0x558783(0x156)][_0x558783(0x17f)](_0x558783(0x11a),_0x558783(0x12d),_0x558783(0x158),_0x48961),_0x198699[_0x558783(0x156)][_0x558783(0x17f)](_0x558783(0x117),_0x558783(0x12d),_0x558783(0x153),_0x425d90),_0x198699[_0x558783(0x156)][_0x558783(0x17f)](_0x558783(0x11a),_0x558783(0x12d),_0x558783(0x153),_0x425d90),_0x198699[_0x558783(0x156)][_0x558783(0x17f)](_0x558783(0x117),_0x558783(0x134),_0x558783(0x153),_0xd29a37),_0x198699[_0x558783(0x156)][_0x558783(0x17f)](_0x558783(0x11a),_0x558783(0x134),_0x558783(0x153),_0xd29a37);}[_0x5d7f06(0x143)](){const _0x307a76=_0x5d7f06,_0x43322e=this[_0x307a76(0x149)],_0x2dae53=_0x43322e[_0x307a76(0x141)][_0x307a76(0x166)][_0x307a76(0x12b)];return(_0x36890b,_0x54c928)=>{const _0x10ef5e=_0x307a76;_0x43322e[_0x10ef5e(0x141)][_0x10ef5e(0x12e)](_0x4cf5a7=>{const _0x5568f6=_0x10ef5e,{commandName:_0x5e5ffa,commandParams:_0x29db92}=_0x54c928;let _0x166a07=_0x36890b[0x0][_0x5568f6(0x14e)][_0x5568f6(0x13b)];_0x29db92&&_0x29db92[0x0]&&!0x1===_0x29db92[0x0][_0x5568f6(0x180)]&&(_0x166a07=_0x36890b[0x0][_0x5568f6(0x17e)][_0x5568f6(0x106)]);const _0x32fa36=_0x4cf5a7[_0x5568f6(0x12f)](_0x166a07);if(_0x5568f6(0x178)==_0x32fa36[_0x5568f6(0x150)][_0x5568f6(0x167)])return;const _0x64c96f=Array[_0x5568f6(0x119)](_0x2dae53[_0x5568f6(0x181)]())[_0x5568f6(0x128)](_0x3cc7b3=>_0x1eb1dc[_0x5568f6(0x19c)](_0x3cc7b3));_0x4cf5a7[_0x5568f6(0x182)](_0x32fa36),_0x43322e[_0x5568f6(0x18b)][_0x5568f6(0x17c)](_0x5e5ffa)[_0x5568f6(0x173)](),_0x29db92[_0x5568f6(0x15e)]({'forceDefaultExecution':!0x0}),_0x43322e[_0x5568f6(0x13e)](_0x5e5ffa,..._0x29db92);const _0x10795f=_0x64c96f[_0x5568f6(0x179)](_0x102d93=>_0x5568f6(0x178)!=_0x102d93[_0x5568f6(0x150)][_0x5568f6(0x167)]);_0x10795f[_0x5568f6(0x194)]>0x0&&_0x4cf5a7[_0x5568f6(0x182)](_0x10795f);for(const _0x1cedb3 of _0x64c96f)_0x1cedb3[_0x5568f6(0x107)]();});};}[_0x5d7f06(0x11d)](_0x91c891){const _0x1969fe=_0x5d7f06,_0x29599f=this[_0x1969fe(0x149)][_0x1969fe(0x114)][_0x1969fe(0x17c)](_0x1969fe(0x15c));let _0x2d19b2=Number[_0x1969fe(0x140)],_0x581acd=Number[_0x1969fe(0x199)],_0x2b6a20=Number[_0x1969fe(0x140)],_0x42a75a=Number[_0x1969fe(0x199)];for(const _0x452f10 of _0x91c891){if(_0x1969fe(0x178)==_0x452f10[_0x1969fe(0x150)][_0x1969fe(0x167)])continue;const {row:_0x59d079,column:_0xdfd4a8}=_0x29599f[_0x1969fe(0x18e)](_0x452f10),_0x1372aa=_0x452f10[_0x1969fe(0x144)](_0x1969fe(0x145))?_0x452f10[_0x1969fe(0x15a)](_0x1969fe(0x145))-0x1:0x0,_0x4ec644=_0x452f10[_0x1969fe(0x144)](_0x1969fe(0x163))?_0x452f10[_0x1969fe(0x15a)](_0x1969fe(0x163))-0x1:0x0;_0x2d19b2=_0x59d079<_0x2d19b2?_0x59d079:_0x2d19b2,_0x581acd=_0x59d079+_0x1372aa>_0x581acd?_0x59d079+_0x1372aa:_0x581acd,_0x2b6a20=_0xdfd4a8<_0x2b6a20?_0xdfd4a8:_0x2b6a20,_0x42a75a=_0xdfd4a8+_0x4ec644>_0x42a75a?_0xdfd4a8+_0x4ec644:_0x42a75a;}return{'minRow':_0x2d19b2,'maxRow':_0x581acd,'minColumn':_0x2b6a20,'maxColumn':_0x42a75a};}[_0x5d7f06(0x171)](){const _0x1fbf90=_0x5d7f06,_0x549fec=this[_0x1fbf90(0x149)],_0x50e72a=_0x549fec[_0x1fbf90(0x114)][_0x1fbf90(0x17c)](_0x1fbf90(0x189)),_0x1d4180=_0x549fec[_0x1fbf90(0x114)][_0x1fbf90(0x17c)](_0x1fbf90(0x15c));_0x549fec[_0x1fbf90(0x141)][_0x1fbf90(0x166)]['on'](_0x1fbf90(0x161),()=>{const _0x2764d0=_0x1fbf90,_0x465449=Array[_0x2764d0(0x119)](_0x549fec[_0x2764d0(0x141)][_0x2764d0(0x166)][_0x2764d0(0x175)][_0x2764d0(0x12c)]());for(const {name:_0x4c952d,data:_0x54c09c}of _0x465449){const {group:_0x58c95f,id:_0x590f54,subType:_0x24f769}=_0x50e72a[_0x2764d0(0x154)](_0x4c952d);if(_0x2764d0(0x174)!=_0x58c95f)continue;if(null!=_0x54c09c[_0x2764d0(0x164)])continue;const _0x4ed1e1=_0x50e72a[_0x2764d0(0x155)](_0x590f54);this[_0x2764d0(0x19b)][_0x2764d0(0xfe)](_0x24f769)&&this[_0x2764d0(0x15f)][_0x2764d0(0x193)](_0x4ed1e1);}},{'priority':_0x1fbf90(0x108)});const _0x18873a=(_0x32fe0f,_0x40ea08)=>{const _0x5ac81b=_0x1fbf90;let _0x3abc66=!0x1;const _0x21bfd5=_0x40ea08[_0x5ac81b(0x17d)](_0x32fe0f),_0x100721=_0x32fe0f[_0x5ac81b(0x18f)](_0x5ac81b(0x110)),_0x4740b9=_0x1d4180[_0x5ac81b(0x18e)](_0x32fe0f);for(const _0x405be4 of this[_0x5ac81b(0x15f)]){const _0x196245=_0x405be4[_0x5ac81b(0x124)],_0xad48ff=_0x196245[_0x5ac81b(0x121)](_0x5ac81b(0x135)),_0x429113=_0x196245[_0x5ac81b(0x183)](_0xad48ff?0xa:0x5),_0x13a989=_0x429113[_0x5ac81b(0xff)](),_0x2e6645=_0x13a989[_0x5ac81b(0x183)](0x0,0x3)+_0x5ac81b(0xfb),_0x12bcb1=_0x5ac81b(0x185)+_0x429113,_0x3d0010=_0x5ac81b(0x13c)+_0x429113;if(!_0x405be4[_0x5ac81b(0x18a)])continue;if(_0x100721!=_0x405be4[_0x5ac81b(0x100)]()[_0x5ac81b(0x17e)][_0x5ac81b(0x18f)](_0x5ac81b(0x110)))continue;if(_0x405be4[_0x5ac81b(0x15d)](_0x21bfd5))continue;const _0x24f7c1=_0x32fe0f[_0x5ac81b(0x144)](_0x2e6645)?_0x32fe0f[_0x5ac81b(0x15a)](_0x2e6645)-0x1:0x0,_0x414133=this[_0x5ac81b(0x16e)](_0x405be4),_0x5b3b3c=_0x414133[_0x12bcb1],_0x1ba162=_0x414133[_0x3d0010];_0x5b3b3c<=_0x4740b9[_0x13a989]&&_0x4740b9[_0x13a989]+_0x24f7c1<=_0x1ba162&&(_0x405be4[_0x5ac81b(0x146)](_0x21bfd5),_0x3abc66=!0x0);}return _0x3abc66;};_0x549fec[_0x1fbf90(0x141)][_0x1fbf90(0x166)][_0x1fbf90(0x151)](_0x516738=>{const _0x39b7bd=_0x1fbf90;let _0x32eb2b=!0x1;for(const _0x3474c5 of _0x549fec[_0x39b7bd(0x141)][_0x39b7bd(0x166)][_0x39b7bd(0x175)][_0x39b7bd(0x10a)]())if(_0x39b7bd(0x113)==_0x3474c5[_0x39b7bd(0x104)]){if(_0x39b7bd(0x134)==_0x3474c5[_0x39b7bd(0x160)]){for(const _0x27a288 of _0x3474c5[_0x39b7bd(0x11f)][_0x39b7bd(0x106)][_0x39b7bd(0x14f)]())_0x32eb2b=_0x32eb2b||_0x18873a(_0x27a288,_0x516738);}else _0x39b7bd(0x187)==_0x3474c5[_0x39b7bd(0x160)]&&(_0x32eb2b=_0x32eb2b||_0x18873a(_0x3474c5[_0x39b7bd(0x11f)][_0x39b7bd(0x106)],_0x516738));}return _0x32eb2b;});}[_0x5d7f06(0x16e)](_0x4bdc1e){const _0xb70e41=_0x5d7f06;return this[_0xb70e41(0x11d)](_0x4bdc1e[_0xb70e41(0x181)]()[_0xb70e41(0x128)](_0x20e2ab=>_0x20e2ab[_0xb70e41(0x17e)][_0xb70e41(0x106)]));}}function Ee(_0x53dc3e){const _0x528d67=_0x5d7f06;return Array[_0x528d67(0x119)](new Set(_0x53dc3e)[_0x528d67(0x112)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x2d1b20=_0xc532;(function(_0x441f84,_0x439223){const _0x5b2e67=_0xc532,_0x39879c=_0x441f84();while(!![]){try{const _0x43df07=-parseInt(_0x5b2e67(0x13e))/0x1+parseInt(_0x5b2e67(0x136))/0x2*(-parseInt(_0x5b2e67(0x138))/0x3)+parseInt(_0x5b2e67(0x134))/0x4+-parseInt(_0x5b2e67(0x145))/0x5+parseInt(_0x5b2e67(0x13a))/0x6*(-parseInt(_0x5b2e67(0x13c))/0x7)+parseInt(_0x5b2e67(0x147))/0x8+parseInt(_0x5b2e67(0x137))/0x9*(parseInt(_0x5b2e67(0x143))/0xa);if(_0x43df07===_0x439223)break;else _0x39879c['push'](_0x39879c['shift']());}catch(_0x544ff5){_0x39879c['push'](_0x39879c['shift']());}}}(_0x553a,0x1fdec));import{Plugin as _0x998688}from'ckeditor5/src/core.js';function _0xc532(_0x2de6a6,_0x8ffe6c){const _0x553a16=_0x553a();return _0xc532=function(_0xc53235,_0x29117b){_0xc53235=_0xc53235-0x134;let _0x13c17e=_0x553a16[_0xc53235];return _0x13c17e;},_0xc532(_0x2de6a6,_0x8ffe6c);}import _0x2d20b9 from'./table.js';export default class Mt extends _0x998688{static get[_0x2d1b20(0x13f)](){return[_0x2d20b9];}[_0x2d1b20(0x141)](){const _0x725cd3=_0x2d1b20,_0x40b1b9=this[_0x725cd3(0x139)];if(!_0x40b1b9[_0x725cd3(0x135)][_0x725cd3(0x13d)](_0x725cd3(0x13b)))return;_0x40b1b9[_0x725cd3(0x135)][_0x725cd3(0x144)](_0x725cd3(0x140))[_0x725cd3(0x142)](_0x725cd3(0x146));}}function _0x553a(){const _0x33bd5d=['has','252727uOMOUv','requires','TrackChangesEditing','afterInit','enableCommand','10QxvHya','get','1090705YEYbZn','toggleTableCaption','1006544QRwWDg','771776SOCVBm','plugins','268QhuxFj','6400629UKJntU','4098ECiriI','editor','6gZkayy','TableCaptionEditing','1718437jWqQOg'];_0x553a=function(){return _0x33bd5d;};return _0x553a();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2eb6f1=_0x2b51;function _0x2b51(_0x4c26eb,_0xa383f4){const _0x173c05=_0x173c();return _0x2b51=function(_0x2b51b1,_0xa2c645){_0x2b51b1=_0x2b51b1-0x189;let _0x3203d5=_0x173c05[_0x2b51b1];return _0x3203d5;},_0x2b51(_0x4c26eb,_0xa383f4);}(function(_0x5f3d4b,_0x1b75ef){const _0x57e9f1=_0x2b51,_0x21517e=_0x5f3d4b();while(!![]){try{const _0x2c4ee1=parseInt(_0x57e9f1(0x204))/0x1*(parseInt(_0x57e9f1(0x22b))/0x2)+parseInt(_0x57e9f1(0x19b))/0x3*(-parseInt(_0x57e9f1(0x1fa))/0x4)+parseInt(_0x57e9f1(0x1af))/0x5*(parseInt(_0x57e9f1(0x252))/0x6)+parseInt(_0x57e9f1(0x1d5))/0x7+-parseInt(_0x57e9f1(0x1e1))/0x8+parseInt(_0x57e9f1(0x1d7))/0x9*(-parseInt(_0x57e9f1(0x24e))/0xa)+parseInt(_0x57e9f1(0x1f7))/0xb*(parseInt(_0x57e9f1(0x1cd))/0xc);if(_0x2c4ee1===_0x1b75ef)break;else _0x21517e['push'](_0x21517e['shift']());}catch(_0x2d72b5){_0x21517e['push'](_0x21517e['shift']());}}}(_0x173c,0x5c95c));import{getTranslation as _0x8661c9}from'../utils/common-translations.js';import{Plugin as _0x52b462}from'ckeditor5/src/core.js';import{LiveRange as _0x3f056c}from'ckeditor5/src/engine.js';import{uid as _0xcce3d3,priorities as _0x5377b0}from'ckeditor5/src/utils.js';import _0x4bd768 from'./table.js';const ge=[_0x2eb6f1(0x1a7),_0x2eb6f1(0x1fe),_0x2eb6f1(0x21c),_0x2eb6f1(0x1bf),_0x2eb6f1(0x20a),_0x2eb6f1(0x219),_0x2eb6f1(0x1fb)],Ce=Object[_0x2eb6f1(0x19f)](ge[_0x2eb6f1(0x1dd)](_0x5bca3f=>[_0x5bca3f,null]));export default class It extends _0x52b462{static get[_0x2eb6f1(0x248)](){return[_0x4bd768];}[_0x2eb6f1(0x257)](){const _0xcd1e6c=_0x2eb6f1,_0x49942c=this[_0xcd1e6c(0x22f)];if(!_0x49942c[_0xcd1e6c(0x234)][_0xcd1e6c(0x222)](_0xcd1e6c(0x1aa)))return;const _0x407b9c=_0x49942c[_0xcd1e6c(0x234)][_0xcd1e6c(0x20f)](_0xcd1e6c(0x1b9)),_0x170ef5=_0x49942c[_0xcd1e6c(0x234)][_0xcd1e6c(0x20f)](_0xcd1e6c(0x251)),_0x43f999=_0x49942c[_0xcd1e6c(0x234)][_0xcd1e6c(0x20f)](_0x4bd768),_0x2cc35e=_0x49942c[_0xcd1e6c(0x234)][_0xcd1e6c(0x20f)](_0xcd1e6c(0x1aa));_0x43f999[_0xcd1e6c(0x250)][_0xcd1e6c(0x245)](_0xcd1e6c(0x1fd),_0xcd1e6c(0x221)),_0x49942c[_0xcd1e6c(0x243)][_0xcd1e6c(0x201)][_0xcd1e6c(0x22a)](_0xcd1e6c(0x1c6),{'allowIn':_0xcd1e6c(0x1c7),'allowContentOf':_0xcd1e6c(0x1c7),'isLimit':!0x0}),_0x49942c[_0xcd1e6c(0x223)][_0xcd1e6c(0x1f3)]({'model':_0xcd1e6c(0x1c6),'view':_0xcd1e6c(0x203)});let _0x36b433=null;_0x49942c[_0xcd1e6c(0x243)]['on'](_0xcd1e6c(0x1e0),(_0x541792,_0x2f2a42)=>{const _0x359de2=_0xcd1e6c,[_0x41005b,_0x5220e5]=_0x2f2a42,_0x3d7934=_0x2f2a42[_0x2f2a42[_0x359de2(0x1cf)]-0x1];_0x3d7934&&_0x3d7934[_0x359de2(0x192)]||_0x407b9c[_0x359de2(0x209)]||this[_0x359de2(0x22f)][_0x359de2(0x1b7)][_0x359de2(0x20f)](_0x359de2(0x1d8))[_0x359de2(0x1f2)]&&function(_0x330d88,_0x13652c,_0x2192cd,_0x59136b,_0x235e5d){const _0x578f11=_0x359de2;if(_0x13652c&&!_0x13652c['is'](_0x578f11(0x23c)))return!0x1;const _0x17c463=_0x235e5d[_0x578f11(0x228)](_0x330d88,_0x2192cd);if(!_0x17c463||!he(_0x17c463,void 0x0,_0x59136b))return!0x1;const _0x4202e6=_0x59136b[_0x578f11(0x1b6)](_0x2192cd[_0x578f11(0x1ea)][_0x578f11(0x224)]);if(!_0x4202e6[_0x578f11(0x1cf)])return!0x1;const _0x25c7d3=_0x4202e6[0x0][_0x578f11(0x1c2)](_0x578f11(0x1bc)),_0x4a354d=_0x59136b[_0x578f11(0x1a0)](_0x4202e6),_0x3c2d49=_0x59136b[_0x578f11(0x1c0)](_0x4202e6),_0x1120aa={'startRow':_0x4a354d[_0x578f11(0x20d)],'endRow':_0x4a354d[_0x578f11(0x18b)],'startColumn':_0x3c2d49[_0x578f11(0x20d)],'endColumn':_0x3c2d49[_0x578f11(0x18b)]};return 0x1==_0x4202e6[_0x578f11(0x1cf)]&&(_0x1120aa[_0x578f11(0x23a)]+=_0x59136b[_0x578f11(0x1b3)](_0x17c463)-0x1,_0x1120aa[_0x578f11(0x254)]+=_0x59136b[_0x578f11(0x22e)](_0x17c463)-0x1),he(_0x25c7d3,_0x1120aa,_0x59136b);}(_0x41005b,_0x5220e5,_0x49942c[_0x359de2(0x243)],_0x170ef5,_0x2cc35e)&&(_0x541792[_0x359de2(0x199)](),_0x36b433={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x49942c[_0x359de2(0x243)][_0x359de2(0x22d)](()=>{const _0x326370=_0x359de2;_0x49942c[_0x326370(0x243)][_0x326370(0x1e0)](_0x2f2a42[0x0],_0x2f2a42[0x1],_0x2f2a42[0x2],{'forceDefaultExecution':!0x0});const _0x1d6a3f=_0xcce3d3(),{rowInsertionRanges:_0x400b33,columnInsertionRanges:_0x5a68fe,insertionRanges:_0x2ba047,deletionRanges:_0x9e2f95,cells:_0x1329e4}=_0x36b433;_0x400b33[_0x326370(0x1cf)]&&_0x407b9c[_0x326370(0x202)](_0x400b33,_0x326370(0x1fd),{'tablePasteChainId':_0x1d6a3f}),_0x5a68fe[_0x326370(0x1cf)]&&_0x407b9c[_0x326370(0x202)](_0x5a68fe,_0x326370(0x221),{'tablePasteChainId':_0x1d6a3f}),_0x2ba047[_0x326370(0x1cf)]&&(_0x407b9c[_0x326370(0x202)](_0x2ba047,_0x326370(0x1bb),{'tablePasteChainId':_0x1d6a3f,'skipNestingCheck':!0x0}),_0x2ba047[_0x326370(0x1c9)](_0x1a10b4=>{const _0x509a31=_0x326370;var _0x4c1f6e;return null===(_0x4c1f6e=_0x1a10b4[_0x509a31(0x233)])||void 0x0===_0x4c1f6e?void 0x0:_0x4c1f6e[_0x509a31(0x256)](_0x1a10b4);})),_0x9e2f95[_0x326370(0x1cf)]&&(_0x407b9c[_0x326370(0x1f1)](_0x9e2f95,_0x326370(0x1bb),{'tablePasteChainId':_0x1d6a3f,'skipNestingCheck':!0x0}),_0x9e2f95[_0x326370(0x1c9)](_0x223063=>{const _0xed59f0=_0x326370;var _0x1f3daf;return null===(_0x1f3daf=_0x223063[_0xed59f0(0x233)])||void 0x0===_0x1f3daf?void 0x0:_0x1f3daf[_0xed59f0(0x256)](_0x223063);}));const _0x2012a0=_0x407b9c[_0x326370(0x23f)](_0x1329e4[_0x326370(0x1dd)](({element:_0x3c58e0})=>_0x3c58e0),{'formatGroupId':_0xcce3d3()},[],_0x326370(0x1ce),{'tablePasteChainId':_0x1d6a3f});if(_0x2012a0){const _0x1b9f61=_0x2012a0[_0x326370(0x217)](),_0x1bd3e0=[];for(const {element:_0x2edbcb,attributes:_0x45facf}of _0x1329e4){if(!_0x45facf)continue;const _0x3a64af=_0x49942c[_0x326370(0x243)][_0x326370(0x21f)](_0x2edbcb),_0x144c61=_0x1b9f61[_0x326370(0x1a4)](_0x40811d=>_0x40811d[_0x326370(0x191)]()[_0x326370(0x1db)](_0x3a64af));_0x144c61&&_0x1bd3e0[_0x326370(0x245)]([_0x144c61[_0x326370(0x21a)],_0x45facf]);}_0x1bd3e0[_0x326370(0x1cf)]&&_0x2012a0[_0x326370(0x1ec)](_0x326370(0x1cb),Object[_0x326370(0x19f)](_0x1bd3e0));}_0x36b433=null;}));},{'priority':_0x5377b0[_0xcd1e6c(0x19d)]+0xa}),_0x49942c[_0xcd1e6c(0x234)][_0xcd1e6c(0x20f)](_0xcd1e6c(0x1aa))['on'](_0xcd1e6c(0x18a),(_0x169998,_0x183f70)=>{const _0x314a86=_0xcd1e6c,[_0x267aad,_0x2db95f,,_0x5bd69b]=_0x183f70;if(!_0x36b433)return;_0x169998[_0x314a86(0x199)]();const _0x43e7e0=_0x267aad[_0x314a86(0x1be)],_0x2c1388=_0x2db95f,_0x356ce2=Pe(_0x43e7e0),_0x2a5391=Pe(_0x2c1388);_0x169998[_0x314a86(0x193)]=_0x43e7e0;let _0x542a60=null,_0x33e068=null;if(_0x2a5391||_0x356ce2){if(_0x356ce2&&!_0x2a5391){_0x5bd69b[_0x314a86(0x1a3)](_0x43e7e0[_0x314a86(0x23d)](0x0));for(const _0x1504a1 of Array[_0x314a86(0x1ac)](_0x2c1388[_0x314a86(0x206)]()))_0x5bd69b[_0x314a86(0x1da)](_0x1504a1,_0x43e7e0,_0x314a86(0x19a));const _0x3aff36=_0x36b433[_0x314a86(0x195)][_0x314a86(0x1cc)](_0x267aad[_0x314a86(0x1e4)]),_0x3ffd48=_0x36b433[_0x314a86(0x1bd)][_0x314a86(0x1cc)](_0x267aad[_0x314a86(0x21e)]);_0x3aff36||_0x3ffd48||(_0x542a60=_0x3f056c[_0x314a86(0x214)](_0x5bd69b[_0x314a86(0x253)](_0x43e7e0)));}else _0x2a5391&&!_0x356ce2&&(_0x33e068=_0x5bd69b[_0x314a86(0x253)](_0x43e7e0));}else{const _0x1942dd=_0x5bd69b[_0x314a86(0x231)](_0x314a86(0x1c6)),_0x337f07=_0x5bd69b[_0x314a86(0x231)](_0x314a86(0x1c6));_0x5bd69b[_0x314a86(0x1dc)](_0x5bd69b[_0x314a86(0x253)](_0x43e7e0),_0x337f07),_0x5bd69b[_0x314a86(0x1da)](_0x1942dd,_0x43e7e0,0x0);for(const _0x2a2cb3 of Array[_0x314a86(0x1ac)](_0x2c1388[_0x314a86(0x206)]()))_0x5bd69b[_0x314a86(0x1da)](_0x2a2cb3,_0x1942dd,_0x314a86(0x19a));_0x542a60=_0x3f056c[_0x314a86(0x214)](_0x5bd69b[_0x314a86(0x21f)](_0x1942dd)),_0x33e068=_0x3f056c[_0x314a86(0x214)](_0x5bd69b[_0x314a86(0x21f)](_0x337f07));}const _0x40fb21=Array[_0x314a86(0x1ac)](_0x2c1388[_0x314a86(0x1fc)]())[_0x314a86(0x247)](([_0x1d3da6])=>ge[_0x314a86(0x1cc)](_0x1d3da6));_0x36b433[_0x314a86(0x24f)][_0x314a86(0x245)]({'element':_0x43e7e0,'attributes':_0x40fb21[_0x314a86(0x1cf)]?Object[_0x314a86(0x19f)](_0x40fb21):null}),_0x542a60&&_0x36b433[_0x314a86(0x21b)][_0x314a86(0x245)](_0x542a60),_0x33e068&&_0x36b433[_0x314a86(0x205)][_0x314a86(0x245)](_0x33e068);},{'priority':_0xcd1e6c(0x19d)}),_0x170ef5['on'](_0xcd1e6c(0x1f9),(_0x2840f4,_0xbdb07)=>{const _0x5b5fdf=_0xcd1e6c,[_0xc08296,_0x3863ea={}]=_0xbdb07;if(!_0x36b433)return;const _0x1a3052=_0x3863ea['at']||0x0,_0x5a1d2e=_0x3863ea[_0x5b5fdf(0x241)]||0x1;_0x36b433[_0x5b5fdf(0x1bd)]=new Array(_0x5a1d2e)[_0x5b5fdf(0x1ad)](_0x1a3052)[_0x5b5fdf(0x1dd)]((_0xbd56ef,_0x4550ca)=>_0xbd56ef+_0x4550ca);for(const {cell:_0x42a620}of _0x170ef5[_0x5b5fdf(0x1d6)](_0xc08296,{'startColumn':_0x1a3052,'endColumn':_0x1a3052+_0x5a1d2e-0x1}))_0x36b433[_0x5b5fdf(0x1df)][_0x5b5fdf(0x245)](_0x49942c[_0x5b5fdf(0x243)][_0x5b5fdf(0x21f)](_0x42a620));},{'priority':_0xcd1e6c(0x200)}),_0x170ef5['on'](_0xcd1e6c(0x1b0),(_0x27d156,_0x25b378)=>{const _0x46b017=_0xcd1e6c,[_0x4dc87b,_0x4222bc={}]=_0x25b378;if(!_0x36b433)return;const _0x3e4651=_0x4222bc['at']||0x0,_0x1e6b56=_0x4222bc[_0x46b017(0x227)]||0x1;_0x36b433[_0x46b017(0x195)]=new Array(_0x1e6b56)[_0x46b017(0x1ad)](_0x3e4651)[_0x46b017(0x1dd)]((_0x454413,_0x412ada)=>_0x454413+_0x412ada);for(const {cell:_0x24652e}of _0x170ef5[_0x46b017(0x1d6)](_0x4dc87b,{'startRow':_0x3e4651,'endRow':_0x3e4651+_0x1e6b56-0x1}))_0x36b433[_0x46b017(0x1a9)][_0x46b017(0x245)](_0x49942c[_0x46b017(0x243)][_0x46b017(0x21f)](_0x24652e));},{'priority':_0xcd1e6c(0x200)}),_0x407b9c[_0xcd1e6c(0x208)][_0xcd1e6c(0x24c)](_0x303d13=>{const _0x8ffe39=_0xcd1e6c;if(_0x303d13[_0x8ffe39(0x255)]&&_0x303d13[_0x8ffe39(0x255)][_0x8ffe39(0x236)](_0x8ffe39(0x1bb)))return _0x303d13[_0x8ffe39(0x1b2)]?{}:{'type':_0x8ffe39(0x1f5),'content':_0x8661c9(_0x49942c[_0x8ffe39(0x18f)],_0x8ffe39(0x1f6))};});const _0x4a75e5=()=>!0x1;for(const _0x22e43e of[_0xcd1e6c(0x1bb),_0xcd1e6c(0x221),_0xcd1e6c(0x1fd),_0xcd1e6c(0x1ce)])_0x407b9c[_0xcd1e6c(0x1d9)][_0xcd1e6c(0x210)](_0xcd1e6c(0x1f5),_0x22e43e,_0xcd1e6c(0x22c),_0x4a75e5),_0x407b9c[_0xcd1e6c(0x1d9)][_0xcd1e6c(0x210)](_0xcd1e6c(0x196),_0x22e43e,_0xcd1e6c(0x22c),_0x4a75e5),_0x407b9c[_0xcd1e6c(0x1d9)][_0xcd1e6c(0x210)](_0xcd1e6c(0x1c5),_0x22e43e,_0xcd1e6c(0x22c),_0x4a75e5);_0x407b9c[_0xcd1e6c(0x1d9)][_0xcd1e6c(0x210)](_0xcd1e6c(0x1c5),_0xcd1e6c(0x1ce),_0xcd1e6c(0x20e),_0x4a75e5),_0x407b9c[_0xcd1e6c(0x1d9)][_0xcd1e6c(0x210)](_0xcd1e6c(0x1c5),_0xcd1e6c(0x1ce),_0xcd1e6c(0x1b8),(_0x459224,_0x37b7e3,_0x1a42a7)=>{const _0x21ae7f=_0xcd1e6c,_0x1e1a01=_0x459224[_0x21ae7f(0x1dd)](_0x3adb0b=>_0x3adb0b[_0x21ae7f(0x1e5)]())[_0x21ae7f(0x247)](_0xa306f0=>_0xa306f0),_0x131c69=new Map(_0x1e1a01[_0x21ae7f(0x1dd)](_0x40889a=>[_0x40889a,null]));if(_0x36b433){for(const {element:_0x259f70,attributes:_0x5513cc}of _0x36b433[_0x21ae7f(0x24f)])_0x5513cc&&_0x131c69[_0x21ae7f(0x218)](_0x259f70,_0x5513cc);}else{if(_0x1a42a7&&_0x1a42a7[_0x21ae7f(0x1cb)])for(const [_0x431608,_0x5b6f38]of Object[_0x21ae7f(0x240)](_0x1a42a7[_0x21ae7f(0x1cb)])){const _0x434799=_0x49942c[_0x21ae7f(0x243)][_0x21ae7f(0x1e7)][_0x21ae7f(0x20f)](_0x431608),_0xcbd920=_0x434799?_0x434799[_0x21ae7f(0x191)]()[_0x21ae7f(0x1e5)]():null;_0xcbd920&&_0x131c69[_0x21ae7f(0x218)](_0xcbd920,_0x5b6f38);}}_0x49942c[_0x21ae7f(0x243)][_0x21ae7f(0x22d)](_0x5566e5=>{const _0x2fc25e=_0x21ae7f;for(const [_0xa6f4e9,_0x43b7a6]of _0x131c69)_0x5566e5[_0x2fc25e(0x1ae)]({...Ce,..._0x43b7a6},_0xa6f4e9);});});const _0x2c2e53=(_0x4374fc,_0x19a22e)=>{const _0x547d26=_0xcd1e6c;_0x407b9c[_0x547d26(0x1d9)][_0x547d26(0x210)](_0x4374fc,_0x547d26(0x1bb),_0x19a22e,(_0x2f012c,_0xf954f9,_0x2963d5)=>{const _0x900133=_0x547d26;_0x49942c[_0x900133(0x243)][_0x900133(0x22d)](_0x358c20=>{const _0x8eebef=_0x900133,_0x5a7794=[];for(const _0x2636d5 of _0x2f012c){const _0x49ceef=_0x2636d5[_0x8eebef(0x1e3)][_0x8eebef(0x23e)];_0x49ceef['is'](_0x8eebef(0x190),_0x8eebef(0x1c6))&&_0x5a7794[_0x8eebef(0x245)](_0x49ceef);}_0x407b9c[_0x8eebef(0x1d9)][_0x8eebef(0x1d1)](_0x4374fc,null,_0x19a22e)(_0x2f012c,_0xf954f9,_0x2963d5);for(const _0x457803 of _0x5a7794)_0x8eebef(0x19e)!=_0x457803[_0x8eebef(0x246)][_0x8eebef(0x1e2)]&&_0x358c20[_0x8eebef(0x1c1)](_0x457803);});});};_0x2c2e53(_0xcd1e6c(0x1f5),_0xcd1e6c(0x1b8)),_0x2c2e53(_0xcd1e6c(0x1f5),_0xcd1e6c(0x20e)),_0x2c2e53(_0xcd1e6c(0x196),_0xcd1e6c(0x1b8)),_0x2c2e53(_0xcd1e6c(0x196),_0xcd1e6c(0x20e)),_0x407b9c[_0xcd1e6c(0x1d9)][_0xcd1e6c(0x210)](_0xcd1e6c(0x1f5),_0xcd1e6c(0x1fd),_0xcd1e6c(0x20e),_0xe5fa24=>{const _0x22f9cc=_0xcd1e6c,_0x2008ba=_0xe5fa24[_0x22f9cc(0x1dd)](_0x48caf1=>_0x48caf1[_0x22f9cc(0x1e5)]()),_0xb46d6a=_0x2008ba[0x0][_0x22f9cc(0x1c2)](_0x22f9cc(0x1bc)),{minRow:_0x1e3ee5,maxRow:_0x4843c6}=_0x43f999[_0x22f9cc(0x207)](_0x2008ba);_0x170ef5[_0x22f9cc(0x21d)](_0xb46d6a,{'at':_0x1e3ee5,'rows':_0x4843c6-_0x1e3ee5+0x1});}),_0x407b9c[_0xcd1e6c(0x1d9)][_0xcd1e6c(0x210)](_0xcd1e6c(0x1f5),_0xcd1e6c(0x221),_0xcd1e6c(0x20e),_0x547b1f=>{const _0x489886=_0xcd1e6c,_0x5e497e=_0x547b1f[_0x489886(0x1dd)](_0x501079=>_0x501079[_0x489886(0x1e5)]()),_0x4d284b=_0x5e497e[0x0][_0x489886(0x1c2)](_0x489886(0x1bc)),{minColumn:_0x344d9b,maxColumn:_0xb9b8d2}=_0x43f999[_0x489886(0x207)](_0x5e497e);_0x170ef5[_0x489886(0x23b)](_0x4d284b,{'at':_0x344d9b,'columns':_0xb9b8d2-_0x344d9b+0x1});});const _0x3c3400=(_0x44a3c2,_0x2fd0e8)=>{const _0x4ce955=_0xcd1e6c;if(!_0x2fd0e8[_0x4ce955(0x255)]||!_0x2fd0e8[_0x4ce955(0x255)][_0x4ce955(0x236)](_0x4ce955(0x1bb)))return;const _0x5b185b=_0x2fd0e8[_0x4ce955(0x242)][_0x4ce955(0x24b)],_0x2af880=_0x407b9c[_0x4ce955(0x213)]()[_0x4ce955(0x247)](_0x37892e=>_0x37892e[_0x4ce955(0x215)]&&_0x37892e[_0x4ce955(0x242)]&&_0x37892e[_0x4ce955(0x242)][_0x4ce955(0x24b)]==_0x5b185b);_0x2af880[_0x4ce955(0x1cf)]&&_0x2fd0e8[_0x4ce955(0x1ca)]()[_0x4ce955(0x1cf)]!=_0x2af880[_0x4ce955(0x1cf)]&&_0x2af880[_0x4ce955(0x211)]((_0x129206,_0x3c6e6b)=>(_0x129206[_0x4ce955(0x24a)]=_0x3c6e6b,_0x3c6e6b[_0x4ce955(0x1b2)]=_0x129206,_0x3c6e6b));};function _0x6aadc3(_0xfc2b65,_0x4447b8=!0x0){const _0x102a14=_0xcd1e6c,{id:_0x161f87}=_0x407b9c[_0x102a14(0x1ed)](_0xfc2b65[_0x102a14(0x1de)]),_0x387802=[_0x102a14(0x1f0),_0x102a14(0x230)],_0x3bfb7d=_0x407b9c[_0x102a14(0x18e)][_0x102a14(0x1cc)](_0xfc2b65[_0x102a14(0x1de)]);return _0x3bfb7d&&_0x387802[_0x102a14(0x245)](_0x102a14(0x1ff)),{'classes':_0x387802,'attributes':{'data-suggestion':_0x161f87},'priority':_0x3bfb7d&&_0x4447b8?0xbc2:0xbb8};}_0x407b9c['on'](_0xcd1e6c(0x1e8),_0x3c3400,{'priority':_0xcd1e6c(0x19d)}),_0x407b9c['on'](_0xcd1e6c(0x1a6),_0x3c3400,{'priority':_0xcd1e6c(0x19d)}),_0x49942c[_0xcd1e6c(0x243)][_0xcd1e6c(0x1ea)][_0xcd1e6c(0x18d)](()=>{const _0x3b5db2=_0xcd1e6c;let _0x50ded8=!0x1;const _0x587e68=Array[_0x3b5db2(0x1ac)](_0x49942c[_0x3b5db2(0x243)][_0x3b5db2(0x1ea)][_0x3b5db2(0x18c)][_0x3b5db2(0x20c)]());for(const {name:_0x222fd7,data:_0x140f46}of _0x587e68){const {group:_0x2824d3,type:_0x3dbcb3,id:_0x4057b0}=_0x407b9c[_0x3b5db2(0x1ed)](_0x222fd7);if(_0x3b5db2(0x1a2)!=_0x2824d3||_0x3b5db2(0x196)!=_0x3dbcb3||_0x140f46[_0x3b5db2(0x237)])continue;if(!_0x407b9c[_0x3b5db2(0x244)](_0x4057b0))continue;const _0x835e79=_0x407b9c[_0x3b5db2(0x1e6)](_0x4057b0)[_0x3b5db2(0x249)](),_0x21182d=_0x49942c[_0x3b5db2(0x234)][_0x3b5db2(0x20f)](_0x3b5db2(0x1ab))['me'];for(const _0x24a293 of _0x407b9c[_0x3b5db2(0x213)]()){if(!_0x24a293[_0x3b5db2(0x215)]||_0x24a293[_0x3b5db2(0x212)]!=_0x21182d)continue;if(_0x3b5db2(0x1c5)!=_0x24a293[_0x3b5db2(0x1a1)]||_0x3b5db2(0x1ce)!=_0x24a293[_0x3b5db2(0x255)])continue;if(_0x24a293[_0x3b5db2(0x249)]()[_0x3b5db2(0x1c4)](_0x15f927=>_0x835e79[_0x3b5db2(0x1d2)](_0x222fb5=>_0x222fb5[_0x3b5db2(0x1ef)](_0x15f927,!0x0)))){for(const _0x14ea0d of _0x24a293[_0x3b5db2(0x1ca)]())_0x14ea0d[_0x3b5db2(0x215)]&&(_0x14ea0d[_0x3b5db2(0x20e)](),_0x50ded8=!0x0);}}}return _0x50ded8;}),_0x49942c[_0xcd1e6c(0x243)][_0xcd1e6c(0x1ea)][_0xcd1e6c(0x18d)](_0x504713=>{const _0x4443fe=_0xcd1e6c,_0x1f3f77=_0x49942c[_0x4443fe(0x1b7)][_0x4443fe(0x20f)](_0x4443fe(0x20b));if(!_0x1f3f77||!_0x1f3f77[_0x4443fe(0x1d4)][_0x4443fe(0x222)](_0x504713[_0x4443fe(0x1c3)]))return!0x1;let _0x400f92=!0x1;const _0x3b395c=_0x49942c[_0x4443fe(0x234)][_0x4443fe(0x20f)](_0x4443fe(0x1ab))['me'],_0x2c09aa=_0x49942c[_0x4443fe(0x243)][_0x4443fe(0x1ea)][_0x4443fe(0x18c)][_0x4443fe(0x1a5)](),_0x21c103=Array[_0x4443fe(0x1ac)](_0x49942c[_0x4443fe(0x243)][_0x4443fe(0x1ea)][_0x4443fe(0x18c)][_0x4443fe(0x20c)]())[_0x4443fe(0x247)](({name:_0x1cb523,data:_0x107a73})=>{const _0x41cea8=_0x4443fe,{group:_0x44de9e,subType:_0x42f2b6,authorId:_0xabab9e}=_0x407b9c[_0x41cea8(0x1ed)](_0x1cb523);return _0x41cea8(0x1a2)==_0x44de9e&&_0x41cea8(0x1bb)==_0x42f2b6&&_0xabab9e==_0x3b395c['id']&&!_0x107a73[_0x41cea8(0x237)];});for(const _0x1dbbd9 of _0x2c09aa){if(_0x4443fe(0x1da)!=_0x1dbbd9[_0x4443fe(0x1a1)]||_0x4443fe(0x1c6)!=_0x1dbbd9[_0x4443fe(0x21a)]||0x1!=_0x1dbbd9[_0x4443fe(0x1cf)])continue;const _0x5f3152=_0x504713[_0x4443fe(0x189)](_0x1dbbd9[_0x4443fe(0x1d0)],_0x1dbbd9[_0x4443fe(0x1d0)][_0x4443fe(0x235)](0x1));if(!_0x21c103[_0x4443fe(0x1a4)](({data:_0x2c8ec2})=>_0x2c8ec2[_0x4443fe(0x19c)][_0x4443fe(0x1db)](_0x5f3152))){for(const {name:_0xc97c45,data:_0x287fc6}of _0x21c103)if(_0x5f3152[_0x4443fe(0x1ef)](_0x287fc6[_0x4443fe(0x19c)])){_0x504713[_0x4443fe(0x1f8)](_0xc97c45,{'range':_0x5f3152}),_0x400f92=!0x0;break;}}}return _0x400f92;}),_0x49942c[_0xcd1e6c(0x243)][_0xcd1e6c(0x1ea)][_0xcd1e6c(0x18d)](_0x11d3f8=>{const _0x4ae3dc=_0xcd1e6c;let _0x4d2b76=!0x1;const _0xac53c8=_0x49942c[_0x4ae3dc(0x234)][_0x4ae3dc(0x20f)](_0x4ae3dc(0x1ab))['me'],_0x35f6c8=_0x407b9c[_0x4ae3dc(0x213)]()[_0x4ae3dc(0x247)](_0x3ee0a2=>_0x3ee0a2[_0x4ae3dc(0x215)]&&_0x3ee0a2[_0x4ae3dc(0x212)]==_0xac53c8),_0x1f50a6=new Set(),_0x2bea4f=new Set();for(const _0x3da344 of _0x35f6c8)if(_0x4ae3dc(0x1bb)==_0x3da344[_0x4ae3dc(0x255)])for(const _0x2da71b of _0x3da344[_0x4ae3dc(0x217)]()){const _0xcd841b=_0x2da71b[_0x4ae3dc(0x191)]()[_0x4ae3dc(0x1e5)]();if(_0xcd841b){if(_0xcd841b['is'](_0x4ae3dc(0x190),_0x4ae3dc(0x1c6))&&Pe(_0xcd841b)){_0x3da344[_0x4ae3dc(0x229)](_0x2da71b[_0x4ae3dc(0x21a)]),_0x1f50a6[_0x4ae3dc(0x1b5)](_0xcd841b),_0x4d2b76=!0x0;const _0x7f7aed=_0xcd841b[_0x4ae3dc(0x1eb)],_0x19bd8e=_0xcd841b[_0x4ae3dc(0x1f4)],_0x189799=_0x7f7aed&&_0x7f7aed['is'](_0x4ae3dc(0x190),_0x4ae3dc(0x1c6)),_0x40cf75=_0x19bd8e&&_0x19bd8e['is'](_0x4ae3dc(0x190),_0x4ae3dc(0x1c6));_0x189799&&!_0x1f50a6[_0x4ae3dc(0x222)](_0x7f7aed)&&_0x2bea4f[_0x4ae3dc(0x1b5)](_0x7f7aed),_0x40cf75&&!_0x1f50a6[_0x4ae3dc(0x222)](_0x19bd8e)&&_0x2bea4f[_0x4ae3dc(0x1b5)](_0x19bd8e);}else _0xcd841b['is'](_0x4ae3dc(0x190),_0x4ae3dc(0x1ba))&&_0xcd841b[_0x4ae3dc(0x1e9)]&&(_0x3da344[_0x4ae3dc(0x229)](_0x2da71b[_0x4ae3dc(0x21a)]),_0x4d2b76=!0x0);}}else{if(_0x4ae3dc(0x1ce)==_0x3da344[_0x4ae3dc(0x255)]){if(!_0x3da344[_0x4ae3dc(0x242)]||!_0x3da344[_0x4ae3dc(0x242)][_0x4ae3dc(0x24b)])continue;const _0x346bca=_0x3da344[_0x4ae3dc(0x242)][_0x4ae3dc(0x1cb)];if(_0x346bca&&Object[_0x4ae3dc(0x1b4)](_0x346bca)[_0x4ae3dc(0x1cf)])continue;const _0x153296=_0x3da344[_0x4ae3dc(0x242)][_0x4ae3dc(0x24b)];let _0x21462c=!0x0,_0x558b3e=!0x0;for(const _0x5c511d of _0x35f6c8)if(_0x5c511d[_0x4ae3dc(0x255)]&&_0x5c511d[_0x4ae3dc(0x255)][_0x4ae3dc(0x236)](_0x4ae3dc(0x1bb))){if(!_0x5c511d[_0x4ae3dc(0x242)][_0x4ae3dc(0x24b)]){_0x558b3e=!0x1;break;}if(_0x5c511d['id']!=_0x3da344['id']&&_0x5c511d[_0x4ae3dc(0x242)][_0x4ae3dc(0x24b)]==_0x153296){_0x21462c=!0x1;break;}}_0x558b3e&&_0x21462c&&(_0x3da344[_0x4ae3dc(0x216)](),_0x4d2b76=!0x0);}}for(const _0x19163f of _0x1f50a6)_0x11d3f8[_0x4ae3dc(0x1a3)](_0x19163f);for(const _0x11235c of _0x2bea4f)_0x11d3f8[_0x4ae3dc(0x1c1)](_0x11235c);return _0x4d2b76;}),_0x49942c[_0xcd1e6c(0x223)][_0xcd1e6c(0x226)](_0xcd1e6c(0x238))[_0xcd1e6c(0x1b1)]({'model':_0xcd1e6c(0x194),'view':(_0xeae200,_0x18a95a)=>_0x6aadc3(_0xeae200),'converterPriority':_0xcd1e6c(0x19d)}),_0x49942c[_0xcd1e6c(0x223)][_0xcd1e6c(0x226)](_0xcd1e6c(0x239))[_0xcd1e6c(0x1b1)]({'model':_0xcd1e6c(0x194),'view':(_0x208bb0,_0x48de9c)=>_0x48de9c[_0xcd1e6c(0x1ee)][_0xcd1e6c(0x198)]?_0x6aadc3(_0x208bb0,!0x1):null,'converterPriority':_0xcd1e6c(0x19d)});const _0x23ef1e=_0x49942c[_0xcd1e6c(0x197)][_0xcd1e6c(0x1d3)];this[_0xcd1e6c(0x24d)](_0x23ef1e[_0xcd1e6c(0x1ea)],_0xcd1e6c(0x220),(_0x22942f,_0x183163)=>{const _0x582800=_0xcd1e6c,_0x5deab8=[];for(const _0x1f4e86 of _0x23ef1e[_0x582800(0x253)](_0x183163[_0x582800(0x1c8)])[_0x582800(0x1a8)]())_0x1f4e86['is'](_0x582800(0x190),_0x582800(0x203))&&_0x5deab8[_0x582800(0x245)](_0x1f4e86);_0x23ef1e[_0x582800(0x22d)](_0x5062b3=>{const _0x512d60=_0x582800;for(const _0x33ef59 of _0x5deab8)_0x5062b3[_0x512d60(0x232)](_0x5062b3[_0x512d60(0x253)](_0x33ef59),_0x5062b3[_0x512d60(0x225)](_0x33ef59)),_0x5062b3[_0x512d60(0x1a3)](_0x33ef59);});});}}function Pe(_0x5a4eaa){const _0x501ada=_0x2eb6f1;if(_0x5a4eaa[_0x501ada(0x1e9)])return!0x0;const _0x17eba4=_0x5a4eaa[_0x501ada(0x23d)](0x0);return _0x17eba4['is'](_0x501ada(0x190),_0x501ada(0x1ba))&&_0x17eba4[_0x501ada(0x1e9)];}function _0x173c(){const _0x1796cd=['_splitMarkerName','options','containsRange','ck-suggestion-marker','markMultiRangeDeletion','value','elementToElement','previousSibling','insertion','*Replace\x20table\x20cells*','1009998oInKDP','updateMarker','insertColumns','596348ggojLb','tableCellPadding','getAttributes','tablePasteRow','tableCellBorderColor','ck-suggestion-marker--active','low','schema','markMultiRangeInsertion','suggestion-td','17KsRYDX','deletionRanges','getChildren','_getCoordsForCells','descriptionFactory','_isForcedDefaultExecutionBlock','tableCellVerticalAlignment','redo','getChangedMarkers','first','discard','get','registerCustomCallback','reduce','author','getSuggestions','fromRange','isInContent','removeMarkers','getMarkers','set','tableCellBackgroundColor','name','insertionRanges','tableCellBorderStyle','removeRows','column','createRangeOn','clipboardOutput','tablePasteColumn','has','conversion','selection','createPositionBefore','for','rows','getTableIfOnlyTableInContent','removeMarker','register','11540kErfAe','join','change','getColumns','editor','ck-suggestion-marker-insertion','createElement','move','detach','plugins','getShiftedBy','startsWith','oldRange','editingDowncast','dataDowncast','endRow','removeColumns','documentSelection','getChild','nodeAfter','markMultiRangeBlockFormat','entries','columns','attributes','model','hasSuggestion','push','root','filter','requires','getRanges','next','tablePasteChainId','registerDescriptionCallback','listenTo','70vxQMIY','cells','_tablePostFixingSubtypes','TableUtils','288888VDpWMS','createRangeIn','endColumn','subType','call','afterInit','createRange','_replaceTableSlotCell','last','differ','registerPostFixer','activeMarkers','locale','element','getRange','forceDefaultExecution','return','suggestion:formatBlock:tablePasteCell','rowInsertionIndexes','deletion','editing','showSuggestionHighlights','stop','end','3rxCZZC','newRange','high','$graveyard','fromEntries','getRowIndexes','type','suggestion','remove','find','getChanges','suggestionUnloaded','tableCellBorderWidth','getItems','rowInsertionRanges','TableClipboard','Users','from','fill','setAttributes','5QQvRtZ','insertRows','markerToHighlight','previous','getRows','keys','add','getSelectionAffectedTableCells','commands','accept','TrackChangesEditing','paragraph','tablePaste','table','columnInsertionIndexes','cell','tableCellHorizontalAlignment','getColumnIndexes','unwrap','findAncestor','batch','every','formatBlock','tableCellSuggestion','tableCell','content','forEach','getAllAdjacentSuggestions','markerAttributes','includes','24YlaOJa','tablePasteCell','length','position','getSuggestionCallback','some','view','_createdBatches','4497101RvvYAr','createTableWalker','487314WjILAP','trackChanges','_suggestionFactory','insert','isEqual','wrap','map','markerName','columnInsertionRanges','insertContent','519840EYktoy','rootName','start','row','getContainedElement','getSuggestion','markers','suggestionLoaded','isEmpty','document','nextSibling','setAttribute'];_0x173c=function(){return _0x1796cd;};return _0x173c();}function he(_0x48f216,_0x2ae9d7={},_0x13b040){const _0x46e493=_0x2eb6f1;for(const {isAnchor:_0x3228e4,cellHeight:_0x3a7ae8,cellWidth:_0x1be785}of _0x13b040[_0x46e493(0x1d6)](_0x48f216,{'includeAllSlots':!0x0,..._0x2ae9d7}))if(!_0x3228e4||0x1!=_0x3a7ae8||0x1!=_0x1be785)return!0x1;return!0x0;}
|
|
23
|
+
const _0x45421b=_0x4183;(function(_0x13d5d3,_0x25d33f){const _0x53be13=_0x4183,_0xf47efd=_0x13d5d3();while(!![]){try{const _0x123e25=-parseInt(_0x53be13(0x17b))/0x1+parseInt(_0x53be13(0x11c))/0x2+-parseInt(_0x53be13(0xf2))/0x3+-parseInt(_0x53be13(0xdb))/0x4*(-parseInt(_0x53be13(0x198))/0x5)+parseInt(_0x53be13(0x13b))/0x6+parseInt(_0x53be13(0x14c))/0x7+-parseInt(_0x53be13(0x14a))/0x8;if(_0x123e25===_0x25d33f)break;else _0xf47efd['push'](_0xf47efd['shift']());}catch(_0xaf655e){_0xf47efd['push'](_0xf47efd['shift']());}}}(_0x1c2f,0x428ae));import{getTranslation as _0x51e950}from'../utils/common-translations.js';import{Plugin as _0x57dba7}from'ckeditor5/src/core.js';function _0x1c2f(){const _0x55b050=['suggestionUnloaded','getColumnIndexes','add','_replaceTableSlotCell','filter','discard','markMultiRangeDeletion','position','editingDowncast','rootName','return','$graveyard','afterInit','insert','clipboardOutput','value','getRanges','removeMarker','tableCellBorderWidth','set','createElement','createRange','tableCellSuggestion','batch','3002010iiFJkN','getRows','TableUtils','join','conversion','nextSibling','has','insertionRanges','_isForcedDefaultExecutionBlock','suggestion-td','endColumn','updateMarker','markers','get','ck-suggestion-marker--active','779072iEPaOV','tablePasteRow','2502521UuldxZ','activeMarkers','ck-suggestion-marker','tableCellHorizontalAlignment','removeMarkers','redo','move','paragraph','formatBlock','getChild','isInContent','tablePasteChainId','Users','markerToHighlight','content','call','rowInsertionRanges','getChildren','last','markerName','tableCellPadding','fromEntries','ck-suggestion-marker-insertion','column','registerDescriptionCallback','setAttribute','view','markMultiRangeInsertion','first','listenTo','nodeAfter','_getCoordsForCells','author','_suggestionFactory','entries','removeColumns','isEmpty','documentSelection','oldRange','getTableIfOnlyTableInContent','register','rows','previousSibling','root','newRange','fromRange','fill','262818SMMuGM','TableClipboard','columnInsertionIndexes','keys','getAttributes','remove','getContainedElement','length','editing','tableCellBackgroundColor','previous','requires','differ','getSuggestionCallback','createRangeOn','hasSuggestion','getSuggestion','tableCellBorderColor','deletionRanges','markMultiRangeBlockFormat','detach','getShiftedBy','createRangeIn','tablePaste','table','getChanges','map','descriptionFactory','some','5BvmfxN','unwrap','next','getItems','insertColumns','markerAttributes','high','element','insertion','locale','push','find','getAllAdjacentSuggestions','end','915476RukcQA','trackChanges','accept','stop','insertContent','createTableWalker','getChangedMarkers','elementToElement','commands','containsRange','createPositionBefore','from','TrackChangesEditing','setAttributes','schema','attributes','endRow','columns','dataDowncast','low','getMarkers','removeRows','suggestion','1485642PmpsUA','findAncestor','type','showSuggestionHighlights','registerPostFixer','registerCustomCallback','_splitMarkerName','options','includes','forceDefaultExecution','getSelectionAffectedTableCells','cell','getRowIndexes','rowInsertionIndexes','forEach','getColumns','isEqual','reduce','plugins','*Replace\x20table\x20cells*','cells','getSuggestions','for','startsWith','tablePasteColumn','document','editor','deletion','row','suggestionLoaded','_createdBatches','change','tableCellVerticalAlignment','subType','tablePasteCell','suggestion:formatBlock:tablePasteCell','getRange','insertRows','model','_tablePostFixingSubtypes','tableCell','name','82534JXmJWQ','start','wrap','tableCellBorderStyle','selection','every','columnInsertionRanges'];_0x1c2f=function(){return _0x55b050;};return _0x1c2f();}import{LiveRange as _0x573b91}from'ckeditor5/src/engine.js';import{uid as _0x2b169c,priorities as _0x3444ac}from'ckeditor5/src/utils.js';function _0x4183(_0x347b2a,_0x1312b8){const _0x1c2f2e=_0x1c2f();return _0x4183=function(_0x418344,_0x2aa133){_0x418344=_0x418344-0xdb;let _0x3cfc89=_0x1c2f2e[_0x418344];return _0x3cfc89;},_0x4183(_0x347b2a,_0x1312b8);}import _0x162f88 from'./table.js';const ge=[_0x45421b(0x135),_0x45421b(0x18c),_0x45421b(0x11f),_0x45421b(0x14f),_0x45421b(0x112),_0x45421b(0x184),_0x45421b(0x160)],Ce=Object[_0x45421b(0x161)](ge[_0x45421b(0x195)](_0x151b39=>[_0x151b39,null]));export default class It extends _0x57dba7{static get[_0x45421b(0x186)](){return[_0x162f88];}[_0x45421b(0x12f)](){const _0xec2869=_0x45421b,_0x26374b=this[_0xec2869(0x10c)];if(!_0x26374b[_0xec2869(0x104)][_0xec2869(0x141)](_0xec2869(0x17c)))return;const _0x5aef8f=_0x26374b[_0xec2869(0x104)][_0xec2869(0x148)](_0xec2869(0xe7)),_0x54637d=_0x26374b[_0xec2869(0x104)][_0xec2869(0x148)](_0xec2869(0x13d)),_0x40615d=_0x26374b[_0xec2869(0x104)][_0xec2869(0x148)](_0x162f88),_0x1ba33f=_0x26374b[_0xec2869(0x104)][_0xec2869(0x148)](_0xec2869(0x17c));_0x40615d[_0xec2869(0x119)][_0xec2869(0x1a2)](_0xec2869(0x14b),_0xec2869(0x10a)),_0x26374b[_0xec2869(0x118)][_0xec2869(0xe9)][_0xec2869(0x174)](_0xec2869(0x139),{'allowIn':_0xec2869(0x11a),'allowContentOf':_0xec2869(0x11a),'isLimit':!0x0}),_0x26374b[_0xec2869(0x13f)][_0xec2869(0xe2)]({'model':_0xec2869(0x139),'view':_0xec2869(0x144)});let _0x41bfa1=null;_0x26374b[_0xec2869(0x118)]['on'](_0xec2869(0xdf),(_0x1d8435,_0x6e788e)=>{const _0x533da7=_0xec2869,[_0x5cb84d,_0x33d178]=_0x6e788e,_0x5e1ee4=_0x6e788e[_0x6e788e[_0x533da7(0x182)]-0x1];_0x5e1ee4&&_0x5e1ee4[_0x533da7(0xfb)]||_0x5aef8f[_0x533da7(0x143)]||this[_0x533da7(0x10c)][_0x533da7(0xe3)][_0x533da7(0x148)](_0x533da7(0xdc))[_0x533da7(0x132)]&&function(_0x36256d,_0x4650f9,_0x2e275a,_0x370e61,_0xf5c6f6){const _0xac5860=_0x533da7;if(_0x4650f9&&!_0x4650f9['is'](_0xac5860(0x171)))return!0x1;const _0x10ba98=_0xf5c6f6[_0xac5860(0x173)](_0x36256d,_0x2e275a);if(!_0x10ba98||!he(_0x10ba98,void 0x0,_0x370e61))return!0x1;const _0x17abec=_0x370e61[_0xac5860(0xfc)](_0x2e275a[_0xac5860(0x10b)][_0xac5860(0x120)]);if(!_0x17abec[_0xac5860(0x182)])return!0x1;const _0x47ea9f=_0x17abec[0x0][_0xac5860(0xf3)](_0xac5860(0x193)),_0x275307=_0x370e61[_0xac5860(0xfe)](_0x17abec),_0x96a912=_0x370e61[_0xac5860(0x124)](_0x17abec),_0xb95061={'startRow':_0x275307[_0xac5860(0x168)],'endRow':_0x275307[_0xac5860(0x15e)],'startColumn':_0x96a912[_0xac5860(0x168)],'endColumn':_0x96a912[_0xac5860(0x15e)]};return 0x1==_0x17abec[_0xac5860(0x182)]&&(_0xb95061[_0xac5860(0xeb)]+=_0x370e61[_0xac5860(0x13c)](_0x10ba98)-0x1,_0xb95061[_0xac5860(0x145)]+=_0x370e61[_0xac5860(0x101)](_0x10ba98)-0x1),he(_0x47ea9f,_0xb95061,_0x370e61);}(_0x5cb84d,_0x33d178,_0x26374b[_0x533da7(0x118)],_0x54637d,_0x1ba33f)&&(_0x1d8435[_0x533da7(0xde)](),_0x41bfa1={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x26374b[_0x533da7(0x118)][_0x533da7(0x111)](()=>{const _0x4ec45d=_0x533da7;_0x26374b[_0x4ec45d(0x118)][_0x4ec45d(0xdf)](_0x6e788e[0x0],_0x6e788e[0x1],_0x6e788e[0x2],{'forceDefaultExecution':!0x0});const _0x1a53e8=_0x2b169c(),{rowInsertionRanges:_0x624286,columnInsertionRanges:_0x1cc587,insertionRanges:_0x4cc855,deletionRanges:_0x5a18bb,cells:_0x52fd8e}=_0x41bfa1;_0x624286[_0x4ec45d(0x182)]&&_0x5aef8f[_0x4ec45d(0x167)](_0x624286,_0x4ec45d(0x14b),{'tablePasteChainId':_0x1a53e8}),_0x1cc587[_0x4ec45d(0x182)]&&_0x5aef8f[_0x4ec45d(0x167)](_0x1cc587,_0x4ec45d(0x10a),{'tablePasteChainId':_0x1a53e8}),_0x4cc855[_0x4ec45d(0x182)]&&(_0x5aef8f[_0x4ec45d(0x167)](_0x4cc855,_0x4ec45d(0x192),{'tablePasteChainId':_0x1a53e8,'skipNestingCheck':!0x0}),_0x4cc855[_0x4ec45d(0x100)](_0x1b1741=>{const _0x4338d5=_0x4ec45d;var _0x41e596;return null===(_0x41e596=_0x1b1741[_0x4338d5(0x18f)])||void 0x0===_0x41e596?void 0x0:_0x41e596[_0x4338d5(0x15b)](_0x1b1741);})),_0x5a18bb[_0x4ec45d(0x182)]&&(_0x5aef8f[_0x4ec45d(0x129)](_0x5a18bb,_0x4ec45d(0x192),{'tablePasteChainId':_0x1a53e8,'skipNestingCheck':!0x0}),_0x5a18bb[_0x4ec45d(0x100)](_0x1633a5=>{const _0x2c394d=_0x4ec45d;var _0x3d9cc9;return null===(_0x3d9cc9=_0x1633a5[_0x2c394d(0x18f)])||void 0x0===_0x3d9cc9?void 0x0:_0x3d9cc9[_0x2c394d(0x15b)](_0x1633a5);}));const _0x575777=_0x5aef8f[_0x4ec45d(0x18e)](_0x52fd8e[_0x4ec45d(0x195)](({element:_0x5830cf})=>_0x5830cf),{'formatGroupId':_0x2b169c()},[],_0x4ec45d(0x114),{'tablePasteChainId':_0x1a53e8});if(_0x575777){const _0x96eaa1=_0x575777[_0x4ec45d(0xef)](),_0x22094b=[];for(const {element:_0xa21de9,attributes:_0x153e4e}of _0x52fd8e){if(!_0x153e4e)continue;const _0x36a67b=_0x26374b[_0x4ec45d(0x118)][_0x4ec45d(0x189)](_0xa21de9),_0x294661=_0x96eaa1[_0x4ec45d(0x1a3)](_0x1d2f8b=>_0x1d2f8b[_0x4ec45d(0x116)]()[_0x4ec45d(0x102)](_0x36a67b));_0x294661&&_0x22094b[_0x4ec45d(0x1a2)]([_0x294661[_0x4ec45d(0x11b)],_0x153e4e]);}_0x22094b[_0x4ec45d(0x182)]&&_0x575777[_0x4ec45d(0x165)](_0x4ec45d(0x19d),Object[_0x4ec45d(0x161)](_0x22094b));}_0x41bfa1=null;}));},{'priority':_0x3444ac[_0xec2869(0x19e)]+0xa}),_0x26374b[_0xec2869(0x104)][_0xec2869(0x148)](_0xec2869(0x17c))['on'](_0xec2869(0x126),(_0x2d32fb,_0x4a27ef)=>{const _0x3b5314=_0xec2869,[_0x5a9481,_0x16151e,,_0x14fe6d]=_0x4a27ef;if(!_0x41bfa1)return;_0x2d32fb[_0x3b5314(0xde)]();const _0x5711eb=_0x5a9481[_0x3b5314(0xfd)],_0x1da180=_0x16151e,_0x240373=Pe(_0x5711eb),_0x3c5006=Pe(_0x1da180);_0x2d32fb[_0x3b5314(0x12d)]=_0x5711eb;let _0x55d644=null,_0x21edc6=null;if(_0x3c5006||_0x240373){if(_0x240373&&!_0x3c5006){_0x14fe6d[_0x3b5314(0x180)](_0x5711eb[_0x3b5314(0x155)](0x0));for(const _0x3cb319 of Array[_0x3b5314(0xe6)](_0x1da180[_0x3b5314(0x15d)]()))_0x14fe6d[_0x3b5314(0x130)](_0x3cb319,_0x5711eb,_0x3b5314(0x1a5));const _0x54a5ab=_0x41bfa1[_0x3b5314(0xff)][_0x3b5314(0xfa)](_0x5a9481[_0x3b5314(0x10e)]),_0x2cb967=_0x41bfa1[_0x3b5314(0x17d)][_0x3b5314(0xfa)](_0x5a9481[_0x3b5314(0x163)]);_0x54a5ab||_0x2cb967||(_0x55d644=_0x573b91[_0x3b5314(0x179)](_0x14fe6d[_0x3b5314(0x191)](_0x5711eb)));}else _0x3c5006&&!_0x240373&&(_0x21edc6=_0x14fe6d[_0x3b5314(0x191)](_0x5711eb));}else{const _0x51f1b8=_0x14fe6d[_0x3b5314(0x137)](_0x3b5314(0x139)),_0x5cd5b0=_0x14fe6d[_0x3b5314(0x137)](_0x3b5314(0x139));_0x14fe6d[_0x3b5314(0x11e)](_0x14fe6d[_0x3b5314(0x191)](_0x5711eb),_0x5cd5b0),_0x14fe6d[_0x3b5314(0x130)](_0x51f1b8,_0x5711eb,0x0);for(const _0x5e8cec of Array[_0x3b5314(0xe6)](_0x1da180[_0x3b5314(0x15d)]()))_0x14fe6d[_0x3b5314(0x130)](_0x5e8cec,_0x51f1b8,_0x3b5314(0x1a5));_0x55d644=_0x573b91[_0x3b5314(0x179)](_0x14fe6d[_0x3b5314(0x189)](_0x51f1b8)),_0x21edc6=_0x573b91[_0x3b5314(0x179)](_0x14fe6d[_0x3b5314(0x189)](_0x5cd5b0));}const _0x4be861=Array[_0x3b5314(0xe6)](_0x1da180[_0x3b5314(0x17f)]())[_0x3b5314(0x127)](([_0x3e3c37])=>ge[_0x3b5314(0xfa)](_0x3e3c37));_0x41bfa1[_0x3b5314(0x106)][_0x3b5314(0x1a2)]({'element':_0x5711eb,'attributes':_0x4be861[_0x3b5314(0x182)]?Object[_0x3b5314(0x161)](_0x4be861):null}),_0x55d644&&_0x41bfa1[_0x3b5314(0x142)][_0x3b5314(0x1a2)](_0x55d644),_0x21edc6&&_0x41bfa1[_0x3b5314(0x18d)][_0x3b5314(0x1a2)](_0x21edc6);},{'priority':_0xec2869(0x19e)}),_0x54637d['on'](_0xec2869(0x19c),(_0x2f998b,_0x25cb59)=>{const _0x111aa1=_0xec2869,[_0x2cb2c4,_0x1aee68={}]=_0x25cb59;if(!_0x41bfa1)return;const _0x40de9b=_0x1aee68['at']||0x0,_0x3bd694=_0x1aee68[_0x111aa1(0xec)]||0x1;_0x41bfa1[_0x111aa1(0x17d)]=new Array(_0x3bd694)[_0x111aa1(0x17a)](_0x40de9b)[_0x111aa1(0x195)]((_0x4e10a4,_0x440ab4)=>_0x4e10a4+_0x440ab4);for(const {cell:_0x2490cd}of _0x54637d[_0x111aa1(0xe0)](_0x2cb2c4,{'startColumn':_0x40de9b,'endColumn':_0x40de9b+_0x3bd694-0x1}))_0x41bfa1[_0x111aa1(0x122)][_0x111aa1(0x1a2)](_0x26374b[_0x111aa1(0x118)][_0x111aa1(0x189)](_0x2490cd));},{'priority':_0xec2869(0xee)}),_0x54637d['on'](_0xec2869(0x117),(_0xdf6470,_0x419dfa)=>{const _0x472c19=_0xec2869,[_0x5f2753,_0x3c2e6e={}]=_0x419dfa;if(!_0x41bfa1)return;const _0x58f4b2=_0x3c2e6e['at']||0x0,_0x936674=_0x3c2e6e[_0x472c19(0x175)]||0x1;_0x41bfa1[_0x472c19(0xff)]=new Array(_0x936674)[_0x472c19(0x17a)](_0x58f4b2)[_0x472c19(0x195)]((_0x3cd184,_0x2ac237)=>_0x3cd184+_0x2ac237);for(const {cell:_0x37b7db}of _0x54637d[_0x472c19(0xe0)](_0x5f2753,{'startRow':_0x58f4b2,'endRow':_0x58f4b2+_0x936674-0x1}))_0x41bfa1[_0x472c19(0x15c)][_0x472c19(0x1a2)](_0x26374b[_0x472c19(0x118)][_0x472c19(0x189)](_0x37b7db));},{'priority':_0xec2869(0xee)}),_0x5aef8f[_0xec2869(0x196)][_0xec2869(0x164)](_0x13aab7=>{const _0x2773e1=_0xec2869;if(_0x13aab7[_0x2773e1(0x113)]&&_0x13aab7[_0x2773e1(0x113)][_0x2773e1(0x109)](_0x2773e1(0x192)))return _0x13aab7[_0x2773e1(0x185)]?{}:{'type':_0x2773e1(0x1a0),'content':_0x51e950(_0x26374b[_0x2773e1(0x1a1)],_0x2773e1(0x105))};});const _0x57e058=()=>!0x1;for(const _0x1c4f3d of[_0xec2869(0x192),_0xec2869(0x10a),_0xec2869(0x14b),_0xec2869(0x114)])_0x5aef8f[_0xec2869(0x16d)][_0xec2869(0xf7)](_0xec2869(0x1a0),_0x1c4f3d,_0xec2869(0x13e),_0x57e058),_0x5aef8f[_0xec2869(0x16d)][_0xec2869(0xf7)](_0xec2869(0x10d),_0x1c4f3d,_0xec2869(0x13e),_0x57e058),_0x5aef8f[_0xec2869(0x16d)][_0xec2869(0xf7)](_0xec2869(0x154),_0x1c4f3d,_0xec2869(0x13e),_0x57e058);_0x5aef8f[_0xec2869(0x16d)][_0xec2869(0xf7)](_0xec2869(0x154),_0xec2869(0x114),_0xec2869(0x128),_0x57e058),_0x5aef8f[_0xec2869(0x16d)][_0xec2869(0xf7)](_0xec2869(0x154),_0xec2869(0x114),_0xec2869(0xdd),(_0x5bb487,_0x212cd7,_0x27ff16)=>{const _0x23a3ef=_0xec2869,_0x421511=_0x5bb487[_0x23a3ef(0x195)](_0x59d0ad=>_0x59d0ad[_0x23a3ef(0x181)]())[_0x23a3ef(0x127)](_0x1293ea=>_0x1293ea),_0x3eca3f=new Map(_0x421511[_0x23a3ef(0x195)](_0x4a57a0=>[_0x4a57a0,null]));if(_0x41bfa1){for(const {element:_0x157352,attributes:_0x1cd47e}of _0x41bfa1[_0x23a3ef(0x106)])_0x1cd47e&&_0x3eca3f[_0x23a3ef(0x136)](_0x157352,_0x1cd47e);}else{if(_0x27ff16&&_0x27ff16[_0x23a3ef(0x19d)])for(const [_0x2d3a0a,_0x5f03f2]of Object[_0x23a3ef(0x16e)](_0x27ff16[_0x23a3ef(0x19d)])){const _0x2ec863=_0x26374b[_0x23a3ef(0x118)][_0x23a3ef(0x147)][_0x23a3ef(0x148)](_0x2d3a0a),_0x2264f7=_0x2ec863?_0x2ec863[_0x23a3ef(0x116)]()[_0x23a3ef(0x181)]():null;_0x2264f7&&_0x3eca3f[_0x23a3ef(0x136)](_0x2264f7,_0x5f03f2);}}_0x26374b[_0x23a3ef(0x118)][_0x23a3ef(0x111)](_0x22212a=>{const _0x5a0867=_0x23a3ef;for(const [_0x204bb8,_0x497c35]of _0x3eca3f)_0x22212a[_0x5a0867(0xe8)]({...Ce,..._0x497c35},_0x204bb8);});});const _0x1231d8=(_0x7140a0,_0x514a44)=>{const _0x4fafbe=_0xec2869;_0x5aef8f[_0x4fafbe(0x16d)][_0x4fafbe(0xf7)](_0x7140a0,_0x4fafbe(0x192),_0x514a44,(_0x3b9462,_0xa34e8d,_0x2fd602)=>{const _0x1871d8=_0x4fafbe;_0x26374b[_0x1871d8(0x118)][_0x1871d8(0x111)](_0x572aec=>{const _0x3ac8c6=_0x1871d8,_0x33eee3=[];for(const _0x18f5e4 of _0x3b9462){const _0x14bf78=_0x18f5e4[_0x3ac8c6(0x11d)][_0x3ac8c6(0x16a)];_0x14bf78['is'](_0x3ac8c6(0x19f),_0x3ac8c6(0x139))&&_0x33eee3[_0x3ac8c6(0x1a2)](_0x14bf78);}_0x5aef8f[_0x3ac8c6(0x16d)][_0x3ac8c6(0x188)](_0x7140a0,null,_0x514a44)(_0x3b9462,_0xa34e8d,_0x2fd602);for(const _0x2744b7 of _0x33eee3)_0x3ac8c6(0x12e)!=_0x2744b7[_0x3ac8c6(0x177)][_0x3ac8c6(0x12c)]&&_0x572aec[_0x3ac8c6(0x199)](_0x2744b7);});});};_0x1231d8(_0xec2869(0x1a0),_0xec2869(0xdd)),_0x1231d8(_0xec2869(0x1a0),_0xec2869(0x128)),_0x1231d8(_0xec2869(0x10d),_0xec2869(0xdd)),_0x1231d8(_0xec2869(0x10d),_0xec2869(0x128)),_0x5aef8f[_0xec2869(0x16d)][_0xec2869(0xf7)](_0xec2869(0x1a0),_0xec2869(0x14b),_0xec2869(0x128),_0x4a65c4=>{const _0xec4419=_0xec2869,_0x76f641=_0x4a65c4[_0xec4419(0x195)](_0xf0a221=>_0xf0a221[_0xec4419(0x181)]()),_0x233699=_0x76f641[0x0][_0xec4419(0xf3)](_0xec4419(0x193)),{minRow:_0x224455,maxRow:_0x237d6b}=_0x40615d[_0xec4419(0x16b)](_0x76f641);_0x54637d[_0xec4419(0xf0)](_0x233699,{'at':_0x224455,'rows':_0x237d6b-_0x224455+0x1});}),_0x5aef8f[_0xec2869(0x16d)][_0xec2869(0xf7)](_0xec2869(0x1a0),_0xec2869(0x10a),_0xec2869(0x128),_0x3fcbce=>{const _0x3797c0=_0xec2869,_0x1ae4c8=_0x3fcbce[_0x3797c0(0x195)](_0x499334=>_0x499334[_0x3797c0(0x181)]()),_0x59b8d0=_0x1ae4c8[0x0][_0x3797c0(0xf3)](_0x3797c0(0x193)),{minColumn:_0x47722d,maxColumn:_0x593858}=_0x40615d[_0x3797c0(0x16b)](_0x1ae4c8);_0x54637d[_0x3797c0(0x16f)](_0x59b8d0,{'at':_0x47722d,'columns':_0x593858-_0x47722d+0x1});});const _0x4c3a52=(_0x24bdff,_0x27aa36)=>{const _0x57b9f4=_0xec2869;if(!_0x27aa36[_0x57b9f4(0x113)]||!_0x27aa36[_0x57b9f4(0x113)][_0x57b9f4(0x109)](_0x57b9f4(0x192)))return;const _0x4f6dc2=_0x27aa36[_0x57b9f4(0xea)][_0x57b9f4(0x157)],_0x22ea3f=_0x5aef8f[_0x57b9f4(0x107)]()[_0x57b9f4(0x127)](_0xb690cd=>_0xb690cd[_0x57b9f4(0x156)]&&_0xb690cd[_0x57b9f4(0xea)]&&_0xb690cd[_0x57b9f4(0xea)][_0x57b9f4(0x157)]==_0x4f6dc2);_0x22ea3f[_0x57b9f4(0x182)]&&_0x27aa36[_0x57b9f4(0x1a4)]()[_0x57b9f4(0x182)]!=_0x22ea3f[_0x57b9f4(0x182)]&&_0x22ea3f[_0x57b9f4(0x103)]((_0x325be7,_0x30fee5)=>(_0x325be7[_0x57b9f4(0x19a)]=_0x30fee5,_0x30fee5[_0x57b9f4(0x185)]=_0x325be7,_0x30fee5));};function _0x15f041(_0x2a592a,_0x5897e7=!0x0){const _0x4acb46=_0xec2869,{id:_0x15a835}=_0x5aef8f[_0x4acb46(0xf8)](_0x2a592a[_0x4acb46(0x15f)]),_0x37505e=[_0x4acb46(0x14e),_0x4acb46(0x162)],_0x5c837c=_0x5aef8f[_0x4acb46(0x14d)][_0x4acb46(0xfa)](_0x2a592a[_0x4acb46(0x15f)]);return _0x5c837c&&_0x37505e[_0x4acb46(0x1a2)](_0x4acb46(0x149)),{'classes':_0x37505e,'attributes':{'data-suggestion':_0x15a835},'priority':_0x5c837c&&_0x5897e7?0xbc2:0xbb8};}_0x5aef8f['on'](_0xec2869(0x10f),_0x4c3a52,{'priority':_0xec2869(0x19e)}),_0x5aef8f['on'](_0xec2869(0x123),_0x4c3a52,{'priority':_0xec2869(0x19e)}),_0x26374b[_0xec2869(0x118)][_0xec2869(0x10b)][_0xec2869(0xf6)](()=>{const _0x4c5001=_0xec2869;let _0xdb9744=!0x1;const _0x4f6e47=Array[_0x4c5001(0xe6)](_0x26374b[_0x4c5001(0x118)][_0x4c5001(0x10b)][_0x4c5001(0x187)][_0x4c5001(0xe1)]());for(const {name:_0x41b402,data:_0xc87d1f}of _0x4f6e47){const {group:_0x256912,type:_0x29c08b,id:_0x483dd8}=_0x5aef8f[_0x4c5001(0xf8)](_0x41b402);if(_0x4c5001(0xf1)!=_0x256912||_0x4c5001(0x10d)!=_0x29c08b||_0xc87d1f[_0x4c5001(0x172)])continue;if(!_0x5aef8f[_0x4c5001(0x18a)](_0x483dd8))continue;const _0x1f51dd=_0x5aef8f[_0x4c5001(0x18b)](_0x483dd8)[_0x4c5001(0x133)](),_0x3965e4=_0x26374b[_0x4c5001(0x104)][_0x4c5001(0x148)](_0x4c5001(0x158))['me'];for(const _0x583ca2 of _0x5aef8f[_0x4c5001(0x107)]()){if(!_0x583ca2[_0x4c5001(0x156)]||_0x583ca2[_0x4c5001(0x16c)]!=_0x3965e4)continue;if(_0x4c5001(0x154)!=_0x583ca2[_0x4c5001(0xf4)]||_0x4c5001(0x114)!=_0x583ca2[_0x4c5001(0x113)])continue;if(_0x583ca2[_0x4c5001(0x133)]()[_0x4c5001(0x121)](_0x3c9340=>_0x1f51dd[_0x4c5001(0x197)](_0x167bca=>_0x167bca[_0x4c5001(0xe4)](_0x3c9340,!0x0)))){for(const _0x3f4b06 of _0x583ca2[_0x4c5001(0x1a4)]())_0x3f4b06[_0x4c5001(0x156)]&&(_0x3f4b06[_0x4c5001(0x128)](),_0xdb9744=!0x0);}}}return _0xdb9744;}),_0x26374b[_0xec2869(0x118)][_0xec2869(0x10b)][_0xec2869(0xf6)](_0x38b474=>{const _0x57296=_0xec2869,_0x393b9d=_0x26374b[_0x57296(0xe3)][_0x57296(0x148)](_0x57296(0x151));if(!_0x393b9d||!_0x393b9d[_0x57296(0x110)][_0x57296(0x141)](_0x38b474[_0x57296(0x13a)]))return!0x1;let _0x3d2a32=!0x1;const _0x481a8d=_0x26374b[_0x57296(0x104)][_0x57296(0x148)](_0x57296(0x158))['me'],_0x2ca87c=_0x26374b[_0x57296(0x118)][_0x57296(0x10b)][_0x57296(0x187)][_0x57296(0x194)](),_0x20e19c=Array[_0x57296(0xe6)](_0x26374b[_0x57296(0x118)][_0x57296(0x10b)][_0x57296(0x187)][_0x57296(0xe1)]())[_0x57296(0x127)](({name:_0xf141a8,data:_0xf584ba})=>{const _0x43c837=_0x57296,{group:_0x327bb3,subType:_0x4dc788,authorId:_0x2fcd2b}=_0x5aef8f[_0x43c837(0xf8)](_0xf141a8);return _0x43c837(0xf1)==_0x327bb3&&_0x43c837(0x192)==_0x4dc788&&_0x2fcd2b==_0x481a8d['id']&&!_0xf584ba[_0x43c837(0x172)];});for(const _0x59dda0 of _0x2ca87c){if(_0x57296(0x130)!=_0x59dda0[_0x57296(0xf4)]||_0x57296(0x139)!=_0x59dda0[_0x57296(0x11b)]||0x1!=_0x59dda0[_0x57296(0x182)])continue;const _0x45a570=_0x38b474[_0x57296(0x138)](_0x59dda0[_0x57296(0x12a)],_0x59dda0[_0x57296(0x12a)][_0x57296(0x190)](0x1));if(!_0x20e19c[_0x57296(0x1a3)](({data:_0x2bc7f0})=>_0x2bc7f0[_0x57296(0x178)][_0x57296(0x102)](_0x45a570))){for(const {name:_0x2ec93a,data:_0x54ab6c}of _0x20e19c)if(_0x45a570[_0x57296(0xe4)](_0x54ab6c[_0x57296(0x178)])){_0x38b474[_0x57296(0x146)](_0x2ec93a,{'range':_0x45a570}),_0x3d2a32=!0x0;break;}}}return _0x3d2a32;}),_0x26374b[_0xec2869(0x118)][_0xec2869(0x10b)][_0xec2869(0xf6)](_0x435989=>{const _0x13b7e3=_0xec2869;let _0x39dfb4=!0x1;const _0x56bf65=_0x26374b[_0x13b7e3(0x104)][_0x13b7e3(0x148)](_0x13b7e3(0x158))['me'],_0xa2ca1a=_0x5aef8f[_0x13b7e3(0x107)]()[_0x13b7e3(0x127)](_0xa5d99a=>_0xa5d99a[_0x13b7e3(0x156)]&&_0xa5d99a[_0x13b7e3(0x16c)]==_0x56bf65),_0x2293bf=new Set(),_0x54f22f=new Set();for(const _0x387533 of _0xa2ca1a)if(_0x13b7e3(0x192)==_0x387533[_0x13b7e3(0x113)])for(const _0x550a20 of _0x387533[_0x13b7e3(0xef)]()){const _0x4c49c7=_0x550a20[_0x13b7e3(0x116)]()[_0x13b7e3(0x181)]();if(_0x4c49c7){if(_0x4c49c7['is'](_0x13b7e3(0x19f),_0x13b7e3(0x139))&&Pe(_0x4c49c7)){_0x387533[_0x13b7e3(0x134)](_0x550a20[_0x13b7e3(0x11b)]),_0x2293bf[_0x13b7e3(0x125)](_0x4c49c7),_0x39dfb4=!0x0;const _0xaed4a9=_0x4c49c7[_0x13b7e3(0x140)],_0xc7e312=_0x4c49c7[_0x13b7e3(0x176)],_0x3c962c=_0xaed4a9&&_0xaed4a9['is'](_0x13b7e3(0x19f),_0x13b7e3(0x139)),_0x504a2e=_0xc7e312&&_0xc7e312['is'](_0x13b7e3(0x19f),_0x13b7e3(0x139));_0x3c962c&&!_0x2293bf[_0x13b7e3(0x141)](_0xaed4a9)&&_0x54f22f[_0x13b7e3(0x125)](_0xaed4a9),_0x504a2e&&!_0x2293bf[_0x13b7e3(0x141)](_0xc7e312)&&_0x54f22f[_0x13b7e3(0x125)](_0xc7e312);}else _0x4c49c7['is'](_0x13b7e3(0x19f),_0x13b7e3(0x153))&&_0x4c49c7[_0x13b7e3(0x170)]&&(_0x387533[_0x13b7e3(0x134)](_0x550a20[_0x13b7e3(0x11b)]),_0x39dfb4=!0x0);}}else{if(_0x13b7e3(0x114)==_0x387533[_0x13b7e3(0x113)]){if(!_0x387533[_0x13b7e3(0xea)]||!_0x387533[_0x13b7e3(0xea)][_0x13b7e3(0x157)])continue;const _0x46d5e8=_0x387533[_0x13b7e3(0xea)][_0x13b7e3(0x19d)];if(_0x46d5e8&&Object[_0x13b7e3(0x17e)](_0x46d5e8)[_0x13b7e3(0x182)])continue;const _0x4f86d0=_0x387533[_0x13b7e3(0xea)][_0x13b7e3(0x157)];let _0x763cd5=!0x0,_0x3937dd=!0x0;for(const _0x31ab03 of _0xa2ca1a)if(_0x31ab03[_0x13b7e3(0x113)]&&_0x31ab03[_0x13b7e3(0x113)][_0x13b7e3(0x109)](_0x13b7e3(0x192))){if(!_0x31ab03[_0x13b7e3(0xea)][_0x13b7e3(0x157)]){_0x3937dd=!0x1;break;}if(_0x31ab03['id']!=_0x387533['id']&&_0x31ab03[_0x13b7e3(0xea)][_0x13b7e3(0x157)]==_0x4f86d0){_0x763cd5=!0x1;break;}}_0x3937dd&&_0x763cd5&&(_0x387533[_0x13b7e3(0x150)](),_0x39dfb4=!0x0);}}for(const _0x46ce78 of _0x2293bf)_0x435989[_0x13b7e3(0x180)](_0x46ce78);for(const _0x4c00c3 of _0x54f22f)_0x435989[_0x13b7e3(0x199)](_0x4c00c3);return _0x39dfb4;}),_0x26374b[_0xec2869(0x13f)][_0xec2869(0x108)](_0xec2869(0x12b))[_0xec2869(0x159)]({'model':_0xec2869(0x115),'view':(_0x525e8c,_0xf924b4)=>_0x15f041(_0x525e8c),'converterPriority':_0xec2869(0x19e)}),_0x26374b[_0xec2869(0x13f)][_0xec2869(0x108)](_0xec2869(0xed))[_0xec2869(0x159)]({'model':_0xec2869(0x115),'view':(_0x1ad1d3,_0x14a861)=>_0x14a861[_0xec2869(0xf9)][_0xec2869(0xf5)]?_0x15f041(_0x1ad1d3,!0x1):null,'converterPriority':_0xec2869(0x19e)});const _0x561d47=_0x26374b[_0xec2869(0x183)][_0xec2869(0x166)];this[_0xec2869(0x169)](_0x561d47[_0xec2869(0x10b)],_0xec2869(0x131),(_0x59133f,_0x1901c3)=>{const _0x3b294f=_0xec2869,_0x159e4b=[];for(const _0x451e40 of _0x561d47[_0x3b294f(0x191)](_0x1901c3[_0x3b294f(0x15a)])[_0x3b294f(0x19b)]())_0x451e40['is'](_0x3b294f(0x19f),_0x3b294f(0x144))&&_0x159e4b[_0x3b294f(0x1a2)](_0x451e40);_0x561d47[_0x3b294f(0x111)](_0x1885e7=>{const _0x58c87c=_0x3b294f;for(const _0x162606 of _0x159e4b)_0x1885e7[_0x58c87c(0x152)](_0x1885e7[_0x58c87c(0x191)](_0x162606),_0x1885e7[_0x58c87c(0xe5)](_0x162606)),_0x1885e7[_0x58c87c(0x180)](_0x162606);});});}}function Pe(_0x117fed){const _0xfe1774=_0x45421b;if(_0x117fed[_0xfe1774(0x170)])return!0x0;const _0x1bf66a=_0x117fed[_0xfe1774(0x155)](0x0);return _0x1bf66a['is'](_0xfe1774(0x19f),_0xfe1774(0x153))&&_0x1bf66a[_0xfe1774(0x170)];}function he(_0x8c2ceb,_0x408c54={},_0x31f5ca){const _0x380cb8=_0x45421b;for(const {isAnchor:_0x42f39a,cellHeight:_0x511d41,cellWidth:_0x5602b1}of _0x31f5ca[_0x380cb8(0xe0)](_0x8c2ceb,{'includeAllSlots':!0x0,..._0x408c54}))if(!_0x42f39a||0x1!=_0x511d41||0x1!=_0x5602b1)return!0x1;return!0x0;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4d441b=_0x2fa0;(function(_0x2a4801,_0x320eb9){const _0x33dc2d=_0x2fa0,_0x37b090=_0x2a4801();while(!![]){try{const _0x27ffd9=parseInt(_0x33dc2d(0x9b))/0x1*(parseInt(_0x33dc2d(0x99))/0x2)+-parseInt(_0x33dc2d(0xa8))/0x3+-parseInt(_0x33dc2d(0xbd))/0x4*(-parseInt(_0x33dc2d(0xa6))/0x5)+-parseInt(_0x33dc2d(0xbb))/0x6+parseInt(_0x33dc2d(0xc6))/0x7*(-parseInt(_0x33dc2d(0xba))/0x8)+parseInt(_0x33dc2d(0xad))/0x9*(-parseInt(_0x33dc2d(0x9a))/0xa)+-parseInt(_0x33dc2d(0xaf))/0xb*(-parseInt(_0x33dc2d(0xb6))/0xc);if(_0x27ffd9===_0x320eb9)break;else _0x37b090['push'](_0x37b090['shift']());}catch(_0x9f1d7c){_0x37b090['push'](_0x37b090['shift']());}}}(_0x5bb5,0xc0eec));function _0x5bb5(){const _0x20239c=['formatBlock','get','type','tableWidth','getSuggestions','getTableColumnsWidths','getSuggestionCallback','commandParams','Users','20OtChBJ','70hSeyow','111743evedSt','bind','format','registerDescriptionCallback','selection','getContainedElement','has','resizeTableWidth','_suggestionFactory','table','afterInit','17845NYRzis','change','671535VzrCmZ','handleResizeTableWidthCommand','descriptionFactory','resizeTable','subType','490437JTdykQ','accept','6576504IqDjla','getColumnGroupElement','getSelectedElement','columnWidths','TrackChangesEditing','*Format:*\x20resize\x20table','TableColumnResizeEditing','24zZGTQH','editor','handleSuggestionDescription','markBlockFormat','3336fPqzpQ','8038308LQchxn','plugins','868tVJVRM','document','formatGroupId','discard','model','enableCommand','getAttribute','registerCustomCallback','data','5915ZGLwdj','author','formatInline','locale'];_0x5bb5=function(){return _0x20239c;};return _0x5bb5();}function _0x2fa0(_0x45d130,_0x46ed50){const _0x5bb55c=_0x5bb5();return _0x2fa0=function(_0x2fa0ce,_0x5cf2df){_0x2fa0ce=_0x2fa0ce-0x95;let _0x30e983=_0x5bb55c[_0x2fa0ce];return _0x30e983;},_0x2fa0(_0x45d130,_0x46ed50);}import{Plugin as _0x326755}from'ckeditor5/src/core.js';import{getTranslation as _0xd6a7c7}from'../utils/common-translations.js';export default class vt extends _0x326755{[_0x4d441b(0xa5)](){const _0x21ab20=_0x4d441b;if(!this[_0x21ab20(0xb7)][_0x21ab20(0xbc)][_0x21ab20(0xa1)](_0x21ab20(0xb5)))return;const _0xc06330=this[_0x21ab20(0xb7)][_0x21ab20(0xbc)][_0x21ab20(0xcb)](_0x21ab20(0xb3));_0xc06330[_0x21ab20(0xc2)](_0x21ab20(0xa2),this[_0x21ab20(0xa9)][_0x21ab20(0x9c)](this)),_0xc06330[_0x21ab20(0xa3)][_0x21ab20(0xc4)](_0x21ab20(0xca),_0x21ab20(0xab),_0x21ab20(0xae),_0xc06330[_0x21ab20(0xa3)][_0x21ab20(0x96)](_0x21ab20(0xca),null,_0x21ab20(0xc0))),_0xc06330[_0x21ab20(0xa3)][_0x21ab20(0xc4)](_0x21ab20(0xca),_0x21ab20(0xab),_0x21ab20(0xc0),_0xc06330[_0x21ab20(0xa3)][_0x21ab20(0x96)](_0x21ab20(0xca),null,_0x21ab20(0xae))),_0xc06330[_0x21ab20(0xaa)][_0x21ab20(0x9e)](this[_0x21ab20(0xb8)][_0x21ab20(0x9c)](this));}[_0x4d441b(0xa9)](_0x506576,_0x12f365){const _0x46cda9=_0x4d441b,_0x479b97=this[_0x46cda9(0xb7)][_0x46cda9(0xbc)][_0x46cda9(0xcb)](_0x46cda9(0xb3)),_0x3ef0d1=this[_0x46cda9(0xb7)][_0x46cda9(0xbc)][_0x46cda9(0xcb)](_0x46cda9(0xb5)),_0x1276ee=_0x12f365[_0x46cda9(0xa4)]||this[_0x46cda9(0xb7)][_0x46cda9(0xc1)][_0x46cda9(0xbe)][_0x46cda9(0x9f)][_0x46cda9(0xb1)]();this[_0x46cda9(0xb7)][_0x46cda9(0xc1)][_0x46cda9(0xa7)](()=>{const _0x287908=_0x46cda9,_0x1ee903=_0x3ef0d1[_0x287908(0xb0)](_0x1276ee);let _0x487f86=_0x1ee903?_0x3ef0d1[_0x287908(0x95)](_0x1ee903):null,_0x3e5566=_0x1276ee[_0x287908(0xc3)](_0x287908(0xcd))||null;const _0x17c16e=_0x12f365[_0x287908(0xcd)]||_0x3e5566,_0x148205=_0x12f365[_0x287908(0xb2)]||_0x487f86,_0x162337=this[_0x287908(0xb7)][_0x287908(0xbc)][_0x287908(0xcb)](_0x287908(0x98))['me'];for(const _0x532b3b of _0x479b97[_0x287908(0xce)]()){const _0x4f6e48=_0x532b3b[_0x287908(0xa0)]();if(_0x287908(0xab)===_0x532b3b[_0x287908(0xac)]&&_0x4f6e48===_0x1276ee){_0x532b3b[_0x287908(0xc7)]!==_0x162337&&_0x532b3b[_0x287908(0xc0)]();const _0x430444=_0x532b3b[_0x287908(0xc5)][_0x287908(0x97)];_0x3e5566=_0x430444[0x0][_0x287908(0xcd)],_0x487f86=_0x430444[0x0][_0x287908(0xb2)];break;}}_0x506576({'table':_0x1276ee,'tableWidth':_0x17c16e,'columnWidths':_0x148205}),_0x479b97[_0x287908(0xb9)](_0x1276ee,{'commandName':_0x287908(0xa2),'commandParams':[{'tableWidth':_0x3e5566,'columnWidths':_0x487f86}],'formatGroupId':_0x287908(0xab)},[],_0x287908(0xab));});}[_0x4d441b(0xb8)](_0x491616){const _0x232c52=_0x4d441b;if(_0x232c52(0xca)!=_0x491616[_0x232c52(0xcc)]&&_0x232c52(0xc8)!=_0x491616[_0x232c52(0xcc)])return;const {data:_0x293e7b}=_0x491616;if(_0x293e7b&&_0x232c52(0xab)===_0x293e7b[_0x232c52(0xbf)]){const _0x440f55=_0x232c52(0xb4);return{'type':_0x232c52(0x9d),'content':_0xd6a7c7(this[_0x232c52(0xb7)][_0x232c52(0xc9)],_0x440f55)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x41c345=_0x1d17;(function(_0x53ac1e,_0x1eb429){const _0x55b81e=_0x1d17,_0x4d5eaa=_0x53ac1e();while(!![]){try{const _0x45f845=-parseInt(_0x55b81e(0x15a))/0x1+-parseInt(_0x55b81e(0x135))/0x2*(-parseInt(_0x55b81e(0x15e))/0x3)+-parseInt(_0x55b81e(0x108))/0x4+-parseInt(_0x55b81e(0x152))/0x5*(parseInt(_0x55b81e(0x10e))/0x6)+parseInt(_0x55b81e(0x157))/0x7*(parseInt(_0x55b81e(0x127))/0x8)+parseInt(_0x55b81e(0x126))/0x9*(-parseInt(_0x55b81e(0x122))/0xa)+parseInt(_0x55b81e(0x10a))/0xb*(parseInt(_0x55b81e(0x143))/0xc);if(_0x45f845===_0x1eb429)break;else _0x4d5eaa['push'](_0x4d5eaa['shift']());}catch(_0x29ce0d){_0x4d5eaa['push'](_0x4d5eaa['shift']());}}}(_0x3c11,0x89501));import{Plugin as _0x1f0606}from'ckeditor5/src/core.js';function _0x3c11(){const _0x1546e2=['addClass','186wryWbP','commandName','editor','removeAttribute','FORMAT_REGULAR_ROW','consumable','TableUtils','get','setTableColumnHeader','enableDefaultAttributesIntegration','getCellLocation','toViewElement','removeMarker:suggestion','addMarker:suggestion','includes','forceValue','headingColumns','writer','type','setAttribute','60OCBfys','registerCustomCallback','headingRows','format','967887ebXmoY','7732104YAkRqN','item','_acceptFormatSuggestionCallbackFactory','bindElementToMarker','FORMAT_HEADER_COLUMN','start','data','nodeBefore','_suggestionFactory','markerNameToElements','cell','*Format:*\x20%0','name','accept','52BHjJxh','FORMAT_HEADER_ROW','getSuggestion','FORMAT_REGULAR_COLUMN','activeMarkers','descriptionFactory','formatBlock','data-suggestion','parent','consume','ck-suggestion-marker-','nodeAfter','plugins','setTableRowHeader','6252HqcmXa','downcastDispatcher','end','_handleLegacySuggestions','locale','TrackChangesEditing','TableEditing','stop','unbindElementFromMarkerName','editing','showSuggestionHighlights','markerRange','ck-suggestion-marker--active','afterInit','mapper','177435WKmdcQ','markerName','highest','_splitMarkerName','removeClass','7AnnwtJ','_registerLegacyDescription','requires','1089759LXixvw','registerBlockAttribute','registerAttributeLabel','registerDescriptionCallback','25182NOxXpd','options','3217284AljEFe','has','63701difRqa','commandParams','createTableWalker'];_0x3c11=function(){return _0x1546e2;};return _0x3c11();}function _0x1d17(_0x21d301,_0x43b3ec){const _0x3c1144=_0x3c11();return _0x1d17=function(_0x1d17f8,_0xc34211){_0x1d17f8=_0x1d17f8-0x107;let _0x2e4a24=_0x3c1144[_0x1d17f8];return _0x2e4a24;},_0x1d17(_0x21d301,_0x43b3ec);}import _0x19baad from'./table.js';import{getTranslation as _0x5af9a8}from'../utils/common-translations.js';export default class At extends _0x1f0606{static get[_0x41c345(0x159)](){return[_0x19baad];}[_0x41c345(0x150)](){const _0x1307f2=_0x41c345,_0x18d746=this[_0x1307f2(0x110)];if(!_0x18d746[_0x1307f2(0x141)][_0x1307f2(0x109)](_0x1307f2(0x149)))return;const _0xc25cfe=_0x18d746[_0x1307f2(0x147)],_0x3312fe=_0x18d746[_0x1307f2(0x141)][_0x1307f2(0x115)](_0x1307f2(0x148));_0x3312fe[_0x1307f2(0x117)](_0x1307f2(0x142)),_0x3312fe[_0x1307f2(0x117)](_0x1307f2(0x116)),_0x3312fe[_0x1307f2(0x15b)](_0x1307f2(0x124)),_0x3312fe[_0x1307f2(0x15b)](_0x1307f2(0x11e)),_0x3312fe[_0x1307f2(0x13a)][_0x1307f2(0x15c)](_0x1307f2(0x124),_0x5af9a8(_0xc25cfe,_0x1307f2(0x136))),_0x3312fe[_0x1307f2(0x13a)][_0x1307f2(0x15c)](_0x1307f2(0x11e),_0x5af9a8(_0xc25cfe,_0x1307f2(0x12b))),this[_0x1307f2(0x146)]();}[_0x41c345(0x146)](){const _0x53bda3=_0x41c345,_0x21d1aa=this[_0x53bda3(0x110)][_0x53bda3(0x141)][_0x53bda3(0x115)](_0x53bda3(0x148)),_0x17d511=this[_0x53bda3(0x110)][_0x53bda3(0x141)][_0x53bda3(0x115)](_0x53bda3(0x114)),_0x1f4535=this[_0x53bda3(0x110)][_0x53bda3(0x141)][_0x53bda3(0x115)](_0x19baad)[_0x53bda3(0x129)]();function _0x52547e({showActiveMarker:_0x4150e8=!0x0,setDataAttribute:_0x587271=!0x0}={}){return(_0x2b0349,_0x3bcb71,_0x34c0a0)=>{const _0x359f28=_0x1d17,{type:_0x13379e,id:_0x5c350a}=_0x21d1aa[_0x359f28(0x155)](_0x3bcb71[_0x359f28(0x153)]),_0x4dc802=_0x21d1aa[_0x359f28(0x137)](_0x5c350a),_0x174434=_0x4dc802[_0x359f28(0x12d)];if(_0x359f28(0x13b)!=_0x4dc802[_0x359f28(0x120)]||!_0x174434||_0x359f28(0x116)!=_0x174434[_0x359f28(0x10f)])return;if(_0x3bcb71[_0x359f28(0x128)])return void _0x2b0349[_0x359f28(0x14a)]();if(!_0x34c0a0[_0x359f28(0x113)][_0x359f28(0x13e)](_0x3bcb71[_0x359f28(0x14e)],_0x2b0349[_0x359f28(0x133)]))return;const _0xbb79c3=_0x3bcb71[_0x359f28(0x14e)][_0x359f28(0x12c)][_0x359f28(0x140)],_0x1e54d8=_0x3bcb71[_0x359f28(0x14e)][_0x359f28(0x145)][_0x359f28(0x12e)],_0x2af6b8=_0xbb79c3[_0x359f28(0x13d)][_0x359f28(0x13d)],{column:_0x2b04a3}=_0x17d511[_0x359f28(0x118)](_0xbb79c3),{column:_0x55b37c}=_0x17d511[_0x359f28(0x118)](_0x1e54d8);for(let _0x138f92=_0x2b04a3;_0x138f92<=_0x55b37c;_0x138f92++){const _0x101ee1=_0x17d511[_0x359f28(0x10c)](_0x2af6b8,{'column':_0x138f92,'includeAllSlots':!0x1});for(const _0x539da8 of _0x101ee1){const _0x341294=_0x539da8[_0x359f28(0x131)],_0x4c912c=_0x34c0a0[_0x359f28(0x151)][_0x359f28(0x119)](_0x341294);_0x34c0a0[_0x359f28(0x11f)][_0x359f28(0x10d)](_0x359f28(0x13f)+_0x13379e,_0x4c912c),_0x587271&&_0x34c0a0[_0x359f28(0x11f)][_0x359f28(0x121)](_0x359f28(0x13c),_0x5c350a,_0x4c912c),_0x34c0a0[_0x359f28(0x151)][_0x359f28(0x12a)](_0x4c912c,_0x3bcb71[_0x359f28(0x153)]),_0x4150e8&&(_0x21d1aa[_0x359f28(0x139)][_0x359f28(0x11c)](_0x3bcb71[_0x359f28(0x153)])?_0x34c0a0[_0x359f28(0x11f)][_0x359f28(0x10d)](_0x359f28(0x14f),_0x4c912c):_0x34c0a0[_0x359f28(0x11f)][_0x359f28(0x156)](_0x359f28(0x14f),_0x4c912c));}}};}_0x21d1aa[_0x53bda3(0x12f)][_0x53bda3(0x123)](_0x53bda3(0x13b),_0x53bda3(0x142),_0x53bda3(0x134),_0x1f4535),_0x21d1aa[_0x53bda3(0x12f)][_0x53bda3(0x123)](_0x53bda3(0x13b),_0x53bda3(0x116),_0x53bda3(0x134),_0x1f4535),this[_0x53bda3(0x110)][_0x53bda3(0x14c)][_0x53bda3(0x144)]['on'](_0x53bda3(0x11b),_0x52547e(),{'priority':_0x53bda3(0x154)}),this[_0x53bda3(0x110)][_0x53bda3(0x12d)][_0x53bda3(0x144)]['on'](_0x53bda3(0x11b),(_0x24909f,_0x281c2b,_0x900444)=>{const _0x17e133=_0x53bda3;_0x900444[_0x17e133(0x107)][_0x17e133(0x14d)]&&_0x52547e({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x24909f,_0x281c2b,_0x900444);},{'priority':_0x53bda3(0x154)}),this[_0x53bda3(0x110)][_0x53bda3(0x14c)][_0x53bda3(0x144)]['on'](_0x53bda3(0x11a),(_0x473df8,_0x3637f3,_0x592472)=>{const _0x21d86a=_0x53bda3,{type:_0x583079,id:_0x41864a}=_0x21d1aa[_0x21d86a(0x155)](_0x3637f3[_0x21d86a(0x153)]),_0xaa73af=_0x21d1aa[_0x21d86a(0x137)](_0x41864a),_0x14edfa=_0xaa73af[_0x21d86a(0x12d)];if(_0x21d86a(0x13b)!=_0xaa73af[_0x21d86a(0x120)]||!_0x14edfa||_0x21d86a(0x116)!=_0x14edfa[_0x21d86a(0x10f)])return;const _0xd7da81=_0x592472[_0x21d86a(0x151)][_0x21d86a(0x130)](_0x3637f3[_0x21d86a(0x153)]);if(_0xd7da81){for(const _0x475ddb of _0xd7da81)_0x592472[_0x21d86a(0x11f)][_0x21d86a(0x156)](_0x21d86a(0x13f)+_0x583079,_0x475ddb),_0x592472[_0x21d86a(0x11f)][_0x21d86a(0x156)](_0x21d86a(0x14f),_0x475ddb),_0x592472[_0x21d86a(0x11f)][_0x21d86a(0x111)](_0x21d86a(0x13c),_0x475ddb),_0x592472[_0x21d86a(0x151)][_0x21d86a(0x14b)](_0x475ddb,_0x3637f3[_0x21d86a(0x153)]);}},{'priority':_0x53bda3(0x154)}),this[_0x53bda3(0x158)]();}[_0x41c345(0x158)](){const _0x51dca7=_0x41c345,_0x5ac197=this[_0x51dca7(0x110)],_0x2bacb5=_0x5ac197[_0x51dca7(0x147)];function _0x1c850e(_0x4f7aed){const _0x18601f=_0x51dca7;return{'type':_0x18601f(0x125),'content':_0x5af9a8(_0x2bacb5,_0x18601f(0x132),_0x4f7aed)};}_0x5ac197[_0x51dca7(0x141)][_0x51dca7(0x115)](_0x51dca7(0x148))[_0x51dca7(0x13a)][_0x51dca7(0x15d)](_0x5237fd=>{const _0x1fe366=_0x51dca7;if(_0x1fe366(0x13b)!=_0x5237fd[_0x1fe366(0x120)])return;const {data:_0x49f220}=_0x5237fd;if(_0x49f220){if(_0x1fe366(0x142)==_0x49f220[_0x1fe366(0x10f)]){const _0x2d9e6e=_0x49f220[_0x1fe366(0x10b)][0x0][_0x1fe366(0x11d)];return _0x1c850e(_0x5af9a8(_0x2bacb5,_0x2d9e6e?_0x1fe366(0x136):_0x1fe366(0x112)));}if(_0x1fe366(0x116)==_0x49f220[_0x1fe366(0x10f)]){const _0x514a39=_0x49f220[_0x1fe366(0x10b)][0x0][_0x1fe366(0x11d)];return _0x1c850e(_0x5af9a8(_0x2bacb5,_0x514a39?_0x1fe366(0x12b):_0x1fe366(0x138)));}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2a28fd=_0x3604;(function(_0x4d4d65,_0x2ae5b8){const _0x19f2d3=_0x3604,_0x25b1c3=_0x4d4d65();while(!![]){try{const _0x3d8ced=parseInt(_0x19f2d3(0x1bf))/0x1+parseInt(_0x19f2d3(0x1bc))/0x2*(parseInt(_0x19f2d3(0x1cc))/0x3)+parseInt(_0x19f2d3(0x1e6))/0x4+-parseInt(_0x19f2d3(0x1da))/0x5+-parseInt(_0x19f2d3(0x1c8))/0x6*(-parseInt(_0x19f2d3(0x1f1))/0x7)+parseInt(_0x19f2d3(0x1b9))/0x8*(-parseInt(_0x19f2d3(0x1d7))/0x9)+-parseInt(_0x19f2d3(0x1fd))/0xa;if(_0x3d8ced===_0x2ae5b8)break;else _0x25b1c3['push'](_0x25b1c3['shift']());}catch(_0x40d97c){_0x25b1c3['push'](_0x25b1c3['shift']());}}}(_0x47c9,0xc9f05));import{Plugin as _0x566153}from'ckeditor5/src/core.js';import _0x1b6de9 from'./table.js';import{LiveRange as _0x1add35}from'ckeditor5/src/engine.js';function _0x47c9(){const _0x111b5e=['registerCustomCallback','direction','length','TableEditing','execute','2052GhXbYo','editor','value','formatBlock','6pNmxVH','registerDescriptionCallback','descriptionFactory','mergeTableCells','stop','splitTableCellVertically','markMultiRangeBlockFormat','isEnabled','get','setSelection','model','36981CBaDDl','getRanges','map','7683285wANbEk','plugins','_tablePostFixingSubtypes','return','findAncestor','getSelectionAffectedTableCells','_areMergableCells','mergeTableCellRight','selection','containsRange','push','format','6090060ubYdSN','mergeTableCellUp','getFirstPosition','commands','enableCommand','from','insertion','getCellLocation','createRangeOn','refresh','horizontally','11361ZKnuuA','add','getSuggestions','createTableWalker','requires','TrackChangesEditing','filter','root','change','mergeTableCellLeft','low','find','8625410AWcpks','commandName','isInContent','markBlockFormat','accept','rootName','_suggestionFactory','*Split\x20cell:*\x20horizontally','getAncestors','element','_acceptFormatSuggestionCallbackFactory','has','locale','trackChanges','cell','forceDefaultExecution','author','detach','fromRange','document','splitTableCellHorizontally','subType','$graveyard','table','deletion','type','_isForcedDefaultExecutionBlock','*Split\x20cell:*\x20vertically','formatInline','mergeTableCellDown','tableCell','2008GGtvji','size','highest','1330382KygFwF','TableUtils','afterInit','849735pEpwEc','set:isEnabled','_areSelectedCellsMergable','*Merge\x20cells*'];_0x47c9=function(){return _0x111b5e;};return _0x47c9();}function _0x3604(_0x297da6,_0x8fbc6a){const _0x47c9f3=_0x47c9();return _0x3604=function(_0x3604a1,_0x3b5030){_0x3604a1=_0x3604a1-0x1ac;let _0x151e64=_0x47c9f3[_0x3604a1];return _0x151e64;},_0x3604(_0x297da6,_0x8fbc6a);}import{getTranslation as _0x11c8e8}from'../utils/common-translations.js';export default class St extends _0x566153{static get[_0x2a28fd(0x1f5)](){return[_0x1b6de9];}[_0x2a28fd(0x1be)](){const _0x1429d9=_0x2a28fd,_0x4a1b14=this[_0x1429d9(0x1c9)],_0x11efb4=_0x4a1b14[_0x1429d9(0x1d6)][_0x1429d9(0x1ad)][_0x1429d9(0x1e2)],_0x5aae0f=_0x4a1b14[_0x1429d9(0x209)];if(!_0x4a1b14[_0x1429d9(0x1db)][_0x1429d9(0x208)](_0x1429d9(0x1c6)))return;const _0x325b65=_0x4a1b14[_0x1429d9(0x1db)][_0x1429d9(0x1d4)](_0x1429d9(0x1f6)),_0x1b6713=_0x4a1b14[_0x1429d9(0x1db)][_0x1429d9(0x1d4)](_0x1429d9(0x1bd)),_0x3d89cd=_0x4a1b14[_0x1429d9(0x1db)][_0x1429d9(0x1d4)](_0x1b6de9);_0x3d89cd[_0x1429d9(0x1dc)][_0x1429d9(0x1e4)](_0x1429d9(0x1cf)),_0x325b65[_0x1429d9(0x1ea)](_0x1429d9(0x1cf),()=>{const _0x22ed2a=_0x1429d9,_0x54a612=_0x1b6713[_0x22ed2a(0x1df)](_0x4a1b14[_0x22ed2a(0x1d6)][_0x22ed2a(0x1ad)][_0x22ed2a(0x1e2)]);_0x4a1b14[_0x22ed2a(0x1d6)][_0x22ed2a(0x1f9)](()=>{const _0x2bd4c1=_0x22ed2a;_0x325b65[_0x2bd4c1(0x1d2)](_0x54a612,{'commandName':_0x2bd4c1(0x1cf),'commandParams':[]},[],_0x2bd4c1(0x1cf));});}),_0x4a1b14[_0x1429d9(0x1e9)][_0x1429d9(0x1d4)](_0x1429d9(0x1cf))['on'](_0x1429d9(0x1c7),(_0x4268d9,_0x7e7194)=>{const _0x5459b4=_0x1429d9;_0x4a1b14[_0x5459b4(0x1e9)][_0x5459b4(0x1d4)](_0x5459b4(0x20a))[_0x5459b4(0x1ca)]&&(_0x7e7194[_0x5459b4(0x1c5)]>0x0&&_0x7e7194[_0x7e7194[_0x5459b4(0x1c5)]-0x1]&&_0x7e7194[_0x7e7194[_0x5459b4(0x1c5)]-0x1][_0x5459b4(0x20c)]||_0x325b65[_0x5459b4(0x1b4)]||this[_0x5459b4(0x1c1)]()||_0x4268d9[_0x5459b4(0x1d0)]());},{'priority':_0x1429d9(0x1bb)});for(const _0x1e95dd of[_0x1429d9(0x1e7),_0x1429d9(0x1e1),_0x1429d9(0x1b7),_0x1429d9(0x1fa)]){const _0x223e8e=_0x4a1b14[_0x1429d9(0x1e9)][_0x1429d9(0x1d4)](_0x1e95dd);_0x325b65[_0x1429d9(0x1ea)](_0x1e95dd,()=>{const _0x29e619=_0x1429d9,_0x4a47bf=_0x4a1b14[_0x29e619(0x1d6)][_0x29e619(0x1ad)][_0x29e619(0x1e2)][_0x29e619(0x1e8)]()[_0x29e619(0x205)]()[_0x29e619(0x1fc)](_0x3996b8=>_0x3996b8['is'](_0x29e619(0x206),_0x29e619(0x1b8))),_0x5e8448=_0x223e8e[_0x29e619(0x1ca)];_0x4a1b14[_0x29e619(0x1d6)][_0x29e619(0x1f9)](()=>{const _0x36fa23=_0x29e619;_0x325b65[_0x36fa23(0x1d2)]([_0x4a47bf,_0x5e8448],{'commandName':_0x36fa23(0x1cf),'commandParams':[]},[],_0x36fa23(0x1cf));});});}for(const _0x57ecfa of[_0x1429d9(0x1d1),_0x1429d9(0x1ae)]){const _0x21cc9b=_0x4a1b14[_0x1429d9(0x1e9)][_0x1429d9(0x1d4)](_0x57ecfa);_0x325b65[_0x1429d9(0x1ea)](_0x57ecfa,()=>{const _0x653137=_0x1429d9,_0x2acedb=_0x1b6713[_0x653137(0x1df)](_0x4a1b14[_0x653137(0x1d6)][_0x653137(0x1ad)][_0x653137(0x1e2)])[0x0],_0xdb8c3a=_0x2acedb[_0x653137(0x1de)](_0x653137(0x1b1)),{column:_0x2aa9f1,row:_0x496308}=_0x1b6713[_0x653137(0x1ed)](_0x2acedb);let _0x4b76dd=[];if(_0x653137(0x1f0)==_0x21cc9b[_0x653137(0x1c4)]){const _0x3b12d2=_0x1b6713[_0x653137(0x1f4)](_0xdb8c3a,{'startRow':_0x496308,'endRow':_0x496308,'includeAllSlots':!0x0});_0x4b76dd=Array[_0x653137(0x1eb)](_0x3b12d2)[_0x653137(0x1d9)](_0x10135=>_0x10135[_0x653137(0x20b)]);}else{const _0x8c392d=_0x1b6713[_0x653137(0x1f4)](_0xdb8c3a,{'column':_0x2aa9f1,'includeAllSlots':!0x0});_0x4b76dd=Array[_0x653137(0x1eb)](_0x8c392d)[_0x653137(0x1d9)](_0x205a4a=>_0x205a4a[_0x653137(0x20b)]);}_0x4a1b14[_0x653137(0x1d6)][_0x653137(0x1f9)](_0x3c8078=>{const _0x541985=_0x653137;_0x325b65[_0x541985(0x200)](_0x3c8078[_0x541985(0x1ee)](_0x2acedb),{'commandName':_0x57ecfa,'commandParams':[]},_0x4b76dd,_0x57ecfa);});});}_0x325b65[_0x1429d9(0x1ce)][_0x1429d9(0x1cd)](_0x3e211e=>{const _0x1a9cd4=_0x1429d9;if(_0x1a9cd4(0x1cb)!=_0x3e211e[_0x1a9cd4(0x1b3)]&&_0x1a9cd4(0x1b6)!=_0x3e211e[_0x1a9cd4(0x1b3)])return;const {data:_0xd6ee87}=_0x3e211e;return _0xd6ee87&&_0x1a9cd4(0x1cf)==_0xd6ee87[_0x1a9cd4(0x1fe)]?{'type':_0x1a9cd4(0x1e5),'content':_0x11c8e8(_0x5aae0f,_0x1a9cd4(0x1c2))}:void 0x0;}),_0x325b65[_0x1429d9(0x1ce)][_0x1429d9(0x1cd)](_0x11e378=>{const _0x44fad2=_0x1429d9;if(_0x44fad2(0x1cb)!=_0x11e378[_0x44fad2(0x1b3)]&&_0x44fad2(0x1b6)!=_0x11e378[_0x44fad2(0x1b3)])return;const {data:_0x522d16}=_0x11e378;return _0x522d16?_0x44fad2(0x1d1)==_0x522d16[_0x44fad2(0x1fe)]?{'type':_0x44fad2(0x1e5),'content':_0x11c8e8(_0x5aae0f,_0x44fad2(0x1b5))}:_0x44fad2(0x1ae)==_0x522d16[_0x44fad2(0x1fe)]?{'type':_0x44fad2(0x1e5),'content':_0x11c8e8(_0x5aae0f,_0x44fad2(0x204))}:void 0x0:void 0x0;});const _0x3b4fad=_0x3d89cd[_0x1429d9(0x207)]();for(const _0x12cb63 of[_0x1429d9(0x1e7),_0x1429d9(0x1e1),_0x1429d9(0x1b7),_0x1429d9(0x1fa)])_0x325b65[_0x1429d9(0x203)][_0x1429d9(0x1c3)](_0x1429d9(0x1cb),_0x12cb63,_0x1429d9(0x201),_0x3b4fad);for(const _0x16a9ae of[_0x1429d9(0x1d1),_0x1429d9(0x1ae)])_0x325b65[_0x1429d9(0x203)][_0x1429d9(0x1c3)](_0x1429d9(0x1cb),_0x16a9ae,_0x1429d9(0x201),_0x3b4fad);_0x325b65[_0x1429d9(0x203)][_0x1429d9(0x1c3)](_0x1429d9(0x1cb),_0x1429d9(0x1cf),_0x1429d9(0x201),_0x548744=>{const _0x5809d6=_0x1429d9;_0x4a1b14[_0x5809d6(0x1d6)][_0x5809d6(0x1f9)](_0x3b5764=>{const _0x361138=_0x5809d6,_0x15f8ab=Array[_0x361138(0x1eb)](_0x11efb4[_0x361138(0x1d8)]())[_0x361138(0x1d9)](_0x2c30fc=>_0x1add35[_0x361138(0x1ac)](_0x2c30fc));_0x3b5764[_0x361138(0x1d5)](_0x548744),_0x4a1b14[_0x361138(0x1e9)][_0x361138(0x1d4)](_0x361138(0x1cf))[_0x361138(0x1ef)](),_0x4a1b14[_0x361138(0x1c7)](_0x361138(0x1cf),{'forceDefaultExecution':!0x0});const _0x584ffe=_0x15f8ab[_0x361138(0x1f7)](_0x1881a5=>_0x361138(0x1b0)!=_0x1881a5[_0x361138(0x1f8)][_0x361138(0x202)]);_0x584ffe[_0x361138(0x1c5)]>0x0&&_0x3b5764[_0x361138(0x1d5)](_0x584ffe);for(const _0x209d39 of _0x15f8ab)_0x209d39[_0x361138(0x20e)]();});});for(const _0x177710 of[_0x1429d9(0x1e7),_0x1429d9(0x1b7),_0x1429d9(0x1fa),_0x1429d9(0x1e1)]){const _0x846a04=_0x4a1b14[_0x1429d9(0x1e9)][_0x1429d9(0x1d4)](_0x177710);_0x846a04['on'](_0x1429d9(0x1c0),(_0x21d8e4,_0x184f9d,_0x1e5a58)=>{const _0x38e4ff=_0x1429d9;if(_0x1e5a58){const _0x4c4d30=_0x4a1b14[_0x38e4ff(0x1d6)][_0x38e4ff(0x1ad)][_0x38e4ff(0x1e2)][_0x38e4ff(0x1e8)]()[_0x38e4ff(0x205)]()[_0x38e4ff(0x1fc)](_0x438220=>_0x438220['is'](_0x38e4ff(0x206),_0x38e4ff(0x1b8)));this[_0x38e4ff(0x1e0)](_0x846a04[_0x38e4ff(0x1ca)],_0x4c4d30)||(_0x21d8e4[_0x38e4ff(0x1dd)]=!0x1,_0x21d8e4[_0x38e4ff(0x1d0)]());}},{'priority':_0x1429d9(0x1fb)});}}[_0x2a28fd(0x1c1)](){const _0x4dcb93=_0x2a28fd,_0x78c3be=this[_0x4dcb93(0x1c9)][_0x4dcb93(0x1e9)][_0x4dcb93(0x1d4)](_0x4dcb93(0x1cf)),_0x30803e=this[_0x4dcb93(0x1c9)][_0x4dcb93(0x1db)][_0x4dcb93(0x1d4)](_0x4dcb93(0x1bd));if(!_0x78c3be[_0x4dcb93(0x1d3)])return!0x1;const _0x582300=_0x30803e[_0x4dcb93(0x1df)](this[_0x4dcb93(0x1c9)][_0x4dcb93(0x1d6)][_0x4dcb93(0x1ad)][_0x4dcb93(0x1e2)]);for(const _0x2517ad of _0x582300)for(const _0x26adcd of _0x582300)if(_0x2517ad!=_0x26adcd&&!this[_0x4dcb93(0x1e0)](_0x2517ad,_0x26adcd))return!0x1;return!0x0;}[_0x2a28fd(0x1e0)](_0x464bdf,_0x167064){const _0x4ecf65=_0x2a28fd,_0x13d933=this[_0x4ecf65(0x1c9)][_0x4ecf65(0x1db)][_0x4ecf65(0x1d4)](_0x4ecf65(0x1f6)),_0x433342=this[_0x4ecf65(0x1c9)][_0x4ecf65(0x1d6)][_0x4ecf65(0x1ee)](_0x464bdf),_0x4334e4=this[_0x4ecf65(0x1c9)][_0x4ecf65(0x1d6)][_0x4ecf65(0x1ee)](_0x167064),_0x4b2ced=new Set(),_0x1d36f8=new Set();for(const _0x3606d3 of _0x13d933[_0x4ecf65(0x1f3)]())if((_0x4ecf65(0x1ec)==_0x3606d3[_0x4ecf65(0x1b3)]||_0x4ecf65(0x1b2)==_0x3606d3[_0x4ecf65(0x1b3)]||_0x4ecf65(0x1cf)==_0x3606d3[_0x4ecf65(0x1af)])&&_0x3606d3[_0x4ecf65(0x1ff)]){for(const _0x3163c5 of _0x3606d3[_0x4ecf65(0x1d8)]())_0x3163c5[_0x4ecf65(0x1e3)](_0x433342,!0x0)&&_0x4b2ced[_0x4ecf65(0x1f2)](_0x3606d3[_0x4ecf65(0x1b3)]+':'+_0x3606d3[_0x4ecf65(0x20d)]['id']),_0x3163c5[_0x4ecf65(0x1e3)](_0x4334e4,!0x0)&&_0x1d36f8[_0x4ecf65(0x1f2)](_0x3606d3[_0x4ecf65(0x1b3)]+':'+_0x3606d3[_0x4ecf65(0x20d)]['id']);}if(_0x4b2ced[_0x4ecf65(0x1ba)]!=_0x1d36f8[_0x4ecf65(0x1ba)])return!0x1;for(const _0x258202 of _0x4b2ced)if(!_0x1d36f8[_0x4ecf65(0x208)](_0x258202))return!0x1;return!0x0;}}
|
|
23
|
+
const _0x34977d=_0x3367;function _0x3367(_0x650089,_0x4f4dcf){const _0x233a54=_0x233a();return _0x3367=function(_0x3367ff,_0x238b6a){_0x3367ff=_0x3367ff-0x168;let _0x4005ba=_0x233a54[_0x3367ff];return _0x4005ba;},_0x3367(_0x650089,_0x4f4dcf);}(function(_0x4748b5,_0x17ab52){const _0xd6c0c7=_0x3367,_0x2eca1c=_0x4748b5();while(!![]){try{const _0xddcf60=-parseInt(_0xd6c0c7(0x1ae))/0x1+parseInt(_0xd6c0c7(0x184))/0x2*(-parseInt(_0xd6c0c7(0x18f))/0x3)+-parseInt(_0xd6c0c7(0x1ba))/0x4*(-parseInt(_0xd6c0c7(0x1bf))/0x5)+-parseInt(_0xd6c0c7(0x19e))/0x6+-parseInt(_0xd6c0c7(0x182))/0x7+parseInt(_0xd6c0c7(0x16e))/0x8*(-parseInt(_0xd6c0c7(0x188))/0x9)+parseInt(_0xd6c0c7(0x190))/0xa;if(_0xddcf60===_0x17ab52)break;else _0x2eca1c['push'](_0x2eca1c['shift']());}catch(_0x293d44){_0x2eca1c['push'](_0x2eca1c['shift']());}}}(_0x233a,0x49489));import{Plugin as _0x2b85b8}from'ckeditor5/src/core.js';import _0x4d12a3 from'./table.js';import{LiveRange as _0x3d6056}from'ckeditor5/src/engine.js';import{getTranslation as _0x472eb5}from'../utils/common-translations.js';function _0x233a(){const _0x121f8b=['_suggestionFactory','*Split\x20cell:*\x20vertically','model','locale','fromRange','markMultiRangeBlockFormat','TableEditing','direction','8936NUlKCI','splitTableCellVertically','map','author','type','getSelectionAffectedTableCells','push','mergeTableCellDown','_areSelectedCellsMergable','change','getCellLocation','$graveyard','*Split\x20cell:*\x20horizontally','return','createTableWalker','getSuggestions','mergeTableCellUp','execute','setSelection','getAncestors','105385fcpWMJ','_tablePostFixingSubtypes','2ICHJpF','value','root','createRangeOn','3303WjGPPf','formatBlock','mergeTableCellLeft','containsRange','horizontally','deletion','selection','1043877dawVIm','10897580GZGxhq','editor','get','add','element','commandName','markBlockFormat','isEnabled','_isForcedDefaultExecutionBlock','mergeTableCellRight','isInContent','trackChanges','has','subType','2805204CsTIQq','cell','TrackChangesEditing','detach','filter','from','mergeTableCells','forceDefaultExecution','format','TableUtils','*Merge\x20cells*','table','tableCell','size','insertion','registerCustomCallback','49088ONALcz','low','refresh','accept','enableCommand','registerDescriptionCallback','plugins','_areMergableCells','stop','splitTableCellHorizontally','find','formatInline','5076QrvLTH','set:isEnabled','descriptionFactory','length','getRanges','1970FHSdoO','afterInit','findAncestor','getFirstPosition','document','commands','rootName','_acceptFormatSuggestionCallbackFactory','highest','requires'];_0x233a=function(){return _0x121f8b;};return _0x233a();}export default class St extends _0x2b85b8{static get[_0x34977d(0x1c8)](){return[_0x4d12a3];}[_0x34977d(0x1c0)](){const _0xfaa351=_0x34977d,_0x5409b8=this[_0xfaa351(0x191)],_0x2366c8=_0x5409b8[_0xfaa351(0x168)][_0xfaa351(0x1c3)][_0xfaa351(0x18e)],_0x7a6c18=_0x5409b8[_0xfaa351(0x169)];if(!_0x5409b8[_0xfaa351(0x1b4)][_0xfaa351(0x19c)](_0xfaa351(0x16c)))return;const _0x23355d=_0x5409b8[_0xfaa351(0x1b4)][_0xfaa351(0x192)](_0xfaa351(0x1a0)),_0x56d9a1=_0x5409b8[_0xfaa351(0x1b4)][_0xfaa351(0x192)](_0xfaa351(0x1a7)),_0xbd177c=_0x5409b8[_0xfaa351(0x1b4)][_0xfaa351(0x192)](_0x4d12a3);_0xbd177c[_0xfaa351(0x183)][_0xfaa351(0x174)](_0xfaa351(0x1a4)),_0x23355d[_0xfaa351(0x1b2)](_0xfaa351(0x1a4),()=>{const _0x9eec02=_0xfaa351,_0x511f42=_0x56d9a1[_0x9eec02(0x173)](_0x5409b8[_0x9eec02(0x168)][_0x9eec02(0x1c3)][_0x9eec02(0x18e)]);_0x5409b8[_0x9eec02(0x168)][_0x9eec02(0x177)](()=>{const _0x5edb91=_0x9eec02;_0x23355d[_0x5edb91(0x16b)](_0x511f42,{'commandName':_0x5edb91(0x1a4),'commandParams':[]},[],_0x5edb91(0x1a4));});}),_0x5409b8[_0xfaa351(0x1c4)][_0xfaa351(0x192)](_0xfaa351(0x1a4))['on'](_0xfaa351(0x17f),(_0x4cac8e,_0xe31204)=>{const _0x255e8c=_0xfaa351;_0x5409b8[_0x255e8c(0x1c4)][_0x255e8c(0x192)](_0x255e8c(0x19b))[_0x255e8c(0x185)]&&(_0xe31204[_0x255e8c(0x1bd)]>0x0&&_0xe31204[_0xe31204[_0x255e8c(0x1bd)]-0x1]&&_0xe31204[_0xe31204[_0x255e8c(0x1bd)]-0x1][_0x255e8c(0x1a5)]||_0x23355d[_0x255e8c(0x198)]||this[_0x255e8c(0x176)]()||_0x4cac8e[_0x255e8c(0x1b6)]());},{'priority':_0xfaa351(0x1c7)});for(const _0x284150 of[_0xfaa351(0x17e),_0xfaa351(0x199),_0xfaa351(0x175),_0xfaa351(0x18a)]){const _0x336201=_0x5409b8[_0xfaa351(0x1c4)][_0xfaa351(0x192)](_0x284150);_0x23355d[_0xfaa351(0x1b2)](_0x284150,()=>{const _0x22076f=_0xfaa351,_0x1062d2=_0x5409b8[_0x22076f(0x168)][_0x22076f(0x1c3)][_0x22076f(0x18e)][_0x22076f(0x1c2)]()[_0x22076f(0x181)]()[_0x22076f(0x1b8)](_0xd000c2=>_0xd000c2['is'](_0x22076f(0x194),_0x22076f(0x1aa))),_0x435841=_0x336201[_0x22076f(0x185)];_0x5409b8[_0x22076f(0x168)][_0x22076f(0x177)](()=>{const _0x12f669=_0x22076f;_0x23355d[_0x12f669(0x16b)]([_0x1062d2,_0x435841],{'commandName':_0x12f669(0x1a4),'commandParams':[]},[],_0x12f669(0x1a4));});});}for(const _0xef977f of[_0xfaa351(0x16f),_0xfaa351(0x1b7)]){const _0x53bcd2=_0x5409b8[_0xfaa351(0x1c4)][_0xfaa351(0x192)](_0xef977f);_0x23355d[_0xfaa351(0x1b2)](_0xef977f,()=>{const _0x29d405=_0xfaa351,_0x56ae22=_0x56d9a1[_0x29d405(0x173)](_0x5409b8[_0x29d405(0x168)][_0x29d405(0x1c3)][_0x29d405(0x18e)])[0x0],_0xe5ac9e=_0x56ae22[_0x29d405(0x1c1)](_0x29d405(0x1a9)),{column:_0x48d80d,row:_0x2738da}=_0x56d9a1[_0x29d405(0x178)](_0x56ae22);let _0x5d77e1=[];if(_0x29d405(0x18c)==_0x53bcd2[_0x29d405(0x16d)]){const _0x35f79e=_0x56d9a1[_0x29d405(0x17c)](_0xe5ac9e,{'startRow':_0x2738da,'endRow':_0x2738da,'includeAllSlots':!0x0});_0x5d77e1=Array[_0x29d405(0x1a3)](_0x35f79e)[_0x29d405(0x170)](_0x24dd7e=>_0x24dd7e[_0x29d405(0x19f)]);}else{const _0x14fc6d=_0x56d9a1[_0x29d405(0x17c)](_0xe5ac9e,{'column':_0x48d80d,'includeAllSlots':!0x0});_0x5d77e1=Array[_0x29d405(0x1a3)](_0x14fc6d)[_0x29d405(0x170)](_0x23fbd7=>_0x23fbd7[_0x29d405(0x19f)]);}_0x5409b8[_0x29d405(0x168)][_0x29d405(0x177)](_0x4e00f0=>{const _0x407bda=_0x29d405;_0x23355d[_0x407bda(0x196)](_0x4e00f0[_0x407bda(0x187)](_0x56ae22),{'commandName':_0xef977f,'commandParams':[]},_0x5d77e1,_0xef977f);});});}_0x23355d[_0xfaa351(0x1bc)][_0xfaa351(0x1b3)](_0x8a0066=>{const _0x42494c=_0xfaa351;if(_0x42494c(0x189)!=_0x8a0066[_0x42494c(0x172)]&&_0x42494c(0x1b9)!=_0x8a0066[_0x42494c(0x172)])return;const {data:_0x145e14}=_0x8a0066;return _0x145e14&&_0x42494c(0x1a4)==_0x145e14[_0x42494c(0x195)]?{'type':_0x42494c(0x1a6),'content':_0x472eb5(_0x7a6c18,_0x42494c(0x1a8))}:void 0x0;}),_0x23355d[_0xfaa351(0x1bc)][_0xfaa351(0x1b3)](_0x42a9de=>{const _0x105204=_0xfaa351;if(_0x105204(0x189)!=_0x42a9de[_0x105204(0x172)]&&_0x105204(0x1b9)!=_0x42a9de[_0x105204(0x172)])return;const {data:_0x34cb4c}=_0x42a9de;return _0x34cb4c?_0x105204(0x16f)==_0x34cb4c[_0x105204(0x195)]?{'type':_0x105204(0x1a6),'content':_0x472eb5(_0x7a6c18,_0x105204(0x1ca))}:_0x105204(0x1b7)==_0x34cb4c[_0x105204(0x195)]?{'type':_0x105204(0x1a6),'content':_0x472eb5(_0x7a6c18,_0x105204(0x17a))}:void 0x0:void 0x0;});const _0x5e387b=_0xbd177c[_0xfaa351(0x1c6)]();for(const _0x171a49 of[_0xfaa351(0x17e),_0xfaa351(0x199),_0xfaa351(0x175),_0xfaa351(0x18a)])_0x23355d[_0xfaa351(0x1c9)][_0xfaa351(0x1ad)](_0xfaa351(0x189),_0x171a49,_0xfaa351(0x1b1),_0x5e387b);for(const _0x30ee1d of[_0xfaa351(0x16f),_0xfaa351(0x1b7)])_0x23355d[_0xfaa351(0x1c9)][_0xfaa351(0x1ad)](_0xfaa351(0x189),_0x30ee1d,_0xfaa351(0x1b1),_0x5e387b);_0x23355d[_0xfaa351(0x1c9)][_0xfaa351(0x1ad)](_0xfaa351(0x189),_0xfaa351(0x1a4),_0xfaa351(0x1b1),_0x1c3d24=>{const _0x3a9600=_0xfaa351;_0x5409b8[_0x3a9600(0x168)][_0x3a9600(0x177)](_0x4476d0=>{const _0x2e5606=_0x3a9600,_0x2fadc8=Array[_0x2e5606(0x1a3)](_0x2366c8[_0x2e5606(0x1be)]())[_0x2e5606(0x170)](_0x3d15b7=>_0x3d6056[_0x2e5606(0x16a)](_0x3d15b7));_0x4476d0[_0x2e5606(0x180)](_0x1c3d24),_0x5409b8[_0x2e5606(0x1c4)][_0x2e5606(0x192)](_0x2e5606(0x1a4))[_0x2e5606(0x1b0)](),_0x5409b8[_0x2e5606(0x17f)](_0x2e5606(0x1a4),{'forceDefaultExecution':!0x0});const _0x43c3a6=_0x2fadc8[_0x2e5606(0x1a2)](_0x4c7a17=>_0x2e5606(0x179)!=_0x4c7a17[_0x2e5606(0x186)][_0x2e5606(0x1c5)]);_0x43c3a6[_0x2e5606(0x1bd)]>0x0&&_0x4476d0[_0x2e5606(0x180)](_0x43c3a6);for(const _0xee04ed of _0x2fadc8)_0xee04ed[_0x2e5606(0x1a1)]();});});for(const _0x24977d of[_0xfaa351(0x17e),_0xfaa351(0x175),_0xfaa351(0x18a),_0xfaa351(0x199)]){const _0x2c850a=_0x5409b8[_0xfaa351(0x1c4)][_0xfaa351(0x192)](_0x24977d);_0x2c850a['on'](_0xfaa351(0x1bb),(_0x99a2d0,_0x41aa98,_0x2757c8)=>{const _0x525cc1=_0xfaa351;if(_0x2757c8){const _0x5f16d2=_0x5409b8[_0x525cc1(0x168)][_0x525cc1(0x1c3)][_0x525cc1(0x18e)][_0x525cc1(0x1c2)]()[_0x525cc1(0x181)]()[_0x525cc1(0x1b8)](_0x13fca8=>_0x13fca8['is'](_0x525cc1(0x194),_0x525cc1(0x1aa)));this[_0x525cc1(0x1b5)](_0x2c850a[_0x525cc1(0x185)],_0x5f16d2)||(_0x99a2d0[_0x525cc1(0x17b)]=!0x1,_0x99a2d0[_0x525cc1(0x1b6)]());}},{'priority':_0xfaa351(0x1af)});}}[_0x34977d(0x176)](){const _0x25199f=_0x34977d,_0x1731d6=this[_0x25199f(0x191)][_0x25199f(0x1c4)][_0x25199f(0x192)](_0x25199f(0x1a4)),_0x3932c1=this[_0x25199f(0x191)][_0x25199f(0x1b4)][_0x25199f(0x192)](_0x25199f(0x1a7));if(!_0x1731d6[_0x25199f(0x197)])return!0x1;const _0x3e450e=_0x3932c1[_0x25199f(0x173)](this[_0x25199f(0x191)][_0x25199f(0x168)][_0x25199f(0x1c3)][_0x25199f(0x18e)]);for(const _0x446295 of _0x3e450e)for(const _0x44cbc2 of _0x3e450e)if(_0x446295!=_0x44cbc2&&!this[_0x25199f(0x1b5)](_0x446295,_0x44cbc2))return!0x1;return!0x0;}[_0x34977d(0x1b5)](_0x679295,_0x6c37aa){const _0x1f8671=_0x34977d,_0x5200d9=this[_0x1f8671(0x191)][_0x1f8671(0x1b4)][_0x1f8671(0x192)](_0x1f8671(0x1a0)),_0x26e37c=this[_0x1f8671(0x191)][_0x1f8671(0x168)][_0x1f8671(0x187)](_0x679295),_0x161d85=this[_0x1f8671(0x191)][_0x1f8671(0x168)][_0x1f8671(0x187)](_0x6c37aa),_0x5a5cb4=new Set(),_0x4bbc30=new Set();for(const _0x1c4176 of _0x5200d9[_0x1f8671(0x17d)]())if((_0x1f8671(0x1ac)==_0x1c4176[_0x1f8671(0x172)]||_0x1f8671(0x18d)==_0x1c4176[_0x1f8671(0x172)]||_0x1f8671(0x1a4)==_0x1c4176[_0x1f8671(0x19d)])&&_0x1c4176[_0x1f8671(0x19a)]){for(const _0x2e2a75 of _0x1c4176[_0x1f8671(0x1be)]())_0x2e2a75[_0x1f8671(0x18b)](_0x26e37c,!0x0)&&_0x5a5cb4[_0x1f8671(0x193)](_0x1c4176[_0x1f8671(0x172)]+':'+_0x1c4176[_0x1f8671(0x171)]['id']),_0x2e2a75[_0x1f8671(0x18b)](_0x161d85,!0x0)&&_0x4bbc30[_0x1f8671(0x193)](_0x1c4176[_0x1f8671(0x172)]+':'+_0x1c4176[_0x1f8671(0x171)]['id']);}if(_0x5a5cb4[_0x1f8671(0x1ab)]!=_0x4bbc30[_0x1f8671(0x1ab)])return!0x1;for(const _0x5482a2 of _0x5a5cb4)if(!_0x4bbc30[_0x1f8671(0x19c)](_0x5482a2))return!0x1;return!0x0;}}
|