@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240605.0 → 0.0.0-nightly-20240606.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 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +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.d.ts +1 -1
- package/src/suggestion.js +2 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x44dd(){const _0x3330fd=['420908aawGIS','18XWBulQ','TrackChangesEditing','enableCommand','acceptAllSuggestions','17577vyQTJx','257201FYugUe','RestrictedEditingModeEditing','has','acceptSuggestion','11355060qMsJav','goToPreviousRestrictedEditingException','46136Sutkzf','discardSuggestion','836630QfqvsM','333636ZaudpT','editor','acceptSelectedSuggestions','606aSEHkF','plugins','discardAllSuggestions','801GZOyKt','discardSelectedSuggestions','trackChanges','get','goToNextRestrictedEditingException','afterInit'];_0x44dd=function(){return _0x3330fd;};return _0x44dd();}const _0x1324dd=_0x3951;function _0x3951(_0x5f041b,_0x415532){const _0x44dd72=_0x44dd();return _0x3951=function(_0x395119,_0x718cf4){_0x395119=_0x395119-0x1b7;let _0x59587d=_0x44dd72[_0x395119];return _0x59587d;},_0x3951(_0x5f041b,_0x415532);}(function(_0x4d2467,_0x57566a){const _0x330568=_0x3951,_0xe9396=_0x4d2467();while(!![]){try{const _0x312bc3=parseInt(_0x330568(0x1ce))/0x1+-parseInt(_0x330568(0x1c8))/0x2+-parseInt(_0x330568(0x1c9))/0x3*(-parseInt(_0x330568(0x1bc))/0x4)+parseInt(_0x330568(0x1bb))/0x5+parseInt(_0x330568(0x1bf))/0x6*(parseInt(_0x330568(0x1cd))/0x7)+-parseInt(_0x330568(0x1b9))/0x8*(-parseInt(_0x330568(0x1c2))/0x9)+-parseInt(_0x330568(0x1b7))/0xa;if(_0x312bc3===_0x57566a)break;else _0xe9396['push'](_0xe9396['shift']());}catch(_0x59459a){_0xe9396['push'](_0xe9396['shift']());}}}(_0x44dd,0x54727));import{Plugin as _0x5500fd}from'ckeditor5/src/core.js';export default class kt extends _0x5500fd{[_0x1324dd(0x1c7)](){const _0xe44b4f=_0x1324dd,_0x1cbca1=this[_0xe44b4f(0x1bd)];if(!_0x1cbca1[_0xe44b4f(0x1c0)][_0xe44b4f(0x1d0)](_0xe44b4f(0x1cf)))return;const _0x41daed=_0x1cbca1[_0xe44b4f(0x1c0)][_0xe44b4f(0x1c5)](_0xe44b4f(0x1ca));_0x41daed[_0xe44b4f(0x1cb)](_0xe44b4f(0x1b8)),_0x41daed[_0xe44b4f(0x1cb)](_0xe44b4f(0x1c6));const _0x37483c=_0x1cbca1[_0xe44b4f(0x1c0)][_0xe44b4f(0x1c5)](_0xe44b4f(0x1cf));_0x37483c[_0xe44b4f(0x1cb)](_0xe44b4f(0x1c4)),_0x37483c[_0xe44b4f(0x1cb)](_0xe44b4f(0x1d1)),_0x37483c[_0xe44b4f(0x1cb)](_0xe44b4f(0x1ba)),_0x37483c[_0xe44b4f(0x1cb)](_0xe44b4f(0x1cc)),_0x37483c[_0xe44b4f(0x1cb)](_0xe44b4f(0x1c1)),_0x37483c[_0xe44b4f(0x1cb)](_0xe44b4f(0x1be)),_0x37483c[_0xe44b4f(0x1cb)](_0xe44b4f(0x1c3));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x576e66=_0x53f6;function _0x6244(){const _0x27f1da=['init','writer','TrackChangesEditing','8608fQBRdN','738036wiawvA','softBreak','test','deletion','3URwIRM','ck-suggestion-marker-','element','includes','addMarker:suggestion','merge','split','533164iTisUC','insert','addMarker:suggestion:insertion','mapper','editing','downcastDispatcher','options','model','markerName','shiftEnter','5748675HszROy','descriptionFactory','showSuggestionHighlights','plugins','data','high','requires','bindElementToMarker','activeMarkers','name','locale','toViewPosition','addMarker:suggestion:deletion','enableCommand','consumable','14949otFJQo','get','createPositionBefore','span','editor','getItems','1426132ttyMlY','ck-suggestion-marker--active','7552866sktcdg','registerElementLabel','ELEMENT_LINE_BREAK','markerRange','addClass','createUIElement','5280737vYztCN'];_0x6244=function(){return _0x27f1da;};return _0x6244();}(function(_0xf7a887,_0x5a458e){const _0x3623e4=_0x53f6,_0x316a55=_0xf7a887();while(!![]){try{const _0x5a7988=-parseInt(_0x3623e4(0x1e4))/0x1+-parseInt(_0x3623e4(0x20e))/0x2+parseInt(_0x3623e4(0x1e8))/0x3*(-parseInt(_0x3623e4(0x1ef))/0x4)+parseInt(_0x3623e4(0x1f9))/0x5+-parseInt(_0x3623e4(0x210))/0x6+parseInt(_0x3623e4(0x216))/0x7+-parseInt(_0x3623e4(0x1e3))/0x8*(-parseInt(_0x3623e4(0x208))/0x9);if(_0x5a7988===_0x5a458e)break;else _0x316a55['push'](_0x316a55['shift']());}catch(_0x425fdf){_0x316a55['push'](_0x316a55['shift']());}}}(_0x6244,0xcf11e));import{Plugin as _0x3f8bf7}from'ckeditor5/src/core.js';import{ShiftEnter as _0x236e9b}from'ckeditor5/src/enter.js';import{getTranslation as _0x2f8b4f}from'../utils/common-translations.js';export default class bt extends _0x3f8bf7{static get[_0x576e66(0x1ff)](){return[_0x236e9b];}[_0x576e66(0x1e0)](){const _0x3f12f3=_0x576e66,_0x53c9af=this[_0x3f12f3(0x20c)],_0x216bb3=_0x53c9af[_0x3f12f3(0x1fc)][_0x3f12f3(0x209)](_0x3f12f3(0x1e2));_0x216bb3[_0x3f12f3(0x206)](_0x3f12f3(0x1f8)),_0x53c9af[_0x3f12f3(0x1f3)][_0x3f12f3(0x1f4)]['on'](_0x3f12f3(0x1f1),de(_0x53c9af),{'priority':_0x3f12f3(0x1fe)}),_0x53c9af[_0x3f12f3(0x1f3)][_0x3f12f3(0x1f4)]['on'](_0x3f12f3(0x205),de(_0x53c9af),{'priority':_0x3f12f3(0x1fe)}),_0x53c9af[_0x3f12f3(0x1fd)][_0x3f12f3(0x1f4)]['on'](_0x3f12f3(0x1ec),(_0x20484b,_0x380151,_0x25692d)=>{const _0x587e1b=_0x3f12f3;_0x25692d[_0x587e1b(0x1f5)][_0x587e1b(0x1fb)]&&de(_0x53c9af,{'showActiveMarker':!0x1})(_0x20484b,_0x380151,_0x25692d);}),_0x216bb3[_0x3f12f3(0x1fa)][_0x3f12f3(0x211)](_0x3f12f3(0x1e5),_0x484d5d=>_0x2f8b4f(_0x53c9af[_0x3f12f3(0x203)],_0x3f12f3(0x212),_0x484d5d));}}function _0x53f6(_0x5ac461,_0x102d37){const _0x624475=_0x6244();return _0x53f6=function(_0x53f631,_0x5229d3){_0x53f631=_0x53f631-0x1e0;let _0x13e19d=_0x624475[_0x53f631];return _0x13e19d;},_0x53f6(_0x5ac461,_0x102d37);}function de(_0xb9a757,{showActiveMarker:_0x4398fd=!0x0}={}){return(_0x1d0312,_0x25e577,_0x4929ea)=>{const _0x5337a6=_0x53f6,_0x5b347f=_0xb9a757[_0x5337a6(0x1fc)][_0x5337a6(0x209)](_0x5337a6(0x1e2));if(!_0x4929ea[_0x5337a6(0x207)][_0x5337a6(0x1e6)](_0x25e577[_0x5337a6(0x213)],_0x1d0312[_0x5337a6(0x202)]))return;const _0x4bfbf6=_0xb9a757[_0x5337a6(0x1f6)];for(const _0x15b809 of _0x25e577[_0x5337a6(0x213)][_0x5337a6(0x20d)]()){if(!_0x15b809['is'](_0x5337a6(0x1ea),_0x5337a6(0x1e5)))continue;const _0x205893=_0x5337a6(0x1e7)==_0x25e577[_0x5337a6(0x1f7)][_0x5337a6(0x1ee)](':')[0x1]?_0x5337a6(0x1ed):_0x5337a6(0x1ee),_0x5680f7=_0x4929ea[_0x5337a6(0x1e1)][_0x5337a6(0x215)](_0x5337a6(0x20b),{'class':_0x5337a6(0x1e9)+_0x205893}),_0x2d0c9c=_0x4929ea[_0x5337a6(0x1f2)][_0x5337a6(0x204)](_0x4bfbf6[_0x5337a6(0x20a)](_0x15b809));_0x4398fd&&_0x5b347f[_0x5337a6(0x201)][_0x5337a6(0x1eb)](_0x25e577[_0x5337a6(0x1f7)])&&_0x4929ea[_0x5337a6(0x1e1)][_0x5337a6(0x214)](_0x5337a6(0x20f),_0x5680f7),_0x4929ea[_0x5337a6(0x1e1)][_0x5337a6(0x1f0)](_0x2d0c9c,_0x5680f7),_0x4929ea[_0x5337a6(0x1f2)][_0x5337a6(0x200)](_0x5680f7,_0x25e577[_0x5337a6(0x1f7)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x3683(_0x53233,_0x2bd710){const _0x3c31c9=_0x3c31();return _0x3683=function(_0x368371,_0x1b24e0){_0x368371=_0x368371-0x1db;let _0x2de6e6=_0x3c31c9[_0x368371];return _0x2de6e6;},_0x3683(_0x53233,_0x2bd710);}const _0x513232=_0x3683;function _0x3c31(){const _0x3bcfa3=['from','restrictedEditingException','format','599478AkKzxU','document','descriptionFactory','getRanges','948271mdNlad','enableCommand','formatBlock','afterInit','selection','TrackChangesEditing','8942890EDNPlD','commandParams','FORMAT_RESTRICTED_ENABLED','model','registerDescriptionCallback','2490464GqdCRP','change','18155977kzZtqd','isCollapsed','commandName','has','locale','value','302220lJFTHL','editor','FORMAT_RESTRICTED_DISABLED','forceValue','commands','markInlineFormat','2240536aLQZDw','get','formatInline','type','plugins','StandardEditingModeEditing'];_0x3c31=function(){return _0x3bcfa3;};return _0x3c31();}(function(_0x1aeade,_0x58ebcb){const _0x1fd614=_0x3683,_0x3033b8=_0x1aeade();while(!![]){try{const _0x3b3476=parseInt(_0x1fd614(0x1f9))/0x1+parseInt(_0x1fd614(0x1de))/0x2+parseInt(_0x1fd614(0x1f5))/0x3+-parseInt(_0x1fd614(0x1ec))/0x4+parseInt(_0x1fd614(0x1ff))/0x5+-parseInt(_0x1fd614(0x1e6))/0x6+-parseInt(_0x1fd614(0x1e0))/0x7;if(_0x3b3476===_0x58ebcb)break;else _0x3033b8['push'](_0x3033b8['shift']());}catch(_0x2890e7){_0x3033b8['push'](_0x3033b8['shift']());}}}(_0x3c31,0xeeb1c));import{Plugin as _0x15db19}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x27d624}from'./utils.js';import{getTranslation as _0x432038}from'../utils/common-translations.js';export default class wt extends _0x15db19{[_0x513232(0x1fc)](){const _0x5c9017=_0x513232,_0x4bba1f=this[_0x5c9017(0x1e7)],_0x332fec=_0x4bba1f[_0x5c9017(0x1dc)],_0x39dfab=_0x4bba1f[_0x5c9017(0x1e4)];if(!_0x4bba1f[_0x5c9017(0x1f0)][_0x5c9017(0x1e3)](_0x5c9017(0x1f1)))return;const _0x4a42c2=_0x4bba1f[_0x5c9017(0x1f0)][_0x5c9017(0x1ed)](_0x5c9017(0x1fe)),_0x36e4aa=_0x5c9017(0x1f3),_0x451957=_0x4bba1f[_0x5c9017(0x1ea)][_0x5c9017(0x1ed)](_0x36e4aa);_0x4a42c2[_0x5c9017(0x1fa)](_0x36e4aa,(_0x4c5d4a,_0x24ee74={})=>{const _0x14264b=_0x5c9017,_0x4f6ddb=_0x332fec[_0x14264b(0x1f6)][_0x14264b(0x1fd)];if(_0x4f6ddb[_0x14264b(0x1e1)])return void _0x4c5d4a(_0x24ee74);const _0x2f2ba4=void 0x0!==_0x24ee74[_0x14264b(0x1e9)]?_0x24ee74[_0x14264b(0x1e9)]:!_0x451957[_0x14264b(0x1e5)];_0x332fec[_0x14264b(0x1df)](()=>{const _0x4b967f=_0x14264b,_0x2a3c45=Array[_0x4b967f(0x1f2)](_0x4f6ddb[_0x4b967f(0x1f8)]());for(const _0x15b146 of _0x2a3c45){const _0x2a3218=_0x2f2ba4?[_0x15b146]:_0x27d624(_0x36e4aa,_0x15b146,_0x332fec);for(const _0x2c4920 of _0x2a3218)_0x4a42c2[_0x4b967f(0x1eb)](_0x2c4920,{'commandName':_0x36e4aa,'commandParams':[{'forceValue':_0x2f2ba4}]});}});}),_0x4a42c2[_0x5c9017(0x1f7)][_0x5c9017(0x1dd)](_0x43926b=>{const _0x399bd5=_0x5c9017;if(_0x399bd5(0x1fb)!=_0x43926b[_0x399bd5(0x1ef)]&&_0x399bd5(0x1ee)!=_0x43926b[_0x399bd5(0x1ef)])return;const {data:_0x140f28}=_0x43926b;return _0x140f28&&_0x140f28[_0x399bd5(0x1e2)]==_0x36e4aa?_0x140f28[_0x399bd5(0x200)][0x0][_0x399bd5(0x1e9)]?{'type':_0x399bd5(0x1f4),'content':_0x432038(_0x39dfab,_0x399bd5(0x1db))}:{'type':_0x399bd5(0x1f4),'content':_0x432038(_0x39dfab,_0x399bd5(0x1e8))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2944d4=_0x559c;(function(_0x417f09,_0x47c081){const _0x44fa8a=_0x559c,_0x2fd4ff=_0x417f09();while(!![]){try{const _0x4b286d=-parseInt(_0x44fa8a(0x1da))/0x1+-parseInt(_0x44fa8a(0x1ff))/0x2*(-parseInt(_0x44fa8a(0x1fe))/0x3)+parseInt(_0x44fa8a(0x1f3))/0x4+parseInt(_0x44fa8a(0x1f4))/0x5*(-parseInt(_0x44fa8a(0x1ef))/0x6)+parseInt(_0x44fa8a(0x1eb))/0x7*(-parseInt(_0x44fa8a(0x205))/0x8)+-parseInt(_0x44fa8a(0x1d9))/0x9*(parseInt(_0x44fa8a(0x1e0))/0xa)+parseInt(_0x44fa8a(0x1db))/0xb;if(_0x4b286d===_0x47c081)break;else _0x2fd4ff['push'](_0x2fd4ff['shift']());}catch(_0x192d3c){_0x2fd4ff['push'](_0x2fd4ff['shift']());}}}(_0x4fa1,0x19cb9));import{Plugin as _0x4aae95}from'ckeditor5/src/core.js';function _0x559c(_0xce30f0,_0x13ca3f){const _0x4fa1fb=_0x4fa1();return _0x559c=function(_0x559c11,_0x5da0eb){_0x559c11=_0x559c11-0x1d4;let _0x6e531b=_0x4fa1fb[_0x559c11];return _0x6e531b;},_0x559c(_0xce30f0,_0x13ca3f);}import{getTranslation as _0x5850a6}from'../utils/common-translations.js';function _0x4fa1(){const _0x15d02f=['DataSchema','getGhsAttributeNameForElement','style','183THNCrG','3626LKTrvm','get','GeneralHtmlSupport','TrackChangesEditing','registerBlockAttribute','inline','8JbZYWZ','enableDefaultAttributesIntegration','_registerLegacyDescription','config','has','toLowerCase','registerAttributeLabel','1935jbeIly','24441PwvCSD','373109ooMhaC','formatBlock','commandParams','add','registerInlineAttribute','370oxTXmH','descriptionFactory','element','definitions','format','normalizeConfig','*Remove\x20format:*\x20%0','*Set\x20format:*\x20%0','afterInit','FORMAT_STYLE','forceValue','248857ZsoEtn','ghsAttributes','editor','type','70146xsnLwW','plugins','Style','block','443716yrtvVO','35NKwhqH','commandName','locale','StyleUtils','styleName','registerDescriptionCallback','formatInline'];_0x4fa1=function(){return _0x15d02f;};return _0x4fa1();}export default class yt extends _0x4aae95{[_0x2944d4(0x1e8)](){const _0x1473fb=_0x2944d4,_0x4f99b0=this[_0x1473fb(0x1ed)];if(!_0x4f99b0[_0x1473fb(0x1f0)][_0x1473fb(0x1d6)](_0x1473fb(0x1f1))||!_0x4f99b0[_0x1473fb(0x1f0)][_0x1473fb(0x1d6)](_0x1473fb(0x1fb)))return;const _0x2d099b=_0x4f99b0[_0x1473fb(0x1f0)][_0x1473fb(0x200)](_0x1473fb(0x202)),_0x34f087=_0x4f99b0[_0x1473fb(0x1f6)],_0x201bf9=_0x4f99b0[_0x1473fb(0x1d5)][_0x1473fb(0x200)](_0x1473fb(0x1fd))||{},_0x429e97=_0x4f99b0[_0x1473fb(0x1f0)][_0x1473fb(0x200)](_0x1473fb(0x201)),_0x1aad46=_0x4f99b0[_0x1473fb(0x1f0)][_0x1473fb(0x200)](_0x1473fb(0x1f7))[_0x1473fb(0x1e5)](_0x4f99b0[_0x1473fb(0x1f0)][_0x1473fb(0x200)](_0x1473fb(0x1fb)),_0x201bf9[_0x1473fb(0x1e3)]);_0x2d099b[_0x1473fb(0x206)](_0x1473fb(0x1fd));const _0x28333b=new Set();for(const _0x1aec7a of _0x1aad46[_0x1473fb(0x1f2)]){const _0x238ff3=_0x429e97[_0x1473fb(0x1fc)](_0x1aec7a[_0x1473fb(0x1e2)]);_0x28333b[_0x1473fb(0x1de)](_0x238ff3);}const _0x5e3ae5=new Set();for(const _0x58dda2 of _0x1aad46[_0x1473fb(0x204)]){const _0x3a9c94=_0x429e97[_0x1473fb(0x1fc)](_0x58dda2[_0x1473fb(0x1e2)]);_0x5e3ae5[_0x1473fb(0x1de)](_0x3a9c94);for(const _0x3859c1 of _0x58dda2[_0x1473fb(0x1ec)])_0x5e3ae5[_0x1473fb(0x1de)](_0x3859c1);}for(const _0x3c9dce of _0x28333b)_0x2d099b[_0x1473fb(0x203)](_0x3c9dce),_0x2d099b[_0x1473fb(0x1e1)][_0x1473fb(0x1d8)](_0x3c9dce,_0x5850a6(_0x34f087,_0x1473fb(0x1e9)));for(const _0x41c1b3 of _0x5e3ae5)_0x2d099b[_0x1473fb(0x1df)](_0x41c1b3),_0x2d099b[_0x1473fb(0x1e1)][_0x1473fb(0x1d8)](_0x41c1b3,_0x5850a6(_0x34f087,_0x1473fb(0x1e9)));this[_0x1473fb(0x1d4)]();}[_0x2944d4(0x1d4)](){const _0x7b7f3d=_0x2944d4,_0x36489b=this[_0x7b7f3d(0x1ed)],_0x20ca01=_0x36489b[_0x7b7f3d(0x1f6)];_0x36489b[_0x7b7f3d(0x1f0)][_0x7b7f3d(0x200)](_0x7b7f3d(0x202))[_0x7b7f3d(0x1e1)][_0x7b7f3d(0x1f9)](_0x3f3457=>{const _0x57a474=_0x7b7f3d;if(_0x57a474(0x1dc)!=_0x3f3457[_0x57a474(0x1ee)]&&_0x57a474(0x1fa)!=_0x3f3457[_0x57a474(0x1ee)])return;const {data:_0x22db74}=_0x3f3457;return _0x22db74&&_0x57a474(0x1fd)===_0x22db74[_0x57a474(0x1f5)]?_0x22db74[_0x57a474(0x1dd)][0x0][_0x57a474(0x1ea)]?{'type':_0x57a474(0x1e4),'content':_0x5850a6(_0x20ca01,_0x57a474(0x1e7),_0x22db74[_0x57a474(0x1dd)][0x0][_0x57a474(0x1f8)][_0x57a474(0x1d7)]())}:{'type':_0x57a474(0x1e4),'content':_0x5850a6(_0x20ca01,_0x57a474(0x1e6),_0x22db74[_0x57a474(0x1dd)][0x0][_0x57a474(0x1f8)][_0x57a474(0x1d7)]())}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0xad87(_0x5782f7,_0x520790){const _0xd9ed5f=_0xd9ed();return _0xad87=function(_0xad875e,_0x3b1288){_0xad875e=_0xad875e-0x1d2;let _0x5ee36f=_0xd9ed5f[_0xad875e];return _0x5ee36f;},_0xad87(_0x5782f7,_0x520790);}const _0x573532=_0xad87;(function(_0x161c94,_0x21be8c){const _0x339432=_0xad87,_0x35c12a=_0x161c94();while(!![]){try{const _0x1c85b5=parseInt(_0x339432(0x263))/0x1*(parseInt(_0x339432(0x1db))/0x2)+-parseInt(_0x339432(0x260))/0x3+parseInt(_0x339432(0x1e6))/0x4*(-parseInt(_0x339432(0x239))/0x5)+parseInt(_0x339432(0x227))/0x6*(-parseInt(_0x339432(0x256))/0x7)+parseInt(_0x339432(0x221))/0x8+parseInt(_0x339432(0x1ea))/0x9*(-parseInt(_0x339432(0x1fc))/0xa)+parseInt(_0x339432(0x25f))/0xb;if(_0x1c85b5===_0x21be8c)break;else _0x35c12a['push'](_0x35c12a['shift']());}catch(_0x3815c1){_0x35c12a['push'](_0x35c12a['shift']());}}}(_0xd9ed,0xb0ef9));import{Plugin as _0x5e6802}from'ckeditor5/src/core.js';import{LiveRange as _0x145442}from'ckeditor5/src/engine.js';function _0xd9ed(){const _0x5e74ff=['map','isInContent','getCellLocation','TableEditing','registerPostFixer','hasAttribute','has','min','execute','6558448jMqIbA','createPositionAt','getChildren','length','subType','ELEMENT_TABLE_WITH_TEXT','1886910SZHpHX','getSelectionAffectedTableCells','minColumn','differ','removeTableColumn','document','push','maxColumn','TableUtils','name','getRowIndexes','addRange','MIN_SAFE_INTEGER','fromRange','change','options','tableCell','tableColumn','25QKrpel','join','position','createRangeOn','discard','afterInit','removeTableRow','startsWith','TrackChangesEditing','insertTableColumnRight','findAncestor','highest','root','getContainedElement','plugins','above','selectTableColumn','getRanges','ELEMENT_TABLE_ROW_WITH_TEXT','showSuggestionHighlights','*Insert:*\x20%0','writer','max','rootName','enqueueChange','downcastDispatcher','getFirstRange','ELEMENT_TABLE','removeClass','21DfJvpR','toViewElement','batch','suggestion','getColumnIndexes','ELEMENT_TABLE_COLUMN_WITH_TEXT','last','*Remove:*\x20%0','end','25355825rGYoEn','4083720vBppuh','toLowerCase','createTableWalker','78091pLozBd','insertTableColumnLeft','ELEMENT_TABLE_COLUMN','nodeBefore','insert','registerDescriptionCallback','isIntersectingWithRange','table','_splitMarkerName','markMultiRangeDeletion','refresh','data','minRow','getChangedMarkers','insertion','$textProxy','isArray','MAX_SAFE_INTEGER','add','setSelection','span','oldRange','get','values','insertTable','addClass','insertTableRowBelow','28jIcwiJ','cell','_tablePostFixingSubtypes','isTouching','filter','change:data','commands','start','enableCommand','selection','order','341956kqmMsj','low','_getSuggestionCoords','element','3258gedmxe','ELEMENT_TABLE_ROW','classes','tableRow','maxRow','getAttribute','selectTableRow','first','deletion','_acceptFormatSuggestionCallbackFactory','$graveyard','markMultiRangeInsertion','_tableSuggestions','substr','_suggestionFactory','createRangeIn','_getCoordsForCells','accept','21030mUswjm','getSuggestion','mapper','forceValue','detach','type','registerCustomCallback','item','_setupColumnsRowsFixing','some','colspan','locale','isEqual','getItems','getChanges','descriptionFactory','addMarker:suggestion','registerElementLabel','nodeAfter','every','editor','tablePaste','model','insertTableRowAbove','left','includes','rowspan','from'];_0xd9ed=function(){return _0x5e74ff;};return _0xd9ed();}import{setHighlightHandling as _0x52a244}from'ckeditor5/src/widget.js';import{getTranslation as _0x30bd12}from'../utils/common-translations.js';export default class jt extends _0x5e6802{constructor(_0x57d069){const _0x589359=_0xad87;super(_0x57d069),this[_0x589359(0x1dd)]=[_0x589359(0x1ed),_0x589359(0x238)],this[_0x589359(0x1f6)]=new Set();}[_0x573532(0x23e)](){const _0x32d2f4=_0x573532,_0x3c7c24=this[_0x32d2f4(0x210)],_0x3f8aa9=_0x3c7c24[_0x32d2f4(0x212)][_0x32d2f4(0x22c)][_0x32d2f4(0x1e4)];if(!_0x3c7c24[_0x32d2f4(0x247)][_0x32d2f4(0x21e)](_0x32d2f4(0x21b)))return;const _0x500321=_0x3c7c24[_0x32d2f4(0x207)],_0x3f99f7=_0x3c7c24[_0x32d2f4(0x247)][_0x32d2f4(0x1d6)](_0x32d2f4(0x241)),_0x206f43=_0x3c7c24[_0x32d2f4(0x247)][_0x32d2f4(0x1d6)](_0x32d2f4(0x22f));_0x3f99f7[_0x32d2f4(0x20b)][_0x32d2f4(0x20d)](_0x32d2f4(0x26a),_0x2e22c7=>_0x30bd12(_0x500321,_0x32d2f4(0x254),_0x2e22c7)),this[_0x32d2f4(0x204)](),_0x3f99f7[_0x32d2f4(0x1e3)](_0x32d2f4(0x1d8)),_0x3f99f7[_0x32d2f4(0x1e3)](_0x32d2f4(0x1f0)),_0x3f99f7[_0x32d2f4(0x1e3)](_0x32d2f4(0x249));for(const _0x58456c of[_0x32d2f4(0x213),_0x32d2f4(0x1da)]){const _0x452e0b=_0x3c7c24[_0x32d2f4(0x1e1)][_0x32d2f4(0x1d6)](_0x58456c);_0x3f99f7[_0x32d2f4(0x1e3)](_0x58456c,_0x43537f=>{const _0xcd6002=_0x32d2f4;_0x3c7c24[_0xcd6002(0x212)][_0xcd6002(0x235)](_0xe8a78b=>{const _0x184a8b=_0xcd6002;_0x43537f();const _0x1ff767=_0x184a8b(0x248)===_0x452e0b[_0x184a8b(0x1e5)],_0x5a0c41=_0x206f43[_0x184a8b(0x228)](_0x3f8aa9),_0x3df72a=_0x206f43[_0x184a8b(0x231)](_0x5a0c41),_0xc58b76=_0x1ff767?_0x3df72a[_0x184a8b(0x1f1)]-0x1:_0x3df72a[_0x184a8b(0x25c)]+0x1,_0x421418=_0x5a0c41[0x0][_0x184a8b(0x243)](_0x184a8b(0x26a)),_0x5a4639=_0x206f43[_0x184a8b(0x262)](_0x421418,{'startRow':_0xc58b76,'endRow':_0xc58b76}),_0x95bb5d=Array[_0x184a8b(0x217)](_0x5a4639)[_0x184a8b(0x218)](_0x441ca2=>_0xe8a78b[_0x184a8b(0x23c)](_0x441ca2[_0x184a8b(0x1dc)]));_0x3f99f7[_0x184a8b(0x1f5)](_0x95bb5d,_0x184a8b(0x1ed));});});}for(const _0x39b52a of[_0x32d2f4(0x264),_0x32d2f4(0x242)]){const _0x579aec=_0x3c7c24[_0x32d2f4(0x1e1)][_0x32d2f4(0x1d6)](_0x39b52a);_0x3f99f7[_0x32d2f4(0x1e3)](_0x39b52a,_0x311748=>{const _0x25be0a=_0x32d2f4;_0x3c7c24[_0x25be0a(0x212)][_0x25be0a(0x235)](_0x2e6114=>{const _0x405207=_0x25be0a;_0x311748();const _0x21933b=_0x405207(0x214)===_0x579aec[_0x405207(0x1e5)],_0x3c9e42=_0x206f43[_0x405207(0x228)](_0x3f8aa9),_0x4d661d=_0x206f43[_0x405207(0x25a)](_0x3c9e42),_0x3706ab=_0x21933b?_0x4d661d[_0x405207(0x1f1)]-0x1:_0x4d661d[_0x405207(0x25c)]+0x1,_0x8485ce=_0x3c9e42[0x0][_0x405207(0x243)](_0x405207(0x26a)),_0x1869c6=_0x206f43[_0x405207(0x262)](_0x8485ce,{'startRow':0x0,'column':_0x3706ab,'includeAllSlots':!0x1}),_0x4e23d3=Array[_0x405207(0x217)](_0x1869c6)[_0x405207(0x218)](_0x4c7d9c=>_0x2e6114[_0x405207(0x23c)](_0x4c7d9c[_0x405207(0x1dc)]));_0x3f99f7[_0x405207(0x1f5)](_0x4e23d3,_0x405207(0x238));});});}for(const _0x468fce of[_0x32d2f4(0x23f),_0x32d2f4(0x22b)]){const _0x1997a7=_0x468fce[_0x32d2f4(0x1f7)](0xb),_0x5f4bb5=_0x1997a7[_0x32d2f4(0x261)](),_0xe3b440=_0x5f4bb5[_0x32d2f4(0x1f7)](0x0,0x3)+_0x32d2f4(0x1d4),_0x5dd260=_0x32d2f4(0x26a)+_0x1997a7,_0x4fd8b0=_0x32d2f4(0x21f)+_0x1997a7,_0x1a1ff1=_0x32d2f4(0x24f)+_0x1997a7;_0x3f99f7[_0x32d2f4(0x1e3)](_0x468fce,()=>{const _0x526313=_0x32d2f4;_0x3c7c24[_0x526313(0x212)][_0x526313(0x235)](_0x27ceaf=>{const _0x27f93f=_0x526313,_0x5a8778=_0x206f43[_0x27f93f(0x228)](_0x3f8aa9),_0x26a84f=_0x5a8778[0x0][_0x27f93f(0x243)](_0x27f93f(0x26a));let _0xe420d6;if(_0x27f93f(0x23f)==_0x468fce){const _0x1f98ff=_0x206f43[_0x27f93f(0x231)](_0x5a8778);_0xe420d6={'startRow':_0x1f98ff[_0x27f93f(0x1f1)],'endRow':_0x1f98ff[_0x27f93f(0x25c)],'includeAllSlots':!0x0};}else{const _0x3e719e=_0x206f43[_0x27f93f(0x25a)](_0x5a8778);_0xe420d6={'startColumn':_0x3e719e[_0x27f93f(0x1f1)],'endColumn':_0x3e719e[_0x27f93f(0x25c)],'includeAllSlots':!0x0};}const _0x1654a0=_0x206f43[_0x27f93f(0x262)](_0x26a84f,_0xe420d6),_0x1fb866=Array[_0x27f93f(0x217)](_0x1654a0)[_0x27f93f(0x218)](({cell:_0x5888a5})=>_0x5888a5),_0x52a16d=Ee(_0x1fb866[_0x27f93f(0x1df)](_0xc74a86=>_0xc74a86[_0x27f93f(0x21d)](_0xe3b440))),_0x2ad439=Ee(_0x1fb866[_0x27f93f(0x1df)](_0x3a3a6c=>!_0x3a3a6c[_0x27f93f(0x21d)](_0xe3b440)))[_0x27f93f(0x218)](_0x20dcdc=>_0x27ceaf[_0x27f93f(0x23c)](_0x20dcdc)),_0x194249=_0x3f99f7[_0x27f93f(0x26c)](_0x2ad439,_0x5dd260);if(_0x194249&&(_0x27f93f(0x1ed)==_0x194249[_0x27f93f(0x225)]||_0x27f93f(0x238)==_0x194249[_0x27f93f(0x225)])){const _0xdfd1b0=this[_0x27f93f(0x1e8)](_0x194249);for(const _0x4a4866 of _0x52a16d){const _0x2744fe=_0x27ceaf[_0x27f93f(0x23c)](_0x4a4866),_0x2f8f7e=_0x206f43[_0x27f93f(0x21a)](_0x4a4866),_0xa41791=_0x4a4866[_0x27f93f(0x1ef)](_0xe3b440)-0x1,_0xa87b0f=_0xdfd1b0[_0x4fd8b0],_0x213444=_0xdfd1b0[_0x1a1ff1];_0xa87b0f<=_0x2f8f7e[_0x5f4bb5]&&_0x2f8f7e[_0x5f4bb5]+_0xa41791<=_0x213444&&_0x194249[_0x27f93f(0x232)](_0x2744fe);}}});});}function _0x2c31f7(_0x3c82fc){const _0x19cbea=_0x32d2f4,_0x22735e=Array[_0x19cbea(0x217)](_0x3f8aa9[_0x19cbea(0x24a)]())[_0x19cbea(0x218)](_0x24a9b0=>_0x145442[_0x19cbea(0x234)](_0x24a9b0));_0x3c7c24[_0x19cbea(0x212)][_0x19cbea(0x235)](_0x545bf8=>{const _0x4bf45c=_0x19cbea,_0x5113d2=_0x545bf8[_0x4bf45c(0x258)];_0x3c82fc=_0x3c82fc[_0x4bf45c(0x1df)](_0x3ea240=>_0x4bf45c(0x1f4)!=_0x3ea240[_0x4bf45c(0x245)][_0x4bf45c(0x250)]),_0x545bf8[_0x4bf45c(0x1d3)](_0x3c82fc),_0x3c7c24[_0x4bf45c(0x1e1)][_0x4bf45c(0x1d6)](_0x4bf45c(0x23f))[_0x4bf45c(0x26d)](),_0x3c7c24[_0x4bf45c(0x220)](_0x4bf45c(0x23f),{'forceDefaultExecution':!0x0}),_0x3c7c24[_0x4bf45c(0x212)][_0x4bf45c(0x251)](()=>{const _0x43df58=_0x4bf45c;_0x3c7c24[_0x43df58(0x212)][_0x43df58(0x251)](_0x5113d2,_0x92815d=>{const _0x9c6d7a=_0x43df58,_0x3d2dd9=_0x22735e[_0x9c6d7a(0x1df)](_0x174d32=>_0x9c6d7a(0x1f4)!=_0x174d32[_0x9c6d7a(0x245)][_0x9c6d7a(0x250)]);_0x3d2dd9[_0x9c6d7a(0x224)]>0x0&&_0x92815d[_0x9c6d7a(0x1d3)](_0x3d2dd9);for(const _0x676321 of _0x22735e)_0x676321[_0x9c6d7a(0x200)]();});});});}function _0xdbfa56(_0x563b6e){const _0x3fdc42=_0x32d2f4;_0x3c7c24[_0x3fdc42(0x212)][_0x3fdc42(0x235)](_0x5e61c9=>{const _0x447864=_0x3fdc42,_0x1ae117=Array[_0x447864(0x217)](_0x3f8aa9[_0x447864(0x24a)]())[_0x447864(0x218)](_0x2b06b0=>_0x145442[_0x447864(0x234)](_0x2b06b0)),_0x3b7460=[];for(const _0x5a9f5c of _0x563b6e)for(const _0x259d02 of _0x5a9f5c[_0x447864(0x209)]({'shallow':!0x0}))_0x3b7460[_0x447864(0x22d)](_0x259d02);for(const _0x427db3 of _0x3b7460)_0x447864(0x1f4)!=_0x427db3[_0x447864(0x245)][_0x447864(0x250)]&&(_0x5e61c9[_0x447864(0x1d3)](_0x5e61c9[_0x447864(0x222)](_0x427db3,0x0)),_0x3c7c24[_0x447864(0x1e1)][_0x447864(0x1d6)](_0x447864(0x22b))[_0x447864(0x26d)](),_0x3c7c24[_0x447864(0x220)](_0x447864(0x22b),{'forceDefaultExecution':!0x0}));const _0x188b4c=_0x1ae117[_0x447864(0x1df)](_0x26d0fa=>_0x447864(0x1f4)!=_0x26d0fa[_0x447864(0x245)][_0x447864(0x250)]);_0x188b4c[_0x447864(0x224)]>0x0&&_0x5e61c9[_0x447864(0x1d3)](_0x188b4c);for(const _0x442385 of _0x1ae117)_0x442385[_0x447864(0x200)]();});}function _0x19b615(_0x2c43bd,_0x40355d){const _0x435eaf=_0x32d2f4;return _0x40355d[_0x435eaf(0x20f)](_0x4762c8=>_0x2c43bd[_0x435eaf(0x205)](_0x311c8d=>_0x311c8d[_0x435eaf(0x25e)][_0x435eaf(0x208)](_0x4762c8[_0x435eaf(0x1e2)])||_0x4762c8[_0x435eaf(0x25e)][_0x435eaf(0x208)](_0x311c8d[_0x435eaf(0x1e2)])));}function _0x382fec(_0x4fe12b,_0xc49e0){const _0x4e67f5=_0x32d2f4;return _0x4fe12b[_0x4e67f5(0x205)](_0x16c8a8=>_0xc49e0[_0x4e67f5(0x205)](_0x58fbac=>_0x16c8a8[_0x4e67f5(0x25e)][_0x4e67f5(0x1de)](_0x58fbac[_0x4e67f5(0x1e2)])));}_0x3c7c24[_0x32d2f4(0x26e)][_0x32d2f4(0x252)]['on'](_0x32d2f4(0x20c),(_0x5b3cf9,_0x428d61,_0x2d1cca)=>{const _0x51ba74=_0x32d2f4;if(!_0x2d1cca[_0x51ba74(0x236)][_0x51ba74(0x24c)])return;const _0x39f74a=_0x428d61[_0x51ba74(0x203)];if(!_0x39f74a)return;const _0x3ad268=_0x2d1cca[_0x51ba74(0x1fe)][_0x51ba74(0x257)](_0x39f74a);function _0x1ef78f(_0x4db694){const _0x40928d=_0x51ba74;return Array[_0x40928d(0x273)](_0x4db694)?_0x4db694:[_0x4db694];}_0x3ad268&&_0x51ba74(0x237)===_0x39f74a[_0x51ba74(0x230)]&&_0x52a244(_0x3ad268,_0x2d1cca[_0x51ba74(0x24e)],(_0x3c7a20,_0x4f09f3,_0x2ddebf)=>_0x2ddebf[_0x51ba74(0x1d9)](_0x1ef78f(_0x4f09f3[_0x51ba74(0x1ec)]),_0x3c7a20),(_0x2cfde2,_0x36da02,_0x15337b)=>_0x15337b[_0x51ba74(0x255)](_0x1ef78f(_0x36da02[_0x51ba74(0x1ec)]),_0x2cfde2));},{'priority':_0x32d2f4(0x244)}),_0x3f99f7[_0x32d2f4(0x20b)][_0x32d2f4(0x268)](_0xd9cd79=>{const _0x4d8932=_0x32d2f4;if(_0x4d8932(0x271)!=_0xd9cd79[_0x4d8932(0x201)]&&_0x4d8932(0x1f2)!=_0xd9cd79[_0x4d8932(0x201)])return;const _0x1ad9df=_0xd9cd79[_0x4d8932(0x246)]();if(null!=_0x1ad9df&&_0x1ad9df['is'](_0x4d8932(0x1e9),_0x4d8932(0x26a))){if(_0x4d8932(0x271)==_0xd9cd79[_0x4d8932(0x201)]){const _0x352325=_0xd9cd79[_0x4d8932(0x209)]()[_0x4d8932(0x1df)](_0x2fffda=>_0x2fffda['is'](_0x4d8932(0x272)))[_0x4d8932(0x218)](_0xf71b2d=>_0xf71b2d[_0x4d8932(0x26e)]);if(_0x352325[_0x4d8932(0x224)])return{'type':_0x4d8932(0x271),'content':_0x30bd12(_0x500321,_0x4d8932(0x24d),_0x30bd12(_0x500321,_0x4d8932(0x226),'\x22'+_0x352325[_0x4d8932(0x23a)]('\x20')+'\x22'))};}if(_0x4d8932(0x1f2)==_0xd9cd79[_0x4d8932(0x201)]){const _0x837eab=_0xd9cd79[_0x4d8932(0x209)]()[_0x4d8932(0x1df)](_0x5a69dc=>_0x5a69dc['is'](_0x4d8932(0x272)))[_0x4d8932(0x218)](_0x5797d7=>_0x5797d7[_0x4d8932(0x26e)]);if(_0x837eab[_0x4d8932(0x224)])return{'type':_0x4d8932(0x1f2),'content':_0x30bd12(_0x500321,_0x4d8932(0x25d),_0x30bd12(_0x500321,_0x4d8932(0x226),'\x22'+_0x837eab[_0x4d8932(0x23a)]('\x20')+'\x22'))};}}}),_0x3f99f7[_0x32d2f4(0x20b)][_0x32d2f4(0x268)](_0x236424=>{const _0x3c2c31=_0x32d2f4;if(_0x3c2c31(0x1ed)==_0x236424[_0x3c2c31(0x225)]){const _0x2c7d7a=_0x236424[_0x3c2c31(0x209)]()[_0x3c2c31(0x1df)](_0x1916e7=>_0x1916e7['is'](_0x3c2c31(0x272)))[_0x3c2c31(0x218)](_0x56a019=>_0x56a019[_0x3c2c31(0x26e)]),_0x578f14=this[_0x3c2c31(0x1e8)](_0x236424),_0x1f128b=_0x578f14[_0x3c2c31(0x1ee)]-_0x578f14[_0x3c2c31(0x26f)]+0x1;if(_0x3c2c31(0x271)==_0x236424[_0x3c2c31(0x201)])return _0x2c7d7a[_0x3c2c31(0x224)]?{'type':_0x3c2c31(0x271),'content':_0x30bd12(_0x500321,_0x3c2c31(0x24d),_0x30bd12(_0x500321,_0x3c2c31(0x24b),[_0x1f128b,'\x22'+_0x2c7d7a[_0x3c2c31(0x23a)]('\x20')+'\x22']))}:{'type':_0x3c2c31(0x271),'content':_0x30bd12(_0x500321,_0x3c2c31(0x24d),_0x30bd12(_0x500321,_0x3c2c31(0x1eb),_0x1f128b))};if(_0x3c2c31(0x1f2)==_0x236424[_0x3c2c31(0x201)])return _0x2c7d7a[_0x3c2c31(0x224)]?{'type':_0x3c2c31(0x1f2),'content':_0x30bd12(_0x500321,_0x3c2c31(0x25d),_0x30bd12(_0x500321,_0x3c2c31(0x24b),[_0x1f128b,'\x22'+_0x2c7d7a[_0x3c2c31(0x23a)]('\x20')+'\x22']))}:{'type':_0x3c2c31(0x1f2),'content':_0x30bd12(_0x500321,_0x3c2c31(0x25d),_0x30bd12(_0x500321,_0x3c2c31(0x1eb),_0x1f128b))};}if(_0x3c2c31(0x238)==_0x236424[_0x3c2c31(0x225)]){const _0x44f521=_0x236424[_0x3c2c31(0x209)]()[_0x3c2c31(0x1df)](_0x4fce24=>_0x4fce24['is'](_0x3c2c31(0x272)))[_0x3c2c31(0x218)](_0x294dae=>_0x294dae[_0x3c2c31(0x26e)]),_0x4afe66=this[_0x3c2c31(0x1e8)](_0x236424),_0x4d95cd=_0x4afe66[_0x3c2c31(0x22e)]-_0x4afe66[_0x3c2c31(0x229)]+0x1;if(_0x3c2c31(0x271)==_0x236424[_0x3c2c31(0x201)])return _0x44f521[_0x3c2c31(0x224)]?{'type':_0x3c2c31(0x271),'content':_0x30bd12(_0x500321,_0x3c2c31(0x24d),_0x30bd12(_0x500321,_0x3c2c31(0x25b),[_0x4d95cd,'\x22'+_0x44f521[_0x3c2c31(0x23a)]('\x20')+'\x22']))}:{'type':_0x3c2c31(0x271),'content':_0x30bd12(_0x500321,_0x3c2c31(0x24d),_0x30bd12(_0x500321,_0x3c2c31(0x265),_0x4d95cd))};if(_0x3c2c31(0x1f2)==_0x236424[_0x3c2c31(0x201)])return _0x44f521[_0x3c2c31(0x224)]?{'type':_0x3c2c31(0x1f2),'content':_0x30bd12(_0x500321,_0x3c2c31(0x25d),_0x30bd12(_0x500321,_0x3c2c31(0x25b),[_0x4d95cd,'\x22'+_0x44f521[_0x3c2c31(0x23a)]('\x20')+'\x22']))}:{'type':_0x3c2c31(0x1f2),'content':_0x30bd12(_0x500321,_0x3c2c31(0x25d),_0x30bd12(_0x500321,_0x3c2c31(0x265),_0x4d95cd))};}}),_0x3f99f7[_0x32d2f4(0x1f8)][_0x32d2f4(0x202)](_0x32d2f4(0x271),_0x32d2f4(0x1ed),_0x32d2f4(0x23d),_0x2c31f7),_0x3f99f7[_0x32d2f4(0x1f8)][_0x32d2f4(0x202)](_0x32d2f4(0x1f2),_0x32d2f4(0x1ed),_0x32d2f4(0x1fb),_0x2c31f7),_0x3f99f7[_0x32d2f4(0x1f8)][_0x32d2f4(0x202)](_0x32d2f4(0x271),_0x32d2f4(0x238),_0x32d2f4(0x23d),_0xdbfa56),_0x3f99f7[_0x32d2f4(0x1f8)][_0x32d2f4(0x202)](_0x32d2f4(0x1f2),_0x32d2f4(0x238),_0x32d2f4(0x1fb),_0xdbfa56),_0x3f99f7[_0x32d2f4(0x1f8)][_0x32d2f4(0x202)](_0x32d2f4(0x271),_0x32d2f4(0x238),_0x32d2f4(0x23a),_0x19b615),_0x3f99f7[_0x32d2f4(0x1f8)][_0x32d2f4(0x202)](_0x32d2f4(0x1f2),_0x32d2f4(0x238),_0x32d2f4(0x23a),_0x19b615),_0x3f99f7[_0x32d2f4(0x1f8)][_0x32d2f4(0x202)](_0x32d2f4(0x271),_0x32d2f4(0x1ed),_0x32d2f4(0x23a),_0x382fec),_0x3f99f7[_0x32d2f4(0x1f8)][_0x32d2f4(0x202)](_0x32d2f4(0x1f2),_0x32d2f4(0x1ed),_0x32d2f4(0x23a),_0x382fec);}[_0x573532(0x1f3)](){const _0x402ffd=_0x573532,_0x1525b6=this[_0x402ffd(0x210)],_0x32d04e=_0x1525b6[_0x402ffd(0x212)][_0x402ffd(0x22c)][_0x402ffd(0x1e4)];return(_0x59d72d,_0x2d5ca8)=>{const _0x130d8a=_0x402ffd;_0x1525b6[_0x130d8a(0x212)][_0x130d8a(0x235)](_0x332202=>{const _0x289564=_0x130d8a,{commandName:_0x1993d4,commandParams:_0x26640e}=_0x2d5ca8;let _0x407f54=_0x59d72d[0x0][_0x289564(0x25e)][_0x289564(0x266)];_0x26640e&&_0x26640e[0x0]&&!0x1===_0x26640e[0x0][_0x289564(0x1ff)]&&(_0x407f54=_0x59d72d[0x0][_0x289564(0x1e2)][_0x289564(0x20e)]);const _0x243d2b=_0x332202[_0x289564(0x1f9)](_0x407f54);if(_0x289564(0x1f4)==_0x243d2b[_0x289564(0x245)][_0x289564(0x250)])return;const _0x3f23df=Array[_0x289564(0x217)](_0x32d04e[_0x289564(0x24a)]())[_0x289564(0x218)](_0x5f25bb=>_0x145442[_0x289564(0x234)](_0x5f25bb));_0x332202[_0x289564(0x1d3)](_0x243d2b),_0x1525b6[_0x289564(0x1e1)][_0x289564(0x1d6)](_0x1993d4)[_0x289564(0x26d)](),_0x26640e[_0x289564(0x22d)]({'forceDefaultExecution':!0x0}),_0x1525b6[_0x289564(0x220)](_0x1993d4,..._0x26640e);const _0x57b610=_0x3f23df[_0x289564(0x1df)](_0x522623=>_0x289564(0x1f4)!=_0x522623[_0x289564(0x245)][_0x289564(0x250)]);_0x57b610[_0x289564(0x224)]>0x0&&_0x332202[_0x289564(0x1d3)](_0x57b610);for(const _0x352c99 of _0x3f23df)_0x352c99[_0x289564(0x200)]();});};}[_0x573532(0x1fa)](_0x5cee1f){const _0x8a29ab=_0x573532,_0x1a7e6f=this[_0x8a29ab(0x210)][_0x8a29ab(0x247)][_0x8a29ab(0x1d6)](_0x8a29ab(0x22f));let _0x54b6e8=Number[_0x8a29ab(0x274)],_0x409d58=Number[_0x8a29ab(0x233)],_0x53a3bf=Number[_0x8a29ab(0x274)],_0x1c1216=Number[_0x8a29ab(0x233)];for(const _0x50ef0d of _0x5cee1f){if(_0x8a29ab(0x1f4)==_0x50ef0d[_0x8a29ab(0x245)][_0x8a29ab(0x250)])continue;const {row:_0x54b9c0,column:_0x595685}=_0x1a7e6f[_0x8a29ab(0x21a)](_0x50ef0d),_0x84e127=_0x50ef0d[_0x8a29ab(0x21d)](_0x8a29ab(0x216))?_0x50ef0d[_0x8a29ab(0x1ef)](_0x8a29ab(0x216))-0x1:0x0,_0x4f015a=_0x50ef0d[_0x8a29ab(0x21d)](_0x8a29ab(0x206))?_0x50ef0d[_0x8a29ab(0x1ef)](_0x8a29ab(0x206))-0x1:0x0;_0x54b6e8=_0x54b9c0<_0x54b6e8?_0x54b9c0:_0x54b6e8,_0x409d58=_0x54b9c0+_0x84e127>_0x409d58?_0x54b9c0+_0x84e127:_0x409d58,_0x53a3bf=_0x595685<_0x53a3bf?_0x595685:_0x53a3bf,_0x1c1216=_0x595685+_0x4f015a>_0x1c1216?_0x595685+_0x4f015a:_0x1c1216;}return{'minRow':_0x54b6e8,'maxRow':_0x409d58,'minColumn':_0x53a3bf,'maxColumn':_0x1c1216};}[_0x573532(0x204)](){const _0x3f8cf7=_0x573532,_0x454d05=this[_0x3f8cf7(0x210)],_0x34224a=_0x454d05[_0x3f8cf7(0x247)][_0x3f8cf7(0x1d6)](_0x3f8cf7(0x241)),_0x3d27c1=_0x454d05[_0x3f8cf7(0x247)][_0x3f8cf7(0x1d6)](_0x3f8cf7(0x22f));_0x454d05[_0x3f8cf7(0x212)][_0x3f8cf7(0x22c)]['on'](_0x3f8cf7(0x1e0),()=>{const _0x134578=_0x3f8cf7,_0x3a9e2d=Array[_0x134578(0x217)](_0x454d05[_0x134578(0x212)][_0x134578(0x22c)][_0x134578(0x22a)][_0x134578(0x270)]());for(const {name:_0x382bcd,data:_0x44a224}of _0x3a9e2d){const {group:_0x23078d,id:_0x46c560,subType:_0x384e5d}=_0x34224a[_0x134578(0x26b)](_0x382bcd);if(_0x134578(0x259)!=_0x23078d)continue;if(null!=_0x44a224[_0x134578(0x1d5)])continue;const _0x2b8e7e=_0x34224a[_0x134578(0x1fd)](_0x46c560);this[_0x134578(0x1dd)][_0x134578(0x215)](_0x384e5d)&&this[_0x134578(0x1f6)][_0x134578(0x1d2)](_0x2b8e7e);}},{'priority':_0x3f8cf7(0x1e7)});const _0x51fe43=(_0x152c24,_0x1dfbd0)=>{const _0x50a70e=_0x3f8cf7;let _0x24b62d=!0x1;const _0x5be12e=_0x1dfbd0[_0x50a70e(0x23c)](_0x152c24),_0x12b0b5=_0x152c24[_0x50a70e(0x243)](_0x50a70e(0x26a)),_0x21fdcc=_0x3d27c1[_0x50a70e(0x21a)](_0x152c24);for(const _0x4ca7a8 of this[_0x50a70e(0x1f6)]){const _0x1eb6b4=_0x4ca7a8[_0x50a70e(0x225)],_0x1fd8aa=_0x1eb6b4[_0x50a70e(0x240)](_0x50a70e(0x211)),_0x5f3351=_0x1eb6b4[_0x50a70e(0x1f7)](_0x1fd8aa?0xa:0x5),_0x2412b2=_0x5f3351[_0x50a70e(0x261)](),_0x4b9fe3=_0x2412b2[_0x50a70e(0x1f7)](0x0,0x3)+_0x50a70e(0x1d4),_0x244764=_0x50a70e(0x21f)+_0x5f3351,_0x16bc2f=_0x50a70e(0x24f)+_0x5f3351;if(!_0x4ca7a8[_0x50a70e(0x219)])continue;if(_0x12b0b5!=_0x4ca7a8[_0x50a70e(0x253)]()[_0x50a70e(0x1e2)][_0x50a70e(0x243)](_0x50a70e(0x26a)))continue;if(_0x4ca7a8[_0x50a70e(0x269)](_0x5be12e))continue;const _0x1bf485=_0x152c24[_0x50a70e(0x21d)](_0x4b9fe3)?_0x152c24[_0x50a70e(0x1ef)](_0x4b9fe3)-0x1:0x0,_0x11217e=this[_0x50a70e(0x1e8)](_0x4ca7a8),_0x47c7f5=_0x11217e[_0x244764],_0x2c8530=_0x11217e[_0x16bc2f];_0x47c7f5<=_0x21fdcc[_0x2412b2]&&_0x21fdcc[_0x2412b2]+_0x1bf485<=_0x2c8530&&(_0x4ca7a8[_0x50a70e(0x232)](_0x5be12e),_0x24b62d=!0x0);}return _0x24b62d;};_0x454d05[_0x3f8cf7(0x212)][_0x3f8cf7(0x22c)][_0x3f8cf7(0x21c)](_0x17f208=>{const _0x5b4452=_0x3f8cf7;let _0x5d7c36=!0x1;for(const _0x461373 of _0x454d05[_0x5b4452(0x212)][_0x5b4452(0x22c)][_0x5b4452(0x22a)][_0x5b4452(0x20a)]())if(_0x5b4452(0x267)==_0x461373[_0x5b4452(0x201)]){if(_0x5b4452(0x1ed)==_0x461373[_0x5b4452(0x230)]){for(const _0x46b3b2 of _0x461373[_0x5b4452(0x23b)][_0x5b4452(0x20e)][_0x5b4452(0x223)]())_0x5d7c36=_0x5d7c36||_0x51fe43(_0x46b3b2,_0x17f208);}else _0x5b4452(0x237)==_0x461373[_0x5b4452(0x230)]&&(_0x5d7c36=_0x5d7c36||_0x51fe43(_0x461373[_0x5b4452(0x23b)][_0x5b4452(0x20e)],_0x17f208));}return _0x5d7c36;});}[_0x573532(0x1e8)](_0x1350c0){const _0x1ed43f=_0x573532;return this[_0x1ed43f(0x1fa)](_0x1350c0[_0x1ed43f(0x24a)]()[_0x1ed43f(0x218)](_0x342070=>_0x342070[_0x1ed43f(0x1e2)][_0x1ed43f(0x20e)]));}}function Ee(_0x4ba559){const _0x3d8ff8=_0x573532;return Array[_0x3d8ff8(0x217)](new Set(_0x4ba559)[_0x3d8ff8(0x1d7)]());}
|
|
23
|
+
function _0xe350(_0x55deba,_0x3e9464){const _0x1b69d5=_0x1b69();return _0xe350=function(_0xe35096,_0x265384){_0xe35096=_0xe35096-0x1bf;let _0x512cb4=_0x1b69d5[_0xe35096];return _0x512cb4;},_0xe350(_0x55deba,_0x3e9464);}const _0x53d9bd=_0xe350;function _0x1b69(){const _0x4ea542=['_suggestionFactory','removeClass','710670CqFOXl','addRange','toLowerCase','createPositionAt','add','element','get','filter','highest','locale','descriptionFactory','end','4GnUTHS','selectTableRow','insertion','_splitMarkerName','every','insertTableColumnLeft','getColumnIndexes','isIntersectingWithRange','getContainedElement','selection','substr','values','getSuggestion','forceValue','minRow','colspan','accept','mapper','first','afterInit','isIntersecting','markMultiRangeInsertion','push','getChangedMarkers','editor','$graveyard','_tablePostFixingSubtypes','subType','_acceptFormatSuggestionCallbackFactory','createTableWalker','createRangeOn','writer','4744152dokqVe','selectTableColumn','removeTableColumn','TableEditing','5887880EEYdkI','ELEMENT_TABLE_ROW','order','change','showSuggestionHighlights','detach','downcastDispatcher','discard','registerDescriptionCallback','tableRow','toViewElement','start','startsWith','has','type','commands','name','isArray','insertTableRowBelow','join','TrackChangesEditing','addMarker:suggestion','above','getAttribute','enqueueChange','601670SONyJD','span','isInContent','271706dvGVln','MAX_SAFE_INTEGER','classes','map','getItems','model','isEqual','getFirstRange','includes','_setupColumnsRowsFixing','insertTableColumnRight','tableCell','removeTableRow','createRangeIn','change:data','registerCustomCallback','maxColumn','isTouching','table','getRowIndexes','options','maxRow','registerElementLabel','execute','_getSuggestionCoords','hasAttribute','setSelection','rowspan','suggestion','3576510pdyuAz','oldRange','ELEMENT_TABLE_ROW_WITH_TEXT','_tableSuggestions','getSelectionAffectedTableCells','cell','*Insert:*\x20%0','1001826cWgNOr','last','differ','root','MIN_SAFE_INTEGER','position','_getCoordsForCells','item','*Remove:*\x20%0','getChildren','fromRange','length','insertTableRowAbove','findAncestor','getRanges','ELEMENT_TABLE_COLUMN','max','addClass','tableColumn','refresh','ELEMENT_TABLE','getCellLocation','rootName','low','registerPostFixer','ELEMENT_TABLE_COLUMN_WITH_TEXT','batch','TableUtils','getChanges','data','tablePaste','insert','from','enableCommand','deletion','min','document','ELEMENT_TABLE_WITH_TEXT','insertTable','$textProxy','plugins','nodeBefore','minColumn','nodeAfter','markMultiRangeDeletion','some','left'];_0x1b69=function(){return _0x4ea542;};return _0x1b69();}(function(_0xff1861,_0x1eff3f){const _0x340f91=_0xe350,_0x183256=_0xff1861();while(!![]){try{const _0x434f76=-parseInt(_0x340f91(0x1c2))/0x1+parseInt(_0x340f91(0x1c5))/0x2+parseInt(_0x340f91(0x1e9))/0x3+parseInt(_0x340f91(0x226))/0x4*(parseInt(_0x340f91(0x21a))/0x5)+-parseInt(_0x340f91(0x246))/0x6+parseInt(_0x340f91(0x1e2))/0x7+parseInt(_0x340f91(0x24a))/0x8;if(_0x434f76===_0x1eff3f)break;else _0x183256['push'](_0x183256['shift']());}catch(_0x22a0f9){_0x183256['push'](_0x183256['shift']());}}}(_0x1b69,0x71e32));import{Plugin as _0x476309}from'ckeditor5/src/core.js';import{LiveRange as _0x2f319b}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x38ffe4}from'ckeditor5/src/widget.js';import{getTranslation as _0x5b6160}from'../utils/common-translations.js';export default class jt extends _0x476309{constructor(_0xa624fd){const _0x5f52bb=_0xe350;super(_0xa624fd),this[_0x5f52bb(0x240)]=[_0x5f52bb(0x253),_0x5f52bb(0x1fb)],this[_0x5f52bb(0x1e5)]=new Set();}[_0x53d9bd(0x239)](){const _0x3183d4=_0x53d9bd,_0x488f22=this[_0x3183d4(0x23e)],_0x511f2c=_0x488f22[_0x3183d4(0x1ca)][_0x3183d4(0x20d)][_0x3183d4(0x22f)];if(!_0x488f22[_0x3183d4(0x211)][_0x3183d4(0x257)](_0x3183d4(0x249)))return;const _0x434130=_0x488f22[_0x3183d4(0x223)],_0x526d68=_0x488f22[_0x3183d4(0x211)][_0x3183d4(0x220)](_0x3183d4(0x25e)),_0x2ac85b=_0x488f22[_0x3183d4(0x211)][_0x3183d4(0x220)](_0x3183d4(0x204));_0x526d68[_0x3183d4(0x224)][_0x3183d4(0x1db)](_0x3183d4(0x1d7),_0x525d1a=>_0x5b6160(_0x434130,_0x3183d4(0x1fd),_0x525d1a)),this[_0x3183d4(0x1ce)](),_0x526d68[_0x3183d4(0x20a)](_0x3183d4(0x20f)),_0x526d68[_0x3183d4(0x20a)](_0x3183d4(0x227)),_0x526d68[_0x3183d4(0x20a)](_0x3183d4(0x247));for(const _0x273879 of[_0x3183d4(0x1f5),_0x3183d4(0x25c)]){const _0x223615=_0x488f22[_0x3183d4(0x259)][_0x3183d4(0x220)](_0x273879);_0x526d68[_0x3183d4(0x20a)](_0x273879,_0x47aaa6=>{const _0x2b19df=_0x3183d4;_0x488f22[_0x2b19df(0x1ca)][_0x2b19df(0x24d)](_0x327671=>{const _0x54eda1=_0x2b19df;_0x47aaa6();const _0x1f35f8=_0x54eda1(0x1bf)===_0x223615[_0x54eda1(0x24c)],_0x4a3742=_0x2ac85b[_0x54eda1(0x1e6)](_0x511f2c),_0xcf3ce0=_0x2ac85b[_0x54eda1(0x1d8)](_0x4a3742),_0x5129a4=_0x1f35f8?_0xcf3ce0[_0x54eda1(0x238)]-0x1:_0xcf3ce0[_0x54eda1(0x1ea)]+0x1,_0x523edb=_0x4a3742[0x0][_0x54eda1(0x1f6)](_0x54eda1(0x1d7)),_0x4d8829=_0x2ac85b[_0x54eda1(0x243)](_0x523edb,{'startRow':_0x5129a4,'endRow':_0x5129a4}),_0x4307c1=Array[_0x54eda1(0x209)](_0x4d8829)[_0x54eda1(0x1c8)](_0x544134=>_0x327671[_0x54eda1(0x244)](_0x544134[_0x54eda1(0x1e7)]));_0x526d68[_0x54eda1(0x23b)](_0x4307c1,_0x54eda1(0x253));});});}for(const _0x258c6d of[_0x3183d4(0x22b),_0x3183d4(0x1cf)]){const _0x56d09c=_0x488f22[_0x3183d4(0x259)][_0x3183d4(0x220)](_0x258c6d);_0x526d68[_0x3183d4(0x20a)](_0x258c6d,_0x7fd0d4=>{const _0xfbd480=_0x3183d4;_0x488f22[_0xfbd480(0x1ca)][_0xfbd480(0x24d)](_0xd7001=>{const _0x1309b1=_0xfbd480;_0x7fd0d4();const _0x3478de=_0x1309b1(0x217)===_0x56d09c[_0x1309b1(0x24c)],_0x4c8bc3=_0x2ac85b[_0x1309b1(0x1e6)](_0x511f2c),_0xa9d010=_0x2ac85b[_0x1309b1(0x22c)](_0x4c8bc3),_0xc11b56=_0x3478de?_0xa9d010[_0x1309b1(0x238)]-0x1:_0xa9d010[_0x1309b1(0x1ea)]+0x1,_0x42fef5=_0x4c8bc3[0x0][_0x1309b1(0x1f6)](_0x1309b1(0x1d7)),_0x128bcb=_0x2ac85b[_0x1309b1(0x243)](_0x42fef5,{'startRow':0x0,'column':_0xc11b56,'includeAllSlots':!0x1}),_0xf94f2b=Array[_0x1309b1(0x209)](_0x128bcb)[_0x1309b1(0x1c8)](_0x178b72=>_0xd7001[_0x1309b1(0x244)](_0x178b72[_0x1309b1(0x1e7)]));_0x526d68[_0x1309b1(0x23b)](_0xf94f2b,_0x1309b1(0x1fb));});});}for(const _0x2c0f4f of[_0x3183d4(0x1d1),_0x3183d4(0x248)]){const _0x4958c1=_0x2c0f4f[_0x3183d4(0x230)](0xb),_0x4beb45=_0x4958c1[_0x3183d4(0x21c)](),_0x36fae4=_0x4beb45[_0x3183d4(0x230)](0x0,0x3)+_0x3183d4(0x1c3),_0x3a26fb=_0x3183d4(0x1d7)+_0x4958c1,_0x1acd89=_0x3183d4(0x20c)+_0x4958c1,_0x57b4ce=_0x3183d4(0x1f9)+_0x4958c1;_0x526d68[_0x3183d4(0x20a)](_0x2c0f4f,()=>{const _0x127718=_0x3183d4;_0x488f22[_0x127718(0x1ca)][_0x127718(0x24d)](_0x1f2063=>{const _0x43564b=_0x127718,_0x3daf55=_0x2ac85b[_0x43564b(0x1e6)](_0x511f2c),_0x3be11c=_0x3daf55[0x0][_0x43564b(0x1f6)](_0x43564b(0x1d7));let _0x598fe3;if(_0x43564b(0x1d1)==_0x2c0f4f){const _0x1fe498=_0x2ac85b[_0x43564b(0x1d8)](_0x3daf55);_0x598fe3={'startRow':_0x1fe498[_0x43564b(0x238)],'endRow':_0x1fe498[_0x43564b(0x1ea)],'includeAllSlots':!0x0};}else{const _0x26331c=_0x2ac85b[_0x43564b(0x22c)](_0x3daf55);_0x598fe3={'startColumn':_0x26331c[_0x43564b(0x238)],'endColumn':_0x26331c[_0x43564b(0x1ea)],'includeAllSlots':!0x0};}const _0x501dbe=_0x2ac85b[_0x43564b(0x243)](_0x3be11c,_0x598fe3),_0x2de279=Array[_0x43564b(0x209)](_0x501dbe)[_0x43564b(0x1c8)](({cell:_0x162659})=>_0x162659),_0x26c2db=Ee(_0x2de279[_0x43564b(0x221)](_0x5de63a=>_0x5de63a[_0x43564b(0x1de)](_0x36fae4))),_0x540215=Ee(_0x2de279[_0x43564b(0x221)](_0x458c7f=>!_0x458c7f[_0x43564b(0x1de)](_0x36fae4)))[_0x43564b(0x1c8)](_0x2f03f6=>_0x1f2063[_0x43564b(0x244)](_0x2f03f6)),_0x4dffb5=_0x526d68[_0x43564b(0x215)](_0x540215,_0x3a26fb);if(_0x4dffb5&&(_0x43564b(0x253)==_0x4dffb5[_0x43564b(0x241)]||_0x43564b(0x1fb)==_0x4dffb5[_0x43564b(0x241)])){const _0x54e206=this[_0x43564b(0x1dd)](_0x4dffb5);for(const _0x457bed of _0x26c2db){const _0x2e4331=_0x1f2063[_0x43564b(0x244)](_0x457bed),_0x22c8a9=_0x2ac85b[_0x43564b(0x1fe)](_0x457bed),_0x582866=_0x457bed[_0x43564b(0x1c0)](_0x36fae4)-0x1,_0x39f2a2=_0x54e206[_0x1acd89],_0x457fbb=_0x54e206[_0x57b4ce];_0x39f2a2<=_0x22c8a9[_0x4beb45]&&_0x22c8a9[_0x4beb45]+_0x582866<=_0x457fbb&&_0x4dffb5[_0x43564b(0x21b)](_0x2e4331);}}});});}function _0x552fa5(_0x5157ee){const _0x20b7e1=_0x3183d4,_0x584e6b=Array[_0x20b7e1(0x209)](_0x511f2c[_0x20b7e1(0x1f7)]())[_0x20b7e1(0x1c8)](_0x2107d5=>_0x2f319b[_0x20b7e1(0x1f3)](_0x2107d5));_0x488f22[_0x20b7e1(0x1ca)][_0x20b7e1(0x24d)](_0x52953c=>{const _0x1f73da=_0x20b7e1,_0x43b5af=_0x52953c[_0x1f73da(0x203)];_0x5157ee=_0x5157ee[_0x1f73da(0x221)](_0x2cf7f8=>_0x1f73da(0x23f)!=_0x2cf7f8[_0x1f73da(0x1ec)][_0x1f73da(0x1ff)]),_0x52953c[_0x1f73da(0x1df)](_0x5157ee),_0x488f22[_0x1f73da(0x259)][_0x1f73da(0x220)](_0x1f73da(0x1d1))[_0x1f73da(0x1fc)](),_0x488f22[_0x1f73da(0x1dc)](_0x1f73da(0x1d1),{'forceDefaultExecution':!0x0}),_0x488f22[_0x1f73da(0x1ca)][_0x1f73da(0x1c1)](()=>{const _0x5b91c3=_0x1f73da;_0x488f22[_0x5b91c3(0x1ca)][_0x5b91c3(0x1c1)](_0x43b5af,_0x2af57c=>{const _0x2f6c74=_0x5b91c3,_0x141479=_0x584e6b[_0x2f6c74(0x221)](_0x4fbe16=>_0x2f6c74(0x23f)!=_0x4fbe16[_0x2f6c74(0x1ec)][_0x2f6c74(0x1ff)]);_0x141479[_0x2f6c74(0x1f4)]>0x0&&_0x2af57c[_0x2f6c74(0x1df)](_0x141479);for(const _0x578625 of _0x584e6b)_0x578625[_0x2f6c74(0x24f)]();});});});}function _0x426407(_0x56ef74){const _0x1b6188=_0x3183d4;_0x488f22[_0x1b6188(0x1ca)][_0x1b6188(0x24d)](_0x57b5eb=>{const _0x3ba03e=_0x1b6188,_0x2190d6=Array[_0x3ba03e(0x209)](_0x511f2c[_0x3ba03e(0x1f7)]())[_0x3ba03e(0x1c8)](_0x25dac7=>_0x2f319b[_0x3ba03e(0x1f3)](_0x25dac7)),_0x124d1c=[];for(const _0x5a9b02 of _0x56ef74)for(const _0x176b5d of _0x5a9b02[_0x3ba03e(0x1c9)]({'shallow':!0x0}))_0x124d1c[_0x3ba03e(0x23c)](_0x176b5d);for(const _0x5a2996 of _0x124d1c)_0x3ba03e(0x23f)!=_0x5a2996[_0x3ba03e(0x1ec)][_0x3ba03e(0x1ff)]&&(_0x57b5eb[_0x3ba03e(0x1df)](_0x57b5eb[_0x3ba03e(0x21d)](_0x5a2996,0x0)),_0x488f22[_0x3ba03e(0x259)][_0x3ba03e(0x220)](_0x3ba03e(0x248))[_0x3ba03e(0x1fc)](),_0x488f22[_0x3ba03e(0x1dc)](_0x3ba03e(0x248),{'forceDefaultExecution':!0x0}));const _0x241a37=_0x2190d6[_0x3ba03e(0x221)](_0x273bb8=>_0x3ba03e(0x23f)!=_0x273bb8[_0x3ba03e(0x1ec)][_0x3ba03e(0x1ff)]);_0x241a37[_0x3ba03e(0x1f4)]>0x0&&_0x57b5eb[_0x3ba03e(0x1df)](_0x241a37);for(const _0xa50484 of _0x2190d6)_0xa50484[_0x3ba03e(0x24f)]();});}function _0x279672(_0x2c9f73,_0x30a2bd){const _0x28ad10=_0x3183d4;return _0x30a2bd[_0x28ad10(0x22a)](_0x29aea9=>_0x2c9f73[_0x28ad10(0x216)](_0x5c1576=>_0x5c1576[_0x28ad10(0x225)][_0x28ad10(0x1cb)](_0x29aea9[_0x28ad10(0x255)])||_0x29aea9[_0x28ad10(0x225)][_0x28ad10(0x1cb)](_0x5c1576[_0x28ad10(0x255)])));}function _0x515230(_0x1ec4e1,_0x4a9f06){const _0x63e71c=_0x3183d4;return!_0x1ec4e1[_0x63e71c(0x216)](_0x3dad5b=>_0x4a9f06[_0x63e71c(0x216)](_0x3b24d1=>_0x3dad5b[_0x63e71c(0x23a)](_0x3b24d1)))&&_0x1ec4e1[_0x63e71c(0x216)](_0x304b28=>_0x4a9f06[_0x63e71c(0x216)](_0x1f7c98=>_0x304b28[_0x63e71c(0x225)][_0x63e71c(0x1d6)](_0x1f7c98[_0x63e71c(0x255)])));}_0x488f22[_0x3183d4(0x206)][_0x3183d4(0x250)]['on'](_0x3183d4(0x25f),(_0xaf2f51,_0x218e31,_0x558e60)=>{const _0x564db9=_0x3183d4;if(!_0x558e60[_0x564db9(0x1d9)][_0x564db9(0x24e)])return;const _0x2ea06b=_0x218e31[_0x564db9(0x1f0)];if(!_0x2ea06b)return;const _0x20142b=_0x558e60[_0x564db9(0x237)][_0x564db9(0x254)](_0x2ea06b);function _0x5d2687(_0x58aca2){const _0x811835=_0x564db9;return Array[_0x811835(0x25b)](_0x58aca2)?_0x58aca2:[_0x58aca2];}_0x20142b&&_0x564db9(0x1d0)===_0x2ea06b[_0x564db9(0x25a)]&&_0x38ffe4(_0x20142b,_0x558e60[_0x564db9(0x245)],(_0x1bf4ac,_0x615108,_0x195ad0)=>_0x195ad0[_0x564db9(0x1fa)](_0x5d2687(_0x615108[_0x564db9(0x1c7)]),_0x1bf4ac),(_0x5db4d6,_0x2eef7,_0x196481)=>_0x196481[_0x564db9(0x219)](_0x5d2687(_0x2eef7[_0x564db9(0x1c7)]),_0x5db4d6));},{'priority':_0x3183d4(0x222)}),_0x526d68[_0x3183d4(0x224)][_0x3183d4(0x252)](_0x309c26=>{const _0x1c257c=_0x3183d4;if(_0x1c257c(0x228)!=_0x309c26[_0x1c257c(0x258)]&&_0x1c257c(0x20b)!=_0x309c26[_0x1c257c(0x258)])return;const _0x15e1d3=_0x309c26[_0x1c257c(0x22e)]();if(null!=_0x15e1d3&&_0x15e1d3['is'](_0x1c257c(0x21f),_0x1c257c(0x1d7))){if(_0x1c257c(0x228)==_0x309c26[_0x1c257c(0x258)]){const _0x30e288=_0x309c26[_0x1c257c(0x1c9)]()[_0x1c257c(0x221)](_0xebb997=>_0xebb997['is'](_0x1c257c(0x210)))[_0x1c257c(0x1c8)](_0x33b2d0=>_0x33b2d0[_0x1c257c(0x206)]);if(_0x30e288[_0x1c257c(0x1f4)])return{'type':_0x1c257c(0x228),'content':_0x5b6160(_0x434130,_0x1c257c(0x1e8),_0x5b6160(_0x434130,_0x1c257c(0x20e),'\x22'+_0x30e288[_0x1c257c(0x25d)]('\x20')+'\x22'))};}if(_0x1c257c(0x20b)==_0x309c26[_0x1c257c(0x258)]){const _0x4b493c=_0x309c26[_0x1c257c(0x1c9)]()[_0x1c257c(0x221)](_0x3e9a56=>_0x3e9a56['is'](_0x1c257c(0x210)))[_0x1c257c(0x1c8)](_0x48b0da=>_0x48b0da[_0x1c257c(0x206)]);if(_0x4b493c[_0x1c257c(0x1f4)])return{'type':_0x1c257c(0x20b),'content':_0x5b6160(_0x434130,_0x1c257c(0x1f1),_0x5b6160(_0x434130,_0x1c257c(0x20e),'\x22'+_0x4b493c[_0x1c257c(0x25d)]('\x20')+'\x22'))};}}}),_0x526d68[_0x3183d4(0x224)][_0x3183d4(0x252)](_0x6c2f1e=>{const _0x20889c=_0x3183d4;if(_0x20889c(0x253)==_0x6c2f1e[_0x20889c(0x241)]){const _0x2cfbb4=_0x6c2f1e[_0x20889c(0x1c9)]()[_0x20889c(0x221)](_0xccc171=>_0xccc171['is'](_0x20889c(0x210)))[_0x20889c(0x1c8)](_0x244a52=>_0x244a52[_0x20889c(0x206)]),_0x23c5c3=this[_0x20889c(0x1dd)](_0x6c2f1e),_0x1ba8eb=_0x23c5c3[_0x20889c(0x1da)]-_0x23c5c3[_0x20889c(0x234)]+0x1;if(_0x20889c(0x228)==_0x6c2f1e[_0x20889c(0x258)])return _0x2cfbb4[_0x20889c(0x1f4)]?{'type':_0x20889c(0x228),'content':_0x5b6160(_0x434130,_0x20889c(0x1e8),_0x5b6160(_0x434130,_0x20889c(0x1e4),[_0x1ba8eb,'\x22'+_0x2cfbb4[_0x20889c(0x25d)]('\x20')+'\x22']))}:{'type':_0x20889c(0x228),'content':_0x5b6160(_0x434130,_0x20889c(0x1e8),_0x5b6160(_0x434130,_0x20889c(0x24b),_0x1ba8eb))};if(_0x20889c(0x20b)==_0x6c2f1e[_0x20889c(0x258)])return _0x2cfbb4[_0x20889c(0x1f4)]?{'type':_0x20889c(0x20b),'content':_0x5b6160(_0x434130,_0x20889c(0x1f1),_0x5b6160(_0x434130,_0x20889c(0x1e4),[_0x1ba8eb,'\x22'+_0x2cfbb4[_0x20889c(0x25d)]('\x20')+'\x22']))}:{'type':_0x20889c(0x20b),'content':_0x5b6160(_0x434130,_0x20889c(0x1f1),_0x5b6160(_0x434130,_0x20889c(0x24b),_0x1ba8eb))};}if(_0x20889c(0x1fb)==_0x6c2f1e[_0x20889c(0x241)]){const _0x1fa04b=_0x6c2f1e[_0x20889c(0x1c9)]()[_0x20889c(0x221)](_0x299bd0=>_0x299bd0['is'](_0x20889c(0x210)))[_0x20889c(0x1c8)](_0x455c3f=>_0x455c3f[_0x20889c(0x206)]),_0x4ed6cb=this[_0x20889c(0x1dd)](_0x6c2f1e),_0x33ee63=_0x4ed6cb[_0x20889c(0x1d5)]-_0x4ed6cb[_0x20889c(0x213)]+0x1;if(_0x20889c(0x228)==_0x6c2f1e[_0x20889c(0x258)])return _0x1fa04b[_0x20889c(0x1f4)]?{'type':_0x20889c(0x228),'content':_0x5b6160(_0x434130,_0x20889c(0x1e8),_0x5b6160(_0x434130,_0x20889c(0x202),[_0x33ee63,'\x22'+_0x1fa04b[_0x20889c(0x25d)]('\x20')+'\x22']))}:{'type':_0x20889c(0x228),'content':_0x5b6160(_0x434130,_0x20889c(0x1e8),_0x5b6160(_0x434130,_0x20889c(0x1f8),_0x33ee63))};if(_0x20889c(0x20b)==_0x6c2f1e[_0x20889c(0x258)])return _0x1fa04b[_0x20889c(0x1f4)]?{'type':_0x20889c(0x20b),'content':_0x5b6160(_0x434130,_0x20889c(0x1f1),_0x5b6160(_0x434130,_0x20889c(0x202),[_0x33ee63,'\x22'+_0x1fa04b[_0x20889c(0x25d)]('\x20')+'\x22']))}:{'type':_0x20889c(0x20b),'content':_0x5b6160(_0x434130,_0x20889c(0x1f1),_0x5b6160(_0x434130,_0x20889c(0x1f8),_0x33ee63))};}}),_0x526d68[_0x3183d4(0x218)][_0x3183d4(0x1d4)](_0x3183d4(0x228),_0x3183d4(0x253),_0x3183d4(0x251),_0x552fa5),_0x526d68[_0x3183d4(0x218)][_0x3183d4(0x1d4)](_0x3183d4(0x20b),_0x3183d4(0x253),_0x3183d4(0x236),_0x552fa5),_0x526d68[_0x3183d4(0x218)][_0x3183d4(0x1d4)](_0x3183d4(0x228),_0x3183d4(0x1fb),_0x3183d4(0x251),_0x426407),_0x526d68[_0x3183d4(0x218)][_0x3183d4(0x1d4)](_0x3183d4(0x20b),_0x3183d4(0x1fb),_0x3183d4(0x236),_0x426407),_0x526d68[_0x3183d4(0x218)][_0x3183d4(0x1d4)](_0x3183d4(0x228),_0x3183d4(0x1fb),_0x3183d4(0x25d),_0x279672),_0x526d68[_0x3183d4(0x218)][_0x3183d4(0x1d4)](_0x3183d4(0x20b),_0x3183d4(0x1fb),_0x3183d4(0x25d),_0x279672),_0x526d68[_0x3183d4(0x218)][_0x3183d4(0x1d4)](_0x3183d4(0x228),_0x3183d4(0x253),_0x3183d4(0x25d),_0x515230),_0x526d68[_0x3183d4(0x218)][_0x3183d4(0x1d4)](_0x3183d4(0x20b),_0x3183d4(0x253),_0x3183d4(0x25d),_0x515230);}[_0x53d9bd(0x242)](){const _0x22b1c9=_0x53d9bd,_0x3e8702=this[_0x22b1c9(0x23e)],_0x566a94=_0x3e8702[_0x22b1c9(0x1ca)][_0x22b1c9(0x20d)][_0x22b1c9(0x22f)];return(_0x2bdc5f,_0x3ee7f5)=>{const _0x14d05a=_0x22b1c9;_0x3e8702[_0x14d05a(0x1ca)][_0x14d05a(0x24d)](_0x378bc1=>{const _0x2e35b9=_0x14d05a,{commandName:_0x2992b4,commandParams:_0x3b9cfc}=_0x3ee7f5;let _0x1348d6=_0x2bdc5f[0x0][_0x2e35b9(0x225)][_0x2e35b9(0x212)];_0x3b9cfc&&_0x3b9cfc[0x0]&&!0x1===_0x3b9cfc[0x0][_0x2e35b9(0x233)]&&(_0x1348d6=_0x2bdc5f[0x0][_0x2e35b9(0x255)][_0x2e35b9(0x214)]);const _0x3c086b=_0x378bc1[_0x2e35b9(0x1d2)](_0x1348d6);if(_0x2e35b9(0x23f)==_0x3c086b[_0x2e35b9(0x1ec)][_0x2e35b9(0x1ff)])return;const _0x415137=Array[_0x2e35b9(0x209)](_0x566a94[_0x2e35b9(0x1f7)]())[_0x2e35b9(0x1c8)](_0x531b46=>_0x2f319b[_0x2e35b9(0x1f3)](_0x531b46));_0x378bc1[_0x2e35b9(0x1df)](_0x3c086b),_0x3e8702[_0x2e35b9(0x259)][_0x2e35b9(0x220)](_0x2992b4)[_0x2e35b9(0x1fc)](),_0x3b9cfc[_0x2e35b9(0x23c)]({'forceDefaultExecution':!0x0}),_0x3e8702[_0x2e35b9(0x1dc)](_0x2992b4,..._0x3b9cfc);const _0x1c7f35=_0x415137[_0x2e35b9(0x221)](_0x3960ce=>_0x2e35b9(0x23f)!=_0x3960ce[_0x2e35b9(0x1ec)][_0x2e35b9(0x1ff)]);_0x1c7f35[_0x2e35b9(0x1f4)]>0x0&&_0x378bc1[_0x2e35b9(0x1df)](_0x1c7f35);for(const _0x8471a4 of _0x415137)_0x8471a4[_0x2e35b9(0x24f)]();});};}[_0x53d9bd(0x1ef)](_0x5d1cb1){const _0x15f46b=_0x53d9bd,_0x2b9ae4=this[_0x15f46b(0x23e)][_0x15f46b(0x211)][_0x15f46b(0x220)](_0x15f46b(0x204));let _0x4eeda6=Number[_0x15f46b(0x1c6)],_0xc9d4c7=Number[_0x15f46b(0x1ed)],_0x5c5793=Number[_0x15f46b(0x1c6)],_0x2a5290=Number[_0x15f46b(0x1ed)];for(const _0x80f4dc of _0x5d1cb1){if(_0x15f46b(0x23f)==_0x80f4dc[_0x15f46b(0x1ec)][_0x15f46b(0x1ff)])continue;const {row:_0xb0387b,column:_0x561dad}=_0x2b9ae4[_0x15f46b(0x1fe)](_0x80f4dc),_0x43461f=_0x80f4dc[_0x15f46b(0x1de)](_0x15f46b(0x1e0))?_0x80f4dc[_0x15f46b(0x1c0)](_0x15f46b(0x1e0))-0x1:0x0,_0x4d3a20=_0x80f4dc[_0x15f46b(0x1de)](_0x15f46b(0x235))?_0x80f4dc[_0x15f46b(0x1c0)](_0x15f46b(0x235))-0x1:0x0;_0x4eeda6=_0xb0387b<_0x4eeda6?_0xb0387b:_0x4eeda6,_0xc9d4c7=_0xb0387b+_0x43461f>_0xc9d4c7?_0xb0387b+_0x43461f:_0xc9d4c7,_0x5c5793=_0x561dad<_0x5c5793?_0x561dad:_0x5c5793,_0x2a5290=_0x561dad+_0x4d3a20>_0x2a5290?_0x561dad+_0x4d3a20:_0x2a5290;}return{'minRow':_0x4eeda6,'maxRow':_0xc9d4c7,'minColumn':_0x5c5793,'maxColumn':_0x2a5290};}[_0x53d9bd(0x1ce)](){const _0x49ca41=_0x53d9bd,_0x4e0a03=this[_0x49ca41(0x23e)],_0x4bac85=_0x4e0a03[_0x49ca41(0x211)][_0x49ca41(0x220)](_0x49ca41(0x25e)),_0x13db17=_0x4e0a03[_0x49ca41(0x211)][_0x49ca41(0x220)](_0x49ca41(0x204));_0x4e0a03[_0x49ca41(0x1ca)][_0x49ca41(0x20d)]['on'](_0x49ca41(0x1d3),()=>{const _0x4b4034=_0x49ca41,_0x86e81e=Array[_0x4b4034(0x209)](_0x4e0a03[_0x4b4034(0x1ca)][_0x4b4034(0x20d)][_0x4b4034(0x1eb)][_0x4b4034(0x23d)]());for(const {name:_0x2942a9,data:_0x183c7c}of _0x86e81e){const {group:_0x41d533,id:_0x169329,subType:_0x51d48c}=_0x4bac85[_0x4b4034(0x229)](_0x2942a9);if(_0x4b4034(0x1e1)!=_0x41d533)continue;if(null!=_0x183c7c[_0x4b4034(0x1e3)])continue;const _0x351dba=_0x4bac85[_0x4b4034(0x232)](_0x169329);this[_0x4b4034(0x240)][_0x4b4034(0x1cd)](_0x51d48c)&&this[_0x4b4034(0x1e5)][_0x4b4034(0x21e)](_0x351dba);}},{'priority':_0x49ca41(0x200)});const _0x392ce3=(_0x5ee507,_0xa4abdc)=>{const _0x405e9c=_0x49ca41;let _0x8ccccc=!0x1;const _0x4accae=_0xa4abdc[_0x405e9c(0x244)](_0x5ee507),_0x243fee=_0x5ee507[_0x405e9c(0x1f6)](_0x405e9c(0x1d7)),_0x57645e=_0x13db17[_0x405e9c(0x1fe)](_0x5ee507);for(const _0x3c0c45 of this[_0x405e9c(0x1e5)]){const _0x346640=_0x3c0c45[_0x405e9c(0x241)],_0x14b6b4=_0x346640[_0x405e9c(0x256)](_0x405e9c(0x207)),_0x510f80=_0x346640[_0x405e9c(0x230)](_0x14b6b4?0xa:0x5),_0x58a5c7=_0x510f80[_0x405e9c(0x21c)](),_0x4e4d15=_0x58a5c7[_0x405e9c(0x230)](0x0,0x3)+_0x405e9c(0x1c3),_0x4f8c63=_0x405e9c(0x20c)+_0x510f80,_0x23d408=_0x405e9c(0x1f9)+_0x510f80;if(!_0x3c0c45[_0x405e9c(0x1c4)])continue;if(_0x243fee!=_0x3c0c45[_0x405e9c(0x1cc)]()[_0x405e9c(0x255)][_0x405e9c(0x1f6)](_0x405e9c(0x1d7)))continue;if(_0x3c0c45[_0x405e9c(0x22d)](_0x4accae))continue;const _0x3931e5=_0x5ee507[_0x405e9c(0x1de)](_0x4e4d15)?_0x5ee507[_0x405e9c(0x1c0)](_0x4e4d15)-0x1:0x0,_0x5a0502=this[_0x405e9c(0x1dd)](_0x3c0c45),_0x55df23=_0x5a0502[_0x4f8c63],_0x5b4306=_0x5a0502[_0x23d408];_0x55df23<=_0x57645e[_0x58a5c7]&&_0x57645e[_0x58a5c7]+_0x3931e5<=_0x5b4306&&(_0x3c0c45[_0x405e9c(0x21b)](_0x4accae),_0x8ccccc=!0x0);}return _0x8ccccc;};_0x4e0a03[_0x49ca41(0x1ca)][_0x49ca41(0x20d)][_0x49ca41(0x201)](_0x270f70=>{const _0x5140bd=_0x49ca41;let _0x44240=!0x1;for(const _0x8756f6 of _0x4e0a03[_0x5140bd(0x1ca)][_0x5140bd(0x20d)][_0x5140bd(0x1eb)][_0x5140bd(0x205)]())if(_0x5140bd(0x208)==_0x8756f6[_0x5140bd(0x258)]){if(_0x5140bd(0x253)==_0x8756f6[_0x5140bd(0x25a)]){for(const _0x21b599 of _0x8756f6[_0x5140bd(0x1ee)][_0x5140bd(0x214)][_0x5140bd(0x1f2)]())_0x44240=_0x44240||_0x392ce3(_0x21b599,_0x270f70);}else _0x5140bd(0x1d0)==_0x8756f6[_0x5140bd(0x25a)]&&(_0x44240=_0x44240||_0x392ce3(_0x8756f6[_0x5140bd(0x1ee)][_0x5140bd(0x214)],_0x270f70));}return _0x44240;});}[_0x53d9bd(0x1dd)](_0x4b58f9){const _0x3fdba4=_0x53d9bd;return this[_0x3fdba4(0x1ef)](_0x4b58f9[_0x3fdba4(0x1f7)]()[_0x3fdba4(0x1c8)](_0x2897d3=>_0x2897d3[_0x3fdba4(0x255)][_0x3fdba4(0x214)]));}}function Ee(_0x588eca){const _0x5cf8e8=_0x53d9bd;return Array[_0x5cf8e8(0x209)](new Set(_0x588eca)[_0x5cf8e8(0x231)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x49c915=_0xd819;(function(_0x41b69a,_0x98396c){const _0x49931d=_0xd819,_0x3110d0=_0x41b69a();while(!![]){try{const _0x2a53d0=parseInt(_0x49931d(0x17c))/0x1*(-parseInt(_0x49931d(0x180))/0x2)+parseInt(_0x49931d(0x183))/0x3*(-parseInt(_0x49931d(0x176))/0x4)+parseInt(_0x49931d(0x181))/0x5*(-parseInt(_0x49931d(0x185))/0x6)+parseInt(_0x49931d(0x17e))/0x7+-parseInt(_0x49931d(0x18b))/0x8*(-parseInt(_0x49931d(0x17a))/0x9)+parseInt(_0x49931d(0x187))/0xa*(parseInt(_0x49931d(0x178))/0xb)+parseInt(_0x49931d(0x177))/0xc;if(_0x2a53d0===_0x98396c)break;else _0x3110d0['push'](_0x3110d0['shift']());}catch(_0x1e5061){_0x3110d0['push'](_0x3110d0['shift']());}}}(_0x1b3e,0xccc3a));function _0xd819(_0x43e3a6,_0x3be79c){const _0x1b3e42=_0x1b3e();return _0xd819=function(_0xd81951,_0x15c5c8){_0xd81951=_0xd81951-0x176;let _0x197f62=_0x1b3e42[_0xd81951];return _0x197f62;},_0xd819(_0x43e3a6,_0x3be79c);}import{Plugin as _0x62b0d9}from'ckeditor5/src/core.js';function _0x1b3e(){const _0x18bce5=['408287byqkct','TrackChangesEditing','16299yYVorP','afterInit','193519nPrfzT','get','10882984HRXzWY','has','14WgdZwC','50PnDeSW','toggleTableCaption','3vMdNTK','TableCaptionEditing','965634GpJzAq','requires','340xWHDcO','editor','plugins','enableCommand','6824PktHsc','2794804ySZDhf','1679580XLlHKj'];_0x1b3e=function(){return _0x18bce5;};return _0x1b3e();}import _0x17bc93 from'./table.js';export default class Mt extends _0x62b0d9{static get[_0x49c915(0x186)](){return[_0x17bc93];}[_0x49c915(0x17b)](){const _0x3de6dc=_0x49c915,_0x2523f2=this[_0x3de6dc(0x188)];if(!_0x2523f2[_0x3de6dc(0x189)][_0x3de6dc(0x17f)](_0x3de6dc(0x184)))return;_0x2523f2[_0x3de6dc(0x189)][_0x3de6dc(0x17d)](_0x3de6dc(0x179))[_0x3de6dc(0x18a)](_0x3de6dc(0x182));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x5ca490=_0x2386;(function(_0x3d6c28,_0x2ccb40){const _0x1fd74=_0x2386,_0x25dd11=_0x3d6c28();while(!![]){try{const _0x32de36=parseInt(_0x1fd74(0x233))/0x1*(-parseInt(_0x1fd74(0x1c4))/0x2)+-parseInt(_0x1fd74(0x1c6))/0x3*(-parseInt(_0x1fd74(0x239))/0x4)+parseInt(_0x1fd74(0x235))/0x5*(-parseInt(_0x1fd74(0x1d0))/0x6)+parseInt(_0x1fd74(0x20c))/0x7*(parseInt(_0x1fd74(0x21a))/0x8)+parseInt(_0x1fd74(0x1c9))/0x9*(-parseInt(_0x1fd74(0x1f6))/0xa)+-parseInt(_0x1fd74(0x247))/0xb*(parseInt(_0x1fd74(0x1e7))/0xc)+parseInt(_0x1fd74(0x204))/0xd;if(_0x32de36===_0x2ccb40)break;else _0x25dd11['push'](_0x25dd11['shift']());}catch(_0xf55275){_0x25dd11['push'](_0x25dd11['shift']());}}}(_0x4319,0x9cb8e));import{getTranslation as _0x46429a}from'../utils/common-translations.js';import{Plugin as _0x4af95a}from'ckeditor5/src/core.js';import{LiveRange as _0x335781}from'ckeditor5/src/engine.js';function _0x4319(){const _0x5b73e6=['tablePaste','getRowIndexes','every','fromRange','getSuggestionCallback','getColumnIndexes','attributes','start','markerAttributes','148UlXLhB','_isForcedDefaultExecutionBlock','3500835GhCOqK','$graveyard','elementToElement','8686971oGUBFQ','suggestionLoaded','suggestionUnloaded','editingDowncast','_tablePostFixingSubtypes','tableCellHorizontalAlignment','schema','414McnuPS','updateMarker','add','get','previousSibling','tableCell','getChangedMarkers','getSuggestion','suggestion:formatBlock:tablePasteCell','author','registerPostFixer','register','keys','deletion','listenTo','trackChanges','value','setAttributes','unwrap','createRangeOn','cells','paragraph','table','7627908GaLOYn','getShiftedBy','root','isEmpty','createRangeIn','requires','low','getItems','getContainedElement','last','getAttributes','createPositionBefore','Users','getAllAdjacentSuggestions','end','10TWhGdj','insertContent','markMultiRangeInsertion','cell','hasSuggestion','rowInsertionRanges','model','markMultiRangeBlockFormat','removeColumns','getColumns','_createdBatches','createElement','forceDefaultExecution','view','22451988lVWVry','insertColumns','position','type','element','rowInsertionIndexes','nodeAfter','suggestion','611709rCfZYi','*Replace\x20table\x20cells*','tablePasteRow','dataDowncast','documentSelection','forEach','remove','getSuggestions','has','ck-suggestion-marker--active','createTableWalker','detach','reduce','containsRange','88JaHTgH','getRanges','afterInit','return','fill','insertion','locale','registerCustomCallback','clipboardOutput','for','find','accept','removeRows','rows','markMultiRangeDeletion','push','_splitMarkerName','endRow','selection','tablePasteColumn','getChild','columnInsertionRanges','column','tableCellVerticalAlignment','tablePasteCell','8261bFbaMY','getMarkers','26485arzfLl','name','includes','move','4oKFuOw','markers','commands','getChildren','ck-suggestion-marker-insertion','insert','fromEntries','findAncestor','insertRows','document','previous','isInContent','batch','tableCellBorderWidth','22QmwYVW','length','markerName','discard','options','newRange','editing','plugins','join','conversion','TrackChangesEditing','getTableIfOnlyTableInContent','columnInsertionIndexes','setAttribute','row','markerToHighlight','call','from','tableCellBackgroundColor','redo','some','rootName','showSuggestionHighlights','TableUtils','getRange','wrap','_suggestionFactory','high','nextSibling','differ','tableCellSuggestion','filter','_replaceTableSlotCell','first','tableCellBorderColor','content','subType','oldRange','isEqual','formatBlock','registerDescriptionCallback','change','getSelectionAffectedTableCells','tableCellBorderStyle','editor','activeMarkers','columns','endColumn','ck-suggestion-marker','insertionRanges','tablePasteChainId','entries','getRows','getChanges','removeMarker','startsWith','removeMarkers','createRange','deletionRanges','stop','next','set','suggestion-td','tableCellPadding','_getCoordsForCells','map','TableClipboard','descriptionFactory'];_0x4319=function(){return _0x5b73e6;};return _0x4319();}function _0x2386(_0x1c6af3,_0x48a36c){const _0x431926=_0x4319();return _0x2386=function(_0x2386d8,_0x47a4d3){_0x2386d8=_0x2386d8-0x1a8;let _0x10e65e=_0x431926[_0x2386d8];return _0x10e65e;},_0x2386(_0x1c6af3,_0x48a36c);}import{uid as _0x294944,priorities as _0x31ff94}from'ckeditor5/src/utils.js';import _0x5d6f01 from'./table.js';const ge=[_0x5ca490(0x246),_0x5ca490(0x269),_0x5ca490(0x272),_0x5ca490(0x1ce),_0x5ca490(0x231),_0x5ca490(0x259),_0x5ca490(0x1b6)],Ce=Object[_0x5ca490(0x23f)](ge[_0x5ca490(0x1b8)](_0x11bccf=>[_0x11bccf,null]));export default class It extends _0x4af95a{static get[_0x5ca490(0x1ec)](){return[_0x5d6f01];}[_0x5ca490(0x21c)](){const _0x1ddb45=_0x5ca490,_0x2c4610=this[_0x1ddb45(0x273)];if(!_0x2c4610[_0x1ddb45(0x24e)][_0x1ddb45(0x214)](_0x1ddb45(0x1b9)))return;const _0x554653=_0x2c4610[_0x1ddb45(0x24e)][_0x1ddb45(0x1d3)](_0x1ddb45(0x251)),_0x30186f=_0x2c4610[_0x1ddb45(0x24e)][_0x1ddb45(0x1d3)](_0x1ddb45(0x25e)),_0x18b764=_0x2c4610[_0x1ddb45(0x24e)][_0x1ddb45(0x1d3)](_0x5d6f01),_0x2515b5=_0x2c4610[_0x1ddb45(0x24e)][_0x1ddb45(0x1d3)](_0x1ddb45(0x1b9));_0x18b764[_0x1ddb45(0x1cd)][_0x1ddb45(0x229)](_0x1ddb45(0x20e),_0x1ddb45(0x22d)),_0x2c4610[_0x1ddb45(0x1fc)][_0x1ddb45(0x1cf)][_0x1ddb45(0x1db)](_0x1ddb45(0x265),{'allowIn':_0x1ddb45(0x1d5),'allowContentOf':_0x1ddb45(0x1d5),'isLimit':!0x0}),_0x2c4610[_0x1ddb45(0x250)][_0x1ddb45(0x1c8)]({'model':_0x1ddb45(0x265),'view':_0x1ddb45(0x1b5)});let _0x1206ec=null;_0x2c4610[_0x1ddb45(0x1fc)]['on'](_0x1ddb45(0x1f7),(_0xd5af5,_0x10ca62)=>{const _0x45c8ad=_0x1ddb45,[_0x41da10,_0xc5943e]=_0x10ca62,_0x382409=_0x10ca62[_0x10ca62[_0x45c8ad(0x248)]-0x1];_0x382409&&_0x382409[_0x45c8ad(0x202)]||_0x554653[_0x45c8ad(0x1c5)]||this[_0x45c8ad(0x273)][_0x45c8ad(0x23b)][_0x45c8ad(0x1d3)](_0x45c8ad(0x1df))[_0x45c8ad(0x1e0)]&&function(_0x2f7e44,_0x189cf9,_0x557838,_0x5587f1,_0x3fad54){const _0x355d04=_0x45c8ad;if(_0x189cf9&&!_0x189cf9['is'](_0x355d04(0x210)))return!0x1;const _0x69a223=_0x3fad54[_0x355d04(0x252)](_0x2f7e44,_0x557838);if(!_0x69a223||!he(_0x69a223,void 0x0,_0x5587f1))return!0x1;const _0xc7b07b=_0x5587f1[_0x355d04(0x271)](_0x557838[_0x355d04(0x242)][_0x355d04(0x22c)]);if(!_0xc7b07b[_0x355d04(0x248)])return!0x1;const _0x2fa229=_0xc7b07b[0x0][_0x355d04(0x240)](_0x355d04(0x1e6)),_0x2adc6e=_0x5587f1[_0x355d04(0x1bc)](_0xc7b07b),_0x483aef=_0x5587f1[_0x355d04(0x1c0)](_0xc7b07b),_0x286ce8={'startRow':_0x2adc6e[_0x355d04(0x268)],'endRow':_0x2adc6e[_0x355d04(0x1f0)],'startColumn':_0x483aef[_0x355d04(0x268)],'endColumn':_0x483aef[_0x355d04(0x1f0)]};return 0x1==_0xc7b07b[_0x355d04(0x248)]&&(_0x286ce8[_0x355d04(0x22b)]+=_0x5587f1[_0x355d04(0x1ab)](_0x69a223)-0x1,_0x286ce8[_0x355d04(0x276)]+=_0x5587f1[_0x355d04(0x1ff)](_0x69a223)-0x1),he(_0x2fa229,_0x286ce8,_0x5587f1);}(_0x41da10,_0xc5943e,_0x2c4610[_0x45c8ad(0x1fc)],_0x30186f,_0x2515b5)&&(_0xd5af5[_0x45c8ad(0x1b2)](),_0x1206ec={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2c4610[_0x45c8ad(0x1fc)][_0x45c8ad(0x270)](()=>{const _0x202a07=_0x45c8ad;_0x2c4610[_0x202a07(0x1fc)][_0x202a07(0x1f7)](_0x10ca62[0x0],_0x10ca62[0x1],_0x10ca62[0x2],{'forceDefaultExecution':!0x0});const _0x5dd4bd=_0x294944(),{rowInsertionRanges:_0x4a7911,columnInsertionRanges:_0x16162e,insertionRanges:_0x404e89,deletionRanges:_0x624820,cells:_0x374475}=_0x1206ec;_0x4a7911[_0x202a07(0x248)]&&_0x554653[_0x202a07(0x1f8)](_0x4a7911,_0x202a07(0x20e),{'tablePasteChainId':_0x5dd4bd}),_0x16162e[_0x202a07(0x248)]&&_0x554653[_0x202a07(0x1f8)](_0x16162e,_0x202a07(0x22d),{'tablePasteChainId':_0x5dd4bd}),_0x404e89[_0x202a07(0x248)]&&(_0x554653[_0x202a07(0x1f8)](_0x404e89,_0x202a07(0x1bb),{'tablePasteChainId':_0x5dd4bd,'skipNestingCheck':!0x0}),_0x404e89[_0x202a07(0x211)](_0x431b3d=>{const _0x52db87=_0x202a07;var _0x5b2876;return null===(_0x5b2876=_0x431b3d[_0x52db87(0x217)])||void 0x0===_0x5b2876?void 0x0:_0x5b2876[_0x52db87(0x257)](_0x431b3d);})),_0x624820[_0x202a07(0x248)]&&(_0x554653[_0x202a07(0x228)](_0x624820,_0x202a07(0x1bb),{'tablePasteChainId':_0x5dd4bd,'skipNestingCheck':!0x0}),_0x624820[_0x202a07(0x211)](_0x488600=>{const _0x1d631f=_0x202a07;var _0x47639b;return null===(_0x47639b=_0x488600[_0x1d631f(0x217)])||void 0x0===_0x47639b?void 0x0:_0x47639b[_0x1d631f(0x257)](_0x488600);}));const _0x48d382=_0x554653[_0x202a07(0x1fd)](_0x374475[_0x202a07(0x1b8)](({element:_0x4ec4a4})=>_0x4ec4a4),{'formatGroupId':_0x294944()},[],_0x202a07(0x232),{'tablePasteChainId':_0x5dd4bd});if(_0x48d382){const _0x558e68=_0x48d382[_0x202a07(0x234)](),_0x4ef166=[];for(const {element:_0x27597e,attributes:_0x27a34c}of _0x374475){if(!_0x27a34c)continue;const _0x4ca453=_0x2c4610[_0x202a07(0x1fc)][_0x202a07(0x1e3)](_0x27597e),_0xf5f472=_0x558e68[_0x202a07(0x224)](_0x438844=>_0x438844[_0x202a07(0x25f)]()[_0x202a07(0x26d)](_0x4ca453));_0xf5f472&&_0x4ef166[_0x202a07(0x229)]([_0xf5f472[_0x202a07(0x236)],_0x27a34c]);}_0x4ef166[_0x202a07(0x248)]&&_0x48d382[_0x202a07(0x254)](_0x202a07(0x1c3),Object[_0x202a07(0x23f)](_0x4ef166));}_0x1206ec=null;}));},{'priority':_0x31ff94[_0x1ddb45(0x262)]+0xa}),_0x2c4610[_0x1ddb45(0x24e)][_0x1ddb45(0x1d3)](_0x1ddb45(0x1b9))['on'](_0x1ddb45(0x267),(_0x216e5e,_0x11b594)=>{const _0xbb45f7=_0x1ddb45,[_0x20076b,_0x53683d,,_0x28c12e]=_0x11b594;if(!_0x1206ec)return;_0x216e5e[_0xbb45f7(0x1b2)]();const _0x58eb8a=_0x20076b[_0xbb45f7(0x1f9)],_0x40de3a=_0x53683d,_0x541217=Pe(_0x58eb8a),_0x1f6f0b=Pe(_0x40de3a);_0x216e5e[_0xbb45f7(0x21d)]=_0x58eb8a;let _0x3e2e61=null,_0x22f0a0=null;if(_0x1f6f0b||_0x541217){if(_0x541217&&!_0x1f6f0b){_0x28c12e[_0xbb45f7(0x212)](_0x58eb8a[_0xbb45f7(0x22e)](0x0));for(const _0x20240c of Array[_0xbb45f7(0x258)](_0x40de3a[_0xbb45f7(0x23c)]()))_0x28c12e[_0xbb45f7(0x23e)](_0x20240c,_0x58eb8a,_0xbb45f7(0x1f5));const _0x20ee68=_0x1206ec[_0xbb45f7(0x209)][_0xbb45f7(0x237)](_0x20076b[_0xbb45f7(0x255)]),_0xa1c0be=_0x1206ec[_0xbb45f7(0x253)][_0xbb45f7(0x237)](_0x20076b[_0xbb45f7(0x230)]);_0x20ee68||_0xa1c0be||(_0x3e2e61=_0x335781[_0xbb45f7(0x1be)](_0x28c12e[_0xbb45f7(0x1eb)](_0x58eb8a)));}else _0x1f6f0b&&!_0x541217&&(_0x22f0a0=_0x28c12e[_0xbb45f7(0x1eb)](_0x58eb8a));}else{const _0x52d9c2=_0x28c12e[_0xbb45f7(0x201)](_0xbb45f7(0x265)),_0x179219=_0x28c12e[_0xbb45f7(0x201)](_0xbb45f7(0x265));_0x28c12e[_0xbb45f7(0x260)](_0x28c12e[_0xbb45f7(0x1eb)](_0x58eb8a),_0x179219),_0x28c12e[_0xbb45f7(0x23e)](_0x52d9c2,_0x58eb8a,0x0);for(const _0x5ca5d1 of Array[_0xbb45f7(0x258)](_0x40de3a[_0xbb45f7(0x23c)]()))_0x28c12e[_0xbb45f7(0x23e)](_0x5ca5d1,_0x52d9c2,_0xbb45f7(0x1f5));_0x3e2e61=_0x335781[_0xbb45f7(0x1be)](_0x28c12e[_0xbb45f7(0x1e3)](_0x52d9c2)),_0x22f0a0=_0x335781[_0xbb45f7(0x1be)](_0x28c12e[_0xbb45f7(0x1e3)](_0x179219));}const _0x570c21=Array[_0xbb45f7(0x258)](_0x40de3a[_0xbb45f7(0x1f1)]())[_0xbb45f7(0x266)](([_0x3aae75])=>ge[_0xbb45f7(0x237)](_0x3aae75));_0x1206ec[_0xbb45f7(0x1e4)][_0xbb45f7(0x229)]({'element':_0x58eb8a,'attributes':_0x570c21[_0xbb45f7(0x248)]?Object[_0xbb45f7(0x23f)](_0x570c21):null}),_0x3e2e61&&_0x1206ec[_0xbb45f7(0x1a8)][_0xbb45f7(0x229)](_0x3e2e61),_0x22f0a0&&_0x1206ec[_0xbb45f7(0x1b1)][_0xbb45f7(0x229)](_0x22f0a0);},{'priority':_0x1ddb45(0x262)}),_0x30186f['on'](_0x1ddb45(0x205),(_0x234434,_0x2b777a)=>{const _0x225f6d=_0x1ddb45,[_0xb72ed9,_0x571f6a={}]=_0x2b777a;if(!_0x1206ec)return;const _0x12b8e2=_0x571f6a['at']||0x0,_0xc7428f=_0x571f6a[_0x225f6d(0x275)]||0x1;_0x1206ec[_0x225f6d(0x253)]=new Array(_0xc7428f)[_0x225f6d(0x21e)](_0x12b8e2)[_0x225f6d(0x1b8)]((_0x1ad13f,_0x4534a5)=>_0x1ad13f+_0x4534a5);for(const {cell:_0x107ed3}of _0x30186f[_0x225f6d(0x216)](_0xb72ed9,{'startColumn':_0x12b8e2,'endColumn':_0x12b8e2+_0xc7428f-0x1}))_0x1206ec[_0x225f6d(0x22f)][_0x225f6d(0x229)](_0x2c4610[_0x225f6d(0x1fc)][_0x225f6d(0x1e3)](_0x107ed3));},{'priority':_0x1ddb45(0x1ed)}),_0x30186f['on'](_0x1ddb45(0x241),(_0x9136f0,_0x39245f)=>{const _0x31e3b3=_0x1ddb45,[_0x29ab64,_0x2085d={}]=_0x39245f;if(!_0x1206ec)return;const _0x16fe91=_0x2085d['at']||0x0,_0x364a03=_0x2085d[_0x31e3b3(0x227)]||0x1;_0x1206ec[_0x31e3b3(0x209)]=new Array(_0x364a03)[_0x31e3b3(0x21e)](_0x16fe91)[_0x31e3b3(0x1b8)]((_0x5ad245,_0x31def5)=>_0x5ad245+_0x31def5);for(const {cell:_0x480b89}of _0x30186f[_0x31e3b3(0x216)](_0x29ab64,{'startRow':_0x16fe91,'endRow':_0x16fe91+_0x364a03-0x1}))_0x1206ec[_0x31e3b3(0x1fb)][_0x31e3b3(0x229)](_0x2c4610[_0x31e3b3(0x1fc)][_0x31e3b3(0x1e3)](_0x480b89));},{'priority':_0x1ddb45(0x1ed)}),_0x554653[_0x1ddb45(0x1ba)][_0x1ddb45(0x26f)](_0x48859=>{const _0x1d3dd6=_0x1ddb45;if(_0x48859[_0x1d3dd6(0x26b)]&&_0x48859[_0x1d3dd6(0x26b)][_0x1d3dd6(0x1ae)](_0x1d3dd6(0x1bb)))return _0x48859[_0x1d3dd6(0x243)]?{}:{'type':_0x1d3dd6(0x21f),'content':_0x46429a(_0x2c4610[_0x1d3dd6(0x220)],_0x1d3dd6(0x20d))};});const _0x2a1308=()=>!0x1;for(const _0x2f1d60 of[_0x1ddb45(0x1bb),_0x1ddb45(0x22d),_0x1ddb45(0x20e),_0x1ddb45(0x232)])_0x554653[_0x1ddb45(0x261)][_0x1ddb45(0x221)](_0x1ddb45(0x21f),_0x2f1d60,_0x1ddb45(0x24f),_0x2a1308),_0x554653[_0x1ddb45(0x261)][_0x1ddb45(0x221)](_0x1ddb45(0x1dd),_0x2f1d60,_0x1ddb45(0x24f),_0x2a1308),_0x554653[_0x1ddb45(0x261)][_0x1ddb45(0x221)](_0x1ddb45(0x26e),_0x2f1d60,_0x1ddb45(0x24f),_0x2a1308);_0x554653[_0x1ddb45(0x261)][_0x1ddb45(0x221)](_0x1ddb45(0x26e),_0x1ddb45(0x232),_0x1ddb45(0x24a),_0x2a1308),_0x554653[_0x1ddb45(0x261)][_0x1ddb45(0x221)](_0x1ddb45(0x26e),_0x1ddb45(0x232),_0x1ddb45(0x225),(_0x4a99e2,_0x5f4062,_0x48adb4)=>{const _0x855890=_0x1ddb45,_0x5cab0f=_0x4a99e2[_0x855890(0x1b8)](_0x3e9157=>_0x3e9157[_0x855890(0x1ef)]())[_0x855890(0x266)](_0x5f33ee=>_0x5f33ee),_0x6627b9=new Map(_0x5cab0f[_0x855890(0x1b8)](_0x1dc37f=>[_0x1dc37f,null]));if(_0x1206ec){for(const {element:_0x2afe62,attributes:_0x29080a}of _0x1206ec[_0x855890(0x1e4)])_0x29080a&&_0x6627b9[_0x855890(0x1b4)](_0x2afe62,_0x29080a);}else{if(_0x48adb4&&_0x48adb4[_0x855890(0x1c3)])for(const [_0x29517e,_0x15e7aa]of Object[_0x855890(0x1aa)](_0x48adb4[_0x855890(0x1c3)])){const _0x1ae3c2=_0x2c4610[_0x855890(0x1fc)][_0x855890(0x23a)][_0x855890(0x1d3)](_0x29517e),_0x37c915=_0x1ae3c2?_0x1ae3c2[_0x855890(0x25f)]()[_0x855890(0x1ef)]():null;_0x37c915&&_0x6627b9[_0x855890(0x1b4)](_0x37c915,_0x15e7aa);}}_0x2c4610[_0x855890(0x1fc)][_0x855890(0x270)](_0xc0cb8d=>{const _0x35d87b=_0x855890;for(const [_0x3c7de6,_0x5158be]of _0x6627b9)_0xc0cb8d[_0x35d87b(0x1e1)]({...Ce,..._0x5158be},_0x3c7de6);});});const _0x2776ce=(_0x1f58ff,_0x4177c8)=>{const _0x3320ba=_0x1ddb45;_0x554653[_0x3320ba(0x261)][_0x3320ba(0x221)](_0x1f58ff,_0x3320ba(0x1bb),_0x4177c8,(_0x151f5d,_0xfd064b,_0x3e351e)=>{const _0x5872bd=_0x3320ba;_0x2c4610[_0x5872bd(0x1fc)][_0x5872bd(0x270)](_0x3a60d4=>{const _0x5bf6a0=_0x5872bd,_0x4f569d=[];for(const _0x3e25bd of _0x151f5d){const _0x13d74a=_0x3e25bd[_0x5bf6a0(0x1c2)][_0x5bf6a0(0x20a)];_0x13d74a['is'](_0x5bf6a0(0x208),_0x5bf6a0(0x265))&&_0x4f569d[_0x5bf6a0(0x229)](_0x13d74a);}_0x554653[_0x5bf6a0(0x261)][_0x5bf6a0(0x1bf)](_0x1f58ff,null,_0x4177c8)(_0x151f5d,_0xfd064b,_0x3e351e);for(const _0x5c3474 of _0x4f569d)_0x5bf6a0(0x1c7)!=_0x5c3474[_0x5bf6a0(0x1e9)][_0x5bf6a0(0x25c)]&&_0x3a60d4[_0x5bf6a0(0x1e2)](_0x5c3474);});});};_0x2776ce(_0x1ddb45(0x21f),_0x1ddb45(0x225)),_0x2776ce(_0x1ddb45(0x21f),_0x1ddb45(0x24a)),_0x2776ce(_0x1ddb45(0x1dd),_0x1ddb45(0x225)),_0x2776ce(_0x1ddb45(0x1dd),_0x1ddb45(0x24a)),_0x554653[_0x1ddb45(0x261)][_0x1ddb45(0x221)](_0x1ddb45(0x21f),_0x1ddb45(0x20e),_0x1ddb45(0x24a),_0xb1cf5b=>{const _0x249f21=_0x1ddb45,_0x48ed84=_0xb1cf5b[_0x249f21(0x1b8)](_0x34b50a=>_0x34b50a[_0x249f21(0x1ef)]()),_0x971c0f=_0x48ed84[0x0][_0x249f21(0x240)](_0x249f21(0x1e6)),{minRow:_0xec0c06,maxRow:_0x4116a2}=_0x18b764[_0x249f21(0x1b7)](_0x48ed84);_0x30186f[_0x249f21(0x226)](_0x971c0f,{'at':_0xec0c06,'rows':_0x4116a2-_0xec0c06+0x1});}),_0x554653[_0x1ddb45(0x261)][_0x1ddb45(0x221)](_0x1ddb45(0x21f),_0x1ddb45(0x22d),_0x1ddb45(0x24a),_0x1f9838=>{const _0x4aad40=_0x1ddb45,_0x5bbe4d=_0x1f9838[_0x4aad40(0x1b8)](_0x11ccb5=>_0x11ccb5[_0x4aad40(0x1ef)]()),_0x3ffc92=_0x5bbe4d[0x0][_0x4aad40(0x240)](_0x4aad40(0x1e6)),{minColumn:_0x26e8ff,maxColumn:_0x1ab60c}=_0x18b764[_0x4aad40(0x1b7)](_0x5bbe4d);_0x30186f[_0x4aad40(0x1fe)](_0x3ffc92,{'at':_0x26e8ff,'columns':_0x1ab60c-_0x26e8ff+0x1});});const _0x2b4e82=(_0x454e39,_0x486995)=>{const _0x49475f=_0x1ddb45;if(!_0x486995[_0x49475f(0x26b)]||!_0x486995[_0x49475f(0x26b)][_0x49475f(0x1ae)](_0x49475f(0x1bb)))return;const _0x1e3d34=_0x486995[_0x49475f(0x1c1)][_0x49475f(0x1a9)],_0x224fd9=_0x554653[_0x49475f(0x213)]()[_0x49475f(0x266)](_0x428722=>_0x428722[_0x49475f(0x244)]&&_0x428722[_0x49475f(0x1c1)]&&_0x428722[_0x49475f(0x1c1)][_0x49475f(0x1a9)]==_0x1e3d34);_0x224fd9[_0x49475f(0x248)]&&_0x486995[_0x49475f(0x1f4)]()[_0x49475f(0x248)]!=_0x224fd9[_0x49475f(0x248)]&&_0x224fd9[_0x49475f(0x218)]((_0x4be8da,_0x5a3cf9)=>(_0x4be8da[_0x49475f(0x1b3)]=_0x5a3cf9,_0x5a3cf9[_0x49475f(0x243)]=_0x4be8da,_0x5a3cf9));};function _0xb97275(_0x4237e5,_0x10e6ee=!0x0){const _0x3574b6=_0x1ddb45,{id:_0x5a04cf}=_0x554653[_0x3574b6(0x22a)](_0x4237e5[_0x3574b6(0x249)]),_0x275242=[_0x3574b6(0x277),_0x3574b6(0x23d)],_0x2675b6=_0x554653[_0x3574b6(0x274)][_0x3574b6(0x237)](_0x4237e5[_0x3574b6(0x249)]);return _0x2675b6&&_0x275242[_0x3574b6(0x229)](_0x3574b6(0x215)),{'classes':_0x275242,'attributes':{'data-suggestion':_0x5a04cf},'priority':_0x2675b6&&_0x10e6ee?0xbc2:0xbb8};}_0x554653['on'](_0x1ddb45(0x1ca),_0x2b4e82,{'priority':_0x1ddb45(0x262)}),_0x554653['on'](_0x1ddb45(0x1cb),_0x2b4e82,{'priority':_0x1ddb45(0x262)}),_0x2c4610[_0x1ddb45(0x1fc)][_0x1ddb45(0x242)][_0x1ddb45(0x1da)](()=>{const _0x5bb777=_0x1ddb45;let _0x15a9f3=!0x1;const _0x27f628=Array[_0x5bb777(0x258)](_0x2c4610[_0x5bb777(0x1fc)][_0x5bb777(0x242)][_0x5bb777(0x264)][_0x5bb777(0x1d6)]());for(const {name:_0x56a705,data:_0x403d2a}of _0x27f628){const {group:_0x1f1418,type:_0x49b7cc,id:_0x10c016}=_0x554653[_0x5bb777(0x22a)](_0x56a705);if(_0x5bb777(0x20b)!=_0x1f1418||_0x5bb777(0x1dd)!=_0x49b7cc||_0x403d2a[_0x5bb777(0x26c)])continue;if(!_0x554653[_0x5bb777(0x1fa)](_0x10c016))continue;const _0x2ef2be=_0x554653[_0x5bb777(0x1d7)](_0x10c016)[_0x5bb777(0x21b)](),_0x55f6e4=_0x2c4610[_0x5bb777(0x24e)][_0x5bb777(0x1d3)](_0x5bb777(0x1f3))['me'];for(const _0x507a6d of _0x554653[_0x5bb777(0x213)]()){if(!_0x507a6d[_0x5bb777(0x244)]||_0x507a6d[_0x5bb777(0x1d9)]!=_0x55f6e4)continue;if(_0x5bb777(0x26e)!=_0x507a6d[_0x5bb777(0x207)]||_0x5bb777(0x232)!=_0x507a6d[_0x5bb777(0x26b)])continue;if(_0x507a6d[_0x5bb777(0x21b)]()[_0x5bb777(0x1bd)](_0x53b03c=>_0x2ef2be[_0x5bb777(0x25b)](_0x2b76dd=>_0x2b76dd[_0x5bb777(0x219)](_0x53b03c,!0x0)))){for(const _0x768495 of _0x507a6d[_0x5bb777(0x1f4)]())_0x768495[_0x5bb777(0x244)]&&(_0x768495[_0x5bb777(0x24a)](),_0x15a9f3=!0x0);}}}return _0x15a9f3;}),_0x2c4610[_0x1ddb45(0x1fc)][_0x1ddb45(0x242)][_0x1ddb45(0x1da)](_0x271976=>{const _0x5d906b=_0x1ddb45,_0x5b6191=_0x2c4610[_0x5d906b(0x23b)][_0x5d906b(0x1d3)](_0x5d906b(0x25a));if(!_0x5b6191||!_0x5b6191[_0x5d906b(0x200)][_0x5d906b(0x214)](_0x271976[_0x5d906b(0x245)]))return!0x1;let _0x24d63a=!0x1;const _0x516d36=_0x2c4610[_0x5d906b(0x24e)][_0x5d906b(0x1d3)](_0x5d906b(0x1f3))['me'],_0x139d1b=_0x2c4610[_0x5d906b(0x1fc)][_0x5d906b(0x242)][_0x5d906b(0x264)][_0x5d906b(0x1ac)](),_0x28186c=Array[_0x5d906b(0x258)](_0x2c4610[_0x5d906b(0x1fc)][_0x5d906b(0x242)][_0x5d906b(0x264)][_0x5d906b(0x1d6)]())[_0x5d906b(0x266)](({name:_0x2220a4,data:_0x4a94f9})=>{const _0x1dfbc3=_0x5d906b,{group:_0x3c9287,subType:_0x2c7e86,authorId:_0x374460}=_0x554653[_0x1dfbc3(0x22a)](_0x2220a4);return _0x1dfbc3(0x20b)==_0x3c9287&&_0x1dfbc3(0x1bb)==_0x2c7e86&&_0x374460==_0x516d36['id']&&!_0x4a94f9[_0x1dfbc3(0x26c)];});for(const _0x3b98d1 of _0x139d1b){if(_0x5d906b(0x23e)!=_0x3b98d1[_0x5d906b(0x207)]||_0x5d906b(0x265)!=_0x3b98d1[_0x5d906b(0x236)]||0x1!=_0x3b98d1[_0x5d906b(0x248)])continue;const _0x16113f=_0x271976[_0x5d906b(0x1b0)](_0x3b98d1[_0x5d906b(0x206)],_0x3b98d1[_0x5d906b(0x206)][_0x5d906b(0x1e8)](0x1));if(!_0x28186c[_0x5d906b(0x224)](({data:_0xc4eacc})=>_0xc4eacc[_0x5d906b(0x24c)][_0x5d906b(0x26d)](_0x16113f))){for(const {name:_0x3c9aaf,data:_0x270b80}of _0x28186c)if(_0x16113f[_0x5d906b(0x219)](_0x270b80[_0x5d906b(0x24c)])){_0x271976[_0x5d906b(0x1d1)](_0x3c9aaf,{'range':_0x16113f}),_0x24d63a=!0x0;break;}}}return _0x24d63a;}),_0x2c4610[_0x1ddb45(0x1fc)][_0x1ddb45(0x242)][_0x1ddb45(0x1da)](_0x175c23=>{const _0x422fd8=_0x1ddb45;let _0x29d49a=!0x1;const _0x4c0b56=_0x2c4610[_0x422fd8(0x24e)][_0x422fd8(0x1d3)](_0x422fd8(0x1f3))['me'],_0x5035b3=_0x554653[_0x422fd8(0x213)]()[_0x422fd8(0x266)](_0x4eb015=>_0x4eb015[_0x422fd8(0x244)]&&_0x4eb015[_0x422fd8(0x1d9)]==_0x4c0b56),_0x101840=new Set(),_0x346ccb=new Set();for(const _0x5d58a9 of _0x5035b3)if(_0x422fd8(0x1bb)==_0x5d58a9[_0x422fd8(0x26b)])for(const _0x3d0150 of _0x5d58a9[_0x422fd8(0x234)]()){const _0x3eb7db=_0x3d0150[_0x422fd8(0x25f)]()[_0x422fd8(0x1ef)]();if(_0x3eb7db){if(_0x3eb7db['is'](_0x422fd8(0x208),_0x422fd8(0x265))&&Pe(_0x3eb7db)){_0x5d58a9[_0x422fd8(0x1ad)](_0x3d0150[_0x422fd8(0x236)]),_0x101840[_0x422fd8(0x1d2)](_0x3eb7db),_0x29d49a=!0x0;const _0x3d5d07=_0x3eb7db[_0x422fd8(0x263)],_0x12e519=_0x3eb7db[_0x422fd8(0x1d4)],_0x4cc81c=_0x3d5d07&&_0x3d5d07['is'](_0x422fd8(0x208),_0x422fd8(0x265)),_0x2a9917=_0x12e519&&_0x12e519['is'](_0x422fd8(0x208),_0x422fd8(0x265));_0x4cc81c&&!_0x101840[_0x422fd8(0x214)](_0x3d5d07)&&_0x346ccb[_0x422fd8(0x1d2)](_0x3d5d07),_0x2a9917&&!_0x101840[_0x422fd8(0x214)](_0x12e519)&&_0x346ccb[_0x422fd8(0x1d2)](_0x12e519);}else _0x3eb7db['is'](_0x422fd8(0x208),_0x422fd8(0x1e5))&&_0x3eb7db[_0x422fd8(0x1ea)]&&(_0x5d58a9[_0x422fd8(0x1ad)](_0x3d0150[_0x422fd8(0x236)]),_0x29d49a=!0x0);}}else{if(_0x422fd8(0x232)==_0x5d58a9[_0x422fd8(0x26b)]){if(!_0x5d58a9[_0x422fd8(0x1c1)]||!_0x5d58a9[_0x422fd8(0x1c1)][_0x422fd8(0x1a9)])continue;const _0x26f958=_0x5d58a9[_0x422fd8(0x1c1)][_0x422fd8(0x1c3)];if(_0x26f958&&Object[_0x422fd8(0x1dc)](_0x26f958)[_0x422fd8(0x248)])continue;const _0x2d7c38=_0x5d58a9[_0x422fd8(0x1c1)][_0x422fd8(0x1a9)];let _0x17869a=!0x0,_0x53c1b1=!0x0;for(const _0x5ad664 of _0x5035b3)if(_0x5ad664[_0x422fd8(0x26b)]&&_0x5ad664[_0x422fd8(0x26b)][_0x422fd8(0x1ae)](_0x422fd8(0x1bb))){if(!_0x5ad664[_0x422fd8(0x1c1)][_0x422fd8(0x1a9)]){_0x53c1b1=!0x1;break;}if(_0x5ad664['id']!=_0x5d58a9['id']&&_0x5ad664[_0x422fd8(0x1c1)][_0x422fd8(0x1a9)]==_0x2d7c38){_0x17869a=!0x1;break;}}_0x53c1b1&&_0x17869a&&(_0x5d58a9[_0x422fd8(0x1af)](),_0x29d49a=!0x0);}}for(const _0x485494 of _0x101840)_0x175c23[_0x422fd8(0x212)](_0x485494);for(const _0x5fbfd2 of _0x346ccb)_0x175c23[_0x422fd8(0x1e2)](_0x5fbfd2);return _0x29d49a;}),_0x2c4610[_0x1ddb45(0x250)][_0x1ddb45(0x223)](_0x1ddb45(0x1cc))[_0x1ddb45(0x256)]({'model':_0x1ddb45(0x1d8),'view':(_0x3d39f,_0x5e663b)=>_0xb97275(_0x3d39f),'converterPriority':_0x1ddb45(0x262)}),_0x2c4610[_0x1ddb45(0x250)][_0x1ddb45(0x223)](_0x1ddb45(0x20f))[_0x1ddb45(0x256)]({'model':_0x1ddb45(0x1d8),'view':(_0x997dc7,_0x20fbcb)=>_0x20fbcb[_0x1ddb45(0x24b)][_0x1ddb45(0x25d)]?_0xb97275(_0x997dc7,!0x1):null,'converterPriority':_0x1ddb45(0x262)});const _0x52f932=_0x2c4610[_0x1ddb45(0x24d)][_0x1ddb45(0x203)];this[_0x1ddb45(0x1de)](_0x52f932[_0x1ddb45(0x242)],_0x1ddb45(0x222),(_0x240617,_0x14b39b)=>{const _0x2745bf=_0x1ddb45,_0x27e90d=[];for(const _0x2bfae0 of _0x52f932[_0x2745bf(0x1eb)](_0x14b39b[_0x2745bf(0x26a)])[_0x2745bf(0x1ee)]())_0x2bfae0['is'](_0x2745bf(0x208),_0x2745bf(0x1b5))&&_0x27e90d[_0x2745bf(0x229)](_0x2bfae0);_0x52f932[_0x2745bf(0x270)](_0x45de9e=>{const _0x267967=_0x2745bf;for(const _0x4ea31f of _0x27e90d)_0x45de9e[_0x267967(0x238)](_0x45de9e[_0x267967(0x1eb)](_0x4ea31f),_0x45de9e[_0x267967(0x1f2)](_0x4ea31f)),_0x45de9e[_0x267967(0x212)](_0x4ea31f);});});}}function Pe(_0x176fd2){const _0x450a53=_0x5ca490;if(_0x176fd2[_0x450a53(0x1ea)])return!0x0;const _0x286a36=_0x176fd2[_0x450a53(0x22e)](0x0);return _0x286a36['is'](_0x450a53(0x208),_0x450a53(0x1e5))&&_0x286a36[_0x450a53(0x1ea)];}function he(_0x422ebf,_0x548d12={},_0x52c5d3){const _0x331c0a=_0x5ca490;for(const {isAnchor:_0x3965bf,cellHeight:_0x4bcc9c,cellWidth:_0x2006c5}of _0x52c5d3[_0x331c0a(0x216)](_0x422ebf,{'includeAllSlots':!0x0,..._0x548d12}))if(!_0x3965bf||0x1!=_0x4bcc9c||0x1!=_0x2006c5)return!0x1;return!0x0;}
|
|
23
|
+
const _0x3a12bc=_0x4eb1;(function(_0x516a87,_0x5d34e6){const _0x39c501=_0x4eb1,_0x45c1ff=_0x516a87();while(!![]){try{const _0x23fcc4=-parseInt(_0x39c501(0x8e))/0x1*(-parseInt(_0x39c501(0xc6))/0x2)+-parseInt(_0x39c501(0xb8))/0x3*(parseInt(_0x39c501(0x127))/0x4)+parseInt(_0x39c501(0x79))/0x5*(-parseInt(_0x39c501(0x12a))/0x6)+parseInt(_0x39c501(0x132))/0x7*(-parseInt(_0x39c501(0xf8))/0x8)+-parseInt(_0x39c501(0xd0))/0x9*(parseInt(_0x39c501(0x11f))/0xa)+-parseInt(_0x39c501(0x105))/0xb*(parseInt(_0x39c501(0x10d))/0xc)+-parseInt(_0x39c501(0xa9))/0xd*(-parseInt(_0x39c501(0x80))/0xe);if(_0x23fcc4===_0x5d34e6)break;else _0x45c1ff['push'](_0x45c1ff['shift']());}catch(_0x35c865){_0x45c1ff['push'](_0x45c1ff['shift']());}}}(_0x49b6,0x916c0));function _0x4eb1(_0x1e4d48,_0x2910fd){const _0x49b643=_0x49b6();return _0x4eb1=function(_0x4eb1ec,_0x2df972){_0x4eb1ec=_0x4eb1ec-0x74;let _0x21b1cb=_0x49b643[_0x4eb1ec];return _0x21b1cb;},_0x4eb1(_0x1e4d48,_0x2910fd);}import{getTranslation as _0x9ed83d}from'../utils/common-translations.js';function _0x49b6(){const _0x44772c=['suggestion','columnInsertionIndexes','keys','380151JgbyRf','cells','_splitMarkerName','markerName','fromEntries','suggestionUnloaded','rootName','root','deletion','getRowIndexes','change','_getCoordsForCells','set','getItems','44RtnfCh','_createdBatches','remove','model','rowInsertionRanges','TableUtils','oldRange','get','tablePasteRow','tableCellBorderWidth','18JVRSEc','tablePasteColumn','suggestion:formatBlock:tablePasteCell','tableCellVerticalAlignment','name','paragraph','editor','low','conversion','join','row','isInContent','options','map','removeRows','insertContent','fromRange','document','tableCellPadding','updateMarker','columnInsertionRanges','type','afterInit','_isForcedDefaultExecutionBlock','createPositionBefore','last','getRanges','markers','registerDescriptionCallback','markMultiRangeInsertion','containsRange','end','every','tableCellSuggestion','removeMarkers','detach','wrap','_tablePostFixingSubtypes','$graveyard','removeMarker','8GFszyr','editing','listenTo','trackChanges','rowInsertionIndexes','markerToHighlight','tableCellBorderStyle','move','element','reduce','findAncestor','column','previous','111199WuLPFE','rows','endRow','createElement','getChanges','locale','isEqual','TableClipboard','1092dTjkeN','isEmpty','author','showSuggestionHighlights','getChild','entries','plugins','startsWith','deletionRanges','cell','getSuggestion','some','hasSuggestion','markerAttributes','tablePasteChainId','getRows','createTableWalker','registerCustomCallback','125870lAoBLU','getSuggestions','includes','markMultiRangeBlockFormat','discard','value','tableCell','requires','4bMQTKs','tableCellBorderColor','tablePasteCell','258RCXrtX','TrackChangesEditing','push','first','getMarkers','for','nextSibling','_suggestionFactory','4198159YwZGhJ','position','suggestionLoaded','newRange','length','dataDowncast','insertRows','getTableIfOnlyTableInContent','selection','table','removeColumns','descriptionFactory','formatBlock','nodeAfter','filter','getContainedElement','registerPostFixer','createRangeIn','getShiftedBy','setAttribute','tableCellBackgroundColor','createRange','clipboardOutput','commands','131085fnyrbd','attributes','from','return','getColumns','createRangeOn','fill','168pTjfZU','insertion','batch','activeMarkers','next','schema','Users','editingDowncast','ck-suggestion-marker--active','ck-suggestion-marker','getSelectionAffectedTableCells','suggestion-td','getSuggestionCallback','markMultiRangeDeletion','21323ORjuiJ','setAttributes','has','call','subType','insert','stop','*Replace\x20table\x20cells*','register','documentSelection','getChildren','previousSibling','unwrap','ck-suggestion-marker-insertion','getAttributes','content','add','tableCellHorizontalAlignment','start','forceDefaultExecution','_replaceTableSlotCell','accept','differ','view','elementToElement','insertColumns','forEach','3169205mUBfUE','getChangedMarkers','getColumnIndexes','getAllAdjacentSuggestions','find','getRange','redo','high','endColumn','columns','tablePaste','insertionRanges'];_0x49b6=function(){return _0x44772c;};return _0x49b6();}import{Plugin as _0x47497a}from'ckeditor5/src/core.js';import{LiveRange as _0x5278a7}from'ckeditor5/src/engine.js';import{uid as _0x59d048,priorities as _0x461515}from'ckeditor5/src/utils.js';import _0x3fc1be from'./table.js';const ge=[_0x3a12bc(0xcf),_0x3a12bc(0x128),_0x3a12bc(0xfe),_0x3a12bc(0x9f),_0x3a12bc(0xd3),_0x3a12bc(0x75),_0x3a12bc(0xe2)],Ce=Object[_0x3a12bc(0xbc)](ge[_0x3a12bc(0xdd)](_0x21bacf=>[_0x21bacf,null]));export default class It extends _0x47497a{static get[_0x3a12bc(0x126)](){return[_0x3fc1be];}[_0x3a12bc(0xe6)](){const _0x1e0dbe=_0x3a12bc,_0x1c6c24=this[_0x1e0dbe(0xd6)];if(!_0x1c6c24[_0x1e0dbe(0x113)][_0x1e0dbe(0x90)](_0x1e0dbe(0x10c)))return;const _0x62cbdd=_0x1c6c24[_0x1e0dbe(0x113)][_0x1e0dbe(0xcd)](_0x1e0dbe(0x12b)),_0x384def=_0x1c6c24[_0x1e0dbe(0x113)][_0x1e0dbe(0xcd)](_0x1e0dbe(0xcb)),_0x5a147a=_0x1c6c24[_0x1e0dbe(0x113)][_0x1e0dbe(0xcd)](_0x3fc1be),_0x1f5f2b=_0x1c6c24[_0x1e0dbe(0x113)][_0x1e0dbe(0xcd)](_0x1e0dbe(0x10c));_0x5a147a[_0x1e0dbe(0xf5)][_0x1e0dbe(0x12c)](_0x1e0dbe(0xce),_0x1e0dbe(0xd1)),_0x1c6c24[_0x1e0dbe(0xc9)][_0x1e0dbe(0x85)][_0x1e0dbe(0x96)](_0x1e0dbe(0xf1),{'allowIn':_0x1e0dbe(0x125),'allowContentOf':_0x1e0dbe(0x125),'isLimit':!0x0}),_0x1c6c24[_0x1e0dbe(0xd8)][_0x1e0dbe(0xa6)]({'model':_0x1e0dbe(0xf1),'view':_0x1e0dbe(0x8b)});let _0x5336a1=null;_0x1c6c24[_0x1e0dbe(0xc9)]['on'](_0x1e0dbe(0xdf),(_0x49738c,_0x7ab08b)=>{const _0x2ac478=_0x1e0dbe,[_0x4df142,_0x169748]=_0x7ab08b,_0x206cb6=_0x7ab08b[_0x7ab08b[_0x2ac478(0x136)]-0x1];_0x206cb6&&_0x206cb6[_0x2ac478(0xa1)]||_0x62cbdd[_0x2ac478(0xe7)]||this[_0x2ac478(0xd6)][_0x2ac478(0x78)][_0x2ac478(0xcd)](_0x2ac478(0xfb))[_0x2ac478(0x124)]&&function(_0xdf98ec,_0xa97c99,_0x4657f6,_0x43edc4,_0x1a5184){const _0x2d9381=_0x2ac478;if(_0xa97c99&&!_0xa97c99['is'](_0x2d9381(0x97)))return!0x1;const _0xd35e05=_0x1a5184[_0x2d9381(0x139)](_0xdf98ec,_0x4657f6);if(!_0xd35e05||!he(_0xd35e05,void 0x0,_0x43edc4))return!0x1;const _0x4c8505=_0x43edc4[_0x2d9381(0x8a)](_0x4657f6[_0x2d9381(0xe1)][_0x2d9381(0x13a)]);if(!_0x4c8505[_0x2d9381(0x136)])return!0x1;const _0xf2e5b5=_0x4c8505[0x0][_0x2d9381(0x102)](_0x2d9381(0x13b)),_0x268365=_0x43edc4[_0x2d9381(0xc1)](_0x4c8505),_0x28b582=_0x43edc4[_0x2d9381(0xab)](_0x4c8505),_0x3cce1d={'startRow':_0x268365[_0x2d9381(0x12d)],'endRow':_0x268365[_0x2d9381(0xe9)],'startColumn':_0x28b582[_0x2d9381(0x12d)],'endColumn':_0x28b582[_0x2d9381(0xe9)]};return 0x1==_0x4c8505[_0x2d9381(0x136)]&&(_0x3cce1d[_0x2d9381(0x107)]+=_0x43edc4[_0x2d9381(0x11c)](_0xd35e05)-0x1,_0x3cce1d[_0x2d9381(0xb1)]+=_0x43edc4[_0x2d9381(0x7d)](_0xd35e05)-0x1),he(_0xf2e5b5,_0x3cce1d,_0x43edc4);}(_0x4df142,_0x169748,_0x1c6c24[_0x2ac478(0xc9)],_0x384def,_0x1f5f2b)&&(_0x49738c[_0x2ac478(0x94)](),_0x5336a1={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x1c6c24[_0x2ac478(0xc9)][_0x2ac478(0xc2)](()=>{const _0x487711=_0x2ac478;_0x1c6c24[_0x487711(0xc9)][_0x487711(0xdf)](_0x7ab08b[0x0],_0x7ab08b[0x1],_0x7ab08b[0x2],{'forceDefaultExecution':!0x0});const _0x3d577d=_0x59d048(),{rowInsertionRanges:_0x9a5e6c,columnInsertionRanges:_0x558f83,insertionRanges:_0x4d856d,deletionRanges:_0xcbcb86,cells:_0x421ed8}=_0x5336a1;_0x9a5e6c[_0x487711(0x136)]&&_0x62cbdd[_0x487711(0xed)](_0x9a5e6c,_0x487711(0xce),{'tablePasteChainId':_0x3d577d}),_0x558f83[_0x487711(0x136)]&&_0x62cbdd[_0x487711(0xed)](_0x558f83,_0x487711(0xd1),{'tablePasteChainId':_0x3d577d}),_0x4d856d[_0x487711(0x136)]&&(_0x62cbdd[_0x487711(0xed)](_0x4d856d,_0x487711(0xb3),{'tablePasteChainId':_0x3d577d,'skipNestingCheck':!0x0}),_0x4d856d[_0x487711(0xa8)](_0x2a2370=>{const _0x505651=_0x487711;var _0x501668;return null===(_0x501668=_0x2a2370[_0x505651(0xf3)])||void 0x0===_0x501668?void 0x0:_0x501668[_0x505651(0x91)](_0x2a2370);})),_0xcbcb86[_0x487711(0x136)]&&(_0x62cbdd[_0x487711(0x8d)](_0xcbcb86,_0x487711(0xb3),{'tablePasteChainId':_0x3d577d,'skipNestingCheck':!0x0}),_0xcbcb86[_0x487711(0xa8)](_0x3a3478=>{const _0x269725=_0x487711;var _0x5c94d9;return null===(_0x5c94d9=_0x3a3478[_0x269725(0xf3)])||void 0x0===_0x5c94d9?void 0x0:_0x5c94d9[_0x269725(0x91)](_0x3a3478);}));const _0x3ab779=_0x62cbdd[_0x487711(0x122)](_0x421ed8[_0x487711(0xdd)](({element:_0x18e853})=>_0x18e853),{'formatGroupId':_0x59d048()},[],_0x487711(0x129),{'tablePasteChainId':_0x3d577d});if(_0x3ab779){const _0x5cdad0=_0x3ab779[_0x487711(0x12e)](),_0x170115=[];for(const {element:_0x3a182f,attributes:_0x5b5a88}of _0x421ed8){if(!_0x5b5a88)continue;const _0x3546e8=_0x1c6c24[_0x487711(0xc9)][_0x487711(0x7e)](_0x3a182f),_0x454f86=_0x5cdad0[_0x487711(0xad)](_0xadf381=>_0xadf381[_0x487711(0xae)]()[_0x487711(0x10b)](_0x3546e8));_0x454f86&&_0x170115[_0x487711(0x12c)]([_0x454f86[_0x487711(0xd4)],_0x5b5a88]);}_0x170115[_0x487711(0x136)]&&_0x3ab779[_0x487711(0x74)](_0x487711(0x11a),Object[_0x487711(0xbc)](_0x170115));}_0x5336a1=null;}));},{'priority':_0x461515[_0x1e0dbe(0xb0)]+0xa}),_0x1c6c24[_0x1e0dbe(0x113)][_0x1e0dbe(0xcd)](_0x1e0dbe(0x10c))['on'](_0x1e0dbe(0xa2),(_0x16f4ec,_0xeb24a3)=>{const _0x8423cf=_0x1e0dbe,[_0x510830,_0x56ade6,,_0x1b52cb]=_0xeb24a3;if(!_0x5336a1)return;_0x16f4ec[_0x8423cf(0x94)]();const _0x357d29=_0x510830[_0x8423cf(0x116)],_0x302b6a=_0x56ade6,_0x19deb7=Pe(_0x357d29),_0x237301=Pe(_0x302b6a);_0x16f4ec[_0x8423cf(0x7c)]=_0x357d29;let _0x49e477=null,_0x68eeae=null;if(_0x237301||_0x19deb7){if(_0x19deb7&&!_0x237301){_0x1b52cb[_0x8423cf(0xc8)](_0x357d29[_0x8423cf(0x111)](0x0));for(const _0x263373 of Array[_0x8423cf(0x7b)](_0x302b6a[_0x8423cf(0x98)]()))_0x1b52cb[_0x8423cf(0x93)](_0x263373,_0x357d29,_0x8423cf(0xef));const _0x118d7b=_0x5336a1[_0x8423cf(0xfc)][_0x8423cf(0x121)](_0x510830[_0x8423cf(0xda)]),_0x3f07ee=_0x5336a1[_0x8423cf(0xb6)][_0x8423cf(0x121)](_0x510830[_0x8423cf(0x103)]);_0x118d7b||_0x3f07ee||(_0x49e477=_0x5278a7[_0x8423cf(0xe0)](_0x1b52cb[_0x8423cf(0x143)](_0x357d29)));}else _0x237301&&!_0x19deb7&&(_0x68eeae=_0x1b52cb[_0x8423cf(0x143)](_0x357d29));}else{const _0x3a3a79=_0x1b52cb[_0x8423cf(0x108)](_0x8423cf(0xf1)),_0xe14e8d=_0x1b52cb[_0x8423cf(0x108)](_0x8423cf(0xf1));_0x1b52cb[_0x8423cf(0xf4)](_0x1b52cb[_0x8423cf(0x143)](_0x357d29),_0xe14e8d),_0x1b52cb[_0x8423cf(0x93)](_0x3a3a79,_0x357d29,0x0);for(const _0x4a131a of Array[_0x8423cf(0x7b)](_0x302b6a[_0x8423cf(0x98)]()))_0x1b52cb[_0x8423cf(0x93)](_0x4a131a,_0x3a3a79,_0x8423cf(0xef));_0x49e477=_0x5278a7[_0x8423cf(0xe0)](_0x1b52cb[_0x8423cf(0x7e)](_0x3a3a79)),_0x68eeae=_0x5278a7[_0x8423cf(0xe0)](_0x1b52cb[_0x8423cf(0x7e)](_0xe14e8d));}const _0x1074d=Array[_0x8423cf(0x7b)](_0x302b6a[_0x8423cf(0x9c)]())[_0x8423cf(0x140)](([_0x4f6652])=>ge[_0x8423cf(0x121)](_0x4f6652));_0x5336a1[_0x8423cf(0xb9)][_0x8423cf(0x12c)]({'element':_0x357d29,'attributes':_0x1074d[_0x8423cf(0x136)]?Object[_0x8423cf(0xbc)](_0x1074d):null}),_0x49e477&&_0x5336a1[_0x8423cf(0xb4)][_0x8423cf(0x12c)](_0x49e477),_0x68eeae&&_0x5336a1[_0x8423cf(0x115)][_0x8423cf(0x12c)](_0x68eeae);},{'priority':_0x1e0dbe(0xb0)}),_0x384def['on'](_0x1e0dbe(0xa7),(_0x17f83c,_0x5c15b7)=>{const _0x1a2500=_0x1e0dbe,[_0x20cd7b,_0x33e56e={}]=_0x5c15b7;if(!_0x5336a1)return;const _0x2ec1c6=_0x33e56e['at']||0x0,_0x2e202d=_0x33e56e[_0x1a2500(0xb2)]||0x1;_0x5336a1[_0x1a2500(0xb6)]=new Array(_0x2e202d)[_0x1a2500(0x7f)](_0x2ec1c6)[_0x1a2500(0xdd)]((_0x52355b,_0x4c07c0)=>_0x52355b+_0x4c07c0);for(const {cell:_0x6081cc}of _0x384def[_0x1a2500(0x11d)](_0x20cd7b,{'startColumn':_0x2ec1c6,'endColumn':_0x2ec1c6+_0x2e202d-0x1}))_0x5336a1[_0x1a2500(0xe4)][_0x1a2500(0x12c)](_0x1c6c24[_0x1a2500(0xc9)][_0x1a2500(0x7e)](_0x6081cc));},{'priority':_0x1e0dbe(0xd7)}),_0x384def['on'](_0x1e0dbe(0x138),(_0x3218db,_0x5a7f80)=>{const _0x139ac8=_0x1e0dbe,[_0xae3b8e,_0x4c26e5={}]=_0x5a7f80;if(!_0x5336a1)return;const _0x11b2d7=_0x4c26e5['at']||0x0,_0xc66dc5=_0x4c26e5[_0x139ac8(0x106)]||0x1;_0x5336a1[_0x139ac8(0xfc)]=new Array(_0xc66dc5)[_0x139ac8(0x7f)](_0x11b2d7)[_0x139ac8(0xdd)]((_0x48499c,_0x2106c5)=>_0x48499c+_0x2106c5);for(const {cell:_0x2bd0bf}of _0x384def[_0x139ac8(0x11d)](_0xae3b8e,{'startRow':_0x11b2d7,'endRow':_0x11b2d7+_0xc66dc5-0x1}))_0x5336a1[_0x139ac8(0xca)][_0x139ac8(0x12c)](_0x1c6c24[_0x139ac8(0xc9)][_0x139ac8(0x7e)](_0x2bd0bf));},{'priority':_0x1e0dbe(0xd7)}),_0x62cbdd[_0x1e0dbe(0x13d)][_0x1e0dbe(0xec)](_0x7b46f6=>{const _0x2189b0=_0x1e0dbe;if(_0x7b46f6[_0x2189b0(0x92)]&&_0x7b46f6[_0x2189b0(0x92)][_0x2189b0(0x114)](_0x2189b0(0xb3)))return _0x7b46f6[_0x2189b0(0x104)]?{}:{'type':_0x2189b0(0x81),'content':_0x9ed83d(_0x1c6c24[_0x2189b0(0x10a)],_0x2189b0(0x95))};});const _0x517277=()=>!0x1;for(const _0x539cd2 of[_0x1e0dbe(0xb3),_0x1e0dbe(0xd1),_0x1e0dbe(0xce),_0x1e0dbe(0x129)])_0x62cbdd[_0x1e0dbe(0x131)][_0x1e0dbe(0x11e)](_0x1e0dbe(0x81),_0x539cd2,_0x1e0dbe(0xd9),_0x517277),_0x62cbdd[_0x1e0dbe(0x131)][_0x1e0dbe(0x11e)](_0x1e0dbe(0xc0),_0x539cd2,_0x1e0dbe(0xd9),_0x517277),_0x62cbdd[_0x1e0dbe(0x131)][_0x1e0dbe(0x11e)](_0x1e0dbe(0x13e),_0x539cd2,_0x1e0dbe(0xd9),_0x517277);_0x62cbdd[_0x1e0dbe(0x131)][_0x1e0dbe(0x11e)](_0x1e0dbe(0x13e),_0x1e0dbe(0x129),_0x1e0dbe(0x123),_0x517277),_0x62cbdd[_0x1e0dbe(0x131)][_0x1e0dbe(0x11e)](_0x1e0dbe(0x13e),_0x1e0dbe(0x129),_0x1e0dbe(0xa3),(_0x194282,_0x37fab6,_0x201038)=>{const _0x3cddd3=_0x1e0dbe,_0x1262bd=_0x194282[_0x3cddd3(0xdd)](_0x1efd4f=>_0x1efd4f[_0x3cddd3(0x141)]())[_0x3cddd3(0x140)](_0x7e48a8=>_0x7e48a8),_0x3024d1=new Map(_0x1262bd[_0x3cddd3(0xdd)](_0x1d8e92=>[_0x1d8e92,null]));if(_0x5336a1){for(const {element:_0x4cd7c8,attributes:_0x206620}of _0x5336a1[_0x3cddd3(0xb9)])_0x206620&&_0x3024d1[_0x3cddd3(0xc4)](_0x4cd7c8,_0x206620);}else{if(_0x201038&&_0x201038[_0x3cddd3(0x11a)])for(const [_0x42e49b,_0x29f9bf]of Object[_0x3cddd3(0x112)](_0x201038[_0x3cddd3(0x11a)])){const _0x987fc=_0x1c6c24[_0x3cddd3(0xc9)][_0x3cddd3(0xeb)][_0x3cddd3(0xcd)](_0x42e49b),_0x5e7683=_0x987fc?_0x987fc[_0x3cddd3(0xae)]()[_0x3cddd3(0x141)]():null;_0x5e7683&&_0x3024d1[_0x3cddd3(0xc4)](_0x5e7683,_0x29f9bf);}}_0x1c6c24[_0x3cddd3(0xc9)][_0x3cddd3(0xc2)](_0x216b51=>{const _0x1b4996=_0x3cddd3;for(const [_0x5abcd9,_0x4db324]of _0x3024d1)_0x216b51[_0x1b4996(0x8f)]({...Ce,..._0x4db324},_0x5abcd9);});});const _0x4ad699=(_0x12f260,_0x42ab7d)=>{const _0x1f3917=_0x1e0dbe;_0x62cbdd[_0x1f3917(0x131)][_0x1f3917(0x11e)](_0x12f260,_0x1f3917(0xb3),_0x42ab7d,(_0xc94c2,_0x360bd6,_0x341ecd)=>{const _0x8d1413=_0x1f3917;_0x1c6c24[_0x8d1413(0xc9)][_0x8d1413(0xc2)](_0xd08c20=>{const _0x35a476=_0x8d1413,_0x347d86=[];for(const _0x85dc16 of _0xc94c2){const _0x4a999d=_0x85dc16[_0x35a476(0xa0)][_0x35a476(0x13f)];_0x4a999d['is'](_0x35a476(0x100),_0x35a476(0xf1))&&_0x347d86[_0x35a476(0x12c)](_0x4a999d);}_0x62cbdd[_0x35a476(0x131)][_0x35a476(0x8c)](_0x12f260,null,_0x42ab7d)(_0xc94c2,_0x360bd6,_0x341ecd);for(const _0xe61ad1 of _0x347d86)_0x35a476(0xf6)!=_0xe61ad1[_0x35a476(0xbf)][_0x35a476(0xbe)]&&_0xd08c20[_0x35a476(0x9a)](_0xe61ad1);});});};_0x4ad699(_0x1e0dbe(0x81),_0x1e0dbe(0xa3)),_0x4ad699(_0x1e0dbe(0x81),_0x1e0dbe(0x123)),_0x4ad699(_0x1e0dbe(0xc0),_0x1e0dbe(0xa3)),_0x4ad699(_0x1e0dbe(0xc0),_0x1e0dbe(0x123)),_0x62cbdd[_0x1e0dbe(0x131)][_0x1e0dbe(0x11e)](_0x1e0dbe(0x81),_0x1e0dbe(0xce),_0x1e0dbe(0x123),_0x3626f4=>{const _0x4fd51d=_0x1e0dbe,_0x1d8d06=_0x3626f4[_0x4fd51d(0xdd)](_0x1af639=>_0x1af639[_0x4fd51d(0x141)]()),_0x23c31f=_0x1d8d06[0x0][_0x4fd51d(0x102)](_0x4fd51d(0x13b)),{minRow:_0x15c323,maxRow:_0x58f301}=_0x5a147a[_0x4fd51d(0xc3)](_0x1d8d06);_0x384def[_0x4fd51d(0xde)](_0x23c31f,{'at':_0x15c323,'rows':_0x58f301-_0x15c323+0x1});}),_0x62cbdd[_0x1e0dbe(0x131)][_0x1e0dbe(0x11e)](_0x1e0dbe(0x81),_0x1e0dbe(0xd1),_0x1e0dbe(0x123),_0x6dea66=>{const _0x2c9757=_0x1e0dbe,_0xc75163=_0x6dea66[_0x2c9757(0xdd)](_0x536ccd=>_0x536ccd[_0x2c9757(0x141)]()),_0x4256cc=_0xc75163[0x0][_0x2c9757(0x102)](_0x2c9757(0x13b)),{minColumn:_0x128d19,maxColumn:_0x2b2b14}=_0x5a147a[_0x2c9757(0xc3)](_0xc75163);_0x384def[_0x2c9757(0x13c)](_0x4256cc,{'at':_0x128d19,'columns':_0x2b2b14-_0x128d19+0x1});});const _0x509c76=(_0x1fe9e5,_0x3ae8f1)=>{const _0x36439d=_0x1e0dbe;if(!_0x3ae8f1[_0x36439d(0x92)]||!_0x3ae8f1[_0x36439d(0x92)][_0x36439d(0x114)](_0x36439d(0xb3)))return;const _0x4aa37e=_0x3ae8f1[_0x36439d(0x7a)][_0x36439d(0x11b)],_0x39635f=_0x62cbdd[_0x36439d(0x120)]()[_0x36439d(0x140)](_0x2ac51e=>_0x2ac51e[_0x36439d(0xdb)]&&_0x2ac51e[_0x36439d(0x7a)]&&_0x2ac51e[_0x36439d(0x7a)][_0x36439d(0x11b)]==_0x4aa37e);_0x39635f[_0x36439d(0x136)]&&_0x3ae8f1[_0x36439d(0xac)]()[_0x36439d(0x136)]!=_0x39635f[_0x36439d(0x136)]&&_0x39635f[_0x36439d(0x101)]((_0x106e85,_0x3d18b5)=>(_0x106e85[_0x36439d(0x84)]=_0x3d18b5,_0x3d18b5[_0x36439d(0x104)]=_0x106e85,_0x3d18b5));};function _0x1a96f5(_0x4e0136,_0x4e7dc9=!0x0){const _0x4c1df6=_0x1e0dbe,{id:_0x33ce92}=_0x62cbdd[_0x4c1df6(0xba)](_0x4e0136[_0x4c1df6(0xbb)]),_0xf91c35=[_0x4c1df6(0x89),_0x4c1df6(0x9b)],_0x203660=_0x62cbdd[_0x4c1df6(0x83)][_0x4c1df6(0x121)](_0x4e0136[_0x4c1df6(0xbb)]);return _0x203660&&_0xf91c35[_0x4c1df6(0x12c)](_0x4c1df6(0x88)),{'classes':_0xf91c35,'attributes':{'data-suggestion':_0x33ce92},'priority':_0x203660&&_0x4e7dc9?0xbc2:0xbb8};}_0x62cbdd['on'](_0x1e0dbe(0x134),_0x509c76,{'priority':_0x1e0dbe(0xb0)}),_0x62cbdd['on'](_0x1e0dbe(0xbd),_0x509c76,{'priority':_0x1e0dbe(0xb0)}),_0x1c6c24[_0x1e0dbe(0xc9)][_0x1e0dbe(0xe1)][_0x1e0dbe(0x142)](()=>{const _0x3a47ed=_0x1e0dbe;let _0x536cb1=!0x1;const _0x50c755=Array[_0x3a47ed(0x7b)](_0x1c6c24[_0x3a47ed(0xc9)][_0x3a47ed(0xe1)][_0x3a47ed(0xa4)][_0x3a47ed(0xaa)]());for(const {name:_0x41df6b,data:_0x910181}of _0x50c755){const {group:_0x18703a,type:_0x6d2584,id:_0x19bb84}=_0x62cbdd[_0x3a47ed(0xba)](_0x41df6b);if(_0x3a47ed(0xb5)!=_0x18703a||_0x3a47ed(0xc0)!=_0x6d2584||_0x910181[_0x3a47ed(0xcc)])continue;if(!_0x62cbdd[_0x3a47ed(0x119)](_0x19bb84))continue;const _0x5bf21d=_0x62cbdd[_0x3a47ed(0x117)](_0x19bb84)[_0x3a47ed(0xea)](),_0x50e9c3=_0x1c6c24[_0x3a47ed(0x113)][_0x3a47ed(0xcd)](_0x3a47ed(0x86))['me'];for(const _0x569517 of _0x62cbdd[_0x3a47ed(0x120)]()){if(!_0x569517[_0x3a47ed(0xdb)]||_0x569517[_0x3a47ed(0x10f)]!=_0x50e9c3)continue;if(_0x3a47ed(0x13e)!=_0x569517[_0x3a47ed(0xe5)]||_0x3a47ed(0x129)!=_0x569517[_0x3a47ed(0x92)])continue;if(_0x569517[_0x3a47ed(0xea)]()[_0x3a47ed(0xf0)](_0x1cf80c=>_0x5bf21d[_0x3a47ed(0x118)](_0x2f4a48=>_0x2f4a48[_0x3a47ed(0xee)](_0x1cf80c,!0x0)))){for(const _0x484cc4 of _0x569517[_0x3a47ed(0xac)]())_0x484cc4[_0x3a47ed(0xdb)]&&(_0x484cc4[_0x3a47ed(0x123)](),_0x536cb1=!0x0);}}}return _0x536cb1;}),_0x1c6c24[_0x1e0dbe(0xc9)][_0x1e0dbe(0xe1)][_0x1e0dbe(0x142)](_0x53f8ec=>{const _0xb2d087=_0x1e0dbe,_0x15909e=_0x1c6c24[_0xb2d087(0x78)][_0xb2d087(0xcd)](_0xb2d087(0xaf));if(!_0x15909e||!_0x15909e[_0xb2d087(0xc7)][_0xb2d087(0x90)](_0x53f8ec[_0xb2d087(0x82)]))return!0x1;let _0x384656=!0x1;const _0x5a65d8=_0x1c6c24[_0xb2d087(0x113)][_0xb2d087(0xcd)](_0xb2d087(0x86))['me'],_0x1e1296=_0x1c6c24[_0xb2d087(0xc9)][_0xb2d087(0xe1)][_0xb2d087(0xa4)][_0xb2d087(0x109)](),_0x1883fc=Array[_0xb2d087(0x7b)](_0x1c6c24[_0xb2d087(0xc9)][_0xb2d087(0xe1)][_0xb2d087(0xa4)][_0xb2d087(0xaa)]())[_0xb2d087(0x140)](({name:_0x44b794,data:_0x572bcb})=>{const _0x520f07=_0xb2d087,{group:_0x423b87,subType:_0x2fbcf0,authorId:_0x1e1c12}=_0x62cbdd[_0x520f07(0xba)](_0x44b794);return _0x520f07(0xb5)==_0x423b87&&_0x520f07(0xb3)==_0x2fbcf0&&_0x1e1c12==_0x5a65d8['id']&&!_0x572bcb[_0x520f07(0xcc)];});for(const _0x3e52bd of _0x1e1296){if(_0xb2d087(0x93)!=_0x3e52bd[_0xb2d087(0xe5)]||_0xb2d087(0xf1)!=_0x3e52bd[_0xb2d087(0xd4)]||0x1!=_0x3e52bd[_0xb2d087(0x136)])continue;const _0x479843=_0x53f8ec[_0xb2d087(0x76)](_0x3e52bd[_0xb2d087(0x133)],_0x3e52bd[_0xb2d087(0x133)][_0xb2d087(0x144)](0x1));if(!_0x1883fc[_0xb2d087(0xad)](({data:_0x455096})=>_0x455096[_0xb2d087(0x135)][_0xb2d087(0x10b)](_0x479843))){for(const {name:_0x578bdc,data:_0x4edf06}of _0x1883fc)if(_0x479843[_0xb2d087(0xee)](_0x4edf06[_0xb2d087(0x135)])){_0x53f8ec[_0xb2d087(0xe3)](_0x578bdc,{'range':_0x479843}),_0x384656=!0x0;break;}}}return _0x384656;}),_0x1c6c24[_0x1e0dbe(0xc9)][_0x1e0dbe(0xe1)][_0x1e0dbe(0x142)](_0x43621d=>{const _0x206813=_0x1e0dbe;let _0x3e758a=!0x1;const _0x24ce42=_0x1c6c24[_0x206813(0x113)][_0x206813(0xcd)](_0x206813(0x86))['me'],_0x7d25e7=_0x62cbdd[_0x206813(0x120)]()[_0x206813(0x140)](_0x6358e9=>_0x6358e9[_0x206813(0xdb)]&&_0x6358e9[_0x206813(0x10f)]==_0x24ce42),_0x3b5680=new Set(),_0x213bce=new Set();for(const _0x4716a3 of _0x7d25e7)if(_0x206813(0xb3)==_0x4716a3[_0x206813(0x92)])for(const _0x16b7e7 of _0x4716a3[_0x206813(0x12e)]()){const _0x414757=_0x16b7e7[_0x206813(0xae)]()[_0x206813(0x141)]();if(_0x414757){if(_0x414757['is'](_0x206813(0x100),_0x206813(0xf1))&&Pe(_0x414757)){_0x4716a3[_0x206813(0xf7)](_0x16b7e7[_0x206813(0xd4)]),_0x3b5680[_0x206813(0x9e)](_0x414757),_0x3e758a=!0x0;const _0x4417ac=_0x414757[_0x206813(0x130)],_0x5c08c0=_0x414757[_0x206813(0x99)],_0xe8ecfd=_0x4417ac&&_0x4417ac['is'](_0x206813(0x100),_0x206813(0xf1)),_0x1dbb3f=_0x5c08c0&&_0x5c08c0['is'](_0x206813(0x100),_0x206813(0xf1));_0xe8ecfd&&!_0x3b5680[_0x206813(0x90)](_0x4417ac)&&_0x213bce[_0x206813(0x9e)](_0x4417ac),_0x1dbb3f&&!_0x3b5680[_0x206813(0x90)](_0x5c08c0)&&_0x213bce[_0x206813(0x9e)](_0x5c08c0);}else _0x414757['is'](_0x206813(0x100),_0x206813(0xd5))&&_0x414757[_0x206813(0x10e)]&&(_0x4716a3[_0x206813(0xf7)](_0x16b7e7[_0x206813(0xd4)]),_0x3e758a=!0x0);}}else{if(_0x206813(0x129)==_0x4716a3[_0x206813(0x92)]){if(!_0x4716a3[_0x206813(0x7a)]||!_0x4716a3[_0x206813(0x7a)][_0x206813(0x11b)])continue;const _0x4bf229=_0x4716a3[_0x206813(0x7a)][_0x206813(0x11a)];if(_0x4bf229&&Object[_0x206813(0xb7)](_0x4bf229)[_0x206813(0x136)])continue;const _0x43112d=_0x4716a3[_0x206813(0x7a)][_0x206813(0x11b)];let _0x2e933d=!0x0,_0xbea4c9=!0x0;for(const _0x369a4f of _0x7d25e7)if(_0x369a4f[_0x206813(0x92)]&&_0x369a4f[_0x206813(0x92)][_0x206813(0x114)](_0x206813(0xb3))){if(!_0x369a4f[_0x206813(0x7a)][_0x206813(0x11b)]){_0xbea4c9=!0x1;break;}if(_0x369a4f['id']!=_0x4716a3['id']&&_0x369a4f[_0x206813(0x7a)][_0x206813(0x11b)]==_0x43112d){_0x2e933d=!0x1;break;}}_0xbea4c9&&_0x2e933d&&(_0x4716a3[_0x206813(0xf2)](),_0x3e758a=!0x0);}}for(const _0x328317 of _0x3b5680)_0x43621d[_0x206813(0xc8)](_0x328317);for(const _0x3681b5 of _0x213bce)_0x43621d[_0x206813(0x9a)](_0x3681b5);return _0x3e758a;}),_0x1c6c24[_0x1e0dbe(0xd8)][_0x1e0dbe(0x12f)](_0x1e0dbe(0x87))[_0x1e0dbe(0xfd)]({'model':_0x1e0dbe(0xd2),'view':(_0x4abdc6,_0xab2ec)=>_0x1a96f5(_0x4abdc6),'converterPriority':_0x1e0dbe(0xb0)}),_0x1c6c24[_0x1e0dbe(0xd8)][_0x1e0dbe(0x12f)](_0x1e0dbe(0x137))[_0x1e0dbe(0xfd)]({'model':_0x1e0dbe(0xd2),'view':(_0x15b5dc,_0x49c9bf)=>_0x49c9bf[_0x1e0dbe(0xdc)][_0x1e0dbe(0x110)]?_0x1a96f5(_0x15b5dc,!0x1):null,'converterPriority':_0x1e0dbe(0xb0)});const _0x343eba=_0x1c6c24[_0x1e0dbe(0xf9)][_0x1e0dbe(0xa5)];this[_0x1e0dbe(0xfa)](_0x343eba[_0x1e0dbe(0xe1)],_0x1e0dbe(0x77),(_0x7091b,_0x26c0bc)=>{const _0x1c056c=_0x1e0dbe,_0x507c2b=[];for(const _0x1a5278 of _0x343eba[_0x1c056c(0x143)](_0x26c0bc[_0x1c056c(0x9d)])[_0x1c056c(0xc5)]())_0x1a5278['is'](_0x1c056c(0x100),_0x1c056c(0x8b))&&_0x507c2b[_0x1c056c(0x12c)](_0x1a5278);_0x343eba[_0x1c056c(0xc2)](_0x2b5a46=>{const _0x2533ef=_0x1c056c;for(const _0x2642f6 of _0x507c2b)_0x2b5a46[_0x2533ef(0xff)](_0x2b5a46[_0x2533ef(0x143)](_0x2642f6),_0x2b5a46[_0x2533ef(0xe8)](_0x2642f6)),_0x2b5a46[_0x2533ef(0xc8)](_0x2642f6);});});}}function Pe(_0xd8a35d){const _0x2d80cb=_0x3a12bc;if(_0xd8a35d[_0x2d80cb(0x10e)])return!0x0;const _0x530d78=_0xd8a35d[_0x2d80cb(0x111)](0x0);return _0x530d78['is'](_0x2d80cb(0x100),_0x2d80cb(0xd5))&&_0x530d78[_0x2d80cb(0x10e)];}function he(_0x596ec8,_0x11fe22={},_0x3219ed){const _0x12a16b=_0x3a12bc;for(const {isAnchor:_0x27dd3c,cellHeight:_0x5ca5d7,cellWidth:_0x4e9473}of _0x3219ed[_0x12a16b(0x11d)](_0x596ec8,{'includeAllSlots':!0x0,..._0x11fe22}))if(!_0x27dd3c||0x1!=_0x5ca5d7||0x1!=_0x4e9473)return!0x1;return!0x0;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x2427(_0xb0167e,_0x3ada63){const _0x380c24=_0x380c();return _0x2427=function(_0x242778,_0x2a1ab4){_0x242778=_0x242778-0x126;let _0x2d81d=_0x380c24[_0x242778];return _0x2d81d;},_0x2427(_0xb0167e,_0x3ada63);}const _0x5254fb=_0x2427;(function(_0xbf052a,_0x2eed24){const _0x51ebe9=_0x2427,_0x645d00=_0xbf052a();while(!![]){try{const _0x34b3bc=-parseInt(_0x51ebe9(0x12a))/0x1*(-parseInt(_0x51ebe9(0x13d))/0x2)+-parseInt(_0x51ebe9(0x15d))/0x3+parseInt(_0x51ebe9(0x13b))/0x4*(parseInt(_0x51ebe9(0x148))/0x5)+parseInt(_0x51ebe9(0x14c))/0x6*(-parseInt(_0x51ebe9(0x151))/0x7)+parseInt(_0x51ebe9(0x147))/0x8*(-parseInt(_0x51ebe9(0x145))/0x9)+parseInt(_0x51ebe9(0x12e))/0xa*(parseInt(_0x51ebe9(0x152))/0xb)+parseInt(_0x51ebe9(0x13e))/0xc*(-parseInt(_0x51ebe9(0x130))/0xd);if(_0x34b3bc===_0x2eed24)break;else _0x645d00['push'](_0x645d00['shift']());}catch(_0x174156){_0x645d00['push'](_0x645d00['shift']());}}}(_0x380c,0xac891));import{Plugin as _0x1681b1}from'ckeditor5/src/core.js';function _0x380c(){const _0x392e24=['enableCommand','formatGroupId','424WknmAT','commandParams','17766qUNMGh','60poUHuo','getColumnGroupElement','getTableColumnsWidths','subType','model','registerCustomCallback','_suggestionFactory','2219193QYHMVP','markBlockFormat','16RusERX','56770crXofG','bind','formatInline','selection','2175672UGWtif','Users','table','columnWidths','accept','14YmmCnh','121xJWOaX','format','getSuggestions','locale','TableColumnResizeEditing','TrackChangesEditing','author','formatBlock','getSelectedElement','afterInit','get','247554vWhtcb','handleSuggestionDescription','registerDescriptionCallback','descriptionFactory','tableWidth','change','editor','getSuggestionCallback','130KLBRoO','resizeTableWidth','getAttribute','resizeTable','161270cwOPmk','getContainedElement','1373086CsFNqr','handleResizeTableWidthCommand','discard','*Format:*\x20resize\x20table','document','data','has','plugins','type'];_0x380c=function(){return _0x392e24;};return _0x380c();}import{getTranslation as _0x25e501}from'../utils/common-translations.js';export default class vt extends _0x1681b1{[_0x5254fb(0x15b)](){const _0x1435ff=_0x5254fb;if(!this[_0x1435ff(0x128)][_0x1435ff(0x137)][_0x1435ff(0x136)](_0x1435ff(0x156)))return;const _0x33e08c=this[_0x1435ff(0x128)][_0x1435ff(0x137)][_0x1435ff(0x15c)](_0x1435ff(0x157));_0x33e08c[_0x1435ff(0x139)](_0x1435ff(0x12b),this[_0x1435ff(0x131)][_0x1435ff(0x149)](this)),_0x33e08c[_0x1435ff(0x144)][_0x1435ff(0x143)](_0x1435ff(0x159),_0x1435ff(0x12d),_0x1435ff(0x150),_0x33e08c[_0x1435ff(0x144)][_0x1435ff(0x129)](_0x1435ff(0x159),null,_0x1435ff(0x132))),_0x33e08c[_0x1435ff(0x144)][_0x1435ff(0x143)](_0x1435ff(0x159),_0x1435ff(0x12d),_0x1435ff(0x132),_0x33e08c[_0x1435ff(0x144)][_0x1435ff(0x129)](_0x1435ff(0x159),null,_0x1435ff(0x150))),_0x33e08c[_0x1435ff(0x160)][_0x1435ff(0x15f)](this[_0x1435ff(0x15e)][_0x1435ff(0x149)](this));}[_0x5254fb(0x131)](_0x2a6cd8,_0x69343e){const _0x1c6759=_0x5254fb,_0x1d61fc=this[_0x1c6759(0x128)][_0x1c6759(0x137)][_0x1c6759(0x15c)](_0x1c6759(0x157)),_0x151fb8=this[_0x1c6759(0x128)][_0x1c6759(0x137)][_0x1c6759(0x15c)](_0x1c6759(0x156)),_0x27d3d2=_0x69343e[_0x1c6759(0x14e)]||this[_0x1c6759(0x128)][_0x1c6759(0x142)][_0x1c6759(0x134)][_0x1c6759(0x14b)][_0x1c6759(0x15a)]();this[_0x1c6759(0x128)][_0x1c6759(0x142)][_0x1c6759(0x127)](()=>{const _0x5ad20c=_0x1c6759,_0x584ac2=_0x151fb8[_0x5ad20c(0x13f)](_0x27d3d2);let _0x58ef39=_0x584ac2?_0x151fb8[_0x5ad20c(0x140)](_0x584ac2):null,_0x87a536=_0x27d3d2[_0x5ad20c(0x12c)](_0x5ad20c(0x126))||null;const _0x162ee6=_0x69343e[_0x5ad20c(0x126)]||_0x87a536,_0x59fd84=_0x69343e[_0x5ad20c(0x14f)]||_0x58ef39,_0x2802dc=this[_0x5ad20c(0x128)][_0x5ad20c(0x137)][_0x5ad20c(0x15c)](_0x5ad20c(0x14d))['me'];for(const _0x3d93c3 of _0x1d61fc[_0x5ad20c(0x154)]()){const _0x3ac3b9=_0x3d93c3[_0x5ad20c(0x12f)]();if(_0x5ad20c(0x12d)===_0x3d93c3[_0x5ad20c(0x141)]&&_0x3ac3b9===_0x27d3d2){_0x3d93c3[_0x5ad20c(0x158)]!==_0x2802dc&&_0x3d93c3[_0x5ad20c(0x132)]();const _0x5aa43f=_0x3d93c3[_0x5ad20c(0x135)][_0x5ad20c(0x13c)];_0x87a536=_0x5aa43f[0x0][_0x5ad20c(0x126)],_0x58ef39=_0x5aa43f[0x0][_0x5ad20c(0x14f)];break;}}_0x2a6cd8({'table':_0x27d3d2,'tableWidth':_0x162ee6,'columnWidths':_0x59fd84}),_0x1d61fc[_0x5ad20c(0x146)](_0x27d3d2,{'commandName':_0x5ad20c(0x12b),'commandParams':[{'tableWidth':_0x87a536,'columnWidths':_0x58ef39}],'formatGroupId':_0x5ad20c(0x12d)},[],_0x5ad20c(0x12d));});}[_0x5254fb(0x15e)](_0x475ef3){const _0x2a3e3d=_0x5254fb;if(_0x2a3e3d(0x159)!=_0x475ef3[_0x2a3e3d(0x138)]&&_0x2a3e3d(0x14a)!=_0x475ef3[_0x2a3e3d(0x138)])return;const {data:_0x5d1289}=_0x475ef3;if(_0x5d1289&&_0x2a3e3d(0x12d)===_0x5d1289[_0x2a3e3d(0x13a)]){const _0x1393c8=_0x2a3e3d(0x133);return{'type':_0x2a3e3d(0x153),'content':_0x25e501(this[_0x2a3e3d(0x128)][_0x2a3e3d(0x155)],_0x1393c8)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x4920ae=_0x3122;(function(_0x23c5d5,_0x593dc6){const _0x2a3d3a=_0x3122,_0x4e1606=_0x23c5d5();while(!![]){try{const _0x2b0aa2=-parseInt(_0x2a3d3a(0x1d1))/0x1*(parseInt(_0x2a3d3a(0x1cd))/0x2)+-parseInt(_0x2a3d3a(0x1d0))/0x3+parseInt(_0x2a3d3a(0x1b8))/0x4*(parseInt(_0x2a3d3a(0x1c7))/0x5)+parseInt(_0x2a3d3a(0x1e1))/0x6+parseInt(_0x2a3d3a(0x1d7))/0x7*(-parseInt(_0x2a3d3a(0x1c6))/0x8)+-parseInt(_0x2a3d3a(0x1df))/0x9+parseInt(_0x2a3d3a(0x1a3))/0xa;if(_0x2b0aa2===_0x593dc6)break;else _0x4e1606['push'](_0x4e1606['shift']());}catch(_0x515f58){_0x4e1606['push'](_0x4e1606['shift']());}}}(_0x4cc7,0xc5809));function _0x3122(_0x5d75e9,_0x53318e){const _0x4cc73d=_0x4cc7();return _0x3122=function(_0x3122f5,_0x1484ad){_0x3122f5=_0x3122f5-0x1a2;let _0x2fdb61=_0x4cc73d[_0x3122f5];return _0x2fdb61;},_0x3122(_0x5d75e9,_0x53318e);}import{Plugin as _0x22361e}from'ckeditor5/src/core.js';function _0x4cc7(){const _0x115c82=['end','consume','downcastDispatcher','locale','data','_acceptFormatSuggestionCallbackFactory','7612623IxVrsv','_suggestionFactory','1695810vbTaps','setTableRowHeader','ck-suggestion-marker-','enableDefaultAttributesIntegration','nodeBefore','unbindElementFromMarkerName','FORMAT_REGULAR_COLUMN','headingRows','*Format:*\x20%0','includes','data-suggestion','TableUtils','getSuggestion','options','bindElementToMarker','markerNameToElements','setAttribute','registerCustomCallback','has','registerBlockAttribute','plugins','addMarker:suggestion','editor','name','25341600pPhOjK','commandName','activeMarkers','registerAttributeLabel','mapper','removeMarker:suggestion','registerDescriptionCallback','accept','removeClass','toViewElement','setTableColumnHeader','stop','forceValue','showSuggestionHighlights','start','afterInit','_splitMarkerName','headingColumns','TrackChangesEditing','removeAttribute','_handleLegacySuggestions','20896bbeJOX','markerName','getCellLocation','item','_registerLegacyDescription','formatBlock','ck-suggestion-marker--active','format','commandParams','requires','highest','descriptionFactory','FORMAT_REGULAR_ROW','nodeAfter','8041048IcbTnH','625NyEmhm','FORMAT_HEADER_ROW','FORMAT_HEADER_COLUMN','writer','get','parent','1298762Uvgtsc','editing','TableEditing','481401zyiiFS','1peYlit','consumable','markerRange','cell','addClass','type','7TGOxyL','createTableWalker'];_0x4cc7=function(){return _0x115c82;};return _0x4cc7();}import _0x261736 from'./table.js';import{getTranslation as _0x4d3145}from'../utils/common-translations.js';export default class At extends _0x22361e{static get[_0x4920ae(0x1c1)](){return[_0x261736];}[_0x4920ae(0x1b2)](){const _0x34f93b=_0x4920ae,_0x269605=this[_0x34f93b(0x1f7)];if(!_0x269605[_0x34f93b(0x1f5)][_0x34f93b(0x1f3)](_0x34f93b(0x1cf)))return;const _0x3764cd=_0x269605[_0x34f93b(0x1dc)],_0x2ecfd4=_0x269605[_0x34f93b(0x1f5)][_0x34f93b(0x1cb)](_0x34f93b(0x1b5));_0x2ecfd4[_0x34f93b(0x1e4)](_0x34f93b(0x1e2)),_0x2ecfd4[_0x34f93b(0x1e4)](_0x34f93b(0x1ad)),_0x2ecfd4[_0x34f93b(0x1f4)](_0x34f93b(0x1e8)),_0x2ecfd4[_0x34f93b(0x1f4)](_0x34f93b(0x1b4)),_0x2ecfd4[_0x34f93b(0x1c3)][_0x34f93b(0x1a6)](_0x34f93b(0x1e8),_0x4d3145(_0x3764cd,_0x34f93b(0x1c8))),_0x2ecfd4[_0x34f93b(0x1c3)][_0x34f93b(0x1a6)](_0x34f93b(0x1b4),_0x4d3145(_0x3764cd,_0x34f93b(0x1c9))),this[_0x34f93b(0x1b7)]();}[_0x4920ae(0x1b7)](){const _0x5816bd=_0x4920ae,_0x5b5d69=this[_0x5816bd(0x1f7)][_0x5816bd(0x1f5)][_0x5816bd(0x1cb)](_0x5816bd(0x1b5)),_0xbe6413=this[_0x5816bd(0x1f7)][_0x5816bd(0x1f5)][_0x5816bd(0x1cb)](_0x5816bd(0x1ec)),_0x141ffa=this[_0x5816bd(0x1f7)][_0x5816bd(0x1f5)][_0x5816bd(0x1cb)](_0x261736)[_0x5816bd(0x1de)]();function _0x570116({showActiveMarker:_0x48886a=!0x0,setDataAttribute:_0x8c9b82=!0x0}={}){return(_0x1c7bbc,_0x1352c1,_0x5c1368)=>{const _0x50a4af=_0x3122,{type:_0x5c4881,id:_0x58a0a6}=_0x5b5d69[_0x50a4af(0x1b3)](_0x1352c1[_0x50a4af(0x1b9)]),_0x1b0ce8=_0x5b5d69[_0x50a4af(0x1ed)](_0x58a0a6),_0x20b25f=_0x1b0ce8[_0x50a4af(0x1dd)];if(_0x50a4af(0x1bd)!=_0x1b0ce8[_0x50a4af(0x1d6)]||!_0x20b25f||_0x50a4af(0x1ad)!=_0x20b25f[_0x50a4af(0x1a4)])return;if(_0x1352c1[_0x50a4af(0x1bb)])return void _0x1c7bbc[_0x50a4af(0x1ae)]();if(!_0x5c1368[_0x50a4af(0x1d2)][_0x50a4af(0x1da)](_0x1352c1[_0x50a4af(0x1d3)],_0x1c7bbc[_0x50a4af(0x1a2)]))return;const _0x4b6aa8=_0x1352c1[_0x50a4af(0x1d3)][_0x50a4af(0x1b1)][_0x50a4af(0x1c5)],_0x1a9a53=_0x1352c1[_0x50a4af(0x1d3)][_0x50a4af(0x1d9)][_0x50a4af(0x1e5)],_0x174be0=_0x4b6aa8[_0x50a4af(0x1cc)][_0x50a4af(0x1cc)],{column:_0x30b1b6}=_0xbe6413[_0x50a4af(0x1ba)](_0x4b6aa8),{column:_0x27662c}=_0xbe6413[_0x50a4af(0x1ba)](_0x1a9a53);for(let _0xfd9b48=_0x30b1b6;_0xfd9b48<=_0x27662c;_0xfd9b48++){const _0x5bd966=_0xbe6413[_0x50a4af(0x1d8)](_0x174be0,{'column':_0xfd9b48,'includeAllSlots':!0x1});for(const _0x3baf00 of _0x5bd966){const _0x22c3a0=_0x3baf00[_0x50a4af(0x1d4)],_0x5f1e3c=_0x5c1368[_0x50a4af(0x1a7)][_0x50a4af(0x1ac)](_0x22c3a0);_0x5c1368[_0x50a4af(0x1ca)][_0x50a4af(0x1d5)](_0x50a4af(0x1e3)+_0x5c4881,_0x5f1e3c),_0x8c9b82&&_0x5c1368[_0x50a4af(0x1ca)][_0x50a4af(0x1f1)](_0x50a4af(0x1eb),_0x58a0a6,_0x5f1e3c),_0x5c1368[_0x50a4af(0x1a7)][_0x50a4af(0x1ef)](_0x5f1e3c,_0x1352c1[_0x50a4af(0x1b9)]),_0x48886a&&(_0x5b5d69[_0x50a4af(0x1a5)][_0x50a4af(0x1ea)](_0x1352c1[_0x50a4af(0x1b9)])?_0x5c1368[_0x50a4af(0x1ca)][_0x50a4af(0x1d5)](_0x50a4af(0x1be),_0x5f1e3c):_0x5c1368[_0x50a4af(0x1ca)][_0x50a4af(0x1ab)](_0x50a4af(0x1be),_0x5f1e3c));}}};}_0x5b5d69[_0x5816bd(0x1e0)][_0x5816bd(0x1f2)](_0x5816bd(0x1bd),_0x5816bd(0x1e2),_0x5816bd(0x1aa),_0x141ffa),_0x5b5d69[_0x5816bd(0x1e0)][_0x5816bd(0x1f2)](_0x5816bd(0x1bd),_0x5816bd(0x1ad),_0x5816bd(0x1aa),_0x141ffa),this[_0x5816bd(0x1f7)][_0x5816bd(0x1ce)][_0x5816bd(0x1db)]['on'](_0x5816bd(0x1f6),_0x570116(),{'priority':_0x5816bd(0x1c2)}),this[_0x5816bd(0x1f7)][_0x5816bd(0x1dd)][_0x5816bd(0x1db)]['on'](_0x5816bd(0x1f6),(_0x2a75bb,_0x47f5a6,_0x35dd12)=>{const _0x38aaa5=_0x5816bd;_0x35dd12[_0x38aaa5(0x1ee)][_0x38aaa5(0x1b0)]&&_0x570116({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x2a75bb,_0x47f5a6,_0x35dd12);},{'priority':_0x5816bd(0x1c2)}),this[_0x5816bd(0x1f7)][_0x5816bd(0x1ce)][_0x5816bd(0x1db)]['on'](_0x5816bd(0x1a8),(_0x43c300,_0x1c19e5,_0x3a0630)=>{const _0x475810=_0x5816bd,{type:_0x1658f7,id:_0x13e1cd}=_0x5b5d69[_0x475810(0x1b3)](_0x1c19e5[_0x475810(0x1b9)]),_0x495656=_0x5b5d69[_0x475810(0x1ed)](_0x13e1cd),_0x13038d=_0x495656[_0x475810(0x1dd)];if(_0x475810(0x1bd)!=_0x495656[_0x475810(0x1d6)]||!_0x13038d||_0x475810(0x1ad)!=_0x13038d[_0x475810(0x1a4)])return;const _0x3245d2=_0x3a0630[_0x475810(0x1a7)][_0x475810(0x1f0)](_0x1c19e5[_0x475810(0x1b9)]);if(_0x3245d2){for(const _0x3504a7 of _0x3245d2)_0x3a0630[_0x475810(0x1ca)][_0x475810(0x1ab)](_0x475810(0x1e3)+_0x1658f7,_0x3504a7),_0x3a0630[_0x475810(0x1ca)][_0x475810(0x1ab)](_0x475810(0x1be),_0x3504a7),_0x3a0630[_0x475810(0x1ca)][_0x475810(0x1b6)](_0x475810(0x1eb),_0x3504a7),_0x3a0630[_0x475810(0x1a7)][_0x475810(0x1e6)](_0x3504a7,_0x1c19e5[_0x475810(0x1b9)]);}},{'priority':_0x5816bd(0x1c2)}),this[_0x5816bd(0x1bc)]();}[_0x4920ae(0x1bc)](){const _0x27ee1b=_0x4920ae,_0x3361ac=this[_0x27ee1b(0x1f7)],_0x44b29f=_0x3361ac[_0x27ee1b(0x1dc)];function _0x4653a5(_0x21efa2){const _0x41d9a6=_0x27ee1b;return{'type':_0x41d9a6(0x1bf),'content':_0x4d3145(_0x44b29f,_0x41d9a6(0x1e9),_0x21efa2)};}_0x3361ac[_0x27ee1b(0x1f5)][_0x27ee1b(0x1cb)](_0x27ee1b(0x1b5))[_0x27ee1b(0x1c3)][_0x27ee1b(0x1a9)](_0x14a304=>{const _0x366104=_0x27ee1b;if(_0x366104(0x1bd)!=_0x14a304[_0x366104(0x1d6)])return;const {data:_0x70a449}=_0x14a304;if(_0x70a449){if(_0x366104(0x1e2)==_0x70a449[_0x366104(0x1a4)]){const _0x496219=_0x70a449[_0x366104(0x1c0)][0x0][_0x366104(0x1af)];return _0x4653a5(_0x4d3145(_0x44b29f,_0x496219?_0x366104(0x1c8):_0x366104(0x1c4)));}if(_0x366104(0x1ad)==_0x70a449[_0x366104(0x1a4)]){const _0x2c939e=_0x70a449[_0x366104(0x1c0)][0x0][_0x366104(0x1af)];return _0x4653a5(_0x4d3145(_0x44b29f,_0x2c939e?_0x366104(0x1c9):_0x366104(0x1e7)));}}});}}
|