@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240604.0 → 0.0.0-nightly-20240604.1
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
|
+
const _0x565a92=_0x5548;function _0x5548(_0x1e20d3,_0x6ce131){const _0x38885d=_0x3888();return _0x5548=function(_0x5548bb,_0x1c2200){_0x5548bb=_0x5548bb-0x65;let _0x4e259d=_0x38885d[_0x5548bb];return _0x4e259d;},_0x5548(_0x1e20d3,_0x6ce131);}(function(_0x4c8d41,_0x4d4277){const _0x344e0b=_0x5548,_0x49798a=_0x4c8d41();while(!![]){try{const _0x46712d=-parseInt(_0x344e0b(0x73))/0x1+parseInt(_0x344e0b(0x69))/0x2*(-parseInt(_0x344e0b(0x6f))/0x3)+-parseInt(_0x344e0b(0x78))/0x4*(parseInt(_0x344e0b(0x7f))/0x5)+parseInt(_0x344e0b(0x65))/0x6+-parseInt(_0x344e0b(0x72))/0x7+-parseInt(_0x344e0b(0x75))/0x8*(parseInt(_0x344e0b(0x77))/0x9)+parseInt(_0x344e0b(0x71))/0xa;if(_0x46712d===_0x4d4277)break;else _0x49798a['push'](_0x49798a['shift']());}catch(_0x13654f){_0x49798a['push'](_0x49798a['shift']());}}}(_0x3888,0x6448b));import{Plugin as _0x9d4256}from'ckeditor5/src/core.js';function _0x3888(){const _0x44b8d3=['3948511qwyuYk','637782LCxCIv','goToNextRestrictedEditingException','603312ZwznVV','discardAllSuggestions','18mSSJWg','24MjUPdk','acceptAllSuggestions','has','get','plugins','acceptSuggestion','discardSuggestion','31495dHMrLZ','1810752DaKoLj','RestrictedEditingModeEditing','enableCommand','TrackChangesEditing','8qrYdAH','goToPreviousRestrictedEditingException','afterInit','trackChanges','acceptSelectedSuggestions','editor','35082boAdbC','discardSelectedSuggestions','15462240UZrUgO'];_0x3888=function(){return _0x44b8d3;};return _0x3888();}export default class kt extends _0x9d4256{[_0x565a92(0x6b)](){const _0x49136e=_0x565a92,_0x2f885b=this[_0x49136e(0x6e)];if(!_0x2f885b[_0x49136e(0x7c)][_0x49136e(0x7a)](_0x49136e(0x66)))return;const _0x27a071=_0x2f885b[_0x49136e(0x7c)][_0x49136e(0x7b)](_0x49136e(0x68));_0x27a071[_0x49136e(0x67)](_0x49136e(0x6a)),_0x27a071[_0x49136e(0x67)](_0x49136e(0x74));const _0x381778=_0x2f885b[_0x49136e(0x7c)][_0x49136e(0x7b)](_0x49136e(0x66));_0x381778[_0x49136e(0x67)](_0x49136e(0x6c)),_0x381778[_0x49136e(0x67)](_0x49136e(0x7d)),_0x381778[_0x49136e(0x67)](_0x49136e(0x7e)),_0x381778[_0x49136e(0x67)](_0x49136e(0x79)),_0x381778[_0x49136e(0x67)](_0x49136e(0x76)),_0x381778[_0x49136e(0x67)](_0x49136e(0x6d)),_0x381778[_0x49136e(0x67)](_0x49136e(0x70));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x4ba3(){const _0x54c73e=['createPositionBefore','57357EcGUjD','consumable','5637786oNoGNR','addMarker:suggestion:insertion','downcastDispatcher','2198OavRyI','346102lMaehT','element','markerRange','descriptionFactory','addMarker:suggestion','deletion','19430376QtBflZ','editing','2UNzBRQ','getItems','span','ELEMENT_LINE_BREAK','options','28592qdFeIH','includes','editor','init','activeMarkers','split','createUIElement','ck-suggestion-marker--active','TrackChangesEditing','3PxlrpU','insert','get','registerElementLabel','data','956155ZioAVw','plugins','merge','mapper','requires','softBreak','addMarker:suggestion:deletion','ck-suggestion-marker-','addClass','markerName','toViewPosition','test','name','bindElementToMarker','shiftEnter','4067344aWhMmZ','6xCBLpp','model','showSuggestionHighlights','1310IetDZd','locale','high','enableCommand','writer'];_0x4ba3=function(){return _0x54c73e;};return _0x4ba3();}const _0x5ba58d=_0x2a75;(function(_0x371721,_0x22ece7){const _0x50ad73=_0x2a75,_0x19b3c1=_0x371721();while(!![]){try{const _0x35b317=-parseInt(_0x50ad73(0x7f))/0x1*(parseInt(_0x50ad73(0x77))/0x2)+parseInt(_0x50ad73(0x8d))/0x3*(-parseInt(_0x50ad73(0x67))/0x4)+parseInt(_0x50ad73(0x92))/0x5*(-parseInt(_0x50ad73(0x68))/0x6)+-parseInt(_0x50ad73(0x76))/0x7*(-parseInt(_0x50ad73(0x84))/0x8)+parseInt(_0x50ad73(0x71))/0x9*(-parseInt(_0x50ad73(0x6b))/0xa)+parseInt(_0x50ad73(0x73))/0xb+parseInt(_0x50ad73(0x7d))/0xc;if(_0x35b317===_0x22ece7)break;else _0x19b3c1['push'](_0x19b3c1['shift']());}catch(_0xee977b){_0x19b3c1['push'](_0x19b3c1['shift']());}}}(_0x4ba3,0xd32a0));function _0x2a75(_0x2aa466,_0x1e9909){const _0x4ba35b=_0x4ba3();return _0x2a75=function(_0x2a759d,_0x4ef4fe){_0x2a759d=_0x2a759d-0x65;let _0x1fdca5=_0x4ba35b[_0x2a759d];return _0x1fdca5;},_0x2a75(_0x2aa466,_0x1e9909);}import{Plugin as _0x394011}from'ckeditor5/src/core.js';import{ShiftEnter as _0x1e79df}from'ckeditor5/src/enter.js';import{getTranslation as _0x1ada99}from'../utils/common-translations.js';export default class bt extends _0x394011{static get[_0x5ba58d(0x96)](){return[_0x1e79df];}[_0x5ba58d(0x87)](){const _0x4eaf6e=_0x5ba58d,_0x29d370=this[_0x4eaf6e(0x86)],_0xc68876=_0x29d370[_0x4eaf6e(0x93)][_0x4eaf6e(0x8f)](_0x4eaf6e(0x8c));_0xc68876[_0x4eaf6e(0x6e)](_0x4eaf6e(0x66)),_0x29d370[_0x4eaf6e(0x7e)][_0x4eaf6e(0x75)]['on'](_0x4eaf6e(0x74),de(_0x29d370),{'priority':_0x4eaf6e(0x6d)}),_0x29d370[_0x4eaf6e(0x7e)][_0x4eaf6e(0x75)]['on'](_0x4eaf6e(0x98),de(_0x29d370),{'priority':_0x4eaf6e(0x6d)}),_0x29d370[_0x4eaf6e(0x91)][_0x4eaf6e(0x75)]['on'](_0x4eaf6e(0x7b),(_0x2109de,_0x47bf8e,_0x34da38)=>{const _0x297032=_0x4eaf6e;_0x34da38[_0x297032(0x83)][_0x297032(0x6a)]&&de(_0x29d370,{'showActiveMarker':!0x1})(_0x2109de,_0x47bf8e,_0x34da38);}),_0xc68876[_0x4eaf6e(0x7a)][_0x4eaf6e(0x90)](_0x4eaf6e(0x97),_0x56087f=>_0x1ada99(_0x29d370[_0x4eaf6e(0x6c)],_0x4eaf6e(0x82),_0x56087f));}}function de(_0xc89c72,{showActiveMarker:_0x5179a7=!0x0}={}){return(_0x45486f,_0x1db497,_0x22de70)=>{const _0x1e632f=_0x2a75,_0x352508=_0xc89c72[_0x1e632f(0x93)][_0x1e632f(0x8f)](_0x1e632f(0x8c));if(!_0x22de70[_0x1e632f(0x72)][_0x1e632f(0x9d)](_0x1db497[_0x1e632f(0x79)],_0x45486f[_0x1e632f(0x9e)]))return;const _0x116d8a=_0xc89c72[_0x1e632f(0x69)];for(const _0x1f0042 of _0x1db497[_0x1e632f(0x79)][_0x1e632f(0x80)]()){if(!_0x1f0042['is'](_0x1e632f(0x78),_0x1e632f(0x97)))continue;const _0x462830=_0x1e632f(0x7c)==_0x1db497[_0x1e632f(0x9b)][_0x1e632f(0x89)](':')[0x1]?_0x1e632f(0x94):_0x1e632f(0x89),_0x3348f9=_0x22de70[_0x1e632f(0x6f)][_0x1e632f(0x8a)](_0x1e632f(0x81),{'class':_0x1e632f(0x99)+_0x462830}),_0x13cdc9=_0x22de70[_0x1e632f(0x95)][_0x1e632f(0x9c)](_0x116d8a[_0x1e632f(0x70)](_0x1f0042));_0x5179a7&&_0x352508[_0x1e632f(0x88)][_0x1e632f(0x85)](_0x1db497[_0x1e632f(0x9b)])&&_0x22de70[_0x1e632f(0x6f)][_0x1e632f(0x9a)](_0x1e632f(0x8b),_0x3348f9),_0x22de70[_0x1e632f(0x6f)][_0x1e632f(0x8e)](_0x13cdc9,_0x3348f9),_0x22de70[_0x1e632f(0x95)][_0x1e632f(0x65)](_0x3348f9,_0x1db497[_0x1e632f(0x9b)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x417518=_0x2ae1;(function(_0x5f2cb7,_0x321c59){const _0x4dd83b=_0x2ae1,_0x4b1de8=_0x5f2cb7();while(!![]){try{const _0x2def85=-parseInt(_0x4dd83b(0x1b7))/0x1+parseInt(_0x4dd83b(0x1a6))/0x2+parseInt(_0x4dd83b(0x1a9))/0x3*(parseInt(_0x4dd83b(0x1b3))/0x4)+-parseInt(_0x4dd83b(0x1b0))/0x5*(parseInt(_0x4dd83b(0x1bc))/0x6)+-parseInt(_0x4dd83b(0x1af))/0x7+-parseInt(_0x4dd83b(0x1a4))/0x8+parseInt(_0x4dd83b(0x1c0))/0x9;if(_0x2def85===_0x321c59)break;else _0x4b1de8['push'](_0x4b1de8['shift']());}catch(_0x31d954){_0x4b1de8['push'](_0x4b1de8['shift']());}}}(_0x3dad,0x53cf6));import{Plugin as _0x60fb66}from'ckeditor5/src/core.js';function _0x3dad(){const _0x5e6be6=['TrackChangesEditing','194223jxAotA','format','value','isCollapsed','get','editor','4726722OuxhNO','2409345nNOOjc','type','FORMAT_RESTRICTED_DISABLED','32XdIXua','FORMAT_RESTRICTED_ENABLED','StandardEditingModeEditing','descriptionFactory','358874yrPSWS','commands','getRanges','forceValue','change','6aGRkrV','model','selection','has','16126641XGwECU','afterInit','from','markInlineFormat','formatInline','document','plugins','registerDescriptionCallback','enableCommand','formatBlock','locale','commandName','4704664krwxPx','restrictedEditingException','275162AptnQB','commandParams'];_0x3dad=function(){return _0x5e6be6;};return _0x3dad();}import{getRangesWithAttribute as _0x2d75c2}from'./utils.js';import{getTranslation as _0x2746e4}from'../utils/common-translations.js';function _0x2ae1(_0x29816b,_0x5c5da8){const _0x3dadf6=_0x3dad();return _0x2ae1=function(_0x2ae1e0,_0x4dc62c){_0x2ae1e0=_0x2ae1e0-0x1a0;let _0x23db03=_0x3dadf6[_0x2ae1e0];return _0x23db03;},_0x2ae1(_0x29816b,_0x5c5da8);}export default class wt extends _0x60fb66{[_0x417518(0x1c1)](){const _0x4fee8e=_0x417518,_0x11300f=this[_0x4fee8e(0x1ae)],_0x40a891=_0x11300f[_0x4fee8e(0x1bd)],_0x1028da=_0x11300f[_0x4fee8e(0x1a2)];if(!_0x11300f[_0x4fee8e(0x1c6)][_0x4fee8e(0x1bf)](_0x4fee8e(0x1b5)))return;const _0x25d07a=_0x11300f[_0x4fee8e(0x1c6)][_0x4fee8e(0x1ad)](_0x4fee8e(0x1a8)),_0x28e171=_0x4fee8e(0x1a5),_0x47b058=_0x11300f[_0x4fee8e(0x1b8)][_0x4fee8e(0x1ad)](_0x28e171);_0x25d07a[_0x4fee8e(0x1a0)](_0x28e171,(_0x1ea70a,_0x2bce9f={})=>{const _0x4a0b6a=_0x4fee8e,_0x483342=_0x40a891[_0x4a0b6a(0x1c5)][_0x4a0b6a(0x1be)];if(_0x483342[_0x4a0b6a(0x1ac)])return void _0x1ea70a(_0x2bce9f);const _0x5eeb64=void 0x0!==_0x2bce9f[_0x4a0b6a(0x1ba)]?_0x2bce9f[_0x4a0b6a(0x1ba)]:!_0x47b058[_0x4a0b6a(0x1ab)];_0x40a891[_0x4a0b6a(0x1bb)](()=>{const _0x44f5df=_0x4a0b6a,_0x56b2fc=Array[_0x44f5df(0x1c2)](_0x483342[_0x44f5df(0x1b9)]());for(const _0x15387e of _0x56b2fc){const _0x27d395=_0x5eeb64?[_0x15387e]:_0x2d75c2(_0x28e171,_0x15387e,_0x40a891);for(const _0x2979e4 of _0x27d395)_0x25d07a[_0x44f5df(0x1c3)](_0x2979e4,{'commandName':_0x28e171,'commandParams':[{'forceValue':_0x5eeb64}]});}});}),_0x25d07a[_0x4fee8e(0x1b6)][_0x4fee8e(0x1c7)](_0x6ad738=>{const _0x3698a2=_0x4fee8e;if(_0x3698a2(0x1a1)!=_0x6ad738[_0x3698a2(0x1b1)]&&_0x3698a2(0x1c4)!=_0x6ad738[_0x3698a2(0x1b1)])return;const {data:_0xe9b5e0}=_0x6ad738;return _0xe9b5e0&&_0xe9b5e0[_0x3698a2(0x1a3)]==_0x28e171?_0xe9b5e0[_0x3698a2(0x1a7)][0x0][_0x3698a2(0x1ba)]?{'type':_0x3698a2(0x1aa),'content':_0x2746e4(_0x1028da,_0x3698a2(0x1b4))}:{'type':_0x3698a2(0x1aa),'content':_0x2746e4(_0x1028da,_0x3698a2(0x1b2))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x31c6ed=_0x1d12;function _0x1d12(_0x56d554,_0x52d121){const _0x2c8755=_0x2c87();return _0x1d12=function(_0x1d12ec,_0x12f531){_0x1d12ec=_0x1d12ec-0x106;let _0x5735c5=_0x2c8755[_0x1d12ec];return _0x5735c5;},_0x1d12(_0x56d554,_0x52d121);}function _0x2c87(){const _0x2203c1=['commandParams','enableDefaultAttributesIntegration','3065335rROHZG','40505MLgFdW','plugins','DataSchema','_registerLegacyDescription','type','descriptionFactory','formatBlock','registerAttributeLabel','formatInline','inline','definitions','TrackChangesEditing','Style','*Remove\x20format:*\x20%0','normalizeConfig','format','commandName','2715816qcSeJi','locale','1536330JrgqJQ','add','block','editor','has','447624ElkCWY','FORMAT_STYLE','config','533571PLmxAV','ghsAttributes','getGhsAttributeNameForElement','forceValue','afterInit','124VikCNP','601642LRUgXQ','GeneralHtmlSupport','registerDescriptionCallback','toLowerCase','element','styleName','style','get','*Set\x20format:*\x20%0','registerInlineAttribute','registerBlockAttribute','StyleUtils'];_0x2c87=function(){return _0x2203c1;};return _0x2c87();}(function(_0x438474,_0x261d65){const _0x558160=_0x1d12,_0x20f417=_0x438474();while(!![]){try{const _0x4f88be=-parseInt(_0x558160(0x107))/0x1+parseInt(_0x558160(0x10d))/0x2+-parseInt(_0x558160(0x12f))/0x3+-parseInt(_0x558160(0x10c))/0x4*(-parseInt(_0x558160(0x11c))/0x5)+parseInt(_0x558160(0x12d))/0x6+parseInt(_0x558160(0x11b))/0x7+-parseInt(_0x558160(0x134))/0x8;if(_0x4f88be===_0x261d65)break;else _0x20f417['push'](_0x20f417['shift']());}catch(_0x4746a4){_0x20f417['push'](_0x20f417['shift']());}}}(_0x2c87,0x5337b));import{Plugin as _0x1955bc}from'ckeditor5/src/core.js';import{getTranslation as _0x4c78f7}from'../utils/common-translations.js';export default class yt extends _0x1955bc{[_0x31c6ed(0x10b)](){const _0x5e512b=_0x31c6ed,_0x2d7a57=this[_0x5e512b(0x132)];if(!_0x2d7a57[_0x5e512b(0x11d)][_0x5e512b(0x133)](_0x5e512b(0x128))||!_0x2d7a57[_0x5e512b(0x11d)][_0x5e512b(0x133)](_0x5e512b(0x11e)))return;const _0x2d22b1=_0x2d7a57[_0x5e512b(0x11d)][_0x5e512b(0x114)](_0x5e512b(0x127)),_0x592ae3=_0x2d7a57[_0x5e512b(0x12e)],_0x31d39a=_0x2d7a57[_0x5e512b(0x106)][_0x5e512b(0x114)](_0x5e512b(0x113))||{},_0x4cd339=_0x2d7a57[_0x5e512b(0x11d)][_0x5e512b(0x114)](_0x5e512b(0x10e)),_0x3c47cd=_0x2d7a57[_0x5e512b(0x11d)][_0x5e512b(0x114)](_0x5e512b(0x118))[_0x5e512b(0x12a)](_0x2d7a57[_0x5e512b(0x11d)][_0x5e512b(0x114)](_0x5e512b(0x11e)),_0x31d39a[_0x5e512b(0x126)]);_0x2d22b1[_0x5e512b(0x11a)](_0x5e512b(0x113));const _0x3ecca9=new Set();for(const _0x477122 of _0x3c47cd[_0x5e512b(0x131)]){const _0x3608e1=_0x4cd339[_0x5e512b(0x109)](_0x477122[_0x5e512b(0x111)]);_0x3ecca9[_0x5e512b(0x130)](_0x3608e1);}const _0x21e7a0=new Set();for(const _0x42d7c1 of _0x3c47cd[_0x5e512b(0x125)]){const _0x157a71=_0x4cd339[_0x5e512b(0x109)](_0x42d7c1[_0x5e512b(0x111)]);_0x21e7a0[_0x5e512b(0x130)](_0x157a71);for(const _0x18a14a of _0x42d7c1[_0x5e512b(0x108)])_0x21e7a0[_0x5e512b(0x130)](_0x18a14a);}for(const _0x91aac7 of _0x3ecca9)_0x2d22b1[_0x5e512b(0x117)](_0x91aac7),_0x2d22b1[_0x5e512b(0x121)][_0x5e512b(0x123)](_0x91aac7,_0x4c78f7(_0x592ae3,_0x5e512b(0x135)));for(const _0xd75a27 of _0x21e7a0)_0x2d22b1[_0x5e512b(0x116)](_0xd75a27),_0x2d22b1[_0x5e512b(0x121)][_0x5e512b(0x123)](_0xd75a27,_0x4c78f7(_0x592ae3,_0x5e512b(0x135)));this[_0x5e512b(0x11f)]();}[_0x31c6ed(0x11f)](){const _0x91a892=_0x31c6ed,_0x5bc34a=this[_0x91a892(0x132)],_0x1e2dbb=_0x5bc34a[_0x91a892(0x12e)];_0x5bc34a[_0x91a892(0x11d)][_0x91a892(0x114)](_0x91a892(0x127))[_0x91a892(0x121)][_0x91a892(0x10f)](_0x528020=>{const _0xd5bc49=_0x91a892;if(_0xd5bc49(0x122)!=_0x528020[_0xd5bc49(0x120)]&&_0xd5bc49(0x124)!=_0x528020[_0xd5bc49(0x120)])return;const {data:_0x442285}=_0x528020;return _0x442285&&_0xd5bc49(0x113)===_0x442285[_0xd5bc49(0x12c)]?_0x442285[_0xd5bc49(0x119)][0x0][_0xd5bc49(0x10a)]?{'type':_0xd5bc49(0x12b),'content':_0x4c78f7(_0x1e2dbb,_0xd5bc49(0x115),_0x442285[_0xd5bc49(0x119)][0x0][_0xd5bc49(0x112)][_0xd5bc49(0x110)]())}:{'type':_0xd5bc49(0x12b),'content':_0x4c78f7(_0x1e2dbb,_0xd5bc49(0x129),_0x442285[_0xd5bc49(0x119)][0x0][_0xd5bc49(0x112)][_0xd5bc49(0x110)]())}: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
|
+
const _0x4c9783=_0x4e26;(function(_0x41f6b8,_0x3b03de){const _0x186bb6=_0x4e26,_0x236283=_0x41f6b8();while(!![]){try{const _0x4e2ba8=-parseInt(_0x186bb6(0xef))/0x1*(parseInt(_0x186bb6(0xe9))/0x2)+-parseInt(_0x186bb6(0x121))/0x3+-parseInt(_0x186bb6(0x138))/0x4+parseInt(_0x186bb6(0xb1))/0x5+-parseInt(_0x186bb6(0xf2))/0x6+-parseInt(_0x186bb6(0x12c))/0x7+parseInt(_0x186bb6(0x132))/0x8*(parseInt(_0x186bb6(0x129))/0x9);if(_0x4e2ba8===_0x3b03de)break;else _0x236283['push'](_0x236283['shift']());}catch(_0x5092ba){_0x236283['push'](_0x236283['shift']());}}}(_0x46a4,0x429b8));import{Plugin as _0x284227}from'ckeditor5/src/core.js';import{LiveRange as _0x5c93fb}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x28e551}from'ckeditor5/src/widget.js';import{getTranslation as _0xcfa7b4}from'../utils/common-translations.js';function _0x4e26(_0x13e1fb,_0x26c1d7){const _0x46a437=_0x46a4();return _0x4e26=function(_0x4e266f,_0x242579){_0x4e266f=_0x4e266f-0x97;let _0xba49f3=_0x46a437[_0x4e266f];return _0xba49f3;},_0x4e26(_0x13e1fb,_0x26c1d7);}export default class jt extends _0x284227{constructor(_0x479ad3){const _0x3b78b1=_0x4e26;super(_0x479ad3),this[_0x3b78b1(0xbb)]=[_0x3b78b1(0x12e),_0x3b78b1(0x11f)],this[_0x3b78b1(0x11b)]=new Set();}[_0x4c9783(0xe2)](){const _0x110bff=_0x4c9783,_0x32f41b=this[_0x110bff(0xd9)],_0x2fa901=_0x32f41b[_0x110bff(0xc9)][_0x110bff(0xd4)][_0x110bff(0xb0)];if(!_0x32f41b[_0x110bff(0xa9)][_0x110bff(0xea)](_0x110bff(0x11d)))return;const _0x4a9bcc=_0x32f41b[_0x110bff(0xc7)],_0x1e20b9=_0x32f41b[_0x110bff(0xa9)][_0x110bff(0xdc)](_0x110bff(0xe5)),_0x3438ad=_0x32f41b[_0x110bff(0xa9)][_0x110bff(0xdc)](_0x110bff(0xaa));_0x1e20b9[_0x110bff(0x106)][_0x110bff(0xc3)](_0x110bff(0xc5),_0x6e1676=>_0xcfa7b4(_0x4a9bcc,_0x110bff(0x136),_0x6e1676)),this[_0x110bff(0xc8)](),_0x1e20b9[_0x110bff(0x100)](_0x110bff(0xfe)),_0x1e20b9[_0x110bff(0x100)](_0x110bff(0x98)),_0x1e20b9[_0x110bff(0x100)](_0x110bff(0xf8));for(const _0x4f3da2 of[_0x110bff(0xee),_0x110bff(0xb6)]){const _0x189158=_0x32f41b[_0x110bff(0xda)][_0x110bff(0xdc)](_0x4f3da2);_0x1e20b9[_0x110bff(0x100)](_0x4f3da2,_0x244a65=>{const _0x47e761=_0x110bff;_0x32f41b[_0x47e761(0xc9)][_0x47e761(0x9d)](_0x5cda0b=>{const _0x5db756=_0x47e761;_0x244a65();const _0x525c0b=_0x5db756(0xf6)===_0x189158[_0x5db756(0x103)],_0x52884b=_0x3438ad[_0x5db756(0x131)](_0x2fa901),_0x302090=_0x3438ad[_0x5db756(0xa8)](_0x52884b),_0xf646cb=_0x525c0b?_0x302090[_0x5db756(0x104)]-0x1:_0x302090[_0x5db756(0x108)]+0x1,_0x3d3a1b=_0x52884b[0x0][_0x5db756(0x10c)](_0x5db756(0xc5)),_0x4151a2=_0x3438ad[_0x5db756(0x113)](_0x3d3a1b,{'startRow':_0xf646cb,'endRow':_0xf646cb}),_0x59bcdb=Array[_0x5db756(0xde)](_0x4151a2)[_0x5db756(0xe6)](_0x5c737a=>_0x5cda0b[_0x5db756(0xd7)](_0x5c737a[_0x5db756(0x112)]));_0x1e20b9[_0x5db756(0xcf)](_0x59bcdb,_0x5db756(0x12e));});});}for(const _0x4f6bdb of[_0x110bff(0xa7),_0x110bff(0x126)]){const _0x35d1ec=_0x32f41b[_0x110bff(0xda)][_0x110bff(0xdc)](_0x4f6bdb);_0x1e20b9[_0x110bff(0x100)](_0x4f6bdb,_0x36f9e2=>{const _0x113aad=_0x110bff;_0x32f41b[_0x113aad(0xc9)][_0x113aad(0x9d)](_0x3ddca2=>{const _0x41ab59=_0x113aad;_0x36f9e2();const _0x199dbf=_0x41ab59(0x123)===_0x35d1ec[_0x41ab59(0x103)],_0x49c123=_0x3438ad[_0x41ab59(0x131)](_0x2fa901),_0x401877=_0x3438ad[_0x41ab59(0xb5)](_0x49c123),_0x46ae0c=_0x199dbf?_0x401877[_0x41ab59(0x104)]-0x1:_0x401877[_0x41ab59(0x108)]+0x1,_0x57a570=_0x49c123[0x0][_0x41ab59(0x10c)](_0x41ab59(0xc5)),_0x1acc3c=_0x3438ad[_0x41ab59(0x113)](_0x57a570,{'startRow':0x0,'column':_0x46ae0c,'includeAllSlots':!0x1}),_0x5807b6=Array[_0x41ab59(0xde)](_0x1acc3c)[_0x41ab59(0xe6)](_0x5c09c3=>_0x3ddca2[_0x41ab59(0xd7)](_0x5c09c3[_0x41ab59(0x112)]));_0x1e20b9[_0x41ab59(0xcf)](_0x5807b6,_0x41ab59(0x11f));});});}for(const _0x13df19 of[_0x110bff(0xac),_0x110bff(0xca)]){const _0x23f0f5=_0x13df19[_0x110bff(0x133)](0xb),_0x1775a9=_0x23f0f5[_0x110bff(0x130)](),_0x234308=_0x1775a9[_0x110bff(0x133)](0x0,0x3)+_0x110bff(0xdd),_0x37d0a2=_0x110bff(0xc5)+_0x23f0f5,_0x25fb4b=_0x110bff(0xb9)+_0x23f0f5,_0x4cbbbf=_0x110bff(0xd5)+_0x23f0f5;_0x1e20b9[_0x110bff(0x100)](_0x13df19,()=>{const _0x273649=_0x110bff;_0x32f41b[_0x273649(0xc9)][_0x273649(0x9d)](_0x5954c8=>{const _0x5889b8=_0x273649,_0x4b3efd=_0x3438ad[_0x5889b8(0x131)](_0x2fa901),_0x71a7a8=_0x4b3efd[0x0][_0x5889b8(0x10c)](_0x5889b8(0xc5));let _0x1bfede;if(_0x5889b8(0xac)==_0x13df19){const _0x278e71=_0x3438ad[_0x5889b8(0xa8)](_0x4b3efd);_0x1bfede={'startRow':_0x278e71[_0x5889b8(0x104)],'endRow':_0x278e71[_0x5889b8(0x108)],'includeAllSlots':!0x0};}else{const _0x112949=_0x3438ad[_0x5889b8(0xb5)](_0x4b3efd);_0x1bfede={'startColumn':_0x112949[_0x5889b8(0x104)],'endColumn':_0x112949[_0x5889b8(0x108)],'includeAllSlots':!0x0};}const _0x3327cd=_0x3438ad[_0x5889b8(0x113)](_0x71a7a8,_0x1bfede),_0x526315=Array[_0x5889b8(0xde)](_0x3327cd)[_0x5889b8(0xe6)](({cell:_0x129f24})=>_0x129f24),_0x3689ff=Ee(_0x526315[_0x5889b8(0x10a)](_0x6c4386=>_0x6c4386[_0x5889b8(0x137)](_0x234308))),_0x46225a=Ee(_0x526315[_0x5889b8(0x10a)](_0x536a9a=>!_0x536a9a[_0x5889b8(0x137)](_0x234308)))[_0x5889b8(0xe6)](_0x24125f=>_0x5954c8[_0x5889b8(0xd7)](_0x24125f)),_0xe145e7=_0x1e20b9[_0x5889b8(0x122)](_0x46225a,_0x37d0a2);if(_0xe145e7&&(_0x5889b8(0x12e)==_0xe145e7[_0x5889b8(0x12b)]||_0x5889b8(0x11f)==_0xe145e7[_0x5889b8(0x12b)])){const _0x562b1f=this[_0x5889b8(0x109)](_0xe145e7);for(const _0x72e28c of _0x3689ff){const _0x27a060=_0x5954c8[_0x5889b8(0xd7)](_0x72e28c),_0x1e1935=_0x3438ad[_0x5889b8(0xbf)](_0x72e28c),_0x4a1686=_0x72e28c[_0x5889b8(0x125)](_0x234308)-0x1,_0x5c76d6=_0x562b1f[_0x25fb4b],_0x4e7615=_0x562b1f[_0x4cbbbf];_0x5c76d6<=_0x1e1935[_0x1775a9]&&_0x1e1935[_0x1775a9]+_0x4a1686<=_0x4e7615&&_0xe145e7[_0x5889b8(0xc1)](_0x27a060);}}});});}function _0x394573(_0x48e2bf){const _0xfea371=_0x110bff,_0x1ea6f9=Array[_0xfea371(0xde)](_0x2fa901[_0xfea371(0xd0)]())[_0xfea371(0xe6)](_0x3533d7=>_0x5c93fb[_0xfea371(0x110)](_0x3533d7));_0x32f41b[_0xfea371(0xc9)][_0xfea371(0x9d)](_0x30eb0b=>{const _0x504e63=_0xfea371,_0x13233e=_0x30eb0b[_0x504e63(0xfd)];_0x48e2bf=_0x48e2bf[_0x504e63(0x10a)](_0xe0d394=>_0x504e63(0xb8)!=_0xe0d394[_0x504e63(0xfc)][_0x504e63(0xf3)]),_0x30eb0b[_0x504e63(0xd1)](_0x48e2bf),_0x32f41b[_0x504e63(0xda)][_0x504e63(0xdc)](_0x504e63(0xac))[_0x504e63(0xdb)](),_0x32f41b[_0x504e63(0xe8)](_0x504e63(0xac),{'forceDefaultExecution':!0x0}),_0x32f41b[_0x504e63(0xc9)][_0x504e63(0x120)](()=>{const _0x122686=_0x504e63;_0x32f41b[_0x122686(0xc9)][_0x122686(0x120)](_0x13233e,_0x2c1d06=>{const _0x1593ab=_0x122686,_0x45e4b5=_0x1ea6f9[_0x1593ab(0x10a)](_0xbb74ac=>_0x1593ab(0xb8)!=_0xbb74ac[_0x1593ab(0xfc)][_0x1593ab(0xf3)]);_0x45e4b5[_0x1593ab(0xc4)]>0x0&&_0x2c1d06[_0x1593ab(0xd1)](_0x45e4b5);for(const _0x14df83 of _0x1ea6f9)_0x14df83[_0x1593ab(0xa4)]();});});});}function _0xc96b80(_0x19b231){const _0x458e9a=_0x110bff;_0x32f41b[_0x458e9a(0xc9)][_0x458e9a(0x9d)](_0x17e4af=>{const _0x1d8943=_0x458e9a,_0x201c37=Array[_0x1d8943(0xde)](_0x2fa901[_0x1d8943(0xd0)]())[_0x1d8943(0xe6)](_0xe23827=>_0x5c93fb[_0x1d8943(0x110)](_0xe23827)),_0x3a4d89=[];for(const _0x3d2250 of _0x19b231)for(const _0x3401c0 of _0x3d2250[_0x1d8943(0xd8)]({'shallow':!0x0}))_0x3a4d89[_0x1d8943(0xa5)](_0x3401c0);for(const _0x503e76 of _0x3a4d89)_0x1d8943(0xb8)!=_0x503e76[_0x1d8943(0xfc)][_0x1d8943(0xf3)]&&(_0x17e4af[_0x1d8943(0xd1)](_0x17e4af[_0x1d8943(0xfb)](_0x503e76,0x0)),_0x32f41b[_0x1d8943(0xda)][_0x1d8943(0xdc)](_0x1d8943(0xca))[_0x1d8943(0xdb)](),_0x32f41b[_0x1d8943(0xe8)](_0x1d8943(0xca),{'forceDefaultExecution':!0x0}));const _0x54529b=_0x201c37[_0x1d8943(0x10a)](_0x148ae3=>_0x1d8943(0xb8)!=_0x148ae3[_0x1d8943(0xfc)][_0x1d8943(0xf3)]);_0x54529b[_0x1d8943(0xc4)]>0x0&&_0x17e4af[_0x1d8943(0xd1)](_0x54529b);for(const _0xac5028 of _0x201c37)_0xac5028[_0x1d8943(0xa4)]();});}function _0x721ebe(_0x5788a1,_0x3a0f74){const _0x1c4696=_0x110bff;return _0x3a0f74[_0x1c4696(0xff)](_0x51415e=>_0x5788a1[_0x1c4696(0x97)](_0x209745=>_0x209745[_0x1c4696(0x9b)][_0x1c4696(0xbc)](_0x51415e[_0x1c4696(0x105)])||_0x51415e[_0x1c4696(0x9b)][_0x1c4696(0xbc)](_0x209745[_0x1c4696(0x105)])));}function _0x3a54f7(_0x344962,_0x3c67c6){const _0x1a0384=_0x110bff;return!_0x344962[_0x1a0384(0x97)](_0x33988f=>_0x3c67c6[_0x1a0384(0x97)](_0x304579=>_0x33988f[_0x1a0384(0xad)](_0x304579)))&&_0x344962[_0x1a0384(0x97)](_0x9496b4=>_0x3c67c6[_0x1a0384(0x97)](_0x127adc=>_0x9496b4[_0x1a0384(0x9b)][_0x1a0384(0xb3)](_0x127adc[_0x1a0384(0x105)])));}_0x32f41b[_0x110bff(0x12f)][_0x110bff(0x128)]['on'](_0x110bff(0xfa),(_0x2fe3bd,_0x5f4038,_0x157e33)=>{const _0x12add5=_0x110bff;if(!_0x157e33[_0x12add5(0x115)][_0x12add5(0x116)])return;const _0x2562f3=_0x5f4038[_0x12add5(0xdf)];if(!_0x2562f3)return;const _0xdc6a83=_0x157e33[_0x12add5(0x107)][_0x12add5(0xe3)](_0x2562f3);function _0x5e3b22(_0x58df1b){const _0xf6cc17=_0x12add5;return Array[_0xf6cc17(0x124)](_0x58df1b)?_0x58df1b:[_0x58df1b];}_0xdc6a83&&_0x12add5(0xba)===_0x2562f3[_0x12add5(0x99)]&&_0x28e551(_0xdc6a83,_0x157e33[_0x12add5(0xcc)],(_0x4436b3,_0x2295d9,_0x57a8ea)=>_0x57a8ea[_0x12add5(0xaf)](_0x5e3b22(_0x2295d9[_0x12add5(0x10f)]),_0x4436b3),(_0x3a1f4f,_0xd9afa1,_0xf92150)=>_0xf92150[_0x12add5(0xc2)](_0x5e3b22(_0xd9afa1[_0x12add5(0x10f)]),_0x3a1f4f));},{'priority':_0x110bff(0x11c)}),_0x1e20b9[_0x110bff(0x106)][_0x110bff(0xf5)](_0xc47c2b=>{const _0x7ff4b4=_0x110bff;if(_0x7ff4b4(0x117)!=_0xc47c2b[_0x7ff4b4(0x118)]&&_0x7ff4b4(0x101)!=_0xc47c2b[_0x7ff4b4(0x118)])return;const _0x23036a=_0xc47c2b[_0x7ff4b4(0x9e)]();if(null!=_0x23036a&&_0x23036a['is'](_0x7ff4b4(0xf1),_0x7ff4b4(0xc5))){if(_0x7ff4b4(0x117)==_0xc47c2b[_0x7ff4b4(0x118)]){const _0x40c992=_0xc47c2b[_0x7ff4b4(0xd8)]()[_0x7ff4b4(0x10a)](_0x2abdb0=>_0x2abdb0['is'](_0x7ff4b4(0xb4)))[_0x7ff4b4(0xe6)](_0x48d422=>_0x48d422[_0x7ff4b4(0x12f)]);if(_0x40c992[_0x7ff4b4(0xc4)])return{'type':_0x7ff4b4(0x117),'content':_0xcfa7b4(_0x4a9bcc,_0x7ff4b4(0x9a),_0xcfa7b4(_0x4a9bcc,_0x7ff4b4(0xeb),'\x22'+_0x40c992[_0x7ff4b4(0x10b)]('\x20')+'\x22'))};}if(_0x7ff4b4(0x101)==_0xc47c2b[_0x7ff4b4(0x118)]){const _0x3b7413=_0xc47c2b[_0x7ff4b4(0xd8)]()[_0x7ff4b4(0x10a)](_0x1e1509=>_0x1e1509['is'](_0x7ff4b4(0xb4)))[_0x7ff4b4(0xe6)](_0x578c07=>_0x578c07[_0x7ff4b4(0x12f)]);if(_0x3b7413[_0x7ff4b4(0xc4)])return{'type':_0x7ff4b4(0x101),'content':_0xcfa7b4(_0x4a9bcc,_0x7ff4b4(0xc0),_0xcfa7b4(_0x4a9bcc,_0x7ff4b4(0xeb),'\x22'+_0x3b7413[_0x7ff4b4(0x10b)]('\x20')+'\x22'))};}}}),_0x1e20b9[_0x110bff(0x106)][_0x110bff(0xf5)](_0x4c780d=>{const _0x1e9ca1=_0x110bff;if(_0x1e9ca1(0x12e)==_0x4c780d[_0x1e9ca1(0x12b)]){const _0x245d08=_0x4c780d[_0x1e9ca1(0xd8)]()[_0x1e9ca1(0x10a)](_0x560321=>_0x560321['is'](_0x1e9ca1(0xb4)))[_0x1e9ca1(0xe6)](_0x474197=>_0x474197[_0x1e9ca1(0x12f)]),_0x122255=this[_0x1e9ca1(0x109)](_0x4c780d),_0x2c0f1f=_0x122255[_0x1e9ca1(0xf9)]-_0x122255[_0x1e9ca1(0xe4)]+0x1;if(_0x1e9ca1(0x117)==_0x4c780d[_0x1e9ca1(0x118)])return _0x245d08[_0x1e9ca1(0xc4)]?{'type':_0x1e9ca1(0x117),'content':_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0x9a),_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0xc6),[_0x2c0f1f,'\x22'+_0x245d08[_0x1e9ca1(0x10b)]('\x20')+'\x22']))}:{'type':_0x1e9ca1(0x117),'content':_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0x9a),_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0xbe),_0x2c0f1f))};if(_0x1e9ca1(0x101)==_0x4c780d[_0x1e9ca1(0x118)])return _0x245d08[_0x1e9ca1(0xc4)]?{'type':_0x1e9ca1(0x101),'content':_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0xc0),_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0xc6),[_0x2c0f1f,'\x22'+_0x245d08[_0x1e9ca1(0x10b)]('\x20')+'\x22']))}:{'type':_0x1e9ca1(0x101),'content':_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0xc0),_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0xbe),_0x2c0f1f))};}if(_0x1e9ca1(0x11f)==_0x4c780d[_0x1e9ca1(0x12b)]){const _0x53a363=_0x4c780d[_0x1e9ca1(0xd8)]()[_0x1e9ca1(0x10a)](_0x34f97e=>_0x34f97e['is'](_0x1e9ca1(0xb4)))[_0x1e9ca1(0xe6)](_0x1c5ad8=>_0x1c5ad8[_0x1e9ca1(0x12f)]),_0x49036f=this[_0x1e9ca1(0x109)](_0x4c780d),_0x570d28=_0x49036f[_0x1e9ca1(0xd3)]-_0x49036f[_0x1e9ca1(0xf0)]+0x1;if(_0x1e9ca1(0x117)==_0x4c780d[_0x1e9ca1(0x118)])return _0x53a363[_0x1e9ca1(0xc4)]?{'type':_0x1e9ca1(0x117),'content':_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0x9a),_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0x134),[_0x570d28,'\x22'+_0x53a363[_0x1e9ca1(0x10b)]('\x20')+'\x22']))}:{'type':_0x1e9ca1(0x117),'content':_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0x9a),_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0x11e),_0x570d28))};if(_0x1e9ca1(0x101)==_0x4c780d[_0x1e9ca1(0x118)])return _0x53a363[_0x1e9ca1(0xc4)]?{'type':_0x1e9ca1(0x101),'content':_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0xc0),_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0x134),[_0x570d28,'\x22'+_0x53a363[_0x1e9ca1(0x10b)]('\x20')+'\x22']))}:{'type':_0x1e9ca1(0x101),'content':_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0xc0),_0xcfa7b4(_0x4a9bcc,_0x1e9ca1(0x11e),_0x570d28))};}}),_0x1e20b9[_0x110bff(0x11a)][_0x110bff(0x10e)](_0x110bff(0x117),_0x110bff(0x12e),_0x110bff(0xa6),_0x394573),_0x1e20b9[_0x110bff(0x11a)][_0x110bff(0x10e)](_0x110bff(0x101),_0x110bff(0x12e),_0x110bff(0xf7),_0x394573),_0x1e20b9[_0x110bff(0x11a)][_0x110bff(0x10e)](_0x110bff(0x117),_0x110bff(0x11f),_0x110bff(0xa6),_0xc96b80),_0x1e20b9[_0x110bff(0x11a)][_0x110bff(0x10e)](_0x110bff(0x101),_0x110bff(0x11f),_0x110bff(0xf7),_0xc96b80),_0x1e20b9[_0x110bff(0x11a)][_0x110bff(0x10e)](_0x110bff(0x117),_0x110bff(0x11f),_0x110bff(0x10b),_0x721ebe),_0x1e20b9[_0x110bff(0x11a)][_0x110bff(0x10e)](_0x110bff(0x101),_0x110bff(0x11f),_0x110bff(0x10b),_0x721ebe),_0x1e20b9[_0x110bff(0x11a)][_0x110bff(0x10e)](_0x110bff(0x117),_0x110bff(0x12e),_0x110bff(0x10b),_0x3a54f7),_0x1e20b9[_0x110bff(0x11a)][_0x110bff(0x10e)](_0x110bff(0x101),_0x110bff(0x12e),_0x110bff(0x10b),_0x3a54f7);}[_0x4c9783(0xec)](){const _0x542679=_0x4c9783,_0x2b4a84=this[_0x542679(0xd9)],_0x2982e8=_0x2b4a84[_0x542679(0xc9)][_0x542679(0xd4)][_0x542679(0xb0)];return(_0x120c35,_0x559e41)=>{const _0x1836a3=_0x542679;_0x2b4a84[_0x1836a3(0xc9)][_0x1836a3(0x9d)](_0x3d52e9=>{const _0x1f4d5e=_0x1836a3,{commandName:_0x283723,commandParams:_0x44e22e}=_0x559e41;let _0x23a8dd=_0x120c35[0x0][_0x1f4d5e(0x9b)][_0x1f4d5e(0xcd)];_0x44e22e&&_0x44e22e[0x0]&&!0x1===_0x44e22e[0x0][_0x1f4d5e(0xab)]&&(_0x23a8dd=_0x120c35[0x0][_0x1f4d5e(0x105)][_0x1f4d5e(0x111)]);const _0x2c9833=_0x3d52e9[_0x1f4d5e(0xcb)](_0x23a8dd);if(_0x1f4d5e(0xb8)==_0x2c9833[_0x1f4d5e(0xfc)][_0x1f4d5e(0xf3)])return;const _0x1fcbbd=Array[_0x1f4d5e(0xde)](_0x2982e8[_0x1f4d5e(0xd0)]())[_0x1f4d5e(0xe6)](_0x5db432=>_0x5c93fb[_0x1f4d5e(0x110)](_0x5db432));_0x3d52e9[_0x1f4d5e(0xd1)](_0x2c9833),_0x2b4a84[_0x1f4d5e(0xda)][_0x1f4d5e(0xdc)](_0x283723)[_0x1f4d5e(0xdb)](),_0x44e22e[_0x1f4d5e(0xa5)]({'forceDefaultExecution':!0x0}),_0x2b4a84[_0x1f4d5e(0xe8)](_0x283723,..._0x44e22e);const _0xb9167c=_0x1fcbbd[_0x1f4d5e(0x10a)](_0x298d8d=>_0x1f4d5e(0xb8)!=_0x298d8d[_0x1f4d5e(0xfc)][_0x1f4d5e(0xf3)]);_0xb9167c[_0x1f4d5e(0xc4)]>0x0&&_0x3d52e9[_0x1f4d5e(0xd1)](_0xb9167c);for(const _0x4d9be6 of _0x1fcbbd)_0x4d9be6[_0x1f4d5e(0xa4)]();});};}[_0x4c9783(0x114)](_0x361fdd){const _0x48f3f8=_0x4c9783,_0x5347b9=this[_0x48f3f8(0xd9)][_0x48f3f8(0xa9)][_0x48f3f8(0xdc)](_0x48f3f8(0xaa));let _0x31fcc9=Number[_0x48f3f8(0xe7)],_0x3448de=Number[_0x48f3f8(0xed)],_0x5c5198=Number[_0x48f3f8(0xe7)],_0x2a0f2e=Number[_0x48f3f8(0xed)];for(const _0x3322c7 of _0x361fdd){if(_0x48f3f8(0xb8)==_0x3322c7[_0x48f3f8(0xfc)][_0x48f3f8(0xf3)])continue;const {row:_0x4cd8bb,column:_0x579860}=_0x5347b9[_0x48f3f8(0xbf)](_0x3322c7),_0x4e46b9=_0x3322c7[_0x48f3f8(0x137)](_0x48f3f8(0x12d))?_0x3322c7[_0x48f3f8(0x125)](_0x48f3f8(0x12d))-0x1:0x0,_0x275593=_0x3322c7[_0x48f3f8(0x137)](_0x48f3f8(0x9f))?_0x3322c7[_0x48f3f8(0x125)](_0x48f3f8(0x9f))-0x1:0x0;_0x31fcc9=_0x4cd8bb<_0x31fcc9?_0x4cd8bb:_0x31fcc9,_0x3448de=_0x4cd8bb+_0x4e46b9>_0x3448de?_0x4cd8bb+_0x4e46b9:_0x3448de,_0x5c5198=_0x579860<_0x5c5198?_0x579860:_0x5c5198,_0x2a0f2e=_0x579860+_0x275593>_0x2a0f2e?_0x579860+_0x275593:_0x2a0f2e;}return{'minRow':_0x31fcc9,'maxRow':_0x3448de,'minColumn':_0x5c5198,'maxColumn':_0x2a0f2e};}[_0x4c9783(0xc8)](){const _0x5e8f6f=_0x4c9783,_0x47b490=this[_0x5e8f6f(0xd9)],_0x2bc3b3=_0x47b490[_0x5e8f6f(0xa9)][_0x5e8f6f(0xdc)](_0x5e8f6f(0xe5)),_0x5eca37=_0x47b490[_0x5e8f6f(0xa9)][_0x5e8f6f(0xdc)](_0x5e8f6f(0xaa));_0x47b490[_0x5e8f6f(0xc9)][_0x5e8f6f(0xd4)]['on'](_0x5e8f6f(0x127),()=>{const _0x26d0a7=_0x5e8f6f,_0x3f24f0=Array[_0x26d0a7(0xde)](_0x47b490[_0x26d0a7(0xc9)][_0x26d0a7(0xd4)][_0x26d0a7(0xf4)][_0x26d0a7(0x135)]());for(const {name:_0x2ca4a6,data:_0x398466}of _0x3f24f0){const {group:_0x3b4c8d,id:_0x2d3035,subType:_0x59bafa}=_0x2bc3b3[_0x26d0a7(0xb2)](_0x2ca4a6);if(_0x26d0a7(0xa3)!=_0x3b4c8d)continue;if(null!=_0x398466[_0x26d0a7(0x9c)])continue;const _0x3d092a=_0x2bc3b3[_0x26d0a7(0xa1)](_0x2d3035);this[_0x26d0a7(0xbb)][_0x26d0a7(0xe1)](_0x59bafa)&&this[_0x26d0a7(0x11b)][_0x26d0a7(0x119)](_0x3d092a);}},{'priority':_0x5e8f6f(0xbd)});const _0x133732=(_0xc382a1,_0x2cd5bc)=>{const _0x755790=_0x5e8f6f;let _0x5342fc=!0x1;const _0x12c65e=_0x2cd5bc[_0x755790(0xd7)](_0xc382a1),_0xf1a062=_0xc382a1[_0x755790(0x10c)](_0x755790(0xc5)),_0x40d194=_0x5eca37[_0x755790(0xbf)](_0xc382a1);for(const _0x2cf642 of this[_0x755790(0x11b)]){const _0x55f0ea=_0x2cf642[_0x755790(0x12b)],_0x3d6e59=_0x55f0ea[_0x755790(0x12a)](_0x755790(0xb7)),_0x15372e=_0x55f0ea[_0x755790(0x133)](_0x3d6e59?0xa:0x5),_0xab801b=_0x15372e[_0x755790(0x130)](),_0x57f46a=_0xab801b[_0x755790(0x133)](0x0,0x3)+_0x755790(0xdd),_0x182b8d=_0x755790(0xb9)+_0x15372e,_0x15a7b7=_0x755790(0xd5)+_0x15372e;if(!_0x2cf642[_0x755790(0xa2)])continue;if(_0xf1a062!=_0x2cf642[_0x755790(0x102)]()[_0x755790(0x105)][_0x755790(0x10c)](_0x755790(0xc5)))continue;if(_0x2cf642[_0x755790(0xae)](_0x12c65e))continue;const _0x2fa4da=_0xc382a1[_0x755790(0x137)](_0x57f46a)?_0xc382a1[_0x755790(0x125)](_0x57f46a)-0x1:0x0,_0x2d18bb=this[_0x755790(0x109)](_0x2cf642),_0x291429=_0x2d18bb[_0x182b8d],_0x54001a=_0x2d18bb[_0x15a7b7];_0x291429<=_0x40d194[_0xab801b]&&_0x40d194[_0xab801b]+_0x2fa4da<=_0x54001a&&(_0x2cf642[_0x755790(0xc1)](_0x12c65e),_0x5342fc=!0x0);}return _0x5342fc;};_0x47b490[_0x5e8f6f(0xc9)][_0x5e8f6f(0xd4)][_0x5e8f6f(0xe0)](_0x135e7f=>{const _0x6d2bd7=_0x5e8f6f;let _0x576724=!0x1;for(const _0x361e55 of _0x47b490[_0x6d2bd7(0xc9)][_0x6d2bd7(0xd4)][_0x6d2bd7(0xf4)][_0x6d2bd7(0xce)]())if(_0x6d2bd7(0xd2)==_0x361e55[_0x6d2bd7(0x118)]){if(_0x6d2bd7(0x12e)==_0x361e55[_0x6d2bd7(0x99)]){for(const _0x1f032a of _0x361e55[_0x6d2bd7(0xd6)][_0x6d2bd7(0x111)][_0x6d2bd7(0x10d)]())_0x576724=_0x576724||_0x133732(_0x1f032a,_0x135e7f);}else _0x6d2bd7(0xba)==_0x361e55[_0x6d2bd7(0x99)]&&(_0x576724=_0x576724||_0x133732(_0x361e55[_0x6d2bd7(0xd6)][_0x6d2bd7(0x111)],_0x135e7f));}return _0x576724;});}[_0x4c9783(0x109)](_0x32221d){const _0x4331c4=_0x4c9783;return this[_0x4331c4(0x114)](_0x32221d[_0x4331c4(0xd0)]()[_0x4331c4(0xe6)](_0x30c86c=>_0x30c86c[_0x4331c4(0x105)][_0x4331c4(0x111)]));}}function _0x46a4(){const _0x54f9f3=['oldRange','change','getContainedElement','colspan','values','getSuggestion','isInContent','suggestion','detach','push','discard','insertTableColumnLeft','getRowIndexes','plugins','TableUtils','forceValue','removeTableRow','isIntersecting','isIntersectingWithRange','addClass','selection','409665zntTPM','_splitMarkerName','isTouching','$textProxy','getColumnIndexes','insertTableRowBelow','tablePaste','$graveyard','min','tableCell','_tablePostFixingSubtypes','isEqual','low','ELEMENT_TABLE_ROW','getCellLocation','*Remove:*\x20%0','addRange','removeClass','registerElementLabel','length','table','ELEMENT_TABLE_ROW_WITH_TEXT','locale','_setupColumnsRowsFixing','model','removeTableColumn','createRangeIn','writer','nodeBefore','getChanges','markMultiRangeInsertion','getRanges','setSelection','insert','maxColumn','document','max','position','createRangeOn','getItems','editor','commands','refresh','get','span','from','item','registerPostFixer','includes','afterInit','toViewElement','minRow','TrackChangesEditing','map','MAX_SAFE_INTEGER','execute','2TJIRdV','has','ELEMENT_TABLE_WITH_TEXT','_acceptFormatSuggestionCallbackFactory','MIN_SAFE_INTEGER','insertTableRowAbove','322229NOqUuN','minColumn','element','1562838AOgCuM','rootName','differ','registerDescriptionCallback','above','accept','selectTableColumn','maxRow','addMarker:suggestion','createPositionAt','root','batch','insertTable','every','enableCommand','deletion','getFirstRange','order','first','start','descriptionFactory','mapper','last','_getSuggestionCoords','filter','join','findAncestor','getChildren','registerCustomCallback','classes','fromRange','nodeAfter','cell','createTableWalker','_getCoordsForCells','options','showSuggestionHighlights','insertion','type','add','_suggestionFactory','_tableSuggestions','highest','TableEditing','ELEMENT_TABLE_COLUMN','tableColumn','enqueueChange','819231gjBktb','markMultiRangeDeletion','left','isArray','getAttribute','insertTableColumnRight','change:data','downcastDispatcher','75528gPQzKV','startsWith','subType','900333rhXxfw','rowspan','tableRow','data','toLowerCase','getSelectionAffectedTableCells','1216jbfmoy','substr','ELEMENT_TABLE_COLUMN_WITH_TEXT','getChangedMarkers','ELEMENT_TABLE','hasAttribute','401180InCmqB','some','selectTableRow','name','*Insert:*\x20%0','end'];_0x46a4=function(){return _0x54f9f3;};return _0x46a4();}function Ee(_0x3d2a2e){const _0x38f9ad=_0x4c9783;return Array[_0x38f9ad(0xde)](new Set(_0x3d2a2e)[_0x38f9ad(0xa0)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x908400=_0x5694;(function(_0x43db62,_0x2e2442){const _0x25787c=_0x5694,_0x2782c0=_0x43db62();while(!![]){try{const _0x13e6c7=-parseInt(_0x25787c(0x150))/0x1+-parseInt(_0x25787c(0x14d))/0x2+-parseInt(_0x25787c(0x14e))/0x3+parseInt(_0x25787c(0x153))/0x4+-parseInt(_0x25787c(0x145))/0x5+-parseInt(_0x25787c(0x149))/0x6+parseInt(_0x25787c(0x143))/0x7;if(_0x13e6c7===_0x2e2442)break;else _0x2782c0['push'](_0x2782c0['shift']());}catch(_0x12c396){_0x2782c0['push'](_0x2782c0['shift']());}}}(_0x13f1,0x2f00c));function _0x5694(_0x3a9902,_0x6cf73b){const _0x13f119=_0x13f1();return _0x5694=function(_0x569455,_0x344551){_0x569455=_0x569455-0x143;let _0x1b1cc9=_0x13f119[_0x569455];return _0x1b1cc9;},_0x5694(_0x3a9902,_0x6cf73b);}import{Plugin as _0x1afded}from'ckeditor5/src/core.js';import _0x5d067a from'./table.js';export default class Mt extends _0x1afded{static get[_0x908400(0x14f)](){return[_0x5d067a];}[_0x908400(0x14a)](){const _0x4b0a6b=_0x908400,_0x50c5e4=this[_0x4b0a6b(0x147)];if(!_0x50c5e4[_0x4b0a6b(0x151)][_0x4b0a6b(0x152)](_0x4b0a6b(0x144)))return;_0x50c5e4[_0x4b0a6b(0x151)][_0x4b0a6b(0x14b)](_0x4b0a6b(0x148))[_0x4b0a6b(0x146)](_0x4b0a6b(0x14c));}}function _0x13f1(){const _0x4bcf07=['214170eyxtrB','afterInit','get','toggleTableCaption','73292CjpIRg','447438AIFgQx','requires','373949tIhGvE','plugins','has','188748BYcBUZ','7118853kbFKnH','TableCaptionEditing','1381030JzBjLZ','enableCommand','editor','TrackChangesEditing'];_0x13f1=function(){return _0x4bcf07;};return _0x13f1();}
|
|
@@ -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 _0xc85568=_0x3dd4;(function(_0x54377a,_0x5cf1bc){const _0x88746f=_0x3dd4,_0x29ae23=_0x54377a();while(!![]){try{const _0x49f7c0=-parseInt(_0x88746f(0x114))/0x1*(parseInt(_0x88746f(0xbb))/0x2)+-parseInt(_0x88746f(0xd0))/0x3+-parseInt(_0x88746f(0x14e))/0x4*(parseInt(_0x88746f(0xd3))/0x5)+-parseInt(_0x88746f(0x102))/0x6*(-parseInt(_0x88746f(0x10f))/0x7)+parseInt(_0x88746f(0x113))/0x8*(parseInt(_0x88746f(0x166))/0x9)+-parseInt(_0x88746f(0x13e))/0xa*(parseInt(_0x88746f(0x118))/0xb)+parseInt(_0x88746f(0xc6))/0xc*(parseInt(_0x88746f(0x10e))/0xd);if(_0x49f7c0===_0x5cf1bc)break;else _0x29ae23['push'](_0x29ae23['shift']());}catch(_0x1c94c7){_0x29ae23['push'](_0x29ae23['shift']());}}}(_0x303b,0x269dd));import{getTranslation as _0x25450e}from'../utils/common-translations.js';import{Plugin as _0x4e3e34}from'ckeditor5/src/core.js';import{LiveRange as _0x1d9edd}from'ckeditor5/src/engine.js';function _0x303b(){const _0x20d225=['rows','3353772oPLWkF','editor','getMarkers','afterInit','markers','getAttributes','endColumn','view','containsRange','ck-suggestion-marker','549297RqySXn','suggestionLoaded','documentSelection','37710AgKhwJ','getColumnIndexes','insertColumns','removeMarkers','forEach','row','element','deletionRanges','previousSibling','getAllAdjacentSuggestions','insertionRanges','redo','getColumns','removeMarker','endRow','_getCoordsForCells','has','stop','for','forceDefaultExecution','fromEntries','previous','getChildren','getItems','removeColumns','return','insertContent','markerToHighlight','trackChanges','setAttribute','getSuggestionCallback','editingDowncast','tableCellBorderStyle','_createdBatches','TableClipboard','isInContent','dataDowncast','every','first','tableCellSuggestion','wrap','columnInsertionIndexes','createElement','registerDescriptionCallback','getSelectionAffectedTableCells','locale','activeMarkers','1712028QZyexh','insert','tablePasteColumn','document','getChanges','isEmpty','createPositionBefore','from','length','content','rowInsertionRanges','set','26qViZtt','7OOCfcu','markMultiRangeInsertion','descriptionFactory','next','1816168jzJMJg','223ZsyjlR','includes','fill','map','33KTukyx','low','newRange','markMultiRangeDeletion','getRowIndexes','oldRange','listenTo','formatBlock','tableCellHorizontalAlignment','author','*Replace\x20table\x20cells*','type','selection','accept','createRangeIn','tableCellBorderColor','call','tableCell','createRange','registerPostFixer','findAncestor','ck-suggestion-marker--active','getRanges','conversion','detach','reduce','last','schema','attributes','suggestion-td','commands','rootName','TableUtils','_replaceTableSlotCell','Users','_tablePostFixingSubtypes','_isForcedDefaultExecutionBlock','getTableIfOnlyTableInContent','679570nyJuBW','batch','insertRows','_splitMarkerName','getSuggestion','nextSibling','get','position','some','tableCellVerticalAlignment','plugins','createTableWalker','getChild','rowInsertionIndexes','cells','suggestionUnloaded','144DkeJkG','push','getRows','registerCustomCallback','markMultiRangeBlockFormat','TrackChangesEditing','getContainedElement','clipboardOutput','tableCellBackgroundColor','unwrap','ck-suggestion-marker-insertion','cell','elementToElement','fromRange','suggestion','tableCellBorderWidth','table','find','_suggestionFactory','requires','register','value','markerAttributes','move','9rsgXRK','join','start','createRangeOn','differ','getSuggestions','showSuggestionHighlights','remove','tablePasteRow','hasSuggestion','discard','markerName','end','isEqual','entries','paragraph','keys','setAttributes','updateMarker','high','columns','removeRows','filter','startsWith','subType','tableCellPadding','$graveyard','editing','options','tablePasteCell','suggestion:formatBlock:tablePasteCell','column','add','tablePasteChainId','columnInsertionRanges','getChangedMarkers','root','2284bEZRmn','getRange','tablePaste','insertion','model','getShiftedBy','nodeAfter','name','change','deletion'];_0x303b=function(){return _0x20d225;};return _0x303b();}import{uid as _0x2c2863,priorities as _0x2a88a0}from'ckeditor5/src/utils.js';import _0x177030 from'./table.js';const ge=[_0xc85568(0x15d),_0xc85568(0x127),_0xc85568(0xf3),_0xc85568(0x120),_0xc85568(0x147),_0xc85568(0x156),_0xc85568(0xaf)],Ce=Object[_0xc85568(0xe7)](ge[_0xc85568(0x117)](_0x2e11b8=>[_0x2e11b8,null]));export default class It extends _0x4e3e34{static get[_0xc85568(0x161)](){return[_0x177030];}[_0xc85568(0xc9)](){const _0x56d0ad=_0xc85568,_0x2f1ea7=this[_0x56d0ad(0xc7)];if(!_0x2f1ea7[_0x56d0ad(0x148)][_0x56d0ad(0xe3)](_0x56d0ad(0xf5)))return;const _0xd7bd1c=_0x2f1ea7[_0x56d0ad(0x148)][_0x56d0ad(0x144)](_0x56d0ad(0x153)),_0x59dc1a=_0x2f1ea7[_0x56d0ad(0x148)][_0x56d0ad(0x144)](_0x56d0ad(0x138)),_0x2ea97b=_0x2f1ea7[_0x56d0ad(0x148)][_0x56d0ad(0x144)](_0x177030),_0x452863=_0x2f1ea7[_0x56d0ad(0x148)][_0x56d0ad(0x144)](_0x56d0ad(0xf5));_0x2ea97b[_0x56d0ad(0x13b)][_0x56d0ad(0x14f)](_0x56d0ad(0x9e),_0x56d0ad(0x104)),_0x2f1ea7[_0x56d0ad(0xbf)][_0x56d0ad(0x133)][_0x56d0ad(0x162)](_0x56d0ad(0xfa),{'allowIn':_0x56d0ad(0x129),'allowContentOf':_0x56d0ad(0x129),'isLimit':!0x0}),_0x2f1ea7[_0x56d0ad(0x12f)][_0x56d0ad(0x15a)]({'model':_0x56d0ad(0xfa),'view':_0x56d0ad(0x135)});let _0x34c3f4=null;_0x2f1ea7[_0x56d0ad(0xbf)]['on'](_0x56d0ad(0xed),(_0x514fa6,_0x3cfc93)=>{const _0x1de749=_0x56d0ad,[_0x3abf0a,_0x33262b]=_0x3cfc93,_0xe3b5f1=_0x3cfc93[_0x3cfc93[_0x1de749(0x10a)]-0x1];_0xe3b5f1&&_0xe3b5f1[_0x1de749(0xe6)]||_0xd7bd1c[_0x1de749(0x13c)]||this[_0x1de749(0xc7)][_0x1de749(0x136)][_0x1de749(0x144)](_0x1de749(0xef))[_0x1de749(0x163)]&&function(_0x87f7bf,_0x3b71cd,_0x918cb9,_0x3abf17,_0xed07f6){const _0x10e9b0=_0x1de749;if(_0x3b71cd&&!_0x3b71cd['is'](_0x10e9b0(0xd2)))return!0x1;const _0x1716e8=_0xed07f6[_0x10e9b0(0x13d)](_0x87f7bf,_0x918cb9);if(!_0x1716e8||!he(_0x1716e8,void 0x0,_0x3abf17))return!0x1;const _0x4c4f0a=_0x3abf17[_0x10e9b0(0xff)](_0x918cb9[_0x10e9b0(0x105)][_0x10e9b0(0x124)]);if(!_0x4c4f0a[_0x10e9b0(0x10a)])return!0x1;const _0x3c9f1f=_0x4c4f0a[0x0][_0x10e9b0(0x12c)](_0x10e9b0(0x15e)),_0x346dca=_0x3abf17[_0x10e9b0(0x11c)](_0x4c4f0a),_0x31744f=_0x3abf17[_0x10e9b0(0xd4)](_0x4c4f0a),_0x254a6d={'startRow':_0x346dca[_0x10e9b0(0xf9)],'endRow':_0x346dca[_0x10e9b0(0x132)],'startColumn':_0x31744f[_0x10e9b0(0xf9)],'endColumn':_0x31744f[_0x10e9b0(0x132)]};return 0x1==_0x4c4f0a[_0x10e9b0(0x10a)]&&(_0x254a6d[_0x10e9b0(0xe1)]+=_0x3abf17[_0x10e9b0(0x150)](_0x1716e8)-0x1,_0x254a6d[_0x10e9b0(0xcc)]+=_0x3abf17[_0x10e9b0(0xdf)](_0x1716e8)-0x1),he(_0x3c9f1f,_0x254a6d,_0x3abf17);}(_0x3abf0a,_0x33262b,_0x2f1ea7[_0x1de749(0xbf)],_0x59dc1a,_0x452863)&&(_0x514fa6[_0x1de749(0xe4)](),_0x34c3f4={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2f1ea7[_0x1de749(0xbf)][_0x1de749(0xc3)](()=>{const _0x539662=_0x1de749;_0x2f1ea7[_0x539662(0xbf)][_0x539662(0xed)](_0x3cfc93[0x0],_0x3cfc93[0x1],_0x3cfc93[0x2],{'forceDefaultExecution':!0x0});const _0x5621b3=_0x2c2863(),{rowInsertionRanges:_0x109f80,columnInsertionRanges:_0x54555a,insertionRanges:_0x14f591,deletionRanges:_0x9254e9,cells:_0x2b98b3}=_0x34c3f4;_0x109f80[_0x539662(0x10a)]&&_0xd7bd1c[_0x539662(0x110)](_0x109f80,_0x539662(0x9e),{'tablePasteChainId':_0x5621b3}),_0x54555a[_0x539662(0x10a)]&&_0xd7bd1c[_0x539662(0x110)](_0x54555a,_0x539662(0x104),{'tablePasteChainId':_0x5621b3}),_0x14f591[_0x539662(0x10a)]&&(_0xd7bd1c[_0x539662(0x110)](_0x14f591,_0x539662(0xbd),{'tablePasteChainId':_0x5621b3,'skipNestingCheck':!0x0}),_0x14f591[_0x539662(0xd7)](_0x50de6f=>{const _0x50cf98=_0x539662;var _0x49d09f;return null===(_0x49d09f=_0x50de6f[_0x50cf98(0x130)])||void 0x0===_0x49d09f?void 0x0:_0x49d09f[_0x50cf98(0x128)](_0x50de6f);})),_0x9254e9[_0x539662(0x10a)]&&(_0xd7bd1c[_0x539662(0x11b)](_0x9254e9,_0x539662(0xbd),{'tablePasteChainId':_0x5621b3,'skipNestingCheck':!0x0}),_0x9254e9[_0x539662(0xd7)](_0x2d8939=>{const _0x41e204=_0x539662;var _0x2c50cf;return null===(_0x2c50cf=_0x2d8939[_0x41e204(0x130)])||void 0x0===_0x2c50cf?void 0x0:_0x2c50cf[_0x41e204(0x128)](_0x2d8939);}));const _0x283692=_0xd7bd1c[_0x539662(0x152)](_0x2b98b3[_0x539662(0x117)](({element:_0x5af700})=>_0x5af700),{'formatGroupId':_0x2c2863()},[],_0x539662(0xb3),{'tablePasteChainId':_0x5621b3});if(_0x283692){const _0x51289c=_0x283692[_0x539662(0xc8)](),_0x35ef8c=[];for(const {element:_0x2662ad,attributes:_0x5b7c8a}of _0x2b98b3){if(!_0x5b7c8a)continue;const _0x586c9b=_0x2f1ea7[_0x539662(0xbf)][_0x539662(0x169)](_0x2662ad),_0x5b44fc=_0x51289c[_0x539662(0x15f)](_0x3e13f9=>_0x3e13f9[_0x539662(0xbc)]()[_0x539662(0xa3)](_0x586c9b));_0x5b44fc&&_0x35ef8c[_0x539662(0x14f)]([_0x5b44fc[_0x539662(0xc2)],_0x5b7c8a]);}_0x35ef8c[_0x539662(0x10a)]&&_0x283692[_0x539662(0xf0)](_0x539662(0x164),Object[_0x539662(0xe7)](_0x35ef8c));}_0x34c3f4=null;}));},{'priority':_0x2a88a0[_0x56d0ad(0xa9)]+0xa}),_0x2f1ea7[_0x56d0ad(0x148)][_0x56d0ad(0x144)](_0x56d0ad(0xf5))['on'](_0x56d0ad(0x139),(_0x54fe40,_0x2b0824)=>{const _0x3a7af6=_0x56d0ad,[_0x438efa,_0x439a06,,_0xd49cd6]=_0x2b0824;if(!_0x34c3f4)return;_0x54fe40[_0x3a7af6(0xe4)]();const _0x48d8fa=_0x438efa[_0x3a7af6(0x159)],_0x28fa34=_0x439a06,_0x476cf0=Pe(_0x48d8fa),_0x2201f4=Pe(_0x28fa34);_0x54fe40[_0x3a7af6(0xec)]=_0x48d8fa;let _0x5a4053=null,_0x1279c0=null;if(_0x2201f4||_0x476cf0){if(_0x476cf0&&!_0x2201f4){_0xd49cd6[_0x3a7af6(0x9d)](_0x48d8fa[_0x3a7af6(0x14a)](0x0));for(const _0x26badd of Array[_0x3a7af6(0x109)](_0x28fa34[_0x3a7af6(0xe9)]()))_0xd49cd6[_0x3a7af6(0x103)](_0x26badd,_0x48d8fa,_0x3a7af6(0xa2));const _0x2d9f2f=_0x34c3f4[_0x3a7af6(0x14b)][_0x3a7af6(0x115)](_0x438efa[_0x3a7af6(0xd8)]),_0x2f3ee2=_0x34c3f4[_0x3a7af6(0xfc)][_0x3a7af6(0x115)](_0x438efa[_0x3a7af6(0xb5)]);_0x2d9f2f||_0x2f3ee2||(_0x5a4053=_0x1d9edd[_0x3a7af6(0x15b)](_0xd49cd6[_0x3a7af6(0x126)](_0x48d8fa)));}else _0x2201f4&&!_0x476cf0&&(_0x1279c0=_0xd49cd6[_0x3a7af6(0x126)](_0x48d8fa));}else{const _0x33fd65=_0xd49cd6[_0x3a7af6(0xfd)](_0x3a7af6(0xfa)),_0xc88403=_0xd49cd6[_0x3a7af6(0xfd)](_0x3a7af6(0xfa));_0xd49cd6[_0x3a7af6(0xfb)](_0xd49cd6[_0x3a7af6(0x126)](_0x48d8fa),_0xc88403),_0xd49cd6[_0x3a7af6(0x103)](_0x33fd65,_0x48d8fa,0x0);for(const _0x735c02 of Array[_0x3a7af6(0x109)](_0x28fa34[_0x3a7af6(0xe9)]()))_0xd49cd6[_0x3a7af6(0x103)](_0x735c02,_0x33fd65,_0x3a7af6(0xa2));_0x5a4053=_0x1d9edd[_0x3a7af6(0x15b)](_0xd49cd6[_0x3a7af6(0x169)](_0x33fd65)),_0x1279c0=_0x1d9edd[_0x3a7af6(0x15b)](_0xd49cd6[_0x3a7af6(0x169)](_0xc88403));}const _0x28a6c9=Array[_0x3a7af6(0x109)](_0x28fa34[_0x3a7af6(0xcb)]())[_0x3a7af6(0xac)](([_0x481f62])=>ge[_0x3a7af6(0x115)](_0x481f62));_0x34c3f4[_0x3a7af6(0x14c)][_0x3a7af6(0x14f)]({'element':_0x48d8fa,'attributes':_0x28a6c9[_0x3a7af6(0x10a)]?Object[_0x3a7af6(0xe7)](_0x28a6c9):null}),_0x5a4053&&_0x34c3f4[_0x3a7af6(0xdd)][_0x3a7af6(0x14f)](_0x5a4053),_0x1279c0&&_0x34c3f4[_0x3a7af6(0xda)][_0x3a7af6(0x14f)](_0x1279c0);},{'priority':_0x56d0ad(0xa9)}),_0x59dc1a['on'](_0x56d0ad(0xd5),(_0x29a0df,_0x2c3a86)=>{const _0x1b8310=_0x56d0ad,[_0x39d703,_0x5e6e25={}]=_0x2c3a86;if(!_0x34c3f4)return;const _0x632934=_0x5e6e25['at']||0x0,_0x43bcff=_0x5e6e25[_0x1b8310(0xaa)]||0x1;_0x34c3f4[_0x1b8310(0xfc)]=new Array(_0x43bcff)[_0x1b8310(0x116)](_0x632934)[_0x1b8310(0x117)]((_0x30857e,_0x3322e8)=>_0x30857e+_0x3322e8);for(const {cell:_0x4cf98f}of _0x59dc1a[_0x1b8310(0x149)](_0x39d703,{'startColumn':_0x632934,'endColumn':_0x632934+_0x43bcff-0x1}))_0x34c3f4[_0x1b8310(0xb8)][_0x1b8310(0x14f)](_0x2f1ea7[_0x1b8310(0xbf)][_0x1b8310(0x169)](_0x4cf98f));},{'priority':_0x56d0ad(0x119)}),_0x59dc1a['on'](_0x56d0ad(0x140),(_0x153c79,_0x352744)=>{const _0x5c9228=_0x56d0ad,[_0x4852f9,_0x48b58e={}]=_0x352744;if(!_0x34c3f4)return;const _0x43168b=_0x48b58e['at']||0x0,_0x4d3aea=_0x48b58e[_0x5c9228(0xc5)]||0x1;_0x34c3f4[_0x5c9228(0x14b)]=new Array(_0x4d3aea)[_0x5c9228(0x116)](_0x43168b)[_0x5c9228(0x117)]((_0x34135f,_0x2e061c)=>_0x34135f+_0x2e061c);for(const {cell:_0xbb5145}of _0x59dc1a[_0x5c9228(0x149)](_0x4852f9,{'startRow':_0x43168b,'endRow':_0x43168b+_0x4d3aea-0x1}))_0x34c3f4[_0x5c9228(0x10c)][_0x5c9228(0x14f)](_0x2f1ea7[_0x5c9228(0xbf)][_0x5c9228(0x169)](_0xbb5145));},{'priority':_0x56d0ad(0x119)}),_0xd7bd1c[_0x56d0ad(0x111)][_0x56d0ad(0xfe)](_0x3450dc=>{const _0xd6967e=_0x56d0ad;if(_0x3450dc[_0xd6967e(0xae)]&&_0x3450dc[_0xd6967e(0xae)][_0xd6967e(0xad)](_0xd6967e(0xbd)))return _0x3450dc[_0xd6967e(0xe8)]?{}:{'type':_0xd6967e(0xbe),'content':_0x25450e(_0x2f1ea7[_0xd6967e(0x100)],_0xd6967e(0x122))};});const _0x3c1ec4=()=>!0x1;for(const _0x285c25 of[_0x56d0ad(0xbd),_0x56d0ad(0x104),_0x56d0ad(0x9e),_0x56d0ad(0xb3)])_0xd7bd1c[_0x56d0ad(0x160)][_0x56d0ad(0x151)](_0x56d0ad(0xbe),_0x285c25,_0x56d0ad(0x167),_0x3c1ec4),_0xd7bd1c[_0x56d0ad(0x160)][_0x56d0ad(0x151)](_0x56d0ad(0xc4),_0x285c25,_0x56d0ad(0x167),_0x3c1ec4),_0xd7bd1c[_0x56d0ad(0x160)][_0x56d0ad(0x151)](_0x56d0ad(0x11f),_0x285c25,_0x56d0ad(0x167),_0x3c1ec4);_0xd7bd1c[_0x56d0ad(0x160)][_0x56d0ad(0x151)](_0x56d0ad(0x11f),_0x56d0ad(0xb3),_0x56d0ad(0xa0),_0x3c1ec4),_0xd7bd1c[_0x56d0ad(0x160)][_0x56d0ad(0x151)](_0x56d0ad(0x11f),_0x56d0ad(0xb3),_0x56d0ad(0x125),(_0x4e4ce4,_0x837497,_0x23a6ef)=>{const _0xae958b=_0x56d0ad,_0x5f1328=_0x4e4ce4[_0xae958b(0x117)](_0x3f4651=>_0x3f4651[_0xae958b(0x154)]())[_0xae958b(0xac)](_0x5ec014=>_0x5ec014),_0x47c9d2=new Map(_0x5f1328[_0xae958b(0x117)](_0x10eab6=>[_0x10eab6,null]));if(_0x34c3f4){for(const {element:_0x5dda4f,attributes:_0x45fb6b}of _0x34c3f4[_0xae958b(0x14c)])_0x45fb6b&&_0x47c9d2[_0xae958b(0x10d)](_0x5dda4f,_0x45fb6b);}else{if(_0x23a6ef&&_0x23a6ef[_0xae958b(0x164)])for(const [_0x406427,_0x30a76f]of Object[_0xae958b(0xa4)](_0x23a6ef[_0xae958b(0x164)])){const _0x464a04=_0x2f1ea7[_0xae958b(0xbf)][_0xae958b(0xca)][_0xae958b(0x144)](_0x406427),_0x41f92c=_0x464a04?_0x464a04[_0xae958b(0xbc)]()[_0xae958b(0x154)]():null;_0x41f92c&&_0x47c9d2[_0xae958b(0x10d)](_0x41f92c,_0x30a76f);}}_0x2f1ea7[_0xae958b(0xbf)][_0xae958b(0xc3)](_0x573c67=>{const _0x2a6fc8=_0xae958b;for(const [_0x28ef05,_0x125468]of _0x47c9d2)_0x573c67[_0x2a6fc8(0xa7)]({...Ce,..._0x125468},_0x28ef05);});});const _0x3ba7c2=(_0x325b2a,_0xb2c17d)=>{const _0x467e5b=_0x56d0ad;_0xd7bd1c[_0x467e5b(0x160)][_0x467e5b(0x151)](_0x325b2a,_0x467e5b(0xbd),_0xb2c17d,(_0x1a8ef1,_0x2d94e5,_0x19a802)=>{const _0x27e900=_0x467e5b;_0x2f1ea7[_0x27e900(0xbf)][_0x27e900(0xc3)](_0x3fa897=>{const _0x284798=_0x27e900,_0x117755=[];for(const _0x5c090b of _0x1a8ef1){const _0x94992=_0x5c090b[_0x284798(0x168)][_0x284798(0xc1)];_0x94992['is'](_0x284798(0xd9),_0x284798(0xfa))&&_0x117755[_0x284798(0x14f)](_0x94992);}_0xd7bd1c[_0x284798(0x160)][_0x284798(0xf1)](_0x325b2a,null,_0xb2c17d)(_0x1a8ef1,_0x2d94e5,_0x19a802);for(const _0x54491f of _0x117755)_0x284798(0xb0)!=_0x54491f[_0x284798(0xba)][_0x284798(0x137)]&&_0x3fa897[_0x284798(0x157)](_0x54491f);});});};_0x3ba7c2(_0x56d0ad(0xbe),_0x56d0ad(0x125)),_0x3ba7c2(_0x56d0ad(0xbe),_0x56d0ad(0xa0)),_0x3ba7c2(_0x56d0ad(0xc4),_0x56d0ad(0x125)),_0x3ba7c2(_0x56d0ad(0xc4),_0x56d0ad(0xa0)),_0xd7bd1c[_0x56d0ad(0x160)][_0x56d0ad(0x151)](_0x56d0ad(0xbe),_0x56d0ad(0x9e),_0x56d0ad(0xa0),_0xf46b7=>{const _0x41a032=_0x56d0ad,_0x466ffe=_0xf46b7[_0x41a032(0x117)](_0x76e5fb=>_0x76e5fb[_0x41a032(0x154)]()),_0x46fec4=_0x466ffe[0x0][_0x41a032(0x12c)](_0x41a032(0x15e)),{minRow:_0x3e2af6,maxRow:_0x5d7395}=_0x2ea97b[_0x41a032(0xe2)](_0x466ffe);_0x59dc1a[_0x41a032(0xab)](_0x46fec4,{'at':_0x3e2af6,'rows':_0x5d7395-_0x3e2af6+0x1});}),_0xd7bd1c[_0x56d0ad(0x160)][_0x56d0ad(0x151)](_0x56d0ad(0xbe),_0x56d0ad(0x104),_0x56d0ad(0xa0),_0x19da8f=>{const _0x1f20d1=_0x56d0ad,_0x5558d9=_0x19da8f[_0x1f20d1(0x117)](_0x54251d=>_0x54251d[_0x1f20d1(0x154)]()),_0x330350=_0x5558d9[0x0][_0x1f20d1(0x12c)](_0x1f20d1(0x15e)),{minColumn:_0x43aa85,maxColumn:_0x18b399}=_0x2ea97b[_0x1f20d1(0xe2)](_0x5558d9);_0x59dc1a[_0x1f20d1(0xeb)](_0x330350,{'at':_0x43aa85,'columns':_0x18b399-_0x43aa85+0x1});});const _0x2bb583=(_0x4b79ee,_0x42c379)=>{const _0x39fccc=_0x56d0ad;if(!_0x42c379[_0x39fccc(0xae)]||!_0x42c379[_0x39fccc(0xae)][_0x39fccc(0xad)](_0x39fccc(0xbd)))return;const _0x47b83a=_0x42c379[_0x39fccc(0x134)][_0x39fccc(0xb7)],_0x483ceb=_0xd7bd1c[_0x39fccc(0x16b)]()[_0x39fccc(0xac)](_0x444c8e=>_0x444c8e[_0x39fccc(0xf6)]&&_0x444c8e[_0x39fccc(0x134)]&&_0x444c8e[_0x39fccc(0x134)][_0x39fccc(0xb7)]==_0x47b83a);_0x483ceb[_0x39fccc(0x10a)]&&_0x42c379[_0x39fccc(0xdc)]()[_0x39fccc(0x10a)]!=_0x483ceb[_0x39fccc(0x10a)]&&_0x483ceb[_0x39fccc(0x131)]((_0x375a50,_0x430a83)=>(_0x375a50[_0x39fccc(0x112)]=_0x430a83,_0x430a83[_0x39fccc(0xe8)]=_0x375a50,_0x430a83));};function _0x23dfcb(_0x358b5b,_0x192f1e=!0x0){const _0x1f6add=_0x56d0ad,{id:_0x4ea531}=_0xd7bd1c[_0x1f6add(0x141)](_0x358b5b[_0x1f6add(0xa1)]),_0x40e41d=[_0x1f6add(0xcf),_0x1f6add(0x158)],_0x43f62e=_0xd7bd1c[_0x1f6add(0x101)][_0x1f6add(0x115)](_0x358b5b[_0x1f6add(0xa1)]);return _0x43f62e&&_0x40e41d[_0x1f6add(0x14f)](_0x1f6add(0x12d)),{'classes':_0x40e41d,'attributes':{'data-suggestion':_0x4ea531},'priority':_0x43f62e&&_0x192f1e?0xbc2:0xbb8};}_0xd7bd1c['on'](_0x56d0ad(0xd1),_0x2bb583,{'priority':_0x56d0ad(0xa9)}),_0xd7bd1c['on'](_0x56d0ad(0x14d),_0x2bb583,{'priority':_0x56d0ad(0xa9)}),_0x2f1ea7[_0x56d0ad(0xbf)][_0x56d0ad(0x105)][_0x56d0ad(0x12b)](()=>{const _0x158ffa=_0x56d0ad;let _0x28d510=!0x1;const _0x1b357c=Array[_0x158ffa(0x109)](_0x2f1ea7[_0x158ffa(0xbf)][_0x158ffa(0x105)][_0x158ffa(0x16a)][_0x158ffa(0xb9)]());for(const {name:_0x2662ea,data:_0x4e8430}of _0x1b357c){const {group:_0xe7b1f9,type:_0x584495,id:_0x4d2411}=_0xd7bd1c[_0x158ffa(0x141)](_0x2662ea);if(_0x158ffa(0x15c)!=_0xe7b1f9||_0x158ffa(0xc4)!=_0x584495||_0x4e8430[_0x158ffa(0x11d)])continue;if(!_0xd7bd1c[_0x158ffa(0x9f)](_0x4d2411))continue;const _0x110751=_0xd7bd1c[_0x158ffa(0x142)](_0x4d2411)[_0x158ffa(0x12e)](),_0x5c8e9f=_0x2f1ea7[_0x158ffa(0x148)][_0x158ffa(0x144)](_0x158ffa(0x13a))['me'];for(const _0x210b62 of _0xd7bd1c[_0x158ffa(0x16b)]()){if(!_0x210b62[_0x158ffa(0xf6)]||_0x210b62[_0x158ffa(0x121)]!=_0x5c8e9f)continue;if(_0x158ffa(0x11f)!=_0x210b62[_0x158ffa(0x123)]||_0x158ffa(0xb3)!=_0x210b62[_0x158ffa(0xae)])continue;if(_0x210b62[_0x158ffa(0x12e)]()[_0x158ffa(0xf8)](_0x5bbdbb=>_0x110751[_0x158ffa(0x146)](_0x38f938=>_0x38f938[_0x158ffa(0xce)](_0x5bbdbb,!0x0)))){for(const _0x2a5e20 of _0x210b62[_0x158ffa(0xdc)]())_0x2a5e20[_0x158ffa(0xf6)]&&(_0x2a5e20[_0x158ffa(0xa0)](),_0x28d510=!0x0);}}}return _0x28d510;}),_0x2f1ea7[_0x56d0ad(0xbf)][_0x56d0ad(0x105)][_0x56d0ad(0x12b)](_0x50cb05=>{const _0x25b4e9=_0x56d0ad,_0x18d29a=_0x2f1ea7[_0x25b4e9(0x136)][_0x25b4e9(0x144)](_0x25b4e9(0xde));if(!_0x18d29a||!_0x18d29a[_0x25b4e9(0xf4)][_0x25b4e9(0xe3)](_0x50cb05[_0x25b4e9(0x13f)]))return!0x1;let _0x461f10=!0x1;const _0x2fea6e=_0x2f1ea7[_0x25b4e9(0x148)][_0x25b4e9(0x144)](_0x25b4e9(0x13a))['me'],_0x485aa2=_0x2f1ea7[_0x25b4e9(0xbf)][_0x25b4e9(0x105)][_0x25b4e9(0x16a)][_0x25b4e9(0x106)](),_0x1c8806=Array[_0x25b4e9(0x109)](_0x2f1ea7[_0x25b4e9(0xbf)][_0x25b4e9(0x105)][_0x25b4e9(0x16a)][_0x25b4e9(0xb9)]())[_0x25b4e9(0xac)](({name:_0x3259a0,data:_0x394c24})=>{const _0x4d959a=_0x25b4e9,{group:_0x5504c3,subType:_0x5681b3,authorId:_0x2a9fe1}=_0xd7bd1c[_0x4d959a(0x141)](_0x3259a0);return _0x4d959a(0x15c)==_0x5504c3&&_0x4d959a(0xbd)==_0x5681b3&&_0x2a9fe1==_0x2fea6e['id']&&!_0x394c24[_0x4d959a(0x11d)];});for(const _0x104087 of _0x485aa2){if(_0x25b4e9(0x103)!=_0x104087[_0x25b4e9(0x123)]||_0x25b4e9(0xfa)!=_0x104087[_0x25b4e9(0xc2)]||0x1!=_0x104087[_0x25b4e9(0x10a)])continue;const _0x1f3cff=_0x50cb05[_0x25b4e9(0x12a)](_0x104087[_0x25b4e9(0x145)],_0x104087[_0x25b4e9(0x145)][_0x25b4e9(0xc0)](0x1));if(!_0x1c8806[_0x25b4e9(0x15f)](({data:_0x177b74})=>_0x177b74[_0x25b4e9(0x11a)][_0x25b4e9(0xa3)](_0x1f3cff))){for(const {name:_0x4ffa88,data:_0x405f81}of _0x1c8806)if(_0x1f3cff[_0x25b4e9(0xce)](_0x405f81[_0x25b4e9(0x11a)])){_0x50cb05[_0x25b4e9(0xa8)](_0x4ffa88,{'range':_0x1f3cff}),_0x461f10=!0x0;break;}}}return _0x461f10;}),_0x2f1ea7[_0x56d0ad(0xbf)][_0x56d0ad(0x105)][_0x56d0ad(0x12b)](_0x294206=>{const _0x27013c=_0x56d0ad;let _0x4c7ec4=!0x1;const _0x4a2e85=_0x2f1ea7[_0x27013c(0x148)][_0x27013c(0x144)](_0x27013c(0x13a))['me'],_0xe28aa9=_0xd7bd1c[_0x27013c(0x16b)]()[_0x27013c(0xac)](_0x368c44=>_0x368c44[_0x27013c(0xf6)]&&_0x368c44[_0x27013c(0x121)]==_0x4a2e85),_0x4791ab=new Set(),_0x551bad=new Set();for(const _0xef1ac0 of _0xe28aa9)if(_0x27013c(0xbd)==_0xef1ac0[_0x27013c(0xae)])for(const _0x268570 of _0xef1ac0[_0x27013c(0xc8)]()){const _0x3e7e1d=_0x268570[_0x27013c(0xbc)]()[_0x27013c(0x154)]();if(_0x3e7e1d){if(_0x3e7e1d['is'](_0x27013c(0xd9),_0x27013c(0xfa))&&Pe(_0x3e7e1d)){_0xef1ac0[_0x27013c(0xe0)](_0x268570[_0x27013c(0xc2)]),_0x4791ab[_0x27013c(0xb6)](_0x3e7e1d),_0x4c7ec4=!0x0;const _0x684032=_0x3e7e1d[_0x27013c(0x143)],_0x6a8d71=_0x3e7e1d[_0x27013c(0xdb)],_0x2e24f0=_0x684032&&_0x684032['is'](_0x27013c(0xd9),_0x27013c(0xfa)),_0x2649e8=_0x6a8d71&&_0x6a8d71['is'](_0x27013c(0xd9),_0x27013c(0xfa));_0x2e24f0&&!_0x4791ab[_0x27013c(0xe3)](_0x684032)&&_0x551bad[_0x27013c(0xb6)](_0x684032),_0x2649e8&&!_0x4791ab[_0x27013c(0xe3)](_0x6a8d71)&&_0x551bad[_0x27013c(0xb6)](_0x6a8d71);}else _0x3e7e1d['is'](_0x27013c(0xd9),_0x27013c(0xa5))&&_0x3e7e1d[_0x27013c(0x107)]&&(_0xef1ac0[_0x27013c(0xe0)](_0x268570[_0x27013c(0xc2)]),_0x4c7ec4=!0x0);}}else{if(_0x27013c(0xb3)==_0xef1ac0[_0x27013c(0xae)]){if(!_0xef1ac0[_0x27013c(0x134)]||!_0xef1ac0[_0x27013c(0x134)][_0x27013c(0xb7)])continue;const _0x43288f=_0xef1ac0[_0x27013c(0x134)][_0x27013c(0x164)];if(_0x43288f&&Object[_0x27013c(0xa6)](_0x43288f)[_0x27013c(0x10a)])continue;const _0x30395f=_0xef1ac0[_0x27013c(0x134)][_0x27013c(0xb7)];let _0x1f9b53=!0x0,_0x3d6e58=!0x0;for(const _0x2611ed of _0xe28aa9)if(_0x2611ed[_0x27013c(0xae)]&&_0x2611ed[_0x27013c(0xae)][_0x27013c(0xad)](_0x27013c(0xbd))){if(!_0x2611ed[_0x27013c(0x134)][_0x27013c(0xb7)]){_0x3d6e58=!0x1;break;}if(_0x2611ed['id']!=_0xef1ac0['id']&&_0x2611ed[_0x27013c(0x134)][_0x27013c(0xb7)]==_0x30395f){_0x1f9b53=!0x1;break;}}_0x3d6e58&&_0x1f9b53&&(_0xef1ac0[_0x27013c(0xd6)](),_0x4c7ec4=!0x0);}}for(const _0x28e11e of _0x4791ab)_0x294206[_0x27013c(0x9d)](_0x28e11e);for(const _0xc80701 of _0x551bad)_0x294206[_0x27013c(0x157)](_0xc80701);return _0x4c7ec4;}),_0x2f1ea7[_0x56d0ad(0x12f)][_0x56d0ad(0xe5)](_0x56d0ad(0xf2))[_0x56d0ad(0xee)]({'model':_0x56d0ad(0xb4),'view':(_0x386b83,_0x47d912)=>_0x23dfcb(_0x386b83),'converterPriority':_0x56d0ad(0xa9)}),_0x2f1ea7[_0x56d0ad(0x12f)][_0x56d0ad(0xe5)](_0x56d0ad(0xf7))[_0x56d0ad(0xee)]({'model':_0x56d0ad(0xb4),'view':(_0x415fc6,_0x2c09a7)=>_0x2c09a7[_0x56d0ad(0xb2)][_0x56d0ad(0x16c)]?_0x23dfcb(_0x415fc6,!0x1):null,'converterPriority':_0x56d0ad(0xa9)});const _0x1acbfe=_0x2f1ea7[_0x56d0ad(0xb1)][_0x56d0ad(0xcd)];this[_0x56d0ad(0x11e)](_0x1acbfe[_0x56d0ad(0x105)],_0x56d0ad(0x155),(_0x293ad3,_0x36b11a)=>{const _0xc6ec13=_0x56d0ad,_0x1523c1=[];for(const _0x8a0202 of _0x1acbfe[_0xc6ec13(0x126)](_0x36b11a[_0xc6ec13(0x10b)])[_0xc6ec13(0xea)]())_0x8a0202['is'](_0xc6ec13(0xd9),_0xc6ec13(0x135))&&_0x1523c1[_0xc6ec13(0x14f)](_0x8a0202);_0x1acbfe[_0xc6ec13(0xc3)](_0x42db21=>{const _0x4364e4=_0xc6ec13;for(const _0x47e500 of _0x1523c1)_0x42db21[_0x4364e4(0x165)](_0x42db21[_0x4364e4(0x126)](_0x47e500),_0x42db21[_0x4364e4(0x108)](_0x47e500)),_0x42db21[_0x4364e4(0x9d)](_0x47e500);});});}}function _0x3dd4(_0x61fdd0,_0x1e0e28){const _0x303b58=_0x303b();return _0x3dd4=function(_0x3dd471,_0x56c88e){_0x3dd471=_0x3dd471-0x9d;let _0x45ccab=_0x303b58[_0x3dd471];return _0x45ccab;},_0x3dd4(_0x61fdd0,_0x1e0e28);}function Pe(_0x33de32){const _0x4bfd10=_0xc85568;if(_0x33de32[_0x4bfd10(0x107)])return!0x0;const _0xddffa1=_0x33de32[_0x4bfd10(0x14a)](0x0);return _0xddffa1['is'](_0x4bfd10(0xd9),_0x4bfd10(0xa5))&&_0xddffa1[_0x4bfd10(0x107)];}function he(_0x119d98,_0x2229c3={},_0x29b11f){const _0x556956=_0xc85568;for(const {isAnchor:_0x5d4458,cellHeight:_0x18d5ef,cellWidth:_0x51e0f9}of _0x29b11f[_0x556956(0x149)](_0x119d98,{'includeAllSlots':!0x0,..._0x2229c3}))if(!_0x5d4458||0x1!=_0x18d5ef||0x1!=_0x51e0f9)return!0x1;return!0x0;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x523a2e=_0x147f;function _0x147f(_0x1e3d60,_0xf022c8){const _0x43dff5=_0x43df();return _0x147f=function(_0x147fa2,_0x421f80){_0x147fa2=_0x147fa2-0x18f;let _0x5a10c6=_0x43dff5[_0x147fa2];return _0x5a10c6;},_0x147f(_0x1e3d60,_0xf022c8);}function _0x43df(){const _0x57b14b=['locale','accept','587280zLCapu','857311EggolH','TrackChangesEditing','commandParams','model','tableWidth','handleSuggestionDescription','bind','change','subType','_suggestionFactory','registerDescriptionCallback','editor','selection','587744aSLJmG','getTableColumnsWidths','registerCustomCallback','afterInit','format','resizeTableWidth','getColumnGroupElement','*Format:*\x20resize\x20table','discard','document','getAttribute','6906mvaWBM','descriptionFactory','table','enableCommand','13032BsZplB','72RqTUYF','data','getSuggestionCallback','getSuggestions','formatBlock','formatInline','author','TableColumnResizeEditing','Users','80695uBOgzJ','handleResizeTableWidthCommand','formatGroupId','columnWidths','getContainedElement','plugins','getSelectedElement','markBlockFormat','type','get','131420seguWw','has','resizeTable','114uavxem'];_0x43df=function(){return _0x57b14b;};return _0x43df();}(function(_0x3309db,_0x5855e7){const _0x76308c=_0x147f,_0x10de3c=_0x3309db();while(!![]){try{const _0x5eada1=parseInt(_0x76308c(0x1bf))/0x1+-parseInt(_0x76308c(0x1c2))/0x2*(-parseInt(_0x76308c(0x1a7))/0x3)+-parseInt(_0x76308c(0x1c5))/0x4+parseInt(_0x76308c(0x1b5))/0x5*(-parseInt(_0x76308c(0x1ac))/0x6)+parseInt(_0x76308c(0x18f))/0x7+parseInt(_0x76308c(0x19c))/0x8+parseInt(_0x76308c(0x1ab))/0x9;if(_0x5eada1===_0x5855e7)break;else _0x10de3c['push'](_0x10de3c['shift']());}catch(_0xc032f3){_0x10de3c['push'](_0x10de3c['shift']());}}}(_0x43df,0x1d2ef));import{Plugin as _0x240212}from'ckeditor5/src/core.js';import{getTranslation as _0x4e4009}from'../utils/common-translations.js';export default class vt extends _0x240212{[_0x523a2e(0x19f)](){const _0x4118e7=_0x523a2e;if(!this[_0x4118e7(0x19a)][_0x4118e7(0x1ba)][_0x4118e7(0x1c0)](_0x4118e7(0x1b3)))return;const _0x4ae361=this[_0x4118e7(0x19a)][_0x4118e7(0x1ba)][_0x4118e7(0x1be)](_0x4118e7(0x190));_0x4ae361[_0x4118e7(0x1aa)](_0x4118e7(0x1a1),this[_0x4118e7(0x1b6)][_0x4118e7(0x195)](this)),_0x4ae361[_0x4118e7(0x198)][_0x4118e7(0x19e)](_0x4118e7(0x1b0),_0x4118e7(0x1c1),_0x4118e7(0x1c4),_0x4ae361[_0x4118e7(0x198)][_0x4118e7(0x1ae)](_0x4118e7(0x1b0),null,_0x4118e7(0x1a4))),_0x4ae361[_0x4118e7(0x198)][_0x4118e7(0x19e)](_0x4118e7(0x1b0),_0x4118e7(0x1c1),_0x4118e7(0x1a4),_0x4ae361[_0x4118e7(0x198)][_0x4118e7(0x1ae)](_0x4118e7(0x1b0),null,_0x4118e7(0x1c4))),_0x4ae361[_0x4118e7(0x1a8)][_0x4118e7(0x199)](this[_0x4118e7(0x194)][_0x4118e7(0x195)](this));}[_0x523a2e(0x1b6)](_0x35e59a,_0x29b81d){const _0x1179cd=_0x523a2e,_0x14af4a=this[_0x1179cd(0x19a)][_0x1179cd(0x1ba)][_0x1179cd(0x1be)](_0x1179cd(0x190)),_0x2af32b=this[_0x1179cd(0x19a)][_0x1179cd(0x1ba)][_0x1179cd(0x1be)](_0x1179cd(0x1b3)),_0x11d121=_0x29b81d[_0x1179cd(0x1a9)]||this[_0x1179cd(0x19a)][_0x1179cd(0x192)][_0x1179cd(0x1a5)][_0x1179cd(0x19b)][_0x1179cd(0x1bb)]();this[_0x1179cd(0x19a)][_0x1179cd(0x192)][_0x1179cd(0x196)](()=>{const _0x335618=_0x1179cd,_0x5ae19e=_0x2af32b[_0x335618(0x1a2)](_0x11d121);let _0xca9f9a=_0x5ae19e?_0x2af32b[_0x335618(0x19d)](_0x5ae19e):null,_0x10061f=_0x11d121[_0x335618(0x1a6)](_0x335618(0x193))||null;const _0xf049a=_0x29b81d[_0x335618(0x193)]||_0x10061f,_0x5e0481=_0x29b81d[_0x335618(0x1b8)]||_0xca9f9a,_0x11b36a=this[_0x335618(0x19a)][_0x335618(0x1ba)][_0x335618(0x1be)](_0x335618(0x1b4))['me'];for(const _0x476edd of _0x14af4a[_0x335618(0x1af)]()){const _0x89a43f=_0x476edd[_0x335618(0x1b9)]();if(_0x335618(0x1c1)===_0x476edd[_0x335618(0x197)]&&_0x89a43f===_0x11d121){_0x476edd[_0x335618(0x1b2)]!==_0x11b36a&&_0x476edd[_0x335618(0x1a4)]();const _0x17a065=_0x476edd[_0x335618(0x1ad)][_0x335618(0x191)];_0x10061f=_0x17a065[0x0][_0x335618(0x193)],_0xca9f9a=_0x17a065[0x0][_0x335618(0x1b8)];break;}}_0x35e59a({'table':_0x11d121,'tableWidth':_0xf049a,'columnWidths':_0x5e0481}),_0x14af4a[_0x335618(0x1bc)](_0x11d121,{'commandName':_0x335618(0x1a1),'commandParams':[{'tableWidth':_0x10061f,'columnWidths':_0xca9f9a}],'formatGroupId':_0x335618(0x1c1)},[],_0x335618(0x1c1));});}[_0x523a2e(0x194)](_0x38c724){const _0x32bca3=_0x523a2e;if(_0x32bca3(0x1b0)!=_0x38c724[_0x32bca3(0x1bd)]&&_0x32bca3(0x1b1)!=_0x38c724[_0x32bca3(0x1bd)])return;const {data:_0x1f31ad}=_0x38c724;if(_0x1f31ad&&_0x32bca3(0x1c1)===_0x1f31ad[_0x32bca3(0x1b7)]){const _0x4682b4=_0x32bca3(0x1a3);return{'type':_0x32bca3(0x1a0),'content':_0x4e4009(this[_0x32bca3(0x19a)][_0x32bca3(0x1c3)],_0x4682b4)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x2e92e3=_0x2001;function _0x3573(){const _0x542c48=['getCellLocation','get','data-suggestion','includes','removeAttribute','registerCustomCallback','enableDefaultAttributesIntegration','type','options','addMarker:suggestion','highest','activeMarkers','removeMarker:suggestion','writer','setTableColumnHeader','commandName','*Format:*\x20%0','markerNameToElements','stop','createTableWalker','name','_acceptFormatSuggestionCallbackFactory','markerRange','mapper','editing','_registerLegacyDescription','2714592zrvggM','toViewElement','forceValue','_handleLegacySuggestions','TableEditing','registerDescriptionCallback','has','5855720dmcQOv','parent','downcastDispatcher','registerBlockAttribute','item','commandParams','setAttribute','setTableRowHeader','bindElementToMarker','FORMAT_REGULAR_COLUMN','removeClass','ck-suggestion-marker-','_suggestionFactory','editor','start','afterInit','showSuggestionHighlights','formatBlock','TrackChangesEditing','5pqORsH','nodeBefore','TableUtils','data','FORMAT_HEADER_COLUMN','FORMAT_HEADER_ROW','cell','end','1858638cVsUAJ','_splitMarkerName','markerName','consumable','addClass','format','155387UCTNFV','descriptionFactory','accept','840382ZjcnPQ','getSuggestion','headingRows','4377177JOMGGU','1375228ygAPkw','requires','nodeAfter','FORMAT_REGULAR_ROW','headingColumns','plugins','locale','ck-suggestion-marker--active','consume','registerAttributeLabel','unbindElementFromMarkerName'];_0x3573=function(){return _0x542c48;};return _0x3573();}(function(_0x465770,_0xc6bc10){const _0x4bddd8=_0x2001,_0x228b3d=_0x465770();while(!![]){try{const _0x520aaf=-parseInt(_0x4bddd8(0x164))/0x1+parseInt(_0x4bddd8(0x113))/0x2+parseInt(_0x4bddd8(0x13c))/0x3+parseInt(_0x4bddd8(0x117))/0x4+parseInt(_0x4bddd8(0x156))/0x5*(parseInt(_0x4bddd8(0x15e))/0x6)+-parseInt(_0x4bddd8(0x116))/0x7+-parseInt(_0x4bddd8(0x143))/0x8;if(_0x520aaf===_0xc6bc10)break;else _0x228b3d['push'](_0x228b3d['shift']());}catch(_0x3e2138){_0x228b3d['push'](_0x228b3d['shift']());}}}(_0x3573,0x71c34));import{Plugin as _0x14ecbb}from'ckeditor5/src/core.js';function _0x2001(_0x4f4ae1,_0x20eb7a){const _0x357395=_0x3573();return _0x2001=function(_0x200124,_0x5d721b){_0x200124=_0x200124-0x113;let _0x30fc1a=_0x357395[_0x200124];return _0x30fc1a;},_0x2001(_0x4f4ae1,_0x20eb7a);}import _0x4e5001 from'./table.js';import{getTranslation as _0x5b5b0e}from'../utils/common-translations.js';export default class At extends _0x14ecbb{static get[_0x2e92e3(0x118)](){return[_0x4e5001];}[_0x2e92e3(0x152)](){const _0x3d5c63=_0x2e92e3,_0x31d41e=this[_0x3d5c63(0x150)];if(!_0x31d41e[_0x3d5c63(0x11c)][_0x3d5c63(0x142)](_0x3d5c63(0x140)))return;const _0x4a4121=_0x31d41e[_0x3d5c63(0x11d)],_0x4682b7=_0x31d41e[_0x3d5c63(0x11c)][_0x3d5c63(0x123)](_0x3d5c63(0x155));_0x4682b7[_0x3d5c63(0x128)](_0x3d5c63(0x14a)),_0x4682b7[_0x3d5c63(0x128)](_0x3d5c63(0x130)),_0x4682b7[_0x3d5c63(0x146)](_0x3d5c63(0x115)),_0x4682b7[_0x3d5c63(0x146)](_0x3d5c63(0x11b)),_0x4682b7[_0x3d5c63(0x165)][_0x3d5c63(0x120)](_0x3d5c63(0x115),_0x5b5b0e(_0x4a4121,_0x3d5c63(0x15b))),_0x4682b7[_0x3d5c63(0x165)][_0x3d5c63(0x120)](_0x3d5c63(0x11b),_0x5b5b0e(_0x4a4121,_0x3d5c63(0x15a))),this[_0x3d5c63(0x13f)]();}[_0x2e92e3(0x13f)](){const _0x5d85ad=_0x2e92e3,_0x18db70=this[_0x5d85ad(0x150)][_0x5d85ad(0x11c)][_0x5d85ad(0x123)](_0x5d85ad(0x155)),_0x4ea6b3=this[_0x5d85ad(0x150)][_0x5d85ad(0x11c)][_0x5d85ad(0x123)](_0x5d85ad(0x158)),_0x5127fc=this[_0x5d85ad(0x150)][_0x5d85ad(0x11c)][_0x5d85ad(0x123)](_0x4e5001)[_0x5d85ad(0x137)]();function _0x4d4dc3({showActiveMarker:_0x4012c3=!0x0,setDataAttribute:_0x11f3b4=!0x0}={}){return(_0x23d49a,_0x13691b,_0x304374)=>{const _0x2a8d17=_0x2001,{type:_0x16ab55,id:_0x365acb}=_0x18db70[_0x2a8d17(0x15f)](_0x13691b[_0x2a8d17(0x160)]),_0x2537fd=_0x18db70[_0x2a8d17(0x114)](_0x365acb),_0xabe54d=_0x2537fd[_0x2a8d17(0x159)];if(_0x2a8d17(0x154)!=_0x2537fd[_0x2a8d17(0x129)]||!_0xabe54d||_0x2a8d17(0x130)!=_0xabe54d[_0x2a8d17(0x131)])return;if(_0x13691b[_0x2a8d17(0x147)])return void _0x23d49a[_0x2a8d17(0x134)]();if(!_0x304374[_0x2a8d17(0x161)][_0x2a8d17(0x11f)](_0x13691b[_0x2a8d17(0x138)],_0x23d49a[_0x2a8d17(0x136)]))return;const _0x162288=_0x13691b[_0x2a8d17(0x138)][_0x2a8d17(0x151)][_0x2a8d17(0x119)],_0x1ae4d9=_0x13691b[_0x2a8d17(0x138)][_0x2a8d17(0x15d)][_0x2a8d17(0x157)],_0x1bb60d=_0x162288[_0x2a8d17(0x144)][_0x2a8d17(0x144)],{column:_0x155d5c}=_0x4ea6b3[_0x2a8d17(0x122)](_0x162288),{column:_0x417242}=_0x4ea6b3[_0x2a8d17(0x122)](_0x1ae4d9);for(let _0x29cfdc=_0x155d5c;_0x29cfdc<=_0x417242;_0x29cfdc++){const _0x2140bb=_0x4ea6b3[_0x2a8d17(0x135)](_0x1bb60d,{'column':_0x29cfdc,'includeAllSlots':!0x1});for(const _0x148600 of _0x2140bb){const _0x53e820=_0x148600[_0x2a8d17(0x15c)],_0x471a8a=_0x304374[_0x2a8d17(0x139)][_0x2a8d17(0x13d)](_0x53e820);_0x304374[_0x2a8d17(0x12f)][_0x2a8d17(0x162)](_0x2a8d17(0x14e)+_0x16ab55,_0x471a8a),_0x11f3b4&&_0x304374[_0x2a8d17(0x12f)][_0x2a8d17(0x149)](_0x2a8d17(0x124),_0x365acb,_0x471a8a),_0x304374[_0x2a8d17(0x139)][_0x2a8d17(0x14b)](_0x471a8a,_0x13691b[_0x2a8d17(0x160)]),_0x4012c3&&(_0x18db70[_0x2a8d17(0x12d)][_0x2a8d17(0x125)](_0x13691b[_0x2a8d17(0x160)])?_0x304374[_0x2a8d17(0x12f)][_0x2a8d17(0x162)](_0x2a8d17(0x11e),_0x471a8a):_0x304374[_0x2a8d17(0x12f)][_0x2a8d17(0x14d)](_0x2a8d17(0x11e),_0x471a8a));}}};}_0x18db70[_0x5d85ad(0x14f)][_0x5d85ad(0x127)](_0x5d85ad(0x154),_0x5d85ad(0x14a),_0x5d85ad(0x166),_0x5127fc),_0x18db70[_0x5d85ad(0x14f)][_0x5d85ad(0x127)](_0x5d85ad(0x154),_0x5d85ad(0x130),_0x5d85ad(0x166),_0x5127fc),this[_0x5d85ad(0x150)][_0x5d85ad(0x13a)][_0x5d85ad(0x145)]['on'](_0x5d85ad(0x12b),_0x4d4dc3(),{'priority':_0x5d85ad(0x12c)}),this[_0x5d85ad(0x150)][_0x5d85ad(0x159)][_0x5d85ad(0x145)]['on'](_0x5d85ad(0x12b),(_0x269512,_0x3cd793,_0x3957e4)=>{const _0x321c4b=_0x5d85ad;_0x3957e4[_0x321c4b(0x12a)][_0x321c4b(0x153)]&&_0x4d4dc3({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x269512,_0x3cd793,_0x3957e4);},{'priority':_0x5d85ad(0x12c)}),this[_0x5d85ad(0x150)][_0x5d85ad(0x13a)][_0x5d85ad(0x145)]['on'](_0x5d85ad(0x12e),(_0x5b4043,_0x54da07,_0x3f3b2b)=>{const _0x3f4c16=_0x5d85ad,{type:_0x49a26a,id:_0xe9fb1a}=_0x18db70[_0x3f4c16(0x15f)](_0x54da07[_0x3f4c16(0x160)]),_0x227a2c=_0x18db70[_0x3f4c16(0x114)](_0xe9fb1a),_0x2c213f=_0x227a2c[_0x3f4c16(0x159)];if(_0x3f4c16(0x154)!=_0x227a2c[_0x3f4c16(0x129)]||!_0x2c213f||_0x3f4c16(0x130)!=_0x2c213f[_0x3f4c16(0x131)])return;const _0x29d7fb=_0x3f3b2b[_0x3f4c16(0x139)][_0x3f4c16(0x133)](_0x54da07[_0x3f4c16(0x160)]);if(_0x29d7fb){for(const _0x5233c1 of _0x29d7fb)_0x3f3b2b[_0x3f4c16(0x12f)][_0x3f4c16(0x14d)](_0x3f4c16(0x14e)+_0x49a26a,_0x5233c1),_0x3f3b2b[_0x3f4c16(0x12f)][_0x3f4c16(0x14d)](_0x3f4c16(0x11e),_0x5233c1),_0x3f3b2b[_0x3f4c16(0x12f)][_0x3f4c16(0x126)](_0x3f4c16(0x124),_0x5233c1),_0x3f3b2b[_0x3f4c16(0x139)][_0x3f4c16(0x121)](_0x5233c1,_0x54da07[_0x3f4c16(0x160)]);}},{'priority':_0x5d85ad(0x12c)}),this[_0x5d85ad(0x13b)]();}[_0x2e92e3(0x13b)](){const _0x53af08=_0x2e92e3,_0x2522ae=this[_0x53af08(0x150)],_0x10b3b5=_0x2522ae[_0x53af08(0x11d)];function _0x234ed3(_0x457a0a){const _0x51577c=_0x53af08;return{'type':_0x51577c(0x163),'content':_0x5b5b0e(_0x10b3b5,_0x51577c(0x132),_0x457a0a)};}_0x2522ae[_0x53af08(0x11c)][_0x53af08(0x123)](_0x53af08(0x155))[_0x53af08(0x165)][_0x53af08(0x141)](_0x24c77a=>{const _0x2b01ba=_0x53af08;if(_0x2b01ba(0x154)!=_0x24c77a[_0x2b01ba(0x129)])return;const {data:_0x57ce5b}=_0x24c77a;if(_0x57ce5b){if(_0x2b01ba(0x14a)==_0x57ce5b[_0x2b01ba(0x131)]){const _0x1dd152=_0x57ce5b[_0x2b01ba(0x148)][0x0][_0x2b01ba(0x13e)];return _0x234ed3(_0x5b5b0e(_0x10b3b5,_0x1dd152?_0x2b01ba(0x15b):_0x2b01ba(0x11a)));}if(_0x2b01ba(0x130)==_0x57ce5b[_0x2b01ba(0x131)]){const _0x21ae2b=_0x57ce5b[_0x2b01ba(0x148)][0x0][_0x2b01ba(0x13e)];return _0x234ed3(_0x5b5b0e(_0x10b3b5,_0x21ae2b?_0x2b01ba(0x15a):_0x2b01ba(0x14c)));}}});}}
|